]> git.saurik.com Git - wxWidgets.git/blame - configure
Added test case speficically for GCC >= 4.0 and
[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.
d230c01b 4# Generated by GNU Autoconf 2.59 for wxWidgets 2.6.1.
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'
d230c01b
JS
273PACKAGE_VERSION='2.6.1'
274PACKAGE_STRING='wxWidgets 2.6.1'
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"
ddd14b14 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_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_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
d230c01b 797\`configure' configures wxWidgets 2.6.1 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
d230c01b 863 short | recursive ) echo "Configuration of wxWidgets 2.6.1:";;
a848cd7e
SC
864 esac
865 cat <<\_ACEOF
866
867Optional Features:
868 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
869 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
870 --enable-gui use GUI classes
77ffb593
JS
871 --enable-monolithic build wxWidgets as single library
872 --enable-plugins build parts of wxWidgets as loadable components
873 --enable-universal use wxWidgets GUI controls instead of native ones
a848cd7e 874 --enable-nanox use NanoX
f34ca037 875 --disable-gtk2 use GTK+ 1.2 instead of 2.0
a848cd7e
SC
876 --enable-gpe use GNOME PDA Environment features if possible
877 --enable-shared create shared library code
878 --enable-optimise create optimised code
879 --enable-debug same as debug_flag and debug_info
880 --enable-stl use STL for containers
881 --enable-omf use OMF object format
882 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
883 --enable-debug_info create code with debugging information
884 --enable-debug_gdb create code with extra GDB debugging information
885 --enable-debug_cntxt use wxDebugContext
886 --enable-mem_tracing create code with memory tracing
887 --enable-profile create code with profiling information
888 --enable-no_rtti create code without RTTI information
889 --enable-no_exceptions create code without C++ exceptions handling
890 --enable-permissive compile code disregarding strict ANSI
891 --enable-no_deps create code without dependency information
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
59746b65 929 --enable-std_string use standard C++ string classes
07158944 930 --enable-stdpaths use wxStandardPaths class
a848cd7e 931 --enable-stopwatch use wxStopWatch class
07158944 932 --enable-streams use wxStream etc classes
a848cd7e
SC
933 --enable-sysoptions use wxSystemOptions
934 --enable-textbuf use wxTextBuffer class
935 --enable-textfile use wxTextFile class
936 --enable-timer use wxTimer class
937 --enable-unicode compile wxString with Unicode support
938 --enable-sound use wxSound class
3b57de8b 939 --enable-mediactrl use wxMediaCtrl class
77ffb593 940 --enable-wxprintfv use wxWidgets implementation of vprintf()
81f90336 941 --enable-zipstream use wxZip streams
a848cd7e
SC
942 --enable-url use wxURL class
943 --enable-protocol use wxProtocol class
944 --enable-protocol-http HTTP support in wxProtocol
945 --enable-protocol-ftp FTP support in wxProtocol
946 --enable-protocol-file FILE support in wxProtocol
947 --enable-threads use threads
948 --enable-docview use document view architecture
949 --enable-help use help subsystem
950 --enable-mshtmlhelp use MS HTML Help (win32)
951 --enable-html use wxHTML sub-library
952 --enable-htmlhelp use wxHTML-based help
9a8f0513 953 --enable-xrc use XRC resources sub-library
a848cd7e
SC
954 --enable-constraints use layout-constraints system
955 --enable-printarch use printing architecture
956 --enable-mdi use multiple document interface architecture
8a7b1113 957 --enable-mdidoc use docview architecture with MDI
a848cd7e
SC
958 --enable-loggui use standard GUI logger
959 --enable-logwin use wxLogWindow
960 --enable-logdialog use wxLogDialog
646b6ec1 961 --enable-webkit use wxWebKitCtrl (Mac)
a848cd7e
SC
962 --enable-postscript use wxPostscriptDC device context (default for gtk+)
963 --enable-prologio not available; see contrib
964 --enable-resources not available; see contrib
965 --enable-clipboard use wxClipboard class
966 --enable-dnd use Drag'n'Drop classes
967 --enable-metafile use win32 metafiles
968 --enable-controls use all usual controls
969 --enable-accel use accelerators
970 --enable-button use wxButton class
971 --enable-bmpbutton use wxBitmapButton class
972 --enable-calendar use wxCalendarCtrl class
973 --enable-caret use wxCaret class
974 --enable-checkbox use wxCheckBox class
975 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
976 --enable-choice use wxChoice class
92bbdbcd 977 --enable-choicebook use wxChoicebook class
a848cd7e 978 --enable-combobox use wxComboBox class
da98e9be 979 --enable-datepick use wxDatePickerCtrl class
a848cd7e
SC
980 --enable-display use wxDisplay class
981 --enable-gauge use wxGauge class
982 --enable-grid use wxGrid class
983 --enable-imaglist use wxImageList class
984 --enable-listbook use wxListbook class
985 --enable-listbox use wxListBox class
986 --enable-listctrl use wxListCtrl class
987 --enable-notebook use wxNotebook class
988 --enable-radiobox use wxRadioBox class
989 --enable-radiobtn use wxRadioButton class
990 --enable-sash use wxSashWindow class
991 --enable-scrollbar use wxScrollBar class and scrollable windows
992 --enable-slider use wxSlider class
993 --enable-spinbtn use wxSpinButton class
994 --enable-spinctrl use wxSpinCtrl class
995 --enable-splitter use wxSplitterWindow class
996 --enable-statbmp use wxStaticBitmap class
997 --enable-statbox use wxStaticBox class
998 --enable-statline use wxStaticLine class
999 --enable-stattext use wxStaticText class
1000 --enable-statusbar use wxStatusBar class
1001 --enable-tabdialog use wxTabControl class
1002 --enable-textctrl use wxTextCtrl class
1003 --enable-togglebtn use wxToggleButton class
1004 --enable-toolbar use wxToolBar class
1005 --enable-tbarnative use native wxToolBar class
1006 --enable-tbarsmpl use wxToolBarSimple class
1007 --enable-treectrl use wxTreeCtrl class
1008 --enable-tipwindow use wxTipWindow class
1009 --enable-popupwin use wxPopUpWindow class
1010 --enable-commondlg use all common dialogs
1011 --enable-choicedlg use wxChoiceDialog
1012 --enable-coldlg use wxColourDialog
1013 --enable-filedlg use wxFileDialog
1014 --enable-finddlg use wxFindReplaceDialog
1015 --enable-fontdlg use wxFontDialog
1016 --enable-dirdlg use wxDirDialog
1017 --enable-msgdlg use wxMessageDialog
1018 --enable-numberdlg use wxNumberEntryDialog
1019 --enable-splash use wxSplashScreen
1020 --enable-textdlg use wxTextDialog
1021 --enable-tipdlg use startup tips
1022 --enable-progressdlg use wxProgressDialog
1023 --enable-wizarddlg use wxWizard
1024 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1025 --enable-miniframe use wxMiniFrame class
1026 --enable-tooltips use wxToolTip class
1027 --enable-splines use spline drawing code
fbe2ca43 1028 --enable-mousewheel use mousewheel
a848cd7e
SC
1029 --enable-validators use wxValidator and derived classes
1030 --enable-busyinfo use wxBusyInfo
4cb1d3da 1031 --enable-joystick use wxJoystick
a848cd7e
SC
1032 --enable-metafiles use wxMetaFile (Windows only)
1033 --enable-dragimage use wxDragImage
1034 --enable-accessibility enable accessibility support
1035 --enable-palette use wxPalette class
1036 --enable-image use wxImage class
1037 --enable-gif use gif images (GIF file format)
1038 --enable-pcx use pcx images (PCX file format)
1039 --enable-iff use iff images (IFF file format)
1040 --enable-pnm use pnm images (PNM file format)
1041 --enable-xpm use xpm images (XPM file format)
1042 --enable-icocur use Windows ICO and CUR formats
77ffb593 1043 --enable-official_build official build of wxWidgets (win32 DLL only)
a848cd7e
SC
1044 --enable-vendor=VENDOR vendor name (win32 DLL only)
1045 --disable-largefile omit support for large files
1046 --disable-gtktest do not try to compile and run a test GTK+ program
1047 --disable-gtktest Do not try to compile and run a test GTK program
1048 --disable-sdltest Do not try to compile and run a test SDL program
1049 --enable-omf use OMF object format (OS/2)
ebee3cd0
VS
1050 --disable-precomp-headers
1051 don't use precompiled headers even if compiler can
a848cd7e
SC
1052
1053Optional Packages:
1054 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1055 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
f34ca037 1056 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
a848cd7e
SC
1057 --with-motif use Motif/Lesstif
1058 --with-mac use Mac OS X
1059 --with-cocoa use Cocoa
1060 --with-wine use Wine
1061 --with-msw use MS-Windows
1062 --with-pm use OS/2 Presentation Manager
1063 --with-mgl use SciTech MGL
1064 --with-microwin use MicroWindows
1065 --with-x11 use X11
1066 --with-libpng use libpng (PNG image format)
1067 --with-libjpeg use libjpeg (JPEG file format)
1068 --with-libtiff use libtiff (TIFF file format)
1069 --with-libxpm use libxpm (XPM file format)
1070 --with-libmspack use libmspack (CHM help files loading)
1071 --with-sdl use SDL for audio on Unix
d51253e8 1072 --with-gnomeprint use GNOME print for printing under Unix
a848cd7e
SC
1073 --with-opengl use OpenGL (or Mesa)
1074 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1075 --with-regex enable support for wxRegEx class
1076 --with-zlib use zlib for LZW compression
1077 --with-odbc use the IODBC and wxODBC classes
1078 --with-expat enable XML support using expat parser
ceec2216 1079 --with-flavour=NAME specify a name to identify this build
a848cd7e
SC
1080 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1081 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1082 --with-x use the X Window System
1083 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1084 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1085 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1086 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1087 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1088
1089Some influential environment variables:
dcc1b6ad
VS
1090 CC C compiler command
1091 CFLAGS C compiler flags
1092 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1093 nonstandard directory <lib dir>
1094 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1095 headers in a nonstandard directory <include dir>
1096 CPP C preprocessor
1097 CXX C++ compiler command
1098 CXXFLAGS C++ compiler flags
1099 CXXCPP C++ preprocessor
a848cd7e
SC
1100
1101Use these variables to override the choices made by `configure' or to help
1102it to find libraries and programs with nonstandard names/locations.
1103
77ffb593 1104Report bugs to <wx-dev@lists.wxwidgets.org>.
a848cd7e
SC
1105_ACEOF
1106fi
1107
1108if test "$ac_init_help" = "recursive"; then
1109 # If there are subdirs, report their specific --help.
1110 ac_popdir=`pwd`
1111 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1112 test -d $ac_dir || continue
1113 ac_builddir=.
1114
1115if test "$ac_dir" != .; then
1116 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1117 # A "../" for each directory in $ac_dir_suffix.
1118 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1119else
1120 ac_dir_suffix= ac_top_builddir=
1121fi
1122
1123case $srcdir in
1124 .) # No --srcdir option. We are building in place.
1125 ac_srcdir=.
1126 if test -z "$ac_top_builddir"; then
1127 ac_top_srcdir=.
1128 else
1129 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1130 fi ;;
1131 [\\/]* | ?:[\\/]* ) # Absolute path.
1132 ac_srcdir=$srcdir$ac_dir_suffix;
1133 ac_top_srcdir=$srcdir ;;
1134 *) # Relative path.
1135 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1136 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1137esac
ac1cb8d3
VS
1138
1139# Do not use `cd foo && pwd` to compute absolute paths, because
1140# the directories may not exist.
1141case `pwd` in
1142.) ac_abs_builddir="$ac_dir";;
1143*)
1144 case "$ac_dir" in
1145 .) ac_abs_builddir=`pwd`;;
1146 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1147 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1148 esac;;
1149esac
1150case $ac_abs_builddir in
1151.) ac_abs_top_builddir=${ac_top_builddir}.;;
1152*)
1153 case ${ac_top_builddir}. in
1154 .) ac_abs_top_builddir=$ac_abs_builddir;;
1155 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1156 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1157 esac;;
1158esac
1159case $ac_abs_builddir in
1160.) ac_abs_srcdir=$ac_srcdir;;
1161*)
1162 case $ac_srcdir in
1163 .) ac_abs_srcdir=$ac_abs_builddir;;
1164 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1165 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1166 esac;;
1167esac
1168case $ac_abs_builddir in
1169.) ac_abs_top_srcdir=$ac_top_srcdir;;
1170*)
1171 case $ac_top_srcdir in
1172 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1173 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1174 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1175 esac;;
1176esac
a848cd7e
SC
1177
1178 cd $ac_dir
1179 # Check for guested configure; otherwise get Cygnus style configure.
1180 if test -f $ac_srcdir/configure.gnu; then
1181 echo
1182 $SHELL $ac_srcdir/configure.gnu --help=recursive
1183 elif test -f $ac_srcdir/configure; then
1184 echo
1185 $SHELL $ac_srcdir/configure --help=recursive
1186 elif test -f $ac_srcdir/configure.ac ||
ac1cb8d3 1187 test -f $ac_srcdir/configure.in; then
a848cd7e
SC
1188 echo
1189 $ac_configure --help
1190 else
1191 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1192 fi
ddd14b14 1193 cd $ac_popdir
a848cd7e
SC
1194 done
1195fi
1196
1197test -n "$ac_init_help" && exit 0
1198if $ac_init_version; then
1199 cat <<\_ACEOF
d230c01b 1200wxWidgets configure 2.6.1
ac1cb8d3 1201generated by GNU Autoconf 2.59
a848cd7e 1202
ac1cb8d3 1203Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
1204This configure script is free software; the Free Software Foundation
1205gives unlimited permission to copy, distribute and modify it.
1206_ACEOF
1207 exit 0
1208fi
1209exec 5>config.log
1210cat >&5 <<_ACEOF
1211This file contains any messages produced by compilers while
1212running configure, to aid debugging if configure makes a mistake.
1213
d230c01b 1214It was created by wxWidgets $as_me 2.6.1, which was
ac1cb8d3 1215generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
1216
1217 $ $0 $@
1218
1219_ACEOF
1220{
1221cat <<_ASUNAME
1222## --------- ##
1223## Platform. ##
1224## --------- ##
1225
1226hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1227uname -m = `(uname -m) 2>/dev/null || echo unknown`
1228uname -r = `(uname -r) 2>/dev/null || echo unknown`
1229uname -s = `(uname -s) 2>/dev/null || echo unknown`
1230uname -v = `(uname -v) 2>/dev/null || echo unknown`
1231
1232/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1233/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1234
1235/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1236/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1237/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1238hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1239/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1240/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1241/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1242
1243_ASUNAME
1244
1245as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1246for as_dir in $PATH
1247do
1248 IFS=$as_save_IFS
1249 test -z "$as_dir" && as_dir=.
1250 echo "PATH: $as_dir"
1251done
1252
1253} >&5
1254
1255cat >&5 <<_ACEOF
1256
1257
1258## ----------- ##
1259## Core tests. ##
1260## ----------- ##
1261
1262_ACEOF
1263
1264
1265# Keep a trace of the command line.
1266# Strip out --no-create and --no-recursion so they do not pile up.
1267# Strip out --silent because we don't want to record it for future runs.
1268# Also quote any args containing shell meta-characters.
1269# Make two passes to allow for proper duplicate-argument suppression.
1270ac_configure_args=
1271ac_configure_args0=
1272ac_configure_args1=
1273ac_sep=
1274ac_must_keep_next=false
1275for ac_pass in 1 2
1276do
1277 for ac_arg
1278 do
1279 case $ac_arg in
1280 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1281 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1282 | -silent | --silent | --silen | --sile | --sil)
1283 continue ;;
1284 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1285 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1286 esac
1287 case $ac_pass in
1288 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1289 2)
1290 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1291 if test $ac_must_keep_next = true; then
ac1cb8d3 1292 ac_must_keep_next=false # Got value, back to normal.
a848cd7e 1293 else
ac1cb8d3
VS
1294 case $ac_arg in
1295 *=* | --config-cache | -C | -disable-* | --disable-* \
1296 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1297 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1298 | -with-* | --with-* | -without-* | --without-* | --x)
1299 case "$ac_configure_args0 " in
1300 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1301 esac
1302 ;;
1303 -* ) ac_must_keep_next=true ;;
1304 esac
a848cd7e
SC
1305 fi
1306 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1307 # Get rid of the leading space.
1308 ac_sep=" "
1309 ;;
1310 esac
1311 done
1312done
1313$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1314$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1315
1316# When interrupted or exit'd, cleanup temporary files, and complete
1317# config.log. We remove comments because anyway the quotes in there
1318# would cause problems or look ugly.
1319# WARNING: Be sure not to use single quotes in there, as some shells,
1320# such as our DU 5.0 friend, will then `close' the trap.
1321trap 'exit_status=$?
1322 # Save into config.log some information that might help in debugging.
1323 {
1324 echo
1325
1326 cat <<\_ASBOX
1327## ---------------- ##
1328## Cache variables. ##
1329## ---------------- ##
1330_ASBOX
1331 echo
1332 # The following way of writing the cache mishandles newlines in values,
1333{
1334 (set) 2>&1 |
1335 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1336 *ac_space=\ *)
1337 sed -n \
ac1cb8d3
VS
1338 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1339 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
a848cd7e
SC
1340 ;;
1341 *)
1342 sed -n \
ac1cb8d3 1343 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
1344 ;;
1345 esac;
1346}
1347 echo
1348
1349 cat <<\_ASBOX
1350## ----------------- ##
1351## Output variables. ##
1352## ----------------- ##
1353_ASBOX
1354 echo
1355 for ac_var in $ac_subst_vars
1356 do
1357 eval ac_val=$`echo $ac_var`
1358 echo "$ac_var='"'"'$ac_val'"'"'"
1359 done | sort
1360 echo
1361
1362 if test -n "$ac_subst_files"; then
1363 cat <<\_ASBOX
1364## ------------- ##
1365## Output files. ##
1366## ------------- ##
1367_ASBOX
1368 echo
1369 for ac_var in $ac_subst_files
1370 do
1371 eval ac_val=$`echo $ac_var`
ac1cb8d3 1372 echo "$ac_var='"'"'$ac_val'"'"'"
a848cd7e
SC
1373 done | sort
1374 echo
1375 fi
1376
1377 if test -s confdefs.h; then
1378 cat <<\_ASBOX
1379## ----------- ##
1380## confdefs.h. ##
1381## ----------- ##
1382_ASBOX
1383 echo
1384 sed "/^$/d" confdefs.h | sort
1385 echo
1386 fi
1387 test "$ac_signal" != 0 &&
1388 echo "$as_me: caught signal $ac_signal"
1389 echo "$as_me: exit $exit_status"
1390 } >&5
ac1cb8d3 1391 rm -f core *.core &&
a848cd7e
SC
1392 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1393 exit $exit_status
1394 ' 0
1395for ac_signal in 1 2 13 15; do
1396 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1397done
1398ac_signal=0
1399
1400# confdefs.h avoids OS command line length limits that DEFS can exceed.
1401rm -rf conftest* confdefs.h
1402# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1403echo >confdefs.h
1404
1405# Predefined preprocessor variables.
1406
1407cat >>confdefs.h <<_ACEOF
1408#define PACKAGE_NAME "$PACKAGE_NAME"
1409_ACEOF
1410
1411
1412cat >>confdefs.h <<_ACEOF
1413#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1414_ACEOF
1415
1416
1417cat >>confdefs.h <<_ACEOF
1418#define PACKAGE_VERSION "$PACKAGE_VERSION"
1419_ACEOF
1420
1421
1422cat >>confdefs.h <<_ACEOF
1423#define PACKAGE_STRING "$PACKAGE_STRING"
1424_ACEOF
1425
1426
1427cat >>confdefs.h <<_ACEOF
1428#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1429_ACEOF
1430
1431
1432# Let the site file select an alternate cache file if it wants to.
1433# Prefer explicitly selected file to automatically selected ones.
1434if test -z "$CONFIG_SITE"; then
1435 if test "x$prefix" != xNONE; then
1436 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1437 else
1438 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1439 fi
1440fi
1441for ac_site_file in $CONFIG_SITE; do
1442 if test -r "$ac_site_file"; then
1443 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1444echo "$as_me: loading site script $ac_site_file" >&6;}
1445 sed 's/^/| /' "$ac_site_file" >&5
1446 . "$ac_site_file"
1447 fi
1448done
1449
1450if test -r "$cache_file"; then
1451 # Some versions of bash will fail to source /dev/null (special
1452 # files actually), so we avoid doing that.
1453 if test -f "$cache_file"; then
1454 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1455echo "$as_me: loading cache $cache_file" >&6;}
1456 case $cache_file in
1457 [\\/]* | ?:[\\/]* ) . $cache_file;;
1458 *) . ./$cache_file;;
1459 esac
1460 fi
1461else
1462 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1463echo "$as_me: creating cache $cache_file" >&6;}
1464 >$cache_file
1465fi
1466
1467# Check that the precious variables saved in the cache have kept the same
1468# value.
1469ac_cache_corrupted=false
1470for ac_var in `(set) 2>&1 |
ac1cb8d3 1471 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
a848cd7e
SC
1472 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1473 eval ac_new_set=\$ac_env_${ac_var}_set
1474 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1475 eval ac_new_val="\$ac_env_${ac_var}_value"
1476 case $ac_old_set,$ac_new_set in
1477 set,)
1478 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1479echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1480 ac_cache_corrupted=: ;;
1481 ,set)
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1483echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1484 ac_cache_corrupted=: ;;
1485 ,);;
1486 *)
1487 if test "x$ac_old_val" != "x$ac_new_val"; then
ac1cb8d3 1488 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
a848cd7e 1489echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
ac1cb8d3 1490 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
a848cd7e 1491echo "$as_me: former value: $ac_old_val" >&2;}
ac1cb8d3 1492 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
a848cd7e 1493echo "$as_me: current value: $ac_new_val" >&2;}
ac1cb8d3 1494 ac_cache_corrupted=:
a848cd7e
SC
1495 fi;;
1496 esac
1497 # Pass precious variables to config.status.
1498 if test "$ac_new_set" = set; then
1499 case $ac_new_val in
1500 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1501 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1502 *) ac_arg=$ac_var=$ac_new_val ;;
1503 esac
1504 case " $ac_configure_args " in
1505 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1506 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1507 esac
1508 fi
1509done
1510if $ac_cache_corrupted; then
1511 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1512echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1513 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1514echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1515 { (exit 1); exit 1; }; }
1516fi
1517
1518ac_ext=c
1519ac_cpp='$CPP $CPPFLAGS'
1520ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1521ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1522ac_compiler_gnu=$ac_cv_c_compiler_gnu
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
1551
1552
1553ac_aux_dir=
1554for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1555 if test -f $ac_dir/install-sh; then
1556 ac_aux_dir=$ac_dir
1557 ac_install_sh="$ac_aux_dir/install-sh -c"
1558 break
1559 elif test -f $ac_dir/install.sh; then
1560 ac_aux_dir=$ac_dir
1561 ac_install_sh="$ac_aux_dir/install.sh -c"
1562 break
1563 elif test -f $ac_dir/shtool; then
1564 ac_aux_dir=$ac_dir
1565 ac_install_sh="$ac_aux_dir/shtool install -c"
1566 break
1567 fi
1568done
1569if test -z "$ac_aux_dir"; then
1570 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1571echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1572 { (exit 1); exit 1; }; }
1573fi
1574ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1575ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1576ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1577
1578# Make sure we can run config.sub.
1579$ac_config_sub sun4 >/dev/null 2>&1 ||
1580 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1581echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1582 { (exit 1); exit 1; }; }
1583
1584echo "$as_me:$LINENO: checking build system type" >&5
1585echo $ECHO_N "checking build system type... $ECHO_C" >&6
1586if test "${ac_cv_build+set}" = set; then
1587 echo $ECHO_N "(cached) $ECHO_C" >&6
1588else
1589 ac_cv_build_alias=$build_alias
1590test -z "$ac_cv_build_alias" &&
1591 ac_cv_build_alias=`$ac_config_guess`
1592test -z "$ac_cv_build_alias" &&
1593 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1594echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1595 { (exit 1); exit 1; }; }
1596ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1597 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1598echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1599 { (exit 1); exit 1; }; }
1600
1601fi
1602echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1603echo "${ECHO_T}$ac_cv_build" >&6
1604build=$ac_cv_build
1605build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1606build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1607build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1608
1609
1610echo "$as_me:$LINENO: checking host system type" >&5
1611echo $ECHO_N "checking host system type... $ECHO_C" >&6
1612if test "${ac_cv_host+set}" = set; then
1613 echo $ECHO_N "(cached) $ECHO_C" >&6
1614else
1615 ac_cv_host_alias=$host_alias
1616test -z "$ac_cv_host_alias" &&
1617 ac_cv_host_alias=$ac_cv_build_alias
1618ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1619 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1620echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1621 { (exit 1); exit 1; }; }
1622
1623fi
1624echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1625echo "${ECHO_T}$ac_cv_host" >&6
1626host=$ac_cv_host
1627host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1628host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1629host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1630
1631
1632echo "$as_me:$LINENO: checking target system type" >&5
1633echo $ECHO_N "checking target system type... $ECHO_C" >&6
1634if test "${ac_cv_target+set}" = set; then
1635 echo $ECHO_N "(cached) $ECHO_C" >&6
1636else
1637 ac_cv_target_alias=$target_alias
1638test "x$ac_cv_target_alias" = "x" &&
1639 ac_cv_target_alias=$ac_cv_host_alias
1640ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1641 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1642echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1643 { (exit 1); exit 1; }; }
1644
1645fi
1646echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1647echo "${ECHO_T}$ac_cv_target" >&6
1648target=$ac_cv_target
1649target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1650target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1651target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1652
1653
1654# The aliases save the names the user supplied, while $host etc.
1655# will get canonicalized.
1656test -n "$target_alias" &&
1657 test "$program_prefix$program_suffix$program_transform_name" = \
1658 NONENONEs,x,x, &&
1659 program_prefix=${target_alias}-
1660
1661
1662
ceec2216 1663wx_major_version_number=2
e0d84535 1664wx_minor_version_number=6
7a070ef1 1665wx_release_number=1
063c96c1 1666wx_subrelease_number=1
a848cd7e 1667
ceec2216
RL
1668WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1669WX_VERSION=$WX_RELEASE.$wx_release_number
1670WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
a848cd7e 1671
ceec2216 1672WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
a848cd7e 1673
a848cd7e
SC
1674
1675
1676
1677USE_UNIX=1
1678USE_OS2=0
1679USE_WIN32=0
1680USE_DOS=0
1681USE_BEOS=0
1682USE_MAC=0
1683
1684USE_AIX=
1685USE_BSD= USE_DARWIN= USE_FREEBSD=
1686USE_GNU= USE_HPUX=
1687USE_LINUX=
1688USE_NETBSD=
1689USE_OPENBSD=
1690USE_OSF= USE_SGI=
1691USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1692USE_ULTRIX=
1693USE_UNIXWARE=
1694
1695USE_ALPHA=
1696
1697NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1698
1699ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1700
1701DEFAULT_wxUSE_COCOA=0
1702DEFAULT_wxUSE_GTK=0
1703DEFAULT_wxUSE_MAC=0
1704DEFAULT_wxUSE_MGL=0
1705DEFAULT_wxUSE_MICROWIN=0
1706DEFAULT_wxUSE_MOTIF=0
1707DEFAULT_wxUSE_MSW=0
1708DEFAULT_wxUSE_PM=0
1709DEFAULT_wxUSE_X11=0
1710
1711DEFAULT_DEFAULT_wxUSE_COCOA=0
1712DEFAULT_DEFAULT_wxUSE_GTK=0
1713DEFAULT_DEFAULT_wxUSE_MAC=0
1714DEFAULT_DEFAULT_wxUSE_MGL=0
1715DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1716DEFAULT_DEFAULT_wxUSE_MOTIF=0
1717DEFAULT_DEFAULT_wxUSE_MSW=0
1718DEFAULT_DEFAULT_wxUSE_PM=0
1719DEFAULT_DEFAULT_wxUSE_X11=0
1720
1721PROGRAM_EXT=
1722SO_SUFFIX=so
1723SAMPLES_RPATH_FLAG=
1724SAMPLES_RPATH_POSTLINK=
1725
a03b8b04
RD
1726DEFAULT_STD_FLAG=yes
1727
a848cd7e
SC
1728case "${host}" in
1729 *-hp-hpux* )
1730 USE_HPUX=1
1731 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1732 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1733 SO_SUFFIX=sl
1734 cat >>confdefs.h <<\_ACEOF
1735#define __HPUX__ 1
1736_ACEOF
1737
1738 ;;
1739 *-*-linux* )
1740 USE_LINUX=1
1741 cat >>confdefs.h <<\_ACEOF
1742#define __LINUX__ 1
1743_ACEOF
1744
1745 TMP=`uname -m`
1746 if test "x$TMP" = "xalpha"; then
1747 USE_ALPHA=1
1748 cat >>confdefs.h <<\_ACEOF
1749#define __ALPHA__ 1
1750_ACEOF
1751
1752 fi
1753 DEFAULT_DEFAULT_wxUSE_GTK=1
1754 ;;
1755 *-*-gnu* | *-*-k*bsd*-gnu )
1756 USE_GNU=1
1757 TMP=`uname -m`
1758 if test "x$TMP" = "xalpha"; then
1759 USE_ALPHA=1
1760 cat >>confdefs.h <<\_ACEOF
1761#define __ALPHA__ 1
1762_ACEOF
1763
1764 fi
1765 DEFAULT_DEFAULT_wxUSE_GTK=1
1766 ;;
1767 *-*-irix5* | *-*-irix6* )
1768 USE_SGI=1
1769 USE_SVR4=1
1770 cat >>confdefs.h <<\_ACEOF
1771#define __SGI__ 1
1772_ACEOF
1773
1774 cat >>confdefs.h <<\_ACEOF
1775#define __SVR4__ 1
1776_ACEOF
1777
1778 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1779 ;;
1780 *-*-solaris2* )
1781 USE_SUN=1
1782 USE_SOLARIS=1
1783 USE_SVR4=1
1784 cat >>confdefs.h <<\_ACEOF
1785#define __SUN__ 1
1786_ACEOF
1787
1788 cat >>confdefs.h <<\_ACEOF
1789#define __SOLARIS__ 1
1790_ACEOF
1791
1792 cat >>confdefs.h <<\_ACEOF
1793#define __SVR4__ 1
1794_ACEOF
1795
1796 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1797 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1798 ;;
1799 *-*-sunos4* )
1800 USE_SUN=1
1801 USE_SUNOS=1
1802 USE_BSD=1
1803 cat >>confdefs.h <<\_ACEOF
1804#define __SUN__ 1
1805_ACEOF
1806
1807 cat >>confdefs.h <<\_ACEOF
1808#define __SUNOS__ 1
1809_ACEOF
1810
1811 cat >>confdefs.h <<\_ACEOF
1812#define __BSD__ 1
1813_ACEOF
1814
1815 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1816 ;;
1817 *-*-freebsd*)
1818 USE_BSD=1
1819 USE_FREEBSD=1
1820 cat >>confdefs.h <<\_ACEOF
1821#define __FREEBSD__ 1
1822_ACEOF
1823
1824 cat >>confdefs.h <<\_ACEOF
1825#define __BSD__ 1
1826_ACEOF
1827
1828 DEFAULT_DEFAULT_wxUSE_GTK=1
1829 ;;
1830 *-*-openbsd*)
1831 USE_BSD=1
1832 USE_OPENBSD=1
1833 cat >>confdefs.h <<\_ACEOF
1834#define __OPENBSD__ 1
1835_ACEOF
1836
1837 cat >>confdefs.h <<\_ACEOF
1838#define __BSD__ 1
1839_ACEOF
1840
1841 DEFAULT_DEFAULT_wxUSE_GTK=1
1842 ;;
1843 *-*-netbsd*)
1844 USE_BSD=1
1845 USE_NETBSD=1
1846 cat >>confdefs.h <<\_ACEOF
1847#define __NETBSD__ 1
1848_ACEOF
1849
1850 cat >>confdefs.h <<\_ACEOF
1851#define __BSD__ 1
1852_ACEOF
1853
1854 DEFAULT_DEFAULT_wxUSE_GTK=1
1855 ;;
1856 *-*-osf* )
1857 USE_ALPHA=1
1858 USE_OSF=1
1859 cat >>confdefs.h <<\_ACEOF
1860#define __ALPHA__ 1
1861_ACEOF
1862
1863 cat >>confdefs.h <<\_ACEOF
1864#define __OSF__ 1
1865_ACEOF
1866
1867 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1868 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1869 ;;
1870 *-*-dgux5* )
1871 USE_ALPHA=1
1872 USE_SVR4=1
1873 cat >>confdefs.h <<\_ACEOF
1874#define __ALPHA__ 1
1875_ACEOF
1876
1877 cat >>confdefs.h <<\_ACEOF
1878#define __SVR4__ 1
1879_ACEOF
1880
1881 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1882 ;;
1883 *-*-sysv5* )
1884 USE_SYSV=1
1885 USE_SVR4=1
1886 cat >>confdefs.h <<\_ACEOF
1887#define __SYSV__ 1
1888_ACEOF
1889
1890 cat >>confdefs.h <<\_ACEOF
1891#define __SVR4__ 1
1892_ACEOF
1893
1894 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1895 ;;
1896 *-*-aix* )
1897 USE_AIX=1
1898 USE_SYSV=1
1899 USE_SVR4=1
1900 SO_SUFFIX=a
1901 cat >>confdefs.h <<\_ACEOF
1902#define __AIX__ 1
1903_ACEOF
1904
1905 cat >>confdefs.h <<\_ACEOF
1906#define __SYSV__ 1
1907_ACEOF
1908
1909 cat >>confdefs.h <<\_ACEOF
1910#define __SVR4__ 1
1911_ACEOF
1912
1913 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1914 ;;
1915
1916 *-*-*UnixWare*)
1917 USE_SYSV=1
1918 USE_SVR4=1
1919 USE_UNIXWARE=1
1920 cat >>confdefs.h <<\_ACEOF
1921#define __UNIXWARE__ 1
1922_ACEOF
1923
1924 ;;
1925
1926 *-*-cygwin* | *-*-mingw32* )
1927 SO_SUFFIX=dll
1928 PROGRAM_EXT=".exe"
1929 RESCOMP=windres
1930 DEFAULT_DEFAULT_wxUSE_MSW=1
a03b8b04 1931 DEFAULT_STD_FLAG=no
a848cd7e
SC
1932 ;;
1933
1934 *-pc-msdosdjgpp )
1935 USE_UNIX=0
1936 USE_DOS=1
1937 cat >>confdefs.h <<\_ACEOF
1938#define __DOS__ 1
1939_ACEOF
1940
1941 PROGRAM_EXT=".exe"
1942 DEFAULT_DEFAULT_wxUSE_MGL=1
a848cd7e
SC
1943 ;;
1944
1945 *-pc-os2_emx | *-pc-os2-emx )
1946 cat >>confdefs.h <<\_ACEOF
1947#define __EMX__ 1
1948_ACEOF
1949
1950 USE_OS2=1
1951 cat >>confdefs.h <<\_ACEOF
1952#define __OS2__ 1
1953_ACEOF
1954
1955 PROGRAM_EXT=".exe"
1956 DEFAULT_DEFAULT_wxUSE_PM=1
1957 CXX=gcc
1958 LDFLAGS="$LDFLAGS -Zcrtdll"
1959 ac_executable_extensions=".exe"
1960 export ac_executable_extensions
1961 ac_save_IFS="$IFS"
1962 IFS='\\'
1963 ac_TEMP_PATH=
1964 for ac_dir in $PATH; do
1965 IFS=$ac_save_IFS
1966 if test -z "$ac_TEMP_PATH"; then
1967 ac_TEMP_PATH="$ac_dir"
1968 else
1969 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1970 fi
1971 done
1972 export PATH="$ac_TEMP_PATH"
1973 unset ac_TEMP_PATH
a03b8b04 1974 DEFAULT_STD_FLAG=no
a848cd7e
SC
1975 ;;
1976
1977 powerpc-*-darwin* )
1978 USE_BSD=1
1979 USE_DARWIN=1
1980 SO_SUFFIX=dylib
1981 cat >>confdefs.h <<\_ACEOF
1982#define __BSD__ 1
1983_ACEOF
1984
1985 cat >>confdefs.h <<\_ACEOF
1986#define __DARWIN__ 1
a848cd7e
SC
1987_ACEOF
1988
1989 cat >>confdefs.h <<\_ACEOF
1990#define TARGET_CARBON 1
1991_ACEOF
1992
1993 DEFAULT_DEFAULT_wxUSE_MAC=1
a03b8b04 1994 DEFAULT_STD_FLAG=no
a848cd7e 1995 ;;
1e9e8aba
DE
1996 powerpc-apple-macos* )
1997 USE_UNIX=0
1998 ac_cv_c_bigendian=yes
1999 SO_SUFFIX=shlib
2000 DEFAULT_DEFAULT_wxUSE_MAC=1
a03b8b04 2001 DEFAULT_STD_FLAG=no
1e9e8aba 2002 ;;
a848cd7e
SC
2003
2004 *-*-beos* )
2005 USE_BEOS=1
2006 cat >>confdefs.h <<\_ACEOF
2007#define __BEOS__ 1
2008_ACEOF
2009
2010 ;;
2011
2012 *)
2013 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2014echo "$as_me: error: unknown system type ${host}." >&2;}
2015 { (exit 1); exit 1; }; }
2016esac
2017
2018
2019
2020
2021 wx_arg_cache_file="configarg.cache"
2022 echo "loading argument cache $wx_arg_cache_file"
2023 rm -f ${wx_arg_cache_file}.tmp
2024 touch ${wx_arg_cache_file}.tmp
2025 touch ${wx_arg_cache_file}
2026
2027
2028DEBUG_CONFIGURE=0
2029if test $DEBUG_CONFIGURE = 1; then
2030 DEFAULT_wxUSE_UNIVERSAL=no
2031 DEFAULT_wxUSE_STL=no
2032
2033 DEFAULT_wxUSE_NANOX=no
2034
2035 DEFAULT_wxUSE_THREADS=yes
2036
2037 DEFAULT_wxUSE_SHARED=yes
2038 DEFAULT_wxUSE_OPTIMISE=no
2039 DEFAULT_wxUSE_PROFILE=no
2040 DEFAULT_wxUSE_NO_DEPS=no
2041 DEFAULT_wxUSE_NO_RTTI=no
2042 DEFAULT_wxUSE_NO_EXCEPTIONS=no
ffa0583f 2043 DEFAULT_wxUSE_RPATH=yes
a848cd7e
SC
2044 DEFAULT_wxUSE_PERMISSIVE=no
2045 DEFAULT_wxUSE_DEBUG_FLAG=yes
2046 DEFAULT_wxUSE_DEBUG_INFO=yes
2047 DEFAULT_wxUSE_DEBUG_GDB=yes
2048 DEFAULT_wxUSE_MEM_TRACING=no
2049 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2050 DEFAULT_wxUSE_DMALLOC=no
2051 DEFAULT_wxUSE_APPLE_IEEE=no
2052
2053 DEFAULT_wxUSE_EXCEPTIONS=no
2054 DEFAULT_wxUSE_LOG=yes
2055 DEFAULT_wxUSE_LOGWINDOW=no
2056 DEFAULT_wxUSE_LOGGUI=no
2057 DEFAULT_wxUSE_LOGDIALOG=no
2058
2059 DEFAULT_wxUSE_GUI=yes
2060 DEFAULT_wxUSE_CONTROLS=no
2061
2062 DEFAULT_wxUSE_REGEX=no
2063 DEFAULT_wxUSE_XML=no
2064 DEFAULT_wxUSE_EXPAT=no
2065 DEFAULT_wxUSE_ZLIB=no
2066 DEFAULT_wxUSE_LIBPNG=no
2067 DEFAULT_wxUSE_LIBJPEG=no
2068 DEFAULT_wxUSE_LIBTIFF=no
2069 DEFAULT_wxUSE_LIBXPM=no
2070 DEFAULT_wxUSE_LIBMSPACK=no
2071 DEFAULT_wxUSE_LIBSDL=no
d1c38808 2072 DEFAULT_wxUSE_LIBGNOMEPRINT=no
a848cd7e
SC
2073 DEFAULT_wxUSE_ODBC=no
2074 DEFAULT_wxUSE_OPENGL=no
2075
2076 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
eaff0f0d 2077 DEFAULT_wxUSE_STACKWALKER=no
36b6448c 2078 DEFAULT_wxUSE_DEBUGREPORT=no
a848cd7e
SC
2079 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2080 DEFAULT_wxUSE_STD_IOSTREAM=no
59746b65 2081 DEFAULT_wxUSE_STD_STRING=no
a848cd7e
SC
2082 DEFAULT_wxUSE_CMDLINE_PARSER=no
2083 DEFAULT_wxUSE_DATETIME=no
2084 DEFAULT_wxUSE_TIMER=no
2085 DEFAULT_wxUSE_STOPWATCH=no
2086 DEFAULT_wxUSE_FILE=no
2087 DEFAULT_wxUSE_FFILE=no
07158944 2088 DEFAULT_wxUSE_STDPATHS=no
a848cd7e
SC
2089 DEFAULT_wxUSE_TEXTBUFFER=no
2090 DEFAULT_wxUSE_TEXTFILE=no
2091 DEFAULT_wxUSE_SOUND=no
3b57de8b 2092 DEFAULT_wxUSE_MEDIACTRL=no
a848cd7e
SC
2093 DEFAULT_wxUSE_INTL=no
2094 DEFAULT_wxUSE_CONFIG=no
2095 DEFAULT_wxUSE_FONTMAP=no
2096 DEFAULT_wxUSE_STREAMS=no
2097 DEFAULT_wxUSE_SOCKETS=no
2098 DEFAULT_wxUSE_OLE=no
2099 DEFAULT_wxUSE_DATAOBJ=no
2100 DEFAULT_wxUSE_DIALUP_MANAGER=no
2101 DEFAULT_wxUSE_JOYSTICK=no
2102 DEFAULT_wxUSE_DYNLIB_CLASS=no
2103 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2104 DEFAULT_wxUSE_LONGLONG=no
2105 DEFAULT_wxUSE_GEOMETRY=no
2106
2107 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2108 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2109 DEFAULT_wxUSE_POSTSCRIPT=no
2110
2111 DEFAULT_wxUSE_CLIPBOARD=no
2112 DEFAULT_wxUSE_TOOLTIPS=no
2113 DEFAULT_wxUSE_DRAG_AND_DROP=no
2114 DEFAULT_wxUSE_DRAGIMAGE=no
2115 DEFAULT_wxUSE_SPLINES=no
fbe2ca43 2116 DEFAULT_wxUSE_MOUSEWHEEL=no
a848cd7e 2117
8a7b1113 2118 DEFAULT_wxUSE_MDI=no
a848cd7e
SC
2119 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2120 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2121 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2122
2123 DEFAULT_wxUSE_RESOURCES=no
2124 DEFAULT_wxUSE_CONSTRAINTS=no
2125 DEFAULT_wxUSE_IPC=no
2126 DEFAULT_wxUSE_HELP=no
2127 DEFAULT_wxUSE_MS_HTML_HELP=no
2128 DEFAULT_wxUSE_WXHTML_HELP=no
2129 DEFAULT_wxUSE_TREELAYOUT=no
2130 DEFAULT_wxUSE_METAFILE=no
2131 DEFAULT_wxUSE_MIMETYPE=no
2132 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2133 DEFAULT_wxUSE_PROTOCOL=no
2134 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2135 DEFAULT_wxUSE_PROTOCOL_FTP=no
2136 DEFAULT_wxUSE_PROTOCOL_FILE=no
2137 DEFAULT_wxUSE_URL=no
2138
2139 DEFAULT_wxUSE_COMMONDLGS=no
2140 DEFAULT_wxUSE_CHOICEDLG=no
2141 DEFAULT_wxUSE_COLOURDLG=no
2142 DEFAULT_wxUSE_DIRDLG=no
2143 DEFAULT_wxUSE_FILEDLG=no
2144 DEFAULT_wxUSE_FINDREPLDLG=no
2145 DEFAULT_wxUSE_FONTDLG=no
2146 DEFAULT_wxUSE_MSGDLG=no
2147 DEFAULT_wxUSE_NUMBERDLG=no
2148 DEFAULT_wxUSE_TEXTDLG=no
2149 DEFAULT_wxUSE_SPLASH=no
2150 DEFAULT_wxUSE_STARTUP_TIPS=no
2151 DEFAULT_wxUSE_PROGRESSDLG=no
2152 DEFAULT_wxUSE_WIZARDDLG=no
2153
2154 DEFAULT_wxUSE_MENUS=no
2155 DEFAULT_wxUSE_MINIFRAME=no
2156 DEFAULT_wxUSE_HTML=no
9a8f0513 2157 DEFAULT_wxUSE_XRC=no
646b6ec1 2158 DEFAULT_wxUSE_WEBKIT=no
a848cd7e
SC
2159 DEFAULT_wxUSE_FILESYSTEM=no
2160 DEFAULT_wxUSE_FS_INET=no
2161 DEFAULT_wxUSE_FS_ZIP=no
2162 DEFAULT_wxUSE_BUSYINFO=no
9e8e867f 2163 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
a848cd7e 2164 DEFAULT_wxUSE_ZIPSTREAM=no
a848cd7e
SC
2165 DEFAULT_wxUSE_VALIDATORS=no
2166
2167 DEFAULT_wxUSE_ACCEL=no
2168 DEFAULT_wxUSE_BUTTON=no
2169 DEFAULT_wxUSE_BMPBUTTON=no
2170 DEFAULT_wxUSE_CALCTRL=no
2171 DEFAULT_wxUSE_CARET=no
2172 DEFAULT_wxUSE_CHECKBOX=no
2173 DEFAULT_wxUSE_CHECKLST=no
2174 DEFAULT_wxUSE_CHOICE=no
92bbdbcd 2175 DEFAULT_wxUSE_CHOICEBOOK=no
a848cd7e 2176 DEFAULT_wxUSE_COMBOBOX=no
da98e9be 2177 DEFAULT_wxUSE_DATEPICKCTRL=no
a848cd7e
SC
2178 DEFAULT_wxUSE_DISPLAY=no
2179 DEFAULT_wxUSE_GAUGE=no
2180 DEFAULT_wxUSE_GRID=no
2181 DEFAULT_wxUSE_IMAGLIST=no
2182 DEFAULT_wxUSE_LISTBOOK=no
2183 DEFAULT_wxUSE_LISTBOX=no
2184 DEFAULT_wxUSE_LISTCTRL=no
2185 DEFAULT_wxUSE_NOTEBOOK=no
2186 DEFAULT_wxUSE_RADIOBOX=no
2187 DEFAULT_wxUSE_RADIOBTN=no
2188 DEFAULT_wxUSE_SASH=no
2189 DEFAULT_wxUSE_SCROLLBAR=no
2190 DEFAULT_wxUSE_SLIDER=no
2191 DEFAULT_wxUSE_SPINBTN=no
2192 DEFAULT_wxUSE_SPINCTRL=no
2193 DEFAULT_wxUSE_SPLITTER=no
2194 DEFAULT_wxUSE_STATBMP=no
2195 DEFAULT_wxUSE_STATBOX=no
2196 DEFAULT_wxUSE_STATLINE=no
2197 DEFAULT_wxUSE_STATTEXT=no
2198 DEFAULT_wxUSE_STATUSBAR=yes
2199 DEFAULT_wxUSE_TABDIALOG=no
2200 DEFAULT_wxUSE_TEXTCTRL=no
2201 DEFAULT_wxUSE_TOGGLEBTN=no
2202 DEFAULT_wxUSE_TOOLBAR=no
2203 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2204 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2205 DEFAULT_wxUSE_TREECTRL=no
2206 DEFAULT_wxUSE_POPUPWIN=no
2207 DEFAULT_wxUSE_TIPWINDOW=no
2208
2209 DEFAULT_wxUSE_UNICODE=no
2210 DEFAULT_wxUSE_UNICODE_MSLU=no
2211 DEFAULT_wxUSE_WCSRTOMBS=no
2212
2213 DEFAULT_wxUSE_PALETTE=no
2214 DEFAULT_wxUSE_IMAGE=no
2215 DEFAULT_wxUSE_GIF=no
2216 DEFAULT_wxUSE_PCX=no
2217 DEFAULT_wxUSE_PNM=no
2218 DEFAULT_wxUSE_IFF=no
2219 DEFAULT_wxUSE_XPM=no
2220 DEFAULT_wxUSE_ICO_CUR=no
2221 DEFAULT_wxUSE_ACCESSIBILITY=no
2222
2223 DEFAULT_wxUSE_MONOLITHIC=no
2224 DEFAULT_wxUSE_PLUGINS=no
2225 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2226else
2227 DEFAULT_wxUSE_UNIVERSAL=no
2228 DEFAULT_wxUSE_STL=no
2229
2230 DEFAULT_wxUSE_NANOX=no
2231
2232 DEFAULT_wxUSE_THREADS=yes
2233
2234 DEFAULT_wxUSE_SHARED=yes
2235 DEFAULT_wxUSE_OPTIMISE=yes
2236 DEFAULT_wxUSE_PROFILE=no
2237 DEFAULT_wxUSE_NO_DEPS=no
2238 DEFAULT_wxUSE_NO_RTTI=no
2239 DEFAULT_wxUSE_NO_EXCEPTIONS=no
ffa0583f 2240 DEFAULT_wxUSE_RPATH=yes
a848cd7e
SC
2241 DEFAULT_wxUSE_PERMISSIVE=no
2242 DEFAULT_wxUSE_DEBUG_FLAG=no
2243 DEFAULT_wxUSE_DEBUG_INFO=no
2244 DEFAULT_wxUSE_DEBUG_GDB=no
2245 DEFAULT_wxUSE_MEM_TRACING=no
2246 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2247 DEFAULT_wxUSE_DMALLOC=no
2248 DEFAULT_wxUSE_APPLE_IEEE=yes
2249
2250 DEFAULT_wxUSE_EXCEPTIONS=yes
2251 DEFAULT_wxUSE_LOG=yes
2252 DEFAULT_wxUSE_LOGWINDOW=yes
2253 DEFAULT_wxUSE_LOGGUI=yes
2254 DEFAULT_wxUSE_LOGDIALOG=yes
2255
2256 DEFAULT_wxUSE_GUI=yes
2257
2258 DEFAULT_wxUSE_REGEX=yes
2259 DEFAULT_wxUSE_XML=yes
2260 DEFAULT_wxUSE_EXPAT=yes
2261 DEFAULT_wxUSE_ZLIB=yes
2262 DEFAULT_wxUSE_LIBPNG=yes
2263 DEFAULT_wxUSE_LIBJPEG=yes
2264 DEFAULT_wxUSE_LIBTIFF=yes
2265 DEFAULT_wxUSE_LIBXPM=yes
2266 DEFAULT_wxUSE_LIBMSPACK=yes
2267 DEFAULT_wxUSE_LIBSDL=no
a03b8b04 2268 DEFAULT_wxUSE_LIBGNOMEPRINT=no
a848cd7e 2269 DEFAULT_wxUSE_ODBC=no
52cb607e 2270 DEFAULT_wxUSE_OPENGL=no
a848cd7e
SC
2271
2272 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
eaff0f0d 2273 DEFAULT_wxUSE_STACKWALKER=yes
6671c68b 2274 DEFAULT_wxUSE_DEBUGREPORT=yes
a848cd7e 2275 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
a03b8b04
RD
2276 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2277 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
a848cd7e
SC
2278 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2279 DEFAULT_wxUSE_DATETIME=yes
2280 DEFAULT_wxUSE_TIMER=yes
2281 DEFAULT_wxUSE_STOPWATCH=yes
2282 DEFAULT_wxUSE_FILE=yes
2283 DEFAULT_wxUSE_FFILE=yes
07158944 2284 DEFAULT_wxUSE_STDPATHS=yes
a848cd7e
SC
2285 DEFAULT_wxUSE_TEXTBUFFER=yes
2286 DEFAULT_wxUSE_TEXTFILE=yes
2287 DEFAULT_wxUSE_SOUND=yes
3b57de8b 2288 DEFAULT_wxUSE_MEDIACTRL=no
a848cd7e
SC
2289 DEFAULT_wxUSE_INTL=yes
2290 DEFAULT_wxUSE_CONFIG=yes
2291 DEFAULT_wxUSE_FONTMAP=yes
2292 DEFAULT_wxUSE_STREAMS=yes
2293 DEFAULT_wxUSE_SOCKETS=yes
2294 DEFAULT_wxUSE_OLE=yes
2295 DEFAULT_wxUSE_DATAOBJ=yes
2296 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2297 DEFAULT_wxUSE_JOYSTICK=yes
2298 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2299 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2300 DEFAULT_wxUSE_LONGLONG=yes
2301 DEFAULT_wxUSE_GEOMETRY=yes
2302
2303 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2304 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2305 DEFAULT_wxUSE_POSTSCRIPT=yes
2306
2307 DEFAULT_wxUSE_CLIPBOARD=yes
2308 DEFAULT_wxUSE_TOOLTIPS=yes
2309 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2310 DEFAULT_wxUSE_DRAGIMAGE=yes
2311 DEFAULT_wxUSE_SPLINES=yes
fbe2ca43 2312 DEFAULT_wxUSE_MOUSEWHEEL=yes
a848cd7e 2313
8a7b1113 2314 DEFAULT_wxUSE_MDI=yes
a848cd7e
SC
2315 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2316 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2317 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2318
2319 DEFAULT_wxUSE_RESOURCES=no
2320 DEFAULT_wxUSE_CONSTRAINTS=yes
2321 DEFAULT_wxUSE_IPC=yes
2322 DEFAULT_wxUSE_HELP=yes
2323 DEFAULT_wxUSE_MS_HTML_HELP=yes
2324 DEFAULT_wxUSE_WXHTML_HELP=yes
2325 DEFAULT_wxUSE_TREELAYOUT=yes
2326 DEFAULT_wxUSE_METAFILE=yes
2327 DEFAULT_wxUSE_MIMETYPE=yes
2328 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2329 DEFAULT_wxUSE_PROTOCOL=yes
2330 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2331 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2332 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2333 DEFAULT_wxUSE_URL=yes
2334
2335 DEFAULT_wxUSE_COMMONDLGS=yes
2336 DEFAULT_wxUSE_CHOICEDLG=yes
2337 DEFAULT_wxUSE_COLOURDLG=yes
2338 DEFAULT_wxUSE_DIRDLG=yes
2339 DEFAULT_wxUSE_FILEDLG=yes
2340 DEFAULT_wxUSE_FINDREPLDLG=yes
2341 DEFAULT_wxUSE_FONTDLG=yes
2342 DEFAULT_wxUSE_MSGDLG=yes
2343 DEFAULT_wxUSE_NUMBERDLG=yes
2344 DEFAULT_wxUSE_TEXTDLG=yes
2345 DEFAULT_wxUSE_SPLASH=yes
2346 DEFAULT_wxUSE_STARTUP_TIPS=yes
2347 DEFAULT_wxUSE_PROGRESSDLG=yes
2348 DEFAULT_wxUSE_WIZARDDLG=yes
2349
2350 DEFAULT_wxUSE_MENUS=yes
2351 DEFAULT_wxUSE_MINIFRAME=yes
2352 DEFAULT_wxUSE_HTML=yes
9a8f0513 2353 DEFAULT_wxUSE_XRC=yes
646b6ec1 2354 DEFAULT_wxUSE_WEBKIT=yes
a848cd7e
SC
2355 DEFAULT_wxUSE_FILESYSTEM=yes
2356 DEFAULT_wxUSE_FS_INET=yes
2357 DEFAULT_wxUSE_FS_ZIP=yes
2358 DEFAULT_wxUSE_BUSYINFO=yes
9e8e867f 2359 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
a848cd7e 2360 DEFAULT_wxUSE_ZIPSTREAM=yes
a848cd7e
SC
2361 DEFAULT_wxUSE_VALIDATORS=yes
2362
2363 DEFAULT_wxUSE_ACCEL=yes
2364 DEFAULT_wxUSE_BUTTON=yes
2365 DEFAULT_wxUSE_BMPBUTTON=yes
2366 DEFAULT_wxUSE_CALCTRL=yes
2367 DEFAULT_wxUSE_CARET=yes
2368 DEFAULT_wxUSE_CHECKBOX=yes
2369 DEFAULT_wxUSE_CHECKLST=yes
2370 DEFAULT_wxUSE_CHOICE=yes
92bbdbcd 2371 DEFAULT_wxUSE_CHOICEBOOK=yes
a848cd7e 2372 DEFAULT_wxUSE_COMBOBOX=yes
da98e9be 2373 DEFAULT_wxUSE_DATEPICKCTRL=yes
a848cd7e
SC
2374 DEFAULT_wxUSE_DISPLAY=yes
2375 DEFAULT_wxUSE_GAUGE=yes
2376 DEFAULT_wxUSE_GRID=yes
2377 DEFAULT_wxUSE_IMAGLIST=yes
2378 DEFAULT_wxUSE_LISTBOOK=yes
2379 DEFAULT_wxUSE_LISTBOX=yes
2380 DEFAULT_wxUSE_LISTCTRL=yes
2381 DEFAULT_wxUSE_NOTEBOOK=yes
2382 DEFAULT_wxUSE_RADIOBOX=yes
2383 DEFAULT_wxUSE_RADIOBTN=yes
2384 DEFAULT_wxUSE_SASH=yes
2385 DEFAULT_wxUSE_SCROLLBAR=yes
2386 DEFAULT_wxUSE_SLIDER=yes
2387 DEFAULT_wxUSE_SPINBTN=yes
2388 DEFAULT_wxUSE_SPINCTRL=yes
2389 DEFAULT_wxUSE_SPLITTER=yes
2390 DEFAULT_wxUSE_STATBMP=yes
2391 DEFAULT_wxUSE_STATBOX=yes
2392 DEFAULT_wxUSE_STATLINE=yes
2393 DEFAULT_wxUSE_STATTEXT=yes
2394 DEFAULT_wxUSE_STATUSBAR=yes
2395 DEFAULT_wxUSE_TABDIALOG=no
2396 DEFAULT_wxUSE_TEXTCTRL=yes
2397 DEFAULT_wxUSE_TOGGLEBTN=yes
2398 DEFAULT_wxUSE_TOOLBAR=yes
2399 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2400 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2401 DEFAULT_wxUSE_TREECTRL=yes
2402 DEFAULT_wxUSE_POPUPWIN=yes
2403 DEFAULT_wxUSE_TIPWINDOW=yes
2404
78de529b 2405 DEFAULT_wxUSE_UNICODE=no
a848cd7e
SC
2406 DEFAULT_wxUSE_UNICODE_MSLU=yes
2407 DEFAULT_wxUSE_WCSRTOMBS=no
2408
2409 DEFAULT_wxUSE_PALETTE=yes
2410 DEFAULT_wxUSE_IMAGE=yes
2411 DEFAULT_wxUSE_GIF=yes
2412 DEFAULT_wxUSE_PCX=yes
2413 DEFAULT_wxUSE_IFF=no
2414 DEFAULT_wxUSE_PNM=yes
2415 DEFAULT_wxUSE_XPM=yes
2416 DEFAULT_wxUSE_ICO_CUR=yes
2417 DEFAULT_wxUSE_ACCESSIBILITY=no
2418
2419 DEFAULT_wxUSE_MONOLITHIC=no
2420 DEFAULT_wxUSE_PLUGINS=no
2421 DEFAULT_wxUSE_OFFICIAL_BUILD=no
9f45f08e 2422
f34ca037 2423 DEFAULT_wxUSE_GTK2=yes
a848cd7e
SC
2424fi
2425
2426
2427
f34ca037 2428
a848cd7e
SC
2429for toolkit in `echo $ALL_TOOLKITS`; do
2430 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2431 if test "x$LINE" != "x" ; then
2432 has_toolkit_in_cache=1
2433 eval "DEFAULT_$LINE"
2434 eval "CACHE_$toolkit=1"
f34ca037
MW
2435
2436 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2437 if test "x$LINE" != "x" ; then
2438 eval "DEFAULT_$LINE"
2439 fi
a848cd7e
SC
2440 fi
2441done
2442
2443
2444
2445 enablestring=
2446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2447echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2448 no_cache=0
2449 # Check whether --enable-gui or --disable-gui was given.
2450if test "${enable_gui+set}" = set; then
2451 enableval="$enable_gui"
2452
2453 if test "$enableval" = yes; then
2454 ac_cv_use_gui='wxUSE_GUI=yes'
2455 else
2456 ac_cv_use_gui='wxUSE_GUI=no'
2457 fi
2458
2459else
2460
2461 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2462 if test "x$LINE" != x ; then
2463 eval "DEFAULT_$LINE"
2464 else
2465 no_cache=1
2466 fi
2467
2468 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2469
2470fi;
2471
2472 eval "$ac_cv_use_gui"
2473 if test "$no_cache" != 1; then
2474 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2475 fi
2476
2477 if test "$wxUSE_GUI" = yes; then
2478 echo "$as_me:$LINENO: result: yes" >&5
2479echo "${ECHO_T}yes" >&6
2480 else
2481 echo "$as_me:$LINENO: result: no" >&5
2482echo "${ECHO_T}no" >&6
2483 fi
2484
2485
2486 enablestring=
2487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2488echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2489 no_cache=0
2490 # Check whether --enable-monolithic or --disable-monolithic was given.
2491if test "${enable_monolithic+set}" = set; then
2492 enableval="$enable_monolithic"
2493
2494 if test "$enableval" = yes; then
2495 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2496 else
2497 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2498 fi
2499
2500else
2501
2502 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2503 if test "x$LINE" != x ; then
2504 eval "DEFAULT_$LINE"
2505 else
2506 no_cache=1
2507 fi
2508
2509 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2510
2511fi;
2512
2513 eval "$ac_cv_use_monolithic"
2514 if test "$no_cache" != 1; then
2515 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2516 fi
2517
2518 if test "$wxUSE_MONOLITHIC" = yes; then
2519 echo "$as_me:$LINENO: result: yes" >&5
2520echo "${ECHO_T}yes" >&6
2521 else
2522 echo "$as_me:$LINENO: result: no" >&5
2523echo "${ECHO_T}no" >&6
2524 fi
2525
2526
2527 enablestring=
2528 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2529echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2530 no_cache=0
2531 # Check whether --enable-plugins or --disable-plugins was given.
2532if test "${enable_plugins+set}" = set; then
2533 enableval="$enable_plugins"
2534
2535 if test "$enableval" = yes; then
2536 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2537 else
2538 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2539 fi
2540
2541else
2542
2543 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2544 if test "x$LINE" != x ; then
2545 eval "DEFAULT_$LINE"
2546 else
2547 no_cache=1
2548 fi
2549
2550 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2551
2552fi;
2553
2554 eval "$ac_cv_use_plugins"
2555 if test "$no_cache" != 1; then
2556 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2557 fi
2558
2559 if test "$wxUSE_PLUGINS" = yes; then
2560 echo "$as_me:$LINENO: result: yes" >&5
2561echo "${ECHO_T}yes" >&6
2562 else
2563 echo "$as_me:$LINENO: result: no" >&5
2564echo "${ECHO_T}no" >&6
2565 fi
2566
2567
2568if test "$wxUSE_GUI" = "yes"; then
2569
2570
2571 enablestring=
2572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2573echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2574 no_cache=0
2575 # Check whether --enable-universal or --disable-universal was given.
2576if test "${enable_universal+set}" = set; then
2577 enableval="$enable_universal"
2578
2579 if test "$enableval" = yes; then
2580 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2581 else
2582 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2583 fi
2584
2585else
2586
2587 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2588 if test "x$LINE" != x ; then
2589 eval "DEFAULT_$LINE"
2590 else
2591 no_cache=1
2592 fi
2593
2594 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2595
2596fi;
2597
2598 eval "$ac_cv_use_universal"
2599 if test "$no_cache" != 1; then
2600 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2601 fi
2602
2603 if test "$wxUSE_UNIVERSAL" = yes; then
2604 echo "$as_me:$LINENO: result: yes" >&5
2605echo "${ECHO_T}yes" >&6
2606 else
2607 echo "$as_me:$LINENO: result: no" >&5
2608echo "${ECHO_T}no" >&6
2609 fi
2610
2611
2612# Check whether --with-gtk or --without-gtk was given.
2613if test "${with_gtk+set}" = set; then
2614 withval="$with_gtk"
2615 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2616fi;
2617
2618# Check whether --with-motif or --without-motif was given.
2619if test "${with_motif+set}" = set; then
2620 withval="$with_motif"
2621 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2622fi;
2623
2624# Check whether --with-mac or --without-mac was given.
2625if test "${with_mac+set}" = set; then
2626 withval="$with_mac"
c228d3a4 2627 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
a848cd7e
SC
2628fi;
2629
2630# Check whether --with-cocoa or --without-cocoa was given.
2631if test "${with_cocoa+set}" = set; then
2632 withval="$with_cocoa"
c228d3a4 2633 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
a848cd7e
SC
2634fi;
2635
2636# Check whether --with-wine or --without-wine was given.
2637if test "${with_wine+set}" = set; then
2638 withval="$with_wine"
2639 wxUSE_WINE="$withval" CACHE_WINE=1
2640fi;
2641
2642# Check whether --with-msw or --without-msw was given.
2643if test "${with_msw+set}" = set; then
2644 withval="$with_msw"
2645 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2646fi;
2647
2648# Check whether --with-pm or --without-pm was given.
2649if test "${with_pm+set}" = set; then
2650 withval="$with_pm"
2651 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2652fi;
2653
2654# Check whether --with-mgl or --without-mgl was given.
2655if test "${with_mgl+set}" = set; then
2656 withval="$with_mgl"
2657 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2658fi;
2659
2660# Check whether --with-microwin or --without-microwin was given.
2661if test "${with_microwin+set}" = set; then
2662 withval="$with_microwin"
2663 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2664fi;
2665
2666# Check whether --with-x11 or --without-x11 was given.
2667if test "${with_x11+set}" = set; then
2668 withval="$with_x11"
2669 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2670fi;
2671
2672 enablestring=
2673 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2674echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2675 no_cache=0
2676 # Check whether --enable-nanox or --disable-nanox was given.
2677if test "${enable_nanox+set}" = set; then
2678 enableval="$enable_nanox"
2679
2680 if test "$enableval" = yes; then
2681 ac_cv_use_nanox='wxUSE_NANOX=yes'
2682 else
2683 ac_cv_use_nanox='wxUSE_NANOX=no'
2684 fi
2685
2686else
2687
2688 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2689 if test "x$LINE" != x ; then
2690 eval "DEFAULT_$LINE"
2691 else
2692 no_cache=1
2693 fi
2694
2695 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2696
2697fi;
2698
2699 eval "$ac_cv_use_nanox"
2700 if test "$no_cache" != 1; then
2701 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2702 fi
2703
2704 if test "$wxUSE_NANOX" = yes; then
2705 echo "$as_me:$LINENO: result: yes" >&5
2706echo "${ECHO_T}yes" >&6
2707 else
2708 echo "$as_me:$LINENO: result: no" >&5
2709echo "${ECHO_T}no" >&6
2710 fi
2711
2712
f34ca037
MW
2713# Check whether --enable-gtk2 or --disable-gtk2 was given.
2714if test "${enable_gtk2+set}" = set; then
2715 enableval="$enable_gtk2"
2716 wxUSE_GTK2="$enableval"
2717fi;
a848cd7e 2718
a848cd7e
SC
2719 enablestring=
2720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2721echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2722 no_cache=0
2723 # Check whether --enable-gpe or --disable-gpe was given.
2724if test "${enable_gpe+set}" = set; then
2725 enableval="$enable_gpe"
2726
2727 if test "$enableval" = yes; then
2728 ac_cv_use_gpe='wxUSE_GPE=yes'
2729 else
2730 ac_cv_use_gpe='wxUSE_GPE=no'
2731 fi
2732
2733else
2734
2735 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2736 if test "x$LINE" != x ; then
2737 eval "DEFAULT_$LINE"
2738 else
2739 no_cache=1
2740 fi
2741
2742 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2743
2744fi;
2745
2746 eval "$ac_cv_use_gpe"
2747 if test "$no_cache" != 1; then
2748 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2749 fi
2750
2751 if test "$wxUSE_GPE" = yes; then
2752 echo "$as_me:$LINENO: result: yes" >&5
2753echo "${ECHO_T}yes" >&6
2754 else
2755 echo "$as_me:$LINENO: result: no" >&5
2756echo "${ECHO_T}no" >&6
2757 fi
2758
2759
2760
2761 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2762echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2763 no_cache=0
2764
2765# Check whether --with-libpng or --without-libpng was given.
2766if test "${with_libpng+set}" = set; then
2767 withval="$with_libpng"
2768
2769 if test "$withval" = yes; then
2770 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2771 elif test "$withval" = no; then
2772 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2773 elif test "$withval" = sys; then
2774 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2775 elif test "$withval" = builtin; then
2776 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2777 else
2778 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2779echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2780 { (exit 1); exit 1; }; }
2781 fi
2782
2783else
2784
2785 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2786 if test "x$LINE" != x ; then
2787 eval "DEFAULT_$LINE"
2788 else
2789 no_cache=1
2790 fi
2791
2792 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2793
2794fi;
2795
2796 eval "$ac_cv_use_libpng"
2797 if test "$no_cache" != 1; then
2798 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2799 fi
2800
2801 if test "$wxUSE_LIBPNG" = yes; then
2802 echo "$as_me:$LINENO: result: yes" >&5
2803echo "${ECHO_T}yes" >&6
2804 elif test "$wxUSE_LIBPNG" = no; then
2805 echo "$as_me:$LINENO: result: no" >&5
2806echo "${ECHO_T}no" >&6
2807 elif test "$wxUSE_LIBPNG" = sys; then
2808 echo "$as_me:$LINENO: result: system version" >&5
2809echo "${ECHO_T}system version" >&6
2810 elif test "$wxUSE_LIBPNG" = builtin; then
2811 echo "$as_me:$LINENO: result: builtin version" >&5
2812echo "${ECHO_T}builtin version" >&6
2813 else
2814 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2815echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2816 { (exit 1); exit 1; }; }
2817 fi
2818
2819
2820 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2821echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2822 no_cache=0
2823
2824# Check whether --with-libjpeg or --without-libjpeg was given.
2825if test "${with_libjpeg+set}" = set; then
2826 withval="$with_libjpeg"
2827
2828 if test "$withval" = yes; then
2829 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2830 elif test "$withval" = no; then
2831 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2832 elif test "$withval" = sys; then
2833 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2834 elif test "$withval" = builtin; then
2835 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2836 else
2837 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2838echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2839 { (exit 1); exit 1; }; }
2840 fi
2841
2842else
2843
2844 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2845 if test "x$LINE" != x ; then
2846 eval "DEFAULT_$LINE"
2847 else
2848 no_cache=1
2849 fi
2850
2851 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2852
2853fi;
2854
2855 eval "$ac_cv_use_libjpeg"
2856 if test "$no_cache" != 1; then
2857 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2858 fi
2859
2860 if test "$wxUSE_LIBJPEG" = yes; then
2861 echo "$as_me:$LINENO: result: yes" >&5
2862echo "${ECHO_T}yes" >&6
2863 elif test "$wxUSE_LIBJPEG" = no; then
2864 echo "$as_me:$LINENO: result: no" >&5
2865echo "${ECHO_T}no" >&6
2866 elif test "$wxUSE_LIBJPEG" = sys; then
2867 echo "$as_me:$LINENO: result: system version" >&5
2868echo "${ECHO_T}system version" >&6
2869 elif test "$wxUSE_LIBJPEG" = builtin; then
2870 echo "$as_me:$LINENO: result: builtin version" >&5
2871echo "${ECHO_T}builtin version" >&6
2872 else
2873 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2874echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2875 { (exit 1); exit 1; }; }
2876 fi
2877
2878
2879 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2880echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2881 no_cache=0
2882
2883# Check whether --with-libtiff or --without-libtiff was given.
2884if test "${with_libtiff+set}" = set; then
2885 withval="$with_libtiff"
2886
2887 if test "$withval" = yes; then
2888 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2889 elif test "$withval" = no; then
2890 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2891 elif test "$withval" = sys; then
2892 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2893 elif test "$withval" = builtin; then
2894 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2895 else
2896 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2897echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2898 { (exit 1); exit 1; }; }
2899 fi
2900
2901else
2902
2903 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2904 if test "x$LINE" != x ; then
2905 eval "DEFAULT_$LINE"
2906 else
2907 no_cache=1
2908 fi
2909
2910 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2911
2912fi;
2913
2914 eval "$ac_cv_use_libtiff"
2915 if test "$no_cache" != 1; then
2916 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2917 fi
2918
2919 if test "$wxUSE_LIBTIFF" = yes; then
2920 echo "$as_me:$LINENO: result: yes" >&5
2921echo "${ECHO_T}yes" >&6
2922 elif test "$wxUSE_LIBTIFF" = no; then
2923 echo "$as_me:$LINENO: result: no" >&5
2924echo "${ECHO_T}no" >&6
2925 elif test "$wxUSE_LIBTIFF" = sys; then
2926 echo "$as_me:$LINENO: result: system version" >&5
2927echo "${ECHO_T}system version" >&6
2928 elif test "$wxUSE_LIBTIFF" = builtin; then
2929 echo "$as_me:$LINENO: result: builtin version" >&5
2930echo "${ECHO_T}builtin version" >&6
2931 else
2932 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2933echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2934 { (exit 1); exit 1; }; }
2935 fi
2936
2937
2938 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2939echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2940 no_cache=0
2941
2942# Check whether --with-libxpm or --without-libxpm was given.
2943if test "${with_libxpm+set}" = set; then
2944 withval="$with_libxpm"
2945
2946 if test "$withval" = yes; then
2947 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2948 elif test "$withval" = no; then
2949 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
2950 elif test "$withval" = sys; then
2951 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
2952 elif test "$withval" = builtin; then
2953 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
2954 else
2955 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2956echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2957 { (exit 1); exit 1; }; }
2958 fi
2959
2960else
2961
2962 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2963 if test "x$LINE" != x ; then
2964 eval "DEFAULT_$LINE"
2965 else
2966 no_cache=1
2967 fi
2968
2969 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2970
2971fi;
2972
2973 eval "$ac_cv_use_libxpm"
2974 if test "$no_cache" != 1; then
2975 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2976 fi
2977
2978 if test "$wxUSE_LIBXPM" = yes; then
2979 echo "$as_me:$LINENO: result: yes" >&5
2980echo "${ECHO_T}yes" >&6
2981 elif test "$wxUSE_LIBXPM" = no; then
2982 echo "$as_me:$LINENO: result: no" >&5
2983echo "${ECHO_T}no" >&6
2984 elif test "$wxUSE_LIBXPM" = sys; then
2985 echo "$as_me:$LINENO: result: system version" >&5
2986echo "${ECHO_T}system version" >&6
2987 elif test "$wxUSE_LIBXPM" = builtin; then
2988 echo "$as_me:$LINENO: result: builtin version" >&5
2989echo "${ECHO_T}builtin version" >&6
2990 else
2991 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2992echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2993 { (exit 1); exit 1; }; }
2994 fi
2995
2996
2997 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
2998echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
2999 no_cache=0
3000
3001# Check whether --with-libmspack or --without-libmspack was given.
3002if test "${with_libmspack+set}" = set; then
3003 withval="$with_libmspack"
3004
3005 if test "$withval" = yes; then
3006 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3007 else
3008 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3009 fi
3010
3011else
3012
3013 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3014 if test "x$LINE" != x ; then
3015 eval "DEFAULT_$LINE"
3016 else
3017 no_cache=1
3018 fi
3019
3020 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3021
3022fi;
3023
3024 eval "$ac_cv_use_libmspack"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3027 fi
3028
3029 if test "$wxUSE_LIBMSPACK" = yes; then
3030 echo "$as_me:$LINENO: result: yes" >&5
3031echo "${ECHO_T}yes" >&6
3032 else
3033 echo "$as_me:$LINENO: result: no" >&5
3034echo "${ECHO_T}no" >&6
3035 fi
3036
3037
3038 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3039echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3040 no_cache=0
3041
3042# Check whether --with-sdl or --without-sdl was given.
3043if test "${with_sdl+set}" = set; then
3044 withval="$with_sdl"
3045
3046 if test "$withval" = yes; then
3047 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3048 else
3049 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3050 fi
3051
3052else
3053
3054 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3055 if test "x$LINE" != x ; then
3056 eval "DEFAULT_$LINE"
3057 else
3058 no_cache=1
3059 fi
3060
3061 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3062
3063fi;
3064
3065 eval "$ac_cv_use_sdl"
3066 if test "$no_cache" != 1; then
3067 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3068 fi
3069
3070 if test "$wxUSE_LIBSDL" = yes; then
3071 echo "$as_me:$LINENO: result: yes" >&5
3072echo "${ECHO_T}yes" >&6
3073 else
3074 echo "$as_me:$LINENO: result: no" >&5
3075echo "${ECHO_T}no" >&6
3076 fi
3077
3078
d1c38808
VZ
3079 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3080echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3081 no_cache=0
3082
3083# Check whether --with-gnomeprint or --without-gnomeprint was given.
3084if test "${with_gnomeprint+set}" = set; then
3085 withval="$with_gnomeprint"
3086
3087 if test "$withval" = yes; then
3088 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3089 else
3090 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3091 fi
3092
3093else
3094
3095 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3096 if test "x$LINE" != x ; then
3097 eval "DEFAULT_$LINE"
3098 else
3099 no_cache=1
3100 fi
3101
3102 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3103
3104fi;
3105
3106 eval "$ac_cv_use_gnomeprint"
3107 if test "$no_cache" != 1; then
3108 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3109 fi
3110
3111 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3112 echo "$as_me:$LINENO: result: yes" >&5
3113echo "${ECHO_T}yes" >&6
3114 else
3115 echo "$as_me:$LINENO: result: no" >&5
3116echo "${ECHO_T}no" >&6
3117 fi
3118
3119
a848cd7e
SC
3120 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3121echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3122 no_cache=0
3123
3124# Check whether --with-opengl or --without-opengl was given.
3125if test "${with_opengl+set}" = set; then
3126 withval="$with_opengl"
3127
3128 if test "$withval" = yes; then
3129 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3130 else
3131 ac_cv_use_opengl='wxUSE_OPENGL=no'
3132 fi
3133
3134else
3135
3136 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3137 if test "x$LINE" != x ; then
3138 eval "DEFAULT_$LINE"
3139 else
3140 no_cache=1
3141 fi
3142
3143 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3144
3145fi;
3146
3147 eval "$ac_cv_use_opengl"
3148 if test "$no_cache" != 1; then
3149 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3150 fi
3151
3152 if test "$wxUSE_OPENGL" = yes; then
3153 echo "$as_me:$LINENO: result: yes" >&5
3154echo "${ECHO_T}yes" >&6
3155 else
3156 echo "$as_me:$LINENO: result: no" >&5
3157echo "${ECHO_T}no" >&6
3158 fi
3159
3160
3161fi
3162
3163
3164 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3165echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3166 no_cache=0
3167
3168# Check whether --with-dmalloc or --without-dmalloc was given.
3169if test "${with_dmalloc+set}" = set; then
3170 withval="$with_dmalloc"
3171
3172 if test "$withval" = yes; then
3173 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3174 else
3175 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3176 fi
3177
3178else
3179
3180 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3181 if test "x$LINE" != x ; then
3182 eval "DEFAULT_$LINE"
3183 else
3184 no_cache=1
3185 fi
3186
3187 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3188
3189fi;
3190
3191 eval "$ac_cv_use_dmalloc"
3192 if test "$no_cache" != 1; then
3193 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3194 fi
3195
3196 if test "$wxUSE_DMALLOC" = yes; then
3197 echo "$as_me:$LINENO: result: yes" >&5
3198echo "${ECHO_T}yes" >&6
3199 else
3200 echo "$as_me:$LINENO: result: no" >&5
3201echo "${ECHO_T}no" >&6
3202 fi
3203
3204
3205 echo "$as_me:$LINENO: checking for --with-regex" >&5
3206echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3207 no_cache=0
3208
3209# Check whether --with-regex or --without-regex was given.
3210if test "${with_regex+set}" = set; then
3211 withval="$with_regex"
3212
3213 if test "$withval" = yes; then
3214 ac_cv_use_regex='wxUSE_REGEX=yes'
3215 elif test "$withval" = no; then
3216 ac_cv_use_regex='wxUSE_REGEX=no'
3217 elif test "$withval" = sys; then
3218 ac_cv_use_regex='wxUSE_REGEX=sys'
3219 elif test "$withval" = builtin; then
3220 ac_cv_use_regex='wxUSE_REGEX=builtin'
3221 else
3222 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3223echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3224 { (exit 1); exit 1; }; }
3225 fi
3226
3227else
3228
3229 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3230 if test "x$LINE" != x ; then
3231 eval "DEFAULT_$LINE"
3232 else
3233 no_cache=1
3234 fi
3235
3236 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3237
3238fi;
3239
3240 eval "$ac_cv_use_regex"
3241 if test "$no_cache" != 1; then
3242 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3243 fi
3244
3245 if test "$wxUSE_REGEX" = yes; then
3246 echo "$as_me:$LINENO: result: yes" >&5
3247echo "${ECHO_T}yes" >&6
3248 elif test "$wxUSE_REGEX" = no; then
3249 echo "$as_me:$LINENO: result: no" >&5
3250echo "${ECHO_T}no" >&6
3251 elif test "$wxUSE_REGEX" = sys; then
3252 echo "$as_me:$LINENO: result: system version" >&5
3253echo "${ECHO_T}system version" >&6
3254 elif test "$wxUSE_REGEX" = builtin; then
3255 echo "$as_me:$LINENO: result: builtin version" >&5
3256echo "${ECHO_T}builtin version" >&6
3257 else
3258 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3259echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3260 { (exit 1); exit 1; }; }
3261 fi
3262
3263
3264 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3265echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3266 no_cache=0
3267
3268# Check whether --with-zlib or --without-zlib was given.
3269if test "${with_zlib+set}" = set; then
3270 withval="$with_zlib"
3271
3272 if test "$withval" = yes; then
3273 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3274 elif test "$withval" = no; then
3275 ac_cv_use_zlib='wxUSE_ZLIB=no'
3276 elif test "$withval" = sys; then
3277 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3278 elif test "$withval" = builtin; then
3279 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3280 else
3281 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3282echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3283 { (exit 1); exit 1; }; }
3284 fi
3285
3286else
3287
3288 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3289 if test "x$LINE" != x ; then
3290 eval "DEFAULT_$LINE"
3291 else
3292 no_cache=1
3293 fi
3294
3295 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3296
3297fi;
3298
3299 eval "$ac_cv_use_zlib"
3300 if test "$no_cache" != 1; then
3301 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3302 fi
3303
3304 if test "$wxUSE_ZLIB" = yes; then
3305 echo "$as_me:$LINENO: result: yes" >&5
3306echo "${ECHO_T}yes" >&6
3307 elif test "$wxUSE_ZLIB" = no; then
3308 echo "$as_me:$LINENO: result: no" >&5
3309echo "${ECHO_T}no" >&6
3310 elif test "$wxUSE_ZLIB" = sys; then
3311 echo "$as_me:$LINENO: result: system version" >&5
3312echo "${ECHO_T}system version" >&6
3313 elif test "$wxUSE_ZLIB" = builtin; then
3314 echo "$as_me:$LINENO: result: builtin version" >&5
3315echo "${ECHO_T}builtin version" >&6
3316 else
3317 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3318echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3319 { (exit 1); exit 1; }; }
3320 fi
3321
3322
3323 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3324echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3325 no_cache=0
3326
3327# Check whether --with-odbc or --without-odbc was given.
3328if test "${with_odbc+set}" = set; then
3329 withval="$with_odbc"
3330
3331 if test "$withval" = yes; then
3332 ac_cv_use_odbc='wxUSE_ODBC=yes'
3333 elif test "$withval" = no; then
3334 ac_cv_use_odbc='wxUSE_ODBC=no'
3335 elif test "$withval" = sys; then
3336 ac_cv_use_odbc='wxUSE_ODBC=sys'
3337 elif test "$withval" = builtin; then
3338 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3339 else
3340 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3341echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3342 { (exit 1); exit 1; }; }
3343 fi
3344
3345else
3346
3347 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3348 if test "x$LINE" != x ; then
3349 eval "DEFAULT_$LINE"
3350 else
3351 no_cache=1
3352 fi
3353
3354 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3355
3356fi;
3357
3358 eval "$ac_cv_use_odbc"
3359 if test "$no_cache" != 1; then
3360 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3361 fi
3362
3363 if test "$wxUSE_ODBC" = yes; then
3364 echo "$as_me:$LINENO: result: yes" >&5
3365echo "${ECHO_T}yes" >&6
3366 elif test "$wxUSE_ODBC" = no; then
3367 echo "$as_me:$LINENO: result: no" >&5
3368echo "${ECHO_T}no" >&6
3369 elif test "$wxUSE_ODBC" = sys; then
3370 echo "$as_me:$LINENO: result: system version" >&5
3371echo "${ECHO_T}system version" >&6
3372 elif test "$wxUSE_ODBC" = builtin; then
3373 echo "$as_me:$LINENO: result: builtin version" >&5
3374echo "${ECHO_T}builtin version" >&6
3375 else
3376 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3377echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3378 { (exit 1); exit 1; }; }
3379 fi
3380
3381
3382 echo "$as_me:$LINENO: checking for --with-expat" >&5
3383echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3384 no_cache=0
3385
3386# Check whether --with-expat or --without-expat was given.
3387if test "${with_expat+set}" = set; then
3388 withval="$with_expat"
3389
3390 if test "$withval" = yes; then
3391 ac_cv_use_expat='wxUSE_EXPAT=yes'
3392 elif test "$withval" = no; then
3393 ac_cv_use_expat='wxUSE_EXPAT=no'
3394 elif test "$withval" = sys; then
3395 ac_cv_use_expat='wxUSE_EXPAT=sys'
3396 elif test "$withval" = builtin; then
3397 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3398 else
3399 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3400echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3401 { (exit 1); exit 1; }; }
3402 fi
3403
3404else
3405
3406 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3407 if test "x$LINE" != x ; then
3408 eval "DEFAULT_$LINE"
3409 else
3410 no_cache=1
3411 fi
3412
3413 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3414
3415fi;
3416
3417 eval "$ac_cv_use_expat"
3418 if test "$no_cache" != 1; then
3419 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3420 fi
3421
3422 if test "$wxUSE_EXPAT" = yes; then
3423 echo "$as_me:$LINENO: result: yes" >&5
3424echo "${ECHO_T}yes" >&6
3425 elif test "$wxUSE_EXPAT" = no; then
3426 echo "$as_me:$LINENO: result: no" >&5
3427echo "${ECHO_T}no" >&6
3428 elif test "$wxUSE_EXPAT" = sys; then
3429 echo "$as_me:$LINENO: result: system version" >&5
3430echo "${ECHO_T}system version" >&6
3431 elif test "$wxUSE_EXPAT" = builtin; then
3432 echo "$as_me:$LINENO: result: builtin version" >&5
3433echo "${ECHO_T}builtin version" >&6
3434 else
3435 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3436echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3437 { (exit 1); exit 1; }; }
3438 fi
3439
3440
3441
3442
3443 enablestring=
3444 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3445echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3446 no_cache=0
3447 # Check whether --enable-shared or --disable-shared was given.
3448if test "${enable_shared+set}" = set; then
3449 enableval="$enable_shared"
3450
3451 if test "$enableval" = yes; then
3452 ac_cv_use_shared='wxUSE_SHARED=yes'
3453 else
3454 ac_cv_use_shared='wxUSE_SHARED=no'
3455 fi
3456
3457else
3458
3459 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3460 if test "x$LINE" != x ; then
3461 eval "DEFAULT_$LINE"
3462 else
3463 no_cache=1
3464 fi
3465
3466 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3467
3468fi;
3469
3470 eval "$ac_cv_use_shared"
3471 if test "$no_cache" != 1; then
3472 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3473 fi
3474
3475 if test "$wxUSE_SHARED" = yes; then
3476 echo "$as_me:$LINENO: result: yes" >&5
3477echo "${ECHO_T}yes" >&6
3478 else
3479 echo "$as_me:$LINENO: result: no" >&5
3480echo "${ECHO_T}no" >&6
3481 fi
3482
3483
3484 enablestring=
3485 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3486echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3487 no_cache=0
3488 # Check whether --enable-optimise or --disable-optimise was given.
3489if test "${enable_optimise+set}" = set; then
3490 enableval="$enable_optimise"
3491
3492 if test "$enableval" = yes; then
3493 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3494 else
3495 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3496 fi
3497
3498else
3499
3500 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3501 if test "x$LINE" != x ; then
3502 eval "DEFAULT_$LINE"
3503 else
3504 no_cache=1
3505 fi
3506
3507 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3508
3509fi;
3510
3511 eval "$ac_cv_use_optimise"
3512 if test "$no_cache" != 1; then
3513 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3514 fi
3515
3516 if test "$wxUSE_OPTIMISE" = yes; then
3517 echo "$as_me:$LINENO: result: yes" >&5
3518echo "${ECHO_T}yes" >&6
3519 else
3520 echo "$as_me:$LINENO: result: no" >&5
3521echo "${ECHO_T}no" >&6
3522 fi
3523
3524
3525 enablestring=
3526 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3527echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3528 no_cache=0
3529 # Check whether --enable-debug or --disable-debug was given.
3530if test "${enable_debug+set}" = set; then
3531 enableval="$enable_debug"
3532
3533 if test "$enableval" = yes; then
3534 ac_cv_use_debug='wxUSE_DEBUG=yes'
3535 else
3536 ac_cv_use_debug='wxUSE_DEBUG=no'
3537 fi
3538
3539else
3540
3541 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3542 if test "x$LINE" != x ; then
3543 eval "DEFAULT_$LINE"
3544 else
3545 no_cache=1
3546 fi
3547
3548 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3549
3550fi;
3551
3552 eval "$ac_cv_use_debug"
3553 if test "$no_cache" != 1; then
3554 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3555 fi
3556
3557 if test "$wxUSE_DEBUG" = yes; then
3558 echo "$as_me:$LINENO: result: yes" >&5
3559echo "${ECHO_T}yes" >&6
3560 else
3561 echo "$as_me:$LINENO: result: no" >&5
3562echo "${ECHO_T}no" >&6
3563 fi
3564
3565
3566 enablestring=
3567 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3568echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3569 no_cache=0
3570 # Check whether --enable-stl or --disable-stl was given.
3571if test "${enable_stl+set}" = set; then
3572 enableval="$enable_stl"
3573
3574 if test "$enableval" = yes; then
3575 ac_cv_use_stl='wxUSE_STL=yes'
3576 else
3577 ac_cv_use_stl='wxUSE_STL=no'
3578 fi
3579
3580else
3581
3582 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3583 if test "x$LINE" != x ; then
3584 eval "DEFAULT_$LINE"
3585 else
3586 no_cache=1
3587 fi
3588
3589 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3590
3591fi;
3592
3593 eval "$ac_cv_use_stl"
3594 if test "$no_cache" != 1; then
3595 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3596 fi
3597
3598 if test "$wxUSE_STL" = yes; then
3599 echo "$as_me:$LINENO: result: yes" >&5
3600echo "${ECHO_T}yes" >&6
3601 else
3602 echo "$as_me:$LINENO: result: no" >&5
3603echo "${ECHO_T}no" >&6
3604 fi
3605
3606if test "$USE_OS2" = "1"; then
69120ee4 3607 DEFAULT_wxUSE_OMF=no
a848cd7e
SC
3608
3609 enablestring=
3610 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3611echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3612 no_cache=0
3613 # Check whether --enable-omf or --disable-omf was given.
3614if test "${enable_omf+set}" = set; then
3615 enableval="$enable_omf"
3616
3617 if test "$enableval" = yes; then
3618 ac_cv_use_omf='wxUSE_OMF=yes'
3619 else
3620 ac_cv_use_omf='wxUSE_OMF=no'
3621 fi
3622
3623else
3624
3625 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3626 if test "x$LINE" != x ; then
3627 eval "DEFAULT_$LINE"
3628 else
3629 no_cache=1
3630 fi
3631
3632 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3633
3634fi;
3635
3636 eval "$ac_cv_use_omf"
3637 if test "$no_cache" != 1; then
3638 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3639 fi
3640
3641 if test "$wxUSE_OMF" = yes; then
3642 echo "$as_me:$LINENO: result: yes" >&5
3643echo "${ECHO_T}yes" >&6
3644 else
3645 echo "$as_me:$LINENO: result: no" >&5
3646echo "${ECHO_T}no" >&6
3647 fi
3648
3649fi
3650
3651if test "$wxUSE_DEBUG" = "yes"; then
3652 DEFAULT_wxUSE_DEBUG_FLAG=yes
3653 DEFAULT_wxUSE_DEBUG_INFO=yes
3654 BUILD=debug
3655elif test "$wxUSE_DEBUG" = "no"; then
3656 DEFAULT_wxUSE_DEBUG_FLAG=no
3657 DEFAULT_wxUSE_DEBUG_INFO=no
3658 BUILD=release
3659fi
3660
3661
3662 enablestring=
3663 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3664echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3665 no_cache=0
3666 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3667if test "${enable_debug_flag+set}" = set; then
3668 enableval="$enable_debug_flag"
3669
3670 if test "$enableval" = yes; then
3671 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3672 else
3673 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3674 fi
3675
3676else
3677
3678 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3679 if test "x$LINE" != x ; then
3680 eval "DEFAULT_$LINE"
3681 else
3682 no_cache=1
3683 fi
3684
3685 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3686
3687fi;
3688
3689 eval "$ac_cv_use_debug_flag"
3690 if test "$no_cache" != 1; then
3691 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3692 fi
3693
3694 if test "$wxUSE_DEBUG_FLAG" = yes; then
3695 echo "$as_me:$LINENO: result: yes" >&5
3696echo "${ECHO_T}yes" >&6
3697 else
3698 echo "$as_me:$LINENO: result: no" >&5
3699echo "${ECHO_T}no" >&6
3700 fi
3701
3702
3703 enablestring=
3704 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3705echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3706 no_cache=0
3707 # Check whether --enable-debug_info or --disable-debug_info was given.
3708if test "${enable_debug_info+set}" = set; then
3709 enableval="$enable_debug_info"
3710
3711 if test "$enableval" = yes; then
3712 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3713 else
3714 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3715 fi
3716
3717else
3718
3719 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3720 if test "x$LINE" != x ; then
3721 eval "DEFAULT_$LINE"
3722 else
3723 no_cache=1
3724 fi
3725
3726 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3727
3728fi;
3729
3730 eval "$ac_cv_use_debug_info"
3731 if test "$no_cache" != 1; then
3732 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3733 fi
3734
3735 if test "$wxUSE_DEBUG_INFO" = yes; then
3736 echo "$as_me:$LINENO: result: yes" >&5
3737echo "${ECHO_T}yes" >&6
3738 else
3739 echo "$as_me:$LINENO: result: no" >&5
3740echo "${ECHO_T}no" >&6
3741 fi
3742
3743
3744 enablestring=
3745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3746echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3747 no_cache=0
3748 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3749if test "${enable_debug_gdb+set}" = set; then
3750 enableval="$enable_debug_gdb"
3751
3752 if test "$enableval" = yes; then
3753 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3754 else
3755 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3756 fi
3757
3758else
3759
3760 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3761 if test "x$LINE" != x ; then
3762 eval "DEFAULT_$LINE"
3763 else
3764 no_cache=1
3765 fi
3766
3767 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3768
3769fi;
3770
3771 eval "$ac_cv_use_debug_gdb"
3772 if test "$no_cache" != 1; then
3773 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3774 fi
3775
3776 if test "$wxUSE_DEBUG_GDB" = yes; then
3777 echo "$as_me:$LINENO: result: yes" >&5
3778echo "${ECHO_T}yes" >&6
3779 else
3780 echo "$as_me:$LINENO: result: no" >&5
3781echo "${ECHO_T}no" >&6
3782 fi
3783
3784
3785 enablestring=
3786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3787echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3788 no_cache=0
3789 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3790if test "${enable_debug_cntxt+set}" = set; then
3791 enableval="$enable_debug_cntxt"
3792
3793 if test "$enableval" = yes; then
3794 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3795 else
3796 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3797 fi
3798
3799else
3800
3801 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3802 if test "x$LINE" != x ; then
3803 eval "DEFAULT_$LINE"
3804 else
3805 no_cache=1
3806 fi
3807
3808 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3809
3810fi;
3811
3812 eval "$ac_cv_use_debug_cntxt"
3813 if test "$no_cache" != 1; then
3814 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3815 fi
3816
3817 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3818 echo "$as_me:$LINENO: result: yes" >&5
3819echo "${ECHO_T}yes" >&6
3820 else
3821 echo "$as_me:$LINENO: result: no" >&5
3822echo "${ECHO_T}no" >&6
3823 fi
3824
3825
3826 enablestring=
3827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3828echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3829 no_cache=0
3830 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3831if test "${enable_mem_tracing+set}" = set; then
3832 enableval="$enable_mem_tracing"
3833
3834 if test "$enableval" = yes; then
3835 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3836 else
3837 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3838 fi
3839
3840else
3841
3842 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3843 if test "x$LINE" != x ; then
3844 eval "DEFAULT_$LINE"
3845 else
3846 no_cache=1
3847 fi
3848
3849 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3850
3851fi;
3852
3853 eval "$ac_cv_use_mem_tracing"
3854 if test "$no_cache" != 1; then
3855 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3856 fi
3857
3858 if test "$wxUSE_MEM_TRACING" = yes; then
3859 echo "$as_me:$LINENO: result: yes" >&5
3860echo "${ECHO_T}yes" >&6
3861 else
3862 echo "$as_me:$LINENO: result: no" >&5
3863echo "${ECHO_T}no" >&6
3864 fi
3865
3866
3867 enablestring=
3868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3869echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3870 no_cache=0
3871 # Check whether --enable-profile or --disable-profile was given.
3872if test "${enable_profile+set}" = set; then
3873 enableval="$enable_profile"
3874
3875 if test "$enableval" = yes; then
3876 ac_cv_use_profile='wxUSE_PROFILE=yes'
3877 else
3878 ac_cv_use_profile='wxUSE_PROFILE=no'
3879 fi
3880
3881else
3882
3883 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3884 if test "x$LINE" != x ; then
3885 eval "DEFAULT_$LINE"
3886 else
3887 no_cache=1
3888 fi
3889
3890 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3891
3892fi;
3893
3894 eval "$ac_cv_use_profile"
3895 if test "$no_cache" != 1; then
3896 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3897 fi
3898
3899 if test "$wxUSE_PROFILE" = yes; then
3900 echo "$as_me:$LINENO: result: yes" >&5
3901echo "${ECHO_T}yes" >&6
3902 else
3903 echo "$as_me:$LINENO: result: no" >&5
3904echo "${ECHO_T}no" >&6
3905 fi
3906
3907
3908 enablestring=
3909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3910echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3911 no_cache=0
3912 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3913if test "${enable_no_rtti+set}" = set; then
3914 enableval="$enable_no_rtti"
3915
3916 if test "$enableval" = yes; then
3917 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3918 else
3919 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3920 fi
3921
3922else
3923
3924 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3925 if test "x$LINE" != x ; then
3926 eval "DEFAULT_$LINE"
3927 else
3928 no_cache=1
3929 fi
3930
3931 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3932
3933fi;
3934
3935 eval "$ac_cv_use_no_rtti"
3936 if test "$no_cache" != 1; then
3937 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3938 fi
3939
3940 if test "$wxUSE_NO_RTTI" = yes; then
3941 echo "$as_me:$LINENO: result: yes" >&5
3942echo "${ECHO_T}yes" >&6
3943 else
3944 echo "$as_me:$LINENO: result: no" >&5
3945echo "${ECHO_T}no" >&6
3946 fi
3947
3948
3949 enablestring=
3950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3951echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3952 no_cache=0
3953 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3954if test "${enable_no_exceptions+set}" = set; then
3955 enableval="$enable_no_exceptions"
3956
3957 if test "$enableval" = yes; then
3958 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3959 else
3960 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3961 fi
3962
3963else
3964
3965 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3966 if test "x$LINE" != x ; then
3967 eval "DEFAULT_$LINE"
3968 else
3969 no_cache=1
3970 fi
3971
3972 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3973
3974fi;
3975
3976 eval "$ac_cv_use_no_exceptions"
3977 if test "$no_cache" != 1; then
3978 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3979 fi
3980
3981 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3982 echo "$as_me:$LINENO: result: yes" >&5
3983echo "${ECHO_T}yes" >&6
3984 else
3985 echo "$as_me:$LINENO: result: no" >&5
3986echo "${ECHO_T}no" >&6
3987 fi
3988
3989
3990 enablestring=
3991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3992echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3993 no_cache=0
3994 # Check whether --enable-permissive or --disable-permissive was given.
3995if test "${enable_permissive+set}" = set; then
3996 enableval="$enable_permissive"
3997
3998 if test "$enableval" = yes; then
3999 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4000 else
4001 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4002 fi
4003
4004else
4005
4006 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4007 if test "x$LINE" != x ; then
4008 eval "DEFAULT_$LINE"
4009 else
4010 no_cache=1
4011 fi
4012
4013 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4014
4015fi;
4016
4017 eval "$ac_cv_use_permissive"
4018 if test "$no_cache" != 1; then
4019 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4020 fi
4021
4022 if test "$wxUSE_PERMISSIVE" = yes; then
4023 echo "$as_me:$LINENO: result: yes" >&5
4024echo "${ECHO_T}yes" >&6
4025 else
4026 echo "$as_me:$LINENO: result: no" >&5
4027echo "${ECHO_T}no" >&6
4028 fi
4029
4030
4031 enablestring=
4032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4033echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4034 no_cache=0
4035 # Check whether --enable-no_deps or --disable-no_deps was given.
4036if test "${enable_no_deps+set}" = set; then
4037 enableval="$enable_no_deps"
4038
4039 if test "$enableval" = yes; then
4040 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4041 else
4042 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4043 fi
4044
4045else
4046
4047 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4048 if test "x$LINE" != x ; then
4049 eval "DEFAULT_$LINE"
4050 else
4051 no_cache=1
4052 fi
4053
4054 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4055
4056fi;
4057
4058 eval "$ac_cv_use_no_deps"
4059 if test "$no_cache" != 1; then
4060 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4061 fi
4062
4063 if test "$wxUSE_NO_DEPS" = yes; then
4064 echo "$as_me:$LINENO: result: yes" >&5
4065echo "${ECHO_T}yes" >&6
4066 else
4067 echo "$as_me:$LINENO: result: no" >&5
4068echo "${ECHO_T}no" >&6
4069 fi
4070
4071
4072
4073 enablestring=
4074 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4075echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4076 no_cache=0
4077 # Check whether --enable-compat22 or --disable-compat22 was given.
4078if test "${enable_compat22+set}" = set; then
4079 enableval="$enable_compat22"
4080
4081 if test "$enableval" = yes; then
4082 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
4083 else
4084 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
4085 fi
4086
4087else
4088
4089 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4090 if test "x$LINE" != x ; then
4091 eval "DEFAULT_$LINE"
4092 else
4093 no_cache=1
4094 fi
4095
4096 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4097
4098fi;
4099
4100 eval "$ac_cv_use_compat22"
4101 if test "$no_cache" != 1; then
4102 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4103 fi
4104
4105 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4106 echo "$as_me:$LINENO: result: yes" >&5
4107echo "${ECHO_T}yes" >&6
4108 else
4109 echo "$as_me:$LINENO: result: no" >&5
4110echo "${ECHO_T}no" >&6
4111 fi
4112
4113
4114 enablestring=disable
4115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4116echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4117 no_cache=0
4118 # Check whether --enable-compat24 or --disable-compat24 was given.
4119if test "${enable_compat24+set}" = set; then
4120 enableval="$enable_compat24"
4121
4122 if test "$enableval" = yes; then
4123 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
4124 else
4125 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
4126 fi
4127
4128else
4129
4130 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4131 if test "x$LINE" != x ; then
4132 eval "DEFAULT_$LINE"
4133 else
4134 no_cache=1
4135 fi
4136
4137 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4138
4139fi;
4140
4141 eval "$ac_cv_use_compat24"
4142 if test "$no_cache" != 1; then
4143 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4144 fi
4145
4146 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4147 echo "$as_me:$LINENO: result: yes" >&5
4148echo "${ECHO_T}yes" >&6
4149 else
4150 echo "$as_me:$LINENO: result: no" >&5
4151echo "${ECHO_T}no" >&6
4152 fi
4153
4154
ffa0583f
RL
4155
4156 enablestring=
4157 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4158echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4159 no_cache=0
4160 # Check whether --enable-rpath or --disable-rpath was given.
a848cd7e
SC
4161if test "${enable_rpath+set}" = set; then
4162 enableval="$enable_rpath"
ffa0583f
RL
4163
4164 if test "$enableval" = yes; then
4165 ac_cv_use_rpath='wxUSE_RPATH=yes'
4166 else
4167 ac_cv_use_rpath='wxUSE_RPATH=no'
4168 fi
4169
4170else
4171
4172 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4173 if test "x$LINE" != x ; then
4174 eval "DEFAULT_$LINE"
4175 else
4176 no_cache=1
4177 fi
4178
4179 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4180
a848cd7e
SC
4181fi;
4182
ffa0583f
RL
4183 eval "$ac_cv_use_rpath"
4184 if test "$no_cache" != 1; then
4185 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4186 fi
4187
4188 if test "$wxUSE_RPATH" = yes; then
4189 echo "$as_me:$LINENO: result: yes" >&5
4190echo "${ECHO_T}yes" >&6
4191 else
4192 echo "$as_me:$LINENO: result: no" >&5
4193echo "${ECHO_T}no" >&6
4194 fi
4195
a848cd7e
SC
4196
4197
4198
4199
4200 enablestring=
4201 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4202echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4203 no_cache=0
4204 # Check whether --enable-intl or --disable-intl was given.
4205if test "${enable_intl+set}" = set; then
4206 enableval="$enable_intl"
4207
4208 if test "$enableval" = yes; then
4209 ac_cv_use_intl='wxUSE_INTL=yes'
4210 else
4211 ac_cv_use_intl='wxUSE_INTL=no'
4212 fi
4213
4214else
4215
4216 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4217 if test "x$LINE" != x ; then
4218 eval "DEFAULT_$LINE"
4219 else
4220 no_cache=1
4221 fi
4222
4223 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4224
4225fi;
4226
4227 eval "$ac_cv_use_intl"
4228 if test "$no_cache" != 1; then
4229 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4230 fi
4231
4232 if test "$wxUSE_INTL" = yes; then
4233 echo "$as_me:$LINENO: result: yes" >&5
4234echo "${ECHO_T}yes" >&6
4235 else
4236 echo "$as_me:$LINENO: result: no" >&5
4237echo "${ECHO_T}no" >&6
4238 fi
4239
4240
4241 enablestring=
4242 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4243echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4244 no_cache=0
4245 # Check whether --enable-config or --disable-config was given.
4246if test "${enable_config+set}" = set; then
4247 enableval="$enable_config"
4248
4249 if test "$enableval" = yes; then
4250 ac_cv_use_config='wxUSE_CONFIG=yes'
4251 else
4252 ac_cv_use_config='wxUSE_CONFIG=no'
4253 fi
4254
4255else
4256
4257 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4258 if test "x$LINE" != x ; then
4259 eval "DEFAULT_$LINE"
4260 else
4261 no_cache=1
4262 fi
4263
4264 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4265
4266fi;
4267
4268 eval "$ac_cv_use_config"
4269 if test "$no_cache" != 1; then
4270 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4271 fi
4272
4273 if test "$wxUSE_CONFIG" = yes; then
4274 echo "$as_me:$LINENO: result: yes" >&5
4275echo "${ECHO_T}yes" >&6
4276 else
4277 echo "$as_me:$LINENO: result: no" >&5
4278echo "${ECHO_T}no" >&6
4279 fi
4280
4281
4282
4283 enablestring=
4284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4285echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4286 no_cache=0
4287 # Check whether --enable-protocols or --disable-protocols was given.
4288if test "${enable_protocols+set}" = set; then
4289 enableval="$enable_protocols"
4290
4291 if test "$enableval" = yes; then
4292 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4293 else
4294 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4295 fi
4296
4297else
4298
4299 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4300 if test "x$LINE" != x ; then
4301 eval "DEFAULT_$LINE"
4302 else
4303 no_cache=1
4304 fi
4305
4306 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4307
4308fi;
4309
4310 eval "$ac_cv_use_protocols"
4311 if test "$no_cache" != 1; then
4312 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4313 fi
4314
4315 if test "$wxUSE_PROTOCOL" = yes; then
4316 echo "$as_me:$LINENO: result: yes" >&5
4317echo "${ECHO_T}yes" >&6
4318 else
4319 echo "$as_me:$LINENO: result: no" >&5
4320echo "${ECHO_T}no" >&6
4321 fi
4322
4323
4324 enablestring=
4325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4326echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4327 no_cache=0
4328 # Check whether --enable-ftp or --disable-ftp was given.
4329if test "${enable_ftp+set}" = set; then
4330 enableval="$enable_ftp"
4331
4332 if test "$enableval" = yes; then
4333 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4334 else
4335 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4336 fi
4337
4338else
4339
4340 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4341 if test "x$LINE" != x ; then
4342 eval "DEFAULT_$LINE"
4343 else
4344 no_cache=1
4345 fi
4346
4347 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4348
4349fi;
4350
4351 eval "$ac_cv_use_ftp"
4352 if test "$no_cache" != 1; then
4353 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4354 fi
4355
4356 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4357 echo "$as_me:$LINENO: result: yes" >&5
4358echo "${ECHO_T}yes" >&6
4359 else
4360 echo "$as_me:$LINENO: result: no" >&5
4361echo "${ECHO_T}no" >&6
4362 fi
4363
4364
4365 enablestring=
4366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4367echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4368 no_cache=0
4369 # Check whether --enable-http or --disable-http was given.
4370if test "${enable_http+set}" = set; then
4371 enableval="$enable_http"
4372
4373 if test "$enableval" = yes; then
4374 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4375 else
4376 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4377 fi
4378
4379else
4380
4381 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4382 if test "x$LINE" != x ; then
4383 eval "DEFAULT_$LINE"
4384 else
4385 no_cache=1
4386 fi
4387
4388 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4389
4390fi;
4391
4392 eval "$ac_cv_use_http"
4393 if test "$no_cache" != 1; then
4394 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4395 fi
4396
4397 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4398 echo "$as_me:$LINENO: result: yes" >&5
4399echo "${ECHO_T}yes" >&6
4400 else
4401 echo "$as_me:$LINENO: result: no" >&5
4402echo "${ECHO_T}no" >&6
4403 fi
4404
4405
4406 enablestring=
4407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4408echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4409 no_cache=0
4410 # Check whether --enable-fileproto or --disable-fileproto was given.
4411if test "${enable_fileproto+set}" = set; then
4412 enableval="$enable_fileproto"
4413
4414 if test "$enableval" = yes; then
4415 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4416 else
4417 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4418 fi
4419
4420else
4421
4422 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4423 if test "x$LINE" != x ; then
4424 eval "DEFAULT_$LINE"
4425 else
4426 no_cache=1
4427 fi
4428
4429 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4430
4431fi;
4432
4433 eval "$ac_cv_use_fileproto"
4434 if test "$no_cache" != 1; then
4435 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4436 fi
4437
4438 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4439 echo "$as_me:$LINENO: result: yes" >&5
4440echo "${ECHO_T}yes" >&6
4441 else
4442 echo "$as_me:$LINENO: result: no" >&5
4443echo "${ECHO_T}no" >&6
4444 fi
4445
4446
4447 enablestring=
4448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4449echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4450 no_cache=0
4451 # Check whether --enable-sockets or --disable-sockets was given.
4452if test "${enable_sockets+set}" = set; then
4453 enableval="$enable_sockets"
4454
4455 if test "$enableval" = yes; then
4456 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4457 else
4458 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4459 fi
4460
4461else
4462
4463 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4464 if test "x$LINE" != x ; then
4465 eval "DEFAULT_$LINE"
4466 else
4467 no_cache=1
4468 fi
4469
4470 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4471
4472fi;
4473
4474 eval "$ac_cv_use_sockets"
4475 if test "$no_cache" != 1; then
4476 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4477 fi
4478
4479 if test "$wxUSE_SOCKETS" = yes; then
4480 echo "$as_me:$LINENO: result: yes" >&5
4481echo "${ECHO_T}yes" >&6
4482 else
4483 echo "$as_me:$LINENO: result: no" >&5
4484echo "${ECHO_T}no" >&6
4485 fi
4486
4487
4488 enablestring=
4489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4490echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4491 no_cache=0
4492 # Check whether --enable-ole or --disable-ole was given.
4493if test "${enable_ole+set}" = set; then
4494 enableval="$enable_ole"
4495
4496 if test "$enableval" = yes; then
4497 ac_cv_use_ole='wxUSE_OLE=yes'
4498 else
4499 ac_cv_use_ole='wxUSE_OLE=no'
4500 fi
4501
4502else
4503
4504 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4505 if test "x$LINE" != x ; then
4506 eval "DEFAULT_$LINE"
4507 else
4508 no_cache=1
4509 fi
4510
4511 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4512
4513fi;
4514
4515 eval "$ac_cv_use_ole"
4516 if test "$no_cache" != 1; then
4517 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4518 fi
4519
4520 if test "$wxUSE_OLE" = yes; then
4521 echo "$as_me:$LINENO: result: yes" >&5
4522echo "${ECHO_T}yes" >&6
4523 else
4524 echo "$as_me:$LINENO: result: no" >&5
4525echo "${ECHO_T}no" >&6
4526 fi
4527
4528
4529 enablestring=
4530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4531echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4532 no_cache=0
4533 # Check whether --enable-dataobj or --disable-dataobj was given.
4534if test "${enable_dataobj+set}" = set; then
4535 enableval="$enable_dataobj"
4536
4537 if test "$enableval" = yes; then
4538 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4539 else
4540 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4541 fi
4542
4543else
4544
4545 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4546 if test "x$LINE" != x ; then
4547 eval "DEFAULT_$LINE"
4548 else
4549 no_cache=1
4550 fi
4551
4552 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4553
4554fi;
4555
4556 eval "$ac_cv_use_dataobj"
4557 if test "$no_cache" != 1; then
4558 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4559 fi
4560
4561 if test "$wxUSE_DATAOBJ" = yes; then
4562 echo "$as_me:$LINENO: result: yes" >&5
4563echo "${ECHO_T}yes" >&6
4564 else
4565 echo "$as_me:$LINENO: result: no" >&5
4566echo "${ECHO_T}no" >&6
4567 fi
4568
4569
4570
4571 enablestring=
4572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4573echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4574 no_cache=0
4575 # Check whether --enable-ipc or --disable-ipc was given.
4576if test "${enable_ipc+set}" = set; then
4577 enableval="$enable_ipc"
4578
4579 if test "$enableval" = yes; then
4580 ac_cv_use_ipc='wxUSE_IPC=yes'
4581 else
4582 ac_cv_use_ipc='wxUSE_IPC=no'
4583 fi
4584
4585else
4586
4587 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4588 if test "x$LINE" != x ; then
4589 eval "DEFAULT_$LINE"
4590 else
4591 no_cache=1
4592 fi
4593
4594 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4595
4596fi;
4597
4598 eval "$ac_cv_use_ipc"
4599 if test "$no_cache" != 1; then
4600 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4601 fi
4602
4603 if test "$wxUSE_IPC" = yes; then
4604 echo "$as_me:$LINENO: result: yes" >&5
4605echo "${ECHO_T}yes" >&6
4606 else
4607 echo "$as_me:$LINENO: result: no" >&5
4608echo "${ECHO_T}no" >&6
4609 fi
4610
4611
4612
4613 enablestring=
4614 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4615echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4616 no_cache=0
4617 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4618if test "${enable_apple_ieee+set}" = set; then
4619 enableval="$enable_apple_ieee"
4620
4621 if test "$enableval" = yes; then
4622 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4623 else
4624 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4625 fi
4626
4627else
4628
4629 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4630 if test "x$LINE" != x ; then
4631 eval "DEFAULT_$LINE"
4632 else
4633 no_cache=1
4634 fi
4635
4636 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4637
4638fi;
4639
4640 eval "$ac_cv_use_apple_ieee"
4641 if test "$no_cache" != 1; then
4642 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4643 fi
4644
4645 if test "$wxUSE_APPLE_IEEE" = yes; then
4646 echo "$as_me:$LINENO: result: yes" >&5
4647echo "${ECHO_T}yes" >&6
4648 else
4649 echo "$as_me:$LINENO: result: no" >&5
4650echo "${ECHO_T}no" >&6
4651 fi
4652
4653
81f90336
MW
4654 enablestring=
4655 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4656echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4657 no_cache=0
4658 # Check whether --enable-arcstream or --disable-arcstream was given.
4659if test "${enable_arcstream+set}" = set; then
4660 enableval="$enable_arcstream"
4661
4662 if test "$enableval" = yes; then
9e8e867f 4663 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
81f90336 4664 else
9e8e867f 4665 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
81f90336
MW
4666 fi
4667
4668else
4669
9e8e867f 4670 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
81f90336
MW
4671 if test "x$LINE" != x ; then
4672 eval "DEFAULT_$LINE"
4673 else
4674 no_cache=1
4675 fi
4676
9e8e867f 4677 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
81f90336
MW
4678
4679fi;
4680
4681 eval "$ac_cv_use_arcstream"
4682 if test "$no_cache" != 1; then
4683 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4684 fi
4685
9e8e867f 4686 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
81f90336
MW
4687 echo "$as_me:$LINENO: result: yes" >&5
4688echo "${ECHO_T}yes" >&6
4689 else
4690 echo "$as_me:$LINENO: result: no" >&5
4691echo "${ECHO_T}no" >&6
4692 fi
4693
4694
a848cd7e 4695 enablestring=
36b6448c
VZ
4696 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4697echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
a848cd7e 4698 no_cache=0
36b6448c
VZ
4699 # Check whether --enable-backtrace or --disable-backtrace was given.
4700if test "${enable_backtrace+set}" = set; then
4701 enableval="$enable_backtrace"
a848cd7e
SC
4702
4703 if test "$enableval" = yes; then
36b6448c 4704 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
a848cd7e 4705 else
36b6448c 4706 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
a848cd7e
SC
4707 fi
4708
4709else
4710
36b6448c 4711 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
a848cd7e
SC
4712 if test "x$LINE" != x ; then
4713 eval "DEFAULT_$LINE"
4714 else
4715 no_cache=1
4716 fi
4717
36b6448c 4718 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
a848cd7e
SC
4719
4720fi;
4721
36b6448c 4722 eval "$ac_cv_use_backtrace"
a848cd7e 4723 if test "$no_cache" != 1; then
36b6448c 4724 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
4725 fi
4726
36b6448c 4727 if test "$wxUSE_STACKWALKER" = yes; then
a848cd7e
SC
4728 echo "$as_me:$LINENO: result: yes" >&5
4729echo "${ECHO_T}yes" >&6
4730 else
4731 echo "$as_me:$LINENO: result: no" >&5
4732echo "${ECHO_T}no" >&6
4733 fi
4734
4735
eaff0f0d 4736 enablestring=
36b6448c
VZ
4737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4738echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
eaff0f0d 4739 no_cache=0
36b6448c
VZ
4740 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4741if test "${enable_catch_segvs+set}" = set; then
4742 enableval="$enable_catch_segvs"
eaff0f0d
VZ
4743
4744 if test "$enableval" = yes; then
36b6448c 4745 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
eaff0f0d 4746 else
36b6448c 4747 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
eaff0f0d
VZ
4748 fi
4749
4750else
4751
36b6448c 4752 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
eaff0f0d
VZ
4753 if test "x$LINE" != x ; then
4754 eval "DEFAULT_$LINE"
4755 else
4756 no_cache=1
4757 fi
4758
36b6448c 4759 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
eaff0f0d
VZ
4760
4761fi;
4762
36b6448c 4763 eval "$ac_cv_use_catch_segvs"
eaff0f0d 4764 if test "$no_cache" != 1; then
36b6448c 4765 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
eaff0f0d
VZ
4766 fi
4767
36b6448c 4768 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
eaff0f0d
VZ
4769 echo "$as_me:$LINENO: result: yes" >&5
4770echo "${ECHO_T}yes" >&6
4771 else
4772 echo "$as_me:$LINENO: result: no" >&5
4773echo "${ECHO_T}no" >&6
4774 fi
4775
4776
a848cd7e
SC
4777 enablestring=
4778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4779echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4780 no_cache=0
4781 # Check whether --enable-cmdline or --disable-cmdline was given.
4782if test "${enable_cmdline+set}" = set; then
4783 enableval="$enable_cmdline"
4784
4785 if test "$enableval" = yes; then
4786 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4787 else
4788 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4789 fi
4790
4791else
4792
4793 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4794 if test "x$LINE" != x ; then
4795 eval "DEFAULT_$LINE"
4796 else
4797 no_cache=1
4798 fi
4799
4800 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4801
4802fi;
4803
4804 eval "$ac_cv_use_cmdline"
4805 if test "$no_cache" != 1; then
4806 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4807 fi
4808
4809 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4810 echo "$as_me:$LINENO: result: yes" >&5
4811echo "${ECHO_T}yes" >&6
4812 else
4813 echo "$as_me:$LINENO: result: no" >&5
4814echo "${ECHO_T}no" >&6
4815 fi
4816
4817
4818 enablestring=
4819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4820echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4821 no_cache=0
4822 # Check whether --enable-datetime or --disable-datetime was given.
4823if test "${enable_datetime+set}" = set; then
4824 enableval="$enable_datetime"
4825
4826 if test "$enableval" = yes; then
4827 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4828 else
4829 ac_cv_use_datetime='wxUSE_DATETIME=no'
4830 fi
4831
4832else
4833
4834 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4835 if test "x$LINE" != x ; then
4836 eval "DEFAULT_$LINE"
4837 else
4838 no_cache=1
4839 fi
4840
4841 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4842
4843fi;
4844
4845 eval "$ac_cv_use_datetime"
4846 if test "$no_cache" != 1; then
4847 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4848 fi
4849
4850 if test "$wxUSE_DATETIME" = yes; then
4851 echo "$as_me:$LINENO: result: yes" >&5
4852echo "${ECHO_T}yes" >&6
4853 else
4854 echo "$as_me:$LINENO: result: no" >&5
4855echo "${ECHO_T}no" >&6
4856 fi
4857
4858
36b6448c
VZ
4859 enablestring=
4860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4861echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4862 no_cache=0
4863 # Check whether --enable-debugreport or --disable-debugreport was given.
4864if test "${enable_debugreport+set}" = set; then
4865 enableval="$enable_debugreport"
4866
4867 if test "$enableval" = yes; then
4868 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
4869 else
4870 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
4871 fi
4872
4873else
4874
4875 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4876 if test "x$LINE" != x ; then
4877 eval "DEFAULT_$LINE"
4878 else
4879 no_cache=1
4880 fi
4881
4882 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4883
4884fi;
4885
4886 eval "$ac_cv_use_debugreport"
4887 if test "$no_cache" != 1; then
4888 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4889 fi
4890
4891 if test "$wxUSE_DEBUGREPORT" = yes; then
4892 echo "$as_me:$LINENO: result: yes" >&5
4893echo "${ECHO_T}yes" >&6
4894 else
4895 echo "$as_me:$LINENO: result: no" >&5
4896echo "${ECHO_T}no" >&6
4897 fi
4898
4899
a848cd7e
SC
4900 enablestring=
4901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4902echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4903 no_cache=0
4904 # Check whether --enable-dialupman or --disable-dialupman was given.
4905if test "${enable_dialupman+set}" = set; then
4906 enableval="$enable_dialupman"
4907
4908 if test "$enableval" = yes; then
4909 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4910 else
4911 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4912 fi
4913
4914else
4915
4916 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4917 if test "x$LINE" != x ; then
4918 eval "DEFAULT_$LINE"
4919 else
4920 no_cache=1
4921 fi
4922
4923 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4924
4925fi;
4926
4927 eval "$ac_cv_use_dialupman"
4928 if test "$no_cache" != 1; then
4929 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4930 fi
4931
4932 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4933 echo "$as_me:$LINENO: result: yes" >&5
4934echo "${ECHO_T}yes" >&6
4935 else
4936 echo "$as_me:$LINENO: result: no" >&5
4937echo "${ECHO_T}no" >&6
4938 fi
4939
4940
4941 enablestring=
4942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4943echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4944 no_cache=0
4945 # Check whether --enable-dynlib or --disable-dynlib was given.
4946if test "${enable_dynlib+set}" = set; then
4947 enableval="$enable_dynlib"
4948
4949 if test "$enableval" = yes; then
4950 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4951 else
4952 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4953 fi
4954
4955else
4956
4957 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4958 if test "x$LINE" != x ; then
4959 eval "DEFAULT_$LINE"
4960 else
4961 no_cache=1
4962 fi
4963
4964 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4965
4966fi;
4967
4968 eval "$ac_cv_use_dynlib"
4969 if test "$no_cache" != 1; then
4970 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4971 fi
4972
4973 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4974 echo "$as_me:$LINENO: result: yes" >&5
4975echo "${ECHO_T}yes" >&6
4976 else
4977 echo "$as_me:$LINENO: result: no" >&5
4978echo "${ECHO_T}no" >&6
4979 fi
4980
4981
4982 enablestring=
4983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4984echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4985 no_cache=0
4986 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4987if test "${enable_dynamicloader+set}" = set; then
4988 enableval="$enable_dynamicloader"
4989
4990 if test "$enableval" = yes; then
4991 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
4992 else
4993 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
4994 fi
4995
4996else
4997
4998 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4999 if test "x$LINE" != x ; then
5000 eval "DEFAULT_$LINE"
5001 else
5002 no_cache=1
5003 fi
5004
5005 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5006
5007fi;
5008
5009 eval "$ac_cv_use_dynamicloader"
5010 if test "$no_cache" != 1; then
5011 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5012 fi
5013
5014 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5015 echo "$as_me:$LINENO: result: yes" >&5
5016echo "${ECHO_T}yes" >&6
5017 else
5018 echo "$as_me:$LINENO: result: no" >&5
5019echo "${ECHO_T}no" >&6
5020 fi
5021
5022
5023 enablestring=
5024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5025echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5026 no_cache=0
5027 # Check whether --enable-exceptions or --disable-exceptions was given.
5028if test "${enable_exceptions+set}" = set; then
5029 enableval="$enable_exceptions"
5030
5031 if test "$enableval" = yes; then
5032 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5033 else
5034 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5035 fi
5036
5037else
5038
5039 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5040 if test "x$LINE" != x ; then
5041 eval "DEFAULT_$LINE"
5042 else
5043 no_cache=1
5044 fi
5045
5046 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5047
5048fi;
5049
5050 eval "$ac_cv_use_exceptions"
5051 if test "$no_cache" != 1; then
5052 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5053 fi
5054
5055 if test "$wxUSE_EXCEPTIONS" = yes; then
5056 echo "$as_me:$LINENO: result: yes" >&5
5057echo "${ECHO_T}yes" >&6
5058 else
5059 echo "$as_me:$LINENO: result: no" >&5
5060echo "${ECHO_T}no" >&6
5061 fi
5062
5063
5064 enablestring=
5065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5066echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5067 no_cache=0
5068 # Check whether --enable-ffile or --disable-ffile was given.
5069if test "${enable_ffile+set}" = set; then
5070 enableval="$enable_ffile"
5071
5072 if test "$enableval" = yes; then
5073 ac_cv_use_ffile='wxUSE_FFILE=yes'
5074 else
5075 ac_cv_use_ffile='wxUSE_FFILE=no'
5076 fi
5077
5078else
5079
5080 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5081 if test "x$LINE" != x ; then
5082 eval "DEFAULT_$LINE"
5083 else
5084 no_cache=1
5085 fi
5086
5087 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5088
5089fi;
5090
5091 eval "$ac_cv_use_ffile"
5092 if test "$no_cache" != 1; then
5093 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5094 fi
5095
5096 if test "$wxUSE_FFILE" = yes; then
5097 echo "$as_me:$LINENO: result: yes" >&5
5098echo "${ECHO_T}yes" >&6
5099 else
5100 echo "$as_me:$LINENO: result: no" >&5
5101echo "${ECHO_T}no" >&6
5102 fi
5103
5104
5105 enablestring=
5106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5107echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5108 no_cache=0
5109 # Check whether --enable-file or --disable-file was given.
5110if test "${enable_file+set}" = set; then
5111 enableval="$enable_file"
5112
5113 if test "$enableval" = yes; then
5114 ac_cv_use_file='wxUSE_FILE=yes'
5115 else
5116 ac_cv_use_file='wxUSE_FILE=no'
5117 fi
5118
5119else
5120
5121 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5122 if test "x$LINE" != x ; then
5123 eval "DEFAULT_$LINE"
5124 else
5125 no_cache=1
5126 fi
5127
5128 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5129
5130fi;
5131
5132 eval "$ac_cv_use_file"
5133 if test "$no_cache" != 1; then
5134 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5135 fi
5136
5137 if test "$wxUSE_FILE" = yes; then
5138 echo "$as_me:$LINENO: result: yes" >&5
5139echo "${ECHO_T}yes" >&6
5140 else
5141 echo "$as_me:$LINENO: result: no" >&5
5142echo "${ECHO_T}no" >&6
5143 fi
5144
5145
5146 enablestring=
5147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5148echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5149 no_cache=0
5150 # Check whether --enable-filesystem or --disable-filesystem was given.
5151if test "${enable_filesystem+set}" = set; then
5152 enableval="$enable_filesystem"
5153
5154 if test "$enableval" = yes; then
5155 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5156 else
5157 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5158 fi
5159
5160else
5161
5162 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5163 if test "x$LINE" != x ; then
5164 eval "DEFAULT_$LINE"
5165 else
5166 no_cache=1
5167 fi
5168
5169 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5170
5171fi;
5172
5173 eval "$ac_cv_use_filesystem"
5174 if test "$no_cache" != 1; then
5175 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5176 fi
5177
5178 if test "$wxUSE_FILESYSTEM" = yes; then
5179 echo "$as_me:$LINENO: result: yes" >&5
5180echo "${ECHO_T}yes" >&6
5181 else
5182 echo "$as_me:$LINENO: result: no" >&5
5183echo "${ECHO_T}no" >&6
5184 fi
5185
5186
5187 enablestring=
5188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5189echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5190 no_cache=0
5191 # Check whether --enable-fontmap or --disable-fontmap was given.
5192if test "${enable_fontmap+set}" = set; then
5193 enableval="$enable_fontmap"
5194
5195 if test "$enableval" = yes; then
5196 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5197 else
5198 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5199 fi
5200
5201else
5202
5203 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5204 if test "x$LINE" != x ; then
5205 eval "DEFAULT_$LINE"
5206 else
5207 no_cache=1
5208 fi
5209
5210 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5211
5212fi;
5213
5214 eval "$ac_cv_use_fontmap"
5215 if test "$no_cache" != 1; then
5216 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5217 fi
5218
5219 if test "$wxUSE_FONTMAP" = yes; then
5220 echo "$as_me:$LINENO: result: yes" >&5
5221echo "${ECHO_T}yes" >&6
5222 else
5223 echo "$as_me:$LINENO: result: no" >&5
5224echo "${ECHO_T}no" >&6
5225 fi
5226
5227
5228 enablestring=
5229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5230echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5231 no_cache=0
5232 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5233if test "${enable_fs_inet+set}" = set; then
5234 enableval="$enable_fs_inet"
5235
5236 if test "$enableval" = yes; then
5237 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5238 else
5239 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5240 fi
5241
5242else
5243
5244 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5245 if test "x$LINE" != x ; then
5246 eval "DEFAULT_$LINE"
5247 else
5248 no_cache=1
5249 fi
5250
5251 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5252
5253fi;
5254
5255 eval "$ac_cv_use_fs_inet"
5256 if test "$no_cache" != 1; then
5257 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5258 fi
5259
5260 if test "$wxUSE_FS_INET" = yes; then
5261 echo "$as_me:$LINENO: result: yes" >&5
5262echo "${ECHO_T}yes" >&6
5263 else
5264 echo "$as_me:$LINENO: result: no" >&5
5265echo "${ECHO_T}no" >&6
5266 fi
5267
5268
5269 enablestring=
5270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5271echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5272 no_cache=0
5273 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5274if test "${enable_fs_zip+set}" = set; then
5275 enableval="$enable_fs_zip"
5276
5277 if test "$enableval" = yes; then
5278 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5279 else
5280 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5281 fi
5282
5283else
5284
5285 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5286 if test "x$LINE" != x ; then
5287 eval "DEFAULT_$LINE"
5288 else
5289 no_cache=1
5290 fi
5291
5292 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5293
5294fi;
5295
5296 eval "$ac_cv_use_fs_zip"
5297 if test "$no_cache" != 1; then
5298 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5299 fi
5300
5301 if test "$wxUSE_FS_ZIP" = yes; then
5302 echo "$as_me:$LINENO: result: yes" >&5
5303echo "${ECHO_T}yes" >&6
5304 else
5305 echo "$as_me:$LINENO: result: no" >&5
5306echo "${ECHO_T}no" >&6
5307 fi
5308
5309
5310 enablestring=
5311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5312echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5313 no_cache=0
5314 # Check whether --enable-geometry or --disable-geometry was given.
5315if test "${enable_geometry+set}" = set; then
5316 enableval="$enable_geometry"
5317
5318 if test "$enableval" = yes; then
5319 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5320 else
5321 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5322 fi
5323
5324else
5325
5326 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5327 if test "x$LINE" != x ; then
5328 eval "DEFAULT_$LINE"
5329 else
5330 no_cache=1
5331 fi
5332
5333 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5334
5335fi;
5336
5337 eval "$ac_cv_use_geometry"
5338 if test "$no_cache" != 1; then
5339 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5340 fi
5341
5342 if test "$wxUSE_GEOMETRY" = yes; then
5343 echo "$as_me:$LINENO: result: yes" >&5
5344echo "${ECHO_T}yes" >&6
5345 else
5346 echo "$as_me:$LINENO: result: no" >&5
5347echo "${ECHO_T}no" >&6
5348 fi
5349
5350
5351 enablestring=
5352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5353echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5354 no_cache=0
5355 # Check whether --enable-log or --disable-log was given.
5356if test "${enable_log+set}" = set; then
5357 enableval="$enable_log"
5358
5359 if test "$enableval" = yes; then
5360 ac_cv_use_log='wxUSE_LOG=yes'
5361 else
5362 ac_cv_use_log='wxUSE_LOG=no'
5363 fi
5364
5365else
5366
5367 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5368 if test "x$LINE" != x ; then
5369 eval "DEFAULT_$LINE"
5370 else
5371 no_cache=1
5372 fi
5373
5374 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5375
5376fi;
5377
5378 eval "$ac_cv_use_log"
5379 if test "$no_cache" != 1; then
5380 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5381 fi
5382
5383 if test "$wxUSE_LOG" = yes; then
5384 echo "$as_me:$LINENO: result: yes" >&5
5385echo "${ECHO_T}yes" >&6
5386 else
5387 echo "$as_me:$LINENO: result: no" >&5
5388echo "${ECHO_T}no" >&6
5389 fi
5390
5391
5392 enablestring=
5393 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5394echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5395 no_cache=0
5396 # Check whether --enable-longlong or --disable-longlong was given.
5397if test "${enable_longlong+set}" = set; then
5398 enableval="$enable_longlong"
5399
5400 if test "$enableval" = yes; then
5401 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5402 else
5403 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5404 fi
5405
5406else
5407
5408 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5409 if test "x$LINE" != x ; then
5410 eval "DEFAULT_$LINE"
5411 else
5412 no_cache=1
5413 fi
5414
5415 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5416
5417fi;
5418
5419 eval "$ac_cv_use_longlong"
5420 if test "$no_cache" != 1; then
5421 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5422 fi
5423
5424 if test "$wxUSE_LONGLONG" = yes; then
5425 echo "$as_me:$LINENO: result: yes" >&5
5426echo "${ECHO_T}yes" >&6
5427 else
5428 echo "$as_me:$LINENO: result: no" >&5
5429echo "${ECHO_T}no" >&6
5430 fi
5431
5432
5433 enablestring=
5434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5435echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5436 no_cache=0
5437 # Check whether --enable-mimetype or --disable-mimetype was given.
5438if test "${enable_mimetype+set}" = set; then
5439 enableval="$enable_mimetype"
5440
5441 if test "$enableval" = yes; then
5442 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5443 else
5444 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5445 fi
5446
5447else
5448
5449 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5450 if test "x$LINE" != x ; then
5451 eval "DEFAULT_$LINE"
5452 else
5453 no_cache=1
5454 fi
5455
5456 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5457
5458fi;
5459
5460 eval "$ac_cv_use_mimetype"
5461 if test "$no_cache" != 1; then
5462 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5463 fi
5464
5465 if test "$wxUSE_MIMETYPE" = yes; then
5466 echo "$as_me:$LINENO: result: yes" >&5
5467echo "${ECHO_T}yes" >&6
5468 else
5469 echo "$as_me:$LINENO: result: no" >&5
5470echo "${ECHO_T}no" >&6
5471 fi
5472
5473
5474 enablestring=
5475 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5476echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5477 no_cache=0
5478 # Check whether --enable-mslu or --disable-mslu was given.
5479if test "${enable_mslu+set}" = set; then
5480 enableval="$enable_mslu"
5481
5482 if test "$enableval" = yes; then
5483 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5484 else
5485 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5486 fi
5487
5488else
5489
5490 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5491 if test "x$LINE" != x ; then
5492 eval "DEFAULT_$LINE"
5493 else
5494 no_cache=1
5495 fi
5496
5497 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5498
5499fi;
5500
5501 eval "$ac_cv_use_mslu"
5502 if test "$no_cache" != 1; then
5503 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5504 fi
5505
5506 if test "$wxUSE_UNICODE_MSLU" = yes; then
5507 echo "$as_me:$LINENO: result: yes" >&5
5508echo "${ECHO_T}yes" >&6
5509 else
5510 echo "$as_me:$LINENO: result: no" >&5
5511echo "${ECHO_T}no" >&6
5512 fi
5513
5514
5515 enablestring=
5516 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5517echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5518 no_cache=0
5519 # Check whether --enable-snglinst or --disable-snglinst was given.
5520if test "${enable_snglinst+set}" = set; then
5521 enableval="$enable_snglinst"
5522
5523 if test "$enableval" = yes; then
5524 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5525 else
5526 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5527 fi
5528
5529else
5530
5531 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5532 if test "x$LINE" != x ; then
5533 eval "DEFAULT_$LINE"
5534 else
5535 no_cache=1
5536 fi
5537
5538 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5539
5540fi;
5541
5542 eval "$ac_cv_use_snglinst"
5543 if test "$no_cache" != 1; then
5544 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5545 fi
5546
5547 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5548 echo "$as_me:$LINENO: result: yes" >&5
5549echo "${ECHO_T}yes" >&6
5550 else
5551 echo "$as_me:$LINENO: result: no" >&5
5552echo "${ECHO_T}no" >&6
5553 fi
5554
5555
5556 enablestring=
07158944
VZ
5557 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5558echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
a848cd7e 5559 no_cache=0
07158944
VZ
5560 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5561if test "${enable_std_iostreams+set}" = set; then
5562 enableval="$enable_std_iostreams"
a848cd7e
SC
5563
5564 if test "$enableval" = yes; then
07158944 5565 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
a848cd7e 5566 else
07158944 5567 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
a848cd7e
SC
5568 fi
5569
5570else
5571
07158944 5572 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
a848cd7e
SC
5573 if test "x$LINE" != x ; then
5574 eval "DEFAULT_$LINE"
5575 else
5576 no_cache=1
5577 fi
5578
07158944 5579 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
a848cd7e
SC
5580
5581fi;
5582
07158944 5583 eval "$ac_cv_use_std_iostreams"
a848cd7e 5584 if test "$no_cache" != 1; then
07158944 5585 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
5586 fi
5587
07158944 5588 if test "$wxUSE_STD_IOSTREAM" = yes; then
a848cd7e
SC
5589 echo "$as_me:$LINENO: result: yes" >&5
5590echo "${ECHO_T}yes" >&6
5591 else
5592 echo "$as_me:$LINENO: result: no" >&5
5593echo "${ECHO_T}no" >&6
5594 fi
5595
5596
59746b65
MW
5597 enablestring=
5598 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5599echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5600 no_cache=0
5601 # Check whether --enable-std_string or --disable-std_string was given.
5602if test "${enable_std_string+set}" = set; then
5603 enableval="$enable_std_string"
5604
5605 if test "$enableval" = yes; then
5606 ac_cv_use_std_string='wxUSE_STD_STRING=yes'
5607 else
5608 ac_cv_use_std_string='wxUSE_STD_STRING=no'
5609 fi
5610
5611else
5612
5613 LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5614 if test "x$LINE" != x ; then
5615 eval "DEFAULT_$LINE"
5616 else
5617 no_cache=1
5618 fi
5619
5620 ac_cv_use_std_string='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5621
5622fi;
5623
5624 eval "$ac_cv_use_std_string"
5625 if test "$no_cache" != 1; then
5626 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5627 fi
5628
5629 if test "$wxUSE_STD_STRING" = yes; then
5630 echo "$as_me:$LINENO: result: yes" >&5
5631echo "${ECHO_T}yes" >&6
5632 else
5633 echo "$as_me:$LINENO: result: no" >&5
5634echo "${ECHO_T}no" >&6
5635 fi
5636
5637
a848cd7e 5638 enablestring=
07158944
VZ
5639 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5640echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
a848cd7e 5641 no_cache=0
07158944
VZ
5642 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5643if test "${enable_stdpaths+set}" = set; then
5644 enableval="$enable_stdpaths"
a848cd7e
SC
5645
5646 if test "$enableval" = yes; then
07158944 5647 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
a848cd7e 5648 else
07158944 5649 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
a848cd7e
SC
5650 fi
5651
5652else
5653
07158944 5654 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
a848cd7e
SC
5655 if test "x$LINE" != x ; then
5656 eval "DEFAULT_$LINE"
5657 else
5658 no_cache=1
5659 fi
5660
07158944 5661 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
a848cd7e
SC
5662
5663fi;
5664
07158944 5665 eval "$ac_cv_use_stdpaths"
a848cd7e 5666 if test "$no_cache" != 1; then
07158944 5667 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
a848cd7e
SC
5668 fi
5669
07158944 5670 if test "$wxUSE_STDPATHS" = yes; then
a848cd7e
SC
5671 echo "$as_me:$LINENO: result: yes" >&5
5672echo "${ECHO_T}yes" >&6
5673 else
5674 echo "$as_me:$LINENO: result: no" >&5
5675echo "${ECHO_T}no" >&6
5676 fi
5677
5678
5679 enablestring=
5680 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5681echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5682 no_cache=0
5683 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5684if test "${enable_stopwatch+set}" = set; then
5685 enableval="$enable_stopwatch"
5686
5687 if test "$enableval" = yes; then
5688 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5689 else
5690 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5691 fi
5692
5693else
5694
5695 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5696 if test "x$LINE" != x ; then
5697 eval "DEFAULT_$LINE"
5698 else
5699 no_cache=1
5700 fi
5701
5702 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5703
5704fi;
5705
5706 eval "$ac_cv_use_stopwatch"
5707 if test "$no_cache" != 1; then
5708 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5709 fi
5710
5711 if test "$wxUSE_STOPWATCH" = yes; then
5712 echo "$as_me:$LINENO: result: yes" >&5
5713echo "${ECHO_T}yes" >&6
5714 else
5715 echo "$as_me:$LINENO: result: no" >&5
5716echo "${ECHO_T}no" >&6
5717 fi
5718
5719
07158944
VZ
5720 enablestring=
5721 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5722echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5723 no_cache=0
5724 # Check whether --enable-streams or --disable-streams was given.
5725if test "${enable_streams+set}" = set; then
5726 enableval="$enable_streams"
5727
5728 if test "$enableval" = yes; then
5729 ac_cv_use_streams='wxUSE_STREAMS=yes'
5730 else
5731 ac_cv_use_streams='wxUSE_STREAMS=no'
5732 fi
5733
5734else
5735
5736 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5737 if test "x$LINE" != x ; then
5738 eval "DEFAULT_$LINE"
5739 else
5740 no_cache=1
5741 fi
5742
5743 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5744
5745fi;
5746
5747 eval "$ac_cv_use_streams"
5748 if test "$no_cache" != 1; then
5749 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5750 fi
5751
5752 if test "$wxUSE_STREAMS" = yes; then
5753 echo "$as_me:$LINENO: result: yes" >&5
5754echo "${ECHO_T}yes" >&6
5755 else
5756 echo "$as_me:$LINENO: result: no" >&5
5757echo "${ECHO_T}no" >&6
5758 fi
5759
5760
a848cd7e
SC
5761 enablestring=
5762 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5763echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5764 no_cache=0
5765 # Check whether --enable-system_options or --disable-system_options was given.
5766if test "${enable_system_options+set}" = set; then
5767 enableval="$enable_system_options"
5768
5769 if test "$enableval" = yes; then
5770 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5771 else
5772 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5773 fi
5774
5775else
5776
5777 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5778 if test "x$LINE" != x ; then
5779 eval "DEFAULT_$LINE"
5780 else
5781 no_cache=1
5782 fi
5783
5784 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5785
5786fi;
5787
5788 eval "$ac_cv_use_system_options"
5789 if test "$no_cache" != 1; then
5790 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5791 fi
5792
5793 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5794 echo "$as_me:$LINENO: result: yes" >&5
5795echo "${ECHO_T}yes" >&6
5796 else
5797 echo "$as_me:$LINENO: result: no" >&5
5798echo "${ECHO_T}no" >&6
5799 fi
5800
5801
5802 enablestring=
5803 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5804echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5805 no_cache=0
5806 # Check whether --enable-textbuf or --disable-textbuf was given.
5807if test "${enable_textbuf+set}" = set; then
5808 enableval="$enable_textbuf"
5809
5810 if test "$enableval" = yes; then
5811 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5812 else
5813 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5814 fi
5815
5816else
5817
5818 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5819 if test "x$LINE" != x ; then
5820 eval "DEFAULT_$LINE"
5821 else
5822 no_cache=1
5823 fi
5824
5825 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5826
5827fi;
5828
5829 eval "$ac_cv_use_textbuf"
5830 if test "$no_cache" != 1; then
5831 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5832 fi
5833
5834 if test "$wxUSE_TEXTBUFFER" = yes; then
5835 echo "$as_me:$LINENO: result: yes" >&5
5836echo "${ECHO_T}yes" >&6
5837 else
5838 echo "$as_me:$LINENO: result: no" >&5
5839echo "${ECHO_T}no" >&6
5840 fi
5841
5842
5843 enablestring=
5844 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5845echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5846 no_cache=0
5847 # Check whether --enable-textfile or --disable-textfile was given.
5848if test "${enable_textfile+set}" = set; then
5849 enableval="$enable_textfile"
5850
5851 if test "$enableval" = yes; then
5852 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5853 else
5854 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5855 fi
5856
5857else
5858
5859 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5860 if test "x$LINE" != x ; then
5861 eval "DEFAULT_$LINE"
5862 else
5863 no_cache=1
5864 fi
5865
5866 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5867
5868fi;
5869
5870 eval "$ac_cv_use_textfile"
5871 if test "$no_cache" != 1; then
5872 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5873 fi
5874
5875 if test "$wxUSE_TEXTFILE" = yes; then
5876 echo "$as_me:$LINENO: result: yes" >&5
5877echo "${ECHO_T}yes" >&6
5878 else
5879 echo "$as_me:$LINENO: result: no" >&5
5880echo "${ECHO_T}no" >&6
5881 fi
5882
5883
5884 enablestring=
5885 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5886echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5887 no_cache=0
5888 # Check whether --enable-timer or --disable-timer was given.
5889if test "${enable_timer+set}" = set; then
5890 enableval="$enable_timer"
5891
5892 if test "$enableval" = yes; then
5893 ac_cv_use_timer='wxUSE_TIMER=yes'
5894 else
5895 ac_cv_use_timer='wxUSE_TIMER=no'
5896 fi
5897
5898else
5899
5900 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5901 if test "x$LINE" != x ; then
5902 eval "DEFAULT_$LINE"
5903 else
5904 no_cache=1
5905 fi
5906
5907 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5908
5909fi;
5910
5911 eval "$ac_cv_use_timer"
5912 if test "$no_cache" != 1; then
5913 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5914 fi
5915
5916 if test "$wxUSE_TIMER" = yes; then
5917 echo "$as_me:$LINENO: result: yes" >&5
5918echo "${ECHO_T}yes" >&6
5919 else
5920 echo "$as_me:$LINENO: result: no" >&5
5921echo "${ECHO_T}no" >&6
5922 fi
5923
5924
5925 enablestring=
5926 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5927echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5928 no_cache=0
5929 # Check whether --enable-unicode or --disable-unicode was given.
5930if test "${enable_unicode+set}" = set; then
5931 enableval="$enable_unicode"
5932
5933 if test "$enableval" = yes; then
5934 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5935 else
5936 ac_cv_use_unicode='wxUSE_UNICODE=no'
5937 fi
5938
5939else
5940
5941 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5942 if test "x$LINE" != x ; then
5943 eval "DEFAULT_$LINE"
5944 else
5945 no_cache=1
5946 fi
5947
5948 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5949
5950fi;
5951
5952 eval "$ac_cv_use_unicode"
5953 if test "$no_cache" != 1; then
5954 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5955 fi
5956
5957 if test "$wxUSE_UNICODE" = yes; then
5958 echo "$as_me:$LINENO: result: yes" >&5
5959echo "${ECHO_T}yes" >&6
5960 else
5961 echo "$as_me:$LINENO: result: no" >&5
5962echo "${ECHO_T}no" >&6
5963 fi
5964
5965
5966 enablestring=
5967 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5968echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5969 no_cache=0
5970 # Check whether --enable-sound or --disable-sound was given.
5971if test "${enable_sound+set}" = set; then
5972 enableval="$enable_sound"
5973
5974 if test "$enableval" = yes; then
5975 ac_cv_use_sound='wxUSE_SOUND=yes'
5976 else
5977 ac_cv_use_sound='wxUSE_SOUND=no'
5978 fi
5979
5980else
5981
5982 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5983 if test "x$LINE" != x ; then
5984 eval "DEFAULT_$LINE"
5985 else
5986 no_cache=1
5987 fi
5988
5989 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5990
5991fi;
5992
5993 eval "$ac_cv_use_sound"
5994 if test "$no_cache" != 1; then
5995 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5996 fi
5997
5998 if test "$wxUSE_SOUND" = yes; then
5999 echo "$as_me:$LINENO: result: yes" >&5
6000echo "${ECHO_T}yes" >&6
6001 else
6002 echo "$as_me:$LINENO: result: no" >&5
6003echo "${ECHO_T}no" >&6
6004 fi
6005
6006
3b57de8b
RL
6007 enablestring=
6008 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6009echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6010 no_cache=0
6011 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6012if test "${enable_mediactrl+set}" = set; then
6013 enableval="$enable_mediactrl"
6014
6015 if test "$enableval" = yes; then
6016 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6017 else
6018 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6019 fi
6020
6021else
6022
6023 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6024 if test "x$LINE" != x ; then
6025 eval "DEFAULT_$LINE"
6026 else
6027 no_cache=1
6028 fi
6029
6030 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6031
6032fi;
6033
6034 eval "$ac_cv_use_mediactrl"
6035 if test "$no_cache" != 1; then
6036 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6037 fi
6038
6039 if test "$wxUSE_MEDIACTRL" = yes; then
6040 echo "$as_me:$LINENO: result: yes" >&5
6041echo "${ECHO_T}yes" >&6
6042 else
6043 echo "$as_me:$LINENO: result: no" >&5
6044echo "${ECHO_T}no" >&6
6045 fi
6046
6047
a848cd7e
SC
6048 enablestring=
6049 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6050echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6051 no_cache=0
6052 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6053if test "${enable_wxprintfv+set}" = set; then
6054 enableval="$enable_wxprintfv"
6055
6056 if test "$enableval" = yes; then
6057 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
6058 else
6059 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
6060 fi
6061
6062else
6063
6064 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6065 if test "x$LINE" != x ; then
6066 eval "DEFAULT_$LINE"
6067 else
6068 no_cache=1
6069 fi
6070
6071 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6072
6073fi;
6074
6075 eval "$ac_cv_use_wxprintfv"
6076 if test "$no_cache" != 1; then
6077 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6078 fi
6079
6080 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6081 echo "$as_me:$LINENO: result: yes" >&5
6082echo "${ECHO_T}yes" >&6
6083 else
6084 echo "$as_me:$LINENO: result: no" >&5
6085echo "${ECHO_T}no" >&6
6086 fi
6087
6088
6089 enablestring=
6090 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6091echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6092 no_cache=0
6093 # Check whether --enable-zipstream or --disable-zipstream was given.
6094if test "${enable_zipstream+set}" = set; then
6095 enableval="$enable_zipstream"
6096
6097 if test "$enableval" = yes; then
6098 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6099 else
6100 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6101 fi
6102
6103else
6104
6105 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6106 if test "x$LINE" != x ; then
6107 eval "DEFAULT_$LINE"
6108 else
6109 no_cache=1
6110 fi
6111
6112 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6113
6114fi;
6115
6116 eval "$ac_cv_use_zipstream"
6117 if test "$no_cache" != 1; then
6118 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6119 fi
6120
6121 if test "$wxUSE_ZIPSTREAM" = yes; then
6122 echo "$as_me:$LINENO: result: yes" >&5
6123echo "${ECHO_T}yes" >&6
6124 else
6125 echo "$as_me:$LINENO: result: no" >&5
6126echo "${ECHO_T}no" >&6
6127 fi
6128
6129
a848cd7e
SC
6130
6131 enablestring=
6132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6133echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6134 no_cache=0
6135 # Check whether --enable-url or --disable-url was given.
6136if test "${enable_url+set}" = set; then
6137 enableval="$enable_url"
6138
6139 if test "$enableval" = yes; then
6140 ac_cv_use_url='wxUSE_URL=yes'
6141 else
6142 ac_cv_use_url='wxUSE_URL=no'
6143 fi
6144
6145else
6146
6147 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6148 if test "x$LINE" != x ; then
6149 eval "DEFAULT_$LINE"
6150 else
6151 no_cache=1
6152 fi
6153
6154 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6155
6156fi;
6157
6158 eval "$ac_cv_use_url"
6159 if test "$no_cache" != 1; then
6160 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6161 fi
6162
6163 if test "$wxUSE_URL" = yes; then
6164 echo "$as_me:$LINENO: result: yes" >&5
6165echo "${ECHO_T}yes" >&6
6166 else
6167 echo "$as_me:$LINENO: result: no" >&5
6168echo "${ECHO_T}no" >&6
6169 fi
6170
6171
6172 enablestring=
6173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6174echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6175 no_cache=0
6176 # Check whether --enable-protocol or --disable-protocol was given.
6177if test "${enable_protocol+set}" = set; then
6178 enableval="$enable_protocol"
6179
6180 if test "$enableval" = yes; then
6181 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6182 else
6183 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6184 fi
6185
6186else
6187
6188 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6189 if test "x$LINE" != x ; then
6190 eval "DEFAULT_$LINE"
6191 else
6192 no_cache=1
6193 fi
6194
6195 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6196
6197fi;
6198
6199 eval "$ac_cv_use_protocol"
6200 if test "$no_cache" != 1; then
6201 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6202 fi
6203
6204 if test "$wxUSE_PROTOCOL" = yes; then
6205 echo "$as_me:$LINENO: result: yes" >&5
6206echo "${ECHO_T}yes" >&6
6207 else
6208 echo "$as_me:$LINENO: result: no" >&5
6209echo "${ECHO_T}no" >&6
6210 fi
6211
6212
6213 enablestring=
6214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6215echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6216 no_cache=0
6217 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6218if test "${enable_protocol_http+set}" = set; then
6219 enableval="$enable_protocol_http"
6220
6221 if test "$enableval" = yes; then
6222 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6223 else
6224 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6225 fi
6226
6227else
6228
6229 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6230 if test "x$LINE" != x ; then
6231 eval "DEFAULT_$LINE"
6232 else
6233 no_cache=1
6234 fi
6235
6236 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6237
6238fi;
6239
6240 eval "$ac_cv_use_protocol_http"
6241 if test "$no_cache" != 1; then
6242 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6243 fi
6244
6245 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6246 echo "$as_me:$LINENO: result: yes" >&5
6247echo "${ECHO_T}yes" >&6
6248 else
6249 echo "$as_me:$LINENO: result: no" >&5
6250echo "${ECHO_T}no" >&6
6251 fi
6252
6253
6254 enablestring=
6255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6256echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6257 no_cache=0
6258 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6259if test "${enable_protocol_ftp+set}" = set; then
6260 enableval="$enable_protocol_ftp"
6261
6262 if test "$enableval" = yes; then
6263 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6264 else
6265 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6266 fi
6267
6268else
6269
6270 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6271 if test "x$LINE" != x ; then
6272 eval "DEFAULT_$LINE"
6273 else
6274 no_cache=1
6275 fi
6276
6277 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6278
6279fi;
6280
6281 eval "$ac_cv_use_protocol_ftp"
6282 if test "$no_cache" != 1; then
6283 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6284 fi
6285
6286 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6287 echo "$as_me:$LINENO: result: yes" >&5
6288echo "${ECHO_T}yes" >&6
6289 else
6290 echo "$as_me:$LINENO: result: no" >&5
6291echo "${ECHO_T}no" >&6
6292 fi
6293
6294
6295 enablestring=
6296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6297echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6298 no_cache=0
6299 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6300if test "${enable_protocol_file+set}" = set; then
6301 enableval="$enable_protocol_file"
6302
6303 if test "$enableval" = yes; then
6304 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6305 else
6306 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6307 fi
6308
6309else
6310
6311 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6312 if test "x$LINE" != x ; then
6313 eval "DEFAULT_$LINE"
6314 else
6315 no_cache=1
6316 fi
6317
6318 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6319
6320fi;
6321
6322 eval "$ac_cv_use_protocol_file"
6323 if test "$no_cache" != 1; then
6324 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6325 fi
6326
6327 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6328 echo "$as_me:$LINENO: result: yes" >&5
6329echo "${ECHO_T}yes" >&6
6330 else
6331 echo "$as_me:$LINENO: result: no" >&5
6332echo "${ECHO_T}no" >&6
6333 fi
6334
6335
6336
6337
6338
6339 enablestring=
6340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6341echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6342 no_cache=0
6343 # Check whether --enable-threads or --disable-threads was given.
6344if test "${enable_threads+set}" = set; then
6345 enableval="$enable_threads"
6346
6347 if test "$enableval" = yes; then
6348 ac_cv_use_threads='wxUSE_THREADS=yes'
6349 else
6350 ac_cv_use_threads='wxUSE_THREADS=no'
6351 fi
6352
6353else
6354
6355 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6356 if test "x$LINE" != x ; then
6357 eval "DEFAULT_$LINE"
6358 else
6359 no_cache=1
6360 fi
6361
6362 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6363
6364fi;
6365
6366 eval "$ac_cv_use_threads"
6367 if test "$no_cache" != 1; then
6368 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6369 fi
6370
6371 if test "$wxUSE_THREADS" = yes; then
6372 echo "$as_me:$LINENO: result: yes" >&5
6373echo "${ECHO_T}yes" >&6
6374 else
6375 echo "$as_me:$LINENO: result: no" >&5
6376echo "${ECHO_T}no" >&6
6377 fi
6378
6379
6380if test "$wxUSE_GUI" = "yes"; then
6381
6382
6383
6384 enablestring=
6385 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6386echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6387 no_cache=0
6388 # Check whether --enable-docview or --disable-docview was given.
6389if test "${enable_docview+set}" = set; then
6390 enableval="$enable_docview"
6391
6392 if test "$enableval" = yes; then
6393 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6394 else
6395 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6396 fi
6397
6398else
6399
6400 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6401 if test "x$LINE" != x ; then
6402 eval "DEFAULT_$LINE"
6403 else
6404 no_cache=1
6405 fi
6406
6407 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6408
6409fi;
6410
6411 eval "$ac_cv_use_docview"
6412 if test "$no_cache" != 1; then
6413 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6414 fi
6415
6416 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6417 echo "$as_me:$LINENO: result: yes" >&5
6418echo "${ECHO_T}yes" >&6
6419 else
6420 echo "$as_me:$LINENO: result: no" >&5
6421echo "${ECHO_T}no" >&6
6422 fi
6423
6424
6425 enablestring=
6426 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6427echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6428 no_cache=0
6429 # Check whether --enable-help or --disable-help was given.
6430if test "${enable_help+set}" = set; then
6431 enableval="$enable_help"
6432
6433 if test "$enableval" = yes; then
6434 ac_cv_use_help='wxUSE_HELP=yes'
6435 else
6436 ac_cv_use_help='wxUSE_HELP=no'
6437 fi
6438
6439else
6440
6441 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6442 if test "x$LINE" != x ; then
6443 eval "DEFAULT_$LINE"
6444 else
6445 no_cache=1
6446 fi
6447
6448 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6449
6450fi;
6451
6452 eval "$ac_cv_use_help"
6453 if test "$no_cache" != 1; then
6454 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6455 fi
6456
6457 if test "$wxUSE_HELP" = yes; then
6458 echo "$as_me:$LINENO: result: yes" >&5
6459echo "${ECHO_T}yes" >&6
6460 else
6461 echo "$as_me:$LINENO: result: no" >&5
6462echo "${ECHO_T}no" >&6
6463 fi
6464
6465
6466 enablestring=
6467 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6468echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6469 no_cache=0
6470 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6471if test "${enable_mshtmlhelp+set}" = set; then
6472 enableval="$enable_mshtmlhelp"
6473
6474 if test "$enableval" = yes; then
6475 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6476 else
6477 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6478 fi
6479
6480else
6481
6482 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6483 if test "x$LINE" != x ; then
6484 eval "DEFAULT_$LINE"
6485 else
6486 no_cache=1
6487 fi
6488
6489 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6490
6491fi;
6492
6493 eval "$ac_cv_use_mshtmlhelp"
6494 if test "$no_cache" != 1; then
6495 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6496 fi
6497
6498 if test "$wxUSE_MS_HTML_HELP" = yes; then
6499 echo "$as_me:$LINENO: result: yes" >&5
6500echo "${ECHO_T}yes" >&6
6501 else
6502 echo "$as_me:$LINENO: result: no" >&5
6503echo "${ECHO_T}no" >&6
6504 fi
6505
6506
6507 enablestring=
6508 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6509echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6510 no_cache=0
6511 # Check whether --enable-html or --disable-html was given.
6512if test "${enable_html+set}" = set; then
6513 enableval="$enable_html"
6514
6515 if test "$enableval" = yes; then
6516 ac_cv_use_html='wxUSE_HTML=yes'
6517 else
6518 ac_cv_use_html='wxUSE_HTML=no'
6519 fi
6520
6521else
6522
6523 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6524 if test "x$LINE" != x ; then
6525 eval "DEFAULT_$LINE"
6526 else
6527 no_cache=1
6528 fi
6529
6530 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6531
6532fi;
6533
6534 eval "$ac_cv_use_html"
6535 if test "$no_cache" != 1; then
6536 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6537 fi
6538
6539 if test "$wxUSE_HTML" = yes; then
6540 echo "$as_me:$LINENO: result: yes" >&5
6541echo "${ECHO_T}yes" >&6
6542 else
6543 echo "$as_me:$LINENO: result: no" >&5
6544echo "${ECHO_T}no" >&6
6545 fi
6546
6547
6548 enablestring=
6549 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6550echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6551 no_cache=0
6552 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6553if test "${enable_htmlhelp+set}" = set; then
6554 enableval="$enable_htmlhelp"
6555
6556 if test "$enableval" = yes; then
6557 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6558 else
6559 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6560 fi
6561
6562else
6563
6564 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6565 if test "x$LINE" != x ; then
6566 eval "DEFAULT_$LINE"
6567 else
6568 no_cache=1
6569 fi
6570
6571 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6572
6573fi;
6574
6575 eval "$ac_cv_use_htmlhelp"
6576 if test "$no_cache" != 1; then
6577 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6578 fi
6579
6580 if test "$wxUSE_WXHTML_HELP" = yes; then
6581 echo "$as_me:$LINENO: result: yes" >&5
6582echo "${ECHO_T}yes" >&6
6583 else
6584 echo "$as_me:$LINENO: result: no" >&5
6585echo "${ECHO_T}no" >&6
6586 fi
6587
6588
9a8f0513
VS
6589 enablestring=
6590 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6591echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6592 no_cache=0
6593 # Check whether --enable-xrc or --disable-xrc was given.
6594if test "${enable_xrc+set}" = set; then
6595 enableval="$enable_xrc"
6596
6597 if test "$enableval" = yes; then
6598 ac_cv_use_xrc='wxUSE_XRC=yes'
6599 else
6600 ac_cv_use_xrc='wxUSE_XRC=no'
6601 fi
6602
6603else
6604
6605 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6606 if test "x$LINE" != x ; then
6607 eval "DEFAULT_$LINE"
6608 else
6609 no_cache=1
6610 fi
6611
6612 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6613
6614fi;
6615
6616 eval "$ac_cv_use_xrc"
6617 if test "$no_cache" != 1; then
6618 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6619 fi
6620
6621 if test "$wxUSE_XRC" = yes; then
6622 echo "$as_me:$LINENO: result: yes" >&5
6623echo "${ECHO_T}yes" >&6
6624 else
6625 echo "$as_me:$LINENO: result: no" >&5
6626echo "${ECHO_T}no" >&6
6627 fi
6628
6629
a848cd7e
SC
6630 enablestring=
6631 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6632echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6633 no_cache=0
6634 # Check whether --enable-constraints or --disable-constraints was given.
6635if test "${enable_constraints+set}" = set; then
6636 enableval="$enable_constraints"
6637
6638 if test "$enableval" = yes; then
6639 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6640 else
6641 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6642 fi
6643
6644else
6645
6646 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6647 if test "x$LINE" != x ; then
6648 eval "DEFAULT_$LINE"
6649 else
6650 no_cache=1
6651 fi
6652
6653 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6654
6655fi;
6656
6657 eval "$ac_cv_use_constraints"
6658 if test "$no_cache" != 1; then
6659 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6660 fi
6661
6662 if test "$wxUSE_CONSTRAINTS" = yes; then
6663 echo "$as_me:$LINENO: result: yes" >&5
6664echo "${ECHO_T}yes" >&6
6665 else
6666 echo "$as_me:$LINENO: result: no" >&5
6667echo "${ECHO_T}no" >&6
6668 fi
6669
6670
6671 enablestring=
6672 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6673echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6674 no_cache=0
6675 # Check whether --enable-printarch or --disable-printarch was given.
6676if test "${enable_printarch+set}" = set; then
6677 enableval="$enable_printarch"
6678
6679 if test "$enableval" = yes; then
6680 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6681 else
6682 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6683 fi
6684
6685else
6686
6687 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6688 if test "x$LINE" != x ; then
6689 eval "DEFAULT_$LINE"
6690 else
6691 no_cache=1
6692 fi
6693
6694 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6695
6696fi;
6697
6698 eval "$ac_cv_use_printarch"
6699 if test "$no_cache" != 1; then
6700 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6701 fi
6702
6703 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6704 echo "$as_me:$LINENO: result: yes" >&5
6705echo "${ECHO_T}yes" >&6
6706 else
6707 echo "$as_me:$LINENO: result: no" >&5
6708echo "${ECHO_T}no" >&6
6709 fi
6710
6711
6712 enablestring=
6713 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6714echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6715 no_cache=0
6716 # Check whether --enable-mdi or --disable-mdi was given.
6717if test "${enable_mdi+set}" = set; then
6718 enableval="$enable_mdi"
6719
6720 if test "$enableval" = yes; then
8a7b1113 6721 ac_cv_use_mdi='wxUSE_MDI=yes'
a848cd7e 6722 else
8a7b1113 6723 ac_cv_use_mdi='wxUSE_MDI=no'
a848cd7e
SC
6724 fi
6725
6726else
6727
8a7b1113 6728 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
a848cd7e
SC
6729 if test "x$LINE" != x ; then
6730 eval "DEFAULT_$LINE"
6731 else
6732 no_cache=1
6733 fi
6734
8a7b1113 6735 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
a848cd7e
SC
6736
6737fi;
6738
6739 eval "$ac_cv_use_mdi"
6740 if test "$no_cache" != 1; then
6741 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6742 fi
6743
8a7b1113
VZ
6744 if test "$wxUSE_MDI" = yes; then
6745 echo "$as_me:$LINENO: result: yes" >&5
6746echo "${ECHO_T}yes" >&6
6747 else
6748 echo "$as_me:$LINENO: result: no" >&5
6749echo "${ECHO_T}no" >&6
6750 fi
6751
6752
6753 enablestring=
6754 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6755echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6756 no_cache=0
6757 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6758if test "${enable_mdidoc+set}" = set; then
6759 enableval="$enable_mdidoc"
6760
6761 if test "$enableval" = yes; then
6762 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6763 else
6764 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6765 fi
6766
6767else
6768
6769 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6770 if test "x$LINE" != x ; then
6771 eval "DEFAULT_$LINE"
6772 else
6773 no_cache=1
6774 fi
6775
6776 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6777
6778fi;
6779
6780 eval "$ac_cv_use_mdidoc"
6781 if test "$no_cache" != 1; then
6782 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6783 fi
6784
a848cd7e
SC
6785 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6786 echo "$as_me:$LINENO: result: yes" >&5
6787echo "${ECHO_T}yes" >&6
6788 else
6789 echo "$as_me:$LINENO: result: no" >&5
6790echo "${ECHO_T}no" >&6
6791 fi
6792
6793
6794 enablestring=
6795 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6796echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6797 no_cache=0
6798 # Check whether --enable-loggui or --disable-loggui was given.
6799if test "${enable_loggui+set}" = set; then
6800 enableval="$enable_loggui"
6801
6802 if test "$enableval" = yes; then
6803 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6804 else
6805 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6806 fi
6807
6808else
6809
6810 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6811 if test "x$LINE" != x ; then
6812 eval "DEFAULT_$LINE"
6813 else
6814 no_cache=1
6815 fi
6816
6817 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6818
6819fi;
6820
6821 eval "$ac_cv_use_loggui"
6822 if test "$no_cache" != 1; then
6823 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6824 fi
6825
6826 if test "$wxUSE_LOGGUI" = yes; then
6827 echo "$as_me:$LINENO: result: yes" >&5
6828echo "${ECHO_T}yes" >&6
6829 else
6830 echo "$as_me:$LINENO: result: no" >&5
6831echo "${ECHO_T}no" >&6
6832 fi
6833
6834
6835 enablestring=
6836 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6837echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6838 no_cache=0
6839 # Check whether --enable-logwin or --disable-logwin was given.
6840if test "${enable_logwin+set}" = set; then
6841 enableval="$enable_logwin"
6842
6843 if test "$enableval" = yes; then
6844 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6845 else
6846 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6847 fi
6848
6849else
6850
6851 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6852 if test "x$LINE" != x ; then
6853 eval "DEFAULT_$LINE"
6854 else
6855 no_cache=1
6856 fi
6857
6858 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6859
6860fi;
6861
6862 eval "$ac_cv_use_logwin"
6863 if test "$no_cache" != 1; then
6864 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6865 fi
6866
6867 if test "$wxUSE_LOGWINDOW" = yes; then
6868 echo "$as_me:$LINENO: result: yes" >&5
6869echo "${ECHO_T}yes" >&6
6870 else
6871 echo "$as_me:$LINENO: result: no" >&5
6872echo "${ECHO_T}no" >&6
6873 fi
6874
6875
6876 enablestring=
6877 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6878echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6879 no_cache=0
6880 # Check whether --enable-logdialog or --disable-logdialog was given.
6881if test "${enable_logdialog+set}" = set; then
6882 enableval="$enable_logdialog"
6883
6884 if test "$enableval" = yes; then
6885 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6886 else
6887 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6888 fi
6889
6890else
6891
6892 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6893 if test "x$LINE" != x ; then
6894 eval "DEFAULT_$LINE"
6895 else
6896 no_cache=1
6897 fi
6898
6899 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6900
6901fi;
6902
6903 eval "$ac_cv_use_logdialog"
6904 if test "$no_cache" != 1; then
6905 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6906 fi
6907
6908 if test "$wxUSE_LOGDIALOG" = yes; then
6909 echo "$as_me:$LINENO: result: yes" >&5
6910echo "${ECHO_T}yes" >&6
6911 else
6912 echo "$as_me:$LINENO: result: no" >&5
6913echo "${ECHO_T}no" >&6
6914 fi
6915
6916
646b6ec1
VS
6917 enablestring=
6918 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6919echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6920 no_cache=0
6921 # Check whether --enable-webkit or --disable-webkit was given.
6922if test "${enable_webkit+set}" = set; then
6923 enableval="$enable_webkit"
6924
6925 if test "$enableval" = yes; then
6926 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6927 else
6928 ac_cv_use_webkit='wxUSE_WEBKIT=no'
6929 fi
6930
6931else
6932
6933 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6934 if test "x$LINE" != x ; then
6935 eval "DEFAULT_$LINE"
6936 else
6937 no_cache=1
6938 fi
6939
6940 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6941
6942fi;
6943
6944 eval "$ac_cv_use_webkit"
6945 if test "$no_cache" != 1; then
6946 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6947 fi
6948
6949 if test "$wxUSE_WEBKIT" = yes; then
6950 echo "$as_me:$LINENO: result: yes" >&5
6951echo "${ECHO_T}yes" >&6
6952 else
6953 echo "$as_me:$LINENO: result: no" >&5
6954echo "${ECHO_T}no" >&6
6955 fi
6956
6957
a848cd7e
SC
6958
6959 enablestring=
6960 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6961echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6962 no_cache=0
6963 # Check whether --enable-postscript or --disable-postscript was given.
6964if test "${enable_postscript+set}" = set; then
6965 enableval="$enable_postscript"
6966
6967 if test "$enableval" = yes; then
6968 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6969 else
6970 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6971 fi
6972
6973else
6974
6975 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6976 if test "x$LINE" != x ; then
6977 eval "DEFAULT_$LINE"
6978 else
6979 no_cache=1
6980 fi
6981
6982 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6983
6984fi;
6985
6986 eval "$ac_cv_use_postscript"
6987 if test "$no_cache" != 1; then
6988 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6989 fi
6990
6991 if test "$wxUSE_POSTSCRIPT" = yes; then
6992 echo "$as_me:$LINENO: result: yes" >&5
6993echo "${ECHO_T}yes" >&6
6994 else
6995 echo "$as_me:$LINENO: result: no" >&5
6996echo "${ECHO_T}no" >&6
6997 fi
6998
6999
7000
7001
7002
7003 enablestring=
7004 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7005echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7006 no_cache=0
7007 # Check whether --enable-prologio or --disable-prologio was given.
7008if test "${enable_prologio+set}" = set; then
7009 enableval="$enable_prologio"
7010
7011 if test "$enableval" = yes; then
7012 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
7013 else
7014 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
7015 fi
7016
7017else
7018
7019 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7020 if test "x$LINE" != x ; then
7021 eval "DEFAULT_$LINE"
7022 else
7023 no_cache=1
7024 fi
7025
7026 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7027
7028fi;
7029
7030 eval "$ac_cv_use_prologio"
7031 if test "$no_cache" != 1; then
7032 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7033 fi
7034
7035 if test "$wxUSE_PROLOGIO" = yes; then
7036 echo "$as_me:$LINENO: result: yes" >&5
7037echo "${ECHO_T}yes" >&6
7038 else
7039 echo "$as_me:$LINENO: result: no" >&5
7040echo "${ECHO_T}no" >&6
7041 fi
7042
7043
7044 enablestring=
7045 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7046echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7047 no_cache=0
7048 # Check whether --enable-resources or --disable-resources was given.
7049if test "${enable_resources+set}" = set; then
7050 enableval="$enable_resources"
7051
7052 if test "$enableval" = yes; then
7053 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7054 else
7055 ac_cv_use_resources='wxUSE_RESOURCES=no'
7056 fi
7057
7058else
7059
7060 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7061 if test "x$LINE" != x ; then
7062 eval "DEFAULT_$LINE"
7063 else
7064 no_cache=1
7065 fi
7066
7067 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7068
7069fi;
7070
7071 eval "$ac_cv_use_resources"
7072 if test "$no_cache" != 1; then
7073 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7074 fi
7075
7076 if test "$wxUSE_RESOURCES" = yes; then
7077 echo "$as_me:$LINENO: result: yes" >&5
7078echo "${ECHO_T}yes" >&6
7079 else
7080 echo "$as_me:$LINENO: result: no" >&5
7081echo "${ECHO_T}no" >&6
7082 fi
7083
7084
7085
7086
7087 enablestring=
7088 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7089echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7090 no_cache=0
7091 # Check whether --enable-clipboard or --disable-clipboard was given.
7092if test "${enable_clipboard+set}" = set; then
7093 enableval="$enable_clipboard"
7094
7095 if test "$enableval" = yes; then
7096 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7097 else
7098 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7099 fi
7100
7101else
7102
7103 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7104 if test "x$LINE" != x ; then
7105 eval "DEFAULT_$LINE"
7106 else
7107 no_cache=1
7108 fi
7109
7110 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7111
7112fi;
7113
7114 eval "$ac_cv_use_clipboard"
7115 if test "$no_cache" != 1; then
7116 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7117 fi
7118
7119 if test "$wxUSE_CLIPBOARD" = yes; then
7120 echo "$as_me:$LINENO: result: yes" >&5
7121echo "${ECHO_T}yes" >&6
7122 else
7123 echo "$as_me:$LINENO: result: no" >&5
7124echo "${ECHO_T}no" >&6
7125 fi
7126
7127
7128 enablestring=
7129 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7130echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7131 no_cache=0
7132 # Check whether --enable-dnd or --disable-dnd was given.
7133if test "${enable_dnd+set}" = set; then
7134 enableval="$enable_dnd"
7135
7136 if test "$enableval" = yes; then
7137 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7138 else
7139 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7140 fi
7141
7142else
7143
7144 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7145 if test "x$LINE" != x ; then
7146 eval "DEFAULT_$LINE"
7147 else
7148 no_cache=1
7149 fi
7150
7151 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7152
7153fi;
7154
7155 eval "$ac_cv_use_dnd"
7156 if test "$no_cache" != 1; then
7157 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7158 fi
7159
7160 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7161 echo "$as_me:$LINENO: result: yes" >&5
7162echo "${ECHO_T}yes" >&6
7163 else
7164 echo "$as_me:$LINENO: result: no" >&5
7165echo "${ECHO_T}no" >&6
7166 fi
7167
7168
7169 enablestring=
7170 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7171echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7172 no_cache=0
7173 # Check whether --enable-metafile or --disable-metafile was given.
7174if test "${enable_metafile+set}" = set; then
7175 enableval="$enable_metafile"
7176
7177 if test "$enableval" = yes; then
7178 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7179 else
7180 ac_cv_use_metafile='wxUSE_METAFILE=no'
7181 fi
7182
7183else
7184
7185 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7186 if test "x$LINE" != x ; then
7187 eval "DEFAULT_$LINE"
7188 else
7189 no_cache=1
7190 fi
7191
7192 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7193
7194fi;
7195
7196 eval "$ac_cv_use_metafile"
7197 if test "$no_cache" != 1; then
7198 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7199 fi
7200
7201 if test "$wxUSE_METAFILE" = yes; then
7202 echo "$as_me:$LINENO: result: yes" >&5
7203echo "${ECHO_T}yes" >&6
7204 else
7205 echo "$as_me:$LINENO: result: no" >&5
7206echo "${ECHO_T}no" >&6
7207 fi
7208
7209
7210
7211
7212
7213 enablestring=
7214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7215echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7216 no_cache=0
7217 # Check whether --enable-controls or --disable-controls was given.
7218if test "${enable_controls+set}" = set; then
7219 enableval="$enable_controls"
7220
7221 if test "$enableval" = yes; then
7222 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7223 else
7224 ac_cv_use_controls='wxUSE_CONTROLS=no'
7225 fi
7226
7227else
7228
7229 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7230 if test "x$LINE" != x ; then
7231 eval "DEFAULT_$LINE"
7232 else
7233 no_cache=1
7234 fi
7235
7236 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7237
7238fi;
7239
7240 eval "$ac_cv_use_controls"
7241 if test "$no_cache" != 1; then
7242 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7243 fi
7244
7245 if test "$wxUSE_CONTROLS" = yes; then
7246 echo "$as_me:$LINENO: result: yes" >&5
7247echo "${ECHO_T}yes" >&6
7248 else
7249 echo "$as_me:$LINENO: result: no" >&5
7250echo "${ECHO_T}no" >&6
7251 fi
7252
7253
7254if test "$wxUSE_CONTROLS" = "yes"; then
7255 DEFAULT_wxUSE_ACCEL=yes
7256 DEFAULT_wxUSE_BMPBUTTON=yes
7257 DEFAULT_wxUSE_BUTTON=yes
da98e9be 7258 DEFAULT_wxUSE_CALCTRL=yes
a848cd7e
SC
7259 DEFAULT_wxUSE_CARET=yes
7260 DEFAULT_wxUSE_COMBOBOX=yes
7261 DEFAULT_wxUSE_CHECKBOX=yes
7262 DEFAULT_wxUSE_CHECKLISTBOX=yes
7263 DEFAULT_wxUSE_CHOICE=yes
92bbdbcd 7264 DEFAULT_wxUSE_CHOICEBOOK=yes
da98e9be 7265 DEFAULT_wxUSE_DATEPICKCTRL=yes
a848cd7e
SC
7266 DEFAULT_wxUSE_GAUGE=yes
7267 DEFAULT_wxUSE_GRID=yes
7268 DEFAULT_wxUSE_IMAGLIST=yes
7269 DEFAULT_wxUSE_LISTBOOK=yes
7270 DEFAULT_wxUSE_LISTBOX=yes
7271 DEFAULT_wxUSE_LISTCTRL=yes
7272 DEFAULT_wxUSE_NOTEBOOK=yes
7273 DEFAULT_wxUSE_RADIOBOX=yes
7274 DEFAULT_wxUSE_RADIOBTN=yes
7275 DEFAULT_wxUSE_SASH=yes
7276 DEFAULT_wxUSE_SCROLLBAR=yes
7277 DEFAULT_wxUSE_SLIDER=yes
7278 DEFAULT_wxUSE_SPINBTN=yes
7279 DEFAULT_wxUSE_SPINCTRL=yes
7280 DEFAULT_wxUSE_SPLITTER=yes
7281 DEFAULT_wxUSE_STATBMP=yes
7282 DEFAULT_wxUSE_STATBOX=yes
7283 DEFAULT_wxUSE_STATLINE=yes
7284 DEFAULT_wxUSE_STATUSBAR=yes
7285 DEFAULT_wxUSE_TAB_DIALOG=yes
7286 DEFAULT_wxUSE_TOGGLEBTN=yes
7287 DEFAULT_wxUSE_TOOLBAR=yes
7288 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7289 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7290 DEFAULT_wxUSE_TOOLTIPS=yes
7291 DEFAULT_wxUSE_TREECTRL=yes
7292 DEFAULT_wxUSE_POPUPWIN=yes
7293 DEFAULT_wxUSE_TIPWINDOW=yes
7294elif test "$wxUSE_CONTROLS" = "no"; then
7295 DEFAULT_wxUSE_ACCEL=no
7296 DEFAULT_wxUSE_BMPBUTTON=no
7297 DEFAULT_wxUSE_BUTTON=no
7298 DEFAULT_wxUSE_CALCTRL=no
7299 DEFAULT_wxUSE_CARET=no
7300 DEFAULT_wxUSE_COMBOBOX=no
7301 DEFAULT_wxUSE_CHECKBOX=no
7302 DEFAULT_wxUSE_CHECKLISTBOX=no
7303 DEFAULT_wxUSE_CHOICE=no
92bbdbcd 7304 DEFAULT_wxUSE_CHOICEBOOK=no
da98e9be 7305 DEFAULT_wxUSE_DATEPICKCTRL=no
a848cd7e
SC
7306 DEFAULT_wxUSE_GAUGE=no
7307 DEFAULT_wxUSE_GRID=no
7308 DEFAULT_wxUSE_IMAGLIST=no
7309 DEFAULT_wxUSE_LISTBOOK=no
7310 DEFAULT_wxUSE_LISTBOX=no
7311 DEFAULT_wxUSE_LISTCTRL=no
7312 DEFAULT_wxUSE_NOTEBOOK=no
7313 DEFAULT_wxUSE_RADIOBOX=no
7314 DEFAULT_wxUSE_RADIOBTN=no
7315 DEFAULT_wxUSE_SASH=no
7316 DEFAULT_wxUSE_SCROLLBAR=no
7317 DEFAULT_wxUSE_SLIDER=no
7318 DEFAULT_wxUSE_SPINBTN=no
7319 DEFAULT_wxUSE_SPINCTRL=no
7320 DEFAULT_wxUSE_SPLITTER=no
7321 DEFAULT_wxUSE_STATBMP=no
7322 DEFAULT_wxUSE_STATBOX=no
7323 DEFAULT_wxUSE_STATLINE=no
7324 DEFAULT_wxUSE_STATUSBAR=no
7325 DEFAULT_wxUSE_TAB_DIALOG=no
7326 DEFAULT_wxUSE_TOGGLEBTN=no
7327 DEFAULT_wxUSE_TOOLBAR=no
7328 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7329 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7330 DEFAULT_wxUSE_TOOLTIPS=no
7331 DEFAULT_wxUSE_TREECTRL=no
7332 DEFAULT_wxUSE_POPUPWIN=no
7333 DEFAULT_wxUSE_TIPWINDOW=no
7334fi
7335
a848cd7e
SC
7336
7337 enablestring=
7338 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7339echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7340 no_cache=0
7341 # Check whether --enable-accel or --disable-accel was given.
7342if test "${enable_accel+set}" = set; then
7343 enableval="$enable_accel"
7344
7345 if test "$enableval" = yes; then
7346 ac_cv_use_accel='wxUSE_ACCEL=yes'
7347 else
7348 ac_cv_use_accel='wxUSE_ACCEL=no'
7349 fi
7350
7351else
7352
7353 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7354 if test "x$LINE" != x ; then
7355 eval "DEFAULT_$LINE"
7356 else
7357 no_cache=1
7358 fi
7359
7360 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7361
7362fi;
7363
7364 eval "$ac_cv_use_accel"
7365 if test "$no_cache" != 1; then
7366 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7367 fi
7368
7369 if test "$wxUSE_ACCEL" = yes; then
7370 echo "$as_me:$LINENO: result: yes" >&5
7371echo "${ECHO_T}yes" >&6
7372 else
7373 echo "$as_me:$LINENO: result: no" >&5
7374echo "${ECHO_T}no" >&6
7375 fi
7376
7377
7378 enablestring=
7379 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7380echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7381 no_cache=0
7382 # Check whether --enable-button or --disable-button was given.
7383if test "${enable_button+set}" = set; then
7384 enableval="$enable_button"
7385
7386 if test "$enableval" = yes; then
7387 ac_cv_use_button='wxUSE_BUTTON=yes'
7388 else
7389 ac_cv_use_button='wxUSE_BUTTON=no'
7390 fi
7391
7392else
7393
7394 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7395 if test "x$LINE" != x ; then
7396 eval "DEFAULT_$LINE"
7397 else
7398 no_cache=1
7399 fi
7400
7401 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7402
7403fi;
7404
7405 eval "$ac_cv_use_button"
7406 if test "$no_cache" != 1; then
7407 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7408 fi
7409
7410 if test "$wxUSE_BUTTON" = yes; then
7411 echo "$as_me:$LINENO: result: yes" >&5
7412echo "${ECHO_T}yes" >&6
7413 else
7414 echo "$as_me:$LINENO: result: no" >&5
7415echo "${ECHO_T}no" >&6
7416 fi
7417
7418
7419 enablestring=
7420 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7421echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7422 no_cache=0
7423 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7424if test "${enable_bmpbutton+set}" = set; then
7425 enableval="$enable_bmpbutton"
7426
7427 if test "$enableval" = yes; then
7428 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7429 else
7430 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7431 fi
7432
7433else
7434
7435 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7436 if test "x$LINE" != x ; then
7437 eval "DEFAULT_$LINE"
7438 else
7439 no_cache=1
7440 fi
7441
7442 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7443
7444fi;
7445
7446 eval "$ac_cv_use_bmpbutton"
7447 if test "$no_cache" != 1; then
7448 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7449 fi
7450
7451 if test "$wxUSE_BMPBUTTON" = yes; then
7452 echo "$as_me:$LINENO: result: yes" >&5
7453echo "${ECHO_T}yes" >&6
7454 else
7455 echo "$as_me:$LINENO: result: no" >&5
7456echo "${ECHO_T}no" >&6
7457 fi
7458
7459
7460 enablestring=
7461 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7462echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7463 no_cache=0
7464 # Check whether --enable-calendar or --disable-calendar was given.
7465if test "${enable_calendar+set}" = set; then
7466 enableval="$enable_calendar"
7467
7468 if test "$enableval" = yes; then
7469 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7470 else
7471 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7472 fi
7473
7474else
7475
7476 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7477 if test "x$LINE" != x ; then
7478 eval "DEFAULT_$LINE"
7479 else
7480 no_cache=1
7481 fi
7482
7483 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7484
7485fi;
7486
7487 eval "$ac_cv_use_calendar"
7488 if test "$no_cache" != 1; then
7489 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7490 fi
7491
7492 if test "$wxUSE_CALCTRL" = yes; then
7493 echo "$as_me:$LINENO: result: yes" >&5
7494echo "${ECHO_T}yes" >&6
7495 else
7496 echo "$as_me:$LINENO: result: no" >&5
7497echo "${ECHO_T}no" >&6
7498 fi
7499
7500
7501 enablestring=
7502 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7503echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7504 no_cache=0
7505 # Check whether --enable-caret or --disable-caret was given.
7506if test "${enable_caret+set}" = set; then
7507 enableval="$enable_caret"
7508
7509 if test "$enableval" = yes; then
7510 ac_cv_use_caret='wxUSE_CARET=yes'
7511 else
7512 ac_cv_use_caret='wxUSE_CARET=no'
7513 fi
7514
7515else
7516
7517 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7518 if test "x$LINE" != x ; then
7519 eval "DEFAULT_$LINE"
7520 else
7521 no_cache=1
7522 fi
7523
7524 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7525
7526fi;
7527
7528 eval "$ac_cv_use_caret"
7529 if test "$no_cache" != 1; then
7530 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7531 fi
7532
7533 if test "$wxUSE_CARET" = yes; then
7534 echo "$as_me:$LINENO: result: yes" >&5
7535echo "${ECHO_T}yes" >&6
7536 else
7537 echo "$as_me:$LINENO: result: no" >&5
7538echo "${ECHO_T}no" >&6
7539 fi
7540
7541
7542 enablestring=
7543 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7544echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7545 no_cache=0
7546 # Check whether --enable-checkbox or --disable-checkbox was given.
7547if test "${enable_checkbox+set}" = set; then
7548 enableval="$enable_checkbox"
7549
7550 if test "$enableval" = yes; then
7551 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7552 else
7553 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7554 fi
7555
7556else
7557
7558 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7559 if test "x$LINE" != x ; then
7560 eval "DEFAULT_$LINE"
7561 else
7562 no_cache=1
7563 fi
7564
7565 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7566
7567fi;
7568
7569 eval "$ac_cv_use_checkbox"
7570 if test "$no_cache" != 1; then
7571 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7572 fi
7573
7574 if test "$wxUSE_CHECKBOX" = yes; then
7575 echo "$as_me:$LINENO: result: yes" >&5
7576echo "${ECHO_T}yes" >&6
7577 else
7578 echo "$as_me:$LINENO: result: no" >&5
7579echo "${ECHO_T}no" >&6
7580 fi
7581
7582
7583 enablestring=
7584 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7585echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7586 no_cache=0
7587 # Check whether --enable-checklst or --disable-checklst was given.
7588if test "${enable_checklst+set}" = set; then
7589 enableval="$enable_checklst"
7590
7591 if test "$enableval" = yes; then
7592 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7593 else
7594 ac_cv_use_checklst='wxUSE_CHECKLST=no'
7595 fi
7596
7597else
7598
7599 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7600 if test "x$LINE" != x ; then
7601 eval "DEFAULT_$LINE"
7602 else
7603 no_cache=1
7604 fi
7605
7606 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7607
7608fi;
7609
7610 eval "$ac_cv_use_checklst"
7611 if test "$no_cache" != 1; then
7612 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7613 fi
7614
7615 if test "$wxUSE_CHECKLST" = yes; then
7616 echo "$as_me:$LINENO: result: yes" >&5
7617echo "${ECHO_T}yes" >&6
7618 else
7619 echo "$as_me:$LINENO: result: no" >&5
7620echo "${ECHO_T}no" >&6
7621 fi
7622
7623
7624 enablestring=
7625 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7626echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7627 no_cache=0
7628 # Check whether --enable-choice or --disable-choice was given.
7629if test "${enable_choice+set}" = set; then
7630 enableval="$enable_choice"
7631
7632 if test "$enableval" = yes; then
7633 ac_cv_use_choice='wxUSE_CHOICE=yes'
7634 else
7635 ac_cv_use_choice='wxUSE_CHOICE=no'
7636 fi
7637
7638else
7639
7640 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7641 if test "x$LINE" != x ; then
7642 eval "DEFAULT_$LINE"
7643 else
7644 no_cache=1
7645 fi
7646
7647 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7648
7649fi;
7650
7651 eval "$ac_cv_use_choice"
7652 if test "$no_cache" != 1; then
7653 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7654 fi
7655
7656 if test "$wxUSE_CHOICE" = yes; then
7657 echo "$as_me:$LINENO: result: yes" >&5
7658echo "${ECHO_T}yes" >&6
7659 else
7660 echo "$as_me:$LINENO: result: no" >&5
7661echo "${ECHO_T}no" >&6
7662 fi
7663
7664
92bbdbcd
WS
7665 enablestring=
7666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7667echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7668 no_cache=0
7669 # Check whether --enable-choicebook or --disable-choicebook was given.
7670if test "${enable_choicebook+set}" = set; then
7671 enableval="$enable_choicebook"
7672
7673 if test "$enableval" = yes; then
7674 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7675 else
7676 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7677 fi
7678
7679else
7680
7681 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7682 if test "x$LINE" != x ; then
7683 eval "DEFAULT_$LINE"
7684 else
7685 no_cache=1
7686 fi
7687
7688 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7689
7690fi;
7691
7692 eval "$ac_cv_use_choicebook"
7693 if test "$no_cache" != 1; then
7694 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7695 fi
7696
7697 if test "$wxUSE_CHOICEBOOK" = yes; then
7698 echo "$as_me:$LINENO: result: yes" >&5
7699echo "${ECHO_T}yes" >&6
7700 else
7701 echo "$as_me:$LINENO: result: no" >&5
7702echo "${ECHO_T}no" >&6
7703 fi
7704
7705
a848cd7e
SC
7706 enablestring=
7707 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7708echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7709 no_cache=0
7710 # Check whether --enable-combobox or --disable-combobox was given.
7711if test "${enable_combobox+set}" = set; then
7712 enableval="$enable_combobox"
7713
7714 if test "$enableval" = yes; then
7715 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7716 else
7717 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7718 fi
7719
7720else
7721
7722 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7723 if test "x$LINE" != x ; then
7724 eval "DEFAULT_$LINE"
7725 else
7726 no_cache=1
7727 fi
7728
7729 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7730
7731fi;
7732
7733 eval "$ac_cv_use_combobox"
7734 if test "$no_cache" != 1; then
7735 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7736 fi
7737
7738 if test "$wxUSE_COMBOBOX" = yes; then
7739 echo "$as_me:$LINENO: result: yes" >&5
7740echo "${ECHO_T}yes" >&6
7741 else
7742 echo "$as_me:$LINENO: result: no" >&5
7743echo "${ECHO_T}no" >&6
7744 fi
7745
7746
da98e9be
VZ
7747 enablestring=
7748 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7749echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7750 no_cache=0
7751 # Check whether --enable-datepick or --disable-datepick was given.
7752if test "${enable_datepick+set}" = set; then
7753 enableval="$enable_datepick"
7754
7755 if test "$enableval" = yes; then
7756 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
7757 else
7758 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
7759 fi
7760
7761else
7762
7763 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7764 if test "x$LINE" != x ; then
7765 eval "DEFAULT_$LINE"
7766 else
7767 no_cache=1
7768 fi
7769
7770 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7771
7772fi;
7773
7774 eval "$ac_cv_use_datepick"
7775 if test "$no_cache" != 1; then
7776 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7777 fi
7778
7779 if test "$wxUSE_DATEPICKCTRL" = yes; then
7780 echo "$as_me:$LINENO: result: yes" >&5
7781echo "${ECHO_T}yes" >&6
7782 else
7783 echo "$as_me:$LINENO: result: no" >&5
7784echo "${ECHO_T}no" >&6
7785 fi
7786
7787
a848cd7e
SC
7788 enablestring=
7789 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7790echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7791 no_cache=0
7792 # Check whether --enable-display or --disable-display was given.
7793if test "${enable_display+set}" = set; then
7794 enableval="$enable_display"
7795
7796 if test "$enableval" = yes; then
7797 ac_cv_use_display='wxUSE_DISPLAY=yes'
7798 else
7799 ac_cv_use_display='wxUSE_DISPLAY=no'
7800 fi
7801
7802else
7803
7804 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7805 if test "x$LINE" != x ; then
7806 eval "DEFAULT_$LINE"
7807 else
7808 no_cache=1
7809 fi
7810
7811 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7812
7813fi;
7814
7815 eval "$ac_cv_use_display"
7816 if test "$no_cache" != 1; then
7817 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7818 fi
7819
7820 if test "$wxUSE_DISPLAY" = yes; then
7821 echo "$as_me:$LINENO: result: yes" >&5
7822echo "${ECHO_T}yes" >&6
7823 else
7824 echo "$as_me:$LINENO: result: no" >&5
7825echo "${ECHO_T}no" >&6
7826 fi
7827
7828
7829 enablestring=
7830 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7831echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7832 no_cache=0
7833 # Check whether --enable-gauge or --disable-gauge was given.
7834if test "${enable_gauge+set}" = set; then
7835 enableval="$enable_gauge"
7836
7837 if test "$enableval" = yes; then
7838 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7839 else
7840 ac_cv_use_gauge='wxUSE_GAUGE=no'
7841 fi
7842
7843else
7844
7845 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7846 if test "x$LINE" != x ; then
7847 eval "DEFAULT_$LINE"
7848 else
7849 no_cache=1
7850 fi
7851
7852 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7853
7854fi;
7855
7856 eval "$ac_cv_use_gauge"
7857 if test "$no_cache" != 1; then
7858 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7859 fi
7860
7861 if test "$wxUSE_GAUGE" = yes; then
7862 echo "$as_me:$LINENO: result: yes" >&5
7863echo "${ECHO_T}yes" >&6
7864 else
7865 echo "$as_me:$LINENO: result: no" >&5
7866echo "${ECHO_T}no" >&6
7867 fi
7868
7869
7870 enablestring=
7871 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7872echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7873 no_cache=0
7874 # Check whether --enable-grid or --disable-grid was given.
7875if test "${enable_grid+set}" = set; then
7876 enableval="$enable_grid"
7877
7878 if test "$enableval" = yes; then
7879 ac_cv_use_grid='wxUSE_GRID=yes'
7880 else
7881 ac_cv_use_grid='wxUSE_GRID=no'
7882 fi
7883
7884else
7885
7886 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7887 if test "x$LINE" != x ; then
7888 eval "DEFAULT_$LINE"
7889 else
7890 no_cache=1
7891 fi
7892
7893 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7894
7895fi;
7896
7897 eval "$ac_cv_use_grid"
7898 if test "$no_cache" != 1; then
7899 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7900 fi
7901
7902 if test "$wxUSE_GRID" = yes; then
7903 echo "$as_me:$LINENO: result: yes" >&5
7904echo "${ECHO_T}yes" >&6
7905 else
7906 echo "$as_me:$LINENO: result: no" >&5
7907echo "${ECHO_T}no" >&6
7908 fi
7909
7910
7911 enablestring=
7912 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7913echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7914 no_cache=0
7915 # Check whether --enable-imaglist or --disable-imaglist was given.
7916if test "${enable_imaglist+set}" = set; then
7917 enableval="$enable_imaglist"
7918
7919 if test "$enableval" = yes; then
7920 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7921 else
7922 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7923 fi
7924
7925else
7926
7927 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7928 if test "x$LINE" != x ; then
7929 eval "DEFAULT_$LINE"
7930 else
7931 no_cache=1
7932 fi
7933
7934 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7935
7936fi;
7937
7938 eval "$ac_cv_use_imaglist"
7939 if test "$no_cache" != 1; then
7940 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7941 fi
7942
7943 if test "$wxUSE_IMAGLIST" = yes; then
7944 echo "$as_me:$LINENO: result: yes" >&5
7945echo "${ECHO_T}yes" >&6
7946 else
7947 echo "$as_me:$LINENO: result: no" >&5
7948echo "${ECHO_T}no" >&6
7949 fi
7950
7951
7952 enablestring=
7953 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7954echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7955 no_cache=0
7956 # Check whether --enable-listbook or --disable-listbook was given.
7957if test "${enable_listbook+set}" = set; then
7958 enableval="$enable_listbook"
7959
7960 if test "$enableval" = yes; then
7961 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
7962 else
7963 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
7964 fi
7965
7966else
7967
7968 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7969 if test "x$LINE" != x ; then
7970 eval "DEFAULT_$LINE"
7971 else
7972 no_cache=1
7973 fi
7974
7975 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7976
7977fi;
7978
7979 eval "$ac_cv_use_listbook"
7980 if test "$no_cache" != 1; then
7981 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7982 fi
7983
7984 if test "$wxUSE_LISTBOOK" = yes; then
7985 echo "$as_me:$LINENO: result: yes" >&5
7986echo "${ECHO_T}yes" >&6
7987 else
7988 echo "$as_me:$LINENO: result: no" >&5
7989echo "${ECHO_T}no" >&6
7990 fi
7991
7992
7993 enablestring=
7994 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7995echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7996 no_cache=0
7997 # Check whether --enable-listbox or --disable-listbox was given.
7998if test "${enable_listbox+set}" = set; then
7999 enableval="$enable_listbox"
8000
8001 if test "$enableval" = yes; then
8002 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
8003 else
8004 ac_cv_use_listbox='wxUSE_LISTBOX=no'
8005 fi
8006
8007else
8008
8009 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8010 if test "x$LINE" != x ; then
8011 eval "DEFAULT_$LINE"
8012 else
8013 no_cache=1
8014 fi
8015
8016 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8017
8018fi;
8019
8020 eval "$ac_cv_use_listbox"
8021 if test "$no_cache" != 1; then
8022 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8023 fi
8024
8025 if test "$wxUSE_LISTBOX" = yes; then
8026 echo "$as_me:$LINENO: result: yes" >&5
8027echo "${ECHO_T}yes" >&6
8028 else
8029 echo "$as_me:$LINENO: result: no" >&5
8030echo "${ECHO_T}no" >&6
8031 fi
8032
8033
8034 enablestring=
8035 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8036echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8037 no_cache=0
8038 # Check whether --enable-listctrl or --disable-listctrl was given.
8039if test "${enable_listctrl+set}" = set; then
8040 enableval="$enable_listctrl"
8041
8042 if test "$enableval" = yes; then
8043 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8044 else
8045 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8046 fi
8047
8048else
8049
8050 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8051 if test "x$LINE" != x ; then
8052 eval "DEFAULT_$LINE"
8053 else
8054 no_cache=1
8055 fi
8056
8057 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8058
8059fi;
8060
8061 eval "$ac_cv_use_listctrl"
8062 if test "$no_cache" != 1; then
8063 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8064 fi
8065
8066 if test "$wxUSE_LISTCTRL" = yes; then
8067 echo "$as_me:$LINENO: result: yes" >&5
8068echo "${ECHO_T}yes" >&6
8069 else
8070 echo "$as_me:$LINENO: result: no" >&5
8071echo "${ECHO_T}no" >&6
8072 fi
8073
8074
8075 enablestring=
8076 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8077echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8078 no_cache=0
8079 # Check whether --enable-notebook or --disable-notebook was given.
8080if test "${enable_notebook+set}" = set; then
8081 enableval="$enable_notebook"
8082
8083 if test "$enableval" = yes; then
8084 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8085 else
8086 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8087 fi
8088
8089else
8090
8091 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8092 if test "x$LINE" != x ; then
8093 eval "DEFAULT_$LINE"
8094 else
8095 no_cache=1
8096 fi
8097
8098 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8099
8100fi;
8101
8102 eval "$ac_cv_use_notebook"
8103 if test "$no_cache" != 1; then
8104 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8105 fi
8106
8107 if test "$wxUSE_NOTEBOOK" = yes; then
8108 echo "$as_me:$LINENO: result: yes" >&5
8109echo "${ECHO_T}yes" >&6
8110 else
8111 echo "$as_me:$LINENO: result: no" >&5
8112echo "${ECHO_T}no" >&6
8113 fi
8114
8115
8116 enablestring=
8117 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8118echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8119 no_cache=0
8120 # Check whether --enable-radiobox or --disable-radiobox was given.
8121if test "${enable_radiobox+set}" = set; then
8122 enableval="$enable_radiobox"
8123
8124 if test "$enableval" = yes; then
8125 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8126 else
8127 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8128 fi
8129
8130else
8131
8132 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8133 if test "x$LINE" != x ; then
8134 eval "DEFAULT_$LINE"
8135 else
8136 no_cache=1
8137 fi
8138
8139 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8140
8141fi;
8142
8143 eval "$ac_cv_use_radiobox"
8144 if test "$no_cache" != 1; then
8145 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8146 fi
8147
8148 if test "$wxUSE_RADIOBOX" = yes; then
8149 echo "$as_me:$LINENO: result: yes" >&5
8150echo "${ECHO_T}yes" >&6
8151 else
8152 echo "$as_me:$LINENO: result: no" >&5
8153echo "${ECHO_T}no" >&6
8154 fi
8155
8156
8157 enablestring=
8158 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8159echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8160 no_cache=0
8161 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8162if test "${enable_radiobtn+set}" = set; then
8163 enableval="$enable_radiobtn"
8164
8165 if test "$enableval" = yes; then
8166 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8167 else
8168 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8169 fi
8170
8171else
8172
8173 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8174 if test "x$LINE" != x ; then
8175 eval "DEFAULT_$LINE"
8176 else
8177 no_cache=1
8178 fi
8179
8180 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8181
8182fi;
8183
8184 eval "$ac_cv_use_radiobtn"
8185 if test "$no_cache" != 1; then
8186 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8187 fi
8188
8189 if test "$wxUSE_RADIOBTN" = yes; then
8190 echo "$as_me:$LINENO: result: yes" >&5
8191echo "${ECHO_T}yes" >&6
8192 else
8193 echo "$as_me:$LINENO: result: no" >&5
8194echo "${ECHO_T}no" >&6
8195 fi
8196
8197
8198 enablestring=
8199 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8200echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8201 no_cache=0
8202 # Check whether --enable-sash or --disable-sash was given.
8203if test "${enable_sash+set}" = set; then
8204 enableval="$enable_sash"
8205
8206 if test "$enableval" = yes; then
8207 ac_cv_use_sash='wxUSE_SASH=yes'
8208 else
8209 ac_cv_use_sash='wxUSE_SASH=no'
8210 fi
8211
8212else
8213
8214 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8215 if test "x$LINE" != x ; then
8216 eval "DEFAULT_$LINE"
8217 else
8218 no_cache=1
8219 fi
8220
8221 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8222
8223fi;
8224
8225 eval "$ac_cv_use_sash"
8226 if test "$no_cache" != 1; then
8227 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8228 fi
8229
8230 if test "$wxUSE_SASH" = yes; then
8231 echo "$as_me:$LINENO: result: yes" >&5
8232echo "${ECHO_T}yes" >&6
8233 else
8234 echo "$as_me:$LINENO: result: no" >&5
8235echo "${ECHO_T}no" >&6
8236 fi
8237
8238
8239 enablestring=
8240 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8241echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8242 no_cache=0
8243 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8244if test "${enable_scrollbar+set}" = set; then
8245 enableval="$enable_scrollbar"
8246
8247 if test "$enableval" = yes; then
8248 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
8249 else
8250 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
8251 fi
8252
8253else
8254
8255 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8256 if test "x$LINE" != x ; then
8257 eval "DEFAULT_$LINE"
8258 else
8259 no_cache=1
8260 fi
8261
8262 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8263
8264fi;
8265
8266 eval "$ac_cv_use_scrollbar"
8267 if test "$no_cache" != 1; then
8268 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8269 fi
8270
8271 if test "$wxUSE_SCROLLBAR" = yes; then
8272 echo "$as_me:$LINENO: result: yes" >&5
8273echo "${ECHO_T}yes" >&6
8274 else
8275 echo "$as_me:$LINENO: result: no" >&5
8276echo "${ECHO_T}no" >&6
8277 fi
8278
8279
8280 enablestring=
8281 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8282echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8283 no_cache=0
8284 # Check whether --enable-slider or --disable-slider was given.
8285if test "${enable_slider+set}" = set; then
8286 enableval="$enable_slider"
8287
8288 if test "$enableval" = yes; then
8289 ac_cv_use_slider='wxUSE_SLIDER=yes'
8290 else
8291 ac_cv_use_slider='wxUSE_SLIDER=no'
8292 fi
8293
8294else
8295
8296 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8297 if test "x$LINE" != x ; then
8298 eval "DEFAULT_$LINE"
8299 else
8300 no_cache=1
8301 fi
8302
8303 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8304
8305fi;
8306
8307 eval "$ac_cv_use_slider"
8308 if test "$no_cache" != 1; then
8309 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8310 fi
8311
8312 if test "$wxUSE_SLIDER" = yes; then
8313 echo "$as_me:$LINENO: result: yes" >&5
8314echo "${ECHO_T}yes" >&6
8315 else
8316 echo "$as_me:$LINENO: result: no" >&5
8317echo "${ECHO_T}no" >&6
8318 fi
8319
8320
8321 enablestring=
8322 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8323echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8324 no_cache=0
8325 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8326if test "${enable_spinbtn+set}" = set; then
8327 enableval="$enable_spinbtn"
8328
8329 if test "$enableval" = yes; then
8330 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
8331 else
8332 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
8333 fi
8334
8335else
8336
8337 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8338 if test "x$LINE" != x ; then
8339 eval "DEFAULT_$LINE"
8340 else
8341 no_cache=1
8342 fi
8343
8344 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8345
8346fi;
8347
8348 eval "$ac_cv_use_spinbtn"
8349 if test "$no_cache" != 1; then
8350 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8351 fi
8352
8353 if test "$wxUSE_SPINBTN" = yes; then
8354 echo "$as_me:$LINENO: result: yes" >&5
8355echo "${ECHO_T}yes" >&6
8356 else
8357 echo "$as_me:$LINENO: result: no" >&5
8358echo "${ECHO_T}no" >&6
8359 fi
8360
8361
8362 enablestring=
8363 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8364echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8365 no_cache=0
8366 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8367if test "${enable_spinctrl+set}" = set; then
8368 enableval="$enable_spinctrl"
8369
8370 if test "$enableval" = yes; then
8371 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8372 else
8373 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8374 fi
8375
8376else
8377
8378 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8379 if test "x$LINE" != x ; then
8380 eval "DEFAULT_$LINE"
8381 else
8382 no_cache=1
8383 fi
8384
8385 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8386
8387fi;
8388
8389 eval "$ac_cv_use_spinctrl"
8390 if test "$no_cache" != 1; then
8391 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8392 fi
8393
8394 if test "$wxUSE_SPINCTRL" = yes; then
8395 echo "$as_me:$LINENO: result: yes" >&5
8396echo "${ECHO_T}yes" >&6
8397 else
8398 echo "$as_me:$LINENO: result: no" >&5
8399echo "${ECHO_T}no" >&6
8400 fi
8401
8402
8403 enablestring=
8404 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8405echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8406 no_cache=0
8407 # Check whether --enable-splitter or --disable-splitter was given.
8408if test "${enable_splitter+set}" = set; then
8409 enableval="$enable_splitter"
8410
8411 if test "$enableval" = yes; then
8412 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8413 else
8414 ac_cv_use_splitter='wxUSE_SPLITTER=no'
8415 fi
8416
8417else
8418
8419 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8420 if test "x$LINE" != x ; then
8421 eval "DEFAULT_$LINE"
8422 else
8423 no_cache=1
8424 fi
8425
8426 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8427
8428fi;
8429
8430 eval "$ac_cv_use_splitter"
8431 if test "$no_cache" != 1; then
8432 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8433 fi
8434
8435 if test "$wxUSE_SPLITTER" = yes; then
8436 echo "$as_me:$LINENO: result: yes" >&5
8437echo "${ECHO_T}yes" >&6
8438 else
8439 echo "$as_me:$LINENO: result: no" >&5
8440echo "${ECHO_T}no" >&6
8441 fi
8442
8443
8444 enablestring=
8445 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8446echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8447 no_cache=0
8448 # Check whether --enable-statbmp or --disable-statbmp was given.
8449if test "${enable_statbmp+set}" = set; then
8450 enableval="$enable_statbmp"
8451
8452 if test "$enableval" = yes; then
8453 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8454 else
8455 ac_cv_use_statbmp='wxUSE_STATBMP=no'
8456 fi
8457
8458else
8459
8460 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8461 if test "x$LINE" != x ; then
8462 eval "DEFAULT_$LINE"
8463 else
8464 no_cache=1
8465 fi
8466
8467 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8468
8469fi;
8470
8471 eval "$ac_cv_use_statbmp"
8472 if test "$no_cache" != 1; then
8473 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8474 fi
8475
8476 if test "$wxUSE_STATBMP" = yes; then
8477 echo "$as_me:$LINENO: result: yes" >&5
8478echo "${ECHO_T}yes" >&6
8479 else
8480 echo "$as_me:$LINENO: result: no" >&5
8481echo "${ECHO_T}no" >&6
8482 fi
8483
8484
8485 enablestring=
8486 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8487echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8488 no_cache=0
8489 # Check whether --enable-statbox or --disable-statbox was given.
8490if test "${enable_statbox+set}" = set; then
8491 enableval="$enable_statbox"
8492
8493 if test "$enableval" = yes; then
8494 ac_cv_use_statbox='wxUSE_STATBOX=yes'
8495 else
8496 ac_cv_use_statbox='wxUSE_STATBOX=no'
8497 fi
8498
8499else
8500
8501 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8502 if test "x$LINE" != x ; then
8503 eval "DEFAULT_$LINE"
8504 else
8505 no_cache=1
8506 fi
8507
8508 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8509
8510fi;
8511
8512 eval "$ac_cv_use_statbox"
8513 if test "$no_cache" != 1; then
8514 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8515 fi
8516
8517 if test "$wxUSE_STATBOX" = yes; then
8518 echo "$as_me:$LINENO: result: yes" >&5
8519echo "${ECHO_T}yes" >&6
8520 else
8521 echo "$as_me:$LINENO: result: no" >&5
8522echo "${ECHO_T}no" >&6
8523 fi
8524
8525
8526 enablestring=
8527 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8528echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8529 no_cache=0
8530 # Check whether --enable-statline or --disable-statline was given.
8531if test "${enable_statline+set}" = set; then
8532 enableval="$enable_statline"
8533
8534 if test "$enableval" = yes; then
8535 ac_cv_use_statline='wxUSE_STATLINE=yes'
8536 else
8537 ac_cv_use_statline='wxUSE_STATLINE=no'
8538 fi
8539
8540else
8541
8542 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8543 if test "x$LINE" != x ; then
8544 eval "DEFAULT_$LINE"
8545 else
8546 no_cache=1
8547 fi
8548
8549 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8550
8551fi;
8552
8553 eval "$ac_cv_use_statline"
8554 if test "$no_cache" != 1; then
8555 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8556 fi
8557
8558 if test "$wxUSE_STATLINE" = yes; then
8559 echo "$as_me:$LINENO: result: yes" >&5
8560echo "${ECHO_T}yes" >&6
8561 else
8562 echo "$as_me:$LINENO: result: no" >&5
8563echo "${ECHO_T}no" >&6
8564 fi
8565
8566
8567 enablestring=
8568 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8569echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8570 no_cache=0
8571 # Check whether --enable-stattext or --disable-stattext was given.
8572if test "${enable_stattext+set}" = set; then
8573 enableval="$enable_stattext"
8574
8575 if test "$enableval" = yes; then
8576 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8577 else
8578 ac_cv_use_stattext='wxUSE_STATTEXT=no'
8579 fi
8580
8581else
8582
8583 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8584 if test "x$LINE" != x ; then
8585 eval "DEFAULT_$LINE"
8586 else
8587 no_cache=1
8588 fi
8589
8590 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8591
8592fi;
8593
8594 eval "$ac_cv_use_stattext"
8595 if test "$no_cache" != 1; then
8596 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8597 fi
8598
8599 if test "$wxUSE_STATTEXT" = yes; then
8600 echo "$as_me:$LINENO: result: yes" >&5
8601echo "${ECHO_T}yes" >&6
8602 else
8603 echo "$as_me:$LINENO: result: no" >&5
8604echo "${ECHO_T}no" >&6
8605 fi
8606
8607
8608 enablestring=
8609 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8610echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8611 no_cache=0
8612 # Check whether --enable-statusbar or --disable-statusbar was given.
8613if test "${enable_statusbar+set}" = set; then
8614 enableval="$enable_statusbar"
8615
8616 if test "$enableval" = yes; then
8617 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8618 else
8619 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8620 fi
8621
8622else
8623
8624 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8625 if test "x$LINE" != x ; then
8626 eval "DEFAULT_$LINE"
8627 else
8628 no_cache=1
8629 fi
8630
8631 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8632
8633fi;
8634
8635 eval "$ac_cv_use_statusbar"
8636 if test "$no_cache" != 1; then
8637 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8638 fi
8639
8640 if test "$wxUSE_STATUSBAR" = yes; then
8641 echo "$as_me:$LINENO: result: yes" >&5
8642echo "${ECHO_T}yes" >&6
8643 else
8644 echo "$as_me:$LINENO: result: no" >&5
8645echo "${ECHO_T}no" >&6
8646 fi
8647
8648
8649 enablestring=
8650 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8651echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8652 no_cache=0
8653 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8654if test "${enable_tabdialog+set}" = set; then
8655 enableval="$enable_tabdialog"
8656
8657 if test "$enableval" = yes; then
8658 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8659 else
8660 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8661 fi
8662
8663else
8664
8665 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8666 if test "x$LINE" != x ; then
8667 eval "DEFAULT_$LINE"
8668 else
8669 no_cache=1
8670 fi
8671
8672 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8673
8674fi;
8675
8676 eval "$ac_cv_use_tabdialog"
8677 if test "$no_cache" != 1; then
8678 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8679 fi
8680
8681 if test "$wxUSE_TABDIALOG" = yes; then
8682 echo "$as_me:$LINENO: result: yes" >&5
8683echo "${ECHO_T}yes" >&6
8684 else
8685 echo "$as_me:$LINENO: result: no" >&5
8686echo "${ECHO_T}no" >&6
8687 fi
8688
8689
8690 enablestring=
8691 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8692echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8693 no_cache=0
8694 # Check whether --enable-textctrl or --disable-textctrl was given.
8695if test "${enable_textctrl+set}" = set; then
8696 enableval="$enable_textctrl"
8697
8698 if test "$enableval" = yes; then
8699 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8700 else
8701 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8702 fi
8703
8704else
8705
8706 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8707 if test "x$LINE" != x ; then
8708 eval "DEFAULT_$LINE"
8709 else
8710 no_cache=1
8711 fi
8712
8713 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8714
8715fi;
8716
8717 eval "$ac_cv_use_textctrl"
8718 if test "$no_cache" != 1; then
8719 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8720 fi
8721
8722 if test "$wxUSE_TEXTCTRL" = yes; then
8723 echo "$as_me:$LINENO: result: yes" >&5
8724echo "${ECHO_T}yes" >&6
8725 else
8726 echo "$as_me:$LINENO: result: no" >&5
8727echo "${ECHO_T}no" >&6
8728 fi
8729
8730
8731 enablestring=
8732 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8733echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8734 no_cache=0
8735 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8736if test "${enable_togglebtn+set}" = set; then
8737 enableval="$enable_togglebtn"
8738
8739 if test "$enableval" = yes; then
8740 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8741 else
8742 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8743 fi
8744
8745else
8746
8747 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8748 if test "x$LINE" != x ; then
8749 eval "DEFAULT_$LINE"
8750 else
8751 no_cache=1
8752 fi
8753
8754 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8755
8756fi;
8757
8758 eval "$ac_cv_use_togglebtn"
8759 if test "$no_cache" != 1; then
8760 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8761 fi
8762
8763 if test "$wxUSE_TOGGLEBTN" = yes; then
8764 echo "$as_me:$LINENO: result: yes" >&5
8765echo "${ECHO_T}yes" >&6
8766 else
8767 echo "$as_me:$LINENO: result: no" >&5
8768echo "${ECHO_T}no" >&6
8769 fi
8770
8771
8772 enablestring=
8773 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8774echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8775 no_cache=0
8776 # Check whether --enable-toolbar or --disable-toolbar was given.
8777if test "${enable_toolbar+set}" = set; then
8778 enableval="$enable_toolbar"
8779
8780 if test "$enableval" = yes; then
8781 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8782 else
8783 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8784 fi
8785
8786else
8787
8788 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8789 if test "x$LINE" != x ; then
8790 eval "DEFAULT_$LINE"
8791 else
8792 no_cache=1
8793 fi
8794
8795 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8796
8797fi;
8798
8799 eval "$ac_cv_use_toolbar"
8800 if test "$no_cache" != 1; then
8801 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8802 fi
8803
8804 if test "$wxUSE_TOOLBAR" = yes; then
8805 echo "$as_me:$LINENO: result: yes" >&5
8806echo "${ECHO_T}yes" >&6
8807 else
8808 echo "$as_me:$LINENO: result: no" >&5
8809echo "${ECHO_T}no" >&6
8810 fi
8811
8812
8813 enablestring=
8814 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8815echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8816 no_cache=0
8817 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8818if test "${enable_tbarnative+set}" = set; then
8819 enableval="$enable_tbarnative"
8820
8821 if test "$enableval" = yes; then
8822 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8823 else
8824 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8825 fi
8826
8827else
8828
8829 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8830 if test "x$LINE" != x ; then
8831 eval "DEFAULT_$LINE"
8832 else
8833 no_cache=1
8834 fi
8835
8836 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8837
8838fi;
8839
8840 eval "$ac_cv_use_tbarnative"
8841 if test "$no_cache" != 1; then
8842 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8843 fi
8844
8845 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8846 echo "$as_me:$LINENO: result: yes" >&5
8847echo "${ECHO_T}yes" >&6
8848 else
8849 echo "$as_me:$LINENO: result: no" >&5
8850echo "${ECHO_T}no" >&6
8851 fi
8852
8853
8854 enablestring=
8855 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8856echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8857 no_cache=0
8858 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8859if test "${enable_tbarsmpl+set}" = set; then
8860 enableval="$enable_tbarsmpl"
8861
8862 if test "$enableval" = yes; then
8863 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8864 else
8865 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8866 fi
8867
8868else
8869
8870 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8871 if test "x$LINE" != x ; then
8872 eval "DEFAULT_$LINE"
8873 else
8874 no_cache=1
8875 fi
8876
8877 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8878
8879fi;
8880
8881 eval "$ac_cv_use_tbarsmpl"
8882 if test "$no_cache" != 1; then
8883 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8884 fi
8885
8886 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8887 echo "$as_me:$LINENO: result: yes" >&5
8888echo "${ECHO_T}yes" >&6
8889 else
8890 echo "$as_me:$LINENO: result: no" >&5
8891echo "${ECHO_T}no" >&6
8892 fi
8893
8894
8895 enablestring=
8896 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8897echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8898 no_cache=0
8899 # Check whether --enable-treectrl or --disable-treectrl was given.
8900if test "${enable_treectrl+set}" = set; then
8901 enableval="$enable_treectrl"
8902
8903 if test "$enableval" = yes; then
8904 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8905 else
8906 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8907 fi
8908
8909else
8910
8911 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8912 if test "x$LINE" != x ; then
8913 eval "DEFAULT_$LINE"
8914 else
8915 no_cache=1
8916 fi
8917
8918 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8919
8920fi;
8921
8922 eval "$ac_cv_use_treectrl"
8923 if test "$no_cache" != 1; then
8924 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8925 fi
8926
8927 if test "$wxUSE_TREECTRL" = yes; then
8928 echo "$as_me:$LINENO: result: yes" >&5
8929echo "${ECHO_T}yes" >&6
8930 else
8931 echo "$as_me:$LINENO: result: no" >&5
8932echo "${ECHO_T}no" >&6
8933 fi
8934
8935
8936 enablestring=
8937 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8938echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8939 no_cache=0
8940 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8941if test "${enable_tipwindow+set}" = set; then
8942 enableval="$enable_tipwindow"
8943
8944 if test "$enableval" = yes; then
8945 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8946 else
8947 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8948 fi
8949
8950else
8951
8952 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8953 if test "x$LINE" != x ; then
8954 eval "DEFAULT_$LINE"
8955 else
8956 no_cache=1
8957 fi
8958
8959 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8960
8961fi;
8962
8963 eval "$ac_cv_use_tipwindow"
8964 if test "$no_cache" != 1; then
8965 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8966 fi
8967
8968 if test "$wxUSE_TIPWINDOW" = yes; then
8969 echo "$as_me:$LINENO: result: yes" >&5
8970echo "${ECHO_T}yes" >&6
8971 else
8972 echo "$as_me:$LINENO: result: no" >&5
8973echo "${ECHO_T}no" >&6
8974 fi
8975
8976
8977 enablestring=
8978 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8979echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8980 no_cache=0
8981 # Check whether --enable-popupwin or --disable-popupwin was given.
8982if test "${enable_popupwin+set}" = set; then
8983 enableval="$enable_popupwin"
8984
8985 if test "$enableval" = yes; then
8986 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8987 else
8988 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8989 fi
8990
8991else
8992
8993 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8994 if test "x$LINE" != x ; then
8995 eval "DEFAULT_$LINE"
8996 else
8997 no_cache=1
8998 fi
8999
9000 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9001
9002fi;
9003
9004 eval "$ac_cv_use_popupwin"
9005 if test "$no_cache" != 1; then
9006 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9007 fi
9008
9009 if test "$wxUSE_POPUPWIN" = yes; then
9010 echo "$as_me:$LINENO: result: yes" >&5
9011echo "${ECHO_T}yes" >&6
9012 else
9013 echo "$as_me:$LINENO: result: no" >&5
9014echo "${ECHO_T}no" >&6
9015 fi
9016
9017
9018
9019
9020 enablestring=
9021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9022echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9023 no_cache=0
9024 # Check whether --enable-commondlg or --disable-commondlg was given.
9025if test "${enable_commondlg+set}" = set; then
9026 enableval="$enable_commondlg"
9027
9028 if test "$enableval" = yes; then
9029 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9030 else
9031 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9032 fi
9033
9034else
9035
9036 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9037 if test "x$LINE" != x ; then
9038 eval "DEFAULT_$LINE"
9039 else
9040 no_cache=1
9041 fi
9042
9043 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9044
9045fi;
9046
9047 eval "$ac_cv_use_commondlg"
9048 if test "$no_cache" != 1; then
9049 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9050 fi
9051
9052 if test "$wxUSE_COMMONDLGS" = yes; then
9053 echo "$as_me:$LINENO: result: yes" >&5
9054echo "${ECHO_T}yes" >&6
9055 else
9056 echo "$as_me:$LINENO: result: no" >&5
9057echo "${ECHO_T}no" >&6
9058 fi
9059
9060
9061 enablestring=
9062 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9063echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9064 no_cache=0
9065 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9066if test "${enable_choicedlg+set}" = set; then
9067 enableval="$enable_choicedlg"
9068
9069 if test "$enableval" = yes; then
9070 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9071 else
9072 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9073 fi
9074
9075else
9076
9077 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9078 if test "x$LINE" != x ; then
9079 eval "DEFAULT_$LINE"
9080 else
9081 no_cache=1
9082 fi
9083
9084 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9085
9086fi;
9087
9088 eval "$ac_cv_use_choicedlg"
9089 if test "$no_cache" != 1; then
9090 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9091 fi
9092
9093 if test "$wxUSE_CHOICEDLG" = yes; then
9094 echo "$as_me:$LINENO: result: yes" >&5
9095echo "${ECHO_T}yes" >&6
9096 else
9097 echo "$as_me:$LINENO: result: no" >&5
9098echo "${ECHO_T}no" >&6
9099 fi
9100
9101
9102 enablestring=
9103 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9104echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9105 no_cache=0
9106 # Check whether --enable-coldlg or --disable-coldlg was given.
9107if test "${enable_coldlg+set}" = set; then
9108 enableval="$enable_coldlg"
9109
9110 if test "$enableval" = yes; then
9111 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9112 else
9113 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9114 fi
9115
9116else
9117
9118 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9119 if test "x$LINE" != x ; then
9120 eval "DEFAULT_$LINE"
9121 else
9122 no_cache=1
9123 fi
9124
9125 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9126
9127fi;
9128
9129 eval "$ac_cv_use_coldlg"
9130 if test "$no_cache" != 1; then
9131 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9132 fi
9133
9134 if test "$wxUSE_COLOURDLG" = yes; then
9135 echo "$as_me:$LINENO: result: yes" >&5
9136echo "${ECHO_T}yes" >&6
9137 else
9138 echo "$as_me:$LINENO: result: no" >&5
9139echo "${ECHO_T}no" >&6
9140 fi
9141
9142
9143 enablestring=
9144 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9145echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9146 no_cache=0
9147 # Check whether --enable-filedlg or --disable-filedlg was given.
9148if test "${enable_filedlg+set}" = set; then
9149 enableval="$enable_filedlg"
9150
9151 if test "$enableval" = yes; then
9152 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9153 else
9154 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9155 fi
9156
9157else
9158
9159 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9160 if test "x$LINE" != x ; then
9161 eval "DEFAULT_$LINE"
9162 else
9163 no_cache=1
9164 fi
9165
9166 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9167
9168fi;
9169
9170 eval "$ac_cv_use_filedlg"
9171 if test "$no_cache" != 1; then
9172 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9173 fi
9174
9175 if test "$wxUSE_FILEDLG" = yes; then
9176 echo "$as_me:$LINENO: result: yes" >&5
9177echo "${ECHO_T}yes" >&6
9178 else
9179 echo "$as_me:$LINENO: result: no" >&5
9180echo "${ECHO_T}no" >&6
9181 fi
9182
9183
9184 enablestring=
9185 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9186echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9187 no_cache=0
9188 # Check whether --enable-finddlg or --disable-finddlg was given.
9189if test "${enable_finddlg+set}" = set; then
9190 enableval="$enable_finddlg"
9191
9192 if test "$enableval" = yes; then
9193 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
9194 else
9195 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
9196 fi
9197
9198else
9199
9200 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9201 if test "x$LINE" != x ; then
9202 eval "DEFAULT_$LINE"
9203 else
9204 no_cache=1
9205 fi
9206
9207 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9208
9209fi;
9210
9211 eval "$ac_cv_use_finddlg"
9212 if test "$no_cache" != 1; then
9213 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9214 fi
9215
9216 if test "$wxUSE_FINDREPLDLG" = yes; then
9217 echo "$as_me:$LINENO: result: yes" >&5
9218echo "${ECHO_T}yes" >&6
9219 else
9220 echo "$as_me:$LINENO: result: no" >&5
9221echo "${ECHO_T}no" >&6
9222 fi
9223
9224
9225 enablestring=
9226 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9227echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9228 no_cache=0
9229 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9230if test "${enable_fontdlg+set}" = set; then
9231 enableval="$enable_fontdlg"
9232
9233 if test "$enableval" = yes; then
9234 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
9235 else
9236 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
9237 fi
9238
9239else
9240
9241 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9242 if test "x$LINE" != x ; then
9243 eval "DEFAULT_$LINE"
9244 else
9245 no_cache=1
9246 fi
9247
9248 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9249
9250fi;
9251
9252 eval "$ac_cv_use_fontdlg"
9253 if test "$no_cache" != 1; then
9254 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9255 fi
9256
9257 if test "$wxUSE_FONTDLG" = yes; then
9258 echo "$as_me:$LINENO: result: yes" >&5
9259echo "${ECHO_T}yes" >&6
9260 else
9261 echo "$as_me:$LINENO: result: no" >&5
9262echo "${ECHO_T}no" >&6
9263 fi
9264
9265
9266 enablestring=
9267 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9268echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9269 no_cache=0
9270 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9271if test "${enable_dirdlg+set}" = set; then
9272 enableval="$enable_dirdlg"
9273
9274 if test "$enableval" = yes; then
9275 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
9276 else
9277 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
9278 fi
9279
9280else
9281
9282 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9283 if test "x$LINE" != x ; then
9284 eval "DEFAULT_$LINE"
9285 else
9286 no_cache=1
9287 fi
9288
9289 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9290
9291fi;
9292
9293 eval "$ac_cv_use_dirdlg"
9294 if test "$no_cache" != 1; then
9295 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9296 fi
9297
9298 if test "$wxUSE_DIRDLG" = yes; then
9299 echo "$as_me:$LINENO: result: yes" >&5
9300echo "${ECHO_T}yes" >&6
9301 else
9302 echo "$as_me:$LINENO: result: no" >&5
9303echo "${ECHO_T}no" >&6
9304 fi
9305
9306
9307 enablestring=
9308 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9309echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9310 no_cache=0
9311 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9312if test "${enable_msgdlg+set}" = set; then
9313 enableval="$enable_msgdlg"
9314
9315 if test "$enableval" = yes; then
9316 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
9317 else
9318 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
9319 fi
9320
9321else
9322
9323 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9324 if test "x$LINE" != x ; then
9325 eval "DEFAULT_$LINE"
9326 else
9327 no_cache=1
9328 fi
9329
9330 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9331
9332fi;
9333
9334 eval "$ac_cv_use_msgdlg"
9335 if test "$no_cache" != 1; then
9336 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9337 fi
9338
9339 if test "$wxUSE_MSGDLG" = yes; then
9340 echo "$as_me:$LINENO: result: yes" >&5
9341echo "${ECHO_T}yes" >&6
9342 else
9343 echo "$as_me:$LINENO: result: no" >&5
9344echo "${ECHO_T}no" >&6
9345 fi
9346
9347
9348 enablestring=
9349 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9350echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9351 no_cache=0
9352 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9353if test "${enable_numberdlg+set}" = set; then
9354 enableval="$enable_numberdlg"
9355
9356 if test "$enableval" = yes; then
9357 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
9358 else
9359 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9360 fi
9361
9362else
9363
9364 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9365 if test "x$LINE" != x ; then
9366 eval "DEFAULT_$LINE"
9367 else
9368 no_cache=1
9369 fi
9370
9371 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9372
9373fi;
9374
9375 eval "$ac_cv_use_numberdlg"
9376 if test "$no_cache" != 1; then
9377 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9378 fi
9379
9380 if test "$wxUSE_NUMBERDLG" = yes; then
9381 echo "$as_me:$LINENO: result: yes" >&5
9382echo "${ECHO_T}yes" >&6
9383 else
9384 echo "$as_me:$LINENO: result: no" >&5
9385echo "${ECHO_T}no" >&6
9386 fi
9387
9388
9389 enablestring=
9390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9391echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9392 no_cache=0
9393 # Check whether --enable-splash or --disable-splash was given.
9394if test "${enable_splash+set}" = set; then
9395 enableval="$enable_splash"
9396
9397 if test "$enableval" = yes; then
9398 ac_cv_use_splash='wxUSE_SPLASH=yes'
9399 else
9400 ac_cv_use_splash='wxUSE_SPLASH=no'
9401 fi
9402
9403else
9404
9405 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9406 if test "x$LINE" != x ; then
9407 eval "DEFAULT_$LINE"
9408 else
9409 no_cache=1
9410 fi
9411
9412 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9413
9414fi;
9415
9416 eval "$ac_cv_use_splash"
9417 if test "$no_cache" != 1; then
9418 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9419 fi
9420
9421 if test "$wxUSE_SPLASH" = yes; then
9422 echo "$as_me:$LINENO: result: yes" >&5
9423echo "${ECHO_T}yes" >&6
9424 else
9425 echo "$as_me:$LINENO: result: no" >&5
9426echo "${ECHO_T}no" >&6
9427 fi
9428
9429
9430 enablestring=
9431 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9432echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9433 no_cache=0
9434 # Check whether --enable-textdlg or --disable-textdlg was given.
9435if test "${enable_textdlg+set}" = set; then
9436 enableval="$enable_textdlg"
9437
9438 if test "$enableval" = yes; then
9439 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9440 else
9441 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9442 fi
9443
9444else
9445
9446 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9447 if test "x$LINE" != x ; then
9448 eval "DEFAULT_$LINE"
9449 else
9450 no_cache=1
9451 fi
9452
9453 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9454
9455fi;
9456
9457 eval "$ac_cv_use_textdlg"
9458 if test "$no_cache" != 1; then
9459 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9460 fi
9461
9462 if test "$wxUSE_TEXTDLG" = yes; then
9463 echo "$as_me:$LINENO: result: yes" >&5
9464echo "${ECHO_T}yes" >&6
9465 else
9466 echo "$as_me:$LINENO: result: no" >&5
9467echo "${ECHO_T}no" >&6
9468 fi
9469
9470
9471 enablestring=
9472 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9473echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9474 no_cache=0
9475 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9476if test "${enable_tipdlg+set}" = set; then
9477 enableval="$enable_tipdlg"
9478
9479 if test "$enableval" = yes; then
9480 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9481 else
9482 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9483 fi
9484
9485else
9486
9487 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9488 if test "x$LINE" != x ; then
9489 eval "DEFAULT_$LINE"
9490 else
9491 no_cache=1
9492 fi
9493
9494 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9495
9496fi;
9497
9498 eval "$ac_cv_use_tipdlg"
9499 if test "$no_cache" != 1; then
9500 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9501 fi
9502
9503 if test "$wxUSE_STARTUP_TIPS" = yes; then
9504 echo "$as_me:$LINENO: result: yes" >&5
9505echo "${ECHO_T}yes" >&6
9506 else
9507 echo "$as_me:$LINENO: result: no" >&5
9508echo "${ECHO_T}no" >&6
9509 fi
9510
9511
9512 enablestring=
9513 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9514echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9515 no_cache=0
9516 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9517if test "${enable_progressdlg+set}" = set; then
9518 enableval="$enable_progressdlg"
9519
9520 if test "$enableval" = yes; then
9521 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9522 else
9523 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9524 fi
9525
9526else
9527
9528 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9529 if test "x$LINE" != x ; then
9530 eval "DEFAULT_$LINE"
9531 else
9532 no_cache=1
9533 fi
9534
9535 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9536
9537fi;
9538
9539 eval "$ac_cv_use_progressdlg"
9540 if test "$no_cache" != 1; then
9541 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9542 fi
9543
9544 if test "$wxUSE_PROGRESSDLG" = yes; then
9545 echo "$as_me:$LINENO: result: yes" >&5
9546echo "${ECHO_T}yes" >&6
9547 else
9548 echo "$as_me:$LINENO: result: no" >&5
9549echo "${ECHO_T}no" >&6
9550 fi
9551
9552
9553 enablestring=
9554 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9555echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9556 no_cache=0
9557 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9558if test "${enable_wizarddlg+set}" = set; then
9559 enableval="$enable_wizarddlg"
9560
9561 if test "$enableval" = yes; then
9562 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9563 else
9564 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9565 fi
9566
9567else
9568
9569 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9570 if test "x$LINE" != x ; then
9571 eval "DEFAULT_$LINE"
9572 else
9573 no_cache=1
9574 fi
9575
9576 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9577
9578fi;
9579
9580 eval "$ac_cv_use_wizarddlg"
9581 if test "$no_cache" != 1; then
9582 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9583 fi
9584
9585 if test "$wxUSE_WIZARDDLG" = yes; then
9586 echo "$as_me:$LINENO: result: yes" >&5
9587echo "${ECHO_T}yes" >&6
9588 else
9589 echo "$as_me:$LINENO: result: no" >&5
9590echo "${ECHO_T}no" >&6
9591 fi
9592
9593
9594
9595
9596 enablestring=
9597 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9598echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9599 no_cache=0
9600 # Check whether --enable-menus or --disable-menus was given.
9601if test "${enable_menus+set}" = set; then
9602 enableval="$enable_menus"
9603
9604 if test "$enableval" = yes; then
9605 ac_cv_use_menus='wxUSE_MENUS=yes'
9606 else
9607 ac_cv_use_menus='wxUSE_MENUS=no'
9608 fi
9609
9610else
9611
9612 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9613 if test "x$LINE" != x ; then
9614 eval "DEFAULT_$LINE"
9615 else
9616 no_cache=1
9617 fi
9618
9619 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9620
9621fi;
9622
9623 eval "$ac_cv_use_menus"
9624 if test "$no_cache" != 1; then
9625 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9626 fi
9627
9628 if test "$wxUSE_MENUS" = yes; then
9629 echo "$as_me:$LINENO: result: yes" >&5
9630echo "${ECHO_T}yes" >&6
9631 else
9632 echo "$as_me:$LINENO: result: no" >&5
9633echo "${ECHO_T}no" >&6
9634 fi
9635
9636
9637 enablestring=
9638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9639echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9640 no_cache=0
9641 # Check whether --enable-miniframe or --disable-miniframe was given.
9642if test "${enable_miniframe+set}" = set; then
9643 enableval="$enable_miniframe"
9644
9645 if test "$enableval" = yes; then
9646 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9647 else
9648 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9649 fi
9650
9651else
9652
9653 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9654 if test "x$LINE" != x ; then
9655 eval "DEFAULT_$LINE"
9656 else
9657 no_cache=1
9658 fi
9659
9660 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9661
9662fi;
9663
9664 eval "$ac_cv_use_miniframe"
9665 if test "$no_cache" != 1; then
9666 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9667 fi
9668
9669 if test "$wxUSE_MINIFRAME" = yes; then
9670 echo "$as_me:$LINENO: result: yes" >&5
9671echo "${ECHO_T}yes" >&6
9672 else
9673 echo "$as_me:$LINENO: result: no" >&5
9674echo "${ECHO_T}no" >&6
9675 fi
9676
9677
9678 enablestring=
9679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9680echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9681 no_cache=0
9682 # Check whether --enable-tooltips or --disable-tooltips was given.
9683if test "${enable_tooltips+set}" = set; then
9684 enableval="$enable_tooltips"
9685
9686 if test "$enableval" = yes; then
9687 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9688 else
9689 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9690 fi
9691
9692else
9693
9694 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9695 if test "x$LINE" != x ; then
9696 eval "DEFAULT_$LINE"
9697 else
9698 no_cache=1
9699 fi
9700
9701 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9702
9703fi;
9704
9705 eval "$ac_cv_use_tooltips"
9706 if test "$no_cache" != 1; then
9707 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9708 fi
9709
9710 if test "$wxUSE_TOOLTIPS" = yes; then
9711 echo "$as_me:$LINENO: result: yes" >&5
9712echo "${ECHO_T}yes" >&6
9713 else
9714 echo "$as_me:$LINENO: result: no" >&5
9715echo "${ECHO_T}no" >&6
9716 fi
9717
9718
9719 enablestring=
9720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9721echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9722 no_cache=0
9723 # Check whether --enable-splines or --disable-splines was given.
9724if test "${enable_splines+set}" = set; then
9725 enableval="$enable_splines"
9726
9727 if test "$enableval" = yes; then
9728 ac_cv_use_splines='wxUSE_SPLINES=yes'
9729 else
9730 ac_cv_use_splines='wxUSE_SPLINES=no'
9731 fi
9732
9733else
9734
9735 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9736 if test "x$LINE" != x ; then
9737 eval "DEFAULT_$LINE"
9738 else
9739 no_cache=1
9740 fi
9741
9742 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9743
9744fi;
9745
9746 eval "$ac_cv_use_splines"
9747 if test "$no_cache" != 1; then
9748 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9749 fi
9750
9751 if test "$wxUSE_SPLINES" = yes; then
9752 echo "$as_me:$LINENO: result: yes" >&5
9753echo "${ECHO_T}yes" >&6
9754 else
9755 echo "$as_me:$LINENO: result: no" >&5
9756echo "${ECHO_T}no" >&6
9757 fi
9758
9759
fbe2ca43
SN
9760 enablestring=
9761 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9762echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9763 no_cache=0
9764 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9765if test "${enable_mousewheel+set}" = set; then
9766 enableval="$enable_mousewheel"
9767
9768 if test "$enableval" = yes; then
9769 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
9770 else
9771 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
9772 fi
9773
9774else
9775
9776 LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9777 if test "x$LINE" != x ; then
9778 eval "DEFAULT_$LINE"
9779 else
9780 no_cache=1
9781 fi
9782
9783 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9784
9785fi;
9786
9787 eval "$ac_cv_use_mousewheel"
9788 if test "$no_cache" != 1; then
9789 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9790 fi
9791
9792 if test "$wxUSE_MOUSEWHEEL" = yes; then
9793 echo "$as_me:$LINENO: result: yes" >&5
9794echo "${ECHO_T}yes" >&6
9795 else
9796 echo "$as_me:$LINENO: result: no" >&5
9797echo "${ECHO_T}no" >&6
9798 fi
9799
9800
a848cd7e
SC
9801 enablestring=
9802 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9803echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9804 no_cache=0
9805 # Check whether --enable-validators or --disable-validators was given.
9806if test "${enable_validators+set}" = set; then
9807 enableval="$enable_validators"
9808
9809 if test "$enableval" = yes; then
9810 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9811 else
9812 ac_cv_use_validators='wxUSE_VALIDATORS=no'
9813 fi
9814
9815else
9816
9817 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9818 if test "x$LINE" != x ; then
9819 eval "DEFAULT_$LINE"
9820 else
9821 no_cache=1
9822 fi
9823
9824 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9825
9826fi;
9827
9828 eval "$ac_cv_use_validators"
9829 if test "$no_cache" != 1; then
9830 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9831 fi
9832
9833 if test "$wxUSE_VALIDATORS" = yes; then
9834 echo "$as_me:$LINENO: result: yes" >&5
9835echo "${ECHO_T}yes" >&6
9836 else
9837 echo "$as_me:$LINENO: result: no" >&5
9838echo "${ECHO_T}no" >&6
9839 fi
9840
9841
9842 enablestring=
9843 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9844echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9845 no_cache=0
9846 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9847if test "${enable_busyinfo+set}" = set; then
9848 enableval="$enable_busyinfo"
9849
9850 if test "$enableval" = yes; then
9851 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9852 else
9853 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9854 fi
9855
9856else
9857
9858 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9859 if test "x$LINE" != x ; then
9860 eval "DEFAULT_$LINE"
9861 else
9862 no_cache=1
9863 fi
9864
9865 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9866
9867fi;
9868
9869 eval "$ac_cv_use_busyinfo"
9870 if test "$no_cache" != 1; then
9871 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9872 fi
9873
9874 if test "$wxUSE_BUSYINFO" = yes; then
9875 echo "$as_me:$LINENO: result: yes" >&5
9876echo "${ECHO_T}yes" >&6
9877 else
9878 echo "$as_me:$LINENO: result: no" >&5
9879echo "${ECHO_T}no" >&6
9880 fi
9881
9882
9883 enablestring=
9884 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9885echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9886 no_cache=0
9887 # Check whether --enable-joystick or --disable-joystick was given.
9888if test "${enable_joystick+set}" = set; then
9889 enableval="$enable_joystick"
9890
9891 if test "$enableval" = yes; then
9892 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
9893 else
9894 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
9895 fi
9896
9897else
9898
9899 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9900 if test "x$LINE" != x ; then
9901 eval "DEFAULT_$LINE"
9902 else
9903 no_cache=1
9904 fi
9905
9906 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9907
9908fi;
9909
9910 eval "$ac_cv_use_joystick"
9911 if test "$no_cache" != 1; then
9912 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9913 fi
9914
9915 if test "$wxUSE_JOYSTICK" = yes; then
9916 echo "$as_me:$LINENO: result: yes" >&5
9917echo "${ECHO_T}yes" >&6
9918 else
9919 echo "$as_me:$LINENO: result: no" >&5
9920echo "${ECHO_T}no" >&6
9921 fi
9922
9923
9924 enablestring=
9925 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9926echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9927 no_cache=0
9928 # Check whether --enable-metafile or --disable-metafile was given.
9929if test "${enable_metafile+set}" = set; then
9930 enableval="$enable_metafile"
9931
9932 if test "$enableval" = yes; then
9933 ac_cv_use_metafile='wxUSE_METAFILE=yes'
9934 else
9935 ac_cv_use_metafile='wxUSE_METAFILE=no'
9936 fi
9937
9938else
9939
9940 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9941 if test "x$LINE" != x ; then
9942 eval "DEFAULT_$LINE"
9943 else
9944 no_cache=1
9945 fi
9946
9947 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9948
9949fi;
9950
9951 eval "$ac_cv_use_metafile"
9952 if test "$no_cache" != 1; then
9953 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9954 fi
9955
9956 if test "$wxUSE_METAFILE" = yes; then
9957 echo "$as_me:$LINENO: result: yes" >&5
9958echo "${ECHO_T}yes" >&6
9959 else
9960 echo "$as_me:$LINENO: result: no" >&5
9961echo "${ECHO_T}no" >&6
9962 fi
9963
9964
9965 enablestring=
9966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9967echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9968 no_cache=0
9969 # Check whether --enable-dragimage or --disable-dragimage was given.
9970if test "${enable_dragimage+set}" = set; then
9971 enableval="$enable_dragimage"
9972
9973 if test "$enableval" = yes; then
9974 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9975 else
9976 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9977 fi
9978
9979else
9980
9981 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9982 if test "x$LINE" != x ; then
9983 eval "DEFAULT_$LINE"
9984 else
9985 no_cache=1
9986 fi
9987
9988 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9989
9990fi;
9991
9992 eval "$ac_cv_use_dragimage"
9993 if test "$no_cache" != 1; then
9994 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9995 fi
9996
9997 if test "$wxUSE_DRAGIMAGE" = yes; then
9998 echo "$as_me:$LINENO: result: yes" >&5
9999echo "${ECHO_T}yes" >&6
10000 else
10001 echo "$as_me:$LINENO: result: no" >&5
10002echo "${ECHO_T}no" >&6
10003 fi
10004
10005
10006 enablestring=
10007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10008echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10009 no_cache=0
10010 # Check whether --enable-accessibility or --disable-accessibility was given.
10011if test "${enable_accessibility+set}" = set; then
10012 enableval="$enable_accessibility"
10013
10014 if test "$enableval" = yes; then
10015 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
10016 else
10017 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
10018 fi
10019
10020else
10021
10022 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10023 if test "x$LINE" != x ; then
10024 eval "DEFAULT_$LINE"
10025 else
10026 no_cache=1
10027 fi
10028
10029 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10030
10031fi;
10032
10033 eval "$ac_cv_use_accessibility"
10034 if test "$no_cache" != 1; then
10035 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10036 fi
10037
10038 if test "$wxUSE_ACCESSIBILITY" = yes; then
10039 echo "$as_me:$LINENO: result: yes" >&5
10040echo "${ECHO_T}yes" >&6
10041 else
10042 echo "$as_me:$LINENO: result: no" >&5
10043echo "${ECHO_T}no" >&6
10044 fi
10045
10046
10047
10048
10049 enablestring=
10050 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10051echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10052 no_cache=0
10053 # Check whether --enable-palette or --disable-palette was given.
10054if test "${enable_palette+set}" = set; then
10055 enableval="$enable_palette"
10056
10057 if test "$enableval" = yes; then
10058 ac_cv_use_palette='wxUSE_PALETTE=yes'
10059 else
10060 ac_cv_use_palette='wxUSE_PALETTE=no'
10061 fi
10062
10063else
10064
10065 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10066 if test "x$LINE" != x ; then
10067 eval "DEFAULT_$LINE"
10068 else
10069 no_cache=1
10070 fi
10071
10072 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10073
10074fi;
10075
10076 eval "$ac_cv_use_palette"
10077 if test "$no_cache" != 1; then
10078 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10079 fi
10080
10081 if test "$wxUSE_PALETTE" = yes; then
10082 echo "$as_me:$LINENO: result: yes" >&5
10083echo "${ECHO_T}yes" >&6
10084 else
10085 echo "$as_me:$LINENO: result: no" >&5
10086echo "${ECHO_T}no" >&6
10087 fi
10088
10089
10090 enablestring=
10091 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10092echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10093 no_cache=0
10094 # Check whether --enable-image or --disable-image was given.
10095if test "${enable_image+set}" = set; then
10096 enableval="$enable_image"
10097
10098 if test "$enableval" = yes; then
10099 ac_cv_use_image='wxUSE_IMAGE=yes'
10100 else
10101 ac_cv_use_image='wxUSE_IMAGE=no'
10102 fi
10103
10104else
10105
10106 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10107 if test "x$LINE" != x ; then
10108 eval "DEFAULT_$LINE"
10109 else
10110 no_cache=1
10111 fi
10112
10113 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10114
10115fi;
10116
10117 eval "$ac_cv_use_image"
10118 if test "$no_cache" != 1; then
10119 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10120 fi
10121
10122 if test "$wxUSE_IMAGE" = yes; then
10123 echo "$as_me:$LINENO: result: yes" >&5
10124echo "${ECHO_T}yes" >&6
10125 else
10126 echo "$as_me:$LINENO: result: no" >&5
10127echo "${ECHO_T}no" >&6
10128 fi
10129
10130
10131 enablestring=
10132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10133echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10134 no_cache=0
10135 # Check whether --enable-gif or --disable-gif was given.
10136if test "${enable_gif+set}" = set; then
10137 enableval="$enable_gif"
10138
10139 if test "$enableval" = yes; then
10140 ac_cv_use_gif='wxUSE_GIF=yes'
10141 else
10142 ac_cv_use_gif='wxUSE_GIF=no'
10143 fi
10144
10145else
10146
10147 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10148 if test "x$LINE" != x ; then
10149 eval "DEFAULT_$LINE"
10150 else
10151 no_cache=1
10152 fi
10153
10154 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10155
10156fi;
10157
10158 eval "$ac_cv_use_gif"
10159 if test "$no_cache" != 1; then
10160 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10161 fi
10162
10163 if test "$wxUSE_GIF" = yes; then
10164 echo "$as_me:$LINENO: result: yes" >&5
10165echo "${ECHO_T}yes" >&6
10166 else
10167 echo "$as_me:$LINENO: result: no" >&5
10168echo "${ECHO_T}no" >&6
10169 fi
10170
10171
10172 enablestring=
10173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10174echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10175 no_cache=0
10176 # Check whether --enable-pcx or --disable-pcx was given.
10177if test "${enable_pcx+set}" = set; then
10178 enableval="$enable_pcx"
10179
10180 if test "$enableval" = yes; then
10181 ac_cv_use_pcx='wxUSE_PCX=yes'
10182 else
10183 ac_cv_use_pcx='wxUSE_PCX=no'
10184 fi
10185
10186else
10187
10188 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10189 if test "x$LINE" != x ; then
10190 eval "DEFAULT_$LINE"
10191 else
10192 no_cache=1
10193 fi
10194
10195 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10196
10197fi;
10198
10199 eval "$ac_cv_use_pcx"
10200 if test "$no_cache" != 1; then
10201 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10202 fi
10203
10204 if test "$wxUSE_PCX" = yes; then
10205 echo "$as_me:$LINENO: result: yes" >&5
10206echo "${ECHO_T}yes" >&6
10207 else
10208 echo "$as_me:$LINENO: result: no" >&5
10209echo "${ECHO_T}no" >&6
10210 fi
10211
10212
10213 enablestring=
10214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10215echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10216 no_cache=0
10217 # Check whether --enable-iff or --disable-iff was given.
10218if test "${enable_iff+set}" = set; then
10219 enableval="$enable_iff"
10220
10221 if test "$enableval" = yes; then
10222 ac_cv_use_iff='wxUSE_IFF=yes'
10223 else
10224 ac_cv_use_iff='wxUSE_IFF=no'
10225 fi
10226
10227else
10228
10229 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10230 if test "x$LINE" != x ; then
10231 eval "DEFAULT_$LINE"
10232 else
10233 no_cache=1
10234 fi
10235
10236 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10237
10238fi;
10239
10240 eval "$ac_cv_use_iff"
10241 if test "$no_cache" != 1; then
10242 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10243 fi
10244
10245 if test "$wxUSE_IFF" = yes; then
10246 echo "$as_me:$LINENO: result: yes" >&5
10247echo "${ECHO_T}yes" >&6
10248 else
10249 echo "$as_me:$LINENO: result: no" >&5
10250echo "${ECHO_T}no" >&6
10251 fi
10252
10253
10254 enablestring=
10255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10256echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10257 no_cache=0
10258 # Check whether --enable-pnm or --disable-pnm was given.
10259if test "${enable_pnm+set}" = set; then
10260 enableval="$enable_pnm"
10261
10262 if test "$enableval" = yes; then
10263 ac_cv_use_pnm='wxUSE_PNM=yes'
10264 else
10265 ac_cv_use_pnm='wxUSE_PNM=no'
10266 fi
10267
10268else
10269
10270 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10271 if test "x$LINE" != x ; then
10272 eval "DEFAULT_$LINE"
10273 else
10274 no_cache=1
10275 fi
10276
10277 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10278
10279fi;
10280
10281 eval "$ac_cv_use_pnm"
10282 if test "$no_cache" != 1; then
10283 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10284 fi
10285
10286 if test "$wxUSE_PNM" = yes; then
10287 echo "$as_me:$LINENO: result: yes" >&5
10288echo "${ECHO_T}yes" >&6
10289 else
10290 echo "$as_me:$LINENO: result: no" >&5
10291echo "${ECHO_T}no" >&6
10292 fi
10293
10294
10295 enablestring=
10296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10297echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10298 no_cache=0
10299 # Check whether --enable-xpm or --disable-xpm was given.
10300if test "${enable_xpm+set}" = set; then
10301 enableval="$enable_xpm"
10302
10303 if test "$enableval" = yes; then
10304 ac_cv_use_xpm='wxUSE_XPM=yes'
10305 else
10306 ac_cv_use_xpm='wxUSE_XPM=no'
10307 fi
10308
10309else
10310
10311 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10312 if test "x$LINE" != x ; then
10313 eval "DEFAULT_$LINE"
10314 else
10315 no_cache=1
10316 fi
10317
10318 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10319
10320fi;
10321
10322 eval "$ac_cv_use_xpm"
10323 if test "$no_cache" != 1; then
10324 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10325 fi
10326
10327 if test "$wxUSE_XPM" = yes; then
10328 echo "$as_me:$LINENO: result: yes" >&5
10329echo "${ECHO_T}yes" >&6
10330 else
10331 echo "$as_me:$LINENO: result: no" >&5
10332echo "${ECHO_T}no" >&6
10333 fi
10334
10335
10336 enablestring=
10337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10338echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10339 no_cache=0
10340 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10341if test "${enable_ico_cur+set}" = set; then
10342 enableval="$enable_ico_cur"
10343
10344 if test "$enableval" = yes; then
10345 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10346 else
10347 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10348 fi
10349
10350else
10351
10352 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10353 if test "x$LINE" != x ; then
10354 eval "DEFAULT_$LINE"
10355 else
10356 no_cache=1
10357 fi
10358
10359 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10360
10361fi;
10362
10363 eval "$ac_cv_use_ico_cur"
10364 if test "$no_cache" != 1; then
10365 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10366 fi
10367
10368 if test "$wxUSE_ICO_CUR" = yes; then
10369 echo "$as_me:$LINENO: result: yes" >&5
10370echo "${ECHO_T}yes" >&6
10371 else
10372 echo "$as_me:$LINENO: result: no" >&5
10373echo "${ECHO_T}no" >&6
10374 fi
10375
10376
10377fi
10378
10379
10380
ceec2216
RL
10381# Check whether --with-flavour or --without-flavour was given.
10382if test "${with_flavour+set}" = set; then
10383 withval="$with_flavour"
10384 WX_FLAVOUR="$withval"
10385fi;
10386
10387
10388
a848cd7e
SC
10389 enablestring=
10390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10391echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10392 no_cache=0
10393 # Check whether --enable-official_build or --disable-official_build was given.
10394if test "${enable_official_build+set}" = set; then
10395 enableval="$enable_official_build"
10396
10397 if test "$enableval" = yes; then
10398 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10399 else
10400 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10401 fi
10402
10403else
10404
10405 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10406 if test "x$LINE" != x ; then
10407 eval "DEFAULT_$LINE"
10408 else
10409 no_cache=1
10410 fi
10411
10412 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10413
10414fi;
10415
10416 eval "$ac_cv_use_official_build"
10417 if test "$no_cache" != 1; then
10418 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10419 fi
10420
10421 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10422 echo "$as_me:$LINENO: result: yes" >&5
10423echo "${ECHO_T}yes" >&6
10424 else
10425 echo "$as_me:$LINENO: result: no" >&5
10426echo "${ECHO_T}no" >&6
10427 fi
10428
10429# Check whether --enable-vendor or --disable-vendor was given.
10430if test "${enable_vendor+set}" = set; then
10431 enableval="$enable_vendor"
10432 VENDOR="$enableval"
10433fi;
10434if test "x$VENDOR" = "x"; then
10435 VENDOR="custom"
10436fi
10437
a848cd7e
SC
10438
10439
10440
10441 echo "saving argument cache $wx_arg_cache_file"
10442 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10443
10444
10445
10446echo "$as_me:$LINENO: checking for toolkit" >&5
10447echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10448
10449# In Wine, we need to default to MSW, not GTK or MOTIF
10450if test "$wxUSE_WINE" = "yes"; then
10451 DEFAULT_DEFAULT_wxUSE_GTK=0
10452 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10453 DEFAULT_DEFAULT_wxUSE_MSW=1
10454 wxUSE_SHARED=no
10455fi
10456
f597b41c 10457
a848cd7e
SC
10458if test "$wxUSE_GUI" = "yes"; then
10459
10460 if test "$USE_BEOS" = 1; then
10461 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10462echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10463 { (exit 1); exit 1; }; }
10464 fi
10465
10466 if test "$TOOLKIT_GIVEN" = 1; then
10467 for toolkit in `echo $ALL_TOOLKITS`; do
10468 var=wxUSE_$toolkit
10469 eval "value=\$${var}"
f34ca037
MW
10470 if test "x$value" = "xno"; then
10471 eval "$var=0"
10472 elif test "x$value" != "x"; then
10473 eval "$var=1"
10474 fi
10475
10476 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10477 eval "wx${toolkit}_VERSION=$value"
10478 fi
a848cd7e
SC
10479 done
10480 else
10481 for toolkit in `echo $ALL_TOOLKITS`; do
10482 if test "$has_toolkit_in_cache" != 1; then
10483 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10484 else
10485 var=DEFAULT_wxUSE_$toolkit
f34ca037
MW
10486
10487 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10488 if test "x$version" != "x"; then
10489 eval "wx${toolkit}_VERSION=$version"
10490 fi
a848cd7e
SC
10491 fi
10492 eval "wxUSE_$toolkit=\$${var}"
10493 done
10494 fi
10495
10496 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10497 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10498 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10499
10500 case "${host}" in
10501 *-pc-os2_emx | *-pc-os2-emx )
10502 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10503 esac
10504
10505 case "$NUM_TOOLKITS" in
10506 1)
10507 ;;
10508 0)
10509 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10510echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10511 { (exit 1); exit 1; }; }
10512 ;;
10513 *)
10514 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10515echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10516 { (exit 1); exit 1; }; }
10517 esac
10518
f34ca037
MW
10519 # to be removed when --disable-gtk2 isn't needed
10520 if test "x$wxUSE_GTK2" = "xyes"; then
10521 wxGTK_VERSION=2
10522 elif test "x$wxUSE_GTK2" = "xno"; then
10523 wxGTK_VERSION=1
10524 fi
10525
a848cd7e
SC
10526 for toolkit in `echo $ALL_TOOLKITS`; do
10527 var=wxUSE_$toolkit
10528 eval "value=\$${var}"
10529 if test "x$value" != x; then
10530 cache_var=CACHE_$toolkit
10531 eval "cache=\$${cache_var}"
10532 if test "$cache" = 1; then
10533 echo "$var=$value" >> ${wx_arg_cache_file}
f34ca037
MW
10534 eval "version=\$wx${toolkit}_VERSION"
10535 if test "x$version" != "x"; then
10536 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10537 fi
a848cd7e
SC
10538 fi
10539 if test "$value" = 1; then
10540 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10541 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10542echo "${ECHO_T}$toolkit_echo" >&6
10543 fi
10544 fi
10545 done
10546else
10547 if test "x$host_alias" != "x"; then
10548 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10549echo "${ECHO_T}base ($host_alias hosted) only" >&6
10550 else
10551 echo "$as_me:$LINENO: result: base only" >&5
10552echo "${ECHO_T}base only" >&6
10553 fi
10554fi
10555
10556wants_win32=0
10557doesnt_want_win32=0
10558case "${host}" in
10559 *-*-cygwin*)
10560 if test "$wxUSE_MSW" = 1 ; then
10561 wants_win32=1
7275146d 10562 BAKEFILE_FORCE_PLATFORM=win32
a848cd7e
SC
10563 else
10564 doesnt_want_win32=1
10565 fi
10566 ;;
10567 *-*-mingw*)
10568 wants_win32=1
10569 ;;
10570esac
10571
10572if test "$wxUSE_WINE" = "yes"; then
10573 wants_win32=1
10574 CC=winegcc
10575 CXX=wineg++
10576 RESCOMP=wrc
10577 LDFLAGS_GUI="-mwindows"
10578fi
10579
10580if test "$wants_win32" = 1 ; then
10581 USE_UNIX=0
10582 USE_WIN32=1
10583 cat >>confdefs.h <<\_ACEOF
10584#define __WIN32__ 1
10585_ACEOF
10586
10587 cat >>confdefs.h <<\_ACEOF
10588#define __WIN95__ 1
10589_ACEOF
10590
10591 cat >>confdefs.h <<\_ACEOF
10592#define __WINDOWS__ 1
10593_ACEOF
10594
10595 cat >>confdefs.h <<\_ACEOF
10596#define __GNUWIN32__ 1
10597_ACEOF
10598
10599 cat >>confdefs.h <<\_ACEOF
10600#define STRICT 1
10601_ACEOF
10602
10603 cat >>confdefs.h <<\_ACEOF
10604#define WINVER 0x0400
10605_ACEOF
10606
10607fi
10608if test "$doesnt_want_win32" = 1 ; then
10609 USE_UNIX=1
10610 USE_WIN32=0
10611fi
10612
10613if test "$USE_UNIX" = 1 ; then
10614 wxUSE_UNIX=yes
10615 cat >>confdefs.h <<\_ACEOF
10616#define __UNIX__ 1
10617_ACEOF
10618
10619fi
10620
10621
10622cat >confcache <<\_ACEOF
10623# This file is a shell script that caches the results of configure
10624# tests run on this system so they can be shared between configure
10625# scripts and configure runs, see configure's option --config-cache.
10626# It is not useful on other systems. If it contains results you don't
10627# want to keep, you may remove or edit it.
10628#
10629# config.status only pays attention to the cache file if you give it
10630# the --recheck option to rerun configure.
10631#
10632# `ac_cv_env_foo' variables (set or unset) will be overridden when
10633# loading this file, other *unset* `ac_cv_foo' will be assigned the
10634# following values.
10635
10636_ACEOF
10637
10638# The following way of writing the cache mishandles newlines in values,
10639# but we know of no workaround that is simple, portable, and efficient.
10640# So, don't put newlines in cache variables' values.
10641# Ultrix sh set writes to stderr and can't be redirected directly,
10642# and sets the high bit in the cache file unless we assign to the vars.
10643{
10644 (set) 2>&1 |
10645 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10646 *ac_space=\ *)
10647 # `set' does not quote correctly, so add quotes (double-quote
10648 # substitution turns \\\\ into \\, and sed turns \\ into \).
10649 sed -n \
ac1cb8d3
VS
10650 "s/'/'\\\\''/g;
10651 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
10652 ;;
10653 *)
10654 # `set' quotes correctly as required by POSIX, so do not add quotes.
10655 sed -n \
ac1cb8d3 10656 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
10657 ;;
10658 esac;
10659} |
10660 sed '
10661 t clear
10662 : clear
10663 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10664 t end
10665 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10666 : end' >>confcache
10667if diff $cache_file confcache >/dev/null 2>&1; then :; else
10668 if test -w $cache_file; then
10669 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10670 cat confcache >$cache_file
10671 else
10672 echo "not updating unwritable cache $cache_file"
10673 fi
10674fi
10675rm -f confcache
10676
10677if test "$build" != "$host" ; then
1e9e8aba 10678 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then
a848cd7e
SC
10679 CC=$host_alias-gcc
10680 CXX=$host_alias-c++
10681 AR=$host_alias-ar
10682 RANLIB=$host_alias-ranlib
10683 DLLTOOL=$host_alias-dlltool
10684 RESCOMP=$host_alias-windres
a848cd7e 10685 STRIP=$host_alias-strip
1e9e8aba
DE
10686 elif test "x$CC" '!=' "x"; then
10687 echo "You set CC, I assume you know what you are doing."
a848cd7e
SC
10688 else
10689 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10690echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10691 { (exit 1); exit 1; }; }
10692 fi
10693fi
10694
10695CFLAGS=${CFLAGS:=}
6dcfc289
DE
10696
10697
10698 ac_ext=c
a848cd7e
SC
10699ac_cpp='$CPP $CPPFLAGS'
10700ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10701ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10702ac_compiler_gnu=$ac_cv_c_compiler_gnu
10703if test -n "$ac_tool_prefix"; then
10704 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10705set dummy ${ac_tool_prefix}gcc; ac_word=$2
10706echo "$as_me:$LINENO: checking for $ac_word" >&5
10707echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10708if test "${ac_cv_prog_CC+set}" = set; then
10709 echo $ECHO_N "(cached) $ECHO_C" >&6
10710else
10711 if test -n "$CC"; then
10712 ac_cv_prog_CC="$CC" # Let the user override the test.
10713else
10714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10715for as_dir in $PATH
10716do
10717 IFS=$as_save_IFS
10718 test -z "$as_dir" && as_dir=.
10719 for ac_exec_ext in '' $ac_executable_extensions; do
10720 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10721 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10723 break 2
10724 fi
10725done
10726done
10727
10728fi
10729fi
10730CC=$ac_cv_prog_CC
10731if test -n "$CC"; then
10732 echo "$as_me:$LINENO: result: $CC" >&5
10733echo "${ECHO_T}$CC" >&6
10734else
10735 echo "$as_me:$LINENO: result: no" >&5
10736echo "${ECHO_T}no" >&6
10737fi
10738
10739fi
10740if test -z "$ac_cv_prog_CC"; then
10741 ac_ct_CC=$CC
10742 # Extract the first word of "gcc", so it can be a program name with args.
10743set dummy gcc; ac_word=$2
10744echo "$as_me:$LINENO: checking for $ac_word" >&5
10745echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10746if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10747 echo $ECHO_N "(cached) $ECHO_C" >&6
10748else
10749 if test -n "$ac_ct_CC"; then
10750 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10751else
10752as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10753for as_dir in $PATH
10754do
10755 IFS=$as_save_IFS
10756 test -z "$as_dir" && as_dir=.
10757 for ac_exec_ext in '' $ac_executable_extensions; do
10758 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10759 ac_cv_prog_ac_ct_CC="gcc"
10760 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10761 break 2
10762 fi
10763done
10764done
10765
10766fi
10767fi
10768ac_ct_CC=$ac_cv_prog_ac_ct_CC
10769if test -n "$ac_ct_CC"; then
10770 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10771echo "${ECHO_T}$ac_ct_CC" >&6
10772else
10773 echo "$as_me:$LINENO: result: no" >&5
10774echo "${ECHO_T}no" >&6
10775fi
10776
10777 CC=$ac_ct_CC
10778else
10779 CC="$ac_cv_prog_CC"
10780fi
10781
10782if test -z "$CC"; then
10783 if test -n "$ac_tool_prefix"; then
10784 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10785set dummy ${ac_tool_prefix}cc; ac_word=$2
10786echo "$as_me:$LINENO: checking for $ac_word" >&5
10787echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10788if test "${ac_cv_prog_CC+set}" = set; then
10789 echo $ECHO_N "(cached) $ECHO_C" >&6
10790else
10791 if test -n "$CC"; then
10792 ac_cv_prog_CC="$CC" # Let the user override the test.
10793else
10794as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10795for as_dir in $PATH
10796do
10797 IFS=$as_save_IFS
10798 test -z "$as_dir" && as_dir=.
10799 for ac_exec_ext in '' $ac_executable_extensions; do
10800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10801 ac_cv_prog_CC="${ac_tool_prefix}cc"
10802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10803 break 2
10804 fi
10805done
10806done
10807
10808fi
10809fi
10810CC=$ac_cv_prog_CC
10811if test -n "$CC"; then
10812 echo "$as_me:$LINENO: result: $CC" >&5
10813echo "${ECHO_T}$CC" >&6
10814else
10815 echo "$as_me:$LINENO: result: no" >&5
10816echo "${ECHO_T}no" >&6
10817fi
10818
10819fi
10820if test -z "$ac_cv_prog_CC"; then
10821 ac_ct_CC=$CC
10822 # Extract the first word of "cc", so it can be a program name with args.
10823set dummy cc; ac_word=$2
10824echo "$as_me:$LINENO: checking for $ac_word" >&5
10825echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10826if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10827 echo $ECHO_N "(cached) $ECHO_C" >&6
10828else
10829 if test -n "$ac_ct_CC"; then
10830 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10831else
10832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10833for as_dir in $PATH
10834do
10835 IFS=$as_save_IFS
10836 test -z "$as_dir" && as_dir=.
10837 for ac_exec_ext in '' $ac_executable_extensions; do
10838 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10839 ac_cv_prog_ac_ct_CC="cc"
10840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10841 break 2
10842 fi
10843done
10844done
10845
10846fi
10847fi
10848ac_ct_CC=$ac_cv_prog_ac_ct_CC
10849if test -n "$ac_ct_CC"; then
10850 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10851echo "${ECHO_T}$ac_ct_CC" >&6
10852else
10853 echo "$as_me:$LINENO: result: no" >&5
10854echo "${ECHO_T}no" >&6
10855fi
10856
10857 CC=$ac_ct_CC
10858else
10859 CC="$ac_cv_prog_CC"
10860fi
10861
10862fi
10863if test -z "$CC"; then
10864 # Extract the first word of "cc", so it can be a program name with args.
10865set dummy cc; ac_word=$2
10866echo "$as_me:$LINENO: checking for $ac_word" >&5
10867echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10868if test "${ac_cv_prog_CC+set}" = set; then
10869 echo $ECHO_N "(cached) $ECHO_C" >&6
10870else
10871 if test -n "$CC"; then
10872 ac_cv_prog_CC="$CC" # Let the user override the test.
10873else
10874 ac_prog_rejected=no
10875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10876for as_dir in $PATH
10877do
10878 IFS=$as_save_IFS
10879 test -z "$as_dir" && as_dir=.
10880 for ac_exec_ext in '' $ac_executable_extensions; do
10881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10882 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10883 ac_prog_rejected=yes
10884 continue
10885 fi
10886 ac_cv_prog_CC="cc"
10887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10888 break 2
10889 fi
10890done
10891done
10892
10893if test $ac_prog_rejected = yes; then
10894 # We found a bogon in the path, so make sure we never use it.
10895 set dummy $ac_cv_prog_CC
10896 shift
10897 if test $# != 0; then
10898 # We chose a different compiler from the bogus one.
10899 # However, it has the same basename, so the bogon will be chosen
10900 # first if we set CC to just the basename; use the full file name.
10901 shift
10902 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10903 fi
10904fi
10905fi
10906fi
10907CC=$ac_cv_prog_CC
10908if test -n "$CC"; then
10909 echo "$as_me:$LINENO: result: $CC" >&5
10910echo "${ECHO_T}$CC" >&6
10911else
10912 echo "$as_me:$LINENO: result: no" >&5
10913echo "${ECHO_T}no" >&6
10914fi
10915
10916fi
10917if test -z "$CC"; then
10918 if test -n "$ac_tool_prefix"; then
10919 for ac_prog in cl
10920 do
10921 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10922set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10923echo "$as_me:$LINENO: checking for $ac_word" >&5
10924echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10925if test "${ac_cv_prog_CC+set}" = set; then
10926 echo $ECHO_N "(cached) $ECHO_C" >&6
10927else
10928 if test -n "$CC"; then
10929 ac_cv_prog_CC="$CC" # Let the user override the test.
10930else
10931as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10932for as_dir in $PATH
10933do
10934 IFS=$as_save_IFS
10935 test -z "$as_dir" && as_dir=.
10936 for ac_exec_ext in '' $ac_executable_extensions; do
10937 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10938 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10939 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10940 break 2
10941 fi
10942done
10943done
10944
10945fi
10946fi
10947CC=$ac_cv_prog_CC
10948if test -n "$CC"; then
10949 echo "$as_me:$LINENO: result: $CC" >&5
10950echo "${ECHO_T}$CC" >&6
10951else
10952 echo "$as_me:$LINENO: result: no" >&5
10953echo "${ECHO_T}no" >&6
10954fi
10955
10956 test -n "$CC" && break
10957 done
10958fi
10959if test -z "$CC"; then
10960 ac_ct_CC=$CC
10961 for ac_prog in cl
10962do
10963 # Extract the first word of "$ac_prog", so it can be a program name with args.
10964set dummy $ac_prog; ac_word=$2
10965echo "$as_me:$LINENO: checking for $ac_word" >&5
10966echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10967if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10968 echo $ECHO_N "(cached) $ECHO_C" >&6
10969else
10970 if test -n "$ac_ct_CC"; then
10971 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10972else
10973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10974for as_dir in $PATH
10975do
10976 IFS=$as_save_IFS
10977 test -z "$as_dir" && as_dir=.
10978 for ac_exec_ext in '' $ac_executable_extensions; do
10979 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10980 ac_cv_prog_ac_ct_CC="$ac_prog"
10981 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10982 break 2
10983 fi
10984done
10985done
10986
10987fi
10988fi
10989ac_ct_CC=$ac_cv_prog_ac_ct_CC
10990if test -n "$ac_ct_CC"; then
10991 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10992echo "${ECHO_T}$ac_ct_CC" >&6
10993else
10994 echo "$as_me:$LINENO: result: no" >&5
10995echo "${ECHO_T}no" >&6
10996fi
10997
10998 test -n "$ac_ct_CC" && break
10999done
11000
11001 CC=$ac_ct_CC
11002fi
11003
11004fi
11005
11006
11007test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11008See \`config.log' for more details." >&5
11009echo "$as_me: error: no acceptable C compiler found in \$PATH
11010See \`config.log' for more details." >&2;}
11011 { (exit 1); exit 1; }; }
11012
11013# Provide some information about the compiler.
11014echo "$as_me:$LINENO:" \
11015 "checking for C compiler version" >&5
11016ac_compiler=`set X $ac_compile; echo $2`
11017{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11018 (eval $ac_compiler --version </dev/null >&5) 2>&5
11019 ac_status=$?
11020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11021 (exit $ac_status); }
11022{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11023 (eval $ac_compiler -v </dev/null >&5) 2>&5
11024 ac_status=$?
11025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11026 (exit $ac_status); }
11027{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11028 (eval $ac_compiler -V </dev/null >&5) 2>&5
11029 ac_status=$?
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); }
11032
11033cat >conftest.$ac_ext <<_ACEOF
11034/* confdefs.h. */
11035_ACEOF
11036cat confdefs.h >>conftest.$ac_ext
11037cat >>conftest.$ac_ext <<_ACEOF
11038/* end confdefs.h. */
11039
11040int
11041main ()
11042{
11043
11044 ;
11045 return 0;
11046}
11047_ACEOF
11048ac_clean_files_save=$ac_clean_files
11049ac_clean_files="$ac_clean_files a.out a.exe b.out"
11050# Try to create an executable without -o first, disregard a.out.
11051# It will help us diagnose broken compilers, and finding out an intuition
11052# of exeext.
ac1cb8d3
VS
11053echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11054echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
a848cd7e
SC
11055ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11056if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11057 (eval $ac_link_default) 2>&5
11058 ac_status=$?
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); }; then
11061 # Find the output, starting from the most likely. This scheme is
11062# not robust to junk in `.', hence go to wildcards (a.*) only as a last
11063# resort.
11064
11065# Be careful to initialize this variable, since it used to be cached.
11066# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11067ac_cv_exeext=
11068# b.out is created by i960 compilers.
11069for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
11070do
11071 test -f "$ac_file" || continue
11072 case $ac_file in
11073 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
ac1cb8d3 11074 ;;
a848cd7e 11075 conftest.$ac_ext )
ac1cb8d3
VS
11076 # This is the source file.
11077 ;;
a848cd7e 11078 [ab].out )
ac1cb8d3
VS
11079 # We found the default executable, but exeext='' is most
11080 # certainly right.
11081 break;;
a848cd7e 11082 *.* )
ac1cb8d3
VS
11083 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11084 # FIXME: I believe we export ac_cv_exeext for Libtool,
11085 # but it would be cool to find out if it's true. Does anybody
11086 # maintain Libtool? --akim.
11087 export ac_cv_exeext
11088 break;;
a848cd7e 11089 * )
ac1cb8d3 11090 break;;
a848cd7e
SC
11091 esac
11092done
11093else
11094 echo "$as_me: failed program was:" >&5
11095sed 's/^/| /' conftest.$ac_ext >&5
11096
11097{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
11098See \`config.log' for more details." >&5
11099echo "$as_me: error: C compiler cannot create executables
11100See \`config.log' for more details." >&2;}
11101 { (exit 77); exit 77; }; }
11102fi
11103
11104ac_exeext=$ac_cv_exeext
11105echo "$as_me:$LINENO: result: $ac_file" >&5
11106echo "${ECHO_T}$ac_file" >&6
11107
11108# Check the compiler produces executables we can run. If not, either
11109# the compiler is broken, or we cross compile.
11110echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11111echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11112# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11113# If not cross compiling, check that we can run a simple program.
11114if test "$cross_compiling" != yes; then
11115 if { ac_try='./$ac_file'
11116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11117 (eval $ac_try) 2>&5
11118 ac_status=$?
11119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11120 (exit $ac_status); }; }; then
11121 cross_compiling=no
11122 else
11123 if test "$cross_compiling" = maybe; then
11124 cross_compiling=yes
11125 else
11126 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11127If you meant to cross compile, use \`--host'.
11128See \`config.log' for more details." >&5
11129echo "$as_me: error: cannot run C compiled programs.
11130If you meant to cross compile, use \`--host'.
11131See \`config.log' for more details." >&2;}
11132 { (exit 1); exit 1; }; }
11133 fi
11134 fi
11135fi
11136echo "$as_me:$LINENO: result: yes" >&5
11137echo "${ECHO_T}yes" >&6
11138
11139rm -f a.out a.exe conftest$ac_cv_exeext b.out
11140ac_clean_files=$ac_clean_files_save
11141# Check the compiler produces executables we can run. If not, either
11142# the compiler is broken, or we cross compile.
11143echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11144echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11145echo "$as_me:$LINENO: result: $cross_compiling" >&5
11146echo "${ECHO_T}$cross_compiling" >&6
11147
11148echo "$as_me:$LINENO: checking for suffix of executables" >&5
11149echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11150if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11151 (eval $ac_link) 2>&5
11152 ac_status=$?
11153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11154 (exit $ac_status); }; then
11155 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11156# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11157# work properly (i.e., refer to `conftest.exe'), while it won't with
11158# `rm'.
11159for ac_file in conftest.exe conftest conftest.*; do
11160 test -f "$ac_file" || continue
11161 case $ac_file in
11162 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11163 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ac1cb8d3
VS
11164 export ac_cv_exeext
11165 break;;
a848cd7e
SC
11166 * ) break;;
11167 esac
11168done
11169else
11170 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11171See \`config.log' for more details." >&5
11172echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11173See \`config.log' for more details." >&2;}
11174 { (exit 1); exit 1; }; }
11175fi
11176
11177rm -f conftest$ac_cv_exeext
11178echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11179echo "${ECHO_T}$ac_cv_exeext" >&6
11180
11181rm -f conftest.$ac_ext
11182EXEEXT=$ac_cv_exeext
11183ac_exeext=$EXEEXT
11184echo "$as_me:$LINENO: checking for suffix of object files" >&5
11185echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11186if test "${ac_cv_objext+set}" = set; then
11187 echo $ECHO_N "(cached) $ECHO_C" >&6
11188else
11189 cat >conftest.$ac_ext <<_ACEOF
11190/* confdefs.h. */
11191_ACEOF
11192cat confdefs.h >>conftest.$ac_ext
11193cat >>conftest.$ac_ext <<_ACEOF
11194/* end confdefs.h. */
11195
11196int
11197main ()
11198{
11199
11200 ;
11201 return 0;
11202}
11203_ACEOF
11204rm -f conftest.o conftest.obj
11205if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11206 (eval $ac_compile) 2>&5
11207 ac_status=$?
11208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11209 (exit $ac_status); }; then
11210 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11211 case $ac_file in
11212 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11213 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11214 break;;
11215 esac
11216done
11217else
11218 echo "$as_me: failed program was:" >&5
11219sed 's/^/| /' conftest.$ac_ext >&5
11220
11221{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11222See \`config.log' for more details." >&5
11223echo "$as_me: error: cannot compute suffix of object files: cannot compile
11224See \`config.log' for more details." >&2;}
11225 { (exit 1); exit 1; }; }
11226fi
11227
11228rm -f conftest.$ac_cv_objext conftest.$ac_ext
11229fi
11230echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11231echo "${ECHO_T}$ac_cv_objext" >&6
11232OBJEXT=$ac_cv_objext
11233ac_objext=$OBJEXT
11234echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11235echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11236if test "${ac_cv_c_compiler_gnu+set}" = set; then
11237 echo $ECHO_N "(cached) $ECHO_C" >&6
11238else
11239 cat >conftest.$ac_ext <<_ACEOF
11240/* confdefs.h. */
11241_ACEOF
11242cat confdefs.h >>conftest.$ac_ext
11243cat >>conftest.$ac_ext <<_ACEOF
11244/* end confdefs.h. */
11245
11246int
11247main ()
11248{
11249#ifndef __GNUC__
11250 choke me
11251#endif
11252
11253 ;
11254 return 0;
11255}
11256_ACEOF
11257rm -f conftest.$ac_objext
11258if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11259 (eval $ac_compile) 2>conftest.er1
a848cd7e 11260 ac_status=$?
ac1cb8d3
VS
11261 grep -v '^ *+' conftest.er1 >conftest.err
11262 rm -f conftest.er1
11263 cat conftest.err >&5
a848cd7e
SC
11264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11265 (exit $ac_status); } &&
ddd14b14
RR
11266 { ac_try='test -z "$ac_c_werror_flag"
11267 || test ! -s conftest.err'
ac1cb8d3
VS
11268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11269 (eval $ac_try) 2>&5
11270 ac_status=$?
11271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11272 (exit $ac_status); }; } &&
11273 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11275 (eval $ac_try) 2>&5
11276 ac_status=$?
11277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11278 (exit $ac_status); }; }; then
11279 ac_compiler_gnu=yes
11280else
11281 echo "$as_me: failed program was:" >&5
11282sed 's/^/| /' conftest.$ac_ext >&5
11283
11284ac_compiler_gnu=no
11285fi
ac1cb8d3 11286rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11287ac_cv_c_compiler_gnu=$ac_compiler_gnu
11288
11289fi
11290echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11291echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11292GCC=`test $ac_compiler_gnu = yes && echo yes`
11293ac_test_CFLAGS=${CFLAGS+set}
11294ac_save_CFLAGS=$CFLAGS
52ada004 11295CFLAGS="-g"
a848cd7e
SC
11296echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11297echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11298if test "${ac_cv_prog_cc_g+set}" = set; then
11299 echo $ECHO_N "(cached) $ECHO_C" >&6
11300else
11301 cat >conftest.$ac_ext <<_ACEOF
11302/* confdefs.h. */
11303_ACEOF
11304cat confdefs.h >>conftest.$ac_ext
11305cat >>conftest.$ac_ext <<_ACEOF
11306/* end confdefs.h. */
11307
11308int
11309main ()
11310{
11311
11312 ;
11313 return 0;
11314}
11315_ACEOF
11316rm -f conftest.$ac_objext
11317if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11318 (eval $ac_compile) 2>conftest.er1
a848cd7e 11319 ac_status=$?
ac1cb8d3
VS
11320 grep -v '^ *+' conftest.er1 >conftest.err
11321 rm -f conftest.er1
11322 cat conftest.err >&5
a848cd7e
SC
11323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11324 (exit $ac_status); } &&
ddd14b14
RR
11325 { ac_try='test -z "$ac_c_werror_flag"
11326 || test ! -s conftest.err'
ac1cb8d3
VS
11327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11328 (eval $ac_try) 2>&5
11329 ac_status=$?
11330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11331 (exit $ac_status); }; } &&
11332 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11334 (eval $ac_try) 2>&5
11335 ac_status=$?
11336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11337 (exit $ac_status); }; }; then
11338 ac_cv_prog_cc_g=yes
11339else
11340 echo "$as_me: failed program was:" >&5
11341sed 's/^/| /' conftest.$ac_ext >&5
11342
11343ac_cv_prog_cc_g=no
11344fi
ac1cb8d3 11345rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11346fi
11347echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11348echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11349if test "$ac_test_CFLAGS" = set; then
11350 CFLAGS=$ac_save_CFLAGS
11351elif test $ac_cv_prog_cc_g = yes; then
11352 if test "$GCC" = yes; then
11353 CFLAGS="-g -O2"
11354 else
11355 CFLAGS="-g"
11356 fi
11357else
11358 if test "$GCC" = yes; then
11359 CFLAGS="-O2"
11360 else
11361 CFLAGS=
11362 fi
11363fi
11364echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11365echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11366if test "${ac_cv_prog_cc_stdc+set}" = set; then
11367 echo $ECHO_N "(cached) $ECHO_C" >&6
11368else
11369 ac_cv_prog_cc_stdc=no
11370ac_save_CC=$CC
11371cat >conftest.$ac_ext <<_ACEOF
11372/* confdefs.h. */
11373_ACEOF
11374cat confdefs.h >>conftest.$ac_ext
11375cat >>conftest.$ac_ext <<_ACEOF
11376/* end confdefs.h. */
11377#include <stdarg.h>
11378#include <stdio.h>
11379#include <sys/types.h>
11380#include <sys/stat.h>
11381/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11382struct buf { int x; };
11383FILE * (*rcsopen) (struct buf *, struct stat *, int);
11384static char *e (p, i)
11385 char **p;
11386 int i;
11387{
11388 return p[i];
11389}
11390static char *f (char * (*g) (char **, int), char **p, ...)
11391{
11392 char *s;
11393 va_list v;
11394 va_start (v,p);
11395 s = g (p, va_arg (v,int));
11396 va_end (v);
11397 return s;
11398}
ac1cb8d3
VS
11399
11400/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11401 function prototypes and stuff, but not '\xHH' hex character constants.
11402 These don't provoke an error unfortunately, instead are silently treated
11403 as 'x'. The following induces an error, until -std1 is added to get
11404 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11405 array size at least. It's necessary to write '\x00'==0 to get something
11406 that's true only with -std1. */
11407int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11408
a848cd7e
SC
11409int test (int i, double x);
11410struct s1 {int (*f) (int a);};
11411struct s2 {int (*f) (double a);};
11412int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11413int argc;
11414char **argv;
11415int
11416main ()
11417{
11418return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11419 ;
11420 return 0;
11421}
11422_ACEOF
11423# Don't try gcc -ansi; that turns off useful extensions and
11424# breaks some systems' header files.
11425# AIX -qlanglvl=ansi
11426# Ultrix and OSF/1 -std1
11427# HP-UX 10.20 and later -Ae
11428# HP-UX older versions -Aa -D_HPUX_SOURCE
11429# SVR4 -Xc -D__EXTENSIONS__
11430for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11431do
11432 CC="$ac_save_CC $ac_arg"
11433 rm -f conftest.$ac_objext
11434if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11435 (eval $ac_compile) 2>conftest.er1
a848cd7e 11436 ac_status=$?
ac1cb8d3
VS
11437 grep -v '^ *+' conftest.er1 >conftest.err
11438 rm -f conftest.er1
11439 cat conftest.err >&5
a848cd7e
SC
11440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441 (exit $ac_status); } &&
ddd14b14
RR
11442 { ac_try='test -z "$ac_c_werror_flag"
11443 || test ! -s conftest.err'
ac1cb8d3
VS
11444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11445 (eval $ac_try) 2>&5
11446 ac_status=$?
11447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11448 (exit $ac_status); }; } &&
11449 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11451 (eval $ac_try) 2>&5
11452 ac_status=$?
11453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11454 (exit $ac_status); }; }; then
11455 ac_cv_prog_cc_stdc=$ac_arg
11456break
11457else
11458 echo "$as_me: failed program was:" >&5
11459sed 's/^/| /' conftest.$ac_ext >&5
11460
11461fi
ac1cb8d3 11462rm -f conftest.err conftest.$ac_objext
a848cd7e
SC
11463done
11464rm -f conftest.$ac_ext conftest.$ac_objext
11465CC=$ac_save_CC
11466
11467fi
11468
11469case "x$ac_cv_prog_cc_stdc" in
11470 x|xno)
11471 echo "$as_me:$LINENO: result: none needed" >&5
11472echo "${ECHO_T}none needed" >&6 ;;
11473 *)
11474 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11475echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11476 CC="$CC $ac_cv_prog_cc_stdc" ;;
11477esac
11478
11479# Some people use a C++ compiler to compile C. Since we use `exit',
11480# in C++ we need to declare it. In case someone uses the same compiler
11481# for both compiling C and C++ we need to have the C++ compiler decide
11482# the declaration of exit, since it's the most demanding environment.
11483cat >conftest.$ac_ext <<_ACEOF
11484#ifndef __cplusplus
11485 choke me
11486#endif
11487_ACEOF
11488rm -f conftest.$ac_objext
11489if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11490 (eval $ac_compile) 2>conftest.er1
a848cd7e 11491 ac_status=$?
ac1cb8d3
VS
11492 grep -v '^ *+' conftest.er1 >conftest.err
11493 rm -f conftest.er1
11494 cat conftest.err >&5
a848cd7e
SC
11495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11496 (exit $ac_status); } &&
ddd14b14
RR
11497 { ac_try='test -z "$ac_c_werror_flag"
11498 || test ! -s conftest.err'
ac1cb8d3
VS
11499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11500 (eval $ac_try) 2>&5
11501 ac_status=$?
11502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11503 (exit $ac_status); }; } &&
11504 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11506 (eval $ac_try) 2>&5
11507 ac_status=$?
11508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11509 (exit $ac_status); }; }; then
11510 for ac_declaration in \
ac1cb8d3 11511 '' \
a848cd7e
SC
11512 'extern "C" void std::exit (int) throw (); using std::exit;' \
11513 'extern "C" void std::exit (int); using std::exit;' \
11514 'extern "C" void exit (int) throw ();' \
11515 'extern "C" void exit (int);' \
11516 'void exit (int);'
11517do
11518 cat >conftest.$ac_ext <<_ACEOF
11519/* confdefs.h. */
11520_ACEOF
11521cat confdefs.h >>conftest.$ac_ext
11522cat >>conftest.$ac_ext <<_ACEOF
11523/* end confdefs.h. */
de59c161 11524$ac_declaration
ac1cb8d3 11525#include <stdlib.h>
a848cd7e
SC
11526int
11527main ()
11528{
11529exit (42);
11530 ;
11531 return 0;
11532}
11533_ACEOF
11534rm -f conftest.$ac_objext
11535if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11536 (eval $ac_compile) 2>conftest.er1
a848cd7e 11537 ac_status=$?
ac1cb8d3
VS
11538 grep -v '^ *+' conftest.er1 >conftest.err
11539 rm -f conftest.er1
11540 cat conftest.err >&5
a848cd7e
SC
11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); } &&
ddd14b14
RR
11543 { ac_try='test -z "$ac_c_werror_flag"
11544 || test ! -s conftest.err'
ac1cb8d3
VS
11545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11546 (eval $ac_try) 2>&5
11547 ac_status=$?
11548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11549 (exit $ac_status); }; } &&
11550 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11552 (eval $ac_try) 2>&5
11553 ac_status=$?
11554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11555 (exit $ac_status); }; }; then
11556 :
11557else
11558 echo "$as_me: failed program was:" >&5
11559sed 's/^/| /' conftest.$ac_ext >&5
11560
11561continue
11562fi
ac1cb8d3 11563rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11564 cat >conftest.$ac_ext <<_ACEOF
11565/* confdefs.h. */
11566_ACEOF
11567cat confdefs.h >>conftest.$ac_ext
11568cat >>conftest.$ac_ext <<_ACEOF
11569/* end confdefs.h. */
11570$ac_declaration
11571int
11572main ()
11573{
11574exit (42);
11575 ;
11576 return 0;
11577}
11578_ACEOF
11579rm -f conftest.$ac_objext
11580if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11581 (eval $ac_compile) 2>conftest.er1
a848cd7e 11582 ac_status=$?
ac1cb8d3
VS
11583 grep -v '^ *+' conftest.er1 >conftest.err
11584 rm -f conftest.er1
11585 cat conftest.err >&5
a848cd7e
SC
11586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11587 (exit $ac_status); } &&
ddd14b14
RR
11588 { ac_try='test -z "$ac_c_werror_flag"
11589 || test ! -s conftest.err'
ac1cb8d3
VS
11590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11591 (eval $ac_try) 2>&5
11592 ac_status=$?
11593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11594 (exit $ac_status); }; } &&
11595 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11597 (eval $ac_try) 2>&5
11598 ac_status=$?
11599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11600 (exit $ac_status); }; }; then
11601 break
11602else
11603 echo "$as_me: failed program was:" >&5
11604sed 's/^/| /' conftest.$ac_ext >&5
11605
11606fi
ac1cb8d3 11607rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11608done
11609rm -f conftest*
11610if test -n "$ac_declaration"; then
11611 echo '#ifdef __cplusplus' >>confdefs.h
11612 echo $ac_declaration >>confdefs.h
11613 echo '#endif' >>confdefs.h
11614fi
11615
11616else
11617 echo "$as_me: failed program was:" >&5
11618sed 's/^/| /' conftest.$ac_ext >&5
11619
11620fi
ac1cb8d3 11621rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11622ac_ext=c
11623ac_cpp='$CPP $CPPFLAGS'
11624ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11625ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11626ac_compiler_gnu=$ac_cv_c_compiler_gnu
11627
6dcfc289 11628 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
480ccd21
DE
11629echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11630if test "${wx_cv_c_exto+set}" = set; then
11631 echo $ECHO_N "(cached) $ECHO_C" >&6
11632else
11633 cat >conftest.$ac_ext <<_ACEOF
11634/* confdefs.h. */
11635_ACEOF
11636cat confdefs.h >>conftest.$ac_ext
11637cat >>conftest.$ac_ext <<_ACEOF
11638/* end confdefs.h. */
11639
11640int
11641main ()
11642{
11643
11644 ;
11645 return 0;
11646}
11647_ACEOF
11648rm -f conftest.$ac_objext conftest.$ac_ext.o
11649if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11650 (eval $ac_compile) 2>&5
11651 ac_status=$?
11652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11653 (exit $ac_status); }; then
11654 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11655 case $ac_file in
11656 conftest.$ac_ext.o)
11657 wx_cv_c_exto="-ext o"
11658 ;;
11659 *)
11660 ;;
11661 esac
11662done
11663else
11664 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11665See \`config.log' for more details." >&5
11666echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11667See \`config.log' for more details." >&2;}
11668 { (exit 1); exit 1; }; }
11669
11670fi
11671
11672rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11673
11674fi
11675echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11676echo "${ECHO_T}$wx_cv_c_exto" >&6
11677if test "x$wx_cv_c_exto" '!=' "x"; then
11678 if test "c" = "c"; then
11679 CFLAGS="$wx_cv_c_exto $CFLAGS"
11680 fi
11681 if test "c" = "cxx"; then
11682 CXXFLAGS="$wx_cv_c_exto $CXXFLAGS"
11683 fi
11684fi
11685
6dcfc289
DE
11686 if test "x$wx_cv_c_exto" '!=' "x"; then
11687 unset ac_cv_prog_cc_g
11688 ac_test_CFLAGS=${CFLAGS+set}
480ccd21 11689ac_save_CFLAGS=$CFLAGS
52ada004 11690CFLAGS="-g"
480ccd21
DE
11691echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11692echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11693if test "${ac_cv_prog_cc_g+set}" = set; then
11694 echo $ECHO_N "(cached) $ECHO_C" >&6
11695else
11696 cat >conftest.$ac_ext <<_ACEOF
11697/* confdefs.h. */
11698_ACEOF
11699cat confdefs.h >>conftest.$ac_ext
11700cat >>conftest.$ac_ext <<_ACEOF
11701/* end confdefs.h. */
11702
11703int
11704main ()
11705{
11706
11707 ;
11708 return 0;
11709}
11710_ACEOF
11711rm -f conftest.$ac_objext
11712if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11713 (eval $ac_compile) 2>conftest.er1
11714 ac_status=$?
11715 grep -v '^ *+' conftest.er1 >conftest.err
11716 rm -f conftest.er1
11717 cat conftest.err >&5
11718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 (exit $ac_status); } &&
ddd14b14
RR
11720 { ac_try='test -z "$ac_c_werror_flag"
11721 || test ! -s conftest.err'
480ccd21
DE
11722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11723 (eval $ac_try) 2>&5
11724 ac_status=$?
11725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); }; } &&
11727 { ac_try='test -s conftest.$ac_objext'
11728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11729 (eval $ac_try) 2>&5
11730 ac_status=$?
11731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11732 (exit $ac_status); }; }; then
11733 ac_cv_prog_cc_g=yes
11734else
11735 echo "$as_me: failed program was:" >&5
11736sed 's/^/| /' conftest.$ac_ext >&5
11737
11738ac_cv_prog_cc_g=no
11739fi
11740rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11741fi
11742echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11743echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11744if test "$ac_test_CFLAGS" = set; then
11745 CFLAGS=$ac_save_CFLAGS
11746elif test $ac_cv_prog_cc_g = yes; then
11747 if test "$GCC" = yes; then
11748 CFLAGS="-g -O2"
11749 else
11750 CFLAGS="-g"
11751 fi
11752else
11753 if test "$GCC" = yes; then
11754 CFLAGS="-O2"
11755 else
11756 CFLAGS=
11757 fi
11758fi
6dcfc289
DE
11759 fi
11760 ac_ext=c
95986553
DE
11761ac_cpp='$CPP $CPPFLAGS'
11762ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11763ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11764ac_compiler_gnu=$ac_cv_c_compiler_gnu
11765
11766echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11767echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11768if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11769 echo $ECHO_N "(cached) $ECHO_C" >&6
11770else
11771 cat >conftest.$ac_ext <<_ACEOF
11772/* confdefs.h. */
11773_ACEOF
11774cat confdefs.h >>conftest.$ac_ext
11775cat >>conftest.$ac_ext <<_ACEOF
11776/* end confdefs.h. */
11777
11778int
11779main ()
11780{
11781#ifndef __MWERKS__
11782 choke me
11783#endif
11784
11785 ;
11786 return 0;
11787}
11788_ACEOF
11789rm -f conftest.$ac_objext
11790if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11791 (eval $ac_compile) 2>conftest.er1
11792 ac_status=$?
11793 grep -v '^ *+' conftest.er1 >conftest.err
11794 rm -f conftest.er1
11795 cat conftest.err >&5
11796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11797 (exit $ac_status); } &&
ddd14b14
RR
11798 { ac_try='test -z "$ac_c_werror_flag"
11799 || test ! -s conftest.err'
95986553
DE
11800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11801 (eval $ac_try) 2>&5
11802 ac_status=$?
11803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11804 (exit $ac_status); }; } &&
11805 { ac_try='test -s conftest.$ac_objext'
11806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11807 (eval $ac_try) 2>&5
11808 ac_status=$?
11809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11810 (exit $ac_status); }; }; then
11811 bakefile_compiler_mwerks=yes
11812else
11813 echo "$as_me: failed program was:" >&5
11814sed 's/^/| /' conftest.$ac_ext >&5
11815
11816bakefile_compiler_mwerks=no
11817fi
11818rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11819 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
11820
11821fi
11822echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11823echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11824
0e6fa1d9 11825MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
95986553
DE
11826ac_ext=c
11827ac_cpp='$CPP $CPPFLAGS'
11828ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11829ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11830ac_compiler_gnu=$ac_cv_c_compiler_gnu
11831
11832
6dcfc289 11833 ac_ext=c
9273ffba
DE
11834ac_cpp='$CPP $CPPFLAGS'
11835ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11836ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11837ac_compiler_gnu=$ac_cv_c_compiler_gnu
11838
11839echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11840echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11841if test "${wx_cv_c_compiler_xlc+set}" = set; then
11842 echo $ECHO_N "(cached) $ECHO_C" >&6
11843else
11844 cat >conftest.$ac_ext <<_ACEOF
11845/* confdefs.h. */
11846_ACEOF
11847cat confdefs.h >>conftest.$ac_ext
11848cat >>conftest.$ac_ext <<_ACEOF
11849/* end confdefs.h. */
11850
11851int
11852main ()
11853{
11854#ifndef __xlC__
11855 choke me
11856#endif
11857
11858 ;
11859 return 0;
11860}
11861_ACEOF
11862rm -f conftest.$ac_objext
11863if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11864 (eval $ac_compile) 2>conftest.er1
11865 ac_status=$?
11866 grep -v '^ *+' conftest.er1 >conftest.err
11867 rm -f conftest.er1
11868 cat conftest.err >&5
11869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11870 (exit $ac_status); } &&
ddd14b14
RR
11871 { ac_try='test -z "$ac_c_werror_flag"
11872 || test ! -s conftest.err'
9273ffba
DE
11873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11874 (eval $ac_try) 2>&5
11875 ac_status=$?
11876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11877 (exit $ac_status); }; } &&
11878 { ac_try='test -s conftest.$ac_objext'
11879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11880 (eval $ac_try) 2>&5
11881 ac_status=$?
11882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883 (exit $ac_status); }; }; then
11884 wx_compiler_xlc=yes
11885else
11886 echo "$as_me: failed program was:" >&5
11887sed 's/^/| /' conftest.$ac_ext >&5
11888
11889wx_compiler_xlc=no
11890fi
11891rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11892 wx_cv_c_compiler_xlc=$wx_compiler_xlc
11893
11894fi
11895echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11896echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11897
0e6fa1d9 11898XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
9273ffba
DE
11899ac_ext=c
11900ac_cpp='$CPP $CPPFLAGS'
11901ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11902ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11903ac_compiler_gnu=$ac_cv_c_compiler_gnu
11904
11905
a848cd7e 11906
6dcfc289 11907
a9e5b1f0
MW
11908 ac_ext=c
11909ac_cpp='$CPP $CPPFLAGS'
11910ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11911ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11912ac_compiler_gnu=$ac_cv_c_compiler_gnu
11913
11914 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
11915echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
11916if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11918else
11919 cat >conftest.$ac_ext <<_ACEOF
11920/* confdefs.h. */
11921_ACEOF
11922cat confdefs.h >>conftest.$ac_ext
11923cat >>conftest.$ac_ext <<_ACEOF
11924/* end confdefs.h. */
11925
11926int
11927main ()
11928{
11929
11930 #ifndef __SUNPRO_C
11931 choke me
11932 #endif
11933
11934 ;
11935 return 0;
11936}
11937_ACEOF
11938rm -f conftest.$ac_objext
11939if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11940 (eval $ac_compile) 2>conftest.er1
11941 ac_status=$?
11942 grep -v '^ *+' conftest.er1 >conftest.err
11943 rm -f conftest.er1
11944 cat conftest.err >&5
11945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11946 (exit $ac_status); } &&
ddd14b14
RR
11947 { ac_try='test -z "$ac_c_werror_flag"
11948 || test ! -s conftest.err'
a9e5b1f0
MW
11949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11950 (eval $ac_try) 2>&5
11951 ac_status=$?
11952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11953 (exit $ac_status); }; } &&
11954 { ac_try='test -s conftest.$ac_objext'
11955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11956 (eval $ac_try) 2>&5
11957 ac_status=$?
11958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11959 (exit $ac_status); }; }; then
11960 bakefile_cv_c_compiler___SUNPRO_C=yes
11961else
11962 echo "$as_me: failed program was:" >&5
11963sed 's/^/| /' conftest.$ac_ext >&5
11964
11965bakefile_cv_c_compiler___SUNPRO_C=no
11966
11967fi
11968rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11969
11970
11971fi
11972echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
11973echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
11974 ac_ext=c
11975ac_cpp='$CPP $CPPFLAGS'
11976ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11977ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11978ac_compiler_gnu=$ac_cv_c_compiler_gnu
11979
11980 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
11981 :; SUNCC=yes
11982 else
11983 :;
11984 fi
11985
11986
11987
11988
a848cd7e
SC
11989ac_ext=c
11990ac_cpp='$CPP $CPPFLAGS'
11991ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11992ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11993ac_compiler_gnu=$ac_cv_c_compiler_gnu
11994echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11995echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11996# On Suns, sometimes $CPP names a directory.
11997if test -n "$CPP" && test -d "$CPP"; then
11998 CPP=
11999fi
12000if test -z "$CPP"; then
12001 if test "${ac_cv_prog_CPP+set}" = set; then
12002 echo $ECHO_N "(cached) $ECHO_C" >&6
12003else
12004 # Double quotes because CPP needs to be expanded
12005 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12006 do
12007 ac_preproc_ok=false
12008for ac_c_preproc_warn_flag in '' yes
12009do
12010 # Use a header file that comes with gcc, so configuring glibc
12011 # with a fresh cross-compiler works.
12012 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12013 # <limits.h> exists even on freestanding compilers.
12014 # On the NeXT, cc -E runs the code through the compiler's parser,
12015 # not just through cpp. "Syntax error" is here to catch this case.
12016 cat >conftest.$ac_ext <<_ACEOF
12017/* confdefs.h. */
12018_ACEOF
12019cat confdefs.h >>conftest.$ac_ext
12020cat >>conftest.$ac_ext <<_ACEOF
12021/* end confdefs.h. */
12022#ifdef __STDC__
12023# include <limits.h>
12024#else
12025# include <assert.h>
12026#endif
ac1cb8d3 12027 Syntax error
a848cd7e
SC
12028_ACEOF
12029if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12030 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12031 ac_status=$?
12032 grep -v '^ *+' conftest.er1 >conftest.err
12033 rm -f conftest.er1
12034 cat conftest.err >&5
12035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12036 (exit $ac_status); } >/dev/null; then
12037 if test -s conftest.err; then
12038 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12039 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12040 else
12041 ac_cpp_err=
12042 fi
12043else
12044 ac_cpp_err=yes
12045fi
12046if test -z "$ac_cpp_err"; then
12047 :
12048else
12049 echo "$as_me: failed program was:" >&5
12050sed 's/^/| /' conftest.$ac_ext >&5
12051
12052 # Broken: fails on valid input.
12053continue
12054fi
12055rm -f conftest.err conftest.$ac_ext
12056
12057 # OK, works on sane cases. Now check whether non-existent headers
12058 # can be detected and how.
12059 cat >conftest.$ac_ext <<_ACEOF
12060/* confdefs.h. */
12061_ACEOF
12062cat confdefs.h >>conftest.$ac_ext
12063cat >>conftest.$ac_ext <<_ACEOF
12064/* end confdefs.h. */
12065#include <ac_nonexistent.h>
12066_ACEOF
12067if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12068 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12069 ac_status=$?
12070 grep -v '^ *+' conftest.er1 >conftest.err
12071 rm -f conftest.er1
12072 cat conftest.err >&5
12073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12074 (exit $ac_status); } >/dev/null; then
12075 if test -s conftest.err; then
12076 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12077 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12078 else
12079 ac_cpp_err=
12080 fi
12081else
12082 ac_cpp_err=yes
12083fi
12084if test -z "$ac_cpp_err"; then
12085 # Broken: success on invalid input.
12086continue
12087else
12088 echo "$as_me: failed program was:" >&5
12089sed 's/^/| /' conftest.$ac_ext >&5
12090
12091 # Passes both tests.
12092ac_preproc_ok=:
12093break
12094fi
12095rm -f conftest.err conftest.$ac_ext
12096
12097done
12098# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12099rm -f conftest.err conftest.$ac_ext
12100if $ac_preproc_ok; then
12101 break
12102fi
12103
12104 done
12105 ac_cv_prog_CPP=$CPP
12106
12107fi
12108 CPP=$ac_cv_prog_CPP
12109else
12110 ac_cv_prog_CPP=$CPP
12111fi
12112echo "$as_me:$LINENO: result: $CPP" >&5
12113echo "${ECHO_T}$CPP" >&6
12114ac_preproc_ok=false
12115for ac_c_preproc_warn_flag in '' yes
12116do
12117 # Use a header file that comes with gcc, so configuring glibc
12118 # with a fresh cross-compiler works.
12119 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12120 # <limits.h> exists even on freestanding compilers.
12121 # On the NeXT, cc -E runs the code through the compiler's parser,
12122 # not just through cpp. "Syntax error" is here to catch this case.
12123 cat >conftest.$ac_ext <<_ACEOF
12124/* confdefs.h. */
12125_ACEOF
12126cat confdefs.h >>conftest.$ac_ext
12127cat >>conftest.$ac_ext <<_ACEOF
12128/* end confdefs.h. */
12129#ifdef __STDC__
12130# include <limits.h>
12131#else
12132# include <assert.h>
12133#endif
ac1cb8d3 12134 Syntax error
a848cd7e
SC
12135_ACEOF
12136if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12137 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12138 ac_status=$?
12139 grep -v '^ *+' conftest.er1 >conftest.err
12140 rm -f conftest.er1
12141 cat conftest.err >&5
12142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12143 (exit $ac_status); } >/dev/null; then
12144 if test -s conftest.err; then
12145 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12146 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12147 else
12148 ac_cpp_err=
12149 fi
12150else
12151 ac_cpp_err=yes
12152fi
12153if test -z "$ac_cpp_err"; then
12154 :
12155else
12156 echo "$as_me: failed program was:" >&5
12157sed 's/^/| /' conftest.$ac_ext >&5
12158
12159 # Broken: fails on valid input.
12160continue
12161fi
12162rm -f conftest.err conftest.$ac_ext
12163
12164 # OK, works on sane cases. Now check whether non-existent headers
12165 # can be detected and how.
12166 cat >conftest.$ac_ext <<_ACEOF
12167/* confdefs.h. */
12168_ACEOF
12169cat confdefs.h >>conftest.$ac_ext
12170cat >>conftest.$ac_ext <<_ACEOF
12171/* end confdefs.h. */
12172#include <ac_nonexistent.h>
12173_ACEOF
12174if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12175 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12176 ac_status=$?
12177 grep -v '^ *+' conftest.er1 >conftest.err
12178 rm -f conftest.er1
12179 cat conftest.err >&5
12180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12181 (exit $ac_status); } >/dev/null; then
12182 if test -s conftest.err; then
12183 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12184 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12185 else
12186 ac_cpp_err=
12187 fi
12188else
12189 ac_cpp_err=yes
12190fi
12191if test -z "$ac_cpp_err"; then
12192 # Broken: success on invalid input.
12193continue
12194else
12195 echo "$as_me: failed program was:" >&5
12196sed 's/^/| /' conftest.$ac_ext >&5
12197
12198 # Passes both tests.
12199ac_preproc_ok=:
12200break
12201fi
12202rm -f conftest.err conftest.$ac_ext
12203
12204done
12205# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12206rm -f conftest.err conftest.$ac_ext
12207if $ac_preproc_ok; then
12208 :
12209else
12210 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12211See \`config.log' for more details." >&5
12212echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12213See \`config.log' for more details." >&2;}
12214 { (exit 1); exit 1; }; }
12215fi
12216
12217ac_ext=c
12218ac_cpp='$CPP $CPPFLAGS'
12219ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221ac_compiler_gnu=$ac_cv_c_compiler_gnu
12222
12223
12224echo "$as_me:$LINENO: checking for egrep" >&5
12225echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12226if test "${ac_cv_prog_egrep+set}" = set; then
12227 echo $ECHO_N "(cached) $ECHO_C" >&6
12228else
12229 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12230 then ac_cv_prog_egrep='grep -E'
12231 else ac_cv_prog_egrep='egrep'
12232 fi
12233fi
12234echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12235echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12236 EGREP=$ac_cv_prog_egrep
12237
12238
12239if test $ac_cv_c_compiler_gnu = yes; then
12240 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12241echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12242if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12243 echo $ECHO_N "(cached) $ECHO_C" >&6
12244else
12245 ac_pattern="Autoconf.*'x'"
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#include <sgtty.h>
12253Autoconf TIOCGETP
12254_ACEOF
12255if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12256 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12257 ac_cv_prog_gcc_traditional=yes
12258else
12259 ac_cv_prog_gcc_traditional=no
12260fi
12261rm -f conftest*
12262
12263
12264 if test $ac_cv_prog_gcc_traditional = no; then
12265 cat >conftest.$ac_ext <<_ACEOF
12266/* confdefs.h. */
12267_ACEOF
12268cat confdefs.h >>conftest.$ac_ext
12269cat >>conftest.$ac_ext <<_ACEOF
12270/* end confdefs.h. */
12271#include <termio.h>
12272Autoconf TCGETA
12273_ACEOF
12274if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12275 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12276 ac_cv_prog_gcc_traditional=yes
12277fi
12278rm -f conftest*
12279
12280 fi
12281fi
12282echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12283echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12284 if test $ac_cv_prog_gcc_traditional = yes; then
12285 CC="$CC -traditional"
12286 fi
12287fi
12288
12289
12290
12291
12292ac_ext=cc
12293ac_cpp='$CXXCPP $CPPFLAGS'
12294ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12295ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12296ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12297
12298
12299CXXFLAGS=${CXXFLAGS:=}
6dcfc289
DE
12300
12301
12302 ac_ext=cc
a848cd7e
SC
12303ac_cpp='$CXXCPP $CPPFLAGS'
12304ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12305ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12306ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12307if test -n "$ac_tool_prefix"; then
12308 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12309 do
12310 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12311set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12312echo "$as_me:$LINENO: checking for $ac_word" >&5
12313echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12314if test "${ac_cv_prog_CXX+set}" = set; then
12315 echo $ECHO_N "(cached) $ECHO_C" >&6
12316else
12317 if test -n "$CXX"; then
12318 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12319else
12320as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12321for as_dir in $PATH
12322do
12323 IFS=$as_save_IFS
12324 test -z "$as_dir" && as_dir=.
12325 for ac_exec_ext in '' $ac_executable_extensions; do
12326 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12327 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12329 break 2
12330 fi
12331done
12332done
12333
12334fi
12335fi
12336CXX=$ac_cv_prog_CXX
12337if test -n "$CXX"; then
12338 echo "$as_me:$LINENO: result: $CXX" >&5
12339echo "${ECHO_T}$CXX" >&6
12340else
12341 echo "$as_me:$LINENO: result: no" >&5
12342echo "${ECHO_T}no" >&6
12343fi
12344
12345 test -n "$CXX" && break
12346 done
12347fi
12348if test -z "$CXX"; then
12349 ac_ct_CXX=$CXX
12350 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12351do
12352 # Extract the first word of "$ac_prog", so it can be a program name with args.
12353set dummy $ac_prog; ac_word=$2
12354echo "$as_me:$LINENO: checking for $ac_word" >&5
12355echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12356if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12357 echo $ECHO_N "(cached) $ECHO_C" >&6
12358else
12359 if test -n "$ac_ct_CXX"; then
12360 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12361else
12362as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12363for as_dir in $PATH
12364do
12365 IFS=$as_save_IFS
12366 test -z "$as_dir" && as_dir=.
12367 for ac_exec_ext in '' $ac_executable_extensions; do
12368 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12369 ac_cv_prog_ac_ct_CXX="$ac_prog"
12370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12371 break 2
12372 fi
12373done
12374done
12375
12376fi
12377fi
12378ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12379if test -n "$ac_ct_CXX"; then
12380 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12381echo "${ECHO_T}$ac_ct_CXX" >&6
12382else
12383 echo "$as_me:$LINENO: result: no" >&5
12384echo "${ECHO_T}no" >&6
12385fi
12386
12387 test -n "$ac_ct_CXX" && break
12388done
12389test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12390
12391 CXX=$ac_ct_CXX
12392fi
12393
12394
12395# Provide some information about the compiler.
12396echo "$as_me:$LINENO:" \
12397 "checking for C++ compiler version" >&5
12398ac_compiler=`set X $ac_compile; echo $2`
12399{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12400 (eval $ac_compiler --version </dev/null >&5) 2>&5
12401 ac_status=$?
12402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12403 (exit $ac_status); }
12404{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12405 (eval $ac_compiler -v </dev/null >&5) 2>&5
12406 ac_status=$?
12407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12408 (exit $ac_status); }
12409{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12410 (eval $ac_compiler -V </dev/null >&5) 2>&5
12411 ac_status=$?
12412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12413 (exit $ac_status); }
12414
12415echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12416echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12417if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12418 echo $ECHO_N "(cached) $ECHO_C" >&6
12419else
12420 cat >conftest.$ac_ext <<_ACEOF
12421/* confdefs.h. */
12422_ACEOF
12423cat confdefs.h >>conftest.$ac_ext
12424cat >>conftest.$ac_ext <<_ACEOF
12425/* end confdefs.h. */
12426
12427int
12428main ()
12429{
12430#ifndef __GNUC__
12431 choke me
12432#endif
12433
12434 ;
12435 return 0;
12436}
12437_ACEOF
12438rm -f conftest.$ac_objext
12439if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12440 (eval $ac_compile) 2>conftest.er1
a848cd7e 12441 ac_status=$?
ac1cb8d3
VS
12442 grep -v '^ *+' conftest.er1 >conftest.err
12443 rm -f conftest.er1
12444 cat conftest.err >&5
a848cd7e
SC
12445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12446 (exit $ac_status); } &&
ddd14b14
RR
12447 { ac_try='test -z "$ac_cxx_werror_flag"
12448 || test ! -s conftest.err'
ac1cb8d3
VS
12449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12450 (eval $ac_try) 2>&5
12451 ac_status=$?
12452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12453 (exit $ac_status); }; } &&
12454 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12456 (eval $ac_try) 2>&5
12457 ac_status=$?
12458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12459 (exit $ac_status); }; }; then
12460 ac_compiler_gnu=yes
12461else
12462 echo "$as_me: failed program was:" >&5
12463sed 's/^/| /' conftest.$ac_ext >&5
12464
12465ac_compiler_gnu=no
12466fi
ac1cb8d3 12467rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12468ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
12469
12470fi
12471echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12472echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12473GXX=`test $ac_compiler_gnu = yes && echo yes`
12474ac_test_CXXFLAGS=${CXXFLAGS+set}
12475ac_save_CXXFLAGS=$CXXFLAGS
12476CXXFLAGS="-g"
12477echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12478echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12479if test "${ac_cv_prog_cxx_g+set}" = set; then
12480 echo $ECHO_N "(cached) $ECHO_C" >&6
12481else
12482 cat >conftest.$ac_ext <<_ACEOF
12483/* confdefs.h. */
12484_ACEOF
12485cat confdefs.h >>conftest.$ac_ext
12486cat >>conftest.$ac_ext <<_ACEOF
12487/* end confdefs.h. */
12488
12489int
12490main ()
12491{
12492
12493 ;
12494 return 0;
12495}
12496_ACEOF
12497rm -f conftest.$ac_objext
12498if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12499 (eval $ac_compile) 2>conftest.er1
a848cd7e 12500 ac_status=$?
ac1cb8d3
VS
12501 grep -v '^ *+' conftest.er1 >conftest.err
12502 rm -f conftest.er1
12503 cat conftest.err >&5
a848cd7e
SC
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); } &&
ddd14b14
RR
12506 { ac_try='test -z "$ac_cxx_werror_flag"
12507 || test ! -s conftest.err'
ac1cb8d3
VS
12508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12509 (eval $ac_try) 2>&5
12510 ac_status=$?
12511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12512 (exit $ac_status); }; } &&
12513 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12515 (eval $ac_try) 2>&5
12516 ac_status=$?
12517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12518 (exit $ac_status); }; }; then
12519 ac_cv_prog_cxx_g=yes
12520else
12521 echo "$as_me: failed program was:" >&5
12522sed 's/^/| /' conftest.$ac_ext >&5
12523
12524ac_cv_prog_cxx_g=no
12525fi
ac1cb8d3 12526rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12527fi
12528echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12529echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12530if test "$ac_test_CXXFLAGS" = set; then
12531 CXXFLAGS=$ac_save_CXXFLAGS
12532elif test $ac_cv_prog_cxx_g = yes; then
12533 if test "$GXX" = yes; then
52ada004 12534 CXXFLAGS="-g -O2"
a848cd7e 12535 else
52ada004 12536 CXXFLAGS="-g"
a848cd7e
SC
12537 fi
12538else
12539 if test "$GXX" = yes; then
12540 CXXFLAGS="-O2"
12541 else
12542 CXXFLAGS=
12543 fi
12544fi
12545for ac_declaration in \
ac1cb8d3 12546 '' \
a848cd7e
SC
12547 'extern "C" void std::exit (int) throw (); using std::exit;' \
12548 'extern "C" void std::exit (int); using std::exit;' \
12549 'extern "C" void exit (int) throw ();' \
12550 'extern "C" void exit (int);' \
12551 'void exit (int);'
12552do
12553 cat >conftest.$ac_ext <<_ACEOF
12554/* confdefs.h. */
12555_ACEOF
12556cat confdefs.h >>conftest.$ac_ext
12557cat >>conftest.$ac_ext <<_ACEOF
12558/* end confdefs.h. */
de59c161 12559$ac_declaration
ac1cb8d3 12560#include <stdlib.h>
a848cd7e
SC
12561int
12562main ()
12563{
12564exit (42);
12565 ;
12566 return 0;
12567}
12568_ACEOF
12569rm -f conftest.$ac_objext
12570if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12571 (eval $ac_compile) 2>conftest.er1
a848cd7e 12572 ac_status=$?
ac1cb8d3
VS
12573 grep -v '^ *+' conftest.er1 >conftest.err
12574 rm -f conftest.er1
12575 cat conftest.err >&5
a848cd7e
SC
12576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12577 (exit $ac_status); } &&
ddd14b14
RR
12578 { ac_try='test -z "$ac_cxx_werror_flag"
12579 || test ! -s conftest.err'
ac1cb8d3
VS
12580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12581 (eval $ac_try) 2>&5
12582 ac_status=$?
12583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12584 (exit $ac_status); }; } &&
12585 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12587 (eval $ac_try) 2>&5
12588 ac_status=$?
12589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590 (exit $ac_status); }; }; then
12591 :
12592else
12593 echo "$as_me: failed program was:" >&5
12594sed 's/^/| /' conftest.$ac_ext >&5
12595
12596continue
12597fi
ac1cb8d3 12598rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12599 cat >conftest.$ac_ext <<_ACEOF
12600/* confdefs.h. */
12601_ACEOF
12602cat confdefs.h >>conftest.$ac_ext
12603cat >>conftest.$ac_ext <<_ACEOF
12604/* end confdefs.h. */
12605$ac_declaration
12606int
12607main ()
12608{
12609exit (42);
12610 ;
12611 return 0;
12612}
12613_ACEOF
12614rm -f conftest.$ac_objext
12615if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12616 (eval $ac_compile) 2>conftest.er1
a848cd7e 12617 ac_status=$?
ac1cb8d3
VS
12618 grep -v '^ *+' conftest.er1 >conftest.err
12619 rm -f conftest.er1
12620 cat conftest.err >&5
a848cd7e
SC
12621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12622 (exit $ac_status); } &&
ddd14b14
RR
12623 { ac_try='test -z "$ac_cxx_werror_flag"
12624 || test ! -s conftest.err'
ac1cb8d3
VS
12625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12626 (eval $ac_try) 2>&5
12627 ac_status=$?
12628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12629 (exit $ac_status); }; } &&
12630 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12632 (eval $ac_try) 2>&5
12633 ac_status=$?
12634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12635 (exit $ac_status); }; }; then
12636 break
12637else
12638 echo "$as_me: failed program was:" >&5
12639sed 's/^/| /' conftest.$ac_ext >&5
12640
12641fi
ac1cb8d3 12642rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12643done
12644rm -f conftest*
12645if test -n "$ac_declaration"; then
12646 echo '#ifdef __cplusplus' >>confdefs.h
12647 echo $ac_declaration >>confdefs.h
12648 echo '#endif' >>confdefs.h
12649fi
12650
12651ac_ext=cc
12652ac_cpp='$CXXCPP $CPPFLAGS'
12653ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12654ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12655ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12656
6dcfc289 12657 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
480ccd21
DE
12658echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12659if test "${wx_cv_cxx_exto+set}" = set; then
12660 echo $ECHO_N "(cached) $ECHO_C" >&6
12661else
12662 cat >conftest.$ac_ext <<_ACEOF
12663/* confdefs.h. */
12664_ACEOF
12665cat confdefs.h >>conftest.$ac_ext
12666cat >>conftest.$ac_ext <<_ACEOF
12667/* end confdefs.h. */
12668
12669int
12670main ()
12671{
12672
12673 ;
12674 return 0;
12675}
12676_ACEOF
12677rm -f conftest.$ac_objext conftest.$ac_ext.o
12678if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12679 (eval $ac_compile) 2>&5
12680 ac_status=$?
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; then
12683 for ac_file in `(ls conftest.* 2>/dev/null)`; do
12684 case $ac_file in
12685 conftest.$ac_ext.o)
12686 wx_cv_cxx_exto="-ext o"
12687 ;;
12688 *)
12689 ;;
12690 esac
12691done
12692else
12693 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12694See \`config.log' for more details." >&5
12695echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12696See \`config.log' for more details." >&2;}
12697 { (exit 1); exit 1; }; }
12698
12699fi
12700
12701rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
12702
12703fi
12704echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12705echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12706if test "x$wx_cv_cxx_exto" '!=' "x"; then
12707 if test "cxx" = "c"; then
12708 CFLAGS="$wx_cv_cxx_exto $CFLAGS"
12709 fi
12710 if test "cxx" = "cxx"; then
12711 CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS"
12712 fi
12713fi
12714
6dcfc289
DE
12715 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12716 unset ac_cv_prog_cxx_g
12717 ac_test_CXXFLAGS=${CXXFLAGS+set}
480ccd21
DE
12718ac_save_CXXFLAGS=$CXXFLAGS
12719CXXFLAGS="-g"
12720echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12721echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12722if test "${ac_cv_prog_cxx_g+set}" = set; then
12723 echo $ECHO_N "(cached) $ECHO_C" >&6
12724else
12725 cat >conftest.$ac_ext <<_ACEOF
12726/* confdefs.h. */
12727_ACEOF
12728cat confdefs.h >>conftest.$ac_ext
12729cat >>conftest.$ac_ext <<_ACEOF
12730/* end confdefs.h. */
12731
12732int
12733main ()
12734{
12735
12736 ;
12737 return 0;
12738}
12739_ACEOF
12740rm -f conftest.$ac_objext
12741if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12742 (eval $ac_compile) 2>conftest.er1
12743 ac_status=$?
12744 grep -v '^ *+' conftest.er1 >conftest.err
12745 rm -f conftest.er1
12746 cat conftest.err >&5
12747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12748 (exit $ac_status); } &&
ddd14b14
RR
12749 { ac_try='test -z "$ac_cxx_werror_flag"
12750 || test ! -s conftest.err'
480ccd21
DE
12751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12752 (eval $ac_try) 2>&5
12753 ac_status=$?
12754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12755 (exit $ac_status); }; } &&
12756 { ac_try='test -s conftest.$ac_objext'
12757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12758 (eval $ac_try) 2>&5
12759 ac_status=$?
12760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12761 (exit $ac_status); }; }; then
12762 ac_cv_prog_cxx_g=yes
12763else
12764 echo "$as_me: failed program was:" >&5
12765sed 's/^/| /' conftest.$ac_ext >&5
12766
12767ac_cv_prog_cxx_g=no
12768fi
12769rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12770fi
12771echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12772echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12773if test "$ac_test_CXXFLAGS" = set; then
12774 CXXFLAGS=$ac_save_CXXFLAGS
12775elif test $ac_cv_prog_cxx_g = yes; then
12776 if test "$GXX" = yes; then
52ada004 12777 CXXFLAGS="-g -O2"
480ccd21 12778 else
52ada004 12779 CXXFLAGS="-g"
480ccd21
DE
12780 fi
12781else
12782 if test "$GXX" = yes; then
12783 CXXFLAGS="-O2"
12784 else
12785 CXXFLAGS=
12786 fi
12787fi
6dcfc289
DE
12788 fi
12789 ac_ext=cc
95986553
DE
12790ac_cpp='$CXXCPP $CPPFLAGS'
12791ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12792ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12793ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12794
12795echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12796echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12797if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12798 echo $ECHO_N "(cached) $ECHO_C" >&6
12799else
12800 cat >conftest.$ac_ext <<_ACEOF
12801/* confdefs.h. */
12802_ACEOF
12803cat confdefs.h >>conftest.$ac_ext
12804cat >>conftest.$ac_ext <<_ACEOF
12805/* end confdefs.h. */
12806
12807int
12808main ()
12809{
12810#ifndef __MWERKS__
12811 choke me
12812#endif
12813
12814 ;
12815 return 0;
12816}
12817_ACEOF
12818rm -f conftest.$ac_objext
12819if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12820 (eval $ac_compile) 2>conftest.er1
12821 ac_status=$?
12822 grep -v '^ *+' conftest.er1 >conftest.err
12823 rm -f conftest.er1
12824 cat conftest.err >&5
12825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12826 (exit $ac_status); } &&
ddd14b14
RR
12827 { ac_try='test -z "$ac_cxx_werror_flag"
12828 || test ! -s conftest.err'
95986553
DE
12829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12830 (eval $ac_try) 2>&5
12831 ac_status=$?
12832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12833 (exit $ac_status); }; } &&
12834 { ac_try='test -s conftest.$ac_objext'
12835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12836 (eval $ac_try) 2>&5
12837 ac_status=$?
12838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839 (exit $ac_status); }; }; then
12840 bakefile_compiler_mwerks=yes
12841else
12842 echo "$as_me: failed program was:" >&5
12843sed 's/^/| /' conftest.$ac_ext >&5
12844
12845bakefile_compiler_mwerks=no
12846fi
12847rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12848 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
12849
12850fi
12851echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12852echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12853
0e6fa1d9 12854MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
95986553
DE
12855ac_ext=cc
12856ac_cpp='$CXXCPP $CPPFLAGS'
12857ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12858ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12859ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12860
12861
6dcfc289 12862 ac_ext=cc
9273ffba
DE
12863ac_cpp='$CXXCPP $CPPFLAGS'
12864ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12865ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12866ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12867
12868echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12869echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12870if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12871 echo $ECHO_N "(cached) $ECHO_C" >&6
12872else
12873 cat >conftest.$ac_ext <<_ACEOF
12874/* confdefs.h. */
12875_ACEOF
12876cat confdefs.h >>conftest.$ac_ext
12877cat >>conftest.$ac_ext <<_ACEOF
12878/* end confdefs.h. */
12879
12880int
12881main ()
12882{
12883#ifndef __xlC__
12884 choke me
12885#endif
12886
12887 ;
12888 return 0;
12889}
12890_ACEOF
12891rm -f conftest.$ac_objext
12892if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12893 (eval $ac_compile) 2>conftest.er1
12894 ac_status=$?
12895 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1
12897 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } &&
ddd14b14
RR
12900 { ac_try='test -z "$ac_cxx_werror_flag"
12901 || test ! -s conftest.err'
9273ffba
DE
12902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12903 (eval $ac_try) 2>&5
12904 ac_status=$?
12905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12906 (exit $ac_status); }; } &&
12907 { ac_try='test -s conftest.$ac_objext'
12908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12909 (eval $ac_try) 2>&5
12910 ac_status=$?
12911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912 (exit $ac_status); }; }; then
12913 wx_compiler_xlc=yes
12914else
12915 echo "$as_me: failed program was:" >&5
12916sed 's/^/| /' conftest.$ac_ext >&5
12917
12918wx_compiler_xlc=no
12919fi
12920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12921 wx_cv_cxx_compiler_xlc=$wx_compiler_xlc
12922
12923fi
12924echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
12925echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
12926
0e6fa1d9 12927XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
9273ffba
DE
12928ac_ext=cc
12929ac_cpp='$CXXCPP $CPPFLAGS'
12930ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12931ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12932ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12933
12934
95986553 12935
6dcfc289 12936
a9e5b1f0
MW
12937 ac_ext=cc
12938ac_cpp='$CXXCPP $CPPFLAGS'
12939ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12940ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12941ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12942
12943 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
12944echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
12945if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
12946 echo $ECHO_N "(cached) $ECHO_C" >&6
12947else
12948 cat >conftest.$ac_ext <<_ACEOF
12949/* confdefs.h. */
12950_ACEOF
12951cat confdefs.h >>conftest.$ac_ext
12952cat >>conftest.$ac_ext <<_ACEOF
12953/* end confdefs.h. */
12954
12955int
12956main ()
12957{
12958
12959 #ifndef __SUNPRO_CC
12960 choke me
12961 #endif
12962
12963 ;
12964 return 0;
12965}
12966_ACEOF
12967rm -f conftest.$ac_objext
12968if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12969 (eval $ac_compile) 2>conftest.er1
12970 ac_status=$?
12971 grep -v '^ *+' conftest.er1 >conftest.err
12972 rm -f conftest.er1
12973 cat conftest.err >&5
12974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12975 (exit $ac_status); } &&
ddd14b14
RR
12976 { ac_try='test -z "$ac_cxx_werror_flag"
12977 || test ! -s conftest.err'
a9e5b1f0
MW
12978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12979 (eval $ac_try) 2>&5
12980 ac_status=$?
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); }; } &&
12983 { ac_try='test -s conftest.$ac_objext'
12984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12985 (eval $ac_try) 2>&5
12986 ac_status=$?
12987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12988 (exit $ac_status); }; }; then
12989 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
12990else
12991 echo "$as_me: failed program was:" >&5
12992sed 's/^/| /' conftest.$ac_ext >&5
12993
12994bakefile_cv_cxx_compiler___SUNPRO_CC=no
12995
12996fi
12997rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12998
12999
13000fi
13001echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13002echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13003 ac_ext=cc
13004ac_cpp='$CXXCPP $CPPFLAGS'
13005ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13006ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13007ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13008
13009 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13010 :; SUNCXX=yes
13011 else
13012 :;
13013 fi
13014
13015
13016
13017
a848cd7e
SC
13018ac_ext=c
13019ac_cpp='$CPP $CPPFLAGS'
13020ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13021ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13022ac_compiler_gnu=$ac_cv_c_compiler_gnu
13023
13024
a848cd7e
SC
13025if test -n "$ac_tool_prefix"; then
13026 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13027set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13028echo "$as_me:$LINENO: checking for $ac_word" >&5
13029echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13030if test "${ac_cv_prog_RANLIB+set}" = set; then
13031 echo $ECHO_N "(cached) $ECHO_C" >&6
13032else
13033 if test -n "$RANLIB"; then
13034 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13035else
13036as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13037for as_dir in $PATH
13038do
13039 IFS=$as_save_IFS
13040 test -z "$as_dir" && as_dir=.
13041 for ac_exec_ext in '' $ac_executable_extensions; do
13042 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13043 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13045 break 2
13046 fi
13047done
13048done
13049
13050fi
13051fi
13052RANLIB=$ac_cv_prog_RANLIB
13053if test -n "$RANLIB"; then
13054 echo "$as_me:$LINENO: result: $RANLIB" >&5
13055echo "${ECHO_T}$RANLIB" >&6
13056else
13057 echo "$as_me:$LINENO: result: no" >&5
13058echo "${ECHO_T}no" >&6
13059fi
13060
13061fi
13062if test -z "$ac_cv_prog_RANLIB"; then
13063 ac_ct_RANLIB=$RANLIB
13064 # Extract the first word of "ranlib", so it can be a program name with args.
13065set dummy ranlib; ac_word=$2
13066echo "$as_me:$LINENO: checking for $ac_word" >&5
13067echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13068if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
13069 echo $ECHO_N "(cached) $ECHO_C" >&6
13070else
13071 if test -n "$ac_ct_RANLIB"; then
13072 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13073else
13074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13075for as_dir in $PATH
13076do
13077 IFS=$as_save_IFS
13078 test -z "$as_dir" && as_dir=.
13079 for ac_exec_ext in '' $ac_executable_extensions; do
13080 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13081 ac_cv_prog_ac_ct_RANLIB="ranlib"
13082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13083 break 2
13084 fi
13085done
13086done
13087
13088 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
13089fi
13090fi
13091ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13092if test -n "$ac_ct_RANLIB"; then
13093 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
13094echo "${ECHO_T}$ac_ct_RANLIB" >&6
13095else
13096 echo "$as_me:$LINENO: result: no" >&5
13097echo "${ECHO_T}no" >&6
13098fi
13099
13100 RANLIB=$ac_ct_RANLIB
13101else
13102 RANLIB="$ac_cv_prog_RANLIB"
13103fi
13104
13105
13106# Extract the first word of "ar", so it can be a program name with args.
13107set dummy ar; ac_word=$2
13108echo "$as_me:$LINENO: checking for $ac_word" >&5
13109echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13110if test "${ac_cv_prog_AR+set}" = set; then
13111 echo $ECHO_N "(cached) $ECHO_C" >&6
13112else
13113 if test -n "$AR"; then
13114 ac_cv_prog_AR="$AR" # Let the user override the test.
13115else
13116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13117for as_dir in $PATH
13118do
13119 IFS=$as_save_IFS
13120 test -z "$as_dir" && as_dir=.
13121 for ac_exec_ext in '' $ac_executable_extensions; do
13122 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13123 ac_cv_prog_AR="ar"
13124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13125 break 2
13126 fi
13127done
13128done
13129
13130fi
13131fi
13132AR=$ac_cv_prog_AR
13133if test -n "$AR"; then
13134 echo "$as_me:$LINENO: result: $AR" >&5
13135echo "${ECHO_T}$AR" >&6
13136else
13137 echo "$as_me:$LINENO: result: no" >&5
13138echo "${ECHO_T}no" >&6
13139fi
13140
13141if test "x$AR" = "x" ; then
77ffb593
JS
13142 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
13143echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
a848cd7e
SC
13144 { (exit 1); exit 1; }; }
13145fi
13146
13147# Find a good install program. We prefer a C program (faster),
13148# so one script is as good as another. But avoid the broken or
13149# incompatible versions:
13150# SysV /etc/install, /usr/sbin/install
13151# SunOS /usr/etc/install
13152# IRIX /sbin/install
13153# AIX /bin/install
13154# AmigaOS /C/install, which installs bootblocks on floppy discs
13155# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
13156# AFS /usr/afsws/bin/install, which mishandles nonexistent args
13157# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 13158# OS/2's system install, which has a completely different semantic
a848cd7e
SC
13159# ./install, which can be erroneously created by make from ./install.sh.
13160echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
13161echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
13162if test -z "$INSTALL"; then
13163if test "${ac_cv_path_install+set}" = set; then
13164 echo $ECHO_N "(cached) $ECHO_C" >&6
13165else
13166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13167for as_dir in $PATH
13168do
13169 IFS=$as_save_IFS
13170 test -z "$as_dir" && as_dir=.
13171 # Account for people who put trailing slashes in PATH elements.
13172case $as_dir/ in
13173 ./ | .// | /cC/* | \
13174 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 13175 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
13176 /usr/ucb/* ) ;;
13177 *)
13178 # OSF1 and SCO ODT 3.0 have their own names for install.
13179 # Don't use installbsd from OSF since it installs stuff as root
13180 # by default.
13181 for ac_prog in ginstall scoinst install; do
13182 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
13183 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13184 if test $ac_prog = install &&
13185 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13186 # AIX install. It has an incompatible calling convention.
13187 :
13188 elif test $ac_prog = install &&
13189 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13190 # program-specific install script used by HP pwplus--don't use.
13191 :
13192 else
13193 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
13194 break 3
13195 fi
13196 fi
a848cd7e
SC
13197 done
13198 done
13199 ;;
13200esac
13201done
13202
13203
13204fi
13205 if test "${ac_cv_path_install+set}" = set; then
13206 INSTALL=$ac_cv_path_install
13207 else
13208 # As a last resort, use the slow shell script. We don't cache a
13209 # path for INSTALL within a source directory, because that will
13210 # break other packages using the cache if that directory is
13211 # removed, or if the path is relative.
13212 INSTALL=$ac_install_sh
13213 fi
13214fi
13215echo "$as_me:$LINENO: result: $INSTALL" >&5
13216echo "${ECHO_T}$INSTALL" >&6
13217
13218# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13219# It thinks the first close brace ends the variable substitution.
13220test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
13221
13222test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
13223
13224test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
13225
13226
13227case ${INSTALL} in
13228 /* ) # Absolute
13229 ;;
13230 ?:* ) # Drive letter, considered as absolute.
13231 ;;
13232 *)
13233 INSTALL=`pwd`/${INSTALL} ;;
13234esac
13235
a848cd7e
SC
13236
13237case "${host}" in
13238
13239 powerpc-*-darwin* )
13240 INSTALL_PROGRAM="cp -fp"
13241 INSTALL_DATA="cp -fp"
13242 ;;
13243 *)
13244 ;;
13245esac
13246
13247# Extract the first word of "strip", so it can be a program name with args.
13248set dummy strip; ac_word=$2
13249echo "$as_me:$LINENO: checking for $ac_word" >&5
13250echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13251if test "${ac_cv_prog_STRIP+set}" = set; then
13252 echo $ECHO_N "(cached) $ECHO_C" >&6
13253else
13254 if test -n "$STRIP"; then
13255 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13256else
13257as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13258for as_dir in $PATH
13259do
13260 IFS=$as_save_IFS
13261 test -z "$as_dir" && as_dir=.
13262 for ac_exec_ext in '' $ac_executable_extensions; do
13263 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13264 ac_cv_prog_STRIP="strip"
13265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13266 break 2
13267 fi
13268done
13269done
13270
13271 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
13272fi
13273fi
13274STRIP=$ac_cv_prog_STRIP
13275if test -n "$STRIP"; then
13276 echo "$as_me:$LINENO: result: $STRIP" >&5
13277echo "${ECHO_T}$STRIP" >&6
13278else
13279 echo "$as_me:$LINENO: result: no" >&5
13280echo "${ECHO_T}no" >&6
13281fi
13282
13283
13284echo "$as_me:$LINENO: checking if make is GNU make" >&5
13285echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13286if test "${wx_cv_prog_makeisgnu+set}" = set; then
13287 echo $ECHO_N "(cached) $ECHO_C" >&6
13288else
13289
13290 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
13291 egrep -s GNU > /dev/null); then
13292 wx_cv_prog_makeisgnu="yes"
13293 else
13294 wx_cv_prog_makeisgnu="no"
13295 fi
13296
13297fi
13298echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13299echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13300
13301if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13302 IF_GNU_MAKE=""
13303else
13304 IF_GNU_MAKE="#"
13305fi
13306
13307
13308
13309if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13310echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13311echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13312if test "${wx_cv_prog_makevpath+set}" = set; then
13313 echo $ECHO_N "(cached) $ECHO_C" >&6
13314else
13315
13316cat - << EOF > confMake
13317check : file
13318 cp \$? \$@
13319 cp \$? final_file
13320EOF
13321
13322if test ! -d sub ; then
13323 mkdir sub
13324fi
13325echo dummy > sub/file
13326${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
13327RESULT=$?
13328rm -f sub/file check final_file confMake
13329rmdir sub
13330if test "$RESULT" = 0; then
13331 wx_cv_prog_makevpath="yes"
13332else
13333 wx_cv_prog_makevpath="no"
13334fi
13335
13336fi
13337echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13338echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13339
13340if test "x$wx_cv_prog_makevpath" != "xyes"; then
13341{ { echo "$as_me:$LINENO: error:
13342You need a make-utility that is able to use the variable
13343VPATH correctly.
13344If your version of make does not support VPATH correctly,
13345please install GNU-make (possibly as gmake), and start
13346configure with the following command:
13347export MAKE=gmake; ./configure for sh-type shells
13348setenv MAKE gmake; ./configure for csh-type shells
13349Also please do remember to use gmake in this case every time
13350you are trying to compile.
13351" >&5
13352echo "$as_me: error:
13353You need a make-utility that is able to use the variable
13354VPATH correctly.
13355If your version of make does not support VPATH correctly,
13356please install GNU-make (possibly as gmake), and start
13357configure with the following command:
13358export MAKE=gmake; ./configure for sh-type shells
13359setenv MAKE gmake; ./configure for csh-type shells
13360Also please do remember to use gmake in this case every time
13361you are trying to compile.
13362" >&2;}
13363 { (exit 1); exit 1; }; }
13364fi fi
13365echo "$as_me:$LINENO: checking whether ln -s works" >&5
13366echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13367LN_S=$as_ln_s
13368if test "$LN_S" = "ln -s"; then
13369 echo "$as_me:$LINENO: result: yes" >&5
13370echo "${ECHO_T}yes" >&6
13371else
13372 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13373echo "${ECHO_T}no, using $LN_S" >&6
13374fi
13375
13376
13377
9273ffba
DE
13378if test "x$XLCXX" = "xyes"; then
13379 CXXFLAGS="$CXXFLAGS -qunique"
13380fi
13381
13382
4d7ec9f1
DE
13383case "${host}" in
13384 powerpc-*-darwin* )
13385 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13386echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13387 cat >conftest.$ac_ext <<_ACEOF
13388/* confdefs.h. */
13389_ACEOF
13390cat confdefs.h >>conftest.$ac_ext
13391cat >>conftest.$ac_ext <<_ACEOF
13392/* end confdefs.h. */
13393
13394int
13395main ()
13396{
13397#ifndef __POWERPC__
13398 choke me for lack of PowerPC
13399#endif
13400
13401 ;
13402 return 0;
13403}
13404_ACEOF
13405rm -f conftest.$ac_objext
13406if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13407 (eval $ac_compile) 2>conftest.er1
13408 ac_status=$?
13409 grep -v '^ *+' conftest.er1 >conftest.err
13410 rm -f conftest.er1
13411 cat conftest.err >&5
13412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13413 (exit $ac_status); } &&
ddd14b14
RR
13414 { ac_try='test -z "$ac_c_werror_flag"
13415 || test ! -s conftest.err'
4d7ec9f1
DE
13416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13417 (eval $ac_try) 2>&5
13418 ac_status=$?
13419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13420 (exit $ac_status); }; } &&
13421 { ac_try='test -s conftest.$ac_objext'
13422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13423 (eval $ac_try) 2>&5
13424 ac_status=$?
13425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13426 (exit $ac_status); }; }; then
13427 echo "$as_me:$LINENO: result: yes" >&5
13428echo "${ECHO_T}yes" >&6
13429else
13430 echo "$as_me: failed program was:" >&5
13431sed 's/^/| /' conftest.$ac_ext >&5
13432
13433echo "$as_me:$LINENO: result: no" >&5
13434echo "${ECHO_T}no" >&6
13435 cat >>confdefs.h <<\_ACEOF
13436#define __POWERPC__ 1
13437_ACEOF
13438
13439
13440fi
13441rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13442 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13443echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13444 cat >conftest.$ac_ext <<_ACEOF
13445/* confdefs.h. */
13446_ACEOF
13447cat confdefs.h >>conftest.$ac_ext
13448cat >>conftest.$ac_ext <<_ACEOF
13449/* end confdefs.h. */
13450#include <CoreFoundation/CFBase.h>
13451
13452int
13453main ()
13454{
13455
13456 ;
13457 return 0;
13458}
13459_ACEOF
13460rm -f conftest.$ac_objext
13461if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13462 (eval $ac_compile) 2>conftest.er1
13463 ac_status=$?
13464 grep -v '^ *+' conftest.er1 >conftest.err
13465 rm -f conftest.er1
13466 cat conftest.err >&5
13467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13468 (exit $ac_status); } &&
ddd14b14
RR
13469 { ac_try='test -z "$ac_c_werror_flag"
13470 || test ! -s conftest.err'
4d7ec9f1
DE
13471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13472 (eval $ac_try) 2>&5
13473 ac_status=$?
13474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13475 (exit $ac_status); }; } &&
13476 { ac_try='test -s conftest.$ac_objext'
13477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13478 (eval $ac_try) 2>&5
13479 ac_status=$?
13480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13481 (exit $ac_status); }; }; then
13482 echo "$as_me:$LINENO: result: yes" >&5
13483echo "${ECHO_T}yes" >&6
13484else
13485 echo "$as_me: failed program was:" >&5
13486sed 's/^/| /' conftest.$ac_ext >&5
13487
13488echo "$as_me:$LINENO: result: no" >&5
13489echo "${ECHO_T}no" >&6
13490 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13491echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13492 cat >conftest.$ac_ext <<_ACEOF
13493/* confdefs.h. */
13494_ACEOF
13495cat confdefs.h >>conftest.$ac_ext
13496cat >>conftest.$ac_ext <<_ACEOF
13497/* end confdefs.h. */
13498#define __CF_USE_FRAMEWORK_INCLUDES__
13499#include <CoreFoundation/CFBase.h>
13500
13501int
13502main ()
13503{
13504
13505 ;
13506 return 0;
13507}
13508_ACEOF
13509rm -f conftest.$ac_objext
13510if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13511 (eval $ac_compile) 2>conftest.er1
13512 ac_status=$?
13513 grep -v '^ *+' conftest.er1 >conftest.err
13514 rm -f conftest.er1
13515 cat conftest.err >&5
13516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13517 (exit $ac_status); } &&
ddd14b14
RR
13518 { ac_try='test -z "$ac_c_werror_flag"
13519 || test ! -s conftest.err'
4d7ec9f1
DE
13520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13521 (eval $ac_try) 2>&5
13522 ac_status=$?
13523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13524 (exit $ac_status); }; } &&
13525 { ac_try='test -s conftest.$ac_objext'
13526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13527 (eval $ac_try) 2>&5
13528 ac_status=$?
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); }; }; then
13531 echo "$as_me:$LINENO: result: yes" >&5
13532echo "${ECHO_T}yes" >&6
13533 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
13534else
13535 echo "$as_me: failed program was:" >&5
13536sed 's/^/| /' conftest.$ac_ext >&5
13537
13538{ { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
13539See \`config.log' for more details." >&5
13540echo "$as_me: error: no. CoreFoundation not available.
13541See \`config.log' for more details." >&2;}
13542 { (exit 1); exit 1; }; }
13543
13544fi
13545rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13546
13547
13548fi
13549rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13550 ;;
13551esac
13552
a848cd7e
SC
13553case "${host}" in
13554 *-pc-os2_emx | *-pc-os2-emx )
13555 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
13556 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
13557echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
13558if test "${ac_cv_lib_cExt_drand48+set}" = set; then
13559 echo $ECHO_N "(cached) $ECHO_C" >&6
13560else
13561 ac_check_lib_save_LIBS=$LIBS
13562LIBS="-lcExt $LIBS"
13563cat >conftest.$ac_ext <<_ACEOF
13564/* confdefs.h. */
13565_ACEOF
13566cat confdefs.h >>conftest.$ac_ext
13567cat >>conftest.$ac_ext <<_ACEOF
13568/* end confdefs.h. */
13569
13570/* Override any gcc2 internal prototype to avoid an error. */
13571#ifdef __cplusplus
13572extern "C"
13573#endif
13574/* We use char because int might match the return type of a gcc2
13575 builtin and then its argument prototype would still apply. */
13576char drand48 ();
13577int
13578main ()
13579{
13580drand48 ();
13581 ;
13582 return 0;
13583}
13584_ACEOF
13585rm -f conftest.$ac_objext conftest$ac_exeext
13586if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 13587 (eval $ac_link) 2>conftest.er1
a848cd7e 13588 ac_status=$?
ac1cb8d3
VS
13589 grep -v '^ *+' conftest.er1 >conftest.err
13590 rm -f conftest.er1
13591 cat conftest.err >&5
a848cd7e
SC
13592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13593 (exit $ac_status); } &&
ddd14b14
RR
13594 { ac_try='test -z "$ac_c_werror_flag"
13595 || test ! -s conftest.err'
ac1cb8d3
VS
13596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13597 (eval $ac_try) 2>&5
13598 ac_status=$?
13599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13600 (exit $ac_status); }; } &&
13601 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
13602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13603 (eval $ac_try) 2>&5
13604 ac_status=$?
13605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13606 (exit $ac_status); }; }; then
13607 ac_cv_lib_cExt_drand48=yes
13608else
13609 echo "$as_me: failed program was:" >&5
13610sed 's/^/| /' conftest.$ac_ext >&5
13611
13612ac_cv_lib_cExt_drand48=no
13613fi
ac1cb8d3
VS
13614rm -f conftest.err conftest.$ac_objext \
13615 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
13616LIBS=$ac_check_lib_save_LIBS
13617fi
13618echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
13619echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
13620if test $ac_cv_lib_cExt_drand48 = yes; then
13621 LIBS="$LIBS -lcExt"
13622fi
13623
13624 else
13625 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
13626 fi
69120ee4
VZ
13627 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
13628echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
a848cd7e
SC
13629if test "${wx_cv_gccversion+set}" = set; then
13630 echo $ECHO_N "(cached) $ECHO_C" >&6
13631else
13632
391a765e
VS
13633 if test "$cross_compiling" = yes; then
13634 wx_cv_gccversion="EMX2"
13635
13636else
13637 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
13638/* confdefs.h. */
13639_ACEOF
13640cat confdefs.h >>conftest.$ac_ext
13641cat >>conftest.$ac_ext <<_ACEOF
13642/* end confdefs.h. */
13643
391a765e 13644 #include <stdio.h>
a848cd7e 13645
391a765e
VS
13646 int main()
13647 {
13648 FILE *f=fopen("conftestval", "w");
13649 if (!f) exit(1);
13650 fprintf(f,
a848cd7e 13651 #if (__GNUC__ < 3)
391a765e
VS
13652 "EMX2"
13653 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
13654 "EMX3"
13655 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
13656 "Innotek5"
13657 #else
13658 "Innotek6"
a848cd7e 13659 #endif
391a765e
VS
13660 );
13661 exit(0);
13662 }
a848cd7e 13663
a848cd7e 13664_ACEOF
391a765e
VS
13665rm -f conftest$ac_exeext
13666if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13667 (eval $ac_link) 2>&5
ac1cb8d3
VS
13668 ac_status=$?
13669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
391a765e 13670 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
a848cd7e
SC
13671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13672 (eval $ac_try) 2>&5
13673 ac_status=$?
13674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13675 (exit $ac_status); }; }; then
391a765e 13676 wx_cv_gccversion=`cat conftestval`
a848cd7e 13677else
391a765e
VS
13678 echo "$as_me: program exited with status $ac_status" >&5
13679echo "$as_me: failed program was:" >&5
a848cd7e
SC
13680sed 's/^/| /' conftest.$ac_ext >&5
13681
391a765e
VS
13682( exit $ac_status )
13683wx_cv_gccversion="EMX2"
a848cd7e 13684fi
391a765e 13685rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 13686fi
a848cd7e
SC
13687
13688fi
13689echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
13690echo "${ECHO_T}$wx_cv_gccversion" >&6
391a765e 13691 if test "$wx_cv_gccversion" = "EMX2"; then
a848cd7e
SC
13692 LIBS="$LIBS -lstdcpp"
13693 LDFLAGS="$LDFLAGS -Zsysv-signals"
13694 else
391a765e 13695 if test "$wx_cv_gccversion" = "EMX3"; then
ddd14b14 13696 LIBS="$LIBS -lstdcxx -lgcc"
a848cd7e
SC
13697 LDFLAGS="$LDFLAGS -Zsysv-signals"
13698 else
13699 LIBS="$LIBS -lstdc++"
13700 fi
13701 fi
94acd38e
DE
13702 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
13703 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
13704echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
13705 wxUSE_OMF=yes
2da0c077 13706 enable_omf=yes
a848cd7e
SC
13707 fi
13708 ;;
13709 *)
13710
13711
13712
13713 ac_ext=cc
13714ac_cpp='$CXXCPP $CPPFLAGS'
13715ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13716ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13717ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13718
13719
95986553 13720 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
a848cd7e
SC
13721echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
13722if test "${ac_cv_string_strcasecmp+set}" = set; then
13723 echo $ECHO_N "(cached) $ECHO_C" >&6
13724else
13725
13726 cat >conftest.$ac_ext <<_ACEOF
13727/* confdefs.h. */
13728_ACEOF
13729cat confdefs.h >>conftest.$ac_ext
13730cat >>conftest.$ac_ext <<_ACEOF
13731/* end confdefs.h. */
13732
13733 #include <string.h>
13734
13735int
13736main ()
13737{
13738
13739 strcasecmp("foo", "bar");
13740
13741 ;
13742 return 0;
13743}
13744_ACEOF
13745rm -f conftest.$ac_objext conftest$ac_exeext
13746if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 13747 (eval $ac_link) 2>conftest.er1
a848cd7e 13748 ac_status=$?
ac1cb8d3
VS
13749 grep -v '^ *+' conftest.er1 >conftest.err
13750 rm -f conftest.er1
13751 cat conftest.err >&5
a848cd7e
SC
13752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13753 (exit $ac_status); } &&
ddd14b14
RR
13754 { ac_try='test -z "$ac_cxx_werror_flag"
13755 || test ! -s conftest.err'
ac1cb8d3
VS
13756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13757 (eval $ac_try) 2>&5
13758 ac_status=$?
13759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13760 (exit $ac_status); }; } &&
13761 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
13762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13763 (eval $ac_try) 2>&5
13764 ac_status=$?
13765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13766 (exit $ac_status); }; }; then
13767 ac_cv_string_strcasecmp=yes
13768else
13769 echo "$as_me: failed program was:" >&5
13770sed 's/^/| /' conftest.$ac_ext >&5
13771
13772ac_cv_string_strcasecmp=no
13773
13774fi
ac1cb8d3
VS
13775rm -f conftest.err conftest.$ac_objext \
13776 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
13777
13778fi
13779echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
13780echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
13781
13782 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
13783 cat >>confdefs.h <<\_ACEOF
13784#define HAVE_STRCASECMP_IN_STRING_H 1
13785_ACEOF
13786
13787 else
13788 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
13789echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
13790if test "${ac_cv_strings_strcasecmp+set}" = set; then
13791 echo $ECHO_N "(cached) $ECHO_C" >&6
13792else
13793
13794 cat >conftest.$ac_ext <<_ACEOF
13795/* confdefs.h. */
13796_ACEOF
13797cat confdefs.h >>conftest.$ac_ext
13798cat >>conftest.$ac_ext <<_ACEOF
13799/* end confdefs.h. */
13800
13801 #include <strings.h>
13802
13803int
13804main ()
13805{
13806
13807 strcasecmp("foo", "bar");
13808
13809 ;
13810 return 0;
13811}
13812_ACEOF
13813rm -f conftest.$ac_objext conftest$ac_exeext
13814if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 13815 (eval $ac_link) 2>conftest.er1
a848cd7e 13816 ac_status=$?
ac1cb8d3
VS
13817 grep -v '^ *+' conftest.er1 >conftest.err
13818 rm -f conftest.er1
13819 cat conftest.err >&5
a848cd7e
SC
13820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13821 (exit $ac_status); } &&
ddd14b14
RR
13822 { ac_try='test -z "$ac_cxx_werror_flag"
13823 || test ! -s conftest.err'
ac1cb8d3
VS
13824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13825 (eval $ac_try) 2>&5
13826 ac_status=$?
13827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13828 (exit $ac_status); }; } &&
13829 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
13830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13831 (eval $ac_try) 2>&5
13832 ac_status=$?
13833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13834 (exit $ac_status); }; }; then
13835 ac_cv_strings_strcasecmp=yes
13836else
13837 echo "$as_me: failed program was:" >&5
13838sed 's/^/| /' conftest.$ac_ext >&5
13839
13840ac_cv_strings_strcasecmp=no
13841
13842fi
ac1cb8d3
VS
13843rm -f conftest.err conftest.$ac_objext \
13844 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
13845
13846fi
13847echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
13848echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
13849
0c3c69fc 13850 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
a848cd7e
SC
13851 cat >>confdefs.h <<\_ACEOF
13852#define HAVE_STRCASECMP_IN_STRINGS_H 1
13853_ACEOF
13854
13855 else
13856 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
13857echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
13858 { (exit 1); exit 1; }; }
13859 fi
13860 fi
13861
13862 ac_ext=c
13863ac_cpp='$CPP $CPPFLAGS'
13864ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13865ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13866ac_compiler_gnu=$ac_cv_c_compiler_gnu
13867
13868 ;;
13869esac
13870
13871
13872echo "$as_me:$LINENO: checking for ANSI C header files" >&5
13873echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
13874if test "${ac_cv_header_stdc+set}" = set; then
13875 echo $ECHO_N "(cached) $ECHO_C" >&6
13876else
13877 cat >conftest.$ac_ext <<_ACEOF
13878/* confdefs.h. */
13879_ACEOF
13880cat confdefs.h >>conftest.$ac_ext
13881cat >>conftest.$ac_ext <<_ACEOF
13882/* end confdefs.h. */
13883#include <stdlib.h>
13884#include <stdarg.h>
13885#include <string.h>
13886#include <float.h>
13887
13888int
13889main ()
13890{
13891
13892 ;
13893 return 0;
13894}
13895_ACEOF
13896rm -f conftest.$ac_objext
13897if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 13898 (eval $ac_compile) 2>conftest.er1
a848cd7e 13899 ac_status=$?
ac1cb8d3
VS
13900 grep -v '^ *+' conftest.er1 >conftest.err
13901 rm -f conftest.er1
13902 cat conftest.err >&5
a848cd7e
SC
13903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13904 (exit $ac_status); } &&
ddd14b14
RR
13905 { ac_try='test -z "$ac_c_werror_flag"
13906 || test ! -s conftest.err'
ac1cb8d3
VS
13907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13908 (eval $ac_try) 2>&5
13909 ac_status=$?
13910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13911 (exit $ac_status); }; } &&
13912 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
13913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13914 (eval $ac_try) 2>&5
13915 ac_status=$?
13916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13917 (exit $ac_status); }; }; then
13918 ac_cv_header_stdc=yes
13919else
13920 echo "$as_me: failed program was:" >&5
13921sed 's/^/| /' conftest.$ac_ext >&5
13922
13923ac_cv_header_stdc=no
13924fi
ac1cb8d3 13925rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
13926
13927if test $ac_cv_header_stdc = yes; then
13928 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13929 cat >conftest.$ac_ext <<_ACEOF
13930/* confdefs.h. */
13931_ACEOF
13932cat confdefs.h >>conftest.$ac_ext
13933cat >>conftest.$ac_ext <<_ACEOF
13934/* end confdefs.h. */
13935#include <string.h>
13936
13937_ACEOF
13938if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13939 $EGREP "memchr" >/dev/null 2>&1; then
13940 :
13941else
13942 ac_cv_header_stdc=no
13943fi
13944rm -f conftest*
13945
13946fi
13947
13948if test $ac_cv_header_stdc = yes; then
13949 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13950 cat >conftest.$ac_ext <<_ACEOF
13951/* confdefs.h. */
13952_ACEOF
13953cat confdefs.h >>conftest.$ac_ext
13954cat >>conftest.$ac_ext <<_ACEOF
13955/* end confdefs.h. */
13956#include <stdlib.h>
13957
13958_ACEOF
13959if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13960 $EGREP "free" >/dev/null 2>&1; then
13961 :
13962else
13963 ac_cv_header_stdc=no
13964fi
13965rm -f conftest*
13966
13967fi
13968
13969if test $ac_cv_header_stdc = yes; then
13970 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13971 if test "$cross_compiling" = yes; then
13972 :
13973else
13974 cat >conftest.$ac_ext <<_ACEOF
13975/* confdefs.h. */
13976_ACEOF
13977cat confdefs.h >>conftest.$ac_ext
13978cat >>conftest.$ac_ext <<_ACEOF
13979/* end confdefs.h. */
13980#include <ctype.h>
13981#if ((' ' & 0x0FF) == 0x020)
13982# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13983# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13984#else
13985# define ISLOWER(c) \
ac1cb8d3
VS
13986 (('a' <= (c) && (c) <= 'i') \
13987 || ('j' <= (c) && (c) <= 'r') \
13988 || ('s' <= (c) && (c) <= 'z'))
a848cd7e
SC
13989# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13990#endif
13991
13992#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13993int
13994main ()
13995{
13996 int i;
13997 for (i = 0; i < 256; i++)
13998 if (XOR (islower (i), ISLOWER (i))
ac1cb8d3 13999 || toupper (i) != TOUPPER (i))
a848cd7e
SC
14000 exit(2);
14001 exit (0);
14002}
14003_ACEOF
14004rm -f conftest$ac_exeext
14005if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14006 (eval $ac_link) 2>&5
14007 ac_status=$?
14008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14009 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14011 (eval $ac_try) 2>&5
14012 ac_status=$?
14013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14014 (exit $ac_status); }; }; then
14015 :
14016else
14017 echo "$as_me: program exited with status $ac_status" >&5
14018echo "$as_me: failed program was:" >&5
14019sed 's/^/| /' conftest.$ac_ext >&5
14020
14021( exit $ac_status )
14022ac_cv_header_stdc=no
14023fi
ac1cb8d3 14024rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14025fi
14026fi
14027fi
14028echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
14029echo "${ECHO_T}$ac_cv_header_stdc" >&6
14030if test $ac_cv_header_stdc = yes; then
14031
14032cat >>confdefs.h <<\_ACEOF
14033#define STDC_HEADERS 1
14034_ACEOF
14035
14036fi
14037
14038# On IRIX 5.3, sys/types and inttypes.h are conflicting.
14039
14040
14041
14042
14043
14044
14045
14046
14047
14048for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
ac1cb8d3 14049 inttypes.h stdint.h unistd.h
a848cd7e
SC
14050do
14051as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14052echo "$as_me:$LINENO: checking for $ac_header" >&5
14053echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14054if eval "test \"\${$as_ac_Header+set}\" = set"; then
14055 echo $ECHO_N "(cached) $ECHO_C" >&6
14056else
14057 cat >conftest.$ac_ext <<_ACEOF
14058/* confdefs.h. */
14059_ACEOF
14060cat confdefs.h >>conftest.$ac_ext
14061cat >>conftest.$ac_ext <<_ACEOF
14062/* end confdefs.h. */
14063$ac_includes_default
14064
14065#include <$ac_header>
14066_ACEOF
14067rm -f conftest.$ac_objext
14068if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14069 (eval $ac_compile) 2>conftest.er1
a848cd7e 14070 ac_status=$?
ac1cb8d3
VS
14071 grep -v '^ *+' conftest.er1 >conftest.err
14072 rm -f conftest.er1
14073 cat conftest.err >&5
a848cd7e
SC
14074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14075 (exit $ac_status); } &&
ddd14b14
RR
14076 { ac_try='test -z "$ac_c_werror_flag"
14077 || test ! -s conftest.err'
ac1cb8d3
VS
14078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14079 (eval $ac_try) 2>&5
14080 ac_status=$?
14081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14082 (exit $ac_status); }; } &&
14083 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14085 (eval $ac_try) 2>&5
14086 ac_status=$?
14087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14088 (exit $ac_status); }; }; then
14089 eval "$as_ac_Header=yes"
14090else
14091 echo "$as_me: failed program was:" >&5
14092sed 's/^/| /' conftest.$ac_ext >&5
14093
14094eval "$as_ac_Header=no"
14095fi
ac1cb8d3 14096rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14097fi
14098echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14099echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14100if test `eval echo '${'$as_ac_Header'}'` = yes; then
14101 cat >>confdefs.h <<_ACEOF
14102#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14103_ACEOF
14104
14105fi
14106
14107done
14108
14109
14110
14111for ac_header in stdlib.h
14112do
14113as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14114if eval "test \"\${$as_ac_Header+set}\" = set"; then
14115 echo "$as_me:$LINENO: checking for $ac_header" >&5
14116echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14117if eval "test \"\${$as_ac_Header+set}\" = set"; then
14118 echo $ECHO_N "(cached) $ECHO_C" >&6
14119fi
14120echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14121echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14122else
14123 # Is the header compilable?
14124echo "$as_me:$LINENO: checking $ac_header usability" >&5
14125echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14126cat >conftest.$ac_ext <<_ACEOF
14127/* confdefs.h. */
14128_ACEOF
14129cat confdefs.h >>conftest.$ac_ext
14130cat >>conftest.$ac_ext <<_ACEOF
14131/* end confdefs.h. */
14132$ac_includes_default
14133#include <$ac_header>
14134_ACEOF
14135rm -f conftest.$ac_objext
14136if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14137 (eval $ac_compile) 2>conftest.er1
a848cd7e 14138 ac_status=$?
ac1cb8d3
VS
14139 grep -v '^ *+' conftest.er1 >conftest.err
14140 rm -f conftest.er1
14141 cat conftest.err >&5
a848cd7e
SC
14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14143 (exit $ac_status); } &&
ddd14b14
RR
14144 { ac_try='test -z "$ac_c_werror_flag"
14145 || test ! -s conftest.err'
ac1cb8d3
VS
14146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14147 (eval $ac_try) 2>&5
14148 ac_status=$?
14149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14150 (exit $ac_status); }; } &&
14151 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14153 (eval $ac_try) 2>&5
14154 ac_status=$?
14155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14156 (exit $ac_status); }; }; then
14157 ac_header_compiler=yes
14158else
14159 echo "$as_me: failed program was:" >&5
14160sed 's/^/| /' conftest.$ac_ext >&5
14161
14162ac_header_compiler=no
14163fi
ac1cb8d3 14164rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14165echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14166echo "${ECHO_T}$ac_header_compiler" >&6
14167
14168# Is the header present?
14169echo "$as_me:$LINENO: checking $ac_header presence" >&5
14170echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14171cat >conftest.$ac_ext <<_ACEOF
14172/* confdefs.h. */
14173_ACEOF
14174cat confdefs.h >>conftest.$ac_ext
14175cat >>conftest.$ac_ext <<_ACEOF
14176/* end confdefs.h. */
14177#include <$ac_header>
14178_ACEOF
14179if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14180 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14181 ac_status=$?
14182 grep -v '^ *+' conftest.er1 >conftest.err
14183 rm -f conftest.er1
14184 cat conftest.err >&5
14185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14186 (exit $ac_status); } >/dev/null; then
14187 if test -s conftest.err; then
14188 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14189 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14190 else
14191 ac_cpp_err=
14192 fi
14193else
14194 ac_cpp_err=yes
14195fi
14196if test -z "$ac_cpp_err"; then
14197 ac_header_preproc=yes
14198else
14199 echo "$as_me: failed program was:" >&5
14200sed 's/^/| /' conftest.$ac_ext >&5
14201
14202 ac_header_preproc=no
14203fi
14204rm -f conftest.err conftest.$ac_ext
14205echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14206echo "${ECHO_T}$ac_header_preproc" >&6
14207
14208# So? What about this header?
ac1cb8d3
VS
14209case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14210 yes:no: )
a848cd7e
SC
14211 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14212echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14213 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14214echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14215 ac_header_preproc=yes
a848cd7e 14216 ;;
ac1cb8d3 14217 no:yes:* )
a848cd7e
SC
14218 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14219echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14220 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14221echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14222 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14223echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14224 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14225echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14226 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14227echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14228 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14229echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14230 (
14231 cat <<\_ASBOX
ac1cb8d3
VS
14232## ----------------------------------------- ##
14233## Report this to wx-dev@lists.wxwidgets.org ##
14234## ----------------------------------------- ##
a848cd7e
SC
14235_ASBOX
14236 ) |
14237 sed "s/^/$as_me: WARNING: /" >&2
14238 ;;
14239esac
14240echo "$as_me:$LINENO: checking for $ac_header" >&5
14241echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14242if eval "test \"\${$as_ac_Header+set}\" = set"; then
14243 echo $ECHO_N "(cached) $ECHO_C" >&6
14244else
ac1cb8d3 14245 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14246fi
14247echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14248echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14249
14250fi
14251if test `eval echo '${'$as_ac_Header'}'` = yes; then
14252 cat >>confdefs.h <<_ACEOF
14253#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14254_ACEOF
14255
14256fi
14257
14258done
14259
14260
14261for ac_header in malloc.h
14262do
14263as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14264if eval "test \"\${$as_ac_Header+set}\" = set"; then
14265 echo "$as_me:$LINENO: checking for $ac_header" >&5
14266echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14267if eval "test \"\${$as_ac_Header+set}\" = set"; then
14268 echo $ECHO_N "(cached) $ECHO_C" >&6
14269fi
14270echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14271echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14272else
14273 # Is the header compilable?
14274echo "$as_me:$LINENO: checking $ac_header usability" >&5
14275echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14276cat >conftest.$ac_ext <<_ACEOF
14277/* confdefs.h. */
14278_ACEOF
14279cat confdefs.h >>conftest.$ac_ext
14280cat >>conftest.$ac_ext <<_ACEOF
14281/* end confdefs.h. */
14282$ac_includes_default
14283#include <$ac_header>
14284_ACEOF
14285rm -f conftest.$ac_objext
14286if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14287 (eval $ac_compile) 2>conftest.er1
a848cd7e 14288 ac_status=$?
ac1cb8d3
VS
14289 grep -v '^ *+' conftest.er1 >conftest.err
14290 rm -f conftest.er1
14291 cat conftest.err >&5
a848cd7e
SC
14292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14293 (exit $ac_status); } &&
ddd14b14
RR
14294 { ac_try='test -z "$ac_c_werror_flag"
14295 || test ! -s conftest.err'
ac1cb8d3
VS
14296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14297 (eval $ac_try) 2>&5
14298 ac_status=$?
14299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14300 (exit $ac_status); }; } &&
14301 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14303 (eval $ac_try) 2>&5
14304 ac_status=$?
14305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14306 (exit $ac_status); }; }; then
14307 ac_header_compiler=yes
14308else
14309 echo "$as_me: failed program was:" >&5
14310sed 's/^/| /' conftest.$ac_ext >&5
14311
14312ac_header_compiler=no
14313fi
ac1cb8d3 14314rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14315echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14316echo "${ECHO_T}$ac_header_compiler" >&6
14317
14318# Is the header present?
14319echo "$as_me:$LINENO: checking $ac_header presence" >&5
14320echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14321cat >conftest.$ac_ext <<_ACEOF
14322/* confdefs.h. */
14323_ACEOF
14324cat confdefs.h >>conftest.$ac_ext
14325cat >>conftest.$ac_ext <<_ACEOF
14326/* end confdefs.h. */
14327#include <$ac_header>
14328_ACEOF
14329if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14330 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14331 ac_status=$?
14332 grep -v '^ *+' conftest.er1 >conftest.err
14333 rm -f conftest.er1
14334 cat conftest.err >&5
14335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); } >/dev/null; then
14337 if test -s conftest.err; then
14338 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14339 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14340 else
14341 ac_cpp_err=
14342 fi
14343else
14344 ac_cpp_err=yes
14345fi
14346if test -z "$ac_cpp_err"; then
14347 ac_header_preproc=yes
14348else
14349 echo "$as_me: failed program was:" >&5
14350sed 's/^/| /' conftest.$ac_ext >&5
14351
14352 ac_header_preproc=no
14353fi
14354rm -f conftest.err conftest.$ac_ext
14355echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14356echo "${ECHO_T}$ac_header_preproc" >&6
14357
14358# So? What about this header?
ac1cb8d3
VS
14359case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14360 yes:no: )
a848cd7e
SC
14361 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14362echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14363 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14364echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14365 ac_header_preproc=yes
a848cd7e 14366 ;;
ac1cb8d3 14367 no:yes:* )
a848cd7e
SC
14368 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14369echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14370 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14371echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14372 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14373echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14374 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14375echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14376 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14377echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14378 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14379echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14380 (
14381 cat <<\_ASBOX
ac1cb8d3
VS
14382## ----------------------------------------- ##
14383## Report this to wx-dev@lists.wxwidgets.org ##
14384## ----------------------------------------- ##
a848cd7e
SC
14385_ASBOX
14386 ) |
14387 sed "s/^/$as_me: WARNING: /" >&2
14388 ;;
14389esac
14390echo "$as_me:$LINENO: checking for $ac_header" >&5
14391echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14392if eval "test \"\${$as_ac_Header+set}\" = set"; then
14393 echo $ECHO_N "(cached) $ECHO_C" >&6
14394else
ac1cb8d3 14395 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14396fi
14397echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14398echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14399
14400fi
14401if test `eval echo '${'$as_ac_Header'}'` = yes; then
14402 cat >>confdefs.h <<_ACEOF
14403#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14404_ACEOF
14405
14406fi
14407
14408done
14409
14410
14411for ac_header in unistd.h
14412do
14413as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14414if eval "test \"\${$as_ac_Header+set}\" = set"; then
14415 echo "$as_me:$LINENO: checking for $ac_header" >&5
14416echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14417if eval "test \"\${$as_ac_Header+set}\" = set"; then
14418 echo $ECHO_N "(cached) $ECHO_C" >&6
14419fi
14420echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14421echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14422else
14423 # Is the header compilable?
14424echo "$as_me:$LINENO: checking $ac_header usability" >&5
14425echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14426cat >conftest.$ac_ext <<_ACEOF
14427/* confdefs.h. */
14428_ACEOF
14429cat confdefs.h >>conftest.$ac_ext
14430cat >>conftest.$ac_ext <<_ACEOF
14431/* end confdefs.h. */
14432$ac_includes_default
14433#include <$ac_header>
14434_ACEOF
14435rm -f conftest.$ac_objext
14436if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14437 (eval $ac_compile) 2>conftest.er1
a848cd7e 14438 ac_status=$?
ac1cb8d3
VS
14439 grep -v '^ *+' conftest.er1 >conftest.err
14440 rm -f conftest.er1
14441 cat conftest.err >&5
a848cd7e
SC
14442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14443 (exit $ac_status); } &&
ddd14b14
RR
14444 { ac_try='test -z "$ac_c_werror_flag"
14445 || test ! -s conftest.err'
ac1cb8d3
VS
14446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14447 (eval $ac_try) 2>&5
14448 ac_status=$?
14449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14450 (exit $ac_status); }; } &&
14451 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14453 (eval $ac_try) 2>&5
14454 ac_status=$?
14455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14456 (exit $ac_status); }; }; then
14457 ac_header_compiler=yes
14458else
14459 echo "$as_me: failed program was:" >&5
14460sed 's/^/| /' conftest.$ac_ext >&5
14461
14462ac_header_compiler=no
14463fi
ac1cb8d3 14464rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14465echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14466echo "${ECHO_T}$ac_header_compiler" >&6
14467
14468# Is the header present?
14469echo "$as_me:$LINENO: checking $ac_header presence" >&5
14470echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14471cat >conftest.$ac_ext <<_ACEOF
14472/* confdefs.h. */
14473_ACEOF
14474cat confdefs.h >>conftest.$ac_ext
14475cat >>conftest.$ac_ext <<_ACEOF
14476/* end confdefs.h. */
14477#include <$ac_header>
14478_ACEOF
14479if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14480 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14481 ac_status=$?
14482 grep -v '^ *+' conftest.er1 >conftest.err
14483 rm -f conftest.er1
14484 cat conftest.err >&5
14485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14486 (exit $ac_status); } >/dev/null; then
14487 if test -s conftest.err; then
14488 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14489 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14490 else
14491 ac_cpp_err=
14492 fi
14493else
14494 ac_cpp_err=yes
14495fi
14496if test -z "$ac_cpp_err"; then
14497 ac_header_preproc=yes
14498else
14499 echo "$as_me: failed program was:" >&5
14500sed 's/^/| /' conftest.$ac_ext >&5
14501
14502 ac_header_preproc=no
14503fi
14504rm -f conftest.err conftest.$ac_ext
14505echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14506echo "${ECHO_T}$ac_header_preproc" >&6
14507
14508# So? What about this header?
ac1cb8d3
VS
14509case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14510 yes:no: )
a848cd7e
SC
14511 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14512echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14513 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14514echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14515 ac_header_preproc=yes
a848cd7e 14516 ;;
ac1cb8d3 14517 no:yes:* )
a848cd7e
SC
14518 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14519echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14520 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14521echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14522 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14523echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14524 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14525echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14526 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14527echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14528 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14529echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14530 (
14531 cat <<\_ASBOX
ac1cb8d3
VS
14532## ----------------------------------------- ##
14533## Report this to wx-dev@lists.wxwidgets.org ##
14534## ----------------------------------------- ##
a848cd7e
SC
14535_ASBOX
14536 ) |
14537 sed "s/^/$as_me: WARNING: /" >&2
14538 ;;
14539esac
14540echo "$as_me:$LINENO: checking for $ac_header" >&5
14541echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14542if eval "test \"\${$as_ac_Header+set}\" = set"; then
14543 echo $ECHO_N "(cached) $ECHO_C" >&6
14544else
ac1cb8d3 14545 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14546fi
14547echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14548echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14549
14550fi
14551if test `eval echo '${'$as_ac_Header'}'` = yes; then
14552 cat >>confdefs.h <<_ACEOF
14553#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14554_ACEOF
14555
14556fi
14557
14558done
14559
14560
14561for ac_header in wchar.h
14562do
14563as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14564if eval "test \"\${$as_ac_Header+set}\" = set"; then
14565 echo "$as_me:$LINENO: checking for $ac_header" >&5
14566echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14567if eval "test \"\${$as_ac_Header+set}\" = set"; then
14568 echo $ECHO_N "(cached) $ECHO_C" >&6
14569fi
14570echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14571echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14572else
14573 # Is the header compilable?
14574echo "$as_me:$LINENO: checking $ac_header usability" >&5
14575echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14576cat >conftest.$ac_ext <<_ACEOF
14577/* confdefs.h. */
14578_ACEOF
14579cat confdefs.h >>conftest.$ac_ext
14580cat >>conftest.$ac_ext <<_ACEOF
14581/* end confdefs.h. */
14582$ac_includes_default
14583#include <$ac_header>
14584_ACEOF
14585rm -f conftest.$ac_objext
14586if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14587 (eval $ac_compile) 2>conftest.er1
a848cd7e 14588 ac_status=$?
ac1cb8d3
VS
14589 grep -v '^ *+' conftest.er1 >conftest.err
14590 rm -f conftest.er1
14591 cat conftest.err >&5
a848cd7e
SC
14592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14593 (exit $ac_status); } &&
ddd14b14
RR
14594 { ac_try='test -z "$ac_c_werror_flag"
14595 || test ! -s conftest.err'
ac1cb8d3
VS
14596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14597 (eval $ac_try) 2>&5
14598 ac_status=$?
14599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14600 (exit $ac_status); }; } &&
14601 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14603 (eval $ac_try) 2>&5
14604 ac_status=$?
14605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14606 (exit $ac_status); }; }; then
14607 ac_header_compiler=yes
14608else
14609 echo "$as_me: failed program was:" >&5
14610sed 's/^/| /' conftest.$ac_ext >&5
14611
14612ac_header_compiler=no
14613fi
ac1cb8d3 14614rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14615echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14616echo "${ECHO_T}$ac_header_compiler" >&6
14617
14618# Is the header present?
14619echo "$as_me:$LINENO: checking $ac_header presence" >&5
14620echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14621cat >conftest.$ac_ext <<_ACEOF
14622/* confdefs.h. */
14623_ACEOF
14624cat confdefs.h >>conftest.$ac_ext
14625cat >>conftest.$ac_ext <<_ACEOF
14626/* end confdefs.h. */
14627#include <$ac_header>
14628_ACEOF
14629if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14630 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14631 ac_status=$?
14632 grep -v '^ *+' conftest.er1 >conftest.err
14633 rm -f conftest.er1
14634 cat conftest.err >&5
14635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14636 (exit $ac_status); } >/dev/null; then
14637 if test -s conftest.err; then
14638 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14639 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14640 else
14641 ac_cpp_err=
14642 fi
14643else
14644 ac_cpp_err=yes
14645fi
14646if test -z "$ac_cpp_err"; then
14647 ac_header_preproc=yes
14648else
14649 echo "$as_me: failed program was:" >&5
14650sed 's/^/| /' conftest.$ac_ext >&5
14651
14652 ac_header_preproc=no
14653fi
14654rm -f conftest.err conftest.$ac_ext
14655echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14656echo "${ECHO_T}$ac_header_preproc" >&6
14657
14658# So? What about this header?
ac1cb8d3
VS
14659case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14660 yes:no: )
a848cd7e
SC
14661 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14662echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14663 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14664echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14665 ac_header_preproc=yes
a848cd7e 14666 ;;
ac1cb8d3 14667 no:yes:* )
a848cd7e
SC
14668 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14669echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14670 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14671echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14672 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14673echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14674 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14675echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14676 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14677echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14678 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14679echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14680 (
14681 cat <<\_ASBOX
ac1cb8d3
VS
14682## ----------------------------------------- ##
14683## Report this to wx-dev@lists.wxwidgets.org ##
14684## ----------------------------------------- ##
a848cd7e
SC
14685_ASBOX
14686 ) |
14687 sed "s/^/$as_me: WARNING: /" >&2
14688 ;;
14689esac
14690echo "$as_me:$LINENO: checking for $ac_header" >&5
14691echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14692if eval "test \"\${$as_ac_Header+set}\" = set"; then
14693 echo $ECHO_N "(cached) $ECHO_C" >&6
14694else
ac1cb8d3 14695 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14696fi
14697echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14698echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14699
14700fi
14701if test `eval echo '${'$as_ac_Header'}'` = yes; then
14702 cat >>confdefs.h <<_ACEOF
14703#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14704_ACEOF
14705
14706fi
14707
14708done
14709
14710
14711if test "$ac_cv_header_wchar_h" != "yes"; then
14712
14713for ac_header in wcstr.h
14714do
14715as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14716if eval "test \"\${$as_ac_Header+set}\" = set"; then
14717 echo "$as_me:$LINENO: checking for $ac_header" >&5
14718echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14719if eval "test \"\${$as_ac_Header+set}\" = set"; then
14720 echo $ECHO_N "(cached) $ECHO_C" >&6
14721fi
14722echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14723echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14724else
14725 # Is the header compilable?
14726echo "$as_me:$LINENO: checking $ac_header usability" >&5
14727echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14728cat >conftest.$ac_ext <<_ACEOF
14729/* confdefs.h. */
14730_ACEOF
14731cat confdefs.h >>conftest.$ac_ext
14732cat >>conftest.$ac_ext <<_ACEOF
14733/* end confdefs.h. */
14734$ac_includes_default
14735#include <$ac_header>
14736_ACEOF
14737rm -f conftest.$ac_objext
14738if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14739 (eval $ac_compile) 2>conftest.er1
a848cd7e 14740 ac_status=$?
ac1cb8d3
VS
14741 grep -v '^ *+' conftest.er1 >conftest.err
14742 rm -f conftest.er1
14743 cat conftest.err >&5
a848cd7e
SC
14744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14745 (exit $ac_status); } &&
ddd14b14
RR
14746 { ac_try='test -z "$ac_c_werror_flag"
14747 || test ! -s conftest.err'
ac1cb8d3
VS
14748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14749 (eval $ac_try) 2>&5
14750 ac_status=$?
14751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14752 (exit $ac_status); }; } &&
14753 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14755 (eval $ac_try) 2>&5
14756 ac_status=$?
14757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14758 (exit $ac_status); }; }; then
14759 ac_header_compiler=yes
14760else
14761 echo "$as_me: failed program was:" >&5
14762sed 's/^/| /' conftest.$ac_ext >&5
14763
14764ac_header_compiler=no
14765fi
ac1cb8d3 14766rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14767echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14768echo "${ECHO_T}$ac_header_compiler" >&6
14769
14770# Is the header present?
14771echo "$as_me:$LINENO: checking $ac_header presence" >&5
14772echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14773cat >conftest.$ac_ext <<_ACEOF
14774/* confdefs.h. */
14775_ACEOF
14776cat confdefs.h >>conftest.$ac_ext
14777cat >>conftest.$ac_ext <<_ACEOF
14778/* end confdefs.h. */
14779#include <$ac_header>
14780_ACEOF
14781if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14782 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14783 ac_status=$?
14784 grep -v '^ *+' conftest.er1 >conftest.err
14785 rm -f conftest.er1
14786 cat conftest.err >&5
14787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14788 (exit $ac_status); } >/dev/null; then
14789 if test -s conftest.err; then
14790 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14791 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14792 else
14793 ac_cpp_err=
14794 fi
14795else
14796 ac_cpp_err=yes
14797fi
14798if test -z "$ac_cpp_err"; then
14799 ac_header_preproc=yes
14800else
14801 echo "$as_me: failed program was:" >&5
14802sed 's/^/| /' conftest.$ac_ext >&5
14803
14804 ac_header_preproc=no
14805fi
14806rm -f conftest.err conftest.$ac_ext
14807echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14808echo "${ECHO_T}$ac_header_preproc" >&6
14809
14810# So? What about this header?
ac1cb8d3
VS
14811case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14812 yes:no: )
a848cd7e
SC
14813 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14814echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14815 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14816echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14817 ac_header_preproc=yes
a848cd7e 14818 ;;
ac1cb8d3 14819 no:yes:* )
a848cd7e
SC
14820 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14821echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14822 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14823echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14824 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14825echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14826 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14827echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14828 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14829echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14830 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14831echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14832 (
14833 cat <<\_ASBOX
ac1cb8d3
VS
14834## ----------------------------------------- ##
14835## Report this to wx-dev@lists.wxwidgets.org ##
14836## ----------------------------------------- ##
a848cd7e
SC
14837_ASBOX
14838 ) |
14839 sed "s/^/$as_me: WARNING: /" >&2
14840 ;;
14841esac
14842echo "$as_me:$LINENO: checking for $ac_header" >&5
14843echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14844if eval "test \"\${$as_ac_Header+set}\" = set"; then
14845 echo $ECHO_N "(cached) $ECHO_C" >&6
14846else
ac1cb8d3 14847 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14848fi
14849echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14850echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14851
14852fi
14853if test `eval echo '${'$as_ac_Header'}'` = yes; then
14854 cat >>confdefs.h <<_ACEOF
14855#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14856_ACEOF
14857
14858fi
14859
14860done
14861
14862fi
14863
14864
14865for ac_header in fnmatch.h
14866do
14867as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14868if eval "test \"\${$as_ac_Header+set}\" = set"; then
14869 echo "$as_me:$LINENO: checking for $ac_header" >&5
14870echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14871if eval "test \"\${$as_ac_Header+set}\" = set"; then
14872 echo $ECHO_N "(cached) $ECHO_C" >&6
14873fi
14874echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14875echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14876else
14877 # Is the header compilable?
14878echo "$as_me:$LINENO: checking $ac_header usability" >&5
14879echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14880cat >conftest.$ac_ext <<_ACEOF
14881/* confdefs.h. */
14882_ACEOF
14883cat confdefs.h >>conftest.$ac_ext
14884cat >>conftest.$ac_ext <<_ACEOF
14885/* end confdefs.h. */
14886$ac_includes_default
14887#include <$ac_header>
14888_ACEOF
14889rm -f conftest.$ac_objext
14890if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14891 (eval $ac_compile) 2>conftest.er1
a848cd7e 14892 ac_status=$?
ac1cb8d3
VS
14893 grep -v '^ *+' conftest.er1 >conftest.err
14894 rm -f conftest.er1
14895 cat conftest.err >&5
a848cd7e
SC
14896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14897 (exit $ac_status); } &&
ddd14b14
RR
14898 { ac_try='test -z "$ac_c_werror_flag"
14899 || test ! -s conftest.err'
ac1cb8d3
VS
14900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14901 (eval $ac_try) 2>&5
14902 ac_status=$?
14903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14904 (exit $ac_status); }; } &&
14905 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14907 (eval $ac_try) 2>&5
14908 ac_status=$?
14909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14910 (exit $ac_status); }; }; then
14911 ac_header_compiler=yes
14912else
14913 echo "$as_me: failed program was:" >&5
14914sed 's/^/| /' conftest.$ac_ext >&5
14915
14916ac_header_compiler=no
14917fi
ac1cb8d3 14918rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14919echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14920echo "${ECHO_T}$ac_header_compiler" >&6
14921
14922# Is the header present?
14923echo "$as_me:$LINENO: checking $ac_header presence" >&5
14924echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14925cat >conftest.$ac_ext <<_ACEOF
14926/* confdefs.h. */
14927_ACEOF
14928cat confdefs.h >>conftest.$ac_ext
14929cat >>conftest.$ac_ext <<_ACEOF
14930/* end confdefs.h. */
14931#include <$ac_header>
14932_ACEOF
14933if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14934 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14935 ac_status=$?
14936 grep -v '^ *+' conftest.er1 >conftest.err
14937 rm -f conftest.er1
14938 cat conftest.err >&5
14939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14940 (exit $ac_status); } >/dev/null; then
14941 if test -s conftest.err; then
14942 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14943 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14944 else
14945 ac_cpp_err=
14946 fi
14947else
14948 ac_cpp_err=yes
14949fi
14950if test -z "$ac_cpp_err"; then
14951 ac_header_preproc=yes
14952else
14953 echo "$as_me: failed program was:" >&5
14954sed 's/^/| /' conftest.$ac_ext >&5
14955
14956 ac_header_preproc=no
14957fi
14958rm -f conftest.err conftest.$ac_ext
14959echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14960echo "${ECHO_T}$ac_header_preproc" >&6
14961
14962# So? What about this header?
ac1cb8d3
VS
14963case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14964 yes:no: )
a848cd7e
SC
14965 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14966echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14967 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14968echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14969 ac_header_preproc=yes
a848cd7e 14970 ;;
ac1cb8d3 14971 no:yes:* )
a848cd7e
SC
14972 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14973echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14974 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14975echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14976 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14977echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14978 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14979echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14980 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14981echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14982 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14983echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14984 (
14985 cat <<\_ASBOX
ac1cb8d3
VS
14986## ----------------------------------------- ##
14987## Report this to wx-dev@lists.wxwidgets.org ##
14988## ----------------------------------------- ##
a848cd7e
SC
14989_ASBOX
14990 ) |
14991 sed "s/^/$as_me: WARNING: /" >&2
14992 ;;
14993esac
14994echo "$as_me:$LINENO: checking for $ac_header" >&5
14995echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14996if eval "test \"\${$as_ac_Header+set}\" = set"; then
14997 echo $ECHO_N "(cached) $ECHO_C" >&6
14998else
ac1cb8d3 14999 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15000fi
15001echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15002echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15003
15004fi
15005if test `eval echo '${'$as_ac_Header'}'` = yes; then
15006 cat >>confdefs.h <<_ACEOF
15007#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15008_ACEOF
15009
15010fi
15011
15012done
15013
15014
15015if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
15016
15017for ac_func in fnmatch
15018do
15019as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15020echo "$as_me:$LINENO: checking for $ac_func" >&5
15021echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15022if eval "test \"\${$as_ac_var+set}\" = set"; then
15023 echo $ECHO_N "(cached) $ECHO_C" >&6
15024else
15025 cat >conftest.$ac_ext <<_ACEOF
15026/* confdefs.h. */
15027_ACEOF
15028cat confdefs.h >>conftest.$ac_ext
15029cat >>conftest.$ac_ext <<_ACEOF
15030/* end confdefs.h. */
ac1cb8d3
VS
15031/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15032 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15033#define $ac_func innocuous_$ac_func
15034
a848cd7e
SC
15035/* System header to define __stub macros and hopefully few prototypes,
15036 which can conflict with char $ac_func (); below.
15037 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15038 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 15039
a848cd7e
SC
15040#ifdef __STDC__
15041# include <limits.h>
15042#else
15043# include <assert.h>
15044#endif
ac1cb8d3
VS
15045
15046#undef $ac_func
15047
a848cd7e
SC
15048/* Override any gcc2 internal prototype to avoid an error. */
15049#ifdef __cplusplus
15050extern "C"
15051{
15052#endif
15053/* We use char because int might match the return type of a gcc2
15054 builtin and then its argument prototype would still apply. */
15055char $ac_func ();
15056/* The GNU C library defines this for functions which it implements
15057 to always fail with ENOSYS. Some functions are actually named
15058 something starting with __ and the normal name is an alias. */
15059#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15060choke me
15061#else
15062char (*f) () = $ac_func;
15063#endif
15064#ifdef __cplusplus
15065}
15066#endif
15067
15068int
15069main ()
15070{
15071return f != $ac_func;
15072 ;
15073 return 0;
15074}
15075_ACEOF
15076rm -f conftest.$ac_objext conftest$ac_exeext
15077if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 15078 (eval $ac_link) 2>conftest.er1
a848cd7e 15079 ac_status=$?
ac1cb8d3
VS
15080 grep -v '^ *+' conftest.er1 >conftest.err
15081 rm -f conftest.er1
15082 cat conftest.err >&5
a848cd7e
SC
15083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15084 (exit $ac_status); } &&
ddd14b14
RR
15085 { ac_try='test -z "$ac_c_werror_flag"
15086 || test ! -s conftest.err'
ac1cb8d3
VS
15087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15088 (eval $ac_try) 2>&5
15089 ac_status=$?
15090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15091 (exit $ac_status); }; } &&
15092 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
15093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15094 (eval $ac_try) 2>&5
15095 ac_status=$?
15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); }; }; then
15098 eval "$as_ac_var=yes"
15099else
15100 echo "$as_me: failed program was:" >&5
15101sed 's/^/| /' conftest.$ac_ext >&5
15102
15103eval "$as_ac_var=no"
15104fi
ac1cb8d3
VS
15105rm -f conftest.err conftest.$ac_objext \
15106 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
15107fi
15108echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15109echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15110if test `eval echo '${'$as_ac_var'}'` = yes; then
15111 cat >>confdefs.h <<_ACEOF
15112#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15113_ACEOF
15114
15115fi
15116done
15117
15118fi
15119
15120
15121for ac_header in langinfo.h
15122do
15123as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15124if eval "test \"\${$as_ac_Header+set}\" = set"; then
15125 echo "$as_me:$LINENO: checking for $ac_header" >&5
15126echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15127if eval "test \"\${$as_ac_Header+set}\" = set"; then
15128 echo $ECHO_N "(cached) $ECHO_C" >&6
15129fi
15130echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15131echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15132else
15133 # Is the header compilable?
15134echo "$as_me:$LINENO: checking $ac_header usability" >&5
15135echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15136cat >conftest.$ac_ext <<_ACEOF
15137/* confdefs.h. */
15138_ACEOF
15139cat confdefs.h >>conftest.$ac_ext
15140cat >>conftest.$ac_ext <<_ACEOF
15141/* end confdefs.h. */
15142$ac_includes_default
15143#include <$ac_header>
15144_ACEOF
15145rm -f conftest.$ac_objext
15146if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15147 (eval $ac_compile) 2>conftest.er1
a848cd7e 15148 ac_status=$?
ac1cb8d3
VS
15149 grep -v '^ *+' conftest.er1 >conftest.err
15150 rm -f conftest.er1
15151 cat conftest.err >&5
a848cd7e
SC
15152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15153 (exit $ac_status); } &&
ddd14b14
RR
15154 { ac_try='test -z "$ac_c_werror_flag"
15155 || test ! -s conftest.err'
ac1cb8d3
VS
15156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15157 (eval $ac_try) 2>&5
15158 ac_status=$?
15159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15160 (exit $ac_status); }; } &&
15161 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15163 (eval $ac_try) 2>&5
15164 ac_status=$?
15165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15166 (exit $ac_status); }; }; then
15167 ac_header_compiler=yes
15168else
15169 echo "$as_me: failed program was:" >&5
15170sed 's/^/| /' conftest.$ac_ext >&5
15171
15172ac_header_compiler=no
15173fi
ac1cb8d3 15174rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15175echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15176echo "${ECHO_T}$ac_header_compiler" >&6
15177
15178# Is the header present?
15179echo "$as_me:$LINENO: checking $ac_header presence" >&5
15180echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15181cat >conftest.$ac_ext <<_ACEOF
15182/* confdefs.h. */
15183_ACEOF
15184cat confdefs.h >>conftest.$ac_ext
15185cat >>conftest.$ac_ext <<_ACEOF
15186/* end confdefs.h. */
15187#include <$ac_header>
15188_ACEOF
15189if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15190 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15191 ac_status=$?
15192 grep -v '^ *+' conftest.er1 >conftest.err
15193 rm -f conftest.er1
15194 cat conftest.err >&5
15195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15196 (exit $ac_status); } >/dev/null; then
15197 if test -s conftest.err; then
15198 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15199 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15200 else
15201 ac_cpp_err=
15202 fi
15203else
15204 ac_cpp_err=yes
15205fi
15206if test -z "$ac_cpp_err"; then
15207 ac_header_preproc=yes
15208else
15209 echo "$as_me: failed program was:" >&5
15210sed 's/^/| /' conftest.$ac_ext >&5
15211
15212 ac_header_preproc=no
15213fi
15214rm -f conftest.err conftest.$ac_ext
15215echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15216echo "${ECHO_T}$ac_header_preproc" >&6
15217
15218# So? What about this header?
ac1cb8d3
VS
15219case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15220 yes:no: )
a848cd7e
SC
15221 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15222echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15223 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15224echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15225 ac_header_preproc=yes
a848cd7e 15226 ;;
ac1cb8d3 15227 no:yes:* )
a848cd7e
SC
15228 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15229echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15230 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15231echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15232 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15233echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15234 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15235echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15236 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15237echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15238 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15239echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15240 (
15241 cat <<\_ASBOX
ac1cb8d3
VS
15242## ----------------------------------------- ##
15243## Report this to wx-dev@lists.wxwidgets.org ##
15244## ----------------------------------------- ##
a848cd7e
SC
15245_ASBOX
15246 ) |
15247 sed "s/^/$as_me: WARNING: /" >&2
15248 ;;
15249esac
15250echo "$as_me:$LINENO: checking for $ac_header" >&5
15251echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15252if eval "test \"\${$as_ac_Header+set}\" = set"; then
15253 echo $ECHO_N "(cached) $ECHO_C" >&6
15254else
ac1cb8d3 15255 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15256fi
15257echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15258echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15259
15260fi
15261if test `eval echo '${'$as_ac_Header'}'` = yes; then
15262 cat >>confdefs.h <<_ACEOF
15263#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15264_ACEOF
15265
15266fi
15267
15268done
15269
15270
15271case "${host}" in
15272 *-pc-os2_emx | *-pc-os2-emx )
391a765e
VS
15273 if test $ac_cv_header_langinfo_h = "yes" \
15274 -a \( "$wx_cv_gccversion" = "EMX2" \
15275 -o "$wx_cv_gccversion" = "EMX3" \
15276 -o "$wx_cv_gccversion" = "Innotek5" \); then
a848cd7e
SC
15277 LIBS="$LIBS -lintl"
15278 fi
15279 ;;
15280esac
15281
15282if test "$wxUSE_GUI" = "yes"; then
15283 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
15284
15285for ac_header in X11/Xlib.h
15286do
15287as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15288if eval "test \"\${$as_ac_Header+set}\" = set"; then
15289 echo "$as_me:$LINENO: checking for $ac_header" >&5
15290echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15291if eval "test \"\${$as_ac_Header+set}\" = set"; then
15292 echo $ECHO_N "(cached) $ECHO_C" >&6
15293fi
15294echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15295echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15296else
15297 # Is the header compilable?
15298echo "$as_me:$LINENO: checking $ac_header usability" >&5
15299echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15300cat >conftest.$ac_ext <<_ACEOF
15301/* confdefs.h. */
15302_ACEOF
15303cat confdefs.h >>conftest.$ac_ext
15304cat >>conftest.$ac_ext <<_ACEOF
15305/* end confdefs.h. */
15306$ac_includes_default
15307#include <$ac_header>
15308_ACEOF
15309rm -f conftest.$ac_objext
15310if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15311 (eval $ac_compile) 2>conftest.er1
a848cd7e 15312 ac_status=$?
ac1cb8d3
VS
15313 grep -v '^ *+' conftest.er1 >conftest.err
15314 rm -f conftest.er1
15315 cat conftest.err >&5
a848cd7e
SC
15316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15317 (exit $ac_status); } &&
ddd14b14
RR
15318 { ac_try='test -z "$ac_c_werror_flag"
15319 || test ! -s conftest.err'
ac1cb8d3
VS
15320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15321 (eval $ac_try) 2>&5
15322 ac_status=$?
15323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); }; } &&
15325 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15327 (eval $ac_try) 2>&5
15328 ac_status=$?
15329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15330 (exit $ac_status); }; }; then
15331 ac_header_compiler=yes
15332else
15333 echo "$as_me: failed program was:" >&5
15334sed 's/^/| /' conftest.$ac_ext >&5
15335
15336ac_header_compiler=no
15337fi
ac1cb8d3 15338rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15339echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15340echo "${ECHO_T}$ac_header_compiler" >&6
15341
15342# Is the header present?
15343echo "$as_me:$LINENO: checking $ac_header presence" >&5
15344echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15345cat >conftest.$ac_ext <<_ACEOF
15346/* confdefs.h. */
15347_ACEOF
15348cat confdefs.h >>conftest.$ac_ext
15349cat >>conftest.$ac_ext <<_ACEOF
15350/* end confdefs.h. */
15351#include <$ac_header>
15352_ACEOF
15353if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15354 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15355 ac_status=$?
15356 grep -v '^ *+' conftest.er1 >conftest.err
15357 rm -f conftest.er1
15358 cat conftest.err >&5
15359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15360 (exit $ac_status); } >/dev/null; then
15361 if test -s conftest.err; then
15362 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15363 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15364 else
15365 ac_cpp_err=
15366 fi
15367else
15368 ac_cpp_err=yes
15369fi
15370if test -z "$ac_cpp_err"; then
15371 ac_header_preproc=yes
15372else
15373 echo "$as_me: failed program was:" >&5
15374sed 's/^/| /' conftest.$ac_ext >&5
15375
15376 ac_header_preproc=no
15377fi
15378rm -f conftest.err conftest.$ac_ext
15379echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15380echo "${ECHO_T}$ac_header_preproc" >&6
15381
15382# So? What about this header?
ac1cb8d3
VS
15383case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15384 yes:no: )
a848cd7e
SC
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15386echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15388echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15389 ac_header_preproc=yes
a848cd7e 15390 ;;
ac1cb8d3 15391 no:yes:* )
a848cd7e
SC
15392 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15393echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15394 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15395echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15396 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15397echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15398 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15399echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15400 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15401echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15402 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15403echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15404 (
15405 cat <<\_ASBOX
ac1cb8d3
VS
15406## ----------------------------------------- ##
15407## Report this to wx-dev@lists.wxwidgets.org ##
15408## ----------------------------------------- ##
a848cd7e
SC
15409_ASBOX
15410 ) |
15411 sed "s/^/$as_me: WARNING: /" >&2
15412 ;;
15413esac
15414echo "$as_me:$LINENO: checking for $ac_header" >&5
15415echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15416if eval "test \"\${$as_ac_Header+set}\" = set"; then
15417 echo $ECHO_N "(cached) $ECHO_C" >&6
15418else
ac1cb8d3 15419 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15420fi
15421echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15422echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15423
15424fi
15425if test `eval echo '${'$as_ac_Header'}'` = yes; then
15426 cat >>confdefs.h <<_ACEOF
15427#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15428_ACEOF
15429
15430fi
15431
15432done
15433
15434
15435for ac_header in X11/XKBlib.h
15436do
15437as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15438echo "$as_me:$LINENO: checking for $ac_header" >&5
15439echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15440if eval "test \"\${$as_ac_Header+set}\" = set"; then
15441 echo $ECHO_N "(cached) $ECHO_C" >&6
15442else
15443 cat >conftest.$ac_ext <<_ACEOF
15444/* confdefs.h. */
15445_ACEOF
15446cat confdefs.h >>conftest.$ac_ext
15447cat >>conftest.$ac_ext <<_ACEOF
15448/* end confdefs.h. */
15449
15450 #if HAVE_X11_XLIB_H
15451 #include <X11/Xlib.h>
15452 #endif
15453
15454
15455#include <$ac_header>
15456_ACEOF
15457rm -f conftest.$ac_objext
15458if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15459 (eval $ac_compile) 2>conftest.er1
a848cd7e 15460 ac_status=$?
ac1cb8d3
VS
15461 grep -v '^ *+' conftest.er1 >conftest.err
15462 rm -f conftest.er1
15463 cat conftest.err >&5
a848cd7e
SC
15464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15465 (exit $ac_status); } &&
ddd14b14
RR
15466 { ac_try='test -z "$ac_c_werror_flag"
15467 || test ! -s conftest.err'
ac1cb8d3
VS
15468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15469 (eval $ac_try) 2>&5
15470 ac_status=$?
15471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15472 (exit $ac_status); }; } &&
15473 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15475 (eval $ac_try) 2>&5
15476 ac_status=$?
15477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15478 (exit $ac_status); }; }; then
15479 eval "$as_ac_Header=yes"
15480else
15481 echo "$as_me: failed program was:" >&5
15482sed 's/^/| /' conftest.$ac_ext >&5
15483
15484eval "$as_ac_Header=no"
15485fi
ac1cb8d3 15486rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15487fi
15488echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15489echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15490if test `eval echo '${'$as_ac_Header'}'` = yes; then
15491 cat >>confdefs.h <<_ACEOF
15492#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15493_ACEOF
15494
15495fi
15496
15497done
15498
15499 fi
15500fi
15501
15502
15503echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15504echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15505if test "${ac_cv_c_const+set}" = set; then
15506 echo $ECHO_N "(cached) $ECHO_C" >&6
15507else
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
15515int
15516main ()
15517{
15518/* FIXME: Include the comments suggested by Paul. */
15519#ifndef __cplusplus
15520 /* Ultrix mips cc rejects this. */
15521 typedef int charset[2];
15522 const charset x;
15523 /* SunOS 4.1.1 cc rejects this. */
15524 char const *const *ccp;
15525 char **p;
15526 /* NEC SVR4.0.2 mips cc rejects this. */
15527 struct point {int x, y;};
15528 static struct point const zero = {0,0};
15529 /* AIX XL C 1.02.0.0 rejects this.
15530 It does not let you subtract one const X* pointer from another in
15531 an arm of an if-expression whose if-part is not a constant
15532 expression */
15533 const char *g = "string";
15534 ccp = &g + (g ? g-g : 0);
15535 /* HPUX 7.0 cc rejects these. */
15536 ++ccp;
15537 p = (char**) ccp;
15538 ccp = (char const *const *) p;
15539 { /* SCO 3.2v4 cc rejects this. */
15540 char *t;
15541 char const *s = 0 ? (char *) 0 : (char const *) 0;
15542
15543 *t++ = 0;
15544 }
15545 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15546 int x[] = {25, 17};
15547 const int *foo = &x[0];
15548 ++foo;
15549 }
15550 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15551 typedef const int *iptr;
15552 iptr p = 0;
15553 ++p;
15554 }
15555 { /* AIX XL C 1.02.0.0 rejects this saying
15556 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15557 struct s { int j; const int *ap[3]; };
15558 struct s *b; b->j = 5;
15559 }
15560 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15561 const int foo = 10;
15562 }
15563#endif
15564
15565 ;
15566 return 0;
15567}
15568_ACEOF
15569rm -f conftest.$ac_objext
15570if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15571 (eval $ac_compile) 2>conftest.er1
a848cd7e 15572 ac_status=$?
ac1cb8d3
VS
15573 grep -v '^ *+' conftest.er1 >conftest.err
15574 rm -f conftest.er1
15575 cat conftest.err >&5
a848cd7e
SC
15576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15577 (exit $ac_status); } &&
ddd14b14
RR
15578 { ac_try='test -z "$ac_c_werror_flag"
15579 || test ! -s conftest.err'
ac1cb8d3
VS
15580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15581 (eval $ac_try) 2>&5
15582 ac_status=$?
15583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15584 (exit $ac_status); }; } &&
15585 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15587 (eval $ac_try) 2>&5
15588 ac_status=$?
15589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15590 (exit $ac_status); }; }; then
15591 ac_cv_c_const=yes
15592else
15593 echo "$as_me: failed program was:" >&5
15594sed 's/^/| /' conftest.$ac_ext >&5
15595
15596ac_cv_c_const=no
15597fi
ac1cb8d3 15598rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15599fi
15600echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15601echo "${ECHO_T}$ac_cv_c_const" >&6
15602if test $ac_cv_c_const = no; then
15603
15604cat >>confdefs.h <<\_ACEOF
15605#define const
15606_ACEOF
15607
15608fi
15609
15610echo "$as_me:$LINENO: checking for inline" >&5
15611echo $ECHO_N "checking for inline... $ECHO_C" >&6
15612if test "${ac_cv_c_inline+set}" = set; then
15613 echo $ECHO_N "(cached) $ECHO_C" >&6
15614else
15615 ac_cv_c_inline=no
15616for ac_kw in inline __inline__ __inline; do
15617 cat >conftest.$ac_ext <<_ACEOF
15618/* confdefs.h. */
15619_ACEOF
15620cat confdefs.h >>conftest.$ac_ext
15621cat >>conftest.$ac_ext <<_ACEOF
15622/* end confdefs.h. */
15623#ifndef __cplusplus
15624typedef int foo_t;
15625static $ac_kw foo_t static_foo () {return 0; }
15626$ac_kw foo_t foo () {return 0; }
15627#endif
15628
15629_ACEOF
15630rm -f conftest.$ac_objext
15631if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15632 (eval $ac_compile) 2>conftest.er1
a848cd7e 15633 ac_status=$?
ac1cb8d3
VS
15634 grep -v '^ *+' conftest.er1 >conftest.err
15635 rm -f conftest.er1
15636 cat conftest.err >&5
a848cd7e
SC
15637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638 (exit $ac_status); } &&
ddd14b14
RR
15639 { ac_try='test -z "$ac_c_werror_flag"
15640 || test ! -s conftest.err'
ac1cb8d3
VS
15641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15642 (eval $ac_try) 2>&5
15643 ac_status=$?
15644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15645 (exit $ac_status); }; } &&
15646 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15648 (eval $ac_try) 2>&5
15649 ac_status=$?
15650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15651 (exit $ac_status); }; }; then
15652 ac_cv_c_inline=$ac_kw; break
15653else
15654 echo "$as_me: failed program was:" >&5
15655sed 's/^/| /' conftest.$ac_ext >&5
15656
15657fi
ac1cb8d3 15658rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15659done
15660
15661fi
15662echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15663echo "${ECHO_T}$ac_cv_c_inline" >&6
ac1cb8d3
VS
15664
15665
a848cd7e
SC
15666case $ac_cv_c_inline in
15667 inline | yes) ;;
ac1cb8d3
VS
15668 *)
15669 case $ac_cv_c_inline in
15670 no) ac_val=;;
15671 *) ac_val=$ac_cv_c_inline;;
15672 esac
15673 cat >>confdefs.h <<_ACEOF
15674#ifndef __cplusplus
15675#define inline $ac_val
15676#endif
de59c161 15677_ACEOF
ac1cb8d3 15678 ;;
a848cd7e
SC
15679esac
15680
15681
15682echo "$as_me:$LINENO: checking for char" >&5
15683echo $ECHO_N "checking for char... $ECHO_C" >&6
15684if test "${ac_cv_type_char+set}" = set; then
15685 echo $ECHO_N "(cached) $ECHO_C" >&6
15686else
15687 cat >conftest.$ac_ext <<_ACEOF
15688/* confdefs.h. */
15689_ACEOF
15690cat confdefs.h >>conftest.$ac_ext
15691cat >>conftest.$ac_ext <<_ACEOF
15692/* end confdefs.h. */
15693$ac_includes_default
15694int
15695main ()
15696{
15697if ((char *) 0)
15698 return 0;
15699if (sizeof (char))
15700 return 0;
15701 ;
15702 return 0;
15703}
15704_ACEOF
15705rm -f conftest.$ac_objext
15706if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15707 (eval $ac_compile) 2>conftest.er1
a848cd7e 15708 ac_status=$?
ac1cb8d3
VS
15709 grep -v '^ *+' conftest.er1 >conftest.err
15710 rm -f conftest.er1
15711 cat conftest.err >&5
a848cd7e
SC
15712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15713 (exit $ac_status); } &&
ddd14b14
RR
15714 { ac_try='test -z "$ac_c_werror_flag"
15715 || test ! -s conftest.err'
ac1cb8d3
VS
15716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15717 (eval $ac_try) 2>&5
15718 ac_status=$?
15719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15720 (exit $ac_status); }; } &&
15721 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15723 (eval $ac_try) 2>&5
15724 ac_status=$?
15725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15726 (exit $ac_status); }; }; then
15727 ac_cv_type_char=yes
15728else
15729 echo "$as_me: failed program was:" >&5
15730sed 's/^/| /' conftest.$ac_ext >&5
15731
15732ac_cv_type_char=no
15733fi
ac1cb8d3 15734rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15735fi
15736echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15737echo "${ECHO_T}$ac_cv_type_char" >&6
15738
15739echo "$as_me:$LINENO: checking size of char" >&5
15740echo $ECHO_N "checking size of char... $ECHO_C" >&6
15741if test "${ac_cv_sizeof_char+set}" = set; then
15742 echo $ECHO_N "(cached) $ECHO_C" >&6
15743else
15744 if test "$ac_cv_type_char" = yes; then
15745 # The cast to unsigned long works around a bug in the HP C Compiler
15746 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15747 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15748 # This bug is HP SR number 8606223364.
15749 if test "$cross_compiling" = yes; then
15750 # Depending upon the size, compute the lo and hi bounds.
15751cat >conftest.$ac_ext <<_ACEOF
15752/* confdefs.h. */
15753_ACEOF
15754cat confdefs.h >>conftest.$ac_ext
15755cat >>conftest.$ac_ext <<_ACEOF
15756/* end confdefs.h. */
15757$ac_includes_default
15758int
15759main ()
15760{
15761static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15762test_array [0] = 0
15763
15764 ;
15765 return 0;
15766}
15767_ACEOF
15768rm -f conftest.$ac_objext
15769if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15770 (eval $ac_compile) 2>conftest.er1
a848cd7e 15771 ac_status=$?
ac1cb8d3
VS
15772 grep -v '^ *+' conftest.er1 >conftest.err
15773 rm -f conftest.er1
15774 cat conftest.err >&5
a848cd7e
SC
15775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15776 (exit $ac_status); } &&
ddd14b14
RR
15777 { ac_try='test -z "$ac_c_werror_flag"
15778 || test ! -s conftest.err'
ac1cb8d3
VS
15779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15780 (eval $ac_try) 2>&5
15781 ac_status=$?
15782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15783 (exit $ac_status); }; } &&
15784 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15786 (eval $ac_try) 2>&5
15787 ac_status=$?
15788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789 (exit $ac_status); }; }; then
15790 ac_lo=0 ac_mid=0
15791 while :; do
15792 cat >conftest.$ac_ext <<_ACEOF
15793/* confdefs.h. */
15794_ACEOF
15795cat confdefs.h >>conftest.$ac_ext
15796cat >>conftest.$ac_ext <<_ACEOF
15797/* end confdefs.h. */
15798$ac_includes_default
15799int
15800main ()
15801{
15802static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15803test_array [0] = 0
15804
15805 ;
15806 return 0;
15807}
15808_ACEOF
15809rm -f conftest.$ac_objext
15810if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15811 (eval $ac_compile) 2>conftest.er1
a848cd7e 15812 ac_status=$?
ac1cb8d3
VS
15813 grep -v '^ *+' conftest.er1 >conftest.err
15814 rm -f conftest.er1
15815 cat conftest.err >&5
a848cd7e
SC
15816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817 (exit $ac_status); } &&
ddd14b14
RR
15818 { ac_try='test -z "$ac_c_werror_flag"
15819 || test ! -s conftest.err'
ac1cb8d3
VS
15820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15821 (eval $ac_try) 2>&5
15822 ac_status=$?
15823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15824 (exit $ac_status); }; } &&
15825 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15827 (eval $ac_try) 2>&5
15828 ac_status=$?
15829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15830 (exit $ac_status); }; }; then
15831 ac_hi=$ac_mid; break
15832else
15833 echo "$as_me: failed program was:" >&5
15834sed 's/^/| /' conftest.$ac_ext >&5
15835
15836ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
15837 if test $ac_lo -le $ac_mid; then
15838 ac_lo= ac_hi=
15839 break
15840 fi
15841 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 15842fi
ac1cb8d3 15843rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15844 done
15845else
15846 echo "$as_me: failed program was:" >&5
15847sed 's/^/| /' conftest.$ac_ext >&5
15848
15849cat >conftest.$ac_ext <<_ACEOF
15850/* confdefs.h. */
15851_ACEOF
15852cat confdefs.h >>conftest.$ac_ext
15853cat >>conftest.$ac_ext <<_ACEOF
15854/* end confdefs.h. */
15855$ac_includes_default
15856int
15857main ()
15858{
15859static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15860test_array [0] = 0
15861
15862 ;
15863 return 0;
15864}
15865_ACEOF
15866rm -f conftest.$ac_objext
15867if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15868 (eval $ac_compile) 2>conftest.er1
a848cd7e 15869 ac_status=$?
ac1cb8d3
VS
15870 grep -v '^ *+' conftest.er1 >conftest.err
15871 rm -f conftest.er1
15872 cat conftest.err >&5
a848cd7e
SC
15873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15874 (exit $ac_status); } &&
ddd14b14
RR
15875 { ac_try='test -z "$ac_c_werror_flag"
15876 || test ! -s conftest.err'
ac1cb8d3
VS
15877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15878 (eval $ac_try) 2>&5
15879 ac_status=$?
15880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15881 (exit $ac_status); }; } &&
15882 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15884 (eval $ac_try) 2>&5
15885 ac_status=$?
15886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887 (exit $ac_status); }; }; then
15888 ac_hi=-1 ac_mid=-1
15889 while :; do
15890 cat >conftest.$ac_ext <<_ACEOF
15891/* confdefs.h. */
15892_ACEOF
15893cat confdefs.h >>conftest.$ac_ext
15894cat >>conftest.$ac_ext <<_ACEOF
15895/* end confdefs.h. */
15896$ac_includes_default
15897int
15898main ()
15899{
15900static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15901test_array [0] = 0
15902
15903 ;
15904 return 0;
15905}
15906_ACEOF
15907rm -f conftest.$ac_objext
15908if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15909 (eval $ac_compile) 2>conftest.er1
a848cd7e 15910 ac_status=$?
ac1cb8d3
VS
15911 grep -v '^ *+' conftest.er1 >conftest.err
15912 rm -f conftest.er1
15913 cat conftest.err >&5
a848cd7e
SC
15914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15915 (exit $ac_status); } &&
ddd14b14
RR
15916 { ac_try='test -z "$ac_c_werror_flag"
15917 || test ! -s conftest.err'
ac1cb8d3
VS
15918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15919 (eval $ac_try) 2>&5
15920 ac_status=$?
15921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15922 (exit $ac_status); }; } &&
15923 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15925 (eval $ac_try) 2>&5
15926 ac_status=$?
15927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15928 (exit $ac_status); }; }; then
15929 ac_lo=$ac_mid; break
15930else
15931 echo "$as_me: failed program was:" >&5
15932sed 's/^/| /' conftest.$ac_ext >&5
15933
15934ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
15935 if test $ac_mid -le $ac_hi; then
15936 ac_lo= ac_hi=
15937 break
15938 fi
15939 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 15940fi
ac1cb8d3 15941rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15942 done
15943else
15944 echo "$as_me: failed program was:" >&5
15945sed 's/^/| /' conftest.$ac_ext >&5
15946
15947ac_lo= ac_hi=
15948fi
ac1cb8d3 15949rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 15950fi
ac1cb8d3 15951rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15952# Binary search between lo and hi bounds.
15953while test "x$ac_lo" != "x$ac_hi"; do
15954 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15955 cat >conftest.$ac_ext <<_ACEOF
15956/* confdefs.h. */
15957_ACEOF
15958cat confdefs.h >>conftest.$ac_ext
15959cat >>conftest.$ac_ext <<_ACEOF
15960/* end confdefs.h. */
15961$ac_includes_default
15962int
15963main ()
15964{
15965static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15966test_array [0] = 0
15967
15968 ;
15969 return 0;
15970}
15971_ACEOF
15972rm -f conftest.$ac_objext
15973if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15974 (eval $ac_compile) 2>conftest.er1
a848cd7e 15975 ac_status=$?
ac1cb8d3
VS
15976 grep -v '^ *+' conftest.er1 >conftest.err
15977 rm -f conftest.er1
15978 cat conftest.err >&5
a848cd7e
SC
15979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15980 (exit $ac_status); } &&
ddd14b14
RR
15981 { ac_try='test -z "$ac_c_werror_flag"
15982 || test ! -s conftest.err'
ac1cb8d3
VS
15983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15984 (eval $ac_try) 2>&5
15985 ac_status=$?
15986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15987 (exit $ac_status); }; } &&
15988 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15990 (eval $ac_try) 2>&5
15991 ac_status=$?
15992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15993 (exit $ac_status); }; }; then
15994 ac_hi=$ac_mid
15995else
15996 echo "$as_me: failed program was:" >&5
15997sed 's/^/| /' conftest.$ac_ext >&5
15998
15999ac_lo=`expr '(' $ac_mid ')' + 1`
16000fi
ac1cb8d3 16001rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16002done
16003case $ac_lo in
16004?*) ac_cv_sizeof_char=$ac_lo;;
16005'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16006See \`config.log' for more details." >&5
16007echo "$as_me: error: cannot compute sizeof (char), 77
16008See \`config.log' for more details." >&2;}
16009 { (exit 1); exit 1; }; } ;;
16010esac
16011else
16012 if test "$cross_compiling" = yes; then
ddd14b14
RR
16013 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16014See \`config.log' for more details." >&5
16015echo "$as_me: error: cannot run test program while cross compiling
16016See \`config.log' for more details." >&2;}
a848cd7e
SC
16017 { (exit 1); exit 1; }; }
16018else
16019 cat >conftest.$ac_ext <<_ACEOF
16020/* confdefs.h. */
16021_ACEOF
16022cat confdefs.h >>conftest.$ac_ext
16023cat >>conftest.$ac_ext <<_ACEOF
16024/* end confdefs.h. */
16025$ac_includes_default
16026long longval () { return (long) (sizeof (char)); }
16027unsigned long ulongval () { return (long) (sizeof (char)); }
16028#include <stdio.h>
16029#include <stdlib.h>
16030int
16031main ()
16032{
16033
16034 FILE *f = fopen ("conftest.val", "w");
16035 if (! f)
16036 exit (1);
16037 if (((long) (sizeof (char))) < 0)
16038 {
16039 long i = longval ();
16040 if (i != ((long) (sizeof (char))))
16041 exit (1);
16042 fprintf (f, "%ld\n", i);
16043 }
16044 else
16045 {
16046 unsigned long i = ulongval ();
16047 if (i != ((long) (sizeof (char))))
16048 exit (1);
16049 fprintf (f, "%lu\n", i);
16050 }
16051 exit (ferror (f) || fclose (f) != 0);
16052
16053 ;
16054 return 0;
16055}
16056_ACEOF
16057rm -f conftest$ac_exeext
16058if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16059 (eval $ac_link) 2>&5
16060 ac_status=$?
16061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16062 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16064 (eval $ac_try) 2>&5
16065 ac_status=$?
16066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16067 (exit $ac_status); }; }; then
16068 ac_cv_sizeof_char=`cat conftest.val`
16069else
16070 echo "$as_me: program exited with status $ac_status" >&5
16071echo "$as_me: failed program was:" >&5
16072sed 's/^/| /' conftest.$ac_ext >&5
16073
16074( exit $ac_status )
16075{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16076See \`config.log' for more details." >&5
16077echo "$as_me: error: cannot compute sizeof (char), 77
16078See \`config.log' for more details." >&2;}
16079 { (exit 1); exit 1; }; }
16080fi
ac1cb8d3 16081rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16082fi
16083fi
16084rm -f conftest.val
16085else
16086 ac_cv_sizeof_char=0
16087fi
16088fi
16089echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
16090echo "${ECHO_T}$ac_cv_sizeof_char" >&6
16091cat >>confdefs.h <<_ACEOF
16092#define SIZEOF_CHAR $ac_cv_sizeof_char
16093_ACEOF
16094
16095
16096echo "$as_me:$LINENO: checking for short" >&5
16097echo $ECHO_N "checking for short... $ECHO_C" >&6
16098if test "${ac_cv_type_short+set}" = set; then
16099 echo $ECHO_N "(cached) $ECHO_C" >&6
16100else
16101 cat >conftest.$ac_ext <<_ACEOF
16102/* confdefs.h. */
16103_ACEOF
16104cat confdefs.h >>conftest.$ac_ext
16105cat >>conftest.$ac_ext <<_ACEOF
16106/* end confdefs.h. */
16107$ac_includes_default
16108int
16109main ()
16110{
16111if ((short *) 0)
16112 return 0;
16113if (sizeof (short))
16114 return 0;
16115 ;
16116 return 0;
16117}
16118_ACEOF
16119rm -f conftest.$ac_objext
16120if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16121 (eval $ac_compile) 2>conftest.er1
a848cd7e 16122 ac_status=$?
ac1cb8d3
VS
16123 grep -v '^ *+' conftest.er1 >conftest.err
16124 rm -f conftest.er1
16125 cat conftest.err >&5
a848cd7e
SC
16126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16127 (exit $ac_status); } &&
ddd14b14
RR
16128 { ac_try='test -z "$ac_c_werror_flag"
16129 || test ! -s conftest.err'
ac1cb8d3
VS
16130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16131 (eval $ac_try) 2>&5
16132 ac_status=$?
16133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16134 (exit $ac_status); }; } &&
16135 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16137 (eval $ac_try) 2>&5
16138 ac_status=$?
16139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16140 (exit $ac_status); }; }; then
16141 ac_cv_type_short=yes
16142else
16143 echo "$as_me: failed program was:" >&5
16144sed 's/^/| /' conftest.$ac_ext >&5
16145
16146ac_cv_type_short=no
16147fi
ac1cb8d3 16148rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16149fi
16150echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
16151echo "${ECHO_T}$ac_cv_type_short" >&6
16152
16153echo "$as_me:$LINENO: checking size of short" >&5
16154echo $ECHO_N "checking size of short... $ECHO_C" >&6
16155if test "${ac_cv_sizeof_short+set}" = set; then
16156 echo $ECHO_N "(cached) $ECHO_C" >&6
16157else
16158 if test "$ac_cv_type_short" = yes; then
16159 # The cast to unsigned long works around a bug in the HP C Compiler
16160 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16161 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16162 # This bug is HP SR number 8606223364.
16163 if test "$cross_compiling" = yes; then
16164 # Depending upon the size, compute the lo and hi bounds.
16165cat >conftest.$ac_ext <<_ACEOF
16166/* confdefs.h. */
16167_ACEOF
16168cat confdefs.h >>conftest.$ac_ext
16169cat >>conftest.$ac_ext <<_ACEOF
16170/* end confdefs.h. */
16171$ac_includes_default
16172int
16173main ()
16174{
16175static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
16176test_array [0] = 0
16177
16178 ;
16179 return 0;
16180}
16181_ACEOF
16182rm -f conftest.$ac_objext
16183if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16184 (eval $ac_compile) 2>conftest.er1
a848cd7e 16185 ac_status=$?
ac1cb8d3
VS
16186 grep -v '^ *+' conftest.er1 >conftest.err
16187 rm -f conftest.er1
16188 cat conftest.err >&5
a848cd7e
SC
16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); } &&
ddd14b14
RR
16191 { ac_try='test -z "$ac_c_werror_flag"
16192 || test ! -s conftest.err'
ac1cb8d3
VS
16193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16194 (eval $ac_try) 2>&5
16195 ac_status=$?
16196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16197 (exit $ac_status); }; } &&
16198 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16200 (eval $ac_try) 2>&5
16201 ac_status=$?
16202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16203 (exit $ac_status); }; }; then
16204 ac_lo=0 ac_mid=0
16205 while :; do
16206 cat >conftest.$ac_ext <<_ACEOF
16207/* confdefs.h. */
16208_ACEOF
16209cat confdefs.h >>conftest.$ac_ext
16210cat >>conftest.$ac_ext <<_ACEOF
16211/* end confdefs.h. */
16212$ac_includes_default
16213int
16214main ()
16215{
16216static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16217test_array [0] = 0
16218
16219 ;
16220 return 0;
16221}
16222_ACEOF
16223rm -f conftest.$ac_objext
16224if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16225 (eval $ac_compile) 2>conftest.er1
a848cd7e 16226 ac_status=$?
ac1cb8d3
VS
16227 grep -v '^ *+' conftest.er1 >conftest.err
16228 rm -f conftest.er1
16229 cat conftest.err >&5
a848cd7e
SC
16230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16231 (exit $ac_status); } &&
ddd14b14
RR
16232 { ac_try='test -z "$ac_c_werror_flag"
16233 || test ! -s conftest.err'
ac1cb8d3
VS
16234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16235 (eval $ac_try) 2>&5
16236 ac_status=$?
16237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16238 (exit $ac_status); }; } &&
16239 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16241 (eval $ac_try) 2>&5
16242 ac_status=$?
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); }; }; then
16245 ac_hi=$ac_mid; break
16246else
16247 echo "$as_me: failed program was:" >&5
16248sed 's/^/| /' conftest.$ac_ext >&5
16249
16250ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
16251 if test $ac_lo -le $ac_mid; then
16252 ac_lo= ac_hi=
16253 break
16254 fi
16255 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16256fi
ac1cb8d3 16257rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16258 done
16259else
16260 echo "$as_me: failed program was:" >&5
16261sed 's/^/| /' conftest.$ac_ext >&5
16262
16263cat >conftest.$ac_ext <<_ACEOF
16264/* confdefs.h. */
16265_ACEOF
16266cat confdefs.h >>conftest.$ac_ext
16267cat >>conftest.$ac_ext <<_ACEOF
16268/* end confdefs.h. */
16269$ac_includes_default
16270int
16271main ()
16272{
16273static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
16274test_array [0] = 0
16275
16276 ;
16277 return 0;
16278}
16279_ACEOF
16280rm -f conftest.$ac_objext
16281if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16282 (eval $ac_compile) 2>conftest.er1
a848cd7e 16283 ac_status=$?
ac1cb8d3
VS
16284 grep -v '^ *+' conftest.er1 >conftest.err
16285 rm -f conftest.er1
16286 cat conftest.err >&5
a848cd7e
SC
16287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16288 (exit $ac_status); } &&
ddd14b14
RR
16289 { ac_try='test -z "$ac_c_werror_flag"
16290 || test ! -s conftest.err'
ac1cb8d3
VS
16291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16292 (eval $ac_try) 2>&5
16293 ac_status=$?
16294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16295 (exit $ac_status); }; } &&
16296 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16298 (eval $ac_try) 2>&5
16299 ac_status=$?
16300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16301 (exit $ac_status); }; }; then
16302 ac_hi=-1 ac_mid=-1
16303 while :; do
16304 cat >conftest.$ac_ext <<_ACEOF
16305/* confdefs.h. */
16306_ACEOF
16307cat confdefs.h >>conftest.$ac_ext
16308cat >>conftest.$ac_ext <<_ACEOF
16309/* end confdefs.h. */
16310$ac_includes_default
16311int
16312main ()
16313{
16314static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16315test_array [0] = 0
16316
16317 ;
16318 return 0;
16319}
16320_ACEOF
16321rm -f conftest.$ac_objext
16322if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16323 (eval $ac_compile) 2>conftest.er1
a848cd7e 16324 ac_status=$?
ac1cb8d3
VS
16325 grep -v '^ *+' conftest.er1 >conftest.err
16326 rm -f conftest.er1
16327 cat conftest.err >&5
a848cd7e
SC
16328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16329 (exit $ac_status); } &&
ddd14b14
RR
16330 { ac_try='test -z "$ac_c_werror_flag"
16331 || test ! -s conftest.err'
ac1cb8d3
VS
16332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16333 (eval $ac_try) 2>&5
16334 ac_status=$?
16335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16336 (exit $ac_status); }; } &&
16337 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16339 (eval $ac_try) 2>&5
16340 ac_status=$?
16341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16342 (exit $ac_status); }; }; then
16343 ac_lo=$ac_mid; break
16344else
16345 echo "$as_me: failed program was:" >&5
16346sed 's/^/| /' conftest.$ac_ext >&5
16347
16348ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16349 if test $ac_mid -le $ac_hi; then
16350 ac_lo= ac_hi=
16351 break
16352 fi
16353 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16354fi
ac1cb8d3 16355rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16356 done
16357else
16358 echo "$as_me: failed program was:" >&5
16359sed 's/^/| /' conftest.$ac_ext >&5
16360
16361ac_lo= ac_hi=
16362fi
ac1cb8d3 16363rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16364fi
ac1cb8d3 16365rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16366# Binary search between lo and hi bounds.
16367while test "x$ac_lo" != "x$ac_hi"; do
16368 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16369 cat >conftest.$ac_ext <<_ACEOF
16370/* confdefs.h. */
16371_ACEOF
16372cat confdefs.h >>conftest.$ac_ext
16373cat >>conftest.$ac_ext <<_ACEOF
16374/* end confdefs.h. */
16375$ac_includes_default
16376int
16377main ()
16378{
16379static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16380test_array [0] = 0
16381
16382 ;
16383 return 0;
16384}
16385_ACEOF
16386rm -f conftest.$ac_objext
16387if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16388 (eval $ac_compile) 2>conftest.er1
a848cd7e 16389 ac_status=$?
ac1cb8d3
VS
16390 grep -v '^ *+' conftest.er1 >conftest.err
16391 rm -f conftest.er1
16392 cat conftest.err >&5
a848cd7e
SC
16393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16394 (exit $ac_status); } &&
ddd14b14
RR
16395 { ac_try='test -z "$ac_c_werror_flag"
16396 || test ! -s conftest.err'
ac1cb8d3
VS
16397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16398 (eval $ac_try) 2>&5
16399 ac_status=$?
16400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16401 (exit $ac_status); }; } &&
16402 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
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); }; }; then
16408 ac_hi=$ac_mid
16409else
16410 echo "$as_me: failed program was:" >&5
16411sed 's/^/| /' conftest.$ac_ext >&5
16412
16413ac_lo=`expr '(' $ac_mid ')' + 1`
16414fi
ac1cb8d3 16415rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16416done
16417case $ac_lo in
16418?*) ac_cv_sizeof_short=$ac_lo;;
16419'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16420See \`config.log' for more details." >&5
16421echo "$as_me: error: cannot compute sizeof (short), 77
16422See \`config.log' for more details." >&2;}
16423 { (exit 1); exit 1; }; } ;;
16424esac
16425else
16426 if test "$cross_compiling" = yes; then
ddd14b14
RR
16427 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16428See \`config.log' for more details." >&5
16429echo "$as_me: error: cannot run test program while cross compiling
16430See \`config.log' for more details." >&2;}
a848cd7e
SC
16431 { (exit 1); exit 1; }; }
16432else
16433 cat >conftest.$ac_ext <<_ACEOF
16434/* confdefs.h. */
16435_ACEOF
16436cat confdefs.h >>conftest.$ac_ext
16437cat >>conftest.$ac_ext <<_ACEOF
16438/* end confdefs.h. */
16439$ac_includes_default
16440long longval () { return (long) (sizeof (short)); }
16441unsigned long ulongval () { return (long) (sizeof (short)); }
16442#include <stdio.h>
16443#include <stdlib.h>
16444int
16445main ()
16446{
16447
16448 FILE *f = fopen ("conftest.val", "w");
16449 if (! f)
16450 exit (1);
16451 if (((long) (sizeof (short))) < 0)
16452 {
16453 long i = longval ();
16454 if (i != ((long) (sizeof (short))))
16455 exit (1);
16456 fprintf (f, "%ld\n", i);
16457 }
16458 else
16459 {
16460 unsigned long i = ulongval ();
16461 if (i != ((long) (sizeof (short))))
16462 exit (1);
16463 fprintf (f, "%lu\n", i);
16464 }
16465 exit (ferror (f) || fclose (f) != 0);
16466
16467 ;
16468 return 0;
16469}
16470_ACEOF
16471rm -f conftest$ac_exeext
16472if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16473 (eval $ac_link) 2>&5
16474 ac_status=$?
16475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16476 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16478 (eval $ac_try) 2>&5
16479 ac_status=$?
16480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16481 (exit $ac_status); }; }; then
16482 ac_cv_sizeof_short=`cat conftest.val`
16483else
16484 echo "$as_me: program exited with status $ac_status" >&5
16485echo "$as_me: failed program was:" >&5
16486sed 's/^/| /' conftest.$ac_ext >&5
16487
16488( exit $ac_status )
16489{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16490See \`config.log' for more details." >&5
16491echo "$as_me: error: cannot compute sizeof (short), 77
16492See \`config.log' for more details." >&2;}
16493 { (exit 1); exit 1; }; }
16494fi
ac1cb8d3 16495rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16496fi
16497fi
16498rm -f conftest.val
16499else
16500 ac_cv_sizeof_short=0
16501fi
16502fi
16503echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16504echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16505cat >>confdefs.h <<_ACEOF
16506#define SIZEOF_SHORT $ac_cv_sizeof_short
16507_ACEOF
16508
16509
16510echo "$as_me:$LINENO: checking for void *" >&5
16511echo $ECHO_N "checking for void *... $ECHO_C" >&6
16512if test "${ac_cv_type_void_p+set}" = set; then
16513 echo $ECHO_N "(cached) $ECHO_C" >&6
16514else
16515 cat >conftest.$ac_ext <<_ACEOF
16516/* confdefs.h. */
16517_ACEOF
16518cat confdefs.h >>conftest.$ac_ext
16519cat >>conftest.$ac_ext <<_ACEOF
16520/* end confdefs.h. */
16521$ac_includes_default
16522int
16523main ()
16524{
16525if ((void * *) 0)
16526 return 0;
16527if (sizeof (void *))
16528 return 0;
16529 ;
16530 return 0;
16531}
16532_ACEOF
16533rm -f conftest.$ac_objext
16534if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16535 (eval $ac_compile) 2>conftest.er1
a848cd7e 16536 ac_status=$?
ac1cb8d3
VS
16537 grep -v '^ *+' conftest.er1 >conftest.err
16538 rm -f conftest.er1
16539 cat conftest.err >&5
a848cd7e
SC
16540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16541 (exit $ac_status); } &&
ddd14b14
RR
16542 { ac_try='test -z "$ac_c_werror_flag"
16543 || test ! -s conftest.err'
ac1cb8d3
VS
16544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16545 (eval $ac_try) 2>&5
16546 ac_status=$?
16547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16548 (exit $ac_status); }; } &&
16549 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16551 (eval $ac_try) 2>&5
16552 ac_status=$?
16553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16554 (exit $ac_status); }; }; then
16555 ac_cv_type_void_p=yes
16556else
16557 echo "$as_me: failed program was:" >&5
16558sed 's/^/| /' conftest.$ac_ext >&5
16559
16560ac_cv_type_void_p=no
16561fi
ac1cb8d3 16562rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16563fi
16564echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16565echo "${ECHO_T}$ac_cv_type_void_p" >&6
16566
16567echo "$as_me:$LINENO: checking size of void *" >&5
16568echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16569if test "${ac_cv_sizeof_void_p+set}" = set; then
16570 echo $ECHO_N "(cached) $ECHO_C" >&6
16571else
16572 if test "$ac_cv_type_void_p" = yes; then
16573 # The cast to unsigned long works around a bug in the HP C Compiler
16574 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16575 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16576 # This bug is HP SR number 8606223364.
16577 if test "$cross_compiling" = yes; then
16578 # Depending upon the size, compute the lo and hi bounds.
16579cat >conftest.$ac_ext <<_ACEOF
16580/* confdefs.h. */
16581_ACEOF
16582cat confdefs.h >>conftest.$ac_ext
16583cat >>conftest.$ac_ext <<_ACEOF
16584/* end confdefs.h. */
16585$ac_includes_default
16586int
16587main ()
16588{
16589static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16590test_array [0] = 0
16591
16592 ;
16593 return 0;
16594}
16595_ACEOF
16596rm -f conftest.$ac_objext
16597if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16598 (eval $ac_compile) 2>conftest.er1
a848cd7e 16599 ac_status=$?
ac1cb8d3
VS
16600 grep -v '^ *+' conftest.er1 >conftest.err
16601 rm -f conftest.er1
16602 cat conftest.err >&5
a848cd7e
SC
16603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); } &&
ddd14b14
RR
16605 { ac_try='test -z "$ac_c_werror_flag"
16606 || test ! -s conftest.err'
ac1cb8d3
VS
16607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16608 (eval $ac_try) 2>&5
16609 ac_status=$?
16610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16611 (exit $ac_status); }; } &&
16612 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16614 (eval $ac_try) 2>&5
16615 ac_status=$?
16616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16617 (exit $ac_status); }; }; then
16618 ac_lo=0 ac_mid=0
16619 while :; do
16620 cat >conftest.$ac_ext <<_ACEOF
16621/* confdefs.h. */
16622_ACEOF
16623cat confdefs.h >>conftest.$ac_ext
16624cat >>conftest.$ac_ext <<_ACEOF
16625/* end confdefs.h. */
16626$ac_includes_default
16627int
16628main ()
16629{
16630static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16631test_array [0] = 0
16632
16633 ;
16634 return 0;
16635}
16636_ACEOF
16637rm -f conftest.$ac_objext
16638if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16639 (eval $ac_compile) 2>conftest.er1
a848cd7e 16640 ac_status=$?
ac1cb8d3
VS
16641 grep -v '^ *+' conftest.er1 >conftest.err
16642 rm -f conftest.er1
16643 cat conftest.err >&5
a848cd7e
SC
16644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16645 (exit $ac_status); } &&
ddd14b14
RR
16646 { ac_try='test -z "$ac_c_werror_flag"
16647 || test ! -s conftest.err'
ac1cb8d3
VS
16648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16649 (eval $ac_try) 2>&5
16650 ac_status=$?
16651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652 (exit $ac_status); }; } &&
16653 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16655 (eval $ac_try) 2>&5
16656 ac_status=$?
16657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16658 (exit $ac_status); }; }; then
16659 ac_hi=$ac_mid; break
16660else
16661 echo "$as_me: failed program was:" >&5
16662sed 's/^/| /' conftest.$ac_ext >&5
16663
16664ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
16665 if test $ac_lo -le $ac_mid; then
16666 ac_lo= ac_hi=
16667 break
16668 fi
16669 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16670fi
ac1cb8d3 16671rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16672 done
16673else
16674 echo "$as_me: failed program was:" >&5
16675sed 's/^/| /' conftest.$ac_ext >&5
16676
16677cat >conftest.$ac_ext <<_ACEOF
16678/* confdefs.h. */
16679_ACEOF
16680cat confdefs.h >>conftest.$ac_ext
16681cat >>conftest.$ac_ext <<_ACEOF
16682/* end confdefs.h. */
16683$ac_includes_default
16684int
16685main ()
16686{
16687static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16688test_array [0] = 0
16689
16690 ;
16691 return 0;
16692}
16693_ACEOF
16694rm -f conftest.$ac_objext
16695if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16696 (eval $ac_compile) 2>conftest.er1
a848cd7e 16697 ac_status=$?
ac1cb8d3
VS
16698 grep -v '^ *+' conftest.er1 >conftest.err
16699 rm -f conftest.er1
16700 cat conftest.err >&5
a848cd7e
SC
16701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16702 (exit $ac_status); } &&
ddd14b14
RR
16703 { ac_try='test -z "$ac_c_werror_flag"
16704 || test ! -s conftest.err'
ac1cb8d3
VS
16705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16706 (eval $ac_try) 2>&5
16707 ac_status=$?
16708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16709 (exit $ac_status); }; } &&
16710 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16712 (eval $ac_try) 2>&5
16713 ac_status=$?
16714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16715 (exit $ac_status); }; }; then
16716 ac_hi=-1 ac_mid=-1
16717 while :; do
16718 cat >conftest.$ac_ext <<_ACEOF
16719/* confdefs.h. */
16720_ACEOF
16721cat confdefs.h >>conftest.$ac_ext
16722cat >>conftest.$ac_ext <<_ACEOF
16723/* end confdefs.h. */
16724$ac_includes_default
16725int
16726main ()
16727{
16728static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16729test_array [0] = 0
16730
16731 ;
16732 return 0;
16733}
16734_ACEOF
16735rm -f conftest.$ac_objext
16736if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16737 (eval $ac_compile) 2>conftest.er1
a848cd7e 16738 ac_status=$?
ac1cb8d3
VS
16739 grep -v '^ *+' conftest.er1 >conftest.err
16740 rm -f conftest.er1
16741 cat conftest.err >&5
a848cd7e
SC
16742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16743 (exit $ac_status); } &&
ddd14b14
RR
16744 { ac_try='test -z "$ac_c_werror_flag"
16745 || test ! -s conftest.err'
ac1cb8d3
VS
16746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16747 (eval $ac_try) 2>&5
16748 ac_status=$?
16749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16750 (exit $ac_status); }; } &&
16751 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16753 (eval $ac_try) 2>&5
16754 ac_status=$?
16755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16756 (exit $ac_status); }; }; then
16757 ac_lo=$ac_mid; break
16758else
16759 echo "$as_me: failed program was:" >&5
16760sed 's/^/| /' conftest.$ac_ext >&5
16761
16762ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16763 if test $ac_mid -le $ac_hi; then
16764 ac_lo= ac_hi=
16765 break
16766 fi
16767 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16768fi
ac1cb8d3 16769rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16770 done
16771else
16772 echo "$as_me: failed program was:" >&5
16773sed 's/^/| /' conftest.$ac_ext >&5
16774
16775ac_lo= ac_hi=
16776fi
ac1cb8d3 16777rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16778fi
ac1cb8d3 16779rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16780# Binary search between lo and hi bounds.
16781while test "x$ac_lo" != "x$ac_hi"; do
16782 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16783 cat >conftest.$ac_ext <<_ACEOF
16784/* confdefs.h. */
16785_ACEOF
16786cat confdefs.h >>conftest.$ac_ext
16787cat >>conftest.$ac_ext <<_ACEOF
16788/* end confdefs.h. */
16789$ac_includes_default
16790int
16791main ()
16792{
16793static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16794test_array [0] = 0
16795
16796 ;
16797 return 0;
16798}
16799_ACEOF
16800rm -f conftest.$ac_objext
16801if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16802 (eval $ac_compile) 2>conftest.er1
a848cd7e 16803 ac_status=$?
ac1cb8d3
VS
16804 grep -v '^ *+' conftest.er1 >conftest.err
16805 rm -f conftest.er1
16806 cat conftest.err >&5
a848cd7e
SC
16807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16808 (exit $ac_status); } &&
ddd14b14
RR
16809 { ac_try='test -z "$ac_c_werror_flag"
16810 || test ! -s conftest.err'
ac1cb8d3
VS
16811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16812 (eval $ac_try) 2>&5
16813 ac_status=$?
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); }; } &&
16816 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16818 (eval $ac_try) 2>&5
16819 ac_status=$?
16820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16821 (exit $ac_status); }; }; then
16822 ac_hi=$ac_mid
16823else
16824 echo "$as_me: failed program was:" >&5
16825sed 's/^/| /' conftest.$ac_ext >&5
16826
16827ac_lo=`expr '(' $ac_mid ')' + 1`
16828fi
ac1cb8d3 16829rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16830done
16831case $ac_lo in
16832?*) ac_cv_sizeof_void_p=$ac_lo;;
16833'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16834See \`config.log' for more details." >&5
16835echo "$as_me: error: cannot compute sizeof (void *), 77
16836See \`config.log' for more details." >&2;}
16837 { (exit 1); exit 1; }; } ;;
16838esac
16839else
16840 if test "$cross_compiling" = yes; then
ddd14b14
RR
16841 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16842See \`config.log' for more details." >&5
16843echo "$as_me: error: cannot run test program while cross compiling
16844See \`config.log' for more details." >&2;}
a848cd7e
SC
16845 { (exit 1); exit 1; }; }
16846else
16847 cat >conftest.$ac_ext <<_ACEOF
16848/* confdefs.h. */
16849_ACEOF
16850cat confdefs.h >>conftest.$ac_ext
16851cat >>conftest.$ac_ext <<_ACEOF
16852/* end confdefs.h. */
16853$ac_includes_default
16854long longval () { return (long) (sizeof (void *)); }
16855unsigned long ulongval () { return (long) (sizeof (void *)); }
16856#include <stdio.h>
16857#include <stdlib.h>
16858int
16859main ()
16860{
16861
16862 FILE *f = fopen ("conftest.val", "w");
16863 if (! f)
16864 exit (1);
16865 if (((long) (sizeof (void *))) < 0)
16866 {
16867 long i = longval ();
16868 if (i != ((long) (sizeof (void *))))
16869 exit (1);
16870 fprintf (f, "%ld\n", i);
16871 }
16872 else
16873 {
16874 unsigned long i = ulongval ();
16875 if (i != ((long) (sizeof (void *))))
16876 exit (1);
16877 fprintf (f, "%lu\n", i);
16878 }
16879 exit (ferror (f) || fclose (f) != 0);
16880
16881 ;
16882 return 0;
16883}
16884_ACEOF
16885rm -f conftest$ac_exeext
16886if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16887 (eval $ac_link) 2>&5
16888 ac_status=$?
16889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16890 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16892 (eval $ac_try) 2>&5
16893 ac_status=$?
16894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16895 (exit $ac_status); }; }; then
16896 ac_cv_sizeof_void_p=`cat conftest.val`
16897else
16898 echo "$as_me: program exited with status $ac_status" >&5
16899echo "$as_me: failed program was:" >&5
16900sed 's/^/| /' conftest.$ac_ext >&5
16901
16902( exit $ac_status )
16903{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16904See \`config.log' for more details." >&5
16905echo "$as_me: error: cannot compute sizeof (void *), 77
16906See \`config.log' for more details." >&2;}
16907 { (exit 1); exit 1; }; }
16908fi
ac1cb8d3 16909rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16910fi
16911fi
16912rm -f conftest.val
16913else
16914 ac_cv_sizeof_void_p=0
16915fi
16916fi
16917echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16918echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16919cat >>confdefs.h <<_ACEOF
16920#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16921_ACEOF
16922
16923
16924echo "$as_me:$LINENO: checking for int" >&5
16925echo $ECHO_N "checking for int... $ECHO_C" >&6
16926if test "${ac_cv_type_int+set}" = set; then
16927 echo $ECHO_N "(cached) $ECHO_C" >&6
16928else
16929 cat >conftest.$ac_ext <<_ACEOF
16930/* confdefs.h. */
16931_ACEOF
16932cat confdefs.h >>conftest.$ac_ext
16933cat >>conftest.$ac_ext <<_ACEOF
16934/* end confdefs.h. */
16935$ac_includes_default
16936int
16937main ()
16938{
16939if ((int *) 0)
16940 return 0;
16941if (sizeof (int))
16942 return 0;
16943 ;
16944 return 0;
16945}
16946_ACEOF
16947rm -f conftest.$ac_objext
16948if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16949 (eval $ac_compile) 2>conftest.er1
a848cd7e 16950 ac_status=$?
ac1cb8d3
VS
16951 grep -v '^ *+' conftest.er1 >conftest.err
16952 rm -f conftest.er1
16953 cat conftest.err >&5
a848cd7e
SC
16954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16955 (exit $ac_status); } &&
ddd14b14
RR
16956 { ac_try='test -z "$ac_c_werror_flag"
16957 || test ! -s conftest.err'
ac1cb8d3
VS
16958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16959 (eval $ac_try) 2>&5
16960 ac_status=$?
16961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16962 (exit $ac_status); }; } &&
16963 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16965 (eval $ac_try) 2>&5
16966 ac_status=$?
16967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16968 (exit $ac_status); }; }; then
16969 ac_cv_type_int=yes
16970else
16971 echo "$as_me: failed program was:" >&5
16972sed 's/^/| /' conftest.$ac_ext >&5
16973
16974ac_cv_type_int=no
16975fi
ac1cb8d3 16976rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16977fi
16978echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
16979echo "${ECHO_T}$ac_cv_type_int" >&6
16980
16981echo "$as_me:$LINENO: checking size of int" >&5
16982echo $ECHO_N "checking size of int... $ECHO_C" >&6
16983if test "${ac_cv_sizeof_int+set}" = set; then
16984 echo $ECHO_N "(cached) $ECHO_C" >&6
16985else
16986 if test "$ac_cv_type_int" = yes; then
16987 # The cast to unsigned long works around a bug in the HP C Compiler
16988 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16989 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16990 # This bug is HP SR number 8606223364.
16991 if test "$cross_compiling" = yes; then
16992 # Depending upon the size, compute the lo and hi bounds.
16993cat >conftest.$ac_ext <<_ACEOF
16994/* confdefs.h. */
16995_ACEOF
16996cat confdefs.h >>conftest.$ac_ext
16997cat >>conftest.$ac_ext <<_ACEOF
16998/* end confdefs.h. */
16999$ac_includes_default
17000int
17001main ()
17002{
17003static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
17004test_array [0] = 0
17005
17006 ;
17007 return 0;
17008}
17009_ACEOF
17010rm -f conftest.$ac_objext
17011if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17012 (eval $ac_compile) 2>conftest.er1
a848cd7e 17013 ac_status=$?
ac1cb8d3
VS
17014 grep -v '^ *+' conftest.er1 >conftest.err
17015 rm -f conftest.er1
17016 cat conftest.err >&5
a848cd7e
SC
17017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17018 (exit $ac_status); } &&
ddd14b14
RR
17019 { ac_try='test -z "$ac_c_werror_flag"
17020 || test ! -s conftest.err'
ac1cb8d3
VS
17021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17022 (eval $ac_try) 2>&5
17023 ac_status=$?
17024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17025 (exit $ac_status); }; } &&
17026 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17028 (eval $ac_try) 2>&5
17029 ac_status=$?
17030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17031 (exit $ac_status); }; }; then
17032 ac_lo=0 ac_mid=0
17033 while :; do
17034 cat >conftest.$ac_ext <<_ACEOF
17035/* confdefs.h. */
17036_ACEOF
17037cat confdefs.h >>conftest.$ac_ext
17038cat >>conftest.$ac_ext <<_ACEOF
17039/* end confdefs.h. */
17040$ac_includes_default
17041int
17042main ()
17043{
17044static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17045test_array [0] = 0
17046
17047 ;
17048 return 0;
17049}
17050_ACEOF
17051rm -f conftest.$ac_objext
17052if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17053 (eval $ac_compile) 2>conftest.er1
a848cd7e 17054 ac_status=$?
ac1cb8d3
VS
17055 grep -v '^ *+' conftest.er1 >conftest.err
17056 rm -f conftest.er1
17057 cat conftest.err >&5
a848cd7e
SC
17058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17059 (exit $ac_status); } &&
ddd14b14
RR
17060 { ac_try='test -z "$ac_c_werror_flag"
17061 || test ! -s conftest.err'
ac1cb8d3
VS
17062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17063 (eval $ac_try) 2>&5
17064 ac_status=$?
17065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17066 (exit $ac_status); }; } &&
17067 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17069 (eval $ac_try) 2>&5
17070 ac_status=$?
17071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17072 (exit $ac_status); }; }; then
17073 ac_hi=$ac_mid; break
17074else
17075 echo "$as_me: failed program was:" >&5
17076sed 's/^/| /' conftest.$ac_ext >&5
17077
17078ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17079 if test $ac_lo -le $ac_mid; then
17080 ac_lo= ac_hi=
17081 break
17082 fi
17083 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17084fi
ac1cb8d3 17085rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17086 done
17087else
17088 echo "$as_me: failed program was:" >&5
17089sed 's/^/| /' conftest.$ac_ext >&5
17090
17091cat >conftest.$ac_ext <<_ACEOF
17092/* confdefs.h. */
17093_ACEOF
17094cat confdefs.h >>conftest.$ac_ext
17095cat >>conftest.$ac_ext <<_ACEOF
17096/* end confdefs.h. */
17097$ac_includes_default
17098int
17099main ()
17100{
17101static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
17102test_array [0] = 0
17103
17104 ;
17105 return 0;
17106}
17107_ACEOF
17108rm -f conftest.$ac_objext
17109if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17110 (eval $ac_compile) 2>conftest.er1
a848cd7e 17111 ac_status=$?
ac1cb8d3
VS
17112 grep -v '^ *+' conftest.er1 >conftest.err
17113 rm -f conftest.er1
17114 cat conftest.err >&5
a848cd7e
SC
17115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17116 (exit $ac_status); } &&
ddd14b14
RR
17117 { ac_try='test -z "$ac_c_werror_flag"
17118 || 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_hi=-1 ac_mid=-1
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 (int))) >= $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); } &&
ddd14b14
RR
17158 { ac_try='test -z "$ac_c_werror_flag"
17159 || test ! -s conftest.err'
ac1cb8d3
VS
17160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17161 (eval $ac_try) 2>&5
17162 ac_status=$?
17163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17164 (exit $ac_status); }; } &&
17165 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17167 (eval $ac_try) 2>&5
17168 ac_status=$?
17169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17170 (exit $ac_status); }; }; then
17171 ac_lo=$ac_mid; break
17172else
17173 echo "$as_me: failed program was:" >&5
17174sed 's/^/| /' conftest.$ac_ext >&5
17175
17176ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17177 if test $ac_mid -le $ac_hi; then
17178 ac_lo= ac_hi=
17179 break
17180 fi
17181 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17182fi
ac1cb8d3 17183rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17184 done
17185else
17186 echo "$as_me: failed program was:" >&5
17187sed 's/^/| /' conftest.$ac_ext >&5
17188
17189ac_lo= ac_hi=
17190fi
ac1cb8d3 17191rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17192fi
ac1cb8d3 17193rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17194# Binary search between lo and hi bounds.
17195while test "x$ac_lo" != "x$ac_hi"; do
17196 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17197 cat >conftest.$ac_ext <<_ACEOF
17198/* confdefs.h. */
17199_ACEOF
17200cat confdefs.h >>conftest.$ac_ext
17201cat >>conftest.$ac_ext <<_ACEOF
17202/* end confdefs.h. */
17203$ac_includes_default
17204int
17205main ()
17206{
17207static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17208test_array [0] = 0
17209
17210 ;
17211 return 0;
17212}
17213_ACEOF
17214rm -f conftest.$ac_objext
17215if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17216 (eval $ac_compile) 2>conftest.er1
a848cd7e 17217 ac_status=$?
ac1cb8d3
VS
17218 grep -v '^ *+' conftest.er1 >conftest.err
17219 rm -f conftest.er1
17220 cat conftest.err >&5
a848cd7e
SC
17221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17222 (exit $ac_status); } &&
ddd14b14
RR
17223 { ac_try='test -z "$ac_c_werror_flag"
17224 || test ! -s conftest.err'
ac1cb8d3
VS
17225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17226 (eval $ac_try) 2>&5
17227 ac_status=$?
17228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17229 (exit $ac_status); }; } &&
17230 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17232 (eval $ac_try) 2>&5
17233 ac_status=$?
17234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17235 (exit $ac_status); }; }; then
17236 ac_hi=$ac_mid
17237else
17238 echo "$as_me: failed program was:" >&5
17239sed 's/^/| /' conftest.$ac_ext >&5
17240
17241ac_lo=`expr '(' $ac_mid ')' + 1`
17242fi
ac1cb8d3 17243rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17244done
17245case $ac_lo in
17246?*) ac_cv_sizeof_int=$ac_lo;;
17247'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17248See \`config.log' for more details." >&5
17249echo "$as_me: error: cannot compute sizeof (int), 77
17250See \`config.log' for more details." >&2;}
17251 { (exit 1); exit 1; }; } ;;
17252esac
17253else
17254 if test "$cross_compiling" = yes; then
ddd14b14
RR
17255 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17256See \`config.log' for more details." >&5
17257echo "$as_me: error: cannot run test program while cross compiling
17258See \`config.log' for more details." >&2;}
a848cd7e
SC
17259 { (exit 1); exit 1; }; }
17260else
17261 cat >conftest.$ac_ext <<_ACEOF
17262/* confdefs.h. */
17263_ACEOF
17264cat confdefs.h >>conftest.$ac_ext
17265cat >>conftest.$ac_ext <<_ACEOF
17266/* end confdefs.h. */
17267$ac_includes_default
17268long longval () { return (long) (sizeof (int)); }
17269unsigned long ulongval () { return (long) (sizeof (int)); }
17270#include <stdio.h>
17271#include <stdlib.h>
17272int
17273main ()
17274{
17275
17276 FILE *f = fopen ("conftest.val", "w");
17277 if (! f)
17278 exit (1);
17279 if (((long) (sizeof (int))) < 0)
17280 {
17281 long i = longval ();
17282 if (i != ((long) (sizeof (int))))
17283 exit (1);
17284 fprintf (f, "%ld\n", i);
17285 }
17286 else
17287 {
17288 unsigned long i = ulongval ();
17289 if (i != ((long) (sizeof (int))))
17290 exit (1);
17291 fprintf (f, "%lu\n", i);
17292 }
17293 exit (ferror (f) || fclose (f) != 0);
17294
17295 ;
17296 return 0;
17297}
17298_ACEOF
17299rm -f conftest$ac_exeext
17300if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17301 (eval $ac_link) 2>&5
17302 ac_status=$?
17303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17304 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17306 (eval $ac_try) 2>&5
17307 ac_status=$?
17308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17309 (exit $ac_status); }; }; then
17310 ac_cv_sizeof_int=`cat conftest.val`
17311else
17312 echo "$as_me: program exited with status $ac_status" >&5
17313echo "$as_me: failed program was:" >&5
17314sed 's/^/| /' conftest.$ac_ext >&5
17315
17316( exit $ac_status )
17317{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17318See \`config.log' for more details." >&5
17319echo "$as_me: error: cannot compute sizeof (int), 77
17320See \`config.log' for more details." >&2;}
17321 { (exit 1); exit 1; }; }
17322fi
ac1cb8d3 17323rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17324fi
17325fi
17326rm -f conftest.val
17327else
17328 ac_cv_sizeof_int=0
17329fi
17330fi
17331echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17332echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17333cat >>confdefs.h <<_ACEOF
17334#define SIZEOF_INT $ac_cv_sizeof_int
17335_ACEOF
17336
17337
17338echo "$as_me:$LINENO: checking for long" >&5
17339echo $ECHO_N "checking for long... $ECHO_C" >&6
17340if test "${ac_cv_type_long+set}" = set; then
17341 echo $ECHO_N "(cached) $ECHO_C" >&6
17342else
17343 cat >conftest.$ac_ext <<_ACEOF
17344/* confdefs.h. */
17345_ACEOF
17346cat confdefs.h >>conftest.$ac_ext
17347cat >>conftest.$ac_ext <<_ACEOF
17348/* end confdefs.h. */
17349$ac_includes_default
17350int
17351main ()
17352{
17353if ((long *) 0)
17354 return 0;
17355if (sizeof (long))
17356 return 0;
17357 ;
17358 return 0;
17359}
17360_ACEOF
17361rm -f conftest.$ac_objext
17362if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17363 (eval $ac_compile) 2>conftest.er1
a848cd7e 17364 ac_status=$?
ac1cb8d3
VS
17365 grep -v '^ *+' conftest.er1 >conftest.err
17366 rm -f conftest.er1
17367 cat conftest.err >&5
a848cd7e
SC
17368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17369 (exit $ac_status); } &&
ddd14b14
RR
17370 { ac_try='test -z "$ac_c_werror_flag"
17371 || test ! -s conftest.err'
ac1cb8d3
VS
17372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17373 (eval $ac_try) 2>&5
17374 ac_status=$?
17375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17376 (exit $ac_status); }; } &&
17377 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17379 (eval $ac_try) 2>&5
17380 ac_status=$?
17381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17382 (exit $ac_status); }; }; then
17383 ac_cv_type_long=yes
17384else
17385 echo "$as_me: failed program was:" >&5
17386sed 's/^/| /' conftest.$ac_ext >&5
17387
17388ac_cv_type_long=no
17389fi
ac1cb8d3 17390rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17391fi
17392echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17393echo "${ECHO_T}$ac_cv_type_long" >&6
17394
17395echo "$as_me:$LINENO: checking size of long" >&5
17396echo $ECHO_N "checking size of long... $ECHO_C" >&6
17397if test "${ac_cv_sizeof_long+set}" = set; then
17398 echo $ECHO_N "(cached) $ECHO_C" >&6
17399else
17400 if test "$ac_cv_type_long" = yes; then
17401 # The cast to unsigned long works around a bug in the HP C Compiler
17402 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17403 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17404 # This bug is HP SR number 8606223364.
17405 if test "$cross_compiling" = yes; then
17406 # Depending upon the size, compute the lo and hi bounds.
17407cat >conftest.$ac_ext <<_ACEOF
17408/* confdefs.h. */
17409_ACEOF
17410cat confdefs.h >>conftest.$ac_ext
17411cat >>conftest.$ac_ext <<_ACEOF
17412/* end confdefs.h. */
17413$ac_includes_default
17414int
17415main ()
17416{
17417static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17418test_array [0] = 0
17419
17420 ;
17421 return 0;
17422}
17423_ACEOF
17424rm -f conftest.$ac_objext
17425if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17426 (eval $ac_compile) 2>conftest.er1
a848cd7e 17427 ac_status=$?
ac1cb8d3
VS
17428 grep -v '^ *+' conftest.er1 >conftest.err
17429 rm -f conftest.er1
17430 cat conftest.err >&5
a848cd7e
SC
17431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17432 (exit $ac_status); } &&
ddd14b14
RR
17433 { ac_try='test -z "$ac_c_werror_flag"
17434 || test ! -s conftest.err'
ac1cb8d3
VS
17435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17436 (eval $ac_try) 2>&5
17437 ac_status=$?
17438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17439 (exit $ac_status); }; } &&
17440 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17442 (eval $ac_try) 2>&5
17443 ac_status=$?
17444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17445 (exit $ac_status); }; }; then
17446 ac_lo=0 ac_mid=0
17447 while :; do
17448 cat >conftest.$ac_ext <<_ACEOF
17449/* confdefs.h. */
17450_ACEOF
17451cat confdefs.h >>conftest.$ac_ext
17452cat >>conftest.$ac_ext <<_ACEOF
17453/* end confdefs.h. */
17454$ac_includes_default
17455int
17456main ()
17457{
17458static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17459test_array [0] = 0
17460
17461 ;
17462 return 0;
17463}
17464_ACEOF
17465rm -f conftest.$ac_objext
17466if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17467 (eval $ac_compile) 2>conftest.er1
a848cd7e 17468 ac_status=$?
ac1cb8d3
VS
17469 grep -v '^ *+' conftest.er1 >conftest.err
17470 rm -f conftest.er1
17471 cat conftest.err >&5
a848cd7e
SC
17472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); } &&
ddd14b14
RR
17474 { ac_try='test -z "$ac_c_werror_flag"
17475 || test ! -s conftest.err'
ac1cb8d3
VS
17476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17477 (eval $ac_try) 2>&5
17478 ac_status=$?
17479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); }; } &&
17481 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17483 (eval $ac_try) 2>&5
17484 ac_status=$?
17485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); }; }; then
17487 ac_hi=$ac_mid; break
17488else
17489 echo "$as_me: failed program was:" >&5
17490sed 's/^/| /' conftest.$ac_ext >&5
17491
17492ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17493 if test $ac_lo -le $ac_mid; then
17494 ac_lo= ac_hi=
17495 break
17496 fi
17497 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17498fi
ac1cb8d3 17499rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17500 done
17501else
17502 echo "$as_me: failed program was:" >&5
17503sed 's/^/| /' conftest.$ac_ext >&5
17504
17505cat >conftest.$ac_ext <<_ACEOF
17506/* confdefs.h. */
17507_ACEOF
17508cat confdefs.h >>conftest.$ac_ext
17509cat >>conftest.$ac_ext <<_ACEOF
17510/* end confdefs.h. */
17511$ac_includes_default
17512int
17513main ()
17514{
17515static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17516test_array [0] = 0
17517
17518 ;
17519 return 0;
17520}
17521_ACEOF
17522rm -f conftest.$ac_objext
17523if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17524 (eval $ac_compile) 2>conftest.er1
a848cd7e 17525 ac_status=$?
ac1cb8d3
VS
17526 grep -v '^ *+' conftest.er1 >conftest.err
17527 rm -f conftest.er1
17528 cat conftest.err >&5
a848cd7e
SC
17529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17530 (exit $ac_status); } &&
ddd14b14
RR
17531 { ac_try='test -z "$ac_c_werror_flag"
17532 || test ! -s conftest.err'
ac1cb8d3
VS
17533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17534 (eval $ac_try) 2>&5
17535 ac_status=$?
17536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17537 (exit $ac_status); }; } &&
17538 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17540 (eval $ac_try) 2>&5
17541 ac_status=$?
17542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17543 (exit $ac_status); }; }; then
17544 ac_hi=-1 ac_mid=-1
17545 while :; do
17546 cat >conftest.$ac_ext <<_ACEOF
17547/* confdefs.h. */
17548_ACEOF
17549cat confdefs.h >>conftest.$ac_ext
17550cat >>conftest.$ac_ext <<_ACEOF
17551/* end confdefs.h. */
17552$ac_includes_default
17553int
17554main ()
17555{
17556static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17557test_array [0] = 0
17558
17559 ;
17560 return 0;
17561}
17562_ACEOF
17563rm -f conftest.$ac_objext
17564if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17565 (eval $ac_compile) 2>conftest.er1
a848cd7e 17566 ac_status=$?
ac1cb8d3
VS
17567 grep -v '^ *+' conftest.er1 >conftest.err
17568 rm -f conftest.er1
17569 cat conftest.err >&5
a848cd7e
SC
17570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17571 (exit $ac_status); } &&
ddd14b14
RR
17572 { ac_try='test -z "$ac_c_werror_flag"
17573 || test ! -s conftest.err'
ac1cb8d3
VS
17574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17575 (eval $ac_try) 2>&5
17576 ac_status=$?
17577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17578 (exit $ac_status); }; } &&
17579 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17581 (eval $ac_try) 2>&5
17582 ac_status=$?
17583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17584 (exit $ac_status); }; }; then
17585 ac_lo=$ac_mid; break
17586else
17587 echo "$as_me: failed program was:" >&5
17588sed 's/^/| /' conftest.$ac_ext >&5
17589
17590ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17591 if test $ac_mid -le $ac_hi; then
17592 ac_lo= ac_hi=
17593 break
17594 fi
17595 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17596fi
ac1cb8d3 17597rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17598 done
17599else
17600 echo "$as_me: failed program was:" >&5
17601sed 's/^/| /' conftest.$ac_ext >&5
17602
17603ac_lo= ac_hi=
17604fi
ac1cb8d3 17605rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17606fi
ac1cb8d3 17607rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17608# Binary search between lo and hi bounds.
17609while test "x$ac_lo" != "x$ac_hi"; do
17610 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17611 cat >conftest.$ac_ext <<_ACEOF
17612/* confdefs.h. */
17613_ACEOF
17614cat confdefs.h >>conftest.$ac_ext
17615cat >>conftest.$ac_ext <<_ACEOF
17616/* end confdefs.h. */
17617$ac_includes_default
17618int
17619main ()
17620{
17621static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17622test_array [0] = 0
17623
17624 ;
17625 return 0;
17626}
17627_ACEOF
17628rm -f conftest.$ac_objext
17629if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17630 (eval $ac_compile) 2>conftest.er1
a848cd7e 17631 ac_status=$?
ac1cb8d3
VS
17632 grep -v '^ *+' conftest.er1 >conftest.err
17633 rm -f conftest.er1
17634 cat conftest.err >&5
a848cd7e
SC
17635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17636 (exit $ac_status); } &&
ddd14b14
RR
17637 { ac_try='test -z "$ac_c_werror_flag"
17638 || test ! -s conftest.err'
ac1cb8d3
VS
17639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17640 (eval $ac_try) 2>&5
17641 ac_status=$?
17642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17643 (exit $ac_status); }; } &&
17644 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17646 (eval $ac_try) 2>&5
17647 ac_status=$?
17648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17649 (exit $ac_status); }; }; then
17650 ac_hi=$ac_mid
17651else
17652 echo "$as_me: failed program was:" >&5
17653sed 's/^/| /' conftest.$ac_ext >&5
17654
17655ac_lo=`expr '(' $ac_mid ')' + 1`
17656fi
ac1cb8d3 17657rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17658done
17659case $ac_lo in
17660?*) ac_cv_sizeof_long=$ac_lo;;
17661'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17662See \`config.log' for more details." >&5
17663echo "$as_me: error: cannot compute sizeof (long), 77
17664See \`config.log' for more details." >&2;}
17665 { (exit 1); exit 1; }; } ;;
17666esac
17667else
17668 if test "$cross_compiling" = yes; then
ddd14b14
RR
17669 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17670See \`config.log' for more details." >&5
17671echo "$as_me: error: cannot run test program while cross compiling
17672See \`config.log' for more details." >&2;}
a848cd7e
SC
17673 { (exit 1); exit 1; }; }
17674else
17675 cat >conftest.$ac_ext <<_ACEOF
17676/* confdefs.h. */
17677_ACEOF
17678cat confdefs.h >>conftest.$ac_ext
17679cat >>conftest.$ac_ext <<_ACEOF
17680/* end confdefs.h. */
17681$ac_includes_default
17682long longval () { return (long) (sizeof (long)); }
17683unsigned long ulongval () { return (long) (sizeof (long)); }
17684#include <stdio.h>
17685#include <stdlib.h>
17686int
17687main ()
17688{
17689
17690 FILE *f = fopen ("conftest.val", "w");
17691 if (! f)
17692 exit (1);
17693 if (((long) (sizeof (long))) < 0)
17694 {
17695 long i = longval ();
17696 if (i != ((long) (sizeof (long))))
17697 exit (1);
17698 fprintf (f, "%ld\n", i);
17699 }
17700 else
17701 {
17702 unsigned long i = ulongval ();
17703 if (i != ((long) (sizeof (long))))
17704 exit (1);
17705 fprintf (f, "%lu\n", i);
17706 }
17707 exit (ferror (f) || fclose (f) != 0);
17708
17709 ;
17710 return 0;
17711}
17712_ACEOF
17713rm -f conftest$ac_exeext
17714if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17715 (eval $ac_link) 2>&5
17716 ac_status=$?
17717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17720 (eval $ac_try) 2>&5
17721 ac_status=$?
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); }; }; then
17724 ac_cv_sizeof_long=`cat conftest.val`
17725else
17726 echo "$as_me: program exited with status $ac_status" >&5
17727echo "$as_me: failed program was:" >&5
17728sed 's/^/| /' conftest.$ac_ext >&5
17729
17730( exit $ac_status )
17731{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17732See \`config.log' for more details." >&5
17733echo "$as_me: error: cannot compute sizeof (long), 77
17734See \`config.log' for more details." >&2;}
17735 { (exit 1); exit 1; }; }
17736fi
ac1cb8d3 17737rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17738fi
17739fi
17740rm -f conftest.val
17741else
17742 ac_cv_sizeof_long=0
17743fi
17744fi
17745echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17746echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17747cat >>confdefs.h <<_ACEOF
17748#define SIZEOF_LONG $ac_cv_sizeof_long
17749_ACEOF
17750
17751
17752echo "$as_me:$LINENO: checking for size_t" >&5
17753echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17754if test "${ac_cv_type_size_t+set}" = set; then
17755 echo $ECHO_N "(cached) $ECHO_C" >&6
17756else
17757 cat >conftest.$ac_ext <<_ACEOF
17758/* confdefs.h. */
17759_ACEOF
17760cat confdefs.h >>conftest.$ac_ext
17761cat >>conftest.$ac_ext <<_ACEOF
17762/* end confdefs.h. */
17763$ac_includes_default
17764int
17765main ()
17766{
17767if ((size_t *) 0)
17768 return 0;
17769if (sizeof (size_t))
17770 return 0;
17771 ;
17772 return 0;
17773}
17774_ACEOF
17775rm -f conftest.$ac_objext
17776if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17777 (eval $ac_compile) 2>conftest.er1
a848cd7e 17778 ac_status=$?
ac1cb8d3
VS
17779 grep -v '^ *+' conftest.er1 >conftest.err
17780 rm -f conftest.er1
17781 cat conftest.err >&5
a848cd7e
SC
17782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17783 (exit $ac_status); } &&
ddd14b14
RR
17784 { ac_try='test -z "$ac_c_werror_flag"
17785 || test ! -s conftest.err'
ac1cb8d3
VS
17786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17787 (eval $ac_try) 2>&5
17788 ac_status=$?
17789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17790 (exit $ac_status); }; } &&
17791 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17793 (eval $ac_try) 2>&5
17794 ac_status=$?
17795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17796 (exit $ac_status); }; }; then
17797 ac_cv_type_size_t=yes
17798else
17799 echo "$as_me: failed program was:" >&5
17800sed 's/^/| /' conftest.$ac_ext >&5
17801
17802ac_cv_type_size_t=no
17803fi
ac1cb8d3 17804rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17805fi
17806echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17807echo "${ECHO_T}$ac_cv_type_size_t" >&6
17808
17809echo "$as_me:$LINENO: checking size of size_t" >&5
17810echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17811if test "${ac_cv_sizeof_size_t+set}" = set; then
17812 echo $ECHO_N "(cached) $ECHO_C" >&6
17813else
17814 if test "$ac_cv_type_size_t" = yes; then
17815 # The cast to unsigned long works around a bug in the HP C Compiler
17816 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17817 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17818 # This bug is HP SR number 8606223364.
17819 if test "$cross_compiling" = yes; then
17820 # Depending upon the size, compute the lo and hi bounds.
17821cat >conftest.$ac_ext <<_ACEOF
17822/* confdefs.h. */
17823_ACEOF
17824cat confdefs.h >>conftest.$ac_ext
17825cat >>conftest.$ac_ext <<_ACEOF
17826/* end confdefs.h. */
17827$ac_includes_default
17828int
17829main ()
17830{
17831static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17832test_array [0] = 0
17833
17834 ;
17835 return 0;
17836}
17837_ACEOF
17838rm -f conftest.$ac_objext
17839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17840 (eval $ac_compile) 2>conftest.er1
a848cd7e 17841 ac_status=$?
ac1cb8d3
VS
17842 grep -v '^ *+' conftest.er1 >conftest.err
17843 rm -f conftest.er1
17844 cat conftest.err >&5
a848cd7e
SC
17845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17846 (exit $ac_status); } &&
ddd14b14
RR
17847 { ac_try='test -z "$ac_c_werror_flag"
17848 || test ! -s conftest.err'
ac1cb8d3
VS
17849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17850 (eval $ac_try) 2>&5
17851 ac_status=$?
17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17853 (exit $ac_status); }; } &&
17854 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17856 (eval $ac_try) 2>&5
17857 ac_status=$?
17858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17859 (exit $ac_status); }; }; then
17860 ac_lo=0 ac_mid=0
17861 while :; do
17862 cat >conftest.$ac_ext <<_ACEOF
17863/* confdefs.h. */
17864_ACEOF
17865cat confdefs.h >>conftest.$ac_ext
17866cat >>conftest.$ac_ext <<_ACEOF
17867/* end confdefs.h. */
17868$ac_includes_default
17869int
17870main ()
17871{
17872static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17873test_array [0] = 0
17874
17875 ;
17876 return 0;
17877}
17878_ACEOF
17879rm -f conftest.$ac_objext
17880if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17881 (eval $ac_compile) 2>conftest.er1
a848cd7e 17882 ac_status=$?
ac1cb8d3
VS
17883 grep -v '^ *+' conftest.er1 >conftest.err
17884 rm -f conftest.er1
17885 cat conftest.err >&5
a848cd7e
SC
17886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17887 (exit $ac_status); } &&
ddd14b14
RR
17888 { ac_try='test -z "$ac_c_werror_flag"
17889 || test ! -s conftest.err'
ac1cb8d3
VS
17890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17891 (eval $ac_try) 2>&5
17892 ac_status=$?
17893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17894 (exit $ac_status); }; } &&
17895 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17897 (eval $ac_try) 2>&5
17898 ac_status=$?
17899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17900 (exit $ac_status); }; }; then
17901 ac_hi=$ac_mid; break
17902else
17903 echo "$as_me: failed program was:" >&5
17904sed 's/^/| /' conftest.$ac_ext >&5
17905
17906ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17907 if test $ac_lo -le $ac_mid; then
17908 ac_lo= ac_hi=
17909 break
17910 fi
17911 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17912fi
ac1cb8d3 17913rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17914 done
17915else
17916 echo "$as_me: failed program was:" >&5
17917sed 's/^/| /' conftest.$ac_ext >&5
17918
17919cat >conftest.$ac_ext <<_ACEOF
17920/* confdefs.h. */
17921_ACEOF
17922cat confdefs.h >>conftest.$ac_ext
17923cat >>conftest.$ac_ext <<_ACEOF
17924/* end confdefs.h. */
17925$ac_includes_default
17926int
17927main ()
17928{
17929static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
17930test_array [0] = 0
17931
17932 ;
17933 return 0;
17934}
17935_ACEOF
17936rm -f conftest.$ac_objext
17937if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17938 (eval $ac_compile) 2>conftest.er1
a848cd7e 17939 ac_status=$?
ac1cb8d3
VS
17940 grep -v '^ *+' conftest.er1 >conftest.err
17941 rm -f conftest.er1
17942 cat conftest.err >&5
a848cd7e
SC
17943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17944 (exit $ac_status); } &&
ddd14b14
RR
17945 { ac_try='test -z "$ac_c_werror_flag"
17946 || test ! -s conftest.err'
ac1cb8d3
VS
17947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17948 (eval $ac_try) 2>&5
17949 ac_status=$?
17950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17951 (exit $ac_status); }; } &&
17952 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17954 (eval $ac_try) 2>&5
17955 ac_status=$?
17956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17957 (exit $ac_status); }; }; then
17958 ac_hi=-1 ac_mid=-1
17959 while :; do
17960 cat >conftest.$ac_ext <<_ACEOF
17961/* confdefs.h. */
17962_ACEOF
17963cat confdefs.h >>conftest.$ac_ext
17964cat >>conftest.$ac_ext <<_ACEOF
17965/* end confdefs.h. */
17966$ac_includes_default
17967int
17968main ()
17969{
17970static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
17971test_array [0] = 0
17972
17973 ;
17974 return 0;
17975}
17976_ACEOF
17977rm -f conftest.$ac_objext
17978if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17979 (eval $ac_compile) 2>conftest.er1
a848cd7e 17980 ac_status=$?
ac1cb8d3
VS
17981 grep -v '^ *+' conftest.er1 >conftest.err
17982 rm -f conftest.er1
17983 cat conftest.err >&5
a848cd7e
SC
17984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17985 (exit $ac_status); } &&
ddd14b14
RR
17986 { ac_try='test -z "$ac_c_werror_flag"
17987 || test ! -s conftest.err'
ac1cb8d3
VS
17988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17989 (eval $ac_try) 2>&5
17990 ac_status=$?
17991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17992 (exit $ac_status); }; } &&
17993 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17995 (eval $ac_try) 2>&5
17996 ac_status=$?
17997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17998 (exit $ac_status); }; }; then
17999 ac_lo=$ac_mid; break
18000else
18001 echo "$as_me: failed program was:" >&5
18002sed 's/^/| /' conftest.$ac_ext >&5
18003
18004ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18005 if test $ac_mid -le $ac_hi; then
18006 ac_lo= ac_hi=
18007 break
18008 fi
18009 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18010fi
ac1cb8d3 18011rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18012 done
18013else
18014 echo "$as_me: failed program was:" >&5
18015sed 's/^/| /' conftest.$ac_ext >&5
18016
18017ac_lo= ac_hi=
18018fi
ac1cb8d3 18019rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18020fi
ac1cb8d3 18021rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18022# Binary search between lo and hi bounds.
18023while test "x$ac_lo" != "x$ac_hi"; do
18024 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18025 cat >conftest.$ac_ext <<_ACEOF
18026/* confdefs.h. */
18027_ACEOF
18028cat confdefs.h >>conftest.$ac_ext
18029cat >>conftest.$ac_ext <<_ACEOF
18030/* end confdefs.h. */
18031$ac_includes_default
18032int
18033main ()
18034{
18035static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18036test_array [0] = 0
18037
18038 ;
18039 return 0;
18040}
18041_ACEOF
18042rm -f conftest.$ac_objext
18043if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18044 (eval $ac_compile) 2>conftest.er1
a848cd7e 18045 ac_status=$?
ac1cb8d3
VS
18046 grep -v '^ *+' conftest.er1 >conftest.err
18047 rm -f conftest.er1
18048 cat conftest.err >&5
a848cd7e
SC
18049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18050 (exit $ac_status); } &&
ddd14b14
RR
18051 { ac_try='test -z "$ac_c_werror_flag"
18052 || test ! -s conftest.err'
ac1cb8d3
VS
18053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18054 (eval $ac_try) 2>&5
18055 ac_status=$?
18056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18057 (exit $ac_status); }; } &&
18058 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18060 (eval $ac_try) 2>&5
18061 ac_status=$?
18062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18063 (exit $ac_status); }; }; then
18064 ac_hi=$ac_mid
18065else
18066 echo "$as_me: failed program was:" >&5
18067sed 's/^/| /' conftest.$ac_ext >&5
18068
18069ac_lo=`expr '(' $ac_mid ')' + 1`
18070fi
ac1cb8d3 18071rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18072done
18073case $ac_lo in
18074?*) ac_cv_sizeof_size_t=$ac_lo;;
18075'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18076See \`config.log' for more details." >&5
18077echo "$as_me: error: cannot compute sizeof (size_t), 77
18078See \`config.log' for more details." >&2;}
18079 { (exit 1); exit 1; }; } ;;
18080esac
18081else
18082 if test "$cross_compiling" = yes; then
ddd14b14
RR
18083 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18084See \`config.log' for more details." >&5
18085echo "$as_me: error: cannot run test program while cross compiling
18086See \`config.log' for more details." >&2;}
a848cd7e
SC
18087 { (exit 1); exit 1; }; }
18088else
18089 cat >conftest.$ac_ext <<_ACEOF
18090/* confdefs.h. */
18091_ACEOF
18092cat confdefs.h >>conftest.$ac_ext
18093cat >>conftest.$ac_ext <<_ACEOF
18094/* end confdefs.h. */
18095$ac_includes_default
18096long longval () { return (long) (sizeof (size_t)); }
18097unsigned long ulongval () { return (long) (sizeof (size_t)); }
18098#include <stdio.h>
18099#include <stdlib.h>
18100int
18101main ()
18102{
18103
18104 FILE *f = fopen ("conftest.val", "w");
18105 if (! f)
18106 exit (1);
18107 if (((long) (sizeof (size_t))) < 0)
18108 {
18109 long i = longval ();
18110 if (i != ((long) (sizeof (size_t))))
18111 exit (1);
18112 fprintf (f, "%ld\n", i);
18113 }
18114 else
18115 {
18116 unsigned long i = ulongval ();
18117 if (i != ((long) (sizeof (size_t))))
18118 exit (1);
18119 fprintf (f, "%lu\n", i);
18120 }
18121 exit (ferror (f) || fclose (f) != 0);
18122
18123 ;
18124 return 0;
18125}
18126_ACEOF
18127rm -f conftest$ac_exeext
18128if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18129 (eval $ac_link) 2>&5
18130 ac_status=$?
18131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18134 (eval $ac_try) 2>&5
18135 ac_status=$?
18136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18137 (exit $ac_status); }; }; then
18138 ac_cv_sizeof_size_t=`cat conftest.val`
18139else
18140 echo "$as_me: program exited with status $ac_status" >&5
18141echo "$as_me: failed program was:" >&5
18142sed 's/^/| /' conftest.$ac_ext >&5
18143
18144( exit $ac_status )
18145{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18146See \`config.log' for more details." >&5
18147echo "$as_me: error: cannot compute sizeof (size_t), 77
18148See \`config.log' for more details." >&2;}
18149 { (exit 1); exit 1; }; }
18150fi
ac1cb8d3 18151rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18152fi
18153fi
18154rm -f conftest.val
18155else
18156 ac_cv_sizeof_size_t=0
18157fi
18158fi
18159echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
18160echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
18161cat >>confdefs.h <<_ACEOF
18162#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
18163_ACEOF
18164
18165
18166
18167case "${host}" in
18168 arm-*-linux* )
18169 echo "$as_me:$LINENO: checking for long long" >&5
18170echo $ECHO_N "checking for long long... $ECHO_C" >&6
18171if test "${ac_cv_type_long_long+set}" = set; then
18172 echo $ECHO_N "(cached) $ECHO_C" >&6
18173else
18174 cat >conftest.$ac_ext <<_ACEOF
18175/* confdefs.h. */
18176_ACEOF
18177cat confdefs.h >>conftest.$ac_ext
18178cat >>conftest.$ac_ext <<_ACEOF
18179/* end confdefs.h. */
18180$ac_includes_default
18181int
18182main ()
18183{
18184if ((long long *) 0)
18185 return 0;
18186if (sizeof (long long))
18187 return 0;
18188 ;
18189 return 0;
18190}
18191_ACEOF
18192rm -f conftest.$ac_objext
18193if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18194 (eval $ac_compile) 2>conftest.er1
a848cd7e 18195 ac_status=$?
ac1cb8d3
VS
18196 grep -v '^ *+' conftest.er1 >conftest.err
18197 rm -f conftest.er1
18198 cat conftest.err >&5
a848cd7e
SC
18199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18200 (exit $ac_status); } &&
ddd14b14
RR
18201 { ac_try='test -z "$ac_c_werror_flag"
18202 || test ! -s conftest.err'
ac1cb8d3
VS
18203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18204 (eval $ac_try) 2>&5
18205 ac_status=$?
18206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18207 (exit $ac_status); }; } &&
18208 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18210 (eval $ac_try) 2>&5
18211 ac_status=$?
18212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18213 (exit $ac_status); }; }; then
18214 ac_cv_type_long_long=yes
18215else
18216 echo "$as_me: failed program was:" >&5
18217sed 's/^/| /' conftest.$ac_ext >&5
18218
18219ac_cv_type_long_long=no
18220fi
ac1cb8d3 18221rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18222fi
18223echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18224echo "${ECHO_T}$ac_cv_type_long_long" >&6
18225
18226echo "$as_me:$LINENO: checking size of long long" >&5
18227echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18228if test "${ac_cv_sizeof_long_long+set}" = set; then
18229 echo $ECHO_N "(cached) $ECHO_C" >&6
18230else
18231 if test "$ac_cv_type_long_long" = yes; then
18232 # The cast to unsigned long works around a bug in the HP C Compiler
18233 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18234 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18235 # This bug is HP SR number 8606223364.
18236 if test "$cross_compiling" = yes; then
18237 # Depending upon the size, compute the lo and hi bounds.
18238cat >conftest.$ac_ext <<_ACEOF
18239/* confdefs.h. */
18240_ACEOF
18241cat confdefs.h >>conftest.$ac_ext
18242cat >>conftest.$ac_ext <<_ACEOF
18243/* end confdefs.h. */
18244$ac_includes_default
18245int
18246main ()
18247{
18248static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18249test_array [0] = 0
18250
18251 ;
18252 return 0;
18253}
18254_ACEOF
18255rm -f conftest.$ac_objext
18256if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18257 (eval $ac_compile) 2>conftest.er1
a848cd7e 18258 ac_status=$?
ac1cb8d3
VS
18259 grep -v '^ *+' conftest.er1 >conftest.err
18260 rm -f conftest.er1
18261 cat conftest.err >&5
a848cd7e
SC
18262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18263 (exit $ac_status); } &&
ddd14b14
RR
18264 { ac_try='test -z "$ac_c_werror_flag"
18265 || test ! -s conftest.err'
ac1cb8d3
VS
18266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18267 (eval $ac_try) 2>&5
18268 ac_status=$?
18269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18270 (exit $ac_status); }; } &&
18271 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18273 (eval $ac_try) 2>&5
18274 ac_status=$?
18275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18276 (exit $ac_status); }; }; then
18277 ac_lo=0 ac_mid=0
18278 while :; do
18279 cat >conftest.$ac_ext <<_ACEOF
18280/* confdefs.h. */
18281_ACEOF
18282cat confdefs.h >>conftest.$ac_ext
18283cat >>conftest.$ac_ext <<_ACEOF
18284/* end confdefs.h. */
18285$ac_includes_default
18286int
18287main ()
18288{
18289static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18290test_array [0] = 0
18291
18292 ;
18293 return 0;
18294}
18295_ACEOF
18296rm -f conftest.$ac_objext
18297if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18298 (eval $ac_compile) 2>conftest.er1
a848cd7e 18299 ac_status=$?
ac1cb8d3
VS
18300 grep -v '^ *+' conftest.er1 >conftest.err
18301 rm -f conftest.er1
18302 cat conftest.err >&5
a848cd7e
SC
18303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18304 (exit $ac_status); } &&
ddd14b14
RR
18305 { ac_try='test -z "$ac_c_werror_flag"
18306 || test ! -s conftest.err'
ac1cb8d3
VS
18307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18308 (eval $ac_try) 2>&5
18309 ac_status=$?
18310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18311 (exit $ac_status); }; } &&
18312 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18314 (eval $ac_try) 2>&5
18315 ac_status=$?
18316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18317 (exit $ac_status); }; }; then
18318 ac_hi=$ac_mid; break
18319else
18320 echo "$as_me: failed program was:" >&5
18321sed 's/^/| /' conftest.$ac_ext >&5
18322
18323ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18324 if test $ac_lo -le $ac_mid; then
18325 ac_lo= ac_hi=
18326 break
18327 fi
18328 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18329fi
ac1cb8d3 18330rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18331 done
18332else
18333 echo "$as_me: failed program was:" >&5
18334sed 's/^/| /' conftest.$ac_ext >&5
18335
18336cat >conftest.$ac_ext <<_ACEOF
18337/* confdefs.h. */
18338_ACEOF
18339cat confdefs.h >>conftest.$ac_ext
18340cat >>conftest.$ac_ext <<_ACEOF
18341/* end confdefs.h. */
18342$ac_includes_default
18343int
18344main ()
18345{
18346static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18347test_array [0] = 0
18348
18349 ;
18350 return 0;
18351}
18352_ACEOF
18353rm -f conftest.$ac_objext
18354if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18355 (eval $ac_compile) 2>conftest.er1
a848cd7e 18356 ac_status=$?
ac1cb8d3
VS
18357 grep -v '^ *+' conftest.er1 >conftest.err
18358 rm -f conftest.er1
18359 cat conftest.err >&5
a848cd7e
SC
18360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18361 (exit $ac_status); } &&
ddd14b14
RR
18362 { ac_try='test -z "$ac_c_werror_flag"
18363 || test ! -s conftest.err'
ac1cb8d3
VS
18364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18365 (eval $ac_try) 2>&5
18366 ac_status=$?
18367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18368 (exit $ac_status); }; } &&
18369 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18371 (eval $ac_try) 2>&5
18372 ac_status=$?
18373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18374 (exit $ac_status); }; }; then
18375 ac_hi=-1 ac_mid=-1
18376 while :; do
18377 cat >conftest.$ac_ext <<_ACEOF
18378/* confdefs.h. */
18379_ACEOF
18380cat confdefs.h >>conftest.$ac_ext
18381cat >>conftest.$ac_ext <<_ACEOF
18382/* end confdefs.h. */
18383$ac_includes_default
18384int
18385main ()
18386{
18387static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18388test_array [0] = 0
18389
18390 ;
18391 return 0;
18392}
18393_ACEOF
18394rm -f conftest.$ac_objext
18395if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18396 (eval $ac_compile) 2>conftest.er1
a848cd7e 18397 ac_status=$?
ac1cb8d3
VS
18398 grep -v '^ *+' conftest.er1 >conftest.err
18399 rm -f conftest.er1
18400 cat conftest.err >&5
a848cd7e
SC
18401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18402 (exit $ac_status); } &&
ddd14b14
RR
18403 { ac_try='test -z "$ac_c_werror_flag"
18404 || test ! -s conftest.err'
ac1cb8d3
VS
18405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18406 (eval $ac_try) 2>&5
18407 ac_status=$?
18408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18409 (exit $ac_status); }; } &&
18410 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18412 (eval $ac_try) 2>&5
18413 ac_status=$?
18414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18415 (exit $ac_status); }; }; then
18416 ac_lo=$ac_mid; break
18417else
18418 echo "$as_me: failed program was:" >&5
18419sed 's/^/| /' conftest.$ac_ext >&5
18420
18421ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18422 if test $ac_mid -le $ac_hi; then
18423 ac_lo= ac_hi=
18424 break
18425 fi
18426 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18427fi
ac1cb8d3 18428rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18429 done
18430else
18431 echo "$as_me: failed program was:" >&5
18432sed 's/^/| /' conftest.$ac_ext >&5
18433
18434ac_lo= ac_hi=
18435fi
ac1cb8d3 18436rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18437fi
ac1cb8d3 18438rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18439# Binary search between lo and hi bounds.
18440while test "x$ac_lo" != "x$ac_hi"; do
18441 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18442 cat >conftest.$ac_ext <<_ACEOF
18443/* confdefs.h. */
18444_ACEOF
18445cat confdefs.h >>conftest.$ac_ext
18446cat >>conftest.$ac_ext <<_ACEOF
18447/* end confdefs.h. */
18448$ac_includes_default
18449int
18450main ()
18451{
18452static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18453test_array [0] = 0
18454
18455 ;
18456 return 0;
18457}
18458_ACEOF
18459rm -f conftest.$ac_objext
18460if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18461 (eval $ac_compile) 2>conftest.er1
a848cd7e 18462 ac_status=$?
ac1cb8d3
VS
18463 grep -v '^ *+' conftest.er1 >conftest.err
18464 rm -f conftest.er1
18465 cat conftest.err >&5
a848cd7e
SC
18466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18467 (exit $ac_status); } &&
ddd14b14
RR
18468 { ac_try='test -z "$ac_c_werror_flag"
18469 || test ! -s conftest.err'
ac1cb8d3
VS
18470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18471 (eval $ac_try) 2>&5
18472 ac_status=$?
18473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18474 (exit $ac_status); }; } &&
18475 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18477 (eval $ac_try) 2>&5
18478 ac_status=$?
18479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18480 (exit $ac_status); }; }; then
18481 ac_hi=$ac_mid
18482else
18483 echo "$as_me: failed program was:" >&5
18484sed 's/^/| /' conftest.$ac_ext >&5
18485
18486ac_lo=`expr '(' $ac_mid ')' + 1`
18487fi
ac1cb8d3 18488rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18489done
18490case $ac_lo in
18491?*) ac_cv_sizeof_long_long=$ac_lo;;
18492'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18493See \`config.log' for more details." >&5
18494echo "$as_me: error: cannot compute sizeof (long long), 77
18495See \`config.log' for more details." >&2;}
18496 { (exit 1); exit 1; }; } ;;
18497esac
18498else
18499 if test "$cross_compiling" = yes; then
ddd14b14
RR
18500 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18501See \`config.log' for more details." >&5
18502echo "$as_me: error: cannot run test program while cross compiling
18503See \`config.log' for more details." >&2;}
a848cd7e
SC
18504 { (exit 1); exit 1; }; }
18505else
18506 cat >conftest.$ac_ext <<_ACEOF
18507/* confdefs.h. */
18508_ACEOF
18509cat confdefs.h >>conftest.$ac_ext
18510cat >>conftest.$ac_ext <<_ACEOF
18511/* end confdefs.h. */
18512$ac_includes_default
18513long longval () { return (long) (sizeof (long long)); }
18514unsigned long ulongval () { return (long) (sizeof (long long)); }
18515#include <stdio.h>
18516#include <stdlib.h>
18517int
18518main ()
18519{
18520
18521 FILE *f = fopen ("conftest.val", "w");
18522 if (! f)
18523 exit (1);
18524 if (((long) (sizeof (long long))) < 0)
18525 {
18526 long i = longval ();
18527 if (i != ((long) (sizeof (long long))))
18528 exit (1);
18529 fprintf (f, "%ld\n", i);
18530 }
18531 else
18532 {
18533 unsigned long i = ulongval ();
18534 if (i != ((long) (sizeof (long long))))
18535 exit (1);
18536 fprintf (f, "%lu\n", i);
18537 }
18538 exit (ferror (f) || fclose (f) != 0);
18539
18540 ;
18541 return 0;
18542}
18543_ACEOF
18544rm -f conftest$ac_exeext
18545if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18546 (eval $ac_link) 2>&5
18547 ac_status=$?
18548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18549 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18551 (eval $ac_try) 2>&5
18552 ac_status=$?
18553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18554 (exit $ac_status); }; }; then
18555 ac_cv_sizeof_long_long=`cat conftest.val`
18556else
18557 echo "$as_me: program exited with status $ac_status" >&5
18558echo "$as_me: failed program was:" >&5
18559sed 's/^/| /' conftest.$ac_ext >&5
18560
18561( exit $ac_status )
18562{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18563See \`config.log' for more details." >&5
18564echo "$as_me: error: cannot compute sizeof (long long), 77
18565See \`config.log' for more details." >&2;}
18566 { (exit 1); exit 1; }; }
18567fi
ac1cb8d3 18568rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18569fi
18570fi
18571rm -f conftest.val
18572else
18573 ac_cv_sizeof_long_long=0
18574fi
18575fi
18576echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18577echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18578cat >>confdefs.h <<_ACEOF
18579#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18580_ACEOF
18581
18582
18583 ;;
18584 *-hp-hpux* )
18585 echo "$as_me:$LINENO: checking for long long" >&5
18586echo $ECHO_N "checking for long long... $ECHO_C" >&6
18587if test "${ac_cv_type_long_long+set}" = set; then
18588 echo $ECHO_N "(cached) $ECHO_C" >&6
18589else
18590 cat >conftest.$ac_ext <<_ACEOF
18591/* confdefs.h. */
18592_ACEOF
18593cat confdefs.h >>conftest.$ac_ext
18594cat >>conftest.$ac_ext <<_ACEOF
18595/* end confdefs.h. */
18596$ac_includes_default
18597int
18598main ()
18599{
18600if ((long long *) 0)
18601 return 0;
18602if (sizeof (long long))
18603 return 0;
18604 ;
18605 return 0;
18606}
18607_ACEOF
18608rm -f conftest.$ac_objext
18609if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18610 (eval $ac_compile) 2>conftest.er1
a848cd7e 18611 ac_status=$?
ac1cb8d3
VS
18612 grep -v '^ *+' conftest.er1 >conftest.err
18613 rm -f conftest.er1
18614 cat conftest.err >&5
a848cd7e
SC
18615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18616 (exit $ac_status); } &&
ddd14b14
RR
18617 { ac_try='test -z "$ac_c_werror_flag"
18618 || test ! -s conftest.err'
ac1cb8d3
VS
18619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18620 (eval $ac_try) 2>&5
18621 ac_status=$?
18622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18623 (exit $ac_status); }; } &&
18624 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18626 (eval $ac_try) 2>&5
18627 ac_status=$?
18628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18629 (exit $ac_status); }; }; then
18630 ac_cv_type_long_long=yes
18631else
18632 echo "$as_me: failed program was:" >&5
18633sed 's/^/| /' conftest.$ac_ext >&5
18634
18635ac_cv_type_long_long=no
18636fi
ac1cb8d3 18637rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18638fi
18639echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18640echo "${ECHO_T}$ac_cv_type_long_long" >&6
18641
18642echo "$as_me:$LINENO: checking size of long long" >&5
18643echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18644if test "${ac_cv_sizeof_long_long+set}" = set; then
18645 echo $ECHO_N "(cached) $ECHO_C" >&6
18646else
18647 if test "$ac_cv_type_long_long" = yes; then
18648 # The cast to unsigned long works around a bug in the HP C Compiler
18649 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18650 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18651 # This bug is HP SR number 8606223364.
18652 if test "$cross_compiling" = yes; then
18653 # Depending upon the size, compute the lo and hi bounds.
18654cat >conftest.$ac_ext <<_ACEOF
18655/* confdefs.h. */
18656_ACEOF
18657cat confdefs.h >>conftest.$ac_ext
18658cat >>conftest.$ac_ext <<_ACEOF
18659/* end confdefs.h. */
18660$ac_includes_default
18661int
18662main ()
18663{
18664static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18665test_array [0] = 0
18666
18667 ;
18668 return 0;
18669}
18670_ACEOF
18671rm -f conftest.$ac_objext
18672if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18673 (eval $ac_compile) 2>conftest.er1
a848cd7e 18674 ac_status=$?
ac1cb8d3
VS
18675 grep -v '^ *+' conftest.er1 >conftest.err
18676 rm -f conftest.er1
18677 cat conftest.err >&5
a848cd7e
SC
18678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18679 (exit $ac_status); } &&
ddd14b14
RR
18680 { ac_try='test -z "$ac_c_werror_flag"
18681 || test ! -s conftest.err'
ac1cb8d3
VS
18682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18683 (eval $ac_try) 2>&5
18684 ac_status=$?
18685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18686 (exit $ac_status); }; } &&
18687 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18689 (eval $ac_try) 2>&5
18690 ac_status=$?
18691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18692 (exit $ac_status); }; }; then
18693 ac_lo=0 ac_mid=0
18694 while :; do
18695 cat >conftest.$ac_ext <<_ACEOF
18696/* confdefs.h. */
18697_ACEOF
18698cat confdefs.h >>conftest.$ac_ext
18699cat >>conftest.$ac_ext <<_ACEOF
18700/* end confdefs.h. */
18701$ac_includes_default
18702int
18703main ()
18704{
18705static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18706test_array [0] = 0
18707
18708 ;
18709 return 0;
18710}
18711_ACEOF
18712rm -f conftest.$ac_objext
18713if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18714 (eval $ac_compile) 2>conftest.er1
a848cd7e 18715 ac_status=$?
ac1cb8d3
VS
18716 grep -v '^ *+' conftest.er1 >conftest.err
18717 rm -f conftest.er1
18718 cat conftest.err >&5
a848cd7e
SC
18719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18720 (exit $ac_status); } &&
ddd14b14
RR
18721 { ac_try='test -z "$ac_c_werror_flag"
18722 || test ! -s conftest.err'
ac1cb8d3
VS
18723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18724 (eval $ac_try) 2>&5
18725 ac_status=$?
18726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18727 (exit $ac_status); }; } &&
18728 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18730 (eval $ac_try) 2>&5
18731 ac_status=$?
18732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18733 (exit $ac_status); }; }; then
18734 ac_hi=$ac_mid; break
18735else
18736 echo "$as_me: failed program was:" >&5
18737sed 's/^/| /' conftest.$ac_ext >&5
18738
18739ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18740 if test $ac_lo -le $ac_mid; then
18741 ac_lo= ac_hi=
18742 break
18743 fi
18744 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18745fi
ac1cb8d3 18746rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18747 done
18748else
18749 echo "$as_me: failed program was:" >&5
18750sed 's/^/| /' conftest.$ac_ext >&5
18751
18752cat >conftest.$ac_ext <<_ACEOF
18753/* confdefs.h. */
18754_ACEOF
18755cat confdefs.h >>conftest.$ac_ext
18756cat >>conftest.$ac_ext <<_ACEOF
18757/* end confdefs.h. */
18758$ac_includes_default
18759int
18760main ()
18761{
18762static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18763test_array [0] = 0
18764
18765 ;
18766 return 0;
18767}
18768_ACEOF
18769rm -f conftest.$ac_objext
18770if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18771 (eval $ac_compile) 2>conftest.er1
a848cd7e 18772 ac_status=$?
ac1cb8d3
VS
18773 grep -v '^ *+' conftest.er1 >conftest.err
18774 rm -f conftest.er1
18775 cat conftest.err >&5
a848cd7e
SC
18776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18777 (exit $ac_status); } &&
ddd14b14
RR
18778 { ac_try='test -z "$ac_c_werror_flag"
18779 || test ! -s conftest.err'
ac1cb8d3
VS
18780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18781 (eval $ac_try) 2>&5
18782 ac_status=$?
18783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18784 (exit $ac_status); }; } &&
18785 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18787 (eval $ac_try) 2>&5
18788 ac_status=$?
18789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18790 (exit $ac_status); }; }; then
18791 ac_hi=-1 ac_mid=-1
18792 while :; do
18793 cat >conftest.$ac_ext <<_ACEOF
18794/* confdefs.h. */
18795_ACEOF
18796cat confdefs.h >>conftest.$ac_ext
18797cat >>conftest.$ac_ext <<_ACEOF
18798/* end confdefs.h. */
18799$ac_includes_default
18800int
18801main ()
18802{
18803static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18804test_array [0] = 0
18805
18806 ;
18807 return 0;
18808}
18809_ACEOF
18810rm -f conftest.$ac_objext
18811if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18812 (eval $ac_compile) 2>conftest.er1
a848cd7e 18813 ac_status=$?
ac1cb8d3
VS
18814 grep -v '^ *+' conftest.er1 >conftest.err
18815 rm -f conftest.er1
18816 cat conftest.err >&5
a848cd7e
SC
18817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18818 (exit $ac_status); } &&
ddd14b14
RR
18819 { ac_try='test -z "$ac_c_werror_flag"
18820 || test ! -s conftest.err'
ac1cb8d3
VS
18821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18822 (eval $ac_try) 2>&5
18823 ac_status=$?
18824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18825 (exit $ac_status); }; } &&
18826 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18828 (eval $ac_try) 2>&5
18829 ac_status=$?
18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); }; }; then
18832 ac_lo=$ac_mid; break
18833else
18834 echo "$as_me: failed program was:" >&5
18835sed 's/^/| /' conftest.$ac_ext >&5
18836
18837ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18838 if test $ac_mid -le $ac_hi; then
18839 ac_lo= ac_hi=
18840 break
18841 fi
18842 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18843fi
ac1cb8d3 18844rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18845 done
18846else
18847 echo "$as_me: failed program was:" >&5
18848sed 's/^/| /' conftest.$ac_ext >&5
18849
18850ac_lo= ac_hi=
18851fi
ac1cb8d3 18852rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18853fi
ac1cb8d3 18854rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18855# Binary search between lo and hi bounds.
18856while test "x$ac_lo" != "x$ac_hi"; do
18857 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18858 cat >conftest.$ac_ext <<_ACEOF
18859/* confdefs.h. */
18860_ACEOF
18861cat confdefs.h >>conftest.$ac_ext
18862cat >>conftest.$ac_ext <<_ACEOF
18863/* end confdefs.h. */
18864$ac_includes_default
18865int
18866main ()
18867{
18868static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18869test_array [0] = 0
18870
18871 ;
18872 return 0;
18873}
18874_ACEOF
18875rm -f conftest.$ac_objext
18876if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18877 (eval $ac_compile) 2>conftest.er1
a848cd7e 18878 ac_status=$?
ac1cb8d3
VS
18879 grep -v '^ *+' conftest.er1 >conftest.err
18880 rm -f conftest.er1
18881 cat conftest.err >&5
a848cd7e
SC
18882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } &&
ddd14b14
RR
18884 { ac_try='test -z "$ac_c_werror_flag"
18885 || test ! -s conftest.err'
ac1cb8d3
VS
18886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18887 (eval $ac_try) 2>&5
18888 ac_status=$?
18889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18890 (exit $ac_status); }; } &&
18891 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18893 (eval $ac_try) 2>&5
18894 ac_status=$?
18895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18896 (exit $ac_status); }; }; then
18897 ac_hi=$ac_mid
18898else
18899 echo "$as_me: failed program was:" >&5
18900sed 's/^/| /' conftest.$ac_ext >&5
18901
18902ac_lo=`expr '(' $ac_mid ')' + 1`
18903fi
ac1cb8d3 18904rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18905done
18906case $ac_lo in
18907?*) ac_cv_sizeof_long_long=$ac_lo;;
18908'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18909See \`config.log' for more details." >&5
18910echo "$as_me: error: cannot compute sizeof (long long), 77
18911See \`config.log' for more details." >&2;}
18912 { (exit 1); exit 1; }; } ;;
18913esac
18914else
18915 if test "$cross_compiling" = yes; then
ddd14b14
RR
18916 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18917See \`config.log' for more details." >&5
18918echo "$as_me: error: cannot run test program while cross compiling
18919See \`config.log' for more details." >&2;}
a848cd7e
SC
18920 { (exit 1); exit 1; }; }
18921else
18922 cat >conftest.$ac_ext <<_ACEOF
18923/* confdefs.h. */
18924_ACEOF
18925cat confdefs.h >>conftest.$ac_ext
18926cat >>conftest.$ac_ext <<_ACEOF
18927/* end confdefs.h. */
18928$ac_includes_default
18929long longval () { return (long) (sizeof (long long)); }
18930unsigned long ulongval () { return (long) (sizeof (long long)); }
18931#include <stdio.h>
18932#include <stdlib.h>
18933int
18934main ()
18935{
18936
18937 FILE *f = fopen ("conftest.val", "w");
18938 if (! f)
18939 exit (1);
18940 if (((long) (sizeof (long long))) < 0)
18941 {
18942 long i = longval ();
18943 if (i != ((long) (sizeof (long long))))
18944 exit (1);
18945 fprintf (f, "%ld\n", i);
18946 }
18947 else
18948 {
18949 unsigned long i = ulongval ();
18950 if (i != ((long) (sizeof (long long))))
18951 exit (1);
18952 fprintf (f, "%lu\n", i);
18953 }
18954 exit (ferror (f) || fclose (f) != 0);
18955
18956 ;
18957 return 0;
18958}
18959_ACEOF
18960rm -f conftest$ac_exeext
18961if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18962 (eval $ac_link) 2>&5
18963 ac_status=$?
18964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18965 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18967 (eval $ac_try) 2>&5
18968 ac_status=$?
18969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18970 (exit $ac_status); }; }; then
18971 ac_cv_sizeof_long_long=`cat conftest.val`
18972else
18973 echo "$as_me: program exited with status $ac_status" >&5
18974echo "$as_me: failed program was:" >&5
18975sed 's/^/| /' conftest.$ac_ext >&5
18976
18977( exit $ac_status )
18978{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18979See \`config.log' for more details." >&5
18980echo "$as_me: error: cannot compute sizeof (long long), 77
18981See \`config.log' for more details." >&2;}
18982 { (exit 1); exit 1; }; }
18983fi
ac1cb8d3 18984rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18985fi
18986fi
18987rm -f conftest.val
18988else
18989 ac_cv_sizeof_long_long=0
18990fi
18991fi
18992echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18993echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18994cat >>confdefs.h <<_ACEOF
18995#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18996_ACEOF
18997
18998
18999 if test "$ac_cv_sizeof_long_long" != "0"; then
19000 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
19001 fi
19002 ;;
19003 * )
19004 echo "$as_me:$LINENO: checking for long long" >&5
19005echo $ECHO_N "checking for long long... $ECHO_C" >&6
19006if test "${ac_cv_type_long_long+set}" = set; then
19007 echo $ECHO_N "(cached) $ECHO_C" >&6
19008else
19009 cat >conftest.$ac_ext <<_ACEOF
19010/* confdefs.h. */
19011_ACEOF
19012cat confdefs.h >>conftest.$ac_ext
19013cat >>conftest.$ac_ext <<_ACEOF
19014/* end confdefs.h. */
19015$ac_includes_default
19016int
19017main ()
19018{
19019if ((long long *) 0)
19020 return 0;
19021if (sizeof (long long))
19022 return 0;
19023 ;
19024 return 0;
19025}
19026_ACEOF
19027rm -f conftest.$ac_objext
19028if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19029 (eval $ac_compile) 2>conftest.er1
a848cd7e 19030 ac_status=$?
ac1cb8d3
VS
19031 grep -v '^ *+' conftest.er1 >conftest.err
19032 rm -f conftest.er1
19033 cat conftest.err >&5
a848cd7e
SC
19034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); } &&
ddd14b14
RR
19036 { ac_try='test -z "$ac_c_werror_flag"
19037 || test ! -s conftest.err'
ac1cb8d3
VS
19038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19039 (eval $ac_try) 2>&5
19040 ac_status=$?
19041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19042 (exit $ac_status); }; } &&
19043 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19045 (eval $ac_try) 2>&5
19046 ac_status=$?
19047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19048 (exit $ac_status); }; }; then
19049 ac_cv_type_long_long=yes
19050else
19051 echo "$as_me: failed program was:" >&5
19052sed 's/^/| /' conftest.$ac_ext >&5
19053
19054ac_cv_type_long_long=no
19055fi
ac1cb8d3 19056rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19057fi
19058echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19059echo "${ECHO_T}$ac_cv_type_long_long" >&6
19060
19061echo "$as_me:$LINENO: checking size of long long" >&5
19062echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19063if test "${ac_cv_sizeof_long_long+set}" = set; then
19064 echo $ECHO_N "(cached) $ECHO_C" >&6
19065else
19066 if test "$ac_cv_type_long_long" = yes; then
19067 # The cast to unsigned long works around a bug in the HP C Compiler
19068 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19069 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19070 # This bug is HP SR number 8606223364.
19071 if test "$cross_compiling" = yes; then
19072 # Depending upon the size, compute the lo and hi bounds.
19073cat >conftest.$ac_ext <<_ACEOF
19074/* confdefs.h. */
19075_ACEOF
19076cat confdefs.h >>conftest.$ac_ext
19077cat >>conftest.$ac_ext <<_ACEOF
19078/* end confdefs.h. */
19079$ac_includes_default
19080int
19081main ()
19082{
19083static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19084test_array [0] = 0
19085
19086 ;
19087 return 0;
19088}
19089_ACEOF
19090rm -f conftest.$ac_objext
19091if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19092 (eval $ac_compile) 2>conftest.er1
a848cd7e 19093 ac_status=$?
ac1cb8d3
VS
19094 grep -v '^ *+' conftest.er1 >conftest.err
19095 rm -f conftest.er1
19096 cat conftest.err >&5
a848cd7e
SC
19097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19098 (exit $ac_status); } &&
ddd14b14
RR
19099 { ac_try='test -z "$ac_c_werror_flag"
19100 || test ! -s conftest.err'
ac1cb8d3
VS
19101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19102 (eval $ac_try) 2>&5
19103 ac_status=$?
19104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19105 (exit $ac_status); }; } &&
19106 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19108 (eval $ac_try) 2>&5
19109 ac_status=$?
19110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19111 (exit $ac_status); }; }; then
19112 ac_lo=0 ac_mid=0
19113 while :; do
19114 cat >conftest.$ac_ext <<_ACEOF
19115/* confdefs.h. */
19116_ACEOF
19117cat confdefs.h >>conftest.$ac_ext
19118cat >>conftest.$ac_ext <<_ACEOF
19119/* end confdefs.h. */
19120$ac_includes_default
19121int
19122main ()
19123{
19124static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19125test_array [0] = 0
19126
19127 ;
19128 return 0;
19129}
19130_ACEOF
19131rm -f conftest.$ac_objext
19132if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19133 (eval $ac_compile) 2>conftest.er1
a848cd7e 19134 ac_status=$?
ac1cb8d3
VS
19135 grep -v '^ *+' conftest.er1 >conftest.err
19136 rm -f conftest.er1
19137 cat conftest.err >&5
a848cd7e
SC
19138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19139 (exit $ac_status); } &&
ddd14b14
RR
19140 { ac_try='test -z "$ac_c_werror_flag"
19141 || test ! -s conftest.err'
ac1cb8d3
VS
19142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19143 (eval $ac_try) 2>&5
19144 ac_status=$?
19145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19146 (exit $ac_status); }; } &&
19147 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19149 (eval $ac_try) 2>&5
19150 ac_status=$?
19151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19152 (exit $ac_status); }; }; then
19153 ac_hi=$ac_mid; break
19154else
19155 echo "$as_me: failed program was:" >&5
19156sed 's/^/| /' conftest.$ac_ext >&5
19157
19158ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
19159 if test $ac_lo -le $ac_mid; then
19160 ac_lo= ac_hi=
19161 break
19162 fi
19163 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 19164fi
ac1cb8d3 19165rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19166 done
19167else
19168 echo "$as_me: failed program was:" >&5
19169sed 's/^/| /' conftest.$ac_ext >&5
19170
19171cat >conftest.$ac_ext <<_ACEOF
19172/* confdefs.h. */
19173_ACEOF
19174cat confdefs.h >>conftest.$ac_ext
19175cat >>conftest.$ac_ext <<_ACEOF
19176/* end confdefs.h. */
19177$ac_includes_default
19178int
19179main ()
19180{
19181static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19182test_array [0] = 0
19183
19184 ;
19185 return 0;
19186}
19187_ACEOF
19188rm -f conftest.$ac_objext
19189if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19190 (eval $ac_compile) 2>conftest.er1
a848cd7e 19191 ac_status=$?
ac1cb8d3
VS
19192 grep -v '^ *+' conftest.er1 >conftest.err
19193 rm -f conftest.er1
19194 cat conftest.err >&5
a848cd7e
SC
19195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19196 (exit $ac_status); } &&
ddd14b14
RR
19197 { ac_try='test -z "$ac_c_werror_flag"
19198 || test ! -s conftest.err'
ac1cb8d3
VS
19199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19200 (eval $ac_try) 2>&5
19201 ac_status=$?
19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203 (exit $ac_status); }; } &&
19204 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19206 (eval $ac_try) 2>&5
19207 ac_status=$?
19208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19209 (exit $ac_status); }; }; then
19210 ac_hi=-1 ac_mid=-1
19211 while :; do
19212 cat >conftest.$ac_ext <<_ACEOF
19213/* confdefs.h. */
19214_ACEOF
19215cat confdefs.h >>conftest.$ac_ext
19216cat >>conftest.$ac_ext <<_ACEOF
19217/* end confdefs.h. */
19218$ac_includes_default
19219int
19220main ()
19221{
19222static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19223test_array [0] = 0
19224
19225 ;
19226 return 0;
19227}
19228_ACEOF
19229rm -f conftest.$ac_objext
19230if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19231 (eval $ac_compile) 2>conftest.er1
a848cd7e 19232 ac_status=$?
ac1cb8d3
VS
19233 grep -v '^ *+' conftest.er1 >conftest.err
19234 rm -f conftest.er1
19235 cat conftest.err >&5
a848cd7e
SC
19236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19237 (exit $ac_status); } &&
ddd14b14
RR
19238 { ac_try='test -z "$ac_c_werror_flag"
19239 || test ! -s conftest.err'
ac1cb8d3
VS
19240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19241 (eval $ac_try) 2>&5
19242 ac_status=$?
19243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19244 (exit $ac_status); }; } &&
19245 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19247 (eval $ac_try) 2>&5
19248 ac_status=$?
19249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19250 (exit $ac_status); }; }; then
19251 ac_lo=$ac_mid; break
19252else
19253 echo "$as_me: failed program was:" >&5
19254sed 's/^/| /' conftest.$ac_ext >&5
19255
19256ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
19257 if test $ac_mid -le $ac_hi; then
19258 ac_lo= ac_hi=
19259 break
19260 fi
19261 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 19262fi
ac1cb8d3 19263rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19264 done
19265else
19266 echo "$as_me: failed program was:" >&5
19267sed 's/^/| /' conftest.$ac_ext >&5
19268
19269ac_lo= ac_hi=
19270fi
ac1cb8d3 19271rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 19272fi
ac1cb8d3 19273rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19274# Binary search between lo and hi bounds.
19275while test "x$ac_lo" != "x$ac_hi"; do
19276 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19277 cat >conftest.$ac_ext <<_ACEOF
19278/* confdefs.h. */
19279_ACEOF
19280cat confdefs.h >>conftest.$ac_ext
19281cat >>conftest.$ac_ext <<_ACEOF
19282/* end confdefs.h. */
19283$ac_includes_default
19284int
19285main ()
19286{
19287static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19288test_array [0] = 0
19289
19290 ;
19291 return 0;
19292}
19293_ACEOF
19294rm -f conftest.$ac_objext
19295if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19296 (eval $ac_compile) 2>conftest.er1
a848cd7e 19297 ac_status=$?
ac1cb8d3
VS
19298 grep -v '^ *+' conftest.er1 >conftest.err
19299 rm -f conftest.er1
19300 cat conftest.err >&5
a848cd7e
SC
19301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19302 (exit $ac_status); } &&
ddd14b14
RR
19303 { ac_try='test -z "$ac_c_werror_flag"
19304 || test ! -s conftest.err'
ac1cb8d3
VS
19305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19306 (eval $ac_try) 2>&5
19307 ac_status=$?
19308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19309 (exit $ac_status); }; } &&
19310 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19312 (eval $ac_try) 2>&5
19313 ac_status=$?
19314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19315 (exit $ac_status); }; }; then
19316 ac_hi=$ac_mid
19317else
19318 echo "$as_me: failed program was:" >&5
19319sed 's/^/| /' conftest.$ac_ext >&5
19320
19321ac_lo=`expr '(' $ac_mid ')' + 1`
19322fi
ac1cb8d3 19323rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19324done
19325case $ac_lo in
19326?*) ac_cv_sizeof_long_long=$ac_lo;;
19327'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19328See \`config.log' for more details." >&5
19329echo "$as_me: error: cannot compute sizeof (long long), 77
19330See \`config.log' for more details." >&2;}
19331 { (exit 1); exit 1; }; } ;;
19332esac
19333else
19334 if test "$cross_compiling" = yes; then
ddd14b14
RR
19335 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19336See \`config.log' for more details." >&5
19337echo "$as_me: error: cannot run test program while cross compiling
19338See \`config.log' for more details." >&2;}
a848cd7e
SC
19339 { (exit 1); exit 1; }; }
19340else
19341 cat >conftest.$ac_ext <<_ACEOF
19342/* confdefs.h. */
19343_ACEOF
19344cat confdefs.h >>conftest.$ac_ext
19345cat >>conftest.$ac_ext <<_ACEOF
19346/* end confdefs.h. */
19347$ac_includes_default
19348long longval () { return (long) (sizeof (long long)); }
19349unsigned long ulongval () { return (long) (sizeof (long long)); }
19350#include <stdio.h>
19351#include <stdlib.h>
19352int
19353main ()
19354{
19355
19356 FILE *f = fopen ("conftest.val", "w");
19357 if (! f)
19358 exit (1);
19359 if (((long) (sizeof (long long))) < 0)
19360 {
19361 long i = longval ();
19362 if (i != ((long) (sizeof (long long))))
19363 exit (1);
19364 fprintf (f, "%ld\n", i);
19365 }
19366 else
19367 {
19368 unsigned long i = ulongval ();
19369 if (i != ((long) (sizeof (long long))))
19370 exit (1);
19371 fprintf (f, "%lu\n", i);
19372 }
19373 exit (ferror (f) || fclose (f) != 0);
19374
19375 ;
19376 return 0;
19377}
19378_ACEOF
19379rm -f conftest$ac_exeext
19380if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19381 (eval $ac_link) 2>&5
19382 ac_status=$?
19383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19384 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19386 (eval $ac_try) 2>&5
19387 ac_status=$?
19388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19389 (exit $ac_status); }; }; then
19390 ac_cv_sizeof_long_long=`cat conftest.val`
19391else
19392 echo "$as_me: program exited with status $ac_status" >&5
19393echo "$as_me: failed program was:" >&5
19394sed 's/^/| /' conftest.$ac_ext >&5
19395
19396( exit $ac_status )
19397{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19398See \`config.log' for more details." >&5
19399echo "$as_me: error: cannot compute sizeof (long long), 77
19400See \`config.log' for more details." >&2;}
19401 { (exit 1); exit 1; }; }
19402fi
ac1cb8d3 19403rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19404fi
19405fi
19406rm -f conftest.val
19407else
19408 ac_cv_sizeof_long_long=0
19409fi
19410fi
19411echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19412echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19413cat >>confdefs.h <<_ACEOF
19414#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19415_ACEOF
19416
19417
19418esac
19419
238ecede
MW
19420echo "$as_me:$LINENO: checking for wchar_t" >&5
19421echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19422if test "${ac_cv_type_wchar_t+set}" = set; then
19423 echo $ECHO_N "(cached) $ECHO_C" >&6
19424else
19425 cat >conftest.$ac_ext <<_ACEOF
19426/* confdefs.h. */
19427_ACEOF
19428cat confdefs.h >>conftest.$ac_ext
19429cat >>conftest.$ac_ext <<_ACEOF
19430/* end confdefs.h. */
19431
83d8eb47
MW
19432 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19433 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19434 # error "fake wchar_t"
19435 #endif
19436 #ifdef HAVE_WCHAR_H
19437 # ifdef __CYGWIN__
19438 # include <stddef.h>
19439 # endif
19440 # include <wchar.h>
19441 #endif
19442 #ifdef HAVE_STDLIB_H
19443 # include <stdlib.h>
19444 #endif
19445 #include <stdio.h>
19446
19447
19448
19449int
19450main ()
19451{
19452if ((wchar_t *) 0)
19453 return 0;
19454if (sizeof (wchar_t))
19455 return 0;
19456 ;
19457 return 0;
19458}
19459_ACEOF
19460rm -f conftest.$ac_objext
19461if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19462 (eval $ac_compile) 2>conftest.er1
19463 ac_status=$?
19464 grep -v '^ *+' conftest.er1 >conftest.err
19465 rm -f conftest.er1
19466 cat conftest.err >&5
19467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19468 (exit $ac_status); } &&
ddd14b14
RR
19469 { ac_try='test -z "$ac_c_werror_flag"
19470 || test ! -s conftest.err'
238ecede
MW
19471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19472 (eval $ac_try) 2>&5
19473 ac_status=$?
19474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); }; } &&
19476 { ac_try='test -s conftest.$ac_objext'
19477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19478 (eval $ac_try) 2>&5
19479 ac_status=$?
19480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19481 (exit $ac_status); }; }; then
19482 ac_cv_type_wchar_t=yes
19483else
19484 echo "$as_me: failed program was:" >&5
19485sed 's/^/| /' conftest.$ac_ext >&5
19486
19487ac_cv_type_wchar_t=no
19488fi
19489rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19490fi
19491echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19492echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19493
a848cd7e
SC
19494echo "$as_me:$LINENO: checking size of wchar_t" >&5
19495echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
238ecede 19496if test "${ac_cv_sizeof_wchar_t+set}" = set; then
a848cd7e
SC
19497 echo $ECHO_N "(cached) $ECHO_C" >&6
19498else
238ecede
MW
19499 if test "$ac_cv_type_wchar_t" = yes; then
19500 # The cast to unsigned long works around a bug in the HP C Compiler
19501 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19502 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19503 # This bug is HP SR number 8606223364.
19504 if test "$cross_compiling" = yes; then
19505 # Depending upon the size, compute the lo and hi bounds.
19506cat >conftest.$ac_ext <<_ACEOF
19507/* confdefs.h. */
19508_ACEOF
19509cat confdefs.h >>conftest.$ac_ext
19510cat >>conftest.$ac_ext <<_ACEOF
19511/* end confdefs.h. */
19512
83d8eb47
MW
19513 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19514 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19515 # error "fake wchar_t"
19516 #endif
19517 #ifdef HAVE_WCHAR_H
19518 # ifdef __CYGWIN__
19519 # include <stddef.h>
19520 # endif
19521 # include <wchar.h>
19522 #endif
19523 #ifdef HAVE_STDLIB_H
19524 # include <stdlib.h>
19525 #endif
19526 #include <stdio.h>
19527
19528
19529
19530int
19531main ()
19532{
19533static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19534test_array [0] = 0
19535
19536 ;
19537 return 0;
19538}
19539_ACEOF
19540rm -f conftest.$ac_objext
19541if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19542 (eval $ac_compile) 2>conftest.er1
19543 ac_status=$?
19544 grep -v '^ *+' conftest.er1 >conftest.err
19545 rm -f conftest.er1
19546 cat conftest.err >&5
19547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19548 (exit $ac_status); } &&
ddd14b14
RR
19549 { ac_try='test -z "$ac_c_werror_flag"
19550 || test ! -s conftest.err'
238ecede
MW
19551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19552 (eval $ac_try) 2>&5
19553 ac_status=$?
19554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19555 (exit $ac_status); }; } &&
19556 { ac_try='test -s conftest.$ac_objext'
19557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19558 (eval $ac_try) 2>&5
19559 ac_status=$?
19560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19561 (exit $ac_status); }; }; then
19562 ac_lo=0 ac_mid=0
19563 while :; do
19564 cat >conftest.$ac_ext <<_ACEOF
19565/* confdefs.h. */
19566_ACEOF
19567cat confdefs.h >>conftest.$ac_ext
19568cat >>conftest.$ac_ext <<_ACEOF
19569/* end confdefs.h. */
19570
83d8eb47
MW
19571 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19572 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19573 # error "fake wchar_t"
19574 #endif
19575 #ifdef HAVE_WCHAR_H
19576 # ifdef __CYGWIN__
19577 # include <stddef.h>
19578 # endif
19579 # include <wchar.h>
19580 #endif
19581 #ifdef HAVE_STDLIB_H
19582 # include <stdlib.h>
19583 #endif
19584 #include <stdio.h>
19585
19586
19587
19588int
19589main ()
19590{
19591static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19592test_array [0] = 0
19593
19594 ;
19595 return 0;
19596}
19597_ACEOF
19598rm -f conftest.$ac_objext
19599if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19600 (eval $ac_compile) 2>conftest.er1
19601 ac_status=$?
19602 grep -v '^ *+' conftest.er1 >conftest.err
19603 rm -f conftest.er1
19604 cat conftest.err >&5
19605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19606 (exit $ac_status); } &&
ddd14b14
RR
19607 { ac_try='test -z "$ac_c_werror_flag"
19608 || test ! -s conftest.err'
238ecede
MW
19609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19610 (eval $ac_try) 2>&5
19611 ac_status=$?
19612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19613 (exit $ac_status); }; } &&
19614 { ac_try='test -s conftest.$ac_objext'
19615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19616 (eval $ac_try) 2>&5
19617 ac_status=$?
19618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19619 (exit $ac_status); }; }; then
19620 ac_hi=$ac_mid; break
19621else
19622 echo "$as_me: failed program was:" >&5
19623sed 's/^/| /' conftest.$ac_ext >&5
19624
19625ac_lo=`expr $ac_mid + 1`
19626 if test $ac_lo -le $ac_mid; then
19627 ac_lo= ac_hi=
19628 break
19629 fi
19630 ac_mid=`expr 2 '*' $ac_mid + 1`
19631fi
19632rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19633 done
19634else
19635 echo "$as_me: failed program was:" >&5
19636sed 's/^/| /' conftest.$ac_ext >&5
19637
19638cat >conftest.$ac_ext <<_ACEOF
19639/* confdefs.h. */
19640_ACEOF
19641cat confdefs.h >>conftest.$ac_ext
19642cat >>conftest.$ac_ext <<_ACEOF
19643/* end confdefs.h. */
19644
83d8eb47
MW
19645 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19646 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19647 # error "fake wchar_t"
19648 #endif
19649 #ifdef HAVE_WCHAR_H
19650 # ifdef __CYGWIN__
19651 # include <stddef.h>
19652 # endif
19653 # include <wchar.h>
19654 #endif
19655 #ifdef HAVE_STDLIB_H
19656 # include <stdlib.h>
19657 #endif
19658 #include <stdio.h>
19659
19660
19661
19662int
19663main ()
19664{
19665static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19666test_array [0] = 0
19667
19668 ;
19669 return 0;
19670}
19671_ACEOF
19672rm -f conftest.$ac_objext
19673if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19674 (eval $ac_compile) 2>conftest.er1
19675 ac_status=$?
19676 grep -v '^ *+' conftest.er1 >conftest.err
19677 rm -f conftest.er1
19678 cat conftest.err >&5
19679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19680 (exit $ac_status); } &&
ddd14b14
RR
19681 { ac_try='test -z "$ac_c_werror_flag"
19682 || test ! -s conftest.err'
238ecede
MW
19683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19684 (eval $ac_try) 2>&5
19685 ac_status=$?
19686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19687 (exit $ac_status); }; } &&
19688 { ac_try='test -s conftest.$ac_objext'
19689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19690 (eval $ac_try) 2>&5
19691 ac_status=$?
19692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19693 (exit $ac_status); }; }; then
19694 ac_hi=-1 ac_mid=-1
19695 while :; do
19696 cat >conftest.$ac_ext <<_ACEOF
19697/* confdefs.h. */
19698_ACEOF
19699cat confdefs.h >>conftest.$ac_ext
19700cat >>conftest.$ac_ext <<_ACEOF
19701/* end confdefs.h. */
19702
83d8eb47
MW
19703 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19704 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19705 # error "fake wchar_t"
19706 #endif
19707 #ifdef HAVE_WCHAR_H
19708 # ifdef __CYGWIN__
19709 # include <stddef.h>
19710 # endif
19711 # include <wchar.h>
19712 #endif
19713 #ifdef HAVE_STDLIB_H
19714 # include <stdlib.h>
19715 #endif
19716 #include <stdio.h>
19717
19718
19719
19720int
19721main ()
19722{
19723static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19724test_array [0] = 0
19725
19726 ;
19727 return 0;
19728}
19729_ACEOF
19730rm -f conftest.$ac_objext
19731if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19732 (eval $ac_compile) 2>conftest.er1
19733 ac_status=$?
19734 grep -v '^ *+' conftest.er1 >conftest.err
19735 rm -f conftest.er1
19736 cat conftest.err >&5
19737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19738 (exit $ac_status); } &&
ddd14b14
RR
19739 { ac_try='test -z "$ac_c_werror_flag"
19740 || test ! -s conftest.err'
238ecede
MW
19741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19742 (eval $ac_try) 2>&5
19743 ac_status=$?
19744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19745 (exit $ac_status); }; } &&
19746 { ac_try='test -s conftest.$ac_objext'
19747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19748 (eval $ac_try) 2>&5
19749 ac_status=$?
19750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19751 (exit $ac_status); }; }; then
19752 ac_lo=$ac_mid; break
19753else
19754 echo "$as_me: failed program was:" >&5
19755sed 's/^/| /' conftest.$ac_ext >&5
19756
19757ac_hi=`expr '(' $ac_mid ')' - 1`
19758 if test $ac_mid -le $ac_hi; then
19759 ac_lo= ac_hi=
19760 break
19761 fi
19762 ac_mid=`expr 2 '*' $ac_mid`
19763fi
19764rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19765 done
19766else
19767 echo "$as_me: failed program was:" >&5
19768sed 's/^/| /' conftest.$ac_ext >&5
19769
19770ac_lo= ac_hi=
19771fi
19772rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19773fi
19774rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19775# Binary search between lo and hi bounds.
19776while test "x$ac_lo" != "x$ac_hi"; do
19777 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19778 cat >conftest.$ac_ext <<_ACEOF
19779/* confdefs.h. */
19780_ACEOF
19781cat confdefs.h >>conftest.$ac_ext
19782cat >>conftest.$ac_ext <<_ACEOF
19783/* end confdefs.h. */
19784
83d8eb47
MW
19785 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19786 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19787 # error "fake wchar_t"
19788 #endif
19789 #ifdef HAVE_WCHAR_H
19790 # ifdef __CYGWIN__
19791 # include <stddef.h>
19792 # endif
19793 # include <wchar.h>
19794 #endif
19795 #ifdef HAVE_STDLIB_H
19796 # include <stdlib.h>
19797 #endif
19798 #include <stdio.h>
a848cd7e 19799
a848cd7e 19800
a848cd7e 19801
238ecede
MW
19802int
19803main ()
19804{
19805static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19806test_array [0] = 0
a848cd7e 19807
238ecede
MW
19808 ;
19809 return 0;
19810}
19811_ACEOF
19812rm -f conftest.$ac_objext
19813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19814 (eval $ac_compile) 2>conftest.er1
19815 ac_status=$?
19816 grep -v '^ *+' conftest.er1 >conftest.err
19817 rm -f conftest.er1
19818 cat conftest.err >&5
19819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19820 (exit $ac_status); } &&
ddd14b14
RR
19821 { ac_try='test -z "$ac_c_werror_flag"
19822 || test ! -s conftest.err'
238ecede
MW
19823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19824 (eval $ac_try) 2>&5
19825 ac_status=$?
19826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19827 (exit $ac_status); }; } &&
19828 { ac_try='test -s conftest.$ac_objext'
19829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19830 (eval $ac_try) 2>&5
19831 ac_status=$?
19832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19833 (exit $ac_status); }; }; then
19834 ac_hi=$ac_mid
19835else
19836 echo "$as_me: failed program was:" >&5
19837sed 's/^/| /' conftest.$ac_ext >&5
19838
19839ac_lo=`expr '(' $ac_mid ')' + 1`
19840fi
19841rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19842done
19843case $ac_lo in
19844?*) ac_cv_sizeof_wchar_t=$ac_lo;;
19845'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19846See \`config.log' for more details." >&5
19847echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19848See \`config.log' for more details." >&2;}
19849 { (exit 1); exit 1; }; } ;;
19850esac
19851else
19852 if test "$cross_compiling" = yes; then
ddd14b14
RR
19853 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19854See \`config.log' for more details." >&5
19855echo "$as_me: error: cannot run test program while cross compiling
19856See \`config.log' for more details." >&2;}
238ecede 19857 { (exit 1); exit 1; }; }
a848cd7e
SC
19858else
19859 cat >conftest.$ac_ext <<_ACEOF
19860/* confdefs.h. */
19861_ACEOF
19862cat confdefs.h >>conftest.$ac_ext
19863cat >>conftest.$ac_ext <<_ACEOF
19864/* end confdefs.h. */
19865
83d8eb47
MW
19866 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19867 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19868 # error "fake wchar_t"
19869 #endif
19870 #ifdef HAVE_WCHAR_H
19871 # ifdef __CYGWIN__
19872 # include <stddef.h>
19873 # endif
19874 # include <wchar.h>
19875 #endif
19876 #ifdef HAVE_STDLIB_H
19877 # include <stdlib.h>
19878 #endif
19879 #include <stdio.h>
19880
19881
19882
19883long longval () { return (long) (sizeof (wchar_t)); }
19884unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19885#include <stdio.h>
19886#include <stdlib.h>
19887int
19888main ()
19889{
a848cd7e 19890
238ecede
MW
19891 FILE *f = fopen ("conftest.val", "w");
19892 if (! f)
19893 exit (1);
19894 if (((long) (sizeof (wchar_t))) < 0)
19895 {
19896 long i = longval ();
19897 if (i != ((long) (sizeof (wchar_t))))
19898 exit (1);
19899 fprintf (f, "%ld\n", i);
19900 }
19901 else
19902 {
19903 unsigned long i = ulongval ();
19904 if (i != ((long) (sizeof (wchar_t))))
19905 exit (1);
19906 fprintf (f, "%lu\n", i);
19907 }
19908 exit (ferror (f) || fclose (f) != 0);
19909
19910 ;
19911 return 0;
19912}
a848cd7e
SC
19913_ACEOF
19914rm -f conftest$ac_exeext
19915if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19916 (eval $ac_link) 2>&5
19917 ac_status=$?
19918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19919 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19921 (eval $ac_try) 2>&5
19922 ac_status=$?
19923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19924 (exit $ac_status); }; }; then
238ecede 19925 ac_cv_sizeof_wchar_t=`cat conftest.val`
a848cd7e
SC
19926else
19927 echo "$as_me: program exited with status $ac_status" >&5
19928echo "$as_me: failed program was:" >&5
19929sed 's/^/| /' conftest.$ac_ext >&5
19930
19931( exit $ac_status )
238ecede
MW
19932{ { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19933See \`config.log' for more details." >&5
19934echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19935See \`config.log' for more details." >&2;}
19936 { (exit 1); exit 1; }; }
a848cd7e 19937fi
ac1cb8d3 19938rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 19939fi
a848cd7e 19940fi
238ecede
MW
19941rm -f conftest.val
19942else
19943 ac_cv_sizeof_wchar_t=0
19944fi
19945fi
19946echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
19947echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
a848cd7e 19948cat >>confdefs.h <<_ACEOF
238ecede 19949#define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
a848cd7e
SC
19950_ACEOF
19951
19952
47a7e797
MW
19953if test "$ac_cv_sizeof_wchar_t" != "0"; then
19954 wxUSE_WCHAR_T=yes
19955else
19956 wxUSE_WCHAR_T=no
19957fi
238ecede 19958
ba3d13e1
VZ
19959echo "$as_me:$LINENO: checking for va_copy" >&5
19960echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
19961if test "${wx_cv_func_va_copy+set}" = set; then
19962 echo $ECHO_N "(cached) $ECHO_C" >&6
19963else
19964
19965 cat >conftest.$ac_ext <<_ACEOF
19966
19967 #include <stdarg.h>
19968 void foo(char *f, ...)
19969 {
19970 va_list ap1, ap2;
19971 va_start(ap1, f);
19972 va_copy(ap2, ap1);
19973 va_end(ap2);
19974 va_end(ap1);
19975 }
5886b072
VZ
19976 int main()
19977 {
b902e639
VZ
19978 foo("hi", 17);
19979 return 0;
5886b072 19980 }
ba3d13e1
VZ
19981_ACEOF
19982rm -f conftest.$ac_objext conftest$ac_exeext
19983if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19984 (eval $ac_link) 2>conftest.er1
19985 ac_status=$?
19986 grep -v '^ *+' conftest.er1 >conftest.err
19987 rm -f conftest.er1
19988 cat conftest.err >&5
19989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19990 (exit $ac_status); } &&
ddd14b14
RR
19991 { ac_try='test -z "$ac_c_werror_flag"
19992 || test ! -s conftest.err'
ba3d13e1
VZ
19993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19994 (eval $ac_try) 2>&5
19995 ac_status=$?
19996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19997 (exit $ac_status); }; } &&
19998 { ac_try='test -s conftest$ac_exeext'
19999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20000 (eval $ac_try) 2>&5
20001 ac_status=$?
20002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20003 (exit $ac_status); }; }; then
20004 wx_cv_func_va_copy=yes
20005else
20006 echo "$as_me: failed program was:" >&5
20007sed 's/^/| /' conftest.$ac_ext >&5
20008
20009wx_cv_func_va_copy=no
20010
20011fi
20012rm -f conftest.err conftest.$ac_objext \
20013 conftest$ac_exeext conftest.$ac_ext
20014
20015
20016fi
20017echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20018echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20019
20020if test $wx_cv_func_va_copy = "yes"; then
20021 cat >>confdefs.h <<\_ACEOF
20022#define HAVE_VA_COPY 1
20023_ACEOF
20024
20025else
20026 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20027echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20028if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20029 echo $ECHO_N "(cached) $ECHO_C" >&6
20030else
20031
20032 if test "$cross_compiling" = yes; then
20033 wx_cv_type_va_list_lvalue=yes
20034
20035else
20036 cat >conftest.$ac_ext <<_ACEOF
20037
20038 #include <stdarg.h>
20039 int foo(char *f, ...)
20040 {
20041 va_list ap1, ap2;
20042 va_start(ap1, f);
20043 ap2 = ap1;
20044 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20045 return 1;
20046 va_end(ap2);
20047 va_end(ap1);
20048 return 0;
20049 }
20050 int main()
20051 {
20052 return foo("hi", 17);
20053 }
20054_ACEOF
20055rm -f conftest$ac_exeext
20056if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20057 (eval $ac_link) 2>&5
20058 ac_status=$?
20059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20060 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20062 (eval $ac_try) 2>&5
20063 ac_status=$?
20064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20065 (exit $ac_status); }; }; then
20066 wx_cv_type_va_list_lvalue=yes
20067else
20068 echo "$as_me: program exited with status $ac_status" >&5
20069echo "$as_me: failed program was:" >&5
20070sed 's/^/| /' conftest.$ac_ext >&5
20071
20072( exit $ac_status )
20073wx_cv_type_va_list_lvalue=no
20074fi
20075rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20076fi
20077
20078
20079fi
20080echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
20081echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
20082
20083 if test $wx_cv_type_va_list_lvalue != "yes"; then
20084 cat >>confdefs.h <<\_ACEOF
20085#define VA_LIST_IS_ARRAY 1
20086_ACEOF
20087
20088 fi
20089fi
20090
a848cd7e
SC
20091# Check whether --enable-largefile or --disable-largefile was given.
20092if test "${enable_largefile+set}" = set; then
20093 enableval="$enable_largefile"
20094
20095fi;
20096if test "$enable_largefile" != no; then
20097 wx_largefile=no
20098
20099 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20100echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
20101if test "${ac_cv_sys_file_offset_bits+set}" = set; then
20102 echo $ECHO_N "(cached) $ECHO_C" >&6
20103else
20104
20105 cat >conftest.$ac_ext <<_ACEOF
20106/* confdefs.h. */
20107_ACEOF
20108cat confdefs.h >>conftest.$ac_ext
20109cat >>conftest.$ac_ext <<_ACEOF
20110/* end confdefs.h. */
20111#define _FILE_OFFSET_BITS 64
20112 #include <sys/types.h>
20113int
20114main ()
20115{
20116typedef struct {
20117 unsigned int field: sizeof(off_t) == 8;
20118} wxlf;
20119
20120 ;
20121 return 0;
20122}
20123_ACEOF
20124rm -f conftest.$ac_objext
20125if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20126 (eval $ac_compile) 2>conftest.er1
a848cd7e 20127 ac_status=$?
ac1cb8d3
VS
20128 grep -v '^ *+' conftest.er1 >conftest.err
20129 rm -f conftest.er1
20130 cat conftest.err >&5
a848cd7e
SC
20131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20132 (exit $ac_status); } &&
ddd14b14
RR
20133 { ac_try='test -z "$ac_c_werror_flag"
20134 || test ! -s conftest.err'
ac1cb8d3
VS
20135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20136 (eval $ac_try) 2>&5
20137 ac_status=$?
20138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20139 (exit $ac_status); }; } &&
20140 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20142 (eval $ac_try) 2>&5
20143 ac_status=$?
20144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20145 (exit $ac_status); }; }; then
20146 ac_cv_sys_file_offset_bits=64
20147else
20148 echo "$as_me: failed program was:" >&5
20149sed 's/^/| /' conftest.$ac_ext >&5
20150
20151ac_cv_sys_file_offset_bits=no
20152fi
ac1cb8d3 20153rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20154
20155
20156fi
20157echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
20158echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
20159
20160 if test "$ac_cv_sys_file_offset_bits" != no; then
20161 wx_largefile=yes
20162 cat >>confdefs.h <<_ACEOF
20163#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20164_ACEOF
20165
20166 fi
20167
20168 if test "x$wx_largefile" != "xyes"; then
20169
20170 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
20171echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
20172if test "${ac_cv_sys_large_files+set}" = set; then
20173 echo $ECHO_N "(cached) $ECHO_C" >&6
20174else
20175
20176 cat >conftest.$ac_ext <<_ACEOF
20177/* confdefs.h. */
20178_ACEOF
20179cat confdefs.h >>conftest.$ac_ext
20180cat >>conftest.$ac_ext <<_ACEOF
20181/* end confdefs.h. */
20182#define _LARGE_FILES 1
20183 #include <sys/types.h>
20184int
20185main ()
20186{
20187typedef struct {
20188 unsigned int field: sizeof(off_t) == 8;
20189} wxlf;
20190
20191 ;
20192 return 0;
20193}
20194_ACEOF
20195rm -f conftest.$ac_objext
20196if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20197 (eval $ac_compile) 2>conftest.er1
a848cd7e 20198 ac_status=$?
ac1cb8d3
VS
20199 grep -v '^ *+' conftest.er1 >conftest.err
20200 rm -f conftest.er1
20201 cat conftest.err >&5
a848cd7e
SC
20202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20203 (exit $ac_status); } &&
ddd14b14
RR
20204 { ac_try='test -z "$ac_c_werror_flag"
20205 || test ! -s conftest.err'
ac1cb8d3
VS
20206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20207 (eval $ac_try) 2>&5
20208 ac_status=$?
20209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20210 (exit $ac_status); }; } &&
20211 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20213 (eval $ac_try) 2>&5
20214 ac_status=$?
20215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20216 (exit $ac_status); }; }; then
20217 ac_cv_sys_large_files=1
20218else
20219 echo "$as_me: failed program was:" >&5
20220sed 's/^/| /' conftest.$ac_ext >&5
20221
20222ac_cv_sys_large_files=no
20223fi
ac1cb8d3 20224rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20225
20226
20227fi
20228echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
20229echo "${ECHO_T}$ac_cv_sys_large_files" >&6
20230
20231 if test "$ac_cv_sys_large_files" != no; then
20232 wx_largefile=yes
20233 cat >>confdefs.h <<_ACEOF
20234#define _LARGE_FILES $ac_cv_sys_large_files
20235_ACEOF
20236
20237 fi
20238
20239 fi
20240
20241 echo "$as_me:$LINENO: checking if large file support is available" >&5
20242echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
20243 if test "x$wx_largefile" = "xyes"; then
20244 cat >>confdefs.h <<\_ACEOF
20245#define HAVE_LARGEFILE_SUPPORT 1
20246_ACEOF
20247
20248 fi
20249 echo "$as_me:$LINENO: result: $wx_largefile" >&5
20250echo "${ECHO_T}$wx_largefile" >&6
20251fi
20252
5b674b9d
DE
20253
20254if test "x$wx_largefile" = "xyes"; then
20255 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
20256 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
20257 else
20258 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
20259 fi
20260 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
5294a27e
VZ
20261echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
20262if test "${ac_cv_sys_largefile_source+set}" = set; then
20263 echo $ECHO_N "(cached) $ECHO_C" >&6
20264else
20265 while :; do
20266 ac_cv_sys_largefile_source=no
20267 cat >conftest.$ac_ext <<_ACEOF
20268/* confdefs.h. */
20269_ACEOF
20270cat confdefs.h >>conftest.$ac_ext
20271cat >>conftest.$ac_ext <<_ACEOF
20272/* end confdefs.h. */
20273#include <stdio.h>
20274int
20275main ()
20276{
20277return !fseeko;
20278 ;
20279 return 0;
20280}
20281_ACEOF
20282rm -f conftest.$ac_objext
20283if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20284 (eval $ac_compile) 2>conftest.er1
20285 ac_status=$?
20286 grep -v '^ *+' conftest.er1 >conftest.err
20287 rm -f conftest.er1
20288 cat conftest.err >&5
20289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20290 (exit $ac_status); } &&
ddd14b14
RR
20291 { ac_try='test -z "$ac_c_werror_flag"
20292 || test ! -s conftest.err'
5294a27e
VZ
20293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20294 (eval $ac_try) 2>&5
20295 ac_status=$?
20296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20297 (exit $ac_status); }; } &&
20298 { ac_try='test -s conftest.$ac_objext'
20299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20300 (eval $ac_try) 2>&5
20301 ac_status=$?
20302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20303 (exit $ac_status); }; }; then
20304 break
20305else
20306 echo "$as_me: failed program was:" >&5
20307sed 's/^/| /' conftest.$ac_ext >&5
20308
20309fi
20310rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20311 cat >conftest.$ac_ext <<_ACEOF
20312/* confdefs.h. */
20313_ACEOF
20314cat confdefs.h >>conftest.$ac_ext
20315cat >>conftest.$ac_ext <<_ACEOF
20316/* end confdefs.h. */
20317#define _LARGEFILE_SOURCE 1
20318#include <stdio.h>
20319int
20320main ()
20321{
20322return !fseeko;
20323 ;
20324 return 0;
20325}
20326_ACEOF
20327rm -f conftest.$ac_objext
20328if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20329 (eval $ac_compile) 2>conftest.er1
20330 ac_status=$?
20331 grep -v '^ *+' conftest.er1 >conftest.err
20332 rm -f conftest.er1
20333 cat conftest.err >&5
20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); } &&
ddd14b14
RR
20336 { ac_try='test -z "$ac_c_werror_flag"
20337 || test ! -s conftest.err'
5294a27e
VZ
20338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20339 (eval $ac_try) 2>&5
20340 ac_status=$?
20341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20342 (exit $ac_status); }; } &&
20343 { ac_try='test -s conftest.$ac_objext'
20344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20345 (eval $ac_try) 2>&5
20346 ac_status=$?
20347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20348 (exit $ac_status); }; }; then
20349 ac_cv_sys_largefile_source=1; break
20350else
20351 echo "$as_me: failed program was:" >&5
20352sed 's/^/| /' conftest.$ac_ext >&5
20353
20354fi
20355rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20356 break
20357done
20358fi
20359echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
20360echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
20361if test "$ac_cv_sys_largefile_source" != no; then
20362
20363cat >>confdefs.h <<_ACEOF
20364#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20365_ACEOF
20366
20367fi
20368rm -f conftest*
20369
20370# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20371# in glibc 2.1.3, but that breaks too many other things.
20372# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20373echo "$as_me:$LINENO: checking for fseeko" >&5
20374echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20375if test "${ac_cv_func_fseeko+set}" = set; then
20376 echo $ECHO_N "(cached) $ECHO_C" >&6
20377else
20378 cat >conftest.$ac_ext <<_ACEOF
20379/* confdefs.h. */
20380_ACEOF
20381cat confdefs.h >>conftest.$ac_ext
20382cat >>conftest.$ac_ext <<_ACEOF
20383/* end confdefs.h. */
20384#include <stdio.h>
20385int
20386main ()
20387{
20388return fseeko && fseeko (stdin, 0, 0);
20389 ;
20390 return 0;
20391}
20392_ACEOF
20393rm -f conftest.$ac_objext conftest$ac_exeext
20394if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20395 (eval $ac_link) 2>conftest.er1
20396 ac_status=$?
20397 grep -v '^ *+' conftest.er1 >conftest.err
20398 rm -f conftest.er1
20399 cat conftest.err >&5
20400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20401 (exit $ac_status); } &&
ddd14b14
RR
20402 { ac_try='test -z "$ac_c_werror_flag"
20403 || test ! -s conftest.err'
5294a27e
VZ
20404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20405 (eval $ac_try) 2>&5
20406 ac_status=$?
20407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20408 (exit $ac_status); }; } &&
20409 { ac_try='test -s conftest$ac_exeext'
20410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20411 (eval $ac_try) 2>&5
20412 ac_status=$?
20413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20414 (exit $ac_status); }; }; then
20415 ac_cv_func_fseeko=yes
20416else
20417 echo "$as_me: failed program was:" >&5
20418sed 's/^/| /' conftest.$ac_ext >&5
20419
20420ac_cv_func_fseeko=no
20421fi
20422rm -f conftest.err conftest.$ac_objext \
20423 conftest$ac_exeext conftest.$ac_ext
20424fi
20425echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20426echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20427if test $ac_cv_func_fseeko = yes; then
20428
20429cat >>confdefs.h <<\_ACEOF
20430#define HAVE_FSEEKO 1
20431_ACEOF
20432
20433fi
20434
5b674b9d
DE
20435 if test "$ac_cv_sys_largefile_source" != no; then
20436 WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
a848cd7e
SC
20437 fi
20438 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20439fi
20440
20441echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20442echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20443if test "${ac_cv_c_bigendian+set}" = set; then
20444 echo $ECHO_N "(cached) $ECHO_C" >&6
20445else
20446 ac_cv_c_bigendian=unknown
20447# See if sys/param.h defines the BYTE_ORDER macro.
20448cat >conftest.$ac_ext <<_ACEOF
20449/* confdefs.h. */
20450_ACEOF
20451cat confdefs.h >>conftest.$ac_ext
20452cat >>conftest.$ac_ext <<_ACEOF
20453/* end confdefs.h. */
20454#include <sys/types.h>
20455#include <sys/param.h>
20456int
20457main ()
20458{
20459
20460#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20461 bogus endian macros
20462#endif
20463 ;
20464 return 0;
20465}
20466_ACEOF
20467rm -f conftest.$ac_objext
20468if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20469 (eval $ac_compile) 2>conftest.er1
a848cd7e 20470 ac_status=$?
ac1cb8d3
VS
20471 grep -v '^ *+' conftest.er1 >conftest.err
20472 rm -f conftest.er1
20473 cat conftest.err >&5
a848cd7e
SC
20474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20475 (exit $ac_status); } &&
ddd14b14
RR
20476 { ac_try='test -z "$ac_c_werror_flag"
20477 || test ! -s conftest.err'
ac1cb8d3
VS
20478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20479 (eval $ac_try) 2>&5
20480 ac_status=$?
20481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482 (exit $ac_status); }; } &&
20483 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20485 (eval $ac_try) 2>&5
20486 ac_status=$?
20487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20488 (exit $ac_status); }; }; then
20489 # It does; now see whether it defined to BIG_ENDIAN or not.
20490cat >conftest.$ac_ext <<_ACEOF
20491/* confdefs.h. */
20492_ACEOF
20493cat confdefs.h >>conftest.$ac_ext
20494cat >>conftest.$ac_ext <<_ACEOF
20495/* end confdefs.h. */
20496#include <sys/types.h>
20497#include <sys/param.h>
20498int
20499main ()
20500{
20501
20502#if BYTE_ORDER != BIG_ENDIAN
20503 not big endian
20504#endif
20505 ;
20506 return 0;
20507}
20508_ACEOF
20509rm -f conftest.$ac_objext
20510if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20511 (eval $ac_compile) 2>conftest.er1
a848cd7e 20512 ac_status=$?
ac1cb8d3
VS
20513 grep -v '^ *+' conftest.er1 >conftest.err
20514 rm -f conftest.er1
20515 cat conftest.err >&5
a848cd7e
SC
20516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20517 (exit $ac_status); } &&
ddd14b14
RR
20518 { ac_try='test -z "$ac_c_werror_flag"
20519 || test ! -s conftest.err'
ac1cb8d3
VS
20520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20521 (eval $ac_try) 2>&5
20522 ac_status=$?
20523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20524 (exit $ac_status); }; } &&
20525 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20527 (eval $ac_try) 2>&5
20528 ac_status=$?
20529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20530 (exit $ac_status); }; }; then
20531 ac_cv_c_bigendian=yes
20532else
20533 echo "$as_me: failed program was:" >&5
20534sed 's/^/| /' conftest.$ac_ext >&5
20535
20536ac_cv_c_bigendian=no
20537fi
ac1cb8d3 20538rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20539else
20540 echo "$as_me: failed program was:" >&5
20541sed 's/^/| /' conftest.$ac_ext >&5
20542
20543fi
ac1cb8d3 20544rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20545if test $ac_cv_c_bigendian = unknown; then
20546if test "$cross_compiling" = yes; then
20547 ac_cv_c_bigendian=unknown
20548else
20549 cat >conftest.$ac_ext <<_ACEOF
20550/* confdefs.h. */
20551_ACEOF
20552cat confdefs.h >>conftest.$ac_ext
20553cat >>conftest.$ac_ext <<_ACEOF
20554/* end confdefs.h. */
20555main () {
20556 /* Are we little or big endian? From Harbison&Steele. */
20557 union
20558 {
20559 long l;
20560 char c[sizeof (long)];
20561 } u;
20562 u.l = 1;
20563 exit (u.c[sizeof (long) - 1] == 1);
20564}
20565_ACEOF
20566rm -f conftest$ac_exeext
20567if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20568 (eval $ac_link) 2>&5
20569 ac_status=$?
20570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20573 (eval $ac_try) 2>&5
20574 ac_status=$?
20575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20576 (exit $ac_status); }; }; then
20577 ac_cv_c_bigendian=no
20578else
20579 echo "$as_me: program exited with status $ac_status" >&5
20580echo "$as_me: failed program was:" >&5
20581sed 's/^/| /' conftest.$ac_ext >&5
20582
20583( exit $ac_status )
20584ac_cv_c_bigendian=yes
20585fi
ac1cb8d3 20586rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20587fi
20588fi
20589fi
20590echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20591echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20592if test $ac_cv_c_bigendian = unknown; then
20593 { 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
20594echo "$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;}
20595fi
20596if test $ac_cv_c_bigendian = yes; then
20597 cat >>confdefs.h <<\_ACEOF
20598#define WORDS_BIGENDIAN 1
20599_ACEOF
20600
20601fi
20602
20603
20604ac_ext=cc
20605ac_cpp='$CXXCPP $CPPFLAGS'
20606ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20607ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20608ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20609echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20610echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20611if test -z "$CXXCPP"; then
20612 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20613 echo $ECHO_N "(cached) $ECHO_C" >&6
20614else
20615 # Double quotes because CXXCPP needs to be expanded
20616 for CXXCPP in "$CXX -E" "/lib/cpp"
20617 do
20618 ac_preproc_ok=false
20619for ac_cxx_preproc_warn_flag in '' yes
20620do
20621 # Use a header file that comes with gcc, so configuring glibc
20622 # with a fresh cross-compiler works.
20623 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20624 # <limits.h> exists even on freestanding compilers.
20625 # On the NeXT, cc -E runs the code through the compiler's parser,
20626 # not just through cpp. "Syntax error" is here to catch this case.
20627 cat >conftest.$ac_ext <<_ACEOF
20628/* confdefs.h. */
20629_ACEOF
20630cat confdefs.h >>conftest.$ac_ext
20631cat >>conftest.$ac_ext <<_ACEOF
20632/* end confdefs.h. */
20633#ifdef __STDC__
20634# include <limits.h>
20635#else
20636# include <assert.h>
20637#endif
ac1cb8d3 20638 Syntax error
a848cd7e
SC
20639_ACEOF
20640if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20641 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20642 ac_status=$?
20643 grep -v '^ *+' conftest.er1 >conftest.err
20644 rm -f conftest.er1
20645 cat conftest.err >&5
20646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20647 (exit $ac_status); } >/dev/null; then
20648 if test -s conftest.err; then
20649 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20650 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20651 else
20652 ac_cpp_err=
20653 fi
20654else
20655 ac_cpp_err=yes
20656fi
20657if test -z "$ac_cpp_err"; then
20658 :
20659else
20660 echo "$as_me: failed program was:" >&5
20661sed 's/^/| /' conftest.$ac_ext >&5
20662
20663 # Broken: fails on valid input.
20664continue
20665fi
20666rm -f conftest.err conftest.$ac_ext
20667
20668 # OK, works on sane cases. Now check whether non-existent headers
20669 # can be detected and how.
20670 cat >conftest.$ac_ext <<_ACEOF
20671/* confdefs.h. */
20672_ACEOF
20673cat confdefs.h >>conftest.$ac_ext
20674cat >>conftest.$ac_ext <<_ACEOF
20675/* end confdefs.h. */
20676#include <ac_nonexistent.h>
20677_ACEOF
20678if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20679 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20680 ac_status=$?
20681 grep -v '^ *+' conftest.er1 >conftest.err
20682 rm -f conftest.er1
20683 cat conftest.err >&5
20684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20685 (exit $ac_status); } >/dev/null; then
20686 if test -s conftest.err; then
20687 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20688 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20689 else
20690 ac_cpp_err=
20691 fi
20692else
20693 ac_cpp_err=yes
20694fi
20695if test -z "$ac_cpp_err"; then
20696 # Broken: success on invalid input.
20697continue
20698else
20699 echo "$as_me: failed program was:" >&5
20700sed 's/^/| /' conftest.$ac_ext >&5
20701
20702 # Passes both tests.
20703ac_preproc_ok=:
20704break
20705fi
20706rm -f conftest.err conftest.$ac_ext
20707
20708done
20709# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20710rm -f conftest.err conftest.$ac_ext
20711if $ac_preproc_ok; then
20712 break
20713fi
20714
20715 done
20716 ac_cv_prog_CXXCPP=$CXXCPP
20717
20718fi
20719 CXXCPP=$ac_cv_prog_CXXCPP
20720else
20721 ac_cv_prog_CXXCPP=$CXXCPP
20722fi
20723echo "$as_me:$LINENO: result: $CXXCPP" >&5
20724echo "${ECHO_T}$CXXCPP" >&6
20725ac_preproc_ok=false
20726for ac_cxx_preproc_warn_flag in '' yes
20727do
20728 # Use a header file that comes with gcc, so configuring glibc
20729 # with a fresh cross-compiler works.
20730 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20731 # <limits.h> exists even on freestanding compilers.
20732 # On the NeXT, cc -E runs the code through the compiler's parser,
20733 # not just through cpp. "Syntax error" is here to catch this case.
20734 cat >conftest.$ac_ext <<_ACEOF
20735/* confdefs.h. */
20736_ACEOF
20737cat confdefs.h >>conftest.$ac_ext
20738cat >>conftest.$ac_ext <<_ACEOF
20739/* end confdefs.h. */
20740#ifdef __STDC__
20741# include <limits.h>
20742#else
20743# include <assert.h>
20744#endif
ac1cb8d3 20745 Syntax error
a848cd7e
SC
20746_ACEOF
20747if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20748 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20749 ac_status=$?
20750 grep -v '^ *+' conftest.er1 >conftest.err
20751 rm -f conftest.er1
20752 cat conftest.err >&5
20753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20754 (exit $ac_status); } >/dev/null; then
20755 if test -s conftest.err; then
20756 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20757 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20758 else
20759 ac_cpp_err=
20760 fi
20761else
20762 ac_cpp_err=yes
20763fi
20764if test -z "$ac_cpp_err"; then
20765 :
20766else
20767 echo "$as_me: failed program was:" >&5
20768sed 's/^/| /' conftest.$ac_ext >&5
20769
20770 # Broken: fails on valid input.
20771continue
20772fi
20773rm -f conftest.err conftest.$ac_ext
20774
20775 # OK, works on sane cases. Now check whether non-existent headers
20776 # can be detected and how.
20777 cat >conftest.$ac_ext <<_ACEOF
20778/* confdefs.h. */
20779_ACEOF
20780cat confdefs.h >>conftest.$ac_ext
20781cat >>conftest.$ac_ext <<_ACEOF
20782/* end confdefs.h. */
20783#include <ac_nonexistent.h>
20784_ACEOF
20785if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20786 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20787 ac_status=$?
20788 grep -v '^ *+' conftest.er1 >conftest.err
20789 rm -f conftest.er1
20790 cat conftest.err >&5
20791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20792 (exit $ac_status); } >/dev/null; then
20793 if test -s conftest.err; then
20794 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20795 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20796 else
20797 ac_cpp_err=
20798 fi
20799else
20800 ac_cpp_err=yes
20801fi
20802if test -z "$ac_cpp_err"; then
20803 # Broken: success on invalid input.
20804continue
20805else
20806 echo "$as_me: failed program was:" >&5
20807sed 's/^/| /' conftest.$ac_ext >&5
20808
20809 # Passes both tests.
20810ac_preproc_ok=:
20811break
20812fi
20813rm -f conftest.err conftest.$ac_ext
20814
20815done
20816# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20817rm -f conftest.err conftest.$ac_ext
20818if $ac_preproc_ok; then
20819 :
20820else
20821 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20822See \`config.log' for more details." >&5
20823echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20824See \`config.log' for more details." >&2;}
20825 { (exit 1); exit 1; }; }
20826fi
20827
20828ac_ext=cc
20829ac_cpp='$CXXCPP $CPPFLAGS'
20830ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20831ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20832ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20833
20834
20835
20836
20837
20838 ac_ext=cc
20839ac_cpp='$CXXCPP $CPPFLAGS'
20840ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20841ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20842ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20843
20844
20845
20846for ac_header in iostream
20847do
20848as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20849if eval "test \"\${$as_ac_Header+set}\" = set"; then
20850 echo "$as_me:$LINENO: checking for $ac_header" >&5
20851echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20852if eval "test \"\${$as_ac_Header+set}\" = set"; then
20853 echo $ECHO_N "(cached) $ECHO_C" >&6
20854fi
20855echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20856echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20857else
20858 # Is the header compilable?
20859echo "$as_me:$LINENO: checking $ac_header usability" >&5
20860echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20861cat >conftest.$ac_ext <<_ACEOF
20862/* confdefs.h. */
20863_ACEOF
20864cat confdefs.h >>conftest.$ac_ext
20865cat >>conftest.$ac_ext <<_ACEOF
20866/* end confdefs.h. */
20867$ac_includes_default
20868#include <$ac_header>
20869_ACEOF
20870rm -f conftest.$ac_objext
20871if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20872 (eval $ac_compile) 2>conftest.er1
a848cd7e 20873 ac_status=$?
ac1cb8d3
VS
20874 grep -v '^ *+' conftest.er1 >conftest.err
20875 rm -f conftest.er1
20876 cat conftest.err >&5
a848cd7e
SC
20877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20878 (exit $ac_status); } &&
ddd14b14
RR
20879 { ac_try='test -z "$ac_cxx_werror_flag"
20880 || test ! -s conftest.err'
ac1cb8d3
VS
20881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20882 (eval $ac_try) 2>&5
20883 ac_status=$?
20884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20885 (exit $ac_status); }; } &&
20886 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20888 (eval $ac_try) 2>&5
20889 ac_status=$?
20890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20891 (exit $ac_status); }; }; then
20892 ac_header_compiler=yes
20893else
20894 echo "$as_me: failed program was:" >&5
20895sed 's/^/| /' conftest.$ac_ext >&5
20896
20897ac_header_compiler=no
20898fi
ac1cb8d3 20899rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20900echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20901echo "${ECHO_T}$ac_header_compiler" >&6
20902
20903# Is the header present?
20904echo "$as_me:$LINENO: checking $ac_header presence" >&5
20905echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20906cat >conftest.$ac_ext <<_ACEOF
20907/* confdefs.h. */
20908_ACEOF
20909cat confdefs.h >>conftest.$ac_ext
20910cat >>conftest.$ac_ext <<_ACEOF
20911/* end confdefs.h. */
20912#include <$ac_header>
20913_ACEOF
20914if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20915 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20916 ac_status=$?
20917 grep -v '^ *+' conftest.er1 >conftest.err
20918 rm -f conftest.er1
20919 cat conftest.err >&5
20920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20921 (exit $ac_status); } >/dev/null; then
20922 if test -s conftest.err; then
20923 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20924 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20925 else
20926 ac_cpp_err=
20927 fi
20928else
20929 ac_cpp_err=yes
20930fi
20931if test -z "$ac_cpp_err"; then
20932 ac_header_preproc=yes
20933else
20934 echo "$as_me: failed program was:" >&5
20935sed 's/^/| /' conftest.$ac_ext >&5
20936
20937 ac_header_preproc=no
20938fi
20939rm -f conftest.err conftest.$ac_ext
20940echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20941echo "${ECHO_T}$ac_header_preproc" >&6
20942
20943# So? What about this header?
ac1cb8d3
VS
20944case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20945 yes:no: )
a848cd7e
SC
20946 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20947echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
20948 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20949echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20950 ac_header_preproc=yes
a848cd7e 20951 ;;
ac1cb8d3 20952 no:yes:* )
a848cd7e
SC
20953 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20954echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
20955 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20956echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20957 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20958echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20959 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20960echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
20961 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20962echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
20963 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20964echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
20965 (
20966 cat <<\_ASBOX
ac1cb8d3
VS
20967## ----------------------------------------- ##
20968## Report this to wx-dev@lists.wxwidgets.org ##
20969## ----------------------------------------- ##
a848cd7e
SC
20970_ASBOX
20971 ) |
20972 sed "s/^/$as_me: WARNING: /" >&2
20973 ;;
20974esac
20975echo "$as_me:$LINENO: checking for $ac_header" >&5
20976echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20977if eval "test \"\${$as_ac_Header+set}\" = set"; then
20978 echo $ECHO_N "(cached) $ECHO_C" >&6
20979else
ac1cb8d3 20980 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
20981fi
20982echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20983echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20984
20985fi
20986if test `eval echo '${'$as_ac_Header'}'` = yes; then
20987 cat >>confdefs.h <<_ACEOF
20988#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20989_ACEOF
20990
20991fi
20992
20993done
20994
20995
20996 if test "$ac_cv_header_iostream" = "yes" ; then
20997 :
20998 else
20999 cat >>confdefs.h <<\_ACEOF
21000#define wxUSE_IOSTREAMH 1
21001_ACEOF
21002
21003 fi
21004
21005 ac_ext=c
21006ac_cpp='$CPP $CPPFLAGS'
21007ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21008ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21009ac_compiler_gnu=$ac_cv_c_compiler_gnu
21010
21011
21012
21013
21014 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
21015echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
21016if test "${wx_cv_cpp_bool+set}" = set; then
21017 echo $ECHO_N "(cached) $ECHO_C" >&6
21018else
21019
21020
21021
21022 ac_ext=cc
21023ac_cpp='$CXXCPP $CPPFLAGS'
21024ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21025ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21026ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21027
21028
21029 cat >conftest.$ac_ext <<_ACEOF
21030/* confdefs.h. */
21031_ACEOF
21032cat confdefs.h >>conftest.$ac_ext
21033cat >>conftest.$ac_ext <<_ACEOF
21034/* end confdefs.h. */
21035
21036
21037int
21038main ()
21039{
21040
21041 bool b = true;
21042
21043 return 0;
21044
21045 ;
21046 return 0;
21047}
21048_ACEOF
21049rm -f conftest.$ac_objext
21050if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21051 (eval $ac_compile) 2>conftest.er1
a848cd7e 21052 ac_status=$?
ac1cb8d3
VS
21053 grep -v '^ *+' conftest.er1 >conftest.err
21054 rm -f conftest.er1
21055 cat conftest.err >&5
a848cd7e
SC
21056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21057 (exit $ac_status); } &&
ddd14b14
RR
21058 { ac_try='test -z "$ac_cxx_werror_flag"
21059 || test ! -s conftest.err'
ac1cb8d3
VS
21060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21061 (eval $ac_try) 2>&5
21062 ac_status=$?
21063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21064 (exit $ac_status); }; } &&
21065 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21067 (eval $ac_try) 2>&5
21068 ac_status=$?
21069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21070 (exit $ac_status); }; }; then
21071
21072 wx_cv_cpp_bool=yes
21073
21074else
21075 echo "$as_me: failed program was:" >&5
21076sed 's/^/| /' conftest.$ac_ext >&5
21077
21078
21079 wx_cv_cpp_bool=no
21080
21081
21082fi
ac1cb8d3 21083rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21084
21085 ac_ext=c
21086ac_cpp='$CPP $CPPFLAGS'
21087ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21088ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21089ac_compiler_gnu=$ac_cv_c_compiler_gnu
21090
21091
21092fi
21093echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
21094echo "${ECHO_T}$wx_cv_cpp_bool" >&6
21095
21096 if test "$wx_cv_cpp_bool" = "yes"; then
21097 cat >>confdefs.h <<\_ACEOF
21098#define HAVE_BOOL 1
21099_ACEOF
21100
21101 fi
21102
21103
21104
21105 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
21106echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
21107if test "${wx_cv_explicit+set}" = set; then
21108 echo $ECHO_N "(cached) $ECHO_C" >&6
21109else
21110
21111
21112
21113 ac_ext=cc
21114ac_cpp='$CXXCPP $CPPFLAGS'
21115ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21116ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21117ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21118
21119
21120 cat >conftest.$ac_ext <<_ACEOF
21121/* confdefs.h. */
21122_ACEOF
21123cat confdefs.h >>conftest.$ac_ext
21124cat >>conftest.$ac_ext <<_ACEOF
21125/* end confdefs.h. */
21126
21127 class Foo { public: explicit Foo(int) {} };
21128
21129int
21130main ()
21131{
21132
21133 return 0;
21134
21135 ;
21136 return 0;
21137}
21138_ACEOF
21139rm -f conftest.$ac_objext
21140if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21141 (eval $ac_compile) 2>conftest.er1
a848cd7e 21142 ac_status=$?
ac1cb8d3
VS
21143 grep -v '^ *+' conftest.er1 >conftest.err
21144 rm -f conftest.er1
21145 cat conftest.err >&5
a848cd7e
SC
21146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21147 (exit $ac_status); } &&
ddd14b14
RR
21148 { ac_try='test -z "$ac_cxx_werror_flag"
21149 || test ! -s conftest.err'
ac1cb8d3
VS
21150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21151 (eval $ac_try) 2>&5
21152 ac_status=$?
21153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21154 (exit $ac_status); }; } &&
21155 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21157 (eval $ac_try) 2>&5
21158 ac_status=$?
21159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21160 (exit $ac_status); }; }; then
21161
21162 cat >conftest.$ac_ext <<_ACEOF
21163/* confdefs.h. */
21164_ACEOF
21165cat confdefs.h >>conftest.$ac_ext
21166cat >>conftest.$ac_ext <<_ACEOF
21167/* end confdefs.h. */
21168
21169 class Foo { public: explicit Foo(int) {} };
21170 static void TakeFoo(const Foo& foo) { }
21171
21172int
21173main ()
21174{
21175
21176 TakeFoo(17);
21177 return 0;
21178
21179 ;
21180 return 0;
21181}
21182_ACEOF
21183rm -f conftest.$ac_objext
21184if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21185 (eval $ac_compile) 2>conftest.er1
a848cd7e 21186 ac_status=$?
ac1cb8d3
VS
21187 grep -v '^ *+' conftest.er1 >conftest.err
21188 rm -f conftest.er1
21189 cat conftest.err >&5
a848cd7e
SC
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } &&
ddd14b14
RR
21192 { ac_try='test -z "$ac_cxx_werror_flag"
21193 || 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 wx_cv_explicit=no
21206else
21207 echo "$as_me: failed program was:" >&5
21208sed 's/^/| /' conftest.$ac_ext >&5
21209
21210wx_cv_explicit=yes
21211
21212fi
ac1cb8d3 21213rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21214
21215else
21216 echo "$as_me: failed program was:" >&5
21217sed 's/^/| /' conftest.$ac_ext >&5
21218
21219wx_cv_explicit=no
21220
21221fi
ac1cb8d3 21222rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21223
21224 ac_ext=c
21225ac_cpp='$CPP $CPPFLAGS'
21226ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21227ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21228ac_compiler_gnu=$ac_cv_c_compiler_gnu
21229
21230
21231fi
21232echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
21233echo "${ECHO_T}$wx_cv_explicit" >&6
21234
21235 if test "$wx_cv_explicit" = "yes"; then
21236 cat >>confdefs.h <<\_ACEOF
21237#define HAVE_EXPLICIT 1
21238_ACEOF
21239
21240 fi
21241
21242
21243echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
21244echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
21245if test "${ac_cv_cxx_const_cast+set}" = set; then
21246 echo $ECHO_N "(cached) $ECHO_C" >&6
21247else
21248
21249
21250 ac_ext=cc
21251ac_cpp='$CXXCPP $CPPFLAGS'
21252ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21253ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21254ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21255
21256 cat >conftest.$ac_ext <<_ACEOF
21257/* confdefs.h. */
21258_ACEOF
21259cat confdefs.h >>conftest.$ac_ext
21260cat >>conftest.$ac_ext <<_ACEOF
21261/* end confdefs.h. */
21262
21263int
21264main ()
21265{
21266int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
21267 ;
21268 return 0;
21269}
21270_ACEOF
21271rm -f conftest.$ac_objext
21272if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21273 (eval $ac_compile) 2>conftest.er1
a848cd7e 21274 ac_status=$?
ac1cb8d3
VS
21275 grep -v '^ *+' conftest.er1 >conftest.err
21276 rm -f conftest.er1
21277 cat conftest.err >&5
a848cd7e
SC
21278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21279 (exit $ac_status); } &&
ddd14b14
RR
21280 { ac_try='test -z "$ac_cxx_werror_flag"
21281 || test ! -s conftest.err'
ac1cb8d3
VS
21282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21283 (eval $ac_try) 2>&5
21284 ac_status=$?
21285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21286 (exit $ac_status); }; } &&
21287 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21289 (eval $ac_try) 2>&5
21290 ac_status=$?
21291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); }; }; then
21293 ac_cv_cxx_const_cast=yes
21294else
21295 echo "$as_me: failed program was:" >&5
21296sed 's/^/| /' conftest.$ac_ext >&5
21297
21298ac_cv_cxx_const_cast=no
21299fi
ac1cb8d3 21300rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21301 ac_ext=c
21302ac_cpp='$CPP $CPPFLAGS'
21303ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21304ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21305ac_compiler_gnu=$ac_cv_c_compiler_gnu
21306
21307
21308fi
21309echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
21310echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
21311if test "$ac_cv_cxx_const_cast" = yes; then
21312
21313cat >>confdefs.h <<\_ACEOF
21314#define HAVE_CONST_CAST
21315_ACEOF
21316
21317fi
21318
7714864e
RL
21319echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
21320echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
21321if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
21322 echo $ECHO_N "(cached) $ECHO_C" >&6
21323else
21324
21325
21326 ac_ext=cc
21327ac_cpp='$CXXCPP $CPPFLAGS'
21328ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21329ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21330ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21331
21332 cat >conftest.$ac_ext <<_ACEOF
21333/* confdefs.h. */
21334_ACEOF
21335cat confdefs.h >>conftest.$ac_ext
21336cat >>conftest.$ac_ext <<_ACEOF
21337/* end confdefs.h. */
21338#include <typeinfo>
21339class Base { public : Base () {} virtual void f () = 0;};
21340class Derived : public Base { public : Derived () {} virtual void f () {} };
21341class Unrelated { public : Unrelated () {} };
21342int g (Unrelated&) { return 0; }
21343int
21344main ()
21345{
21346
21347Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
21348 ;
21349 return 0;
21350}
21351_ACEOF
21352rm -f conftest.$ac_objext
21353if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21354 (eval $ac_compile) 2>conftest.er1
21355 ac_status=$?
21356 grep -v '^ *+' conftest.er1 >conftest.err
21357 rm -f conftest.er1
21358 cat conftest.err >&5
21359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21360 (exit $ac_status); } &&
ddd14b14
RR
21361 { ac_try='test -z "$ac_cxx_werror_flag"
21362 || test ! -s conftest.err'
7714864e
RL
21363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21364 (eval $ac_try) 2>&5
21365 ac_status=$?
21366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21367 (exit $ac_status); }; } &&
21368 { ac_try='test -s conftest.$ac_objext'
21369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21370 (eval $ac_try) 2>&5
21371 ac_status=$?
21372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21373 (exit $ac_status); }; }; then
21374 ac_cv_cxx_reinterpret_cast=yes
21375else
21376 echo "$as_me: failed program was:" >&5
21377sed 's/^/| /' conftest.$ac_ext >&5
21378
21379ac_cv_cxx_reinterpret_cast=no
21380fi
21381rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21382 ac_ext=c
21383ac_cpp='$CPP $CPPFLAGS'
21384ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21385ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21386ac_compiler_gnu=$ac_cv_c_compiler_gnu
21387
21388
21389fi
21390echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21391echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21392if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21393
21394cat >>confdefs.h <<\_ACEOF
21395#define HAVE_REINTERPRET_CAST
21396_ACEOF
21397
21398fi
21399
a848cd7e
SC
21400echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21401echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21402if test "${ac_cv_cxx_static_cast+set}" = set; then
21403 echo $ECHO_N "(cached) $ECHO_C" >&6
21404else
21405
21406
21407 ac_ext=cc
21408ac_cpp='$CXXCPP $CPPFLAGS'
21409ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21410ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21411ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21412
21413 cat >conftest.$ac_ext <<_ACEOF
21414/* confdefs.h. */
21415_ACEOF
21416cat confdefs.h >>conftest.$ac_ext
21417cat >>conftest.$ac_ext <<_ACEOF
21418/* end confdefs.h. */
21419#include <typeinfo>
21420class Base { public : Base () {} virtual void f () = 0; };
21421class Derived : public Base { public : Derived () {} virtual void f () {} };
21422int g (Derived&) { return 0; }
21423int
21424main ()
21425{
21426
21427Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21428 ;
21429 return 0;
21430}
21431_ACEOF
21432rm -f conftest.$ac_objext
21433if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21434 (eval $ac_compile) 2>conftest.er1
a848cd7e 21435 ac_status=$?
ac1cb8d3
VS
21436 grep -v '^ *+' conftest.er1 >conftest.err
21437 rm -f conftest.er1
21438 cat conftest.err >&5
a848cd7e
SC
21439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21440 (exit $ac_status); } &&
ddd14b14
RR
21441 { ac_try='test -z "$ac_cxx_werror_flag"
21442 || test ! -s conftest.err'
ac1cb8d3
VS
21443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21444 (eval $ac_try) 2>&5
21445 ac_status=$?
21446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21447 (exit $ac_status); }; } &&
21448 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21450 (eval $ac_try) 2>&5
21451 ac_status=$?
21452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21453 (exit $ac_status); }; }; then
21454 ac_cv_cxx_static_cast=yes
21455else
21456 echo "$as_me: failed program was:" >&5
21457sed 's/^/| /' conftest.$ac_ext >&5
21458
21459ac_cv_cxx_static_cast=no
21460fi
ac1cb8d3 21461rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21462 ac_ext=c
21463ac_cpp='$CPP $CPPFLAGS'
21464ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21465ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21466ac_compiler_gnu=$ac_cv_c_compiler_gnu
21467
21468
21469fi
21470echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21471echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21472if test "$ac_cv_cxx_static_cast" = yes; then
21473
21474cat >>confdefs.h <<\_ACEOF
21475#define HAVE_STATIC_CAST
21476_ACEOF
21477
21478fi
21479
21480
f56c22b4 21481if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
a848cd7e
SC
21482 ac_ext=cc
21483ac_cpp='$CXXCPP $CPPFLAGS'
21484ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21485ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21486ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21487
21488
f56c22b4
MW
21489 if test "$wxUSE_UNICODE" = "yes"; then
21490 std_string="std::wstring"
21491 char_type="wchar_t"
21492 else
21493 std_string="std::string"
21494 char_type="char"
21495 fi
21496
21497 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
21498echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
a848cd7e
SC
21499 cat >conftest.$ac_ext <<_ACEOF
21500/* confdefs.h. */
21501_ACEOF
21502cat confdefs.h >>conftest.$ac_ext
21503cat >>conftest.$ac_ext <<_ACEOF
21504/* end confdefs.h. */
21505#include <string>
a848cd7e
SC
21506int
21507main ()
21508{
f56c22b4 21509$std_string foo;
a848cd7e
SC
21510 ;
21511 return 0;
21512}
21513_ACEOF
21514rm -f conftest.$ac_objext
21515if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21516 (eval $ac_compile) 2>conftest.er1
a848cd7e 21517 ac_status=$?
ac1cb8d3
VS
21518 grep -v '^ *+' conftest.er1 >conftest.err
21519 rm -f conftest.er1
21520 cat conftest.err >&5
a848cd7e
SC
21521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21522 (exit $ac_status); } &&
ddd14b14
RR
21523 { ac_try='test -z "$ac_cxx_werror_flag"
21524 || test ! -s conftest.err'
ac1cb8d3
VS
21525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21526 (eval $ac_try) 2>&5
21527 ac_status=$?
21528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21529 (exit $ac_status); }; } &&
21530 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21532 (eval $ac_try) 2>&5
21533 ac_status=$?
21534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21535 (exit $ac_status); }; }; then
21536 echo "$as_me:$LINENO: result: yes" >&5
21537echo "${ECHO_T}yes" >&6
0a08f02a
MB
21538 cat >>confdefs.h <<\_ACEOF
21539#define HAVE_STD_WSTRING 1
21540_ACEOF
21541
a848cd7e
SC
21542else
21543 echo "$as_me: failed program was:" >&5
21544sed 's/^/| /' conftest.$ac_ext >&5
21545
21546echo "$as_me:$LINENO: result: no" >&5
21547echo "${ECHO_T}no" >&6
f56c22b4
MW
21548 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
21549echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
0a08f02a
MB
21550 cat >conftest.$ac_ext <<_ACEOF
21551/* confdefs.h. */
21552_ACEOF
21553cat confdefs.h >>conftest.$ac_ext
21554cat >>conftest.$ac_ext <<_ACEOF
21555/* end confdefs.h. */
21556
21557 #ifdef HAVE_WCHAR_H
21558 # ifdef __CYGWIN__
21559 # include <stddef.h>
21560 # endif
21561 # include <wchar.h>
21562 #endif
21563 #ifdef HAVE_STDLIB_H
21564 # include <stdlib.h>
21565 #endif
21566 #include <stdio.h>
21567 #include <string>
21568
21569int
21570main ()
21571{
f56c22b4
MW
21572std::basic_string<$char_type> foo;
21573 const $char_type* dummy = foo.c_str();
0a08f02a
MB
21574 ;
21575 return 0;
21576}
21577_ACEOF
21578rm -f conftest.$ac_objext
21579if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21580 (eval $ac_compile) 2>conftest.er1
21581 ac_status=$?
21582 grep -v '^ *+' conftest.er1 >conftest.err
21583 rm -f conftest.er1
21584 cat conftest.err >&5
21585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21586 (exit $ac_status); } &&
ddd14b14
RR
21587 { ac_try='test -z "$ac_cxx_werror_flag"
21588 || test ! -s conftest.err'
0a08f02a
MB
21589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21590 (eval $ac_try) 2>&5
21591 ac_status=$?
21592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21593 (exit $ac_status); }; } &&
21594 { ac_try='test -s conftest.$ac_objext'
21595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21596 (eval $ac_try) 2>&5
21597 ac_status=$?
21598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21599 (exit $ac_status); }; }; then
21600 echo "$as_me:$LINENO: result: yes" >&5
21601echo "${ECHO_T}yes" >&6
21602else
21603 echo "$as_me: failed program was:" >&5
21604sed 's/^/| /' conftest.$ac_ext >&5
21605
21606echo "$as_me:$LINENO: result: no" >&5
21607echo "${ECHO_T}no" >&6
f56c22b4 21608 if test "$wxUSE_STL" = "yes"; then
4b9918c5
MW
21609 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
21610echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
21611 { (exit 1); exit 1; }; }
21612 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
21613 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
21614echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
a848cd7e 21615 { (exit 1); exit 1; }; }
f56c22b4
MW
21616 else
21617 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21618echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21619 wxUSE_STD_STRING=no
21620 fi
21621
0a08f02a 21622
a848cd7e 21623fi
ac1cb8d3 21624rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 21625
0a08f02a
MB
21626fi
21627rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21628
21629 ac_ext=c
21630ac_cpp='$CPP $CPPFLAGS'
21631ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21632ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
f56c22b4
MW
21633ac_compiler_gnu=$ac_cv_c_compiler_gnu
21634
21635fi
21636
21637if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21638 ac_ext=cc
21639ac_cpp='$CXXCPP $CPPFLAGS'
21640ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21641ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21642ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21643
21644
21645 echo "$as_me:$LINENO: checking for std::istream" >&5
21646echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
21647if test "${ac_cv_type_std__istream+set}" = set; then
21648 echo $ECHO_N "(cached) $ECHO_C" >&6
21649else
21650 cat >conftest.$ac_ext <<_ACEOF
21651/* confdefs.h. */
21652_ACEOF
21653cat confdefs.h >>conftest.$ac_ext
21654cat >>conftest.$ac_ext <<_ACEOF
21655/* end confdefs.h. */
21656#include <iostream>
21657
21658int
21659main ()
21660{
21661if ((std::istream *) 0)
21662 return 0;
21663if (sizeof (std::istream))
21664 return 0;
21665 ;
21666 return 0;
21667}
21668_ACEOF
21669rm -f conftest.$ac_objext
21670if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21671 (eval $ac_compile) 2>conftest.er1
21672 ac_status=$?
21673 grep -v '^ *+' conftest.er1 >conftest.err
21674 rm -f conftest.er1
21675 cat conftest.err >&5
21676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677 (exit $ac_status); } &&
ddd14b14
RR
21678 { ac_try='test -z "$ac_cxx_werror_flag"
21679 || test ! -s conftest.err'
f56c22b4
MW
21680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21681 (eval $ac_try) 2>&5
21682 ac_status=$?
21683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21684 (exit $ac_status); }; } &&
21685 { ac_try='test -s conftest.$ac_objext'
21686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21687 (eval $ac_try) 2>&5
21688 ac_status=$?
21689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21690 (exit $ac_status); }; }; then
21691 ac_cv_type_std__istream=yes
21692else
21693 echo "$as_me: failed program was:" >&5
21694sed 's/^/| /' conftest.$ac_ext >&5
21695
21696ac_cv_type_std__istream=no
21697fi
21698rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21699fi
21700echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
21701echo "${ECHO_T}$ac_cv_type_std__istream" >&6
21702if test $ac_cv_type_std__istream = yes; then
21703
21704cat >>confdefs.h <<_ACEOF
21705#define HAVE_STD__ISTREAM 1
21706_ACEOF
21707
21708
21709else
21710 wxUSE_STD_IOSTREAM=no
21711fi
21712echo "$as_me:$LINENO: checking for std::ostream" >&5
21713echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
21714if test "${ac_cv_type_std__ostream+set}" = set; then
21715 echo $ECHO_N "(cached) $ECHO_C" >&6
21716else
21717 cat >conftest.$ac_ext <<_ACEOF
21718/* confdefs.h. */
21719_ACEOF
21720cat confdefs.h >>conftest.$ac_ext
21721cat >>conftest.$ac_ext <<_ACEOF
21722/* end confdefs.h. */
21723#include <iostream>
21724
21725int
21726main ()
21727{
21728if ((std::ostream *) 0)
21729 return 0;
21730if (sizeof (std::ostream))
21731 return 0;
21732 ;
21733 return 0;
21734}
21735_ACEOF
21736rm -f conftest.$ac_objext
21737if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21738 (eval $ac_compile) 2>conftest.er1
21739 ac_status=$?
21740 grep -v '^ *+' conftest.er1 >conftest.err
21741 rm -f conftest.er1
21742 cat conftest.err >&5
21743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21744 (exit $ac_status); } &&
ddd14b14
RR
21745 { ac_try='test -z "$ac_cxx_werror_flag"
21746 || test ! -s conftest.err'
f56c22b4
MW
21747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21748 (eval $ac_try) 2>&5
21749 ac_status=$?
21750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751 (exit $ac_status); }; } &&
21752 { ac_try='test -s conftest.$ac_objext'
21753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21754 (eval $ac_try) 2>&5
21755 ac_status=$?
21756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21757 (exit $ac_status); }; }; then
21758 ac_cv_type_std__ostream=yes
21759else
21760 echo "$as_me: failed program was:" >&5
21761sed 's/^/| /' conftest.$ac_ext >&5
21762
21763ac_cv_type_std__ostream=no
21764fi
21765rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21766fi
21767echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
21768echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
21769if test $ac_cv_type_std__ostream = yes; then
21770
21771cat >>confdefs.h <<_ACEOF
21772#define HAVE_STD__OSTREAM 1
21773_ACEOF
21774
21775
21776else
21777 wxUSE_STD_IOSTREAM=no
21778fi
21779
21780
21781 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
4b9918c5
MW
21782 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
21783 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
21784echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
21785 { (exit 1); exit 1; }; }
21786 else
21787 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
f56c22b4 21788echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
4b9918c5 21789 fi
f56c22b4
MW
21790 fi
21791
21792 ac_ext=c
21793ac_cpp='$CPP $CPPFLAGS'
21794ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21795ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
0a08f02a
MB
21796ac_compiler_gnu=$ac_cv_c_compiler_gnu
21797
21798fi
21799
21800if test "$wxUSE_STL" = "yes"; then
21801 ac_ext=cc
21802ac_cpp='$CXXCPP $CPPFLAGS'
21803ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21804ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21805ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21806
21807
21808 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21809echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
a848cd7e
SC
21810 cat >conftest.$ac_ext <<_ACEOF
21811/* confdefs.h. */
21812_ACEOF
21813cat confdefs.h >>conftest.$ac_ext
21814cat >>conftest.$ac_ext <<_ACEOF
21815/* end confdefs.h. */
21816#include <string>
0a08f02a
MB
21817 #include <functional>
21818 #include <algorithm>
21819 #include <vector>
21820 #include <list>
a848cd7e
SC
21821int
21822main ()
21823{
0a08f02a
MB
21824std::vector<int> moo;
21825 std::list<int> foo;
21826 std::vector<int>::iterator it =
21827 std::find_if(moo.begin(), moo.end(),
21828 std::bind2nd(std::less<int>(), 3));
a848cd7e
SC
21829 ;
21830 return 0;
21831}
21832_ACEOF
21833rm -f conftest.$ac_objext
21834if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21835 (eval $ac_compile) 2>conftest.er1
a848cd7e 21836 ac_status=$?
ac1cb8d3
VS
21837 grep -v '^ *+' conftest.er1 >conftest.err
21838 rm -f conftest.er1
21839 cat conftest.err >&5
a848cd7e
SC
21840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21841 (exit $ac_status); } &&
ddd14b14
RR
21842 { ac_try='test -z "$ac_cxx_werror_flag"
21843 || test ! -s conftest.err'
ac1cb8d3
VS
21844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21845 (eval $ac_try) 2>&5
21846 ac_status=$?
21847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21848 (exit $ac_status); }; } &&
21849 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21851 (eval $ac_try) 2>&5
21852 ac_status=$?
21853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21854 (exit $ac_status); }; }; then
21855 echo "$as_me:$LINENO: result: yes" >&5
21856echo "${ECHO_T}yes" >&6
a848cd7e
SC
21857else
21858 echo "$as_me: failed program was:" >&5
21859sed 's/^/| /' conftest.$ac_ext >&5
21860
21861echo "$as_me:$LINENO: result: no" >&5
21862echo "${ECHO_T}no" >&6
0a08f02a
MB
21863 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
21864echo "$as_me: error: Basic STL functionality missing" >&2;}
21865 { (exit 1); exit 1; }; }
a848cd7e 21866fi
ac1cb8d3 21867rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21868
21869 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
21870echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
21871 cat >conftest.$ac_ext <<_ACEOF
21872/* confdefs.h. */
21873_ACEOF
21874cat confdefs.h >>conftest.$ac_ext
21875cat >>conftest.$ac_ext <<_ACEOF
21876/* end confdefs.h. */
21877#include <string>
21878int
21879main ()
21880{
21881std::string foo, bar;
21882 foo.compare(bar);
21883 foo.compare(1, 1, bar);
21884 foo.compare(1, 1, bar, 1, 1);
21885 foo.compare("");
21886 foo.compare(1, 1, "");
21887 foo.compare(1, 1, "", 2);
21888 ;
21889 return 0;
21890}
21891_ACEOF
21892rm -f conftest.$ac_objext
21893if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21894 (eval $ac_compile) 2>conftest.er1
a848cd7e 21895 ac_status=$?
ac1cb8d3
VS
21896 grep -v '^ *+' conftest.er1 >conftest.err
21897 rm -f conftest.er1
21898 cat conftest.err >&5
a848cd7e
SC
21899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21900 (exit $ac_status); } &&
ddd14b14
RR
21901 { ac_try='test -z "$ac_cxx_werror_flag"
21902 || test ! -s conftest.err'
ac1cb8d3
VS
21903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21904 (eval $ac_try) 2>&5
21905 ac_status=$?
21906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21907 (exit $ac_status); }; } &&
21908 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21910 (eval $ac_try) 2>&5
21911 ac_status=$?
21912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21913 (exit $ac_status); }; }; then
21914 echo "$as_me:$LINENO: result: yes" >&5
21915echo "${ECHO_T}yes" >&6
21916 cat >>confdefs.h <<\_ACEOF
21917#define HAVE_STD_STRING_COMPARE 1
21918_ACEOF
21919
21920else
21921 echo "$as_me: failed program was:" >&5
21922sed 's/^/| /' conftest.$ac_ext >&5
21923
21924echo "$as_me:$LINENO: result: no" >&5
21925echo "${ECHO_T}no" >&6
21926fi
ac1cb8d3 21927rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
21928
21929 if test "${ac_cv_header_hash_map+set}" = set; then
21930 echo "$as_me:$LINENO: checking for hash_map" >&5
21931echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21932if test "${ac_cv_header_hash_map+set}" = set; then
21933 echo $ECHO_N "(cached) $ECHO_C" >&6
21934fi
21935echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21936echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21937else
21938 # Is the header compilable?
21939echo "$as_me:$LINENO: checking hash_map usability" >&5
21940echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
21941cat >conftest.$ac_ext <<_ACEOF
21942/* confdefs.h. */
21943_ACEOF
21944cat confdefs.h >>conftest.$ac_ext
21945cat >>conftest.$ac_ext <<_ACEOF
21946/* end confdefs.h. */
21947$ac_includes_default
21948#include <hash_map>
21949_ACEOF
21950rm -f conftest.$ac_objext
21951if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21952 (eval $ac_compile) 2>conftest.er1
bdcade0a 21953 ac_status=$?
ac1cb8d3
VS
21954 grep -v '^ *+' conftest.er1 >conftest.err
21955 rm -f conftest.er1
21956 cat conftest.err >&5
bdcade0a
MB
21957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21958 (exit $ac_status); } &&
ddd14b14
RR
21959 { ac_try='test -z "$ac_cxx_werror_flag"
21960 || test ! -s conftest.err'
ac1cb8d3
VS
21961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21962 (eval $ac_try) 2>&5
21963 ac_status=$?
21964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21965 (exit $ac_status); }; } &&
21966 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
21967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21968 (eval $ac_try) 2>&5
21969 ac_status=$?
21970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21971 (exit $ac_status); }; }; then
21972 ac_header_compiler=yes
21973else
21974 echo "$as_me: failed program was:" >&5
21975sed 's/^/| /' conftest.$ac_ext >&5
21976
21977ac_header_compiler=no
21978fi
ac1cb8d3 21979rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
21980echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21981echo "${ECHO_T}$ac_header_compiler" >&6
21982
21983# Is the header present?
21984echo "$as_me:$LINENO: checking hash_map presence" >&5
21985echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
21986cat >conftest.$ac_ext <<_ACEOF
21987/* confdefs.h. */
21988_ACEOF
21989cat confdefs.h >>conftest.$ac_ext
21990cat >>conftest.$ac_ext <<_ACEOF
21991/* end confdefs.h. */
21992#include <hash_map>
21993_ACEOF
21994if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21995 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21996 ac_status=$?
21997 grep -v '^ *+' conftest.er1 >conftest.err
21998 rm -f conftest.er1
21999 cat conftest.err >&5
22000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22001 (exit $ac_status); } >/dev/null; then
22002 if test -s conftest.err; then
22003 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 22004 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
22005 else
22006 ac_cpp_err=
22007 fi
22008else
22009 ac_cpp_err=yes
22010fi
22011if test -z "$ac_cpp_err"; then
22012 ac_header_preproc=yes
22013else
22014 echo "$as_me: failed program was:" >&5
22015sed 's/^/| /' conftest.$ac_ext >&5
22016
22017 ac_header_preproc=no
22018fi
22019rm -f conftest.err conftest.$ac_ext
22020echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22021echo "${ECHO_T}$ac_header_preproc" >&6
22022
22023# So? What about this header?
ac1cb8d3
VS
22024case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22025 yes:no: )
bdcade0a
MB
22026 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22027echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22028 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
22029echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
22030 ac_header_preproc=yes
bdcade0a 22031 ;;
ac1cb8d3 22032 no:yes:* )
bdcade0a
MB
22033 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
22034echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22035 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
22036echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
22037 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
22038echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
22039 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
22040echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
22041 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
22042echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22043 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
22044echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
22045 (
22046 cat <<\_ASBOX
ac1cb8d3
VS
22047## ----------------------------------------- ##
22048## Report this to wx-dev@lists.wxwidgets.org ##
22049## ----------------------------------------- ##
bdcade0a
MB
22050_ASBOX
22051 ) |
22052 sed "s/^/$as_me: WARNING: /" >&2
22053 ;;
22054esac
22055echo "$as_me:$LINENO: checking for hash_map" >&5
22056echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22057if test "${ac_cv_header_hash_map+set}" = set; then
22058 echo $ECHO_N "(cached) $ECHO_C" >&6
22059else
22060 ac_cv_header_hash_map=$ac_header_preproc
22061fi
22062echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22063echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22064
22065fi
22066if test $ac_cv_header_hash_map = yes; then
22067 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22068echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22069 cat >conftest.$ac_ext <<_ACEOF
22070/* confdefs.h. */
22071_ACEOF
22072cat confdefs.h >>conftest.$ac_ext
22073cat >>conftest.$ac_ext <<_ACEOF
22074/* end confdefs.h. */
22075#include <hash_map>
22076 #include <hash_set>
22077int
22078main ()
22079{
22080std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
22081 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
22082 ;
22083 return 0;
22084}
22085_ACEOF
22086rm -f conftest.$ac_objext
22087if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22088 (eval $ac_compile) 2>conftest.er1
bdcade0a 22089 ac_status=$?
ac1cb8d3
VS
22090 grep -v '^ *+' conftest.er1 >conftest.err
22091 rm -f conftest.er1
22092 cat conftest.err >&5
bdcade0a
MB
22093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22094 (exit $ac_status); } &&
ddd14b14
RR
22095 { ac_try='test -z "$ac_cxx_werror_flag"
22096 || test ! -s conftest.err'
ac1cb8d3
VS
22097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22098 (eval $ac_try) 2>&5
22099 ac_status=$?
22100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22101 (exit $ac_status); }; } &&
22102 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22104 (eval $ac_try) 2>&5
22105 ac_status=$?
22106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22107 (exit $ac_status); }; }; then
22108 echo "$as_me:$LINENO: result: yes" >&5
22109echo "${ECHO_T}yes" >&6
22110 cat >>confdefs.h <<\_ACEOF
22111#define HAVE_HASH_MAP 1
22112_ACEOF
22113
22114 cat >>confdefs.h <<\_ACEOF
22115#define HAVE_STD_HASH_MAP 1
22116_ACEOF
22117
22118else
22119 echo "$as_me: failed program was:" >&5
22120sed 's/^/| /' conftest.$ac_ext >&5
22121
22122echo "$as_me:$LINENO: result: no" >&5
22123echo "${ECHO_T}no" >&6
22124fi
ac1cb8d3 22125rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22126
22127fi
22128
22129
22130
22131 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22132 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22133echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22134if test "${ac_cv_header_ext_hash_map+set}" = set; then
22135 echo $ECHO_N "(cached) $ECHO_C" >&6
22136fi
22137echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22138echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22139else
22140 # Is the header compilable?
22141echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
22142echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
22143cat >conftest.$ac_ext <<_ACEOF
22144/* confdefs.h. */
22145_ACEOF
22146cat confdefs.h >>conftest.$ac_ext
22147cat >>conftest.$ac_ext <<_ACEOF
22148/* end confdefs.h. */
22149$ac_includes_default
22150#include <ext/hash_map>
22151_ACEOF
22152rm -f conftest.$ac_objext
22153if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22154 (eval $ac_compile) 2>conftest.er1
bdcade0a 22155 ac_status=$?
ac1cb8d3
VS
22156 grep -v '^ *+' conftest.er1 >conftest.err
22157 rm -f conftest.er1
22158 cat conftest.err >&5
bdcade0a
MB
22159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22160 (exit $ac_status); } &&
ddd14b14
RR
22161 { ac_try='test -z "$ac_cxx_werror_flag"
22162 || test ! -s conftest.err'
ac1cb8d3
VS
22163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22164 (eval $ac_try) 2>&5
22165 ac_status=$?
22166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22167 (exit $ac_status); }; } &&
22168 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22170 (eval $ac_try) 2>&5
22171 ac_status=$?
22172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22173 (exit $ac_status); }; }; then
22174 ac_header_compiler=yes
22175else
22176 echo "$as_me: failed program was:" >&5
22177sed 's/^/| /' conftest.$ac_ext >&5
22178
22179ac_header_compiler=no
22180fi
ac1cb8d3 22181rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22182echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22183echo "${ECHO_T}$ac_header_compiler" >&6
22184
22185# Is the header present?
22186echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
22187echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
22188cat >conftest.$ac_ext <<_ACEOF
22189/* confdefs.h. */
22190_ACEOF
22191cat confdefs.h >>conftest.$ac_ext
22192cat >>conftest.$ac_ext <<_ACEOF
22193/* end confdefs.h. */
22194#include <ext/hash_map>
22195_ACEOF
22196if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22197 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22198 ac_status=$?
22199 grep -v '^ *+' conftest.er1 >conftest.err
22200 rm -f conftest.er1
22201 cat conftest.err >&5
22202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22203 (exit $ac_status); } >/dev/null; then
22204 if test -s conftest.err; then
22205 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 22206 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
22207 else
22208 ac_cpp_err=
22209 fi
22210else
22211 ac_cpp_err=yes
22212fi
22213if test -z "$ac_cpp_err"; then
22214 ac_header_preproc=yes
22215else
22216 echo "$as_me: failed program was:" >&5
22217sed 's/^/| /' conftest.$ac_ext >&5
22218
22219 ac_header_preproc=no
22220fi
22221rm -f conftest.err conftest.$ac_ext
22222echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22223echo "${ECHO_T}$ac_header_preproc" >&6
22224
22225# So? What about this header?
ac1cb8d3
VS
22226case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22227 yes:no: )
bdcade0a
MB
22228 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22229echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22230 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
22231echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
22232 ac_header_preproc=yes
bdcade0a 22233 ;;
ac1cb8d3 22234 no:yes:* )
bdcade0a
MB
22235 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
22236echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22237 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
22238echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
22239 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
22240echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
22241 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
22242echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
22243 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
22244echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22245 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
22246echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
22247 (
22248 cat <<\_ASBOX
ac1cb8d3
VS
22249## ----------------------------------------- ##
22250## Report this to wx-dev@lists.wxwidgets.org ##
22251## ----------------------------------------- ##
bdcade0a
MB
22252_ASBOX
22253 ) |
22254 sed "s/^/$as_me: WARNING: /" >&2
22255 ;;
22256esac
22257echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22258echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22259if test "${ac_cv_header_ext_hash_map+set}" = set; then
22260 echo $ECHO_N "(cached) $ECHO_C" >&6
22261else
22262 ac_cv_header_ext_hash_map=$ac_header_preproc
22263fi
22264echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22265echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22266
22267fi
22268if test $ac_cv_header_ext_hash_map = yes; then
22269 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22270echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22271 cat >conftest.$ac_ext <<_ACEOF
22272/* confdefs.h. */
22273_ACEOF
22274cat confdefs.h >>conftest.$ac_ext
22275cat >>conftest.$ac_ext <<_ACEOF
22276/* end confdefs.h. */
22277#include <ext/hash_map>
22278 #include <ext/hash_set>
22279int
22280main ()
22281{
22282__gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
22283 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
22284 ;
22285 return 0;
22286}
22287_ACEOF
22288rm -f conftest.$ac_objext
22289if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22290 (eval $ac_compile) 2>conftest.er1
bdcade0a 22291 ac_status=$?
ac1cb8d3
VS
22292 grep -v '^ *+' conftest.er1 >conftest.err
22293 rm -f conftest.er1
22294 cat conftest.err >&5
bdcade0a
MB
22295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22296 (exit $ac_status); } &&
ddd14b14
RR
22297 { ac_try='test -z "$ac_cxx_werror_flag"
22298 || test ! -s conftest.err'
ac1cb8d3
VS
22299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22300 (eval $ac_try) 2>&5
22301 ac_status=$?
22302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22303 (exit $ac_status); }; } &&
22304 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22306 (eval $ac_try) 2>&5
22307 ac_status=$?
22308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22309 (exit $ac_status); }; }; then
22310 echo "$as_me:$LINENO: result: yes" >&5
22311echo "${ECHO_T}yes" >&6
22312 cat >>confdefs.h <<\_ACEOF
22313#define HAVE_EXT_HASH_MAP 1
22314_ACEOF
22315
22316 cat >>confdefs.h <<\_ACEOF
22317#define HAVE_GNU_CXX_HASH_MAP 1
22318_ACEOF
22319
22320else
22321 echo "$as_me: failed program was:" >&5
22322sed 's/^/| /' conftest.$ac_ext >&5
22323
22324echo "$as_me:$LINENO: result: no" >&5
22325echo "${ECHO_T}no" >&6
22326fi
ac1cb8d3 22327rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22328
22329fi
22330
22331
a848cd7e
SC
22332
22333 ac_ext=c
22334ac_cpp='$CPP $CPPFLAGS'
22335ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22336ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22337ac_compiler_gnu=$ac_cv_c_compiler_gnu
22338
22339fi
22340
22341
22342SEARCH_INCLUDE="\
22343 /usr/local/include \
22344 \
22345 /usr/Motif-2.1/include \
22346 /usr/Motif-1.2/include \
22347 /usr/include/Motif1.2 \
22348 /opt/xpm/include/X11 \
22349 /opt/GBxpm/include/ \
22350 /opt/GBxpm/X11/include/ \
22351 \
22352 /usr/dt/include \
22353 /usr/openwin/include \
22354 \
22355 /usr/include/Xm \
22356 \
22357 /usr/X11R6/include \
22358 /usr/X11R6.4/include \
22359 /usr/X11R5/include \
22360 /usr/X11R4/include \
22361 \
22362 /usr/include/X11R6 \
22363 /usr/include/X11R5 \
22364 /usr/include/X11R4 \
22365 \
22366 /usr/local/X11R6/include \
22367 /usr/local/X11R5/include \
22368 /usr/local/X11R4/include \
22369 \
22370 /usr/local/include/X11R6 \
22371 /usr/local/include/X11R5 \
22372 /usr/local/include/X11R4 \
22373 \
22374 /usr/X11/include \
22375 /usr/include/X11 \
22376 /usr/local/X11/include \
22377 /usr/local/include/X11 \
22378 \
22379 /usr/X386/include \
22380 /usr/x386/include \
22381 /usr/XFree86/include/X11 \
22382 \
22383 X:/XFree86/include \
22384 X:/XFree86/include/X11 \
22385 \
22386 /usr/include/gtk \
22387 /usr/local/include/gtk \
22388 /usr/include/glib \
22389 /usr/local/include/glib \
22390 \
22391 /usr/include/qt \
22392 /usr/local/include/qt \
22393 \
22394 /usr/local/arm/3.3.2/include \
22395 \
22396 /usr/include/windows \
22397 /usr/include/wine \
22398 /usr/local/include/wine \
22399 \
22400 /usr/unsupported/include \
22401 /usr/athena/include \
22402 /usr/local/x11r5/include \
22403 /usr/lpp/Xamples/include \
22404 \
22405 /usr/openwin/share/include"
22406
07158944 22407SEARCH_LIB="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`"
a848cd7e
SC
22408
22409
22410cat >confcache <<\_ACEOF
22411# This file is a shell script that caches the results of configure
22412# tests run on this system so they can be shared between configure
22413# scripts and configure runs, see configure's option --config-cache.
22414# It is not useful on other systems. If it contains results you don't
22415# want to keep, you may remove or edit it.
22416#
22417# config.status only pays attention to the cache file if you give it
22418# the --recheck option to rerun configure.
22419#
22420# `ac_cv_env_foo' variables (set or unset) will be overridden when
22421# loading this file, other *unset* `ac_cv_foo' will be assigned the
22422# following values.
22423
22424_ACEOF
22425
22426# The following way of writing the cache mishandles newlines in values,
22427# but we know of no workaround that is simple, portable, and efficient.
22428# So, don't put newlines in cache variables' values.
22429# Ultrix sh set writes to stderr and can't be redirected directly,
22430# and sets the high bit in the cache file unless we assign to the vars.
22431{
22432 (set) 2>&1 |
22433 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22434 *ac_space=\ *)
22435 # `set' does not quote correctly, so add quotes (double-quote
22436 # substitution turns \\\\ into \\, and sed turns \\ into \).
22437 sed -n \
ac1cb8d3
VS
22438 "s/'/'\\\\''/g;
22439 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
22440 ;;
22441 *)
22442 # `set' quotes correctly as required by POSIX, so do not add quotes.
22443 sed -n \
ac1cb8d3 22444 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
22445 ;;
22446 esac;
22447} |
22448 sed '
22449 t clear
22450 : clear
22451 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22452 t end
22453 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22454 : end' >>confcache
22455if diff $cache_file confcache >/dev/null 2>&1; then :; else
22456 if test -w $cache_file; then
22457 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22458 cat confcache >$cache_file
22459 else
22460 echo "not updating unwritable cache $cache_file"
22461 fi
22462fi
22463rm -f confcache
22464
22465if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
22466 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
22467echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
22468if test "${wx_cv_lib_glibc21+set}" = set; then
22469 echo $ECHO_N "(cached) $ECHO_C" >&6
22470else
22471
22472 cat >conftest.$ac_ext <<_ACEOF
22473/* confdefs.h. */
22474_ACEOF
22475cat confdefs.h >>conftest.$ac_ext
22476cat >>conftest.$ac_ext <<_ACEOF
22477/* end confdefs.h. */
22478#include <features.h>
22479int
22480main ()
22481{
22482
22483 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
22484 #error not glibc2.1
22485 #endif
22486
22487 ;
22488 return 0;
22489}
22490_ACEOF
22491rm -f conftest.$ac_objext
22492if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22493 (eval $ac_compile) 2>conftest.er1
a848cd7e 22494 ac_status=$?
ac1cb8d3
VS
22495 grep -v '^ *+' conftest.er1 >conftest.err
22496 rm -f conftest.er1
22497 cat conftest.err >&5
a848cd7e
SC
22498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22499 (exit $ac_status); } &&
ddd14b14
RR
22500 { ac_try='test -z "$ac_c_werror_flag"
22501 || test ! -s conftest.err'
ac1cb8d3
VS
22502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22503 (eval $ac_try) 2>&5
22504 ac_status=$?
22505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22506 (exit $ac_status); }; } &&
22507 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22509 (eval $ac_try) 2>&5
22510 ac_status=$?
22511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22512 (exit $ac_status); }; }; then
22513
22514 wx_cv_lib_glibc21=yes
22515
22516else
22517 echo "$as_me: failed program was:" >&5
22518sed 's/^/| /' conftest.$ac_ext >&5
22519
22520
22521 wx_cv_lib_glibc21=no
22522
22523
22524fi
ac1cb8d3 22525rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22526
22527fi
22528echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
22529echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
22530 if test "$wx_cv_lib_glibc21" = "yes"; then
22531 cat >>confdefs.h <<\_ACEOF
22532#define wxHAVE_GLIBC2 1
22533_ACEOF
22534
22535 fi
22536fi
22537
22538if test "x$wx_cv_lib_glibc21" = "xyes"; then
22539 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
22540 cat >>confdefs.h <<\_ACEOF
22541#define _GNU_SOURCE 1
22542_ACEOF
22543
22544 fi
22545fi
22546
22547
22548
22549if test "$wxUSE_REGEX" != "no"; then
22550 cat >>confdefs.h <<\_ACEOF
22551#define wxUSE_REGEX 1
22552_ACEOF
22553
22554
22555 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22556 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
22557echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
22558 wxUSE_REGEX=builtin
22559 fi
22560
22561 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22562 if test "${ac_cv_header_regex_h+set}" = set; then
22563 echo "$as_me:$LINENO: checking for regex.h" >&5
22564echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22565if test "${ac_cv_header_regex_h+set}" = set; then
22566 echo $ECHO_N "(cached) $ECHO_C" >&6
22567fi
22568echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22569echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22570else
22571 # Is the header compilable?
22572echo "$as_me:$LINENO: checking regex.h usability" >&5
22573echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
22574cat >conftest.$ac_ext <<_ACEOF
22575/* confdefs.h. */
22576_ACEOF
22577cat confdefs.h >>conftest.$ac_ext
22578cat >>conftest.$ac_ext <<_ACEOF
22579/* end confdefs.h. */
22580$ac_includes_default
22581#include <regex.h>
22582_ACEOF
22583rm -f conftest.$ac_objext
22584if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22585 (eval $ac_compile) 2>conftest.er1
a848cd7e 22586 ac_status=$?
ac1cb8d3
VS
22587 grep -v '^ *+' conftest.er1 >conftest.err
22588 rm -f conftest.er1
22589 cat conftest.err >&5
a848cd7e
SC
22590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22591 (exit $ac_status); } &&
ddd14b14
RR
22592 { ac_try='test -z "$ac_c_werror_flag"
22593 || test ! -s conftest.err'
ac1cb8d3
VS
22594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22595 (eval $ac_try) 2>&5
22596 ac_status=$?
22597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22598 (exit $ac_status); }; } &&
22599 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22601 (eval $ac_try) 2>&5
22602 ac_status=$?
22603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22604 (exit $ac_status); }; }; then
22605 ac_header_compiler=yes
22606else
22607 echo "$as_me: failed program was:" >&5
22608sed 's/^/| /' conftest.$ac_ext >&5
22609
22610ac_header_compiler=no
22611fi
ac1cb8d3 22612rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22613echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22614echo "${ECHO_T}$ac_header_compiler" >&6
22615
22616# Is the header present?
22617echo "$as_me:$LINENO: checking regex.h presence" >&5
22618echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
22619cat >conftest.$ac_ext <<_ACEOF
22620/* confdefs.h. */
22621_ACEOF
22622cat confdefs.h >>conftest.$ac_ext
22623cat >>conftest.$ac_ext <<_ACEOF
22624/* end confdefs.h. */
22625#include <regex.h>
22626_ACEOF
22627if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22628 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22629 ac_status=$?
22630 grep -v '^ *+' conftest.er1 >conftest.err
22631 rm -f conftest.er1
22632 cat conftest.err >&5
22633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22634 (exit $ac_status); } >/dev/null; then
22635 if test -s conftest.err; then
22636 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 22637 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
22638 else
22639 ac_cpp_err=
22640 fi
22641else
22642 ac_cpp_err=yes
22643fi
22644if test -z "$ac_cpp_err"; then
22645 ac_header_preproc=yes
22646else
22647 echo "$as_me: failed program was:" >&5
22648sed 's/^/| /' conftest.$ac_ext >&5
22649
22650 ac_header_preproc=no
22651fi
22652rm -f conftest.err conftest.$ac_ext
22653echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22654echo "${ECHO_T}$ac_header_preproc" >&6
22655
22656# So? What about this header?
ac1cb8d3
VS
22657case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22658 yes:no: )
a848cd7e
SC
22659 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22660echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22661 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22662echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22663 ac_header_preproc=yes
a848cd7e 22664 ;;
ac1cb8d3 22665 no:yes:* )
a848cd7e
SC
22666 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22667echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22668 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22669echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22670 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22671echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22672 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22673echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
22674 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22675echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22676 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22677echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
22678 (
22679 cat <<\_ASBOX
ac1cb8d3
VS
22680## ----------------------------------------- ##
22681## Report this to wx-dev@lists.wxwidgets.org ##
22682## ----------------------------------------- ##
a848cd7e
SC
22683_ASBOX
22684 ) |
22685 sed "s/^/$as_me: WARNING: /" >&2
22686 ;;
22687esac
22688echo "$as_me:$LINENO: checking for regex.h" >&5
22689echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22690if test "${ac_cv_header_regex_h+set}" = set; then
22691 echo $ECHO_N "(cached) $ECHO_C" >&6
22692else
22693 ac_cv_header_regex_h=$ac_header_preproc
22694fi
22695echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22696echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22697
22698fi
22699if test $ac_cv_header_regex_h = yes; then
22700
22701for ac_func in regcomp
22702do
22703as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22704echo "$as_me:$LINENO: checking for $ac_func" >&5
22705echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22706if eval "test \"\${$as_ac_var+set}\" = set"; then
22707 echo $ECHO_N "(cached) $ECHO_C" >&6
22708else
22709 cat >conftest.$ac_ext <<_ACEOF
22710/* confdefs.h. */
22711_ACEOF
22712cat confdefs.h >>conftest.$ac_ext
22713cat >>conftest.$ac_ext <<_ACEOF
22714/* end confdefs.h. */
ac1cb8d3
VS
22715/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22716 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22717#define $ac_func innocuous_$ac_func
22718
a848cd7e
SC
22719/* System header to define __stub macros and hopefully few prototypes,
22720 which can conflict with char $ac_func (); below.
22721 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22722 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 22723
a848cd7e
SC
22724#ifdef __STDC__
22725# include <limits.h>
22726#else
22727# include <assert.h>
22728#endif
ac1cb8d3
VS
22729
22730#undef $ac_func
22731
a848cd7e
SC
22732/* Override any gcc2 internal prototype to avoid an error. */
22733#ifdef __cplusplus
22734extern "C"
22735{
22736#endif
22737/* We use char because int might match the return type of a gcc2
22738 builtin and then its argument prototype would still apply. */
22739char $ac_func ();
22740/* The GNU C library defines this for functions which it implements
22741 to always fail with ENOSYS. Some functions are actually named
22742 something starting with __ and the normal name is an alias. */
22743#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22744choke me
22745#else
22746char (*f) () = $ac_func;
22747#endif
22748#ifdef __cplusplus
22749}
22750#endif
22751
22752int
22753main ()
22754{
22755return f != $ac_func;
22756 ;
22757 return 0;
22758}
22759_ACEOF
22760rm -f conftest.$ac_objext conftest$ac_exeext
22761if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 22762 (eval $ac_link) 2>conftest.er1
a848cd7e 22763 ac_status=$?
ac1cb8d3
VS
22764 grep -v '^ *+' conftest.er1 >conftest.err
22765 rm -f conftest.er1
22766 cat conftest.err >&5
a848cd7e
SC
22767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22768 (exit $ac_status); } &&
ddd14b14
RR
22769 { ac_try='test -z "$ac_c_werror_flag"
22770 || test ! -s conftest.err'
ac1cb8d3
VS
22771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22772 (eval $ac_try) 2>&5
22773 ac_status=$?
22774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22775 (exit $ac_status); }; } &&
22776 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
22777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22778 (eval $ac_try) 2>&5
22779 ac_status=$?
22780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22781 (exit $ac_status); }; }; then
22782 eval "$as_ac_var=yes"
22783else
22784 echo "$as_me: failed program was:" >&5
22785sed 's/^/| /' conftest.$ac_ext >&5
22786
22787eval "$as_ac_var=no"
22788fi
ac1cb8d3
VS
22789rm -f conftest.err conftest.$ac_objext \
22790 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
22791fi
22792echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22793echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22794if test `eval echo '${'$as_ac_var'}'` = yes; then
22795 cat >>confdefs.h <<_ACEOF
22796#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22797_ACEOF
22798
22799fi
22800done
22801
22802fi
22803
22804
22805
22806 if test "x$ac_cv_func_regcomp" != "xyes"; then
22807 if test "$wxUSE_REGEX" = "sys" ; then
22808 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
22809echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
22810 { (exit 1); exit 1; }; }
22811 else
22812 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
22813echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22814 wxUSE_REGEX=builtin
22815 fi
22816 else
22817 wxUSE_REGEX=sys
22818 cat >>confdefs.h <<\_ACEOF
22819#define WX_NO_REGEX_ADVANCED 1
22820_ACEOF
22821
22822 fi
22823 fi
22824fi
22825
22826
22827ZLIB_LINK=
22828if test "$wxUSE_ZLIB" != "no" ; then
22829 cat >>confdefs.h <<\_ACEOF
22830#define wxUSE_ZLIB 1
22831_ACEOF
22832
22833
22834 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22835 if test "$USE_DARWIN" = 1; then
22836 system_zlib_h_ok="yes"
22837 else
22838 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
22839echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
22840if test "${ac_cv_header_zlib_h+set}" = set; then
22841 echo $ECHO_N "(cached) $ECHO_C" >&6
22842else
22843 if test "$cross_compiling" = yes; then
22844 unset ac_cv_header_zlib_h
22845
22846else
22847 cat >conftest.$ac_ext <<_ACEOF
22848/* confdefs.h. */
22849_ACEOF
22850cat confdefs.h >>conftest.$ac_ext
22851cat >>conftest.$ac_ext <<_ACEOF
22852/* end confdefs.h. */
22853
22854 #include <zlib.h>
22855 #include <stdio.h>
22856
22857 int main()
22858 {
22859 FILE *f=fopen("conftestval", "w");
22860 if (!f) exit(1);
22861 fprintf(f, "%s",
22862 ZLIB_VERSION[0] == '1' &&
22863 (ZLIB_VERSION[2] > '1' ||
22864 (ZLIB_VERSION[2] == '1' &&
22865 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22866 exit(0);
22867 }
22868
22869_ACEOF
22870rm -f conftest$ac_exeext
22871if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22872 (eval $ac_link) 2>&5
22873 ac_status=$?
22874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22875 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22877 (eval $ac_try) 2>&5
22878 ac_status=$?
22879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22880 (exit $ac_status); }; }; then
22881 ac_cv_header_zlib_h=`cat conftestval`
22882else
22883 echo "$as_me: program exited with status $ac_status" >&5
22884echo "$as_me: failed program was:" >&5
22885sed 's/^/| /' conftest.$ac_ext >&5
22886
22887( exit $ac_status )
22888ac_cv_header_zlib_h=no
22889fi
ac1cb8d3 22890rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22891fi
22892
22893fi
22894echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22895echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22896 if test "${ac_cv_header_zlib_h+set}" = set; then
22897 echo "$as_me:$LINENO: checking for zlib.h" >&5
22898echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22899if test "${ac_cv_header_zlib_h+set}" = set; then
22900 echo $ECHO_N "(cached) $ECHO_C" >&6
22901fi
22902echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22903echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22904else
22905 # Is the header compilable?
22906echo "$as_me:$LINENO: checking zlib.h usability" >&5
22907echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
22908cat >conftest.$ac_ext <<_ACEOF
22909/* confdefs.h. */
22910_ACEOF
22911cat confdefs.h >>conftest.$ac_ext
22912cat >>conftest.$ac_ext <<_ACEOF
22913/* end confdefs.h. */
22914$ac_includes_default
22915#include <zlib.h>
22916_ACEOF
22917rm -f conftest.$ac_objext
22918if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22919 (eval $ac_compile) 2>conftest.er1
a848cd7e 22920 ac_status=$?
ac1cb8d3
VS
22921 grep -v '^ *+' conftest.er1 >conftest.err
22922 rm -f conftest.er1
22923 cat conftest.err >&5
a848cd7e
SC
22924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22925 (exit $ac_status); } &&
ddd14b14
RR
22926 { ac_try='test -z "$ac_c_werror_flag"
22927 || test ! -s conftest.err'
ac1cb8d3
VS
22928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22929 (eval $ac_try) 2>&5
22930 ac_status=$?
22931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22932 (exit $ac_status); }; } &&
22933 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22935 (eval $ac_try) 2>&5
22936 ac_status=$?
22937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22938 (exit $ac_status); }; }; then
22939 ac_header_compiler=yes
22940else
22941 echo "$as_me: failed program was:" >&5
22942sed 's/^/| /' conftest.$ac_ext >&5
22943
22944ac_header_compiler=no
22945fi
ac1cb8d3 22946rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22947echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22948echo "${ECHO_T}$ac_header_compiler" >&6
22949
22950# Is the header present?
22951echo "$as_me:$LINENO: checking zlib.h presence" >&5
22952echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
22953cat >conftest.$ac_ext <<_ACEOF
22954/* confdefs.h. */
22955_ACEOF
22956cat confdefs.h >>conftest.$ac_ext
22957cat >>conftest.$ac_ext <<_ACEOF
22958/* end confdefs.h. */
22959#include <zlib.h>
22960_ACEOF
22961if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22962 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22963 ac_status=$?
22964 grep -v '^ *+' conftest.er1 >conftest.err
22965 rm -f conftest.er1
22966 cat conftest.err >&5
22967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22968 (exit $ac_status); } >/dev/null; then
22969 if test -s conftest.err; then
22970 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 22971 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
22972 else
22973 ac_cpp_err=
22974 fi
22975else
22976 ac_cpp_err=yes
22977fi
22978if test -z "$ac_cpp_err"; then
22979 ac_header_preproc=yes
22980else
22981 echo "$as_me: failed program was:" >&5
22982sed 's/^/| /' conftest.$ac_ext >&5
22983
22984 ac_header_preproc=no
22985fi
22986rm -f conftest.err conftest.$ac_ext
22987echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22988echo "${ECHO_T}$ac_header_preproc" >&6
22989
22990# So? What about this header?
ac1cb8d3
VS
22991case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22992 yes:no: )
a848cd7e
SC
22993 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
22994echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22995 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
22996echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
22997 ac_header_preproc=yes
a848cd7e 22998 ;;
ac1cb8d3 22999 no:yes:* )
a848cd7e
SC
23000 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
23001echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23002 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
23003echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
23004 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
23005echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
23006 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
23007echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23008 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
23009echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23010 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
23011echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23012 (
23013 cat <<\_ASBOX
ac1cb8d3
VS
23014## ----------------------------------------- ##
23015## Report this to wx-dev@lists.wxwidgets.org ##
23016## ----------------------------------------- ##
a848cd7e
SC
23017_ASBOX
23018 ) |
23019 sed "s/^/$as_me: WARNING: /" >&2
23020 ;;
23021esac
23022echo "$as_me:$LINENO: checking for zlib.h" >&5
23023echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
23024if test "${ac_cv_header_zlib_h+set}" = set; then
23025 echo $ECHO_N "(cached) $ECHO_C" >&6
23026else
23027 ac_cv_header_zlib_h=$ac_header_preproc
23028fi
23029echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23030echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23031
23032fi
23033
23034
23035
23036 system_zlib_h_ok=$ac_cv_header_zlib_h
23037 fi
23038
23039 if test "$system_zlib_h_ok" = "yes"; then
23040 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
23041echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
23042if test "${ac_cv_lib_z_deflate+set}" = set; then
23043 echo $ECHO_N "(cached) $ECHO_C" >&6
23044else
23045 ac_check_lib_save_LIBS=$LIBS
23046LIBS="-lz $LIBS"
23047cat >conftest.$ac_ext <<_ACEOF
23048/* confdefs.h. */
23049_ACEOF
23050cat confdefs.h >>conftest.$ac_ext
23051cat >>conftest.$ac_ext <<_ACEOF
23052/* end confdefs.h. */
23053
23054/* Override any gcc2 internal prototype to avoid an error. */
23055#ifdef __cplusplus
23056extern "C"
23057#endif
23058/* We use char because int might match the return type of a gcc2
23059 builtin and then its argument prototype would still apply. */
23060char deflate ();
23061int
23062main ()
23063{
23064deflate ();
23065 ;
23066 return 0;
23067}
23068_ACEOF
23069rm -f conftest.$ac_objext conftest$ac_exeext
23070if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23071 (eval $ac_link) 2>conftest.er1
a848cd7e 23072 ac_status=$?
ac1cb8d3
VS
23073 grep -v '^ *+' conftest.er1 >conftest.err
23074 rm -f conftest.er1
23075 cat conftest.err >&5
a848cd7e
SC
23076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23077 (exit $ac_status); } &&
ddd14b14
RR
23078 { ac_try='test -z "$ac_c_werror_flag"
23079 || test ! -s conftest.err'
ac1cb8d3
VS
23080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23081 (eval $ac_try) 2>&5
23082 ac_status=$?
23083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23084 (exit $ac_status); }; } &&
23085 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23087 (eval $ac_try) 2>&5
23088 ac_status=$?
23089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23090 (exit $ac_status); }; }; then
23091 ac_cv_lib_z_deflate=yes
23092else
23093 echo "$as_me: failed program was:" >&5
23094sed 's/^/| /' conftest.$ac_ext >&5
23095
23096ac_cv_lib_z_deflate=no
23097fi
ac1cb8d3
VS
23098rm -f conftest.err conftest.$ac_objext \
23099 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23100LIBS=$ac_check_lib_save_LIBS
23101fi
23102echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
23103echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
23104if test $ac_cv_lib_z_deflate = yes; then
23105 ZLIB_LINK=" -lz"
23106fi
23107
23108 fi
23109
23110 if test "x$ZLIB_LINK" = "x" ; then
23111 if test "$wxUSE_ZLIB" = "sys" ; then
23112 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
23113echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
23114 { (exit 1); exit 1; }; }
23115 else
23116 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
23117echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
23118 wxUSE_ZLIB=builtin
23119 fi
23120 else
23121 wxUSE_ZLIB=sys
23122 fi
23123 fi
23124fi
23125
23126
23127PNG_LINK=
23128if test "$wxUSE_LIBPNG" != "no" ; then
23129 cat >>confdefs.h <<\_ACEOF
23130#define wxUSE_LIBPNG 1
23131_ACEOF
23132
23133
23134 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
23135 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
23136echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
23137 wxUSE_LIBPNG=sys
23138 fi
23139
23140 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
23141 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
23142echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
23143 wxUSE_LIBPNG=builtin
23144 fi
23145
23146 if test "$wxUSE_MGL" != 1 ; then
23147 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
23148 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
23149echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
23150if test "${ac_cv_header_png_h+set}" = set; then
23151 echo $ECHO_N "(cached) $ECHO_C" >&6
23152else
23153 if test "$cross_compiling" = yes; then
23154 unset ac_cv_header_png_h
23155
23156else
23157 cat >conftest.$ac_ext <<_ACEOF
23158/* confdefs.h. */
23159_ACEOF
23160cat confdefs.h >>conftest.$ac_ext
23161cat >>conftest.$ac_ext <<_ACEOF
23162/* end confdefs.h. */
23163
23164 #include <png.h>
23165 #include <stdio.h>
23166
23167 int main()
23168 {
23169 FILE *f=fopen("conftestval", "w");
23170 if (!f) exit(1);
23171 fprintf(f, "%s",
23172 PNG_LIBPNG_VER > 90 ? "yes" : "no");
23173 exit(0);
23174 }
23175
23176_ACEOF
23177rm -f conftest$ac_exeext
23178if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23179 (eval $ac_link) 2>&5
23180 ac_status=$?
23181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23182 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23184 (eval $ac_try) 2>&5
23185 ac_status=$?
23186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23187 (exit $ac_status); }; }; then
23188 ac_cv_header_png_h=`cat conftestval`
23189else
23190 echo "$as_me: program exited with status $ac_status" >&5
23191echo "$as_me: failed program was:" >&5
23192sed 's/^/| /' conftest.$ac_ext >&5
23193
23194( exit $ac_status )
23195ac_cv_header_png_h=no
23196fi
ac1cb8d3 23197rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23198fi
23199
23200fi
23201echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23202echo "${ECHO_T}$ac_cv_header_png_h" >&6
23203 if test "${ac_cv_header_png_h+set}" = set; then
23204 echo "$as_me:$LINENO: checking for png.h" >&5
23205echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23206if test "${ac_cv_header_png_h+set}" = set; then
23207 echo $ECHO_N "(cached) $ECHO_C" >&6
23208fi
23209echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23210echo "${ECHO_T}$ac_cv_header_png_h" >&6
23211else
23212 # Is the header compilable?
23213echo "$as_me:$LINENO: checking png.h usability" >&5
23214echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
23215cat >conftest.$ac_ext <<_ACEOF
23216/* confdefs.h. */
23217_ACEOF
23218cat confdefs.h >>conftest.$ac_ext
23219cat >>conftest.$ac_ext <<_ACEOF
23220/* end confdefs.h. */
23221$ac_includes_default
23222#include <png.h>
23223_ACEOF
23224rm -f conftest.$ac_objext
23225if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23226 (eval $ac_compile) 2>conftest.er1
a848cd7e 23227 ac_status=$?
ac1cb8d3
VS
23228 grep -v '^ *+' conftest.er1 >conftest.err
23229 rm -f conftest.er1
23230 cat conftest.err >&5
a848cd7e
SC
23231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23232 (exit $ac_status); } &&
ddd14b14
RR
23233 { ac_try='test -z "$ac_c_werror_flag"
23234 || test ! -s conftest.err'
ac1cb8d3
VS
23235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23236 (eval $ac_try) 2>&5
23237 ac_status=$?
23238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23239 (exit $ac_status); }; } &&
23240 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23242 (eval $ac_try) 2>&5
23243 ac_status=$?
23244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23245 (exit $ac_status); }; }; then
23246 ac_header_compiler=yes
23247else
23248 echo "$as_me: failed program was:" >&5
23249sed 's/^/| /' conftest.$ac_ext >&5
23250
23251ac_header_compiler=no
23252fi
ac1cb8d3 23253rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23254echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23255echo "${ECHO_T}$ac_header_compiler" >&6
23256
23257# Is the header present?
23258echo "$as_me:$LINENO: checking png.h presence" >&5
23259echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
23260cat >conftest.$ac_ext <<_ACEOF
23261/* confdefs.h. */
23262_ACEOF
23263cat confdefs.h >>conftest.$ac_ext
23264cat >>conftest.$ac_ext <<_ACEOF
23265/* end confdefs.h. */
23266#include <png.h>
23267_ACEOF
23268if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23269 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23270 ac_status=$?
23271 grep -v '^ *+' conftest.er1 >conftest.err
23272 rm -f conftest.er1
23273 cat conftest.err >&5
23274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23275 (exit $ac_status); } >/dev/null; then
23276 if test -s conftest.err; then
23277 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23278 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23279 else
23280 ac_cpp_err=
23281 fi
23282else
23283 ac_cpp_err=yes
23284fi
23285if test -z "$ac_cpp_err"; then
23286 ac_header_preproc=yes
23287else
23288 echo "$as_me: failed program was:" >&5
23289sed 's/^/| /' conftest.$ac_ext >&5
23290
23291 ac_header_preproc=no
23292fi
23293rm -f conftest.err conftest.$ac_ext
23294echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23295echo "${ECHO_T}$ac_header_preproc" >&6
23296
23297# So? What about this header?
ac1cb8d3
VS
23298case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23299 yes:no: )
a848cd7e
SC
23300 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
23301echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23302 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
23303echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
23304 ac_header_preproc=yes
a848cd7e 23305 ;;
ac1cb8d3 23306 no:yes:* )
a848cd7e
SC
23307 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
23308echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23309 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
23310echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
23311 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
23312echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
23313 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
23314echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23315 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
23316echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23317 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
23318echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23319 (
23320 cat <<\_ASBOX
ac1cb8d3
VS
23321## ----------------------------------------- ##
23322## Report this to wx-dev@lists.wxwidgets.org ##
23323## ----------------------------------------- ##
a848cd7e
SC
23324_ASBOX
23325 ) |
23326 sed "s/^/$as_me: WARNING: /" >&2
23327 ;;
23328esac
23329echo "$as_me:$LINENO: checking for png.h" >&5
23330echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23331if test "${ac_cv_header_png_h+set}" = set; then
23332 echo $ECHO_N "(cached) $ECHO_C" >&6
23333else
23334 ac_cv_header_png_h=$ac_header_preproc
23335fi
23336echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23337echo "${ECHO_T}$ac_cv_header_png_h" >&6
23338
23339fi
23340
23341
23342
23343 if test "$ac_cv_header_png_h" = "yes"; then
23344 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
23345echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
23346if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
23347 echo $ECHO_N "(cached) $ECHO_C" >&6
23348else
23349 ac_check_lib_save_LIBS=$LIBS
23350LIBS="-lpng -lz -lm $LIBS"
23351cat >conftest.$ac_ext <<_ACEOF
23352/* confdefs.h. */
23353_ACEOF
23354cat confdefs.h >>conftest.$ac_ext
23355cat >>conftest.$ac_ext <<_ACEOF
23356/* end confdefs.h. */
23357
23358/* Override any gcc2 internal prototype to avoid an error. */
23359#ifdef __cplusplus
23360extern "C"
23361#endif
23362/* We use char because int might match the return type of a gcc2
23363 builtin and then its argument prototype would still apply. */
23364char png_check_sig ();
23365int
23366main ()
23367{
23368png_check_sig ();
23369 ;
23370 return 0;
23371}
23372_ACEOF
23373rm -f conftest.$ac_objext conftest$ac_exeext
23374if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23375 (eval $ac_link) 2>conftest.er1
a848cd7e 23376 ac_status=$?
ac1cb8d3
VS
23377 grep -v '^ *+' conftest.er1 >conftest.err
23378 rm -f conftest.er1
23379 cat conftest.err >&5
a848cd7e
SC
23380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23381 (exit $ac_status); } &&
ddd14b14
RR
23382 { ac_try='test -z "$ac_c_werror_flag"
23383 || test ! -s conftest.err'
ac1cb8d3
VS
23384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23385 (eval $ac_try) 2>&5
23386 ac_status=$?
23387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23388 (exit $ac_status); }; } &&
23389 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23391 (eval $ac_try) 2>&5
23392 ac_status=$?
23393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23394 (exit $ac_status); }; }; then
23395 ac_cv_lib_png_png_check_sig=yes
23396else
23397 echo "$as_me: failed program was:" >&5
23398sed 's/^/| /' conftest.$ac_ext >&5
23399
23400ac_cv_lib_png_png_check_sig=no
23401fi
ac1cb8d3
VS
23402rm -f conftest.err conftest.$ac_objext \
23403 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23404LIBS=$ac_check_lib_save_LIBS
23405fi
23406echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
23407echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
23408if test $ac_cv_lib_png_png_check_sig = yes; then
23409 PNG_LINK=" -lpng -lz"
23410fi
23411
23412 fi
23413
23414 if test "x$PNG_LINK" = "x" ; then
23415 if test "$wxUSE_LIBPNG" = "sys" ; then
23416 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
23417echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
23418 { (exit 1); exit 1; }; }
23419 else
23420 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
23421echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
23422 wxUSE_LIBPNG=builtin
23423 fi
23424 else
23425 wxUSE_LIBPNG=sys
23426 fi
23427 fi
23428 fi
23429
23430 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
23431fi
23432
23433
23434JPEG_LINK=
23435if test "$wxUSE_LIBJPEG" != "no" ; then
23436 cat >>confdefs.h <<\_ACEOF
23437#define wxUSE_LIBJPEG 1
23438_ACEOF
23439
23440
23441 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
23442 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
23443echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
23444 wxUSE_LIBJPEG=sys
23445 fi
23446
23447 if test "$wxUSE_MGL" != 1 ; then
23448 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
23449 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
23450echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
23451 if test "${ac_cv_header_jpeglib_h+set}" = set; then
23452 echo $ECHO_N "(cached) $ECHO_C" >&6
23453else
23454 cat >conftest.$ac_ext <<_ACEOF
23455/* confdefs.h. */
23456_ACEOF
23457cat confdefs.h >>conftest.$ac_ext
23458cat >>conftest.$ac_ext <<_ACEOF
23459/* end confdefs.h. */
23460
23461 #undef HAVE_STDLIB_H
23462 #include <stdio.h>
23463 #include <jpeglib.h>
23464
23465int
23466main ()
23467{
23468
23469
23470 ;
23471 return 0;
23472}
23473_ACEOF
23474rm -f conftest.$ac_objext
23475if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23476 (eval $ac_compile) 2>conftest.er1
a848cd7e 23477 ac_status=$?
ac1cb8d3
VS
23478 grep -v '^ *+' conftest.er1 >conftest.err
23479 rm -f conftest.er1
23480 cat conftest.err >&5
a848cd7e
SC
23481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23482 (exit $ac_status); } &&
ddd14b14
RR
23483 { ac_try='test -z "$ac_c_werror_flag"
23484 || test ! -s conftest.err'
ac1cb8d3
VS
23485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23486 (eval $ac_try) 2>&5
23487 ac_status=$?
23488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23489 (exit $ac_status); }; } &&
23490 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23492 (eval $ac_try) 2>&5
23493 ac_status=$?
23494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23495 (exit $ac_status); }; }; then
23496 ac_cv_header_jpeglib_h=yes
23497else
23498 echo "$as_me: failed program was:" >&5
23499sed 's/^/| /' conftest.$ac_ext >&5
23500
23501ac_cv_header_jpeglib_h=no
23502
23503fi
ac1cb8d3 23504rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23505
23506fi
23507
23508 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
23509echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
23510
23511 if test "$ac_cv_header_jpeglib_h" = "yes"; then
23512 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
23513echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
23514if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
23515 echo $ECHO_N "(cached) $ECHO_C" >&6
23516else
23517 ac_check_lib_save_LIBS=$LIBS
23518LIBS="-ljpeg $LIBS"
23519cat >conftest.$ac_ext <<_ACEOF
23520/* confdefs.h. */
23521_ACEOF
23522cat confdefs.h >>conftest.$ac_ext
23523cat >>conftest.$ac_ext <<_ACEOF
23524/* end confdefs.h. */
23525
23526/* Override any gcc2 internal prototype to avoid an error. */
23527#ifdef __cplusplus
23528extern "C"
23529#endif
23530/* We use char because int might match the return type of a gcc2
23531 builtin and then its argument prototype would still apply. */
23532char jpeg_read_header ();
23533int
23534main ()
23535{
23536jpeg_read_header ();
23537 ;
23538 return 0;
23539}
23540_ACEOF
23541rm -f conftest.$ac_objext conftest$ac_exeext
23542if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23543 (eval $ac_link) 2>conftest.er1
a848cd7e 23544 ac_status=$?
ac1cb8d3
VS
23545 grep -v '^ *+' conftest.er1 >conftest.err
23546 rm -f conftest.er1
23547 cat conftest.err >&5
a848cd7e
SC
23548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23549 (exit $ac_status); } &&
ddd14b14
RR
23550 { ac_try='test -z "$ac_c_werror_flag"
23551 || test ! -s conftest.err'
ac1cb8d3
VS
23552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23553 (eval $ac_try) 2>&5
23554 ac_status=$?
23555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23556 (exit $ac_status); }; } &&
23557 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23559 (eval $ac_try) 2>&5
23560 ac_status=$?
23561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23562 (exit $ac_status); }; }; then
23563 ac_cv_lib_jpeg_jpeg_read_header=yes
23564else
23565 echo "$as_me: failed program was:" >&5
23566sed 's/^/| /' conftest.$ac_ext >&5
23567
23568ac_cv_lib_jpeg_jpeg_read_header=no
23569fi
ac1cb8d3
VS
23570rm -f conftest.err conftest.$ac_objext \
23571 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23572LIBS=$ac_check_lib_save_LIBS
23573fi
23574echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
23575echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
23576if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
23577 JPEG_LINK=" -ljpeg"
23578fi
23579
23580 fi
23581
23582 if test "x$JPEG_LINK" = "x" ; then
23583 if test "$wxUSE_LIBJPEG" = "sys" ; then
23584 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
23585echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
23586 { (exit 1); exit 1; }; }
23587 else
23588 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
23589echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
23590 wxUSE_LIBJPEG=builtin
23591 fi
23592 else
23593 wxUSE_LIBJPEG=sys
23594 fi
23595 fi
23596 fi
23597fi
23598
23599
23600TIFF_LINK=
23601TIFF_PREREQ_LINKS=-lm
23602if test "$wxUSE_LIBTIFF" != "no" ; then
23603 cat >>confdefs.h <<\_ACEOF
23604#define wxUSE_LIBTIFF 1
23605_ACEOF
23606
23607
23608 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
23609 if test "$wxUSE_LIBJPEG" = "sys"; then
23610 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
23611 fi
23612 if test "$wxUSE_ZLIB" = "sys"; then
23613 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
23614 fi
23615 if test "${ac_cv_header_tiffio_h+set}" = set; then
23616 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23617echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23618if test "${ac_cv_header_tiffio_h+set}" = set; then
23619 echo $ECHO_N "(cached) $ECHO_C" >&6
23620fi
23621echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23622echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23623else
23624 # Is the header compilable?
23625echo "$as_me:$LINENO: checking tiffio.h usability" >&5
23626echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
23627cat >conftest.$ac_ext <<_ACEOF
23628/* confdefs.h. */
23629_ACEOF
23630cat confdefs.h >>conftest.$ac_ext
23631cat >>conftest.$ac_ext <<_ACEOF
23632/* end confdefs.h. */
23633$ac_includes_default
23634#include <tiffio.h>
23635_ACEOF
23636rm -f conftest.$ac_objext
23637if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23638 (eval $ac_compile) 2>conftest.er1
a848cd7e 23639 ac_status=$?
ac1cb8d3
VS
23640 grep -v '^ *+' conftest.er1 >conftest.err
23641 rm -f conftest.er1
23642 cat conftest.err >&5
a848cd7e
SC
23643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23644 (exit $ac_status); } &&
ddd14b14
RR
23645 { ac_try='test -z "$ac_c_werror_flag"
23646 || test ! -s conftest.err'
ac1cb8d3
VS
23647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23648 (eval $ac_try) 2>&5
23649 ac_status=$?
23650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23651 (exit $ac_status); }; } &&
23652 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23654 (eval $ac_try) 2>&5
23655 ac_status=$?
23656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23657 (exit $ac_status); }; }; then
23658 ac_header_compiler=yes
23659else
23660 echo "$as_me: failed program was:" >&5
23661sed 's/^/| /' conftest.$ac_ext >&5
23662
23663ac_header_compiler=no
23664fi
ac1cb8d3 23665rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23666echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23667echo "${ECHO_T}$ac_header_compiler" >&6
23668
23669# Is the header present?
23670echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23671echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23672cat >conftest.$ac_ext <<_ACEOF
23673/* confdefs.h. */
23674_ACEOF
23675cat confdefs.h >>conftest.$ac_ext
23676cat >>conftest.$ac_ext <<_ACEOF
23677/* end confdefs.h. */
23678#include <tiffio.h>
23679_ACEOF
23680if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23681 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23682 ac_status=$?
23683 grep -v '^ *+' conftest.er1 >conftest.err
23684 rm -f conftest.er1
23685 cat conftest.err >&5
23686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23687 (exit $ac_status); } >/dev/null; then
23688 if test -s conftest.err; then
23689 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23690 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23691 else
23692 ac_cpp_err=
23693 fi
23694else
23695 ac_cpp_err=yes
23696fi
23697if test -z "$ac_cpp_err"; then
23698 ac_header_preproc=yes
23699else
23700 echo "$as_me: failed program was:" >&5
23701sed 's/^/| /' conftest.$ac_ext >&5
23702
23703 ac_header_preproc=no
23704fi
23705rm -f conftest.err conftest.$ac_ext
23706echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23707echo "${ECHO_T}$ac_header_preproc" >&6
23708
23709# So? What about this header?
ac1cb8d3
VS
23710case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23711 yes:no: )
a848cd7e
SC
23712 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23713echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23714 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23715echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23716 ac_header_preproc=yes
a848cd7e 23717 ;;
ac1cb8d3 23718 no:yes:* )
a848cd7e
SC
23719 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23720echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23721 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23722echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23723 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23724echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23725 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23726echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23727 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23728echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23729 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23730echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23731 (
23732 cat <<\_ASBOX
ac1cb8d3
VS
23733## ----------------------------------------- ##
23734## Report this to wx-dev@lists.wxwidgets.org ##
23735## ----------------------------------------- ##
a848cd7e
SC
23736_ASBOX
23737 ) |
23738 sed "s/^/$as_me: WARNING: /" >&2
23739 ;;
23740esac
23741echo "$as_me:$LINENO: checking for tiffio.h" >&5
23742echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23743if test "${ac_cv_header_tiffio_h+set}" = set; then
23744 echo $ECHO_N "(cached) $ECHO_C" >&6
23745else
23746 ac_cv_header_tiffio_h=$ac_header_preproc
23747fi
23748echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23749echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23750
23751fi
23752if test $ac_cv_header_tiffio_h = yes; then
23753
23754 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23755echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23756if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23757 echo $ECHO_N "(cached) $ECHO_C" >&6
23758else
23759 ac_check_lib_save_LIBS=$LIBS
23760LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
23761cat >conftest.$ac_ext <<_ACEOF
23762/* confdefs.h. */
23763_ACEOF
23764cat confdefs.h >>conftest.$ac_ext
23765cat >>conftest.$ac_ext <<_ACEOF
23766/* end confdefs.h. */
23767
23768/* Override any gcc2 internal prototype to avoid an error. */
23769#ifdef __cplusplus
23770extern "C"
23771#endif
23772/* We use char because int might match the return type of a gcc2
23773 builtin and then its argument prototype would still apply. */
23774char TIFFError ();
23775int
23776main ()
23777{
23778TIFFError ();
23779 ;
23780 return 0;
23781}
23782_ACEOF
23783rm -f conftest.$ac_objext conftest$ac_exeext
23784if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23785 (eval $ac_link) 2>conftest.er1
a848cd7e 23786 ac_status=$?
ac1cb8d3
VS
23787 grep -v '^ *+' conftest.er1 >conftest.err
23788 rm -f conftest.er1
23789 cat conftest.err >&5
a848cd7e
SC
23790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23791 (exit $ac_status); } &&
ddd14b14
RR
23792 { ac_try='test -z "$ac_c_werror_flag"
23793 || test ! -s conftest.err'
ac1cb8d3
VS
23794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23795 (eval $ac_try) 2>&5
23796 ac_status=$?
23797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23798 (exit $ac_status); }; } &&
23799 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23801 (eval $ac_try) 2>&5
23802 ac_status=$?
23803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23804 (exit $ac_status); }; }; then
23805 ac_cv_lib_tiff_TIFFError=yes
23806else
23807 echo "$as_me: failed program was:" >&5
23808sed 's/^/| /' conftest.$ac_ext >&5
23809
23810ac_cv_lib_tiff_TIFFError=no
23811fi
ac1cb8d3
VS
23812rm -f conftest.err conftest.$ac_objext \
23813 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23814LIBS=$ac_check_lib_save_LIBS
23815fi
23816echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
23817echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
23818if test $ac_cv_lib_tiff_TIFFError = yes; then
23819 TIFF_LINK=" -ltiff"
23820fi
23821
23822
23823
23824fi
23825
23826
23827
23828 if test "x$TIFF_LINK" = "x" ; then
23829 if test "$wxUSE_LIBTIFF" = "sys" ; then
23830 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
23831echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
23832 { (exit 1); exit 1; }; }
23833 else
23834 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
23835echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
23836 wxUSE_LIBTIFF=builtin
23837 fi
23838 else
23839 wxUSE_LIBTIFF=sys
23840 fi
23841 fi
23842fi
23843
23844
47a7e797
MW
23845if test "$wxUSE_WCHAR_T" != "yes"; then
23846 if test "$wxUSE_EXPAT" != "no"; then
23847 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
23848echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
23849 wxUSE_EXPAT=no
23850 fi
23851 if test "$wxUSE_XML" != "no"; then
23852 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
23853echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
23854 wxUSE_XML=no
23855 fi
23856fi
23857
a848cd7e
SC
23858if test "$wxUSE_EXPAT" != "no"; then
23859 wxUSE_XML=yes
23860 cat >>confdefs.h <<\_ACEOF
23861#define wxUSE_EXPAT 1
23862_ACEOF
23863
23864 cat >>confdefs.h <<\_ACEOF
23865#define wxUSE_XML 1
23866_ACEOF
23867
23868
23869 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23870 if test "${ac_cv_header_expat_h+set}" = set; then
23871 echo "$as_me:$LINENO: checking for expat.h" >&5
23872echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23873if test "${ac_cv_header_expat_h+set}" = set; then
23874 echo $ECHO_N "(cached) $ECHO_C" >&6
23875fi
23876echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23877echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23878else
23879 # Is the header compilable?
23880echo "$as_me:$LINENO: checking expat.h usability" >&5
23881echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
23882cat >conftest.$ac_ext <<_ACEOF
23883/* confdefs.h. */
23884_ACEOF
23885cat confdefs.h >>conftest.$ac_ext
23886cat >>conftest.$ac_ext <<_ACEOF
23887/* end confdefs.h. */
23888$ac_includes_default
23889#include <expat.h>
23890_ACEOF
23891rm -f conftest.$ac_objext
23892if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23893 (eval $ac_compile) 2>conftest.er1
a848cd7e 23894 ac_status=$?
ac1cb8d3
VS
23895 grep -v '^ *+' conftest.er1 >conftest.err
23896 rm -f conftest.er1
23897 cat conftest.err >&5
a848cd7e
SC
23898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23899 (exit $ac_status); } &&
ddd14b14
RR
23900 { ac_try='test -z "$ac_c_werror_flag"
23901 || test ! -s conftest.err'
ac1cb8d3
VS
23902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23903 (eval $ac_try) 2>&5
23904 ac_status=$?
23905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23906 (exit $ac_status); }; } &&
23907 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23909 (eval $ac_try) 2>&5
23910 ac_status=$?
23911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23912 (exit $ac_status); }; }; then
23913 ac_header_compiler=yes
23914else
23915 echo "$as_me: failed program was:" >&5
23916sed 's/^/| /' conftest.$ac_ext >&5
23917
23918ac_header_compiler=no
23919fi
ac1cb8d3 23920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23921echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23922echo "${ECHO_T}$ac_header_compiler" >&6
23923
23924# Is the header present?
23925echo "$as_me:$LINENO: checking expat.h presence" >&5
23926echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
23927cat >conftest.$ac_ext <<_ACEOF
23928/* confdefs.h. */
23929_ACEOF
23930cat confdefs.h >>conftest.$ac_ext
23931cat >>conftest.$ac_ext <<_ACEOF
23932/* end confdefs.h. */
23933#include <expat.h>
23934_ACEOF
23935if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23936 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23937 ac_status=$?
23938 grep -v '^ *+' conftest.er1 >conftest.err
23939 rm -f conftest.er1
23940 cat conftest.err >&5
23941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23942 (exit $ac_status); } >/dev/null; then
23943 if test -s conftest.err; then
23944 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23945 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23946 else
23947 ac_cpp_err=
23948 fi
23949else
23950 ac_cpp_err=yes
23951fi
23952if test -z "$ac_cpp_err"; then
23953 ac_header_preproc=yes
23954else
23955 echo "$as_me: failed program was:" >&5
23956sed 's/^/| /' conftest.$ac_ext >&5
23957
23958 ac_header_preproc=no
23959fi
23960rm -f conftest.err conftest.$ac_ext
23961echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23962echo "${ECHO_T}$ac_header_preproc" >&6
23963
23964# So? What about this header?
ac1cb8d3
VS
23965case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23966 yes:no: )
a848cd7e
SC
23967 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
23968echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23969 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
23970echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
23971 ac_header_preproc=yes
a848cd7e 23972 ;;
ac1cb8d3 23973 no:yes:* )
a848cd7e
SC
23974 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
23975echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23976 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
23977echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
23978 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
23979echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
23980 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
23981echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23982 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
23983echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23984 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
23985echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23986 (
23987 cat <<\_ASBOX
ac1cb8d3
VS
23988## ----------------------------------------- ##
23989## Report this to wx-dev@lists.wxwidgets.org ##
23990## ----------------------------------------- ##
a848cd7e
SC
23991_ASBOX
23992 ) |
23993 sed "s/^/$as_me: WARNING: /" >&2
23994 ;;
23995esac
23996echo "$as_me:$LINENO: checking for expat.h" >&5
23997echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23998if test "${ac_cv_header_expat_h+set}" = set; then
23999 echo $ECHO_N "(cached) $ECHO_C" >&6
24000else
24001 ac_cv_header_expat_h=$ac_header_preproc
24002fi
24003echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24004echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24005
24006fi
24007if test $ac_cv_header_expat_h = yes; then
24008 found_expat_h=1
24009fi
24010
24011
24012 if test "x$found_expat_h" = "x1"; then
24013 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
24014echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
24015if test "${wx_cv_expat_is_not_broken+set}" = set; then
24016 echo $ECHO_N "(cached) $ECHO_C" >&6
24017else
24018
24019
24020
24021 ac_ext=cc
24022ac_cpp='$CXXCPP $CPPFLAGS'
24023ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24024ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24025ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24026
24027 cat >conftest.$ac_ext <<_ACEOF
24028/* confdefs.h. */
24029_ACEOF
24030cat confdefs.h >>conftest.$ac_ext
24031cat >>conftest.$ac_ext <<_ACEOF
24032/* end confdefs.h. */
24033#include <expat.h>
24034int
24035main ()
24036{
24037
24038 ;
24039 return 0;
24040}
24041_ACEOF
24042rm -f conftest.$ac_objext
24043if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24044 (eval $ac_compile) 2>conftest.er1
a848cd7e 24045 ac_status=$?
ac1cb8d3
VS
24046 grep -v '^ *+' conftest.er1 >conftest.err
24047 rm -f conftest.er1
24048 cat conftest.err >&5
a848cd7e
SC
24049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24050 (exit $ac_status); } &&
ddd14b14
RR
24051 { ac_try='test -z "$ac_cxx_werror_flag"
24052 || test ! -s conftest.err'
ac1cb8d3
VS
24053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24054 (eval $ac_try) 2>&5
24055 ac_status=$?
24056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24057 (exit $ac_status); }; } &&
24058 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24060 (eval $ac_try) 2>&5
24061 ac_status=$?
24062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24063 (exit $ac_status); }; }; then
24064 wx_cv_expat_is_not_broken=yes
24065else
24066 echo "$as_me: failed program was:" >&5
24067sed 's/^/| /' conftest.$ac_ext >&5
24068
24069wx_cv_expat_is_not_broken=no
24070
24071fi
ac1cb8d3 24072rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24073 ac_ext=c
24074ac_cpp='$CPP $CPPFLAGS'
24075ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24076ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24077ac_compiler_gnu=$ac_cv_c_compiler_gnu
24078
24079
24080
24081fi
24082echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
24083echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
24084 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
24085 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
24086echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
24087if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
24088 echo $ECHO_N "(cached) $ECHO_C" >&6
24089else
24090 ac_check_lib_save_LIBS=$LIBS
24091LIBS="-lexpat $LIBS"
24092cat >conftest.$ac_ext <<_ACEOF
24093/* confdefs.h. */
24094_ACEOF
24095cat confdefs.h >>conftest.$ac_ext
24096cat >>conftest.$ac_ext <<_ACEOF
24097/* end confdefs.h. */
24098
24099/* Override any gcc2 internal prototype to avoid an error. */
24100#ifdef __cplusplus
24101extern "C"
24102#endif
24103/* We use char because int might match the return type of a gcc2
24104 builtin and then its argument prototype would still apply. */
24105char XML_ParserCreate ();
24106int
24107main ()
24108{
24109XML_ParserCreate ();
24110 ;
24111 return 0;
24112}
24113_ACEOF
24114rm -f conftest.$ac_objext conftest$ac_exeext
24115if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24116 (eval $ac_link) 2>conftest.er1
a848cd7e 24117 ac_status=$?
ac1cb8d3
VS
24118 grep -v '^ *+' conftest.er1 >conftest.err
24119 rm -f conftest.er1
24120 cat conftest.err >&5
a848cd7e
SC
24121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24122 (exit $ac_status); } &&
ddd14b14
RR
24123 { ac_try='test -z "$ac_c_werror_flag"
24124 || test ! -s conftest.err'
ac1cb8d3
VS
24125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24126 (eval $ac_try) 2>&5
24127 ac_status=$?
24128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24129 (exit $ac_status); }; } &&
24130 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24132 (eval $ac_try) 2>&5
24133 ac_status=$?
24134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24135 (exit $ac_status); }; }; then
24136 ac_cv_lib_expat_XML_ParserCreate=yes
24137else
24138 echo "$as_me: failed program was:" >&5
24139sed 's/^/| /' conftest.$ac_ext >&5
24140
24141ac_cv_lib_expat_XML_ParserCreate=no
24142fi
ac1cb8d3
VS
24143rm -f conftest.err conftest.$ac_objext \
24144 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24145LIBS=$ac_check_lib_save_LIBS
24146fi
24147echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
24148echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
24149if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
24150 EXPAT_LINK=" -lexpat"
24151fi
24152
24153 fi
24154 fi
24155 if test "x$EXPAT_LINK" = "x" ; then
24156 if test "$wxUSE_EXPAT" = "sys" ; then
24157 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
24158echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
24159 { (exit 1); exit 1; }; }
24160 else
24161 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
24162echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
24163 wxUSE_EXPAT=builtin
24164 fi
24165 else
24166 wxUSE_EXPAT=sys
24167 fi
24168 fi
24169 if test "$wxUSE_EXPAT" = "builtin" ; then
24170
24171
24172subdirs="$subdirs src/expat"
24173
24174 fi
24175fi
24176
24177
24178
24179if test "$wxUSE_LIBMSPACK" != "no"; then
a848cd7e
SC
24180 if test "${ac_cv_header_mspack_h+set}" = set; then
24181 echo "$as_me:$LINENO: checking for mspack.h" >&5
24182echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24183if test "${ac_cv_header_mspack_h+set}" = set; then
24184 echo $ECHO_N "(cached) $ECHO_C" >&6
24185fi
24186echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24187echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24188else
24189 # Is the header compilable?
24190echo "$as_me:$LINENO: checking mspack.h usability" >&5
24191echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
24192cat >conftest.$ac_ext <<_ACEOF
24193/* confdefs.h. */
24194_ACEOF
24195cat confdefs.h >>conftest.$ac_ext
24196cat >>conftest.$ac_ext <<_ACEOF
24197/* end confdefs.h. */
24198$ac_includes_default
24199#include <mspack.h>
24200_ACEOF
24201rm -f conftest.$ac_objext
24202if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24203 (eval $ac_compile) 2>conftest.er1
a848cd7e 24204 ac_status=$?
ac1cb8d3
VS
24205 grep -v '^ *+' conftest.er1 >conftest.err
24206 rm -f conftest.er1
24207 cat conftest.err >&5
a848cd7e
SC
24208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24209 (exit $ac_status); } &&
ddd14b14
RR
24210 { ac_try='test -z "$ac_c_werror_flag"
24211 || test ! -s conftest.err'
ac1cb8d3
VS
24212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24213 (eval $ac_try) 2>&5
24214 ac_status=$?
24215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24216 (exit $ac_status); }; } &&
24217 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24219 (eval $ac_try) 2>&5
24220 ac_status=$?
24221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24222 (exit $ac_status); }; }; then
24223 ac_header_compiler=yes
24224else
24225 echo "$as_me: failed program was:" >&5
24226sed 's/^/| /' conftest.$ac_ext >&5
24227
24228ac_header_compiler=no
24229fi
ac1cb8d3 24230rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24231echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24232echo "${ECHO_T}$ac_header_compiler" >&6
24233
24234# Is the header present?
24235echo "$as_me:$LINENO: checking mspack.h presence" >&5
24236echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
24237cat >conftest.$ac_ext <<_ACEOF
24238/* confdefs.h. */
24239_ACEOF
24240cat confdefs.h >>conftest.$ac_ext
24241cat >>conftest.$ac_ext <<_ACEOF
24242/* end confdefs.h. */
24243#include <mspack.h>
24244_ACEOF
24245if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24246 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24247 ac_status=$?
24248 grep -v '^ *+' conftest.er1 >conftest.err
24249 rm -f conftest.er1
24250 cat conftest.err >&5
24251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24252 (exit $ac_status); } >/dev/null; then
24253 if test -s conftest.err; then
24254 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24255 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24256 else
24257 ac_cpp_err=
24258 fi
24259else
24260 ac_cpp_err=yes
24261fi
24262if test -z "$ac_cpp_err"; then
24263 ac_header_preproc=yes
24264else
24265 echo "$as_me: failed program was:" >&5
24266sed 's/^/| /' conftest.$ac_ext >&5
24267
24268 ac_header_preproc=no
24269fi
24270rm -f conftest.err conftest.$ac_ext
24271echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24272echo "${ECHO_T}$ac_header_preproc" >&6
24273
24274# So? What about this header?
ac1cb8d3
VS
24275case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24276 yes:no: )
a848cd7e
SC
24277 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
24278echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24279 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
24280echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
24281 ac_header_preproc=yes
a848cd7e 24282 ;;
ac1cb8d3 24283 no:yes:* )
a848cd7e
SC
24284 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
24285echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24286 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
24287echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
24288 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
24289echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
24290 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
24291echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24292 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
24293echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24294 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
24295echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24296 (
24297 cat <<\_ASBOX
ac1cb8d3
VS
24298## ----------------------------------------- ##
24299## Report this to wx-dev@lists.wxwidgets.org ##
24300## ----------------------------------------- ##
a848cd7e
SC
24301_ASBOX
24302 ) |
24303 sed "s/^/$as_me: WARNING: /" >&2
24304 ;;
24305esac
24306echo "$as_me:$LINENO: checking for mspack.h" >&5
24307echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24308if test "${ac_cv_header_mspack_h+set}" = set; then
24309 echo $ECHO_N "(cached) $ECHO_C" >&6
24310else
24311 ac_cv_header_mspack_h=$ac_header_preproc
24312fi
24313echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24314echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24315
24316fi
24317if test $ac_cv_header_mspack_h = yes; then
24318 found_mspack_h=1
24319fi
24320
24321
24322 if test "x$found_mspack_h" = "x1"; then
24323 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
24324echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
24325if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
24326 echo $ECHO_N "(cached) $ECHO_C" >&6
24327else
24328 ac_check_lib_save_LIBS=$LIBS
24329LIBS="-lmspack $LIBS"
24330cat >conftest.$ac_ext <<_ACEOF
24331/* confdefs.h. */
24332_ACEOF
24333cat confdefs.h >>conftest.$ac_ext
24334cat >>conftest.$ac_ext <<_ACEOF
24335/* end confdefs.h. */
24336
24337/* Override any gcc2 internal prototype to avoid an error. */
24338#ifdef __cplusplus
24339extern "C"
24340#endif
24341/* We use char because int might match the return type of a gcc2
24342 builtin and then its argument prototype would still apply. */
24343char mspack_create_chm_decompressor ();
24344int
24345main ()
24346{
24347mspack_create_chm_decompressor ();
24348 ;
24349 return 0;
24350}
24351_ACEOF
24352rm -f conftest.$ac_objext conftest$ac_exeext
24353if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24354 (eval $ac_link) 2>conftest.er1
a848cd7e 24355 ac_status=$?
ac1cb8d3
VS
24356 grep -v '^ *+' conftest.er1 >conftest.err
24357 rm -f conftest.er1
24358 cat conftest.err >&5
a848cd7e
SC
24359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24360 (exit $ac_status); } &&
ddd14b14
RR
24361 { ac_try='test -z "$ac_c_werror_flag"
24362 || test ! -s conftest.err'
ac1cb8d3
VS
24363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24364 (eval $ac_try) 2>&5
24365 ac_status=$?
24366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24367 (exit $ac_status); }; } &&
24368 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24370 (eval $ac_try) 2>&5
24371 ac_status=$?
24372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24373 (exit $ac_status); }; }; then
24374 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
24375else
24376 echo "$as_me: failed program was:" >&5
24377sed 's/^/| /' conftest.$ac_ext >&5
24378
24379ac_cv_lib_mspack_mspack_create_chm_decompressor=no
24380fi
ac1cb8d3
VS
24381rm -f conftest.err conftest.$ac_objext \
24382 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24383LIBS=$ac_check_lib_save_LIBS
24384fi
24385echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
24386echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
24387if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
24388 MSPACK_LINK=" -lmspack"
24389fi
24390
24391 fi
24392 if test "x$MSPACK_LINK" = "x" ; then
24393 wxUSE_LIBMSPACK=no
dd3a2d96
VZ
24394 fi
24395fi
24396
24397if test "$wxUSE_LIBMSPACK" != "no"; then
24398 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
24399#define wxUSE_LIBMSPACK 1
24400_ACEOF
24401
a848cd7e
SC
24402fi
24403
24404
24405
24406AFMINSTALL=
24407WIN32INSTALL=
24408
24409TOOLKIT=
24410TOOLKIT_INCLUDE=
24411WIDGET_SET=
24412
24413if test "$USE_WIN32" = 1 ; then
24414
24415for ac_header in w32api.h
24416do
24417as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24418if eval "test \"\${$as_ac_Header+set}\" = set"; then
24419 echo "$as_me:$LINENO: checking for $ac_header" >&5
24420echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24421if eval "test \"\${$as_ac_Header+set}\" = set"; then
24422 echo $ECHO_N "(cached) $ECHO_C" >&6
24423fi
24424echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24425echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24426else
24427 # Is the header compilable?
24428echo "$as_me:$LINENO: checking $ac_header usability" >&5
24429echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
24430cat >conftest.$ac_ext <<_ACEOF
24431/* confdefs.h. */
24432_ACEOF
24433cat confdefs.h >>conftest.$ac_ext
24434cat >>conftest.$ac_ext <<_ACEOF
24435/* end confdefs.h. */
24436$ac_includes_default
24437#include <$ac_header>
24438_ACEOF
24439rm -f conftest.$ac_objext
24440if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24441 (eval $ac_compile) 2>conftest.er1
a848cd7e 24442 ac_status=$?
ac1cb8d3
VS
24443 grep -v '^ *+' conftest.er1 >conftest.err
24444 rm -f conftest.er1
24445 cat conftest.err >&5
a848cd7e
SC
24446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24447 (exit $ac_status); } &&
ddd14b14
RR
24448 { ac_try='test -z "$ac_c_werror_flag"
24449 || test ! -s conftest.err'
ac1cb8d3
VS
24450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24451 (eval $ac_try) 2>&5
24452 ac_status=$?
24453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24454 (exit $ac_status); }; } &&
24455 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24457 (eval $ac_try) 2>&5
24458 ac_status=$?
24459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24460 (exit $ac_status); }; }; then
24461 ac_header_compiler=yes
24462else
24463 echo "$as_me: failed program was:" >&5
24464sed 's/^/| /' conftest.$ac_ext >&5
24465
24466ac_header_compiler=no
24467fi
ac1cb8d3 24468rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24469echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24470echo "${ECHO_T}$ac_header_compiler" >&6
24471
24472# Is the header present?
24473echo "$as_me:$LINENO: checking $ac_header presence" >&5
24474echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
24475cat >conftest.$ac_ext <<_ACEOF
24476/* confdefs.h. */
24477_ACEOF
24478cat confdefs.h >>conftest.$ac_ext
24479cat >>conftest.$ac_ext <<_ACEOF
24480/* end confdefs.h. */
24481#include <$ac_header>
24482_ACEOF
24483if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24484 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24485 ac_status=$?
24486 grep -v '^ *+' conftest.er1 >conftest.err
24487 rm -f conftest.er1
24488 cat conftest.err >&5
24489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24490 (exit $ac_status); } >/dev/null; then
24491 if test -s conftest.err; then
24492 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24493 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24494 else
24495 ac_cpp_err=
24496 fi
24497else
24498 ac_cpp_err=yes
24499fi
24500if test -z "$ac_cpp_err"; then
24501 ac_header_preproc=yes
24502else
24503 echo "$as_me: failed program was:" >&5
24504sed 's/^/| /' conftest.$ac_ext >&5
24505
24506 ac_header_preproc=no
24507fi
24508rm -f conftest.err conftest.$ac_ext
24509echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24510echo "${ECHO_T}$ac_header_preproc" >&6
24511
24512# So? What about this header?
ac1cb8d3
VS
24513case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24514 yes:no: )
a848cd7e
SC
24515 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24516echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24517 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24518echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24519 ac_header_preproc=yes
a848cd7e 24520 ;;
ac1cb8d3 24521 no:yes:* )
a848cd7e
SC
24522 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24523echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24524 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
24525echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
24526 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24527echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24528 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
24529echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24530 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24531echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24532 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24533echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24534 (
24535 cat <<\_ASBOX
ac1cb8d3
VS
24536## ----------------------------------------- ##
24537## Report this to wx-dev@lists.wxwidgets.org ##
24538## ----------------------------------------- ##
a848cd7e
SC
24539_ASBOX
24540 ) |
24541 sed "s/^/$as_me: WARNING: /" >&2
24542 ;;
24543esac
24544echo "$as_me:$LINENO: checking for $ac_header" >&5
24545echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24546if eval "test \"\${$as_ac_Header+set}\" = set"; then
24547 echo $ECHO_N "(cached) $ECHO_C" >&6
24548else
ac1cb8d3 24549 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
24550fi
24551echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24552echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24553
24554fi
24555if test `eval echo '${'$as_ac_Header'}'` = yes; then
24556 cat >>confdefs.h <<_ACEOF
24557#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24558_ACEOF
24559
24560fi
24561
24562done
24563
24564 if test "${ac_cv_header_windows_h+set}" = set; then
24565 echo "$as_me:$LINENO: checking for windows.h" >&5
24566echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24567if test "${ac_cv_header_windows_h+set}" = set; then
24568 echo $ECHO_N "(cached) $ECHO_C" >&6
24569fi
24570echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24571echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24572else
24573 # Is the header compilable?
24574echo "$as_me:$LINENO: checking windows.h usability" >&5
24575echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
24576cat >conftest.$ac_ext <<_ACEOF
24577/* confdefs.h. */
24578_ACEOF
24579cat confdefs.h >>conftest.$ac_ext
24580cat >>conftest.$ac_ext <<_ACEOF
24581/* end confdefs.h. */
24582$ac_includes_default
24583#include <windows.h>
24584_ACEOF
24585rm -f conftest.$ac_objext
24586if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24587 (eval $ac_compile) 2>conftest.er1
a848cd7e 24588 ac_status=$?
ac1cb8d3
VS
24589 grep -v '^ *+' conftest.er1 >conftest.err
24590 rm -f conftest.er1
24591 cat conftest.err >&5
a848cd7e
SC
24592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24593 (exit $ac_status); } &&
ddd14b14
RR
24594 { ac_try='test -z "$ac_c_werror_flag"
24595 || test ! -s conftest.err'
ac1cb8d3
VS
24596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24597 (eval $ac_try) 2>&5
24598 ac_status=$?
24599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24600 (exit $ac_status); }; } &&
24601 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24603 (eval $ac_try) 2>&5
24604 ac_status=$?
24605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24606 (exit $ac_status); }; }; then
24607 ac_header_compiler=yes
24608else
24609 echo "$as_me: failed program was:" >&5
24610sed 's/^/| /' conftest.$ac_ext >&5
24611
24612ac_header_compiler=no
24613fi
ac1cb8d3 24614rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24615echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24616echo "${ECHO_T}$ac_header_compiler" >&6
24617
24618# Is the header present?
24619echo "$as_me:$LINENO: checking windows.h presence" >&5
24620echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
24621cat >conftest.$ac_ext <<_ACEOF
24622/* confdefs.h. */
24623_ACEOF
24624cat confdefs.h >>conftest.$ac_ext
24625cat >>conftest.$ac_ext <<_ACEOF
24626/* end confdefs.h. */
24627#include <windows.h>
24628_ACEOF
24629if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24630 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24631 ac_status=$?
24632 grep -v '^ *+' conftest.er1 >conftest.err
24633 rm -f conftest.er1
24634 cat conftest.err >&5
24635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24636 (exit $ac_status); } >/dev/null; then
24637 if test -s conftest.err; then
24638 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24639 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24640 else
24641 ac_cpp_err=
24642 fi
24643else
24644 ac_cpp_err=yes
24645fi
24646if test -z "$ac_cpp_err"; then
24647 ac_header_preproc=yes
24648else
24649 echo "$as_me: failed program was:" >&5
24650sed 's/^/| /' conftest.$ac_ext >&5
24651
24652 ac_header_preproc=no
24653fi
24654rm -f conftest.err conftest.$ac_ext
24655echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24656echo "${ECHO_T}$ac_header_preproc" >&6
24657
24658# So? What about this header?
ac1cb8d3
VS
24659case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24660 yes:no: )
a848cd7e
SC
24661 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
24662echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24663 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
24664echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
24665 ac_header_preproc=yes
a848cd7e 24666 ;;
ac1cb8d3 24667 no:yes:* )
a848cd7e
SC
24668 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
24669echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24670 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
24671echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
24672 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
24673echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
24674 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
24675echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24676 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
24677echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24678 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
24679echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24680 (
24681 cat <<\_ASBOX
ac1cb8d3
VS
24682## ----------------------------------------- ##
24683## Report this to wx-dev@lists.wxwidgets.org ##
24684## ----------------------------------------- ##
a848cd7e
SC
24685_ASBOX
24686 ) |
24687 sed "s/^/$as_me: WARNING: /" >&2
24688 ;;
24689esac
24690echo "$as_me:$LINENO: checking for windows.h" >&5
24691echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24692if test "${ac_cv_header_windows_h+set}" = set; then
24693 echo $ECHO_N "(cached) $ECHO_C" >&6
24694else
24695 ac_cv_header_windows_h=$ac_header_preproc
24696fi
24697echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24698echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24699
24700fi
24701if test $ac_cv_header_windows_h = yes; then
24702 :
24703else
24704
24705 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24706echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24707 { (exit 1); exit 1; }; }
24708
24709fi
24710
24711
24712
24713 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24714
24715 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24716 LIBS="$LIBS -loleacc"
24717 fi
24718
24719 case "${host}" in
24720 *-*-cygwin* )
24721 LIBS="$LIBS -lkernel32 -luser32"
24722 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
24723 esac
24724
24725 if test "$wxUSE_ODBC" = "sys" ; then
24726 wxUSE_ODBC = "yes"
24727 fi
24728 if test "$wxUSE_ODBC" = "yes" ; then
24729 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
24730 cat >>confdefs.h <<\_ACEOF
24731#define wxUSE_ODBC 1
24732_ACEOF
24733
24734 fi
24735
24736 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24737 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
24738
24739 WIN32INSTALL=win32install
24740fi
24741
24742if test "$wxUSE_GUI" = "yes"; then
24743 USE_GUI=1
24744
24745 GUI_TK_LIBRARY=
24746
24747 WXGTK12=
24748 WXGTK127=
24749 WXGTK20=
24750 WXGPE=
24751
207bc66c
RN
24752 if test "$wxUSE_COCOA" = 1 ; then
24753 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24754 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24755echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24756 wxUSE_PRINTING_ARCHITECTURE=no
24757 fi
24758 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24759 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24760echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24761 wxUSE_DRAG_AND_DROP=no
24762 fi
24763 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24764 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24765echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24766 wxUSE_DRAGIMAGE=no
24767 fi
24768 fi
24769
a848cd7e
SC
24770 if test "$wxUSE_MSW" = 1 ; then
24771 TOOLKIT=MSW
24772 GUIDIST=MSW_DIST
24773
ceec2216 24774 case "${host}" in
a848cd7e
SC
24775 *-*-mingw32* )
24776 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
24777 esac
24778 fi
24779
24780 if test "$wxUSE_GTK" = 1; then
24781 echo "$as_me:$LINENO: checking for GTK+ version" >&5
24782echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
24783
24784 gtk_version_cached=1
24785 if test "${wx_cv_lib_gtk+set}" = set; then
24786 echo $ECHO_N "(cached) $ECHO_C" >&6
24787else
24788
24789 gtk_version_cached=0
24790 echo "$as_me:$LINENO: result: " >&5
24791echo "${ECHO_T}" >&6
24792
24793 GTK_MODULES=
24794 if test "$wxUSE_THREADS" = "yes"; then
24795 GTK_MODULES=gthread
24796 fi
24797
f597b41c 24798 wx_cv_lib_gtk=
f34ca037 24799 if test "x$wxGTK_VERSION" != "x1"; then
a848cd7e
SC
24800 # Check whether --enable-gtktest or --disable-gtktest was given.
24801if test "${enable_gtktest+set}" = set; then
24802 enableval="$enable_gtktest"
24803
24804else
24805 enable_gtktest=yes
24806fi;
24807
24808 pkg_config_args=gtk+-2.0
24809 for module in . $GTK_MODULES
24810 do
24811 case "$module" in
24812 gthread)
24813 pkg_config_args="$pkg_config_args gthread-2.0"
24814 ;;
24815 esac
24816 done
24817
24818 no_gtk=""
24819
24820 # Extract the first word of "pkg-config", so it can be a program name with args.
24821set dummy pkg-config; ac_word=$2
24822echo "$as_me:$LINENO: checking for $ac_word" >&5
24823echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24824if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24825 echo $ECHO_N "(cached) $ECHO_C" >&6
24826else
24827 case $PKG_CONFIG in
24828 [\\/]* | ?:[\\/]*)
24829 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
24830 ;;
24831 *)
24832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24833for as_dir in $PATH
24834do
24835 IFS=$as_save_IFS
24836 test -z "$as_dir" && as_dir=.
24837 for ac_exec_ext in '' $ac_executable_extensions; do
24838 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24839 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24841 break 2
24842 fi
24843done
24844done
24845
24846 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
24847 ;;
24848esac
24849fi
24850PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24851
24852if test -n "$PKG_CONFIG"; then
24853 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24854echo "${ECHO_T}$PKG_CONFIG" >&6
24855else
24856 echo "$as_me:$LINENO: result: no" >&5
24857echo "${ECHO_T}no" >&6
24858fi
24859
24860
24861 if test x$PKG_CONFIG != xno ; then
24862 if pkg-config --atleast-pkgconfig-version 0.7 ; then
24863 :
24864 else
c2218763 24865 echo "*** pkg-config too old; version 0.7 or better required."
a848cd7e
SC
24866 no_gtk=yes
24867 PKG_CONFIG=no
24868 fi
24869 else
24870 no_gtk=yes
24871 fi
24872
24873 min_gtk_version=2.0.0
24874 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
24875echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
24876
24877 if test x$PKG_CONFIG != xno ; then
24878 ## don't try to run the test against uninstalled libtool libs
24879 if $PKG_CONFIG --uninstalled $pkg_config_args; then
24880 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
24881 enable_gtktest=no
24882 fi
24883
24884 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
24885 :
24886 else
24887 no_gtk=yes
24888 fi
24889 fi
24890
24891 if test x"$no_gtk" = x ; then
24892 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
24893 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
24894 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24895 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24896 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24897 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24898 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24899 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24900 if test "x$enable_gtktest" = "xyes" ; then
24901 ac_save_CFLAGS="$CFLAGS"
24902 ac_save_LIBS="$LIBS"
24903 CFLAGS="$CFLAGS $GTK_CFLAGS"
24904 LIBS="$GTK_LIBS $LIBS"
24905 rm -f conf.gtktest
24906 if test "$cross_compiling" = yes; then
24907 echo $ac_n "cross compiling; assumed OK... $ac_c"
24908else
24909 cat >conftest.$ac_ext <<_ACEOF
24910/* confdefs.h. */
24911_ACEOF
24912cat confdefs.h >>conftest.$ac_ext
24913cat >>conftest.$ac_ext <<_ACEOF
24914/* end confdefs.h. */
24915
24916#include <gtk/gtk.h>
24917#include <stdio.h>
24918#include <stdlib.h>
24919
24920int
24921main ()
24922{
24923 int major, minor, micro;
24924 char *tmp_version;
24925
24926 system ("touch conf.gtktest");
24927
24928 /* HP/UX 9 (%@#!) writes to sscanf strings */
24929 tmp_version = g_strdup("$min_gtk_version");
24930 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24931 printf("%s, bad version string\n", "$min_gtk_version");
24932 exit(1);
24933 }
24934
24935 if ((gtk_major_version != $gtk_config_major_version) ||
24936 (gtk_minor_version != $gtk_config_minor_version) ||
24937 (gtk_micro_version != $gtk_config_micro_version))
24938 {
24939 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24940 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24941 gtk_major_version, gtk_minor_version, gtk_micro_version);
24942 printf ("*** was found! If pkg-config was correct, then it is best\n");
24943 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24944 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24945 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24946 printf("*** required on your system.\n");
24947 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
24948 printf("*** to point to the correct configuration files\n");
24949 }
24950 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24951 (gtk_minor_version != GTK_MINOR_VERSION) ||
24952 (gtk_micro_version != GTK_MICRO_VERSION))
24953 {
24954 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24955 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24956 printf("*** library (version %d.%d.%d)\n",
24957 gtk_major_version, gtk_minor_version, gtk_micro_version);
24958 }
24959 else
24960 {
24961 if ((gtk_major_version > major) ||
24962 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24963 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24964 {
24965 return 0;
24966 }
24967 else
24968 {
24969 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24970 gtk_major_version, gtk_minor_version, gtk_micro_version);
24971 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24972 major, minor, micro);
24973 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24974 printf("***\n");
24975 printf("*** If you have already installed a sufficiently new version, this error\n");
24976 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
24977 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24978 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
24979 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
24980 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24981 printf("*** so that the correct libraries are found at run-time))\n");
24982 }
24983 }
24984 return 1;
24985}
24986
24987_ACEOF
24988rm -f conftest$ac_exeext
24989if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24990 (eval $ac_link) 2>&5
24991 ac_status=$?
24992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24993 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24995 (eval $ac_try) 2>&5
24996 ac_status=$?
24997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24998 (exit $ac_status); }; }; then
24999 :
25000else
25001 echo "$as_me: program exited with status $ac_status" >&5
25002echo "$as_me: failed program was:" >&5
25003sed 's/^/| /' conftest.$ac_ext >&5
25004
25005( exit $ac_status )
25006no_gtk=yes
25007fi
ac1cb8d3 25008rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25009fi
25010 CFLAGS="$ac_save_CFLAGS"
25011 LIBS="$ac_save_LIBS"
25012 fi
25013 fi
25014 if test "x$no_gtk" = x ; then
25015 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
25016echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
25017 wx_cv_lib_gtk=2.0
25018 else
25019 echo "$as_me:$LINENO: result: no" >&5
25020echo "${ECHO_T}no" >&6
25021 if test "$PKG_CONFIG" = "no" ; then
25022 echo "*** A new enough version of pkg-config was not found."
25023 echo "*** See http://pkgconfig.sourceforge.net"
25024 else
25025 if test -f conf.gtktest ; then
25026 :
25027 else
25028 echo "*** Could not run GTK+ test program, checking why..."
25029 ac_save_CFLAGS="$CFLAGS"
25030 ac_save_LIBS="$LIBS"
25031 CFLAGS="$CFLAGS $GTK_CFLAGS"
25032 LIBS="$LIBS $GTK_LIBS"
25033 cat >conftest.$ac_ext <<_ACEOF
25034/* confdefs.h. */
25035_ACEOF
25036cat confdefs.h >>conftest.$ac_ext
25037cat >>conftest.$ac_ext <<_ACEOF
25038/* end confdefs.h. */
25039
25040#include <gtk/gtk.h>
25041#include <stdio.h>
25042
25043int
25044main ()
25045{
25046 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25047 ;
25048 return 0;
25049}
25050_ACEOF
25051rm -f conftest.$ac_objext conftest$ac_exeext
25052if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25053 (eval $ac_link) 2>conftest.er1
a848cd7e 25054 ac_status=$?
ac1cb8d3
VS
25055 grep -v '^ *+' conftest.er1 >conftest.err
25056 rm -f conftest.er1
25057 cat conftest.err >&5
a848cd7e
SC
25058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25059 (exit $ac_status); } &&
ddd14b14
RR
25060 { ac_try='test -z "$ac_c_werror_flag"
25061 || test ! -s conftest.err'
ac1cb8d3
VS
25062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25063 (eval $ac_try) 2>&5
25064 ac_status=$?
25065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25066 (exit $ac_status); }; } &&
25067 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25069 (eval $ac_try) 2>&5
25070 ac_status=$?
25071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25072 (exit $ac_status); }; }; then
25073 echo "*** The test program compiled, but did not run. This usually means"
25074 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
25075 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
25076 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25077 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25078 echo "*** is required on your system"
25079 echo "***"
25080 echo "*** If you have an old version installed, it is best to remove it, although"
25081 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25082else
25083 echo "$as_me: failed program was:" >&5
25084sed 's/^/| /' conftest.$ac_ext >&5
25085
25086 echo "*** The test program failed to compile or link. See the file config.log for the"
25087 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
25088fi
ac1cb8d3
VS
25089rm -f conftest.err conftest.$ac_objext \
25090 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25091 CFLAGS="$ac_save_CFLAGS"
25092 LIBS="$ac_save_LIBS"
25093 fi
25094 fi
25095 GTK_CFLAGS=""
25096 GTK_LIBS=""
25097 :
25098 fi
25099
25100
25101 rm -f conf.gtktest
25102
f597b41c
MW
25103 fi
25104
f34ca037
MW
25105 if test -z "$wx_cv_lib_gtk"; then
25106 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
a848cd7e
SC
25107
25108# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25109if test "${with_gtk_prefix+set}" = set; then
25110 withval="$with_gtk_prefix"
25111 gtk_config_prefix="$withval"
25112else
25113 gtk_config_prefix=""
25114fi;
25115
25116# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25117if test "${with_gtk_exec_prefix+set}" = set; then
25118 withval="$with_gtk_exec_prefix"
25119 gtk_config_exec_prefix="$withval"
25120else
25121 gtk_config_exec_prefix=""
25122fi;
25123# Check whether --enable-gtktest or --disable-gtktest was given.
25124if test "${enable_gtktest+set}" = set; then
25125 enableval="$enable_gtktest"
25126
25127else
25128 enable_gtktest=yes
25129fi;
25130
25131 for module in . $GTK_MODULES
25132 do
25133 case "$module" in
25134 gthread)
25135 gtk_config_args="$gtk_config_args gthread"
25136 ;;
25137 esac
25138 done
25139
25140 if test x$gtk_config_exec_prefix != x ; then
25141 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25142 if test x${GTK_CONFIG+set} != xset ; then
25143 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25144 fi
25145 fi
25146 if test x$gtk_config_prefix != x ; then
25147 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25148 if test x${GTK_CONFIG+set} != xset ; then
25149 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25150 fi
25151 fi
25152
25153 # Extract the first word of "gtk-config", so it can be a program name with args.
25154set dummy gtk-config; ac_word=$2
25155echo "$as_me:$LINENO: checking for $ac_word" >&5
25156echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25157if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25158 echo $ECHO_N "(cached) $ECHO_C" >&6
25159else
25160 case $GTK_CONFIG in
25161 [\\/]* | ?:[\\/]*)
25162 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25163 ;;
25164 *)
25165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25166for as_dir in $PATH
25167do
25168 IFS=$as_save_IFS
25169 test -z "$as_dir" && as_dir=.
25170 for ac_exec_ext in '' $ac_executable_extensions; do
25171 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25172 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25173 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25174 break 2
25175 fi
25176done
25177done
25178
25179 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25180 ;;
25181esac
25182fi
25183GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25184
25185if test -n "$GTK_CONFIG"; then
25186 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25187echo "${ECHO_T}$GTK_CONFIG" >&6
25188else
25189 echo "$as_me:$LINENO: result: no" >&5
25190echo "${ECHO_T}no" >&6
25191fi
25192
25193 min_gtk_version=1.2.7
25194 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25195echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25196 no_gtk=""
25197 if test "$GTK_CONFIG" = "no" ; then
25198 no_gtk=yes
25199 else
25200 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25201 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25202 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25203 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25204 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25205 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25206 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25207 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25208 if test "x$enable_gtktest" = "xyes" ; then
25209 ac_save_CFLAGS="$CFLAGS"
25210 ac_save_LIBS="$LIBS"
25211 CFLAGS="$CFLAGS $GTK_CFLAGS"
25212 LIBS="$GTK_LIBS $LIBS"
25213 rm -f conf.gtktest
25214 if test "$cross_compiling" = yes; then
25215 echo $ac_n "cross compiling; assumed OK... $ac_c"
25216else
25217 cat >conftest.$ac_ext <<_ACEOF
25218/* confdefs.h. */
25219_ACEOF
25220cat confdefs.h >>conftest.$ac_ext
25221cat >>conftest.$ac_ext <<_ACEOF
25222/* end confdefs.h. */
25223
25224#include <gtk/gtk.h>
25225#include <stdio.h>
25226#include <stdlib.h>
25227
25228int
25229main ()
25230{
25231 int major, minor, micro;
25232 char *tmp_version;
25233
25234 system ("touch conf.gtktest");
25235
25236 /* HP/UX 9 (%@#!) writes to sscanf strings */
25237 tmp_version = g_strdup("$min_gtk_version");
25238 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25239 printf("%s, bad version string\n", "$min_gtk_version");
25240 exit(1);
25241 }
25242
25243 if ((gtk_major_version != $gtk_config_major_version) ||
25244 (gtk_minor_version != $gtk_config_minor_version) ||
25245 (gtk_micro_version != $gtk_config_micro_version))
25246 {
25247 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25248 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25249 gtk_major_version, gtk_minor_version, gtk_micro_version);
25250 printf ("*** was found! If gtk-config was correct, then it is best\n");
25251 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25252 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25253 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25254 printf("*** required on your system.\n");
25255 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25256 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25257 printf("*** before re-running configure\n");
25258 }
25259#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25260 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25261 (gtk_minor_version != GTK_MINOR_VERSION) ||
25262 (gtk_micro_version != GTK_MICRO_VERSION))
25263 {
25264 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25265 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25266 printf("*** library (version %d.%d.%d)\n",
25267 gtk_major_version, gtk_minor_version, gtk_micro_version);
25268 }
25269#endif /* defined (GTK_MAJOR_VERSION) ... */
25270 else
25271 {
25272 if ((gtk_major_version > major) ||
25273 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25274 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25275 {
25276 return 0;
25277 }
25278 else
25279 {
25280 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25281 gtk_major_version, gtk_minor_version, gtk_micro_version);
25282 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25283 major, minor, micro);
25284 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25285 printf("***\n");
25286 printf("*** If you have already installed a sufficiently new version, this error\n");
25287 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25288 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25289 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25290 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25291 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25292 printf("*** so that the correct libraries are found at run-time))\n");
25293 }
25294 }
25295 return 1;
25296}
25297
25298_ACEOF
25299rm -f conftest$ac_exeext
25300if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25301 (eval $ac_link) 2>&5
25302 ac_status=$?
25303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25304 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25306 (eval $ac_try) 2>&5
25307 ac_status=$?
25308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25309 (exit $ac_status); }; }; then
25310 :
25311else
25312 echo "$as_me: program exited with status $ac_status" >&5
25313echo "$as_me: failed program was:" >&5
25314sed 's/^/| /' conftest.$ac_ext >&5
25315
25316( exit $ac_status )
25317no_gtk=yes
25318fi
ac1cb8d3 25319rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25320fi
25321 CFLAGS="$ac_save_CFLAGS"
25322 LIBS="$ac_save_LIBS"
25323 fi
25324 fi
25325 if test "x$no_gtk" = x ; then
25326 echo "$as_me:$LINENO: result: yes" >&5
25327echo "${ECHO_T}yes" >&6
25328 wx_cv_lib_gtk=1.2.7
25329 else
25330 echo "$as_me:$LINENO: result: no" >&5
25331echo "${ECHO_T}no" >&6
25332 if test "$GTK_CONFIG" = "no" ; then
25333 echo "*** The gtk-config script installed by GTK could not be found"
25334 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25335 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25336 echo "*** full path to gtk-config."
25337 else
25338 if test -f conf.gtktest ; then
25339 :
25340 else
25341 echo "*** Could not run GTK test program, checking why..."
25342 CFLAGS="$CFLAGS $GTK_CFLAGS"
25343 LIBS="$LIBS $GTK_LIBS"
25344 cat >conftest.$ac_ext <<_ACEOF
25345/* confdefs.h. */
25346_ACEOF
25347cat confdefs.h >>conftest.$ac_ext
25348cat >>conftest.$ac_ext <<_ACEOF
25349/* end confdefs.h. */
25350
25351#include <gtk/gtk.h>
25352#include <stdio.h>
25353
25354int
25355main ()
25356{
25357 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25358 ;
25359 return 0;
25360}
25361_ACEOF
25362rm -f conftest.$ac_objext conftest$ac_exeext
25363if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25364 (eval $ac_link) 2>conftest.er1
a848cd7e 25365 ac_status=$?
ac1cb8d3
VS
25366 grep -v '^ *+' conftest.er1 >conftest.err
25367 rm -f conftest.er1
25368 cat conftest.err >&5
a848cd7e
SC
25369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25370 (exit $ac_status); } &&
ddd14b14
RR
25371 { ac_try='test -z "$ac_c_werror_flag"
25372 || test ! -s conftest.err'
ac1cb8d3
VS
25373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25374 (eval $ac_try) 2>&5
25375 ac_status=$?
25376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25377 (exit $ac_status); }; } &&
25378 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25380 (eval $ac_try) 2>&5
25381 ac_status=$?
25382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25383 (exit $ac_status); }; }; then
25384 echo "*** The test program compiled, but did not run. This usually means"
25385 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25386 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25387 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25388 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25389 echo "*** is required on your system"
25390 echo "***"
25391 echo "*** If you have an old version installed, it is best to remove it, although"
25392 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25393 echo "***"
25394 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25395 echo "*** came with the system with the command"
25396 echo "***"
25397 echo "*** rpm --erase --nodeps gtk gtk-devel"
25398else
25399 echo "$as_me: failed program was:" >&5
25400sed 's/^/| /' conftest.$ac_ext >&5
25401
25402 echo "*** The test program failed to compile or link. See the file config.log for the"
25403 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25404 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25405 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25406fi
ac1cb8d3
VS
25407rm -f conftest.err conftest.$ac_objext \
25408 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25409 CFLAGS="$ac_save_CFLAGS"
25410 LIBS="$ac_save_LIBS"
25411 fi
25412 fi
25413 GTK_CFLAGS=""
25414 GTK_LIBS=""
25415 :
25416 fi
25417
25418
25419 rm -f conf.gtktest
25420
25421
f34ca037 25422 if test -z "$wx_cv_lib_gtk"; then
a848cd7e
SC
25423
25424# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25425if test "${with_gtk_prefix+set}" = set; then
25426 withval="$with_gtk_prefix"
25427 gtk_config_prefix="$withval"
25428else
25429 gtk_config_prefix=""
25430fi;
25431
25432# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25433if test "${with_gtk_exec_prefix+set}" = set; then
25434 withval="$with_gtk_exec_prefix"
25435 gtk_config_exec_prefix="$withval"
25436else
25437 gtk_config_exec_prefix=""
25438fi;
25439# Check whether --enable-gtktest or --disable-gtktest was given.
25440if test "${enable_gtktest+set}" = set; then
25441 enableval="$enable_gtktest"
25442
25443else
25444 enable_gtktest=yes
25445fi;
25446
25447 for module in . $GTK_MODULES
25448 do
25449 case "$module" in
25450 gthread)
25451 gtk_config_args="$gtk_config_args gthread"
25452 ;;
25453 esac
25454 done
25455
25456 if test x$gtk_config_exec_prefix != x ; then
25457 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25458 if test x${GTK_CONFIG+set} != xset ; then
25459 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25460 fi
25461 fi
25462 if test x$gtk_config_prefix != x ; then
25463 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25464 if test x${GTK_CONFIG+set} != xset ; then
25465 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25466 fi
25467 fi
25468
25469 # Extract the first word of "gtk-config", so it can be a program name with args.
25470set dummy gtk-config; ac_word=$2
25471echo "$as_me:$LINENO: checking for $ac_word" >&5
25472echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25473if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25474 echo $ECHO_N "(cached) $ECHO_C" >&6
25475else
25476 case $GTK_CONFIG in
25477 [\\/]* | ?:[\\/]*)
25478 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25479 ;;
25480 *)
25481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25482for as_dir in $PATH
25483do
25484 IFS=$as_save_IFS
25485 test -z "$as_dir" && as_dir=.
25486 for ac_exec_ext in '' $ac_executable_extensions; do
25487 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25488 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25489 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25490 break 2
25491 fi
25492done
25493done
25494
25495 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25496 ;;
25497esac
25498fi
25499GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25500
25501if test -n "$GTK_CONFIG"; then
25502 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25503echo "${ECHO_T}$GTK_CONFIG" >&6
25504else
25505 echo "$as_me:$LINENO: result: no" >&5
25506echo "${ECHO_T}no" >&6
25507fi
25508
25509 min_gtk_version=1.2.3
25510 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25511echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25512 no_gtk=""
25513 if test "$GTK_CONFIG" = "no" ; then
25514 no_gtk=yes
25515 else
25516 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25517 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25518 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25519 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25520 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25521 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25522 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25523 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25524 if test "x$enable_gtktest" = "xyes" ; then
25525 ac_save_CFLAGS="$CFLAGS"
25526 ac_save_LIBS="$LIBS"
25527 CFLAGS="$CFLAGS $GTK_CFLAGS"
25528 LIBS="$GTK_LIBS $LIBS"
25529 rm -f conf.gtktest
25530 if test "$cross_compiling" = yes; then
25531 echo $ac_n "cross compiling; assumed OK... $ac_c"
25532else
25533 cat >conftest.$ac_ext <<_ACEOF
25534/* confdefs.h. */
25535_ACEOF
25536cat confdefs.h >>conftest.$ac_ext
25537cat >>conftest.$ac_ext <<_ACEOF
25538/* end confdefs.h. */
25539
25540#include <gtk/gtk.h>
25541#include <stdio.h>
25542#include <stdlib.h>
25543
25544int
25545main ()
25546{
25547 int major, minor, micro;
25548 char *tmp_version;
25549
25550 system ("touch conf.gtktest");
25551
25552 /* HP/UX 9 (%@#!) writes to sscanf strings */
25553 tmp_version = g_strdup("$min_gtk_version");
25554 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25555 printf("%s, bad version string\n", "$min_gtk_version");
25556 exit(1);
25557 }
25558
25559 if ((gtk_major_version != $gtk_config_major_version) ||
25560 (gtk_minor_version != $gtk_config_minor_version) ||
25561 (gtk_micro_version != $gtk_config_micro_version))
25562 {
25563 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25564 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25565 gtk_major_version, gtk_minor_version, gtk_micro_version);
25566 printf ("*** was found! If gtk-config was correct, then it is best\n");
25567 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25568 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25569 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25570 printf("*** required on your system.\n");
25571 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25572 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25573 printf("*** before re-running configure\n");
25574 }
25575#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25576 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25577 (gtk_minor_version != GTK_MINOR_VERSION) ||
25578 (gtk_micro_version != GTK_MICRO_VERSION))
25579 {
25580 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25581 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25582 printf("*** library (version %d.%d.%d)\n",
25583 gtk_major_version, gtk_minor_version, gtk_micro_version);
25584 }
25585#endif /* defined (GTK_MAJOR_VERSION) ... */
25586 else
25587 {
25588 if ((gtk_major_version > major) ||
25589 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25590 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25591 {
25592 return 0;
25593 }
25594 else
25595 {
25596 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25597 gtk_major_version, gtk_minor_version, gtk_micro_version);
25598 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25599 major, minor, micro);
25600 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25601 printf("***\n");
25602 printf("*** If you have already installed a sufficiently new version, this error\n");
25603 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25604 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25605 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25606 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25607 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25608 printf("*** so that the correct libraries are found at run-time))\n");
25609 }
25610 }
25611 return 1;
25612}
25613
25614_ACEOF
25615rm -f conftest$ac_exeext
25616if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25617 (eval $ac_link) 2>&5
25618 ac_status=$?
25619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25620 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25622 (eval $ac_try) 2>&5
25623 ac_status=$?
25624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25625 (exit $ac_status); }; }; then
25626 :
25627else
25628 echo "$as_me: program exited with status $ac_status" >&5
25629echo "$as_me: failed program was:" >&5
25630sed 's/^/| /' conftest.$ac_ext >&5
25631
25632( exit $ac_status )
25633no_gtk=yes
25634fi
ac1cb8d3 25635rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25636fi
25637 CFLAGS="$ac_save_CFLAGS"
25638 LIBS="$ac_save_LIBS"
25639 fi
25640 fi
25641 if test "x$no_gtk" = x ; then
25642 echo "$as_me:$LINENO: result: yes" >&5
25643echo "${ECHO_T}yes" >&6
25644 wx_cv_lib_gtk=1.2.3
25645 else
25646 echo "$as_me:$LINENO: result: no" >&5
25647echo "${ECHO_T}no" >&6
25648 if test "$GTK_CONFIG" = "no" ; then
25649 echo "*** The gtk-config script installed by GTK could not be found"
25650 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25651 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25652 echo "*** full path to gtk-config."
25653 else
25654 if test -f conf.gtktest ; then
25655 :
25656 else
25657 echo "*** Could not run GTK test program, checking why..."
25658 CFLAGS="$CFLAGS $GTK_CFLAGS"
25659 LIBS="$LIBS $GTK_LIBS"
25660 cat >conftest.$ac_ext <<_ACEOF
25661/* confdefs.h. */
25662_ACEOF
25663cat confdefs.h >>conftest.$ac_ext
25664cat >>conftest.$ac_ext <<_ACEOF
25665/* end confdefs.h. */
25666
25667#include <gtk/gtk.h>
25668#include <stdio.h>
25669
25670int
25671main ()
25672{
25673 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25674 ;
25675 return 0;
25676}
25677_ACEOF
25678rm -f conftest.$ac_objext conftest$ac_exeext
25679if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25680 (eval $ac_link) 2>conftest.er1
a848cd7e 25681 ac_status=$?
ac1cb8d3
VS
25682 grep -v '^ *+' conftest.er1 >conftest.err
25683 rm -f conftest.er1
25684 cat conftest.err >&5
a848cd7e
SC
25685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25686 (exit $ac_status); } &&
ddd14b14
RR
25687 { ac_try='test -z "$ac_c_werror_flag"
25688 || test ! -s conftest.err'
ac1cb8d3
VS
25689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25690 (eval $ac_try) 2>&5
25691 ac_status=$?
25692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25693 (exit $ac_status); }; } &&
25694 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25696 (eval $ac_try) 2>&5
25697 ac_status=$?
25698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25699 (exit $ac_status); }; }; then
25700 echo "*** The test program compiled, but did not run. This usually means"
25701 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25702 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25703 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25704 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25705 echo "*** is required on your system"
25706 echo "***"
25707 echo "*** If you have an old version installed, it is best to remove it, although"
25708 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25709 echo "***"
25710 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25711 echo "*** came with the system with the command"
25712 echo "***"
25713 echo "*** rpm --erase --nodeps gtk gtk-devel"
25714else
25715 echo "$as_me: failed program was:" >&5
25716sed 's/^/| /' conftest.$ac_ext >&5
25717
25718 echo "*** The test program failed to compile or link. See the file config.log for the"
25719 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25720 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25721 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25722fi
ac1cb8d3
VS
25723rm -f conftest.err conftest.$ac_objext \
25724 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25725 CFLAGS="$ac_save_CFLAGS"
25726 LIBS="$ac_save_LIBS"
25727 fi
25728 fi
25729 GTK_CFLAGS=""
25730 GTK_LIBS=""
25731 :
25732 fi
25733
25734
25735 rm -f conf.gtktest
25736
f34ca037 25737 fi
a848cd7e
SC
25738 fi
25739 fi
25740
25741 if test -z "$wx_cv_lib_gtk"; then
25742 wx_cv_lib_gtk=none
25743 else
25744 wx_cv_cflags_gtk=$GTK_CFLAGS
25745 wx_cv_libs_gtk=$GTK_LIBS
25746 fi
25747
25748
25749fi
25750
25751
25752 if test "$gtk_version_cached" = 1; then
25753 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25754echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25755 fi
25756
25757 case "$wx_cv_lib_gtk" in
25758 2.0) WXGTK20=1
25759 TOOLKIT_VERSION=2
25760 ;;
25761 1.2.7) WXGTK127=1
25762 WXGTK12=1
25763 ;;
25764 1.2.3) WXGTK12=1
25765 ;;
25766 *) { { echo "$as_me:$LINENO: error:
f597b41c
MW
25767The development files for GTK+ were not found. For GTK+ 2, please
25768ensure that pkg-config is in the path and that gtk+-2.0.pc is
25769installed. For GTK+ 1.2 please check that gtk-config is in the path,
25770and that the version is 1.2.3 or above. Also check that the
25771libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25772--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
25773 " >&5
25774echo "$as_me: error:
f597b41c
MW
25775The development files for GTK+ were not found. For GTK+ 2, please
25776ensure that pkg-config is in the path and that gtk+-2.0.pc is
25777installed. For GTK+ 1.2 please check that gtk-config is in the path,
25778and that the version is 1.2.3 or above. Also check that the
25779libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25780--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
25781 " >&2;}
25782 { (exit 1); exit 1; }; }
25783 ;;
25784 esac
25785
25786 if test "$WXGTK20" = 1; then
304205f1
VS
25787 save_CFLAGS="$CFLAGS"
25788 save_LIBS="$LIBS"
9d271838 25789 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
abc736fd 25790 LIBS="$LIBS $wx_cv_libs_gtk"
304205f1 25791
9755e73b 25792
304205f1
VS
25793for ac_func in pango_font_family_is_monospace
25794do
25795as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25796echo "$as_me:$LINENO: checking for $ac_func" >&5
25797echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25798if eval "test \"\${$as_ac_var+set}\" = set"; then
25799 echo $ECHO_N "(cached) $ECHO_C" >&6
25800else
25801 cat >conftest.$ac_ext <<_ACEOF
25802/* confdefs.h. */
25803_ACEOF
25804cat confdefs.h >>conftest.$ac_ext
25805cat >>conftest.$ac_ext <<_ACEOF
25806/* end confdefs.h. */
25807/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25808 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25809#define $ac_func innocuous_$ac_func
25810
25811/* System header to define __stub macros and hopefully few prototypes,
25812 which can conflict with char $ac_func (); below.
25813 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25814 <limits.h> exists even on freestanding compilers. */
25815
25816#ifdef __STDC__
25817# include <limits.h>
25818#else
25819# include <assert.h>
25820#endif
25821
25822#undef $ac_func
25823
25824/* Override any gcc2 internal prototype to avoid an error. */
25825#ifdef __cplusplus
25826extern "C"
25827{
25828#endif
25829/* We use char because int might match the return type of a gcc2
25830 builtin and then its argument prototype would still apply. */
25831char $ac_func ();
25832/* The GNU C library defines this for functions which it implements
25833 to always fail with ENOSYS. Some functions are actually named
25834 something starting with __ and the normal name is an alias. */
25835#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25836choke me
25837#else
25838char (*f) () = $ac_func;
25839#endif
25840#ifdef __cplusplus
25841}
25842#endif
25843
25844int
25845main ()
25846{
25847return f != $ac_func;
25848 ;
25849 return 0;
25850}
25851_ACEOF
25852rm -f conftest.$ac_objext conftest$ac_exeext
25853if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25854 (eval $ac_link) 2>conftest.er1
25855 ac_status=$?
25856 grep -v '^ *+' conftest.er1 >conftest.err
25857 rm -f conftest.er1
25858 cat conftest.err >&5
25859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25860 (exit $ac_status); } &&
ddd14b14
RR
25861 { ac_try='test -z "$ac_c_werror_flag"
25862 || test ! -s conftest.err'
304205f1
VS
25863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25864 (eval $ac_try) 2>&5
25865 ac_status=$?
25866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25867 (exit $ac_status); }; } &&
25868 { ac_try='test -s conftest$ac_exeext'
25869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25870 (eval $ac_try) 2>&5
25871 ac_status=$?
25872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25873 (exit $ac_status); }; }; then
25874 eval "$as_ac_var=yes"
25875else
25876 echo "$as_me: failed program was:" >&5
25877sed 's/^/| /' conftest.$ac_ext >&5
25878
25879eval "$as_ac_var=no"
25880fi
25881rm -f conftest.err conftest.$ac_objext \
25882 conftest$ac_exeext conftest.$ac_ext
25883fi
25884echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25885echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25886if test `eval echo '${'$as_ac_var'}'` = yes; then
25887 cat >>confdefs.h <<_ACEOF
25888#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25889_ACEOF
25890
25891fi
25892done
25893
9755e73b 25894
abc736fd
MW
25895 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
25896echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
25897 cat >conftest.$ac_ext <<_ACEOF
25898/* confdefs.h. */
25899_ACEOF
25900cat confdefs.h >>conftest.$ac_ext
25901cat >>conftest.$ac_ext <<_ACEOF
25902/* end confdefs.h. */
25903
25904 #include <gtk/gtk.h>
25905
25906int
25907main ()
25908{
25909
25910 void *f = gtk_icon_size_lookup;
25911
25912 ;
25913 return 0;
25914}
25915_ACEOF
25916rm -f conftest.$ac_objext
25917if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25918 (eval $ac_compile) 2>conftest.er1
25919 ac_status=$?
25920 grep -v '^ *+' conftest.er1 >conftest.err
25921 rm -f conftest.er1
25922 cat conftest.err >&5
25923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25924 (exit $ac_status); } &&
ddd14b14
RR
25925 { ac_try='test -z "$ac_c_werror_flag"
25926 || test ! -s conftest.err'
abc736fd
MW
25927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25928 (eval $ac_try) 2>&5
25929 ac_status=$?
25930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25931 (exit $ac_status); }; } &&
25932 { ac_try='test -s conftest.$ac_objext'
25933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25934 (eval $ac_try) 2>&5
25935 ac_status=$?
25936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25937 (exit $ac_status); }; }; then
25938
25939 echo "$as_me:$LINENO: result: no" >&5
25940echo "${ECHO_T}no" >&6
25941
25942else
25943 echo "$as_me: failed program was:" >&5
25944sed 's/^/| /' conftest.$ac_ext >&5
25945
25946
25947 cat >>confdefs.h <<\_ACEOF
25948#define NEED_GTK_ICON_SIZE_LOOKUP 1
25949_ACEOF
25950
25951 echo "$as_me:$LINENO: result: yes" >&5
25952echo "${ECHO_T}yes" >&6
25953
25954fi
25955rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25956
9755e73b
VS
25957 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
25958echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
25959 cat >conftest.$ac_ext <<_ACEOF
25960/* confdefs.h. */
25961_ACEOF
25962cat confdefs.h >>conftest.$ac_ext
25963cat >>conftest.$ac_ext <<_ACEOF
25964/* end confdefs.h. */
25965
25966 #include <gtk/gtk.h>
25967
25968int
25969main ()
25970{
25971
25972 #if !GTK_CHECK_VERSION(2,4,0)
25973 #error "Not GTK+ 2.4"
25974 #endif
25975
25976 ;
25977 return 0;
25978}
25979_ACEOF
25980rm -f conftest.$ac_objext
25981if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25982 (eval $ac_compile) 2>conftest.er1
25983 ac_status=$?
25984 grep -v '^ *+' conftest.er1 >conftest.err
25985 rm -f conftest.er1
25986 cat conftest.err >&5
25987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25988 (exit $ac_status); } &&
ddd14b14
RR
25989 { ac_try='test -z "$ac_c_werror_flag"
25990 || test ! -s conftest.err'
9755e73b
VS
25991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25992 (eval $ac_try) 2>&5
25993 ac_status=$?
25994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25995 (exit $ac_status); }; } &&
25996 { ac_try='test -s conftest.$ac_objext'
25997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25998 (eval $ac_try) 2>&5
25999 ac_status=$?
26000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26001 (exit $ac_status); }; }; then
26002
26003 cat >>confdefs.h <<\_ACEOF
26004#define __WXGTK24__ 1
26005_ACEOF
26006
26007 echo "$as_me:$LINENO: result: yes" >&5
26008echo "${ECHO_T}yes" >&6
26009
26010else
26011 echo "$as_me: failed program was:" >&5
26012sed 's/^/| /' conftest.$ac_ext >&5
26013
26014
26015 echo "$as_me:$LINENO: result: no" >&5
26016echo "${ECHO_T}no" >&6
26017
26018fi
26019rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26020
304205f1
VS
26021 CFLAGS="$save_CFLAGS"
26022 LIBS="$save_LIBS"
a848cd7e
SC
26023 else
26024 if test "$wxUSE_UNICODE" = "yes"; then
26025 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
26026echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
26027 wxUSE_UNICODE=no
26028 fi
26029 fi
26030
26031 if test "$USE_DARWIN" != 1; then
26032
26033for ac_func in poll
26034do
26035as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26036echo "$as_me:$LINENO: checking for $ac_func" >&5
26037echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26038if eval "test \"\${$as_ac_var+set}\" = set"; then
26039 echo $ECHO_N "(cached) $ECHO_C" >&6
26040else
26041 cat >conftest.$ac_ext <<_ACEOF
26042/* confdefs.h. */
26043_ACEOF
26044cat confdefs.h >>conftest.$ac_ext
26045cat >>conftest.$ac_ext <<_ACEOF
26046/* end confdefs.h. */
ac1cb8d3
VS
26047/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26048 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26049#define $ac_func innocuous_$ac_func
26050
a848cd7e
SC
26051/* System header to define __stub macros and hopefully few prototypes,
26052 which can conflict with char $ac_func (); below.
26053 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26054 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 26055
a848cd7e
SC
26056#ifdef __STDC__
26057# include <limits.h>
26058#else
26059# include <assert.h>
26060#endif
ac1cb8d3
VS
26061
26062#undef $ac_func
26063
a848cd7e
SC
26064/* Override any gcc2 internal prototype to avoid an error. */
26065#ifdef __cplusplus
26066extern "C"
26067{
26068#endif
26069/* We use char because int might match the return type of a gcc2
26070 builtin and then its argument prototype would still apply. */
26071char $ac_func ();
26072/* The GNU C library defines this for functions which it implements
26073 to always fail with ENOSYS. Some functions are actually named
26074 something starting with __ and the normal name is an alias. */
26075#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26076choke me
26077#else
26078char (*f) () = $ac_func;
26079#endif
26080#ifdef __cplusplus
26081}
26082#endif
26083
26084int
26085main ()
26086{
26087return f != $ac_func;
26088 ;
26089 return 0;
26090}
26091_ACEOF
26092rm -f conftest.$ac_objext conftest$ac_exeext
26093if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26094 (eval $ac_link) 2>conftest.er1
a848cd7e 26095 ac_status=$?
ac1cb8d3
VS
26096 grep -v '^ *+' conftest.er1 >conftest.err
26097 rm -f conftest.er1
26098 cat conftest.err >&5
a848cd7e
SC
26099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26100 (exit $ac_status); } &&
ddd14b14
RR
26101 { ac_try='test -z "$ac_c_werror_flag"
26102 || test ! -s conftest.err'
ac1cb8d3
VS
26103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26104 (eval $ac_try) 2>&5
26105 ac_status=$?
26106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26107 (exit $ac_status); }; } &&
26108 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26110 (eval $ac_try) 2>&5
26111 ac_status=$?
26112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26113 (exit $ac_status); }; }; then
26114 eval "$as_ac_var=yes"
26115else
26116 echo "$as_me: failed program was:" >&5
26117sed 's/^/| /' conftest.$ac_ext >&5
26118
26119eval "$as_ac_var=no"
26120fi
ac1cb8d3
VS
26121rm -f conftest.err conftest.$ac_objext \
26122 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26123fi
26124echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26125echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26126if test `eval echo '${'$as_ac_var'}'` = yes; then
26127 cat >>confdefs.h <<_ACEOF
26128#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26129_ACEOF
26130
26131fi
26132done
26133
26134 fi
26135
26136 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
26137 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
26138
26139 AFMINSTALL=afminstall
26140 TOOLKIT=GTK
26141 GUIDIST=GTK_DIST
26142
26143 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
26144echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
26145if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
26146 echo $ECHO_N "(cached) $ECHO_C" >&6
26147else
26148 ac_check_lib_save_LIBS=$LIBS
26149LIBS="-lgdk $LIBS"
26150cat >conftest.$ac_ext <<_ACEOF
26151/* confdefs.h. */
26152_ACEOF
26153cat confdefs.h >>conftest.$ac_ext
26154cat >>conftest.$ac_ext <<_ACEOF
26155/* end confdefs.h. */
26156
26157/* Override any gcc2 internal prototype to avoid an error. */
26158#ifdef __cplusplus
26159extern "C"
26160#endif
26161/* We use char because int might match the return type of a gcc2
26162 builtin and then its argument prototype would still apply. */
26163char gdk_im_open ();
26164int
26165main ()
26166{
26167gdk_im_open ();
26168 ;
26169 return 0;
26170}
26171_ACEOF
26172rm -f conftest.$ac_objext conftest$ac_exeext
26173if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26174 (eval $ac_link) 2>conftest.er1
a848cd7e 26175 ac_status=$?
ac1cb8d3
VS
26176 grep -v '^ *+' conftest.er1 >conftest.err
26177 rm -f conftest.er1
26178 cat conftest.err >&5
a848cd7e
SC
26179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26180 (exit $ac_status); } &&
ddd14b14
RR
26181 { ac_try='test -z "$ac_c_werror_flag"
26182 || test ! -s conftest.err'
ac1cb8d3
VS
26183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26184 (eval $ac_try) 2>&5
26185 ac_status=$?
26186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26187 (exit $ac_status); }; } &&
26188 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26190 (eval $ac_try) 2>&5
26191 ac_status=$?
26192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26193 (exit $ac_status); }; }; then
26194 ac_cv_lib_gdk_gdk_im_open=yes
26195else
26196 echo "$as_me: failed program was:" >&5
26197sed 's/^/| /' conftest.$ac_ext >&5
26198
26199ac_cv_lib_gdk_gdk_im_open=no
26200fi
ac1cb8d3
VS
26201rm -f conftest.err conftest.$ac_objext \
26202 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26203LIBS=$ac_check_lib_save_LIBS
26204fi
26205echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
26206echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
26207if test $ac_cv_lib_gdk_gdk_im_open = yes; then
26208 cat >>confdefs.h <<\_ACEOF
26209#define HAVE_XIM 1
26210_ACEOF
26211
26212fi
26213
26214
26215
26216 if test "$wxUSE_GPE" = "yes"; then
26217 echo "$as_me:$LINENO: checking for gpewidget library" >&5
26218echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
26219
26220ac_find_libraries=
26221for ac_dir in $SEARCH_LIB /usr/lib;
26222 do
26223 for ac_extension in a so sl dylib; do
26224 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26225 ac_find_libraries=$ac_dir
26226 break 2
26227 fi
26228 done
26229 done
26230
26231 if test "$ac_find_libraries" != "" ; then
26232
26233 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
26234 result=$?
26235 if test $result = 0; then
26236 ac_path_to_link=""
26237 else
26238 ac_path_to_link=" -L$ac_find_libraries"
26239 fi
26240
26241 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
26242 WXGPE=1
26243 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
26244echo "${ECHO_T}found at $ac_find_libraries" >&6
26245 else
26246 echo "$as_me:$LINENO: result: not found" >&5
26247echo "${ECHO_T}not found" >&6
26248 fi
26249
26250 fi
26251 fi
26252
26253 if test "$wxUSE_MGL" = 1; then
26254 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
26255echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
26256 if test "x$MGL_ROOT" = x ; then
26257 echo "$as_me:$LINENO: result: not found" >&5
26258echo "${ECHO_T}not found" >&6
26259 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
26260echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
26261 { (exit 1); exit 1; }; }
26262 else
26263 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
26264echo "${ECHO_T}$MGL_ROOT" >&6
26265 fi
26266
26267 echo "$as_me:$LINENO: checking for libmgl location" >&5
26268echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
26269 case "${host}" in
26270 *-*-linux* )
26271 if test "x$wxUSE_SHARED" = xyes ; then
26272 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
26273 else
26274 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
26275 fi
26276 ;;
26277 *-pc-msdosdjgpp )
26278 mgl_os_candidates="dos32/dj2"
26279 ;;
26280 *)
26281 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
26282echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
26283 { (exit 1); exit 1; }; }
26284 esac
26285
26286 mgl_lib_type=""
26287 mgl_os=""
26288
26289 for mgl_os_i in $mgl_os_candidates ; do
26290 if test "x$mgl_os" = x ; then
26291 if test "$wxUSE_DEBUG_FLAG" = yes ; then
26292 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
26293 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
26294 mgl_lib_type=debug
26295 mgl_os=$mgl_os_i
26296 fi
26297 fi
26298 if test "x$mgl_lib_type" = x ; then
26299 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
26300 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
26301 mgl_lib_type=release
26302 mgl_os=$mgl_os_i
26303 fi
26304 fi
26305 fi
26306 done
26307
26308 if test "x$mgl_os" = x ; then
26309 echo "$as_me:$LINENO: result: not found" >&5
26310echo "${ECHO_T}not found" >&6
26311 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
26312echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
26313 { (exit 1); exit 1; }; }
26314 fi
26315 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
26316echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
26317
26318 wxUSE_UNIVERSAL="yes"
26319
26320 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
26321 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
26322
26323 AFMINSTALL=afminstall
26324 TOOLKIT=MGL
26325 GUIDIST=MGL_DIST
26326 fi
26327
26328 if test "$wxUSE_MICROWIN" = 1; then
26329 echo "$as_me:$LINENO: checking for MicroWindows" >&5
26330echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
26331 if test "x$MICROWINDOWS" = x ; then
26332 echo "$as_me:$LINENO: result: not found" >&5
26333echo "${ECHO_T}not found" >&6
26334 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
26335echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
26336 { (exit 1); exit 1; }; }
26337 else
26338 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
26339echo "${ECHO_T}$MICROWINDOWS" >&6
26340 fi
26341
26342 if test -f $MICROWINDOWS/lib/libmwin.a; then
26343 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
26344echo "${ECHO_T}MicroWindows' libraries found." >&6
26345 else
26346 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
26347echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
26348 { (exit 1); exit 1; }; }
26349 fi
26350
26351 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
26352 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
26353
26354 wxUSE_UNIVERSAL="yes"
26355
26356 AFMINSTALL=afminstall
26357 TOOLKIT=MICROWIN
26358 GUIDIST=MICROWIN_DIST
26359
26360 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
26361 fi
26362
74b84332 26363 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
ddd14b14 26364 echo "$as_me:$LINENO: checking for X" >&5
a848cd7e
SC
26365echo $ECHO_N "checking for X... $ECHO_C" >&6
26366
26367
26368# Check whether --with-x or --without-x was given.
26369if test "${with_x+set}" = set; then
26370 withval="$with_x"
26371
26372fi;
26373# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
26374if test "x$with_x" = xno; then
26375 # The user explicitly disabled X.
26376 have_x=disabled
26377else
26378 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
26379 # Both variables are already set.
26380 have_x=yes
26381 else
26382 if test "${ac_cv_have_x+set}" = set; then
26383 echo $ECHO_N "(cached) $ECHO_C" >&6
26384else
26385 # One or both of the vars are not set, and there is no cached value.
26386ac_x_includes=no ac_x_libraries=no
26387rm -fr conftest.dir
26388if mkdir conftest.dir; then
26389 cd conftest.dir
26390 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
26391 cat >Imakefile <<'_ACEOF'
26392acfindx:
26393 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
26394_ACEOF
26395 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
26396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
26397 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
26398 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
26399 for ac_extension in a so sl; do
26400 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
ac1cb8d3
VS
26401 test -f $ac_im_libdir/libX11.$ac_extension; then
26402 ac_im_usrlibdir=$ac_im_libdir; break
a848cd7e
SC
26403 fi
26404 done
26405 # Screen out bogus values from the imake configuration. They are
26406 # bogus both because they are the default anyway, and because
26407 # using them would break gcc on systems where it needs fixed includes.
26408 case $ac_im_incroot in
26409 /usr/include) ;;
26410 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
26411 esac
26412 case $ac_im_usrlibdir in
26413 /usr/lib | /lib) ;;
26414 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
26415 esac
26416 fi
26417 cd ..
26418 rm -fr conftest.dir
26419fi
26420
26421# Standard set of common directories for X headers.
26422# Check X11 before X11Rn because it is often a symlink to the current release.
26423ac_x_header_dirs='
26424/usr/X11/include
26425/usr/X11R6/include
26426/usr/X11R5/include
26427/usr/X11R4/include
26428
26429/usr/include/X11
26430/usr/include/X11R6
26431/usr/include/X11R5
26432/usr/include/X11R4
26433
26434/usr/local/X11/include
26435/usr/local/X11R6/include
26436/usr/local/X11R5/include
26437/usr/local/X11R4/include
26438
26439/usr/local/include/X11
26440/usr/local/include/X11R6
26441/usr/local/include/X11R5
26442/usr/local/include/X11R4
26443
26444/usr/X386/include
26445/usr/x386/include
26446/usr/XFree86/include/X11
26447
26448/usr/include
26449/usr/local/include
26450/usr/unsupported/include
26451/usr/athena/include
26452/usr/local/x11r5/include
26453/usr/lpp/Xamples/include
26454
26455/usr/openwin/include
26456/usr/openwin/share/include'
26457
26458if test "$ac_x_includes" = no; then
ddd14b14 26459 # Guess where to find include files, by looking for Intrinsic.h.
a848cd7e
SC
26460 # First, try using that file with no special directory specified.
26461 cat >conftest.$ac_ext <<_ACEOF
26462/* confdefs.h. */
26463_ACEOF
26464cat confdefs.h >>conftest.$ac_ext
26465cat >>conftest.$ac_ext <<_ACEOF
26466/* end confdefs.h. */
26467#include <X11/Intrinsic.h>
26468_ACEOF
26469if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26470 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26471 ac_status=$?
26472 grep -v '^ *+' conftest.er1 >conftest.err
26473 rm -f conftest.er1
26474 cat conftest.err >&5
26475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26476 (exit $ac_status); } >/dev/null; then
26477 if test -s conftest.err; then
26478 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 26479 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
26480 else
26481 ac_cpp_err=
26482 fi
26483else
26484 ac_cpp_err=yes
26485fi
26486if test -z "$ac_cpp_err"; then
26487 # We can compile using X headers with no special include directory.
26488ac_x_includes=
26489else
26490 echo "$as_me: failed program was:" >&5
26491sed 's/^/| /' conftest.$ac_ext >&5
26492
26493 for ac_dir in $ac_x_header_dirs; do
26494 if test -r "$ac_dir/X11/Intrinsic.h"; then
26495 ac_x_includes=$ac_dir
26496 break
26497 fi
26498done
26499fi
26500rm -f conftest.err conftest.$ac_ext
26501fi # $ac_x_includes = no
26502
26503if test "$ac_x_libraries" = no; then
26504 # Check for the libraries.
26505 # See if we find them without any special options.
26506 # Don't add to $LIBS permanently.
26507 ac_save_LIBS=$LIBS
26508 LIBS="-lXt $LIBS"
26509 cat >conftest.$ac_ext <<_ACEOF
26510/* confdefs.h. */
26511_ACEOF
26512cat confdefs.h >>conftest.$ac_ext
26513cat >>conftest.$ac_ext <<_ACEOF
26514/* end confdefs.h. */
26515#include <X11/Intrinsic.h>
26516int
26517main ()
26518{
26519XtMalloc (0)
26520 ;
26521 return 0;
26522}
26523_ACEOF
26524rm -f conftest.$ac_objext conftest$ac_exeext
26525if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26526 (eval $ac_link) 2>conftest.er1
a848cd7e 26527 ac_status=$?
ac1cb8d3
VS
26528 grep -v '^ *+' conftest.er1 >conftest.err
26529 rm -f conftest.er1
26530 cat conftest.err >&5
a848cd7e
SC
26531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26532 (exit $ac_status); } &&
ddd14b14
RR
26533 { ac_try='test -z "$ac_c_werror_flag"
26534 || test ! -s conftest.err'
ac1cb8d3
VS
26535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26536 (eval $ac_try) 2>&5
26537 ac_status=$?
26538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26539 (exit $ac_status); }; } &&
26540 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26542 (eval $ac_try) 2>&5
26543 ac_status=$?
26544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26545 (exit $ac_status); }; }; then
26546 LIBS=$ac_save_LIBS
26547# We can link X programs with no special library path.
26548ac_x_libraries=
26549else
26550 echo "$as_me: failed program was:" >&5
26551sed 's/^/| /' conftest.$ac_ext >&5
26552
26553LIBS=$ac_save_LIBS
26554for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
26555do
26556 # Don't even attempt the hair of trying to link an X program!
26557 for ac_extension in a so sl; do
26558 if test -r $ac_dir/libXt.$ac_extension; then
26559 ac_x_libraries=$ac_dir
26560 break 2
26561 fi
26562 done
26563done
26564fi
ac1cb8d3
VS
26565rm -f conftest.err conftest.$ac_objext \
26566 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26567fi # $ac_x_libraries = no
26568
26569if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
26570 # Didn't find X anywhere. Cache the known absence of X.
26571 ac_cv_have_x="have_x=no"
26572else
26573 # Record where we found X for the cache.
26574 ac_cv_have_x="have_x=yes \
ac1cb8d3 26575 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
a848cd7e
SC
26576fi
26577fi
26578
26579 fi
26580 eval "$ac_cv_have_x"
26581fi # $with_x != no
26582
26583if test "$have_x" != yes; then
26584 echo "$as_me:$LINENO: result: $have_x" >&5
26585echo "${ECHO_T}$have_x" >&6
26586 no_x=yes
26587else
26588 # If each of the values was on the command line, it overrides each guess.
26589 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
26590 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
26591 # Update the cache value to reflect the command line values.
26592 ac_cv_have_x="have_x=yes \
26593 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
ddd14b14
RR
26594 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
26595echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
a848cd7e
SC
26596fi
26597
26598if test "$no_x" = yes; then
26599 # Not all programs may use this symbol, but it does not hurt to define it.
26600
26601cat >>confdefs.h <<\_ACEOF
26602#define X_DISPLAY_MISSING 1
26603_ACEOF
26604
26605 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
26606else
26607 if test -n "$x_includes"; then
26608 X_CFLAGS="$X_CFLAGS -I$x_includes"
26609 fi
26610
26611 # It would also be nice to do this for all -L options, not just this one.
26612 if test -n "$x_libraries"; then
26613 X_LIBS="$X_LIBS -L$x_libraries"
26614 # For Solaris; some versions of Sun CC require a space after -R and
26615 # others require no space. Words are not sufficient . . . .
26616 case `(uname -sr) 2>/dev/null` in
26617 "SunOS 5"*)
26618 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
26619echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
26620 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
26621 cat >conftest.$ac_ext <<_ACEOF
26622/* confdefs.h. */
26623_ACEOF
26624cat confdefs.h >>conftest.$ac_ext
26625cat >>conftest.$ac_ext <<_ACEOF
26626/* end confdefs.h. */
26627
26628int
26629main ()
26630{
26631
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); } &&
ddd14b14
RR
26645 { ac_try='test -z "$ac_c_werror_flag"
26646 || test ! -s conftest.err'
ac1cb8d3
VS
26647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26648 (eval $ac_try) 2>&5
26649 ac_status=$?
26650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26651 (exit $ac_status); }; } &&
26652 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26654 (eval $ac_try) 2>&5
26655 ac_status=$?
26656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26657 (exit $ac_status); }; }; then
26658 ac_R_nospace=yes
26659else
26660 echo "$as_me: failed program was:" >&5
26661sed 's/^/| /' conftest.$ac_ext >&5
26662
26663ac_R_nospace=no
26664fi
ac1cb8d3
VS
26665rm -f conftest.err conftest.$ac_objext \
26666 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26667 if test $ac_R_nospace = yes; then
26668 echo "$as_me:$LINENO: result: no" >&5
26669echo "${ECHO_T}no" >&6
26670 X_LIBS="$X_LIBS -R$x_libraries"
26671 else
26672 LIBS="$ac_xsave_LIBS -R $x_libraries"
26673 cat >conftest.$ac_ext <<_ACEOF
26674/* confdefs.h. */
26675_ACEOF
26676cat confdefs.h >>conftest.$ac_ext
26677cat >>conftest.$ac_ext <<_ACEOF
26678/* end confdefs.h. */
26679
26680int
26681main ()
26682{
26683
26684 ;
26685 return 0;
26686}
26687_ACEOF
26688rm -f conftest.$ac_objext conftest$ac_exeext
26689if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26690 (eval $ac_link) 2>conftest.er1
a848cd7e 26691 ac_status=$?
ac1cb8d3
VS
26692 grep -v '^ *+' conftest.er1 >conftest.err
26693 rm -f conftest.er1
26694 cat conftest.err >&5
a848cd7e
SC
26695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26696 (exit $ac_status); } &&
ddd14b14
RR
26697 { ac_try='test -z "$ac_c_werror_flag"
26698 || test ! -s conftest.err'
ac1cb8d3
VS
26699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26700 (eval $ac_try) 2>&5
26701 ac_status=$?
26702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26703 (exit $ac_status); }; } &&
26704 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26706 (eval $ac_try) 2>&5
26707 ac_status=$?
26708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26709 (exit $ac_status); }; }; then
26710 ac_R_space=yes
26711else
26712 echo "$as_me: failed program was:" >&5
26713sed 's/^/| /' conftest.$ac_ext >&5
26714
26715ac_R_space=no
26716fi
ac1cb8d3
VS
26717rm -f conftest.err conftest.$ac_objext \
26718 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26719 if test $ac_R_space = yes; then
26720 echo "$as_me:$LINENO: result: yes" >&5
26721echo "${ECHO_T}yes" >&6
26722 X_LIBS="$X_LIBS -R $x_libraries"
26723 else
26724 echo "$as_me:$LINENO: result: neither works" >&5
26725echo "${ECHO_T}neither works" >&6
26726 fi
26727 fi
26728 LIBS=$ac_xsave_LIBS
26729 esac
26730 fi
26731
26732 # Check for system-dependent libraries X programs must link with.
26733 # Do this before checking for the system-independent R6 libraries
26734 # (-lICE), since we may need -lsocket or whatever for X linking.
26735
26736 if test "$ISC" = yes; then
26737 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
26738 else
26739 # Martyn Johnson says this is needed for Ultrix, if the X
26740 # libraries were built with DECnet support. And Karl Berry says
26741 # the Alpha needs dnet_stub (dnet does not exist).
26742 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
26743 cat >conftest.$ac_ext <<_ACEOF
26744/* confdefs.h. */
26745_ACEOF
26746cat confdefs.h >>conftest.$ac_ext
26747cat >>conftest.$ac_ext <<_ACEOF
26748/* end confdefs.h. */
26749
26750/* Override any gcc2 internal prototype to avoid an error. */
26751#ifdef __cplusplus
26752extern "C"
26753#endif
26754/* We use char because int might match the return type of a gcc2
26755 builtin and then its argument prototype would still apply. */
26756char XOpenDisplay ();
26757int
26758main ()
26759{
26760XOpenDisplay ();
26761 ;
26762 return 0;
26763}
26764_ACEOF
26765rm -f conftest.$ac_objext conftest$ac_exeext
26766if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26767 (eval $ac_link) 2>conftest.er1
a848cd7e 26768 ac_status=$?
ac1cb8d3
VS
26769 grep -v '^ *+' conftest.er1 >conftest.err
26770 rm -f conftest.er1
26771 cat conftest.err >&5
a848cd7e
SC
26772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26773 (exit $ac_status); } &&
ddd14b14
RR
26774 { ac_try='test -z "$ac_c_werror_flag"
26775 || test ! -s conftest.err'
ac1cb8d3
VS
26776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26777 (eval $ac_try) 2>&5
26778 ac_status=$?
26779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26780 (exit $ac_status); }; } &&
26781 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26783 (eval $ac_try) 2>&5
26784 ac_status=$?
26785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26786 (exit $ac_status); }; }; then
26787 :
26788else
26789 echo "$as_me: failed program was:" >&5
26790sed 's/^/| /' conftest.$ac_ext >&5
26791
26792echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26793echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26794if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26795 echo $ECHO_N "(cached) $ECHO_C" >&6
26796else
26797 ac_check_lib_save_LIBS=$LIBS
26798LIBS="-ldnet $LIBS"
26799cat >conftest.$ac_ext <<_ACEOF
26800/* confdefs.h. */
26801_ACEOF
26802cat confdefs.h >>conftest.$ac_ext
26803cat >>conftest.$ac_ext <<_ACEOF
26804/* end confdefs.h. */
26805
26806/* Override any gcc2 internal prototype to avoid an error. */
26807#ifdef __cplusplus
26808extern "C"
26809#endif
26810/* We use char because int might match the return type of a gcc2
26811 builtin and then its argument prototype would still apply. */
26812char dnet_ntoa ();
26813int
26814main ()
26815{
26816dnet_ntoa ();
26817 ;
26818 return 0;
26819}
26820_ACEOF
26821rm -f conftest.$ac_objext conftest$ac_exeext
26822if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26823 (eval $ac_link) 2>conftest.er1
a848cd7e 26824 ac_status=$?
ac1cb8d3
VS
26825 grep -v '^ *+' conftest.er1 >conftest.err
26826 rm -f conftest.er1
26827 cat conftest.err >&5
a848cd7e
SC
26828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26829 (exit $ac_status); } &&
ddd14b14
RR
26830 { ac_try='test -z "$ac_c_werror_flag"
26831 || test ! -s conftest.err'
ac1cb8d3
VS
26832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26833 (eval $ac_try) 2>&5
26834 ac_status=$?
26835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26836 (exit $ac_status); }; } &&
26837 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26839 (eval $ac_try) 2>&5
26840 ac_status=$?
26841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26842 (exit $ac_status); }; }; then
26843 ac_cv_lib_dnet_dnet_ntoa=yes
26844else
26845 echo "$as_me: failed program was:" >&5
26846sed 's/^/| /' conftest.$ac_ext >&5
26847
26848ac_cv_lib_dnet_dnet_ntoa=no
26849fi
ac1cb8d3
VS
26850rm -f conftest.err conftest.$ac_objext \
26851 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26852LIBS=$ac_check_lib_save_LIBS
26853fi
26854echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
26855echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
26856if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
26857 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
26858fi
26859
26860 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
26861 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
26862echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
26863if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
26864 echo $ECHO_N "(cached) $ECHO_C" >&6
26865else
26866 ac_check_lib_save_LIBS=$LIBS
26867LIBS="-ldnet_stub $LIBS"
26868cat >conftest.$ac_ext <<_ACEOF
26869/* confdefs.h. */
26870_ACEOF
26871cat confdefs.h >>conftest.$ac_ext
26872cat >>conftest.$ac_ext <<_ACEOF
26873/* end confdefs.h. */
26874
26875/* Override any gcc2 internal prototype to avoid an error. */
26876#ifdef __cplusplus
26877extern "C"
26878#endif
26879/* We use char because int might match the return type of a gcc2
26880 builtin and then its argument prototype would still apply. */
26881char dnet_ntoa ();
26882int
26883main ()
26884{
26885dnet_ntoa ();
26886 ;
26887 return 0;
26888}
26889_ACEOF
26890rm -f conftest.$ac_objext conftest$ac_exeext
26891if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26892 (eval $ac_link) 2>conftest.er1
a848cd7e 26893 ac_status=$?
ac1cb8d3
VS
26894 grep -v '^ *+' conftest.er1 >conftest.err
26895 rm -f conftest.er1
26896 cat conftest.err >&5
a848cd7e
SC
26897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26898 (exit $ac_status); } &&
ddd14b14
RR
26899 { ac_try='test -z "$ac_c_werror_flag"
26900 || test ! -s conftest.err'
ac1cb8d3
VS
26901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26902 (eval $ac_try) 2>&5
26903 ac_status=$?
26904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26905 (exit $ac_status); }; } &&
26906 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26908 (eval $ac_try) 2>&5
26909 ac_status=$?
26910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26911 (exit $ac_status); }; }; then
26912 ac_cv_lib_dnet_stub_dnet_ntoa=yes
26913else
26914 echo "$as_me: failed program was:" >&5
26915sed 's/^/| /' conftest.$ac_ext >&5
26916
26917ac_cv_lib_dnet_stub_dnet_ntoa=no
26918fi
ac1cb8d3
VS
26919rm -f conftest.err conftest.$ac_objext \
26920 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26921LIBS=$ac_check_lib_save_LIBS
26922fi
26923echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
26924echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
26925if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
26926 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
26927fi
26928
26929 fi
26930fi
ac1cb8d3
VS
26931rm -f conftest.err conftest.$ac_objext \
26932 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26933 LIBS="$ac_xsave_LIBS"
26934
26935 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
26936 # to get the SysV transport functions.
26937 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
26938 # needs -lnsl.
26939 # The nsl library prevents programs from opening the X display
26940 # on Irix 5.2, according to T.E. Dickey.
26941 # The functions gethostbyname, getservbyname, and inet_addr are
26942 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
26943 echo "$as_me:$LINENO: checking for gethostbyname" >&5
26944echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
26945if test "${ac_cv_func_gethostbyname+set}" = set; then
26946 echo $ECHO_N "(cached) $ECHO_C" >&6
26947else
26948 cat >conftest.$ac_ext <<_ACEOF
26949/* confdefs.h. */
26950_ACEOF
26951cat confdefs.h >>conftest.$ac_ext
26952cat >>conftest.$ac_ext <<_ACEOF
26953/* end confdefs.h. */
ac1cb8d3
VS
26954/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
26955 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26956#define gethostbyname innocuous_gethostbyname
26957
a848cd7e
SC
26958/* System header to define __stub macros and hopefully few prototypes,
26959 which can conflict with char gethostbyname (); below.
26960 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26961 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 26962
a848cd7e
SC
26963#ifdef __STDC__
26964# include <limits.h>
26965#else
26966# include <assert.h>
26967#endif
ac1cb8d3
VS
26968
26969#undef gethostbyname
26970
a848cd7e
SC
26971/* Override any gcc2 internal prototype to avoid an error. */
26972#ifdef __cplusplus
26973extern "C"
26974{
26975#endif
26976/* We use char because int might match the return type of a gcc2
26977 builtin and then its argument prototype would still apply. */
26978char gethostbyname ();
26979/* The GNU C library defines this for functions which it implements
26980 to always fail with ENOSYS. Some functions are actually named
26981 something starting with __ and the normal name is an alias. */
26982#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
26983choke me
26984#else
26985char (*f) () = gethostbyname;
26986#endif
26987#ifdef __cplusplus
26988}
26989#endif
26990
26991int
26992main ()
26993{
26994return f != gethostbyname;
26995 ;
26996 return 0;
26997}
26998_ACEOF
26999rm -f conftest.$ac_objext conftest$ac_exeext
27000if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27001 (eval $ac_link) 2>conftest.er1
a848cd7e 27002 ac_status=$?
ac1cb8d3
VS
27003 grep -v '^ *+' conftest.er1 >conftest.err
27004 rm -f conftest.er1
27005 cat conftest.err >&5
a848cd7e
SC
27006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27007 (exit $ac_status); } &&
ddd14b14
RR
27008 { ac_try='test -z "$ac_c_werror_flag"
27009 || test ! -s conftest.err'
ac1cb8d3
VS
27010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27011 (eval $ac_try) 2>&5
27012 ac_status=$?
27013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27014 (exit $ac_status); }; } &&
27015 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27017 (eval $ac_try) 2>&5
27018 ac_status=$?
27019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27020 (exit $ac_status); }; }; then
27021 ac_cv_func_gethostbyname=yes
27022else
27023 echo "$as_me: failed program was:" >&5
27024sed 's/^/| /' conftest.$ac_ext >&5
27025
27026ac_cv_func_gethostbyname=no
27027fi
ac1cb8d3
VS
27028rm -f conftest.err conftest.$ac_objext \
27029 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27030fi
27031echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
27032echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
27033
27034 if test $ac_cv_func_gethostbyname = no; then
27035 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
27036echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
27037if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
27038 echo $ECHO_N "(cached) $ECHO_C" >&6
27039else
27040 ac_check_lib_save_LIBS=$LIBS
27041LIBS="-lnsl $LIBS"
27042cat >conftest.$ac_ext <<_ACEOF
27043/* confdefs.h. */
27044_ACEOF
27045cat confdefs.h >>conftest.$ac_ext
27046cat >>conftest.$ac_ext <<_ACEOF
27047/* end confdefs.h. */
27048
27049/* Override any gcc2 internal prototype to avoid an error. */
27050#ifdef __cplusplus
27051extern "C"
27052#endif
27053/* We use char because int might match the return type of a gcc2
27054 builtin and then its argument prototype would still apply. */
27055char gethostbyname ();
27056int
27057main ()
27058{
27059gethostbyname ();
27060 ;
27061 return 0;
27062}
27063_ACEOF
27064rm -f conftest.$ac_objext conftest$ac_exeext
27065if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3
VS
27066 (eval $ac_link) 2>conftest.er1
27067 ac_status=$?
27068 grep -v '^ *+' conftest.er1 >conftest.err
27069 rm -f conftest.er1
27070 cat conftest.err >&5
27071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27072 (exit $ac_status); } &&
ddd14b14
RR
27073 { ac_try='test -z "$ac_c_werror_flag"
27074 || test ! -s conftest.err'
ac1cb8d3
VS
27075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27076 (eval $ac_try) 2>&5
27077 ac_status=$?
27078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27079 (exit $ac_status); }; } &&
27080 { ac_try='test -s conftest$ac_exeext'
27081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27082 (eval $ac_try) 2>&5
27083 ac_status=$?
27084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27085 (exit $ac_status); }; }; then
27086 ac_cv_lib_nsl_gethostbyname=yes
27087else
27088 echo "$as_me: failed program was:" >&5
27089sed 's/^/| /' conftest.$ac_ext >&5
27090
27091ac_cv_lib_nsl_gethostbyname=no
27092fi
27093rm -f conftest.err conftest.$ac_objext \
27094 conftest$ac_exeext conftest.$ac_ext
27095LIBS=$ac_check_lib_save_LIBS
27096fi
27097echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
27098echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
27099if test $ac_cv_lib_nsl_gethostbyname = yes; then
27100 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
27101fi
27102
27103 if test $ac_cv_lib_nsl_gethostbyname = no; then
27104 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
27105echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
27106if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
27107 echo $ECHO_N "(cached) $ECHO_C" >&6
27108else
27109 ac_check_lib_save_LIBS=$LIBS
27110LIBS="-lbsd $LIBS"
27111cat >conftest.$ac_ext <<_ACEOF
27112/* confdefs.h. */
27113_ACEOF
27114cat confdefs.h >>conftest.$ac_ext
27115cat >>conftest.$ac_ext <<_ACEOF
27116/* end confdefs.h. */
27117
27118/* Override any gcc2 internal prototype to avoid an error. */
27119#ifdef __cplusplus
27120extern "C"
27121#endif
27122/* We use char because int might match the return type of a gcc2
27123 builtin and then its argument prototype would still apply. */
27124char gethostbyname ();
27125int
27126main ()
27127{
27128gethostbyname ();
27129 ;
27130 return 0;
27131}
27132_ACEOF
27133rm -f conftest.$ac_objext conftest$ac_exeext
27134if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27135 (eval $ac_link) 2>conftest.er1
a848cd7e 27136 ac_status=$?
ac1cb8d3
VS
27137 grep -v '^ *+' conftest.er1 >conftest.err
27138 rm -f conftest.er1
27139 cat conftest.err >&5
a848cd7e
SC
27140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27141 (exit $ac_status); } &&
ddd14b14
RR
27142 { ac_try='test -z "$ac_c_werror_flag"
27143 || test ! -s conftest.err'
a848cd7e
SC
27144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27145 (eval $ac_try) 2>&5
27146 ac_status=$?
27147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ac1cb8d3
VS
27148 (exit $ac_status); }; } &&
27149 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27151 (eval $ac_try) 2>&5
27152 ac_status=$?
27153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27154 (exit $ac_status); }; }; then
27155 ac_cv_lib_bsd_gethostbyname=yes
27156else
27157 echo "$as_me: failed program was:" >&5
27158sed 's/^/| /' conftest.$ac_ext >&5
27159
27160ac_cv_lib_bsd_gethostbyname=no
27161fi
ac1cb8d3
VS
27162rm -f conftest.err conftest.$ac_objext \
27163 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27164LIBS=$ac_check_lib_save_LIBS
27165fi
27166echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
27167echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
27168if test $ac_cv_lib_bsd_gethostbyname = yes; then
27169 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
27170fi
27171
27172 fi
27173 fi
27174
27175 # lieder@skyler.mavd.honeywell.com says without -lsocket,
27176 # socket/setsockopt and other routines are undefined under SCO ODT
27177 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
27178 # on later versions), says Simon Leinen: it contains gethostby*
27179 # variants that don't use the name server (or something). -lsocket
27180 # must be given before -lnsl if both are needed. We assume that
27181 # if connect needs -lnsl, so does gethostbyname.
27182 echo "$as_me:$LINENO: checking for connect" >&5
27183echo $ECHO_N "checking for connect... $ECHO_C" >&6
27184if test "${ac_cv_func_connect+set}" = set; then
27185 echo $ECHO_N "(cached) $ECHO_C" >&6
27186else
27187 cat >conftest.$ac_ext <<_ACEOF
27188/* confdefs.h. */
27189_ACEOF
27190cat confdefs.h >>conftest.$ac_ext
27191cat >>conftest.$ac_ext <<_ACEOF
27192/* end confdefs.h. */
ac1cb8d3
VS
27193/* Define connect to an innocuous variant, in case <limits.h> declares connect.
27194 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27195#define connect innocuous_connect
27196
a848cd7e
SC
27197/* System header to define __stub macros and hopefully few prototypes,
27198 which can conflict with char connect (); below.
27199 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27200 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27201
a848cd7e
SC
27202#ifdef __STDC__
27203# include <limits.h>
27204#else
27205# include <assert.h>
27206#endif
ac1cb8d3
VS
27207
27208#undef connect
27209
a848cd7e
SC
27210/* Override any gcc2 internal prototype to avoid an error. */
27211#ifdef __cplusplus
27212extern "C"
27213{
27214#endif
27215/* We use char because int might match the return type of a gcc2
27216 builtin and then its argument prototype would still apply. */
27217char connect ();
27218/* The GNU C library defines this for functions which it implements
27219 to always fail with ENOSYS. Some functions are actually named
27220 something starting with __ and the normal name is an alias. */
27221#if defined (__stub_connect) || defined (__stub___connect)
27222choke me
27223#else
27224char (*f) () = connect;
27225#endif
27226#ifdef __cplusplus
27227}
27228#endif
27229
27230int
27231main ()
27232{
27233return f != connect;
27234 ;
27235 return 0;
27236}
27237_ACEOF
27238rm -f conftest.$ac_objext conftest$ac_exeext
27239if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27240 (eval $ac_link) 2>conftest.er1
a848cd7e 27241 ac_status=$?
ac1cb8d3
VS
27242 grep -v '^ *+' conftest.er1 >conftest.err
27243 rm -f conftest.er1
27244 cat conftest.err >&5
a848cd7e
SC
27245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27246 (exit $ac_status); } &&
ddd14b14
RR
27247 { ac_try='test -z "$ac_c_werror_flag"
27248 || test ! -s conftest.err'
ac1cb8d3
VS
27249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27250 (eval $ac_try) 2>&5
27251 ac_status=$?
27252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27253 (exit $ac_status); }; } &&
27254 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27256 (eval $ac_try) 2>&5
27257 ac_status=$?
27258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27259 (exit $ac_status); }; }; then
27260 ac_cv_func_connect=yes
27261else
27262 echo "$as_me: failed program was:" >&5
27263sed 's/^/| /' conftest.$ac_ext >&5
27264
27265ac_cv_func_connect=no
27266fi
ac1cb8d3
VS
27267rm -f conftest.err conftest.$ac_objext \
27268 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27269fi
27270echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
27271echo "${ECHO_T}$ac_cv_func_connect" >&6
27272
27273 if test $ac_cv_func_connect = no; then
27274 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
27275echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
27276if test "${ac_cv_lib_socket_connect+set}" = set; then
27277 echo $ECHO_N "(cached) $ECHO_C" >&6
27278else
27279 ac_check_lib_save_LIBS=$LIBS
27280LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
27281cat >conftest.$ac_ext <<_ACEOF
27282/* confdefs.h. */
27283_ACEOF
27284cat confdefs.h >>conftest.$ac_ext
27285cat >>conftest.$ac_ext <<_ACEOF
27286/* end confdefs.h. */
27287
27288/* Override any gcc2 internal prototype to avoid an error. */
27289#ifdef __cplusplus
27290extern "C"
27291#endif
27292/* We use char because int might match the return type of a gcc2
27293 builtin and then its argument prototype would still apply. */
27294char connect ();
27295int
27296main ()
27297{
27298connect ();
27299 ;
27300 return 0;
27301}
27302_ACEOF
27303rm -f conftest.$ac_objext conftest$ac_exeext
27304if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27305 (eval $ac_link) 2>conftest.er1
a848cd7e 27306 ac_status=$?
ac1cb8d3
VS
27307 grep -v '^ *+' conftest.er1 >conftest.err
27308 rm -f conftest.er1
27309 cat conftest.err >&5
a848cd7e
SC
27310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27311 (exit $ac_status); } &&
ddd14b14
RR
27312 { ac_try='test -z "$ac_c_werror_flag"
27313 || test ! -s conftest.err'
ac1cb8d3
VS
27314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27315 (eval $ac_try) 2>&5
27316 ac_status=$?
27317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27318 (exit $ac_status); }; } &&
27319 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27321 (eval $ac_try) 2>&5
27322 ac_status=$?
27323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27324 (exit $ac_status); }; }; then
27325 ac_cv_lib_socket_connect=yes
27326else
27327 echo "$as_me: failed program was:" >&5
27328sed 's/^/| /' conftest.$ac_ext >&5
27329
27330ac_cv_lib_socket_connect=no
27331fi
ac1cb8d3
VS
27332rm -f conftest.err conftest.$ac_objext \
27333 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27334LIBS=$ac_check_lib_save_LIBS
27335fi
27336echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
27337echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
27338if test $ac_cv_lib_socket_connect = yes; then
27339 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
27340fi
27341
27342 fi
27343
27344 # Guillermo Gomez says -lposix is necessary on A/UX.
27345 echo "$as_me:$LINENO: checking for remove" >&5
27346echo $ECHO_N "checking for remove... $ECHO_C" >&6
27347if test "${ac_cv_func_remove+set}" = set; then
27348 echo $ECHO_N "(cached) $ECHO_C" >&6
27349else
27350 cat >conftest.$ac_ext <<_ACEOF
27351/* confdefs.h. */
27352_ACEOF
27353cat confdefs.h >>conftest.$ac_ext
27354cat >>conftest.$ac_ext <<_ACEOF
27355/* end confdefs.h. */
ac1cb8d3
VS
27356/* Define remove to an innocuous variant, in case <limits.h> declares remove.
27357 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27358#define remove innocuous_remove
27359
a848cd7e
SC
27360/* System header to define __stub macros and hopefully few prototypes,
27361 which can conflict with char remove (); below.
27362 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27363 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27364
a848cd7e
SC
27365#ifdef __STDC__
27366# include <limits.h>
27367#else
27368# include <assert.h>
27369#endif
ac1cb8d3
VS
27370
27371#undef remove
27372
a848cd7e
SC
27373/* Override any gcc2 internal prototype to avoid an error. */
27374#ifdef __cplusplus
27375extern "C"
27376{
27377#endif
27378/* We use char because int might match the return type of a gcc2
27379 builtin and then its argument prototype would still apply. */
27380char remove ();
27381/* The GNU C library defines this for functions which it implements
27382 to always fail with ENOSYS. Some functions are actually named
27383 something starting with __ and the normal name is an alias. */
27384#if defined (__stub_remove) || defined (__stub___remove)
27385choke me
27386#else
27387char (*f) () = remove;
27388#endif
27389#ifdef __cplusplus
27390}
27391#endif
27392
27393int
27394main ()
27395{
27396return f != remove;
27397 ;
27398 return 0;
27399}
27400_ACEOF
27401rm -f conftest.$ac_objext conftest$ac_exeext
27402if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27403 (eval $ac_link) 2>conftest.er1
a848cd7e 27404 ac_status=$?
ac1cb8d3
VS
27405 grep -v '^ *+' conftest.er1 >conftest.err
27406 rm -f conftest.er1
27407 cat conftest.err >&5
a848cd7e
SC
27408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27409 (exit $ac_status); } &&
ddd14b14
RR
27410 { ac_try='test -z "$ac_c_werror_flag"
27411 || test ! -s conftest.err'
ac1cb8d3
VS
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); }; } &&
27417 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27419 (eval $ac_try) 2>&5
27420 ac_status=$?
27421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27422 (exit $ac_status); }; }; then
27423 ac_cv_func_remove=yes
27424else
27425 echo "$as_me: failed program was:" >&5
27426sed 's/^/| /' conftest.$ac_ext >&5
27427
27428ac_cv_func_remove=no
27429fi
ac1cb8d3
VS
27430rm -f conftest.err conftest.$ac_objext \
27431 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27432fi
27433echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
27434echo "${ECHO_T}$ac_cv_func_remove" >&6
27435
27436 if test $ac_cv_func_remove = no; then
27437 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
27438echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
27439if test "${ac_cv_lib_posix_remove+set}" = set; then
27440 echo $ECHO_N "(cached) $ECHO_C" >&6
27441else
27442 ac_check_lib_save_LIBS=$LIBS
27443LIBS="-lposix $LIBS"
27444cat >conftest.$ac_ext <<_ACEOF
27445/* confdefs.h. */
27446_ACEOF
27447cat confdefs.h >>conftest.$ac_ext
27448cat >>conftest.$ac_ext <<_ACEOF
27449/* end confdefs.h. */
27450
27451/* Override any gcc2 internal prototype to avoid an error. */
27452#ifdef __cplusplus
27453extern "C"
27454#endif
27455/* We use char because int might match the return type of a gcc2
27456 builtin and then its argument prototype would still apply. */
27457char remove ();
27458int
27459main ()
27460{
27461remove ();
27462 ;
27463 return 0;
27464}
27465_ACEOF
27466rm -f conftest.$ac_objext conftest$ac_exeext
27467if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27468 (eval $ac_link) 2>conftest.er1
a848cd7e 27469 ac_status=$?
ac1cb8d3
VS
27470 grep -v '^ *+' conftest.er1 >conftest.err
27471 rm -f conftest.er1
27472 cat conftest.err >&5
a848cd7e
SC
27473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27474 (exit $ac_status); } &&
ddd14b14
RR
27475 { ac_try='test -z "$ac_c_werror_flag"
27476 || test ! -s conftest.err'
ac1cb8d3
VS
27477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27478 (eval $ac_try) 2>&5
27479 ac_status=$?
27480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27481 (exit $ac_status); }; } &&
27482 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27484 (eval $ac_try) 2>&5
27485 ac_status=$?
27486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27487 (exit $ac_status); }; }; then
27488 ac_cv_lib_posix_remove=yes
27489else
27490 echo "$as_me: failed program was:" >&5
27491sed 's/^/| /' conftest.$ac_ext >&5
27492
27493ac_cv_lib_posix_remove=no
27494fi
ac1cb8d3
VS
27495rm -f conftest.err conftest.$ac_objext \
27496 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27497LIBS=$ac_check_lib_save_LIBS
27498fi
27499echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
27500echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
27501if test $ac_cv_lib_posix_remove = yes; then
27502 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
27503fi
27504
27505 fi
27506
27507 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
27508 echo "$as_me:$LINENO: checking for shmat" >&5
27509echo $ECHO_N "checking for shmat... $ECHO_C" >&6
27510if test "${ac_cv_func_shmat+set}" = set; then
27511 echo $ECHO_N "(cached) $ECHO_C" >&6
27512else
27513 cat >conftest.$ac_ext <<_ACEOF
27514/* confdefs.h. */
27515_ACEOF
27516cat confdefs.h >>conftest.$ac_ext
27517cat >>conftest.$ac_ext <<_ACEOF
27518/* end confdefs.h. */
ac1cb8d3
VS
27519/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
27520 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27521#define shmat innocuous_shmat
27522
a848cd7e
SC
27523/* System header to define __stub macros and hopefully few prototypes,
27524 which can conflict with char shmat (); below.
27525 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27526 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27527
a848cd7e
SC
27528#ifdef __STDC__
27529# include <limits.h>
27530#else
27531# include <assert.h>
27532#endif
ac1cb8d3
VS
27533
27534#undef shmat
27535
a848cd7e
SC
27536/* Override any gcc2 internal prototype to avoid an error. */
27537#ifdef __cplusplus
27538extern "C"
27539{
27540#endif
27541/* We use char because int might match the return type of a gcc2
27542 builtin and then its argument prototype would still apply. */
27543char shmat ();
27544/* The GNU C library defines this for functions which it implements
27545 to always fail with ENOSYS. Some functions are actually named
27546 something starting with __ and the normal name is an alias. */
27547#if defined (__stub_shmat) || defined (__stub___shmat)
27548choke me
27549#else
27550char (*f) () = shmat;
27551#endif
27552#ifdef __cplusplus
27553}
27554#endif
27555
27556int
27557main ()
27558{
27559return f != shmat;
27560 ;
27561 return 0;
27562}
27563_ACEOF
27564rm -f conftest.$ac_objext conftest$ac_exeext
27565if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27566 (eval $ac_link) 2>conftest.er1
a848cd7e 27567 ac_status=$?
ac1cb8d3
VS
27568 grep -v '^ *+' conftest.er1 >conftest.err
27569 rm -f conftest.er1
27570 cat conftest.err >&5
a848cd7e
SC
27571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27572 (exit $ac_status); } &&
ddd14b14
RR
27573 { ac_try='test -z "$ac_c_werror_flag"
27574 || test ! -s conftest.err'
ac1cb8d3
VS
27575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27576 (eval $ac_try) 2>&5
27577 ac_status=$?
27578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27579 (exit $ac_status); }; } &&
27580 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27582 (eval $ac_try) 2>&5
27583 ac_status=$?
27584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27585 (exit $ac_status); }; }; then
27586 ac_cv_func_shmat=yes
27587else
27588 echo "$as_me: failed program was:" >&5
27589sed 's/^/| /' conftest.$ac_ext >&5
27590
27591ac_cv_func_shmat=no
27592fi
ac1cb8d3
VS
27593rm -f conftest.err conftest.$ac_objext \
27594 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27595fi
27596echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
27597echo "${ECHO_T}$ac_cv_func_shmat" >&6
27598
27599 if test $ac_cv_func_shmat = no; then
27600 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
27601echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
27602if test "${ac_cv_lib_ipc_shmat+set}" = set; then
27603 echo $ECHO_N "(cached) $ECHO_C" >&6
27604else
27605 ac_check_lib_save_LIBS=$LIBS
27606LIBS="-lipc $LIBS"
27607cat >conftest.$ac_ext <<_ACEOF
27608/* confdefs.h. */
27609_ACEOF
27610cat confdefs.h >>conftest.$ac_ext
27611cat >>conftest.$ac_ext <<_ACEOF
27612/* end confdefs.h. */
27613
27614/* Override any gcc2 internal prototype to avoid an error. */
27615#ifdef __cplusplus
27616extern "C"
27617#endif
27618/* We use char because int might match the return type of a gcc2
27619 builtin and then its argument prototype would still apply. */
27620char shmat ();
27621int
27622main ()
27623{
27624shmat ();
27625 ;
27626 return 0;
27627}
27628_ACEOF
27629rm -f conftest.$ac_objext conftest$ac_exeext
27630if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27631 (eval $ac_link) 2>conftest.er1
a848cd7e 27632 ac_status=$?
ac1cb8d3
VS
27633 grep -v '^ *+' conftest.er1 >conftest.err
27634 rm -f conftest.er1
27635 cat conftest.err >&5
a848cd7e
SC
27636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27637 (exit $ac_status); } &&
ddd14b14
RR
27638 { ac_try='test -z "$ac_c_werror_flag"
27639 || test ! -s conftest.err'
ac1cb8d3
VS
27640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27641 (eval $ac_try) 2>&5
27642 ac_status=$?
27643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27644 (exit $ac_status); }; } &&
27645 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27647 (eval $ac_try) 2>&5
27648 ac_status=$?
27649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27650 (exit $ac_status); }; }; then
27651 ac_cv_lib_ipc_shmat=yes
27652else
27653 echo "$as_me: failed program was:" >&5
27654sed 's/^/| /' conftest.$ac_ext >&5
27655
27656ac_cv_lib_ipc_shmat=no
27657fi
ac1cb8d3
VS
27658rm -f conftest.err conftest.$ac_objext \
27659 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27660LIBS=$ac_check_lib_save_LIBS
27661fi
27662echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
27663echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
27664if test $ac_cv_lib_ipc_shmat = yes; then
27665 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
27666fi
27667
27668 fi
27669 fi
27670
27671 # Check for libraries that X11R6 Xt/Xaw programs need.
27672 ac_save_LDFLAGS=$LDFLAGS
27673 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
27674 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
27675 # check for ICE first), but we must link in the order -lSM -lICE or
27676 # we get undefined symbols. So assume we have SM if we have ICE.
27677 # These have to be linked with before -lX11, unlike the other
27678 # libraries we check for below, so use a different variable.
27679 # John Interrante, Karl Berry
27680 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
27681echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
27682if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
27683 echo $ECHO_N "(cached) $ECHO_C" >&6
27684else
27685 ac_check_lib_save_LIBS=$LIBS
27686LIBS="-lICE $X_EXTRA_LIBS $LIBS"
27687cat >conftest.$ac_ext <<_ACEOF
27688/* confdefs.h. */
27689_ACEOF
27690cat confdefs.h >>conftest.$ac_ext
27691cat >>conftest.$ac_ext <<_ACEOF
27692/* end confdefs.h. */
27693
27694/* Override any gcc2 internal prototype to avoid an error. */
27695#ifdef __cplusplus
27696extern "C"
27697#endif
27698/* We use char because int might match the return type of a gcc2
27699 builtin and then its argument prototype would still apply. */
27700char IceConnectionNumber ();
27701int
27702main ()
27703{
27704IceConnectionNumber ();
27705 ;
27706 return 0;
27707}
27708_ACEOF
27709rm -f conftest.$ac_objext conftest$ac_exeext
27710if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27711 (eval $ac_link) 2>conftest.er1
a848cd7e 27712 ac_status=$?
ac1cb8d3
VS
27713 grep -v '^ *+' conftest.er1 >conftest.err
27714 rm -f conftest.er1
27715 cat conftest.err >&5
a848cd7e
SC
27716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27717 (exit $ac_status); } &&
ddd14b14
RR
27718 { ac_try='test -z "$ac_c_werror_flag"
27719 || test ! -s conftest.err'
ac1cb8d3
VS
27720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27721 (eval $ac_try) 2>&5
27722 ac_status=$?
27723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27724 (exit $ac_status); }; } &&
27725 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27727 (eval $ac_try) 2>&5
27728 ac_status=$?
27729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27730 (exit $ac_status); }; }; then
27731 ac_cv_lib_ICE_IceConnectionNumber=yes
27732else
27733 echo "$as_me: failed program was:" >&5
27734sed 's/^/| /' conftest.$ac_ext >&5
27735
27736ac_cv_lib_ICE_IceConnectionNumber=no
27737fi
ac1cb8d3
VS
27738rm -f conftest.err conftest.$ac_objext \
27739 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27740LIBS=$ac_check_lib_save_LIBS
27741fi
27742echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
27743echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
27744if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
27745 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
27746fi
27747
27748 LDFLAGS=$ac_save_LDFLAGS
27749
27750fi
27751
27752
27753 if test "$no_x" = "yes"; then
27754 { { echo "$as_me:$LINENO: error: X11 not found" >&5
27755echo "$as_me: error: X11 not found" >&2;}
27756 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
27757 fi
27758
74b84332
VS
27759 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
27760 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
a848cd7e
SC
27761 AFMINSTALL=afminstall
27762 COMPILED_X_PROGRAM=0
27763
74b84332
VS
27764 fi
27765
27766 if test "$wxUSE_X11" = 1; then
a848cd7e
SC
27767 if test "$wxUSE_NANOX" = "yes"; then
27768 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
27769echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27770 if test "x$MICROWIN" = x ; then
27771 echo "$as_me:$LINENO: result: not found" >&5
27772echo "${ECHO_T}not found" >&6
27773 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27774echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27775 { (exit 1); exit 1; }; }
27776 else
27777 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27778echo "${ECHO_T}$MICROWIN" >&6
27779 cat >>confdefs.h <<\_ACEOF
27780#define wxUSE_NANOX 1
27781_ACEOF
27782
27783 fi
27784 fi
27785
27786 if test "$wxUSE_UNICODE" = "yes"; then
27787
27788 succeeded=no
27789
27790 if test -z "$PKG_CONFIG"; then
27791 # Extract the first word of "pkg-config", so it can be a program name with args.
27792set dummy pkg-config; ac_word=$2
27793echo "$as_me:$LINENO: checking for $ac_word" >&5
27794echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27795if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27796 echo $ECHO_N "(cached) $ECHO_C" >&6
27797else
27798 case $PKG_CONFIG in
27799 [\\/]* | ?:[\\/]*)
27800 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27801 ;;
27802 *)
27803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27804for as_dir in $PATH
27805do
27806 IFS=$as_save_IFS
27807 test -z "$as_dir" && as_dir=.
27808 for ac_exec_ext in '' $ac_executable_extensions; do
27809 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27810 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27811 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27812 break 2
27813 fi
27814done
27815done
27816
27817 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27818 ;;
27819esac
27820fi
27821PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27822
27823if test -n "$PKG_CONFIG"; then
27824 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27825echo "${ECHO_T}$PKG_CONFIG" >&6
27826else
27827 echo "$as_me:$LINENO: result: no" >&5
27828echo "${ECHO_T}no" >&6
27829fi
27830
27831 fi
27832
27833 if test "$PKG_CONFIG" = "no" ; then
27834 echo "*** The pkg-config script could not be found. Make sure it is"
27835 echo "*** in your path, or set the PKG_CONFIG environment variable"
27836 echo "*** to the full path to pkg-config."
27837 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27838 else
27839 PKG_CONFIG_MIN_VERSION=0.9.0
27840 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27841 echo "$as_me:$LINENO: checking for pangox" >&5
27842echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27843
27844 if $PKG_CONFIG --exists "pangox" ; then
27845 echo "$as_me:$LINENO: result: yes" >&5
27846echo "${ECHO_T}yes" >&6
27847 succeeded=yes
27848
27849 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27850echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27851 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
27852 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27853echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27854
27855 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27856echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27857 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
27858 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27859echo "${ECHO_T}$PANGOX_LIBS" >&6
27860 else
27861 PANGOX_CFLAGS=""
27862 PANGOX_LIBS=""
27863 ## If we have a custom action on failure, don't print errors, but
27864 ## do set a variable so people can do so.
27865 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
27866
27867 fi
27868
27869
27870
27871 else
27872 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27873 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27874 fi
27875 fi
27876
27877 if test $succeeded = yes; then
27878
27879 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
27880 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
27881
27882 else
27883
27884 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
27885echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
27886 { (exit 1); exit 1; }; }
27887
27888
27889 fi
27890
27891
27892 succeeded=no
27893
27894 if test -z "$PKG_CONFIG"; then
27895 # Extract the first word of "pkg-config", so it can be a program name with args.
27896set dummy pkg-config; ac_word=$2
27897echo "$as_me:$LINENO: checking for $ac_word" >&5
27898echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27899if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27900 echo $ECHO_N "(cached) $ECHO_C" >&6
27901else
27902 case $PKG_CONFIG in
27903 [\\/]* | ?:[\\/]*)
27904 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27905 ;;
27906 *)
27907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27908for as_dir in $PATH
27909do
27910 IFS=$as_save_IFS
27911 test -z "$as_dir" && as_dir=.
27912 for ac_exec_ext in '' $ac_executable_extensions; do
27913 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27914 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27915 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27916 break 2
27917 fi
27918done
27919done
27920
27921 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27922 ;;
27923esac
27924fi
27925PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27926
27927if test -n "$PKG_CONFIG"; then
27928 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27929echo "${ECHO_T}$PKG_CONFIG" >&6
27930else
27931 echo "$as_me:$LINENO: result: no" >&5
27932echo "${ECHO_T}no" >&6
27933fi
27934
27935 fi
27936
27937 if test "$PKG_CONFIG" = "no" ; then
27938 echo "*** The pkg-config script could not be found. Make sure it is"
27939 echo "*** in your path, or set the PKG_CONFIG environment variable"
27940 echo "*** to the full path to pkg-config."
27941 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27942 else
27943 PKG_CONFIG_MIN_VERSION=0.9.0
27944 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27945 echo "$as_me:$LINENO: checking for pangoft2" >&5
27946echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
27947
27948 if $PKG_CONFIG --exists "pangoft2" ; then
27949 echo "$as_me:$LINENO: result: yes" >&5
27950echo "${ECHO_T}yes" >&6
27951 succeeded=yes
27952
27953 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
27954echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
27955 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
27956 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
27957echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
27958
27959 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
27960echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
27961 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
27962 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
27963echo "${ECHO_T}$PANGOFT2_LIBS" >&6
27964 else
27965 PANGOFT2_CFLAGS=""
27966 PANGOFT2_LIBS=""
27967 ## If we have a custom action on failure, don't print errors, but
27968 ## do set a variable so people can do so.
27969 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
27970
27971 fi
27972
27973
27974
27975 else
27976 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27977 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27978 fi
27979 fi
27980
27981 if test $succeeded = yes; then
27982
27983 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
27984 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
27985
27986 else
27987
27988 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
27989echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
27990 wxUSE_PRINTING_ARCHITECTURE="no"
27991
27992
27993 fi
27994
27995
27996 succeeded=no
27997
27998 if test -z "$PKG_CONFIG"; then
27999 # Extract the first word of "pkg-config", so it can be a program name with args.
28000set dummy pkg-config; ac_word=$2
28001echo "$as_me:$LINENO: checking for $ac_word" >&5
28002echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28003if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28004 echo $ECHO_N "(cached) $ECHO_C" >&6
28005else
28006 case $PKG_CONFIG in
28007 [\\/]* | ?:[\\/]*)
28008 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28009 ;;
28010 *)
28011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28012for as_dir in $PATH
28013do
28014 IFS=$as_save_IFS
28015 test -z "$as_dir" && as_dir=.
28016 for ac_exec_ext in '' $ac_executable_extensions; do
28017 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28018 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28019 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28020 break 2
28021 fi
28022done
28023done
28024
28025 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28026 ;;
28027esac
28028fi
28029PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28030
28031if test -n "$PKG_CONFIG"; then
28032 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28033echo "${ECHO_T}$PKG_CONFIG" >&6
28034else
28035 echo "$as_me:$LINENO: result: no" >&5
28036echo "${ECHO_T}no" >&6
28037fi
28038
28039 fi
28040
28041 if test "$PKG_CONFIG" = "no" ; then
28042 echo "*** The pkg-config script could not be found. Make sure it is"
28043 echo "*** in your path, or set the PKG_CONFIG environment variable"
28044 echo "*** to the full path to pkg-config."
28045 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28046 else
28047 PKG_CONFIG_MIN_VERSION=0.9.0
28048 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28049 echo "$as_me:$LINENO: checking for pangoxft" >&5
28050echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
28051
28052 if $PKG_CONFIG --exists "pangoxft" ; then
28053 echo "$as_me:$LINENO: result: yes" >&5
28054echo "${ECHO_T}yes" >&6
28055 succeeded=yes
28056
28057 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
28058echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
28059 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
28060 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
28061echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
28062
28063 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
28064echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
28065 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
28066 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
28067echo "${ECHO_T}$PANGOXFT_LIBS" >&6
28068 else
28069 PANGOXFT_CFLAGS=""
28070 PANGOXFT_LIBS=""
28071 ## If we have a custom action on failure, don't print errors, but
28072 ## do set a variable so people can do so.
28073 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
28074
28075 fi
28076
28077
28078
28079 else
28080 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28081 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28082 fi
28083 fi
28084
28085 if test $succeeded = yes; then
28086
4ae1af05
MB
28087 cat >>confdefs.h <<\_ACEOF
28088#define HAVE_PANGO_XFT 1
28089_ACEOF
28090
a848cd7e
SC
28091 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
28092 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
28093
28094 else
28095
28096 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
28097echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
28098
28099
28100 fi
28101
304205f1
VS
28102 save_CFLAGS="$CFLAGS"
28103 save_LIBS="$LIBS"
28104 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
28105 LIBS="$LIBS $PANGOX_LIBS"
28106
28107for ac_func in pango_font_family_is_monospace
28108do
28109as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28110echo "$as_me:$LINENO: checking for $ac_func" >&5
28111echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28112if eval "test \"\${$as_ac_var+set}\" = set"; then
28113 echo $ECHO_N "(cached) $ECHO_C" >&6
28114else
28115 cat >conftest.$ac_ext <<_ACEOF
28116/* confdefs.h. */
28117_ACEOF
28118cat confdefs.h >>conftest.$ac_ext
28119cat >>conftest.$ac_ext <<_ACEOF
28120/* end confdefs.h. */
28121/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28122 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28123#define $ac_func innocuous_$ac_func
28124
28125/* System header to define __stub macros and hopefully few prototypes,
28126 which can conflict with char $ac_func (); below.
28127 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28128 <limits.h> exists even on freestanding compilers. */
28129
28130#ifdef __STDC__
28131# include <limits.h>
28132#else
28133# include <assert.h>
28134#endif
28135
28136#undef $ac_func
28137
28138/* Override any gcc2 internal prototype to avoid an error. */
28139#ifdef __cplusplus
28140extern "C"
28141{
28142#endif
28143/* We use char because int might match the return type of a gcc2
28144 builtin and then its argument prototype would still apply. */
28145char $ac_func ();
28146/* The GNU C library defines this for functions which it implements
28147 to always fail with ENOSYS. Some functions are actually named
28148 something starting with __ and the normal name is an alias. */
28149#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28150choke me
28151#else
28152char (*f) () = $ac_func;
28153#endif
28154#ifdef __cplusplus
28155}
28156#endif
28157
28158int
28159main ()
28160{
28161return f != $ac_func;
28162 ;
28163 return 0;
28164}
28165_ACEOF
28166rm -f conftest.$ac_objext conftest$ac_exeext
28167if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28168 (eval $ac_link) 2>conftest.er1
28169 ac_status=$?
28170 grep -v '^ *+' conftest.er1 >conftest.err
28171 rm -f conftest.er1
28172 cat conftest.err >&5
28173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28174 (exit $ac_status); } &&
ddd14b14
RR
28175 { ac_try='test -z "$ac_c_werror_flag"
28176 || test ! -s conftest.err'
304205f1
VS
28177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28178 (eval $ac_try) 2>&5
28179 ac_status=$?
28180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28181 (exit $ac_status); }; } &&
28182 { ac_try='test -s conftest$ac_exeext'
28183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28184 (eval $ac_try) 2>&5
28185 ac_status=$?
28186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28187 (exit $ac_status); }; }; then
28188 eval "$as_ac_var=yes"
28189else
28190 echo "$as_me: failed program was:" >&5
28191sed 's/^/| /' conftest.$ac_ext >&5
28192
28193eval "$as_ac_var=no"
28194fi
28195rm -f conftest.err conftest.$ac_objext \
28196 conftest$ac_exeext conftest.$ac_ext
28197fi
28198echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28199echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28200if test `eval echo '${'$as_ac_var'}'` = yes; then
28201 cat >>confdefs.h <<_ACEOF
28202#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28203_ACEOF
28204
28205fi
28206done
28207
28208 CFLAGS="$save_CFLAGS"
28209 LIBS="$save_LIBS"
a848cd7e
SC
28210 fi
28211
28212 wxUSE_UNIVERSAL="yes"
28213
28214 if test "$wxUSE_NANOX" = "yes"; then
28215 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
28216 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"
28217 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
28218 else
28219 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
28220 fi
28221
a848cd7e
SC
28222 TOOLKIT=X11
28223 GUIDIST=X11_DIST
28224 fi
28225
28226 if test "$wxUSE_MOTIF" = 1; then
0a08f02a
MB
28227 if test "$wxUSE_UNICODE" = "yes"; then
28228 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
28229echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
28230 { (exit 1); exit 1; }; }
28231 fi
28232
74b84332
VS
28233 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
28234echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
a848cd7e 28235
74b84332
VS
28236ac_find_includes=
28237for ac_dir in $SEARCH_INCLUDE /usr/include;
28238 do
28239 if test -f "$ac_dir/Xm/Xm.h"; then
28240 ac_find_includes=$ac_dir
28241 break
28242 fi
28243 done
a848cd7e 28244
74b84332
VS
28245 if test "$ac_find_includes" != "" ; then
28246 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28247echo "${ECHO_T}found in $ac_find_includes" >&6
28248
28249 if test "x$ac_find_includes" = "x/usr/include"; then
28250 ac_path_to_include=""
28251 else
28252 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
28253 result=$?
28254 if test $result = 0; then
28255 ac_path_to_include=""
28256 else
28257 ac_path_to_include=" -I$ac_find_includes"
28258 fi
a848cd7e
SC
28259 fi
28260
74b84332
VS
28261 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
28262 else
28263 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28264/* confdefs.h. */
28265_ACEOF
28266cat confdefs.h >>conftest.$ac_ext
28267cat >>conftest.$ac_ext <<_ACEOF
28268/* end confdefs.h. */
28269
74b84332
VS
28270 #include <Xm/Xm.h>
28271
a848cd7e
SC
28272int
28273main ()
28274{
28275
74b84332
VS
28276 int version;
28277 version = xmUseVersion;
28278
a848cd7e
SC
28279 ;
28280 return 0;
28281}
28282_ACEOF
74b84332
VS
28283rm -f conftest.$ac_objext
28284if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28285 (eval $ac_compile) 2>conftest.er1
a848cd7e 28286 ac_status=$?
ac1cb8d3
VS
28287 grep -v '^ *+' conftest.er1 >conftest.err
28288 rm -f conftest.er1
28289 cat conftest.err >&5
a848cd7e
SC
28290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28291 (exit $ac_status); } &&
ddd14b14
RR
28292 { ac_try='test -z "$ac_c_werror_flag"
28293 || test ! -s conftest.err'
ac1cb8d3
VS
28294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28295 (eval $ac_try) 2>&5
28296 ac_status=$?
28297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28298 (exit $ac_status); }; } &&
74b84332 28299 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28301 (eval $ac_try) 2>&5
28302 ac_status=$?
28303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28304 (exit $ac_status); }; }; then
74b84332
VS
28305
28306 echo "$as_me:$LINENO: result: found in default search path" >&5
28307echo "${ECHO_T}found in default search path" >&6
28308 COMPILED_X_PROGRAM=1
28309
a848cd7e
SC
28310else
28311 echo "$as_me: failed program was:" >&5
28312sed 's/^/| /' conftest.$ac_ext >&5
28313
a848cd7e 28314
74b84332
VS
28315 echo "$as_me:$LINENO: result: no" >&5
28316echo "${ECHO_T}no" >&6
28317 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
28318echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
28319 { (exit 1); exit 1; }; }
a848cd7e 28320
a848cd7e 28321
a848cd7e 28322fi
74b84332
VS
28323rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28324 fi
28325
28326 if test "$COMPILED_X_PROGRAM" = 0; then
28327 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
28328echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
28329
28330ac_find_libraries=
28331for ac_dir in $SEARCH_LIB /usr/lib;
28332 do
28333 for ac_extension in a so sl dylib; do
28334 if test -f "$ac_dir/libXm.$ac_extension"; then
28335 ac_find_libraries=$ac_dir
28336 break 2
a848cd7e 28337 fi
74b84332
VS
28338 done
28339 done
a848cd7e 28340
74b84332
VS
28341 if test "$ac_find_libraries" != "" ; then
28342 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28343echo "${ECHO_T}found at $ac_find_libraries" >&6
a848cd7e 28344
74b84332
VS
28345
28346 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28347 result=$?
28348 if test $result = 0; then
28349 ac_path_to_link=""
a848cd7e 28350 else
74b84332
VS
28351 ac_path_to_link=" -L$ac_find_libraries"
28352 fi
28353
28354 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28355 else
28356 save_CFLAGS=$CFLAGS
28357 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28358
28359 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28360/* confdefs.h. */
28361_ACEOF
28362cat confdefs.h >>conftest.$ac_ext
28363cat >>conftest.$ac_ext <<_ACEOF
28364/* end confdefs.h. */
28365
74b84332
VS
28366 #include <Xm/Xm.h>
28367
a848cd7e
SC
28368int
28369main ()
28370{
74b84332
VS
28371
28372 int version;
28373 version = xmUseVersion;
28374
a848cd7e
SC
28375 ;
28376 return 0;
28377}
28378_ACEOF
74b84332
VS
28379rm -f conftest.$ac_objext
28380if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28381 (eval $ac_compile) 2>conftest.er1
a848cd7e 28382 ac_status=$?
ac1cb8d3
VS
28383 grep -v '^ *+' conftest.er1 >conftest.err
28384 rm -f conftest.er1
28385 cat conftest.err >&5
a848cd7e
SC
28386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28387 (exit $ac_status); } &&
ddd14b14
RR
28388 { ac_try='test -z "$ac_c_werror_flag"
28389 || test ! -s conftest.err'
ac1cb8d3
VS
28390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28391 (eval $ac_try) 2>&5
28392 ac_status=$?
28393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28394 (exit $ac_status); }; } &&
74b84332 28395 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28397 (eval $ac_try) 2>&5
28398 ac_status=$?
28399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28400 (exit $ac_status); }; }; then
74b84332
VS
28401
28402 echo "$as_me:$LINENO: result: found in default search path" >&5
28403echo "${ECHO_T}found in default search path" >&6
28404 COMPILED_X_PROGRAM=1
28405
a848cd7e
SC
28406else
28407 echo "$as_me: failed program was:" >&5
28408sed 's/^/| /' conftest.$ac_ext >&5
28409
74b84332
VS
28410
28411 echo "$as_me:$LINENO: result: no" >&5
28412echo "${ECHO_T}no" >&6
28413 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
28414echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
28415 { (exit 1); exit 1; }; }
28416
28417
28418fi
28419rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28420
28421 CFLAGS=$save_CFLAGS
28422 fi
28423 fi
28424
28425 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
28426echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
28427 libp_link=""
28428 libsm_ice_link=""
28429 libs_found=0
28430 for libp in "" " -lXp"; do
28431 if test "$libs_found" = "0"; then
28432 for libsm_ice in "" " -lSM -lICE"; do
28433 if test "$libs_found" = "0"; then
28434 save_LIBS="$LIBS"
28435 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
28436 save_CFLAGS=$CFLAGS
28437 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28438
28439 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28440/* confdefs.h. */
28441_ACEOF
28442cat confdefs.h >>conftest.$ac_ext
28443cat >>conftest.$ac_ext <<_ACEOF
28444/* end confdefs.h. */
28445
74b84332
VS
28446 #include <Xm/Xm.h>
28447 #include <Xm/List.h>
28448
a848cd7e
SC
28449int
28450main ()
28451{
74b84332
VS
28452
28453 XmString string = NULL;
28454 Widget w = NULL;
28455 int position = 0;
28456 XmListAddItem(w, string, position);
28457
a848cd7e
SC
28458 ;
28459 return 0;
28460}
28461_ACEOF
28462rm -f conftest.$ac_objext conftest$ac_exeext
28463if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28464 (eval $ac_link) 2>conftest.er1
a848cd7e 28465 ac_status=$?
ac1cb8d3
VS
28466 grep -v '^ *+' conftest.er1 >conftest.err
28467 rm -f conftest.er1
28468 cat conftest.err >&5
a848cd7e
SC
28469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28470 (exit $ac_status); } &&
ddd14b14
RR
28471 { ac_try='test -z "$ac_c_werror_flag"
28472 || test ! -s conftest.err'
ac1cb8d3
VS
28473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28474 (eval $ac_try) 2>&5
28475 ac_status=$?
28476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28477 (exit $ac_status); }; } &&
28478 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28480 (eval $ac_try) 2>&5
28481 ac_status=$?
28482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28483 (exit $ac_status); }; }; then
28484
28485 libp_link="$libp"
28486 libsm_ice_link="$libsm_ice"
28487 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
28488echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
28489 libs_found=1
28490
28491else
28492 echo "$as_me: failed program was:" >&5
28493sed 's/^/| /' conftest.$ac_ext >&5
28494
28495
28496
28497fi
ac1cb8d3
VS
28498rm -f conftest.err conftest.$ac_objext \
28499 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28500
28501 LIBS="$save_LIBS"
28502 CFLAGS=$save_CFLAGS
28503 fi
28504 done
28505 fi
28506 done
28507
28508 if test "$libs_found" = "0"; then
28509 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
28510echo "${ECHO_T}can't find the right libraries" >&6
28511 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
28512echo "$as_me: error: can't link a simple motif program" >&2;}
28513 { (exit 1); exit 1; }; }
28514 fi
28515
28516 save_CFLAGS=$CFLAGS
28517 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28518 echo "$as_me:$LINENO: checking for Motif 2" >&5
28519echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
28520 cat >conftest.$ac_ext <<_ACEOF
28521/* confdefs.h. */
28522_ACEOF
28523cat confdefs.h >>conftest.$ac_ext
28524cat >>conftest.$ac_ext <<_ACEOF
28525/* end confdefs.h. */
28526
28527 #include <Xm/Xm.h>
28528
28529int
28530main ()
28531{
28532
28533 #if XmVersion < 2000
28534 #error "Not Motif 2"
28535 #endif
28536
28537 ;
28538 return 0;
28539}
28540_ACEOF
28541rm -f conftest.$ac_objext
28542if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28543 (eval $ac_compile) 2>conftest.er1
a848cd7e 28544 ac_status=$?
ac1cb8d3
VS
28545 grep -v '^ *+' conftest.er1 >conftest.err
28546 rm -f conftest.er1
28547 cat conftest.err >&5
a848cd7e
SC
28548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28549 (exit $ac_status); } &&
ddd14b14
RR
28550 { ac_try='test -z "$ac_c_werror_flag"
28551 || test ! -s conftest.err'
ac1cb8d3
VS
28552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28553 (eval $ac_try) 2>&5
28554 ac_status=$?
28555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28556 (exit $ac_status); }; } &&
28557 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28559 (eval $ac_try) 2>&5
28560 ac_status=$?
28561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28562 (exit $ac_status); }; }; then
28563
28564 cat >>confdefs.h <<\_ACEOF
28565#define __WXMOTIF20__ 1
28566_ACEOF
28567
28568 echo "$as_me:$LINENO: result: found" >&5
28569echo "${ECHO_T}found" >&6
28570
28571else
28572 echo "$as_me: failed program was:" >&5
28573sed 's/^/| /' conftest.$ac_ext >&5
28574
28575
28576 cat >>confdefs.h <<\_ACEOF
28577#define __WXMOTIF20__ 0
28578_ACEOF
28579
28580 echo "$as_me:$LINENO: result: not found" >&5
28581echo "${ECHO_T}not found" >&6
28582
28583fi
ac1cb8d3 28584rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28585 CFLAGS=$save_CFLAGS
28586
28587 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
a848cd7e
SC
28588 TOOLKIT=MOTIF
28589 GUIDIST=MOTIF_DIST
28590 fi
28591
74b84332 28592 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
a848cd7e
SC
28593 if test "$wxUSE_LIBXPM" = "sys"; then
28594 echo "$as_me:$LINENO: checking for Xpm library" >&5
28595echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
28596
28597ac_find_libraries=
28598for ac_dir in $SEARCH_LIB /usr/lib;
28599 do
28600 for ac_extension in a so sl dylib; do
28601 if test -f "$ac_dir/libXpm.$ac_extension"; then
28602 ac_find_libraries=$ac_dir
28603 break 2
28604 fi
28605 done
28606 done
28607
28608 if test "$ac_find_libraries" != "" ; then
28609
28610 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28611 result=$?
28612 if test $result = 0; then
28613 ac_path_to_link=""
28614 else
28615 ac_path_to_link=" -L$ac_find_libraries"
28616 fi
28617
28618 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28619 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28620echo "${ECHO_T}found at $ac_find_libraries" >&6
28621
28622 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
28623echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
28624if test "${wx_cv_x11_xpm_h+set}" = set; then
28625 echo $ECHO_N "(cached) $ECHO_C" >&6
28626else
28627
28628 save_CFLAGS=$CFLAGS
28629 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28630
28631 cat >conftest.$ac_ext <<_ACEOF
28632/* confdefs.h. */
28633_ACEOF
28634cat confdefs.h >>conftest.$ac_ext
28635cat >>conftest.$ac_ext <<_ACEOF
28636/* end confdefs.h. */
28637
28638 #include <X11/xpm.h>
28639
28640int
28641main ()
28642{
28643
28644 int version;
28645 version = XpmLibraryVersion();
28646
28647 ;
28648 return 0;
28649}
28650_ACEOF
28651rm -f conftest.$ac_objext
28652if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28653 (eval $ac_compile) 2>conftest.er1
a848cd7e 28654 ac_status=$?
ac1cb8d3
VS
28655 grep -v '^ *+' conftest.er1 >conftest.err
28656 rm -f conftest.er1
28657 cat conftest.err >&5
a848cd7e
SC
28658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28659 (exit $ac_status); } &&
ddd14b14
RR
28660 { ac_try='test -z "$ac_c_werror_flag"
28661 || test ! -s conftest.err'
ac1cb8d3
VS
28662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28663 (eval $ac_try) 2>&5
28664 ac_status=$?
28665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28666 (exit $ac_status); }; } &&
28667 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28669 (eval $ac_try) 2>&5
28670 ac_status=$?
28671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28672 (exit $ac_status); }; }; then
28673 wx_cv_x11_xpm_h=yes
28674else
28675 echo "$as_me: failed program was:" >&5
28676sed 's/^/| /' conftest.$ac_ext >&5
28677
28678wx_cv_x11_xpm_h=no
28679
28680fi
ac1cb8d3 28681rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28682
28683 CFLAGS=$save_CFLAGS
28684
28685
28686fi
28687echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
28688echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
28689
28690 if test $wx_cv_x11_xpm_h = "yes"; then
28691 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
28692 cat >>confdefs.h <<\_ACEOF
28693#define wxHAVE_LIB_XPM 1
28694_ACEOF
28695
28696 else
28697 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
28698echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
28699 fi
28700 fi
28701
28702 fi
28703
28704 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
28705echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
28706if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
28707 echo $ECHO_N "(cached) $ECHO_C" >&6
28708else
28709 ac_check_lib_save_LIBS=$LIBS
28710LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
28711cat >conftest.$ac_ext <<_ACEOF
28712/* confdefs.h. */
28713_ACEOF
28714cat confdefs.h >>conftest.$ac_ext
28715cat >>conftest.$ac_ext <<_ACEOF
28716/* end confdefs.h. */
28717
28718/* Override any gcc2 internal prototype to avoid an error. */
28719#ifdef __cplusplus
28720extern "C"
28721#endif
28722/* We use char because int might match the return type of a gcc2
28723 builtin and then its argument prototype would still apply. */
28724char XShapeQueryExtension ();
28725int
28726main ()
28727{
28728XShapeQueryExtension ();
28729 ;
28730 return 0;
28731}
28732_ACEOF
28733rm -f conftest.$ac_objext conftest$ac_exeext
28734if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28735 (eval $ac_link) 2>conftest.er1
a848cd7e 28736 ac_status=$?
ac1cb8d3
VS
28737 grep -v '^ *+' conftest.er1 >conftest.err
28738 rm -f conftest.er1
28739 cat conftest.err >&5
a848cd7e
SC
28740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28741 (exit $ac_status); } &&
ddd14b14
RR
28742 { ac_try='test -z "$ac_c_werror_flag"
28743 || test ! -s conftest.err'
ac1cb8d3
VS
28744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28745 (eval $ac_try) 2>&5
28746 ac_status=$?
28747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28748 (exit $ac_status); }; } &&
28749 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28751 (eval $ac_try) 2>&5
28752 ac_status=$?
28753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28754 (exit $ac_status); }; }; then
28755 ac_cv_lib_Xext_XShapeQueryExtension=yes
28756else
28757 echo "$as_me: failed program was:" >&5
28758sed 's/^/| /' conftest.$ac_ext >&5
28759
28760ac_cv_lib_Xext_XShapeQueryExtension=no
28761fi
ac1cb8d3
VS
28762rm -f conftest.err conftest.$ac_objext \
28763 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28764LIBS=$ac_check_lib_save_LIBS
28765fi
28766echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
28767echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
28768if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
28769
28770 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
28771 wxHAVE_XEXT_LIB=1
28772
28773fi
28774
28775
28776 if test "$wxHAVE_XEXT_LIB" = 1; then
28777 save_CFLAGS="$CFLAGS"
28778 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28779
28780 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
28781echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
28782 cat >conftest.$ac_ext <<_ACEOF
28783/* confdefs.h. */
28784_ACEOF
28785cat confdefs.h >>conftest.$ac_ext
28786cat >>conftest.$ac_ext <<_ACEOF
28787/* end confdefs.h. */
28788
28789 #include <X11/Xlib.h>
28790 #include <X11/extensions/shape.h>
28791
28792int
28793main ()
28794{
28795
28796 int dummy1, dummy2;
28797 XShapeQueryExtension((Display*)NULL,
28798 (int*)NULL, (int*)NULL);
28799
28800 ;
28801 return 0;
28802}
28803_ACEOF
28804rm -f conftest.$ac_objext
28805if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28806 (eval $ac_compile) 2>conftest.er1
a848cd7e 28807 ac_status=$?
ac1cb8d3
VS
28808 grep -v '^ *+' conftest.er1 >conftest.err
28809 rm -f conftest.er1
28810 cat conftest.err >&5
a848cd7e
SC
28811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28812 (exit $ac_status); } &&
ddd14b14
RR
28813 { ac_try='test -z "$ac_c_werror_flag"
28814 || test ! -s conftest.err'
ac1cb8d3
VS
28815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28816 (eval $ac_try) 2>&5
28817 ac_status=$?
28818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28819 (exit $ac_status); }; } &&
28820 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28822 (eval $ac_try) 2>&5
28823 ac_status=$?
28824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28825 (exit $ac_status); }; }; then
28826
28827 cat >>confdefs.h <<\_ACEOF
28828#define HAVE_XSHAPE 1
28829_ACEOF
28830
28831 echo "$as_me:$LINENO: result: found" >&5
28832echo "${ECHO_T}found" >&6
28833
28834else
28835 echo "$as_me: failed program was:" >&5
28836sed 's/^/| /' conftest.$ac_ext >&5
28837
28838
28839 echo "$as_me:$LINENO: result: not found" >&5
28840echo "${ECHO_T}not found" >&6
28841
28842fi
ac1cb8d3 28843rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28844 CFLAGS="$save_CFLAGS"
28845
28846 fi
28847 fi
28848
28849 if test "$wxUSE_MAC" = 1; then
28850 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
28851echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
28852 if test "$GCC" = yes; then
28853 echo "$as_me:$LINENO: result: gcc" >&5
28854echo "${ECHO_T}gcc" >&6
28855 CPPFLAGS_PASCAL="-fpascal-strings"
28856 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
28857 echo "$as_me:$LINENO: result: xlc" >&5
28858echo "${ECHO_T}xlc" >&6
28859 CPPFLAGS_PASCAL="-qmacpstr"
28860 else
28861 echo "$as_me:$LINENO: result: none" >&5
28862echo "${ECHO_T}none" >&6
28863 fi
28864
1e9e8aba
DE
28865 if test "x$wxUSE_UNIX" = "xyes"; then
28866 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
28867 else
28868 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
28869 fi
a848cd7e 28870
a848cd7e
SC
28871 TOOLKIT=MAC
28872 GUIDIST=MACX_DIST
dd21ced8 28873 WXBASEPORT="_carbon"
a848cd7e
SC
28874 fi
28875
28876 if test "$wxUSE_COCOA" = 1; then
a848cd7e
SC
28877 TOOLKIT=COCOA
28878 GUIDIST=COCOA_DIST
28879 fi
28880
28881 if test "$wxUSE_PM" = 1; then
28882 TOOLKIT=PM
de59c161
RD
28883 GUIDIST=PM_DIST
28884 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
28885echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
28886if test "${wx_cv_spbcdata+set}" = set; then
28887 echo $ECHO_N "(cached) $ECHO_C" >&6
28888else
28889
28890 cat >conftest.$ac_ext <<_ACEOF
de59c161
RD
28891/* confdefs.h. */
28892_ACEOF
28893cat confdefs.h >>conftest.$ac_ext
28894cat >>conftest.$ac_ext <<_ACEOF
28895/* end confdefs.h. */
28896
28897 #define INCL_PM
28898 #include <os2.h>
28899
28900int
28901main ()
28902{
28903
28904 SPBCDATA test;
28905
28906 ;
28907 return 0;
28908}
28909_ACEOF
28910rm -f conftest.$ac_objext
28911if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28912 (eval $ac_compile) 2>conftest.er1
de59c161 28913 ac_status=$?
ac1cb8d3
VS
28914 grep -v '^ *+' conftest.er1 >conftest.err
28915 rm -f conftest.er1
28916 cat conftest.err >&5
de59c161
RD
28917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28918 (exit $ac_status); } &&
ddd14b14
RR
28919 { ac_try='test -z "$ac_c_werror_flag"
28920 || test ! -s conftest.err'
ac1cb8d3
VS
28921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28922 (eval $ac_try) 2>&5
28923 ac_status=$?
28924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28925 (exit $ac_status); }; } &&
28926 { ac_try='test -s conftest.$ac_objext'
de59c161
RD
28927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28928 (eval $ac_try) 2>&5
28929 ac_status=$?
28930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28931 (exit $ac_status); }; }; then
28932 wx_cv_spbcdata=yes
28933else
28934 echo "$as_me: failed program was:" >&5
28935sed 's/^/| /' conftest.$ac_ext >&5
28936
28937wx_cv_spbcdata=no
28938
28939fi
ac1cb8d3 28940rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
de59c161
RD
28941
28942
28943fi
28944echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
28945echo "${ECHO_T}$wx_cv_spbcdata" >&6
28946
28947 if test $wx_cv_spbcdata = "yes"; then
28948 cat >>confdefs.h <<\_ACEOF
28949#define HAVE_SPBCDATA 1
28950_ACEOF
28951
28952 fi
a848cd7e
SC
28953 fi
28954
28955 if test "$TOOLKIT" = "PM" ; then
28956 TOOLKIT_DIR="os2"
28957 else
28958 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
28959 fi
28960
a848cd7e 28961 if test "$wxUSE_UNIVERSAL" = "yes"; then
a848cd7e
SC
28962 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
28963 WIDGET_SET=univ
a848cd7e
SC
28964 fi
28965
28966 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
28967 DISTDIR="wx\$(TOOLKIT)"
28968else
28969 USE_GUI=0
28970
28971 TOOLKIT_DIR="base"
28972
28973 if test "$USE_WIN32" = 1 ; then
a848cd7e 28974 TOOLKIT="MSW"
a848cd7e
SC
28975 fi
28976
a848cd7e
SC
28977 GUIDIST="BASE_DIST"
28978 DISTDIR="wxBase"
28979fi
28980
28981
28982
28983
28984IODBC_C_SRC=""
28985
28986
28987if test "$TOOLKIT" != "MSW" ; then
28988
28989 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
28990
28991 if test "${ac_cv_header_sql_h+set}" = set; then
28992 echo "$as_me:$LINENO: checking for sql.h" >&5
28993echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28994if test "${ac_cv_header_sql_h+set}" = set; then
28995 echo $ECHO_N "(cached) $ECHO_C" >&6
28996fi
28997echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28998echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28999else
29000 # Is the header compilable?
29001echo "$as_me:$LINENO: checking sql.h usability" >&5
29002echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
29003cat >conftest.$ac_ext <<_ACEOF
29004/* confdefs.h. */
29005_ACEOF
29006cat confdefs.h >>conftest.$ac_ext
29007cat >>conftest.$ac_ext <<_ACEOF
29008/* end confdefs.h. */
29009$ac_includes_default
29010#include <sql.h>
29011_ACEOF
29012rm -f conftest.$ac_objext
29013if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29014 (eval $ac_compile) 2>conftest.er1
a848cd7e 29015 ac_status=$?
ac1cb8d3
VS
29016 grep -v '^ *+' conftest.er1 >conftest.err
29017 rm -f conftest.er1
29018 cat conftest.err >&5
a848cd7e
SC
29019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29020 (exit $ac_status); } &&
ddd14b14
RR
29021 { ac_try='test -z "$ac_c_werror_flag"
29022 || test ! -s conftest.err'
ac1cb8d3
VS
29023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29024 (eval $ac_try) 2>&5
29025 ac_status=$?
29026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29027 (exit $ac_status); }; } &&
29028 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29030 (eval $ac_try) 2>&5
29031 ac_status=$?
29032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29033 (exit $ac_status); }; }; then
29034 ac_header_compiler=yes
29035else
29036 echo "$as_me: failed program was:" >&5
29037sed 's/^/| /' conftest.$ac_ext >&5
29038
29039ac_header_compiler=no
29040fi
ac1cb8d3 29041rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29042echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29043echo "${ECHO_T}$ac_header_compiler" >&6
29044
29045# Is the header present?
29046echo "$as_me:$LINENO: checking sql.h presence" >&5
29047echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
29048cat >conftest.$ac_ext <<_ACEOF
29049/* confdefs.h. */
29050_ACEOF
29051cat confdefs.h >>conftest.$ac_ext
29052cat >>conftest.$ac_ext <<_ACEOF
29053/* end confdefs.h. */
29054#include <sql.h>
29055_ACEOF
29056if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29057 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29058 ac_status=$?
29059 grep -v '^ *+' conftest.er1 >conftest.err
29060 rm -f conftest.er1
29061 cat conftest.err >&5
29062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29063 (exit $ac_status); } >/dev/null; then
29064 if test -s conftest.err; then
29065 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 29066 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
29067 else
29068 ac_cpp_err=
29069 fi
29070else
29071 ac_cpp_err=yes
29072fi
29073if test -z "$ac_cpp_err"; then
29074 ac_header_preproc=yes
29075else
29076 echo "$as_me: failed program was:" >&5
29077sed 's/^/| /' conftest.$ac_ext >&5
29078
29079 ac_header_preproc=no
29080fi
29081rm -f conftest.err conftest.$ac_ext
29082echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29083echo "${ECHO_T}$ac_header_preproc" >&6
29084
29085# So? What about this header?
ac1cb8d3
VS
29086case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29087 yes:no: )
a848cd7e
SC
29088 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
29089echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
29090 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
29091echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
29092 ac_header_preproc=yes
a848cd7e 29093 ;;
ac1cb8d3 29094 no:yes:* )
a848cd7e
SC
29095 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
29096echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
29097 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
29098echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
29099 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
29100echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
29101 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
29102echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
29103 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
29104echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
29105 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
29106echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
29107 (
29108 cat <<\_ASBOX
ac1cb8d3
VS
29109## ----------------------------------------- ##
29110## Report this to wx-dev@lists.wxwidgets.org ##
29111## ----------------------------------------- ##
a848cd7e
SC
29112_ASBOX
29113 ) |
29114 sed "s/^/$as_me: WARNING: /" >&2
29115 ;;
29116esac
29117echo "$as_me:$LINENO: checking for sql.h" >&5
29118echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29119if test "${ac_cv_header_sql_h+set}" = set; then
29120 echo $ECHO_N "(cached) $ECHO_C" >&6
29121else
29122 ac_cv_header_sql_h=$ac_header_preproc
29123fi
29124echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29125echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29126
29127fi
29128if test $ac_cv_header_sql_h = yes; then
29129 found_sql_h=1
29130fi
29131
29132
29133 if test "x$found_sql_h" = "x1" ; then
29134 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
29135echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
29136if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
29137 echo $ECHO_N "(cached) $ECHO_C" >&6
29138else
29139 ac_check_lib_save_LIBS=$LIBS
29140LIBS="-liodbc $LIBS"
29141cat >conftest.$ac_ext <<_ACEOF
29142/* confdefs.h. */
29143_ACEOF
29144cat confdefs.h >>conftest.$ac_ext
29145cat >>conftest.$ac_ext <<_ACEOF
29146/* end confdefs.h. */
29147
29148/* Override any gcc2 internal prototype to avoid an error. */
29149#ifdef __cplusplus
29150extern "C"
29151#endif
29152/* We use char because int might match the return type of a gcc2
29153 builtin and then its argument prototype would still apply. */
29154char SQLAllocEnv ();
29155int
29156main ()
29157{
29158SQLAllocEnv ();
29159 ;
29160 return 0;
29161}
29162_ACEOF
29163rm -f conftest.$ac_objext conftest$ac_exeext
29164if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29165 (eval $ac_link) 2>conftest.er1
a848cd7e 29166 ac_status=$?
ac1cb8d3
VS
29167 grep -v '^ *+' conftest.er1 >conftest.err
29168 rm -f conftest.er1
29169 cat conftest.err >&5
a848cd7e
SC
29170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29171 (exit $ac_status); } &&
ddd14b14
RR
29172 { ac_try='test -z "$ac_c_werror_flag"
29173 || test ! -s conftest.err'
ac1cb8d3
VS
29174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29175 (eval $ac_try) 2>&5
29176 ac_status=$?
29177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29178 (exit $ac_status); }; } &&
29179 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29181 (eval $ac_try) 2>&5
29182 ac_status=$?
29183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29184 (exit $ac_status); }; }; then
29185 ac_cv_lib_iodbc_SQLAllocEnv=yes
29186else
29187 echo "$as_me: failed program was:" >&5
29188sed 's/^/| /' conftest.$ac_ext >&5
29189
29190ac_cv_lib_iodbc_SQLAllocEnv=no
29191fi
ac1cb8d3
VS
29192rm -f conftest.err conftest.$ac_objext \
29193 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29194LIBS=$ac_check_lib_save_LIBS
29195fi
29196echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
29197echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
29198if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
29199 ODBC_LINK=" -liodbc"
29200else
29201
29202 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
29203echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
29204if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
29205 echo $ECHO_N "(cached) $ECHO_C" >&6
29206else
29207 ac_check_lib_save_LIBS=$LIBS
29208LIBS="-lunixodbc $LIBS"
29209cat >conftest.$ac_ext <<_ACEOF
29210/* confdefs.h. */
29211_ACEOF
29212cat confdefs.h >>conftest.$ac_ext
29213cat >>conftest.$ac_ext <<_ACEOF
29214/* end confdefs.h. */
29215
29216/* Override any gcc2 internal prototype to avoid an error. */
29217#ifdef __cplusplus
29218extern "C"
29219#endif
29220/* We use char because int might match the return type of a gcc2
29221 builtin and then its argument prototype would still apply. */
29222char SQLAllocEnv ();
29223int
29224main ()
29225{
29226SQLAllocEnv ();
29227 ;
29228 return 0;
29229}
29230_ACEOF
29231rm -f conftest.$ac_objext conftest$ac_exeext
29232if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29233 (eval $ac_link) 2>conftest.er1
a848cd7e 29234 ac_status=$?
ac1cb8d3
VS
29235 grep -v '^ *+' conftest.er1 >conftest.err
29236 rm -f conftest.er1
29237 cat conftest.err >&5
a848cd7e
SC
29238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29239 (exit $ac_status); } &&
ddd14b14
RR
29240 { ac_try='test -z "$ac_c_werror_flag"
29241 || test ! -s conftest.err'
ac1cb8d3
VS
29242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29243 (eval $ac_try) 2>&5
29244 ac_status=$?
29245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29246 (exit $ac_status); }; } &&
29247 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29249 (eval $ac_try) 2>&5
29250 ac_status=$?
29251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29252 (exit $ac_status); }; }; then
29253 ac_cv_lib_unixodbc_SQLAllocEnv=yes
29254else
29255 echo "$as_me: failed program was:" >&5
29256sed 's/^/| /' conftest.$ac_ext >&5
29257
29258ac_cv_lib_unixodbc_SQLAllocEnv=no
29259fi
ac1cb8d3
VS
29260rm -f conftest.err conftest.$ac_objext \
29261 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29262LIBS=$ac_check_lib_save_LIBS
29263fi
29264echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
29265echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
29266if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
29267 ODBC_LINK=" -lunixodbc"
29268else
29269
29270 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
29271echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
29272if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
29273 echo $ECHO_N "(cached) $ECHO_C" >&6
29274else
29275 ac_check_lib_save_LIBS=$LIBS
29276LIBS="-lodbc $LIBS"
29277cat >conftest.$ac_ext <<_ACEOF
29278/* confdefs.h. */
29279_ACEOF
29280cat confdefs.h >>conftest.$ac_ext
29281cat >>conftest.$ac_ext <<_ACEOF
29282/* end confdefs.h. */
29283
29284/* Override any gcc2 internal prototype to avoid an error. */
29285#ifdef __cplusplus
29286extern "C"
29287#endif
29288/* We use char because int might match the return type of a gcc2
29289 builtin and then its argument prototype would still apply. */
29290char SQLAllocEnv ();
29291int
29292main ()
29293{
29294SQLAllocEnv ();
29295 ;
29296 return 0;
29297}
29298_ACEOF
29299rm -f conftest.$ac_objext conftest$ac_exeext
29300if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29301 (eval $ac_link) 2>conftest.er1
a848cd7e 29302 ac_status=$?
ac1cb8d3
VS
29303 grep -v '^ *+' conftest.er1 >conftest.err
29304 rm -f conftest.er1
29305 cat conftest.err >&5
a848cd7e
SC
29306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29307 (exit $ac_status); } &&
ddd14b14
RR
29308 { ac_try='test -z "$ac_c_werror_flag"
29309 || test ! -s conftest.err'
ac1cb8d3
VS
29310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29311 (eval $ac_try) 2>&5
29312 ac_status=$?
29313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29314 (exit $ac_status); }; } &&
29315 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29317 (eval $ac_try) 2>&5
29318 ac_status=$?
29319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29320 (exit $ac_status); }; }; then
29321 ac_cv_lib_odbc_SQLAllocEnv=yes
29322else
29323 echo "$as_me: failed program was:" >&5
29324sed 's/^/| /' conftest.$ac_ext >&5
29325
29326ac_cv_lib_odbc_SQLAllocEnv=no
29327fi
ac1cb8d3
VS
29328rm -f conftest.err conftest.$ac_objext \
29329 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29330LIBS=$ac_check_lib_save_LIBS
29331fi
29332echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
29333echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
29334if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
29335 ODBC_LINK=" -lodbc"
29336fi
29337
29338
29339fi
29340
29341
29342fi
29343
29344 fi
29345 if test "x$ODBC_LINK" = "x" ; then
29346 if test "$wxUSE_ODBC" = "sys" ; then
29347 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
29348echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
29349 { (exit 1); exit 1; }; }
29350 else
29351 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
29352echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
29353 wxUSE_ODBC=builtin
29354 fi
29355 else
29356 wxUSE_ODBC=sys
29357 fi
29358 fi
a848cd7e 29359
2da0c077
RD
29360 if test "$wxUSE_ODBC" = "builtin" ; then
29361 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
29362#define wxUSE_BUILTIN_IODBC 1
29363_ACEOF
29364
a848cd7e
SC
29365 fi
29366fi
29367
2da0c077
RD
29368if test "$wxUSE_ODBC" != "no" ; then
29369 cat >>confdefs.h <<\_ACEOF
29370#define wxUSE_ODBC 1
29371_ACEOF
29372
29373 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
29374
29375 WXODBCFLAG="-D_IODBC_"
29376fi
a848cd7e 29377
01cb68df 29378
a848cd7e 29379if test "$wxUSE_DISPLAY" = "yes"; then
2a5d7a98 29380 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
a848cd7e
SC
29381 echo "$as_me:$LINENO: checking for Xinerama" >&5
29382echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
29383
29384ac_find_libraries=
29385for ac_dir in $SEARCH_LIB /usr/lib;
29386 do
29387 for ac_extension in a so sl dylib; do
29388 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29389 ac_find_libraries=$ac_dir
29390 break 2
29391 fi
29392 done
29393 done
29394
29395 if test "$ac_find_libraries" != "" ; then
29396
29397 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29398 result=$?
29399 if test $result = 0; then
29400 ac_path_to_link=""
29401 else
29402 ac_path_to_link=" -L$ac_find_libraries"
29403 fi
29404
29405 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29406 LDFLAGS="$LDFLAGS $ac_path_to_link"
29407 fi
29408 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
29409 echo "$as_me:$LINENO: result: yes" >&5
29410echo "${ECHO_T}yes" >&6
29411
29412 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
29413echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
29414
29415ac_find_libraries=
29416for ac_dir in $SEARCH_LIB /usr/lib;
29417 do
29418 for ac_extension in a so sl dylib; do
29419 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29420 ac_find_libraries=$ac_dir
29421 break 2
29422 fi
29423 done
29424 done
29425
29426 if test "$ac_find_libraries" != "" ; then
29427 echo "$as_me:$LINENO: result: yes" >&5
29428echo "${ECHO_T}yes" >&6
29429
29430for ac_header in X11/extensions/xf86vmode.h
29431do
29432as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29433echo "$as_me:$LINENO: checking for $ac_header" >&5
29434echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29435if eval "test \"\${$as_ac_Header+set}\" = set"; then
29436 echo $ECHO_N "(cached) $ECHO_C" >&6
29437else
29438 cat >conftest.$ac_ext <<_ACEOF
29439/* confdefs.h. */
29440_ACEOF
29441cat confdefs.h >>conftest.$ac_ext
29442cat >>conftest.$ac_ext <<_ACEOF
29443/* end confdefs.h. */
29444
29445 #if HAVE_X11_XLIB_H
29446 #include <X11/Xlib.h>
29447 #endif
29448
29449
29450#include <$ac_header>
29451_ACEOF
29452rm -f conftest.$ac_objext
29453if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29454 (eval $ac_compile) 2>conftest.er1
a848cd7e 29455 ac_status=$?
ac1cb8d3
VS
29456 grep -v '^ *+' conftest.er1 >conftest.err
29457 rm -f conftest.er1
29458 cat conftest.err >&5
a848cd7e
SC
29459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29460 (exit $ac_status); } &&
ddd14b14
RR
29461 { ac_try='test -z "$ac_c_werror_flag"
29462 || test ! -s conftest.err'
ac1cb8d3
VS
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'
a848cd7e
SC
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 eval "$as_ac_Header=yes"
29475else
29476 echo "$as_me: failed program was:" >&5
29477sed 's/^/| /' conftest.$ac_ext >&5
29478
29479eval "$as_ac_Header=no"
29480fi
ac1cb8d3 29481rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29482fi
29483echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29484echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29485if test `eval echo '${'$as_ac_Header'}'` = yes; then
29486 cat >>confdefs.h <<_ACEOF
29487#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29488_ACEOF
29489
29490 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
29491
29492fi
29493
29494done
29495
29496 else
29497 echo "$as_me:$LINENO: result: no" >&5
29498echo "${ECHO_T}no" >&6
29499 fi
29500
29501 else
29502 echo "$as_me:$LINENO: result: no" >&5
29503echo "${ECHO_T}no" >&6
dcc1b6ad
VS
29504 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
29505echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
a848cd7e
SC
29506 wxUSE_DISPLAY="no"
29507 fi
01cb68df
RG
29508 elif test "$wxUSE_MSW" = 1; then
29509
29510
29511for ac_header in multimon.h ddraw.h
29512do
29513as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5294a27e 29514echo "$as_me:$LINENO: checking for $ac_header" >&5
01cb68df
RG
29515echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29516if eval "test \"\${$as_ac_Header+set}\" = set"; then
29517 echo $ECHO_N "(cached) $ECHO_C" >&6
01cb68df 29518else
5294a27e 29519 cat >conftest.$ac_ext <<_ACEOF
01cb68df
RG
29520/* confdefs.h. */
29521_ACEOF
29522cat confdefs.h >>conftest.$ac_ext
29523cat >>conftest.$ac_ext <<_ACEOF
29524/* end confdefs.h. */
5294a27e
VZ
29525#include <windows.h>
29526
01cb68df
RG
29527#include <$ac_header>
29528_ACEOF
29529rm -f conftest.$ac_objext
29530if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29531 (eval $ac_compile) 2>conftest.er1
01cb68df 29532 ac_status=$?
ac1cb8d3
VS
29533 grep -v '^ *+' conftest.er1 >conftest.err
29534 rm -f conftest.er1
29535 cat conftest.err >&5
01cb68df
RG
29536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29537 (exit $ac_status); } &&
ddd14b14
RR
29538 { ac_try='test -z "$ac_c_werror_flag"
29539 || test ! -s conftest.err'
ac1cb8d3
VS
29540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29541 (eval $ac_try) 2>&5
29542 ac_status=$?
29543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29544 (exit $ac_status); }; } &&
29545 { ac_try='test -s conftest.$ac_objext'
01cb68df
RG
29546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29547 (eval $ac_try) 2>&5
29548 ac_status=$?
29549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29550 (exit $ac_status); }; }; then
5294a27e 29551 eval "$as_ac_Header=yes"
01cb68df
RG
29552else
29553 echo "$as_me: failed program was:" >&5
29554sed 's/^/| /' conftest.$ac_ext >&5
29555
5294a27e 29556eval "$as_ac_Header=no"
01cb68df 29557fi
ac1cb8d3 29558rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
01cb68df
RG
29559fi
29560echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29561echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
01cb68df
RG
29562if test `eval echo '${'$as_ac_Header'}'` = yes; then
29563 cat >>confdefs.h <<_ACEOF
29564#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29565_ACEOF
29566
29567else
29568
5294a27e
VZ
29569 wxUSE_DISPLAY="no"
29570 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
dcc1b6ad 29571echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
01cb68df
RG
29572
29573fi
29574
29575done
29576
a848cd7e
SC
29577 fi
29578fi
29579
29580
29581USE_OPENGL=0
29582if test "$wxUSE_OPENGL" = "yes"; then
29583 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
29584 OPENGL_LIBS="-framework OpenGL -framework AGL"
29585 elif test "$wxUSE_MSW" = 1; then
29586 OPENGL_LIBS="-lopengl32 -lglu32"
29587 else
29588
29589
29590ac_find_includes=
29591for ac_dir in $SEARCH_INCLUDE /usr/include;
29592 do
29593 if test -f "$ac_dir/GL/gl.h"; then
29594 ac_find_includes=$ac_dir
29595 break
29596 fi
29597 done
29598
29599 if test "$ac_find_includes" != "" ; then
29600 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29601echo "${ECHO_T}found in $ac_find_includes" >&6
29602
29603 if test "x$ac_find_includes" = "x/usr/include"; then
29604 ac_path_to_include=""
29605 else
29606 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
29607 result=$?
29608 if test $result = 0; then
29609 ac_path_to_include=""
29610 else
29611 ac_path_to_include=" -I$ac_find_includes"
29612 fi
29613 fi
29614
29615 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
29616 fi
29617
29618 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29619 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29620echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29621if test "${ac_cv_header_GL_gl_h+set}" = set; then
29622 echo $ECHO_N "(cached) $ECHO_C" >&6
29623fi
29624echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29625echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29626else
29627 # Is the header compilable?
29628echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
29629echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
29630cat >conftest.$ac_ext <<_ACEOF
29631/* confdefs.h. */
29632_ACEOF
29633cat confdefs.h >>conftest.$ac_ext
29634cat >>conftest.$ac_ext <<_ACEOF
29635/* end confdefs.h. */
29636$ac_includes_default
29637#include <GL/gl.h>
29638_ACEOF
29639rm -f conftest.$ac_objext
29640if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29641 (eval $ac_compile) 2>conftest.er1
a848cd7e 29642 ac_status=$?
ac1cb8d3
VS
29643 grep -v '^ *+' conftest.er1 >conftest.err
29644 rm -f conftest.er1
29645 cat conftest.err >&5
a848cd7e
SC
29646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29647 (exit $ac_status); } &&
ddd14b14
RR
29648 { ac_try='test -z "$ac_c_werror_flag"
29649 || test ! -s conftest.err'
ac1cb8d3
VS
29650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29651 (eval $ac_try) 2>&5
29652 ac_status=$?
29653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29654 (exit $ac_status); }; } &&
29655 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29657 (eval $ac_try) 2>&5
29658 ac_status=$?
29659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29660 (exit $ac_status); }; }; then
29661 ac_header_compiler=yes
29662else
29663 echo "$as_me: failed program was:" >&5
29664sed 's/^/| /' conftest.$ac_ext >&5
29665
29666ac_header_compiler=no
29667fi
ac1cb8d3 29668rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29669echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29670echo "${ECHO_T}$ac_header_compiler" >&6
29671
29672# Is the header present?
29673echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
29674echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
29675cat >conftest.$ac_ext <<_ACEOF
29676/* confdefs.h. */
29677_ACEOF
29678cat confdefs.h >>conftest.$ac_ext
29679cat >>conftest.$ac_ext <<_ACEOF
29680/* end confdefs.h. */
29681#include <GL/gl.h>
29682_ACEOF
29683if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29684 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29685 ac_status=$?
29686 grep -v '^ *+' conftest.er1 >conftest.err
29687 rm -f conftest.er1
29688 cat conftest.err >&5
29689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29690 (exit $ac_status); } >/dev/null; then
29691 if test -s conftest.err; then
29692 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 29693 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
29694 else
29695 ac_cpp_err=
29696 fi
29697else
29698 ac_cpp_err=yes
29699fi
29700if test -z "$ac_cpp_err"; then
29701 ac_header_preproc=yes
29702else
29703 echo "$as_me: failed program was:" >&5
29704sed 's/^/| /' conftest.$ac_ext >&5
29705
29706 ac_header_preproc=no
29707fi
29708rm -f conftest.err conftest.$ac_ext
29709echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29710echo "${ECHO_T}$ac_header_preproc" >&6
29711
29712# So? What about this header?
ac1cb8d3
VS
29713case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29714 yes:no: )
a848cd7e
SC
29715 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
29716echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
29717 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
29718echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
29719 ac_header_preproc=yes
a848cd7e 29720 ;;
ac1cb8d3 29721 no:yes:* )
a848cd7e
SC
29722 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
29723echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
29724 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
29725echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
29726 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
29727echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
29728 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
29729echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
29730 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
29731echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
29732 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
29733echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
29734 (
29735 cat <<\_ASBOX
ac1cb8d3
VS
29736## ----------------------------------------- ##
29737## Report this to wx-dev@lists.wxwidgets.org ##
29738## ----------------------------------------- ##
a848cd7e
SC
29739_ASBOX
29740 ) |
29741 sed "s/^/$as_me: WARNING: /" >&2
29742 ;;
29743esac
29744echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29745echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29746if test "${ac_cv_header_GL_gl_h+set}" = set; then
29747 echo $ECHO_N "(cached) $ECHO_C" >&6
29748else
29749 ac_cv_header_GL_gl_h=$ac_header_preproc
29750fi
29751echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29752echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29753
29754fi
29755if test $ac_cv_header_GL_gl_h = yes; then
29756
29757 found_gl=0
29758
29759 echo "$as_me:$LINENO: checking for -lGL" >&5
29760echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
29761
29762ac_find_libraries=
29763for ac_dir in $SEARCH_LIB /usr/lib;
29764 do
29765 for ac_extension in a so sl dylib; do
29766 if test -f "$ac_dir/libGL.$ac_extension"; then
29767 ac_find_libraries=$ac_dir
29768 break 2
29769 fi
29770 done
29771 done
29772
29773 if test "$ac_find_libraries" != "" ; then
69120ee4
VZ
29774 echo "$as_me:$LINENO: result: yes" >&5
29775echo "${ECHO_T}yes" >&6
29776
a848cd7e
SC
29777
29778 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29779 result=$?
29780 if test $result = 0; then
29781 ac_path_to_link=""
29782 else
29783 ac_path_to_link=" -L$ac_find_libraries"
29784 fi
29785
29786 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29787 LDFLAGS_GL="$ac_path_to_link"
29788 fi
29789
69120ee4
VZ
29790 echo "$as_me:$LINENO: checking for -lGLU" >&5
29791echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
a848cd7e
SC
29792
29793ac_find_libraries=
29794for ac_dir in $SEARCH_LIB /usr/lib;
29795 do
29796 for ac_extension in a so sl dylib; do
29797 if test -f "$ac_dir/libGLU.$ac_extension"; then
29798 ac_find_libraries=$ac_dir
29799 break 2
29800 fi
29801 done
29802 done
29803
29804 if test "$ac_find_libraries" != "" ; then
29805
29806 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29807 result=$?
29808 if test $result = 0; then
29809 ac_path_to_link=""
29810 else
29811 ac_path_to_link=" -L$ac_find_libraries"
29812 fi
29813
29814 if test "$ac_path_to_link" != " -L/usr/lib" -a \
29815 "$ac_path_to_link" != "$LDFLAGS_GL"; then
29816 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
29817 fi
29818
29819 found_gl=1
29820 OPENGL_LIBS="-lGL -lGLU"
29821 echo "$as_me:$LINENO: result: yes" >&5
29822echo "${ECHO_T}yes" >&6
69120ee4
VZ
29823 else
29824 echo "$as_me:$LINENO: result: no" >&5
29825echo "${ECHO_T}no" >&6
a848cd7e 29826 fi
69120ee4
VZ
29827 else
29828 echo "$as_me:$LINENO: result: no" >&5
29829echo "${ECHO_T}no" >&6
a848cd7e
SC
29830 fi
29831
29832 if test "$found_gl" != 1; then
a848cd7e
SC
29833 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
29834echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
29835
29836ac_find_libraries=
29837for ac_dir in $SEARCH_LIB /usr/lib;
29838 do
29839 for ac_extension in a so sl dylib; do
29840 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
29841 ac_find_libraries=$ac_dir
29842 break 2
29843 fi
29844 done
29845 done
29846
29847 if test "$ac_find_libraries" != "" ; then
29848
29849 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29850 result=$?
29851 if test $result = 0; then
29852 ac_path_to_link=""
29853 else
29854 ac_path_to_link=" -L$ac_find_libraries"
29855 fi
29856
29857 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
29858 OPENGL_LIBS="-lMesaGL -lMesaGLU"
29859 echo "$as_me:$LINENO: result: yes" >&5
29860echo "${ECHO_T}yes" >&6
29861 else
29862 echo "$as_me:$LINENO: result: no" >&5
29863echo "${ECHO_T}no" >&6
29864 fi
29865 fi
29866
29867fi
29868
29869
29870
29871 if test "x$OPENGL_LIBS" = "x"; then
29872 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
29873echo "$as_me: error: OpenGL libraries not available" >&2;}
29874 { (exit 1); exit 1; }; }
29875 fi
29876 fi
29877
29878 if test "$wxUSE_OPENGL" = "yes"; then
29879 USE_OPENGL=1
29880 cat >>confdefs.h <<\_ACEOF
29881#define wxUSE_OPENGL 1
29882_ACEOF
29883
29884 cat >>confdefs.h <<\_ACEOF
29885#define wxUSE_GLCANVAS 1
29886_ACEOF
29887
29888 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
29889 fi
29890fi
29891
a848cd7e
SC
29892
29893if test -n "$TOOLKIT" ; then
29894 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
29895fi
29896
a848cd7e
SC
29897
29898
29899if test "$wxUSE_SHARED" = "yes"; then
29900 case "${host}" in
29901 *-pc-msdosdjgpp )
29902 wxUSE_SHARED=no
29903 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
29904echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
29905 ;;
29906 esac
29907fi
29908
a848cd7e 29909if test "$wxUSE_SHARED" = "yes"; then
a848cd7e
SC
29910
29911
29912 found_versioning=no
29913
29914
29915 if test $found_versioning = no ; then
29916 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
29917echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
29918if test "${wx_cv_version_script+set}" = set; then
29919 echo $ECHO_N "(cached) $ECHO_C" >&6
29920else
29921
29922 echo "VER_1 { *; };" >conftest.sym
29923 echo "int main() { return 0; }" >conftest.cpp
29924
29925 if { ac_try='
29926 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29927 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
29928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29929 (eval $ac_try) 2>&5
29930 ac_status=$?
29931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29932 (exit $ac_status); }; } ; then
29933 if test -s conftest.stderr ; then
29934 wx_cv_version_script=no
29935 else
29936 wx_cv_version_script=yes
29937 fi
29938 else
29939 wx_cv_version_script=no
29940 fi
e5d4b470
MW
29941
29942 if test $wx_cv_version_script = yes
29943 then
29944 echo "struct B { virtual ~B() { } }; \
29945 struct D : public B { }; \
29946 void F() { D d; }" > conftest.cpp
29947
29948 if { ac_try='
29949 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29950 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
29951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29952 (eval $ac_try) 2>&5
29953 ac_status=$?
29954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29955 (exit $ac_status); }; } &&
29956 { ac_try='
29957 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29958 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
29959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29960 (eval $ac_try) 2>&5
29961 ac_status=$?
29962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29963 (exit $ac_status); }; }
29964 then
29965 if { ac_try='
29966 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29967 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
29968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29969 (eval $ac_try) 2>&5
29970 ac_status=$?
29971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29972 (exit $ac_status); }; }
29973 then
29974 wx_cv_version_script=yes
29975 else
29976 wx_cv_version_script=no
29977 fi
29978 fi
29979 fi
29980
a848cd7e 29981 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
e5d4b470 29982 rm -f conftest1.output conftest2.output conftest3.output
a848cd7e
SC
29983
29984fi
29985echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
29986echo "${ECHO_T}$wx_cv_version_script" >&6
29987 if test $wx_cv_version_script = yes ; then
29988 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
29989 fi
29990 fi
29991
29992
29993 case "${host}" in
29994 *-*-linux* | *-*-gnu* )
29995 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 29996 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
a848cd7e
SC
29997 ;;
29998
29999 *-*-solaris2* )
30000 if test "$GCC" = yes ; then
30001 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
30002
30003 saveLdflags="$LDFLAGS"
30004 LDFLAGS="$saveLdflags -Wl,-rpath,/"
30005 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
30006echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
30007 cat >conftest.$ac_ext <<_ACEOF
30008/* confdefs.h. */
30009_ACEOF
30010cat confdefs.h >>conftest.$ac_ext
30011cat >>conftest.$ac_ext <<_ACEOF
30012/* end confdefs.h. */
30013
30014int
30015main ()
30016{
30017
30018 ;
30019 return 0;
30020}
30021_ACEOF
30022rm -f conftest.$ac_objext conftest$ac_exeext
30023if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30024 (eval $ac_link) 2>conftest.er1
a848cd7e 30025 ac_status=$?
ac1cb8d3
VS
30026 grep -v '^ *+' conftest.er1 >conftest.err
30027 rm -f conftest.er1
30028 cat conftest.err >&5
a848cd7e
SC
30029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30030 (exit $ac_status); } &&
ddd14b14
RR
30031 { ac_try='test -z "$ac_c_werror_flag"
30032 || test ! -s conftest.err'
ac1cb8d3
VS
30033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30034 (eval $ac_try) 2>&5
30035 ac_status=$?
30036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30037 (exit $ac_status); }; } &&
30038 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30040 (eval $ac_try) 2>&5
30041 ac_status=$?
30042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30043 (exit $ac_status); }; }; then
30044
30045 echo "$as_me:$LINENO: result: yes" >&5
30046echo "${ECHO_T}yes" >&6
30047 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 30048 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
a848cd7e
SC
30049
30050else
30051 echo "$as_me: failed program was:" >&5
30052sed 's/^/| /' conftest.$ac_ext >&5
30053
30054
30055 echo "$as_me:$LINENO: result: no" >&5
30056echo "${ECHO_T}no" >&6
30057 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
30058echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
30059 LDFLAGS="$saveLdflags -Wl,-R,/"
30060 cat >conftest.$ac_ext <<_ACEOF
30061/* confdefs.h. */
30062_ACEOF
30063cat confdefs.h >>conftest.$ac_ext
30064cat >>conftest.$ac_ext <<_ACEOF
30065/* end confdefs.h. */
30066
30067int
30068main ()
30069{
30070
30071 ;
30072 return 0;
30073}
30074_ACEOF
30075rm -f conftest.$ac_objext conftest$ac_exeext
30076if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30077 (eval $ac_link) 2>conftest.er1
a848cd7e 30078 ac_status=$?
ac1cb8d3
VS
30079 grep -v '^ *+' conftest.er1 >conftest.err
30080 rm -f conftest.er1
30081 cat conftest.err >&5
a848cd7e
SC
30082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30083 (exit $ac_status); } &&
ddd14b14
RR
30084 { ac_try='test -z "$ac_c_werror_flag"
30085 || test ! -s conftest.err'
ac1cb8d3
VS
30086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30087 (eval $ac_try) 2>&5
30088 ac_status=$?
30089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30090 (exit $ac_status); }; } &&
30091 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30093 (eval $ac_try) 2>&5
30094 ac_status=$?
30095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30096 (exit $ac_status); }; }; then
30097
ffa0583f 30098 echo "$as_me:$LINENO: result: yes" >&5
a848cd7e 30099echo "${ECHO_T}yes" >&6
ffa0583f
RL
30100 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
30101 WXCONFIG_RPATH="-Wl,-R,\$libdir"
30102
a848cd7e
SC
30103else
30104 echo "$as_me: failed program was:" >&5
30105sed 's/^/| /' conftest.$ac_ext >&5
30106
30107
30108 echo "$as_me:$LINENO: result: no" >&5
30109echo "${ECHO_T}no" >&6
30110
30111fi
ac1cb8d3
VS
30112rm -f conftest.err conftest.$ac_objext \
30113 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30114
30115fi
ac1cb8d3
VS
30116rm -f conftest.err conftest.$ac_objext \
30117 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30118 LDFLAGS="$saveLdflags"
30119 else
a848cd7e 30120 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
ffa0583f 30121 WXCONFIG_RPATH="-R\$libdir"
a848cd7e
SC
30122 fi
30123 ;;
30124
30125 powerpc-*-darwin* )
0caebc27
MW
30126 install_name_tool=`which install_name_tool`
30127 if test "$install_name_tool" -a -x "$install_name_tool"; then
30128 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
30129 cat <<EOF >change-install-names
a848cd7e
SC
30130#!/bin/sh
30131libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
30132inst_cmd="install_name_tool "
30133for i in \${libnames} ; do
30134 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
30135done
30136\${inst_cmd} \${3}
30137EOF
0caebc27
MW
30138 chmod +x change-install-names
30139 fi
a848cd7e
SC
30140 ;;
30141
30142 *-*-cygwin* | *-*-mingw32* )
30143 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
30144 ;;
30145
81f90336
MW
30146 *-*-hpux* )
30147 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
30148 WXCONFIG_RPATH="-Wl,+b,\$libdir"
30149 ;;
30150
a848cd7e 30151 esac
ceec2216 30152
ffa0583f
RL
30153 if test $wxUSE_RPATH = "no"; then
30154 SAMPLES_RPATH_FLAG=''
30155 SAMPLES_RPATH_POSTLINK=''
30156 WXCONFIG_RPATH=''
30157 fi
30158
30159 SHARED=1
30160
30161else
30162
ceec2216
RL
30163 config_linkage_component="-static"
30164 SHARED=0
ffa0583f 30165
ceec2216 30166fi
a848cd7e 30167
a848cd7e 30168
ceec2216
RL
30169UNICODE=0
30170lib_unicode_suffix=
30171WX_CHARTYPE="ansi"
30172if test "$wxUSE_UNICODE" = "yes"; then
30173 lib_unicode_suffix=u
30174 WX_CHARTYPE="unicode"
30175 UNICODE=1
a848cd7e
SC
30176fi
30177
ceec2216
RL
30178lib_debug_suffix=
30179WX_DEBUGTYPE="release"
30180DEBUG_FLAG=0
30181if test "$wxUSE_DEBUG_FLAG" = "yes"; then
30182 lib_debug_suffix=d
30183 WX_DEBUGTYPE="debug"
30184 DEBUG_FLAG=1
30185fi
a848cd7e 30186
ceec2216
RL
30187WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
30188WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
a848cd7e 30189
ceec2216
RL
30190DEBUG_INFO=0
30191if test "$wxUSE_DEBUG_INFO" = "yes"; then
30192 DEBUG_INFO=1
30193fi
a848cd7e 30194
ceec2216 30195WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
a848cd7e 30196
ceec2216 30197TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
a848cd7e 30198
ceec2216 30199TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
a848cd7e 30200
ceec2216
RL
30201if test "$cross_compiling" = "yes"; then
30202 HOST_SUFFIX="-$host_alias"
30203 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
30204 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
a848cd7e
SC
30205fi
30206
dd21ced8 30207WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
abc736fd
MW
30208if test "${TOOLKIT_DIR}" = "os2"; then
30209 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30210else
30211 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30212fi
ceec2216
RL
30213
30214
30215
1d1af5ea
DE
30216if test "$wxUSE_COCOA" = 1; then
30217
30218
30219 ac_ext=c
30220ac_cpp='$CPP $CPPFLAGS'
30221ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30222ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30223ac_compiler_gnu=$ac_cv_c_compiler_gnu
30224
30225ac_ext=m
30226
30227 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
30228echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
30229 cat >conftest.$ac_ext <<_ACEOF
30230/* confdefs.h. */
30231_ACEOF
30232cat confdefs.h >>conftest.$ac_ext
30233cat >>conftest.$ac_ext <<_ACEOF
30234/* end confdefs.h. */
30235#include <AppKit/NSEvent.h>
30236#include <CoreFoundation/CoreFoundation.h>
30237
30238int
30239main ()
30240{
30241
30242 ;
30243 return 0;
30244}
30245_ACEOF
30246rm -f conftest.$ac_objext
30247if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30248 (eval $ac_compile) 2>conftest.er1
30249 ac_status=$?
30250 grep -v '^ *+' conftest.er1 >conftest.err
30251 rm -f conftest.er1
30252 cat conftest.err >&5
30253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30254 (exit $ac_status); } &&
ddd14b14
RR
30255 { ac_try='test -z "$ac_c_werror_flag"
30256 || test ! -s conftest.err'
1d1af5ea
DE
30257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30258 (eval $ac_try) 2>&5
30259 ac_status=$?
30260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30261 (exit $ac_status); }; } &&
30262 { ac_try='test -s conftest.$ac_objext'
30263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30264 (eval $ac_try) 2>&5
30265 ac_status=$?
30266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30267 (exit $ac_status); }; }; then
30268 echo "$as_me:$LINENO: result: no" >&5
30269echo "${ECHO_T}no" >&6
30270else
30271 echo "$as_me: failed program was:" >&5
30272sed 's/^/| /' conftest.$ac_ext >&5
30273
30274echo "$as_me:$LINENO: result: yes" >&5
30275echo "${ECHO_T}yes" >&6
30276 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
30277echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
30278 cat >conftest.$ac_ext <<_ACEOF
30279/* confdefs.h. */
30280_ACEOF
30281cat confdefs.h >>conftest.$ac_ext
30282cat >>conftest.$ac_ext <<_ACEOF
30283/* end confdefs.h. */
30284#define __Point__ 1
30285#include <AppKit/NSEvent.h>
30286#include <CoreFoundation/CoreFoundation.h>
30287
30288int
30289main ()
30290{
30291
30292 ;
30293 return 0;
30294}
30295_ACEOF
30296rm -f conftest.$ac_objext
30297if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30298 (eval $ac_compile) 2>conftest.er1
30299 ac_status=$?
30300 grep -v '^ *+' conftest.er1 >conftest.err
30301 rm -f conftest.er1
30302 cat conftest.err >&5
30303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30304 (exit $ac_status); } &&
ddd14b14
RR
30305 { ac_try='test -z "$ac_c_werror_flag"
30306 || test ! -s conftest.err'
1d1af5ea
DE
30307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30308 (eval $ac_try) 2>&5
30309 ac_status=$?
30310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30311 (exit $ac_status); }; } &&
30312 { ac_try='test -s conftest.$ac_objext'
30313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30314 (eval $ac_try) 2>&5
30315 ac_status=$?
30316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30317 (exit $ac_status); }; }; then
30318 echo "$as_me:$LINENO: result: yes" >&5
30319echo "${ECHO_T}yes" >&6
30320 cat >>confdefs.h <<\_ACEOF
30321#define __Point__ 1
30322_ACEOF
30323
30324
30325else
30326 echo "$as_me: failed program was:" >&5
30327sed 's/^/| /' conftest.$ac_ext >&5
30328
30329{ { echo "$as_me:$LINENO: error: no
30330See \`config.log' for more details." >&5
30331echo "$as_me: error: no
30332See \`config.log' for more details." >&2;}
30333 { (exit 1); exit 1; }; }
30334
30335fi
30336rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30337
30338fi
30339rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30340 ac_ext=c
30341ac_cpp='$CPP $CPPFLAGS'
30342ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30343ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30344ac_compiler_gnu=$ac_cv_c_compiler_gnu
30345
30346fi
30347
a848cd7e 30348if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
abb9aae7
VZ
30349 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
30350 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
ceec2216 30351
a848cd7e 30352 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
a848cd7e
SC
30353
30354 # Extract the first word of "Rez", so it can be a program name with args.
30355set dummy Rez; ac_word=$2
30356echo "$as_me:$LINENO: checking for $ac_word" >&5
30357echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30358if test "${ac_cv_prog_RESCOMP+set}" = set; then
30359 echo $ECHO_N "(cached) $ECHO_C" >&6
30360else
30361 if test -n "$RESCOMP"; then
30362 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
30363else
30364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30365for as_dir in $PATH
30366do
30367 IFS=$as_save_IFS
30368 test -z "$as_dir" && as_dir=.
30369 for ac_exec_ext in '' $ac_executable_extensions; do
30370 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30371 ac_cv_prog_RESCOMP="Rez"
30372 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30373 break 2
30374 fi
30375done
30376done
30377
30378 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
30379fi
30380fi
30381RESCOMP=$ac_cv_prog_RESCOMP
30382if test -n "$RESCOMP"; then
30383 echo "$as_me:$LINENO: result: $RESCOMP" >&5
30384echo "${ECHO_T}$RESCOMP" >&6
30385else
30386 echo "$as_me:$LINENO: result: no" >&5
30387echo "${ECHO_T}no" >&6
30388fi
30389
30390 # Extract the first word of "DeRez", so it can be a program name with args.
30391set dummy DeRez; ac_word=$2
30392echo "$as_me:$LINENO: checking for $ac_word" >&5
30393echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30394if test "${ac_cv_prog_DEREZ+set}" = set; then
30395 echo $ECHO_N "(cached) $ECHO_C" >&6
30396else
30397 if test -n "$DEREZ"; then
30398 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
30399else
30400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30401for as_dir in $PATH
30402do
30403 IFS=$as_save_IFS
30404 test -z "$as_dir" && as_dir=.
30405 for ac_exec_ext in '' $ac_executable_extensions; do
30406 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30407 ac_cv_prog_DEREZ="DeRez"
30408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30409 break 2
30410 fi
30411done
30412done
30413
30414 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
30415fi
30416fi
30417DEREZ=$ac_cv_prog_DEREZ
30418if test -n "$DEREZ"; then
30419 echo "$as_me:$LINENO: result: $DEREZ" >&5
30420echo "${ECHO_T}$DEREZ" >&6
30421else
30422 echo "$as_me:$LINENO: result: no" >&5
30423echo "${ECHO_T}no" >&6
30424fi
30425
30426 # Extract the first word of "SetFile", so it can be a program name with args.
30427set dummy SetFile; ac_word=$2
30428echo "$as_me:$LINENO: checking for $ac_word" >&5
30429echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30430if test "${ac_cv_prog_SETFILE+set}" = set; then
30431 echo $ECHO_N "(cached) $ECHO_C" >&6
30432else
30433 if test -n "$SETFILE"; then
30434 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
30435else
30436as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30437for as_dir in $PATH
30438do
30439 IFS=$as_save_IFS
30440 test -z "$as_dir" && as_dir=.
30441 for ac_exec_ext in '' $ac_executable_extensions; do
30442 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30443 ac_cv_prog_SETFILE="SetFile"
30444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30445 break 2
30446 fi
30447done
30448done
30449
30450 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
30451fi
30452fi
30453SETFILE=$ac_cv_prog_SETFILE
30454if test -n "$SETFILE"; then
30455 echo "$as_me:$LINENO: result: $SETFILE" >&5
30456echo "${ECHO_T}$SETFILE" >&6
30457else
30458 echo "$as_me:$LINENO: result: no" >&5
30459echo "${ECHO_T}no" >&6
30460fi
30461
30462
30463 MACSETFILE="\$(SETFILE)"
30464
30465 if test "$wxUSE_MAC" = 1; then
1a79f136 30466 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
a848cd7e 30467
1a79f136 30468 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
a848cd7e
SC
30469 else
30470 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
30471 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
30472 fi
30473else
ffa0583f
RL
30474 MACSETFILE="@true"
30475 MACRESWXCONFIG="@true"
a848cd7e
SC
30476
30477 if test "$wxUSE_PM" = 1; then
30478 MACRESCOMP="emxbind -ep"
30479 else
ffa0583f 30480 MACRESCOMP="@true"
a848cd7e
SC
30481 fi
30482fi
30483
30484
30485
30486echo "$as_me:$LINENO: checking for mode_t" >&5
30487echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
30488if test "${ac_cv_type_mode_t+set}" = set; then
30489 echo $ECHO_N "(cached) $ECHO_C" >&6
30490else
30491 cat >conftest.$ac_ext <<_ACEOF
30492/* confdefs.h. */
30493_ACEOF
30494cat confdefs.h >>conftest.$ac_ext
30495cat >>conftest.$ac_ext <<_ACEOF
30496/* end confdefs.h. */
30497$ac_includes_default
30498int
30499main ()
30500{
30501if ((mode_t *) 0)
30502 return 0;
30503if (sizeof (mode_t))
30504 return 0;
30505 ;
30506 return 0;
30507}
30508_ACEOF
30509rm -f conftest.$ac_objext
30510if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30511 (eval $ac_compile) 2>conftest.er1
a848cd7e 30512 ac_status=$?
ac1cb8d3
VS
30513 grep -v '^ *+' conftest.er1 >conftest.err
30514 rm -f conftest.er1
30515 cat conftest.err >&5
a848cd7e
SC
30516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30517 (exit $ac_status); } &&
ddd14b14
RR
30518 { ac_try='test -z "$ac_c_werror_flag"
30519 || test ! -s conftest.err'
ac1cb8d3
VS
30520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30521 (eval $ac_try) 2>&5
30522 ac_status=$?
30523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30524 (exit $ac_status); }; } &&
30525 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30527 (eval $ac_try) 2>&5
30528 ac_status=$?
30529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30530 (exit $ac_status); }; }; then
30531 ac_cv_type_mode_t=yes
30532else
30533 echo "$as_me: failed program was:" >&5
30534sed 's/^/| /' conftest.$ac_ext >&5
30535
30536ac_cv_type_mode_t=no
30537fi
ac1cb8d3 30538rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30539fi
30540echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
30541echo "${ECHO_T}$ac_cv_type_mode_t" >&6
30542if test $ac_cv_type_mode_t = yes; then
30543 :
30544else
30545
30546cat >>confdefs.h <<_ACEOF
30547#define mode_t int
30548_ACEOF
30549
30550fi
30551
30552echo "$as_me:$LINENO: checking for off_t" >&5
30553echo $ECHO_N "checking for off_t... $ECHO_C" >&6
30554if test "${ac_cv_type_off_t+set}" = set; then
30555 echo $ECHO_N "(cached) $ECHO_C" >&6
30556else
30557 cat >conftest.$ac_ext <<_ACEOF
30558/* confdefs.h. */
30559_ACEOF
30560cat confdefs.h >>conftest.$ac_ext
30561cat >>conftest.$ac_ext <<_ACEOF
30562/* end confdefs.h. */
30563$ac_includes_default
30564int
30565main ()
30566{
30567if ((off_t *) 0)
30568 return 0;
30569if (sizeof (off_t))
30570 return 0;
30571 ;
30572 return 0;
30573}
30574_ACEOF
30575rm -f conftest.$ac_objext
30576if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30577 (eval $ac_compile) 2>conftest.er1
a848cd7e 30578 ac_status=$?
ac1cb8d3
VS
30579 grep -v '^ *+' conftest.er1 >conftest.err
30580 rm -f conftest.er1
30581 cat conftest.err >&5
a848cd7e
SC
30582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30583 (exit $ac_status); } &&
ddd14b14
RR
30584 { ac_try='test -z "$ac_c_werror_flag"
30585 || test ! -s conftest.err'
ac1cb8d3
VS
30586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30587 (eval $ac_try) 2>&5
30588 ac_status=$?
30589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30590 (exit $ac_status); }; } &&
30591 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30593 (eval $ac_try) 2>&5
30594 ac_status=$?
30595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30596 (exit $ac_status); }; }; then
30597 ac_cv_type_off_t=yes
30598else
30599 echo "$as_me: failed program was:" >&5
30600sed 's/^/| /' conftest.$ac_ext >&5
30601
30602ac_cv_type_off_t=no
30603fi
ac1cb8d3 30604rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30605fi
30606echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
30607echo "${ECHO_T}$ac_cv_type_off_t" >&6
30608if test $ac_cv_type_off_t = yes; then
30609 :
30610else
30611
30612cat >>confdefs.h <<_ACEOF
30613#define off_t long
30614_ACEOF
30615
30616fi
30617
30618echo "$as_me:$LINENO: checking for pid_t" >&5
30619echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
30620if test "${ac_cv_type_pid_t+set}" = set; then
30621 echo $ECHO_N "(cached) $ECHO_C" >&6
30622else
30623 cat >conftest.$ac_ext <<_ACEOF
30624/* confdefs.h. */
30625_ACEOF
30626cat confdefs.h >>conftest.$ac_ext
30627cat >>conftest.$ac_ext <<_ACEOF
30628/* end confdefs.h. */
30629$ac_includes_default
30630int
30631main ()
30632{
30633if ((pid_t *) 0)
30634 return 0;
30635if (sizeof (pid_t))
30636 return 0;
30637 ;
30638 return 0;
30639}
30640_ACEOF
30641rm -f conftest.$ac_objext
30642if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30643 (eval $ac_compile) 2>conftest.er1
a848cd7e 30644 ac_status=$?
ac1cb8d3
VS
30645 grep -v '^ *+' conftest.er1 >conftest.err
30646 rm -f conftest.er1
30647 cat conftest.err >&5
a848cd7e
SC
30648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30649 (exit $ac_status); } &&
ddd14b14
RR
30650 { ac_try='test -z "$ac_c_werror_flag"
30651 || test ! -s conftest.err'
ac1cb8d3
VS
30652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30653 (eval $ac_try) 2>&5
30654 ac_status=$?
30655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30656 (exit $ac_status); }; } &&
30657 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30659 (eval $ac_try) 2>&5
30660 ac_status=$?
30661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30662 (exit $ac_status); }; }; then
30663 ac_cv_type_pid_t=yes
30664else
30665 echo "$as_me: failed program was:" >&5
30666sed 's/^/| /' conftest.$ac_ext >&5
30667
30668ac_cv_type_pid_t=no
30669fi
ac1cb8d3 30670rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30671fi
30672echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
30673echo "${ECHO_T}$ac_cv_type_pid_t" >&6
30674if test $ac_cv_type_pid_t = yes; then
30675 :
30676else
30677
30678cat >>confdefs.h <<_ACEOF
30679#define pid_t int
30680_ACEOF
30681
30682fi
30683
30684echo "$as_me:$LINENO: checking for size_t" >&5
30685echo $ECHO_N "checking for size_t... $ECHO_C" >&6
30686if test "${ac_cv_type_size_t+set}" = set; then
30687 echo $ECHO_N "(cached) $ECHO_C" >&6
30688else
30689 cat >conftest.$ac_ext <<_ACEOF
30690/* confdefs.h. */
30691_ACEOF
30692cat confdefs.h >>conftest.$ac_ext
30693cat >>conftest.$ac_ext <<_ACEOF
30694/* end confdefs.h. */
30695$ac_includes_default
30696int
30697main ()
30698{
30699if ((size_t *) 0)
30700 return 0;
30701if (sizeof (size_t))
30702 return 0;
30703 ;
30704 return 0;
30705}
30706_ACEOF
30707rm -f conftest.$ac_objext
30708if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30709 (eval $ac_compile) 2>conftest.er1
a848cd7e 30710 ac_status=$?
ac1cb8d3
VS
30711 grep -v '^ *+' conftest.er1 >conftest.err
30712 rm -f conftest.er1
30713 cat conftest.err >&5
a848cd7e
SC
30714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30715 (exit $ac_status); } &&
ddd14b14
RR
30716 { ac_try='test -z "$ac_c_werror_flag"
30717 || test ! -s conftest.err'
ac1cb8d3
VS
30718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30719 (eval $ac_try) 2>&5
30720 ac_status=$?
30721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30722 (exit $ac_status); }; } &&
30723 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30725 (eval $ac_try) 2>&5
30726 ac_status=$?
30727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30728 (exit $ac_status); }; }; then
30729 ac_cv_type_size_t=yes
30730else
30731 echo "$as_me: failed program was:" >&5
30732sed 's/^/| /' conftest.$ac_ext >&5
30733
30734ac_cv_type_size_t=no
30735fi
ac1cb8d3 30736rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30737fi
30738echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
30739echo "${ECHO_T}$ac_cv_type_size_t" >&6
30740if test $ac_cv_type_size_t = yes; then
30741 :
30742else
30743
30744cat >>confdefs.h <<_ACEOF
30745#define size_t unsigned
30746_ACEOF
30747
30748fi
30749
30750echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
30751echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
30752if test "${ac_cv_type_uid_t+set}" = set; then
30753 echo $ECHO_N "(cached) $ECHO_C" >&6
30754else
30755 cat >conftest.$ac_ext <<_ACEOF
30756/* confdefs.h. */
30757_ACEOF
30758cat confdefs.h >>conftest.$ac_ext
30759cat >>conftest.$ac_ext <<_ACEOF
30760/* end confdefs.h. */
30761#include <sys/types.h>
30762
30763_ACEOF
30764if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30765 $EGREP "uid_t" >/dev/null 2>&1; then
30766 ac_cv_type_uid_t=yes
30767else
30768 ac_cv_type_uid_t=no
30769fi
30770rm -f conftest*
30771
30772fi
30773echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
30774echo "${ECHO_T}$ac_cv_type_uid_t" >&6
30775if test $ac_cv_type_uid_t = no; then
30776
30777cat >>confdefs.h <<\_ACEOF
30778#define uid_t int
30779_ACEOF
30780
30781
30782cat >>confdefs.h <<\_ACEOF
30783#define gid_t int
30784_ACEOF
30785
30786fi
30787
30788
d51253e8
RL
30789echo "$as_me:$LINENO: checking for ssize_t" >&5
30790echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
30791if test "${ac_cv_type_ssize_t+set}" = set; then
30792 echo $ECHO_N "(cached) $ECHO_C" >&6
30793else
30794 cat >conftest.$ac_ext <<_ACEOF
30795/* confdefs.h. */
30796_ACEOF
30797cat confdefs.h >>conftest.$ac_ext
30798cat >>conftest.$ac_ext <<_ACEOF
30799/* end confdefs.h. */
30800$ac_includes_default
30801int
30802main ()
30803{
30804if ((ssize_t *) 0)
30805 return 0;
30806if (sizeof (ssize_t))
30807 return 0;
30808 ;
30809 return 0;
30810}
30811_ACEOF
30812rm -f conftest.$ac_objext
30813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30814 (eval $ac_compile) 2>conftest.er1
30815 ac_status=$?
30816 grep -v '^ *+' conftest.er1 >conftest.err
30817 rm -f conftest.er1
30818 cat conftest.err >&5
30819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30820 (exit $ac_status); } &&
ddd14b14
RR
30821 { ac_try='test -z "$ac_c_werror_flag"
30822 || test ! -s conftest.err'
d51253e8
RL
30823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30824 (eval $ac_try) 2>&5
30825 ac_status=$?
30826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30827 (exit $ac_status); }; } &&
30828 { ac_try='test -s conftest.$ac_objext'
30829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30830 (eval $ac_try) 2>&5
30831 ac_status=$?
30832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30833 (exit $ac_status); }; }; then
30834 ac_cv_type_ssize_t=yes
30835else
30836 echo "$as_me: failed program was:" >&5
30837sed 's/^/| /' conftest.$ac_ext >&5
30838
30839ac_cv_type_ssize_t=no
30840fi
30841rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30842fi
30843echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
30844echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
30845if test $ac_cv_type_ssize_t = yes; then
30846
30847cat >>confdefs.h <<_ACEOF
30848#define HAVE_SSIZE_T 1
30849_ACEOF
30850
30851
30852fi
30853
30854
a848cd7e
SC
30855
30856
30857ac_ext=cc
30858ac_cpp='$CXXCPP $CPPFLAGS'
30859ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30860ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30861ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30862
30863echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
30864echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
30865if test "${wx_cv_size_t_is_uint+set}" = set; then
30866 echo $ECHO_N "(cached) $ECHO_C" >&6
30867else
30868
30869 cat >conftest.$ac_ext <<_ACEOF
30870/* confdefs.h. */
30871_ACEOF
30872cat confdefs.h >>conftest.$ac_ext
30873cat >>conftest.$ac_ext <<_ACEOF
30874/* end confdefs.h. */
30875#include <stddef.h>
30876int
30877main ()
30878{
30879
30880 return 0; }
30881
30882 struct Foo { void foo(size_t); void foo(unsigned int); };
30883
30884 int bar() {
30885
30886 ;
30887 return 0;
30888}
30889_ACEOF
30890rm -f conftest.$ac_objext
30891if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30892 (eval $ac_compile) 2>conftest.er1
a848cd7e 30893 ac_status=$?
ac1cb8d3
VS
30894 grep -v '^ *+' conftest.er1 >conftest.err
30895 rm -f conftest.er1
30896 cat conftest.err >&5
a848cd7e
SC
30897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30898 (exit $ac_status); } &&
ddd14b14
RR
30899 { ac_try='test -z "$ac_cxx_werror_flag"
30900 || test ! -s conftest.err'
ac1cb8d3
VS
30901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30902 (eval $ac_try) 2>&5
30903 ac_status=$?
30904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30905 (exit $ac_status); }; } &&
30906 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30908 (eval $ac_try) 2>&5
30909 ac_status=$?
30910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30911 (exit $ac_status); }; }; then
30912 wx_cv_size_t_is_uint=no
30913else
30914 echo "$as_me: failed program was:" >&5
30915sed 's/^/| /' conftest.$ac_ext >&5
30916
30917wx_cv_size_t_is_uint=yes
30918
30919fi
ac1cb8d3 30920rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30921
30922
30923fi
30924echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
30925echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
30926
30927if test "$wx_cv_size_t_is_uint" = "yes"; then
30928 cat >>confdefs.h <<\_ACEOF
30929#define wxSIZE_T_IS_UINT 1
30930_ACEOF
30931
30932else
30933 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
30934echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
30935if test "${wx_cv_size_t_is_ulong+set}" = set; then
30936 echo $ECHO_N "(cached) $ECHO_C" >&6
30937else
30938 cat >conftest.$ac_ext <<_ACEOF
30939/* confdefs.h. */
30940_ACEOF
30941cat confdefs.h >>conftest.$ac_ext
30942cat >>conftest.$ac_ext <<_ACEOF
30943/* end confdefs.h. */
30944#include <stddef.h>
30945int
30946main ()
30947{
30948
30949 return 0; }
30950
30951 struct Foo { void foo(size_t); void foo(unsigned long); };
30952
30953 int bar() {
30954
30955 ;
30956 return 0;
30957}
30958_ACEOF
30959rm -f conftest.$ac_objext
30960if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30961 (eval $ac_compile) 2>conftest.er1
a848cd7e 30962 ac_status=$?
ac1cb8d3
VS
30963 grep -v '^ *+' conftest.er1 >conftest.err
30964 rm -f conftest.er1
30965 cat conftest.err >&5
a848cd7e
SC
30966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30967 (exit $ac_status); } &&
ddd14b14
RR
30968 { ac_try='test -z "$ac_cxx_werror_flag"
30969 || test ! -s conftest.err'
ac1cb8d3
VS
30970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30971 (eval $ac_try) 2>&5
30972 ac_status=$?
30973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30974 (exit $ac_status); }; } &&
30975 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
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); }; }; then
30981 wx_cv_size_t_is_ulong=no
30982else
30983 echo "$as_me: failed program was:" >&5
30984sed 's/^/| /' conftest.$ac_ext >&5
30985
30986wx_cv_size_t_is_ulong=yes
30987
30988fi
ac1cb8d3 30989rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30990
30991fi
30992echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
30993echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
30994
30995 if test "$wx_cv_size_t_is_ulong" = "yes"; then
30996 cat >>confdefs.h <<\_ACEOF
30997#define wxSIZE_T_IS_ULONG 1
30998_ACEOF
30999
31000 fi
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
31011echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
31012echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
31013if test "${wx_cv_struct_pw_gecos+set}" = set; then
31014 echo $ECHO_N "(cached) $ECHO_C" >&6
31015else
31016
31017 cat >conftest.$ac_ext <<_ACEOF
31018/* confdefs.h. */
31019_ACEOF
31020cat confdefs.h >>conftest.$ac_ext
31021cat >>conftest.$ac_ext <<_ACEOF
31022/* end confdefs.h. */
31023#include <pwd.h>
31024int
31025main ()
31026{
31027
31028 char *p;
31029 struct passwd *pw;
31030 p = pw->pw_gecos;
31031
31032 ;
31033 return 0;
31034}
31035_ACEOF
31036rm -f conftest.$ac_objext
31037if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31038 (eval $ac_compile) 2>conftest.er1
a848cd7e 31039 ac_status=$?
ac1cb8d3
VS
31040 grep -v '^ *+' conftest.er1 >conftest.err
31041 rm -f conftest.er1
31042 cat conftest.err >&5
a848cd7e
SC
31043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31044 (exit $ac_status); } &&
ddd14b14
RR
31045 { ac_try='test -z "$ac_c_werror_flag"
31046 || test ! -s conftest.err'
ac1cb8d3
VS
31047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31048 (eval $ac_try) 2>&5
31049 ac_status=$?
31050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31051 (exit $ac_status); }; } &&
31052 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31054 (eval $ac_try) 2>&5
31055 ac_status=$?
31056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31057 (exit $ac_status); }; }; then
31058
31059 wx_cv_struct_pw_gecos=yes
31060
31061else
31062 echo "$as_me: failed program was:" >&5
31063sed 's/^/| /' conftest.$ac_ext >&5
31064
31065
31066 wx_cv_struct_pw_gecos=no
31067
31068
31069fi
ac1cb8d3 31070rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31071
31072
31073fi
31074echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
31075echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
31076
31077if test "$wx_cv_struct_pw_gecos" = "yes"; then
31078 cat >>confdefs.h <<\_ACEOF
31079#define HAVE_PW_GECOS 1
31080_ACEOF
31081
31082fi
31083
31084
47a7e797 31085if test "$wxUSE_WCHAR_T" = "yes"; then
a848cd7e
SC
31086 cat >>confdefs.h <<\_ACEOF
31087#define wxUSE_WCHAR_T 1
31088_ACEOF
31089
31090
31091 WCSLEN_FOUND=0
31092 WCHAR_LINK=
31093
31094for ac_func in wcslen
31095do
31096as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31097echo "$as_me:$LINENO: checking for $ac_func" >&5
31098echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31099if eval "test \"\${$as_ac_var+set}\" = set"; then
31100 echo $ECHO_N "(cached) $ECHO_C" >&6
31101else
31102 cat >conftest.$ac_ext <<_ACEOF
31103/* confdefs.h. */
31104_ACEOF
31105cat confdefs.h >>conftest.$ac_ext
31106cat >>conftest.$ac_ext <<_ACEOF
31107/* end confdefs.h. */
ac1cb8d3
VS
31108/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31109 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31110#define $ac_func innocuous_$ac_func
31111
a848cd7e
SC
31112/* System header to define __stub macros and hopefully few prototypes,
31113 which can conflict with char $ac_func (); below.
31114 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31115 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31116
a848cd7e
SC
31117#ifdef __STDC__
31118# include <limits.h>
31119#else
31120# include <assert.h>
31121#endif
ac1cb8d3
VS
31122
31123#undef $ac_func
31124
a848cd7e
SC
31125/* Override any gcc2 internal prototype to avoid an error. */
31126#ifdef __cplusplus
31127extern "C"
31128{
31129#endif
31130/* We use char because int might match the return type of a gcc2
31131 builtin and then its argument prototype would still apply. */
31132char $ac_func ();
31133/* The GNU C library defines this for functions which it implements
31134 to always fail with ENOSYS. Some functions are actually named
31135 something starting with __ and the normal name is an alias. */
31136#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31137choke me
31138#else
31139char (*f) () = $ac_func;
31140#endif
31141#ifdef __cplusplus
31142}
31143#endif
31144
31145int
31146main ()
31147{
31148return f != $ac_func;
31149 ;
31150 return 0;
31151}
31152_ACEOF
31153rm -f conftest.$ac_objext conftest$ac_exeext
31154if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31155 (eval $ac_link) 2>conftest.er1
a848cd7e 31156 ac_status=$?
ac1cb8d3
VS
31157 grep -v '^ *+' conftest.er1 >conftest.err
31158 rm -f conftest.er1
31159 cat conftest.err >&5
a848cd7e
SC
31160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31161 (exit $ac_status); } &&
ddd14b14
RR
31162 { ac_try='test -z "$ac_c_werror_flag"
31163 || test ! -s conftest.err'
ac1cb8d3
VS
31164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31165 (eval $ac_try) 2>&5
31166 ac_status=$?
31167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31168 (exit $ac_status); }; } &&
31169 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31171 (eval $ac_try) 2>&5
31172 ac_status=$?
31173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31174 (exit $ac_status); }; }; then
31175 eval "$as_ac_var=yes"
31176else
31177 echo "$as_me: failed program was:" >&5
31178sed 's/^/| /' conftest.$ac_ext >&5
31179
31180eval "$as_ac_var=no"
31181fi
ac1cb8d3
VS
31182rm -f conftest.err conftest.$ac_objext \
31183 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31184fi
31185echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31186echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31187if test `eval echo '${'$as_ac_var'}'` = yes; then
31188 cat >>confdefs.h <<_ACEOF
31189#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31190_ACEOF
31191 WCSLEN_FOUND=1
31192fi
31193done
31194
31195
31196 if test "$WCSLEN_FOUND" = 0; then
31197 if test "$TOOLKIT" = "MSW"; then
31198 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
31199echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
31200if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
31201 echo $ECHO_N "(cached) $ECHO_C" >&6
31202else
31203 ac_check_lib_save_LIBS=$LIBS
31204LIBS="-lmsvcrt $LIBS"
31205cat >conftest.$ac_ext <<_ACEOF
31206/* confdefs.h. */
31207_ACEOF
31208cat confdefs.h >>conftest.$ac_ext
31209cat >>conftest.$ac_ext <<_ACEOF
31210/* end confdefs.h. */
31211
31212/* Override any gcc2 internal prototype to avoid an error. */
31213#ifdef __cplusplus
31214extern "C"
31215#endif
31216/* We use char because int might match the return type of a gcc2
31217 builtin and then its argument prototype would still apply. */
31218char wcslen ();
31219int
31220main ()
31221{
31222wcslen ();
31223 ;
31224 return 0;
31225}
31226_ACEOF
31227rm -f conftest.$ac_objext conftest$ac_exeext
31228if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31229 (eval $ac_link) 2>conftest.er1
a848cd7e 31230 ac_status=$?
ac1cb8d3
VS
31231 grep -v '^ *+' conftest.er1 >conftest.err
31232 rm -f conftest.er1
31233 cat conftest.err >&5
a848cd7e
SC
31234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31235 (exit $ac_status); } &&
ddd14b14
RR
31236 { ac_try='test -z "$ac_c_werror_flag"
31237 || test ! -s conftest.err'
ac1cb8d3
VS
31238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31239 (eval $ac_try) 2>&5
31240 ac_status=$?
31241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31242 (exit $ac_status); }; } &&
31243 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31245 (eval $ac_try) 2>&5
31246 ac_status=$?
31247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31248 (exit $ac_status); }; }; then
31249 ac_cv_lib_msvcrt_wcslen=yes
31250else
31251 echo "$as_me: failed program was:" >&5
31252sed 's/^/| /' conftest.$ac_ext >&5
31253
31254ac_cv_lib_msvcrt_wcslen=no
31255fi
ac1cb8d3
VS
31256rm -f conftest.err conftest.$ac_objext \
31257 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31258LIBS=$ac_check_lib_save_LIBS
31259fi
31260echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
31261echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
31262if test $ac_cv_lib_msvcrt_wcslen = yes; then
31263 WCHAR_OK=1
31264fi
31265
31266 else
31267 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
31268echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
31269if test "${ac_cv_lib_w_wcslen+set}" = set; then
31270 echo $ECHO_N "(cached) $ECHO_C" >&6
31271else
31272 ac_check_lib_save_LIBS=$LIBS
31273LIBS="-lw $LIBS"
31274cat >conftest.$ac_ext <<_ACEOF
31275/* confdefs.h. */
31276_ACEOF
31277cat confdefs.h >>conftest.$ac_ext
31278cat >>conftest.$ac_ext <<_ACEOF
31279/* end confdefs.h. */
31280
31281/* Override any gcc2 internal prototype to avoid an error. */
31282#ifdef __cplusplus
31283extern "C"
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 wcslen ();
31288int
31289main ()
31290{
31291wcslen ();
31292 ;
31293 return 0;
31294}
31295_ACEOF
31296rm -f conftest.$ac_objext conftest$ac_exeext
31297if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31298 (eval $ac_link) 2>conftest.er1
a848cd7e 31299 ac_status=$?
ac1cb8d3
VS
31300 grep -v '^ *+' conftest.er1 >conftest.err
31301 rm -f conftest.er1
31302 cat conftest.err >&5
a848cd7e
SC
31303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31304 (exit $ac_status); } &&
ddd14b14
RR
31305 { ac_try='test -z "$ac_c_werror_flag"
31306 || test ! -s conftest.err'
ac1cb8d3
VS
31307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31308 (eval $ac_try) 2>&5
31309 ac_status=$?
31310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31311 (exit $ac_status); }; } &&
31312 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31314 (eval $ac_try) 2>&5
31315 ac_status=$?
31316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31317 (exit $ac_status); }; }; then
31318 ac_cv_lib_w_wcslen=yes
31319else
31320 echo "$as_me: failed program was:" >&5
31321sed 's/^/| /' conftest.$ac_ext >&5
31322
31323ac_cv_lib_w_wcslen=no
31324fi
ac1cb8d3
VS
31325rm -f conftest.err conftest.$ac_objext \
31326 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31327LIBS=$ac_check_lib_save_LIBS
31328fi
31329echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
31330echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
31331if test $ac_cv_lib_w_wcslen = yes; then
31332
31333 WCHAR_LINK=" -lw"
31334 WCSLEN_FOUND=1
31335
31336fi
31337
31338 fi
31339 fi
31340
31341 if test "$WCSLEN_FOUND" = 1; then
31342 cat >>confdefs.h <<\_ACEOF
31343#define HAVE_WCSLEN 1
31344_ACEOF
31345
31346 fi
31347
81f90336 31348 if test "$USE_HPUX" = 1; then
473276a9
VS
31349 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
31350 fi
31351
a848cd7e
SC
31352
31353for ac_func in wcsrtombs
31354do
31355as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31356echo "$as_me:$LINENO: checking for $ac_func" >&5
31357echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31358if eval "test \"\${$as_ac_var+set}\" = set"; then
31359 echo $ECHO_N "(cached) $ECHO_C" >&6
31360else
31361 cat >conftest.$ac_ext <<_ACEOF
31362/* confdefs.h. */
31363_ACEOF
31364cat confdefs.h >>conftest.$ac_ext
31365cat >>conftest.$ac_ext <<_ACEOF
31366/* end confdefs.h. */
ac1cb8d3
VS
31367/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31368 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31369#define $ac_func innocuous_$ac_func
31370
a848cd7e
SC
31371/* System header to define __stub macros and hopefully few prototypes,
31372 which can conflict with char $ac_func (); below.
31373 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31374 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31375
a848cd7e
SC
31376#ifdef __STDC__
31377# include <limits.h>
31378#else
31379# include <assert.h>
31380#endif
ac1cb8d3
VS
31381
31382#undef $ac_func
31383
a848cd7e
SC
31384/* Override any gcc2 internal prototype to avoid an error. */
31385#ifdef __cplusplus
31386extern "C"
31387{
31388#endif
31389/* We use char because int might match the return type of a gcc2
31390 builtin and then its argument prototype would still apply. */
31391char $ac_func ();
31392/* The GNU C library defines this for functions which it implements
31393 to always fail with ENOSYS. Some functions are actually named
31394 something starting with __ and the normal name is an alias. */
31395#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31396choke me
31397#else
31398char (*f) () = $ac_func;
31399#endif
31400#ifdef __cplusplus
31401}
31402#endif
31403
31404int
31405main ()
31406{
31407return f != $ac_func;
31408 ;
31409 return 0;
31410}
31411_ACEOF
31412rm -f conftest.$ac_objext conftest$ac_exeext
31413if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31414 (eval $ac_link) 2>conftest.er1
a848cd7e 31415 ac_status=$?
ac1cb8d3
VS
31416 grep -v '^ *+' conftest.er1 >conftest.err
31417 rm -f conftest.er1
31418 cat conftest.err >&5
a848cd7e
SC
31419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31420 (exit $ac_status); } &&
ddd14b14
RR
31421 { ac_try='test -z "$ac_c_werror_flag"
31422 || test ! -s conftest.err'
ac1cb8d3
VS
31423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31424 (eval $ac_try) 2>&5
31425 ac_status=$?
31426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31427 (exit $ac_status); }; } &&
31428 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31430 (eval $ac_try) 2>&5
31431 ac_status=$?
31432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31433 (exit $ac_status); }; }; then
31434 eval "$as_ac_var=yes"
31435else
31436 echo "$as_me: failed program was:" >&5
31437sed 's/^/| /' conftest.$ac_ext >&5
31438
31439eval "$as_ac_var=no"
31440fi
ac1cb8d3
VS
31441rm -f conftest.err conftest.$ac_objext \
31442 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31443fi
31444echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31445echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31446if test `eval echo '${'$as_ac_var'}'` = yes; then
31447 cat >>confdefs.h <<_ACEOF
31448#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31449_ACEOF
31450
31451fi
31452done
31453
31454else
31455 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
31456echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
31457fi
31458
31459
31460
31461ac_ext=cc
31462ac_cpp='$CXXCPP $CPPFLAGS'
31463ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31464ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31465ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31466
31467
31468
31469for ac_func in vsnprintf
31470do
31471as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31472echo "$as_me:$LINENO: checking for $ac_func" >&5
31473echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31474if eval "test \"\${$as_ac_var+set}\" = set"; then
31475 echo $ECHO_N "(cached) $ECHO_C" >&6
31476else
31477 cat >conftest.$ac_ext <<_ACEOF
31478/* confdefs.h. */
31479_ACEOF
31480cat confdefs.h >>conftest.$ac_ext
31481cat >>conftest.$ac_ext <<_ACEOF
31482/* end confdefs.h. */
ac1cb8d3
VS
31483/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31484 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31485#define $ac_func innocuous_$ac_func
31486
a848cd7e
SC
31487/* System header to define __stub macros and hopefully few prototypes,
31488 which can conflict with char $ac_func (); below.
31489 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31490 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31491
a848cd7e
SC
31492#ifdef __STDC__
31493# include <limits.h>
31494#else
31495# include <assert.h>
31496#endif
ac1cb8d3
VS
31497
31498#undef $ac_func
31499
a848cd7e
SC
31500/* Override any gcc2 internal prototype to avoid an error. */
31501#ifdef __cplusplus
31502extern "C"
31503{
31504#endif
31505/* We use char because int might match the return type of a gcc2
31506 builtin and then its argument prototype would still apply. */
31507char $ac_func ();
31508/* The GNU C library defines this for functions which it implements
31509 to always fail with ENOSYS. Some functions are actually named
31510 something starting with __ and the normal name is an alias. */
31511#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31512choke me
31513#else
31514char (*f) () = $ac_func;
31515#endif
31516#ifdef __cplusplus
31517}
31518#endif
31519
31520int
31521main ()
31522{
31523return f != $ac_func;
31524 ;
31525 return 0;
31526}
31527_ACEOF
31528rm -f conftest.$ac_objext conftest$ac_exeext
31529if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31530 (eval $ac_link) 2>conftest.er1
a848cd7e 31531 ac_status=$?
ac1cb8d3
VS
31532 grep -v '^ *+' conftest.er1 >conftest.err
31533 rm -f conftest.er1
31534 cat conftest.err >&5
a848cd7e
SC
31535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31536 (exit $ac_status); } &&
ddd14b14
RR
31537 { ac_try='test -z "$ac_cxx_werror_flag"
31538 || test ! -s conftest.err'
ac1cb8d3
VS
31539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31540 (eval $ac_try) 2>&5
31541 ac_status=$?
31542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31543 (exit $ac_status); }; } &&
31544 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31546 (eval $ac_try) 2>&5
31547 ac_status=$?
31548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31549 (exit $ac_status); }; }; then
31550 eval "$as_ac_var=yes"
31551else
31552 echo "$as_me: failed program was:" >&5
31553sed 's/^/| /' conftest.$ac_ext >&5
31554
31555eval "$as_ac_var=no"
31556fi
ac1cb8d3
VS
31557rm -f conftest.err conftest.$ac_objext \
31558 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31559fi
31560echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31561echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31562if test `eval echo '${'$as_ac_var'}'` = yes; then
31563 cat >>confdefs.h <<_ACEOF
31564#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31565_ACEOF
31566
31567fi
31568done
31569
31570
31571if test "$ac_cv_func_vsnprintf" = "yes"; then
31572 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
31573echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
31574if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
31575 echo $ECHO_N "(cached) $ECHO_C" >&6
31576else
31577
31578 cat >conftest.$ac_ext <<_ACEOF
31579/* confdefs.h. */
31580_ACEOF
31581cat confdefs.h >>conftest.$ac_ext
31582cat >>conftest.$ac_ext <<_ACEOF
31583/* end confdefs.h. */
31584
31585 #include <stdio.h>
31586 #include <stdarg.h>
31587
31588int
31589main ()
31590{
31591
31592 char *buf;
31593 va_list ap;
31594 vsnprintf(buf, 10u, "%s", ap);
31595
31596 ;
31597 return 0;
31598}
31599_ACEOF
31600rm -f conftest.$ac_objext
31601if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31602 (eval $ac_compile) 2>conftest.er1
a848cd7e 31603 ac_status=$?
ac1cb8d3
VS
31604 grep -v '^ *+' conftest.er1 >conftest.err
31605 rm -f conftest.er1
31606 cat conftest.err >&5
a848cd7e
SC
31607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31608 (exit $ac_status); } &&
ddd14b14
RR
31609 { ac_try='test -z "$ac_cxx_werror_flag"
31610 || test ! -s conftest.err'
ac1cb8d3
VS
31611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31612 (eval $ac_try) 2>&5
31613 ac_status=$?
31614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31615 (exit $ac_status); }; } &&
31616 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31618 (eval $ac_try) 2>&5
31619 ac_status=$?
31620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31621 (exit $ac_status); }; }; then
31622 wx_cv_func_vsnprintf_decl=yes
31623else
31624 echo "$as_me: failed program was:" >&5
31625sed 's/^/| /' conftest.$ac_ext >&5
31626
c122b164
DE
31627
31628 cat >conftest.$ac_ext <<_ACEOF
31629/* confdefs.h. */
31630_ACEOF
31631cat confdefs.h >>conftest.$ac_ext
31632cat >>conftest.$ac_ext <<_ACEOF
31633/* end confdefs.h. */
31634
31635 #include <stdio.h>
31636 #include <stdarg.h>
31637 using namespace std;
31638
31639int
31640main ()
31641{
31642
31643 char *buf;
31644 va_list ap;
31645 vsnprintf(buf, 10u, "%s", ap);
31646
31647 ;
31648 return 0;
31649}
31650_ACEOF
31651rm -f conftest.$ac_objext
31652if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31653 (eval $ac_compile) 2>conftest.er1
31654 ac_status=$?
31655 grep -v '^ *+' conftest.er1 >conftest.err
31656 rm -f conftest.er1
31657 cat conftest.err >&5
31658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31659 (exit $ac_status); } &&
ddd14b14
RR
31660 { ac_try='test -z "$ac_cxx_werror_flag"
31661 || test ! -s conftest.err'
c122b164
DE
31662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31663 (eval $ac_try) 2>&5
31664 ac_status=$?
31665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31666 (exit $ac_status); }; } &&
31667 { ac_try='test -s conftest.$ac_objext'
31668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31669 (eval $ac_try) 2>&5
31670 ac_status=$?
31671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31672 (exit $ac_status); }; }; then
31673 wx_cv_func_vsnprintf_decl=yes
31674else
31675 echo "$as_me: failed program was:" >&5
31676sed 's/^/| /' conftest.$ac_ext >&5
31677
a848cd7e
SC
31678wx_cv_func_vsnprintf_decl=no
31679
31680fi
ac1cb8d3 31681rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31682
31683
c122b164
DE
31684fi
31685rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31686
31687
a848cd7e
SC
31688fi
31689echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
31690echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
31691
31692 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
31693 cat >>confdefs.h <<\_ACEOF
31694#define HAVE_VSNPRINTF_DECL 1
31695_ACEOF
31696
31697 fi
31698fi
31699
31700if test "$wxUSE_UNICODE" = yes; then
31701
31702
31703
fbe47c7b
VS
31704
31705
31706
31707for ac_func in wputc wputchar putws fputws wprintf vswprintf
a848cd7e
SC
31708do
31709as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31710echo "$as_me:$LINENO: checking for $ac_func" >&5
31711echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31712if eval "test \"\${$as_ac_var+set}\" = set"; then
31713 echo $ECHO_N "(cached) $ECHO_C" >&6
31714else
31715 cat >conftest.$ac_ext <<_ACEOF
31716/* confdefs.h. */
31717_ACEOF
31718cat confdefs.h >>conftest.$ac_ext
31719cat >>conftest.$ac_ext <<_ACEOF
31720/* end confdefs.h. */
ac1cb8d3
VS
31721/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31722 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31723#define $ac_func innocuous_$ac_func
31724
a848cd7e
SC
31725/* System header to define __stub macros and hopefully few prototypes,
31726 which can conflict with char $ac_func (); below.
31727 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31728 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31729
a848cd7e
SC
31730#ifdef __STDC__
31731# include <limits.h>
31732#else
31733# include <assert.h>
31734#endif
ac1cb8d3
VS
31735
31736#undef $ac_func
31737
a848cd7e
SC
31738/* Override any gcc2 internal prototype to avoid an error. */
31739#ifdef __cplusplus
31740extern "C"
31741{
31742#endif
31743/* We use char because int might match the return type of a gcc2
31744 builtin and then its argument prototype would still apply. */
31745char $ac_func ();
31746/* The GNU C library defines this for functions which it implements
31747 to always fail with ENOSYS. Some functions are actually named
31748 something starting with __ and the normal name is an alias. */
31749#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31750choke me
31751#else
31752char (*f) () = $ac_func;
31753#endif
31754#ifdef __cplusplus
31755}
31756#endif
31757
31758int
31759main ()
31760{
31761return f != $ac_func;
31762 ;
31763 return 0;
31764}
31765_ACEOF
31766rm -f conftest.$ac_objext conftest$ac_exeext
31767if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31768 (eval $ac_link) 2>conftest.er1
a848cd7e 31769 ac_status=$?
ac1cb8d3
VS
31770 grep -v '^ *+' conftest.er1 >conftest.err
31771 rm -f conftest.er1
31772 cat conftest.err >&5
a848cd7e
SC
31773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31774 (exit $ac_status); } &&
ddd14b14
RR
31775 { ac_try='test -z "$ac_cxx_werror_flag"
31776 || test ! -s conftest.err'
ac1cb8d3
VS
31777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31778 (eval $ac_try) 2>&5
31779 ac_status=$?
31780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31781 (exit $ac_status); }; } &&
31782 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31784 (eval $ac_try) 2>&5
31785 ac_status=$?
31786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31787 (exit $ac_status); }; }; then
31788 eval "$as_ac_var=yes"
31789else
31790 echo "$as_me: failed program was:" >&5
31791sed 's/^/| /' conftest.$ac_ext >&5
31792
31793eval "$as_ac_var=no"
31794fi
ac1cb8d3
VS
31795rm -f conftest.err conftest.$ac_objext \
31796 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31797fi
31798echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31799echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31800if test `eval echo '${'$as_ac_var'}'` = yes; then
31801 cat >>confdefs.h <<_ACEOF
31802#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31803_ACEOF
31804
31805fi
31806done
31807
31808
31809 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
31810echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
31811 cat >conftest.$ac_ext <<_ACEOF
31812/* confdefs.h. */
31813_ACEOF
31814cat confdefs.h >>conftest.$ac_ext
31815cat >>conftest.$ac_ext <<_ACEOF
31816/* end confdefs.h. */
31817#include <wchar.h>
31818int
31819main ()
31820{
31821&_vsnwprintf;
31822 ;
31823 return 0;
31824}
31825_ACEOF
31826rm -f conftest.$ac_objext
31827if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31828 (eval $ac_compile) 2>conftest.er1
a848cd7e 31829 ac_status=$?
ac1cb8d3
VS
31830 grep -v '^ *+' conftest.er1 >conftest.err
31831 rm -f conftest.er1
31832 cat conftest.err >&5
a848cd7e
SC
31833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31834 (exit $ac_status); } &&
ddd14b14
RR
31835 { ac_try='test -z "$ac_cxx_werror_flag"
31836 || test ! -s conftest.err'
ac1cb8d3
VS
31837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31838 (eval $ac_try) 2>&5
31839 ac_status=$?
31840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31841 (exit $ac_status); }; } &&
31842 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31844 (eval $ac_try) 2>&5
31845 ac_status=$?
31846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31847 (exit $ac_status); }; }; then
31848 echo "$as_me:$LINENO: result: yes" >&5
31849echo "${ECHO_T}yes" >&6
31850 cat >>confdefs.h <<\_ACEOF
31851#define HAVE__VSNWPRINTF 1
31852_ACEOF
31853
31854else
31855 echo "$as_me: failed program was:" >&5
31856sed 's/^/| /' conftest.$ac_ext >&5
31857
31858echo "$as_me:$LINENO: result: no" >&5
31859echo "${ECHO_T}no" >&6
31860fi
ac1cb8d3 31861rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
a848cd7e
SC
31862fi
31863
31864ac_ext=c
31865ac_cpp='$CPP $CPPFLAGS'
31866ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31867ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31868ac_compiler_gnu=$ac_cv_c_compiler_gnu
31869
31870
31871
31872
31873if test "$TOOLKIT" != "MSW"; then
31874
31875
31876
31877
31878ac_ext=cc
31879ac_cpp='$CXXCPP $CPPFLAGS'
31880ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31881ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31882ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31883
31884
31885
31886
31887# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
31888if test "${with_libiconv_prefix+set}" = set; then
31889 withval="$with_libiconv_prefix"
31890
31891 for dir in `echo "$withval" | tr : ' '`; do
31892 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
31893 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
31894 done
31895
31896fi;
31897
31898 echo "$as_me:$LINENO: checking for iconv" >&5
31899echo $ECHO_N "checking for iconv... $ECHO_C" >&6
31900if test "${am_cv_func_iconv+set}" = set; then
31901 echo $ECHO_N "(cached) $ECHO_C" >&6
31902else
31903
31904 am_cv_func_iconv="no, consider installing GNU libiconv"
31905 am_cv_lib_iconv=no
31906 cat >conftest.$ac_ext <<_ACEOF
31907/* confdefs.h. */
31908_ACEOF
31909cat confdefs.h >>conftest.$ac_ext
31910cat >>conftest.$ac_ext <<_ACEOF
31911/* end confdefs.h. */
31912#include <stdlib.h>
31913#include <iconv.h>
31914int
31915main ()
31916{
31917iconv_t cd = iconv_open("","");
31918 iconv(cd,NULL,NULL,NULL,NULL);
31919 iconv_close(cd);
31920 ;
31921 return 0;
31922}
31923_ACEOF
31924rm -f conftest.$ac_objext conftest$ac_exeext
31925if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31926 (eval $ac_link) 2>conftest.er1
a848cd7e 31927 ac_status=$?
ac1cb8d3
VS
31928 grep -v '^ *+' conftest.er1 >conftest.err
31929 rm -f conftest.er1
31930 cat conftest.err >&5
a848cd7e
SC
31931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31932 (exit $ac_status); } &&
ddd14b14
RR
31933 { ac_try='test -z "$ac_cxx_werror_flag"
31934 || test ! -s conftest.err'
ac1cb8d3
VS
31935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31936 (eval $ac_try) 2>&5
31937 ac_status=$?
31938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31939 (exit $ac_status); }; } &&
31940 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31942 (eval $ac_try) 2>&5
31943 ac_status=$?
31944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31945 (exit $ac_status); }; }; then
31946 am_cv_func_iconv=yes
31947else
31948 echo "$as_me: failed program was:" >&5
31949sed 's/^/| /' conftest.$ac_ext >&5
31950
31951fi
ac1cb8d3
VS
31952rm -f conftest.err conftest.$ac_objext \
31953 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31954 if test "$am_cv_func_iconv" != yes; then
31955 am_save_LIBS="$LIBS"
31956 LIBS="$LIBS -liconv"
31957 cat >conftest.$ac_ext <<_ACEOF
31958/* confdefs.h. */
31959_ACEOF
31960cat confdefs.h >>conftest.$ac_ext
31961cat >>conftest.$ac_ext <<_ACEOF
31962/* end confdefs.h. */
31963#include <stdlib.h>
31964#include <iconv.h>
31965int
31966main ()
31967{
31968iconv_t cd = iconv_open("","");
31969 iconv(cd,NULL,NULL,NULL,NULL);
31970 iconv_close(cd);
31971 ;
31972 return 0;
31973}
31974_ACEOF
31975rm -f conftest.$ac_objext conftest$ac_exeext
31976if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31977 (eval $ac_link) 2>conftest.er1
a848cd7e 31978 ac_status=$?
ac1cb8d3
VS
31979 grep -v '^ *+' conftest.er1 >conftest.err
31980 rm -f conftest.er1
31981 cat conftest.err >&5
a848cd7e
SC
31982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31983 (exit $ac_status); } &&
ddd14b14
RR
31984 { ac_try='test -z "$ac_cxx_werror_flag"
31985 || test ! -s conftest.err'
ac1cb8d3
VS
31986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31987 (eval $ac_try) 2>&5
31988 ac_status=$?
31989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31990 (exit $ac_status); }; } &&
31991 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31993 (eval $ac_try) 2>&5
31994 ac_status=$?
31995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31996 (exit $ac_status); }; }; then
31997 am_cv_lib_iconv=yes
31998 am_cv_func_iconv=yes
31999else
32000 echo "$as_me: failed program was:" >&5
32001sed 's/^/| /' conftest.$ac_ext >&5
32002
32003fi
ac1cb8d3
VS
32004rm -f conftest.err conftest.$ac_objext \
32005 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32006 LIBS="$am_save_LIBS"
32007 fi
32008
32009fi
32010echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
32011echo "${ECHO_T}$am_cv_func_iconv" >&6
32012 if test "$am_cv_func_iconv" = yes; then
32013
32014cat >>confdefs.h <<\_ACEOF
32015#define HAVE_ICONV 1
32016_ACEOF
32017
32018 echo "$as_me:$LINENO: checking if iconv needs const" >&5
32019echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
32020if test "${wx_cv_func_iconv_const+set}" = set; then
32021 echo $ECHO_N "(cached) $ECHO_C" >&6
32022else
32023 cat >conftest.$ac_ext <<_ACEOF
32024/* confdefs.h. */
32025_ACEOF
32026cat confdefs.h >>conftest.$ac_ext
32027cat >>conftest.$ac_ext <<_ACEOF
32028/* end confdefs.h. */
32029
32030#include <stdlib.h>
32031#include <iconv.h>
32032extern
32033#ifdef __cplusplus
32034"C"
32035#endif
32036#if defined(__STDC__) || defined(__cplusplus)
32037size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
32038#else
32039size_t iconv();
32040#endif
32041
32042int
32043main ()
32044{
32045
32046 ;
32047 return 0;
32048}
32049_ACEOF
32050rm -f conftest.$ac_objext
32051if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32052 (eval $ac_compile) 2>conftest.er1
a848cd7e 32053 ac_status=$?
ac1cb8d3
VS
32054 grep -v '^ *+' conftest.er1 >conftest.err
32055 rm -f conftest.er1
32056 cat conftest.err >&5
a848cd7e
SC
32057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32058 (exit $ac_status); } &&
ddd14b14
RR
32059 { ac_try='test -z "$ac_cxx_werror_flag"
32060 || test ! -s conftest.err'
ac1cb8d3
VS
32061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32062 (eval $ac_try) 2>&5
32063 ac_status=$?
32064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32065 (exit $ac_status); }; } &&
32066 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32068 (eval $ac_try) 2>&5
32069 ac_status=$?
32070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32071 (exit $ac_status); }; }; then
32072 wx_cv_func_iconv_const="no"
32073else
32074 echo "$as_me: failed program was:" >&5
32075sed 's/^/| /' conftest.$ac_ext >&5
32076
32077wx_cv_func_iconv_const="yes"
32078
32079fi
ac1cb8d3 32080rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32081
32082fi
32083echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
32084echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
32085
32086 iconv_const=
32087 if test "x$wx_cv_func_iconv_const" = "xyes"; then
32088 iconv_const="const"
32089 fi
32090
32091
32092cat >>confdefs.h <<_ACEOF
32093#define ICONV_CONST $iconv_const
32094_ACEOF
32095
32096 fi
32097 LIBICONV=
32098 if test "$am_cv_lib_iconv" = yes; then
32099 LIBICONV="-liconv"
32100 fi
32101
32102
32103LIBS="$LIBICONV $LIBS"
32104ac_ext=c
32105ac_cpp='$CPP $CPPFLAGS'
32106ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32107ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32108ac_compiler_gnu=$ac_cv_c_compiler_gnu
32109
32110
32111if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32112
32113for ac_func in sigaction
32114do
32115as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32116echo "$as_me:$LINENO: checking for $ac_func" >&5
32117echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32118if eval "test \"\${$as_ac_var+set}\" = set"; then
32119 echo $ECHO_N "(cached) $ECHO_C" >&6
32120else
32121 cat >conftest.$ac_ext <<_ACEOF
32122/* confdefs.h. */
32123_ACEOF
32124cat confdefs.h >>conftest.$ac_ext
32125cat >>conftest.$ac_ext <<_ACEOF
32126/* end confdefs.h. */
ac1cb8d3
VS
32127/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32128 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32129#define $ac_func innocuous_$ac_func
32130
a848cd7e
SC
32131/* System header to define __stub macros and hopefully few prototypes,
32132 which can conflict with char $ac_func (); below.
32133 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32134 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32135
a848cd7e
SC
32136#ifdef __STDC__
32137# include <limits.h>
32138#else
32139# include <assert.h>
32140#endif
ac1cb8d3
VS
32141
32142#undef $ac_func
32143
a848cd7e
SC
32144/* Override any gcc2 internal prototype to avoid an error. */
32145#ifdef __cplusplus
32146extern "C"
32147{
32148#endif
32149/* We use char because int might match the return type of a gcc2
32150 builtin and then its argument prototype would still apply. */
32151char $ac_func ();
32152/* The GNU C library defines this for functions which it implements
32153 to always fail with ENOSYS. Some functions are actually named
32154 something starting with __ and the normal name is an alias. */
32155#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32156choke me
32157#else
32158char (*f) () = $ac_func;
32159#endif
32160#ifdef __cplusplus
32161}
32162#endif
32163
32164int
32165main ()
32166{
32167return f != $ac_func;
32168 ;
32169 return 0;
32170}
32171_ACEOF
32172rm -f conftest.$ac_objext conftest$ac_exeext
32173if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32174 (eval $ac_link) 2>conftest.er1
a848cd7e 32175 ac_status=$?
ac1cb8d3
VS
32176 grep -v '^ *+' conftest.er1 >conftest.err
32177 rm -f conftest.er1
32178 cat conftest.err >&5
a848cd7e
SC
32179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32180 (exit $ac_status); } &&
ddd14b14
RR
32181 { ac_try='test -z "$ac_c_werror_flag"
32182 || test ! -s conftest.err'
ac1cb8d3
VS
32183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32184 (eval $ac_try) 2>&5
32185 ac_status=$?
32186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32187 (exit $ac_status); }; } &&
32188 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32190 (eval $ac_try) 2>&5
32191 ac_status=$?
32192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32193 (exit $ac_status); }; }; then
32194 eval "$as_ac_var=yes"
32195else
32196 echo "$as_me: failed program was:" >&5
32197sed 's/^/| /' conftest.$ac_ext >&5
32198
32199eval "$as_ac_var=no"
32200fi
ac1cb8d3
VS
32201rm -f conftest.err conftest.$ac_objext \
32202 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32203fi
32204echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32205echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32206if test `eval echo '${'$as_ac_var'}'` = yes; then
32207 cat >>confdefs.h <<_ACEOF
32208#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32209_ACEOF
32210
32211fi
32212done
32213
32214
32215 if test "$ac_cv_func_sigaction" = "no"; then
32216 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
32217echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
32218 wxUSE_ON_FATAL_EXCEPTION=no
32219 fi
32220
32221 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
32222
32223
32224 ac_ext=cc
32225ac_cpp='$CXXCPP $CPPFLAGS'
32226ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32227ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32228ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32229
32230
32231 echo "$as_me:$LINENO: checking for sa_handler type" >&5
32232echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
32233if test "${wx_cv_type_sa_handler+set}" = set; then
32234 echo $ECHO_N "(cached) $ECHO_C" >&6
32235else
32236
32237 cat >conftest.$ac_ext <<_ACEOF
32238/* confdefs.h. */
32239_ACEOF
32240cat confdefs.h >>conftest.$ac_ext
32241cat >>conftest.$ac_ext <<_ACEOF
32242/* end confdefs.h. */
32243#include <signal.h>
32244int
32245main ()
32246{
32247
32248 extern void testSigHandler(int);
32249
32250 struct sigaction sa;
32251 sa.sa_handler = testSigHandler;
32252
32253 ;
32254 return 0;
32255}
32256_ACEOF
32257rm -f conftest.$ac_objext
32258if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32259 (eval $ac_compile) 2>conftest.er1
a848cd7e 32260 ac_status=$?
ac1cb8d3
VS
32261 grep -v '^ *+' conftest.er1 >conftest.err
32262 rm -f conftest.er1
32263 cat conftest.err >&5
a848cd7e
SC
32264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32265 (exit $ac_status); } &&
ddd14b14
RR
32266 { ac_try='test -z "$ac_cxx_werror_flag"
32267 || test ! -s conftest.err'
ac1cb8d3
VS
32268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32269 (eval $ac_try) 2>&5
32270 ac_status=$?
32271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32272 (exit $ac_status); }; } &&
32273 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32275 (eval $ac_try) 2>&5
32276 ac_status=$?
32277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32278 (exit $ac_status); }; }; then
32279
32280 wx_cv_type_sa_handler=int
32281
32282else
32283 echo "$as_me: failed program was:" >&5
32284sed 's/^/| /' conftest.$ac_ext >&5
32285
32286
32287 wx_cv_type_sa_handler=void
32288
32289fi
ac1cb8d3 32290rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32291
32292fi
32293echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
32294echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
32295
32296 ac_ext=c
32297ac_cpp='$CPP $CPPFLAGS'
32298ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32299ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32300ac_compiler_gnu=$ac_cv_c_compiler_gnu
32301
32302
32303 cat >>confdefs.h <<_ACEOF
32304#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
32305_ACEOF
32306
32307 fi
32308fi
32309
eaff0f0d
VZ
32310if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32311
32312
32313 ac_ext=cc
32314ac_cpp='$CXXCPP $CPPFLAGS'
32315ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32316ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32317ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32318
32319
32320 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
32321echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
32322if test "${wx_cv_func_backtrace+set}" = set; then
32323 echo $ECHO_N "(cached) $ECHO_C" >&6
32324else
32325
32326 cat >conftest.$ac_ext <<_ACEOF
32327/* confdefs.h. */
32328_ACEOF
32329cat confdefs.h >>conftest.$ac_ext
32330cat >>conftest.$ac_ext <<_ACEOF
32331/* end confdefs.h. */
32332#include <execinfo.h>
32333int
32334main ()
32335{
32336
32337 void *trace[1];
32338 char **messages;
32339
32340 backtrace(trace, 1);
32341 messages = backtrace_symbols(trace, 1);
32342
32343 ;
32344 return 0;
32345}
32346_ACEOF
32347rm -f conftest.$ac_objext
32348if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32349 (eval $ac_compile) 2>conftest.er1
32350 ac_status=$?
32351 grep -v '^ *+' conftest.er1 >conftest.err
32352 rm -f conftest.er1
32353 cat conftest.err >&5
32354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32355 (exit $ac_status); } &&
ddd14b14
RR
32356 { ac_try='test -z "$ac_cxx_werror_flag"
32357 || test ! -s conftest.err'
eaff0f0d
VZ
32358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32359 (eval $ac_try) 2>&5
32360 ac_status=$?
32361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32362 (exit $ac_status); }; } &&
32363 { ac_try='test -s conftest.$ac_objext'
32364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32365 (eval $ac_try) 2>&5
32366 ac_status=$?
32367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32368 (exit $ac_status); }; }; then
32369 wx_cv_func_backtrace=yes
32370else
32371 echo "$as_me: failed program was:" >&5
32372sed 's/^/| /' conftest.$ac_ext >&5
32373
32374wx_cv_func_backtrace=no
32375
32376fi
32377rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32378
32379
32380fi
32381echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
32382echo "${ECHO_T}$wx_cv_func_backtrace" >&6
32383
32384
32385 if test "$wx_cv_func_backtrace" = "no"; then
32386 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
32387echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
32388 wxUSE_STACKWALKER=no
32389 else
32390 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
32391echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
32392if test "${wx_cv_func_cxa_demangle+set}" = set; then
32393 echo $ECHO_N "(cached) $ECHO_C" >&6
32394else
32395
32396 cat >conftest.$ac_ext <<_ACEOF
32397/* confdefs.h. */
32398_ACEOF
32399cat confdefs.h >>conftest.$ac_ext
32400cat >>conftest.$ac_ext <<_ACEOF
32401/* end confdefs.h. */
32402#include <cxxabi.h>
32403int
32404main ()
32405{
32406
32407 int rc;
32408 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
32409
32410 ;
32411 return 0;
32412}
32413_ACEOF
dfe0c803
JS
32414rm -f conftest.$ac_objext conftest$ac_exeext
32415if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32416 (eval $ac_link) 2>conftest.er1
eaff0f0d
VZ
32417 ac_status=$?
32418 grep -v '^ *+' conftest.er1 >conftest.err
32419 rm -f conftest.er1
32420 cat conftest.err >&5
32421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32422 (exit $ac_status); } &&
ddd14b14
RR
32423 { ac_try='test -z "$ac_cxx_werror_flag"
32424 || test ! -s conftest.err'
eaff0f0d
VZ
32425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32426 (eval $ac_try) 2>&5
32427 ac_status=$?
32428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32429 (exit $ac_status); }; } &&
dfe0c803 32430 { ac_try='test -s conftest$ac_exeext'
eaff0f0d
VZ
32431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32432 (eval $ac_try) 2>&5
32433 ac_status=$?
32434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32435 (exit $ac_status); }; }; then
32436 wx_cv_func_cxa_demangle=yes
32437else
32438 echo "$as_me: failed program was:" >&5
32439sed 's/^/| /' conftest.$ac_ext >&5
32440
32441wx_cv_func_cxa_demangle=no
32442
32443fi
dfe0c803
JS
32444rm -f conftest.err conftest.$ac_objext \
32445 conftest$ac_exeext conftest.$ac_ext
eaff0f0d
VZ
32446
32447
32448fi
32449echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
32450echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
32451
32452 if test "$wx_cv_func_cxa_demangle" = "yes"; then
32453 cat >>confdefs.h <<\_ACEOF
32454#define HAVE_CXA_DEMANGLE 1
32455_ACEOF
32456
32457 fi
32458 fi
32459
32460 ac_ext=c
32461ac_cpp='$CPP $CPPFLAGS'
32462ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32463ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32464ac_compiler_gnu=$ac_cv_c_compiler_gnu
32465
32466fi
32467
898beab1
DE
32468if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
32469 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
32470echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
32471 wxUSE_STACKWALKER=no
32472fi
32473
32474
a848cd7e
SC
32475
32476
32477for ac_func in mkstemp mktemp
32478do
32479as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32480echo "$as_me:$LINENO: checking for $ac_func" >&5
32481echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32482if eval "test \"\${$as_ac_var+set}\" = set"; then
32483 echo $ECHO_N "(cached) $ECHO_C" >&6
32484else
32485 cat >conftest.$ac_ext <<_ACEOF
32486/* confdefs.h. */
32487_ACEOF
32488cat confdefs.h >>conftest.$ac_ext
32489cat >>conftest.$ac_ext <<_ACEOF
32490/* end confdefs.h. */
ac1cb8d3
VS
32491/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32492 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32493#define $ac_func innocuous_$ac_func
32494
a848cd7e
SC
32495/* System header to define __stub macros and hopefully few prototypes,
32496 which can conflict with char $ac_func (); below.
32497 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32498 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32499
a848cd7e
SC
32500#ifdef __STDC__
32501# include <limits.h>
32502#else
32503# include <assert.h>
32504#endif
ac1cb8d3
VS
32505
32506#undef $ac_func
32507
a848cd7e
SC
32508/* Override any gcc2 internal prototype to avoid an error. */
32509#ifdef __cplusplus
32510extern "C"
32511{
32512#endif
32513/* We use char because int might match the return type of a gcc2
32514 builtin and then its argument prototype would still apply. */
32515char $ac_func ();
32516/* The GNU C library defines this for functions which it implements
32517 to always fail with ENOSYS. Some functions are actually named
32518 something starting with __ and the normal name is an alias. */
32519#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32520choke me
32521#else
32522char (*f) () = $ac_func;
32523#endif
32524#ifdef __cplusplus
32525}
32526#endif
32527
32528int
32529main ()
32530{
32531return f != $ac_func;
32532 ;
32533 return 0;
32534}
32535_ACEOF
32536rm -f conftest.$ac_objext conftest$ac_exeext
32537if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32538 (eval $ac_link) 2>conftest.er1
a848cd7e 32539 ac_status=$?
ac1cb8d3
VS
32540 grep -v '^ *+' conftest.er1 >conftest.err
32541 rm -f conftest.er1
32542 cat conftest.err >&5
a848cd7e
SC
32543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32544 (exit $ac_status); } &&
ddd14b14
RR
32545 { ac_try='test -z "$ac_c_werror_flag"
32546 || test ! -s conftest.err'
ac1cb8d3
VS
32547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32548 (eval $ac_try) 2>&5
32549 ac_status=$?
32550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32551 (exit $ac_status); }; } &&
32552 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32554 (eval $ac_try) 2>&5
32555 ac_status=$?
32556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32557 (exit $ac_status); }; }; then
32558 eval "$as_ac_var=yes"
32559else
32560 echo "$as_me: failed program was:" >&5
32561sed 's/^/| /' conftest.$ac_ext >&5
32562
32563eval "$as_ac_var=no"
32564fi
ac1cb8d3
VS
32565rm -f conftest.err conftest.$ac_objext \
32566 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32567fi
32568echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32569echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32570if test `eval echo '${'$as_ac_var'}'` = yes; then
32571 cat >>confdefs.h <<_ACEOF
32572#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32573_ACEOF
32574 break
32575fi
32576done
32577
32578
32579echo "$as_me:$LINENO: checking for statfs" >&5
32580echo $ECHO_N "checking for statfs... $ECHO_C" >&6
32581if test "${wx_cv_func_statfs+set}" = set; then
32582 echo $ECHO_N "(cached) $ECHO_C" >&6
32583else
32584 cat >conftest.$ac_ext <<_ACEOF
32585/* confdefs.h. */
32586_ACEOF
32587cat confdefs.h >>conftest.$ac_ext
32588cat >>conftest.$ac_ext <<_ACEOF
32589/* end confdefs.h. */
32590
32591 #if defined(__BSD__)
32592 #include <sys/param.h>
32593 #include <sys/mount.h>
32594 #else
32595 #include <sys/vfs.h>
32596 #endif
32597
32598int
32599main ()
32600{
32601
32602 long l;
32603 struct statfs fs;
32604 statfs("/", &fs);
32605 l = fs.f_bsize;
32606 l += fs.f_blocks;
32607 l += fs.f_bavail;
32608
32609 ;
32610 return 0;
32611}
32612_ACEOF
32613rm -f conftest.$ac_objext
32614if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32615 (eval $ac_compile) 2>conftest.er1
a848cd7e 32616 ac_status=$?
ac1cb8d3
VS
32617 grep -v '^ *+' conftest.er1 >conftest.err
32618 rm -f conftest.er1
32619 cat conftest.err >&5
a848cd7e
SC
32620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32621 (exit $ac_status); } &&
ddd14b14
RR
32622 { ac_try='test -z "$ac_c_werror_flag"
32623 || test ! -s conftest.err'
ac1cb8d3
VS
32624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32625 (eval $ac_try) 2>&5
32626 ac_status=$?
32627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32628 (exit $ac_status); }; } &&
32629 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32631 (eval $ac_try) 2>&5
32632 ac_status=$?
32633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32634 (exit $ac_status); }; }; then
32635
32636 wx_cv_func_statfs=yes
32637
32638else
32639 echo "$as_me: failed program was:" >&5
32640sed 's/^/| /' conftest.$ac_ext >&5
32641
32642
32643 wx_cv_func_statfs=no
32644
32645
32646fi
ac1cb8d3 32647rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32648
32649fi
32650echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
32651echo "${ECHO_T}$wx_cv_func_statfs" >&6
32652
32653if test "$wx_cv_func_statfs" = "yes"; then
32654 wx_cv_type_statvfs_t="struct statfs"
32655 cat >>confdefs.h <<\_ACEOF
32656#define HAVE_STATFS 1
32657_ACEOF
32658
32659else
32660 echo "$as_me:$LINENO: checking for statvfs" >&5
32661echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
32662if test "${wx_cv_func_statvfs+set}" = set; then
32663 echo $ECHO_N "(cached) $ECHO_C" >&6
32664else
32665 cat >conftest.$ac_ext <<_ACEOF
32666/* confdefs.h. */
32667_ACEOF
32668cat confdefs.h >>conftest.$ac_ext
32669cat >>conftest.$ac_ext <<_ACEOF
32670/* end confdefs.h. */
32671
32672 #include <stddef.h>
32673 #include <sys/statvfs.h>
32674
32675int
32676main ()
32677{
32678
32679 statvfs("/", NULL);
32680
32681 ;
32682 return 0;
32683}
32684_ACEOF
32685rm -f conftest.$ac_objext
32686if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32687 (eval $ac_compile) 2>conftest.er1
a848cd7e 32688 ac_status=$?
ac1cb8d3
VS
32689 grep -v '^ *+' conftest.er1 >conftest.err
32690 rm -f conftest.er1
32691 cat conftest.err >&5
a848cd7e
SC
32692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32693 (exit $ac_status); } &&
ddd14b14
RR
32694 { ac_try='test -z "$ac_c_werror_flag"
32695 || test ! -s conftest.err'
ac1cb8d3
VS
32696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32697 (eval $ac_try) 2>&5
32698 ac_status=$?
32699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32700 (exit $ac_status); }; } &&
32701 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32703 (eval $ac_try) 2>&5
32704 ac_status=$?
32705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32706 (exit $ac_status); }; }; then
32707 wx_cv_func_statvfs=yes
32708else
32709 echo "$as_me: failed program was:" >&5
32710sed 's/^/| /' conftest.$ac_ext >&5
32711
32712wx_cv_func_statvfs=no
32713
32714fi
ac1cb8d3 32715rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32716
32717fi
32718echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
32719echo "${ECHO_T}$wx_cv_func_statvfs" >&6
32720
32721 if test "$wx_cv_func_statvfs" = "yes"; then
32722
32723
32724 ac_ext=cc
32725ac_cpp='$CXXCPP $CPPFLAGS'
32726ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32727ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32728ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32729
32730
32731 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
32732echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
32733if test "${wx_cv_type_statvfs_t+set}" = set; then
32734 echo $ECHO_N "(cached) $ECHO_C" >&6
32735else
32736 cat >conftest.$ac_ext <<_ACEOF
32737/* confdefs.h. */
32738_ACEOF
32739cat confdefs.h >>conftest.$ac_ext
32740cat >>conftest.$ac_ext <<_ACEOF
32741/* end confdefs.h. */
32742
32743 #include <sys/statvfs.h>
32744
32745int
32746main ()
32747{
32748
32749 long l;
32750 statvfs_t fs;
32751 statvfs("/", &fs);
32752 l = fs.f_bsize;
32753 l += fs.f_blocks;
32754 l += fs.f_bavail;
32755
32756 ;
32757 return 0;
32758}
32759_ACEOF
32760rm -f conftest.$ac_objext
32761if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32762 (eval $ac_compile) 2>conftest.er1
a848cd7e 32763 ac_status=$?
ac1cb8d3
VS
32764 grep -v '^ *+' conftest.er1 >conftest.err
32765 rm -f conftest.er1
32766 cat conftest.err >&5
a848cd7e
SC
32767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32768 (exit $ac_status); } &&
ddd14b14
RR
32769 { ac_try='test -z "$ac_cxx_werror_flag"
32770 || test ! -s conftest.err'
ac1cb8d3
VS
32771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32772 (eval $ac_try) 2>&5
32773 ac_status=$?
32774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32775 (exit $ac_status); }; } &&
32776 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32778 (eval $ac_try) 2>&5
32779 ac_status=$?
32780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32781 (exit $ac_status); }; }; then
32782 wx_cv_type_statvfs_t=statvfs_t
32783else
32784 echo "$as_me: failed program was:" >&5
32785sed 's/^/| /' conftest.$ac_ext >&5
32786
32787
32788 cat >conftest.$ac_ext <<_ACEOF
32789/* confdefs.h. */
32790_ACEOF
32791cat confdefs.h >>conftest.$ac_ext
32792cat >>conftest.$ac_ext <<_ACEOF
32793/* end confdefs.h. */
32794
32795 #include <sys/statvfs.h>
32796
32797int
32798main ()
32799{
32800
32801 long l;
32802 struct statvfs fs;
32803 statvfs("/", &fs);
32804 l = fs.f_bsize;
32805 l += fs.f_blocks;
32806 l += fs.f_bavail;
32807
32808 ;
32809 return 0;
32810}
32811_ACEOF
32812rm -f conftest.$ac_objext
32813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32814 (eval $ac_compile) 2>conftest.er1
a848cd7e 32815 ac_status=$?
ac1cb8d3
VS
32816 grep -v '^ *+' conftest.er1 >conftest.err
32817 rm -f conftest.er1
32818 cat conftest.err >&5
a848cd7e
SC
32819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32820 (exit $ac_status); } &&
ddd14b14
RR
32821 { ac_try='test -z "$ac_cxx_werror_flag"
32822 || test ! -s conftest.err'
ac1cb8d3
VS
32823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32824 (eval $ac_try) 2>&5
32825 ac_status=$?
32826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32827 (exit $ac_status); }; } &&
32828 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32830 (eval $ac_try) 2>&5
32831 ac_status=$?
32832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32833 (exit $ac_status); }; }; then
32834 wx_cv_type_statvfs_t="struct statvfs"
32835else
32836 echo "$as_me: failed program was:" >&5
32837sed 's/^/| /' conftest.$ac_ext >&5
32838
32839wx_cv_type_statvfs_t="unknown"
32840
32841fi
ac1cb8d3 32842rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32843
32844
32845fi
ac1cb8d3 32846rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32847
32848fi
32849echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
32850echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
32851
32852 ac_ext=c
32853ac_cpp='$CPP $CPPFLAGS'
32854ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32855ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32856ac_compiler_gnu=$ac_cv_c_compiler_gnu
32857
32858
32859 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32860 cat >>confdefs.h <<\_ACEOF
32861#define HAVE_STATVFS 1
32862_ACEOF
32863
32864 fi
32865 else
32866 wx_cv_type_statvfs_t="unknown"
32867 fi
32868fi
32869
32870if test "$wx_cv_type_statvfs_t" != "unknown"; then
32871 cat >>confdefs.h <<_ACEOF
32872#define WX_STATFS_T $wx_cv_type_statvfs_t
32873_ACEOF
32874
32875else
32876 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
32877echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
32878fi
32879
32880if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
32881
32882
32883for ac_func in fcntl flock
32884do
32885as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32886echo "$as_me:$LINENO: checking for $ac_func" >&5
32887echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32888if eval "test \"\${$as_ac_var+set}\" = set"; then
32889 echo $ECHO_N "(cached) $ECHO_C" >&6
32890else
32891 cat >conftest.$ac_ext <<_ACEOF
32892/* confdefs.h. */
32893_ACEOF
32894cat confdefs.h >>conftest.$ac_ext
32895cat >>conftest.$ac_ext <<_ACEOF
32896/* end confdefs.h. */
ac1cb8d3
VS
32897/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32898 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32899#define $ac_func innocuous_$ac_func
32900
a848cd7e
SC
32901/* System header to define __stub macros and hopefully few prototypes,
32902 which can conflict with char $ac_func (); below.
32903 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32904 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32905
a848cd7e
SC
32906#ifdef __STDC__
32907# include <limits.h>
32908#else
32909# include <assert.h>
32910#endif
ac1cb8d3
VS
32911
32912#undef $ac_func
32913
a848cd7e
SC
32914/* Override any gcc2 internal prototype to avoid an error. */
32915#ifdef __cplusplus
32916extern "C"
32917{
32918#endif
32919/* We use char because int might match the return type of a gcc2
32920 builtin and then its argument prototype would still apply. */
32921char $ac_func ();
32922/* The GNU C library defines this for functions which it implements
32923 to always fail with ENOSYS. Some functions are actually named
32924 something starting with __ and the normal name is an alias. */
32925#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32926choke me
32927#else
32928char (*f) () = $ac_func;
32929#endif
32930#ifdef __cplusplus
32931}
32932#endif
32933
32934int
32935main ()
32936{
32937return f != $ac_func;
32938 ;
32939 return 0;
32940}
32941_ACEOF
32942rm -f conftest.$ac_objext conftest$ac_exeext
32943if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32944 (eval $ac_link) 2>conftest.er1
a848cd7e 32945 ac_status=$?
ac1cb8d3
VS
32946 grep -v '^ *+' conftest.er1 >conftest.err
32947 rm -f conftest.er1
32948 cat conftest.err >&5
a848cd7e
SC
32949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32950 (exit $ac_status); } &&
ddd14b14
RR
32951 { ac_try='test -z "$ac_c_werror_flag"
32952 || test ! -s conftest.err'
ac1cb8d3
VS
32953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32954 (eval $ac_try) 2>&5
32955 ac_status=$?
32956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32957 (exit $ac_status); }; } &&
32958 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32960 (eval $ac_try) 2>&5
32961 ac_status=$?
32962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32963 (exit $ac_status); }; }; then
32964 eval "$as_ac_var=yes"
32965else
32966 echo "$as_me: failed program was:" >&5
32967sed 's/^/| /' conftest.$ac_ext >&5
32968
32969eval "$as_ac_var=no"
32970fi
ac1cb8d3
VS
32971rm -f conftest.err conftest.$ac_objext \
32972 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32973fi
32974echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32975echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32976if test `eval echo '${'$as_ac_var'}'` = yes; then
32977 cat >>confdefs.h <<_ACEOF
32978#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32979_ACEOF
32980 break
32981fi
32982done
32983
32984
32985 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
32986 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
32987echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
32988 wxUSE_SNGLINST_CHECKER=no
32989 fi
32990fi
32991
32992
32993for ac_func in timegm
32994do
32995as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32996echo "$as_me:$LINENO: checking for $ac_func" >&5
32997echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32998if eval "test \"\${$as_ac_var+set}\" = set"; then
32999 echo $ECHO_N "(cached) $ECHO_C" >&6
33000else
33001 cat >conftest.$ac_ext <<_ACEOF
33002/* confdefs.h. */
33003_ACEOF
33004cat confdefs.h >>conftest.$ac_ext
33005cat >>conftest.$ac_ext <<_ACEOF
33006/* end confdefs.h. */
ac1cb8d3
VS
33007/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33008 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33009#define $ac_func innocuous_$ac_func
33010
a848cd7e
SC
33011/* System header to define __stub macros and hopefully few prototypes,
33012 which can conflict with char $ac_func (); below.
33013 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33014 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33015
a848cd7e
SC
33016#ifdef __STDC__
33017# include <limits.h>
33018#else
33019# include <assert.h>
33020#endif
ac1cb8d3
VS
33021
33022#undef $ac_func
33023
a848cd7e
SC
33024/* Override any gcc2 internal prototype to avoid an error. */
33025#ifdef __cplusplus
33026extern "C"
33027{
33028#endif
33029/* We use char because int might match the return type of a gcc2
33030 builtin and then its argument prototype would still apply. */
33031char $ac_func ();
33032/* The GNU C library defines this for functions which it implements
33033 to always fail with ENOSYS. Some functions are actually named
33034 something starting with __ and the normal name is an alias. */
33035#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33036choke me
33037#else
33038char (*f) () = $ac_func;
33039#endif
33040#ifdef __cplusplus
33041}
33042#endif
33043
33044int
33045main ()
33046{
33047return f != $ac_func;
33048 ;
33049 return 0;
33050}
33051_ACEOF
33052rm -f conftest.$ac_objext conftest$ac_exeext
33053if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33054 (eval $ac_link) 2>conftest.er1
a848cd7e 33055 ac_status=$?
ac1cb8d3
VS
33056 grep -v '^ *+' conftest.er1 >conftest.err
33057 rm -f conftest.er1
33058 cat conftest.err >&5
a848cd7e
SC
33059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33060 (exit $ac_status); } &&
ddd14b14
RR
33061 { ac_try='test -z "$ac_c_werror_flag"
33062 || test ! -s conftest.err'
ac1cb8d3
VS
33063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33064 (eval $ac_try) 2>&5
33065 ac_status=$?
33066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33067 (exit $ac_status); }; } &&
33068 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33070 (eval $ac_try) 2>&5
33071 ac_status=$?
33072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33073 (exit $ac_status); }; }; then
33074 eval "$as_ac_var=yes"
33075else
33076 echo "$as_me: failed program was:" >&5
33077sed 's/^/| /' conftest.$ac_ext >&5
33078
33079eval "$as_ac_var=no"
33080fi
ac1cb8d3
VS
33081rm -f conftest.err conftest.$ac_objext \
33082 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33083fi
33084echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33085echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33086if test `eval echo '${'$as_ac_var'}'` = yes; then
33087 cat >>confdefs.h <<_ACEOF
33088#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33089_ACEOF
33090
33091fi
33092done
33093
33094
33095
33096
33097for ac_func in putenv setenv
33098do
33099as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33100echo "$as_me:$LINENO: checking for $ac_func" >&5
33101echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33102if eval "test \"\${$as_ac_var+set}\" = set"; then
33103 echo $ECHO_N "(cached) $ECHO_C" >&6
33104else
33105 cat >conftest.$ac_ext <<_ACEOF
33106/* confdefs.h. */
33107_ACEOF
33108cat confdefs.h >>conftest.$ac_ext
33109cat >>conftest.$ac_ext <<_ACEOF
33110/* end confdefs.h. */
ac1cb8d3
VS
33111/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33112 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33113#define $ac_func innocuous_$ac_func
33114
a848cd7e
SC
33115/* System header to define __stub macros and hopefully few prototypes,
33116 which can conflict with char $ac_func (); below.
33117 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33118 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33119
a848cd7e
SC
33120#ifdef __STDC__
33121# include <limits.h>
33122#else
33123# include <assert.h>
33124#endif
ac1cb8d3
VS
33125
33126#undef $ac_func
33127
a848cd7e
SC
33128/* Override any gcc2 internal prototype to avoid an error. */
33129#ifdef __cplusplus
33130extern "C"
33131{
33132#endif
33133/* We use char because int might match the return type of a gcc2
33134 builtin and then its argument prototype would still apply. */
33135char $ac_func ();
33136/* The GNU C library defines this for functions which it implements
33137 to always fail with ENOSYS. Some functions are actually named
33138 something starting with __ and the normal name is an alias. */
33139#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33140choke me
33141#else
33142char (*f) () = $ac_func;
33143#endif
33144#ifdef __cplusplus
33145}
33146#endif
33147
33148int
33149main ()
33150{
33151return f != $ac_func;
33152 ;
33153 return 0;
33154}
33155_ACEOF
33156rm -f conftest.$ac_objext conftest$ac_exeext
33157if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33158 (eval $ac_link) 2>conftest.er1
a848cd7e 33159 ac_status=$?
ac1cb8d3
VS
33160 grep -v '^ *+' conftest.er1 >conftest.err
33161 rm -f conftest.er1
33162 cat conftest.err >&5
a848cd7e
SC
33163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33164 (exit $ac_status); } &&
ddd14b14
RR
33165 { ac_try='test -z "$ac_c_werror_flag"
33166 || test ! -s conftest.err'
ac1cb8d3
VS
33167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33168 (eval $ac_try) 2>&5
33169 ac_status=$?
33170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33171 (exit $ac_status); }; } &&
33172 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33174 (eval $ac_try) 2>&5
33175 ac_status=$?
33176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33177 (exit $ac_status); }; }; then
33178 eval "$as_ac_var=yes"
33179else
33180 echo "$as_me: failed program was:" >&5
33181sed 's/^/| /' conftest.$ac_ext >&5
33182
33183eval "$as_ac_var=no"
33184fi
ac1cb8d3
VS
33185rm -f conftest.err conftest.$ac_objext \
33186 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33187fi
33188echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33189echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33190if test `eval echo '${'$as_ac_var'}'` = yes; then
33191 cat >>confdefs.h <<_ACEOF
33192#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33193_ACEOF
33194 break
33195fi
33196done
33197
33198
33199HAVE_SOME_SLEEP_FUNC=0
33200if test "$USE_BEOS" = 1; then
33201 cat >>confdefs.h <<\_ACEOF
33202#define HAVE_SLEEP 1
33203_ACEOF
33204
33205 HAVE_SOME_SLEEP_FUNC=1
33206fi
33207
33208if test "$USE_DARWIN" = 1; then
33209 cat >>confdefs.h <<\_ACEOF
33210#define HAVE_USLEEP 1
33211_ACEOF
33212
33213 HAVE_SOME_SLEEP_FUNC=1
33214fi
33215
33216if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
33217 POSIX4_LINK=
33218
33219for ac_func in nanosleep
33220do
33221as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33222echo "$as_me:$LINENO: checking for $ac_func" >&5
33223echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33224if eval "test \"\${$as_ac_var+set}\" = set"; then
33225 echo $ECHO_N "(cached) $ECHO_C" >&6
33226else
33227 cat >conftest.$ac_ext <<_ACEOF
33228/* confdefs.h. */
33229_ACEOF
33230cat confdefs.h >>conftest.$ac_ext
33231cat >>conftest.$ac_ext <<_ACEOF
33232/* end confdefs.h. */
ac1cb8d3
VS
33233/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33234 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33235#define $ac_func innocuous_$ac_func
33236
a848cd7e
SC
33237/* System header to define __stub macros and hopefully few prototypes,
33238 which can conflict with char $ac_func (); below.
33239 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33240 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33241
a848cd7e
SC
33242#ifdef __STDC__
33243# include <limits.h>
33244#else
33245# include <assert.h>
33246#endif
ac1cb8d3
VS
33247
33248#undef $ac_func
33249
a848cd7e
SC
33250/* Override any gcc2 internal prototype to avoid an error. */
33251#ifdef __cplusplus
33252extern "C"
33253{
33254#endif
33255/* We use char because int might match the return type of a gcc2
33256 builtin and then its argument prototype would still apply. */
33257char $ac_func ();
33258/* The GNU C library defines this for functions which it implements
33259 to always fail with ENOSYS. Some functions are actually named
33260 something starting with __ and the normal name is an alias. */
33261#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33262choke me
33263#else
33264char (*f) () = $ac_func;
33265#endif
33266#ifdef __cplusplus
33267}
33268#endif
33269
33270int
33271main ()
33272{
33273return f != $ac_func;
33274 ;
33275 return 0;
33276}
33277_ACEOF
33278rm -f conftest.$ac_objext conftest$ac_exeext
33279if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33280 (eval $ac_link) 2>conftest.er1
a848cd7e 33281 ac_status=$?
ac1cb8d3
VS
33282 grep -v '^ *+' conftest.er1 >conftest.err
33283 rm -f conftest.er1
33284 cat conftest.err >&5
a848cd7e
SC
33285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33286 (exit $ac_status); } &&
ddd14b14
RR
33287 { ac_try='test -z "$ac_c_werror_flag"
33288 || test ! -s conftest.err'
ac1cb8d3
VS
33289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33290 (eval $ac_try) 2>&5
33291 ac_status=$?
33292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33293 (exit $ac_status); }; } &&
33294 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33296 (eval $ac_try) 2>&5
33297 ac_status=$?
33298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33299 (exit $ac_status); }; }; then
33300 eval "$as_ac_var=yes"
33301else
33302 echo "$as_me: failed program was:" >&5
33303sed 's/^/| /' conftest.$ac_ext >&5
33304
33305eval "$as_ac_var=no"
33306fi
ac1cb8d3
VS
33307rm -f conftest.err conftest.$ac_objext \
33308 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33309fi
33310echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33311echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33312if test `eval echo '${'$as_ac_var'}'` = yes; then
33313 cat >>confdefs.h <<_ACEOF
33314#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33315_ACEOF
33316 cat >>confdefs.h <<\_ACEOF
33317#define HAVE_NANOSLEEP 1
33318_ACEOF
33319
33320else
33321
33322 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
33323echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
33324if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
33325 echo $ECHO_N "(cached) $ECHO_C" >&6
33326else
33327 ac_check_lib_save_LIBS=$LIBS
33328LIBS="-lposix4 $LIBS"
33329cat >conftest.$ac_ext <<_ACEOF
33330/* confdefs.h. */
33331_ACEOF
33332cat confdefs.h >>conftest.$ac_ext
33333cat >>conftest.$ac_ext <<_ACEOF
33334/* end confdefs.h. */
33335
33336/* Override any gcc2 internal prototype to avoid an error. */
33337#ifdef __cplusplus
33338extern "C"
33339#endif
33340/* We use char because int might match the return type of a gcc2
33341 builtin and then its argument prototype would still apply. */
33342char nanosleep ();
33343int
33344main ()
33345{
33346nanosleep ();
33347 ;
33348 return 0;
33349}
33350_ACEOF
33351rm -f conftest.$ac_objext conftest$ac_exeext
33352if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33353 (eval $ac_link) 2>conftest.er1
a848cd7e 33354 ac_status=$?
ac1cb8d3
VS
33355 grep -v '^ *+' conftest.er1 >conftest.err
33356 rm -f conftest.er1
33357 cat conftest.err >&5
a848cd7e
SC
33358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33359 (exit $ac_status); } &&
ddd14b14
RR
33360 { ac_try='test -z "$ac_c_werror_flag"
33361 || test ! -s conftest.err'
ac1cb8d3
VS
33362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33363 (eval $ac_try) 2>&5
33364 ac_status=$?
33365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33366 (exit $ac_status); }; } &&
33367 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33369 (eval $ac_try) 2>&5
33370 ac_status=$?
33371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33372 (exit $ac_status); }; }; then
33373 ac_cv_lib_posix4_nanosleep=yes
33374else
33375 echo "$as_me: failed program was:" >&5
33376sed 's/^/| /' conftest.$ac_ext >&5
33377
33378ac_cv_lib_posix4_nanosleep=no
33379fi
ac1cb8d3
VS
33380rm -f conftest.err conftest.$ac_objext \
33381 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33382LIBS=$ac_check_lib_save_LIBS
33383fi
33384echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
33385echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
33386if test $ac_cv_lib_posix4_nanosleep = yes; then
33387
33388 cat >>confdefs.h <<\_ACEOF
33389#define HAVE_NANOSLEEP 1
33390_ACEOF
33391
33392 POSIX4_LINK=" -lposix4"
33393
33394else
33395
33396
33397for ac_func in usleep
33398do
33399as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33400echo "$as_me:$LINENO: checking for $ac_func" >&5
33401echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33402if eval "test \"\${$as_ac_var+set}\" = set"; then
33403 echo $ECHO_N "(cached) $ECHO_C" >&6
33404else
33405 cat >conftest.$ac_ext <<_ACEOF
33406/* confdefs.h. */
33407_ACEOF
33408cat confdefs.h >>conftest.$ac_ext
33409cat >>conftest.$ac_ext <<_ACEOF
33410/* end confdefs.h. */
ac1cb8d3
VS
33411/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33412 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33413#define $ac_func innocuous_$ac_func
33414
a848cd7e
SC
33415/* System header to define __stub macros and hopefully few prototypes,
33416 which can conflict with char $ac_func (); below.
33417 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33418 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33419
a848cd7e
SC
33420#ifdef __STDC__
33421# include <limits.h>
33422#else
33423# include <assert.h>
33424#endif
ac1cb8d3
VS
33425
33426#undef $ac_func
33427
a848cd7e
SC
33428/* Override any gcc2 internal prototype to avoid an error. */
33429#ifdef __cplusplus
33430extern "C"
33431{
33432#endif
33433/* We use char because int might match the return type of a gcc2
33434 builtin and then its argument prototype would still apply. */
33435char $ac_func ();
33436/* The GNU C library defines this for functions which it implements
33437 to always fail with ENOSYS. Some functions are actually named
33438 something starting with __ and the normal name is an alias. */
33439#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33440choke me
33441#else
33442char (*f) () = $ac_func;
33443#endif
33444#ifdef __cplusplus
33445}
33446#endif
33447
33448int
33449main ()
33450{
33451return f != $ac_func;
33452 ;
33453 return 0;
33454}
33455_ACEOF
33456rm -f conftest.$ac_objext conftest$ac_exeext
33457if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33458 (eval $ac_link) 2>conftest.er1
a848cd7e 33459 ac_status=$?
ac1cb8d3
VS
33460 grep -v '^ *+' conftest.er1 >conftest.err
33461 rm -f conftest.er1
33462 cat conftest.err >&5
a848cd7e
SC
33463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33464 (exit $ac_status); } &&
ddd14b14
RR
33465 { ac_try='test -z "$ac_c_werror_flag"
33466 || test ! -s conftest.err'
ac1cb8d3
VS
33467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33468 (eval $ac_try) 2>&5
33469 ac_status=$?
33470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33471 (exit $ac_status); }; } &&
33472 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33474 (eval $ac_try) 2>&5
33475 ac_status=$?
33476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33477 (exit $ac_status); }; }; then
33478 eval "$as_ac_var=yes"
33479else
33480 echo "$as_me: failed program was:" >&5
33481sed 's/^/| /' conftest.$ac_ext >&5
33482
33483eval "$as_ac_var=no"
33484fi
ac1cb8d3
VS
33485rm -f conftest.err conftest.$ac_objext \
33486 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33487fi
33488echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33489echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33490if test `eval echo '${'$as_ac_var'}'` = yes; then
33491 cat >>confdefs.h <<_ACEOF
33492#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33493_ACEOF
33494 cat >>confdefs.h <<\_ACEOF
33495#define HAVE_USLEEP 1
33496_ACEOF
33497
33498else
33499 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
33500echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
33501
33502fi
33503done
33504
33505
33506
33507fi
33508
33509
33510
33511fi
33512done
33513
33514fi
33515
33516
33517
33518for ac_func in uname gethostname
33519do
33520as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33521echo "$as_me:$LINENO: checking for $ac_func" >&5
33522echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33523if eval "test \"\${$as_ac_var+set}\" = set"; then
33524 echo $ECHO_N "(cached) $ECHO_C" >&6
33525else
33526 cat >conftest.$ac_ext <<_ACEOF
33527/* confdefs.h. */
33528_ACEOF
33529cat confdefs.h >>conftest.$ac_ext
33530cat >>conftest.$ac_ext <<_ACEOF
33531/* end confdefs.h. */
ac1cb8d3
VS
33532/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33533 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33534#define $ac_func innocuous_$ac_func
33535
a848cd7e
SC
33536/* System header to define __stub macros and hopefully few prototypes,
33537 which can conflict with char $ac_func (); below.
33538 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33539 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33540
a848cd7e
SC
33541#ifdef __STDC__
33542# include <limits.h>
33543#else
33544# include <assert.h>
33545#endif
ac1cb8d3
VS
33546
33547#undef $ac_func
33548
a848cd7e
SC
33549/* Override any gcc2 internal prototype to avoid an error. */
33550#ifdef __cplusplus
33551extern "C"
33552{
33553#endif
33554/* We use char because int might match the return type of a gcc2
33555 builtin and then its argument prototype would still apply. */
33556char $ac_func ();
33557/* The GNU C library defines this for functions which it implements
33558 to always fail with ENOSYS. Some functions are actually named
33559 something starting with __ and the normal name is an alias. */
33560#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33561choke me
33562#else
33563char (*f) () = $ac_func;
33564#endif
33565#ifdef __cplusplus
33566}
33567#endif
33568
33569int
33570main ()
33571{
33572return f != $ac_func;
33573 ;
33574 return 0;
33575}
33576_ACEOF
33577rm -f conftest.$ac_objext conftest$ac_exeext
33578if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33579 (eval $ac_link) 2>conftest.er1
a848cd7e 33580 ac_status=$?
ac1cb8d3
VS
33581 grep -v '^ *+' conftest.er1 >conftest.err
33582 rm -f conftest.er1
33583 cat conftest.err >&5
a848cd7e
SC
33584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33585 (exit $ac_status); } &&
ddd14b14
RR
33586 { ac_try='test -z "$ac_c_werror_flag"
33587 || test ! -s conftest.err'
ac1cb8d3
VS
33588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33589 (eval $ac_try) 2>&5
33590 ac_status=$?
33591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33592 (exit $ac_status); }; } &&
33593 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33595 (eval $ac_try) 2>&5
33596 ac_status=$?
33597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33598 (exit $ac_status); }; }; then
33599 eval "$as_ac_var=yes"
33600else
33601 echo "$as_me: failed program was:" >&5
33602sed 's/^/| /' conftest.$ac_ext >&5
33603
33604eval "$as_ac_var=no"
33605fi
ac1cb8d3
VS
33606rm -f conftest.err conftest.$ac_objext \
33607 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33608fi
33609echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33610echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33611if test `eval echo '${'$as_ac_var'}'` = yes; then
33612 cat >>confdefs.h <<_ACEOF
33613#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33614_ACEOF
33615 break
33616fi
33617done
33618
33619
33620
33621
33622ac_ext=cc
33623ac_cpp='$CXXCPP $CPPFLAGS'
33624ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33625ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33626ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33627
33628
33629
33630for ac_func in strtok_r
33631do
33632as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33633echo "$as_me:$LINENO: checking for $ac_func" >&5
33634echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33635if eval "test \"\${$as_ac_var+set}\" = set"; then
33636 echo $ECHO_N "(cached) $ECHO_C" >&6
33637else
33638 cat >conftest.$ac_ext <<_ACEOF
33639/* confdefs.h. */
33640_ACEOF
33641cat confdefs.h >>conftest.$ac_ext
33642cat >>conftest.$ac_ext <<_ACEOF
33643/* end confdefs.h. */
ac1cb8d3
VS
33644/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33645 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33646#define $ac_func innocuous_$ac_func
33647
a848cd7e
SC
33648/* System header to define __stub macros and hopefully few prototypes,
33649 which can conflict with char $ac_func (); below.
33650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33651 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33652
a848cd7e
SC
33653#ifdef __STDC__
33654# include <limits.h>
33655#else
33656# include <assert.h>
33657#endif
ac1cb8d3
VS
33658
33659#undef $ac_func
33660
a848cd7e
SC
33661/* Override any gcc2 internal prototype to avoid an error. */
33662#ifdef __cplusplus
33663extern "C"
33664{
33665#endif
33666/* We use char because int might match the return type of a gcc2
33667 builtin and then its argument prototype would still apply. */
33668char $ac_func ();
33669/* The GNU C library defines this for functions which it implements
33670 to always fail with ENOSYS. Some functions are actually named
33671 something starting with __ and the normal name is an alias. */
33672#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33673choke me
33674#else
33675char (*f) () = $ac_func;
33676#endif
33677#ifdef __cplusplus
33678}
33679#endif
33680
33681int
33682main ()
33683{
33684return f != $ac_func;
33685 ;
33686 return 0;
33687}
33688_ACEOF
33689rm -f conftest.$ac_objext conftest$ac_exeext
33690if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33691 (eval $ac_link) 2>conftest.er1
a848cd7e 33692 ac_status=$?
ac1cb8d3
VS
33693 grep -v '^ *+' conftest.er1 >conftest.err
33694 rm -f conftest.er1
33695 cat conftest.err >&5
a848cd7e
SC
33696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33697 (exit $ac_status); } &&
ddd14b14
RR
33698 { ac_try='test -z "$ac_cxx_werror_flag"
33699 || test ! -s conftest.err'
ac1cb8d3
VS
33700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33701 (eval $ac_try) 2>&5
33702 ac_status=$?
33703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33704 (exit $ac_status); }; } &&
33705 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33707 (eval $ac_try) 2>&5
33708 ac_status=$?
33709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33710 (exit $ac_status); }; }; then
33711 eval "$as_ac_var=yes"
33712else
33713 echo "$as_me: failed program was:" >&5
33714sed 's/^/| /' conftest.$ac_ext >&5
33715
33716eval "$as_ac_var=no"
33717fi
ac1cb8d3
VS
33718rm -f conftest.err conftest.$ac_objext \
33719 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33720fi
33721echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33722echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33723if test `eval echo '${'$as_ac_var'}'` = yes; then
33724 cat >>confdefs.h <<_ACEOF
33725#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33726_ACEOF
33727
33728fi
33729done
33730
33731
33732ac_ext=c
33733ac_cpp='$CPP $CPPFLAGS'
33734ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33735ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33736ac_compiler_gnu=$ac_cv_c_compiler_gnu
33737
33738
33739INET_LINK=
33740
33741for ac_func in inet_addr
33742do
33743as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33744echo "$as_me:$LINENO: checking for $ac_func" >&5
33745echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33746if eval "test \"\${$as_ac_var+set}\" = set"; then
33747 echo $ECHO_N "(cached) $ECHO_C" >&6
33748else
33749 cat >conftest.$ac_ext <<_ACEOF
33750/* confdefs.h. */
33751_ACEOF
33752cat confdefs.h >>conftest.$ac_ext
33753cat >>conftest.$ac_ext <<_ACEOF
33754/* end confdefs.h. */
ac1cb8d3
VS
33755/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33756 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33757#define $ac_func innocuous_$ac_func
33758
a848cd7e
SC
33759/* System header to define __stub macros and hopefully few prototypes,
33760 which can conflict with char $ac_func (); below.
33761 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33762 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33763
a848cd7e
SC
33764#ifdef __STDC__
33765# include <limits.h>
33766#else
33767# include <assert.h>
33768#endif
ac1cb8d3
VS
33769
33770#undef $ac_func
33771
a848cd7e
SC
33772/* Override any gcc2 internal prototype to avoid an error. */
33773#ifdef __cplusplus
33774extern "C"
33775{
33776#endif
33777/* We use char because int might match the return type of a gcc2
33778 builtin and then its argument prototype would still apply. */
33779char $ac_func ();
33780/* The GNU C library defines this for functions which it implements
33781 to always fail with ENOSYS. Some functions are actually named
33782 something starting with __ and the normal name is an alias. */
33783#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33784choke me
33785#else
33786char (*f) () = $ac_func;
33787#endif
33788#ifdef __cplusplus
33789}
33790#endif
33791
33792int
33793main ()
33794{
33795return f != $ac_func;
33796 ;
33797 return 0;
33798}
33799_ACEOF
33800rm -f conftest.$ac_objext conftest$ac_exeext
33801if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33802 (eval $ac_link) 2>conftest.er1
a848cd7e 33803 ac_status=$?
ac1cb8d3
VS
33804 grep -v '^ *+' conftest.er1 >conftest.err
33805 rm -f conftest.er1
33806 cat conftest.err >&5
a848cd7e
SC
33807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33808 (exit $ac_status); } &&
ddd14b14
RR
33809 { ac_try='test -z "$ac_c_werror_flag"
33810 || test ! -s conftest.err'
ac1cb8d3
VS
33811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33812 (eval $ac_try) 2>&5
33813 ac_status=$?
33814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33815 (exit $ac_status); }; } &&
33816 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33818 (eval $ac_try) 2>&5
33819 ac_status=$?
33820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33821 (exit $ac_status); }; }; then
33822 eval "$as_ac_var=yes"
33823else
33824 echo "$as_me: failed program was:" >&5
33825sed 's/^/| /' conftest.$ac_ext >&5
33826
33827eval "$as_ac_var=no"
33828fi
ac1cb8d3
VS
33829rm -f conftest.err conftest.$ac_objext \
33830 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33831fi
33832echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33833echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33834if test `eval echo '${'$as_ac_var'}'` = yes; then
33835 cat >>confdefs.h <<_ACEOF
33836#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33837_ACEOF
33838 cat >>confdefs.h <<\_ACEOF
33839#define HAVE_INET_ADDR 1
33840_ACEOF
33841
33842else
33843
33844 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
33845echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
33846if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
33847 echo $ECHO_N "(cached) $ECHO_C" >&6
33848else
33849 ac_check_lib_save_LIBS=$LIBS
33850LIBS="-lnsl $LIBS"
33851cat >conftest.$ac_ext <<_ACEOF
33852/* confdefs.h. */
33853_ACEOF
33854cat confdefs.h >>conftest.$ac_ext
33855cat >>conftest.$ac_ext <<_ACEOF
33856/* end confdefs.h. */
33857
33858/* Override any gcc2 internal prototype to avoid an error. */
33859#ifdef __cplusplus
33860extern "C"
33861#endif
33862/* We use char because int might match the return type of a gcc2
33863 builtin and then its argument prototype would still apply. */
33864char inet_addr ();
33865int
33866main ()
33867{
33868inet_addr ();
33869 ;
33870 return 0;
33871}
33872_ACEOF
33873rm -f conftest.$ac_objext conftest$ac_exeext
33874if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33875 (eval $ac_link) 2>conftest.er1
a848cd7e 33876 ac_status=$?
ac1cb8d3
VS
33877 grep -v '^ *+' conftest.er1 >conftest.err
33878 rm -f conftest.er1
33879 cat conftest.err >&5
a848cd7e
SC
33880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33881 (exit $ac_status); } &&
ddd14b14
RR
33882 { ac_try='test -z "$ac_c_werror_flag"
33883 || test ! -s conftest.err'
ac1cb8d3
VS
33884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33885 (eval $ac_try) 2>&5
33886 ac_status=$?
33887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33888 (exit $ac_status); }; } &&
33889 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33891 (eval $ac_try) 2>&5
33892 ac_status=$?
33893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33894 (exit $ac_status); }; }; then
33895 ac_cv_lib_nsl_inet_addr=yes
33896else
33897 echo "$as_me: failed program was:" >&5
33898sed 's/^/| /' conftest.$ac_ext >&5
33899
33900ac_cv_lib_nsl_inet_addr=no
33901fi
ac1cb8d3
VS
33902rm -f conftest.err conftest.$ac_objext \
33903 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33904LIBS=$ac_check_lib_save_LIBS
33905fi
33906echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
33907echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
33908if test $ac_cv_lib_nsl_inet_addr = yes; then
33909 INET_LINK="nsl"
33910else
33911
33912 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
33913echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
33914if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
33915 echo $ECHO_N "(cached) $ECHO_C" >&6
33916else
33917 ac_check_lib_save_LIBS=$LIBS
33918LIBS="-lresolv $LIBS"
33919cat >conftest.$ac_ext <<_ACEOF
33920/* confdefs.h. */
33921_ACEOF
33922cat confdefs.h >>conftest.$ac_ext
33923cat >>conftest.$ac_ext <<_ACEOF
33924/* end confdefs.h. */
33925
33926/* Override any gcc2 internal prototype to avoid an error. */
33927#ifdef __cplusplus
33928extern "C"
33929#endif
33930/* We use char because int might match the return type of a gcc2
33931 builtin and then its argument prototype would still apply. */
33932char inet_addr ();
33933int
33934main ()
33935{
33936inet_addr ();
33937 ;
33938 return 0;
33939}
33940_ACEOF
33941rm -f conftest.$ac_objext conftest$ac_exeext
33942if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33943 (eval $ac_link) 2>conftest.er1
a848cd7e 33944 ac_status=$?
ac1cb8d3
VS
33945 grep -v '^ *+' conftest.er1 >conftest.err
33946 rm -f conftest.er1
33947 cat conftest.err >&5
a848cd7e
SC
33948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33949 (exit $ac_status); } &&
ddd14b14
RR
33950 { ac_try='test -z "$ac_c_werror_flag"
33951 || test ! -s conftest.err'
ac1cb8d3
VS
33952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33953 (eval $ac_try) 2>&5
33954 ac_status=$?
33955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33956 (exit $ac_status); }; } &&
33957 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33959 (eval $ac_try) 2>&5
33960 ac_status=$?
33961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33962 (exit $ac_status); }; }; then
33963 ac_cv_lib_resolv_inet_addr=yes
33964else
33965 echo "$as_me: failed program was:" >&5
33966sed 's/^/| /' conftest.$ac_ext >&5
33967
33968ac_cv_lib_resolv_inet_addr=no
33969fi
ac1cb8d3
VS
33970rm -f conftest.err conftest.$ac_objext \
33971 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33972LIBS=$ac_check_lib_save_LIBS
33973fi
33974echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
33975echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
33976if test $ac_cv_lib_resolv_inet_addr = yes; then
33977 INET_LINK="resolv"
33978else
33979
33980 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
33981echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
33982if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
33983 echo $ECHO_N "(cached) $ECHO_C" >&6
33984else
33985 ac_check_lib_save_LIBS=$LIBS
33986LIBS="-lsocket $LIBS"
33987cat >conftest.$ac_ext <<_ACEOF
33988/* confdefs.h. */
33989_ACEOF
33990cat confdefs.h >>conftest.$ac_ext
33991cat >>conftest.$ac_ext <<_ACEOF
33992/* end confdefs.h. */
33993
33994/* Override any gcc2 internal prototype to avoid an error. */
33995#ifdef __cplusplus
33996extern "C"
33997#endif
33998/* We use char because int might match the return type of a gcc2
33999 builtin and then its argument prototype would still apply. */
34000char inet_addr ();
34001int
34002main ()
34003{
34004inet_addr ();
34005 ;
34006 return 0;
34007}
34008_ACEOF
34009rm -f conftest.$ac_objext conftest$ac_exeext
34010if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34011 (eval $ac_link) 2>conftest.er1
a848cd7e 34012 ac_status=$?
ac1cb8d3
VS
34013 grep -v '^ *+' conftest.er1 >conftest.err
34014 rm -f conftest.er1
34015 cat conftest.err >&5
a848cd7e
SC
34016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34017 (exit $ac_status); } &&
ddd14b14
RR
34018 { ac_try='test -z "$ac_c_werror_flag"
34019 || test ! -s conftest.err'
ac1cb8d3
VS
34020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34021 (eval $ac_try) 2>&5
34022 ac_status=$?
34023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34024 (exit $ac_status); }; } &&
34025 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34027 (eval $ac_try) 2>&5
34028 ac_status=$?
34029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34030 (exit $ac_status); }; }; then
34031 ac_cv_lib_socket_inet_addr=yes
34032else
34033 echo "$as_me: failed program was:" >&5
34034sed 's/^/| /' conftest.$ac_ext >&5
34035
34036ac_cv_lib_socket_inet_addr=no
34037fi
ac1cb8d3
VS
34038rm -f conftest.err conftest.$ac_objext \
34039 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34040LIBS=$ac_check_lib_save_LIBS
34041fi
34042echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
34043echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
34044if test $ac_cv_lib_socket_inet_addr = yes; then
34045 INET_LINK="socket"
34046
34047fi
34048
34049
34050
34051fi
34052
34053
34054
34055fi
34056
34057
34058
34059fi
34060done
34061
34062
34063
34064for ac_func in inet_aton
34065do
34066as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34067echo "$as_me:$LINENO: checking for $ac_func" >&5
34068echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34069if eval "test \"\${$as_ac_var+set}\" = set"; then
34070 echo $ECHO_N "(cached) $ECHO_C" >&6
34071else
34072 cat >conftest.$ac_ext <<_ACEOF
34073/* confdefs.h. */
34074_ACEOF
34075cat confdefs.h >>conftest.$ac_ext
34076cat >>conftest.$ac_ext <<_ACEOF
34077/* end confdefs.h. */
ac1cb8d3
VS
34078/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34079 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34080#define $ac_func innocuous_$ac_func
34081
a848cd7e
SC
34082/* System header to define __stub macros and hopefully few prototypes,
34083 which can conflict with char $ac_func (); below.
34084 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34085 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34086
a848cd7e
SC
34087#ifdef __STDC__
34088# include <limits.h>
34089#else
34090# include <assert.h>
34091#endif
ac1cb8d3
VS
34092
34093#undef $ac_func
34094
a848cd7e
SC
34095/* Override any gcc2 internal prototype to avoid an error. */
34096#ifdef __cplusplus
34097extern "C"
34098{
34099#endif
34100/* We use char because int might match the return type of a gcc2
34101 builtin and then its argument prototype would still apply. */
34102char $ac_func ();
34103/* The GNU C library defines this for functions which it implements
34104 to always fail with ENOSYS. Some functions are actually named
34105 something starting with __ and the normal name is an alias. */
34106#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34107choke me
34108#else
34109char (*f) () = $ac_func;
34110#endif
34111#ifdef __cplusplus
34112}
34113#endif
34114
34115int
34116main ()
34117{
34118return f != $ac_func;
34119 ;
34120 return 0;
34121}
34122_ACEOF
34123rm -f conftest.$ac_objext conftest$ac_exeext
34124if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34125 (eval $ac_link) 2>conftest.er1
a848cd7e 34126 ac_status=$?
ac1cb8d3
VS
34127 grep -v '^ *+' conftest.er1 >conftest.err
34128 rm -f conftest.er1
34129 cat conftest.err >&5
a848cd7e
SC
34130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34131 (exit $ac_status); } &&
ddd14b14
RR
34132 { ac_try='test -z "$ac_c_werror_flag"
34133 || test ! -s conftest.err'
ac1cb8d3
VS
34134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34135 (eval $ac_try) 2>&5
34136 ac_status=$?
34137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34138 (exit $ac_status); }; } &&
34139 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34141 (eval $ac_try) 2>&5
34142 ac_status=$?
34143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34144 (exit $ac_status); }; }; then
34145 eval "$as_ac_var=yes"
34146else
34147 echo "$as_me: failed program was:" >&5
34148sed 's/^/| /' conftest.$ac_ext >&5
34149
34150eval "$as_ac_var=no"
34151fi
ac1cb8d3
VS
34152rm -f conftest.err conftest.$ac_objext \
34153 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34154fi
34155echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34156echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34157if test `eval echo '${'$as_ac_var'}'` = yes; then
34158 cat >>confdefs.h <<_ACEOF
34159#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34160_ACEOF
34161 cat >>confdefs.h <<\_ACEOF
34162#define HAVE_INET_ATON 1
34163_ACEOF
34164
34165else
34166
34167 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
34168echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
34169echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
34170if eval "test \"\${$as_ac_Lib+set}\" = set"; then
34171 echo $ECHO_N "(cached) $ECHO_C" >&6
34172else
34173 ac_check_lib_save_LIBS=$LIBS
34174LIBS="-l$INET_LINK $LIBS"
34175cat >conftest.$ac_ext <<_ACEOF
34176/* confdefs.h. */
34177_ACEOF
34178cat confdefs.h >>conftest.$ac_ext
34179cat >>conftest.$ac_ext <<_ACEOF
34180/* end confdefs.h. */
34181
34182/* Override any gcc2 internal prototype to avoid an error. */
34183#ifdef __cplusplus
34184extern "C"
34185#endif
34186/* We use char because int might match the return type of a gcc2
34187 builtin and then its argument prototype would still apply. */
34188char inet_aton ();
34189int
34190main ()
34191{
34192inet_aton ();
34193 ;
34194 return 0;
34195}
34196_ACEOF
34197rm -f conftest.$ac_objext conftest$ac_exeext
34198if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34199 (eval $ac_link) 2>conftest.er1
a848cd7e 34200 ac_status=$?
ac1cb8d3
VS
34201 grep -v '^ *+' conftest.er1 >conftest.err
34202 rm -f conftest.er1
34203 cat conftest.err >&5
a848cd7e
SC
34204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34205 (exit $ac_status); } &&
ddd14b14
RR
34206 { ac_try='test -z "$ac_c_werror_flag"
34207 || 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 eval "$as_ac_Lib=yes"
34220else
34221 echo "$as_me: failed program was:" >&5
34222sed 's/^/| /' conftest.$ac_ext >&5
34223
34224eval "$as_ac_Lib=no"
34225fi
ac1cb8d3
VS
34226rm -f conftest.err conftest.$ac_objext \
34227 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34228LIBS=$ac_check_lib_save_LIBS
34229fi
34230echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
34231echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
34232if test `eval echo '${'$as_ac_Lib'}'` = yes; then
34233 cat >>confdefs.h <<\_ACEOF
34234#define HAVE_INET_ATON 1
34235_ACEOF
34236
34237fi
34238
34239
34240fi
34241done
34242
34243
34244if test "x$INET_LINK" != "x"; then
34245 cat >>confdefs.h <<\_ACEOF
34246#define HAVE_INET_ADDR 1
34247_ACEOF
34248
34249 INET_LINK=" -l$INET_LINK"
34250fi
34251
34252fi
34253
34254
34255
34256EXTRALIBS_ESD=
34257echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
34258echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
34259if test "${ac_cv_lib_esd_esd_close+set}" = set; then
34260 echo $ECHO_N "(cached) $ECHO_C" >&6
34261else
34262 ac_check_lib_save_LIBS=$LIBS
34263LIBS="-lesd $LIBS"
34264cat >conftest.$ac_ext <<_ACEOF
34265/* confdefs.h. */
34266_ACEOF
34267cat confdefs.h >>conftest.$ac_ext
34268cat >>conftest.$ac_ext <<_ACEOF
34269/* end confdefs.h. */
34270
34271/* Override any gcc2 internal prototype to avoid an error. */
34272#ifdef __cplusplus
34273extern "C"
34274#endif
34275/* We use char because int might match the return type of a gcc2
34276 builtin and then its argument prototype would still apply. */
34277char esd_close ();
34278int
34279main ()
34280{
34281esd_close ();
34282 ;
34283 return 0;
34284}
34285_ACEOF
34286rm -f conftest.$ac_objext conftest$ac_exeext
34287if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34288 (eval $ac_link) 2>conftest.er1
a848cd7e 34289 ac_status=$?
ac1cb8d3
VS
34290 grep -v '^ *+' conftest.er1 >conftest.err
34291 rm -f conftest.er1
34292 cat conftest.err >&5
a848cd7e
SC
34293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34294 (exit $ac_status); } &&
ddd14b14
RR
34295 { ac_try='test -z "$ac_c_werror_flag"
34296 || test ! -s conftest.err'
ac1cb8d3
VS
34297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34298 (eval $ac_try) 2>&5
34299 ac_status=$?
34300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34301 (exit $ac_status); }; } &&
34302 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34304 (eval $ac_try) 2>&5
34305 ac_status=$?
34306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34307 (exit $ac_status); }; }; then
34308 ac_cv_lib_esd_esd_close=yes
34309else
34310 echo "$as_me: failed program was:" >&5
34311sed 's/^/| /' conftest.$ac_ext >&5
34312
34313ac_cv_lib_esd_esd_close=no
34314fi
ac1cb8d3
VS
34315rm -f conftest.err conftest.$ac_objext \
34316 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34317LIBS=$ac_check_lib_save_LIBS
34318fi
34319echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
34320echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
34321if test $ac_cv_lib_esd_esd_close = yes; then
34322
34323
34324for ac_header in esd.h
34325do
34326as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34327if eval "test \"\${$as_ac_Header+set}\" = set"; then
34328 echo "$as_me:$LINENO: checking for $ac_header" >&5
34329echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34330if eval "test \"\${$as_ac_Header+set}\" = set"; then
34331 echo $ECHO_N "(cached) $ECHO_C" >&6
34332fi
34333echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34334echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34335else
34336 # Is the header compilable?
34337echo "$as_me:$LINENO: checking $ac_header usability" >&5
34338echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34339cat >conftest.$ac_ext <<_ACEOF
34340/* confdefs.h. */
34341_ACEOF
34342cat confdefs.h >>conftest.$ac_ext
34343cat >>conftest.$ac_ext <<_ACEOF
34344/* end confdefs.h. */
34345$ac_includes_default
34346#include <$ac_header>
34347_ACEOF
34348rm -f conftest.$ac_objext
34349if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34350 (eval $ac_compile) 2>conftest.er1
a848cd7e 34351 ac_status=$?
ac1cb8d3
VS
34352 grep -v '^ *+' conftest.er1 >conftest.err
34353 rm -f conftest.er1
34354 cat conftest.err >&5
a848cd7e
SC
34355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34356 (exit $ac_status); } &&
ddd14b14
RR
34357 { ac_try='test -z "$ac_c_werror_flag"
34358 || test ! -s conftest.err'
ac1cb8d3
VS
34359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34360 (eval $ac_try) 2>&5
34361 ac_status=$?
34362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34363 (exit $ac_status); }; } &&
34364 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34366 (eval $ac_try) 2>&5
34367 ac_status=$?
34368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34369 (exit $ac_status); }; }; then
34370 ac_header_compiler=yes
34371else
34372 echo "$as_me: failed program was:" >&5
34373sed 's/^/| /' conftest.$ac_ext >&5
34374
34375ac_header_compiler=no
34376fi
ac1cb8d3 34377rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34378echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34379echo "${ECHO_T}$ac_header_compiler" >&6
34380
34381# Is the header present?
34382echo "$as_me:$LINENO: checking $ac_header presence" >&5
34383echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34384cat >conftest.$ac_ext <<_ACEOF
34385/* confdefs.h. */
34386_ACEOF
34387cat confdefs.h >>conftest.$ac_ext
34388cat >>conftest.$ac_ext <<_ACEOF
34389/* end confdefs.h. */
34390#include <$ac_header>
34391_ACEOF
34392if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34393 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
34394 ac_status=$?
34395 grep -v '^ *+' conftest.er1 >conftest.err
34396 rm -f conftest.er1
34397 cat conftest.err >&5
34398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34399 (exit $ac_status); } >/dev/null; then
34400 if test -s conftest.err; then
34401 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 34402 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
34403 else
34404 ac_cpp_err=
34405 fi
34406else
34407 ac_cpp_err=yes
34408fi
34409if test -z "$ac_cpp_err"; then
34410 ac_header_preproc=yes
34411else
34412 echo "$as_me: failed program was:" >&5
34413sed 's/^/| /' conftest.$ac_ext >&5
34414
34415 ac_header_preproc=no
34416fi
34417rm -f conftest.err conftest.$ac_ext
34418echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34419echo "${ECHO_T}$ac_header_preproc" >&6
34420
34421# So? What about this header?
ac1cb8d3
VS
34422case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34423 yes:no: )
a848cd7e
SC
34424 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34425echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
34426 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34427echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34428 ac_header_preproc=yes
a848cd7e 34429 ;;
ac1cb8d3 34430 no:yes:* )
a848cd7e
SC
34431 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34432echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
34433 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34434echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34435 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34436echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34437 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34438echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
34439 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34440echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
34441 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34442echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
34443 (
34444 cat <<\_ASBOX
ac1cb8d3
VS
34445## ----------------------------------------- ##
34446## Report this to wx-dev@lists.wxwidgets.org ##
34447## ----------------------------------------- ##
a848cd7e
SC
34448_ASBOX
34449 ) |
34450 sed "s/^/$as_me: WARNING: /" >&2
34451 ;;
34452esac
34453echo "$as_me:$LINENO: checking for $ac_header" >&5
34454echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34455if eval "test \"\${$as_ac_Header+set}\" = set"; then
34456 echo $ECHO_N "(cached) $ECHO_C" >&6
34457else
ac1cb8d3 34458 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
34459fi
34460echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34461echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34462
34463fi
34464if test `eval echo '${'$as_ac_Header'}'` = yes; then
34465 cat >>confdefs.h <<_ACEOF
34466#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34467_ACEOF
34468
34469 EXTRALIBS_ESD="-lesd"
34470
34471fi
34472
34473done
34474
34475
34476fi
34477
34478
34479
34480echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
34481echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
34482cat >conftest.$ac_ext <<_ACEOF
34483/* confdefs.h. */
34484_ACEOF
34485cat confdefs.h >>conftest.$ac_ext
34486cat >>conftest.$ac_ext <<_ACEOF
34487/* end confdefs.h. */
34488#ifdef __linux__
34489 #include <linux/cdrom.h>
34490 #else
34491 /* For Solaris */
34492 #include <sys/cdio.h>
34493 #endif
34494
34495int
34496main ()
34497{
34498struct cdrom_tocentry entry, old_entry;
34499 ;
34500 return 0;
34501}
34502_ACEOF
34503rm -f conftest.$ac_objext
34504if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34505 (eval $ac_compile) 2>conftest.er1
a848cd7e 34506 ac_status=$?
ac1cb8d3
VS
34507 grep -v '^ *+' conftest.er1 >conftest.err
34508 rm -f conftest.er1
34509 cat conftest.err >&5
a848cd7e
SC
34510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34511 (exit $ac_status); } &&
ddd14b14
RR
34512 { ac_try='test -z "$ac_c_werror_flag"
34513 || test ! -s conftest.err'
ac1cb8d3
VS
34514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34515 (eval $ac_try) 2>&5
34516 ac_status=$?
34517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34518 (exit $ac_status); }; } &&
34519 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34521 (eval $ac_try) 2>&5
34522 ac_status=$?
34523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34524 (exit $ac_status); }; }; then
34525 echo "$as_me:$LINENO: result: yes" >&5
34526echo "${ECHO_T}yes" >&6
34527 cat >>confdefs.h <<\_ACEOF
34528#define HAVE_KNOWN_CDROM_INTERFACE 1
34529_ACEOF
34530
34531else
34532 echo "$as_me: failed program was:" >&5
34533sed 's/^/| /' conftest.$ac_ext >&5
34534
34535echo "$as_me:$LINENO: result: no" >&5
34536echo "${ECHO_T}no" >&6
34537fi
ac1cb8d3 34538rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34539
34540
34541cat >confcache <<\_ACEOF
34542# This file is a shell script that caches the results of configure
34543# tests run on this system so they can be shared between configure
34544# scripts and configure runs, see configure's option --config-cache.
34545# It is not useful on other systems. If it contains results you don't
34546# want to keep, you may remove or edit it.
34547#
34548# config.status only pays attention to the cache file if you give it
34549# the --recheck option to rerun configure.
34550#
34551# `ac_cv_env_foo' variables (set or unset) will be overridden when
34552# loading this file, other *unset* `ac_cv_foo' will be assigned the
34553# following values.
34554
34555_ACEOF
34556
34557# The following way of writing the cache mishandles newlines in values,
34558# but we know of no workaround that is simple, portable, and efficient.
34559# So, don't put newlines in cache variables' values.
34560# Ultrix sh set writes to stderr and can't be redirected directly,
34561# and sets the high bit in the cache file unless we assign to the vars.
34562{
34563 (set) 2>&1 |
34564 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34565 *ac_space=\ *)
34566 # `set' does not quote correctly, so add quotes (double-quote
34567 # substitution turns \\\\ into \\, and sed turns \\ into \).
34568 sed -n \
ac1cb8d3
VS
34569 "s/'/'\\\\''/g;
34570 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
34571 ;;
34572 *)
34573 # `set' quotes correctly as required by POSIX, so do not add quotes.
34574 sed -n \
ac1cb8d3 34575 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
34576 ;;
34577 esac;
34578} |
34579 sed '
34580 t clear
34581 : clear
34582 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34583 t end
34584 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34585 : end' >>confcache
34586if diff $cache_file confcache >/dev/null 2>&1; then :; else
34587 if test -w $cache_file; then
34588 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34589 cat confcache >$cache_file
34590 else
34591 echo "not updating unwritable cache $cache_file"
34592 fi
34593fi
34594rm -f confcache
34595
34596
34597CPP_MT_FLAG=
34598if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
34599
34600
34601 THREADS_LINK=
34602 THREADS_CFLAGS=
34603
34604 if test "$wxUSE_THREADS" = "yes" ; then
34605 if test "$USE_BEOS" = 1; then
34606 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
34607echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
34608 wxUSE_THREADS="no"
34609 fi
34610 fi
34611
34612 if test "$wxUSE_THREADS" = "yes" ; then
34613
34614
34615 THREAD_OPTS="-pthread"
34616 case "${host}" in
34617 *-*-solaris2* | *-*-sunos4* )
34618 if test "x$GCC" = "xyes"; then
34619 THREAD_OPTS="-pthreads $THREAD_OPTS"
34620 else
34621 THREAD_OPTS="-mt $THREAD_OPTS"
34622 fi
34623 ;;
34624 *-*-freebsd*)
34625 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
34626 ;;
34627 *-*-darwin* | *-*-cygwin* )
34628 THREAD_OPTS=""
34629 ;;
34630 *-*-aix*)
34631 THREAD_OPTS="pthreads"
34632 ;;
34633 *-hp-hpux* )
34634 if test "x$GCC" != "xyes"; then
34635 THREAD_OPTS=""
34636 fi
34637 ;;
34638
34639 *-*-irix* )
34640 if test "x$GCC" = "xyes"; then
34641 THREAD_OPTS=""
34642 fi
34643 ;;
34644
34645 *-*-*UnixWare*)
34646 if test "x$GCC" != "xyes"; then
34647 THREAD_OPTS="-Ethread"
34648 fi
34649 ;;
34650 esac
34651
34652 THREAD_OPTS="$THREAD_OPTS pthread none"
34653
34654 THREADS_OK=no
34655 for flag in $THREAD_OPTS; do
34656 case $flag in
34657 none)
34658 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
34659echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
34660 ;;
34661
34662 -*)
34663 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
34664echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
34665 THREADS_CFLAGS="$flag"
34666 ;;
34667
34668 *)
34669 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
34670echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
34671 THREADS_LINK="-l$flag"
34672 ;;
34673 esac
34674
34675 save_LIBS="$LIBS"
34676 save_CFLAGS="$CFLAGS"
34677 LIBS="$THREADS_LINK $LIBS"
34678 CFLAGS="$THREADS_CFLAGS $CFLAGS"
34679
34680 cat >conftest.$ac_ext <<_ACEOF
34681/* confdefs.h. */
34682_ACEOF
34683cat confdefs.h >>conftest.$ac_ext
34684cat >>conftest.$ac_ext <<_ACEOF
34685/* end confdefs.h. */
34686#include <pthread.h>
34687int
34688main ()
34689{
34690pthread_create(0,0,0,0);
34691 ;
34692 return 0;
34693}
34694_ACEOF
34695rm -f conftest.$ac_objext conftest$ac_exeext
34696if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34697 (eval $ac_link) 2>conftest.er1
a848cd7e 34698 ac_status=$?
ac1cb8d3
VS
34699 grep -v '^ *+' conftest.er1 >conftest.err
34700 rm -f conftest.er1
34701 cat conftest.err >&5
a848cd7e
SC
34702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34703 (exit $ac_status); } &&
ddd14b14
RR
34704 { ac_try='test -z "$ac_c_werror_flag"
34705 || test ! -s conftest.err'
ac1cb8d3
VS
34706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34707 (eval $ac_try) 2>&5
34708 ac_status=$?
34709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34710 (exit $ac_status); }; } &&
34711 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34713 (eval $ac_try) 2>&5
34714 ac_status=$?
34715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34716 (exit $ac_status); }; }; then
34717 THREADS_OK=yes
34718else
34719 echo "$as_me: failed program was:" >&5
34720sed 's/^/| /' conftest.$ac_ext >&5
34721
34722fi
ac1cb8d3
VS
34723rm -f conftest.err conftest.$ac_objext \
34724 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34725
34726 LIBS="$save_LIBS"
34727 CFLAGS="$save_CFLAGS"
34728
34729 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
34730echo "${ECHO_T}$THREADS_OK" >&6
34731 if test "x$THREADS_OK" = "xyes"; then
34732 break;
34733 fi
34734
34735 THREADS_LINK=""
34736 THREADS_CFLAGS=""
34737 done
34738
34739 if test "x$THREADS_OK" != "xyes"; then
34740 wxUSE_THREADS=no
34741 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
34742echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
34743 else
34744 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
34745 LIBS="$THREADS_LINK $LIBS"
34746
34747 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
34748echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
34749 flag=no
34750 case "${host}" in
34751 *-aix*)
34752 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
34753 flag="-D_THREAD_SAFE"
34754 ;;
34755 *-freebsd*)
34756 flag="-D_THREAD_SAFE"
34757 ;;
34758 *-hp-hpux* )
34759 flag="-D_REENTRANT"
34760 if test "x$GCC" != "xyes"; then
34761 flag="$flag -D_RWSTD_MULTI_THREAD"
34762 fi
34763 ;;
34764 *solaris* | alpha*-osf*)
34765 flag="-D_REENTRANT"
34766 ;;
34767 esac
34768 echo "$as_me:$LINENO: result: ${flag}" >&5
34769echo "${ECHO_T}${flag}" >&6
34770 if test "x$flag" != xno; then
34771 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
34772 fi
34773
34774 if test "x$THREADS_CFLAGS" != "x"; then
34775 CFLAGS="$CFLAGS $THREADS_CFLAGS"
34776 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
34777 fi
34778 fi
34779 fi
34780
34781 if test "$wxUSE_THREADS" = "yes" ; then
34782
34783for ac_func in thr_setconcurrency
34784do
34785as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34786echo "$as_me:$LINENO: checking for $ac_func" >&5
34787echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34788if eval "test \"\${$as_ac_var+set}\" = set"; then
34789 echo $ECHO_N "(cached) $ECHO_C" >&6
34790else
34791 cat >conftest.$ac_ext <<_ACEOF
34792/* confdefs.h. */
34793_ACEOF
34794cat confdefs.h >>conftest.$ac_ext
34795cat >>conftest.$ac_ext <<_ACEOF
34796/* end confdefs.h. */
ac1cb8d3
VS
34797/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34798 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34799#define $ac_func innocuous_$ac_func
34800
a848cd7e
SC
34801/* System header to define __stub macros and hopefully few prototypes,
34802 which can conflict with char $ac_func (); below.
34803 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34804 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34805
a848cd7e
SC
34806#ifdef __STDC__
34807# include <limits.h>
34808#else
34809# include <assert.h>
34810#endif
ac1cb8d3
VS
34811
34812#undef $ac_func
34813
a848cd7e
SC
34814/* Override any gcc2 internal prototype to avoid an error. */
34815#ifdef __cplusplus
34816extern "C"
34817{
34818#endif
34819/* We use char because int might match the return type of a gcc2
34820 builtin and then its argument prototype would still apply. */
34821char $ac_func ();
34822/* The GNU C library defines this for functions which it implements
34823 to always fail with ENOSYS. Some functions are actually named
34824 something starting with __ and the normal name is an alias. */
34825#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34826choke me
34827#else
34828char (*f) () = $ac_func;
34829#endif
34830#ifdef __cplusplus
34831}
34832#endif
34833
34834int
34835main ()
34836{
34837return f != $ac_func;
34838 ;
34839 return 0;
34840}
34841_ACEOF
34842rm -f conftest.$ac_objext conftest$ac_exeext
34843if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34844 (eval $ac_link) 2>conftest.er1
a848cd7e 34845 ac_status=$?
ac1cb8d3
VS
34846 grep -v '^ *+' conftest.er1 >conftest.err
34847 rm -f conftest.er1
34848 cat conftest.err >&5
a848cd7e
SC
34849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34850 (exit $ac_status); } &&
ddd14b14
RR
34851 { ac_try='test -z "$ac_c_werror_flag"
34852 || test ! -s conftest.err'
ac1cb8d3
VS
34853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34854 (eval $ac_try) 2>&5
34855 ac_status=$?
34856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34857 (exit $ac_status); }; } &&
34858 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34860 (eval $ac_try) 2>&5
34861 ac_status=$?
34862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34863 (exit $ac_status); }; }; then
34864 eval "$as_ac_var=yes"
34865else
34866 echo "$as_me: failed program was:" >&5
34867sed 's/^/| /' conftest.$ac_ext >&5
34868
34869eval "$as_ac_var=no"
34870fi
ac1cb8d3
VS
34871rm -f conftest.err conftest.$ac_objext \
34872 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34873fi
34874echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34875echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34876if test `eval echo '${'$as_ac_var'}'` = yes; then
34877 cat >>confdefs.h <<_ACEOF
34878#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34879_ACEOF
34880
34881fi
34882done
34883
34884
34885
34886for ac_header in sched.h
34887do
34888as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34889if eval "test \"\${$as_ac_Header+set}\" = set"; then
34890 echo "$as_me:$LINENO: checking for $ac_header" >&5
34891echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34892if eval "test \"\${$as_ac_Header+set}\" = set"; then
34893 echo $ECHO_N "(cached) $ECHO_C" >&6
34894fi
34895echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34896echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34897else
34898 # Is the header compilable?
34899echo "$as_me:$LINENO: checking $ac_header usability" >&5
34900echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34901cat >conftest.$ac_ext <<_ACEOF
34902/* confdefs.h. */
34903_ACEOF
34904cat confdefs.h >>conftest.$ac_ext
34905cat >>conftest.$ac_ext <<_ACEOF
34906/* end confdefs.h. */
34907$ac_includes_default
34908#include <$ac_header>
34909_ACEOF
34910rm -f conftest.$ac_objext
34911if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 34912 (eval $ac_compile) 2>conftest.er1
a848cd7e 34913 ac_status=$?
ac1cb8d3
VS
34914 grep -v '^ *+' conftest.er1 >conftest.err
34915 rm -f conftest.er1
34916 cat conftest.err >&5
a848cd7e
SC
34917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34918 (exit $ac_status); } &&
ddd14b14
RR
34919 { ac_try='test -z "$ac_c_werror_flag"
34920 || test ! -s conftest.err'
ac1cb8d3
VS
34921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34922 (eval $ac_try) 2>&5
34923 ac_status=$?
34924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34925 (exit $ac_status); }; } &&
34926 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
34927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34928 (eval $ac_try) 2>&5
34929 ac_status=$?
34930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34931 (exit $ac_status); }; }; then
34932 ac_header_compiler=yes
34933else
34934 echo "$as_me: failed program was:" >&5
34935sed 's/^/| /' conftest.$ac_ext >&5
34936
34937ac_header_compiler=no
34938fi
ac1cb8d3 34939rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
34940echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34941echo "${ECHO_T}$ac_header_compiler" >&6
34942
34943# Is the header present?
34944echo "$as_me:$LINENO: checking $ac_header presence" >&5
34945echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34946cat >conftest.$ac_ext <<_ACEOF
34947/* confdefs.h. */
34948_ACEOF
34949cat confdefs.h >>conftest.$ac_ext
34950cat >>conftest.$ac_ext <<_ACEOF
34951/* end confdefs.h. */
34952#include <$ac_header>
34953_ACEOF
34954if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34955 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
34956 ac_status=$?
34957 grep -v '^ *+' conftest.er1 >conftest.err
34958 rm -f conftest.er1
34959 cat conftest.err >&5
34960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34961 (exit $ac_status); } >/dev/null; then
34962 if test -s conftest.err; then
34963 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 34964 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
34965 else
34966 ac_cpp_err=
34967 fi
34968else
34969 ac_cpp_err=yes
34970fi
34971if test -z "$ac_cpp_err"; then
34972 ac_header_preproc=yes
34973else
34974 echo "$as_me: failed program was:" >&5
34975sed 's/^/| /' conftest.$ac_ext >&5
34976
34977 ac_header_preproc=no
34978fi
34979rm -f conftest.err conftest.$ac_ext
34980echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34981echo "${ECHO_T}$ac_header_preproc" >&6
34982
34983# So? What about this header?
ac1cb8d3
VS
34984case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34985 yes:no: )
a848cd7e
SC
34986 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34987echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
34988 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34989echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34990 ac_header_preproc=yes
a848cd7e 34991 ;;
ac1cb8d3 34992 no:yes:* )
a848cd7e
SC
34993 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34994echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
34995 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34996echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34997 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34998echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34999 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35000echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
35001 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35002echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
35003 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35004echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
35005 (
35006 cat <<\_ASBOX
ac1cb8d3
VS
35007## ----------------------------------------- ##
35008## Report this to wx-dev@lists.wxwidgets.org ##
35009## ----------------------------------------- ##
a848cd7e
SC
35010_ASBOX
35011 ) |
35012 sed "s/^/$as_me: WARNING: /" >&2
35013 ;;
35014esac
35015echo "$as_me:$LINENO: checking for $ac_header" >&5
35016echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35017if eval "test \"\${$as_ac_Header+set}\" = set"; then
35018 echo $ECHO_N "(cached) $ECHO_C" >&6
35019else
ac1cb8d3 35020 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
35021fi
35022echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35023echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35024
35025fi
35026if test `eval echo '${'$as_ac_Header'}'` = yes; then
35027 cat >>confdefs.h <<_ACEOF
35028#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35029_ACEOF
35030
35031fi
35032
35033done
35034
35035 if test "$ac_cv_header_sched_h" = "yes"; then
35036 echo "$as_me:$LINENO: checking for sched_yield" >&5
35037echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
35038if test "${ac_cv_func_sched_yield+set}" = set; then
35039 echo $ECHO_N "(cached) $ECHO_C" >&6
35040else
35041 cat >conftest.$ac_ext <<_ACEOF
35042/* confdefs.h. */
35043_ACEOF
35044cat confdefs.h >>conftest.$ac_ext
35045cat >>conftest.$ac_ext <<_ACEOF
35046/* end confdefs.h. */
ac1cb8d3
VS
35047/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
35048 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35049#define sched_yield innocuous_sched_yield
35050
a848cd7e
SC
35051/* System header to define __stub macros and hopefully few prototypes,
35052 which can conflict with char sched_yield (); below.
35053 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35054 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35055
a848cd7e
SC
35056#ifdef __STDC__
35057# include <limits.h>
35058#else
35059# include <assert.h>
35060#endif
ac1cb8d3
VS
35061
35062#undef sched_yield
35063
a848cd7e
SC
35064/* Override any gcc2 internal prototype to avoid an error. */
35065#ifdef __cplusplus
35066extern "C"
35067{
35068#endif
35069/* We use char because int might match the return type of a gcc2
35070 builtin and then its argument prototype would still apply. */
35071char sched_yield ();
35072/* The GNU C library defines this for functions which it implements
35073 to always fail with ENOSYS. Some functions are actually named
35074 something starting with __ and the normal name is an alias. */
35075#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
35076choke me
35077#else
35078char (*f) () = sched_yield;
35079#endif
35080#ifdef __cplusplus
35081}
35082#endif
35083
35084int
35085main ()
35086{
35087return f != sched_yield;
35088 ;
35089 return 0;
35090}
35091_ACEOF
35092rm -f conftest.$ac_objext conftest$ac_exeext
35093if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35094 (eval $ac_link) 2>conftest.er1
a848cd7e 35095 ac_status=$?
ac1cb8d3
VS
35096 grep -v '^ *+' conftest.er1 >conftest.err
35097 rm -f conftest.er1
35098 cat conftest.err >&5
a848cd7e
SC
35099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35100 (exit $ac_status); } &&
ddd14b14
RR
35101 { ac_try='test -z "$ac_c_werror_flag"
35102 || test ! -s conftest.err'
ac1cb8d3
VS
35103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35104 (eval $ac_try) 2>&5
35105 ac_status=$?
35106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35107 (exit $ac_status); }; } &&
35108 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35110 (eval $ac_try) 2>&5
35111 ac_status=$?
35112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35113 (exit $ac_status); }; }; then
35114 ac_cv_func_sched_yield=yes
35115else
35116 echo "$as_me: failed program was:" >&5
35117sed 's/^/| /' conftest.$ac_ext >&5
35118
35119ac_cv_func_sched_yield=no
35120fi
ac1cb8d3
VS
35121rm -f conftest.err conftest.$ac_objext \
35122 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35123fi
35124echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
35125echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
35126if test $ac_cv_func_sched_yield = yes; then
35127 cat >>confdefs.h <<\_ACEOF
35128#define HAVE_SCHED_YIELD 1
35129_ACEOF
35130
35131else
35132
35133 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
35134echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
35135if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
35136 echo $ECHO_N "(cached) $ECHO_C" >&6
35137else
35138 ac_check_lib_save_LIBS=$LIBS
35139LIBS="-lposix4 $LIBS"
35140cat >conftest.$ac_ext <<_ACEOF
35141/* confdefs.h. */
35142_ACEOF
35143cat confdefs.h >>conftest.$ac_ext
35144cat >>conftest.$ac_ext <<_ACEOF
35145/* end confdefs.h. */
35146
35147/* Override any gcc2 internal prototype to avoid an error. */
35148#ifdef __cplusplus
35149extern "C"
35150#endif
35151/* We use char because int might match the return type of a gcc2
35152 builtin and then its argument prototype would still apply. */
35153char sched_yield ();
35154int
35155main ()
35156{
35157sched_yield ();
35158 ;
35159 return 0;
35160}
35161_ACEOF
35162rm -f conftest.$ac_objext conftest$ac_exeext
35163if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35164 (eval $ac_link) 2>conftest.er1
a848cd7e 35165 ac_status=$?
ac1cb8d3
VS
35166 grep -v '^ *+' conftest.er1 >conftest.err
35167 rm -f conftest.er1
35168 cat conftest.err >&5
a848cd7e
SC
35169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35170 (exit $ac_status); } &&
ddd14b14
RR
35171 { ac_try='test -z "$ac_c_werror_flag"
35172 || test ! -s conftest.err'
ac1cb8d3
VS
35173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35174 (eval $ac_try) 2>&5
35175 ac_status=$?
35176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35177 (exit $ac_status); }; } &&
35178 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35180 (eval $ac_try) 2>&5
35181 ac_status=$?
35182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35183 (exit $ac_status); }; }; then
35184 ac_cv_lib_posix4_sched_yield=yes
35185else
35186 echo "$as_me: failed program was:" >&5
35187sed 's/^/| /' conftest.$ac_ext >&5
35188
35189ac_cv_lib_posix4_sched_yield=no
35190fi
ac1cb8d3
VS
35191rm -f conftest.err conftest.$ac_objext \
35192 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35193LIBS=$ac_check_lib_save_LIBS
35194fi
35195echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
35196echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
35197if test $ac_cv_lib_posix4_sched_yield = yes; then
35198 cat >>confdefs.h <<\_ACEOF
35199#define HAVE_SCHED_YIELD 1
35200_ACEOF
35201 POSIX4_LINK=" -lposix4"
35202else
35203 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
35204echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
35205
35206fi
35207
35208
35209
35210fi
35211
35212 fi
35213
35214 HAVE_PRIOR_FUNCS=0
35215 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
35216echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
35217if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
35218 echo $ECHO_N "(cached) $ECHO_C" >&6
35219else
35220 cat >conftest.$ac_ext <<_ACEOF
35221/* confdefs.h. */
35222_ACEOF
35223cat confdefs.h >>conftest.$ac_ext
35224cat >>conftest.$ac_ext <<_ACEOF
35225/* end confdefs.h. */
ac1cb8d3
VS
35226/* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
35227 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35228#define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
35229
a848cd7e
SC
35230/* System header to define __stub macros and hopefully few prototypes,
35231 which can conflict with char pthread_attr_getschedpolicy (); below.
35232 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35233 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35234
a848cd7e
SC
35235#ifdef __STDC__
35236# include <limits.h>
35237#else
35238# include <assert.h>
35239#endif
ac1cb8d3
VS
35240
35241#undef pthread_attr_getschedpolicy
35242
a848cd7e
SC
35243/* Override any gcc2 internal prototype to avoid an error. */
35244#ifdef __cplusplus
35245extern "C"
35246{
35247#endif
35248/* We use char because int might match the return type of a gcc2
35249 builtin and then its argument prototype would still apply. */
35250char pthread_attr_getschedpolicy ();
35251/* The GNU C library defines this for functions which it implements
35252 to always fail with ENOSYS. Some functions are actually named
35253 something starting with __ and the normal name is an alias. */
35254#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
35255choke me
35256#else
35257char (*f) () = pthread_attr_getschedpolicy;
35258#endif
35259#ifdef __cplusplus
35260}
35261#endif
35262
35263int
35264main ()
35265{
35266return f != pthread_attr_getschedpolicy;
35267 ;
35268 return 0;
35269}
35270_ACEOF
35271rm -f conftest.$ac_objext conftest$ac_exeext
35272if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35273 (eval $ac_link) 2>conftest.er1
a848cd7e 35274 ac_status=$?
ac1cb8d3
VS
35275 grep -v '^ *+' conftest.er1 >conftest.err
35276 rm -f conftest.er1
35277 cat conftest.err >&5
a848cd7e
SC
35278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35279 (exit $ac_status); } &&
ddd14b14
RR
35280 { ac_try='test -z "$ac_c_werror_flag"
35281 || test ! -s conftest.err'
ac1cb8d3
VS
35282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35283 (eval $ac_try) 2>&5
35284 ac_status=$?
35285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35286 (exit $ac_status); }; } &&
35287 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35289 (eval $ac_try) 2>&5
35290 ac_status=$?
35291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35292 (exit $ac_status); }; }; then
35293 ac_cv_func_pthread_attr_getschedpolicy=yes
35294else
35295 echo "$as_me: failed program was:" >&5
35296sed 's/^/| /' conftest.$ac_ext >&5
35297
35298ac_cv_func_pthread_attr_getschedpolicy=no
35299fi
ac1cb8d3
VS
35300rm -f conftest.err conftest.$ac_objext \
35301 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35302fi
35303echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
35304echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
35305if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
35306 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
35307echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
35308if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
35309 echo $ECHO_N "(cached) $ECHO_C" >&6
35310else
35311 cat >conftest.$ac_ext <<_ACEOF
35312/* confdefs.h. */
35313_ACEOF
35314cat confdefs.h >>conftest.$ac_ext
35315cat >>conftest.$ac_ext <<_ACEOF
35316/* end confdefs.h. */
ac1cb8d3
VS
35317/* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
35318 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35319#define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
35320
a848cd7e
SC
35321/* System header to define __stub macros and hopefully few prototypes,
35322 which can conflict with char pthread_attr_setschedparam (); below.
35323 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35324 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35325
a848cd7e
SC
35326#ifdef __STDC__
35327# include <limits.h>
35328#else
35329# include <assert.h>
35330#endif
ac1cb8d3
VS
35331
35332#undef pthread_attr_setschedparam
35333
a848cd7e
SC
35334/* Override any gcc2 internal prototype to avoid an error. */
35335#ifdef __cplusplus
35336extern "C"
35337{
35338#endif
35339/* We use char because int might match the return type of a gcc2
35340 builtin and then its argument prototype would still apply. */
35341char pthread_attr_setschedparam ();
35342/* The GNU C library defines this for functions which it implements
35343 to always fail with ENOSYS. Some functions are actually named
35344 something starting with __ and the normal name is an alias. */
35345#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
35346choke me
35347#else
35348char (*f) () = pthread_attr_setschedparam;
35349#endif
35350#ifdef __cplusplus
35351}
35352#endif
35353
35354int
35355main ()
35356{
35357return f != pthread_attr_setschedparam;
35358 ;
35359 return 0;
35360}
35361_ACEOF
35362rm -f conftest.$ac_objext conftest$ac_exeext
35363if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35364 (eval $ac_link) 2>conftest.er1
a848cd7e 35365 ac_status=$?
ac1cb8d3
VS
35366 grep -v '^ *+' conftest.er1 >conftest.err
35367 rm -f conftest.er1
35368 cat conftest.err >&5
a848cd7e
SC
35369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35370 (exit $ac_status); } &&
ddd14b14
RR
35371 { ac_try='test -z "$ac_c_werror_flag"
35372 || test ! -s conftest.err'
ac1cb8d3
VS
35373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35374 (eval $ac_try) 2>&5
35375 ac_status=$?
35376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35377 (exit $ac_status); }; } &&
35378 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35380 (eval $ac_try) 2>&5
35381 ac_status=$?
35382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35383 (exit $ac_status); }; }; then
35384 ac_cv_func_pthread_attr_setschedparam=yes
35385else
35386 echo "$as_me: failed program was:" >&5
35387sed 's/^/| /' conftest.$ac_ext >&5
35388
35389ac_cv_func_pthread_attr_setschedparam=no
35390fi
ac1cb8d3
VS
35391rm -f conftest.err conftest.$ac_objext \
35392 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35393fi
35394echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
35395echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
35396if test $ac_cv_func_pthread_attr_setschedparam = yes; then
35397 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
35398echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
35399if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
35400 echo $ECHO_N "(cached) $ECHO_C" >&6
35401else
35402 cat >conftest.$ac_ext <<_ACEOF
35403/* confdefs.h. */
35404_ACEOF
35405cat confdefs.h >>conftest.$ac_ext
35406cat >>conftest.$ac_ext <<_ACEOF
35407/* end confdefs.h. */
ac1cb8d3
VS
35408/* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
35409 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35410#define sched_get_priority_max innocuous_sched_get_priority_max
35411
a848cd7e
SC
35412/* System header to define __stub macros and hopefully few prototypes,
35413 which can conflict with char sched_get_priority_max (); below.
35414 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35415 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35416
a848cd7e
SC
35417#ifdef __STDC__
35418# include <limits.h>
35419#else
35420# include <assert.h>
35421#endif
ac1cb8d3
VS
35422
35423#undef sched_get_priority_max
35424
a848cd7e
SC
35425/* Override any gcc2 internal prototype to avoid an error. */
35426#ifdef __cplusplus
35427extern "C"
35428{
35429#endif
35430/* We use char because int might match the return type of a gcc2
35431 builtin and then its argument prototype would still apply. */
35432char sched_get_priority_max ();
35433/* The GNU C library defines this for functions which it implements
35434 to always fail with ENOSYS. Some functions are actually named
35435 something starting with __ and the normal name is an alias. */
35436#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
35437choke me
35438#else
35439char (*f) () = sched_get_priority_max;
35440#endif
35441#ifdef __cplusplus
35442}
35443#endif
35444
35445int
35446main ()
35447{
35448return f != sched_get_priority_max;
35449 ;
35450 return 0;
35451}
35452_ACEOF
35453rm -f conftest.$ac_objext conftest$ac_exeext
35454if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35455 (eval $ac_link) 2>conftest.er1
a848cd7e 35456 ac_status=$?
ac1cb8d3
VS
35457 grep -v '^ *+' conftest.er1 >conftest.err
35458 rm -f conftest.er1
35459 cat conftest.err >&5
a848cd7e
SC
35460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35461 (exit $ac_status); } &&
ddd14b14
RR
35462 { ac_try='test -z "$ac_c_werror_flag"
35463 || test ! -s conftest.err'
ac1cb8d3
VS
35464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35465 (eval $ac_try) 2>&5
35466 ac_status=$?
35467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35468 (exit $ac_status); }; } &&
35469 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35471 (eval $ac_try) 2>&5
35472 ac_status=$?
35473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35474 (exit $ac_status); }; }; then
35475 ac_cv_func_sched_get_priority_max=yes
35476else
35477 echo "$as_me: failed program was:" >&5
35478sed 's/^/| /' conftest.$ac_ext >&5
35479
35480ac_cv_func_sched_get_priority_max=no
35481fi
ac1cb8d3
VS
35482rm -f conftest.err conftest.$ac_objext \
35483 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35484fi
35485echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
35486echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
35487if test $ac_cv_func_sched_get_priority_max = yes; then
35488 HAVE_PRIOR_FUNCS=1
35489else
35490 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
35491echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
35492if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
35493 echo $ECHO_N "(cached) $ECHO_C" >&6
35494else
35495 ac_check_lib_save_LIBS=$LIBS
35496LIBS="-lposix4 $LIBS"
35497cat >conftest.$ac_ext <<_ACEOF
35498/* confdefs.h. */
35499_ACEOF
35500cat confdefs.h >>conftest.$ac_ext
35501cat >>conftest.$ac_ext <<_ACEOF
35502/* end confdefs.h. */
35503
35504/* Override any gcc2 internal prototype to avoid an error. */
35505#ifdef __cplusplus
35506extern "C"
35507#endif
35508/* We use char because int might match the return type of a gcc2
35509 builtin and then its argument prototype would still apply. */
35510char sched_get_priority_max ();
35511int
35512main ()
35513{
35514sched_get_priority_max ();
35515 ;
35516 return 0;
35517}
35518_ACEOF
35519rm -f conftest.$ac_objext conftest$ac_exeext
35520if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35521 (eval $ac_link) 2>conftest.er1
a848cd7e 35522 ac_status=$?
ac1cb8d3
VS
35523 grep -v '^ *+' conftest.er1 >conftest.err
35524 rm -f conftest.er1
35525 cat conftest.err >&5
a848cd7e
SC
35526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35527 (exit $ac_status); } &&
ddd14b14
RR
35528 { ac_try='test -z "$ac_c_werror_flag"
35529 || test ! -s conftest.err'
ac1cb8d3
VS
35530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35531 (eval $ac_try) 2>&5
35532 ac_status=$?
35533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35534 (exit $ac_status); }; } &&
35535 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35537 (eval $ac_try) 2>&5
35538 ac_status=$?
35539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35540 (exit $ac_status); }; }; then
35541 ac_cv_lib_posix4_sched_get_priority_max=yes
35542else
35543 echo "$as_me: failed program was:" >&5
35544sed 's/^/| /' conftest.$ac_ext >&5
35545
35546ac_cv_lib_posix4_sched_get_priority_max=no
35547fi
ac1cb8d3
VS
35548rm -f conftest.err conftest.$ac_objext \
35549 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35550LIBS=$ac_check_lib_save_LIBS
35551fi
35552echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
35553echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
35554if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
35555
35556 HAVE_PRIOR_FUNCS=1
35557 POSIX4_LINK=" -lposix4"
35558
35559fi
35560
35561
35562fi
35563
35564
35565fi
35566
35567
35568fi
35569
35570
35571 if test "$HAVE_PRIOR_FUNCS" = 1; then
35572 cat >>confdefs.h <<\_ACEOF
35573#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
35574_ACEOF
35575
35576 else
35577 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
35578echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
35579 fi
35580
35581 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
35582echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
35583if test "${ac_cv_func_pthread_cancel+set}" = set; then
35584 echo $ECHO_N "(cached) $ECHO_C" >&6
35585else
35586 cat >conftest.$ac_ext <<_ACEOF
35587/* confdefs.h. */
35588_ACEOF
35589cat confdefs.h >>conftest.$ac_ext
35590cat >>conftest.$ac_ext <<_ACEOF
35591/* end confdefs.h. */
ac1cb8d3
VS
35592/* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
35593 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35594#define pthread_cancel innocuous_pthread_cancel
35595
a848cd7e
SC
35596/* System header to define __stub macros and hopefully few prototypes,
35597 which can conflict with char pthread_cancel (); below.
35598 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35599 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35600
a848cd7e
SC
35601#ifdef __STDC__
35602# include <limits.h>
35603#else
35604# include <assert.h>
35605#endif
ac1cb8d3
VS
35606
35607#undef pthread_cancel
35608
a848cd7e
SC
35609/* Override any gcc2 internal prototype to avoid an error. */
35610#ifdef __cplusplus
35611extern "C"
35612{
35613#endif
35614/* We use char because int might match the return type of a gcc2
35615 builtin and then its argument prototype would still apply. */
35616char pthread_cancel ();
35617/* The GNU C library defines this for functions which it implements
35618 to always fail with ENOSYS. Some functions are actually named
35619 something starting with __ and the normal name is an alias. */
35620#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
35621choke me
35622#else
35623char (*f) () = pthread_cancel;
35624#endif
35625#ifdef __cplusplus
35626}
35627#endif
35628
35629int
35630main ()
35631{
35632return f != pthread_cancel;
35633 ;
35634 return 0;
35635}
35636_ACEOF
35637rm -f conftest.$ac_objext conftest$ac_exeext
35638if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35639 (eval $ac_link) 2>conftest.er1
a848cd7e 35640 ac_status=$?
ac1cb8d3
VS
35641 grep -v '^ *+' conftest.er1 >conftest.err
35642 rm -f conftest.er1
35643 cat conftest.err >&5
a848cd7e
SC
35644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35645 (exit $ac_status); } &&
ddd14b14
RR
35646 { ac_try='test -z "$ac_c_werror_flag"
35647 || test ! -s conftest.err'
ac1cb8d3
VS
35648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35649 (eval $ac_try) 2>&5
35650 ac_status=$?
35651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35652 (exit $ac_status); }; } &&
35653 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35655 (eval $ac_try) 2>&5
35656 ac_status=$?
35657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35658 (exit $ac_status); }; }; then
35659 ac_cv_func_pthread_cancel=yes
35660else
35661 echo "$as_me: failed program was:" >&5
35662sed 's/^/| /' conftest.$ac_ext >&5
35663
35664ac_cv_func_pthread_cancel=no
35665fi
ac1cb8d3
VS
35666rm -f conftest.err conftest.$ac_objext \
35667 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35668fi
35669echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
35670echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
35671if test $ac_cv_func_pthread_cancel = yes; then
35672 cat >>confdefs.h <<\_ACEOF
35673#define HAVE_PTHREAD_CANCEL 1
35674_ACEOF
35675
35676else
35677 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
35678echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
35679fi
35680
35681
abc736fd
MW
35682 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
35683echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
35684if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
35685 echo $ECHO_N "(cached) $ECHO_C" >&6
35686else
35687 cat >conftest.$ac_ext <<_ACEOF
35688/* confdefs.h. */
35689_ACEOF
35690cat confdefs.h >>conftest.$ac_ext
35691cat >>conftest.$ac_ext <<_ACEOF
35692/* end confdefs.h. */
35693/* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
35694 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35695#define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
35696
35697/* System header to define __stub macros and hopefully few prototypes,
35698 which can conflict with char pthread_attr_setstacksize (); below.
35699 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35700 <limits.h> exists even on freestanding compilers. */
35701
35702#ifdef __STDC__
35703# include <limits.h>
35704#else
35705# include <assert.h>
35706#endif
35707
35708#undef pthread_attr_setstacksize
35709
35710/* Override any gcc2 internal prototype to avoid an error. */
35711#ifdef __cplusplus
35712extern "C"
35713{
35714#endif
35715/* We use char because int might match the return type of a gcc2
35716 builtin and then its argument prototype would still apply. */
35717char pthread_attr_setstacksize ();
35718/* The GNU C library defines this for functions which it implements
35719 to always fail with ENOSYS. Some functions are actually named
35720 something starting with __ and the normal name is an alias. */
35721#if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
35722choke me
35723#else
35724char (*f) () = pthread_attr_setstacksize;
35725#endif
35726#ifdef __cplusplus
35727}
35728#endif
35729
35730int
35731main ()
35732{
35733return f != pthread_attr_setstacksize;
35734 ;
35735 return 0;
35736}
35737_ACEOF
35738rm -f conftest.$ac_objext conftest$ac_exeext
35739if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35740 (eval $ac_link) 2>conftest.er1
35741 ac_status=$?
35742 grep -v '^ *+' conftest.er1 >conftest.err
35743 rm -f conftest.er1
35744 cat conftest.err >&5
35745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35746 (exit $ac_status); } &&
ddd14b14
RR
35747 { ac_try='test -z "$ac_c_werror_flag"
35748 || test ! -s conftest.err'
abc736fd
MW
35749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35750 (eval $ac_try) 2>&5
35751 ac_status=$?
35752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35753 (exit $ac_status); }; } &&
35754 { ac_try='test -s conftest$ac_exeext'
35755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35756 (eval $ac_try) 2>&5
35757 ac_status=$?
35758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35759 (exit $ac_status); }; }; then
35760 ac_cv_func_pthread_attr_setstacksize=yes
35761else
35762 echo "$as_me: failed program was:" >&5
35763sed 's/^/| /' conftest.$ac_ext >&5
35764
35765ac_cv_func_pthread_attr_setstacksize=no
35766fi
35767rm -f conftest.err conftest.$ac_objext \
35768 conftest$ac_exeext conftest.$ac_ext
35769fi
35770echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
35771echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
35772if test $ac_cv_func_pthread_attr_setstacksize = yes; then
35773 cat >>confdefs.h <<\_ACEOF
35774#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
35775_ACEOF
35776
35777fi
35778
a848cd7e
SC
35779
35780
35781 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
35782echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
35783if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
35784 echo $ECHO_N "(cached) $ECHO_C" >&6
35785else
35786
35787 cat >conftest.$ac_ext <<_ACEOF
35788/* confdefs.h. */
35789_ACEOF
35790cat confdefs.h >>conftest.$ac_ext
35791cat >>conftest.$ac_ext <<_ACEOF
35792/* end confdefs.h. */
35793#include <pthread.h>
35794int
35795main ()
35796{
35797
35798 pthread_mutexattr_t attr;
35799 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
35800
35801 ;
35802 return 0;
35803}
35804_ACEOF
35805rm -f conftest.$ac_objext
35806if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35807 (eval $ac_compile) 2>conftest.er1
a848cd7e 35808 ac_status=$?
ac1cb8d3
VS
35809 grep -v '^ *+' conftest.er1 >conftest.err
35810 rm -f conftest.er1
35811 cat conftest.err >&5
a848cd7e
SC
35812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35813 (exit $ac_status); } &&
ddd14b14
RR
35814 { ac_try='test -z "$ac_c_werror_flag"
35815 || test ! -s conftest.err'
ac1cb8d3
VS
35816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35817 (eval $ac_try) 2>&5
35818 ac_status=$?
35819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35820 (exit $ac_status); }; } &&
35821 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35823 (eval $ac_try) 2>&5
35824 ac_status=$?
35825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35826 (exit $ac_status); }; }; then
35827
35828 wx_cv_type_pthread_mutexattr_t=yes
35829
35830else
35831 echo "$as_me: failed program was:" >&5
35832sed 's/^/| /' conftest.$ac_ext >&5
35833
35834
35835 wx_cv_type_pthread_mutexattr_t=no
35836
35837
35838fi
ac1cb8d3 35839rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
35840
35841fi
35842echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
35843echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
35844
35845 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
35846 cat >>confdefs.h <<\_ACEOF
35847#define HAVE_PTHREAD_MUTEXATTR_T 1
35848_ACEOF
35849
35850 else
35851 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
35852echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
35853if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
35854 echo $ECHO_N "(cached) $ECHO_C" >&6
35855else
35856
35857 cat >conftest.$ac_ext <<_ACEOF
35858/* confdefs.h. */
35859_ACEOF
35860cat confdefs.h >>conftest.$ac_ext
35861cat >>conftest.$ac_ext <<_ACEOF
35862/* end confdefs.h. */
35863#include <pthread.h>
35864int
35865main ()
35866{
35867
35868 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
35869
35870 ;
35871 return 0;
35872}
35873_ACEOF
35874rm -f conftest.$ac_objext
35875if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35876 (eval $ac_compile) 2>conftest.er1
a848cd7e 35877 ac_status=$?
ac1cb8d3
VS
35878 grep -v '^ *+' conftest.er1 >conftest.err
35879 rm -f conftest.er1
35880 cat conftest.err >&5
a848cd7e
SC
35881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35882 (exit $ac_status); } &&
ddd14b14
RR
35883 { ac_try='test -z "$ac_c_werror_flag"
35884 || test ! -s conftest.err'
ac1cb8d3
VS
35885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35886 (eval $ac_try) 2>&5
35887 ac_status=$?
35888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35889 (exit $ac_status); }; } &&
35890 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35892 (eval $ac_try) 2>&5
35893 ac_status=$?
35894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35895 (exit $ac_status); }; }; then
35896
35897 wx_cv_type_pthread_rec_mutex_init=yes
35898
35899else
35900 echo "$as_me: failed program was:" >&5
35901sed 's/^/| /' conftest.$ac_ext >&5
35902
35903
35904 wx_cv_type_pthread_rec_mutex_init=no
35905
35906
35907fi
ac1cb8d3 35908rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
35909
35910fi
35911echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
35912echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
35913 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
35914 cat >>confdefs.h <<\_ACEOF
35915#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
35916_ACEOF
35917
35918 else
35919 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
35920echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
35921 fi
35922 fi
35923 fi
35924
35925else
35926 if test "$wxUSE_THREADS" = "yes" ; then
35927 case "${host}" in
35928 *-*-mingw32* )
35929 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
35930echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
35931if test "${wx_cv_cflags_mthread+set}" = set; then
35932 echo $ECHO_N "(cached) $ECHO_C" >&6
35933else
35934
35935 CFLAGS_OLD="$CFLAGS"
35936 CFLAGS="$CFLAGS -mthreads"
35937 cat >conftest.$ac_ext <<_ACEOF
35938/* confdefs.h. */
35939_ACEOF
35940cat confdefs.h >>conftest.$ac_ext
35941cat >>conftest.$ac_ext <<_ACEOF
35942/* end confdefs.h. */
35943
35944int
35945main ()
35946{
35947
35948 ;
35949 return 0;
35950}
35951_ACEOF
35952rm -f conftest.$ac_objext
35953if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35954 (eval $ac_compile) 2>conftest.er1
a848cd7e 35955 ac_status=$?
ac1cb8d3
VS
35956 grep -v '^ *+' conftest.er1 >conftest.err
35957 rm -f conftest.er1
35958 cat conftest.err >&5
a848cd7e
SC
35959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35960 (exit $ac_status); } &&
ddd14b14
RR
35961 { ac_try='test -z "$ac_c_werror_flag"
35962 || test ! -s conftest.err'
ac1cb8d3
VS
35963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35964 (eval $ac_try) 2>&5
35965 ac_status=$?
35966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35967 (exit $ac_status); }; } &&
35968 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35970 (eval $ac_try) 2>&5
35971 ac_status=$?
35972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35973 (exit $ac_status); }; }; then
35974 wx_cv_cflags_mthread=yes
35975else
35976 echo "$as_me: failed program was:" >&5
35977sed 's/^/| /' conftest.$ac_ext >&5
35978
35979wx_cv_cflags_mthread=no
35980
35981fi
ac1cb8d3 35982rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
35983
35984
35985fi
35986echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
35987echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
35988
35989 if test "$wx_cv_cflags_mthread" = "yes"; then
35990 CXXFLAGS="$CXXFLAGS -mthreads"
35991 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
35992 LDFLAGS="$LDFLAGS -mthreads"
35993 else
35994 CFLAGS="$CFLAGS_OLD"
35995 fi
35996 ;;
35997 *-pc-os2*emx )
35998 CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
35999 CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
36000 LDFLAGS="$LDFLAGS -Zmt"
36001 ;;
36002 esac
36003 fi
36004fi
36005
36006if test "$wxUSE_THREADS" = "yes"; then
36007 cat >>confdefs.h <<\_ACEOF
36008#define wxUSE_THREADS 1
36009_ACEOF
36010
36011
36012 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
36013else
36014 if test "$ac_cv_func_strtok_r" = "yes"; then
36015 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
36016echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
36017 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
36018 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
36019 echo "$as_me:$LINENO: result: yes" >&5
36020echo "${ECHO_T}yes" >&6
36021 else
36022 echo "$as_me:$LINENO: result: no" >&5
36023echo "${ECHO_T}no" >&6
36024 fi
36025 fi
36026fi
36027
36028if test "$WXGTK20" = 1 ; then
36029 cat >>confdefs.h <<_ACEOF
36030#define __WXGTK20__ $WXGTK20
36031_ACEOF
36032
36033 WXGTK12=1
36034fi
36035
36036if test "$WXGTK12" = 1 ; then
36037 cat >>confdefs.h <<_ACEOF
36038#define __WXGTK12__ $WXGTK12
36039_ACEOF
36040
36041fi
36042
36043if test "$WXGTK127" = 1 ; then
36044 cat >>confdefs.h <<_ACEOF
36045#define __WXGTK127__ $WXGTK127
36046_ACEOF
36047
36048fi
36049
36050if test "$WXGPE" = 1 ; then
36051 cat >>confdefs.h <<_ACEOF
36052#define __WXGPE__ $WXGPE
36053_ACEOF
36054
36055fi
36056
36057WXDEBUG=
36058
36059if test "$wxUSE_DEBUG_INFO" = "yes" ; then
36060 WXDEBUG="-g"
36061 wxUSE_OPTIMISE=no
36062fi
36063
36064if test "$wxUSE_DEBUG_GDB" = "yes" ; then
36065 wxUSE_DEBUG_INFO=yes
18228ab4
MW
36066 if test "$GCC" = yes; then
36067 WXDEBUG="-ggdb"
36068 fi
a848cd7e
SC
36069fi
36070
36071if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
36072 cat >>confdefs.h <<\_ACEOF
36073#define WXDEBUG 1
36074_ACEOF
36075
36076 WXDEBUG_DEFINE="-D__WXDEBUG__"
36077else
36078 if test "$wxUSE_GTK" = 1 ; then
36079 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
36080 fi
36081fi
36082
36083if test "$wxUSE_MEM_TRACING" = "yes" ; then
36084 cat >>confdefs.h <<\_ACEOF
36085#define wxUSE_MEMORY_TRACING 1
36086_ACEOF
36087
36088 cat >>confdefs.h <<\_ACEOF
36089#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
36090_ACEOF
36091
36092 cat >>confdefs.h <<\_ACEOF
36093#define wxUSE_DEBUG_NEW_ALWAYS 1
36094_ACEOF
36095
36096 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
36097fi
36098
36099if test "$wxUSE_DMALLOC" = "yes" ; then
df1b269d 36100 DMALLOC_LIBS="-ldmallocthcxx"
a848cd7e
SC
36101fi
36102
36103PROFILE=
36104if test "$wxUSE_PROFILE" = "yes" ; then
36105 PROFILE=" -pg"
36106fi
36107
36108CODE_GEN_FLAGS=
36109CODE_GEN_FLAGS_CXX=
36110if test "$GCC" = "yes" ; then
36111 if test "$wxUSE_NO_RTTI" = "yes" ; then
36112 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
36113 fi
36114 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36115 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
36116 fi
36117 if test "$wxUSE_PERMISSIVE" = "yes" ; then
36118 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
36119 fi
36120
36121 case "${host}" in
36122 powerpc*-*-aix* )
36123 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
36124 ;;
36125 *-hppa* )
36126 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
36127 ;;
36128 esac
36129fi
36130
36131OPTIMISE=
36132if test "$wxUSE_OPTIMISE" = "no" ; then
36133 if test "$GCC" = yes ; then
36134 OPTIMISE="-O0"
36135 fi
36136else
36137 if test "$GCC" = yes ; then
36138 OPTIMISE="-O2"
36139
36140 case "${host}" in
36141 i586-*-*|i686-*-* )
36142 OPTIMISE="${OPTIMISE} "
36143 ;;
36144 esac
36145 else
36146 OPTIMISE="-O"
36147 fi
36148fi
36149
36150
36151if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
36152 cat >>confdefs.h <<\_ACEOF
36153#define WXWIN_COMPATIBILITY_2_2 1
36154_ACEOF
36155
36156
36157 WXWIN_COMPATIBILITY_2_4="yes"
36158fi
36159
36160if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
36161 cat >>confdefs.h <<\_ACEOF
36162#define WXWIN_COMPATIBILITY_2_4 1
36163_ACEOF
36164
36165fi
36166
36167
36168if test "$wxUSE_GUI" = "yes"; then
881bfcd6 36169 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
36170#define wxUSE_GUI 1
36171_ACEOF
36172
36173
370fd4c2 36174 fi
a848cd7e
SC
36175
36176
36177if test "$wxUSE_UNIX" = "yes"; then
36178 cat >>confdefs.h <<\_ACEOF
36179#define wxUSE_UNIX 1
36180_ACEOF
36181
36182fi
36183
36184
36185if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36186
36187 HAVE_DL_FUNCS=0
36188 HAVE_SHL_FUNCS=0
36189 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36190 if test "$USE_DARWIN" = 1; then
36191 HAVE_DL_FUNCS=1
47a7e797
MW
36192 elif test "$USE_DOS" = 1; then
36193 HAVE_DL_FUNCS=0
a848cd7e
SC
36194 else
36195
36196for ac_func in dlopen
36197do
36198as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36199echo "$as_me:$LINENO: checking for $ac_func" >&5
36200echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36201if eval "test \"\${$as_ac_var+set}\" = set"; then
36202 echo $ECHO_N "(cached) $ECHO_C" >&6
36203else
36204 cat >conftest.$ac_ext <<_ACEOF
36205/* confdefs.h. */
36206_ACEOF
36207cat confdefs.h >>conftest.$ac_ext
36208cat >>conftest.$ac_ext <<_ACEOF
36209/* end confdefs.h. */
ac1cb8d3
VS
36210/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36212#define $ac_func innocuous_$ac_func
36213
a848cd7e
SC
36214/* System header to define __stub macros and hopefully few prototypes,
36215 which can conflict with char $ac_func (); below.
36216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36217 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36218
a848cd7e
SC
36219#ifdef __STDC__
36220# include <limits.h>
36221#else
36222# include <assert.h>
36223#endif
ac1cb8d3
VS
36224
36225#undef $ac_func
36226
a848cd7e
SC
36227/* Override any gcc2 internal prototype to avoid an error. */
36228#ifdef __cplusplus
36229extern "C"
36230{
36231#endif
36232/* We use char because int might match the return type of a gcc2
36233 builtin and then its argument prototype would still apply. */
36234char $ac_func ();
36235/* The GNU C library defines this for functions which it implements
36236 to always fail with ENOSYS. Some functions are actually named
36237 something starting with __ and the normal name is an alias. */
36238#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36239choke me
36240#else
36241char (*f) () = $ac_func;
36242#endif
36243#ifdef __cplusplus
36244}
36245#endif
36246
36247int
36248main ()
36249{
36250return f != $ac_func;
36251 ;
36252 return 0;
36253}
36254_ACEOF
36255rm -f conftest.$ac_objext conftest$ac_exeext
36256if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36257 (eval $ac_link) 2>conftest.er1
a848cd7e 36258 ac_status=$?
ac1cb8d3
VS
36259 grep -v '^ *+' conftest.er1 >conftest.err
36260 rm -f conftest.er1
36261 cat conftest.err >&5
a848cd7e
SC
36262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36263 (exit $ac_status); } &&
ddd14b14
RR
36264 { ac_try='test -z "$ac_c_werror_flag"
36265 || test ! -s conftest.err'
ac1cb8d3
VS
36266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36267 (eval $ac_try) 2>&5
36268 ac_status=$?
36269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36270 (exit $ac_status); }; } &&
36271 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36273 (eval $ac_try) 2>&5
36274 ac_status=$?
36275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36276 (exit $ac_status); }; }; then
36277 eval "$as_ac_var=yes"
36278else
36279 echo "$as_me: failed program was:" >&5
36280sed 's/^/| /' conftest.$ac_ext >&5
36281
36282eval "$as_ac_var=no"
36283fi
ac1cb8d3
VS
36284rm -f conftest.err conftest.$ac_objext \
36285 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36286fi
36287echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36288echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36289if test `eval echo '${'$as_ac_var'}'` = yes; then
36290 cat >>confdefs.h <<_ACEOF
36291#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36292_ACEOF
36293
36294 cat >>confdefs.h <<\_ACEOF
36295#define HAVE_DLOPEN 1
36296_ACEOF
36297
36298 HAVE_DL_FUNCS=1
36299
36300else
36301
36302 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
36303echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
36304if test "${ac_cv_lib_dl_dlopen+set}" = set; then
36305 echo $ECHO_N "(cached) $ECHO_C" >&6
36306else
36307 ac_check_lib_save_LIBS=$LIBS
36308LIBS="-ldl $LIBS"
36309cat >conftest.$ac_ext <<_ACEOF
36310/* confdefs.h. */
36311_ACEOF
36312cat confdefs.h >>conftest.$ac_ext
36313cat >>conftest.$ac_ext <<_ACEOF
36314/* end confdefs.h. */
36315
36316/* Override any gcc2 internal prototype to avoid an error. */
36317#ifdef __cplusplus
36318extern "C"
36319#endif
36320/* We use char because int might match the return type of a gcc2
36321 builtin and then its argument prototype would still apply. */
36322char dlopen ();
36323int
36324main ()
36325{
36326dlopen ();
36327 ;
36328 return 0;
36329}
36330_ACEOF
36331rm -f conftest.$ac_objext conftest$ac_exeext
36332if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36333 (eval $ac_link) 2>conftest.er1
a848cd7e 36334 ac_status=$?
ac1cb8d3
VS
36335 grep -v '^ *+' conftest.er1 >conftest.err
36336 rm -f conftest.er1
36337 cat conftest.err >&5
a848cd7e
SC
36338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36339 (exit $ac_status); } &&
ddd14b14
RR
36340 { ac_try='test -z "$ac_c_werror_flag"
36341 || test ! -s conftest.err'
ac1cb8d3
VS
36342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36343 (eval $ac_try) 2>&5
36344 ac_status=$?
36345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36346 (exit $ac_status); }; } &&
36347 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36349 (eval $ac_try) 2>&5
36350 ac_status=$?
36351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36352 (exit $ac_status); }; }; then
36353 ac_cv_lib_dl_dlopen=yes
36354else
36355 echo "$as_me: failed program was:" >&5
36356sed 's/^/| /' conftest.$ac_ext >&5
36357
36358ac_cv_lib_dl_dlopen=no
36359fi
ac1cb8d3
VS
36360rm -f conftest.err conftest.$ac_objext \
36361 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36362LIBS=$ac_check_lib_save_LIBS
36363fi
36364echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
36365echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
36366if test $ac_cv_lib_dl_dlopen = yes; then
36367
36368 cat >>confdefs.h <<\_ACEOF
36369#define HAVE_DLOPEN 1
36370_ACEOF
36371
36372 HAVE_DL_FUNCS=1
36373 DL_LINK=" -ldl$DL_LINK"
36374
36375else
36376
36377
36378for ac_func in shl_load
36379do
36380as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36381echo "$as_me:$LINENO: checking for $ac_func" >&5
36382echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36383if eval "test \"\${$as_ac_var+set}\" = set"; then
36384 echo $ECHO_N "(cached) $ECHO_C" >&6
36385else
36386 cat >conftest.$ac_ext <<_ACEOF
36387/* confdefs.h. */
36388_ACEOF
36389cat confdefs.h >>conftest.$ac_ext
36390cat >>conftest.$ac_ext <<_ACEOF
36391/* end confdefs.h. */
ac1cb8d3
VS
36392/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36393 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36394#define $ac_func innocuous_$ac_func
36395
a848cd7e
SC
36396/* System header to define __stub macros and hopefully few prototypes,
36397 which can conflict with char $ac_func (); below.
36398 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36399 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36400
a848cd7e
SC
36401#ifdef __STDC__
36402# include <limits.h>
36403#else
36404# include <assert.h>
36405#endif
ac1cb8d3
VS
36406
36407#undef $ac_func
36408
a848cd7e
SC
36409/* Override any gcc2 internal prototype to avoid an error. */
36410#ifdef __cplusplus
36411extern "C"
36412{
36413#endif
36414/* We use char because int might match the return type of a gcc2
36415 builtin and then its argument prototype would still apply. */
36416char $ac_func ();
36417/* The GNU C library defines this for functions which it implements
36418 to always fail with ENOSYS. Some functions are actually named
36419 something starting with __ and the normal name is an alias. */
36420#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36421choke me
36422#else
36423char (*f) () = $ac_func;
36424#endif
36425#ifdef __cplusplus
36426}
36427#endif
36428
36429int
36430main ()
36431{
36432return f != $ac_func;
36433 ;
36434 return 0;
36435}
36436_ACEOF
36437rm -f conftest.$ac_objext conftest$ac_exeext
36438if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36439 (eval $ac_link) 2>conftest.er1
a848cd7e 36440 ac_status=$?
ac1cb8d3
VS
36441 grep -v '^ *+' conftest.er1 >conftest.err
36442 rm -f conftest.er1
36443 cat conftest.err >&5
a848cd7e
SC
36444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36445 (exit $ac_status); } &&
ddd14b14
RR
36446 { ac_try='test -z "$ac_c_werror_flag"
36447 || test ! -s conftest.err'
ac1cb8d3
VS
36448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36449 (eval $ac_try) 2>&5
36450 ac_status=$?
36451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36452 (exit $ac_status); }; } &&
36453 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36455 (eval $ac_try) 2>&5
36456 ac_status=$?
36457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36458 (exit $ac_status); }; }; then
36459 eval "$as_ac_var=yes"
36460else
36461 echo "$as_me: failed program was:" >&5
36462sed 's/^/| /' conftest.$ac_ext >&5
36463
36464eval "$as_ac_var=no"
36465fi
ac1cb8d3
VS
36466rm -f conftest.err conftest.$ac_objext \
36467 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36468fi
36469echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36470echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36471if test `eval echo '${'$as_ac_var'}'` = yes; then
36472 cat >>confdefs.h <<_ACEOF
36473#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36474_ACEOF
36475
36476 cat >>confdefs.h <<\_ACEOF
36477#define HAVE_SHL_LOAD 1
36478_ACEOF
36479
36480 HAVE_SHL_FUNCS=1
36481
36482else
36483
36484 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
36485echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
36486if test "${ac_cv_lib_shl_load_dld+set}" = set; then
36487 echo $ECHO_N "(cached) $ECHO_C" >&6
36488else
36489 ac_check_lib_save_LIBS=$LIBS
36490LIBS="-lshl_load $LIBS"
36491cat >conftest.$ac_ext <<_ACEOF
36492/* confdefs.h. */
36493_ACEOF
36494cat confdefs.h >>conftest.$ac_ext
36495cat >>conftest.$ac_ext <<_ACEOF
36496/* end confdefs.h. */
36497
36498/* Override any gcc2 internal prototype to avoid an error. */
36499#ifdef __cplusplus
36500extern "C"
36501#endif
36502/* We use char because int might match the return type of a gcc2
36503 builtin and then its argument prototype would still apply. */
36504char dld ();
36505int
36506main ()
36507{
36508dld ();
36509 ;
36510 return 0;
36511}
36512_ACEOF
36513rm -f conftest.$ac_objext conftest$ac_exeext
36514if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36515 (eval $ac_link) 2>conftest.er1
a848cd7e 36516 ac_status=$?
ac1cb8d3
VS
36517 grep -v '^ *+' conftest.er1 >conftest.err
36518 rm -f conftest.er1
36519 cat conftest.err >&5
a848cd7e
SC
36520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36521 (exit $ac_status); } &&
ddd14b14
RR
36522 { ac_try='test -z "$ac_c_werror_flag"
36523 || test ! -s conftest.err'
ac1cb8d3
VS
36524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36525 (eval $ac_try) 2>&5
36526 ac_status=$?
36527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36528 (exit $ac_status); }; } &&
36529 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36531 (eval $ac_try) 2>&5
36532 ac_status=$?
36533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36534 (exit $ac_status); }; }; then
36535 ac_cv_lib_shl_load_dld=yes
36536else
36537 echo "$as_me: failed program was:" >&5
36538sed 's/^/| /' conftest.$ac_ext >&5
36539
36540ac_cv_lib_shl_load_dld=no
36541fi
ac1cb8d3
VS
36542rm -f conftest.err conftest.$ac_objext \
36543 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36544LIBS=$ac_check_lib_save_LIBS
36545fi
36546echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
36547echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
36548if test $ac_cv_lib_shl_load_dld = yes; then
36549
36550 HAVE_SHL_FUNCS=1
36551 DL_LINK=" -ldld$DL_LINK"
36552
36553fi
36554
36555
36556fi
36557done
36558
36559
36560fi
36561
36562
36563fi
36564done
36565
36566
36567 if test "$HAVE_DL_FUNCS" = 1; then
36568
36569for ac_func in dlerror
36570do
36571as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36572echo "$as_me:$LINENO: checking for $ac_func" >&5
36573echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36574if eval "test \"\${$as_ac_var+set}\" = set"; then
36575 echo $ECHO_N "(cached) $ECHO_C" >&6
36576else
36577 cat >conftest.$ac_ext <<_ACEOF
36578/* confdefs.h. */
36579_ACEOF
36580cat confdefs.h >>conftest.$ac_ext
36581cat >>conftest.$ac_ext <<_ACEOF
36582/* end confdefs.h. */
ac1cb8d3
VS
36583/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36584 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36585#define $ac_func innocuous_$ac_func
36586
a848cd7e
SC
36587/* System header to define __stub macros and hopefully few prototypes,
36588 which can conflict with char $ac_func (); below.
36589 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36590 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36591
a848cd7e
SC
36592#ifdef __STDC__
36593# include <limits.h>
36594#else
36595# include <assert.h>
36596#endif
ac1cb8d3
VS
36597
36598#undef $ac_func
36599
a848cd7e
SC
36600/* Override any gcc2 internal prototype to avoid an error. */
36601#ifdef __cplusplus
36602extern "C"
36603{
36604#endif
36605/* We use char because int might match the return type of a gcc2
36606 builtin and then its argument prototype would still apply. */
36607char $ac_func ();
36608/* The GNU C library defines this for functions which it implements
36609 to always fail with ENOSYS. Some functions are actually named
36610 something starting with __ and the normal name is an alias. */
36611#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36612choke me
36613#else
36614char (*f) () = $ac_func;
36615#endif
36616#ifdef __cplusplus
36617}
36618#endif
36619
36620int
36621main ()
36622{
36623return f != $ac_func;
36624 ;
36625 return 0;
36626}
36627_ACEOF
36628rm -f conftest.$ac_objext conftest$ac_exeext
36629if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36630 (eval $ac_link) 2>conftest.er1
a848cd7e 36631 ac_status=$?
ac1cb8d3
VS
36632 grep -v '^ *+' conftest.er1 >conftest.err
36633 rm -f conftest.er1
36634 cat conftest.err >&5
a848cd7e
SC
36635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36636 (exit $ac_status); } &&
ddd14b14
RR
36637 { ac_try='test -z "$ac_c_werror_flag"
36638 || test ! -s conftest.err'
ac1cb8d3
VS
36639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36640 (eval $ac_try) 2>&5
36641 ac_status=$?
36642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36643 (exit $ac_status); }; } &&
36644 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36646 (eval $ac_try) 2>&5
36647 ac_status=$?
36648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36649 (exit $ac_status); }; }; then
36650 eval "$as_ac_var=yes"
36651else
36652 echo "$as_me: failed program was:" >&5
36653sed 's/^/| /' conftest.$ac_ext >&5
36654
36655eval "$as_ac_var=no"
36656fi
ac1cb8d3
VS
36657rm -f conftest.err conftest.$ac_objext \
36658 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36659fi
36660echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36661echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36662if test `eval echo '${'$as_ac_var'}'` = yes; then
36663 cat >>confdefs.h <<_ACEOF
36664#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36665_ACEOF
36666 cat >>confdefs.h <<\_ACEOF
36667#define HAVE_DLERROR 1
36668_ACEOF
36669
36670else
36671
36672 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
36673echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
36674if test "${ac_cv_lib_dl_dlerror+set}" = set; then
36675 echo $ECHO_N "(cached) $ECHO_C" >&6
36676else
36677 ac_check_lib_save_LIBS=$LIBS
36678LIBS="-ldl $LIBS"
36679cat >conftest.$ac_ext <<_ACEOF
36680/* confdefs.h. */
36681_ACEOF
36682cat confdefs.h >>conftest.$ac_ext
36683cat >>conftest.$ac_ext <<_ACEOF
36684/* end confdefs.h. */
36685
36686/* Override any gcc2 internal prototype to avoid an error. */
36687#ifdef __cplusplus
36688extern "C"
36689#endif
36690/* We use char because int might match the return type of a gcc2
36691 builtin and then its argument prototype would still apply. */
36692char dlerror ();
36693int
36694main ()
36695{
36696dlerror ();
36697 ;
36698 return 0;
36699}
36700_ACEOF
36701rm -f conftest.$ac_objext conftest$ac_exeext
36702if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36703 (eval $ac_link) 2>conftest.er1
a848cd7e 36704 ac_status=$?
ac1cb8d3
VS
36705 grep -v '^ *+' conftest.er1 >conftest.err
36706 rm -f conftest.er1
36707 cat conftest.err >&5
a848cd7e
SC
36708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36709 (exit $ac_status); } &&
ddd14b14
RR
36710 { ac_try='test -z "$ac_c_werror_flag"
36711 || test ! -s conftest.err'
ac1cb8d3
VS
36712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36713 (eval $ac_try) 2>&5
36714 ac_status=$?
36715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36716 (exit $ac_status); }; } &&
36717 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36719 (eval $ac_try) 2>&5
36720 ac_status=$?
36721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36722 (exit $ac_status); }; }; then
36723 ac_cv_lib_dl_dlerror=yes
36724else
36725 echo "$as_me: failed program was:" >&5
36726sed 's/^/| /' conftest.$ac_ext >&5
36727
36728ac_cv_lib_dl_dlerror=no
36729fi
ac1cb8d3
VS
36730rm -f conftest.err conftest.$ac_objext \
36731 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36732LIBS=$ac_check_lib_save_LIBS
36733fi
36734echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
36735echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
36736if test $ac_cv_lib_dl_dlerror = yes; then
36737 cat >>confdefs.h <<\_ACEOF
36738#define HAVE_DLERROR 1
36739_ACEOF
36740
36741fi
36742
36743
36744
36745fi
36746done
36747
36748 fi
36749 fi
36750
36751 if test "$HAVE_DL_FUNCS" = 0; then
36752 if test "$HAVE_SHL_FUNCS" = 0; then
47a7e797 36753 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
a848cd7e
SC
36754 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
36755echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
36756 wxUSE_DYNAMIC_LOADER=no
36757 wxUSE_DYNLIB_CLASS=no
36758 else
36759 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
36760echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
36761 fi
36762 fi
36763 fi
36764 fi
36765fi
36766
36767if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
36768 cat >>confdefs.h <<\_ACEOF
36769#define wxUSE_DYNAMIC_LOADER 1
36770_ACEOF
36771
36772fi
36773if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36774 cat >>confdefs.h <<\_ACEOF
36775#define wxUSE_DYNLIB_CLASS 1
36776_ACEOF
36777
36778fi
36779
36780
36781
36782if test "$wxUSE_PLUGINS" = "yes" ; then
36783 if test "$wxUSE_SHARED" = "no" ; then
36784 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
36785echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
36786 wxUSE_PLUGINS=no
36787 fi
36788 if test "$wxUSE_MONOLITHIC" = "yes" ; then
36789 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
36790echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
36791 wxUSE_PLUGINS=no
36792 fi
36793 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
36794 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
36795echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
36796 wxUSE_PLUGINS=no
36797 fi
36798 if test "$wxUSE_PLUGINS" = "yes" ; then
36799 cat >>confdefs.h <<\_ACEOF
36800#define wxUSE_PLUGINS 1
36801_ACEOF
36802
36803 fi
36804fi
36805
36806
36807if test "$wxUSE_STL" = "yes"; then
36808 cat >>confdefs.h <<\_ACEOF
36809#define wxUSE_STL 1
36810_ACEOF
36811
36812fi
36813
36814if test "$wxUSE_APPLE_IEEE" = "yes"; then
36815 cat >>confdefs.h <<\_ACEOF
36816#define wxUSE_APPLE_IEEE 1
36817_ACEOF
36818
36819fi
36820
36821if test "$wxUSE_TIMER" = "yes"; then
36822 cat >>confdefs.h <<\_ACEOF
36823#define wxUSE_TIMER 1
36824_ACEOF
36825
36826fi
36827
9c112555 36828if test "$USE_UNIX" = "1" ; then
a848cd7e
SC
36829
36830for ac_header in sys/soundcard.h
36831do
36832as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36833if eval "test \"\${$as_ac_Header+set}\" = set"; then
36834 echo "$as_me:$LINENO: checking for $ac_header" >&5
36835echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36836if eval "test \"\${$as_ac_Header+set}\" = set"; then
36837 echo $ECHO_N "(cached) $ECHO_C" >&6
36838fi
36839echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36840echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36841else
36842 # Is the header compilable?
36843echo "$as_me:$LINENO: checking $ac_header usability" >&5
36844echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36845cat >conftest.$ac_ext <<_ACEOF
36846/* confdefs.h. */
36847_ACEOF
36848cat confdefs.h >>conftest.$ac_ext
36849cat >>conftest.$ac_ext <<_ACEOF
36850/* end confdefs.h. */
36851$ac_includes_default
36852#include <$ac_header>
36853_ACEOF
36854rm -f conftest.$ac_objext
36855if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36856 (eval $ac_compile) 2>conftest.er1
a848cd7e 36857 ac_status=$?
ac1cb8d3
VS
36858 grep -v '^ *+' conftest.er1 >conftest.err
36859 rm -f conftest.er1
36860 cat conftest.err >&5
a848cd7e
SC
36861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36862 (exit $ac_status); } &&
ddd14b14
RR
36863 { ac_try='test -z "$ac_c_werror_flag"
36864 || test ! -s conftest.err'
ac1cb8d3
VS
36865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36866 (eval $ac_try) 2>&5
36867 ac_status=$?
36868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36869 (exit $ac_status); }; } &&
36870 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36872 (eval $ac_try) 2>&5
36873 ac_status=$?
36874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36875 (exit $ac_status); }; }; then
36876 ac_header_compiler=yes
36877else
36878 echo "$as_me: failed program was:" >&5
36879sed 's/^/| /' conftest.$ac_ext >&5
36880
36881ac_header_compiler=no
36882fi
ac1cb8d3 36883rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36884echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36885echo "${ECHO_T}$ac_header_compiler" >&6
36886
36887# Is the header present?
36888echo "$as_me:$LINENO: checking $ac_header presence" >&5
36889echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36890cat >conftest.$ac_ext <<_ACEOF
36891/* confdefs.h. */
36892_ACEOF
36893cat confdefs.h >>conftest.$ac_ext
36894cat >>conftest.$ac_ext <<_ACEOF
36895/* end confdefs.h. */
36896#include <$ac_header>
36897_ACEOF
36898if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36899 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36900 ac_status=$?
36901 grep -v '^ *+' conftest.er1 >conftest.err
36902 rm -f conftest.er1
36903 cat conftest.err >&5
36904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36905 (exit $ac_status); } >/dev/null; then
36906 if test -s conftest.err; then
36907 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 36908 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
36909 else
36910 ac_cpp_err=
36911 fi
36912else
36913 ac_cpp_err=yes
36914fi
36915if test -z "$ac_cpp_err"; then
36916 ac_header_preproc=yes
36917else
36918 echo "$as_me: failed program was:" >&5
36919sed 's/^/| /' conftest.$ac_ext >&5
36920
36921 ac_header_preproc=no
36922fi
36923rm -f conftest.err conftest.$ac_ext
36924echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36925echo "${ECHO_T}$ac_header_preproc" >&6
36926
36927# So? What about this header?
ac1cb8d3
VS
36928case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36929 yes:no: )
a848cd7e
SC
36930 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36931echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
36932 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36933echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36934 ac_header_preproc=yes
a848cd7e 36935 ;;
ac1cb8d3 36936 no:yes:* )
a848cd7e
SC
36937 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36938echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
36939 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36940echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36941 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36942echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36943 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36944echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
36945 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36946echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
36947 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36948echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
36949 (
36950 cat <<\_ASBOX
ac1cb8d3
VS
36951## ----------------------------------------- ##
36952## Report this to wx-dev@lists.wxwidgets.org ##
36953## ----------------------------------------- ##
a848cd7e
SC
36954_ASBOX
36955 ) |
36956 sed "s/^/$as_me: WARNING: /" >&2
36957 ;;
36958esac
36959echo "$as_me:$LINENO: checking for $ac_header" >&5
36960echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36961if eval "test \"\${$as_ac_Header+set}\" = set"; then
36962 echo $ECHO_N "(cached) $ECHO_C" >&6
36963else
ac1cb8d3 36964 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
36965fi
36966echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36967echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36968
36969fi
36970if test `eval echo '${'$as_ac_Header'}'` = yes; then
36971 cat >>confdefs.h <<_ACEOF
36972#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36973_ACEOF
36974
9c112555
MW
36975else
36976 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
a848cd7e
SC
36977fi
36978
36979done
36980
9c112555
MW
36981fi
36982WITH_PLUGIN_SDL=0
36983if test "$wxUSE_SOUND" = "yes"; then
36984 if test "$USE_UNIX" = "1" ; then
a848cd7e
SC
36985 if test "$wxUSE_LIBSDL" != "no"; then
36986
36987# Check whether --with-sdl-prefix or --without-sdl-prefix was given.
36988if test "${with_sdl_prefix+set}" = set; then
36989 withval="$with_sdl_prefix"
36990 sdl_prefix="$withval"
36991else
36992 sdl_prefix=""
36993fi;
36994
36995# Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
36996if test "${with_sdl_exec_prefix+set}" = set; then
36997 withval="$with_sdl_exec_prefix"
36998 sdl_exec_prefix="$withval"
36999else
37000 sdl_exec_prefix=""
37001fi;
37002# Check whether --enable-sdltest or --disable-sdltest was given.
37003if test "${enable_sdltest+set}" = set; then
37004 enableval="$enable_sdltest"
37005
37006else
37007 enable_sdltest=yes
37008fi;
37009
37010 if test x$sdl_exec_prefix != x ; then
37011 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
37012 if test x${SDL_CONFIG+set} != xset ; then
37013 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
37014 fi
37015 fi
37016 if test x$sdl_prefix != x ; then
37017 sdl_args="$sdl_args --prefix=$sdl_prefix"
37018 if test x${SDL_CONFIG+set} != xset ; then
37019 SDL_CONFIG=$sdl_prefix/bin/sdl-config
37020 fi
37021 fi
37022
37023
37024 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
37025 # Extract the first word of "sdl-config", so it can be a program name with args.
37026set dummy sdl-config; ac_word=$2
37027echo "$as_me:$LINENO: checking for $ac_word" >&5
37028echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37029if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
37030 echo $ECHO_N "(cached) $ECHO_C" >&6
37031else
37032 case $SDL_CONFIG in
37033 [\\/]* | ?:[\\/]*)
37034 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
37035 ;;
37036 *)
37037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37038for as_dir in $PATH
37039do
37040 IFS=$as_save_IFS
37041 test -z "$as_dir" && as_dir=.
37042 for ac_exec_ext in '' $ac_executable_extensions; do
37043 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37044 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
37045 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37046 break 2
37047 fi
37048done
37049done
37050
37051 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
37052 ;;
37053esac
37054fi
37055SDL_CONFIG=$ac_cv_path_SDL_CONFIG
37056
37057if test -n "$SDL_CONFIG"; then
37058 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
37059echo "${ECHO_T}$SDL_CONFIG" >&6
37060else
37061 echo "$as_me:$LINENO: result: no" >&5
37062echo "${ECHO_T}no" >&6
37063fi
37064
37065 min_sdl_version=1.2.0
37066 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
37067echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
37068 no_sdl=""
37069 if test "$SDL_CONFIG" = "no" ; then
37070 no_sdl=yes
37071 else
37072 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
37073 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
37074
37075 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
37076 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
37077 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
37078 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
37079 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
37080 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
37081 if test "x$enable_sdltest" = "xyes" ; then
37082 ac_save_CFLAGS="$CFLAGS"
94acd38e 37083 ac_save_CXXFLAGS="$CXXFLAGS"
a848cd7e
SC
37084 ac_save_LIBS="$LIBS"
37085 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 37086 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
37087 LIBS="$LIBS $SDL_LIBS"
37088 rm -f conf.sdltest
37089 if test "$cross_compiling" = yes; then
37090 echo $ac_n "cross compiling; assumed OK... $ac_c"
37091else
37092 cat >conftest.$ac_ext <<_ACEOF
37093/* confdefs.h. */
37094_ACEOF
37095cat confdefs.h >>conftest.$ac_ext
37096cat >>conftest.$ac_ext <<_ACEOF
37097/* end confdefs.h. */
37098
37099#include <stdio.h>
37100#include <stdlib.h>
37101#include <string.h>
37102#include "SDL.h"
37103
37104char*
37105my_strdup (char *str)
37106{
37107 char *new_str;
37108
37109 if (str)
37110 {
37111 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
37112 strcpy (new_str, str);
37113 }
37114 else
37115 new_str = NULL;
37116
37117 return new_str;
37118}
37119
37120int main (int argc, char *argv[])
37121{
37122 int major, minor, micro;
37123 char *tmp_version;
37124
37125 /* This hangs on some systems (?)
37126 system ("touch conf.sdltest");
37127 */
37128 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
37129
37130 /* HP/UX 9 (%@#!) writes to sscanf strings */
37131 tmp_version = my_strdup("$min_sdl_version");
37132 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
37133 printf("%s, bad version string\n", "$min_sdl_version");
37134 exit(1);
37135 }
37136
37137 if (($sdl_major_version > major) ||
37138 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
37139 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
37140 {
37141 return 0;
37142 }
37143 else
37144 {
37145 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
37146 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
37147 printf("*** best to upgrade to the required version.\n");
37148 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
37149 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
37150 printf("*** config.cache before re-running configure\n");
37151 return 1;
37152 }
37153}
37154
37155
37156_ACEOF
37157rm -f conftest$ac_exeext
37158if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37159 (eval $ac_link) 2>&5
37160 ac_status=$?
37161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37162 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
37163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37164 (eval $ac_try) 2>&5
37165 ac_status=$?
37166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37167 (exit $ac_status); }; }; then
37168 :
37169else
37170 echo "$as_me: program exited with status $ac_status" >&5
37171echo "$as_me: failed program was:" >&5
37172sed 's/^/| /' conftest.$ac_ext >&5
37173
37174( exit $ac_status )
37175no_sdl=yes
37176fi
ac1cb8d3 37177rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37178fi
37179 CFLAGS="$ac_save_CFLAGS"
94acd38e 37180 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
37181 LIBS="$ac_save_LIBS"
37182 fi
37183 fi
37184 if test "x$no_sdl" = x ; then
37185 echo "$as_me:$LINENO: result: yes" >&5
37186echo "${ECHO_T}yes" >&6
37187
37188 EXTRALIBS_SDL="$SDL_LIBS"
37189 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
37190 cat >>confdefs.h <<\_ACEOF
37191#define wxUSE_LIBSDL 1
37192_ACEOF
37193
37194
37195 else
37196 echo "$as_me:$LINENO: result: no" >&5
37197echo "${ECHO_T}no" >&6
37198 if test "$SDL_CONFIG" = "no" ; then
37199 echo "*** The sdl-config script installed by SDL could not be found"
37200 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
37201 echo "*** your path, or set the SDL_CONFIG environment variable to the"
37202 echo "*** full path to sdl-config."
37203 else
37204 if test -f conf.sdltest ; then
37205 :
37206 else
37207 echo "*** Could not run SDL test program, checking why..."
37208 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 37209 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
37210 LIBS="$LIBS $SDL_LIBS"
37211 cat >conftest.$ac_ext <<_ACEOF
37212/* confdefs.h. */
37213_ACEOF
37214cat confdefs.h >>conftest.$ac_ext
37215cat >>conftest.$ac_ext <<_ACEOF
37216/* end confdefs.h. */
37217
37218#include <stdio.h>
37219#include "SDL.h"
37220
37221int main(int argc, char *argv[])
37222{ return 0; }
37223#undef main
37224#define main K_and_R_C_main
37225
37226int
37227main ()
37228{
37229 return 0;
37230 ;
37231 return 0;
37232}
37233_ACEOF
37234rm -f conftest.$ac_objext conftest$ac_exeext
37235if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37236 (eval $ac_link) 2>conftest.er1
a848cd7e 37237 ac_status=$?
ac1cb8d3
VS
37238 grep -v '^ *+' conftest.er1 >conftest.err
37239 rm -f conftest.er1
37240 cat conftest.err >&5
a848cd7e
SC
37241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37242 (exit $ac_status); } &&
ddd14b14
RR
37243 { ac_try='test -z "$ac_c_werror_flag"
37244 || test ! -s conftest.err'
ac1cb8d3
VS
37245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37246 (eval $ac_try) 2>&5
37247 ac_status=$?
37248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37249 (exit $ac_status); }; } &&
37250 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37252 (eval $ac_try) 2>&5
37253 ac_status=$?
37254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37255 (exit $ac_status); }; }; then
37256 echo "*** The test program compiled, but did not run. This usually means"
37257 echo "*** that the run-time linker is not finding SDL or finding the wrong"
37258 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
37259 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
37260 echo "*** to the installed location Also, make sure you have run ldconfig if that"
37261 echo "*** is required on your system"
37262 echo "***"
37263 echo "*** If you have an old version installed, it is best to remove it, although"
37264 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
37265else
37266 echo "$as_me: failed program was:" >&5
37267sed 's/^/| /' conftest.$ac_ext >&5
37268
37269 echo "*** The test program failed to compile or link. See the file config.log for the"
37270 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
37271 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
37272 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
37273fi
ac1cb8d3
VS
37274rm -f conftest.err conftest.$ac_objext \
37275 conftest$ac_exeext conftest.$ac_ext
a848cd7e 37276 CFLAGS="$ac_save_CFLAGS"
94acd38e 37277 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
37278 LIBS="$ac_save_LIBS"
37279 fi
37280 fi
37281 SDL_CFLAGS=""
37282 SDL_LIBS=""
37283 wxUSE_LIBSDL="no"
37284 fi
37285
37286
37287 rm -f conf.sdltest
37288
37289 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
37290 WITH_PLUGIN_SDL=1
37291 fi
37292 fi
37293 fi
37294
37295 cat >>confdefs.h <<\_ACEOF
37296#define wxUSE_SOUND 1
37297_ACEOF
37298
37299 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
37300fi
37301
d1c38808
VZ
37302if test "$WXGTK20" = 1; then
37303 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
37304 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
37305
37306
37307 succeeded=no
37308
37309 if test -z "$PKG_CONFIG"; then
37310 # Extract the first word of "pkg-config", so it can be a program name with args.
37311set dummy pkg-config; ac_word=$2
37312echo "$as_me:$LINENO: checking for $ac_word" >&5
37313echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37314if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
37315 echo $ECHO_N "(cached) $ECHO_C" >&6
37316else
37317 case $PKG_CONFIG in
37318 [\\/]* | ?:[\\/]*)
37319 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
37320 ;;
37321 *)
37322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37323for as_dir in $PATH
37324do
37325 IFS=$as_save_IFS
37326 test -z "$as_dir" && as_dir=.
37327 for ac_exec_ext in '' $ac_executable_extensions; do
37328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37329 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
37330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37331 break 2
37332 fi
37333done
37334done
37335
37336 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
37337 ;;
37338esac
37339fi
37340PKG_CONFIG=$ac_cv_path_PKG_CONFIG
37341
37342if test -n "$PKG_CONFIG"; then
37343 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
37344echo "${ECHO_T}$PKG_CONFIG" >&6
37345else
37346 echo "$as_me:$LINENO: result: no" >&5
37347echo "${ECHO_T}no" >&6
37348fi
37349
37350 fi
37351
37352 if test "$PKG_CONFIG" = "no" ; then
37353 echo "*** The pkg-config script could not be found. Make sure it is"
37354 echo "*** in your path, or set the PKG_CONFIG environment variable"
37355 echo "*** to the full path to pkg-config."
37356 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
37357 else
37358 PKG_CONFIG_MIN_VERSION=0.9.0
37359 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
ffa762ff
VS
37360 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
37361echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
d1c38808 37362
ffa762ff 37363 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
d1c38808
VZ
37364 echo "$as_me:$LINENO: result: yes" >&5
37365echo "${ECHO_T}yes" >&6
37366 succeeded=yes
37367
37368 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
37369echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
ffa762ff 37370 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
37371 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
37372echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
37373
37374 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
37375echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
ffa762ff 37376 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
37377 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
37378echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
37379 else
37380 LIBGNOMEPRINTUI_CFLAGS=""
37381 LIBGNOMEPRINTUI_LIBS=""
37382 ## If we have a custom action on failure, don't print errors, but
37383 ## do set a variable so people can do so.
ffa762ff 37384 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
37385
37386 fi
37387
37388
37389
37390 else
37391 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
37392 echo "*** See http://www.freedesktop.org/software/pkgconfig"
37393 fi
37394 fi
37395
37396 if test $succeeded = yes; then
37397
d1c38808
VZ
37398 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
37399 cat >>confdefs.h <<\_ACEOF
37400#define wxUSE_LIBGNOMEPRINT 1
37401_ACEOF
37402
37403
37404 else
37405
37406 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
37407echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
37408 wxUSE_LIBGNOMEPRINT="no"
37409
37410
37411 fi
37412
37413 fi
37414 fi
37415fi
37416
37417
a848cd7e
SC
37418if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
37419 cat >>confdefs.h <<\_ACEOF
37420#define wxUSE_CMDLINE_PARSER 1
37421_ACEOF
37422
37423fi
37424
37425if test "$wxUSE_STOPWATCH" = "yes"; then
37426 cat >>confdefs.h <<\_ACEOF
37427#define wxUSE_STOPWATCH 1
37428_ACEOF
37429
37430fi
37431
37432if test "$wxUSE_DATETIME" = "yes"; then
37433 cat >>confdefs.h <<\_ACEOF
37434#define wxUSE_DATETIME 1
37435_ACEOF
37436
37437fi
37438
37439if test "$wxUSE_FILE" = "yes"; then
37440 cat >>confdefs.h <<\_ACEOF
37441#define wxUSE_FILE 1
37442_ACEOF
37443
37444fi
37445
37446if test "$wxUSE_FFILE" = "yes"; then
37447 cat >>confdefs.h <<\_ACEOF
37448#define wxUSE_FFILE 1
37449_ACEOF
37450
37451fi
37452
37453if test "$wxUSE_FILESYSTEM" = "yes"; then
37454 cat >>confdefs.h <<\_ACEOF
37455#define wxUSE_FILESYSTEM 1
37456_ACEOF
37457
37458fi
37459
37460if test "$wxUSE_FS_ZIP" = "yes"; then
37461 cat >>confdefs.h <<\_ACEOF
37462#define wxUSE_FS_ZIP 1
37463_ACEOF
37464
37465fi
37466
9e8e867f 37467if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
a848cd7e 37468 cat >>confdefs.h <<\_ACEOF
9e8e867f 37469#define wxUSE_ARCHIVE_STREAMS 1
81f90336
MW
37470_ACEOF
37471
37472fi
37473
37474if test "$wxUSE_ZIPSTREAM" = "yes"; then
9e8e867f 37475 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
81f90336
MW
37476 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
37477echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
37478 elif test "$wxUSE_ZLIB" = "no"; then
37479 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
37480echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
37481 else
37482 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
37483#define wxUSE_ZIPSTREAM 1
37484_ACEOF
37485
81f90336 37486 fi
a848cd7e
SC
37487fi
37488
a848cd7e 37489if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
18228ab4
MW
37490 if test "$USE_UNIX" != 1; then
37491 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
37492echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
37493 wxUSE_ON_FATAL_EXCEPTION=no
37494 else
37495 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
37496#define wxUSE_ON_FATAL_EXCEPTION 1
37497_ACEOF
37498
18228ab4 37499 fi
a848cd7e
SC
37500fi
37501
eaff0f0d
VZ
37502if test "$wxUSE_STACKWALKER" = "yes"; then
37503 cat >>confdefs.h <<\_ACEOF
37504#define wxUSE_STACKWALKER 1
37505_ACEOF
37506
37507fi
37508
36b6448c 37509if test "$wxUSE_DEBUGREPORT" = "yes"; then
18228ab4
MW
37510 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
37511 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
37512echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
dfe0c803
JS
37513 wxUSE_DEBUGREPORT=no
37514 else
37515 cat >>confdefs.h <<\_ACEOF
36b6448c
VZ
37516#define wxUSE_DEBUGREPORT 1
37517_ACEOF
37518
21dfc162
MW
37519 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37520 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
37521 fi
dfe0c803 37522 fi
36b6448c
VZ
37523fi
37524
a848cd7e
SC
37525if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37526 cat >>confdefs.h <<\_ACEOF
37527#define wxUSE_SNGLINST_CHECKER 1
37528_ACEOF
37529
37530fi
37531
37532if test "$wxUSE_BUSYINFO" = "yes"; then
37533 cat >>confdefs.h <<\_ACEOF
37534#define wxUSE_BUSYINFO 1
37535_ACEOF
37536
37537fi
37538
37539if test "$wxUSE_STD_IOSTREAM" = "yes"; then
37540 cat >>confdefs.h <<\_ACEOF
37541#define wxUSE_STD_IOSTREAM 1
37542_ACEOF
37543
37544fi
37545
59746b65
MW
37546if test "$wxUSE_STD_STRING" = "yes"; then
37547 cat >>confdefs.h <<\_ACEOF
37548#define wxUSE_STD_STRING 1
37549_ACEOF
37550
37551fi
37552
07158944
VZ
37553if test "$wxUSE_STDPATHS" = "yes"; then
37554 cat >>confdefs.h <<\_ACEOF
37555#define wxUSE_STDPATHS 1
37556_ACEOF
37557
37558fi
37559
a848cd7e
SC
37560if test "$wxUSE_TEXTBUFFER" = "yes"; then
37561 cat >>confdefs.h <<\_ACEOF
37562#define wxUSE_TEXTBUFFER 1
37563_ACEOF
37564
37565fi
37566
37567if test "$wxUSE_TEXTFILE" = "yes"; then
37568 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
37569 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
37570echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
37571 else
37572 cat >>confdefs.h <<\_ACEOF
37573#define wxUSE_TEXTFILE 1
37574_ACEOF
37575
37576 fi
37577fi
37578
37579if test "$wxUSE_CONFIG" = "yes" ; then
37580 if test "$wxUSE_TEXTFILE" != "yes"; then
37581 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
37582echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
37583 else
37584 cat >>confdefs.h <<\_ACEOF
37585#define wxUSE_CONFIG 1
89be85c2
VS
37586_ACEOF
37587
37588 cat >>confdefs.h <<\_ACEOF
37589#define wxUSE_CONFIG_NATIVE 1
a848cd7e
SC
37590_ACEOF
37591
37592 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
37593 fi
37594fi
37595
37596if test "$wxUSE_INTL" = "yes" ; then
37597 if test "$wxUSE_FILE" != "yes"; then
37598 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
37599echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
37600 else
37601 cat >>confdefs.h <<\_ACEOF
37602#define wxUSE_INTL 1
37603_ACEOF
37604
37605 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
37606 GUIDIST="$GUIDIST INTL_DIST"
37607 fi
37608fi
37609
37610if test "$wxUSE_LOG" = "yes"; then
37611 cat >>confdefs.h <<\_ACEOF
37612#define wxUSE_LOG 1
37613_ACEOF
37614
37615
37616 if test "$wxUSE_LOGGUI" = "yes"; then
37617 cat >>confdefs.h <<\_ACEOF
37618#define wxUSE_LOGGUI 1
37619_ACEOF
37620
37621 fi
37622
37623 if test "$wxUSE_LOGWINDOW" = "yes"; then
37624 cat >>confdefs.h <<\_ACEOF
37625#define wxUSE_LOGWINDOW 1
37626_ACEOF
37627
37628 fi
37629
37630 if test "$wxUSE_LOGDIALOG" = "yes"; then
37631 cat >>confdefs.h <<\_ACEOF
37632#define wxUSE_LOG_DIALOG 1
37633_ACEOF
37634
37635 fi
0b78747f
MW
37636
37637 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
a848cd7e
SC
37638fi
37639
37640if test "$wxUSE_LONGLONG" = "yes"; then
37641 cat >>confdefs.h <<\_ACEOF
37642#define wxUSE_LONGLONG 1
37643_ACEOF
37644
37645fi
37646
37647if test "$wxUSE_GEOMETRY" = "yes"; then
37648 cat >>confdefs.h <<\_ACEOF
37649#define wxUSE_GEOMETRY 1
37650_ACEOF
37651
37652fi
37653
a848cd7e
SC
37654if test "$wxUSE_STREAMS" = "yes" ; then
37655 cat >>confdefs.h <<\_ACEOF
37656#define wxUSE_STREAMS 1
37657_ACEOF
37658
37659fi
37660
37661
37662if test "$wxUSE_DATETIME" = "yes"; then
37663
37664for ac_func in strptime
37665do
37666as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37667echo "$as_me:$LINENO: checking for $ac_func" >&5
37668echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37669if eval "test \"\${$as_ac_var+set}\" = set"; then
37670 echo $ECHO_N "(cached) $ECHO_C" >&6
37671else
37672 cat >conftest.$ac_ext <<_ACEOF
37673/* confdefs.h. */
37674_ACEOF
37675cat confdefs.h >>conftest.$ac_ext
37676cat >>conftest.$ac_ext <<_ACEOF
37677/* end confdefs.h. */
ac1cb8d3
VS
37678/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37679 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37680#define $ac_func innocuous_$ac_func
37681
a848cd7e
SC
37682/* System header to define __stub macros and hopefully few prototypes,
37683 which can conflict with char $ac_func (); below.
37684 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37685 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37686
a848cd7e
SC
37687#ifdef __STDC__
37688# include <limits.h>
37689#else
37690# include <assert.h>
37691#endif
ac1cb8d3
VS
37692
37693#undef $ac_func
37694
a848cd7e
SC
37695/* Override any gcc2 internal prototype to avoid an error. */
37696#ifdef __cplusplus
37697extern "C"
37698{
37699#endif
37700/* We use char because int might match the return type of a gcc2
37701 builtin and then its argument prototype would still apply. */
37702char $ac_func ();
37703/* The GNU C library defines this for functions which it implements
37704 to always fail with ENOSYS. Some functions are actually named
37705 something starting with __ and the normal name is an alias. */
37706#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37707choke me
37708#else
37709char (*f) () = $ac_func;
37710#endif
37711#ifdef __cplusplus
37712}
37713#endif
37714
37715int
37716main ()
37717{
37718return f != $ac_func;
37719 ;
37720 return 0;
37721}
37722_ACEOF
37723rm -f conftest.$ac_objext conftest$ac_exeext
37724if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37725 (eval $ac_link) 2>conftest.er1
a848cd7e 37726 ac_status=$?
ac1cb8d3
VS
37727 grep -v '^ *+' conftest.er1 >conftest.err
37728 rm -f conftest.er1
37729 cat conftest.err >&5
a848cd7e
SC
37730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37731 (exit $ac_status); } &&
ddd14b14
RR
37732 { ac_try='test -z "$ac_c_werror_flag"
37733 || test ! -s conftest.err'
ac1cb8d3
VS
37734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37735 (eval $ac_try) 2>&5
37736 ac_status=$?
37737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37738 (exit $ac_status); }; } &&
37739 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37741 (eval $ac_try) 2>&5
37742 ac_status=$?
37743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37744 (exit $ac_status); }; }; then
37745 eval "$as_ac_var=yes"
37746else
37747 echo "$as_me: failed program was:" >&5
37748sed 's/^/| /' conftest.$ac_ext >&5
37749
37750eval "$as_ac_var=no"
37751fi
ac1cb8d3
VS
37752rm -f conftest.err conftest.$ac_objext \
37753 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37754fi
37755echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37756echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37757if test `eval echo '${'$as_ac_var'}'` = yes; then
37758 cat >>confdefs.h <<_ACEOF
37759#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37760_ACEOF
37761
37762fi
37763done
37764
37765
37766 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
37767echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
37768if test "${wx_cv_var_timezone+set}" = set; then
37769 echo $ECHO_N "(cached) $ECHO_C" >&6
37770else
37771
37772 cat >conftest.$ac_ext <<_ACEOF
37773/* confdefs.h. */
37774_ACEOF
37775cat confdefs.h >>conftest.$ac_ext
37776cat >>conftest.$ac_ext <<_ACEOF
37777/* end confdefs.h. */
37778
37779 #include <time.h>
37780
37781int
37782main ()
37783{
37784
37785 int tz;
37786 tz = timezone;
37787
37788 ;
37789 return 0;
37790}
37791_ACEOF
37792rm -f conftest.$ac_objext
37793if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37794 (eval $ac_compile) 2>conftest.er1
a848cd7e 37795 ac_status=$?
ac1cb8d3
VS
37796 grep -v '^ *+' conftest.er1 >conftest.err
37797 rm -f conftest.er1
37798 cat conftest.err >&5
a848cd7e
SC
37799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37800 (exit $ac_status); } &&
ddd14b14
RR
37801 { ac_try='test -z "$ac_c_werror_flag"
37802 || test ! -s conftest.err'
ac1cb8d3
VS
37803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37804 (eval $ac_try) 2>&5
37805 ac_status=$?
37806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37807 (exit $ac_status); }; } &&
37808 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37810 (eval $ac_try) 2>&5
37811 ac_status=$?
37812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37813 (exit $ac_status); }; }; then
37814
37815 wx_cv_var_timezone=timezone
37816
37817else
37818 echo "$as_me: failed program was:" >&5
37819sed 's/^/| /' conftest.$ac_ext >&5
37820
37821
37822 cat >conftest.$ac_ext <<_ACEOF
37823/* confdefs.h. */
37824_ACEOF
37825cat confdefs.h >>conftest.$ac_ext
37826cat >>conftest.$ac_ext <<_ACEOF
37827/* end confdefs.h. */
37828
37829 #include <time.h>
37830
37831int
37832main ()
37833{
37834
37835 int tz;
37836 tz = _timezone;
37837
37838 ;
37839 return 0;
37840}
37841_ACEOF
37842rm -f conftest.$ac_objext
37843if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37844 (eval $ac_compile) 2>conftest.er1
a848cd7e 37845 ac_status=$?
ac1cb8d3
VS
37846 grep -v '^ *+' conftest.er1 >conftest.err
37847 rm -f conftest.er1
37848 cat conftest.err >&5
a848cd7e
SC
37849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37850 (exit $ac_status); } &&
ddd14b14
RR
37851 { ac_try='test -z "$ac_c_werror_flag"
37852 || test ! -s conftest.err'
ac1cb8d3
VS
37853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37854 (eval $ac_try) 2>&5
37855 ac_status=$?
37856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37857 (exit $ac_status); }; } &&
37858 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37860 (eval $ac_try) 2>&5
37861 ac_status=$?
37862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37863 (exit $ac_status); }; }; then
37864
37865 wx_cv_var_timezone=_timezone
37866
37867else
37868 echo "$as_me: failed program was:" >&5
37869sed 's/^/| /' conftest.$ac_ext >&5
37870
37871
37872 cat >conftest.$ac_ext <<_ACEOF
37873/* confdefs.h. */
37874_ACEOF
37875cat confdefs.h >>conftest.$ac_ext
37876cat >>conftest.$ac_ext <<_ACEOF
37877/* end confdefs.h. */
37878
37879 #include <time.h>
37880
37881int
37882main ()
37883{
37884
37885 int tz;
37886 tz = __timezone;
37887
37888 ;
37889 return 0;
37890}
37891_ACEOF
37892rm -f conftest.$ac_objext
37893if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37894 (eval $ac_compile) 2>conftest.er1
a848cd7e 37895 ac_status=$?
ac1cb8d3
VS
37896 grep -v '^ *+' conftest.er1 >conftest.err
37897 rm -f conftest.er1
37898 cat conftest.err >&5
a848cd7e
SC
37899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37900 (exit $ac_status); } &&
ddd14b14
RR
37901 { ac_try='test -z "$ac_c_werror_flag"
37902 || test ! -s conftest.err'
ac1cb8d3
VS
37903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37904 (eval $ac_try) 2>&5
37905 ac_status=$?
37906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37907 (exit $ac_status); }; } &&
37908 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37910 (eval $ac_try) 2>&5
37911 ac_status=$?
37912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37913 (exit $ac_status); }; }; then
37914
37915 wx_cv_var_timezone=__timezone
37916
37917else
37918 echo "$as_me: failed program was:" >&5
37919sed 's/^/| /' conftest.$ac_ext >&5
37920
37921
37922 if test "$USE_DOS" = 0 ; then
37923 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
37924echo "$as_me: WARNING: no timezone variable" >&2;}
37925 fi
37926
37927
37928fi
ac1cb8d3 37929rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37930
37931
37932fi
ac1cb8d3 37933rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37934
37935
37936fi
ac1cb8d3 37937rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37938
37939
37940fi
37941echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
37942echo "${ECHO_T}$wx_cv_var_timezone" >&6
37943
37944 if test "x$wx_cv_var_timezone" != x ; then
37945 cat >>confdefs.h <<_ACEOF
37946#define WX_TIMEZONE $wx_cv_var_timezone
37947_ACEOF
37948
37949 fi
37950
37951
37952for ac_func in localtime
37953do
37954as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37955echo "$as_me:$LINENO: checking for $ac_func" >&5
37956echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37957if eval "test \"\${$as_ac_var+set}\" = set"; then
37958 echo $ECHO_N "(cached) $ECHO_C" >&6
37959else
37960 cat >conftest.$ac_ext <<_ACEOF
37961/* confdefs.h. */
37962_ACEOF
37963cat confdefs.h >>conftest.$ac_ext
37964cat >>conftest.$ac_ext <<_ACEOF
37965/* end confdefs.h. */
ac1cb8d3
VS
37966/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37967 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37968#define $ac_func innocuous_$ac_func
37969
a848cd7e
SC
37970/* System header to define __stub macros and hopefully few prototypes,
37971 which can conflict with char $ac_func (); below.
37972 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37973 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37974
a848cd7e
SC
37975#ifdef __STDC__
37976# include <limits.h>
37977#else
37978# include <assert.h>
37979#endif
ac1cb8d3
VS
37980
37981#undef $ac_func
37982
a848cd7e
SC
37983/* Override any gcc2 internal prototype to avoid an error. */
37984#ifdef __cplusplus
37985extern "C"
37986{
37987#endif
37988/* We use char because int might match the return type of a gcc2
37989 builtin and then its argument prototype would still apply. */
37990char $ac_func ();
37991/* The GNU C library defines this for functions which it implements
37992 to always fail with ENOSYS. Some functions are actually named
37993 something starting with __ and the normal name is an alias. */
37994#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37995choke me
37996#else
37997char (*f) () = $ac_func;
37998#endif
37999#ifdef __cplusplus
38000}
38001#endif
38002
38003int
38004main ()
38005{
38006return f != $ac_func;
38007 ;
38008 return 0;
38009}
38010_ACEOF
38011rm -f conftest.$ac_objext conftest$ac_exeext
38012if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38013 (eval $ac_link) 2>conftest.er1
a848cd7e 38014 ac_status=$?
ac1cb8d3
VS
38015 grep -v '^ *+' conftest.er1 >conftest.err
38016 rm -f conftest.er1
38017 cat conftest.err >&5
a848cd7e
SC
38018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38019 (exit $ac_status); } &&
ddd14b14
RR
38020 { ac_try='test -z "$ac_c_werror_flag"
38021 || test ! -s conftest.err'
ac1cb8d3
VS
38022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38023 (eval $ac_try) 2>&5
38024 ac_status=$?
38025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38026 (exit $ac_status); }; } &&
38027 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38029 (eval $ac_try) 2>&5
38030 ac_status=$?
38031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38032 (exit $ac_status); }; }; then
38033 eval "$as_ac_var=yes"
38034else
38035 echo "$as_me: failed program was:" >&5
38036sed 's/^/| /' conftest.$ac_ext >&5
38037
38038eval "$as_ac_var=no"
38039fi
ac1cb8d3
VS
38040rm -f conftest.err conftest.$ac_objext \
38041 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38042fi
38043echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38044echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38045if test `eval echo '${'$as_ac_var'}'` = yes; then
38046 cat >>confdefs.h <<_ACEOF
38047#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38048_ACEOF
38049
38050fi
38051done
38052
38053
38054 if test "$ac_cv_func_localtime" = "yes"; then
38055 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
38056echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
38057if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
38058 echo $ECHO_N "(cached) $ECHO_C" >&6
38059else
38060
38061 cat >conftest.$ac_ext <<_ACEOF
38062/* confdefs.h. */
38063_ACEOF
38064cat confdefs.h >>conftest.$ac_ext
38065cat >>conftest.$ac_ext <<_ACEOF
38066/* end confdefs.h. */
38067
38068 #include <time.h>
38069
38070int
38071main ()
38072{
38073
38074 struct tm tm;
38075 tm.tm_gmtoff++;
38076
38077 ;
38078 return 0;
38079}
38080_ACEOF
38081rm -f conftest.$ac_objext
38082if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38083 (eval $ac_compile) 2>conftest.er1
a848cd7e 38084 ac_status=$?
ac1cb8d3
VS
38085 grep -v '^ *+' conftest.er1 >conftest.err
38086 rm -f conftest.er1
38087 cat conftest.err >&5
a848cd7e
SC
38088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38089 (exit $ac_status); } &&
ddd14b14
RR
38090 { ac_try='test -z "$ac_c_werror_flag"
38091 || test ! -s conftest.err'
ac1cb8d3
VS
38092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38093 (eval $ac_try) 2>&5
38094 ac_status=$?
38095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38096 (exit $ac_status); }; } &&
38097 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38099 (eval $ac_try) 2>&5
38100 ac_status=$?
38101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38102 (exit $ac_status); }; }; then
38103
38104 wx_cv_struct_tm_has_gmtoff=yes
38105
38106else
38107 echo "$as_me: failed program was:" >&5
38108sed 's/^/| /' conftest.$ac_ext >&5
38109
38110wx_cv_struct_tm_has_gmtoff=no
38111
38112fi
ac1cb8d3 38113rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38114
38115fi
38116echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
38117echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
38118 fi
38119
38120 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
38121 cat >>confdefs.h <<\_ACEOF
38122#define WX_GMTOFF_IN_TM 1
38123_ACEOF
38124
38125 fi
38126
38127
38128
38129for ac_func in gettimeofday ftime
38130do
38131as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38132echo "$as_me:$LINENO: checking for $ac_func" >&5
38133echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38134if eval "test \"\${$as_ac_var+set}\" = set"; then
38135 echo $ECHO_N "(cached) $ECHO_C" >&6
38136else
38137 cat >conftest.$ac_ext <<_ACEOF
38138/* confdefs.h. */
38139_ACEOF
38140cat confdefs.h >>conftest.$ac_ext
38141cat >>conftest.$ac_ext <<_ACEOF
38142/* end confdefs.h. */
ac1cb8d3
VS
38143/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38144 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38145#define $ac_func innocuous_$ac_func
38146
a848cd7e
SC
38147/* System header to define __stub macros and hopefully few prototypes,
38148 which can conflict with char $ac_func (); below.
38149 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38150 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38151
a848cd7e
SC
38152#ifdef __STDC__
38153# include <limits.h>
38154#else
38155# include <assert.h>
38156#endif
ac1cb8d3
VS
38157
38158#undef $ac_func
38159
a848cd7e
SC
38160/* Override any gcc2 internal prototype to avoid an error. */
38161#ifdef __cplusplus
38162extern "C"
38163{
38164#endif
38165/* We use char because int might match the return type of a gcc2
38166 builtin and then its argument prototype would still apply. */
38167char $ac_func ();
38168/* The GNU C library defines this for functions which it implements
38169 to always fail with ENOSYS. Some functions are actually named
38170 something starting with __ and the normal name is an alias. */
38171#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38172choke me
38173#else
38174char (*f) () = $ac_func;
38175#endif
38176#ifdef __cplusplus
38177}
38178#endif
38179
38180int
38181main ()
38182{
38183return f != $ac_func;
38184 ;
38185 return 0;
38186}
38187_ACEOF
38188rm -f conftest.$ac_objext conftest$ac_exeext
38189if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38190 (eval $ac_link) 2>conftest.er1
a848cd7e 38191 ac_status=$?
ac1cb8d3
VS
38192 grep -v '^ *+' conftest.er1 >conftest.err
38193 rm -f conftest.er1
38194 cat conftest.err >&5
a848cd7e
SC
38195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38196 (exit $ac_status); } &&
ddd14b14
RR
38197 { ac_try='test -z "$ac_c_werror_flag"
38198 || test ! -s conftest.err'
ac1cb8d3
VS
38199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38200 (eval $ac_try) 2>&5
38201 ac_status=$?
38202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38203 (exit $ac_status); }; } &&
38204 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38206 (eval $ac_try) 2>&5
38207 ac_status=$?
38208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38209 (exit $ac_status); }; }; then
38210 eval "$as_ac_var=yes"
38211else
38212 echo "$as_me: failed program was:" >&5
38213sed 's/^/| /' conftest.$ac_ext >&5
38214
38215eval "$as_ac_var=no"
38216fi
ac1cb8d3
VS
38217rm -f conftest.err conftest.$ac_objext \
38218 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38219fi
38220echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38221echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38222if test `eval echo '${'$as_ac_var'}'` = yes; then
38223 cat >>confdefs.h <<_ACEOF
38224#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38225_ACEOF
38226 break
38227fi
38228done
38229
38230
38231 if test "$ac_cv_func_gettimeofday" = "yes"; then
38232 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
38233echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
38234if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
38235 echo $ECHO_N "(cached) $ECHO_C" >&6
38236else
38237
38238
38239
38240 ac_ext=cc
38241ac_cpp='$CXXCPP $CPPFLAGS'
38242ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38243ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38244ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38245
38246
38247 cat >conftest.$ac_ext <<_ACEOF
38248/* confdefs.h. */
38249_ACEOF
38250cat confdefs.h >>conftest.$ac_ext
38251cat >>conftest.$ac_ext <<_ACEOF
38252/* end confdefs.h. */
38253
38254 #include <sys/time.h>
38255 #include <unistd.h>
38256
38257int
38258main ()
38259{
38260
38261 struct timeval tv;
38262 gettimeofday(&tv, NULL);
38263
38264 ;
38265 return 0;
38266}
38267_ACEOF
38268rm -f conftest.$ac_objext
38269if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38270 (eval $ac_compile) 2>conftest.er1
a848cd7e 38271 ac_status=$?
ac1cb8d3
VS
38272 grep -v '^ *+' conftest.er1 >conftest.err
38273 rm -f conftest.er1
38274 cat conftest.err >&5
a848cd7e
SC
38275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38276 (exit $ac_status); } &&
ddd14b14
RR
38277 { ac_try='test -z "$ac_cxx_werror_flag"
38278 || test ! -s conftest.err'
ac1cb8d3
VS
38279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38280 (eval $ac_try) 2>&5
38281 ac_status=$?
38282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38283 (exit $ac_status); }; } &&
38284 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38286 (eval $ac_try) 2>&5
38287 ac_status=$?
38288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38289 (exit $ac_status); }; }; then
38290 wx_cv_func_gettimeofday_has_2_args=yes
38291else
38292 echo "$as_me: failed program was:" >&5
38293sed 's/^/| /' conftest.$ac_ext >&5
38294
38295cat >conftest.$ac_ext <<_ACEOF
38296/* confdefs.h. */
38297_ACEOF
38298cat confdefs.h >>conftest.$ac_ext
38299cat >>conftest.$ac_ext <<_ACEOF
38300/* end confdefs.h. */
38301
38302 #include <sys/time.h>
38303 #include <unistd.h>
38304
38305int
38306main ()
38307{
38308
38309 struct timeval tv;
38310 gettimeofday(&tv);
38311
38312 ;
38313 return 0;
38314}
38315_ACEOF
38316rm -f conftest.$ac_objext
38317if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38318 (eval $ac_compile) 2>conftest.er1
a848cd7e 38319 ac_status=$?
ac1cb8d3
VS
38320 grep -v '^ *+' conftest.er1 >conftest.err
38321 rm -f conftest.er1
38322 cat conftest.err >&5
a848cd7e
SC
38323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38324 (exit $ac_status); } &&
ddd14b14
RR
38325 { ac_try='test -z "$ac_cxx_werror_flag"
38326 || test ! -s conftest.err'
ac1cb8d3
VS
38327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38328 (eval $ac_try) 2>&5
38329 ac_status=$?
38330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38331 (exit $ac_status); }; } &&
38332 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38334 (eval $ac_try) 2>&5
38335 ac_status=$?
38336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38337 (exit $ac_status); }; }; then
38338 wx_cv_func_gettimeofday_has_2_args=no
38339else
38340 echo "$as_me: failed program was:" >&5
38341sed 's/^/| /' conftest.$ac_ext >&5
38342
38343
38344 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
38345echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
38346 wx_cv_func_gettimeofday_has_2_args=unknown
38347
38348
38349fi
ac1cb8d3 38350rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38351
38352fi
ac1cb8d3 38353rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38354 ac_ext=c
38355ac_cpp='$CPP $CPPFLAGS'
38356ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38357ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38358ac_compiler_gnu=$ac_cv_c_compiler_gnu
38359
38360
38361fi
38362echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
38363echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
38364
38365 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
38366 cat >>confdefs.h <<\_ACEOF
38367#define WX_GETTIMEOFDAY_NO_TZ 1
38368_ACEOF
38369
38370 fi
38371 fi
38372
38373 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
38374fi
38375
38376
38377if test "$wxUSE_SOCKETS" = "yes"; then
38378 if test "$wxUSE_MGL" = "1"; then
38379 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
38380echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
38381 wxUSE_SOCKETS="no"
38382 fi
38383fi
38384
38385if test "$wxUSE_SOCKETS" = "yes"; then
38386 if test "$TOOLKIT" != "MSW"; then
38387 echo "$as_me:$LINENO: checking for socket" >&5
38388echo $ECHO_N "checking for socket... $ECHO_C" >&6
38389if test "${ac_cv_func_socket+set}" = set; then
38390 echo $ECHO_N "(cached) $ECHO_C" >&6
38391else
38392 cat >conftest.$ac_ext <<_ACEOF
38393/* confdefs.h. */
38394_ACEOF
38395cat confdefs.h >>conftest.$ac_ext
38396cat >>conftest.$ac_ext <<_ACEOF
38397/* end confdefs.h. */
ac1cb8d3
VS
38398/* Define socket to an innocuous variant, in case <limits.h> declares socket.
38399 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38400#define socket innocuous_socket
38401
a848cd7e
SC
38402/* System header to define __stub macros and hopefully few prototypes,
38403 which can conflict with char socket (); below.
38404 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38405 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38406
a848cd7e
SC
38407#ifdef __STDC__
38408# include <limits.h>
38409#else
38410# include <assert.h>
38411#endif
ac1cb8d3
VS
38412
38413#undef socket
38414
a848cd7e
SC
38415/* Override any gcc2 internal prototype to avoid an error. */
38416#ifdef __cplusplus
38417extern "C"
38418{
38419#endif
38420/* We use char because int might match the return type of a gcc2
38421 builtin and then its argument prototype would still apply. */
38422char socket ();
38423/* The GNU C library defines this for functions which it implements
38424 to always fail with ENOSYS. Some functions are actually named
38425 something starting with __ and the normal name is an alias. */
38426#if defined (__stub_socket) || defined (__stub___socket)
38427choke me
38428#else
38429char (*f) () = socket;
38430#endif
38431#ifdef __cplusplus
38432}
38433#endif
38434
38435int
38436main ()
38437{
38438return f != socket;
38439 ;
38440 return 0;
38441}
38442_ACEOF
38443rm -f conftest.$ac_objext conftest$ac_exeext
38444if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38445 (eval $ac_link) 2>conftest.er1
a848cd7e 38446 ac_status=$?
ac1cb8d3
VS
38447 grep -v '^ *+' conftest.er1 >conftest.err
38448 rm -f conftest.er1
38449 cat conftest.err >&5
a848cd7e
SC
38450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38451 (exit $ac_status); } &&
ddd14b14
RR
38452 { ac_try='test -z "$ac_c_werror_flag"
38453 || test ! -s conftest.err'
ac1cb8d3
VS
38454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38455 (eval $ac_try) 2>&5
38456 ac_status=$?
38457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38458 (exit $ac_status); }; } &&
38459 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38461 (eval $ac_try) 2>&5
38462 ac_status=$?
38463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38464 (exit $ac_status); }; }; then
38465 ac_cv_func_socket=yes
38466else
38467 echo "$as_me: failed program was:" >&5
38468sed 's/^/| /' conftest.$ac_ext >&5
38469
38470ac_cv_func_socket=no
38471fi
ac1cb8d3
VS
38472rm -f conftest.err conftest.$ac_objext \
38473 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38474fi
38475echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
38476echo "${ECHO_T}$ac_cv_func_socket" >&6
38477if test $ac_cv_func_socket = yes; then
38478 :
38479else
38480
38481 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
38482echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
38483if test "${ac_cv_lib_socket_socket+set}" = set; then
38484 echo $ECHO_N "(cached) $ECHO_C" >&6
38485else
38486 ac_check_lib_save_LIBS=$LIBS
38487LIBS="-lsocket $LIBS"
38488cat >conftest.$ac_ext <<_ACEOF
38489/* confdefs.h. */
38490_ACEOF
38491cat confdefs.h >>conftest.$ac_ext
38492cat >>conftest.$ac_ext <<_ACEOF
38493/* end confdefs.h. */
38494
38495/* Override any gcc2 internal prototype to avoid an error. */
38496#ifdef __cplusplus
38497extern "C"
38498#endif
38499/* We use char because int might match the return type of a gcc2
38500 builtin and then its argument prototype would still apply. */
38501char socket ();
38502int
38503main ()
38504{
38505socket ();
38506 ;
38507 return 0;
38508}
38509_ACEOF
38510rm -f conftest.$ac_objext conftest$ac_exeext
38511if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38512 (eval $ac_link) 2>conftest.er1
a848cd7e 38513 ac_status=$?
ac1cb8d3
VS
38514 grep -v '^ *+' conftest.er1 >conftest.err
38515 rm -f conftest.er1
38516 cat conftest.err >&5
a848cd7e
SC
38517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38518 (exit $ac_status); } &&
ddd14b14
RR
38519 { ac_try='test -z "$ac_c_werror_flag"
38520 || test ! -s conftest.err'
ac1cb8d3
VS
38521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38522 (eval $ac_try) 2>&5
38523 ac_status=$?
38524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38525 (exit $ac_status); }; } &&
38526 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38528 (eval $ac_try) 2>&5
38529 ac_status=$?
38530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38531 (exit $ac_status); }; }; then
38532 ac_cv_lib_socket_socket=yes
38533else
38534 echo "$as_me: failed program was:" >&5
38535sed 's/^/| /' conftest.$ac_ext >&5
38536
38537ac_cv_lib_socket_socket=no
38538fi
ac1cb8d3
VS
38539rm -f conftest.err conftest.$ac_objext \
38540 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38541LIBS=$ac_check_lib_save_LIBS
38542fi
38543echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
38544echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
38545if test $ac_cv_lib_socket_socket = yes; then
38546 if test "$INET_LINK" != " -lsocket"; then
38547 INET_LINK="$INET_LINK -lsocket"
38548 fi
38549else
38550
38551 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
38552echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
38553 wxUSE_SOCKETS=no
38554
38555
38556fi
38557
38558
38559
38560fi
38561
38562 fi
38563fi
38564
38565if test "$wxUSE_SOCKETS" = "yes" ; then
38566 if test "$TOOLKIT" != "MSW"; then
4d4ff94c
VZ
38567 ac_ext=cc
38568ac_cpp='$CXXCPP $CPPFLAGS'
38569ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38570ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38571ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38572
38573 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
a848cd7e
SC
38574echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
38575if test "${wx_cv_type_getsockname3+set}" = set; then
38576 echo $ECHO_N "(cached) $ECHO_C" >&6
38577else
38578
38579 cat >conftest.$ac_ext <<_ACEOF
38580/* confdefs.h. */
38581_ACEOF
38582cat confdefs.h >>conftest.$ac_ext
38583cat >>conftest.$ac_ext <<_ACEOF
38584/* end confdefs.h. */
38585
38586 #include <sys/types.h>
38587 #include <sys/socket.h>
38588
38589int
38590main ()
38591{
38592
38593 socklen_t len;
38594 getsockname(0, 0, &len);
38595
38596 ;
38597 return 0;
38598}
38599_ACEOF
38600rm -f conftest.$ac_objext
38601if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38602 (eval $ac_compile) 2>conftest.er1
a848cd7e 38603 ac_status=$?
ac1cb8d3
VS
38604 grep -v '^ *+' conftest.er1 >conftest.err
38605 rm -f conftest.er1
38606 cat conftest.err >&5
a848cd7e
SC
38607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38608 (exit $ac_status); } &&
ddd14b14
RR
38609 { ac_try='test -z "$ac_cxx_werror_flag"
38610 || test ! -s conftest.err'
ac1cb8d3
VS
38611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38612 (eval $ac_try) 2>&5
38613 ac_status=$?
38614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38615 (exit $ac_status); }; } &&
38616 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38618 (eval $ac_try) 2>&5
38619 ac_status=$?
38620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38621 (exit $ac_status); }; }; then
38622 wx_cv_type_getsockname3=socklen_t
38623else
38624 echo "$as_me: failed program was:" >&5
38625sed 's/^/| /' conftest.$ac_ext >&5
38626
38627
38628 CFLAGS_OLD="$CFLAGS"
38629 if test "$GCC" = yes ; then
38630 CFLAGS="$CFLAGS -Werror"
38631 fi
38632
38633 cat >conftest.$ac_ext <<_ACEOF
38634/* confdefs.h. */
38635_ACEOF
38636cat confdefs.h >>conftest.$ac_ext
38637cat >>conftest.$ac_ext <<_ACEOF
38638/* end confdefs.h. */
38639
38640 #include <sys/types.h>
38641 #include <sys/socket.h>
38642
38643int
38644main ()
38645{
38646
38647 size_t len;
38648 getsockname(0, 0, &len);
38649
38650 ;
38651 return 0;
38652}
38653_ACEOF
38654rm -f conftest.$ac_objext
38655if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38656 (eval $ac_compile) 2>conftest.er1
a848cd7e 38657 ac_status=$?
ac1cb8d3
VS
38658 grep -v '^ *+' conftest.er1 >conftest.err
38659 rm -f conftest.er1
38660 cat conftest.err >&5
a848cd7e
SC
38661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38662 (exit $ac_status); } &&
ddd14b14
RR
38663 { ac_try='test -z "$ac_cxx_werror_flag"
38664 || test ! -s conftest.err'
ac1cb8d3
VS
38665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38666 (eval $ac_try) 2>&5
38667 ac_status=$?
38668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38669 (exit $ac_status); }; } &&
38670 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38672 (eval $ac_try) 2>&5
38673 ac_status=$?
38674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38675 (exit $ac_status); }; }; then
38676 wx_cv_type_getsockname3=size_t
38677else
38678 echo "$as_me: failed program was:" >&5
38679sed 's/^/| /' conftest.$ac_ext >&5
38680
38681cat >conftest.$ac_ext <<_ACEOF
38682/* confdefs.h. */
38683_ACEOF
38684cat confdefs.h >>conftest.$ac_ext
38685cat >>conftest.$ac_ext <<_ACEOF
38686/* end confdefs.h. */
38687
38688 #include <sys/types.h>
38689 #include <sys/socket.h>
38690
38691int
38692main ()
38693{
38694
38695 int len;
38696 getsockname(0, 0, &len);
38697
38698 ;
38699 return 0;
38700}
38701_ACEOF
38702rm -f conftest.$ac_objext
38703if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38704 (eval $ac_compile) 2>conftest.er1
a848cd7e 38705 ac_status=$?
ac1cb8d3
VS
38706 grep -v '^ *+' conftest.er1 >conftest.err
38707 rm -f conftest.er1
38708 cat conftest.err >&5
a848cd7e
SC
38709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38710 (exit $ac_status); } &&
ddd14b14
RR
38711 { ac_try='test -z "$ac_cxx_werror_flag"
38712 || test ! -s conftest.err'
ac1cb8d3
VS
38713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38714 (eval $ac_try) 2>&5
38715 ac_status=$?
38716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38717 (exit $ac_status); }; } &&
38718 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38720 (eval $ac_try) 2>&5
38721 ac_status=$?
38722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38723 (exit $ac_status); }; }; then
38724 wx_cv_type_getsockname3=int
38725else
38726 echo "$as_me: failed program was:" >&5
38727sed 's/^/| /' conftest.$ac_ext >&5
38728
38729wx_cv_type_getsockname3=unknown
38730
38731fi
ac1cb8d3 38732rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38733
38734fi
ac1cb8d3 38735rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38736
38737 CFLAGS="$CFLAGS_OLD"
38738
38739
38740fi
ac1cb8d3 38741rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38742
38743fi
38744echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
38745echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
38746
38747 if test "$wx_cv_type_getsockname3" = "unknown"; then
38748 wxUSE_SOCKETS=no
38749 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38750echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38751 else
38752 cat >>confdefs.h <<_ACEOF
38753#define SOCKLEN_T $wx_cv_type_getsockname3
5b674b9d
DE
38754_ACEOF
38755
38756 fi
38757 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
38758echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
38759if test "${wx_cv_type_getsockopt5+set}" = set; then
38760 echo $ECHO_N "(cached) $ECHO_C" >&6
38761else
38762
38763 cat >conftest.$ac_ext <<_ACEOF
38764/* confdefs.h. */
38765_ACEOF
38766cat confdefs.h >>conftest.$ac_ext
38767cat >>conftest.$ac_ext <<_ACEOF
38768/* end confdefs.h. */
38769
38770 #include <sys/types.h>
38771 #include <sys/socket.h>
38772
38773int
38774main ()
38775{
38776
38777 socklen_t len;
38778 getsockopt(0, 0, 0, 0, &len);
38779
38780 ;
38781 return 0;
38782}
38783_ACEOF
38784rm -f conftest.$ac_objext
38785if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38786 (eval $ac_compile) 2>conftest.er1
38787 ac_status=$?
38788 grep -v '^ *+' conftest.er1 >conftest.err
38789 rm -f conftest.er1
38790 cat conftest.err >&5
38791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38792 (exit $ac_status); } &&
ddd14b14
RR
38793 { ac_try='test -z "$ac_cxx_werror_flag"
38794 || test ! -s conftest.err'
5b674b9d
DE
38795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38796 (eval $ac_try) 2>&5
38797 ac_status=$?
38798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38799 (exit $ac_status); }; } &&
38800 { ac_try='test -s conftest.$ac_objext'
38801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38802 (eval $ac_try) 2>&5
38803 ac_status=$?
38804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38805 (exit $ac_status); }; }; then
38806 wx_cv_type_getsockopt5=socklen_t
38807else
38808 echo "$as_me: failed program was:" >&5
38809sed 's/^/| /' conftest.$ac_ext >&5
38810
38811
38812 CFLAGS_OLD="$CFLAGS"
38813 if test "$GCC" = yes ; then
38814 CFLAGS="$CFLAGS -Werror"
38815 fi
38816
38817 cat >conftest.$ac_ext <<_ACEOF
38818/* confdefs.h. */
38819_ACEOF
38820cat confdefs.h >>conftest.$ac_ext
38821cat >>conftest.$ac_ext <<_ACEOF
38822/* end confdefs.h. */
38823
38824 #include <sys/types.h>
38825 #include <sys/socket.h>
38826
38827int
38828main ()
38829{
38830
38831 size_t len;
38832 getsockopt(0, 0, 0, 0, &len);
38833
38834 ;
38835 return 0;
38836}
38837_ACEOF
38838rm -f conftest.$ac_objext
38839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38840 (eval $ac_compile) 2>conftest.er1
38841 ac_status=$?
38842 grep -v '^ *+' conftest.er1 >conftest.err
38843 rm -f conftest.er1
38844 cat conftest.err >&5
38845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38846 (exit $ac_status); } &&
ddd14b14
RR
38847 { ac_try='test -z "$ac_cxx_werror_flag"
38848 || test ! -s conftest.err'
5b674b9d
DE
38849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38850 (eval $ac_try) 2>&5
38851 ac_status=$?
38852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38853 (exit $ac_status); }; } &&
38854 { ac_try='test -s conftest.$ac_objext'
38855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38856 (eval $ac_try) 2>&5
38857 ac_status=$?
38858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38859 (exit $ac_status); }; }; then
38860 wx_cv_type_getsockopt5=size_t
38861else
38862 echo "$as_me: failed program was:" >&5
38863sed 's/^/| /' conftest.$ac_ext >&5
38864
38865cat >conftest.$ac_ext <<_ACEOF
38866/* confdefs.h. */
38867_ACEOF
38868cat confdefs.h >>conftest.$ac_ext
38869cat >>conftest.$ac_ext <<_ACEOF
38870/* end confdefs.h. */
38871
38872 #include <sys/types.h>
38873 #include <sys/socket.h>
38874
38875int
38876main ()
38877{
38878
38879 int len;
38880 getsockopt(0, 0, 0, 0, &len);
38881
38882 ;
38883 return 0;
38884}
38885_ACEOF
38886rm -f conftest.$ac_objext
38887if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38888 (eval $ac_compile) 2>conftest.er1
38889 ac_status=$?
38890 grep -v '^ *+' conftest.er1 >conftest.err
38891 rm -f conftest.er1
38892 cat conftest.err >&5
38893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38894 (exit $ac_status); } &&
ddd14b14
RR
38895 { ac_try='test -z "$ac_cxx_werror_flag"
38896 || test ! -s conftest.err'
5b674b9d
DE
38897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38898 (eval $ac_try) 2>&5
38899 ac_status=$?
38900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38901 (exit $ac_status); }; } &&
38902 { ac_try='test -s conftest.$ac_objext'
38903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38904 (eval $ac_try) 2>&5
38905 ac_status=$?
38906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38907 (exit $ac_status); }; }; then
38908 wx_cv_type_getsockopt5=int
38909else
38910 echo "$as_me: failed program was:" >&5
38911sed 's/^/| /' conftest.$ac_ext >&5
38912
38913wx_cv_type_getsockopt5=unknown
38914
38915fi
38916rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38917
38918fi
38919rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38920
38921 CFLAGS="$CFLAGS_OLD"
38922
38923
38924fi
38925rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38926
38927fi
38928echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
38929echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
38930
38931 if test "$wx_cv_type_getsockopt5" = "unknown"; then
38932 wxUSE_SOCKETS=no
38933 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38934echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38935 else
38936 cat >>confdefs.h <<_ACEOF
38937#define SOCKOPTLEN_T $wx_cv_type_getsockopt5
a848cd7e
SC
38938_ACEOF
38939
38940 fi
4d4ff94c
VZ
38941 ac_ext=c
38942ac_cpp='$CPP $CPPFLAGS'
38943ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38944ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38945ac_compiler_gnu=$ac_cv_c_compiler_gnu
38946
a848cd7e
SC
38947 fi
38948fi
38949
38950if test "$wxUSE_SOCKETS" = "yes" ; then
38951 cat >>confdefs.h <<\_ACEOF
38952#define wxUSE_SOCKETS 1
38953_ACEOF
38954
38955 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
38956fi
38957
38958if test "$wxUSE_PROTOCOL" = "yes"; then
38959 if test "$wxUSE_SOCKETS" != "yes"; then
38960 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
38961echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
38962 wxUSE_PROTOCOL=no
38963 fi
38964fi
38965
38966if test "$wxUSE_PROTOCOL" = "yes"; then
38967 cat >>confdefs.h <<\_ACEOF
38968#define wxUSE_PROTOCOL 1
38969_ACEOF
38970
38971
38972 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
38973 cat >>confdefs.h <<\_ACEOF
38974#define wxUSE_PROTOCOL_HTTP 1
38975_ACEOF
38976
38977 fi
38978 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
38979 cat >>confdefs.h <<\_ACEOF
38980#define wxUSE_PROTOCOL_FTP 1
38981_ACEOF
38982
38983 fi
38984 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
38985 cat >>confdefs.h <<\_ACEOF
38986#define wxUSE_PROTOCOL_FILE 1
38987_ACEOF
38988
38989 fi
38990else
38991 if test "$wxUSE_FS_INET" = "yes"; then
38992 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
38993echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
38994 wxUSE_FS_INET="no"
38995 fi
38996fi
38997
38998if test "$wxUSE_URL" = "yes"; then
38999 if test "$wxUSE_PROTOCOL" != "yes"; then
39000 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
39001echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
39002 wxUSE_URL=no
39003 fi
39004 if test "$wxUSE_URL" = "yes"; then
39005 cat >>confdefs.h <<\_ACEOF
39006#define wxUSE_URL 1
39007_ACEOF
39008
39009 fi
39010fi
39011
39012if test "$wxUSE_FS_INET" = "yes"; then
39013 cat >>confdefs.h <<\_ACEOF
39014#define wxUSE_FS_INET 1
39015_ACEOF
39016
39017fi
39018
39019
ee45c548
MW
39020if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
39021 wxUSE_JOYSTICK=no
39022
39023 if test "$TOOLKIT" = "MSW"; then
39024 wxUSE_JOYSTICK=yes
39025
39026 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
39027 if test "$USE_DARWIN" = 1; then
39028 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
39029echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
39030 ac_ext=cc
39031ac_cpp='$CXXCPP $CPPFLAGS'
39032ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39033ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39034ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39035
39036 cat >conftest.$ac_ext <<_ACEOF
39037/* confdefs.h. */
39038_ACEOF
39039cat confdefs.h >>conftest.$ac_ext
39040cat >>conftest.$ac_ext <<_ACEOF
39041/* end confdefs.h. */
39042 #include <IOKit/hid/IOHIDLib.h>
39043int
39044main ()
39045{
39046 IOHIDQueueInterface *qi = NULL;
39047 IOHIDCallbackFunction cb = NULL;
39048 qi->setEventCallout(NULL, cb, NULL, NULL);
39049 ;
39050 return 0;
39051}
39052_ACEOF
39053rm -f conftest.$ac_objext
39054if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39055 (eval $ac_compile) 2>conftest.er1
39056 ac_status=$?
39057 grep -v '^ *+' conftest.er1 >conftest.err
39058 rm -f conftest.er1
39059 cat conftest.err >&5
39060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39061 (exit $ac_status); } &&
ddd14b14
RR
39062 { ac_try='test -z "$ac_cxx_werror_flag"
39063 || test ! -s conftest.err'
ee45c548
MW
39064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39065 (eval $ac_try) 2>&5
39066 ac_status=$?
39067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39068 (exit $ac_status); }; } &&
39069 { ac_try='test -s conftest.$ac_objext'
39070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39071 (eval $ac_try) 2>&5
39072 ac_status=$?
39073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39074 (exit $ac_status); }; }; then
39075 wxUSE_JOYSTICK=yes
a848cd7e 39076
ee45c548
MW
39077else
39078 echo "$as_me: failed program was:" >&5
39079sed 's/^/| /' conftest.$ac_ext >&5
39080
39081fi
39082rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39083 ac_ext=c
39084ac_cpp='$CPP $CPPFLAGS'
39085ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39086ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39087ac_compiler_gnu=$ac_cv_c_compiler_gnu
39088
39089 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
39090echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
39091 fi
39092
39093 else
a848cd7e
SC
39094
39095for ac_header in linux/joystick.h
39096do
39097as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39098if eval "test \"\${$as_ac_Header+set}\" = set"; then
39099 echo "$as_me:$LINENO: checking for $ac_header" >&5
39100echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39101if eval "test \"\${$as_ac_Header+set}\" = set"; then
39102 echo $ECHO_N "(cached) $ECHO_C" >&6
39103fi
39104echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39105echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39106else
39107 # Is the header compilable?
39108echo "$as_me:$LINENO: checking $ac_header usability" >&5
39109echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39110cat >conftest.$ac_ext <<_ACEOF
39111/* confdefs.h. */
39112_ACEOF
39113cat confdefs.h >>conftest.$ac_ext
39114cat >>conftest.$ac_ext <<_ACEOF
39115/* end confdefs.h. */
39116$ac_includes_default
39117#include <$ac_header>
39118_ACEOF
39119rm -f conftest.$ac_objext
39120if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39121 (eval $ac_compile) 2>conftest.er1
a848cd7e 39122 ac_status=$?
ac1cb8d3
VS
39123 grep -v '^ *+' conftest.er1 >conftest.err
39124 rm -f conftest.er1
39125 cat conftest.err >&5
a848cd7e
SC
39126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39127 (exit $ac_status); } &&
ddd14b14
RR
39128 { ac_try='test -z "$ac_c_werror_flag"
39129 || test ! -s conftest.err'
ac1cb8d3
VS
39130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39131 (eval $ac_try) 2>&5
39132 ac_status=$?
39133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39134 (exit $ac_status); }; } &&
39135 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39137 (eval $ac_try) 2>&5
39138 ac_status=$?
39139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39140 (exit $ac_status); }; }; then
39141 ac_header_compiler=yes
39142else
39143 echo "$as_me: failed program was:" >&5
39144sed 's/^/| /' conftest.$ac_ext >&5
39145
39146ac_header_compiler=no
39147fi
ac1cb8d3 39148rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39149echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39150echo "${ECHO_T}$ac_header_compiler" >&6
39151
39152# Is the header present?
39153echo "$as_me:$LINENO: checking $ac_header presence" >&5
39154echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39155cat >conftest.$ac_ext <<_ACEOF
39156/* confdefs.h. */
39157_ACEOF
39158cat confdefs.h >>conftest.$ac_ext
39159cat >>conftest.$ac_ext <<_ACEOF
39160/* end confdefs.h. */
39161#include <$ac_header>
39162_ACEOF
39163if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39164 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
39165 ac_status=$?
39166 grep -v '^ *+' conftest.er1 >conftest.err
39167 rm -f conftest.er1
39168 cat conftest.err >&5
39169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39170 (exit $ac_status); } >/dev/null; then
39171 if test -s conftest.err; then
39172 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 39173 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
39174 else
39175 ac_cpp_err=
39176 fi
39177else
39178 ac_cpp_err=yes
39179fi
39180if test -z "$ac_cpp_err"; then
39181 ac_header_preproc=yes
39182else
39183 echo "$as_me: failed program was:" >&5
39184sed 's/^/| /' conftest.$ac_ext >&5
39185
39186 ac_header_preproc=no
39187fi
39188rm -f conftest.err conftest.$ac_ext
39189echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39190echo "${ECHO_T}$ac_header_preproc" >&6
39191
39192# So? What about this header?
ac1cb8d3
VS
39193case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39194 yes:no: )
a848cd7e
SC
39195 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39196echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
39197 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39198echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39199 ac_header_preproc=yes
a848cd7e 39200 ;;
ac1cb8d3 39201 no:yes:* )
a848cd7e
SC
39202 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39203echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
39204 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39205echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39206 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39207echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39208 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39209echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
39210 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39211echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
39212 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39213echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
39214 (
39215 cat <<\_ASBOX
ac1cb8d3
VS
39216## ----------------------------------------- ##
39217## Report this to wx-dev@lists.wxwidgets.org ##
39218## ----------------------------------------- ##
a848cd7e
SC
39219_ASBOX
39220 ) |
39221 sed "s/^/$as_me: WARNING: /" >&2
39222 ;;
39223esac
39224echo "$as_me:$LINENO: checking for $ac_header" >&5
39225echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39226if eval "test \"\${$as_ac_Header+set}\" = set"; then
39227 echo $ECHO_N "(cached) $ECHO_C" >&6
39228else
ac1cb8d3 39229 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
39230fi
39231echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39232echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39233
39234fi
39235if test `eval echo '${'$as_ac_Header'}'` = yes; then
39236 cat >>confdefs.h <<_ACEOF
39237#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39238_ACEOF
ee45c548 39239 wxUSE_JOYSTICK=yes
a848cd7e
SC
39240fi
39241
39242done
39243
ee45c548 39244 fi
4cb1d3da 39245
ee45c548
MW
39246 if test "$wxUSE_JOYSTICK" = "yes"; then
39247 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
39248#define wxUSE_JOYSTICK 1
39249_ACEOF
39250
ee45c548
MW
39251 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
39252 else
39253 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
39254echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
a848cd7e
SC
39255 fi
39256fi
39257
39258
39259
39260if test "$wxUSE_FONTMAP" = "yes" ; then
39261 cat >>confdefs.h <<\_ACEOF
39262#define wxUSE_FONTMAP 1
39263_ACEOF
39264
39265fi
39266
39267if test "$wxUSE_UNICODE" = "yes" ; then
39268 cat >>confdefs.h <<\_ACEOF
39269#define wxUSE_UNICODE 1
39270_ACEOF
39271
39272
39273 if test "$USE_WIN32" != 1; then
39274 wxUSE_UNICODE_MSLU=no
39275 fi
39276
39277 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
39278 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
39279echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
39280if test "${ac_cv_lib_unicows_main+set}" = set; then
39281 echo $ECHO_N "(cached) $ECHO_C" >&6
39282else
39283 ac_check_lib_save_LIBS=$LIBS
39284LIBS="-lunicows $LIBS"
39285cat >conftest.$ac_ext <<_ACEOF
39286/* confdefs.h. */
39287_ACEOF
39288cat confdefs.h >>conftest.$ac_ext
39289cat >>conftest.$ac_ext <<_ACEOF
39290/* end confdefs.h. */
39291
39292
39293int
39294main ()
39295{
39296main ();
39297 ;
39298 return 0;
39299}
39300_ACEOF
39301rm -f conftest.$ac_objext conftest$ac_exeext
39302if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39303 (eval $ac_link) 2>conftest.er1
a848cd7e 39304 ac_status=$?
ac1cb8d3
VS
39305 grep -v '^ *+' conftest.er1 >conftest.err
39306 rm -f conftest.er1
39307 cat conftest.err >&5
a848cd7e
SC
39308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39309 (exit $ac_status); } &&
ddd14b14
RR
39310 { ac_try='test -z "$ac_c_werror_flag"
39311 || test ! -s conftest.err'
ac1cb8d3
VS
39312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39313 (eval $ac_try) 2>&5
39314 ac_status=$?
39315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39316 (exit $ac_status); }; } &&
39317 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39319 (eval $ac_try) 2>&5
39320 ac_status=$?
39321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39322 (exit $ac_status); }; }; then
39323 ac_cv_lib_unicows_main=yes
39324else
39325 echo "$as_me: failed program was:" >&5
39326sed 's/^/| /' conftest.$ac_ext >&5
39327
39328ac_cv_lib_unicows_main=no
39329fi
ac1cb8d3
VS
39330rm -f conftest.err conftest.$ac_objext \
39331 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39332LIBS=$ac_check_lib_save_LIBS
39333fi
39334echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
39335echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
39336if test $ac_cv_lib_unicows_main = yes; then
39337
39338 cat >>confdefs.h <<\_ACEOF
39339#define wxUSE_UNICODE_MSLU 1
39340_ACEOF
39341
39342
39343else
39344
39345 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
39346 Applications will only run on Windows NT/2000/XP!" >&5
39347echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
39348 Applications will only run on Windows NT/2000/XP!" >&2;}
39349 wxUSE_UNICODE_MSLU=no
39350
39351fi
39352
39353 fi
39354fi
39355
39356if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
39357 cat >>confdefs.h <<\_ACEOF
39358#define wxUSE_EXPERIMENTAL_PRINTF 1
39359_ACEOF
39360
39361fi
39362
39363
39364if test "$wxUSE_POSTSCRIPT" = "yes" ; then
39365 cat >>confdefs.h <<\_ACEOF
39366#define wxUSE_POSTSCRIPT 1
39367_ACEOF
39368
39369fi
39370
39371cat >>confdefs.h <<\_ACEOF
39372#define wxUSE_AFM_FOR_POSTSCRIPT 1
39373_ACEOF
39374
39375
39376cat >>confdefs.h <<\_ACEOF
39377#define wxUSE_NORMALIZED_PS_FONTS 1
39378_ACEOF
39379
39380
39381
39382if test "$wxUSE_CONSTRAINTS" = "yes"; then
39383 cat >>confdefs.h <<\_ACEOF
39384#define wxUSE_CONSTRAINTS 1
39385_ACEOF
39386
39387 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
39388fi
39389
8a7b1113
VZ
39390if test "$wxUSE_MDI" = "yes"; then
39391 cat >>confdefs.h <<\_ACEOF
39392#define wxUSE_MDI 1
39393_ACEOF
39394
39395
39396 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39397 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
39398#define wxUSE_MDI_ARCHITECTURE 1
39399_ACEOF
39400
8a7b1113
VZ
39401 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
39402 fi
a848cd7e
SC
39403fi
39404
39405if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
39406 cat >>confdefs.h <<\_ACEOF
39407#define wxUSE_DOC_VIEW_ARCHITECTURE 1
39408_ACEOF
39409
39410 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
39411 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39412 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
39413 fi
39414fi
39415
39416if test "$wxUSE_HELP" = "yes"; then
39417 cat >>confdefs.h <<\_ACEOF
39418#define wxUSE_HELP 1
39419_ACEOF
39420
39421 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
39422
39423 if test "$wxUSE_MSW" = 1; then
39424 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
39425 cat >>confdefs.h <<\_ACEOF
39426#define wxUSE_MS_HTML_HELP 1
39427_ACEOF
39428
39429 fi
39430 fi
39431
39432 if test "$wxUSE_WXHTML_HELP" = "yes"; then
39433 if test "$wxUSE_HTML" = "yes"; then
39434 cat >>confdefs.h <<\_ACEOF
39435#define wxUSE_WXHTML_HELP 1
39436_ACEOF
39437
39438 else
39439 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
39440echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
39441 wxUSE_WXHTML_HELP=no
39442 fi
39443 fi
39444fi
39445
39446if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
39447 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39448 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
39449echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
39450 else
39451 cat >>confdefs.h <<\_ACEOF
39452#define wxUSE_PRINTING_ARCHITECTURE 1
39453_ACEOF
39454
39455 fi
39456 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
39457fi
39458
39459if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
39460 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
39461echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
39462 { (exit 1); exit 1; }; }
39463fi
39464
39465
39466if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
39467 -o "$wxUSE_CLIPBOARD" = "yes" \
39468 -o "$wxUSE_OLE" = "yes" \
39469 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
39470
39471for ac_header in ole2.h
39472do
39473as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39474if eval "test \"\${$as_ac_Header+set}\" = set"; then
39475 echo "$as_me:$LINENO: checking for $ac_header" >&5
39476echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39477if eval "test \"\${$as_ac_Header+set}\" = set"; then
39478 echo $ECHO_N "(cached) $ECHO_C" >&6
39479fi
39480echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39481echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39482else
39483 # Is the header compilable?
39484echo "$as_me:$LINENO: checking $ac_header usability" >&5
39485echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39486cat >conftest.$ac_ext <<_ACEOF
39487/* confdefs.h. */
39488_ACEOF
39489cat confdefs.h >>conftest.$ac_ext
39490cat >>conftest.$ac_ext <<_ACEOF
39491/* end confdefs.h. */
39492$ac_includes_default
39493#include <$ac_header>
39494_ACEOF
39495rm -f conftest.$ac_objext
39496if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39497 (eval $ac_compile) 2>conftest.er1
a848cd7e 39498 ac_status=$?
ac1cb8d3
VS
39499 grep -v '^ *+' conftest.er1 >conftest.err
39500 rm -f conftest.er1
39501 cat conftest.err >&5
a848cd7e
SC
39502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39503 (exit $ac_status); } &&
ddd14b14
RR
39504 { ac_try='test -z "$ac_c_werror_flag"
39505 || test ! -s conftest.err'
ac1cb8d3
VS
39506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39507 (eval $ac_try) 2>&5
39508 ac_status=$?
39509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39510 (exit $ac_status); }; } &&
39511 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39513 (eval $ac_try) 2>&5
39514 ac_status=$?
39515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39516 (exit $ac_status); }; }; then
39517 ac_header_compiler=yes
39518else
39519 echo "$as_me: failed program was:" >&5
39520sed 's/^/| /' conftest.$ac_ext >&5
39521
39522ac_header_compiler=no
39523fi
ac1cb8d3 39524rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39525echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39526echo "${ECHO_T}$ac_header_compiler" >&6
39527
39528# Is the header present?
39529echo "$as_me:$LINENO: checking $ac_header presence" >&5
39530echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39531cat >conftest.$ac_ext <<_ACEOF
39532/* confdefs.h. */
39533_ACEOF
39534cat confdefs.h >>conftest.$ac_ext
39535cat >>conftest.$ac_ext <<_ACEOF
39536/* end confdefs.h. */
39537#include <$ac_header>
39538_ACEOF
39539if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39540 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
39541 ac_status=$?
39542 grep -v '^ *+' conftest.er1 >conftest.err
39543 rm -f conftest.er1
39544 cat conftest.err >&5
39545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39546 (exit $ac_status); } >/dev/null; then
39547 if test -s conftest.err; then
39548 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 39549 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
39550 else
39551 ac_cpp_err=
39552 fi
39553else
39554 ac_cpp_err=yes
39555fi
39556if test -z "$ac_cpp_err"; then
39557 ac_header_preproc=yes
39558else
39559 echo "$as_me: failed program was:" >&5
39560sed 's/^/| /' conftest.$ac_ext >&5
39561
39562 ac_header_preproc=no
39563fi
39564rm -f conftest.err conftest.$ac_ext
39565echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39566echo "${ECHO_T}$ac_header_preproc" >&6
39567
39568# So? What about this header?
ac1cb8d3
VS
39569case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39570 yes:no: )
a848cd7e
SC
39571 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39572echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
39573 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39574echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39575 ac_header_preproc=yes
a848cd7e 39576 ;;
ac1cb8d3 39577 no:yes:* )
a848cd7e
SC
39578 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39579echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
39580 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39581echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39582 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39583echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39584 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39585echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
39586 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39587echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
39588 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39589echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
39590 (
39591 cat <<\_ASBOX
ac1cb8d3
VS
39592## ----------------------------------------- ##
39593## Report this to wx-dev@lists.wxwidgets.org ##
39594## ----------------------------------------- ##
a848cd7e
SC
39595_ASBOX
39596 ) |
39597 sed "s/^/$as_me: WARNING: /" >&2
39598 ;;
39599esac
39600echo "$as_me:$LINENO: checking for $ac_header" >&5
39601echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39602if eval "test \"\${$as_ac_Header+set}\" = set"; then
39603 echo $ECHO_N "(cached) $ECHO_C" >&6
39604else
ac1cb8d3 39605 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
39606fi
39607echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39608echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39609
39610fi
39611if test `eval echo '${'$as_ac_Header'}'` = yes; then
39612 cat >>confdefs.h <<_ACEOF
39613#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39614_ACEOF
39615
39616fi
39617
39618done
39619
39620
39621 if test "$ac_cv_header_ole2_h" = "yes" ; then
39622 if test "$GCC" = yes ; then
39623
39624
39625 ac_ext=cc
39626ac_cpp='$CXXCPP $CPPFLAGS'
39627ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39628ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39629ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39630
39631
39632 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
39633echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
39634 cat >conftest.$ac_ext <<_ACEOF
39635/* confdefs.h. */
39636_ACEOF
39637cat confdefs.h >>conftest.$ac_ext
39638cat >>conftest.$ac_ext <<_ACEOF
39639/* end confdefs.h. */
39640#include <windows.h>
39641 #include <ole2.h>
39642int
39643main ()
39644{
39645
39646 ;
39647 return 0;
39648}
39649_ACEOF
39650rm -f conftest.$ac_objext
39651if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39652 (eval $ac_compile) 2>conftest.er1
a848cd7e 39653 ac_status=$?
ac1cb8d3
VS
39654 grep -v '^ *+' conftest.er1 >conftest.err
39655 rm -f conftest.er1
39656 cat conftest.err >&5
a848cd7e
SC
39657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39658 (exit $ac_status); } &&
ddd14b14
RR
39659 { ac_try='test -z "$ac_cxx_werror_flag"
39660 || test ! -s conftest.err'
ac1cb8d3
VS
39661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39662 (eval $ac_try) 2>&5
39663 ac_status=$?
39664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39665 (exit $ac_status); }; } &&
39666 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39668 (eval $ac_try) 2>&5
39669 ac_status=$?
39670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39671 (exit $ac_status); }; }; then
39672 echo "$as_me:$LINENO: result: no" >&5
39673echo "${ECHO_T}no" >&6
39674else
39675 echo "$as_me: failed program was:" >&5
39676sed 's/^/| /' conftest.$ac_ext >&5
39677
39678echo "$as_me:$LINENO: result: yes" >&5
39679echo "${ECHO_T}yes" >&6
39680 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
39681fi
ac1cb8d3 39682rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39683 ac_ext=c
39684ac_cpp='$CPP $CPPFLAGS'
39685ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39686ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39687ac_compiler_gnu=$ac_cv_c_compiler_gnu
39688
a848cd7e
SC
39689 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
39690 if test "$wxUSE_OLE" = "yes" ; then
39691 cat >>confdefs.h <<\_ACEOF
39692#define wxUSE_OLE 1
39693_ACEOF
39694
0b78747f 39695 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
a848cd7e
SC
39696 fi
39697 fi
39698
39699 if test "$wxUSE_DATAOBJ" = "yes" ; then
39700 cat >>confdefs.h <<\_ACEOF
39701#define wxUSE_DATAOBJ 1
39702_ACEOF
39703
39704 fi
39705 else
39706 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
39707echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
39708
39709 wxUSE_CLIPBOARD=no
39710 wxUSE_DRAG_AND_DROP=no
39711 wxUSE_DATAOBJ=no
39712 wxUSE_OLE=no
39713 fi
39714
39715 if test "$wxUSE_METAFILE" = "yes"; then
39716 cat >>confdefs.h <<\_ACEOF
39717#define wxUSE_METAFILE 1
39718_ACEOF
39719
39720
39721 cat >>confdefs.h <<\_ACEOF
39722#define wxUSE_ENH_METAFILE 1
39723_ACEOF
39724
39725 fi
39726fi
39727
39728if test "$wxUSE_IPC" = "yes"; then
0b78747f 39729 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
77ffb593
JS
39730 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
39731echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
0b78747f 39732 wxUSE_IPC=no
a848cd7e
SC
39733 fi
39734
0b78747f
MW
39735 if test "$wxUSE_IPC" = "yes"; then
39736 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
39737#define wxUSE_IPC 1
39738_ACEOF
39739
0b78747f
MW
39740 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
39741 fi
a848cd7e
SC
39742fi
39743
39744if test "$wxUSE_CLIPBOARD" = "yes"; then
39745 if test "$wxUSE_MGL" = 1; then
39746 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
39747echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
39748 wxUSE_CLIPBOARD=no
39749 fi
39750
39751 if test "$wxUSE_CLIPBOARD" = "yes"; then
39752 cat >>confdefs.h <<\_ACEOF
39753#define wxUSE_CLIPBOARD 1
39754_ACEOF
39755
39756
39757 cat >>confdefs.h <<\_ACEOF
39758#define wxUSE_DATAOBJ 1
39759_ACEOF
39760
39761 fi
39762fi
39763
39764if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
39765 if test "$wxUSE_GTK" = 1; then
39766 if test "$WXGTK12" != 1; then
39767 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
39768echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
39769 wxUSE_DRAG_AND_DROP=no
39770 fi
39771 fi
39772
39773 if test "$wxUSE_MOTIF" = 1; then
39774 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
39775echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
39776 wxUSE_DRAG_AND_DROP=no
39777 fi
39778
39779 if test "$wxUSE_X11" = 1; then
39780 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
39781echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
39782 wxUSE_DRAG_AND_DROP=no
39783 fi
39784
39785 if test "$wxUSE_MGL" = 1; then
39786 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
39787echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
39788 wxUSE_DRAG_AND_DROP=no
39789 fi
39790
39791 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
39792 cat >>confdefs.h <<\_ACEOF
39793#define wxUSE_DRAG_AND_DROP 1
39794_ACEOF
39795
39796 fi
39797
39798fi
39799
39800if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
39801 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
39802fi
39803
39804if test "$wxUSE_SPLINES" = "yes" ; then
39805 cat >>confdefs.h <<\_ACEOF
39806#define wxUSE_SPLINES 1
39807_ACEOF
39808
39809fi
39810
fbe2ca43
SN
39811if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
39812 cat >>confdefs.h <<\_ACEOF
39813#define wxUSE_MOUSEWHEEL 1
39814_ACEOF
39815
39816fi
39817
a848cd7e
SC
39818
39819USES_CONTROLS=0
39820if test "$wxUSE_CONTROLS" = "yes"; then
39821 USES_CONTROLS=1
39822fi
39823
39824if test "$wxUSE_ACCEL" = "yes"; then
39825 cat >>confdefs.h <<\_ACEOF
39826#define wxUSE_ACCEL 1
39827_ACEOF
39828
39829 USES_CONTROLS=1
39830fi
39831
39832if test "$wxUSE_BUTTON" = "yes"; then
39833 cat >>confdefs.h <<\_ACEOF
39834#define wxUSE_BUTTON 1
39835_ACEOF
39836
39837 USES_CONTROLS=1
39838fi
39839
39840if test "$wxUSE_BMPBUTTON" = "yes"; then
39841 cat >>confdefs.h <<\_ACEOF
39842#define wxUSE_BMPBUTTON 1
39843_ACEOF
39844
39845 USES_CONTROLS=1
39846fi
39847
39848if test "$wxUSE_CALCTRL" = "yes"; then
39849 cat >>confdefs.h <<\_ACEOF
39850#define wxUSE_CALENDARCTRL 1
39851_ACEOF
39852
39853 USES_CONTROLS=1
39854 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
39855fi
39856
39857if test "$wxUSE_CARET" = "yes"; then
39858 cat >>confdefs.h <<\_ACEOF
39859#define wxUSE_CARET 1
39860_ACEOF
39861
39862 USES_CONTROLS=1
39863 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
39864fi
39865
39866if test "$wxUSE_COMBOBOX" = "yes"; then
39867 cat >>confdefs.h <<\_ACEOF
39868#define wxUSE_COMBOBOX 1
39869_ACEOF
39870
39871 USES_CONTROLS=1
39872fi
39873
39874if test "$wxUSE_CHOICE" = "yes"; then
39875 cat >>confdefs.h <<\_ACEOF
39876#define wxUSE_CHOICE 1
39877_ACEOF
39878
39879 USES_CONTROLS=1
39880fi
39881
92bbdbcd
WS
39882if test "$wxUSE_CHOICEBOOK" = "yes"; then
39883 cat >>confdefs.h <<\_ACEOF
39884#define wxUSE_CHOICEBOOK 1
39885_ACEOF
39886
39887 USES_CONTROLS=1
39888fi
39889
a848cd7e
SC
39890if test "$wxUSE_CHECKBOX" = "yes"; then
39891 cat >>confdefs.h <<\_ACEOF
39892#define wxUSE_CHECKBOX 1
39893_ACEOF
39894
39895 USES_CONTROLS=1
39896fi
39897
39898if test "$wxUSE_CHECKLST" = "yes"; then
39899 cat >>confdefs.h <<\_ACEOF
39900#define wxUSE_CHECKLISTBOX 1
39901_ACEOF
39902
39903 USES_CONTROLS=1
39904 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
39905fi
39906
da98e9be
VZ
39907if test "$wxUSE_DATEPICKCTRL" = "yes"; then
39908 cat >>confdefs.h <<\_ACEOF
39909#define wxUSE_DATEPICKCTRL 1
39910_ACEOF
39911
39912 USES_CONTROLS=1
39913fi
39914
a848cd7e
SC
39915if test "$wxUSE_DISPLAY" = "yes"; then
39916 cat >>confdefs.h <<\_ACEOF
39917#define wxUSE_DISPLAY 1
39918_ACEOF
39919
0b78747f 39920 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
a848cd7e
SC
39921fi
39922
39923if test "$wxUSE_GAUGE" = "yes"; then
39924 cat >>confdefs.h <<\_ACEOF
39925#define wxUSE_GAUGE 1
39926_ACEOF
39927
39928 USES_CONTROLS=1
39929fi
39930
39931if test "$wxUSE_GRID" = "yes"; then
39932 cat >>confdefs.h <<\_ACEOF
39933#define wxUSE_GRID 1
39934_ACEOF
39935
39936 USES_CONTROLS=1
39937 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
39938fi
39939
39940if test "$wxUSE_IMAGLIST" = "yes"; then
39941 cat >>confdefs.h <<\_ACEOF
39942#define wxUSE_IMAGLIST 1
39943_ACEOF
39944
39945fi
39946
39947if test "$wxUSE_LISTBOOK" = "yes"; then
39948 cat >>confdefs.h <<\_ACEOF
39949#define wxUSE_LISTBOOK 1
39950_ACEOF
39951
39952 USES_CONTROLS=1
39953fi
39954
39955if test "$wxUSE_LISTBOX" = "yes"; then
39956 cat >>confdefs.h <<\_ACEOF
39957#define wxUSE_LISTBOX 1
39958_ACEOF
39959
39960 USES_CONTROLS=1
0b78747f 39961 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
a848cd7e
SC
39962fi
39963
39964if test "$wxUSE_LISTCTRL" = "yes"; then
39965 if test "$wxUSE_IMAGLIST" = "yes"; then
39966 cat >>confdefs.h <<\_ACEOF
39967#define wxUSE_LISTCTRL 1
39968_ACEOF
39969
39970 USES_CONTROLS=1
39971 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
39972 else
39973 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
39974echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
39975 fi
39976fi
39977
39978if test "$wxUSE_NOTEBOOK" = "yes"; then
39979 cat >>confdefs.h <<\_ACEOF
39980#define wxUSE_NOTEBOOK 1
39981_ACEOF
39982
39983 USES_CONTROLS=1
39984 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
39985fi
39986
39987
39988if test "$wxUSE_RADIOBOX" = "yes"; then
39989 cat >>confdefs.h <<\_ACEOF
39990#define wxUSE_RADIOBOX 1
39991_ACEOF
39992
39993 USES_CONTROLS=1
39994fi
39995
39996if test "$wxUSE_RADIOBTN" = "yes"; then
39997 cat >>confdefs.h <<\_ACEOF
39998#define wxUSE_RADIOBTN 1
39999_ACEOF
40000
40001 USES_CONTROLS=1
40002fi
40003
40004if test "$wxUSE_SASH" = "yes"; then
40005 cat >>confdefs.h <<\_ACEOF
40006#define wxUSE_SASH 1
40007_ACEOF
40008
40009 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
40010fi
40011
40012if test "$wxUSE_SCROLLBAR" = "yes"; then
40013 cat >>confdefs.h <<\_ACEOF
40014#define wxUSE_SCROLLBAR 1
40015_ACEOF
40016
40017 USES_CONTROLS=1
40018 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
40019fi
40020
40021if test "$wxUSE_SLIDER" = "yes"; then
40022 cat >>confdefs.h <<\_ACEOF
40023#define wxUSE_SLIDER 1
40024_ACEOF
40025
40026 USES_CONTROLS=1
40027fi
40028
40029if test "$wxUSE_SPINBTN" = "yes"; then
40030 cat >>confdefs.h <<\_ACEOF
40031#define wxUSE_SPINBTN 1
40032_ACEOF
40033
40034 USES_CONTROLS=1
40035fi
40036
40037if test "$wxUSE_SPINCTRL" = "yes"; then
40038 cat >>confdefs.h <<\_ACEOF
40039#define wxUSE_SPINCTRL 1
40040_ACEOF
40041
40042 USES_CONTROLS=1
40043fi
40044
40045if test "$wxUSE_SPLITTER" = "yes"; then
40046 cat >>confdefs.h <<\_ACEOF
40047#define wxUSE_SPLITTER 1
40048_ACEOF
40049
40050 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
40051fi
40052
40053if test "$wxUSE_STATBMP" = "yes"; then
40054 cat >>confdefs.h <<\_ACEOF
40055#define wxUSE_STATBMP 1
40056_ACEOF
40057
40058 USES_CONTROLS=1
40059fi
40060
40061if test "$wxUSE_STATBOX" = "yes"; then
40062 cat >>confdefs.h <<\_ACEOF
40063#define wxUSE_STATBOX 1
40064_ACEOF
40065
40066 USES_CONTROLS=1
40067fi
40068
40069if test "$wxUSE_STATTEXT" = "yes"; then
40070 cat >>confdefs.h <<\_ACEOF
40071#define wxUSE_STATTEXT 1
40072_ACEOF
40073
40074 USES_CONTROLS=1
40075fi
40076
40077if test "$wxUSE_STATLINE" = "yes"; then
40078 cat >>confdefs.h <<\_ACEOF
40079#define wxUSE_STATLINE 1
40080_ACEOF
40081
40082 USES_CONTROLS=1
40083fi
40084
40085if test "$wxUSE_STATUSBAR" = "yes"; then
da4486fb
VZ
40086 cat >>confdefs.h <<\_ACEOF
40087#define wxUSE_NATIVE_STATUSBAR 1
40088_ACEOF
40089
a848cd7e
SC
40090 cat >>confdefs.h <<\_ACEOF
40091#define wxUSE_STATUSBAR 1
40092_ACEOF
40093
40094 USES_CONTROLS=1
40095
40096 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
40097fi
40098
40099if test "$wxUSE_TABDIALOG" = "yes"; then
40100 cat >>confdefs.h <<\_ACEOF
40101#define wxUSE_TAB_DIALOG 1
40102_ACEOF
40103
a848cd7e
SC
40104fi
40105
40106if test "$wxUSE_TEXTCTRL" = "yes"; then
40107 cat >>confdefs.h <<\_ACEOF
40108#define wxUSE_TEXTCTRL 1
40109_ACEOF
40110
40111 USES_CONTROLS=1
40112 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
40113fi
40114
40115if test "$wxUSE_TOGGLEBTN" = "yes"; then
40116 if test "$wxUSE_COCOA" = 1 ; then
40117 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
40118echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
40119 wxUSE_TOGGLEBTN=no
40120 fi
40121 if test "$wxUSE_UNIVERSAL" = "yes"; then
40122 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
40123echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
40124 wxUSE_TOGGLEBTN=no
40125 fi
40126
40127 if test "$wxUSE_TOGGLEBTN" = "yes"; then
40128 cat >>confdefs.h <<\_ACEOF
40129#define wxUSE_TOGGLEBTN 1
40130_ACEOF
40131
40132 USES_CONTROLS=1
40133 fi
40134fi
40135
40136if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
40137 cat >>confdefs.h <<\_ACEOF
40138#define wxUSE_TOOLBAR_SIMPLE 1
40139_ACEOF
40140
40141 wxUSE_TOOLBAR="yes"
40142 USES_CONTROLS=1
40143fi
40144
40145if test "$wxUSE_TOOLBAR" = "yes"; then
40146 cat >>confdefs.h <<\_ACEOF
40147#define wxUSE_TOOLBAR 1
40148_ACEOF
40149
40150 USES_CONTROLS=1
40151
40152 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
40153 wxUSE_TOOLBAR_NATIVE="yes"
40154 fi
40155
40156 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
40157 cat >>confdefs.h <<\_ACEOF
40158#define wxUSE_TOOLBAR_NATIVE 1
40159_ACEOF
40160
40161 USES_CONTROLS=1
40162 fi
40163
40164 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
40165fi
40166
40167if test "$wxUSE_TOOLTIPS" = "yes"; then
40168 if test "$wxUSE_MOTIF" = 1; then
40169 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
40170echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
40171 else
40172 if test "$wxUSE_UNIVERSAL" = "yes"; then
40173 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
40174echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
40175 else
40176 cat >>confdefs.h <<\_ACEOF
40177#define wxUSE_TOOLTIPS 1
40178_ACEOF
40179
40180 fi
40181 fi
40182fi
40183
40184if test "$wxUSE_TREECTRL" = "yes"; then
40185 if test "$wxUSE_IMAGLIST" = "yes"; then
40186 cat >>confdefs.h <<\_ACEOF
40187#define wxUSE_TREECTRL 1
40188_ACEOF
40189
40190 USES_CONTROLS=1
40191 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
40192 else
40193 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
40194echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
40195 fi
40196fi
40197
40198if test "$wxUSE_POPUPWIN" = "yes"; then
40199 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40200 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
40201echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
40202 else
40203 if test "$wxUSE_PM" = 1; then
40204 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
40205echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
40206 else
40207 cat >>confdefs.h <<\_ACEOF
40208#define wxUSE_POPUPWIN 1
40209_ACEOF
40210
0b78747f 40211 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
a848cd7e
SC
40212
40213 USES_CONTROLS=1
40214 fi
40215 fi
40216fi
40217
0dcd06dd 40218if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
b843b628
MB
40219 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40220 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
40221echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
40222 else
40223 cat >>confdefs.h <<\_ACEOF
40224#define wxUSE_DIALUP_MANAGER 1
40225_ACEOF
40226
40227 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
40228 fi
40229fi
40230
a848cd7e
SC
40231if test "$wxUSE_TIPWINDOW" = "yes"; then
40232 if test "$wxUSE_PM" = 1; then
40233 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
40234echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
40235 else
40236 cat >>confdefs.h <<\_ACEOF
40237#define wxUSE_TIPWINDOW 1
40238_ACEOF
40239
40240 fi
40241fi
40242
40243if test "$USES_CONTROLS" = 1; then
40244 cat >>confdefs.h <<\_ACEOF
40245#define wxUSE_CONTROLS 1
40246_ACEOF
40247
40248fi
40249
40250
40251if test "$wxUSE_ACCESSIBILITY" = "yes"; then
40252 cat >>confdefs.h <<\_ACEOF
40253#define wxUSE_ACCESSIBILITY 1
40254_ACEOF
40255
40256 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
40257fi
40258
40259if test "$wxUSE_DRAGIMAGE" = "yes"; then
40260 cat >>confdefs.h <<\_ACEOF
40261#define wxUSE_DRAGIMAGE 1
40262_ACEOF
40263
40264 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
40265fi
40266
40267if test "$wxUSE_EXCEPTIONS" = "yes"; then
07bea8f0
VS
40268 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
40269 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
40270echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
40271 else
40272 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
40273#define wxUSE_EXCEPTIONS 1
40274_ACEOF
40275
07bea8f0
VS
40276 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
40277 fi
a848cd7e
SC
40278fi
40279
40280USE_HTML=0
40281if test "$wxUSE_HTML" = "yes"; then
40282 cat >>confdefs.h <<\_ACEOF
40283#define wxUSE_HTML 1
40284_ACEOF
40285
40286 USE_HTML=1
40287 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
de59c161
RD
40288 if test "$wxUSE_MAC" = 1; then
40289 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
40290 fi
a848cd7e 40291fi
646b6ec1 40292if test "$wxUSE_WEBKIT" = "yes"; then
1e9e8aba 40293 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
07bea8f0
VS
40294 old_CPPFLAGS="$CPPFLAGS"
40295 CPPFLAGS="$CPPFLAGS -x objective-c++"
40296 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
40297echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
40298if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
40299 echo $ECHO_N "(cached) $ECHO_C" >&6
40300else
40301 cat >conftest.$ac_ext <<_ACEOF
40302/* confdefs.h. */
40303_ACEOF
40304cat confdefs.h >>conftest.$ac_ext
40305cat >>conftest.$ac_ext <<_ACEOF
40306/* end confdefs.h. */
40307#include <Carbon/Carbon.h>
40308
40309#include <WebKit/HIWebView.h>
40310_ACEOF
40311rm -f conftest.$ac_objext
40312if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40313 (eval $ac_compile) 2>conftest.er1
40314 ac_status=$?
40315 grep -v '^ *+' conftest.er1 >conftest.err
40316 rm -f conftest.er1
40317 cat conftest.err >&5
40318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40319 (exit $ac_status); } &&
ddd14b14
RR
40320 { ac_try='test -z "$ac_c_werror_flag"
40321 || test ! -s conftest.err'
07bea8f0
VS
40322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40323 (eval $ac_try) 2>&5
40324 ac_status=$?
40325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40326 (exit $ac_status); }; } &&
40327 { ac_try='test -s conftest.$ac_objext'
40328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40329 (eval $ac_try) 2>&5
40330 ac_status=$?
40331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40332 (exit $ac_status); }; }; then
40333 ac_cv_header_WebKit_HIWebView_h=yes
40334else
40335 echo "$as_me: failed program was:" >&5
40336sed 's/^/| /' conftest.$ac_ext >&5
40337
40338ac_cv_header_WebKit_HIWebView_h=no
40339fi
40340rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40341fi
40342echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
40343echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
40344if test $ac_cv_header_WebKit_HIWebView_h = yes; then
40345
40346 cat >>confdefs.h <<\_ACEOF
646b6ec1
VS
40347#define wxUSE_WEBKIT 1
40348_ACEOF
40349
07bea8f0
VS
40350 WEBKIT_LINK="-framework WebKit"
40351
40352else
40353
40354 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
40355echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
40356 wxUSE_WEBKIT=no
40357
646b6ec1
VS
40358fi
40359
07bea8f0
VS
40360
40361 CPPFLAGS="$old_CPPFLAGS"
40362 elif test "$wxUSE_COCOA" = 1; then
40363 cat >>confdefs.h <<\_ACEOF
40364#define wxUSE_WEBKIT 1
40365_ACEOF
40366
40367 else
40368 wxUSE_WEBKIT=no
40369 fi
40370fi
40371
9a8f0513
VS
40372USE_XRC=0
40373if test "$wxUSE_XRC" = "yes"; then
d2ebf0b7
VS
40374 if test "$wxUSE_XML" != "yes"; then
40375 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
40376echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
40377 wxUSE_XRC=no
40378 else
40379 cat >>confdefs.h <<\_ACEOF
9a8f0513
VS
40380#define wxUSE_XRC 1
40381_ACEOF
40382
d2ebf0b7
VS
40383 USE_XRC=1
40384 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
40385 fi
9a8f0513 40386fi
07bea8f0 40387
a848cd7e
SC
40388if test "$wxUSE_MENUS" = "yes"; then
40389 cat >>confdefs.h <<\_ACEOF
40390#define wxUSE_MENUS 1
40391_ACEOF
40392
40393 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
40394fi
40395
40396if test "$wxUSE_METAFILE" = "yes"; then
40397 cat >>confdefs.h <<\_ACEOF
40398#define wxUSE_METAFILE 1
40399_ACEOF
40400
40401fi
40402
40403if test "$wxUSE_MIMETYPE" = "yes"; then
40404 cat >>confdefs.h <<\_ACEOF
40405#define wxUSE_MIMETYPE 1
40406_ACEOF
40407
40408fi
40409
40410if test "$wxUSE_MINIFRAME" = "yes"; then
40411 cat >>confdefs.h <<\_ACEOF
40412#define wxUSE_MINIFRAME 1
40413_ACEOF
40414
40415 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
40416fi
40417
40418if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
40419 cat >>confdefs.h <<\_ACEOF
40420#define wxUSE_SYSTEM_OPTIONS 1
40421_ACEOF
40422
40423 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
a49baeab 40424 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
a848cd7e
SC
40425 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
40426 fi
40427fi
40428
40429
40430if test "$wxUSE_VALIDATORS" = "yes"; then
40431 cat >>confdefs.h <<\_ACEOF
40432#define wxUSE_VALIDATORS 1
40433_ACEOF
40434
40435 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
40436fi
40437
40438if test "$wxUSE_PALETTE" = "yes" ; then
40439 cat >>confdefs.h <<\_ACEOF
40440#define wxUSE_PALETTE 1
40441_ACEOF
40442
40443fi
40444
40445if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
40446 LIBS=" -lunicows $LIBS"
40447fi
40448
40449
40450if test "$wxUSE_IMAGE" = "yes" ; then
40451 cat >>confdefs.h <<\_ACEOF
40452#define wxUSE_IMAGE 1
40453_ACEOF
40454
40455
40456 if test "$wxUSE_GIF" = "yes" ; then
40457 cat >>confdefs.h <<\_ACEOF
40458#define wxUSE_GIF 1
40459_ACEOF
40460
40461 fi
40462
40463 if test "$wxUSE_PCX" = "yes" ; then
40464 cat >>confdefs.h <<\_ACEOF
40465#define wxUSE_PCX 1
40466_ACEOF
40467
40468 fi
40469
40470 if test "$wxUSE_IFF" = "yes" ; then
40471 cat >>confdefs.h <<\_ACEOF
40472#define wxUSE_IFF 1
40473_ACEOF
40474
40475 fi
40476
40477 if test "$wxUSE_PNM" = "yes" ; then
40478 cat >>confdefs.h <<\_ACEOF
40479#define wxUSE_PNM 1
40480_ACEOF
40481
40482 fi
40483
40484 if test "$wxUSE_XPM" = "yes" ; then
40485 cat >>confdefs.h <<\_ACEOF
40486#define wxUSE_XPM 1
40487_ACEOF
40488
40489 fi
40490
40491 if test "$wxUSE_ICO_CUR" = "yes" ; then
40492 cat >>confdefs.h <<\_ACEOF
40493#define wxUSE_ICO_CUR 1
40494_ACEOF
40495
40496 fi
40497fi
40498
40499
40500if test "$wxUSE_CHOICEDLG" = "yes"; then
40501 cat >>confdefs.h <<\_ACEOF
40502#define wxUSE_CHOICEDLG 1
40503_ACEOF
40504
40505fi
40506
40507if test "$wxUSE_COLOURDLG" = "yes"; then
40508 cat >>confdefs.h <<\_ACEOF
40509#define wxUSE_COLOURDLG 1
40510_ACEOF
40511
40512fi
40513
40514if test "$wxUSE_FILEDLG" = "yes"; then
40515 cat >>confdefs.h <<\_ACEOF
40516#define wxUSE_FILEDLG 1
40517_ACEOF
40518
40519fi
40520
40521if test "$wxUSE_FINDREPLDLG" = "yes"; then
40522 cat >>confdefs.h <<\_ACEOF
40523#define wxUSE_FINDREPLDLG 1
40524_ACEOF
40525
40526fi
40527
40528if test "$wxUSE_FONTDLG" = "yes"; then
40529 cat >>confdefs.h <<\_ACEOF
40530#define wxUSE_FONTDLG 1
40531_ACEOF
40532
40533fi
40534
40535if test "$wxUSE_DIRDLG" = "yes"; then
40536 if test "$wxUSE_TREECTRL" != "yes"; then
40537 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
40538echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
40539 else
40540 cat >>confdefs.h <<\_ACEOF
40541#define wxUSE_DIRDLG 1
40542_ACEOF
40543
40544 fi
40545fi
40546
40547if test "$wxUSE_MSGDLG" = "yes"; then
40548 cat >>confdefs.h <<\_ACEOF
40549#define wxUSE_MSGDLG 1
40550_ACEOF
40551
40552fi
40553
40554if test "$wxUSE_NUMBERDLG" = "yes"; then
40555 cat >>confdefs.h <<\_ACEOF
40556#define wxUSE_NUMBERDLG 1
40557_ACEOF
40558
40559fi
40560
40561if test "$wxUSE_PROGRESSDLG" = "yes"; then
40562 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40563 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
40564echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
40565 else
40566 cat >>confdefs.h <<\_ACEOF
40567#define wxUSE_PROGRESSDLG 1
40568_ACEOF
40569
40570 fi
40571fi
40572
40573if test "$wxUSE_SPLASH" = "yes"; then
40574 cat >>confdefs.h <<\_ACEOF
40575#define wxUSE_SPLASH 1
40576_ACEOF
40577
2057db16 40578 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
a848cd7e
SC
40579fi
40580
40581if test "$wxUSE_STARTUP_TIPS" = "yes"; then
40582 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40583 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
40584echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
40585 else
40586 cat >>confdefs.h <<\_ACEOF
40587#define wxUSE_STARTUP_TIPS 1
40588_ACEOF
40589
40590 fi
40591fi
40592
40593if test "$wxUSE_TEXTDLG" = "yes"; then
40594 cat >>confdefs.h <<\_ACEOF
40595#define wxUSE_TEXTDLG 1
40596_ACEOF
40597
40598fi
40599
40600if test "$wxUSE_WIZARDDLG" = "yes"; then
40601 cat >>confdefs.h <<\_ACEOF
40602#define wxUSE_WIZARDDLG 1
40603_ACEOF
40604
40605 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
40606fi
40607
40608
ce756cb0 40609if test "$wxUSE_MEDIACTRL" = "yes"; then
ce756cb0
RN
40610 if test "$wxUSE_GTK" = 1; then
40611 wxUSE_GSTREAMER="yes"
40612
ce756cb0 40613
dae87f93 40614 succeeded=no
ce756cb0 40615
dae87f93
RN
40616 if test -z "$PKG_CONFIG"; then
40617 # Extract the first word of "pkg-config", so it can be a program name with args.
40618set dummy pkg-config; ac_word=$2
40619echo "$as_me:$LINENO: checking for $ac_word" >&5
40620echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40621if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
40622 echo $ECHO_N "(cached) $ECHO_C" >&6
40623else
40624 case $PKG_CONFIG in
40625 [\\/]* | ?:[\\/]*)
40626 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
40627 ;;
40628 *)
40629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40630for as_dir in $PATH
40631do
40632 IFS=$as_save_IFS
40633 test -z "$as_dir" && as_dir=.
40634 for ac_exec_ext in '' $ac_executable_extensions; do
40635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40636 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
40637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40638 break 2
40639 fi
40640done
40641done
40642
40643 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
40644 ;;
40645esac
40646fi
40647PKG_CONFIG=$ac_cv_path_PKG_CONFIG
40648
40649if test -n "$PKG_CONFIG"; then
40650 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
40651echo "${ECHO_T}$PKG_CONFIG" >&6
40652else
40653 echo "$as_me:$LINENO: result: no" >&5
40654echo "${ECHO_T}no" >&6
40655fi
40656
40657 fi
40658
40659 if test "$PKG_CONFIG" = "no" ; then
40660 echo "*** The pkg-config script could not be found. Make sure it is"
40661 echo "*** in your path, or set the PKG_CONFIG environment variable"
40662 echo "*** to the full path to pkg-config."
40663 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
40664 else
40665 PKG_CONFIG_MIN_VERSION=0.9.0
40666 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
40667 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
40668echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
40669
40670 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
40671 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 40672echo "${ECHO_T}yes" >&6
dae87f93 40673 succeeded=yes
ce756cb0 40674
dae87f93
RN
40675 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
40676echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
40677 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
40678 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
40679echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
40680
40681 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
40682echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
40683 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
40684 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
40685echo "${ECHO_T}$GSTREAMER_LIBS" >&6
40686 else
40687 GSTREAMER_CFLAGS=""
40688 GSTREAMER_LIBS=""
40689 ## If we have a custom action on failure, don't print errors, but
40690 ## do set a variable so people can do so.
40691 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
ce756cb0 40692
dae87f93
RN
40693 fi
40694
40695
40696
40697 else
40698 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
40699 echo "*** See http://www.freedesktop.org/software/pkgconfig"
40700 fi
40701 fi
40702
40703 if test $succeeded = yes; then
40704
40705 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
40706 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
ce756cb0 40707
ce756cb0 40708 else
dae87f93
RN
40709
40710 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
40711echo "$as_me: WARNING: GStreamer installation not found" >&2;}
40712 wxUSE_GSTREAMER="no"
40713
40714 fi
40715
40716
40717
40718
40719
40720 if test "x$GST_INSPECT" == "x"; then
40721 # Extract the first word of "gst-inspect", so it can be a program name with args.
40722set dummy gst-inspect; ac_word=$2
40723echo "$as_me:$LINENO: checking for $ac_word" >&5
40724echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40725if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
40726 echo $ECHO_N "(cached) $ECHO_C" >&6
40727else
40728 if test -n "$GST_INSPECT"; then
40729 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
40730else
40731as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40732for as_dir in $PATH
40733do
40734 IFS=$as_save_IFS
40735 test -z "$as_dir" && as_dir=.
40736 for ac_exec_ext in '' $ac_executable_extensions; do
40737 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40738 ac_cv_prog_GST_INSPECT="gst-inspect"
40739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40740 break 2
ce756cb0 40741 fi
dae87f93
RN
40742done
40743done
40744
40745fi
40746fi
40747GST_INSPECT=$ac_cv_prog_GST_INSPECT
40748if test -n "$GST_INSPECT"; then
40749 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
40750echo "${ECHO_T}$GST_INSPECT" >&6
40751else
40752 echo "$as_me:$LINENO: result: no" >&5
40753echo "${ECHO_T}no" >&6
40754fi
40755
40756 fi
40757
40758 if test "x$GST_INSPECT" != "x"; then
40759 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
40760echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
40761 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
40762 echo "$as_me:$LINENO: result: found." >&5
40763echo "${ECHO_T}found." >&6
ce756cb0 40764
ce756cb0 40765 else
dae87f93
RN
40766 echo "$as_me:$LINENO: result: not found." >&5
40767echo "${ECHO_T}not found." >&6
40768
40769 wxUSE_GSTREAMER="no"
40770 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
40771echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
40772
40773 fi
40774 fi
40775
40776
40777 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
40778echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
40779if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
40780 echo $ECHO_N "(cached) $ECHO_C" >&6
40781else
40782 cat >conftest.$ac_ext <<_ACEOF
ce756cb0
RN
40783/* confdefs.h. */
40784_ACEOF
40785cat confdefs.h >>conftest.$ac_ext
40786cat >>conftest.$ac_ext <<_ACEOF
40787/* end confdefs.h. */
dae87f93 40788#include <gst/gst.h>
ce756cb0 40789
dae87f93 40790#include <gst/xoverlay/xoverlay.h>
ce756cb0
RN
40791_ACEOF
40792rm -f conftest.$ac_objext
40793if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40794 (eval $ac_compile) 2>conftest.er1
40795 ac_status=$?
40796 grep -v '^ *+' conftest.er1 >conftest.err
40797 rm -f conftest.er1
40798 cat conftest.err >&5
40799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40800 (exit $ac_status); } &&
ddd14b14
RR
40801 { ac_try='test -z "$ac_c_werror_flag"
40802 || test ! -s conftest.err'
ce756cb0
RN
40803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40804 (eval $ac_try) 2>&5
40805 ac_status=$?
40806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40807 (exit $ac_status); }; } &&
40808 { ac_try='test -s conftest.$ac_objext'
40809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40810 (eval $ac_try) 2>&5
40811 ac_status=$?
40812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40813 (exit $ac_status); }; }; then
dae87f93 40814 ac_cv_header_gst_xoverlay_xoverlay_h=yes
ce756cb0
RN
40815else
40816 echo "$as_me: failed program was:" >&5
40817sed 's/^/| /' conftest.$ac_ext >&5
40818
dae87f93 40819ac_cv_header_gst_xoverlay_xoverlay_h=no
ce756cb0
RN
40820fi
40821rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
dae87f93
RN
40822fi
40823echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
40824echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
40825if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
40826 :
40827else
ce756cb0 40828
dae87f93
RN
40829 wxUSE_GSTREAMER="no"
40830 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
40831echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
ce756cb0 40832
dae87f93 40833fi
ce756cb0 40834
dae87f93
RN
40835
40836
40837 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
ce756cb0
RN
40838echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
40839
40840ac_find_libraries=
40841for ac_dir in $SEARCH_LIB /usr/lib;
40842 do
40843 for ac_extension in a so sl dylib; do
40844 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
40845 ac_find_libraries=$ac_dir
40846 break 2
40847 fi
40848 done
40849 done
40850
ce756cb0 40851
dae87f93
RN
40852 if test "$ac_find_libraries" = "" ; then
40853 echo "$as_me:$LINENO: result: no" >&5
40854echo "${ECHO_T}no" >&6
40855 wxUSE_GSTREAMER="no"
40856 else
40857 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 40858echo "${ECHO_T}yes" >&6
dae87f93 40859 fi
ce756cb0 40860
dae87f93
RN
40861 if test "$wxUSE_GSTREAMER" = "yes"; then
40862 cat >>confdefs.h <<\_ACEOF
ce756cb0
RN
40863#define wxUSE_GSTREAMER 1
40864_ACEOF
40865
dae87f93
RN
40866 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
40867echo "${ECHO_T}GStreamer detection successful" >&6
ce756cb0
RN
40868 fi
40869 fi
40870 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
40871 cat >>confdefs.h <<\_ACEOF
40872#define wxUSE_MEDIACTRL 1
40873_ACEOF
40874
40875fi
40876
40877
a848cd7e
SC
40878if test "$cross_compiling" = "yes"; then
40879 OSINFO="\"$host\""
40880else
40881 OSINFO=`uname -s -r -m`
40882 OSINFO="\"$OSINFO\""
40883fi
40884
40885cat >>confdefs.h <<_ACEOF
40886#define WXWIN_OS_DESCRIPTION $OSINFO
40887_ACEOF
40888
40889
40890
40891if test "x$prefix" != "xNONE"; then
40892 wxPREFIX=$prefix
40893else
40894 wxPREFIX=$ac_default_prefix
40895fi
40896
40897cat >>confdefs.h <<_ACEOF
40898#define wxINSTALL_PREFIX "$wxPREFIX"
40899_ACEOF
40900
40901
a848cd7e
SC
40902
40903
40904CORE_BASE_LIBS="net base"
40905CORE_GUI_LIBS="adv core"
40906
40907if test "$wxUSE_XML" = "yes" ; then
40908 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
40909fi
40910if test "$wxUSE_ODBC" != "no" ; then
40911 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
40912 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
40913fi
40914if test "$wxUSE_HTML" = "yes" ; then
40915 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
40916fi
61639efb
VZ
40917if test "$wxUSE_DEBUGREPORT" = "yes" ; then
40918 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
40919fi
9a8f0513
VS
40920if test "$wxUSE_XRC" = "yes" ; then
40921 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
40922fi
a848cd7e
SC
40923
40924if test "$wxUSE_GUI" != "yes"; then
40925 CORE_GUI_LIBS=""
40926fi
40927
40928
40929
40930
40931
40932
40933
40934
40935if test "$wxUSE_MAC" = 1 ; then
a98bf0c0 40936 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
1e9e8aba
DE
40937 if test "$USE_DARWIN" = 1; then
40938 LDFLAGS="$LDFLAGS -framework QuickTime"
40939 else
40940 LDFLAGS="$LDFLAGS -lQuickTimeLib"
40941 fi
07bea8f0 40942 fi
5dcf30a0 40943 if test "$USE_DARWIN" = 1; then
1e9e8aba
DE
40944 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
40945 else
40946 LDFLAGS="$LDFLAGS -lCarbonLib"
5dcf30a0 40947 fi
a848cd7e
SC
40948fi
40949if test "$wxUSE_COCOA" = 1 ; then
4cb1d3da 40950 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
4fc81cbc
RN
40951 if test "$wxUSE_MEDIACTRL" = "yes"; then
40952 LDFLAGS="$LDFLAGS -framework QuickTime"
40953 fi
a848cd7e 40954fi
19b27e78
MW
40955if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
40956 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
40957fi
a848cd7e
SC
40958
40959
40960LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
40961
40962have_cos=0
40963have_floor=0
40964
40965for ac_func in cos
40966do
40967as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40968echo "$as_me:$LINENO: checking for $ac_func" >&5
40969echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40970if eval "test \"\${$as_ac_var+set}\" = set"; then
40971 echo $ECHO_N "(cached) $ECHO_C" >&6
40972else
40973 cat >conftest.$ac_ext <<_ACEOF
40974/* confdefs.h. */
40975_ACEOF
40976cat confdefs.h >>conftest.$ac_ext
40977cat >>conftest.$ac_ext <<_ACEOF
40978/* end confdefs.h. */
ac1cb8d3
VS
40979/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40980 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40981#define $ac_func innocuous_$ac_func
40982
a848cd7e
SC
40983/* System header to define __stub macros and hopefully few prototypes,
40984 which can conflict with char $ac_func (); below.
40985 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40986 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 40987
a848cd7e
SC
40988#ifdef __STDC__
40989# include <limits.h>
40990#else
40991# include <assert.h>
40992#endif
ac1cb8d3
VS
40993
40994#undef $ac_func
40995
a848cd7e
SC
40996/* Override any gcc2 internal prototype to avoid an error. */
40997#ifdef __cplusplus
40998extern "C"
40999{
41000#endif
41001/* We use char because int might match the return type of a gcc2
41002 builtin and then its argument prototype would still apply. */
41003char $ac_func ();
41004/* The GNU C library defines this for functions which it implements
41005 to always fail with ENOSYS. Some functions are actually named
41006 something starting with __ and the normal name is an alias. */
41007#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41008choke me
41009#else
41010char (*f) () = $ac_func;
41011#endif
41012#ifdef __cplusplus
41013}
41014#endif
41015
41016int
41017main ()
41018{
41019return f != $ac_func;
41020 ;
41021 return 0;
41022}
41023_ACEOF
41024rm -f conftest.$ac_objext conftest$ac_exeext
41025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41026 (eval $ac_link) 2>conftest.er1
a848cd7e 41027 ac_status=$?
ac1cb8d3
VS
41028 grep -v '^ *+' conftest.er1 >conftest.err
41029 rm -f conftest.er1
41030 cat conftest.err >&5
a848cd7e
SC
41031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41032 (exit $ac_status); } &&
ddd14b14
RR
41033 { ac_try='test -z "$ac_c_werror_flag"
41034 || test ! -s conftest.err'
ac1cb8d3
VS
41035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41036 (eval $ac_try) 2>&5
41037 ac_status=$?
41038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41039 (exit $ac_status); }; } &&
41040 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41042 (eval $ac_try) 2>&5
41043 ac_status=$?
41044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41045 (exit $ac_status); }; }; then
41046 eval "$as_ac_var=yes"
41047else
41048 echo "$as_me: failed program was:" >&5
41049sed 's/^/| /' conftest.$ac_ext >&5
41050
41051eval "$as_ac_var=no"
41052fi
ac1cb8d3
VS
41053rm -f conftest.err conftest.$ac_objext \
41054 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41055fi
41056echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41057echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41058if test `eval echo '${'$as_ac_var'}'` = yes; then
41059 cat >>confdefs.h <<_ACEOF
41060#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41061_ACEOF
41062 have_cos=1
41063fi
41064done
41065
41066
41067for ac_func in floor
41068do
41069as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41070echo "$as_me:$LINENO: checking for $ac_func" >&5
41071echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41072if eval "test \"\${$as_ac_var+set}\" = set"; then
41073 echo $ECHO_N "(cached) $ECHO_C" >&6
41074else
41075 cat >conftest.$ac_ext <<_ACEOF
41076/* confdefs.h. */
41077_ACEOF
41078cat confdefs.h >>conftest.$ac_ext
41079cat >>conftest.$ac_ext <<_ACEOF
41080/* end confdefs.h. */
ac1cb8d3
VS
41081/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41082 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41083#define $ac_func innocuous_$ac_func
41084
a848cd7e
SC
41085/* System header to define __stub macros and hopefully few prototypes,
41086 which can conflict with char $ac_func (); below.
41087 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41088 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 41089
a848cd7e
SC
41090#ifdef __STDC__
41091# include <limits.h>
41092#else
41093# include <assert.h>
41094#endif
ac1cb8d3
VS
41095
41096#undef $ac_func
41097
a848cd7e
SC
41098/* Override any gcc2 internal prototype to avoid an error. */
41099#ifdef __cplusplus
41100extern "C"
41101{
41102#endif
41103/* We use char because int might match the return type of a gcc2
41104 builtin and then its argument prototype would still apply. */
41105char $ac_func ();
41106/* The GNU C library defines this for functions which it implements
41107 to always fail with ENOSYS. Some functions are actually named
41108 something starting with __ and the normal name is an alias. */
41109#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41110choke me
41111#else
41112char (*f) () = $ac_func;
41113#endif
41114#ifdef __cplusplus
41115}
41116#endif
41117
41118int
41119main ()
41120{
41121return f != $ac_func;
41122 ;
41123 return 0;
41124}
41125_ACEOF
41126rm -f conftest.$ac_objext conftest$ac_exeext
41127if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41128 (eval $ac_link) 2>conftest.er1
a848cd7e 41129 ac_status=$?
ac1cb8d3
VS
41130 grep -v '^ *+' conftest.er1 >conftest.err
41131 rm -f conftest.er1
41132 cat conftest.err >&5
a848cd7e
SC
41133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41134 (exit $ac_status); } &&
ddd14b14
RR
41135 { ac_try='test -z "$ac_c_werror_flag"
41136 || test ! -s conftest.err'
ac1cb8d3
VS
41137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41138 (eval $ac_try) 2>&5
41139 ac_status=$?
41140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41141 (exit $ac_status); }; } &&
41142 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41144 (eval $ac_try) 2>&5
41145 ac_status=$?
41146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41147 (exit $ac_status); }; }; then
41148 eval "$as_ac_var=yes"
41149else
41150 echo "$as_me: failed program was:" >&5
41151sed 's/^/| /' conftest.$ac_ext >&5
41152
41153eval "$as_ac_var=no"
41154fi
ac1cb8d3
VS
41155rm -f conftest.err conftest.$ac_objext \
41156 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41157fi
41158echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41159echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41160if test `eval echo '${'$as_ac_var'}'` = yes; then
41161 cat >>confdefs.h <<_ACEOF
41162#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41163_ACEOF
41164 have_floor=1
41165fi
41166done
41167
41168echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
41169echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
41170if test "$have_cos" = 1 -a "$have_floor" = 1; then
41171 echo "$as_me:$LINENO: result: yes" >&5
41172echo "${ECHO_T}yes" >&6
41173else
41174 echo "$as_me:$LINENO: result: no" >&5
41175echo "${ECHO_T}no" >&6
41176 LIBS="$LIBS -lm"
41177 # use different functions to avoid configure caching
41178 have_sin=0
41179 have_ceil=0
41180
41181for ac_func in sin
41182do
41183as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41184echo "$as_me:$LINENO: checking for $ac_func" >&5
41185echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41186if eval "test \"\${$as_ac_var+set}\" = set"; then
41187 echo $ECHO_N "(cached) $ECHO_C" >&6
41188else
41189 cat >conftest.$ac_ext <<_ACEOF
41190/* confdefs.h. */
41191_ACEOF
41192cat confdefs.h >>conftest.$ac_ext
41193cat >>conftest.$ac_ext <<_ACEOF
41194/* end confdefs.h. */
ac1cb8d3
VS
41195/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41196 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41197#define $ac_func innocuous_$ac_func
41198
a848cd7e
SC
41199/* System header to define __stub macros and hopefully few prototypes,
41200 which can conflict with char $ac_func (); below.
41201 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41202 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 41203
a848cd7e
SC
41204#ifdef __STDC__
41205# include <limits.h>
41206#else
41207# include <assert.h>
41208#endif
ac1cb8d3
VS
41209
41210#undef $ac_func
41211
a848cd7e
SC
41212/* Override any gcc2 internal prototype to avoid an error. */
41213#ifdef __cplusplus
41214extern "C"
41215{
41216#endif
41217/* We use char because int might match the return type of a gcc2
41218 builtin and then its argument prototype would still apply. */
41219char $ac_func ();
41220/* The GNU C library defines this for functions which it implements
41221 to always fail with ENOSYS. Some functions are actually named
41222 something starting with __ and the normal name is an alias. */
41223#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41224choke me
41225#else
41226char (*f) () = $ac_func;
41227#endif
41228#ifdef __cplusplus
41229}
41230#endif
41231
41232int
41233main ()
41234{
41235return f != $ac_func;
41236 ;
41237 return 0;
41238}
41239_ACEOF
41240rm -f conftest.$ac_objext conftest$ac_exeext
41241if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41242 (eval $ac_link) 2>conftest.er1
a848cd7e 41243 ac_status=$?
ac1cb8d3
VS
41244 grep -v '^ *+' conftest.er1 >conftest.err
41245 rm -f conftest.er1
41246 cat conftest.err >&5
a848cd7e
SC
41247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41248 (exit $ac_status); } &&
ddd14b14
RR
41249 { ac_try='test -z "$ac_c_werror_flag"
41250 || test ! -s conftest.err'
ac1cb8d3
VS
41251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41252 (eval $ac_try) 2>&5
41253 ac_status=$?
41254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41255 (exit $ac_status); }; } &&
41256 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41258 (eval $ac_try) 2>&5
41259 ac_status=$?
41260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41261 (exit $ac_status); }; }; then
41262 eval "$as_ac_var=yes"
41263else
41264 echo "$as_me: failed program was:" >&5
41265sed 's/^/| /' conftest.$ac_ext >&5
41266
41267eval "$as_ac_var=no"
41268fi
ac1cb8d3
VS
41269rm -f conftest.err conftest.$ac_objext \
41270 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41271fi
41272echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41273echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41274if test `eval echo '${'$as_ac_var'}'` = yes; then
41275 cat >>confdefs.h <<_ACEOF
41276#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41277_ACEOF
41278 have_sin=1
41279fi
41280done
41281
41282
41283for ac_func in ceil
41284do
41285as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41286echo "$as_me:$LINENO: checking for $ac_func" >&5
41287echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41288if eval "test \"\${$as_ac_var+set}\" = set"; then
41289 echo $ECHO_N "(cached) $ECHO_C" >&6
41290else
41291 cat >conftest.$ac_ext <<_ACEOF
41292/* confdefs.h. */
41293_ACEOF
41294cat confdefs.h >>conftest.$ac_ext
41295cat >>conftest.$ac_ext <<_ACEOF
41296/* end confdefs.h. */
ac1cb8d3
VS
41297/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41298 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41299#define $ac_func innocuous_$ac_func
41300
a848cd7e
SC
41301/* System header to define __stub macros and hopefully few prototypes,
41302 which can conflict with char $ac_func (); below.
41303 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41304 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 41305
a848cd7e
SC
41306#ifdef __STDC__
41307# include <limits.h>
41308#else
41309# include <assert.h>
41310#endif
ac1cb8d3
VS
41311
41312#undef $ac_func
41313
a848cd7e
SC
41314/* Override any gcc2 internal prototype to avoid an error. */
41315#ifdef __cplusplus
41316extern "C"
41317{
41318#endif
41319/* We use char because int might match the return type of a gcc2
41320 builtin and then its argument prototype would still apply. */
41321char $ac_func ();
41322/* The GNU C library defines this for functions which it implements
41323 to always fail with ENOSYS. Some functions are actually named
41324 something starting with __ and the normal name is an alias. */
41325#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41326choke me
41327#else
41328char (*f) () = $ac_func;
41329#endif
41330#ifdef __cplusplus
41331}
41332#endif
41333
41334int
41335main ()
41336{
41337return f != $ac_func;
41338 ;
41339 return 0;
41340}
41341_ACEOF
41342rm -f conftest.$ac_objext conftest$ac_exeext
41343if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41344 (eval $ac_link) 2>conftest.er1
a848cd7e 41345 ac_status=$?
ac1cb8d3
VS
41346 grep -v '^ *+' conftest.er1 >conftest.err
41347 rm -f conftest.er1
41348 cat conftest.err >&5
a848cd7e
SC
41349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41350 (exit $ac_status); } &&
ddd14b14
RR
41351 { ac_try='test -z "$ac_c_werror_flag"
41352 || test ! -s conftest.err'
ac1cb8d3
VS
41353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41354 (eval $ac_try) 2>&5
41355 ac_status=$?
41356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41357 (exit $ac_status); }; } &&
41358 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41360 (eval $ac_try) 2>&5
41361 ac_status=$?
41362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41363 (exit $ac_status); }; }; then
41364 eval "$as_ac_var=yes"
41365else
41366 echo "$as_me: failed program was:" >&5
41367sed 's/^/| /' conftest.$ac_ext >&5
41368
41369eval "$as_ac_var=no"
41370fi
ac1cb8d3
VS
41371rm -f conftest.err conftest.$ac_objext \
41372 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41373fi
41374echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41375echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41376if test `eval echo '${'$as_ac_var'}'` = yes; then
41377 cat >>confdefs.h <<_ACEOF
41378#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41379_ACEOF
41380 have_ceil=1
41381fi
41382done
41383
41384 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
41385echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
41386 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
41387 echo "$as_me:$LINENO: result: yes" >&5
41388echo "${ECHO_T}yes" >&6
41389 else
41390 echo "$as_me:$LINENO: result: no" >&5
41391echo "${ECHO_T}no" >&6
41392 # not sure we should warn the user, crash, etc.
41393 fi
41394fi
41395
41396if test "$wxUSE_GUI" = "yes"; then
41397
41398
8bce5cda
MW
41399 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
41400 dynamic erase event exec font image minimal mobile \
41401 mobile/wxedit mobile/styles propsize render \
41402 richedit rotate shaped vscroll widgets"
a848cd7e
SC
41403
41404 if test "$wxUSE_MONOLITHIC" != "yes"; then
41405 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
41406 fi
0b78747f 41407 if test "$TOOLKIT" = "MSW"; then
8bce5cda
MW
41408 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
41409 if test "$wxUSE_UNIVERSAL" != "yes"; then
41410 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
41411 fi
41412 fi
41413 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
41414 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
0b78747f 41415 fi
a848cd7e
SC
41416else
41417 SAMPLES_SUBDIRS="console"
41418fi
41419
41420
ceec2216 41421INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
a848cd7e
SC
41422-I\${top_srcdir}/include $TOOLKIT_INCLUDE"
41423
41424if test "$GXX" = yes ; then
5294a27e
VZ
41425 CWARNINGS="-Wall"
41426 CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy"
a848cd7e
SC
41427 fi
41428
41429EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
41430
0c3c69fc 41431CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
5294a27e 41432CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
0c3c69fc 41433CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
a848cd7e 41434
95986553
DE
41435if test "x$MWCC" = "xyes"; then
41436
41437 CC="$CC -cwd source -I-"
41438 CXX="$CXX -cwd source -I-"
41439fi
41440
a848cd7e 41441
0c3c69fc 41442LIBS=`echo $LIBS`
a848cd7e
SC
41443EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
41444EXTRALIBS_XML="$EXPAT_LINK"
41445EXTRALIBS_HTML="$MSPACK_LINK"
41446EXTRALIBS_ODBC="$ODBC_LINK"
41447if test "$wxUSE_GUI" = "yes"; then
2e350179 41448 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
a848cd7e
SC
41449fi
41450if test "$wxUSE_OPENGL" = "yes"; then
41451 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
41452fi
41453
41454LDFLAGS="$LDFLAGS $PROFILE"
41455
41456if test "$wxUSE_GTK" = 1; then
41457 WXCONFIG_INCLUDE=
41458else
41459 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
41460fi
41461
41462WXCONFIG_EXTRALIBS="$LIBS"
41463
41464if test "$wxUSE_REGEX" = "builtin" ; then
74802184 41465 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
a848cd7e
SC
41466fi
41467if test "$wxUSE_EXPAT" = "builtin" ; then
74802184 41468 wxconfig_3rdparty="expat $wxconfig_3rdparty"
a848cd7e
SC
41469fi
41470if test "$wxUSE_ODBC" = "builtin" ; then
74802184 41471 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
a848cd7e
SC
41472fi
41473if test "$wxUSE_LIBTIFF" = "builtin" ; then
74802184 41474 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
a848cd7e
SC
41475fi
41476if test "$wxUSE_LIBJPEG" = "builtin" ; then
74802184 41477 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
a848cd7e
SC
41478fi
41479if test "$wxUSE_LIBPNG" = "builtin" ; then
74802184 41480 wxconfig_3rdparty="png $wxconfig_3rdparty"
a848cd7e
SC
41481fi
41482if test "$wxUSE_ZLIB" = "builtin" ; then
74802184 41483 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
a848cd7e
SC
41484fi
41485
41486for i in $wxconfig_3rdparty ; do
74802184 41487 WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
a848cd7e
SC
41488done
41489
41490
41491if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
41492 WXUNIV=1
41493else
41494 WXUNIV=0
41495fi
41496
41497
41498
41499
41500
41501
41502
41503
41504
41505if test $wxUSE_MONOLITHIC = "yes" ; then
41506 MONOLITHIC=1
41507else
41508 MONOLITHIC=0
41509fi
41510
41511if test $wxUSE_PLUGINS = "yes" ; then
41512 USE_PLUGINS=1
41513else
41514 USE_PLUGINS=0
41515fi
41516
41517if test $wxUSE_ODBC != "no" ; then
41518 USE_ODBC=1
41519else
41520 USE_ODBC=0
41521fi
41522
16358932
VZ
41523if test "$wxUSE_DEBUGREPORT" = "yes" ; then
41524 USE_QA=1
41525else
41526 USE_QA=0
41527fi
41528
a848cd7e
SC
41529if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
41530 OFFICIAL_BUILD=1
41531else
41532 OFFICIAL_BUILD=0
41533fi
41534
41535
41536
41537
41538
41539
41540
41541
41542
41543
41544
41545
41546
41547
41548
41549
41550
41551
41552
ceec2216 41553
d1c38808 41554
a848cd7e
SC
41555
41556
41557TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
41558
41559
41560
41561
41562
41563
41564
41565
4d4ff94c
VZ
41566case "$TOOLKIT" in
41567 GTK)
41568 TOOLKIT_USER="GTK+"
41569 if test "$WXGTK20" = 1; then
41570 TOOLKIT_USER="$TOOLKIT_USER 2"
41571 fi
9a8f0513 41572 ;;
4d4ff94c
VZ
41573
41574 *)
41575 TOOLKIT_USER=$TOOLKIT_LOWERCASE
9a8f0513 41576 ;;
4d4ff94c 41577esac
a848cd7e 41578
fb00f58d
JS
41579if test "$wxUSE_WINE" = "yes"; then
41580 BAKEFILE_FORCE_PLATFORM=win32
41581fi
41582
9a8f0513 41583
1e9e8aba
DE
41584
41585
a848cd7e
SC
41586 if test "x$BAKEFILE_HOST" = "x"; then
41587 BAKEFILE_HOST="${host}"
41588 fi
41589
41590 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
41591
41592 if test -n "$ac_tool_prefix"; then
41593 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
41594set dummy ${ac_tool_prefix}ranlib; ac_word=$2
41595echo "$as_me:$LINENO: checking for $ac_word" >&5
41596echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41597if test "${ac_cv_prog_RANLIB+set}" = set; then
41598 echo $ECHO_N "(cached) $ECHO_C" >&6
41599else
41600 if test -n "$RANLIB"; then
41601 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
41602else
41603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41604for as_dir in $PATH
41605do
41606 IFS=$as_save_IFS
41607 test -z "$as_dir" && as_dir=.
41608 for ac_exec_ext in '' $ac_executable_extensions; do
41609 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41610 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
41611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41612 break 2
41613 fi
41614done
41615done
41616
41617fi
41618fi
41619RANLIB=$ac_cv_prog_RANLIB
41620if test -n "$RANLIB"; then
41621 echo "$as_me:$LINENO: result: $RANLIB" >&5
41622echo "${ECHO_T}$RANLIB" >&6
41623else
41624 echo "$as_me:$LINENO: result: no" >&5
41625echo "${ECHO_T}no" >&6
41626fi
41627
41628fi
41629if test -z "$ac_cv_prog_RANLIB"; then
41630 ac_ct_RANLIB=$RANLIB
41631 # Extract the first word of "ranlib", so it can be a program name with args.
41632set dummy ranlib; ac_word=$2
41633echo "$as_me:$LINENO: checking for $ac_word" >&5
41634echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41635if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
41636 echo $ECHO_N "(cached) $ECHO_C" >&6
41637else
41638 if test -n "$ac_ct_RANLIB"; then
41639 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
41640else
41641as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41642for as_dir in $PATH
41643do
41644 IFS=$as_save_IFS
41645 test -z "$as_dir" && as_dir=.
41646 for ac_exec_ext in '' $ac_executable_extensions; do
41647 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41648 ac_cv_prog_ac_ct_RANLIB="ranlib"
41649 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41650 break 2
41651 fi
41652done
41653done
41654
41655 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
41656fi
41657fi
41658ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
41659if test -n "$ac_ct_RANLIB"; then
41660 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
41661echo "${ECHO_T}$ac_ct_RANLIB" >&6
41662else
41663 echo "$as_me:$LINENO: result: no" >&5
41664echo "${ECHO_T}no" >&6
41665fi
41666
41667 RANLIB=$ac_ct_RANLIB
41668else
41669 RANLIB="$ac_cv_prog_RANLIB"
41670fi
41671
41672 # Find a good install program. We prefer a C program (faster),
41673# so one script is as good as another. But avoid the broken or
41674# incompatible versions:
41675# SysV /etc/install, /usr/sbin/install
41676# SunOS /usr/etc/install
41677# IRIX /sbin/install
41678# AIX /bin/install
41679# AmigaOS /C/install, which installs bootblocks on floppy discs
41680# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
41681# AFS /usr/afsws/bin/install, which mishandles nonexistent args
41682# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 41683# OS/2's system install, which has a completely different semantic
a848cd7e
SC
41684# ./install, which can be erroneously created by make from ./install.sh.
41685echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
41686echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
41687if test -z "$INSTALL"; then
41688if test "${ac_cv_path_install+set}" = set; then
41689 echo $ECHO_N "(cached) $ECHO_C" >&6
41690else
41691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41692for as_dir in $PATH
41693do
41694 IFS=$as_save_IFS
41695 test -z "$as_dir" && as_dir=.
41696 # Account for people who put trailing slashes in PATH elements.
41697case $as_dir/ in
41698 ./ | .// | /cC/* | \
41699 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 41700 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
41701 /usr/ucb/* ) ;;
41702 *)
41703 # OSF1 and SCO ODT 3.0 have their own names for install.
41704 # Don't use installbsd from OSF since it installs stuff as root
41705 # by default.
41706 for ac_prog in ginstall scoinst install; do
41707 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
41708 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
41709 if test $ac_prog = install &&
41710 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
41711 # AIX install. It has an incompatible calling convention.
41712 :
41713 elif test $ac_prog = install &&
41714 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
41715 # program-specific install script used by HP pwplus--don't use.
41716 :
41717 else
41718 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
41719 break 3
41720 fi
41721 fi
a848cd7e
SC
41722 done
41723 done
41724 ;;
41725esac
41726done
41727
41728
41729fi
41730 if test "${ac_cv_path_install+set}" = set; then
41731 INSTALL=$ac_cv_path_install
41732 else
41733 # As a last resort, use the slow shell script. We don't cache a
41734 # path for INSTALL within a source directory, because that will
41735 # break other packages using the cache if that directory is
41736 # removed, or if the path is relative.
41737 INSTALL=$ac_install_sh
41738 fi
41739fi
41740echo "$as_me:$LINENO: result: $INSTALL" >&5
41741echo "${ECHO_T}$INSTALL" >&6
41742
41743# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
41744# It thinks the first close brace ends the variable substitution.
41745test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
41746
41747test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
41748
41749test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
41750
41751 echo "$as_me:$LINENO: checking whether ln -s works" >&5
41752echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
41753LN_S=$as_ln_s
41754if test "$LN_S" = "ln -s"; then
41755 echo "$as_me:$LINENO: result: yes" >&5
41756echo "${ECHO_T}yes" >&6
41757else
41758 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
41759echo "${ECHO_T}no, using $LN_S" >&6
41760fi
41761
41762
41763 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41764echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 41765set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
41766if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
41767 echo $ECHO_N "(cached) $ECHO_C" >&6
41768else
41769 cat >conftest.make <<\_ACEOF
41770all:
41771 @echo 'ac_maketemp="$(MAKE)"'
41772_ACEOF
41773# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
41774eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
41775if test -n "$ac_maketemp"; then
41776 eval ac_cv_prog_make_${ac_make}_set=yes
41777else
41778 eval ac_cv_prog_make_${ac_make}_set=no
41779fi
41780rm -f conftest.make
41781fi
41782if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
41783 echo "$as_me:$LINENO: result: yes" >&5
41784echo "${ECHO_T}yes" >&6
41785 SET_MAKE=
41786else
41787 echo "$as_me:$LINENO: result: no" >&5
41788echo "${ECHO_T}no" >&6
41789 SET_MAKE="MAKE=${MAKE-make}"
41790fi
41791
41792
41793
41794 if test -n "$ac_tool_prefix"; then
41795 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
41796set dummy ${ac_tool_prefix}ar; ac_word=$2
41797echo "$as_me:$LINENO: checking for $ac_word" >&5
41798echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41799if test "${ac_cv_prog_AR+set}" = set; then
41800 echo $ECHO_N "(cached) $ECHO_C" >&6
41801else
41802 if test -n "$AR"; then
41803 ac_cv_prog_AR="$AR" # Let the user override the test.
41804else
41805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41806for as_dir in $PATH
41807do
41808 IFS=$as_save_IFS
41809 test -z "$as_dir" && as_dir=.
41810 for ac_exec_ext in '' $ac_executable_extensions; do
41811 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41812 ac_cv_prog_AR="${ac_tool_prefix}ar"
41813 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41814 break 2
41815 fi
41816done
41817done
41818
41819fi
41820fi
41821AR=$ac_cv_prog_AR
41822if test -n "$AR"; then
41823 echo "$as_me:$LINENO: result: $AR" >&5
41824echo "${ECHO_T}$AR" >&6
41825else
41826 echo "$as_me:$LINENO: result: no" >&5
41827echo "${ECHO_T}no" >&6
41828fi
41829
41830fi
41831if test -z "$ac_cv_prog_AR"; then
41832 ac_ct_AR=$AR
41833 # Extract the first word of "ar", so it can be a program name with args.
41834set dummy ar; ac_word=$2
41835echo "$as_me:$LINENO: checking for $ac_word" >&5
41836echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41837if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
41838 echo $ECHO_N "(cached) $ECHO_C" >&6
41839else
41840 if test -n "$ac_ct_AR"; then
41841 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
41842else
41843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41844for as_dir in $PATH
41845do
41846 IFS=$as_save_IFS
41847 test -z "$as_dir" && as_dir=.
41848 for ac_exec_ext in '' $ac_executable_extensions; do
41849 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41850 ac_cv_prog_ac_ct_AR="ar"
41851 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41852 break 2
41853 fi
41854done
41855done
41856
41857 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
41858fi
41859fi
41860ac_ct_AR=$ac_cv_prog_ac_ct_AR
41861if test -n "$ac_ct_AR"; then
41862 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
41863echo "${ECHO_T}$ac_ct_AR" >&6
41864else
41865 echo "$as_me:$LINENO: result: no" >&5
41866echo "${ECHO_T}no" >&6
41867fi
41868
41869 AR=$ac_ct_AR
41870else
41871 AR="$ac_cv_prog_AR"
41872fi
41873
41874 if test -n "$ac_tool_prefix"; then
41875 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
41876set dummy ${ac_tool_prefix}strip; ac_word=$2
41877echo "$as_me:$LINENO: checking for $ac_word" >&5
41878echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41879if test "${ac_cv_prog_STRIP+set}" = set; then
41880 echo $ECHO_N "(cached) $ECHO_C" >&6
41881else
41882 if test -n "$STRIP"; then
41883 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
41884else
41885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41886for as_dir in $PATH
41887do
41888 IFS=$as_save_IFS
41889 test -z "$as_dir" && as_dir=.
41890 for ac_exec_ext in '' $ac_executable_extensions; do
41891 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41892 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
41893 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41894 break 2
41895 fi
41896done
41897done
41898
41899fi
41900fi
41901STRIP=$ac_cv_prog_STRIP
41902if test -n "$STRIP"; then
41903 echo "$as_me:$LINENO: result: $STRIP" >&5
41904echo "${ECHO_T}$STRIP" >&6
41905else
41906 echo "$as_me:$LINENO: result: no" >&5
41907echo "${ECHO_T}no" >&6
41908fi
41909
41910fi
41911if test -z "$ac_cv_prog_STRIP"; then
41912 ac_ct_STRIP=$STRIP
41913 # Extract the first word of "strip", so it can be a program name with args.
41914set dummy strip; ac_word=$2
41915echo "$as_me:$LINENO: checking for $ac_word" >&5
41916echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41917if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
41918 echo $ECHO_N "(cached) $ECHO_C" >&6
41919else
41920 if test -n "$ac_ct_STRIP"; then
41921 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
41922else
41923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41924for as_dir in $PATH
41925do
41926 IFS=$as_save_IFS
41927 test -z "$as_dir" && as_dir=.
41928 for ac_exec_ext in '' $ac_executable_extensions; do
41929 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41930 ac_cv_prog_ac_ct_STRIP="strip"
41931 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41932 break 2
41933 fi
41934done
41935done
41936
41937 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
41938fi
41939fi
41940ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
41941if test -n "$ac_ct_STRIP"; then
41942 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
41943echo "${ECHO_T}$ac_ct_STRIP" >&6
41944else
41945 echo "$as_me:$LINENO: result: no" >&5
41946echo "${ECHO_T}no" >&6
41947fi
41948
41949 STRIP=$ac_ct_STRIP
41950else
41951 STRIP="$ac_cv_prog_STRIP"
41952fi
41953
41954 if test -n "$ac_tool_prefix"; then
41955 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
41956set dummy ${ac_tool_prefix}nm; ac_word=$2
41957echo "$as_me:$LINENO: checking for $ac_word" >&5
41958echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41959if test "${ac_cv_prog_NM+set}" = set; then
41960 echo $ECHO_N "(cached) $ECHO_C" >&6
41961else
41962 if test -n "$NM"; then
41963 ac_cv_prog_NM="$NM" # Let the user override the test.
41964else
41965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41966for as_dir in $PATH
41967do
41968 IFS=$as_save_IFS
41969 test -z "$as_dir" && as_dir=.
41970 for ac_exec_ext in '' $ac_executable_extensions; do
41971 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41972 ac_cv_prog_NM="${ac_tool_prefix}nm"
41973 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41974 break 2
41975 fi
41976done
41977done
41978
41979fi
41980fi
41981NM=$ac_cv_prog_NM
41982if test -n "$NM"; then
41983 echo "$as_me:$LINENO: result: $NM" >&5
41984echo "${ECHO_T}$NM" >&6
41985else
41986 echo "$as_me:$LINENO: result: no" >&5
41987echo "${ECHO_T}no" >&6
41988fi
41989
41990fi
41991if test -z "$ac_cv_prog_NM"; then
41992 ac_ct_NM=$NM
41993 # Extract the first word of "nm", so it can be a program name with args.
41994set dummy nm; ac_word=$2
41995echo "$as_me:$LINENO: checking for $ac_word" >&5
41996echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41997if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
41998 echo $ECHO_N "(cached) $ECHO_C" >&6
41999else
42000 if test -n "$ac_ct_NM"; then
42001 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
42002else
42003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42004for as_dir in $PATH
42005do
42006 IFS=$as_save_IFS
42007 test -z "$as_dir" && as_dir=.
42008 for ac_exec_ext in '' $ac_executable_extensions; do
42009 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42010 ac_cv_prog_ac_ct_NM="nm"
42011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42012 break 2
42013 fi
42014done
42015done
42016
42017 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
42018fi
42019fi
42020ac_ct_NM=$ac_cv_prog_ac_ct_NM
42021if test -n "$ac_ct_NM"; then
42022 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
42023echo "${ECHO_T}$ac_ct_NM" >&6
42024else
42025 echo "$as_me:$LINENO: result: no" >&5
42026echo "${ECHO_T}no" >&6
42027fi
42028
42029 NM=$ac_ct_NM
42030else
42031 NM="$ac_cv_prog_NM"
42032fi
42033
42034
42035 case ${BAKEFILE_HOST} in
42036 *-hp-hpux* )
1e9e8aba 42037 INSTALL_DIR="mkdir -p"
a848cd7e
SC
42038 ;;
42039 *) INSTALL_DIR="$INSTALL -d"
42040 ;;
42041 esac
42042
42043
42044 LDFLAGS_GUI=
42045 case ${BAKEFILE_HOST} in
42046 *-*-cygwin* | *-*-mingw32* )
42047 LDFLAGS_GUI="-mwindows"
42048 esac
42049
42050
42051 fi
42052
42053 echo "$as_me:$LINENO: checking if make is GNU make" >&5
42054echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
42055if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
42056 echo $ECHO_N "(cached) $ECHO_C" >&6
42057else
42058
42059 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
42060 egrep -s GNU > /dev/null); then
42061 bakefile_cv_prog_makeisgnu="yes"
42062 else
42063 bakefile_cv_prog_makeisgnu="no"
42064 fi
42065
42066fi
42067echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
42068echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
42069
42070 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
42071 IF_GNU_MAKE=""
42072 else
42073 IF_GNU_MAKE="#"
42074 fi
42075
42076
42077
42078 PLATFORM_UNIX=0
42079 PLATFORM_WIN32=0
42080 PLATFORM_MSDOS=0
42081 PLATFORM_MAC=0
1e9e8aba 42082 PLATFORM_MACOS=0
a848cd7e
SC
42083 PLATFORM_MACOSX=0
42084 PLATFORM_OS2=0
1e9e8aba 42085 PLATFORM_BEOS=0
a848cd7e
SC
42086
42087 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
42088 case "${BAKEFILE_HOST}" in
42089 *-*-cygwin* | *-*-mingw32* )
42090 PLATFORM_WIN32=1
42091 ;;
42092 *-pc-msdosdjgpp )
42093 PLATFORM_MSDOS=1
42094 ;;
42095 *-pc-os2_emx | *-pc-os2-emx )
42096 PLATFORM_OS2=1
42097 ;;
42098 powerpc-*-darwin* )
42099 PLATFORM_MAC=1
42100 PLATFORM_MACOSX=1
42101 ;;
1e9e8aba
DE
42102 *-*-beos* )
42103 PLATFORM_BEOS=1
42104 ;;
42105 powerpc-apple-macos* )
42106 PLATFORM_MAC=1
42107 PLATFORM_MACOS=1
42108 ;;
a848cd7e
SC
42109 * )
42110 PLATFORM_UNIX=1
42111 ;;
42112 esac
42113 else
42114 case "$BAKEFILE_FORCE_PLATFORM" in
42115 win32 )
42116 PLATFORM_WIN32=1
42117 ;;
42118 msdos )
42119 PLATFORM_MSDOS=1
42120 ;;
42121 os2 )
42122 PLATFORM_OS2=1
42123 ;;
42124 darwin )
42125 PLATFORM_MAC=1
42126 PLATFORM_MACOSX=1
42127 ;;
42128 unix )
42129 PLATFORM_UNIX=1
42130 ;;
1e9e8aba
DE
42131 beos )
42132 PLATFORM_BEOS=1
42133 ;;
a848cd7e
SC
42134 * )
42135 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
42136echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
42137 { (exit 1); exit 1; }; }
42138 ;;
42139 esac
42140 fi
42141
42142
42143
42144
42145
42146
42147
42148
42149
1e9e8aba
DE
42150
42151
a848cd7e
SC
42152 # Check whether --enable-omf or --disable-omf was given.
42153if test "${enable_omf+set}" = set; then
42154 enableval="$enable_omf"
42155 bk_os2_use_omf="$enableval"
42156fi;
42157
42158 case "${BAKEFILE_HOST}" in
42159 *-*-darwin* )
42160 CFLAGS="$CFLAGS -fno-common"
42161 CXXFLAGS="$CXXFLAGS -fno-common"
42162 ;;
42163
42164 *-pc-os2_emx | *-pc-os2-emx )
42165 if test "x$bk_os2_use_omf" = "xyes" ; then
42166 AR=emxomfar
42167 RANLIB=:
42168 LDFLAGS="-Zomf $LDFLAGS"
42169 CFLAGS="-Zomf $CFLAGS"
42170 CXXFLAGS="-Zomf $CXXFLAGS"
42171 OS2_LIBEXT="lib"
42172 else
42173 OS2_LIBEXT="a"
42174 fi
42175 ;;
1e9e8aba
DE
42176
42177 i*86-*-beos* )
42178 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
42179 ;;
a848cd7e
SC
42180 esac
42181
42182
42183 SO_SUFFIX="so"
42184 SO_SUFFIX_MODULE="so"
42185 EXEEXT=""
42186 LIBPREFIX="lib"
42187 LIBEXT=".a"
42188 DLLPREFIX="lib"
42189 DLLPREFIX_MODULE=""
42190 DLLIMP_SUFFIX=""
42191
42192 case "${BAKEFILE_HOST}" in
42193 *-hp-hpux* )
42194 SO_SUFFIX="sl"
42195 SO_SUFFIX_MODULE="sl"
42196 ;;
42197 *-*-aix* )
42198 SO_SUFFIX="a"
42199 SO_SUFFIX_MODULE="a"
42200 ;;
42201 *-*-cygwin* | *-*-mingw32* )
42202 SO_SUFFIX="dll"
42203 SO_SUFFIX_MODULE="dll"
42204 DLLIMP_SUFFIX="dll.a"
42205 EXEEXT=".exe"
42206 DLLPREFIX=""
42207 ;;
42208 *-pc-msdosdjgpp )
42209 EXEEXT=".exe"
42210 DLLPREFIX=""
42211 ;;
42212 *-pc-os2_emx | *-pc-os2-emx )
42213 SO_SUFFIX="dll"
42214 SO_SUFFIX_MODULE="dll"
42215 DLLIMP_SUFFIX=$OS2_LIBEXT
42216 EXEEXT=".exe"
42217 DLLPREFIX=""
42218 LIBPREFIX=""
42219 LIBEXT=".$OS2_LIBEXT"
42220 ;;
42221 powerpc-*-darwin* )
42222 SO_SUFFIX="dylib"
42223 SO_SUFFIX_MODULE="bundle"
42224 ;;
42225 esac
42226
42227 if test "x$DLLIMP_SUFFIX" = "x" ; then
42228 DLLIMP_SUFFIX="$SO_SUFFIX"
42229 fi
42230
42231
42232
42233
42234
42235
42236
42237
42238
42239
42240
1e9e8aba
DE
42241 PIC_FLAG=""
42242 if test "x$GCC" = "xyes"; then
a848cd7e
SC
42243 PIC_FLAG="-fPIC"
42244 fi
42245
1e9e8aba
DE
42246 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
42247 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
42248
a848cd7e
SC
42249 case "${BAKEFILE_HOST}" in
42250 *-hp-hpux* )
1e9e8aba 42251 if test "x$GCC" != "xyes"; then
a848cd7e
SC
42252 LDFLAGS="$LDFLAGS -L/usr/lib"
42253
42254 SHARED_LD_CC="${CC} -b -o"
42255 SHARED_LD_CXX="${CXX} -b -o"
42256 PIC_FLAG="+Z"
42257 fi
42258 ;;
42259
42260 *-*-linux* )
42261 if test "x$GCC" != "xyes"; then
42262 echo "$as_me:$LINENO: checking for Intel compiler" >&5
42263echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
42264if test "${bakefile_cv_prog_icc+set}" = set; then
42265 echo $ECHO_N "(cached) $ECHO_C" >&6
42266else
42267
42268 cat >conftest.$ac_ext <<_ACEOF
42269/* confdefs.h. */
42270_ACEOF
42271cat confdefs.h >>conftest.$ac_ext
42272cat >>conftest.$ac_ext <<_ACEOF
42273/* end confdefs.h. */
42274
42275int
42276main ()
42277{
42278
42279 #ifndef __INTEL_COMPILER
42280 #error Not icc
42281 #endif
42282
42283 ;
42284 return 0;
42285}
42286_ACEOF
42287rm -f conftest.$ac_objext
42288if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 42289 (eval $ac_compile) 2>conftest.er1
a848cd7e 42290 ac_status=$?
ac1cb8d3
VS
42291 grep -v '^ *+' conftest.er1 >conftest.err
42292 rm -f conftest.er1
42293 cat conftest.err >&5
a848cd7e
SC
42294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42295 (exit $ac_status); } &&
ddd14b14
RR
42296 { ac_try='test -z "$ac_c_werror_flag"
42297 || test ! -s conftest.err'
ac1cb8d3
VS
42298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42299 (eval $ac_try) 2>&5
42300 ac_status=$?
42301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42302 (exit $ac_status); }; } &&
42303 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
42304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42305 (eval $ac_try) 2>&5
42306 ac_status=$?
42307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42308 (exit $ac_status); }; }; then
42309 bakefile_cv_prog_icc=yes
42310else
42311 echo "$as_me: failed program was:" >&5
42312sed 's/^/| /' conftest.$ac_ext >&5
42313
42314bakefile_cv_prog_icc=no
42315
42316fi
ac1cb8d3 42317rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
42318
42319fi
42320echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
42321echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
42322 if test "$bakefile_cv_prog_icc" = "yes"; then
42323 PIC_FLAG="-KPIC"
42324 fi
42325 fi
42326 ;;
42327
42328 *-*-solaris2* )
42329 if test "x$GCC" != xyes ; then
42330 SHARED_LD_CC="${CC} -G -o"
42331 SHARED_LD_CXX="${CXX} -G -o"
42332 PIC_FLAG="-KPIC"
42333 fi
42334 ;;
42335
42336 *-*-darwin* )
42337
42338 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
42339echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
42340if test "${wx_cv_gcc31+set}" = set; then
42341 echo $ECHO_N "(cached) $ECHO_C" >&6
42342else
42343
42344 cat >conftest.$ac_ext <<_ACEOF
42345/* confdefs.h. */
42346_ACEOF
42347cat confdefs.h >>conftest.$ac_ext
42348cat >>conftest.$ac_ext <<_ACEOF
42349/* end confdefs.h. */
42350
42351int
42352main ()
42353{
42354
42355 #if (__GNUC__ < 3) || \
42356 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
42357 #error old gcc
42358 #endif
42359
42360 ;
42361 return 0;
42362}
42363_ACEOF
42364rm -f conftest.$ac_objext
42365if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 42366 (eval $ac_compile) 2>conftest.er1
a848cd7e 42367 ac_status=$?
ac1cb8d3
VS
42368 grep -v '^ *+' conftest.er1 >conftest.err
42369 rm -f conftest.er1
42370 cat conftest.err >&5
a848cd7e
SC
42371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42372 (exit $ac_status); } &&
ddd14b14
RR
42373 { ac_try='test -z "$ac_c_werror_flag"
42374 || test ! -s conftest.err'
ac1cb8d3
VS
42375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42376 (eval $ac_try) 2>&5
42377 ac_status=$?
42378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42379 (exit $ac_status); }; } &&
42380 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
42381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42382 (eval $ac_try) 2>&5
42383 ac_status=$?
42384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42385 (exit $ac_status); }; }; then
42386
42387 wx_cv_gcc31=yes
42388
42389else
42390 echo "$as_me: failed program was:" >&5
42391sed 's/^/| /' conftest.$ac_ext >&5
42392
42393
42394 wx_cv_gcc31=no
42395
42396
42397fi
ac1cb8d3 42398rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
42399
42400fi
42401echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
42402echo "${ECHO_T}$wx_cv_gcc31" >&6
42403 if test "$wx_cv_gcc31" = "no"; then
473276a9
VS
42404
42405D='$'
42406cat <<EOF >shared-ld-sh
a848cd7e
SC
42407#!/bin/sh
42408#-----------------------------------------------------------------------------
42409#-- Name: distrib/mac/shared-ld-sh
42410#-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
42411#-- Author: Gilles Depeyrot
42412#-- Copyright: (c) 2002 Gilles Depeyrot
42413#-- Licence: any use permitted
42414#-----------------------------------------------------------------------------
42415
42416verbose=0
42417args=""
42418objects=""
42419linking_flag="-dynamiclib"
42420
473276a9
VS
42421while test ${D}# -gt 0; do
42422 case ${D}1 in
a848cd7e
SC
42423
42424 -v)
42425 verbose=1
42426 ;;
42427
42428 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
42429 # collect these options and values
473276a9 42430 args="${D}{args} ${D}1 ${D}2"
a848cd7e
SC
42431 shift
42432 ;;
42433
df1b269d 42434 -l*|-L*|-Wl,*|-flat_namespace|-headerpad_max_install_names)
a848cd7e 42435 # collect these options
473276a9 42436 args="${D}{args} ${D}1"
a848cd7e
SC
42437 ;;
42438
42439 -dynamiclib|-bundle)
473276a9 42440 linking_flag="${D}1"
a848cd7e
SC
42441 ;;
42442
42443 -*)
473276a9 42444 echo "shared-ld: unhandled option '${D}1'"
a848cd7e
SC
42445 exit 1
42446 ;;
42447
42448 *.o | *.a | *.dylib)
42449 # collect object files
473276a9 42450 objects="${D}{objects} ${D}1"
a848cd7e
SC
42451 ;;
42452
42453 *)
473276a9 42454 echo "shared-ld: unhandled argument '${D}1'"
a848cd7e
SC
42455 exit 1
42456 ;;
42457
42458 esac
42459 shift
42460done
42461
42462#
42463# Link one module containing all the others
42464#
473276a9
VS
42465if test ${D}{verbose} = 1; then
42466 echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
a848cd7e 42467fi
473276a9
VS
42468c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
42469status=${D}?
42470if test ${D}{status} != 0; then
42471 exit ${D}{status}
a848cd7e
SC
42472fi
42473
42474#
42475# Link the shared library from the single module created
42476#
473276a9
VS
42477if test ${D}{verbose} = 1; then
42478 echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
a848cd7e 42479fi
473276a9
VS
42480c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
42481status=${D}?
42482if test ${D}{status} != 0; then
42483 exit ${D}{status}
a848cd7e
SC
42484fi
42485
42486#
42487# Remove intermediate module
42488#
473276a9 42489rm -f master.${D}${D}.o
a848cd7e
SC
42490
42491exit 0
42492EOF
473276a9 42493
a848cd7e
SC
42494 chmod +x shared-ld-sh
42495
42496 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
42497 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
42498 SHARED_LD_CXX="$SHARED_LD_CC"
42499 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
42500 else
42501 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
42502 SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o"
42503 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
42504 SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
42505 fi
42506
42507 PIC_FLAG="-dynamic -fPIC"
42508 ;;
42509
42510 *-*-aix* )
42511 if test "x$GCC" != "xyes"; then
42512 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
42513set dummy makeC++SharedLib; ac_word=$2
42514echo "$as_me:$LINENO: checking for $ac_word" >&5
42515echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42516if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
42517 echo $ECHO_N "(cached) $ECHO_C" >&6
42518else
42519 if test -n "$AIX_CXX_LD"; then
42520 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
42521else
42522as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42523for as_dir in $PATH
42524do
42525 IFS=$as_save_IFS
42526 test -z "$as_dir" && as_dir=.
42527 for ac_exec_ext in '' $ac_executable_extensions; do
42528 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42529 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
42530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42531 break 2
42532 fi
42533done
42534done
42535
42536 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
42537fi
42538fi
42539AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
42540if test -n "$AIX_CXX_LD"; then
42541 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
42542echo "${ECHO_T}$AIX_CXX_LD" >&6
42543else
42544 echo "$as_me:$LINENO: result: no" >&5
42545echo "${ECHO_T}no" >&6
42546fi
42547
42548 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
42549 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
42550 fi
42551 ;;
42552
42553 *-*-beos* )
1e9e8aba
DE
42554 SHARED_LD_CC="${LD} -nostart -o"
42555 SHARED_LD_CXX="${LD} -nostart -o"
a848cd7e
SC
42556 ;;
42557
42558 *-*-irix* )
42559 if test "x$GCC" != "xyes"; then
42560 PIC_FLAG="-KPIC"
42561 fi
42562 ;;
42563
42564 *-*-cygwin* | *-*-mingw32* )
42565 PIC_FLAG=""
1e9e8aba
DE
42566 SHARED_LD_CC="\$(CC) -shared -o"
42567 SHARED_LD_CXX="\$(CXX) -shared -o"
a848cd7e
SC
42568 ;;
42569
42570 *-pc-os2_emx | *-pc-os2-emx )
b1d22ded
DE
42571 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
42572 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
a848cd7e 42573 PIC_FLAG=""
473276a9
VS
42574
42575D='$'
42576cat <<EOF >dllar.sh
42577#!/bin/sh
42578#
42579# dllar - a tool to build both a .dll and an .a file
42580# from a set of object (.o) files for EMX/OS2.
42581#
42582# Written by Andrew Zabolotny, bit@freya.etu.ru
42583# Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
42584#
42585# This script will accept a set of files on the command line.
42586# All the public symbols from the .o files will be exported into
42587# a .DEF file, then linker will be run (through gcc) against them to
42588# build a shared library consisting of all given .o files. All libraries
42589# (.a) will be first decompressed into component .o files then act as
42590# described above. You can optionally give a description (-d "description")
42591# which will be put into .DLL. To see the list of accepted options (as well
42592# as command-line format) simply run this program without options. The .DLL
42593# is built to be imported by name (there is no guarantee that new versions
42594# of the library you build will have same ordinals for same symbols).
42595#
42596# dllar is free software; you can redistribute it and/or modify
42597# it under the terms of the GNU General Public License as published by
42598# the Free Software Foundation; either version 2, or (at your option)
42599# any later version.
42600#
42601# dllar is distributed in the hope that it will be useful,
42602# but WITHOUT ANY WARRANTY; without even the implied warranty of
42603# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42604# GNU General Public License for more details.
42605#
42606# You should have received a copy of the GNU General Public License
42607# along with dllar; see the file COPYING. If not, write to the Free
42608# Software Foundation, 59 Temple Place - Suite 330, Boston, MA
42609# 02111-1307, USA.
42610
42611# To successfuly run this program you will need:
42612# - Current drive should have LFN support (HPFS, ext2, network, etc)
42613# (Sometimes dllar generates filenames which won't fit 8.3 scheme)
42614# - gcc
42615# (used to build the .dll)
42616# - emxexp
42617# (used to create .def file from .o files)
42618# - emximp
42619# (used to create .a file from .def file)
42620# - GNU text utilites (cat, sort, uniq)
42621# used to process emxexp output
42622# - GNU file utilities (mv, rm)
42623# - GNU sed
42624# - lxlite (optional, see flag below)
42625# (used for general .dll cleanup)
42626#
42627
42628flag_USE_LXLITE=1;
42629
42630#
42631# helper functions
42632# basnam, variant of basename, which does _not_ remove the path, _iff_
42633# second argument (suffix to remove) is given
42634basnam(){
42635 case ${D}# in
42636 1)
1e9e8aba 42637 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
473276a9
VS
42638 ;;
42639 2)
42640 echo ${D}1 | sed 's/'${D}2'${D}//'
42641 ;;
42642 *)
42643 echo "error in basnam ${D}*"
42644 exit 8
42645 ;;
42646 esac
42647}
42648
42649# Cleanup temporary files and output
42650CleanUp() {
42651 cd ${D}curDir
42652 for i in ${D}inputFiles ; do
42653 case ${D}i in
42654 *!)
42655 rm -rf \`basnam ${D}i !\`
42656 ;;
42657 *)
42658 ;;
42659 esac
42660 done
42661
42662 # Kill result in case of failure as there is just to many stupid make/nmake
42663 # things out there which doesn't do this.
1e9e8aba 42664 if [ ${D}# -eq 0 ]; then
473276a9
VS
42665 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
42666 fi
42667}
42668
42669# Print usage and exit script with rc=1.
42670PrintHelp() {
b1d22ded
DE
42671 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
42672 echo ' [-name-mangler-script script.sh]'
42673 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
42674 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
42675 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
1e9e8aba 42676 echo ' [*.o] [*.a]'
473276a9
VS
42677 echo '*> "output_file" should have no extension.'
42678 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
42679 echo ' The import library name is derived from this and is set to "name".a,'
42680 echo ' unless overridden by -import'
42681 echo '*> "importlib_name" should have no extension.'
42682 echo ' If it has the .o, or .a extension, it is automatically removed.'
42683 echo ' This name is used as the import library name and may be longer and'
42684 echo ' more descriptive than the DLL name which has to follow the old '
42685 echo ' 8.3 convention of FAT.'
b1d22ded
DE
42686 echo '*> "script.sh may be given to override the output_file name by a'
42687 echo ' different name. It is mainly useful if the regular make process'
42688 echo ' of some package does not take into account OS/2 restriction of'
42689 echo ' DLL name lengths. It takes the importlib name as input and is'
42690 echo ' supposed to procude a shorter name as output. The script should'
42691 echo ' expect to get importlib_name without extension and should produce'
42692 echo ' a (max.) 8 letter name without extension.'
473276a9
VS
42693 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
42694 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
42695 echo ' These flags will be put at the start of GCC command line.'
b1d22ded
DE
42696 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
42697 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
473276a9
VS
42698 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
42699 echo ' If the last character of a symbol is "*", all symbols beginning'
42700 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
b1d22ded 42701 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
473276a9 42702 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
b1d22ded 42703 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
473276a9 42704 echo ' C runtime DLLs.'
b1d22ded 42705 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
473276a9
VS
42706 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
42707 echo ' unchanged to GCC at the end of command line.'
42708 echo '*> If you create a DLL from a library and you do not specify -o,'
42709 echo ' the basename for DLL and import library will be set to library name,'
42710 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
42711 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
42712 echo ' library will be renamed into gcc_s.a.'
42713 echo '--------'
42714 echo 'Example:'
42715 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
42716 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
42717 CleanUp
42718 exit 1
42719}
42720
42721# Execute a command.
42722# If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
42723# @Uses Whatever CleanUp() uses.
42724doCommand() {
42725 echo "${D}*"
42726 eval ${D}*
42727 rcCmd=${D}?
42728
1e9e8aba 42729 if [ ${D}rcCmd -ne 0 ]; then
473276a9
VS
42730 echo "command failed, exit code="${D}rcCmd
42731 CleanUp
42732 exit ${D}rcCmd
42733 fi
42734}
42735
42736# main routine
42737# setup globals
42738cmdLine=${D}*
42739outFile=""
42740outimpFile=""
42741inputFiles=""
b1d22ded 42742renameScript=""
473276a9
VS
42743description=""
42744CC=gcc.exe
42745CFLAGS="-s -Zcrtdll"
42746EXTRA_CFLAGS=""
42747EXPORT_BY_ORDINALS=0
42748exclude_symbols=""
42749library_flags=""
42750curDir=\`pwd\`
42751curDirS=curDir
42752case ${D}curDirS in
42753*/)
42754 ;;
42755*)
42756 curDirS=${D}{curDirS}"/"
42757 ;;
42758esac
42759# Parse commandline
42760libsToLink=0
b1d22ded 42761omfLinking=0
1e9e8aba 42762while [ ${D}1 ]; do
473276a9
VS
42763 case ${D}1 in
42764 -ord*)
42765 EXPORT_BY_ORDINALS=1;
42766 ;;
42767 -o*)
42768 shift
42769 outFile=${D}1
42770 ;;
42771 -i*)
42772 shift
42773 outimpFile=${D}1
42774 ;;
b1d22ded
DE
42775 -name-mangler-script)
42776 shift
42777 renameScript=${D}1
42778 ;;
473276a9
VS
42779 -d*)
42780 shift
42781 description=${D}1
42782 ;;
42783 -f*)
42784 shift
42785 CFLAGS=${D}1
42786 ;;
42787 -c*)
42788 shift
42789 CC=${D}1
42790 ;;
42791 -h*)
42792 PrintHelp
42793 ;;
42794 -ex*)
42795 shift
42796 exclude_symbols=${D}{exclude_symbols}${D}1" "
42797 ;;
42798 -libf*)
42799 shift
42800 library_flags=${D}{library_flags}${D}1" "
42801 ;;
42802 -nocrt*)
42803 CFLAGS="-s"
42804 ;;
42805 -nolxl*)
42806 flag_USE_LXLITE=0
42807 ;;
42808 -* | /*)
42809 case ${D}1 in
42810 -L* | -l*)
42811 libsToLink=1
42812 ;;
b1d22ded
DE
42813 -Zomf)
42814 omfLinking=1
42815 ;;
473276a9
VS
42816 *)
42817 ;;
42818 esac
42819 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42820 ;;
b1d22ded
DE
42821 *.dll)
42822 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
42823 if [ ${D}omfLinking -eq 1 ]; then
42824 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
42825 else
42826 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
42827 fi
42828 ;;
473276a9
VS
42829 *)
42830 found=0;
1e9e8aba 42831 if [ ${D}libsToLink -ne 0 ]; then
473276a9
VS
42832 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42833 else
42834 for file in ${D}1 ; do
1e9e8aba 42835 if [ -f ${D}file ]; then
473276a9
VS
42836 inputFiles="${D}{inputFiles} ${D}file"
42837 found=1
42838 fi
42839 done
1e9e8aba 42840 if [ ${D}found -eq 0 ]; then
473276a9
VS
42841 echo "ERROR: No file(s) found: "${D}1
42842 exit 8
42843 fi
42844 fi
42845 ;;
42846 esac
42847 shift
42848done # iterate cmdline words
42849
42850#
1e9e8aba 42851if [ -z "${D}inputFiles" ]; then
473276a9
VS
42852 echo "dllar: no input files"
42853 PrintHelp
42854fi
42855
42856# Now extract all .o files from .a files
42857newInputFiles=""
42858for file in ${D}inputFiles ; do
42859 case ${D}file in
42860 *.a | *.lib)
42861 case ${D}file in
42862 *.a)
42863 suffix=".a"
42864 AR="ar"
42865 ;;
42866 *.lib)
42867 suffix=".lib"
42868 AR="emxomfar"
42869 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
42870 ;;
42871 *)
42872 ;;
42873 esac
42874 dirname=\`basnam ${D}file ${D}suffix\`"_%"
42875 mkdir ${D}dirname
1e9e8aba 42876 if [ ${D}? -ne 0 ]; then
473276a9
VS
42877 echo "Failed to create subdirectory ./${D}dirname"
42878 CleanUp
42879 exit 8;
42880 fi
42881 # Append '!' to indicate archive
42882 newInputFiles="${D}newInputFiles ${D}{dirname}!"
42883 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
42884 cd ${D}curDir
42885 found=0;
42886 for subfile in ${D}dirname/*.o* ; do
1e9e8aba 42887 if [ -f ${D}subfile ]; then
473276a9 42888 found=1
1e9e8aba 42889 if [ -s ${D}subfile ]; then
473276a9
VS
42890 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
42891 newInputFiles="${D}newInputFiles ${D}subfile"
42892 fi
42893 fi
42894 done
1e9e8aba
DE
42895 if [ ${D}found -eq 0 ]; then
42896 echo "WARNING: there are no files in archive \\'${D}file\\'"
473276a9
VS
42897 fi
42898 ;;
42899 *)
42900 newInputFiles="${D}{newInputFiles} ${D}file"
42901 ;;
42902 esac
42903done
42904inputFiles="${D}newInputFiles"
42905
42906# Output filename(s).
42907do_backup=0;
1e9e8aba 42908if [ -z ${D}outFile ]; then
473276a9
VS
42909 do_backup=1;
42910 set outFile ${D}inputFiles; outFile=${D}2
42911fi
42912
42913# If it is an archive, remove the '!' and the '_%' suffixes
42914case ${D}outFile in
42915*_%!)
42916 outFile=\`basnam ${D}outFile _%!\`
42917 ;;
42918*)
42919 ;;
42920esac
42921case ${D}outFile in
42922*.dll)
42923 outFile=\`basnam ${D}outFile .dll\`
42924 ;;
42925*.DLL)
42926 outFile=\`basnam ${D}outFile .DLL\`
42927 ;;
42928*.o)
42929 outFile=\`basnam ${D}outFile .o\`
42930 ;;
42931*.obj)
42932 outFile=\`basnam ${D}outFile .obj\`
42933 ;;
42934*.a)
42935 outFile=\`basnam ${D}outFile .a\`
42936 ;;
42937*.lib)
42938 outFile=\`basnam ${D}outFile .lib\`
42939 ;;
42940*)
42941 ;;
42942esac
42943case ${D}outimpFile in
42944*.a)
42945 outimpFile=\`basnam ${D}outimpFile .a\`
42946 ;;
42947*.lib)
42948 outimpFile=\`basnam ${D}outimpFile .lib\`
42949 ;;
42950*)
42951 ;;
42952esac
1e9e8aba 42953if [ -z ${D}outimpFile ]; then
473276a9
VS
42954 outimpFile=${D}outFile
42955fi
42956defFile="${D}{outFile}.def"
42957arcFile="${D}{outimpFile}.a"
42958arcFile2="${D}{outimpFile}.lib"
b1d22ded
DE
42959
42960#create ${D}dllFile as something matching 8.3 restrictions,
42961if [ -z ${D}renameScript ] ; then
42962 dllFile="${D}outFile"
42963else
42964 dllFile=\`${D}renameScript ${D}outimpFile\`
42965fi
473276a9 42966
1e9e8aba
DE
42967if [ ${D}do_backup -ne 0 ] ; then
42968 if [ -f ${D}arcFile ] ; then
473276a9
VS
42969 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
42970 fi
1e9e8aba 42971 if [ -f ${D}arcFile2 ] ; then
473276a9
VS
42972 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
42973 fi
42974fi
42975
42976# Extract public symbols from all the object files.
42977tmpdefFile=${D}{defFile}_%
42978rm -f ${D}tmpdefFile
42979for file in ${D}inputFiles ; do
42980 case ${D}file in
42981 *!)
42982 ;;
42983 *)
42984 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
42985 ;;
42986 esac
42987done
42988
42989# Create the def file.
42990rm -f ${D}defFile
42991echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
b1d22ded
DE
42992dllFile="${D}{dllFile}.dll"
42993if [ ! -z ${D}description ]; then
1e9e8aba 42994 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
473276a9
VS
42995fi
42996echo "EXPORTS" >> ${D}defFile
42997
42998doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
42999grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
43000
43001# Checks if the export is ok or not.
43002for word in ${D}exclude_symbols; do
43003 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
43004 mv ${D}{tmpdefFile}% ${D}tmpdefFile
43005done
43006
43007
1e9e8aba
DE
43008if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
43009 sed "=" < ${D}tmpdefFile | \\
473276a9
VS
43010 sed '
43011 N
43012 : loop
1e9e8aba 43013 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
473276a9
VS
43014 t loop
43015 ' > ${D}{tmpdefFile}%
43016 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
43017else
43018 rm -f ${D}{tmpdefFile}%
43019fi
43020cat ${D}tmpdefFile >> ${D}defFile
43021rm -f ${D}tmpdefFile
43022
43023# Do linking, create implib, and apply lxlite.
43024gccCmdl="";
43025for file in ${D}inputFiles ; do
43026 case ${D}file in
43027 *!)
43028 ;;
43029 *)
43030 gccCmdl="${D}gccCmdl ${D}file"
43031 ;;
43032 esac
43033done
43034doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
43035touch "${D}{outFile}.dll"
43036
43037doCommand "emximp -o ${D}arcFile ${D}defFile"
1e9e8aba 43038if [ ${D}flag_USE_LXLITE -ne 0 ]; then
473276a9 43039 add_flags="";
1e9e8aba 43040 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
473276a9
VS
43041 add_flags="-ynd"
43042 fi
43043 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
43044fi
43045doCommand "emxomf -s -l ${D}arcFile"
43046
43047# Successful exit.
43048CleanUp 1
43049exit 0
43050EOF
43051
43052 chmod +x dllar.sh
a848cd7e
SC
43053 ;;
43054
1e9e8aba 43055 powerpc-apple-macos* | \
a848cd7e
SC
43056 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
43057 *-*-sunos4* | \
43058 *-*-osf* | \
43059 *-*-dgux5* | \
47a7e797
MW
43060 *-*-sysv5* | \
43061 *-pc-msdosdjgpp )
a848cd7e
SC
43062 ;;
43063
43064 *)
43065 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
43066echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
43067 { (exit 1); exit 1; }; }
43068 esac
43069
2057db16
VS
43070 if test "x$PIC_FLAG" != "x" ; then
43071 PIC_FLAG="$PIC_FLAG -DPIC"
43072 fi
43073
a848cd7e
SC
43074 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
43075 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
43076 fi
43077 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
43078 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
43079 fi
43080
43081
43082
43083
43084
43085
43086
43087
43088 USE_SOVERSION=0
43089 USE_SOVERLINUX=0
43090 USE_SOVERSOLARIS=0
43091 USE_SOSYMLINKS=0
43092 USE_MACVERSION=0
43093 SONAME_FLAG=
43094
43095 case "${BAKEFILE_HOST}" in
b1d22ded 43096 *-*-linux* | *-*-freebsd* )
5f652d0d
VS
43097 SONAME_FLAG="-Wl,-soname,"
43098 USE_SOVERSION=1
43099 USE_SOVERLINUX=1
43100 USE_SOSYMLINKS=1
43101 ;;
43102
a848cd7e
SC
43103 *-*-solaris2* )
43104 SONAME_FLAG="-h "
43105 USE_SOVERSION=1
43106 USE_SOVERSOLARIS=1
43107 USE_SOSYMLINKS=1
43108 ;;
43109
43110 *-*-darwin* )
43111 USE_MACVERSION=1
43112 USE_SOVERSION=1
43113 USE_SOSYMLINKS=1
43114 ;;
43115 esac
43116
43117
43118
43119
43120
43121
43122
43123
43124
43125 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
43126echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
43127 DEPS_TRACKING=0
43128
43129 if test "x$GCC" = "xyes"; then
43130 DEPSMODE=gcc
43131 DEPS_TRACKING=1
43132 case "${BAKEFILE_HOST}" in
43133 powerpc-*-darwin* )
43134 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
43135 ;;
43136 * )
43137 DEPSFLAG_GCC="-MMD"
43138 ;;
43139 esac
43140 echo "$as_me:$LINENO: result: gcc" >&5
43141echo "${ECHO_T}gcc" >&6
b1d22ded 43142 elif test "x$MWCC" = "xyes"; then
81f90336 43143 DEPSMODE=mwcc
b1d22ded 43144 DEPS_TRACKING=1
81f90336 43145 DEPSFLAG_MWCC="-MM"
b1d22ded
DE
43146 echo "$as_me:$LINENO: result: mwcc" >&5
43147echo "${ECHO_T}mwcc" >&6
a9e5b1f0
MW
43148 elif test "x$SUNCC" = "xyes"; then
43149 DEPSMODE=suncc
43150 DEPS_TRACKING=1
43151 DEPSFLAG_SUNCC="-xM1"
43152 echo "$as_me:$LINENO: result: suncc" >&5
43153echo "${ECHO_T}suncc" >&6
a848cd7e
SC
43154 else
43155 echo "$as_me:$LINENO: result: none" >&5
43156echo "${ECHO_T}none" >&6
43157 fi
43158
43159 if test $DEPS_TRACKING = 1 ; then
473276a9
VS
43160
43161D='$'
43162cat <<EOF >bk-deps
a848cd7e
SC
43163#!/bin/sh
43164
43165# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43166# script. It is used to track C/C++ files dependencies in portable way.
43167#
43168# Permission is given to use this file in any way.
43169
473276a9 43170DEPSMODE=${DEPSMODE}
a848cd7e 43171DEPSDIR=.deps
473276a9 43172DEPSFLAG_GCC="${DEPSFLAG_GCC}"
81f90336 43173DEPSFLAG_MWCC="${DEPSFLAG_MWCC}"
a9e5b1f0 43174DEPSFLAG_SUNCC="${DEPSFLAG_SUNCC}"
a848cd7e 43175
473276a9 43176mkdir -p ${D}DEPSDIR
a848cd7e 43177
473276a9
VS
43178if test ${D}DEPSMODE = gcc ; then
43179 ${D}* ${D}{DEPSFLAG_GCC}
43180 status=${D}?
43181 if test ${D}{status} != 0 ; then
43182 exit ${D}{status}
a848cd7e
SC
43183 fi
43184 # move created file to the location we want it in:
473276a9
VS
43185 while test ${D}# -gt 0; do
43186 case "${D}1" in
a848cd7e
SC
43187 -o )
43188 shift
473276a9 43189 objfile=${D}1
a848cd7e
SC
43190 ;;
43191 -* )
43192 ;;
43193 * )
473276a9 43194 srcfile=${D}1
a848cd7e
SC
43195 ;;
43196 esac
43197 shift
43198 done
1e9e8aba
DE
43199 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
43200 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
473276a9
VS
43201 if test -f ${D}depfile ; then
43202 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43203 rm -f ${D}depfile
a848cd7e 43204 else
1e9e8aba 43205 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
473276a9
VS
43206 if test -f ${D}depfile ; then
43207 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43208 rm -f ${D}depfile
a848cd7e
SC
43209 fi
43210 fi
43211 exit 0
81f90336
MW
43212elif test ${D}DEPSMODE = mwcc ; then
43213 ${D}*
43214 status=${D}?
43215 if test ${D}{status} != 0 ; then
43216 exit ${D}{status}
43217 fi
43218 # Run mwcc again with -MM and redirect into the dep file we want
43219 # NOTE: We can't use shift here because we need ${D}* to be valid
43220 prevarg=
43221 for arg in ${D}* ; do
43222 if test "${D}prevarg" = "-o"; then
43223 objfile=${D}arg
43224 else
43225 case "${D}arg" in
43226 -* )
43227 ;;
43228 * )
43229 srcfile=${D}arg
43230 ;;
43231 esac
43232 fi
43233 prevarg="${D}arg"
43234 done
43235 ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d
43236 exit 0
a9e5b1f0
MW
43237elif test ${D}DEPSMODE = suncc; then
43238 ${D}* || exit
43239 # Run compiler again with deps flag and redirect into the dep file.
43240 # It doesn't work if the '-o FILE' option is used, but without it the
43241 # dependency file will contain the wrong name for the object. So it is
43242 # removed from the command line, and the dep file is fixed with sed.
43243 cmd=""
43244 while test ${D}# -gt 0; do
43245 case "${D}1" in
43246 -o )
43247 shift
43248 objfile=${D}1
43249 ;;
43250 * )
43251 eval arg${D}#=\\${D}1
43252 cmd="${D}cmd \\${D}arg${D}#"
43253 ;;
43254 esac
43255 shift
43256 done
43257 eval "${D}cmd ${D}DEPSFLAG_SUNCC" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
43258 exit 0
a848cd7e 43259else
473276a9
VS
43260 ${D}*
43261 exit ${D}?
a848cd7e
SC
43262fi
43263EOF
473276a9 43264
a848cd7e
SC
43265 chmod +x bk-deps
43266 fi
43267
43268
43269
43270
43271 RESCOMP=
43272 SETFILE=
43273
43274 case ${BAKEFILE_HOST} in
43275 *-*-cygwin* | *-*-mingw32* )
43276 if test "$build" != "$host" ; then
43277 RESCOMP=$host_alias-windres
43278 else
43279 # Extract the first word of "windres", so it can be a program name with args.
43280set dummy windres; ac_word=$2
43281echo "$as_me:$LINENO: checking for $ac_word" >&5
43282echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43283if test "${ac_cv_prog_RESCOMP+set}" = set; then
43284 echo $ECHO_N "(cached) $ECHO_C" >&6
43285else
43286 if test -n "$RESCOMP"; then
43287 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
43288else
43289as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43290for as_dir in $PATH
43291do
43292 IFS=$as_save_IFS
43293 test -z "$as_dir" && as_dir=.
43294 for ac_exec_ext in '' $ac_executable_extensions; do
43295 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43296 ac_cv_prog_RESCOMP="windres"
43297 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43298 break 2
43299 fi
43300done
43301done
43302
43303 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
43304fi
43305fi
43306RESCOMP=$ac_cv_prog_RESCOMP
43307if test -n "$RESCOMP"; then
43308 echo "$as_me:$LINENO: result: $RESCOMP" >&5
43309echo "${ECHO_T}$RESCOMP" >&6
43310else
43311 echo "$as_me:$LINENO: result: no" >&5
43312echo "${ECHO_T}no" >&6
43313fi
43314
43315 fi
43316 ;;
43317
1e9e8aba 43318 *-*-darwin* | powerpc-apple-macos* )
a848cd7e
SC
43319 # Extract the first word of "Rez", so it can be a program name with args.
43320set dummy Rez; ac_word=$2
43321echo "$as_me:$LINENO: checking for $ac_word" >&5
43322echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43323if test "${ac_cv_prog_RESCOMP+set}" = set; then
43324 echo $ECHO_N "(cached) $ECHO_C" >&6
43325else
43326 if test -n "$RESCOMP"; then
43327 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
43328else
43329as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43330for as_dir in $PATH
43331do
43332 IFS=$as_save_IFS
43333 test -z "$as_dir" && as_dir=.
43334 for ac_exec_ext in '' $ac_executable_extensions; do
43335 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43336 ac_cv_prog_RESCOMP="Rez"
43337 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43338 break 2
43339 fi
43340done
43341done
43342
43343 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
43344fi
43345fi
43346RESCOMP=$ac_cv_prog_RESCOMP
43347if test -n "$RESCOMP"; then
43348 echo "$as_me:$LINENO: result: $RESCOMP" >&5
43349echo "${ECHO_T}$RESCOMP" >&6
43350else
43351 echo "$as_me:$LINENO: result: no" >&5
43352echo "${ECHO_T}no" >&6
43353fi
43354
43355 # Extract the first word of "SetFile", so it can be a program name with args.
43356set dummy SetFile; ac_word=$2
43357echo "$as_me:$LINENO: checking for $ac_word" >&5
43358echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43359if test "${ac_cv_prog_SETFILE+set}" = set; then
43360 echo $ECHO_N "(cached) $ECHO_C" >&6
43361else
43362 if test -n "$SETFILE"; then
43363 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
43364else
43365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43366for as_dir in $PATH
43367do
43368 IFS=$as_save_IFS
43369 test -z "$as_dir" && as_dir=.
43370 for ac_exec_ext in '' $ac_executable_extensions; do
43371 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43372 ac_cv_prog_SETFILE="SetFile"
43373 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43374 break 2
43375 fi
43376done
43377done
43378
43379 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
43380fi
43381fi
43382SETFILE=$ac_cv_prog_SETFILE
43383if test -n "$SETFILE"; then
43384 echo "$as_me:$LINENO: result: $SETFILE" >&5
43385echo "${ECHO_T}$SETFILE" >&6
43386else
43387 echo "$as_me:$LINENO: result: no" >&5
43388echo "${ECHO_T}no" >&6
43389fi
43390
43391 ;;
43392 esac
43393
43394
43395
43396
43397
fbb7dfff 43398 BAKEFILE_BAKEFILE_M4_VERSION="0.1.8"
a848cd7e 43399
dcc1b6ad 43400
fbb7dfff 43401BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.8"
a848cd7e 43402
646b6ec1 43403
74b84332 43404
a848cd7e
SC
43405 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
43406if test "${enable_precomp_headers+set}" = set; then
43407 enableval="$enable_precomp_headers"
43408 bk_use_pch="$enableval"
43409fi;
43410
43411 GCC_PCH=0
43412
43413 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
43414 if test "x$GCC" = "xyes"; then
43415 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
43416echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
43417 cat >conftest.$ac_ext <<_ACEOF
43418/* confdefs.h. */
43419_ACEOF
43420cat confdefs.h >>conftest.$ac_ext
43421cat >>conftest.$ac_ext <<_ACEOF
43422/* end confdefs.h. */
43423
43424int
43425main ()
43426{
43427
43428 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
43429 #error "no pch support"
43430 #endif
43431 #if (__GNUC__ < 3)
43432 #error "no pch support"
43433 #endif
43434 #if (__GNUC__ == 3) && \
43435 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
43436 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
43437 #error "no pch support"
43438 #endif
43439
43440 ;
43441 return 0;
43442}
43443_ACEOF
43444rm -f conftest.$ac_objext
43445if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43446 (eval $ac_compile) 2>conftest.er1
a848cd7e 43447 ac_status=$?
ac1cb8d3
VS
43448 grep -v '^ *+' conftest.er1 >conftest.err
43449 rm -f conftest.er1
43450 cat conftest.err >&5
a848cd7e
SC
43451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43452 (exit $ac_status); } &&
ddd14b14
RR
43453 { ac_try='test -z "$ac_c_werror_flag"
43454 || test ! -s conftest.err'
ac1cb8d3
VS
43455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43456 (eval $ac_try) 2>&5
43457 ac_status=$?
43458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43459 (exit $ac_status); }; } &&
43460 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43462 (eval $ac_try) 2>&5
43463 ac_status=$?
43464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43465 (exit $ac_status); }; }; then
43466
43467 echo "$as_me:$LINENO: result: yes" >&5
43468echo "${ECHO_T}yes" >&6
a848cd7e
SC
43469 GCC_PCH=1
43470
43471else
43472 echo "$as_me: failed program was:" >&5
43473sed 's/^/| /' conftest.$ac_ext >&5
43474
43475
43476 echo "$as_me:$LINENO: result: no" >&5
43477echo "${ECHO_T}no" >&6
43478
43479fi
ac1cb8d3 43480rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 43481 if test $GCC_PCH = 1 ; then
1e9e8aba
DE
43482
43483D='$'
43484cat <<EOF >bk-make-pch
a848cd7e
SC
43485#!/bin/sh
43486
43487# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43488# script. It is used to generated precompiled headers.
43489#
43490# Permission is given to use this file in any way.
43491
1e9e8aba
DE
43492outfile="${D}{1}"
43493header="${D}{2}"
a848cd7e
SC
43494shift
43495shift
43496
43497compiler=
43498headerfile=
1e9e8aba
DE
43499while test ${D}{#} -gt 0; do
43500 case "${D}{1}" in
a848cd7e 43501 -I* )
1e9e8aba
DE
43502 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
43503 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
43504 headerfile="${D}{incdir}/${D}{header}"
a848cd7e
SC
43505 fi
43506 ;;
43507 esac
1e9e8aba 43508 compiler="${D}{compiler} ${D}{1}"
a848cd7e
SC
43509 shift
43510done
43511
1e9e8aba
DE
43512if test "x${D}{headerfile}" = "x" ; then
43513 echo "error: can't find header ${D}{header} in include paths" >2
a848cd7e 43514else
1e9e8aba
DE
43515 if test -f ${D}{outfile} ; then
43516 rm -f ${D}{outfile}
a848cd7e 43517 else
1e9e8aba 43518 mkdir -p \`dirname ${D}{outfile}\`
a848cd7e 43519 fi
1e9e8aba 43520 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
a848cd7e
SC
43521 mkdir -p .deps
43522 # can do this because gcc is >= 3.4:
1e9e8aba
DE
43523 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
43524 exit ${D}{?}
a848cd7e
SC
43525fi
43526EOF
1e9e8aba 43527
a848cd7e
SC
43528 chmod +x bk-make-pch
43529 fi
43530 fi
43531 fi
43532
43533
43534
a848cd7e
SC
43535 COND_BUILD_DEBUG="#"
43536 if test "x$BUILD" = "xdebug" ; then
43537 COND_BUILD_DEBUG=""
43538 fi
43539
43540 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
43541 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
43542 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
43543 fi
43544
43545 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
43546 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
43547 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
43548 fi
43549
43550 COND_BUILD_DEBUG_UNICODE_0="#"
43551 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
43552 COND_BUILD_DEBUG_UNICODE_0=""
43553 fi
43554
43555 COND_BUILD_DEBUG_UNICODE_1="#"
43556 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
43557 COND_BUILD_DEBUG_UNICODE_1=""
43558 fi
43559
43560 COND_BUILD_RELEASE="#"
43561 if test "x$BUILD" = "xrelease" ; then
43562 COND_BUILD_RELEASE=""
43563 fi
43564
43565 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
43566 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
43567 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
43568 fi
43569
43570 COND_BUILD_RELEASE_UNICODE_0="#"
43571 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
43572 COND_BUILD_RELEASE_UNICODE_0=""
43573 fi
43574
43575 COND_BUILD_RELEASE_UNICODE_1="#"
43576 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
43577 COND_BUILD_RELEASE_UNICODE_1=""
43578 fi
43579
43580 COND_DEBUG_FLAG_1="#"
43581 if test "x$DEBUG_FLAG" = "x1" ; then
43582 COND_DEBUG_FLAG_1=""
43583 fi
43584
43585 COND_DEBUG_INFO_0="#"
43586 if test "x$DEBUG_INFO" = "x0" ; then
43587 COND_DEBUG_INFO_0=""
43588 fi
43589
43590 COND_DEBUG_INFO_1="#"
43591 if test "x$DEBUG_INFO" = "x1" ; then
43592 COND_DEBUG_INFO_1=""
43593 fi
43594
43595 COND_DEPS_TRACKING_0="#"
43596 if test "x$DEPS_TRACKING" = "x0" ; then
43597 COND_DEPS_TRACKING_0=""
43598 fi
43599
43600 COND_DEPS_TRACKING_1="#"
43601 if test "x$DEPS_TRACKING" = "x1" ; then
43602 COND_DEPS_TRACKING_1=""
43603 fi
43604
43605 COND_GCC_PCH_1="#"
43606 if test "x$GCC_PCH" = "x1" ; then
43607 COND_GCC_PCH_1=""
43608 fi
43609
43610 COND_MONOLITHIC_0="#"
43611 if test "x$MONOLITHIC" = "x0" ; then
43612 COND_MONOLITHIC_0=""
43613 fi
43614
43615 COND_MONOLITHIC_0_SHARED_0="#"
43616 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
43617 COND_MONOLITHIC_0_SHARED_0=""
43618 fi
43619
43620 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
43621 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
43622 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
43623 fi
43624
90970d69
DE
43625 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
43626 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43627 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
43628 fi
43629
a848cd7e
SC
43630 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
43631 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43632 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
43633 fi
43634
6671c68b
VZ
43635 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
43636 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43637 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
43638 fi
43639
a848cd7e
SC
43640 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
43641 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
43642 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
43643 fi
43644
ceec2216
RL
43645 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
43646 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43647 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
43648 fi
43649
a848cd7e
SC
43650 COND_MONOLITHIC_0_SHARED_1="#"
43651 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
43652 COND_MONOLITHIC_0_SHARED_1=""
43653 fi
43654
43655 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
43656 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
43657 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
43658 fi
43659
90970d69
DE
43660 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
43661 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43662 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
43663 fi
43664
a848cd7e
SC
43665 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
43666 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43667 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
43668 fi
43669
6671c68b
VZ
43670 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
43671 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43672 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
43673 fi
43674
a848cd7e
SC
43675 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
43676 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
43677 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
43678 fi
43679
ceec2216
RL
43680 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
43681 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43682 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
43683 fi
43684
a848cd7e
SC
43685 COND_MONOLITHIC_0_USE_ODBC_1="#"
43686 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
43687 COND_MONOLITHIC_0_USE_ODBC_1=""
43688 fi
43689
43690 COND_MONOLITHIC_1="#"
43691 if test "x$MONOLITHIC" = "x1" ; then
43692 COND_MONOLITHIC_1=""
43693 fi
43694
43695 COND_MONOLITHIC_1_SHARED_0="#"
43696 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
43697 COND_MONOLITHIC_1_SHARED_0=""
43698 fi
43699
43700 COND_MONOLITHIC_1_SHARED_1="#"
43701 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
43702 COND_MONOLITHIC_1_SHARED_1=""
43703 fi
43704
43705 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
43706 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
43707 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
43708 fi
43709
43710 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
43711 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
43712 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
43713 fi
43714
43715 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
43716 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
43717 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
43718 fi
43719
43720 COND_PLATFORM_MACOSX_1="#"
43721 if test "x$PLATFORM_MACOSX" = "x1" ; then
43722 COND_PLATFORM_MACOSX_1=""
43723 fi
43724
a30f955f
VS
43725 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
43726 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
43727 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
43728 fi
43729
a848cd7e
SC
43730 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
43731 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
43732 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
43733 fi
43734
43735 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
43736 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
43737 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
43738 fi
43739
43740 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
43741 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
43742 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
43743 fi
43744
fc480dc1
DE
43745 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
43746 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43747 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
43748 fi
43749
1e9e8aba
DE
43750 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
43751 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43752 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
43753 fi
43754
ebee3cd0
VS
43755 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
43756 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
43757 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
43758 fi
43759
43760 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
43761 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
43762 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
43763 fi
43764
a848cd7e
SC
43765 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
43766 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
43767 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
43768 fi
43769
43770 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
43771 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
43772 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
43773 fi
43774
b48a2016
DE
43775 COND_PLATFORM_MACOS_1="#"
43776 if test "x$PLATFORM_MACOS" = "x1" ; then
43777 COND_PLATFORM_MACOS_1=""
43778 fi
43779
a848cd7e
SC
43780 COND_PLATFORM_MAC_1="#"
43781 if test "x$PLATFORM_MAC" = "x1" ; then
43782 COND_PLATFORM_MAC_1=""
43783 fi
43784
83d8eb47
MW
43785 COND_PLATFORM_MSDOS_1="#"
43786 if test "x$PLATFORM_MSDOS" = "x1" ; then
43787 COND_PLATFORM_MSDOS_1=""
43788 fi
43789
a848cd7e
SC
43790 COND_PLATFORM_OS2_1="#"
43791 if test "x$PLATFORM_OS2" = "x1" ; then
43792 COND_PLATFORM_OS2_1=""
43793 fi
43794
43795 COND_PLATFORM_UNIX_0="#"
43796 if test "x$PLATFORM_UNIX" = "x0" ; then
43797 COND_PLATFORM_UNIX_0=""
43798 fi
43799
43800 COND_PLATFORM_UNIX_1="#"
43801 if test "x$PLATFORM_UNIX" = "x1" ; then
43802 COND_PLATFORM_UNIX_1=""
43803 fi
43804
43805 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
43806 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
43807 COND_PLATFORM_UNIX_1_USE_GUI_1=""
43808 fi
43809
43810 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
43811 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
43812 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
43813 fi
43814
43815 COND_PLATFORM_WIN32_0="#"
43816 if test "x$PLATFORM_WIN32" = "x0" ; then
43817 COND_PLATFORM_WIN32_0=""
43818 fi
43819
43820 COND_PLATFORM_WIN32_1="#"
43821 if test "x$PLATFORM_WIN32" = "x1" ; then
43822 COND_PLATFORM_WIN32_1=""
43823 fi
43824
43825 COND_SHARED_0="#"
43826 if test "x$SHARED" = "x0" ; then
43827 COND_SHARED_0=""
43828 fi
43829
ceec2216
RL
43830 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
43831 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
43832 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
43833 fi
43834
43835 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
43836 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
43837 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
43838 fi
43839
43840 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
43841 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
43842 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
43843 fi
43844
a848cd7e
SC
43845 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
43846 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43847 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
43848 fi
43849
43850 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
43851 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43852 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
43853 fi
43854
43855 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
43856 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43857 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
43858 fi
43859
43860 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
43861 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43862 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
43863 fi
43864
52ada004
RL
43865 COND_SHARED_0_USE_XRC_1="#"
43866 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43867 COND_SHARED_0_USE_XRC_1=""
43868 fi
43869
a848cd7e
SC
43870 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
43871 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
43872 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
43873 fi
43874
43875 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
43876 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
43877 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
43878 fi
43879
43880 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
43881 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
43882 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
43883 fi
43884
43885 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
43886 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
43887 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
43888 fi
43889
43890 COND_SHARED_1="#"
43891 if test "x$SHARED" = "x1" ; then
43892 COND_SHARED_1=""
43893 fi
43894
43895 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
43896 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43897 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
43898 fi
43899
52ada004
RL
43900 COND_SHARED_1_USE_XRC_1="#"
43901 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43902 COND_SHARED_1_USE_XRC_1=""
43903 fi
43904
a30f955f
VS
43905 COND_TOOLKIT_="#"
43906 if test "x$TOOLKIT" = "x" ; then
43907 COND_TOOLKIT_=""
43908 fi
43909
a848cd7e
SC
43910 COND_TOOLKIT_COCOA="#"
43911 if test "x$TOOLKIT" = "xCOCOA" ; then
43912 COND_TOOLKIT_COCOA=""
43913 fi
43914
a49baeab
DE
43915 COND_TOOLKIT_COCOA_USE_GUI_1="#"
43916 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
43917 COND_TOOLKIT_COCOA_USE_GUI_1=""
43918 fi
43919
a848cd7e
SC
43920 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
43921 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43922 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
43923 fi
43924
43925 COND_TOOLKIT_GTK="#"
43926 if test "x$TOOLKIT" = "xGTK" ; then
43927 COND_TOOLKIT_GTK=""
43928 fi
43929
43930 COND_TOOLKIT_GTK_USE_GUI_1="#"
43931 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
43932 COND_TOOLKIT_GTK_USE_GUI_1=""
43933 fi
43934
43935 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
43936 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43937 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
43938 fi
43939
43940 COND_TOOLKIT_MAC="#"
43941 if test "x$TOOLKIT" = "xMAC" ; then
43942 COND_TOOLKIT_MAC=""
43943 fi
43944
43945 COND_TOOLKIT_MAC_USE_GUI_1="#"
43946 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43947 COND_TOOLKIT_MAC_USE_GUI_1=""
43948 fi
43949
43950 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
43951 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43952 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
43953 fi
43954
43955 COND_TOOLKIT_MGL="#"
43956 if test "x$TOOLKIT" = "xMGL" ; then
43957 COND_TOOLKIT_MGL=""
43958 fi
43959
43960 COND_TOOLKIT_MGL_USE_GUI_1="#"
43961 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
43962 COND_TOOLKIT_MGL_USE_GUI_1=""
43963 fi
43964
43965 COND_TOOLKIT_MOTIF="#"
43966 if test "x$TOOLKIT" = "xMOTIF" ; then
43967 COND_TOOLKIT_MOTIF=""
43968 fi
43969
43970 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
43971 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
43972 COND_TOOLKIT_MOTIF_USE_GUI_1=""
43973 fi
43974
43975 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
43976 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43977 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
43978 fi
43979
43980 COND_TOOLKIT_MSW="#"
43981 if test "x$TOOLKIT" = "xMSW" ; then
43982 COND_TOOLKIT_MSW=""
43983 fi
43984
43985 COND_TOOLKIT_MSW_USE_GUI_1="#"
43986 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
43987 COND_TOOLKIT_MSW_USE_GUI_1=""
43988 fi
43989
43990 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
43991 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43992 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
43993 fi
43994
43995 COND_TOOLKIT_PM="#"
43996 if test "x$TOOLKIT" = "xPM" ; then
43997 COND_TOOLKIT_PM=""
43998 fi
43999
44000 COND_TOOLKIT_PM_USE_GUI_1="#"
44001 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
44002 COND_TOOLKIT_PM_USE_GUI_1=""
44003 fi
44004
44005 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
44006 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44007 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
44008 fi
44009
3fd9c298
DE
44010 COND_TOOLKIT_WINCE="#"
44011 if test "x$TOOLKIT" = "xWINCE" ; then
44012 COND_TOOLKIT_WINCE=""
44013 fi
44014
44015 COND_TOOLKIT_WINCE_USE_GUI_1="#"
44016 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
44017 COND_TOOLKIT_WINCE_USE_GUI_1=""
44018 fi
44019
44020 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
44021 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44022 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
44023 fi
44024
a848cd7e
SC
44025 COND_TOOLKIT_X11="#"
44026 if test "x$TOOLKIT" = "xX11" ; then
44027 COND_TOOLKIT_X11=""
44028 fi
44029
44030 COND_TOOLKIT_X11_USE_GUI_1="#"
44031 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
44032 COND_TOOLKIT_X11_USE_GUI_1=""
44033 fi
44034
44035 COND_UNICODE_1="#"
44036 if test "x$UNICODE" = "x1" ; then
44037 COND_UNICODE_1=""
44038 fi
44039
44040 COND_USE_EXCEPTIONS_0="#"
44041 if test "x$USE_EXCEPTIONS" = "x0" ; then
44042 COND_USE_EXCEPTIONS_0=""
44043 fi
44044
44045 COND_USE_EXCEPTIONS_1="#"
44046 if test "x$USE_EXCEPTIONS" = "x1" ; then
44047 COND_USE_EXCEPTIONS_1=""
44048 fi
44049
44050 COND_USE_GUI_0="#"
44051 if test "x$USE_GUI" = "x0" ; then
44052 COND_USE_GUI_0=""
44053 fi
44054
44055 COND_USE_GUI_1="#"
44056 if test "x$USE_GUI" = "x1" ; then
44057 COND_USE_GUI_1=""
44058 fi
44059
44060 COND_USE_GUI_1_WXUNIV_0="#"
44061 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44062 COND_USE_GUI_1_WXUNIV_0=""
44063 fi
44064
44065 COND_USE_GUI_1_WXUNIV_1="#"
44066 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
44067 COND_USE_GUI_1_WXUNIV_1=""
44068 fi
44069
44070 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
44071 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44072 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
44073 fi
44074
44075 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
44076 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44077 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
44078 fi
44079
44080 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
44081 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44082 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
44083 fi
44084
ceec2216
RL
44085 COND_USE_ODBC_1="#"
44086 if test "x$USE_ODBC" = "x1" ; then
44087 COND_USE_ODBC_1=""
44088 fi
44089
ffa0583f
RL
44090 COND_USE_OPENGL_1="#"
44091 if test "x$USE_OPENGL" = "x1" ; then
44092 COND_USE_OPENGL_1=""
44093 fi
44094
a848cd7e
SC
44095 COND_USE_PLUGINS_0="#"
44096 if test "x$USE_PLUGINS" = "x0" ; then
44097 COND_USE_PLUGINS_0=""
44098 fi
44099
0b78747f
MW
44100 COND_USE_RTTI_0="#"
44101 if test "x$USE_RTTI" = "x0" ; then
44102 COND_USE_RTTI_0=""
44103 fi
44104
44105 COND_USE_RTTI_1="#"
44106 if test "x$USE_RTTI" = "x1" ; then
44107 COND_USE_RTTI_1=""
44108 fi
44109
a848cd7e
SC
44110 COND_USE_SOSYMLINKS_1="#"
44111 if test "x$USE_SOSYMLINKS" = "x1" ; then
44112 COND_USE_SOSYMLINKS_1=""
44113 fi
44114
44115 COND_USE_SOVERLINUX_1="#"
44116 if test "x$USE_SOVERLINUX" = "x1" ; then
44117 COND_USE_SOVERLINUX_1=""
44118 fi
44119
44120 COND_USE_SOVERSION_0="#"
44121 if test "x$USE_SOVERSION" = "x0" ; then
44122 COND_USE_SOVERSION_0=""
44123 fi
44124
44125 COND_USE_SOVERSOLARIS_1="#"
44126 if test "x$USE_SOVERSOLARIS" = "x1" ; then
44127 COND_USE_SOVERSOLARIS_1=""
44128 fi
44129
0b78747f
MW
44130 COND_USE_THREADS_0="#"
44131 if test "x$USE_THREADS" = "x0" ; then
44132 COND_USE_THREADS_0=""
44133 fi
44134
44135 COND_USE_THREADS_1="#"
44136 if test "x$USE_THREADS" = "x1" ; then
44137 COND_USE_THREADS_1=""
44138 fi
44139
a13a7f89
RL
44140 COND_USE_XRC_1="#"
44141 if test "x$USE_XRC" = "x1" ; then
44142 COND_USE_XRC_1=""
44143 fi
44144
a848cd7e
SC
44145 COND_WITH_PLUGIN_SDL_1="#"
44146 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
44147 COND_WITH_PLUGIN_SDL_1=""
44148 fi
44149
1e6eb025
VZ
44150 COND_WXUNIV_0="#"
44151 if test "x$WXUNIV" = "x0" ; then
44152 COND_WXUNIV_0=""
44153 fi
44154
a848cd7e
SC
44155 COND_WXUNIV_1="#"
44156 if test "x$WXUNIV" = "x1" ; then
44157 COND_WXUNIV_1=""
44158 fi
44159
44160 COND_WXUSE_EXPAT_BUILTIN="#"
44161 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
44162 COND_WXUSE_EXPAT_BUILTIN=""
44163 fi
44164
44165 COND_WXUSE_LIBJPEG_BUILTIN="#"
44166 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44167 COND_WXUSE_LIBJPEG_BUILTIN=""
44168 fi
44169
44170 COND_WXUSE_LIBPNG_BUILTIN="#"
44171 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44172 COND_WXUSE_LIBPNG_BUILTIN=""
44173 fi
44174
44175 COND_WXUSE_LIBTIFF_BUILTIN="#"
44176 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44177 COND_WXUSE_LIBTIFF_BUILTIN=""
44178 fi
44179
44180 COND_WXUSE_ODBC_BUILTIN="#"
44181 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
44182 COND_WXUSE_ODBC_BUILTIN=""
44183 fi
44184
44185 COND_WXUSE_REGEX_BUILTIN="#"
44186 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
44187 COND_WXUSE_REGEX_BUILTIN=""
44188 fi
44189
44190 COND_WXUSE_ZLIB_BUILTIN="#"
44191 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
44192 COND_WXUSE_ZLIB_BUILTIN=""
44193 fi
44194
44195
44196
2057db16
VS
44197 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
44198 { { 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
44199echo "$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;}
44200 { (exit 1); exit 1; }; }
44201 fi
44202
a848cd7e 44203
fb00f58d
JS
44204if test "$wxUSE_WINE" = "yes"; then
44205 RESCOMP=wrc
44206fi
44207
ceec2216
RL
44208if test "$wxUSE_SHARED" = "yes"; then
44209
44210 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
44211 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
44212
5b674b9d
DE
44213 case "${host}" in
44214 *-pc-os2_emx | *-pc-os2-emx )
44215 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44216 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44217 cp -p ${srcdir}/src/os2/dllnames.sh .
44218 cp -p ${srcdir}/src/os2/dllar.sh .
44219 ;;
44220 esac
ceec2216
RL
44221else
44222
44223 EXE_LINKER="$CXX -o"
44224
44225fi
69120ee4
VZ
44226if test "$wxUSE_OMF" = "yes"; then
44227 case "${host}" in
44228 *-pc-os2_emx | *-pc-os2-emx )
44229 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
44230 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
44231 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
44232 ;;
44233 esac
44234fi
a848cd7e 44235
ddd14b14
RR
44236GCC_PRAGMA_FLAGS=""
44237PCH_FLAGS=""
87dd70d3 44238
c08ebc62 44239if test $GCC_PCH = 1 ; then
ddd14b14 44240 PCH_FLAGS="-DWX_PRECOMP"
87dd70d3
RR
44241fi
44242
44243if test "$GCC" = yes; then
44244 echo "$as_me:$LINENO: checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA" >&5
44245echo $ECHO_N "checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44246 cat >conftest.$ac_ext <<_ACEOF
44247/* confdefs.h. */
44248_ACEOF
44249cat confdefs.h >>conftest.$ac_ext
44250cat >>conftest.$ac_ext <<_ACEOF
44251/* end confdefs.h. */
44252
44253int
44254main ()
44255{
44256#if (__GNUC__ < 4)
44257 #error "Not GCC 4.0 or greater"
44258 #endif
44259
44260 ;
44261 return 0;
44262}
44263_ACEOF
44264rm -f conftest.$ac_objext
44265if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44266 (eval $ac_compile) 2>conftest.er1
44267 ac_status=$?
44268 grep -v '^ *+' conftest.er1 >conftest.err
44269 rm -f conftest.er1
44270 cat conftest.err >&5
44271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44272 (exit $ac_status); } &&
44273 { ac_try='test -z "$ac_c_werror_flag"
44274 || test ! -s conftest.err'
44275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44276 (eval $ac_try) 2>&5
44277 ac_status=$?
44278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44279 (exit $ac_status); }; } &&
44280 { ac_try='test -s conftest.$ac_objext'
44281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44282 (eval $ac_try) 2>&5
44283 ac_status=$?
44284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44285 (exit $ac_status); }; }; then
44286 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44287 echo "$as_me:$LINENO: result: yes" >&5
44288echo "${ECHO_T}yes" >&6
44289else
44290 echo "$as_me: failed program was:" >&5
44291sed 's/^/| /' conftest.$ac_ext >&5
44292
44293echo "$as_me:$LINENO: result: no" >&5
44294echo "${ECHO_T}no" >&6
44295fi
44296rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
ddd14b14
RR
44297else
44298 case "${host}" in
44299 powerpc-*-darwin* )
44300 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44301 ;;
44302 *-*-mingw32* )
44303 if test "$wxUSE_STL" = "yes" -o \
44304 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
44305 "$wxUSE_NO_RTTI" != "yes"; then
44306 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
44307echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44308 cat >conftest.$ac_ext <<_ACEOF
44309/* confdefs.h. */
44310_ACEOF
44311cat confdefs.h >>conftest.$ac_ext
44312cat >>conftest.$ac_ext <<_ACEOF
44313/* end confdefs.h. */
44314
44315int
44316main ()
44317{
44318#if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
44319 #error "Not GCC 3.2 or greater"
44320 #endif
44321
44322 ;
44323 return 0;
44324}
44325_ACEOF
44326rm -f conftest.$ac_objext
44327if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44328 (eval $ac_compile) 2>conftest.er1
44329 ac_status=$?
44330 grep -v '^ *+' conftest.er1 >conftest.err
44331 rm -f conftest.er1
44332 cat conftest.err >&5
44333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44334 (exit $ac_status); } &&
44335 { ac_try='test -z "$ac_c_werror_flag"
44336 || test ! -s conftest.err'
44337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44338 (eval $ac_try) 2>&5
44339 ac_status=$?
44340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44341 (exit $ac_status); }; } &&
44342 { ac_try='test -s conftest.$ac_objext'
44343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44344 (eval $ac_try) 2>&5
44345 ac_status=$?
44346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44347 (exit $ac_status); }; }; then
44348 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44349 echo "$as_me:$LINENO: result: yes" >&5
44350echo "${ECHO_T}yes" >&6
44351else
44352 echo "$as_me: failed program was:" >&5
44353sed 's/^/| /' conftest.$ac_ext >&5
44354
44355echo "$as_me:$LINENO: result: no" >&5
44356echo "${ECHO_T}no" >&6
3314e67b 44357fi
ddd14b14
RR
44358rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44359 fi
44360 ;;
87dd70d3 44361 *-pc-os2_emx | *-pc-os2-emx )
ddd14b14
RR
44362 if test "$wxUSE_STL" = "yes"; then
44363 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
44364echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44365 cat >conftest.$ac_ext <<_ACEOF
44366/* confdefs.h. */
44367_ACEOF
44368cat confdefs.h >>conftest.$ac_ext
44369cat >>conftest.$ac_ext <<_ACEOF
44370/* end confdefs.h. */
44371
44372int
44373main ()
44374{
44375#if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
44376 #error "Not GCC 3.2 or greater"
44377 #endif
44378
44379 ;
44380 return 0;
44381}
44382_ACEOF
44383rm -f conftest.$ac_objext
44384if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44385 (eval $ac_compile) 2>conftest.er1
44386 ac_status=$?
44387 grep -v '^ *+' conftest.er1 >conftest.err
44388 rm -f conftest.er1
44389 cat conftest.err >&5
44390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44391 (exit $ac_status); } &&
44392 { ac_try='test -z "$ac_c_werror_flag"
44393 || test ! -s conftest.err'
44394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44395 (eval $ac_try) 2>&5
44396 ac_status=$?
44397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44398 (exit $ac_status); }; } &&
44399 { ac_try='test -s conftest.$ac_objext'
44400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44401 (eval $ac_try) 2>&5
44402 ac_status=$?
44403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44404 (exit $ac_status); }; }; then
44405 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44406 echo "$as_me:$LINENO: result: yes" >&5
44407echo "${ECHO_T}yes" >&6
44408else
44409 echo "$as_me: failed program was:" >&5
44410sed 's/^/| /' conftest.$ac_ext >&5
bea8e651 44411
ddd14b14
RR
44412echo "$as_me:$LINENO: result: no" >&5
44413echo "${ECHO_T}no" >&6
44414fi
44415rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44416 fi
44417 ;;
44418 esac
44419fi
44420CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
a848cd7e
SC
44421
44422
44423SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
44424
44425
44426
44427
44428
44429
44430
44431
44432
44433
44434
44435
44436
44437
44438
44439
44440
44441
44442
44443
44444
44445
44446
44447
44448
44449
44450
44451
44452
44453
44454
44455
44456
44457
44458
44459
44460
44461
44462
44463
44464
44465
a848cd7e
SC
44466
44467
44468
44469
44470
44471
44472
44473
44474
44475
44476
44477
44478
44479
44480
44481
44482
44483
ddd14b14 44484
a848cd7e
SC
44485
44486
44487echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
44488echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 44489set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
44490if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
44491 echo $ECHO_N "(cached) $ECHO_C" >&6
44492else
44493 cat >conftest.make <<\_ACEOF
44494all:
44495 @echo 'ac_maketemp="$(MAKE)"'
44496_ACEOF
44497# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
44498eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
44499if test -n "$ac_maketemp"; then
44500 eval ac_cv_prog_make_${ac_make}_set=yes
44501else
44502 eval ac_cv_prog_make_${ac_make}_set=no
44503fi
44504rm -f conftest.make
44505fi
44506if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
44507 echo "$as_me:$LINENO: result: yes" >&5
44508echo "${ECHO_T}yes" >&6
44509 SET_MAKE=
44510else
44511 echo "$as_me:$LINENO: result: no" >&5
44512echo "${ECHO_T}no" >&6
44513 SET_MAKE="MAKE=${MAKE-make}"
44514fi
44515
44516
a848cd7e 44517
ceec2216
RL
44518 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
44519
a848cd7e 44520
ceec2216 44521 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
a848cd7e 44522
a848cd7e 44523
ceec2216 44524 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
a848cd7e 44525
ceec2216
RL
44526
44527 ac_config_files="$ac_config_files version-script Makefile"
44528
44529
44530 ac_config_commands="$ac_config_commands wx-config
44531 "
a848cd7e
SC
44532
44533
9103d280
RL
44534
44535
a848cd7e
SC
44536if test "$wxUSE_GUI" = "yes"; then
44537 SUBDIRS="samples demos utils contrib"
44538else SUBDIRS="samples utils"
44539fi
44540
44541
44542
44543# Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
44544if test "${with_cppunit_prefix+set}" = set; then
44545 withval="$with_cppunit_prefix"
44546 cppunit_config_prefix="$withval"
44547else
44548 cppunit_config_prefix=""
44549fi;
44550
44551# Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
44552if test "${with_cppunit_exec_prefix+set}" = set; then
44553 withval="$with_cppunit_exec_prefix"
44554 cppunit_config_exec_prefix="$withval"
44555else
44556 cppunit_config_exec_prefix=""
44557fi;
44558
44559 if test x$cppunit_config_exec_prefix != x ; then
44560 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
44561 if test x${CPPUNIT_CONFIG+set} != xset ; then
44562 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
44563 fi
44564 fi
44565 if test x$cppunit_config_prefix != x ; then
44566 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
44567 if test x${CPPUNIT_CONFIG+set} != xset ; then
44568 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
44569 fi
44570 fi
44571
44572 # Extract the first word of "cppunit-config", so it can be a program name with args.
44573set dummy cppunit-config; ac_word=$2
44574echo "$as_me:$LINENO: checking for $ac_word" >&5
44575echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44576if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
44577 echo $ECHO_N "(cached) $ECHO_C" >&6
44578else
44579 case $CPPUNIT_CONFIG in
44580 [\\/]* | ?:[\\/]*)
44581 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
44582 ;;
44583 *)
44584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44585for as_dir in $PATH
44586do
44587 IFS=$as_save_IFS
44588 test -z "$as_dir" && as_dir=.
44589 for ac_exec_ext in '' $ac_executable_extensions; do
44590 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44591 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
44592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44593 break 2
44594 fi
44595done
44596done
44597
44598 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
44599 ;;
44600esac
44601fi
44602CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
44603
44604if test -n "$CPPUNIT_CONFIG"; then
44605 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
44606echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
44607else
44608 echo "$as_me:$LINENO: result: no" >&5
44609echo "${ECHO_T}no" >&6
44610fi
44611
44612 cppunit_version_min=1.8.0
44613
44614 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
44615echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
44616 no_cppunit=""
44617 if test "$CPPUNIT_CONFIG" = "no" ; then
44618 no_cppunit=yes
44619 else
44620 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
44621 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
44622 cppunit_version=`$CPPUNIT_CONFIG --version`
44623
44624 cppunit_major_version=`echo $cppunit_version | \
44625 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44626 cppunit_minor_version=`echo $cppunit_version | \
44627 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44628 cppunit_micro_version=`echo $cppunit_version | \
44629 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44630
44631 cppunit_major_min=`echo $cppunit_version_min | \
44632 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44633 cppunit_minor_min=`echo $cppunit_version_min | \
44634 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44635 cppunit_micro_min=`echo $cppunit_version_min | \
44636 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44637
44638 cppunit_version_proper=`expr \
44639 $cppunit_major_version \> $cppunit_major_min \| \
44640 $cppunit_major_version \= $cppunit_major_min \& \
44641 $cppunit_minor_version \> $cppunit_minor_min \| \
44642 $cppunit_major_version \= $cppunit_major_min \& \
44643 $cppunit_minor_version \= $cppunit_minor_min \& \
44644 $cppunit_micro_version \>= $cppunit_micro_min `
44645
44646 if test "$cppunit_version_proper" = "1" ; then
44647 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
44648echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
44649 else
44650 echo "$as_me:$LINENO: result: no" >&5
44651echo "${ECHO_T}no" >&6
44652 no_cppunit=yes
44653 fi
44654 fi
44655
44656 if test "x$no_cppunit" = x ; then
c2218763 44657 SUBDIRS="$SUBDIRS tests"
a848cd7e
SC
44658 else
44659 CPPUNIT_CFLAGS=""
44660 CPPUNIT_LIBS=""
c2218763 44661 :
a848cd7e
SC
44662 fi
44663
44664
44665
44666
44667
44668for subdir in `echo $SUBDIRS`; do
44669 if test -d ${srcdir}/${subdir} ; then
44670 if test "$wxUSE_GUI" = "yes"; then
44671 if test ${subdir} = "samples"; then
44672 makefiles="samples/Makefile.in $makefiles"
44673 for sample in `echo $SAMPLES_SUBDIRS`; do
44674 if test -d $srcdir/samples/$sample; then
44675 makefiles="samples/$sample/Makefile.in $makefiles"
44676 fi
44677 done
9c112555
MW
44678 else
44679 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
44680 eval "disabled=\$$disabled_var"
44681 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
44682 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
a848cd7e
SC
44683 fi
44684 else if test ${subdir} = "samples"; then
44685 makefiles="samples/Makefile.in samples/console/Makefile.in"
44686 elif test ${subdir} = "utils"; then
6537ccf8
VS
44687 makefiles=""
44688 for util in HelpGen tex2rtf ; do
44689 if test -d $srcdir/utils/$util ; then
44690 makefiles="utils/$util/Makefile.in \
44691 utils/$util/src/Makefile.in \
44692 $makefiles"
44693 fi
44694 done
a848cd7e
SC
44695 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
44696 fi
44697 fi
44698
44699 for mkin in $makefiles ; do
44700 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
44701 ac_config_files="$ac_config_files $mk"
44702
44703 done
44704 fi
44705done
44706
44707
44708cat >confcache <<\_ACEOF
44709# This file is a shell script that caches the results of configure
44710# tests run on this system so they can be shared between configure
44711# scripts and configure runs, see configure's option --config-cache.
44712# It is not useful on other systems. If it contains results you don't
44713# want to keep, you may remove or edit it.
44714#
44715# config.status only pays attention to the cache file if you give it
44716# the --recheck option to rerun configure.
44717#
44718# `ac_cv_env_foo' variables (set or unset) will be overridden when
44719# loading this file, other *unset* `ac_cv_foo' will be assigned the
44720# following values.
44721
44722_ACEOF
44723
44724# The following way of writing the cache mishandles newlines in values,
44725# but we know of no workaround that is simple, portable, and efficient.
44726# So, don't put newlines in cache variables' values.
44727# Ultrix sh set writes to stderr and can't be redirected directly,
44728# and sets the high bit in the cache file unless we assign to the vars.
44729{
44730 (set) 2>&1 |
44731 case `(ac_space=' '; set | grep ac_space) 2>&1` in
44732 *ac_space=\ *)
44733 # `set' does not quote correctly, so add quotes (double-quote
44734 # substitution turns \\\\ into \\, and sed turns \\ into \).
44735 sed -n \
ac1cb8d3
VS
44736 "s/'/'\\\\''/g;
44737 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
44738 ;;
44739 *)
44740 # `set' quotes correctly as required by POSIX, so do not add quotes.
44741 sed -n \
ac1cb8d3 44742 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
44743 ;;
44744 esac;
44745} |
44746 sed '
44747 t clear
44748 : clear
44749 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
44750 t end
44751 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
44752 : end' >>confcache
44753if diff $cache_file confcache >/dev/null 2>&1; then :; else
44754 if test -w $cache_file; then
44755 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
44756 cat confcache >$cache_file
44757 else
44758 echo "not updating unwritable cache $cache_file"
44759 fi
44760fi
44761rm -f confcache
44762
44763test "x$prefix" = xNONE && prefix=$ac_default_prefix
44764# Let make expand exec_prefix.
44765test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
44766
44767# VPATH may cause trouble with some makes, so we remove $(srcdir),
44768# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
44769# trailing colons and then remove the whole line if VPATH becomes empty
44770# (actually we leave an empty line to preserve line numbers).
44771if test "x$srcdir" = x.; then
ac1cb8d3 44772 ac_vpsub='/^[ ]*VPATH[ ]*=/{
a848cd7e
SC
44773s/:*\$(srcdir):*/:/;
44774s/:*\${srcdir}:*/:/;
44775s/:*@srcdir@:*/:/;
ac1cb8d3 44776s/^\([^=]*=[ ]*\):*/\1/;
a848cd7e 44777s/:*$//;
ac1cb8d3 44778s/^[^=]*=[ ]*$//;
a848cd7e
SC
44779}'
44780fi
44781
44782DEFS=-DHAVE_CONFIG_H
44783
44784ac_libobjs=
44785ac_ltlibobjs=
44786for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
44787 # 1. Remove the extension, and $U if already installed.
44788 ac_i=`echo "$ac_i" |
ac1cb8d3 44789 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
a848cd7e
SC
44790 # 2. Add them.
44791 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
44792 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
44793done
44794LIBOBJS=$ac_libobjs
44795
44796LTLIBOBJS=$ac_ltlibobjs
44797
44798
44799
44800: ${CONFIG_STATUS=./config.status}
44801ac_clean_files_save=$ac_clean_files
44802ac_clean_files="$ac_clean_files $CONFIG_STATUS"
44803{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
44804echo "$as_me: creating $CONFIG_STATUS" >&6;}
44805cat >$CONFIG_STATUS <<_ACEOF
44806#! $SHELL
44807# Generated by $as_me.
44808# Run this file to recreate the current configuration.
44809# Compiler output produced by configure, useful for debugging
44810# configure, is in config.log if it exists.
44811
44812debug=false
44813ac_cs_recheck=false
44814ac_cs_silent=false
44815SHELL=\${CONFIG_SHELL-$SHELL}
44816_ACEOF
44817
44818cat >>$CONFIG_STATUS <<\_ACEOF
44819## --------------------- ##
44820## M4sh Initialization. ##
44821## --------------------- ##
44822
44823# Be Bourne compatible
44824if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
44825 emulate sh
44826 NULLCMD=:
44827 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
44828 # is contrary to our usage. Disable this feature.
44829 alias -g '${1+"$@"}'='"$@"'
44830elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
44831 set -o posix
44832fi
ac1cb8d3 44833DUALCASE=1; export DUALCASE # for MKS sh
a848cd7e
SC
44834
44835# Support unset when possible.
ac1cb8d3 44836if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
a848cd7e
SC
44837 as_unset=unset
44838else
44839 as_unset=false
44840fi
44841
44842
44843# Work around bugs in pre-3.0 UWIN ksh.
44844$as_unset ENV MAIL MAILPATH
44845PS1='$ '
44846PS2='> '
44847PS4='+ '
44848
44849# NLS nuisances.
44850for as_var in \
44851 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44852 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44853 LC_TELEPHONE LC_TIME
44854do
ac1cb8d3 44855 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
a848cd7e
SC
44856 eval $as_var=C; export $as_var
44857 else
44858 $as_unset $as_var
44859 fi
44860done
44861
44862# Required to use basename.
44863if expr a : '\(a\)' >/dev/null 2>&1; then
44864 as_expr=expr
44865else
44866 as_expr=false
44867fi
44868
44869if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
44870 as_basename=basename
44871else
44872 as_basename=false
44873fi
44874
44875
44876# Name of the executable.
44877as_me=`$as_basename "$0" ||
44878$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
44879 X"$0" : 'X\(//\)$' \| \
44880 X"$0" : 'X\(/\)$' \| \
44881 . : '\(.\)' 2>/dev/null ||
44882echo X/"$0" |
44883 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
44884 /^X\/\(\/\/\)$/{ s//\1/; q; }
44885 /^X\/\(\/\).*/{ s//\1/; q; }
44886 s/.*/./; q'`
44887
44888
44889# PATH needs CR, and LINENO needs CR and PATH.
44890# Avoid depending upon Character Ranges.
44891as_cr_letters='abcdefghijklmnopqrstuvwxyz'
44892as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
44893as_cr_Letters=$as_cr_letters$as_cr_LETTERS
44894as_cr_digits='0123456789'
44895as_cr_alnum=$as_cr_Letters$as_cr_digits
44896
44897# The user is always right.
44898if test "${PATH_SEPARATOR+set}" != set; then
44899 echo "#! /bin/sh" >conf$$.sh
44900 echo "exit 0" >>conf$$.sh
44901 chmod +x conf$$.sh
44902 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44903 PATH_SEPARATOR=';'
44904 else
44905 PATH_SEPARATOR=:
44906 fi
44907 rm -f conf$$.sh
44908fi
44909
44910
44911 as_lineno_1=$LINENO
44912 as_lineno_2=$LINENO
44913 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
44914 test "x$as_lineno_1" != "x$as_lineno_2" &&
44915 test "x$as_lineno_3" = "x$as_lineno_2" || {
44916 # Find who we are. Look in the path if we contain no path at all
44917 # relative or not.
44918 case $0 in
44919 *[\\/]* ) as_myself=$0 ;;
44920 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44921for as_dir in $PATH
44922do
44923 IFS=$as_save_IFS
44924 test -z "$as_dir" && as_dir=.
44925 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
44926done
44927
44928 ;;
44929 esac
44930 # We did not find ourselves, most probably we were run as `sh COMMAND'
44931 # in which case we are not to be found in the path.
44932 if test "x$as_myself" = x; then
44933 as_myself=$0
44934 fi
44935 if test ! -f "$as_myself"; then
44936 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
44937echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
44938 { (exit 1); exit 1; }; }
44939 fi
44940 case $CONFIG_SHELL in
44941 '')
44942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44943for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
44944do
44945 IFS=$as_save_IFS
44946 test -z "$as_dir" && as_dir=.
44947 for as_base in sh bash ksh sh5; do
44948 case $as_dir in
44949 /*)
44950 if ("$as_dir/$as_base" -c '
44951 as_lineno_1=$LINENO
44952 as_lineno_2=$LINENO
44953 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
44954 test "x$as_lineno_1" != "x$as_lineno_2" &&
44955 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
44956 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
44957 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
44958 CONFIG_SHELL=$as_dir/$as_base
44959 export CONFIG_SHELL
44960 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
44961 fi;;
44962 esac
44963 done
44964done
44965;;
44966 esac
44967
44968 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
44969 # uniformly replaced by the line number. The first 'sed' inserts a
44970 # line-number line before each line; the second 'sed' does the real
44971 # work. The second script uses 'N' to pair each line-number line
44972 # with the numbered line, and appends trailing '-' during
44973 # substitution so that $LINENO is not a special case at line end.
44974 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
44975 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
44976 sed '=' <$as_myself |
44977 sed '
44978 N
44979 s,$,-,
44980 : loop
44981 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
44982 t loop
44983 s,-$,,
44984 s,^['$as_cr_digits']*\n,,
44985 ' >$as_me.lineno &&
44986 chmod +x $as_me.lineno ||
44987 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
44988echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
44989 { (exit 1); exit 1; }; }
44990
44991 # Don't try to exec as it changes $[0], causing all sort of problems
44992 # (the dirname of $[0] is not the place where we might find the
44993 # original and so on. Autoconf is especially sensible to this).
44994 . ./$as_me.lineno
44995 # Exit status is that of the last command.
44996 exit
44997}
44998
44999
45000case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
45001 *c*,-n*) ECHO_N= ECHO_C='
45002' ECHO_T=' ' ;;
45003 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
45004 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
45005esac
45006
45007if expr a : '\(a\)' >/dev/null 2>&1; then
45008 as_expr=expr
45009else
45010 as_expr=false
45011fi
45012
45013rm -f conf$$ conf$$.exe conf$$.file
45014echo >conf$$.file
45015if ln -s conf$$.file conf$$ 2>/dev/null; then
45016 # We could just check for DJGPP; but this test a) works b) is more generic
45017 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
45018 if test -f conf$$.exe; then
45019 # Don't use ln at all; we don't have any links
45020 as_ln_s='cp -p'
45021 else
45022 as_ln_s='ln -s'
45023 fi
45024elif ln conf$$.file conf$$ 2>/dev/null; then
45025 as_ln_s=ln
45026else
45027 as_ln_s='cp -p'
45028fi
45029rm -f conf$$ conf$$.exe conf$$.file
45030
45031if mkdir -p . 2>/dev/null; then
45032 as_mkdir_p=:
45033else
ac1cb8d3 45034 test -d ./-p && rmdir ./-p
a848cd7e
SC
45035 as_mkdir_p=false
45036fi
45037
45038as_executable_p="test -f"
45039
45040# Sed expression to map a string onto a valid CPP name.
ac1cb8d3 45041as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
45042
45043# Sed expression to map a string onto a valid variable name.
ac1cb8d3 45044as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
45045
45046
45047# IFS
45048# We need space, tab and new line, in precisely that order.
45049as_nl='
45050'
45051IFS=" $as_nl"
45052
45053# CDPATH.
45054$as_unset CDPATH
45055
45056exec 6>&1
45057
45058# Open the log real soon, to keep \$[0] and so on meaningful, and to
45059# report actual input values of CONFIG_FILES etc. instead of their
45060# values after options handling. Logging --version etc. is OK.
45061exec 5>>config.log
45062{
45063 echo
45064 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
45065## Running $as_me. ##
45066_ASBOX
45067} >&5
45068cat >&5 <<_CSEOF
45069
d230c01b 45070This file was extended by wxWidgets $as_me 2.6.1, which was
ac1cb8d3 45071generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
45072
45073 CONFIG_FILES = $CONFIG_FILES
45074 CONFIG_HEADERS = $CONFIG_HEADERS
45075 CONFIG_LINKS = $CONFIG_LINKS
45076 CONFIG_COMMANDS = $CONFIG_COMMANDS
45077 $ $0 $@
45078
45079_CSEOF
45080echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
45081echo >&5
45082_ACEOF
45083
45084# Files that config.status was made for.
45085if test -n "$ac_config_files"; then
45086 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
45087fi
45088
45089if test -n "$ac_config_headers"; then
45090 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
45091fi
45092
45093if test -n "$ac_config_links"; then
45094 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
45095fi
45096
45097if test -n "$ac_config_commands"; then
45098 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
45099fi
45100
45101cat >>$CONFIG_STATUS <<\_ACEOF
45102
45103ac_cs_usage="\
45104\`$as_me' instantiates files from templates according to the
45105current configuration.
45106
45107Usage: $0 [OPTIONS] [FILE]...
45108
45109 -h, --help print this help, then exit
45110 -V, --version print version number, then exit
45111 -q, --quiet do not print progress messages
45112 -d, --debug don't remove temporary files
45113 --recheck update $as_me by reconfiguring in the same conditions
45114 --file=FILE[:TEMPLATE]
ac1cb8d3 45115 instantiate the configuration file FILE
a848cd7e 45116 --header=FILE[:TEMPLATE]
ac1cb8d3 45117 instantiate the configuration header FILE
a848cd7e
SC
45118
45119Configuration files:
45120$config_files
45121
45122Configuration headers:
45123$config_headers
45124
45125Configuration commands:
45126$config_commands
45127
45128Report bugs to <bug-autoconf@gnu.org>."
45129_ACEOF
45130
45131cat >>$CONFIG_STATUS <<_ACEOF
45132ac_cs_version="\\
d230c01b 45133wxWidgets config.status 2.6.1
ac1cb8d3 45134configured by $0, generated by GNU Autoconf 2.59,
a848cd7e
SC
45135 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
45136
ac1cb8d3 45137Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
45138This config.status script is free software; the Free Software Foundation
45139gives unlimited permission to copy, distribute and modify it."
45140srcdir=$srcdir
45141INSTALL="$INSTALL"
45142_ACEOF
45143
45144cat >>$CONFIG_STATUS <<\_ACEOF
45145# If no file are specified by the user, then we need to provide default
45146# value. By we need to know if files were specified by the user.
45147ac_need_defaults=:
45148while test $# != 0
45149do
45150 case $1 in
45151 --*=*)
45152 ac_option=`expr "x$1" : 'x\([^=]*\)='`
45153 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
45154 ac_shift=:
45155 ;;
45156 -*)
45157 ac_option=$1
45158 ac_optarg=$2
45159 ac_shift=shift
45160 ;;
45161 *) # This is not an option, so the user has probably given explicit
45162 # arguments.
45163 ac_option=$1
45164 ac_need_defaults=false;;
45165 esac
45166
45167 case $ac_option in
45168 # Handling of the options.
45169_ACEOF
45170cat >>$CONFIG_STATUS <<\_ACEOF
45171 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
45172 ac_cs_recheck=: ;;
45173 --version | --vers* | -V )
45174 echo "$ac_cs_version"; exit 0 ;;
45175 --he | --h)
45176 # Conflict between --help and --header
45177 { { echo "$as_me:$LINENO: error: ambiguous option: $1
45178Try \`$0 --help' for more information." >&5
45179echo "$as_me: error: ambiguous option: $1
45180Try \`$0 --help' for more information." >&2;}
45181 { (exit 1); exit 1; }; };;
45182 --help | --hel | -h )
45183 echo "$ac_cs_usage"; exit 0 ;;
45184 --debug | --d* | -d )
45185 debug=: ;;
45186 --file | --fil | --fi | --f )
45187 $ac_shift
45188 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
45189 ac_need_defaults=false;;
45190 --header | --heade | --head | --hea )
45191 $ac_shift
45192 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
45193 ac_need_defaults=false;;
45194 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
45195 | -silent | --silent | --silen | --sile | --sil | --si | --s)
45196 ac_cs_silent=: ;;
45197
45198 # This is an error.
45199 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
45200Try \`$0 --help' for more information." >&5
45201echo "$as_me: error: unrecognized option: $1
45202Try \`$0 --help' for more information." >&2;}
45203 { (exit 1); exit 1; }; } ;;
45204
45205 *) ac_config_targets="$ac_config_targets $1" ;;
45206
45207 esac
45208 shift
45209done
45210
45211ac_configure_extra_args=
45212
45213if $ac_cs_silent; then
45214 exec 6>/dev/null
45215 ac_configure_extra_args="$ac_configure_extra_args --silent"
45216fi
45217
45218_ACEOF
45219cat >>$CONFIG_STATUS <<_ACEOF
45220if \$ac_cs_recheck; then
45221 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
45222 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
45223fi
45224
45225_ACEOF
45226
45227cat >>$CONFIG_STATUS <<_ACEOF
45228#
45229# INIT-COMMANDS section.
45230#
45231
ceec2216
RL
45232 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45233 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45234 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45235 LN_S="${LN_S}"
a848cd7e
SC
45236
45237
45238_ACEOF
45239
45240
45241
45242cat >>$CONFIG_STATUS <<\_ACEOF
45243for ac_config_target in $ac_config_targets
45244do
45245 case "$ac_config_target" in
45246 # Handling of arguments.
ceec2216
RL
45247 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
45248 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
a848cd7e
SC
45249 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
45250 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
45251 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
ceec2216
RL
45252 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
45253 "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
45254 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
45255echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
45256 { (exit 1); exit 1; }; };;
45257 esac
45258done
45259
45260# If the user did not use the arguments to specify the items to instantiate,
45261# then the envvar interface is used. Set only those that are not.
45262# We use the long form for the default assignment because of an extremely
45263# bizarre bug on SunOS 4.1.3.
45264if $ac_need_defaults; then
45265 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
45266 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
45267 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
45268fi
45269
45270# Have a temporary directory for convenience. Make it in the build tree
45271# simply because there is no reason to put it here, and in addition,
45272# creating and moving files from /tmp can sometimes cause problems.
45273# Create a temporary directory, and hook for its removal unless debugging.
45274$debug ||
45275{
45276 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
45277 trap '{ (exit 1); exit 1; }' 1 2 13 15
45278}
45279
45280# Create a (secure) tmp directory for tmp files.
45281
45282{
45283 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
45284 test -n "$tmp" && test -d "$tmp"
45285} ||
45286{
45287 tmp=./confstat$$-$RANDOM
45288 (umask 077 && mkdir $tmp)
45289} ||
45290{
45291 echo "$me: cannot create a temporary directory in ." >&2
45292 { (exit 1); exit 1; }
45293}
45294
45295_ACEOF
45296
45297cat >>$CONFIG_STATUS <<_ACEOF
45298
45299#
45300# CONFIG_FILES section.
45301#
45302
45303# No need to generate the scripts if there are no CONFIG_FILES.
45304# This happens for instance when ./config.status config.h
45305if test -n "\$CONFIG_FILES"; then
45306 # Protect against being on the right side of a sed subst in config.status.
45307 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
45308 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
45309s,@SHELL@,$SHELL,;t t
45310s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
45311s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
45312s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
45313s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
45314s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
45315s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
45316s,@exec_prefix@,$exec_prefix,;t t
45317s,@prefix@,$prefix,;t t
45318s,@program_transform_name@,$program_transform_name,;t t
45319s,@bindir@,$bindir,;t t
45320s,@sbindir@,$sbindir,;t t
45321s,@libexecdir@,$libexecdir,;t t
45322s,@datadir@,$datadir,;t t
45323s,@sysconfdir@,$sysconfdir,;t t
45324s,@sharedstatedir@,$sharedstatedir,;t t
45325s,@localstatedir@,$localstatedir,;t t
45326s,@libdir@,$libdir,;t t
45327s,@includedir@,$includedir,;t t
45328s,@oldincludedir@,$oldincludedir,;t t
45329s,@infodir@,$infodir,;t t
45330s,@mandir@,$mandir,;t t
45331s,@build_alias@,$build_alias,;t t
45332s,@host_alias@,$host_alias,;t t
45333s,@target_alias@,$target_alias,;t t
45334s,@DEFS@,$DEFS,;t t
45335s,@ECHO_C@,$ECHO_C,;t t
45336s,@ECHO_N@,$ECHO_N,;t t
45337s,@ECHO_T@,$ECHO_T,;t t
45338s,@LIBS@,$LIBS,;t t
45339s,@build@,$build,;t t
45340s,@build_cpu@,$build_cpu,;t t
45341s,@build_vendor@,$build_vendor,;t t
45342s,@build_os@,$build_os,;t t
45343s,@host@,$host,;t t
45344s,@host_cpu@,$host_cpu,;t t
45345s,@host_vendor@,$host_vendor,;t t
45346s,@host_os@,$host_os,;t t
45347s,@target@,$target,;t t
45348s,@target_cpu@,$target_cpu,;t t
45349s,@target_vendor@,$target_vendor,;t t
45350s,@target_os@,$target_os,;t t
45351s,@CC@,$CC,;t t
45352s,@CFLAGS@,$CFLAGS,;t t
45353s,@LDFLAGS@,$LDFLAGS,;t t
45354s,@CPPFLAGS@,$CPPFLAGS,;t t
45355s,@ac_ct_CC@,$ac_ct_CC,;t t
45356s,@EXEEXT@,$EXEEXT,;t t
45357s,@OBJEXT@,$OBJEXT,;t t
45358s,@CPP@,$CPP,;t t
45359s,@EGREP@,$EGREP,;t t
45360s,@CXX@,$CXX,;t t
45361s,@CXXFLAGS@,$CXXFLAGS,;t t
45362s,@ac_ct_CXX@,$ac_ct_CXX,;t t
45363s,@RANLIB@,$RANLIB,;t t
45364s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
45365s,@AR@,$AR,;t t
45366s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
45367s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
45368s,@INSTALL_DATA@,$INSTALL_DATA,;t t
45369s,@STRIP@,$STRIP,;t t
45370s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
45371s,@LN_S@,$LN_S,;t t
45372s,@CXXCPP@,$CXXCPP,;t t
45373s,@subdirs@,$subdirs,;t t
45374s,@PKG_CONFIG@,$PKG_CONFIG,;t t
45375s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
45376s,@GTK_LIBS@,$GTK_LIBS,;t t
45377s,@GTK_CONFIG@,$GTK_CONFIG,;t t
a848cd7e
SC
45378s,@X_CFLAGS@,$X_CFLAGS,;t t
45379s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
45380s,@X_LIBS@,$X_LIBS,;t t
45381s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
45382s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
45383s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
d1c38808
VZ
45384s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
45385s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
a848cd7e
SC
45386s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
45387s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
45388s,@RESCOMP@,$RESCOMP,;t t
45389s,@DEREZ@,$DEREZ,;t t
45390s,@SETFILE@,$SETFILE,;t t
45391s,@LIBICONV@,$LIBICONV,;t t
45392s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
45393s,@SDL_CONFIG@,$SDL_CONFIG,;t t
45394s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
45395s,@SDL_LIBS@,$SDL_LIBS,;t t
d1c38808
VZ
45396s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
45397s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
dae87f93
RN
45398s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
45399s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
45400s,@GST_INSPECT@,$GST_INSPECT,;t t
a848cd7e
SC
45401s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
45402s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
45403s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
45404s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
45405s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
45406s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
45407s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
45408s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
45409s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
45410s,@VENDOR@,$VENDOR,;t t
45411s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
ceec2216
RL
45412s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
45413s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
a848cd7e
SC
45414s,@WXUNIV@,$WXUNIV,;t t
45415s,@MONOLITHIC@,$MONOLITHIC,;t t
45416s,@USE_PLUGINS@,$USE_PLUGINS,;t t
45417s,@EXTRALIBS@,$EXTRALIBS,;t t
45418s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
45419s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
45420s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
45421s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
45422s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
45423s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
45424s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
d1c38808 45425s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
a848cd7e
SC
45426s,@UNICODE@,$UNICODE,;t t
45427s,@BUILD@,$BUILD,;t t
45428s,@DEBUG_INFO@,$DEBUG_INFO,;t t
45429s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
a848cd7e
SC
45430s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
45431s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
45432s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
45433s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
45434s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
45435s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
45436s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
45437s,@SET_MAKE@,$SET_MAKE,;t t
45438s,@MAKE_SET@,$MAKE_SET,;t t
45439s,@ac_ct_AR@,$ac_ct_AR,;t t
45440s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
45441s,@NM@,$NM,;t t
45442s,@ac_ct_NM@,$ac_ct_NM,;t t
45443s,@INSTALL_DIR@,$INSTALL_DIR,;t t
45444s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
45445s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
45446s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
45447s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
45448s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
1e9e8aba 45449s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
a848cd7e
SC
45450s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
45451s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
1e9e8aba 45452s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
a848cd7e
SC
45453s,@SO_SUFFIX@,$SO_SUFFIX,;t t
45454s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
45455s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
45456s,@LIBPREFIX@,$LIBPREFIX,;t t
45457s,@LIBEXT@,$LIBEXT,;t t
45458s,@DLLPREFIX@,$DLLPREFIX,;t t
45459s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
45460s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
45461s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
45462s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
45463s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
45464s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
45465s,@PIC_FLAG@,$PIC_FLAG,;t t
45466s,@USE_SOVERSION@,$USE_SOVERSION,;t t
45467s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
45468s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
45469s,@USE_MACVERSION@,$USE_MACVERSION,;t t
45470s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
45471s,@SONAME_FLAG@,$SONAME_FLAG,;t t
45472s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
45473s,@GCC_PCH@,$GCC_PCH,;t t
45474s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
45475s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
45476s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
45477s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
45478s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
45479s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
45480s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
45481s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
45482s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
45483s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
45484s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
45485s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
45486s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
45487s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
45488s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
45489s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
45490s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
45491s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
90970d69 45492s,@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 45493s,@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 45494s,@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 45495s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
ceec2216 45496s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
45497s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
45498s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
90970d69 45499s,@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 45500s,@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 45501s,@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 45502s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
ceec2216 45503s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
a848cd7e
SC
45504s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
45505s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
45506s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
45507s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
45508s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
45509s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
45510s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
45511s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
a30f955f 45512s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
a848cd7e
SC
45513s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
45514s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
45515s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
fc480dc1 45516s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
1e9e8aba 45517s,@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
45518s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
45519s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
a848cd7e
SC
45520s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
45521s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
b48a2016 45522s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
a848cd7e 45523s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
83d8eb47 45524s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
a848cd7e
SC
45525s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
45526s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
45527s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
45528s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
45529s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
45530s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
45531s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
45532s,@COND_SHARED_0@,$COND_SHARED_0,;t t
ceec2216
RL
45533s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
45534s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
45535s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
a848cd7e
SC
45536s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
45537s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45538s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45539s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
52ada004 45540s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
45541s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
45542s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
45543s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
45544s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
45545s,@COND_SHARED_1@,$COND_SHARED_1,;t t
45546s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
52ada004 45547s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
a30f955f 45548s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
a848cd7e 45549s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
a49baeab 45550s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
a848cd7e
SC
45551s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
45552s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
45553s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
45554s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
45555s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
45556s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
45557s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
45558s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
45559s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
45560s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
45561s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
45562s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
45563s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
45564s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
45565s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
45566s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
45567s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
45568s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
3fd9c298
DE
45569s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
45570s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
45571s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
a848cd7e
SC
45572s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
45573s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
45574s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
45575s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
45576s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
45577s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
45578s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
45579s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
45580s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
45581s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45582s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45583s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
ceec2216 45584s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
ffa0583f 45585s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
a848cd7e 45586s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
0b78747f
MW
45587s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
45588s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
a848cd7e
SC
45589s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
45590s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
45591s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
45592s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
0b78747f
MW
45593s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
45594s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
a13a7f89 45595s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
a848cd7e 45596s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
1e6eb025 45597s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
a848cd7e
SC
45598s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
45599s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
45600s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
45601s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
45602s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
45603s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
45604s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
45605s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
ceec2216 45606s,@SHARED@,$SHARED,;t t
a848cd7e
SC
45607s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
45608s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
a848cd7e
SC
45609s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
45610s,@USE_GUI@,$USE_GUI,;t t
45611s,@AFMINSTALL@,$AFMINSTALL,;t t
45612s,@WIN32INSTALL@,$WIN32INSTALL,;t t
45613s,@TOOLKIT@,$TOOLKIT,;t t
45614s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
a848cd7e 45615s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
ceec2216 45616s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
a848cd7e
SC
45617s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
45618s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
a848cd7e 45619s,@cross_compiling@,$cross_compiling,;t t
ceec2216
RL
45620s,@WIDGET_SET@,$WIDGET_SET,;t t
45621s,@WX_RELEASE@,$WX_RELEASE,;t t
45622s,@WX_VERSION@,$WX_VERSION,;t t
45623s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
45624s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
45625s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
a848cd7e 45626s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
a848cd7e
SC
45627s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
45628s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
45629s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
45630s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
ddd14b14 45631s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
a848cd7e
SC
45632s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
45633s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
ceec2216 45634s,@EXE_LINKER@,$EXE_LINKER,;t t
a848cd7e 45635s,@GUIDIST@,$GUIDIST,;t t
a848cd7e
SC
45636s,@DISTDIR@,$DISTDIR,;t t
45637s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
45638s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
a848cd7e
SC
45639s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
45640s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
45641s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
45642s,@RESFLAGS@,$RESFLAGS,;t t
45643s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
45644s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
45645s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
45646s,@LIBWXMACRES@,$LIBWXMACRES,;t t
45647s,@MACRESCOMP@,$MACRESCOMP,;t t
45648s,@MACSETFILE@,$MACSETFILE,;t t
45649s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
45650s,@GCC@,$GCC,;t t
a848cd7e 45651s,@DLLTOOL@,$DLLTOOL,;t t
a848cd7e
SC
45652s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
45653s,@LIBOBJS@,$LIBOBJS,;t t
45654s,@LTLIBOBJS@,$LTLIBOBJS,;t t
45655CEOF
45656
45657_ACEOF
45658
45659 cat >>$CONFIG_STATUS <<\_ACEOF
45660 # Split the substitutions into bite-sized pieces for seds with
45661 # small command number limits, like on Digital OSF/1 and HP-UX.
45662 ac_max_sed_lines=48
45663 ac_sed_frag=1 # Number of current file.
45664 ac_beg=1 # First line for current file.
45665 ac_end=$ac_max_sed_lines # Line after last line for current file.
45666 ac_more_lines=:
45667 ac_sed_cmds=
45668 while $ac_more_lines; do
45669 if test $ac_beg -gt 1; then
45670 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
45671 else
45672 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
45673 fi
45674 if test ! -s $tmp/subs.frag; then
45675 ac_more_lines=false
45676 else
45677 # The purpose of the label and of the branching condition is to
45678 # speed up the sed processing (if there are no `@' at all, there
45679 # is no need to browse any of the substitutions).
45680 # These are the two extra sed commands mentioned above.
45681 (echo ':t
45682 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
45683 if test -z "$ac_sed_cmds"; then
ac1cb8d3 45684 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e 45685 else
ac1cb8d3 45686 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e
SC
45687 fi
45688 ac_sed_frag=`expr $ac_sed_frag + 1`
45689 ac_beg=$ac_end
45690 ac_end=`expr $ac_end + $ac_max_sed_lines`
45691 fi
45692 done
45693 if test -z "$ac_sed_cmds"; then
45694 ac_sed_cmds=cat
45695 fi
45696fi # test -n "$CONFIG_FILES"
45697
45698_ACEOF
45699cat >>$CONFIG_STATUS <<\_ACEOF
45700for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
45701 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
45702 case $ac_file in
45703 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
45704 cat >$tmp/stdin
45705 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45706 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 45707 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 45708 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
45709 * ) ac_file_in=$ac_file.in ;;
45710 esac
45711
45712 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
45713 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
45714$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
45715 X"$ac_file" : 'X\(//\)[^/]' \| \
45716 X"$ac_file" : 'X\(//\)$' \| \
45717 X"$ac_file" : 'X\(/\)' \| \
45718 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
45719echo X"$ac_file" |
45720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45722 /^X\(\/\/\)$/{ s//\1/; q; }
45723 /^X\(\/\).*/{ s//\1/; q; }
45724 s/.*/./; q'`
45725 { if $as_mkdir_p; then
45726 mkdir -p "$ac_dir"
45727 else
45728 as_dir="$ac_dir"
45729 as_dirs=
45730 while test ! -d "$as_dir"; do
45731 as_dirs="$as_dir $as_dirs"
45732 as_dir=`(dirname "$as_dir") 2>/dev/null ||
45733$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
45734 X"$as_dir" : 'X\(//\)[^/]' \| \
45735 X"$as_dir" : 'X\(//\)$' \| \
45736 X"$as_dir" : 'X\(/\)' \| \
45737 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
45738echo X"$as_dir" |
45739 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45740 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45741 /^X\(\/\/\)$/{ s//\1/; q; }
45742 /^X\(\/\).*/{ s//\1/; q; }
45743 s/.*/./; q'`
45744 done
45745 test ! -n "$as_dirs" || mkdir $as_dirs
45746 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45747echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45748 { (exit 1); exit 1; }; }; }
45749
45750 ac_builddir=.
45751
45752if test "$ac_dir" != .; then
45753 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45754 # A "../" for each directory in $ac_dir_suffix.
45755 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45756else
45757 ac_dir_suffix= ac_top_builddir=
45758fi
45759
45760case $srcdir in
45761 .) # No --srcdir option. We are building in place.
45762 ac_srcdir=.
45763 if test -z "$ac_top_builddir"; then
45764 ac_top_srcdir=.
45765 else
45766 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45767 fi ;;
45768 [\\/]* | ?:[\\/]* ) # Absolute path.
45769 ac_srcdir=$srcdir$ac_dir_suffix;
45770 ac_top_srcdir=$srcdir ;;
45771 *) # Relative path.
45772 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45773 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45774esac
ac1cb8d3
VS
45775
45776# Do not use `cd foo && pwd` to compute absolute paths, because
45777# the directories may not exist.
45778case `pwd` in
45779.) ac_abs_builddir="$ac_dir";;
45780*)
45781 case "$ac_dir" in
45782 .) ac_abs_builddir=`pwd`;;
45783 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45784 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45785 esac;;
45786esac
45787case $ac_abs_builddir in
45788.) ac_abs_top_builddir=${ac_top_builddir}.;;
45789*)
45790 case ${ac_top_builddir}. in
45791 .) ac_abs_top_builddir=$ac_abs_builddir;;
45792 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45793 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45794 esac;;
45795esac
45796case $ac_abs_builddir in
45797.) ac_abs_srcdir=$ac_srcdir;;
45798*)
45799 case $ac_srcdir in
45800 .) ac_abs_srcdir=$ac_abs_builddir;;
45801 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45802 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45803 esac;;
45804esac
45805case $ac_abs_builddir in
45806.) ac_abs_top_srcdir=$ac_top_srcdir;;
45807*)
45808 case $ac_top_srcdir in
45809 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45810 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45811 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45812 esac;;
45813esac
a848cd7e
SC
45814
45815
45816 case $INSTALL in
45817 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
45818 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
45819 esac
45820
ddd14b14
RR
45821 if test x"$ac_file" != x-; then
45822 { echo "$as_me:$LINENO: creating $ac_file" >&5
45823echo "$as_me: creating $ac_file" >&6;}
45824 rm -f "$ac_file"
45825 fi
a848cd7e
SC
45826 # Let's still pretend it is `configure' which instantiates (i.e., don't
45827 # use $as_me), people would be surprised to read:
45828 # /* config.h. Generated by config.status. */
45829 if test x"$ac_file" = x-; then
45830 configure_input=
45831 else
45832 configure_input="$ac_file. "
45833 fi
45834 configure_input=$configure_input"Generated from `echo $ac_file_in |
ac1cb8d3 45835 sed 's,.*/,,'` by configure."
a848cd7e
SC
45836
45837 # First look for the input files in the build tree, otherwise in the
45838 # src tree.
45839 ac_file_inputs=`IFS=:
45840 for f in $ac_file_in; do
45841 case $f in
45842 -) echo $tmp/stdin ;;
45843 [\\/$]*)
ac1cb8d3
VS
45844 # Absolute (can't be DOS-style, as IFS=:)
45845 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
45846echo "$as_me: error: cannot find input file: $f" >&2;}
45847 { (exit 1); exit 1; }; }
ac1cb8d3 45848 echo "$f";;
a848cd7e 45849 *) # Relative
ac1cb8d3
VS
45850 if test -f "$f"; then
45851 # Build tree
45852 echo "$f"
45853 elif test -f "$srcdir/$f"; then
45854 # Source tree
45855 echo "$srcdir/$f"
45856 else
45857 # /dev/null tree
45858 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
45859echo "$as_me: error: cannot find input file: $f" >&2;}
45860 { (exit 1); exit 1; }; }
ac1cb8d3 45861 fi;;
a848cd7e
SC
45862 esac
45863 done` || { (exit 1); exit 1; }
45864_ACEOF
45865cat >>$CONFIG_STATUS <<_ACEOF
45866 sed "$ac_vpsub
45867$extrasub
45868_ACEOF
45869cat >>$CONFIG_STATUS <<\_ACEOF
45870:t
45871/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
45872s,@configure_input@,$configure_input,;t t
45873s,@srcdir@,$ac_srcdir,;t t
45874s,@abs_srcdir@,$ac_abs_srcdir,;t t
45875s,@top_srcdir@,$ac_top_srcdir,;t t
45876s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
45877s,@builddir@,$ac_builddir,;t t
45878s,@abs_builddir@,$ac_abs_builddir,;t t
45879s,@top_builddir@,$ac_top_builddir,;t t
45880s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
45881s,@INSTALL@,$ac_INSTALL,;t t
45882" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
45883 rm -f $tmp/stdin
45884 if test x"$ac_file" != x-; then
45885 mv $tmp/out $ac_file
45886 else
45887 cat $tmp/out
45888 rm -f $tmp/out
45889 fi
45890
ceec2216
RL
45891 # Run the commands associated with the file.
45892 case $ac_file in
45893 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
45894 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
45895 esac
a848cd7e
SC
45896done
45897_ACEOF
45898cat >>$CONFIG_STATUS <<\_ACEOF
45899
45900#
45901# CONFIG_HEADER section.
45902#
45903
45904# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
45905# NAME is the cpp macro being defined and VALUE is the value it is being given.
45906#
45907# ac_d sets the value in "#define NAME VALUE" lines.
ac1cb8d3
VS
45908ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
45909ac_dB='[ ].*$,\1#\2'
a848cd7e
SC
45910ac_dC=' '
45911ac_dD=',;t'
45912# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac1cb8d3 45913ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
a848cd7e
SC
45914ac_uB='$,\1#\2define\3'
45915ac_uC=' '
45916ac_uD=',;t'
45917
45918for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
45919 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
45920 case $ac_file in
45921 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
45922 cat >$tmp/stdin
45923 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45924 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 45925 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 45926 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
45927 * ) ac_file_in=$ac_file.in ;;
45928 esac
45929
45930 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
45931echo "$as_me: creating $ac_file" >&6;}
45932
45933 # First look for the input files in the build tree, otherwise in the
45934 # src tree.
45935 ac_file_inputs=`IFS=:
45936 for f in $ac_file_in; do
45937 case $f in
45938 -) echo $tmp/stdin ;;
45939 [\\/$]*)
ac1cb8d3
VS
45940 # Absolute (can't be DOS-style, as IFS=:)
45941 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
45942echo "$as_me: error: cannot find input file: $f" >&2;}
45943 { (exit 1); exit 1; }; }
ac1cb8d3
VS
45944 # Do quote $f, to prevent DOS paths from being IFS'd.
45945 echo "$f";;
a848cd7e 45946 *) # Relative
ac1cb8d3
VS
45947 if test -f "$f"; then
45948 # Build tree
45949 echo "$f"
45950 elif test -f "$srcdir/$f"; then
45951 # Source tree
45952 echo "$srcdir/$f"
45953 else
45954 # /dev/null tree
45955 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
45956echo "$as_me: error: cannot find input file: $f" >&2;}
45957 { (exit 1); exit 1; }; }
ac1cb8d3 45958 fi;;
a848cd7e
SC
45959 esac
45960 done` || { (exit 1); exit 1; }
45961 # Remove the trailing spaces.
ac1cb8d3 45962 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
a848cd7e
SC
45963
45964_ACEOF
45965
45966# Transform confdefs.h into two sed scripts, `conftest.defines' and
45967# `conftest.undefs', that substitutes the proper values into
45968# config.h.in to produce config.h. The first handles `#define'
45969# templates, and the second `#undef' templates.
45970# And first: Protect against being on the right side of a sed subst in
45971# config.status. Protect against being in an unquoted here document
45972# in config.status.
45973rm -f conftest.defines conftest.undefs
45974# Using a here document instead of a string reduces the quoting nightmare.
45975# Putting comments in sed scripts is not portable.
45976#
45977# `end' is used to avoid that the second main sed command (meant for
45978# 0-ary CPP macros) applies to n-ary macro definitions.
45979# See the Autoconf documentation for `clear'.
45980cat >confdef2sed.sed <<\_ACEOF
45981s/[\\&,]/\\&/g
45982s,[\\$`],\\&,g
45983t clear
45984: clear
ac1cb8d3 45985s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
a848cd7e 45986t end
ac1cb8d3 45987s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
a848cd7e
SC
45988: end
45989_ACEOF
45990# If some macros were called several times there might be several times
45991# the same #defines, which is useless. Nevertheless, we may not want to
45992# sort them, since we want the *last* AC-DEFINE to be honored.
45993uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
45994sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
45995rm -f confdef2sed.sed
45996
45997# This sed command replaces #undef with comments. This is necessary, for
45998# example, in the case of _POSIX_SOURCE, which is predefined and required
45999# on some systems where configure will not decide to define it.
46000cat >>conftest.undefs <<\_ACEOF
ac1cb8d3 46001s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
a848cd7e
SC
46002_ACEOF
46003
46004# Break up conftest.defines because some shells have a limit on the size
46005# of here documents, and old seds have small limits too (100 cmds).
46006echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ac1cb8d3 46007echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
a848cd7e
SC
46008echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
46009echo ' :' >>$CONFIG_STATUS
46010rm -f conftest.tail
46011while grep . conftest.defines >/dev/null
46012do
46013 # Write a limited-size here document to $tmp/defines.sed.
46014 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
46015 # Speed up: don't consider the non `#define' lines.
ac1cb8d3 46016 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
a848cd7e
SC
46017 # Work around the forget-to-reset-the-flag bug.
46018 echo 't clr' >>$CONFIG_STATUS
46019 echo ': clr' >>$CONFIG_STATUS
46020 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
46021 echo 'CEOF
46022 sed -f $tmp/defines.sed $tmp/in >$tmp/out
46023 rm -f $tmp/in
46024 mv $tmp/out $tmp/in
46025' >>$CONFIG_STATUS
46026 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
46027 rm -f conftest.defines
46028 mv conftest.tail conftest.defines
46029done
46030rm -f conftest.defines
46031echo ' fi # grep' >>$CONFIG_STATUS
46032echo >>$CONFIG_STATUS
46033
46034# Break up conftest.undefs because some shells have a limit on the size
46035# of here documents, and old seds have small limits too (100 cmds).
46036echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
46037rm -f conftest.tail
46038while grep . conftest.undefs >/dev/null
46039do
46040 # Write a limited-size here document to $tmp/undefs.sed.
46041 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
46042 # Speed up: don't consider the non `#undef'
ac1cb8d3 46043 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
a848cd7e
SC
46044 # Work around the forget-to-reset-the-flag bug.
46045 echo 't clr' >>$CONFIG_STATUS
46046 echo ': clr' >>$CONFIG_STATUS
46047 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
46048 echo 'CEOF
46049 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
46050 rm -f $tmp/in
46051 mv $tmp/out $tmp/in
46052' >>$CONFIG_STATUS
46053 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
46054 rm -f conftest.undefs
46055 mv conftest.tail conftest.undefs
46056done
46057rm -f conftest.undefs
46058
46059cat >>$CONFIG_STATUS <<\_ACEOF
46060 # Let's still pretend it is `configure' which instantiates (i.e., don't
46061 # use $as_me), people would be surprised to read:
46062 # /* config.h. Generated by config.status. */
46063 if test x"$ac_file" = x-; then
46064 echo "/* Generated by configure. */" >$tmp/config.h
46065 else
46066 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
46067 fi
46068 cat $tmp/in >>$tmp/config.h
46069 rm -f $tmp/in
46070 if test x"$ac_file" != x-; then
46071 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
46072 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
46073echo "$as_me: $ac_file is unchanged" >&6;}
46074 else
46075 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
46076$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46077 X"$ac_file" : 'X\(//\)[^/]' \| \
46078 X"$ac_file" : 'X\(//\)$' \| \
46079 X"$ac_file" : 'X\(/\)' \| \
46080 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46081echo X"$ac_file" |
46082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46083 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46084 /^X\(\/\/\)$/{ s//\1/; q; }
46085 /^X\(\/\).*/{ s//\1/; q; }
46086 s/.*/./; q'`
46087 { if $as_mkdir_p; then
46088 mkdir -p "$ac_dir"
46089 else
46090 as_dir="$ac_dir"
46091 as_dirs=
46092 while test ! -d "$as_dir"; do
46093 as_dirs="$as_dir $as_dirs"
46094 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46095$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46096 X"$as_dir" : 'X\(//\)[^/]' \| \
46097 X"$as_dir" : 'X\(//\)$' \| \
46098 X"$as_dir" : 'X\(/\)' \| \
46099 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46100echo X"$as_dir" |
46101 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46102 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46103 /^X\(\/\/\)$/{ s//\1/; q; }
46104 /^X\(\/\).*/{ s//\1/; q; }
46105 s/.*/./; q'`
46106 done
46107 test ! -n "$as_dirs" || mkdir $as_dirs
46108 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46109echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46110 { (exit 1); exit 1; }; }; }
46111
46112 rm -f $ac_file
46113 mv $tmp/config.h $ac_file
46114 fi
46115 else
46116 cat $tmp/config.h
46117 rm -f $tmp/config.h
46118 fi
46119done
46120_ACEOF
46121cat >>$CONFIG_STATUS <<\_ACEOF
46122
46123#
46124# CONFIG_COMMANDS section.
46125#
46126for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
46127 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
46128 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
46129 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
46130$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46131 X"$ac_dest" : 'X\(//\)[^/]' \| \
46132 X"$ac_dest" : 'X\(//\)$' \| \
46133 X"$ac_dest" : 'X\(/\)' \| \
46134 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46135echo X"$ac_dest" |
46136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46137 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46138 /^X\(\/\/\)$/{ s//\1/; q; }
46139 /^X\(\/\).*/{ s//\1/; q; }
46140 s/.*/./; q'`
ac1cb8d3
VS
46141 { if $as_mkdir_p; then
46142 mkdir -p "$ac_dir"
46143 else
46144 as_dir="$ac_dir"
46145 as_dirs=
46146 while test ! -d "$as_dir"; do
46147 as_dirs="$as_dir $as_dirs"
46148 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46149$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46150 X"$as_dir" : 'X\(//\)[^/]' \| \
46151 X"$as_dir" : 'X\(//\)$' \| \
46152 X"$as_dir" : 'X\(/\)' \| \
46153 . : '\(.\)' 2>/dev/null ||
46154echo X"$as_dir" |
46155 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46156 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46157 /^X\(\/\/\)$/{ s//\1/; q; }
46158 /^X\(\/\).*/{ s//\1/; q; }
46159 s/.*/./; q'`
46160 done
46161 test ! -n "$as_dirs" || mkdir $as_dirs
46162 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46163echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46164 { (exit 1); exit 1; }; }; }
46165
a848cd7e
SC
46166 ac_builddir=.
46167
46168if test "$ac_dir" != .; then
46169 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46170 # A "../" for each directory in $ac_dir_suffix.
46171 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46172else
46173 ac_dir_suffix= ac_top_builddir=
46174fi
46175
46176case $srcdir in
46177 .) # No --srcdir option. We are building in place.
46178 ac_srcdir=.
46179 if test -z "$ac_top_builddir"; then
46180 ac_top_srcdir=.
46181 else
46182 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
46183 fi ;;
46184 [\\/]* | ?:[\\/]* ) # Absolute path.
46185 ac_srcdir=$srcdir$ac_dir_suffix;
46186 ac_top_srcdir=$srcdir ;;
46187 *) # Relative path.
46188 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
46189 ac_top_srcdir=$ac_top_builddir$srcdir ;;
46190esac
ac1cb8d3
VS
46191
46192# Do not use `cd foo && pwd` to compute absolute paths, because
46193# the directories may not exist.
46194case `pwd` in
46195.) ac_abs_builddir="$ac_dir";;
46196*)
46197 case "$ac_dir" in
46198 .) ac_abs_builddir=`pwd`;;
46199 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
46200 *) ac_abs_builddir=`pwd`/"$ac_dir";;
46201 esac;;
46202esac
46203case $ac_abs_builddir in
46204.) ac_abs_top_builddir=${ac_top_builddir}.;;
46205*)
46206 case ${ac_top_builddir}. in
46207 .) ac_abs_top_builddir=$ac_abs_builddir;;
46208 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
46209 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
46210 esac;;
46211esac
46212case $ac_abs_builddir in
46213.) ac_abs_srcdir=$ac_srcdir;;
46214*)
46215 case $ac_srcdir in
46216 .) ac_abs_srcdir=$ac_abs_builddir;;
46217 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
46218 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
46219 esac;;
46220esac
46221case $ac_abs_builddir in
46222.) ac_abs_top_srcdir=$ac_top_srcdir;;
46223*)
46224 case $ac_top_srcdir in
46225 .) ac_abs_top_srcdir=$ac_abs_builddir;;
46226 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
46227 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
46228 esac;;
46229esac
a848cd7e
SC
46230
46231
46232 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
46233echo "$as_me: executing $ac_dest commands" >&6;}
46234 case $ac_dest in
ceec2216
RL
46235 wx-config ) rm -f wx-config
46236 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
46237 ;;
a848cd7e
SC
46238 esac
46239done
46240_ACEOF
46241
46242cat >>$CONFIG_STATUS <<\_ACEOF
46243
46244{ (exit 0); exit 0; }
46245_ACEOF
46246chmod +x $CONFIG_STATUS
46247ac_clean_files=$ac_clean_files_save
46248
46249
46250# configure is writing to config.log, and then calls config.status.
46251# config.status does its own redirection, appending to config.log.
46252# Unfortunately, on DOS this fails, as config.log is still kept open
46253# by configure, so config.status won't be able to write to it; its
46254# output is simply discarded. So we exec the FD to /dev/null,
46255# effectively closing config.log, so it can be properly (re)opened and
46256# appended to by config.status. When coming back to configure, we
46257# need to make the FD available again.
46258if test "$no_create" != yes; then
46259 ac_cs_success=:
46260 ac_config_status_args=
46261 test "$silent" = yes &&
46262 ac_config_status_args="$ac_config_status_args --quiet"
46263 exec 5>/dev/null
46264 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
46265 exec 5>>config.log
46266 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
46267 # would make configure fail if this is the last instruction.
46268 $ac_cs_success || { (exit 1); exit 1; }
46269fi
46270
46271#
46272# CONFIG_SUBDIRS section.
46273#
46274if test "$no_recursion" != yes; then
46275
46276 # Remove --cache-file and --srcdir arguments so they do not pile up.
46277 ac_sub_configure_args=
46278 ac_prev=
46279 for ac_arg in $ac_configure_args; do
46280 if test -n "$ac_prev"; then
46281 ac_prev=
46282 continue
46283 fi
46284 case $ac_arg in
46285 -cache-file | --cache-file | --cache-fil | --cache-fi \
46286 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
46287 ac_prev=cache_file ;;
46288 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
46289 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
46290 | --c=*)
46291 ;;
46292 --config-cache | -C)
46293 ;;
46294 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
46295 ac_prev=srcdir ;;
46296 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
46297 ;;
46298 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
46299 ac_prev=prefix ;;
46300 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
46301 ;;
46302 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
46303 esac
46304 done
46305
46306 # Always prepend --prefix to ensure using the same prefix
46307 # in subdir configurations.
46308 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
46309
46310 ac_popdir=`pwd`
46311 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
46312
46313 # Do not complain, so a configure script can configure whichever
46314 # parts of a large source tree are present.
46315 test -d $srcdir/$ac_dir || continue
46316
46317 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
46318echo "$as_me: configuring in $ac_dir" >&6;}
46319 { if $as_mkdir_p; then
46320 mkdir -p "$ac_dir"
46321 else
46322 as_dir="$ac_dir"
46323 as_dirs=
46324 while test ! -d "$as_dir"; do
46325 as_dirs="$as_dir $as_dirs"
46326 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46327$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46328 X"$as_dir" : 'X\(//\)[^/]' \| \
46329 X"$as_dir" : 'X\(//\)$' \| \
46330 X"$as_dir" : 'X\(/\)' \| \
46331 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46332echo X"$as_dir" |
46333 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46334 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46335 /^X\(\/\/\)$/{ s//\1/; q; }
46336 /^X\(\/\).*/{ s//\1/; q; }
46337 s/.*/./; q'`
46338 done
46339 test ! -n "$as_dirs" || mkdir $as_dirs
46340 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46341echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46342 { (exit 1); exit 1; }; }; }
46343
46344 ac_builddir=.
46345
46346if test "$ac_dir" != .; then
46347 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46348 # A "../" for each directory in $ac_dir_suffix.
46349 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46350else
46351 ac_dir_suffix= ac_top_builddir=
46352fi
46353
46354case $srcdir in
46355 .) # No --srcdir option. We are building in place.
46356 ac_srcdir=.
46357 if test -z "$ac_top_builddir"; then
46358 ac_top_srcdir=.
46359 else
46360 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
46361 fi ;;
46362 [\\/]* | ?:[\\/]* ) # Absolute path.
46363 ac_srcdir=$srcdir$ac_dir_suffix;
46364 ac_top_srcdir=$srcdir ;;
46365 *) # Relative path.
46366 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
46367 ac_top_srcdir=$ac_top_builddir$srcdir ;;
46368esac
ac1cb8d3
VS
46369
46370# Do not use `cd foo && pwd` to compute absolute paths, because
46371# the directories may not exist.
46372case `pwd` in
46373.) ac_abs_builddir="$ac_dir";;
46374*)
46375 case "$ac_dir" in
46376 .) ac_abs_builddir=`pwd`;;
46377 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
46378 *) ac_abs_builddir=`pwd`/"$ac_dir";;
46379 esac;;
46380esac
46381case $ac_abs_builddir in
46382.) ac_abs_top_builddir=${ac_top_builddir}.;;
46383*)
46384 case ${ac_top_builddir}. in
46385 .) ac_abs_top_builddir=$ac_abs_builddir;;
46386 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
46387 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
46388 esac;;
46389esac
46390case $ac_abs_builddir in
46391.) ac_abs_srcdir=$ac_srcdir;;
46392*)
46393 case $ac_srcdir in
46394 .) ac_abs_srcdir=$ac_abs_builddir;;
46395 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
46396 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
46397 esac;;
46398esac
46399case $ac_abs_builddir in
46400.) ac_abs_top_srcdir=$ac_top_srcdir;;
46401*)
46402 case $ac_top_srcdir in
46403 .) ac_abs_top_srcdir=$ac_abs_builddir;;
46404 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
46405 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
46406 esac;;
46407esac
a848cd7e
SC
46408
46409
46410 cd $ac_dir
46411
46412 # Check for guested configure; otherwise get Cygnus style configure.
46413 if test -f $ac_srcdir/configure.gnu; then
46414 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
46415 elif test -f $ac_srcdir/configure; then
46416 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
46417 elif test -f $ac_srcdir/configure.in; then
46418 ac_sub_configure=$ac_configure
46419 else
46420 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
46421echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
46422 ac_sub_configure=
46423 fi
46424
46425 # The recursion is here.
46426 if test -n "$ac_sub_configure"; then
46427 # Make the cache file name correct relative to the subdirectory.
46428 case $cache_file in
46429 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
46430 *) # Relative path.
ac1cb8d3 46431 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
a848cd7e
SC
46432 esac
46433
46434 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
46435echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
46436 # The eval makes quoting arguments work.
46437 eval $ac_sub_configure $ac_sub_configure_args \
ac1cb8d3
VS
46438 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
46439 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
a848cd7e
SC
46440echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
46441 { (exit 1); exit 1; }; }
46442 fi
46443
ddd14b14 46444 cd $ac_popdir
a848cd7e
SC
46445 done
46446fi
46447
46448
46449echo
77ffb593 46450echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
a848cd7e 46451echo ""
4d4ff94c 46452echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
77ffb593 46453echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
a848cd7e 46454
77ffb593
JS
46455echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
46456echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
46457echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
a848cd7e 46458
77ffb593
JS
46459echo " What level of wxWidgets compatibility should be enabled?"
46460echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
46461echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
a848cd7e 46462
77ffb593 46463echo " Which libraries should wxWidgets use?"
a848cd7e
SC
46464echo " jpeg ${wxUSE_LIBJPEG-none}"
46465echo " png ${wxUSE_LIBPNG-none}"
46466echo " regex ${wxUSE_REGEX}"
46467echo " tiff ${wxUSE_LIBTIFF-none}"
46468if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
46469echo " xpm ${wxUSE_LIBXPM-none}"
46470fi
46471echo " zlib ${wxUSE_ZLIB}"
46472echo " odbc ${wxUSE_ODBC}"
46473echo " expat ${wxUSE_EXPAT}"
46474echo " libmspack ${wxUSE_LIBMSPACK}"
46475echo " sdl ${wxUSE_LIBSDL}"
6d1ce868 46476echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
a848cd7e
SC
46477
46478echo ""
46479