]> git.saurik.com Git - wxWidgets.git/blame - configure
added wxTAB_TRAVERSAL to common styles
[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.
63c4f6da 4# Generated by GNU Autoconf 2.59 for wxWidgets 2.5.5.
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'
63c4f6da
MW
273PACKAGE_VERSION='2.5.5'
274PACKAGE_STRING='wxWidgets 2.5.5'
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"
6671c68b 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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS RESCOMP DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET ac_ct_AR ac_ct_STRIP 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 AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_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_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_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_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_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_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_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 WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_EXTRALIBS WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WX_LARGEFILE_FLAGS GCC_PRAGMA_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
a848cd7e
SC
317ac_subst_files=''
318
319# Initialize some variables set by options.
320ac_init_help=
321ac_init_version=false
322# The variables have the same names as the options, with
323# dashes changed to underlines.
324cache_file=/dev/null
325exec_prefix=NONE
326no_create=
327no_recursion=
328prefix=NONE
329program_prefix=NONE
330program_suffix=NONE
331program_transform_name=s,x,x,
332silent=
333site=
334srcdir=
335verbose=
336x_includes=NONE
337x_libraries=NONE
338
339# Installation directory options.
340# These are left unexpanded so users can "make install exec_prefix=/foo"
341# and all the variables that are supposed to be based on exec_prefix
342# by default will actually change.
343# Use braces instead of parens because sh, perl, etc. also accept them.
344bindir='${exec_prefix}/bin'
345sbindir='${exec_prefix}/sbin'
346libexecdir='${exec_prefix}/libexec'
347datadir='${prefix}/share'
348sysconfdir='${prefix}/etc'
349sharedstatedir='${prefix}/com'
350localstatedir='${prefix}/var'
351libdir='${exec_prefix}/lib'
352includedir='${prefix}/include'
353oldincludedir='/usr/include'
354infodir='${prefix}/info'
355mandir='${prefix}/man'
356
357ac_prev=
358for ac_option
359do
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
363 ac_prev=
364 continue
365 fi
366
367 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
368
369 # Accept the important Cygnus configure options, so we can diagnose typos.
370
371 case $ac_option in
372
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
374 ac_prev=bindir ;;
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
376 bindir=$ac_optarg ;;
377
378 -build | --build | --buil | --bui | --bu)
379 ac_prev=build_alias ;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias=$ac_optarg ;;
382
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev=cache_file ;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file=$ac_optarg ;;
389
390 --config-cache | -C)
391 cache_file=config.cache ;;
392
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
394 ac_prev=datadir ;;
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
396 | --da=*)
397 datadir=$ac_optarg ;;
398
399 -disable-* | --disable-*)
400 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
407
408 -enable-* | --enable-*)
409 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
415 case $ac_option in
416 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
417 *) ac_optarg=yes ;;
418 esac
419 eval "enable_$ac_feature='$ac_optarg'" ;;
420
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev=exec_prefix ;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix=$ac_optarg ;;
429
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
432 with_gas=yes ;;
433
434 -help | --help | --hel | --he | -h)
435 ac_init_help=long ;;
436 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
437 ac_init_help=recursive ;;
438 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
439 ac_init_help=short ;;
440
441 -host | --host | --hos | --ho)
442 ac_prev=host_alias ;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias=$ac_optarg ;;
445
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev=includedir ;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir=$ac_optarg ;;
452
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
454 ac_prev=infodir ;;
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir=$ac_optarg ;;
457
458 -libdir | --libdir | --libdi | --libd)
459 ac_prev=libdir ;;
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
461 libdir=$ac_optarg ;;
462
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev=libexecdir ;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir=$ac_optarg ;;
469
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev=localstatedir ;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir=$ac_optarg ;;
478
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
480 ac_prev=mandir ;;
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
482 mandir=$ac_optarg ;;
483
484 -nfp | --nfp | --nf)
485 # Obsolete; use --without-fp.
486 with_fp=no ;;
487
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
490 no_create=yes ;;
491
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
494 no_recursion=yes ;;
495
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev=oldincludedir ;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir=$ac_optarg ;;
504
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
506 ac_prev=prefix ;;
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
508 prefix=$ac_optarg ;;
509
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev=program_prefix ;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix=$ac_optarg ;;
516
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev=program_suffix ;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix=$ac_optarg ;;
523
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev=program_transform_name ;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name=$ac_optarg ;;
540
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
543 silent=yes ;;
544
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
546 ac_prev=sbindir ;;
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
548 | --sbi=* | --sb=*)
549 sbindir=$ac_optarg ;;
550
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
554 | --sha | --sh)
555 ac_prev=sharedstatedir ;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
559 | --sha=* | --sh=*)
560 sharedstatedir=$ac_optarg ;;
561
562 -site | --site | --sit)
563 ac_prev=site ;;
564 -site=* | --site=* | --sit=*)
565 site=$ac_optarg ;;
566
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
568 ac_prev=srcdir ;;
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
570 srcdir=$ac_optarg ;;
571
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev=sysconfdir ;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir=$ac_optarg ;;
578
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev=target_alias ;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias=$ac_optarg ;;
583
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
585 verbose=yes ;;
586
587 -version | --version | --versio | --versi | --vers | -V)
588 ac_init_version=: ;;
589
590 -with-* | --with-*)
591 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package=`echo $ac_package| sed 's/-/_/g'`
597 case $ac_option in
598 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
599 *) ac_optarg=yes ;;
600 esac
601 eval "with_$ac_package='$ac_optarg'" ;;
602
603 -without-* | --without-*)
604 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
611
612 --x)
613 # Obsolete; use --with-x.
614 with_x=yes ;;
615
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev=x_includes ;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes=$ac_optarg ;;
622
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev=x_libraries ;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries=$ac_optarg ;;
629
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
633 ;;
634
635 *=*)
636 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
643 export $ac_envvar ;;
644
645 *)
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 ;;
652
653 esac
654done
655
656if test -n "$ac_prev"; then
657 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
660fi
661
662# Be sure to have absolute paths.
663for ac_var in exec_prefix prefix
664do
665 eval ac_val=$`echo $ac_var`
666 case $ac_val in
667 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
670 esac
671done
672
673# Be sure to have absolute paths.
674for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
ac1cb8d3 675 localstatedir libdir includedir oldincludedir infodir mandir
a848cd7e
SC
676do
677 eval ac_val=$`echo $ac_var`
678 case $ac_val in
679 [\\/$]* | ?:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
682 esac
683done
684
685# There might be people who depend on the old broken behavior: `$host'
686# used to hold the argument of --host etc.
687# FIXME: To remove some day.
688build=$build_alias
689host=$host_alias
690target=$target_alias
691
692# FIXME: To remove some day.
693if test "x$host_alias" != x; then
694 if test "x$build_alias" = x; then
695 cross_compiling=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
699 cross_compiling=yes
700 fi
701fi
702
703ac_tool_prefix=
704test -n "$host_alias" && ac_tool_prefix=$host_alias-
705
706test "$silent" = yes && exec 6>/dev/null
707
708
709# Find the source files, if location was not specified.
710if test -z "$srcdir"; then
711 ac_srcdir_defaulted=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir=`(dirname "$0") 2>/dev/null ||
714$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
719echo X"$0" |
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
724 s/.*/./; q'`
725 srcdir=$ac_confdir
726 if test ! -r $srcdir/$ac_unique_file; then
727 srcdir=..
728 fi
729else
730 ac_srcdir_defaulted=no
731fi
732if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
736 else
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
739 fi
740fi
741(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745ac_env_build_alias_set=${build_alias+set}
746ac_env_build_alias_value=$build_alias
747ac_cv_env_build_alias_set=${build_alias+set}
748ac_cv_env_build_alias_value=$build_alias
749ac_env_host_alias_set=${host_alias+set}
750ac_env_host_alias_value=$host_alias
751ac_cv_env_host_alias_set=${host_alias+set}
752ac_cv_env_host_alias_value=$host_alias
753ac_env_target_alias_set=${target_alias+set}
754ac_env_target_alias_value=$target_alias
755ac_cv_env_target_alias_set=${target_alias+set}
756ac_cv_env_target_alias_value=$target_alias
757ac_env_CC_set=${CC+set}
758ac_env_CC_value=$CC
759ac_cv_env_CC_set=${CC+set}
760ac_cv_env_CC_value=$CC
761ac_env_CFLAGS_set=${CFLAGS+set}
762ac_env_CFLAGS_value=$CFLAGS
763ac_cv_env_CFLAGS_set=${CFLAGS+set}
764ac_cv_env_CFLAGS_value=$CFLAGS
765ac_env_LDFLAGS_set=${LDFLAGS+set}
766ac_env_LDFLAGS_value=$LDFLAGS
767ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
768ac_cv_env_LDFLAGS_value=$LDFLAGS
769ac_env_CPPFLAGS_set=${CPPFLAGS+set}
770ac_env_CPPFLAGS_value=$CPPFLAGS
771ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
772ac_cv_env_CPPFLAGS_value=$CPPFLAGS
773ac_env_CPP_set=${CPP+set}
774ac_env_CPP_value=$CPP
775ac_cv_env_CPP_set=${CPP+set}
776ac_cv_env_CPP_value=$CPP
777ac_env_CXX_set=${CXX+set}
778ac_env_CXX_value=$CXX
779ac_cv_env_CXX_set=${CXX+set}
780ac_cv_env_CXX_value=$CXX
781ac_env_CXXFLAGS_set=${CXXFLAGS+set}
782ac_env_CXXFLAGS_value=$CXXFLAGS
783ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
784ac_cv_env_CXXFLAGS_value=$CXXFLAGS
785ac_env_CXXCPP_set=${CXXCPP+set}
786ac_env_CXXCPP_value=$CXXCPP
787ac_cv_env_CXXCPP_set=${CXXCPP+set}
788ac_cv_env_CXXCPP_value=$CXXCPP
789
790#
791# Report the --help message.
792#
793if test "$ac_init_help" = "long"; then
794 # Omit some internal or obsolete options to make the list less imposing.
795 # This message is too long to be a string in the A/UX 3.1 sh.
796 cat <<_ACEOF
63c4f6da 797\`configure' configures wxWidgets 2.5.5 to adapt to many kinds of systems.
a848cd7e
SC
798
799Usage: $0 [OPTION]... [VAR=VALUE]...
800
801To assign environment variables (e.g., CC, CFLAGS...), specify them as
802VAR=VALUE. See below for descriptions of some of the useful variables.
803
804Defaults for the options are specified in brackets.
805
806Configuration:
807 -h, --help display this help and exit
808 --help=short display options specific to this package
809 --help=recursive display the short help of all the included packages
810 -V, --version display version information and exit
811 -q, --quiet, --silent do not print \`checking...' messages
812 --cache-file=FILE cache test results in FILE [disabled]
813 -C, --config-cache alias for \`--cache-file=config.cache'
814 -n, --no-create do not create output files
815 --srcdir=DIR find the sources in DIR [configure dir or \`..']
816
817_ACEOF
818
819 cat <<_ACEOF
820Installation directories:
821 --prefix=PREFIX install architecture-independent files in PREFIX
ac1cb8d3 822 [$ac_default_prefix]
a848cd7e 823 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
ac1cb8d3 824 [PREFIX]
a848cd7e
SC
825
826By default, \`make install' will install all the files in
827\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
828an installation prefix other than \`$ac_default_prefix' using \`--prefix',
829for instance \`--prefix=\$HOME'.
830
831For better control, use the options below.
832
833Fine tuning of the installation directories:
834 --bindir=DIR user executables [EPREFIX/bin]
835 --sbindir=DIR system admin executables [EPREFIX/sbin]
836 --libexecdir=DIR program executables [EPREFIX/libexec]
837 --datadir=DIR read-only architecture-independent data [PREFIX/share]
838 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
839 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
840 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
841 --libdir=DIR object code libraries [EPREFIX/lib]
842 --includedir=DIR C header files [PREFIX/include]
843 --oldincludedir=DIR C header files for non-gcc [/usr/include]
844 --infodir=DIR info documentation [PREFIX/info]
845 --mandir=DIR man documentation [PREFIX/man]
846_ACEOF
847
848 cat <<\_ACEOF
849
850X features:
851 --x-includes=DIR X include files are in DIR
852 --x-libraries=DIR X library files are in DIR
853
854System types:
855 --build=BUILD configure for building on BUILD [guessed]
856 --host=HOST cross-compile to build programs to run on HOST [BUILD]
857 --target=TARGET configure for building compilers for TARGET [HOST]
858_ACEOF
859fi
860
861if test -n "$ac_init_help"; then
862 case $ac_init_help in
63c4f6da 863 short | recursive ) echo "Configuration of wxWidgets 2.5.5:";;
a848cd7e
SC
864 esac
865 cat <<\_ACEOF
866
867Optional Features:
868 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
869 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
870 --enable-gui use GUI classes
77ffb593
JS
871 --enable-monolithic build wxWidgets as single library
872 --enable-plugins build parts of wxWidgets as loadable components
873 --enable-universal use wxWidgets GUI controls instead of native ones
a848cd7e 874 --enable-nanox use NanoX
9f45f08e 875 --disable-gtk2 use GTK+ 1.2 instead of 2.0
a848cd7e
SC
876 --enable-gpe use GNOME PDA Environment features if possible
877 --enable-shared create shared library code
878 --enable-optimise create optimised code
879 --enable-debug same as debug_flag and debug_info
880 --enable-stl use STL for containers
881 --enable-omf use OMF object format
882 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
883 --enable-debug_info create code with debugging information
884 --enable-debug_gdb create code with extra GDB debugging information
885 --enable-debug_cntxt use wxDebugContext
886 --enable-mem_tracing create code with memory tracing
887 --enable-profile create code with profiling information
888 --enable-no_rtti create code without RTTI information
889 --enable-no_exceptions create code without C++ exceptions handling
890 --enable-permissive compile code disregarding strict ANSI
891 --enable-no_deps create code without dependency information
77ffb593
JS
892 --enable-compat22 enable wxWidgets 2.2 compatibility
893 --disable-compat24 disable wxWidgets 2.4 compatibility
ffa0583f 894 --disable-rpath disable use of rpath for uninstalled builds
a848cd7e
SC
895 --enable-intl use internationalization system
896 --enable-config use wxConfig (and derived) classes
897 --enable-protocols use wxProtocol and derived classes
898 --enable-ftp use wxFTP (requires wxProtocol
899 --enable-http use wxHTTP (requires wxProtocol
900 --enable-fileproto use wxFileProto class (requires wxProtocol
901 --enable-sockets use socket/network classes
902 --enable-ole use OLE classes (Win32 only)
903 --enable-dataobj use data object classes
904 --enable-ipc use interprocess communication (wxSocket etc.)
905 --enable-apple_ieee use the Apple IEEE codec
81f90336 906 --enable-arcstream use wxArchive streams
eaff0f0d 907 --enable-backtrace use wxStackWalker class for getting backtraces
36b6448c 908 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
a848cd7e
SC
909 --enable-cmdline use wxCmdLineParser class
910 --enable-datetime use wxDateTime class
36b6448c 911 --enable-debugreport use wxDebugReport class
a848cd7e
SC
912 --enable-dialupman use dialup network classes
913 --enable-dynlib use wxLibrary class for DLL loading
914 --enable-dynamicloader use (new) wxDynamicLibrary class
915 --enable-exceptions build exception-safe library
916 --enable-ffile use wxFFile class
917 --enable-file use wxFile class
918 --enable-filesystem use virtual file systems classes
919 --enable-fontmap use font encodings conversion classes
920 --enable-fs_inet use virtual HTTP/FTP filesystems
921 --enable-fs_zip use virtual ZIP filesystems
922 --enable-geometry use geometry class
923 --enable-log use logging system
924 --enable-longlong use wxLongLong class
925 --enable-mimetype use wxMimeTypesManager
926 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
927 --enable-snglinst use wxSingleInstanceChecker class
a848cd7e 928 --enable-std_iostreams use standard C++ stream classes
07158944 929 --enable-stdpaths use wxStandardPaths class
a848cd7e 930 --enable-stopwatch use wxStopWatch class
07158944 931 --enable-streams use wxStream etc classes
a848cd7e
SC
932 --enable-sysoptions use wxSystemOptions
933 --enable-textbuf use wxTextBuffer class
934 --enable-textfile use wxTextFile class
935 --enable-timer use wxTimer class
936 --enable-unicode compile wxString with Unicode support
937 --enable-sound use wxSound class
3b57de8b 938 --enable-mediactrl use wxMediaCtrl class
77ffb593 939 --enable-wxprintfv use wxWidgets implementation of vprintf()
81f90336 940 --enable-zipstream use wxZip streams
a848cd7e
SC
941 --enable-url use wxURL class
942 --enable-protocol use wxProtocol class
943 --enable-protocol-http HTTP support in wxProtocol
944 --enable-protocol-ftp FTP support in wxProtocol
945 --enable-protocol-file FILE support in wxProtocol
946 --enable-threads use threads
947 --enable-docview use document view architecture
948 --enable-help use help subsystem
949 --enable-mshtmlhelp use MS HTML Help (win32)
950 --enable-html use wxHTML sub-library
951 --enable-htmlhelp use wxHTML-based help
9a8f0513 952 --enable-xrc use XRC resources sub-library
a848cd7e
SC
953 --enable-constraints use layout-constraints system
954 --enable-printarch use printing architecture
955 --enable-mdi use multiple document interface architecture
8a7b1113 956 --enable-mdidoc use docview architecture with MDI
a848cd7e
SC
957 --enable-loggui use standard GUI logger
958 --enable-logwin use wxLogWindow
959 --enable-logdialog use wxLogDialog
646b6ec1 960 --enable-webkit use wxWebKitCtrl (Mac)
a848cd7e
SC
961 --enable-postscript use wxPostscriptDC device context (default for gtk+)
962 --enable-prologio not available; see contrib
963 --enable-resources not available; see contrib
964 --enable-clipboard use wxClipboard class
965 --enable-dnd use Drag'n'Drop classes
966 --enable-metafile use win32 metafiles
967 --enable-controls use all usual controls
968 --enable-accel use accelerators
969 --enable-button use wxButton class
970 --enable-bmpbutton use wxBitmapButton class
971 --enable-calendar use wxCalendarCtrl class
972 --enable-caret use wxCaret class
973 --enable-checkbox use wxCheckBox class
974 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
975 --enable-choice use wxChoice class
92bbdbcd 976 --enable-choicebook use wxChoicebook class
a848cd7e 977 --enable-combobox use wxComboBox class
da98e9be 978 --enable-datepick use wxDatePickerCtrl class
a848cd7e
SC
979 --enable-display use wxDisplay class
980 --enable-gauge use wxGauge class
981 --enable-grid use wxGrid class
982 --enable-imaglist use wxImageList class
983 --enable-listbook use wxListbook class
984 --enable-listbox use wxListBox class
985 --enable-listctrl use wxListCtrl class
986 --enable-notebook use wxNotebook class
987 --enable-radiobox use wxRadioBox class
988 --enable-radiobtn use wxRadioButton class
989 --enable-sash use wxSashWindow class
990 --enable-scrollbar use wxScrollBar class and scrollable windows
991 --enable-slider use wxSlider class
992 --enable-spinbtn use wxSpinButton class
993 --enable-spinctrl use wxSpinCtrl class
994 --enable-splitter use wxSplitterWindow class
995 --enable-statbmp use wxStaticBitmap class
996 --enable-statbox use wxStaticBox class
997 --enable-statline use wxStaticLine class
998 --enable-stattext use wxStaticText class
999 --enable-statusbar use wxStatusBar class
1000 --enable-tabdialog use wxTabControl class
1001 --enable-textctrl use wxTextCtrl class
1002 --enable-togglebtn use wxToggleButton class
1003 --enable-toolbar use wxToolBar class
1004 --enable-tbarnative use native wxToolBar class
1005 --enable-tbarsmpl use wxToolBarSimple class
1006 --enable-treectrl use wxTreeCtrl class
1007 --enable-tipwindow use wxTipWindow class
1008 --enable-popupwin use wxPopUpWindow class
1009 --enable-commondlg use all common dialogs
1010 --enable-choicedlg use wxChoiceDialog
1011 --enable-coldlg use wxColourDialog
1012 --enable-filedlg use wxFileDialog
1013 --enable-finddlg use wxFindReplaceDialog
1014 --enable-fontdlg use wxFontDialog
1015 --enable-dirdlg use wxDirDialog
1016 --enable-msgdlg use wxMessageDialog
1017 --enable-numberdlg use wxNumberEntryDialog
1018 --enable-splash use wxSplashScreen
1019 --enable-textdlg use wxTextDialog
1020 --enable-tipdlg use startup tips
1021 --enable-progressdlg use wxProgressDialog
1022 --enable-wizarddlg use wxWizard
1023 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1024 --enable-miniframe use wxMiniFrame class
1025 --enable-tooltips use wxToolTip class
1026 --enable-splines use spline drawing code
1027 --enable-validators use wxValidator and derived classes
1028 --enable-busyinfo use wxBusyInfo
4cb1d3da 1029 --enable-joystick use wxJoystick
a848cd7e
SC
1030 --enable-metafiles use wxMetaFile (Windows only)
1031 --enable-dragimage use wxDragImage
1032 --enable-accessibility enable accessibility support
1033 --enable-palette use wxPalette class
1034 --enable-image use wxImage class
1035 --enable-gif use gif images (GIF file format)
1036 --enable-pcx use pcx images (PCX file format)
1037 --enable-iff use iff images (IFF file format)
1038 --enable-pnm use pnm images (PNM file format)
1039 --enable-xpm use xpm images (XPM file format)
1040 --enable-icocur use Windows ICO and CUR formats
77ffb593 1041 --enable-official_build official build of wxWidgets (win32 DLL only)
a848cd7e
SC
1042 --enable-vendor=VENDOR vendor name (win32 DLL only)
1043 --disable-largefile omit support for large files
1044 --disable-gtktest do not try to compile and run a test GTK+ program
1045 --disable-gtktest Do not try to compile and run a test GTK program
1046 --disable-sdltest Do not try to compile and run a test SDL program
1047 --enable-omf use OMF object format (OS/2)
ebee3cd0
VS
1048 --disable-precomp-headers
1049 don't use precompiled headers even if compiler can
a848cd7e
SC
1050
1051Optional Packages:
1052 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1053 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1054 --with-gtk use GTK+
1055 --with-motif use Motif/Lesstif
1056 --with-mac use Mac OS X
1057 --with-cocoa use Cocoa
1058 --with-wine use Wine
1059 --with-msw use MS-Windows
1060 --with-pm use OS/2 Presentation Manager
1061 --with-mgl use SciTech MGL
1062 --with-microwin use MicroWindows
1063 --with-x11 use X11
1064 --with-libpng use libpng (PNG image format)
1065 --with-libjpeg use libjpeg (JPEG file format)
1066 --with-libtiff use libtiff (TIFF file format)
1067 --with-libxpm use libxpm (XPM file format)
1068 --with-libmspack use libmspack (CHM help files loading)
1069 --with-sdl use SDL for audio on Unix
d51253e8 1070 --with-gnomeprint use GNOME print for printing under Unix
a848cd7e
SC
1071 --with-opengl use OpenGL (or Mesa)
1072 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1073 --with-regex enable support for wxRegEx class
1074 --with-zlib use zlib for LZW compression
1075 --with-odbc use the IODBC and wxODBC classes
1076 --with-expat enable XML support using expat parser
ceec2216 1077 --with-flavour=NAME specify a name to identify this build
a848cd7e
SC
1078 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1079 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1080 --with-x use the X Window System
1081 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1082 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1083 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1084 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1085 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1086
1087Some influential environment variables:
dcc1b6ad
VS
1088 CC C compiler command
1089 CFLAGS C compiler flags
1090 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1091 nonstandard directory <lib dir>
1092 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1093 headers in a nonstandard directory <include dir>
1094 CPP C preprocessor
1095 CXX C++ compiler command
1096 CXXFLAGS C++ compiler flags
1097 CXXCPP C++ preprocessor
a848cd7e
SC
1098
1099Use these variables to override the choices made by `configure' or to help
1100it to find libraries and programs with nonstandard names/locations.
1101
77ffb593 1102Report bugs to <wx-dev@lists.wxwidgets.org>.
a848cd7e
SC
1103_ACEOF
1104fi
1105
1106if test "$ac_init_help" = "recursive"; then
1107 # If there are subdirs, report their specific --help.
1108 ac_popdir=`pwd`
1109 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1110 test -d $ac_dir || continue
1111 ac_builddir=.
1112
1113if test "$ac_dir" != .; then
1114 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1115 # A "../" for each directory in $ac_dir_suffix.
1116 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1117else
1118 ac_dir_suffix= ac_top_builddir=
1119fi
1120
1121case $srcdir in
1122 .) # No --srcdir option. We are building in place.
1123 ac_srcdir=.
1124 if test -z "$ac_top_builddir"; then
1125 ac_top_srcdir=.
1126 else
1127 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1128 fi ;;
1129 [\\/]* | ?:[\\/]* ) # Absolute path.
1130 ac_srcdir=$srcdir$ac_dir_suffix;
1131 ac_top_srcdir=$srcdir ;;
1132 *) # Relative path.
1133 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1134 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1135esac
ac1cb8d3
VS
1136
1137# Do not use `cd foo && pwd` to compute absolute paths, because
1138# the directories may not exist.
1139case `pwd` in
1140.) ac_abs_builddir="$ac_dir";;
1141*)
1142 case "$ac_dir" in
1143 .) ac_abs_builddir=`pwd`;;
1144 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1145 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1146 esac;;
1147esac
1148case $ac_abs_builddir in
1149.) ac_abs_top_builddir=${ac_top_builddir}.;;
1150*)
1151 case ${ac_top_builddir}. in
1152 .) ac_abs_top_builddir=$ac_abs_builddir;;
1153 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1154 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1155 esac;;
1156esac
1157case $ac_abs_builddir in
1158.) ac_abs_srcdir=$ac_srcdir;;
1159*)
1160 case $ac_srcdir in
1161 .) ac_abs_srcdir=$ac_abs_builddir;;
1162 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1163 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1164 esac;;
1165esac
1166case $ac_abs_builddir in
1167.) ac_abs_top_srcdir=$ac_top_srcdir;;
1168*)
1169 case $ac_top_srcdir in
1170 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1171 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1172 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1173 esac;;
1174esac
a848cd7e
SC
1175
1176 cd $ac_dir
1177 # Check for guested configure; otherwise get Cygnus style configure.
1178 if test -f $ac_srcdir/configure.gnu; then
1179 echo
1180 $SHELL $ac_srcdir/configure.gnu --help=recursive
1181 elif test -f $ac_srcdir/configure; then
1182 echo
1183 $SHELL $ac_srcdir/configure --help=recursive
1184 elif test -f $ac_srcdir/configure.ac ||
ac1cb8d3 1185 test -f $ac_srcdir/configure.in; then
a848cd7e
SC
1186 echo
1187 $ac_configure --help
1188 else
1189 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1190 fi
07158944 1191 cd "$ac_popdir"
a848cd7e
SC
1192 done
1193fi
1194
1195test -n "$ac_init_help" && exit 0
1196if $ac_init_version; then
1197 cat <<\_ACEOF
63c4f6da 1198wxWidgets configure 2.5.5
ac1cb8d3 1199generated by GNU Autoconf 2.59
a848cd7e 1200
ac1cb8d3 1201Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
1202This configure script is free software; the Free Software Foundation
1203gives unlimited permission to copy, distribute and modify it.
1204_ACEOF
1205 exit 0
1206fi
1207exec 5>config.log
1208cat >&5 <<_ACEOF
1209This file contains any messages produced by compilers while
1210running configure, to aid debugging if configure makes a mistake.
1211
63c4f6da 1212It was created by wxWidgets $as_me 2.5.5, which was
ac1cb8d3 1213generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
1214
1215 $ $0 $@
1216
1217_ACEOF
1218{
1219cat <<_ASUNAME
1220## --------- ##
1221## Platform. ##
1222## --------- ##
1223
1224hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1225uname -m = `(uname -m) 2>/dev/null || echo unknown`
1226uname -r = `(uname -r) 2>/dev/null || echo unknown`
1227uname -s = `(uname -s) 2>/dev/null || echo unknown`
1228uname -v = `(uname -v) 2>/dev/null || echo unknown`
1229
1230/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1231/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1232
1233/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1234/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1235/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1236hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1237/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1238/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1239/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1240
1241_ASUNAME
1242
1243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1244for as_dir in $PATH
1245do
1246 IFS=$as_save_IFS
1247 test -z "$as_dir" && as_dir=.
1248 echo "PATH: $as_dir"
1249done
1250
1251} >&5
1252
1253cat >&5 <<_ACEOF
1254
1255
1256## ----------- ##
1257## Core tests. ##
1258## ----------- ##
1259
1260_ACEOF
1261
1262
1263# Keep a trace of the command line.
1264# Strip out --no-create and --no-recursion so they do not pile up.
1265# Strip out --silent because we don't want to record it for future runs.
1266# Also quote any args containing shell meta-characters.
1267# Make two passes to allow for proper duplicate-argument suppression.
1268ac_configure_args=
1269ac_configure_args0=
1270ac_configure_args1=
1271ac_sep=
1272ac_must_keep_next=false
1273for ac_pass in 1 2
1274do
1275 for ac_arg
1276 do
1277 case $ac_arg in
1278 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1279 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1280 | -silent | --silent | --silen | --sile | --sil)
1281 continue ;;
1282 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1283 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1284 esac
1285 case $ac_pass in
1286 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1287 2)
1288 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1289 if test $ac_must_keep_next = true; then
ac1cb8d3 1290 ac_must_keep_next=false # Got value, back to normal.
a848cd7e 1291 else
ac1cb8d3
VS
1292 case $ac_arg in
1293 *=* | --config-cache | -C | -disable-* | --disable-* \
1294 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1295 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1296 | -with-* | --with-* | -without-* | --without-* | --x)
1297 case "$ac_configure_args0 " in
1298 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1299 esac
1300 ;;
1301 -* ) ac_must_keep_next=true ;;
1302 esac
a848cd7e
SC
1303 fi
1304 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1305 # Get rid of the leading space.
1306 ac_sep=" "
1307 ;;
1308 esac
1309 done
1310done
1311$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1312$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1313
1314# When interrupted or exit'd, cleanup temporary files, and complete
1315# config.log. We remove comments because anyway the quotes in there
1316# would cause problems or look ugly.
1317# WARNING: Be sure not to use single quotes in there, as some shells,
1318# such as our DU 5.0 friend, will then `close' the trap.
1319trap 'exit_status=$?
1320 # Save into config.log some information that might help in debugging.
1321 {
1322 echo
1323
1324 cat <<\_ASBOX
1325## ---------------- ##
1326## Cache variables. ##
1327## ---------------- ##
1328_ASBOX
1329 echo
1330 # The following way of writing the cache mishandles newlines in values,
1331{
1332 (set) 2>&1 |
1333 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1334 *ac_space=\ *)
1335 sed -n \
ac1cb8d3
VS
1336 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1337 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
a848cd7e
SC
1338 ;;
1339 *)
1340 sed -n \
ac1cb8d3 1341 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
1342 ;;
1343 esac;
1344}
1345 echo
1346
1347 cat <<\_ASBOX
1348## ----------------- ##
1349## Output variables. ##
1350## ----------------- ##
1351_ASBOX
1352 echo
1353 for ac_var in $ac_subst_vars
1354 do
1355 eval ac_val=$`echo $ac_var`
1356 echo "$ac_var='"'"'$ac_val'"'"'"
1357 done | sort
1358 echo
1359
1360 if test -n "$ac_subst_files"; then
1361 cat <<\_ASBOX
1362## ------------- ##
1363## Output files. ##
1364## ------------- ##
1365_ASBOX
1366 echo
1367 for ac_var in $ac_subst_files
1368 do
1369 eval ac_val=$`echo $ac_var`
ac1cb8d3 1370 echo "$ac_var='"'"'$ac_val'"'"'"
a848cd7e
SC
1371 done | sort
1372 echo
1373 fi
1374
1375 if test -s confdefs.h; then
1376 cat <<\_ASBOX
1377## ----------- ##
1378## confdefs.h. ##
1379## ----------- ##
1380_ASBOX
1381 echo
1382 sed "/^$/d" confdefs.h | sort
1383 echo
1384 fi
1385 test "$ac_signal" != 0 &&
1386 echo "$as_me: caught signal $ac_signal"
1387 echo "$as_me: exit $exit_status"
1388 } >&5
ac1cb8d3 1389 rm -f core *.core &&
a848cd7e
SC
1390 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1391 exit $exit_status
1392 ' 0
1393for ac_signal in 1 2 13 15; do
1394 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1395done
1396ac_signal=0
1397
1398# confdefs.h avoids OS command line length limits that DEFS can exceed.
1399rm -rf conftest* confdefs.h
1400# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1401echo >confdefs.h
1402
1403# Predefined preprocessor variables.
1404
1405cat >>confdefs.h <<_ACEOF
1406#define PACKAGE_NAME "$PACKAGE_NAME"
1407_ACEOF
1408
1409
1410cat >>confdefs.h <<_ACEOF
1411#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1412_ACEOF
1413
1414
1415cat >>confdefs.h <<_ACEOF
1416#define PACKAGE_VERSION "$PACKAGE_VERSION"
1417_ACEOF
1418
1419
1420cat >>confdefs.h <<_ACEOF
1421#define PACKAGE_STRING "$PACKAGE_STRING"
1422_ACEOF
1423
1424
1425cat >>confdefs.h <<_ACEOF
1426#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1427_ACEOF
1428
1429
1430# Let the site file select an alternate cache file if it wants to.
1431# Prefer explicitly selected file to automatically selected ones.
1432if test -z "$CONFIG_SITE"; then
1433 if test "x$prefix" != xNONE; then
1434 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1435 else
1436 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1437 fi
1438fi
1439for ac_site_file in $CONFIG_SITE; do
1440 if test -r "$ac_site_file"; then
1441 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1442echo "$as_me: loading site script $ac_site_file" >&6;}
1443 sed 's/^/| /' "$ac_site_file" >&5
1444 . "$ac_site_file"
1445 fi
1446done
1447
1448if test -r "$cache_file"; then
1449 # Some versions of bash will fail to source /dev/null (special
1450 # files actually), so we avoid doing that.
1451 if test -f "$cache_file"; then
1452 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1453echo "$as_me: loading cache $cache_file" >&6;}
1454 case $cache_file in
1455 [\\/]* | ?:[\\/]* ) . $cache_file;;
1456 *) . ./$cache_file;;
1457 esac
1458 fi
1459else
1460 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1461echo "$as_me: creating cache $cache_file" >&6;}
1462 >$cache_file
1463fi
1464
1465# Check that the precious variables saved in the cache have kept the same
1466# value.
1467ac_cache_corrupted=false
1468for ac_var in `(set) 2>&1 |
ac1cb8d3 1469 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
a848cd7e
SC
1470 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1471 eval ac_new_set=\$ac_env_${ac_var}_set
1472 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1473 eval ac_new_val="\$ac_env_${ac_var}_value"
1474 case $ac_old_set,$ac_new_set in
1475 set,)
1476 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1477echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1478 ac_cache_corrupted=: ;;
1479 ,set)
1480 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1481echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1482 ac_cache_corrupted=: ;;
1483 ,);;
1484 *)
1485 if test "x$ac_old_val" != "x$ac_new_val"; then
ac1cb8d3 1486 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
a848cd7e 1487echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
ac1cb8d3 1488 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
a848cd7e 1489echo "$as_me: former value: $ac_old_val" >&2;}
ac1cb8d3 1490 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
a848cd7e 1491echo "$as_me: current value: $ac_new_val" >&2;}
ac1cb8d3 1492 ac_cache_corrupted=:
a848cd7e
SC
1493 fi;;
1494 esac
1495 # Pass precious variables to config.status.
1496 if test "$ac_new_set" = set; then
1497 case $ac_new_val in
1498 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1499 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1500 *) ac_arg=$ac_var=$ac_new_val ;;
1501 esac
1502 case " $ac_configure_args " in
1503 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1504 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1505 esac
1506 fi
1507done
1508if $ac_cache_corrupted; then
1509 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1510echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1511 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1512echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1513 { (exit 1); exit 1; }; }
1514fi
1515
1516ac_ext=c
1517ac_cpp='$CPP $CPPFLAGS'
1518ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1519ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1520ac_compiler_gnu=$ac_cv_c_compiler_gnu
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551ac_aux_dir=
1552for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1553 if test -f $ac_dir/install-sh; then
1554 ac_aux_dir=$ac_dir
1555 ac_install_sh="$ac_aux_dir/install-sh -c"
1556 break
1557 elif test -f $ac_dir/install.sh; then
1558 ac_aux_dir=$ac_dir
1559 ac_install_sh="$ac_aux_dir/install.sh -c"
1560 break
1561 elif test -f $ac_dir/shtool; then
1562 ac_aux_dir=$ac_dir
1563 ac_install_sh="$ac_aux_dir/shtool install -c"
1564 break
1565 fi
1566done
1567if test -z "$ac_aux_dir"; then
1568 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1569echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1570 { (exit 1); exit 1; }; }
1571fi
1572ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1573ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1574ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1575
1576# Make sure we can run config.sub.
1577$ac_config_sub sun4 >/dev/null 2>&1 ||
1578 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1579echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1580 { (exit 1); exit 1; }; }
1581
1582echo "$as_me:$LINENO: checking build system type" >&5
1583echo $ECHO_N "checking build system type... $ECHO_C" >&6
1584if test "${ac_cv_build+set}" = set; then
1585 echo $ECHO_N "(cached) $ECHO_C" >&6
1586else
1587 ac_cv_build_alias=$build_alias
1588test -z "$ac_cv_build_alias" &&
1589 ac_cv_build_alias=`$ac_config_guess`
1590test -z "$ac_cv_build_alias" &&
1591 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1592echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1593 { (exit 1); exit 1; }; }
1594ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1595 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1596echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1597 { (exit 1); exit 1; }; }
1598
1599fi
1600echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1601echo "${ECHO_T}$ac_cv_build" >&6
1602build=$ac_cv_build
1603build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1604build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1605build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1606
1607
1608echo "$as_me:$LINENO: checking host system type" >&5
1609echo $ECHO_N "checking host system type... $ECHO_C" >&6
1610if test "${ac_cv_host+set}" = set; then
1611 echo $ECHO_N "(cached) $ECHO_C" >&6
1612else
1613 ac_cv_host_alias=$host_alias
1614test -z "$ac_cv_host_alias" &&
1615 ac_cv_host_alias=$ac_cv_build_alias
1616ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1617 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1618echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1619 { (exit 1); exit 1; }; }
1620
1621fi
1622echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1623echo "${ECHO_T}$ac_cv_host" >&6
1624host=$ac_cv_host
1625host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1626host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1627host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1628
1629
1630echo "$as_me:$LINENO: checking target system type" >&5
1631echo $ECHO_N "checking target system type... $ECHO_C" >&6
1632if test "${ac_cv_target+set}" = set; then
1633 echo $ECHO_N "(cached) $ECHO_C" >&6
1634else
1635 ac_cv_target_alias=$target_alias
1636test "x$ac_cv_target_alias" = "x" &&
1637 ac_cv_target_alias=$ac_cv_host_alias
1638ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1639 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1640echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1641 { (exit 1); exit 1; }; }
1642
1643fi
1644echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1645echo "${ECHO_T}$ac_cv_target" >&6
1646target=$ac_cv_target
1647target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1648target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1649target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1650
1651
1652# The aliases save the names the user supplied, while $host etc.
1653# will get canonicalized.
1654test -n "$target_alias" &&
1655 test "$program_prefix$program_suffix$program_transform_name" = \
1656 NONENONEs,x,x, &&
1657 program_prefix=${target_alias}-
1658
1659
1660
ceec2216
RL
1661wx_major_version_number=2
1662wx_minor_version_number=5
63c4f6da
MW
1663wx_release_number=5
1664wx_subrelease_number=0
a848cd7e 1665
ceec2216
RL
1666WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1667WX_VERSION=$WX_RELEASE.$wx_release_number
1668WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
a848cd7e 1669
ceec2216 1670WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
a848cd7e 1671
63c4f6da 1672WX_CURRENT=5
a848cd7e 1673WX_REVISION=0
63c4f6da 1674WX_AGE=5
a848cd7e
SC
1675
1676
1677
1678USE_UNIX=1
1679USE_OS2=0
1680USE_WIN32=0
1681USE_DOS=0
1682USE_BEOS=0
1683USE_MAC=0
1684
1685USE_AIX=
1686USE_BSD= USE_DARWIN= USE_FREEBSD=
1687USE_GNU= USE_HPUX=
1688USE_LINUX=
1689USE_NETBSD=
1690USE_OPENBSD=
1691USE_OSF= USE_SGI=
1692USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1693USE_ULTRIX=
1694USE_UNIXWARE=
1695
1696USE_ALPHA=
1697
1698NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1699
1700ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1701
1702DEFAULT_wxUSE_COCOA=0
1703DEFAULT_wxUSE_GTK=0
1704DEFAULT_wxUSE_MAC=0
1705DEFAULT_wxUSE_MGL=0
1706DEFAULT_wxUSE_MICROWIN=0
1707DEFAULT_wxUSE_MOTIF=0
1708DEFAULT_wxUSE_MSW=0
1709DEFAULT_wxUSE_PM=0
1710DEFAULT_wxUSE_X11=0
1711
1712DEFAULT_DEFAULT_wxUSE_COCOA=0
1713DEFAULT_DEFAULT_wxUSE_GTK=0
1714DEFAULT_DEFAULT_wxUSE_MAC=0
1715DEFAULT_DEFAULT_wxUSE_MGL=0
1716DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1717DEFAULT_DEFAULT_wxUSE_MOTIF=0
1718DEFAULT_DEFAULT_wxUSE_MSW=0
1719DEFAULT_DEFAULT_wxUSE_PM=0
1720DEFAULT_DEFAULT_wxUSE_X11=0
1721
1722PROGRAM_EXT=
1723SO_SUFFIX=so
1724SAMPLES_RPATH_FLAG=
1725SAMPLES_RPATH_POSTLINK=
1726
1727case "${host}" in
1728 *-hp-hpux* )
1729 USE_HPUX=1
1730 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1731 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1732 SO_SUFFIX=sl
1733 cat >>confdefs.h <<\_ACEOF
1734#define __HPUX__ 1
1735_ACEOF
1736
1737 ;;
1738 *-*-linux* )
1739 USE_LINUX=1
1740 cat >>confdefs.h <<\_ACEOF
1741#define __LINUX__ 1
1742_ACEOF
1743
1744 TMP=`uname -m`
1745 if test "x$TMP" = "xalpha"; then
1746 USE_ALPHA=1
1747 cat >>confdefs.h <<\_ACEOF
1748#define __ALPHA__ 1
1749_ACEOF
1750
1751 fi
1752 DEFAULT_DEFAULT_wxUSE_GTK=1
1753 ;;
1754 *-*-gnu* | *-*-k*bsd*-gnu )
1755 USE_GNU=1
1756 TMP=`uname -m`
1757 if test "x$TMP" = "xalpha"; then
1758 USE_ALPHA=1
1759 cat >>confdefs.h <<\_ACEOF
1760#define __ALPHA__ 1
1761_ACEOF
1762
1763 fi
1764 DEFAULT_DEFAULT_wxUSE_GTK=1
1765 ;;
1766 *-*-irix5* | *-*-irix6* )
1767 USE_SGI=1
1768 USE_SVR4=1
1769 cat >>confdefs.h <<\_ACEOF
1770#define __SGI__ 1
1771_ACEOF
1772
1773 cat >>confdefs.h <<\_ACEOF
1774#define __SVR4__ 1
1775_ACEOF
1776
1777 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1778 ;;
1779 *-*-solaris2* )
1780 USE_SUN=1
1781 USE_SOLARIS=1
1782 USE_SVR4=1
1783 cat >>confdefs.h <<\_ACEOF
1784#define __SUN__ 1
1785_ACEOF
1786
1787 cat >>confdefs.h <<\_ACEOF
1788#define __SOLARIS__ 1
1789_ACEOF
1790
1791 cat >>confdefs.h <<\_ACEOF
1792#define __SVR4__ 1
1793_ACEOF
1794
1795 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1796 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1797 ;;
1798 *-*-sunos4* )
1799 USE_SUN=1
1800 USE_SUNOS=1
1801 USE_BSD=1
1802 cat >>confdefs.h <<\_ACEOF
1803#define __SUN__ 1
1804_ACEOF
1805
1806 cat >>confdefs.h <<\_ACEOF
1807#define __SUNOS__ 1
1808_ACEOF
1809
1810 cat >>confdefs.h <<\_ACEOF
1811#define __BSD__ 1
1812_ACEOF
1813
1814 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1815 ;;
1816 *-*-freebsd*)
1817 USE_BSD=1
1818 USE_FREEBSD=1
1819 cat >>confdefs.h <<\_ACEOF
1820#define __FREEBSD__ 1
1821_ACEOF
1822
1823 cat >>confdefs.h <<\_ACEOF
1824#define __BSD__ 1
1825_ACEOF
1826
1827 DEFAULT_DEFAULT_wxUSE_GTK=1
1828 ;;
1829 *-*-openbsd*)
1830 USE_BSD=1
1831 USE_OPENBSD=1
1832 cat >>confdefs.h <<\_ACEOF
1833#define __OPENBSD__ 1
1834_ACEOF
1835
1836 cat >>confdefs.h <<\_ACEOF
1837#define __BSD__ 1
1838_ACEOF
1839
1840 DEFAULT_DEFAULT_wxUSE_GTK=1
1841 ;;
1842 *-*-netbsd*)
1843 USE_BSD=1
1844 USE_NETBSD=1
1845 cat >>confdefs.h <<\_ACEOF
1846#define __NETBSD__ 1
1847_ACEOF
1848
1849 cat >>confdefs.h <<\_ACEOF
1850#define __BSD__ 1
1851_ACEOF
1852
1853 DEFAULT_DEFAULT_wxUSE_GTK=1
1854 ;;
1855 *-*-osf* )
1856 USE_ALPHA=1
1857 USE_OSF=1
1858 cat >>confdefs.h <<\_ACEOF
1859#define __ALPHA__ 1
1860_ACEOF
1861
1862 cat >>confdefs.h <<\_ACEOF
1863#define __OSF__ 1
1864_ACEOF
1865
1866 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1867 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1868 ;;
1869 *-*-dgux5* )
1870 USE_ALPHA=1
1871 USE_SVR4=1
1872 cat >>confdefs.h <<\_ACEOF
1873#define __ALPHA__ 1
1874_ACEOF
1875
1876 cat >>confdefs.h <<\_ACEOF
1877#define __SVR4__ 1
1878_ACEOF
1879
1880 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1881 ;;
1882 *-*-sysv5* )
1883 USE_SYSV=1
1884 USE_SVR4=1
1885 cat >>confdefs.h <<\_ACEOF
1886#define __SYSV__ 1
1887_ACEOF
1888
1889 cat >>confdefs.h <<\_ACEOF
1890#define __SVR4__ 1
1891_ACEOF
1892
1893 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1894 ;;
1895 *-*-aix* )
1896 USE_AIX=1
1897 USE_SYSV=1
1898 USE_SVR4=1
1899 SO_SUFFIX=a
1900 cat >>confdefs.h <<\_ACEOF
1901#define __AIX__ 1
1902_ACEOF
1903
1904 cat >>confdefs.h <<\_ACEOF
1905#define __SYSV__ 1
1906_ACEOF
1907
1908 cat >>confdefs.h <<\_ACEOF
1909#define __SVR4__ 1
1910_ACEOF
1911
1912 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1913 ;;
1914
1915 *-*-*UnixWare*)
1916 USE_SYSV=1
1917 USE_SVR4=1
1918 USE_UNIXWARE=1
1919 cat >>confdefs.h <<\_ACEOF
1920#define __UNIXWARE__ 1
1921_ACEOF
1922
1923 ;;
1924
1925 *-*-cygwin* | *-*-mingw32* )
1926 SO_SUFFIX=dll
1927 PROGRAM_EXT=".exe"
1928 RESCOMP=windres
1929 DEFAULT_DEFAULT_wxUSE_MSW=1
1930 ;;
1931
1932 *-pc-msdosdjgpp )
1933 USE_UNIX=0
1934 USE_DOS=1
1935 cat >>confdefs.h <<\_ACEOF
1936#define __DOS__ 1
1937_ACEOF
1938
1939 PROGRAM_EXT=".exe"
1940 DEFAULT_DEFAULT_wxUSE_MGL=1
1941 LIBS="$LIBS -lstdc++"
1942 ;;
1943
1944 *-pc-os2_emx | *-pc-os2-emx )
1945 cat >>confdefs.h <<\_ACEOF
1946#define __EMX__ 1
1947_ACEOF
1948
1949 USE_OS2=1
1950 cat >>confdefs.h <<\_ACEOF
1951#define __OS2__ 1
1952_ACEOF
1953
1954 PROGRAM_EXT=".exe"
1955 DEFAULT_DEFAULT_wxUSE_PM=1
1956 CXX=gcc
1957 LDFLAGS="$LDFLAGS -Zcrtdll"
1958 ac_executable_extensions=".exe"
1959 export ac_executable_extensions
1960 ac_save_IFS="$IFS"
1961 IFS='\\'
1962 ac_TEMP_PATH=
1963 for ac_dir in $PATH; do
1964 IFS=$ac_save_IFS
1965 if test -z "$ac_TEMP_PATH"; then
1966 ac_TEMP_PATH="$ac_dir"
1967 else
1968 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1969 fi
1970 done
1971 export PATH="$ac_TEMP_PATH"
1972 unset ac_TEMP_PATH
1973 ;;
1974
1975 powerpc-*-darwin* )
1976 USE_BSD=1
1977 USE_DARWIN=1
1978 SO_SUFFIX=dylib
1979 cat >>confdefs.h <<\_ACEOF
1980#define __BSD__ 1
1981_ACEOF
1982
1983 cat >>confdefs.h <<\_ACEOF
1984#define __DARWIN__ 1
a848cd7e
SC
1985_ACEOF
1986
1987 cat >>confdefs.h <<\_ACEOF
1988#define TARGET_CARBON 1
1989_ACEOF
1990
1991 DEFAULT_DEFAULT_wxUSE_MAC=1
1992 ;;
1e9e8aba
DE
1993 powerpc-apple-macos* )
1994 USE_UNIX=0
1995 ac_cv_c_bigendian=yes
1996 SO_SUFFIX=shlib
1997 DEFAULT_DEFAULT_wxUSE_MAC=1
1998 ;;
a848cd7e
SC
1999
2000 *-*-beos* )
2001 USE_BEOS=1
2002 cat >>confdefs.h <<\_ACEOF
2003#define __BEOS__ 1
2004_ACEOF
2005
2006 ;;
2007
2008 *)
2009 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2010echo "$as_me: error: unknown system type ${host}." >&2;}
2011 { (exit 1); exit 1; }; }
2012esac
2013
2014
2015
2016
2017 wx_arg_cache_file="configarg.cache"
2018 echo "loading argument cache $wx_arg_cache_file"
2019 rm -f ${wx_arg_cache_file}.tmp
2020 touch ${wx_arg_cache_file}.tmp
2021 touch ${wx_arg_cache_file}
2022
2023
2024DEBUG_CONFIGURE=0
2025if test $DEBUG_CONFIGURE = 1; then
2026 DEFAULT_wxUSE_UNIVERSAL=no
2027 DEFAULT_wxUSE_STL=no
2028
2029 DEFAULT_wxUSE_NANOX=no
2030
2031 DEFAULT_wxUSE_THREADS=yes
2032
2033 DEFAULT_wxUSE_SHARED=yes
2034 DEFAULT_wxUSE_OPTIMISE=no
2035 DEFAULT_wxUSE_PROFILE=no
2036 DEFAULT_wxUSE_NO_DEPS=no
2037 DEFAULT_wxUSE_NO_RTTI=no
2038 DEFAULT_wxUSE_NO_EXCEPTIONS=no
ffa0583f 2039 DEFAULT_wxUSE_RPATH=yes
a848cd7e
SC
2040 DEFAULT_wxUSE_PERMISSIVE=no
2041 DEFAULT_wxUSE_DEBUG_FLAG=yes
2042 DEFAULT_wxUSE_DEBUG_INFO=yes
2043 DEFAULT_wxUSE_DEBUG_GDB=yes
2044 DEFAULT_wxUSE_MEM_TRACING=no
2045 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2046 DEFAULT_wxUSE_DMALLOC=no
2047 DEFAULT_wxUSE_APPLE_IEEE=no
2048
2049 DEFAULT_wxUSE_EXCEPTIONS=no
2050 DEFAULT_wxUSE_LOG=yes
2051 DEFAULT_wxUSE_LOGWINDOW=no
2052 DEFAULT_wxUSE_LOGGUI=no
2053 DEFAULT_wxUSE_LOGDIALOG=no
2054
2055 DEFAULT_wxUSE_GUI=yes
2056 DEFAULT_wxUSE_CONTROLS=no
2057
2058 DEFAULT_wxUSE_REGEX=no
2059 DEFAULT_wxUSE_XML=no
2060 DEFAULT_wxUSE_EXPAT=no
2061 DEFAULT_wxUSE_ZLIB=no
2062 DEFAULT_wxUSE_LIBPNG=no
2063 DEFAULT_wxUSE_LIBJPEG=no
2064 DEFAULT_wxUSE_LIBTIFF=no
2065 DEFAULT_wxUSE_LIBXPM=no
2066 DEFAULT_wxUSE_LIBMSPACK=no
2067 DEFAULT_wxUSE_LIBSDL=no
d1c38808 2068 DEFAULT_wxUSE_LIBGNOMEPRINT=no
a848cd7e
SC
2069 DEFAULT_wxUSE_ODBC=no
2070 DEFAULT_wxUSE_OPENGL=no
2071
2072 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
eaff0f0d 2073 DEFAULT_wxUSE_STACKWALKER=no
36b6448c 2074 DEFAULT_wxUSE_DEBUGREPORT=no
a848cd7e
SC
2075 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2076 DEFAULT_wxUSE_STD_IOSTREAM=no
2077 DEFAULT_wxUSE_CMDLINE_PARSER=no
2078 DEFAULT_wxUSE_DATETIME=no
2079 DEFAULT_wxUSE_TIMER=no
2080 DEFAULT_wxUSE_STOPWATCH=no
2081 DEFAULT_wxUSE_FILE=no
2082 DEFAULT_wxUSE_FFILE=no
07158944 2083 DEFAULT_wxUSE_STDPATHS=no
a848cd7e
SC
2084 DEFAULT_wxUSE_TEXTBUFFER=no
2085 DEFAULT_wxUSE_TEXTFILE=no
2086 DEFAULT_wxUSE_SOUND=no
3b57de8b
RL
2087 DEFAULT_wxUSE_MEDIACTRL=no
2088 DEFAULT_wxUSE_DIRECTSHOW=no
a848cd7e
SC
2089 DEFAULT_wxUSE_INTL=no
2090 DEFAULT_wxUSE_CONFIG=no
2091 DEFAULT_wxUSE_FONTMAP=no
2092 DEFAULT_wxUSE_STREAMS=no
2093 DEFAULT_wxUSE_SOCKETS=no
2094 DEFAULT_wxUSE_OLE=no
2095 DEFAULT_wxUSE_DATAOBJ=no
2096 DEFAULT_wxUSE_DIALUP_MANAGER=no
2097 DEFAULT_wxUSE_JOYSTICK=no
2098 DEFAULT_wxUSE_DYNLIB_CLASS=no
2099 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2100 DEFAULT_wxUSE_LONGLONG=no
2101 DEFAULT_wxUSE_GEOMETRY=no
2102
2103 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2104 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2105 DEFAULT_wxUSE_POSTSCRIPT=no
2106
2107 DEFAULT_wxUSE_CLIPBOARD=no
2108 DEFAULT_wxUSE_TOOLTIPS=no
2109 DEFAULT_wxUSE_DRAG_AND_DROP=no
2110 DEFAULT_wxUSE_DRAGIMAGE=no
2111 DEFAULT_wxUSE_SPLINES=no
2112
8a7b1113 2113 DEFAULT_wxUSE_MDI=no
a848cd7e
SC
2114 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2115 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2116 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2117
2118 DEFAULT_wxUSE_RESOURCES=no
2119 DEFAULT_wxUSE_CONSTRAINTS=no
2120 DEFAULT_wxUSE_IPC=no
2121 DEFAULT_wxUSE_HELP=no
2122 DEFAULT_wxUSE_MS_HTML_HELP=no
2123 DEFAULT_wxUSE_WXHTML_HELP=no
2124 DEFAULT_wxUSE_TREELAYOUT=no
2125 DEFAULT_wxUSE_METAFILE=no
2126 DEFAULT_wxUSE_MIMETYPE=no
2127 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2128 DEFAULT_wxUSE_PROTOCOL=no
2129 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2130 DEFAULT_wxUSE_PROTOCOL_FTP=no
2131 DEFAULT_wxUSE_PROTOCOL_FILE=no
2132 DEFAULT_wxUSE_URL=no
2133
2134 DEFAULT_wxUSE_COMMONDLGS=no
2135 DEFAULT_wxUSE_CHOICEDLG=no
2136 DEFAULT_wxUSE_COLOURDLG=no
2137 DEFAULT_wxUSE_DIRDLG=no
2138 DEFAULT_wxUSE_FILEDLG=no
2139 DEFAULT_wxUSE_FINDREPLDLG=no
2140 DEFAULT_wxUSE_FONTDLG=no
2141 DEFAULT_wxUSE_MSGDLG=no
2142 DEFAULT_wxUSE_NUMBERDLG=no
2143 DEFAULT_wxUSE_TEXTDLG=no
2144 DEFAULT_wxUSE_SPLASH=no
2145 DEFAULT_wxUSE_STARTUP_TIPS=no
2146 DEFAULT_wxUSE_PROGRESSDLG=no
2147 DEFAULT_wxUSE_WIZARDDLG=no
2148
2149 DEFAULT_wxUSE_MENUS=no
2150 DEFAULT_wxUSE_MINIFRAME=no
2151 DEFAULT_wxUSE_HTML=no
9a8f0513 2152 DEFAULT_wxUSE_XRC=no
646b6ec1 2153 DEFAULT_wxUSE_WEBKIT=no
a848cd7e
SC
2154 DEFAULT_wxUSE_FILESYSTEM=no
2155 DEFAULT_wxUSE_FS_INET=no
2156 DEFAULT_wxUSE_FS_ZIP=no
2157 DEFAULT_wxUSE_BUSYINFO=no
9e8e867f 2158 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
a848cd7e 2159 DEFAULT_wxUSE_ZIPSTREAM=no
a848cd7e
SC
2160 DEFAULT_wxUSE_VALIDATORS=no
2161
2162 DEFAULT_wxUSE_ACCEL=no
2163 DEFAULT_wxUSE_BUTTON=no
2164 DEFAULT_wxUSE_BMPBUTTON=no
2165 DEFAULT_wxUSE_CALCTRL=no
2166 DEFAULT_wxUSE_CARET=no
2167 DEFAULT_wxUSE_CHECKBOX=no
2168 DEFAULT_wxUSE_CHECKLST=no
2169 DEFAULT_wxUSE_CHOICE=no
92bbdbcd 2170 DEFAULT_wxUSE_CHOICEBOOK=no
a848cd7e 2171 DEFAULT_wxUSE_COMBOBOX=no
da98e9be 2172 DEFAULT_wxUSE_DATEPICKCTRL=no
a848cd7e
SC
2173 DEFAULT_wxUSE_DISPLAY=no
2174 DEFAULT_wxUSE_GAUGE=no
2175 DEFAULT_wxUSE_GRID=no
2176 DEFAULT_wxUSE_IMAGLIST=no
2177 DEFAULT_wxUSE_LISTBOOK=no
2178 DEFAULT_wxUSE_LISTBOX=no
2179 DEFAULT_wxUSE_LISTCTRL=no
2180 DEFAULT_wxUSE_NOTEBOOK=no
2181 DEFAULT_wxUSE_RADIOBOX=no
2182 DEFAULT_wxUSE_RADIOBTN=no
2183 DEFAULT_wxUSE_SASH=no
2184 DEFAULT_wxUSE_SCROLLBAR=no
2185 DEFAULT_wxUSE_SLIDER=no
2186 DEFAULT_wxUSE_SPINBTN=no
2187 DEFAULT_wxUSE_SPINCTRL=no
2188 DEFAULT_wxUSE_SPLITTER=no
2189 DEFAULT_wxUSE_STATBMP=no
2190 DEFAULT_wxUSE_STATBOX=no
2191 DEFAULT_wxUSE_STATLINE=no
2192 DEFAULT_wxUSE_STATTEXT=no
2193 DEFAULT_wxUSE_STATUSBAR=yes
2194 DEFAULT_wxUSE_TABDIALOG=no
2195 DEFAULT_wxUSE_TEXTCTRL=no
2196 DEFAULT_wxUSE_TOGGLEBTN=no
2197 DEFAULT_wxUSE_TOOLBAR=no
2198 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2199 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2200 DEFAULT_wxUSE_TREECTRL=no
2201 DEFAULT_wxUSE_POPUPWIN=no
2202 DEFAULT_wxUSE_TIPWINDOW=no
2203
2204 DEFAULT_wxUSE_UNICODE=no
2205 DEFAULT_wxUSE_UNICODE_MSLU=no
2206 DEFAULT_wxUSE_WCSRTOMBS=no
2207
2208 DEFAULT_wxUSE_PALETTE=no
2209 DEFAULT_wxUSE_IMAGE=no
2210 DEFAULT_wxUSE_GIF=no
2211 DEFAULT_wxUSE_PCX=no
2212 DEFAULT_wxUSE_PNM=no
2213 DEFAULT_wxUSE_IFF=no
2214 DEFAULT_wxUSE_XPM=no
2215 DEFAULT_wxUSE_ICO_CUR=no
2216 DEFAULT_wxUSE_ACCESSIBILITY=no
2217
2218 DEFAULT_wxUSE_MONOLITHIC=no
2219 DEFAULT_wxUSE_PLUGINS=no
2220 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2221else
2222 DEFAULT_wxUSE_UNIVERSAL=no
2223 DEFAULT_wxUSE_STL=no
2224
2225 DEFAULT_wxUSE_NANOX=no
2226
2227 DEFAULT_wxUSE_THREADS=yes
2228
2229 DEFAULT_wxUSE_SHARED=yes
2230 DEFAULT_wxUSE_OPTIMISE=yes
2231 DEFAULT_wxUSE_PROFILE=no
2232 DEFAULT_wxUSE_NO_DEPS=no
2233 DEFAULT_wxUSE_NO_RTTI=no
2234 DEFAULT_wxUSE_NO_EXCEPTIONS=no
ffa0583f 2235 DEFAULT_wxUSE_RPATH=yes
a848cd7e
SC
2236 DEFAULT_wxUSE_PERMISSIVE=no
2237 DEFAULT_wxUSE_DEBUG_FLAG=no
2238 DEFAULT_wxUSE_DEBUG_INFO=no
2239 DEFAULT_wxUSE_DEBUG_GDB=no
2240 DEFAULT_wxUSE_MEM_TRACING=no
2241 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2242 DEFAULT_wxUSE_DMALLOC=no
2243 DEFAULT_wxUSE_APPLE_IEEE=yes
2244
2245 DEFAULT_wxUSE_EXCEPTIONS=yes
2246 DEFAULT_wxUSE_LOG=yes
2247 DEFAULT_wxUSE_LOGWINDOW=yes
2248 DEFAULT_wxUSE_LOGGUI=yes
2249 DEFAULT_wxUSE_LOGDIALOG=yes
2250
2251 DEFAULT_wxUSE_GUI=yes
2252
2253 DEFAULT_wxUSE_REGEX=yes
2254 DEFAULT_wxUSE_XML=yes
2255 DEFAULT_wxUSE_EXPAT=yes
2256 DEFAULT_wxUSE_ZLIB=yes
2257 DEFAULT_wxUSE_LIBPNG=yes
2258 DEFAULT_wxUSE_LIBJPEG=yes
2259 DEFAULT_wxUSE_LIBTIFF=yes
2260 DEFAULT_wxUSE_LIBXPM=yes
2261 DEFAULT_wxUSE_LIBMSPACK=yes
2262 DEFAULT_wxUSE_LIBSDL=no
d1c38808 2263 DEFAULT_wxUSE_LIBGNOMEPRINT=no
a848cd7e
SC
2264 DEFAULT_wxUSE_ODBC=no
2265 DEFAULT_wxUSE_OPENGL=no
2266
2267 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
eaff0f0d 2268 DEFAULT_wxUSE_STACKWALKER=yes
6671c68b 2269 DEFAULT_wxUSE_DEBUGREPORT=yes
a848cd7e
SC
2270 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2271 DEFAULT_wxUSE_STD_IOSTREAM=no
2272 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2273 DEFAULT_wxUSE_DATETIME=yes
2274 DEFAULT_wxUSE_TIMER=yes
2275 DEFAULT_wxUSE_STOPWATCH=yes
2276 DEFAULT_wxUSE_FILE=yes
2277 DEFAULT_wxUSE_FFILE=yes
07158944 2278 DEFAULT_wxUSE_STDPATHS=yes
a848cd7e
SC
2279 DEFAULT_wxUSE_TEXTBUFFER=yes
2280 DEFAULT_wxUSE_TEXTFILE=yes
2281 DEFAULT_wxUSE_SOUND=yes
3b57de8b
RL
2282 DEFAULT_wxUSE_MEDIACTRL=no
2283 DEFAULT_wxUSE_DIRECTSHOW=no
a848cd7e
SC
2284 DEFAULT_wxUSE_INTL=yes
2285 DEFAULT_wxUSE_CONFIG=yes
2286 DEFAULT_wxUSE_FONTMAP=yes
2287 DEFAULT_wxUSE_STREAMS=yes
2288 DEFAULT_wxUSE_SOCKETS=yes
2289 DEFAULT_wxUSE_OLE=yes
2290 DEFAULT_wxUSE_DATAOBJ=yes
2291 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2292 DEFAULT_wxUSE_JOYSTICK=yes
2293 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2294 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2295 DEFAULT_wxUSE_LONGLONG=yes
2296 DEFAULT_wxUSE_GEOMETRY=yes
2297
2298 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2299 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2300 DEFAULT_wxUSE_POSTSCRIPT=yes
2301
2302 DEFAULT_wxUSE_CLIPBOARD=yes
2303 DEFAULT_wxUSE_TOOLTIPS=yes
2304 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2305 DEFAULT_wxUSE_DRAGIMAGE=yes
2306 DEFAULT_wxUSE_SPLINES=yes
2307
8a7b1113 2308 DEFAULT_wxUSE_MDI=yes
a848cd7e
SC
2309 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2310 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2311 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2312
2313 DEFAULT_wxUSE_RESOURCES=no
2314 DEFAULT_wxUSE_CONSTRAINTS=yes
2315 DEFAULT_wxUSE_IPC=yes
2316 DEFAULT_wxUSE_HELP=yes
2317 DEFAULT_wxUSE_MS_HTML_HELP=yes
2318 DEFAULT_wxUSE_WXHTML_HELP=yes
2319 DEFAULT_wxUSE_TREELAYOUT=yes
2320 DEFAULT_wxUSE_METAFILE=yes
2321 DEFAULT_wxUSE_MIMETYPE=yes
2322 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2323 DEFAULT_wxUSE_PROTOCOL=yes
2324 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2325 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2326 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2327 DEFAULT_wxUSE_URL=yes
2328
2329 DEFAULT_wxUSE_COMMONDLGS=yes
2330 DEFAULT_wxUSE_CHOICEDLG=yes
2331 DEFAULT_wxUSE_COLOURDLG=yes
2332 DEFAULT_wxUSE_DIRDLG=yes
2333 DEFAULT_wxUSE_FILEDLG=yes
2334 DEFAULT_wxUSE_FINDREPLDLG=yes
2335 DEFAULT_wxUSE_FONTDLG=yes
2336 DEFAULT_wxUSE_MSGDLG=yes
2337 DEFAULT_wxUSE_NUMBERDLG=yes
2338 DEFAULT_wxUSE_TEXTDLG=yes
2339 DEFAULT_wxUSE_SPLASH=yes
2340 DEFAULT_wxUSE_STARTUP_TIPS=yes
2341 DEFAULT_wxUSE_PROGRESSDLG=yes
2342 DEFAULT_wxUSE_WIZARDDLG=yes
2343
2344 DEFAULT_wxUSE_MENUS=yes
2345 DEFAULT_wxUSE_MINIFRAME=yes
2346 DEFAULT_wxUSE_HTML=yes
9a8f0513 2347 DEFAULT_wxUSE_XRC=yes
646b6ec1 2348 DEFAULT_wxUSE_WEBKIT=yes
a848cd7e
SC
2349 DEFAULT_wxUSE_FILESYSTEM=yes
2350 DEFAULT_wxUSE_FS_INET=yes
2351 DEFAULT_wxUSE_FS_ZIP=yes
2352 DEFAULT_wxUSE_BUSYINFO=yes
9e8e867f 2353 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
a848cd7e 2354 DEFAULT_wxUSE_ZIPSTREAM=yes
a848cd7e
SC
2355 DEFAULT_wxUSE_VALIDATORS=yes
2356
2357 DEFAULT_wxUSE_ACCEL=yes
2358 DEFAULT_wxUSE_BUTTON=yes
2359 DEFAULT_wxUSE_BMPBUTTON=yes
2360 DEFAULT_wxUSE_CALCTRL=yes
2361 DEFAULT_wxUSE_CARET=yes
2362 DEFAULT_wxUSE_CHECKBOX=yes
2363 DEFAULT_wxUSE_CHECKLST=yes
2364 DEFAULT_wxUSE_CHOICE=yes
92bbdbcd 2365 DEFAULT_wxUSE_CHOICEBOOK=yes
a848cd7e 2366 DEFAULT_wxUSE_COMBOBOX=yes
da98e9be 2367 DEFAULT_wxUSE_DATEPICKCTRL=yes
a848cd7e
SC
2368 DEFAULT_wxUSE_DISPLAY=yes
2369 DEFAULT_wxUSE_GAUGE=yes
2370 DEFAULT_wxUSE_GRID=yes
2371 DEFAULT_wxUSE_IMAGLIST=yes
2372 DEFAULT_wxUSE_LISTBOOK=yes
2373 DEFAULT_wxUSE_LISTBOX=yes
2374 DEFAULT_wxUSE_LISTCTRL=yes
2375 DEFAULT_wxUSE_NOTEBOOK=yes
2376 DEFAULT_wxUSE_RADIOBOX=yes
2377 DEFAULT_wxUSE_RADIOBTN=yes
2378 DEFAULT_wxUSE_SASH=yes
2379 DEFAULT_wxUSE_SCROLLBAR=yes
2380 DEFAULT_wxUSE_SLIDER=yes
2381 DEFAULT_wxUSE_SPINBTN=yes
2382 DEFAULT_wxUSE_SPINCTRL=yes
2383 DEFAULT_wxUSE_SPLITTER=yes
2384 DEFAULT_wxUSE_STATBMP=yes
2385 DEFAULT_wxUSE_STATBOX=yes
2386 DEFAULT_wxUSE_STATLINE=yes
2387 DEFAULT_wxUSE_STATTEXT=yes
2388 DEFAULT_wxUSE_STATUSBAR=yes
2389 DEFAULT_wxUSE_TABDIALOG=no
2390 DEFAULT_wxUSE_TEXTCTRL=yes
2391 DEFAULT_wxUSE_TOGGLEBTN=yes
2392 DEFAULT_wxUSE_TOOLBAR=yes
2393 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2394 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2395 DEFAULT_wxUSE_TREECTRL=yes
2396 DEFAULT_wxUSE_POPUPWIN=yes
2397 DEFAULT_wxUSE_TIPWINDOW=yes
2398
2399 DEFAULT_wxUSE_UNICODE=no
2400 DEFAULT_wxUSE_UNICODE_MSLU=yes
2401 DEFAULT_wxUSE_WCSRTOMBS=no
2402
2403 DEFAULT_wxUSE_PALETTE=yes
2404 DEFAULT_wxUSE_IMAGE=yes
2405 DEFAULT_wxUSE_GIF=yes
2406 DEFAULT_wxUSE_PCX=yes
2407 DEFAULT_wxUSE_IFF=no
2408 DEFAULT_wxUSE_PNM=yes
2409 DEFAULT_wxUSE_XPM=yes
2410 DEFAULT_wxUSE_ICO_CUR=yes
2411 DEFAULT_wxUSE_ACCESSIBILITY=no
2412
2413 DEFAULT_wxUSE_MONOLITHIC=no
2414 DEFAULT_wxUSE_PLUGINS=no
2415 DEFAULT_wxUSE_OFFICIAL_BUILD=no
9f45f08e
VS
2416
2417 DEFAULT_wxUSE_GTK2=yes
a848cd7e
SC
2418fi
2419
2420
2421
2422for toolkit in `echo $ALL_TOOLKITS`; do
2423 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2424 if test "x$LINE" != "x" ; then
2425 has_toolkit_in_cache=1
2426 eval "DEFAULT_$LINE"
2427 eval "CACHE_$toolkit=1"
2428 fi
2429done
2430
2431
2432
2433 enablestring=
2434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2435echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2436 no_cache=0
2437 # Check whether --enable-gui or --disable-gui was given.
2438if test "${enable_gui+set}" = set; then
2439 enableval="$enable_gui"
2440
2441 if test "$enableval" = yes; then
2442 ac_cv_use_gui='wxUSE_GUI=yes'
2443 else
2444 ac_cv_use_gui='wxUSE_GUI=no'
2445 fi
2446
2447else
2448
2449 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2450 if test "x$LINE" != x ; then
2451 eval "DEFAULT_$LINE"
2452 else
2453 no_cache=1
2454 fi
2455
2456 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2457
2458fi;
2459
2460 eval "$ac_cv_use_gui"
2461 if test "$no_cache" != 1; then
2462 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2463 fi
2464
2465 if test "$wxUSE_GUI" = yes; then
2466 echo "$as_me:$LINENO: result: yes" >&5
2467echo "${ECHO_T}yes" >&6
2468 else
2469 echo "$as_me:$LINENO: result: no" >&5
2470echo "${ECHO_T}no" >&6
2471 fi
2472
2473
2474 enablestring=
2475 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2476echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2477 no_cache=0
2478 # Check whether --enable-monolithic or --disable-monolithic was given.
2479if test "${enable_monolithic+set}" = set; then
2480 enableval="$enable_monolithic"
2481
2482 if test "$enableval" = yes; then
2483 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2484 else
2485 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2486 fi
2487
2488else
2489
2490 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2491 if test "x$LINE" != x ; then
2492 eval "DEFAULT_$LINE"
2493 else
2494 no_cache=1
2495 fi
2496
2497 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2498
2499fi;
2500
2501 eval "$ac_cv_use_monolithic"
2502 if test "$no_cache" != 1; then
2503 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2504 fi
2505
2506 if test "$wxUSE_MONOLITHIC" = yes; then
2507 echo "$as_me:$LINENO: result: yes" >&5
2508echo "${ECHO_T}yes" >&6
2509 else
2510 echo "$as_me:$LINENO: result: no" >&5
2511echo "${ECHO_T}no" >&6
2512 fi
2513
2514
2515 enablestring=
2516 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2517echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2518 no_cache=0
2519 # Check whether --enable-plugins or --disable-plugins was given.
2520if test "${enable_plugins+set}" = set; then
2521 enableval="$enable_plugins"
2522
2523 if test "$enableval" = yes; then
2524 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2525 else
2526 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2527 fi
2528
2529else
2530
2531 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2532 if test "x$LINE" != x ; then
2533 eval "DEFAULT_$LINE"
2534 else
2535 no_cache=1
2536 fi
2537
2538 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2539
2540fi;
2541
2542 eval "$ac_cv_use_plugins"
2543 if test "$no_cache" != 1; then
2544 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2545 fi
2546
2547 if test "$wxUSE_PLUGINS" = yes; then
2548 echo "$as_me:$LINENO: result: yes" >&5
2549echo "${ECHO_T}yes" >&6
2550 else
2551 echo "$as_me:$LINENO: result: no" >&5
2552echo "${ECHO_T}no" >&6
2553 fi
2554
2555
2556if test "$wxUSE_GUI" = "yes"; then
2557
2558
2559 enablestring=
2560 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2561echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2562 no_cache=0
2563 # Check whether --enable-universal or --disable-universal was given.
2564if test "${enable_universal+set}" = set; then
2565 enableval="$enable_universal"
2566
2567 if test "$enableval" = yes; then
2568 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2569 else
2570 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2571 fi
2572
2573else
2574
2575 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2576 if test "x$LINE" != x ; then
2577 eval "DEFAULT_$LINE"
2578 else
2579 no_cache=1
2580 fi
2581
2582 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2583
2584fi;
2585
2586 eval "$ac_cv_use_universal"
2587 if test "$no_cache" != 1; then
2588 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2589 fi
2590
2591 if test "$wxUSE_UNIVERSAL" = yes; then
2592 echo "$as_me:$LINENO: result: yes" >&5
2593echo "${ECHO_T}yes" >&6
2594 else
2595 echo "$as_me:$LINENO: result: no" >&5
2596echo "${ECHO_T}no" >&6
2597 fi
2598
2599
2600# Check whether --with-gtk or --without-gtk was given.
2601if test "${with_gtk+set}" = set; then
2602 withval="$with_gtk"
2603 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2604fi;
2605
2606# Check whether --with-motif or --without-motif was given.
2607if test "${with_motif+set}" = set; then
2608 withval="$with_motif"
2609 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2610fi;
2611
2612# Check whether --with-mac or --without-mac was given.
2613if test "${with_mac+set}" = set; then
2614 withval="$with_mac"
c228d3a4 2615 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
a848cd7e
SC
2616fi;
2617
2618# Check whether --with-cocoa or --without-cocoa was given.
2619if test "${with_cocoa+set}" = set; then
2620 withval="$with_cocoa"
c228d3a4 2621 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
a848cd7e
SC
2622fi;
2623
2624# Check whether --with-wine or --without-wine was given.
2625if test "${with_wine+set}" = set; then
2626 withval="$with_wine"
2627 wxUSE_WINE="$withval" CACHE_WINE=1
2628fi;
2629
2630# Check whether --with-msw or --without-msw was given.
2631if test "${with_msw+set}" = set; then
2632 withval="$with_msw"
2633 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2634fi;
2635
2636# Check whether --with-pm or --without-pm was given.
2637if test "${with_pm+set}" = set; then
2638 withval="$with_pm"
2639 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2640fi;
2641
2642# Check whether --with-mgl or --without-mgl was given.
2643if test "${with_mgl+set}" = set; then
2644 withval="$with_mgl"
2645 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2646fi;
2647
2648# Check whether --with-microwin or --without-microwin was given.
2649if test "${with_microwin+set}" = set; then
2650 withval="$with_microwin"
2651 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2652fi;
2653
2654# Check whether --with-x11 or --without-x11 was given.
2655if test "${with_x11+set}" = set; then
2656 withval="$with_x11"
2657 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2658fi;
2659
2660 enablestring=
2661 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2662echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2663 no_cache=0
2664 # Check whether --enable-nanox or --disable-nanox was given.
2665if test "${enable_nanox+set}" = set; then
2666 enableval="$enable_nanox"
2667
2668 if test "$enableval" = yes; then
2669 ac_cv_use_nanox='wxUSE_NANOX=yes'
2670 else
2671 ac_cv_use_nanox='wxUSE_NANOX=no'
2672 fi
2673
2674else
2675
2676 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2677 if test "x$LINE" != x ; then
2678 eval "DEFAULT_$LINE"
2679 else
2680 no_cache=1
2681 fi
2682
2683 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2684
2685fi;
2686
2687 eval "$ac_cv_use_nanox"
2688 if test "$no_cache" != 1; then
2689 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2690 fi
2691
2692 if test "$wxUSE_NANOX" = yes; then
2693 echo "$as_me:$LINENO: result: yes" >&5
2694echo "${ECHO_T}yes" >&6
2695 else
2696 echo "$as_me:$LINENO: result: no" >&5
2697echo "${ECHO_T}no" >&6
2698 fi
2699
2700
2701
2702 enablestring=
2703 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2704echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2705 no_cache=0
2706 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2707if test "${enable_gtk2+set}" = set; then
2708 enableval="$enable_gtk2"
2709
2710 if test "$enableval" = yes; then
2711 ac_cv_use_gtk2='wxUSE_GTK2=yes'
2712 else
2713 ac_cv_use_gtk2='wxUSE_GTK2=no'
2714 fi
2715
2716else
2717
2718 LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2719 if test "x$LINE" != x ; then
2720 eval "DEFAULT_$LINE"
2721 else
2722 no_cache=1
2723 fi
2724
2725 ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
2726
2727fi;
2728
2729 eval "$ac_cv_use_gtk2"
2730 if test "$no_cache" != 1; then
2731 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2732 fi
2733
2734 if test "$wxUSE_GTK2" = yes; then
2735 echo "$as_me:$LINENO: result: yes" >&5
2736echo "${ECHO_T}yes" >&6
2737 else
2738 echo "$as_me:$LINENO: result: no" >&5
2739echo "${ECHO_T}no" >&6
2740 fi
2741
2742
2743 enablestring=
2744 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2745echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2746 no_cache=0
2747 # Check whether --enable-gpe or --disable-gpe was given.
2748if test "${enable_gpe+set}" = set; then
2749 enableval="$enable_gpe"
2750
2751 if test "$enableval" = yes; then
2752 ac_cv_use_gpe='wxUSE_GPE=yes'
2753 else
2754 ac_cv_use_gpe='wxUSE_GPE=no'
2755 fi
2756
2757else
2758
2759 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2760 if test "x$LINE" != x ; then
2761 eval "DEFAULT_$LINE"
2762 else
2763 no_cache=1
2764 fi
2765
2766 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2767
2768fi;
2769
2770 eval "$ac_cv_use_gpe"
2771 if test "$no_cache" != 1; then
2772 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2773 fi
2774
2775 if test "$wxUSE_GPE" = yes; then
2776 echo "$as_me:$LINENO: result: yes" >&5
2777echo "${ECHO_T}yes" >&6
2778 else
2779 echo "$as_me:$LINENO: result: no" >&5
2780echo "${ECHO_T}no" >&6
2781 fi
2782
2783
2784
2785 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2786echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2787 no_cache=0
2788
2789# Check whether --with-libpng or --without-libpng was given.
2790if test "${with_libpng+set}" = set; then
2791 withval="$with_libpng"
2792
2793 if test "$withval" = yes; then
2794 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2795 elif test "$withval" = no; then
2796 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2797 elif test "$withval" = sys; then
2798 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2799 elif test "$withval" = builtin; then
2800 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2801 else
2802 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2803echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2804 { (exit 1); exit 1; }; }
2805 fi
2806
2807else
2808
2809 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2810 if test "x$LINE" != x ; then
2811 eval "DEFAULT_$LINE"
2812 else
2813 no_cache=1
2814 fi
2815
2816 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2817
2818fi;
2819
2820 eval "$ac_cv_use_libpng"
2821 if test "$no_cache" != 1; then
2822 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2823 fi
2824
2825 if test "$wxUSE_LIBPNG" = yes; then
2826 echo "$as_me:$LINENO: result: yes" >&5
2827echo "${ECHO_T}yes" >&6
2828 elif test "$wxUSE_LIBPNG" = no; then
2829 echo "$as_me:$LINENO: result: no" >&5
2830echo "${ECHO_T}no" >&6
2831 elif test "$wxUSE_LIBPNG" = sys; then
2832 echo "$as_me:$LINENO: result: system version" >&5
2833echo "${ECHO_T}system version" >&6
2834 elif test "$wxUSE_LIBPNG" = builtin; then
2835 echo "$as_me:$LINENO: result: builtin version" >&5
2836echo "${ECHO_T}builtin version" >&6
2837 else
2838 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2839echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2840 { (exit 1); exit 1; }; }
2841 fi
2842
2843
2844 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2845echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2846 no_cache=0
2847
2848# Check whether --with-libjpeg or --without-libjpeg was given.
2849if test "${with_libjpeg+set}" = set; then
2850 withval="$with_libjpeg"
2851
2852 if test "$withval" = yes; then
2853 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2854 elif test "$withval" = no; then
2855 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2856 elif test "$withval" = sys; then
2857 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2858 elif test "$withval" = builtin; then
2859 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2860 else
2861 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2862echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2863 { (exit 1); exit 1; }; }
2864 fi
2865
2866else
2867
2868 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2869 if test "x$LINE" != x ; then
2870 eval "DEFAULT_$LINE"
2871 else
2872 no_cache=1
2873 fi
2874
2875 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2876
2877fi;
2878
2879 eval "$ac_cv_use_libjpeg"
2880 if test "$no_cache" != 1; then
2881 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2882 fi
2883
2884 if test "$wxUSE_LIBJPEG" = yes; then
2885 echo "$as_me:$LINENO: result: yes" >&5
2886echo "${ECHO_T}yes" >&6
2887 elif test "$wxUSE_LIBJPEG" = no; then
2888 echo "$as_me:$LINENO: result: no" >&5
2889echo "${ECHO_T}no" >&6
2890 elif test "$wxUSE_LIBJPEG" = sys; then
2891 echo "$as_me:$LINENO: result: system version" >&5
2892echo "${ECHO_T}system version" >&6
2893 elif test "$wxUSE_LIBJPEG" = builtin; then
2894 echo "$as_me:$LINENO: result: builtin version" >&5
2895echo "${ECHO_T}builtin version" >&6
2896 else
2897 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2898echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2899 { (exit 1); exit 1; }; }
2900 fi
2901
2902
2903 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2904echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2905 no_cache=0
2906
2907# Check whether --with-libtiff or --without-libtiff was given.
2908if test "${with_libtiff+set}" = set; then
2909 withval="$with_libtiff"
2910
2911 if test "$withval" = yes; then
2912 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2913 elif test "$withval" = no; then
2914 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2915 elif test "$withval" = sys; then
2916 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2917 elif test "$withval" = builtin; then
2918 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2919 else
2920 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2921echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2922 { (exit 1); exit 1; }; }
2923 fi
2924
2925else
2926
2927 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2928 if test "x$LINE" != x ; then
2929 eval "DEFAULT_$LINE"
2930 else
2931 no_cache=1
2932 fi
2933
2934 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2935
2936fi;
2937
2938 eval "$ac_cv_use_libtiff"
2939 if test "$no_cache" != 1; then
2940 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2941 fi
2942
2943 if test "$wxUSE_LIBTIFF" = yes; then
2944 echo "$as_me:$LINENO: result: yes" >&5
2945echo "${ECHO_T}yes" >&6
2946 elif test "$wxUSE_LIBTIFF" = no; then
2947 echo "$as_me:$LINENO: result: no" >&5
2948echo "${ECHO_T}no" >&6
2949 elif test "$wxUSE_LIBTIFF" = sys; then
2950 echo "$as_me:$LINENO: result: system version" >&5
2951echo "${ECHO_T}system version" >&6
2952 elif test "$wxUSE_LIBTIFF" = builtin; then
2953 echo "$as_me:$LINENO: result: builtin version" >&5
2954echo "${ECHO_T}builtin version" >&6
2955 else
2956 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2957echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2958 { (exit 1); exit 1; }; }
2959 fi
2960
2961
2962 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2963echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2964 no_cache=0
2965
2966# Check whether --with-libxpm or --without-libxpm was given.
2967if test "${with_libxpm+set}" = set; then
2968 withval="$with_libxpm"
2969
2970 if test "$withval" = yes; then
2971 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2972 elif test "$withval" = no; then
2973 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
2974 elif test "$withval" = sys; then
2975 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
2976 elif test "$withval" = builtin; then
2977 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
2978 else
2979 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2980echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2981 { (exit 1); exit 1; }; }
2982 fi
2983
2984else
2985
2986 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2987 if test "x$LINE" != x ; then
2988 eval "DEFAULT_$LINE"
2989 else
2990 no_cache=1
2991 fi
2992
2993 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2994
2995fi;
2996
2997 eval "$ac_cv_use_libxpm"
2998 if test "$no_cache" != 1; then
2999 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
3000 fi
3001
3002 if test "$wxUSE_LIBXPM" = yes; then
3003 echo "$as_me:$LINENO: result: yes" >&5
3004echo "${ECHO_T}yes" >&6
3005 elif test "$wxUSE_LIBXPM" = no; then
3006 echo "$as_me:$LINENO: result: no" >&5
3007echo "${ECHO_T}no" >&6
3008 elif test "$wxUSE_LIBXPM" = sys; then
3009 echo "$as_me:$LINENO: result: system version" >&5
3010echo "${ECHO_T}system version" >&6
3011 elif test "$wxUSE_LIBXPM" = builtin; then
3012 echo "$as_me:$LINENO: result: builtin version" >&5
3013echo "${ECHO_T}builtin version" >&6
3014 else
3015 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3016echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3017 { (exit 1); exit 1; }; }
3018 fi
3019
3020
3021 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
3022echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
3023 no_cache=0
3024
3025# Check whether --with-libmspack or --without-libmspack was given.
3026if test "${with_libmspack+set}" = set; then
3027 withval="$with_libmspack"
3028
3029 if test "$withval" = yes; then
3030 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3031 else
3032 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3033 fi
3034
3035else
3036
3037 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3038 if test "x$LINE" != x ; then
3039 eval "DEFAULT_$LINE"
3040 else
3041 no_cache=1
3042 fi
3043
3044 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3045
3046fi;
3047
3048 eval "$ac_cv_use_libmspack"
3049 if test "$no_cache" != 1; then
3050 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3051 fi
3052
3053 if test "$wxUSE_LIBMSPACK" = yes; then
3054 echo "$as_me:$LINENO: result: yes" >&5
3055echo "${ECHO_T}yes" >&6
3056 else
3057 echo "$as_me:$LINENO: result: no" >&5
3058echo "${ECHO_T}no" >&6
3059 fi
3060
3061
3062 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3063echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3064 no_cache=0
3065
3066# Check whether --with-sdl or --without-sdl was given.
3067if test "${with_sdl+set}" = set; then
3068 withval="$with_sdl"
3069
3070 if test "$withval" = yes; then
3071 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3072 else
3073 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3074 fi
3075
3076else
3077
3078 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3079 if test "x$LINE" != x ; then
3080 eval "DEFAULT_$LINE"
3081 else
3082 no_cache=1
3083 fi
3084
3085 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3086
3087fi;
3088
3089 eval "$ac_cv_use_sdl"
3090 if test "$no_cache" != 1; then
3091 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3092 fi
3093
3094 if test "$wxUSE_LIBSDL" = yes; then
3095 echo "$as_me:$LINENO: result: yes" >&5
3096echo "${ECHO_T}yes" >&6
3097 else
3098 echo "$as_me:$LINENO: result: no" >&5
3099echo "${ECHO_T}no" >&6
3100 fi
3101
3102
d1c38808
VZ
3103 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3104echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3105 no_cache=0
3106
3107# Check whether --with-gnomeprint or --without-gnomeprint was given.
3108if test "${with_gnomeprint+set}" = set; then
3109 withval="$with_gnomeprint"
3110
3111 if test "$withval" = yes; then
3112 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3113 else
3114 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3115 fi
3116
3117else
3118
3119 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3120 if test "x$LINE" != x ; then
3121 eval "DEFAULT_$LINE"
3122 else
3123 no_cache=1
3124 fi
3125
3126 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3127
3128fi;
3129
3130 eval "$ac_cv_use_gnomeprint"
3131 if test "$no_cache" != 1; then
3132 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3133 fi
3134
3135 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3136 echo "$as_me:$LINENO: result: yes" >&5
3137echo "${ECHO_T}yes" >&6
3138 else
3139 echo "$as_me:$LINENO: result: no" >&5
3140echo "${ECHO_T}no" >&6
3141 fi
3142
3143
a848cd7e
SC
3144 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3145echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3146 no_cache=0
3147
3148# Check whether --with-opengl or --without-opengl was given.
3149if test "${with_opengl+set}" = set; then
3150 withval="$with_opengl"
3151
3152 if test "$withval" = yes; then
3153 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3154 else
3155 ac_cv_use_opengl='wxUSE_OPENGL=no'
3156 fi
3157
3158else
3159
3160 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3161 if test "x$LINE" != x ; then
3162 eval "DEFAULT_$LINE"
3163 else
3164 no_cache=1
3165 fi
3166
3167 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3168
3169fi;
3170
3171 eval "$ac_cv_use_opengl"
3172 if test "$no_cache" != 1; then
3173 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3174 fi
3175
3176 if test "$wxUSE_OPENGL" = yes; then
3177 echo "$as_me:$LINENO: result: yes" >&5
3178echo "${ECHO_T}yes" >&6
3179 else
3180 echo "$as_me:$LINENO: result: no" >&5
3181echo "${ECHO_T}no" >&6
3182 fi
3183
3184
3185fi
3186
3187
3188 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3189echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3190 no_cache=0
3191
3192# Check whether --with-dmalloc or --without-dmalloc was given.
3193if test "${with_dmalloc+set}" = set; then
3194 withval="$with_dmalloc"
3195
3196 if test "$withval" = yes; then
3197 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3198 else
3199 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3200 fi
3201
3202else
3203
3204 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3205 if test "x$LINE" != x ; then
3206 eval "DEFAULT_$LINE"
3207 else
3208 no_cache=1
3209 fi
3210
3211 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3212
3213fi;
3214
3215 eval "$ac_cv_use_dmalloc"
3216 if test "$no_cache" != 1; then
3217 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3218 fi
3219
3220 if test "$wxUSE_DMALLOC" = yes; then
3221 echo "$as_me:$LINENO: result: yes" >&5
3222echo "${ECHO_T}yes" >&6
3223 else
3224 echo "$as_me:$LINENO: result: no" >&5
3225echo "${ECHO_T}no" >&6
3226 fi
3227
3228
3229 echo "$as_me:$LINENO: checking for --with-regex" >&5
3230echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3231 no_cache=0
3232
3233# Check whether --with-regex or --without-regex was given.
3234if test "${with_regex+set}" = set; then
3235 withval="$with_regex"
3236
3237 if test "$withval" = yes; then
3238 ac_cv_use_regex='wxUSE_REGEX=yes'
3239 elif test "$withval" = no; then
3240 ac_cv_use_regex='wxUSE_REGEX=no'
3241 elif test "$withval" = sys; then
3242 ac_cv_use_regex='wxUSE_REGEX=sys'
3243 elif test "$withval" = builtin; then
3244 ac_cv_use_regex='wxUSE_REGEX=builtin'
3245 else
3246 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3247echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3248 { (exit 1); exit 1; }; }
3249 fi
3250
3251else
3252
3253 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3254 if test "x$LINE" != x ; then
3255 eval "DEFAULT_$LINE"
3256 else
3257 no_cache=1
3258 fi
3259
3260 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3261
3262fi;
3263
3264 eval "$ac_cv_use_regex"
3265 if test "$no_cache" != 1; then
3266 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3267 fi
3268
3269 if test "$wxUSE_REGEX" = yes; then
3270 echo "$as_me:$LINENO: result: yes" >&5
3271echo "${ECHO_T}yes" >&6
3272 elif test "$wxUSE_REGEX" = no; then
3273 echo "$as_me:$LINENO: result: no" >&5
3274echo "${ECHO_T}no" >&6
3275 elif test "$wxUSE_REGEX" = sys; then
3276 echo "$as_me:$LINENO: result: system version" >&5
3277echo "${ECHO_T}system version" >&6
3278 elif test "$wxUSE_REGEX" = builtin; then
3279 echo "$as_me:$LINENO: result: builtin version" >&5
3280echo "${ECHO_T}builtin version" >&6
3281 else
3282 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3283echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3284 { (exit 1); exit 1; }; }
3285 fi
3286
3287
3288 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3289echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3290 no_cache=0
3291
3292# Check whether --with-zlib or --without-zlib was given.
3293if test "${with_zlib+set}" = set; then
3294 withval="$with_zlib"
3295
3296 if test "$withval" = yes; then
3297 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3298 elif test "$withval" = no; then
3299 ac_cv_use_zlib='wxUSE_ZLIB=no'
3300 elif test "$withval" = sys; then
3301 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3302 elif test "$withval" = builtin; then
3303 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3304 else
3305 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3306echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3307 { (exit 1); exit 1; }; }
3308 fi
3309
3310else
3311
3312 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3313 if test "x$LINE" != x ; then
3314 eval "DEFAULT_$LINE"
3315 else
3316 no_cache=1
3317 fi
3318
3319 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3320
3321fi;
3322
3323 eval "$ac_cv_use_zlib"
3324 if test "$no_cache" != 1; then
3325 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3326 fi
3327
3328 if test "$wxUSE_ZLIB" = yes; then
3329 echo "$as_me:$LINENO: result: yes" >&5
3330echo "${ECHO_T}yes" >&6
3331 elif test "$wxUSE_ZLIB" = no; then
3332 echo "$as_me:$LINENO: result: no" >&5
3333echo "${ECHO_T}no" >&6
3334 elif test "$wxUSE_ZLIB" = sys; then
3335 echo "$as_me:$LINENO: result: system version" >&5
3336echo "${ECHO_T}system version" >&6
3337 elif test "$wxUSE_ZLIB" = builtin; then
3338 echo "$as_me:$LINENO: result: builtin version" >&5
3339echo "${ECHO_T}builtin version" >&6
3340 else
3341 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3342echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3343 { (exit 1); exit 1; }; }
3344 fi
3345
3346
3347 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3348echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3349 no_cache=0
3350
3351# Check whether --with-odbc or --without-odbc was given.
3352if test "${with_odbc+set}" = set; then
3353 withval="$with_odbc"
3354
3355 if test "$withval" = yes; then
3356 ac_cv_use_odbc='wxUSE_ODBC=yes'
3357 elif test "$withval" = no; then
3358 ac_cv_use_odbc='wxUSE_ODBC=no'
3359 elif test "$withval" = sys; then
3360 ac_cv_use_odbc='wxUSE_ODBC=sys'
3361 elif test "$withval" = builtin; then
3362 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3363 else
3364 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3365echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3366 { (exit 1); exit 1; }; }
3367 fi
3368
3369else
3370
3371 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3372 if test "x$LINE" != x ; then
3373 eval "DEFAULT_$LINE"
3374 else
3375 no_cache=1
3376 fi
3377
3378 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3379
3380fi;
3381
3382 eval "$ac_cv_use_odbc"
3383 if test "$no_cache" != 1; then
3384 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3385 fi
3386
3387 if test "$wxUSE_ODBC" = yes; then
3388 echo "$as_me:$LINENO: result: yes" >&5
3389echo "${ECHO_T}yes" >&6
3390 elif test "$wxUSE_ODBC" = no; then
3391 echo "$as_me:$LINENO: result: no" >&5
3392echo "${ECHO_T}no" >&6
3393 elif test "$wxUSE_ODBC" = sys; then
3394 echo "$as_me:$LINENO: result: system version" >&5
3395echo "${ECHO_T}system version" >&6
3396 elif test "$wxUSE_ODBC" = builtin; then
3397 echo "$as_me:$LINENO: result: builtin version" >&5
3398echo "${ECHO_T}builtin version" >&6
3399 else
3400 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3401echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3402 { (exit 1); exit 1; }; }
3403 fi
3404
3405
3406 echo "$as_me:$LINENO: checking for --with-expat" >&5
3407echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3408 no_cache=0
3409
3410# Check whether --with-expat or --without-expat was given.
3411if test "${with_expat+set}" = set; then
3412 withval="$with_expat"
3413
3414 if test "$withval" = yes; then
3415 ac_cv_use_expat='wxUSE_EXPAT=yes'
3416 elif test "$withval" = no; then
3417 ac_cv_use_expat='wxUSE_EXPAT=no'
3418 elif test "$withval" = sys; then
3419 ac_cv_use_expat='wxUSE_EXPAT=sys'
3420 elif test "$withval" = builtin; then
3421 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3422 else
3423 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3424echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3425 { (exit 1); exit 1; }; }
3426 fi
3427
3428else
3429
3430 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3431 if test "x$LINE" != x ; then
3432 eval "DEFAULT_$LINE"
3433 else
3434 no_cache=1
3435 fi
3436
3437 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3438
3439fi;
3440
3441 eval "$ac_cv_use_expat"
3442 if test "$no_cache" != 1; then
3443 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3444 fi
3445
3446 if test "$wxUSE_EXPAT" = yes; then
3447 echo "$as_me:$LINENO: result: yes" >&5
3448echo "${ECHO_T}yes" >&6
3449 elif test "$wxUSE_EXPAT" = no; then
3450 echo "$as_me:$LINENO: result: no" >&5
3451echo "${ECHO_T}no" >&6
3452 elif test "$wxUSE_EXPAT" = sys; then
3453 echo "$as_me:$LINENO: result: system version" >&5
3454echo "${ECHO_T}system version" >&6
3455 elif test "$wxUSE_EXPAT" = builtin; then
3456 echo "$as_me:$LINENO: result: builtin version" >&5
3457echo "${ECHO_T}builtin version" >&6
3458 else
3459 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3460echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3461 { (exit 1); exit 1; }; }
3462 fi
3463
3464
3465
3466
3467 enablestring=
3468 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3469echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3470 no_cache=0
3471 # Check whether --enable-shared or --disable-shared was given.
3472if test "${enable_shared+set}" = set; then
3473 enableval="$enable_shared"
3474
3475 if test "$enableval" = yes; then
3476 ac_cv_use_shared='wxUSE_SHARED=yes'
3477 else
3478 ac_cv_use_shared='wxUSE_SHARED=no'
3479 fi
3480
3481else
3482
3483 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3484 if test "x$LINE" != x ; then
3485 eval "DEFAULT_$LINE"
3486 else
3487 no_cache=1
3488 fi
3489
3490 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3491
3492fi;
3493
3494 eval "$ac_cv_use_shared"
3495 if test "$no_cache" != 1; then
3496 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3497 fi
3498
3499 if test "$wxUSE_SHARED" = yes; then
3500 echo "$as_me:$LINENO: result: yes" >&5
3501echo "${ECHO_T}yes" >&6
3502 else
3503 echo "$as_me:$LINENO: result: no" >&5
3504echo "${ECHO_T}no" >&6
3505 fi
3506
3507
3508 enablestring=
3509 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3510echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3511 no_cache=0
3512 # Check whether --enable-optimise or --disable-optimise was given.
3513if test "${enable_optimise+set}" = set; then
3514 enableval="$enable_optimise"
3515
3516 if test "$enableval" = yes; then
3517 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3518 else
3519 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3520 fi
3521
3522else
3523
3524 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3525 if test "x$LINE" != x ; then
3526 eval "DEFAULT_$LINE"
3527 else
3528 no_cache=1
3529 fi
3530
3531 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3532
3533fi;
3534
3535 eval "$ac_cv_use_optimise"
3536 if test "$no_cache" != 1; then
3537 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3538 fi
3539
3540 if test "$wxUSE_OPTIMISE" = yes; then
3541 echo "$as_me:$LINENO: result: yes" >&5
3542echo "${ECHO_T}yes" >&6
3543 else
3544 echo "$as_me:$LINENO: result: no" >&5
3545echo "${ECHO_T}no" >&6
3546 fi
3547
3548
3549 enablestring=
3550 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3551echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3552 no_cache=0
3553 # Check whether --enable-debug or --disable-debug was given.
3554if test "${enable_debug+set}" = set; then
3555 enableval="$enable_debug"
3556
3557 if test "$enableval" = yes; then
3558 ac_cv_use_debug='wxUSE_DEBUG=yes'
3559 else
3560 ac_cv_use_debug='wxUSE_DEBUG=no'
3561 fi
3562
3563else
3564
3565 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3566 if test "x$LINE" != x ; then
3567 eval "DEFAULT_$LINE"
3568 else
3569 no_cache=1
3570 fi
3571
3572 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3573
3574fi;
3575
3576 eval "$ac_cv_use_debug"
3577 if test "$no_cache" != 1; then
3578 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3579 fi
3580
3581 if test "$wxUSE_DEBUG" = yes; then
3582 echo "$as_me:$LINENO: result: yes" >&5
3583echo "${ECHO_T}yes" >&6
3584 else
3585 echo "$as_me:$LINENO: result: no" >&5
3586echo "${ECHO_T}no" >&6
3587 fi
3588
3589
3590 enablestring=
3591 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3592echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3593 no_cache=0
3594 # Check whether --enable-stl or --disable-stl was given.
3595if test "${enable_stl+set}" = set; then
3596 enableval="$enable_stl"
3597
3598 if test "$enableval" = yes; then
3599 ac_cv_use_stl='wxUSE_STL=yes'
3600 else
3601 ac_cv_use_stl='wxUSE_STL=no'
3602 fi
3603
3604else
3605
3606 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3607 if test "x$LINE" != x ; then
3608 eval "DEFAULT_$LINE"
3609 else
3610 no_cache=1
3611 fi
3612
3613 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3614
3615fi;
3616
3617 eval "$ac_cv_use_stl"
3618 if test "$no_cache" != 1; then
3619 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3620 fi
3621
3622 if test "$wxUSE_STL" = yes; then
3623 echo "$as_me:$LINENO: result: yes" >&5
3624echo "${ECHO_T}yes" >&6
3625 else
3626 echo "$as_me:$LINENO: result: no" >&5
3627echo "${ECHO_T}no" >&6
3628 fi
3629
3630if test "$USE_OS2" = "1"; then
69120ee4 3631 DEFAULT_wxUSE_OMF=no
a848cd7e
SC
3632
3633 enablestring=
3634 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3635echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3636 no_cache=0
3637 # Check whether --enable-omf or --disable-omf was given.
3638if test "${enable_omf+set}" = set; then
3639 enableval="$enable_omf"
3640
3641 if test "$enableval" = yes; then
3642 ac_cv_use_omf='wxUSE_OMF=yes'
3643 else
3644 ac_cv_use_omf='wxUSE_OMF=no'
3645 fi
3646
3647else
3648
3649 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3650 if test "x$LINE" != x ; then
3651 eval "DEFAULT_$LINE"
3652 else
3653 no_cache=1
3654 fi
3655
3656 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3657
3658fi;
3659
3660 eval "$ac_cv_use_omf"
3661 if test "$no_cache" != 1; then
3662 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3663 fi
3664
3665 if test "$wxUSE_OMF" = yes; then
3666 echo "$as_me:$LINENO: result: yes" >&5
3667echo "${ECHO_T}yes" >&6
3668 else
3669 echo "$as_me:$LINENO: result: no" >&5
3670echo "${ECHO_T}no" >&6
3671 fi
3672
3673fi
3674
3675if test "$wxUSE_DEBUG" = "yes"; then
3676 DEFAULT_wxUSE_DEBUG_FLAG=yes
3677 DEFAULT_wxUSE_DEBUG_INFO=yes
3678 BUILD=debug
3679elif test "$wxUSE_DEBUG" = "no"; then
3680 DEFAULT_wxUSE_DEBUG_FLAG=no
3681 DEFAULT_wxUSE_DEBUG_INFO=no
3682 BUILD=release
3683fi
3684
3685
3686 enablestring=
3687 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3688echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3689 no_cache=0
3690 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3691if test "${enable_debug_flag+set}" = set; then
3692 enableval="$enable_debug_flag"
3693
3694 if test "$enableval" = yes; then
3695 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3696 else
3697 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3698 fi
3699
3700else
3701
3702 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3703 if test "x$LINE" != x ; then
3704 eval "DEFAULT_$LINE"
3705 else
3706 no_cache=1
3707 fi
3708
3709 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3710
3711fi;
3712
3713 eval "$ac_cv_use_debug_flag"
3714 if test "$no_cache" != 1; then
3715 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3716 fi
3717
3718 if test "$wxUSE_DEBUG_FLAG" = yes; then
3719 echo "$as_me:$LINENO: result: yes" >&5
3720echo "${ECHO_T}yes" >&6
3721 else
3722 echo "$as_me:$LINENO: result: no" >&5
3723echo "${ECHO_T}no" >&6
3724 fi
3725
3726
3727 enablestring=
3728 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3729echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3730 no_cache=0
3731 # Check whether --enable-debug_info or --disable-debug_info was given.
3732if test "${enable_debug_info+set}" = set; then
3733 enableval="$enable_debug_info"
3734
3735 if test "$enableval" = yes; then
3736 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3737 else
3738 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3739 fi
3740
3741else
3742
3743 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3744 if test "x$LINE" != x ; then
3745 eval "DEFAULT_$LINE"
3746 else
3747 no_cache=1
3748 fi
3749
3750 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3751
3752fi;
3753
3754 eval "$ac_cv_use_debug_info"
3755 if test "$no_cache" != 1; then
3756 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3757 fi
3758
3759 if test "$wxUSE_DEBUG_INFO" = yes; then
3760 echo "$as_me:$LINENO: result: yes" >&5
3761echo "${ECHO_T}yes" >&6
3762 else
3763 echo "$as_me:$LINENO: result: no" >&5
3764echo "${ECHO_T}no" >&6
3765 fi
3766
3767
3768 enablestring=
3769 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3770echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3771 no_cache=0
3772 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3773if test "${enable_debug_gdb+set}" = set; then
3774 enableval="$enable_debug_gdb"
3775
3776 if test "$enableval" = yes; then
3777 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3778 else
3779 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3780 fi
3781
3782else
3783
3784 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3785 if test "x$LINE" != x ; then
3786 eval "DEFAULT_$LINE"
3787 else
3788 no_cache=1
3789 fi
3790
3791 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3792
3793fi;
3794
3795 eval "$ac_cv_use_debug_gdb"
3796 if test "$no_cache" != 1; then
3797 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3798 fi
3799
3800 if test "$wxUSE_DEBUG_GDB" = yes; then
3801 echo "$as_me:$LINENO: result: yes" >&5
3802echo "${ECHO_T}yes" >&6
3803 else
3804 echo "$as_me:$LINENO: result: no" >&5
3805echo "${ECHO_T}no" >&6
3806 fi
3807
3808
3809 enablestring=
3810 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3811echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3812 no_cache=0
3813 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3814if test "${enable_debug_cntxt+set}" = set; then
3815 enableval="$enable_debug_cntxt"
3816
3817 if test "$enableval" = yes; then
3818 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3819 else
3820 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3821 fi
3822
3823else
3824
3825 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3826 if test "x$LINE" != x ; then
3827 eval "DEFAULT_$LINE"
3828 else
3829 no_cache=1
3830 fi
3831
3832 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3833
3834fi;
3835
3836 eval "$ac_cv_use_debug_cntxt"
3837 if test "$no_cache" != 1; then
3838 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3839 fi
3840
3841 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3842 echo "$as_me:$LINENO: result: yes" >&5
3843echo "${ECHO_T}yes" >&6
3844 else
3845 echo "$as_me:$LINENO: result: no" >&5
3846echo "${ECHO_T}no" >&6
3847 fi
3848
3849
3850 enablestring=
3851 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3852echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3853 no_cache=0
3854 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3855if test "${enable_mem_tracing+set}" = set; then
3856 enableval="$enable_mem_tracing"
3857
3858 if test "$enableval" = yes; then
3859 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3860 else
3861 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3862 fi
3863
3864else
3865
3866 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3867 if test "x$LINE" != x ; then
3868 eval "DEFAULT_$LINE"
3869 else
3870 no_cache=1
3871 fi
3872
3873 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3874
3875fi;
3876
3877 eval "$ac_cv_use_mem_tracing"
3878 if test "$no_cache" != 1; then
3879 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3880 fi
3881
3882 if test "$wxUSE_MEM_TRACING" = yes; then
3883 echo "$as_me:$LINENO: result: yes" >&5
3884echo "${ECHO_T}yes" >&6
3885 else
3886 echo "$as_me:$LINENO: result: no" >&5
3887echo "${ECHO_T}no" >&6
3888 fi
3889
3890
3891 enablestring=
3892 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3893echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3894 no_cache=0
3895 # Check whether --enable-profile or --disable-profile was given.
3896if test "${enable_profile+set}" = set; then
3897 enableval="$enable_profile"
3898
3899 if test "$enableval" = yes; then
3900 ac_cv_use_profile='wxUSE_PROFILE=yes'
3901 else
3902 ac_cv_use_profile='wxUSE_PROFILE=no'
3903 fi
3904
3905else
3906
3907 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3908 if test "x$LINE" != x ; then
3909 eval "DEFAULT_$LINE"
3910 else
3911 no_cache=1
3912 fi
3913
3914 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3915
3916fi;
3917
3918 eval "$ac_cv_use_profile"
3919 if test "$no_cache" != 1; then
3920 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3921 fi
3922
3923 if test "$wxUSE_PROFILE" = yes; then
3924 echo "$as_me:$LINENO: result: yes" >&5
3925echo "${ECHO_T}yes" >&6
3926 else
3927 echo "$as_me:$LINENO: result: no" >&5
3928echo "${ECHO_T}no" >&6
3929 fi
3930
3931
3932 enablestring=
3933 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3934echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3935 no_cache=0
3936 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3937if test "${enable_no_rtti+set}" = set; then
3938 enableval="$enable_no_rtti"
3939
3940 if test "$enableval" = yes; then
3941 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3942 else
3943 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3944 fi
3945
3946else
3947
3948 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3949 if test "x$LINE" != x ; then
3950 eval "DEFAULT_$LINE"
3951 else
3952 no_cache=1
3953 fi
3954
3955 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3956
3957fi;
3958
3959 eval "$ac_cv_use_no_rtti"
3960 if test "$no_cache" != 1; then
3961 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3962 fi
3963
3964 if test "$wxUSE_NO_RTTI" = yes; then
3965 echo "$as_me:$LINENO: result: yes" >&5
3966echo "${ECHO_T}yes" >&6
3967 else
3968 echo "$as_me:$LINENO: result: no" >&5
3969echo "${ECHO_T}no" >&6
3970 fi
3971
3972
3973 enablestring=
3974 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3975echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3976 no_cache=0
3977 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3978if test "${enable_no_exceptions+set}" = set; then
3979 enableval="$enable_no_exceptions"
3980
3981 if test "$enableval" = yes; then
3982 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3983 else
3984 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3985 fi
3986
3987else
3988
3989 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3990 if test "x$LINE" != x ; then
3991 eval "DEFAULT_$LINE"
3992 else
3993 no_cache=1
3994 fi
3995
3996 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3997
3998fi;
3999
4000 eval "$ac_cv_use_no_exceptions"
4001 if test "$no_cache" != 1; then
4002 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
4003 fi
4004
4005 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
4006 echo "$as_me:$LINENO: result: yes" >&5
4007echo "${ECHO_T}yes" >&6
4008 else
4009 echo "$as_me:$LINENO: result: no" >&5
4010echo "${ECHO_T}no" >&6
4011 fi
4012
4013
4014 enablestring=
4015 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4016echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4017 no_cache=0
4018 # Check whether --enable-permissive or --disable-permissive was given.
4019if test "${enable_permissive+set}" = set; then
4020 enableval="$enable_permissive"
4021
4022 if test "$enableval" = yes; then
4023 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4024 else
4025 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4026 fi
4027
4028else
4029
4030 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4031 if test "x$LINE" != x ; then
4032 eval "DEFAULT_$LINE"
4033 else
4034 no_cache=1
4035 fi
4036
4037 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4038
4039fi;
4040
4041 eval "$ac_cv_use_permissive"
4042 if test "$no_cache" != 1; then
4043 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4044 fi
4045
4046 if test "$wxUSE_PERMISSIVE" = yes; then
4047 echo "$as_me:$LINENO: result: yes" >&5
4048echo "${ECHO_T}yes" >&6
4049 else
4050 echo "$as_me:$LINENO: result: no" >&5
4051echo "${ECHO_T}no" >&6
4052 fi
4053
4054
4055 enablestring=
4056 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4057echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4058 no_cache=0
4059 # Check whether --enable-no_deps or --disable-no_deps was given.
4060if test "${enable_no_deps+set}" = set; then
4061 enableval="$enable_no_deps"
4062
4063 if test "$enableval" = yes; then
4064 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4065 else
4066 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4067 fi
4068
4069else
4070
4071 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4072 if test "x$LINE" != x ; then
4073 eval "DEFAULT_$LINE"
4074 else
4075 no_cache=1
4076 fi
4077
4078 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4079
4080fi;
4081
4082 eval "$ac_cv_use_no_deps"
4083 if test "$no_cache" != 1; then
4084 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4085 fi
4086
4087 if test "$wxUSE_NO_DEPS" = yes; then
4088 echo "$as_me:$LINENO: result: yes" >&5
4089echo "${ECHO_T}yes" >&6
4090 else
4091 echo "$as_me:$LINENO: result: no" >&5
4092echo "${ECHO_T}no" >&6
4093 fi
4094
4095
4096
4097 enablestring=
4098 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4099echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4100 no_cache=0
4101 # Check whether --enable-compat22 or --disable-compat22 was given.
4102if test "${enable_compat22+set}" = set; then
4103 enableval="$enable_compat22"
4104
4105 if test "$enableval" = yes; then
4106 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
4107 else
4108 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
4109 fi
4110
4111else
4112
4113 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4114 if test "x$LINE" != x ; then
4115 eval "DEFAULT_$LINE"
4116 else
4117 no_cache=1
4118 fi
4119
4120 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4121
4122fi;
4123
4124 eval "$ac_cv_use_compat22"
4125 if test "$no_cache" != 1; then
4126 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4127 fi
4128
4129 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4130 echo "$as_me:$LINENO: result: yes" >&5
4131echo "${ECHO_T}yes" >&6
4132 else
4133 echo "$as_me:$LINENO: result: no" >&5
4134echo "${ECHO_T}no" >&6
4135 fi
4136
4137
4138 enablestring=disable
4139 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4140echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4141 no_cache=0
4142 # Check whether --enable-compat24 or --disable-compat24 was given.
4143if test "${enable_compat24+set}" = set; then
4144 enableval="$enable_compat24"
4145
4146 if test "$enableval" = yes; then
4147 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
4148 else
4149 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
4150 fi
4151
4152else
4153
4154 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4155 if test "x$LINE" != x ; then
4156 eval "DEFAULT_$LINE"
4157 else
4158 no_cache=1
4159 fi
4160
4161 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4162
4163fi;
4164
4165 eval "$ac_cv_use_compat24"
4166 if test "$no_cache" != 1; then
4167 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4168 fi
4169
4170 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4171 echo "$as_me:$LINENO: result: yes" >&5
4172echo "${ECHO_T}yes" >&6
4173 else
4174 echo "$as_me:$LINENO: result: no" >&5
4175echo "${ECHO_T}no" >&6
4176 fi
4177
4178
ffa0583f
RL
4179
4180 enablestring=
4181 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4182echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4183 no_cache=0
4184 # Check whether --enable-rpath or --disable-rpath was given.
a848cd7e
SC
4185if test "${enable_rpath+set}" = set; then
4186 enableval="$enable_rpath"
ffa0583f
RL
4187
4188 if test "$enableval" = yes; then
4189 ac_cv_use_rpath='wxUSE_RPATH=yes'
4190 else
4191 ac_cv_use_rpath='wxUSE_RPATH=no'
4192 fi
4193
4194else
4195
4196 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4197 if test "x$LINE" != x ; then
4198 eval "DEFAULT_$LINE"
4199 else
4200 no_cache=1
4201 fi
4202
4203 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4204
a848cd7e
SC
4205fi;
4206
ffa0583f
RL
4207 eval "$ac_cv_use_rpath"
4208 if test "$no_cache" != 1; then
4209 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4210 fi
4211
4212 if test "$wxUSE_RPATH" = yes; then
4213 echo "$as_me:$LINENO: result: yes" >&5
4214echo "${ECHO_T}yes" >&6
4215 else
4216 echo "$as_me:$LINENO: result: no" >&5
4217echo "${ECHO_T}no" >&6
4218 fi
4219
a848cd7e
SC
4220
4221
4222
4223
4224 enablestring=
4225 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4226echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4227 no_cache=0
4228 # Check whether --enable-intl or --disable-intl was given.
4229if test "${enable_intl+set}" = set; then
4230 enableval="$enable_intl"
4231
4232 if test "$enableval" = yes; then
4233 ac_cv_use_intl='wxUSE_INTL=yes'
4234 else
4235 ac_cv_use_intl='wxUSE_INTL=no'
4236 fi
4237
4238else
4239
4240 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4241 if test "x$LINE" != x ; then
4242 eval "DEFAULT_$LINE"
4243 else
4244 no_cache=1
4245 fi
4246
4247 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4248
4249fi;
4250
4251 eval "$ac_cv_use_intl"
4252 if test "$no_cache" != 1; then
4253 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4254 fi
4255
4256 if test "$wxUSE_INTL" = yes; then
4257 echo "$as_me:$LINENO: result: yes" >&5
4258echo "${ECHO_T}yes" >&6
4259 else
4260 echo "$as_me:$LINENO: result: no" >&5
4261echo "${ECHO_T}no" >&6
4262 fi
4263
4264
4265 enablestring=
4266 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4267echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4268 no_cache=0
4269 # Check whether --enable-config or --disable-config was given.
4270if test "${enable_config+set}" = set; then
4271 enableval="$enable_config"
4272
4273 if test "$enableval" = yes; then
4274 ac_cv_use_config='wxUSE_CONFIG=yes'
4275 else
4276 ac_cv_use_config='wxUSE_CONFIG=no'
4277 fi
4278
4279else
4280
4281 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4282 if test "x$LINE" != x ; then
4283 eval "DEFAULT_$LINE"
4284 else
4285 no_cache=1
4286 fi
4287
4288 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4289
4290fi;
4291
4292 eval "$ac_cv_use_config"
4293 if test "$no_cache" != 1; then
4294 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4295 fi
4296
4297 if test "$wxUSE_CONFIG" = yes; then
4298 echo "$as_me:$LINENO: result: yes" >&5
4299echo "${ECHO_T}yes" >&6
4300 else
4301 echo "$as_me:$LINENO: result: no" >&5
4302echo "${ECHO_T}no" >&6
4303 fi
4304
4305
4306
4307 enablestring=
4308 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4309echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4310 no_cache=0
4311 # Check whether --enable-protocols or --disable-protocols was given.
4312if test "${enable_protocols+set}" = set; then
4313 enableval="$enable_protocols"
4314
4315 if test "$enableval" = yes; then
4316 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4317 else
4318 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4319 fi
4320
4321else
4322
4323 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4324 if test "x$LINE" != x ; then
4325 eval "DEFAULT_$LINE"
4326 else
4327 no_cache=1
4328 fi
4329
4330 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4331
4332fi;
4333
4334 eval "$ac_cv_use_protocols"
4335 if test "$no_cache" != 1; then
4336 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4337 fi
4338
4339 if test "$wxUSE_PROTOCOL" = yes; then
4340 echo "$as_me:$LINENO: result: yes" >&5
4341echo "${ECHO_T}yes" >&6
4342 else
4343 echo "$as_me:$LINENO: result: no" >&5
4344echo "${ECHO_T}no" >&6
4345 fi
4346
4347
4348 enablestring=
4349 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4350echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4351 no_cache=0
4352 # Check whether --enable-ftp or --disable-ftp was given.
4353if test "${enable_ftp+set}" = set; then
4354 enableval="$enable_ftp"
4355
4356 if test "$enableval" = yes; then
4357 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4358 else
4359 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4360 fi
4361
4362else
4363
4364 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4365 if test "x$LINE" != x ; then
4366 eval "DEFAULT_$LINE"
4367 else
4368 no_cache=1
4369 fi
4370
4371 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4372
4373fi;
4374
4375 eval "$ac_cv_use_ftp"
4376 if test "$no_cache" != 1; then
4377 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4378 fi
4379
4380 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4381 echo "$as_me:$LINENO: result: yes" >&5
4382echo "${ECHO_T}yes" >&6
4383 else
4384 echo "$as_me:$LINENO: result: no" >&5
4385echo "${ECHO_T}no" >&6
4386 fi
4387
4388
4389 enablestring=
4390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4391echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4392 no_cache=0
4393 # Check whether --enable-http or --disable-http was given.
4394if test "${enable_http+set}" = set; then
4395 enableval="$enable_http"
4396
4397 if test "$enableval" = yes; then
4398 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4399 else
4400 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4401 fi
4402
4403else
4404
4405 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4406 if test "x$LINE" != x ; then
4407 eval "DEFAULT_$LINE"
4408 else
4409 no_cache=1
4410 fi
4411
4412 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4413
4414fi;
4415
4416 eval "$ac_cv_use_http"
4417 if test "$no_cache" != 1; then
4418 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4419 fi
4420
4421 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4422 echo "$as_me:$LINENO: result: yes" >&5
4423echo "${ECHO_T}yes" >&6
4424 else
4425 echo "$as_me:$LINENO: result: no" >&5
4426echo "${ECHO_T}no" >&6
4427 fi
4428
4429
4430 enablestring=
4431 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4432echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4433 no_cache=0
4434 # Check whether --enable-fileproto or --disable-fileproto was given.
4435if test "${enable_fileproto+set}" = set; then
4436 enableval="$enable_fileproto"
4437
4438 if test "$enableval" = yes; then
4439 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4440 else
4441 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4442 fi
4443
4444else
4445
4446 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4447 if test "x$LINE" != x ; then
4448 eval "DEFAULT_$LINE"
4449 else
4450 no_cache=1
4451 fi
4452
4453 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4454
4455fi;
4456
4457 eval "$ac_cv_use_fileproto"
4458 if test "$no_cache" != 1; then
4459 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4460 fi
4461
4462 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4463 echo "$as_me:$LINENO: result: yes" >&5
4464echo "${ECHO_T}yes" >&6
4465 else
4466 echo "$as_me:$LINENO: result: no" >&5
4467echo "${ECHO_T}no" >&6
4468 fi
4469
4470
4471 enablestring=
4472 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4473echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4474 no_cache=0
4475 # Check whether --enable-sockets or --disable-sockets was given.
4476if test "${enable_sockets+set}" = set; then
4477 enableval="$enable_sockets"
4478
4479 if test "$enableval" = yes; then
4480 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4481 else
4482 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4483 fi
4484
4485else
4486
4487 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4488 if test "x$LINE" != x ; then
4489 eval "DEFAULT_$LINE"
4490 else
4491 no_cache=1
4492 fi
4493
4494 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4495
4496fi;
4497
4498 eval "$ac_cv_use_sockets"
4499 if test "$no_cache" != 1; then
4500 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4501 fi
4502
4503 if test "$wxUSE_SOCKETS" = yes; then
4504 echo "$as_me:$LINENO: result: yes" >&5
4505echo "${ECHO_T}yes" >&6
4506 else
4507 echo "$as_me:$LINENO: result: no" >&5
4508echo "${ECHO_T}no" >&6
4509 fi
4510
4511
4512 enablestring=
4513 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4514echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4515 no_cache=0
4516 # Check whether --enable-ole or --disable-ole was given.
4517if test "${enable_ole+set}" = set; then
4518 enableval="$enable_ole"
4519
4520 if test "$enableval" = yes; then
4521 ac_cv_use_ole='wxUSE_OLE=yes'
4522 else
4523 ac_cv_use_ole='wxUSE_OLE=no'
4524 fi
4525
4526else
4527
4528 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4529 if test "x$LINE" != x ; then
4530 eval "DEFAULT_$LINE"
4531 else
4532 no_cache=1
4533 fi
4534
4535 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4536
4537fi;
4538
4539 eval "$ac_cv_use_ole"
4540 if test "$no_cache" != 1; then
4541 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4542 fi
4543
4544 if test "$wxUSE_OLE" = yes; then
4545 echo "$as_me:$LINENO: result: yes" >&5
4546echo "${ECHO_T}yes" >&6
4547 else
4548 echo "$as_me:$LINENO: result: no" >&5
4549echo "${ECHO_T}no" >&6
4550 fi
4551
4552
4553 enablestring=
4554 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4555echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4556 no_cache=0
4557 # Check whether --enable-dataobj or --disable-dataobj was given.
4558if test "${enable_dataobj+set}" = set; then
4559 enableval="$enable_dataobj"
4560
4561 if test "$enableval" = yes; then
4562 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4563 else
4564 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4565 fi
4566
4567else
4568
4569 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4570 if test "x$LINE" != x ; then
4571 eval "DEFAULT_$LINE"
4572 else
4573 no_cache=1
4574 fi
4575
4576 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4577
4578fi;
4579
4580 eval "$ac_cv_use_dataobj"
4581 if test "$no_cache" != 1; then
4582 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4583 fi
4584
4585 if test "$wxUSE_DATAOBJ" = yes; then
4586 echo "$as_me:$LINENO: result: yes" >&5
4587echo "${ECHO_T}yes" >&6
4588 else
4589 echo "$as_me:$LINENO: result: no" >&5
4590echo "${ECHO_T}no" >&6
4591 fi
4592
4593
4594
4595 enablestring=
4596 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4597echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4598 no_cache=0
4599 # Check whether --enable-ipc or --disable-ipc was given.
4600if test "${enable_ipc+set}" = set; then
4601 enableval="$enable_ipc"
4602
4603 if test "$enableval" = yes; then
4604 ac_cv_use_ipc='wxUSE_IPC=yes'
4605 else
4606 ac_cv_use_ipc='wxUSE_IPC=no'
4607 fi
4608
4609else
4610
4611 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4612 if test "x$LINE" != x ; then
4613 eval "DEFAULT_$LINE"
4614 else
4615 no_cache=1
4616 fi
4617
4618 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4619
4620fi;
4621
4622 eval "$ac_cv_use_ipc"
4623 if test "$no_cache" != 1; then
4624 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4625 fi
4626
4627 if test "$wxUSE_IPC" = yes; then
4628 echo "$as_me:$LINENO: result: yes" >&5
4629echo "${ECHO_T}yes" >&6
4630 else
4631 echo "$as_me:$LINENO: result: no" >&5
4632echo "${ECHO_T}no" >&6
4633 fi
4634
4635
4636
4637 enablestring=
4638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4639echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4640 no_cache=0
4641 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4642if test "${enable_apple_ieee+set}" = set; then
4643 enableval="$enable_apple_ieee"
4644
4645 if test "$enableval" = yes; then
4646 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4647 else
4648 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4649 fi
4650
4651else
4652
4653 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4654 if test "x$LINE" != x ; then
4655 eval "DEFAULT_$LINE"
4656 else
4657 no_cache=1
4658 fi
4659
4660 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4661
4662fi;
4663
4664 eval "$ac_cv_use_apple_ieee"
4665 if test "$no_cache" != 1; then
4666 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4667 fi
4668
4669 if test "$wxUSE_APPLE_IEEE" = yes; then
4670 echo "$as_me:$LINENO: result: yes" >&5
4671echo "${ECHO_T}yes" >&6
4672 else
4673 echo "$as_me:$LINENO: result: no" >&5
4674echo "${ECHO_T}no" >&6
4675 fi
4676
4677
81f90336
MW
4678 enablestring=
4679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4680echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4681 no_cache=0
4682 # Check whether --enable-arcstream or --disable-arcstream was given.
4683if test "${enable_arcstream+set}" = set; then
4684 enableval="$enable_arcstream"
4685
4686 if test "$enableval" = yes; then
9e8e867f 4687 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
81f90336 4688 else
9e8e867f 4689 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
81f90336
MW
4690 fi
4691
4692else
4693
9e8e867f 4694 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
81f90336
MW
4695 if test "x$LINE" != x ; then
4696 eval "DEFAULT_$LINE"
4697 else
4698 no_cache=1
4699 fi
4700
9e8e867f 4701 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
81f90336
MW
4702
4703fi;
4704
4705 eval "$ac_cv_use_arcstream"
4706 if test "$no_cache" != 1; then
4707 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4708 fi
4709
9e8e867f 4710 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
81f90336
MW
4711 echo "$as_me:$LINENO: result: yes" >&5
4712echo "${ECHO_T}yes" >&6
4713 else
4714 echo "$as_me:$LINENO: result: no" >&5
4715echo "${ECHO_T}no" >&6
4716 fi
4717
4718
a848cd7e 4719 enablestring=
36b6448c
VZ
4720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4721echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
a848cd7e 4722 no_cache=0
36b6448c
VZ
4723 # Check whether --enable-backtrace or --disable-backtrace was given.
4724if test "${enable_backtrace+set}" = set; then
4725 enableval="$enable_backtrace"
a848cd7e
SC
4726
4727 if test "$enableval" = yes; then
36b6448c 4728 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
a848cd7e 4729 else
36b6448c 4730 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
a848cd7e
SC
4731 fi
4732
4733else
4734
36b6448c 4735 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
a848cd7e
SC
4736 if test "x$LINE" != x ; then
4737 eval "DEFAULT_$LINE"
4738 else
4739 no_cache=1
4740 fi
4741
36b6448c 4742 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
a848cd7e
SC
4743
4744fi;
4745
36b6448c 4746 eval "$ac_cv_use_backtrace"
a848cd7e 4747 if test "$no_cache" != 1; then
36b6448c 4748 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
4749 fi
4750
36b6448c 4751 if test "$wxUSE_STACKWALKER" = yes; then
a848cd7e
SC
4752 echo "$as_me:$LINENO: result: yes" >&5
4753echo "${ECHO_T}yes" >&6
4754 else
4755 echo "$as_me:$LINENO: result: no" >&5
4756echo "${ECHO_T}no" >&6
4757 fi
4758
4759
eaff0f0d 4760 enablestring=
36b6448c
VZ
4761 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4762echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
eaff0f0d 4763 no_cache=0
36b6448c
VZ
4764 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4765if test "${enable_catch_segvs+set}" = set; then
4766 enableval="$enable_catch_segvs"
eaff0f0d
VZ
4767
4768 if test "$enableval" = yes; then
36b6448c 4769 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
eaff0f0d 4770 else
36b6448c 4771 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
eaff0f0d
VZ
4772 fi
4773
4774else
4775
36b6448c 4776 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
eaff0f0d
VZ
4777 if test "x$LINE" != x ; then
4778 eval "DEFAULT_$LINE"
4779 else
4780 no_cache=1
4781 fi
4782
36b6448c 4783 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
eaff0f0d
VZ
4784
4785fi;
4786
36b6448c 4787 eval "$ac_cv_use_catch_segvs"
eaff0f0d 4788 if test "$no_cache" != 1; then
36b6448c 4789 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
eaff0f0d
VZ
4790 fi
4791
36b6448c 4792 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
eaff0f0d
VZ
4793 echo "$as_me:$LINENO: result: yes" >&5
4794echo "${ECHO_T}yes" >&6
4795 else
4796 echo "$as_me:$LINENO: result: no" >&5
4797echo "${ECHO_T}no" >&6
4798 fi
4799
4800
a848cd7e
SC
4801 enablestring=
4802 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4803echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4804 no_cache=0
4805 # Check whether --enable-cmdline or --disable-cmdline was given.
4806if test "${enable_cmdline+set}" = set; then
4807 enableval="$enable_cmdline"
4808
4809 if test "$enableval" = yes; then
4810 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4811 else
4812 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4813 fi
4814
4815else
4816
4817 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4818 if test "x$LINE" != x ; then
4819 eval "DEFAULT_$LINE"
4820 else
4821 no_cache=1
4822 fi
4823
4824 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4825
4826fi;
4827
4828 eval "$ac_cv_use_cmdline"
4829 if test "$no_cache" != 1; then
4830 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4831 fi
4832
4833 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4834 echo "$as_me:$LINENO: result: yes" >&5
4835echo "${ECHO_T}yes" >&6
4836 else
4837 echo "$as_me:$LINENO: result: no" >&5
4838echo "${ECHO_T}no" >&6
4839 fi
4840
4841
4842 enablestring=
4843 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4844echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4845 no_cache=0
4846 # Check whether --enable-datetime or --disable-datetime was given.
4847if test "${enable_datetime+set}" = set; then
4848 enableval="$enable_datetime"
4849
4850 if test "$enableval" = yes; then
4851 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4852 else
4853 ac_cv_use_datetime='wxUSE_DATETIME=no'
4854 fi
4855
4856else
4857
4858 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4859 if test "x$LINE" != x ; then
4860 eval "DEFAULT_$LINE"
4861 else
4862 no_cache=1
4863 fi
4864
4865 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4866
4867fi;
4868
4869 eval "$ac_cv_use_datetime"
4870 if test "$no_cache" != 1; then
4871 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4872 fi
4873
4874 if test "$wxUSE_DATETIME" = yes; then
4875 echo "$as_me:$LINENO: result: yes" >&5
4876echo "${ECHO_T}yes" >&6
4877 else
4878 echo "$as_me:$LINENO: result: no" >&5
4879echo "${ECHO_T}no" >&6
4880 fi
4881
4882
36b6448c
VZ
4883 enablestring=
4884 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4885echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4886 no_cache=0
4887 # Check whether --enable-debugreport or --disable-debugreport was given.
4888if test "${enable_debugreport+set}" = set; then
4889 enableval="$enable_debugreport"
4890
4891 if test "$enableval" = yes; then
4892 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
4893 else
4894 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
4895 fi
4896
4897else
4898
4899 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4900 if test "x$LINE" != x ; then
4901 eval "DEFAULT_$LINE"
4902 else
4903 no_cache=1
4904 fi
4905
4906 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4907
4908fi;
4909
4910 eval "$ac_cv_use_debugreport"
4911 if test "$no_cache" != 1; then
4912 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4913 fi
4914
4915 if test "$wxUSE_DEBUGREPORT" = yes; then
4916 echo "$as_me:$LINENO: result: yes" >&5
4917echo "${ECHO_T}yes" >&6
4918 else
4919 echo "$as_me:$LINENO: result: no" >&5
4920echo "${ECHO_T}no" >&6
4921 fi
4922
4923
a848cd7e
SC
4924 enablestring=
4925 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4926echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4927 no_cache=0
4928 # Check whether --enable-dialupman or --disable-dialupman was given.
4929if test "${enable_dialupman+set}" = set; then
4930 enableval="$enable_dialupman"
4931
4932 if test "$enableval" = yes; then
4933 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4934 else
4935 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4936 fi
4937
4938else
4939
4940 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4941 if test "x$LINE" != x ; then
4942 eval "DEFAULT_$LINE"
4943 else
4944 no_cache=1
4945 fi
4946
4947 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4948
4949fi;
4950
4951 eval "$ac_cv_use_dialupman"
4952 if test "$no_cache" != 1; then
4953 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4954 fi
4955
4956 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4957 echo "$as_me:$LINENO: result: yes" >&5
4958echo "${ECHO_T}yes" >&6
4959 else
4960 echo "$as_me:$LINENO: result: no" >&5
4961echo "${ECHO_T}no" >&6
4962 fi
4963
4964
4965 enablestring=
4966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4967echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4968 no_cache=0
4969 # Check whether --enable-dynlib or --disable-dynlib was given.
4970if test "${enable_dynlib+set}" = set; then
4971 enableval="$enable_dynlib"
4972
4973 if test "$enableval" = yes; then
4974 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4975 else
4976 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4977 fi
4978
4979else
4980
4981 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4982 if test "x$LINE" != x ; then
4983 eval "DEFAULT_$LINE"
4984 else
4985 no_cache=1
4986 fi
4987
4988 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4989
4990fi;
4991
4992 eval "$ac_cv_use_dynlib"
4993 if test "$no_cache" != 1; then
4994 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4995 fi
4996
4997 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4998 echo "$as_me:$LINENO: result: yes" >&5
4999echo "${ECHO_T}yes" >&6
5000 else
5001 echo "$as_me:$LINENO: result: no" >&5
5002echo "${ECHO_T}no" >&6
5003 fi
5004
5005
5006 enablestring=
5007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
5008echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
5009 no_cache=0
5010 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
5011if test "${enable_dynamicloader+set}" = set; then
5012 enableval="$enable_dynamicloader"
5013
5014 if test "$enableval" = yes; then
5015 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
5016 else
5017 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
5018 fi
5019
5020else
5021
5022 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5023 if test "x$LINE" != x ; then
5024 eval "DEFAULT_$LINE"
5025 else
5026 no_cache=1
5027 fi
5028
5029 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5030
5031fi;
5032
5033 eval "$ac_cv_use_dynamicloader"
5034 if test "$no_cache" != 1; then
5035 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5036 fi
5037
5038 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5039 echo "$as_me:$LINENO: result: yes" >&5
5040echo "${ECHO_T}yes" >&6
5041 else
5042 echo "$as_me:$LINENO: result: no" >&5
5043echo "${ECHO_T}no" >&6
5044 fi
5045
5046
5047 enablestring=
5048 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5049echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5050 no_cache=0
5051 # Check whether --enable-exceptions or --disable-exceptions was given.
5052if test "${enable_exceptions+set}" = set; then
5053 enableval="$enable_exceptions"
5054
5055 if test "$enableval" = yes; then
5056 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5057 else
5058 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5059 fi
5060
5061else
5062
5063 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5064 if test "x$LINE" != x ; then
5065 eval "DEFAULT_$LINE"
5066 else
5067 no_cache=1
5068 fi
5069
5070 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5071
5072fi;
5073
5074 eval "$ac_cv_use_exceptions"
5075 if test "$no_cache" != 1; then
5076 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5077 fi
5078
5079 if test "$wxUSE_EXCEPTIONS" = yes; then
5080 echo "$as_me:$LINENO: result: yes" >&5
5081echo "${ECHO_T}yes" >&6
5082 else
5083 echo "$as_me:$LINENO: result: no" >&5
5084echo "${ECHO_T}no" >&6
5085 fi
5086
5087
5088 enablestring=
5089 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5090echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5091 no_cache=0
5092 # Check whether --enable-ffile or --disable-ffile was given.
5093if test "${enable_ffile+set}" = set; then
5094 enableval="$enable_ffile"
5095
5096 if test "$enableval" = yes; then
5097 ac_cv_use_ffile='wxUSE_FFILE=yes'
5098 else
5099 ac_cv_use_ffile='wxUSE_FFILE=no'
5100 fi
5101
5102else
5103
5104 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5105 if test "x$LINE" != x ; then
5106 eval "DEFAULT_$LINE"
5107 else
5108 no_cache=1
5109 fi
5110
5111 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5112
5113fi;
5114
5115 eval "$ac_cv_use_ffile"
5116 if test "$no_cache" != 1; then
5117 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5118 fi
5119
5120 if test "$wxUSE_FFILE" = yes; then
5121 echo "$as_me:$LINENO: result: yes" >&5
5122echo "${ECHO_T}yes" >&6
5123 else
5124 echo "$as_me:$LINENO: result: no" >&5
5125echo "${ECHO_T}no" >&6
5126 fi
5127
5128
5129 enablestring=
5130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5131echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5132 no_cache=0
5133 # Check whether --enable-file or --disable-file was given.
5134if test "${enable_file+set}" = set; then
5135 enableval="$enable_file"
5136
5137 if test "$enableval" = yes; then
5138 ac_cv_use_file='wxUSE_FILE=yes'
5139 else
5140 ac_cv_use_file='wxUSE_FILE=no'
5141 fi
5142
5143else
5144
5145 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5146 if test "x$LINE" != x ; then
5147 eval "DEFAULT_$LINE"
5148 else
5149 no_cache=1
5150 fi
5151
5152 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5153
5154fi;
5155
5156 eval "$ac_cv_use_file"
5157 if test "$no_cache" != 1; then
5158 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5159 fi
5160
5161 if test "$wxUSE_FILE" = yes; then
5162 echo "$as_me:$LINENO: result: yes" >&5
5163echo "${ECHO_T}yes" >&6
5164 else
5165 echo "$as_me:$LINENO: result: no" >&5
5166echo "${ECHO_T}no" >&6
5167 fi
5168
5169
5170 enablestring=
5171 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5172echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5173 no_cache=0
5174 # Check whether --enable-filesystem or --disable-filesystem was given.
5175if test "${enable_filesystem+set}" = set; then
5176 enableval="$enable_filesystem"
5177
5178 if test "$enableval" = yes; then
5179 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5180 else
5181 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5182 fi
5183
5184else
5185
5186 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5187 if test "x$LINE" != x ; then
5188 eval "DEFAULT_$LINE"
5189 else
5190 no_cache=1
5191 fi
5192
5193 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5194
5195fi;
5196
5197 eval "$ac_cv_use_filesystem"
5198 if test "$no_cache" != 1; then
5199 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5200 fi
5201
5202 if test "$wxUSE_FILESYSTEM" = yes; then
5203 echo "$as_me:$LINENO: result: yes" >&5
5204echo "${ECHO_T}yes" >&6
5205 else
5206 echo "$as_me:$LINENO: result: no" >&5
5207echo "${ECHO_T}no" >&6
5208 fi
5209
5210
5211 enablestring=
5212 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5213echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5214 no_cache=0
5215 # Check whether --enable-fontmap or --disable-fontmap was given.
5216if test "${enable_fontmap+set}" = set; then
5217 enableval="$enable_fontmap"
5218
5219 if test "$enableval" = yes; then
5220 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5221 else
5222 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5223 fi
5224
5225else
5226
5227 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5228 if test "x$LINE" != x ; then
5229 eval "DEFAULT_$LINE"
5230 else
5231 no_cache=1
5232 fi
5233
5234 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5235
5236fi;
5237
5238 eval "$ac_cv_use_fontmap"
5239 if test "$no_cache" != 1; then
5240 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5241 fi
5242
5243 if test "$wxUSE_FONTMAP" = yes; then
5244 echo "$as_me:$LINENO: result: yes" >&5
5245echo "${ECHO_T}yes" >&6
5246 else
5247 echo "$as_me:$LINENO: result: no" >&5
5248echo "${ECHO_T}no" >&6
5249 fi
5250
5251
5252 enablestring=
5253 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5254echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5255 no_cache=0
5256 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5257if test "${enable_fs_inet+set}" = set; then
5258 enableval="$enable_fs_inet"
5259
5260 if test "$enableval" = yes; then
5261 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5262 else
5263 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5264 fi
5265
5266else
5267
5268 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5269 if test "x$LINE" != x ; then
5270 eval "DEFAULT_$LINE"
5271 else
5272 no_cache=1
5273 fi
5274
5275 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5276
5277fi;
5278
5279 eval "$ac_cv_use_fs_inet"
5280 if test "$no_cache" != 1; then
5281 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5282 fi
5283
5284 if test "$wxUSE_FS_INET" = yes; then
5285 echo "$as_me:$LINENO: result: yes" >&5
5286echo "${ECHO_T}yes" >&6
5287 else
5288 echo "$as_me:$LINENO: result: no" >&5
5289echo "${ECHO_T}no" >&6
5290 fi
5291
5292
5293 enablestring=
5294 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5295echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5296 no_cache=0
5297 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5298if test "${enable_fs_zip+set}" = set; then
5299 enableval="$enable_fs_zip"
5300
5301 if test "$enableval" = yes; then
5302 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5303 else
5304 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5305 fi
5306
5307else
5308
5309 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5310 if test "x$LINE" != x ; then
5311 eval "DEFAULT_$LINE"
5312 else
5313 no_cache=1
5314 fi
5315
5316 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5317
5318fi;
5319
5320 eval "$ac_cv_use_fs_zip"
5321 if test "$no_cache" != 1; then
5322 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5323 fi
5324
5325 if test "$wxUSE_FS_ZIP" = yes; then
5326 echo "$as_me:$LINENO: result: yes" >&5
5327echo "${ECHO_T}yes" >&6
5328 else
5329 echo "$as_me:$LINENO: result: no" >&5
5330echo "${ECHO_T}no" >&6
5331 fi
5332
5333
5334 enablestring=
5335 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5336echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5337 no_cache=0
5338 # Check whether --enable-geometry or --disable-geometry was given.
5339if test "${enable_geometry+set}" = set; then
5340 enableval="$enable_geometry"
5341
5342 if test "$enableval" = yes; then
5343 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5344 else
5345 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5346 fi
5347
5348else
5349
5350 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5351 if test "x$LINE" != x ; then
5352 eval "DEFAULT_$LINE"
5353 else
5354 no_cache=1
5355 fi
5356
5357 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5358
5359fi;
5360
5361 eval "$ac_cv_use_geometry"
5362 if test "$no_cache" != 1; then
5363 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5364 fi
5365
5366 if test "$wxUSE_GEOMETRY" = yes; then
5367 echo "$as_me:$LINENO: result: yes" >&5
5368echo "${ECHO_T}yes" >&6
5369 else
5370 echo "$as_me:$LINENO: result: no" >&5
5371echo "${ECHO_T}no" >&6
5372 fi
5373
5374
5375 enablestring=
5376 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5377echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5378 no_cache=0
5379 # Check whether --enable-log or --disable-log was given.
5380if test "${enable_log+set}" = set; then
5381 enableval="$enable_log"
5382
5383 if test "$enableval" = yes; then
5384 ac_cv_use_log='wxUSE_LOG=yes'
5385 else
5386 ac_cv_use_log='wxUSE_LOG=no'
5387 fi
5388
5389else
5390
5391 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5392 if test "x$LINE" != x ; then
5393 eval "DEFAULT_$LINE"
5394 else
5395 no_cache=1
5396 fi
5397
5398 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5399
5400fi;
5401
5402 eval "$ac_cv_use_log"
5403 if test "$no_cache" != 1; then
5404 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5405 fi
5406
5407 if test "$wxUSE_LOG" = yes; then
5408 echo "$as_me:$LINENO: result: yes" >&5
5409echo "${ECHO_T}yes" >&6
5410 else
5411 echo "$as_me:$LINENO: result: no" >&5
5412echo "${ECHO_T}no" >&6
5413 fi
5414
5415
5416 enablestring=
5417 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5418echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5419 no_cache=0
5420 # Check whether --enable-longlong or --disable-longlong was given.
5421if test "${enable_longlong+set}" = set; then
5422 enableval="$enable_longlong"
5423
5424 if test "$enableval" = yes; then
5425 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5426 else
5427 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5428 fi
5429
5430else
5431
5432 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5433 if test "x$LINE" != x ; then
5434 eval "DEFAULT_$LINE"
5435 else
5436 no_cache=1
5437 fi
5438
5439 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5440
5441fi;
5442
5443 eval "$ac_cv_use_longlong"
5444 if test "$no_cache" != 1; then
5445 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5446 fi
5447
5448 if test "$wxUSE_LONGLONG" = yes; then
5449 echo "$as_me:$LINENO: result: yes" >&5
5450echo "${ECHO_T}yes" >&6
5451 else
5452 echo "$as_me:$LINENO: result: no" >&5
5453echo "${ECHO_T}no" >&6
5454 fi
5455
5456
5457 enablestring=
5458 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5459echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5460 no_cache=0
5461 # Check whether --enable-mimetype or --disable-mimetype was given.
5462if test "${enable_mimetype+set}" = set; then
5463 enableval="$enable_mimetype"
5464
5465 if test "$enableval" = yes; then
5466 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5467 else
5468 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5469 fi
5470
5471else
5472
5473 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5474 if test "x$LINE" != x ; then
5475 eval "DEFAULT_$LINE"
5476 else
5477 no_cache=1
5478 fi
5479
5480 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5481
5482fi;
5483
5484 eval "$ac_cv_use_mimetype"
5485 if test "$no_cache" != 1; then
5486 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5487 fi
5488
5489 if test "$wxUSE_MIMETYPE" = yes; then
5490 echo "$as_me:$LINENO: result: yes" >&5
5491echo "${ECHO_T}yes" >&6
5492 else
5493 echo "$as_me:$LINENO: result: no" >&5
5494echo "${ECHO_T}no" >&6
5495 fi
5496
5497
5498 enablestring=
5499 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5500echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5501 no_cache=0
5502 # Check whether --enable-mslu or --disable-mslu was given.
5503if test "${enable_mslu+set}" = set; then
5504 enableval="$enable_mslu"
5505
5506 if test "$enableval" = yes; then
5507 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5508 else
5509 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5510 fi
5511
5512else
5513
5514 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5515 if test "x$LINE" != x ; then
5516 eval "DEFAULT_$LINE"
5517 else
5518 no_cache=1
5519 fi
5520
5521 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5522
5523fi;
5524
5525 eval "$ac_cv_use_mslu"
5526 if test "$no_cache" != 1; then
5527 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5528 fi
5529
5530 if test "$wxUSE_UNICODE_MSLU" = yes; then
5531 echo "$as_me:$LINENO: result: yes" >&5
5532echo "${ECHO_T}yes" >&6
5533 else
5534 echo "$as_me:$LINENO: result: no" >&5
5535echo "${ECHO_T}no" >&6
5536 fi
5537
5538
5539 enablestring=
5540 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5541echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5542 no_cache=0
5543 # Check whether --enable-snglinst or --disable-snglinst was given.
5544if test "${enable_snglinst+set}" = set; then
5545 enableval="$enable_snglinst"
5546
5547 if test "$enableval" = yes; then
5548 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5549 else
5550 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5551 fi
5552
5553else
5554
5555 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5556 if test "x$LINE" != x ; then
5557 eval "DEFAULT_$LINE"
5558 else
5559 no_cache=1
5560 fi
5561
5562 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5563
5564fi;
5565
5566 eval "$ac_cv_use_snglinst"
5567 if test "$no_cache" != 1; then
5568 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5569 fi
5570
5571 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5572 echo "$as_me:$LINENO: result: yes" >&5
5573echo "${ECHO_T}yes" >&6
5574 else
5575 echo "$as_me:$LINENO: result: no" >&5
5576echo "${ECHO_T}no" >&6
5577 fi
5578
5579
5580 enablestring=
07158944
VZ
5581 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5582echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
a848cd7e 5583 no_cache=0
07158944
VZ
5584 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5585if test "${enable_std_iostreams+set}" = set; then
5586 enableval="$enable_std_iostreams"
a848cd7e
SC
5587
5588 if test "$enableval" = yes; then
07158944 5589 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
a848cd7e 5590 else
07158944 5591 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
a848cd7e
SC
5592 fi
5593
5594else
5595
07158944 5596 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
a848cd7e
SC
5597 if test "x$LINE" != x ; then
5598 eval "DEFAULT_$LINE"
5599 else
5600 no_cache=1
5601 fi
5602
07158944 5603 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
a848cd7e
SC
5604
5605fi;
5606
07158944 5607 eval "$ac_cv_use_std_iostreams"
a848cd7e 5608 if test "$no_cache" != 1; then
07158944 5609 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
5610 fi
5611
07158944 5612 if test "$wxUSE_STD_IOSTREAM" = yes; then
a848cd7e
SC
5613 echo "$as_me:$LINENO: result: yes" >&5
5614echo "${ECHO_T}yes" >&6
5615 else
5616 echo "$as_me:$LINENO: result: no" >&5
5617echo "${ECHO_T}no" >&6
5618 fi
5619
5620
5621 enablestring=
07158944
VZ
5622 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5623echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
a848cd7e 5624 no_cache=0
07158944
VZ
5625 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5626if test "${enable_stdpaths+set}" = set; then
5627 enableval="$enable_stdpaths"
a848cd7e
SC
5628
5629 if test "$enableval" = yes; then
07158944 5630 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
a848cd7e 5631 else
07158944 5632 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
a848cd7e
SC
5633 fi
5634
5635else
5636
07158944 5637 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
a848cd7e
SC
5638 if test "x$LINE" != x ; then
5639 eval "DEFAULT_$LINE"
5640 else
5641 no_cache=1
5642 fi
5643
07158944 5644 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
a848cd7e
SC
5645
5646fi;
5647
07158944 5648 eval "$ac_cv_use_stdpaths"
a848cd7e 5649 if test "$no_cache" != 1; then
07158944 5650 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
5651 fi
5652
07158944 5653 if test "$wxUSE_STDPATHS" = yes; then
a848cd7e
SC
5654 echo "$as_me:$LINENO: result: yes" >&5
5655echo "${ECHO_T}yes" >&6
5656 else
5657 echo "$as_me:$LINENO: result: no" >&5
5658echo "${ECHO_T}no" >&6
5659 fi
5660
5661
5662 enablestring=
5663 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5664echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5665 no_cache=0
5666 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5667if test "${enable_stopwatch+set}" = set; then
5668 enableval="$enable_stopwatch"
5669
5670 if test "$enableval" = yes; then
5671 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5672 else
5673 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5674 fi
5675
5676else
5677
5678 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5679 if test "x$LINE" != x ; then
5680 eval "DEFAULT_$LINE"
5681 else
5682 no_cache=1
5683 fi
5684
5685 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5686
5687fi;
5688
5689 eval "$ac_cv_use_stopwatch"
5690 if test "$no_cache" != 1; then
5691 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5692 fi
5693
5694 if test "$wxUSE_STOPWATCH" = yes; then
5695 echo "$as_me:$LINENO: result: yes" >&5
5696echo "${ECHO_T}yes" >&6
5697 else
5698 echo "$as_me:$LINENO: result: no" >&5
5699echo "${ECHO_T}no" >&6
5700 fi
5701
5702
07158944
VZ
5703 enablestring=
5704 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5705echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5706 no_cache=0
5707 # Check whether --enable-streams or --disable-streams was given.
5708if test "${enable_streams+set}" = set; then
5709 enableval="$enable_streams"
5710
5711 if test "$enableval" = yes; then
5712 ac_cv_use_streams='wxUSE_STREAMS=yes'
5713 else
5714 ac_cv_use_streams='wxUSE_STREAMS=no'
5715 fi
5716
5717else
5718
5719 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5720 if test "x$LINE" != x ; then
5721 eval "DEFAULT_$LINE"
5722 else
5723 no_cache=1
5724 fi
5725
5726 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5727
5728fi;
5729
5730 eval "$ac_cv_use_streams"
5731 if test "$no_cache" != 1; then
5732 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5733 fi
5734
5735 if test "$wxUSE_STREAMS" = yes; then
5736 echo "$as_me:$LINENO: result: yes" >&5
5737echo "${ECHO_T}yes" >&6
5738 else
5739 echo "$as_me:$LINENO: result: no" >&5
5740echo "${ECHO_T}no" >&6
5741 fi
5742
5743
a848cd7e
SC
5744 enablestring=
5745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5746echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5747 no_cache=0
5748 # Check whether --enable-system_options or --disable-system_options was given.
5749if test "${enable_system_options+set}" = set; then
5750 enableval="$enable_system_options"
5751
5752 if test "$enableval" = yes; then
5753 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5754 else
5755 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5756 fi
5757
5758else
5759
5760 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5761 if test "x$LINE" != x ; then
5762 eval "DEFAULT_$LINE"
5763 else
5764 no_cache=1
5765 fi
5766
5767 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5768
5769fi;
5770
5771 eval "$ac_cv_use_system_options"
5772 if test "$no_cache" != 1; then
5773 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5774 fi
5775
5776 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5777 echo "$as_me:$LINENO: result: yes" >&5
5778echo "${ECHO_T}yes" >&6
5779 else
5780 echo "$as_me:$LINENO: result: no" >&5
5781echo "${ECHO_T}no" >&6
5782 fi
5783
5784
5785 enablestring=
5786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5787echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5788 no_cache=0
5789 # Check whether --enable-textbuf or --disable-textbuf was given.
5790if test "${enable_textbuf+set}" = set; then
5791 enableval="$enable_textbuf"
5792
5793 if test "$enableval" = yes; then
5794 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5795 else
5796 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5797 fi
5798
5799else
5800
5801 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5802 if test "x$LINE" != x ; then
5803 eval "DEFAULT_$LINE"
5804 else
5805 no_cache=1
5806 fi
5807
5808 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5809
5810fi;
5811
5812 eval "$ac_cv_use_textbuf"
5813 if test "$no_cache" != 1; then
5814 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5815 fi
5816
5817 if test "$wxUSE_TEXTBUFFER" = yes; then
5818 echo "$as_me:$LINENO: result: yes" >&5
5819echo "${ECHO_T}yes" >&6
5820 else
5821 echo "$as_me:$LINENO: result: no" >&5
5822echo "${ECHO_T}no" >&6
5823 fi
5824
5825
5826 enablestring=
5827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5828echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5829 no_cache=0
5830 # Check whether --enable-textfile or --disable-textfile was given.
5831if test "${enable_textfile+set}" = set; then
5832 enableval="$enable_textfile"
5833
5834 if test "$enableval" = yes; then
5835 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5836 else
5837 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5838 fi
5839
5840else
5841
5842 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5843 if test "x$LINE" != x ; then
5844 eval "DEFAULT_$LINE"
5845 else
5846 no_cache=1
5847 fi
5848
5849 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5850
5851fi;
5852
5853 eval "$ac_cv_use_textfile"
5854 if test "$no_cache" != 1; then
5855 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5856 fi
5857
5858 if test "$wxUSE_TEXTFILE" = yes; then
5859 echo "$as_me:$LINENO: result: yes" >&5
5860echo "${ECHO_T}yes" >&6
5861 else
5862 echo "$as_me:$LINENO: result: no" >&5
5863echo "${ECHO_T}no" >&6
5864 fi
5865
5866
5867 enablestring=
5868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5869echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5870 no_cache=0
5871 # Check whether --enable-timer or --disable-timer was given.
5872if test "${enable_timer+set}" = set; then
5873 enableval="$enable_timer"
5874
5875 if test "$enableval" = yes; then
5876 ac_cv_use_timer='wxUSE_TIMER=yes'
5877 else
5878 ac_cv_use_timer='wxUSE_TIMER=no'
5879 fi
5880
5881else
5882
5883 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5884 if test "x$LINE" != x ; then
5885 eval "DEFAULT_$LINE"
5886 else
5887 no_cache=1
5888 fi
5889
5890 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5891
5892fi;
5893
5894 eval "$ac_cv_use_timer"
5895 if test "$no_cache" != 1; then
5896 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5897 fi
5898
5899 if test "$wxUSE_TIMER" = yes; then
5900 echo "$as_me:$LINENO: result: yes" >&5
5901echo "${ECHO_T}yes" >&6
5902 else
5903 echo "$as_me:$LINENO: result: no" >&5
5904echo "${ECHO_T}no" >&6
5905 fi
5906
5907
5908 enablestring=
5909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5910echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5911 no_cache=0
5912 # Check whether --enable-unicode or --disable-unicode was given.
5913if test "${enable_unicode+set}" = set; then
5914 enableval="$enable_unicode"
5915
5916 if test "$enableval" = yes; then
5917 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5918 else
5919 ac_cv_use_unicode='wxUSE_UNICODE=no'
5920 fi
5921
5922else
5923
5924 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5925 if test "x$LINE" != x ; then
5926 eval "DEFAULT_$LINE"
5927 else
5928 no_cache=1
5929 fi
5930
5931 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5932
5933fi;
5934
5935 eval "$ac_cv_use_unicode"
5936 if test "$no_cache" != 1; then
5937 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5938 fi
5939
5940 if test "$wxUSE_UNICODE" = yes; then
5941 echo "$as_me:$LINENO: result: yes" >&5
5942echo "${ECHO_T}yes" >&6
5943 else
5944 echo "$as_me:$LINENO: result: no" >&5
5945echo "${ECHO_T}no" >&6
5946 fi
5947
5948
5949 enablestring=
5950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5951echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5952 no_cache=0
5953 # Check whether --enable-sound or --disable-sound was given.
5954if test "${enable_sound+set}" = set; then
5955 enableval="$enable_sound"
5956
5957 if test "$enableval" = yes; then
5958 ac_cv_use_sound='wxUSE_SOUND=yes'
5959 else
5960 ac_cv_use_sound='wxUSE_SOUND=no'
5961 fi
5962
5963else
5964
5965 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5966 if test "x$LINE" != x ; then
5967 eval "DEFAULT_$LINE"
5968 else
5969 no_cache=1
5970 fi
5971
5972 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5973
5974fi;
5975
5976 eval "$ac_cv_use_sound"
5977 if test "$no_cache" != 1; then
5978 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5979 fi
5980
5981 if test "$wxUSE_SOUND" = yes; then
5982 echo "$as_me:$LINENO: result: yes" >&5
5983echo "${ECHO_T}yes" >&6
5984 else
5985 echo "$as_me:$LINENO: result: no" >&5
5986echo "${ECHO_T}no" >&6
5987 fi
5988
5989
3b57de8b
RL
5990 enablestring=
5991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
5992echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
5993 no_cache=0
5994 # Check whether --enable-mediactrl or --disable-mediactrl was given.
5995if test "${enable_mediactrl+set}" = set; then
5996 enableval="$enable_mediactrl"
5997
5998 if test "$enableval" = yes; then
5999 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6000 else
6001 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6002 fi
6003
6004else
6005
6006 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6007 if test "x$LINE" != x ; then
6008 eval "DEFAULT_$LINE"
6009 else
6010 no_cache=1
6011 fi
6012
6013 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6014
6015fi;
6016
6017 eval "$ac_cv_use_mediactrl"
6018 if test "$no_cache" != 1; then
6019 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6020 fi
6021
6022 if test "$wxUSE_MEDIACTRL" = yes; then
6023 echo "$as_me:$LINENO: result: yes" >&5
6024echo "${ECHO_T}yes" >&6
6025 else
6026 echo "$as_me:$LINENO: result: no" >&5
6027echo "${ECHO_T}no" >&6
6028 fi
6029
6030
a848cd7e
SC
6031 enablestring=
6032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6033echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6034 no_cache=0
6035 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6036if test "${enable_wxprintfv+set}" = set; then
6037 enableval="$enable_wxprintfv"
6038
6039 if test "$enableval" = yes; then
6040 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
6041 else
6042 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
6043 fi
6044
6045else
6046
6047 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6048 if test "x$LINE" != x ; then
6049 eval "DEFAULT_$LINE"
6050 else
6051 no_cache=1
6052 fi
6053
6054 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6055
6056fi;
6057
6058 eval "$ac_cv_use_wxprintfv"
6059 if test "$no_cache" != 1; then
6060 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6061 fi
6062
6063 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6064 echo "$as_me:$LINENO: result: yes" >&5
6065echo "${ECHO_T}yes" >&6
6066 else
6067 echo "$as_me:$LINENO: result: no" >&5
6068echo "${ECHO_T}no" >&6
6069 fi
6070
6071
6072 enablestring=
6073 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6074echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6075 no_cache=0
6076 # Check whether --enable-zipstream or --disable-zipstream was given.
6077if test "${enable_zipstream+set}" = set; then
6078 enableval="$enable_zipstream"
6079
6080 if test "$enableval" = yes; then
6081 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6082 else
6083 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6084 fi
6085
6086else
6087
6088 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6089 if test "x$LINE" != x ; then
6090 eval "DEFAULT_$LINE"
6091 else
6092 no_cache=1
6093 fi
6094
6095 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6096
6097fi;
6098
6099 eval "$ac_cv_use_zipstream"
6100 if test "$no_cache" != 1; then
6101 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6102 fi
6103
6104 if test "$wxUSE_ZIPSTREAM" = yes; then
6105 echo "$as_me:$LINENO: result: yes" >&5
6106echo "${ECHO_T}yes" >&6
6107 else
6108 echo "$as_me:$LINENO: result: no" >&5
6109echo "${ECHO_T}no" >&6
6110 fi
6111
6112
a848cd7e
SC
6113
6114 enablestring=
6115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6116echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6117 no_cache=0
6118 # Check whether --enable-url or --disable-url was given.
6119if test "${enable_url+set}" = set; then
6120 enableval="$enable_url"
6121
6122 if test "$enableval" = yes; then
6123 ac_cv_use_url='wxUSE_URL=yes'
6124 else
6125 ac_cv_use_url='wxUSE_URL=no'
6126 fi
6127
6128else
6129
6130 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6131 if test "x$LINE" != x ; then
6132 eval "DEFAULT_$LINE"
6133 else
6134 no_cache=1
6135 fi
6136
6137 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6138
6139fi;
6140
6141 eval "$ac_cv_use_url"
6142 if test "$no_cache" != 1; then
6143 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6144 fi
6145
6146 if test "$wxUSE_URL" = yes; then
6147 echo "$as_me:$LINENO: result: yes" >&5
6148echo "${ECHO_T}yes" >&6
6149 else
6150 echo "$as_me:$LINENO: result: no" >&5
6151echo "${ECHO_T}no" >&6
6152 fi
6153
6154
6155 enablestring=
6156 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6157echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6158 no_cache=0
6159 # Check whether --enable-protocol or --disable-protocol was given.
6160if test "${enable_protocol+set}" = set; then
6161 enableval="$enable_protocol"
6162
6163 if test "$enableval" = yes; then
6164 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6165 else
6166 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6167 fi
6168
6169else
6170
6171 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6172 if test "x$LINE" != x ; then
6173 eval "DEFAULT_$LINE"
6174 else
6175 no_cache=1
6176 fi
6177
6178 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6179
6180fi;
6181
6182 eval "$ac_cv_use_protocol"
6183 if test "$no_cache" != 1; then
6184 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6185 fi
6186
6187 if test "$wxUSE_PROTOCOL" = yes; then
6188 echo "$as_me:$LINENO: result: yes" >&5
6189echo "${ECHO_T}yes" >&6
6190 else
6191 echo "$as_me:$LINENO: result: no" >&5
6192echo "${ECHO_T}no" >&6
6193 fi
6194
6195
6196 enablestring=
6197 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6198echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6199 no_cache=0
6200 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6201if test "${enable_protocol_http+set}" = set; then
6202 enableval="$enable_protocol_http"
6203
6204 if test "$enableval" = yes; then
6205 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6206 else
6207 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6208 fi
6209
6210else
6211
6212 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6213 if test "x$LINE" != x ; then
6214 eval "DEFAULT_$LINE"
6215 else
6216 no_cache=1
6217 fi
6218
6219 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6220
6221fi;
6222
6223 eval "$ac_cv_use_protocol_http"
6224 if test "$no_cache" != 1; then
6225 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6226 fi
6227
6228 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6229 echo "$as_me:$LINENO: result: yes" >&5
6230echo "${ECHO_T}yes" >&6
6231 else
6232 echo "$as_me:$LINENO: result: no" >&5
6233echo "${ECHO_T}no" >&6
6234 fi
6235
6236
6237 enablestring=
6238 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6239echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6240 no_cache=0
6241 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6242if test "${enable_protocol_ftp+set}" = set; then
6243 enableval="$enable_protocol_ftp"
6244
6245 if test "$enableval" = yes; then
6246 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6247 else
6248 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6249 fi
6250
6251else
6252
6253 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6254 if test "x$LINE" != x ; then
6255 eval "DEFAULT_$LINE"
6256 else
6257 no_cache=1
6258 fi
6259
6260 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6261
6262fi;
6263
6264 eval "$ac_cv_use_protocol_ftp"
6265 if test "$no_cache" != 1; then
6266 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6267 fi
6268
6269 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6270 echo "$as_me:$LINENO: result: yes" >&5
6271echo "${ECHO_T}yes" >&6
6272 else
6273 echo "$as_me:$LINENO: result: no" >&5
6274echo "${ECHO_T}no" >&6
6275 fi
6276
6277
6278 enablestring=
6279 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6280echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6281 no_cache=0
6282 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6283if test "${enable_protocol_file+set}" = set; then
6284 enableval="$enable_protocol_file"
6285
6286 if test "$enableval" = yes; then
6287 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6288 else
6289 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6290 fi
6291
6292else
6293
6294 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6295 if test "x$LINE" != x ; then
6296 eval "DEFAULT_$LINE"
6297 else
6298 no_cache=1
6299 fi
6300
6301 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6302
6303fi;
6304
6305 eval "$ac_cv_use_protocol_file"
6306 if test "$no_cache" != 1; then
6307 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6308 fi
6309
6310 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6311 echo "$as_me:$LINENO: result: yes" >&5
6312echo "${ECHO_T}yes" >&6
6313 else
6314 echo "$as_me:$LINENO: result: no" >&5
6315echo "${ECHO_T}no" >&6
6316 fi
6317
6318
6319
6320
6321
6322 enablestring=
6323 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6324echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6325 no_cache=0
6326 # Check whether --enable-threads or --disable-threads was given.
6327if test "${enable_threads+set}" = set; then
6328 enableval="$enable_threads"
6329
6330 if test "$enableval" = yes; then
6331 ac_cv_use_threads='wxUSE_THREADS=yes'
6332 else
6333 ac_cv_use_threads='wxUSE_THREADS=no'
6334 fi
6335
6336else
6337
6338 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6339 if test "x$LINE" != x ; then
6340 eval "DEFAULT_$LINE"
6341 else
6342 no_cache=1
6343 fi
6344
6345 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6346
6347fi;
6348
6349 eval "$ac_cv_use_threads"
6350 if test "$no_cache" != 1; then
6351 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6352 fi
6353
6354 if test "$wxUSE_THREADS" = yes; then
6355 echo "$as_me:$LINENO: result: yes" >&5
6356echo "${ECHO_T}yes" >&6
6357 else
6358 echo "$as_me:$LINENO: result: no" >&5
6359echo "${ECHO_T}no" >&6
6360 fi
6361
6362
6363if test "$wxUSE_GUI" = "yes"; then
6364
6365
6366
6367 enablestring=
6368 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6369echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6370 no_cache=0
6371 # Check whether --enable-docview or --disable-docview was given.
6372if test "${enable_docview+set}" = set; then
6373 enableval="$enable_docview"
6374
6375 if test "$enableval" = yes; then
6376 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6377 else
6378 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6379 fi
6380
6381else
6382
6383 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6384 if test "x$LINE" != x ; then
6385 eval "DEFAULT_$LINE"
6386 else
6387 no_cache=1
6388 fi
6389
6390 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6391
6392fi;
6393
6394 eval "$ac_cv_use_docview"
6395 if test "$no_cache" != 1; then
6396 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6397 fi
6398
6399 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6400 echo "$as_me:$LINENO: result: yes" >&5
6401echo "${ECHO_T}yes" >&6
6402 else
6403 echo "$as_me:$LINENO: result: no" >&5
6404echo "${ECHO_T}no" >&6
6405 fi
6406
6407
6408 enablestring=
6409 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6410echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6411 no_cache=0
6412 # Check whether --enable-help or --disable-help was given.
6413if test "${enable_help+set}" = set; then
6414 enableval="$enable_help"
6415
6416 if test "$enableval" = yes; then
6417 ac_cv_use_help='wxUSE_HELP=yes'
6418 else
6419 ac_cv_use_help='wxUSE_HELP=no'
6420 fi
6421
6422else
6423
6424 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6425 if test "x$LINE" != x ; then
6426 eval "DEFAULT_$LINE"
6427 else
6428 no_cache=1
6429 fi
6430
6431 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6432
6433fi;
6434
6435 eval "$ac_cv_use_help"
6436 if test "$no_cache" != 1; then
6437 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6438 fi
6439
6440 if test "$wxUSE_HELP" = yes; then
6441 echo "$as_me:$LINENO: result: yes" >&5
6442echo "${ECHO_T}yes" >&6
6443 else
6444 echo "$as_me:$LINENO: result: no" >&5
6445echo "${ECHO_T}no" >&6
6446 fi
6447
6448
6449 enablestring=
6450 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6451echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6452 no_cache=0
6453 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6454if test "${enable_mshtmlhelp+set}" = set; then
6455 enableval="$enable_mshtmlhelp"
6456
6457 if test "$enableval" = yes; then
6458 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6459 else
6460 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6461 fi
6462
6463else
6464
6465 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6466 if test "x$LINE" != x ; then
6467 eval "DEFAULT_$LINE"
6468 else
6469 no_cache=1
6470 fi
6471
6472 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6473
6474fi;
6475
6476 eval "$ac_cv_use_mshtmlhelp"
6477 if test "$no_cache" != 1; then
6478 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6479 fi
6480
6481 if test "$wxUSE_MS_HTML_HELP" = yes; then
6482 echo "$as_me:$LINENO: result: yes" >&5
6483echo "${ECHO_T}yes" >&6
6484 else
6485 echo "$as_me:$LINENO: result: no" >&5
6486echo "${ECHO_T}no" >&6
6487 fi
6488
6489
6490 enablestring=
6491 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6492echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6493 no_cache=0
6494 # Check whether --enable-html or --disable-html was given.
6495if test "${enable_html+set}" = set; then
6496 enableval="$enable_html"
6497
6498 if test "$enableval" = yes; then
6499 ac_cv_use_html='wxUSE_HTML=yes'
6500 else
6501 ac_cv_use_html='wxUSE_HTML=no'
6502 fi
6503
6504else
6505
6506 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6507 if test "x$LINE" != x ; then
6508 eval "DEFAULT_$LINE"
6509 else
6510 no_cache=1
6511 fi
6512
6513 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6514
6515fi;
6516
6517 eval "$ac_cv_use_html"
6518 if test "$no_cache" != 1; then
6519 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6520 fi
6521
6522 if test "$wxUSE_HTML" = yes; then
6523 echo "$as_me:$LINENO: result: yes" >&5
6524echo "${ECHO_T}yes" >&6
6525 else
6526 echo "$as_me:$LINENO: result: no" >&5
6527echo "${ECHO_T}no" >&6
6528 fi
6529
6530
6531 enablestring=
6532 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6533echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6534 no_cache=0
6535 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6536if test "${enable_htmlhelp+set}" = set; then
6537 enableval="$enable_htmlhelp"
6538
6539 if test "$enableval" = yes; then
6540 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6541 else
6542 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6543 fi
6544
6545else
6546
6547 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6548 if test "x$LINE" != x ; then
6549 eval "DEFAULT_$LINE"
6550 else
6551 no_cache=1
6552 fi
6553
6554 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6555
6556fi;
6557
6558 eval "$ac_cv_use_htmlhelp"
6559 if test "$no_cache" != 1; then
6560 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6561 fi
6562
6563 if test "$wxUSE_WXHTML_HELP" = yes; then
6564 echo "$as_me:$LINENO: result: yes" >&5
6565echo "${ECHO_T}yes" >&6
6566 else
6567 echo "$as_me:$LINENO: result: no" >&5
6568echo "${ECHO_T}no" >&6
6569 fi
6570
6571
9a8f0513
VS
6572 enablestring=
6573 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6574echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6575 no_cache=0
6576 # Check whether --enable-xrc or --disable-xrc was given.
6577if test "${enable_xrc+set}" = set; then
6578 enableval="$enable_xrc"
6579
6580 if test "$enableval" = yes; then
6581 ac_cv_use_xrc='wxUSE_XRC=yes'
6582 else
6583 ac_cv_use_xrc='wxUSE_XRC=no'
6584 fi
6585
6586else
6587
6588 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6589 if test "x$LINE" != x ; then
6590 eval "DEFAULT_$LINE"
6591 else
6592 no_cache=1
6593 fi
6594
6595 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6596
6597fi;
6598
6599 eval "$ac_cv_use_xrc"
6600 if test "$no_cache" != 1; then
6601 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6602 fi
6603
6604 if test "$wxUSE_XRC" = yes; then
6605 echo "$as_me:$LINENO: result: yes" >&5
6606echo "${ECHO_T}yes" >&6
6607 else
6608 echo "$as_me:$LINENO: result: no" >&5
6609echo "${ECHO_T}no" >&6
6610 fi
6611
6612
a848cd7e
SC
6613 enablestring=
6614 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6615echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6616 no_cache=0
6617 # Check whether --enable-constraints or --disable-constraints was given.
6618if test "${enable_constraints+set}" = set; then
6619 enableval="$enable_constraints"
6620
6621 if test "$enableval" = yes; then
6622 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6623 else
6624 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6625 fi
6626
6627else
6628
6629 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6630 if test "x$LINE" != x ; then
6631 eval "DEFAULT_$LINE"
6632 else
6633 no_cache=1
6634 fi
6635
6636 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6637
6638fi;
6639
6640 eval "$ac_cv_use_constraints"
6641 if test "$no_cache" != 1; then
6642 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6643 fi
6644
6645 if test "$wxUSE_CONSTRAINTS" = yes; then
6646 echo "$as_me:$LINENO: result: yes" >&5
6647echo "${ECHO_T}yes" >&6
6648 else
6649 echo "$as_me:$LINENO: result: no" >&5
6650echo "${ECHO_T}no" >&6
6651 fi
6652
6653
6654 enablestring=
6655 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6656echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6657 no_cache=0
6658 # Check whether --enable-printarch or --disable-printarch was given.
6659if test "${enable_printarch+set}" = set; then
6660 enableval="$enable_printarch"
6661
6662 if test "$enableval" = yes; then
6663 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6664 else
6665 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6666 fi
6667
6668else
6669
6670 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6671 if test "x$LINE" != x ; then
6672 eval "DEFAULT_$LINE"
6673 else
6674 no_cache=1
6675 fi
6676
6677 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6678
6679fi;
6680
6681 eval "$ac_cv_use_printarch"
6682 if test "$no_cache" != 1; then
6683 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6684 fi
6685
6686 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6687 echo "$as_me:$LINENO: result: yes" >&5
6688echo "${ECHO_T}yes" >&6
6689 else
6690 echo "$as_me:$LINENO: result: no" >&5
6691echo "${ECHO_T}no" >&6
6692 fi
6693
6694
6695 enablestring=
6696 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6697echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6698 no_cache=0
6699 # Check whether --enable-mdi or --disable-mdi was given.
6700if test "${enable_mdi+set}" = set; then
6701 enableval="$enable_mdi"
6702
6703 if test "$enableval" = yes; then
8a7b1113 6704 ac_cv_use_mdi='wxUSE_MDI=yes'
a848cd7e 6705 else
8a7b1113 6706 ac_cv_use_mdi='wxUSE_MDI=no'
a848cd7e
SC
6707 fi
6708
6709else
6710
8a7b1113 6711 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
a848cd7e
SC
6712 if test "x$LINE" != x ; then
6713 eval "DEFAULT_$LINE"
6714 else
6715 no_cache=1
6716 fi
6717
8a7b1113 6718 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
a848cd7e
SC
6719
6720fi;
6721
6722 eval "$ac_cv_use_mdi"
6723 if test "$no_cache" != 1; then
6724 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6725 fi
6726
8a7b1113
VZ
6727 if test "$wxUSE_MDI" = yes; then
6728 echo "$as_me:$LINENO: result: yes" >&5
6729echo "${ECHO_T}yes" >&6
6730 else
6731 echo "$as_me:$LINENO: result: no" >&5
6732echo "${ECHO_T}no" >&6
6733 fi
6734
6735
6736 enablestring=
6737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6738echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6739 no_cache=0
6740 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6741if test "${enable_mdidoc+set}" = set; then
6742 enableval="$enable_mdidoc"
6743
6744 if test "$enableval" = yes; then
6745 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6746 else
6747 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6748 fi
6749
6750else
6751
6752 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6753 if test "x$LINE" != x ; then
6754 eval "DEFAULT_$LINE"
6755 else
6756 no_cache=1
6757 fi
6758
6759 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6760
6761fi;
6762
6763 eval "$ac_cv_use_mdidoc"
6764 if test "$no_cache" != 1; then
6765 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6766 fi
6767
a848cd7e
SC
6768 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6769 echo "$as_me:$LINENO: result: yes" >&5
6770echo "${ECHO_T}yes" >&6
6771 else
6772 echo "$as_me:$LINENO: result: no" >&5
6773echo "${ECHO_T}no" >&6
6774 fi
6775
6776
6777 enablestring=
6778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6779echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6780 no_cache=0
6781 # Check whether --enable-loggui or --disable-loggui was given.
6782if test "${enable_loggui+set}" = set; then
6783 enableval="$enable_loggui"
6784
6785 if test "$enableval" = yes; then
6786 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6787 else
6788 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6789 fi
6790
6791else
6792
6793 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6794 if test "x$LINE" != x ; then
6795 eval "DEFAULT_$LINE"
6796 else
6797 no_cache=1
6798 fi
6799
6800 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6801
6802fi;
6803
6804 eval "$ac_cv_use_loggui"
6805 if test "$no_cache" != 1; then
6806 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6807 fi
6808
6809 if test "$wxUSE_LOGGUI" = yes; then
6810 echo "$as_me:$LINENO: result: yes" >&5
6811echo "${ECHO_T}yes" >&6
6812 else
6813 echo "$as_me:$LINENO: result: no" >&5
6814echo "${ECHO_T}no" >&6
6815 fi
6816
6817
6818 enablestring=
6819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6820echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6821 no_cache=0
6822 # Check whether --enable-logwin or --disable-logwin was given.
6823if test "${enable_logwin+set}" = set; then
6824 enableval="$enable_logwin"
6825
6826 if test "$enableval" = yes; then
6827 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6828 else
6829 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6830 fi
6831
6832else
6833
6834 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6835 if test "x$LINE" != x ; then
6836 eval "DEFAULT_$LINE"
6837 else
6838 no_cache=1
6839 fi
6840
6841 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6842
6843fi;
6844
6845 eval "$ac_cv_use_logwin"
6846 if test "$no_cache" != 1; then
6847 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6848 fi
6849
6850 if test "$wxUSE_LOGWINDOW" = yes; then
6851 echo "$as_me:$LINENO: result: yes" >&5
6852echo "${ECHO_T}yes" >&6
6853 else
6854 echo "$as_me:$LINENO: result: no" >&5
6855echo "${ECHO_T}no" >&6
6856 fi
6857
6858
6859 enablestring=
6860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6861echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6862 no_cache=0
6863 # Check whether --enable-logdialog or --disable-logdialog was given.
6864if test "${enable_logdialog+set}" = set; then
6865 enableval="$enable_logdialog"
6866
6867 if test "$enableval" = yes; then
6868 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6869 else
6870 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6871 fi
6872
6873else
6874
6875 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6876 if test "x$LINE" != x ; then
6877 eval "DEFAULT_$LINE"
6878 else
6879 no_cache=1
6880 fi
6881
6882 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6883
6884fi;
6885
6886 eval "$ac_cv_use_logdialog"
6887 if test "$no_cache" != 1; then
6888 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6889 fi
6890
6891 if test "$wxUSE_LOGDIALOG" = yes; then
6892 echo "$as_me:$LINENO: result: yes" >&5
6893echo "${ECHO_T}yes" >&6
6894 else
6895 echo "$as_me:$LINENO: result: no" >&5
6896echo "${ECHO_T}no" >&6
6897 fi
6898
6899
646b6ec1
VS
6900 enablestring=
6901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6902echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6903 no_cache=0
6904 # Check whether --enable-webkit or --disable-webkit was given.
6905if test "${enable_webkit+set}" = set; then
6906 enableval="$enable_webkit"
6907
6908 if test "$enableval" = yes; then
6909 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6910 else
6911 ac_cv_use_webkit='wxUSE_WEBKIT=no'
6912 fi
6913
6914else
6915
6916 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6917 if test "x$LINE" != x ; then
6918 eval "DEFAULT_$LINE"
6919 else
6920 no_cache=1
6921 fi
6922
6923 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6924
6925fi;
6926
6927 eval "$ac_cv_use_webkit"
6928 if test "$no_cache" != 1; then
6929 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6930 fi
6931
6932 if test "$wxUSE_WEBKIT" = yes; then
6933 echo "$as_me:$LINENO: result: yes" >&5
6934echo "${ECHO_T}yes" >&6
6935 else
6936 echo "$as_me:$LINENO: result: no" >&5
6937echo "${ECHO_T}no" >&6
6938 fi
6939
6940
a848cd7e
SC
6941
6942 enablestring=
6943 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6944echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6945 no_cache=0
6946 # Check whether --enable-postscript or --disable-postscript was given.
6947if test "${enable_postscript+set}" = set; then
6948 enableval="$enable_postscript"
6949
6950 if test "$enableval" = yes; then
6951 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6952 else
6953 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6954 fi
6955
6956else
6957
6958 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6959 if test "x$LINE" != x ; then
6960 eval "DEFAULT_$LINE"
6961 else
6962 no_cache=1
6963 fi
6964
6965 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6966
6967fi;
6968
6969 eval "$ac_cv_use_postscript"
6970 if test "$no_cache" != 1; then
6971 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6972 fi
6973
6974 if test "$wxUSE_POSTSCRIPT" = yes; then
6975 echo "$as_me:$LINENO: result: yes" >&5
6976echo "${ECHO_T}yes" >&6
6977 else
6978 echo "$as_me:$LINENO: result: no" >&5
6979echo "${ECHO_T}no" >&6
6980 fi
6981
6982
6983
6984
6985
6986 enablestring=
6987 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6988echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6989 no_cache=0
6990 # Check whether --enable-prologio or --disable-prologio was given.
6991if test "${enable_prologio+set}" = set; then
6992 enableval="$enable_prologio"
6993
6994 if test "$enableval" = yes; then
6995 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
6996 else
6997 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
6998 fi
6999
7000else
7001
7002 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7003 if test "x$LINE" != x ; then
7004 eval "DEFAULT_$LINE"
7005 else
7006 no_cache=1
7007 fi
7008
7009 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7010
7011fi;
7012
7013 eval "$ac_cv_use_prologio"
7014 if test "$no_cache" != 1; then
7015 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7016 fi
7017
7018 if test "$wxUSE_PROLOGIO" = yes; then
7019 echo "$as_me:$LINENO: result: yes" >&5
7020echo "${ECHO_T}yes" >&6
7021 else
7022 echo "$as_me:$LINENO: result: no" >&5
7023echo "${ECHO_T}no" >&6
7024 fi
7025
7026
7027 enablestring=
7028 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7029echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7030 no_cache=0
7031 # Check whether --enable-resources or --disable-resources was given.
7032if test "${enable_resources+set}" = set; then
7033 enableval="$enable_resources"
7034
7035 if test "$enableval" = yes; then
7036 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7037 else
7038 ac_cv_use_resources='wxUSE_RESOURCES=no'
7039 fi
7040
7041else
7042
7043 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7044 if test "x$LINE" != x ; then
7045 eval "DEFAULT_$LINE"
7046 else
7047 no_cache=1
7048 fi
7049
7050 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7051
7052fi;
7053
7054 eval "$ac_cv_use_resources"
7055 if test "$no_cache" != 1; then
7056 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7057 fi
7058
7059 if test "$wxUSE_RESOURCES" = yes; then
7060 echo "$as_me:$LINENO: result: yes" >&5
7061echo "${ECHO_T}yes" >&6
7062 else
7063 echo "$as_me:$LINENO: result: no" >&5
7064echo "${ECHO_T}no" >&6
7065 fi
7066
7067
7068
7069
7070 enablestring=
7071 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7072echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7073 no_cache=0
7074 # Check whether --enable-clipboard or --disable-clipboard was given.
7075if test "${enable_clipboard+set}" = set; then
7076 enableval="$enable_clipboard"
7077
7078 if test "$enableval" = yes; then
7079 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7080 else
7081 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7082 fi
7083
7084else
7085
7086 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7087 if test "x$LINE" != x ; then
7088 eval "DEFAULT_$LINE"
7089 else
7090 no_cache=1
7091 fi
7092
7093 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7094
7095fi;
7096
7097 eval "$ac_cv_use_clipboard"
7098 if test "$no_cache" != 1; then
7099 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7100 fi
7101
7102 if test "$wxUSE_CLIPBOARD" = yes; then
7103 echo "$as_me:$LINENO: result: yes" >&5
7104echo "${ECHO_T}yes" >&6
7105 else
7106 echo "$as_me:$LINENO: result: no" >&5
7107echo "${ECHO_T}no" >&6
7108 fi
7109
7110
7111 enablestring=
7112 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7113echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7114 no_cache=0
7115 # Check whether --enable-dnd or --disable-dnd was given.
7116if test "${enable_dnd+set}" = set; then
7117 enableval="$enable_dnd"
7118
7119 if test "$enableval" = yes; then
7120 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7121 else
7122 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7123 fi
7124
7125else
7126
7127 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7128 if test "x$LINE" != x ; then
7129 eval "DEFAULT_$LINE"
7130 else
7131 no_cache=1
7132 fi
7133
7134 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7135
7136fi;
7137
7138 eval "$ac_cv_use_dnd"
7139 if test "$no_cache" != 1; then
7140 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7141 fi
7142
7143 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7144 echo "$as_me:$LINENO: result: yes" >&5
7145echo "${ECHO_T}yes" >&6
7146 else
7147 echo "$as_me:$LINENO: result: no" >&5
7148echo "${ECHO_T}no" >&6
7149 fi
7150
7151
7152 enablestring=
7153 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7154echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7155 no_cache=0
7156 # Check whether --enable-metafile or --disable-metafile was given.
7157if test "${enable_metafile+set}" = set; then
7158 enableval="$enable_metafile"
7159
7160 if test "$enableval" = yes; then
7161 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7162 else
7163 ac_cv_use_metafile='wxUSE_METAFILE=no'
7164 fi
7165
7166else
7167
7168 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7169 if test "x$LINE" != x ; then
7170 eval "DEFAULT_$LINE"
7171 else
7172 no_cache=1
7173 fi
7174
7175 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7176
7177fi;
7178
7179 eval "$ac_cv_use_metafile"
7180 if test "$no_cache" != 1; then
7181 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7182 fi
7183
7184 if test "$wxUSE_METAFILE" = yes; then
7185 echo "$as_me:$LINENO: result: yes" >&5
7186echo "${ECHO_T}yes" >&6
7187 else
7188 echo "$as_me:$LINENO: result: no" >&5
7189echo "${ECHO_T}no" >&6
7190 fi
7191
7192
7193
7194
7195
7196 enablestring=
7197 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7198echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7199 no_cache=0
7200 # Check whether --enable-controls or --disable-controls was given.
7201if test "${enable_controls+set}" = set; then
7202 enableval="$enable_controls"
7203
7204 if test "$enableval" = yes; then
7205 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7206 else
7207 ac_cv_use_controls='wxUSE_CONTROLS=no'
7208 fi
7209
7210else
7211
7212 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7213 if test "x$LINE" != x ; then
7214 eval "DEFAULT_$LINE"
7215 else
7216 no_cache=1
7217 fi
7218
7219 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7220
7221fi;
7222
7223 eval "$ac_cv_use_controls"
7224 if test "$no_cache" != 1; then
7225 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7226 fi
7227
7228 if test "$wxUSE_CONTROLS" = yes; then
7229 echo "$as_me:$LINENO: result: yes" >&5
7230echo "${ECHO_T}yes" >&6
7231 else
7232 echo "$as_me:$LINENO: result: no" >&5
7233echo "${ECHO_T}no" >&6
7234 fi
7235
7236
7237if test "$wxUSE_CONTROLS" = "yes"; then
7238 DEFAULT_wxUSE_ACCEL=yes
7239 DEFAULT_wxUSE_BMPBUTTON=yes
7240 DEFAULT_wxUSE_BUTTON=yes
da98e9be 7241 DEFAULT_wxUSE_CALCTRL=yes
a848cd7e
SC
7242 DEFAULT_wxUSE_CARET=yes
7243 DEFAULT_wxUSE_COMBOBOX=yes
7244 DEFAULT_wxUSE_CHECKBOX=yes
7245 DEFAULT_wxUSE_CHECKLISTBOX=yes
7246 DEFAULT_wxUSE_CHOICE=yes
92bbdbcd 7247 DEFAULT_wxUSE_CHOICEBOOK=yes
da98e9be 7248 DEFAULT_wxUSE_DATEPICKCTRL=yes
a848cd7e
SC
7249 DEFAULT_wxUSE_GAUGE=yes
7250 DEFAULT_wxUSE_GRID=yes
7251 DEFAULT_wxUSE_IMAGLIST=yes
7252 DEFAULT_wxUSE_LISTBOOK=yes
7253 DEFAULT_wxUSE_LISTBOX=yes
7254 DEFAULT_wxUSE_LISTCTRL=yes
7255 DEFAULT_wxUSE_NOTEBOOK=yes
7256 DEFAULT_wxUSE_RADIOBOX=yes
7257 DEFAULT_wxUSE_RADIOBTN=yes
7258 DEFAULT_wxUSE_SASH=yes
7259 DEFAULT_wxUSE_SCROLLBAR=yes
7260 DEFAULT_wxUSE_SLIDER=yes
7261 DEFAULT_wxUSE_SPINBTN=yes
7262 DEFAULT_wxUSE_SPINCTRL=yes
7263 DEFAULT_wxUSE_SPLITTER=yes
7264 DEFAULT_wxUSE_STATBMP=yes
7265 DEFAULT_wxUSE_STATBOX=yes
7266 DEFAULT_wxUSE_STATLINE=yes
7267 DEFAULT_wxUSE_STATUSBAR=yes
7268 DEFAULT_wxUSE_TAB_DIALOG=yes
7269 DEFAULT_wxUSE_TOGGLEBTN=yes
7270 DEFAULT_wxUSE_TOOLBAR=yes
7271 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7272 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7273 DEFAULT_wxUSE_TOOLTIPS=yes
7274 DEFAULT_wxUSE_TREECTRL=yes
7275 DEFAULT_wxUSE_POPUPWIN=yes
7276 DEFAULT_wxUSE_TIPWINDOW=yes
7277elif test "$wxUSE_CONTROLS" = "no"; then
7278 DEFAULT_wxUSE_ACCEL=no
7279 DEFAULT_wxUSE_BMPBUTTON=no
7280 DEFAULT_wxUSE_BUTTON=no
7281 DEFAULT_wxUSE_CALCTRL=no
7282 DEFAULT_wxUSE_CARET=no
7283 DEFAULT_wxUSE_COMBOBOX=no
7284 DEFAULT_wxUSE_CHECKBOX=no
7285 DEFAULT_wxUSE_CHECKLISTBOX=no
7286 DEFAULT_wxUSE_CHOICE=no
92bbdbcd 7287 DEFAULT_wxUSE_CHOICEBOOK=no
da98e9be 7288 DEFAULT_wxUSE_DATEPICKCTRL=no
a848cd7e
SC
7289 DEFAULT_wxUSE_GAUGE=no
7290 DEFAULT_wxUSE_GRID=no
7291 DEFAULT_wxUSE_IMAGLIST=no
7292 DEFAULT_wxUSE_LISTBOOK=no
7293 DEFAULT_wxUSE_LISTBOX=no
7294 DEFAULT_wxUSE_LISTCTRL=no
7295 DEFAULT_wxUSE_NOTEBOOK=no
7296 DEFAULT_wxUSE_RADIOBOX=no
7297 DEFAULT_wxUSE_RADIOBTN=no
7298 DEFAULT_wxUSE_SASH=no
7299 DEFAULT_wxUSE_SCROLLBAR=no
7300 DEFAULT_wxUSE_SLIDER=no
7301 DEFAULT_wxUSE_SPINBTN=no
7302 DEFAULT_wxUSE_SPINCTRL=no
7303 DEFAULT_wxUSE_SPLITTER=no
7304 DEFAULT_wxUSE_STATBMP=no
7305 DEFAULT_wxUSE_STATBOX=no
7306 DEFAULT_wxUSE_STATLINE=no
7307 DEFAULT_wxUSE_STATUSBAR=no
7308 DEFAULT_wxUSE_TAB_DIALOG=no
7309 DEFAULT_wxUSE_TOGGLEBTN=no
7310 DEFAULT_wxUSE_TOOLBAR=no
7311 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7312 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7313 DEFAULT_wxUSE_TOOLTIPS=no
7314 DEFAULT_wxUSE_TREECTRL=no
7315 DEFAULT_wxUSE_POPUPWIN=no
7316 DEFAULT_wxUSE_TIPWINDOW=no
7317fi
7318
a848cd7e
SC
7319
7320 enablestring=
7321 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7322echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7323 no_cache=0
7324 # Check whether --enable-accel or --disable-accel was given.
7325if test "${enable_accel+set}" = set; then
7326 enableval="$enable_accel"
7327
7328 if test "$enableval" = yes; then
7329 ac_cv_use_accel='wxUSE_ACCEL=yes'
7330 else
7331 ac_cv_use_accel='wxUSE_ACCEL=no'
7332 fi
7333
7334else
7335
7336 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7337 if test "x$LINE" != x ; then
7338 eval "DEFAULT_$LINE"
7339 else
7340 no_cache=1
7341 fi
7342
7343 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7344
7345fi;
7346
7347 eval "$ac_cv_use_accel"
7348 if test "$no_cache" != 1; then
7349 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7350 fi
7351
7352 if test "$wxUSE_ACCEL" = yes; then
7353 echo "$as_me:$LINENO: result: yes" >&5
7354echo "${ECHO_T}yes" >&6
7355 else
7356 echo "$as_me:$LINENO: result: no" >&5
7357echo "${ECHO_T}no" >&6
7358 fi
7359
7360
7361 enablestring=
7362 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7363echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7364 no_cache=0
7365 # Check whether --enable-button or --disable-button was given.
7366if test "${enable_button+set}" = set; then
7367 enableval="$enable_button"
7368
7369 if test "$enableval" = yes; then
7370 ac_cv_use_button='wxUSE_BUTTON=yes'
7371 else
7372 ac_cv_use_button='wxUSE_BUTTON=no'
7373 fi
7374
7375else
7376
7377 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7378 if test "x$LINE" != x ; then
7379 eval "DEFAULT_$LINE"
7380 else
7381 no_cache=1
7382 fi
7383
7384 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7385
7386fi;
7387
7388 eval "$ac_cv_use_button"
7389 if test "$no_cache" != 1; then
7390 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7391 fi
7392
7393 if test "$wxUSE_BUTTON" = yes; then
7394 echo "$as_me:$LINENO: result: yes" >&5
7395echo "${ECHO_T}yes" >&6
7396 else
7397 echo "$as_me:$LINENO: result: no" >&5
7398echo "${ECHO_T}no" >&6
7399 fi
7400
7401
7402 enablestring=
7403 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7404echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7405 no_cache=0
7406 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7407if test "${enable_bmpbutton+set}" = set; then
7408 enableval="$enable_bmpbutton"
7409
7410 if test "$enableval" = yes; then
7411 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7412 else
7413 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7414 fi
7415
7416else
7417
7418 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7419 if test "x$LINE" != x ; then
7420 eval "DEFAULT_$LINE"
7421 else
7422 no_cache=1
7423 fi
7424
7425 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7426
7427fi;
7428
7429 eval "$ac_cv_use_bmpbutton"
7430 if test "$no_cache" != 1; then
7431 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7432 fi
7433
7434 if test "$wxUSE_BMPBUTTON" = yes; then
7435 echo "$as_me:$LINENO: result: yes" >&5
7436echo "${ECHO_T}yes" >&6
7437 else
7438 echo "$as_me:$LINENO: result: no" >&5
7439echo "${ECHO_T}no" >&6
7440 fi
7441
7442
7443 enablestring=
7444 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7445echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7446 no_cache=0
7447 # Check whether --enable-calendar or --disable-calendar was given.
7448if test "${enable_calendar+set}" = set; then
7449 enableval="$enable_calendar"
7450
7451 if test "$enableval" = yes; then
7452 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7453 else
7454 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7455 fi
7456
7457else
7458
7459 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7460 if test "x$LINE" != x ; then
7461 eval "DEFAULT_$LINE"
7462 else
7463 no_cache=1
7464 fi
7465
7466 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7467
7468fi;
7469
7470 eval "$ac_cv_use_calendar"
7471 if test "$no_cache" != 1; then
7472 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7473 fi
7474
7475 if test "$wxUSE_CALCTRL" = yes; then
7476 echo "$as_me:$LINENO: result: yes" >&5
7477echo "${ECHO_T}yes" >&6
7478 else
7479 echo "$as_me:$LINENO: result: no" >&5
7480echo "${ECHO_T}no" >&6
7481 fi
7482
7483
7484 enablestring=
7485 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7486echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7487 no_cache=0
7488 # Check whether --enable-caret or --disable-caret was given.
7489if test "${enable_caret+set}" = set; then
7490 enableval="$enable_caret"
7491
7492 if test "$enableval" = yes; then
7493 ac_cv_use_caret='wxUSE_CARET=yes'
7494 else
7495 ac_cv_use_caret='wxUSE_CARET=no'
7496 fi
7497
7498else
7499
7500 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7501 if test "x$LINE" != x ; then
7502 eval "DEFAULT_$LINE"
7503 else
7504 no_cache=1
7505 fi
7506
7507 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7508
7509fi;
7510
7511 eval "$ac_cv_use_caret"
7512 if test "$no_cache" != 1; then
7513 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7514 fi
7515
7516 if test "$wxUSE_CARET" = yes; then
7517 echo "$as_me:$LINENO: result: yes" >&5
7518echo "${ECHO_T}yes" >&6
7519 else
7520 echo "$as_me:$LINENO: result: no" >&5
7521echo "${ECHO_T}no" >&6
7522 fi
7523
7524
7525 enablestring=
7526 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7527echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7528 no_cache=0
7529 # Check whether --enable-checkbox or --disable-checkbox was given.
7530if test "${enable_checkbox+set}" = set; then
7531 enableval="$enable_checkbox"
7532
7533 if test "$enableval" = yes; then
7534 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7535 else
7536 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7537 fi
7538
7539else
7540
7541 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7542 if test "x$LINE" != x ; then
7543 eval "DEFAULT_$LINE"
7544 else
7545 no_cache=1
7546 fi
7547
7548 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7549
7550fi;
7551
7552 eval "$ac_cv_use_checkbox"
7553 if test "$no_cache" != 1; then
7554 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7555 fi
7556
7557 if test "$wxUSE_CHECKBOX" = yes; then
7558 echo "$as_me:$LINENO: result: yes" >&5
7559echo "${ECHO_T}yes" >&6
7560 else
7561 echo "$as_me:$LINENO: result: no" >&5
7562echo "${ECHO_T}no" >&6
7563 fi
7564
7565
7566 enablestring=
7567 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7568echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7569 no_cache=0
7570 # Check whether --enable-checklst or --disable-checklst was given.
7571if test "${enable_checklst+set}" = set; then
7572 enableval="$enable_checklst"
7573
7574 if test "$enableval" = yes; then
7575 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7576 else
7577 ac_cv_use_checklst='wxUSE_CHECKLST=no'
7578 fi
7579
7580else
7581
7582 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7583 if test "x$LINE" != x ; then
7584 eval "DEFAULT_$LINE"
7585 else
7586 no_cache=1
7587 fi
7588
7589 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7590
7591fi;
7592
7593 eval "$ac_cv_use_checklst"
7594 if test "$no_cache" != 1; then
7595 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7596 fi
7597
7598 if test "$wxUSE_CHECKLST" = yes; then
7599 echo "$as_me:$LINENO: result: yes" >&5
7600echo "${ECHO_T}yes" >&6
7601 else
7602 echo "$as_me:$LINENO: result: no" >&5
7603echo "${ECHO_T}no" >&6
7604 fi
7605
7606
7607 enablestring=
7608 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7609echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7610 no_cache=0
7611 # Check whether --enable-choice or --disable-choice was given.
7612if test "${enable_choice+set}" = set; then
7613 enableval="$enable_choice"
7614
7615 if test "$enableval" = yes; then
7616 ac_cv_use_choice='wxUSE_CHOICE=yes'
7617 else
7618 ac_cv_use_choice='wxUSE_CHOICE=no'
7619 fi
7620
7621else
7622
7623 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7624 if test "x$LINE" != x ; then
7625 eval "DEFAULT_$LINE"
7626 else
7627 no_cache=1
7628 fi
7629
7630 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7631
7632fi;
7633
7634 eval "$ac_cv_use_choice"
7635 if test "$no_cache" != 1; then
7636 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7637 fi
7638
7639 if test "$wxUSE_CHOICE" = yes; then
7640 echo "$as_me:$LINENO: result: yes" >&5
7641echo "${ECHO_T}yes" >&6
7642 else
7643 echo "$as_me:$LINENO: result: no" >&5
7644echo "${ECHO_T}no" >&6
7645 fi
7646
7647
92bbdbcd
WS
7648 enablestring=
7649 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7650echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7651 no_cache=0
7652 # Check whether --enable-choicebook or --disable-choicebook was given.
7653if test "${enable_choicebook+set}" = set; then
7654 enableval="$enable_choicebook"
7655
7656 if test "$enableval" = yes; then
7657 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7658 else
7659 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7660 fi
7661
7662else
7663
7664 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7665 if test "x$LINE" != x ; then
7666 eval "DEFAULT_$LINE"
7667 else
7668 no_cache=1
7669 fi
7670
7671 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7672
7673fi;
7674
7675 eval "$ac_cv_use_choicebook"
7676 if test "$no_cache" != 1; then
7677 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7678 fi
7679
7680 if test "$wxUSE_CHOICEBOOK" = yes; then
7681 echo "$as_me:$LINENO: result: yes" >&5
7682echo "${ECHO_T}yes" >&6
7683 else
7684 echo "$as_me:$LINENO: result: no" >&5
7685echo "${ECHO_T}no" >&6
7686 fi
7687
7688
a848cd7e
SC
7689 enablestring=
7690 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7691echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7692 no_cache=0
7693 # Check whether --enable-combobox or --disable-combobox was given.
7694if test "${enable_combobox+set}" = set; then
7695 enableval="$enable_combobox"
7696
7697 if test "$enableval" = yes; then
7698 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7699 else
7700 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7701 fi
7702
7703else
7704
7705 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7706 if test "x$LINE" != x ; then
7707 eval "DEFAULT_$LINE"
7708 else
7709 no_cache=1
7710 fi
7711
7712 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7713
7714fi;
7715
7716 eval "$ac_cv_use_combobox"
7717 if test "$no_cache" != 1; then
7718 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7719 fi
7720
7721 if test "$wxUSE_COMBOBOX" = yes; then
7722 echo "$as_me:$LINENO: result: yes" >&5
7723echo "${ECHO_T}yes" >&6
7724 else
7725 echo "$as_me:$LINENO: result: no" >&5
7726echo "${ECHO_T}no" >&6
7727 fi
7728
7729
da98e9be
VZ
7730 enablestring=
7731 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7732echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7733 no_cache=0
7734 # Check whether --enable-datepick or --disable-datepick was given.
7735if test "${enable_datepick+set}" = set; then
7736 enableval="$enable_datepick"
7737
7738 if test "$enableval" = yes; then
7739 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
7740 else
7741 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
7742 fi
7743
7744else
7745
7746 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7747 if test "x$LINE" != x ; then
7748 eval "DEFAULT_$LINE"
7749 else
7750 no_cache=1
7751 fi
7752
7753 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7754
7755fi;
7756
7757 eval "$ac_cv_use_datepick"
7758 if test "$no_cache" != 1; then
7759 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7760 fi
7761
7762 if test "$wxUSE_DATEPICKCTRL" = yes; then
7763 echo "$as_me:$LINENO: result: yes" >&5
7764echo "${ECHO_T}yes" >&6
7765 else
7766 echo "$as_me:$LINENO: result: no" >&5
7767echo "${ECHO_T}no" >&6
7768 fi
7769
7770
a848cd7e
SC
7771 enablestring=
7772 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7773echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7774 no_cache=0
7775 # Check whether --enable-display or --disable-display was given.
7776if test "${enable_display+set}" = set; then
7777 enableval="$enable_display"
7778
7779 if test "$enableval" = yes; then
7780 ac_cv_use_display='wxUSE_DISPLAY=yes'
7781 else
7782 ac_cv_use_display='wxUSE_DISPLAY=no'
7783 fi
7784
7785else
7786
7787 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7788 if test "x$LINE" != x ; then
7789 eval "DEFAULT_$LINE"
7790 else
7791 no_cache=1
7792 fi
7793
7794 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7795
7796fi;
7797
7798 eval "$ac_cv_use_display"
7799 if test "$no_cache" != 1; then
7800 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7801 fi
7802
7803 if test "$wxUSE_DISPLAY" = yes; then
7804 echo "$as_me:$LINENO: result: yes" >&5
7805echo "${ECHO_T}yes" >&6
7806 else
7807 echo "$as_me:$LINENO: result: no" >&5
7808echo "${ECHO_T}no" >&6
7809 fi
7810
7811
7812 enablestring=
7813 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7814echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7815 no_cache=0
7816 # Check whether --enable-gauge or --disable-gauge was given.
7817if test "${enable_gauge+set}" = set; then
7818 enableval="$enable_gauge"
7819
7820 if test "$enableval" = yes; then
7821 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7822 else
7823 ac_cv_use_gauge='wxUSE_GAUGE=no'
7824 fi
7825
7826else
7827
7828 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7829 if test "x$LINE" != x ; then
7830 eval "DEFAULT_$LINE"
7831 else
7832 no_cache=1
7833 fi
7834
7835 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7836
7837fi;
7838
7839 eval "$ac_cv_use_gauge"
7840 if test "$no_cache" != 1; then
7841 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7842 fi
7843
7844 if test "$wxUSE_GAUGE" = yes; then
7845 echo "$as_me:$LINENO: result: yes" >&5
7846echo "${ECHO_T}yes" >&6
7847 else
7848 echo "$as_me:$LINENO: result: no" >&5
7849echo "${ECHO_T}no" >&6
7850 fi
7851
7852
7853 enablestring=
7854 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7855echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7856 no_cache=0
7857 # Check whether --enable-grid or --disable-grid was given.
7858if test "${enable_grid+set}" = set; then
7859 enableval="$enable_grid"
7860
7861 if test "$enableval" = yes; then
7862 ac_cv_use_grid='wxUSE_GRID=yes'
7863 else
7864 ac_cv_use_grid='wxUSE_GRID=no'
7865 fi
7866
7867else
7868
7869 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7870 if test "x$LINE" != x ; then
7871 eval "DEFAULT_$LINE"
7872 else
7873 no_cache=1
7874 fi
7875
7876 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7877
7878fi;
7879
7880 eval "$ac_cv_use_grid"
7881 if test "$no_cache" != 1; then
7882 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7883 fi
7884
7885 if test "$wxUSE_GRID" = yes; then
7886 echo "$as_me:$LINENO: result: yes" >&5
7887echo "${ECHO_T}yes" >&6
7888 else
7889 echo "$as_me:$LINENO: result: no" >&5
7890echo "${ECHO_T}no" >&6
7891 fi
7892
7893
7894 enablestring=
7895 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7896echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7897 no_cache=0
7898 # Check whether --enable-imaglist or --disable-imaglist was given.
7899if test "${enable_imaglist+set}" = set; then
7900 enableval="$enable_imaglist"
7901
7902 if test "$enableval" = yes; then
7903 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7904 else
7905 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7906 fi
7907
7908else
7909
7910 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7911 if test "x$LINE" != x ; then
7912 eval "DEFAULT_$LINE"
7913 else
7914 no_cache=1
7915 fi
7916
7917 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7918
7919fi;
7920
7921 eval "$ac_cv_use_imaglist"
7922 if test "$no_cache" != 1; then
7923 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7924 fi
7925
7926 if test "$wxUSE_IMAGLIST" = yes; then
7927 echo "$as_me:$LINENO: result: yes" >&5
7928echo "${ECHO_T}yes" >&6
7929 else
7930 echo "$as_me:$LINENO: result: no" >&5
7931echo "${ECHO_T}no" >&6
7932 fi
7933
7934
7935 enablestring=
7936 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7937echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7938 no_cache=0
7939 # Check whether --enable-listbook or --disable-listbook was given.
7940if test "${enable_listbook+set}" = set; then
7941 enableval="$enable_listbook"
7942
7943 if test "$enableval" = yes; then
7944 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
7945 else
7946 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
7947 fi
7948
7949else
7950
7951 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7952 if test "x$LINE" != x ; then
7953 eval "DEFAULT_$LINE"
7954 else
7955 no_cache=1
7956 fi
7957
7958 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7959
7960fi;
7961
7962 eval "$ac_cv_use_listbook"
7963 if test "$no_cache" != 1; then
7964 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7965 fi
7966
7967 if test "$wxUSE_LISTBOOK" = yes; then
7968 echo "$as_me:$LINENO: result: yes" >&5
7969echo "${ECHO_T}yes" >&6
7970 else
7971 echo "$as_me:$LINENO: result: no" >&5
7972echo "${ECHO_T}no" >&6
7973 fi
7974
7975
7976 enablestring=
7977 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7978echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7979 no_cache=0
7980 # Check whether --enable-listbox or --disable-listbox was given.
7981if test "${enable_listbox+set}" = set; then
7982 enableval="$enable_listbox"
7983
7984 if test "$enableval" = yes; then
7985 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
7986 else
7987 ac_cv_use_listbox='wxUSE_LISTBOX=no'
7988 fi
7989
7990else
7991
7992 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7993 if test "x$LINE" != x ; then
7994 eval "DEFAULT_$LINE"
7995 else
7996 no_cache=1
7997 fi
7998
7999 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8000
8001fi;
8002
8003 eval "$ac_cv_use_listbox"
8004 if test "$no_cache" != 1; then
8005 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8006 fi
8007
8008 if test "$wxUSE_LISTBOX" = yes; then
8009 echo "$as_me:$LINENO: result: yes" >&5
8010echo "${ECHO_T}yes" >&6
8011 else
8012 echo "$as_me:$LINENO: result: no" >&5
8013echo "${ECHO_T}no" >&6
8014 fi
8015
8016
8017 enablestring=
8018 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8019echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8020 no_cache=0
8021 # Check whether --enable-listctrl or --disable-listctrl was given.
8022if test "${enable_listctrl+set}" = set; then
8023 enableval="$enable_listctrl"
8024
8025 if test "$enableval" = yes; then
8026 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8027 else
8028 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8029 fi
8030
8031else
8032
8033 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8034 if test "x$LINE" != x ; then
8035 eval "DEFAULT_$LINE"
8036 else
8037 no_cache=1
8038 fi
8039
8040 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8041
8042fi;
8043
8044 eval "$ac_cv_use_listctrl"
8045 if test "$no_cache" != 1; then
8046 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8047 fi
8048
8049 if test "$wxUSE_LISTCTRL" = yes; then
8050 echo "$as_me:$LINENO: result: yes" >&5
8051echo "${ECHO_T}yes" >&6
8052 else
8053 echo "$as_me:$LINENO: result: no" >&5
8054echo "${ECHO_T}no" >&6
8055 fi
8056
8057
8058 enablestring=
8059 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8060echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8061 no_cache=0
8062 # Check whether --enable-notebook or --disable-notebook was given.
8063if test "${enable_notebook+set}" = set; then
8064 enableval="$enable_notebook"
8065
8066 if test "$enableval" = yes; then
8067 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8068 else
8069 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8070 fi
8071
8072else
8073
8074 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8075 if test "x$LINE" != x ; then
8076 eval "DEFAULT_$LINE"
8077 else
8078 no_cache=1
8079 fi
8080
8081 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8082
8083fi;
8084
8085 eval "$ac_cv_use_notebook"
8086 if test "$no_cache" != 1; then
8087 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8088 fi
8089
8090 if test "$wxUSE_NOTEBOOK" = yes; then
8091 echo "$as_me:$LINENO: result: yes" >&5
8092echo "${ECHO_T}yes" >&6
8093 else
8094 echo "$as_me:$LINENO: result: no" >&5
8095echo "${ECHO_T}no" >&6
8096 fi
8097
8098
8099 enablestring=
8100 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8101echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8102 no_cache=0
8103 # Check whether --enable-radiobox or --disable-radiobox was given.
8104if test "${enable_radiobox+set}" = set; then
8105 enableval="$enable_radiobox"
8106
8107 if test "$enableval" = yes; then
8108 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8109 else
8110 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8111 fi
8112
8113else
8114
8115 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8116 if test "x$LINE" != x ; then
8117 eval "DEFAULT_$LINE"
8118 else
8119 no_cache=1
8120 fi
8121
8122 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8123
8124fi;
8125
8126 eval "$ac_cv_use_radiobox"
8127 if test "$no_cache" != 1; then
8128 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8129 fi
8130
8131 if test "$wxUSE_RADIOBOX" = yes; then
8132 echo "$as_me:$LINENO: result: yes" >&5
8133echo "${ECHO_T}yes" >&6
8134 else
8135 echo "$as_me:$LINENO: result: no" >&5
8136echo "${ECHO_T}no" >&6
8137 fi
8138
8139
8140 enablestring=
8141 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8142echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8143 no_cache=0
8144 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8145if test "${enable_radiobtn+set}" = set; then
8146 enableval="$enable_radiobtn"
8147
8148 if test "$enableval" = yes; then
8149 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8150 else
8151 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8152 fi
8153
8154else
8155
8156 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8157 if test "x$LINE" != x ; then
8158 eval "DEFAULT_$LINE"
8159 else
8160 no_cache=1
8161 fi
8162
8163 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8164
8165fi;
8166
8167 eval "$ac_cv_use_radiobtn"
8168 if test "$no_cache" != 1; then
8169 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8170 fi
8171
8172 if test "$wxUSE_RADIOBTN" = yes; then
8173 echo "$as_me:$LINENO: result: yes" >&5
8174echo "${ECHO_T}yes" >&6
8175 else
8176 echo "$as_me:$LINENO: result: no" >&5
8177echo "${ECHO_T}no" >&6
8178 fi
8179
8180
8181 enablestring=
8182 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8183echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8184 no_cache=0
8185 # Check whether --enable-sash or --disable-sash was given.
8186if test "${enable_sash+set}" = set; then
8187 enableval="$enable_sash"
8188
8189 if test "$enableval" = yes; then
8190 ac_cv_use_sash='wxUSE_SASH=yes'
8191 else
8192 ac_cv_use_sash='wxUSE_SASH=no'
8193 fi
8194
8195else
8196
8197 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8198 if test "x$LINE" != x ; then
8199 eval "DEFAULT_$LINE"
8200 else
8201 no_cache=1
8202 fi
8203
8204 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8205
8206fi;
8207
8208 eval "$ac_cv_use_sash"
8209 if test "$no_cache" != 1; then
8210 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8211 fi
8212
8213 if test "$wxUSE_SASH" = yes; then
8214 echo "$as_me:$LINENO: result: yes" >&5
8215echo "${ECHO_T}yes" >&6
8216 else
8217 echo "$as_me:$LINENO: result: no" >&5
8218echo "${ECHO_T}no" >&6
8219 fi
8220
8221
8222 enablestring=
8223 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8224echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8225 no_cache=0
8226 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8227if test "${enable_scrollbar+set}" = set; then
8228 enableval="$enable_scrollbar"
8229
8230 if test "$enableval" = yes; then
8231 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
8232 else
8233 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
8234 fi
8235
8236else
8237
8238 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8239 if test "x$LINE" != x ; then
8240 eval "DEFAULT_$LINE"
8241 else
8242 no_cache=1
8243 fi
8244
8245 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8246
8247fi;
8248
8249 eval "$ac_cv_use_scrollbar"
8250 if test "$no_cache" != 1; then
8251 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8252 fi
8253
8254 if test "$wxUSE_SCROLLBAR" = yes; then
8255 echo "$as_me:$LINENO: result: yes" >&5
8256echo "${ECHO_T}yes" >&6
8257 else
8258 echo "$as_me:$LINENO: result: no" >&5
8259echo "${ECHO_T}no" >&6
8260 fi
8261
8262
8263 enablestring=
8264 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8265echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8266 no_cache=0
8267 # Check whether --enable-slider or --disable-slider was given.
8268if test "${enable_slider+set}" = set; then
8269 enableval="$enable_slider"
8270
8271 if test "$enableval" = yes; then
8272 ac_cv_use_slider='wxUSE_SLIDER=yes'
8273 else
8274 ac_cv_use_slider='wxUSE_SLIDER=no'
8275 fi
8276
8277else
8278
8279 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8280 if test "x$LINE" != x ; then
8281 eval "DEFAULT_$LINE"
8282 else
8283 no_cache=1
8284 fi
8285
8286 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8287
8288fi;
8289
8290 eval "$ac_cv_use_slider"
8291 if test "$no_cache" != 1; then
8292 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8293 fi
8294
8295 if test "$wxUSE_SLIDER" = yes; then
8296 echo "$as_me:$LINENO: result: yes" >&5
8297echo "${ECHO_T}yes" >&6
8298 else
8299 echo "$as_me:$LINENO: result: no" >&5
8300echo "${ECHO_T}no" >&6
8301 fi
8302
8303
8304 enablestring=
8305 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8306echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8307 no_cache=0
8308 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8309if test "${enable_spinbtn+set}" = set; then
8310 enableval="$enable_spinbtn"
8311
8312 if test "$enableval" = yes; then
8313 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
8314 else
8315 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
8316 fi
8317
8318else
8319
8320 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8321 if test "x$LINE" != x ; then
8322 eval "DEFAULT_$LINE"
8323 else
8324 no_cache=1
8325 fi
8326
8327 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8328
8329fi;
8330
8331 eval "$ac_cv_use_spinbtn"
8332 if test "$no_cache" != 1; then
8333 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8334 fi
8335
8336 if test "$wxUSE_SPINBTN" = yes; then
8337 echo "$as_me:$LINENO: result: yes" >&5
8338echo "${ECHO_T}yes" >&6
8339 else
8340 echo "$as_me:$LINENO: result: no" >&5
8341echo "${ECHO_T}no" >&6
8342 fi
8343
8344
8345 enablestring=
8346 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8347echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8348 no_cache=0
8349 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8350if test "${enable_spinctrl+set}" = set; then
8351 enableval="$enable_spinctrl"
8352
8353 if test "$enableval" = yes; then
8354 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8355 else
8356 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8357 fi
8358
8359else
8360
8361 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8362 if test "x$LINE" != x ; then
8363 eval "DEFAULT_$LINE"
8364 else
8365 no_cache=1
8366 fi
8367
8368 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8369
8370fi;
8371
8372 eval "$ac_cv_use_spinctrl"
8373 if test "$no_cache" != 1; then
8374 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8375 fi
8376
8377 if test "$wxUSE_SPINCTRL" = yes; then
8378 echo "$as_me:$LINENO: result: yes" >&5
8379echo "${ECHO_T}yes" >&6
8380 else
8381 echo "$as_me:$LINENO: result: no" >&5
8382echo "${ECHO_T}no" >&6
8383 fi
8384
8385
8386 enablestring=
8387 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8388echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8389 no_cache=0
8390 # Check whether --enable-splitter or --disable-splitter was given.
8391if test "${enable_splitter+set}" = set; then
8392 enableval="$enable_splitter"
8393
8394 if test "$enableval" = yes; then
8395 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8396 else
8397 ac_cv_use_splitter='wxUSE_SPLITTER=no'
8398 fi
8399
8400else
8401
8402 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8403 if test "x$LINE" != x ; then
8404 eval "DEFAULT_$LINE"
8405 else
8406 no_cache=1
8407 fi
8408
8409 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8410
8411fi;
8412
8413 eval "$ac_cv_use_splitter"
8414 if test "$no_cache" != 1; then
8415 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8416 fi
8417
8418 if test "$wxUSE_SPLITTER" = yes; then
8419 echo "$as_me:$LINENO: result: yes" >&5
8420echo "${ECHO_T}yes" >&6
8421 else
8422 echo "$as_me:$LINENO: result: no" >&5
8423echo "${ECHO_T}no" >&6
8424 fi
8425
8426
8427 enablestring=
8428 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8429echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8430 no_cache=0
8431 # Check whether --enable-statbmp or --disable-statbmp was given.
8432if test "${enable_statbmp+set}" = set; then
8433 enableval="$enable_statbmp"
8434
8435 if test "$enableval" = yes; then
8436 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8437 else
8438 ac_cv_use_statbmp='wxUSE_STATBMP=no'
8439 fi
8440
8441else
8442
8443 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8444 if test "x$LINE" != x ; then
8445 eval "DEFAULT_$LINE"
8446 else
8447 no_cache=1
8448 fi
8449
8450 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8451
8452fi;
8453
8454 eval "$ac_cv_use_statbmp"
8455 if test "$no_cache" != 1; then
8456 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8457 fi
8458
8459 if test "$wxUSE_STATBMP" = yes; then
8460 echo "$as_me:$LINENO: result: yes" >&5
8461echo "${ECHO_T}yes" >&6
8462 else
8463 echo "$as_me:$LINENO: result: no" >&5
8464echo "${ECHO_T}no" >&6
8465 fi
8466
8467
8468 enablestring=
8469 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8470echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8471 no_cache=0
8472 # Check whether --enable-statbox or --disable-statbox was given.
8473if test "${enable_statbox+set}" = set; then
8474 enableval="$enable_statbox"
8475
8476 if test "$enableval" = yes; then
8477 ac_cv_use_statbox='wxUSE_STATBOX=yes'
8478 else
8479 ac_cv_use_statbox='wxUSE_STATBOX=no'
8480 fi
8481
8482else
8483
8484 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8485 if test "x$LINE" != x ; then
8486 eval "DEFAULT_$LINE"
8487 else
8488 no_cache=1
8489 fi
8490
8491 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8492
8493fi;
8494
8495 eval "$ac_cv_use_statbox"
8496 if test "$no_cache" != 1; then
8497 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8498 fi
8499
8500 if test "$wxUSE_STATBOX" = yes; then
8501 echo "$as_me:$LINENO: result: yes" >&5
8502echo "${ECHO_T}yes" >&6
8503 else
8504 echo "$as_me:$LINENO: result: no" >&5
8505echo "${ECHO_T}no" >&6
8506 fi
8507
8508
8509 enablestring=
8510 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8511echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8512 no_cache=0
8513 # Check whether --enable-statline or --disable-statline was given.
8514if test "${enable_statline+set}" = set; then
8515 enableval="$enable_statline"
8516
8517 if test "$enableval" = yes; then
8518 ac_cv_use_statline='wxUSE_STATLINE=yes'
8519 else
8520 ac_cv_use_statline='wxUSE_STATLINE=no'
8521 fi
8522
8523else
8524
8525 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8526 if test "x$LINE" != x ; then
8527 eval "DEFAULT_$LINE"
8528 else
8529 no_cache=1
8530 fi
8531
8532 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8533
8534fi;
8535
8536 eval "$ac_cv_use_statline"
8537 if test "$no_cache" != 1; then
8538 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8539 fi
8540
8541 if test "$wxUSE_STATLINE" = yes; then
8542 echo "$as_me:$LINENO: result: yes" >&5
8543echo "${ECHO_T}yes" >&6
8544 else
8545 echo "$as_me:$LINENO: result: no" >&5
8546echo "${ECHO_T}no" >&6
8547 fi
8548
8549
8550 enablestring=
8551 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8552echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8553 no_cache=0
8554 # Check whether --enable-stattext or --disable-stattext was given.
8555if test "${enable_stattext+set}" = set; then
8556 enableval="$enable_stattext"
8557
8558 if test "$enableval" = yes; then
8559 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8560 else
8561 ac_cv_use_stattext='wxUSE_STATTEXT=no'
8562 fi
8563
8564else
8565
8566 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8567 if test "x$LINE" != x ; then
8568 eval "DEFAULT_$LINE"
8569 else
8570 no_cache=1
8571 fi
8572
8573 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8574
8575fi;
8576
8577 eval "$ac_cv_use_stattext"
8578 if test "$no_cache" != 1; then
8579 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8580 fi
8581
8582 if test "$wxUSE_STATTEXT" = yes; then
8583 echo "$as_me:$LINENO: result: yes" >&5
8584echo "${ECHO_T}yes" >&6
8585 else
8586 echo "$as_me:$LINENO: result: no" >&5
8587echo "${ECHO_T}no" >&6
8588 fi
8589
8590
8591 enablestring=
8592 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8593echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8594 no_cache=0
8595 # Check whether --enable-statusbar or --disable-statusbar was given.
8596if test "${enable_statusbar+set}" = set; then
8597 enableval="$enable_statusbar"
8598
8599 if test "$enableval" = yes; then
8600 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8601 else
8602 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8603 fi
8604
8605else
8606
8607 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8608 if test "x$LINE" != x ; then
8609 eval "DEFAULT_$LINE"
8610 else
8611 no_cache=1
8612 fi
8613
8614 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8615
8616fi;
8617
8618 eval "$ac_cv_use_statusbar"
8619 if test "$no_cache" != 1; then
8620 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8621 fi
8622
8623 if test "$wxUSE_STATUSBAR" = yes; then
8624 echo "$as_me:$LINENO: result: yes" >&5
8625echo "${ECHO_T}yes" >&6
8626 else
8627 echo "$as_me:$LINENO: result: no" >&5
8628echo "${ECHO_T}no" >&6
8629 fi
8630
8631
8632 enablestring=
8633 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8634echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8635 no_cache=0
8636 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8637if test "${enable_tabdialog+set}" = set; then
8638 enableval="$enable_tabdialog"
8639
8640 if test "$enableval" = yes; then
8641 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8642 else
8643 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8644 fi
8645
8646else
8647
8648 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8649 if test "x$LINE" != x ; then
8650 eval "DEFAULT_$LINE"
8651 else
8652 no_cache=1
8653 fi
8654
8655 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8656
8657fi;
8658
8659 eval "$ac_cv_use_tabdialog"
8660 if test "$no_cache" != 1; then
8661 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8662 fi
8663
8664 if test "$wxUSE_TABDIALOG" = yes; then
8665 echo "$as_me:$LINENO: result: yes" >&5
8666echo "${ECHO_T}yes" >&6
8667 else
8668 echo "$as_me:$LINENO: result: no" >&5
8669echo "${ECHO_T}no" >&6
8670 fi
8671
8672
8673 enablestring=
8674 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8675echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8676 no_cache=0
8677 # Check whether --enable-textctrl or --disable-textctrl was given.
8678if test "${enable_textctrl+set}" = set; then
8679 enableval="$enable_textctrl"
8680
8681 if test "$enableval" = yes; then
8682 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8683 else
8684 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8685 fi
8686
8687else
8688
8689 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8690 if test "x$LINE" != x ; then
8691 eval "DEFAULT_$LINE"
8692 else
8693 no_cache=1
8694 fi
8695
8696 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8697
8698fi;
8699
8700 eval "$ac_cv_use_textctrl"
8701 if test "$no_cache" != 1; then
8702 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8703 fi
8704
8705 if test "$wxUSE_TEXTCTRL" = yes; then
8706 echo "$as_me:$LINENO: result: yes" >&5
8707echo "${ECHO_T}yes" >&6
8708 else
8709 echo "$as_me:$LINENO: result: no" >&5
8710echo "${ECHO_T}no" >&6
8711 fi
8712
8713
8714 enablestring=
8715 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8716echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8717 no_cache=0
8718 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8719if test "${enable_togglebtn+set}" = set; then
8720 enableval="$enable_togglebtn"
8721
8722 if test "$enableval" = yes; then
8723 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8724 else
8725 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8726 fi
8727
8728else
8729
8730 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8731 if test "x$LINE" != x ; then
8732 eval "DEFAULT_$LINE"
8733 else
8734 no_cache=1
8735 fi
8736
8737 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8738
8739fi;
8740
8741 eval "$ac_cv_use_togglebtn"
8742 if test "$no_cache" != 1; then
8743 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8744 fi
8745
8746 if test "$wxUSE_TOGGLEBTN" = yes; then
8747 echo "$as_me:$LINENO: result: yes" >&5
8748echo "${ECHO_T}yes" >&6
8749 else
8750 echo "$as_me:$LINENO: result: no" >&5
8751echo "${ECHO_T}no" >&6
8752 fi
8753
8754
8755 enablestring=
8756 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8757echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8758 no_cache=0
8759 # Check whether --enable-toolbar or --disable-toolbar was given.
8760if test "${enable_toolbar+set}" = set; then
8761 enableval="$enable_toolbar"
8762
8763 if test "$enableval" = yes; then
8764 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8765 else
8766 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8767 fi
8768
8769else
8770
8771 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8772 if test "x$LINE" != x ; then
8773 eval "DEFAULT_$LINE"
8774 else
8775 no_cache=1
8776 fi
8777
8778 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8779
8780fi;
8781
8782 eval "$ac_cv_use_toolbar"
8783 if test "$no_cache" != 1; then
8784 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8785 fi
8786
8787 if test "$wxUSE_TOOLBAR" = yes; then
8788 echo "$as_me:$LINENO: result: yes" >&5
8789echo "${ECHO_T}yes" >&6
8790 else
8791 echo "$as_me:$LINENO: result: no" >&5
8792echo "${ECHO_T}no" >&6
8793 fi
8794
8795
8796 enablestring=
8797 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8798echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8799 no_cache=0
8800 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8801if test "${enable_tbarnative+set}" = set; then
8802 enableval="$enable_tbarnative"
8803
8804 if test "$enableval" = yes; then
8805 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8806 else
8807 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8808 fi
8809
8810else
8811
8812 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8813 if test "x$LINE" != x ; then
8814 eval "DEFAULT_$LINE"
8815 else
8816 no_cache=1
8817 fi
8818
8819 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8820
8821fi;
8822
8823 eval "$ac_cv_use_tbarnative"
8824 if test "$no_cache" != 1; then
8825 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8826 fi
8827
8828 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8829 echo "$as_me:$LINENO: result: yes" >&5
8830echo "${ECHO_T}yes" >&6
8831 else
8832 echo "$as_me:$LINENO: result: no" >&5
8833echo "${ECHO_T}no" >&6
8834 fi
8835
8836
8837 enablestring=
8838 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8839echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8840 no_cache=0
8841 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8842if test "${enable_tbarsmpl+set}" = set; then
8843 enableval="$enable_tbarsmpl"
8844
8845 if test "$enableval" = yes; then
8846 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8847 else
8848 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8849 fi
8850
8851else
8852
8853 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8854 if test "x$LINE" != x ; then
8855 eval "DEFAULT_$LINE"
8856 else
8857 no_cache=1
8858 fi
8859
8860 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8861
8862fi;
8863
8864 eval "$ac_cv_use_tbarsmpl"
8865 if test "$no_cache" != 1; then
8866 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8867 fi
8868
8869 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8870 echo "$as_me:$LINENO: result: yes" >&5
8871echo "${ECHO_T}yes" >&6
8872 else
8873 echo "$as_me:$LINENO: result: no" >&5
8874echo "${ECHO_T}no" >&6
8875 fi
8876
8877
8878 enablestring=
8879 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8880echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8881 no_cache=0
8882 # Check whether --enable-treectrl or --disable-treectrl was given.
8883if test "${enable_treectrl+set}" = set; then
8884 enableval="$enable_treectrl"
8885
8886 if test "$enableval" = yes; then
8887 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8888 else
8889 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8890 fi
8891
8892else
8893
8894 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8895 if test "x$LINE" != x ; then
8896 eval "DEFAULT_$LINE"
8897 else
8898 no_cache=1
8899 fi
8900
8901 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8902
8903fi;
8904
8905 eval "$ac_cv_use_treectrl"
8906 if test "$no_cache" != 1; then
8907 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8908 fi
8909
8910 if test "$wxUSE_TREECTRL" = yes; then
8911 echo "$as_me:$LINENO: result: yes" >&5
8912echo "${ECHO_T}yes" >&6
8913 else
8914 echo "$as_me:$LINENO: result: no" >&5
8915echo "${ECHO_T}no" >&6
8916 fi
8917
8918
8919 enablestring=
8920 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8921echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8922 no_cache=0
8923 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8924if test "${enable_tipwindow+set}" = set; then
8925 enableval="$enable_tipwindow"
8926
8927 if test "$enableval" = yes; then
8928 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8929 else
8930 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8931 fi
8932
8933else
8934
8935 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8936 if test "x$LINE" != x ; then
8937 eval "DEFAULT_$LINE"
8938 else
8939 no_cache=1
8940 fi
8941
8942 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8943
8944fi;
8945
8946 eval "$ac_cv_use_tipwindow"
8947 if test "$no_cache" != 1; then
8948 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8949 fi
8950
8951 if test "$wxUSE_TIPWINDOW" = yes; then
8952 echo "$as_me:$LINENO: result: yes" >&5
8953echo "${ECHO_T}yes" >&6
8954 else
8955 echo "$as_me:$LINENO: result: no" >&5
8956echo "${ECHO_T}no" >&6
8957 fi
8958
8959
8960 enablestring=
8961 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8962echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8963 no_cache=0
8964 # Check whether --enable-popupwin or --disable-popupwin was given.
8965if test "${enable_popupwin+set}" = set; then
8966 enableval="$enable_popupwin"
8967
8968 if test "$enableval" = yes; then
8969 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8970 else
8971 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8972 fi
8973
8974else
8975
8976 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8977 if test "x$LINE" != x ; then
8978 eval "DEFAULT_$LINE"
8979 else
8980 no_cache=1
8981 fi
8982
8983 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
8984
8985fi;
8986
8987 eval "$ac_cv_use_popupwin"
8988 if test "$no_cache" != 1; then
8989 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8990 fi
8991
8992 if test "$wxUSE_POPUPWIN" = yes; then
8993 echo "$as_me:$LINENO: result: yes" >&5
8994echo "${ECHO_T}yes" >&6
8995 else
8996 echo "$as_me:$LINENO: result: no" >&5
8997echo "${ECHO_T}no" >&6
8998 fi
8999
9000
9001
9002
9003 enablestring=
9004 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9005echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9006 no_cache=0
9007 # Check whether --enable-commondlg or --disable-commondlg was given.
9008if test "${enable_commondlg+set}" = set; then
9009 enableval="$enable_commondlg"
9010
9011 if test "$enableval" = yes; then
9012 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9013 else
9014 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9015 fi
9016
9017else
9018
9019 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9020 if test "x$LINE" != x ; then
9021 eval "DEFAULT_$LINE"
9022 else
9023 no_cache=1
9024 fi
9025
9026 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9027
9028fi;
9029
9030 eval "$ac_cv_use_commondlg"
9031 if test "$no_cache" != 1; then
9032 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9033 fi
9034
9035 if test "$wxUSE_COMMONDLGS" = yes; then
9036 echo "$as_me:$LINENO: result: yes" >&5
9037echo "${ECHO_T}yes" >&6
9038 else
9039 echo "$as_me:$LINENO: result: no" >&5
9040echo "${ECHO_T}no" >&6
9041 fi
9042
9043
9044 enablestring=
9045 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9046echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9047 no_cache=0
9048 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9049if test "${enable_choicedlg+set}" = set; then
9050 enableval="$enable_choicedlg"
9051
9052 if test "$enableval" = yes; then
9053 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9054 else
9055 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9056 fi
9057
9058else
9059
9060 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9061 if test "x$LINE" != x ; then
9062 eval "DEFAULT_$LINE"
9063 else
9064 no_cache=1
9065 fi
9066
9067 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9068
9069fi;
9070
9071 eval "$ac_cv_use_choicedlg"
9072 if test "$no_cache" != 1; then
9073 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9074 fi
9075
9076 if test "$wxUSE_CHOICEDLG" = yes; then
9077 echo "$as_me:$LINENO: result: yes" >&5
9078echo "${ECHO_T}yes" >&6
9079 else
9080 echo "$as_me:$LINENO: result: no" >&5
9081echo "${ECHO_T}no" >&6
9082 fi
9083
9084
9085 enablestring=
9086 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9087echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9088 no_cache=0
9089 # Check whether --enable-coldlg or --disable-coldlg was given.
9090if test "${enable_coldlg+set}" = set; then
9091 enableval="$enable_coldlg"
9092
9093 if test "$enableval" = yes; then
9094 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9095 else
9096 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9097 fi
9098
9099else
9100
9101 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9102 if test "x$LINE" != x ; then
9103 eval "DEFAULT_$LINE"
9104 else
9105 no_cache=1
9106 fi
9107
9108 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9109
9110fi;
9111
9112 eval "$ac_cv_use_coldlg"
9113 if test "$no_cache" != 1; then
9114 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9115 fi
9116
9117 if test "$wxUSE_COLOURDLG" = yes; then
9118 echo "$as_me:$LINENO: result: yes" >&5
9119echo "${ECHO_T}yes" >&6
9120 else
9121 echo "$as_me:$LINENO: result: no" >&5
9122echo "${ECHO_T}no" >&6
9123 fi
9124
9125
9126 enablestring=
9127 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9128echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9129 no_cache=0
9130 # Check whether --enable-filedlg or --disable-filedlg was given.
9131if test "${enable_filedlg+set}" = set; then
9132 enableval="$enable_filedlg"
9133
9134 if test "$enableval" = yes; then
9135 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9136 else
9137 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9138 fi
9139
9140else
9141
9142 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9143 if test "x$LINE" != x ; then
9144 eval "DEFAULT_$LINE"
9145 else
9146 no_cache=1
9147 fi
9148
9149 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9150
9151fi;
9152
9153 eval "$ac_cv_use_filedlg"
9154 if test "$no_cache" != 1; then
9155 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9156 fi
9157
9158 if test "$wxUSE_FILEDLG" = yes; then
9159 echo "$as_me:$LINENO: result: yes" >&5
9160echo "${ECHO_T}yes" >&6
9161 else
9162 echo "$as_me:$LINENO: result: no" >&5
9163echo "${ECHO_T}no" >&6
9164 fi
9165
9166
9167 enablestring=
9168 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9169echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9170 no_cache=0
9171 # Check whether --enable-finddlg or --disable-finddlg was given.
9172if test "${enable_finddlg+set}" = set; then
9173 enableval="$enable_finddlg"
9174
9175 if test "$enableval" = yes; then
9176 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
9177 else
9178 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
9179 fi
9180
9181else
9182
9183 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9184 if test "x$LINE" != x ; then
9185 eval "DEFAULT_$LINE"
9186 else
9187 no_cache=1
9188 fi
9189
9190 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9191
9192fi;
9193
9194 eval "$ac_cv_use_finddlg"
9195 if test "$no_cache" != 1; then
9196 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9197 fi
9198
9199 if test "$wxUSE_FINDREPLDLG" = yes; then
9200 echo "$as_me:$LINENO: result: yes" >&5
9201echo "${ECHO_T}yes" >&6
9202 else
9203 echo "$as_me:$LINENO: result: no" >&5
9204echo "${ECHO_T}no" >&6
9205 fi
9206
9207
9208 enablestring=
9209 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9210echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9211 no_cache=0
9212 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9213if test "${enable_fontdlg+set}" = set; then
9214 enableval="$enable_fontdlg"
9215
9216 if test "$enableval" = yes; then
9217 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
9218 else
9219 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
9220 fi
9221
9222else
9223
9224 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9225 if test "x$LINE" != x ; then
9226 eval "DEFAULT_$LINE"
9227 else
9228 no_cache=1
9229 fi
9230
9231 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9232
9233fi;
9234
9235 eval "$ac_cv_use_fontdlg"
9236 if test "$no_cache" != 1; then
9237 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9238 fi
9239
9240 if test "$wxUSE_FONTDLG" = yes; then
9241 echo "$as_me:$LINENO: result: yes" >&5
9242echo "${ECHO_T}yes" >&6
9243 else
9244 echo "$as_me:$LINENO: result: no" >&5
9245echo "${ECHO_T}no" >&6
9246 fi
9247
9248
9249 enablestring=
9250 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9251echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9252 no_cache=0
9253 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9254if test "${enable_dirdlg+set}" = set; then
9255 enableval="$enable_dirdlg"
9256
9257 if test "$enableval" = yes; then
9258 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
9259 else
9260 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
9261 fi
9262
9263else
9264
9265 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9266 if test "x$LINE" != x ; then
9267 eval "DEFAULT_$LINE"
9268 else
9269 no_cache=1
9270 fi
9271
9272 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9273
9274fi;
9275
9276 eval "$ac_cv_use_dirdlg"
9277 if test "$no_cache" != 1; then
9278 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9279 fi
9280
9281 if test "$wxUSE_DIRDLG" = yes; then
9282 echo "$as_me:$LINENO: result: yes" >&5
9283echo "${ECHO_T}yes" >&6
9284 else
9285 echo "$as_me:$LINENO: result: no" >&5
9286echo "${ECHO_T}no" >&6
9287 fi
9288
9289
9290 enablestring=
9291 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9292echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9293 no_cache=0
9294 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9295if test "${enable_msgdlg+set}" = set; then
9296 enableval="$enable_msgdlg"
9297
9298 if test "$enableval" = yes; then
9299 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
9300 else
9301 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
9302 fi
9303
9304else
9305
9306 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9307 if test "x$LINE" != x ; then
9308 eval "DEFAULT_$LINE"
9309 else
9310 no_cache=1
9311 fi
9312
9313 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9314
9315fi;
9316
9317 eval "$ac_cv_use_msgdlg"
9318 if test "$no_cache" != 1; then
9319 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9320 fi
9321
9322 if test "$wxUSE_MSGDLG" = yes; then
9323 echo "$as_me:$LINENO: result: yes" >&5
9324echo "${ECHO_T}yes" >&6
9325 else
9326 echo "$as_me:$LINENO: result: no" >&5
9327echo "${ECHO_T}no" >&6
9328 fi
9329
9330
9331 enablestring=
9332 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9333echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9334 no_cache=0
9335 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9336if test "${enable_numberdlg+set}" = set; then
9337 enableval="$enable_numberdlg"
9338
9339 if test "$enableval" = yes; then
9340 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
9341 else
9342 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9343 fi
9344
9345else
9346
9347 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9348 if test "x$LINE" != x ; then
9349 eval "DEFAULT_$LINE"
9350 else
9351 no_cache=1
9352 fi
9353
9354 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9355
9356fi;
9357
9358 eval "$ac_cv_use_numberdlg"
9359 if test "$no_cache" != 1; then
9360 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9361 fi
9362
9363 if test "$wxUSE_NUMBERDLG" = yes; then
9364 echo "$as_me:$LINENO: result: yes" >&5
9365echo "${ECHO_T}yes" >&6
9366 else
9367 echo "$as_me:$LINENO: result: no" >&5
9368echo "${ECHO_T}no" >&6
9369 fi
9370
9371
9372 enablestring=
9373 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9374echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9375 no_cache=0
9376 # Check whether --enable-splash or --disable-splash was given.
9377if test "${enable_splash+set}" = set; then
9378 enableval="$enable_splash"
9379
9380 if test "$enableval" = yes; then
9381 ac_cv_use_splash='wxUSE_SPLASH=yes'
9382 else
9383 ac_cv_use_splash='wxUSE_SPLASH=no'
9384 fi
9385
9386else
9387
9388 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9389 if test "x$LINE" != x ; then
9390 eval "DEFAULT_$LINE"
9391 else
9392 no_cache=1
9393 fi
9394
9395 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9396
9397fi;
9398
9399 eval "$ac_cv_use_splash"
9400 if test "$no_cache" != 1; then
9401 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9402 fi
9403
9404 if test "$wxUSE_SPLASH" = yes; then
9405 echo "$as_me:$LINENO: result: yes" >&5
9406echo "${ECHO_T}yes" >&6
9407 else
9408 echo "$as_me:$LINENO: result: no" >&5
9409echo "${ECHO_T}no" >&6
9410 fi
9411
9412
9413 enablestring=
9414 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9415echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9416 no_cache=0
9417 # Check whether --enable-textdlg or --disable-textdlg was given.
9418if test "${enable_textdlg+set}" = set; then
9419 enableval="$enable_textdlg"
9420
9421 if test "$enableval" = yes; then
9422 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9423 else
9424 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9425 fi
9426
9427else
9428
9429 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9430 if test "x$LINE" != x ; then
9431 eval "DEFAULT_$LINE"
9432 else
9433 no_cache=1
9434 fi
9435
9436 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9437
9438fi;
9439
9440 eval "$ac_cv_use_textdlg"
9441 if test "$no_cache" != 1; then
9442 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9443 fi
9444
9445 if test "$wxUSE_TEXTDLG" = yes; then
9446 echo "$as_me:$LINENO: result: yes" >&5
9447echo "${ECHO_T}yes" >&6
9448 else
9449 echo "$as_me:$LINENO: result: no" >&5
9450echo "${ECHO_T}no" >&6
9451 fi
9452
9453
9454 enablestring=
9455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9456echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9457 no_cache=0
9458 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9459if test "${enable_tipdlg+set}" = set; then
9460 enableval="$enable_tipdlg"
9461
9462 if test "$enableval" = yes; then
9463 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9464 else
9465 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9466 fi
9467
9468else
9469
9470 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9471 if test "x$LINE" != x ; then
9472 eval "DEFAULT_$LINE"
9473 else
9474 no_cache=1
9475 fi
9476
9477 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9478
9479fi;
9480
9481 eval "$ac_cv_use_tipdlg"
9482 if test "$no_cache" != 1; then
9483 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9484 fi
9485
9486 if test "$wxUSE_STARTUP_TIPS" = yes; then
9487 echo "$as_me:$LINENO: result: yes" >&5
9488echo "${ECHO_T}yes" >&6
9489 else
9490 echo "$as_me:$LINENO: result: no" >&5
9491echo "${ECHO_T}no" >&6
9492 fi
9493
9494
9495 enablestring=
9496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9497echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9498 no_cache=0
9499 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9500if test "${enable_progressdlg+set}" = set; then
9501 enableval="$enable_progressdlg"
9502
9503 if test "$enableval" = yes; then
9504 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9505 else
9506 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9507 fi
9508
9509else
9510
9511 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9512 if test "x$LINE" != x ; then
9513 eval "DEFAULT_$LINE"
9514 else
9515 no_cache=1
9516 fi
9517
9518 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9519
9520fi;
9521
9522 eval "$ac_cv_use_progressdlg"
9523 if test "$no_cache" != 1; then
9524 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9525 fi
9526
9527 if test "$wxUSE_PROGRESSDLG" = yes; then
9528 echo "$as_me:$LINENO: result: yes" >&5
9529echo "${ECHO_T}yes" >&6
9530 else
9531 echo "$as_me:$LINENO: result: no" >&5
9532echo "${ECHO_T}no" >&6
9533 fi
9534
9535
9536 enablestring=
9537 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9538echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9539 no_cache=0
9540 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9541if test "${enable_wizarddlg+set}" = set; then
9542 enableval="$enable_wizarddlg"
9543
9544 if test "$enableval" = yes; then
9545 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9546 else
9547 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9548 fi
9549
9550else
9551
9552 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9553 if test "x$LINE" != x ; then
9554 eval "DEFAULT_$LINE"
9555 else
9556 no_cache=1
9557 fi
9558
9559 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9560
9561fi;
9562
9563 eval "$ac_cv_use_wizarddlg"
9564 if test "$no_cache" != 1; then
9565 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9566 fi
9567
9568 if test "$wxUSE_WIZARDDLG" = yes; then
9569 echo "$as_me:$LINENO: result: yes" >&5
9570echo "${ECHO_T}yes" >&6
9571 else
9572 echo "$as_me:$LINENO: result: no" >&5
9573echo "${ECHO_T}no" >&6
9574 fi
9575
9576
9577
9578
9579 enablestring=
9580 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9581echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9582 no_cache=0
9583 # Check whether --enable-menus or --disable-menus was given.
9584if test "${enable_menus+set}" = set; then
9585 enableval="$enable_menus"
9586
9587 if test "$enableval" = yes; then
9588 ac_cv_use_menus='wxUSE_MENUS=yes'
9589 else
9590 ac_cv_use_menus='wxUSE_MENUS=no'
9591 fi
9592
9593else
9594
9595 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9596 if test "x$LINE" != x ; then
9597 eval "DEFAULT_$LINE"
9598 else
9599 no_cache=1
9600 fi
9601
9602 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9603
9604fi;
9605
9606 eval "$ac_cv_use_menus"
9607 if test "$no_cache" != 1; then
9608 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9609 fi
9610
9611 if test "$wxUSE_MENUS" = yes; then
9612 echo "$as_me:$LINENO: result: yes" >&5
9613echo "${ECHO_T}yes" >&6
9614 else
9615 echo "$as_me:$LINENO: result: no" >&5
9616echo "${ECHO_T}no" >&6
9617 fi
9618
9619
9620 enablestring=
9621 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9622echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9623 no_cache=0
9624 # Check whether --enable-miniframe or --disable-miniframe was given.
9625if test "${enable_miniframe+set}" = set; then
9626 enableval="$enable_miniframe"
9627
9628 if test "$enableval" = yes; then
9629 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9630 else
9631 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9632 fi
9633
9634else
9635
9636 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9637 if test "x$LINE" != x ; then
9638 eval "DEFAULT_$LINE"
9639 else
9640 no_cache=1
9641 fi
9642
9643 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9644
9645fi;
9646
9647 eval "$ac_cv_use_miniframe"
9648 if test "$no_cache" != 1; then
9649 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9650 fi
9651
9652 if test "$wxUSE_MINIFRAME" = yes; then
9653 echo "$as_me:$LINENO: result: yes" >&5
9654echo "${ECHO_T}yes" >&6
9655 else
9656 echo "$as_me:$LINENO: result: no" >&5
9657echo "${ECHO_T}no" >&6
9658 fi
9659
9660
9661 enablestring=
9662 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9663echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9664 no_cache=0
9665 # Check whether --enable-tooltips or --disable-tooltips was given.
9666if test "${enable_tooltips+set}" = set; then
9667 enableval="$enable_tooltips"
9668
9669 if test "$enableval" = yes; then
9670 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9671 else
9672 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9673 fi
9674
9675else
9676
9677 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9678 if test "x$LINE" != x ; then
9679 eval "DEFAULT_$LINE"
9680 else
9681 no_cache=1
9682 fi
9683
9684 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9685
9686fi;
9687
9688 eval "$ac_cv_use_tooltips"
9689 if test "$no_cache" != 1; then
9690 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9691 fi
9692
9693 if test "$wxUSE_TOOLTIPS" = yes; then
9694 echo "$as_me:$LINENO: result: yes" >&5
9695echo "${ECHO_T}yes" >&6
9696 else
9697 echo "$as_me:$LINENO: result: no" >&5
9698echo "${ECHO_T}no" >&6
9699 fi
9700
9701
9702 enablestring=
9703 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9704echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9705 no_cache=0
9706 # Check whether --enable-splines or --disable-splines was given.
9707if test "${enable_splines+set}" = set; then
9708 enableval="$enable_splines"
9709
9710 if test "$enableval" = yes; then
9711 ac_cv_use_splines='wxUSE_SPLINES=yes'
9712 else
9713 ac_cv_use_splines='wxUSE_SPLINES=no'
9714 fi
9715
9716else
9717
9718 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9719 if test "x$LINE" != x ; then
9720 eval "DEFAULT_$LINE"
9721 else
9722 no_cache=1
9723 fi
9724
9725 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9726
9727fi;
9728
9729 eval "$ac_cv_use_splines"
9730 if test "$no_cache" != 1; then
9731 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9732 fi
9733
9734 if test "$wxUSE_SPLINES" = yes; then
9735 echo "$as_me:$LINENO: result: yes" >&5
9736echo "${ECHO_T}yes" >&6
9737 else
9738 echo "$as_me:$LINENO: result: no" >&5
9739echo "${ECHO_T}no" >&6
9740 fi
9741
9742
9743 enablestring=
9744 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9745echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9746 no_cache=0
9747 # Check whether --enable-validators or --disable-validators was given.
9748if test "${enable_validators+set}" = set; then
9749 enableval="$enable_validators"
9750
9751 if test "$enableval" = yes; then
9752 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9753 else
9754 ac_cv_use_validators='wxUSE_VALIDATORS=no'
9755 fi
9756
9757else
9758
9759 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9760 if test "x$LINE" != x ; then
9761 eval "DEFAULT_$LINE"
9762 else
9763 no_cache=1
9764 fi
9765
9766 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9767
9768fi;
9769
9770 eval "$ac_cv_use_validators"
9771 if test "$no_cache" != 1; then
9772 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9773 fi
9774
9775 if test "$wxUSE_VALIDATORS" = yes; then
9776 echo "$as_me:$LINENO: result: yes" >&5
9777echo "${ECHO_T}yes" >&6
9778 else
9779 echo "$as_me:$LINENO: result: no" >&5
9780echo "${ECHO_T}no" >&6
9781 fi
9782
9783
9784 enablestring=
9785 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9786echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9787 no_cache=0
9788 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9789if test "${enable_busyinfo+set}" = set; then
9790 enableval="$enable_busyinfo"
9791
9792 if test "$enableval" = yes; then
9793 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9794 else
9795 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9796 fi
9797
9798else
9799
9800 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9801 if test "x$LINE" != x ; then
9802 eval "DEFAULT_$LINE"
9803 else
9804 no_cache=1
9805 fi
9806
9807 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9808
9809fi;
9810
9811 eval "$ac_cv_use_busyinfo"
9812 if test "$no_cache" != 1; then
9813 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9814 fi
9815
9816 if test "$wxUSE_BUSYINFO" = yes; then
9817 echo "$as_me:$LINENO: result: yes" >&5
9818echo "${ECHO_T}yes" >&6
9819 else
9820 echo "$as_me:$LINENO: result: no" >&5
9821echo "${ECHO_T}no" >&6
9822 fi
9823
9824
9825 enablestring=
9826 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9827echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9828 no_cache=0
9829 # Check whether --enable-joystick or --disable-joystick was given.
9830if test "${enable_joystick+set}" = set; then
9831 enableval="$enable_joystick"
9832
9833 if test "$enableval" = yes; then
9834 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
9835 else
9836 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
9837 fi
9838
9839else
9840
9841 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9842 if test "x$LINE" != x ; then
9843 eval "DEFAULT_$LINE"
9844 else
9845 no_cache=1
9846 fi
9847
9848 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9849
9850fi;
9851
9852 eval "$ac_cv_use_joystick"
9853 if test "$no_cache" != 1; then
9854 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9855 fi
9856
9857 if test "$wxUSE_JOYSTICK" = yes; then
9858 echo "$as_me:$LINENO: result: yes" >&5
9859echo "${ECHO_T}yes" >&6
9860 else
9861 echo "$as_me:$LINENO: result: no" >&5
9862echo "${ECHO_T}no" >&6
9863 fi
9864
9865
9866 enablestring=
9867 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9868echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9869 no_cache=0
9870 # Check whether --enable-metafile or --disable-metafile was given.
9871if test "${enable_metafile+set}" = set; then
9872 enableval="$enable_metafile"
9873
9874 if test "$enableval" = yes; then
9875 ac_cv_use_metafile='wxUSE_METAFILE=yes'
9876 else
9877 ac_cv_use_metafile='wxUSE_METAFILE=no'
9878 fi
9879
9880else
9881
9882 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9883 if test "x$LINE" != x ; then
9884 eval "DEFAULT_$LINE"
9885 else
9886 no_cache=1
9887 fi
9888
9889 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9890
9891fi;
9892
9893 eval "$ac_cv_use_metafile"
9894 if test "$no_cache" != 1; then
9895 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9896 fi
9897
9898 if test "$wxUSE_METAFILE" = yes; then
9899 echo "$as_me:$LINENO: result: yes" >&5
9900echo "${ECHO_T}yes" >&6
9901 else
9902 echo "$as_me:$LINENO: result: no" >&5
9903echo "${ECHO_T}no" >&6
9904 fi
9905
9906
9907 enablestring=
9908 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9909echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9910 no_cache=0
9911 # Check whether --enable-dragimage or --disable-dragimage was given.
9912if test "${enable_dragimage+set}" = set; then
9913 enableval="$enable_dragimage"
9914
9915 if test "$enableval" = yes; then
9916 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9917 else
9918 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9919 fi
9920
9921else
9922
9923 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9924 if test "x$LINE" != x ; then
9925 eval "DEFAULT_$LINE"
9926 else
9927 no_cache=1
9928 fi
9929
9930 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9931
9932fi;
9933
9934 eval "$ac_cv_use_dragimage"
9935 if test "$no_cache" != 1; then
9936 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9937 fi
9938
9939 if test "$wxUSE_DRAGIMAGE" = yes; then
9940 echo "$as_me:$LINENO: result: yes" >&5
9941echo "${ECHO_T}yes" >&6
9942 else
9943 echo "$as_me:$LINENO: result: no" >&5
9944echo "${ECHO_T}no" >&6
9945 fi
9946
9947
9948 enablestring=
9949 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9950echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9951 no_cache=0
9952 # Check whether --enable-accessibility or --disable-accessibility was given.
9953if test "${enable_accessibility+set}" = set; then
9954 enableval="$enable_accessibility"
9955
9956 if test "$enableval" = yes; then
9957 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
9958 else
9959 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
9960 fi
9961
9962else
9963
9964 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9965 if test "x$LINE" != x ; then
9966 eval "DEFAULT_$LINE"
9967 else
9968 no_cache=1
9969 fi
9970
9971 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
9972
9973fi;
9974
9975 eval "$ac_cv_use_accessibility"
9976 if test "$no_cache" != 1; then
9977 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9978 fi
9979
9980 if test "$wxUSE_ACCESSIBILITY" = yes; then
9981 echo "$as_me:$LINENO: result: yes" >&5
9982echo "${ECHO_T}yes" >&6
9983 else
9984 echo "$as_me:$LINENO: result: no" >&5
9985echo "${ECHO_T}no" >&6
9986 fi
9987
9988
9989
9990
9991 enablestring=
9992 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9993echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9994 no_cache=0
9995 # Check whether --enable-palette or --disable-palette was given.
9996if test "${enable_palette+set}" = set; then
9997 enableval="$enable_palette"
9998
9999 if test "$enableval" = yes; then
10000 ac_cv_use_palette='wxUSE_PALETTE=yes'
10001 else
10002 ac_cv_use_palette='wxUSE_PALETTE=no'
10003 fi
10004
10005else
10006
10007 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10008 if test "x$LINE" != x ; then
10009 eval "DEFAULT_$LINE"
10010 else
10011 no_cache=1
10012 fi
10013
10014 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10015
10016fi;
10017
10018 eval "$ac_cv_use_palette"
10019 if test "$no_cache" != 1; then
10020 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10021 fi
10022
10023 if test "$wxUSE_PALETTE" = yes; then
10024 echo "$as_me:$LINENO: result: yes" >&5
10025echo "${ECHO_T}yes" >&6
10026 else
10027 echo "$as_me:$LINENO: result: no" >&5
10028echo "${ECHO_T}no" >&6
10029 fi
10030
10031
10032 enablestring=
10033 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10034echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10035 no_cache=0
10036 # Check whether --enable-image or --disable-image was given.
10037if test "${enable_image+set}" = set; then
10038 enableval="$enable_image"
10039
10040 if test "$enableval" = yes; then
10041 ac_cv_use_image='wxUSE_IMAGE=yes'
10042 else
10043 ac_cv_use_image='wxUSE_IMAGE=no'
10044 fi
10045
10046else
10047
10048 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10049 if test "x$LINE" != x ; then
10050 eval "DEFAULT_$LINE"
10051 else
10052 no_cache=1
10053 fi
10054
10055 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10056
10057fi;
10058
10059 eval "$ac_cv_use_image"
10060 if test "$no_cache" != 1; then
10061 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10062 fi
10063
10064 if test "$wxUSE_IMAGE" = yes; then
10065 echo "$as_me:$LINENO: result: yes" >&5
10066echo "${ECHO_T}yes" >&6
10067 else
10068 echo "$as_me:$LINENO: result: no" >&5
10069echo "${ECHO_T}no" >&6
10070 fi
10071
10072
10073 enablestring=
10074 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10075echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10076 no_cache=0
10077 # Check whether --enable-gif or --disable-gif was given.
10078if test "${enable_gif+set}" = set; then
10079 enableval="$enable_gif"
10080
10081 if test "$enableval" = yes; then
10082 ac_cv_use_gif='wxUSE_GIF=yes'
10083 else
10084 ac_cv_use_gif='wxUSE_GIF=no'
10085 fi
10086
10087else
10088
10089 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10090 if test "x$LINE" != x ; then
10091 eval "DEFAULT_$LINE"
10092 else
10093 no_cache=1
10094 fi
10095
10096 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10097
10098fi;
10099
10100 eval "$ac_cv_use_gif"
10101 if test "$no_cache" != 1; then
10102 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10103 fi
10104
10105 if test "$wxUSE_GIF" = yes; then
10106 echo "$as_me:$LINENO: result: yes" >&5
10107echo "${ECHO_T}yes" >&6
10108 else
10109 echo "$as_me:$LINENO: result: no" >&5
10110echo "${ECHO_T}no" >&6
10111 fi
10112
10113
10114 enablestring=
10115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10116echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10117 no_cache=0
10118 # Check whether --enable-pcx or --disable-pcx was given.
10119if test "${enable_pcx+set}" = set; then
10120 enableval="$enable_pcx"
10121
10122 if test "$enableval" = yes; then
10123 ac_cv_use_pcx='wxUSE_PCX=yes'
10124 else
10125 ac_cv_use_pcx='wxUSE_PCX=no'
10126 fi
10127
10128else
10129
10130 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10131 if test "x$LINE" != x ; then
10132 eval "DEFAULT_$LINE"
10133 else
10134 no_cache=1
10135 fi
10136
10137 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10138
10139fi;
10140
10141 eval "$ac_cv_use_pcx"
10142 if test "$no_cache" != 1; then
10143 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10144 fi
10145
10146 if test "$wxUSE_PCX" = yes; then
10147 echo "$as_me:$LINENO: result: yes" >&5
10148echo "${ECHO_T}yes" >&6
10149 else
10150 echo "$as_me:$LINENO: result: no" >&5
10151echo "${ECHO_T}no" >&6
10152 fi
10153
10154
10155 enablestring=
10156 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10157echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10158 no_cache=0
10159 # Check whether --enable-iff or --disable-iff was given.
10160if test "${enable_iff+set}" = set; then
10161 enableval="$enable_iff"
10162
10163 if test "$enableval" = yes; then
10164 ac_cv_use_iff='wxUSE_IFF=yes'
10165 else
10166 ac_cv_use_iff='wxUSE_IFF=no'
10167 fi
10168
10169else
10170
10171 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10172 if test "x$LINE" != x ; then
10173 eval "DEFAULT_$LINE"
10174 else
10175 no_cache=1
10176 fi
10177
10178 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10179
10180fi;
10181
10182 eval "$ac_cv_use_iff"
10183 if test "$no_cache" != 1; then
10184 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10185 fi
10186
10187 if test "$wxUSE_IFF" = yes; then
10188 echo "$as_me:$LINENO: result: yes" >&5
10189echo "${ECHO_T}yes" >&6
10190 else
10191 echo "$as_me:$LINENO: result: no" >&5
10192echo "${ECHO_T}no" >&6
10193 fi
10194
10195
10196 enablestring=
10197 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10198echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10199 no_cache=0
10200 # Check whether --enable-pnm or --disable-pnm was given.
10201if test "${enable_pnm+set}" = set; then
10202 enableval="$enable_pnm"
10203
10204 if test "$enableval" = yes; then
10205 ac_cv_use_pnm='wxUSE_PNM=yes'
10206 else
10207 ac_cv_use_pnm='wxUSE_PNM=no'
10208 fi
10209
10210else
10211
10212 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10213 if test "x$LINE" != x ; then
10214 eval "DEFAULT_$LINE"
10215 else
10216 no_cache=1
10217 fi
10218
10219 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10220
10221fi;
10222
10223 eval "$ac_cv_use_pnm"
10224 if test "$no_cache" != 1; then
10225 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10226 fi
10227
10228 if test "$wxUSE_PNM" = yes; then
10229 echo "$as_me:$LINENO: result: yes" >&5
10230echo "${ECHO_T}yes" >&6
10231 else
10232 echo "$as_me:$LINENO: result: no" >&5
10233echo "${ECHO_T}no" >&6
10234 fi
10235
10236
10237 enablestring=
10238 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10239echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10240 no_cache=0
10241 # Check whether --enable-xpm or --disable-xpm was given.
10242if test "${enable_xpm+set}" = set; then
10243 enableval="$enable_xpm"
10244
10245 if test "$enableval" = yes; then
10246 ac_cv_use_xpm='wxUSE_XPM=yes'
10247 else
10248 ac_cv_use_xpm='wxUSE_XPM=no'
10249 fi
10250
10251else
10252
10253 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10254 if test "x$LINE" != x ; then
10255 eval "DEFAULT_$LINE"
10256 else
10257 no_cache=1
10258 fi
10259
10260 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10261
10262fi;
10263
10264 eval "$ac_cv_use_xpm"
10265 if test "$no_cache" != 1; then
10266 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10267 fi
10268
10269 if test "$wxUSE_XPM" = yes; then
10270 echo "$as_me:$LINENO: result: yes" >&5
10271echo "${ECHO_T}yes" >&6
10272 else
10273 echo "$as_me:$LINENO: result: no" >&5
10274echo "${ECHO_T}no" >&6
10275 fi
10276
10277
10278 enablestring=
10279 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10280echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10281 no_cache=0
10282 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10283if test "${enable_ico_cur+set}" = set; then
10284 enableval="$enable_ico_cur"
10285
10286 if test "$enableval" = yes; then
10287 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10288 else
10289 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10290 fi
10291
10292else
10293
10294 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10295 if test "x$LINE" != x ; then
10296 eval "DEFAULT_$LINE"
10297 else
10298 no_cache=1
10299 fi
10300
10301 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10302
10303fi;
10304
10305 eval "$ac_cv_use_ico_cur"
10306 if test "$no_cache" != 1; then
10307 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10308 fi
10309
10310 if test "$wxUSE_ICO_CUR" = yes; then
10311 echo "$as_me:$LINENO: result: yes" >&5
10312echo "${ECHO_T}yes" >&6
10313 else
10314 echo "$as_me:$LINENO: result: no" >&5
10315echo "${ECHO_T}no" >&6
10316 fi
10317
10318
10319fi
10320
10321
10322
ceec2216
RL
10323# Check whether --with-flavour or --without-flavour was given.
10324if test "${with_flavour+set}" = set; then
10325 withval="$with_flavour"
10326 WX_FLAVOUR="$withval"
10327fi;
10328
10329
10330
a848cd7e
SC
10331 enablestring=
10332 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10333echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10334 no_cache=0
10335 # Check whether --enable-official_build or --disable-official_build was given.
10336if test "${enable_official_build+set}" = set; then
10337 enableval="$enable_official_build"
10338
10339 if test "$enableval" = yes; then
10340 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10341 else
10342 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10343 fi
10344
10345else
10346
10347 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10348 if test "x$LINE" != x ; then
10349 eval "DEFAULT_$LINE"
10350 else
10351 no_cache=1
10352 fi
10353
10354 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10355
10356fi;
10357
10358 eval "$ac_cv_use_official_build"
10359 if test "$no_cache" != 1; then
10360 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10361 fi
10362
10363 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10364 echo "$as_me:$LINENO: result: yes" >&5
10365echo "${ECHO_T}yes" >&6
10366 else
10367 echo "$as_me:$LINENO: result: no" >&5
10368echo "${ECHO_T}no" >&6
10369 fi
10370
10371# Check whether --enable-vendor or --disable-vendor was given.
10372if test "${enable_vendor+set}" = set; then
10373 enableval="$enable_vendor"
10374 VENDOR="$enableval"
10375fi;
10376if test "x$VENDOR" = "x"; then
10377 VENDOR="custom"
10378fi
10379
a848cd7e
SC
10380
10381
10382
10383 echo "saving argument cache $wx_arg_cache_file"
10384 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10385
10386
10387
10388echo "$as_me:$LINENO: checking for toolkit" >&5
10389echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10390
10391# In Wine, we need to default to MSW, not GTK or MOTIF
10392if test "$wxUSE_WINE" = "yes"; then
10393 DEFAULT_DEFAULT_wxUSE_GTK=0
10394 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10395 DEFAULT_DEFAULT_wxUSE_MSW=1
10396 wxUSE_SHARED=no
10397fi
10398
10399if test "$wxUSE_GUI" = "yes"; then
10400
10401 if test "$USE_BEOS" = 1; then
10402 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10403echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10404 { (exit 1); exit 1; }; }
10405 fi
10406
10407 if test "$TOOLKIT_GIVEN" = 1; then
10408 for toolkit in `echo $ALL_TOOLKITS`; do
10409 var=wxUSE_$toolkit
10410 eval "value=\$${var}"
10411 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
10412 done
10413 else
10414 for toolkit in `echo $ALL_TOOLKITS`; do
10415 if test "$has_toolkit_in_cache" != 1; then
10416 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10417 else
10418 var=DEFAULT_wxUSE_$toolkit
10419 fi
10420 eval "wxUSE_$toolkit=\$${var}"
10421 done
10422 fi
10423
10424 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10425 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10426 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10427
10428 case "${host}" in
10429 *-pc-os2_emx | *-pc-os2-emx )
10430 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10431 esac
10432
10433 case "$NUM_TOOLKITS" in
10434 1)
10435 ;;
10436 0)
10437 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10438echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10439 { (exit 1); exit 1; }; }
10440 ;;
10441 *)
10442 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10443echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10444 { (exit 1); exit 1; }; }
10445 esac
10446
10447 for toolkit in `echo $ALL_TOOLKITS`; do
10448 var=wxUSE_$toolkit
10449 eval "value=\$${var}"
10450 if test "x$value" != x; then
10451 cache_var=CACHE_$toolkit
10452 eval "cache=\$${cache_var}"
10453 if test "$cache" = 1; then
10454 echo "$var=$value" >> ${wx_arg_cache_file}
10455 fi
10456 if test "$value" = 1; then
10457 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10458 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10459echo "${ECHO_T}$toolkit_echo" >&6
10460 fi
10461 fi
10462 done
10463else
10464 if test "x$host_alias" != "x"; then
10465 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10466echo "${ECHO_T}base ($host_alias hosted) only" >&6
10467 else
10468 echo "$as_me:$LINENO: result: base only" >&5
10469echo "${ECHO_T}base only" >&6
10470 fi
10471fi
10472
10473wants_win32=0
10474doesnt_want_win32=0
10475case "${host}" in
10476 *-*-cygwin*)
10477 if test "$wxUSE_MSW" = 1 ; then
10478 wants_win32=1
10479 else
10480 doesnt_want_win32=1
10481 fi
10482 ;;
10483 *-*-mingw*)
10484 wants_win32=1
10485 ;;
10486esac
10487
10488if test "$wxUSE_WINE" = "yes"; then
10489 wants_win32=1
10490 CC=winegcc
10491 CXX=wineg++
10492 RESCOMP=wrc
10493 LDFLAGS_GUI="-mwindows"
10494fi
10495
10496if test "$wants_win32" = 1 ; then
10497 USE_UNIX=0
10498 USE_WIN32=1
10499 cat >>confdefs.h <<\_ACEOF
10500#define __WIN32__ 1
10501_ACEOF
10502
10503 cat >>confdefs.h <<\_ACEOF
10504#define __WIN95__ 1
10505_ACEOF
10506
10507 cat >>confdefs.h <<\_ACEOF
10508#define __WINDOWS__ 1
10509_ACEOF
10510
10511 cat >>confdefs.h <<\_ACEOF
10512#define __GNUWIN32__ 1
10513_ACEOF
10514
10515 cat >>confdefs.h <<\_ACEOF
10516#define STRICT 1
10517_ACEOF
10518
10519 cat >>confdefs.h <<\_ACEOF
10520#define WINVER 0x0400
10521_ACEOF
10522
10523fi
10524if test "$doesnt_want_win32" = 1 ; then
10525 USE_UNIX=1
10526 USE_WIN32=0
10527fi
10528
10529if test "$USE_UNIX" = 1 ; then
10530 wxUSE_UNIX=yes
10531 cat >>confdefs.h <<\_ACEOF
10532#define __UNIX__ 1
10533_ACEOF
10534
10535fi
10536
10537
10538cat >confcache <<\_ACEOF
10539# This file is a shell script that caches the results of configure
10540# tests run on this system so they can be shared between configure
10541# scripts and configure runs, see configure's option --config-cache.
10542# It is not useful on other systems. If it contains results you don't
10543# want to keep, you may remove or edit it.
10544#
10545# config.status only pays attention to the cache file if you give it
10546# the --recheck option to rerun configure.
10547#
10548# `ac_cv_env_foo' variables (set or unset) will be overridden when
10549# loading this file, other *unset* `ac_cv_foo' will be assigned the
10550# following values.
10551
10552_ACEOF
10553
10554# The following way of writing the cache mishandles newlines in values,
10555# but we know of no workaround that is simple, portable, and efficient.
10556# So, don't put newlines in cache variables' values.
10557# Ultrix sh set writes to stderr and can't be redirected directly,
10558# and sets the high bit in the cache file unless we assign to the vars.
10559{
10560 (set) 2>&1 |
10561 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10562 *ac_space=\ *)
10563 # `set' does not quote correctly, so add quotes (double-quote
10564 # substitution turns \\\\ into \\, and sed turns \\ into \).
10565 sed -n \
ac1cb8d3
VS
10566 "s/'/'\\\\''/g;
10567 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
10568 ;;
10569 *)
10570 # `set' quotes correctly as required by POSIX, so do not add quotes.
10571 sed -n \
ac1cb8d3 10572 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
10573 ;;
10574 esac;
10575} |
10576 sed '
10577 t clear
10578 : clear
10579 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10580 t end
10581 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10582 : end' >>confcache
10583if diff $cache_file confcache >/dev/null 2>&1; then :; else
10584 if test -w $cache_file; then
10585 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10586 cat confcache >$cache_file
10587 else
10588 echo "not updating unwritable cache $cache_file"
10589 fi
10590fi
10591rm -f confcache
10592
10593if test "$build" != "$host" ; then
1e9e8aba 10594 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then
a848cd7e
SC
10595 CC=$host_alias-gcc
10596 CXX=$host_alias-c++
10597 AR=$host_alias-ar
10598 RANLIB=$host_alias-ranlib
10599 DLLTOOL=$host_alias-dlltool
10600 RESCOMP=$host_alias-windres
a848cd7e 10601 STRIP=$host_alias-strip
1e9e8aba
DE
10602 elif test "x$CC" '!=' "x"; then
10603 echo "You set CC, I assume you know what you are doing."
a848cd7e
SC
10604 else
10605 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10606echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10607 { (exit 1); exit 1; }; }
10608 fi
10609fi
10610
10611CFLAGS=${CFLAGS:=}
6dcfc289
DE
10612
10613
10614 ac_ext=c
a848cd7e
SC
10615ac_cpp='$CPP $CPPFLAGS'
10616ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10617ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10618ac_compiler_gnu=$ac_cv_c_compiler_gnu
10619if test -n "$ac_tool_prefix"; then
10620 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10621set dummy ${ac_tool_prefix}gcc; ac_word=$2
10622echo "$as_me:$LINENO: checking for $ac_word" >&5
10623echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10624if test "${ac_cv_prog_CC+set}" = set; then
10625 echo $ECHO_N "(cached) $ECHO_C" >&6
10626else
10627 if test -n "$CC"; then
10628 ac_cv_prog_CC="$CC" # Let the user override the test.
10629else
10630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10631for as_dir in $PATH
10632do
10633 IFS=$as_save_IFS
10634 test -z "$as_dir" && as_dir=.
10635 for ac_exec_ext in '' $ac_executable_extensions; do
10636 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10637 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10638 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10639 break 2
10640 fi
10641done
10642done
10643
10644fi
10645fi
10646CC=$ac_cv_prog_CC
10647if test -n "$CC"; then
10648 echo "$as_me:$LINENO: result: $CC" >&5
10649echo "${ECHO_T}$CC" >&6
10650else
10651 echo "$as_me:$LINENO: result: no" >&5
10652echo "${ECHO_T}no" >&6
10653fi
10654
10655fi
10656if test -z "$ac_cv_prog_CC"; then
10657 ac_ct_CC=$CC
10658 # Extract the first word of "gcc", so it can be a program name with args.
10659set dummy gcc; ac_word=$2
10660echo "$as_me:$LINENO: checking for $ac_word" >&5
10661echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10662if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10663 echo $ECHO_N "(cached) $ECHO_C" >&6
10664else
10665 if test -n "$ac_ct_CC"; then
10666 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10667else
10668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10669for as_dir in $PATH
10670do
10671 IFS=$as_save_IFS
10672 test -z "$as_dir" && as_dir=.
10673 for ac_exec_ext in '' $ac_executable_extensions; do
10674 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10675 ac_cv_prog_ac_ct_CC="gcc"
10676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10677 break 2
10678 fi
10679done
10680done
10681
10682fi
10683fi
10684ac_ct_CC=$ac_cv_prog_ac_ct_CC
10685if test -n "$ac_ct_CC"; then
10686 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10687echo "${ECHO_T}$ac_ct_CC" >&6
10688else
10689 echo "$as_me:$LINENO: result: no" >&5
10690echo "${ECHO_T}no" >&6
10691fi
10692
10693 CC=$ac_ct_CC
10694else
10695 CC="$ac_cv_prog_CC"
10696fi
10697
10698if test -z "$CC"; then
10699 if test -n "$ac_tool_prefix"; then
10700 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10701set dummy ${ac_tool_prefix}cc; ac_word=$2
10702echo "$as_me:$LINENO: checking for $ac_word" >&5
10703echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10704if test "${ac_cv_prog_CC+set}" = set; then
10705 echo $ECHO_N "(cached) $ECHO_C" >&6
10706else
10707 if test -n "$CC"; then
10708 ac_cv_prog_CC="$CC" # Let the user override the test.
10709else
10710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10711for as_dir in $PATH
10712do
10713 IFS=$as_save_IFS
10714 test -z "$as_dir" && as_dir=.
10715 for ac_exec_ext in '' $ac_executable_extensions; do
10716 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10717 ac_cv_prog_CC="${ac_tool_prefix}cc"
10718 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10719 break 2
10720 fi
10721done
10722done
10723
10724fi
10725fi
10726CC=$ac_cv_prog_CC
10727if test -n "$CC"; then
10728 echo "$as_me:$LINENO: result: $CC" >&5
10729echo "${ECHO_T}$CC" >&6
10730else
10731 echo "$as_me:$LINENO: result: no" >&5
10732echo "${ECHO_T}no" >&6
10733fi
10734
10735fi
10736if test -z "$ac_cv_prog_CC"; then
10737 ac_ct_CC=$CC
10738 # Extract the first word of "cc", so it can be a program name with args.
10739set dummy cc; ac_word=$2
10740echo "$as_me:$LINENO: checking for $ac_word" >&5
10741echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10742if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10743 echo $ECHO_N "(cached) $ECHO_C" >&6
10744else
10745 if test -n "$ac_ct_CC"; then
10746 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10747else
10748as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10749for as_dir in $PATH
10750do
10751 IFS=$as_save_IFS
10752 test -z "$as_dir" && as_dir=.
10753 for ac_exec_ext in '' $ac_executable_extensions; do
10754 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10755 ac_cv_prog_ac_ct_CC="cc"
10756 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10757 break 2
10758 fi
10759done
10760done
10761
10762fi
10763fi
10764ac_ct_CC=$ac_cv_prog_ac_ct_CC
10765if test -n "$ac_ct_CC"; then
10766 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10767echo "${ECHO_T}$ac_ct_CC" >&6
10768else
10769 echo "$as_me:$LINENO: result: no" >&5
10770echo "${ECHO_T}no" >&6
10771fi
10772
10773 CC=$ac_ct_CC
10774else
10775 CC="$ac_cv_prog_CC"
10776fi
10777
10778fi
10779if test -z "$CC"; then
10780 # Extract the first word of "cc", so it can be a program name with args.
10781set dummy cc; ac_word=$2
10782echo "$as_me:$LINENO: checking for $ac_word" >&5
10783echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10784if test "${ac_cv_prog_CC+set}" = set; then
10785 echo $ECHO_N "(cached) $ECHO_C" >&6
10786else
10787 if test -n "$CC"; then
10788 ac_cv_prog_CC="$CC" # Let the user override the test.
10789else
10790 ac_prog_rejected=no
10791as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10792for as_dir in $PATH
10793do
10794 IFS=$as_save_IFS
10795 test -z "$as_dir" && as_dir=.
10796 for ac_exec_ext in '' $ac_executable_extensions; do
10797 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10798 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10799 ac_prog_rejected=yes
10800 continue
10801 fi
10802 ac_cv_prog_CC="cc"
10803 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10804 break 2
10805 fi
10806done
10807done
10808
10809if test $ac_prog_rejected = yes; then
10810 # We found a bogon in the path, so make sure we never use it.
10811 set dummy $ac_cv_prog_CC
10812 shift
10813 if test $# != 0; then
10814 # We chose a different compiler from the bogus one.
10815 # However, it has the same basename, so the bogon will be chosen
10816 # first if we set CC to just the basename; use the full file name.
10817 shift
10818 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10819 fi
10820fi
10821fi
10822fi
10823CC=$ac_cv_prog_CC
10824if test -n "$CC"; then
10825 echo "$as_me:$LINENO: result: $CC" >&5
10826echo "${ECHO_T}$CC" >&6
10827else
10828 echo "$as_me:$LINENO: result: no" >&5
10829echo "${ECHO_T}no" >&6
10830fi
10831
10832fi
10833if test -z "$CC"; then
10834 if test -n "$ac_tool_prefix"; then
10835 for ac_prog in cl
10836 do
10837 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10838set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10839echo "$as_me:$LINENO: checking for $ac_word" >&5
10840echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10841if test "${ac_cv_prog_CC+set}" = set; then
10842 echo $ECHO_N "(cached) $ECHO_C" >&6
10843else
10844 if test -n "$CC"; then
10845 ac_cv_prog_CC="$CC" # Let the user override the test.
10846else
10847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10848for as_dir in $PATH
10849do
10850 IFS=$as_save_IFS
10851 test -z "$as_dir" && as_dir=.
10852 for ac_exec_ext in '' $ac_executable_extensions; do
10853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10854 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10856 break 2
10857 fi
10858done
10859done
10860
10861fi
10862fi
10863CC=$ac_cv_prog_CC
10864if test -n "$CC"; then
10865 echo "$as_me:$LINENO: result: $CC" >&5
10866echo "${ECHO_T}$CC" >&6
10867else
10868 echo "$as_me:$LINENO: result: no" >&5
10869echo "${ECHO_T}no" >&6
10870fi
10871
10872 test -n "$CC" && break
10873 done
10874fi
10875if test -z "$CC"; then
10876 ac_ct_CC=$CC
10877 for ac_prog in cl
10878do
10879 # Extract the first word of "$ac_prog", so it can be a program name with args.
10880set dummy $ac_prog; ac_word=$2
10881echo "$as_me:$LINENO: checking for $ac_word" >&5
10882echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10883if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10884 echo $ECHO_N "(cached) $ECHO_C" >&6
10885else
10886 if test -n "$ac_ct_CC"; then
10887 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10888else
10889as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10890for as_dir in $PATH
10891do
10892 IFS=$as_save_IFS
10893 test -z "$as_dir" && as_dir=.
10894 for ac_exec_ext in '' $ac_executable_extensions; do
10895 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10896 ac_cv_prog_ac_ct_CC="$ac_prog"
10897 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10898 break 2
10899 fi
10900done
10901done
10902
10903fi
10904fi
10905ac_ct_CC=$ac_cv_prog_ac_ct_CC
10906if test -n "$ac_ct_CC"; then
10907 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10908echo "${ECHO_T}$ac_ct_CC" >&6
10909else
10910 echo "$as_me:$LINENO: result: no" >&5
10911echo "${ECHO_T}no" >&6
10912fi
10913
10914 test -n "$ac_ct_CC" && break
10915done
10916
10917 CC=$ac_ct_CC
10918fi
10919
10920fi
10921
10922
10923test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10924See \`config.log' for more details." >&5
10925echo "$as_me: error: no acceptable C compiler found in \$PATH
10926See \`config.log' for more details." >&2;}
10927 { (exit 1); exit 1; }; }
10928
10929# Provide some information about the compiler.
10930echo "$as_me:$LINENO:" \
10931 "checking for C compiler version" >&5
10932ac_compiler=`set X $ac_compile; echo $2`
10933{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10934 (eval $ac_compiler --version </dev/null >&5) 2>&5
10935 ac_status=$?
10936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10937 (exit $ac_status); }
10938{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10939 (eval $ac_compiler -v </dev/null >&5) 2>&5
10940 ac_status=$?
10941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10942 (exit $ac_status); }
10943{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10944 (eval $ac_compiler -V </dev/null >&5) 2>&5
10945 ac_status=$?
10946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10947 (exit $ac_status); }
10948
10949cat >conftest.$ac_ext <<_ACEOF
10950/* confdefs.h. */
10951_ACEOF
10952cat confdefs.h >>conftest.$ac_ext
10953cat >>conftest.$ac_ext <<_ACEOF
10954/* end confdefs.h. */
10955
10956int
10957main ()
10958{
10959
10960 ;
10961 return 0;
10962}
10963_ACEOF
10964ac_clean_files_save=$ac_clean_files
10965ac_clean_files="$ac_clean_files a.out a.exe b.out"
10966# Try to create an executable without -o first, disregard a.out.
10967# It will help us diagnose broken compilers, and finding out an intuition
10968# of exeext.
ac1cb8d3
VS
10969echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
10970echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
a848cd7e
SC
10971ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10972if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10973 (eval $ac_link_default) 2>&5
10974 ac_status=$?
10975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10976 (exit $ac_status); }; then
10977 # Find the output, starting from the most likely. This scheme is
10978# not robust to junk in `.', hence go to wildcards (a.*) only as a last
10979# resort.
10980
10981# Be careful to initialize this variable, since it used to be cached.
10982# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10983ac_cv_exeext=
10984# b.out is created by i960 compilers.
10985for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
10986do
10987 test -f "$ac_file" || continue
10988 case $ac_file in
10989 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
ac1cb8d3 10990 ;;
a848cd7e 10991 conftest.$ac_ext )
ac1cb8d3
VS
10992 # This is the source file.
10993 ;;
a848cd7e 10994 [ab].out )
ac1cb8d3
VS
10995 # We found the default executable, but exeext='' is most
10996 # certainly right.
10997 break;;
a848cd7e 10998 *.* )
ac1cb8d3
VS
10999 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11000 # FIXME: I believe we export ac_cv_exeext for Libtool,
11001 # but it would be cool to find out if it's true. Does anybody
11002 # maintain Libtool? --akim.
11003 export ac_cv_exeext
11004 break;;
a848cd7e 11005 * )
ac1cb8d3 11006 break;;
a848cd7e
SC
11007 esac
11008done
11009else
11010 echo "$as_me: failed program was:" >&5
11011sed 's/^/| /' conftest.$ac_ext >&5
11012
11013{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
11014See \`config.log' for more details." >&5
11015echo "$as_me: error: C compiler cannot create executables
11016See \`config.log' for more details." >&2;}
11017 { (exit 77); exit 77; }; }
11018fi
11019
11020ac_exeext=$ac_cv_exeext
11021echo "$as_me:$LINENO: result: $ac_file" >&5
11022echo "${ECHO_T}$ac_file" >&6
11023
11024# Check the compiler produces executables we can run. If not, either
11025# the compiler is broken, or we cross compile.
11026echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11027echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11028# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11029# If not cross compiling, check that we can run a simple program.
11030if test "$cross_compiling" != yes; then
11031 if { ac_try='./$ac_file'
11032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11033 (eval $ac_try) 2>&5
11034 ac_status=$?
11035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11036 (exit $ac_status); }; }; then
11037 cross_compiling=no
11038 else
11039 if test "$cross_compiling" = maybe; then
11040 cross_compiling=yes
11041 else
11042 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11043If you meant to cross compile, use \`--host'.
11044See \`config.log' for more details." >&5
11045echo "$as_me: error: cannot run C compiled programs.
11046If you meant to cross compile, use \`--host'.
11047See \`config.log' for more details." >&2;}
11048 { (exit 1); exit 1; }; }
11049 fi
11050 fi
11051fi
11052echo "$as_me:$LINENO: result: yes" >&5
11053echo "${ECHO_T}yes" >&6
11054
11055rm -f a.out a.exe conftest$ac_cv_exeext b.out
11056ac_clean_files=$ac_clean_files_save
11057# Check the compiler produces executables we can run. If not, either
11058# the compiler is broken, or we cross compile.
11059echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11060echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11061echo "$as_me:$LINENO: result: $cross_compiling" >&5
11062echo "${ECHO_T}$cross_compiling" >&6
11063
11064echo "$as_me:$LINENO: checking for suffix of executables" >&5
11065echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11066if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11067 (eval $ac_link) 2>&5
11068 ac_status=$?
11069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11070 (exit $ac_status); }; then
11071 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11072# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11073# work properly (i.e., refer to `conftest.exe'), while it won't with
11074# `rm'.
11075for ac_file in conftest.exe conftest conftest.*; do
11076 test -f "$ac_file" || continue
11077 case $ac_file in
11078 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11079 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ac1cb8d3
VS
11080 export ac_cv_exeext
11081 break;;
a848cd7e
SC
11082 * ) break;;
11083 esac
11084done
11085else
11086 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11087See \`config.log' for more details." >&5
11088echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11089See \`config.log' for more details." >&2;}
11090 { (exit 1); exit 1; }; }
11091fi
11092
11093rm -f conftest$ac_cv_exeext
11094echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11095echo "${ECHO_T}$ac_cv_exeext" >&6
11096
11097rm -f conftest.$ac_ext
11098EXEEXT=$ac_cv_exeext
11099ac_exeext=$EXEEXT
11100echo "$as_me:$LINENO: checking for suffix of object files" >&5
11101echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11102if test "${ac_cv_objext+set}" = set; then
11103 echo $ECHO_N "(cached) $ECHO_C" >&6
11104else
11105 cat >conftest.$ac_ext <<_ACEOF
11106/* confdefs.h. */
11107_ACEOF
11108cat confdefs.h >>conftest.$ac_ext
11109cat >>conftest.$ac_ext <<_ACEOF
11110/* end confdefs.h. */
11111
11112int
11113main ()
11114{
11115
11116 ;
11117 return 0;
11118}
11119_ACEOF
11120rm -f conftest.o conftest.obj
11121if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11122 (eval $ac_compile) 2>&5
11123 ac_status=$?
11124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11125 (exit $ac_status); }; then
11126 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11127 case $ac_file in
11128 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11129 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11130 break;;
11131 esac
11132done
11133else
11134 echo "$as_me: failed program was:" >&5
11135sed 's/^/| /' conftest.$ac_ext >&5
11136
11137{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11138See \`config.log' for more details." >&5
11139echo "$as_me: error: cannot compute suffix of object files: cannot compile
11140See \`config.log' for more details." >&2;}
11141 { (exit 1); exit 1; }; }
11142fi
11143
11144rm -f conftest.$ac_cv_objext conftest.$ac_ext
11145fi
11146echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11147echo "${ECHO_T}$ac_cv_objext" >&6
11148OBJEXT=$ac_cv_objext
11149ac_objext=$OBJEXT
11150echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11151echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11152if test "${ac_cv_c_compiler_gnu+set}" = set; then
11153 echo $ECHO_N "(cached) $ECHO_C" >&6
11154else
11155 cat >conftest.$ac_ext <<_ACEOF
11156/* confdefs.h. */
11157_ACEOF
11158cat confdefs.h >>conftest.$ac_ext
11159cat >>conftest.$ac_ext <<_ACEOF
11160/* end confdefs.h. */
11161
11162int
11163main ()
11164{
11165#ifndef __GNUC__
11166 choke me
11167#endif
11168
11169 ;
11170 return 0;
11171}
11172_ACEOF
11173rm -f conftest.$ac_objext
11174if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11175 (eval $ac_compile) 2>conftest.er1
a848cd7e 11176 ac_status=$?
ac1cb8d3
VS
11177 grep -v '^ *+' conftest.er1 >conftest.err
11178 rm -f conftest.er1
11179 cat conftest.err >&5
a848cd7e
SC
11180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11181 (exit $ac_status); } &&
07158944 11182 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11184 (eval $ac_try) 2>&5
11185 ac_status=$?
11186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11187 (exit $ac_status); }; } &&
11188 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11190 (eval $ac_try) 2>&5
11191 ac_status=$?
11192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11193 (exit $ac_status); }; }; then
11194 ac_compiler_gnu=yes
11195else
11196 echo "$as_me: failed program was:" >&5
11197sed 's/^/| /' conftest.$ac_ext >&5
11198
11199ac_compiler_gnu=no
11200fi
ac1cb8d3 11201rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11202ac_cv_c_compiler_gnu=$ac_compiler_gnu
11203
11204fi
11205echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11206echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11207GCC=`test $ac_compiler_gnu = yes && echo yes`
11208ac_test_CFLAGS=${CFLAGS+set}
11209ac_save_CFLAGS=$CFLAGS
11210CFLAGS="-g"
11211echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11212echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11213if test "${ac_cv_prog_cc_g+set}" = set; then
11214 echo $ECHO_N "(cached) $ECHO_C" >&6
11215else
11216 cat >conftest.$ac_ext <<_ACEOF
11217/* confdefs.h. */
11218_ACEOF
11219cat confdefs.h >>conftest.$ac_ext
11220cat >>conftest.$ac_ext <<_ACEOF
11221/* end confdefs.h. */
11222
11223int
11224main ()
11225{
11226
11227 ;
11228 return 0;
11229}
11230_ACEOF
11231rm -f conftest.$ac_objext
11232if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11233 (eval $ac_compile) 2>conftest.er1
a848cd7e 11234 ac_status=$?
ac1cb8d3
VS
11235 grep -v '^ *+' conftest.er1 >conftest.err
11236 rm -f conftest.er1
11237 cat conftest.err >&5
a848cd7e
SC
11238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11239 (exit $ac_status); } &&
07158944 11240 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11242 (eval $ac_try) 2>&5
11243 ac_status=$?
11244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11245 (exit $ac_status); }; } &&
11246 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11248 (eval $ac_try) 2>&5
11249 ac_status=$?
11250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11251 (exit $ac_status); }; }; then
11252 ac_cv_prog_cc_g=yes
11253else
11254 echo "$as_me: failed program was:" >&5
11255sed 's/^/| /' conftest.$ac_ext >&5
11256
11257ac_cv_prog_cc_g=no
11258fi
ac1cb8d3 11259rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11260fi
11261echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11262echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11263if test "$ac_test_CFLAGS" = set; then
11264 CFLAGS=$ac_save_CFLAGS
11265elif test $ac_cv_prog_cc_g = yes; then
11266 if test "$GCC" = yes; then
11267 CFLAGS="-g -O2"
11268 else
11269 CFLAGS="-g"
11270 fi
11271else
11272 if test "$GCC" = yes; then
11273 CFLAGS="-O2"
11274 else
11275 CFLAGS=
11276 fi
11277fi
11278echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11279echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11280if test "${ac_cv_prog_cc_stdc+set}" = set; then
11281 echo $ECHO_N "(cached) $ECHO_C" >&6
11282else
11283 ac_cv_prog_cc_stdc=no
11284ac_save_CC=$CC
11285cat >conftest.$ac_ext <<_ACEOF
11286/* confdefs.h. */
11287_ACEOF
11288cat confdefs.h >>conftest.$ac_ext
11289cat >>conftest.$ac_ext <<_ACEOF
11290/* end confdefs.h. */
11291#include <stdarg.h>
11292#include <stdio.h>
11293#include <sys/types.h>
11294#include <sys/stat.h>
11295/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11296struct buf { int x; };
11297FILE * (*rcsopen) (struct buf *, struct stat *, int);
11298static char *e (p, i)
11299 char **p;
11300 int i;
11301{
11302 return p[i];
11303}
11304static char *f (char * (*g) (char **, int), char **p, ...)
11305{
11306 char *s;
11307 va_list v;
11308 va_start (v,p);
11309 s = g (p, va_arg (v,int));
11310 va_end (v);
11311 return s;
11312}
ac1cb8d3
VS
11313
11314/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11315 function prototypes and stuff, but not '\xHH' hex character constants.
11316 These don't provoke an error unfortunately, instead are silently treated
11317 as 'x'. The following induces an error, until -std1 is added to get
11318 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11319 array size at least. It's necessary to write '\x00'==0 to get something
11320 that's true only with -std1. */
11321int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11322
a848cd7e
SC
11323int test (int i, double x);
11324struct s1 {int (*f) (int a);};
11325struct s2 {int (*f) (double a);};
11326int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11327int argc;
11328char **argv;
11329int
11330main ()
11331{
11332return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11333 ;
11334 return 0;
11335}
11336_ACEOF
11337# Don't try gcc -ansi; that turns off useful extensions and
11338# breaks some systems' header files.
11339# AIX -qlanglvl=ansi
11340# Ultrix and OSF/1 -std1
11341# HP-UX 10.20 and later -Ae
11342# HP-UX older versions -Aa -D_HPUX_SOURCE
11343# SVR4 -Xc -D__EXTENSIONS__
11344for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11345do
11346 CC="$ac_save_CC $ac_arg"
11347 rm -f conftest.$ac_objext
11348if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11349 (eval $ac_compile) 2>conftest.er1
a848cd7e 11350 ac_status=$?
ac1cb8d3
VS
11351 grep -v '^ *+' conftest.er1 >conftest.err
11352 rm -f conftest.er1
11353 cat conftest.err >&5
a848cd7e
SC
11354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355 (exit $ac_status); } &&
07158944 11356 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11358 (eval $ac_try) 2>&5
11359 ac_status=$?
11360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11361 (exit $ac_status); }; } &&
11362 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11364 (eval $ac_try) 2>&5
11365 ac_status=$?
11366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11367 (exit $ac_status); }; }; then
11368 ac_cv_prog_cc_stdc=$ac_arg
11369break
11370else
11371 echo "$as_me: failed program was:" >&5
11372sed 's/^/| /' conftest.$ac_ext >&5
11373
11374fi
ac1cb8d3 11375rm -f conftest.err conftest.$ac_objext
a848cd7e
SC
11376done
11377rm -f conftest.$ac_ext conftest.$ac_objext
11378CC=$ac_save_CC
11379
11380fi
11381
11382case "x$ac_cv_prog_cc_stdc" in
11383 x|xno)
11384 echo "$as_me:$LINENO: result: none needed" >&5
11385echo "${ECHO_T}none needed" >&6 ;;
11386 *)
11387 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11388echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11389 CC="$CC $ac_cv_prog_cc_stdc" ;;
11390esac
11391
11392# Some people use a C++ compiler to compile C. Since we use `exit',
11393# in C++ we need to declare it. In case someone uses the same compiler
11394# for both compiling C and C++ we need to have the C++ compiler decide
11395# the declaration of exit, since it's the most demanding environment.
11396cat >conftest.$ac_ext <<_ACEOF
11397#ifndef __cplusplus
11398 choke me
11399#endif
11400_ACEOF
11401rm -f conftest.$ac_objext
11402if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11403 (eval $ac_compile) 2>conftest.er1
a848cd7e 11404 ac_status=$?
ac1cb8d3
VS
11405 grep -v '^ *+' conftest.er1 >conftest.err
11406 rm -f conftest.er1
11407 cat conftest.err >&5
a848cd7e
SC
11408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11409 (exit $ac_status); } &&
07158944 11410 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11412 (eval $ac_try) 2>&5
11413 ac_status=$?
11414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11415 (exit $ac_status); }; } &&
11416 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11418 (eval $ac_try) 2>&5
11419 ac_status=$?
11420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11421 (exit $ac_status); }; }; then
11422 for ac_declaration in \
ac1cb8d3 11423 '' \
a848cd7e
SC
11424 'extern "C" void std::exit (int) throw (); using std::exit;' \
11425 'extern "C" void std::exit (int); using std::exit;' \
11426 'extern "C" void exit (int) throw ();' \
11427 'extern "C" void exit (int);' \
11428 'void exit (int);'
11429do
11430 cat >conftest.$ac_ext <<_ACEOF
11431/* confdefs.h. */
11432_ACEOF
11433cat confdefs.h >>conftest.$ac_ext
11434cat >>conftest.$ac_ext <<_ACEOF
11435/* end confdefs.h. */
de59c161 11436$ac_declaration
ac1cb8d3 11437#include <stdlib.h>
a848cd7e
SC
11438int
11439main ()
11440{
11441exit (42);
11442 ;
11443 return 0;
11444}
11445_ACEOF
11446rm -f conftest.$ac_objext
11447if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11448 (eval $ac_compile) 2>conftest.er1
a848cd7e 11449 ac_status=$?
ac1cb8d3
VS
11450 grep -v '^ *+' conftest.er1 >conftest.err
11451 rm -f conftest.er1
11452 cat conftest.err >&5
a848cd7e
SC
11453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11454 (exit $ac_status); } &&
07158944 11455 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11457 (eval $ac_try) 2>&5
11458 ac_status=$?
11459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11460 (exit $ac_status); }; } &&
11461 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11463 (eval $ac_try) 2>&5
11464 ac_status=$?
11465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11466 (exit $ac_status); }; }; then
11467 :
11468else
11469 echo "$as_me: failed program was:" >&5
11470sed 's/^/| /' conftest.$ac_ext >&5
11471
11472continue
11473fi
ac1cb8d3 11474rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11475 cat >conftest.$ac_ext <<_ACEOF
11476/* confdefs.h. */
11477_ACEOF
11478cat confdefs.h >>conftest.$ac_ext
11479cat >>conftest.$ac_ext <<_ACEOF
11480/* end confdefs.h. */
11481$ac_declaration
11482int
11483main ()
11484{
11485exit (42);
11486 ;
11487 return 0;
11488}
11489_ACEOF
11490rm -f conftest.$ac_objext
11491if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11492 (eval $ac_compile) 2>conftest.er1
a848cd7e 11493 ac_status=$?
ac1cb8d3
VS
11494 grep -v '^ *+' conftest.er1 >conftest.err
11495 rm -f conftest.er1
11496 cat conftest.err >&5
a848cd7e
SC
11497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11498 (exit $ac_status); } &&
07158944 11499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11501 (eval $ac_try) 2>&5
11502 ac_status=$?
11503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11504 (exit $ac_status); }; } &&
11505 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11507 (eval $ac_try) 2>&5
11508 ac_status=$?
11509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11510 (exit $ac_status); }; }; then
11511 break
11512else
11513 echo "$as_me: failed program was:" >&5
11514sed 's/^/| /' conftest.$ac_ext >&5
11515
11516fi
ac1cb8d3 11517rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11518done
11519rm -f conftest*
11520if test -n "$ac_declaration"; then
11521 echo '#ifdef __cplusplus' >>confdefs.h
11522 echo $ac_declaration >>confdefs.h
11523 echo '#endif' >>confdefs.h
11524fi
11525
11526else
11527 echo "$as_me: failed program was:" >&5
11528sed 's/^/| /' conftest.$ac_ext >&5
11529
11530fi
ac1cb8d3 11531rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11532ac_ext=c
11533ac_cpp='$CPP $CPPFLAGS'
11534ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11535ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11536ac_compiler_gnu=$ac_cv_c_compiler_gnu
11537
6dcfc289 11538 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
480ccd21
DE
11539echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11540if test "${wx_cv_c_exto+set}" = set; then
11541 echo $ECHO_N "(cached) $ECHO_C" >&6
11542else
11543 cat >conftest.$ac_ext <<_ACEOF
11544/* confdefs.h. */
11545_ACEOF
11546cat confdefs.h >>conftest.$ac_ext
11547cat >>conftest.$ac_ext <<_ACEOF
11548/* end confdefs.h. */
11549
11550int
11551main ()
11552{
11553
11554 ;
11555 return 0;
11556}
11557_ACEOF
11558rm -f conftest.$ac_objext conftest.$ac_ext.o
11559if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11560 (eval $ac_compile) 2>&5
11561 ac_status=$?
11562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11563 (exit $ac_status); }; then
11564 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11565 case $ac_file in
11566 conftest.$ac_ext.o)
11567 wx_cv_c_exto="-ext o"
11568 ;;
11569 *)
11570 ;;
11571 esac
11572done
11573else
11574 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11575See \`config.log' for more details." >&5
11576echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11577See \`config.log' for more details." >&2;}
11578 { (exit 1); exit 1; }; }
11579
11580fi
11581
11582rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11583
11584fi
11585echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11586echo "${ECHO_T}$wx_cv_c_exto" >&6
11587if test "x$wx_cv_c_exto" '!=' "x"; then
11588 if test "c" = "c"; then
11589 CFLAGS="$wx_cv_c_exto $CFLAGS"
11590 fi
11591 if test "c" = "cxx"; then
11592 CXXFLAGS="$wx_cv_c_exto $CXXFLAGS"
11593 fi
11594fi
11595
6dcfc289
DE
11596 if test "x$wx_cv_c_exto" '!=' "x"; then
11597 unset ac_cv_prog_cc_g
11598 ac_test_CFLAGS=${CFLAGS+set}
480ccd21
DE
11599ac_save_CFLAGS=$CFLAGS
11600CFLAGS="-g"
11601echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11602echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11603if test "${ac_cv_prog_cc_g+set}" = set; then
11604 echo $ECHO_N "(cached) $ECHO_C" >&6
11605else
11606 cat >conftest.$ac_ext <<_ACEOF
11607/* confdefs.h. */
11608_ACEOF
11609cat confdefs.h >>conftest.$ac_ext
11610cat >>conftest.$ac_ext <<_ACEOF
11611/* end confdefs.h. */
11612
11613int
11614main ()
11615{
11616
11617 ;
11618 return 0;
11619}
11620_ACEOF
11621rm -f conftest.$ac_objext
11622if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11623 (eval $ac_compile) 2>conftest.er1
11624 ac_status=$?
11625 grep -v '^ *+' conftest.er1 >conftest.err
11626 rm -f conftest.er1
11627 cat conftest.err >&5
11628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11629 (exit $ac_status); } &&
07158944 11630 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
480ccd21
DE
11631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11632 (eval $ac_try) 2>&5
11633 ac_status=$?
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); }; } &&
11636 { ac_try='test -s conftest.$ac_objext'
11637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11638 (eval $ac_try) 2>&5
11639 ac_status=$?
11640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11641 (exit $ac_status); }; }; then
11642 ac_cv_prog_cc_g=yes
11643else
11644 echo "$as_me: failed program was:" >&5
11645sed 's/^/| /' conftest.$ac_ext >&5
11646
11647ac_cv_prog_cc_g=no
11648fi
11649rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11650fi
11651echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11652echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11653if test "$ac_test_CFLAGS" = set; then
11654 CFLAGS=$ac_save_CFLAGS
11655elif test $ac_cv_prog_cc_g = yes; then
11656 if test "$GCC" = yes; then
11657 CFLAGS="-g -O2"
11658 else
11659 CFLAGS="-g"
11660 fi
11661else
11662 if test "$GCC" = yes; then
11663 CFLAGS="-O2"
11664 else
11665 CFLAGS=
11666 fi
11667fi
6dcfc289
DE
11668 fi
11669 ac_ext=c
95986553
DE
11670ac_cpp='$CPP $CPPFLAGS'
11671ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11672ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11673ac_compiler_gnu=$ac_cv_c_compiler_gnu
11674
11675echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11676echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11677if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11678 echo $ECHO_N "(cached) $ECHO_C" >&6
11679else
11680 cat >conftest.$ac_ext <<_ACEOF
11681/* confdefs.h. */
11682_ACEOF
11683cat confdefs.h >>conftest.$ac_ext
11684cat >>conftest.$ac_ext <<_ACEOF
11685/* end confdefs.h. */
11686
11687int
11688main ()
11689{
11690#ifndef __MWERKS__
11691 choke me
11692#endif
11693
11694 ;
11695 return 0;
11696}
11697_ACEOF
11698rm -f conftest.$ac_objext
11699if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11700 (eval $ac_compile) 2>conftest.er1
11701 ac_status=$?
11702 grep -v '^ *+' conftest.er1 >conftest.err
11703 rm -f conftest.er1
11704 cat conftest.err >&5
11705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11706 (exit $ac_status); } &&
07158944 11707 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
95986553
DE
11708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11709 (eval $ac_try) 2>&5
11710 ac_status=$?
11711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11712 (exit $ac_status); }; } &&
11713 { ac_try='test -s conftest.$ac_objext'
11714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11715 (eval $ac_try) 2>&5
11716 ac_status=$?
11717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11718 (exit $ac_status); }; }; then
11719 bakefile_compiler_mwerks=yes
11720else
11721 echo "$as_me: failed program was:" >&5
11722sed 's/^/| /' conftest.$ac_ext >&5
11723
11724bakefile_compiler_mwerks=no
11725fi
11726rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11727 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
11728
11729fi
11730echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11731echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11732
0e6fa1d9 11733MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
95986553
DE
11734ac_ext=c
11735ac_cpp='$CPP $CPPFLAGS'
11736ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11737ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11738ac_compiler_gnu=$ac_cv_c_compiler_gnu
11739
11740
6dcfc289 11741 ac_ext=c
9273ffba
DE
11742ac_cpp='$CPP $CPPFLAGS'
11743ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11744ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11745ac_compiler_gnu=$ac_cv_c_compiler_gnu
11746
11747echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11748echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11749if test "${wx_cv_c_compiler_xlc+set}" = set; then
11750 echo $ECHO_N "(cached) $ECHO_C" >&6
11751else
11752 cat >conftest.$ac_ext <<_ACEOF
11753/* confdefs.h. */
11754_ACEOF
11755cat confdefs.h >>conftest.$ac_ext
11756cat >>conftest.$ac_ext <<_ACEOF
11757/* end confdefs.h. */
11758
11759int
11760main ()
11761{
11762#ifndef __xlC__
11763 choke me
11764#endif
11765
11766 ;
11767 return 0;
11768}
11769_ACEOF
11770rm -f conftest.$ac_objext
11771if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11772 (eval $ac_compile) 2>conftest.er1
11773 ac_status=$?
11774 grep -v '^ *+' conftest.er1 >conftest.err
11775 rm -f conftest.er1
11776 cat conftest.err >&5
11777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11778 (exit $ac_status); } &&
07158944 11779 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9273ffba
DE
11780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11781 (eval $ac_try) 2>&5
11782 ac_status=$?
11783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11784 (exit $ac_status); }; } &&
11785 { ac_try='test -s conftest.$ac_objext'
11786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11787 (eval $ac_try) 2>&5
11788 ac_status=$?
11789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11790 (exit $ac_status); }; }; then
11791 wx_compiler_xlc=yes
11792else
11793 echo "$as_me: failed program was:" >&5
11794sed 's/^/| /' conftest.$ac_ext >&5
11795
11796wx_compiler_xlc=no
11797fi
11798rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11799 wx_cv_c_compiler_xlc=$wx_compiler_xlc
11800
11801fi
11802echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11803echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11804
0e6fa1d9 11805XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
9273ffba
DE
11806ac_ext=c
11807ac_cpp='$CPP $CPPFLAGS'
11808ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11809ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11810ac_compiler_gnu=$ac_cv_c_compiler_gnu
11811
11812
a848cd7e 11813
6dcfc289 11814
a848cd7e
SC
11815ac_ext=c
11816ac_cpp='$CPP $CPPFLAGS'
11817ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11818ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11819ac_compiler_gnu=$ac_cv_c_compiler_gnu
11820echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11821echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11822# On Suns, sometimes $CPP names a directory.
11823if test -n "$CPP" && test -d "$CPP"; then
11824 CPP=
11825fi
11826if test -z "$CPP"; then
11827 if test "${ac_cv_prog_CPP+set}" = set; then
11828 echo $ECHO_N "(cached) $ECHO_C" >&6
11829else
11830 # Double quotes because CPP needs to be expanded
11831 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11832 do
11833 ac_preproc_ok=false
11834for ac_c_preproc_warn_flag in '' yes
11835do
11836 # Use a header file that comes with gcc, so configuring glibc
11837 # with a fresh cross-compiler works.
11838 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11839 # <limits.h> exists even on freestanding compilers.
11840 # On the NeXT, cc -E runs the code through the compiler's parser,
11841 # not just through cpp. "Syntax error" is here to catch this case.
11842 cat >conftest.$ac_ext <<_ACEOF
11843/* confdefs.h. */
11844_ACEOF
11845cat confdefs.h >>conftest.$ac_ext
11846cat >>conftest.$ac_ext <<_ACEOF
11847/* end confdefs.h. */
11848#ifdef __STDC__
11849# include <limits.h>
11850#else
11851# include <assert.h>
11852#endif
ac1cb8d3 11853 Syntax error
a848cd7e
SC
11854_ACEOF
11855if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11856 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11857 ac_status=$?
11858 grep -v '^ *+' conftest.er1 >conftest.err
11859 rm -f conftest.er1
11860 cat conftest.err >&5
11861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11862 (exit $ac_status); } >/dev/null; then
11863 if test -s conftest.err; then
11864 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 11865 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
11866 else
11867 ac_cpp_err=
11868 fi
11869else
11870 ac_cpp_err=yes
11871fi
11872if test -z "$ac_cpp_err"; then
11873 :
11874else
11875 echo "$as_me: failed program was:" >&5
11876sed 's/^/| /' conftest.$ac_ext >&5
11877
11878 # Broken: fails on valid input.
11879continue
11880fi
11881rm -f conftest.err conftest.$ac_ext
11882
11883 # OK, works on sane cases. Now check whether non-existent headers
11884 # can be detected and how.
11885 cat >conftest.$ac_ext <<_ACEOF
11886/* confdefs.h. */
11887_ACEOF
11888cat confdefs.h >>conftest.$ac_ext
11889cat >>conftest.$ac_ext <<_ACEOF
11890/* end confdefs.h. */
11891#include <ac_nonexistent.h>
11892_ACEOF
11893if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11894 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11895 ac_status=$?
11896 grep -v '^ *+' conftest.er1 >conftest.err
11897 rm -f conftest.er1
11898 cat conftest.err >&5
11899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11900 (exit $ac_status); } >/dev/null; then
11901 if test -s conftest.err; then
11902 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 11903 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
11904 else
11905 ac_cpp_err=
11906 fi
11907else
11908 ac_cpp_err=yes
11909fi
11910if test -z "$ac_cpp_err"; then
11911 # Broken: success on invalid input.
11912continue
11913else
11914 echo "$as_me: failed program was:" >&5
11915sed 's/^/| /' conftest.$ac_ext >&5
11916
11917 # Passes both tests.
11918ac_preproc_ok=:
11919break
11920fi
11921rm -f conftest.err conftest.$ac_ext
11922
11923done
11924# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11925rm -f conftest.err conftest.$ac_ext
11926if $ac_preproc_ok; then
11927 break
11928fi
11929
11930 done
11931 ac_cv_prog_CPP=$CPP
11932
11933fi
11934 CPP=$ac_cv_prog_CPP
11935else
11936 ac_cv_prog_CPP=$CPP
11937fi
11938echo "$as_me:$LINENO: result: $CPP" >&5
11939echo "${ECHO_T}$CPP" >&6
11940ac_preproc_ok=false
11941for ac_c_preproc_warn_flag in '' yes
11942do
11943 # Use a header file that comes with gcc, so configuring glibc
11944 # with a fresh cross-compiler works.
11945 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11946 # <limits.h> exists even on freestanding compilers.
11947 # On the NeXT, cc -E runs the code through the compiler's parser,
11948 # not just through cpp. "Syntax error" is here to catch this case.
11949 cat >conftest.$ac_ext <<_ACEOF
11950/* confdefs.h. */
11951_ACEOF
11952cat confdefs.h >>conftest.$ac_ext
11953cat >>conftest.$ac_ext <<_ACEOF
11954/* end confdefs.h. */
11955#ifdef __STDC__
11956# include <limits.h>
11957#else
11958# include <assert.h>
11959#endif
ac1cb8d3 11960 Syntax error
a848cd7e
SC
11961_ACEOF
11962if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11963 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11964 ac_status=$?
11965 grep -v '^ *+' conftest.er1 >conftest.err
11966 rm -f conftest.er1
11967 cat conftest.err >&5
11968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11969 (exit $ac_status); } >/dev/null; then
11970 if test -s conftest.err; then
11971 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 11972 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
11973 else
11974 ac_cpp_err=
11975 fi
11976else
11977 ac_cpp_err=yes
11978fi
11979if test -z "$ac_cpp_err"; then
11980 :
11981else
11982 echo "$as_me: failed program was:" >&5
11983sed 's/^/| /' conftest.$ac_ext >&5
11984
11985 # Broken: fails on valid input.
11986continue
11987fi
11988rm -f conftest.err conftest.$ac_ext
11989
11990 # OK, works on sane cases. Now check whether non-existent headers
11991 # can be detected and how.
11992 cat >conftest.$ac_ext <<_ACEOF
11993/* confdefs.h. */
11994_ACEOF
11995cat confdefs.h >>conftest.$ac_ext
11996cat >>conftest.$ac_ext <<_ACEOF
11997/* end confdefs.h. */
11998#include <ac_nonexistent.h>
11999_ACEOF
12000if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12001 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12002 ac_status=$?
12003 grep -v '^ *+' conftest.er1 >conftest.err
12004 rm -f conftest.er1
12005 cat conftest.err >&5
12006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12007 (exit $ac_status); } >/dev/null; then
12008 if test -s conftest.err; then
12009 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12010 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12011 else
12012 ac_cpp_err=
12013 fi
12014else
12015 ac_cpp_err=yes
12016fi
12017if test -z "$ac_cpp_err"; then
12018 # Broken: success on invalid input.
12019continue
12020else
12021 echo "$as_me: failed program was:" >&5
12022sed 's/^/| /' conftest.$ac_ext >&5
12023
12024 # Passes both tests.
12025ac_preproc_ok=:
12026break
12027fi
12028rm -f conftest.err conftest.$ac_ext
12029
12030done
12031# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12032rm -f conftest.err conftest.$ac_ext
12033if $ac_preproc_ok; then
12034 :
12035else
12036 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12037See \`config.log' for more details." >&5
12038echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12039See \`config.log' for more details." >&2;}
12040 { (exit 1); exit 1; }; }
12041fi
12042
12043ac_ext=c
12044ac_cpp='$CPP $CPPFLAGS'
12045ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12046ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12047ac_compiler_gnu=$ac_cv_c_compiler_gnu
12048
12049
12050echo "$as_me:$LINENO: checking for egrep" >&5
12051echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12052if test "${ac_cv_prog_egrep+set}" = set; then
12053 echo $ECHO_N "(cached) $ECHO_C" >&6
12054else
12055 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12056 then ac_cv_prog_egrep='grep -E'
12057 else ac_cv_prog_egrep='egrep'
12058 fi
12059fi
12060echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12061echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12062 EGREP=$ac_cv_prog_egrep
12063
12064
12065if test $ac_cv_c_compiler_gnu = yes; then
12066 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12067echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12068if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12069 echo $ECHO_N "(cached) $ECHO_C" >&6
12070else
12071 ac_pattern="Autoconf.*'x'"
12072 cat >conftest.$ac_ext <<_ACEOF
12073/* confdefs.h. */
12074_ACEOF
12075cat confdefs.h >>conftest.$ac_ext
12076cat >>conftest.$ac_ext <<_ACEOF
12077/* end confdefs.h. */
12078#include <sgtty.h>
12079Autoconf TIOCGETP
12080_ACEOF
12081if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12082 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12083 ac_cv_prog_gcc_traditional=yes
12084else
12085 ac_cv_prog_gcc_traditional=no
12086fi
12087rm -f conftest*
12088
12089
12090 if test $ac_cv_prog_gcc_traditional = no; then
12091 cat >conftest.$ac_ext <<_ACEOF
12092/* confdefs.h. */
12093_ACEOF
12094cat confdefs.h >>conftest.$ac_ext
12095cat >>conftest.$ac_ext <<_ACEOF
12096/* end confdefs.h. */
12097#include <termio.h>
12098Autoconf TCGETA
12099_ACEOF
12100if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12101 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12102 ac_cv_prog_gcc_traditional=yes
12103fi
12104rm -f conftest*
12105
12106 fi
12107fi
12108echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12109echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12110 if test $ac_cv_prog_gcc_traditional = yes; then
12111 CC="$CC -traditional"
12112 fi
12113fi
12114
12115
12116
12117
12118ac_ext=cc
12119ac_cpp='$CXXCPP $CPPFLAGS'
12120ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12121ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12122ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12123
12124
12125CXXFLAGS=${CXXFLAGS:=}
6dcfc289
DE
12126
12127
12128 ac_ext=cc
a848cd7e
SC
12129ac_cpp='$CXXCPP $CPPFLAGS'
12130ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12131ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12132ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12133if test -n "$ac_tool_prefix"; then
12134 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12135 do
12136 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12137set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12138echo "$as_me:$LINENO: checking for $ac_word" >&5
12139echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12140if test "${ac_cv_prog_CXX+set}" = set; then
12141 echo $ECHO_N "(cached) $ECHO_C" >&6
12142else
12143 if test -n "$CXX"; then
12144 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12145else
12146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12147for as_dir in $PATH
12148do
12149 IFS=$as_save_IFS
12150 test -z "$as_dir" && as_dir=.
12151 for ac_exec_ext in '' $ac_executable_extensions; do
12152 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12153 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12154 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12155 break 2
12156 fi
12157done
12158done
12159
12160fi
12161fi
12162CXX=$ac_cv_prog_CXX
12163if test -n "$CXX"; then
12164 echo "$as_me:$LINENO: result: $CXX" >&5
12165echo "${ECHO_T}$CXX" >&6
12166else
12167 echo "$as_me:$LINENO: result: no" >&5
12168echo "${ECHO_T}no" >&6
12169fi
12170
12171 test -n "$CXX" && break
12172 done
12173fi
12174if test -z "$CXX"; then
12175 ac_ct_CXX=$CXX
12176 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12177do
12178 # Extract the first word of "$ac_prog", so it can be a program name with args.
12179set dummy $ac_prog; ac_word=$2
12180echo "$as_me:$LINENO: checking for $ac_word" >&5
12181echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12182if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12183 echo $ECHO_N "(cached) $ECHO_C" >&6
12184else
12185 if test -n "$ac_ct_CXX"; then
12186 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12187else
12188as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12189for as_dir in $PATH
12190do
12191 IFS=$as_save_IFS
12192 test -z "$as_dir" && as_dir=.
12193 for ac_exec_ext in '' $ac_executable_extensions; do
12194 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12195 ac_cv_prog_ac_ct_CXX="$ac_prog"
12196 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12197 break 2
12198 fi
12199done
12200done
12201
12202fi
12203fi
12204ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12205if test -n "$ac_ct_CXX"; then
12206 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12207echo "${ECHO_T}$ac_ct_CXX" >&6
12208else
12209 echo "$as_me:$LINENO: result: no" >&5
12210echo "${ECHO_T}no" >&6
12211fi
12212
12213 test -n "$ac_ct_CXX" && break
12214done
12215test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12216
12217 CXX=$ac_ct_CXX
12218fi
12219
12220
12221# Provide some information about the compiler.
12222echo "$as_me:$LINENO:" \
12223 "checking for C++ compiler version" >&5
12224ac_compiler=`set X $ac_compile; echo $2`
12225{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12226 (eval $ac_compiler --version </dev/null >&5) 2>&5
12227 ac_status=$?
12228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12229 (exit $ac_status); }
12230{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12231 (eval $ac_compiler -v </dev/null >&5) 2>&5
12232 ac_status=$?
12233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12234 (exit $ac_status); }
12235{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12236 (eval $ac_compiler -V </dev/null >&5) 2>&5
12237 ac_status=$?
12238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12239 (exit $ac_status); }
12240
12241echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12242echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12243if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12244 echo $ECHO_N "(cached) $ECHO_C" >&6
12245else
12246 cat >conftest.$ac_ext <<_ACEOF
12247/* confdefs.h. */
12248_ACEOF
12249cat confdefs.h >>conftest.$ac_ext
12250cat >>conftest.$ac_ext <<_ACEOF
12251/* end confdefs.h. */
12252
12253int
12254main ()
12255{
12256#ifndef __GNUC__
12257 choke me
12258#endif
12259
12260 ;
12261 return 0;
12262}
12263_ACEOF
12264rm -f conftest.$ac_objext
12265if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12266 (eval $ac_compile) 2>conftest.er1
a848cd7e 12267 ac_status=$?
ac1cb8d3
VS
12268 grep -v '^ *+' conftest.er1 >conftest.err
12269 rm -f conftest.er1
12270 cat conftest.err >&5
a848cd7e
SC
12271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12272 (exit $ac_status); } &&
07158944 12273 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12275 (eval $ac_try) 2>&5
12276 ac_status=$?
12277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12278 (exit $ac_status); }; } &&
12279 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12281 (eval $ac_try) 2>&5
12282 ac_status=$?
12283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12284 (exit $ac_status); }; }; then
12285 ac_compiler_gnu=yes
12286else
12287 echo "$as_me: failed program was:" >&5
12288sed 's/^/| /' conftest.$ac_ext >&5
12289
12290ac_compiler_gnu=no
12291fi
ac1cb8d3 12292rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12293ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
12294
12295fi
12296echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12297echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12298GXX=`test $ac_compiler_gnu = yes && echo yes`
12299ac_test_CXXFLAGS=${CXXFLAGS+set}
12300ac_save_CXXFLAGS=$CXXFLAGS
12301CXXFLAGS="-g"
12302echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12303echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12304if test "${ac_cv_prog_cxx_g+set}" = set; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12306else
12307 cat >conftest.$ac_ext <<_ACEOF
12308/* confdefs.h. */
12309_ACEOF
12310cat confdefs.h >>conftest.$ac_ext
12311cat >>conftest.$ac_ext <<_ACEOF
12312/* end confdefs.h. */
12313
12314int
12315main ()
12316{
12317
12318 ;
12319 return 0;
12320}
12321_ACEOF
12322rm -f conftest.$ac_objext
12323if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12324 (eval $ac_compile) 2>conftest.er1
a848cd7e 12325 ac_status=$?
ac1cb8d3
VS
12326 grep -v '^ *+' conftest.er1 >conftest.err
12327 rm -f conftest.er1
12328 cat conftest.err >&5
a848cd7e
SC
12329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12330 (exit $ac_status); } &&
07158944 12331 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12333 (eval $ac_try) 2>&5
12334 ac_status=$?
12335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12336 (exit $ac_status); }; } &&
12337 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12339 (eval $ac_try) 2>&5
12340 ac_status=$?
12341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12342 (exit $ac_status); }; }; then
12343 ac_cv_prog_cxx_g=yes
12344else
12345 echo "$as_me: failed program was:" >&5
12346sed 's/^/| /' conftest.$ac_ext >&5
12347
12348ac_cv_prog_cxx_g=no
12349fi
ac1cb8d3 12350rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12351fi
12352echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12353echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12354if test "$ac_test_CXXFLAGS" = set; then
12355 CXXFLAGS=$ac_save_CXXFLAGS
12356elif test $ac_cv_prog_cxx_g = yes; then
12357 if test "$GXX" = yes; then
12358 CXXFLAGS="-g -O2"
12359 else
12360 CXXFLAGS="-g"
12361 fi
12362else
12363 if test "$GXX" = yes; then
12364 CXXFLAGS="-O2"
12365 else
12366 CXXFLAGS=
12367 fi
12368fi
12369for ac_declaration in \
ac1cb8d3 12370 '' \
a848cd7e
SC
12371 'extern "C" void std::exit (int) throw (); using std::exit;' \
12372 'extern "C" void std::exit (int); using std::exit;' \
12373 'extern "C" void exit (int) throw ();' \
12374 'extern "C" void exit (int);' \
12375 'void exit (int);'
12376do
12377 cat >conftest.$ac_ext <<_ACEOF
12378/* confdefs.h. */
12379_ACEOF
12380cat confdefs.h >>conftest.$ac_ext
12381cat >>conftest.$ac_ext <<_ACEOF
12382/* end confdefs.h. */
de59c161 12383$ac_declaration
ac1cb8d3 12384#include <stdlib.h>
a848cd7e
SC
12385int
12386main ()
12387{
12388exit (42);
12389 ;
12390 return 0;
12391}
12392_ACEOF
12393rm -f conftest.$ac_objext
12394if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12395 (eval $ac_compile) 2>conftest.er1
a848cd7e 12396 ac_status=$?
ac1cb8d3
VS
12397 grep -v '^ *+' conftest.er1 >conftest.err
12398 rm -f conftest.er1
12399 cat conftest.err >&5
a848cd7e
SC
12400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12401 (exit $ac_status); } &&
07158944 12402 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12404 (eval $ac_try) 2>&5
12405 ac_status=$?
12406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12407 (exit $ac_status); }; } &&
12408 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12410 (eval $ac_try) 2>&5
12411 ac_status=$?
12412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12413 (exit $ac_status); }; }; then
12414 :
12415else
12416 echo "$as_me: failed program was:" >&5
12417sed 's/^/| /' conftest.$ac_ext >&5
12418
12419continue
12420fi
ac1cb8d3 12421rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12422 cat >conftest.$ac_ext <<_ACEOF
12423/* confdefs.h. */
12424_ACEOF
12425cat confdefs.h >>conftest.$ac_ext
12426cat >>conftest.$ac_ext <<_ACEOF
12427/* end confdefs.h. */
12428$ac_declaration
12429int
12430main ()
12431{
12432exit (42);
12433 ;
12434 return 0;
12435}
12436_ACEOF
12437rm -f conftest.$ac_objext
12438if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12439 (eval $ac_compile) 2>conftest.er1
a848cd7e 12440 ac_status=$?
ac1cb8d3
VS
12441 grep -v '^ *+' conftest.er1 >conftest.err
12442 rm -f conftest.er1
12443 cat conftest.err >&5
a848cd7e
SC
12444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12445 (exit $ac_status); } &&
07158944 12446 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12448 (eval $ac_try) 2>&5
12449 ac_status=$?
12450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451 (exit $ac_status); }; } &&
12452 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12454 (eval $ac_try) 2>&5
12455 ac_status=$?
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); }; }; then
12458 break
12459else
12460 echo "$as_me: failed program was:" >&5
12461sed 's/^/| /' conftest.$ac_ext >&5
12462
12463fi
ac1cb8d3 12464rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12465done
12466rm -f conftest*
12467if test -n "$ac_declaration"; then
12468 echo '#ifdef __cplusplus' >>confdefs.h
12469 echo $ac_declaration >>confdefs.h
12470 echo '#endif' >>confdefs.h
12471fi
12472
12473ac_ext=cc
12474ac_cpp='$CXXCPP $CPPFLAGS'
12475ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12476ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12477ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12478
6dcfc289 12479 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
480ccd21
DE
12480echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12481if test "${wx_cv_cxx_exto+set}" = set; then
12482 echo $ECHO_N "(cached) $ECHO_C" >&6
12483else
12484 cat >conftest.$ac_ext <<_ACEOF
12485/* confdefs.h. */
12486_ACEOF
12487cat confdefs.h >>conftest.$ac_ext
12488cat >>conftest.$ac_ext <<_ACEOF
12489/* end confdefs.h. */
12490
12491int
12492main ()
12493{
12494
12495 ;
12496 return 0;
12497}
12498_ACEOF
12499rm -f conftest.$ac_objext conftest.$ac_ext.o
12500if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12501 (eval $ac_compile) 2>&5
12502 ac_status=$?
12503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12504 (exit $ac_status); }; then
12505 for ac_file in `(ls conftest.* 2>/dev/null)`; do
12506 case $ac_file in
12507 conftest.$ac_ext.o)
12508 wx_cv_cxx_exto="-ext o"
12509 ;;
12510 *)
12511 ;;
12512 esac
12513done
12514else
12515 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12516See \`config.log' for more details." >&5
12517echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12518See \`config.log' for more details." >&2;}
12519 { (exit 1); exit 1; }; }
12520
12521fi
12522
12523rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
12524
12525fi
12526echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12527echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12528if test "x$wx_cv_cxx_exto" '!=' "x"; then
12529 if test "cxx" = "c"; then
12530 CFLAGS="$wx_cv_cxx_exto $CFLAGS"
12531 fi
12532 if test "cxx" = "cxx"; then
12533 CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS"
12534 fi
12535fi
12536
6dcfc289
DE
12537 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12538 unset ac_cv_prog_cxx_g
12539 ac_test_CXXFLAGS=${CXXFLAGS+set}
480ccd21
DE
12540ac_save_CXXFLAGS=$CXXFLAGS
12541CXXFLAGS="-g"
12542echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12543echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12544if test "${ac_cv_prog_cxx_g+set}" = set; then
12545 echo $ECHO_N "(cached) $ECHO_C" >&6
12546else
12547 cat >conftest.$ac_ext <<_ACEOF
12548/* confdefs.h. */
12549_ACEOF
12550cat confdefs.h >>conftest.$ac_ext
12551cat >>conftest.$ac_ext <<_ACEOF
12552/* end confdefs.h. */
12553
12554int
12555main ()
12556{
12557
12558 ;
12559 return 0;
12560}
12561_ACEOF
12562rm -f conftest.$ac_objext
12563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12564 (eval $ac_compile) 2>conftest.er1
12565 ac_status=$?
12566 grep -v '^ *+' conftest.er1 >conftest.err
12567 rm -f conftest.er1
12568 cat conftest.err >&5
12569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12570 (exit $ac_status); } &&
07158944 12571 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
480ccd21
DE
12572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12573 (eval $ac_try) 2>&5
12574 ac_status=$?
12575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12576 (exit $ac_status); }; } &&
12577 { ac_try='test -s conftest.$ac_objext'
12578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12579 (eval $ac_try) 2>&5
12580 ac_status=$?
12581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12582 (exit $ac_status); }; }; then
12583 ac_cv_prog_cxx_g=yes
12584else
12585 echo "$as_me: failed program was:" >&5
12586sed 's/^/| /' conftest.$ac_ext >&5
12587
12588ac_cv_prog_cxx_g=no
12589fi
12590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12591fi
12592echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12593echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12594if test "$ac_test_CXXFLAGS" = set; then
12595 CXXFLAGS=$ac_save_CXXFLAGS
12596elif test $ac_cv_prog_cxx_g = yes; then
12597 if test "$GXX" = yes; then
12598 CXXFLAGS="-g -O2"
12599 else
12600 CXXFLAGS="-g"
12601 fi
12602else
12603 if test "$GXX" = yes; then
12604 CXXFLAGS="-O2"
12605 else
12606 CXXFLAGS=
12607 fi
12608fi
6dcfc289
DE
12609 fi
12610 ac_ext=cc
95986553
DE
12611ac_cpp='$CXXCPP $CPPFLAGS'
12612ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12613ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12614ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12615
12616echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12617echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12618if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12619 echo $ECHO_N "(cached) $ECHO_C" >&6
12620else
12621 cat >conftest.$ac_ext <<_ACEOF
12622/* confdefs.h. */
12623_ACEOF
12624cat confdefs.h >>conftest.$ac_ext
12625cat >>conftest.$ac_ext <<_ACEOF
12626/* end confdefs.h. */
12627
12628int
12629main ()
12630{
12631#ifndef __MWERKS__
12632 choke me
12633#endif
12634
12635 ;
12636 return 0;
12637}
12638_ACEOF
12639rm -f conftest.$ac_objext
12640if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12641 (eval $ac_compile) 2>conftest.er1
12642 ac_status=$?
12643 grep -v '^ *+' conftest.er1 >conftest.err
12644 rm -f conftest.er1
12645 cat conftest.err >&5
12646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 (exit $ac_status); } &&
07158944 12648 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
95986553
DE
12649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12650 (eval $ac_try) 2>&5
12651 ac_status=$?
12652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12653 (exit $ac_status); }; } &&
12654 { ac_try='test -s conftest.$ac_objext'
12655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12656 (eval $ac_try) 2>&5
12657 ac_status=$?
12658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12659 (exit $ac_status); }; }; then
12660 bakefile_compiler_mwerks=yes
12661else
12662 echo "$as_me: failed program was:" >&5
12663sed 's/^/| /' conftest.$ac_ext >&5
12664
12665bakefile_compiler_mwerks=no
12666fi
12667rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12668 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
12669
12670fi
12671echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12672echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12673
0e6fa1d9 12674MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
95986553
DE
12675ac_ext=cc
12676ac_cpp='$CXXCPP $CPPFLAGS'
12677ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12678ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12679ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12680
12681
6dcfc289 12682 ac_ext=cc
9273ffba
DE
12683ac_cpp='$CXXCPP $CPPFLAGS'
12684ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12685ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12686ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12687
12688echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12689echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12690if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12691 echo $ECHO_N "(cached) $ECHO_C" >&6
12692else
12693 cat >conftest.$ac_ext <<_ACEOF
12694/* confdefs.h. */
12695_ACEOF
12696cat confdefs.h >>conftest.$ac_ext
12697cat >>conftest.$ac_ext <<_ACEOF
12698/* end confdefs.h. */
12699
12700int
12701main ()
12702{
12703#ifndef __xlC__
12704 choke me
12705#endif
12706
12707 ;
12708 return 0;
12709}
12710_ACEOF
12711rm -f conftest.$ac_objext
12712if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12713 (eval $ac_compile) 2>conftest.er1
12714 ac_status=$?
12715 grep -v '^ *+' conftest.er1 >conftest.err
12716 rm -f conftest.er1
12717 cat conftest.err >&5
12718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12719 (exit $ac_status); } &&
07158944 12720 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9273ffba
DE
12721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12722 (eval $ac_try) 2>&5
12723 ac_status=$?
12724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12725 (exit $ac_status); }; } &&
12726 { ac_try='test -s conftest.$ac_objext'
12727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12728 (eval $ac_try) 2>&5
12729 ac_status=$?
12730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12731 (exit $ac_status); }; }; then
12732 wx_compiler_xlc=yes
12733else
12734 echo "$as_me: failed program was:" >&5
12735sed 's/^/| /' conftest.$ac_ext >&5
12736
12737wx_compiler_xlc=no
12738fi
12739rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12740 wx_cv_cxx_compiler_xlc=$wx_compiler_xlc
12741
12742fi
12743echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
12744echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
12745
0e6fa1d9 12746XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
9273ffba
DE
12747ac_ext=cc
12748ac_cpp='$CXXCPP $CPPFLAGS'
12749ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12750ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12751ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12752
12753
95986553 12754
6dcfc289 12755
a848cd7e
SC
12756ac_ext=c
12757ac_cpp='$CPP $CPPFLAGS'
12758ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12759ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12760ac_compiler_gnu=$ac_cv_c_compiler_gnu
12761
12762
a848cd7e
SC
12763if test -n "$ac_tool_prefix"; then
12764 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12765set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12766echo "$as_me:$LINENO: checking for $ac_word" >&5
12767echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12768if test "${ac_cv_prog_RANLIB+set}" = set; then
12769 echo $ECHO_N "(cached) $ECHO_C" >&6
12770else
12771 if test -n "$RANLIB"; then
12772 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12773else
12774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12775for as_dir in $PATH
12776do
12777 IFS=$as_save_IFS
12778 test -z "$as_dir" && as_dir=.
12779 for ac_exec_ext in '' $ac_executable_extensions; do
12780 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12781 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12783 break 2
12784 fi
12785done
12786done
12787
12788fi
12789fi
12790RANLIB=$ac_cv_prog_RANLIB
12791if test -n "$RANLIB"; then
12792 echo "$as_me:$LINENO: result: $RANLIB" >&5
12793echo "${ECHO_T}$RANLIB" >&6
12794else
12795 echo "$as_me:$LINENO: result: no" >&5
12796echo "${ECHO_T}no" >&6
12797fi
12798
12799fi
12800if test -z "$ac_cv_prog_RANLIB"; then
12801 ac_ct_RANLIB=$RANLIB
12802 # Extract the first word of "ranlib", so it can be a program name with args.
12803set dummy ranlib; ac_word=$2
12804echo "$as_me:$LINENO: checking for $ac_word" >&5
12805echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12806if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
12807 echo $ECHO_N "(cached) $ECHO_C" >&6
12808else
12809 if test -n "$ac_ct_RANLIB"; then
12810 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12811else
12812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12813for as_dir in $PATH
12814do
12815 IFS=$as_save_IFS
12816 test -z "$as_dir" && as_dir=.
12817 for ac_exec_ext in '' $ac_executable_extensions; do
12818 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12819 ac_cv_prog_ac_ct_RANLIB="ranlib"
12820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12821 break 2
12822 fi
12823done
12824done
12825
12826 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
12827fi
12828fi
12829ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12830if test -n "$ac_ct_RANLIB"; then
12831 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
12832echo "${ECHO_T}$ac_ct_RANLIB" >&6
12833else
12834 echo "$as_me:$LINENO: result: no" >&5
12835echo "${ECHO_T}no" >&6
12836fi
12837
12838 RANLIB=$ac_ct_RANLIB
12839else
12840 RANLIB="$ac_cv_prog_RANLIB"
12841fi
12842
12843
12844# Extract the first word of "ar", so it can be a program name with args.
12845set dummy ar; ac_word=$2
12846echo "$as_me:$LINENO: checking for $ac_word" >&5
12847echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12848if test "${ac_cv_prog_AR+set}" = set; then
12849 echo $ECHO_N "(cached) $ECHO_C" >&6
12850else
12851 if test -n "$AR"; then
12852 ac_cv_prog_AR="$AR" # Let the user override the test.
12853else
12854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12855for as_dir in $PATH
12856do
12857 IFS=$as_save_IFS
12858 test -z "$as_dir" && as_dir=.
12859 for ac_exec_ext in '' $ac_executable_extensions; do
12860 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12861 ac_cv_prog_AR="ar"
12862 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12863 break 2
12864 fi
12865done
12866done
12867
12868fi
12869fi
12870AR=$ac_cv_prog_AR
12871if test -n "$AR"; then
12872 echo "$as_me:$LINENO: result: $AR" >&5
12873echo "${ECHO_T}$AR" >&6
12874else
12875 echo "$as_me:$LINENO: result: no" >&5
12876echo "${ECHO_T}no" >&6
12877fi
12878
12879if test "x$AR" = "x" ; then
77ffb593
JS
12880 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
12881echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
a848cd7e
SC
12882 { (exit 1); exit 1; }; }
12883fi
12884
12885# Find a good install program. We prefer a C program (faster),
12886# so one script is as good as another. But avoid the broken or
12887# incompatible versions:
12888# SysV /etc/install, /usr/sbin/install
12889# SunOS /usr/etc/install
12890# IRIX /sbin/install
12891# AIX /bin/install
12892# AmigaOS /C/install, which installs bootblocks on floppy discs
12893# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
12894# AFS /usr/afsws/bin/install, which mishandles nonexistent args
12895# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 12896# OS/2's system install, which has a completely different semantic
a848cd7e
SC
12897# ./install, which can be erroneously created by make from ./install.sh.
12898echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
12899echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
12900if test -z "$INSTALL"; then
12901if test "${ac_cv_path_install+set}" = set; then
12902 echo $ECHO_N "(cached) $ECHO_C" >&6
12903else
12904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12905for as_dir in $PATH
12906do
12907 IFS=$as_save_IFS
12908 test -z "$as_dir" && as_dir=.
12909 # Account for people who put trailing slashes in PATH elements.
12910case $as_dir/ in
12911 ./ | .// | /cC/* | \
12912 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 12913 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
12914 /usr/ucb/* ) ;;
12915 *)
12916 # OSF1 and SCO ODT 3.0 have their own names for install.
12917 # Don't use installbsd from OSF since it installs stuff as root
12918 # by default.
12919 for ac_prog in ginstall scoinst install; do
12920 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
12921 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
12922 if test $ac_prog = install &&
12923 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
12924 # AIX install. It has an incompatible calling convention.
12925 :
12926 elif test $ac_prog = install &&
12927 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
12928 # program-specific install script used by HP pwplus--don't use.
12929 :
12930 else
12931 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
12932 break 3
12933 fi
12934 fi
a848cd7e
SC
12935 done
12936 done
12937 ;;
12938esac
12939done
12940
12941
12942fi
12943 if test "${ac_cv_path_install+set}" = set; then
12944 INSTALL=$ac_cv_path_install
12945 else
12946 # As a last resort, use the slow shell script. We don't cache a
12947 # path for INSTALL within a source directory, because that will
12948 # break other packages using the cache if that directory is
12949 # removed, or if the path is relative.
12950 INSTALL=$ac_install_sh
12951 fi
12952fi
12953echo "$as_me:$LINENO: result: $INSTALL" >&5
12954echo "${ECHO_T}$INSTALL" >&6
12955
12956# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
12957# It thinks the first close brace ends the variable substitution.
12958test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
12959
12960test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
12961
12962test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
12963
12964
12965case ${INSTALL} in
12966 /* ) # Absolute
12967 ;;
12968 ?:* ) # Drive letter, considered as absolute.
12969 ;;
12970 *)
12971 INSTALL=`pwd`/${INSTALL} ;;
12972esac
12973
a848cd7e
SC
12974
12975case "${host}" in
12976
12977 powerpc-*-darwin* )
12978 INSTALL_PROGRAM="cp -fp"
12979 INSTALL_DATA="cp -fp"
12980 ;;
12981 *)
12982 ;;
12983esac
12984
12985# Extract the first word of "strip", so it can be a program name with args.
12986set dummy strip; ac_word=$2
12987echo "$as_me:$LINENO: checking for $ac_word" >&5
12988echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12989if test "${ac_cv_prog_STRIP+set}" = set; then
12990 echo $ECHO_N "(cached) $ECHO_C" >&6
12991else
12992 if test -n "$STRIP"; then
12993 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
12994else
12995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12996for as_dir in $PATH
12997do
12998 IFS=$as_save_IFS
12999 test -z "$as_dir" && as_dir=.
13000 for ac_exec_ext in '' $ac_executable_extensions; do
13001 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13002 ac_cv_prog_STRIP="strip"
13003 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13004 break 2
13005 fi
13006done
13007done
13008
13009 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
13010fi
13011fi
13012STRIP=$ac_cv_prog_STRIP
13013if test -n "$STRIP"; then
13014 echo "$as_me:$LINENO: result: $STRIP" >&5
13015echo "${ECHO_T}$STRIP" >&6
13016else
13017 echo "$as_me:$LINENO: result: no" >&5
13018echo "${ECHO_T}no" >&6
13019fi
13020
13021
13022echo "$as_me:$LINENO: checking if make is GNU make" >&5
13023echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13024if test "${wx_cv_prog_makeisgnu+set}" = set; then
13025 echo $ECHO_N "(cached) $ECHO_C" >&6
13026else
13027
13028 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
13029 egrep -s GNU > /dev/null); then
13030 wx_cv_prog_makeisgnu="yes"
13031 else
13032 wx_cv_prog_makeisgnu="no"
13033 fi
13034
13035fi
13036echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13037echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13038
13039if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13040 IF_GNU_MAKE=""
13041else
13042 IF_GNU_MAKE="#"
13043fi
13044
13045
13046
13047if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13048echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13049echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13050if test "${wx_cv_prog_makevpath+set}" = set; then
13051 echo $ECHO_N "(cached) $ECHO_C" >&6
13052else
13053
13054cat - << EOF > confMake
13055check : file
13056 cp \$? \$@
13057 cp \$? final_file
13058EOF
13059
13060if test ! -d sub ; then
13061 mkdir sub
13062fi
13063echo dummy > sub/file
13064${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
13065RESULT=$?
13066rm -f sub/file check final_file confMake
13067rmdir sub
13068if test "$RESULT" = 0; then
13069 wx_cv_prog_makevpath="yes"
13070else
13071 wx_cv_prog_makevpath="no"
13072fi
13073
13074fi
13075echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13076echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13077
13078if test "x$wx_cv_prog_makevpath" != "xyes"; then
13079{ { echo "$as_me:$LINENO: error:
13080You need a make-utility that is able to use the variable
13081VPATH correctly.
13082If your version of make does not support VPATH correctly,
13083please install GNU-make (possibly as gmake), and start
13084configure with the following command:
13085export MAKE=gmake; ./configure for sh-type shells
13086setenv MAKE gmake; ./configure for csh-type shells
13087Also please do remember to use gmake in this case every time
13088you are trying to compile.
13089" >&5
13090echo "$as_me: error:
13091You need a make-utility that is able to use the variable
13092VPATH correctly.
13093If your version of make does not support VPATH correctly,
13094please install GNU-make (possibly as gmake), and start
13095configure with the following command:
13096export MAKE=gmake; ./configure for sh-type shells
13097setenv MAKE gmake; ./configure for csh-type shells
13098Also please do remember to use gmake in this case every time
13099you are trying to compile.
13100" >&2;}
13101 { (exit 1); exit 1; }; }
13102fi fi
13103echo "$as_me:$LINENO: checking whether ln -s works" >&5
13104echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13105LN_S=$as_ln_s
13106if test "$LN_S" = "ln -s"; then
13107 echo "$as_me:$LINENO: result: yes" >&5
13108echo "${ECHO_T}yes" >&6
13109else
13110 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13111echo "${ECHO_T}no, using $LN_S" >&6
13112fi
13113
13114
13115
9273ffba
DE
13116if test "x$XLCXX" = "xyes"; then
13117 CXXFLAGS="$CXXFLAGS -qunique"
13118fi
13119
13120
4d7ec9f1
DE
13121case "${host}" in
13122 powerpc-*-darwin* )
13123 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13124echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13125 cat >conftest.$ac_ext <<_ACEOF
13126/* confdefs.h. */
13127_ACEOF
13128cat confdefs.h >>conftest.$ac_ext
13129cat >>conftest.$ac_ext <<_ACEOF
13130/* end confdefs.h. */
13131
13132int
13133main ()
13134{
13135#ifndef __POWERPC__
13136 choke me for lack of PowerPC
13137#endif
13138
13139 ;
13140 return 0;
13141}
13142_ACEOF
13143rm -f conftest.$ac_objext
13144if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13145 (eval $ac_compile) 2>conftest.er1
13146 ac_status=$?
13147 grep -v '^ *+' conftest.er1 >conftest.err
13148 rm -f conftest.er1
13149 cat conftest.err >&5
13150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13151 (exit $ac_status); } &&
07158944 13152 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
13153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13154 (eval $ac_try) 2>&5
13155 ac_status=$?
13156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13157 (exit $ac_status); }; } &&
13158 { ac_try='test -s conftest.$ac_objext'
13159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13160 (eval $ac_try) 2>&5
13161 ac_status=$?
13162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13163 (exit $ac_status); }; }; then
13164 echo "$as_me:$LINENO: result: yes" >&5
13165echo "${ECHO_T}yes" >&6
13166else
13167 echo "$as_me: failed program was:" >&5
13168sed 's/^/| /' conftest.$ac_ext >&5
13169
13170echo "$as_me:$LINENO: result: no" >&5
13171echo "${ECHO_T}no" >&6
13172 cat >>confdefs.h <<\_ACEOF
13173#define __POWERPC__ 1
13174_ACEOF
13175
13176
13177fi
13178rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13179 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13180echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13181 cat >conftest.$ac_ext <<_ACEOF
13182/* confdefs.h. */
13183_ACEOF
13184cat confdefs.h >>conftest.$ac_ext
13185cat >>conftest.$ac_ext <<_ACEOF
13186/* end confdefs.h. */
13187#include <CoreFoundation/CFBase.h>
13188
13189int
13190main ()
13191{
13192
13193 ;
13194 return 0;
13195}
13196_ACEOF
13197rm -f conftest.$ac_objext
13198if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13199 (eval $ac_compile) 2>conftest.er1
13200 ac_status=$?
13201 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1
13203 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } &&
07158944 13206 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5
13209 ac_status=$?
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); }; } &&
13212 { ac_try='test -s conftest.$ac_objext'
13213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13214 (eval $ac_try) 2>&5
13215 ac_status=$?
13216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13217 (exit $ac_status); }; }; then
13218 echo "$as_me:$LINENO: result: yes" >&5
13219echo "${ECHO_T}yes" >&6
13220else
13221 echo "$as_me: failed program was:" >&5
13222sed 's/^/| /' conftest.$ac_ext >&5
13223
13224echo "$as_me:$LINENO: result: no" >&5
13225echo "${ECHO_T}no" >&6
13226 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13227echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13228 cat >conftest.$ac_ext <<_ACEOF
13229/* confdefs.h. */
13230_ACEOF
13231cat confdefs.h >>conftest.$ac_ext
13232cat >>conftest.$ac_ext <<_ACEOF
13233/* end confdefs.h. */
13234#define __CF_USE_FRAMEWORK_INCLUDES__
13235#include <CoreFoundation/CFBase.h>
13236
13237int
13238main ()
13239{
13240
13241 ;
13242 return 0;
13243}
13244_ACEOF
13245rm -f conftest.$ac_objext
13246if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13247 (eval $ac_compile) 2>conftest.er1
13248 ac_status=$?
13249 grep -v '^ *+' conftest.er1 >conftest.err
13250 rm -f conftest.er1
13251 cat conftest.err >&5
13252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13253 (exit $ac_status); } &&
07158944 13254 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
13255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13256 (eval $ac_try) 2>&5
13257 ac_status=$?
13258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13259 (exit $ac_status); }; } &&
13260 { ac_try='test -s conftest.$ac_objext'
13261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13262 (eval $ac_try) 2>&5
13263 ac_status=$?
13264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13265 (exit $ac_status); }; }; then
13266 echo "$as_me:$LINENO: result: yes" >&5
13267echo "${ECHO_T}yes" >&6
13268 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
13269else
13270 echo "$as_me: failed program was:" >&5
13271sed 's/^/| /' conftest.$ac_ext >&5
13272
13273{ { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
13274See \`config.log' for more details." >&5
13275echo "$as_me: error: no. CoreFoundation not available.
13276See \`config.log' for more details." >&2;}
13277 { (exit 1); exit 1; }; }
13278
13279fi
13280rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13281
13282
13283fi
13284rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13285 ;;
13286esac
13287
a848cd7e
SC
13288case "${host}" in
13289 *-pc-os2_emx | *-pc-os2-emx )
13290 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
13291 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
13292echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
13293if test "${ac_cv_lib_cExt_drand48+set}" = set; then
13294 echo $ECHO_N "(cached) $ECHO_C" >&6
13295else
13296 ac_check_lib_save_LIBS=$LIBS
13297LIBS="-lcExt $LIBS"
13298cat >conftest.$ac_ext <<_ACEOF
13299/* confdefs.h. */
13300_ACEOF
13301cat confdefs.h >>conftest.$ac_ext
13302cat >>conftest.$ac_ext <<_ACEOF
13303/* end confdefs.h. */
13304
13305/* Override any gcc2 internal prototype to avoid an error. */
13306#ifdef __cplusplus
13307extern "C"
13308#endif
13309/* We use char because int might match the return type of a gcc2
13310 builtin and then its argument prototype would still apply. */
13311char drand48 ();
13312int
13313main ()
13314{
13315drand48 ();
13316 ;
13317 return 0;
13318}
13319_ACEOF
13320rm -f conftest.$ac_objext conftest$ac_exeext
13321if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 13322 (eval $ac_link) 2>conftest.er1
a848cd7e 13323 ac_status=$?
ac1cb8d3
VS
13324 grep -v '^ *+' conftest.er1 >conftest.err
13325 rm -f conftest.er1
13326 cat conftest.err >&5
a848cd7e
SC
13327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328 (exit $ac_status); } &&
07158944 13329 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13331 (eval $ac_try) 2>&5
13332 ac_status=$?
13333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13334 (exit $ac_status); }; } &&
13335 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
13336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13337 (eval $ac_try) 2>&5
13338 ac_status=$?
13339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13340 (exit $ac_status); }; }; then
13341 ac_cv_lib_cExt_drand48=yes
13342else
13343 echo "$as_me: failed program was:" >&5
13344sed 's/^/| /' conftest.$ac_ext >&5
13345
13346ac_cv_lib_cExt_drand48=no
13347fi
ac1cb8d3
VS
13348rm -f conftest.err conftest.$ac_objext \
13349 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
13350LIBS=$ac_check_lib_save_LIBS
13351fi
13352echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
13353echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
13354if test $ac_cv_lib_cExt_drand48 = yes; then
13355 LIBS="$LIBS -lcExt"
13356fi
13357
13358 else
13359 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
13360 fi
69120ee4
VZ
13361 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
13362echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
a848cd7e
SC
13363if test "${wx_cv_gccversion+set}" = set; then
13364 echo $ECHO_N "(cached) $ECHO_C" >&6
13365else
13366
391a765e
VS
13367 if test "$cross_compiling" = yes; then
13368 wx_cv_gccversion="EMX2"
13369
13370else
13371 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
13372/* confdefs.h. */
13373_ACEOF
13374cat confdefs.h >>conftest.$ac_ext
13375cat >>conftest.$ac_ext <<_ACEOF
13376/* end confdefs.h. */
13377
391a765e 13378 #include <stdio.h>
a848cd7e 13379
391a765e
VS
13380 int main()
13381 {
13382 FILE *f=fopen("conftestval", "w");
13383 if (!f) exit(1);
13384 fprintf(f,
a848cd7e 13385 #if (__GNUC__ < 3)
391a765e
VS
13386 "EMX2"
13387 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
13388 "EMX3"
13389 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
13390 "Innotek5"
13391 #else
13392 "Innotek6"
a848cd7e 13393 #endif
391a765e
VS
13394 );
13395 exit(0);
13396 }
a848cd7e 13397
a848cd7e 13398_ACEOF
391a765e
VS
13399rm -f conftest$ac_exeext
13400if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13401 (eval $ac_link) 2>&5
ac1cb8d3
VS
13402 ac_status=$?
13403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
391a765e 13404 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
a848cd7e
SC
13405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13406 (eval $ac_try) 2>&5
13407 ac_status=$?
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); }; }; then
391a765e 13410 wx_cv_gccversion=`cat conftestval`
a848cd7e 13411else
391a765e
VS
13412 echo "$as_me: program exited with status $ac_status" >&5
13413echo "$as_me: failed program was:" >&5
a848cd7e
SC
13414sed 's/^/| /' conftest.$ac_ext >&5
13415
391a765e
VS
13416( exit $ac_status )
13417wx_cv_gccversion="EMX2"
a848cd7e 13418fi
391a765e 13419rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 13420fi
a848cd7e
SC
13421
13422fi
13423echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
13424echo "${ECHO_T}$wx_cv_gccversion" >&6
391a765e 13425 if test "$wx_cv_gccversion" = "EMX2"; then
a848cd7e
SC
13426 LIBS="$LIBS -lstdcpp"
13427 LDFLAGS="$LDFLAGS -Zsysv-signals"
13428 else
391a765e 13429 if test "$wx_cv_gccversion" = "EMX3"; then
a848cd7e
SC
13430 LIBS="$LIBS -lstdcxx"
13431 LDFLAGS="$LDFLAGS -Zsysv-signals"
13432 else
13433 LIBS="$LIBS -lstdc++"
13434 fi
13435 fi
94acd38e
DE
13436 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
13437 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
13438echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
13439 wxUSE_OMF=yes
2da0c077 13440 enable_omf=yes
a848cd7e
SC
13441 fi
13442 ;;
13443 *)
13444
13445
13446
13447 ac_ext=cc
13448ac_cpp='$CXXCPP $CPPFLAGS'
13449ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13450ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13451ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13452
13453
95986553 13454 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
a848cd7e
SC
13455echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
13456if test "${ac_cv_string_strcasecmp+set}" = set; then
13457 echo $ECHO_N "(cached) $ECHO_C" >&6
13458else
13459
13460 cat >conftest.$ac_ext <<_ACEOF
13461/* confdefs.h. */
13462_ACEOF
13463cat confdefs.h >>conftest.$ac_ext
13464cat >>conftest.$ac_ext <<_ACEOF
13465/* end confdefs.h. */
13466
13467 #include <string.h>
13468
13469int
13470main ()
13471{
13472
13473 strcasecmp("foo", "bar");
13474
13475 ;
13476 return 0;
13477}
13478_ACEOF
13479rm -f conftest.$ac_objext conftest$ac_exeext
13480if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 13481 (eval $ac_link) 2>conftest.er1
a848cd7e 13482 ac_status=$?
ac1cb8d3
VS
13483 grep -v '^ *+' conftest.er1 >conftest.err
13484 rm -f conftest.er1
13485 cat conftest.err >&5
a848cd7e
SC
13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); } &&
07158944 13488 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13490 (eval $ac_try) 2>&5
13491 ac_status=$?
13492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13493 (exit $ac_status); }; } &&
13494 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
13495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13496 (eval $ac_try) 2>&5
13497 ac_status=$?
13498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13499 (exit $ac_status); }; }; then
13500 ac_cv_string_strcasecmp=yes
13501else
13502 echo "$as_me: failed program was:" >&5
13503sed 's/^/| /' conftest.$ac_ext >&5
13504
13505ac_cv_string_strcasecmp=no
13506
13507fi
ac1cb8d3
VS
13508rm -f conftest.err conftest.$ac_objext \
13509 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
13510
13511fi
13512echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
13513echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
13514
13515 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
13516 cat >>confdefs.h <<\_ACEOF
13517#define HAVE_STRCASECMP_IN_STRING_H 1
13518_ACEOF
13519
13520 else
13521 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
13522echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
13523if test "${ac_cv_strings_strcasecmp+set}" = set; then
13524 echo $ECHO_N "(cached) $ECHO_C" >&6
13525else
13526
13527 cat >conftest.$ac_ext <<_ACEOF
13528/* confdefs.h. */
13529_ACEOF
13530cat confdefs.h >>conftest.$ac_ext
13531cat >>conftest.$ac_ext <<_ACEOF
13532/* end confdefs.h. */
13533
13534 #include <strings.h>
13535
13536int
13537main ()
13538{
13539
13540 strcasecmp("foo", "bar");
13541
13542 ;
13543 return 0;
13544}
13545_ACEOF
13546rm -f conftest.$ac_objext conftest$ac_exeext
13547if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 13548 (eval $ac_link) 2>conftest.er1
a848cd7e 13549 ac_status=$?
ac1cb8d3
VS
13550 grep -v '^ *+' conftest.er1 >conftest.err
13551 rm -f conftest.er1
13552 cat conftest.err >&5
a848cd7e
SC
13553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554 (exit $ac_status); } &&
07158944 13555 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13557 (eval $ac_try) 2>&5
13558 ac_status=$?
13559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13560 (exit $ac_status); }; } &&
13561 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
13562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13563 (eval $ac_try) 2>&5
13564 ac_status=$?
13565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13566 (exit $ac_status); }; }; then
13567 ac_cv_strings_strcasecmp=yes
13568else
13569 echo "$as_me: failed program was:" >&5
13570sed 's/^/| /' conftest.$ac_ext >&5
13571
13572ac_cv_strings_strcasecmp=no
13573
13574fi
ac1cb8d3
VS
13575rm -f conftest.err conftest.$ac_objext \
13576 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
13577
13578fi
13579echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
13580echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
13581
0c3c69fc 13582 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
a848cd7e
SC
13583 cat >>confdefs.h <<\_ACEOF
13584#define HAVE_STRCASECMP_IN_STRINGS_H 1
13585_ACEOF
13586
13587 else
13588 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
13589echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
13590 { (exit 1); exit 1; }; }
13591 fi
13592 fi
13593
13594 ac_ext=c
13595ac_cpp='$CPP $CPPFLAGS'
13596ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13597ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13598ac_compiler_gnu=$ac_cv_c_compiler_gnu
13599
13600 ;;
13601esac
13602
13603
13604echo "$as_me:$LINENO: checking for ANSI C header files" >&5
13605echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
13606if test "${ac_cv_header_stdc+set}" = set; then
13607 echo $ECHO_N "(cached) $ECHO_C" >&6
13608else
13609 cat >conftest.$ac_ext <<_ACEOF
13610/* confdefs.h. */
13611_ACEOF
13612cat confdefs.h >>conftest.$ac_ext
13613cat >>conftest.$ac_ext <<_ACEOF
13614/* end confdefs.h. */
13615#include <stdlib.h>
13616#include <stdarg.h>
13617#include <string.h>
13618#include <float.h>
13619
13620int
13621main ()
13622{
13623
13624 ;
13625 return 0;
13626}
13627_ACEOF
13628rm -f conftest.$ac_objext
13629if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13630 (eval $ac_compile) 2>conftest.er1
a848cd7e 13631 ac_status=$?
ac1cb8d3
VS
13632 grep -v '^ *+' conftest.er1 >conftest.err
13633 rm -f conftest.er1
13634 cat conftest.err >&5
a848cd7e
SC
13635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13636 (exit $ac_status); } &&
07158944 13637 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13639 (eval $ac_try) 2>&5
13640 ac_status=$?
13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); }; } &&
13643 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13645 (eval $ac_try) 2>&5
13646 ac_status=$?
13647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648 (exit $ac_status); }; }; then
13649 ac_cv_header_stdc=yes
13650else
13651 echo "$as_me: failed program was:" >&5
13652sed 's/^/| /' conftest.$ac_ext >&5
13653
13654ac_cv_header_stdc=no
13655fi
ac1cb8d3 13656rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13657
13658if test $ac_cv_header_stdc = yes; then
13659 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13660 cat >conftest.$ac_ext <<_ACEOF
13661/* confdefs.h. */
13662_ACEOF
13663cat confdefs.h >>conftest.$ac_ext
13664cat >>conftest.$ac_ext <<_ACEOF
13665/* end confdefs.h. */
13666#include <string.h>
13667
13668_ACEOF
13669if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13670 $EGREP "memchr" >/dev/null 2>&1; then
13671 :
13672else
13673 ac_cv_header_stdc=no
13674fi
13675rm -f conftest*
13676
13677fi
13678
13679if test $ac_cv_header_stdc = yes; then
13680 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13681 cat >conftest.$ac_ext <<_ACEOF
13682/* confdefs.h. */
13683_ACEOF
13684cat confdefs.h >>conftest.$ac_ext
13685cat >>conftest.$ac_ext <<_ACEOF
13686/* end confdefs.h. */
13687#include <stdlib.h>
13688
13689_ACEOF
13690if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13691 $EGREP "free" >/dev/null 2>&1; then
13692 :
13693else
13694 ac_cv_header_stdc=no
13695fi
13696rm -f conftest*
13697
13698fi
13699
13700if test $ac_cv_header_stdc = yes; then
13701 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13702 if test "$cross_compiling" = yes; then
13703 :
13704else
13705 cat >conftest.$ac_ext <<_ACEOF
13706/* confdefs.h. */
13707_ACEOF
13708cat confdefs.h >>conftest.$ac_ext
13709cat >>conftest.$ac_ext <<_ACEOF
13710/* end confdefs.h. */
13711#include <ctype.h>
13712#if ((' ' & 0x0FF) == 0x020)
13713# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13714# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13715#else
13716# define ISLOWER(c) \
ac1cb8d3
VS
13717 (('a' <= (c) && (c) <= 'i') \
13718 || ('j' <= (c) && (c) <= 'r') \
13719 || ('s' <= (c) && (c) <= 'z'))
a848cd7e
SC
13720# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13721#endif
13722
13723#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13724int
13725main ()
13726{
13727 int i;
13728 for (i = 0; i < 256; i++)
13729 if (XOR (islower (i), ISLOWER (i))
ac1cb8d3 13730 || toupper (i) != TOUPPER (i))
a848cd7e
SC
13731 exit(2);
13732 exit (0);
13733}
13734_ACEOF
13735rm -f conftest$ac_exeext
13736if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13737 (eval $ac_link) 2>&5
13738 ac_status=$?
13739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13740 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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 :
13747else
13748 echo "$as_me: program exited with status $ac_status" >&5
13749echo "$as_me: failed program was:" >&5
13750sed 's/^/| /' conftest.$ac_ext >&5
13751
13752( exit $ac_status )
13753ac_cv_header_stdc=no
13754fi
ac1cb8d3 13755rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13756fi
13757fi
13758fi
13759echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
13760echo "${ECHO_T}$ac_cv_header_stdc" >&6
13761if test $ac_cv_header_stdc = yes; then
13762
13763cat >>confdefs.h <<\_ACEOF
13764#define STDC_HEADERS 1
13765_ACEOF
13766
13767fi
13768
13769# On IRIX 5.3, sys/types and inttypes.h are conflicting.
13770
13771
13772
13773
13774
13775
13776
13777
13778
13779for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
ac1cb8d3 13780 inttypes.h stdint.h unistd.h
a848cd7e
SC
13781do
13782as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13783echo "$as_me:$LINENO: checking for $ac_header" >&5
13784echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13785if eval "test \"\${$as_ac_Header+set}\" = set"; then
13786 echo $ECHO_N "(cached) $ECHO_C" >&6
13787else
13788 cat >conftest.$ac_ext <<_ACEOF
13789/* confdefs.h. */
13790_ACEOF
13791cat confdefs.h >>conftest.$ac_ext
13792cat >>conftest.$ac_ext <<_ACEOF
13793/* end confdefs.h. */
13794$ac_includes_default
13795
13796#include <$ac_header>
13797_ACEOF
13798rm -f conftest.$ac_objext
13799if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13800 (eval $ac_compile) 2>conftest.er1
a848cd7e 13801 ac_status=$?
ac1cb8d3
VS
13802 grep -v '^ *+' conftest.er1 >conftest.err
13803 rm -f conftest.er1
13804 cat conftest.err >&5
a848cd7e
SC
13805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13806 (exit $ac_status); } &&
07158944 13807 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13809 (eval $ac_try) 2>&5
13810 ac_status=$?
13811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13812 (exit $ac_status); }; } &&
13813 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13815 (eval $ac_try) 2>&5
13816 ac_status=$?
13817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13818 (exit $ac_status); }; }; then
13819 eval "$as_ac_Header=yes"
13820else
13821 echo "$as_me: failed program was:" >&5
13822sed 's/^/| /' conftest.$ac_ext >&5
13823
13824eval "$as_ac_Header=no"
13825fi
ac1cb8d3 13826rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13827fi
13828echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13829echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13830if test `eval echo '${'$as_ac_Header'}'` = yes; then
13831 cat >>confdefs.h <<_ACEOF
13832#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13833_ACEOF
13834
13835fi
13836
13837done
13838
13839
13840
13841for ac_header in stdlib.h
13842do
13843as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13844if eval "test \"\${$as_ac_Header+set}\" = set"; then
13845 echo "$as_me:$LINENO: checking for $ac_header" >&5
13846echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13847if eval "test \"\${$as_ac_Header+set}\" = set"; then
13848 echo $ECHO_N "(cached) $ECHO_C" >&6
13849fi
13850echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13851echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13852else
13853 # Is the header compilable?
13854echo "$as_me:$LINENO: checking $ac_header usability" >&5
13855echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13856cat >conftest.$ac_ext <<_ACEOF
13857/* confdefs.h. */
13858_ACEOF
13859cat confdefs.h >>conftest.$ac_ext
13860cat >>conftest.$ac_ext <<_ACEOF
13861/* end confdefs.h. */
13862$ac_includes_default
13863#include <$ac_header>
13864_ACEOF
13865rm -f conftest.$ac_objext
13866if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13867 (eval $ac_compile) 2>conftest.er1
a848cd7e 13868 ac_status=$?
ac1cb8d3
VS
13869 grep -v '^ *+' conftest.er1 >conftest.err
13870 rm -f conftest.er1
13871 cat conftest.err >&5
a848cd7e
SC
13872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13873 (exit $ac_status); } &&
07158944 13874 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13876 (eval $ac_try) 2>&5
13877 ac_status=$?
13878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13879 (exit $ac_status); }; } &&
13880 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13882 (eval $ac_try) 2>&5
13883 ac_status=$?
13884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13885 (exit $ac_status); }; }; then
13886 ac_header_compiler=yes
13887else
13888 echo "$as_me: failed program was:" >&5
13889sed 's/^/| /' conftest.$ac_ext >&5
13890
13891ac_header_compiler=no
13892fi
ac1cb8d3 13893rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13894echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13895echo "${ECHO_T}$ac_header_compiler" >&6
13896
13897# Is the header present?
13898echo "$as_me:$LINENO: checking $ac_header presence" >&5
13899echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13900cat >conftest.$ac_ext <<_ACEOF
13901/* confdefs.h. */
13902_ACEOF
13903cat confdefs.h >>conftest.$ac_ext
13904cat >>conftest.$ac_ext <<_ACEOF
13905/* end confdefs.h. */
13906#include <$ac_header>
13907_ACEOF
13908if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13909 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13910 ac_status=$?
13911 grep -v '^ *+' conftest.er1 >conftest.err
13912 rm -f conftest.er1
13913 cat conftest.err >&5
13914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13915 (exit $ac_status); } >/dev/null; then
13916 if test -s conftest.err; then
13917 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 13918 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
13919 else
13920 ac_cpp_err=
13921 fi
13922else
13923 ac_cpp_err=yes
13924fi
13925if test -z "$ac_cpp_err"; then
13926 ac_header_preproc=yes
13927else
13928 echo "$as_me: failed program was:" >&5
13929sed 's/^/| /' conftest.$ac_ext >&5
13930
13931 ac_header_preproc=no
13932fi
13933rm -f conftest.err conftest.$ac_ext
13934echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13935echo "${ECHO_T}$ac_header_preproc" >&6
13936
13937# So? What about this header?
ac1cb8d3
VS
13938case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13939 yes:no: )
a848cd7e
SC
13940 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13941echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
13942 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13943echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13944 ac_header_preproc=yes
a848cd7e 13945 ;;
ac1cb8d3 13946 no:yes:* )
a848cd7e
SC
13947 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13948echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
13949 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13950echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13951 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13952echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13953 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13954echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
13955 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13956echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
13957 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13958echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
13959 (
13960 cat <<\_ASBOX
ac1cb8d3
VS
13961## ----------------------------------------- ##
13962## Report this to wx-dev@lists.wxwidgets.org ##
13963## ----------------------------------------- ##
a848cd7e
SC
13964_ASBOX
13965 ) |
13966 sed "s/^/$as_me: WARNING: /" >&2
13967 ;;
13968esac
13969echo "$as_me:$LINENO: checking for $ac_header" >&5
13970echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13971if eval "test \"\${$as_ac_Header+set}\" = set"; then
13972 echo $ECHO_N "(cached) $ECHO_C" >&6
13973else
ac1cb8d3 13974 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
13975fi
13976echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13977echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13978
13979fi
13980if test `eval echo '${'$as_ac_Header'}'` = yes; then
13981 cat >>confdefs.h <<_ACEOF
13982#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13983_ACEOF
13984
13985fi
13986
13987done
13988
13989
13990for ac_header in malloc.h
13991do
13992as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13993if eval "test \"\${$as_ac_Header+set}\" = set"; then
13994 echo "$as_me:$LINENO: checking for $ac_header" >&5
13995echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13996if eval "test \"\${$as_ac_Header+set}\" = set"; then
13997 echo $ECHO_N "(cached) $ECHO_C" >&6
13998fi
13999echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14000echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14001else
14002 # Is the header compilable?
14003echo "$as_me:$LINENO: checking $ac_header usability" >&5
14004echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14005cat >conftest.$ac_ext <<_ACEOF
14006/* confdefs.h. */
14007_ACEOF
14008cat confdefs.h >>conftest.$ac_ext
14009cat >>conftest.$ac_ext <<_ACEOF
14010/* end confdefs.h. */
14011$ac_includes_default
14012#include <$ac_header>
14013_ACEOF
14014rm -f conftest.$ac_objext
14015if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14016 (eval $ac_compile) 2>conftest.er1
a848cd7e 14017 ac_status=$?
ac1cb8d3
VS
14018 grep -v '^ *+' conftest.er1 >conftest.err
14019 rm -f conftest.er1
14020 cat conftest.err >&5
a848cd7e
SC
14021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14022 (exit $ac_status); } &&
07158944 14023 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14025 (eval $ac_try) 2>&5
14026 ac_status=$?
14027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14028 (exit $ac_status); }; } &&
14029 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14031 (eval $ac_try) 2>&5
14032 ac_status=$?
14033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14034 (exit $ac_status); }; }; then
14035 ac_header_compiler=yes
14036else
14037 echo "$as_me: failed program was:" >&5
14038sed 's/^/| /' conftest.$ac_ext >&5
14039
14040ac_header_compiler=no
14041fi
ac1cb8d3 14042rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14043echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14044echo "${ECHO_T}$ac_header_compiler" >&6
14045
14046# Is the header present?
14047echo "$as_me:$LINENO: checking $ac_header presence" >&5
14048echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14049cat >conftest.$ac_ext <<_ACEOF
14050/* confdefs.h. */
14051_ACEOF
14052cat confdefs.h >>conftest.$ac_ext
14053cat >>conftest.$ac_ext <<_ACEOF
14054/* end confdefs.h. */
14055#include <$ac_header>
14056_ACEOF
14057if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14058 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14059 ac_status=$?
14060 grep -v '^ *+' conftest.er1 >conftest.err
14061 rm -f conftest.er1
14062 cat conftest.err >&5
14063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14064 (exit $ac_status); } >/dev/null; then
14065 if test -s conftest.err; then
14066 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14067 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14068 else
14069 ac_cpp_err=
14070 fi
14071else
14072 ac_cpp_err=yes
14073fi
14074if test -z "$ac_cpp_err"; then
14075 ac_header_preproc=yes
14076else
14077 echo "$as_me: failed program was:" >&5
14078sed 's/^/| /' conftest.$ac_ext >&5
14079
14080 ac_header_preproc=no
14081fi
14082rm -f conftest.err conftest.$ac_ext
14083echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14084echo "${ECHO_T}$ac_header_preproc" >&6
14085
14086# So? What about this header?
ac1cb8d3
VS
14087case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14088 yes:no: )
a848cd7e
SC
14089 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14090echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14091 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14092echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14093 ac_header_preproc=yes
a848cd7e 14094 ;;
ac1cb8d3 14095 no:yes:* )
a848cd7e
SC
14096 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14097echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14098 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14099echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14100 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14101echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14102 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14103echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14104 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14105echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14106 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14107echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14108 (
14109 cat <<\_ASBOX
ac1cb8d3
VS
14110## ----------------------------------------- ##
14111## Report this to wx-dev@lists.wxwidgets.org ##
14112## ----------------------------------------- ##
a848cd7e
SC
14113_ASBOX
14114 ) |
14115 sed "s/^/$as_me: WARNING: /" >&2
14116 ;;
14117esac
14118echo "$as_me:$LINENO: checking for $ac_header" >&5
14119echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14120if eval "test \"\${$as_ac_Header+set}\" = set"; then
14121 echo $ECHO_N "(cached) $ECHO_C" >&6
14122else
ac1cb8d3 14123 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14124fi
14125echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14126echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14127
14128fi
14129if test `eval echo '${'$as_ac_Header'}'` = yes; then
14130 cat >>confdefs.h <<_ACEOF
14131#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14132_ACEOF
14133
14134fi
14135
14136done
14137
14138
14139for ac_header in unistd.h
14140do
14141as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14142if eval "test \"\${$as_ac_Header+set}\" = set"; then
14143 echo "$as_me:$LINENO: checking for $ac_header" >&5
14144echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14145if eval "test \"\${$as_ac_Header+set}\" = set"; then
14146 echo $ECHO_N "(cached) $ECHO_C" >&6
14147fi
14148echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14149echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14150else
14151 # Is the header compilable?
14152echo "$as_me:$LINENO: checking $ac_header usability" >&5
14153echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14154cat >conftest.$ac_ext <<_ACEOF
14155/* confdefs.h. */
14156_ACEOF
14157cat confdefs.h >>conftest.$ac_ext
14158cat >>conftest.$ac_ext <<_ACEOF
14159/* end confdefs.h. */
14160$ac_includes_default
14161#include <$ac_header>
14162_ACEOF
14163rm -f conftest.$ac_objext
14164if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14165 (eval $ac_compile) 2>conftest.er1
a848cd7e 14166 ac_status=$?
ac1cb8d3
VS
14167 grep -v '^ *+' conftest.er1 >conftest.err
14168 rm -f conftest.er1
14169 cat conftest.err >&5
a848cd7e
SC
14170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14171 (exit $ac_status); } &&
07158944 14172 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14174 (eval $ac_try) 2>&5
14175 ac_status=$?
14176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14177 (exit $ac_status); }; } &&
14178 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14180 (eval $ac_try) 2>&5
14181 ac_status=$?
14182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14183 (exit $ac_status); }; }; then
14184 ac_header_compiler=yes
14185else
14186 echo "$as_me: failed program was:" >&5
14187sed 's/^/| /' conftest.$ac_ext >&5
14188
14189ac_header_compiler=no
14190fi
ac1cb8d3 14191rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14192echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14193echo "${ECHO_T}$ac_header_compiler" >&6
14194
14195# Is the header present?
14196echo "$as_me:$LINENO: checking $ac_header presence" >&5
14197echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14198cat >conftest.$ac_ext <<_ACEOF
14199/* confdefs.h. */
14200_ACEOF
14201cat confdefs.h >>conftest.$ac_ext
14202cat >>conftest.$ac_ext <<_ACEOF
14203/* end confdefs.h. */
14204#include <$ac_header>
14205_ACEOF
14206if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14207 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14208 ac_status=$?
14209 grep -v '^ *+' conftest.er1 >conftest.err
14210 rm -f conftest.er1
14211 cat conftest.err >&5
14212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14213 (exit $ac_status); } >/dev/null; then
14214 if test -s conftest.err; then
14215 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14216 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14217 else
14218 ac_cpp_err=
14219 fi
14220else
14221 ac_cpp_err=yes
14222fi
14223if test -z "$ac_cpp_err"; then
14224 ac_header_preproc=yes
14225else
14226 echo "$as_me: failed program was:" >&5
14227sed 's/^/| /' conftest.$ac_ext >&5
14228
14229 ac_header_preproc=no
14230fi
14231rm -f conftest.err conftest.$ac_ext
14232echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14233echo "${ECHO_T}$ac_header_preproc" >&6
14234
14235# So? What about this header?
ac1cb8d3
VS
14236case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14237 yes:no: )
a848cd7e
SC
14238 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14239echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14240 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14241echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14242 ac_header_preproc=yes
a848cd7e 14243 ;;
ac1cb8d3 14244 no:yes:* )
a848cd7e
SC
14245 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14246echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14247 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14248echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14249 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14250echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14251 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14252echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14253 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14254echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14255 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14256echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14257 (
14258 cat <<\_ASBOX
ac1cb8d3
VS
14259## ----------------------------------------- ##
14260## Report this to wx-dev@lists.wxwidgets.org ##
14261## ----------------------------------------- ##
a848cd7e
SC
14262_ASBOX
14263 ) |
14264 sed "s/^/$as_me: WARNING: /" >&2
14265 ;;
14266esac
14267echo "$as_me:$LINENO: checking for $ac_header" >&5
14268echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14269if eval "test \"\${$as_ac_Header+set}\" = set"; then
14270 echo $ECHO_N "(cached) $ECHO_C" >&6
14271else
ac1cb8d3 14272 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14273fi
14274echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14275echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14276
14277fi
14278if test `eval echo '${'$as_ac_Header'}'` = yes; then
14279 cat >>confdefs.h <<_ACEOF
14280#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14281_ACEOF
14282
14283fi
14284
14285done
14286
14287
14288for ac_header in wchar.h
14289do
14290as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14291if eval "test \"\${$as_ac_Header+set}\" = set"; then
14292 echo "$as_me:$LINENO: checking for $ac_header" >&5
14293echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14294if eval "test \"\${$as_ac_Header+set}\" = set"; then
14295 echo $ECHO_N "(cached) $ECHO_C" >&6
14296fi
14297echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14298echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14299else
14300 # Is the header compilable?
14301echo "$as_me:$LINENO: checking $ac_header usability" >&5
14302echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14303cat >conftest.$ac_ext <<_ACEOF
14304/* confdefs.h. */
14305_ACEOF
14306cat confdefs.h >>conftest.$ac_ext
14307cat >>conftest.$ac_ext <<_ACEOF
14308/* end confdefs.h. */
14309$ac_includes_default
14310#include <$ac_header>
14311_ACEOF
14312rm -f conftest.$ac_objext
14313if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14314 (eval $ac_compile) 2>conftest.er1
a848cd7e 14315 ac_status=$?
ac1cb8d3
VS
14316 grep -v '^ *+' conftest.er1 >conftest.err
14317 rm -f conftest.er1
14318 cat conftest.err >&5
a848cd7e
SC
14319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14320 (exit $ac_status); } &&
07158944 14321 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14323 (eval $ac_try) 2>&5
14324 ac_status=$?
14325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14326 (exit $ac_status); }; } &&
14327 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14329 (eval $ac_try) 2>&5
14330 ac_status=$?
14331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14332 (exit $ac_status); }; }; then
14333 ac_header_compiler=yes
14334else
14335 echo "$as_me: failed program was:" >&5
14336sed 's/^/| /' conftest.$ac_ext >&5
14337
14338ac_header_compiler=no
14339fi
ac1cb8d3 14340rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14341echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14342echo "${ECHO_T}$ac_header_compiler" >&6
14343
14344# Is the header present?
14345echo "$as_me:$LINENO: checking $ac_header presence" >&5
14346echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14347cat >conftest.$ac_ext <<_ACEOF
14348/* confdefs.h. */
14349_ACEOF
14350cat confdefs.h >>conftest.$ac_ext
14351cat >>conftest.$ac_ext <<_ACEOF
14352/* end confdefs.h. */
14353#include <$ac_header>
14354_ACEOF
14355if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14356 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14357 ac_status=$?
14358 grep -v '^ *+' conftest.er1 >conftest.err
14359 rm -f conftest.er1
14360 cat conftest.err >&5
14361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14362 (exit $ac_status); } >/dev/null; then
14363 if test -s conftest.err; then
14364 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14365 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14366 else
14367 ac_cpp_err=
14368 fi
14369else
14370 ac_cpp_err=yes
14371fi
14372if test -z "$ac_cpp_err"; then
14373 ac_header_preproc=yes
14374else
14375 echo "$as_me: failed program was:" >&5
14376sed 's/^/| /' conftest.$ac_ext >&5
14377
14378 ac_header_preproc=no
14379fi
14380rm -f conftest.err conftest.$ac_ext
14381echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14382echo "${ECHO_T}$ac_header_preproc" >&6
14383
14384# So? What about this header?
ac1cb8d3
VS
14385case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14386 yes:no: )
a848cd7e
SC
14387 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14388echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14389 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14390echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14391 ac_header_preproc=yes
a848cd7e 14392 ;;
ac1cb8d3 14393 no:yes:* )
a848cd7e
SC
14394 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14395echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14396 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14397echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14398 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14399echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14400 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14401echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14402 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14403echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14404 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14405echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14406 (
14407 cat <<\_ASBOX
ac1cb8d3
VS
14408## ----------------------------------------- ##
14409## Report this to wx-dev@lists.wxwidgets.org ##
14410## ----------------------------------------- ##
a848cd7e
SC
14411_ASBOX
14412 ) |
14413 sed "s/^/$as_me: WARNING: /" >&2
14414 ;;
14415esac
14416echo "$as_me:$LINENO: checking for $ac_header" >&5
14417echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14418if eval "test \"\${$as_ac_Header+set}\" = set"; then
14419 echo $ECHO_N "(cached) $ECHO_C" >&6
14420else
ac1cb8d3 14421 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14422fi
14423echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14424echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14425
14426fi
14427if test `eval echo '${'$as_ac_Header'}'` = yes; then
14428 cat >>confdefs.h <<_ACEOF
14429#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14430_ACEOF
14431
14432fi
14433
14434done
14435
14436
14437if test "$ac_cv_header_wchar_h" != "yes"; then
14438
14439for ac_header in wcstr.h
14440do
14441as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14442if eval "test \"\${$as_ac_Header+set}\" = set"; then
14443 echo "$as_me:$LINENO: checking for $ac_header" >&5
14444echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14445if eval "test \"\${$as_ac_Header+set}\" = set"; then
14446 echo $ECHO_N "(cached) $ECHO_C" >&6
14447fi
14448echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14449echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14450else
14451 # Is the header compilable?
14452echo "$as_me:$LINENO: checking $ac_header usability" >&5
14453echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14454cat >conftest.$ac_ext <<_ACEOF
14455/* confdefs.h. */
14456_ACEOF
14457cat confdefs.h >>conftest.$ac_ext
14458cat >>conftest.$ac_ext <<_ACEOF
14459/* end confdefs.h. */
14460$ac_includes_default
14461#include <$ac_header>
14462_ACEOF
14463rm -f conftest.$ac_objext
14464if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14465 (eval $ac_compile) 2>conftest.er1
a848cd7e 14466 ac_status=$?
ac1cb8d3
VS
14467 grep -v '^ *+' conftest.er1 >conftest.err
14468 rm -f conftest.er1
14469 cat conftest.err >&5
a848cd7e
SC
14470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14471 (exit $ac_status); } &&
07158944 14472 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14474 (eval $ac_try) 2>&5
14475 ac_status=$?
14476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14477 (exit $ac_status); }; } &&
14478 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14480 (eval $ac_try) 2>&5
14481 ac_status=$?
14482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14483 (exit $ac_status); }; }; then
14484 ac_header_compiler=yes
14485else
14486 echo "$as_me: failed program was:" >&5
14487sed 's/^/| /' conftest.$ac_ext >&5
14488
14489ac_header_compiler=no
14490fi
ac1cb8d3 14491rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14492echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14493echo "${ECHO_T}$ac_header_compiler" >&6
14494
14495# Is the header present?
14496echo "$as_me:$LINENO: checking $ac_header presence" >&5
14497echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14498cat >conftest.$ac_ext <<_ACEOF
14499/* confdefs.h. */
14500_ACEOF
14501cat confdefs.h >>conftest.$ac_ext
14502cat >>conftest.$ac_ext <<_ACEOF
14503/* end confdefs.h. */
14504#include <$ac_header>
14505_ACEOF
14506if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14507 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14508 ac_status=$?
14509 grep -v '^ *+' conftest.er1 >conftest.err
14510 rm -f conftest.er1
14511 cat conftest.err >&5
14512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14513 (exit $ac_status); } >/dev/null; then
14514 if test -s conftest.err; then
14515 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14516 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14517 else
14518 ac_cpp_err=
14519 fi
14520else
14521 ac_cpp_err=yes
14522fi
14523if test -z "$ac_cpp_err"; then
14524 ac_header_preproc=yes
14525else
14526 echo "$as_me: failed program was:" >&5
14527sed 's/^/| /' conftest.$ac_ext >&5
14528
14529 ac_header_preproc=no
14530fi
14531rm -f conftest.err conftest.$ac_ext
14532echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14533echo "${ECHO_T}$ac_header_preproc" >&6
14534
14535# So? What about this header?
ac1cb8d3
VS
14536case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14537 yes:no: )
a848cd7e
SC
14538 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14539echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14540 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14541echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14542 ac_header_preproc=yes
a848cd7e 14543 ;;
ac1cb8d3 14544 no:yes:* )
a848cd7e
SC
14545 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14546echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14547 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14548echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14549 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14550echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14551 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14552echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14553 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14554echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14555 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14556echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14557 (
14558 cat <<\_ASBOX
ac1cb8d3
VS
14559## ----------------------------------------- ##
14560## Report this to wx-dev@lists.wxwidgets.org ##
14561## ----------------------------------------- ##
a848cd7e
SC
14562_ASBOX
14563 ) |
14564 sed "s/^/$as_me: WARNING: /" >&2
14565 ;;
14566esac
14567echo "$as_me:$LINENO: checking for $ac_header" >&5
14568echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14569if eval "test \"\${$as_ac_Header+set}\" = set"; then
14570 echo $ECHO_N "(cached) $ECHO_C" >&6
14571else
ac1cb8d3 14572 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14573fi
14574echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14575echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14576
14577fi
14578if test `eval echo '${'$as_ac_Header'}'` = yes; then
14579 cat >>confdefs.h <<_ACEOF
14580#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14581_ACEOF
14582
14583fi
14584
14585done
14586
14587fi
14588
14589
14590for ac_header in fnmatch.h
14591do
14592as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14593if eval "test \"\${$as_ac_Header+set}\" = set"; then
14594 echo "$as_me:$LINENO: checking for $ac_header" >&5
14595echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14596if eval "test \"\${$as_ac_Header+set}\" = set"; then
14597 echo $ECHO_N "(cached) $ECHO_C" >&6
14598fi
14599echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14600echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14601else
14602 # Is the header compilable?
14603echo "$as_me:$LINENO: checking $ac_header usability" >&5
14604echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14605cat >conftest.$ac_ext <<_ACEOF
14606/* confdefs.h. */
14607_ACEOF
14608cat confdefs.h >>conftest.$ac_ext
14609cat >>conftest.$ac_ext <<_ACEOF
14610/* end confdefs.h. */
14611$ac_includes_default
14612#include <$ac_header>
14613_ACEOF
14614rm -f conftest.$ac_objext
14615if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14616 (eval $ac_compile) 2>conftest.er1
a848cd7e 14617 ac_status=$?
ac1cb8d3
VS
14618 grep -v '^ *+' conftest.er1 >conftest.err
14619 rm -f conftest.er1
14620 cat conftest.err >&5
a848cd7e
SC
14621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14622 (exit $ac_status); } &&
07158944 14623 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14625 (eval $ac_try) 2>&5
14626 ac_status=$?
14627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14628 (exit $ac_status); }; } &&
14629 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14631 (eval $ac_try) 2>&5
14632 ac_status=$?
14633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14634 (exit $ac_status); }; }; then
14635 ac_header_compiler=yes
14636else
14637 echo "$as_me: failed program was:" >&5
14638sed 's/^/| /' conftest.$ac_ext >&5
14639
14640ac_header_compiler=no
14641fi
ac1cb8d3 14642rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14643echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14644echo "${ECHO_T}$ac_header_compiler" >&6
14645
14646# Is the header present?
14647echo "$as_me:$LINENO: checking $ac_header presence" >&5
14648echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14649cat >conftest.$ac_ext <<_ACEOF
14650/* confdefs.h. */
14651_ACEOF
14652cat confdefs.h >>conftest.$ac_ext
14653cat >>conftest.$ac_ext <<_ACEOF
14654/* end confdefs.h. */
14655#include <$ac_header>
14656_ACEOF
14657if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14658 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14659 ac_status=$?
14660 grep -v '^ *+' conftest.er1 >conftest.err
14661 rm -f conftest.er1
14662 cat conftest.err >&5
14663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14664 (exit $ac_status); } >/dev/null; then
14665 if test -s conftest.err; then
14666 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14667 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14668 else
14669 ac_cpp_err=
14670 fi
14671else
14672 ac_cpp_err=yes
14673fi
14674if test -z "$ac_cpp_err"; then
14675 ac_header_preproc=yes
14676else
14677 echo "$as_me: failed program was:" >&5
14678sed 's/^/| /' conftest.$ac_ext >&5
14679
14680 ac_header_preproc=no
14681fi
14682rm -f conftest.err conftest.$ac_ext
14683echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14684echo "${ECHO_T}$ac_header_preproc" >&6
14685
14686# So? What about this header?
ac1cb8d3
VS
14687case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14688 yes:no: )
a848cd7e
SC
14689 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14690echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14691 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14692echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14693 ac_header_preproc=yes
a848cd7e 14694 ;;
ac1cb8d3 14695 no:yes:* )
a848cd7e
SC
14696 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14697echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14698 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14699echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14700 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14701echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14702 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14703echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14704 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14705echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14706 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14707echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14708 (
14709 cat <<\_ASBOX
ac1cb8d3
VS
14710## ----------------------------------------- ##
14711## Report this to wx-dev@lists.wxwidgets.org ##
14712## ----------------------------------------- ##
a848cd7e
SC
14713_ASBOX
14714 ) |
14715 sed "s/^/$as_me: WARNING: /" >&2
14716 ;;
14717esac
14718echo "$as_me:$LINENO: checking for $ac_header" >&5
14719echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14720if eval "test \"\${$as_ac_Header+set}\" = set"; then
14721 echo $ECHO_N "(cached) $ECHO_C" >&6
14722else
ac1cb8d3 14723 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14724fi
14725echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14726echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14727
14728fi
14729if test `eval echo '${'$as_ac_Header'}'` = yes; then
14730 cat >>confdefs.h <<_ACEOF
14731#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14732_ACEOF
14733
14734fi
14735
14736done
14737
14738
14739if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
14740
14741for ac_func in fnmatch
14742do
14743as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14744echo "$as_me:$LINENO: checking for $ac_func" >&5
14745echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14746if eval "test \"\${$as_ac_var+set}\" = set"; then
14747 echo $ECHO_N "(cached) $ECHO_C" >&6
14748else
14749 cat >conftest.$ac_ext <<_ACEOF
14750/* confdefs.h. */
14751_ACEOF
14752cat confdefs.h >>conftest.$ac_ext
14753cat >>conftest.$ac_ext <<_ACEOF
14754/* end confdefs.h. */
ac1cb8d3
VS
14755/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14756 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14757#define $ac_func innocuous_$ac_func
14758
a848cd7e
SC
14759/* System header to define __stub macros and hopefully few prototypes,
14760 which can conflict with char $ac_func (); below.
14761 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14762 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 14763
a848cd7e
SC
14764#ifdef __STDC__
14765# include <limits.h>
14766#else
14767# include <assert.h>
14768#endif
ac1cb8d3
VS
14769
14770#undef $ac_func
14771
a848cd7e
SC
14772/* Override any gcc2 internal prototype to avoid an error. */
14773#ifdef __cplusplus
14774extern "C"
14775{
14776#endif
14777/* We use char because int might match the return type of a gcc2
14778 builtin and then its argument prototype would still apply. */
14779char $ac_func ();
14780/* The GNU C library defines this for functions which it implements
14781 to always fail with ENOSYS. Some functions are actually named
14782 something starting with __ and the normal name is an alias. */
14783#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14784choke me
14785#else
14786char (*f) () = $ac_func;
14787#endif
14788#ifdef __cplusplus
14789}
14790#endif
14791
14792int
14793main ()
14794{
14795return f != $ac_func;
14796 ;
14797 return 0;
14798}
14799_ACEOF
14800rm -f conftest.$ac_objext conftest$ac_exeext
14801if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 14802 (eval $ac_link) 2>conftest.er1
a848cd7e 14803 ac_status=$?
ac1cb8d3
VS
14804 grep -v '^ *+' conftest.er1 >conftest.err
14805 rm -f conftest.er1
14806 cat conftest.err >&5
a848cd7e
SC
14807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14808 (exit $ac_status); } &&
07158944 14809 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14811 (eval $ac_try) 2>&5
14812 ac_status=$?
14813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14814 (exit $ac_status); }; } &&
14815 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
14816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14817 (eval $ac_try) 2>&5
14818 ac_status=$?
14819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14820 (exit $ac_status); }; }; then
14821 eval "$as_ac_var=yes"
14822else
14823 echo "$as_me: failed program was:" >&5
14824sed 's/^/| /' conftest.$ac_ext >&5
14825
14826eval "$as_ac_var=no"
14827fi
ac1cb8d3
VS
14828rm -f conftest.err conftest.$ac_objext \
14829 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
14830fi
14831echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14832echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
14833if test `eval echo '${'$as_ac_var'}'` = yes; then
14834 cat >>confdefs.h <<_ACEOF
14835#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14836_ACEOF
14837
14838fi
14839done
14840
14841fi
14842
14843
14844for ac_header in langinfo.h
14845do
14846as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14847if eval "test \"\${$as_ac_Header+set}\" = set"; then
14848 echo "$as_me:$LINENO: checking for $ac_header" >&5
14849echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14850if eval "test \"\${$as_ac_Header+set}\" = set"; then
14851 echo $ECHO_N "(cached) $ECHO_C" >&6
14852fi
14853echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14854echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14855else
14856 # Is the header compilable?
14857echo "$as_me:$LINENO: checking $ac_header usability" >&5
14858echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14859cat >conftest.$ac_ext <<_ACEOF
14860/* confdefs.h. */
14861_ACEOF
14862cat confdefs.h >>conftest.$ac_ext
14863cat >>conftest.$ac_ext <<_ACEOF
14864/* end confdefs.h. */
14865$ac_includes_default
14866#include <$ac_header>
14867_ACEOF
14868rm -f conftest.$ac_objext
14869if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14870 (eval $ac_compile) 2>conftest.er1
a848cd7e 14871 ac_status=$?
ac1cb8d3
VS
14872 grep -v '^ *+' conftest.er1 >conftest.err
14873 rm -f conftest.er1
14874 cat conftest.err >&5
a848cd7e
SC
14875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14876 (exit $ac_status); } &&
07158944 14877 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14879 (eval $ac_try) 2>&5
14880 ac_status=$?
14881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14882 (exit $ac_status); }; } &&
14883 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14885 (eval $ac_try) 2>&5
14886 ac_status=$?
14887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14888 (exit $ac_status); }; }; then
14889 ac_header_compiler=yes
14890else
14891 echo "$as_me: failed program was:" >&5
14892sed 's/^/| /' conftest.$ac_ext >&5
14893
14894ac_header_compiler=no
14895fi
ac1cb8d3 14896rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14897echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14898echo "${ECHO_T}$ac_header_compiler" >&6
14899
14900# Is the header present?
14901echo "$as_me:$LINENO: checking $ac_header presence" >&5
14902echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14903cat >conftest.$ac_ext <<_ACEOF
14904/* confdefs.h. */
14905_ACEOF
14906cat confdefs.h >>conftest.$ac_ext
14907cat >>conftest.$ac_ext <<_ACEOF
14908/* end confdefs.h. */
14909#include <$ac_header>
14910_ACEOF
14911if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14912 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14913 ac_status=$?
14914 grep -v '^ *+' conftest.er1 >conftest.err
14915 rm -f conftest.er1
14916 cat conftest.err >&5
14917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14918 (exit $ac_status); } >/dev/null; then
14919 if test -s conftest.err; then
14920 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14921 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14922 else
14923 ac_cpp_err=
14924 fi
14925else
14926 ac_cpp_err=yes
14927fi
14928if test -z "$ac_cpp_err"; then
14929 ac_header_preproc=yes
14930else
14931 echo "$as_me: failed program was:" >&5
14932sed 's/^/| /' conftest.$ac_ext >&5
14933
14934 ac_header_preproc=no
14935fi
14936rm -f conftest.err conftest.$ac_ext
14937echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14938echo "${ECHO_T}$ac_header_preproc" >&6
14939
14940# So? What about this header?
ac1cb8d3
VS
14941case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14942 yes:no: )
a848cd7e
SC
14943 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14944echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14945 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14946echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14947 ac_header_preproc=yes
a848cd7e 14948 ;;
ac1cb8d3 14949 no:yes:* )
a848cd7e
SC
14950 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14951echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14952 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14953echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14954 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14955echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14956 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14957echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14958 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14959echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14960 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14961echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14962 (
14963 cat <<\_ASBOX
ac1cb8d3
VS
14964## ----------------------------------------- ##
14965## Report this to wx-dev@lists.wxwidgets.org ##
14966## ----------------------------------------- ##
a848cd7e
SC
14967_ASBOX
14968 ) |
14969 sed "s/^/$as_me: WARNING: /" >&2
14970 ;;
14971esac
14972echo "$as_me:$LINENO: checking for $ac_header" >&5
14973echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14974if eval "test \"\${$as_ac_Header+set}\" = set"; then
14975 echo $ECHO_N "(cached) $ECHO_C" >&6
14976else
ac1cb8d3 14977 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14978fi
14979echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14980echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14981
14982fi
14983if test `eval echo '${'$as_ac_Header'}'` = yes; then
14984 cat >>confdefs.h <<_ACEOF
14985#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14986_ACEOF
14987
14988fi
14989
14990done
14991
14992
14993case "${host}" in
14994 *-pc-os2_emx | *-pc-os2-emx )
391a765e
VS
14995 if test $ac_cv_header_langinfo_h = "yes" \
14996 -a \( "$wx_cv_gccversion" = "EMX2" \
14997 -o "$wx_cv_gccversion" = "EMX3" \
14998 -o "$wx_cv_gccversion" = "Innotek5" \); then
a848cd7e
SC
14999 LIBS="$LIBS -lintl"
15000 fi
15001 ;;
15002esac
15003
15004if test "$wxUSE_GUI" = "yes"; then
15005 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
15006
15007for ac_header in X11/Xlib.h
15008do
15009as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15010if eval "test \"\${$as_ac_Header+set}\" = set"; then
15011 echo "$as_me:$LINENO: checking for $ac_header" >&5
15012echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15013if eval "test \"\${$as_ac_Header+set}\" = set"; then
15014 echo $ECHO_N "(cached) $ECHO_C" >&6
15015fi
15016echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15017echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15018else
15019 # Is the header compilable?
15020echo "$as_me:$LINENO: checking $ac_header usability" >&5
15021echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15022cat >conftest.$ac_ext <<_ACEOF
15023/* confdefs.h. */
15024_ACEOF
15025cat confdefs.h >>conftest.$ac_ext
15026cat >>conftest.$ac_ext <<_ACEOF
15027/* end confdefs.h. */
15028$ac_includes_default
15029#include <$ac_header>
15030_ACEOF
15031rm -f conftest.$ac_objext
15032if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15033 (eval $ac_compile) 2>conftest.er1
a848cd7e 15034 ac_status=$?
ac1cb8d3
VS
15035 grep -v '^ *+' conftest.er1 >conftest.err
15036 rm -f conftest.er1
15037 cat conftest.err >&5
a848cd7e
SC
15038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15039 (exit $ac_status); } &&
07158944 15040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15042 (eval $ac_try) 2>&5
15043 ac_status=$?
15044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15045 (exit $ac_status); }; } &&
15046 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15048 (eval $ac_try) 2>&5
15049 ac_status=$?
15050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15051 (exit $ac_status); }; }; then
15052 ac_header_compiler=yes
15053else
15054 echo "$as_me: failed program was:" >&5
15055sed 's/^/| /' conftest.$ac_ext >&5
15056
15057ac_header_compiler=no
15058fi
ac1cb8d3 15059rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15060echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15061echo "${ECHO_T}$ac_header_compiler" >&6
15062
15063# Is the header present?
15064echo "$as_me:$LINENO: checking $ac_header presence" >&5
15065echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15066cat >conftest.$ac_ext <<_ACEOF
15067/* confdefs.h. */
15068_ACEOF
15069cat confdefs.h >>conftest.$ac_ext
15070cat >>conftest.$ac_ext <<_ACEOF
15071/* end confdefs.h. */
15072#include <$ac_header>
15073_ACEOF
15074if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15075 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15076 ac_status=$?
15077 grep -v '^ *+' conftest.er1 >conftest.err
15078 rm -f conftest.er1
15079 cat conftest.err >&5
15080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15081 (exit $ac_status); } >/dev/null; then
15082 if test -s conftest.err; then
15083 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15084 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15085 else
15086 ac_cpp_err=
15087 fi
15088else
15089 ac_cpp_err=yes
15090fi
15091if test -z "$ac_cpp_err"; then
15092 ac_header_preproc=yes
15093else
15094 echo "$as_me: failed program was:" >&5
15095sed 's/^/| /' conftest.$ac_ext >&5
15096
15097 ac_header_preproc=no
15098fi
15099rm -f conftest.err conftest.$ac_ext
15100echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15101echo "${ECHO_T}$ac_header_preproc" >&6
15102
15103# So? What about this header?
ac1cb8d3
VS
15104case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15105 yes:no: )
a848cd7e
SC
15106 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15107echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15108 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15109echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15110 ac_header_preproc=yes
a848cd7e 15111 ;;
ac1cb8d3 15112 no:yes:* )
a848cd7e
SC
15113 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15114echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15115 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15116echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15117 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15118echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15119 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15120echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15121 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15122echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15123 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15124echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15125 (
15126 cat <<\_ASBOX
ac1cb8d3
VS
15127## ----------------------------------------- ##
15128## Report this to wx-dev@lists.wxwidgets.org ##
15129## ----------------------------------------- ##
a848cd7e
SC
15130_ASBOX
15131 ) |
15132 sed "s/^/$as_me: WARNING: /" >&2
15133 ;;
15134esac
15135echo "$as_me:$LINENO: checking for $ac_header" >&5
15136echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15137if eval "test \"\${$as_ac_Header+set}\" = set"; then
15138 echo $ECHO_N "(cached) $ECHO_C" >&6
15139else
ac1cb8d3 15140 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15141fi
15142echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15143echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15144
15145fi
15146if test `eval echo '${'$as_ac_Header'}'` = yes; then
15147 cat >>confdefs.h <<_ACEOF
15148#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15149_ACEOF
15150
15151fi
15152
15153done
15154
15155
15156for ac_header in X11/XKBlib.h
15157do
15158as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15159echo "$as_me:$LINENO: checking for $ac_header" >&5
15160echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15161if eval "test \"\${$as_ac_Header+set}\" = set"; then
15162 echo $ECHO_N "(cached) $ECHO_C" >&6
15163else
15164 cat >conftest.$ac_ext <<_ACEOF
15165/* confdefs.h. */
15166_ACEOF
15167cat confdefs.h >>conftest.$ac_ext
15168cat >>conftest.$ac_ext <<_ACEOF
15169/* end confdefs.h. */
15170
15171 #if HAVE_X11_XLIB_H
15172 #include <X11/Xlib.h>
15173 #endif
15174
15175
15176#include <$ac_header>
15177_ACEOF
15178rm -f conftest.$ac_objext
15179if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15180 (eval $ac_compile) 2>conftest.er1
a848cd7e 15181 ac_status=$?
ac1cb8d3
VS
15182 grep -v '^ *+' conftest.er1 >conftest.err
15183 rm -f conftest.er1
15184 cat conftest.err >&5
a848cd7e
SC
15185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15186 (exit $ac_status); } &&
07158944 15187 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15189 (eval $ac_try) 2>&5
15190 ac_status=$?
15191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192 (exit $ac_status); }; } &&
15193 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15195 (eval $ac_try) 2>&5
15196 ac_status=$?
15197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15198 (exit $ac_status); }; }; then
15199 eval "$as_ac_Header=yes"
15200else
15201 echo "$as_me: failed program was:" >&5
15202sed 's/^/| /' conftest.$ac_ext >&5
15203
15204eval "$as_ac_Header=no"
15205fi
ac1cb8d3 15206rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15207fi
15208echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15209echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15210if test `eval echo '${'$as_ac_Header'}'` = yes; then
15211 cat >>confdefs.h <<_ACEOF
15212#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15213_ACEOF
15214
15215fi
15216
15217done
15218
15219 fi
15220fi
15221
15222
15223echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15224echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15225if test "${ac_cv_c_const+set}" = set; then
15226 echo $ECHO_N "(cached) $ECHO_C" >&6
15227else
15228 cat >conftest.$ac_ext <<_ACEOF
15229/* confdefs.h. */
15230_ACEOF
15231cat confdefs.h >>conftest.$ac_ext
15232cat >>conftest.$ac_ext <<_ACEOF
15233/* end confdefs.h. */
15234
15235int
15236main ()
15237{
15238/* FIXME: Include the comments suggested by Paul. */
15239#ifndef __cplusplus
15240 /* Ultrix mips cc rejects this. */
15241 typedef int charset[2];
15242 const charset x;
15243 /* SunOS 4.1.1 cc rejects this. */
15244 char const *const *ccp;
15245 char **p;
15246 /* NEC SVR4.0.2 mips cc rejects this. */
15247 struct point {int x, y;};
15248 static struct point const zero = {0,0};
15249 /* AIX XL C 1.02.0.0 rejects this.
15250 It does not let you subtract one const X* pointer from another in
15251 an arm of an if-expression whose if-part is not a constant
15252 expression */
15253 const char *g = "string";
15254 ccp = &g + (g ? g-g : 0);
15255 /* HPUX 7.0 cc rejects these. */
15256 ++ccp;
15257 p = (char**) ccp;
15258 ccp = (char const *const *) p;
15259 { /* SCO 3.2v4 cc rejects this. */
15260 char *t;
15261 char const *s = 0 ? (char *) 0 : (char const *) 0;
15262
15263 *t++ = 0;
15264 }
15265 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15266 int x[] = {25, 17};
15267 const int *foo = &x[0];
15268 ++foo;
15269 }
15270 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15271 typedef const int *iptr;
15272 iptr p = 0;
15273 ++p;
15274 }
15275 { /* AIX XL C 1.02.0.0 rejects this saying
15276 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15277 struct s { int j; const int *ap[3]; };
15278 struct s *b; b->j = 5;
15279 }
15280 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15281 const int foo = 10;
15282 }
15283#endif
15284
15285 ;
15286 return 0;
15287}
15288_ACEOF
15289rm -f conftest.$ac_objext
15290if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15291 (eval $ac_compile) 2>conftest.er1
a848cd7e 15292 ac_status=$?
ac1cb8d3
VS
15293 grep -v '^ *+' conftest.er1 >conftest.err
15294 rm -f conftest.er1
15295 cat conftest.err >&5
a848cd7e
SC
15296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15297 (exit $ac_status); } &&
07158944 15298 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15300 (eval $ac_try) 2>&5
15301 ac_status=$?
15302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15303 (exit $ac_status); }; } &&
15304 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15306 (eval $ac_try) 2>&5
15307 ac_status=$?
15308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15309 (exit $ac_status); }; }; then
15310 ac_cv_c_const=yes
15311else
15312 echo "$as_me: failed program was:" >&5
15313sed 's/^/| /' conftest.$ac_ext >&5
15314
15315ac_cv_c_const=no
15316fi
ac1cb8d3 15317rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15318fi
15319echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15320echo "${ECHO_T}$ac_cv_c_const" >&6
15321if test $ac_cv_c_const = no; then
15322
15323cat >>confdefs.h <<\_ACEOF
15324#define const
15325_ACEOF
15326
15327fi
15328
15329echo "$as_me:$LINENO: checking for inline" >&5
15330echo $ECHO_N "checking for inline... $ECHO_C" >&6
15331if test "${ac_cv_c_inline+set}" = set; then
15332 echo $ECHO_N "(cached) $ECHO_C" >&6
15333else
15334 ac_cv_c_inline=no
15335for ac_kw in inline __inline__ __inline; do
15336 cat >conftest.$ac_ext <<_ACEOF
15337/* confdefs.h. */
15338_ACEOF
15339cat confdefs.h >>conftest.$ac_ext
15340cat >>conftest.$ac_ext <<_ACEOF
15341/* end confdefs.h. */
15342#ifndef __cplusplus
15343typedef int foo_t;
15344static $ac_kw foo_t static_foo () {return 0; }
15345$ac_kw foo_t foo () {return 0; }
15346#endif
15347
15348_ACEOF
15349rm -f conftest.$ac_objext
15350if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15351 (eval $ac_compile) 2>conftest.er1
a848cd7e 15352 ac_status=$?
ac1cb8d3
VS
15353 grep -v '^ *+' conftest.er1 >conftest.err
15354 rm -f conftest.er1
15355 cat conftest.err >&5
a848cd7e
SC
15356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15357 (exit $ac_status); } &&
07158944 15358 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15360 (eval $ac_try) 2>&5
15361 ac_status=$?
15362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15363 (exit $ac_status); }; } &&
15364 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15366 (eval $ac_try) 2>&5
15367 ac_status=$?
15368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15369 (exit $ac_status); }; }; then
15370 ac_cv_c_inline=$ac_kw; break
15371else
15372 echo "$as_me: failed program was:" >&5
15373sed 's/^/| /' conftest.$ac_ext >&5
15374
15375fi
ac1cb8d3 15376rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15377done
15378
15379fi
15380echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15381echo "${ECHO_T}$ac_cv_c_inline" >&6
ac1cb8d3
VS
15382
15383
a848cd7e
SC
15384case $ac_cv_c_inline in
15385 inline | yes) ;;
ac1cb8d3
VS
15386 *)
15387 case $ac_cv_c_inline in
15388 no) ac_val=;;
15389 *) ac_val=$ac_cv_c_inline;;
15390 esac
15391 cat >>confdefs.h <<_ACEOF
15392#ifndef __cplusplus
15393#define inline $ac_val
15394#endif
de59c161 15395_ACEOF
ac1cb8d3 15396 ;;
a848cd7e
SC
15397esac
15398
15399
15400echo "$as_me:$LINENO: checking for char" >&5
15401echo $ECHO_N "checking for char... $ECHO_C" >&6
15402if test "${ac_cv_type_char+set}" = set; then
15403 echo $ECHO_N "(cached) $ECHO_C" >&6
15404else
15405 cat >conftest.$ac_ext <<_ACEOF
15406/* confdefs.h. */
15407_ACEOF
15408cat confdefs.h >>conftest.$ac_ext
15409cat >>conftest.$ac_ext <<_ACEOF
15410/* end confdefs.h. */
15411$ac_includes_default
15412int
15413main ()
15414{
15415if ((char *) 0)
15416 return 0;
15417if (sizeof (char))
15418 return 0;
15419 ;
15420 return 0;
15421}
15422_ACEOF
15423rm -f conftest.$ac_objext
15424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15425 (eval $ac_compile) 2>conftest.er1
a848cd7e 15426 ac_status=$?
ac1cb8d3
VS
15427 grep -v '^ *+' conftest.er1 >conftest.err
15428 rm -f conftest.er1
15429 cat conftest.err >&5
a848cd7e
SC
15430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15431 (exit $ac_status); } &&
07158944 15432 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15434 (eval $ac_try) 2>&5
15435 ac_status=$?
15436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15437 (exit $ac_status); }; } &&
15438 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15440 (eval $ac_try) 2>&5
15441 ac_status=$?
15442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15443 (exit $ac_status); }; }; then
15444 ac_cv_type_char=yes
15445else
15446 echo "$as_me: failed program was:" >&5
15447sed 's/^/| /' conftest.$ac_ext >&5
15448
15449ac_cv_type_char=no
15450fi
ac1cb8d3 15451rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15452fi
15453echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15454echo "${ECHO_T}$ac_cv_type_char" >&6
15455
15456echo "$as_me:$LINENO: checking size of char" >&5
15457echo $ECHO_N "checking size of char... $ECHO_C" >&6
15458if test "${ac_cv_sizeof_char+set}" = set; then
15459 echo $ECHO_N "(cached) $ECHO_C" >&6
15460else
15461 if test "$ac_cv_type_char" = yes; then
15462 # The cast to unsigned long works around a bug in the HP C Compiler
15463 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15464 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15465 # This bug is HP SR number 8606223364.
15466 if test "$cross_compiling" = yes; then
15467 # Depending upon the size, compute the lo and hi bounds.
15468cat >conftest.$ac_ext <<_ACEOF
15469/* confdefs.h. */
15470_ACEOF
15471cat confdefs.h >>conftest.$ac_ext
15472cat >>conftest.$ac_ext <<_ACEOF
15473/* end confdefs.h. */
15474$ac_includes_default
15475int
15476main ()
15477{
15478static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15479test_array [0] = 0
15480
15481 ;
15482 return 0;
15483}
15484_ACEOF
15485rm -f conftest.$ac_objext
15486if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15487 (eval $ac_compile) 2>conftest.er1
a848cd7e 15488 ac_status=$?
ac1cb8d3
VS
15489 grep -v '^ *+' conftest.er1 >conftest.err
15490 rm -f conftest.er1
15491 cat conftest.err >&5
a848cd7e
SC
15492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15493 (exit $ac_status); } &&
07158944 15494 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15496 (eval $ac_try) 2>&5
15497 ac_status=$?
15498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15499 (exit $ac_status); }; } &&
15500 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15502 (eval $ac_try) 2>&5
15503 ac_status=$?
15504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15505 (exit $ac_status); }; }; then
15506 ac_lo=0 ac_mid=0
15507 while :; do
15508 cat >conftest.$ac_ext <<_ACEOF
15509/* confdefs.h. */
15510_ACEOF
15511cat confdefs.h >>conftest.$ac_ext
15512cat >>conftest.$ac_ext <<_ACEOF
15513/* end confdefs.h. */
15514$ac_includes_default
15515int
15516main ()
15517{
15518static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15519test_array [0] = 0
15520
15521 ;
15522 return 0;
15523}
15524_ACEOF
15525rm -f conftest.$ac_objext
15526if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15527 (eval $ac_compile) 2>conftest.er1
a848cd7e 15528 ac_status=$?
ac1cb8d3
VS
15529 grep -v '^ *+' conftest.er1 >conftest.err
15530 rm -f conftest.er1
15531 cat conftest.err >&5
a848cd7e
SC
15532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15533 (exit $ac_status); } &&
07158944 15534 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15536 (eval $ac_try) 2>&5
15537 ac_status=$?
15538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15539 (exit $ac_status); }; } &&
15540 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15542 (eval $ac_try) 2>&5
15543 ac_status=$?
15544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15545 (exit $ac_status); }; }; then
15546 ac_hi=$ac_mid; break
15547else
15548 echo "$as_me: failed program was:" >&5
15549sed 's/^/| /' conftest.$ac_ext >&5
15550
15551ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
15552 if test $ac_lo -le $ac_mid; then
15553 ac_lo= ac_hi=
15554 break
15555 fi
15556 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 15557fi
ac1cb8d3 15558rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15559 done
15560else
15561 echo "$as_me: failed program was:" >&5
15562sed 's/^/| /' conftest.$ac_ext >&5
15563
15564cat >conftest.$ac_ext <<_ACEOF
15565/* confdefs.h. */
15566_ACEOF
15567cat confdefs.h >>conftest.$ac_ext
15568cat >>conftest.$ac_ext <<_ACEOF
15569/* end confdefs.h. */
15570$ac_includes_default
15571int
15572main ()
15573{
15574static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15575test_array [0] = 0
15576
15577 ;
15578 return 0;
15579}
15580_ACEOF
15581rm -f conftest.$ac_objext
15582if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15583 (eval $ac_compile) 2>conftest.er1
a848cd7e 15584 ac_status=$?
ac1cb8d3
VS
15585 grep -v '^ *+' conftest.er1 >conftest.err
15586 rm -f conftest.er1
15587 cat conftest.err >&5
a848cd7e
SC
15588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15589 (exit $ac_status); } &&
07158944 15590 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15592 (eval $ac_try) 2>&5
15593 ac_status=$?
15594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15595 (exit $ac_status); }; } &&
15596 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15598 (eval $ac_try) 2>&5
15599 ac_status=$?
15600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15601 (exit $ac_status); }; }; then
15602 ac_hi=-1 ac_mid=-1
15603 while :; do
15604 cat >conftest.$ac_ext <<_ACEOF
15605/* confdefs.h. */
15606_ACEOF
15607cat confdefs.h >>conftest.$ac_ext
15608cat >>conftest.$ac_ext <<_ACEOF
15609/* end confdefs.h. */
15610$ac_includes_default
15611int
15612main ()
15613{
15614static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15615test_array [0] = 0
15616
15617 ;
15618 return 0;
15619}
15620_ACEOF
15621rm -f conftest.$ac_objext
15622if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15623 (eval $ac_compile) 2>conftest.er1
a848cd7e 15624 ac_status=$?
ac1cb8d3
VS
15625 grep -v '^ *+' conftest.er1 >conftest.err
15626 rm -f conftest.er1
15627 cat conftest.err >&5
a848cd7e
SC
15628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15629 (exit $ac_status); } &&
07158944 15630 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15632 (eval $ac_try) 2>&5
15633 ac_status=$?
15634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15635 (exit $ac_status); }; } &&
15636 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15638 (eval $ac_try) 2>&5
15639 ac_status=$?
15640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15641 (exit $ac_status); }; }; then
15642 ac_lo=$ac_mid; break
15643else
15644 echo "$as_me: failed program was:" >&5
15645sed 's/^/| /' conftest.$ac_ext >&5
15646
15647ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
15648 if test $ac_mid -le $ac_hi; then
15649 ac_lo= ac_hi=
15650 break
15651 fi
15652 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 15653fi
ac1cb8d3 15654rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15655 done
15656else
15657 echo "$as_me: failed program was:" >&5
15658sed 's/^/| /' conftest.$ac_ext >&5
15659
15660ac_lo= ac_hi=
15661fi
ac1cb8d3 15662rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 15663fi
ac1cb8d3 15664rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15665# Binary search between lo and hi bounds.
15666while test "x$ac_lo" != "x$ac_hi"; do
15667 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15668 cat >conftest.$ac_ext <<_ACEOF
15669/* confdefs.h. */
15670_ACEOF
15671cat confdefs.h >>conftest.$ac_ext
15672cat >>conftest.$ac_ext <<_ACEOF
15673/* end confdefs.h. */
15674$ac_includes_default
15675int
15676main ()
15677{
15678static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15679test_array [0] = 0
15680
15681 ;
15682 return 0;
15683}
15684_ACEOF
15685rm -f conftest.$ac_objext
15686if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15687 (eval $ac_compile) 2>conftest.er1
a848cd7e 15688 ac_status=$?
ac1cb8d3
VS
15689 grep -v '^ *+' conftest.er1 >conftest.err
15690 rm -f conftest.er1
15691 cat conftest.err >&5
a848cd7e
SC
15692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15693 (exit $ac_status); } &&
07158944 15694 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15696 (eval $ac_try) 2>&5
15697 ac_status=$?
15698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15699 (exit $ac_status); }; } &&
15700 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15702 (eval $ac_try) 2>&5
15703 ac_status=$?
15704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15705 (exit $ac_status); }; }; then
15706 ac_hi=$ac_mid
15707else
15708 echo "$as_me: failed program was:" >&5
15709sed 's/^/| /' conftest.$ac_ext >&5
15710
15711ac_lo=`expr '(' $ac_mid ')' + 1`
15712fi
ac1cb8d3 15713rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15714done
15715case $ac_lo in
15716?*) ac_cv_sizeof_char=$ac_lo;;
15717'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15718See \`config.log' for more details." >&5
15719echo "$as_me: error: cannot compute sizeof (char), 77
15720See \`config.log' for more details." >&2;}
15721 { (exit 1); exit 1; }; } ;;
15722esac
15723else
15724 if test "$cross_compiling" = yes; then
07158944
VZ
15725 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
15726echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
15727 { (exit 1); exit 1; }; }
15728else
15729 cat >conftest.$ac_ext <<_ACEOF
15730/* confdefs.h. */
15731_ACEOF
15732cat confdefs.h >>conftest.$ac_ext
15733cat >>conftest.$ac_ext <<_ACEOF
15734/* end confdefs.h. */
15735$ac_includes_default
15736long longval () { return (long) (sizeof (char)); }
15737unsigned long ulongval () { return (long) (sizeof (char)); }
15738#include <stdio.h>
15739#include <stdlib.h>
15740int
15741main ()
15742{
15743
15744 FILE *f = fopen ("conftest.val", "w");
15745 if (! f)
15746 exit (1);
15747 if (((long) (sizeof (char))) < 0)
15748 {
15749 long i = longval ();
15750 if (i != ((long) (sizeof (char))))
15751 exit (1);
15752 fprintf (f, "%ld\n", i);
15753 }
15754 else
15755 {
15756 unsigned long i = ulongval ();
15757 if (i != ((long) (sizeof (char))))
15758 exit (1);
15759 fprintf (f, "%lu\n", i);
15760 }
15761 exit (ferror (f) || fclose (f) != 0);
15762
15763 ;
15764 return 0;
15765}
15766_ACEOF
15767rm -f conftest$ac_exeext
15768if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15769 (eval $ac_link) 2>&5
15770 ac_status=$?
15771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15772 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15774 (eval $ac_try) 2>&5
15775 ac_status=$?
15776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15777 (exit $ac_status); }; }; then
15778 ac_cv_sizeof_char=`cat conftest.val`
15779else
15780 echo "$as_me: program exited with status $ac_status" >&5
15781echo "$as_me: failed program was:" >&5
15782sed 's/^/| /' conftest.$ac_ext >&5
15783
15784( exit $ac_status )
15785{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15786See \`config.log' for more details." >&5
15787echo "$as_me: error: cannot compute sizeof (char), 77
15788See \`config.log' for more details." >&2;}
15789 { (exit 1); exit 1; }; }
15790fi
ac1cb8d3 15791rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15792fi
15793fi
15794rm -f conftest.val
15795else
15796 ac_cv_sizeof_char=0
15797fi
15798fi
15799echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
15800echo "${ECHO_T}$ac_cv_sizeof_char" >&6
15801cat >>confdefs.h <<_ACEOF
15802#define SIZEOF_CHAR $ac_cv_sizeof_char
15803_ACEOF
15804
15805
15806echo "$as_me:$LINENO: checking for short" >&5
15807echo $ECHO_N "checking for short... $ECHO_C" >&6
15808if test "${ac_cv_type_short+set}" = set; then
15809 echo $ECHO_N "(cached) $ECHO_C" >&6
15810else
15811 cat >conftest.$ac_ext <<_ACEOF
15812/* confdefs.h. */
15813_ACEOF
15814cat confdefs.h >>conftest.$ac_ext
15815cat >>conftest.$ac_ext <<_ACEOF
15816/* end confdefs.h. */
15817$ac_includes_default
15818int
15819main ()
15820{
15821if ((short *) 0)
15822 return 0;
15823if (sizeof (short))
15824 return 0;
15825 ;
15826 return 0;
15827}
15828_ACEOF
15829rm -f conftest.$ac_objext
15830if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15831 (eval $ac_compile) 2>conftest.er1
a848cd7e 15832 ac_status=$?
ac1cb8d3
VS
15833 grep -v '^ *+' conftest.er1 >conftest.err
15834 rm -f conftest.er1
15835 cat conftest.err >&5
a848cd7e
SC
15836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15837 (exit $ac_status); } &&
07158944 15838 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15840 (eval $ac_try) 2>&5
15841 ac_status=$?
15842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15843 (exit $ac_status); }; } &&
15844 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15846 (eval $ac_try) 2>&5
15847 ac_status=$?
15848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15849 (exit $ac_status); }; }; then
15850 ac_cv_type_short=yes
15851else
15852 echo "$as_me: failed program was:" >&5
15853sed 's/^/| /' conftest.$ac_ext >&5
15854
15855ac_cv_type_short=no
15856fi
ac1cb8d3 15857rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15858fi
15859echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
15860echo "${ECHO_T}$ac_cv_type_short" >&6
15861
15862echo "$as_me:$LINENO: checking size of short" >&5
15863echo $ECHO_N "checking size of short... $ECHO_C" >&6
15864if test "${ac_cv_sizeof_short+set}" = set; then
15865 echo $ECHO_N "(cached) $ECHO_C" >&6
15866else
15867 if test "$ac_cv_type_short" = yes; then
15868 # The cast to unsigned long works around a bug in the HP C Compiler
15869 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15870 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15871 # This bug is HP SR number 8606223364.
15872 if test "$cross_compiling" = yes; then
15873 # Depending upon the size, compute the lo and hi bounds.
15874cat >conftest.$ac_ext <<_ACEOF
15875/* confdefs.h. */
15876_ACEOF
15877cat confdefs.h >>conftest.$ac_ext
15878cat >>conftest.$ac_ext <<_ACEOF
15879/* end confdefs.h. */
15880$ac_includes_default
15881int
15882main ()
15883{
15884static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
15885test_array [0] = 0
15886
15887 ;
15888 return 0;
15889}
15890_ACEOF
15891rm -f conftest.$ac_objext
15892if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15893 (eval $ac_compile) 2>conftest.er1
a848cd7e 15894 ac_status=$?
ac1cb8d3
VS
15895 grep -v '^ *+' conftest.er1 >conftest.err
15896 rm -f conftest.er1
15897 cat conftest.err >&5
a848cd7e
SC
15898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15899 (exit $ac_status); } &&
07158944 15900 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15902 (eval $ac_try) 2>&5
15903 ac_status=$?
15904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15905 (exit $ac_status); }; } &&
15906 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15908 (eval $ac_try) 2>&5
15909 ac_status=$?
15910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15911 (exit $ac_status); }; }; then
15912 ac_lo=0 ac_mid=0
15913 while :; do
15914 cat >conftest.$ac_ext <<_ACEOF
15915/* confdefs.h. */
15916_ACEOF
15917cat confdefs.h >>conftest.$ac_ext
15918cat >>conftest.$ac_ext <<_ACEOF
15919/* end confdefs.h. */
15920$ac_includes_default
15921int
15922main ()
15923{
15924static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
15925test_array [0] = 0
15926
15927 ;
15928 return 0;
15929}
15930_ACEOF
15931rm -f conftest.$ac_objext
15932if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15933 (eval $ac_compile) 2>conftest.er1
a848cd7e 15934 ac_status=$?
ac1cb8d3
VS
15935 grep -v '^ *+' conftest.er1 >conftest.err
15936 rm -f conftest.er1
15937 cat conftest.err >&5
a848cd7e
SC
15938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15939 (exit $ac_status); } &&
07158944 15940 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15942 (eval $ac_try) 2>&5
15943 ac_status=$?
15944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945 (exit $ac_status); }; } &&
15946 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15948 (eval $ac_try) 2>&5
15949 ac_status=$?
15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15951 (exit $ac_status); }; }; then
15952 ac_hi=$ac_mid; break
15953else
15954 echo "$as_me: failed program was:" >&5
15955sed 's/^/| /' conftest.$ac_ext >&5
15956
15957ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
15958 if test $ac_lo -le $ac_mid; then
15959 ac_lo= ac_hi=
15960 break
15961 fi
15962 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 15963fi
ac1cb8d3 15964rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15965 done
15966else
15967 echo "$as_me: failed program was:" >&5
15968sed 's/^/| /' conftest.$ac_ext >&5
15969
15970cat >conftest.$ac_ext <<_ACEOF
15971/* confdefs.h. */
15972_ACEOF
15973cat confdefs.h >>conftest.$ac_ext
15974cat >>conftest.$ac_ext <<_ACEOF
15975/* end confdefs.h. */
15976$ac_includes_default
15977int
15978main ()
15979{
15980static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
15981test_array [0] = 0
15982
15983 ;
15984 return 0;
15985}
15986_ACEOF
15987rm -f conftest.$ac_objext
15988if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15989 (eval $ac_compile) 2>conftest.er1
a848cd7e 15990 ac_status=$?
ac1cb8d3
VS
15991 grep -v '^ *+' conftest.er1 >conftest.err
15992 rm -f conftest.er1
15993 cat conftest.err >&5
a848cd7e
SC
15994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15995 (exit $ac_status); } &&
07158944 15996 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15998 (eval $ac_try) 2>&5
15999 ac_status=$?
16000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16001 (exit $ac_status); }; } &&
16002 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16004 (eval $ac_try) 2>&5
16005 ac_status=$?
16006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16007 (exit $ac_status); }; }; then
16008 ac_hi=-1 ac_mid=-1
16009 while :; do
16010 cat >conftest.$ac_ext <<_ACEOF
16011/* confdefs.h. */
16012_ACEOF
16013cat confdefs.h >>conftest.$ac_ext
16014cat >>conftest.$ac_ext <<_ACEOF
16015/* end confdefs.h. */
16016$ac_includes_default
16017int
16018main ()
16019{
16020static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16021test_array [0] = 0
16022
16023 ;
16024 return 0;
16025}
16026_ACEOF
16027rm -f conftest.$ac_objext
16028if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16029 (eval $ac_compile) 2>conftest.er1
a848cd7e 16030 ac_status=$?
ac1cb8d3
VS
16031 grep -v '^ *+' conftest.er1 >conftest.err
16032 rm -f conftest.er1
16033 cat conftest.err >&5
a848cd7e
SC
16034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16035 (exit $ac_status); } &&
07158944 16036 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16038 (eval $ac_try) 2>&5
16039 ac_status=$?
16040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16041 (exit $ac_status); }; } &&
16042 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16044 (eval $ac_try) 2>&5
16045 ac_status=$?
16046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16047 (exit $ac_status); }; }; then
16048 ac_lo=$ac_mid; break
16049else
16050 echo "$as_me: failed program was:" >&5
16051sed 's/^/| /' conftest.$ac_ext >&5
16052
16053ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16054 if test $ac_mid -le $ac_hi; then
16055 ac_lo= ac_hi=
16056 break
16057 fi
16058 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16059fi
ac1cb8d3 16060rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16061 done
16062else
16063 echo "$as_me: failed program was:" >&5
16064sed 's/^/| /' conftest.$ac_ext >&5
16065
16066ac_lo= ac_hi=
16067fi
ac1cb8d3 16068rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16069fi
ac1cb8d3 16070rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16071# Binary search between lo and hi bounds.
16072while test "x$ac_lo" != "x$ac_hi"; do
16073 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16074 cat >conftest.$ac_ext <<_ACEOF
16075/* confdefs.h. */
16076_ACEOF
16077cat confdefs.h >>conftest.$ac_ext
16078cat >>conftest.$ac_ext <<_ACEOF
16079/* end confdefs.h. */
16080$ac_includes_default
16081int
16082main ()
16083{
16084static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16085test_array [0] = 0
16086
16087 ;
16088 return 0;
16089}
16090_ACEOF
16091rm -f conftest.$ac_objext
16092if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16093 (eval $ac_compile) 2>conftest.er1
a848cd7e 16094 ac_status=$?
ac1cb8d3
VS
16095 grep -v '^ *+' conftest.er1 >conftest.err
16096 rm -f conftest.er1
16097 cat conftest.err >&5
a848cd7e
SC
16098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099 (exit $ac_status); } &&
07158944 16100 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16102 (eval $ac_try) 2>&5
16103 ac_status=$?
16104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16105 (exit $ac_status); }; } &&
16106 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16108 (eval $ac_try) 2>&5
16109 ac_status=$?
16110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16111 (exit $ac_status); }; }; then
16112 ac_hi=$ac_mid
16113else
16114 echo "$as_me: failed program was:" >&5
16115sed 's/^/| /' conftest.$ac_ext >&5
16116
16117ac_lo=`expr '(' $ac_mid ')' + 1`
16118fi
ac1cb8d3 16119rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16120done
16121case $ac_lo in
16122?*) ac_cv_sizeof_short=$ac_lo;;
16123'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16124See \`config.log' for more details." >&5
16125echo "$as_me: error: cannot compute sizeof (short), 77
16126See \`config.log' for more details." >&2;}
16127 { (exit 1); exit 1; }; } ;;
16128esac
16129else
16130 if test "$cross_compiling" = yes; then
07158944
VZ
16131 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16132echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
16133 { (exit 1); exit 1; }; }
16134else
16135 cat >conftest.$ac_ext <<_ACEOF
16136/* confdefs.h. */
16137_ACEOF
16138cat confdefs.h >>conftest.$ac_ext
16139cat >>conftest.$ac_ext <<_ACEOF
16140/* end confdefs.h. */
16141$ac_includes_default
16142long longval () { return (long) (sizeof (short)); }
16143unsigned long ulongval () { return (long) (sizeof (short)); }
16144#include <stdio.h>
16145#include <stdlib.h>
16146int
16147main ()
16148{
16149
16150 FILE *f = fopen ("conftest.val", "w");
16151 if (! f)
16152 exit (1);
16153 if (((long) (sizeof (short))) < 0)
16154 {
16155 long i = longval ();
16156 if (i != ((long) (sizeof (short))))
16157 exit (1);
16158 fprintf (f, "%ld\n", i);
16159 }
16160 else
16161 {
16162 unsigned long i = ulongval ();
16163 if (i != ((long) (sizeof (short))))
16164 exit (1);
16165 fprintf (f, "%lu\n", i);
16166 }
16167 exit (ferror (f) || fclose (f) != 0);
16168
16169 ;
16170 return 0;
16171}
16172_ACEOF
16173rm -f conftest$ac_exeext
16174if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16175 (eval $ac_link) 2>&5
16176 ac_status=$?
16177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16178 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16180 (eval $ac_try) 2>&5
16181 ac_status=$?
16182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16183 (exit $ac_status); }; }; then
16184 ac_cv_sizeof_short=`cat conftest.val`
16185else
16186 echo "$as_me: program exited with status $ac_status" >&5
16187echo "$as_me: failed program was:" >&5
16188sed 's/^/| /' conftest.$ac_ext >&5
16189
16190( exit $ac_status )
16191{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16192See \`config.log' for more details." >&5
16193echo "$as_me: error: cannot compute sizeof (short), 77
16194See \`config.log' for more details." >&2;}
16195 { (exit 1); exit 1; }; }
16196fi
ac1cb8d3 16197rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16198fi
16199fi
16200rm -f conftest.val
16201else
16202 ac_cv_sizeof_short=0
16203fi
16204fi
16205echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16206echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16207cat >>confdefs.h <<_ACEOF
16208#define SIZEOF_SHORT $ac_cv_sizeof_short
16209_ACEOF
16210
16211
16212echo "$as_me:$LINENO: checking for void *" >&5
16213echo $ECHO_N "checking for void *... $ECHO_C" >&6
16214if test "${ac_cv_type_void_p+set}" = set; then
16215 echo $ECHO_N "(cached) $ECHO_C" >&6
16216else
16217 cat >conftest.$ac_ext <<_ACEOF
16218/* confdefs.h. */
16219_ACEOF
16220cat confdefs.h >>conftest.$ac_ext
16221cat >>conftest.$ac_ext <<_ACEOF
16222/* end confdefs.h. */
16223$ac_includes_default
16224int
16225main ()
16226{
16227if ((void * *) 0)
16228 return 0;
16229if (sizeof (void *))
16230 return 0;
16231 ;
16232 return 0;
16233}
16234_ACEOF
16235rm -f conftest.$ac_objext
16236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16237 (eval $ac_compile) 2>conftest.er1
a848cd7e 16238 ac_status=$?
ac1cb8d3
VS
16239 grep -v '^ *+' conftest.er1 >conftest.err
16240 rm -f conftest.er1
16241 cat conftest.err >&5
a848cd7e
SC
16242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16243 (exit $ac_status); } &&
07158944 16244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16246 (eval $ac_try) 2>&5
16247 ac_status=$?
16248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16249 (exit $ac_status); }; } &&
16250 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16252 (eval $ac_try) 2>&5
16253 ac_status=$?
16254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255 (exit $ac_status); }; }; then
16256 ac_cv_type_void_p=yes
16257else
16258 echo "$as_me: failed program was:" >&5
16259sed 's/^/| /' conftest.$ac_ext >&5
16260
16261ac_cv_type_void_p=no
16262fi
ac1cb8d3 16263rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16264fi
16265echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16266echo "${ECHO_T}$ac_cv_type_void_p" >&6
16267
16268echo "$as_me:$LINENO: checking size of void *" >&5
16269echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16270if test "${ac_cv_sizeof_void_p+set}" = set; then
16271 echo $ECHO_N "(cached) $ECHO_C" >&6
16272else
16273 if test "$ac_cv_type_void_p" = yes; then
16274 # The cast to unsigned long works around a bug in the HP C Compiler
16275 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16276 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16277 # This bug is HP SR number 8606223364.
16278 if test "$cross_compiling" = yes; then
16279 # Depending upon the size, compute the lo and hi bounds.
16280cat >conftest.$ac_ext <<_ACEOF
16281/* confdefs.h. */
16282_ACEOF
16283cat confdefs.h >>conftest.$ac_ext
16284cat >>conftest.$ac_ext <<_ACEOF
16285/* end confdefs.h. */
16286$ac_includes_default
16287int
16288main ()
16289{
16290static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16291test_array [0] = 0
16292
16293 ;
16294 return 0;
16295}
16296_ACEOF
16297rm -f conftest.$ac_objext
16298if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16299 (eval $ac_compile) 2>conftest.er1
a848cd7e 16300 ac_status=$?
ac1cb8d3
VS
16301 grep -v '^ *+' conftest.er1 >conftest.err
16302 rm -f conftest.er1
16303 cat conftest.err >&5
a848cd7e
SC
16304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16305 (exit $ac_status); } &&
07158944 16306 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16308 (eval $ac_try) 2>&5
16309 ac_status=$?
16310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16311 (exit $ac_status); }; } &&
16312 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16314 (eval $ac_try) 2>&5
16315 ac_status=$?
16316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16317 (exit $ac_status); }; }; then
16318 ac_lo=0 ac_mid=0
16319 while :; do
16320 cat >conftest.$ac_ext <<_ACEOF
16321/* confdefs.h. */
16322_ACEOF
16323cat confdefs.h >>conftest.$ac_ext
16324cat >>conftest.$ac_ext <<_ACEOF
16325/* end confdefs.h. */
16326$ac_includes_default
16327int
16328main ()
16329{
16330static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16331test_array [0] = 0
16332
16333 ;
16334 return 0;
16335}
16336_ACEOF
16337rm -f conftest.$ac_objext
16338if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16339 (eval $ac_compile) 2>conftest.er1
a848cd7e 16340 ac_status=$?
ac1cb8d3
VS
16341 grep -v '^ *+' conftest.er1 >conftest.err
16342 rm -f conftest.er1
16343 cat conftest.err >&5
a848cd7e
SC
16344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16345 (exit $ac_status); } &&
07158944 16346 { ac_try='test -z "$ac_c_werror_flag" || 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 ac_hi=$ac_mid; break
16359else
16360 echo "$as_me: failed program was:" >&5
16361sed 's/^/| /' conftest.$ac_ext >&5
16362
16363ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
16364 if test $ac_lo -le $ac_mid; then
16365 ac_lo= ac_hi=
16366 break
16367 fi
16368 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16369fi
ac1cb8d3 16370rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16371 done
16372else
16373 echo "$as_me: failed program was:" >&5
16374sed 's/^/| /' conftest.$ac_ext >&5
16375
16376cat >conftest.$ac_ext <<_ACEOF
16377/* confdefs.h. */
16378_ACEOF
16379cat confdefs.h >>conftest.$ac_ext
16380cat >>conftest.$ac_ext <<_ACEOF
16381/* end confdefs.h. */
16382$ac_includes_default
16383int
16384main ()
16385{
16386static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16387test_array [0] = 0
16388
16389 ;
16390 return 0;
16391}
16392_ACEOF
16393rm -f conftest.$ac_objext
16394if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16395 (eval $ac_compile) 2>conftest.er1
a848cd7e 16396 ac_status=$?
ac1cb8d3
VS
16397 grep -v '^ *+' conftest.er1 >conftest.err
16398 rm -f conftest.er1
16399 cat conftest.err >&5
a848cd7e
SC
16400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16401 (exit $ac_status); } &&
07158944 16402 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16404 (eval $ac_try) 2>&5
16405 ac_status=$?
16406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16407 (exit $ac_status); }; } &&
16408 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16410 (eval $ac_try) 2>&5
16411 ac_status=$?
16412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16413 (exit $ac_status); }; }; then
16414 ac_hi=-1 ac_mid=-1
16415 while :; do
16416 cat >conftest.$ac_ext <<_ACEOF
16417/* confdefs.h. */
16418_ACEOF
16419cat confdefs.h >>conftest.$ac_ext
16420cat >>conftest.$ac_ext <<_ACEOF
16421/* end confdefs.h. */
16422$ac_includes_default
16423int
16424main ()
16425{
16426static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16427test_array [0] = 0
16428
16429 ;
16430 return 0;
16431}
16432_ACEOF
16433rm -f conftest.$ac_objext
16434if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16435 (eval $ac_compile) 2>conftest.er1
a848cd7e 16436 ac_status=$?
ac1cb8d3
VS
16437 grep -v '^ *+' conftest.er1 >conftest.err
16438 rm -f conftest.er1
16439 cat conftest.err >&5
a848cd7e
SC
16440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); } &&
07158944 16442 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16444 (eval $ac_try) 2>&5
16445 ac_status=$?
16446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16447 (exit $ac_status); }; } &&
16448 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16450 (eval $ac_try) 2>&5
16451 ac_status=$?
16452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16453 (exit $ac_status); }; }; then
16454 ac_lo=$ac_mid; break
16455else
16456 echo "$as_me: failed program was:" >&5
16457sed 's/^/| /' conftest.$ac_ext >&5
16458
16459ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16460 if test $ac_mid -le $ac_hi; then
16461 ac_lo= ac_hi=
16462 break
16463 fi
16464 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16465fi
ac1cb8d3 16466rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16467 done
16468else
16469 echo "$as_me: failed program was:" >&5
16470sed 's/^/| /' conftest.$ac_ext >&5
16471
16472ac_lo= ac_hi=
16473fi
ac1cb8d3 16474rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16475fi
ac1cb8d3 16476rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16477# Binary search between lo and hi bounds.
16478while test "x$ac_lo" != "x$ac_hi"; do
16479 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16480 cat >conftest.$ac_ext <<_ACEOF
16481/* confdefs.h. */
16482_ACEOF
16483cat confdefs.h >>conftest.$ac_ext
16484cat >>conftest.$ac_ext <<_ACEOF
16485/* end confdefs.h. */
16486$ac_includes_default
16487int
16488main ()
16489{
16490static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16491test_array [0] = 0
16492
16493 ;
16494 return 0;
16495}
16496_ACEOF
16497rm -f conftest.$ac_objext
16498if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16499 (eval $ac_compile) 2>conftest.er1
a848cd7e 16500 ac_status=$?
ac1cb8d3
VS
16501 grep -v '^ *+' conftest.er1 >conftest.err
16502 rm -f conftest.er1
16503 cat conftest.err >&5
a848cd7e
SC
16504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16505 (exit $ac_status); } &&
07158944 16506 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16508 (eval $ac_try) 2>&5
16509 ac_status=$?
16510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16511 (exit $ac_status); }; } &&
16512 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16514 (eval $ac_try) 2>&5
16515 ac_status=$?
16516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16517 (exit $ac_status); }; }; then
16518 ac_hi=$ac_mid
16519else
16520 echo "$as_me: failed program was:" >&5
16521sed 's/^/| /' conftest.$ac_ext >&5
16522
16523ac_lo=`expr '(' $ac_mid ')' + 1`
16524fi
ac1cb8d3 16525rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16526done
16527case $ac_lo in
16528?*) ac_cv_sizeof_void_p=$ac_lo;;
16529'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16530See \`config.log' for more details." >&5
16531echo "$as_me: error: cannot compute sizeof (void *), 77
16532See \`config.log' for more details." >&2;}
16533 { (exit 1); exit 1; }; } ;;
16534esac
16535else
16536 if test "$cross_compiling" = yes; then
07158944
VZ
16537 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16538echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
16539 { (exit 1); exit 1; }; }
16540else
16541 cat >conftest.$ac_ext <<_ACEOF
16542/* confdefs.h. */
16543_ACEOF
16544cat confdefs.h >>conftest.$ac_ext
16545cat >>conftest.$ac_ext <<_ACEOF
16546/* end confdefs.h. */
16547$ac_includes_default
16548long longval () { return (long) (sizeof (void *)); }
16549unsigned long ulongval () { return (long) (sizeof (void *)); }
16550#include <stdio.h>
16551#include <stdlib.h>
16552int
16553main ()
16554{
16555
16556 FILE *f = fopen ("conftest.val", "w");
16557 if (! f)
16558 exit (1);
16559 if (((long) (sizeof (void *))) < 0)
16560 {
16561 long i = longval ();
16562 if (i != ((long) (sizeof (void *))))
16563 exit (1);
16564 fprintf (f, "%ld\n", i);
16565 }
16566 else
16567 {
16568 unsigned long i = ulongval ();
16569 if (i != ((long) (sizeof (void *))))
16570 exit (1);
16571 fprintf (f, "%lu\n", i);
16572 }
16573 exit (ferror (f) || fclose (f) != 0);
16574
16575 ;
16576 return 0;
16577}
16578_ACEOF
16579rm -f conftest$ac_exeext
16580if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16581 (eval $ac_link) 2>&5
16582 ac_status=$?
16583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16584 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16586 (eval $ac_try) 2>&5
16587 ac_status=$?
16588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16589 (exit $ac_status); }; }; then
16590 ac_cv_sizeof_void_p=`cat conftest.val`
16591else
16592 echo "$as_me: program exited with status $ac_status" >&5
16593echo "$as_me: failed program was:" >&5
16594sed 's/^/| /' conftest.$ac_ext >&5
16595
16596( exit $ac_status )
16597{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16598See \`config.log' for more details." >&5
16599echo "$as_me: error: cannot compute sizeof (void *), 77
16600See \`config.log' for more details." >&2;}
16601 { (exit 1); exit 1; }; }
16602fi
ac1cb8d3 16603rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16604fi
16605fi
16606rm -f conftest.val
16607else
16608 ac_cv_sizeof_void_p=0
16609fi
16610fi
16611echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16612echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16613cat >>confdefs.h <<_ACEOF
16614#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16615_ACEOF
16616
16617
16618echo "$as_me:$LINENO: checking for int" >&5
16619echo $ECHO_N "checking for int... $ECHO_C" >&6
16620if test "${ac_cv_type_int+set}" = set; then
16621 echo $ECHO_N "(cached) $ECHO_C" >&6
16622else
16623 cat >conftest.$ac_ext <<_ACEOF
16624/* confdefs.h. */
16625_ACEOF
16626cat confdefs.h >>conftest.$ac_ext
16627cat >>conftest.$ac_ext <<_ACEOF
16628/* end confdefs.h. */
16629$ac_includes_default
16630int
16631main ()
16632{
16633if ((int *) 0)
16634 return 0;
16635if (sizeof (int))
16636 return 0;
16637 ;
16638 return 0;
16639}
16640_ACEOF
16641rm -f conftest.$ac_objext
16642if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16643 (eval $ac_compile) 2>conftest.er1
a848cd7e 16644 ac_status=$?
ac1cb8d3
VS
16645 grep -v '^ *+' conftest.er1 >conftest.err
16646 rm -f conftest.er1
16647 cat conftest.err >&5
a848cd7e
SC
16648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16649 (exit $ac_status); } &&
07158944 16650 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16652 (eval $ac_try) 2>&5
16653 ac_status=$?
16654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16655 (exit $ac_status); }; } &&
16656 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16658 (eval $ac_try) 2>&5
16659 ac_status=$?
16660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16661 (exit $ac_status); }; }; then
16662 ac_cv_type_int=yes
16663else
16664 echo "$as_me: failed program was:" >&5
16665sed 's/^/| /' conftest.$ac_ext >&5
16666
16667ac_cv_type_int=no
16668fi
ac1cb8d3 16669rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16670fi
16671echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
16672echo "${ECHO_T}$ac_cv_type_int" >&6
16673
16674echo "$as_me:$LINENO: checking size of int" >&5
16675echo $ECHO_N "checking size of int... $ECHO_C" >&6
16676if test "${ac_cv_sizeof_int+set}" = set; then
16677 echo $ECHO_N "(cached) $ECHO_C" >&6
16678else
16679 if test "$ac_cv_type_int" = yes; then
16680 # The cast to unsigned long works around a bug in the HP C Compiler
16681 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16682 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16683 # This bug is HP SR number 8606223364.
16684 if test "$cross_compiling" = yes; then
16685 # Depending upon the size, compute the lo and hi bounds.
16686cat >conftest.$ac_ext <<_ACEOF
16687/* confdefs.h. */
16688_ACEOF
16689cat confdefs.h >>conftest.$ac_ext
16690cat >>conftest.$ac_ext <<_ACEOF
16691/* end confdefs.h. */
16692$ac_includes_default
16693int
16694main ()
16695{
16696static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
16697test_array [0] = 0
16698
16699 ;
16700 return 0;
16701}
16702_ACEOF
16703rm -f conftest.$ac_objext
16704if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16705 (eval $ac_compile) 2>conftest.er1
a848cd7e 16706 ac_status=$?
ac1cb8d3
VS
16707 grep -v '^ *+' conftest.er1 >conftest.err
16708 rm -f conftest.er1
16709 cat conftest.err >&5
a848cd7e
SC
16710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16711 (exit $ac_status); } &&
07158944 16712 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16714 (eval $ac_try) 2>&5
16715 ac_status=$?
16716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16717 (exit $ac_status); }; } &&
16718 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16720 (eval $ac_try) 2>&5
16721 ac_status=$?
16722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16723 (exit $ac_status); }; }; then
16724 ac_lo=0 ac_mid=0
16725 while :; do
16726 cat >conftest.$ac_ext <<_ACEOF
16727/* confdefs.h. */
16728_ACEOF
16729cat confdefs.h >>conftest.$ac_ext
16730cat >>conftest.$ac_ext <<_ACEOF
16731/* end confdefs.h. */
16732$ac_includes_default
16733int
16734main ()
16735{
16736static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
16737test_array [0] = 0
16738
16739 ;
16740 return 0;
16741}
16742_ACEOF
16743rm -f conftest.$ac_objext
16744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16745 (eval $ac_compile) 2>conftest.er1
a848cd7e 16746 ac_status=$?
ac1cb8d3
VS
16747 grep -v '^ *+' conftest.er1 >conftest.err
16748 rm -f conftest.er1
16749 cat conftest.err >&5
a848cd7e
SC
16750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16751 (exit $ac_status); } &&
07158944 16752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16754 (eval $ac_try) 2>&5
16755 ac_status=$?
16756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16757 (exit $ac_status); }; } &&
16758 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16760 (eval $ac_try) 2>&5
16761 ac_status=$?
16762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16763 (exit $ac_status); }; }; then
16764 ac_hi=$ac_mid; break
16765else
16766 echo "$as_me: failed program was:" >&5
16767sed 's/^/| /' conftest.$ac_ext >&5
16768
16769ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
16770 if test $ac_lo -le $ac_mid; then
16771 ac_lo= ac_hi=
16772 break
16773 fi
16774 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16775fi
ac1cb8d3 16776rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16777 done
16778else
16779 echo "$as_me: failed program was:" >&5
16780sed 's/^/| /' conftest.$ac_ext >&5
16781
16782cat >conftest.$ac_ext <<_ACEOF
16783/* confdefs.h. */
16784_ACEOF
16785cat confdefs.h >>conftest.$ac_ext
16786cat >>conftest.$ac_ext <<_ACEOF
16787/* end confdefs.h. */
16788$ac_includes_default
16789int
16790main ()
16791{
16792static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
16793test_array [0] = 0
16794
16795 ;
16796 return 0;
16797}
16798_ACEOF
16799rm -f conftest.$ac_objext
16800if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16801 (eval $ac_compile) 2>conftest.er1
a848cd7e 16802 ac_status=$?
ac1cb8d3
VS
16803 grep -v '^ *+' conftest.er1 >conftest.err
16804 rm -f conftest.er1
16805 cat conftest.err >&5
a848cd7e
SC
16806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16807 (exit $ac_status); } &&
07158944 16808 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16810 (eval $ac_try) 2>&5
16811 ac_status=$?
16812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16813 (exit $ac_status); }; } &&
16814 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16816 (eval $ac_try) 2>&5
16817 ac_status=$?
16818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16819 (exit $ac_status); }; }; then
16820 ac_hi=-1 ac_mid=-1
16821 while :; do
16822 cat >conftest.$ac_ext <<_ACEOF
16823/* confdefs.h. */
16824_ACEOF
16825cat confdefs.h >>conftest.$ac_ext
16826cat >>conftest.$ac_ext <<_ACEOF
16827/* end confdefs.h. */
16828$ac_includes_default
16829int
16830main ()
16831{
16832static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
16833test_array [0] = 0
16834
16835 ;
16836 return 0;
16837}
16838_ACEOF
16839rm -f conftest.$ac_objext
16840if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16841 (eval $ac_compile) 2>conftest.er1
a848cd7e 16842 ac_status=$?
ac1cb8d3
VS
16843 grep -v '^ *+' conftest.er1 >conftest.err
16844 rm -f conftest.er1
16845 cat conftest.err >&5
a848cd7e
SC
16846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16847 (exit $ac_status); } &&
07158944 16848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16850 (eval $ac_try) 2>&5
16851 ac_status=$?
16852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16853 (exit $ac_status); }; } &&
16854 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16856 (eval $ac_try) 2>&5
16857 ac_status=$?
16858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16859 (exit $ac_status); }; }; then
16860 ac_lo=$ac_mid; break
16861else
16862 echo "$as_me: failed program was:" >&5
16863sed 's/^/| /' conftest.$ac_ext >&5
16864
16865ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16866 if test $ac_mid -le $ac_hi; then
16867 ac_lo= ac_hi=
16868 break
16869 fi
16870 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16871fi
ac1cb8d3 16872rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16873 done
16874else
16875 echo "$as_me: failed program was:" >&5
16876sed 's/^/| /' conftest.$ac_ext >&5
16877
16878ac_lo= ac_hi=
16879fi
ac1cb8d3 16880rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16881fi
ac1cb8d3 16882rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16883# Binary search between lo and hi bounds.
16884while test "x$ac_lo" != "x$ac_hi"; do
16885 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16886 cat >conftest.$ac_ext <<_ACEOF
16887/* confdefs.h. */
16888_ACEOF
16889cat confdefs.h >>conftest.$ac_ext
16890cat >>conftest.$ac_ext <<_ACEOF
16891/* end confdefs.h. */
16892$ac_includes_default
16893int
16894main ()
16895{
16896static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
16897test_array [0] = 0
16898
16899 ;
16900 return 0;
16901}
16902_ACEOF
16903rm -f conftest.$ac_objext
16904if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16905 (eval $ac_compile) 2>conftest.er1
a848cd7e 16906 ac_status=$?
ac1cb8d3
VS
16907 grep -v '^ *+' conftest.er1 >conftest.err
16908 rm -f conftest.er1
16909 cat conftest.err >&5
a848cd7e
SC
16910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16911 (exit $ac_status); } &&
07158944 16912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16914 (eval $ac_try) 2>&5
16915 ac_status=$?
16916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16917 (exit $ac_status); }; } &&
16918 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16920 (eval $ac_try) 2>&5
16921 ac_status=$?
16922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16923 (exit $ac_status); }; }; then
16924 ac_hi=$ac_mid
16925else
16926 echo "$as_me: failed program was:" >&5
16927sed 's/^/| /' conftest.$ac_ext >&5
16928
16929ac_lo=`expr '(' $ac_mid ')' + 1`
16930fi
ac1cb8d3 16931rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16932done
16933case $ac_lo in
16934?*) ac_cv_sizeof_int=$ac_lo;;
16935'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
16936See \`config.log' for more details." >&5
16937echo "$as_me: error: cannot compute sizeof (int), 77
16938See \`config.log' for more details." >&2;}
16939 { (exit 1); exit 1; }; } ;;
16940esac
16941else
16942 if test "$cross_compiling" = yes; then
07158944
VZ
16943 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16944echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
16945 { (exit 1); exit 1; }; }
16946else
16947 cat >conftest.$ac_ext <<_ACEOF
16948/* confdefs.h. */
16949_ACEOF
16950cat confdefs.h >>conftest.$ac_ext
16951cat >>conftest.$ac_ext <<_ACEOF
16952/* end confdefs.h. */
16953$ac_includes_default
16954long longval () { return (long) (sizeof (int)); }
16955unsigned long ulongval () { return (long) (sizeof (int)); }
16956#include <stdio.h>
16957#include <stdlib.h>
16958int
16959main ()
16960{
16961
16962 FILE *f = fopen ("conftest.val", "w");
16963 if (! f)
16964 exit (1);
16965 if (((long) (sizeof (int))) < 0)
16966 {
16967 long i = longval ();
16968 if (i != ((long) (sizeof (int))))
16969 exit (1);
16970 fprintf (f, "%ld\n", i);
16971 }
16972 else
16973 {
16974 unsigned long i = ulongval ();
16975 if (i != ((long) (sizeof (int))))
16976 exit (1);
16977 fprintf (f, "%lu\n", i);
16978 }
16979 exit (ferror (f) || fclose (f) != 0);
16980
16981 ;
16982 return 0;
16983}
16984_ACEOF
16985rm -f conftest$ac_exeext
16986if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16987 (eval $ac_link) 2>&5
16988 ac_status=$?
16989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16990 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16992 (eval $ac_try) 2>&5
16993 ac_status=$?
16994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16995 (exit $ac_status); }; }; then
16996 ac_cv_sizeof_int=`cat conftest.val`
16997else
16998 echo "$as_me: program exited with status $ac_status" >&5
16999echo "$as_me: failed program was:" >&5
17000sed 's/^/| /' conftest.$ac_ext >&5
17001
17002( exit $ac_status )
17003{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17004See \`config.log' for more details." >&5
17005echo "$as_me: error: cannot compute sizeof (int), 77
17006See \`config.log' for more details." >&2;}
17007 { (exit 1); exit 1; }; }
17008fi
ac1cb8d3 17009rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17010fi
17011fi
17012rm -f conftest.val
17013else
17014 ac_cv_sizeof_int=0
17015fi
17016fi
17017echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17018echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17019cat >>confdefs.h <<_ACEOF
17020#define SIZEOF_INT $ac_cv_sizeof_int
17021_ACEOF
17022
17023
17024echo "$as_me:$LINENO: checking for long" >&5
17025echo $ECHO_N "checking for long... $ECHO_C" >&6
17026if test "${ac_cv_type_long+set}" = set; then
17027 echo $ECHO_N "(cached) $ECHO_C" >&6
17028else
17029 cat >conftest.$ac_ext <<_ACEOF
17030/* confdefs.h. */
17031_ACEOF
17032cat confdefs.h >>conftest.$ac_ext
17033cat >>conftest.$ac_ext <<_ACEOF
17034/* end confdefs.h. */
17035$ac_includes_default
17036int
17037main ()
17038{
17039if ((long *) 0)
17040 return 0;
17041if (sizeof (long))
17042 return 0;
17043 ;
17044 return 0;
17045}
17046_ACEOF
17047rm -f conftest.$ac_objext
17048if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17049 (eval $ac_compile) 2>conftest.er1
a848cd7e 17050 ac_status=$?
ac1cb8d3
VS
17051 grep -v '^ *+' conftest.er1 >conftest.err
17052 rm -f conftest.er1
17053 cat conftest.err >&5
a848cd7e
SC
17054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17055 (exit $ac_status); } &&
07158944 17056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17058 (eval $ac_try) 2>&5
17059 ac_status=$?
17060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); }; } &&
17062 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17064 (eval $ac_try) 2>&5
17065 ac_status=$?
17066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17067 (exit $ac_status); }; }; then
17068 ac_cv_type_long=yes
17069else
17070 echo "$as_me: failed program was:" >&5
17071sed 's/^/| /' conftest.$ac_ext >&5
17072
17073ac_cv_type_long=no
17074fi
ac1cb8d3 17075rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17076fi
17077echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17078echo "${ECHO_T}$ac_cv_type_long" >&6
17079
17080echo "$as_me:$LINENO: checking size of long" >&5
17081echo $ECHO_N "checking size of long... $ECHO_C" >&6
17082if test "${ac_cv_sizeof_long+set}" = set; then
17083 echo $ECHO_N "(cached) $ECHO_C" >&6
17084else
17085 if test "$ac_cv_type_long" = yes; then
17086 # The cast to unsigned long works around a bug in the HP C Compiler
17087 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17088 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17089 # This bug is HP SR number 8606223364.
17090 if test "$cross_compiling" = yes; then
17091 # Depending upon the size, compute the lo and hi bounds.
17092cat >conftest.$ac_ext <<_ACEOF
17093/* confdefs.h. */
17094_ACEOF
17095cat confdefs.h >>conftest.$ac_ext
17096cat >>conftest.$ac_ext <<_ACEOF
17097/* end confdefs.h. */
17098$ac_includes_default
17099int
17100main ()
17101{
17102static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17103test_array [0] = 0
17104
17105 ;
17106 return 0;
17107}
17108_ACEOF
17109rm -f conftest.$ac_objext
17110if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17111 (eval $ac_compile) 2>conftest.er1
a848cd7e 17112 ac_status=$?
ac1cb8d3
VS
17113 grep -v '^ *+' conftest.er1 >conftest.err
17114 rm -f conftest.er1
17115 cat conftest.err >&5
a848cd7e
SC
17116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17117 (exit $ac_status); } &&
07158944 17118 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17120 (eval $ac_try) 2>&5
17121 ac_status=$?
17122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17123 (exit $ac_status); }; } &&
17124 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17126 (eval $ac_try) 2>&5
17127 ac_status=$?
17128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17129 (exit $ac_status); }; }; then
17130 ac_lo=0 ac_mid=0
17131 while :; do
17132 cat >conftest.$ac_ext <<_ACEOF
17133/* confdefs.h. */
17134_ACEOF
17135cat confdefs.h >>conftest.$ac_ext
17136cat >>conftest.$ac_ext <<_ACEOF
17137/* end confdefs.h. */
17138$ac_includes_default
17139int
17140main ()
17141{
17142static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17143test_array [0] = 0
17144
17145 ;
17146 return 0;
17147}
17148_ACEOF
17149rm -f conftest.$ac_objext
17150if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17151 (eval $ac_compile) 2>conftest.er1
a848cd7e 17152 ac_status=$?
ac1cb8d3
VS
17153 grep -v '^ *+' conftest.er1 >conftest.err
17154 rm -f conftest.er1
17155 cat conftest.err >&5
a848cd7e
SC
17156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17157 (exit $ac_status); } &&
07158944 17158 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17160 (eval $ac_try) 2>&5
17161 ac_status=$?
17162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17163 (exit $ac_status); }; } &&
17164 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17166 (eval $ac_try) 2>&5
17167 ac_status=$?
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); }; }; then
17170 ac_hi=$ac_mid; break
17171else
17172 echo "$as_me: failed program was:" >&5
17173sed 's/^/| /' conftest.$ac_ext >&5
17174
17175ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17176 if test $ac_lo -le $ac_mid; then
17177 ac_lo= ac_hi=
17178 break
17179 fi
17180 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17181fi
ac1cb8d3 17182rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17183 done
17184else
17185 echo "$as_me: failed program was:" >&5
17186sed 's/^/| /' conftest.$ac_ext >&5
17187
17188cat >conftest.$ac_ext <<_ACEOF
17189/* confdefs.h. */
17190_ACEOF
17191cat confdefs.h >>conftest.$ac_ext
17192cat >>conftest.$ac_ext <<_ACEOF
17193/* end confdefs.h. */
17194$ac_includes_default
17195int
17196main ()
17197{
17198static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17199test_array [0] = 0
17200
17201 ;
17202 return 0;
17203}
17204_ACEOF
17205rm -f conftest.$ac_objext
17206if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17207 (eval $ac_compile) 2>conftest.er1
a848cd7e 17208 ac_status=$?
ac1cb8d3
VS
17209 grep -v '^ *+' conftest.er1 >conftest.err
17210 rm -f conftest.er1
17211 cat conftest.err >&5
a848cd7e
SC
17212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17213 (exit $ac_status); } &&
07158944 17214 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17216 (eval $ac_try) 2>&5
17217 ac_status=$?
17218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17219 (exit $ac_status); }; } &&
17220 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17222 (eval $ac_try) 2>&5
17223 ac_status=$?
17224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17225 (exit $ac_status); }; }; then
17226 ac_hi=-1 ac_mid=-1
17227 while :; do
17228 cat >conftest.$ac_ext <<_ACEOF
17229/* confdefs.h. */
17230_ACEOF
17231cat confdefs.h >>conftest.$ac_ext
17232cat >>conftest.$ac_ext <<_ACEOF
17233/* end confdefs.h. */
17234$ac_includes_default
17235int
17236main ()
17237{
17238static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17239test_array [0] = 0
17240
17241 ;
17242 return 0;
17243}
17244_ACEOF
17245rm -f conftest.$ac_objext
17246if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17247 (eval $ac_compile) 2>conftest.er1
a848cd7e 17248 ac_status=$?
ac1cb8d3
VS
17249 grep -v '^ *+' conftest.er1 >conftest.err
17250 rm -f conftest.er1
17251 cat conftest.err >&5
a848cd7e
SC
17252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17253 (exit $ac_status); } &&
07158944 17254 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17256 (eval $ac_try) 2>&5
17257 ac_status=$?
17258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17259 (exit $ac_status); }; } &&
17260 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17262 (eval $ac_try) 2>&5
17263 ac_status=$?
17264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17265 (exit $ac_status); }; }; then
17266 ac_lo=$ac_mid; break
17267else
17268 echo "$as_me: failed program was:" >&5
17269sed 's/^/| /' conftest.$ac_ext >&5
17270
17271ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17272 if test $ac_mid -le $ac_hi; then
17273 ac_lo= ac_hi=
17274 break
17275 fi
17276 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17277fi
ac1cb8d3 17278rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17279 done
17280else
17281 echo "$as_me: failed program was:" >&5
17282sed 's/^/| /' conftest.$ac_ext >&5
17283
17284ac_lo= ac_hi=
17285fi
ac1cb8d3 17286rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17287fi
ac1cb8d3 17288rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17289# Binary search between lo and hi bounds.
17290while test "x$ac_lo" != "x$ac_hi"; do
17291 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17292 cat >conftest.$ac_ext <<_ACEOF
17293/* confdefs.h. */
17294_ACEOF
17295cat confdefs.h >>conftest.$ac_ext
17296cat >>conftest.$ac_ext <<_ACEOF
17297/* end confdefs.h. */
17298$ac_includes_default
17299int
17300main ()
17301{
17302static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17303test_array [0] = 0
17304
17305 ;
17306 return 0;
17307}
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); } &&
07158944 17318 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17320 (eval $ac_try) 2>&5
17321 ac_status=$?
17322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17323 (exit $ac_status); }; } &&
17324 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17326 (eval $ac_try) 2>&5
17327 ac_status=$?
17328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17329 (exit $ac_status); }; }; then
17330 ac_hi=$ac_mid
17331else
17332 echo "$as_me: failed program was:" >&5
17333sed 's/^/| /' conftest.$ac_ext >&5
17334
17335ac_lo=`expr '(' $ac_mid ')' + 1`
17336fi
ac1cb8d3 17337rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17338done
17339case $ac_lo in
17340?*) ac_cv_sizeof_long=$ac_lo;;
17341'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17342See \`config.log' for more details." >&5
17343echo "$as_me: error: cannot compute sizeof (long), 77
17344See \`config.log' for more details." >&2;}
17345 { (exit 1); exit 1; }; } ;;
17346esac
17347else
17348 if test "$cross_compiling" = yes; then
07158944
VZ
17349 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17350echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
17351 { (exit 1); exit 1; }; }
17352else
17353 cat >conftest.$ac_ext <<_ACEOF
17354/* confdefs.h. */
17355_ACEOF
17356cat confdefs.h >>conftest.$ac_ext
17357cat >>conftest.$ac_ext <<_ACEOF
17358/* end confdefs.h. */
17359$ac_includes_default
17360long longval () { return (long) (sizeof (long)); }
17361unsigned long ulongval () { return (long) (sizeof (long)); }
17362#include <stdio.h>
17363#include <stdlib.h>
17364int
17365main ()
17366{
17367
17368 FILE *f = fopen ("conftest.val", "w");
17369 if (! f)
17370 exit (1);
17371 if (((long) (sizeof (long))) < 0)
17372 {
17373 long i = longval ();
17374 if (i != ((long) (sizeof (long))))
17375 exit (1);
17376 fprintf (f, "%ld\n", i);
17377 }
17378 else
17379 {
17380 unsigned long i = ulongval ();
17381 if (i != ((long) (sizeof (long))))
17382 exit (1);
17383 fprintf (f, "%lu\n", i);
17384 }
17385 exit (ferror (f) || fclose (f) != 0);
17386
17387 ;
17388 return 0;
17389}
17390_ACEOF
17391rm -f conftest$ac_exeext
17392if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17393 (eval $ac_link) 2>&5
17394 ac_status=$?
17395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17396 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17398 (eval $ac_try) 2>&5
17399 ac_status=$?
17400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17401 (exit $ac_status); }; }; then
17402 ac_cv_sizeof_long=`cat conftest.val`
17403else
17404 echo "$as_me: program exited with status $ac_status" >&5
17405echo "$as_me: failed program was:" >&5
17406sed 's/^/| /' conftest.$ac_ext >&5
17407
17408( exit $ac_status )
17409{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17410See \`config.log' for more details." >&5
17411echo "$as_me: error: cannot compute sizeof (long), 77
17412See \`config.log' for more details." >&2;}
17413 { (exit 1); exit 1; }; }
17414fi
ac1cb8d3 17415rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17416fi
17417fi
17418rm -f conftest.val
17419else
17420 ac_cv_sizeof_long=0
17421fi
17422fi
17423echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17424echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17425cat >>confdefs.h <<_ACEOF
17426#define SIZEOF_LONG $ac_cv_sizeof_long
17427_ACEOF
17428
17429
17430echo "$as_me:$LINENO: checking for size_t" >&5
17431echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17432if test "${ac_cv_type_size_t+set}" = set; then
17433 echo $ECHO_N "(cached) $ECHO_C" >&6
17434else
17435 cat >conftest.$ac_ext <<_ACEOF
17436/* confdefs.h. */
17437_ACEOF
17438cat confdefs.h >>conftest.$ac_ext
17439cat >>conftest.$ac_ext <<_ACEOF
17440/* end confdefs.h. */
17441$ac_includes_default
17442int
17443main ()
17444{
17445if ((size_t *) 0)
17446 return 0;
17447if (sizeof (size_t))
17448 return 0;
17449 ;
17450 return 0;
17451}
17452_ACEOF
17453rm -f conftest.$ac_objext
17454if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17455 (eval $ac_compile) 2>conftest.er1
a848cd7e 17456 ac_status=$?
ac1cb8d3
VS
17457 grep -v '^ *+' conftest.er1 >conftest.err
17458 rm -f conftest.er1
17459 cat conftest.err >&5
a848cd7e
SC
17460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17461 (exit $ac_status); } &&
07158944 17462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17464 (eval $ac_try) 2>&5
17465 ac_status=$?
17466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17467 (exit $ac_status); }; } &&
17468 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17470 (eval $ac_try) 2>&5
17471 ac_status=$?
17472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); }; }; then
17474 ac_cv_type_size_t=yes
17475else
17476 echo "$as_me: failed program was:" >&5
17477sed 's/^/| /' conftest.$ac_ext >&5
17478
17479ac_cv_type_size_t=no
17480fi
ac1cb8d3 17481rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17482fi
17483echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17484echo "${ECHO_T}$ac_cv_type_size_t" >&6
17485
17486echo "$as_me:$LINENO: checking size of size_t" >&5
17487echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17488if test "${ac_cv_sizeof_size_t+set}" = set; then
17489 echo $ECHO_N "(cached) $ECHO_C" >&6
17490else
17491 if test "$ac_cv_type_size_t" = yes; then
17492 # The cast to unsigned long works around a bug in the HP C Compiler
17493 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17494 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17495 # This bug is HP SR number 8606223364.
17496 if test "$cross_compiling" = yes; then
17497 # Depending upon the size, compute the lo and hi bounds.
17498cat >conftest.$ac_ext <<_ACEOF
17499/* confdefs.h. */
17500_ACEOF
17501cat confdefs.h >>conftest.$ac_ext
17502cat >>conftest.$ac_ext <<_ACEOF
17503/* end confdefs.h. */
17504$ac_includes_default
17505int
17506main ()
17507{
17508static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17509test_array [0] = 0
17510
17511 ;
17512 return 0;
17513}
17514_ACEOF
17515rm -f conftest.$ac_objext
17516if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17517 (eval $ac_compile) 2>conftest.er1
a848cd7e 17518 ac_status=$?
ac1cb8d3
VS
17519 grep -v '^ *+' conftest.er1 >conftest.err
17520 rm -f conftest.er1
17521 cat conftest.err >&5
a848cd7e
SC
17522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17523 (exit $ac_status); } &&
07158944 17524 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17526 (eval $ac_try) 2>&5
17527 ac_status=$?
17528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17529 (exit $ac_status); }; } &&
17530 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17532 (eval $ac_try) 2>&5
17533 ac_status=$?
17534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17535 (exit $ac_status); }; }; then
17536 ac_lo=0 ac_mid=0
17537 while :; do
17538 cat >conftest.$ac_ext <<_ACEOF
17539/* confdefs.h. */
17540_ACEOF
17541cat confdefs.h >>conftest.$ac_ext
17542cat >>conftest.$ac_ext <<_ACEOF
17543/* end confdefs.h. */
17544$ac_includes_default
17545int
17546main ()
17547{
17548static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17549test_array [0] = 0
17550
17551 ;
17552 return 0;
17553}
17554_ACEOF
17555rm -f conftest.$ac_objext
17556if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17557 (eval $ac_compile) 2>conftest.er1
a848cd7e 17558 ac_status=$?
ac1cb8d3
VS
17559 grep -v '^ *+' conftest.er1 >conftest.err
17560 rm -f conftest.er1
17561 cat conftest.err >&5
a848cd7e
SC
17562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17563 (exit $ac_status); } &&
07158944 17564 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17566 (eval $ac_try) 2>&5
17567 ac_status=$?
17568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17569 (exit $ac_status); }; } &&
17570 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17572 (eval $ac_try) 2>&5
17573 ac_status=$?
17574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575 (exit $ac_status); }; }; then
17576 ac_hi=$ac_mid; break
17577else
17578 echo "$as_me: failed program was:" >&5
17579sed 's/^/| /' conftest.$ac_ext >&5
17580
17581ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17582 if test $ac_lo -le $ac_mid; then
17583 ac_lo= ac_hi=
17584 break
17585 fi
17586 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17587fi
ac1cb8d3 17588rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17589 done
17590else
17591 echo "$as_me: failed program was:" >&5
17592sed 's/^/| /' conftest.$ac_ext >&5
17593
17594cat >conftest.$ac_ext <<_ACEOF
17595/* confdefs.h. */
17596_ACEOF
17597cat confdefs.h >>conftest.$ac_ext
17598cat >>conftest.$ac_ext <<_ACEOF
17599/* end confdefs.h. */
17600$ac_includes_default
17601int
17602main ()
17603{
17604static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
17605test_array [0] = 0
17606
17607 ;
17608 return 0;
17609}
17610_ACEOF
17611rm -f conftest.$ac_objext
17612if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17613 (eval $ac_compile) 2>conftest.er1
a848cd7e 17614 ac_status=$?
ac1cb8d3
VS
17615 grep -v '^ *+' conftest.er1 >conftest.err
17616 rm -f conftest.er1
17617 cat conftest.err >&5
a848cd7e
SC
17618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17619 (exit $ac_status); } &&
07158944 17620 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17622 (eval $ac_try) 2>&5
17623 ac_status=$?
17624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17625 (exit $ac_status); }; } &&
17626 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17628 (eval $ac_try) 2>&5
17629 ac_status=$?
17630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17631 (exit $ac_status); }; }; then
17632 ac_hi=-1 ac_mid=-1
17633 while :; do
17634 cat >conftest.$ac_ext <<_ACEOF
17635/* confdefs.h. */
17636_ACEOF
17637cat confdefs.h >>conftest.$ac_ext
17638cat >>conftest.$ac_ext <<_ACEOF
17639/* end confdefs.h. */
17640$ac_includes_default
17641int
17642main ()
17643{
17644static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
17645test_array [0] = 0
17646
17647 ;
17648 return 0;
17649}
17650_ACEOF
17651rm -f conftest.$ac_objext
17652if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17653 (eval $ac_compile) 2>conftest.er1
a848cd7e 17654 ac_status=$?
ac1cb8d3
VS
17655 grep -v '^ *+' conftest.er1 >conftest.err
17656 rm -f conftest.er1
17657 cat conftest.err >&5
a848cd7e
SC
17658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17659 (exit $ac_status); } &&
07158944 17660 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17662 (eval $ac_try) 2>&5
17663 ac_status=$?
17664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17665 (exit $ac_status); }; } &&
17666 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17668 (eval $ac_try) 2>&5
17669 ac_status=$?
17670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671 (exit $ac_status); }; }; then
17672 ac_lo=$ac_mid; break
17673else
17674 echo "$as_me: failed program was:" >&5
17675sed 's/^/| /' conftest.$ac_ext >&5
17676
17677ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17678 if test $ac_mid -le $ac_hi; then
17679 ac_lo= ac_hi=
17680 break
17681 fi
17682 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17683fi
ac1cb8d3 17684rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17685 done
17686else
17687 echo "$as_me: failed program was:" >&5
17688sed 's/^/| /' conftest.$ac_ext >&5
17689
17690ac_lo= ac_hi=
17691fi
ac1cb8d3 17692rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17693fi
ac1cb8d3 17694rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17695# Binary search between lo and hi bounds.
17696while test "x$ac_lo" != "x$ac_hi"; do
17697 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17698 cat >conftest.$ac_ext <<_ACEOF
17699/* confdefs.h. */
17700_ACEOF
17701cat confdefs.h >>conftest.$ac_ext
17702cat >>conftest.$ac_ext <<_ACEOF
17703/* end confdefs.h. */
17704$ac_includes_default
17705int
17706main ()
17707{
17708static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17709test_array [0] = 0
17710
17711 ;
17712 return 0;
17713}
17714_ACEOF
17715rm -f conftest.$ac_objext
17716if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17717 (eval $ac_compile) 2>conftest.er1
a848cd7e 17718 ac_status=$?
ac1cb8d3
VS
17719 grep -v '^ *+' conftest.er1 >conftest.err
17720 rm -f conftest.er1
17721 cat conftest.err >&5
a848cd7e
SC
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); } &&
07158944 17724 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17726 (eval $ac_try) 2>&5
17727 ac_status=$?
17728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17729 (exit $ac_status); }; } &&
17730 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17732 (eval $ac_try) 2>&5
17733 ac_status=$?
17734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17735 (exit $ac_status); }; }; then
17736 ac_hi=$ac_mid
17737else
17738 echo "$as_me: failed program was:" >&5
17739sed 's/^/| /' conftest.$ac_ext >&5
17740
17741ac_lo=`expr '(' $ac_mid ')' + 1`
17742fi
ac1cb8d3 17743rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17744done
17745case $ac_lo in
17746?*) ac_cv_sizeof_size_t=$ac_lo;;
17747'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
17748See \`config.log' for more details." >&5
17749echo "$as_me: error: cannot compute sizeof (size_t), 77
17750See \`config.log' for more details." >&2;}
17751 { (exit 1); exit 1; }; } ;;
17752esac
17753else
17754 if test "$cross_compiling" = yes; then
07158944
VZ
17755 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17756echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
17757 { (exit 1); exit 1; }; }
17758else
17759 cat >conftest.$ac_ext <<_ACEOF
17760/* confdefs.h. */
17761_ACEOF
17762cat confdefs.h >>conftest.$ac_ext
17763cat >>conftest.$ac_ext <<_ACEOF
17764/* end confdefs.h. */
17765$ac_includes_default
17766long longval () { return (long) (sizeof (size_t)); }
17767unsigned long ulongval () { return (long) (sizeof (size_t)); }
17768#include <stdio.h>
17769#include <stdlib.h>
17770int
17771main ()
17772{
17773
17774 FILE *f = fopen ("conftest.val", "w");
17775 if (! f)
17776 exit (1);
17777 if (((long) (sizeof (size_t))) < 0)
17778 {
17779 long i = longval ();
17780 if (i != ((long) (sizeof (size_t))))
17781 exit (1);
17782 fprintf (f, "%ld\n", i);
17783 }
17784 else
17785 {
17786 unsigned long i = ulongval ();
17787 if (i != ((long) (sizeof (size_t))))
17788 exit (1);
17789 fprintf (f, "%lu\n", i);
17790 }
17791 exit (ferror (f) || fclose (f) != 0);
17792
17793 ;
17794 return 0;
17795}
17796_ACEOF
17797rm -f conftest$ac_exeext
17798if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17799 (eval $ac_link) 2>&5
17800 ac_status=$?
17801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17802 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17804 (eval $ac_try) 2>&5
17805 ac_status=$?
17806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17807 (exit $ac_status); }; }; then
17808 ac_cv_sizeof_size_t=`cat conftest.val`
17809else
17810 echo "$as_me: program exited with status $ac_status" >&5
17811echo "$as_me: failed program was:" >&5
17812sed 's/^/| /' conftest.$ac_ext >&5
17813
17814( exit $ac_status )
17815{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
17816See \`config.log' for more details." >&5
17817echo "$as_me: error: cannot compute sizeof (size_t), 77
17818See \`config.log' for more details." >&2;}
17819 { (exit 1); exit 1; }; }
17820fi
ac1cb8d3 17821rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17822fi
17823fi
17824rm -f conftest.val
17825else
17826 ac_cv_sizeof_size_t=0
17827fi
17828fi
17829echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
17830echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
17831cat >>confdefs.h <<_ACEOF
17832#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
17833_ACEOF
17834
17835
17836
17837case "${host}" in
17838 arm-*-linux* )
17839 echo "$as_me:$LINENO: checking for long long" >&5
17840echo $ECHO_N "checking for long long... $ECHO_C" >&6
17841if test "${ac_cv_type_long_long+set}" = set; then
17842 echo $ECHO_N "(cached) $ECHO_C" >&6
17843else
17844 cat >conftest.$ac_ext <<_ACEOF
17845/* confdefs.h. */
17846_ACEOF
17847cat confdefs.h >>conftest.$ac_ext
17848cat >>conftest.$ac_ext <<_ACEOF
17849/* end confdefs.h. */
17850$ac_includes_default
17851int
17852main ()
17853{
17854if ((long long *) 0)
17855 return 0;
17856if (sizeof (long long))
17857 return 0;
17858 ;
17859 return 0;
17860}
17861_ACEOF
17862rm -f conftest.$ac_objext
17863if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17864 (eval $ac_compile) 2>conftest.er1
a848cd7e 17865 ac_status=$?
ac1cb8d3
VS
17866 grep -v '^ *+' conftest.er1 >conftest.err
17867 rm -f conftest.er1
17868 cat conftest.err >&5
a848cd7e
SC
17869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17870 (exit $ac_status); } &&
07158944 17871 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17873 (eval $ac_try) 2>&5
17874 ac_status=$?
17875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17876 (exit $ac_status); }; } &&
17877 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17879 (eval $ac_try) 2>&5
17880 ac_status=$?
17881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17882 (exit $ac_status); }; }; then
17883 ac_cv_type_long_long=yes
17884else
17885 echo "$as_me: failed program was:" >&5
17886sed 's/^/| /' conftest.$ac_ext >&5
17887
17888ac_cv_type_long_long=no
17889fi
ac1cb8d3 17890rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17891fi
17892echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17893echo "${ECHO_T}$ac_cv_type_long_long" >&6
17894
17895echo "$as_me:$LINENO: checking size of long long" >&5
17896echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17897if test "${ac_cv_sizeof_long_long+set}" = set; then
17898 echo $ECHO_N "(cached) $ECHO_C" >&6
17899else
17900 if test "$ac_cv_type_long_long" = yes; then
17901 # The cast to unsigned long works around a bug in the HP C Compiler
17902 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17903 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17904 # This bug is HP SR number 8606223364.
17905 if test "$cross_compiling" = yes; then
17906 # Depending upon the size, compute the lo and hi bounds.
17907cat >conftest.$ac_ext <<_ACEOF
17908/* confdefs.h. */
17909_ACEOF
17910cat confdefs.h >>conftest.$ac_ext
17911cat >>conftest.$ac_ext <<_ACEOF
17912/* end confdefs.h. */
17913$ac_includes_default
17914int
17915main ()
17916{
17917static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17918test_array [0] = 0
17919
17920 ;
17921 return 0;
17922}
17923_ACEOF
17924rm -f conftest.$ac_objext
17925if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17926 (eval $ac_compile) 2>conftest.er1
a848cd7e 17927 ac_status=$?
ac1cb8d3
VS
17928 grep -v '^ *+' conftest.er1 >conftest.err
17929 rm -f conftest.er1
17930 cat conftest.err >&5
a848cd7e
SC
17931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17932 (exit $ac_status); } &&
07158944 17933 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17935 (eval $ac_try) 2>&5
17936 ac_status=$?
17937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17938 (exit $ac_status); }; } &&
17939 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17941 (eval $ac_try) 2>&5
17942 ac_status=$?
17943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17944 (exit $ac_status); }; }; then
17945 ac_lo=0 ac_mid=0
17946 while :; do
17947 cat >conftest.$ac_ext <<_ACEOF
17948/* confdefs.h. */
17949_ACEOF
17950cat confdefs.h >>conftest.$ac_ext
17951cat >>conftest.$ac_ext <<_ACEOF
17952/* end confdefs.h. */
17953$ac_includes_default
17954int
17955main ()
17956{
17957static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17958test_array [0] = 0
17959
17960 ;
17961 return 0;
17962}
17963_ACEOF
17964rm -f conftest.$ac_objext
17965if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17966 (eval $ac_compile) 2>conftest.er1
a848cd7e 17967 ac_status=$?
ac1cb8d3
VS
17968 grep -v '^ *+' conftest.er1 >conftest.err
17969 rm -f conftest.er1
17970 cat conftest.err >&5
a848cd7e
SC
17971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17972 (exit $ac_status); } &&
07158944 17973 { ac_try='test -z "$ac_c_werror_flag" || 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=$ac_mid; break
17986else
17987 echo "$as_me: failed program was:" >&5
17988sed 's/^/| /' conftest.$ac_ext >&5
17989
17990ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17991 if test $ac_lo -le $ac_mid; then
17992 ac_lo= ac_hi=
17993 break
17994 fi
17995 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17996fi
ac1cb8d3 17997rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17998 done
17999else
18000 echo "$as_me: failed program was:" >&5
18001sed 's/^/| /' conftest.$ac_ext >&5
18002
18003cat >conftest.$ac_ext <<_ACEOF
18004/* confdefs.h. */
18005_ACEOF
18006cat confdefs.h >>conftest.$ac_ext
18007cat >>conftest.$ac_ext <<_ACEOF
18008/* end confdefs.h. */
18009$ac_includes_default
18010int
18011main ()
18012{
18013static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18014test_array [0] = 0
18015
18016 ;
18017 return 0;
18018}
18019_ACEOF
18020rm -f conftest.$ac_objext
18021if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18022 (eval $ac_compile) 2>conftest.er1
a848cd7e 18023 ac_status=$?
ac1cb8d3
VS
18024 grep -v '^ *+' conftest.er1 >conftest.err
18025 rm -f conftest.er1
18026 cat conftest.err >&5
a848cd7e
SC
18027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18028 (exit $ac_status); } &&
07158944 18029 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18031 (eval $ac_try) 2>&5
18032 ac_status=$?
18033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18034 (exit $ac_status); }; } &&
18035 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18037 (eval $ac_try) 2>&5
18038 ac_status=$?
18039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18040 (exit $ac_status); }; }; then
18041 ac_hi=-1 ac_mid=-1
18042 while :; do
18043 cat >conftest.$ac_ext <<_ACEOF
18044/* confdefs.h. */
18045_ACEOF
18046cat confdefs.h >>conftest.$ac_ext
18047cat >>conftest.$ac_ext <<_ACEOF
18048/* end confdefs.h. */
18049$ac_includes_default
18050int
18051main ()
18052{
18053static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18054test_array [0] = 0
18055
18056 ;
18057 return 0;
18058}
18059_ACEOF
18060rm -f conftest.$ac_objext
18061if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18062 (eval $ac_compile) 2>conftest.er1
a848cd7e 18063 ac_status=$?
ac1cb8d3
VS
18064 grep -v '^ *+' conftest.er1 >conftest.err
18065 rm -f conftest.er1
18066 cat conftest.err >&5
a848cd7e
SC
18067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18068 (exit $ac_status); } &&
07158944 18069 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18071 (eval $ac_try) 2>&5
18072 ac_status=$?
18073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18074 (exit $ac_status); }; } &&
18075 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18077 (eval $ac_try) 2>&5
18078 ac_status=$?
18079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18080 (exit $ac_status); }; }; then
18081 ac_lo=$ac_mid; break
18082else
18083 echo "$as_me: failed program was:" >&5
18084sed 's/^/| /' conftest.$ac_ext >&5
18085
18086ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18087 if test $ac_mid -le $ac_hi; then
18088 ac_lo= ac_hi=
18089 break
18090 fi
18091 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18092fi
ac1cb8d3 18093rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18094 done
18095else
18096 echo "$as_me: failed program was:" >&5
18097sed 's/^/| /' conftest.$ac_ext >&5
18098
18099ac_lo= ac_hi=
18100fi
ac1cb8d3 18101rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18102fi
ac1cb8d3 18103rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18104# Binary search between lo and hi bounds.
18105while test "x$ac_lo" != "x$ac_hi"; do
18106 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18107 cat >conftest.$ac_ext <<_ACEOF
18108/* confdefs.h. */
18109_ACEOF
18110cat confdefs.h >>conftest.$ac_ext
18111cat >>conftest.$ac_ext <<_ACEOF
18112/* end confdefs.h. */
18113$ac_includes_default
18114int
18115main ()
18116{
18117static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18118test_array [0] = 0
18119
18120 ;
18121 return 0;
18122}
18123_ACEOF
18124rm -f conftest.$ac_objext
18125if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18126 (eval $ac_compile) 2>conftest.er1
a848cd7e 18127 ac_status=$?
ac1cb8d3
VS
18128 grep -v '^ *+' conftest.er1 >conftest.err
18129 rm -f conftest.er1
18130 cat conftest.err >&5
a848cd7e
SC
18131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } &&
07158944 18133 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18135 (eval $ac_try) 2>&5
18136 ac_status=$?
18137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18138 (exit $ac_status); }; } &&
18139 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18141 (eval $ac_try) 2>&5
18142 ac_status=$?
18143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18144 (exit $ac_status); }; }; then
18145 ac_hi=$ac_mid
18146else
18147 echo "$as_me: failed program was:" >&5
18148sed 's/^/| /' conftest.$ac_ext >&5
18149
18150ac_lo=`expr '(' $ac_mid ')' + 1`
18151fi
ac1cb8d3 18152rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18153done
18154case $ac_lo in
18155?*) ac_cv_sizeof_long_long=$ac_lo;;
18156'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18157See \`config.log' for more details." >&5
18158echo "$as_me: error: cannot compute sizeof (long long), 77
18159See \`config.log' for more details." >&2;}
18160 { (exit 1); exit 1; }; } ;;
18161esac
18162else
18163 if test "$cross_compiling" = yes; then
07158944
VZ
18164 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18165echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18166 { (exit 1); exit 1; }; }
18167else
18168 cat >conftest.$ac_ext <<_ACEOF
18169/* confdefs.h. */
18170_ACEOF
18171cat confdefs.h >>conftest.$ac_ext
18172cat >>conftest.$ac_ext <<_ACEOF
18173/* end confdefs.h. */
18174$ac_includes_default
18175long longval () { return (long) (sizeof (long long)); }
18176unsigned long ulongval () { return (long) (sizeof (long long)); }
18177#include <stdio.h>
18178#include <stdlib.h>
18179int
18180main ()
18181{
18182
18183 FILE *f = fopen ("conftest.val", "w");
18184 if (! f)
18185 exit (1);
18186 if (((long) (sizeof (long long))) < 0)
18187 {
18188 long i = longval ();
18189 if (i != ((long) (sizeof (long long))))
18190 exit (1);
18191 fprintf (f, "%ld\n", i);
18192 }
18193 else
18194 {
18195 unsigned long i = ulongval ();
18196 if (i != ((long) (sizeof (long long))))
18197 exit (1);
18198 fprintf (f, "%lu\n", i);
18199 }
18200 exit (ferror (f) || fclose (f) != 0);
18201
18202 ;
18203 return 0;
18204}
18205_ACEOF
18206rm -f conftest$ac_exeext
18207if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18208 (eval $ac_link) 2>&5
18209 ac_status=$?
18210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18211 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18213 (eval $ac_try) 2>&5
18214 ac_status=$?
18215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18216 (exit $ac_status); }; }; then
18217 ac_cv_sizeof_long_long=`cat conftest.val`
18218else
18219 echo "$as_me: program exited with status $ac_status" >&5
18220echo "$as_me: failed program was:" >&5
18221sed 's/^/| /' conftest.$ac_ext >&5
18222
18223( exit $ac_status )
18224{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18225See \`config.log' for more details." >&5
18226echo "$as_me: error: cannot compute sizeof (long long), 77
18227See \`config.log' for more details." >&2;}
18228 { (exit 1); exit 1; }; }
18229fi
ac1cb8d3 18230rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18231fi
18232fi
18233rm -f conftest.val
18234else
18235 ac_cv_sizeof_long_long=0
18236fi
18237fi
18238echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18239echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18240cat >>confdefs.h <<_ACEOF
18241#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18242_ACEOF
18243
18244
18245 ;;
18246 *-hp-hpux* )
18247 echo "$as_me:$LINENO: checking for long long" >&5
18248echo $ECHO_N "checking for long long... $ECHO_C" >&6
18249if test "${ac_cv_type_long_long+set}" = set; then
18250 echo $ECHO_N "(cached) $ECHO_C" >&6
18251else
18252 cat >conftest.$ac_ext <<_ACEOF
18253/* confdefs.h. */
18254_ACEOF
18255cat confdefs.h >>conftest.$ac_ext
18256cat >>conftest.$ac_ext <<_ACEOF
18257/* end confdefs.h. */
18258$ac_includes_default
18259int
18260main ()
18261{
18262if ((long long *) 0)
18263 return 0;
18264if (sizeof (long long))
18265 return 0;
18266 ;
18267 return 0;
18268}
18269_ACEOF
18270rm -f conftest.$ac_objext
18271if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18272 (eval $ac_compile) 2>conftest.er1
a848cd7e 18273 ac_status=$?
ac1cb8d3
VS
18274 grep -v '^ *+' conftest.er1 >conftest.err
18275 rm -f conftest.er1
18276 cat conftest.err >&5
a848cd7e
SC
18277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278 (exit $ac_status); } &&
07158944 18279 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18281 (eval $ac_try) 2>&5
18282 ac_status=$?
18283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18284 (exit $ac_status); }; } &&
18285 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18287 (eval $ac_try) 2>&5
18288 ac_status=$?
18289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18290 (exit $ac_status); }; }; then
18291 ac_cv_type_long_long=yes
18292else
18293 echo "$as_me: failed program was:" >&5
18294sed 's/^/| /' conftest.$ac_ext >&5
18295
18296ac_cv_type_long_long=no
18297fi
ac1cb8d3 18298rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18299fi
18300echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18301echo "${ECHO_T}$ac_cv_type_long_long" >&6
18302
18303echo "$as_me:$LINENO: checking size of long long" >&5
18304echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18305if test "${ac_cv_sizeof_long_long+set}" = set; then
18306 echo $ECHO_N "(cached) $ECHO_C" >&6
18307else
18308 if test "$ac_cv_type_long_long" = yes; then
18309 # The cast to unsigned long works around a bug in the HP C Compiler
18310 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18311 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18312 # This bug is HP SR number 8606223364.
18313 if test "$cross_compiling" = yes; then
18314 # Depending upon the size, compute the lo and hi bounds.
18315cat >conftest.$ac_ext <<_ACEOF
18316/* confdefs.h. */
18317_ACEOF
18318cat confdefs.h >>conftest.$ac_ext
18319cat >>conftest.$ac_ext <<_ACEOF
18320/* end confdefs.h. */
18321$ac_includes_default
18322int
18323main ()
18324{
18325static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18326test_array [0] = 0
18327
18328 ;
18329 return 0;
18330}
18331_ACEOF
18332rm -f conftest.$ac_objext
18333if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18334 (eval $ac_compile) 2>conftest.er1
a848cd7e 18335 ac_status=$?
ac1cb8d3
VS
18336 grep -v '^ *+' conftest.er1 >conftest.err
18337 rm -f conftest.er1
18338 cat conftest.err >&5
a848cd7e
SC
18339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18340 (exit $ac_status); } &&
07158944 18341 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18343 (eval $ac_try) 2>&5
18344 ac_status=$?
18345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346 (exit $ac_status); }; } &&
18347 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18349 (eval $ac_try) 2>&5
18350 ac_status=$?
18351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18352 (exit $ac_status); }; }; then
18353 ac_lo=0 ac_mid=0
18354 while :; do
18355 cat >conftest.$ac_ext <<_ACEOF
18356/* confdefs.h. */
18357_ACEOF
18358cat confdefs.h >>conftest.$ac_ext
18359cat >>conftest.$ac_ext <<_ACEOF
18360/* end confdefs.h. */
18361$ac_includes_default
18362int
18363main ()
18364{
18365static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18366test_array [0] = 0
18367
18368 ;
18369 return 0;
18370}
18371_ACEOF
18372rm -f conftest.$ac_objext
18373if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18374 (eval $ac_compile) 2>conftest.er1
a848cd7e 18375 ac_status=$?
ac1cb8d3
VS
18376 grep -v '^ *+' conftest.er1 >conftest.err
18377 rm -f conftest.er1
18378 cat conftest.err >&5
a848cd7e
SC
18379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18380 (exit $ac_status); } &&
07158944 18381 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18383 (eval $ac_try) 2>&5
18384 ac_status=$?
18385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18386 (exit $ac_status); }; } &&
18387 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
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); }; }; then
18393 ac_hi=$ac_mid; break
18394else
18395 echo "$as_me: failed program was:" >&5
18396sed 's/^/| /' conftest.$ac_ext >&5
18397
18398ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18399 if test $ac_lo -le $ac_mid; then
18400 ac_lo= ac_hi=
18401 break
18402 fi
18403 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18404fi
ac1cb8d3 18405rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18406 done
18407else
18408 echo "$as_me: failed program was:" >&5
18409sed 's/^/| /' conftest.$ac_ext >&5
18410
18411cat >conftest.$ac_ext <<_ACEOF
18412/* confdefs.h. */
18413_ACEOF
18414cat confdefs.h >>conftest.$ac_ext
18415cat >>conftest.$ac_ext <<_ACEOF
18416/* end confdefs.h. */
18417$ac_includes_default
18418int
18419main ()
18420{
18421static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18422test_array [0] = 0
18423
18424 ;
18425 return 0;
18426}
18427_ACEOF
18428rm -f conftest.$ac_objext
18429if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18430 (eval $ac_compile) 2>conftest.er1
a848cd7e 18431 ac_status=$?
ac1cb8d3
VS
18432 grep -v '^ *+' conftest.er1 >conftest.err
18433 rm -f conftest.er1
18434 cat conftest.err >&5
a848cd7e
SC
18435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18436 (exit $ac_status); } &&
07158944 18437 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18439 (eval $ac_try) 2>&5
18440 ac_status=$?
18441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18442 (exit $ac_status); }; } &&
18443 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18445 (eval $ac_try) 2>&5
18446 ac_status=$?
18447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18448 (exit $ac_status); }; }; then
18449 ac_hi=-1 ac_mid=-1
18450 while :; do
18451 cat >conftest.$ac_ext <<_ACEOF
18452/* confdefs.h. */
18453_ACEOF
18454cat confdefs.h >>conftest.$ac_ext
18455cat >>conftest.$ac_ext <<_ACEOF
18456/* end confdefs.h. */
18457$ac_includes_default
18458int
18459main ()
18460{
18461static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18462test_array [0] = 0
18463
18464 ;
18465 return 0;
18466}
18467_ACEOF
18468rm -f conftest.$ac_objext
18469if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18470 (eval $ac_compile) 2>conftest.er1
a848cd7e 18471 ac_status=$?
ac1cb8d3
VS
18472 grep -v '^ *+' conftest.er1 >conftest.err
18473 rm -f conftest.er1
18474 cat conftest.err >&5
a848cd7e
SC
18475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18476 (exit $ac_status); } &&
07158944 18477 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18479 (eval $ac_try) 2>&5
18480 ac_status=$?
18481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18482 (exit $ac_status); }; } &&
18483 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18485 (eval $ac_try) 2>&5
18486 ac_status=$?
18487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18488 (exit $ac_status); }; }; then
18489 ac_lo=$ac_mid; break
18490else
18491 echo "$as_me: failed program was:" >&5
18492sed 's/^/| /' conftest.$ac_ext >&5
18493
18494ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18495 if test $ac_mid -le $ac_hi; then
18496 ac_lo= ac_hi=
18497 break
18498 fi
18499 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18500fi
ac1cb8d3 18501rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18502 done
18503else
18504 echo "$as_me: failed program was:" >&5
18505sed 's/^/| /' conftest.$ac_ext >&5
18506
18507ac_lo= ac_hi=
18508fi
ac1cb8d3 18509rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18510fi
ac1cb8d3 18511rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18512# Binary search between lo and hi bounds.
18513while test "x$ac_lo" != "x$ac_hi"; do
18514 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18515 cat >conftest.$ac_ext <<_ACEOF
18516/* confdefs.h. */
18517_ACEOF
18518cat confdefs.h >>conftest.$ac_ext
18519cat >>conftest.$ac_ext <<_ACEOF
18520/* end confdefs.h. */
18521$ac_includes_default
18522int
18523main ()
18524{
18525static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18526test_array [0] = 0
18527
18528 ;
18529 return 0;
18530}
18531_ACEOF
18532rm -f conftest.$ac_objext
18533if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18534 (eval $ac_compile) 2>conftest.er1
a848cd7e 18535 ac_status=$?
ac1cb8d3
VS
18536 grep -v '^ *+' conftest.er1 >conftest.err
18537 rm -f conftest.er1
18538 cat conftest.err >&5
a848cd7e
SC
18539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18540 (exit $ac_status); } &&
07158944 18541 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18543 (eval $ac_try) 2>&5
18544 ac_status=$?
18545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18546 (exit $ac_status); }; } &&
18547 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18549 (eval $ac_try) 2>&5
18550 ac_status=$?
18551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18552 (exit $ac_status); }; }; then
18553 ac_hi=$ac_mid
18554else
18555 echo "$as_me: failed program was:" >&5
18556sed 's/^/| /' conftest.$ac_ext >&5
18557
18558ac_lo=`expr '(' $ac_mid ')' + 1`
18559fi
ac1cb8d3 18560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18561done
18562case $ac_lo in
18563?*) ac_cv_sizeof_long_long=$ac_lo;;
18564'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18565See \`config.log' for more details." >&5
18566echo "$as_me: error: cannot compute sizeof (long long), 77
18567See \`config.log' for more details." >&2;}
18568 { (exit 1); exit 1; }; } ;;
18569esac
18570else
18571 if test "$cross_compiling" = yes; then
07158944
VZ
18572 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18573echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18574 { (exit 1); exit 1; }; }
18575else
18576 cat >conftest.$ac_ext <<_ACEOF
18577/* confdefs.h. */
18578_ACEOF
18579cat confdefs.h >>conftest.$ac_ext
18580cat >>conftest.$ac_ext <<_ACEOF
18581/* end confdefs.h. */
18582$ac_includes_default
18583long longval () { return (long) (sizeof (long long)); }
18584unsigned long ulongval () { return (long) (sizeof (long long)); }
18585#include <stdio.h>
18586#include <stdlib.h>
18587int
18588main ()
18589{
18590
18591 FILE *f = fopen ("conftest.val", "w");
18592 if (! f)
18593 exit (1);
18594 if (((long) (sizeof (long long))) < 0)
18595 {
18596 long i = longval ();
18597 if (i != ((long) (sizeof (long long))))
18598 exit (1);
18599 fprintf (f, "%ld\n", i);
18600 }
18601 else
18602 {
18603 unsigned long i = ulongval ();
18604 if (i != ((long) (sizeof (long long))))
18605 exit (1);
18606 fprintf (f, "%lu\n", i);
18607 }
18608 exit (ferror (f) || fclose (f) != 0);
18609
18610 ;
18611 return 0;
18612}
18613_ACEOF
18614rm -f conftest$ac_exeext
18615if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18616 (eval $ac_link) 2>&5
18617 ac_status=$?
18618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18619 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18621 (eval $ac_try) 2>&5
18622 ac_status=$?
18623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18624 (exit $ac_status); }; }; then
18625 ac_cv_sizeof_long_long=`cat conftest.val`
18626else
18627 echo "$as_me: program exited with status $ac_status" >&5
18628echo "$as_me: failed program was:" >&5
18629sed 's/^/| /' conftest.$ac_ext >&5
18630
18631( exit $ac_status )
18632{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18633See \`config.log' for more details." >&5
18634echo "$as_me: error: cannot compute sizeof (long long), 77
18635See \`config.log' for more details." >&2;}
18636 { (exit 1); exit 1; }; }
18637fi
ac1cb8d3 18638rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18639fi
18640fi
18641rm -f conftest.val
18642else
18643 ac_cv_sizeof_long_long=0
18644fi
18645fi
18646echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18647echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18648cat >>confdefs.h <<_ACEOF
18649#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18650_ACEOF
18651
18652
18653 if test "$ac_cv_sizeof_long_long" != "0"; then
18654 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
18655 fi
18656 ;;
18657 * )
18658 echo "$as_me:$LINENO: checking for long long" >&5
18659echo $ECHO_N "checking for long long... $ECHO_C" >&6
18660if test "${ac_cv_type_long_long+set}" = set; then
18661 echo $ECHO_N "(cached) $ECHO_C" >&6
18662else
18663 cat >conftest.$ac_ext <<_ACEOF
18664/* confdefs.h. */
18665_ACEOF
18666cat confdefs.h >>conftest.$ac_ext
18667cat >>conftest.$ac_ext <<_ACEOF
18668/* end confdefs.h. */
18669$ac_includes_default
18670int
18671main ()
18672{
18673if ((long long *) 0)
18674 return 0;
18675if (sizeof (long long))
18676 return 0;
18677 ;
18678 return 0;
18679}
18680_ACEOF
18681rm -f conftest.$ac_objext
18682if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18683 (eval $ac_compile) 2>conftest.er1
a848cd7e 18684 ac_status=$?
ac1cb8d3
VS
18685 grep -v '^ *+' conftest.er1 >conftest.err
18686 rm -f conftest.er1
18687 cat conftest.err >&5
a848cd7e
SC
18688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18689 (exit $ac_status); } &&
07158944 18690 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18692 (eval $ac_try) 2>&5
18693 ac_status=$?
18694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18695 (exit $ac_status); }; } &&
18696 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18698 (eval $ac_try) 2>&5
18699 ac_status=$?
18700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18701 (exit $ac_status); }; }; then
18702 ac_cv_type_long_long=yes
18703else
18704 echo "$as_me: failed program was:" >&5
18705sed 's/^/| /' conftest.$ac_ext >&5
18706
18707ac_cv_type_long_long=no
18708fi
ac1cb8d3 18709rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18710fi
18711echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18712echo "${ECHO_T}$ac_cv_type_long_long" >&6
18713
18714echo "$as_me:$LINENO: checking size of long long" >&5
18715echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18716if test "${ac_cv_sizeof_long_long+set}" = set; then
18717 echo $ECHO_N "(cached) $ECHO_C" >&6
18718else
18719 if test "$ac_cv_type_long_long" = yes; then
18720 # The cast to unsigned long works around a bug in the HP C Compiler
18721 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18722 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18723 # This bug is HP SR number 8606223364.
18724 if test "$cross_compiling" = yes; then
18725 # Depending upon the size, compute the lo and hi bounds.
18726cat >conftest.$ac_ext <<_ACEOF
18727/* confdefs.h. */
18728_ACEOF
18729cat confdefs.h >>conftest.$ac_ext
18730cat >>conftest.$ac_ext <<_ACEOF
18731/* end confdefs.h. */
18732$ac_includes_default
18733int
18734main ()
18735{
18736static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18737test_array [0] = 0
18738
18739 ;
18740 return 0;
18741}
18742_ACEOF
18743rm -f conftest.$ac_objext
18744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18745 (eval $ac_compile) 2>conftest.er1
a848cd7e 18746 ac_status=$?
ac1cb8d3
VS
18747 grep -v '^ *+' conftest.er1 >conftest.err
18748 rm -f conftest.er1
18749 cat conftest.err >&5
a848cd7e
SC
18750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18751 (exit $ac_status); } &&
07158944 18752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18754 (eval $ac_try) 2>&5
18755 ac_status=$?
18756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18757 (exit $ac_status); }; } &&
18758 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18760 (eval $ac_try) 2>&5
18761 ac_status=$?
18762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18763 (exit $ac_status); }; }; then
18764 ac_lo=0 ac_mid=0
18765 while :; do
18766 cat >conftest.$ac_ext <<_ACEOF
18767/* confdefs.h. */
18768_ACEOF
18769cat confdefs.h >>conftest.$ac_ext
18770cat >>conftest.$ac_ext <<_ACEOF
18771/* end confdefs.h. */
18772$ac_includes_default
18773int
18774main ()
18775{
18776static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18777test_array [0] = 0
18778
18779 ;
18780 return 0;
18781}
18782_ACEOF
18783rm -f conftest.$ac_objext
18784if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18785 (eval $ac_compile) 2>conftest.er1
a848cd7e 18786 ac_status=$?
ac1cb8d3
VS
18787 grep -v '^ *+' conftest.er1 >conftest.err
18788 rm -f conftest.er1
18789 cat conftest.err >&5
a848cd7e
SC
18790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18791 (exit $ac_status); } &&
07158944 18792 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18794 (eval $ac_try) 2>&5
18795 ac_status=$?
18796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18797 (exit $ac_status); }; } &&
18798 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18800 (eval $ac_try) 2>&5
18801 ac_status=$?
18802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18803 (exit $ac_status); }; }; then
18804 ac_hi=$ac_mid; break
18805else
18806 echo "$as_me: failed program was:" >&5
18807sed 's/^/| /' conftest.$ac_ext >&5
18808
18809ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18810 if test $ac_lo -le $ac_mid; then
18811 ac_lo= ac_hi=
18812 break
18813 fi
18814 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18815fi
ac1cb8d3 18816rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18817 done
18818else
18819 echo "$as_me: failed program was:" >&5
18820sed 's/^/| /' conftest.$ac_ext >&5
18821
18822cat >conftest.$ac_ext <<_ACEOF
18823/* confdefs.h. */
18824_ACEOF
18825cat confdefs.h >>conftest.$ac_ext
18826cat >>conftest.$ac_ext <<_ACEOF
18827/* end confdefs.h. */
18828$ac_includes_default
18829int
18830main ()
18831{
18832static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18833test_array [0] = 0
18834
18835 ;
18836 return 0;
18837}
18838_ACEOF
18839rm -f conftest.$ac_objext
18840if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18841 (eval $ac_compile) 2>conftest.er1
a848cd7e 18842 ac_status=$?
ac1cb8d3
VS
18843 grep -v '^ *+' conftest.er1 >conftest.err
18844 rm -f conftest.er1
18845 cat conftest.err >&5
a848cd7e
SC
18846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18847 (exit $ac_status); } &&
07158944 18848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
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); }; } &&
18854 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18856 (eval $ac_try) 2>&5
18857 ac_status=$?
18858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18859 (exit $ac_status); }; }; then
18860 ac_hi=-1 ac_mid=-1
18861 while :; do
18862 cat >conftest.$ac_ext <<_ACEOF
18863/* confdefs.h. */
18864_ACEOF
18865cat confdefs.h >>conftest.$ac_ext
18866cat >>conftest.$ac_ext <<_ACEOF
18867/* end confdefs.h. */
18868$ac_includes_default
18869int
18870main ()
18871{
18872static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18873test_array [0] = 0
18874
18875 ;
18876 return 0;
18877}
18878_ACEOF
18879rm -f conftest.$ac_objext
18880if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18881 (eval $ac_compile) 2>conftest.er1
a848cd7e 18882 ac_status=$?
ac1cb8d3
VS
18883 grep -v '^ *+' conftest.er1 >conftest.err
18884 rm -f conftest.er1
18885 cat conftest.err >&5
a848cd7e
SC
18886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18887 (exit $ac_status); } &&
07158944 18888 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18890 (eval $ac_try) 2>&5
18891 ac_status=$?
18892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18893 (exit $ac_status); }; } &&
18894 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18896 (eval $ac_try) 2>&5
18897 ac_status=$?
18898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18899 (exit $ac_status); }; }; then
18900 ac_lo=$ac_mid; break
18901else
18902 echo "$as_me: failed program was:" >&5
18903sed 's/^/| /' conftest.$ac_ext >&5
18904
18905ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18906 if test $ac_mid -le $ac_hi; then
18907 ac_lo= ac_hi=
18908 break
18909 fi
18910 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18911fi
ac1cb8d3 18912rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18913 done
18914else
18915 echo "$as_me: failed program was:" >&5
18916sed 's/^/| /' conftest.$ac_ext >&5
18917
18918ac_lo= ac_hi=
18919fi
ac1cb8d3 18920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18921fi
ac1cb8d3 18922rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18923# Binary search between lo and hi bounds.
18924while test "x$ac_lo" != "x$ac_hi"; do
18925 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18926 cat >conftest.$ac_ext <<_ACEOF
18927/* confdefs.h. */
18928_ACEOF
18929cat confdefs.h >>conftest.$ac_ext
18930cat >>conftest.$ac_ext <<_ACEOF
18931/* end confdefs.h. */
18932$ac_includes_default
18933int
18934main ()
18935{
18936static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18937test_array [0] = 0
18938
18939 ;
18940 return 0;
18941}
18942_ACEOF
18943rm -f conftest.$ac_objext
18944if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18945 (eval $ac_compile) 2>conftest.er1
a848cd7e 18946 ac_status=$?
ac1cb8d3
VS
18947 grep -v '^ *+' conftest.er1 >conftest.err
18948 rm -f conftest.er1
18949 cat conftest.err >&5
a848cd7e
SC
18950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18951 (exit $ac_status); } &&
07158944 18952 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18954 (eval $ac_try) 2>&5
18955 ac_status=$?
18956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18957 (exit $ac_status); }; } &&
18958 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18960 (eval $ac_try) 2>&5
18961 ac_status=$?
18962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18963 (exit $ac_status); }; }; then
18964 ac_hi=$ac_mid
18965else
18966 echo "$as_me: failed program was:" >&5
18967sed 's/^/| /' conftest.$ac_ext >&5
18968
18969ac_lo=`expr '(' $ac_mid ')' + 1`
18970fi
ac1cb8d3 18971rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18972done
18973case $ac_lo in
18974?*) ac_cv_sizeof_long_long=$ac_lo;;
18975'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18976See \`config.log' for more details." >&5
18977echo "$as_me: error: cannot compute sizeof (long long), 77
18978See \`config.log' for more details." >&2;}
18979 { (exit 1); exit 1; }; } ;;
18980esac
18981else
18982 if test "$cross_compiling" = yes; then
07158944
VZ
18983 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18984echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18985 { (exit 1); exit 1; }; }
18986else
18987 cat >conftest.$ac_ext <<_ACEOF
18988/* confdefs.h. */
18989_ACEOF
18990cat confdefs.h >>conftest.$ac_ext
18991cat >>conftest.$ac_ext <<_ACEOF
18992/* end confdefs.h. */
18993$ac_includes_default
18994long longval () { return (long) (sizeof (long long)); }
18995unsigned long ulongval () { return (long) (sizeof (long long)); }
18996#include <stdio.h>
18997#include <stdlib.h>
18998int
18999main ()
19000{
19001
19002 FILE *f = fopen ("conftest.val", "w");
19003 if (! f)
19004 exit (1);
19005 if (((long) (sizeof (long long))) < 0)
19006 {
19007 long i = longval ();
19008 if (i != ((long) (sizeof (long long))))
19009 exit (1);
19010 fprintf (f, "%ld\n", i);
19011 }
19012 else
19013 {
19014 unsigned long i = ulongval ();
19015 if (i != ((long) (sizeof (long long))))
19016 exit (1);
19017 fprintf (f, "%lu\n", i);
19018 }
19019 exit (ferror (f) || fclose (f) != 0);
19020
19021 ;
19022 return 0;
19023}
19024_ACEOF
19025rm -f conftest$ac_exeext
19026if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19027 (eval $ac_link) 2>&5
19028 ac_status=$?
19029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19030 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19032 (eval $ac_try) 2>&5
19033 ac_status=$?
19034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); }; }; then
19036 ac_cv_sizeof_long_long=`cat conftest.val`
19037else
19038 echo "$as_me: program exited with status $ac_status" >&5
19039echo "$as_me: failed program was:" >&5
19040sed 's/^/| /' conftest.$ac_ext >&5
19041
19042( exit $ac_status )
19043{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19044See \`config.log' for more details." >&5
19045echo "$as_me: error: cannot compute sizeof (long long), 77
19046See \`config.log' for more details." >&2;}
19047 { (exit 1); exit 1; }; }
19048fi
ac1cb8d3 19049rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19050fi
19051fi
19052rm -f conftest.val
19053else
19054 ac_cv_sizeof_long_long=0
19055fi
19056fi
19057echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19058echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19059cat >>confdefs.h <<_ACEOF
19060#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19061_ACEOF
19062
19063
19064esac
19065
238ecede
MW
19066echo "$as_me:$LINENO: checking for wchar_t" >&5
19067echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19068if test "${ac_cv_type_wchar_t+set}" = set; then
19069 echo $ECHO_N "(cached) $ECHO_C" >&6
19070else
19071 cat >conftest.$ac_ext <<_ACEOF
19072/* confdefs.h. */
19073_ACEOF
19074cat confdefs.h >>conftest.$ac_ext
19075cat >>conftest.$ac_ext <<_ACEOF
19076/* end confdefs.h. */
19077
19078 /* DJGPP only has fake wchar_t: */
19079 #ifdef __DJGPP__
19080 # error "fake wchar_t"
19081 #endif
19082 #ifdef HAVE_WCHAR_H
19083 # ifdef __CYGWIN__
19084 # include <stddef.h>
19085 # endif
19086 # include <wchar.h>
19087 #endif
19088 #ifdef HAVE_STDLIB_H
19089 # include <stdlib.h>
19090 #endif
19091 #include <stdio.h>
19092
19093
19094
19095int
19096main ()
19097{
19098if ((wchar_t *) 0)
19099 return 0;
19100if (sizeof (wchar_t))
19101 return 0;
19102 ;
19103 return 0;
19104}
19105_ACEOF
19106rm -f conftest.$ac_objext
19107if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19108 (eval $ac_compile) 2>conftest.er1
19109 ac_status=$?
19110 grep -v '^ *+' conftest.er1 >conftest.err
19111 rm -f conftest.er1
19112 cat conftest.err >&5
19113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19114 (exit $ac_status); } &&
07158944 19115 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19117 (eval $ac_try) 2>&5
19118 ac_status=$?
19119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19120 (exit $ac_status); }; } &&
19121 { ac_try='test -s conftest.$ac_objext'
19122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19123 (eval $ac_try) 2>&5
19124 ac_status=$?
19125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19126 (exit $ac_status); }; }; then
19127 ac_cv_type_wchar_t=yes
19128else
19129 echo "$as_me: failed program was:" >&5
19130sed 's/^/| /' conftest.$ac_ext >&5
19131
19132ac_cv_type_wchar_t=no
19133fi
19134rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19135fi
19136echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19137echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19138
a848cd7e
SC
19139echo "$as_me:$LINENO: checking size of wchar_t" >&5
19140echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
238ecede 19141if test "${ac_cv_sizeof_wchar_t+set}" = set; then
a848cd7e
SC
19142 echo $ECHO_N "(cached) $ECHO_C" >&6
19143else
238ecede
MW
19144 if test "$ac_cv_type_wchar_t" = yes; then
19145 # The cast to unsigned long works around a bug in the HP C Compiler
19146 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19147 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19148 # This bug is HP SR number 8606223364.
19149 if test "$cross_compiling" = yes; then
19150 # Depending upon the size, compute the lo and hi bounds.
19151cat >conftest.$ac_ext <<_ACEOF
19152/* confdefs.h. */
19153_ACEOF
19154cat confdefs.h >>conftest.$ac_ext
19155cat >>conftest.$ac_ext <<_ACEOF
19156/* end confdefs.h. */
19157
19158 /* DJGPP only has fake wchar_t: */
19159 #ifdef __DJGPP__
19160 # error "fake wchar_t"
19161 #endif
19162 #ifdef HAVE_WCHAR_H
19163 # ifdef __CYGWIN__
19164 # include <stddef.h>
19165 # endif
19166 # include <wchar.h>
19167 #endif
19168 #ifdef HAVE_STDLIB_H
19169 # include <stdlib.h>
19170 #endif
19171 #include <stdio.h>
19172
19173
19174
19175int
19176main ()
19177{
19178static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19179test_array [0] = 0
19180
19181 ;
19182 return 0;
19183}
19184_ACEOF
19185rm -f conftest.$ac_objext
19186if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19187 (eval $ac_compile) 2>conftest.er1
19188 ac_status=$?
19189 grep -v '^ *+' conftest.er1 >conftest.err
19190 rm -f conftest.er1
19191 cat conftest.err >&5
19192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19193 (exit $ac_status); } &&
07158944 19194 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19196 (eval $ac_try) 2>&5
19197 ac_status=$?
19198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19199 (exit $ac_status); }; } &&
19200 { ac_try='test -s conftest.$ac_objext'
19201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19202 (eval $ac_try) 2>&5
19203 ac_status=$?
19204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19205 (exit $ac_status); }; }; then
19206 ac_lo=0 ac_mid=0
19207 while :; do
19208 cat >conftest.$ac_ext <<_ACEOF
19209/* confdefs.h. */
19210_ACEOF
19211cat confdefs.h >>conftest.$ac_ext
19212cat >>conftest.$ac_ext <<_ACEOF
19213/* end confdefs.h. */
19214
19215 /* DJGPP only has fake wchar_t: */
19216 #ifdef __DJGPP__
19217 # error "fake wchar_t"
19218 #endif
19219 #ifdef HAVE_WCHAR_H
19220 # ifdef __CYGWIN__
19221 # include <stddef.h>
19222 # endif
19223 # include <wchar.h>
19224 #endif
19225 #ifdef HAVE_STDLIB_H
19226 # include <stdlib.h>
19227 #endif
19228 #include <stdio.h>
19229
19230
19231
19232int
19233main ()
19234{
19235static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19236test_array [0] = 0
19237
19238 ;
19239 return 0;
19240}
19241_ACEOF
19242rm -f conftest.$ac_objext
19243if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19244 (eval $ac_compile) 2>conftest.er1
19245 ac_status=$?
19246 grep -v '^ *+' conftest.er1 >conftest.err
19247 rm -f conftest.er1
19248 cat conftest.err >&5
19249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19250 (exit $ac_status); } &&
07158944 19251 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19253 (eval $ac_try) 2>&5
19254 ac_status=$?
19255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19256 (exit $ac_status); }; } &&
19257 { ac_try='test -s conftest.$ac_objext'
19258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19259 (eval $ac_try) 2>&5
19260 ac_status=$?
19261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19262 (exit $ac_status); }; }; then
19263 ac_hi=$ac_mid; break
19264else
19265 echo "$as_me: failed program was:" >&5
19266sed 's/^/| /' conftest.$ac_ext >&5
19267
19268ac_lo=`expr $ac_mid + 1`
19269 if test $ac_lo -le $ac_mid; then
19270 ac_lo= ac_hi=
19271 break
19272 fi
19273 ac_mid=`expr 2 '*' $ac_mid + 1`
19274fi
19275rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19276 done
19277else
19278 echo "$as_me: failed program was:" >&5
19279sed 's/^/| /' conftest.$ac_ext >&5
19280
19281cat >conftest.$ac_ext <<_ACEOF
19282/* confdefs.h. */
19283_ACEOF
19284cat confdefs.h >>conftest.$ac_ext
19285cat >>conftest.$ac_ext <<_ACEOF
19286/* end confdefs.h. */
19287
19288 /* DJGPP only has fake wchar_t: */
19289 #ifdef __DJGPP__
19290 # error "fake wchar_t"
19291 #endif
19292 #ifdef HAVE_WCHAR_H
19293 # ifdef __CYGWIN__
19294 # include <stddef.h>
19295 # endif
19296 # include <wchar.h>
19297 #endif
19298 #ifdef HAVE_STDLIB_H
19299 # include <stdlib.h>
19300 #endif
19301 #include <stdio.h>
19302
19303
19304
19305int
19306main ()
19307{
19308static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19309test_array [0] = 0
19310
19311 ;
19312 return 0;
19313}
19314_ACEOF
19315rm -f conftest.$ac_objext
19316if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19317 (eval $ac_compile) 2>conftest.er1
19318 ac_status=$?
19319 grep -v '^ *+' conftest.er1 >conftest.err
19320 rm -f conftest.er1
19321 cat conftest.err >&5
19322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19323 (exit $ac_status); } &&
07158944 19324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19326 (eval $ac_try) 2>&5
19327 ac_status=$?
19328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); }; } &&
19330 { ac_try='test -s conftest.$ac_objext'
19331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19332 (eval $ac_try) 2>&5
19333 ac_status=$?
19334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); }; }; then
19336 ac_hi=-1 ac_mid=-1
19337 while :; do
19338 cat >conftest.$ac_ext <<_ACEOF
19339/* confdefs.h. */
19340_ACEOF
19341cat confdefs.h >>conftest.$ac_ext
19342cat >>conftest.$ac_ext <<_ACEOF
19343/* end confdefs.h. */
19344
19345 /* DJGPP only has fake wchar_t: */
19346 #ifdef __DJGPP__
19347 # error "fake wchar_t"
19348 #endif
19349 #ifdef HAVE_WCHAR_H
19350 # ifdef __CYGWIN__
19351 # include <stddef.h>
19352 # endif
19353 # include <wchar.h>
19354 #endif
19355 #ifdef HAVE_STDLIB_H
19356 # include <stdlib.h>
19357 #endif
19358 #include <stdio.h>
19359
19360
19361
19362int
19363main ()
19364{
19365static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19366test_array [0] = 0
19367
19368 ;
19369 return 0;
19370}
19371_ACEOF
19372rm -f conftest.$ac_objext
19373if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19374 (eval $ac_compile) 2>conftest.er1
19375 ac_status=$?
19376 grep -v '^ *+' conftest.er1 >conftest.err
19377 rm -f conftest.er1
19378 cat conftest.err >&5
19379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19380 (exit $ac_status); } &&
07158944 19381 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19383 (eval $ac_try) 2>&5
19384 ac_status=$?
19385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19386 (exit $ac_status); }; } &&
19387 { ac_try='test -s conftest.$ac_objext'
19388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19389 (eval $ac_try) 2>&5
19390 ac_status=$?
19391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); }; }; then
19393 ac_lo=$ac_mid; break
19394else
19395 echo "$as_me: failed program was:" >&5
19396sed 's/^/| /' conftest.$ac_ext >&5
19397
19398ac_hi=`expr '(' $ac_mid ')' - 1`
19399 if test $ac_mid -le $ac_hi; then
19400 ac_lo= ac_hi=
19401 break
19402 fi
19403 ac_mid=`expr 2 '*' $ac_mid`
19404fi
19405rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19406 done
19407else
19408 echo "$as_me: failed program was:" >&5
19409sed 's/^/| /' conftest.$ac_ext >&5
19410
19411ac_lo= ac_hi=
19412fi
19413rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19414fi
19415rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19416# Binary search between lo and hi bounds.
19417while test "x$ac_lo" != "x$ac_hi"; do
19418 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19419 cat >conftest.$ac_ext <<_ACEOF
19420/* confdefs.h. */
19421_ACEOF
19422cat confdefs.h >>conftest.$ac_ext
19423cat >>conftest.$ac_ext <<_ACEOF
19424/* end confdefs.h. */
19425
19426 /* DJGPP only has fake wchar_t: */
19427 #ifdef __DJGPP__
19428 # error "fake wchar_t"
19429 #endif
19430 #ifdef HAVE_WCHAR_H
19431 # ifdef __CYGWIN__
19432 # include <stddef.h>
19433 # endif
19434 # include <wchar.h>
19435 #endif
19436 #ifdef HAVE_STDLIB_H
19437 # include <stdlib.h>
19438 #endif
19439 #include <stdio.h>
a848cd7e 19440
a848cd7e 19441
a848cd7e 19442
238ecede
MW
19443int
19444main ()
19445{
19446static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19447test_array [0] = 0
a848cd7e 19448
238ecede
MW
19449 ;
19450 return 0;
19451}
19452_ACEOF
19453rm -f conftest.$ac_objext
19454if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19455 (eval $ac_compile) 2>conftest.er1
19456 ac_status=$?
19457 grep -v '^ *+' conftest.er1 >conftest.err
19458 rm -f conftest.er1
19459 cat conftest.err >&5
19460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19461 (exit $ac_status); } &&
07158944 19462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19464 (eval $ac_try) 2>&5
19465 ac_status=$?
19466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19467 (exit $ac_status); }; } &&
19468 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
19474 ac_hi=$ac_mid
19475else
19476 echo "$as_me: failed program was:" >&5
19477sed 's/^/| /' conftest.$ac_ext >&5
19478
19479ac_lo=`expr '(' $ac_mid ')' + 1`
19480fi
19481rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19482done
19483case $ac_lo in
19484?*) ac_cv_sizeof_wchar_t=$ac_lo;;
19485'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19486See \`config.log' for more details." >&5
19487echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19488See \`config.log' for more details." >&2;}
19489 { (exit 1); exit 1; }; } ;;
19490esac
19491else
19492 if test "$cross_compiling" = yes; then
07158944
VZ
19493 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19494echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
238ecede 19495 { (exit 1); exit 1; }; }
a848cd7e
SC
19496else
19497 cat >conftest.$ac_ext <<_ACEOF
19498/* confdefs.h. */
19499_ACEOF
19500cat confdefs.h >>conftest.$ac_ext
19501cat >>conftest.$ac_ext <<_ACEOF
19502/* end confdefs.h. */
19503
238ecede
MW
19504 /* DJGPP only has fake wchar_t: */
19505 #ifdef __DJGPP__
19506 # error "fake wchar_t"
19507 #endif
19508 #ifdef HAVE_WCHAR_H
19509 # ifdef __CYGWIN__
19510 # include <stddef.h>
19511 # endif
19512 # include <wchar.h>
19513 #endif
19514 #ifdef HAVE_STDLIB_H
19515 # include <stdlib.h>
19516 #endif
19517 #include <stdio.h>
19518
19519
19520
19521long longval () { return (long) (sizeof (wchar_t)); }
19522unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19523#include <stdio.h>
19524#include <stdlib.h>
19525int
19526main ()
19527{
a848cd7e 19528
238ecede
MW
19529 FILE *f = fopen ("conftest.val", "w");
19530 if (! f)
19531 exit (1);
19532 if (((long) (sizeof (wchar_t))) < 0)
19533 {
19534 long i = longval ();
19535 if (i != ((long) (sizeof (wchar_t))))
19536 exit (1);
19537 fprintf (f, "%ld\n", i);
19538 }
19539 else
19540 {
19541 unsigned long i = ulongval ();
19542 if (i != ((long) (sizeof (wchar_t))))
19543 exit (1);
19544 fprintf (f, "%lu\n", i);
19545 }
19546 exit (ferror (f) || fclose (f) != 0);
19547
19548 ;
19549 return 0;
19550}
a848cd7e
SC
19551_ACEOF
19552rm -f conftest$ac_exeext
19553if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19554 (eval $ac_link) 2>&5
19555 ac_status=$?
19556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19557 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19559 (eval $ac_try) 2>&5
19560 ac_status=$?
19561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19562 (exit $ac_status); }; }; then
238ecede 19563 ac_cv_sizeof_wchar_t=`cat conftest.val`
a848cd7e
SC
19564else
19565 echo "$as_me: program exited with status $ac_status" >&5
19566echo "$as_me: failed program was:" >&5
19567sed 's/^/| /' conftest.$ac_ext >&5
19568
19569( exit $ac_status )
238ecede
MW
19570{ { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19571See \`config.log' for more details." >&5
19572echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19573See \`config.log' for more details." >&2;}
19574 { (exit 1); exit 1; }; }
a848cd7e 19575fi
ac1cb8d3 19576rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 19577fi
a848cd7e 19578fi
238ecede
MW
19579rm -f conftest.val
19580else
19581 ac_cv_sizeof_wchar_t=0
19582fi
19583fi
19584echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
19585echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
a848cd7e 19586cat >>confdefs.h <<_ACEOF
238ecede 19587#define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
a848cd7e
SC
19588_ACEOF
19589
19590
238ecede 19591
ba3d13e1
VZ
19592echo "$as_me:$LINENO: checking for va_copy" >&5
19593echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
19594if test "${wx_cv_func_va_copy+set}" = set; then
19595 echo $ECHO_N "(cached) $ECHO_C" >&6
19596else
19597
19598 cat >conftest.$ac_ext <<_ACEOF
19599
19600 #include <stdarg.h>
19601 void foo(char *f, ...)
19602 {
19603 va_list ap1, ap2;
19604 va_start(ap1, f);
19605 va_copy(ap2, ap1);
19606 va_end(ap2);
19607 va_end(ap1);
19608 }
5886b072
VZ
19609 int main()
19610 {
b902e639
VZ
19611 foo("hi", 17);
19612 return 0;
5886b072 19613 }
ba3d13e1
VZ
19614_ACEOF
19615rm -f conftest.$ac_objext conftest$ac_exeext
19616if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19617 (eval $ac_link) 2>conftest.er1
19618 ac_status=$?
19619 grep -v '^ *+' conftest.er1 >conftest.err
19620 rm -f conftest.er1
19621 cat conftest.err >&5
19622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19623 (exit $ac_status); } &&
07158944 19624 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ba3d13e1
VZ
19625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19626 (eval $ac_try) 2>&5
19627 ac_status=$?
19628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19629 (exit $ac_status); }; } &&
19630 { ac_try='test -s conftest$ac_exeext'
19631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19632 (eval $ac_try) 2>&5
19633 ac_status=$?
19634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19635 (exit $ac_status); }; }; then
19636 wx_cv_func_va_copy=yes
19637else
19638 echo "$as_me: failed program was:" >&5
19639sed 's/^/| /' conftest.$ac_ext >&5
19640
19641wx_cv_func_va_copy=no
19642
19643fi
19644rm -f conftest.err conftest.$ac_objext \
19645 conftest$ac_exeext conftest.$ac_ext
19646
19647
19648fi
19649echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
19650echo "${ECHO_T}$wx_cv_func_va_copy" >&6
19651
19652if test $wx_cv_func_va_copy = "yes"; then
19653 cat >>confdefs.h <<\_ACEOF
19654#define HAVE_VA_COPY 1
19655_ACEOF
19656
19657else
19658 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
19659echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
19660if test "${wx_cv_type_va_list_lvalue+set}" = set; then
19661 echo $ECHO_N "(cached) $ECHO_C" >&6
19662else
19663
19664 if test "$cross_compiling" = yes; then
19665 wx_cv_type_va_list_lvalue=yes
19666
19667else
19668 cat >conftest.$ac_ext <<_ACEOF
19669
19670 #include <stdarg.h>
19671 int foo(char *f, ...)
19672 {
19673 va_list ap1, ap2;
19674 va_start(ap1, f);
19675 ap2 = ap1;
19676 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
19677 return 1;
19678 va_end(ap2);
19679 va_end(ap1);
19680 return 0;
19681 }
19682 int main()
19683 {
19684 return foo("hi", 17);
19685 }
19686_ACEOF
19687rm -f conftest$ac_exeext
19688if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19689 (eval $ac_link) 2>&5
19690 ac_status=$?
19691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19692 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19694 (eval $ac_try) 2>&5
19695 ac_status=$?
19696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19697 (exit $ac_status); }; }; then
19698 wx_cv_type_va_list_lvalue=yes
19699else
19700 echo "$as_me: program exited with status $ac_status" >&5
19701echo "$as_me: failed program was:" >&5
19702sed 's/^/| /' conftest.$ac_ext >&5
19703
19704( exit $ac_status )
19705wx_cv_type_va_list_lvalue=no
19706fi
19707rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19708fi
19709
19710
19711fi
19712echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
19713echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
19714
19715 if test $wx_cv_type_va_list_lvalue != "yes"; then
19716 cat >>confdefs.h <<\_ACEOF
19717#define VA_LIST_IS_ARRAY 1
19718_ACEOF
19719
19720 fi
19721fi
19722
a848cd7e
SC
19723# Check whether --enable-largefile or --disable-largefile was given.
19724if test "${enable_largefile+set}" = set; then
19725 enableval="$enable_largefile"
19726
19727fi;
19728if test "$enable_largefile" != no; then
19729 wx_largefile=no
19730
19731 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
19732echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
19733if test "${ac_cv_sys_file_offset_bits+set}" = set; then
19734 echo $ECHO_N "(cached) $ECHO_C" >&6
19735else
19736
19737 cat >conftest.$ac_ext <<_ACEOF
19738/* confdefs.h. */
19739_ACEOF
19740cat confdefs.h >>conftest.$ac_ext
19741cat >>conftest.$ac_ext <<_ACEOF
19742/* end confdefs.h. */
19743#define _FILE_OFFSET_BITS 64
19744 #include <sys/types.h>
19745int
19746main ()
19747{
19748typedef struct {
19749 unsigned int field: sizeof(off_t) == 8;
19750} wxlf;
19751
19752 ;
19753 return 0;
19754}
19755_ACEOF
19756rm -f conftest.$ac_objext
19757if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19758 (eval $ac_compile) 2>conftest.er1
a848cd7e 19759 ac_status=$?
ac1cb8d3
VS
19760 grep -v '^ *+' conftest.er1 >conftest.err
19761 rm -f conftest.er1
19762 cat conftest.err >&5
a848cd7e
SC
19763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764 (exit $ac_status); } &&
07158944 19765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19767 (eval $ac_try) 2>&5
19768 ac_status=$?
19769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19770 (exit $ac_status); }; } &&
19771 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19773 (eval $ac_try) 2>&5
19774 ac_status=$?
19775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19776 (exit $ac_status); }; }; then
19777 ac_cv_sys_file_offset_bits=64
19778else
19779 echo "$as_me: failed program was:" >&5
19780sed 's/^/| /' conftest.$ac_ext >&5
19781
19782ac_cv_sys_file_offset_bits=no
19783fi
ac1cb8d3 19784rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19785
19786
19787fi
19788echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
19789echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
19790
19791 if test "$ac_cv_sys_file_offset_bits" != no; then
19792 wx_largefile=yes
19793 cat >>confdefs.h <<_ACEOF
19794#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
19795_ACEOF
19796
19797 fi
19798
19799 if test "x$wx_largefile" != "xyes"; then
19800
19801 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
19802echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
19803if test "${ac_cv_sys_large_files+set}" = set; then
19804 echo $ECHO_N "(cached) $ECHO_C" >&6
19805else
19806
19807 cat >conftest.$ac_ext <<_ACEOF
19808/* confdefs.h. */
19809_ACEOF
19810cat confdefs.h >>conftest.$ac_ext
19811cat >>conftest.$ac_ext <<_ACEOF
19812/* end confdefs.h. */
19813#define _LARGE_FILES 1
19814 #include <sys/types.h>
19815int
19816main ()
19817{
19818typedef struct {
19819 unsigned int field: sizeof(off_t) == 8;
19820} wxlf;
19821
19822 ;
19823 return 0;
19824}
19825_ACEOF
19826rm -f conftest.$ac_objext
19827if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19828 (eval $ac_compile) 2>conftest.er1
a848cd7e 19829 ac_status=$?
ac1cb8d3
VS
19830 grep -v '^ *+' conftest.er1 >conftest.err
19831 rm -f conftest.er1
19832 cat conftest.err >&5
a848cd7e
SC
19833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19834 (exit $ac_status); } &&
07158944 19835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19837 (eval $ac_try) 2>&5
19838 ac_status=$?
19839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19840 (exit $ac_status); }; } &&
19841 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19843 (eval $ac_try) 2>&5
19844 ac_status=$?
19845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19846 (exit $ac_status); }; }; then
19847 ac_cv_sys_large_files=1
19848else
19849 echo "$as_me: failed program was:" >&5
19850sed 's/^/| /' conftest.$ac_ext >&5
19851
19852ac_cv_sys_large_files=no
19853fi
ac1cb8d3 19854rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19855
19856
19857fi
19858echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
19859echo "${ECHO_T}$ac_cv_sys_large_files" >&6
19860
19861 if test "$ac_cv_sys_large_files" != no; then
19862 wx_largefile=yes
19863 cat >>confdefs.h <<_ACEOF
19864#define _LARGE_FILES $ac_cv_sys_large_files
19865_ACEOF
19866
19867 fi
19868
19869 fi
19870
19871 echo "$as_me:$LINENO: checking if large file support is available" >&5
19872echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
19873 if test "x$wx_largefile" = "xyes"; then
19874 cat >>confdefs.h <<\_ACEOF
19875#define HAVE_LARGEFILE_SUPPORT 1
19876_ACEOF
19877
19878 fi
19879 echo "$as_me:$LINENO: result: $wx_largefile" >&5
19880echo "${ECHO_T}$wx_largefile" >&6
19881fi
19882
5b674b9d
DE
19883
19884if test "x$wx_largefile" = "xyes"; then
19885 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
19886 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
19887 else
19888 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
19889 fi
19890 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
5294a27e
VZ
19891echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
19892if test "${ac_cv_sys_largefile_source+set}" = set; then
19893 echo $ECHO_N "(cached) $ECHO_C" >&6
19894else
19895 while :; do
19896 ac_cv_sys_largefile_source=no
19897 cat >conftest.$ac_ext <<_ACEOF
19898/* confdefs.h. */
19899_ACEOF
19900cat confdefs.h >>conftest.$ac_ext
19901cat >>conftest.$ac_ext <<_ACEOF
19902/* end confdefs.h. */
19903#include <stdio.h>
19904int
19905main ()
19906{
19907return !fseeko;
19908 ;
19909 return 0;
19910}
19911_ACEOF
19912rm -f conftest.$ac_objext
19913if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19914 (eval $ac_compile) 2>conftest.er1
19915 ac_status=$?
19916 grep -v '^ *+' conftest.er1 >conftest.err
19917 rm -f conftest.er1
19918 cat conftest.err >&5
19919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19920 (exit $ac_status); } &&
07158944 19921 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
19922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19923 (eval $ac_try) 2>&5
19924 ac_status=$?
19925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19926 (exit $ac_status); }; } &&
19927 { ac_try='test -s conftest.$ac_objext'
19928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19929 (eval $ac_try) 2>&5
19930 ac_status=$?
19931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19932 (exit $ac_status); }; }; then
19933 break
19934else
19935 echo "$as_me: failed program was:" >&5
19936sed 's/^/| /' conftest.$ac_ext >&5
19937
19938fi
19939rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19940 cat >conftest.$ac_ext <<_ACEOF
19941/* confdefs.h. */
19942_ACEOF
19943cat confdefs.h >>conftest.$ac_ext
19944cat >>conftest.$ac_ext <<_ACEOF
19945/* end confdefs.h. */
19946#define _LARGEFILE_SOURCE 1
19947#include <stdio.h>
19948int
19949main ()
19950{
19951return !fseeko;
19952 ;
19953 return 0;
19954}
19955_ACEOF
19956rm -f conftest.$ac_objext
19957if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19958 (eval $ac_compile) 2>conftest.er1
19959 ac_status=$?
19960 grep -v '^ *+' conftest.er1 >conftest.err
19961 rm -f conftest.er1
19962 cat conftest.err >&5
19963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19964 (exit $ac_status); } &&
07158944 19965 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
19966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19967 (eval $ac_try) 2>&5
19968 ac_status=$?
19969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19970 (exit $ac_status); }; } &&
19971 { ac_try='test -s conftest.$ac_objext'
19972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19973 (eval $ac_try) 2>&5
19974 ac_status=$?
19975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19976 (exit $ac_status); }; }; then
19977 ac_cv_sys_largefile_source=1; break
19978else
19979 echo "$as_me: failed program was:" >&5
19980sed 's/^/| /' conftest.$ac_ext >&5
19981
19982fi
19983rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19984 break
19985done
19986fi
19987echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
19988echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
19989if test "$ac_cv_sys_largefile_source" != no; then
19990
19991cat >>confdefs.h <<_ACEOF
19992#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
19993_ACEOF
19994
19995fi
19996rm -f conftest*
19997
19998# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
19999# in glibc 2.1.3, but that breaks too many other things.
20000# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20001echo "$as_me:$LINENO: checking for fseeko" >&5
20002echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20003if test "${ac_cv_func_fseeko+set}" = set; then
20004 echo $ECHO_N "(cached) $ECHO_C" >&6
20005else
20006 cat >conftest.$ac_ext <<_ACEOF
20007/* confdefs.h. */
20008_ACEOF
20009cat confdefs.h >>conftest.$ac_ext
20010cat >>conftest.$ac_ext <<_ACEOF
20011/* end confdefs.h. */
20012#include <stdio.h>
20013int
20014main ()
20015{
20016return fseeko && fseeko (stdin, 0, 0);
20017 ;
20018 return 0;
20019}
20020_ACEOF
20021rm -f conftest.$ac_objext conftest$ac_exeext
20022if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20023 (eval $ac_link) 2>conftest.er1
20024 ac_status=$?
20025 grep -v '^ *+' conftest.er1 >conftest.err
20026 rm -f conftest.er1
20027 cat conftest.err >&5
20028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20029 (exit $ac_status); } &&
07158944 20030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
20031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20032 (eval $ac_try) 2>&5
20033 ac_status=$?
20034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20035 (exit $ac_status); }; } &&
20036 { ac_try='test -s conftest$ac_exeext'
20037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20038 (eval $ac_try) 2>&5
20039 ac_status=$?
20040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20041 (exit $ac_status); }; }; then
20042 ac_cv_func_fseeko=yes
20043else
20044 echo "$as_me: failed program was:" >&5
20045sed 's/^/| /' conftest.$ac_ext >&5
20046
20047ac_cv_func_fseeko=no
20048fi
20049rm -f conftest.err conftest.$ac_objext \
20050 conftest$ac_exeext conftest.$ac_ext
20051fi
20052echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20053echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20054if test $ac_cv_func_fseeko = yes; then
20055
20056cat >>confdefs.h <<\_ACEOF
20057#define HAVE_FSEEKO 1
20058_ACEOF
20059
20060fi
20061
5b674b9d
DE
20062 if test "$ac_cv_sys_largefile_source" != no; then
20063 WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
a848cd7e
SC
20064 fi
20065 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20066fi
20067
20068echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20069echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20070if test "${ac_cv_c_bigendian+set}" = set; then
20071 echo $ECHO_N "(cached) $ECHO_C" >&6
20072else
20073 ac_cv_c_bigendian=unknown
20074# See if sys/param.h defines the BYTE_ORDER macro.
20075cat >conftest.$ac_ext <<_ACEOF
20076/* confdefs.h. */
20077_ACEOF
20078cat confdefs.h >>conftest.$ac_ext
20079cat >>conftest.$ac_ext <<_ACEOF
20080/* end confdefs.h. */
20081#include <sys/types.h>
20082#include <sys/param.h>
20083int
20084main ()
20085{
20086
20087#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20088 bogus endian macros
20089#endif
20090 ;
20091 return 0;
20092}
20093_ACEOF
20094rm -f conftest.$ac_objext
20095if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20096 (eval $ac_compile) 2>conftest.er1
a848cd7e 20097 ac_status=$?
ac1cb8d3
VS
20098 grep -v '^ *+' conftest.er1 >conftest.err
20099 rm -f conftest.er1
20100 cat conftest.err >&5
a848cd7e
SC
20101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20102 (exit $ac_status); } &&
07158944 20103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20105 (eval $ac_try) 2>&5
20106 ac_status=$?
20107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20108 (exit $ac_status); }; } &&
20109 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20111 (eval $ac_try) 2>&5
20112 ac_status=$?
20113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20114 (exit $ac_status); }; }; then
20115 # It does; now see whether it defined to BIG_ENDIAN or not.
20116cat >conftest.$ac_ext <<_ACEOF
20117/* confdefs.h. */
20118_ACEOF
20119cat confdefs.h >>conftest.$ac_ext
20120cat >>conftest.$ac_ext <<_ACEOF
20121/* end confdefs.h. */
20122#include <sys/types.h>
20123#include <sys/param.h>
20124int
20125main ()
20126{
20127
20128#if BYTE_ORDER != BIG_ENDIAN
20129 not big endian
20130#endif
20131 ;
20132 return 0;
20133}
20134_ACEOF
20135rm -f conftest.$ac_objext
20136if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20137 (eval $ac_compile) 2>conftest.er1
a848cd7e 20138 ac_status=$?
ac1cb8d3
VS
20139 grep -v '^ *+' conftest.er1 >conftest.err
20140 rm -f conftest.er1
20141 cat conftest.err >&5
a848cd7e
SC
20142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20143 (exit $ac_status); } &&
07158944 20144 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20146 (eval $ac_try) 2>&5
20147 ac_status=$?
20148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20149 (exit $ac_status); }; } &&
20150 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20152 (eval $ac_try) 2>&5
20153 ac_status=$?
20154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20155 (exit $ac_status); }; }; then
20156 ac_cv_c_bigendian=yes
20157else
20158 echo "$as_me: failed program was:" >&5
20159sed 's/^/| /' conftest.$ac_ext >&5
20160
20161ac_cv_c_bigendian=no
20162fi
ac1cb8d3 20163rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20164else
20165 echo "$as_me: failed program was:" >&5
20166sed 's/^/| /' conftest.$ac_ext >&5
20167
20168fi
ac1cb8d3 20169rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20170if test $ac_cv_c_bigendian = unknown; then
20171if test "$cross_compiling" = yes; then
20172 ac_cv_c_bigendian=unknown
20173else
20174 cat >conftest.$ac_ext <<_ACEOF
20175/* confdefs.h. */
20176_ACEOF
20177cat confdefs.h >>conftest.$ac_ext
20178cat >>conftest.$ac_ext <<_ACEOF
20179/* end confdefs.h. */
20180main () {
20181 /* Are we little or big endian? From Harbison&Steele. */
20182 union
20183 {
20184 long l;
20185 char c[sizeof (long)];
20186 } u;
20187 u.l = 1;
20188 exit (u.c[sizeof (long) - 1] == 1);
20189}
20190_ACEOF
20191rm -f conftest$ac_exeext
20192if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20193 (eval $ac_link) 2>&5
20194 ac_status=$?
20195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20196 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20198 (eval $ac_try) 2>&5
20199 ac_status=$?
20200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20201 (exit $ac_status); }; }; then
20202 ac_cv_c_bigendian=no
20203else
20204 echo "$as_me: program exited with status $ac_status" >&5
20205echo "$as_me: failed program was:" >&5
20206sed 's/^/| /' conftest.$ac_ext >&5
20207
20208( exit $ac_status )
20209ac_cv_c_bigendian=yes
20210fi
ac1cb8d3 20211rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20212fi
20213fi
20214fi
20215echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20216echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20217if test $ac_cv_c_bigendian = unknown; then
20218 { 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
20219echo "$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;}
20220fi
20221if test $ac_cv_c_bigendian = yes; then
20222 cat >>confdefs.h <<\_ACEOF
20223#define WORDS_BIGENDIAN 1
20224_ACEOF
20225
20226fi
20227
20228
20229ac_ext=cc
20230ac_cpp='$CXXCPP $CPPFLAGS'
20231ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20232ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20233ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20234echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20235echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20236if test -z "$CXXCPP"; then
20237 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20238 echo $ECHO_N "(cached) $ECHO_C" >&6
20239else
20240 # Double quotes because CXXCPP needs to be expanded
20241 for CXXCPP in "$CXX -E" "/lib/cpp"
20242 do
20243 ac_preproc_ok=false
20244for ac_cxx_preproc_warn_flag in '' yes
20245do
20246 # Use a header file that comes with gcc, so configuring glibc
20247 # with a fresh cross-compiler works.
20248 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20249 # <limits.h> exists even on freestanding compilers.
20250 # On the NeXT, cc -E runs the code through the compiler's parser,
20251 # not just through cpp. "Syntax error" is here to catch this case.
20252 cat >conftest.$ac_ext <<_ACEOF
20253/* confdefs.h. */
20254_ACEOF
20255cat confdefs.h >>conftest.$ac_ext
20256cat >>conftest.$ac_ext <<_ACEOF
20257/* end confdefs.h. */
20258#ifdef __STDC__
20259# include <limits.h>
20260#else
20261# include <assert.h>
20262#endif
ac1cb8d3 20263 Syntax error
a848cd7e
SC
20264_ACEOF
20265if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20266 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20267 ac_status=$?
20268 grep -v '^ *+' conftest.er1 >conftest.err
20269 rm -f conftest.er1
20270 cat conftest.err >&5
20271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20272 (exit $ac_status); } >/dev/null; then
20273 if test -s conftest.err; then
20274 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20275 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20276 else
20277 ac_cpp_err=
20278 fi
20279else
20280 ac_cpp_err=yes
20281fi
20282if test -z "$ac_cpp_err"; then
20283 :
20284else
20285 echo "$as_me: failed program was:" >&5
20286sed 's/^/| /' conftest.$ac_ext >&5
20287
20288 # Broken: fails on valid input.
20289continue
20290fi
20291rm -f conftest.err conftest.$ac_ext
20292
20293 # OK, works on sane cases. Now check whether non-existent headers
20294 # can be detected and how.
20295 cat >conftest.$ac_ext <<_ACEOF
20296/* confdefs.h. */
20297_ACEOF
20298cat confdefs.h >>conftest.$ac_ext
20299cat >>conftest.$ac_ext <<_ACEOF
20300/* end confdefs.h. */
20301#include <ac_nonexistent.h>
20302_ACEOF
20303if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20304 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20305 ac_status=$?
20306 grep -v '^ *+' conftest.er1 >conftest.err
20307 rm -f conftest.er1
20308 cat conftest.err >&5
20309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20310 (exit $ac_status); } >/dev/null; then
20311 if test -s conftest.err; then
20312 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20313 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20314 else
20315 ac_cpp_err=
20316 fi
20317else
20318 ac_cpp_err=yes
20319fi
20320if test -z "$ac_cpp_err"; then
20321 # Broken: success on invalid input.
20322continue
20323else
20324 echo "$as_me: failed program was:" >&5
20325sed 's/^/| /' conftest.$ac_ext >&5
20326
20327 # Passes both tests.
20328ac_preproc_ok=:
20329break
20330fi
20331rm -f conftest.err conftest.$ac_ext
20332
20333done
20334# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20335rm -f conftest.err conftest.$ac_ext
20336if $ac_preproc_ok; then
20337 break
20338fi
20339
20340 done
20341 ac_cv_prog_CXXCPP=$CXXCPP
20342
20343fi
20344 CXXCPP=$ac_cv_prog_CXXCPP
20345else
20346 ac_cv_prog_CXXCPP=$CXXCPP
20347fi
20348echo "$as_me:$LINENO: result: $CXXCPP" >&5
20349echo "${ECHO_T}$CXXCPP" >&6
20350ac_preproc_ok=false
20351for ac_cxx_preproc_warn_flag in '' yes
20352do
20353 # Use a header file that comes with gcc, so configuring glibc
20354 # with a fresh cross-compiler works.
20355 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20356 # <limits.h> exists even on freestanding compilers.
20357 # On the NeXT, cc -E runs the code through the compiler's parser,
20358 # not just through cpp. "Syntax error" is here to catch this case.
20359 cat >conftest.$ac_ext <<_ACEOF
20360/* confdefs.h. */
20361_ACEOF
20362cat confdefs.h >>conftest.$ac_ext
20363cat >>conftest.$ac_ext <<_ACEOF
20364/* end confdefs.h. */
20365#ifdef __STDC__
20366# include <limits.h>
20367#else
20368# include <assert.h>
20369#endif
ac1cb8d3 20370 Syntax error
a848cd7e
SC
20371_ACEOF
20372if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20373 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20374 ac_status=$?
20375 grep -v '^ *+' conftest.er1 >conftest.err
20376 rm -f conftest.er1
20377 cat conftest.err >&5
20378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20379 (exit $ac_status); } >/dev/null; then
20380 if test -s conftest.err; then
20381 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20382 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20383 else
20384 ac_cpp_err=
20385 fi
20386else
20387 ac_cpp_err=yes
20388fi
20389if test -z "$ac_cpp_err"; then
20390 :
20391else
20392 echo "$as_me: failed program was:" >&5
20393sed 's/^/| /' conftest.$ac_ext >&5
20394
20395 # Broken: fails on valid input.
20396continue
20397fi
20398rm -f conftest.err conftest.$ac_ext
20399
20400 # OK, works on sane cases. Now check whether non-existent headers
20401 # can be detected and how.
20402 cat >conftest.$ac_ext <<_ACEOF
20403/* confdefs.h. */
20404_ACEOF
20405cat confdefs.h >>conftest.$ac_ext
20406cat >>conftest.$ac_ext <<_ACEOF
20407/* end confdefs.h. */
20408#include <ac_nonexistent.h>
20409_ACEOF
20410if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20411 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20412 ac_status=$?
20413 grep -v '^ *+' conftest.er1 >conftest.err
20414 rm -f conftest.er1
20415 cat conftest.err >&5
20416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417 (exit $ac_status); } >/dev/null; then
20418 if test -s conftest.err; then
20419 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20420 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20421 else
20422 ac_cpp_err=
20423 fi
20424else
20425 ac_cpp_err=yes
20426fi
20427if test -z "$ac_cpp_err"; then
20428 # Broken: success on invalid input.
20429continue
20430else
20431 echo "$as_me: failed program was:" >&5
20432sed 's/^/| /' conftest.$ac_ext >&5
20433
20434 # Passes both tests.
20435ac_preproc_ok=:
20436break
20437fi
20438rm -f conftest.err conftest.$ac_ext
20439
20440done
20441# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20442rm -f conftest.err conftest.$ac_ext
20443if $ac_preproc_ok; then
20444 :
20445else
20446 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20447See \`config.log' for more details." >&5
20448echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20449See \`config.log' for more details." >&2;}
20450 { (exit 1); exit 1; }; }
20451fi
20452
20453ac_ext=cc
20454ac_cpp='$CXXCPP $CPPFLAGS'
20455ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20456ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20457ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20458
20459
20460
20461
20462
20463 ac_ext=cc
20464ac_cpp='$CXXCPP $CPPFLAGS'
20465ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20466ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20467ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20468
20469
20470
20471for ac_header in iostream
20472do
20473as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20474if eval "test \"\${$as_ac_Header+set}\" = set"; then
20475 echo "$as_me:$LINENO: checking for $ac_header" >&5
20476echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20477if eval "test \"\${$as_ac_Header+set}\" = set"; then
20478 echo $ECHO_N "(cached) $ECHO_C" >&6
20479fi
20480echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20481echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20482else
20483 # Is the header compilable?
20484echo "$as_me:$LINENO: checking $ac_header usability" >&5
20485echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20486cat >conftest.$ac_ext <<_ACEOF
20487/* confdefs.h. */
20488_ACEOF
20489cat confdefs.h >>conftest.$ac_ext
20490cat >>conftest.$ac_ext <<_ACEOF
20491/* end confdefs.h. */
20492$ac_includes_default
20493#include <$ac_header>
20494_ACEOF
20495rm -f conftest.$ac_objext
20496if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20497 (eval $ac_compile) 2>conftest.er1
a848cd7e 20498 ac_status=$?
ac1cb8d3
VS
20499 grep -v '^ *+' conftest.er1 >conftest.err
20500 rm -f conftest.er1
20501 cat conftest.err >&5
a848cd7e
SC
20502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20503 (exit $ac_status); } &&
07158944 20504 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20506 (eval $ac_try) 2>&5
20507 ac_status=$?
20508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20509 (exit $ac_status); }; } &&
20510 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20512 (eval $ac_try) 2>&5
20513 ac_status=$?
20514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20515 (exit $ac_status); }; }; then
20516 ac_header_compiler=yes
20517else
20518 echo "$as_me: failed program was:" >&5
20519sed 's/^/| /' conftest.$ac_ext >&5
20520
20521ac_header_compiler=no
20522fi
ac1cb8d3 20523rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20524echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20525echo "${ECHO_T}$ac_header_compiler" >&6
20526
20527# Is the header present?
20528echo "$as_me:$LINENO: checking $ac_header presence" >&5
20529echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20530cat >conftest.$ac_ext <<_ACEOF
20531/* confdefs.h. */
20532_ACEOF
20533cat confdefs.h >>conftest.$ac_ext
20534cat >>conftest.$ac_ext <<_ACEOF
20535/* end confdefs.h. */
20536#include <$ac_header>
20537_ACEOF
20538if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20539 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20540 ac_status=$?
20541 grep -v '^ *+' conftest.er1 >conftest.err
20542 rm -f conftest.er1
20543 cat conftest.err >&5
20544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20545 (exit $ac_status); } >/dev/null; then
20546 if test -s conftest.err; then
20547 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20548 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20549 else
20550 ac_cpp_err=
20551 fi
20552else
20553 ac_cpp_err=yes
20554fi
20555if test -z "$ac_cpp_err"; then
20556 ac_header_preproc=yes
20557else
20558 echo "$as_me: failed program was:" >&5
20559sed 's/^/| /' conftest.$ac_ext >&5
20560
20561 ac_header_preproc=no
20562fi
20563rm -f conftest.err conftest.$ac_ext
20564echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20565echo "${ECHO_T}$ac_header_preproc" >&6
20566
20567# So? What about this header?
ac1cb8d3
VS
20568case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20569 yes:no: )
a848cd7e
SC
20570 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20571echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
20572 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20573echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20574 ac_header_preproc=yes
a848cd7e 20575 ;;
ac1cb8d3 20576 no:yes:* )
a848cd7e
SC
20577 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20578echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
20579 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20580echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20581 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20582echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20583 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20584echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
20585 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20586echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
20587 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20588echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
20589 (
20590 cat <<\_ASBOX
ac1cb8d3
VS
20591## ----------------------------------------- ##
20592## Report this to wx-dev@lists.wxwidgets.org ##
20593## ----------------------------------------- ##
a848cd7e
SC
20594_ASBOX
20595 ) |
20596 sed "s/^/$as_me: WARNING: /" >&2
20597 ;;
20598esac
20599echo "$as_me:$LINENO: checking for $ac_header" >&5
20600echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20601if eval "test \"\${$as_ac_Header+set}\" = set"; then
20602 echo $ECHO_N "(cached) $ECHO_C" >&6
20603else
ac1cb8d3 20604 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
20605fi
20606echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20607echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20608
20609fi
20610if test `eval echo '${'$as_ac_Header'}'` = yes; then
20611 cat >>confdefs.h <<_ACEOF
20612#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20613_ACEOF
20614
20615fi
20616
20617done
20618
20619
20620 if test "$ac_cv_header_iostream" = "yes" ; then
20621 :
20622 else
20623 cat >>confdefs.h <<\_ACEOF
20624#define wxUSE_IOSTREAMH 1
20625_ACEOF
20626
20627 fi
20628
20629 ac_ext=c
20630ac_cpp='$CPP $CPPFLAGS'
20631ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20632ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20633ac_compiler_gnu=$ac_cv_c_compiler_gnu
20634
20635
20636
20637
20638 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
20639echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
20640if test "${wx_cv_cpp_bool+set}" = set; then
20641 echo $ECHO_N "(cached) $ECHO_C" >&6
20642else
20643
20644
20645
20646 ac_ext=cc
20647ac_cpp='$CXXCPP $CPPFLAGS'
20648ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20649ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20650ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20651
20652
20653 cat >conftest.$ac_ext <<_ACEOF
20654/* confdefs.h. */
20655_ACEOF
20656cat confdefs.h >>conftest.$ac_ext
20657cat >>conftest.$ac_ext <<_ACEOF
20658/* end confdefs.h. */
20659
20660
20661int
20662main ()
20663{
20664
20665 bool b = true;
20666
20667 return 0;
20668
20669 ;
20670 return 0;
20671}
20672_ACEOF
20673rm -f conftest.$ac_objext
20674if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20675 (eval $ac_compile) 2>conftest.er1
a848cd7e 20676 ac_status=$?
ac1cb8d3
VS
20677 grep -v '^ *+' conftest.er1 >conftest.err
20678 rm -f conftest.er1
20679 cat conftest.err >&5
a848cd7e
SC
20680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20681 (exit $ac_status); } &&
07158944 20682 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20684 (eval $ac_try) 2>&5
20685 ac_status=$?
20686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20687 (exit $ac_status); }; } &&
20688 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20690 (eval $ac_try) 2>&5
20691 ac_status=$?
20692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20693 (exit $ac_status); }; }; then
20694
20695 wx_cv_cpp_bool=yes
20696
20697else
20698 echo "$as_me: failed program was:" >&5
20699sed 's/^/| /' conftest.$ac_ext >&5
20700
20701
20702 wx_cv_cpp_bool=no
20703
20704
20705fi
ac1cb8d3 20706rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20707
20708 ac_ext=c
20709ac_cpp='$CPP $CPPFLAGS'
20710ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20711ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20712ac_compiler_gnu=$ac_cv_c_compiler_gnu
20713
20714
20715fi
20716echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
20717echo "${ECHO_T}$wx_cv_cpp_bool" >&6
20718
20719 if test "$wx_cv_cpp_bool" = "yes"; then
20720 cat >>confdefs.h <<\_ACEOF
20721#define HAVE_BOOL 1
20722_ACEOF
20723
20724 fi
20725
20726
20727
20728 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
20729echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
20730if test "${wx_cv_explicit+set}" = set; then
20731 echo $ECHO_N "(cached) $ECHO_C" >&6
20732else
20733
20734
20735
20736 ac_ext=cc
20737ac_cpp='$CXXCPP $CPPFLAGS'
20738ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20739ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20740ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20741
20742
20743 cat >conftest.$ac_ext <<_ACEOF
20744/* confdefs.h. */
20745_ACEOF
20746cat confdefs.h >>conftest.$ac_ext
20747cat >>conftest.$ac_ext <<_ACEOF
20748/* end confdefs.h. */
20749
20750 class Foo { public: explicit Foo(int) {} };
20751
20752int
20753main ()
20754{
20755
20756 return 0;
20757
20758 ;
20759 return 0;
20760}
20761_ACEOF
20762rm -f conftest.$ac_objext
20763if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20764 (eval $ac_compile) 2>conftest.er1
a848cd7e 20765 ac_status=$?
ac1cb8d3
VS
20766 grep -v '^ *+' conftest.er1 >conftest.err
20767 rm -f conftest.er1
20768 cat conftest.err >&5
a848cd7e
SC
20769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); } &&
07158944 20771 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20773 (eval $ac_try) 2>&5
20774 ac_status=$?
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); }; } &&
20777 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20779 (eval $ac_try) 2>&5
20780 ac_status=$?
20781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20782 (exit $ac_status); }; }; then
20783
20784 cat >conftest.$ac_ext <<_ACEOF
20785/* confdefs.h. */
20786_ACEOF
20787cat confdefs.h >>conftest.$ac_ext
20788cat >>conftest.$ac_ext <<_ACEOF
20789/* end confdefs.h. */
20790
20791 class Foo { public: explicit Foo(int) {} };
20792 static void TakeFoo(const Foo& foo) { }
20793
20794int
20795main ()
20796{
20797
20798 TakeFoo(17);
20799 return 0;
20800
20801 ;
20802 return 0;
20803}
20804_ACEOF
20805rm -f conftest.$ac_objext
20806if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20807 (eval $ac_compile) 2>conftest.er1
a848cd7e 20808 ac_status=$?
ac1cb8d3
VS
20809 grep -v '^ *+' conftest.er1 >conftest.err
20810 rm -f conftest.er1
20811 cat conftest.err >&5
a848cd7e
SC
20812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20813 (exit $ac_status); } &&
07158944 20814 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20816 (eval $ac_try) 2>&5
20817 ac_status=$?
20818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20819 (exit $ac_status); }; } &&
20820 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20822 (eval $ac_try) 2>&5
20823 ac_status=$?
20824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20825 (exit $ac_status); }; }; then
20826 wx_cv_explicit=no
20827else
20828 echo "$as_me: failed program was:" >&5
20829sed 's/^/| /' conftest.$ac_ext >&5
20830
20831wx_cv_explicit=yes
20832
20833fi
ac1cb8d3 20834rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20835
20836else
20837 echo "$as_me: failed program was:" >&5
20838sed 's/^/| /' conftest.$ac_ext >&5
20839
20840wx_cv_explicit=no
20841
20842fi
ac1cb8d3 20843rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20844
20845 ac_ext=c
20846ac_cpp='$CPP $CPPFLAGS'
20847ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20848ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20849ac_compiler_gnu=$ac_cv_c_compiler_gnu
20850
20851
20852fi
20853echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
20854echo "${ECHO_T}$wx_cv_explicit" >&6
20855
20856 if test "$wx_cv_explicit" = "yes"; then
20857 cat >>confdefs.h <<\_ACEOF
20858#define HAVE_EXPLICIT 1
20859_ACEOF
20860
20861 fi
20862
20863
20864echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
20865echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
20866if test "${ac_cv_cxx_const_cast+set}" = set; then
20867 echo $ECHO_N "(cached) $ECHO_C" >&6
20868else
20869
20870
20871 ac_ext=cc
20872ac_cpp='$CXXCPP $CPPFLAGS'
20873ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20874ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20875ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20876
20877 cat >conftest.$ac_ext <<_ACEOF
20878/* confdefs.h. */
20879_ACEOF
20880cat confdefs.h >>conftest.$ac_ext
20881cat >>conftest.$ac_ext <<_ACEOF
20882/* end confdefs.h. */
20883
20884int
20885main ()
20886{
20887int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
20888 ;
20889 return 0;
20890}
20891_ACEOF
20892rm -f conftest.$ac_objext
20893if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20894 (eval $ac_compile) 2>conftest.er1
a848cd7e 20895 ac_status=$?
ac1cb8d3
VS
20896 grep -v '^ *+' conftest.er1 >conftest.err
20897 rm -f conftest.er1
20898 cat conftest.err >&5
a848cd7e
SC
20899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20900 (exit $ac_status); } &&
07158944 20901 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20903 (eval $ac_try) 2>&5
20904 ac_status=$?
20905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20906 (exit $ac_status); }; } &&
20907 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20909 (eval $ac_try) 2>&5
20910 ac_status=$?
20911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20912 (exit $ac_status); }; }; then
20913 ac_cv_cxx_const_cast=yes
20914else
20915 echo "$as_me: failed program was:" >&5
20916sed 's/^/| /' conftest.$ac_ext >&5
20917
20918ac_cv_cxx_const_cast=no
20919fi
ac1cb8d3 20920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20921 ac_ext=c
20922ac_cpp='$CPP $CPPFLAGS'
20923ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20924ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20925ac_compiler_gnu=$ac_cv_c_compiler_gnu
20926
20927
20928fi
20929echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
20930echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
20931if test "$ac_cv_cxx_const_cast" = yes; then
20932
20933cat >>confdefs.h <<\_ACEOF
20934#define HAVE_CONST_CAST
20935_ACEOF
20936
20937fi
20938
7714864e
RL
20939echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
20940echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
20941if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
20942 echo $ECHO_N "(cached) $ECHO_C" >&6
20943else
20944
20945
20946 ac_ext=cc
20947ac_cpp='$CXXCPP $CPPFLAGS'
20948ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20949ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20950ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20951
20952 cat >conftest.$ac_ext <<_ACEOF
20953/* confdefs.h. */
20954_ACEOF
20955cat confdefs.h >>conftest.$ac_ext
20956cat >>conftest.$ac_ext <<_ACEOF
20957/* end confdefs.h. */
20958#include <typeinfo>
20959class Base { public : Base () {} virtual void f () = 0;};
20960class Derived : public Base { public : Derived () {} virtual void f () {} };
20961class Unrelated { public : Unrelated () {} };
20962int g (Unrelated&) { return 0; }
20963int
20964main ()
20965{
20966
20967Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
20968 ;
20969 return 0;
20970}
20971_ACEOF
20972rm -f conftest.$ac_objext
20973if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20974 (eval $ac_compile) 2>conftest.er1
20975 ac_status=$?
20976 grep -v '^ *+' conftest.er1 >conftest.err
20977 rm -f conftest.er1
20978 cat conftest.err >&5
20979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20980 (exit $ac_status); } &&
07158944 20981 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7714864e
RL
20982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20983 (eval $ac_try) 2>&5
20984 ac_status=$?
20985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20986 (exit $ac_status); }; } &&
20987 { ac_try='test -s conftest.$ac_objext'
20988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20989 (eval $ac_try) 2>&5
20990 ac_status=$?
20991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20992 (exit $ac_status); }; }; then
20993 ac_cv_cxx_reinterpret_cast=yes
20994else
20995 echo "$as_me: failed program was:" >&5
20996sed 's/^/| /' conftest.$ac_ext >&5
20997
20998ac_cv_cxx_reinterpret_cast=no
20999fi
21000rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21001 ac_ext=c
21002ac_cpp='$CPP $CPPFLAGS'
21003ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21004ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21005ac_compiler_gnu=$ac_cv_c_compiler_gnu
21006
21007
21008fi
21009echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21010echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21011if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21012
21013cat >>confdefs.h <<\_ACEOF
21014#define HAVE_REINTERPRET_CAST
21015_ACEOF
21016
21017fi
21018
a848cd7e
SC
21019echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21020echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21021if test "${ac_cv_cxx_static_cast+set}" = set; then
21022 echo $ECHO_N "(cached) $ECHO_C" >&6
21023else
21024
21025
21026 ac_ext=cc
21027ac_cpp='$CXXCPP $CPPFLAGS'
21028ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21029ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21030ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21031
21032 cat >conftest.$ac_ext <<_ACEOF
21033/* confdefs.h. */
21034_ACEOF
21035cat confdefs.h >>conftest.$ac_ext
21036cat >>conftest.$ac_ext <<_ACEOF
21037/* end confdefs.h. */
21038#include <typeinfo>
21039class Base { public : Base () {} virtual void f () = 0; };
21040class Derived : public Base { public : Derived () {} virtual void f () {} };
21041int g (Derived&) { return 0; }
21042int
21043main ()
21044{
21045
21046Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21047 ;
21048 return 0;
21049}
21050_ACEOF
21051rm -f conftest.$ac_objext
21052if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21053 (eval $ac_compile) 2>conftest.er1
a848cd7e 21054 ac_status=$?
ac1cb8d3
VS
21055 grep -v '^ *+' conftest.er1 >conftest.err
21056 rm -f conftest.er1
21057 cat conftest.err >&5
a848cd7e
SC
21058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21059 (exit $ac_status); } &&
07158944 21060 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21062 (eval $ac_try) 2>&5
21063 ac_status=$?
21064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21065 (exit $ac_status); }; } &&
21066 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21068 (eval $ac_try) 2>&5
21069 ac_status=$?
21070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21071 (exit $ac_status); }; }; then
21072 ac_cv_cxx_static_cast=yes
21073else
21074 echo "$as_me: failed program was:" >&5
21075sed 's/^/| /' conftest.$ac_ext >&5
21076
21077ac_cv_cxx_static_cast=no
21078fi
ac1cb8d3 21079rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21080 ac_ext=c
21081ac_cpp='$CPP $CPPFLAGS'
21082ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21083ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21084ac_compiler_gnu=$ac_cv_c_compiler_gnu
21085
21086
21087fi
21088echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21089echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21090if test "$ac_cv_cxx_static_cast" = yes; then
21091
21092cat >>confdefs.h <<\_ACEOF
21093#define HAVE_STATIC_CAST
21094_ACEOF
21095
21096fi
21097
21098
21099if test "$wxUSE_STL" = "yes"; then
21100 ac_ext=cc
21101ac_cpp='$CXXCPP $CPPFLAGS'
21102ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21103ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21104ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21105
21106
21107 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21108echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
21109 cat >conftest.$ac_ext <<_ACEOF
21110/* confdefs.h. */
21111_ACEOF
21112cat confdefs.h >>conftest.$ac_ext
21113cat >>conftest.$ac_ext <<_ACEOF
21114/* end confdefs.h. */
21115#include <string>
21116 #include <functional>
21117 #include <algorithm>
21118 #include <vector>
21119 #include <list>
21120int
21121main ()
21122{
21123std::vector<int> moo;
21124 std::list<int> foo;
21125 std::vector<int>::iterator it =
21126 std::find_if(moo.begin(), moo.end(),
21127 std::bind2nd(std::less<int>(), 3));
21128 ;
21129 return 0;
21130}
21131_ACEOF
21132rm -f conftest.$ac_objext
21133if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21134 (eval $ac_compile) 2>conftest.er1
a848cd7e 21135 ac_status=$?
ac1cb8d3
VS
21136 grep -v '^ *+' conftest.er1 >conftest.err
21137 rm -f conftest.er1
21138 cat conftest.err >&5
a848cd7e
SC
21139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21140 (exit $ac_status); } &&
07158944 21141 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21143 (eval $ac_try) 2>&5
21144 ac_status=$?
21145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21146 (exit $ac_status); }; } &&
21147 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21149 (eval $ac_try) 2>&5
21150 ac_status=$?
21151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21152 (exit $ac_status); }; }; then
21153 echo "$as_me:$LINENO: result: yes" >&5
21154echo "${ECHO_T}yes" >&6
21155else
21156 echo "$as_me: failed program was:" >&5
21157sed 's/^/| /' conftest.$ac_ext >&5
21158
21159echo "$as_me:$LINENO: result: no" >&5
21160echo "${ECHO_T}no" >&6
21161 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
21162echo "$as_me: error: Basic STL functionality missing" >&2;}
21163 { (exit 1); exit 1; }; }
21164fi
ac1cb8d3 21165rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21166
21167 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
21168echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
21169 cat >conftest.$ac_ext <<_ACEOF
21170/* confdefs.h. */
21171_ACEOF
21172cat confdefs.h >>conftest.$ac_ext
21173cat >>conftest.$ac_ext <<_ACEOF
21174/* end confdefs.h. */
21175#include <string>
21176int
21177main ()
21178{
21179std::wstring foo;
21180 ;
21181 return 0;
21182}
21183_ACEOF
21184rm -f conftest.$ac_objext
21185if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21186 (eval $ac_compile) 2>conftest.er1
a848cd7e 21187 ac_status=$?
ac1cb8d3
VS
21188 grep -v '^ *+' conftest.er1 >conftest.err
21189 rm -f conftest.er1
21190 cat conftest.err >&5
a848cd7e
SC
21191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21192 (exit $ac_status); } &&
07158944 21193 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21195 (eval $ac_try) 2>&5
21196 ac_status=$?
21197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21198 (exit $ac_status); }; } &&
21199 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21201 (eval $ac_try) 2>&5
21202 ac_status=$?
21203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21204 (exit $ac_status); }; }; then
21205 echo "$as_me:$LINENO: result: yes" >&5
21206echo "${ECHO_T}yes" >&6
21207 cat >>confdefs.h <<\_ACEOF
21208#define HAVE_STD_WSTRING 1
21209_ACEOF
21210
21211else
21212 echo "$as_me: failed program was:" >&5
21213sed 's/^/| /' conftest.$ac_ext >&5
21214
21215echo "$as_me:$LINENO: result: no" >&5
21216echo "${ECHO_T}no" >&6
21217fi
ac1cb8d3 21218rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21219
21220 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
21221echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
21222 cat >conftest.$ac_ext <<_ACEOF
21223/* confdefs.h. */
21224_ACEOF
21225cat confdefs.h >>conftest.$ac_ext
21226cat >>conftest.$ac_ext <<_ACEOF
21227/* end confdefs.h. */
21228#include <string>
21229int
21230main ()
21231{
21232std::string foo, bar;
21233 foo.compare(bar);
21234 foo.compare(1, 1, bar);
21235 foo.compare(1, 1, bar, 1, 1);
21236 foo.compare("");
21237 foo.compare(1, 1, "");
21238 foo.compare(1, 1, "", 2);
21239 ;
21240 return 0;
21241}
21242_ACEOF
21243rm -f conftest.$ac_objext
21244if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21245 (eval $ac_compile) 2>conftest.er1
a848cd7e 21246 ac_status=$?
ac1cb8d3
VS
21247 grep -v '^ *+' conftest.er1 >conftest.err
21248 rm -f conftest.er1
21249 cat conftest.err >&5
a848cd7e
SC
21250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21251 (exit $ac_status); } &&
07158944 21252 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21254 (eval $ac_try) 2>&5
21255 ac_status=$?
21256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21257 (exit $ac_status); }; } &&
21258 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21260 (eval $ac_try) 2>&5
21261 ac_status=$?
21262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21263 (exit $ac_status); }; }; then
21264 echo "$as_me:$LINENO: result: yes" >&5
21265echo "${ECHO_T}yes" >&6
21266 cat >>confdefs.h <<\_ACEOF
21267#define HAVE_STD_STRING_COMPARE 1
21268_ACEOF
21269
21270else
21271 echo "$as_me: failed program was:" >&5
21272sed 's/^/| /' conftest.$ac_ext >&5
21273
21274echo "$as_me:$LINENO: result: no" >&5
21275echo "${ECHO_T}no" >&6
21276fi
ac1cb8d3 21277rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
21278
21279 if test "${ac_cv_header_hash_map+set}" = set; then
21280 echo "$as_me:$LINENO: checking for hash_map" >&5
21281echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21282if test "${ac_cv_header_hash_map+set}" = set; then
21283 echo $ECHO_N "(cached) $ECHO_C" >&6
21284fi
21285echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21286echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21287else
21288 # Is the header compilable?
21289echo "$as_me:$LINENO: checking hash_map usability" >&5
21290echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
21291cat >conftest.$ac_ext <<_ACEOF
21292/* confdefs.h. */
21293_ACEOF
21294cat confdefs.h >>conftest.$ac_ext
21295cat >>conftest.$ac_ext <<_ACEOF
21296/* end confdefs.h. */
21297$ac_includes_default
21298#include <hash_map>
21299_ACEOF
21300rm -f conftest.$ac_objext
21301if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21302 (eval $ac_compile) 2>conftest.er1
bdcade0a 21303 ac_status=$?
ac1cb8d3
VS
21304 grep -v '^ *+' conftest.er1 >conftest.err
21305 rm -f conftest.er1
21306 cat conftest.err >&5
bdcade0a
MB
21307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21308 (exit $ac_status); } &&
07158944 21309 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21311 (eval $ac_try) 2>&5
21312 ac_status=$?
21313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21314 (exit $ac_status); }; } &&
21315 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
21316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21317 (eval $ac_try) 2>&5
21318 ac_status=$?
21319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21320 (exit $ac_status); }; }; then
21321 ac_header_compiler=yes
21322else
21323 echo "$as_me: failed program was:" >&5
21324sed 's/^/| /' conftest.$ac_ext >&5
21325
21326ac_header_compiler=no
21327fi
ac1cb8d3 21328rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
21329echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21330echo "${ECHO_T}$ac_header_compiler" >&6
21331
21332# Is the header present?
21333echo "$as_me:$LINENO: checking hash_map presence" >&5
21334echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
21335cat >conftest.$ac_ext <<_ACEOF
21336/* confdefs.h. */
21337_ACEOF
21338cat confdefs.h >>conftest.$ac_ext
21339cat >>conftest.$ac_ext <<_ACEOF
21340/* end confdefs.h. */
21341#include <hash_map>
21342_ACEOF
21343if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21344 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21345 ac_status=$?
21346 grep -v '^ *+' conftest.er1 >conftest.err
21347 rm -f conftest.er1
21348 cat conftest.err >&5
21349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21350 (exit $ac_status); } >/dev/null; then
21351 if test -s conftest.err; then
21352 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 21353 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
21354 else
21355 ac_cpp_err=
21356 fi
21357else
21358 ac_cpp_err=yes
21359fi
21360if test -z "$ac_cpp_err"; then
21361 ac_header_preproc=yes
21362else
21363 echo "$as_me: failed program was:" >&5
21364sed 's/^/| /' conftest.$ac_ext >&5
21365
21366 ac_header_preproc=no
21367fi
21368rm -f conftest.err conftest.$ac_ext
21369echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21370echo "${ECHO_T}$ac_header_preproc" >&6
21371
21372# So? What about this header?
ac1cb8d3
VS
21373case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21374 yes:no: )
bdcade0a
MB
21375 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
21376echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
21377 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
21378echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
21379 ac_header_preproc=yes
bdcade0a 21380 ;;
ac1cb8d3 21381 no:yes:* )
bdcade0a
MB
21382 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
21383echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
21384 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
21385echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
21386 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
21387echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
21388 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
21389echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
21390 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
21391echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
21392 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
21393echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
21394 (
21395 cat <<\_ASBOX
ac1cb8d3
VS
21396## ----------------------------------------- ##
21397## Report this to wx-dev@lists.wxwidgets.org ##
21398## ----------------------------------------- ##
bdcade0a
MB
21399_ASBOX
21400 ) |
21401 sed "s/^/$as_me: WARNING: /" >&2
21402 ;;
21403esac
21404echo "$as_me:$LINENO: checking for hash_map" >&5
21405echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21406if test "${ac_cv_header_hash_map+set}" = set; then
21407 echo $ECHO_N "(cached) $ECHO_C" >&6
21408else
21409 ac_cv_header_hash_map=$ac_header_preproc
21410fi
21411echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21412echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21413
21414fi
21415if test $ac_cv_header_hash_map = yes; then
21416 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
21417echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
21418 cat >conftest.$ac_ext <<_ACEOF
21419/* confdefs.h. */
21420_ACEOF
21421cat confdefs.h >>conftest.$ac_ext
21422cat >>conftest.$ac_ext <<_ACEOF
21423/* end confdefs.h. */
21424#include <hash_map>
21425 #include <hash_set>
21426int
21427main ()
21428{
21429std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21430 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21431 ;
21432 return 0;
21433}
21434_ACEOF
21435rm -f conftest.$ac_objext
21436if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21437 (eval $ac_compile) 2>conftest.er1
bdcade0a 21438 ac_status=$?
ac1cb8d3
VS
21439 grep -v '^ *+' conftest.er1 >conftest.err
21440 rm -f conftest.er1
21441 cat conftest.err >&5
bdcade0a
MB
21442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21443 (exit $ac_status); } &&
07158944 21444 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21446 (eval $ac_try) 2>&5
21447 ac_status=$?
21448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21449 (exit $ac_status); }; } &&
21450 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
21451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21452 (eval $ac_try) 2>&5
21453 ac_status=$?
21454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21455 (exit $ac_status); }; }; then
21456 echo "$as_me:$LINENO: result: yes" >&5
21457echo "${ECHO_T}yes" >&6
21458 cat >>confdefs.h <<\_ACEOF
21459#define HAVE_HASH_MAP 1
21460_ACEOF
21461
21462 cat >>confdefs.h <<\_ACEOF
21463#define HAVE_STD_HASH_MAP 1
21464_ACEOF
21465
21466else
21467 echo "$as_me: failed program was:" >&5
21468sed 's/^/| /' conftest.$ac_ext >&5
21469
21470echo "$as_me:$LINENO: result: no" >&5
21471echo "${ECHO_T}no" >&6
21472fi
ac1cb8d3 21473rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
21474
21475fi
21476
21477
21478
21479 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21480 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
21481echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
21482if test "${ac_cv_header_ext_hash_map+set}" = set; then
21483 echo $ECHO_N "(cached) $ECHO_C" >&6
21484fi
21485echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
21486echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
21487else
21488 # Is the header compilable?
21489echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
21490echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
21491cat >conftest.$ac_ext <<_ACEOF
21492/* confdefs.h. */
21493_ACEOF
21494cat confdefs.h >>conftest.$ac_ext
21495cat >>conftest.$ac_ext <<_ACEOF
21496/* end confdefs.h. */
21497$ac_includes_default
21498#include <ext/hash_map>
21499_ACEOF
21500rm -f conftest.$ac_objext
21501if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21502 (eval $ac_compile) 2>conftest.er1
bdcade0a 21503 ac_status=$?
ac1cb8d3
VS
21504 grep -v '^ *+' conftest.er1 >conftest.err
21505 rm -f conftest.er1
21506 cat conftest.err >&5
bdcade0a
MB
21507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21508 (exit $ac_status); } &&
07158944 21509 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21511 (eval $ac_try) 2>&5
21512 ac_status=$?
21513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21514 (exit $ac_status); }; } &&
21515 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
21516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21517 (eval $ac_try) 2>&5
21518 ac_status=$?
21519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21520 (exit $ac_status); }; }; then
21521 ac_header_compiler=yes
21522else
21523 echo "$as_me: failed program was:" >&5
21524sed 's/^/| /' conftest.$ac_ext >&5
21525
21526ac_header_compiler=no
21527fi
ac1cb8d3 21528rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
21529echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21530echo "${ECHO_T}$ac_header_compiler" >&6
21531
21532# Is the header present?
21533echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
21534echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
21535cat >conftest.$ac_ext <<_ACEOF
21536/* confdefs.h. */
21537_ACEOF
21538cat confdefs.h >>conftest.$ac_ext
21539cat >>conftest.$ac_ext <<_ACEOF
21540/* end confdefs.h. */
21541#include <ext/hash_map>
21542_ACEOF
21543if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21544 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21545 ac_status=$?
21546 grep -v '^ *+' conftest.er1 >conftest.err
21547 rm -f conftest.er1
21548 cat conftest.err >&5
21549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21550 (exit $ac_status); } >/dev/null; then
21551 if test -s conftest.err; then
21552 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 21553 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
21554 else
21555 ac_cpp_err=
21556 fi
21557else
21558 ac_cpp_err=yes
21559fi
21560if test -z "$ac_cpp_err"; then
21561 ac_header_preproc=yes
21562else
21563 echo "$as_me: failed program was:" >&5
21564sed 's/^/| /' conftest.$ac_ext >&5
21565
21566 ac_header_preproc=no
21567fi
21568rm -f conftest.err conftest.$ac_ext
21569echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21570echo "${ECHO_T}$ac_header_preproc" >&6
21571
21572# So? What about this header?
ac1cb8d3
VS
21573case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21574 yes:no: )
bdcade0a
MB
21575 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
21576echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
21577 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
21578echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
21579 ac_header_preproc=yes
bdcade0a 21580 ;;
ac1cb8d3 21581 no:yes:* )
bdcade0a
MB
21582 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
21583echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
21584 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
21585echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
21586 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
21587echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
21588 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
21589echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
21590 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
21591echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
21592 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
21593echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
21594 (
21595 cat <<\_ASBOX
ac1cb8d3
VS
21596## ----------------------------------------- ##
21597## Report this to wx-dev@lists.wxwidgets.org ##
21598## ----------------------------------------- ##
bdcade0a
MB
21599_ASBOX
21600 ) |
21601 sed "s/^/$as_me: WARNING: /" >&2
21602 ;;
21603esac
21604echo "$as_me:$LINENO: checking for ext/hash_map" >&5
21605echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
21606if test "${ac_cv_header_ext_hash_map+set}" = set; then
21607 echo $ECHO_N "(cached) $ECHO_C" >&6
21608else
21609 ac_cv_header_ext_hash_map=$ac_header_preproc
21610fi
21611echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
21612echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
21613
21614fi
21615if test $ac_cv_header_ext_hash_map = yes; then
21616 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
21617echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
21618 cat >conftest.$ac_ext <<_ACEOF
21619/* confdefs.h. */
21620_ACEOF
21621cat confdefs.h >>conftest.$ac_ext
21622cat >>conftest.$ac_ext <<_ACEOF
21623/* end confdefs.h. */
21624#include <ext/hash_map>
21625 #include <ext/hash_set>
21626int
21627main ()
21628{
21629__gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
21630 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
21631 ;
21632 return 0;
21633}
21634_ACEOF
21635rm -f conftest.$ac_objext
21636if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21637 (eval $ac_compile) 2>conftest.er1
bdcade0a 21638 ac_status=$?
ac1cb8d3
VS
21639 grep -v '^ *+' conftest.er1 >conftest.err
21640 rm -f conftest.er1
21641 cat conftest.err >&5
bdcade0a
MB
21642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21643 (exit $ac_status); } &&
07158944 21644 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21646 (eval $ac_try) 2>&5
21647 ac_status=$?
21648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21649 (exit $ac_status); }; } &&
21650 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
21651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21652 (eval $ac_try) 2>&5
21653 ac_status=$?
21654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21655 (exit $ac_status); }; }; then
21656 echo "$as_me:$LINENO: result: yes" >&5
21657echo "${ECHO_T}yes" >&6
21658 cat >>confdefs.h <<\_ACEOF
21659#define HAVE_EXT_HASH_MAP 1
21660_ACEOF
21661
21662 cat >>confdefs.h <<\_ACEOF
21663#define HAVE_GNU_CXX_HASH_MAP 1
21664_ACEOF
21665
21666else
21667 echo "$as_me: failed program was:" >&5
21668sed 's/^/| /' conftest.$ac_ext >&5
21669
21670echo "$as_me:$LINENO: result: no" >&5
21671echo "${ECHO_T}no" >&6
21672fi
ac1cb8d3 21673rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
21674
21675fi
21676
21677
a848cd7e
SC
21678
21679 ac_ext=c
21680ac_cpp='$CPP $CPPFLAGS'
21681ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21682ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21683ac_compiler_gnu=$ac_cv_c_compiler_gnu
21684
21685fi
21686
21687
21688SEARCH_INCLUDE="\
21689 /usr/local/include \
21690 \
21691 /usr/Motif-2.1/include \
21692 /usr/Motif-1.2/include \
21693 /usr/include/Motif1.2 \
21694 /opt/xpm/include/X11 \
21695 /opt/GBxpm/include/ \
21696 /opt/GBxpm/X11/include/ \
21697 \
21698 /usr/dt/include \
21699 /usr/openwin/include \
21700 \
21701 /usr/include/Xm \
21702 \
21703 /usr/X11R6/include \
21704 /usr/X11R6.4/include \
21705 /usr/X11R5/include \
21706 /usr/X11R4/include \
21707 \
21708 /usr/include/X11R6 \
21709 /usr/include/X11R5 \
21710 /usr/include/X11R4 \
21711 \
21712 /usr/local/X11R6/include \
21713 /usr/local/X11R5/include \
21714 /usr/local/X11R4/include \
21715 \
21716 /usr/local/include/X11R6 \
21717 /usr/local/include/X11R5 \
21718 /usr/local/include/X11R4 \
21719 \
21720 /usr/X11/include \
21721 /usr/include/X11 \
21722 /usr/local/X11/include \
21723 /usr/local/include/X11 \
21724 \
21725 /usr/X386/include \
21726 /usr/x386/include \
21727 /usr/XFree86/include/X11 \
21728 \
21729 X:/XFree86/include \
21730 X:/XFree86/include/X11 \
21731 \
21732 /usr/include/gtk \
21733 /usr/local/include/gtk \
21734 /usr/include/glib \
21735 /usr/local/include/glib \
21736 \
21737 /usr/include/qt \
21738 /usr/local/include/qt \
21739 \
21740 /usr/local/arm/3.3.2/include \
21741 \
21742 /usr/include/windows \
21743 /usr/include/wine \
21744 /usr/local/include/wine \
21745 \
21746 /usr/unsupported/include \
21747 /usr/athena/include \
21748 /usr/local/x11r5/include \
21749 /usr/lpp/Xamples/include \
21750 \
21751 /usr/openwin/share/include"
21752
07158944 21753SEARCH_LIB="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`"
a848cd7e
SC
21754
21755
21756cat >confcache <<\_ACEOF
21757# This file is a shell script that caches the results of configure
21758# tests run on this system so they can be shared between configure
21759# scripts and configure runs, see configure's option --config-cache.
21760# It is not useful on other systems. If it contains results you don't
21761# want to keep, you may remove or edit it.
21762#
21763# config.status only pays attention to the cache file if you give it
21764# the --recheck option to rerun configure.
21765#
21766# `ac_cv_env_foo' variables (set or unset) will be overridden when
21767# loading this file, other *unset* `ac_cv_foo' will be assigned the
21768# following values.
21769
21770_ACEOF
21771
21772# The following way of writing the cache mishandles newlines in values,
21773# but we know of no workaround that is simple, portable, and efficient.
21774# So, don't put newlines in cache variables' values.
21775# Ultrix sh set writes to stderr and can't be redirected directly,
21776# and sets the high bit in the cache file unless we assign to the vars.
21777{
21778 (set) 2>&1 |
21779 case `(ac_space=' '; set | grep ac_space) 2>&1` in
21780 *ac_space=\ *)
21781 # `set' does not quote correctly, so add quotes (double-quote
21782 # substitution turns \\\\ into \\, and sed turns \\ into \).
21783 sed -n \
ac1cb8d3
VS
21784 "s/'/'\\\\''/g;
21785 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
21786 ;;
21787 *)
21788 # `set' quotes correctly as required by POSIX, so do not add quotes.
21789 sed -n \
ac1cb8d3 21790 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
21791 ;;
21792 esac;
21793} |
21794 sed '
21795 t clear
21796 : clear
21797 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21798 t end
21799 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21800 : end' >>confcache
21801if diff $cache_file confcache >/dev/null 2>&1; then :; else
21802 if test -w $cache_file; then
21803 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
21804 cat confcache >$cache_file
21805 else
21806 echo "not updating unwritable cache $cache_file"
21807 fi
21808fi
21809rm -f confcache
21810
21811if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
21812 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
21813echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
21814if test "${wx_cv_lib_glibc21+set}" = set; then
21815 echo $ECHO_N "(cached) $ECHO_C" >&6
21816else
21817
21818 cat >conftest.$ac_ext <<_ACEOF
21819/* confdefs.h. */
21820_ACEOF
21821cat confdefs.h >>conftest.$ac_ext
21822cat >>conftest.$ac_ext <<_ACEOF
21823/* end confdefs.h. */
21824#include <features.h>
21825int
21826main ()
21827{
21828
21829 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
21830 #error not glibc2.1
21831 #endif
21832
21833 ;
21834 return 0;
21835}
21836_ACEOF
21837rm -f conftest.$ac_objext
21838if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21839 (eval $ac_compile) 2>conftest.er1
a848cd7e 21840 ac_status=$?
ac1cb8d3
VS
21841 grep -v '^ *+' conftest.er1 >conftest.err
21842 rm -f conftest.er1
21843 cat conftest.err >&5
a848cd7e
SC
21844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21845 (exit $ac_status); } &&
07158944 21846 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21848 (eval $ac_try) 2>&5
21849 ac_status=$?
21850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21851 (exit $ac_status); }; } &&
21852 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21854 (eval $ac_try) 2>&5
21855 ac_status=$?
21856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21857 (exit $ac_status); }; }; then
21858
21859 wx_cv_lib_glibc21=yes
21860
21861else
21862 echo "$as_me: failed program was:" >&5
21863sed 's/^/| /' conftest.$ac_ext >&5
21864
21865
21866 wx_cv_lib_glibc21=no
21867
21868
21869fi
ac1cb8d3 21870rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21871
21872fi
21873echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
21874echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
21875 if test "$wx_cv_lib_glibc21" = "yes"; then
21876 cat >>confdefs.h <<\_ACEOF
21877#define wxHAVE_GLIBC2 1
21878_ACEOF
21879
21880 fi
21881fi
21882
21883if test "x$wx_cv_lib_glibc21" = "xyes"; then
21884 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
21885 cat >>confdefs.h <<\_ACEOF
21886#define _GNU_SOURCE 1
21887_ACEOF
21888
21889 fi
21890fi
21891
21892
21893
21894if test "$wxUSE_REGEX" != "no"; then
21895 cat >>confdefs.h <<\_ACEOF
21896#define wxUSE_REGEX 1
21897_ACEOF
21898
21899
21900 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
21901 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
21902echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
21903 wxUSE_REGEX=builtin
21904 fi
21905
21906 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
21907 if test "${ac_cv_header_regex_h+set}" = set; then
21908 echo "$as_me:$LINENO: checking for regex.h" >&5
21909echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
21910if test "${ac_cv_header_regex_h+set}" = set; then
21911 echo $ECHO_N "(cached) $ECHO_C" >&6
21912fi
21913echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
21914echo "${ECHO_T}$ac_cv_header_regex_h" >&6
21915else
21916 # Is the header compilable?
21917echo "$as_me:$LINENO: checking regex.h usability" >&5
21918echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
21919cat >conftest.$ac_ext <<_ACEOF
21920/* confdefs.h. */
21921_ACEOF
21922cat confdefs.h >>conftest.$ac_ext
21923cat >>conftest.$ac_ext <<_ACEOF
21924/* end confdefs.h. */
21925$ac_includes_default
21926#include <regex.h>
21927_ACEOF
21928rm -f conftest.$ac_objext
21929if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21930 (eval $ac_compile) 2>conftest.er1
a848cd7e 21931 ac_status=$?
ac1cb8d3
VS
21932 grep -v '^ *+' conftest.er1 >conftest.err
21933 rm -f conftest.er1
21934 cat conftest.err >&5
a848cd7e
SC
21935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21936 (exit $ac_status); } &&
07158944 21937 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21939 (eval $ac_try) 2>&5
21940 ac_status=$?
21941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21942 (exit $ac_status); }; } &&
21943 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21945 (eval $ac_try) 2>&5
21946 ac_status=$?
21947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21948 (exit $ac_status); }; }; then
21949 ac_header_compiler=yes
21950else
21951 echo "$as_me: failed program was:" >&5
21952sed 's/^/| /' conftest.$ac_ext >&5
21953
21954ac_header_compiler=no
21955fi
ac1cb8d3 21956rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21957echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21958echo "${ECHO_T}$ac_header_compiler" >&6
21959
21960# Is the header present?
21961echo "$as_me:$LINENO: checking regex.h presence" >&5
21962echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
21963cat >conftest.$ac_ext <<_ACEOF
21964/* confdefs.h. */
21965_ACEOF
21966cat confdefs.h >>conftest.$ac_ext
21967cat >>conftest.$ac_ext <<_ACEOF
21968/* end confdefs.h. */
21969#include <regex.h>
21970_ACEOF
21971if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21972 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21973 ac_status=$?
21974 grep -v '^ *+' conftest.er1 >conftest.err
21975 rm -f conftest.er1
21976 cat conftest.err >&5
21977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21978 (exit $ac_status); } >/dev/null; then
21979 if test -s conftest.err; then
21980 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 21981 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
21982 else
21983 ac_cpp_err=
21984 fi
21985else
21986 ac_cpp_err=yes
21987fi
21988if test -z "$ac_cpp_err"; then
21989 ac_header_preproc=yes
21990else
21991 echo "$as_me: failed program was:" >&5
21992sed 's/^/| /' conftest.$ac_ext >&5
21993
21994 ac_header_preproc=no
21995fi
21996rm -f conftest.err conftest.$ac_ext
21997echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21998echo "${ECHO_T}$ac_header_preproc" >&6
21999
22000# So? What about this header?
ac1cb8d3
VS
22001case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22002 yes:no: )
a848cd7e
SC
22003 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22004echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22005 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22006echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22007 ac_header_preproc=yes
a848cd7e 22008 ;;
ac1cb8d3 22009 no:yes:* )
a848cd7e
SC
22010 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22011echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22012 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22013echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22014 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22015echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22016 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22017echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
22018 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22019echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22020 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22021echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
22022 (
22023 cat <<\_ASBOX
ac1cb8d3
VS
22024## ----------------------------------------- ##
22025## Report this to wx-dev@lists.wxwidgets.org ##
22026## ----------------------------------------- ##
a848cd7e
SC
22027_ASBOX
22028 ) |
22029 sed "s/^/$as_me: WARNING: /" >&2
22030 ;;
22031esac
22032echo "$as_me:$LINENO: checking for regex.h" >&5
22033echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22034if test "${ac_cv_header_regex_h+set}" = set; then
22035 echo $ECHO_N "(cached) $ECHO_C" >&6
22036else
22037 ac_cv_header_regex_h=$ac_header_preproc
22038fi
22039echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22040echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22041
22042fi
22043if test $ac_cv_header_regex_h = yes; then
22044
22045for ac_func in regcomp
22046do
22047as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22048echo "$as_me:$LINENO: checking for $ac_func" >&5
22049echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22050if eval "test \"\${$as_ac_var+set}\" = set"; then
22051 echo $ECHO_N "(cached) $ECHO_C" >&6
22052else
22053 cat >conftest.$ac_ext <<_ACEOF
22054/* confdefs.h. */
22055_ACEOF
22056cat confdefs.h >>conftest.$ac_ext
22057cat >>conftest.$ac_ext <<_ACEOF
22058/* end confdefs.h. */
ac1cb8d3
VS
22059/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22060 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22061#define $ac_func innocuous_$ac_func
22062
a848cd7e
SC
22063/* System header to define __stub macros and hopefully few prototypes,
22064 which can conflict with char $ac_func (); below.
22065 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22066 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 22067
a848cd7e
SC
22068#ifdef __STDC__
22069# include <limits.h>
22070#else
22071# include <assert.h>
22072#endif
ac1cb8d3
VS
22073
22074#undef $ac_func
22075
a848cd7e
SC
22076/* Override any gcc2 internal prototype to avoid an error. */
22077#ifdef __cplusplus
22078extern "C"
22079{
22080#endif
22081/* We use char because int might match the return type of a gcc2
22082 builtin and then its argument prototype would still apply. */
22083char $ac_func ();
22084/* The GNU C library defines this for functions which it implements
22085 to always fail with ENOSYS. Some functions are actually named
22086 something starting with __ and the normal name is an alias. */
22087#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22088choke me
22089#else
22090char (*f) () = $ac_func;
22091#endif
22092#ifdef __cplusplus
22093}
22094#endif
22095
22096int
22097main ()
22098{
22099return f != $ac_func;
22100 ;
22101 return 0;
22102}
22103_ACEOF
22104rm -f conftest.$ac_objext conftest$ac_exeext
22105if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 22106 (eval $ac_link) 2>conftest.er1
a848cd7e 22107 ac_status=$?
ac1cb8d3
VS
22108 grep -v '^ *+' conftest.er1 >conftest.err
22109 rm -f conftest.er1
22110 cat conftest.err >&5
a848cd7e
SC
22111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22112 (exit $ac_status); } &&
07158944 22113 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22115 (eval $ac_try) 2>&5
22116 ac_status=$?
22117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22118 (exit $ac_status); }; } &&
22119 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
22120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22121 (eval $ac_try) 2>&5
22122 ac_status=$?
22123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22124 (exit $ac_status); }; }; then
22125 eval "$as_ac_var=yes"
22126else
22127 echo "$as_me: failed program was:" >&5
22128sed 's/^/| /' conftest.$ac_ext >&5
22129
22130eval "$as_ac_var=no"
22131fi
ac1cb8d3
VS
22132rm -f conftest.err conftest.$ac_objext \
22133 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
22134fi
22135echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22136echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22137if test `eval echo '${'$as_ac_var'}'` = yes; then
22138 cat >>confdefs.h <<_ACEOF
22139#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22140_ACEOF
22141
22142fi
22143done
22144
22145fi
22146
22147
22148
22149 if test "x$ac_cv_func_regcomp" != "xyes"; then
22150 if test "$wxUSE_REGEX" = "sys" ; then
22151 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
22152echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
22153 { (exit 1); exit 1; }; }
22154 else
22155 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
22156echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22157 wxUSE_REGEX=builtin
22158 fi
22159 else
22160 wxUSE_REGEX=sys
22161 cat >>confdefs.h <<\_ACEOF
22162#define WX_NO_REGEX_ADVANCED 1
22163_ACEOF
22164
22165 fi
22166 fi
22167fi
22168
22169
22170ZLIB_LINK=
22171if test "$wxUSE_ZLIB" != "no" ; then
22172 cat >>confdefs.h <<\_ACEOF
22173#define wxUSE_ZLIB 1
22174_ACEOF
22175
22176
22177 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22178 if test "$USE_DARWIN" = 1; then
22179 system_zlib_h_ok="yes"
22180 else
22181 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
22182echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
22183if test "${ac_cv_header_zlib_h+set}" = set; then
22184 echo $ECHO_N "(cached) $ECHO_C" >&6
22185else
22186 if test "$cross_compiling" = yes; then
22187 unset ac_cv_header_zlib_h
22188
22189else
22190 cat >conftest.$ac_ext <<_ACEOF
22191/* confdefs.h. */
22192_ACEOF
22193cat confdefs.h >>conftest.$ac_ext
22194cat >>conftest.$ac_ext <<_ACEOF
22195/* end confdefs.h. */
22196
22197 #include <zlib.h>
22198 #include <stdio.h>
22199
22200 int main()
22201 {
22202 FILE *f=fopen("conftestval", "w");
22203 if (!f) exit(1);
22204 fprintf(f, "%s",
22205 ZLIB_VERSION[0] == '1' &&
22206 (ZLIB_VERSION[2] > '1' ||
22207 (ZLIB_VERSION[2] == '1' &&
22208 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22209 exit(0);
22210 }
22211
22212_ACEOF
22213rm -f conftest$ac_exeext
22214if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22215 (eval $ac_link) 2>&5
22216 ac_status=$?
22217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22218 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22220 (eval $ac_try) 2>&5
22221 ac_status=$?
22222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22223 (exit $ac_status); }; }; then
22224 ac_cv_header_zlib_h=`cat conftestval`
22225else
22226 echo "$as_me: program exited with status $ac_status" >&5
22227echo "$as_me: failed program was:" >&5
22228sed 's/^/| /' conftest.$ac_ext >&5
22229
22230( exit $ac_status )
22231ac_cv_header_zlib_h=no
22232fi
ac1cb8d3 22233rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22234fi
22235
22236fi
22237echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22238echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22239 if test "${ac_cv_header_zlib_h+set}" = set; then
22240 echo "$as_me:$LINENO: checking for zlib.h" >&5
22241echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22242if test "${ac_cv_header_zlib_h+set}" = set; then
22243 echo $ECHO_N "(cached) $ECHO_C" >&6
22244fi
22245echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22246echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22247else
22248 # Is the header compilable?
22249echo "$as_me:$LINENO: checking zlib.h usability" >&5
22250echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
22251cat >conftest.$ac_ext <<_ACEOF
22252/* confdefs.h. */
22253_ACEOF
22254cat confdefs.h >>conftest.$ac_ext
22255cat >>conftest.$ac_ext <<_ACEOF
22256/* end confdefs.h. */
22257$ac_includes_default
22258#include <zlib.h>
22259_ACEOF
22260rm -f conftest.$ac_objext
22261if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22262 (eval $ac_compile) 2>conftest.er1
a848cd7e 22263 ac_status=$?
ac1cb8d3
VS
22264 grep -v '^ *+' conftest.er1 >conftest.err
22265 rm -f conftest.er1
22266 cat conftest.err >&5
a848cd7e
SC
22267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22268 (exit $ac_status); } &&
07158944 22269 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22271 (eval $ac_try) 2>&5
22272 ac_status=$?
22273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22274 (exit $ac_status); }; } &&
22275 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22277 (eval $ac_try) 2>&5
22278 ac_status=$?
22279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22280 (exit $ac_status); }; }; then
22281 ac_header_compiler=yes
22282else
22283 echo "$as_me: failed program was:" >&5
22284sed 's/^/| /' conftest.$ac_ext >&5
22285
22286ac_header_compiler=no
22287fi
ac1cb8d3 22288rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22289echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22290echo "${ECHO_T}$ac_header_compiler" >&6
22291
22292# Is the header present?
22293echo "$as_me:$LINENO: checking zlib.h presence" >&5
22294echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
22295cat >conftest.$ac_ext <<_ACEOF
22296/* confdefs.h. */
22297_ACEOF
22298cat confdefs.h >>conftest.$ac_ext
22299cat >>conftest.$ac_ext <<_ACEOF
22300/* end confdefs.h. */
22301#include <zlib.h>
22302_ACEOF
22303if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22304 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22305 ac_status=$?
22306 grep -v '^ *+' conftest.er1 >conftest.err
22307 rm -f conftest.er1
22308 cat conftest.err >&5
22309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22310 (exit $ac_status); } >/dev/null; then
22311 if test -s conftest.err; then
22312 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 22313 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
22314 else
22315 ac_cpp_err=
22316 fi
22317else
22318 ac_cpp_err=yes
22319fi
22320if test -z "$ac_cpp_err"; then
22321 ac_header_preproc=yes
22322else
22323 echo "$as_me: failed program was:" >&5
22324sed 's/^/| /' conftest.$ac_ext >&5
22325
22326 ac_header_preproc=no
22327fi
22328rm -f conftest.err conftest.$ac_ext
22329echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22330echo "${ECHO_T}$ac_header_preproc" >&6
22331
22332# So? What about this header?
ac1cb8d3
VS
22333case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22334 yes:no: )
a848cd7e
SC
22335 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
22336echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22337 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
22338echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
22339 ac_header_preproc=yes
a848cd7e 22340 ;;
ac1cb8d3 22341 no:yes:* )
a848cd7e
SC
22342 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
22343echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22344 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
22345echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
22346 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
22347echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
22348 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
22349echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
22350 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
22351echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22352 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
22353echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
22354 (
22355 cat <<\_ASBOX
ac1cb8d3
VS
22356## ----------------------------------------- ##
22357## Report this to wx-dev@lists.wxwidgets.org ##
22358## ----------------------------------------- ##
a848cd7e
SC
22359_ASBOX
22360 ) |
22361 sed "s/^/$as_me: WARNING: /" >&2
22362 ;;
22363esac
22364echo "$as_me:$LINENO: checking for zlib.h" >&5
22365echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22366if test "${ac_cv_header_zlib_h+set}" = set; then
22367 echo $ECHO_N "(cached) $ECHO_C" >&6
22368else
22369 ac_cv_header_zlib_h=$ac_header_preproc
22370fi
22371echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22372echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22373
22374fi
22375
22376
22377
22378 system_zlib_h_ok=$ac_cv_header_zlib_h
22379 fi
22380
22381 if test "$system_zlib_h_ok" = "yes"; then
22382 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
22383echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
22384if test "${ac_cv_lib_z_deflate+set}" = set; then
22385 echo $ECHO_N "(cached) $ECHO_C" >&6
22386else
22387 ac_check_lib_save_LIBS=$LIBS
22388LIBS="-lz $LIBS"
22389cat >conftest.$ac_ext <<_ACEOF
22390/* confdefs.h. */
22391_ACEOF
22392cat confdefs.h >>conftest.$ac_ext
22393cat >>conftest.$ac_ext <<_ACEOF
22394/* end confdefs.h. */
22395
22396/* Override any gcc2 internal prototype to avoid an error. */
22397#ifdef __cplusplus
22398extern "C"
22399#endif
22400/* We use char because int might match the return type of a gcc2
22401 builtin and then its argument prototype would still apply. */
22402char deflate ();
22403int
22404main ()
22405{
22406deflate ();
22407 ;
22408 return 0;
22409}
22410_ACEOF
22411rm -f conftest.$ac_objext conftest$ac_exeext
22412if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 22413 (eval $ac_link) 2>conftest.er1
a848cd7e 22414 ac_status=$?
ac1cb8d3
VS
22415 grep -v '^ *+' conftest.er1 >conftest.err
22416 rm -f conftest.er1
22417 cat conftest.err >&5
a848cd7e
SC
22418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22419 (exit $ac_status); } &&
07158944 22420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22422 (eval $ac_try) 2>&5
22423 ac_status=$?
22424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22425 (exit $ac_status); }; } &&
22426 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
22427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22428 (eval $ac_try) 2>&5
22429 ac_status=$?
22430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22431 (exit $ac_status); }; }; then
22432 ac_cv_lib_z_deflate=yes
22433else
22434 echo "$as_me: failed program was:" >&5
22435sed 's/^/| /' conftest.$ac_ext >&5
22436
22437ac_cv_lib_z_deflate=no
22438fi
ac1cb8d3
VS
22439rm -f conftest.err conftest.$ac_objext \
22440 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
22441LIBS=$ac_check_lib_save_LIBS
22442fi
22443echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
22444echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
22445if test $ac_cv_lib_z_deflate = yes; then
22446 ZLIB_LINK=" -lz"
22447fi
22448
22449 fi
22450
22451 if test "x$ZLIB_LINK" = "x" ; then
22452 if test "$wxUSE_ZLIB" = "sys" ; then
22453 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
22454echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
22455 { (exit 1); exit 1; }; }
22456 else
22457 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
22458echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22459 wxUSE_ZLIB=builtin
22460 fi
22461 else
22462 wxUSE_ZLIB=sys
22463 fi
22464 fi
22465fi
22466
22467
22468PNG_LINK=
22469if test "$wxUSE_LIBPNG" != "no" ; then
22470 cat >>confdefs.h <<\_ACEOF
22471#define wxUSE_LIBPNG 1
22472_ACEOF
22473
22474
22475 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
22476 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
22477echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
22478 wxUSE_LIBPNG=sys
22479 fi
22480
22481 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22482 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22483echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22484 wxUSE_LIBPNG=builtin
22485 fi
22486
22487 if test "$wxUSE_MGL" != 1 ; then
22488 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22489 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
22490echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
22491if test "${ac_cv_header_png_h+set}" = set; then
22492 echo $ECHO_N "(cached) $ECHO_C" >&6
22493else
22494 if test "$cross_compiling" = yes; then
22495 unset ac_cv_header_png_h
22496
22497else
22498 cat >conftest.$ac_ext <<_ACEOF
22499/* confdefs.h. */
22500_ACEOF
22501cat confdefs.h >>conftest.$ac_ext
22502cat >>conftest.$ac_ext <<_ACEOF
22503/* end confdefs.h. */
22504
22505 #include <png.h>
22506 #include <stdio.h>
22507
22508 int main()
22509 {
22510 FILE *f=fopen("conftestval", "w");
22511 if (!f) exit(1);
22512 fprintf(f, "%s",
22513 PNG_LIBPNG_VER > 90 ? "yes" : "no");
22514 exit(0);
22515 }
22516
22517_ACEOF
22518rm -f conftest$ac_exeext
22519if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22520 (eval $ac_link) 2>&5
22521 ac_status=$?
22522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22523 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22525 (eval $ac_try) 2>&5
22526 ac_status=$?
22527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22528 (exit $ac_status); }; }; then
22529 ac_cv_header_png_h=`cat conftestval`
22530else
22531 echo "$as_me: program exited with status $ac_status" >&5
22532echo "$as_me: failed program was:" >&5
22533sed 's/^/| /' conftest.$ac_ext >&5
22534
22535( exit $ac_status )
22536ac_cv_header_png_h=no
22537fi
ac1cb8d3 22538rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22539fi
22540
22541fi
22542echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
22543echo "${ECHO_T}$ac_cv_header_png_h" >&6
22544 if test "${ac_cv_header_png_h+set}" = set; then
22545 echo "$as_me:$LINENO: checking for png.h" >&5
22546echo $ECHO_N "checking for png.h... $ECHO_C" >&6
22547if test "${ac_cv_header_png_h+set}" = set; then
22548 echo $ECHO_N "(cached) $ECHO_C" >&6
22549fi
22550echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
22551echo "${ECHO_T}$ac_cv_header_png_h" >&6
22552else
22553 # Is the header compilable?
22554echo "$as_me:$LINENO: checking png.h usability" >&5
22555echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
22556cat >conftest.$ac_ext <<_ACEOF
22557/* confdefs.h. */
22558_ACEOF
22559cat confdefs.h >>conftest.$ac_ext
22560cat >>conftest.$ac_ext <<_ACEOF
22561/* end confdefs.h. */
22562$ac_includes_default
22563#include <png.h>
22564_ACEOF
22565rm -f conftest.$ac_objext
22566if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22567 (eval $ac_compile) 2>conftest.er1
a848cd7e 22568 ac_status=$?
ac1cb8d3
VS
22569 grep -v '^ *+' conftest.er1 >conftest.err
22570 rm -f conftest.er1
22571 cat conftest.err >&5
a848cd7e
SC
22572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22573 (exit $ac_status); } &&
07158944 22574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22576 (eval $ac_try) 2>&5
22577 ac_status=$?
22578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22579 (exit $ac_status); }; } &&
22580 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22582 (eval $ac_try) 2>&5
22583 ac_status=$?
22584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22585 (exit $ac_status); }; }; then
22586 ac_header_compiler=yes
22587else
22588 echo "$as_me: failed program was:" >&5
22589sed 's/^/| /' conftest.$ac_ext >&5
22590
22591ac_header_compiler=no
22592fi
ac1cb8d3 22593rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22594echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22595echo "${ECHO_T}$ac_header_compiler" >&6
22596
22597# Is the header present?
22598echo "$as_me:$LINENO: checking png.h presence" >&5
22599echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
22600cat >conftest.$ac_ext <<_ACEOF
22601/* confdefs.h. */
22602_ACEOF
22603cat confdefs.h >>conftest.$ac_ext
22604cat >>conftest.$ac_ext <<_ACEOF
22605/* end confdefs.h. */
22606#include <png.h>
22607_ACEOF
22608if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22609 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22610 ac_status=$?
22611 grep -v '^ *+' conftest.er1 >conftest.err
22612 rm -f conftest.er1
22613 cat conftest.err >&5
22614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22615 (exit $ac_status); } >/dev/null; then
22616 if test -s conftest.err; then
22617 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 22618 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
22619 else
22620 ac_cpp_err=
22621 fi
22622else
22623 ac_cpp_err=yes
22624fi
22625if test -z "$ac_cpp_err"; then
22626 ac_header_preproc=yes
22627else
22628 echo "$as_me: failed program was:" >&5
22629sed 's/^/| /' conftest.$ac_ext >&5
22630
22631 ac_header_preproc=no
22632fi
22633rm -f conftest.err conftest.$ac_ext
22634echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22635echo "${ECHO_T}$ac_header_preproc" >&6
22636
22637# So? What about this header?
ac1cb8d3
VS
22638case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22639 yes:no: )
a848cd7e
SC
22640 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
22641echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22642 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
22643echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
22644 ac_header_preproc=yes
a848cd7e 22645 ;;
ac1cb8d3 22646 no:yes:* )
a848cd7e
SC
22647 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
22648echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22649 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
22650echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
22651 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
22652echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
22653 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
22654echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
22655 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
22656echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22657 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
22658echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
22659 (
22660 cat <<\_ASBOX
ac1cb8d3
VS
22661## ----------------------------------------- ##
22662## Report this to wx-dev@lists.wxwidgets.org ##
22663## ----------------------------------------- ##
a848cd7e
SC
22664_ASBOX
22665 ) |
22666 sed "s/^/$as_me: WARNING: /" >&2
22667 ;;
22668esac
22669echo "$as_me:$LINENO: checking for png.h" >&5
22670echo $ECHO_N "checking for png.h... $ECHO_C" >&6
22671if test "${ac_cv_header_png_h+set}" = set; then
22672 echo $ECHO_N "(cached) $ECHO_C" >&6
22673else
22674 ac_cv_header_png_h=$ac_header_preproc
22675fi
22676echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
22677echo "${ECHO_T}$ac_cv_header_png_h" >&6
22678
22679fi
22680
22681
22682
22683 if test "$ac_cv_header_png_h" = "yes"; then
22684 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
22685echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
22686if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
22687 echo $ECHO_N "(cached) $ECHO_C" >&6
22688else
22689 ac_check_lib_save_LIBS=$LIBS
22690LIBS="-lpng -lz -lm $LIBS"
22691cat >conftest.$ac_ext <<_ACEOF
22692/* confdefs.h. */
22693_ACEOF
22694cat confdefs.h >>conftest.$ac_ext
22695cat >>conftest.$ac_ext <<_ACEOF
22696/* end confdefs.h. */
22697
22698/* Override any gcc2 internal prototype to avoid an error. */
22699#ifdef __cplusplus
22700extern "C"
22701#endif
22702/* We use char because int might match the return type of a gcc2
22703 builtin and then its argument prototype would still apply. */
22704char png_check_sig ();
22705int
22706main ()
22707{
22708png_check_sig ();
22709 ;
22710 return 0;
22711}
22712_ACEOF
22713rm -f conftest.$ac_objext conftest$ac_exeext
22714if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 22715 (eval $ac_link) 2>conftest.er1
a848cd7e 22716 ac_status=$?
ac1cb8d3
VS
22717 grep -v '^ *+' conftest.er1 >conftest.err
22718 rm -f conftest.er1
22719 cat conftest.err >&5
a848cd7e
SC
22720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22721 (exit $ac_status); } &&
07158944 22722 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22724 (eval $ac_try) 2>&5
22725 ac_status=$?
22726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22727 (exit $ac_status); }; } &&
22728 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
22729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22730 (eval $ac_try) 2>&5
22731 ac_status=$?
22732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22733 (exit $ac_status); }; }; then
22734 ac_cv_lib_png_png_check_sig=yes
22735else
22736 echo "$as_me: failed program was:" >&5
22737sed 's/^/| /' conftest.$ac_ext >&5
22738
22739ac_cv_lib_png_png_check_sig=no
22740fi
ac1cb8d3
VS
22741rm -f conftest.err conftest.$ac_objext \
22742 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
22743LIBS=$ac_check_lib_save_LIBS
22744fi
22745echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
22746echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
22747if test $ac_cv_lib_png_png_check_sig = yes; then
22748 PNG_LINK=" -lpng -lz"
22749fi
22750
22751 fi
22752
22753 if test "x$PNG_LINK" = "x" ; then
22754 if test "$wxUSE_LIBPNG" = "sys" ; then
22755 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
22756echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
22757 { (exit 1); exit 1; }; }
22758 else
22759 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
22760echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
22761 wxUSE_LIBPNG=builtin
22762 fi
22763 else
22764 wxUSE_LIBPNG=sys
22765 fi
22766 fi
22767 fi
22768
22769 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
22770fi
22771
22772
22773JPEG_LINK=
22774if test "$wxUSE_LIBJPEG" != "no" ; then
22775 cat >>confdefs.h <<\_ACEOF
22776#define wxUSE_LIBJPEG 1
22777_ACEOF
22778
22779
22780 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
22781 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
22782echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
22783 wxUSE_LIBJPEG=sys
22784 fi
22785
22786 if test "$wxUSE_MGL" != 1 ; then
22787 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
22788 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
22789echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
22790 if test "${ac_cv_header_jpeglib_h+set}" = set; then
22791 echo $ECHO_N "(cached) $ECHO_C" >&6
22792else
22793 cat >conftest.$ac_ext <<_ACEOF
22794/* confdefs.h. */
22795_ACEOF
22796cat confdefs.h >>conftest.$ac_ext
22797cat >>conftest.$ac_ext <<_ACEOF
22798/* end confdefs.h. */
22799
22800 #undef HAVE_STDLIB_H
22801 #include <stdio.h>
22802 #include <jpeglib.h>
22803
22804int
22805main ()
22806{
22807
22808
22809 ;
22810 return 0;
22811}
22812_ACEOF
22813rm -f conftest.$ac_objext
22814if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22815 (eval $ac_compile) 2>conftest.er1
a848cd7e 22816 ac_status=$?
ac1cb8d3
VS
22817 grep -v '^ *+' conftest.er1 >conftest.err
22818 rm -f conftest.er1
22819 cat conftest.err >&5
a848cd7e
SC
22820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22821 (exit $ac_status); } &&
07158944 22822 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22824 (eval $ac_try) 2>&5
22825 ac_status=$?
22826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22827 (exit $ac_status); }; } &&
22828 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22830 (eval $ac_try) 2>&5
22831 ac_status=$?
22832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22833 (exit $ac_status); }; }; then
22834 ac_cv_header_jpeglib_h=yes
22835else
22836 echo "$as_me: failed program was:" >&5
22837sed 's/^/| /' conftest.$ac_ext >&5
22838
22839ac_cv_header_jpeglib_h=no
22840
22841fi
ac1cb8d3 22842rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22843
22844fi
22845
22846 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
22847echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
22848
22849 if test "$ac_cv_header_jpeglib_h" = "yes"; then
22850 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
22851echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
22852if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
22853 echo $ECHO_N "(cached) $ECHO_C" >&6
22854else
22855 ac_check_lib_save_LIBS=$LIBS
22856LIBS="-ljpeg $LIBS"
22857cat >conftest.$ac_ext <<_ACEOF
22858/* confdefs.h. */
22859_ACEOF
22860cat confdefs.h >>conftest.$ac_ext
22861cat >>conftest.$ac_ext <<_ACEOF
22862/* end confdefs.h. */
22863
22864/* Override any gcc2 internal prototype to avoid an error. */
22865#ifdef __cplusplus
22866extern "C"
22867#endif
22868/* We use char because int might match the return type of a gcc2
22869 builtin and then its argument prototype would still apply. */
22870char jpeg_read_header ();
22871int
22872main ()
22873{
22874jpeg_read_header ();
22875 ;
22876 return 0;
22877}
22878_ACEOF
22879rm -f conftest.$ac_objext conftest$ac_exeext
22880if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 22881 (eval $ac_link) 2>conftest.er1
a848cd7e 22882 ac_status=$?
ac1cb8d3
VS
22883 grep -v '^ *+' conftest.er1 >conftest.err
22884 rm -f conftest.er1
22885 cat conftest.err >&5
a848cd7e
SC
22886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22887 (exit $ac_status); } &&
07158944 22888 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22890 (eval $ac_try) 2>&5
22891 ac_status=$?
22892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22893 (exit $ac_status); }; } &&
22894 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
22895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22896 (eval $ac_try) 2>&5
22897 ac_status=$?
22898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22899 (exit $ac_status); }; }; then
22900 ac_cv_lib_jpeg_jpeg_read_header=yes
22901else
22902 echo "$as_me: failed program was:" >&5
22903sed 's/^/| /' conftest.$ac_ext >&5
22904
22905ac_cv_lib_jpeg_jpeg_read_header=no
22906fi
ac1cb8d3
VS
22907rm -f conftest.err conftest.$ac_objext \
22908 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
22909LIBS=$ac_check_lib_save_LIBS
22910fi
22911echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
22912echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
22913if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
22914 JPEG_LINK=" -ljpeg"
22915fi
22916
22917 fi
22918
22919 if test "x$JPEG_LINK" = "x" ; then
22920 if test "$wxUSE_LIBJPEG" = "sys" ; then
22921 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
22922echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
22923 { (exit 1); exit 1; }; }
22924 else
22925 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
22926echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
22927 wxUSE_LIBJPEG=builtin
22928 fi
22929 else
22930 wxUSE_LIBJPEG=sys
22931 fi
22932 fi
22933 fi
22934fi
22935
22936
22937TIFF_LINK=
22938TIFF_PREREQ_LINKS=-lm
22939if test "$wxUSE_LIBTIFF" != "no" ; then
22940 cat >>confdefs.h <<\_ACEOF
22941#define wxUSE_LIBTIFF 1
22942_ACEOF
22943
22944
22945 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
22946 if test "$wxUSE_LIBJPEG" = "sys"; then
22947 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
22948 fi
22949 if test "$wxUSE_ZLIB" = "sys"; then
22950 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
22951 fi
22952 if test "${ac_cv_header_tiffio_h+set}" = set; then
22953 echo "$as_me:$LINENO: checking for tiffio.h" >&5
22954echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
22955if test "${ac_cv_header_tiffio_h+set}" = set; then
22956 echo $ECHO_N "(cached) $ECHO_C" >&6
22957fi
22958echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
22959echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
22960else
22961 # Is the header compilable?
22962echo "$as_me:$LINENO: checking tiffio.h usability" >&5
22963echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
22964cat >conftest.$ac_ext <<_ACEOF
22965/* confdefs.h. */
22966_ACEOF
22967cat confdefs.h >>conftest.$ac_ext
22968cat >>conftest.$ac_ext <<_ACEOF
22969/* end confdefs.h. */
22970$ac_includes_default
22971#include <tiffio.h>
22972_ACEOF
22973rm -f conftest.$ac_objext
22974if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22975 (eval $ac_compile) 2>conftest.er1
a848cd7e 22976 ac_status=$?
ac1cb8d3
VS
22977 grep -v '^ *+' conftest.er1 >conftest.err
22978 rm -f conftest.er1
22979 cat conftest.err >&5
a848cd7e
SC
22980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22981 (exit $ac_status); } &&
07158944 22982 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22984 (eval $ac_try) 2>&5
22985 ac_status=$?
22986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22987 (exit $ac_status); }; } &&
22988 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22990 (eval $ac_try) 2>&5
22991 ac_status=$?
22992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22993 (exit $ac_status); }; }; then
22994 ac_header_compiler=yes
22995else
22996 echo "$as_me: failed program was:" >&5
22997sed 's/^/| /' conftest.$ac_ext >&5
22998
22999ac_header_compiler=no
23000fi
ac1cb8d3 23001rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23002echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23003echo "${ECHO_T}$ac_header_compiler" >&6
23004
23005# Is the header present?
23006echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23007echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23008cat >conftest.$ac_ext <<_ACEOF
23009/* confdefs.h. */
23010_ACEOF
23011cat confdefs.h >>conftest.$ac_ext
23012cat >>conftest.$ac_ext <<_ACEOF
23013/* end confdefs.h. */
23014#include <tiffio.h>
23015_ACEOF
23016if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23017 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23018 ac_status=$?
23019 grep -v '^ *+' conftest.er1 >conftest.err
23020 rm -f conftest.er1
23021 cat conftest.err >&5
23022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23023 (exit $ac_status); } >/dev/null; then
23024 if test -s conftest.err; then
23025 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23026 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23027 else
23028 ac_cpp_err=
23029 fi
23030else
23031 ac_cpp_err=yes
23032fi
23033if test -z "$ac_cpp_err"; then
23034 ac_header_preproc=yes
23035else
23036 echo "$as_me: failed program was:" >&5
23037sed 's/^/| /' conftest.$ac_ext >&5
23038
23039 ac_header_preproc=no
23040fi
23041rm -f conftest.err conftest.$ac_ext
23042echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23043echo "${ECHO_T}$ac_header_preproc" >&6
23044
23045# So? What about this header?
ac1cb8d3
VS
23046case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23047 yes:no: )
a848cd7e
SC
23048 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23049echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23050 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23051echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23052 ac_header_preproc=yes
a848cd7e 23053 ;;
ac1cb8d3 23054 no:yes:* )
a848cd7e
SC
23055 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23056echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23057 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23058echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23059 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23060echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23061 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23062echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23063 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23064echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23065 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23066echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23067 (
23068 cat <<\_ASBOX
ac1cb8d3
VS
23069## ----------------------------------------- ##
23070## Report this to wx-dev@lists.wxwidgets.org ##
23071## ----------------------------------------- ##
a848cd7e
SC
23072_ASBOX
23073 ) |
23074 sed "s/^/$as_me: WARNING: /" >&2
23075 ;;
23076esac
23077echo "$as_me:$LINENO: checking for tiffio.h" >&5
23078echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23079if test "${ac_cv_header_tiffio_h+set}" = set; then
23080 echo $ECHO_N "(cached) $ECHO_C" >&6
23081else
23082 ac_cv_header_tiffio_h=$ac_header_preproc
23083fi
23084echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23085echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23086
23087fi
23088if test $ac_cv_header_tiffio_h = yes; then
23089
23090 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23091echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23092if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23093 echo $ECHO_N "(cached) $ECHO_C" >&6
23094else
23095 ac_check_lib_save_LIBS=$LIBS
23096LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
23097cat >conftest.$ac_ext <<_ACEOF
23098/* confdefs.h. */
23099_ACEOF
23100cat confdefs.h >>conftest.$ac_ext
23101cat >>conftest.$ac_ext <<_ACEOF
23102/* end confdefs.h. */
23103
23104/* Override any gcc2 internal prototype to avoid an error. */
23105#ifdef __cplusplus
23106extern "C"
23107#endif
23108/* We use char because int might match the return type of a gcc2
23109 builtin and then its argument prototype would still apply. */
23110char TIFFError ();
23111int
23112main ()
23113{
23114TIFFError ();
23115 ;
23116 return 0;
23117}
23118_ACEOF
23119rm -f conftest.$ac_objext conftest$ac_exeext
23120if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23121 (eval $ac_link) 2>conftest.er1
a848cd7e 23122 ac_status=$?
ac1cb8d3
VS
23123 grep -v '^ *+' conftest.er1 >conftest.err
23124 rm -f conftest.er1
23125 cat conftest.err >&5
a848cd7e
SC
23126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23127 (exit $ac_status); } &&
07158944 23128 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23130 (eval $ac_try) 2>&5
23131 ac_status=$?
23132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23133 (exit $ac_status); }; } &&
23134 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23136 (eval $ac_try) 2>&5
23137 ac_status=$?
23138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23139 (exit $ac_status); }; }; then
23140 ac_cv_lib_tiff_TIFFError=yes
23141else
23142 echo "$as_me: failed program was:" >&5
23143sed 's/^/| /' conftest.$ac_ext >&5
23144
23145ac_cv_lib_tiff_TIFFError=no
23146fi
ac1cb8d3
VS
23147rm -f conftest.err conftest.$ac_objext \
23148 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23149LIBS=$ac_check_lib_save_LIBS
23150fi
23151echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
23152echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
23153if test $ac_cv_lib_tiff_TIFFError = yes; then
23154 TIFF_LINK=" -ltiff"
23155fi
23156
23157
23158
23159fi
23160
23161
23162
23163 if test "x$TIFF_LINK" = "x" ; then
23164 if test "$wxUSE_LIBTIFF" = "sys" ; then
23165 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
23166echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
23167 { (exit 1); exit 1; }; }
23168 else
23169 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
23170echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
23171 wxUSE_LIBTIFF=builtin
23172 fi
23173 else
23174 wxUSE_LIBTIFF=sys
23175 fi
23176 fi
23177fi
23178
23179
23180if test "$wxUSE_EXPAT" != "no"; then
23181 wxUSE_XML=yes
23182 cat >>confdefs.h <<\_ACEOF
23183#define wxUSE_EXPAT 1
23184_ACEOF
23185
23186 cat >>confdefs.h <<\_ACEOF
23187#define wxUSE_XML 1
23188_ACEOF
23189
23190
23191 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23192 if test "${ac_cv_header_expat_h+set}" = set; then
23193 echo "$as_me:$LINENO: checking for expat.h" >&5
23194echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23195if test "${ac_cv_header_expat_h+set}" = set; then
23196 echo $ECHO_N "(cached) $ECHO_C" >&6
23197fi
23198echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23199echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23200else
23201 # Is the header compilable?
23202echo "$as_me:$LINENO: checking expat.h usability" >&5
23203echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
23204cat >conftest.$ac_ext <<_ACEOF
23205/* confdefs.h. */
23206_ACEOF
23207cat confdefs.h >>conftest.$ac_ext
23208cat >>conftest.$ac_ext <<_ACEOF
23209/* end confdefs.h. */
23210$ac_includes_default
23211#include <expat.h>
23212_ACEOF
23213rm -f conftest.$ac_objext
23214if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23215 (eval $ac_compile) 2>conftest.er1
a848cd7e 23216 ac_status=$?
ac1cb8d3
VS
23217 grep -v '^ *+' conftest.er1 >conftest.err
23218 rm -f conftest.er1
23219 cat conftest.err >&5
a848cd7e
SC
23220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23221 (exit $ac_status); } &&
07158944 23222 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23224 (eval $ac_try) 2>&5
23225 ac_status=$?
23226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227 (exit $ac_status); }; } &&
23228 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23230 (eval $ac_try) 2>&5
23231 ac_status=$?
23232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23233 (exit $ac_status); }; }; then
23234 ac_header_compiler=yes
23235else
23236 echo "$as_me: failed program was:" >&5
23237sed 's/^/| /' conftest.$ac_ext >&5
23238
23239ac_header_compiler=no
23240fi
ac1cb8d3 23241rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23242echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23243echo "${ECHO_T}$ac_header_compiler" >&6
23244
23245# Is the header present?
23246echo "$as_me:$LINENO: checking expat.h presence" >&5
23247echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
23248cat >conftest.$ac_ext <<_ACEOF
23249/* confdefs.h. */
23250_ACEOF
23251cat confdefs.h >>conftest.$ac_ext
23252cat >>conftest.$ac_ext <<_ACEOF
23253/* end confdefs.h. */
23254#include <expat.h>
23255_ACEOF
23256if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23257 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23258 ac_status=$?
23259 grep -v '^ *+' conftest.er1 >conftest.err
23260 rm -f conftest.er1
23261 cat conftest.err >&5
23262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23263 (exit $ac_status); } >/dev/null; then
23264 if test -s conftest.err; then
23265 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23266 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23267 else
23268 ac_cpp_err=
23269 fi
23270else
23271 ac_cpp_err=yes
23272fi
23273if test -z "$ac_cpp_err"; then
23274 ac_header_preproc=yes
23275else
23276 echo "$as_me: failed program was:" >&5
23277sed 's/^/| /' conftest.$ac_ext >&5
23278
23279 ac_header_preproc=no
23280fi
23281rm -f conftest.err conftest.$ac_ext
23282echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23283echo "${ECHO_T}$ac_header_preproc" >&6
23284
23285# So? What about this header?
ac1cb8d3
VS
23286case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23287 yes:no: )
a848cd7e
SC
23288 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
23289echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23290 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
23291echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
23292 ac_header_preproc=yes
a848cd7e 23293 ;;
ac1cb8d3 23294 no:yes:* )
a848cd7e
SC
23295 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
23296echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23297 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
23298echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
23299 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
23300echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
23301 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
23302echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23303 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
23304echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23305 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
23306echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23307 (
23308 cat <<\_ASBOX
ac1cb8d3
VS
23309## ----------------------------------------- ##
23310## Report this to wx-dev@lists.wxwidgets.org ##
23311## ----------------------------------------- ##
a848cd7e
SC
23312_ASBOX
23313 ) |
23314 sed "s/^/$as_me: WARNING: /" >&2
23315 ;;
23316esac
23317echo "$as_me:$LINENO: checking for expat.h" >&5
23318echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23319if test "${ac_cv_header_expat_h+set}" = set; then
23320 echo $ECHO_N "(cached) $ECHO_C" >&6
23321else
23322 ac_cv_header_expat_h=$ac_header_preproc
23323fi
23324echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23325echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23326
23327fi
23328if test $ac_cv_header_expat_h = yes; then
23329 found_expat_h=1
23330fi
23331
23332
23333 if test "x$found_expat_h" = "x1"; then
23334 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
23335echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
23336if test "${wx_cv_expat_is_not_broken+set}" = set; then
23337 echo $ECHO_N "(cached) $ECHO_C" >&6
23338else
23339
23340
23341
23342 ac_ext=cc
23343ac_cpp='$CXXCPP $CPPFLAGS'
23344ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23345ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23346ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23347
23348 cat >conftest.$ac_ext <<_ACEOF
23349/* confdefs.h. */
23350_ACEOF
23351cat confdefs.h >>conftest.$ac_ext
23352cat >>conftest.$ac_ext <<_ACEOF
23353/* end confdefs.h. */
23354#include <expat.h>
23355int
23356main ()
23357{
23358
23359 ;
23360 return 0;
23361}
23362_ACEOF
23363rm -f conftest.$ac_objext
23364if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23365 (eval $ac_compile) 2>conftest.er1
a848cd7e 23366 ac_status=$?
ac1cb8d3
VS
23367 grep -v '^ *+' conftest.er1 >conftest.err
23368 rm -f conftest.er1
23369 cat conftest.err >&5
a848cd7e
SC
23370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23371 (exit $ac_status); } &&
07158944 23372 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23374 (eval $ac_try) 2>&5
23375 ac_status=$?
23376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23377 (exit $ac_status); }; } &&
23378 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23380 (eval $ac_try) 2>&5
23381 ac_status=$?
23382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23383 (exit $ac_status); }; }; then
23384 wx_cv_expat_is_not_broken=yes
23385else
23386 echo "$as_me: failed program was:" >&5
23387sed 's/^/| /' conftest.$ac_ext >&5
23388
23389wx_cv_expat_is_not_broken=no
23390
23391fi
ac1cb8d3 23392rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23393 ac_ext=c
23394ac_cpp='$CPP $CPPFLAGS'
23395ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23396ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23397ac_compiler_gnu=$ac_cv_c_compiler_gnu
23398
23399
23400
23401fi
23402echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
23403echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
23404 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
23405 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
23406echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
23407if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
23408 echo $ECHO_N "(cached) $ECHO_C" >&6
23409else
23410 ac_check_lib_save_LIBS=$LIBS
23411LIBS="-lexpat $LIBS"
23412cat >conftest.$ac_ext <<_ACEOF
23413/* confdefs.h. */
23414_ACEOF
23415cat confdefs.h >>conftest.$ac_ext
23416cat >>conftest.$ac_ext <<_ACEOF
23417/* end confdefs.h. */
23418
23419/* Override any gcc2 internal prototype to avoid an error. */
23420#ifdef __cplusplus
23421extern "C"
23422#endif
23423/* We use char because int might match the return type of a gcc2
23424 builtin and then its argument prototype would still apply. */
23425char XML_ParserCreate ();
23426int
23427main ()
23428{
23429XML_ParserCreate ();
23430 ;
23431 return 0;
23432}
23433_ACEOF
23434rm -f conftest.$ac_objext conftest$ac_exeext
23435if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23436 (eval $ac_link) 2>conftest.er1
a848cd7e 23437 ac_status=$?
ac1cb8d3
VS
23438 grep -v '^ *+' conftest.er1 >conftest.err
23439 rm -f conftest.er1
23440 cat conftest.err >&5
a848cd7e
SC
23441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23442 (exit $ac_status); } &&
07158944 23443 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23445 (eval $ac_try) 2>&5
23446 ac_status=$?
23447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23448 (exit $ac_status); }; } &&
23449 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23451 (eval $ac_try) 2>&5
23452 ac_status=$?
23453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23454 (exit $ac_status); }; }; then
23455 ac_cv_lib_expat_XML_ParserCreate=yes
23456else
23457 echo "$as_me: failed program was:" >&5
23458sed 's/^/| /' conftest.$ac_ext >&5
23459
23460ac_cv_lib_expat_XML_ParserCreate=no
23461fi
ac1cb8d3
VS
23462rm -f conftest.err conftest.$ac_objext \
23463 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23464LIBS=$ac_check_lib_save_LIBS
23465fi
23466echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
23467echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
23468if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
23469 EXPAT_LINK=" -lexpat"
23470fi
23471
23472 fi
23473 fi
23474 if test "x$EXPAT_LINK" = "x" ; then
23475 if test "$wxUSE_EXPAT" = "sys" ; then
23476 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
23477echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
23478 { (exit 1); exit 1; }; }
23479 else
23480 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
23481echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
23482 wxUSE_EXPAT=builtin
23483 fi
23484 else
23485 wxUSE_EXPAT=sys
23486 fi
23487 fi
23488 if test "$wxUSE_EXPAT" = "builtin" ; then
23489
23490
23491subdirs="$subdirs src/expat"
23492
23493 fi
23494fi
23495
23496
23497
23498if test "$wxUSE_LIBMSPACK" != "no"; then
a848cd7e
SC
23499 if test "${ac_cv_header_mspack_h+set}" = set; then
23500 echo "$as_me:$LINENO: checking for mspack.h" >&5
23501echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
23502if test "${ac_cv_header_mspack_h+set}" = set; then
23503 echo $ECHO_N "(cached) $ECHO_C" >&6
23504fi
23505echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
23506echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
23507else
23508 # Is the header compilable?
23509echo "$as_me:$LINENO: checking mspack.h usability" >&5
23510echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
23511cat >conftest.$ac_ext <<_ACEOF
23512/* confdefs.h. */
23513_ACEOF
23514cat confdefs.h >>conftest.$ac_ext
23515cat >>conftest.$ac_ext <<_ACEOF
23516/* end confdefs.h. */
23517$ac_includes_default
23518#include <mspack.h>
23519_ACEOF
23520rm -f conftest.$ac_objext
23521if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23522 (eval $ac_compile) 2>conftest.er1
a848cd7e 23523 ac_status=$?
ac1cb8d3
VS
23524 grep -v '^ *+' conftest.er1 >conftest.err
23525 rm -f conftest.er1
23526 cat conftest.err >&5
a848cd7e
SC
23527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23528 (exit $ac_status); } &&
07158944 23529 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23531 (eval $ac_try) 2>&5
23532 ac_status=$?
23533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23534 (exit $ac_status); }; } &&
23535 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23537 (eval $ac_try) 2>&5
23538 ac_status=$?
23539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23540 (exit $ac_status); }; }; then
23541 ac_header_compiler=yes
23542else
23543 echo "$as_me: failed program was:" >&5
23544sed 's/^/| /' conftest.$ac_ext >&5
23545
23546ac_header_compiler=no
23547fi
ac1cb8d3 23548rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23549echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23550echo "${ECHO_T}$ac_header_compiler" >&6
23551
23552# Is the header present?
23553echo "$as_me:$LINENO: checking mspack.h presence" >&5
23554echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
23555cat >conftest.$ac_ext <<_ACEOF
23556/* confdefs.h. */
23557_ACEOF
23558cat confdefs.h >>conftest.$ac_ext
23559cat >>conftest.$ac_ext <<_ACEOF
23560/* end confdefs.h. */
23561#include <mspack.h>
23562_ACEOF
23563if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23564 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23565 ac_status=$?
23566 grep -v '^ *+' conftest.er1 >conftest.err
23567 rm -f conftest.er1
23568 cat conftest.err >&5
23569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23570 (exit $ac_status); } >/dev/null; then
23571 if test -s conftest.err; then
23572 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23573 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23574 else
23575 ac_cpp_err=
23576 fi
23577else
23578 ac_cpp_err=yes
23579fi
23580if test -z "$ac_cpp_err"; then
23581 ac_header_preproc=yes
23582else
23583 echo "$as_me: failed program was:" >&5
23584sed 's/^/| /' conftest.$ac_ext >&5
23585
23586 ac_header_preproc=no
23587fi
23588rm -f conftest.err conftest.$ac_ext
23589echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23590echo "${ECHO_T}$ac_header_preproc" >&6
23591
23592# So? What about this header?
ac1cb8d3
VS
23593case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23594 yes:no: )
a848cd7e
SC
23595 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
23596echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23597 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
23598echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
23599 ac_header_preproc=yes
a848cd7e 23600 ;;
ac1cb8d3 23601 no:yes:* )
a848cd7e
SC
23602 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
23603echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23604 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
23605echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
23606 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
23607echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
23608 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
23609echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23610 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
23611echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23612 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
23613echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23614 (
23615 cat <<\_ASBOX
ac1cb8d3
VS
23616## ----------------------------------------- ##
23617## Report this to wx-dev@lists.wxwidgets.org ##
23618## ----------------------------------------- ##
a848cd7e
SC
23619_ASBOX
23620 ) |
23621 sed "s/^/$as_me: WARNING: /" >&2
23622 ;;
23623esac
23624echo "$as_me:$LINENO: checking for mspack.h" >&5
23625echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
23626if test "${ac_cv_header_mspack_h+set}" = set; then
23627 echo $ECHO_N "(cached) $ECHO_C" >&6
23628else
23629 ac_cv_header_mspack_h=$ac_header_preproc
23630fi
23631echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
23632echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
23633
23634fi
23635if test $ac_cv_header_mspack_h = yes; then
23636 found_mspack_h=1
23637fi
23638
23639
23640 if test "x$found_mspack_h" = "x1"; then
23641 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
23642echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
23643if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
23644 echo $ECHO_N "(cached) $ECHO_C" >&6
23645else
23646 ac_check_lib_save_LIBS=$LIBS
23647LIBS="-lmspack $LIBS"
23648cat >conftest.$ac_ext <<_ACEOF
23649/* confdefs.h. */
23650_ACEOF
23651cat confdefs.h >>conftest.$ac_ext
23652cat >>conftest.$ac_ext <<_ACEOF
23653/* end confdefs.h. */
23654
23655/* Override any gcc2 internal prototype to avoid an error. */
23656#ifdef __cplusplus
23657extern "C"
23658#endif
23659/* We use char because int might match the return type of a gcc2
23660 builtin and then its argument prototype would still apply. */
23661char mspack_create_chm_decompressor ();
23662int
23663main ()
23664{
23665mspack_create_chm_decompressor ();
23666 ;
23667 return 0;
23668}
23669_ACEOF
23670rm -f conftest.$ac_objext conftest$ac_exeext
23671if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23672 (eval $ac_link) 2>conftest.er1
a848cd7e 23673 ac_status=$?
ac1cb8d3
VS
23674 grep -v '^ *+' conftest.er1 >conftest.err
23675 rm -f conftest.er1
23676 cat conftest.err >&5
a848cd7e
SC
23677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23678 (exit $ac_status); } &&
07158944 23679 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23681 (eval $ac_try) 2>&5
23682 ac_status=$?
23683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23684 (exit $ac_status); }; } &&
23685 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23687 (eval $ac_try) 2>&5
23688 ac_status=$?
23689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23690 (exit $ac_status); }; }; then
23691 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
23692else
23693 echo "$as_me: failed program was:" >&5
23694sed 's/^/| /' conftest.$ac_ext >&5
23695
23696ac_cv_lib_mspack_mspack_create_chm_decompressor=no
23697fi
ac1cb8d3
VS
23698rm -f conftest.err conftest.$ac_objext \
23699 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23700LIBS=$ac_check_lib_save_LIBS
23701fi
23702echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
23703echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
23704if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
23705 MSPACK_LINK=" -lmspack"
23706fi
23707
23708 fi
23709 if test "x$MSPACK_LINK" = "x" ; then
23710 wxUSE_LIBMSPACK=no
dd3a2d96
VZ
23711 fi
23712fi
23713
23714if test "$wxUSE_LIBMSPACK" != "no"; then
23715 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
23716#define wxUSE_LIBMSPACK 1
23717_ACEOF
23718
a848cd7e
SC
23719fi
23720
23721
23722
23723AFMINSTALL=
23724WIN32INSTALL=
23725
23726TOOLKIT=
23727TOOLKIT_INCLUDE=
23728WIDGET_SET=
23729
23730if test "$USE_WIN32" = 1 ; then
23731
23732for ac_header in w32api.h
23733do
23734as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
23735if eval "test \"\${$as_ac_Header+set}\" = set"; then
23736 echo "$as_me:$LINENO: checking for $ac_header" >&5
23737echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
23738if eval "test \"\${$as_ac_Header+set}\" = set"; then
23739 echo $ECHO_N "(cached) $ECHO_C" >&6
23740fi
23741echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
23742echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
23743else
23744 # Is the header compilable?
23745echo "$as_me:$LINENO: checking $ac_header usability" >&5
23746echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
23747cat >conftest.$ac_ext <<_ACEOF
23748/* confdefs.h. */
23749_ACEOF
23750cat confdefs.h >>conftest.$ac_ext
23751cat >>conftest.$ac_ext <<_ACEOF
23752/* end confdefs.h. */
23753$ac_includes_default
23754#include <$ac_header>
23755_ACEOF
23756rm -f conftest.$ac_objext
23757if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23758 (eval $ac_compile) 2>conftest.er1
a848cd7e 23759 ac_status=$?
ac1cb8d3
VS
23760 grep -v '^ *+' conftest.er1 >conftest.err
23761 rm -f conftest.er1
23762 cat conftest.err >&5
a848cd7e
SC
23763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23764 (exit $ac_status); } &&
07158944 23765 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23767 (eval $ac_try) 2>&5
23768 ac_status=$?
23769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23770 (exit $ac_status); }; } &&
23771 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23773 (eval $ac_try) 2>&5
23774 ac_status=$?
23775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23776 (exit $ac_status); }; }; then
23777 ac_header_compiler=yes
23778else
23779 echo "$as_me: failed program was:" >&5
23780sed 's/^/| /' conftest.$ac_ext >&5
23781
23782ac_header_compiler=no
23783fi
ac1cb8d3 23784rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23785echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23786echo "${ECHO_T}$ac_header_compiler" >&6
23787
23788# Is the header present?
23789echo "$as_me:$LINENO: checking $ac_header presence" >&5
23790echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
23791cat >conftest.$ac_ext <<_ACEOF
23792/* confdefs.h. */
23793_ACEOF
23794cat confdefs.h >>conftest.$ac_ext
23795cat >>conftest.$ac_ext <<_ACEOF
23796/* end confdefs.h. */
23797#include <$ac_header>
23798_ACEOF
23799if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23800 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23801 ac_status=$?
23802 grep -v '^ *+' conftest.er1 >conftest.err
23803 rm -f conftest.er1
23804 cat conftest.err >&5
23805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23806 (exit $ac_status); } >/dev/null; then
23807 if test -s conftest.err; then
23808 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23809 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23810 else
23811 ac_cpp_err=
23812 fi
23813else
23814 ac_cpp_err=yes
23815fi
23816if test -z "$ac_cpp_err"; then
23817 ac_header_preproc=yes
23818else
23819 echo "$as_me: failed program was:" >&5
23820sed 's/^/| /' conftest.$ac_ext >&5
23821
23822 ac_header_preproc=no
23823fi
23824rm -f conftest.err conftest.$ac_ext
23825echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23826echo "${ECHO_T}$ac_header_preproc" >&6
23827
23828# So? What about this header?
ac1cb8d3
VS
23829case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23830 yes:no: )
a848cd7e
SC
23831 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
23832echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23833 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
23834echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
23835 ac_header_preproc=yes
a848cd7e 23836 ;;
ac1cb8d3 23837 no:yes:* )
a848cd7e
SC
23838 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
23839echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23840 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
23841echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
23842 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
23843echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
23844 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
23845echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23846 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
23847echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23848 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23849echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23850 (
23851 cat <<\_ASBOX
ac1cb8d3
VS
23852## ----------------------------------------- ##
23853## Report this to wx-dev@lists.wxwidgets.org ##
23854## ----------------------------------------- ##
a848cd7e
SC
23855_ASBOX
23856 ) |
23857 sed "s/^/$as_me: WARNING: /" >&2
23858 ;;
23859esac
23860echo "$as_me:$LINENO: checking for $ac_header" >&5
23861echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
23862if eval "test \"\${$as_ac_Header+set}\" = set"; then
23863 echo $ECHO_N "(cached) $ECHO_C" >&6
23864else
ac1cb8d3 23865 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
23866fi
23867echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
23868echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
23869
23870fi
23871if test `eval echo '${'$as_ac_Header'}'` = yes; then
23872 cat >>confdefs.h <<_ACEOF
23873#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
23874_ACEOF
23875
23876fi
23877
23878done
23879
23880 if test "${ac_cv_header_windows_h+set}" = set; then
23881 echo "$as_me:$LINENO: checking for windows.h" >&5
23882echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
23883if test "${ac_cv_header_windows_h+set}" = set; then
23884 echo $ECHO_N "(cached) $ECHO_C" >&6
23885fi
23886echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
23887echo "${ECHO_T}$ac_cv_header_windows_h" >&6
23888else
23889 # Is the header compilable?
23890echo "$as_me:$LINENO: checking windows.h usability" >&5
23891echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
23892cat >conftest.$ac_ext <<_ACEOF
23893/* confdefs.h. */
23894_ACEOF
23895cat confdefs.h >>conftest.$ac_ext
23896cat >>conftest.$ac_ext <<_ACEOF
23897/* end confdefs.h. */
23898$ac_includes_default
23899#include <windows.h>
23900_ACEOF
23901rm -f conftest.$ac_objext
23902if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23903 (eval $ac_compile) 2>conftest.er1
a848cd7e 23904 ac_status=$?
ac1cb8d3
VS
23905 grep -v '^ *+' conftest.er1 >conftest.err
23906 rm -f conftest.er1
23907 cat conftest.err >&5
a848cd7e
SC
23908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23909 (exit $ac_status); } &&
07158944 23910 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23912 (eval $ac_try) 2>&5
23913 ac_status=$?
23914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23915 (exit $ac_status); }; } &&
23916 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23918 (eval $ac_try) 2>&5
23919 ac_status=$?
23920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23921 (exit $ac_status); }; }; then
23922 ac_header_compiler=yes
23923else
23924 echo "$as_me: failed program was:" >&5
23925sed 's/^/| /' conftest.$ac_ext >&5
23926
23927ac_header_compiler=no
23928fi
ac1cb8d3 23929rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23930echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23931echo "${ECHO_T}$ac_header_compiler" >&6
23932
23933# Is the header present?
23934echo "$as_me:$LINENO: checking windows.h presence" >&5
23935echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
23936cat >conftest.$ac_ext <<_ACEOF
23937/* confdefs.h. */
23938_ACEOF
23939cat confdefs.h >>conftest.$ac_ext
23940cat >>conftest.$ac_ext <<_ACEOF
23941/* end confdefs.h. */
23942#include <windows.h>
23943_ACEOF
23944if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23945 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23946 ac_status=$?
23947 grep -v '^ *+' conftest.er1 >conftest.err
23948 rm -f conftest.er1
23949 cat conftest.err >&5
23950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23951 (exit $ac_status); } >/dev/null; then
23952 if test -s conftest.err; then
23953 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23954 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23955 else
23956 ac_cpp_err=
23957 fi
23958else
23959 ac_cpp_err=yes
23960fi
23961if test -z "$ac_cpp_err"; then
23962 ac_header_preproc=yes
23963else
23964 echo "$as_me: failed program was:" >&5
23965sed 's/^/| /' conftest.$ac_ext >&5
23966
23967 ac_header_preproc=no
23968fi
23969rm -f conftest.err conftest.$ac_ext
23970echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23971echo "${ECHO_T}$ac_header_preproc" >&6
23972
23973# So? What about this header?
ac1cb8d3
VS
23974case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23975 yes:no: )
a848cd7e
SC
23976 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
23977echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23978 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
23979echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
23980 ac_header_preproc=yes
a848cd7e 23981 ;;
ac1cb8d3 23982 no:yes:* )
a848cd7e
SC
23983 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
23984echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23985 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
23986echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
23987 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
23988echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
23989 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
23990echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23991 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
23992echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23993 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
23994echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23995 (
23996 cat <<\_ASBOX
ac1cb8d3
VS
23997## ----------------------------------------- ##
23998## Report this to wx-dev@lists.wxwidgets.org ##
23999## ----------------------------------------- ##
a848cd7e
SC
24000_ASBOX
24001 ) |
24002 sed "s/^/$as_me: WARNING: /" >&2
24003 ;;
24004esac
24005echo "$as_me:$LINENO: checking for windows.h" >&5
24006echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24007if test "${ac_cv_header_windows_h+set}" = set; then
24008 echo $ECHO_N "(cached) $ECHO_C" >&6
24009else
24010 ac_cv_header_windows_h=$ac_header_preproc
24011fi
24012echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24013echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24014
24015fi
24016if test $ac_cv_header_windows_h = yes; then
24017 :
24018else
24019
24020 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24021echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24022 { (exit 1); exit 1; }; }
24023
24024fi
24025
24026
24027
24028 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24029
24030 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24031 LIBS="$LIBS -loleacc"
24032 fi
24033
24034 case "${host}" in
24035 *-*-cygwin* )
24036 LIBS="$LIBS -lkernel32 -luser32"
24037 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
24038 esac
24039
24040 if test "$wxUSE_ODBC" = "sys" ; then
24041 wxUSE_ODBC = "yes"
24042 fi
24043 if test "$wxUSE_ODBC" = "yes" ; then
24044 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
24045 cat >>confdefs.h <<\_ACEOF
24046#define wxUSE_ODBC 1
24047_ACEOF
24048
24049 fi
24050
24051 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24052 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
24053
24054 WIN32INSTALL=win32install
24055fi
24056
24057if test "$wxUSE_GUI" = "yes"; then
24058 USE_GUI=1
24059
24060 GUI_TK_LIBRARY=
24061
24062 WXGTK12=
24063 WXGTK127=
24064 WXGTK20=
24065 WXGPE=
24066
207bc66c
RN
24067 if test "$wxUSE_COCOA" = 1 ; then
24068 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24069 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24070echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24071 wxUSE_PRINTING_ARCHITECTURE=no
24072 fi
24073 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24074 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24075echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24076 wxUSE_DRAG_AND_DROP=no
24077 fi
24078 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24079 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24080echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24081 wxUSE_DRAGIMAGE=no
24082 fi
24083 fi
24084
a848cd7e
SC
24085 if test "$wxUSE_MSW" = 1 ; then
24086 TOOLKIT=MSW
24087 GUIDIST=MSW_DIST
24088
ceec2216 24089 case "${host}" in
a848cd7e
SC
24090 *-*-mingw32* )
24091 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
24092 esac
24093 fi
24094
24095 if test "$wxUSE_GTK" = 1; then
24096 echo "$as_me:$LINENO: checking for GTK+ version" >&5
24097echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
24098
24099 gtk_version_cached=1
24100 if test "${wx_cv_lib_gtk+set}" = set; then
24101 echo $ECHO_N "(cached) $ECHO_C" >&6
24102else
24103
24104 gtk_version_cached=0
24105 echo "$as_me:$LINENO: result: " >&5
24106echo "${ECHO_T}" >&6
24107
24108 GTK_MODULES=
24109 if test "$wxUSE_THREADS" = "yes"; then
24110 GTK_MODULES=gthread
24111 fi
24112
24113 wx_cv_lib_gtk=
24114 if test "x$wxUSE_GTK2" = "xyes"; then
24115 # Check whether --enable-gtktest or --disable-gtktest was given.
24116if test "${enable_gtktest+set}" = set; then
24117 enableval="$enable_gtktest"
24118
24119else
24120 enable_gtktest=yes
24121fi;
24122
24123 pkg_config_args=gtk+-2.0
24124 for module in . $GTK_MODULES
24125 do
24126 case "$module" in
24127 gthread)
24128 pkg_config_args="$pkg_config_args gthread-2.0"
24129 ;;
24130 esac
24131 done
24132
24133 no_gtk=""
24134
24135 # Extract the first word of "pkg-config", so it can be a program name with args.
24136set dummy pkg-config; ac_word=$2
24137echo "$as_me:$LINENO: checking for $ac_word" >&5
24138echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24139if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24140 echo $ECHO_N "(cached) $ECHO_C" >&6
24141else
24142 case $PKG_CONFIG in
24143 [\\/]* | ?:[\\/]*)
24144 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
24145 ;;
24146 *)
24147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24148for as_dir in $PATH
24149do
24150 IFS=$as_save_IFS
24151 test -z "$as_dir" && as_dir=.
24152 for ac_exec_ext in '' $ac_executable_extensions; do
24153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24154 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24156 break 2
24157 fi
24158done
24159done
24160
24161 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
24162 ;;
24163esac
24164fi
24165PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24166
24167if test -n "$PKG_CONFIG"; then
24168 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24169echo "${ECHO_T}$PKG_CONFIG" >&6
24170else
24171 echo "$as_me:$LINENO: result: no" >&5
24172echo "${ECHO_T}no" >&6
24173fi
24174
24175
24176 if test x$PKG_CONFIG != xno ; then
24177 if pkg-config --atleast-pkgconfig-version 0.7 ; then
24178 :
24179 else
c2218763 24180 echo "*** pkg-config too old; version 0.7 or better required."
a848cd7e
SC
24181 no_gtk=yes
24182 PKG_CONFIG=no
24183 fi
24184 else
24185 no_gtk=yes
24186 fi
24187
24188 min_gtk_version=2.0.0
24189 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
24190echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
24191
24192 if test x$PKG_CONFIG != xno ; then
24193 ## don't try to run the test against uninstalled libtool libs
24194 if $PKG_CONFIG --uninstalled $pkg_config_args; then
24195 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
24196 enable_gtktest=no
24197 fi
24198
24199 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
24200 :
24201 else
24202 no_gtk=yes
24203 fi
24204 fi
24205
24206 if test x"$no_gtk" = x ; then
24207 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
24208 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
24209 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24210 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24211 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24212 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24213 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24214 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24215 if test "x$enable_gtktest" = "xyes" ; then
24216 ac_save_CFLAGS="$CFLAGS"
24217 ac_save_LIBS="$LIBS"
24218 CFLAGS="$CFLAGS $GTK_CFLAGS"
24219 LIBS="$GTK_LIBS $LIBS"
24220 rm -f conf.gtktest
24221 if test "$cross_compiling" = yes; then
24222 echo $ac_n "cross compiling; assumed OK... $ac_c"
24223else
24224 cat >conftest.$ac_ext <<_ACEOF
24225/* confdefs.h. */
24226_ACEOF
24227cat confdefs.h >>conftest.$ac_ext
24228cat >>conftest.$ac_ext <<_ACEOF
24229/* end confdefs.h. */
24230
24231#include <gtk/gtk.h>
24232#include <stdio.h>
24233#include <stdlib.h>
24234
24235int
24236main ()
24237{
24238 int major, minor, micro;
24239 char *tmp_version;
24240
24241 system ("touch conf.gtktest");
24242
24243 /* HP/UX 9 (%@#!) writes to sscanf strings */
24244 tmp_version = g_strdup("$min_gtk_version");
24245 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24246 printf("%s, bad version string\n", "$min_gtk_version");
24247 exit(1);
24248 }
24249
24250 if ((gtk_major_version != $gtk_config_major_version) ||
24251 (gtk_minor_version != $gtk_config_minor_version) ||
24252 (gtk_micro_version != $gtk_config_micro_version))
24253 {
24254 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24255 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24256 gtk_major_version, gtk_minor_version, gtk_micro_version);
24257 printf ("*** was found! If pkg-config was correct, then it is best\n");
24258 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24259 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24260 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24261 printf("*** required on your system.\n");
24262 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
24263 printf("*** to point to the correct configuration files\n");
24264 }
24265 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24266 (gtk_minor_version != GTK_MINOR_VERSION) ||
24267 (gtk_micro_version != GTK_MICRO_VERSION))
24268 {
24269 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24270 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24271 printf("*** library (version %d.%d.%d)\n",
24272 gtk_major_version, gtk_minor_version, gtk_micro_version);
24273 }
24274 else
24275 {
24276 if ((gtk_major_version > major) ||
24277 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24278 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24279 {
24280 return 0;
24281 }
24282 else
24283 {
24284 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24285 gtk_major_version, gtk_minor_version, gtk_micro_version);
24286 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24287 major, minor, micro);
24288 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24289 printf("***\n");
24290 printf("*** If you have already installed a sufficiently new version, this error\n");
24291 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
24292 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24293 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
24294 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
24295 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24296 printf("*** so that the correct libraries are found at run-time))\n");
24297 }
24298 }
24299 return 1;
24300}
24301
24302_ACEOF
24303rm -f conftest$ac_exeext
24304if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24305 (eval $ac_link) 2>&5
24306 ac_status=$?
24307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24308 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24310 (eval $ac_try) 2>&5
24311 ac_status=$?
24312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24313 (exit $ac_status); }; }; then
24314 :
24315else
24316 echo "$as_me: program exited with status $ac_status" >&5
24317echo "$as_me: failed program was:" >&5
24318sed 's/^/| /' conftest.$ac_ext >&5
24319
24320( exit $ac_status )
24321no_gtk=yes
24322fi
ac1cb8d3 24323rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24324fi
24325 CFLAGS="$ac_save_CFLAGS"
24326 LIBS="$ac_save_LIBS"
24327 fi
24328 fi
24329 if test "x$no_gtk" = x ; then
24330 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
24331echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
24332 wx_cv_lib_gtk=2.0
24333 else
24334 echo "$as_me:$LINENO: result: no" >&5
24335echo "${ECHO_T}no" >&6
24336 if test "$PKG_CONFIG" = "no" ; then
24337 echo "*** A new enough version of pkg-config was not found."
24338 echo "*** See http://pkgconfig.sourceforge.net"
24339 else
24340 if test -f conf.gtktest ; then
24341 :
24342 else
24343 echo "*** Could not run GTK+ test program, checking why..."
24344 ac_save_CFLAGS="$CFLAGS"
24345 ac_save_LIBS="$LIBS"
24346 CFLAGS="$CFLAGS $GTK_CFLAGS"
24347 LIBS="$LIBS $GTK_LIBS"
24348 cat >conftest.$ac_ext <<_ACEOF
24349/* confdefs.h. */
24350_ACEOF
24351cat confdefs.h >>conftest.$ac_ext
24352cat >>conftest.$ac_ext <<_ACEOF
24353/* end confdefs.h. */
24354
24355#include <gtk/gtk.h>
24356#include <stdio.h>
24357
24358int
24359main ()
24360{
24361 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24362 ;
24363 return 0;
24364}
24365_ACEOF
24366rm -f conftest.$ac_objext conftest$ac_exeext
24367if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24368 (eval $ac_link) 2>conftest.er1
a848cd7e 24369 ac_status=$?
ac1cb8d3
VS
24370 grep -v '^ *+' conftest.er1 >conftest.err
24371 rm -f conftest.er1
24372 cat conftest.err >&5
a848cd7e
SC
24373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24374 (exit $ac_status); } &&
07158944 24375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24377 (eval $ac_try) 2>&5
24378 ac_status=$?
24379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24380 (exit $ac_status); }; } &&
24381 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24383 (eval $ac_try) 2>&5
24384 ac_status=$?
24385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24386 (exit $ac_status); }; }; then
24387 echo "*** The test program compiled, but did not run. This usually means"
24388 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
24389 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
24390 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24391 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24392 echo "*** is required on your system"
24393 echo "***"
24394 echo "*** If you have an old version installed, it is best to remove it, although"
24395 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24396else
24397 echo "$as_me: failed program was:" >&5
24398sed 's/^/| /' conftest.$ac_ext >&5
24399
24400 echo "*** The test program failed to compile or link. See the file config.log for the"
24401 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
24402fi
ac1cb8d3
VS
24403rm -f conftest.err conftest.$ac_objext \
24404 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24405 CFLAGS="$ac_save_CFLAGS"
24406 LIBS="$ac_save_LIBS"
24407 fi
24408 fi
24409 GTK_CFLAGS=""
24410 GTK_LIBS=""
24411 :
24412 fi
24413
24414
24415 rm -f conf.gtktest
24416
24417 else
24418
24419# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
24420if test "${with_gtk_prefix+set}" = set; then
24421 withval="$with_gtk_prefix"
24422 gtk_config_prefix="$withval"
24423else
24424 gtk_config_prefix=""
24425fi;
24426
24427# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
24428if test "${with_gtk_exec_prefix+set}" = set; then
24429 withval="$with_gtk_exec_prefix"
24430 gtk_config_exec_prefix="$withval"
24431else
24432 gtk_config_exec_prefix=""
24433fi;
24434# Check whether --enable-gtktest or --disable-gtktest was given.
24435if test "${enable_gtktest+set}" = set; then
24436 enableval="$enable_gtktest"
24437
24438else
24439 enable_gtktest=yes
24440fi;
24441
24442 for module in . $GTK_MODULES
24443 do
24444 case "$module" in
24445 gthread)
24446 gtk_config_args="$gtk_config_args gthread"
24447 ;;
24448 esac
24449 done
24450
24451 if test x$gtk_config_exec_prefix != x ; then
24452 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24453 if test x${GTK_CONFIG+set} != xset ; then
24454 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
24455 fi
24456 fi
24457 if test x$gtk_config_prefix != x ; then
24458 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
24459 if test x${GTK_CONFIG+set} != xset ; then
24460 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
24461 fi
24462 fi
24463
24464 # Extract the first word of "gtk-config", so it can be a program name with args.
24465set dummy gtk-config; ac_word=$2
24466echo "$as_me:$LINENO: checking for $ac_word" >&5
24467echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24468if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
24469 echo $ECHO_N "(cached) $ECHO_C" >&6
24470else
24471 case $GTK_CONFIG in
24472 [\\/]* | ?:[\\/]*)
24473 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
24474 ;;
24475 *)
24476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24477for as_dir in $PATH
24478do
24479 IFS=$as_save_IFS
24480 test -z "$as_dir" && as_dir=.
24481 for ac_exec_ext in '' $ac_executable_extensions; do
24482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24483 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24484 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24485 break 2
24486 fi
24487done
24488done
24489
24490 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
24491 ;;
24492esac
24493fi
24494GTK_CONFIG=$ac_cv_path_GTK_CONFIG
24495
24496if test -n "$GTK_CONFIG"; then
24497 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
24498echo "${ECHO_T}$GTK_CONFIG" >&6
24499else
24500 echo "$as_me:$LINENO: result: no" >&5
24501echo "${ECHO_T}no" >&6
24502fi
24503
24504 min_gtk_version=1.2.7
24505 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
24506echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
24507 no_gtk=""
24508 if test "$GTK_CONFIG" = "no" ; then
24509 no_gtk=yes
24510 else
24511 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
24512 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
24513 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
24514 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24515 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
24516 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24517 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
24518 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24519 if test "x$enable_gtktest" = "xyes" ; then
24520 ac_save_CFLAGS="$CFLAGS"
24521 ac_save_LIBS="$LIBS"
24522 CFLAGS="$CFLAGS $GTK_CFLAGS"
24523 LIBS="$GTK_LIBS $LIBS"
24524 rm -f conf.gtktest
24525 if test "$cross_compiling" = yes; then
24526 echo $ac_n "cross compiling; assumed OK... $ac_c"
24527else
24528 cat >conftest.$ac_ext <<_ACEOF
24529/* confdefs.h. */
24530_ACEOF
24531cat confdefs.h >>conftest.$ac_ext
24532cat >>conftest.$ac_ext <<_ACEOF
24533/* end confdefs.h. */
24534
24535#include <gtk/gtk.h>
24536#include <stdio.h>
24537#include <stdlib.h>
24538
24539int
24540main ()
24541{
24542 int major, minor, micro;
24543 char *tmp_version;
24544
24545 system ("touch conf.gtktest");
24546
24547 /* HP/UX 9 (%@#!) writes to sscanf strings */
24548 tmp_version = g_strdup("$min_gtk_version");
24549 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24550 printf("%s, bad version string\n", "$min_gtk_version");
24551 exit(1);
24552 }
24553
24554 if ((gtk_major_version != $gtk_config_major_version) ||
24555 (gtk_minor_version != $gtk_config_minor_version) ||
24556 (gtk_micro_version != $gtk_config_micro_version))
24557 {
24558 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24559 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24560 gtk_major_version, gtk_minor_version, gtk_micro_version);
24561 printf ("*** was found! If gtk-config was correct, then it is best\n");
24562 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24563 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24564 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24565 printf("*** required on your system.\n");
24566 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24567 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24568 printf("*** before re-running configure\n");
24569 }
24570#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24571 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24572 (gtk_minor_version != GTK_MINOR_VERSION) ||
24573 (gtk_micro_version != GTK_MICRO_VERSION))
24574 {
24575 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24576 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24577 printf("*** library (version %d.%d.%d)\n",
24578 gtk_major_version, gtk_minor_version, gtk_micro_version);
24579 }
24580#endif /* defined (GTK_MAJOR_VERSION) ... */
24581 else
24582 {
24583 if ((gtk_major_version > major) ||
24584 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24585 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24586 {
24587 return 0;
24588 }
24589 else
24590 {
24591 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24592 gtk_major_version, gtk_minor_version, gtk_micro_version);
24593 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24594 major, minor, micro);
24595 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24596 printf("***\n");
24597 printf("*** If you have already installed a sufficiently new version, this error\n");
24598 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24599 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24600 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24601 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24602 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24603 printf("*** so that the correct libraries are found at run-time))\n");
24604 }
24605 }
24606 return 1;
24607}
24608
24609_ACEOF
24610rm -f conftest$ac_exeext
24611if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24612 (eval $ac_link) 2>&5
24613 ac_status=$?
24614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24615 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24617 (eval $ac_try) 2>&5
24618 ac_status=$?
24619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24620 (exit $ac_status); }; }; then
24621 :
24622else
24623 echo "$as_me: program exited with status $ac_status" >&5
24624echo "$as_me: failed program was:" >&5
24625sed 's/^/| /' conftest.$ac_ext >&5
24626
24627( exit $ac_status )
24628no_gtk=yes
24629fi
ac1cb8d3 24630rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24631fi
24632 CFLAGS="$ac_save_CFLAGS"
24633 LIBS="$ac_save_LIBS"
24634 fi
24635 fi
24636 if test "x$no_gtk" = x ; then
24637 echo "$as_me:$LINENO: result: yes" >&5
24638echo "${ECHO_T}yes" >&6
24639 wx_cv_lib_gtk=1.2.7
24640 else
24641 echo "$as_me:$LINENO: result: no" >&5
24642echo "${ECHO_T}no" >&6
24643 if test "$GTK_CONFIG" = "no" ; then
24644 echo "*** The gtk-config script installed by GTK could not be found"
24645 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24646 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24647 echo "*** full path to gtk-config."
24648 else
24649 if test -f conf.gtktest ; then
24650 :
24651 else
24652 echo "*** Could not run GTK test program, checking why..."
24653 CFLAGS="$CFLAGS $GTK_CFLAGS"
24654 LIBS="$LIBS $GTK_LIBS"
24655 cat >conftest.$ac_ext <<_ACEOF
24656/* confdefs.h. */
24657_ACEOF
24658cat confdefs.h >>conftest.$ac_ext
24659cat >>conftest.$ac_ext <<_ACEOF
24660/* end confdefs.h. */
24661
24662#include <gtk/gtk.h>
24663#include <stdio.h>
24664
24665int
24666main ()
24667{
24668 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24669 ;
24670 return 0;
24671}
24672_ACEOF
24673rm -f conftest.$ac_objext conftest$ac_exeext
24674if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24675 (eval $ac_link) 2>conftest.er1
a848cd7e 24676 ac_status=$?
ac1cb8d3
VS
24677 grep -v '^ *+' conftest.er1 >conftest.err
24678 rm -f conftest.er1
24679 cat conftest.err >&5
a848cd7e
SC
24680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24681 (exit $ac_status); } &&
07158944 24682 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24684 (eval $ac_try) 2>&5
24685 ac_status=$?
24686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24687 (exit $ac_status); }; } &&
24688 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24690 (eval $ac_try) 2>&5
24691 ac_status=$?
24692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24693 (exit $ac_status); }; }; then
24694 echo "*** The test program compiled, but did not run. This usually means"
24695 echo "*** that the run-time linker is not finding GTK or finding the wrong"
24696 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24697 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24698 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24699 echo "*** is required on your system"
24700 echo "***"
24701 echo "*** If you have an old version installed, it is best to remove it, although"
24702 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24703 echo "***"
24704 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24705 echo "*** came with the system with the command"
24706 echo "***"
24707 echo "*** rpm --erase --nodeps gtk gtk-devel"
24708else
24709 echo "$as_me: failed program was:" >&5
24710sed 's/^/| /' conftest.$ac_ext >&5
24711
24712 echo "*** The test program failed to compile or link. See the file config.log for the"
24713 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
24714 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24715 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24716fi
ac1cb8d3
VS
24717rm -f conftest.err conftest.$ac_objext \
24718 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24719 CFLAGS="$ac_save_CFLAGS"
24720 LIBS="$ac_save_LIBS"
24721 fi
24722 fi
24723 GTK_CFLAGS=""
24724 GTK_LIBS=""
24725 :
24726 fi
24727
24728
24729 rm -f conf.gtktest
24730
24731
24732 if test -z "$wx_cv_lib_gtk"; then
24733
24734# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
24735if test "${with_gtk_prefix+set}" = set; then
24736 withval="$with_gtk_prefix"
24737 gtk_config_prefix="$withval"
24738else
24739 gtk_config_prefix=""
24740fi;
24741
24742# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
24743if test "${with_gtk_exec_prefix+set}" = set; then
24744 withval="$with_gtk_exec_prefix"
24745 gtk_config_exec_prefix="$withval"
24746else
24747 gtk_config_exec_prefix=""
24748fi;
24749# Check whether --enable-gtktest or --disable-gtktest was given.
24750if test "${enable_gtktest+set}" = set; then
24751 enableval="$enable_gtktest"
24752
24753else
24754 enable_gtktest=yes
24755fi;
24756
24757 for module in . $GTK_MODULES
24758 do
24759 case "$module" in
24760 gthread)
24761 gtk_config_args="$gtk_config_args gthread"
24762 ;;
24763 esac
24764 done
24765
24766 if test x$gtk_config_exec_prefix != x ; then
24767 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24768 if test x${GTK_CONFIG+set} != xset ; then
24769 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
24770 fi
24771 fi
24772 if test x$gtk_config_prefix != x ; then
24773 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
24774 if test x${GTK_CONFIG+set} != xset ; then
24775 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
24776 fi
24777 fi
24778
24779 # Extract the first word of "gtk-config", so it can be a program name with args.
24780set dummy gtk-config; ac_word=$2
24781echo "$as_me:$LINENO: checking for $ac_word" >&5
24782echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24783if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
24784 echo $ECHO_N "(cached) $ECHO_C" >&6
24785else
24786 case $GTK_CONFIG in
24787 [\\/]* | ?:[\\/]*)
24788 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
24789 ;;
24790 *)
24791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24792for as_dir in $PATH
24793do
24794 IFS=$as_save_IFS
24795 test -z "$as_dir" && as_dir=.
24796 for ac_exec_ext in '' $ac_executable_extensions; do
24797 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24798 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24800 break 2
24801 fi
24802done
24803done
24804
24805 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
24806 ;;
24807esac
24808fi
24809GTK_CONFIG=$ac_cv_path_GTK_CONFIG
24810
24811if test -n "$GTK_CONFIG"; then
24812 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
24813echo "${ECHO_T}$GTK_CONFIG" >&6
24814else
24815 echo "$as_me:$LINENO: result: no" >&5
24816echo "${ECHO_T}no" >&6
24817fi
24818
24819 min_gtk_version=1.2.3
24820 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
24821echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
24822 no_gtk=""
24823 if test "$GTK_CONFIG" = "no" ; then
24824 no_gtk=yes
24825 else
24826 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
24827 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
24828 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
24829 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24830 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
24831 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24832 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
24833 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24834 if test "x$enable_gtktest" = "xyes" ; then
24835 ac_save_CFLAGS="$CFLAGS"
24836 ac_save_LIBS="$LIBS"
24837 CFLAGS="$CFLAGS $GTK_CFLAGS"
24838 LIBS="$GTK_LIBS $LIBS"
24839 rm -f conf.gtktest
24840 if test "$cross_compiling" = yes; then
24841 echo $ac_n "cross compiling; assumed OK... $ac_c"
24842else
24843 cat >conftest.$ac_ext <<_ACEOF
24844/* confdefs.h. */
24845_ACEOF
24846cat confdefs.h >>conftest.$ac_ext
24847cat >>conftest.$ac_ext <<_ACEOF
24848/* end confdefs.h. */
24849
24850#include <gtk/gtk.h>
24851#include <stdio.h>
24852#include <stdlib.h>
24853
24854int
24855main ()
24856{
24857 int major, minor, micro;
24858 char *tmp_version;
24859
24860 system ("touch conf.gtktest");
24861
24862 /* HP/UX 9 (%@#!) writes to sscanf strings */
24863 tmp_version = g_strdup("$min_gtk_version");
24864 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24865 printf("%s, bad version string\n", "$min_gtk_version");
24866 exit(1);
24867 }
24868
24869 if ((gtk_major_version != $gtk_config_major_version) ||
24870 (gtk_minor_version != $gtk_config_minor_version) ||
24871 (gtk_micro_version != $gtk_config_micro_version))
24872 {
24873 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24874 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24875 gtk_major_version, gtk_minor_version, gtk_micro_version);
24876 printf ("*** was found! If gtk-config was correct, then it is best\n");
24877 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24878 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24879 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24880 printf("*** required on your system.\n");
24881 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24882 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24883 printf("*** before re-running configure\n");
24884 }
24885#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24886 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24887 (gtk_minor_version != GTK_MINOR_VERSION) ||
24888 (gtk_micro_version != GTK_MICRO_VERSION))
24889 {
24890 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24891 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24892 printf("*** library (version %d.%d.%d)\n",
24893 gtk_major_version, gtk_minor_version, gtk_micro_version);
24894 }
24895#endif /* defined (GTK_MAJOR_VERSION) ... */
24896 else
24897 {
24898 if ((gtk_major_version > major) ||
24899 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24900 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24901 {
24902 return 0;
24903 }
24904 else
24905 {
24906 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24907 gtk_major_version, gtk_minor_version, gtk_micro_version);
24908 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24909 major, minor, micro);
24910 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24911 printf("***\n");
24912 printf("*** If you have already installed a sufficiently new version, this error\n");
24913 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24914 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24915 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24916 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24917 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24918 printf("*** so that the correct libraries are found at run-time))\n");
24919 }
24920 }
24921 return 1;
24922}
24923
24924_ACEOF
24925rm -f conftest$ac_exeext
24926if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24927 (eval $ac_link) 2>&5
24928 ac_status=$?
24929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24930 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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); }; }; then
24936 :
24937else
24938 echo "$as_me: program exited with status $ac_status" >&5
24939echo "$as_me: failed program was:" >&5
24940sed 's/^/| /' conftest.$ac_ext >&5
24941
24942( exit $ac_status )
24943no_gtk=yes
24944fi
ac1cb8d3 24945rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24946fi
24947 CFLAGS="$ac_save_CFLAGS"
24948 LIBS="$ac_save_LIBS"
24949 fi
24950 fi
24951 if test "x$no_gtk" = x ; then
24952 echo "$as_me:$LINENO: result: yes" >&5
24953echo "${ECHO_T}yes" >&6
24954 wx_cv_lib_gtk=1.2.3
24955 else
24956 echo "$as_me:$LINENO: result: no" >&5
24957echo "${ECHO_T}no" >&6
24958 if test "$GTK_CONFIG" = "no" ; then
24959 echo "*** The gtk-config script installed by GTK could not be found"
24960 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24961 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24962 echo "*** full path to gtk-config."
24963 else
24964 if test -f conf.gtktest ; then
24965 :
24966 else
24967 echo "*** Could not run GTK test program, checking why..."
24968 CFLAGS="$CFLAGS $GTK_CFLAGS"
24969 LIBS="$LIBS $GTK_LIBS"
24970 cat >conftest.$ac_ext <<_ACEOF
24971/* confdefs.h. */
24972_ACEOF
24973cat confdefs.h >>conftest.$ac_ext
24974cat >>conftest.$ac_ext <<_ACEOF
24975/* end confdefs.h. */
24976
24977#include <gtk/gtk.h>
24978#include <stdio.h>
24979
24980int
24981main ()
24982{
24983 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24984 ;
24985 return 0;
24986}
24987_ACEOF
24988rm -f conftest.$ac_objext conftest$ac_exeext
24989if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24990 (eval $ac_link) 2>conftest.er1
a848cd7e 24991 ac_status=$?
ac1cb8d3
VS
24992 grep -v '^ *+' conftest.er1 >conftest.err
24993 rm -f conftest.er1
24994 cat conftest.err >&5
a848cd7e
SC
24995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24996 (exit $ac_status); } &&
07158944 24997 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24999 (eval $ac_try) 2>&5
25000 ac_status=$?
25001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25002 (exit $ac_status); }; } &&
25003 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25005 (eval $ac_try) 2>&5
25006 ac_status=$?
25007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25008 (exit $ac_status); }; }; then
25009 echo "*** The test program compiled, but did not run. This usually means"
25010 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25011 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25012 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25013 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25014 echo "*** is required on your system"
25015 echo "***"
25016 echo "*** If you have an old version installed, it is best to remove it, although"
25017 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25018 echo "***"
25019 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25020 echo "*** came with the system with the command"
25021 echo "***"
25022 echo "*** rpm --erase --nodeps gtk gtk-devel"
25023else
25024 echo "$as_me: failed program was:" >&5
25025sed 's/^/| /' conftest.$ac_ext >&5
25026
25027 echo "*** The test program failed to compile or link. See the file config.log for the"
25028 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25029 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25030 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25031fi
ac1cb8d3
VS
25032rm -f conftest.err conftest.$ac_objext \
25033 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25034 CFLAGS="$ac_save_CFLAGS"
25035 LIBS="$ac_save_LIBS"
25036 fi
25037 fi
25038 GTK_CFLAGS=""
25039 GTK_LIBS=""
25040 :
25041 fi
25042
25043
25044 rm -f conf.gtktest
25045
25046 fi
25047 fi
25048
25049 if test -z "$wx_cv_lib_gtk"; then
25050 wx_cv_lib_gtk=none
25051 else
25052 wx_cv_cflags_gtk=$GTK_CFLAGS
25053 wx_cv_libs_gtk=$GTK_LIBS
25054 fi
25055
25056
25057fi
25058
25059
25060 if test "$gtk_version_cached" = 1; then
25061 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25062echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25063 fi
25064
25065 case "$wx_cv_lib_gtk" in
25066 2.0) WXGTK20=1
25067 TOOLKIT_VERSION=2
25068 ;;
25069 1.2.7) WXGTK127=1
25070 WXGTK12=1
25071 ;;
25072 1.2.3) WXGTK12=1
25073 ;;
25074 *) { { echo "$as_me:$LINENO: error:
25075Please check that gtk-config is in path, the directory
25076where GTK+ libraries are installed (returned by
25077'gtk-config --libs' command) is in LD_LIBRARY_PATH or
25078equivalent variable and GTK+ is version 1.2.3 or above.
25079 " >&5
25080echo "$as_me: error:
25081Please check that gtk-config is in path, the directory
25082where GTK+ libraries are installed (returned by
25083'gtk-config --libs' command) is in LD_LIBRARY_PATH or
25084equivalent variable and GTK+ is version 1.2.3 or above.
25085 " >&2;}
25086 { (exit 1); exit 1; }; }
25087 ;;
25088 esac
25089
25090 if test "$WXGTK20" = 1; then
304205f1
VS
25091 save_CFLAGS="$CFLAGS"
25092 save_LIBS="$LIBS"
9d271838
VZ
25093 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
25094 LIBS="$LIBS $wx_cv_lib_gtk"
304205f1 25095
9755e73b 25096
304205f1
VS
25097for ac_func in pango_font_family_is_monospace
25098do
25099as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25100echo "$as_me:$LINENO: checking for $ac_func" >&5
25101echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25102if eval "test \"\${$as_ac_var+set}\" = set"; then
25103 echo $ECHO_N "(cached) $ECHO_C" >&6
25104else
25105 cat >conftest.$ac_ext <<_ACEOF
25106/* confdefs.h. */
25107_ACEOF
25108cat confdefs.h >>conftest.$ac_ext
25109cat >>conftest.$ac_ext <<_ACEOF
25110/* end confdefs.h. */
25111/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25112 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25113#define $ac_func innocuous_$ac_func
25114
25115/* System header to define __stub macros and hopefully few prototypes,
25116 which can conflict with char $ac_func (); below.
25117 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25118 <limits.h> exists even on freestanding compilers. */
25119
25120#ifdef __STDC__
25121# include <limits.h>
25122#else
25123# include <assert.h>
25124#endif
25125
25126#undef $ac_func
25127
25128/* Override any gcc2 internal prototype to avoid an error. */
25129#ifdef __cplusplus
25130extern "C"
25131{
25132#endif
25133/* We use char because int might match the return type of a gcc2
25134 builtin and then its argument prototype would still apply. */
25135char $ac_func ();
25136/* The GNU C library defines this for functions which it implements
25137 to always fail with ENOSYS. Some functions are actually named
25138 something starting with __ and the normal name is an alias. */
25139#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25140choke me
25141#else
25142char (*f) () = $ac_func;
25143#endif
25144#ifdef __cplusplus
25145}
25146#endif
25147
25148int
25149main ()
25150{
25151return f != $ac_func;
25152 ;
25153 return 0;
25154}
25155_ACEOF
25156rm -f conftest.$ac_objext conftest$ac_exeext
25157if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25158 (eval $ac_link) 2>conftest.er1
25159 ac_status=$?
25160 grep -v '^ *+' conftest.er1 >conftest.err
25161 rm -f conftest.er1
25162 cat conftest.err >&5
25163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25164 (exit $ac_status); } &&
07158944 25165 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
304205f1
VS
25166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25167 (eval $ac_try) 2>&5
25168 ac_status=$?
25169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25170 (exit $ac_status); }; } &&
25171 { ac_try='test -s conftest$ac_exeext'
25172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25173 (eval $ac_try) 2>&5
25174 ac_status=$?
25175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25176 (exit $ac_status); }; }; then
25177 eval "$as_ac_var=yes"
25178else
25179 echo "$as_me: failed program was:" >&5
25180sed 's/^/| /' conftest.$ac_ext >&5
25181
25182eval "$as_ac_var=no"
25183fi
25184rm -f conftest.err conftest.$ac_objext \
25185 conftest$ac_exeext conftest.$ac_ext
25186fi
25187echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25188echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25189if test `eval echo '${'$as_ac_var'}'` = yes; then
25190 cat >>confdefs.h <<_ACEOF
25191#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25192_ACEOF
25193
25194fi
25195done
25196
9755e73b
VS
25197
25198 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
25199echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
25200 cat >conftest.$ac_ext <<_ACEOF
25201/* confdefs.h. */
25202_ACEOF
25203cat confdefs.h >>conftest.$ac_ext
25204cat >>conftest.$ac_ext <<_ACEOF
25205/* end confdefs.h. */
25206
25207 #include <gtk/gtk.h>
25208
25209int
25210main ()
25211{
25212
25213 #if !GTK_CHECK_VERSION(2,4,0)
25214 #error "Not GTK+ 2.4"
25215 #endif
25216
25217 ;
25218 return 0;
25219}
25220_ACEOF
25221rm -f conftest.$ac_objext
25222if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25223 (eval $ac_compile) 2>conftest.er1
25224 ac_status=$?
25225 grep -v '^ *+' conftest.er1 >conftest.err
25226 rm -f conftest.er1
25227 cat conftest.err >&5
25228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25229 (exit $ac_status); } &&
07158944 25230 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9755e73b
VS
25231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25232 (eval $ac_try) 2>&5
25233 ac_status=$?
25234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25235 (exit $ac_status); }; } &&
25236 { ac_try='test -s conftest.$ac_objext'
25237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25238 (eval $ac_try) 2>&5
25239 ac_status=$?
25240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25241 (exit $ac_status); }; }; then
25242
25243 cat >>confdefs.h <<\_ACEOF
25244#define __WXGTK24__ 1
25245_ACEOF
25246
25247 echo "$as_me:$LINENO: result: yes" >&5
25248echo "${ECHO_T}yes" >&6
25249
25250else
25251 echo "$as_me: failed program was:" >&5
25252sed 's/^/| /' conftest.$ac_ext >&5
25253
25254
25255 echo "$as_me:$LINENO: result: no" >&5
25256echo "${ECHO_T}no" >&6
25257
25258fi
25259rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25260
304205f1
VS
25261 CFLAGS="$save_CFLAGS"
25262 LIBS="$save_LIBS"
a848cd7e
SC
25263 else
25264 if test "$wxUSE_UNICODE" = "yes"; then
25265 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
25266echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
25267 wxUSE_UNICODE=no
25268 fi
25269 fi
25270
25271 if test "$USE_DARWIN" != 1; then
25272
25273for ac_func in poll
25274do
25275as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25276echo "$as_me:$LINENO: checking for $ac_func" >&5
25277echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25278if eval "test \"\${$as_ac_var+set}\" = set"; then
25279 echo $ECHO_N "(cached) $ECHO_C" >&6
25280else
25281 cat >conftest.$ac_ext <<_ACEOF
25282/* confdefs.h. */
25283_ACEOF
25284cat confdefs.h >>conftest.$ac_ext
25285cat >>conftest.$ac_ext <<_ACEOF
25286/* end confdefs.h. */
ac1cb8d3
VS
25287/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25288 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25289#define $ac_func innocuous_$ac_func
25290
a848cd7e
SC
25291/* System header to define __stub macros and hopefully few prototypes,
25292 which can conflict with char $ac_func (); below.
25293 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25294 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 25295
a848cd7e
SC
25296#ifdef __STDC__
25297# include <limits.h>
25298#else
25299# include <assert.h>
25300#endif
ac1cb8d3
VS
25301
25302#undef $ac_func
25303
a848cd7e
SC
25304/* Override any gcc2 internal prototype to avoid an error. */
25305#ifdef __cplusplus
25306extern "C"
25307{
25308#endif
25309/* We use char because int might match the return type of a gcc2
25310 builtin and then its argument prototype would still apply. */
25311char $ac_func ();
25312/* The GNU C library defines this for functions which it implements
25313 to always fail with ENOSYS. Some functions are actually named
25314 something starting with __ and the normal name is an alias. */
25315#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25316choke me
25317#else
25318char (*f) () = $ac_func;
25319#endif
25320#ifdef __cplusplus
25321}
25322#endif
25323
25324int
25325main ()
25326{
25327return f != $ac_func;
25328 ;
25329 return 0;
25330}
25331_ACEOF
25332rm -f conftest.$ac_objext conftest$ac_exeext
25333if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25334 (eval $ac_link) 2>conftest.er1
a848cd7e 25335 ac_status=$?
ac1cb8d3
VS
25336 grep -v '^ *+' conftest.er1 >conftest.err
25337 rm -f conftest.er1
25338 cat conftest.err >&5
a848cd7e
SC
25339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25340 (exit $ac_status); } &&
07158944 25341 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25343 (eval $ac_try) 2>&5
25344 ac_status=$?
25345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25346 (exit $ac_status); }; } &&
25347 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25349 (eval $ac_try) 2>&5
25350 ac_status=$?
25351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25352 (exit $ac_status); }; }; then
25353 eval "$as_ac_var=yes"
25354else
25355 echo "$as_me: failed program was:" >&5
25356sed 's/^/| /' conftest.$ac_ext >&5
25357
25358eval "$as_ac_var=no"
25359fi
ac1cb8d3
VS
25360rm -f conftest.err conftest.$ac_objext \
25361 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25362fi
25363echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25364echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25365if test `eval echo '${'$as_ac_var'}'` = yes; then
25366 cat >>confdefs.h <<_ACEOF
25367#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25368_ACEOF
25369
25370fi
25371done
25372
25373 fi
25374
25375 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
25376 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
25377
25378 AFMINSTALL=afminstall
25379 TOOLKIT=GTK
25380 GUIDIST=GTK_DIST
25381
25382 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
25383echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
25384if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
25385 echo $ECHO_N "(cached) $ECHO_C" >&6
25386else
25387 ac_check_lib_save_LIBS=$LIBS
25388LIBS="-lgdk $LIBS"
25389cat >conftest.$ac_ext <<_ACEOF
25390/* confdefs.h. */
25391_ACEOF
25392cat confdefs.h >>conftest.$ac_ext
25393cat >>conftest.$ac_ext <<_ACEOF
25394/* end confdefs.h. */
25395
25396/* Override any gcc2 internal prototype to avoid an error. */
25397#ifdef __cplusplus
25398extern "C"
25399#endif
25400/* We use char because int might match the return type of a gcc2
25401 builtin and then its argument prototype would still apply. */
25402char gdk_im_open ();
25403int
25404main ()
25405{
25406gdk_im_open ();
25407 ;
25408 return 0;
25409}
25410_ACEOF
25411rm -f conftest.$ac_objext conftest$ac_exeext
25412if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25413 (eval $ac_link) 2>conftest.er1
a848cd7e 25414 ac_status=$?
ac1cb8d3
VS
25415 grep -v '^ *+' conftest.er1 >conftest.err
25416 rm -f conftest.er1
25417 cat conftest.err >&5
a848cd7e
SC
25418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25419 (exit $ac_status); } &&
07158944 25420 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25422 (eval $ac_try) 2>&5
25423 ac_status=$?
25424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25425 (exit $ac_status); }; } &&
25426 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25428 (eval $ac_try) 2>&5
25429 ac_status=$?
25430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25431 (exit $ac_status); }; }; then
25432 ac_cv_lib_gdk_gdk_im_open=yes
25433else
25434 echo "$as_me: failed program was:" >&5
25435sed 's/^/| /' conftest.$ac_ext >&5
25436
25437ac_cv_lib_gdk_gdk_im_open=no
25438fi
ac1cb8d3
VS
25439rm -f conftest.err conftest.$ac_objext \
25440 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25441LIBS=$ac_check_lib_save_LIBS
25442fi
25443echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
25444echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
25445if test $ac_cv_lib_gdk_gdk_im_open = yes; then
25446 cat >>confdefs.h <<\_ACEOF
25447#define HAVE_XIM 1
25448_ACEOF
25449
25450fi
25451
25452
25453
25454 if test "$wxUSE_GPE" = "yes"; then
25455 echo "$as_me:$LINENO: checking for gpewidget library" >&5
25456echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
25457
25458ac_find_libraries=
25459for ac_dir in $SEARCH_LIB /usr/lib;
25460 do
25461 for ac_extension in a so sl dylib; do
25462 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
25463 ac_find_libraries=$ac_dir
25464 break 2
25465 fi
25466 done
25467 done
25468
25469 if test "$ac_find_libraries" != "" ; then
25470
25471 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
25472 result=$?
25473 if test $result = 0; then
25474 ac_path_to_link=""
25475 else
25476 ac_path_to_link=" -L$ac_find_libraries"
25477 fi
25478
25479 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
25480 WXGPE=1
25481 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
25482echo "${ECHO_T}found at $ac_find_libraries" >&6
25483 else
25484 echo "$as_me:$LINENO: result: not found" >&5
25485echo "${ECHO_T}not found" >&6
25486 fi
25487
25488 fi
25489 fi
25490
25491 if test "$wxUSE_MGL" = 1; then
25492 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
25493echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
25494 if test "x$MGL_ROOT" = x ; then
25495 echo "$as_me:$LINENO: result: not found" >&5
25496echo "${ECHO_T}not found" >&6
25497 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
25498echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
25499 { (exit 1); exit 1; }; }
25500 else
25501 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
25502echo "${ECHO_T}$MGL_ROOT" >&6
25503 fi
25504
25505 echo "$as_me:$LINENO: checking for libmgl location" >&5
25506echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
25507 case "${host}" in
25508 *-*-linux* )
25509 if test "x$wxUSE_SHARED" = xyes ; then
25510 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
25511 else
25512 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
25513 fi
25514 ;;
25515 *-pc-msdosdjgpp )
25516 mgl_os_candidates="dos32/dj2"
25517 ;;
25518 *)
25519 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
25520echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
25521 { (exit 1); exit 1; }; }
25522 esac
25523
25524 mgl_lib_type=""
25525 mgl_os=""
25526
25527 for mgl_os_i in $mgl_os_candidates ; do
25528 if test "x$mgl_os" = x ; then
25529 if test "$wxUSE_DEBUG_FLAG" = yes ; then
25530 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
25531 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
25532 mgl_lib_type=debug
25533 mgl_os=$mgl_os_i
25534 fi
25535 fi
25536 if test "x$mgl_lib_type" = x ; then
25537 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
25538 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
25539 mgl_lib_type=release
25540 mgl_os=$mgl_os_i
25541 fi
25542 fi
25543 fi
25544 done
25545
25546 if test "x$mgl_os" = x ; then
25547 echo "$as_me:$LINENO: result: not found" >&5
25548echo "${ECHO_T}not found" >&6
25549 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
25550echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
25551 { (exit 1); exit 1; }; }
25552 fi
25553 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
25554echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
25555
25556 wxUSE_UNIVERSAL="yes"
25557
25558 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
25559 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
25560
25561 AFMINSTALL=afminstall
25562 TOOLKIT=MGL
25563 GUIDIST=MGL_DIST
25564 fi
25565
25566 if test "$wxUSE_MICROWIN" = 1; then
25567 echo "$as_me:$LINENO: checking for MicroWindows" >&5
25568echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
25569 if test "x$MICROWINDOWS" = x ; then
25570 echo "$as_me:$LINENO: result: not found" >&5
25571echo "${ECHO_T}not found" >&6
25572 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
25573echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
25574 { (exit 1); exit 1; }; }
25575 else
25576 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
25577echo "${ECHO_T}$MICROWINDOWS" >&6
25578 fi
25579
25580 if test -f $MICROWINDOWS/lib/libmwin.a; then
25581 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
25582echo "${ECHO_T}MicroWindows' libraries found." >&6
25583 else
25584 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
25585echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
25586 { (exit 1); exit 1; }; }
25587 fi
25588
25589 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
25590 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
25591
25592 wxUSE_UNIVERSAL="yes"
25593
25594 AFMINSTALL=afminstall
25595 TOOLKIT=MICROWIN
25596 GUIDIST=MICROWIN_DIST
25597
25598 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
25599 fi
25600
74b84332 25601 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
07158944
VZ
25602
25603if test "x$ac_path_x_has_been_run" != xyes; then
25604 echo "$as_me:$LINENO: checking for X" >&5
a848cd7e
SC
25605echo $ECHO_N "checking for X... $ECHO_C" >&6
25606
07158944 25607ac_path_x_has_been_run=yes
a848cd7e
SC
25608
25609# Check whether --with-x or --without-x was given.
25610if test "${with_x+set}" = set; then
25611 withval="$with_x"
25612
25613fi;
25614# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
25615if test "x$with_x" = xno; then
25616 # The user explicitly disabled X.
25617 have_x=disabled
25618else
25619 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
25620 # Both variables are already set.
25621 have_x=yes
25622 else
25623 if test "${ac_cv_have_x+set}" = set; then
25624 echo $ECHO_N "(cached) $ECHO_C" >&6
25625else
25626 # One or both of the vars are not set, and there is no cached value.
25627ac_x_includes=no ac_x_libraries=no
25628rm -fr conftest.dir
25629if mkdir conftest.dir; then
25630 cd conftest.dir
25631 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
25632 cat >Imakefile <<'_ACEOF'
25633acfindx:
25634 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
25635_ACEOF
25636 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
25637 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
25638 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
25639 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
25640 for ac_extension in a so sl; do
25641 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
ac1cb8d3
VS
25642 test -f $ac_im_libdir/libX11.$ac_extension; then
25643 ac_im_usrlibdir=$ac_im_libdir; break
a848cd7e
SC
25644 fi
25645 done
25646 # Screen out bogus values from the imake configuration. They are
25647 # bogus both because they are the default anyway, and because
25648 # using them would break gcc on systems where it needs fixed includes.
25649 case $ac_im_incroot in
25650 /usr/include) ;;
25651 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
25652 esac
25653 case $ac_im_usrlibdir in
25654 /usr/lib | /lib) ;;
25655 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
25656 esac
25657 fi
25658 cd ..
25659 rm -fr conftest.dir
25660fi
25661
25662# Standard set of common directories for X headers.
25663# Check X11 before X11Rn because it is often a symlink to the current release.
25664ac_x_header_dirs='
25665/usr/X11/include
25666/usr/X11R6/include
25667/usr/X11R5/include
25668/usr/X11R4/include
25669
25670/usr/include/X11
25671/usr/include/X11R6
25672/usr/include/X11R5
25673/usr/include/X11R4
25674
25675/usr/local/X11/include
25676/usr/local/X11R6/include
25677/usr/local/X11R5/include
25678/usr/local/X11R4/include
25679
25680/usr/local/include/X11
25681/usr/local/include/X11R6
25682/usr/local/include/X11R5
25683/usr/local/include/X11R4
25684
25685/usr/X386/include
25686/usr/x386/include
25687/usr/XFree86/include/X11
25688
25689/usr/include
25690/usr/local/include
25691/usr/unsupported/include
25692/usr/athena/include
25693/usr/local/x11r5/include
25694/usr/lpp/Xamples/include
25695
25696/usr/openwin/include
25697/usr/openwin/share/include'
25698
25699if test "$ac_x_includes" = no; then
07158944 25700 # Guess where to find include files, by looking for a specified header file.
a848cd7e
SC
25701 # First, try using that file with no special directory specified.
25702 cat >conftest.$ac_ext <<_ACEOF
25703/* confdefs.h. */
25704_ACEOF
25705cat confdefs.h >>conftest.$ac_ext
25706cat >>conftest.$ac_ext <<_ACEOF
25707/* end confdefs.h. */
25708#include <X11/Intrinsic.h>
25709_ACEOF
25710if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25711 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25712 ac_status=$?
25713 grep -v '^ *+' conftest.er1 >conftest.err
25714 rm -f conftest.er1
25715 cat conftest.err >&5
25716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25717 (exit $ac_status); } >/dev/null; then
25718 if test -s conftest.err; then
25719 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 25720 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
25721 else
25722 ac_cpp_err=
25723 fi
25724else
25725 ac_cpp_err=yes
25726fi
25727if test -z "$ac_cpp_err"; then
25728 # We can compile using X headers with no special include directory.
25729ac_x_includes=
25730else
25731 echo "$as_me: failed program was:" >&5
25732sed 's/^/| /' conftest.$ac_ext >&5
25733
25734 for ac_dir in $ac_x_header_dirs; do
25735 if test -r "$ac_dir/X11/Intrinsic.h"; then
25736 ac_x_includes=$ac_dir
25737 break
25738 fi
25739done
25740fi
25741rm -f conftest.err conftest.$ac_ext
25742fi # $ac_x_includes = no
25743
25744if test "$ac_x_libraries" = no; then
25745 # Check for the libraries.
25746 # See if we find them without any special options.
25747 # Don't add to $LIBS permanently.
25748 ac_save_LIBS=$LIBS
25749 LIBS="-lXt $LIBS"
25750 cat >conftest.$ac_ext <<_ACEOF
25751/* confdefs.h. */
25752_ACEOF
25753cat confdefs.h >>conftest.$ac_ext
25754cat >>conftest.$ac_ext <<_ACEOF
25755/* end confdefs.h. */
25756#include <X11/Intrinsic.h>
25757int
25758main ()
25759{
25760XtMalloc (0)
25761 ;
25762 return 0;
25763}
25764_ACEOF
25765rm -f conftest.$ac_objext conftest$ac_exeext
25766if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25767 (eval $ac_link) 2>conftest.er1
a848cd7e 25768 ac_status=$?
ac1cb8d3
VS
25769 grep -v '^ *+' conftest.er1 >conftest.err
25770 rm -f conftest.er1
25771 cat conftest.err >&5
a848cd7e
SC
25772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25773 (exit $ac_status); } &&
07158944 25774 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25776 (eval $ac_try) 2>&5
25777 ac_status=$?
25778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25779 (exit $ac_status); }; } &&
25780 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25782 (eval $ac_try) 2>&5
25783 ac_status=$?
25784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25785 (exit $ac_status); }; }; then
25786 LIBS=$ac_save_LIBS
25787# We can link X programs with no special library path.
25788ac_x_libraries=
25789else
25790 echo "$as_me: failed program was:" >&5
25791sed 's/^/| /' conftest.$ac_ext >&5
25792
25793LIBS=$ac_save_LIBS
25794for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
25795do
25796 # Don't even attempt the hair of trying to link an X program!
25797 for ac_extension in a so sl; do
25798 if test -r $ac_dir/libXt.$ac_extension; then
25799 ac_x_libraries=$ac_dir
25800 break 2
25801 fi
25802 done
25803done
25804fi
ac1cb8d3
VS
25805rm -f conftest.err conftest.$ac_objext \
25806 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25807fi # $ac_x_libraries = no
25808
25809if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
25810 # Didn't find X anywhere. Cache the known absence of X.
25811 ac_cv_have_x="have_x=no"
25812else
25813 # Record where we found X for the cache.
25814 ac_cv_have_x="have_x=yes \
ac1cb8d3 25815 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
a848cd7e
SC
25816fi
25817fi
25818
25819 fi
25820 eval "$ac_cv_have_x"
25821fi # $with_x != no
25822
25823if test "$have_x" != yes; then
25824 echo "$as_me:$LINENO: result: $have_x" >&5
25825echo "${ECHO_T}$have_x" >&6
25826 no_x=yes
25827else
25828 # If each of the values was on the command line, it overrides each guess.
25829 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
25830 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
25831 # Update the cache value to reflect the command line values.
25832 ac_cv_have_x="have_x=yes \
25833 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
07158944
VZ
25834 # It might be that x_includes is empty (headers are found in the
25835 # standard search path. Then output the corresponding message
25836 ac_out_x_includes=$x_includes
25837 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
25838 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
25839echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
a848cd7e
SC
25840fi
25841
07158944 25842fi
a848cd7e
SC
25843if test "$no_x" = yes; then
25844 # Not all programs may use this symbol, but it does not hurt to define it.
25845
25846cat >>confdefs.h <<\_ACEOF
25847#define X_DISPLAY_MISSING 1
25848_ACEOF
25849
25850 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
25851else
25852 if test -n "$x_includes"; then
25853 X_CFLAGS="$X_CFLAGS -I$x_includes"
25854 fi
25855
25856 # It would also be nice to do this for all -L options, not just this one.
25857 if test -n "$x_libraries"; then
25858 X_LIBS="$X_LIBS -L$x_libraries"
25859 # For Solaris; some versions of Sun CC require a space after -R and
25860 # others require no space. Words are not sufficient . . . .
25861 case `(uname -sr) 2>/dev/null` in
25862 "SunOS 5"*)
25863 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
25864echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
25865 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
25866 cat >conftest.$ac_ext <<_ACEOF
25867/* confdefs.h. */
25868_ACEOF
25869cat confdefs.h >>conftest.$ac_ext
25870cat >>conftest.$ac_ext <<_ACEOF
25871/* end confdefs.h. */
25872
25873int
25874main ()
25875{
25876
25877 ;
25878 return 0;
25879}
25880_ACEOF
25881rm -f conftest.$ac_objext conftest$ac_exeext
25882if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25883 (eval $ac_link) 2>conftest.er1
a848cd7e 25884 ac_status=$?
ac1cb8d3
VS
25885 grep -v '^ *+' conftest.er1 >conftest.err
25886 rm -f conftest.er1
25887 cat conftest.err >&5
a848cd7e
SC
25888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25889 (exit $ac_status); } &&
07158944 25890 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25892 (eval $ac_try) 2>&5
25893 ac_status=$?
25894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25895 (exit $ac_status); }; } &&
25896 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25898 (eval $ac_try) 2>&5
25899 ac_status=$?
25900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25901 (exit $ac_status); }; }; then
25902 ac_R_nospace=yes
25903else
25904 echo "$as_me: failed program was:" >&5
25905sed 's/^/| /' conftest.$ac_ext >&5
25906
25907ac_R_nospace=no
25908fi
ac1cb8d3
VS
25909rm -f conftest.err conftest.$ac_objext \
25910 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25911 if test $ac_R_nospace = yes; then
25912 echo "$as_me:$LINENO: result: no" >&5
25913echo "${ECHO_T}no" >&6
25914 X_LIBS="$X_LIBS -R$x_libraries"
25915 else
25916 LIBS="$ac_xsave_LIBS -R $x_libraries"
25917 cat >conftest.$ac_ext <<_ACEOF
25918/* confdefs.h. */
25919_ACEOF
25920cat confdefs.h >>conftest.$ac_ext
25921cat >>conftest.$ac_ext <<_ACEOF
25922/* end confdefs.h. */
25923
25924int
25925main ()
25926{
25927
25928 ;
25929 return 0;
25930}
25931_ACEOF
25932rm -f conftest.$ac_objext conftest$ac_exeext
25933if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25934 (eval $ac_link) 2>conftest.er1
a848cd7e 25935 ac_status=$?
ac1cb8d3
VS
25936 grep -v '^ *+' conftest.er1 >conftest.err
25937 rm -f conftest.er1
25938 cat conftest.err >&5
a848cd7e
SC
25939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25940 (exit $ac_status); } &&
07158944 25941 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25943 (eval $ac_try) 2>&5
25944 ac_status=$?
25945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25946 (exit $ac_status); }; } &&
25947 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25949 (eval $ac_try) 2>&5
25950 ac_status=$?
25951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25952 (exit $ac_status); }; }; then
25953 ac_R_space=yes
25954else
25955 echo "$as_me: failed program was:" >&5
25956sed 's/^/| /' conftest.$ac_ext >&5
25957
25958ac_R_space=no
25959fi
ac1cb8d3
VS
25960rm -f conftest.err conftest.$ac_objext \
25961 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25962 if test $ac_R_space = yes; then
25963 echo "$as_me:$LINENO: result: yes" >&5
25964echo "${ECHO_T}yes" >&6
25965 X_LIBS="$X_LIBS -R $x_libraries"
25966 else
25967 echo "$as_me:$LINENO: result: neither works" >&5
25968echo "${ECHO_T}neither works" >&6
25969 fi
25970 fi
25971 LIBS=$ac_xsave_LIBS
25972 esac
25973 fi
25974
25975 # Check for system-dependent libraries X programs must link with.
25976 # Do this before checking for the system-independent R6 libraries
25977 # (-lICE), since we may need -lsocket or whatever for X linking.
25978
25979 if test "$ISC" = yes; then
25980 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
25981 else
25982 # Martyn Johnson says this is needed for Ultrix, if the X
25983 # libraries were built with DECnet support. And Karl Berry says
25984 # the Alpha needs dnet_stub (dnet does not exist).
25985 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
25986 cat >conftest.$ac_ext <<_ACEOF
25987/* confdefs.h. */
25988_ACEOF
25989cat confdefs.h >>conftest.$ac_ext
25990cat >>conftest.$ac_ext <<_ACEOF
25991/* end confdefs.h. */
25992
25993/* Override any gcc2 internal prototype to avoid an error. */
25994#ifdef __cplusplus
25995extern "C"
25996#endif
25997/* We use char because int might match the return type of a gcc2
25998 builtin and then its argument prototype would still apply. */
25999char XOpenDisplay ();
26000int
26001main ()
26002{
26003XOpenDisplay ();
26004 ;
26005 return 0;
26006}
26007_ACEOF
26008rm -f conftest.$ac_objext conftest$ac_exeext
26009if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26010 (eval $ac_link) 2>conftest.er1
a848cd7e 26011 ac_status=$?
ac1cb8d3
VS
26012 grep -v '^ *+' conftest.er1 >conftest.err
26013 rm -f conftest.er1
26014 cat conftest.err >&5
a848cd7e
SC
26015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26016 (exit $ac_status); } &&
07158944 26017 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26019 (eval $ac_try) 2>&5
26020 ac_status=$?
26021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26022 (exit $ac_status); }; } &&
26023 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26025 (eval $ac_try) 2>&5
26026 ac_status=$?
26027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26028 (exit $ac_status); }; }; then
26029 :
26030else
26031 echo "$as_me: failed program was:" >&5
26032sed 's/^/| /' conftest.$ac_ext >&5
26033
26034echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26035echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26036if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26037 echo $ECHO_N "(cached) $ECHO_C" >&6
26038else
26039 ac_check_lib_save_LIBS=$LIBS
26040LIBS="-ldnet $LIBS"
26041cat >conftest.$ac_ext <<_ACEOF
26042/* confdefs.h. */
26043_ACEOF
26044cat confdefs.h >>conftest.$ac_ext
26045cat >>conftest.$ac_ext <<_ACEOF
26046/* end confdefs.h. */
26047
26048/* Override any gcc2 internal prototype to avoid an error. */
26049#ifdef __cplusplus
26050extern "C"
26051#endif
26052/* We use char because int might match the return type of a gcc2
26053 builtin and then its argument prototype would still apply. */
26054char dnet_ntoa ();
26055int
26056main ()
26057{
26058dnet_ntoa ();
26059 ;
26060 return 0;
26061}
26062_ACEOF
26063rm -f conftest.$ac_objext conftest$ac_exeext
26064if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26065 (eval $ac_link) 2>conftest.er1
a848cd7e 26066 ac_status=$?
ac1cb8d3
VS
26067 grep -v '^ *+' conftest.er1 >conftest.err
26068 rm -f conftest.er1
26069 cat conftest.err >&5
a848cd7e
SC
26070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26071 (exit $ac_status); } &&
07158944 26072 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26074 (eval $ac_try) 2>&5
26075 ac_status=$?
26076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26077 (exit $ac_status); }; } &&
26078 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26080 (eval $ac_try) 2>&5
26081 ac_status=$?
26082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26083 (exit $ac_status); }; }; then
26084 ac_cv_lib_dnet_dnet_ntoa=yes
26085else
26086 echo "$as_me: failed program was:" >&5
26087sed 's/^/| /' conftest.$ac_ext >&5
26088
26089ac_cv_lib_dnet_dnet_ntoa=no
26090fi
ac1cb8d3
VS
26091rm -f conftest.err conftest.$ac_objext \
26092 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26093LIBS=$ac_check_lib_save_LIBS
26094fi
26095echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
26096echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
26097if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
26098 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
26099fi
26100
26101 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
26102 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
26103echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
26104if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
26105 echo $ECHO_N "(cached) $ECHO_C" >&6
26106else
26107 ac_check_lib_save_LIBS=$LIBS
26108LIBS="-ldnet_stub $LIBS"
26109cat >conftest.$ac_ext <<_ACEOF
26110/* confdefs.h. */
26111_ACEOF
26112cat confdefs.h >>conftest.$ac_ext
26113cat >>conftest.$ac_ext <<_ACEOF
26114/* end confdefs.h. */
26115
26116/* Override any gcc2 internal prototype to avoid an error. */
26117#ifdef __cplusplus
26118extern "C"
26119#endif
26120/* We use char because int might match the return type of a gcc2
26121 builtin and then its argument prototype would still apply. */
26122char dnet_ntoa ();
26123int
26124main ()
26125{
26126dnet_ntoa ();
26127 ;
26128 return 0;
26129}
26130_ACEOF
26131rm -f conftest.$ac_objext conftest$ac_exeext
26132if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26133 (eval $ac_link) 2>conftest.er1
a848cd7e 26134 ac_status=$?
ac1cb8d3
VS
26135 grep -v '^ *+' conftest.er1 >conftest.err
26136 rm -f conftest.er1
26137 cat conftest.err >&5
a848cd7e
SC
26138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26139 (exit $ac_status); } &&
07158944 26140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26142 (eval $ac_try) 2>&5
26143 ac_status=$?
26144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26145 (exit $ac_status); }; } &&
26146 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26148 (eval $ac_try) 2>&5
26149 ac_status=$?
26150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26151 (exit $ac_status); }; }; then
26152 ac_cv_lib_dnet_stub_dnet_ntoa=yes
26153else
26154 echo "$as_me: failed program was:" >&5
26155sed 's/^/| /' conftest.$ac_ext >&5
26156
26157ac_cv_lib_dnet_stub_dnet_ntoa=no
26158fi
ac1cb8d3
VS
26159rm -f conftest.err conftest.$ac_objext \
26160 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26161LIBS=$ac_check_lib_save_LIBS
26162fi
26163echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
26164echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
26165if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
26166 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
26167fi
26168
26169 fi
26170fi
ac1cb8d3
VS
26171rm -f conftest.err conftest.$ac_objext \
26172 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26173 LIBS="$ac_xsave_LIBS"
26174
26175 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
26176 # to get the SysV transport functions.
26177 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
26178 # needs -lnsl.
26179 # The nsl library prevents programs from opening the X display
26180 # on Irix 5.2, according to T.E. Dickey.
26181 # The functions gethostbyname, getservbyname, and inet_addr are
26182 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
26183 echo "$as_me:$LINENO: checking for gethostbyname" >&5
26184echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
26185if test "${ac_cv_func_gethostbyname+set}" = set; then
26186 echo $ECHO_N "(cached) $ECHO_C" >&6
26187else
26188 cat >conftest.$ac_ext <<_ACEOF
26189/* confdefs.h. */
26190_ACEOF
26191cat confdefs.h >>conftest.$ac_ext
26192cat >>conftest.$ac_ext <<_ACEOF
26193/* end confdefs.h. */
ac1cb8d3
VS
26194/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
26195 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26196#define gethostbyname innocuous_gethostbyname
26197
a848cd7e
SC
26198/* System header to define __stub macros and hopefully few prototypes,
26199 which can conflict with char gethostbyname (); below.
26200 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26201 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 26202
a848cd7e
SC
26203#ifdef __STDC__
26204# include <limits.h>
26205#else
26206# include <assert.h>
26207#endif
ac1cb8d3
VS
26208
26209#undef gethostbyname
26210
a848cd7e
SC
26211/* Override any gcc2 internal prototype to avoid an error. */
26212#ifdef __cplusplus
26213extern "C"
26214{
26215#endif
26216/* We use char because int might match the return type of a gcc2
26217 builtin and then its argument prototype would still apply. */
26218char gethostbyname ();
26219/* The GNU C library defines this for functions which it implements
26220 to always fail with ENOSYS. Some functions are actually named
26221 something starting with __ and the normal name is an alias. */
26222#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
26223choke me
26224#else
26225char (*f) () = gethostbyname;
26226#endif
26227#ifdef __cplusplus
26228}
26229#endif
26230
26231int
26232main ()
26233{
26234return f != gethostbyname;
26235 ;
26236 return 0;
26237}
26238_ACEOF
26239rm -f conftest.$ac_objext conftest$ac_exeext
26240if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26241 (eval $ac_link) 2>conftest.er1
a848cd7e 26242 ac_status=$?
ac1cb8d3
VS
26243 grep -v '^ *+' conftest.er1 >conftest.err
26244 rm -f conftest.er1
26245 cat conftest.err >&5
a848cd7e
SC
26246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26247 (exit $ac_status); } &&
07158944 26248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26250 (eval $ac_try) 2>&5
26251 ac_status=$?
26252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26253 (exit $ac_status); }; } &&
26254 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26256 (eval $ac_try) 2>&5
26257 ac_status=$?
26258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26259 (exit $ac_status); }; }; then
26260 ac_cv_func_gethostbyname=yes
26261else
26262 echo "$as_me: failed program was:" >&5
26263sed 's/^/| /' conftest.$ac_ext >&5
26264
26265ac_cv_func_gethostbyname=no
26266fi
ac1cb8d3
VS
26267rm -f conftest.err conftest.$ac_objext \
26268 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26269fi
26270echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
26271echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
26272
26273 if test $ac_cv_func_gethostbyname = no; then
26274 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
26275echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
26276if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
26277 echo $ECHO_N "(cached) $ECHO_C" >&6
26278else
26279 ac_check_lib_save_LIBS=$LIBS
26280LIBS="-lnsl $LIBS"
26281cat >conftest.$ac_ext <<_ACEOF
26282/* confdefs.h. */
26283_ACEOF
26284cat confdefs.h >>conftest.$ac_ext
26285cat >>conftest.$ac_ext <<_ACEOF
26286/* end confdefs.h. */
26287
26288/* Override any gcc2 internal prototype to avoid an error. */
26289#ifdef __cplusplus
26290extern "C"
26291#endif
26292/* We use char because int might match the return type of a gcc2
26293 builtin and then its argument prototype would still apply. */
26294char gethostbyname ();
26295int
26296main ()
26297{
26298gethostbyname ();
26299 ;
26300 return 0;
26301}
26302_ACEOF
26303rm -f conftest.$ac_objext conftest$ac_exeext
26304if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3
VS
26305 (eval $ac_link) 2>conftest.er1
26306 ac_status=$?
26307 grep -v '^ *+' conftest.er1 >conftest.err
26308 rm -f conftest.er1
26309 cat conftest.err >&5
26310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26311 (exit $ac_status); } &&
07158944 26312 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26314 (eval $ac_try) 2>&5
26315 ac_status=$?
26316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26317 (exit $ac_status); }; } &&
26318 { ac_try='test -s conftest$ac_exeext'
26319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26320 (eval $ac_try) 2>&5
26321 ac_status=$?
26322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26323 (exit $ac_status); }; }; then
26324 ac_cv_lib_nsl_gethostbyname=yes
26325else
26326 echo "$as_me: failed program was:" >&5
26327sed 's/^/| /' conftest.$ac_ext >&5
26328
26329ac_cv_lib_nsl_gethostbyname=no
26330fi
26331rm -f conftest.err conftest.$ac_objext \
26332 conftest$ac_exeext conftest.$ac_ext
26333LIBS=$ac_check_lib_save_LIBS
26334fi
26335echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
26336echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
26337if test $ac_cv_lib_nsl_gethostbyname = yes; then
26338 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
26339fi
26340
26341 if test $ac_cv_lib_nsl_gethostbyname = no; then
26342 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
26343echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
26344if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
26345 echo $ECHO_N "(cached) $ECHO_C" >&6
26346else
26347 ac_check_lib_save_LIBS=$LIBS
26348LIBS="-lbsd $LIBS"
26349cat >conftest.$ac_ext <<_ACEOF
26350/* confdefs.h. */
26351_ACEOF
26352cat confdefs.h >>conftest.$ac_ext
26353cat >>conftest.$ac_ext <<_ACEOF
26354/* end confdefs.h. */
26355
26356/* Override any gcc2 internal prototype to avoid an error. */
26357#ifdef __cplusplus
26358extern "C"
26359#endif
26360/* We use char because int might match the return type of a gcc2
26361 builtin and then its argument prototype would still apply. */
26362char gethostbyname ();
26363int
26364main ()
26365{
26366gethostbyname ();
26367 ;
26368 return 0;
26369}
26370_ACEOF
26371rm -f conftest.$ac_objext conftest$ac_exeext
26372if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26373 (eval $ac_link) 2>conftest.er1
a848cd7e 26374 ac_status=$?
ac1cb8d3
VS
26375 grep -v '^ *+' conftest.er1 >conftest.err
26376 rm -f conftest.er1
26377 cat conftest.err >&5
a848cd7e
SC
26378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26379 (exit $ac_status); } &&
07158944 26380 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
a848cd7e
SC
26381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26382 (eval $ac_try) 2>&5
26383 ac_status=$?
26384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ac1cb8d3
VS
26385 (exit $ac_status); }; } &&
26386 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26388 (eval $ac_try) 2>&5
26389 ac_status=$?
26390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26391 (exit $ac_status); }; }; then
26392 ac_cv_lib_bsd_gethostbyname=yes
26393else
26394 echo "$as_me: failed program was:" >&5
26395sed 's/^/| /' conftest.$ac_ext >&5
26396
26397ac_cv_lib_bsd_gethostbyname=no
26398fi
ac1cb8d3
VS
26399rm -f conftest.err conftest.$ac_objext \
26400 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26401LIBS=$ac_check_lib_save_LIBS
26402fi
26403echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
26404echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
26405if test $ac_cv_lib_bsd_gethostbyname = yes; then
26406 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
26407fi
26408
26409 fi
26410 fi
26411
26412 # lieder@skyler.mavd.honeywell.com says without -lsocket,
26413 # socket/setsockopt and other routines are undefined under SCO ODT
26414 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
26415 # on later versions), says Simon Leinen: it contains gethostby*
26416 # variants that don't use the name server (or something). -lsocket
26417 # must be given before -lnsl if both are needed. We assume that
26418 # if connect needs -lnsl, so does gethostbyname.
26419 echo "$as_me:$LINENO: checking for connect" >&5
26420echo $ECHO_N "checking for connect... $ECHO_C" >&6
26421if test "${ac_cv_func_connect+set}" = set; then
26422 echo $ECHO_N "(cached) $ECHO_C" >&6
26423else
26424 cat >conftest.$ac_ext <<_ACEOF
26425/* confdefs.h. */
26426_ACEOF
26427cat confdefs.h >>conftest.$ac_ext
26428cat >>conftest.$ac_ext <<_ACEOF
26429/* end confdefs.h. */
ac1cb8d3
VS
26430/* Define connect to an innocuous variant, in case <limits.h> declares connect.
26431 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26432#define connect innocuous_connect
26433
a848cd7e
SC
26434/* System header to define __stub macros and hopefully few prototypes,
26435 which can conflict with char connect (); below.
26436 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26437 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 26438
a848cd7e
SC
26439#ifdef __STDC__
26440# include <limits.h>
26441#else
26442# include <assert.h>
26443#endif
ac1cb8d3
VS
26444
26445#undef connect
26446
a848cd7e
SC
26447/* Override any gcc2 internal prototype to avoid an error. */
26448#ifdef __cplusplus
26449extern "C"
26450{
26451#endif
26452/* We use char because int might match the return type of a gcc2
26453 builtin and then its argument prototype would still apply. */
26454char connect ();
26455/* The GNU C library defines this for functions which it implements
26456 to always fail with ENOSYS. Some functions are actually named
26457 something starting with __ and the normal name is an alias. */
26458#if defined (__stub_connect) || defined (__stub___connect)
26459choke me
26460#else
26461char (*f) () = connect;
26462#endif
26463#ifdef __cplusplus
26464}
26465#endif
26466
26467int
26468main ()
26469{
26470return f != connect;
26471 ;
26472 return 0;
26473}
26474_ACEOF
26475rm -f conftest.$ac_objext conftest$ac_exeext
26476if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26477 (eval $ac_link) 2>conftest.er1
a848cd7e 26478 ac_status=$?
ac1cb8d3
VS
26479 grep -v '^ *+' conftest.er1 >conftest.err
26480 rm -f conftest.er1
26481 cat conftest.err >&5
a848cd7e
SC
26482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26483 (exit $ac_status); } &&
07158944 26484 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26486 (eval $ac_try) 2>&5
26487 ac_status=$?
26488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26489 (exit $ac_status); }; } &&
26490 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26492 (eval $ac_try) 2>&5
26493 ac_status=$?
26494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26495 (exit $ac_status); }; }; then
26496 ac_cv_func_connect=yes
26497else
26498 echo "$as_me: failed program was:" >&5
26499sed 's/^/| /' conftest.$ac_ext >&5
26500
26501ac_cv_func_connect=no
26502fi
ac1cb8d3
VS
26503rm -f conftest.err conftest.$ac_objext \
26504 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26505fi
26506echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
26507echo "${ECHO_T}$ac_cv_func_connect" >&6
26508
26509 if test $ac_cv_func_connect = no; then
26510 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
26511echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
26512if test "${ac_cv_lib_socket_connect+set}" = set; then
26513 echo $ECHO_N "(cached) $ECHO_C" >&6
26514else
26515 ac_check_lib_save_LIBS=$LIBS
26516LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
26517cat >conftest.$ac_ext <<_ACEOF
26518/* confdefs.h. */
26519_ACEOF
26520cat confdefs.h >>conftest.$ac_ext
26521cat >>conftest.$ac_ext <<_ACEOF
26522/* end confdefs.h. */
26523
26524/* Override any gcc2 internal prototype to avoid an error. */
26525#ifdef __cplusplus
26526extern "C"
26527#endif
26528/* We use char because int might match the return type of a gcc2
26529 builtin and then its argument prototype would still apply. */
26530char connect ();
26531int
26532main ()
26533{
26534connect ();
26535 ;
26536 return 0;
26537}
26538_ACEOF
26539rm -f conftest.$ac_objext conftest$ac_exeext
26540if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26541 (eval $ac_link) 2>conftest.er1
a848cd7e 26542 ac_status=$?
ac1cb8d3
VS
26543 grep -v '^ *+' conftest.er1 >conftest.err
26544 rm -f conftest.er1
26545 cat conftest.err >&5
a848cd7e
SC
26546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26547 (exit $ac_status); } &&
07158944 26548 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26550 (eval $ac_try) 2>&5
26551 ac_status=$?
26552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26553 (exit $ac_status); }; } &&
26554 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26556 (eval $ac_try) 2>&5
26557 ac_status=$?
26558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26559 (exit $ac_status); }; }; then
26560 ac_cv_lib_socket_connect=yes
26561else
26562 echo "$as_me: failed program was:" >&5
26563sed 's/^/| /' conftest.$ac_ext >&5
26564
26565ac_cv_lib_socket_connect=no
26566fi
ac1cb8d3
VS
26567rm -f conftest.err conftest.$ac_objext \
26568 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26569LIBS=$ac_check_lib_save_LIBS
26570fi
26571echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
26572echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
26573if test $ac_cv_lib_socket_connect = yes; then
26574 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
26575fi
26576
26577 fi
26578
26579 # Guillermo Gomez says -lposix is necessary on A/UX.
26580 echo "$as_me:$LINENO: checking for remove" >&5
26581echo $ECHO_N "checking for remove... $ECHO_C" >&6
26582if test "${ac_cv_func_remove+set}" = set; then
26583 echo $ECHO_N "(cached) $ECHO_C" >&6
26584else
26585 cat >conftest.$ac_ext <<_ACEOF
26586/* confdefs.h. */
26587_ACEOF
26588cat confdefs.h >>conftest.$ac_ext
26589cat >>conftest.$ac_ext <<_ACEOF
26590/* end confdefs.h. */
ac1cb8d3
VS
26591/* Define remove to an innocuous variant, in case <limits.h> declares remove.
26592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26593#define remove innocuous_remove
26594
a848cd7e
SC
26595/* System header to define __stub macros and hopefully few prototypes,
26596 which can conflict with char remove (); below.
26597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26598 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 26599
a848cd7e
SC
26600#ifdef __STDC__
26601# include <limits.h>
26602#else
26603# include <assert.h>
26604#endif
ac1cb8d3
VS
26605
26606#undef remove
26607
a848cd7e
SC
26608/* Override any gcc2 internal prototype to avoid an error. */
26609#ifdef __cplusplus
26610extern "C"
26611{
26612#endif
26613/* We use char because int might match the return type of a gcc2
26614 builtin and then its argument prototype would still apply. */
26615char remove ();
26616/* The GNU C library defines this for functions which it implements
26617 to always fail with ENOSYS. Some functions are actually named
26618 something starting with __ and the normal name is an alias. */
26619#if defined (__stub_remove) || defined (__stub___remove)
26620choke me
26621#else
26622char (*f) () = remove;
26623#endif
26624#ifdef __cplusplus
26625}
26626#endif
26627
26628int
26629main ()
26630{
26631return f != remove;
26632 ;
26633 return 0;
26634}
26635_ACEOF
26636rm -f conftest.$ac_objext conftest$ac_exeext
26637if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26638 (eval $ac_link) 2>conftest.er1
a848cd7e 26639 ac_status=$?
ac1cb8d3
VS
26640 grep -v '^ *+' conftest.er1 >conftest.err
26641 rm -f conftest.er1
26642 cat conftest.err >&5
a848cd7e
SC
26643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26644 (exit $ac_status); } &&
07158944 26645 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26647 (eval $ac_try) 2>&5
26648 ac_status=$?
26649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26650 (exit $ac_status); }; } &&
26651 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26653 (eval $ac_try) 2>&5
26654 ac_status=$?
26655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26656 (exit $ac_status); }; }; then
26657 ac_cv_func_remove=yes
26658else
26659 echo "$as_me: failed program was:" >&5
26660sed 's/^/| /' conftest.$ac_ext >&5
26661
26662ac_cv_func_remove=no
26663fi
ac1cb8d3
VS
26664rm -f conftest.err conftest.$ac_objext \
26665 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26666fi
26667echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
26668echo "${ECHO_T}$ac_cv_func_remove" >&6
26669
26670 if test $ac_cv_func_remove = no; then
26671 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
26672echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
26673if test "${ac_cv_lib_posix_remove+set}" = set; then
26674 echo $ECHO_N "(cached) $ECHO_C" >&6
26675else
26676 ac_check_lib_save_LIBS=$LIBS
26677LIBS="-lposix $LIBS"
26678cat >conftest.$ac_ext <<_ACEOF
26679/* confdefs.h. */
26680_ACEOF
26681cat confdefs.h >>conftest.$ac_ext
26682cat >>conftest.$ac_ext <<_ACEOF
26683/* end confdefs.h. */
26684
26685/* Override any gcc2 internal prototype to avoid an error. */
26686#ifdef __cplusplus
26687extern "C"
26688#endif
26689/* We use char because int might match the return type of a gcc2
26690 builtin and then its argument prototype would still apply. */
26691char remove ();
26692int
26693main ()
26694{
26695remove ();
26696 ;
26697 return 0;
26698}
26699_ACEOF
26700rm -f conftest.$ac_objext conftest$ac_exeext
26701if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26702 (eval $ac_link) 2>conftest.er1
a848cd7e 26703 ac_status=$?
ac1cb8d3
VS
26704 grep -v '^ *+' conftest.er1 >conftest.err
26705 rm -f conftest.er1
26706 cat conftest.err >&5
a848cd7e
SC
26707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26708 (exit $ac_status); } &&
07158944 26709 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26711 (eval $ac_try) 2>&5
26712 ac_status=$?
26713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26714 (exit $ac_status); }; } &&
26715 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26717 (eval $ac_try) 2>&5
26718 ac_status=$?
26719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26720 (exit $ac_status); }; }; then
26721 ac_cv_lib_posix_remove=yes
26722else
26723 echo "$as_me: failed program was:" >&5
26724sed 's/^/| /' conftest.$ac_ext >&5
26725
26726ac_cv_lib_posix_remove=no
26727fi
ac1cb8d3
VS
26728rm -f conftest.err conftest.$ac_objext \
26729 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26730LIBS=$ac_check_lib_save_LIBS
26731fi
26732echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
26733echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
26734if test $ac_cv_lib_posix_remove = yes; then
26735 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
26736fi
26737
26738 fi
26739
26740 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
26741 echo "$as_me:$LINENO: checking for shmat" >&5
26742echo $ECHO_N "checking for shmat... $ECHO_C" >&6
26743if test "${ac_cv_func_shmat+set}" = set; then
26744 echo $ECHO_N "(cached) $ECHO_C" >&6
26745else
26746 cat >conftest.$ac_ext <<_ACEOF
26747/* confdefs.h. */
26748_ACEOF
26749cat confdefs.h >>conftest.$ac_ext
26750cat >>conftest.$ac_ext <<_ACEOF
26751/* end confdefs.h. */
ac1cb8d3
VS
26752/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
26753 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26754#define shmat innocuous_shmat
26755
a848cd7e
SC
26756/* System header to define __stub macros and hopefully few prototypes,
26757 which can conflict with char shmat (); below.
26758 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26759 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 26760
a848cd7e
SC
26761#ifdef __STDC__
26762# include <limits.h>
26763#else
26764# include <assert.h>
26765#endif
ac1cb8d3
VS
26766
26767#undef shmat
26768
a848cd7e
SC
26769/* Override any gcc2 internal prototype to avoid an error. */
26770#ifdef __cplusplus
26771extern "C"
26772{
26773#endif
26774/* We use char because int might match the return type of a gcc2
26775 builtin and then its argument prototype would still apply. */
26776char shmat ();
26777/* The GNU C library defines this for functions which it implements
26778 to always fail with ENOSYS. Some functions are actually named
26779 something starting with __ and the normal name is an alias. */
26780#if defined (__stub_shmat) || defined (__stub___shmat)
26781choke me
26782#else
26783char (*f) () = shmat;
26784#endif
26785#ifdef __cplusplus
26786}
26787#endif
26788
26789int
26790main ()
26791{
26792return f != shmat;
26793 ;
26794 return 0;
26795}
26796_ACEOF
26797rm -f conftest.$ac_objext conftest$ac_exeext
26798if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26799 (eval $ac_link) 2>conftest.er1
a848cd7e 26800 ac_status=$?
ac1cb8d3
VS
26801 grep -v '^ *+' conftest.er1 >conftest.err
26802 rm -f conftest.er1
26803 cat conftest.err >&5
a848cd7e
SC
26804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26805 (exit $ac_status); } &&
07158944 26806 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26808 (eval $ac_try) 2>&5
26809 ac_status=$?
26810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26811 (exit $ac_status); }; } &&
26812 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26814 (eval $ac_try) 2>&5
26815 ac_status=$?
26816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26817 (exit $ac_status); }; }; then
26818 ac_cv_func_shmat=yes
26819else
26820 echo "$as_me: failed program was:" >&5
26821sed 's/^/| /' conftest.$ac_ext >&5
26822
26823ac_cv_func_shmat=no
26824fi
ac1cb8d3
VS
26825rm -f conftest.err conftest.$ac_objext \
26826 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26827fi
26828echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
26829echo "${ECHO_T}$ac_cv_func_shmat" >&6
26830
26831 if test $ac_cv_func_shmat = no; then
26832 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
26833echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
26834if test "${ac_cv_lib_ipc_shmat+set}" = set; then
26835 echo $ECHO_N "(cached) $ECHO_C" >&6
26836else
26837 ac_check_lib_save_LIBS=$LIBS
26838LIBS="-lipc $LIBS"
26839cat >conftest.$ac_ext <<_ACEOF
26840/* confdefs.h. */
26841_ACEOF
26842cat confdefs.h >>conftest.$ac_ext
26843cat >>conftest.$ac_ext <<_ACEOF
26844/* end confdefs.h. */
26845
26846/* Override any gcc2 internal prototype to avoid an error. */
26847#ifdef __cplusplus
26848extern "C"
26849#endif
26850/* We use char because int might match the return type of a gcc2
26851 builtin and then its argument prototype would still apply. */
26852char shmat ();
26853int
26854main ()
26855{
26856shmat ();
26857 ;
26858 return 0;
26859}
26860_ACEOF
26861rm -f conftest.$ac_objext conftest$ac_exeext
26862if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26863 (eval $ac_link) 2>conftest.er1
a848cd7e 26864 ac_status=$?
ac1cb8d3
VS
26865 grep -v '^ *+' conftest.er1 >conftest.err
26866 rm -f conftest.er1
26867 cat conftest.err >&5
a848cd7e
SC
26868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26869 (exit $ac_status); } &&
07158944 26870 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26872 (eval $ac_try) 2>&5
26873 ac_status=$?
26874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26875 (exit $ac_status); }; } &&
26876 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26878 (eval $ac_try) 2>&5
26879 ac_status=$?
26880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26881 (exit $ac_status); }; }; then
26882 ac_cv_lib_ipc_shmat=yes
26883else
26884 echo "$as_me: failed program was:" >&5
26885sed 's/^/| /' conftest.$ac_ext >&5
26886
26887ac_cv_lib_ipc_shmat=no
26888fi
ac1cb8d3
VS
26889rm -f conftest.err conftest.$ac_objext \
26890 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26891LIBS=$ac_check_lib_save_LIBS
26892fi
26893echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
26894echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
26895if test $ac_cv_lib_ipc_shmat = yes; then
26896 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
26897fi
26898
26899 fi
26900 fi
26901
26902 # Check for libraries that X11R6 Xt/Xaw programs need.
26903 ac_save_LDFLAGS=$LDFLAGS
26904 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
26905 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
26906 # check for ICE first), but we must link in the order -lSM -lICE or
26907 # we get undefined symbols. So assume we have SM if we have ICE.
26908 # These have to be linked with before -lX11, unlike the other
26909 # libraries we check for below, so use a different variable.
26910 # John Interrante, Karl Berry
26911 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
26912echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
26913if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
26914 echo $ECHO_N "(cached) $ECHO_C" >&6
26915else
26916 ac_check_lib_save_LIBS=$LIBS
26917LIBS="-lICE $X_EXTRA_LIBS $LIBS"
26918cat >conftest.$ac_ext <<_ACEOF
26919/* confdefs.h. */
26920_ACEOF
26921cat confdefs.h >>conftest.$ac_ext
26922cat >>conftest.$ac_ext <<_ACEOF
26923/* end confdefs.h. */
26924
26925/* Override any gcc2 internal prototype to avoid an error. */
26926#ifdef __cplusplus
26927extern "C"
26928#endif
26929/* We use char because int might match the return type of a gcc2
26930 builtin and then its argument prototype would still apply. */
26931char IceConnectionNumber ();
26932int
26933main ()
26934{
26935IceConnectionNumber ();
26936 ;
26937 return 0;
26938}
26939_ACEOF
26940rm -f conftest.$ac_objext conftest$ac_exeext
26941if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26942 (eval $ac_link) 2>conftest.er1
a848cd7e 26943 ac_status=$?
ac1cb8d3
VS
26944 grep -v '^ *+' conftest.er1 >conftest.err
26945 rm -f conftest.er1
26946 cat conftest.err >&5
a848cd7e
SC
26947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26948 (exit $ac_status); } &&
07158944 26949 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26951 (eval $ac_try) 2>&5
26952 ac_status=$?
26953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26954 (exit $ac_status); }; } &&
26955 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26957 (eval $ac_try) 2>&5
26958 ac_status=$?
26959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26960 (exit $ac_status); }; }; then
26961 ac_cv_lib_ICE_IceConnectionNumber=yes
26962else
26963 echo "$as_me: failed program was:" >&5
26964sed 's/^/| /' conftest.$ac_ext >&5
26965
26966ac_cv_lib_ICE_IceConnectionNumber=no
26967fi
ac1cb8d3
VS
26968rm -f conftest.err conftest.$ac_objext \
26969 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26970LIBS=$ac_check_lib_save_LIBS
26971fi
26972echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
26973echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
26974if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
26975 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
26976fi
26977
26978 LDFLAGS=$ac_save_LDFLAGS
26979
26980fi
26981
26982
26983 if test "$no_x" = "yes"; then
26984 { { echo "$as_me:$LINENO: error: X11 not found" >&5
26985echo "$as_me: error: X11 not found" >&2;}
26986 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
26987 fi
26988
74b84332
VS
26989 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
26990 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
a848cd7e
SC
26991 AFMINSTALL=afminstall
26992 COMPILED_X_PROGRAM=0
26993
74b84332
VS
26994 fi
26995
26996 if test "$wxUSE_X11" = 1; then
a848cd7e
SC
26997 if test "$wxUSE_NANOX" = "yes"; then
26998 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
26999echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27000 if test "x$MICROWIN" = x ; then
27001 echo "$as_me:$LINENO: result: not found" >&5
27002echo "${ECHO_T}not found" >&6
27003 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27004echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27005 { (exit 1); exit 1; }; }
27006 else
27007 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27008echo "${ECHO_T}$MICROWIN" >&6
27009 cat >>confdefs.h <<\_ACEOF
27010#define wxUSE_NANOX 1
27011_ACEOF
27012
27013 fi
27014 fi
27015
27016 if test "$wxUSE_UNICODE" = "yes"; then
27017
27018 succeeded=no
27019
27020 if test -z "$PKG_CONFIG"; then
27021 # Extract the first word of "pkg-config", so it can be a program name with args.
27022set dummy pkg-config; ac_word=$2
27023echo "$as_me:$LINENO: checking for $ac_word" >&5
27024echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27025if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27026 echo $ECHO_N "(cached) $ECHO_C" >&6
27027else
27028 case $PKG_CONFIG in
27029 [\\/]* | ?:[\\/]*)
27030 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27031 ;;
27032 *)
27033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27034for as_dir in $PATH
27035do
27036 IFS=$as_save_IFS
27037 test -z "$as_dir" && as_dir=.
27038 for ac_exec_ext in '' $ac_executable_extensions; do
27039 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27040 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27042 break 2
27043 fi
27044done
27045done
27046
27047 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27048 ;;
27049esac
27050fi
27051PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27052
27053if test -n "$PKG_CONFIG"; then
27054 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27055echo "${ECHO_T}$PKG_CONFIG" >&6
27056else
27057 echo "$as_me:$LINENO: result: no" >&5
27058echo "${ECHO_T}no" >&6
27059fi
27060
27061 fi
27062
27063 if test "$PKG_CONFIG" = "no" ; then
27064 echo "*** The pkg-config script could not be found. Make sure it is"
27065 echo "*** in your path, or set the PKG_CONFIG environment variable"
27066 echo "*** to the full path to pkg-config."
27067 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27068 else
27069 PKG_CONFIG_MIN_VERSION=0.9.0
27070 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27071 echo "$as_me:$LINENO: checking for pangox" >&5
27072echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27073
27074 if $PKG_CONFIG --exists "pangox" ; then
27075 echo "$as_me:$LINENO: result: yes" >&5
27076echo "${ECHO_T}yes" >&6
27077 succeeded=yes
27078
27079 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27080echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27081 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
27082 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27083echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27084
27085 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27086echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27087 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
27088 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27089echo "${ECHO_T}$PANGOX_LIBS" >&6
27090 else
27091 PANGOX_CFLAGS=""
27092 PANGOX_LIBS=""
27093 ## If we have a custom action on failure, don't print errors, but
27094 ## do set a variable so people can do so.
27095 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
27096
27097 fi
27098
27099
27100
27101 else
27102 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27103 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27104 fi
27105 fi
27106
27107 if test $succeeded = yes; then
27108
27109 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
27110 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
27111
27112 else
27113
27114 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
27115echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
27116 { (exit 1); exit 1; }; }
27117
27118
27119 fi
27120
27121
27122 succeeded=no
27123
27124 if test -z "$PKG_CONFIG"; then
27125 # Extract the first word of "pkg-config", so it can be a program name with args.
27126set dummy pkg-config; ac_word=$2
27127echo "$as_me:$LINENO: checking for $ac_word" >&5
27128echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27129if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27130 echo $ECHO_N "(cached) $ECHO_C" >&6
27131else
27132 case $PKG_CONFIG in
27133 [\\/]* | ?:[\\/]*)
27134 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27135 ;;
27136 *)
27137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27138for as_dir in $PATH
27139do
27140 IFS=$as_save_IFS
27141 test -z "$as_dir" && as_dir=.
27142 for ac_exec_ext in '' $ac_executable_extensions; do
27143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27144 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27146 break 2
27147 fi
27148done
27149done
27150
27151 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27152 ;;
27153esac
27154fi
27155PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27156
27157if test -n "$PKG_CONFIG"; then
27158 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27159echo "${ECHO_T}$PKG_CONFIG" >&6
27160else
27161 echo "$as_me:$LINENO: result: no" >&5
27162echo "${ECHO_T}no" >&6
27163fi
27164
27165 fi
27166
27167 if test "$PKG_CONFIG" = "no" ; then
27168 echo "*** The pkg-config script could not be found. Make sure it is"
27169 echo "*** in your path, or set the PKG_CONFIG environment variable"
27170 echo "*** to the full path to pkg-config."
27171 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27172 else
27173 PKG_CONFIG_MIN_VERSION=0.9.0
27174 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27175 echo "$as_me:$LINENO: checking for pangoft2" >&5
27176echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
27177
27178 if $PKG_CONFIG --exists "pangoft2" ; then
27179 echo "$as_me:$LINENO: result: yes" >&5
27180echo "${ECHO_T}yes" >&6
27181 succeeded=yes
27182
27183 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
27184echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
27185 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
27186 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
27187echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
27188
27189 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
27190echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
27191 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
27192 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
27193echo "${ECHO_T}$PANGOFT2_LIBS" >&6
27194 else
27195 PANGOFT2_CFLAGS=""
27196 PANGOFT2_LIBS=""
27197 ## If we have a custom action on failure, don't print errors, but
27198 ## do set a variable so people can do so.
27199 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
27200
27201 fi
27202
27203
27204
27205 else
27206 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27207 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27208 fi
27209 fi
27210
27211 if test $succeeded = yes; then
27212
27213 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
27214 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
27215
27216 else
27217
27218 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
27219echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
27220 wxUSE_PRINTING_ARCHITECTURE="no"
27221
27222
27223 fi
27224
27225
27226 succeeded=no
27227
27228 if test -z "$PKG_CONFIG"; then
27229 # Extract the first word of "pkg-config", so it can be a program name with args.
27230set dummy pkg-config; ac_word=$2
27231echo "$as_me:$LINENO: checking for $ac_word" >&5
27232echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27233if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27234 echo $ECHO_N "(cached) $ECHO_C" >&6
27235else
27236 case $PKG_CONFIG in
27237 [\\/]* | ?:[\\/]*)
27238 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27239 ;;
27240 *)
27241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27242for as_dir in $PATH
27243do
27244 IFS=$as_save_IFS
27245 test -z "$as_dir" && as_dir=.
27246 for ac_exec_ext in '' $ac_executable_extensions; do
27247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27248 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27250 break 2
27251 fi
27252done
27253done
27254
27255 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27256 ;;
27257esac
27258fi
27259PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27260
27261if test -n "$PKG_CONFIG"; then
27262 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27263echo "${ECHO_T}$PKG_CONFIG" >&6
27264else
27265 echo "$as_me:$LINENO: result: no" >&5
27266echo "${ECHO_T}no" >&6
27267fi
27268
27269 fi
27270
27271 if test "$PKG_CONFIG" = "no" ; then
27272 echo "*** The pkg-config script could not be found. Make sure it is"
27273 echo "*** in your path, or set the PKG_CONFIG environment variable"
27274 echo "*** to the full path to pkg-config."
27275 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27276 else
27277 PKG_CONFIG_MIN_VERSION=0.9.0
27278 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27279 echo "$as_me:$LINENO: checking for pangoxft" >&5
27280echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
27281
27282 if $PKG_CONFIG --exists "pangoxft" ; then
27283 echo "$as_me:$LINENO: result: yes" >&5
27284echo "${ECHO_T}yes" >&6
27285 succeeded=yes
27286
27287 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
27288echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
27289 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
27290 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
27291echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
27292
27293 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
27294echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
27295 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
27296 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
27297echo "${ECHO_T}$PANGOXFT_LIBS" >&6
27298 else
27299 PANGOXFT_CFLAGS=""
27300 PANGOXFT_LIBS=""
27301 ## If we have a custom action on failure, don't print errors, but
27302 ## do set a variable so people can do so.
27303 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
27304
27305 fi
27306
27307
27308
27309 else
27310 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27311 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27312 fi
27313 fi
27314
27315 if test $succeeded = yes; then
27316
4ae1af05
MB
27317 cat >>confdefs.h <<\_ACEOF
27318#define HAVE_PANGO_XFT 1
27319_ACEOF
27320
a848cd7e
SC
27321 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
27322 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
27323
27324 else
27325
27326 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
27327echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
27328
27329
27330 fi
27331
304205f1
VS
27332 save_CFLAGS="$CFLAGS"
27333 save_LIBS="$LIBS"
27334 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
27335 LIBS="$LIBS $PANGOX_LIBS"
27336
27337for ac_func in pango_font_family_is_monospace
27338do
27339as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27340echo "$as_me:$LINENO: checking for $ac_func" >&5
27341echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27342if eval "test \"\${$as_ac_var+set}\" = set"; then
27343 echo $ECHO_N "(cached) $ECHO_C" >&6
27344else
27345 cat >conftest.$ac_ext <<_ACEOF
27346/* confdefs.h. */
27347_ACEOF
27348cat confdefs.h >>conftest.$ac_ext
27349cat >>conftest.$ac_ext <<_ACEOF
27350/* end confdefs.h. */
27351/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27352 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27353#define $ac_func innocuous_$ac_func
27354
27355/* System header to define __stub macros and hopefully few prototypes,
27356 which can conflict with char $ac_func (); below.
27357 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27358 <limits.h> exists even on freestanding compilers. */
27359
27360#ifdef __STDC__
27361# include <limits.h>
27362#else
27363# include <assert.h>
27364#endif
27365
27366#undef $ac_func
27367
27368/* Override any gcc2 internal prototype to avoid an error. */
27369#ifdef __cplusplus
27370extern "C"
27371{
27372#endif
27373/* We use char because int might match the return type of a gcc2
27374 builtin and then its argument prototype would still apply. */
27375char $ac_func ();
27376/* The GNU C library defines this for functions which it implements
27377 to always fail with ENOSYS. Some functions are actually named
27378 something starting with __ and the normal name is an alias. */
27379#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27380choke me
27381#else
27382char (*f) () = $ac_func;
27383#endif
27384#ifdef __cplusplus
27385}
27386#endif
27387
27388int
27389main ()
27390{
27391return f != $ac_func;
27392 ;
27393 return 0;
27394}
27395_ACEOF
27396rm -f conftest.$ac_objext conftest$ac_exeext
27397if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27398 (eval $ac_link) 2>conftest.er1
27399 ac_status=$?
27400 grep -v '^ *+' conftest.er1 >conftest.err
27401 rm -f conftest.er1
27402 cat conftest.err >&5
27403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27404 (exit $ac_status); } &&
07158944 27405 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
304205f1
VS
27406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27407 (eval $ac_try) 2>&5
27408 ac_status=$?
27409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27410 (exit $ac_status); }; } &&
27411 { ac_try='test -s conftest$ac_exeext'
27412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27413 (eval $ac_try) 2>&5
27414 ac_status=$?
27415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27416 (exit $ac_status); }; }; then
27417 eval "$as_ac_var=yes"
27418else
27419 echo "$as_me: failed program was:" >&5
27420sed 's/^/| /' conftest.$ac_ext >&5
27421
27422eval "$as_ac_var=no"
27423fi
27424rm -f conftest.err conftest.$ac_objext \
27425 conftest$ac_exeext conftest.$ac_ext
27426fi
27427echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27428echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27429if test `eval echo '${'$as_ac_var'}'` = yes; then
27430 cat >>confdefs.h <<_ACEOF
27431#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27432_ACEOF
27433
27434fi
27435done
27436
27437 CFLAGS="$save_CFLAGS"
27438 LIBS="$save_LIBS"
a848cd7e
SC
27439 fi
27440
27441 wxUSE_UNIVERSAL="yes"
27442
27443 if test "$wxUSE_NANOX" = "yes"; then
27444 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
27445 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"
27446 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
27447 else
27448 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
27449 fi
27450
a848cd7e
SC
27451 TOOLKIT=X11
27452 GUIDIST=X11_DIST
27453 fi
27454
27455 if test "$wxUSE_MOTIF" = 1; then
74b84332
VS
27456 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
27457echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
a848cd7e 27458
74b84332
VS
27459ac_find_includes=
27460for ac_dir in $SEARCH_INCLUDE /usr/include;
27461 do
27462 if test -f "$ac_dir/Xm/Xm.h"; then
27463 ac_find_includes=$ac_dir
27464 break
27465 fi
27466 done
a848cd7e 27467
74b84332
VS
27468 if test "$ac_find_includes" != "" ; then
27469 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
27470echo "${ECHO_T}found in $ac_find_includes" >&6
27471
27472 if test "x$ac_find_includes" = "x/usr/include"; then
27473 ac_path_to_include=""
27474 else
27475 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
27476 result=$?
27477 if test $result = 0; then
27478 ac_path_to_include=""
27479 else
27480 ac_path_to_include=" -I$ac_find_includes"
27481 fi
a848cd7e
SC
27482 fi
27483
74b84332
VS
27484 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
27485 else
27486 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
27487/* confdefs.h. */
27488_ACEOF
27489cat confdefs.h >>conftest.$ac_ext
27490cat >>conftest.$ac_ext <<_ACEOF
27491/* end confdefs.h. */
27492
74b84332
VS
27493 #include <Xm/Xm.h>
27494
a848cd7e
SC
27495int
27496main ()
27497{
27498
74b84332
VS
27499 int version;
27500 version = xmUseVersion;
27501
a848cd7e
SC
27502 ;
27503 return 0;
27504}
27505_ACEOF
74b84332
VS
27506rm -f conftest.$ac_objext
27507if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27508 (eval $ac_compile) 2>conftest.er1
a848cd7e 27509 ac_status=$?
ac1cb8d3
VS
27510 grep -v '^ *+' conftest.er1 >conftest.err
27511 rm -f conftest.er1
27512 cat conftest.err >&5
a848cd7e
SC
27513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27514 (exit $ac_status); } &&
07158944 27515 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27517 (eval $ac_try) 2>&5
27518 ac_status=$?
27519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27520 (exit $ac_status); }; } &&
74b84332 27521 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
27522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27523 (eval $ac_try) 2>&5
27524 ac_status=$?
27525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27526 (exit $ac_status); }; }; then
74b84332
VS
27527
27528 echo "$as_me:$LINENO: result: found in default search path" >&5
27529echo "${ECHO_T}found in default search path" >&6
27530 COMPILED_X_PROGRAM=1
27531
a848cd7e
SC
27532else
27533 echo "$as_me: failed program was:" >&5
27534sed 's/^/| /' conftest.$ac_ext >&5
27535
a848cd7e 27536
74b84332
VS
27537 echo "$as_me:$LINENO: result: no" >&5
27538echo "${ECHO_T}no" >&6
27539 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
27540echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
27541 { (exit 1); exit 1; }; }
a848cd7e 27542
a848cd7e 27543
a848cd7e 27544fi
74b84332
VS
27545rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27546 fi
27547
27548 if test "$COMPILED_X_PROGRAM" = 0; then
27549 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
27550echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
27551
27552ac_find_libraries=
27553for ac_dir in $SEARCH_LIB /usr/lib;
27554 do
27555 for ac_extension in a so sl dylib; do
27556 if test -f "$ac_dir/libXm.$ac_extension"; then
27557 ac_find_libraries=$ac_dir
27558 break 2
a848cd7e 27559 fi
74b84332
VS
27560 done
27561 done
a848cd7e 27562
74b84332
VS
27563 if test "$ac_find_libraries" != "" ; then
27564 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
27565echo "${ECHO_T}found at $ac_find_libraries" >&6
a848cd7e 27566
74b84332
VS
27567
27568 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
27569 result=$?
27570 if test $result = 0; then
27571 ac_path_to_link=""
a848cd7e 27572 else
74b84332
VS
27573 ac_path_to_link=" -L$ac_find_libraries"
27574 fi
27575
27576 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
27577 else
27578 save_CFLAGS=$CFLAGS
27579 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27580
27581 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
27582/* confdefs.h. */
27583_ACEOF
27584cat confdefs.h >>conftest.$ac_ext
27585cat >>conftest.$ac_ext <<_ACEOF
27586/* end confdefs.h. */
27587
74b84332
VS
27588 #include <Xm/Xm.h>
27589
a848cd7e
SC
27590int
27591main ()
27592{
74b84332
VS
27593
27594 int version;
27595 version = xmUseVersion;
27596
a848cd7e
SC
27597 ;
27598 return 0;
27599}
27600_ACEOF
74b84332
VS
27601rm -f conftest.$ac_objext
27602if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27603 (eval $ac_compile) 2>conftest.er1
a848cd7e 27604 ac_status=$?
ac1cb8d3
VS
27605 grep -v '^ *+' conftest.er1 >conftest.err
27606 rm -f conftest.er1
27607 cat conftest.err >&5
a848cd7e
SC
27608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27609 (exit $ac_status); } &&
07158944 27610 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27612 (eval $ac_try) 2>&5
27613 ac_status=$?
27614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27615 (exit $ac_status); }; } &&
74b84332 27616 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
27617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27618 (eval $ac_try) 2>&5
27619 ac_status=$?
27620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27621 (exit $ac_status); }; }; then
74b84332
VS
27622
27623 echo "$as_me:$LINENO: result: found in default search path" >&5
27624echo "${ECHO_T}found in default search path" >&6
27625 COMPILED_X_PROGRAM=1
27626
a848cd7e
SC
27627else
27628 echo "$as_me: failed program was:" >&5
27629sed 's/^/| /' conftest.$ac_ext >&5
27630
74b84332
VS
27631
27632 echo "$as_me:$LINENO: result: no" >&5
27633echo "${ECHO_T}no" >&6
27634 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
27635echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
27636 { (exit 1); exit 1; }; }
27637
27638
27639fi
27640rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27641
27642 CFLAGS=$save_CFLAGS
27643 fi
27644 fi
27645
27646 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
27647echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
27648 libp_link=""
27649 libsm_ice_link=""
27650 libs_found=0
27651 for libp in "" " -lXp"; do
27652 if test "$libs_found" = "0"; then
27653 for libsm_ice in "" " -lSM -lICE"; do
27654 if test "$libs_found" = "0"; then
27655 save_LIBS="$LIBS"
27656 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
27657 save_CFLAGS=$CFLAGS
27658 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27659
27660 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
27661/* confdefs.h. */
27662_ACEOF
27663cat confdefs.h >>conftest.$ac_ext
27664cat >>conftest.$ac_ext <<_ACEOF
27665/* end confdefs.h. */
27666
74b84332
VS
27667 #include <Xm/Xm.h>
27668 #include <Xm/List.h>
27669
a848cd7e
SC
27670int
27671main ()
27672{
74b84332
VS
27673
27674 XmString string = NULL;
27675 Widget w = NULL;
27676 int position = 0;
27677 XmListAddItem(w, string, position);
27678
a848cd7e
SC
27679 ;
27680 return 0;
27681}
27682_ACEOF
27683rm -f conftest.$ac_objext conftest$ac_exeext
27684if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27685 (eval $ac_link) 2>conftest.er1
a848cd7e 27686 ac_status=$?
ac1cb8d3
VS
27687 grep -v '^ *+' conftest.er1 >conftest.err
27688 rm -f conftest.er1
27689 cat conftest.err >&5
a848cd7e
SC
27690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27691 (exit $ac_status); } &&
07158944 27692 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27694 (eval $ac_try) 2>&5
27695 ac_status=$?
27696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27697 (exit $ac_status); }; } &&
27698 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27700 (eval $ac_try) 2>&5
27701 ac_status=$?
27702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27703 (exit $ac_status); }; }; then
27704
27705 libp_link="$libp"
27706 libsm_ice_link="$libsm_ice"
27707 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
27708echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
27709 libs_found=1
27710
27711else
27712 echo "$as_me: failed program was:" >&5
27713sed 's/^/| /' conftest.$ac_ext >&5
27714
27715
27716
27717fi
ac1cb8d3
VS
27718rm -f conftest.err conftest.$ac_objext \
27719 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27720
27721 LIBS="$save_LIBS"
27722 CFLAGS=$save_CFLAGS
27723 fi
27724 done
27725 fi
27726 done
27727
27728 if test "$libs_found" = "0"; then
27729 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
27730echo "${ECHO_T}can't find the right libraries" >&6
27731 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
27732echo "$as_me: error: can't link a simple motif program" >&2;}
27733 { (exit 1); exit 1; }; }
27734 fi
27735
27736 save_CFLAGS=$CFLAGS
27737 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27738 echo "$as_me:$LINENO: checking for Motif 2" >&5
27739echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
27740 cat >conftest.$ac_ext <<_ACEOF
27741/* confdefs.h. */
27742_ACEOF
27743cat confdefs.h >>conftest.$ac_ext
27744cat >>conftest.$ac_ext <<_ACEOF
27745/* end confdefs.h. */
27746
27747 #include <Xm/Xm.h>
27748
27749int
27750main ()
27751{
27752
27753 #if XmVersion < 2000
27754 #error "Not Motif 2"
27755 #endif
27756
27757 ;
27758 return 0;
27759}
27760_ACEOF
27761rm -f conftest.$ac_objext
27762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 27763 (eval $ac_compile) 2>conftest.er1
a848cd7e 27764 ac_status=$?
ac1cb8d3
VS
27765 grep -v '^ *+' conftest.er1 >conftest.err
27766 rm -f conftest.er1
27767 cat conftest.err >&5
a848cd7e
SC
27768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27769 (exit $ac_status); } &&
07158944 27770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27772 (eval $ac_try) 2>&5
27773 ac_status=$?
27774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27775 (exit $ac_status); }; } &&
27776 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
27777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27778 (eval $ac_try) 2>&5
27779 ac_status=$?
27780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27781 (exit $ac_status); }; }; then
27782
27783 cat >>confdefs.h <<\_ACEOF
27784#define __WXMOTIF20__ 1
27785_ACEOF
27786
27787 echo "$as_me:$LINENO: result: found" >&5
27788echo "${ECHO_T}found" >&6
27789
27790else
27791 echo "$as_me: failed program was:" >&5
27792sed 's/^/| /' conftest.$ac_ext >&5
27793
27794
27795 cat >>confdefs.h <<\_ACEOF
27796#define __WXMOTIF20__ 0
27797_ACEOF
27798
27799 echo "$as_me:$LINENO: result: not found" >&5
27800echo "${ECHO_T}not found" >&6
27801
27802fi
ac1cb8d3 27803rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
27804 CFLAGS=$save_CFLAGS
27805
27806 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
a848cd7e
SC
27807 TOOLKIT=MOTIF
27808 GUIDIST=MOTIF_DIST
27809 fi
27810
74b84332 27811 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
a848cd7e
SC
27812 if test "$wxUSE_LIBXPM" = "sys"; then
27813 echo "$as_me:$LINENO: checking for Xpm library" >&5
27814echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
27815
27816ac_find_libraries=
27817for ac_dir in $SEARCH_LIB /usr/lib;
27818 do
27819 for ac_extension in a so sl dylib; do
27820 if test -f "$ac_dir/libXpm.$ac_extension"; then
27821 ac_find_libraries=$ac_dir
27822 break 2
27823 fi
27824 done
27825 done
27826
27827 if test "$ac_find_libraries" != "" ; then
27828
27829 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
27830 result=$?
27831 if test $result = 0; then
27832 ac_path_to_link=""
27833 else
27834 ac_path_to_link=" -L$ac_find_libraries"
27835 fi
27836
27837 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
27838 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
27839echo "${ECHO_T}found at $ac_find_libraries" >&6
27840
27841 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
27842echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
27843if test "${wx_cv_x11_xpm_h+set}" = set; then
27844 echo $ECHO_N "(cached) $ECHO_C" >&6
27845else
27846
27847 save_CFLAGS=$CFLAGS
27848 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27849
27850 cat >conftest.$ac_ext <<_ACEOF
27851/* confdefs.h. */
27852_ACEOF
27853cat confdefs.h >>conftest.$ac_ext
27854cat >>conftest.$ac_ext <<_ACEOF
27855/* end confdefs.h. */
27856
27857 #include <X11/xpm.h>
27858
27859int
27860main ()
27861{
27862
27863 int version;
27864 version = XpmLibraryVersion();
27865
27866 ;
27867 return 0;
27868}
27869_ACEOF
27870rm -f conftest.$ac_objext
27871if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 27872 (eval $ac_compile) 2>conftest.er1
a848cd7e 27873 ac_status=$?
ac1cb8d3
VS
27874 grep -v '^ *+' conftest.er1 >conftest.err
27875 rm -f conftest.er1
27876 cat conftest.err >&5
a848cd7e
SC
27877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27878 (exit $ac_status); } &&
07158944 27879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27881 (eval $ac_try) 2>&5
27882 ac_status=$?
27883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27884 (exit $ac_status); }; } &&
27885 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
27886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27887 (eval $ac_try) 2>&5
27888 ac_status=$?
27889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27890 (exit $ac_status); }; }; then
27891 wx_cv_x11_xpm_h=yes
27892else
27893 echo "$as_me: failed program was:" >&5
27894sed 's/^/| /' conftest.$ac_ext >&5
27895
27896wx_cv_x11_xpm_h=no
27897
27898fi
ac1cb8d3 27899rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
27900
27901 CFLAGS=$save_CFLAGS
27902
27903
27904fi
27905echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
27906echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
27907
27908 if test $wx_cv_x11_xpm_h = "yes"; then
27909 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
27910 cat >>confdefs.h <<\_ACEOF
27911#define wxHAVE_LIB_XPM 1
27912_ACEOF
27913
27914 else
27915 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
27916echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
27917 fi
27918 fi
27919
27920 fi
27921
27922 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
27923echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
27924if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
27925 echo $ECHO_N "(cached) $ECHO_C" >&6
27926else
27927 ac_check_lib_save_LIBS=$LIBS
27928LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
27929cat >conftest.$ac_ext <<_ACEOF
27930/* confdefs.h. */
27931_ACEOF
27932cat confdefs.h >>conftest.$ac_ext
27933cat >>conftest.$ac_ext <<_ACEOF
27934/* end confdefs.h. */
27935
27936/* Override any gcc2 internal prototype to avoid an error. */
27937#ifdef __cplusplus
27938extern "C"
27939#endif
27940/* We use char because int might match the return type of a gcc2
27941 builtin and then its argument prototype would still apply. */
27942char XShapeQueryExtension ();
27943int
27944main ()
27945{
27946XShapeQueryExtension ();
27947 ;
27948 return 0;
27949}
27950_ACEOF
27951rm -f conftest.$ac_objext conftest$ac_exeext
27952if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27953 (eval $ac_link) 2>conftest.er1
a848cd7e 27954 ac_status=$?
ac1cb8d3
VS
27955 grep -v '^ *+' conftest.er1 >conftest.err
27956 rm -f conftest.er1
27957 cat conftest.err >&5
a848cd7e
SC
27958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27959 (exit $ac_status); } &&
07158944 27960 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27962 (eval $ac_try) 2>&5
27963 ac_status=$?
27964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27965 (exit $ac_status); }; } &&
27966 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27968 (eval $ac_try) 2>&5
27969 ac_status=$?
27970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27971 (exit $ac_status); }; }; then
27972 ac_cv_lib_Xext_XShapeQueryExtension=yes
27973else
27974 echo "$as_me: failed program was:" >&5
27975sed 's/^/| /' conftest.$ac_ext >&5
27976
27977ac_cv_lib_Xext_XShapeQueryExtension=no
27978fi
ac1cb8d3
VS
27979rm -f conftest.err conftest.$ac_objext \
27980 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27981LIBS=$ac_check_lib_save_LIBS
27982fi
27983echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
27984echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
27985if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
27986
27987 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
27988 wxHAVE_XEXT_LIB=1
27989
27990fi
27991
27992
27993 if test "$wxHAVE_XEXT_LIB" = 1; then
27994 save_CFLAGS="$CFLAGS"
27995 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
27996
27997 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
27998echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
27999 cat >conftest.$ac_ext <<_ACEOF
28000/* confdefs.h. */
28001_ACEOF
28002cat confdefs.h >>conftest.$ac_ext
28003cat >>conftest.$ac_ext <<_ACEOF
28004/* end confdefs.h. */
28005
28006 #include <X11/Xlib.h>
28007 #include <X11/extensions/shape.h>
28008
28009int
28010main ()
28011{
28012
28013 int dummy1, dummy2;
28014 XShapeQueryExtension((Display*)NULL,
28015 (int*)NULL, (int*)NULL);
28016
28017 ;
28018 return 0;
28019}
28020_ACEOF
28021rm -f conftest.$ac_objext
28022if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28023 (eval $ac_compile) 2>conftest.er1
a848cd7e 28024 ac_status=$?
ac1cb8d3
VS
28025 grep -v '^ *+' conftest.er1 >conftest.err
28026 rm -f conftest.er1
28027 cat conftest.err >&5
a848cd7e
SC
28028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28029 (exit $ac_status); } &&
07158944 28030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28032 (eval $ac_try) 2>&5
28033 ac_status=$?
28034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28035 (exit $ac_status); }; } &&
28036 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28038 (eval $ac_try) 2>&5
28039 ac_status=$?
28040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28041 (exit $ac_status); }; }; then
28042
28043 cat >>confdefs.h <<\_ACEOF
28044#define HAVE_XSHAPE 1
28045_ACEOF
28046
28047 echo "$as_me:$LINENO: result: found" >&5
28048echo "${ECHO_T}found" >&6
28049
28050else
28051 echo "$as_me: failed program was:" >&5
28052sed 's/^/| /' conftest.$ac_ext >&5
28053
28054
28055 echo "$as_me:$LINENO: result: not found" >&5
28056echo "${ECHO_T}not found" >&6
28057
28058fi
ac1cb8d3 28059rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28060 CFLAGS="$save_CFLAGS"
28061
28062 fi
28063 fi
28064
28065 if test "$wxUSE_MAC" = 1; then
28066 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
28067echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
28068 if test "$GCC" = yes; then
28069 echo "$as_me:$LINENO: result: gcc" >&5
28070echo "${ECHO_T}gcc" >&6
28071 CPPFLAGS_PASCAL="-fpascal-strings"
28072 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
28073 echo "$as_me:$LINENO: result: xlc" >&5
28074echo "${ECHO_T}xlc" >&6
28075 CPPFLAGS_PASCAL="-qmacpstr"
28076 else
28077 echo "$as_me:$LINENO: result: none" >&5
28078echo "${ECHO_T}none" >&6
28079 fi
28080
1e9e8aba
DE
28081 if test "x$wxUSE_UNIX" = "xyes"; then
28082 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
28083 else
28084 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
28085 fi
a848cd7e 28086
a848cd7e
SC
28087 TOOLKIT=MAC
28088 GUIDIST=MACX_DIST
dd21ced8 28089 WXBASEPORT="_carbon"
a848cd7e
SC
28090 fi
28091
28092 if test "$wxUSE_COCOA" = 1; then
a848cd7e
SC
28093 TOOLKIT=COCOA
28094 GUIDIST=COCOA_DIST
28095 fi
28096
28097 if test "$wxUSE_PM" = 1; then
28098 TOOLKIT=PM
de59c161
RD
28099 GUIDIST=PM_DIST
28100 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
28101echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
28102if test "${wx_cv_spbcdata+set}" = set; then
28103 echo $ECHO_N "(cached) $ECHO_C" >&6
28104else
28105
28106 cat >conftest.$ac_ext <<_ACEOF
de59c161
RD
28107/* confdefs.h. */
28108_ACEOF
28109cat confdefs.h >>conftest.$ac_ext
28110cat >>conftest.$ac_ext <<_ACEOF
28111/* end confdefs.h. */
28112
28113 #define INCL_PM
28114 #include <os2.h>
28115
28116int
28117main ()
28118{
28119
28120 SPBCDATA test;
28121
28122 ;
28123 return 0;
28124}
28125_ACEOF
28126rm -f conftest.$ac_objext
28127if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28128 (eval $ac_compile) 2>conftest.er1
de59c161 28129 ac_status=$?
ac1cb8d3
VS
28130 grep -v '^ *+' conftest.er1 >conftest.err
28131 rm -f conftest.er1
28132 cat conftest.err >&5
de59c161
RD
28133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28134 (exit $ac_status); } &&
07158944 28135 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28137 (eval $ac_try) 2>&5
28138 ac_status=$?
28139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28140 (exit $ac_status); }; } &&
28141 { ac_try='test -s conftest.$ac_objext'
de59c161
RD
28142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28143 (eval $ac_try) 2>&5
28144 ac_status=$?
28145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28146 (exit $ac_status); }; }; then
28147 wx_cv_spbcdata=yes
28148else
28149 echo "$as_me: failed program was:" >&5
28150sed 's/^/| /' conftest.$ac_ext >&5
28151
28152wx_cv_spbcdata=no
28153
28154fi
ac1cb8d3 28155rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
de59c161
RD
28156
28157
28158fi
28159echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
28160echo "${ECHO_T}$wx_cv_spbcdata" >&6
28161
28162 if test $wx_cv_spbcdata = "yes"; then
28163 cat >>confdefs.h <<\_ACEOF
28164#define HAVE_SPBCDATA 1
28165_ACEOF
28166
28167 fi
a848cd7e
SC
28168 fi
28169
28170 if test "$TOOLKIT" = "PM" ; then
28171 TOOLKIT_DIR="os2"
28172 else
28173 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
28174 fi
28175
a848cd7e 28176 if test "$wxUSE_UNIVERSAL" = "yes"; then
a848cd7e
SC
28177 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
28178 WIDGET_SET=univ
a848cd7e
SC
28179 fi
28180
28181 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
28182 DISTDIR="wx\$(TOOLKIT)"
28183else
28184 USE_GUI=0
28185
28186 TOOLKIT_DIR="base"
28187
28188 if test "$USE_WIN32" = 1 ; then
a848cd7e 28189 TOOLKIT="MSW"
a848cd7e
SC
28190 fi
28191
a848cd7e
SC
28192 GUIDIST="BASE_DIST"
28193 DISTDIR="wxBase"
28194fi
28195
28196
28197
28198
28199IODBC_C_SRC=""
28200
28201
28202if test "$TOOLKIT" != "MSW" ; then
28203
28204 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
28205
28206 if test "${ac_cv_header_sql_h+set}" = set; then
28207 echo "$as_me:$LINENO: checking for sql.h" >&5
28208echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28209if test "${ac_cv_header_sql_h+set}" = set; then
28210 echo $ECHO_N "(cached) $ECHO_C" >&6
28211fi
28212echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28213echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28214else
28215 # Is the header compilable?
28216echo "$as_me:$LINENO: checking sql.h usability" >&5
28217echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
28218cat >conftest.$ac_ext <<_ACEOF
28219/* confdefs.h. */
28220_ACEOF
28221cat confdefs.h >>conftest.$ac_ext
28222cat >>conftest.$ac_ext <<_ACEOF
28223/* end confdefs.h. */
28224$ac_includes_default
28225#include <sql.h>
28226_ACEOF
28227rm -f conftest.$ac_objext
28228if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28229 (eval $ac_compile) 2>conftest.er1
a848cd7e 28230 ac_status=$?
ac1cb8d3
VS
28231 grep -v '^ *+' conftest.er1 >conftest.err
28232 rm -f conftest.er1
28233 cat conftest.err >&5
a848cd7e
SC
28234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28235 (exit $ac_status); } &&
07158944 28236 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28238 (eval $ac_try) 2>&5
28239 ac_status=$?
28240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28241 (exit $ac_status); }; } &&
28242 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28244 (eval $ac_try) 2>&5
28245 ac_status=$?
28246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28247 (exit $ac_status); }; }; then
28248 ac_header_compiler=yes
28249else
28250 echo "$as_me: failed program was:" >&5
28251sed 's/^/| /' conftest.$ac_ext >&5
28252
28253ac_header_compiler=no
28254fi
ac1cb8d3 28255rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28256echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28257echo "${ECHO_T}$ac_header_compiler" >&6
28258
28259# Is the header present?
28260echo "$as_me:$LINENO: checking sql.h presence" >&5
28261echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
28262cat >conftest.$ac_ext <<_ACEOF
28263/* confdefs.h. */
28264_ACEOF
28265cat confdefs.h >>conftest.$ac_ext
28266cat >>conftest.$ac_ext <<_ACEOF
28267/* end confdefs.h. */
28268#include <sql.h>
28269_ACEOF
28270if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28271 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28272 ac_status=$?
28273 grep -v '^ *+' conftest.er1 >conftest.err
28274 rm -f conftest.er1
28275 cat conftest.err >&5
28276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28277 (exit $ac_status); } >/dev/null; then
28278 if test -s conftest.err; then
28279 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 28280 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
28281 else
28282 ac_cpp_err=
28283 fi
28284else
28285 ac_cpp_err=yes
28286fi
28287if test -z "$ac_cpp_err"; then
28288 ac_header_preproc=yes
28289else
28290 echo "$as_me: failed program was:" >&5
28291sed 's/^/| /' conftest.$ac_ext >&5
28292
28293 ac_header_preproc=no
28294fi
28295rm -f conftest.err conftest.$ac_ext
28296echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28297echo "${ECHO_T}$ac_header_preproc" >&6
28298
28299# So? What about this header?
ac1cb8d3
VS
28300case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28301 yes:no: )
a848cd7e
SC
28302 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
28303echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
28304 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
28305echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
28306 ac_header_preproc=yes
a848cd7e 28307 ;;
ac1cb8d3 28308 no:yes:* )
a848cd7e
SC
28309 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
28310echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
28311 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
28312echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
28313 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
28314echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
28315 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
28316echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
28317 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
28318echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
28319 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
28320echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
28321 (
28322 cat <<\_ASBOX
ac1cb8d3
VS
28323## ----------------------------------------- ##
28324## Report this to wx-dev@lists.wxwidgets.org ##
28325## ----------------------------------------- ##
a848cd7e
SC
28326_ASBOX
28327 ) |
28328 sed "s/^/$as_me: WARNING: /" >&2
28329 ;;
28330esac
28331echo "$as_me:$LINENO: checking for sql.h" >&5
28332echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28333if test "${ac_cv_header_sql_h+set}" = set; then
28334 echo $ECHO_N "(cached) $ECHO_C" >&6
28335else
28336 ac_cv_header_sql_h=$ac_header_preproc
28337fi
28338echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28339echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28340
28341fi
28342if test $ac_cv_header_sql_h = yes; then
28343 found_sql_h=1
28344fi
28345
28346
28347 if test "x$found_sql_h" = "x1" ; then
28348 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
28349echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
28350if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
28351 echo $ECHO_N "(cached) $ECHO_C" >&6
28352else
28353 ac_check_lib_save_LIBS=$LIBS
28354LIBS="-liodbc $LIBS"
28355cat >conftest.$ac_ext <<_ACEOF
28356/* confdefs.h. */
28357_ACEOF
28358cat confdefs.h >>conftest.$ac_ext
28359cat >>conftest.$ac_ext <<_ACEOF
28360/* end confdefs.h. */
28361
28362/* Override any gcc2 internal prototype to avoid an error. */
28363#ifdef __cplusplus
28364extern "C"
28365#endif
28366/* We use char because int might match the return type of a gcc2
28367 builtin and then its argument prototype would still apply. */
28368char SQLAllocEnv ();
28369int
28370main ()
28371{
28372SQLAllocEnv ();
28373 ;
28374 return 0;
28375}
28376_ACEOF
28377rm -f conftest.$ac_objext conftest$ac_exeext
28378if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28379 (eval $ac_link) 2>conftest.er1
a848cd7e 28380 ac_status=$?
ac1cb8d3
VS
28381 grep -v '^ *+' conftest.er1 >conftest.err
28382 rm -f conftest.er1
28383 cat conftest.err >&5
a848cd7e
SC
28384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28385 (exit $ac_status); } &&
07158944 28386 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
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); }; } &&
28392 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28394 (eval $ac_try) 2>&5
28395 ac_status=$?
28396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28397 (exit $ac_status); }; }; then
28398 ac_cv_lib_iodbc_SQLAllocEnv=yes
28399else
28400 echo "$as_me: failed program was:" >&5
28401sed 's/^/| /' conftest.$ac_ext >&5
28402
28403ac_cv_lib_iodbc_SQLAllocEnv=no
28404fi
ac1cb8d3
VS
28405rm -f conftest.err conftest.$ac_objext \
28406 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28407LIBS=$ac_check_lib_save_LIBS
28408fi
28409echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
28410echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
28411if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
28412 ODBC_LINK=" -liodbc"
28413else
28414
28415 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
28416echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
28417if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
28418 echo $ECHO_N "(cached) $ECHO_C" >&6
28419else
28420 ac_check_lib_save_LIBS=$LIBS
28421LIBS="-lunixodbc $LIBS"
28422cat >conftest.$ac_ext <<_ACEOF
28423/* confdefs.h. */
28424_ACEOF
28425cat confdefs.h >>conftest.$ac_ext
28426cat >>conftest.$ac_ext <<_ACEOF
28427/* end confdefs.h. */
28428
28429/* Override any gcc2 internal prototype to avoid an error. */
28430#ifdef __cplusplus
28431extern "C"
28432#endif
28433/* We use char because int might match the return type of a gcc2
28434 builtin and then its argument prototype would still apply. */
28435char SQLAllocEnv ();
28436int
28437main ()
28438{
28439SQLAllocEnv ();
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); } &&
07158944 28453 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28455 (eval $ac_try) 2>&5
28456 ac_status=$?
28457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28458 (exit $ac_status); }; } &&
28459 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28461 (eval $ac_try) 2>&5
28462 ac_status=$?
28463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28464 (exit $ac_status); }; }; then
28465 ac_cv_lib_unixodbc_SQLAllocEnv=yes
28466else
28467 echo "$as_me: failed program was:" >&5
28468sed 's/^/| /' conftest.$ac_ext >&5
28469
28470ac_cv_lib_unixodbc_SQLAllocEnv=no
28471fi
ac1cb8d3
VS
28472rm -f conftest.err conftest.$ac_objext \
28473 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28474LIBS=$ac_check_lib_save_LIBS
28475fi
28476echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
28477echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
28478if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
28479 ODBC_LINK=" -lunixodbc"
28480else
28481
28482 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
28483echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
28484if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
28485 echo $ECHO_N "(cached) $ECHO_C" >&6
28486else
28487 ac_check_lib_save_LIBS=$LIBS
28488LIBS="-lodbc $LIBS"
28489cat >conftest.$ac_ext <<_ACEOF
28490/* confdefs.h. */
28491_ACEOF
28492cat confdefs.h >>conftest.$ac_ext
28493cat >>conftest.$ac_ext <<_ACEOF
28494/* end confdefs.h. */
28495
28496/* Override any gcc2 internal prototype to avoid an error. */
28497#ifdef __cplusplus
28498extern "C"
28499#endif
28500/* We use char because int might match the return type of a gcc2
28501 builtin and then its argument prototype would still apply. */
28502char SQLAllocEnv ();
28503int
28504main ()
28505{
28506SQLAllocEnv ();
28507 ;
28508 return 0;
28509}
28510_ACEOF
28511rm -f conftest.$ac_objext conftest$ac_exeext
28512if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28513 (eval $ac_link) 2>conftest.er1
a848cd7e 28514 ac_status=$?
ac1cb8d3
VS
28515 grep -v '^ *+' conftest.er1 >conftest.err
28516 rm -f conftest.er1
28517 cat conftest.err >&5
a848cd7e
SC
28518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28519 (exit $ac_status); } &&
07158944 28520 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28522 (eval $ac_try) 2>&5
28523 ac_status=$?
28524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28525 (exit $ac_status); }; } &&
28526 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28528 (eval $ac_try) 2>&5
28529 ac_status=$?
28530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28531 (exit $ac_status); }; }; then
28532 ac_cv_lib_odbc_SQLAllocEnv=yes
28533else
28534 echo "$as_me: failed program was:" >&5
28535sed 's/^/| /' conftest.$ac_ext >&5
28536
28537ac_cv_lib_odbc_SQLAllocEnv=no
28538fi
ac1cb8d3
VS
28539rm -f conftest.err conftest.$ac_objext \
28540 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28541LIBS=$ac_check_lib_save_LIBS
28542fi
28543echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
28544echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
28545if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
28546 ODBC_LINK=" -lodbc"
28547fi
28548
28549
28550fi
28551
28552
28553fi
28554
28555 fi
28556 if test "x$ODBC_LINK" = "x" ; then
28557 if test "$wxUSE_ODBC" = "sys" ; then
28558 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
28559echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
28560 { (exit 1); exit 1; }; }
28561 else
28562 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
28563echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
28564 wxUSE_ODBC=builtin
28565 fi
28566 else
28567 wxUSE_ODBC=sys
28568 fi
28569 fi
a848cd7e 28570
2da0c077
RD
28571 if test "$wxUSE_ODBC" = "builtin" ; then
28572 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
28573#define wxUSE_BUILTIN_IODBC 1
28574_ACEOF
28575
a848cd7e
SC
28576 fi
28577fi
28578
2da0c077
RD
28579if test "$wxUSE_ODBC" != "no" ; then
28580 cat >>confdefs.h <<\_ACEOF
28581#define wxUSE_ODBC 1
28582_ACEOF
28583
28584 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
28585
28586 WXODBCFLAG="-D_IODBC_"
28587fi
a848cd7e 28588
01cb68df 28589
a848cd7e 28590if test "$wxUSE_DISPLAY" = "yes"; then
2a5d7a98 28591 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
a848cd7e
SC
28592 echo "$as_me:$LINENO: checking for Xinerama" >&5
28593echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
28594
28595ac_find_libraries=
28596for ac_dir in $SEARCH_LIB /usr/lib;
28597 do
28598 for ac_extension in a so sl dylib; do
28599 if test -f "$ac_dir/libXinerama.$ac_extension"; then
28600 ac_find_libraries=$ac_dir
28601 break 2
28602 fi
28603 done
28604 done
28605
28606 if test "$ac_find_libraries" != "" ; then
28607
28608 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
28609 result=$?
28610 if test $result = 0; then
28611 ac_path_to_link=""
28612 else
28613 ac_path_to_link=" -L$ac_find_libraries"
28614 fi
28615
28616 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28617 LDFLAGS="$LDFLAGS $ac_path_to_link"
28618 fi
28619 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
28620 echo "$as_me:$LINENO: result: yes" >&5
28621echo "${ECHO_T}yes" >&6
28622
28623 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
28624echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
28625
28626ac_find_libraries=
28627for ac_dir in $SEARCH_LIB /usr/lib;
28628 do
28629 for ac_extension in a so sl dylib; do
28630 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
28631 ac_find_libraries=$ac_dir
28632 break 2
28633 fi
28634 done
28635 done
28636
28637 if test "$ac_find_libraries" != "" ; then
28638 echo "$as_me:$LINENO: result: yes" >&5
28639echo "${ECHO_T}yes" >&6
28640
28641for ac_header in X11/extensions/xf86vmode.h
28642do
28643as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28644echo "$as_me:$LINENO: checking for $ac_header" >&5
28645echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28646if eval "test \"\${$as_ac_Header+set}\" = set"; then
28647 echo $ECHO_N "(cached) $ECHO_C" >&6
28648else
28649 cat >conftest.$ac_ext <<_ACEOF
28650/* confdefs.h. */
28651_ACEOF
28652cat confdefs.h >>conftest.$ac_ext
28653cat >>conftest.$ac_ext <<_ACEOF
28654/* end confdefs.h. */
28655
28656 #if HAVE_X11_XLIB_H
28657 #include <X11/Xlib.h>
28658 #endif
28659
28660
28661#include <$ac_header>
28662_ACEOF
28663rm -f conftest.$ac_objext
28664if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28665 (eval $ac_compile) 2>conftest.er1
a848cd7e 28666 ac_status=$?
ac1cb8d3
VS
28667 grep -v '^ *+' conftest.er1 >conftest.err
28668 rm -f conftest.er1
28669 cat conftest.err >&5
a848cd7e
SC
28670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28671 (exit $ac_status); } &&
07158944 28672 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28674 (eval $ac_try) 2>&5
28675 ac_status=$?
28676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28677 (exit $ac_status); }; } &&
28678 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28680 (eval $ac_try) 2>&5
28681 ac_status=$?
28682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28683 (exit $ac_status); }; }; then
28684 eval "$as_ac_Header=yes"
28685else
28686 echo "$as_me: failed program was:" >&5
28687sed 's/^/| /' conftest.$ac_ext >&5
28688
28689eval "$as_ac_Header=no"
28690fi
ac1cb8d3 28691rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28692fi
28693echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28694echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
28695if test `eval echo '${'$as_ac_Header'}'` = yes; then
28696 cat >>confdefs.h <<_ACEOF
28697#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28698_ACEOF
28699
28700 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
28701
28702fi
28703
28704done
28705
28706 else
28707 echo "$as_me:$LINENO: result: no" >&5
28708echo "${ECHO_T}no" >&6
28709 fi
28710
28711 else
28712 echo "$as_me:$LINENO: result: no" >&5
28713echo "${ECHO_T}no" >&6
dcc1b6ad
VS
28714 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
28715echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
a848cd7e
SC
28716 wxUSE_DISPLAY="no"
28717 fi
01cb68df
RG
28718 elif test "$wxUSE_MSW" = 1; then
28719
28720
28721for ac_header in multimon.h ddraw.h
28722do
28723as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5294a27e 28724echo "$as_me:$LINENO: checking for $ac_header" >&5
01cb68df
RG
28725echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28726if eval "test \"\${$as_ac_Header+set}\" = set"; then
28727 echo $ECHO_N "(cached) $ECHO_C" >&6
01cb68df 28728else
5294a27e 28729 cat >conftest.$ac_ext <<_ACEOF
01cb68df
RG
28730/* confdefs.h. */
28731_ACEOF
28732cat confdefs.h >>conftest.$ac_ext
28733cat >>conftest.$ac_ext <<_ACEOF
28734/* end confdefs.h. */
5294a27e
VZ
28735#include <windows.h>
28736
01cb68df
RG
28737#include <$ac_header>
28738_ACEOF
28739rm -f conftest.$ac_objext
28740if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28741 (eval $ac_compile) 2>conftest.er1
01cb68df 28742 ac_status=$?
ac1cb8d3
VS
28743 grep -v '^ *+' conftest.er1 >conftest.err
28744 rm -f conftest.er1
28745 cat conftest.err >&5
01cb68df
RG
28746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28747 (exit $ac_status); } &&
07158944 28748 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28750 (eval $ac_try) 2>&5
28751 ac_status=$?
28752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28753 (exit $ac_status); }; } &&
28754 { ac_try='test -s conftest.$ac_objext'
01cb68df
RG
28755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28756 (eval $ac_try) 2>&5
28757 ac_status=$?
28758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28759 (exit $ac_status); }; }; then
5294a27e 28760 eval "$as_ac_Header=yes"
01cb68df
RG
28761else
28762 echo "$as_me: failed program was:" >&5
28763sed 's/^/| /' conftest.$ac_ext >&5
28764
5294a27e 28765eval "$as_ac_Header=no"
01cb68df 28766fi
ac1cb8d3 28767rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
01cb68df
RG
28768fi
28769echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28770echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
01cb68df
RG
28771if test `eval echo '${'$as_ac_Header'}'` = yes; then
28772 cat >>confdefs.h <<_ACEOF
28773#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
28774_ACEOF
28775
28776else
28777
5294a27e
VZ
28778 wxUSE_DISPLAY="no"
28779 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
dcc1b6ad 28780echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
01cb68df
RG
28781
28782fi
28783
28784done
28785
a848cd7e
SC
28786 fi
28787fi
28788
28789
28790USE_OPENGL=0
28791if test "$wxUSE_OPENGL" = "yes"; then
28792 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
28793 OPENGL_LIBS="-framework OpenGL -framework AGL"
28794 elif test "$wxUSE_MSW" = 1; then
28795 OPENGL_LIBS="-lopengl32 -lglu32"
28796 else
28797
28798
28799ac_find_includes=
28800for ac_dir in $SEARCH_INCLUDE /usr/include;
28801 do
28802 if test -f "$ac_dir/GL/gl.h"; then
28803 ac_find_includes=$ac_dir
28804 break
28805 fi
28806 done
28807
28808 if test "$ac_find_includes" != "" ; then
28809 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28810echo "${ECHO_T}found in $ac_find_includes" >&6
28811
28812 if test "x$ac_find_includes" = "x/usr/include"; then
28813 ac_path_to_include=""
28814 else
28815 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
28816 result=$?
28817 if test $result = 0; then
28818 ac_path_to_include=""
28819 else
28820 ac_path_to_include=" -I$ac_find_includes"
28821 fi
28822 fi
28823
28824 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
28825 fi
28826
28827 if test "${ac_cv_header_GL_gl_h+set}" = set; then
28828 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
28829echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
28830if test "${ac_cv_header_GL_gl_h+set}" = set; then
28831 echo $ECHO_N "(cached) $ECHO_C" >&6
28832fi
28833echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
28834echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
28835else
28836 # Is the header compilable?
28837echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
28838echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
28839cat >conftest.$ac_ext <<_ACEOF
28840/* confdefs.h. */
28841_ACEOF
28842cat confdefs.h >>conftest.$ac_ext
28843cat >>conftest.$ac_ext <<_ACEOF
28844/* end confdefs.h. */
28845$ac_includes_default
28846#include <GL/gl.h>
28847_ACEOF
28848rm -f conftest.$ac_objext
28849if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28850 (eval $ac_compile) 2>conftest.er1
a848cd7e 28851 ac_status=$?
ac1cb8d3
VS
28852 grep -v '^ *+' conftest.er1 >conftest.err
28853 rm -f conftest.er1
28854 cat conftest.err >&5
a848cd7e
SC
28855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28856 (exit $ac_status); } &&
07158944 28857 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28859 (eval $ac_try) 2>&5
28860 ac_status=$?
28861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28862 (exit $ac_status); }; } &&
28863 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28865 (eval $ac_try) 2>&5
28866 ac_status=$?
28867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28868 (exit $ac_status); }; }; then
28869 ac_header_compiler=yes
28870else
28871 echo "$as_me: failed program was:" >&5
28872sed 's/^/| /' conftest.$ac_ext >&5
28873
28874ac_header_compiler=no
28875fi
ac1cb8d3 28876rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28877echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28878echo "${ECHO_T}$ac_header_compiler" >&6
28879
28880# Is the header present?
28881echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
28882echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
28883cat >conftest.$ac_ext <<_ACEOF
28884/* confdefs.h. */
28885_ACEOF
28886cat confdefs.h >>conftest.$ac_ext
28887cat >>conftest.$ac_ext <<_ACEOF
28888/* end confdefs.h. */
28889#include <GL/gl.h>
28890_ACEOF
28891if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28892 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28893 ac_status=$?
28894 grep -v '^ *+' conftest.er1 >conftest.err
28895 rm -f conftest.er1
28896 cat conftest.err >&5
28897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28898 (exit $ac_status); } >/dev/null; then
28899 if test -s conftest.err; then
28900 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 28901 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
28902 else
28903 ac_cpp_err=
28904 fi
28905else
28906 ac_cpp_err=yes
28907fi
28908if test -z "$ac_cpp_err"; then
28909 ac_header_preproc=yes
28910else
28911 echo "$as_me: failed program was:" >&5
28912sed 's/^/| /' conftest.$ac_ext >&5
28913
28914 ac_header_preproc=no
28915fi
28916rm -f conftest.err conftest.$ac_ext
28917echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28918echo "${ECHO_T}$ac_header_preproc" >&6
28919
28920# So? What about this header?
ac1cb8d3
VS
28921case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28922 yes:no: )
a848cd7e
SC
28923 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
28924echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
28925 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
28926echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
28927 ac_header_preproc=yes
a848cd7e 28928 ;;
ac1cb8d3 28929 no:yes:* )
a848cd7e
SC
28930 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
28931echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
28932 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
28933echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
28934 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
28935echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
28936 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
28937echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
28938 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
28939echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
28940 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
28941echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
28942 (
28943 cat <<\_ASBOX
ac1cb8d3
VS
28944## ----------------------------------------- ##
28945## Report this to wx-dev@lists.wxwidgets.org ##
28946## ----------------------------------------- ##
a848cd7e
SC
28947_ASBOX
28948 ) |
28949 sed "s/^/$as_me: WARNING: /" >&2
28950 ;;
28951esac
28952echo "$as_me:$LINENO: checking for GL/gl.h" >&5
28953echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
28954if test "${ac_cv_header_GL_gl_h+set}" = set; then
28955 echo $ECHO_N "(cached) $ECHO_C" >&6
28956else
28957 ac_cv_header_GL_gl_h=$ac_header_preproc
28958fi
28959echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
28960echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
28961
28962fi
28963if test $ac_cv_header_GL_gl_h = yes; then
28964
28965 found_gl=0
28966
28967 echo "$as_me:$LINENO: checking for -lGL" >&5
28968echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
28969
28970ac_find_libraries=
28971for ac_dir in $SEARCH_LIB /usr/lib;
28972 do
28973 for ac_extension in a so sl dylib; do
28974 if test -f "$ac_dir/libGL.$ac_extension"; then
28975 ac_find_libraries=$ac_dir
28976 break 2
28977 fi
28978 done
28979 done
28980
28981 if test "$ac_find_libraries" != "" ; then
69120ee4
VZ
28982 echo "$as_me:$LINENO: result: yes" >&5
28983echo "${ECHO_T}yes" >&6
28984
a848cd7e
SC
28985
28986 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
28987 result=$?
28988 if test $result = 0; then
28989 ac_path_to_link=""
28990 else
28991 ac_path_to_link=" -L$ac_find_libraries"
28992 fi
28993
28994 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28995 LDFLAGS_GL="$ac_path_to_link"
28996 fi
28997
69120ee4
VZ
28998 echo "$as_me:$LINENO: checking for -lGLU" >&5
28999echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
a848cd7e
SC
29000
29001ac_find_libraries=
29002for ac_dir in $SEARCH_LIB /usr/lib;
29003 do
29004 for ac_extension in a so sl dylib; do
29005 if test -f "$ac_dir/libGLU.$ac_extension"; then
29006 ac_find_libraries=$ac_dir
29007 break 2
29008 fi
29009 done
29010 done
29011
29012 if test "$ac_find_libraries" != "" ; then
29013
29014 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29015 result=$?
29016 if test $result = 0; then
29017 ac_path_to_link=""
29018 else
29019 ac_path_to_link=" -L$ac_find_libraries"
29020 fi
29021
29022 if test "$ac_path_to_link" != " -L/usr/lib" -a \
29023 "$ac_path_to_link" != "$LDFLAGS_GL"; then
29024 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
29025 fi
29026
29027 found_gl=1
29028 OPENGL_LIBS="-lGL -lGLU"
29029 echo "$as_me:$LINENO: result: yes" >&5
29030echo "${ECHO_T}yes" >&6
69120ee4
VZ
29031 else
29032 echo "$as_me:$LINENO: result: no" >&5
29033echo "${ECHO_T}no" >&6
a848cd7e 29034 fi
69120ee4
VZ
29035 else
29036 echo "$as_me:$LINENO: result: no" >&5
29037echo "${ECHO_T}no" >&6
a848cd7e
SC
29038 fi
29039
29040 if test "$found_gl" != 1; then
a848cd7e
SC
29041 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
29042echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
29043
29044ac_find_libraries=
29045for ac_dir in $SEARCH_LIB /usr/lib;
29046 do
29047 for ac_extension in a so sl dylib; do
29048 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
29049 ac_find_libraries=$ac_dir
29050 break 2
29051 fi
29052 done
29053 done
29054
29055 if test "$ac_find_libraries" != "" ; then
29056
29057 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29058 result=$?
29059 if test $result = 0; then
29060 ac_path_to_link=""
29061 else
29062 ac_path_to_link=" -L$ac_find_libraries"
29063 fi
29064
29065 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
29066 OPENGL_LIBS="-lMesaGL -lMesaGLU"
29067 echo "$as_me:$LINENO: result: yes" >&5
29068echo "${ECHO_T}yes" >&6
29069 else
29070 echo "$as_me:$LINENO: result: no" >&5
29071echo "${ECHO_T}no" >&6
29072 fi
29073 fi
29074
29075fi
29076
29077
29078
29079 if test "x$OPENGL_LIBS" = "x"; then
29080 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
29081echo "$as_me: error: OpenGL libraries not available" >&2;}
29082 { (exit 1); exit 1; }; }
29083 fi
29084 fi
29085
29086 if test "$wxUSE_OPENGL" = "yes"; then
29087 USE_OPENGL=1
29088 cat >>confdefs.h <<\_ACEOF
29089#define wxUSE_OPENGL 1
29090_ACEOF
29091
29092 cat >>confdefs.h <<\_ACEOF
29093#define wxUSE_GLCANVAS 1
29094_ACEOF
29095
29096 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
29097 fi
29098fi
29099
a848cd7e
SC
29100
29101if test -n "$TOOLKIT" ; then
29102 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
29103fi
29104
a848cd7e
SC
29105
29106
29107if test "$wxUSE_SHARED" = "yes"; then
29108 case "${host}" in
29109 *-pc-msdosdjgpp )
29110 wxUSE_SHARED=no
29111 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
29112echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
29113 ;;
29114 esac
29115fi
29116
a848cd7e 29117if test "$wxUSE_SHARED" = "yes"; then
a848cd7e
SC
29118
29119
29120 found_versioning=no
29121
29122
29123 if test $found_versioning = no ; then
29124 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
29125echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
29126if test "${wx_cv_version_script+set}" = set; then
29127 echo $ECHO_N "(cached) $ECHO_C" >&6
29128else
29129
29130 echo "VER_1 { *; };" >conftest.sym
29131 echo "int main() { return 0; }" >conftest.cpp
29132
29133 if { ac_try='
29134 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29135 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
29136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29137 (eval $ac_try) 2>&5
29138 ac_status=$?
29139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29140 (exit $ac_status); }; } ; then
29141 if test -s conftest.stderr ; then
29142 wx_cv_version_script=no
29143 else
29144 wx_cv_version_script=yes
29145 fi
29146 else
29147 wx_cv_version_script=no
29148 fi
29149 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
29150
29151fi
29152echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
29153echo "${ECHO_T}$wx_cv_version_script" >&6
29154 if test $wx_cv_version_script = yes ; then
29155 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
29156 fi
29157 fi
29158
29159
29160 case "${host}" in
29161 *-*-linux* | *-*-gnu* )
29162 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 29163 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
a848cd7e
SC
29164 ;;
29165
29166 *-*-solaris2* )
29167 if test "$GCC" = yes ; then
29168 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
29169
29170 saveLdflags="$LDFLAGS"
29171 LDFLAGS="$saveLdflags -Wl,-rpath,/"
29172 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
29173echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
29174 cat >conftest.$ac_ext <<_ACEOF
29175/* confdefs.h. */
29176_ACEOF
29177cat confdefs.h >>conftest.$ac_ext
29178cat >>conftest.$ac_ext <<_ACEOF
29179/* end confdefs.h. */
29180
29181int
29182main ()
29183{
29184
29185 ;
29186 return 0;
29187}
29188_ACEOF
29189rm -f conftest.$ac_objext conftest$ac_exeext
29190if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29191 (eval $ac_link) 2>conftest.er1
a848cd7e 29192 ac_status=$?
ac1cb8d3
VS
29193 grep -v '^ *+' conftest.er1 >conftest.err
29194 rm -f conftest.er1
29195 cat conftest.err >&5
a848cd7e
SC
29196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29197 (exit $ac_status); } &&
07158944 29198 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29200 (eval $ac_try) 2>&5
29201 ac_status=$?
29202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29203 (exit $ac_status); }; } &&
29204 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29206 (eval $ac_try) 2>&5
29207 ac_status=$?
29208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29209 (exit $ac_status); }; }; then
29210
29211 echo "$as_me:$LINENO: result: yes" >&5
29212echo "${ECHO_T}yes" >&6
29213 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 29214 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
a848cd7e
SC
29215
29216else
29217 echo "$as_me: failed program was:" >&5
29218sed 's/^/| /' conftest.$ac_ext >&5
29219
29220
29221 echo "$as_me:$LINENO: result: no" >&5
29222echo "${ECHO_T}no" >&6
29223 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
29224echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
29225 LDFLAGS="$saveLdflags -Wl,-R,/"
29226 cat >conftest.$ac_ext <<_ACEOF
29227/* confdefs.h. */
29228_ACEOF
29229cat confdefs.h >>conftest.$ac_ext
29230cat >>conftest.$ac_ext <<_ACEOF
29231/* end confdefs.h. */
29232
29233int
29234main ()
29235{
29236
29237 ;
29238 return 0;
29239}
29240_ACEOF
29241rm -f conftest.$ac_objext conftest$ac_exeext
29242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29243 (eval $ac_link) 2>conftest.er1
a848cd7e 29244 ac_status=$?
ac1cb8d3
VS
29245 grep -v '^ *+' conftest.er1 >conftest.err
29246 rm -f conftest.er1
29247 cat conftest.err >&5
a848cd7e
SC
29248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29249 (exit $ac_status); } &&
07158944 29250 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29252 (eval $ac_try) 2>&5
29253 ac_status=$?
29254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29255 (exit $ac_status); }; } &&
29256 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29258 (eval $ac_try) 2>&5
29259 ac_status=$?
29260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29261 (exit $ac_status); }; }; then
29262
ffa0583f 29263 echo "$as_me:$LINENO: result: yes" >&5
a848cd7e 29264echo "${ECHO_T}yes" >&6
ffa0583f
RL
29265 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
29266 WXCONFIG_RPATH="-Wl,-R,\$libdir"
29267
a848cd7e
SC
29268else
29269 echo "$as_me: failed program was:" >&5
29270sed 's/^/| /' conftest.$ac_ext >&5
29271
29272
29273 echo "$as_me:$LINENO: result: no" >&5
29274echo "${ECHO_T}no" >&6
29275
29276fi
ac1cb8d3
VS
29277rm -f conftest.err conftest.$ac_objext \
29278 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29279
29280fi
ac1cb8d3
VS
29281rm -f conftest.err conftest.$ac_objext \
29282 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29283 LDFLAGS="$saveLdflags"
29284 else
a848cd7e 29285 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
ffa0583f 29286 WXCONFIG_RPATH="-R\$libdir"
a848cd7e
SC
29287 fi
29288 ;;
29289
29290 powerpc-*-darwin* )
29291 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
29292 cat <<EOF >change-install-names
29293#!/bin/sh
29294libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29295inst_cmd="install_name_tool "
29296for i in \${libnames} ; do
29297 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
29298done
29299\${inst_cmd} \${3}
29300EOF
29301 chmod +x change-install-names
29302 ;;
29303
29304 *-*-cygwin* | *-*-mingw32* )
29305 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
29306 ;;
29307
81f90336
MW
29308 *-*-hpux* )
29309 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
29310 WXCONFIG_RPATH="-Wl,+b,\$libdir"
29311 ;;
29312
a848cd7e 29313 esac
ceec2216 29314
ffa0583f
RL
29315 if test $wxUSE_RPATH = "no"; then
29316 SAMPLES_RPATH_FLAG=''
29317 SAMPLES_RPATH_POSTLINK=''
29318 WXCONFIG_RPATH=''
29319 fi
29320
29321 SHARED=1
29322
29323else
29324
ceec2216
RL
29325 config_linkage_component="-static"
29326 SHARED=0
ffa0583f 29327
ceec2216 29328fi
a848cd7e 29329
a848cd7e 29330
ceec2216
RL
29331UNICODE=0
29332lib_unicode_suffix=
29333WX_CHARTYPE="ansi"
29334if test "$wxUSE_UNICODE" = "yes"; then
29335 lib_unicode_suffix=u
29336 WX_CHARTYPE="unicode"
29337 UNICODE=1
a848cd7e
SC
29338fi
29339
ceec2216
RL
29340lib_debug_suffix=
29341WX_DEBUGTYPE="release"
29342DEBUG_FLAG=0
29343if test "$wxUSE_DEBUG_FLAG" = "yes"; then
29344 lib_debug_suffix=d
29345 WX_DEBUGTYPE="debug"
29346 DEBUG_FLAG=1
29347fi
a848cd7e 29348
ceec2216
RL
29349WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
29350WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
a848cd7e 29351
ceec2216
RL
29352DEBUG_INFO=0
29353if test "$wxUSE_DEBUG_INFO" = "yes"; then
29354 DEBUG_INFO=1
29355fi
a848cd7e 29356
ceec2216 29357WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
a848cd7e 29358
ceec2216 29359TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
a848cd7e 29360
ceec2216 29361TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
a848cd7e 29362
ceec2216
RL
29363if test "$cross_compiling" = "yes"; then
29364 HOST_SUFFIX="-$host_alias"
29365 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
29366 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
a848cd7e
SC
29367fi
29368
dd21ced8 29369WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
ceec2216
RL
29370WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
29371
29372
29373
1d1af5ea
DE
29374if test "$wxUSE_COCOA" = 1; then
29375
29376
29377 ac_ext=c
29378ac_cpp='$CPP $CPPFLAGS'
29379ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29380ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29381ac_compiler_gnu=$ac_cv_c_compiler_gnu
29382
29383ac_ext=m
29384
29385 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
29386echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
29387 cat >conftest.$ac_ext <<_ACEOF
29388/* confdefs.h. */
29389_ACEOF
29390cat confdefs.h >>conftest.$ac_ext
29391cat >>conftest.$ac_ext <<_ACEOF
29392/* end confdefs.h. */
29393#include <AppKit/NSEvent.h>
29394#include <CoreFoundation/CoreFoundation.h>
29395
29396int
29397main ()
29398{
29399
29400 ;
29401 return 0;
29402}
29403_ACEOF
29404rm -f conftest.$ac_objext
29405if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29406 (eval $ac_compile) 2>conftest.er1
29407 ac_status=$?
29408 grep -v '^ *+' conftest.er1 >conftest.err
29409 rm -f conftest.er1
29410 cat conftest.err >&5
29411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29412 (exit $ac_status); } &&
29413 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29415 (eval $ac_try) 2>&5
29416 ac_status=$?
29417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29418 (exit $ac_status); }; } &&
29419 { ac_try='test -s conftest.$ac_objext'
29420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29421 (eval $ac_try) 2>&5
29422 ac_status=$?
29423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29424 (exit $ac_status); }; }; then
29425 echo "$as_me:$LINENO: result: no" >&5
29426echo "${ECHO_T}no" >&6
29427else
29428 echo "$as_me: failed program was:" >&5
29429sed 's/^/| /' conftest.$ac_ext >&5
29430
29431echo "$as_me:$LINENO: result: yes" >&5
29432echo "${ECHO_T}yes" >&6
29433 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
29434echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
29435 cat >conftest.$ac_ext <<_ACEOF
29436/* confdefs.h. */
29437_ACEOF
29438cat confdefs.h >>conftest.$ac_ext
29439cat >>conftest.$ac_ext <<_ACEOF
29440/* end confdefs.h. */
29441#define __Point__ 1
29442#include <AppKit/NSEvent.h>
29443#include <CoreFoundation/CoreFoundation.h>
29444
29445int
29446main ()
29447{
29448
29449 ;
29450 return 0;
29451}
29452_ACEOF
29453rm -f conftest.$ac_objext
29454if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29455 (eval $ac_compile) 2>conftest.er1
29456 ac_status=$?
29457 grep -v '^ *+' conftest.er1 >conftest.err
29458 rm -f conftest.er1
29459 cat conftest.err >&5
29460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29461 (exit $ac_status); } &&
29462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29464 (eval $ac_try) 2>&5
29465 ac_status=$?
29466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29467 (exit $ac_status); }; } &&
29468 { ac_try='test -s conftest.$ac_objext'
29469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29470 (eval $ac_try) 2>&5
29471 ac_status=$?
29472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29473 (exit $ac_status); }; }; then
29474 echo "$as_me:$LINENO: result: yes" >&5
29475echo "${ECHO_T}yes" >&6
29476 cat >>confdefs.h <<\_ACEOF
29477#define __Point__ 1
29478_ACEOF
29479
29480
29481else
29482 echo "$as_me: failed program was:" >&5
29483sed 's/^/| /' conftest.$ac_ext >&5
29484
29485{ { echo "$as_me:$LINENO: error: no
29486See \`config.log' for more details." >&5
29487echo "$as_me: error: no
29488See \`config.log' for more details." >&2;}
29489 { (exit 1); exit 1; }; }
29490
29491fi
29492rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29493
29494fi
29495rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29496 ac_ext=c
29497ac_cpp='$CPP $CPPFLAGS'
29498ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29499ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29500ac_compiler_gnu=$ac_cv_c_compiler_gnu
29501
29502fi
29503
a848cd7e 29504if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
abb9aae7
VZ
29505 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
29506 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
ceec2216 29507
a848cd7e 29508 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
a848cd7e
SC
29509
29510 # Extract the first word of "Rez", so it can be a program name with args.
29511set dummy Rez; ac_word=$2
29512echo "$as_me:$LINENO: checking for $ac_word" >&5
29513echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29514if test "${ac_cv_prog_RESCOMP+set}" = set; then
29515 echo $ECHO_N "(cached) $ECHO_C" >&6
29516else
29517 if test -n "$RESCOMP"; then
29518 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
29519else
29520as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29521for as_dir in $PATH
29522do
29523 IFS=$as_save_IFS
29524 test -z "$as_dir" && as_dir=.
29525 for ac_exec_ext in '' $ac_executable_extensions; do
29526 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29527 ac_cv_prog_RESCOMP="Rez"
29528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29529 break 2
29530 fi
29531done
29532done
29533
29534 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
29535fi
29536fi
29537RESCOMP=$ac_cv_prog_RESCOMP
29538if test -n "$RESCOMP"; then
29539 echo "$as_me:$LINENO: result: $RESCOMP" >&5
29540echo "${ECHO_T}$RESCOMP" >&6
29541else
29542 echo "$as_me:$LINENO: result: no" >&5
29543echo "${ECHO_T}no" >&6
29544fi
29545
29546 # Extract the first word of "DeRez", so it can be a program name with args.
29547set dummy DeRez; ac_word=$2
29548echo "$as_me:$LINENO: checking for $ac_word" >&5
29549echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29550if test "${ac_cv_prog_DEREZ+set}" = set; then
29551 echo $ECHO_N "(cached) $ECHO_C" >&6
29552else
29553 if test -n "$DEREZ"; then
29554 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
29555else
29556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29557for as_dir in $PATH
29558do
29559 IFS=$as_save_IFS
29560 test -z "$as_dir" && as_dir=.
29561 for ac_exec_ext in '' $ac_executable_extensions; do
29562 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29563 ac_cv_prog_DEREZ="DeRez"
29564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29565 break 2
29566 fi
29567done
29568done
29569
29570 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
29571fi
29572fi
29573DEREZ=$ac_cv_prog_DEREZ
29574if test -n "$DEREZ"; then
29575 echo "$as_me:$LINENO: result: $DEREZ" >&5
29576echo "${ECHO_T}$DEREZ" >&6
29577else
29578 echo "$as_me:$LINENO: result: no" >&5
29579echo "${ECHO_T}no" >&6
29580fi
29581
29582 # Extract the first word of "SetFile", so it can be a program name with args.
29583set dummy SetFile; ac_word=$2
29584echo "$as_me:$LINENO: checking for $ac_word" >&5
29585echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29586if test "${ac_cv_prog_SETFILE+set}" = set; then
29587 echo $ECHO_N "(cached) $ECHO_C" >&6
29588else
29589 if test -n "$SETFILE"; then
29590 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
29591else
29592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29593for as_dir in $PATH
29594do
29595 IFS=$as_save_IFS
29596 test -z "$as_dir" && as_dir=.
29597 for ac_exec_ext in '' $ac_executable_extensions; do
29598 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29599 ac_cv_prog_SETFILE="SetFile"
29600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29601 break 2
29602 fi
29603done
29604done
29605
29606 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
29607fi
29608fi
29609SETFILE=$ac_cv_prog_SETFILE
29610if test -n "$SETFILE"; then
29611 echo "$as_me:$LINENO: result: $SETFILE" >&5
29612echo "${ECHO_T}$SETFILE" >&6
29613else
29614 echo "$as_me:$LINENO: result: no" >&5
29615echo "${ECHO_T}no" >&6
29616fi
29617
29618
29619 MACSETFILE="\$(SETFILE)"
29620
29621 if test "$wxUSE_MAC" = 1; then
29622 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
29623
29624 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
29625 else
29626 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
29627 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
29628 fi
29629else
ffa0583f
RL
29630 MACSETFILE="@true"
29631 MACRESWXCONFIG="@true"
a848cd7e
SC
29632
29633 if test "$wxUSE_PM" = 1; then
29634 MACRESCOMP="emxbind -ep"
29635 else
ffa0583f 29636 MACRESCOMP="@true"
a848cd7e
SC
29637 fi
29638fi
29639
29640
29641
29642echo "$as_me:$LINENO: checking for mode_t" >&5
29643echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
29644if test "${ac_cv_type_mode_t+set}" = set; then
29645 echo $ECHO_N "(cached) $ECHO_C" >&6
29646else
29647 cat >conftest.$ac_ext <<_ACEOF
29648/* confdefs.h. */
29649_ACEOF
29650cat confdefs.h >>conftest.$ac_ext
29651cat >>conftest.$ac_ext <<_ACEOF
29652/* end confdefs.h. */
29653$ac_includes_default
29654int
29655main ()
29656{
29657if ((mode_t *) 0)
29658 return 0;
29659if (sizeof (mode_t))
29660 return 0;
29661 ;
29662 return 0;
29663}
29664_ACEOF
29665rm -f conftest.$ac_objext
29666if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29667 (eval $ac_compile) 2>conftest.er1
a848cd7e 29668 ac_status=$?
ac1cb8d3
VS
29669 grep -v '^ *+' conftest.er1 >conftest.err
29670 rm -f conftest.er1
29671 cat conftest.err >&5
a848cd7e
SC
29672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29673 (exit $ac_status); } &&
07158944 29674 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29676 (eval $ac_try) 2>&5
29677 ac_status=$?
29678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29679 (exit $ac_status); }; } &&
29680 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29682 (eval $ac_try) 2>&5
29683 ac_status=$?
29684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29685 (exit $ac_status); }; }; then
29686 ac_cv_type_mode_t=yes
29687else
29688 echo "$as_me: failed program was:" >&5
29689sed 's/^/| /' conftest.$ac_ext >&5
29690
29691ac_cv_type_mode_t=no
29692fi
ac1cb8d3 29693rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29694fi
29695echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
29696echo "${ECHO_T}$ac_cv_type_mode_t" >&6
29697if test $ac_cv_type_mode_t = yes; then
29698 :
29699else
29700
29701cat >>confdefs.h <<_ACEOF
29702#define mode_t int
29703_ACEOF
29704
29705fi
29706
29707echo "$as_me:$LINENO: checking for off_t" >&5
29708echo $ECHO_N "checking for off_t... $ECHO_C" >&6
29709if test "${ac_cv_type_off_t+set}" = set; then
29710 echo $ECHO_N "(cached) $ECHO_C" >&6
29711else
29712 cat >conftest.$ac_ext <<_ACEOF
29713/* confdefs.h. */
29714_ACEOF
29715cat confdefs.h >>conftest.$ac_ext
29716cat >>conftest.$ac_ext <<_ACEOF
29717/* end confdefs.h. */
29718$ac_includes_default
29719int
29720main ()
29721{
29722if ((off_t *) 0)
29723 return 0;
29724if (sizeof (off_t))
29725 return 0;
29726 ;
29727 return 0;
29728}
29729_ACEOF
29730rm -f conftest.$ac_objext
29731if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29732 (eval $ac_compile) 2>conftest.er1
a848cd7e 29733 ac_status=$?
ac1cb8d3
VS
29734 grep -v '^ *+' conftest.er1 >conftest.err
29735 rm -f conftest.er1
29736 cat conftest.err >&5
a848cd7e
SC
29737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29738 (exit $ac_status); } &&
07158944 29739 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29741 (eval $ac_try) 2>&5
29742 ac_status=$?
29743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29744 (exit $ac_status); }; } &&
29745 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29747 (eval $ac_try) 2>&5
29748 ac_status=$?
29749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29750 (exit $ac_status); }; }; then
29751 ac_cv_type_off_t=yes
29752else
29753 echo "$as_me: failed program was:" >&5
29754sed 's/^/| /' conftest.$ac_ext >&5
29755
29756ac_cv_type_off_t=no
29757fi
ac1cb8d3 29758rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29759fi
29760echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
29761echo "${ECHO_T}$ac_cv_type_off_t" >&6
29762if test $ac_cv_type_off_t = yes; then
29763 :
29764else
29765
29766cat >>confdefs.h <<_ACEOF
29767#define off_t long
29768_ACEOF
29769
29770fi
29771
29772echo "$as_me:$LINENO: checking for pid_t" >&5
29773echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
29774if test "${ac_cv_type_pid_t+set}" = set; then
29775 echo $ECHO_N "(cached) $ECHO_C" >&6
29776else
29777 cat >conftest.$ac_ext <<_ACEOF
29778/* confdefs.h. */
29779_ACEOF
29780cat confdefs.h >>conftest.$ac_ext
29781cat >>conftest.$ac_ext <<_ACEOF
29782/* end confdefs.h. */
29783$ac_includes_default
29784int
29785main ()
29786{
29787if ((pid_t *) 0)
29788 return 0;
29789if (sizeof (pid_t))
29790 return 0;
29791 ;
29792 return 0;
29793}
29794_ACEOF
29795rm -f conftest.$ac_objext
29796if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29797 (eval $ac_compile) 2>conftest.er1
a848cd7e 29798 ac_status=$?
ac1cb8d3
VS
29799 grep -v '^ *+' conftest.er1 >conftest.err
29800 rm -f conftest.er1
29801 cat conftest.err >&5
a848cd7e
SC
29802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29803 (exit $ac_status); } &&
07158944 29804 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29806 (eval $ac_try) 2>&5
29807 ac_status=$?
29808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29809 (exit $ac_status); }; } &&
29810 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29812 (eval $ac_try) 2>&5
29813 ac_status=$?
29814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29815 (exit $ac_status); }; }; then
29816 ac_cv_type_pid_t=yes
29817else
29818 echo "$as_me: failed program was:" >&5
29819sed 's/^/| /' conftest.$ac_ext >&5
29820
29821ac_cv_type_pid_t=no
29822fi
ac1cb8d3 29823rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29824fi
29825echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
29826echo "${ECHO_T}$ac_cv_type_pid_t" >&6
29827if test $ac_cv_type_pid_t = yes; then
29828 :
29829else
29830
29831cat >>confdefs.h <<_ACEOF
29832#define pid_t int
29833_ACEOF
29834
29835fi
29836
29837echo "$as_me:$LINENO: checking for size_t" >&5
29838echo $ECHO_N "checking for size_t... $ECHO_C" >&6
29839if test "${ac_cv_type_size_t+set}" = set; then
29840 echo $ECHO_N "(cached) $ECHO_C" >&6
29841else
29842 cat >conftest.$ac_ext <<_ACEOF
29843/* confdefs.h. */
29844_ACEOF
29845cat confdefs.h >>conftest.$ac_ext
29846cat >>conftest.$ac_ext <<_ACEOF
29847/* end confdefs.h. */
29848$ac_includes_default
29849int
29850main ()
29851{
29852if ((size_t *) 0)
29853 return 0;
29854if (sizeof (size_t))
29855 return 0;
29856 ;
29857 return 0;
29858}
29859_ACEOF
29860rm -f conftest.$ac_objext
29861if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29862 (eval $ac_compile) 2>conftest.er1
a848cd7e 29863 ac_status=$?
ac1cb8d3
VS
29864 grep -v '^ *+' conftest.er1 >conftest.err
29865 rm -f conftest.er1
29866 cat conftest.err >&5
a848cd7e
SC
29867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29868 (exit $ac_status); } &&
07158944 29869 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29871 (eval $ac_try) 2>&5
29872 ac_status=$?
29873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29874 (exit $ac_status); }; } &&
29875 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29877 (eval $ac_try) 2>&5
29878 ac_status=$?
29879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29880 (exit $ac_status); }; }; then
29881 ac_cv_type_size_t=yes
29882else
29883 echo "$as_me: failed program was:" >&5
29884sed 's/^/| /' conftest.$ac_ext >&5
29885
29886ac_cv_type_size_t=no
29887fi
ac1cb8d3 29888rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29889fi
29890echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
29891echo "${ECHO_T}$ac_cv_type_size_t" >&6
29892if test $ac_cv_type_size_t = yes; then
29893 :
29894else
29895
29896cat >>confdefs.h <<_ACEOF
29897#define size_t unsigned
29898_ACEOF
29899
29900fi
29901
29902echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
29903echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
29904if test "${ac_cv_type_uid_t+set}" = set; then
29905 echo $ECHO_N "(cached) $ECHO_C" >&6
29906else
29907 cat >conftest.$ac_ext <<_ACEOF
29908/* confdefs.h. */
29909_ACEOF
29910cat confdefs.h >>conftest.$ac_ext
29911cat >>conftest.$ac_ext <<_ACEOF
29912/* end confdefs.h. */
29913#include <sys/types.h>
29914
29915_ACEOF
29916if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
29917 $EGREP "uid_t" >/dev/null 2>&1; then
29918 ac_cv_type_uid_t=yes
29919else
29920 ac_cv_type_uid_t=no
29921fi
29922rm -f conftest*
29923
29924fi
29925echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
29926echo "${ECHO_T}$ac_cv_type_uid_t" >&6
29927if test $ac_cv_type_uid_t = no; then
29928
29929cat >>confdefs.h <<\_ACEOF
29930#define uid_t int
29931_ACEOF
29932
29933
29934cat >>confdefs.h <<\_ACEOF
29935#define gid_t int
29936_ACEOF
29937
29938fi
29939
29940
d51253e8
RL
29941echo "$as_me:$LINENO: checking for ssize_t" >&5
29942echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
29943if test "${ac_cv_type_ssize_t+set}" = set; then
29944 echo $ECHO_N "(cached) $ECHO_C" >&6
29945else
29946 cat >conftest.$ac_ext <<_ACEOF
29947/* confdefs.h. */
29948_ACEOF
29949cat confdefs.h >>conftest.$ac_ext
29950cat >>conftest.$ac_ext <<_ACEOF
29951/* end confdefs.h. */
29952$ac_includes_default
29953int
29954main ()
29955{
29956if ((ssize_t *) 0)
29957 return 0;
29958if (sizeof (ssize_t))
29959 return 0;
29960 ;
29961 return 0;
29962}
29963_ACEOF
29964rm -f conftest.$ac_objext
29965if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29966 (eval $ac_compile) 2>conftest.er1
29967 ac_status=$?
29968 grep -v '^ *+' conftest.er1 >conftest.err
29969 rm -f conftest.er1
29970 cat conftest.err >&5
29971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29972 (exit $ac_status); } &&
07158944 29973 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
d51253e8
RL
29974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29975 (eval $ac_try) 2>&5
29976 ac_status=$?
29977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29978 (exit $ac_status); }; } &&
29979 { ac_try='test -s conftest.$ac_objext'
29980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29981 (eval $ac_try) 2>&5
29982 ac_status=$?
29983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29984 (exit $ac_status); }; }; then
29985 ac_cv_type_ssize_t=yes
29986else
29987 echo "$as_me: failed program was:" >&5
29988sed 's/^/| /' conftest.$ac_ext >&5
29989
29990ac_cv_type_ssize_t=no
29991fi
29992rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29993fi
29994echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
29995echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
29996if test $ac_cv_type_ssize_t = yes; then
29997
29998cat >>confdefs.h <<_ACEOF
29999#define HAVE_SSIZE_T 1
30000_ACEOF
30001
30002
30003fi
30004
30005
a848cd7e
SC
30006
30007
30008ac_ext=cc
30009ac_cpp='$CXXCPP $CPPFLAGS'
30010ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30011ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30012ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30013
30014echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
30015echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
30016if test "${wx_cv_size_t_is_uint+set}" = set; then
30017 echo $ECHO_N "(cached) $ECHO_C" >&6
30018else
30019
30020 cat >conftest.$ac_ext <<_ACEOF
30021/* confdefs.h. */
30022_ACEOF
30023cat confdefs.h >>conftest.$ac_ext
30024cat >>conftest.$ac_ext <<_ACEOF
30025/* end confdefs.h. */
30026#include <stddef.h>
30027int
30028main ()
30029{
30030
30031 return 0; }
30032
30033 struct Foo { void foo(size_t); void foo(unsigned int); };
30034
30035 int bar() {
30036
30037 ;
30038 return 0;
30039}
30040_ACEOF
30041rm -f conftest.$ac_objext
30042if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30043 (eval $ac_compile) 2>conftest.er1
a848cd7e 30044 ac_status=$?
ac1cb8d3
VS
30045 grep -v '^ *+' conftest.er1 >conftest.err
30046 rm -f conftest.er1
30047 cat conftest.err >&5
a848cd7e
SC
30048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30049 (exit $ac_status); } &&
07158944 30050 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30052 (eval $ac_try) 2>&5
30053 ac_status=$?
30054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30055 (exit $ac_status); }; } &&
30056 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30058 (eval $ac_try) 2>&5
30059 ac_status=$?
30060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30061 (exit $ac_status); }; }; then
30062 wx_cv_size_t_is_uint=no
30063else
30064 echo "$as_me: failed program was:" >&5
30065sed 's/^/| /' conftest.$ac_ext >&5
30066
30067wx_cv_size_t_is_uint=yes
30068
30069fi
ac1cb8d3 30070rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30071
30072
30073fi
30074echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
30075echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
30076
30077if test "$wx_cv_size_t_is_uint" = "yes"; then
30078 cat >>confdefs.h <<\_ACEOF
30079#define wxSIZE_T_IS_UINT 1
30080_ACEOF
30081
30082else
30083 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
30084echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
30085if test "${wx_cv_size_t_is_ulong+set}" = set; then
30086 echo $ECHO_N "(cached) $ECHO_C" >&6
30087else
30088 cat >conftest.$ac_ext <<_ACEOF
30089/* confdefs.h. */
30090_ACEOF
30091cat confdefs.h >>conftest.$ac_ext
30092cat >>conftest.$ac_ext <<_ACEOF
30093/* end confdefs.h. */
30094#include <stddef.h>
30095int
30096main ()
30097{
30098
30099 return 0; }
30100
30101 struct Foo { void foo(size_t); void foo(unsigned long); };
30102
30103 int bar() {
30104
30105 ;
30106 return 0;
30107}
30108_ACEOF
30109rm -f conftest.$ac_objext
30110if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30111 (eval $ac_compile) 2>conftest.er1
a848cd7e 30112 ac_status=$?
ac1cb8d3
VS
30113 grep -v '^ *+' conftest.er1 >conftest.err
30114 rm -f conftest.er1
30115 cat conftest.err >&5
a848cd7e
SC
30116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30117 (exit $ac_status); } &&
07158944 30118 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30120 (eval $ac_try) 2>&5
30121 ac_status=$?
30122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30123 (exit $ac_status); }; } &&
30124 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30126 (eval $ac_try) 2>&5
30127 ac_status=$?
30128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30129 (exit $ac_status); }; }; then
30130 wx_cv_size_t_is_ulong=no
30131else
30132 echo "$as_me: failed program was:" >&5
30133sed 's/^/| /' conftest.$ac_ext >&5
30134
30135wx_cv_size_t_is_ulong=yes
30136
30137fi
ac1cb8d3 30138rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30139
30140fi
30141echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
30142echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
30143
30144 if test "$wx_cv_size_t_is_ulong" = "yes"; then
30145 cat >>confdefs.h <<\_ACEOF
30146#define wxSIZE_T_IS_ULONG 1
30147_ACEOF
30148
30149 fi
30150fi
30151
30152ac_ext=c
30153ac_cpp='$CPP $CPPFLAGS'
30154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30156ac_compiler_gnu=$ac_cv_c_compiler_gnu
30157
30158
30159
30160echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
30161echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
30162if test "${wx_cv_struct_pw_gecos+set}" = set; then
30163 echo $ECHO_N "(cached) $ECHO_C" >&6
30164else
30165
30166 cat >conftest.$ac_ext <<_ACEOF
30167/* confdefs.h. */
30168_ACEOF
30169cat confdefs.h >>conftest.$ac_ext
30170cat >>conftest.$ac_ext <<_ACEOF
30171/* end confdefs.h. */
30172#include <pwd.h>
30173int
30174main ()
30175{
30176
30177 char *p;
30178 struct passwd *pw;
30179 p = pw->pw_gecos;
30180
30181 ;
30182 return 0;
30183}
30184_ACEOF
30185rm -f conftest.$ac_objext
30186if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30187 (eval $ac_compile) 2>conftest.er1
a848cd7e 30188 ac_status=$?
ac1cb8d3
VS
30189 grep -v '^ *+' conftest.er1 >conftest.err
30190 rm -f conftest.er1
30191 cat conftest.err >&5
a848cd7e
SC
30192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30193 (exit $ac_status); } &&
07158944 30194 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30196 (eval $ac_try) 2>&5
30197 ac_status=$?
30198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30199 (exit $ac_status); }; } &&
30200 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30202 (eval $ac_try) 2>&5
30203 ac_status=$?
30204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30205 (exit $ac_status); }; }; then
30206
30207 wx_cv_struct_pw_gecos=yes
30208
30209else
30210 echo "$as_me: failed program was:" >&5
30211sed 's/^/| /' conftest.$ac_ext >&5
30212
30213
30214 wx_cv_struct_pw_gecos=no
30215
30216
30217fi
ac1cb8d3 30218rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30219
30220
30221fi
30222echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
30223echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
30224
30225if test "$wx_cv_struct_pw_gecos" = "yes"; then
30226 cat >>confdefs.h <<\_ACEOF
30227#define HAVE_PW_GECOS 1
30228_ACEOF
30229
30230fi
30231
30232
238ecede 30233if test "$ac_cv_sizeof_wchar_t" != "0"; then
a848cd7e
SC
30234 cat >>confdefs.h <<\_ACEOF
30235#define wxUSE_WCHAR_T 1
30236_ACEOF
30237
30238
30239 WCSLEN_FOUND=0
30240 WCHAR_LINK=
30241
30242for ac_func in wcslen
30243do
30244as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30245echo "$as_me:$LINENO: checking for $ac_func" >&5
30246echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30247if eval "test \"\${$as_ac_var+set}\" = set"; then
30248 echo $ECHO_N "(cached) $ECHO_C" >&6
30249else
30250 cat >conftest.$ac_ext <<_ACEOF
30251/* confdefs.h. */
30252_ACEOF
30253cat confdefs.h >>conftest.$ac_ext
30254cat >>conftest.$ac_ext <<_ACEOF
30255/* end confdefs.h. */
ac1cb8d3
VS
30256/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30257 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30258#define $ac_func innocuous_$ac_func
30259
a848cd7e
SC
30260/* System header to define __stub macros and hopefully few prototypes,
30261 which can conflict with char $ac_func (); below.
30262 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30263 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 30264
a848cd7e
SC
30265#ifdef __STDC__
30266# include <limits.h>
30267#else
30268# include <assert.h>
30269#endif
ac1cb8d3
VS
30270
30271#undef $ac_func
30272
a848cd7e
SC
30273/* Override any gcc2 internal prototype to avoid an error. */
30274#ifdef __cplusplus
30275extern "C"
30276{
30277#endif
30278/* We use char because int might match the return type of a gcc2
30279 builtin and then its argument prototype would still apply. */
30280char $ac_func ();
30281/* The GNU C library defines this for functions which it implements
30282 to always fail with ENOSYS. Some functions are actually named
30283 something starting with __ and the normal name is an alias. */
30284#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30285choke me
30286#else
30287char (*f) () = $ac_func;
30288#endif
30289#ifdef __cplusplus
30290}
30291#endif
30292
30293int
30294main ()
30295{
30296return f != $ac_func;
30297 ;
30298 return 0;
30299}
30300_ACEOF
30301rm -f conftest.$ac_objext conftest$ac_exeext
30302if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30303 (eval $ac_link) 2>conftest.er1
a848cd7e 30304 ac_status=$?
ac1cb8d3
VS
30305 grep -v '^ *+' conftest.er1 >conftest.err
30306 rm -f conftest.er1
30307 cat conftest.err >&5
a848cd7e
SC
30308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30309 (exit $ac_status); } &&
07158944 30310 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30312 (eval $ac_try) 2>&5
30313 ac_status=$?
30314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30315 (exit $ac_status); }; } &&
30316 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30318 (eval $ac_try) 2>&5
30319 ac_status=$?
30320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30321 (exit $ac_status); }; }; then
30322 eval "$as_ac_var=yes"
30323else
30324 echo "$as_me: failed program was:" >&5
30325sed 's/^/| /' conftest.$ac_ext >&5
30326
30327eval "$as_ac_var=no"
30328fi
ac1cb8d3
VS
30329rm -f conftest.err conftest.$ac_objext \
30330 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30331fi
30332echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30333echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30334if test `eval echo '${'$as_ac_var'}'` = yes; then
30335 cat >>confdefs.h <<_ACEOF
30336#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30337_ACEOF
30338 WCSLEN_FOUND=1
30339fi
30340done
30341
30342
30343 if test "$WCSLEN_FOUND" = 0; then
30344 if test "$TOOLKIT" = "MSW"; then
30345 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
30346echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
30347if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
30348 echo $ECHO_N "(cached) $ECHO_C" >&6
30349else
30350 ac_check_lib_save_LIBS=$LIBS
30351LIBS="-lmsvcrt $LIBS"
30352cat >conftest.$ac_ext <<_ACEOF
30353/* confdefs.h. */
30354_ACEOF
30355cat confdefs.h >>conftest.$ac_ext
30356cat >>conftest.$ac_ext <<_ACEOF
30357/* end confdefs.h. */
30358
30359/* Override any gcc2 internal prototype to avoid an error. */
30360#ifdef __cplusplus
30361extern "C"
30362#endif
30363/* We use char because int might match the return type of a gcc2
30364 builtin and then its argument prototype would still apply. */
30365char wcslen ();
30366int
30367main ()
30368{
30369wcslen ();
30370 ;
30371 return 0;
30372}
30373_ACEOF
30374rm -f conftest.$ac_objext conftest$ac_exeext
30375if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30376 (eval $ac_link) 2>conftest.er1
a848cd7e 30377 ac_status=$?
ac1cb8d3
VS
30378 grep -v '^ *+' conftest.er1 >conftest.err
30379 rm -f conftest.er1
30380 cat conftest.err >&5
a848cd7e
SC
30381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30382 (exit $ac_status); } &&
07158944 30383 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30385 (eval $ac_try) 2>&5
30386 ac_status=$?
30387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30388 (exit $ac_status); }; } &&
30389 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30391 (eval $ac_try) 2>&5
30392 ac_status=$?
30393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30394 (exit $ac_status); }; }; then
30395 ac_cv_lib_msvcrt_wcslen=yes
30396else
30397 echo "$as_me: failed program was:" >&5
30398sed 's/^/| /' conftest.$ac_ext >&5
30399
30400ac_cv_lib_msvcrt_wcslen=no
30401fi
ac1cb8d3
VS
30402rm -f conftest.err conftest.$ac_objext \
30403 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30404LIBS=$ac_check_lib_save_LIBS
30405fi
30406echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
30407echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
30408if test $ac_cv_lib_msvcrt_wcslen = yes; then
30409 WCHAR_OK=1
30410fi
30411
30412 else
30413 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
30414echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
30415if test "${ac_cv_lib_w_wcslen+set}" = set; then
30416 echo $ECHO_N "(cached) $ECHO_C" >&6
30417else
30418 ac_check_lib_save_LIBS=$LIBS
30419LIBS="-lw $LIBS"
30420cat >conftest.$ac_ext <<_ACEOF
30421/* confdefs.h. */
30422_ACEOF
30423cat confdefs.h >>conftest.$ac_ext
30424cat >>conftest.$ac_ext <<_ACEOF
30425/* end confdefs.h. */
30426
30427/* Override any gcc2 internal prototype to avoid an error. */
30428#ifdef __cplusplus
30429extern "C"
30430#endif
30431/* We use char because int might match the return type of a gcc2
30432 builtin and then its argument prototype would still apply. */
30433char wcslen ();
30434int
30435main ()
30436{
30437wcslen ();
30438 ;
30439 return 0;
30440}
30441_ACEOF
30442rm -f conftest.$ac_objext conftest$ac_exeext
30443if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30444 (eval $ac_link) 2>conftest.er1
a848cd7e 30445 ac_status=$?
ac1cb8d3
VS
30446 grep -v '^ *+' conftest.er1 >conftest.err
30447 rm -f conftest.er1
30448 cat conftest.err >&5
a848cd7e
SC
30449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30450 (exit $ac_status); } &&
07158944 30451 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30453 (eval $ac_try) 2>&5
30454 ac_status=$?
30455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30456 (exit $ac_status); }; } &&
30457 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30459 (eval $ac_try) 2>&5
30460 ac_status=$?
30461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30462 (exit $ac_status); }; }; then
30463 ac_cv_lib_w_wcslen=yes
30464else
30465 echo "$as_me: failed program was:" >&5
30466sed 's/^/| /' conftest.$ac_ext >&5
30467
30468ac_cv_lib_w_wcslen=no
30469fi
ac1cb8d3
VS
30470rm -f conftest.err conftest.$ac_objext \
30471 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30472LIBS=$ac_check_lib_save_LIBS
30473fi
30474echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
30475echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
30476if test $ac_cv_lib_w_wcslen = yes; then
30477
30478 WCHAR_LINK=" -lw"
30479 WCSLEN_FOUND=1
30480
30481fi
30482
30483 fi
30484 fi
30485
30486 if test "$WCSLEN_FOUND" = 1; then
30487 cat >>confdefs.h <<\_ACEOF
30488#define HAVE_WCSLEN 1
30489_ACEOF
30490
30491 fi
30492
81f90336 30493 if test "$USE_HPUX" = 1; then
473276a9
VS
30494 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
30495 fi
30496
a848cd7e
SC
30497
30498for ac_func in wcsrtombs
30499do
30500as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30501echo "$as_me:$LINENO: checking for $ac_func" >&5
30502echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30503if eval "test \"\${$as_ac_var+set}\" = set"; then
30504 echo $ECHO_N "(cached) $ECHO_C" >&6
30505else
30506 cat >conftest.$ac_ext <<_ACEOF
30507/* confdefs.h. */
30508_ACEOF
30509cat confdefs.h >>conftest.$ac_ext
30510cat >>conftest.$ac_ext <<_ACEOF
30511/* end confdefs.h. */
ac1cb8d3
VS
30512/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30513 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30514#define $ac_func innocuous_$ac_func
30515
a848cd7e
SC
30516/* System header to define __stub macros and hopefully few prototypes,
30517 which can conflict with char $ac_func (); below.
30518 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30519 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 30520
a848cd7e
SC
30521#ifdef __STDC__
30522# include <limits.h>
30523#else
30524# include <assert.h>
30525#endif
ac1cb8d3
VS
30526
30527#undef $ac_func
30528
a848cd7e
SC
30529/* Override any gcc2 internal prototype to avoid an error. */
30530#ifdef __cplusplus
30531extern "C"
30532{
30533#endif
30534/* We use char because int might match the return type of a gcc2
30535 builtin and then its argument prototype would still apply. */
30536char $ac_func ();
30537/* The GNU C library defines this for functions which it implements
30538 to always fail with ENOSYS. Some functions are actually named
30539 something starting with __ and the normal name is an alias. */
30540#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30541choke me
30542#else
30543char (*f) () = $ac_func;
30544#endif
30545#ifdef __cplusplus
30546}
30547#endif
30548
30549int
30550main ()
30551{
30552return f != $ac_func;
30553 ;
30554 return 0;
30555}
30556_ACEOF
30557rm -f conftest.$ac_objext conftest$ac_exeext
30558if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30559 (eval $ac_link) 2>conftest.er1
a848cd7e 30560 ac_status=$?
ac1cb8d3
VS
30561 grep -v '^ *+' conftest.er1 >conftest.err
30562 rm -f conftest.er1
30563 cat conftest.err >&5
a848cd7e
SC
30564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30565 (exit $ac_status); } &&
07158944 30566 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30568 (eval $ac_try) 2>&5
30569 ac_status=$?
30570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30571 (exit $ac_status); }; } &&
30572 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30574 (eval $ac_try) 2>&5
30575 ac_status=$?
30576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30577 (exit $ac_status); }; }; then
30578 eval "$as_ac_var=yes"
30579else
30580 echo "$as_me: failed program was:" >&5
30581sed 's/^/| /' conftest.$ac_ext >&5
30582
30583eval "$as_ac_var=no"
30584fi
ac1cb8d3
VS
30585rm -f conftest.err conftest.$ac_objext \
30586 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30587fi
30588echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30589echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30590if test `eval echo '${'$as_ac_var'}'` = yes; then
30591 cat >>confdefs.h <<_ACEOF
30592#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30593_ACEOF
30594
30595fi
30596done
30597
30598else
30599 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
30600echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
30601fi
30602
30603
30604
30605ac_ext=cc
30606ac_cpp='$CXXCPP $CPPFLAGS'
30607ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30608ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30609ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30610
30611
30612
30613for ac_func in vsnprintf
30614do
30615as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30616echo "$as_me:$LINENO: checking for $ac_func" >&5
30617echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30618if eval "test \"\${$as_ac_var+set}\" = set"; then
30619 echo $ECHO_N "(cached) $ECHO_C" >&6
30620else
30621 cat >conftest.$ac_ext <<_ACEOF
30622/* confdefs.h. */
30623_ACEOF
30624cat confdefs.h >>conftest.$ac_ext
30625cat >>conftest.$ac_ext <<_ACEOF
30626/* end confdefs.h. */
ac1cb8d3
VS
30627/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30628 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30629#define $ac_func innocuous_$ac_func
30630
a848cd7e
SC
30631/* System header to define __stub macros and hopefully few prototypes,
30632 which can conflict with char $ac_func (); below.
30633 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30634 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 30635
a848cd7e
SC
30636#ifdef __STDC__
30637# include <limits.h>
30638#else
30639# include <assert.h>
30640#endif
ac1cb8d3
VS
30641
30642#undef $ac_func
30643
a848cd7e
SC
30644/* Override any gcc2 internal prototype to avoid an error. */
30645#ifdef __cplusplus
30646extern "C"
30647{
30648#endif
30649/* We use char because int might match the return type of a gcc2
30650 builtin and then its argument prototype would still apply. */
30651char $ac_func ();
30652/* The GNU C library defines this for functions which it implements
30653 to always fail with ENOSYS. Some functions are actually named
30654 something starting with __ and the normal name is an alias. */
30655#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30656choke me
30657#else
30658char (*f) () = $ac_func;
30659#endif
30660#ifdef __cplusplus
30661}
30662#endif
30663
30664int
30665main ()
30666{
30667return f != $ac_func;
30668 ;
30669 return 0;
30670}
30671_ACEOF
30672rm -f conftest.$ac_objext conftest$ac_exeext
30673if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30674 (eval $ac_link) 2>conftest.er1
a848cd7e 30675 ac_status=$?
ac1cb8d3
VS
30676 grep -v '^ *+' conftest.er1 >conftest.err
30677 rm -f conftest.er1
30678 cat conftest.err >&5
a848cd7e
SC
30679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30680 (exit $ac_status); } &&
07158944 30681 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30683 (eval $ac_try) 2>&5
30684 ac_status=$?
30685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30686 (exit $ac_status); }; } &&
30687 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30689 (eval $ac_try) 2>&5
30690 ac_status=$?
30691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30692 (exit $ac_status); }; }; then
30693 eval "$as_ac_var=yes"
30694else
30695 echo "$as_me: failed program was:" >&5
30696sed 's/^/| /' conftest.$ac_ext >&5
30697
30698eval "$as_ac_var=no"
30699fi
ac1cb8d3
VS
30700rm -f conftest.err conftest.$ac_objext \
30701 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30702fi
30703echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30704echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30705if test `eval echo '${'$as_ac_var'}'` = yes; then
30706 cat >>confdefs.h <<_ACEOF
30707#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30708_ACEOF
30709
30710fi
30711done
30712
30713
30714if test "$ac_cv_func_vsnprintf" = "yes"; then
30715 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
30716echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
30717if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
30718 echo $ECHO_N "(cached) $ECHO_C" >&6
30719else
30720
30721 cat >conftest.$ac_ext <<_ACEOF
30722/* confdefs.h. */
30723_ACEOF
30724cat confdefs.h >>conftest.$ac_ext
30725cat >>conftest.$ac_ext <<_ACEOF
30726/* end confdefs.h. */
30727
30728 #include <stdio.h>
30729 #include <stdarg.h>
30730
30731int
30732main ()
30733{
30734
30735 char *buf;
30736 va_list ap;
30737 vsnprintf(buf, 10u, "%s", ap);
30738
30739 ;
30740 return 0;
30741}
30742_ACEOF
30743rm -f conftest.$ac_objext
30744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30745 (eval $ac_compile) 2>conftest.er1
a848cd7e 30746 ac_status=$?
ac1cb8d3
VS
30747 grep -v '^ *+' conftest.er1 >conftest.err
30748 rm -f conftest.er1
30749 cat conftest.err >&5
a848cd7e
SC
30750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30751 (exit $ac_status); } &&
07158944 30752 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30754 (eval $ac_try) 2>&5
30755 ac_status=$?
30756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30757 (exit $ac_status); }; } &&
30758 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30760 (eval $ac_try) 2>&5
30761 ac_status=$?
30762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30763 (exit $ac_status); }; }; then
30764 wx_cv_func_vsnprintf_decl=yes
30765else
30766 echo "$as_me: failed program was:" >&5
30767sed 's/^/| /' conftest.$ac_ext >&5
30768
c122b164
DE
30769
30770 cat >conftest.$ac_ext <<_ACEOF
30771/* confdefs.h. */
30772_ACEOF
30773cat confdefs.h >>conftest.$ac_ext
30774cat >>conftest.$ac_ext <<_ACEOF
30775/* end confdefs.h. */
30776
30777 #include <stdio.h>
30778 #include <stdarg.h>
30779 using namespace std;
30780
30781int
30782main ()
30783{
30784
30785 char *buf;
30786 va_list ap;
30787 vsnprintf(buf, 10u, "%s", ap);
30788
30789 ;
30790 return 0;
30791}
30792_ACEOF
30793rm -f conftest.$ac_objext
30794if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30795 (eval $ac_compile) 2>conftest.er1
30796 ac_status=$?
30797 grep -v '^ *+' conftest.er1 >conftest.err
30798 rm -f conftest.er1
30799 cat conftest.err >&5
30800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30801 (exit $ac_status); } &&
07158944 30802 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
c122b164
DE
30803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30804 (eval $ac_try) 2>&5
30805 ac_status=$?
30806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30807 (exit $ac_status); }; } &&
30808 { ac_try='test -s conftest.$ac_objext'
30809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30810 (eval $ac_try) 2>&5
30811 ac_status=$?
30812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30813 (exit $ac_status); }; }; then
30814 wx_cv_func_vsnprintf_decl=yes
30815else
30816 echo "$as_me: failed program was:" >&5
30817sed 's/^/| /' conftest.$ac_ext >&5
30818
a848cd7e
SC
30819wx_cv_func_vsnprintf_decl=no
30820
30821fi
ac1cb8d3 30822rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30823
30824
c122b164
DE
30825fi
30826rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30827
30828
a848cd7e
SC
30829fi
30830echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
30831echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
30832
30833 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
30834 cat >>confdefs.h <<\_ACEOF
30835#define HAVE_VSNPRINTF_DECL 1
30836_ACEOF
30837
30838 fi
30839fi
30840
30841if test "$wxUSE_UNICODE" = yes; then
30842
30843
30844
fbe47c7b
VS
30845
30846
30847
30848for ac_func in wputc wputchar putws fputws wprintf vswprintf
a848cd7e
SC
30849do
30850as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30851echo "$as_me:$LINENO: checking for $ac_func" >&5
30852echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30853if eval "test \"\${$as_ac_var+set}\" = set"; then
30854 echo $ECHO_N "(cached) $ECHO_C" >&6
30855else
30856 cat >conftest.$ac_ext <<_ACEOF
30857/* confdefs.h. */
30858_ACEOF
30859cat confdefs.h >>conftest.$ac_ext
30860cat >>conftest.$ac_ext <<_ACEOF
30861/* end confdefs.h. */
ac1cb8d3
VS
30862/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30863 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30864#define $ac_func innocuous_$ac_func
30865
a848cd7e
SC
30866/* System header to define __stub macros and hopefully few prototypes,
30867 which can conflict with char $ac_func (); below.
30868 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30869 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 30870
a848cd7e
SC
30871#ifdef __STDC__
30872# include <limits.h>
30873#else
30874# include <assert.h>
30875#endif
ac1cb8d3
VS
30876
30877#undef $ac_func
30878
a848cd7e
SC
30879/* Override any gcc2 internal prototype to avoid an error. */
30880#ifdef __cplusplus
30881extern "C"
30882{
30883#endif
30884/* We use char because int might match the return type of a gcc2
30885 builtin and then its argument prototype would still apply. */
30886char $ac_func ();
30887/* The GNU C library defines this for functions which it implements
30888 to always fail with ENOSYS. Some functions are actually named
30889 something starting with __ and the normal name is an alias. */
30890#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30891choke me
30892#else
30893char (*f) () = $ac_func;
30894#endif
30895#ifdef __cplusplus
30896}
30897#endif
30898
30899int
30900main ()
30901{
30902return f != $ac_func;
30903 ;
30904 return 0;
30905}
30906_ACEOF
30907rm -f conftest.$ac_objext conftest$ac_exeext
30908if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30909 (eval $ac_link) 2>conftest.er1
a848cd7e 30910 ac_status=$?
ac1cb8d3
VS
30911 grep -v '^ *+' conftest.er1 >conftest.err
30912 rm -f conftest.er1
30913 cat conftest.err >&5
a848cd7e
SC
30914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30915 (exit $ac_status); } &&
07158944 30916 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30918 (eval $ac_try) 2>&5
30919 ac_status=$?
30920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30921 (exit $ac_status); }; } &&
30922 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30924 (eval $ac_try) 2>&5
30925 ac_status=$?
30926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30927 (exit $ac_status); }; }; then
30928 eval "$as_ac_var=yes"
30929else
30930 echo "$as_me: failed program was:" >&5
30931sed 's/^/| /' conftest.$ac_ext >&5
30932
30933eval "$as_ac_var=no"
30934fi
ac1cb8d3
VS
30935rm -f conftest.err conftest.$ac_objext \
30936 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30937fi
30938echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30939echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30940if test `eval echo '${'$as_ac_var'}'` = yes; then
30941 cat >>confdefs.h <<_ACEOF
30942#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30943_ACEOF
30944
30945fi
30946done
30947
30948
30949 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
30950echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
30951 cat >conftest.$ac_ext <<_ACEOF
30952/* confdefs.h. */
30953_ACEOF
30954cat confdefs.h >>conftest.$ac_ext
30955cat >>conftest.$ac_ext <<_ACEOF
30956/* end confdefs.h. */
30957#include <wchar.h>
30958int
30959main ()
30960{
30961&_vsnwprintf;
30962 ;
30963 return 0;
30964}
30965_ACEOF
30966rm -f conftest.$ac_objext
30967if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30968 (eval $ac_compile) 2>conftest.er1
a848cd7e 30969 ac_status=$?
ac1cb8d3
VS
30970 grep -v '^ *+' conftest.er1 >conftest.err
30971 rm -f conftest.er1
30972 cat conftest.err >&5
a848cd7e
SC
30973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30974 (exit $ac_status); } &&
07158944 30975 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30977 (eval $ac_try) 2>&5
30978 ac_status=$?
30979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30980 (exit $ac_status); }; } &&
30981 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30983 (eval $ac_try) 2>&5
30984 ac_status=$?
30985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30986 (exit $ac_status); }; }; then
30987 echo "$as_me:$LINENO: result: yes" >&5
30988echo "${ECHO_T}yes" >&6
30989 cat >>confdefs.h <<\_ACEOF
30990#define HAVE__VSNWPRINTF 1
30991_ACEOF
30992
30993else
30994 echo "$as_me: failed program was:" >&5
30995sed 's/^/| /' conftest.$ac_ext >&5
30996
30997echo "$as_me:$LINENO: result: no" >&5
30998echo "${ECHO_T}no" >&6
30999fi
ac1cb8d3 31000rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
a848cd7e
SC
31001fi
31002
31003ac_ext=c
31004ac_cpp='$CPP $CPPFLAGS'
31005ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31006ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31007ac_compiler_gnu=$ac_cv_c_compiler_gnu
31008
31009
31010
31011
31012if test "$TOOLKIT" != "MSW"; then
31013
31014
31015
31016
31017ac_ext=cc
31018ac_cpp='$CXXCPP $CPPFLAGS'
31019ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31020ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31021ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31022
31023
31024
31025
31026# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
31027if test "${with_libiconv_prefix+set}" = set; then
31028 withval="$with_libiconv_prefix"
31029
31030 for dir in `echo "$withval" | tr : ' '`; do
31031 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
31032 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
31033 done
31034
31035fi;
31036
31037 echo "$as_me:$LINENO: checking for iconv" >&5
31038echo $ECHO_N "checking for iconv... $ECHO_C" >&6
31039if test "${am_cv_func_iconv+set}" = set; then
31040 echo $ECHO_N "(cached) $ECHO_C" >&6
31041else
31042
31043 am_cv_func_iconv="no, consider installing GNU libiconv"
31044 am_cv_lib_iconv=no
31045 cat >conftest.$ac_ext <<_ACEOF
31046/* confdefs.h. */
31047_ACEOF
31048cat confdefs.h >>conftest.$ac_ext
31049cat >>conftest.$ac_ext <<_ACEOF
31050/* end confdefs.h. */
31051#include <stdlib.h>
31052#include <iconv.h>
31053int
31054main ()
31055{
31056iconv_t cd = iconv_open("","");
31057 iconv(cd,NULL,NULL,NULL,NULL);
31058 iconv_close(cd);
31059 ;
31060 return 0;
31061}
31062_ACEOF
31063rm -f conftest.$ac_objext conftest$ac_exeext
31064if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31065 (eval $ac_link) 2>conftest.er1
a848cd7e 31066 ac_status=$?
ac1cb8d3
VS
31067 grep -v '^ *+' conftest.er1 >conftest.err
31068 rm -f conftest.er1
31069 cat conftest.err >&5
a848cd7e
SC
31070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31071 (exit $ac_status); } &&
07158944 31072 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31074 (eval $ac_try) 2>&5
31075 ac_status=$?
31076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31077 (exit $ac_status); }; } &&
31078 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31080 (eval $ac_try) 2>&5
31081 ac_status=$?
31082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31083 (exit $ac_status); }; }; then
31084 am_cv_func_iconv=yes
31085else
31086 echo "$as_me: failed program was:" >&5
31087sed 's/^/| /' conftest.$ac_ext >&5
31088
31089fi
ac1cb8d3
VS
31090rm -f conftest.err conftest.$ac_objext \
31091 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31092 if test "$am_cv_func_iconv" != yes; then
31093 am_save_LIBS="$LIBS"
31094 LIBS="$LIBS -liconv"
31095 cat >conftest.$ac_ext <<_ACEOF
31096/* confdefs.h. */
31097_ACEOF
31098cat confdefs.h >>conftest.$ac_ext
31099cat >>conftest.$ac_ext <<_ACEOF
31100/* end confdefs.h. */
31101#include <stdlib.h>
31102#include <iconv.h>
31103int
31104main ()
31105{
31106iconv_t cd = iconv_open("","");
31107 iconv(cd,NULL,NULL,NULL,NULL);
31108 iconv_close(cd);
31109 ;
31110 return 0;
31111}
31112_ACEOF
31113rm -f conftest.$ac_objext conftest$ac_exeext
31114if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31115 (eval $ac_link) 2>conftest.er1
a848cd7e 31116 ac_status=$?
ac1cb8d3
VS
31117 grep -v '^ *+' conftest.er1 >conftest.err
31118 rm -f conftest.er1
31119 cat conftest.err >&5
a848cd7e
SC
31120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31121 (exit $ac_status); } &&
07158944 31122 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31124 (eval $ac_try) 2>&5
31125 ac_status=$?
31126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31127 (exit $ac_status); }; } &&
31128 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31130 (eval $ac_try) 2>&5
31131 ac_status=$?
31132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31133 (exit $ac_status); }; }; then
31134 am_cv_lib_iconv=yes
31135 am_cv_func_iconv=yes
31136else
31137 echo "$as_me: failed program was:" >&5
31138sed 's/^/| /' conftest.$ac_ext >&5
31139
31140fi
ac1cb8d3
VS
31141rm -f conftest.err conftest.$ac_objext \
31142 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31143 LIBS="$am_save_LIBS"
31144 fi
31145
31146fi
31147echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
31148echo "${ECHO_T}$am_cv_func_iconv" >&6
31149 if test "$am_cv_func_iconv" = yes; then
31150
31151cat >>confdefs.h <<\_ACEOF
31152#define HAVE_ICONV 1
31153_ACEOF
31154
31155 echo "$as_me:$LINENO: checking if iconv needs const" >&5
31156echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
31157if test "${wx_cv_func_iconv_const+set}" = set; then
31158 echo $ECHO_N "(cached) $ECHO_C" >&6
31159else
31160 cat >conftest.$ac_ext <<_ACEOF
31161/* confdefs.h. */
31162_ACEOF
31163cat confdefs.h >>conftest.$ac_ext
31164cat >>conftest.$ac_ext <<_ACEOF
31165/* end confdefs.h. */
31166
31167#include <stdlib.h>
31168#include <iconv.h>
31169extern
31170#ifdef __cplusplus
31171"C"
31172#endif
31173#if defined(__STDC__) || defined(__cplusplus)
31174size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
31175#else
31176size_t iconv();
31177#endif
31178
31179int
31180main ()
31181{
31182
31183 ;
31184 return 0;
31185}
31186_ACEOF
31187rm -f conftest.$ac_objext
31188if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31189 (eval $ac_compile) 2>conftest.er1
a848cd7e 31190 ac_status=$?
ac1cb8d3
VS
31191 grep -v '^ *+' conftest.er1 >conftest.err
31192 rm -f conftest.er1
31193 cat conftest.err >&5
a848cd7e
SC
31194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31195 (exit $ac_status); } &&
07158944 31196 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31198 (eval $ac_try) 2>&5
31199 ac_status=$?
31200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31201 (exit $ac_status); }; } &&
31202 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31204 (eval $ac_try) 2>&5
31205 ac_status=$?
31206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31207 (exit $ac_status); }; }; then
31208 wx_cv_func_iconv_const="no"
31209else
31210 echo "$as_me: failed program was:" >&5
31211sed 's/^/| /' conftest.$ac_ext >&5
31212
31213wx_cv_func_iconv_const="yes"
31214
31215fi
ac1cb8d3 31216rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31217
31218fi
31219echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
31220echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
31221
31222 iconv_const=
31223 if test "x$wx_cv_func_iconv_const" = "xyes"; then
31224 iconv_const="const"
31225 fi
31226
31227
31228cat >>confdefs.h <<_ACEOF
31229#define ICONV_CONST $iconv_const
31230_ACEOF
31231
31232 fi
31233 LIBICONV=
31234 if test "$am_cv_lib_iconv" = yes; then
31235 LIBICONV="-liconv"
31236 fi
31237
31238
31239LIBS="$LIBICONV $LIBS"
31240ac_ext=c
31241ac_cpp='$CPP $CPPFLAGS'
31242ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31243ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31244ac_compiler_gnu=$ac_cv_c_compiler_gnu
31245
31246
31247if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
31248
31249for ac_func in sigaction
31250do
31251as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31252echo "$as_me:$LINENO: checking for $ac_func" >&5
31253echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31254if eval "test \"\${$as_ac_var+set}\" = set"; then
31255 echo $ECHO_N "(cached) $ECHO_C" >&6
31256else
31257 cat >conftest.$ac_ext <<_ACEOF
31258/* confdefs.h. */
31259_ACEOF
31260cat confdefs.h >>conftest.$ac_ext
31261cat >>conftest.$ac_ext <<_ACEOF
31262/* end confdefs.h. */
ac1cb8d3
VS
31263/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31264 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31265#define $ac_func innocuous_$ac_func
31266
a848cd7e
SC
31267/* System header to define __stub macros and hopefully few prototypes,
31268 which can conflict with char $ac_func (); below.
31269 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31270 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31271
a848cd7e
SC
31272#ifdef __STDC__
31273# include <limits.h>
31274#else
31275# include <assert.h>
31276#endif
ac1cb8d3
VS
31277
31278#undef $ac_func
31279
a848cd7e
SC
31280/* Override any gcc2 internal prototype to avoid an error. */
31281#ifdef __cplusplus
31282extern "C"
31283{
31284#endif
31285/* We use char because int might match the return type of a gcc2
31286 builtin and then its argument prototype would still apply. */
31287char $ac_func ();
31288/* The GNU C library defines this for functions which it implements
31289 to always fail with ENOSYS. Some functions are actually named
31290 something starting with __ and the normal name is an alias. */
31291#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31292choke me
31293#else
31294char (*f) () = $ac_func;
31295#endif
31296#ifdef __cplusplus
31297}
31298#endif
31299
31300int
31301main ()
31302{
31303return f != $ac_func;
31304 ;
31305 return 0;
31306}
31307_ACEOF
31308rm -f conftest.$ac_objext conftest$ac_exeext
31309if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31310 (eval $ac_link) 2>conftest.er1
a848cd7e 31311 ac_status=$?
ac1cb8d3
VS
31312 grep -v '^ *+' conftest.er1 >conftest.err
31313 rm -f conftest.er1
31314 cat conftest.err >&5
a848cd7e
SC
31315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31316 (exit $ac_status); } &&
07158944 31317 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31319 (eval $ac_try) 2>&5
31320 ac_status=$?
31321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31322 (exit $ac_status); }; } &&
31323 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31325 (eval $ac_try) 2>&5
31326 ac_status=$?
31327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31328 (exit $ac_status); }; }; then
31329 eval "$as_ac_var=yes"
31330else
31331 echo "$as_me: failed program was:" >&5
31332sed 's/^/| /' conftest.$ac_ext >&5
31333
31334eval "$as_ac_var=no"
31335fi
ac1cb8d3
VS
31336rm -f conftest.err conftest.$ac_objext \
31337 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31338fi
31339echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31340echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31341if test `eval echo '${'$as_ac_var'}'` = yes; then
31342 cat >>confdefs.h <<_ACEOF
31343#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31344_ACEOF
31345
31346fi
31347done
31348
31349
31350 if test "$ac_cv_func_sigaction" = "no"; then
31351 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
31352echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
31353 wxUSE_ON_FATAL_EXCEPTION=no
31354 fi
31355
31356 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
31357
31358
31359 ac_ext=cc
31360ac_cpp='$CXXCPP $CPPFLAGS'
31361ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31362ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31363ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31364
31365
31366 echo "$as_me:$LINENO: checking for sa_handler type" >&5
31367echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
31368if test "${wx_cv_type_sa_handler+set}" = set; then
31369 echo $ECHO_N "(cached) $ECHO_C" >&6
31370else
31371
31372 cat >conftest.$ac_ext <<_ACEOF
31373/* confdefs.h. */
31374_ACEOF
31375cat confdefs.h >>conftest.$ac_ext
31376cat >>conftest.$ac_ext <<_ACEOF
31377/* end confdefs.h. */
31378#include <signal.h>
31379int
31380main ()
31381{
31382
31383 extern void testSigHandler(int);
31384
31385 struct sigaction sa;
31386 sa.sa_handler = testSigHandler;
31387
31388 ;
31389 return 0;
31390}
31391_ACEOF
31392rm -f conftest.$ac_objext
31393if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31394 (eval $ac_compile) 2>conftest.er1
a848cd7e 31395 ac_status=$?
ac1cb8d3
VS
31396 grep -v '^ *+' conftest.er1 >conftest.err
31397 rm -f conftest.er1
31398 cat conftest.err >&5
a848cd7e
SC
31399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31400 (exit $ac_status); } &&
07158944 31401 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31403 (eval $ac_try) 2>&5
31404 ac_status=$?
31405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31406 (exit $ac_status); }; } &&
31407 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31409 (eval $ac_try) 2>&5
31410 ac_status=$?
31411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31412 (exit $ac_status); }; }; then
31413
31414 wx_cv_type_sa_handler=int
31415
31416else
31417 echo "$as_me: failed program was:" >&5
31418sed 's/^/| /' conftest.$ac_ext >&5
31419
31420
31421 wx_cv_type_sa_handler=void
31422
31423fi
ac1cb8d3 31424rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31425
31426fi
31427echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
31428echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
31429
31430 ac_ext=c
31431ac_cpp='$CPP $CPPFLAGS'
31432ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31433ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31434ac_compiler_gnu=$ac_cv_c_compiler_gnu
31435
31436
31437 cat >>confdefs.h <<_ACEOF
31438#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
31439_ACEOF
31440
31441 fi
31442fi
31443
eaff0f0d
VZ
31444if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
31445
31446
31447 ac_ext=cc
31448ac_cpp='$CXXCPP $CPPFLAGS'
31449ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31450ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31451ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31452
31453
31454 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
31455echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
31456if test "${wx_cv_func_backtrace+set}" = set; then
31457 echo $ECHO_N "(cached) $ECHO_C" >&6
31458else
31459
31460 cat >conftest.$ac_ext <<_ACEOF
31461/* confdefs.h. */
31462_ACEOF
31463cat confdefs.h >>conftest.$ac_ext
31464cat >>conftest.$ac_ext <<_ACEOF
31465/* end confdefs.h. */
31466#include <execinfo.h>
31467int
31468main ()
31469{
31470
31471 void *trace[1];
31472 char **messages;
31473
31474 backtrace(trace, 1);
31475 messages = backtrace_symbols(trace, 1);
31476
31477 ;
31478 return 0;
31479}
31480_ACEOF
31481rm -f conftest.$ac_objext
31482if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31483 (eval $ac_compile) 2>conftest.er1
31484 ac_status=$?
31485 grep -v '^ *+' conftest.er1 >conftest.err
31486 rm -f conftest.er1
31487 cat conftest.err >&5
31488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31489 (exit $ac_status); } &&
07158944 31490 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
eaff0f0d
VZ
31491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31492 (eval $ac_try) 2>&5
31493 ac_status=$?
31494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31495 (exit $ac_status); }; } &&
31496 { ac_try='test -s conftest.$ac_objext'
31497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31498 (eval $ac_try) 2>&5
31499 ac_status=$?
31500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31501 (exit $ac_status); }; }; then
31502 wx_cv_func_backtrace=yes
31503else
31504 echo "$as_me: failed program was:" >&5
31505sed 's/^/| /' conftest.$ac_ext >&5
31506
31507wx_cv_func_backtrace=no
31508
31509fi
31510rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31511
31512
31513fi
31514echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
31515echo "${ECHO_T}$wx_cv_func_backtrace" >&6
31516
31517
31518 if test "$wx_cv_func_backtrace" = "no"; then
31519 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
31520echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
31521 wxUSE_STACKWALKER=no
31522 else
31523 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
31524echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
31525if test "${wx_cv_func_cxa_demangle+set}" = set; then
31526 echo $ECHO_N "(cached) $ECHO_C" >&6
31527else
31528
31529 cat >conftest.$ac_ext <<_ACEOF
31530/* confdefs.h. */
31531_ACEOF
31532cat confdefs.h >>conftest.$ac_ext
31533cat >>conftest.$ac_ext <<_ACEOF
31534/* end confdefs.h. */
31535#include <cxxabi.h>
31536int
31537main ()
31538{
31539
31540 int rc;
31541 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
31542
31543 ;
31544 return 0;
31545}
31546_ACEOF
31547rm -f conftest.$ac_objext
31548if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31549 (eval $ac_compile) 2>conftest.er1
31550 ac_status=$?
31551 grep -v '^ *+' conftest.er1 >conftest.err
31552 rm -f conftest.er1
31553 cat conftest.err >&5
31554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31555 (exit $ac_status); } &&
07158944 31556 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
eaff0f0d
VZ
31557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31558 (eval $ac_try) 2>&5
31559 ac_status=$?
31560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31561 (exit $ac_status); }; } &&
31562 { ac_try='test -s conftest.$ac_objext'
31563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31564 (eval $ac_try) 2>&5
31565 ac_status=$?
31566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31567 (exit $ac_status); }; }; then
31568 wx_cv_func_cxa_demangle=yes
31569else
31570 echo "$as_me: failed program was:" >&5
31571sed 's/^/| /' conftest.$ac_ext >&5
31572
31573wx_cv_func_cxa_demangle=no
31574
31575fi
31576rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31577
31578
31579fi
31580echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
31581echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
31582
31583 if test "$wx_cv_func_cxa_demangle" = "yes"; then
31584 cat >>confdefs.h <<\_ACEOF
31585#define HAVE_CXA_DEMANGLE 1
31586_ACEOF
31587
31588 fi
31589 fi
31590
31591 ac_ext=c
31592ac_cpp='$CPP $CPPFLAGS'
31593ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31594ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31595ac_compiler_gnu=$ac_cv_c_compiler_gnu
31596
31597fi
31598
898beab1
DE
31599if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
31600 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
31601echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
31602 wxUSE_STACKWALKER=no
31603fi
31604
31605
a848cd7e
SC
31606
31607
31608for ac_func in mkstemp mktemp
31609do
31610as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31611echo "$as_me:$LINENO: checking for $ac_func" >&5
31612echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31613if eval "test \"\${$as_ac_var+set}\" = set"; then
31614 echo $ECHO_N "(cached) $ECHO_C" >&6
31615else
31616 cat >conftest.$ac_ext <<_ACEOF
31617/* confdefs.h. */
31618_ACEOF
31619cat confdefs.h >>conftest.$ac_ext
31620cat >>conftest.$ac_ext <<_ACEOF
31621/* end confdefs.h. */
ac1cb8d3
VS
31622/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31623 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31624#define $ac_func innocuous_$ac_func
31625
a848cd7e
SC
31626/* System header to define __stub macros and hopefully few prototypes,
31627 which can conflict with char $ac_func (); below.
31628 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31629 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31630
a848cd7e
SC
31631#ifdef __STDC__
31632# include <limits.h>
31633#else
31634# include <assert.h>
31635#endif
ac1cb8d3
VS
31636
31637#undef $ac_func
31638
a848cd7e
SC
31639/* Override any gcc2 internal prototype to avoid an error. */
31640#ifdef __cplusplus
31641extern "C"
31642{
31643#endif
31644/* We use char because int might match the return type of a gcc2
31645 builtin and then its argument prototype would still apply. */
31646char $ac_func ();
31647/* The GNU C library defines this for functions which it implements
31648 to always fail with ENOSYS. Some functions are actually named
31649 something starting with __ and the normal name is an alias. */
31650#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31651choke me
31652#else
31653char (*f) () = $ac_func;
31654#endif
31655#ifdef __cplusplus
31656}
31657#endif
31658
31659int
31660main ()
31661{
31662return f != $ac_func;
31663 ;
31664 return 0;
31665}
31666_ACEOF
31667rm -f conftest.$ac_objext conftest$ac_exeext
31668if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31669 (eval $ac_link) 2>conftest.er1
a848cd7e 31670 ac_status=$?
ac1cb8d3
VS
31671 grep -v '^ *+' conftest.er1 >conftest.err
31672 rm -f conftest.er1
31673 cat conftest.err >&5
a848cd7e
SC
31674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31675 (exit $ac_status); } &&
07158944 31676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31678 (eval $ac_try) 2>&5
31679 ac_status=$?
31680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31681 (exit $ac_status); }; } &&
31682 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31684 (eval $ac_try) 2>&5
31685 ac_status=$?
31686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31687 (exit $ac_status); }; }; then
31688 eval "$as_ac_var=yes"
31689else
31690 echo "$as_me: failed program was:" >&5
31691sed 's/^/| /' conftest.$ac_ext >&5
31692
31693eval "$as_ac_var=no"
31694fi
ac1cb8d3
VS
31695rm -f conftest.err conftest.$ac_objext \
31696 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31697fi
31698echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31699echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31700if test `eval echo '${'$as_ac_var'}'` = yes; then
31701 cat >>confdefs.h <<_ACEOF
31702#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31703_ACEOF
31704 break
31705fi
31706done
31707
31708
31709echo "$as_me:$LINENO: checking for statfs" >&5
31710echo $ECHO_N "checking for statfs... $ECHO_C" >&6
31711if test "${wx_cv_func_statfs+set}" = set; then
31712 echo $ECHO_N "(cached) $ECHO_C" >&6
31713else
31714 cat >conftest.$ac_ext <<_ACEOF
31715/* confdefs.h. */
31716_ACEOF
31717cat confdefs.h >>conftest.$ac_ext
31718cat >>conftest.$ac_ext <<_ACEOF
31719/* end confdefs.h. */
31720
31721 #if defined(__BSD__)
31722 #include <sys/param.h>
31723 #include <sys/mount.h>
31724 #else
31725 #include <sys/vfs.h>
31726 #endif
31727
31728int
31729main ()
31730{
31731
31732 long l;
31733 struct statfs fs;
31734 statfs("/", &fs);
31735 l = fs.f_bsize;
31736 l += fs.f_blocks;
31737 l += fs.f_bavail;
31738
31739 ;
31740 return 0;
31741}
31742_ACEOF
31743rm -f conftest.$ac_objext
31744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31745 (eval $ac_compile) 2>conftest.er1
a848cd7e 31746 ac_status=$?
ac1cb8d3
VS
31747 grep -v '^ *+' conftest.er1 >conftest.err
31748 rm -f conftest.er1
31749 cat conftest.err >&5
a848cd7e
SC
31750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31751 (exit $ac_status); } &&
07158944 31752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31754 (eval $ac_try) 2>&5
31755 ac_status=$?
31756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31757 (exit $ac_status); }; } &&
31758 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31760 (eval $ac_try) 2>&5
31761 ac_status=$?
31762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31763 (exit $ac_status); }; }; then
31764
31765 wx_cv_func_statfs=yes
31766
31767else
31768 echo "$as_me: failed program was:" >&5
31769sed 's/^/| /' conftest.$ac_ext >&5
31770
31771
31772 wx_cv_func_statfs=no
31773
31774
31775fi
ac1cb8d3 31776rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31777
31778fi
31779echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
31780echo "${ECHO_T}$wx_cv_func_statfs" >&6
31781
31782if test "$wx_cv_func_statfs" = "yes"; then
31783 wx_cv_type_statvfs_t="struct statfs"
31784 cat >>confdefs.h <<\_ACEOF
31785#define HAVE_STATFS 1
31786_ACEOF
31787
31788else
31789 echo "$as_me:$LINENO: checking for statvfs" >&5
31790echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
31791if test "${wx_cv_func_statvfs+set}" = set; then
31792 echo $ECHO_N "(cached) $ECHO_C" >&6
31793else
31794 cat >conftest.$ac_ext <<_ACEOF
31795/* confdefs.h. */
31796_ACEOF
31797cat confdefs.h >>conftest.$ac_ext
31798cat >>conftest.$ac_ext <<_ACEOF
31799/* end confdefs.h. */
31800
31801 #include <stddef.h>
31802 #include <sys/statvfs.h>
31803
31804int
31805main ()
31806{
31807
31808 statvfs("/", NULL);
31809
31810 ;
31811 return 0;
31812}
31813_ACEOF
31814rm -f conftest.$ac_objext
31815if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31816 (eval $ac_compile) 2>conftest.er1
a848cd7e 31817 ac_status=$?
ac1cb8d3
VS
31818 grep -v '^ *+' conftest.er1 >conftest.err
31819 rm -f conftest.er1
31820 cat conftest.err >&5
a848cd7e
SC
31821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31822 (exit $ac_status); } &&
07158944 31823 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31825 (eval $ac_try) 2>&5
31826 ac_status=$?
31827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31828 (exit $ac_status); }; } &&
31829 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31831 (eval $ac_try) 2>&5
31832 ac_status=$?
31833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31834 (exit $ac_status); }; }; then
31835 wx_cv_func_statvfs=yes
31836else
31837 echo "$as_me: failed program was:" >&5
31838sed 's/^/| /' conftest.$ac_ext >&5
31839
31840wx_cv_func_statvfs=no
31841
31842fi
ac1cb8d3 31843rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31844
31845fi
31846echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
31847echo "${ECHO_T}$wx_cv_func_statvfs" >&6
31848
31849 if test "$wx_cv_func_statvfs" = "yes"; then
31850
31851
31852 ac_ext=cc
31853ac_cpp='$CXXCPP $CPPFLAGS'
31854ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31855ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31856ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31857
31858
31859 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
31860echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
31861if test "${wx_cv_type_statvfs_t+set}" = set; then
31862 echo $ECHO_N "(cached) $ECHO_C" >&6
31863else
31864 cat >conftest.$ac_ext <<_ACEOF
31865/* confdefs.h. */
31866_ACEOF
31867cat confdefs.h >>conftest.$ac_ext
31868cat >>conftest.$ac_ext <<_ACEOF
31869/* end confdefs.h. */
31870
31871 #include <sys/statvfs.h>
31872
31873int
31874main ()
31875{
31876
31877 long l;
31878 statvfs_t fs;
31879 statvfs("/", &fs);
31880 l = fs.f_bsize;
31881 l += fs.f_blocks;
31882 l += fs.f_bavail;
31883
31884 ;
31885 return 0;
31886}
31887_ACEOF
31888rm -f conftest.$ac_objext
31889if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31890 (eval $ac_compile) 2>conftest.er1
a848cd7e 31891 ac_status=$?
ac1cb8d3
VS
31892 grep -v '^ *+' conftest.er1 >conftest.err
31893 rm -f conftest.er1
31894 cat conftest.err >&5
a848cd7e
SC
31895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31896 (exit $ac_status); } &&
07158944 31897 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31899 (eval $ac_try) 2>&5
31900 ac_status=$?
31901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31902 (exit $ac_status); }; } &&
31903 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31905 (eval $ac_try) 2>&5
31906 ac_status=$?
31907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31908 (exit $ac_status); }; }; then
31909 wx_cv_type_statvfs_t=statvfs_t
31910else
31911 echo "$as_me: failed program was:" >&5
31912sed 's/^/| /' conftest.$ac_ext >&5
31913
31914
31915 cat >conftest.$ac_ext <<_ACEOF
31916/* confdefs.h. */
31917_ACEOF
31918cat confdefs.h >>conftest.$ac_ext
31919cat >>conftest.$ac_ext <<_ACEOF
31920/* end confdefs.h. */
31921
31922 #include <sys/statvfs.h>
31923
31924int
31925main ()
31926{
31927
31928 long l;
31929 struct statvfs fs;
31930 statvfs("/", &fs);
31931 l = fs.f_bsize;
31932 l += fs.f_blocks;
31933 l += fs.f_bavail;
31934
31935 ;
31936 return 0;
31937}
31938_ACEOF
31939rm -f conftest.$ac_objext
31940if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31941 (eval $ac_compile) 2>conftest.er1
a848cd7e 31942 ac_status=$?
ac1cb8d3
VS
31943 grep -v '^ *+' conftest.er1 >conftest.err
31944 rm -f conftest.er1
31945 cat conftest.err >&5
a848cd7e
SC
31946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31947 (exit $ac_status); } &&
07158944 31948 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31950 (eval $ac_try) 2>&5
31951 ac_status=$?
31952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31953 (exit $ac_status); }; } &&
31954 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31956 (eval $ac_try) 2>&5
31957 ac_status=$?
31958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31959 (exit $ac_status); }; }; then
31960 wx_cv_type_statvfs_t="struct statvfs"
31961else
31962 echo "$as_me: failed program was:" >&5
31963sed 's/^/| /' conftest.$ac_ext >&5
31964
31965wx_cv_type_statvfs_t="unknown"
31966
31967fi
ac1cb8d3 31968rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31969
31970
31971fi
ac1cb8d3 31972rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31973
31974fi
31975echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
31976echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
31977
31978 ac_ext=c
31979ac_cpp='$CPP $CPPFLAGS'
31980ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31981ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31982ac_compiler_gnu=$ac_cv_c_compiler_gnu
31983
31984
31985 if test "$wx_cv_type_statvfs_t" != "unknown"; then
31986 cat >>confdefs.h <<\_ACEOF
31987#define HAVE_STATVFS 1
31988_ACEOF
31989
31990 fi
31991 else
31992 wx_cv_type_statvfs_t="unknown"
31993 fi
31994fi
31995
31996if test "$wx_cv_type_statvfs_t" != "unknown"; then
31997 cat >>confdefs.h <<_ACEOF
31998#define WX_STATFS_T $wx_cv_type_statvfs_t
31999_ACEOF
32000
32001else
32002 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
32003echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
32004fi
32005
32006if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
32007
32008
32009for ac_func in fcntl flock
32010do
32011as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32012echo "$as_me:$LINENO: checking for $ac_func" >&5
32013echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32014if eval "test \"\${$as_ac_var+set}\" = set"; then
32015 echo $ECHO_N "(cached) $ECHO_C" >&6
32016else
32017 cat >conftest.$ac_ext <<_ACEOF
32018/* confdefs.h. */
32019_ACEOF
32020cat confdefs.h >>conftest.$ac_ext
32021cat >>conftest.$ac_ext <<_ACEOF
32022/* end confdefs.h. */
ac1cb8d3
VS
32023/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32024 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32025#define $ac_func innocuous_$ac_func
32026
a848cd7e
SC
32027/* System header to define __stub macros and hopefully few prototypes,
32028 which can conflict with char $ac_func (); below.
32029 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32030 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32031
a848cd7e
SC
32032#ifdef __STDC__
32033# include <limits.h>
32034#else
32035# include <assert.h>
32036#endif
ac1cb8d3
VS
32037
32038#undef $ac_func
32039
a848cd7e
SC
32040/* Override any gcc2 internal prototype to avoid an error. */
32041#ifdef __cplusplus
32042extern "C"
32043{
32044#endif
32045/* We use char because int might match the return type of a gcc2
32046 builtin and then its argument prototype would still apply. */
32047char $ac_func ();
32048/* The GNU C library defines this for functions which it implements
32049 to always fail with ENOSYS. Some functions are actually named
32050 something starting with __ and the normal name is an alias. */
32051#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32052choke me
32053#else
32054char (*f) () = $ac_func;
32055#endif
32056#ifdef __cplusplus
32057}
32058#endif
32059
32060int
32061main ()
32062{
32063return f != $ac_func;
32064 ;
32065 return 0;
32066}
32067_ACEOF
32068rm -f conftest.$ac_objext conftest$ac_exeext
32069if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32070 (eval $ac_link) 2>conftest.er1
a848cd7e 32071 ac_status=$?
ac1cb8d3
VS
32072 grep -v '^ *+' conftest.er1 >conftest.err
32073 rm -f conftest.er1
32074 cat conftest.err >&5
a848cd7e
SC
32075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32076 (exit $ac_status); } &&
07158944 32077 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32079 (eval $ac_try) 2>&5
32080 ac_status=$?
32081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32082 (exit $ac_status); }; } &&
32083 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32085 (eval $ac_try) 2>&5
32086 ac_status=$?
32087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32088 (exit $ac_status); }; }; then
32089 eval "$as_ac_var=yes"
32090else
32091 echo "$as_me: failed program was:" >&5
32092sed 's/^/| /' conftest.$ac_ext >&5
32093
32094eval "$as_ac_var=no"
32095fi
ac1cb8d3
VS
32096rm -f conftest.err conftest.$ac_objext \
32097 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32098fi
32099echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32100echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32101if test `eval echo '${'$as_ac_var'}'` = yes; then
32102 cat >>confdefs.h <<_ACEOF
32103#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32104_ACEOF
32105 break
32106fi
32107done
32108
32109
32110 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
32111 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
32112echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
32113 wxUSE_SNGLINST_CHECKER=no
32114 fi
32115fi
32116
32117
32118for ac_func in timegm
32119do
32120as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32121echo "$as_me:$LINENO: checking for $ac_func" >&5
32122echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32123if eval "test \"\${$as_ac_var+set}\" = set"; then
32124 echo $ECHO_N "(cached) $ECHO_C" >&6
32125else
32126 cat >conftest.$ac_ext <<_ACEOF
32127/* confdefs.h. */
32128_ACEOF
32129cat confdefs.h >>conftest.$ac_ext
32130cat >>conftest.$ac_ext <<_ACEOF
32131/* end confdefs.h. */
ac1cb8d3
VS
32132/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32133 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32134#define $ac_func innocuous_$ac_func
32135
a848cd7e
SC
32136/* System header to define __stub macros and hopefully few prototypes,
32137 which can conflict with char $ac_func (); below.
32138 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32139 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32140
a848cd7e
SC
32141#ifdef __STDC__
32142# include <limits.h>
32143#else
32144# include <assert.h>
32145#endif
ac1cb8d3
VS
32146
32147#undef $ac_func
32148
a848cd7e
SC
32149/* Override any gcc2 internal prototype to avoid an error. */
32150#ifdef __cplusplus
32151extern "C"
32152{
32153#endif
32154/* We use char because int might match the return type of a gcc2
32155 builtin and then its argument prototype would still apply. */
32156char $ac_func ();
32157/* The GNU C library defines this for functions which it implements
32158 to always fail with ENOSYS. Some functions are actually named
32159 something starting with __ and the normal name is an alias. */
32160#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32161choke me
32162#else
32163char (*f) () = $ac_func;
32164#endif
32165#ifdef __cplusplus
32166}
32167#endif
32168
32169int
32170main ()
32171{
32172return f != $ac_func;
32173 ;
32174 return 0;
32175}
32176_ACEOF
32177rm -f conftest.$ac_objext conftest$ac_exeext
32178if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32179 (eval $ac_link) 2>conftest.er1
a848cd7e 32180 ac_status=$?
ac1cb8d3
VS
32181 grep -v '^ *+' conftest.er1 >conftest.err
32182 rm -f conftest.er1
32183 cat conftest.err >&5
a848cd7e
SC
32184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32185 (exit $ac_status); } &&
07158944 32186 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32188 (eval $ac_try) 2>&5
32189 ac_status=$?
32190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32191 (exit $ac_status); }; } &&
32192 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32194 (eval $ac_try) 2>&5
32195 ac_status=$?
32196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32197 (exit $ac_status); }; }; then
32198 eval "$as_ac_var=yes"
32199else
32200 echo "$as_me: failed program was:" >&5
32201sed 's/^/| /' conftest.$ac_ext >&5
32202
32203eval "$as_ac_var=no"
32204fi
ac1cb8d3
VS
32205rm -f conftest.err conftest.$ac_objext \
32206 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32207fi
32208echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32209echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32210if test `eval echo '${'$as_ac_var'}'` = yes; then
32211 cat >>confdefs.h <<_ACEOF
32212#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32213_ACEOF
32214
32215fi
32216done
32217
32218
32219
32220
32221for ac_func in putenv setenv
32222do
32223as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32224echo "$as_me:$LINENO: checking for $ac_func" >&5
32225echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32226if eval "test \"\${$as_ac_var+set}\" = set"; then
32227 echo $ECHO_N "(cached) $ECHO_C" >&6
32228else
32229 cat >conftest.$ac_ext <<_ACEOF
32230/* confdefs.h. */
32231_ACEOF
32232cat confdefs.h >>conftest.$ac_ext
32233cat >>conftest.$ac_ext <<_ACEOF
32234/* end confdefs.h. */
ac1cb8d3
VS
32235/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32236 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32237#define $ac_func innocuous_$ac_func
32238
a848cd7e
SC
32239/* System header to define __stub macros and hopefully few prototypes,
32240 which can conflict with char $ac_func (); below.
32241 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32242 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32243
a848cd7e
SC
32244#ifdef __STDC__
32245# include <limits.h>
32246#else
32247# include <assert.h>
32248#endif
ac1cb8d3
VS
32249
32250#undef $ac_func
32251
a848cd7e
SC
32252/* Override any gcc2 internal prototype to avoid an error. */
32253#ifdef __cplusplus
32254extern "C"
32255{
32256#endif
32257/* We use char because int might match the return type of a gcc2
32258 builtin and then its argument prototype would still apply. */
32259char $ac_func ();
32260/* The GNU C library defines this for functions which it implements
32261 to always fail with ENOSYS. Some functions are actually named
32262 something starting with __ and the normal name is an alias. */
32263#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32264choke me
32265#else
32266char (*f) () = $ac_func;
32267#endif
32268#ifdef __cplusplus
32269}
32270#endif
32271
32272int
32273main ()
32274{
32275return f != $ac_func;
32276 ;
32277 return 0;
32278}
32279_ACEOF
32280rm -f conftest.$ac_objext conftest$ac_exeext
32281if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32282 (eval $ac_link) 2>conftest.er1
a848cd7e 32283 ac_status=$?
ac1cb8d3
VS
32284 grep -v '^ *+' conftest.er1 >conftest.err
32285 rm -f conftest.er1
32286 cat conftest.err >&5
a848cd7e
SC
32287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32288 (exit $ac_status); } &&
07158944 32289 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32291 (eval $ac_try) 2>&5
32292 ac_status=$?
32293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32294 (exit $ac_status); }; } &&
32295 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32297 (eval $ac_try) 2>&5
32298 ac_status=$?
32299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32300 (exit $ac_status); }; }; then
32301 eval "$as_ac_var=yes"
32302else
32303 echo "$as_me: failed program was:" >&5
32304sed 's/^/| /' conftest.$ac_ext >&5
32305
32306eval "$as_ac_var=no"
32307fi
ac1cb8d3
VS
32308rm -f conftest.err conftest.$ac_objext \
32309 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32310fi
32311echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32312echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32313if test `eval echo '${'$as_ac_var'}'` = yes; then
32314 cat >>confdefs.h <<_ACEOF
32315#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32316_ACEOF
32317 break
32318fi
32319done
32320
32321
32322HAVE_SOME_SLEEP_FUNC=0
32323if test "$USE_BEOS" = 1; then
32324 cat >>confdefs.h <<\_ACEOF
32325#define HAVE_SLEEP 1
32326_ACEOF
32327
32328 HAVE_SOME_SLEEP_FUNC=1
32329fi
32330
32331if test "$USE_DARWIN" = 1; then
32332 cat >>confdefs.h <<\_ACEOF
32333#define HAVE_USLEEP 1
32334_ACEOF
32335
32336 HAVE_SOME_SLEEP_FUNC=1
32337fi
32338
32339if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
32340 POSIX4_LINK=
32341
32342for ac_func in nanosleep
32343do
32344as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32345echo "$as_me:$LINENO: checking for $ac_func" >&5
32346echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32347if eval "test \"\${$as_ac_var+set}\" = set"; then
32348 echo $ECHO_N "(cached) $ECHO_C" >&6
32349else
32350 cat >conftest.$ac_ext <<_ACEOF
32351/* confdefs.h. */
32352_ACEOF
32353cat confdefs.h >>conftest.$ac_ext
32354cat >>conftest.$ac_ext <<_ACEOF
32355/* end confdefs.h. */
ac1cb8d3
VS
32356/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32357 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32358#define $ac_func innocuous_$ac_func
32359
a848cd7e
SC
32360/* System header to define __stub macros and hopefully few prototypes,
32361 which can conflict with char $ac_func (); below.
32362 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32363 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32364
a848cd7e
SC
32365#ifdef __STDC__
32366# include <limits.h>
32367#else
32368# include <assert.h>
32369#endif
ac1cb8d3
VS
32370
32371#undef $ac_func
32372
a848cd7e
SC
32373/* Override any gcc2 internal prototype to avoid an error. */
32374#ifdef __cplusplus
32375extern "C"
32376{
32377#endif
32378/* We use char because int might match the return type of a gcc2
32379 builtin and then its argument prototype would still apply. */
32380char $ac_func ();
32381/* The GNU C library defines this for functions which it implements
32382 to always fail with ENOSYS. Some functions are actually named
32383 something starting with __ and the normal name is an alias. */
32384#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32385choke me
32386#else
32387char (*f) () = $ac_func;
32388#endif
32389#ifdef __cplusplus
32390}
32391#endif
32392
32393int
32394main ()
32395{
32396return f != $ac_func;
32397 ;
32398 return 0;
32399}
32400_ACEOF
32401rm -f conftest.$ac_objext conftest$ac_exeext
32402if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32403 (eval $ac_link) 2>conftest.er1
a848cd7e 32404 ac_status=$?
ac1cb8d3
VS
32405 grep -v '^ *+' conftest.er1 >conftest.err
32406 rm -f conftest.er1
32407 cat conftest.err >&5
a848cd7e
SC
32408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32409 (exit $ac_status); } &&
07158944 32410 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32412 (eval $ac_try) 2>&5
32413 ac_status=$?
32414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32415 (exit $ac_status); }; } &&
32416 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32418 (eval $ac_try) 2>&5
32419 ac_status=$?
32420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32421 (exit $ac_status); }; }; then
32422 eval "$as_ac_var=yes"
32423else
32424 echo "$as_me: failed program was:" >&5
32425sed 's/^/| /' conftest.$ac_ext >&5
32426
32427eval "$as_ac_var=no"
32428fi
ac1cb8d3
VS
32429rm -f conftest.err conftest.$ac_objext \
32430 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32431fi
32432echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32433echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32434if test `eval echo '${'$as_ac_var'}'` = yes; then
32435 cat >>confdefs.h <<_ACEOF
32436#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32437_ACEOF
32438 cat >>confdefs.h <<\_ACEOF
32439#define HAVE_NANOSLEEP 1
32440_ACEOF
32441
32442else
32443
32444 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
32445echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
32446if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
32447 echo $ECHO_N "(cached) $ECHO_C" >&6
32448else
32449 ac_check_lib_save_LIBS=$LIBS
32450LIBS="-lposix4 $LIBS"
32451cat >conftest.$ac_ext <<_ACEOF
32452/* confdefs.h. */
32453_ACEOF
32454cat confdefs.h >>conftest.$ac_ext
32455cat >>conftest.$ac_ext <<_ACEOF
32456/* end confdefs.h. */
32457
32458/* Override any gcc2 internal prototype to avoid an error. */
32459#ifdef __cplusplus
32460extern "C"
32461#endif
32462/* We use char because int might match the return type of a gcc2
32463 builtin and then its argument prototype would still apply. */
32464char nanosleep ();
32465int
32466main ()
32467{
32468nanosleep ();
32469 ;
32470 return 0;
32471}
32472_ACEOF
32473rm -f conftest.$ac_objext conftest$ac_exeext
32474if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32475 (eval $ac_link) 2>conftest.er1
a848cd7e 32476 ac_status=$?
ac1cb8d3
VS
32477 grep -v '^ *+' conftest.er1 >conftest.err
32478 rm -f conftest.er1
32479 cat conftest.err >&5
a848cd7e
SC
32480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32481 (exit $ac_status); } &&
07158944 32482 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32484 (eval $ac_try) 2>&5
32485 ac_status=$?
32486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32487 (exit $ac_status); }; } &&
32488 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32490 (eval $ac_try) 2>&5
32491 ac_status=$?
32492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32493 (exit $ac_status); }; }; then
32494 ac_cv_lib_posix4_nanosleep=yes
32495else
32496 echo "$as_me: failed program was:" >&5
32497sed 's/^/| /' conftest.$ac_ext >&5
32498
32499ac_cv_lib_posix4_nanosleep=no
32500fi
ac1cb8d3
VS
32501rm -f conftest.err conftest.$ac_objext \
32502 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32503LIBS=$ac_check_lib_save_LIBS
32504fi
32505echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
32506echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
32507if test $ac_cv_lib_posix4_nanosleep = yes; then
32508
32509 cat >>confdefs.h <<\_ACEOF
32510#define HAVE_NANOSLEEP 1
32511_ACEOF
32512
32513 POSIX4_LINK=" -lposix4"
32514
32515else
32516
32517
32518for ac_func in usleep
32519do
32520as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32521echo "$as_me:$LINENO: checking for $ac_func" >&5
32522echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32523if eval "test \"\${$as_ac_var+set}\" = set"; then
32524 echo $ECHO_N "(cached) $ECHO_C" >&6
32525else
32526 cat >conftest.$ac_ext <<_ACEOF
32527/* confdefs.h. */
32528_ACEOF
32529cat confdefs.h >>conftest.$ac_ext
32530cat >>conftest.$ac_ext <<_ACEOF
32531/* end confdefs.h. */
ac1cb8d3
VS
32532/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32533 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32534#define $ac_func innocuous_$ac_func
32535
a848cd7e
SC
32536/* System header to define __stub macros and hopefully few prototypes,
32537 which can conflict with char $ac_func (); below.
32538 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32539 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32540
a848cd7e
SC
32541#ifdef __STDC__
32542# include <limits.h>
32543#else
32544# include <assert.h>
32545#endif
ac1cb8d3
VS
32546
32547#undef $ac_func
32548
a848cd7e
SC
32549/* Override any gcc2 internal prototype to avoid an error. */
32550#ifdef __cplusplus
32551extern "C"
32552{
32553#endif
32554/* We use char because int might match the return type of a gcc2
32555 builtin and then its argument prototype would still apply. */
32556char $ac_func ();
32557/* The GNU C library defines this for functions which it implements
32558 to always fail with ENOSYS. Some functions are actually named
32559 something starting with __ and the normal name is an alias. */
32560#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32561choke me
32562#else
32563char (*f) () = $ac_func;
32564#endif
32565#ifdef __cplusplus
32566}
32567#endif
32568
32569int
32570main ()
32571{
32572return f != $ac_func;
32573 ;
32574 return 0;
32575}
32576_ACEOF
32577rm -f conftest.$ac_objext conftest$ac_exeext
32578if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32579 (eval $ac_link) 2>conftest.er1
a848cd7e 32580 ac_status=$?
ac1cb8d3
VS
32581 grep -v '^ *+' conftest.er1 >conftest.err
32582 rm -f conftest.er1
32583 cat conftest.err >&5
a848cd7e
SC
32584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32585 (exit $ac_status); } &&
07158944 32586 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32588 (eval $ac_try) 2>&5
32589 ac_status=$?
32590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32591 (exit $ac_status); }; } &&
32592 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32594 (eval $ac_try) 2>&5
32595 ac_status=$?
32596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32597 (exit $ac_status); }; }; then
32598 eval "$as_ac_var=yes"
32599else
32600 echo "$as_me: failed program was:" >&5
32601sed 's/^/| /' conftest.$ac_ext >&5
32602
32603eval "$as_ac_var=no"
32604fi
ac1cb8d3
VS
32605rm -f conftest.err conftest.$ac_objext \
32606 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32607fi
32608echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32609echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32610if test `eval echo '${'$as_ac_var'}'` = yes; then
32611 cat >>confdefs.h <<_ACEOF
32612#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32613_ACEOF
32614 cat >>confdefs.h <<\_ACEOF
32615#define HAVE_USLEEP 1
32616_ACEOF
32617
32618else
32619 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
32620echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
32621
32622fi
32623done
32624
32625
32626
32627fi
32628
32629
32630
32631fi
32632done
32633
32634fi
32635
32636
32637
32638for ac_func in uname gethostname
32639do
32640as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32641echo "$as_me:$LINENO: checking for $ac_func" >&5
32642echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32643if eval "test \"\${$as_ac_var+set}\" = set"; then
32644 echo $ECHO_N "(cached) $ECHO_C" >&6
32645else
32646 cat >conftest.$ac_ext <<_ACEOF
32647/* confdefs.h. */
32648_ACEOF
32649cat confdefs.h >>conftest.$ac_ext
32650cat >>conftest.$ac_ext <<_ACEOF
32651/* end confdefs.h. */
ac1cb8d3
VS
32652/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32653 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32654#define $ac_func innocuous_$ac_func
32655
a848cd7e
SC
32656/* System header to define __stub macros and hopefully few prototypes,
32657 which can conflict with char $ac_func (); below.
32658 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32659 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32660
a848cd7e
SC
32661#ifdef __STDC__
32662# include <limits.h>
32663#else
32664# include <assert.h>
32665#endif
ac1cb8d3
VS
32666
32667#undef $ac_func
32668
a848cd7e
SC
32669/* Override any gcc2 internal prototype to avoid an error. */
32670#ifdef __cplusplus
32671extern "C"
32672{
32673#endif
32674/* We use char because int might match the return type of a gcc2
32675 builtin and then its argument prototype would still apply. */
32676char $ac_func ();
32677/* The GNU C library defines this for functions which it implements
32678 to always fail with ENOSYS. Some functions are actually named
32679 something starting with __ and the normal name is an alias. */
32680#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32681choke me
32682#else
32683char (*f) () = $ac_func;
32684#endif
32685#ifdef __cplusplus
32686}
32687#endif
32688
32689int
32690main ()
32691{
32692return f != $ac_func;
32693 ;
32694 return 0;
32695}
32696_ACEOF
32697rm -f conftest.$ac_objext conftest$ac_exeext
32698if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32699 (eval $ac_link) 2>conftest.er1
a848cd7e 32700 ac_status=$?
ac1cb8d3
VS
32701 grep -v '^ *+' conftest.er1 >conftest.err
32702 rm -f conftest.er1
32703 cat conftest.err >&5
a848cd7e
SC
32704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32705 (exit $ac_status); } &&
07158944 32706 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32708 (eval $ac_try) 2>&5
32709 ac_status=$?
32710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32711 (exit $ac_status); }; } &&
32712 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32714 (eval $ac_try) 2>&5
32715 ac_status=$?
32716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32717 (exit $ac_status); }; }; then
32718 eval "$as_ac_var=yes"
32719else
32720 echo "$as_me: failed program was:" >&5
32721sed 's/^/| /' conftest.$ac_ext >&5
32722
32723eval "$as_ac_var=no"
32724fi
ac1cb8d3
VS
32725rm -f conftest.err conftest.$ac_objext \
32726 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32727fi
32728echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32729echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32730if test `eval echo '${'$as_ac_var'}'` = yes; then
32731 cat >>confdefs.h <<_ACEOF
32732#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32733_ACEOF
32734 break
32735fi
32736done
32737
32738
32739
32740
32741ac_ext=cc
32742ac_cpp='$CXXCPP $CPPFLAGS'
32743ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32744ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32745ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32746
32747
32748
32749for ac_func in strtok_r
32750do
32751as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32752echo "$as_me:$LINENO: checking for $ac_func" >&5
32753echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32754if eval "test \"\${$as_ac_var+set}\" = set"; then
32755 echo $ECHO_N "(cached) $ECHO_C" >&6
32756else
32757 cat >conftest.$ac_ext <<_ACEOF
32758/* confdefs.h. */
32759_ACEOF
32760cat confdefs.h >>conftest.$ac_ext
32761cat >>conftest.$ac_ext <<_ACEOF
32762/* end confdefs.h. */
ac1cb8d3
VS
32763/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32764 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32765#define $ac_func innocuous_$ac_func
32766
a848cd7e
SC
32767/* System header to define __stub macros and hopefully few prototypes,
32768 which can conflict with char $ac_func (); below.
32769 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32770 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32771
a848cd7e
SC
32772#ifdef __STDC__
32773# include <limits.h>
32774#else
32775# include <assert.h>
32776#endif
ac1cb8d3
VS
32777
32778#undef $ac_func
32779
a848cd7e
SC
32780/* Override any gcc2 internal prototype to avoid an error. */
32781#ifdef __cplusplus
32782extern "C"
32783{
32784#endif
32785/* We use char because int might match the return type of a gcc2
32786 builtin and then its argument prototype would still apply. */
32787char $ac_func ();
32788/* The GNU C library defines this for functions which it implements
32789 to always fail with ENOSYS. Some functions are actually named
32790 something starting with __ and the normal name is an alias. */
32791#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32792choke me
32793#else
32794char (*f) () = $ac_func;
32795#endif
32796#ifdef __cplusplus
32797}
32798#endif
32799
32800int
32801main ()
32802{
32803return f != $ac_func;
32804 ;
32805 return 0;
32806}
32807_ACEOF
32808rm -f conftest.$ac_objext conftest$ac_exeext
32809if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32810 (eval $ac_link) 2>conftest.er1
a848cd7e 32811 ac_status=$?
ac1cb8d3
VS
32812 grep -v '^ *+' conftest.er1 >conftest.err
32813 rm -f conftest.er1
32814 cat conftest.err >&5
a848cd7e
SC
32815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32816 (exit $ac_status); } &&
07158944 32817 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32819 (eval $ac_try) 2>&5
32820 ac_status=$?
32821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32822 (exit $ac_status); }; } &&
32823 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32825 (eval $ac_try) 2>&5
32826 ac_status=$?
32827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32828 (exit $ac_status); }; }; then
32829 eval "$as_ac_var=yes"
32830else
32831 echo "$as_me: failed program was:" >&5
32832sed 's/^/| /' conftest.$ac_ext >&5
32833
32834eval "$as_ac_var=no"
32835fi
ac1cb8d3
VS
32836rm -f conftest.err conftest.$ac_objext \
32837 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32838fi
32839echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32840echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32841if test `eval echo '${'$as_ac_var'}'` = yes; then
32842 cat >>confdefs.h <<_ACEOF
32843#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32844_ACEOF
32845
32846fi
32847done
32848
32849
32850ac_ext=c
32851ac_cpp='$CPP $CPPFLAGS'
32852ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32853ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32854ac_compiler_gnu=$ac_cv_c_compiler_gnu
32855
32856
32857INET_LINK=
32858
32859for ac_func in inet_addr
32860do
32861as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32862echo "$as_me:$LINENO: checking for $ac_func" >&5
32863echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32864if eval "test \"\${$as_ac_var+set}\" = set"; then
32865 echo $ECHO_N "(cached) $ECHO_C" >&6
32866else
32867 cat >conftest.$ac_ext <<_ACEOF
32868/* confdefs.h. */
32869_ACEOF
32870cat confdefs.h >>conftest.$ac_ext
32871cat >>conftest.$ac_ext <<_ACEOF
32872/* end confdefs.h. */
ac1cb8d3
VS
32873/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32874 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32875#define $ac_func innocuous_$ac_func
32876
a848cd7e
SC
32877/* System header to define __stub macros and hopefully few prototypes,
32878 which can conflict with char $ac_func (); below.
32879 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32880 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32881
a848cd7e
SC
32882#ifdef __STDC__
32883# include <limits.h>
32884#else
32885# include <assert.h>
32886#endif
ac1cb8d3
VS
32887
32888#undef $ac_func
32889
a848cd7e
SC
32890/* Override any gcc2 internal prototype to avoid an error. */
32891#ifdef __cplusplus
32892extern "C"
32893{
32894#endif
32895/* We use char because int might match the return type of a gcc2
32896 builtin and then its argument prototype would still apply. */
32897char $ac_func ();
32898/* The GNU C library defines this for functions which it implements
32899 to always fail with ENOSYS. Some functions are actually named
32900 something starting with __ and the normal name is an alias. */
32901#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32902choke me
32903#else
32904char (*f) () = $ac_func;
32905#endif
32906#ifdef __cplusplus
32907}
32908#endif
32909
32910int
32911main ()
32912{
32913return f != $ac_func;
32914 ;
32915 return 0;
32916}
32917_ACEOF
32918rm -f conftest.$ac_objext conftest$ac_exeext
32919if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32920 (eval $ac_link) 2>conftest.er1
a848cd7e 32921 ac_status=$?
ac1cb8d3
VS
32922 grep -v '^ *+' conftest.er1 >conftest.err
32923 rm -f conftest.er1
32924 cat conftest.err >&5
a848cd7e
SC
32925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32926 (exit $ac_status); } &&
07158944 32927 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32929 (eval $ac_try) 2>&5
32930 ac_status=$?
32931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32932 (exit $ac_status); }; } &&
32933 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32935 (eval $ac_try) 2>&5
32936 ac_status=$?
32937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32938 (exit $ac_status); }; }; then
32939 eval "$as_ac_var=yes"
32940else
32941 echo "$as_me: failed program was:" >&5
32942sed 's/^/| /' conftest.$ac_ext >&5
32943
32944eval "$as_ac_var=no"
32945fi
ac1cb8d3
VS
32946rm -f conftest.err conftest.$ac_objext \
32947 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32948fi
32949echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32950echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32951if test `eval echo '${'$as_ac_var'}'` = yes; then
32952 cat >>confdefs.h <<_ACEOF
32953#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32954_ACEOF
32955 cat >>confdefs.h <<\_ACEOF
32956#define HAVE_INET_ADDR 1
32957_ACEOF
32958
32959else
32960
32961 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
32962echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
32963if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
32964 echo $ECHO_N "(cached) $ECHO_C" >&6
32965else
32966 ac_check_lib_save_LIBS=$LIBS
32967LIBS="-lnsl $LIBS"
32968cat >conftest.$ac_ext <<_ACEOF
32969/* confdefs.h. */
32970_ACEOF
32971cat confdefs.h >>conftest.$ac_ext
32972cat >>conftest.$ac_ext <<_ACEOF
32973/* end confdefs.h. */
32974
32975/* Override any gcc2 internal prototype to avoid an error. */
32976#ifdef __cplusplus
32977extern "C"
32978#endif
32979/* We use char because int might match the return type of a gcc2
32980 builtin and then its argument prototype would still apply. */
32981char inet_addr ();
32982int
32983main ()
32984{
32985inet_addr ();
32986 ;
32987 return 0;
32988}
32989_ACEOF
32990rm -f conftest.$ac_objext conftest$ac_exeext
32991if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32992 (eval $ac_link) 2>conftest.er1
a848cd7e 32993 ac_status=$?
ac1cb8d3
VS
32994 grep -v '^ *+' conftest.er1 >conftest.err
32995 rm -f conftest.er1
32996 cat conftest.err >&5
a848cd7e
SC
32997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32998 (exit $ac_status); } &&
07158944 32999 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33001 (eval $ac_try) 2>&5
33002 ac_status=$?
33003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33004 (exit $ac_status); }; } &&
33005 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33007 (eval $ac_try) 2>&5
33008 ac_status=$?
33009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33010 (exit $ac_status); }; }; then
33011 ac_cv_lib_nsl_inet_addr=yes
33012else
33013 echo "$as_me: failed program was:" >&5
33014sed 's/^/| /' conftest.$ac_ext >&5
33015
33016ac_cv_lib_nsl_inet_addr=no
33017fi
ac1cb8d3
VS
33018rm -f conftest.err conftest.$ac_objext \
33019 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33020LIBS=$ac_check_lib_save_LIBS
33021fi
33022echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
33023echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
33024if test $ac_cv_lib_nsl_inet_addr = yes; then
33025 INET_LINK="nsl"
33026else
33027
33028 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
33029echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
33030if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
33031 echo $ECHO_N "(cached) $ECHO_C" >&6
33032else
33033 ac_check_lib_save_LIBS=$LIBS
33034LIBS="-lresolv $LIBS"
33035cat >conftest.$ac_ext <<_ACEOF
33036/* confdefs.h. */
33037_ACEOF
33038cat confdefs.h >>conftest.$ac_ext
33039cat >>conftest.$ac_ext <<_ACEOF
33040/* end confdefs.h. */
33041
33042/* Override any gcc2 internal prototype to avoid an error. */
33043#ifdef __cplusplus
33044extern "C"
33045#endif
33046/* We use char because int might match the return type of a gcc2
33047 builtin and then its argument prototype would still apply. */
33048char inet_addr ();
33049int
33050main ()
33051{
33052inet_addr ();
33053 ;
33054 return 0;
33055}
33056_ACEOF
33057rm -f conftest.$ac_objext conftest$ac_exeext
33058if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33059 (eval $ac_link) 2>conftest.er1
a848cd7e 33060 ac_status=$?
ac1cb8d3
VS
33061 grep -v '^ *+' conftest.er1 >conftest.err
33062 rm -f conftest.er1
33063 cat conftest.err >&5
a848cd7e
SC
33064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33065 (exit $ac_status); } &&
07158944 33066 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33068 (eval $ac_try) 2>&5
33069 ac_status=$?
33070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33071 (exit $ac_status); }; } &&
33072 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33074 (eval $ac_try) 2>&5
33075 ac_status=$?
33076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33077 (exit $ac_status); }; }; then
33078 ac_cv_lib_resolv_inet_addr=yes
33079else
33080 echo "$as_me: failed program was:" >&5
33081sed 's/^/| /' conftest.$ac_ext >&5
33082
33083ac_cv_lib_resolv_inet_addr=no
33084fi
ac1cb8d3
VS
33085rm -f conftest.err conftest.$ac_objext \
33086 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33087LIBS=$ac_check_lib_save_LIBS
33088fi
33089echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
33090echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
33091if test $ac_cv_lib_resolv_inet_addr = yes; then
33092 INET_LINK="resolv"
33093else
33094
33095 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
33096echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
33097if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
33098 echo $ECHO_N "(cached) $ECHO_C" >&6
33099else
33100 ac_check_lib_save_LIBS=$LIBS
33101LIBS="-lsocket $LIBS"
33102cat >conftest.$ac_ext <<_ACEOF
33103/* confdefs.h. */
33104_ACEOF
33105cat confdefs.h >>conftest.$ac_ext
33106cat >>conftest.$ac_ext <<_ACEOF
33107/* end confdefs.h. */
33108
33109/* Override any gcc2 internal prototype to avoid an error. */
33110#ifdef __cplusplus
33111extern "C"
33112#endif
33113/* We use char because int might match the return type of a gcc2
33114 builtin and then its argument prototype would still apply. */
33115char inet_addr ();
33116int
33117main ()
33118{
33119inet_addr ();
33120 ;
33121 return 0;
33122}
33123_ACEOF
33124rm -f conftest.$ac_objext conftest$ac_exeext
33125if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33126 (eval $ac_link) 2>conftest.er1
a848cd7e 33127 ac_status=$?
ac1cb8d3
VS
33128 grep -v '^ *+' conftest.er1 >conftest.err
33129 rm -f conftest.er1
33130 cat conftest.err >&5
a848cd7e
SC
33131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33132 (exit $ac_status); } &&
07158944 33133 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33135 (eval $ac_try) 2>&5
33136 ac_status=$?
33137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33138 (exit $ac_status); }; } &&
33139 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33141 (eval $ac_try) 2>&5
33142 ac_status=$?
33143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33144 (exit $ac_status); }; }; then
33145 ac_cv_lib_socket_inet_addr=yes
33146else
33147 echo "$as_me: failed program was:" >&5
33148sed 's/^/| /' conftest.$ac_ext >&5
33149
33150ac_cv_lib_socket_inet_addr=no
33151fi
ac1cb8d3
VS
33152rm -f conftest.err conftest.$ac_objext \
33153 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33154LIBS=$ac_check_lib_save_LIBS
33155fi
33156echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
33157echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
33158if test $ac_cv_lib_socket_inet_addr = yes; then
33159 INET_LINK="socket"
33160
33161fi
33162
33163
33164
33165fi
33166
33167
33168
33169fi
33170
33171
33172
33173fi
33174done
33175
33176
33177
33178for ac_func in inet_aton
33179do
33180as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33181echo "$as_me:$LINENO: checking for $ac_func" >&5
33182echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33183if eval "test \"\${$as_ac_var+set}\" = set"; then
33184 echo $ECHO_N "(cached) $ECHO_C" >&6
33185else
33186 cat >conftest.$ac_ext <<_ACEOF
33187/* confdefs.h. */
33188_ACEOF
33189cat confdefs.h >>conftest.$ac_ext
33190cat >>conftest.$ac_ext <<_ACEOF
33191/* end confdefs.h. */
ac1cb8d3
VS
33192/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33193 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33194#define $ac_func innocuous_$ac_func
33195
a848cd7e
SC
33196/* System header to define __stub macros and hopefully few prototypes,
33197 which can conflict with char $ac_func (); below.
33198 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33199 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33200
a848cd7e
SC
33201#ifdef __STDC__
33202# include <limits.h>
33203#else
33204# include <assert.h>
33205#endif
ac1cb8d3
VS
33206
33207#undef $ac_func
33208
a848cd7e
SC
33209/* Override any gcc2 internal prototype to avoid an error. */
33210#ifdef __cplusplus
33211extern "C"
33212{
33213#endif
33214/* We use char because int might match the return type of a gcc2
33215 builtin and then its argument prototype would still apply. */
33216char $ac_func ();
33217/* The GNU C library defines this for functions which it implements
33218 to always fail with ENOSYS. Some functions are actually named
33219 something starting with __ and the normal name is an alias. */
33220#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33221choke me
33222#else
33223char (*f) () = $ac_func;
33224#endif
33225#ifdef __cplusplus
33226}
33227#endif
33228
33229int
33230main ()
33231{
33232return f != $ac_func;
33233 ;
33234 return 0;
33235}
33236_ACEOF
33237rm -f conftest.$ac_objext conftest$ac_exeext
33238if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33239 (eval $ac_link) 2>conftest.er1
a848cd7e 33240 ac_status=$?
ac1cb8d3
VS
33241 grep -v '^ *+' conftest.er1 >conftest.err
33242 rm -f conftest.er1
33243 cat conftest.err >&5
a848cd7e
SC
33244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33245 (exit $ac_status); } &&
07158944 33246 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33248 (eval $ac_try) 2>&5
33249 ac_status=$?
33250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33251 (exit $ac_status); }; } &&
33252 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33254 (eval $ac_try) 2>&5
33255 ac_status=$?
33256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33257 (exit $ac_status); }; }; then
33258 eval "$as_ac_var=yes"
33259else
33260 echo "$as_me: failed program was:" >&5
33261sed 's/^/| /' conftest.$ac_ext >&5
33262
33263eval "$as_ac_var=no"
33264fi
ac1cb8d3
VS
33265rm -f conftest.err conftest.$ac_objext \
33266 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33267fi
33268echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33269echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33270if test `eval echo '${'$as_ac_var'}'` = yes; then
33271 cat >>confdefs.h <<_ACEOF
33272#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33273_ACEOF
33274 cat >>confdefs.h <<\_ACEOF
33275#define HAVE_INET_ATON 1
33276_ACEOF
33277
33278else
33279
33280 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
33281echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
33282echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
33283if eval "test \"\${$as_ac_Lib+set}\" = set"; then
33284 echo $ECHO_N "(cached) $ECHO_C" >&6
33285else
33286 ac_check_lib_save_LIBS=$LIBS
33287LIBS="-l$INET_LINK $LIBS"
33288cat >conftest.$ac_ext <<_ACEOF
33289/* confdefs.h. */
33290_ACEOF
33291cat confdefs.h >>conftest.$ac_ext
33292cat >>conftest.$ac_ext <<_ACEOF
33293/* end confdefs.h. */
33294
33295/* Override any gcc2 internal prototype to avoid an error. */
33296#ifdef __cplusplus
33297extern "C"
33298#endif
33299/* We use char because int might match the return type of a gcc2
33300 builtin and then its argument prototype would still apply. */
33301char inet_aton ();
33302int
33303main ()
33304{
33305inet_aton ();
33306 ;
33307 return 0;
33308}
33309_ACEOF
33310rm -f conftest.$ac_objext conftest$ac_exeext
33311if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33312 (eval $ac_link) 2>conftest.er1
a848cd7e 33313 ac_status=$?
ac1cb8d3
VS
33314 grep -v '^ *+' conftest.er1 >conftest.err
33315 rm -f conftest.er1
33316 cat conftest.err >&5
a848cd7e
SC
33317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33318 (exit $ac_status); } &&
07158944 33319 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33321 (eval $ac_try) 2>&5
33322 ac_status=$?
33323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33324 (exit $ac_status); }; } &&
33325 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33327 (eval $ac_try) 2>&5
33328 ac_status=$?
33329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33330 (exit $ac_status); }; }; then
33331 eval "$as_ac_Lib=yes"
33332else
33333 echo "$as_me: failed program was:" >&5
33334sed 's/^/| /' conftest.$ac_ext >&5
33335
33336eval "$as_ac_Lib=no"
33337fi
ac1cb8d3
VS
33338rm -f conftest.err conftest.$ac_objext \
33339 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33340LIBS=$ac_check_lib_save_LIBS
33341fi
33342echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
33343echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
33344if test `eval echo '${'$as_ac_Lib'}'` = yes; then
33345 cat >>confdefs.h <<\_ACEOF
33346#define HAVE_INET_ATON 1
33347_ACEOF
33348
33349fi
33350
33351
33352fi
33353done
33354
33355
33356if test "x$INET_LINK" != "x"; then
33357 cat >>confdefs.h <<\_ACEOF
33358#define HAVE_INET_ADDR 1
33359_ACEOF
33360
33361 INET_LINK=" -l$INET_LINK"
33362fi
33363
33364fi
33365
33366
33367
33368EXTRALIBS_ESD=
33369echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
33370echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
33371if test "${ac_cv_lib_esd_esd_close+set}" = set; then
33372 echo $ECHO_N "(cached) $ECHO_C" >&6
33373else
33374 ac_check_lib_save_LIBS=$LIBS
33375LIBS="-lesd $LIBS"
33376cat >conftest.$ac_ext <<_ACEOF
33377/* confdefs.h. */
33378_ACEOF
33379cat confdefs.h >>conftest.$ac_ext
33380cat >>conftest.$ac_ext <<_ACEOF
33381/* end confdefs.h. */
33382
33383/* Override any gcc2 internal prototype to avoid an error. */
33384#ifdef __cplusplus
33385extern "C"
33386#endif
33387/* We use char because int might match the return type of a gcc2
33388 builtin and then its argument prototype would still apply. */
33389char esd_close ();
33390int
33391main ()
33392{
33393esd_close ();
33394 ;
33395 return 0;
33396}
33397_ACEOF
33398rm -f conftest.$ac_objext conftest$ac_exeext
33399if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33400 (eval $ac_link) 2>conftest.er1
a848cd7e 33401 ac_status=$?
ac1cb8d3
VS
33402 grep -v '^ *+' conftest.er1 >conftest.err
33403 rm -f conftest.er1
33404 cat conftest.err >&5
a848cd7e
SC
33405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33406 (exit $ac_status); } &&
07158944 33407 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33409 (eval $ac_try) 2>&5
33410 ac_status=$?
33411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33412 (exit $ac_status); }; } &&
33413 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33415 (eval $ac_try) 2>&5
33416 ac_status=$?
33417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33418 (exit $ac_status); }; }; then
33419 ac_cv_lib_esd_esd_close=yes
33420else
33421 echo "$as_me: failed program was:" >&5
33422sed 's/^/| /' conftest.$ac_ext >&5
33423
33424ac_cv_lib_esd_esd_close=no
33425fi
ac1cb8d3
VS
33426rm -f conftest.err conftest.$ac_objext \
33427 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33428LIBS=$ac_check_lib_save_LIBS
33429fi
33430echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
33431echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
33432if test $ac_cv_lib_esd_esd_close = yes; then
33433
33434
33435for ac_header in esd.h
33436do
33437as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33438if eval "test \"\${$as_ac_Header+set}\" = set"; then
33439 echo "$as_me:$LINENO: checking for $ac_header" >&5
33440echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33441if eval "test \"\${$as_ac_Header+set}\" = set"; then
33442 echo $ECHO_N "(cached) $ECHO_C" >&6
33443fi
33444echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33445echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33446else
33447 # Is the header compilable?
33448echo "$as_me:$LINENO: checking $ac_header usability" >&5
33449echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
33450cat >conftest.$ac_ext <<_ACEOF
33451/* confdefs.h. */
33452_ACEOF
33453cat confdefs.h >>conftest.$ac_ext
33454cat >>conftest.$ac_ext <<_ACEOF
33455/* end confdefs.h. */
33456$ac_includes_default
33457#include <$ac_header>
33458_ACEOF
33459rm -f conftest.$ac_objext
33460if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33461 (eval $ac_compile) 2>conftest.er1
a848cd7e 33462 ac_status=$?
ac1cb8d3
VS
33463 grep -v '^ *+' conftest.er1 >conftest.err
33464 rm -f conftest.er1
33465 cat conftest.err >&5
a848cd7e
SC
33466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33467 (exit $ac_status); } &&
07158944 33468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33470 (eval $ac_try) 2>&5
33471 ac_status=$?
33472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33473 (exit $ac_status); }; } &&
33474 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33476 (eval $ac_try) 2>&5
33477 ac_status=$?
33478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33479 (exit $ac_status); }; }; then
33480 ac_header_compiler=yes
33481else
33482 echo "$as_me: failed program was:" >&5
33483sed 's/^/| /' conftest.$ac_ext >&5
33484
33485ac_header_compiler=no
33486fi
ac1cb8d3 33487rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33488echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33489echo "${ECHO_T}$ac_header_compiler" >&6
33490
33491# Is the header present?
33492echo "$as_me:$LINENO: checking $ac_header presence" >&5
33493echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
33494cat >conftest.$ac_ext <<_ACEOF
33495/* confdefs.h. */
33496_ACEOF
33497cat confdefs.h >>conftest.$ac_ext
33498cat >>conftest.$ac_ext <<_ACEOF
33499/* end confdefs.h. */
33500#include <$ac_header>
33501_ACEOF
33502if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
33503 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
33504 ac_status=$?
33505 grep -v '^ *+' conftest.er1 >conftest.err
33506 rm -f conftest.er1
33507 cat conftest.err >&5
33508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33509 (exit $ac_status); } >/dev/null; then
33510 if test -s conftest.err; then
33511 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 33512 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
33513 else
33514 ac_cpp_err=
33515 fi
33516else
33517 ac_cpp_err=yes
33518fi
33519if test -z "$ac_cpp_err"; then
33520 ac_header_preproc=yes
33521else
33522 echo "$as_me: failed program was:" >&5
33523sed 's/^/| /' conftest.$ac_ext >&5
33524
33525 ac_header_preproc=no
33526fi
33527rm -f conftest.err conftest.$ac_ext
33528echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33529echo "${ECHO_T}$ac_header_preproc" >&6
33530
33531# So? What about this header?
ac1cb8d3
VS
33532case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33533 yes:no: )
a848cd7e
SC
33534 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
33535echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
33536 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
33537echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
33538 ac_header_preproc=yes
a848cd7e 33539 ;;
ac1cb8d3 33540 no:yes:* )
a848cd7e
SC
33541 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
33542echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
33543 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
33544echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
33545 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
33546echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
33547 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
33548echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
33549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
33550echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
33551 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
33552echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
33553 (
33554 cat <<\_ASBOX
ac1cb8d3
VS
33555## ----------------------------------------- ##
33556## Report this to wx-dev@lists.wxwidgets.org ##
33557## ----------------------------------------- ##
a848cd7e
SC
33558_ASBOX
33559 ) |
33560 sed "s/^/$as_me: WARNING: /" >&2
33561 ;;
33562esac
33563echo "$as_me:$LINENO: checking for $ac_header" >&5
33564echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33565if eval "test \"\${$as_ac_Header+set}\" = set"; then
33566 echo $ECHO_N "(cached) $ECHO_C" >&6
33567else
ac1cb8d3 33568 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
33569fi
33570echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33571echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33572
33573fi
33574if test `eval echo '${'$as_ac_Header'}'` = yes; then
33575 cat >>confdefs.h <<_ACEOF
33576#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33577_ACEOF
33578
33579 EXTRALIBS_ESD="-lesd"
33580
33581fi
33582
33583done
33584
33585
33586fi
33587
33588
33589
33590echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
33591echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
33592cat >conftest.$ac_ext <<_ACEOF
33593/* confdefs.h. */
33594_ACEOF
33595cat confdefs.h >>conftest.$ac_ext
33596cat >>conftest.$ac_ext <<_ACEOF
33597/* end confdefs.h. */
33598#ifdef __linux__
33599 #include <linux/cdrom.h>
33600 #else
33601 /* For Solaris */
33602 #include <sys/cdio.h>
33603 #endif
33604
33605int
33606main ()
33607{
33608struct cdrom_tocentry entry, old_entry;
33609 ;
33610 return 0;
33611}
33612_ACEOF
33613rm -f conftest.$ac_objext
33614if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33615 (eval $ac_compile) 2>conftest.er1
a848cd7e 33616 ac_status=$?
ac1cb8d3
VS
33617 grep -v '^ *+' conftest.er1 >conftest.err
33618 rm -f conftest.er1
33619 cat conftest.err >&5
a848cd7e
SC
33620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33621 (exit $ac_status); } &&
07158944 33622 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33624 (eval $ac_try) 2>&5
33625 ac_status=$?
33626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33627 (exit $ac_status); }; } &&
33628 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33630 (eval $ac_try) 2>&5
33631 ac_status=$?
33632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33633 (exit $ac_status); }; }; then
33634 echo "$as_me:$LINENO: result: yes" >&5
33635echo "${ECHO_T}yes" >&6
33636 cat >>confdefs.h <<\_ACEOF
33637#define HAVE_KNOWN_CDROM_INTERFACE 1
33638_ACEOF
33639
33640else
33641 echo "$as_me: failed program was:" >&5
33642sed 's/^/| /' conftest.$ac_ext >&5
33643
33644echo "$as_me:$LINENO: result: no" >&5
33645echo "${ECHO_T}no" >&6
33646fi
ac1cb8d3 33647rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33648
33649
33650cat >confcache <<\_ACEOF
33651# This file is a shell script that caches the results of configure
33652# tests run on this system so they can be shared between configure
33653# scripts and configure runs, see configure's option --config-cache.
33654# It is not useful on other systems. If it contains results you don't
33655# want to keep, you may remove or edit it.
33656#
33657# config.status only pays attention to the cache file if you give it
33658# the --recheck option to rerun configure.
33659#
33660# `ac_cv_env_foo' variables (set or unset) will be overridden when
33661# loading this file, other *unset* `ac_cv_foo' will be assigned the
33662# following values.
33663
33664_ACEOF
33665
33666# The following way of writing the cache mishandles newlines in values,
33667# but we know of no workaround that is simple, portable, and efficient.
33668# So, don't put newlines in cache variables' values.
33669# Ultrix sh set writes to stderr and can't be redirected directly,
33670# and sets the high bit in the cache file unless we assign to the vars.
33671{
33672 (set) 2>&1 |
33673 case `(ac_space=' '; set | grep ac_space) 2>&1` in
33674 *ac_space=\ *)
33675 # `set' does not quote correctly, so add quotes (double-quote
33676 # substitution turns \\\\ into \\, and sed turns \\ into \).
33677 sed -n \
ac1cb8d3
VS
33678 "s/'/'\\\\''/g;
33679 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
33680 ;;
33681 *)
33682 # `set' quotes correctly as required by POSIX, so do not add quotes.
33683 sed -n \
ac1cb8d3 33684 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
33685 ;;
33686 esac;
33687} |
33688 sed '
33689 t clear
33690 : clear
33691 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
33692 t end
33693 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
33694 : end' >>confcache
33695if diff $cache_file confcache >/dev/null 2>&1; then :; else
33696 if test -w $cache_file; then
33697 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
33698 cat confcache >$cache_file
33699 else
33700 echo "not updating unwritable cache $cache_file"
33701 fi
33702fi
33703rm -f confcache
33704
33705
33706CPP_MT_FLAG=
33707if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33708
33709
33710 THREADS_LINK=
33711 THREADS_CFLAGS=
33712
33713 if test "$wxUSE_THREADS" = "yes" ; then
33714 if test "$USE_BEOS" = 1; then
33715 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
33716echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
33717 wxUSE_THREADS="no"
33718 fi
33719 fi
33720
33721 if test "$wxUSE_THREADS" = "yes" ; then
33722
33723
33724 THREAD_OPTS="-pthread"
33725 case "${host}" in
33726 *-*-solaris2* | *-*-sunos4* )
33727 if test "x$GCC" = "xyes"; then
33728 THREAD_OPTS="-pthreads $THREAD_OPTS"
33729 else
33730 THREAD_OPTS="-mt $THREAD_OPTS"
33731 fi
33732 ;;
33733 *-*-freebsd*)
33734 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
33735 ;;
33736 *-*-darwin* | *-*-cygwin* )
33737 THREAD_OPTS=""
33738 ;;
33739 *-*-aix*)
33740 THREAD_OPTS="pthreads"
33741 ;;
33742 *-hp-hpux* )
33743 if test "x$GCC" != "xyes"; then
33744 THREAD_OPTS=""
33745 fi
33746 ;;
33747
33748 *-*-irix* )
33749 if test "x$GCC" = "xyes"; then
33750 THREAD_OPTS=""
33751 fi
33752 ;;
33753
33754 *-*-*UnixWare*)
33755 if test "x$GCC" != "xyes"; then
33756 THREAD_OPTS="-Ethread"
33757 fi
33758 ;;
33759 esac
33760
33761 THREAD_OPTS="$THREAD_OPTS pthread none"
33762
33763 THREADS_OK=no
33764 for flag in $THREAD_OPTS; do
33765 case $flag in
33766 none)
33767 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
33768echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
33769 ;;
33770
33771 -*)
33772 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
33773echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
33774 THREADS_CFLAGS="$flag"
33775 ;;
33776
33777 *)
33778 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
33779echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
33780 THREADS_LINK="-l$flag"
33781 ;;
33782 esac
33783
33784 save_LIBS="$LIBS"
33785 save_CFLAGS="$CFLAGS"
33786 LIBS="$THREADS_LINK $LIBS"
33787 CFLAGS="$THREADS_CFLAGS $CFLAGS"
33788
33789 cat >conftest.$ac_ext <<_ACEOF
33790/* confdefs.h. */
33791_ACEOF
33792cat confdefs.h >>conftest.$ac_ext
33793cat >>conftest.$ac_ext <<_ACEOF
33794/* end confdefs.h. */
33795#include <pthread.h>
33796int
33797main ()
33798{
33799pthread_create(0,0,0,0);
33800 ;
33801 return 0;
33802}
33803_ACEOF
33804rm -f conftest.$ac_objext conftest$ac_exeext
33805if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33806 (eval $ac_link) 2>conftest.er1
a848cd7e 33807 ac_status=$?
ac1cb8d3
VS
33808 grep -v '^ *+' conftest.er1 >conftest.err
33809 rm -f conftest.er1
33810 cat conftest.err >&5
a848cd7e
SC
33811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33812 (exit $ac_status); } &&
07158944 33813 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33815 (eval $ac_try) 2>&5
33816 ac_status=$?
33817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33818 (exit $ac_status); }; } &&
33819 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33821 (eval $ac_try) 2>&5
33822 ac_status=$?
33823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33824 (exit $ac_status); }; }; then
33825 THREADS_OK=yes
33826else
33827 echo "$as_me: failed program was:" >&5
33828sed 's/^/| /' conftest.$ac_ext >&5
33829
33830fi
ac1cb8d3
VS
33831rm -f conftest.err conftest.$ac_objext \
33832 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33833
33834 LIBS="$save_LIBS"
33835 CFLAGS="$save_CFLAGS"
33836
33837 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
33838echo "${ECHO_T}$THREADS_OK" >&6
33839 if test "x$THREADS_OK" = "xyes"; then
33840 break;
33841 fi
33842
33843 THREADS_LINK=""
33844 THREADS_CFLAGS=""
33845 done
33846
33847 if test "x$THREADS_OK" != "xyes"; then
33848 wxUSE_THREADS=no
33849 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
33850echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
33851 else
33852 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
33853 LIBS="$THREADS_LINK $LIBS"
33854
33855 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
33856echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
33857 flag=no
33858 case "${host}" in
33859 *-aix*)
33860 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
33861 flag="-D_THREAD_SAFE"
33862 ;;
33863 *-freebsd*)
33864 flag="-D_THREAD_SAFE"
33865 ;;
33866 *-hp-hpux* )
33867 flag="-D_REENTRANT"
33868 if test "x$GCC" != "xyes"; then
33869 flag="$flag -D_RWSTD_MULTI_THREAD"
33870 fi
33871 ;;
33872 *solaris* | alpha*-osf*)
33873 flag="-D_REENTRANT"
33874 ;;
33875 esac
33876 echo "$as_me:$LINENO: result: ${flag}" >&5
33877echo "${ECHO_T}${flag}" >&6
33878 if test "x$flag" != xno; then
33879 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
33880 fi
33881
33882 if test "x$THREADS_CFLAGS" != "x"; then
33883 CFLAGS="$CFLAGS $THREADS_CFLAGS"
33884 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
33885 fi
33886 fi
33887 fi
33888
33889 if test "$wxUSE_THREADS" = "yes" ; then
33890
33891for ac_func in thr_setconcurrency
33892do
33893as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33894echo "$as_me:$LINENO: checking for $ac_func" >&5
33895echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33896if eval "test \"\${$as_ac_var+set}\" = set"; then
33897 echo $ECHO_N "(cached) $ECHO_C" >&6
33898else
33899 cat >conftest.$ac_ext <<_ACEOF
33900/* confdefs.h. */
33901_ACEOF
33902cat confdefs.h >>conftest.$ac_ext
33903cat >>conftest.$ac_ext <<_ACEOF
33904/* end confdefs.h. */
ac1cb8d3
VS
33905/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33906 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33907#define $ac_func innocuous_$ac_func
33908
a848cd7e
SC
33909/* System header to define __stub macros and hopefully few prototypes,
33910 which can conflict with char $ac_func (); below.
33911 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33912 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33913
a848cd7e
SC
33914#ifdef __STDC__
33915# include <limits.h>
33916#else
33917# include <assert.h>
33918#endif
ac1cb8d3
VS
33919
33920#undef $ac_func
33921
a848cd7e
SC
33922/* Override any gcc2 internal prototype to avoid an error. */
33923#ifdef __cplusplus
33924extern "C"
33925{
33926#endif
33927/* We use char because int might match the return type of a gcc2
33928 builtin and then its argument prototype would still apply. */
33929char $ac_func ();
33930/* The GNU C library defines this for functions which it implements
33931 to always fail with ENOSYS. Some functions are actually named
33932 something starting with __ and the normal name is an alias. */
33933#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33934choke me
33935#else
33936char (*f) () = $ac_func;
33937#endif
33938#ifdef __cplusplus
33939}
33940#endif
33941
33942int
33943main ()
33944{
33945return f != $ac_func;
33946 ;
33947 return 0;
33948}
33949_ACEOF
33950rm -f conftest.$ac_objext conftest$ac_exeext
33951if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33952 (eval $ac_link) 2>conftest.er1
a848cd7e 33953 ac_status=$?
ac1cb8d3
VS
33954 grep -v '^ *+' conftest.er1 >conftest.err
33955 rm -f conftest.er1
33956 cat conftest.err >&5
a848cd7e
SC
33957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33958 (exit $ac_status); } &&
07158944 33959 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33961 (eval $ac_try) 2>&5
33962 ac_status=$?
33963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33964 (exit $ac_status); }; } &&
33965 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33967 (eval $ac_try) 2>&5
33968 ac_status=$?
33969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33970 (exit $ac_status); }; }; then
33971 eval "$as_ac_var=yes"
33972else
33973 echo "$as_me: failed program was:" >&5
33974sed 's/^/| /' conftest.$ac_ext >&5
33975
33976eval "$as_ac_var=no"
33977fi
ac1cb8d3
VS
33978rm -f conftest.err conftest.$ac_objext \
33979 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33980fi
33981echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33982echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33983if test `eval echo '${'$as_ac_var'}'` = yes; then
33984 cat >>confdefs.h <<_ACEOF
33985#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33986_ACEOF
33987
33988fi
33989done
33990
33991
33992
33993for ac_header in sched.h
33994do
33995as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33996if eval "test \"\${$as_ac_Header+set}\" = set"; then
33997 echo "$as_me:$LINENO: checking for $ac_header" >&5
33998echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33999if eval "test \"\${$as_ac_Header+set}\" = set"; then
34000 echo $ECHO_N "(cached) $ECHO_C" >&6
34001fi
34002echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34003echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34004else
34005 # Is the header compilable?
34006echo "$as_me:$LINENO: checking $ac_header usability" >&5
34007echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34008cat >conftest.$ac_ext <<_ACEOF
34009/* confdefs.h. */
34010_ACEOF
34011cat confdefs.h >>conftest.$ac_ext
34012cat >>conftest.$ac_ext <<_ACEOF
34013/* end confdefs.h. */
34014$ac_includes_default
34015#include <$ac_header>
34016_ACEOF
34017rm -f conftest.$ac_objext
34018if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34019 (eval $ac_compile) 2>conftest.er1
a848cd7e 34020 ac_status=$?
ac1cb8d3
VS
34021 grep -v '^ *+' conftest.er1 >conftest.err
34022 rm -f conftest.er1
34023 cat conftest.err >&5
a848cd7e
SC
34024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34025 (exit $ac_status); } &&
07158944 34026 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34028 (eval $ac_try) 2>&5
34029 ac_status=$?
34030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34031 (exit $ac_status); }; } &&
34032 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34034 (eval $ac_try) 2>&5
34035 ac_status=$?
34036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34037 (exit $ac_status); }; }; then
34038 ac_header_compiler=yes
34039else
34040 echo "$as_me: failed program was:" >&5
34041sed 's/^/| /' conftest.$ac_ext >&5
34042
34043ac_header_compiler=no
34044fi
ac1cb8d3 34045rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34046echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34047echo "${ECHO_T}$ac_header_compiler" >&6
34048
34049# Is the header present?
34050echo "$as_me:$LINENO: checking $ac_header presence" >&5
34051echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34052cat >conftest.$ac_ext <<_ACEOF
34053/* confdefs.h. */
34054_ACEOF
34055cat confdefs.h >>conftest.$ac_ext
34056cat >>conftest.$ac_ext <<_ACEOF
34057/* end confdefs.h. */
34058#include <$ac_header>
34059_ACEOF
34060if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34061 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
34062 ac_status=$?
34063 grep -v '^ *+' conftest.er1 >conftest.err
34064 rm -f conftest.er1
34065 cat conftest.err >&5
34066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34067 (exit $ac_status); } >/dev/null; then
34068 if test -s conftest.err; then
34069 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 34070 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
34071 else
34072 ac_cpp_err=
34073 fi
34074else
34075 ac_cpp_err=yes
34076fi
34077if test -z "$ac_cpp_err"; then
34078 ac_header_preproc=yes
34079else
34080 echo "$as_me: failed program was:" >&5
34081sed 's/^/| /' conftest.$ac_ext >&5
34082
34083 ac_header_preproc=no
34084fi
34085rm -f conftest.err conftest.$ac_ext
34086echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34087echo "${ECHO_T}$ac_header_preproc" >&6
34088
34089# So? What about this header?
ac1cb8d3
VS
34090case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34091 yes:no: )
a848cd7e
SC
34092 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34093echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
34094 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34095echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34096 ac_header_preproc=yes
a848cd7e 34097 ;;
ac1cb8d3 34098 no:yes:* )
a848cd7e
SC
34099 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34100echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
34101 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34102echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34103 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34104echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34105 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34106echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
34107 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34108echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
34109 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34110echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
34111 (
34112 cat <<\_ASBOX
ac1cb8d3
VS
34113## ----------------------------------------- ##
34114## Report this to wx-dev@lists.wxwidgets.org ##
34115## ----------------------------------------- ##
a848cd7e
SC
34116_ASBOX
34117 ) |
34118 sed "s/^/$as_me: WARNING: /" >&2
34119 ;;
34120esac
34121echo "$as_me:$LINENO: checking for $ac_header" >&5
34122echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34123if eval "test \"\${$as_ac_Header+set}\" = set"; then
34124 echo $ECHO_N "(cached) $ECHO_C" >&6
34125else
ac1cb8d3 34126 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
34127fi
34128echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34129echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34130
34131fi
34132if test `eval echo '${'$as_ac_Header'}'` = yes; then
34133 cat >>confdefs.h <<_ACEOF
34134#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34135_ACEOF
34136
34137fi
34138
34139done
34140
34141 if test "$ac_cv_header_sched_h" = "yes"; then
34142 echo "$as_me:$LINENO: checking for sched_yield" >&5
34143echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
34144if test "${ac_cv_func_sched_yield+set}" = set; then
34145 echo $ECHO_N "(cached) $ECHO_C" >&6
34146else
34147 cat >conftest.$ac_ext <<_ACEOF
34148/* confdefs.h. */
34149_ACEOF
34150cat confdefs.h >>conftest.$ac_ext
34151cat >>conftest.$ac_ext <<_ACEOF
34152/* end confdefs.h. */
ac1cb8d3
VS
34153/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
34154 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34155#define sched_yield innocuous_sched_yield
34156
a848cd7e
SC
34157/* System header to define __stub macros and hopefully few prototypes,
34158 which can conflict with char sched_yield (); below.
34159 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34160 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34161
a848cd7e
SC
34162#ifdef __STDC__
34163# include <limits.h>
34164#else
34165# include <assert.h>
34166#endif
ac1cb8d3
VS
34167
34168#undef sched_yield
34169
a848cd7e
SC
34170/* Override any gcc2 internal prototype to avoid an error. */
34171#ifdef __cplusplus
34172extern "C"
34173{
34174#endif
34175/* We use char because int might match the return type of a gcc2
34176 builtin and then its argument prototype would still apply. */
34177char sched_yield ();
34178/* The GNU C library defines this for functions which it implements
34179 to always fail with ENOSYS. Some functions are actually named
34180 something starting with __ and the normal name is an alias. */
34181#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
34182choke me
34183#else
34184char (*f) () = sched_yield;
34185#endif
34186#ifdef __cplusplus
34187}
34188#endif
34189
34190int
34191main ()
34192{
34193return f != sched_yield;
34194 ;
34195 return 0;
34196}
34197_ACEOF
34198rm -f conftest.$ac_objext conftest$ac_exeext
34199if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34200 (eval $ac_link) 2>conftest.er1
a848cd7e 34201 ac_status=$?
ac1cb8d3
VS
34202 grep -v '^ *+' conftest.er1 >conftest.err
34203 rm -f conftest.er1
34204 cat conftest.err >&5
a848cd7e
SC
34205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34206 (exit $ac_status); } &&
07158944 34207 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34209 (eval $ac_try) 2>&5
34210 ac_status=$?
34211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34212 (exit $ac_status); }; } &&
34213 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34215 (eval $ac_try) 2>&5
34216 ac_status=$?
34217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34218 (exit $ac_status); }; }; then
34219 ac_cv_func_sched_yield=yes
34220else
34221 echo "$as_me: failed program was:" >&5
34222sed 's/^/| /' conftest.$ac_ext >&5
34223
34224ac_cv_func_sched_yield=no
34225fi
ac1cb8d3
VS
34226rm -f conftest.err conftest.$ac_objext \
34227 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34228fi
34229echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
34230echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
34231if test $ac_cv_func_sched_yield = yes; then
34232 cat >>confdefs.h <<\_ACEOF
34233#define HAVE_SCHED_YIELD 1
34234_ACEOF
34235
34236else
34237
34238 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
34239echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
34240if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
34241 echo $ECHO_N "(cached) $ECHO_C" >&6
34242else
34243 ac_check_lib_save_LIBS=$LIBS
34244LIBS="-lposix4 $LIBS"
34245cat >conftest.$ac_ext <<_ACEOF
34246/* confdefs.h. */
34247_ACEOF
34248cat confdefs.h >>conftest.$ac_ext
34249cat >>conftest.$ac_ext <<_ACEOF
34250/* end confdefs.h. */
34251
34252/* Override any gcc2 internal prototype to avoid an error. */
34253#ifdef __cplusplus
34254extern "C"
34255#endif
34256/* We use char because int might match the return type of a gcc2
34257 builtin and then its argument prototype would still apply. */
34258char sched_yield ();
34259int
34260main ()
34261{
34262sched_yield ();
34263 ;
34264 return 0;
34265}
34266_ACEOF
34267rm -f conftest.$ac_objext conftest$ac_exeext
34268if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34269 (eval $ac_link) 2>conftest.er1
a848cd7e 34270 ac_status=$?
ac1cb8d3
VS
34271 grep -v '^ *+' conftest.er1 >conftest.err
34272 rm -f conftest.er1
34273 cat conftest.err >&5
a848cd7e
SC
34274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34275 (exit $ac_status); } &&
07158944 34276 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34278 (eval $ac_try) 2>&5
34279 ac_status=$?
34280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34281 (exit $ac_status); }; } &&
34282 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34284 (eval $ac_try) 2>&5
34285 ac_status=$?
34286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34287 (exit $ac_status); }; }; then
34288 ac_cv_lib_posix4_sched_yield=yes
34289else
34290 echo "$as_me: failed program was:" >&5
34291sed 's/^/| /' conftest.$ac_ext >&5
34292
34293ac_cv_lib_posix4_sched_yield=no
34294fi
ac1cb8d3
VS
34295rm -f conftest.err conftest.$ac_objext \
34296 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34297LIBS=$ac_check_lib_save_LIBS
34298fi
34299echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
34300echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
34301if test $ac_cv_lib_posix4_sched_yield = yes; then
34302 cat >>confdefs.h <<\_ACEOF
34303#define HAVE_SCHED_YIELD 1
34304_ACEOF
34305 POSIX4_LINK=" -lposix4"
34306else
34307 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
34308echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
34309
34310fi
34311
34312
34313
34314fi
34315
34316 fi
34317
34318 HAVE_PRIOR_FUNCS=0
34319 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
34320echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
34321if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
34322 echo $ECHO_N "(cached) $ECHO_C" >&6
34323else
34324 cat >conftest.$ac_ext <<_ACEOF
34325/* confdefs.h. */
34326_ACEOF
34327cat confdefs.h >>conftest.$ac_ext
34328cat >>conftest.$ac_ext <<_ACEOF
34329/* end confdefs.h. */
ac1cb8d3
VS
34330/* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
34331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34332#define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
34333
a848cd7e
SC
34334/* System header to define __stub macros and hopefully few prototypes,
34335 which can conflict with char pthread_attr_getschedpolicy (); below.
34336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34337 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34338
a848cd7e
SC
34339#ifdef __STDC__
34340# include <limits.h>
34341#else
34342# include <assert.h>
34343#endif
ac1cb8d3
VS
34344
34345#undef pthread_attr_getschedpolicy
34346
a848cd7e
SC
34347/* Override any gcc2 internal prototype to avoid an error. */
34348#ifdef __cplusplus
34349extern "C"
34350{
34351#endif
34352/* We use char because int might match the return type of a gcc2
34353 builtin and then its argument prototype would still apply. */
34354char pthread_attr_getschedpolicy ();
34355/* The GNU C library defines this for functions which it implements
34356 to always fail with ENOSYS. Some functions are actually named
34357 something starting with __ and the normal name is an alias. */
34358#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
34359choke me
34360#else
34361char (*f) () = pthread_attr_getschedpolicy;
34362#endif
34363#ifdef __cplusplus
34364}
34365#endif
34366
34367int
34368main ()
34369{
34370return f != pthread_attr_getschedpolicy;
34371 ;
34372 return 0;
34373}
34374_ACEOF
34375rm -f conftest.$ac_objext conftest$ac_exeext
34376if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34377 (eval $ac_link) 2>conftest.er1
a848cd7e 34378 ac_status=$?
ac1cb8d3
VS
34379 grep -v '^ *+' conftest.er1 >conftest.err
34380 rm -f conftest.er1
34381 cat conftest.err >&5
a848cd7e
SC
34382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34383 (exit $ac_status); } &&
07158944 34384 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34386 (eval $ac_try) 2>&5
34387 ac_status=$?
34388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34389 (exit $ac_status); }; } &&
34390 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34392 (eval $ac_try) 2>&5
34393 ac_status=$?
34394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34395 (exit $ac_status); }; }; then
34396 ac_cv_func_pthread_attr_getschedpolicy=yes
34397else
34398 echo "$as_me: failed program was:" >&5
34399sed 's/^/| /' conftest.$ac_ext >&5
34400
34401ac_cv_func_pthread_attr_getschedpolicy=no
34402fi
ac1cb8d3
VS
34403rm -f conftest.err conftest.$ac_objext \
34404 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34405fi
34406echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
34407echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
34408if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
34409 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
34410echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
34411if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
34412 echo $ECHO_N "(cached) $ECHO_C" >&6
34413else
34414 cat >conftest.$ac_ext <<_ACEOF
34415/* confdefs.h. */
34416_ACEOF
34417cat confdefs.h >>conftest.$ac_ext
34418cat >>conftest.$ac_ext <<_ACEOF
34419/* end confdefs.h. */
ac1cb8d3
VS
34420/* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
34421 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34422#define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
34423
a848cd7e
SC
34424/* System header to define __stub macros and hopefully few prototypes,
34425 which can conflict with char pthread_attr_setschedparam (); below.
34426 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34427 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34428
a848cd7e
SC
34429#ifdef __STDC__
34430# include <limits.h>
34431#else
34432# include <assert.h>
34433#endif
ac1cb8d3
VS
34434
34435#undef pthread_attr_setschedparam
34436
a848cd7e
SC
34437/* Override any gcc2 internal prototype to avoid an error. */
34438#ifdef __cplusplus
34439extern "C"
34440{
34441#endif
34442/* We use char because int might match the return type of a gcc2
34443 builtin and then its argument prototype would still apply. */
34444char pthread_attr_setschedparam ();
34445/* The GNU C library defines this for functions which it implements
34446 to always fail with ENOSYS. Some functions are actually named
34447 something starting with __ and the normal name is an alias. */
34448#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
34449choke me
34450#else
34451char (*f) () = pthread_attr_setschedparam;
34452#endif
34453#ifdef __cplusplus
34454}
34455#endif
34456
34457int
34458main ()
34459{
34460return f != pthread_attr_setschedparam;
34461 ;
34462 return 0;
34463}
34464_ACEOF
34465rm -f conftest.$ac_objext conftest$ac_exeext
34466if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34467 (eval $ac_link) 2>conftest.er1
a848cd7e 34468 ac_status=$?
ac1cb8d3
VS
34469 grep -v '^ *+' conftest.er1 >conftest.err
34470 rm -f conftest.er1
34471 cat conftest.err >&5
a848cd7e
SC
34472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34473 (exit $ac_status); } &&
07158944 34474 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34476 (eval $ac_try) 2>&5
34477 ac_status=$?
34478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34479 (exit $ac_status); }; } &&
34480 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34482 (eval $ac_try) 2>&5
34483 ac_status=$?
34484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34485 (exit $ac_status); }; }; then
34486 ac_cv_func_pthread_attr_setschedparam=yes
34487else
34488 echo "$as_me: failed program was:" >&5
34489sed 's/^/| /' conftest.$ac_ext >&5
34490
34491ac_cv_func_pthread_attr_setschedparam=no
34492fi
ac1cb8d3
VS
34493rm -f conftest.err conftest.$ac_objext \
34494 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34495fi
34496echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
34497echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
34498if test $ac_cv_func_pthread_attr_setschedparam = yes; then
34499 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
34500echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
34501if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
34502 echo $ECHO_N "(cached) $ECHO_C" >&6
34503else
34504 cat >conftest.$ac_ext <<_ACEOF
34505/* confdefs.h. */
34506_ACEOF
34507cat confdefs.h >>conftest.$ac_ext
34508cat >>conftest.$ac_ext <<_ACEOF
34509/* end confdefs.h. */
ac1cb8d3
VS
34510/* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
34511 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34512#define sched_get_priority_max innocuous_sched_get_priority_max
34513
a848cd7e
SC
34514/* System header to define __stub macros and hopefully few prototypes,
34515 which can conflict with char sched_get_priority_max (); below.
34516 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34517 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34518
a848cd7e
SC
34519#ifdef __STDC__
34520# include <limits.h>
34521#else
34522# include <assert.h>
34523#endif
ac1cb8d3
VS
34524
34525#undef sched_get_priority_max
34526
a848cd7e
SC
34527/* Override any gcc2 internal prototype to avoid an error. */
34528#ifdef __cplusplus
34529extern "C"
34530{
34531#endif
34532/* We use char because int might match the return type of a gcc2
34533 builtin and then its argument prototype would still apply. */
34534char sched_get_priority_max ();
34535/* The GNU C library defines this for functions which it implements
34536 to always fail with ENOSYS. Some functions are actually named
34537 something starting with __ and the normal name is an alias. */
34538#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
34539choke me
34540#else
34541char (*f) () = sched_get_priority_max;
34542#endif
34543#ifdef __cplusplus
34544}
34545#endif
34546
34547int
34548main ()
34549{
34550return f != sched_get_priority_max;
34551 ;
34552 return 0;
34553}
34554_ACEOF
34555rm -f conftest.$ac_objext conftest$ac_exeext
34556if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34557 (eval $ac_link) 2>conftest.er1
a848cd7e 34558 ac_status=$?
ac1cb8d3
VS
34559 grep -v '^ *+' conftest.er1 >conftest.err
34560 rm -f conftest.er1
34561 cat conftest.err >&5
a848cd7e
SC
34562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34563 (exit $ac_status); } &&
07158944 34564 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34566 (eval $ac_try) 2>&5
34567 ac_status=$?
34568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34569 (exit $ac_status); }; } &&
34570 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34572 (eval $ac_try) 2>&5
34573 ac_status=$?
34574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34575 (exit $ac_status); }; }; then
34576 ac_cv_func_sched_get_priority_max=yes
34577else
34578 echo "$as_me: failed program was:" >&5
34579sed 's/^/| /' conftest.$ac_ext >&5
34580
34581ac_cv_func_sched_get_priority_max=no
34582fi
ac1cb8d3
VS
34583rm -f conftest.err conftest.$ac_objext \
34584 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34585fi
34586echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
34587echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
34588if test $ac_cv_func_sched_get_priority_max = yes; then
34589 HAVE_PRIOR_FUNCS=1
34590else
34591 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
34592echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
34593if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
34594 echo $ECHO_N "(cached) $ECHO_C" >&6
34595else
34596 ac_check_lib_save_LIBS=$LIBS
34597LIBS="-lposix4 $LIBS"
34598cat >conftest.$ac_ext <<_ACEOF
34599/* confdefs.h. */
34600_ACEOF
34601cat confdefs.h >>conftest.$ac_ext
34602cat >>conftest.$ac_ext <<_ACEOF
34603/* end confdefs.h. */
34604
34605/* Override any gcc2 internal prototype to avoid an error. */
34606#ifdef __cplusplus
34607extern "C"
34608#endif
34609/* We use char because int might match the return type of a gcc2
34610 builtin and then its argument prototype would still apply. */
34611char sched_get_priority_max ();
34612int
34613main ()
34614{
34615sched_get_priority_max ();
34616 ;
34617 return 0;
34618}
34619_ACEOF
34620rm -f conftest.$ac_objext conftest$ac_exeext
34621if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34622 (eval $ac_link) 2>conftest.er1
a848cd7e 34623 ac_status=$?
ac1cb8d3
VS
34624 grep -v '^ *+' conftest.er1 >conftest.err
34625 rm -f conftest.er1
34626 cat conftest.err >&5
a848cd7e
SC
34627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34628 (exit $ac_status); } &&
07158944 34629 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34631 (eval $ac_try) 2>&5
34632 ac_status=$?
34633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34634 (exit $ac_status); }; } &&
34635 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34637 (eval $ac_try) 2>&5
34638 ac_status=$?
34639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34640 (exit $ac_status); }; }; then
34641 ac_cv_lib_posix4_sched_get_priority_max=yes
34642else
34643 echo "$as_me: failed program was:" >&5
34644sed 's/^/| /' conftest.$ac_ext >&5
34645
34646ac_cv_lib_posix4_sched_get_priority_max=no
34647fi
ac1cb8d3
VS
34648rm -f conftest.err conftest.$ac_objext \
34649 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34650LIBS=$ac_check_lib_save_LIBS
34651fi
34652echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
34653echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
34654if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
34655
34656 HAVE_PRIOR_FUNCS=1
34657 POSIX4_LINK=" -lposix4"
34658
34659fi
34660
34661
34662fi
34663
34664
34665fi
34666
34667
34668fi
34669
34670
34671 if test "$HAVE_PRIOR_FUNCS" = 1; then
34672 cat >>confdefs.h <<\_ACEOF
34673#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
34674_ACEOF
34675
34676 else
34677 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
34678echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
34679 fi
34680
34681 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
34682echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
34683if test "${ac_cv_func_pthread_cancel+set}" = set; then
34684 echo $ECHO_N "(cached) $ECHO_C" >&6
34685else
34686 cat >conftest.$ac_ext <<_ACEOF
34687/* confdefs.h. */
34688_ACEOF
34689cat confdefs.h >>conftest.$ac_ext
34690cat >>conftest.$ac_ext <<_ACEOF
34691/* end confdefs.h. */
ac1cb8d3
VS
34692/* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
34693 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34694#define pthread_cancel innocuous_pthread_cancel
34695
a848cd7e
SC
34696/* System header to define __stub macros and hopefully few prototypes,
34697 which can conflict with char pthread_cancel (); below.
34698 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34699 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34700
a848cd7e
SC
34701#ifdef __STDC__
34702# include <limits.h>
34703#else
34704# include <assert.h>
34705#endif
ac1cb8d3
VS
34706
34707#undef pthread_cancel
34708
a848cd7e
SC
34709/* Override any gcc2 internal prototype to avoid an error. */
34710#ifdef __cplusplus
34711extern "C"
34712{
34713#endif
34714/* We use char because int might match the return type of a gcc2
34715 builtin and then its argument prototype would still apply. */
34716char pthread_cancel ();
34717/* The GNU C library defines this for functions which it implements
34718 to always fail with ENOSYS. Some functions are actually named
34719 something starting with __ and the normal name is an alias. */
34720#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
34721choke me
34722#else
34723char (*f) () = pthread_cancel;
34724#endif
34725#ifdef __cplusplus
34726}
34727#endif
34728
34729int
34730main ()
34731{
34732return f != pthread_cancel;
34733 ;
34734 return 0;
34735}
34736_ACEOF
34737rm -f conftest.$ac_objext conftest$ac_exeext
34738if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34739 (eval $ac_link) 2>conftest.er1
a848cd7e 34740 ac_status=$?
ac1cb8d3
VS
34741 grep -v '^ *+' conftest.er1 >conftest.err
34742 rm -f conftest.er1
34743 cat conftest.err >&5
a848cd7e
SC
34744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34745 (exit $ac_status); } &&
07158944 34746 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34748 (eval $ac_try) 2>&5
34749 ac_status=$?
34750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34751 (exit $ac_status); }; } &&
34752 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34754 (eval $ac_try) 2>&5
34755 ac_status=$?
34756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34757 (exit $ac_status); }; }; then
34758 ac_cv_func_pthread_cancel=yes
34759else
34760 echo "$as_me: failed program was:" >&5
34761sed 's/^/| /' conftest.$ac_ext >&5
34762
34763ac_cv_func_pthread_cancel=no
34764fi
ac1cb8d3
VS
34765rm -f conftest.err conftest.$ac_objext \
34766 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34767fi
34768echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
34769echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
34770if test $ac_cv_func_pthread_cancel = yes; then
34771 cat >>confdefs.h <<\_ACEOF
34772#define HAVE_PTHREAD_CANCEL 1
34773_ACEOF
34774
34775else
34776 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
34777echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
34778fi
34779
34780
34781
34782
34783 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
34784echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
34785if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
34786 echo $ECHO_N "(cached) $ECHO_C" >&6
34787else
34788
34789 cat >conftest.$ac_ext <<_ACEOF
34790/* confdefs.h. */
34791_ACEOF
34792cat confdefs.h >>conftest.$ac_ext
34793cat >>conftest.$ac_ext <<_ACEOF
34794/* end confdefs.h. */
34795#include <pthread.h>
34796int
34797main ()
34798{
34799
34800 pthread_mutexattr_t attr;
34801 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
34802
34803 ;
34804 return 0;
34805}
34806_ACEOF
34807rm -f conftest.$ac_objext
34808if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34809 (eval $ac_compile) 2>conftest.er1
a848cd7e 34810 ac_status=$?
ac1cb8d3
VS
34811 grep -v '^ *+' conftest.er1 >conftest.err
34812 rm -f conftest.er1
34813 cat conftest.err >&5
a848cd7e
SC
34814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34815 (exit $ac_status); } &&
07158944 34816 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34818 (eval $ac_try) 2>&5
34819 ac_status=$?
34820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34821 (exit $ac_status); }; } &&
34822 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34824 (eval $ac_try) 2>&5
34825 ac_status=$?
34826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34827 (exit $ac_status); }; }; then
34828
34829 wx_cv_type_pthread_mutexattr_t=yes
34830
34831else
34832 echo "$as_me: failed program was:" >&5
34833sed 's/^/| /' conftest.$ac_ext >&5
34834
34835
34836 wx_cv_type_pthread_mutexattr_t=no
34837
34838
34839fi
ac1cb8d3 34840rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34841
34842fi
34843echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
34844echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
34845
34846 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
34847 cat >>confdefs.h <<\_ACEOF
34848#define HAVE_PTHREAD_MUTEXATTR_T 1
34849_ACEOF
34850
34851 else
34852 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
34853echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
34854if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
34855 echo $ECHO_N "(cached) $ECHO_C" >&6
34856else
34857
34858 cat >conftest.$ac_ext <<_ACEOF
34859/* confdefs.h. */
34860_ACEOF
34861cat confdefs.h >>conftest.$ac_ext
34862cat >>conftest.$ac_ext <<_ACEOF
34863/* end confdefs.h. */
34864#include <pthread.h>
34865int
34866main ()
34867{
34868
34869 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
34870
34871 ;
34872 return 0;
34873}
34874_ACEOF
34875rm -f conftest.$ac_objext
34876if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34877 (eval $ac_compile) 2>conftest.er1
a848cd7e 34878 ac_status=$?
ac1cb8d3
VS
34879 grep -v '^ *+' conftest.er1 >conftest.err
34880 rm -f conftest.er1
34881 cat conftest.err >&5
a848cd7e
SC
34882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34883 (exit $ac_status); } &&
07158944 34884 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34886 (eval $ac_try) 2>&5
34887 ac_status=$?
34888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34889 (exit $ac_status); }; } &&
34890 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34892 (eval $ac_try) 2>&5
34893 ac_status=$?
34894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34895 (exit $ac_status); }; }; then
34896
34897 wx_cv_type_pthread_rec_mutex_init=yes
34898
34899else
34900 echo "$as_me: failed program was:" >&5
34901sed 's/^/| /' conftest.$ac_ext >&5
34902
34903
34904 wx_cv_type_pthread_rec_mutex_init=no
34905
34906
34907fi
ac1cb8d3 34908rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34909
34910fi
34911echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
34912echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
34913 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
34914 cat >>confdefs.h <<\_ACEOF
34915#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
34916_ACEOF
34917
34918 else
34919 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
34920echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
34921 fi
34922 fi
34923 fi
34924
34925else
34926 if test "$wxUSE_THREADS" = "yes" ; then
34927 case "${host}" in
34928 *-*-mingw32* )
34929 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
34930echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
34931if test "${wx_cv_cflags_mthread+set}" = set; then
34932 echo $ECHO_N "(cached) $ECHO_C" >&6
34933else
34934
34935 CFLAGS_OLD="$CFLAGS"
34936 CFLAGS="$CFLAGS -mthreads"
34937 cat >conftest.$ac_ext <<_ACEOF
34938/* confdefs.h. */
34939_ACEOF
34940cat confdefs.h >>conftest.$ac_ext
34941cat >>conftest.$ac_ext <<_ACEOF
34942/* end confdefs.h. */
34943
34944int
34945main ()
34946{
34947
34948 ;
34949 return 0;
34950}
34951_ACEOF
34952rm -f conftest.$ac_objext
34953if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34954 (eval $ac_compile) 2>conftest.er1
a848cd7e 34955 ac_status=$?
ac1cb8d3
VS
34956 grep -v '^ *+' conftest.er1 >conftest.err
34957 rm -f conftest.er1
34958 cat conftest.err >&5
a848cd7e
SC
34959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34960 (exit $ac_status); } &&
07158944 34961 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34963 (eval $ac_try) 2>&5
34964 ac_status=$?
34965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34966 (exit $ac_status); }; } &&
34967 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34969 (eval $ac_try) 2>&5
34970 ac_status=$?
34971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34972 (exit $ac_status); }; }; then
34973 wx_cv_cflags_mthread=yes
34974else
34975 echo "$as_me: failed program was:" >&5
34976sed 's/^/| /' conftest.$ac_ext >&5
34977
34978wx_cv_cflags_mthread=no
34979
34980fi
ac1cb8d3 34981rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34982
34983
34984fi
34985echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
34986echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
34987
34988 if test "$wx_cv_cflags_mthread" = "yes"; then
34989 CXXFLAGS="$CXXFLAGS -mthreads"
34990 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
34991 LDFLAGS="$LDFLAGS -mthreads"
34992 else
34993 CFLAGS="$CFLAGS_OLD"
34994 fi
34995 ;;
34996 *-pc-os2*emx )
34997 CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
34998 CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
34999 LDFLAGS="$LDFLAGS -Zmt"
35000 ;;
35001 esac
35002 fi
35003fi
35004
35005if test "$wxUSE_THREADS" = "yes"; then
35006 cat >>confdefs.h <<\_ACEOF
35007#define wxUSE_THREADS 1
35008_ACEOF
35009
35010
35011 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
35012else
35013 if test "$ac_cv_func_strtok_r" = "yes"; then
35014 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
35015echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
35016 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
35017 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
35018 echo "$as_me:$LINENO: result: yes" >&5
35019echo "${ECHO_T}yes" >&6
35020 else
35021 echo "$as_me:$LINENO: result: no" >&5
35022echo "${ECHO_T}no" >&6
35023 fi
35024 fi
35025fi
35026
35027if test "$WXGTK20" = 1 ; then
35028 cat >>confdefs.h <<_ACEOF
35029#define __WXGTK20__ $WXGTK20
35030_ACEOF
35031
35032 WXGTK12=1
35033fi
35034
35035if test "$WXGTK12" = 1 ; then
35036 cat >>confdefs.h <<_ACEOF
35037#define __WXGTK12__ $WXGTK12
35038_ACEOF
35039
35040fi
35041
35042if test "$WXGTK127" = 1 ; then
35043 cat >>confdefs.h <<_ACEOF
35044#define __WXGTK127__ $WXGTK127
35045_ACEOF
35046
35047fi
35048
35049if test "$WXGPE" = 1 ; then
35050 cat >>confdefs.h <<_ACEOF
35051#define __WXGPE__ $WXGPE
35052_ACEOF
35053
35054fi
35055
35056WXDEBUG=
35057
35058if test "$wxUSE_DEBUG_INFO" = "yes" ; then
35059 WXDEBUG="-g"
35060 wxUSE_OPTIMISE=no
35061fi
35062
35063if test "$wxUSE_DEBUG_GDB" = "yes" ; then
35064 wxUSE_DEBUG_INFO=yes
35065 WXDEBUG="-ggdb"
35066fi
35067
35068if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
35069 cat >>confdefs.h <<\_ACEOF
35070#define WXDEBUG 1
35071_ACEOF
35072
35073 WXDEBUG_DEFINE="-D__WXDEBUG__"
35074else
35075 if test "$wxUSE_GTK" = 1 ; then
35076 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
35077 fi
35078fi
35079
35080if test "$wxUSE_MEM_TRACING" = "yes" ; then
35081 cat >>confdefs.h <<\_ACEOF
35082#define wxUSE_MEMORY_TRACING 1
35083_ACEOF
35084
35085 cat >>confdefs.h <<\_ACEOF
35086#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
35087_ACEOF
35088
35089 cat >>confdefs.h <<\_ACEOF
35090#define wxUSE_DEBUG_NEW_ALWAYS 1
35091_ACEOF
35092
35093 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
35094fi
35095
35096if test "$wxUSE_DMALLOC" = "yes" ; then
35097 DMALLOC_LIBS="-ldmalloc"
35098fi
35099
35100PROFILE=
35101if test "$wxUSE_PROFILE" = "yes" ; then
35102 PROFILE=" -pg"
35103fi
35104
35105CODE_GEN_FLAGS=
35106CODE_GEN_FLAGS_CXX=
35107if test "$GCC" = "yes" ; then
35108 if test "$wxUSE_NO_RTTI" = "yes" ; then
35109 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
35110 fi
35111 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
35112 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
35113 fi
35114 if test "$wxUSE_PERMISSIVE" = "yes" ; then
35115 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
35116 fi
35117
35118 case "${host}" in
35119 powerpc*-*-aix* )
35120 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
35121 ;;
35122 *-hppa* )
35123 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
35124 ;;
35125 esac
35126fi
35127
35128OPTIMISE=
35129if test "$wxUSE_OPTIMISE" = "no" ; then
35130 if test "$GCC" = yes ; then
35131 OPTIMISE="-O0"
35132 fi
35133else
35134 if test "$GCC" = yes ; then
35135 OPTIMISE="-O2"
35136
35137 case "${host}" in
35138 i586-*-*|i686-*-* )
35139 OPTIMISE="${OPTIMISE} "
35140 ;;
35141 esac
35142 else
35143 OPTIMISE="-O"
35144 fi
35145fi
35146
35147
35148if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
35149 cat >>confdefs.h <<\_ACEOF
35150#define WXWIN_COMPATIBILITY_2_2 1
35151_ACEOF
35152
35153
35154 WXWIN_COMPATIBILITY_2_4="yes"
35155fi
35156
35157if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
35158 cat >>confdefs.h <<\_ACEOF
35159#define WXWIN_COMPATIBILITY_2_4 1
35160_ACEOF
35161
35162fi
35163
35164
35165if test "$wxUSE_GUI" = "yes"; then
881bfcd6 35166 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
35167#define wxUSE_GUI 1
35168_ACEOF
35169
35170
370fd4c2 35171 fi
a848cd7e
SC
35172
35173
35174if test "$wxUSE_UNIX" = "yes"; then
35175 cat >>confdefs.h <<\_ACEOF
35176#define wxUSE_UNIX 1
35177_ACEOF
35178
35179fi
35180
35181
35182if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
35183
35184 HAVE_DL_FUNCS=0
35185 HAVE_SHL_FUNCS=0
35186 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
35187 if test "$USE_DARWIN" = 1; then
35188 HAVE_DL_FUNCS=1
35189 else
35190
35191for ac_func in dlopen
35192do
35193as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35194echo "$as_me:$LINENO: checking for $ac_func" >&5
35195echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35196if eval "test \"\${$as_ac_var+set}\" = set"; then
35197 echo $ECHO_N "(cached) $ECHO_C" >&6
35198else
35199 cat >conftest.$ac_ext <<_ACEOF
35200/* confdefs.h. */
35201_ACEOF
35202cat confdefs.h >>conftest.$ac_ext
35203cat >>conftest.$ac_ext <<_ACEOF
35204/* end confdefs.h. */
ac1cb8d3
VS
35205/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35206 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35207#define $ac_func innocuous_$ac_func
35208
a848cd7e
SC
35209/* System header to define __stub macros and hopefully few prototypes,
35210 which can conflict with char $ac_func (); below.
35211 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35212 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35213
a848cd7e
SC
35214#ifdef __STDC__
35215# include <limits.h>
35216#else
35217# include <assert.h>
35218#endif
ac1cb8d3
VS
35219
35220#undef $ac_func
35221
a848cd7e
SC
35222/* Override any gcc2 internal prototype to avoid an error. */
35223#ifdef __cplusplus
35224extern "C"
35225{
35226#endif
35227/* We use char because int might match the return type of a gcc2
35228 builtin and then its argument prototype would still apply. */
35229char $ac_func ();
35230/* The GNU C library defines this for functions which it implements
35231 to always fail with ENOSYS. Some functions are actually named
35232 something starting with __ and the normal name is an alias. */
35233#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35234choke me
35235#else
35236char (*f) () = $ac_func;
35237#endif
35238#ifdef __cplusplus
35239}
35240#endif
35241
35242int
35243main ()
35244{
35245return f != $ac_func;
35246 ;
35247 return 0;
35248}
35249_ACEOF
35250rm -f conftest.$ac_objext conftest$ac_exeext
35251if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35252 (eval $ac_link) 2>conftest.er1
a848cd7e 35253 ac_status=$?
ac1cb8d3
VS
35254 grep -v '^ *+' conftest.er1 >conftest.err
35255 rm -f conftest.er1
35256 cat conftest.err >&5
a848cd7e
SC
35257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35258 (exit $ac_status); } &&
07158944 35259 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35261 (eval $ac_try) 2>&5
35262 ac_status=$?
35263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35264 (exit $ac_status); }; } &&
35265 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35267 (eval $ac_try) 2>&5
35268 ac_status=$?
35269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35270 (exit $ac_status); }; }; then
35271 eval "$as_ac_var=yes"
35272else
35273 echo "$as_me: failed program was:" >&5
35274sed 's/^/| /' conftest.$ac_ext >&5
35275
35276eval "$as_ac_var=no"
35277fi
ac1cb8d3
VS
35278rm -f conftest.err conftest.$ac_objext \
35279 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35280fi
35281echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35282echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35283if test `eval echo '${'$as_ac_var'}'` = yes; then
35284 cat >>confdefs.h <<_ACEOF
35285#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35286_ACEOF
35287
35288 cat >>confdefs.h <<\_ACEOF
35289#define HAVE_DLOPEN 1
35290_ACEOF
35291
35292 HAVE_DL_FUNCS=1
35293
35294else
35295
35296 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
35297echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
35298if test "${ac_cv_lib_dl_dlopen+set}" = set; then
35299 echo $ECHO_N "(cached) $ECHO_C" >&6
35300else
35301 ac_check_lib_save_LIBS=$LIBS
35302LIBS="-ldl $LIBS"
35303cat >conftest.$ac_ext <<_ACEOF
35304/* confdefs.h. */
35305_ACEOF
35306cat confdefs.h >>conftest.$ac_ext
35307cat >>conftest.$ac_ext <<_ACEOF
35308/* end confdefs.h. */
35309
35310/* Override any gcc2 internal prototype to avoid an error. */
35311#ifdef __cplusplus
35312extern "C"
35313#endif
35314/* We use char because int might match the return type of a gcc2
35315 builtin and then its argument prototype would still apply. */
35316char dlopen ();
35317int
35318main ()
35319{
35320dlopen ();
35321 ;
35322 return 0;
35323}
35324_ACEOF
35325rm -f conftest.$ac_objext conftest$ac_exeext
35326if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35327 (eval $ac_link) 2>conftest.er1
a848cd7e 35328 ac_status=$?
ac1cb8d3
VS
35329 grep -v '^ *+' conftest.er1 >conftest.err
35330 rm -f conftest.er1
35331 cat conftest.err >&5
a848cd7e
SC
35332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35333 (exit $ac_status); } &&
07158944 35334 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35336 (eval $ac_try) 2>&5
35337 ac_status=$?
35338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35339 (exit $ac_status); }; } &&
35340 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35342 (eval $ac_try) 2>&5
35343 ac_status=$?
35344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35345 (exit $ac_status); }; }; then
35346 ac_cv_lib_dl_dlopen=yes
35347else
35348 echo "$as_me: failed program was:" >&5
35349sed 's/^/| /' conftest.$ac_ext >&5
35350
35351ac_cv_lib_dl_dlopen=no
35352fi
ac1cb8d3
VS
35353rm -f conftest.err conftest.$ac_objext \
35354 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35355LIBS=$ac_check_lib_save_LIBS
35356fi
35357echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
35358echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
35359if test $ac_cv_lib_dl_dlopen = yes; then
35360
35361 cat >>confdefs.h <<\_ACEOF
35362#define HAVE_DLOPEN 1
35363_ACEOF
35364
35365 HAVE_DL_FUNCS=1
35366 DL_LINK=" -ldl$DL_LINK"
35367
35368else
35369
35370
35371for ac_func in shl_load
35372do
35373as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35374echo "$as_me:$LINENO: checking for $ac_func" >&5
35375echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35376if eval "test \"\${$as_ac_var+set}\" = set"; then
35377 echo $ECHO_N "(cached) $ECHO_C" >&6
35378else
35379 cat >conftest.$ac_ext <<_ACEOF
35380/* confdefs.h. */
35381_ACEOF
35382cat confdefs.h >>conftest.$ac_ext
35383cat >>conftest.$ac_ext <<_ACEOF
35384/* end confdefs.h. */
ac1cb8d3
VS
35385/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35386 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35387#define $ac_func innocuous_$ac_func
35388
a848cd7e
SC
35389/* System header to define __stub macros and hopefully few prototypes,
35390 which can conflict with char $ac_func (); below.
35391 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35392 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35393
a848cd7e
SC
35394#ifdef __STDC__
35395# include <limits.h>
35396#else
35397# include <assert.h>
35398#endif
ac1cb8d3
VS
35399
35400#undef $ac_func
35401
a848cd7e
SC
35402/* Override any gcc2 internal prototype to avoid an error. */
35403#ifdef __cplusplus
35404extern "C"
35405{
35406#endif
35407/* We use char because int might match the return type of a gcc2
35408 builtin and then its argument prototype would still apply. */
35409char $ac_func ();
35410/* The GNU C library defines this for functions which it implements
35411 to always fail with ENOSYS. Some functions are actually named
35412 something starting with __ and the normal name is an alias. */
35413#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35414choke me
35415#else
35416char (*f) () = $ac_func;
35417#endif
35418#ifdef __cplusplus
35419}
35420#endif
35421
35422int
35423main ()
35424{
35425return f != $ac_func;
35426 ;
35427 return 0;
35428}
35429_ACEOF
35430rm -f conftest.$ac_objext conftest$ac_exeext
35431if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35432 (eval $ac_link) 2>conftest.er1
a848cd7e 35433 ac_status=$?
ac1cb8d3
VS
35434 grep -v '^ *+' conftest.er1 >conftest.err
35435 rm -f conftest.er1
35436 cat conftest.err >&5
a848cd7e
SC
35437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35438 (exit $ac_status); } &&
07158944 35439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35441 (eval $ac_try) 2>&5
35442 ac_status=$?
35443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35444 (exit $ac_status); }; } &&
35445 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35447 (eval $ac_try) 2>&5
35448 ac_status=$?
35449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35450 (exit $ac_status); }; }; then
35451 eval "$as_ac_var=yes"
35452else
35453 echo "$as_me: failed program was:" >&5
35454sed 's/^/| /' conftest.$ac_ext >&5
35455
35456eval "$as_ac_var=no"
35457fi
ac1cb8d3
VS
35458rm -f conftest.err conftest.$ac_objext \
35459 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35460fi
35461echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35462echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35463if test `eval echo '${'$as_ac_var'}'` = yes; then
35464 cat >>confdefs.h <<_ACEOF
35465#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35466_ACEOF
35467
35468 cat >>confdefs.h <<\_ACEOF
35469#define HAVE_SHL_LOAD 1
35470_ACEOF
35471
35472 HAVE_SHL_FUNCS=1
35473
35474else
35475
35476 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
35477echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
35478if test "${ac_cv_lib_shl_load_dld+set}" = set; then
35479 echo $ECHO_N "(cached) $ECHO_C" >&6
35480else
35481 ac_check_lib_save_LIBS=$LIBS
35482LIBS="-lshl_load $LIBS"
35483cat >conftest.$ac_ext <<_ACEOF
35484/* confdefs.h. */
35485_ACEOF
35486cat confdefs.h >>conftest.$ac_ext
35487cat >>conftest.$ac_ext <<_ACEOF
35488/* end confdefs.h. */
35489
35490/* Override any gcc2 internal prototype to avoid an error. */
35491#ifdef __cplusplus
35492extern "C"
35493#endif
35494/* We use char because int might match the return type of a gcc2
35495 builtin and then its argument prototype would still apply. */
35496char dld ();
35497int
35498main ()
35499{
35500dld ();
35501 ;
35502 return 0;
35503}
35504_ACEOF
35505rm -f conftest.$ac_objext conftest$ac_exeext
35506if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35507 (eval $ac_link) 2>conftest.er1
a848cd7e 35508 ac_status=$?
ac1cb8d3
VS
35509 grep -v '^ *+' conftest.er1 >conftest.err
35510 rm -f conftest.er1
35511 cat conftest.err >&5
a848cd7e
SC
35512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35513 (exit $ac_status); } &&
07158944 35514 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35516 (eval $ac_try) 2>&5
35517 ac_status=$?
35518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35519 (exit $ac_status); }; } &&
35520 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35522 (eval $ac_try) 2>&5
35523 ac_status=$?
35524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35525 (exit $ac_status); }; }; then
35526 ac_cv_lib_shl_load_dld=yes
35527else
35528 echo "$as_me: failed program was:" >&5
35529sed 's/^/| /' conftest.$ac_ext >&5
35530
35531ac_cv_lib_shl_load_dld=no
35532fi
ac1cb8d3
VS
35533rm -f conftest.err conftest.$ac_objext \
35534 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35535LIBS=$ac_check_lib_save_LIBS
35536fi
35537echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
35538echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
35539if test $ac_cv_lib_shl_load_dld = yes; then
35540
35541 HAVE_SHL_FUNCS=1
35542 DL_LINK=" -ldld$DL_LINK"
35543
35544fi
35545
35546
35547fi
35548done
35549
35550
35551fi
35552
35553
35554fi
35555done
35556
35557
35558 if test "$HAVE_DL_FUNCS" = 1; then
35559
35560for ac_func in dlerror
35561do
35562as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35563echo "$as_me:$LINENO: checking for $ac_func" >&5
35564echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35565if eval "test \"\${$as_ac_var+set}\" = set"; then
35566 echo $ECHO_N "(cached) $ECHO_C" >&6
35567else
35568 cat >conftest.$ac_ext <<_ACEOF
35569/* confdefs.h. */
35570_ACEOF
35571cat confdefs.h >>conftest.$ac_ext
35572cat >>conftest.$ac_ext <<_ACEOF
35573/* end confdefs.h. */
ac1cb8d3
VS
35574/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35575 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35576#define $ac_func innocuous_$ac_func
35577
a848cd7e
SC
35578/* System header to define __stub macros and hopefully few prototypes,
35579 which can conflict with char $ac_func (); below.
35580 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35581 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35582
a848cd7e
SC
35583#ifdef __STDC__
35584# include <limits.h>
35585#else
35586# include <assert.h>
35587#endif
ac1cb8d3
VS
35588
35589#undef $ac_func
35590
a848cd7e
SC
35591/* Override any gcc2 internal prototype to avoid an error. */
35592#ifdef __cplusplus
35593extern "C"
35594{
35595#endif
35596/* We use char because int might match the return type of a gcc2
35597 builtin and then its argument prototype would still apply. */
35598char $ac_func ();
35599/* The GNU C library defines this for functions which it implements
35600 to always fail with ENOSYS. Some functions are actually named
35601 something starting with __ and the normal name is an alias. */
35602#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35603choke me
35604#else
35605char (*f) () = $ac_func;
35606#endif
35607#ifdef __cplusplus
35608}
35609#endif
35610
35611int
35612main ()
35613{
35614return f != $ac_func;
35615 ;
35616 return 0;
35617}
35618_ACEOF
35619rm -f conftest.$ac_objext conftest$ac_exeext
35620if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35621 (eval $ac_link) 2>conftest.er1
a848cd7e 35622 ac_status=$?
ac1cb8d3
VS
35623 grep -v '^ *+' conftest.er1 >conftest.err
35624 rm -f conftest.er1
35625 cat conftest.err >&5
a848cd7e
SC
35626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35627 (exit $ac_status); } &&
07158944 35628 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35630 (eval $ac_try) 2>&5
35631 ac_status=$?
35632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35633 (exit $ac_status); }; } &&
35634 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35636 (eval $ac_try) 2>&5
35637 ac_status=$?
35638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35639 (exit $ac_status); }; }; then
35640 eval "$as_ac_var=yes"
35641else
35642 echo "$as_me: failed program was:" >&5
35643sed 's/^/| /' conftest.$ac_ext >&5
35644
35645eval "$as_ac_var=no"
35646fi
ac1cb8d3
VS
35647rm -f conftest.err conftest.$ac_objext \
35648 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35649fi
35650echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35651echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35652if test `eval echo '${'$as_ac_var'}'` = yes; then
35653 cat >>confdefs.h <<_ACEOF
35654#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35655_ACEOF
35656 cat >>confdefs.h <<\_ACEOF
35657#define HAVE_DLERROR 1
35658_ACEOF
35659
35660else
35661
35662 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
35663echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
35664if test "${ac_cv_lib_dl_dlerror+set}" = set; then
35665 echo $ECHO_N "(cached) $ECHO_C" >&6
35666else
35667 ac_check_lib_save_LIBS=$LIBS
35668LIBS="-ldl $LIBS"
35669cat >conftest.$ac_ext <<_ACEOF
35670/* confdefs.h. */
35671_ACEOF
35672cat confdefs.h >>conftest.$ac_ext
35673cat >>conftest.$ac_ext <<_ACEOF
35674/* end confdefs.h. */
35675
35676/* Override any gcc2 internal prototype to avoid an error. */
35677#ifdef __cplusplus
35678extern "C"
35679#endif
35680/* We use char because int might match the return type of a gcc2
35681 builtin and then its argument prototype would still apply. */
35682char dlerror ();
35683int
35684main ()
35685{
35686dlerror ();
35687 ;
35688 return 0;
35689}
35690_ACEOF
35691rm -f conftest.$ac_objext conftest$ac_exeext
35692if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35693 (eval $ac_link) 2>conftest.er1
a848cd7e 35694 ac_status=$?
ac1cb8d3
VS
35695 grep -v '^ *+' conftest.er1 >conftest.err
35696 rm -f conftest.er1
35697 cat conftest.err >&5
a848cd7e
SC
35698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35699 (exit $ac_status); } &&
07158944 35700 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35702 (eval $ac_try) 2>&5
35703 ac_status=$?
35704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35705 (exit $ac_status); }; } &&
35706 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35708 (eval $ac_try) 2>&5
35709 ac_status=$?
35710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35711 (exit $ac_status); }; }; then
35712 ac_cv_lib_dl_dlerror=yes
35713else
35714 echo "$as_me: failed program was:" >&5
35715sed 's/^/| /' conftest.$ac_ext >&5
35716
35717ac_cv_lib_dl_dlerror=no
35718fi
ac1cb8d3
VS
35719rm -f conftest.err conftest.$ac_objext \
35720 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35721LIBS=$ac_check_lib_save_LIBS
35722fi
35723echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
35724echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
35725if test $ac_cv_lib_dl_dlerror = yes; then
35726 cat >>confdefs.h <<\_ACEOF
35727#define HAVE_DLERROR 1
35728_ACEOF
35729
35730fi
35731
35732
35733
35734fi
35735done
35736
35737 fi
35738 fi
35739
35740 if test "$HAVE_DL_FUNCS" = 0; then
35741 if test "$HAVE_SHL_FUNCS" = 0; then
35742 if test "$USE_UNIX" = 1; then
35743 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
35744echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
35745 wxUSE_DYNAMIC_LOADER=no
35746 wxUSE_DYNLIB_CLASS=no
35747 else
35748 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
35749echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
35750 fi
35751 fi
35752 fi
35753 fi
35754fi
35755
35756if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
35757 cat >>confdefs.h <<\_ACEOF
35758#define wxUSE_DYNAMIC_LOADER 1
35759_ACEOF
35760
35761fi
35762if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
35763 cat >>confdefs.h <<\_ACEOF
35764#define wxUSE_DYNLIB_CLASS 1
35765_ACEOF
35766
35767fi
35768
35769
35770
35771if test "$wxUSE_PLUGINS" = "yes" ; then
35772 if test "$wxUSE_SHARED" = "no" ; then
35773 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
35774echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
35775 wxUSE_PLUGINS=no
35776 fi
35777 if test "$wxUSE_MONOLITHIC" = "yes" ; then
35778 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
35779echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
35780 wxUSE_PLUGINS=no
35781 fi
35782 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
35783 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
35784echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
35785 wxUSE_PLUGINS=no
35786 fi
35787 if test "$wxUSE_PLUGINS" = "yes" ; then
35788 cat >>confdefs.h <<\_ACEOF
35789#define wxUSE_PLUGINS 1
35790_ACEOF
35791
35792 fi
35793fi
35794
35795
35796if test "$wxUSE_STL" = "yes"; then
35797 cat >>confdefs.h <<\_ACEOF
35798#define wxUSE_STL 1
35799_ACEOF
35800
35801fi
35802
35803if test "$wxUSE_APPLE_IEEE" = "yes"; then
35804 cat >>confdefs.h <<\_ACEOF
35805#define wxUSE_APPLE_IEEE 1
35806_ACEOF
35807
35808fi
35809
35810if test "$wxUSE_TIMER" = "yes"; then
35811 cat >>confdefs.h <<\_ACEOF
35812#define wxUSE_TIMER 1
35813_ACEOF
35814
35815fi
35816
35817WITH_PLUGIN_SDL=0
35818if test "$wxUSE_SOUND" = "yes"; then
35819 if test "$USE_UNIX" = "1" ; then
35820
35821for ac_header in sys/soundcard.h
35822do
35823as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35824if eval "test \"\${$as_ac_Header+set}\" = set"; then
35825 echo "$as_me:$LINENO: checking for $ac_header" >&5
35826echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35827if eval "test \"\${$as_ac_Header+set}\" = set"; then
35828 echo $ECHO_N "(cached) $ECHO_C" >&6
35829fi
35830echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35831echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35832else
35833 # Is the header compilable?
35834echo "$as_me:$LINENO: checking $ac_header usability" >&5
35835echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35836cat >conftest.$ac_ext <<_ACEOF
35837/* confdefs.h. */
35838_ACEOF
35839cat confdefs.h >>conftest.$ac_ext
35840cat >>conftest.$ac_ext <<_ACEOF
35841/* end confdefs.h. */
35842$ac_includes_default
35843#include <$ac_header>
35844_ACEOF
35845rm -f conftest.$ac_objext
35846if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35847 (eval $ac_compile) 2>conftest.er1
a848cd7e 35848 ac_status=$?
ac1cb8d3
VS
35849 grep -v '^ *+' conftest.er1 >conftest.err
35850 rm -f conftest.er1
35851 cat conftest.err >&5
a848cd7e
SC
35852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35853 (exit $ac_status); } &&
07158944 35854 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35856 (eval $ac_try) 2>&5
35857 ac_status=$?
35858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35859 (exit $ac_status); }; } &&
35860 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35862 (eval $ac_try) 2>&5
35863 ac_status=$?
35864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35865 (exit $ac_status); }; }; then
35866 ac_header_compiler=yes
35867else
35868 echo "$as_me: failed program was:" >&5
35869sed 's/^/| /' conftest.$ac_ext >&5
35870
35871ac_header_compiler=no
35872fi
ac1cb8d3 35873rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
35874echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35875echo "${ECHO_T}$ac_header_compiler" >&6
35876
35877# Is the header present?
35878echo "$as_me:$LINENO: checking $ac_header presence" >&5
35879echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35880cat >conftest.$ac_ext <<_ACEOF
35881/* confdefs.h. */
35882_ACEOF
35883cat confdefs.h >>conftest.$ac_ext
35884cat >>conftest.$ac_ext <<_ACEOF
35885/* end confdefs.h. */
35886#include <$ac_header>
35887_ACEOF
35888if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35889 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
35890 ac_status=$?
35891 grep -v '^ *+' conftest.er1 >conftest.err
35892 rm -f conftest.er1
35893 cat conftest.err >&5
35894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35895 (exit $ac_status); } >/dev/null; then
35896 if test -s conftest.err; then
35897 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 35898 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
35899 else
35900 ac_cpp_err=
35901 fi
35902else
35903 ac_cpp_err=yes
35904fi
35905if test -z "$ac_cpp_err"; then
35906 ac_header_preproc=yes
35907else
35908 echo "$as_me: failed program was:" >&5
35909sed 's/^/| /' conftest.$ac_ext >&5
35910
35911 ac_header_preproc=no
35912fi
35913rm -f conftest.err conftest.$ac_ext
35914echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35915echo "${ECHO_T}$ac_header_preproc" >&6
35916
35917# So? What about this header?
ac1cb8d3
VS
35918case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35919 yes:no: )
a848cd7e
SC
35920 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35921echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
35922 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35923echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35924 ac_header_preproc=yes
a848cd7e 35925 ;;
ac1cb8d3 35926 no:yes:* )
a848cd7e
SC
35927 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35928echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
35929 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35930echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35931 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35932echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35933 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35934echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
35935 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35936echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
35937 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35938echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
35939 (
35940 cat <<\_ASBOX
ac1cb8d3
VS
35941## ----------------------------------------- ##
35942## Report this to wx-dev@lists.wxwidgets.org ##
35943## ----------------------------------------- ##
a848cd7e
SC
35944_ASBOX
35945 ) |
35946 sed "s/^/$as_me: WARNING: /" >&2
35947 ;;
35948esac
35949echo "$as_me:$LINENO: checking for $ac_header" >&5
35950echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35951if eval "test \"\${$as_ac_Header+set}\" = set"; then
35952 echo $ECHO_N "(cached) $ECHO_C" >&6
35953else
ac1cb8d3 35954 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
35955fi
35956echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35957echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35958
35959fi
35960if test `eval echo '${'$as_ac_Header'}'` = yes; then
35961 cat >>confdefs.h <<_ACEOF
35962#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35963_ACEOF
35964
35965fi
35966
35967done
35968
35969
35970 if test "$wxUSE_LIBSDL" != "no"; then
35971
35972# Check whether --with-sdl-prefix or --without-sdl-prefix was given.
35973if test "${with_sdl_prefix+set}" = set; then
35974 withval="$with_sdl_prefix"
35975 sdl_prefix="$withval"
35976else
35977 sdl_prefix=""
35978fi;
35979
35980# Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
35981if test "${with_sdl_exec_prefix+set}" = set; then
35982 withval="$with_sdl_exec_prefix"
35983 sdl_exec_prefix="$withval"
35984else
35985 sdl_exec_prefix=""
35986fi;
35987# Check whether --enable-sdltest or --disable-sdltest was given.
35988if test "${enable_sdltest+set}" = set; then
35989 enableval="$enable_sdltest"
35990
35991else
35992 enable_sdltest=yes
35993fi;
35994
35995 if test x$sdl_exec_prefix != x ; then
35996 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
35997 if test x${SDL_CONFIG+set} != xset ; then
35998 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
35999 fi
36000 fi
36001 if test x$sdl_prefix != x ; then
36002 sdl_args="$sdl_args --prefix=$sdl_prefix"
36003 if test x${SDL_CONFIG+set} != xset ; then
36004 SDL_CONFIG=$sdl_prefix/bin/sdl-config
36005 fi
36006 fi
36007
36008
36009 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
36010 # Extract the first word of "sdl-config", so it can be a program name with args.
36011set dummy sdl-config; ac_word=$2
36012echo "$as_me:$LINENO: checking for $ac_word" >&5
36013echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36014if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
36015 echo $ECHO_N "(cached) $ECHO_C" >&6
36016else
36017 case $SDL_CONFIG in
36018 [\\/]* | ?:[\\/]*)
36019 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
36020 ;;
36021 *)
36022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36023for as_dir in $PATH
36024do
36025 IFS=$as_save_IFS
36026 test -z "$as_dir" && as_dir=.
36027 for ac_exec_ext in '' $ac_executable_extensions; do
36028 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36029 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36031 break 2
36032 fi
36033done
36034done
36035
36036 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
36037 ;;
36038esac
36039fi
36040SDL_CONFIG=$ac_cv_path_SDL_CONFIG
36041
36042if test -n "$SDL_CONFIG"; then
36043 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
36044echo "${ECHO_T}$SDL_CONFIG" >&6
36045else
36046 echo "$as_me:$LINENO: result: no" >&5
36047echo "${ECHO_T}no" >&6
36048fi
36049
36050 min_sdl_version=1.2.0
36051 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
36052echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
36053 no_sdl=""
36054 if test "$SDL_CONFIG" = "no" ; then
36055 no_sdl=yes
36056 else
36057 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
36058 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
36059
36060 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
36061 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
36062 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
36063 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
36064 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
36065 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
36066 if test "x$enable_sdltest" = "xyes" ; then
36067 ac_save_CFLAGS="$CFLAGS"
94acd38e 36068 ac_save_CXXFLAGS="$CXXFLAGS"
a848cd7e
SC
36069 ac_save_LIBS="$LIBS"
36070 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 36071 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
36072 LIBS="$LIBS $SDL_LIBS"
36073 rm -f conf.sdltest
36074 if test "$cross_compiling" = yes; then
36075 echo $ac_n "cross compiling; assumed OK... $ac_c"
36076else
36077 cat >conftest.$ac_ext <<_ACEOF
36078/* confdefs.h. */
36079_ACEOF
36080cat confdefs.h >>conftest.$ac_ext
36081cat >>conftest.$ac_ext <<_ACEOF
36082/* end confdefs.h. */
36083
36084#include <stdio.h>
36085#include <stdlib.h>
36086#include <string.h>
36087#include "SDL.h"
36088
36089char*
36090my_strdup (char *str)
36091{
36092 char *new_str;
36093
36094 if (str)
36095 {
36096 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
36097 strcpy (new_str, str);
36098 }
36099 else
36100 new_str = NULL;
36101
36102 return new_str;
36103}
36104
36105int main (int argc, char *argv[])
36106{
36107 int major, minor, micro;
36108 char *tmp_version;
36109
36110 /* This hangs on some systems (?)
36111 system ("touch conf.sdltest");
36112 */
36113 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
36114
36115 /* HP/UX 9 (%@#!) writes to sscanf strings */
36116 tmp_version = my_strdup("$min_sdl_version");
36117 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
36118 printf("%s, bad version string\n", "$min_sdl_version");
36119 exit(1);
36120 }
36121
36122 if (($sdl_major_version > major) ||
36123 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
36124 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
36125 {
36126 return 0;
36127 }
36128 else
36129 {
36130 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
36131 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
36132 printf("*** best to upgrade to the required version.\n");
36133 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
36134 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
36135 printf("*** config.cache before re-running configure\n");
36136 return 1;
36137 }
36138}
36139
36140
36141_ACEOF
36142rm -f conftest$ac_exeext
36143if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36144 (eval $ac_link) 2>&5
36145 ac_status=$?
36146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36147 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
36148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36149 (eval $ac_try) 2>&5
36150 ac_status=$?
36151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36152 (exit $ac_status); }; }; then
36153 :
36154else
36155 echo "$as_me: program exited with status $ac_status" >&5
36156echo "$as_me: failed program was:" >&5
36157sed 's/^/| /' conftest.$ac_ext >&5
36158
36159( exit $ac_status )
36160no_sdl=yes
36161fi
ac1cb8d3 36162rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36163fi
36164 CFLAGS="$ac_save_CFLAGS"
94acd38e 36165 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
36166 LIBS="$ac_save_LIBS"
36167 fi
36168 fi
36169 if test "x$no_sdl" = x ; then
36170 echo "$as_me:$LINENO: result: yes" >&5
36171echo "${ECHO_T}yes" >&6
36172
36173 EXTRALIBS_SDL="$SDL_LIBS"
36174 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
36175 cat >>confdefs.h <<\_ACEOF
36176#define wxUSE_LIBSDL 1
36177_ACEOF
36178
36179
36180 else
36181 echo "$as_me:$LINENO: result: no" >&5
36182echo "${ECHO_T}no" >&6
36183 if test "$SDL_CONFIG" = "no" ; then
36184 echo "*** The sdl-config script installed by SDL could not be found"
36185 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
36186 echo "*** your path, or set the SDL_CONFIG environment variable to the"
36187 echo "*** full path to sdl-config."
36188 else
36189 if test -f conf.sdltest ; then
36190 :
36191 else
36192 echo "*** Could not run SDL test program, checking why..."
36193 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 36194 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
36195 LIBS="$LIBS $SDL_LIBS"
36196 cat >conftest.$ac_ext <<_ACEOF
36197/* confdefs.h. */
36198_ACEOF
36199cat confdefs.h >>conftest.$ac_ext
36200cat >>conftest.$ac_ext <<_ACEOF
36201/* end confdefs.h. */
36202
36203#include <stdio.h>
36204#include "SDL.h"
36205
36206int main(int argc, char *argv[])
36207{ return 0; }
36208#undef main
36209#define main K_and_R_C_main
36210
36211int
36212main ()
36213{
36214 return 0;
36215 ;
36216 return 0;
36217}
36218_ACEOF
36219rm -f conftest.$ac_objext conftest$ac_exeext
36220if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36221 (eval $ac_link) 2>conftest.er1
a848cd7e 36222 ac_status=$?
ac1cb8d3
VS
36223 grep -v '^ *+' conftest.er1 >conftest.err
36224 rm -f conftest.er1
36225 cat conftest.err >&5
a848cd7e
SC
36226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36227 (exit $ac_status); } &&
07158944 36228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36230 (eval $ac_try) 2>&5
36231 ac_status=$?
36232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36233 (exit $ac_status); }; } &&
36234 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36236 (eval $ac_try) 2>&5
36237 ac_status=$?
36238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36239 (exit $ac_status); }; }; then
36240 echo "*** The test program compiled, but did not run. This usually means"
36241 echo "*** that the run-time linker is not finding SDL or finding the wrong"
36242 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
36243 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
36244 echo "*** to the installed location Also, make sure you have run ldconfig if that"
36245 echo "*** is required on your system"
36246 echo "***"
36247 echo "*** If you have an old version installed, it is best to remove it, although"
36248 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
36249else
36250 echo "$as_me: failed program was:" >&5
36251sed 's/^/| /' conftest.$ac_ext >&5
36252
36253 echo "*** The test program failed to compile or link. See the file config.log for the"
36254 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
36255 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
36256 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
36257fi
ac1cb8d3
VS
36258rm -f conftest.err conftest.$ac_objext \
36259 conftest$ac_exeext conftest.$ac_ext
a848cd7e 36260 CFLAGS="$ac_save_CFLAGS"
94acd38e 36261 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
36262 LIBS="$ac_save_LIBS"
36263 fi
36264 fi
36265 SDL_CFLAGS=""
36266 SDL_LIBS=""
36267 wxUSE_LIBSDL="no"
36268 fi
36269
36270
36271 rm -f conf.sdltest
36272
36273 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
36274 WITH_PLUGIN_SDL=1
36275 fi
36276 fi
36277 fi
36278
36279 cat >>confdefs.h <<\_ACEOF
36280#define wxUSE_SOUND 1
36281_ACEOF
36282
36283 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
36284fi
36285
d1c38808
VZ
36286if test "$WXGTK20" = 1; then
36287 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
36288 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
36289
36290
36291 succeeded=no
36292
36293 if test -z "$PKG_CONFIG"; then
36294 # Extract the first word of "pkg-config", so it can be a program name with args.
36295set dummy pkg-config; ac_word=$2
36296echo "$as_me:$LINENO: checking for $ac_word" >&5
36297echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
36298if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
36299 echo $ECHO_N "(cached) $ECHO_C" >&6
36300else
36301 case $PKG_CONFIG in
36302 [\\/]* | ?:[\\/]*)
36303 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
36304 ;;
36305 *)
36306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
36307for as_dir in $PATH
36308do
36309 IFS=$as_save_IFS
36310 test -z "$as_dir" && as_dir=.
36311 for ac_exec_ext in '' $ac_executable_extensions; do
36312 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36313 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
36315 break 2
36316 fi
36317done
36318done
36319
36320 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
36321 ;;
36322esac
36323fi
36324PKG_CONFIG=$ac_cv_path_PKG_CONFIG
36325
36326if test -n "$PKG_CONFIG"; then
36327 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
36328echo "${ECHO_T}$PKG_CONFIG" >&6
36329else
36330 echo "$as_me:$LINENO: result: no" >&5
36331echo "${ECHO_T}no" >&6
36332fi
36333
36334 fi
36335
36336 if test "$PKG_CONFIG" = "no" ; then
36337 echo "*** The pkg-config script could not be found. Make sure it is"
36338 echo "*** in your path, or set the PKG_CONFIG environment variable"
36339 echo "*** to the full path to pkg-config."
36340 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
36341 else
36342 PKG_CONFIG_MIN_VERSION=0.9.0
36343 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
ffa762ff
VS
36344 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
36345echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
d1c38808 36346
ffa762ff 36347 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
d1c38808
VZ
36348 echo "$as_me:$LINENO: result: yes" >&5
36349echo "${ECHO_T}yes" >&6
36350 succeeded=yes
36351
36352 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
36353echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
ffa762ff 36354 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
36355 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
36356echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
36357
36358 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
36359echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
ffa762ff 36360 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
36361 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
36362echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
36363 else
36364 LIBGNOMEPRINTUI_CFLAGS=""
36365 LIBGNOMEPRINTUI_LIBS=""
36366 ## If we have a custom action on failure, don't print errors, but
36367 ## do set a variable so people can do so.
ffa762ff 36368 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
36369
36370 fi
36371
36372
36373
36374 else
36375 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
36376 echo "*** See http://www.freedesktop.org/software/pkgconfig"
36377 fi
36378 fi
36379
36380 if test $succeeded = yes; then
36381
d1c38808
VZ
36382 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
36383 cat >>confdefs.h <<\_ACEOF
36384#define wxUSE_LIBGNOMEPRINT 1
36385_ACEOF
36386
36387
36388 else
36389
36390 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
36391echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
36392 wxUSE_LIBGNOMEPRINT="no"
36393
36394
36395 fi
36396
36397 fi
36398 fi
36399fi
36400
36401
a848cd7e
SC
36402if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
36403 cat >>confdefs.h <<\_ACEOF
36404#define wxUSE_CMDLINE_PARSER 1
36405_ACEOF
36406
36407fi
36408
36409if test "$wxUSE_STOPWATCH" = "yes"; then
36410 cat >>confdefs.h <<\_ACEOF
36411#define wxUSE_STOPWATCH 1
36412_ACEOF
36413
36414fi
36415
36416if test "$wxUSE_DATETIME" = "yes"; then
36417 cat >>confdefs.h <<\_ACEOF
36418#define wxUSE_DATETIME 1
36419_ACEOF
36420
36421fi
36422
36423if test "$wxUSE_FILE" = "yes"; then
36424 cat >>confdefs.h <<\_ACEOF
36425#define wxUSE_FILE 1
36426_ACEOF
36427
36428fi
36429
36430if test "$wxUSE_FFILE" = "yes"; then
36431 cat >>confdefs.h <<\_ACEOF
36432#define wxUSE_FFILE 1
36433_ACEOF
36434
36435fi
36436
36437if test "$wxUSE_FILESYSTEM" = "yes"; then
36438 cat >>confdefs.h <<\_ACEOF
36439#define wxUSE_FILESYSTEM 1
36440_ACEOF
36441
36442fi
36443
36444if test "$wxUSE_FS_ZIP" = "yes"; then
36445 cat >>confdefs.h <<\_ACEOF
36446#define wxUSE_FS_ZIP 1
36447_ACEOF
36448
36449fi
36450
9e8e867f 36451if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
a848cd7e 36452 cat >>confdefs.h <<\_ACEOF
9e8e867f 36453#define wxUSE_ARCHIVE_STREAMS 1
81f90336
MW
36454_ACEOF
36455
36456fi
36457
36458if test "$wxUSE_ZIPSTREAM" = "yes"; then
9e8e867f 36459 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
81f90336
MW
36460 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
36461echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
36462 elif test "$wxUSE_ZLIB" = "no"; then
36463 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
36464echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
36465 else
36466 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
36467#define wxUSE_ZIPSTREAM 1
36468_ACEOF
36469
81f90336 36470 fi
a848cd7e
SC
36471fi
36472
a848cd7e
SC
36473if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
36474 cat >>confdefs.h <<\_ACEOF
36475#define wxUSE_ON_FATAL_EXCEPTION 1
36476_ACEOF
36477
36478fi
36479
eaff0f0d
VZ
36480if test "$wxUSE_STACKWALKER" = "yes"; then
36481 cat >>confdefs.h <<\_ACEOF
36482#define wxUSE_STACKWALKER 1
36483_ACEOF
36484
36485fi
36486
36b6448c
VZ
36487if test "$wxUSE_DEBUGREPORT" = "yes"; then
36488 cat >>confdefs.h <<\_ACEOF
36489#define wxUSE_DEBUGREPORT 1
36490_ACEOF
36491
a603d77e 36492 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
36b6448c
VZ
36493fi
36494
a848cd7e
SC
36495if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
36496 cat >>confdefs.h <<\_ACEOF
36497#define wxUSE_SNGLINST_CHECKER 1
36498_ACEOF
36499
36500fi
36501
36502if test "$wxUSE_BUSYINFO" = "yes"; then
36503 cat >>confdefs.h <<\_ACEOF
36504#define wxUSE_BUSYINFO 1
36505_ACEOF
36506
36507fi
36508
36509if test "$wxUSE_STD_IOSTREAM" = "yes"; then
36510 cat >>confdefs.h <<\_ACEOF
36511#define wxUSE_STD_IOSTREAM 1
36512_ACEOF
36513
36514fi
36515
07158944
VZ
36516if test "$wxUSE_STDPATHS" = "yes"; then
36517 cat >>confdefs.h <<\_ACEOF
36518#define wxUSE_STDPATHS 1
36519_ACEOF
36520
36521fi
36522
a848cd7e
SC
36523if test "$wxUSE_TEXTBUFFER" = "yes"; then
36524 cat >>confdefs.h <<\_ACEOF
36525#define wxUSE_TEXTBUFFER 1
36526_ACEOF
36527
36528fi
36529
36530if test "$wxUSE_TEXTFILE" = "yes"; then
36531 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
36532 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
36533echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
36534 else
36535 cat >>confdefs.h <<\_ACEOF
36536#define wxUSE_TEXTFILE 1
36537_ACEOF
36538
36539 fi
36540fi
36541
36542if test "$wxUSE_CONFIG" = "yes" ; then
36543 if test "$wxUSE_TEXTFILE" != "yes"; then
36544 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
36545echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
36546 else
36547 cat >>confdefs.h <<\_ACEOF
36548#define wxUSE_CONFIG 1
89be85c2
VS
36549_ACEOF
36550
36551 cat >>confdefs.h <<\_ACEOF
36552#define wxUSE_CONFIG_NATIVE 1
a848cd7e
SC
36553_ACEOF
36554
36555 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
36556 fi
36557fi
36558
36559if test "$wxUSE_INTL" = "yes" ; then
36560 if test "$wxUSE_FILE" != "yes"; then
36561 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
36562echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
36563 else
36564 cat >>confdefs.h <<\_ACEOF
36565#define wxUSE_INTL 1
36566_ACEOF
36567
36568 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
36569 GUIDIST="$GUIDIST INTL_DIST"
36570 fi
36571fi
36572
36573if test "$wxUSE_LOG" = "yes"; then
36574 cat >>confdefs.h <<\_ACEOF
36575#define wxUSE_LOG 1
36576_ACEOF
36577
36578
36579 if test "$wxUSE_LOGGUI" = "yes"; then
36580 cat >>confdefs.h <<\_ACEOF
36581#define wxUSE_LOGGUI 1
36582_ACEOF
36583
36584 fi
36585
36586 if test "$wxUSE_LOGWINDOW" = "yes"; then
36587 cat >>confdefs.h <<\_ACEOF
36588#define wxUSE_LOGWINDOW 1
36589_ACEOF
36590
36591 fi
36592
36593 if test "$wxUSE_LOGDIALOG" = "yes"; then
36594 cat >>confdefs.h <<\_ACEOF
36595#define wxUSE_LOG_DIALOG 1
36596_ACEOF
36597
36598 fi
0b78747f
MW
36599
36600 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
a848cd7e
SC
36601fi
36602
36603if test "$wxUSE_LONGLONG" = "yes"; then
36604 cat >>confdefs.h <<\_ACEOF
36605#define wxUSE_LONGLONG 1
36606_ACEOF
36607
36608fi
36609
36610if test "$wxUSE_GEOMETRY" = "yes"; then
36611 cat >>confdefs.h <<\_ACEOF
36612#define wxUSE_GEOMETRY 1
36613_ACEOF
36614
36615fi
36616
a848cd7e
SC
36617if test "$wxUSE_STREAMS" = "yes" ; then
36618 cat >>confdefs.h <<\_ACEOF
36619#define wxUSE_STREAMS 1
36620_ACEOF
36621
36622fi
36623
36624
36625if test "$wxUSE_DATETIME" = "yes"; then
36626
36627for ac_func in strptime
36628do
36629as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36630echo "$as_me:$LINENO: checking for $ac_func" >&5
36631echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36632if eval "test \"\${$as_ac_var+set}\" = set"; then
36633 echo $ECHO_N "(cached) $ECHO_C" >&6
36634else
36635 cat >conftest.$ac_ext <<_ACEOF
36636/* confdefs.h. */
36637_ACEOF
36638cat confdefs.h >>conftest.$ac_ext
36639cat >>conftest.$ac_ext <<_ACEOF
36640/* end confdefs.h. */
ac1cb8d3
VS
36641/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36642 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36643#define $ac_func innocuous_$ac_func
36644
a848cd7e
SC
36645/* System header to define __stub macros and hopefully few prototypes,
36646 which can conflict with char $ac_func (); below.
36647 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36648 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36649
a848cd7e
SC
36650#ifdef __STDC__
36651# include <limits.h>
36652#else
36653# include <assert.h>
36654#endif
ac1cb8d3
VS
36655
36656#undef $ac_func
36657
a848cd7e
SC
36658/* Override any gcc2 internal prototype to avoid an error. */
36659#ifdef __cplusplus
36660extern "C"
36661{
36662#endif
36663/* We use char because int might match the return type of a gcc2
36664 builtin and then its argument prototype would still apply. */
36665char $ac_func ();
36666/* The GNU C library defines this for functions which it implements
36667 to always fail with ENOSYS. Some functions are actually named
36668 something starting with __ and the normal name is an alias. */
36669#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36670choke me
36671#else
36672char (*f) () = $ac_func;
36673#endif
36674#ifdef __cplusplus
36675}
36676#endif
36677
36678int
36679main ()
36680{
36681return f != $ac_func;
36682 ;
36683 return 0;
36684}
36685_ACEOF
36686rm -f conftest.$ac_objext conftest$ac_exeext
36687if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36688 (eval $ac_link) 2>conftest.er1
a848cd7e 36689 ac_status=$?
ac1cb8d3
VS
36690 grep -v '^ *+' conftest.er1 >conftest.err
36691 rm -f conftest.er1
36692 cat conftest.err >&5
a848cd7e
SC
36693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36694 (exit $ac_status); } &&
07158944 36695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36697 (eval $ac_try) 2>&5
36698 ac_status=$?
36699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36700 (exit $ac_status); }; } &&
36701 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36703 (eval $ac_try) 2>&5
36704 ac_status=$?
36705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36706 (exit $ac_status); }; }; then
36707 eval "$as_ac_var=yes"
36708else
36709 echo "$as_me: failed program was:" >&5
36710sed 's/^/| /' conftest.$ac_ext >&5
36711
36712eval "$as_ac_var=no"
36713fi
ac1cb8d3
VS
36714rm -f conftest.err conftest.$ac_objext \
36715 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36716fi
36717echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36718echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36719if test `eval echo '${'$as_ac_var'}'` = yes; then
36720 cat >>confdefs.h <<_ACEOF
36721#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36722_ACEOF
36723
36724fi
36725done
36726
36727
36728 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
36729echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
36730if test "${wx_cv_var_timezone+set}" = set; then
36731 echo $ECHO_N "(cached) $ECHO_C" >&6
36732else
36733
36734 cat >conftest.$ac_ext <<_ACEOF
36735/* confdefs.h. */
36736_ACEOF
36737cat confdefs.h >>conftest.$ac_ext
36738cat >>conftest.$ac_ext <<_ACEOF
36739/* end confdefs.h. */
36740
36741 #include <time.h>
36742
36743int
36744main ()
36745{
36746
36747 int tz;
36748 tz = timezone;
36749
36750 ;
36751 return 0;
36752}
36753_ACEOF
36754rm -f conftest.$ac_objext
36755if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36756 (eval $ac_compile) 2>conftest.er1
a848cd7e 36757 ac_status=$?
ac1cb8d3
VS
36758 grep -v '^ *+' conftest.er1 >conftest.err
36759 rm -f conftest.er1
36760 cat conftest.err >&5
a848cd7e
SC
36761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36762 (exit $ac_status); } &&
07158944 36763 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36765 (eval $ac_try) 2>&5
36766 ac_status=$?
36767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36768 (exit $ac_status); }; } &&
36769 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36771 (eval $ac_try) 2>&5
36772 ac_status=$?
36773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36774 (exit $ac_status); }; }; then
36775
36776 wx_cv_var_timezone=timezone
36777
36778else
36779 echo "$as_me: failed program was:" >&5
36780sed 's/^/| /' conftest.$ac_ext >&5
36781
36782
36783 cat >conftest.$ac_ext <<_ACEOF
36784/* confdefs.h. */
36785_ACEOF
36786cat confdefs.h >>conftest.$ac_ext
36787cat >>conftest.$ac_ext <<_ACEOF
36788/* end confdefs.h. */
36789
36790 #include <time.h>
36791
36792int
36793main ()
36794{
36795
36796 int tz;
36797 tz = _timezone;
36798
36799 ;
36800 return 0;
36801}
36802_ACEOF
36803rm -f conftest.$ac_objext
36804if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36805 (eval $ac_compile) 2>conftest.er1
a848cd7e 36806 ac_status=$?
ac1cb8d3
VS
36807 grep -v '^ *+' conftest.er1 >conftest.err
36808 rm -f conftest.er1
36809 cat conftest.err >&5
a848cd7e
SC
36810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36811 (exit $ac_status); } &&
07158944 36812 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36814 (eval $ac_try) 2>&5
36815 ac_status=$?
36816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36817 (exit $ac_status); }; } &&
36818 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36820 (eval $ac_try) 2>&5
36821 ac_status=$?
36822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36823 (exit $ac_status); }; }; then
36824
36825 wx_cv_var_timezone=_timezone
36826
36827else
36828 echo "$as_me: failed program was:" >&5
36829sed 's/^/| /' conftest.$ac_ext >&5
36830
36831
36832 cat >conftest.$ac_ext <<_ACEOF
36833/* confdefs.h. */
36834_ACEOF
36835cat confdefs.h >>conftest.$ac_ext
36836cat >>conftest.$ac_ext <<_ACEOF
36837/* end confdefs.h. */
36838
36839 #include <time.h>
36840
36841int
36842main ()
36843{
36844
36845 int tz;
36846 tz = __timezone;
36847
36848 ;
36849 return 0;
36850}
36851_ACEOF
36852rm -f conftest.$ac_objext
36853if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36854 (eval $ac_compile) 2>conftest.er1
a848cd7e 36855 ac_status=$?
ac1cb8d3
VS
36856 grep -v '^ *+' conftest.er1 >conftest.err
36857 rm -f conftest.er1
36858 cat conftest.err >&5
a848cd7e
SC
36859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36860 (exit $ac_status); } &&
07158944 36861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36863 (eval $ac_try) 2>&5
36864 ac_status=$?
36865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36866 (exit $ac_status); }; } &&
36867 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36869 (eval $ac_try) 2>&5
36870 ac_status=$?
36871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36872 (exit $ac_status); }; }; then
36873
36874 wx_cv_var_timezone=__timezone
36875
36876else
36877 echo "$as_me: failed program was:" >&5
36878sed 's/^/| /' conftest.$ac_ext >&5
36879
36880
36881 if test "$USE_DOS" = 0 ; then
36882 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
36883echo "$as_me: WARNING: no timezone variable" >&2;}
36884 fi
36885
36886
36887fi
ac1cb8d3 36888rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36889
36890
36891fi
ac1cb8d3 36892rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36893
36894
36895fi
ac1cb8d3 36896rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36897
36898
36899fi
36900echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
36901echo "${ECHO_T}$wx_cv_var_timezone" >&6
36902
36903 if test "x$wx_cv_var_timezone" != x ; then
36904 cat >>confdefs.h <<_ACEOF
36905#define WX_TIMEZONE $wx_cv_var_timezone
36906_ACEOF
36907
36908 fi
36909
36910
36911for ac_func in localtime
36912do
36913as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36914echo "$as_me:$LINENO: checking for $ac_func" >&5
36915echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36916if eval "test \"\${$as_ac_var+set}\" = set"; then
36917 echo $ECHO_N "(cached) $ECHO_C" >&6
36918else
36919 cat >conftest.$ac_ext <<_ACEOF
36920/* confdefs.h. */
36921_ACEOF
36922cat confdefs.h >>conftest.$ac_ext
36923cat >>conftest.$ac_ext <<_ACEOF
36924/* end confdefs.h. */
ac1cb8d3
VS
36925/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36926 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36927#define $ac_func innocuous_$ac_func
36928
a848cd7e
SC
36929/* System header to define __stub macros and hopefully few prototypes,
36930 which can conflict with char $ac_func (); below.
36931 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36932 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36933
a848cd7e
SC
36934#ifdef __STDC__
36935# include <limits.h>
36936#else
36937# include <assert.h>
36938#endif
ac1cb8d3
VS
36939
36940#undef $ac_func
36941
a848cd7e
SC
36942/* Override any gcc2 internal prototype to avoid an error. */
36943#ifdef __cplusplus
36944extern "C"
36945{
36946#endif
36947/* We use char because int might match the return type of a gcc2
36948 builtin and then its argument prototype would still apply. */
36949char $ac_func ();
36950/* The GNU C library defines this for functions which it implements
36951 to always fail with ENOSYS. Some functions are actually named
36952 something starting with __ and the normal name is an alias. */
36953#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36954choke me
36955#else
36956char (*f) () = $ac_func;
36957#endif
36958#ifdef __cplusplus
36959}
36960#endif
36961
36962int
36963main ()
36964{
36965return f != $ac_func;
36966 ;
36967 return 0;
36968}
36969_ACEOF
36970rm -f conftest.$ac_objext conftest$ac_exeext
36971if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36972 (eval $ac_link) 2>conftest.er1
a848cd7e 36973 ac_status=$?
ac1cb8d3
VS
36974 grep -v '^ *+' conftest.er1 >conftest.err
36975 rm -f conftest.er1
36976 cat conftest.err >&5
a848cd7e
SC
36977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36978 (exit $ac_status); } &&
07158944 36979 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36981 (eval $ac_try) 2>&5
36982 ac_status=$?
36983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36984 (exit $ac_status); }; } &&
36985 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36987 (eval $ac_try) 2>&5
36988 ac_status=$?
36989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36990 (exit $ac_status); }; }; then
36991 eval "$as_ac_var=yes"
36992else
36993 echo "$as_me: failed program was:" >&5
36994sed 's/^/| /' conftest.$ac_ext >&5
36995
36996eval "$as_ac_var=no"
36997fi
ac1cb8d3
VS
36998rm -f conftest.err conftest.$ac_objext \
36999 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37000fi
37001echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37002echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37003if test `eval echo '${'$as_ac_var'}'` = yes; then
37004 cat >>confdefs.h <<_ACEOF
37005#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37006_ACEOF
37007
37008fi
37009done
37010
37011
37012 if test "$ac_cv_func_localtime" = "yes"; then
37013 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
37014echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
37015if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
37016 echo $ECHO_N "(cached) $ECHO_C" >&6
37017else
37018
37019 cat >conftest.$ac_ext <<_ACEOF
37020/* confdefs.h. */
37021_ACEOF
37022cat confdefs.h >>conftest.$ac_ext
37023cat >>conftest.$ac_ext <<_ACEOF
37024/* end confdefs.h. */
37025
37026 #include <time.h>
37027
37028int
37029main ()
37030{
37031
37032 struct tm tm;
37033 tm.tm_gmtoff++;
37034
37035 ;
37036 return 0;
37037}
37038_ACEOF
37039rm -f conftest.$ac_objext
37040if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37041 (eval $ac_compile) 2>conftest.er1
a848cd7e 37042 ac_status=$?
ac1cb8d3
VS
37043 grep -v '^ *+' conftest.er1 >conftest.err
37044 rm -f conftest.er1
37045 cat conftest.err >&5
a848cd7e
SC
37046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37047 (exit $ac_status); } &&
07158944 37048 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37050 (eval $ac_try) 2>&5
37051 ac_status=$?
37052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37053 (exit $ac_status); }; } &&
37054 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37056 (eval $ac_try) 2>&5
37057 ac_status=$?
37058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37059 (exit $ac_status); }; }; then
37060
37061 wx_cv_struct_tm_has_gmtoff=yes
37062
37063else
37064 echo "$as_me: failed program was:" >&5
37065sed 's/^/| /' conftest.$ac_ext >&5
37066
37067wx_cv_struct_tm_has_gmtoff=no
37068
37069fi
ac1cb8d3 37070rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37071
37072fi
37073echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
37074echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
37075 fi
37076
37077 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
37078 cat >>confdefs.h <<\_ACEOF
37079#define WX_GMTOFF_IN_TM 1
37080_ACEOF
37081
37082 fi
37083
37084
37085
37086for ac_func in gettimeofday ftime
37087do
37088as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37089echo "$as_me:$LINENO: checking for $ac_func" >&5
37090echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37091if eval "test \"\${$as_ac_var+set}\" = set"; then
37092 echo $ECHO_N "(cached) $ECHO_C" >&6
37093else
37094 cat >conftest.$ac_ext <<_ACEOF
37095/* confdefs.h. */
37096_ACEOF
37097cat confdefs.h >>conftest.$ac_ext
37098cat >>conftest.$ac_ext <<_ACEOF
37099/* end confdefs.h. */
ac1cb8d3
VS
37100/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37101 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37102#define $ac_func innocuous_$ac_func
37103
a848cd7e
SC
37104/* System header to define __stub macros and hopefully few prototypes,
37105 which can conflict with char $ac_func (); below.
37106 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37107 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37108
a848cd7e
SC
37109#ifdef __STDC__
37110# include <limits.h>
37111#else
37112# include <assert.h>
37113#endif
ac1cb8d3
VS
37114
37115#undef $ac_func
37116
a848cd7e
SC
37117/* Override any gcc2 internal prototype to avoid an error. */
37118#ifdef __cplusplus
37119extern "C"
37120{
37121#endif
37122/* We use char because int might match the return type of a gcc2
37123 builtin and then its argument prototype would still apply. */
37124char $ac_func ();
37125/* The GNU C library defines this for functions which it implements
37126 to always fail with ENOSYS. Some functions are actually named
37127 something starting with __ and the normal name is an alias. */
37128#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37129choke me
37130#else
37131char (*f) () = $ac_func;
37132#endif
37133#ifdef __cplusplus
37134}
37135#endif
37136
37137int
37138main ()
37139{
37140return f != $ac_func;
37141 ;
37142 return 0;
37143}
37144_ACEOF
37145rm -f conftest.$ac_objext conftest$ac_exeext
37146if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37147 (eval $ac_link) 2>conftest.er1
a848cd7e 37148 ac_status=$?
ac1cb8d3
VS
37149 grep -v '^ *+' conftest.er1 >conftest.err
37150 rm -f conftest.er1
37151 cat conftest.err >&5
a848cd7e
SC
37152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37153 (exit $ac_status); } &&
07158944 37154 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37156 (eval $ac_try) 2>&5
37157 ac_status=$?
37158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37159 (exit $ac_status); }; } &&
37160 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37162 (eval $ac_try) 2>&5
37163 ac_status=$?
37164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37165 (exit $ac_status); }; }; then
37166 eval "$as_ac_var=yes"
37167else
37168 echo "$as_me: failed program was:" >&5
37169sed 's/^/| /' conftest.$ac_ext >&5
37170
37171eval "$as_ac_var=no"
37172fi
ac1cb8d3
VS
37173rm -f conftest.err conftest.$ac_objext \
37174 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37175fi
37176echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37177echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37178if test `eval echo '${'$as_ac_var'}'` = yes; then
37179 cat >>confdefs.h <<_ACEOF
37180#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37181_ACEOF
37182 break
37183fi
37184done
37185
37186
37187 if test "$ac_cv_func_gettimeofday" = "yes"; then
37188 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
37189echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
37190if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
37191 echo $ECHO_N "(cached) $ECHO_C" >&6
37192else
37193
37194
37195
37196 ac_ext=cc
37197ac_cpp='$CXXCPP $CPPFLAGS'
37198ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37199ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37200ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37201
37202
37203 cat >conftest.$ac_ext <<_ACEOF
37204/* confdefs.h. */
37205_ACEOF
37206cat confdefs.h >>conftest.$ac_ext
37207cat >>conftest.$ac_ext <<_ACEOF
37208/* end confdefs.h. */
37209
37210 #include <sys/time.h>
37211 #include <unistd.h>
37212
37213int
37214main ()
37215{
37216
37217 struct timeval tv;
37218 gettimeofday(&tv, NULL);
37219
37220 ;
37221 return 0;
37222}
37223_ACEOF
37224rm -f conftest.$ac_objext
37225if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37226 (eval $ac_compile) 2>conftest.er1
a848cd7e 37227 ac_status=$?
ac1cb8d3
VS
37228 grep -v '^ *+' conftest.er1 >conftest.err
37229 rm -f conftest.er1
37230 cat conftest.err >&5
a848cd7e
SC
37231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37232 (exit $ac_status); } &&
07158944 37233 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37235 (eval $ac_try) 2>&5
37236 ac_status=$?
37237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37238 (exit $ac_status); }; } &&
37239 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37241 (eval $ac_try) 2>&5
37242 ac_status=$?
37243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37244 (exit $ac_status); }; }; then
37245 wx_cv_func_gettimeofday_has_2_args=yes
37246else
37247 echo "$as_me: failed program was:" >&5
37248sed 's/^/| /' conftest.$ac_ext >&5
37249
37250cat >conftest.$ac_ext <<_ACEOF
37251/* confdefs.h. */
37252_ACEOF
37253cat confdefs.h >>conftest.$ac_ext
37254cat >>conftest.$ac_ext <<_ACEOF
37255/* end confdefs.h. */
37256
37257 #include <sys/time.h>
37258 #include <unistd.h>
37259
37260int
37261main ()
37262{
37263
37264 struct timeval tv;
37265 gettimeofday(&tv);
37266
37267 ;
37268 return 0;
37269}
37270_ACEOF
37271rm -f conftest.$ac_objext
37272if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37273 (eval $ac_compile) 2>conftest.er1
a848cd7e 37274 ac_status=$?
ac1cb8d3
VS
37275 grep -v '^ *+' conftest.er1 >conftest.err
37276 rm -f conftest.er1
37277 cat conftest.err >&5
a848cd7e
SC
37278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37279 (exit $ac_status); } &&
07158944 37280 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37282 (eval $ac_try) 2>&5
37283 ac_status=$?
37284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37285 (exit $ac_status); }; } &&
37286 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37288 (eval $ac_try) 2>&5
37289 ac_status=$?
37290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37291 (exit $ac_status); }; }; then
37292 wx_cv_func_gettimeofday_has_2_args=no
37293else
37294 echo "$as_me: failed program was:" >&5
37295sed 's/^/| /' conftest.$ac_ext >&5
37296
37297
37298 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
37299echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
37300 wx_cv_func_gettimeofday_has_2_args=unknown
37301
37302
37303fi
ac1cb8d3 37304rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37305
37306fi
ac1cb8d3 37307rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37308 ac_ext=c
37309ac_cpp='$CPP $CPPFLAGS'
37310ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37311ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37312ac_compiler_gnu=$ac_cv_c_compiler_gnu
37313
37314
37315fi
37316echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
37317echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
37318
37319 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
37320 cat >>confdefs.h <<\_ACEOF
37321#define WX_GETTIMEOFDAY_NO_TZ 1
37322_ACEOF
37323
37324 fi
37325 fi
37326
37327 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
37328fi
37329
37330
37331if test "$wxUSE_SOCKETS" = "yes"; then
37332 if test "$wxUSE_MGL" = "1"; then
37333 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
37334echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
37335 wxUSE_SOCKETS="no"
37336 fi
37337fi
37338
37339if test "$wxUSE_SOCKETS" = "yes"; then
37340 if test "$TOOLKIT" != "MSW"; then
37341 echo "$as_me:$LINENO: checking for socket" >&5
37342echo $ECHO_N "checking for socket... $ECHO_C" >&6
37343if test "${ac_cv_func_socket+set}" = set; then
37344 echo $ECHO_N "(cached) $ECHO_C" >&6
37345else
37346 cat >conftest.$ac_ext <<_ACEOF
37347/* confdefs.h. */
37348_ACEOF
37349cat confdefs.h >>conftest.$ac_ext
37350cat >>conftest.$ac_ext <<_ACEOF
37351/* end confdefs.h. */
ac1cb8d3
VS
37352/* Define socket to an innocuous variant, in case <limits.h> declares socket.
37353 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37354#define socket innocuous_socket
37355
a848cd7e
SC
37356/* System header to define __stub macros and hopefully few prototypes,
37357 which can conflict with char socket (); below.
37358 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37359 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37360
a848cd7e
SC
37361#ifdef __STDC__
37362# include <limits.h>
37363#else
37364# include <assert.h>
37365#endif
ac1cb8d3
VS
37366
37367#undef socket
37368
a848cd7e
SC
37369/* Override any gcc2 internal prototype to avoid an error. */
37370#ifdef __cplusplus
37371extern "C"
37372{
37373#endif
37374/* We use char because int might match the return type of a gcc2
37375 builtin and then its argument prototype would still apply. */
37376char socket ();
37377/* The GNU C library defines this for functions which it implements
37378 to always fail with ENOSYS. Some functions are actually named
37379 something starting with __ and the normal name is an alias. */
37380#if defined (__stub_socket) || defined (__stub___socket)
37381choke me
37382#else
37383char (*f) () = socket;
37384#endif
37385#ifdef __cplusplus
37386}
37387#endif
37388
37389int
37390main ()
37391{
37392return f != socket;
37393 ;
37394 return 0;
37395}
37396_ACEOF
37397rm -f conftest.$ac_objext conftest$ac_exeext
37398if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37399 (eval $ac_link) 2>conftest.er1
a848cd7e 37400 ac_status=$?
ac1cb8d3
VS
37401 grep -v '^ *+' conftest.er1 >conftest.err
37402 rm -f conftest.er1
37403 cat conftest.err >&5
a848cd7e
SC
37404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37405 (exit $ac_status); } &&
07158944 37406 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37408 (eval $ac_try) 2>&5
37409 ac_status=$?
37410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37411 (exit $ac_status); }; } &&
37412 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37414 (eval $ac_try) 2>&5
37415 ac_status=$?
37416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37417 (exit $ac_status); }; }; then
37418 ac_cv_func_socket=yes
37419else
37420 echo "$as_me: failed program was:" >&5
37421sed 's/^/| /' conftest.$ac_ext >&5
37422
37423ac_cv_func_socket=no
37424fi
ac1cb8d3
VS
37425rm -f conftest.err conftest.$ac_objext \
37426 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37427fi
37428echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
37429echo "${ECHO_T}$ac_cv_func_socket" >&6
37430if test $ac_cv_func_socket = yes; then
37431 :
37432else
37433
37434 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
37435echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
37436if test "${ac_cv_lib_socket_socket+set}" = set; then
37437 echo $ECHO_N "(cached) $ECHO_C" >&6
37438else
37439 ac_check_lib_save_LIBS=$LIBS
37440LIBS="-lsocket $LIBS"
37441cat >conftest.$ac_ext <<_ACEOF
37442/* confdefs.h. */
37443_ACEOF
37444cat confdefs.h >>conftest.$ac_ext
37445cat >>conftest.$ac_ext <<_ACEOF
37446/* end confdefs.h. */
37447
37448/* Override any gcc2 internal prototype to avoid an error. */
37449#ifdef __cplusplus
37450extern "C"
37451#endif
37452/* We use char because int might match the return type of a gcc2
37453 builtin and then its argument prototype would still apply. */
37454char socket ();
37455int
37456main ()
37457{
37458socket ();
37459 ;
37460 return 0;
37461}
37462_ACEOF
37463rm -f conftest.$ac_objext conftest$ac_exeext
37464if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37465 (eval $ac_link) 2>conftest.er1
a848cd7e 37466 ac_status=$?
ac1cb8d3
VS
37467 grep -v '^ *+' conftest.er1 >conftest.err
37468 rm -f conftest.er1
37469 cat conftest.err >&5
a848cd7e
SC
37470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37471 (exit $ac_status); } &&
07158944 37472 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37474 (eval $ac_try) 2>&5
37475 ac_status=$?
37476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37477 (exit $ac_status); }; } &&
37478 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37480 (eval $ac_try) 2>&5
37481 ac_status=$?
37482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37483 (exit $ac_status); }; }; then
37484 ac_cv_lib_socket_socket=yes
37485else
37486 echo "$as_me: failed program was:" >&5
37487sed 's/^/| /' conftest.$ac_ext >&5
37488
37489ac_cv_lib_socket_socket=no
37490fi
ac1cb8d3
VS
37491rm -f conftest.err conftest.$ac_objext \
37492 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37493LIBS=$ac_check_lib_save_LIBS
37494fi
37495echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
37496echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
37497if test $ac_cv_lib_socket_socket = yes; then
37498 if test "$INET_LINK" != " -lsocket"; then
37499 INET_LINK="$INET_LINK -lsocket"
37500 fi
37501else
37502
37503 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
37504echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
37505 wxUSE_SOCKETS=no
37506
37507
37508fi
37509
37510
37511
37512fi
37513
37514 fi
37515fi
37516
37517if test "$wxUSE_SOCKETS" = "yes" ; then
37518 if test "$TOOLKIT" != "MSW"; then
4d4ff94c
VZ
37519 ac_ext=cc
37520ac_cpp='$CXXCPP $CPPFLAGS'
37521ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37522ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37523ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37524
37525 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
a848cd7e
SC
37526echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
37527if test "${wx_cv_type_getsockname3+set}" = set; then
37528 echo $ECHO_N "(cached) $ECHO_C" >&6
37529else
37530
37531 cat >conftest.$ac_ext <<_ACEOF
37532/* confdefs.h. */
37533_ACEOF
37534cat confdefs.h >>conftest.$ac_ext
37535cat >>conftest.$ac_ext <<_ACEOF
37536/* end confdefs.h. */
37537
37538 #include <sys/types.h>
37539 #include <sys/socket.h>
37540
37541int
37542main ()
37543{
37544
37545 socklen_t len;
37546 getsockname(0, 0, &len);
37547
37548 ;
37549 return 0;
37550}
37551_ACEOF
37552rm -f conftest.$ac_objext
37553if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37554 (eval $ac_compile) 2>conftest.er1
a848cd7e 37555 ac_status=$?
ac1cb8d3
VS
37556 grep -v '^ *+' conftest.er1 >conftest.err
37557 rm -f conftest.er1
37558 cat conftest.err >&5
a848cd7e
SC
37559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37560 (exit $ac_status); } &&
07158944 37561 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37563 (eval $ac_try) 2>&5
37564 ac_status=$?
37565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37566 (exit $ac_status); }; } &&
37567 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37569 (eval $ac_try) 2>&5
37570 ac_status=$?
37571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37572 (exit $ac_status); }; }; then
37573 wx_cv_type_getsockname3=socklen_t
37574else
37575 echo "$as_me: failed program was:" >&5
37576sed 's/^/| /' conftest.$ac_ext >&5
37577
37578
37579 CFLAGS_OLD="$CFLAGS"
37580 if test "$GCC" = yes ; then
37581 CFLAGS="$CFLAGS -Werror"
37582 fi
37583
37584 cat >conftest.$ac_ext <<_ACEOF
37585/* confdefs.h. */
37586_ACEOF
37587cat confdefs.h >>conftest.$ac_ext
37588cat >>conftest.$ac_ext <<_ACEOF
37589/* end confdefs.h. */
37590
37591 #include <sys/types.h>
37592 #include <sys/socket.h>
37593
37594int
37595main ()
37596{
37597
37598 size_t len;
37599 getsockname(0, 0, &len);
37600
37601 ;
37602 return 0;
37603}
37604_ACEOF
37605rm -f conftest.$ac_objext
37606if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37607 (eval $ac_compile) 2>conftest.er1
a848cd7e 37608 ac_status=$?
ac1cb8d3
VS
37609 grep -v '^ *+' conftest.er1 >conftest.err
37610 rm -f conftest.er1
37611 cat conftest.err >&5
a848cd7e
SC
37612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37613 (exit $ac_status); } &&
07158944 37614 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37616 (eval $ac_try) 2>&5
37617 ac_status=$?
37618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37619 (exit $ac_status); }; } &&
37620 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37622 (eval $ac_try) 2>&5
37623 ac_status=$?
37624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37625 (exit $ac_status); }; }; then
37626 wx_cv_type_getsockname3=size_t
37627else
37628 echo "$as_me: failed program was:" >&5
37629sed 's/^/| /' conftest.$ac_ext >&5
37630
37631cat >conftest.$ac_ext <<_ACEOF
37632/* confdefs.h. */
37633_ACEOF
37634cat confdefs.h >>conftest.$ac_ext
37635cat >>conftest.$ac_ext <<_ACEOF
37636/* end confdefs.h. */
37637
37638 #include <sys/types.h>
37639 #include <sys/socket.h>
37640
37641int
37642main ()
37643{
37644
37645 int len;
37646 getsockname(0, 0, &len);
37647
37648 ;
37649 return 0;
37650}
37651_ACEOF
37652rm -f conftest.$ac_objext
37653if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37654 (eval $ac_compile) 2>conftest.er1
a848cd7e 37655 ac_status=$?
ac1cb8d3
VS
37656 grep -v '^ *+' conftest.er1 >conftest.err
37657 rm -f conftest.er1
37658 cat conftest.err >&5
a848cd7e
SC
37659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37660 (exit $ac_status); } &&
07158944 37661 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37663 (eval $ac_try) 2>&5
37664 ac_status=$?
37665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37666 (exit $ac_status); }; } &&
37667 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37669 (eval $ac_try) 2>&5
37670 ac_status=$?
37671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37672 (exit $ac_status); }; }; then
37673 wx_cv_type_getsockname3=int
37674else
37675 echo "$as_me: failed program was:" >&5
37676sed 's/^/| /' conftest.$ac_ext >&5
37677
37678wx_cv_type_getsockname3=unknown
37679
37680fi
ac1cb8d3 37681rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37682
37683fi
ac1cb8d3 37684rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37685
37686 CFLAGS="$CFLAGS_OLD"
37687
37688
37689fi
ac1cb8d3 37690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37691
37692fi
37693echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
37694echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
37695
37696 if test "$wx_cv_type_getsockname3" = "unknown"; then
37697 wxUSE_SOCKETS=no
37698 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
37699echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
37700 else
37701 cat >>confdefs.h <<_ACEOF
37702#define SOCKLEN_T $wx_cv_type_getsockname3
5b674b9d
DE
37703_ACEOF
37704
37705 fi
37706 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
37707echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
37708if test "${wx_cv_type_getsockopt5+set}" = set; then
37709 echo $ECHO_N "(cached) $ECHO_C" >&6
37710else
37711
37712 cat >conftest.$ac_ext <<_ACEOF
37713/* confdefs.h. */
37714_ACEOF
37715cat confdefs.h >>conftest.$ac_ext
37716cat >>conftest.$ac_ext <<_ACEOF
37717/* end confdefs.h. */
37718
37719 #include <sys/types.h>
37720 #include <sys/socket.h>
37721
37722int
37723main ()
37724{
37725
37726 socklen_t len;
37727 getsockopt(0, 0, 0, 0, &len);
37728
37729 ;
37730 return 0;
37731}
37732_ACEOF
37733rm -f conftest.$ac_objext
37734if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37735 (eval $ac_compile) 2>conftest.er1
37736 ac_status=$?
37737 grep -v '^ *+' conftest.er1 >conftest.err
37738 rm -f conftest.er1
37739 cat conftest.err >&5
37740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37741 (exit $ac_status); } &&
07158944 37742 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
37743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37744 (eval $ac_try) 2>&5
37745 ac_status=$?
37746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37747 (exit $ac_status); }; } &&
37748 { ac_try='test -s conftest.$ac_objext'
37749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37750 (eval $ac_try) 2>&5
37751 ac_status=$?
37752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37753 (exit $ac_status); }; }; then
37754 wx_cv_type_getsockopt5=socklen_t
37755else
37756 echo "$as_me: failed program was:" >&5
37757sed 's/^/| /' conftest.$ac_ext >&5
37758
37759
37760 CFLAGS_OLD="$CFLAGS"
37761 if test "$GCC" = yes ; then
37762 CFLAGS="$CFLAGS -Werror"
37763 fi
37764
37765 cat >conftest.$ac_ext <<_ACEOF
37766/* confdefs.h. */
37767_ACEOF
37768cat confdefs.h >>conftest.$ac_ext
37769cat >>conftest.$ac_ext <<_ACEOF
37770/* end confdefs.h. */
37771
37772 #include <sys/types.h>
37773 #include <sys/socket.h>
37774
37775int
37776main ()
37777{
37778
37779 size_t len;
37780 getsockopt(0, 0, 0, 0, &len);
37781
37782 ;
37783 return 0;
37784}
37785_ACEOF
37786rm -f conftest.$ac_objext
37787if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37788 (eval $ac_compile) 2>conftest.er1
37789 ac_status=$?
37790 grep -v '^ *+' conftest.er1 >conftest.err
37791 rm -f conftest.er1
37792 cat conftest.err >&5
37793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37794 (exit $ac_status); } &&
07158944 37795 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
37796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37797 (eval $ac_try) 2>&5
37798 ac_status=$?
37799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37800 (exit $ac_status); }; } &&
37801 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
37807 wx_cv_type_getsockopt5=size_t
37808else
37809 echo "$as_me: failed program was:" >&5
37810sed 's/^/| /' conftest.$ac_ext >&5
37811
37812cat >conftest.$ac_ext <<_ACEOF
37813/* confdefs.h. */
37814_ACEOF
37815cat confdefs.h >>conftest.$ac_ext
37816cat >>conftest.$ac_ext <<_ACEOF
37817/* end confdefs.h. */
37818
37819 #include <sys/types.h>
37820 #include <sys/socket.h>
37821
37822int
37823main ()
37824{
37825
37826 int len;
37827 getsockopt(0, 0, 0, 0, &len);
37828
37829 ;
37830 return 0;
37831}
37832_ACEOF
37833rm -f conftest.$ac_objext
37834if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37835 (eval $ac_compile) 2>conftest.er1
37836 ac_status=$?
37837 grep -v '^ *+' conftest.er1 >conftest.err
37838 rm -f conftest.er1
37839 cat conftest.err >&5
37840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37841 (exit $ac_status); } &&
07158944 37842 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
37843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37844 (eval $ac_try) 2>&5
37845 ac_status=$?
37846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37847 (exit $ac_status); }; } &&
37848 { ac_try='test -s conftest.$ac_objext'
37849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37850 (eval $ac_try) 2>&5
37851 ac_status=$?
37852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37853 (exit $ac_status); }; }; then
37854 wx_cv_type_getsockopt5=int
37855else
37856 echo "$as_me: failed program was:" >&5
37857sed 's/^/| /' conftest.$ac_ext >&5
37858
37859wx_cv_type_getsockopt5=unknown
37860
37861fi
37862rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37863
37864fi
37865rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37866
37867 CFLAGS="$CFLAGS_OLD"
37868
37869
37870fi
37871rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37872
37873fi
37874echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
37875echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
37876
37877 if test "$wx_cv_type_getsockopt5" = "unknown"; then
37878 wxUSE_SOCKETS=no
37879 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
37880echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
37881 else
37882 cat >>confdefs.h <<_ACEOF
37883#define SOCKOPTLEN_T $wx_cv_type_getsockopt5
a848cd7e
SC
37884_ACEOF
37885
37886 fi
4d4ff94c
VZ
37887 ac_ext=c
37888ac_cpp='$CPP $CPPFLAGS'
37889ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37890ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37891ac_compiler_gnu=$ac_cv_c_compiler_gnu
37892
a848cd7e
SC
37893 fi
37894fi
37895
37896if test "$wxUSE_SOCKETS" = "yes" ; then
37897 cat >>confdefs.h <<\_ACEOF
37898#define wxUSE_SOCKETS 1
37899_ACEOF
37900
37901 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
37902fi
37903
37904if test "$wxUSE_PROTOCOL" = "yes"; then
37905 if test "$wxUSE_SOCKETS" != "yes"; then
37906 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
37907echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
37908 wxUSE_PROTOCOL=no
37909 fi
37910fi
37911
37912if test "$wxUSE_PROTOCOL" = "yes"; then
37913 cat >>confdefs.h <<\_ACEOF
37914#define wxUSE_PROTOCOL 1
37915_ACEOF
37916
37917
37918 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
37919 cat >>confdefs.h <<\_ACEOF
37920#define wxUSE_PROTOCOL_HTTP 1
37921_ACEOF
37922
37923 fi
37924 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
37925 cat >>confdefs.h <<\_ACEOF
37926#define wxUSE_PROTOCOL_FTP 1
37927_ACEOF
37928
37929 fi
37930 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
37931 cat >>confdefs.h <<\_ACEOF
37932#define wxUSE_PROTOCOL_FILE 1
37933_ACEOF
37934
37935 fi
37936else
37937 if test "$wxUSE_FS_INET" = "yes"; then
37938 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
37939echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
37940 wxUSE_FS_INET="no"
37941 fi
37942fi
37943
37944if test "$wxUSE_URL" = "yes"; then
37945 if test "$wxUSE_PROTOCOL" != "yes"; then
37946 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
37947echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
37948 wxUSE_URL=no
37949 fi
37950 if test "$wxUSE_URL" = "yes"; then
37951 cat >>confdefs.h <<\_ACEOF
37952#define wxUSE_URL 1
37953_ACEOF
37954
37955 fi
37956fi
37957
37958if test "$wxUSE_FS_INET" = "yes"; then
37959 cat >>confdefs.h <<\_ACEOF
37960#define wxUSE_FS_INET 1
37961_ACEOF
37962
37963fi
37964
37965
37966if test "$wxUSE_GUI" = "yes"; then
4cb1d3da 37967 if test "$wxUSE_JOYSTICK" = "yes"; then
a848cd7e 37968
4cb1d3da 37969 if test "$TOOLKIT" != "MAC" -a "$TOOLKIT" != "COCOA" -a "$TOOLKIT" != "MSW"; then
a848cd7e
SC
37970
37971for ac_header in linux/joystick.h
37972do
37973as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
37974if eval "test \"\${$as_ac_Header+set}\" = set"; then
37975 echo "$as_me:$LINENO: checking for $ac_header" >&5
37976echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
37977if eval "test \"\${$as_ac_Header+set}\" = set"; then
37978 echo $ECHO_N "(cached) $ECHO_C" >&6
37979fi
37980echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
37981echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
37982else
37983 # Is the header compilable?
37984echo "$as_me:$LINENO: checking $ac_header usability" >&5
37985echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
37986cat >conftest.$ac_ext <<_ACEOF
37987/* confdefs.h. */
37988_ACEOF
37989cat confdefs.h >>conftest.$ac_ext
37990cat >>conftest.$ac_ext <<_ACEOF
37991/* end confdefs.h. */
37992$ac_includes_default
37993#include <$ac_header>
37994_ACEOF
37995rm -f conftest.$ac_objext
37996if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37997 (eval $ac_compile) 2>conftest.er1
a848cd7e 37998 ac_status=$?
ac1cb8d3
VS
37999 grep -v '^ *+' conftest.er1 >conftest.err
38000 rm -f conftest.er1
38001 cat conftest.err >&5
a848cd7e
SC
38002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38003 (exit $ac_status); } &&
07158944 38004 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38006 (eval $ac_try) 2>&5
38007 ac_status=$?
38008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38009 (exit $ac_status); }; } &&
38010 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38012 (eval $ac_try) 2>&5
38013 ac_status=$?
38014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38015 (exit $ac_status); }; }; then
38016 ac_header_compiler=yes
38017else
38018 echo "$as_me: failed program was:" >&5
38019sed 's/^/| /' conftest.$ac_ext >&5
38020
38021ac_header_compiler=no
38022fi
ac1cb8d3 38023rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38024echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38025echo "${ECHO_T}$ac_header_compiler" >&6
38026
38027# Is the header present?
38028echo "$as_me:$LINENO: checking $ac_header presence" >&5
38029echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
38030cat >conftest.$ac_ext <<_ACEOF
38031/* confdefs.h. */
38032_ACEOF
38033cat confdefs.h >>conftest.$ac_ext
38034cat >>conftest.$ac_ext <<_ACEOF
38035/* end confdefs.h. */
38036#include <$ac_header>
38037_ACEOF
38038if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
38039 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
38040 ac_status=$?
38041 grep -v '^ *+' conftest.er1 >conftest.err
38042 rm -f conftest.er1
38043 cat conftest.err >&5
38044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38045 (exit $ac_status); } >/dev/null; then
38046 if test -s conftest.err; then
38047 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 38048 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
38049 else
38050 ac_cpp_err=
38051 fi
38052else
38053 ac_cpp_err=yes
38054fi
38055if test -z "$ac_cpp_err"; then
38056 ac_header_preproc=yes
38057else
38058 echo "$as_me: failed program was:" >&5
38059sed 's/^/| /' conftest.$ac_ext >&5
38060
38061 ac_header_preproc=no
38062fi
38063rm -f conftest.err conftest.$ac_ext
38064echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38065echo "${ECHO_T}$ac_header_preproc" >&6
38066
38067# So? What about this header?
ac1cb8d3
VS
38068case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38069 yes:no: )
a848cd7e
SC
38070 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38071echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
38072 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38073echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38074 ac_header_preproc=yes
a848cd7e 38075 ;;
ac1cb8d3 38076 no:yes:* )
a848cd7e
SC
38077 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38078echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
38079 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
38080echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
38081 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38082echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38083 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
38084echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
38085 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38086echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
38087 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38088echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
38089 (
38090 cat <<\_ASBOX
ac1cb8d3
VS
38091## ----------------------------------------- ##
38092## Report this to wx-dev@lists.wxwidgets.org ##
38093## ----------------------------------------- ##
a848cd7e
SC
38094_ASBOX
38095 ) |
38096 sed "s/^/$as_me: WARNING: /" >&2
38097 ;;
38098esac
38099echo "$as_me:$LINENO: checking for $ac_header" >&5
38100echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38101if eval "test \"\${$as_ac_Header+set}\" = set"; then
38102 echo $ECHO_N "(cached) $ECHO_C" >&6
38103else
ac1cb8d3 38104 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
38105fi
38106echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38107echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38108
38109fi
38110if test `eval echo '${'$as_ac_Header'}'` = yes; then
38111 cat >>confdefs.h <<_ACEOF
38112#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38113_ACEOF
38114
38115fi
38116
38117done
38118
38119 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
38120 wxUSE_JOYSTICK=no
38121 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
38122echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
38123 fi
4cb1d3da
RN
38124 else
38125 if test "$USE_DARWIN" != 1 -a "$TOOLKIT" != "MSW"; then
38126 wxUSE_JOYSTICK=no
38127 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
38128echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
38129 fi
a848cd7e 38130 fi
a848cd7e 38131
4cb1d3da
RN
38132
38133 if test "$wxUSE_JOYSTICK" = "yes"; then
38134 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
38135#define wxUSE_JOYSTICK 1
38136_ACEOF
38137
4cb1d3da
RN
38138 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
38139 fi
a848cd7e
SC
38140 fi
38141fi
38142
38143
38144
38145if test "$wxUSE_FONTMAP" = "yes" ; then
38146 cat >>confdefs.h <<\_ACEOF
38147#define wxUSE_FONTMAP 1
38148_ACEOF
38149
38150fi
38151
38152if test "$wxUSE_UNICODE" = "yes" ; then
38153 cat >>confdefs.h <<\_ACEOF
38154#define wxUSE_UNICODE 1
38155_ACEOF
38156
38157
38158 if test "$USE_WIN32" != 1; then
38159 wxUSE_UNICODE_MSLU=no
38160 fi
38161
38162 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
38163 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
38164echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
38165if test "${ac_cv_lib_unicows_main+set}" = set; then
38166 echo $ECHO_N "(cached) $ECHO_C" >&6
38167else
38168 ac_check_lib_save_LIBS=$LIBS
38169LIBS="-lunicows $LIBS"
38170cat >conftest.$ac_ext <<_ACEOF
38171/* confdefs.h. */
38172_ACEOF
38173cat confdefs.h >>conftest.$ac_ext
38174cat >>conftest.$ac_ext <<_ACEOF
38175/* end confdefs.h. */
38176
38177
38178int
38179main ()
38180{
38181main ();
38182 ;
38183 return 0;
38184}
38185_ACEOF
38186rm -f conftest.$ac_objext conftest$ac_exeext
38187if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38188 (eval $ac_link) 2>conftest.er1
a848cd7e 38189 ac_status=$?
ac1cb8d3
VS
38190 grep -v '^ *+' conftest.er1 >conftest.err
38191 rm -f conftest.er1
38192 cat conftest.err >&5
a848cd7e
SC
38193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38194 (exit $ac_status); } &&
07158944 38195 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38197 (eval $ac_try) 2>&5
38198 ac_status=$?
38199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38200 (exit $ac_status); }; } &&
38201 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38203 (eval $ac_try) 2>&5
38204 ac_status=$?
38205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38206 (exit $ac_status); }; }; then
38207 ac_cv_lib_unicows_main=yes
38208else
38209 echo "$as_me: failed program was:" >&5
38210sed 's/^/| /' conftest.$ac_ext >&5
38211
38212ac_cv_lib_unicows_main=no
38213fi
ac1cb8d3
VS
38214rm -f conftest.err conftest.$ac_objext \
38215 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38216LIBS=$ac_check_lib_save_LIBS
38217fi
38218echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
38219echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
38220if test $ac_cv_lib_unicows_main = yes; then
38221
38222 cat >>confdefs.h <<\_ACEOF
38223#define wxUSE_UNICODE_MSLU 1
38224_ACEOF
38225
38226
38227else
38228
38229 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
38230 Applications will only run on Windows NT/2000/XP!" >&5
38231echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
38232 Applications will only run on Windows NT/2000/XP!" >&2;}
38233 wxUSE_UNICODE_MSLU=no
38234
38235fi
38236
38237 fi
38238fi
38239
38240if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
38241 cat >>confdefs.h <<\_ACEOF
38242#define wxUSE_EXPERIMENTAL_PRINTF 1
38243_ACEOF
38244
38245fi
38246
38247
38248if test "$wxUSE_POSTSCRIPT" = "yes" ; then
38249 cat >>confdefs.h <<\_ACEOF
38250#define wxUSE_POSTSCRIPT 1
38251_ACEOF
38252
38253fi
38254
38255cat >>confdefs.h <<\_ACEOF
38256#define wxUSE_AFM_FOR_POSTSCRIPT 1
38257_ACEOF
38258
38259
38260cat >>confdefs.h <<\_ACEOF
38261#define wxUSE_NORMALIZED_PS_FONTS 1
38262_ACEOF
38263
38264
38265
38266if test "$wxUSE_CONSTRAINTS" = "yes"; then
38267 cat >>confdefs.h <<\_ACEOF
38268#define wxUSE_CONSTRAINTS 1
38269_ACEOF
38270
38271 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
38272fi
38273
8a7b1113
VZ
38274if test "$wxUSE_MDI" = "yes"; then
38275 cat >>confdefs.h <<\_ACEOF
38276#define wxUSE_MDI 1
38277_ACEOF
38278
38279
38280 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
38281 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
38282#define wxUSE_MDI_ARCHITECTURE 1
38283_ACEOF
38284
8a7b1113
VZ
38285 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
38286 fi
a848cd7e
SC
38287fi
38288
38289if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
38290 cat >>confdefs.h <<\_ACEOF
38291#define wxUSE_DOC_VIEW_ARCHITECTURE 1
38292_ACEOF
38293
38294 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
38295 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
38296 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
38297 fi
38298fi
38299
38300if test "$wxUSE_HELP" = "yes"; then
38301 cat >>confdefs.h <<\_ACEOF
38302#define wxUSE_HELP 1
38303_ACEOF
38304
38305 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
38306
38307 if test "$wxUSE_MSW" = 1; then
38308 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
38309 cat >>confdefs.h <<\_ACEOF
38310#define wxUSE_MS_HTML_HELP 1
38311_ACEOF
38312
38313 fi
38314 fi
38315
38316 if test "$wxUSE_WXHTML_HELP" = "yes"; then
38317 if test "$wxUSE_HTML" = "yes"; then
38318 cat >>confdefs.h <<\_ACEOF
38319#define wxUSE_WXHTML_HELP 1
38320_ACEOF
38321
38322 else
38323 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
38324echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
38325 wxUSE_WXHTML_HELP=no
38326 fi
38327 fi
38328fi
38329
38330if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
38331 if test "$wxUSE_CONSTRAINTS" != "yes"; then
38332 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
38333echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
38334 else
38335 cat >>confdefs.h <<\_ACEOF
38336#define wxUSE_PRINTING_ARCHITECTURE 1
38337_ACEOF
38338
38339 fi
38340 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
38341fi
38342
38343if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
38344 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
38345echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
38346 { (exit 1); exit 1; }; }
38347fi
38348
38349
38350if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
38351 -o "$wxUSE_CLIPBOARD" = "yes" \
38352 -o "$wxUSE_OLE" = "yes" \
38353 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
38354
38355for ac_header in ole2.h
38356do
38357as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
38358if eval "test \"\${$as_ac_Header+set}\" = set"; then
38359 echo "$as_me:$LINENO: checking for $ac_header" >&5
38360echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38361if eval "test \"\${$as_ac_Header+set}\" = set"; then
38362 echo $ECHO_N "(cached) $ECHO_C" >&6
38363fi
38364echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38365echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38366else
38367 # Is the header compilable?
38368echo "$as_me:$LINENO: checking $ac_header usability" >&5
38369echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
38370cat >conftest.$ac_ext <<_ACEOF
38371/* confdefs.h. */
38372_ACEOF
38373cat confdefs.h >>conftest.$ac_ext
38374cat >>conftest.$ac_ext <<_ACEOF
38375/* end confdefs.h. */
38376$ac_includes_default
38377#include <$ac_header>
38378_ACEOF
38379rm -f conftest.$ac_objext
38380if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38381 (eval $ac_compile) 2>conftest.er1
a848cd7e 38382 ac_status=$?
ac1cb8d3
VS
38383 grep -v '^ *+' conftest.er1 >conftest.err
38384 rm -f conftest.er1
38385 cat conftest.err >&5
a848cd7e
SC
38386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38387 (exit $ac_status); } &&
07158944 38388 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38390 (eval $ac_try) 2>&5
38391 ac_status=$?
38392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38393 (exit $ac_status); }; } &&
38394 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38396 (eval $ac_try) 2>&5
38397 ac_status=$?
38398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38399 (exit $ac_status); }; }; then
38400 ac_header_compiler=yes
38401else
38402 echo "$as_me: failed program was:" >&5
38403sed 's/^/| /' conftest.$ac_ext >&5
38404
38405ac_header_compiler=no
38406fi
ac1cb8d3 38407rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38408echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38409echo "${ECHO_T}$ac_header_compiler" >&6
38410
38411# Is the header present?
38412echo "$as_me:$LINENO: checking $ac_header presence" >&5
38413echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
38414cat >conftest.$ac_ext <<_ACEOF
38415/* confdefs.h. */
38416_ACEOF
38417cat confdefs.h >>conftest.$ac_ext
38418cat >>conftest.$ac_ext <<_ACEOF
38419/* end confdefs.h. */
38420#include <$ac_header>
38421_ACEOF
38422if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
38423 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
38424 ac_status=$?
38425 grep -v '^ *+' conftest.er1 >conftest.err
38426 rm -f conftest.er1
38427 cat conftest.err >&5
38428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38429 (exit $ac_status); } >/dev/null; then
38430 if test -s conftest.err; then
38431 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 38432 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
38433 else
38434 ac_cpp_err=
38435 fi
38436else
38437 ac_cpp_err=yes
38438fi
38439if test -z "$ac_cpp_err"; then
38440 ac_header_preproc=yes
38441else
38442 echo "$as_me: failed program was:" >&5
38443sed 's/^/| /' conftest.$ac_ext >&5
38444
38445 ac_header_preproc=no
38446fi
38447rm -f conftest.err conftest.$ac_ext
38448echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38449echo "${ECHO_T}$ac_header_preproc" >&6
38450
38451# So? What about this header?
ac1cb8d3
VS
38452case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38453 yes:no: )
a848cd7e
SC
38454 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38455echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
38456 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38457echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38458 ac_header_preproc=yes
a848cd7e 38459 ;;
ac1cb8d3 38460 no:yes:* )
a848cd7e
SC
38461 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38462echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
38463 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
38464echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
38465 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38466echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38467 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
38468echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
38469 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38470echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
38471 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38472echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
38473 (
38474 cat <<\_ASBOX
ac1cb8d3
VS
38475## ----------------------------------------- ##
38476## Report this to wx-dev@lists.wxwidgets.org ##
38477## ----------------------------------------- ##
a848cd7e
SC
38478_ASBOX
38479 ) |
38480 sed "s/^/$as_me: WARNING: /" >&2
38481 ;;
38482esac
38483echo "$as_me:$LINENO: checking for $ac_header" >&5
38484echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38485if eval "test \"\${$as_ac_Header+set}\" = set"; then
38486 echo $ECHO_N "(cached) $ECHO_C" >&6
38487else
ac1cb8d3 38488 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
38489fi
38490echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38491echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38492
38493fi
38494if test `eval echo '${'$as_ac_Header'}'` = yes; then
38495 cat >>confdefs.h <<_ACEOF
38496#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38497_ACEOF
38498
38499fi
38500
38501done
38502
38503
38504 if test "$ac_cv_header_ole2_h" = "yes" ; then
38505 if test "$GCC" = yes ; then
38506
38507
38508 ac_ext=cc
38509ac_cpp='$CXXCPP $CPPFLAGS'
38510ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38511ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38512ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38513
38514
38515 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
38516echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
38517 cat >conftest.$ac_ext <<_ACEOF
38518/* confdefs.h. */
38519_ACEOF
38520cat confdefs.h >>conftest.$ac_ext
38521cat >>conftest.$ac_ext <<_ACEOF
38522/* end confdefs.h. */
38523#include <windows.h>
38524 #include <ole2.h>
38525int
38526main ()
38527{
38528
38529 ;
38530 return 0;
38531}
38532_ACEOF
38533rm -f conftest.$ac_objext
38534if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38535 (eval $ac_compile) 2>conftest.er1
a848cd7e 38536 ac_status=$?
ac1cb8d3
VS
38537 grep -v '^ *+' conftest.er1 >conftest.err
38538 rm -f conftest.er1
38539 cat conftest.err >&5
a848cd7e
SC
38540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38541 (exit $ac_status); } &&
07158944 38542 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38544 (eval $ac_try) 2>&5
38545 ac_status=$?
38546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38547 (exit $ac_status); }; } &&
38548 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38550 (eval $ac_try) 2>&5
38551 ac_status=$?
38552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38553 (exit $ac_status); }; }; then
38554 echo "$as_me:$LINENO: result: no" >&5
38555echo "${ECHO_T}no" >&6
38556else
38557 echo "$as_me: failed program was:" >&5
38558sed 's/^/| /' conftest.$ac_ext >&5
38559
38560echo "$as_me:$LINENO: result: yes" >&5
38561echo "${ECHO_T}yes" >&6
38562 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
38563fi
ac1cb8d3 38564rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38565 ac_ext=c
38566ac_cpp='$CPP $CPPFLAGS'
38567ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38568ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38569ac_compiler_gnu=$ac_cv_c_compiler_gnu
38570
a848cd7e
SC
38571 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
38572 if test "$wxUSE_OLE" = "yes" ; then
38573 cat >>confdefs.h <<\_ACEOF
38574#define wxUSE_OLE 1
38575_ACEOF
38576
0b78747f 38577 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
a848cd7e
SC
38578 fi
38579 fi
38580
38581 if test "$wxUSE_DATAOBJ" = "yes" ; then
38582 cat >>confdefs.h <<\_ACEOF
38583#define wxUSE_DATAOBJ 1
38584_ACEOF
38585
38586 fi
38587 else
38588 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
38589echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
38590
38591 wxUSE_CLIPBOARD=no
38592 wxUSE_DRAG_AND_DROP=no
38593 wxUSE_DATAOBJ=no
38594 wxUSE_OLE=no
38595 fi
38596
38597 if test "$wxUSE_METAFILE" = "yes"; then
38598 cat >>confdefs.h <<\_ACEOF
38599#define wxUSE_METAFILE 1
38600_ACEOF
38601
38602
38603 cat >>confdefs.h <<\_ACEOF
38604#define wxUSE_ENH_METAFILE 1
38605_ACEOF
38606
38607 fi
38608fi
38609
38610if test "$wxUSE_IPC" = "yes"; then
0b78747f 38611 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
77ffb593
JS
38612 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
38613echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
0b78747f 38614 wxUSE_IPC=no
a848cd7e
SC
38615 fi
38616
0b78747f
MW
38617 if test "$wxUSE_IPC" = "yes"; then
38618 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
38619#define wxUSE_IPC 1
38620_ACEOF
38621
0b78747f
MW
38622 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
38623 fi
a848cd7e
SC
38624fi
38625
38626if test "$wxUSE_CLIPBOARD" = "yes"; then
38627 if test "$wxUSE_MGL" = 1; then
38628 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
38629echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
38630 wxUSE_CLIPBOARD=no
38631 fi
38632
38633 if test "$wxUSE_CLIPBOARD" = "yes"; then
38634 cat >>confdefs.h <<\_ACEOF
38635#define wxUSE_CLIPBOARD 1
38636_ACEOF
38637
38638
38639 cat >>confdefs.h <<\_ACEOF
38640#define wxUSE_DATAOBJ 1
38641_ACEOF
38642
38643 fi
38644fi
38645
38646if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
38647 if test "$wxUSE_GTK" = 1; then
38648 if test "$WXGTK12" != 1; then
38649 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
38650echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
38651 wxUSE_DRAG_AND_DROP=no
38652 fi
38653 fi
38654
38655 if test "$wxUSE_MOTIF" = 1; then
38656 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
38657echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
38658 wxUSE_DRAG_AND_DROP=no
38659 fi
38660
38661 if test "$wxUSE_X11" = 1; then
38662 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
38663echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
38664 wxUSE_DRAG_AND_DROP=no
38665 fi
38666
38667 if test "$wxUSE_MGL" = 1; then
38668 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
38669echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
38670 wxUSE_DRAG_AND_DROP=no
38671 fi
38672
38673 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
38674 cat >>confdefs.h <<\_ACEOF
38675#define wxUSE_DRAG_AND_DROP 1
38676_ACEOF
38677
38678 fi
38679
38680fi
38681
38682if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
38683 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
38684fi
38685
38686if test "$wxUSE_SPLINES" = "yes" ; then
38687 cat >>confdefs.h <<\_ACEOF
38688#define wxUSE_SPLINES 1
38689_ACEOF
38690
38691fi
38692
38693
38694USES_CONTROLS=0
38695if test "$wxUSE_CONTROLS" = "yes"; then
38696 USES_CONTROLS=1
38697fi
38698
38699if test "$wxUSE_ACCEL" = "yes"; then
38700 cat >>confdefs.h <<\_ACEOF
38701#define wxUSE_ACCEL 1
38702_ACEOF
38703
38704 USES_CONTROLS=1
38705fi
38706
38707if test "$wxUSE_BUTTON" = "yes"; then
38708 cat >>confdefs.h <<\_ACEOF
38709#define wxUSE_BUTTON 1
38710_ACEOF
38711
38712 USES_CONTROLS=1
38713fi
38714
38715if test "$wxUSE_BMPBUTTON" = "yes"; then
38716 cat >>confdefs.h <<\_ACEOF
38717#define wxUSE_BMPBUTTON 1
38718_ACEOF
38719
38720 USES_CONTROLS=1
38721fi
38722
38723if test "$wxUSE_CALCTRL" = "yes"; then
38724 cat >>confdefs.h <<\_ACEOF
38725#define wxUSE_CALENDARCTRL 1
38726_ACEOF
38727
38728 USES_CONTROLS=1
38729 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
38730fi
38731
38732if test "$wxUSE_CARET" = "yes"; then
38733 cat >>confdefs.h <<\_ACEOF
38734#define wxUSE_CARET 1
38735_ACEOF
38736
38737 USES_CONTROLS=1
38738 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
38739fi
38740
38741if test "$wxUSE_COMBOBOX" = "yes"; then
38742 cat >>confdefs.h <<\_ACEOF
38743#define wxUSE_COMBOBOX 1
38744_ACEOF
38745
38746 USES_CONTROLS=1
38747fi
38748
38749if test "$wxUSE_CHOICE" = "yes"; then
38750 cat >>confdefs.h <<\_ACEOF
38751#define wxUSE_CHOICE 1
38752_ACEOF
38753
38754 USES_CONTROLS=1
38755fi
38756
92bbdbcd
WS
38757if test "$wxUSE_CHOICEBOOK" = "yes"; then
38758 cat >>confdefs.h <<\_ACEOF
38759#define wxUSE_CHOICEBOOK 1
38760_ACEOF
38761
38762 USES_CONTROLS=1
38763fi
38764
a848cd7e
SC
38765if test "$wxUSE_CHECKBOX" = "yes"; then
38766 cat >>confdefs.h <<\_ACEOF
38767#define wxUSE_CHECKBOX 1
38768_ACEOF
38769
38770 USES_CONTROLS=1
38771fi
38772
38773if test "$wxUSE_CHECKLST" = "yes"; then
38774 cat >>confdefs.h <<\_ACEOF
38775#define wxUSE_CHECKLISTBOX 1
38776_ACEOF
38777
38778 USES_CONTROLS=1
38779 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
38780fi
38781
da98e9be
VZ
38782if test "$wxUSE_DATEPICKCTRL" = "yes"; then
38783 cat >>confdefs.h <<\_ACEOF
38784#define wxUSE_DATEPICKCTRL 1
38785_ACEOF
38786
38787 USES_CONTROLS=1
38788fi
38789
a848cd7e
SC
38790if test "$wxUSE_DISPLAY" = "yes"; then
38791 cat >>confdefs.h <<\_ACEOF
38792#define wxUSE_DISPLAY 1
38793_ACEOF
38794
0b78747f 38795 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
a848cd7e
SC
38796fi
38797
38798if test "$wxUSE_GAUGE" = "yes"; then
38799 cat >>confdefs.h <<\_ACEOF
38800#define wxUSE_GAUGE 1
38801_ACEOF
38802
38803 USES_CONTROLS=1
38804fi
38805
38806if test "$wxUSE_GRID" = "yes"; then
38807 cat >>confdefs.h <<\_ACEOF
38808#define wxUSE_GRID 1
38809_ACEOF
38810
38811 USES_CONTROLS=1
38812 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
38813fi
38814
38815if test "$wxUSE_IMAGLIST" = "yes"; then
38816 cat >>confdefs.h <<\_ACEOF
38817#define wxUSE_IMAGLIST 1
38818_ACEOF
38819
38820fi
38821
38822if test "$wxUSE_LISTBOOK" = "yes"; then
38823 cat >>confdefs.h <<\_ACEOF
38824#define wxUSE_LISTBOOK 1
38825_ACEOF
38826
38827 USES_CONTROLS=1
38828fi
38829
38830if test "$wxUSE_LISTBOX" = "yes"; then
38831 cat >>confdefs.h <<\_ACEOF
38832#define wxUSE_LISTBOX 1
38833_ACEOF
38834
38835 USES_CONTROLS=1
0b78747f 38836 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
a848cd7e
SC
38837fi
38838
38839if test "$wxUSE_LISTCTRL" = "yes"; then
38840 if test "$wxUSE_IMAGLIST" = "yes"; then
38841 cat >>confdefs.h <<\_ACEOF
38842#define wxUSE_LISTCTRL 1
38843_ACEOF
38844
38845 USES_CONTROLS=1
38846 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
38847 else
38848 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
38849echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
38850 fi
38851fi
38852
38853if test "$wxUSE_NOTEBOOK" = "yes"; then
38854 cat >>confdefs.h <<\_ACEOF
38855#define wxUSE_NOTEBOOK 1
38856_ACEOF
38857
38858 USES_CONTROLS=1
38859 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
38860fi
38861
38862
38863if test "$wxUSE_RADIOBOX" = "yes"; then
38864 cat >>confdefs.h <<\_ACEOF
38865#define wxUSE_RADIOBOX 1
38866_ACEOF
38867
38868 USES_CONTROLS=1
38869fi
38870
38871if test "$wxUSE_RADIOBTN" = "yes"; then
38872 cat >>confdefs.h <<\_ACEOF
38873#define wxUSE_RADIOBTN 1
38874_ACEOF
38875
38876 USES_CONTROLS=1
38877fi
38878
38879if test "$wxUSE_SASH" = "yes"; then
38880 cat >>confdefs.h <<\_ACEOF
38881#define wxUSE_SASH 1
38882_ACEOF
38883
38884 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
38885fi
38886
38887if test "$wxUSE_SCROLLBAR" = "yes"; then
38888 cat >>confdefs.h <<\_ACEOF
38889#define wxUSE_SCROLLBAR 1
38890_ACEOF
38891
38892 USES_CONTROLS=1
38893 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
38894fi
38895
38896if test "$wxUSE_SLIDER" = "yes"; then
38897 cat >>confdefs.h <<\_ACEOF
38898#define wxUSE_SLIDER 1
38899_ACEOF
38900
38901 USES_CONTROLS=1
38902fi
38903
38904if test "$wxUSE_SPINBTN" = "yes"; then
38905 cat >>confdefs.h <<\_ACEOF
38906#define wxUSE_SPINBTN 1
38907_ACEOF
38908
38909 USES_CONTROLS=1
38910fi
38911
38912if test "$wxUSE_SPINCTRL" = "yes"; then
38913 cat >>confdefs.h <<\_ACEOF
38914#define wxUSE_SPINCTRL 1
38915_ACEOF
38916
38917 USES_CONTROLS=1
38918fi
38919
38920if test "$wxUSE_SPLITTER" = "yes"; then
38921 cat >>confdefs.h <<\_ACEOF
38922#define wxUSE_SPLITTER 1
38923_ACEOF
38924
38925 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
38926fi
38927
38928if test "$wxUSE_STATBMP" = "yes"; then
38929 cat >>confdefs.h <<\_ACEOF
38930#define wxUSE_STATBMP 1
38931_ACEOF
38932
38933 USES_CONTROLS=1
38934fi
38935
38936if test "$wxUSE_STATBOX" = "yes"; then
38937 cat >>confdefs.h <<\_ACEOF
38938#define wxUSE_STATBOX 1
38939_ACEOF
38940
38941 USES_CONTROLS=1
38942fi
38943
38944if test "$wxUSE_STATTEXT" = "yes"; then
38945 cat >>confdefs.h <<\_ACEOF
38946#define wxUSE_STATTEXT 1
38947_ACEOF
38948
38949 USES_CONTROLS=1
38950fi
38951
38952if test "$wxUSE_STATLINE" = "yes"; then
38953 cat >>confdefs.h <<\_ACEOF
38954#define wxUSE_STATLINE 1
38955_ACEOF
38956
38957 USES_CONTROLS=1
38958fi
38959
38960if test "$wxUSE_STATUSBAR" = "yes"; then
da4486fb
VZ
38961 cat >>confdefs.h <<\_ACEOF
38962#define wxUSE_NATIVE_STATUSBAR 1
38963_ACEOF
38964
a848cd7e
SC
38965 cat >>confdefs.h <<\_ACEOF
38966#define wxUSE_STATUSBAR 1
38967_ACEOF
38968
38969 USES_CONTROLS=1
38970
38971 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
38972fi
38973
38974if test "$wxUSE_TABDIALOG" = "yes"; then
38975 cat >>confdefs.h <<\_ACEOF
38976#define wxUSE_TAB_DIALOG 1
38977_ACEOF
38978
a848cd7e
SC
38979fi
38980
38981if test "$wxUSE_TEXTCTRL" = "yes"; then
38982 cat >>confdefs.h <<\_ACEOF
38983#define wxUSE_TEXTCTRL 1
38984_ACEOF
38985
38986 USES_CONTROLS=1
38987 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
38988fi
38989
38990if test "$wxUSE_TOGGLEBTN" = "yes"; then
38991 if test "$wxUSE_COCOA" = 1 ; then
38992 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
38993echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
38994 wxUSE_TOGGLEBTN=no
bdcade0a
MB
38995 else
38996 if test "$wxUSE_PM" = 1; then
38997 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under PM... disabled" >&5
38998echo "$as_me: WARNING: Toggle button not yet supported under PM... disabled" >&2;}
38999 wxUSE_TOGGLEBTN=no
39000 fi
a848cd7e
SC
39001 fi
39002 if test "$wxUSE_UNIVERSAL" = "yes"; then
39003 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
39004echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
39005 wxUSE_TOGGLEBTN=no
39006 fi
39007
39008 if test "$wxUSE_TOGGLEBTN" = "yes"; then
39009 cat >>confdefs.h <<\_ACEOF
39010#define wxUSE_TOGGLEBTN 1
39011_ACEOF
39012
39013 USES_CONTROLS=1
39014 fi
39015fi
39016
39017if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
39018 cat >>confdefs.h <<\_ACEOF
39019#define wxUSE_TOOLBAR_SIMPLE 1
39020_ACEOF
39021
39022 wxUSE_TOOLBAR="yes"
39023 USES_CONTROLS=1
39024fi
39025
39026if test "$wxUSE_TOOLBAR" = "yes"; then
39027 cat >>confdefs.h <<\_ACEOF
39028#define wxUSE_TOOLBAR 1
39029_ACEOF
39030
39031 USES_CONTROLS=1
39032
39033 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
39034 wxUSE_TOOLBAR_NATIVE="yes"
39035 fi
39036
39037 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
39038 cat >>confdefs.h <<\_ACEOF
39039#define wxUSE_TOOLBAR_NATIVE 1
39040_ACEOF
39041
39042 USES_CONTROLS=1
39043 fi
39044
39045 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
39046fi
39047
39048if test "$wxUSE_TOOLTIPS" = "yes"; then
39049 if test "$wxUSE_MOTIF" = 1; then
39050 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
39051echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
39052 else
39053 if test "$wxUSE_UNIVERSAL" = "yes"; then
39054 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
39055echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
39056 else
39057 cat >>confdefs.h <<\_ACEOF
39058#define wxUSE_TOOLTIPS 1
39059_ACEOF
39060
39061 fi
39062 fi
39063fi
39064
39065if test "$wxUSE_TREECTRL" = "yes"; then
39066 if test "$wxUSE_IMAGLIST" = "yes"; then
39067 cat >>confdefs.h <<\_ACEOF
39068#define wxUSE_TREECTRL 1
39069_ACEOF
39070
39071 USES_CONTROLS=1
39072 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
39073 else
39074 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
39075echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
39076 fi
39077fi
39078
39079if test "$wxUSE_POPUPWIN" = "yes"; then
39080 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
39081 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
39082echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
39083 else
39084 if test "$wxUSE_PM" = 1; then
39085 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
39086echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
39087 else
39088 cat >>confdefs.h <<\_ACEOF
39089#define wxUSE_POPUPWIN 1
39090_ACEOF
39091
0b78747f 39092 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
a848cd7e
SC
39093
39094 USES_CONTROLS=1
39095 fi
39096 fi
39097fi
39098
0dcd06dd 39099if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
b843b628
MB
39100 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
39101 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
39102echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
39103 else
39104 cat >>confdefs.h <<\_ACEOF
39105#define wxUSE_DIALUP_MANAGER 1
39106_ACEOF
39107
39108 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
39109 fi
39110fi
39111
a848cd7e
SC
39112if test "$wxUSE_TIPWINDOW" = "yes"; then
39113 if test "$wxUSE_PM" = 1; then
39114 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
39115echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
39116 else
39117 cat >>confdefs.h <<\_ACEOF
39118#define wxUSE_TIPWINDOW 1
39119_ACEOF
39120
39121 fi
39122fi
39123
39124if test "$USES_CONTROLS" = 1; then
39125 cat >>confdefs.h <<\_ACEOF
39126#define wxUSE_CONTROLS 1
39127_ACEOF
39128
39129fi
39130
39131
39132if test "$wxUSE_ACCESSIBILITY" = "yes"; then
39133 cat >>confdefs.h <<\_ACEOF
39134#define wxUSE_ACCESSIBILITY 1
39135_ACEOF
39136
39137 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
39138fi
39139
39140if test "$wxUSE_DRAGIMAGE" = "yes"; then
39141 cat >>confdefs.h <<\_ACEOF
39142#define wxUSE_DRAGIMAGE 1
39143_ACEOF
39144
39145 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
39146fi
39147
39148if test "$wxUSE_EXCEPTIONS" = "yes"; then
07bea8f0
VS
39149 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
39150 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
39151echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
39152 else
39153 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
39154#define wxUSE_EXCEPTIONS 1
39155_ACEOF
39156
07bea8f0
VS
39157 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
39158 fi
a848cd7e
SC
39159fi
39160
39161USE_HTML=0
39162if test "$wxUSE_HTML" = "yes"; then
39163 cat >>confdefs.h <<\_ACEOF
39164#define wxUSE_HTML 1
39165_ACEOF
39166
39167 USE_HTML=1
39168 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
de59c161
RD
39169 if test "$wxUSE_MAC" = 1; then
39170 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
39171 fi
a848cd7e 39172fi
646b6ec1 39173if test "$wxUSE_WEBKIT" = "yes"; then
1e9e8aba 39174 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
07bea8f0
VS
39175 old_CPPFLAGS="$CPPFLAGS"
39176 CPPFLAGS="$CPPFLAGS -x objective-c++"
39177 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
39178echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
39179if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
39180 echo $ECHO_N "(cached) $ECHO_C" >&6
39181else
39182 cat >conftest.$ac_ext <<_ACEOF
39183/* confdefs.h. */
39184_ACEOF
39185cat confdefs.h >>conftest.$ac_ext
39186cat >>conftest.$ac_ext <<_ACEOF
39187/* end confdefs.h. */
39188#include <Carbon/Carbon.h>
39189
39190#include <WebKit/HIWebView.h>
39191_ACEOF
39192rm -f conftest.$ac_objext
39193if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39194 (eval $ac_compile) 2>conftest.er1
39195 ac_status=$?
39196 grep -v '^ *+' conftest.er1 >conftest.err
39197 rm -f conftest.er1
39198 cat conftest.err >&5
39199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39200 (exit $ac_status); } &&
07158944 39201 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
07bea8f0
VS
39202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39203 (eval $ac_try) 2>&5
39204 ac_status=$?
39205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39206 (exit $ac_status); }; } &&
39207 { ac_try='test -s conftest.$ac_objext'
39208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39209 (eval $ac_try) 2>&5
39210 ac_status=$?
39211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39212 (exit $ac_status); }; }; then
39213 ac_cv_header_WebKit_HIWebView_h=yes
39214else
39215 echo "$as_me: failed program was:" >&5
39216sed 's/^/| /' conftest.$ac_ext >&5
39217
39218ac_cv_header_WebKit_HIWebView_h=no
39219fi
39220rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39221fi
39222echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
39223echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
39224if test $ac_cv_header_WebKit_HIWebView_h = yes; then
39225
39226 cat >>confdefs.h <<\_ACEOF
646b6ec1
VS
39227#define wxUSE_WEBKIT 1
39228_ACEOF
39229
07bea8f0
VS
39230 WEBKIT_LINK="-framework WebKit"
39231
39232else
39233
39234 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
39235echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
39236 wxUSE_WEBKIT=no
39237
646b6ec1
VS
39238fi
39239
07bea8f0
VS
39240
39241 CPPFLAGS="$old_CPPFLAGS"
39242 elif test "$wxUSE_COCOA" = 1; then
39243 cat >>confdefs.h <<\_ACEOF
39244#define wxUSE_WEBKIT 1
39245_ACEOF
39246
39247 else
39248 wxUSE_WEBKIT=no
39249 fi
39250fi
39251
9a8f0513
VS
39252USE_XRC=0
39253if test "$wxUSE_XRC" = "yes"; then
d2ebf0b7
VS
39254 if test "$wxUSE_XML" != "yes"; then
39255 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
39256echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
39257 wxUSE_XRC=no
39258 else
39259 cat >>confdefs.h <<\_ACEOF
9a8f0513
VS
39260#define wxUSE_XRC 1
39261_ACEOF
39262
d2ebf0b7
VS
39263 USE_XRC=1
39264 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
39265 fi
9a8f0513 39266fi
07bea8f0 39267
a848cd7e
SC
39268if test "$wxUSE_MENUS" = "yes"; then
39269 cat >>confdefs.h <<\_ACEOF
39270#define wxUSE_MENUS 1
39271_ACEOF
39272
39273 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
39274fi
39275
39276if test "$wxUSE_METAFILE" = "yes"; then
39277 cat >>confdefs.h <<\_ACEOF
39278#define wxUSE_METAFILE 1
39279_ACEOF
39280
39281fi
39282
39283if test "$wxUSE_MIMETYPE" = "yes"; then
39284 cat >>confdefs.h <<\_ACEOF
39285#define wxUSE_MIMETYPE 1
39286_ACEOF
39287
39288fi
39289
39290if test "$wxUSE_MINIFRAME" = "yes"; then
39291 cat >>confdefs.h <<\_ACEOF
39292#define wxUSE_MINIFRAME 1
39293_ACEOF
39294
39295 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
39296fi
39297
39298if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
39299 cat >>confdefs.h <<\_ACEOF
39300#define wxUSE_SYSTEM_OPTIONS 1
39301_ACEOF
39302
39303 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
a49baeab 39304 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
a848cd7e
SC
39305 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
39306 fi
39307fi
39308
39309
39310if test "$wxUSE_VALIDATORS" = "yes"; then
39311 cat >>confdefs.h <<\_ACEOF
39312#define wxUSE_VALIDATORS 1
39313_ACEOF
39314
39315 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
39316fi
39317
39318if test "$wxUSE_PALETTE" = "yes" ; then
39319 cat >>confdefs.h <<\_ACEOF
39320#define wxUSE_PALETTE 1
39321_ACEOF
39322
39323fi
39324
39325if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
39326 LIBS=" -lunicows $LIBS"
39327fi
39328
39329
39330if test "$wxUSE_IMAGE" = "yes" ; then
39331 cat >>confdefs.h <<\_ACEOF
39332#define wxUSE_IMAGE 1
39333_ACEOF
39334
39335
39336 if test "$wxUSE_GIF" = "yes" ; then
39337 cat >>confdefs.h <<\_ACEOF
39338#define wxUSE_GIF 1
39339_ACEOF
39340
39341 fi
39342
39343 if test "$wxUSE_PCX" = "yes" ; then
39344 cat >>confdefs.h <<\_ACEOF
39345#define wxUSE_PCX 1
39346_ACEOF
39347
39348 fi
39349
39350 if test "$wxUSE_IFF" = "yes" ; then
39351 cat >>confdefs.h <<\_ACEOF
39352#define wxUSE_IFF 1
39353_ACEOF
39354
39355 fi
39356
39357 if test "$wxUSE_PNM" = "yes" ; then
39358 cat >>confdefs.h <<\_ACEOF
39359#define wxUSE_PNM 1
39360_ACEOF
39361
39362 fi
39363
39364 if test "$wxUSE_XPM" = "yes" ; then
39365 cat >>confdefs.h <<\_ACEOF
39366#define wxUSE_XPM 1
39367_ACEOF
39368
39369 fi
39370
39371 if test "$wxUSE_ICO_CUR" = "yes" ; then
39372 cat >>confdefs.h <<\_ACEOF
39373#define wxUSE_ICO_CUR 1
39374_ACEOF
39375
39376 fi
39377fi
39378
39379
39380if test "$wxUSE_CHOICEDLG" = "yes"; then
39381 cat >>confdefs.h <<\_ACEOF
39382#define wxUSE_CHOICEDLG 1
39383_ACEOF
39384
39385fi
39386
39387if test "$wxUSE_COLOURDLG" = "yes"; then
39388 cat >>confdefs.h <<\_ACEOF
39389#define wxUSE_COLOURDLG 1
39390_ACEOF
39391
39392fi
39393
39394if test "$wxUSE_FILEDLG" = "yes"; then
39395 cat >>confdefs.h <<\_ACEOF
39396#define wxUSE_FILEDLG 1
39397_ACEOF
39398
39399fi
39400
39401if test "$wxUSE_FINDREPLDLG" = "yes"; then
39402 cat >>confdefs.h <<\_ACEOF
39403#define wxUSE_FINDREPLDLG 1
39404_ACEOF
39405
39406fi
39407
39408if test "$wxUSE_FONTDLG" = "yes"; then
39409 cat >>confdefs.h <<\_ACEOF
39410#define wxUSE_FONTDLG 1
39411_ACEOF
39412
39413fi
39414
39415if test "$wxUSE_DIRDLG" = "yes"; then
39416 if test "$wxUSE_TREECTRL" != "yes"; then
39417 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
39418echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
39419 else
39420 cat >>confdefs.h <<\_ACEOF
39421#define wxUSE_DIRDLG 1
39422_ACEOF
39423
39424 fi
39425fi
39426
39427if test "$wxUSE_MSGDLG" = "yes"; then
39428 cat >>confdefs.h <<\_ACEOF
39429#define wxUSE_MSGDLG 1
39430_ACEOF
39431
39432fi
39433
39434if test "$wxUSE_NUMBERDLG" = "yes"; then
39435 cat >>confdefs.h <<\_ACEOF
39436#define wxUSE_NUMBERDLG 1
39437_ACEOF
39438
39439fi
39440
39441if test "$wxUSE_PROGRESSDLG" = "yes"; then
39442 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39443 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
39444echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
39445 else
39446 cat >>confdefs.h <<\_ACEOF
39447#define wxUSE_PROGRESSDLG 1
39448_ACEOF
39449
39450 fi
39451fi
39452
39453if test "$wxUSE_SPLASH" = "yes"; then
39454 cat >>confdefs.h <<\_ACEOF
39455#define wxUSE_SPLASH 1
39456_ACEOF
39457
2057db16 39458 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
a848cd7e
SC
39459fi
39460
39461if test "$wxUSE_STARTUP_TIPS" = "yes"; then
39462 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39463 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
39464echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
39465 else
39466 cat >>confdefs.h <<\_ACEOF
39467#define wxUSE_STARTUP_TIPS 1
39468_ACEOF
39469
39470 fi
39471fi
39472
39473if test "$wxUSE_TEXTDLG" = "yes"; then
39474 cat >>confdefs.h <<\_ACEOF
39475#define wxUSE_TEXTDLG 1
39476_ACEOF
39477
39478fi
39479
39480if test "$wxUSE_WIZARDDLG" = "yes"; then
39481 cat >>confdefs.h <<\_ACEOF
39482#define wxUSE_WIZARDDLG 1
39483_ACEOF
39484
39485 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
39486fi
39487
39488
ce756cb0
RN
39489if test "$wxUSE_MEDIACTRL" = "yes"; then
39490 if test "$wxUSE_MSW" = 1; then
39491 wxUSE_DIRECTSHOW="yes"
39492
39493for ac_header in dshow.h
39494do
39495as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39496echo "$as_me:$LINENO: checking for $ac_header" >&5
39497echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39498if eval "test \"\${$as_ac_Header+set}\" = set"; then
39499 echo $ECHO_N "(cached) $ECHO_C" >&6
39500else
39501 cat >conftest.$ac_ext <<_ACEOF
39502/* confdefs.h. */
39503_ACEOF
39504cat confdefs.h >>conftest.$ac_ext
39505cat >>conftest.$ac_ext <<_ACEOF
39506/* end confdefs.h. */
39507#include <windows.h>
39508
39509#include <$ac_header>
39510_ACEOF
39511rm -f conftest.$ac_objext
39512if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39513 (eval $ac_compile) 2>conftest.er1
39514 ac_status=$?
39515 grep -v '^ *+' conftest.er1 >conftest.err
39516 rm -f conftest.er1
39517 cat conftest.err >&5
39518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39519 (exit $ac_status); } &&
07158944 39520 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ce756cb0
RN
39521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39522 (eval $ac_try) 2>&5
39523 ac_status=$?
39524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39525 (exit $ac_status); }; } &&
39526 { ac_try='test -s conftest.$ac_objext'
39527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39528 (eval $ac_try) 2>&5
39529 ac_status=$?
39530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39531 (exit $ac_status); }; }; then
39532 eval "$as_ac_Header=yes"
39533else
39534 echo "$as_me: failed program was:" >&5
39535sed 's/^/| /' conftest.$ac_ext >&5
39536
39537eval "$as_ac_Header=no"
39538fi
39539rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39540fi
39541echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39542echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39543if test `eval echo '${'$as_ac_Header'}'` = yes; then
39544 cat >>confdefs.h <<_ACEOF
39545#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39546_ACEOF
39547
39548else
39549
39550 wxUSE_DIRECTSHOW="no"
39551 { echo "$as_me:$LINENO: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&5
39552echo "$as_me: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&2;}
39553
39554fi
39555
39556done
39557
39558
39559 if test "$wxUSE_DIRECTSHOW" = "yes"; then
39560 cat >>confdefs.h <<\_ACEOF
39561#define wxUSE_DIRECTSHOW 1
39562_ACEOF
39563
39564 LIBS="$LIBS -lstrmiids"
39565 fi
39566 fi
39567
39568 if test "$wxUSE_GTK" = 1; then
39569 wxUSE_GSTREAMER="yes"
39570
ce756cb0 39571
dae87f93 39572 succeeded=no
ce756cb0 39573
dae87f93
RN
39574 if test -z "$PKG_CONFIG"; then
39575 # Extract the first word of "pkg-config", so it can be a program name with args.
39576set dummy pkg-config; ac_word=$2
39577echo "$as_me:$LINENO: checking for $ac_word" >&5
39578echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39579if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
39580 echo $ECHO_N "(cached) $ECHO_C" >&6
39581else
39582 case $PKG_CONFIG in
39583 [\\/]* | ?:[\\/]*)
39584 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
39585 ;;
39586 *)
39587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39588for as_dir in $PATH
39589do
39590 IFS=$as_save_IFS
39591 test -z "$as_dir" && as_dir=.
39592 for ac_exec_ext in '' $ac_executable_extensions; do
39593 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39594 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
39595 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39596 break 2
39597 fi
39598done
39599done
39600
39601 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
39602 ;;
39603esac
39604fi
39605PKG_CONFIG=$ac_cv_path_PKG_CONFIG
39606
39607if test -n "$PKG_CONFIG"; then
39608 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
39609echo "${ECHO_T}$PKG_CONFIG" >&6
39610else
39611 echo "$as_me:$LINENO: result: no" >&5
39612echo "${ECHO_T}no" >&6
39613fi
39614
39615 fi
39616
39617 if test "$PKG_CONFIG" = "no" ; then
39618 echo "*** The pkg-config script could not be found. Make sure it is"
39619 echo "*** in your path, or set the PKG_CONFIG environment variable"
39620 echo "*** to the full path to pkg-config."
39621 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
39622 else
39623 PKG_CONFIG_MIN_VERSION=0.9.0
39624 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
39625 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
39626echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
39627
39628 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
39629 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 39630echo "${ECHO_T}yes" >&6
dae87f93 39631 succeeded=yes
ce756cb0 39632
dae87f93
RN
39633 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
39634echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
39635 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
39636 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
39637echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
39638
39639 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
39640echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
39641 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
39642 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
39643echo "${ECHO_T}$GSTREAMER_LIBS" >&6
39644 else
39645 GSTREAMER_CFLAGS=""
39646 GSTREAMER_LIBS=""
39647 ## If we have a custom action on failure, don't print errors, but
39648 ## do set a variable so people can do so.
39649 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
ce756cb0 39650
dae87f93
RN
39651 fi
39652
39653
39654
39655 else
39656 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
39657 echo "*** See http://www.freedesktop.org/software/pkgconfig"
39658 fi
39659 fi
39660
39661 if test $succeeded = yes; then
39662
39663 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
39664 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
ce756cb0 39665
ce756cb0 39666 else
dae87f93
RN
39667
39668 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
39669echo "$as_me: WARNING: GStreamer installation not found" >&2;}
39670 wxUSE_GSTREAMER="no"
39671
39672 fi
39673
39674
39675
39676
39677
39678 if test "x$GST_INSPECT" == "x"; then
39679 # Extract the first word of "gst-inspect", so it can be a program name with args.
39680set dummy gst-inspect; ac_word=$2
39681echo "$as_me:$LINENO: checking for $ac_word" >&5
39682echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39683if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
39684 echo $ECHO_N "(cached) $ECHO_C" >&6
39685else
39686 if test -n "$GST_INSPECT"; then
39687 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
39688else
39689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39690for as_dir in $PATH
39691do
39692 IFS=$as_save_IFS
39693 test -z "$as_dir" && as_dir=.
39694 for ac_exec_ext in '' $ac_executable_extensions; do
39695 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39696 ac_cv_prog_GST_INSPECT="gst-inspect"
39697 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39698 break 2
ce756cb0 39699 fi
dae87f93
RN
39700done
39701done
39702
39703fi
39704fi
39705GST_INSPECT=$ac_cv_prog_GST_INSPECT
39706if test -n "$GST_INSPECT"; then
39707 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
39708echo "${ECHO_T}$GST_INSPECT" >&6
39709else
39710 echo "$as_me:$LINENO: result: no" >&5
39711echo "${ECHO_T}no" >&6
39712fi
39713
39714 fi
39715
39716 if test "x$GST_INSPECT" != "x"; then
39717 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
39718echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
39719 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
39720 echo "$as_me:$LINENO: result: found." >&5
39721echo "${ECHO_T}found." >&6
ce756cb0 39722
ce756cb0 39723 else
dae87f93
RN
39724 echo "$as_me:$LINENO: result: not found." >&5
39725echo "${ECHO_T}not found." >&6
39726
39727 wxUSE_GSTREAMER="no"
39728 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
39729echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
39730
39731 fi
39732 fi
39733
39734
39735 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
39736echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
39737if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
39738 echo $ECHO_N "(cached) $ECHO_C" >&6
39739else
39740 cat >conftest.$ac_ext <<_ACEOF
ce756cb0
RN
39741/* confdefs.h. */
39742_ACEOF
39743cat confdefs.h >>conftest.$ac_ext
39744cat >>conftest.$ac_ext <<_ACEOF
39745/* end confdefs.h. */
dae87f93 39746#include <gst/gst.h>
ce756cb0 39747
dae87f93 39748#include <gst/xoverlay/xoverlay.h>
ce756cb0
RN
39749_ACEOF
39750rm -f conftest.$ac_objext
39751if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39752 (eval $ac_compile) 2>conftest.er1
39753 ac_status=$?
39754 grep -v '^ *+' conftest.er1 >conftest.err
39755 rm -f conftest.er1
39756 cat conftest.err >&5
39757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39758 (exit $ac_status); } &&
07158944 39759 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ce756cb0
RN
39760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39761 (eval $ac_try) 2>&5
39762 ac_status=$?
39763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39764 (exit $ac_status); }; } &&
39765 { ac_try='test -s conftest.$ac_objext'
39766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39767 (eval $ac_try) 2>&5
39768 ac_status=$?
39769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39770 (exit $ac_status); }; }; then
dae87f93 39771 ac_cv_header_gst_xoverlay_xoverlay_h=yes
ce756cb0
RN
39772else
39773 echo "$as_me: failed program was:" >&5
39774sed 's/^/| /' conftest.$ac_ext >&5
39775
dae87f93 39776ac_cv_header_gst_xoverlay_xoverlay_h=no
ce756cb0
RN
39777fi
39778rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
dae87f93
RN
39779fi
39780echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
39781echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
39782if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
39783 :
39784else
ce756cb0 39785
dae87f93
RN
39786 wxUSE_GSTREAMER="no"
39787 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
39788echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
ce756cb0 39789
dae87f93 39790fi
ce756cb0 39791
dae87f93
RN
39792
39793
39794 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
ce756cb0
RN
39795echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
39796
39797ac_find_libraries=
39798for ac_dir in $SEARCH_LIB /usr/lib;
39799 do
39800 for ac_extension in a so sl dylib; do
39801 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
39802 ac_find_libraries=$ac_dir
39803 break 2
39804 fi
39805 done
39806 done
39807
ce756cb0 39808
dae87f93
RN
39809 if test "$ac_find_libraries" = "" ; then
39810 echo "$as_me:$LINENO: result: no" >&5
39811echo "${ECHO_T}no" >&6
39812 wxUSE_GSTREAMER="no"
39813 else
39814 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 39815echo "${ECHO_T}yes" >&6
dae87f93 39816 fi
ce756cb0 39817
dae87f93
RN
39818 if test "$wxUSE_GSTREAMER" = "yes"; then
39819 cat >>confdefs.h <<\_ACEOF
ce756cb0
RN
39820#define wxUSE_GSTREAMER 1
39821_ACEOF
39822
dae87f93
RN
39823 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
39824echo "${ECHO_T}GStreamer detection successful" >&6
ce756cb0
RN
39825 fi
39826 fi
39827 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
39828 cat >>confdefs.h <<\_ACEOF
39829#define wxUSE_MEDIACTRL 1
39830_ACEOF
39831
39832fi
39833
39834
a848cd7e
SC
39835if test "$cross_compiling" = "yes"; then
39836 OSINFO="\"$host\""
39837else
39838 OSINFO=`uname -s -r -m`
39839 OSINFO="\"$OSINFO\""
39840fi
39841
39842cat >>confdefs.h <<_ACEOF
39843#define WXWIN_OS_DESCRIPTION $OSINFO
39844_ACEOF
39845
39846
39847
39848if test "x$prefix" != "xNONE"; then
39849 wxPREFIX=$prefix
39850else
39851 wxPREFIX=$ac_default_prefix
39852fi
39853
39854cat >>confdefs.h <<_ACEOF
39855#define wxINSTALL_PREFIX "$wxPREFIX"
39856_ACEOF
39857
39858
a848cd7e
SC
39859
39860
39861CORE_BASE_LIBS="net base"
39862CORE_GUI_LIBS="adv core"
39863
39864if test "$wxUSE_XML" = "yes" ; then
39865 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
39866fi
39867if test "$wxUSE_ODBC" != "no" ; then
39868 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
39869 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
39870fi
39871if test "$wxUSE_HTML" = "yes" ; then
39872 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
39873fi
61639efb
VZ
39874if test "$wxUSE_DEBUGREPORT" = "yes" ; then
39875 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
39876fi
9a8f0513
VS
39877if test "$wxUSE_XRC" = "yes" ; then
39878 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
39879fi
a848cd7e
SC
39880
39881if test "$wxUSE_GUI" != "yes"; then
39882 CORE_GUI_LIBS=""
39883fi
39884
39885
39886
39887
39888
39889
39890
39891
39892if test "$wxUSE_MAC" = 1 ; then
a98bf0c0 39893 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
1e9e8aba
DE
39894 if test "$USE_DARWIN" = 1; then
39895 LDFLAGS="$LDFLAGS -framework QuickTime"
39896 else
39897 LDFLAGS="$LDFLAGS -lQuickTimeLib"
39898 fi
07bea8f0 39899 fi
5dcf30a0 39900 if test "$USE_DARWIN" = 1; then
1e9e8aba
DE
39901 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
39902 else
39903 LDFLAGS="$LDFLAGS -lCarbonLib"
5dcf30a0 39904 fi
a848cd7e
SC
39905fi
39906if test "$wxUSE_COCOA" = 1 ; then
4cb1d3da 39907 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
4fc81cbc
RN
39908 if test "$wxUSE_MEDIACTRL" = "yes"; then
39909 LDFLAGS="$LDFLAGS -framework QuickTime"
39910 fi
a848cd7e
SC
39911fi
39912
39913
39914LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
39915
39916have_cos=0
39917have_floor=0
39918
39919for ac_func in cos
39920do
39921as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39922echo "$as_me:$LINENO: checking for $ac_func" >&5
39923echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39924if eval "test \"\${$as_ac_var+set}\" = set"; then
39925 echo $ECHO_N "(cached) $ECHO_C" >&6
39926else
39927 cat >conftest.$ac_ext <<_ACEOF
39928/* confdefs.h. */
39929_ACEOF
39930cat confdefs.h >>conftest.$ac_ext
39931cat >>conftest.$ac_ext <<_ACEOF
39932/* end confdefs.h. */
ac1cb8d3
VS
39933/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39934 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39935#define $ac_func innocuous_$ac_func
39936
a848cd7e
SC
39937/* System header to define __stub macros and hopefully few prototypes,
39938 which can conflict with char $ac_func (); below.
39939 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39940 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39941
a848cd7e
SC
39942#ifdef __STDC__
39943# include <limits.h>
39944#else
39945# include <assert.h>
39946#endif
ac1cb8d3
VS
39947
39948#undef $ac_func
39949
a848cd7e
SC
39950/* Override any gcc2 internal prototype to avoid an error. */
39951#ifdef __cplusplus
39952extern "C"
39953{
39954#endif
39955/* We use char because int might match the return type of a gcc2
39956 builtin and then its argument prototype would still apply. */
39957char $ac_func ();
39958/* The GNU C library defines this for functions which it implements
39959 to always fail with ENOSYS. Some functions are actually named
39960 something starting with __ and the normal name is an alias. */
39961#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39962choke me
39963#else
39964char (*f) () = $ac_func;
39965#endif
39966#ifdef __cplusplus
39967}
39968#endif
39969
39970int
39971main ()
39972{
39973return f != $ac_func;
39974 ;
39975 return 0;
39976}
39977_ACEOF
39978rm -f conftest.$ac_objext conftest$ac_exeext
39979if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39980 (eval $ac_link) 2>conftest.er1
a848cd7e 39981 ac_status=$?
ac1cb8d3
VS
39982 grep -v '^ *+' conftest.er1 >conftest.err
39983 rm -f conftest.er1
39984 cat conftest.err >&5
a848cd7e
SC
39985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39986 (exit $ac_status); } &&
07158944 39987 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39989 (eval $ac_try) 2>&5
39990 ac_status=$?
39991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39992 (exit $ac_status); }; } &&
39993 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39995 (eval $ac_try) 2>&5
39996 ac_status=$?
39997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39998 (exit $ac_status); }; }; then
39999 eval "$as_ac_var=yes"
40000else
40001 echo "$as_me: failed program was:" >&5
40002sed 's/^/| /' conftest.$ac_ext >&5
40003
40004eval "$as_ac_var=no"
40005fi
ac1cb8d3
VS
40006rm -f conftest.err conftest.$ac_objext \
40007 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40008fi
40009echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40010echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40011if test `eval echo '${'$as_ac_var'}'` = yes; then
40012 cat >>confdefs.h <<_ACEOF
40013#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40014_ACEOF
40015 have_cos=1
40016fi
40017done
40018
40019
40020for ac_func in floor
40021do
40022as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40023echo "$as_me:$LINENO: checking for $ac_func" >&5
40024echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40025if eval "test \"\${$as_ac_var+set}\" = set"; then
40026 echo $ECHO_N "(cached) $ECHO_C" >&6
40027else
40028 cat >conftest.$ac_ext <<_ACEOF
40029/* confdefs.h. */
40030_ACEOF
40031cat confdefs.h >>conftest.$ac_ext
40032cat >>conftest.$ac_ext <<_ACEOF
40033/* end confdefs.h. */
ac1cb8d3
VS
40034/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40035 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40036#define $ac_func innocuous_$ac_func
40037
a848cd7e
SC
40038/* System header to define __stub macros and hopefully few prototypes,
40039 which can conflict with char $ac_func (); below.
40040 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40041 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 40042
a848cd7e
SC
40043#ifdef __STDC__
40044# include <limits.h>
40045#else
40046# include <assert.h>
40047#endif
ac1cb8d3
VS
40048
40049#undef $ac_func
40050
a848cd7e
SC
40051/* Override any gcc2 internal prototype to avoid an error. */
40052#ifdef __cplusplus
40053extern "C"
40054{
40055#endif
40056/* We use char because int might match the return type of a gcc2
40057 builtin and then its argument prototype would still apply. */
40058char $ac_func ();
40059/* The GNU C library defines this for functions which it implements
40060 to always fail with ENOSYS. Some functions are actually named
40061 something starting with __ and the normal name is an alias. */
40062#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40063choke me
40064#else
40065char (*f) () = $ac_func;
40066#endif
40067#ifdef __cplusplus
40068}
40069#endif
40070
40071int
40072main ()
40073{
40074return f != $ac_func;
40075 ;
40076 return 0;
40077}
40078_ACEOF
40079rm -f conftest.$ac_objext conftest$ac_exeext
40080if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 40081 (eval $ac_link) 2>conftest.er1
a848cd7e 40082 ac_status=$?
ac1cb8d3
VS
40083 grep -v '^ *+' conftest.er1 >conftest.err
40084 rm -f conftest.er1
40085 cat conftest.err >&5
a848cd7e
SC
40086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40087 (exit $ac_status); } &&
07158944 40088 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40090 (eval $ac_try) 2>&5
40091 ac_status=$?
40092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40093 (exit $ac_status); }; } &&
40094 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
40095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40096 (eval $ac_try) 2>&5
40097 ac_status=$?
40098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40099 (exit $ac_status); }; }; then
40100 eval "$as_ac_var=yes"
40101else
40102 echo "$as_me: failed program was:" >&5
40103sed 's/^/| /' conftest.$ac_ext >&5
40104
40105eval "$as_ac_var=no"
40106fi
ac1cb8d3
VS
40107rm -f conftest.err conftest.$ac_objext \
40108 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40109fi
40110echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40111echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40112if test `eval echo '${'$as_ac_var'}'` = yes; then
40113 cat >>confdefs.h <<_ACEOF
40114#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40115_ACEOF
40116 have_floor=1
40117fi
40118done
40119
40120echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
40121echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
40122if test "$have_cos" = 1 -a "$have_floor" = 1; then
40123 echo "$as_me:$LINENO: result: yes" >&5
40124echo "${ECHO_T}yes" >&6
40125else
40126 echo "$as_me:$LINENO: result: no" >&5
40127echo "${ECHO_T}no" >&6
40128 LIBS="$LIBS -lm"
40129 # use different functions to avoid configure caching
40130 have_sin=0
40131 have_ceil=0
40132
40133for ac_func in sin
40134do
40135as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40136echo "$as_me:$LINENO: checking for $ac_func" >&5
40137echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40138if eval "test \"\${$as_ac_var+set}\" = set"; then
40139 echo $ECHO_N "(cached) $ECHO_C" >&6
40140else
40141 cat >conftest.$ac_ext <<_ACEOF
40142/* confdefs.h. */
40143_ACEOF
40144cat confdefs.h >>conftest.$ac_ext
40145cat >>conftest.$ac_ext <<_ACEOF
40146/* end confdefs.h. */
ac1cb8d3
VS
40147/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40148 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40149#define $ac_func innocuous_$ac_func
40150
a848cd7e
SC
40151/* System header to define __stub macros and hopefully few prototypes,
40152 which can conflict with char $ac_func (); below.
40153 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40154 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 40155
a848cd7e
SC
40156#ifdef __STDC__
40157# include <limits.h>
40158#else
40159# include <assert.h>
40160#endif
ac1cb8d3
VS
40161
40162#undef $ac_func
40163
a848cd7e
SC
40164/* Override any gcc2 internal prototype to avoid an error. */
40165#ifdef __cplusplus
40166extern "C"
40167{
40168#endif
40169/* We use char because int might match the return type of a gcc2
40170 builtin and then its argument prototype would still apply. */
40171char $ac_func ();
40172/* The GNU C library defines this for functions which it implements
40173 to always fail with ENOSYS. Some functions are actually named
40174 something starting with __ and the normal name is an alias. */
40175#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40176choke me
40177#else
40178char (*f) () = $ac_func;
40179#endif
40180#ifdef __cplusplus
40181}
40182#endif
40183
40184int
40185main ()
40186{
40187return f != $ac_func;
40188 ;
40189 return 0;
40190}
40191_ACEOF
40192rm -f conftest.$ac_objext conftest$ac_exeext
40193if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 40194 (eval $ac_link) 2>conftest.er1
a848cd7e 40195 ac_status=$?
ac1cb8d3
VS
40196 grep -v '^ *+' conftest.er1 >conftest.err
40197 rm -f conftest.er1
40198 cat conftest.err >&5
a848cd7e
SC
40199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40200 (exit $ac_status); } &&
07158944 40201 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40203 (eval $ac_try) 2>&5
40204 ac_status=$?
40205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40206 (exit $ac_status); }; } &&
40207 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
40208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40209 (eval $ac_try) 2>&5
40210 ac_status=$?
40211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40212 (exit $ac_status); }; }; then
40213 eval "$as_ac_var=yes"
40214else
40215 echo "$as_me: failed program was:" >&5
40216sed 's/^/| /' conftest.$ac_ext >&5
40217
40218eval "$as_ac_var=no"
40219fi
ac1cb8d3
VS
40220rm -f conftest.err conftest.$ac_objext \
40221 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40222fi
40223echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40224echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40225if test `eval echo '${'$as_ac_var'}'` = yes; then
40226 cat >>confdefs.h <<_ACEOF
40227#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40228_ACEOF
40229 have_sin=1
40230fi
40231done
40232
40233
40234for ac_func in ceil
40235do
40236as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40237echo "$as_me:$LINENO: checking for $ac_func" >&5
40238echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40239if eval "test \"\${$as_ac_var+set}\" = set"; then
40240 echo $ECHO_N "(cached) $ECHO_C" >&6
40241else
40242 cat >conftest.$ac_ext <<_ACEOF
40243/* confdefs.h. */
40244_ACEOF
40245cat confdefs.h >>conftest.$ac_ext
40246cat >>conftest.$ac_ext <<_ACEOF
40247/* end confdefs.h. */
ac1cb8d3
VS
40248/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40249 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40250#define $ac_func innocuous_$ac_func
40251
a848cd7e
SC
40252/* System header to define __stub macros and hopefully few prototypes,
40253 which can conflict with char $ac_func (); below.
40254 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40255 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 40256
a848cd7e
SC
40257#ifdef __STDC__
40258# include <limits.h>
40259#else
40260# include <assert.h>
40261#endif
ac1cb8d3
VS
40262
40263#undef $ac_func
40264
a848cd7e
SC
40265/* Override any gcc2 internal prototype to avoid an error. */
40266#ifdef __cplusplus
40267extern "C"
40268{
40269#endif
40270/* We use char because int might match the return type of a gcc2
40271 builtin and then its argument prototype would still apply. */
40272char $ac_func ();
40273/* The GNU C library defines this for functions which it implements
40274 to always fail with ENOSYS. Some functions are actually named
40275 something starting with __ and the normal name is an alias. */
40276#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
40277choke me
40278#else
40279char (*f) () = $ac_func;
40280#endif
40281#ifdef __cplusplus
40282}
40283#endif
40284
40285int
40286main ()
40287{
40288return f != $ac_func;
40289 ;
40290 return 0;
40291}
40292_ACEOF
40293rm -f conftest.$ac_objext conftest$ac_exeext
40294if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 40295 (eval $ac_link) 2>conftest.er1
a848cd7e 40296 ac_status=$?
ac1cb8d3
VS
40297 grep -v '^ *+' conftest.er1 >conftest.err
40298 rm -f conftest.er1
40299 cat conftest.err >&5
a848cd7e
SC
40300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40301 (exit $ac_status); } &&
07158944 40302 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40304 (eval $ac_try) 2>&5
40305 ac_status=$?
40306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40307 (exit $ac_status); }; } &&
40308 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
40309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40310 (eval $ac_try) 2>&5
40311 ac_status=$?
40312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40313 (exit $ac_status); }; }; then
40314 eval "$as_ac_var=yes"
40315else
40316 echo "$as_me: failed program was:" >&5
40317sed 's/^/| /' conftest.$ac_ext >&5
40318
40319eval "$as_ac_var=no"
40320fi
ac1cb8d3
VS
40321rm -f conftest.err conftest.$ac_objext \
40322 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40323fi
40324echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
40325echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
40326if test `eval echo '${'$as_ac_var'}'` = yes; then
40327 cat >>confdefs.h <<_ACEOF
40328#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40329_ACEOF
40330 have_ceil=1
40331fi
40332done
40333
40334 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
40335echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
40336 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
40337 echo "$as_me:$LINENO: result: yes" >&5
40338echo "${ECHO_T}yes" >&6
40339 else
40340 echo "$as_me:$LINENO: result: no" >&5
40341echo "${ECHO_T}no" >&6
40342 # not sure we should warn the user, crash, etc.
40343 fi
40344fi
40345
40346if test "$wxUSE_GUI" = "yes"; then
40347
40348
8bce5cda
MW
40349 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
40350 dynamic erase event exec font image minimal mobile \
40351 mobile/wxedit mobile/styles propsize render \
40352 richedit rotate shaped vscroll widgets"
a848cd7e
SC
40353
40354 if test "$wxUSE_MONOLITHIC" != "yes"; then
40355 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
40356 fi
0b78747f 40357 if test "$TOOLKIT" = "MSW"; then
8bce5cda
MW
40358 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
40359 if test "$wxUSE_UNIVERSAL" != "yes"; then
40360 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
40361 fi
40362 fi
40363 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
40364 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
0b78747f 40365 fi
a848cd7e
SC
40366else
40367 SAMPLES_SUBDIRS="console"
40368fi
40369
40370
ceec2216 40371INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
a848cd7e
SC
40372-I\${top_srcdir}/include $TOOLKIT_INCLUDE"
40373
40374if test "$GXX" = yes ; then
5294a27e
VZ
40375 CWARNINGS="-Wall"
40376 CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy"
a848cd7e
SC
40377 fi
40378
40379EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
40380
0c3c69fc 40381CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
5294a27e 40382CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
0c3c69fc 40383CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
a848cd7e 40384
95986553
DE
40385if test "x$MWCC" = "xyes"; then
40386
40387 CC="$CC -cwd source -I-"
40388 CXX="$CXX -cwd source -I-"
40389fi
40390
a848cd7e 40391
0c3c69fc 40392LIBS=`echo $LIBS`
a848cd7e
SC
40393EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
40394EXTRALIBS_XML="$EXPAT_LINK"
40395EXTRALIBS_HTML="$MSPACK_LINK"
40396EXTRALIBS_ODBC="$ODBC_LINK"
40397if test "$wxUSE_GUI" = "yes"; then
2e350179 40398 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
a848cd7e
SC
40399fi
40400if test "$wxUSE_OPENGL" = "yes"; then
40401 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
40402fi
40403
40404LDFLAGS="$LDFLAGS $PROFILE"
40405
40406if test "$wxUSE_GTK" = 1; then
40407 WXCONFIG_INCLUDE=
40408else
40409 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
40410fi
40411
40412WXCONFIG_EXTRALIBS="$LIBS"
40413
40414if test "$wxUSE_REGEX" = "builtin" ; then
40415 wxconfig_3rdparty="$wxconfig_3rdparty regex${lib_unicode_suffix}"
40416fi
40417if test "$wxUSE_EXPAT" = "builtin" ; then
40418 wxconfig_3rdparty="$wxconfig_3rdparty expat"
40419fi
40420if test "$wxUSE_ODBC" = "builtin" ; then
40421 wxconfig_3rdparty="$wxconfig_3rdparty odbc"
40422fi
40423if test "$wxUSE_LIBTIFF" = "builtin" ; then
40424 wxconfig_3rdparty="$wxconfig_3rdparty tiff"
40425fi
40426if test "$wxUSE_LIBJPEG" = "builtin" ; then
40427 wxconfig_3rdparty="$wxconfig_3rdparty jpeg"
40428fi
40429if test "$wxUSE_LIBPNG" = "builtin" ; then
40430 wxconfig_3rdparty="$wxconfig_3rdparty png"
40431fi
40432if test "$wxUSE_ZLIB" = "builtin" ; then
40433 wxconfig_3rdparty="$wxconfig_3rdparty zlib"
40434fi
40435if test "$wxUSE_ODBC" = "builtin" ; then
40436 wxconfig_3rdparty="$wxconfig_3rdparty odbc"
40437fi
40438
40439for i in $wxconfig_3rdparty ; do
ceec2216 40440 WXCONFIG_EXTRALIBS="$WXCONFIG_EXTRALIBS -lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
a848cd7e
SC
40441done
40442
40443
40444if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
40445 WXUNIV=1
40446else
40447 WXUNIV=0
40448fi
40449
40450
40451
40452
40453
40454
40455
40456
40457
40458if test $wxUSE_MONOLITHIC = "yes" ; then
40459 MONOLITHIC=1
40460else
40461 MONOLITHIC=0
40462fi
40463
40464if test $wxUSE_PLUGINS = "yes" ; then
40465 USE_PLUGINS=1
40466else
40467 USE_PLUGINS=0
40468fi
40469
40470if test $wxUSE_ODBC != "no" ; then
40471 USE_ODBC=1
40472else
40473 USE_ODBC=0
40474fi
40475
16358932
VZ
40476if test "$wxUSE_DEBUGREPORT" = "yes" ; then
40477 USE_QA=1
40478else
40479 USE_QA=0
40480fi
40481
a848cd7e
SC
40482if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
40483 OFFICIAL_BUILD=1
40484else
40485 OFFICIAL_BUILD=0
40486fi
40487
40488
40489
40490
40491
40492
40493
40494
40495
40496
40497
40498
40499
40500
40501
40502
40503
40504
40505
ceec2216 40506
d1c38808 40507
a848cd7e
SC
40508
40509
40510TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
40511
40512
40513
40514
40515
40516
40517
40518
4d4ff94c
VZ
40519case "$TOOLKIT" in
40520 GTK)
40521 TOOLKIT_USER="GTK+"
40522 if test "$WXGTK20" = 1; then
40523 TOOLKIT_USER="$TOOLKIT_USER 2"
40524 fi
9a8f0513 40525 ;;
4d4ff94c
VZ
40526
40527 *)
40528 TOOLKIT_USER=$TOOLKIT_LOWERCASE
9a8f0513 40529 ;;
4d4ff94c 40530esac
a848cd7e 40531
9a8f0513 40532
1e9e8aba
DE
40533
40534
a848cd7e
SC
40535 if test "x$BAKEFILE_HOST" = "x"; then
40536 BAKEFILE_HOST="${host}"
40537 fi
40538
40539 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
40540
40541 if test -n "$ac_tool_prefix"; then
40542 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
40543set dummy ${ac_tool_prefix}ranlib; ac_word=$2
40544echo "$as_me:$LINENO: checking for $ac_word" >&5
40545echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40546if test "${ac_cv_prog_RANLIB+set}" = set; then
40547 echo $ECHO_N "(cached) $ECHO_C" >&6
40548else
40549 if test -n "$RANLIB"; then
40550 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
40551else
40552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40553for as_dir in $PATH
40554do
40555 IFS=$as_save_IFS
40556 test -z "$as_dir" && as_dir=.
40557 for ac_exec_ext in '' $ac_executable_extensions; do
40558 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40559 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
40560 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40561 break 2
40562 fi
40563done
40564done
40565
40566fi
40567fi
40568RANLIB=$ac_cv_prog_RANLIB
40569if test -n "$RANLIB"; then
40570 echo "$as_me:$LINENO: result: $RANLIB" >&5
40571echo "${ECHO_T}$RANLIB" >&6
40572else
40573 echo "$as_me:$LINENO: result: no" >&5
40574echo "${ECHO_T}no" >&6
40575fi
40576
40577fi
40578if test -z "$ac_cv_prog_RANLIB"; then
40579 ac_ct_RANLIB=$RANLIB
40580 # Extract the first word of "ranlib", so it can be a program name with args.
40581set dummy ranlib; ac_word=$2
40582echo "$as_me:$LINENO: checking for $ac_word" >&5
40583echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40584if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
40585 echo $ECHO_N "(cached) $ECHO_C" >&6
40586else
40587 if test -n "$ac_ct_RANLIB"; then
40588 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
40589else
40590as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40591for as_dir in $PATH
40592do
40593 IFS=$as_save_IFS
40594 test -z "$as_dir" && as_dir=.
40595 for ac_exec_ext in '' $ac_executable_extensions; do
40596 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40597 ac_cv_prog_ac_ct_RANLIB="ranlib"
40598 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40599 break 2
40600 fi
40601done
40602done
40603
40604 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
40605fi
40606fi
40607ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
40608if test -n "$ac_ct_RANLIB"; then
40609 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
40610echo "${ECHO_T}$ac_ct_RANLIB" >&6
40611else
40612 echo "$as_me:$LINENO: result: no" >&5
40613echo "${ECHO_T}no" >&6
40614fi
40615
40616 RANLIB=$ac_ct_RANLIB
40617else
40618 RANLIB="$ac_cv_prog_RANLIB"
40619fi
40620
40621 # Find a good install program. We prefer a C program (faster),
40622# so one script is as good as another. But avoid the broken or
40623# incompatible versions:
40624# SysV /etc/install, /usr/sbin/install
40625# SunOS /usr/etc/install
40626# IRIX /sbin/install
40627# AIX /bin/install
40628# AmigaOS /C/install, which installs bootblocks on floppy discs
40629# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
40630# AFS /usr/afsws/bin/install, which mishandles nonexistent args
40631# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 40632# OS/2's system install, which has a completely different semantic
a848cd7e
SC
40633# ./install, which can be erroneously created by make from ./install.sh.
40634echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
40635echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
40636if test -z "$INSTALL"; then
40637if test "${ac_cv_path_install+set}" = set; then
40638 echo $ECHO_N "(cached) $ECHO_C" >&6
40639else
40640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40641for as_dir in $PATH
40642do
40643 IFS=$as_save_IFS
40644 test -z "$as_dir" && as_dir=.
40645 # Account for people who put trailing slashes in PATH elements.
40646case $as_dir/ in
40647 ./ | .// | /cC/* | \
40648 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 40649 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
40650 /usr/ucb/* ) ;;
40651 *)
40652 # OSF1 and SCO ODT 3.0 have their own names for install.
40653 # Don't use installbsd from OSF since it installs stuff as root
40654 # by default.
40655 for ac_prog in ginstall scoinst install; do
40656 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
40657 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
40658 if test $ac_prog = install &&
40659 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
40660 # AIX install. It has an incompatible calling convention.
40661 :
40662 elif test $ac_prog = install &&
40663 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
40664 # program-specific install script used by HP pwplus--don't use.
40665 :
40666 else
40667 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
40668 break 3
40669 fi
40670 fi
a848cd7e
SC
40671 done
40672 done
40673 ;;
40674esac
40675done
40676
40677
40678fi
40679 if test "${ac_cv_path_install+set}" = set; then
40680 INSTALL=$ac_cv_path_install
40681 else
40682 # As a last resort, use the slow shell script. We don't cache a
40683 # path for INSTALL within a source directory, because that will
40684 # break other packages using the cache if that directory is
40685 # removed, or if the path is relative.
40686 INSTALL=$ac_install_sh
40687 fi
40688fi
40689echo "$as_me:$LINENO: result: $INSTALL" >&5
40690echo "${ECHO_T}$INSTALL" >&6
40691
40692# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
40693# It thinks the first close brace ends the variable substitution.
40694test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
40695
40696test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
40697
40698test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
40699
40700 echo "$as_me:$LINENO: checking whether ln -s works" >&5
40701echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
40702LN_S=$as_ln_s
40703if test "$LN_S" = "ln -s"; then
40704 echo "$as_me:$LINENO: result: yes" >&5
40705echo "${ECHO_T}yes" >&6
40706else
40707 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
40708echo "${ECHO_T}no, using $LN_S" >&6
40709fi
40710
40711
40712 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
40713echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 40714set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
40715if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
40716 echo $ECHO_N "(cached) $ECHO_C" >&6
40717else
40718 cat >conftest.make <<\_ACEOF
40719all:
40720 @echo 'ac_maketemp="$(MAKE)"'
40721_ACEOF
40722# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
40723eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
40724if test -n "$ac_maketemp"; then
40725 eval ac_cv_prog_make_${ac_make}_set=yes
40726else
40727 eval ac_cv_prog_make_${ac_make}_set=no
40728fi
40729rm -f conftest.make
40730fi
40731if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
40732 echo "$as_me:$LINENO: result: yes" >&5
40733echo "${ECHO_T}yes" >&6
40734 SET_MAKE=
40735else
40736 echo "$as_me:$LINENO: result: no" >&5
40737echo "${ECHO_T}no" >&6
40738 SET_MAKE="MAKE=${MAKE-make}"
40739fi
40740
40741
40742
40743 if test -n "$ac_tool_prefix"; then
40744 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
40745set dummy ${ac_tool_prefix}ar; ac_word=$2
40746echo "$as_me:$LINENO: checking for $ac_word" >&5
40747echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40748if test "${ac_cv_prog_AR+set}" = set; then
40749 echo $ECHO_N "(cached) $ECHO_C" >&6
40750else
40751 if test -n "$AR"; then
40752 ac_cv_prog_AR="$AR" # Let the user override the test.
40753else
40754as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40755for as_dir in $PATH
40756do
40757 IFS=$as_save_IFS
40758 test -z "$as_dir" && as_dir=.
40759 for ac_exec_ext in '' $ac_executable_extensions; do
40760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40761 ac_cv_prog_AR="${ac_tool_prefix}ar"
40762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40763 break 2
40764 fi
40765done
40766done
40767
40768fi
40769fi
40770AR=$ac_cv_prog_AR
40771if test -n "$AR"; then
40772 echo "$as_me:$LINENO: result: $AR" >&5
40773echo "${ECHO_T}$AR" >&6
40774else
40775 echo "$as_me:$LINENO: result: no" >&5
40776echo "${ECHO_T}no" >&6
40777fi
40778
40779fi
40780if test -z "$ac_cv_prog_AR"; then
40781 ac_ct_AR=$AR
40782 # Extract the first word of "ar", so it can be a program name with args.
40783set dummy ar; ac_word=$2
40784echo "$as_me:$LINENO: checking for $ac_word" >&5
40785echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40786if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
40787 echo $ECHO_N "(cached) $ECHO_C" >&6
40788else
40789 if test -n "$ac_ct_AR"; then
40790 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
40791else
40792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40793for as_dir in $PATH
40794do
40795 IFS=$as_save_IFS
40796 test -z "$as_dir" && as_dir=.
40797 for ac_exec_ext in '' $ac_executable_extensions; do
40798 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40799 ac_cv_prog_ac_ct_AR="ar"
40800 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40801 break 2
40802 fi
40803done
40804done
40805
40806 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
40807fi
40808fi
40809ac_ct_AR=$ac_cv_prog_ac_ct_AR
40810if test -n "$ac_ct_AR"; then
40811 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
40812echo "${ECHO_T}$ac_ct_AR" >&6
40813else
40814 echo "$as_me:$LINENO: result: no" >&5
40815echo "${ECHO_T}no" >&6
40816fi
40817
40818 AR=$ac_ct_AR
40819else
40820 AR="$ac_cv_prog_AR"
40821fi
40822
40823 if test -n "$ac_tool_prefix"; then
40824 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
40825set dummy ${ac_tool_prefix}strip; ac_word=$2
40826echo "$as_me:$LINENO: checking for $ac_word" >&5
40827echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40828if test "${ac_cv_prog_STRIP+set}" = set; then
40829 echo $ECHO_N "(cached) $ECHO_C" >&6
40830else
40831 if test -n "$STRIP"; then
40832 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
40833else
40834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40835for as_dir in $PATH
40836do
40837 IFS=$as_save_IFS
40838 test -z "$as_dir" && as_dir=.
40839 for ac_exec_ext in '' $ac_executable_extensions; do
40840 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40841 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
40842 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40843 break 2
40844 fi
40845done
40846done
40847
40848fi
40849fi
40850STRIP=$ac_cv_prog_STRIP
40851if test -n "$STRIP"; then
40852 echo "$as_me:$LINENO: result: $STRIP" >&5
40853echo "${ECHO_T}$STRIP" >&6
40854else
40855 echo "$as_me:$LINENO: result: no" >&5
40856echo "${ECHO_T}no" >&6
40857fi
40858
40859fi
40860if test -z "$ac_cv_prog_STRIP"; then
40861 ac_ct_STRIP=$STRIP
40862 # Extract the first word of "strip", so it can be a program name with args.
40863set dummy strip; ac_word=$2
40864echo "$as_me:$LINENO: checking for $ac_word" >&5
40865echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40866if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
40867 echo $ECHO_N "(cached) $ECHO_C" >&6
40868else
40869 if test -n "$ac_ct_STRIP"; then
40870 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
40871else
40872as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40873for as_dir in $PATH
40874do
40875 IFS=$as_save_IFS
40876 test -z "$as_dir" && as_dir=.
40877 for ac_exec_ext in '' $ac_executable_extensions; do
40878 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40879 ac_cv_prog_ac_ct_STRIP="strip"
40880 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40881 break 2
40882 fi
40883done
40884done
40885
40886 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
40887fi
40888fi
40889ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
40890if test -n "$ac_ct_STRIP"; then
40891 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
40892echo "${ECHO_T}$ac_ct_STRIP" >&6
40893else
40894 echo "$as_me:$LINENO: result: no" >&5
40895echo "${ECHO_T}no" >&6
40896fi
40897
40898 STRIP=$ac_ct_STRIP
40899else
40900 STRIP="$ac_cv_prog_STRIP"
40901fi
40902
40903 if test -n "$ac_tool_prefix"; then
40904 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
40905set dummy ${ac_tool_prefix}nm; ac_word=$2
40906echo "$as_me:$LINENO: checking for $ac_word" >&5
40907echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40908if test "${ac_cv_prog_NM+set}" = set; then
40909 echo $ECHO_N "(cached) $ECHO_C" >&6
40910else
40911 if test -n "$NM"; then
40912 ac_cv_prog_NM="$NM" # Let the user override the test.
40913else
40914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40915for as_dir in $PATH
40916do
40917 IFS=$as_save_IFS
40918 test -z "$as_dir" && as_dir=.
40919 for ac_exec_ext in '' $ac_executable_extensions; do
40920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40921 ac_cv_prog_NM="${ac_tool_prefix}nm"
40922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40923 break 2
40924 fi
40925done
40926done
40927
40928fi
40929fi
40930NM=$ac_cv_prog_NM
40931if test -n "$NM"; then
40932 echo "$as_me:$LINENO: result: $NM" >&5
40933echo "${ECHO_T}$NM" >&6
40934else
40935 echo "$as_me:$LINENO: result: no" >&5
40936echo "${ECHO_T}no" >&6
40937fi
40938
40939fi
40940if test -z "$ac_cv_prog_NM"; then
40941 ac_ct_NM=$NM
40942 # Extract the first word of "nm", so it can be a program name with args.
40943set dummy nm; ac_word=$2
40944echo "$as_me:$LINENO: checking for $ac_word" >&5
40945echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40946if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
40947 echo $ECHO_N "(cached) $ECHO_C" >&6
40948else
40949 if test -n "$ac_ct_NM"; then
40950 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
40951else
40952as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40953for as_dir in $PATH
40954do
40955 IFS=$as_save_IFS
40956 test -z "$as_dir" && as_dir=.
40957 for ac_exec_ext in '' $ac_executable_extensions; do
40958 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40959 ac_cv_prog_ac_ct_NM="nm"
40960 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40961 break 2
40962 fi
40963done
40964done
40965
40966 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
40967fi
40968fi
40969ac_ct_NM=$ac_cv_prog_ac_ct_NM
40970if test -n "$ac_ct_NM"; then
40971 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
40972echo "${ECHO_T}$ac_ct_NM" >&6
40973else
40974 echo "$as_me:$LINENO: result: no" >&5
40975echo "${ECHO_T}no" >&6
40976fi
40977
40978 NM=$ac_ct_NM
40979else
40980 NM="$ac_cv_prog_NM"
40981fi
40982
40983
40984 case ${BAKEFILE_HOST} in
40985 *-hp-hpux* )
1e9e8aba 40986 INSTALL_DIR="mkdir -p"
a848cd7e
SC
40987 ;;
40988 *) INSTALL_DIR="$INSTALL -d"
40989 ;;
40990 esac
40991
40992
40993 LDFLAGS_GUI=
40994 case ${BAKEFILE_HOST} in
40995 *-*-cygwin* | *-*-mingw32* )
40996 LDFLAGS_GUI="-mwindows"
40997 esac
40998
40999
41000 fi
41001
41002 echo "$as_me:$LINENO: checking if make is GNU make" >&5
41003echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
41004if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
41005 echo $ECHO_N "(cached) $ECHO_C" >&6
41006else
41007
41008 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
41009 egrep -s GNU > /dev/null); then
41010 bakefile_cv_prog_makeisgnu="yes"
41011 else
41012 bakefile_cv_prog_makeisgnu="no"
41013 fi
41014
41015fi
41016echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
41017echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
41018
41019 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
41020 IF_GNU_MAKE=""
41021 else
41022 IF_GNU_MAKE="#"
41023 fi
41024
41025
41026
41027 PLATFORM_UNIX=0
41028 PLATFORM_WIN32=0
41029 PLATFORM_MSDOS=0
41030 PLATFORM_MAC=0
1e9e8aba 41031 PLATFORM_MACOS=0
a848cd7e
SC
41032 PLATFORM_MACOSX=0
41033 PLATFORM_OS2=0
1e9e8aba 41034 PLATFORM_BEOS=0
a848cd7e
SC
41035
41036 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
41037 case "${BAKEFILE_HOST}" in
41038 *-*-cygwin* | *-*-mingw32* )
41039 PLATFORM_WIN32=1
41040 ;;
41041 *-pc-msdosdjgpp )
41042 PLATFORM_MSDOS=1
41043 ;;
41044 *-pc-os2_emx | *-pc-os2-emx )
41045 PLATFORM_OS2=1
41046 ;;
41047 powerpc-*-darwin* )
41048 PLATFORM_MAC=1
41049 PLATFORM_MACOSX=1
41050 ;;
1e9e8aba
DE
41051 *-*-beos* )
41052 PLATFORM_BEOS=1
41053 ;;
41054 powerpc-apple-macos* )
41055 PLATFORM_MAC=1
41056 PLATFORM_MACOS=1
41057 ;;
a848cd7e
SC
41058 * )
41059 PLATFORM_UNIX=1
41060 ;;
41061 esac
41062 else
41063 case "$BAKEFILE_FORCE_PLATFORM" in
41064 win32 )
41065 PLATFORM_WIN32=1
41066 ;;
41067 msdos )
41068 PLATFORM_MSDOS=1
41069 ;;
41070 os2 )
41071 PLATFORM_OS2=1
41072 ;;
41073 darwin )
41074 PLATFORM_MAC=1
41075 PLATFORM_MACOSX=1
41076 ;;
41077 unix )
41078 PLATFORM_UNIX=1
41079 ;;
1e9e8aba
DE
41080 beos )
41081 PLATFORM_BEOS=1
41082 ;;
a848cd7e
SC
41083 * )
41084 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
41085echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
41086 { (exit 1); exit 1; }; }
41087 ;;
41088 esac
41089 fi
41090
41091
41092
41093
41094
41095
41096
41097
41098
1e9e8aba
DE
41099
41100
a848cd7e
SC
41101 # Check whether --enable-omf or --disable-omf was given.
41102if test "${enable_omf+set}" = set; then
41103 enableval="$enable_omf"
41104 bk_os2_use_omf="$enableval"
41105fi;
41106
41107 case "${BAKEFILE_HOST}" in
41108 *-*-darwin* )
41109 CFLAGS="$CFLAGS -fno-common"
41110 CXXFLAGS="$CXXFLAGS -fno-common"
41111 ;;
41112
41113 *-pc-os2_emx | *-pc-os2-emx )
41114 if test "x$bk_os2_use_omf" = "xyes" ; then
41115 AR=emxomfar
41116 RANLIB=:
41117 LDFLAGS="-Zomf $LDFLAGS"
41118 CFLAGS="-Zomf $CFLAGS"
41119 CXXFLAGS="-Zomf $CXXFLAGS"
41120 OS2_LIBEXT="lib"
41121 else
41122 OS2_LIBEXT="a"
41123 fi
41124 ;;
1e9e8aba
DE
41125
41126 i*86-*-beos* )
41127 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
41128 ;;
a848cd7e
SC
41129 esac
41130
41131
41132 SO_SUFFIX="so"
41133 SO_SUFFIX_MODULE="so"
41134 EXEEXT=""
41135 LIBPREFIX="lib"
41136 LIBEXT=".a"
41137 DLLPREFIX="lib"
41138 DLLPREFIX_MODULE=""
41139 DLLIMP_SUFFIX=""
41140
41141 case "${BAKEFILE_HOST}" in
41142 *-hp-hpux* )
41143 SO_SUFFIX="sl"
41144 SO_SUFFIX_MODULE="sl"
41145 ;;
41146 *-*-aix* )
41147 SO_SUFFIX="a"
41148 SO_SUFFIX_MODULE="a"
41149 ;;
41150 *-*-cygwin* | *-*-mingw32* )
41151 SO_SUFFIX="dll"
41152 SO_SUFFIX_MODULE="dll"
41153 DLLIMP_SUFFIX="dll.a"
41154 EXEEXT=".exe"
41155 DLLPREFIX=""
41156 ;;
41157 *-pc-msdosdjgpp )
41158 EXEEXT=".exe"
41159 DLLPREFIX=""
41160 ;;
41161 *-pc-os2_emx | *-pc-os2-emx )
41162 SO_SUFFIX="dll"
41163 SO_SUFFIX_MODULE="dll"
41164 DLLIMP_SUFFIX=$OS2_LIBEXT
41165 EXEEXT=".exe"
41166 DLLPREFIX=""
41167 LIBPREFIX=""
41168 LIBEXT=".$OS2_LIBEXT"
41169 ;;
41170 powerpc-*-darwin* )
41171 SO_SUFFIX="dylib"
41172 SO_SUFFIX_MODULE="bundle"
41173 ;;
41174 esac
41175
41176 if test "x$DLLIMP_SUFFIX" = "x" ; then
41177 DLLIMP_SUFFIX="$SO_SUFFIX"
41178 fi
41179
41180
41181
41182
41183
41184
41185
41186
41187
41188
41189
1e9e8aba
DE
41190 PIC_FLAG=""
41191 if test "x$GCC" = "xyes"; then
a848cd7e
SC
41192 PIC_FLAG="-fPIC"
41193 fi
41194
1e9e8aba
DE
41195 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
41196 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
41197
a848cd7e
SC
41198 case "${BAKEFILE_HOST}" in
41199 *-hp-hpux* )
1e9e8aba 41200 if test "x$GCC" != "xyes"; then
a848cd7e
SC
41201 LDFLAGS="$LDFLAGS -L/usr/lib"
41202
41203 SHARED_LD_CC="${CC} -b -o"
41204 SHARED_LD_CXX="${CXX} -b -o"
41205 PIC_FLAG="+Z"
41206 fi
41207 ;;
41208
41209 *-*-linux* )
41210 if test "x$GCC" != "xyes"; then
41211 echo "$as_me:$LINENO: checking for Intel compiler" >&5
41212echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
41213if test "${bakefile_cv_prog_icc+set}" = set; then
41214 echo $ECHO_N "(cached) $ECHO_C" >&6
41215else
41216
41217 cat >conftest.$ac_ext <<_ACEOF
41218/* confdefs.h. */
41219_ACEOF
41220cat confdefs.h >>conftest.$ac_ext
41221cat >>conftest.$ac_ext <<_ACEOF
41222/* end confdefs.h. */
41223
41224int
41225main ()
41226{
41227
41228 #ifndef __INTEL_COMPILER
41229 #error Not icc
41230 #endif
41231
41232 ;
41233 return 0;
41234}
41235_ACEOF
41236rm -f conftest.$ac_objext
41237if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 41238 (eval $ac_compile) 2>conftest.er1
a848cd7e 41239 ac_status=$?
ac1cb8d3
VS
41240 grep -v '^ *+' conftest.er1 >conftest.err
41241 rm -f conftest.er1
41242 cat conftest.err >&5
a848cd7e
SC
41243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41244 (exit $ac_status); } &&
07158944 41245 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
41246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41247 (eval $ac_try) 2>&5
41248 ac_status=$?
41249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41250 (exit $ac_status); }; } &&
41251 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
41252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41253 (eval $ac_try) 2>&5
41254 ac_status=$?
41255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41256 (exit $ac_status); }; }; then
41257 bakefile_cv_prog_icc=yes
41258else
41259 echo "$as_me: failed program was:" >&5
41260sed 's/^/| /' conftest.$ac_ext >&5
41261
41262bakefile_cv_prog_icc=no
41263
41264fi
ac1cb8d3 41265rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
41266
41267fi
41268echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
41269echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
41270 if test "$bakefile_cv_prog_icc" = "yes"; then
41271 PIC_FLAG="-KPIC"
41272 fi
41273 fi
41274 ;;
41275
41276 *-*-solaris2* )
41277 if test "x$GCC" != xyes ; then
41278 SHARED_LD_CC="${CC} -G -o"
41279 SHARED_LD_CXX="${CXX} -G -o"
41280 PIC_FLAG="-KPIC"
41281 fi
41282 ;;
41283
41284 *-*-darwin* )
41285
41286 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
41287echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
41288if test "${wx_cv_gcc31+set}" = set; then
41289 echo $ECHO_N "(cached) $ECHO_C" >&6
41290else
41291
41292 cat >conftest.$ac_ext <<_ACEOF
41293/* confdefs.h. */
41294_ACEOF
41295cat confdefs.h >>conftest.$ac_ext
41296cat >>conftest.$ac_ext <<_ACEOF
41297/* end confdefs.h. */
41298
41299int
41300main ()
41301{
41302
41303 #if (__GNUC__ < 3) || \
41304 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
41305 #error old gcc
41306 #endif
41307
41308 ;
41309 return 0;
41310}
41311_ACEOF
41312rm -f conftest.$ac_objext
41313if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 41314 (eval $ac_compile) 2>conftest.er1
a848cd7e 41315 ac_status=$?
ac1cb8d3
VS
41316 grep -v '^ *+' conftest.er1 >conftest.err
41317 rm -f conftest.er1
41318 cat conftest.err >&5
a848cd7e
SC
41319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41320 (exit $ac_status); } &&
07158944 41321 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
41322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41323 (eval $ac_try) 2>&5
41324 ac_status=$?
41325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41326 (exit $ac_status); }; } &&
41327 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
41328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41329 (eval $ac_try) 2>&5
41330 ac_status=$?
41331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41332 (exit $ac_status); }; }; then
41333
41334 wx_cv_gcc31=yes
41335
41336else
41337 echo "$as_me: failed program was:" >&5
41338sed 's/^/| /' conftest.$ac_ext >&5
41339
41340
41341 wx_cv_gcc31=no
41342
41343
41344fi
ac1cb8d3 41345rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
41346
41347fi
41348echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
41349echo "${ECHO_T}$wx_cv_gcc31" >&6
41350 if test "$wx_cv_gcc31" = "no"; then
473276a9
VS
41351
41352D='$'
41353cat <<EOF >shared-ld-sh
a848cd7e
SC
41354#!/bin/sh
41355#-----------------------------------------------------------------------------
41356#-- Name: distrib/mac/shared-ld-sh
41357#-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
41358#-- Author: Gilles Depeyrot
41359#-- Copyright: (c) 2002 Gilles Depeyrot
41360#-- Licence: any use permitted
41361#-----------------------------------------------------------------------------
41362
41363verbose=0
41364args=""
41365objects=""
41366linking_flag="-dynamiclib"
41367
473276a9
VS
41368while test ${D}# -gt 0; do
41369 case ${D}1 in
a848cd7e
SC
41370
41371 -v)
41372 verbose=1
41373 ;;
41374
41375 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
41376 # collect these options and values
473276a9 41377 args="${D}{args} ${D}1 ${D}2"
a848cd7e
SC
41378 shift
41379 ;;
41380
41381 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
41382 # collect these options
473276a9 41383 args="${D}{args} ${D}1"
a848cd7e
SC
41384 ;;
41385
41386 -dynamiclib|-bundle)
473276a9 41387 linking_flag="${D}1"
a848cd7e
SC
41388 ;;
41389
41390 -*)
473276a9 41391 echo "shared-ld: unhandled option '${D}1'"
a848cd7e
SC
41392 exit 1
41393 ;;
41394
41395 *.o | *.a | *.dylib)
41396 # collect object files
473276a9 41397 objects="${D}{objects} ${D}1"
a848cd7e
SC
41398 ;;
41399
41400 *)
473276a9 41401 echo "shared-ld: unhandled argument '${D}1'"
a848cd7e
SC
41402 exit 1
41403 ;;
41404
41405 esac
41406 shift
41407done
41408
41409#
41410# Link one module containing all the others
41411#
473276a9
VS
41412if test ${D}{verbose} = 1; then
41413 echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
a848cd7e 41414fi
473276a9
VS
41415c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
41416status=${D}?
41417if test ${D}{status} != 0; then
41418 exit ${D}{status}
a848cd7e
SC
41419fi
41420
41421#
41422# Link the shared library from the single module created
41423#
473276a9
VS
41424if test ${D}{verbose} = 1; then
41425 echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
a848cd7e 41426fi
473276a9
VS
41427c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
41428status=${D}?
41429if test ${D}{status} != 0; then
41430 exit ${D}{status}
a848cd7e
SC
41431fi
41432
41433#
41434# Remove intermediate module
41435#
473276a9 41436rm -f master.${D}${D}.o
a848cd7e
SC
41437
41438exit 0
41439EOF
473276a9 41440
a848cd7e
SC
41441 chmod +x shared-ld-sh
41442
41443 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
41444 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
41445 SHARED_LD_CXX="$SHARED_LD_CC"
41446 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
41447 else
41448 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
41449 SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o"
41450 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
41451 SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
41452 fi
41453
41454 PIC_FLAG="-dynamic -fPIC"
41455 ;;
41456
41457 *-*-aix* )
41458 if test "x$GCC" != "xyes"; then
41459 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
41460set dummy makeC++SharedLib; ac_word=$2
41461echo "$as_me:$LINENO: checking for $ac_word" >&5
41462echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41463if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
41464 echo $ECHO_N "(cached) $ECHO_C" >&6
41465else
41466 if test -n "$AIX_CXX_LD"; then
41467 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
41468else
41469as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41470for as_dir in $PATH
41471do
41472 IFS=$as_save_IFS
41473 test -z "$as_dir" && as_dir=.
41474 for ac_exec_ext in '' $ac_executable_extensions; do
41475 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41476 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
41477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41478 break 2
41479 fi
41480done
41481done
41482
41483 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
41484fi
41485fi
41486AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
41487if test -n "$AIX_CXX_LD"; then
41488 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
41489echo "${ECHO_T}$AIX_CXX_LD" >&6
41490else
41491 echo "$as_me:$LINENO: result: no" >&5
41492echo "${ECHO_T}no" >&6
41493fi
41494
41495 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
41496 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
41497 fi
41498 ;;
41499
41500 *-*-beos* )
1e9e8aba
DE
41501 SHARED_LD_CC="${LD} -nostart -o"
41502 SHARED_LD_CXX="${LD} -nostart -o"
a848cd7e
SC
41503 ;;
41504
41505 *-*-irix* )
41506 if test "x$GCC" != "xyes"; then
41507 PIC_FLAG="-KPIC"
41508 fi
41509 ;;
41510
41511 *-*-cygwin* | *-*-mingw32* )
41512 PIC_FLAG=""
1e9e8aba
DE
41513 SHARED_LD_CC="\$(CC) -shared -o"
41514 SHARED_LD_CXX="\$(CXX) -shared -o"
a848cd7e
SC
41515 ;;
41516
41517 *-pc-os2_emx | *-pc-os2-emx )
b1d22ded
DE
41518 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41519 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
a848cd7e 41520 PIC_FLAG=""
473276a9
VS
41521
41522D='$'
41523cat <<EOF >dllar.sh
41524#!/bin/sh
41525#
41526# dllar - a tool to build both a .dll and an .a file
41527# from a set of object (.o) files for EMX/OS2.
41528#
41529# Written by Andrew Zabolotny, bit@freya.etu.ru
41530# Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
41531#
41532# This script will accept a set of files on the command line.
41533# All the public symbols from the .o files will be exported into
41534# a .DEF file, then linker will be run (through gcc) against them to
41535# build a shared library consisting of all given .o files. All libraries
41536# (.a) will be first decompressed into component .o files then act as
41537# described above. You can optionally give a description (-d "description")
41538# which will be put into .DLL. To see the list of accepted options (as well
41539# as command-line format) simply run this program without options. The .DLL
41540# is built to be imported by name (there is no guarantee that new versions
41541# of the library you build will have same ordinals for same symbols).
41542#
41543# dllar is free software; you can redistribute it and/or modify
41544# it under the terms of the GNU General Public License as published by
41545# the Free Software Foundation; either version 2, or (at your option)
41546# any later version.
41547#
41548# dllar is distributed in the hope that it will be useful,
41549# but WITHOUT ANY WARRANTY; without even the implied warranty of
41550# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41551# GNU General Public License for more details.
41552#
41553# You should have received a copy of the GNU General Public License
41554# along with dllar; see the file COPYING. If not, write to the Free
41555# Software Foundation, 59 Temple Place - Suite 330, Boston, MA
41556# 02111-1307, USA.
41557
41558# To successfuly run this program you will need:
41559# - Current drive should have LFN support (HPFS, ext2, network, etc)
41560# (Sometimes dllar generates filenames which won't fit 8.3 scheme)
41561# - gcc
41562# (used to build the .dll)
41563# - emxexp
41564# (used to create .def file from .o files)
41565# - emximp
41566# (used to create .a file from .def file)
41567# - GNU text utilites (cat, sort, uniq)
41568# used to process emxexp output
41569# - GNU file utilities (mv, rm)
41570# - GNU sed
41571# - lxlite (optional, see flag below)
41572# (used for general .dll cleanup)
41573#
41574
41575flag_USE_LXLITE=1;
41576
41577#
41578# helper functions
41579# basnam, variant of basename, which does _not_ remove the path, _iff_
41580# second argument (suffix to remove) is given
41581basnam(){
41582 case ${D}# in
41583 1)
1e9e8aba 41584 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
473276a9
VS
41585 ;;
41586 2)
41587 echo ${D}1 | sed 's/'${D}2'${D}//'
41588 ;;
41589 *)
41590 echo "error in basnam ${D}*"
41591 exit 8
41592 ;;
41593 esac
41594}
41595
41596# Cleanup temporary files and output
41597CleanUp() {
41598 cd ${D}curDir
41599 for i in ${D}inputFiles ; do
41600 case ${D}i in
41601 *!)
41602 rm -rf \`basnam ${D}i !\`
41603 ;;
41604 *)
41605 ;;
41606 esac
41607 done
41608
41609 # Kill result in case of failure as there is just to many stupid make/nmake
41610 # things out there which doesn't do this.
1e9e8aba 41611 if [ ${D}# -eq 0 ]; then
473276a9
VS
41612 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
41613 fi
41614}
41615
41616# Print usage and exit script with rc=1.
41617PrintHelp() {
b1d22ded
DE
41618 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
41619 echo ' [-name-mangler-script script.sh]'
41620 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
41621 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
41622 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
1e9e8aba 41623 echo ' [*.o] [*.a]'
473276a9
VS
41624 echo '*> "output_file" should have no extension.'
41625 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
41626 echo ' The import library name is derived from this and is set to "name".a,'
41627 echo ' unless overridden by -import'
41628 echo '*> "importlib_name" should have no extension.'
41629 echo ' If it has the .o, or .a extension, it is automatically removed.'
41630 echo ' This name is used as the import library name and may be longer and'
41631 echo ' more descriptive than the DLL name which has to follow the old '
41632 echo ' 8.3 convention of FAT.'
b1d22ded
DE
41633 echo '*> "script.sh may be given to override the output_file name by a'
41634 echo ' different name. It is mainly useful if the regular make process'
41635 echo ' of some package does not take into account OS/2 restriction of'
41636 echo ' DLL name lengths. It takes the importlib name as input and is'
41637 echo ' supposed to procude a shorter name as output. The script should'
41638 echo ' expect to get importlib_name without extension and should produce'
41639 echo ' a (max.) 8 letter name without extension.'
473276a9
VS
41640 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
41641 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
41642 echo ' These flags will be put at the start of GCC command line.'
b1d22ded
DE
41643 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
41644 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
473276a9
VS
41645 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
41646 echo ' If the last character of a symbol is "*", all symbols beginning'
41647 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
b1d22ded 41648 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
473276a9 41649 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
b1d22ded 41650 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
473276a9 41651 echo ' C runtime DLLs.'
b1d22ded 41652 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
473276a9
VS
41653 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
41654 echo ' unchanged to GCC at the end of command line.'
41655 echo '*> If you create a DLL from a library and you do not specify -o,'
41656 echo ' the basename for DLL and import library will be set to library name,'
41657 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
41658 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
41659 echo ' library will be renamed into gcc_s.a.'
41660 echo '--------'
41661 echo 'Example:'
41662 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
41663 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
41664 CleanUp
41665 exit 1
41666}
41667
41668# Execute a command.
41669# If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
41670# @Uses Whatever CleanUp() uses.
41671doCommand() {
41672 echo "${D}*"
41673 eval ${D}*
41674 rcCmd=${D}?
41675
1e9e8aba 41676 if [ ${D}rcCmd -ne 0 ]; then
473276a9
VS
41677 echo "command failed, exit code="${D}rcCmd
41678 CleanUp
41679 exit ${D}rcCmd
41680 fi
41681}
41682
41683# main routine
41684# setup globals
41685cmdLine=${D}*
41686outFile=""
41687outimpFile=""
41688inputFiles=""
b1d22ded 41689renameScript=""
473276a9
VS
41690description=""
41691CC=gcc.exe
41692CFLAGS="-s -Zcrtdll"
41693EXTRA_CFLAGS=""
41694EXPORT_BY_ORDINALS=0
41695exclude_symbols=""
41696library_flags=""
41697curDir=\`pwd\`
41698curDirS=curDir
41699case ${D}curDirS in
41700*/)
41701 ;;
41702*)
41703 curDirS=${D}{curDirS}"/"
41704 ;;
41705esac
41706# Parse commandline
41707libsToLink=0
b1d22ded 41708omfLinking=0
1e9e8aba 41709while [ ${D}1 ]; do
473276a9
VS
41710 case ${D}1 in
41711 -ord*)
41712 EXPORT_BY_ORDINALS=1;
41713 ;;
41714 -o*)
41715 shift
41716 outFile=${D}1
41717 ;;
41718 -i*)
41719 shift
41720 outimpFile=${D}1
41721 ;;
b1d22ded
DE
41722 -name-mangler-script)
41723 shift
41724 renameScript=${D}1
41725 ;;
473276a9
VS
41726 -d*)
41727 shift
41728 description=${D}1
41729 ;;
41730 -f*)
41731 shift
41732 CFLAGS=${D}1
41733 ;;
41734 -c*)
41735 shift
41736 CC=${D}1
41737 ;;
41738 -h*)
41739 PrintHelp
41740 ;;
41741 -ex*)
41742 shift
41743 exclude_symbols=${D}{exclude_symbols}${D}1" "
41744 ;;
41745 -libf*)
41746 shift
41747 library_flags=${D}{library_flags}${D}1" "
41748 ;;
41749 -nocrt*)
41750 CFLAGS="-s"
41751 ;;
41752 -nolxl*)
41753 flag_USE_LXLITE=0
41754 ;;
41755 -* | /*)
41756 case ${D}1 in
41757 -L* | -l*)
41758 libsToLink=1
41759 ;;
b1d22ded
DE
41760 -Zomf)
41761 omfLinking=1
41762 ;;
473276a9
VS
41763 *)
41764 ;;
41765 esac
41766 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
41767 ;;
b1d22ded
DE
41768 *.dll)
41769 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
41770 if [ ${D}omfLinking -eq 1 ]; then
41771 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
41772 else
41773 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
41774 fi
41775 ;;
473276a9
VS
41776 *)
41777 found=0;
1e9e8aba 41778 if [ ${D}libsToLink -ne 0 ]; then
473276a9
VS
41779 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
41780 else
41781 for file in ${D}1 ; do
1e9e8aba 41782 if [ -f ${D}file ]; then
473276a9
VS
41783 inputFiles="${D}{inputFiles} ${D}file"
41784 found=1
41785 fi
41786 done
1e9e8aba 41787 if [ ${D}found -eq 0 ]; then
473276a9
VS
41788 echo "ERROR: No file(s) found: "${D}1
41789 exit 8
41790 fi
41791 fi
41792 ;;
41793 esac
41794 shift
41795done # iterate cmdline words
41796
41797#
1e9e8aba 41798if [ -z "${D}inputFiles" ]; then
473276a9
VS
41799 echo "dllar: no input files"
41800 PrintHelp
41801fi
41802
41803# Now extract all .o files from .a files
41804newInputFiles=""
41805for file in ${D}inputFiles ; do
41806 case ${D}file in
41807 *.a | *.lib)
41808 case ${D}file in
41809 *.a)
41810 suffix=".a"
41811 AR="ar"
41812 ;;
41813 *.lib)
41814 suffix=".lib"
41815 AR="emxomfar"
41816 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
41817 ;;
41818 *)
41819 ;;
41820 esac
41821 dirname=\`basnam ${D}file ${D}suffix\`"_%"
41822 mkdir ${D}dirname
1e9e8aba 41823 if [ ${D}? -ne 0 ]; then
473276a9
VS
41824 echo "Failed to create subdirectory ./${D}dirname"
41825 CleanUp
41826 exit 8;
41827 fi
41828 # Append '!' to indicate archive
41829 newInputFiles="${D}newInputFiles ${D}{dirname}!"
41830 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
41831 cd ${D}curDir
41832 found=0;
41833 for subfile in ${D}dirname/*.o* ; do
1e9e8aba 41834 if [ -f ${D}subfile ]; then
473276a9 41835 found=1
1e9e8aba 41836 if [ -s ${D}subfile ]; then
473276a9
VS
41837 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
41838 newInputFiles="${D}newInputFiles ${D}subfile"
41839 fi
41840 fi
41841 done
1e9e8aba
DE
41842 if [ ${D}found -eq 0 ]; then
41843 echo "WARNING: there are no files in archive \\'${D}file\\'"
473276a9
VS
41844 fi
41845 ;;
41846 *)
41847 newInputFiles="${D}{newInputFiles} ${D}file"
41848 ;;
41849 esac
41850done
41851inputFiles="${D}newInputFiles"
41852
41853# Output filename(s).
41854do_backup=0;
1e9e8aba 41855if [ -z ${D}outFile ]; then
473276a9
VS
41856 do_backup=1;
41857 set outFile ${D}inputFiles; outFile=${D}2
41858fi
41859
41860# If it is an archive, remove the '!' and the '_%' suffixes
41861case ${D}outFile in
41862*_%!)
41863 outFile=\`basnam ${D}outFile _%!\`
41864 ;;
41865*)
41866 ;;
41867esac
41868case ${D}outFile in
41869*.dll)
41870 outFile=\`basnam ${D}outFile .dll\`
41871 ;;
41872*.DLL)
41873 outFile=\`basnam ${D}outFile .DLL\`
41874 ;;
41875*.o)
41876 outFile=\`basnam ${D}outFile .o\`
41877 ;;
41878*.obj)
41879 outFile=\`basnam ${D}outFile .obj\`
41880 ;;
41881*.a)
41882 outFile=\`basnam ${D}outFile .a\`
41883 ;;
41884*.lib)
41885 outFile=\`basnam ${D}outFile .lib\`
41886 ;;
41887*)
41888 ;;
41889esac
41890case ${D}outimpFile in
41891*.a)
41892 outimpFile=\`basnam ${D}outimpFile .a\`
41893 ;;
41894*.lib)
41895 outimpFile=\`basnam ${D}outimpFile .lib\`
41896 ;;
41897*)
41898 ;;
41899esac
1e9e8aba 41900if [ -z ${D}outimpFile ]; then
473276a9
VS
41901 outimpFile=${D}outFile
41902fi
41903defFile="${D}{outFile}.def"
41904arcFile="${D}{outimpFile}.a"
41905arcFile2="${D}{outimpFile}.lib"
b1d22ded
DE
41906
41907#create ${D}dllFile as something matching 8.3 restrictions,
41908if [ -z ${D}renameScript ] ; then
41909 dllFile="${D}outFile"
41910else
41911 dllFile=\`${D}renameScript ${D}outimpFile\`
41912fi
473276a9 41913
1e9e8aba
DE
41914if [ ${D}do_backup -ne 0 ] ; then
41915 if [ -f ${D}arcFile ] ; then
473276a9
VS
41916 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
41917 fi
1e9e8aba 41918 if [ -f ${D}arcFile2 ] ; then
473276a9
VS
41919 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
41920 fi
41921fi
41922
41923# Extract public symbols from all the object files.
41924tmpdefFile=${D}{defFile}_%
41925rm -f ${D}tmpdefFile
41926for file in ${D}inputFiles ; do
41927 case ${D}file in
41928 *!)
41929 ;;
41930 *)
41931 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
41932 ;;
41933 esac
41934done
41935
41936# Create the def file.
41937rm -f ${D}defFile
41938echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
b1d22ded
DE
41939dllFile="${D}{dllFile}.dll"
41940if [ ! -z ${D}description ]; then
1e9e8aba 41941 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
473276a9
VS
41942fi
41943echo "EXPORTS" >> ${D}defFile
41944
41945doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
41946grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
41947
41948# Checks if the export is ok or not.
41949for word in ${D}exclude_symbols; do
41950 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
41951 mv ${D}{tmpdefFile}% ${D}tmpdefFile
41952done
41953
41954
1e9e8aba
DE
41955if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
41956 sed "=" < ${D}tmpdefFile | \\
473276a9
VS
41957 sed '
41958 N
41959 : loop
1e9e8aba 41960 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
473276a9
VS
41961 t loop
41962 ' > ${D}{tmpdefFile}%
41963 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
41964else
41965 rm -f ${D}{tmpdefFile}%
41966fi
41967cat ${D}tmpdefFile >> ${D}defFile
41968rm -f ${D}tmpdefFile
41969
41970# Do linking, create implib, and apply lxlite.
41971gccCmdl="";
41972for file in ${D}inputFiles ; do
41973 case ${D}file in
41974 *!)
41975 ;;
41976 *)
41977 gccCmdl="${D}gccCmdl ${D}file"
41978 ;;
41979 esac
41980done
41981doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
41982touch "${D}{outFile}.dll"
41983
41984doCommand "emximp -o ${D}arcFile ${D}defFile"
1e9e8aba 41985if [ ${D}flag_USE_LXLITE -ne 0 ]; then
473276a9 41986 add_flags="";
1e9e8aba 41987 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
473276a9
VS
41988 add_flags="-ynd"
41989 fi
41990 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
41991fi
41992doCommand "emxomf -s -l ${D}arcFile"
41993
41994# Successful exit.
41995CleanUp 1
41996exit 0
41997EOF
41998
41999 chmod +x dllar.sh
a848cd7e
SC
42000 ;;
42001
1e9e8aba 42002 powerpc-apple-macos* | \
a848cd7e
SC
42003 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
42004 *-*-sunos4* | \
42005 *-*-osf* | \
42006 *-*-dgux5* | \
42007 *-*-sysv5* )
42008 ;;
42009
42010 *)
42011 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
42012echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
42013 { (exit 1); exit 1; }; }
42014 esac
42015
2057db16
VS
42016 if test "x$PIC_FLAG" != "x" ; then
42017 PIC_FLAG="$PIC_FLAG -DPIC"
42018 fi
42019
a848cd7e
SC
42020 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
42021 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
42022 fi
42023 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
42024 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
42025 fi
42026
42027
42028
42029
42030
42031
42032
42033
42034 USE_SOVERSION=0
42035 USE_SOVERLINUX=0
42036 USE_SOVERSOLARIS=0
42037 USE_SOSYMLINKS=0
42038 USE_MACVERSION=0
42039 SONAME_FLAG=
42040
42041 case "${BAKEFILE_HOST}" in
b1d22ded 42042 *-*-linux* | *-*-freebsd* )
5f652d0d
VS
42043 SONAME_FLAG="-Wl,-soname,"
42044 USE_SOVERSION=1
42045 USE_SOVERLINUX=1
42046 USE_SOSYMLINKS=1
42047 ;;
42048
a848cd7e
SC
42049 *-*-solaris2* )
42050 SONAME_FLAG="-h "
42051 USE_SOVERSION=1
42052 USE_SOVERSOLARIS=1
42053 USE_SOSYMLINKS=1
42054 ;;
42055
42056 *-*-darwin* )
42057 USE_MACVERSION=1
42058 USE_SOVERSION=1
42059 USE_SOSYMLINKS=1
42060 ;;
42061 esac
42062
42063
42064
42065
42066
42067
42068
42069
42070
42071 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
42072echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
42073 DEPS_TRACKING=0
42074
42075 if test "x$GCC" = "xyes"; then
42076 DEPSMODE=gcc
42077 DEPS_TRACKING=1
42078 case "${BAKEFILE_HOST}" in
42079 powerpc-*-darwin* )
42080 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
42081 ;;
42082 * )
42083 DEPSFLAG_GCC="-MMD"
42084 ;;
42085 esac
42086 echo "$as_me:$LINENO: result: gcc" >&5
42087echo "${ECHO_T}gcc" >&6
b1d22ded 42088 elif test "x$MWCC" = "xyes"; then
81f90336 42089 DEPSMODE=mwcc
b1d22ded 42090 DEPS_TRACKING=1
81f90336 42091 DEPSFLAG_MWCC="-MM"
b1d22ded
DE
42092 echo "$as_me:$LINENO: result: mwcc" >&5
42093echo "${ECHO_T}mwcc" >&6
a848cd7e
SC
42094 else
42095 echo "$as_me:$LINENO: result: none" >&5
42096echo "${ECHO_T}none" >&6
42097 fi
42098
42099 if test $DEPS_TRACKING = 1 ; then
473276a9
VS
42100
42101D='$'
42102cat <<EOF >bk-deps
a848cd7e
SC
42103#!/bin/sh
42104
42105# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
42106# script. It is used to track C/C++ files dependencies in portable way.
42107#
42108# Permission is given to use this file in any way.
42109
473276a9 42110DEPSMODE=${DEPSMODE}
a848cd7e 42111DEPSDIR=.deps
473276a9 42112DEPSFLAG_GCC="${DEPSFLAG_GCC}"
81f90336 42113DEPSFLAG_MWCC="${DEPSFLAG_MWCC}"
a848cd7e 42114
473276a9 42115mkdir -p ${D}DEPSDIR
a848cd7e 42116
473276a9
VS
42117if test ${D}DEPSMODE = gcc ; then
42118 ${D}* ${D}{DEPSFLAG_GCC}
42119 status=${D}?
42120 if test ${D}{status} != 0 ; then
42121 exit ${D}{status}
a848cd7e
SC
42122 fi
42123 # move created file to the location we want it in:
473276a9
VS
42124 while test ${D}# -gt 0; do
42125 case "${D}1" in
a848cd7e
SC
42126 -o )
42127 shift
473276a9 42128 objfile=${D}1
a848cd7e
SC
42129 ;;
42130 -* )
42131 ;;
42132 * )
473276a9 42133 srcfile=${D}1
a848cd7e
SC
42134 ;;
42135 esac
42136 shift
42137 done
1e9e8aba
DE
42138 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
42139 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
473276a9
VS
42140 if test -f ${D}depfile ; then
42141 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
42142 rm -f ${D}depfile
a848cd7e 42143 else
1e9e8aba 42144 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
473276a9
VS
42145 if test -f ${D}depfile ; then
42146 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
42147 rm -f ${D}depfile
a848cd7e
SC
42148 fi
42149 fi
42150 exit 0
81f90336
MW
42151elif test ${D}DEPSMODE = mwcc ; then
42152 ${D}*
42153 status=${D}?
42154 if test ${D}{status} != 0 ; then
42155 exit ${D}{status}
42156 fi
42157 # Run mwcc again with -MM and redirect into the dep file we want
42158 # NOTE: We can't use shift here because we need ${D}* to be valid
42159 prevarg=
42160 for arg in ${D}* ; do
42161 if test "${D}prevarg" = "-o"; then
42162 objfile=${D}arg
42163 else
42164 case "${D}arg" in
42165 -* )
42166 ;;
42167 * )
42168 srcfile=${D}arg
42169 ;;
42170 esac
42171 fi
42172 prevarg="${D}arg"
42173 done
42174 ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d
42175 exit 0
a848cd7e 42176else
473276a9
VS
42177 ${D}*
42178 exit ${D}?
a848cd7e
SC
42179fi
42180EOF
473276a9 42181
a848cd7e
SC
42182 chmod +x bk-deps
42183 fi
42184
42185
42186
42187
42188 RESCOMP=
42189 SETFILE=
42190
42191 case ${BAKEFILE_HOST} in
42192 *-*-cygwin* | *-*-mingw32* )
42193 if test "$build" != "$host" ; then
42194 RESCOMP=$host_alias-windres
42195 else
42196 # Extract the first word of "windres", so it can be a program name with args.
42197set dummy windres; ac_word=$2
42198echo "$as_me:$LINENO: checking for $ac_word" >&5
42199echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42200if test "${ac_cv_prog_RESCOMP+set}" = set; then
42201 echo $ECHO_N "(cached) $ECHO_C" >&6
42202else
42203 if test -n "$RESCOMP"; then
42204 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
42205else
42206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42207for as_dir in $PATH
42208do
42209 IFS=$as_save_IFS
42210 test -z "$as_dir" && as_dir=.
42211 for ac_exec_ext in '' $ac_executable_extensions; do
42212 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42213 ac_cv_prog_RESCOMP="windres"
42214 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42215 break 2
42216 fi
42217done
42218done
42219
42220 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
42221fi
42222fi
42223RESCOMP=$ac_cv_prog_RESCOMP
42224if test -n "$RESCOMP"; then
42225 echo "$as_me:$LINENO: result: $RESCOMP" >&5
42226echo "${ECHO_T}$RESCOMP" >&6
42227else
42228 echo "$as_me:$LINENO: result: no" >&5
42229echo "${ECHO_T}no" >&6
42230fi
42231
42232 fi
42233 ;;
42234
1e9e8aba 42235 *-*-darwin* | powerpc-apple-macos* )
a848cd7e
SC
42236 # Extract the first word of "Rez", so it can be a program name with args.
42237set dummy Rez; ac_word=$2
42238echo "$as_me:$LINENO: checking for $ac_word" >&5
42239echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42240if test "${ac_cv_prog_RESCOMP+set}" = set; then
42241 echo $ECHO_N "(cached) $ECHO_C" >&6
42242else
42243 if test -n "$RESCOMP"; then
42244 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
42245else
42246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42247for as_dir in $PATH
42248do
42249 IFS=$as_save_IFS
42250 test -z "$as_dir" && as_dir=.
42251 for ac_exec_ext in '' $ac_executable_extensions; do
42252 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42253 ac_cv_prog_RESCOMP="Rez"
42254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42255 break 2
42256 fi
42257done
42258done
42259
42260 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
42261fi
42262fi
42263RESCOMP=$ac_cv_prog_RESCOMP
42264if test -n "$RESCOMP"; then
42265 echo "$as_me:$LINENO: result: $RESCOMP" >&5
42266echo "${ECHO_T}$RESCOMP" >&6
42267else
42268 echo "$as_me:$LINENO: result: no" >&5
42269echo "${ECHO_T}no" >&6
42270fi
42271
42272 # Extract the first word of "SetFile", so it can be a program name with args.
42273set dummy SetFile; ac_word=$2
42274echo "$as_me:$LINENO: checking for $ac_word" >&5
42275echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42276if test "${ac_cv_prog_SETFILE+set}" = set; then
42277 echo $ECHO_N "(cached) $ECHO_C" >&6
42278else
42279 if test -n "$SETFILE"; then
42280 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
42281else
42282as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42283for as_dir in $PATH
42284do
42285 IFS=$as_save_IFS
42286 test -z "$as_dir" && as_dir=.
42287 for ac_exec_ext in '' $ac_executable_extensions; do
42288 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42289 ac_cv_prog_SETFILE="SetFile"
42290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42291 break 2
42292 fi
42293done
42294done
42295
42296 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
42297fi
42298fi
42299SETFILE=$ac_cv_prog_SETFILE
42300if test -n "$SETFILE"; then
42301 echo "$as_me:$LINENO: result: $SETFILE" >&5
42302echo "${ECHO_T}$SETFILE" >&6
42303else
42304 echo "$as_me:$LINENO: result: no" >&5
42305echo "${ECHO_T}no" >&6
42306fi
42307
42308 ;;
42309 esac
42310
42311
42312
42313
42314
fbb7dfff 42315 BAKEFILE_BAKEFILE_M4_VERSION="0.1.8"
a848cd7e 42316
dcc1b6ad 42317
fbb7dfff 42318BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.8"
a848cd7e 42319
646b6ec1 42320
74b84332 42321
a848cd7e
SC
42322 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
42323if test "${enable_precomp_headers+set}" = set; then
42324 enableval="$enable_precomp_headers"
42325 bk_use_pch="$enableval"
42326fi;
42327
42328 GCC_PCH=0
42329
42330 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
42331 if test "x$GCC" = "xyes"; then
42332 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
42333echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
42334 cat >conftest.$ac_ext <<_ACEOF
42335/* confdefs.h. */
42336_ACEOF
42337cat confdefs.h >>conftest.$ac_ext
42338cat >>conftest.$ac_ext <<_ACEOF
42339/* end confdefs.h. */
42340
42341int
42342main ()
42343{
42344
42345 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
42346 #error "no pch support"
42347 #endif
42348 #if (__GNUC__ < 3)
42349 #error "no pch support"
42350 #endif
42351 #if (__GNUC__ == 3) && \
42352 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
42353 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
42354 #error "no pch support"
42355 #endif
42356
42357 ;
42358 return 0;
42359}
42360_ACEOF
42361rm -f conftest.$ac_objext
42362if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 42363 (eval $ac_compile) 2>conftest.er1
a848cd7e 42364 ac_status=$?
ac1cb8d3
VS
42365 grep -v '^ *+' conftest.er1 >conftest.err
42366 rm -f conftest.er1
42367 cat conftest.err >&5
a848cd7e
SC
42368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42369 (exit $ac_status); } &&
07158944 42370 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
42371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42372 (eval $ac_try) 2>&5
42373 ac_status=$?
42374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42375 (exit $ac_status); }; } &&
42376 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
42377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42378 (eval $ac_try) 2>&5
42379 ac_status=$?
42380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42381 (exit $ac_status); }; }; then
42382
42383 echo "$as_me:$LINENO: result: yes" >&5
42384echo "${ECHO_T}yes" >&6
a848cd7e
SC
42385 GCC_PCH=1
42386
42387else
42388 echo "$as_me: failed program was:" >&5
42389sed 's/^/| /' conftest.$ac_ext >&5
42390
42391
42392 echo "$as_me:$LINENO: result: no" >&5
42393echo "${ECHO_T}no" >&6
42394
42395fi
ac1cb8d3 42396rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 42397 if test $GCC_PCH = 1 ; then
1e9e8aba
DE
42398
42399D='$'
42400cat <<EOF >bk-make-pch
a848cd7e
SC
42401#!/bin/sh
42402
42403# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
42404# script. It is used to generated precompiled headers.
42405#
42406# Permission is given to use this file in any way.
42407
1e9e8aba
DE
42408outfile="${D}{1}"
42409header="${D}{2}"
a848cd7e
SC
42410shift
42411shift
42412
42413compiler=
42414headerfile=
1e9e8aba
DE
42415while test ${D}{#} -gt 0; do
42416 case "${D}{1}" in
a848cd7e 42417 -I* )
1e9e8aba
DE
42418 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
42419 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
42420 headerfile="${D}{incdir}/${D}{header}"
a848cd7e
SC
42421 fi
42422 ;;
42423 esac
1e9e8aba 42424 compiler="${D}{compiler} ${D}{1}"
a848cd7e
SC
42425 shift
42426done
42427
1e9e8aba
DE
42428if test "x${D}{headerfile}" = "x" ; then
42429 echo "error: can't find header ${D}{header} in include paths" >2
a848cd7e 42430else
1e9e8aba
DE
42431 if test -f ${D}{outfile} ; then
42432 rm -f ${D}{outfile}
a848cd7e 42433 else
1e9e8aba 42434 mkdir -p \`dirname ${D}{outfile}\`
a848cd7e 42435 fi
1e9e8aba 42436 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
a848cd7e
SC
42437 mkdir -p .deps
42438 # can do this because gcc is >= 3.4:
1e9e8aba
DE
42439 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
42440 exit ${D}{?}
a848cd7e
SC
42441fi
42442EOF
1e9e8aba 42443
a848cd7e
SC
42444 chmod +x bk-make-pch
42445 fi
42446 fi
42447 fi
42448
42449
42450
a848cd7e
SC
42451 COND_BUILD_DEBUG="#"
42452 if test "x$BUILD" = "xdebug" ; then
42453 COND_BUILD_DEBUG=""
42454 fi
42455
42456 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
42457 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
42458 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
42459 fi
42460
42461 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
42462 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
42463 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
42464 fi
42465
42466 COND_BUILD_DEBUG_UNICODE_0="#"
42467 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
42468 COND_BUILD_DEBUG_UNICODE_0=""
42469 fi
42470
42471 COND_BUILD_DEBUG_UNICODE_1="#"
42472 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
42473 COND_BUILD_DEBUG_UNICODE_1=""
42474 fi
42475
42476 COND_BUILD_RELEASE="#"
42477 if test "x$BUILD" = "xrelease" ; then
42478 COND_BUILD_RELEASE=""
42479 fi
42480
42481 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
42482 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
42483 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
42484 fi
42485
42486 COND_BUILD_RELEASE_UNICODE_0="#"
42487 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
42488 COND_BUILD_RELEASE_UNICODE_0=""
42489 fi
42490
42491 COND_BUILD_RELEASE_UNICODE_1="#"
42492 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
42493 COND_BUILD_RELEASE_UNICODE_1=""
42494 fi
42495
42496 COND_DEBUG_FLAG_1="#"
42497 if test "x$DEBUG_FLAG" = "x1" ; then
42498 COND_DEBUG_FLAG_1=""
42499 fi
42500
42501 COND_DEBUG_INFO_0="#"
42502 if test "x$DEBUG_INFO" = "x0" ; then
42503 COND_DEBUG_INFO_0=""
42504 fi
42505
42506 COND_DEBUG_INFO_1="#"
42507 if test "x$DEBUG_INFO" = "x1" ; then
42508 COND_DEBUG_INFO_1=""
42509 fi
42510
42511 COND_DEPS_TRACKING_0="#"
42512 if test "x$DEPS_TRACKING" = "x0" ; then
42513 COND_DEPS_TRACKING_0=""
42514 fi
42515
42516 COND_DEPS_TRACKING_1="#"
42517 if test "x$DEPS_TRACKING" = "x1" ; then
42518 COND_DEPS_TRACKING_1=""
42519 fi
42520
42521 COND_GCC_PCH_1="#"
42522 if test "x$GCC_PCH" = "x1" ; then
42523 COND_GCC_PCH_1=""
42524 fi
42525
42526 COND_MONOLITHIC_0="#"
42527 if test "x$MONOLITHIC" = "x0" ; then
42528 COND_MONOLITHIC_0=""
42529 fi
42530
42531 COND_MONOLITHIC_0_SHARED_0="#"
42532 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
42533 COND_MONOLITHIC_0_SHARED_0=""
42534 fi
42535
42536 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
42537 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
42538 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
42539 fi
42540
90970d69
DE
42541 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
42542 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
42543 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
42544 fi
42545
a848cd7e
SC
42546 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
42547 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
42548 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
42549 fi
42550
6671c68b
VZ
42551 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
42552 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
42553 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
42554 fi
42555
a848cd7e
SC
42556 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
42557 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
42558 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
42559 fi
42560
ceec2216
RL
42561 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
42562 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
42563 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
42564 fi
42565
a848cd7e
SC
42566 COND_MONOLITHIC_0_SHARED_1="#"
42567 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
42568 COND_MONOLITHIC_0_SHARED_1=""
42569 fi
42570
42571 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
42572 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
42573 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
42574 fi
42575
90970d69
DE
42576 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
42577 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
42578 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
42579 fi
42580
a848cd7e
SC
42581 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
42582 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
42583 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
42584 fi
42585
6671c68b
VZ
42586 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
42587 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
42588 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
42589 fi
42590
a848cd7e
SC
42591 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
42592 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
42593 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
42594 fi
42595
ceec2216
RL
42596 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
42597 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
42598 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
42599 fi
42600
a848cd7e
SC
42601 COND_MONOLITHIC_0_USE_ODBC_1="#"
42602 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
42603 COND_MONOLITHIC_0_USE_ODBC_1=""
42604 fi
42605
42606 COND_MONOLITHIC_1="#"
42607 if test "x$MONOLITHIC" = "x1" ; then
42608 COND_MONOLITHIC_1=""
42609 fi
42610
42611 COND_MONOLITHIC_1_SHARED_0="#"
42612 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
42613 COND_MONOLITHIC_1_SHARED_0=""
42614 fi
42615
42616 COND_MONOLITHIC_1_SHARED_1="#"
42617 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
42618 COND_MONOLITHIC_1_SHARED_1=""
42619 fi
42620
42621 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
42622 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
42623 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
42624 fi
42625
42626 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
42627 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
42628 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
42629 fi
42630
42631 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
42632 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
42633 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
42634 fi
42635
42636 COND_PLATFORM_MACOSX_1="#"
42637 if test "x$PLATFORM_MACOSX" = "x1" ; then
42638 COND_PLATFORM_MACOSX_1=""
42639 fi
42640
a30f955f
VS
42641 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
42642 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
42643 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
42644 fi
42645
a848cd7e
SC
42646 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
42647 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
42648 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
42649 fi
42650
42651 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
42652 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
42653 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
42654 fi
42655
42656 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
42657 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
42658 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
42659 fi
42660
fc480dc1
DE
42661 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
42662 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
42663 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
42664 fi
42665
1e9e8aba
DE
42666 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
42667 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42668 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
42669 fi
42670
ebee3cd0
VS
42671 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
42672 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
42673 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
42674 fi
42675
42676 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
42677 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
42678 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
42679 fi
42680
a848cd7e
SC
42681 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
42682 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
42683 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
42684 fi
42685
42686 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
42687 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
42688 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
42689 fi
42690
b48a2016
DE
42691 COND_PLATFORM_MACOS_1="#"
42692 if test "x$PLATFORM_MACOS" = "x1" ; then
42693 COND_PLATFORM_MACOS_1=""
42694 fi
42695
a848cd7e
SC
42696 COND_PLATFORM_MAC_1="#"
42697 if test "x$PLATFORM_MAC" = "x1" ; then
42698 COND_PLATFORM_MAC_1=""
42699 fi
42700
42701 COND_PLATFORM_OS2_1="#"
42702 if test "x$PLATFORM_OS2" = "x1" ; then
42703 COND_PLATFORM_OS2_1=""
42704 fi
42705
42706 COND_PLATFORM_UNIX_0="#"
42707 if test "x$PLATFORM_UNIX" = "x0" ; then
42708 COND_PLATFORM_UNIX_0=""
42709 fi
42710
42711 COND_PLATFORM_UNIX_1="#"
42712 if test "x$PLATFORM_UNIX" = "x1" ; then
42713 COND_PLATFORM_UNIX_1=""
42714 fi
42715
42716 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
42717 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
42718 COND_PLATFORM_UNIX_1_USE_GUI_1=""
42719 fi
42720
42721 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
42722 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
42723 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
42724 fi
42725
42726 COND_PLATFORM_WIN32_0="#"
42727 if test "x$PLATFORM_WIN32" = "x0" ; then
42728 COND_PLATFORM_WIN32_0=""
42729 fi
42730
42731 COND_PLATFORM_WIN32_1="#"
42732 if test "x$PLATFORM_WIN32" = "x1" ; then
42733 COND_PLATFORM_WIN32_1=""
42734 fi
42735
42736 COND_SHARED_0="#"
42737 if test "x$SHARED" = "x0" ; then
42738 COND_SHARED_0=""
42739 fi
42740
ceec2216
RL
42741 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
42742 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
42743 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
42744 fi
42745
42746 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
42747 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
42748 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
42749 fi
42750
42751 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
42752 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
42753 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
42754 fi
42755
a848cd7e
SC
42756 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
42757 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
42758 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
42759 fi
42760
42761 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
42762 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
42763 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
42764 fi
42765
42766 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
42767 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
42768 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
42769 fi
42770
42771 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
42772 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
42773 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
42774 fi
42775
42776 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
42777 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
42778 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
42779 fi
42780
42781 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
42782 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
42783 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
42784 fi
42785
42786 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
42787 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
42788 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
42789 fi
42790
42791 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
42792 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
42793 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
42794 fi
42795
42796 COND_SHARED_1="#"
42797 if test "x$SHARED" = "x1" ; then
42798 COND_SHARED_1=""
42799 fi
42800
42801 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
42802 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
42803 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
42804 fi
42805
a30f955f
VS
42806 COND_TOOLKIT_="#"
42807 if test "x$TOOLKIT" = "x" ; then
42808 COND_TOOLKIT_=""
42809 fi
42810
a848cd7e
SC
42811 COND_TOOLKIT_COCOA="#"
42812 if test "x$TOOLKIT" = "xCOCOA" ; then
42813 COND_TOOLKIT_COCOA=""
42814 fi
42815
a49baeab
DE
42816 COND_TOOLKIT_COCOA_USE_GUI_1="#"
42817 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
42818 COND_TOOLKIT_COCOA_USE_GUI_1=""
42819 fi
42820
a848cd7e
SC
42821 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
42822 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42823 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
42824 fi
42825
42826 COND_TOOLKIT_GTK="#"
42827 if test "x$TOOLKIT" = "xGTK" ; then
42828 COND_TOOLKIT_GTK=""
42829 fi
42830
42831 COND_TOOLKIT_GTK_USE_GUI_1="#"
42832 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
42833 COND_TOOLKIT_GTK_USE_GUI_1=""
42834 fi
42835
42836 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
42837 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42838 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
42839 fi
42840
42841 COND_TOOLKIT_MAC="#"
42842 if test "x$TOOLKIT" = "xMAC" ; then
42843 COND_TOOLKIT_MAC=""
42844 fi
42845
42846 COND_TOOLKIT_MAC_USE_GUI_1="#"
42847 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
42848 COND_TOOLKIT_MAC_USE_GUI_1=""
42849 fi
42850
42851 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
42852 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42853 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
42854 fi
42855
42856 COND_TOOLKIT_MGL="#"
42857 if test "x$TOOLKIT" = "xMGL" ; then
42858 COND_TOOLKIT_MGL=""
42859 fi
42860
42861 COND_TOOLKIT_MGL_USE_GUI_1="#"
42862 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
42863 COND_TOOLKIT_MGL_USE_GUI_1=""
42864 fi
42865
42866 COND_TOOLKIT_MOTIF="#"
42867 if test "x$TOOLKIT" = "xMOTIF" ; then
42868 COND_TOOLKIT_MOTIF=""
42869 fi
42870
42871 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
42872 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
42873 COND_TOOLKIT_MOTIF_USE_GUI_1=""
42874 fi
42875
42876 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
42877 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42878 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
42879 fi
42880
42881 COND_TOOLKIT_MSW="#"
42882 if test "x$TOOLKIT" = "xMSW" ; then
42883 COND_TOOLKIT_MSW=""
42884 fi
42885
42886 COND_TOOLKIT_MSW_USE_GUI_1="#"
42887 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
42888 COND_TOOLKIT_MSW_USE_GUI_1=""
42889 fi
42890
42891 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
42892 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42893 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
42894 fi
42895
42896 COND_TOOLKIT_PM="#"
42897 if test "x$TOOLKIT" = "xPM" ; then
42898 COND_TOOLKIT_PM=""
42899 fi
42900
42901 COND_TOOLKIT_PM_USE_GUI_1="#"
42902 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
42903 COND_TOOLKIT_PM_USE_GUI_1=""
42904 fi
42905
42906 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
42907 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42908 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
42909 fi
42910
3fd9c298
DE
42911 COND_TOOLKIT_WINCE="#"
42912 if test "x$TOOLKIT" = "xWINCE" ; then
42913 COND_TOOLKIT_WINCE=""
42914 fi
42915
42916 COND_TOOLKIT_WINCE_USE_GUI_1="#"
42917 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
42918 COND_TOOLKIT_WINCE_USE_GUI_1=""
42919 fi
42920
42921 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
42922 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42923 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
42924 fi
42925
a848cd7e
SC
42926 COND_TOOLKIT_X11="#"
42927 if test "x$TOOLKIT" = "xX11" ; then
42928 COND_TOOLKIT_X11=""
42929 fi
42930
42931 COND_TOOLKIT_X11_USE_GUI_1="#"
42932 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
42933 COND_TOOLKIT_X11_USE_GUI_1=""
42934 fi
42935
42936 COND_UNICODE_1="#"
42937 if test "x$UNICODE" = "x1" ; then
42938 COND_UNICODE_1=""
42939 fi
42940
42941 COND_USE_EXCEPTIONS_0="#"
42942 if test "x$USE_EXCEPTIONS" = "x0" ; then
42943 COND_USE_EXCEPTIONS_0=""
42944 fi
42945
42946 COND_USE_EXCEPTIONS_1="#"
42947 if test "x$USE_EXCEPTIONS" = "x1" ; then
42948 COND_USE_EXCEPTIONS_1=""
42949 fi
42950
42951 COND_USE_GUI_0="#"
42952 if test "x$USE_GUI" = "x0" ; then
42953 COND_USE_GUI_0=""
42954 fi
42955
42956 COND_USE_GUI_1="#"
42957 if test "x$USE_GUI" = "x1" ; then
42958 COND_USE_GUI_1=""
42959 fi
42960
42961 COND_USE_GUI_1_WXUNIV_0="#"
42962 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
42963 COND_USE_GUI_1_WXUNIV_0=""
42964 fi
42965
42966 COND_USE_GUI_1_WXUNIV_1="#"
42967 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
42968 COND_USE_GUI_1_WXUNIV_1=""
42969 fi
42970
42971 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
42972 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
42973 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
42974 fi
42975
42976 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
42977 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
42978 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
42979 fi
42980
42981 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
42982 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
42983 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
42984 fi
42985
ceec2216
RL
42986 COND_USE_ODBC_1="#"
42987 if test "x$USE_ODBC" = "x1" ; then
42988 COND_USE_ODBC_1=""
42989 fi
42990
ffa0583f
RL
42991 COND_USE_OPENGL_1="#"
42992 if test "x$USE_OPENGL" = "x1" ; then
42993 COND_USE_OPENGL_1=""
42994 fi
42995
a848cd7e
SC
42996 COND_USE_PLUGINS_0="#"
42997 if test "x$USE_PLUGINS" = "x0" ; then
42998 COND_USE_PLUGINS_0=""
42999 fi
43000
0b78747f
MW
43001 COND_USE_RTTI_0="#"
43002 if test "x$USE_RTTI" = "x0" ; then
43003 COND_USE_RTTI_0=""
43004 fi
43005
43006 COND_USE_RTTI_1="#"
43007 if test "x$USE_RTTI" = "x1" ; then
43008 COND_USE_RTTI_1=""
43009 fi
43010
a848cd7e
SC
43011 COND_USE_SOSYMLINKS_1="#"
43012 if test "x$USE_SOSYMLINKS" = "x1" ; then
43013 COND_USE_SOSYMLINKS_1=""
43014 fi
43015
43016 COND_USE_SOVERLINUX_1="#"
43017 if test "x$USE_SOVERLINUX" = "x1" ; then
43018 COND_USE_SOVERLINUX_1=""
43019 fi
43020
43021 COND_USE_SOVERSION_0="#"
43022 if test "x$USE_SOVERSION" = "x0" ; then
43023 COND_USE_SOVERSION_0=""
43024 fi
43025
43026 COND_USE_SOVERSOLARIS_1="#"
43027 if test "x$USE_SOVERSOLARIS" = "x1" ; then
43028 COND_USE_SOVERSOLARIS_1=""
43029 fi
43030
0b78747f
MW
43031 COND_USE_THREADS_0="#"
43032 if test "x$USE_THREADS" = "x0" ; then
43033 COND_USE_THREADS_0=""
43034 fi
43035
43036 COND_USE_THREADS_1="#"
43037 if test "x$USE_THREADS" = "x1" ; then
43038 COND_USE_THREADS_1=""
43039 fi
43040
a13a7f89
RL
43041 COND_USE_XRC_1="#"
43042 if test "x$USE_XRC" = "x1" ; then
43043 COND_USE_XRC_1=""
43044 fi
43045
a848cd7e
SC
43046 COND_WITH_PLUGIN_SDL_1="#"
43047 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
43048 COND_WITH_PLUGIN_SDL_1=""
43049 fi
43050
1e6eb025
VZ
43051 COND_WXUNIV_0="#"
43052 if test "x$WXUNIV" = "x0" ; then
43053 COND_WXUNIV_0=""
43054 fi
43055
a848cd7e
SC
43056 COND_WXUNIV_1="#"
43057 if test "x$WXUNIV" = "x1" ; then
43058 COND_WXUNIV_1=""
43059 fi
43060
43061 COND_WXUSE_EXPAT_BUILTIN="#"
43062 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
43063 COND_WXUSE_EXPAT_BUILTIN=""
43064 fi
43065
43066 COND_WXUSE_LIBJPEG_BUILTIN="#"
43067 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43068 COND_WXUSE_LIBJPEG_BUILTIN=""
43069 fi
43070
43071 COND_WXUSE_LIBPNG_BUILTIN="#"
43072 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43073 COND_WXUSE_LIBPNG_BUILTIN=""
43074 fi
43075
43076 COND_WXUSE_LIBTIFF_BUILTIN="#"
43077 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43078 COND_WXUSE_LIBTIFF_BUILTIN=""
43079 fi
43080
43081 COND_WXUSE_ODBC_BUILTIN="#"
43082 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
43083 COND_WXUSE_ODBC_BUILTIN=""
43084 fi
43085
43086 COND_WXUSE_REGEX_BUILTIN="#"
43087 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
43088 COND_WXUSE_REGEX_BUILTIN=""
43089 fi
43090
43091 COND_WXUSE_ZLIB_BUILTIN="#"
43092 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
43093 COND_WXUSE_ZLIB_BUILTIN=""
43094 fi
43095
43096
43097
2057db16
VS
43098 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
43099 { { 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
43100echo "$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;}
43101 { (exit 1); exit 1; }; }
43102 fi
43103
a848cd7e 43104
ceec2216
RL
43105if test "$wxUSE_SHARED" = "yes"; then
43106
43107 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
43108 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
43109
5b674b9d
DE
43110 case "${host}" in
43111 *-pc-os2_emx | *-pc-os2-emx )
43112 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43113 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43114 cp -p ${srcdir}/src/os2/dllnames.sh .
43115 cp -p ${srcdir}/src/os2/dllar.sh .
43116 ;;
43117 esac
ceec2216
RL
43118else
43119
43120 EXE_LINKER="$CXX -o"
43121
43122fi
69120ee4
VZ
43123if test "$wxUSE_OMF" = "yes"; then
43124 case "${host}" in
43125 *-pc-os2_emx | *-pc-os2-emx )
43126 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
43127 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
43128 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
43129 ;;
43130 esac
43131fi
a848cd7e 43132
74b84332 43133GCC_PRAGMA_FLAGS=""
c08ebc62
DE
43134PCH_FLAGS=""
43135if test $GCC_PCH = 1 ; then
43136 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43137 PCH_FLAGS="-DWX_PRECOMP"
43138else
a848cd7e
SC
43139 case "${host}" in
43140 powerpc-*-darwin* )
74b84332 43141 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
a848cd7e 43142 ;;
bea8e651 43143 *-*-mingw32* )
1f344abf
VS
43144 if test "$wxUSE_STL" = "yes" -o \
43145 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
43146 "$wxUSE_NO_RTTI" != "yes"; then
43147 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
43148echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
bea8e651
MB
43149 cat >conftest.$ac_ext <<_ACEOF
43150/* confdefs.h. */
43151_ACEOF
43152cat confdefs.h >>conftest.$ac_ext
43153cat >>conftest.$ac_ext <<_ACEOF
43154/* end confdefs.h. */
43155
3314e67b
RR
43156int
43157main ()
43158{
43159#if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
43160 #error "Not GCC 3.2 or greater"
43161 #endif
43162
43163 ;
43164 return 0;
43165}
43166_ACEOF
43167rm -f conftest.$ac_objext
43168if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43169 (eval $ac_compile) 2>conftest.er1
43170 ac_status=$?
43171 grep -v '^ *+' conftest.er1 >conftest.err
43172 rm -f conftest.er1
43173 cat conftest.err >&5
43174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43175 (exit $ac_status); } &&
07158944 43176 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3314e67b
RR
43177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43178 (eval $ac_try) 2>&5
43179 ac_status=$?
43180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43181 (exit $ac_status); }; } &&
43182 { ac_try='test -s conftest.$ac_objext'
43183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43184 (eval $ac_try) 2>&5
43185 ac_status=$?
43186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43187 (exit $ac_status); }; }; then
43188 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
43189 echo "$as_me:$LINENO: result: yes" >&5
43190echo "${ECHO_T}yes" >&6
43191else
43192 echo "$as_me: failed program was:" >&5
43193sed 's/^/| /' conftest.$ac_ext >&5
43194
43195echo "$as_me:$LINENO: result: no" >&5
43196echo "${ECHO_T}no" >&6
43197fi
43198rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
43199 fi
43200 ;;
43201 *-pc-os2_emx | *-pc-os2-emx )
43202 if test "$wxUSE_STL" = "yes"; then
43203 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
43204echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
43205 cat >conftest.$ac_ext <<_ACEOF
43206/* confdefs.h. */
43207_ACEOF
43208cat confdefs.h >>conftest.$ac_ext
43209cat >>conftest.$ac_ext <<_ACEOF
43210/* end confdefs.h. */
43211
bea8e651
MB
43212int
43213main ()
43214{
1f344abf 43215#if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
bea8e651
MB
43216 #error "Not GCC 3.2 or greater"
43217 #endif
43218
43219 ;
43220 return 0;
43221}
43222_ACEOF
43223rm -f conftest.$ac_objext
43224if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43225 (eval $ac_compile) 2>conftest.er1
bea8e651 43226 ac_status=$?
ac1cb8d3
VS
43227 grep -v '^ *+' conftest.er1 >conftest.err
43228 rm -f conftest.er1
43229 cat conftest.err >&5
bea8e651
MB
43230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43231 (exit $ac_status); } &&
07158944 43232 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
43233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43234 (eval $ac_try) 2>&5
43235 ac_status=$?
43236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43237 (exit $ac_status); }; } &&
43238 { ac_try='test -s conftest.$ac_objext'
bea8e651
MB
43239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43240 (eval $ac_try) 2>&5
43241 ac_status=$?
43242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43243 (exit $ac_status); }; }; then
74b84332 43244 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
bea8e651
MB
43245 echo "$as_me:$LINENO: result: yes" >&5
43246echo "${ECHO_T}yes" >&6
43247else
43248 echo "$as_me: failed program was:" >&5
43249sed 's/^/| /' conftest.$ac_ext >&5
43250
43251echo "$as_me:$LINENO: result: no" >&5
43252echo "${ECHO_T}no" >&6
43253fi
ac1cb8d3 43254rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bea8e651
MB
43255 fi
43256 ;;
a848cd7e
SC
43257 esac
43258fi
d2083416 43259CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
a848cd7e
SC
43260
43261
43262SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
43263
43264
43265
43266
43267
43268
43269
43270
43271
43272
43273
43274
43275
43276
43277
43278
43279
43280
43281
43282
43283
43284
43285
43286
43287
43288
43289
43290
43291
43292
43293
43294
43295
43296
43297
43298
43299
43300
43301
43302
43303
43304
a848cd7e
SC
43305
43306
43307
43308
43309
43310
43311
43312
43313
43314
43315
43316
43317
43318
43319
43320
43321
43322
74b84332 43323
a848cd7e
SC
43324
43325
43326echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
43327echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 43328set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
43329if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
43330 echo $ECHO_N "(cached) $ECHO_C" >&6
43331else
43332 cat >conftest.make <<\_ACEOF
43333all:
43334 @echo 'ac_maketemp="$(MAKE)"'
43335_ACEOF
43336# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
43337eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
43338if test -n "$ac_maketemp"; then
43339 eval ac_cv_prog_make_${ac_make}_set=yes
43340else
43341 eval ac_cv_prog_make_${ac_make}_set=no
43342fi
43343rm -f conftest.make
43344fi
43345if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
43346 echo "$as_me:$LINENO: result: yes" >&5
43347echo "${ECHO_T}yes" >&6
43348 SET_MAKE=
43349else
43350 echo "$as_me:$LINENO: result: no" >&5
43351echo "${ECHO_T}no" >&6
43352 SET_MAKE="MAKE=${MAKE-make}"
43353fi
43354
43355
a848cd7e 43356
ceec2216
RL
43357 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
43358
a848cd7e 43359
ceec2216 43360 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
a848cd7e 43361
a848cd7e 43362
ceec2216 43363 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
a848cd7e 43364
ceec2216
RL
43365
43366 ac_config_files="$ac_config_files version-script Makefile"
43367
43368
43369 ac_config_commands="$ac_config_commands wx-config
43370 "
a848cd7e
SC
43371
43372
9103d280
RL
43373
43374
a848cd7e
SC
43375if test "$wxUSE_GUI" = "yes"; then
43376 SUBDIRS="samples demos utils contrib"
43377else SUBDIRS="samples utils"
43378fi
43379
43380
43381
43382# Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
43383if test "${with_cppunit_prefix+set}" = set; then
43384 withval="$with_cppunit_prefix"
43385 cppunit_config_prefix="$withval"
43386else
43387 cppunit_config_prefix=""
43388fi;
43389
43390# Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
43391if test "${with_cppunit_exec_prefix+set}" = set; then
43392 withval="$with_cppunit_exec_prefix"
43393 cppunit_config_exec_prefix="$withval"
43394else
43395 cppunit_config_exec_prefix=""
43396fi;
43397
43398 if test x$cppunit_config_exec_prefix != x ; then
43399 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
43400 if test x${CPPUNIT_CONFIG+set} != xset ; then
43401 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
43402 fi
43403 fi
43404 if test x$cppunit_config_prefix != x ; then
43405 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
43406 if test x${CPPUNIT_CONFIG+set} != xset ; then
43407 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
43408 fi
43409 fi
43410
43411 # Extract the first word of "cppunit-config", so it can be a program name with args.
43412set dummy cppunit-config; ac_word=$2
43413echo "$as_me:$LINENO: checking for $ac_word" >&5
43414echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43415if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
43416 echo $ECHO_N "(cached) $ECHO_C" >&6
43417else
43418 case $CPPUNIT_CONFIG in
43419 [\\/]* | ?:[\\/]*)
43420 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
43421 ;;
43422 *)
43423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43424for as_dir in $PATH
43425do
43426 IFS=$as_save_IFS
43427 test -z "$as_dir" && as_dir=.
43428 for ac_exec_ext in '' $ac_executable_extensions; do
43429 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43430 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43431 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43432 break 2
43433 fi
43434done
43435done
43436
43437 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
43438 ;;
43439esac
43440fi
43441CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
43442
43443if test -n "$CPPUNIT_CONFIG"; then
43444 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
43445echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
43446else
43447 echo "$as_me:$LINENO: result: no" >&5
43448echo "${ECHO_T}no" >&6
43449fi
43450
43451 cppunit_version_min=1.8.0
43452
43453 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
43454echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
43455 no_cppunit=""
43456 if test "$CPPUNIT_CONFIG" = "no" ; then
43457 no_cppunit=yes
43458 else
43459 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
43460 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
43461 cppunit_version=`$CPPUNIT_CONFIG --version`
43462
43463 cppunit_major_version=`echo $cppunit_version | \
43464 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
43465 cppunit_minor_version=`echo $cppunit_version | \
43466 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
43467 cppunit_micro_version=`echo $cppunit_version | \
43468 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
43469
43470 cppunit_major_min=`echo $cppunit_version_min | \
43471 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
43472 cppunit_minor_min=`echo $cppunit_version_min | \
43473 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
43474 cppunit_micro_min=`echo $cppunit_version_min | \
43475 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
43476
43477 cppunit_version_proper=`expr \
43478 $cppunit_major_version \> $cppunit_major_min \| \
43479 $cppunit_major_version \= $cppunit_major_min \& \
43480 $cppunit_minor_version \> $cppunit_minor_min \| \
43481 $cppunit_major_version \= $cppunit_major_min \& \
43482 $cppunit_minor_version \= $cppunit_minor_min \& \
43483 $cppunit_micro_version \>= $cppunit_micro_min `
43484
43485 if test "$cppunit_version_proper" = "1" ; then
43486 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
43487echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
43488 else
43489 echo "$as_me:$LINENO: result: no" >&5
43490echo "${ECHO_T}no" >&6
43491 no_cppunit=yes
43492 fi
43493 fi
43494
43495 if test "x$no_cppunit" = x ; then
c2218763 43496 SUBDIRS="$SUBDIRS tests"
a848cd7e
SC
43497 else
43498 CPPUNIT_CFLAGS=""
43499 CPPUNIT_LIBS=""
c2218763 43500 :
a848cd7e
SC
43501 fi
43502
43503
43504
43505
43506
43507for subdir in `echo $SUBDIRS`; do
43508 if test -d ${srcdir}/${subdir} ; then
43509 if test "$wxUSE_GUI" = "yes"; then
43510 if test ${subdir} = "samples"; then
43511 makefiles="samples/Makefile.in $makefiles"
43512 for sample in `echo $SAMPLES_SUBDIRS`; do
43513 if test -d $srcdir/samples/$sample; then
43514 makefiles="samples/$sample/Makefile.in $makefiles"
43515 fi
43516 done
43517 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
43518 fi
43519 else if test ${subdir} = "samples"; then
43520 makefiles="samples/Makefile.in samples/console/Makefile.in"
43521 elif test ${subdir} = "utils"; then
6537ccf8
VS
43522 makefiles=""
43523 for util in HelpGen tex2rtf ; do
43524 if test -d $srcdir/utils/$util ; then
43525 makefiles="utils/$util/Makefile.in \
43526 utils/$util/src/Makefile.in \
43527 $makefiles"
43528 fi
43529 done
a848cd7e
SC
43530 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
43531 fi
43532 fi
43533
43534 for mkin in $makefiles ; do
43535 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
43536 ac_config_files="$ac_config_files $mk"
43537
43538 done
43539 fi
43540done
43541
43542
43543cat >confcache <<\_ACEOF
43544# This file is a shell script that caches the results of configure
43545# tests run on this system so they can be shared between configure
43546# scripts and configure runs, see configure's option --config-cache.
43547# It is not useful on other systems. If it contains results you don't
43548# want to keep, you may remove or edit it.
43549#
43550# config.status only pays attention to the cache file if you give it
43551# the --recheck option to rerun configure.
43552#
43553# `ac_cv_env_foo' variables (set or unset) will be overridden when
43554# loading this file, other *unset* `ac_cv_foo' will be assigned the
43555# following values.
43556
43557_ACEOF
43558
43559# The following way of writing the cache mishandles newlines in values,
43560# but we know of no workaround that is simple, portable, and efficient.
43561# So, don't put newlines in cache variables' values.
43562# Ultrix sh set writes to stderr and can't be redirected directly,
43563# and sets the high bit in the cache file unless we assign to the vars.
43564{
43565 (set) 2>&1 |
43566 case `(ac_space=' '; set | grep ac_space) 2>&1` in
43567 *ac_space=\ *)
43568 # `set' does not quote correctly, so add quotes (double-quote
43569 # substitution turns \\\\ into \\, and sed turns \\ into \).
43570 sed -n \
ac1cb8d3
VS
43571 "s/'/'\\\\''/g;
43572 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
43573 ;;
43574 *)
43575 # `set' quotes correctly as required by POSIX, so do not add quotes.
43576 sed -n \
ac1cb8d3 43577 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
43578 ;;
43579 esac;
43580} |
43581 sed '
43582 t clear
43583 : clear
43584 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
43585 t end
43586 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
43587 : end' >>confcache
43588if diff $cache_file confcache >/dev/null 2>&1; then :; else
43589 if test -w $cache_file; then
43590 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
43591 cat confcache >$cache_file
43592 else
43593 echo "not updating unwritable cache $cache_file"
43594 fi
43595fi
43596rm -f confcache
43597
43598test "x$prefix" = xNONE && prefix=$ac_default_prefix
43599# Let make expand exec_prefix.
43600test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
43601
43602# VPATH may cause trouble with some makes, so we remove $(srcdir),
43603# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
43604# trailing colons and then remove the whole line if VPATH becomes empty
43605# (actually we leave an empty line to preserve line numbers).
43606if test "x$srcdir" = x.; then
ac1cb8d3 43607 ac_vpsub='/^[ ]*VPATH[ ]*=/{
a848cd7e
SC
43608s/:*\$(srcdir):*/:/;
43609s/:*\${srcdir}:*/:/;
43610s/:*@srcdir@:*/:/;
ac1cb8d3 43611s/^\([^=]*=[ ]*\):*/\1/;
a848cd7e 43612s/:*$//;
ac1cb8d3 43613s/^[^=]*=[ ]*$//;
a848cd7e
SC
43614}'
43615fi
43616
43617DEFS=-DHAVE_CONFIG_H
43618
43619ac_libobjs=
43620ac_ltlibobjs=
43621for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
43622 # 1. Remove the extension, and $U if already installed.
43623 ac_i=`echo "$ac_i" |
ac1cb8d3 43624 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
a848cd7e
SC
43625 # 2. Add them.
43626 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
43627 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
43628done
43629LIBOBJS=$ac_libobjs
43630
43631LTLIBOBJS=$ac_ltlibobjs
43632
43633
43634
43635: ${CONFIG_STATUS=./config.status}
43636ac_clean_files_save=$ac_clean_files
43637ac_clean_files="$ac_clean_files $CONFIG_STATUS"
43638{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
43639echo "$as_me: creating $CONFIG_STATUS" >&6;}
43640cat >$CONFIG_STATUS <<_ACEOF
43641#! $SHELL
43642# Generated by $as_me.
43643# Run this file to recreate the current configuration.
43644# Compiler output produced by configure, useful for debugging
43645# configure, is in config.log if it exists.
43646
43647debug=false
43648ac_cs_recheck=false
43649ac_cs_silent=false
43650SHELL=\${CONFIG_SHELL-$SHELL}
43651_ACEOF
43652
43653cat >>$CONFIG_STATUS <<\_ACEOF
43654## --------------------- ##
43655## M4sh Initialization. ##
43656## --------------------- ##
43657
43658# Be Bourne compatible
43659if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
43660 emulate sh
43661 NULLCMD=:
43662 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
43663 # is contrary to our usage. Disable this feature.
43664 alias -g '${1+"$@"}'='"$@"'
43665elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
43666 set -o posix
43667fi
ac1cb8d3 43668DUALCASE=1; export DUALCASE # for MKS sh
a848cd7e
SC
43669
43670# Support unset when possible.
ac1cb8d3 43671if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
a848cd7e
SC
43672 as_unset=unset
43673else
43674 as_unset=false
43675fi
43676
43677
43678# Work around bugs in pre-3.0 UWIN ksh.
43679$as_unset ENV MAIL MAILPATH
43680PS1='$ '
43681PS2='> '
43682PS4='+ '
43683
43684# NLS nuisances.
43685for as_var in \
43686 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43687 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
43688 LC_TELEPHONE LC_TIME
43689do
ac1cb8d3 43690 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
a848cd7e
SC
43691 eval $as_var=C; export $as_var
43692 else
43693 $as_unset $as_var
43694 fi
43695done
43696
43697# Required to use basename.
43698if expr a : '\(a\)' >/dev/null 2>&1; then
43699 as_expr=expr
43700else
43701 as_expr=false
43702fi
43703
43704if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
43705 as_basename=basename
43706else
43707 as_basename=false
43708fi
43709
43710
43711# Name of the executable.
43712as_me=`$as_basename "$0" ||
43713$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
43714 X"$0" : 'X\(//\)$' \| \
43715 X"$0" : 'X\(/\)$' \| \
43716 . : '\(.\)' 2>/dev/null ||
43717echo X/"$0" |
43718 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
43719 /^X\/\(\/\/\)$/{ s//\1/; q; }
43720 /^X\/\(\/\).*/{ s//\1/; q; }
43721 s/.*/./; q'`
43722
43723
43724# PATH needs CR, and LINENO needs CR and PATH.
43725# Avoid depending upon Character Ranges.
43726as_cr_letters='abcdefghijklmnopqrstuvwxyz'
43727as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
43728as_cr_Letters=$as_cr_letters$as_cr_LETTERS
43729as_cr_digits='0123456789'
43730as_cr_alnum=$as_cr_Letters$as_cr_digits
43731
43732# The user is always right.
43733if test "${PATH_SEPARATOR+set}" != set; then
43734 echo "#! /bin/sh" >conf$$.sh
43735 echo "exit 0" >>conf$$.sh
43736 chmod +x conf$$.sh
43737 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
43738 PATH_SEPARATOR=';'
43739 else
43740 PATH_SEPARATOR=:
43741 fi
43742 rm -f conf$$.sh
43743fi
43744
43745
43746 as_lineno_1=$LINENO
43747 as_lineno_2=$LINENO
43748 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
43749 test "x$as_lineno_1" != "x$as_lineno_2" &&
43750 test "x$as_lineno_3" = "x$as_lineno_2" || {
43751 # Find who we are. Look in the path if we contain no path at all
43752 # relative or not.
43753 case $0 in
43754 *[\\/]* ) as_myself=$0 ;;
43755 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43756for as_dir in $PATH
43757do
43758 IFS=$as_save_IFS
43759 test -z "$as_dir" && as_dir=.
43760 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
43761done
43762
43763 ;;
43764 esac
43765 # We did not find ourselves, most probably we were run as `sh COMMAND'
43766 # in which case we are not to be found in the path.
43767 if test "x$as_myself" = x; then
43768 as_myself=$0
43769 fi
43770 if test ! -f "$as_myself"; then
43771 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
43772echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
43773 { (exit 1); exit 1; }; }
43774 fi
43775 case $CONFIG_SHELL in
43776 '')
43777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43778for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
43779do
43780 IFS=$as_save_IFS
43781 test -z "$as_dir" && as_dir=.
43782 for as_base in sh bash ksh sh5; do
43783 case $as_dir in
43784 /*)
43785 if ("$as_dir/$as_base" -c '
43786 as_lineno_1=$LINENO
43787 as_lineno_2=$LINENO
43788 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
43789 test "x$as_lineno_1" != "x$as_lineno_2" &&
43790 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
43791 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
43792 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
43793 CONFIG_SHELL=$as_dir/$as_base
43794 export CONFIG_SHELL
43795 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
43796 fi;;
43797 esac
43798 done
43799done
43800;;
43801 esac
43802
43803 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
43804 # uniformly replaced by the line number. The first 'sed' inserts a
43805 # line-number line before each line; the second 'sed' does the real
43806 # work. The second script uses 'N' to pair each line-number line
43807 # with the numbered line, and appends trailing '-' during
43808 # substitution so that $LINENO is not a special case at line end.
43809 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
43810 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
43811 sed '=' <$as_myself |
43812 sed '
43813 N
43814 s,$,-,
43815 : loop
43816 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
43817 t loop
43818 s,-$,,
43819 s,^['$as_cr_digits']*\n,,
43820 ' >$as_me.lineno &&
43821 chmod +x $as_me.lineno ||
43822 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
43823echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
43824 { (exit 1); exit 1; }; }
43825
43826 # Don't try to exec as it changes $[0], causing all sort of problems
43827 # (the dirname of $[0] is not the place where we might find the
43828 # original and so on. Autoconf is especially sensible to this).
43829 . ./$as_me.lineno
43830 # Exit status is that of the last command.
43831 exit
43832}
43833
43834
43835case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
43836 *c*,-n*) ECHO_N= ECHO_C='
43837' ECHO_T=' ' ;;
43838 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
43839 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
43840esac
43841
43842if expr a : '\(a\)' >/dev/null 2>&1; then
43843 as_expr=expr
43844else
43845 as_expr=false
43846fi
43847
43848rm -f conf$$ conf$$.exe conf$$.file
43849echo >conf$$.file
43850if ln -s conf$$.file conf$$ 2>/dev/null; then
43851 # We could just check for DJGPP; but this test a) works b) is more generic
43852 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
43853 if test -f conf$$.exe; then
43854 # Don't use ln at all; we don't have any links
43855 as_ln_s='cp -p'
43856 else
43857 as_ln_s='ln -s'
43858 fi
43859elif ln conf$$.file conf$$ 2>/dev/null; then
43860 as_ln_s=ln
43861else
43862 as_ln_s='cp -p'
43863fi
43864rm -f conf$$ conf$$.exe conf$$.file
43865
43866if mkdir -p . 2>/dev/null; then
43867 as_mkdir_p=:
43868else
ac1cb8d3 43869 test -d ./-p && rmdir ./-p
a848cd7e
SC
43870 as_mkdir_p=false
43871fi
43872
43873as_executable_p="test -f"
43874
43875# Sed expression to map a string onto a valid CPP name.
ac1cb8d3 43876as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
43877
43878# Sed expression to map a string onto a valid variable name.
ac1cb8d3 43879as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
43880
43881
43882# IFS
43883# We need space, tab and new line, in precisely that order.
43884as_nl='
43885'
43886IFS=" $as_nl"
43887
43888# CDPATH.
43889$as_unset CDPATH
43890
43891exec 6>&1
43892
43893# Open the log real soon, to keep \$[0] and so on meaningful, and to
43894# report actual input values of CONFIG_FILES etc. instead of their
43895# values after options handling. Logging --version etc. is OK.
43896exec 5>>config.log
43897{
43898 echo
43899 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
43900## Running $as_me. ##
43901_ASBOX
43902} >&5
43903cat >&5 <<_CSEOF
43904
63c4f6da 43905This file was extended by wxWidgets $as_me 2.5.5, which was
ac1cb8d3 43906generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
43907
43908 CONFIG_FILES = $CONFIG_FILES
43909 CONFIG_HEADERS = $CONFIG_HEADERS
43910 CONFIG_LINKS = $CONFIG_LINKS
43911 CONFIG_COMMANDS = $CONFIG_COMMANDS
43912 $ $0 $@
43913
43914_CSEOF
43915echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
43916echo >&5
43917_ACEOF
43918
43919# Files that config.status was made for.
43920if test -n "$ac_config_files"; then
43921 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
43922fi
43923
43924if test -n "$ac_config_headers"; then
43925 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
43926fi
43927
43928if test -n "$ac_config_links"; then
43929 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
43930fi
43931
43932if test -n "$ac_config_commands"; then
43933 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
43934fi
43935
43936cat >>$CONFIG_STATUS <<\_ACEOF
43937
43938ac_cs_usage="\
43939\`$as_me' instantiates files from templates according to the
43940current configuration.
43941
43942Usage: $0 [OPTIONS] [FILE]...
43943
43944 -h, --help print this help, then exit
43945 -V, --version print version number, then exit
43946 -q, --quiet do not print progress messages
43947 -d, --debug don't remove temporary files
43948 --recheck update $as_me by reconfiguring in the same conditions
43949 --file=FILE[:TEMPLATE]
ac1cb8d3 43950 instantiate the configuration file FILE
a848cd7e 43951 --header=FILE[:TEMPLATE]
ac1cb8d3 43952 instantiate the configuration header FILE
a848cd7e
SC
43953
43954Configuration files:
43955$config_files
43956
43957Configuration headers:
43958$config_headers
43959
43960Configuration commands:
43961$config_commands
43962
43963Report bugs to <bug-autoconf@gnu.org>."
43964_ACEOF
43965
43966cat >>$CONFIG_STATUS <<_ACEOF
43967ac_cs_version="\\
63c4f6da 43968wxWidgets config.status 2.5.5
ac1cb8d3 43969configured by $0, generated by GNU Autoconf 2.59,
a848cd7e
SC
43970 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
43971
ac1cb8d3 43972Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
43973This config.status script is free software; the Free Software Foundation
43974gives unlimited permission to copy, distribute and modify it."
43975srcdir=$srcdir
43976INSTALL="$INSTALL"
43977_ACEOF
43978
43979cat >>$CONFIG_STATUS <<\_ACEOF
43980# If no file are specified by the user, then we need to provide default
43981# value. By we need to know if files were specified by the user.
43982ac_need_defaults=:
43983while test $# != 0
43984do
43985 case $1 in
43986 --*=*)
43987 ac_option=`expr "x$1" : 'x\([^=]*\)='`
43988 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
43989 ac_shift=:
43990 ;;
43991 -*)
43992 ac_option=$1
43993 ac_optarg=$2
43994 ac_shift=shift
43995 ;;
43996 *) # This is not an option, so the user has probably given explicit
43997 # arguments.
43998 ac_option=$1
43999 ac_need_defaults=false;;
44000 esac
44001
44002 case $ac_option in
44003 # Handling of the options.
44004_ACEOF
44005cat >>$CONFIG_STATUS <<\_ACEOF
44006 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
44007 ac_cs_recheck=: ;;
44008 --version | --vers* | -V )
44009 echo "$ac_cs_version"; exit 0 ;;
44010 --he | --h)
44011 # Conflict between --help and --header
44012 { { echo "$as_me:$LINENO: error: ambiguous option: $1
44013Try \`$0 --help' for more information." >&5
44014echo "$as_me: error: ambiguous option: $1
44015Try \`$0 --help' for more information." >&2;}
44016 { (exit 1); exit 1; }; };;
44017 --help | --hel | -h )
44018 echo "$ac_cs_usage"; exit 0 ;;
44019 --debug | --d* | -d )
44020 debug=: ;;
44021 --file | --fil | --fi | --f )
44022 $ac_shift
44023 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
44024 ac_need_defaults=false;;
44025 --header | --heade | --head | --hea )
44026 $ac_shift
44027 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
44028 ac_need_defaults=false;;
44029 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
44030 | -silent | --silent | --silen | --sile | --sil | --si | --s)
44031 ac_cs_silent=: ;;
44032
44033 # This is an error.
44034 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
44035Try \`$0 --help' for more information." >&5
44036echo "$as_me: error: unrecognized option: $1
44037Try \`$0 --help' for more information." >&2;}
44038 { (exit 1); exit 1; }; } ;;
44039
44040 *) ac_config_targets="$ac_config_targets $1" ;;
44041
44042 esac
44043 shift
44044done
44045
44046ac_configure_extra_args=
44047
44048if $ac_cs_silent; then
44049 exec 6>/dev/null
44050 ac_configure_extra_args="$ac_configure_extra_args --silent"
44051fi
44052
44053_ACEOF
44054cat >>$CONFIG_STATUS <<_ACEOF
44055if \$ac_cs_recheck; then
44056 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
44057 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
44058fi
44059
44060_ACEOF
44061
44062cat >>$CONFIG_STATUS <<_ACEOF
44063#
44064# INIT-COMMANDS section.
44065#
44066
ceec2216
RL
44067 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44068 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44069 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
44070 LN_S="${LN_S}"
a848cd7e
SC
44071
44072
44073_ACEOF
44074
44075
44076
44077cat >>$CONFIG_STATUS <<\_ACEOF
44078for ac_config_target in $ac_config_targets
44079do
44080 case "$ac_config_target" in
44081 # Handling of arguments.
ceec2216
RL
44082 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
44083 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
a848cd7e
SC
44084 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
44085 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
44086 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
ceec2216
RL
44087 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
44088 "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
44089 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
44090echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
44091 { (exit 1); exit 1; }; };;
44092 esac
44093done
44094
44095# If the user did not use the arguments to specify the items to instantiate,
44096# then the envvar interface is used. Set only those that are not.
44097# We use the long form for the default assignment because of an extremely
44098# bizarre bug on SunOS 4.1.3.
44099if $ac_need_defaults; then
44100 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
44101 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
44102 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
44103fi
44104
44105# Have a temporary directory for convenience. Make it in the build tree
44106# simply because there is no reason to put it here, and in addition,
44107# creating and moving files from /tmp can sometimes cause problems.
44108# Create a temporary directory, and hook for its removal unless debugging.
44109$debug ||
44110{
44111 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
44112 trap '{ (exit 1); exit 1; }' 1 2 13 15
44113}
44114
44115# Create a (secure) tmp directory for tmp files.
44116
44117{
44118 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
44119 test -n "$tmp" && test -d "$tmp"
44120} ||
44121{
44122 tmp=./confstat$$-$RANDOM
44123 (umask 077 && mkdir $tmp)
44124} ||
44125{
44126 echo "$me: cannot create a temporary directory in ." >&2
44127 { (exit 1); exit 1; }
44128}
44129
44130_ACEOF
44131
44132cat >>$CONFIG_STATUS <<_ACEOF
44133
44134#
44135# CONFIG_FILES section.
44136#
44137
44138# No need to generate the scripts if there are no CONFIG_FILES.
44139# This happens for instance when ./config.status config.h
44140if test -n "\$CONFIG_FILES"; then
44141 # Protect against being on the right side of a sed subst in config.status.
44142 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
44143 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
44144s,@SHELL@,$SHELL,;t t
44145s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
44146s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
44147s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
44148s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
44149s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
44150s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
44151s,@exec_prefix@,$exec_prefix,;t t
44152s,@prefix@,$prefix,;t t
44153s,@program_transform_name@,$program_transform_name,;t t
44154s,@bindir@,$bindir,;t t
44155s,@sbindir@,$sbindir,;t t
44156s,@libexecdir@,$libexecdir,;t t
44157s,@datadir@,$datadir,;t t
44158s,@sysconfdir@,$sysconfdir,;t t
44159s,@sharedstatedir@,$sharedstatedir,;t t
44160s,@localstatedir@,$localstatedir,;t t
44161s,@libdir@,$libdir,;t t
44162s,@includedir@,$includedir,;t t
44163s,@oldincludedir@,$oldincludedir,;t t
44164s,@infodir@,$infodir,;t t
44165s,@mandir@,$mandir,;t t
44166s,@build_alias@,$build_alias,;t t
44167s,@host_alias@,$host_alias,;t t
44168s,@target_alias@,$target_alias,;t t
44169s,@DEFS@,$DEFS,;t t
44170s,@ECHO_C@,$ECHO_C,;t t
44171s,@ECHO_N@,$ECHO_N,;t t
44172s,@ECHO_T@,$ECHO_T,;t t
44173s,@LIBS@,$LIBS,;t t
44174s,@build@,$build,;t t
44175s,@build_cpu@,$build_cpu,;t t
44176s,@build_vendor@,$build_vendor,;t t
44177s,@build_os@,$build_os,;t t
44178s,@host@,$host,;t t
44179s,@host_cpu@,$host_cpu,;t t
44180s,@host_vendor@,$host_vendor,;t t
44181s,@host_os@,$host_os,;t t
44182s,@target@,$target,;t t
44183s,@target_cpu@,$target_cpu,;t t
44184s,@target_vendor@,$target_vendor,;t t
44185s,@target_os@,$target_os,;t t
44186s,@CC@,$CC,;t t
44187s,@CFLAGS@,$CFLAGS,;t t
44188s,@LDFLAGS@,$LDFLAGS,;t t
44189s,@CPPFLAGS@,$CPPFLAGS,;t t
44190s,@ac_ct_CC@,$ac_ct_CC,;t t
44191s,@EXEEXT@,$EXEEXT,;t t
44192s,@OBJEXT@,$OBJEXT,;t t
44193s,@CPP@,$CPP,;t t
44194s,@EGREP@,$EGREP,;t t
44195s,@CXX@,$CXX,;t t
44196s,@CXXFLAGS@,$CXXFLAGS,;t t
44197s,@ac_ct_CXX@,$ac_ct_CXX,;t t
44198s,@RANLIB@,$RANLIB,;t t
44199s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
44200s,@AR@,$AR,;t t
44201s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
44202s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
44203s,@INSTALL_DATA@,$INSTALL_DATA,;t t
44204s,@STRIP@,$STRIP,;t t
44205s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
44206s,@LN_S@,$LN_S,;t t
44207s,@CXXCPP@,$CXXCPP,;t t
44208s,@subdirs@,$subdirs,;t t
44209s,@PKG_CONFIG@,$PKG_CONFIG,;t t
44210s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
44211s,@GTK_LIBS@,$GTK_LIBS,;t t
44212s,@GTK_CONFIG@,$GTK_CONFIG,;t t
a848cd7e
SC
44213s,@X_CFLAGS@,$X_CFLAGS,;t t
44214s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
44215s,@X_LIBS@,$X_LIBS,;t t
44216s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
44217s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
44218s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
d1c38808
VZ
44219s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
44220s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
a848cd7e
SC
44221s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
44222s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
44223s,@RESCOMP@,$RESCOMP,;t t
44224s,@DEREZ@,$DEREZ,;t t
44225s,@SETFILE@,$SETFILE,;t t
44226s,@LIBICONV@,$LIBICONV,;t t
44227s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
44228s,@SDL_CONFIG@,$SDL_CONFIG,;t t
44229s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
44230s,@SDL_LIBS@,$SDL_LIBS,;t t
d1c38808
VZ
44231s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
44232s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
dae87f93
RN
44233s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
44234s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
44235s,@GST_INSPECT@,$GST_INSPECT,;t t
a848cd7e
SC
44236s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
44237s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
44238s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
44239s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
44240s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
44241s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
44242s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
44243s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
44244s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
44245s,@VENDOR@,$VENDOR,;t t
44246s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
ceec2216
RL
44247s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
44248s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
a848cd7e
SC
44249s,@WXUNIV@,$WXUNIV,;t t
44250s,@MONOLITHIC@,$MONOLITHIC,;t t
44251s,@USE_PLUGINS@,$USE_PLUGINS,;t t
44252s,@EXTRALIBS@,$EXTRALIBS,;t t
44253s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
44254s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
44255s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
44256s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
44257s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
44258s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
44259s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
d1c38808 44260s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
a848cd7e
SC
44261s,@UNICODE@,$UNICODE,;t t
44262s,@BUILD@,$BUILD,;t t
44263s,@DEBUG_INFO@,$DEBUG_INFO,;t t
44264s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
a848cd7e
SC
44265s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
44266s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
44267s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
44268s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
44269s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
44270s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
44271s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
44272s,@SET_MAKE@,$SET_MAKE,;t t
44273s,@MAKE_SET@,$MAKE_SET,;t t
44274s,@ac_ct_AR@,$ac_ct_AR,;t t
44275s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
44276s,@NM@,$NM,;t t
44277s,@ac_ct_NM@,$ac_ct_NM,;t t
44278s,@INSTALL_DIR@,$INSTALL_DIR,;t t
44279s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
44280s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
44281s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
44282s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
44283s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
1e9e8aba 44284s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
a848cd7e
SC
44285s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
44286s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
1e9e8aba 44287s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
a848cd7e
SC
44288s,@SO_SUFFIX@,$SO_SUFFIX,;t t
44289s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
44290s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
44291s,@LIBPREFIX@,$LIBPREFIX,;t t
44292s,@LIBEXT@,$LIBEXT,;t t
44293s,@DLLPREFIX@,$DLLPREFIX,;t t
44294s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
44295s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
44296s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
44297s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
44298s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
44299s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
44300s,@PIC_FLAG@,$PIC_FLAG,;t t
44301s,@USE_SOVERSION@,$USE_SOVERSION,;t t
44302s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
44303s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
44304s,@USE_MACVERSION@,$USE_MACVERSION,;t t
44305s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
44306s,@SONAME_FLAG@,$SONAME_FLAG,;t t
44307s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
44308s,@GCC_PCH@,$GCC_PCH,;t t
44309s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
44310s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
44311s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
44312s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
44313s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
44314s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
44315s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
44316s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
44317s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
44318s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
44319s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
44320s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
44321s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
44322s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
44323s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
44324s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
44325s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
44326s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
90970d69 44327s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1,;t t
a848cd7e 44328s,@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 44329s,@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 44330s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
ceec2216 44331s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
44332s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
44333s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
90970d69 44334s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1,;t t
a848cd7e 44335s,@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 44336s,@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 44337s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
ceec2216 44338s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
a848cd7e
SC
44339s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
44340s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
44341s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
44342s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
44343s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
44344s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
44345s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
44346s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
a30f955f 44347s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
a848cd7e
SC
44348s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
44349s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
44350s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
fc480dc1 44351s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
1e9e8aba 44352s,@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
44353s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
44354s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
a848cd7e
SC
44355s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
44356s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
b48a2016 44357s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
a848cd7e
SC
44358s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
44359s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
44360s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
44361s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
44362s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
44363s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
44364s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
44365s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
44366s,@COND_SHARED_0@,$COND_SHARED_0,;t t
ceec2216
RL
44367s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
44368s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
44369s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
a848cd7e
SC
44370s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
44371s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
44372s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
44373s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
44374s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
44375s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
44376s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
44377s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
44378s,@COND_SHARED_1@,$COND_SHARED_1,;t t
44379s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
a30f955f 44380s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
a848cd7e 44381s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
a49baeab 44382s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
a848cd7e
SC
44383s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
44384s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
44385s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
44386s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
44387s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
44388s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
44389s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
44390s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
44391s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
44392s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
44393s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
44394s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
44395s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
44396s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
44397s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
44398s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
44399s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
44400s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
3fd9c298
DE
44401s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
44402s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
44403s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
a848cd7e
SC
44404s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
44405s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
44406s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
44407s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
44408s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
44409s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
44410s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
44411s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
44412s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
44413s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
44414s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
44415s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
ceec2216 44416s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
ffa0583f 44417s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
a848cd7e 44418s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
0b78747f
MW
44419s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
44420s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
a848cd7e
SC
44421s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
44422s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
44423s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
44424s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
0b78747f
MW
44425s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
44426s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
a13a7f89 44427s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
a848cd7e 44428s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
1e6eb025 44429s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
a848cd7e
SC
44430s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
44431s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
44432s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
44433s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
44434s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
44435s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
44436s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
44437s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
ceec2216 44438s,@SHARED@,$SHARED,;t t
a848cd7e
SC
44439s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
44440s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
a848cd7e
SC
44441s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
44442s,@USE_GUI@,$USE_GUI,;t t
44443s,@AFMINSTALL@,$AFMINSTALL,;t t
44444s,@WIN32INSTALL@,$WIN32INSTALL,;t t
44445s,@TOOLKIT@,$TOOLKIT,;t t
44446s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
a848cd7e 44447s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
ceec2216 44448s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
a848cd7e
SC
44449s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
44450s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
a848cd7e 44451s,@cross_compiling@,$cross_compiling,;t t
ceec2216
RL
44452s,@WIDGET_SET@,$WIDGET_SET,;t t
44453s,@WX_RELEASE@,$WX_RELEASE,;t t
44454s,@WX_VERSION@,$WX_VERSION,;t t
44455s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
44456s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
44457s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
a848cd7e 44458s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
a848cd7e
SC
44459s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
44460s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
44461s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
44462s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
74b84332 44463s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
a848cd7e
SC
44464s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
44465s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
ceec2216 44466s,@EXE_LINKER@,$EXE_LINKER,;t t
a848cd7e 44467s,@GUIDIST@,$GUIDIST,;t t
a848cd7e
SC
44468s,@DISTDIR@,$DISTDIR,;t t
44469s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
44470s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
a848cd7e
SC
44471s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
44472s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
44473s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
44474s,@RESFLAGS@,$RESFLAGS,;t t
44475s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
44476s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
44477s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
44478s,@LIBWXMACRES@,$LIBWXMACRES,;t t
44479s,@MACRESCOMP@,$MACRESCOMP,;t t
44480s,@MACSETFILE@,$MACSETFILE,;t t
44481s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
44482s,@GCC@,$GCC,;t t
a848cd7e 44483s,@DLLTOOL@,$DLLTOOL,;t t
a848cd7e
SC
44484s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
44485s,@LIBOBJS@,$LIBOBJS,;t t
44486s,@LTLIBOBJS@,$LTLIBOBJS,;t t
44487CEOF
44488
44489_ACEOF
44490
44491 cat >>$CONFIG_STATUS <<\_ACEOF
44492 # Split the substitutions into bite-sized pieces for seds with
44493 # small command number limits, like on Digital OSF/1 and HP-UX.
44494 ac_max_sed_lines=48
44495 ac_sed_frag=1 # Number of current file.
44496 ac_beg=1 # First line for current file.
44497 ac_end=$ac_max_sed_lines # Line after last line for current file.
44498 ac_more_lines=:
44499 ac_sed_cmds=
44500 while $ac_more_lines; do
44501 if test $ac_beg -gt 1; then
44502 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
44503 else
44504 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
44505 fi
44506 if test ! -s $tmp/subs.frag; then
44507 ac_more_lines=false
44508 else
44509 # The purpose of the label and of the branching condition is to
44510 # speed up the sed processing (if there are no `@' at all, there
44511 # is no need to browse any of the substitutions).
44512 # These are the two extra sed commands mentioned above.
44513 (echo ':t
44514 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
44515 if test -z "$ac_sed_cmds"; then
ac1cb8d3 44516 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e 44517 else
ac1cb8d3 44518 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e
SC
44519 fi
44520 ac_sed_frag=`expr $ac_sed_frag + 1`
44521 ac_beg=$ac_end
44522 ac_end=`expr $ac_end + $ac_max_sed_lines`
44523 fi
44524 done
44525 if test -z "$ac_sed_cmds"; then
44526 ac_sed_cmds=cat
44527 fi
44528fi # test -n "$CONFIG_FILES"
44529
44530_ACEOF
44531cat >>$CONFIG_STATUS <<\_ACEOF
44532for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
44533 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
44534 case $ac_file in
44535 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
44536 cat >$tmp/stdin
44537 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
44538 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 44539 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 44540 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
44541 * ) ac_file_in=$ac_file.in ;;
44542 esac
44543
44544 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
44545 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
44546$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
44547 X"$ac_file" : 'X\(//\)[^/]' \| \
44548 X"$ac_file" : 'X\(//\)$' \| \
44549 X"$ac_file" : 'X\(/\)' \| \
44550 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
44551echo X"$ac_file" |
44552 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44553 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44554 /^X\(\/\/\)$/{ s//\1/; q; }
44555 /^X\(\/\).*/{ s//\1/; q; }
44556 s/.*/./; q'`
44557 { if $as_mkdir_p; then
44558 mkdir -p "$ac_dir"
44559 else
44560 as_dir="$ac_dir"
44561 as_dirs=
44562 while test ! -d "$as_dir"; do
44563 as_dirs="$as_dir $as_dirs"
44564 as_dir=`(dirname "$as_dir") 2>/dev/null ||
44565$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
44566 X"$as_dir" : 'X\(//\)[^/]' \| \
44567 X"$as_dir" : 'X\(//\)$' \| \
44568 X"$as_dir" : 'X\(/\)' \| \
44569 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
44570echo X"$as_dir" |
44571 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44572 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44573 /^X\(\/\/\)$/{ s//\1/; q; }
44574 /^X\(\/\).*/{ s//\1/; q; }
44575 s/.*/./; q'`
44576 done
44577 test ! -n "$as_dirs" || mkdir $as_dirs
44578 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
44579echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
44580 { (exit 1); exit 1; }; }; }
44581
44582 ac_builddir=.
44583
44584if test "$ac_dir" != .; then
44585 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
44586 # A "../" for each directory in $ac_dir_suffix.
44587 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
44588else
44589 ac_dir_suffix= ac_top_builddir=
44590fi
44591
44592case $srcdir in
44593 .) # No --srcdir option. We are building in place.
44594 ac_srcdir=.
44595 if test -z "$ac_top_builddir"; then
44596 ac_top_srcdir=.
44597 else
44598 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
44599 fi ;;
44600 [\\/]* | ?:[\\/]* ) # Absolute path.
44601 ac_srcdir=$srcdir$ac_dir_suffix;
44602 ac_top_srcdir=$srcdir ;;
44603 *) # Relative path.
44604 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
44605 ac_top_srcdir=$ac_top_builddir$srcdir ;;
44606esac
ac1cb8d3
VS
44607
44608# Do not use `cd foo && pwd` to compute absolute paths, because
44609# the directories may not exist.
44610case `pwd` in
44611.) ac_abs_builddir="$ac_dir";;
44612*)
44613 case "$ac_dir" in
44614 .) ac_abs_builddir=`pwd`;;
44615 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
44616 *) ac_abs_builddir=`pwd`/"$ac_dir";;
44617 esac;;
44618esac
44619case $ac_abs_builddir in
44620.) ac_abs_top_builddir=${ac_top_builddir}.;;
44621*)
44622 case ${ac_top_builddir}. in
44623 .) ac_abs_top_builddir=$ac_abs_builddir;;
44624 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
44625 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
44626 esac;;
44627esac
44628case $ac_abs_builddir in
44629.) ac_abs_srcdir=$ac_srcdir;;
44630*)
44631 case $ac_srcdir in
44632 .) ac_abs_srcdir=$ac_abs_builddir;;
44633 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
44634 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
44635 esac;;
44636esac
44637case $ac_abs_builddir in
44638.) ac_abs_top_srcdir=$ac_top_srcdir;;
44639*)
44640 case $ac_top_srcdir in
44641 .) ac_abs_top_srcdir=$ac_abs_builddir;;
44642 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
44643 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
44644 esac;;
44645esac
a848cd7e
SC
44646
44647
44648 case $INSTALL in
44649 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
44650 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
44651 esac
44652
a848cd7e
SC
44653 # Let's still pretend it is `configure' which instantiates (i.e., don't
44654 # use $as_me), people would be surprised to read:
44655 # /* config.h. Generated by config.status. */
44656 if test x"$ac_file" = x-; then
44657 configure_input=
44658 else
44659 configure_input="$ac_file. "
44660 fi
44661 configure_input=$configure_input"Generated from `echo $ac_file_in |
ac1cb8d3 44662 sed 's,.*/,,'` by configure."
a848cd7e
SC
44663
44664 # First look for the input files in the build tree, otherwise in the
44665 # src tree.
44666 ac_file_inputs=`IFS=:
44667 for f in $ac_file_in; do
44668 case $f in
44669 -) echo $tmp/stdin ;;
44670 [\\/$]*)
ac1cb8d3
VS
44671 # Absolute (can't be DOS-style, as IFS=:)
44672 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
44673echo "$as_me: error: cannot find input file: $f" >&2;}
44674 { (exit 1); exit 1; }; }
ac1cb8d3 44675 echo "$f";;
a848cd7e 44676 *) # Relative
ac1cb8d3
VS
44677 if test -f "$f"; then
44678 # Build tree
44679 echo "$f"
44680 elif test -f "$srcdir/$f"; then
44681 # Source tree
44682 echo "$srcdir/$f"
44683 else
44684 # /dev/null tree
44685 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
44686echo "$as_me: error: cannot find input file: $f" >&2;}
44687 { (exit 1); exit 1; }; }
ac1cb8d3 44688 fi;;
a848cd7e
SC
44689 esac
44690 done` || { (exit 1); exit 1; }
07158944
VZ
44691
44692 if test x"$ac_file" != x-; then
44693 { echo "$as_me:$LINENO: creating $ac_file" >&5
44694echo "$as_me: creating $ac_file" >&6;}
44695 rm -f "$ac_file"
44696 fi
a848cd7e
SC
44697_ACEOF
44698cat >>$CONFIG_STATUS <<_ACEOF
44699 sed "$ac_vpsub
44700$extrasub
44701_ACEOF
44702cat >>$CONFIG_STATUS <<\_ACEOF
44703:t
44704/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
44705s,@configure_input@,$configure_input,;t t
44706s,@srcdir@,$ac_srcdir,;t t
44707s,@abs_srcdir@,$ac_abs_srcdir,;t t
44708s,@top_srcdir@,$ac_top_srcdir,;t t
44709s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
44710s,@builddir@,$ac_builddir,;t t
44711s,@abs_builddir@,$ac_abs_builddir,;t t
44712s,@top_builddir@,$ac_top_builddir,;t t
44713s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
44714s,@INSTALL@,$ac_INSTALL,;t t
44715" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
44716 rm -f $tmp/stdin
44717 if test x"$ac_file" != x-; then
44718 mv $tmp/out $ac_file
44719 else
44720 cat $tmp/out
44721 rm -f $tmp/out
44722 fi
44723
ceec2216
RL
44724 # Run the commands associated with the file.
44725 case $ac_file in
44726 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
44727 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
44728 esac
a848cd7e
SC
44729done
44730_ACEOF
44731cat >>$CONFIG_STATUS <<\_ACEOF
44732
44733#
44734# CONFIG_HEADER section.
44735#
44736
44737# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
44738# NAME is the cpp macro being defined and VALUE is the value it is being given.
44739#
44740# ac_d sets the value in "#define NAME VALUE" lines.
ac1cb8d3
VS
44741ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
44742ac_dB='[ ].*$,\1#\2'
a848cd7e
SC
44743ac_dC=' '
44744ac_dD=',;t'
44745# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac1cb8d3 44746ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
a848cd7e
SC
44747ac_uB='$,\1#\2define\3'
44748ac_uC=' '
44749ac_uD=',;t'
44750
44751for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
44752 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
44753 case $ac_file in
44754 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
44755 cat >$tmp/stdin
44756 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
44757 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 44758 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 44759 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
44760 * ) ac_file_in=$ac_file.in ;;
44761 esac
44762
44763 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
44764echo "$as_me: creating $ac_file" >&6;}
44765
44766 # First look for the input files in the build tree, otherwise in the
44767 # src tree.
44768 ac_file_inputs=`IFS=:
44769 for f in $ac_file_in; do
44770 case $f in
44771 -) echo $tmp/stdin ;;
44772 [\\/$]*)
ac1cb8d3
VS
44773 # Absolute (can't be DOS-style, as IFS=:)
44774 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
44775echo "$as_me: error: cannot find input file: $f" >&2;}
44776 { (exit 1); exit 1; }; }
ac1cb8d3
VS
44777 # Do quote $f, to prevent DOS paths from being IFS'd.
44778 echo "$f";;
a848cd7e 44779 *) # Relative
ac1cb8d3
VS
44780 if test -f "$f"; then
44781 # Build tree
44782 echo "$f"
44783 elif test -f "$srcdir/$f"; then
44784 # Source tree
44785 echo "$srcdir/$f"
44786 else
44787 # /dev/null tree
44788 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
44789echo "$as_me: error: cannot find input file: $f" >&2;}
44790 { (exit 1); exit 1; }; }
ac1cb8d3 44791 fi;;
a848cd7e
SC
44792 esac
44793 done` || { (exit 1); exit 1; }
44794 # Remove the trailing spaces.
ac1cb8d3 44795 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
a848cd7e
SC
44796
44797_ACEOF
44798
44799# Transform confdefs.h into two sed scripts, `conftest.defines' and
44800# `conftest.undefs', that substitutes the proper values into
44801# config.h.in to produce config.h. The first handles `#define'
44802# templates, and the second `#undef' templates.
44803# And first: Protect against being on the right side of a sed subst in
44804# config.status. Protect against being in an unquoted here document
44805# in config.status.
44806rm -f conftest.defines conftest.undefs
44807# Using a here document instead of a string reduces the quoting nightmare.
44808# Putting comments in sed scripts is not portable.
44809#
44810# `end' is used to avoid that the second main sed command (meant for
44811# 0-ary CPP macros) applies to n-ary macro definitions.
44812# See the Autoconf documentation for `clear'.
44813cat >confdef2sed.sed <<\_ACEOF
44814s/[\\&,]/\\&/g
44815s,[\\$`],\\&,g
44816t clear
44817: clear
ac1cb8d3 44818s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
a848cd7e 44819t end
ac1cb8d3 44820s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
a848cd7e
SC
44821: end
44822_ACEOF
44823# If some macros were called several times there might be several times
44824# the same #defines, which is useless. Nevertheless, we may not want to
44825# sort them, since we want the *last* AC-DEFINE to be honored.
44826uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
44827sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
44828rm -f confdef2sed.sed
44829
44830# This sed command replaces #undef with comments. This is necessary, for
44831# example, in the case of _POSIX_SOURCE, which is predefined and required
44832# on some systems where configure will not decide to define it.
44833cat >>conftest.undefs <<\_ACEOF
ac1cb8d3 44834s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
a848cd7e
SC
44835_ACEOF
44836
44837# Break up conftest.defines because some shells have a limit on the size
44838# of here documents, and old seds have small limits too (100 cmds).
44839echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ac1cb8d3 44840echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
a848cd7e
SC
44841echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
44842echo ' :' >>$CONFIG_STATUS
44843rm -f conftest.tail
44844while grep . conftest.defines >/dev/null
44845do
44846 # Write a limited-size here document to $tmp/defines.sed.
44847 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
44848 # Speed up: don't consider the non `#define' lines.
ac1cb8d3 44849 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
a848cd7e
SC
44850 # Work around the forget-to-reset-the-flag bug.
44851 echo 't clr' >>$CONFIG_STATUS
44852 echo ': clr' >>$CONFIG_STATUS
44853 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
44854 echo 'CEOF
44855 sed -f $tmp/defines.sed $tmp/in >$tmp/out
44856 rm -f $tmp/in
44857 mv $tmp/out $tmp/in
44858' >>$CONFIG_STATUS
44859 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
44860 rm -f conftest.defines
44861 mv conftest.tail conftest.defines
44862done
44863rm -f conftest.defines
44864echo ' fi # grep' >>$CONFIG_STATUS
44865echo >>$CONFIG_STATUS
44866
44867# Break up conftest.undefs because some shells have a limit on the size
44868# of here documents, and old seds have small limits too (100 cmds).
44869echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
44870rm -f conftest.tail
44871while grep . conftest.undefs >/dev/null
44872do
44873 # Write a limited-size here document to $tmp/undefs.sed.
44874 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
44875 # Speed up: don't consider the non `#undef'
ac1cb8d3 44876 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
a848cd7e
SC
44877 # Work around the forget-to-reset-the-flag bug.
44878 echo 't clr' >>$CONFIG_STATUS
44879 echo ': clr' >>$CONFIG_STATUS
44880 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
44881 echo 'CEOF
44882 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
44883 rm -f $tmp/in
44884 mv $tmp/out $tmp/in
44885' >>$CONFIG_STATUS
44886 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
44887 rm -f conftest.undefs
44888 mv conftest.tail conftest.undefs
44889done
44890rm -f conftest.undefs
44891
44892cat >>$CONFIG_STATUS <<\_ACEOF
44893 # Let's still pretend it is `configure' which instantiates (i.e., don't
44894 # use $as_me), people would be surprised to read:
44895 # /* config.h. Generated by config.status. */
44896 if test x"$ac_file" = x-; then
44897 echo "/* Generated by configure. */" >$tmp/config.h
44898 else
44899 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
44900 fi
44901 cat $tmp/in >>$tmp/config.h
44902 rm -f $tmp/in
44903 if test x"$ac_file" != x-; then
44904 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
44905 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
44906echo "$as_me: $ac_file is unchanged" >&6;}
44907 else
44908 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
44909$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
44910 X"$ac_file" : 'X\(//\)[^/]' \| \
44911 X"$ac_file" : 'X\(//\)$' \| \
44912 X"$ac_file" : 'X\(/\)' \| \
44913 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
44914echo X"$ac_file" |
44915 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44916 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44917 /^X\(\/\/\)$/{ s//\1/; q; }
44918 /^X\(\/\).*/{ s//\1/; q; }
44919 s/.*/./; q'`
44920 { if $as_mkdir_p; then
44921 mkdir -p "$ac_dir"
44922 else
44923 as_dir="$ac_dir"
44924 as_dirs=
44925 while test ! -d "$as_dir"; do
44926 as_dirs="$as_dir $as_dirs"
44927 as_dir=`(dirname "$as_dir") 2>/dev/null ||
44928$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
44929 X"$as_dir" : 'X\(//\)[^/]' \| \
44930 X"$as_dir" : 'X\(//\)$' \| \
44931 X"$as_dir" : 'X\(/\)' \| \
44932 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
44933echo X"$as_dir" |
44934 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44935 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44936 /^X\(\/\/\)$/{ s//\1/; q; }
44937 /^X\(\/\).*/{ s//\1/; q; }
44938 s/.*/./; q'`
44939 done
44940 test ! -n "$as_dirs" || mkdir $as_dirs
44941 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
44942echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
44943 { (exit 1); exit 1; }; }; }
44944
44945 rm -f $ac_file
44946 mv $tmp/config.h $ac_file
44947 fi
44948 else
44949 cat $tmp/config.h
44950 rm -f $tmp/config.h
44951 fi
44952done
44953_ACEOF
44954cat >>$CONFIG_STATUS <<\_ACEOF
44955
44956#
44957# CONFIG_COMMANDS section.
44958#
44959for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
44960 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
44961 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
44962 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
44963$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
44964 X"$ac_dest" : 'X\(//\)[^/]' \| \
44965 X"$ac_dest" : 'X\(//\)$' \| \
44966 X"$ac_dest" : 'X\(/\)' \| \
44967 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
44968echo X"$ac_dest" |
44969 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44970 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44971 /^X\(\/\/\)$/{ s//\1/; q; }
44972 /^X\(\/\).*/{ s//\1/; q; }
44973 s/.*/./; q'`
ac1cb8d3
VS
44974 { if $as_mkdir_p; then
44975 mkdir -p "$ac_dir"
44976 else
44977 as_dir="$ac_dir"
44978 as_dirs=
44979 while test ! -d "$as_dir"; do
44980 as_dirs="$as_dir $as_dirs"
44981 as_dir=`(dirname "$as_dir") 2>/dev/null ||
44982$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
44983 X"$as_dir" : 'X\(//\)[^/]' \| \
44984 X"$as_dir" : 'X\(//\)$' \| \
44985 X"$as_dir" : 'X\(/\)' \| \
44986 . : '\(.\)' 2>/dev/null ||
44987echo X"$as_dir" |
44988 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
44989 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
44990 /^X\(\/\/\)$/{ s//\1/; q; }
44991 /^X\(\/\).*/{ s//\1/; q; }
44992 s/.*/./; q'`
44993 done
44994 test ! -n "$as_dirs" || mkdir $as_dirs
44995 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
44996echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
44997 { (exit 1); exit 1; }; }; }
44998
a848cd7e
SC
44999 ac_builddir=.
45000
45001if test "$ac_dir" != .; then
45002 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45003 # A "../" for each directory in $ac_dir_suffix.
45004 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45005else
45006 ac_dir_suffix= ac_top_builddir=
45007fi
45008
45009case $srcdir in
45010 .) # No --srcdir option. We are building in place.
45011 ac_srcdir=.
45012 if test -z "$ac_top_builddir"; then
45013 ac_top_srcdir=.
45014 else
45015 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45016 fi ;;
45017 [\\/]* | ?:[\\/]* ) # Absolute path.
45018 ac_srcdir=$srcdir$ac_dir_suffix;
45019 ac_top_srcdir=$srcdir ;;
45020 *) # Relative path.
45021 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45022 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45023esac
ac1cb8d3
VS
45024
45025# Do not use `cd foo && pwd` to compute absolute paths, because
45026# the directories may not exist.
45027case `pwd` in
45028.) ac_abs_builddir="$ac_dir";;
45029*)
45030 case "$ac_dir" in
45031 .) ac_abs_builddir=`pwd`;;
45032 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45033 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45034 esac;;
45035esac
45036case $ac_abs_builddir in
45037.) ac_abs_top_builddir=${ac_top_builddir}.;;
45038*)
45039 case ${ac_top_builddir}. in
45040 .) ac_abs_top_builddir=$ac_abs_builddir;;
45041 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45042 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45043 esac;;
45044esac
45045case $ac_abs_builddir in
45046.) ac_abs_srcdir=$ac_srcdir;;
45047*)
45048 case $ac_srcdir in
45049 .) ac_abs_srcdir=$ac_abs_builddir;;
45050 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45051 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45052 esac;;
45053esac
45054case $ac_abs_builddir in
45055.) ac_abs_top_srcdir=$ac_top_srcdir;;
45056*)
45057 case $ac_top_srcdir in
45058 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45059 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45060 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45061 esac;;
45062esac
a848cd7e
SC
45063
45064
45065 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
45066echo "$as_me: executing $ac_dest commands" >&6;}
45067 case $ac_dest in
ceec2216
RL
45068 wx-config ) rm -f wx-config
45069 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
45070 ;;
a848cd7e
SC
45071 esac
45072done
45073_ACEOF
45074
45075cat >>$CONFIG_STATUS <<\_ACEOF
45076
45077{ (exit 0); exit 0; }
45078_ACEOF
45079chmod +x $CONFIG_STATUS
45080ac_clean_files=$ac_clean_files_save
45081
45082
45083# configure is writing to config.log, and then calls config.status.
45084# config.status does its own redirection, appending to config.log.
45085# Unfortunately, on DOS this fails, as config.log is still kept open
45086# by configure, so config.status won't be able to write to it; its
45087# output is simply discarded. So we exec the FD to /dev/null,
45088# effectively closing config.log, so it can be properly (re)opened and
45089# appended to by config.status. When coming back to configure, we
45090# need to make the FD available again.
45091if test "$no_create" != yes; then
45092 ac_cs_success=:
45093 ac_config_status_args=
45094 test "$silent" = yes &&
45095 ac_config_status_args="$ac_config_status_args --quiet"
45096 exec 5>/dev/null
45097 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
45098 exec 5>>config.log
45099 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
45100 # would make configure fail if this is the last instruction.
45101 $ac_cs_success || { (exit 1); exit 1; }
45102fi
45103
45104#
45105# CONFIG_SUBDIRS section.
45106#
45107if test "$no_recursion" != yes; then
45108
45109 # Remove --cache-file and --srcdir arguments so they do not pile up.
45110 ac_sub_configure_args=
45111 ac_prev=
45112 for ac_arg in $ac_configure_args; do
45113 if test -n "$ac_prev"; then
45114 ac_prev=
45115 continue
45116 fi
45117 case $ac_arg in
45118 -cache-file | --cache-file | --cache-fil | --cache-fi \
45119 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
45120 ac_prev=cache_file ;;
45121 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
45122 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
45123 | --c=*)
45124 ;;
45125 --config-cache | -C)
45126 ;;
45127 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
45128 ac_prev=srcdir ;;
45129 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
45130 ;;
45131 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
45132 ac_prev=prefix ;;
45133 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
45134 ;;
45135 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
45136 esac
45137 done
45138
45139 # Always prepend --prefix to ensure using the same prefix
45140 # in subdir configurations.
45141 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
45142
45143 ac_popdir=`pwd`
45144 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
45145
45146 # Do not complain, so a configure script can configure whichever
45147 # parts of a large source tree are present.
45148 test -d $srcdir/$ac_dir || continue
45149
45150 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
45151echo "$as_me: configuring in $ac_dir" >&6;}
45152 { if $as_mkdir_p; then
45153 mkdir -p "$ac_dir"
45154 else
45155 as_dir="$ac_dir"
45156 as_dirs=
45157 while test ! -d "$as_dir"; do
45158 as_dirs="$as_dir $as_dirs"
45159 as_dir=`(dirname "$as_dir") 2>/dev/null ||
45160$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
45161 X"$as_dir" : 'X\(//\)[^/]' \| \
45162 X"$as_dir" : 'X\(//\)$' \| \
45163 X"$as_dir" : 'X\(/\)' \| \
45164 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
45165echo X"$as_dir" |
45166 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45167 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45168 /^X\(\/\/\)$/{ s//\1/; q; }
45169 /^X\(\/\).*/{ s//\1/; q; }
45170 s/.*/./; q'`
45171 done
45172 test ! -n "$as_dirs" || mkdir $as_dirs
45173 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45174echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45175 { (exit 1); exit 1; }; }; }
45176
45177 ac_builddir=.
45178
45179if test "$ac_dir" != .; then
45180 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45181 # A "../" for each directory in $ac_dir_suffix.
45182 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45183else
45184 ac_dir_suffix= ac_top_builddir=
45185fi
45186
45187case $srcdir in
45188 .) # No --srcdir option. We are building in place.
45189 ac_srcdir=.
45190 if test -z "$ac_top_builddir"; then
45191 ac_top_srcdir=.
45192 else
45193 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45194 fi ;;
45195 [\\/]* | ?:[\\/]* ) # Absolute path.
45196 ac_srcdir=$srcdir$ac_dir_suffix;
45197 ac_top_srcdir=$srcdir ;;
45198 *) # Relative path.
45199 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45200 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45201esac
ac1cb8d3
VS
45202
45203# Do not use `cd foo && pwd` to compute absolute paths, because
45204# the directories may not exist.
45205case `pwd` in
45206.) ac_abs_builddir="$ac_dir";;
45207*)
45208 case "$ac_dir" in
45209 .) ac_abs_builddir=`pwd`;;
45210 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45211 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45212 esac;;
45213esac
45214case $ac_abs_builddir in
45215.) ac_abs_top_builddir=${ac_top_builddir}.;;
45216*)
45217 case ${ac_top_builddir}. in
45218 .) ac_abs_top_builddir=$ac_abs_builddir;;
45219 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45220 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45221 esac;;
45222esac
45223case $ac_abs_builddir in
45224.) ac_abs_srcdir=$ac_srcdir;;
45225*)
45226 case $ac_srcdir in
45227 .) ac_abs_srcdir=$ac_abs_builddir;;
45228 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45229 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45230 esac;;
45231esac
45232case $ac_abs_builddir in
45233.) ac_abs_top_srcdir=$ac_top_srcdir;;
45234*)
45235 case $ac_top_srcdir in
45236 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45237 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45238 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45239 esac;;
45240esac
a848cd7e
SC
45241
45242
45243 cd $ac_dir
45244
45245 # Check for guested configure; otherwise get Cygnus style configure.
45246 if test -f $ac_srcdir/configure.gnu; then
45247 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
45248 elif test -f $ac_srcdir/configure; then
45249 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
45250 elif test -f $ac_srcdir/configure.in; then
45251 ac_sub_configure=$ac_configure
45252 else
45253 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
45254echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
45255 ac_sub_configure=
45256 fi
45257
45258 # The recursion is here.
45259 if test -n "$ac_sub_configure"; then
45260 # Make the cache file name correct relative to the subdirectory.
45261 case $cache_file in
45262 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
45263 *) # Relative path.
ac1cb8d3 45264 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
a848cd7e
SC
45265 esac
45266
45267 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
45268echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
45269 # The eval makes quoting arguments work.
45270 eval $ac_sub_configure $ac_sub_configure_args \
ac1cb8d3
VS
45271 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
45272 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
a848cd7e
SC
45273echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
45274 { (exit 1); exit 1; }; }
45275 fi
45276
07158944 45277 cd "$ac_popdir"
a848cd7e
SC
45278 done
45279fi
45280
45281
45282echo
77ffb593 45283echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
a848cd7e 45284echo ""
4d4ff94c 45285echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
77ffb593 45286echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
a848cd7e 45287
77ffb593
JS
45288echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
45289echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
45290echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
a848cd7e 45291
77ffb593
JS
45292echo " What level of wxWidgets compatibility should be enabled?"
45293echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
45294echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
a848cd7e 45295
77ffb593 45296echo " Which libraries should wxWidgets use?"
a848cd7e
SC
45297echo " jpeg ${wxUSE_LIBJPEG-none}"
45298echo " png ${wxUSE_LIBPNG-none}"
45299echo " regex ${wxUSE_REGEX}"
45300echo " tiff ${wxUSE_LIBTIFF-none}"
45301if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
45302echo " xpm ${wxUSE_LIBXPM-none}"
45303fi
45304echo " zlib ${wxUSE_ZLIB}"
45305echo " odbc ${wxUSE_ODBC}"
45306echo " expat ${wxUSE_EXPAT}"
45307echo " libmspack ${wxUSE_LIBMSPACK}"
45308echo " sdl ${wxUSE_LIBSDL}"
6d1ce868 45309echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
a848cd7e
SC
45310
45311echo ""
45312