]> git.saurik.com Git - wxWidgets.git/blame - configure
look in codeset-specific directory for locale files first, then fallback to the one...
[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.
eb730a0c 4# Generated by GNU Autoconf 2.59 for wxWidgets 2.6.2.
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'
eb730a0c
JS
273PACKAGE_VERSION='2.6.2'
274PACKAGE_STRING='wxWidgets 2.6.2'
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"
8c80d384 316ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR ac_ct_AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP ac_ct_STRIP RESCOMP ac_ct_RESCOMP DLLTOOL ac_ct_DLLTOOL IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE dlldir AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG WINDOWS_IMPLIB USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_SOVERCYGWIN USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_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_SOVERCYGWIN_1_USE_SOVERSION_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WINDOWS_IMPLIB_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI 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 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
eb730a0c 797\`configure' configures wxWidgets 2.6.2 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
eb730a0c 863 short | recursive ) echo "Configuration of wxWidgets 2.6.2:";;
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
38b4a946 1032 --enable-metafiles use wxMetaFile (Win32 only)
a848cd7e
SC
1033 --enable-dragimage use wxDragImage
1034 --enable-accessibility enable accessibility support
38b4a946 1035 --enable-dccache cache temporary wxDC objects (Win32 only)
a848cd7e
SC
1036 --enable-palette use wxPalette class
1037 --enable-image use wxImage class
1038 --enable-gif use gif images (GIF file format)
1039 --enable-pcx use pcx images (PCX file format)
1040 --enable-iff use iff images (IFF file format)
1041 --enable-pnm use pnm images (PNM file format)
1042 --enable-xpm use xpm images (XPM file format)
1043 --enable-icocur use Windows ICO and CUR formats
77ffb593 1044 --enable-official_build official build of wxWidgets (win32 DLL only)
a848cd7e
SC
1045 --enable-vendor=VENDOR vendor name (win32 DLL only)
1046 --disable-largefile omit support for large files
1047 --disable-gtktest do not try to compile and run a test GTK+ program
1048 --disable-gtktest Do not try to compile and run a test GTK program
1049 --disable-sdltest Do not try to compile and run a test SDL program
1050 --enable-omf use OMF object format (OS/2)
ebee3cd0
VS
1051 --disable-precomp-headers
1052 don't use precompiled headers even if compiler can
a848cd7e
SC
1053
1054Optional Packages:
1055 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1056 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
f34ca037 1057 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
a848cd7e
SC
1058 --with-motif use Motif/Lesstif
1059 --with-mac use Mac OS X
1060 --with-cocoa use Cocoa
1061 --with-wine use Wine
1062 --with-msw use MS-Windows
1063 --with-pm use OS/2 Presentation Manager
1064 --with-mgl use SciTech MGL
1065 --with-microwin use MicroWindows
1066 --with-x11 use X11
1067 --with-libpng use libpng (PNG image format)
1068 --with-libjpeg use libjpeg (JPEG file format)
1069 --with-libtiff use libtiff (TIFF file format)
1070 --with-libxpm use libxpm (XPM file format)
1071 --with-libmspack use libmspack (CHM help files loading)
1072 --with-sdl use SDL for audio on Unix
d51253e8 1073 --with-gnomeprint use GNOME print for printing under Unix
a848cd7e
SC
1074 --with-opengl use OpenGL (or Mesa)
1075 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1076 --with-regex enable support for wxRegEx class
1077 --with-zlib use zlib for LZW compression
1078 --with-odbc use the IODBC and wxODBC classes
1079 --with-expat enable XML support using expat parser
ceec2216 1080 --with-flavour=NAME specify a name to identify this build
a848cd7e
SC
1081 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1082 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1083 --with-x use the X Window System
1084 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1085 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1086 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1087 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1088 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1089
1090Some influential environment variables:
dcc1b6ad
VS
1091 CC C compiler command
1092 CFLAGS C compiler flags
1093 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1094 nonstandard directory <lib dir>
1095 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1096 headers in a nonstandard directory <include dir>
1097 CPP C preprocessor
1098 CXX C++ compiler command
1099 CXXFLAGS C++ compiler flags
1100 CXXCPP C++ preprocessor
a848cd7e
SC
1101
1102Use these variables to override the choices made by `configure' or to help
1103it to find libraries and programs with nonstandard names/locations.
1104
77ffb593 1105Report bugs to <wx-dev@lists.wxwidgets.org>.
a848cd7e
SC
1106_ACEOF
1107fi
1108
1109if test "$ac_init_help" = "recursive"; then
1110 # If there are subdirs, report their specific --help.
1111 ac_popdir=`pwd`
1112 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1113 test -d $ac_dir || continue
1114 ac_builddir=.
1115
1116if test "$ac_dir" != .; then
1117 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1118 # A "../" for each directory in $ac_dir_suffix.
1119 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1120else
1121 ac_dir_suffix= ac_top_builddir=
1122fi
1123
1124case $srcdir in
1125 .) # No --srcdir option. We are building in place.
1126 ac_srcdir=.
1127 if test -z "$ac_top_builddir"; then
1128 ac_top_srcdir=.
1129 else
1130 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1131 fi ;;
1132 [\\/]* | ?:[\\/]* ) # Absolute path.
1133 ac_srcdir=$srcdir$ac_dir_suffix;
1134 ac_top_srcdir=$srcdir ;;
1135 *) # Relative path.
1136 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1137 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1138esac
ac1cb8d3
VS
1139
1140# Do not use `cd foo && pwd` to compute absolute paths, because
1141# the directories may not exist.
1142case `pwd` in
1143.) ac_abs_builddir="$ac_dir";;
1144*)
1145 case "$ac_dir" in
1146 .) ac_abs_builddir=`pwd`;;
1147 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1148 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1149 esac;;
1150esac
1151case $ac_abs_builddir in
1152.) ac_abs_top_builddir=${ac_top_builddir}.;;
1153*)
1154 case ${ac_top_builddir}. in
1155 .) ac_abs_top_builddir=$ac_abs_builddir;;
1156 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1157 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1158 esac;;
1159esac
1160case $ac_abs_builddir in
1161.) ac_abs_srcdir=$ac_srcdir;;
1162*)
1163 case $ac_srcdir in
1164 .) ac_abs_srcdir=$ac_abs_builddir;;
1165 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1166 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1167 esac;;
1168esac
1169case $ac_abs_builddir in
1170.) ac_abs_top_srcdir=$ac_top_srcdir;;
1171*)
1172 case $ac_top_srcdir in
1173 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1174 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1175 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1176 esac;;
1177esac
a848cd7e
SC
1178
1179 cd $ac_dir
1180 # Check for guested configure; otherwise get Cygnus style configure.
1181 if test -f $ac_srcdir/configure.gnu; then
1182 echo
1183 $SHELL $ac_srcdir/configure.gnu --help=recursive
1184 elif test -f $ac_srcdir/configure; then
1185 echo
1186 $SHELL $ac_srcdir/configure --help=recursive
1187 elif test -f $ac_srcdir/configure.ac ||
ac1cb8d3 1188 test -f $ac_srcdir/configure.in; then
a848cd7e
SC
1189 echo
1190 $ac_configure --help
1191 else
1192 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1193 fi
6ebeb4c7 1194 cd "$ac_popdir"
a848cd7e
SC
1195 done
1196fi
1197
1198test -n "$ac_init_help" && exit 0
1199if $ac_init_version; then
1200 cat <<\_ACEOF
eb730a0c 1201wxWidgets configure 2.6.2
ac1cb8d3 1202generated by GNU Autoconf 2.59
a848cd7e 1203
ac1cb8d3 1204Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
1205This configure script is free software; the Free Software Foundation
1206gives unlimited permission to copy, distribute and modify it.
1207_ACEOF
1208 exit 0
1209fi
1210exec 5>config.log
1211cat >&5 <<_ACEOF
1212This file contains any messages produced by compilers while
1213running configure, to aid debugging if configure makes a mistake.
1214
eb730a0c 1215It was created by wxWidgets $as_me 2.6.2, which was
ac1cb8d3 1216generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
1217
1218 $ $0 $@
1219
1220_ACEOF
1221{
1222cat <<_ASUNAME
1223## --------- ##
1224## Platform. ##
1225## --------- ##
1226
1227hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1228uname -m = `(uname -m) 2>/dev/null || echo unknown`
1229uname -r = `(uname -r) 2>/dev/null || echo unknown`
1230uname -s = `(uname -s) 2>/dev/null || echo unknown`
1231uname -v = `(uname -v) 2>/dev/null || echo unknown`
1232
1233/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1234/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1235
1236/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1237/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1238/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1239hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1240/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1241/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1242/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1243
1244_ASUNAME
1245
1246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1247for as_dir in $PATH
1248do
1249 IFS=$as_save_IFS
1250 test -z "$as_dir" && as_dir=.
1251 echo "PATH: $as_dir"
1252done
1253
1254} >&5
1255
1256cat >&5 <<_ACEOF
1257
1258
1259## ----------- ##
1260## Core tests. ##
1261## ----------- ##
1262
1263_ACEOF
1264
1265
1266# Keep a trace of the command line.
1267# Strip out --no-create and --no-recursion so they do not pile up.
1268# Strip out --silent because we don't want to record it for future runs.
1269# Also quote any args containing shell meta-characters.
1270# Make two passes to allow for proper duplicate-argument suppression.
1271ac_configure_args=
1272ac_configure_args0=
1273ac_configure_args1=
1274ac_sep=
1275ac_must_keep_next=false
1276for ac_pass in 1 2
1277do
1278 for ac_arg
1279 do
1280 case $ac_arg in
1281 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1282 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1283 | -silent | --silent | --silen | --sile | --sil)
1284 continue ;;
1285 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1286 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1287 esac
1288 case $ac_pass in
1289 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1290 2)
1291 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1292 if test $ac_must_keep_next = true; then
ac1cb8d3 1293 ac_must_keep_next=false # Got value, back to normal.
a848cd7e 1294 else
ac1cb8d3
VS
1295 case $ac_arg in
1296 *=* | --config-cache | -C | -disable-* | --disable-* \
1297 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1298 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1299 | -with-* | --with-* | -without-* | --without-* | --x)
1300 case "$ac_configure_args0 " in
1301 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1302 esac
1303 ;;
1304 -* ) ac_must_keep_next=true ;;
1305 esac
a848cd7e
SC
1306 fi
1307 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1308 # Get rid of the leading space.
1309 ac_sep=" "
1310 ;;
1311 esac
1312 done
1313done
1314$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1315$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1316
1317# When interrupted or exit'd, cleanup temporary files, and complete
1318# config.log. We remove comments because anyway the quotes in there
1319# would cause problems or look ugly.
1320# WARNING: Be sure not to use single quotes in there, as some shells,
1321# such as our DU 5.0 friend, will then `close' the trap.
1322trap 'exit_status=$?
1323 # Save into config.log some information that might help in debugging.
1324 {
1325 echo
1326
1327 cat <<\_ASBOX
1328## ---------------- ##
1329## Cache variables. ##
1330## ---------------- ##
1331_ASBOX
1332 echo
1333 # The following way of writing the cache mishandles newlines in values,
1334{
1335 (set) 2>&1 |
1336 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1337 *ac_space=\ *)
1338 sed -n \
ac1cb8d3
VS
1339 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1340 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
a848cd7e
SC
1341 ;;
1342 *)
1343 sed -n \
ac1cb8d3 1344 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
1345 ;;
1346 esac;
1347}
1348 echo
1349
1350 cat <<\_ASBOX
1351## ----------------- ##
1352## Output variables. ##
1353## ----------------- ##
1354_ASBOX
1355 echo
1356 for ac_var in $ac_subst_vars
1357 do
1358 eval ac_val=$`echo $ac_var`
1359 echo "$ac_var='"'"'$ac_val'"'"'"
1360 done | sort
1361 echo
1362
1363 if test -n "$ac_subst_files"; then
1364 cat <<\_ASBOX
1365## ------------- ##
1366## Output files. ##
1367## ------------- ##
1368_ASBOX
1369 echo
1370 for ac_var in $ac_subst_files
1371 do
1372 eval ac_val=$`echo $ac_var`
ac1cb8d3 1373 echo "$ac_var='"'"'$ac_val'"'"'"
a848cd7e
SC
1374 done | sort
1375 echo
1376 fi
1377
1378 if test -s confdefs.h; then
1379 cat <<\_ASBOX
1380## ----------- ##
1381## confdefs.h. ##
1382## ----------- ##
1383_ASBOX
1384 echo
1385 sed "/^$/d" confdefs.h | sort
1386 echo
1387 fi
1388 test "$ac_signal" != 0 &&
1389 echo "$as_me: caught signal $ac_signal"
1390 echo "$as_me: exit $exit_status"
1391 } >&5
ac1cb8d3 1392 rm -f core *.core &&
a848cd7e
SC
1393 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1394 exit $exit_status
1395 ' 0
1396for ac_signal in 1 2 13 15; do
1397 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1398done
1399ac_signal=0
1400
1401# confdefs.h avoids OS command line length limits that DEFS can exceed.
1402rm -rf conftest* confdefs.h
1403# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1404echo >confdefs.h
1405
1406# Predefined preprocessor variables.
1407
1408cat >>confdefs.h <<_ACEOF
1409#define PACKAGE_NAME "$PACKAGE_NAME"
1410_ACEOF
1411
1412
1413cat >>confdefs.h <<_ACEOF
1414#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1415_ACEOF
1416
1417
1418cat >>confdefs.h <<_ACEOF
1419#define PACKAGE_VERSION "$PACKAGE_VERSION"
1420_ACEOF
1421
1422
1423cat >>confdefs.h <<_ACEOF
1424#define PACKAGE_STRING "$PACKAGE_STRING"
1425_ACEOF
1426
1427
1428cat >>confdefs.h <<_ACEOF
1429#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1430_ACEOF
1431
1432
1433# Let the site file select an alternate cache file if it wants to.
1434# Prefer explicitly selected file to automatically selected ones.
1435if test -z "$CONFIG_SITE"; then
1436 if test "x$prefix" != xNONE; then
1437 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1438 else
1439 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1440 fi
1441fi
1442for ac_site_file in $CONFIG_SITE; do
1443 if test -r "$ac_site_file"; then
1444 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1445echo "$as_me: loading site script $ac_site_file" >&6;}
1446 sed 's/^/| /' "$ac_site_file" >&5
1447 . "$ac_site_file"
1448 fi
1449done
1450
1451if test -r "$cache_file"; then
1452 # Some versions of bash will fail to source /dev/null (special
1453 # files actually), so we avoid doing that.
1454 if test -f "$cache_file"; then
1455 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1456echo "$as_me: loading cache $cache_file" >&6;}
1457 case $cache_file in
1458 [\\/]* | ?:[\\/]* ) . $cache_file;;
1459 *) . ./$cache_file;;
1460 esac
1461 fi
1462else
1463 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1464echo "$as_me: creating cache $cache_file" >&6;}
1465 >$cache_file
1466fi
1467
1468# Check that the precious variables saved in the cache have kept the same
1469# value.
1470ac_cache_corrupted=false
1471for ac_var in `(set) 2>&1 |
ac1cb8d3 1472 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
a848cd7e
SC
1473 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1474 eval ac_new_set=\$ac_env_${ac_var}_set
1475 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1476 eval ac_new_val="\$ac_env_${ac_var}_value"
1477 case $ac_old_set,$ac_new_set in
1478 set,)
1479 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1480echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1481 ac_cache_corrupted=: ;;
1482 ,set)
1483 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1484echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1485 ac_cache_corrupted=: ;;
1486 ,);;
1487 *)
1488 if test "x$ac_old_val" != "x$ac_new_val"; then
ac1cb8d3 1489 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
a848cd7e 1490echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
ac1cb8d3 1491 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
a848cd7e 1492echo "$as_me: former value: $ac_old_val" >&2;}
ac1cb8d3 1493 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
a848cd7e 1494echo "$as_me: current value: $ac_new_val" >&2;}
ac1cb8d3 1495 ac_cache_corrupted=:
a848cd7e
SC
1496 fi;;
1497 esac
1498 # Pass precious variables to config.status.
1499 if test "$ac_new_set" = set; then
1500 case $ac_new_val in
1501 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1502 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1503 *) ac_arg=$ac_var=$ac_new_val ;;
1504 esac
1505 case " $ac_configure_args " in
1506 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1507 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1508 esac
1509 fi
1510done
1511if $ac_cache_corrupted; then
1512 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1513echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1514 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1515echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1516 { (exit 1); exit 1; }; }
1517fi
1518
1519ac_ext=c
1520ac_cpp='$CPP $CPPFLAGS'
1521ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1522ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1523ac_compiler_gnu=$ac_cv_c_compiler_gnu
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
1553
1554ac_aux_dir=
1555for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1556 if test -f $ac_dir/install-sh; then
1557 ac_aux_dir=$ac_dir
1558 ac_install_sh="$ac_aux_dir/install-sh -c"
1559 break
1560 elif test -f $ac_dir/install.sh; then
1561 ac_aux_dir=$ac_dir
1562 ac_install_sh="$ac_aux_dir/install.sh -c"
1563 break
1564 elif test -f $ac_dir/shtool; then
1565 ac_aux_dir=$ac_dir
1566 ac_install_sh="$ac_aux_dir/shtool install -c"
1567 break
1568 fi
1569done
1570if test -z "$ac_aux_dir"; then
1571 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1572echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1573 { (exit 1); exit 1; }; }
1574fi
1575ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1576ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1577ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1578
1579# Make sure we can run config.sub.
1580$ac_config_sub sun4 >/dev/null 2>&1 ||
1581 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1582echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1583 { (exit 1); exit 1; }; }
1584
1585echo "$as_me:$LINENO: checking build system type" >&5
1586echo $ECHO_N "checking build system type... $ECHO_C" >&6
1587if test "${ac_cv_build+set}" = set; then
1588 echo $ECHO_N "(cached) $ECHO_C" >&6
1589else
1590 ac_cv_build_alias=$build_alias
1591test -z "$ac_cv_build_alias" &&
1592 ac_cv_build_alias=`$ac_config_guess`
1593test -z "$ac_cv_build_alias" &&
1594 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1595echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1596 { (exit 1); exit 1; }; }
1597ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1598 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1599echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1600 { (exit 1); exit 1; }; }
1601
1602fi
1603echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1604echo "${ECHO_T}$ac_cv_build" >&6
1605build=$ac_cv_build
1606build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1607build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1608build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1609
1610
1611echo "$as_me:$LINENO: checking host system type" >&5
1612echo $ECHO_N "checking host system type... $ECHO_C" >&6
1613if test "${ac_cv_host+set}" = set; then
1614 echo $ECHO_N "(cached) $ECHO_C" >&6
1615else
1616 ac_cv_host_alias=$host_alias
1617test -z "$ac_cv_host_alias" &&
1618 ac_cv_host_alias=$ac_cv_build_alias
1619ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1620 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1621echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1622 { (exit 1); exit 1; }; }
1623
1624fi
1625echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1626echo "${ECHO_T}$ac_cv_host" >&6
1627host=$ac_cv_host
1628host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1629host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1630host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1631
1632
1633echo "$as_me:$LINENO: checking target system type" >&5
1634echo $ECHO_N "checking target system type... $ECHO_C" >&6
1635if test "${ac_cv_target+set}" = set; then
1636 echo $ECHO_N "(cached) $ECHO_C" >&6
1637else
1638 ac_cv_target_alias=$target_alias
1639test "x$ac_cv_target_alias" = "x" &&
1640 ac_cv_target_alias=$ac_cv_host_alias
1641ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1642 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1643echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1644 { (exit 1); exit 1; }; }
1645
1646fi
1647echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1648echo "${ECHO_T}$ac_cv_target" >&6
1649target=$ac_cv_target
1650target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1651target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1652target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1653
1654
1655# The aliases save the names the user supplied, while $host etc.
1656# will get canonicalized.
1657test -n "$target_alias" &&
1658 test "$program_prefix$program_suffix$program_transform_name" = \
1659 NONENONEs,x,x, &&
1660 program_prefix=${target_alias}-
1661
1662
1663
ceec2216 1664wx_major_version_number=2
e0d84535 1665wx_minor_version_number=6
eb730a0c 1666wx_release_number=2
063c96c1 1667wx_subrelease_number=1
a848cd7e 1668
ceec2216
RL
1669WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1670WX_VERSION=$WX_RELEASE.$wx_release_number
1671WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
a848cd7e 1672
ceec2216 1673WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
a848cd7e 1674
a848cd7e
SC
1675
1676
1677
1678USE_UNIX=1
1679USE_OS2=0
1680USE_WIN32=0
1681USE_DOS=0
1682USE_BEOS=0
1683USE_MAC=0
1684
1685USE_AIX=
1686USE_BSD= USE_DARWIN= USE_FREEBSD=
1687USE_GNU= USE_HPUX=
1688USE_LINUX=
1689USE_NETBSD=
1690USE_OPENBSD=
1691USE_OSF= USE_SGI=
1692USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1693USE_ULTRIX=
1694USE_UNIXWARE=
1695
1696USE_ALPHA=
1697
1698NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1699
1700ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1701
1702DEFAULT_wxUSE_COCOA=0
1703DEFAULT_wxUSE_GTK=0
1704DEFAULT_wxUSE_MAC=0
1705DEFAULT_wxUSE_MGL=0
1706DEFAULT_wxUSE_MICROWIN=0
1707DEFAULT_wxUSE_MOTIF=0
1708DEFAULT_wxUSE_MSW=0
1709DEFAULT_wxUSE_PM=0
1710DEFAULT_wxUSE_X11=0
1711
1712DEFAULT_DEFAULT_wxUSE_COCOA=0
1713DEFAULT_DEFAULT_wxUSE_GTK=0
1714DEFAULT_DEFAULT_wxUSE_MAC=0
1715DEFAULT_DEFAULT_wxUSE_MGL=0
1716DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1717DEFAULT_DEFAULT_wxUSE_MOTIF=0
1718DEFAULT_DEFAULT_wxUSE_MSW=0
1719DEFAULT_DEFAULT_wxUSE_PM=0
1720DEFAULT_DEFAULT_wxUSE_X11=0
1721
1722PROGRAM_EXT=
1723SO_SUFFIX=so
1724SAMPLES_RPATH_FLAG=
1725SAMPLES_RPATH_POSTLINK=
1726
a03b8b04
RD
1727DEFAULT_STD_FLAG=yes
1728
a848cd7e
SC
1729case "${host}" in
1730 *-hp-hpux* )
1731 USE_HPUX=1
1732 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1733 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1734 SO_SUFFIX=sl
1735 cat >>confdefs.h <<\_ACEOF
1736#define __HPUX__ 1
1737_ACEOF
1738
1739 ;;
1740 *-*-linux* )
1741 USE_LINUX=1
1742 cat >>confdefs.h <<\_ACEOF
1743#define __LINUX__ 1
1744_ACEOF
1745
1746 TMP=`uname -m`
1747 if test "x$TMP" = "xalpha"; then
1748 USE_ALPHA=1
1749 cat >>confdefs.h <<\_ACEOF
1750#define __ALPHA__ 1
1751_ACEOF
1752
1753 fi
1754 DEFAULT_DEFAULT_wxUSE_GTK=1
1755 ;;
1756 *-*-gnu* | *-*-k*bsd*-gnu )
1757 USE_GNU=1
1758 TMP=`uname -m`
1759 if test "x$TMP" = "xalpha"; then
1760 USE_ALPHA=1
1761 cat >>confdefs.h <<\_ACEOF
1762#define __ALPHA__ 1
1763_ACEOF
1764
1765 fi
1766 DEFAULT_DEFAULT_wxUSE_GTK=1
1767 ;;
1768 *-*-irix5* | *-*-irix6* )
1769 USE_SGI=1
1770 USE_SVR4=1
1771 cat >>confdefs.h <<\_ACEOF
1772#define __SGI__ 1
1773_ACEOF
1774
1775 cat >>confdefs.h <<\_ACEOF
1776#define __SVR4__ 1
1777_ACEOF
1778
1779 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1780 ;;
1781 *-*-solaris2* )
1782 USE_SUN=1
1783 USE_SOLARIS=1
1784 USE_SVR4=1
1785 cat >>confdefs.h <<\_ACEOF
1786#define __SUN__ 1
1787_ACEOF
1788
1789 cat >>confdefs.h <<\_ACEOF
1790#define __SOLARIS__ 1
1791_ACEOF
1792
1793 cat >>confdefs.h <<\_ACEOF
1794#define __SVR4__ 1
1795_ACEOF
1796
1797 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1798 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1799 ;;
1800 *-*-sunos4* )
1801 USE_SUN=1
1802 USE_SUNOS=1
1803 USE_BSD=1
1804 cat >>confdefs.h <<\_ACEOF
1805#define __SUN__ 1
1806_ACEOF
1807
1808 cat >>confdefs.h <<\_ACEOF
1809#define __SUNOS__ 1
1810_ACEOF
1811
1812 cat >>confdefs.h <<\_ACEOF
1813#define __BSD__ 1
1814_ACEOF
1815
1816 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1817 ;;
1818 *-*-freebsd*)
1819 USE_BSD=1
1820 USE_FREEBSD=1
1821 cat >>confdefs.h <<\_ACEOF
1822#define __FREEBSD__ 1
1823_ACEOF
1824
1825 cat >>confdefs.h <<\_ACEOF
1826#define __BSD__ 1
1827_ACEOF
1828
1829 DEFAULT_DEFAULT_wxUSE_GTK=1
1830 ;;
1831 *-*-openbsd*)
1832 USE_BSD=1
1833 USE_OPENBSD=1
1834 cat >>confdefs.h <<\_ACEOF
1835#define __OPENBSD__ 1
1836_ACEOF
1837
1838 cat >>confdefs.h <<\_ACEOF
1839#define __BSD__ 1
1840_ACEOF
1841
1842 DEFAULT_DEFAULT_wxUSE_GTK=1
1843 ;;
1844 *-*-netbsd*)
1845 USE_BSD=1
1846 USE_NETBSD=1
1847 cat >>confdefs.h <<\_ACEOF
1848#define __NETBSD__ 1
1849_ACEOF
1850
1851 cat >>confdefs.h <<\_ACEOF
1852#define __BSD__ 1
1853_ACEOF
1854
1855 DEFAULT_DEFAULT_wxUSE_GTK=1
1856 ;;
1857 *-*-osf* )
1858 USE_ALPHA=1
1859 USE_OSF=1
1860 cat >>confdefs.h <<\_ACEOF
1861#define __ALPHA__ 1
1862_ACEOF
1863
1864 cat >>confdefs.h <<\_ACEOF
1865#define __OSF__ 1
1866_ACEOF
1867
1868 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1869 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1870 ;;
1871 *-*-dgux5* )
1872 USE_ALPHA=1
1873 USE_SVR4=1
1874 cat >>confdefs.h <<\_ACEOF
1875#define __ALPHA__ 1
1876_ACEOF
1877
1878 cat >>confdefs.h <<\_ACEOF
1879#define __SVR4__ 1
1880_ACEOF
1881
1882 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1883 ;;
1884 *-*-sysv5* )
1885 USE_SYSV=1
1886 USE_SVR4=1
1887 cat >>confdefs.h <<\_ACEOF
1888#define __SYSV__ 1
1889_ACEOF
1890
1891 cat >>confdefs.h <<\_ACEOF
1892#define __SVR4__ 1
1893_ACEOF
1894
1895 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1896 ;;
1897 *-*-aix* )
1898 USE_AIX=1
1899 USE_SYSV=1
1900 USE_SVR4=1
1901 SO_SUFFIX=a
1902 cat >>confdefs.h <<\_ACEOF
1903#define __AIX__ 1
1904_ACEOF
1905
1906 cat >>confdefs.h <<\_ACEOF
1907#define __SYSV__ 1
1908_ACEOF
1909
1910 cat >>confdefs.h <<\_ACEOF
1911#define __SVR4__ 1
1912_ACEOF
1913
1914 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1915 ;;
1916
1917 *-*-*UnixWare*)
1918 USE_SYSV=1
1919 USE_SVR4=1
1920 USE_UNIXWARE=1
1921 cat >>confdefs.h <<\_ACEOF
1922#define __UNIXWARE__ 1
1923_ACEOF
1924
1925 ;;
1926
1927 *-*-cygwin* | *-*-mingw32* )
1928 SO_SUFFIX=dll
1929 PROGRAM_EXT=".exe"
a848cd7e 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
cfda0ea8 1977 *-*-darwin* )
a848cd7e
SC
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
38b4a946
VZ
10047if test "$wxUSE_MSW" = "1"; then
10048
10049 enablestring=
10050 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
10051echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
10052 no_cache=0
10053 # Check whether --enable-dccache or --disable-dccache was given.
10054if test "${enable_dccache+set}" = set; then
10055 enableval="$enable_dccache"
10056
10057 if test "$enableval" = yes; then
10058 ac_cv_use_dccache='wxUSE_DC_CACHEING=yes'
10059 else
10060 ac_cv_use_dccache='wxUSE_DC_CACHEING=no'
10061 fi
10062
10063else
10064
10065 LINE=`grep "wxUSE_DC_CACHEING" ${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_dccache='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING
10073
10074fi;
10075
10076 eval "$ac_cv_use_dccache"
10077 if test "$no_cache" != 1; then
10078 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
10079 fi
10080
10081 if test "$wxUSE_DC_CACHEING" = 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
10089fi
10090
a848cd7e
SC
10091
10092
10093 enablestring=
10094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10095echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10096 no_cache=0
10097 # Check whether --enable-palette or --disable-palette was given.
10098if test "${enable_palette+set}" = set; then
10099 enableval="$enable_palette"
10100
10101 if test "$enableval" = yes; then
10102 ac_cv_use_palette='wxUSE_PALETTE=yes'
10103 else
10104 ac_cv_use_palette='wxUSE_PALETTE=no'
10105 fi
10106
10107else
10108
10109 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10110 if test "x$LINE" != x ; then
10111 eval "DEFAULT_$LINE"
10112 else
10113 no_cache=1
10114 fi
10115
10116 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10117
10118fi;
10119
10120 eval "$ac_cv_use_palette"
10121 if test "$no_cache" != 1; then
10122 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10123 fi
10124
10125 if test "$wxUSE_PALETTE" = yes; then
10126 echo "$as_me:$LINENO: result: yes" >&5
10127echo "${ECHO_T}yes" >&6
10128 else
10129 echo "$as_me:$LINENO: result: no" >&5
10130echo "${ECHO_T}no" >&6
10131 fi
10132
10133
10134 enablestring=
10135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10136echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10137 no_cache=0
10138 # Check whether --enable-image or --disable-image was given.
10139if test "${enable_image+set}" = set; then
10140 enableval="$enable_image"
10141
10142 if test "$enableval" = yes; then
10143 ac_cv_use_image='wxUSE_IMAGE=yes'
10144 else
10145 ac_cv_use_image='wxUSE_IMAGE=no'
10146 fi
10147
10148else
10149
10150 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10151 if test "x$LINE" != x ; then
10152 eval "DEFAULT_$LINE"
10153 else
10154 no_cache=1
10155 fi
10156
10157 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10158
10159fi;
10160
10161 eval "$ac_cv_use_image"
10162 if test "$no_cache" != 1; then
10163 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10164 fi
10165
10166 if test "$wxUSE_IMAGE" = yes; then
10167 echo "$as_me:$LINENO: result: yes" >&5
10168echo "${ECHO_T}yes" >&6
10169 else
10170 echo "$as_me:$LINENO: result: no" >&5
10171echo "${ECHO_T}no" >&6
10172 fi
10173
10174
10175 enablestring=
10176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10177echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10178 no_cache=0
10179 # Check whether --enable-gif or --disable-gif was given.
10180if test "${enable_gif+set}" = set; then
10181 enableval="$enable_gif"
10182
10183 if test "$enableval" = yes; then
10184 ac_cv_use_gif='wxUSE_GIF=yes'
10185 else
10186 ac_cv_use_gif='wxUSE_GIF=no'
10187 fi
10188
10189else
10190
10191 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10192 if test "x$LINE" != x ; then
10193 eval "DEFAULT_$LINE"
10194 else
10195 no_cache=1
10196 fi
10197
10198 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10199
10200fi;
10201
10202 eval "$ac_cv_use_gif"
10203 if test "$no_cache" != 1; then
10204 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10205 fi
10206
10207 if test "$wxUSE_GIF" = yes; then
10208 echo "$as_me:$LINENO: result: yes" >&5
10209echo "${ECHO_T}yes" >&6
10210 else
10211 echo "$as_me:$LINENO: result: no" >&5
10212echo "${ECHO_T}no" >&6
10213 fi
10214
10215
10216 enablestring=
10217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10218echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10219 no_cache=0
10220 # Check whether --enable-pcx or --disable-pcx was given.
10221if test "${enable_pcx+set}" = set; then
10222 enableval="$enable_pcx"
10223
10224 if test "$enableval" = yes; then
10225 ac_cv_use_pcx='wxUSE_PCX=yes'
10226 else
10227 ac_cv_use_pcx='wxUSE_PCX=no'
10228 fi
10229
10230else
10231
10232 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10233 if test "x$LINE" != x ; then
10234 eval "DEFAULT_$LINE"
10235 else
10236 no_cache=1
10237 fi
10238
10239 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10240
10241fi;
10242
10243 eval "$ac_cv_use_pcx"
10244 if test "$no_cache" != 1; then
10245 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10246 fi
10247
10248 if test "$wxUSE_PCX" = yes; then
10249 echo "$as_me:$LINENO: result: yes" >&5
10250echo "${ECHO_T}yes" >&6
10251 else
10252 echo "$as_me:$LINENO: result: no" >&5
10253echo "${ECHO_T}no" >&6
10254 fi
10255
10256
10257 enablestring=
10258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10259echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10260 no_cache=0
10261 # Check whether --enable-iff or --disable-iff was given.
10262if test "${enable_iff+set}" = set; then
10263 enableval="$enable_iff"
10264
10265 if test "$enableval" = yes; then
10266 ac_cv_use_iff='wxUSE_IFF=yes'
10267 else
10268 ac_cv_use_iff='wxUSE_IFF=no'
10269 fi
10270
10271else
10272
10273 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10274 if test "x$LINE" != x ; then
10275 eval "DEFAULT_$LINE"
10276 else
10277 no_cache=1
10278 fi
10279
10280 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10281
10282fi;
10283
10284 eval "$ac_cv_use_iff"
10285 if test "$no_cache" != 1; then
10286 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10287 fi
10288
10289 if test "$wxUSE_IFF" = yes; then
10290 echo "$as_me:$LINENO: result: yes" >&5
10291echo "${ECHO_T}yes" >&6
10292 else
10293 echo "$as_me:$LINENO: result: no" >&5
10294echo "${ECHO_T}no" >&6
10295 fi
10296
10297
10298 enablestring=
10299 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10300echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10301 no_cache=0
10302 # Check whether --enable-pnm or --disable-pnm was given.
10303if test "${enable_pnm+set}" = set; then
10304 enableval="$enable_pnm"
10305
10306 if test "$enableval" = yes; then
10307 ac_cv_use_pnm='wxUSE_PNM=yes'
10308 else
10309 ac_cv_use_pnm='wxUSE_PNM=no'
10310 fi
10311
10312else
10313
10314 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10315 if test "x$LINE" != x ; then
10316 eval "DEFAULT_$LINE"
10317 else
10318 no_cache=1
10319 fi
10320
10321 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10322
10323fi;
10324
10325 eval "$ac_cv_use_pnm"
10326 if test "$no_cache" != 1; then
10327 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10328 fi
10329
10330 if test "$wxUSE_PNM" = yes; then
10331 echo "$as_me:$LINENO: result: yes" >&5
10332echo "${ECHO_T}yes" >&6
10333 else
10334 echo "$as_me:$LINENO: result: no" >&5
10335echo "${ECHO_T}no" >&6
10336 fi
10337
10338
10339 enablestring=
10340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10341echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10342 no_cache=0
10343 # Check whether --enable-xpm or --disable-xpm was given.
10344if test "${enable_xpm+set}" = set; then
10345 enableval="$enable_xpm"
10346
10347 if test "$enableval" = yes; then
10348 ac_cv_use_xpm='wxUSE_XPM=yes'
10349 else
10350 ac_cv_use_xpm='wxUSE_XPM=no'
10351 fi
10352
10353else
10354
10355 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10356 if test "x$LINE" != x ; then
10357 eval "DEFAULT_$LINE"
10358 else
10359 no_cache=1
10360 fi
10361
10362 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10363
10364fi;
10365
10366 eval "$ac_cv_use_xpm"
10367 if test "$no_cache" != 1; then
10368 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10369 fi
10370
10371 if test "$wxUSE_XPM" = yes; then
10372 echo "$as_me:$LINENO: result: yes" >&5
10373echo "${ECHO_T}yes" >&6
10374 else
10375 echo "$as_me:$LINENO: result: no" >&5
10376echo "${ECHO_T}no" >&6
10377 fi
10378
10379
10380 enablestring=
10381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10382echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10383 no_cache=0
10384 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10385if test "${enable_ico_cur+set}" = set; then
10386 enableval="$enable_ico_cur"
10387
10388 if test "$enableval" = yes; then
10389 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10390 else
10391 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10392 fi
10393
10394else
10395
10396 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10397 if test "x$LINE" != x ; then
10398 eval "DEFAULT_$LINE"
10399 else
10400 no_cache=1
10401 fi
10402
10403 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10404
10405fi;
10406
10407 eval "$ac_cv_use_ico_cur"
10408 if test "$no_cache" != 1; then
10409 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10410 fi
10411
10412 if test "$wxUSE_ICO_CUR" = yes; then
10413 echo "$as_me:$LINENO: result: yes" >&5
10414echo "${ECHO_T}yes" >&6
10415 else
10416 echo "$as_me:$LINENO: result: no" >&5
10417echo "${ECHO_T}no" >&6
10418 fi
10419
10420
10421fi
10422
10423
10424
ceec2216
RL
10425# Check whether --with-flavour or --without-flavour was given.
10426if test "${with_flavour+set}" = set; then
10427 withval="$with_flavour"
10428 WX_FLAVOUR="$withval"
10429fi;
10430
10431
10432
a848cd7e
SC
10433 enablestring=
10434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10435echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10436 no_cache=0
10437 # Check whether --enable-official_build or --disable-official_build was given.
10438if test "${enable_official_build+set}" = set; then
10439 enableval="$enable_official_build"
10440
10441 if test "$enableval" = yes; then
10442 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10443 else
10444 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10445 fi
10446
10447else
10448
10449 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10450 if test "x$LINE" != x ; then
10451 eval "DEFAULT_$LINE"
10452 else
10453 no_cache=1
10454 fi
10455
10456 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10457
10458fi;
10459
10460 eval "$ac_cv_use_official_build"
10461 if test "$no_cache" != 1; then
10462 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10463 fi
10464
10465 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10466 echo "$as_me:$LINENO: result: yes" >&5
10467echo "${ECHO_T}yes" >&6
10468 else
10469 echo "$as_me:$LINENO: result: no" >&5
10470echo "${ECHO_T}no" >&6
10471 fi
10472
10473# Check whether --enable-vendor or --disable-vendor was given.
10474if test "${enable_vendor+set}" = set; then
10475 enableval="$enable_vendor"
10476 VENDOR="$enableval"
10477fi;
10478if test "x$VENDOR" = "x"; then
10479 VENDOR="custom"
10480fi
10481
a848cd7e
SC
10482
10483
10484
10485 echo "saving argument cache $wx_arg_cache_file"
10486 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10487
10488
10489
10490echo "$as_me:$LINENO: checking for toolkit" >&5
10491echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10492
10493# In Wine, we need to default to MSW, not GTK or MOTIF
10494if test "$wxUSE_WINE" = "yes"; then
10495 DEFAULT_DEFAULT_wxUSE_GTK=0
10496 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10497 DEFAULT_DEFAULT_wxUSE_MSW=1
10498 wxUSE_SHARED=no
10499fi
10500
f597b41c 10501
a848cd7e
SC
10502if test "$wxUSE_GUI" = "yes"; then
10503
10504 if test "$USE_BEOS" = 1; then
10505 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10506echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10507 { (exit 1); exit 1; }; }
10508 fi
10509
10510 if test "$TOOLKIT_GIVEN" = 1; then
10511 for toolkit in `echo $ALL_TOOLKITS`; do
10512 var=wxUSE_$toolkit
10513 eval "value=\$${var}"
f34ca037
MW
10514 if test "x$value" = "xno"; then
10515 eval "$var=0"
10516 elif test "x$value" != "x"; then
10517 eval "$var=1"
10518 fi
10519
10520 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10521 eval "wx${toolkit}_VERSION=$value"
10522 fi
a848cd7e
SC
10523 done
10524 else
10525 for toolkit in `echo $ALL_TOOLKITS`; do
10526 if test "$has_toolkit_in_cache" != 1; then
10527 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10528 else
10529 var=DEFAULT_wxUSE_$toolkit
f34ca037
MW
10530
10531 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10532 if test "x$version" != "x"; then
10533 eval "wx${toolkit}_VERSION=$version"
10534 fi
a848cd7e
SC
10535 fi
10536 eval "wxUSE_$toolkit=\$${var}"
10537 done
10538 fi
10539
10540 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10541 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10542 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10543
10544 case "${host}" in
10545 *-pc-os2_emx | *-pc-os2-emx )
10546 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10547 esac
10548
10549 case "$NUM_TOOLKITS" in
10550 1)
10551 ;;
10552 0)
10553 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10554echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10555 { (exit 1); exit 1; }; }
10556 ;;
10557 *)
10558 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10559echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10560 { (exit 1); exit 1; }; }
10561 esac
10562
f34ca037
MW
10563 # to be removed when --disable-gtk2 isn't needed
10564 if test "x$wxUSE_GTK2" = "xyes"; then
10565 wxGTK_VERSION=2
10566 elif test "x$wxUSE_GTK2" = "xno"; then
10567 wxGTK_VERSION=1
10568 fi
10569
a848cd7e
SC
10570 for toolkit in `echo $ALL_TOOLKITS`; do
10571 var=wxUSE_$toolkit
10572 eval "value=\$${var}"
10573 if test "x$value" != x; then
10574 cache_var=CACHE_$toolkit
10575 eval "cache=\$${cache_var}"
10576 if test "$cache" = 1; then
10577 echo "$var=$value" >> ${wx_arg_cache_file}
f34ca037
MW
10578 eval "version=\$wx${toolkit}_VERSION"
10579 if test "x$version" != "x"; then
10580 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10581 fi
a848cd7e
SC
10582 fi
10583 if test "$value" = 1; then
10584 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10585 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10586echo "${ECHO_T}$toolkit_echo" >&6
10587 fi
10588 fi
10589 done
10590else
10591 if test "x$host_alias" != "x"; then
10592 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10593echo "${ECHO_T}base ($host_alias hosted) only" >&6
10594 else
10595 echo "$as_me:$LINENO: result: base only" >&5
10596echo "${ECHO_T}base only" >&6
10597 fi
10598fi
10599
10600wants_win32=0
10601doesnt_want_win32=0
10602case "${host}" in
10603 *-*-cygwin*)
10604 if test "$wxUSE_MSW" = 1 ; then
10605 wants_win32=1
7275146d 10606 BAKEFILE_FORCE_PLATFORM=win32
a848cd7e
SC
10607 else
10608 doesnt_want_win32=1
10609 fi
10610 ;;
10611 *-*-mingw*)
10612 wants_win32=1
10613 ;;
10614esac
10615
10616if test "$wxUSE_WINE" = "yes"; then
10617 wants_win32=1
10618 CC=winegcc
10619 CXX=wineg++
a848cd7e
SC
10620 LDFLAGS_GUI="-mwindows"
10621fi
10622
10623if test "$wants_win32" = 1 ; then
10624 USE_UNIX=0
10625 USE_WIN32=1
10626 cat >>confdefs.h <<\_ACEOF
10627#define __WIN32__ 1
10628_ACEOF
10629
10630 cat >>confdefs.h <<\_ACEOF
10631#define __WIN95__ 1
10632_ACEOF
10633
10634 cat >>confdefs.h <<\_ACEOF
10635#define __WINDOWS__ 1
10636_ACEOF
10637
10638 cat >>confdefs.h <<\_ACEOF
10639#define __GNUWIN32__ 1
10640_ACEOF
10641
10642 cat >>confdefs.h <<\_ACEOF
10643#define STRICT 1
10644_ACEOF
10645
10646 cat >>confdefs.h <<\_ACEOF
10647#define WINVER 0x0400
10648_ACEOF
10649
10650fi
10651if test "$doesnt_want_win32" = 1 ; then
10652 USE_UNIX=1
10653 USE_WIN32=0
10654fi
10655
10656if test "$USE_UNIX" = 1 ; then
10657 wxUSE_UNIX=yes
10658 cat >>confdefs.h <<\_ACEOF
10659#define __UNIX__ 1
10660_ACEOF
10661
10662fi
10663
10664
10665cat >confcache <<\_ACEOF
10666# This file is a shell script that caches the results of configure
10667# tests run on this system so they can be shared between configure
10668# scripts and configure runs, see configure's option --config-cache.
10669# It is not useful on other systems. If it contains results you don't
10670# want to keep, you may remove or edit it.
10671#
10672# config.status only pays attention to the cache file if you give it
10673# the --recheck option to rerun configure.
10674#
10675# `ac_cv_env_foo' variables (set or unset) will be overridden when
10676# loading this file, other *unset* `ac_cv_foo' will be assigned the
10677# following values.
10678
10679_ACEOF
10680
10681# The following way of writing the cache mishandles newlines in values,
10682# but we know of no workaround that is simple, portable, and efficient.
10683# So, don't put newlines in cache variables' values.
10684# Ultrix sh set writes to stderr and can't be redirected directly,
10685# and sets the high bit in the cache file unless we assign to the vars.
10686{
10687 (set) 2>&1 |
10688 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10689 *ac_space=\ *)
10690 # `set' does not quote correctly, so add quotes (double-quote
10691 # substitution turns \\\\ into \\, and sed turns \\ into \).
10692 sed -n \
ac1cb8d3
VS
10693 "s/'/'\\\\''/g;
10694 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
10695 ;;
10696 *)
10697 # `set' quotes correctly as required by POSIX, so do not add quotes.
10698 sed -n \
ac1cb8d3 10699 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
10700 ;;
10701 esac;
10702} |
10703 sed '
10704 t clear
10705 : clear
10706 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10707 t end
10708 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10709 : end' >>confcache
10710if diff $cache_file confcache >/dev/null 2>&1; then :; else
10711 if test -w $cache_file; then
10712 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10713 cat confcache >$cache_file
10714 else
10715 echo "not updating unwritable cache $cache_file"
10716 fi
10717fi
10718rm -f confcache
10719
a848cd7e 10720CFLAGS=${CFLAGS:=}
6dcfc289
DE
10721
10722
10723 ac_ext=c
a848cd7e
SC
10724ac_cpp='$CPP $CPPFLAGS'
10725ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10726ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10727ac_compiler_gnu=$ac_cv_c_compiler_gnu
10728if test -n "$ac_tool_prefix"; then
10729 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10730set dummy ${ac_tool_prefix}gcc; ac_word=$2
10731echo "$as_me:$LINENO: checking for $ac_word" >&5
10732echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10733if test "${ac_cv_prog_CC+set}" = set; then
10734 echo $ECHO_N "(cached) $ECHO_C" >&6
10735else
10736 if test -n "$CC"; then
10737 ac_cv_prog_CC="$CC" # Let the user override the test.
10738else
10739as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10740for as_dir in $PATH
10741do
10742 IFS=$as_save_IFS
10743 test -z "$as_dir" && as_dir=.
10744 for ac_exec_ext in '' $ac_executable_extensions; do
10745 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10746 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10748 break 2
10749 fi
10750done
10751done
10752
10753fi
10754fi
10755CC=$ac_cv_prog_CC
10756if test -n "$CC"; then
10757 echo "$as_me:$LINENO: result: $CC" >&5
10758echo "${ECHO_T}$CC" >&6
10759else
10760 echo "$as_me:$LINENO: result: no" >&5
10761echo "${ECHO_T}no" >&6
10762fi
10763
10764fi
10765if test -z "$ac_cv_prog_CC"; then
10766 ac_ct_CC=$CC
10767 # Extract the first word of "gcc", so it can be a program name with args.
10768set dummy gcc; ac_word=$2
10769echo "$as_me:$LINENO: checking for $ac_word" >&5
10770echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10771if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10772 echo $ECHO_N "(cached) $ECHO_C" >&6
10773else
10774 if test -n "$ac_ct_CC"; then
10775 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10776else
10777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10778for as_dir in $PATH
10779do
10780 IFS=$as_save_IFS
10781 test -z "$as_dir" && as_dir=.
10782 for ac_exec_ext in '' $ac_executable_extensions; do
10783 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10784 ac_cv_prog_ac_ct_CC="gcc"
10785 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10786 break 2
10787 fi
10788done
10789done
10790
10791fi
10792fi
10793ac_ct_CC=$ac_cv_prog_ac_ct_CC
10794if test -n "$ac_ct_CC"; then
10795 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10796echo "${ECHO_T}$ac_ct_CC" >&6
10797else
10798 echo "$as_me:$LINENO: result: no" >&5
10799echo "${ECHO_T}no" >&6
10800fi
10801
10802 CC=$ac_ct_CC
10803else
10804 CC="$ac_cv_prog_CC"
10805fi
10806
10807if test -z "$CC"; then
10808 if test -n "$ac_tool_prefix"; then
10809 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10810set dummy ${ac_tool_prefix}cc; ac_word=$2
10811echo "$as_me:$LINENO: checking for $ac_word" >&5
10812echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10813if test "${ac_cv_prog_CC+set}" = set; then
10814 echo $ECHO_N "(cached) $ECHO_C" >&6
10815else
10816 if test -n "$CC"; then
10817 ac_cv_prog_CC="$CC" # Let the user override the test.
10818else
10819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10820for as_dir in $PATH
10821do
10822 IFS=$as_save_IFS
10823 test -z "$as_dir" && as_dir=.
10824 for ac_exec_ext in '' $ac_executable_extensions; do
10825 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10826 ac_cv_prog_CC="${ac_tool_prefix}cc"
10827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10828 break 2
10829 fi
10830done
10831done
10832
10833fi
10834fi
10835CC=$ac_cv_prog_CC
10836if test -n "$CC"; then
10837 echo "$as_me:$LINENO: result: $CC" >&5
10838echo "${ECHO_T}$CC" >&6
10839else
10840 echo "$as_me:$LINENO: result: no" >&5
10841echo "${ECHO_T}no" >&6
10842fi
10843
10844fi
10845if test -z "$ac_cv_prog_CC"; then
10846 ac_ct_CC=$CC
10847 # Extract the first word of "cc", so it can be a program name with args.
10848set dummy cc; ac_word=$2
10849echo "$as_me:$LINENO: checking for $ac_word" >&5
10850echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10851if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10852 echo $ECHO_N "(cached) $ECHO_C" >&6
10853else
10854 if test -n "$ac_ct_CC"; then
10855 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10856else
10857as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10858for as_dir in $PATH
10859do
10860 IFS=$as_save_IFS
10861 test -z "$as_dir" && as_dir=.
10862 for ac_exec_ext in '' $ac_executable_extensions; do
10863 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10864 ac_cv_prog_ac_ct_CC="cc"
10865 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10866 break 2
10867 fi
10868done
10869done
10870
10871fi
10872fi
10873ac_ct_CC=$ac_cv_prog_ac_ct_CC
10874if test -n "$ac_ct_CC"; then
10875 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10876echo "${ECHO_T}$ac_ct_CC" >&6
10877else
10878 echo "$as_me:$LINENO: result: no" >&5
10879echo "${ECHO_T}no" >&6
10880fi
10881
10882 CC=$ac_ct_CC
10883else
10884 CC="$ac_cv_prog_CC"
10885fi
10886
10887fi
10888if test -z "$CC"; then
10889 # Extract the first word of "cc", so it can be a program name with args.
10890set dummy cc; ac_word=$2
10891echo "$as_me:$LINENO: checking for $ac_word" >&5
10892echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10893if test "${ac_cv_prog_CC+set}" = set; then
10894 echo $ECHO_N "(cached) $ECHO_C" >&6
10895else
10896 if test -n "$CC"; then
10897 ac_cv_prog_CC="$CC" # Let the user override the test.
10898else
10899 ac_prog_rejected=no
10900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10901for as_dir in $PATH
10902do
10903 IFS=$as_save_IFS
10904 test -z "$as_dir" && as_dir=.
10905 for ac_exec_ext in '' $ac_executable_extensions; do
10906 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10907 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10908 ac_prog_rejected=yes
10909 continue
10910 fi
10911 ac_cv_prog_CC="cc"
10912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10913 break 2
10914 fi
10915done
10916done
10917
10918if test $ac_prog_rejected = yes; then
10919 # We found a bogon in the path, so make sure we never use it.
10920 set dummy $ac_cv_prog_CC
10921 shift
10922 if test $# != 0; then
10923 # We chose a different compiler from the bogus one.
10924 # However, it has the same basename, so the bogon will be chosen
10925 # first if we set CC to just the basename; use the full file name.
10926 shift
10927 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10928 fi
10929fi
10930fi
10931fi
10932CC=$ac_cv_prog_CC
10933if test -n "$CC"; then
10934 echo "$as_me:$LINENO: result: $CC" >&5
10935echo "${ECHO_T}$CC" >&6
10936else
10937 echo "$as_me:$LINENO: result: no" >&5
10938echo "${ECHO_T}no" >&6
10939fi
10940
10941fi
10942if test -z "$CC"; then
10943 if test -n "$ac_tool_prefix"; then
10944 for ac_prog in cl
10945 do
10946 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10947set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10948echo "$as_me:$LINENO: checking for $ac_word" >&5
10949echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10950if test "${ac_cv_prog_CC+set}" = set; then
10951 echo $ECHO_N "(cached) $ECHO_C" >&6
10952else
10953 if test -n "$CC"; then
10954 ac_cv_prog_CC="$CC" # Let the user override the test.
10955else
10956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10957for as_dir in $PATH
10958do
10959 IFS=$as_save_IFS
10960 test -z "$as_dir" && as_dir=.
10961 for ac_exec_ext in '' $ac_executable_extensions; do
10962 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10963 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10964 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10965 break 2
10966 fi
10967done
10968done
10969
10970fi
10971fi
10972CC=$ac_cv_prog_CC
10973if test -n "$CC"; then
10974 echo "$as_me:$LINENO: result: $CC" >&5
10975echo "${ECHO_T}$CC" >&6
10976else
10977 echo "$as_me:$LINENO: result: no" >&5
10978echo "${ECHO_T}no" >&6
10979fi
10980
10981 test -n "$CC" && break
10982 done
10983fi
10984if test -z "$CC"; then
10985 ac_ct_CC=$CC
10986 for ac_prog in cl
10987do
10988 # Extract the first word of "$ac_prog", so it can be a program name with args.
10989set dummy $ac_prog; ac_word=$2
10990echo "$as_me:$LINENO: checking for $ac_word" >&5
10991echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10992if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10993 echo $ECHO_N "(cached) $ECHO_C" >&6
10994else
10995 if test -n "$ac_ct_CC"; then
10996 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10997else
10998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10999for as_dir in $PATH
11000do
11001 IFS=$as_save_IFS
11002 test -z "$as_dir" && as_dir=.
11003 for ac_exec_ext in '' $ac_executable_extensions; do
11004 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11005 ac_cv_prog_ac_ct_CC="$ac_prog"
11006 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11007 break 2
11008 fi
11009done
11010done
11011
11012fi
11013fi
11014ac_ct_CC=$ac_cv_prog_ac_ct_CC
11015if test -n "$ac_ct_CC"; then
11016 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11017echo "${ECHO_T}$ac_ct_CC" >&6
11018else
11019 echo "$as_me:$LINENO: result: no" >&5
11020echo "${ECHO_T}no" >&6
11021fi
11022
11023 test -n "$ac_ct_CC" && break
11024done
11025
11026 CC=$ac_ct_CC
11027fi
11028
11029fi
11030
11031
11032test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11033See \`config.log' for more details." >&5
11034echo "$as_me: error: no acceptable C compiler found in \$PATH
11035See \`config.log' for more details." >&2;}
11036 { (exit 1); exit 1; }; }
11037
11038# Provide some information about the compiler.
11039echo "$as_me:$LINENO:" \
11040 "checking for C compiler version" >&5
11041ac_compiler=`set X $ac_compile; echo $2`
11042{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11043 (eval $ac_compiler --version </dev/null >&5) 2>&5
11044 ac_status=$?
11045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11046 (exit $ac_status); }
11047{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11048 (eval $ac_compiler -v </dev/null >&5) 2>&5
11049 ac_status=$?
11050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11051 (exit $ac_status); }
11052{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11053 (eval $ac_compiler -V </dev/null >&5) 2>&5
11054 ac_status=$?
11055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11056 (exit $ac_status); }
11057
11058cat >conftest.$ac_ext <<_ACEOF
11059/* confdefs.h. */
11060_ACEOF
11061cat confdefs.h >>conftest.$ac_ext
11062cat >>conftest.$ac_ext <<_ACEOF
11063/* end confdefs.h. */
11064
11065int
11066main ()
11067{
11068
11069 ;
11070 return 0;
11071}
11072_ACEOF
11073ac_clean_files_save=$ac_clean_files
11074ac_clean_files="$ac_clean_files a.out a.exe b.out"
11075# Try to create an executable without -o first, disregard a.out.
11076# It will help us diagnose broken compilers, and finding out an intuition
11077# of exeext.
ac1cb8d3
VS
11078echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11079echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
a848cd7e
SC
11080ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11081if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11082 (eval $ac_link_default) 2>&5
11083 ac_status=$?
11084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); }; then
11086 # Find the output, starting from the most likely. This scheme is
11087# not robust to junk in `.', hence go to wildcards (a.*) only as a last
11088# resort.
11089
11090# Be careful to initialize this variable, since it used to be cached.
11091# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11092ac_cv_exeext=
11093# b.out is created by i960 compilers.
11094for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
11095do
11096 test -f "$ac_file" || continue
11097 case $ac_file in
11098 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
ac1cb8d3 11099 ;;
a848cd7e 11100 conftest.$ac_ext )
ac1cb8d3
VS
11101 # This is the source file.
11102 ;;
a848cd7e 11103 [ab].out )
ac1cb8d3
VS
11104 # We found the default executable, but exeext='' is most
11105 # certainly right.
11106 break;;
a848cd7e 11107 *.* )
ac1cb8d3
VS
11108 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11109 # FIXME: I believe we export ac_cv_exeext for Libtool,
11110 # but it would be cool to find out if it's true. Does anybody
11111 # maintain Libtool? --akim.
11112 export ac_cv_exeext
11113 break;;
a848cd7e 11114 * )
ac1cb8d3 11115 break;;
a848cd7e
SC
11116 esac
11117done
11118else
11119 echo "$as_me: failed program was:" >&5
11120sed 's/^/| /' conftest.$ac_ext >&5
11121
11122{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
11123See \`config.log' for more details." >&5
11124echo "$as_me: error: C compiler cannot create executables
11125See \`config.log' for more details." >&2;}
11126 { (exit 77); exit 77; }; }
11127fi
11128
11129ac_exeext=$ac_cv_exeext
11130echo "$as_me:$LINENO: result: $ac_file" >&5
11131echo "${ECHO_T}$ac_file" >&6
11132
11133# Check the compiler produces executables we can run. If not, either
11134# the compiler is broken, or we cross compile.
11135echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11136echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11137# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11138# If not cross compiling, check that we can run a simple program.
11139if test "$cross_compiling" != yes; then
11140 if { ac_try='./$ac_file'
11141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11142 (eval $ac_try) 2>&5
11143 ac_status=$?
11144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11145 (exit $ac_status); }; }; then
11146 cross_compiling=no
11147 else
11148 if test "$cross_compiling" = maybe; then
11149 cross_compiling=yes
11150 else
11151 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11152If you meant to cross compile, use \`--host'.
11153See \`config.log' for more details." >&5
11154echo "$as_me: error: cannot run C compiled programs.
11155If you meant to cross compile, use \`--host'.
11156See \`config.log' for more details." >&2;}
11157 { (exit 1); exit 1; }; }
11158 fi
11159 fi
11160fi
11161echo "$as_me:$LINENO: result: yes" >&5
11162echo "${ECHO_T}yes" >&6
11163
11164rm -f a.out a.exe conftest$ac_cv_exeext b.out
11165ac_clean_files=$ac_clean_files_save
11166# Check the compiler produces executables we can run. If not, either
11167# the compiler is broken, or we cross compile.
11168echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11169echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11170echo "$as_me:$LINENO: result: $cross_compiling" >&5
11171echo "${ECHO_T}$cross_compiling" >&6
11172
11173echo "$as_me:$LINENO: checking for suffix of executables" >&5
11174echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11175if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11176 (eval $ac_link) 2>&5
11177 ac_status=$?
11178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11179 (exit $ac_status); }; then
11180 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11181# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11182# work properly (i.e., refer to `conftest.exe'), while it won't with
11183# `rm'.
11184for ac_file in conftest.exe conftest conftest.*; do
11185 test -f "$ac_file" || continue
11186 case $ac_file in
11187 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11188 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ac1cb8d3
VS
11189 export ac_cv_exeext
11190 break;;
a848cd7e
SC
11191 * ) break;;
11192 esac
11193done
11194else
11195 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11196See \`config.log' for more details." >&5
11197echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11198See \`config.log' for more details." >&2;}
11199 { (exit 1); exit 1; }; }
11200fi
11201
11202rm -f conftest$ac_cv_exeext
11203echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11204echo "${ECHO_T}$ac_cv_exeext" >&6
11205
11206rm -f conftest.$ac_ext
11207EXEEXT=$ac_cv_exeext
11208ac_exeext=$EXEEXT
11209echo "$as_me:$LINENO: checking for suffix of object files" >&5
11210echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11211if test "${ac_cv_objext+set}" = set; then
11212 echo $ECHO_N "(cached) $ECHO_C" >&6
11213else
11214 cat >conftest.$ac_ext <<_ACEOF
11215/* confdefs.h. */
11216_ACEOF
11217cat confdefs.h >>conftest.$ac_ext
11218cat >>conftest.$ac_ext <<_ACEOF
11219/* end confdefs.h. */
11220
11221int
11222main ()
11223{
11224
11225 ;
11226 return 0;
11227}
11228_ACEOF
11229rm -f conftest.o conftest.obj
11230if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11231 (eval $ac_compile) 2>&5
11232 ac_status=$?
11233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11234 (exit $ac_status); }; then
11235 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11236 case $ac_file in
11237 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11238 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11239 break;;
11240 esac
11241done
11242else
11243 echo "$as_me: failed program was:" >&5
11244sed 's/^/| /' conftest.$ac_ext >&5
11245
11246{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11247See \`config.log' for more details." >&5
11248echo "$as_me: error: cannot compute suffix of object files: cannot compile
11249See \`config.log' for more details." >&2;}
11250 { (exit 1); exit 1; }; }
11251fi
11252
11253rm -f conftest.$ac_cv_objext conftest.$ac_ext
11254fi
11255echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11256echo "${ECHO_T}$ac_cv_objext" >&6
11257OBJEXT=$ac_cv_objext
11258ac_objext=$OBJEXT
11259echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11260echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11261if test "${ac_cv_c_compiler_gnu+set}" = set; then
11262 echo $ECHO_N "(cached) $ECHO_C" >&6
11263else
11264 cat >conftest.$ac_ext <<_ACEOF
11265/* confdefs.h. */
11266_ACEOF
11267cat confdefs.h >>conftest.$ac_ext
11268cat >>conftest.$ac_ext <<_ACEOF
11269/* end confdefs.h. */
11270
11271int
11272main ()
11273{
11274#ifndef __GNUC__
11275 choke me
11276#endif
11277
11278 ;
11279 return 0;
11280}
11281_ACEOF
11282rm -f conftest.$ac_objext
11283if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11284 (eval $ac_compile) 2>conftest.er1
a848cd7e 11285 ac_status=$?
ac1cb8d3
VS
11286 grep -v '^ *+' conftest.er1 >conftest.err
11287 rm -f conftest.er1
11288 cat conftest.err >&5
a848cd7e
SC
11289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11290 (exit $ac_status); } &&
6ebeb4c7 11291 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11293 (eval $ac_try) 2>&5
11294 ac_status=$?
11295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11296 (exit $ac_status); }; } &&
11297 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11299 (eval $ac_try) 2>&5
11300 ac_status=$?
11301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11302 (exit $ac_status); }; }; then
11303 ac_compiler_gnu=yes
11304else
11305 echo "$as_me: failed program was:" >&5
11306sed 's/^/| /' conftest.$ac_ext >&5
11307
11308ac_compiler_gnu=no
11309fi
ac1cb8d3 11310rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11311ac_cv_c_compiler_gnu=$ac_compiler_gnu
11312
11313fi
11314echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11315echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11316GCC=`test $ac_compiler_gnu = yes && echo yes`
11317ac_test_CFLAGS=${CFLAGS+set}
11318ac_save_CFLAGS=$CFLAGS
9122d155 11319CFLAGS="-g"
a848cd7e
SC
11320echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11321echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11322if test "${ac_cv_prog_cc_g+set}" = set; then
11323 echo $ECHO_N "(cached) $ECHO_C" >&6
11324else
11325 cat >conftest.$ac_ext <<_ACEOF
11326/* confdefs.h. */
11327_ACEOF
11328cat confdefs.h >>conftest.$ac_ext
11329cat >>conftest.$ac_ext <<_ACEOF
11330/* end confdefs.h. */
11331
11332int
11333main ()
11334{
11335
11336 ;
11337 return 0;
11338}
11339_ACEOF
11340rm -f conftest.$ac_objext
11341if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11342 (eval $ac_compile) 2>conftest.er1
a848cd7e 11343 ac_status=$?
ac1cb8d3
VS
11344 grep -v '^ *+' conftest.er1 >conftest.err
11345 rm -f conftest.er1
11346 cat conftest.err >&5
a848cd7e
SC
11347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11348 (exit $ac_status); } &&
6ebeb4c7 11349 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11351 (eval $ac_try) 2>&5
11352 ac_status=$?
11353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354 (exit $ac_status); }; } &&
11355 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11357 (eval $ac_try) 2>&5
11358 ac_status=$?
11359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11360 (exit $ac_status); }; }; then
11361 ac_cv_prog_cc_g=yes
11362else
11363 echo "$as_me: failed program was:" >&5
11364sed 's/^/| /' conftest.$ac_ext >&5
11365
11366ac_cv_prog_cc_g=no
11367fi
ac1cb8d3 11368rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11369fi
11370echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11371echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11372if test "$ac_test_CFLAGS" = set; then
11373 CFLAGS=$ac_save_CFLAGS
11374elif test $ac_cv_prog_cc_g = yes; then
11375 if test "$GCC" = yes; then
11376 CFLAGS="-g -O2"
11377 else
11378 CFLAGS="-g"
11379 fi
11380else
11381 if test "$GCC" = yes; then
11382 CFLAGS="-O2"
11383 else
11384 CFLAGS=
11385 fi
11386fi
11387echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11388echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11389if test "${ac_cv_prog_cc_stdc+set}" = set; then
11390 echo $ECHO_N "(cached) $ECHO_C" >&6
11391else
11392 ac_cv_prog_cc_stdc=no
11393ac_save_CC=$CC
11394cat >conftest.$ac_ext <<_ACEOF
11395/* confdefs.h. */
11396_ACEOF
11397cat confdefs.h >>conftest.$ac_ext
11398cat >>conftest.$ac_ext <<_ACEOF
11399/* end confdefs.h. */
11400#include <stdarg.h>
11401#include <stdio.h>
11402#include <sys/types.h>
11403#include <sys/stat.h>
11404/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11405struct buf { int x; };
11406FILE * (*rcsopen) (struct buf *, struct stat *, int);
11407static char *e (p, i)
11408 char **p;
11409 int i;
11410{
11411 return p[i];
11412}
11413static char *f (char * (*g) (char **, int), char **p, ...)
11414{
11415 char *s;
11416 va_list v;
11417 va_start (v,p);
11418 s = g (p, va_arg (v,int));
11419 va_end (v);
11420 return s;
11421}
ac1cb8d3
VS
11422
11423/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11424 function prototypes and stuff, but not '\xHH' hex character constants.
11425 These don't provoke an error unfortunately, instead are silently treated
11426 as 'x'. The following induces an error, until -std1 is added to get
11427 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11428 array size at least. It's necessary to write '\x00'==0 to get something
11429 that's true only with -std1. */
11430int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11431
a848cd7e
SC
11432int test (int i, double x);
11433struct s1 {int (*f) (int a);};
11434struct s2 {int (*f) (double a);};
11435int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11436int argc;
11437char **argv;
11438int
11439main ()
11440{
11441return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11442 ;
11443 return 0;
11444}
11445_ACEOF
11446# Don't try gcc -ansi; that turns off useful extensions and
11447# breaks some systems' header files.
11448# AIX -qlanglvl=ansi
11449# Ultrix and OSF/1 -std1
11450# HP-UX 10.20 and later -Ae
11451# HP-UX older versions -Aa -D_HPUX_SOURCE
11452# SVR4 -Xc -D__EXTENSIONS__
11453for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11454do
11455 CC="$ac_save_CC $ac_arg"
11456 rm -f conftest.$ac_objext
11457if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11458 (eval $ac_compile) 2>conftest.er1
a848cd7e 11459 ac_status=$?
ac1cb8d3
VS
11460 grep -v '^ *+' conftest.er1 >conftest.err
11461 rm -f conftest.er1
11462 cat conftest.err >&5
a848cd7e
SC
11463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11464 (exit $ac_status); } &&
6ebeb4c7 11465 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11467 (eval $ac_try) 2>&5
11468 ac_status=$?
11469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11470 (exit $ac_status); }; } &&
11471 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11473 (eval $ac_try) 2>&5
11474 ac_status=$?
11475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11476 (exit $ac_status); }; }; then
11477 ac_cv_prog_cc_stdc=$ac_arg
11478break
11479else
11480 echo "$as_me: failed program was:" >&5
11481sed 's/^/| /' conftest.$ac_ext >&5
11482
11483fi
ac1cb8d3 11484rm -f conftest.err conftest.$ac_objext
a848cd7e
SC
11485done
11486rm -f conftest.$ac_ext conftest.$ac_objext
11487CC=$ac_save_CC
11488
11489fi
11490
11491case "x$ac_cv_prog_cc_stdc" in
11492 x|xno)
11493 echo "$as_me:$LINENO: result: none needed" >&5
11494echo "${ECHO_T}none needed" >&6 ;;
11495 *)
11496 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11497echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11498 CC="$CC $ac_cv_prog_cc_stdc" ;;
11499esac
11500
11501# Some people use a C++ compiler to compile C. Since we use `exit',
11502# in C++ we need to declare it. In case someone uses the same compiler
11503# for both compiling C and C++ we need to have the C++ compiler decide
11504# the declaration of exit, since it's the most demanding environment.
11505cat >conftest.$ac_ext <<_ACEOF
11506#ifndef __cplusplus
11507 choke me
11508#endif
11509_ACEOF
11510rm -f conftest.$ac_objext
11511if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11512 (eval $ac_compile) 2>conftest.er1
a848cd7e 11513 ac_status=$?
ac1cb8d3
VS
11514 grep -v '^ *+' conftest.er1 >conftest.err
11515 rm -f conftest.er1
11516 cat conftest.err >&5
a848cd7e
SC
11517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11518 (exit $ac_status); } &&
6ebeb4c7 11519 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11521 (eval $ac_try) 2>&5
11522 ac_status=$?
11523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11524 (exit $ac_status); }; } &&
11525 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11527 (eval $ac_try) 2>&5
11528 ac_status=$?
11529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11530 (exit $ac_status); }; }; then
11531 for ac_declaration in \
ac1cb8d3 11532 '' \
a848cd7e
SC
11533 'extern "C" void std::exit (int) throw (); using std::exit;' \
11534 'extern "C" void std::exit (int); using std::exit;' \
11535 'extern "C" void exit (int) throw ();' \
11536 'extern "C" void exit (int);' \
11537 'void exit (int);'
11538do
11539 cat >conftest.$ac_ext <<_ACEOF
11540/* confdefs.h. */
11541_ACEOF
11542cat confdefs.h >>conftest.$ac_ext
11543cat >>conftest.$ac_ext <<_ACEOF
11544/* end confdefs.h. */
de59c161 11545$ac_declaration
ac1cb8d3 11546#include <stdlib.h>
a848cd7e
SC
11547int
11548main ()
11549{
11550exit (42);
11551 ;
11552 return 0;
11553}
11554_ACEOF
11555rm -f conftest.$ac_objext
11556if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11557 (eval $ac_compile) 2>conftest.er1
a848cd7e 11558 ac_status=$?
ac1cb8d3
VS
11559 grep -v '^ *+' conftest.er1 >conftest.err
11560 rm -f conftest.er1
11561 cat conftest.err >&5
a848cd7e
SC
11562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11563 (exit $ac_status); } &&
6ebeb4c7 11564 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11566 (eval $ac_try) 2>&5
11567 ac_status=$?
11568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11569 (exit $ac_status); }; } &&
11570 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11572 (eval $ac_try) 2>&5
11573 ac_status=$?
11574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11575 (exit $ac_status); }; }; then
11576 :
11577else
11578 echo "$as_me: failed program was:" >&5
11579sed 's/^/| /' conftest.$ac_ext >&5
11580
11581continue
11582fi
ac1cb8d3 11583rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11584 cat >conftest.$ac_ext <<_ACEOF
11585/* confdefs.h. */
11586_ACEOF
11587cat confdefs.h >>conftest.$ac_ext
11588cat >>conftest.$ac_ext <<_ACEOF
11589/* end confdefs.h. */
11590$ac_declaration
11591int
11592main ()
11593{
11594exit (42);
11595 ;
11596 return 0;
11597}
11598_ACEOF
11599rm -f conftest.$ac_objext
11600if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 11601 (eval $ac_compile) 2>conftest.er1
a848cd7e 11602 ac_status=$?
ac1cb8d3
VS
11603 grep -v '^ *+' conftest.er1 >conftest.err
11604 rm -f conftest.er1
11605 cat conftest.err >&5
a848cd7e
SC
11606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11607 (exit $ac_status); } &&
6ebeb4c7 11608 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
11609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11610 (eval $ac_try) 2>&5
11611 ac_status=$?
11612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11613 (exit $ac_status); }; } &&
11614 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
11615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11616 (eval $ac_try) 2>&5
11617 ac_status=$?
11618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11619 (exit $ac_status); }; }; then
11620 break
11621else
11622 echo "$as_me: failed program was:" >&5
11623sed 's/^/| /' conftest.$ac_ext >&5
11624
11625fi
ac1cb8d3 11626rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11627done
11628rm -f conftest*
11629if test -n "$ac_declaration"; then
11630 echo '#ifdef __cplusplus' >>confdefs.h
11631 echo $ac_declaration >>confdefs.h
11632 echo '#endif' >>confdefs.h
11633fi
11634
11635else
11636 echo "$as_me: failed program was:" >&5
11637sed 's/^/| /' conftest.$ac_ext >&5
11638
11639fi
ac1cb8d3 11640rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
11641ac_ext=c
11642ac_cpp='$CPP $CPPFLAGS'
11643ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11644ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11645ac_compiler_gnu=$ac_cv_c_compiler_gnu
11646
6dcfc289 11647 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
480ccd21
DE
11648echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11649if test "${wx_cv_c_exto+set}" = set; then
11650 echo $ECHO_N "(cached) $ECHO_C" >&6
11651else
11652 cat >conftest.$ac_ext <<_ACEOF
11653/* confdefs.h. */
11654_ACEOF
11655cat confdefs.h >>conftest.$ac_ext
11656cat >>conftest.$ac_ext <<_ACEOF
11657/* end confdefs.h. */
11658
11659int
11660main ()
11661{
11662
11663 ;
11664 return 0;
11665}
11666_ACEOF
11667rm -f conftest.$ac_objext conftest.$ac_ext.o
11668if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11669 (eval $ac_compile) 2>&5
11670 ac_status=$?
11671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11672 (exit $ac_status); }; then
11673 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11674 case $ac_file in
11675 conftest.$ac_ext.o)
11676 wx_cv_c_exto="-ext o"
11677 ;;
11678 *)
11679 ;;
11680 esac
11681done
11682else
11683 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11684See \`config.log' for more details." >&5
11685echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11686See \`config.log' for more details." >&2;}
11687 { (exit 1); exit 1; }; }
11688
11689fi
11690
11691rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11692
11693fi
11694echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11695echo "${ECHO_T}$wx_cv_c_exto" >&6
11696if test "x$wx_cv_c_exto" '!=' "x"; then
11697 if test "c" = "c"; then
11698 CFLAGS="$wx_cv_c_exto $CFLAGS"
11699 fi
11700 if test "c" = "cxx"; then
11701 CXXFLAGS="$wx_cv_c_exto $CXXFLAGS"
11702 fi
11703fi
11704
6dcfc289
DE
11705 if test "x$wx_cv_c_exto" '!=' "x"; then
11706 unset ac_cv_prog_cc_g
11707 ac_test_CFLAGS=${CFLAGS+set}
480ccd21 11708ac_save_CFLAGS=$CFLAGS
9122d155 11709CFLAGS="-g"
480ccd21
DE
11710echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11711echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11712if test "${ac_cv_prog_cc_g+set}" = set; then
11713 echo $ECHO_N "(cached) $ECHO_C" >&6
11714else
11715 cat >conftest.$ac_ext <<_ACEOF
11716/* confdefs.h. */
11717_ACEOF
11718cat confdefs.h >>conftest.$ac_ext
11719cat >>conftest.$ac_ext <<_ACEOF
11720/* end confdefs.h. */
11721
11722int
11723main ()
11724{
11725
11726 ;
11727 return 0;
11728}
11729_ACEOF
11730rm -f conftest.$ac_objext
11731if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11732 (eval $ac_compile) 2>conftest.er1
11733 ac_status=$?
11734 grep -v '^ *+' conftest.er1 >conftest.err
11735 rm -f conftest.er1
11736 cat conftest.err >&5
11737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11738 (exit $ac_status); } &&
6ebeb4c7 11739 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
480ccd21
DE
11740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11741 (eval $ac_try) 2>&5
11742 ac_status=$?
11743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11744 (exit $ac_status); }; } &&
11745 { ac_try='test -s conftest.$ac_objext'
11746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11747 (eval $ac_try) 2>&5
11748 ac_status=$?
11749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11750 (exit $ac_status); }; }; then
11751 ac_cv_prog_cc_g=yes
11752else
11753 echo "$as_me: failed program was:" >&5
11754sed 's/^/| /' conftest.$ac_ext >&5
11755
11756ac_cv_prog_cc_g=no
11757fi
11758rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11759fi
11760echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11761echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11762if test "$ac_test_CFLAGS" = set; then
11763 CFLAGS=$ac_save_CFLAGS
11764elif test $ac_cv_prog_cc_g = yes; then
11765 if test "$GCC" = yes; then
11766 CFLAGS="-g -O2"
11767 else
11768 CFLAGS="-g"
11769 fi
11770else
11771 if test "$GCC" = yes; then
11772 CFLAGS="-O2"
11773 else
11774 CFLAGS=
11775 fi
11776fi
6dcfc289
DE
11777 fi
11778 ac_ext=c
95986553
DE
11779ac_cpp='$CPP $CPPFLAGS'
11780ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11781ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11782ac_compiler_gnu=$ac_cv_c_compiler_gnu
11783
11784echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11785echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11786if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11787 echo $ECHO_N "(cached) $ECHO_C" >&6
11788else
11789 cat >conftest.$ac_ext <<_ACEOF
11790/* confdefs.h. */
11791_ACEOF
11792cat confdefs.h >>conftest.$ac_ext
11793cat >>conftest.$ac_ext <<_ACEOF
11794/* end confdefs.h. */
11795
11796int
11797main ()
11798{
11799#ifndef __MWERKS__
11800 choke me
11801#endif
11802
11803 ;
11804 return 0;
11805}
11806_ACEOF
11807rm -f conftest.$ac_objext
11808if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11809 (eval $ac_compile) 2>conftest.er1
11810 ac_status=$?
11811 grep -v '^ *+' conftest.er1 >conftest.err
11812 rm -f conftest.er1
11813 cat conftest.err >&5
11814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11815 (exit $ac_status); } &&
6ebeb4c7 11816 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
95986553
DE
11817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11818 (eval $ac_try) 2>&5
11819 ac_status=$?
11820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821 (exit $ac_status); }; } &&
11822 { ac_try='test -s conftest.$ac_objext'
11823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11824 (eval $ac_try) 2>&5
11825 ac_status=$?
11826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11827 (exit $ac_status); }; }; then
11828 bakefile_compiler_mwerks=yes
11829else
11830 echo "$as_me: failed program was:" >&5
11831sed 's/^/| /' conftest.$ac_ext >&5
11832
11833bakefile_compiler_mwerks=no
11834fi
11835rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11836 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
11837
11838fi
11839echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11840echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11841
0e6fa1d9 11842MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
95986553
DE
11843ac_ext=c
11844ac_cpp='$CPP $CPPFLAGS'
11845ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11846ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11847ac_compiler_gnu=$ac_cv_c_compiler_gnu
11848
11849
6dcfc289 11850 ac_ext=c
9273ffba
DE
11851ac_cpp='$CPP $CPPFLAGS'
11852ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11853ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11854ac_compiler_gnu=$ac_cv_c_compiler_gnu
11855
11856echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11857echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11858if test "${wx_cv_c_compiler_xlc+set}" = set; then
11859 echo $ECHO_N "(cached) $ECHO_C" >&6
11860else
11861 cat >conftest.$ac_ext <<_ACEOF
11862/* confdefs.h. */
11863_ACEOF
11864cat confdefs.h >>conftest.$ac_ext
11865cat >>conftest.$ac_ext <<_ACEOF
11866/* end confdefs.h. */
11867
11868int
11869main ()
11870{
11871#ifndef __xlC__
11872 choke me
11873#endif
11874
11875 ;
11876 return 0;
11877}
11878_ACEOF
11879rm -f conftest.$ac_objext
11880if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11881 (eval $ac_compile) 2>conftest.er1
11882 ac_status=$?
11883 grep -v '^ *+' conftest.er1 >conftest.err
11884 rm -f conftest.er1
11885 cat conftest.err >&5
11886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11887 (exit $ac_status); } &&
6ebeb4c7 11888 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9273ffba
DE
11889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11890 (eval $ac_try) 2>&5
11891 ac_status=$?
11892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11893 (exit $ac_status); }; } &&
11894 { ac_try='test -s conftest.$ac_objext'
11895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11896 (eval $ac_try) 2>&5
11897 ac_status=$?
11898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11899 (exit $ac_status); }; }; then
11900 wx_compiler_xlc=yes
11901else
11902 echo "$as_me: failed program was:" >&5
11903sed 's/^/| /' conftest.$ac_ext >&5
11904
11905wx_compiler_xlc=no
11906fi
11907rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11908 wx_cv_c_compiler_xlc=$wx_compiler_xlc
11909
11910fi
11911echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11912echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11913
0e6fa1d9 11914XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
9273ffba
DE
11915ac_ext=c
11916ac_cpp='$CPP $CPPFLAGS'
11917ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11918ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11919ac_compiler_gnu=$ac_cv_c_compiler_gnu
11920
11921
a848cd7e 11922
6dcfc289 11923
0ad5d837
VZ
11924 ac_ext=c
11925ac_cpp='$CPP $CPPFLAGS'
11926ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11927ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11928ac_compiler_gnu=$ac_cv_c_compiler_gnu
11929
11930 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
11931echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
11932if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
11933 echo $ECHO_N "(cached) $ECHO_C" >&6
11934else
11935 cat >conftest.$ac_ext <<_ACEOF
11936/* confdefs.h. */
11937_ACEOF
11938cat confdefs.h >>conftest.$ac_ext
11939cat >>conftest.$ac_ext <<_ACEOF
11940/* end confdefs.h. */
11941
11942int
11943main ()
11944{
11945
11946 #ifndef _SGI_COMPILER_VERSION
11947 choke me
11948 #endif
11949
11950 ;
11951 return 0;
11952}
11953_ACEOF
11954rm -f conftest.$ac_objext
11955if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11956 (eval $ac_compile) 2>conftest.er1
11957 ac_status=$?
11958 grep -v '^ *+' conftest.er1 >conftest.err
11959 rm -f conftest.er1
11960 cat conftest.err >&5
11961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11962 (exit $ac_status); } &&
11963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11965 (eval $ac_try) 2>&5
11966 ac_status=$?
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); }; } &&
11969 { ac_try='test -s conftest.$ac_objext'
11970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11971 (eval $ac_try) 2>&5
11972 ac_status=$?
11973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11974 (exit $ac_status); }; }; then
11975 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
11976else
11977 echo "$as_me: failed program was:" >&5
11978sed 's/^/| /' conftest.$ac_ext >&5
11979
11980bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
11981
11982fi
11983rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11984
11985
11986fi
11987echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
11988echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
11989 ac_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
11994
11995 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
11996 :; SGICC=yes
11997 else
11998 :;
11999 fi
12000
12001
12002
12003
a9e5b1f0
MW
12004 ac_ext=c
12005ac_cpp='$CPP $CPPFLAGS'
12006ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12007ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12008ac_compiler_gnu=$ac_cv_c_compiler_gnu
12009
12010 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
12011echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
12012if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
12013 echo $ECHO_N "(cached) $ECHO_C" >&6
12014else
12015 cat >conftest.$ac_ext <<_ACEOF
12016/* confdefs.h. */
12017_ACEOF
12018cat confdefs.h >>conftest.$ac_ext
12019cat >>conftest.$ac_ext <<_ACEOF
12020/* end confdefs.h. */
12021
12022int
12023main ()
12024{
12025
12026 #ifndef __SUNPRO_C
12027 choke me
12028 #endif
12029
12030 ;
12031 return 0;
12032}
12033_ACEOF
12034rm -f conftest.$ac_objext
12035if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12036 (eval $ac_compile) 2>conftest.er1
12037 ac_status=$?
12038 grep -v '^ *+' conftest.er1 >conftest.err
12039 rm -f conftest.er1
12040 cat conftest.err >&5
12041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12042 (exit $ac_status); } &&
6ebeb4c7 12043 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
a9e5b1f0
MW
12044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12045 (eval $ac_try) 2>&5
12046 ac_status=$?
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; } &&
12049 { ac_try='test -s conftest.$ac_objext'
12050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12051 (eval $ac_try) 2>&5
12052 ac_status=$?
12053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 (exit $ac_status); }; }; then
12055 bakefile_cv_c_compiler___SUNPRO_C=yes
12056else
12057 echo "$as_me: failed program was:" >&5
12058sed 's/^/| /' conftest.$ac_ext >&5
12059
12060bakefile_cv_c_compiler___SUNPRO_C=no
12061
12062fi
12063rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12064
12065
12066fi
12067echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
12068echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
12069 ac_ext=c
12070ac_cpp='$CPP $CPPFLAGS'
12071ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12072ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12073ac_compiler_gnu=$ac_cv_c_compiler_gnu
12074
12075 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
12076 :; SUNCC=yes
12077 else
12078 :;
12079 fi
12080
12081
12082
12083
a848cd7e
SC
12084ac_ext=c
12085ac_cpp='$CPP $CPPFLAGS'
12086ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12087ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12088ac_compiler_gnu=$ac_cv_c_compiler_gnu
12089echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12090echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
12091# On Suns, sometimes $CPP names a directory.
12092if test -n "$CPP" && test -d "$CPP"; then
12093 CPP=
12094fi
12095if test -z "$CPP"; then
12096 if test "${ac_cv_prog_CPP+set}" = set; then
12097 echo $ECHO_N "(cached) $ECHO_C" >&6
12098else
12099 # Double quotes because CPP needs to be expanded
12100 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12101 do
12102 ac_preproc_ok=false
12103for ac_c_preproc_warn_flag in '' yes
12104do
12105 # Use a header file that comes with gcc, so configuring glibc
12106 # with a fresh cross-compiler works.
12107 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12108 # <limits.h> exists even on freestanding compilers.
12109 # On the NeXT, cc -E runs the code through the compiler's parser,
12110 # not just through cpp. "Syntax error" is here to catch this case.
12111 cat >conftest.$ac_ext <<_ACEOF
12112/* confdefs.h. */
12113_ACEOF
12114cat confdefs.h >>conftest.$ac_ext
12115cat >>conftest.$ac_ext <<_ACEOF
12116/* end confdefs.h. */
12117#ifdef __STDC__
12118# include <limits.h>
12119#else
12120# include <assert.h>
12121#endif
ac1cb8d3 12122 Syntax error
a848cd7e
SC
12123_ACEOF
12124if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12125 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12126 ac_status=$?
12127 grep -v '^ *+' conftest.er1 >conftest.err
12128 rm -f conftest.er1
12129 cat conftest.err >&5
12130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12131 (exit $ac_status); } >/dev/null; then
12132 if test -s conftest.err; then
12133 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12134 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12135 else
12136 ac_cpp_err=
12137 fi
12138else
12139 ac_cpp_err=yes
12140fi
12141if test -z "$ac_cpp_err"; then
12142 :
12143else
12144 echo "$as_me: failed program was:" >&5
12145sed 's/^/| /' conftest.$ac_ext >&5
12146
12147 # Broken: fails on valid input.
12148continue
12149fi
12150rm -f conftest.err conftest.$ac_ext
12151
12152 # OK, works on sane cases. Now check whether non-existent headers
12153 # can be detected and how.
12154 cat >conftest.$ac_ext <<_ACEOF
12155/* confdefs.h. */
12156_ACEOF
12157cat confdefs.h >>conftest.$ac_ext
12158cat >>conftest.$ac_ext <<_ACEOF
12159/* end confdefs.h. */
12160#include <ac_nonexistent.h>
12161_ACEOF
12162if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12163 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12164 ac_status=$?
12165 grep -v '^ *+' conftest.er1 >conftest.err
12166 rm -f conftest.er1
12167 cat conftest.err >&5
12168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12169 (exit $ac_status); } >/dev/null; then
12170 if test -s conftest.err; then
12171 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12172 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12173 else
12174 ac_cpp_err=
12175 fi
12176else
12177 ac_cpp_err=yes
12178fi
12179if test -z "$ac_cpp_err"; then
12180 # Broken: success on invalid input.
12181continue
12182else
12183 echo "$as_me: failed program was:" >&5
12184sed 's/^/| /' conftest.$ac_ext >&5
12185
12186 # Passes both tests.
12187ac_preproc_ok=:
12188break
12189fi
12190rm -f conftest.err conftest.$ac_ext
12191
12192done
12193# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12194rm -f conftest.err conftest.$ac_ext
12195if $ac_preproc_ok; then
12196 break
12197fi
12198
12199 done
12200 ac_cv_prog_CPP=$CPP
12201
12202fi
12203 CPP=$ac_cv_prog_CPP
12204else
12205 ac_cv_prog_CPP=$CPP
12206fi
12207echo "$as_me:$LINENO: result: $CPP" >&5
12208echo "${ECHO_T}$CPP" >&6
12209ac_preproc_ok=false
12210for ac_c_preproc_warn_flag in '' yes
12211do
12212 # Use a header file that comes with gcc, so configuring glibc
12213 # with a fresh cross-compiler works.
12214 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12215 # <limits.h> exists even on freestanding compilers.
12216 # On the NeXT, cc -E runs the code through the compiler's parser,
12217 # not just through cpp. "Syntax error" is here to catch this case.
12218 cat >conftest.$ac_ext <<_ACEOF
12219/* confdefs.h. */
12220_ACEOF
12221cat confdefs.h >>conftest.$ac_ext
12222cat >>conftest.$ac_ext <<_ACEOF
12223/* end confdefs.h. */
12224#ifdef __STDC__
12225# include <limits.h>
12226#else
12227# include <assert.h>
12228#endif
ac1cb8d3 12229 Syntax error
a848cd7e
SC
12230_ACEOF
12231if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12232 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12233 ac_status=$?
12234 grep -v '^ *+' conftest.er1 >conftest.err
12235 rm -f conftest.er1
12236 cat conftest.err >&5
12237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12238 (exit $ac_status); } >/dev/null; then
12239 if test -s conftest.err; then
12240 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12241 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12242 else
12243 ac_cpp_err=
12244 fi
12245else
12246 ac_cpp_err=yes
12247fi
12248if test -z "$ac_cpp_err"; then
12249 :
12250else
12251 echo "$as_me: failed program was:" >&5
12252sed 's/^/| /' conftest.$ac_ext >&5
12253
12254 # Broken: fails on valid input.
12255continue
12256fi
12257rm -f conftest.err conftest.$ac_ext
12258
12259 # OK, works on sane cases. Now check whether non-existent headers
12260 # can be detected and how.
12261 cat >conftest.$ac_ext <<_ACEOF
12262/* confdefs.h. */
12263_ACEOF
12264cat confdefs.h >>conftest.$ac_ext
12265cat >>conftest.$ac_ext <<_ACEOF
12266/* end confdefs.h. */
12267#include <ac_nonexistent.h>
12268_ACEOF
12269if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12270 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12271 ac_status=$?
12272 grep -v '^ *+' conftest.er1 >conftest.err
12273 rm -f conftest.er1
12274 cat conftest.err >&5
12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12276 (exit $ac_status); } >/dev/null; then
12277 if test -s conftest.err; then
12278 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12279 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12280 else
12281 ac_cpp_err=
12282 fi
12283else
12284 ac_cpp_err=yes
12285fi
12286if test -z "$ac_cpp_err"; then
12287 # Broken: success on invalid input.
12288continue
12289else
12290 echo "$as_me: failed program was:" >&5
12291sed 's/^/| /' conftest.$ac_ext >&5
12292
12293 # Passes both tests.
12294ac_preproc_ok=:
12295break
12296fi
12297rm -f conftest.err conftest.$ac_ext
12298
12299done
12300# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12301rm -f conftest.err conftest.$ac_ext
12302if $ac_preproc_ok; then
12303 :
12304else
12305 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12306See \`config.log' for more details." >&5
12307echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12308See \`config.log' for more details." >&2;}
12309 { (exit 1); exit 1; }; }
12310fi
12311
12312ac_ext=c
12313ac_cpp='$CPP $CPPFLAGS'
12314ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12315ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12316ac_compiler_gnu=$ac_cv_c_compiler_gnu
12317
12318
12319echo "$as_me:$LINENO: checking for egrep" >&5
12320echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12321if test "${ac_cv_prog_egrep+set}" = set; then
12322 echo $ECHO_N "(cached) $ECHO_C" >&6
12323else
12324 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12325 then ac_cv_prog_egrep='grep -E'
12326 else ac_cv_prog_egrep='egrep'
12327 fi
12328fi
12329echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12330echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12331 EGREP=$ac_cv_prog_egrep
12332
12333
12334if test $ac_cv_c_compiler_gnu = yes; then
12335 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12336echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12337if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12338 echo $ECHO_N "(cached) $ECHO_C" >&6
12339else
12340 ac_pattern="Autoconf.*'x'"
12341 cat >conftest.$ac_ext <<_ACEOF
12342/* confdefs.h. */
12343_ACEOF
12344cat confdefs.h >>conftest.$ac_ext
12345cat >>conftest.$ac_ext <<_ACEOF
12346/* end confdefs.h. */
12347#include <sgtty.h>
12348Autoconf TIOCGETP
12349_ACEOF
12350if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12351 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12352 ac_cv_prog_gcc_traditional=yes
12353else
12354 ac_cv_prog_gcc_traditional=no
12355fi
12356rm -f conftest*
12357
12358
12359 if test $ac_cv_prog_gcc_traditional = no; then
12360 cat >conftest.$ac_ext <<_ACEOF
12361/* confdefs.h. */
12362_ACEOF
12363cat confdefs.h >>conftest.$ac_ext
12364cat >>conftest.$ac_ext <<_ACEOF
12365/* end confdefs.h. */
12366#include <termio.h>
12367Autoconf TCGETA
12368_ACEOF
12369if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12370 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12371 ac_cv_prog_gcc_traditional=yes
12372fi
12373rm -f conftest*
12374
12375 fi
12376fi
12377echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12378echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12379 if test $ac_cv_prog_gcc_traditional = yes; then
12380 CC="$CC -traditional"
12381 fi
12382fi
12383
12384
12385
12386
12387ac_ext=cc
12388ac_cpp='$CXXCPP $CPPFLAGS'
12389ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12390ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12391ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12392
12393
12394CXXFLAGS=${CXXFLAGS:=}
6dcfc289
DE
12395
12396
12397 ac_ext=cc
a848cd7e
SC
12398ac_cpp='$CXXCPP $CPPFLAGS'
12399ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12400ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12401ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12402if test -n "$ac_tool_prefix"; then
12403 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12404 do
12405 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12406set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12407echo "$as_me:$LINENO: checking for $ac_word" >&5
12408echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12409if test "${ac_cv_prog_CXX+set}" = set; then
12410 echo $ECHO_N "(cached) $ECHO_C" >&6
12411else
12412 if test -n "$CXX"; then
12413 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12414else
12415as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12416for as_dir in $PATH
12417do
12418 IFS=$as_save_IFS
12419 test -z "$as_dir" && as_dir=.
12420 for ac_exec_ext in '' $ac_executable_extensions; do
12421 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12422 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12423 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12424 break 2
12425 fi
12426done
12427done
12428
12429fi
12430fi
12431CXX=$ac_cv_prog_CXX
12432if test -n "$CXX"; then
12433 echo "$as_me:$LINENO: result: $CXX" >&5
12434echo "${ECHO_T}$CXX" >&6
12435else
12436 echo "$as_me:$LINENO: result: no" >&5
12437echo "${ECHO_T}no" >&6
12438fi
12439
12440 test -n "$CXX" && break
12441 done
12442fi
12443if test -z "$CXX"; then
12444 ac_ct_CXX=$CXX
12445 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12446do
12447 # Extract the first word of "$ac_prog", so it can be a program name with args.
12448set dummy $ac_prog; ac_word=$2
12449echo "$as_me:$LINENO: checking for $ac_word" >&5
12450echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12451if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12452 echo $ECHO_N "(cached) $ECHO_C" >&6
12453else
12454 if test -n "$ac_ct_CXX"; then
12455 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12456else
12457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12458for as_dir in $PATH
12459do
12460 IFS=$as_save_IFS
12461 test -z "$as_dir" && as_dir=.
12462 for ac_exec_ext in '' $ac_executable_extensions; do
12463 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12464 ac_cv_prog_ac_ct_CXX="$ac_prog"
12465 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12466 break 2
12467 fi
12468done
12469done
12470
12471fi
12472fi
12473ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12474if test -n "$ac_ct_CXX"; then
12475 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12476echo "${ECHO_T}$ac_ct_CXX" >&6
12477else
12478 echo "$as_me:$LINENO: result: no" >&5
12479echo "${ECHO_T}no" >&6
12480fi
12481
12482 test -n "$ac_ct_CXX" && break
12483done
12484test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12485
12486 CXX=$ac_ct_CXX
12487fi
12488
12489
12490# Provide some information about the compiler.
12491echo "$as_me:$LINENO:" \
12492 "checking for C++ compiler version" >&5
12493ac_compiler=`set X $ac_compile; echo $2`
12494{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12495 (eval $ac_compiler --version </dev/null >&5) 2>&5
12496 ac_status=$?
12497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12498 (exit $ac_status); }
12499{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12500 (eval $ac_compiler -v </dev/null >&5) 2>&5
12501 ac_status=$?
12502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12503 (exit $ac_status); }
12504{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12505 (eval $ac_compiler -V </dev/null >&5) 2>&5
12506 ac_status=$?
12507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12508 (exit $ac_status); }
12509
12510echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12511echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12512if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12513 echo $ECHO_N "(cached) $ECHO_C" >&6
12514else
12515 cat >conftest.$ac_ext <<_ACEOF
12516/* confdefs.h. */
12517_ACEOF
12518cat confdefs.h >>conftest.$ac_ext
12519cat >>conftest.$ac_ext <<_ACEOF
12520/* end confdefs.h. */
12521
12522int
12523main ()
12524{
12525#ifndef __GNUC__
12526 choke me
12527#endif
12528
12529 ;
12530 return 0;
12531}
12532_ACEOF
12533rm -f conftest.$ac_objext
12534if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12535 (eval $ac_compile) 2>conftest.er1
a848cd7e 12536 ac_status=$?
ac1cb8d3
VS
12537 grep -v '^ *+' conftest.er1 >conftest.err
12538 rm -f conftest.er1
12539 cat conftest.err >&5
a848cd7e
SC
12540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12541 (exit $ac_status); } &&
6ebeb4c7 12542 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12544 (eval $ac_try) 2>&5
12545 ac_status=$?
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); }; } &&
12548 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5
12551 ac_status=$?
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; }; then
12554 ac_compiler_gnu=yes
12555else
12556 echo "$as_me: failed program was:" >&5
12557sed 's/^/| /' conftest.$ac_ext >&5
12558
12559ac_compiler_gnu=no
12560fi
ac1cb8d3 12561rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12562ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
12563
12564fi
12565echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12566echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12567GXX=`test $ac_compiler_gnu = yes && echo yes`
12568ac_test_CXXFLAGS=${CXXFLAGS+set}
12569ac_save_CXXFLAGS=$CXXFLAGS
12570CXXFLAGS="-g"
12571echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12572echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12573if test "${ac_cv_prog_cxx_g+set}" = set; then
12574 echo $ECHO_N "(cached) $ECHO_C" >&6
12575else
12576 cat >conftest.$ac_ext <<_ACEOF
12577/* confdefs.h. */
12578_ACEOF
12579cat confdefs.h >>conftest.$ac_ext
12580cat >>conftest.$ac_ext <<_ACEOF
12581/* end confdefs.h. */
12582
12583int
12584main ()
12585{
12586
12587 ;
12588 return 0;
12589}
12590_ACEOF
12591rm -f conftest.$ac_objext
12592if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12593 (eval $ac_compile) 2>conftest.er1
a848cd7e 12594 ac_status=$?
ac1cb8d3
VS
12595 grep -v '^ *+' conftest.er1 >conftest.err
12596 rm -f conftest.er1
12597 cat conftest.err >&5
a848cd7e
SC
12598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12599 (exit $ac_status); } &&
6ebeb4c7 12600 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12602 (eval $ac_try) 2>&5
12603 ac_status=$?
12604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12605 (exit $ac_status); }; } &&
12606 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12608 (eval $ac_try) 2>&5
12609 ac_status=$?
12610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12611 (exit $ac_status); }; }; then
12612 ac_cv_prog_cxx_g=yes
12613else
12614 echo "$as_me: failed program was:" >&5
12615sed 's/^/| /' conftest.$ac_ext >&5
12616
12617ac_cv_prog_cxx_g=no
12618fi
ac1cb8d3 12619rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12620fi
12621echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12622echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12623if test "$ac_test_CXXFLAGS" = set; then
12624 CXXFLAGS=$ac_save_CXXFLAGS
12625elif test $ac_cv_prog_cxx_g = yes; then
12626 if test "$GXX" = yes; then
9122d155 12627 CXXFLAGS="-g -O2"
a848cd7e 12628 else
9122d155 12629 CXXFLAGS="-g"
a848cd7e
SC
12630 fi
12631else
12632 if test "$GXX" = yes; then
12633 CXXFLAGS="-O2"
12634 else
12635 CXXFLAGS=
12636 fi
12637fi
12638for ac_declaration in \
ac1cb8d3 12639 '' \
a848cd7e
SC
12640 'extern "C" void std::exit (int) throw (); using std::exit;' \
12641 'extern "C" void std::exit (int); using std::exit;' \
12642 'extern "C" void exit (int) throw ();' \
12643 'extern "C" void exit (int);' \
12644 'void exit (int);'
12645do
12646 cat >conftest.$ac_ext <<_ACEOF
12647/* confdefs.h. */
12648_ACEOF
12649cat confdefs.h >>conftest.$ac_ext
12650cat >>conftest.$ac_ext <<_ACEOF
12651/* end confdefs.h. */
de59c161 12652$ac_declaration
ac1cb8d3 12653#include <stdlib.h>
a848cd7e
SC
12654int
12655main ()
12656{
12657exit (42);
12658 ;
12659 return 0;
12660}
12661_ACEOF
12662rm -f conftest.$ac_objext
12663if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12664 (eval $ac_compile) 2>conftest.er1
a848cd7e 12665 ac_status=$?
ac1cb8d3
VS
12666 grep -v '^ *+' conftest.er1 >conftest.err
12667 rm -f conftest.er1
12668 cat conftest.err >&5
a848cd7e
SC
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); } &&
6ebeb4c7 12671 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12673 (eval $ac_try) 2>&5
12674 ac_status=$?
12675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676 (exit $ac_status); }; } &&
12677 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12679 (eval $ac_try) 2>&5
12680 ac_status=$?
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; }; then
12683 :
12684else
12685 echo "$as_me: failed program was:" >&5
12686sed 's/^/| /' conftest.$ac_ext >&5
12687
12688continue
12689fi
ac1cb8d3 12690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12691 cat >conftest.$ac_ext <<_ACEOF
12692/* confdefs.h. */
12693_ACEOF
12694cat confdefs.h >>conftest.$ac_ext
12695cat >>conftest.$ac_ext <<_ACEOF
12696/* end confdefs.h. */
12697$ac_declaration
12698int
12699main ()
12700{
12701exit (42);
12702 ;
12703 return 0;
12704}
12705_ACEOF
12706rm -f conftest.$ac_objext
12707if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12708 (eval $ac_compile) 2>conftest.er1
a848cd7e 12709 ac_status=$?
ac1cb8d3
VS
12710 grep -v '^ *+' conftest.er1 >conftest.err
12711 rm -f conftest.er1
12712 cat conftest.err >&5
a848cd7e
SC
12713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12714 (exit $ac_status); } &&
6ebeb4c7 12715 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12717 (eval $ac_try) 2>&5
12718 ac_status=$?
12719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12720 (exit $ac_status); }; } &&
12721 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12723 (eval $ac_try) 2>&5
12724 ac_status=$?
12725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12726 (exit $ac_status); }; }; then
12727 break
12728else
12729 echo "$as_me: failed program was:" >&5
12730sed 's/^/| /' conftest.$ac_ext >&5
12731
12732fi
ac1cb8d3 12733rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12734done
12735rm -f conftest*
12736if test -n "$ac_declaration"; then
12737 echo '#ifdef __cplusplus' >>confdefs.h
12738 echo $ac_declaration >>confdefs.h
12739 echo '#endif' >>confdefs.h
12740fi
12741
12742ac_ext=cc
12743ac_cpp='$CXXCPP $CPPFLAGS'
12744ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12745ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12746ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12747
6dcfc289 12748 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
480ccd21
DE
12749echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12750if test "${wx_cv_cxx_exto+set}" = set; then
12751 echo $ECHO_N "(cached) $ECHO_C" >&6
12752else
12753 cat >conftest.$ac_ext <<_ACEOF
12754/* confdefs.h. */
12755_ACEOF
12756cat confdefs.h >>conftest.$ac_ext
12757cat >>conftest.$ac_ext <<_ACEOF
12758/* end confdefs.h. */
12759
12760int
12761main ()
12762{
12763
12764 ;
12765 return 0;
12766}
12767_ACEOF
12768rm -f conftest.$ac_objext conftest.$ac_ext.o
12769if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12770 (eval $ac_compile) 2>&5
12771 ac_status=$?
12772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773 (exit $ac_status); }; then
12774 for ac_file in `(ls conftest.* 2>/dev/null)`; do
12775 case $ac_file in
12776 conftest.$ac_ext.o)
12777 wx_cv_cxx_exto="-ext o"
12778 ;;
12779 *)
12780 ;;
12781 esac
12782done
12783else
12784 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12785See \`config.log' for more details." >&5
12786echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12787See \`config.log' for more details." >&2;}
12788 { (exit 1); exit 1; }; }
12789
12790fi
12791
12792rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
12793
12794fi
12795echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12796echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12797if test "x$wx_cv_cxx_exto" '!=' "x"; then
12798 if test "cxx" = "c"; then
12799 CFLAGS="$wx_cv_cxx_exto $CFLAGS"
12800 fi
12801 if test "cxx" = "cxx"; then
12802 CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS"
12803 fi
12804fi
12805
6dcfc289
DE
12806 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12807 unset ac_cv_prog_cxx_g
12808 ac_test_CXXFLAGS=${CXXFLAGS+set}
480ccd21
DE
12809ac_save_CXXFLAGS=$CXXFLAGS
12810CXXFLAGS="-g"
12811echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12812echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12813if test "${ac_cv_prog_cxx_g+set}" = set; then
12814 echo $ECHO_N "(cached) $ECHO_C" >&6
12815else
12816 cat >conftest.$ac_ext <<_ACEOF
12817/* confdefs.h. */
12818_ACEOF
12819cat confdefs.h >>conftest.$ac_ext
12820cat >>conftest.$ac_ext <<_ACEOF
12821/* end confdefs.h. */
12822
12823int
12824main ()
12825{
12826
12827 ;
12828 return 0;
12829}
12830_ACEOF
12831rm -f conftest.$ac_objext
12832if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12833 (eval $ac_compile) 2>conftest.er1
12834 ac_status=$?
12835 grep -v '^ *+' conftest.er1 >conftest.err
12836 rm -f conftest.er1
12837 cat conftest.err >&5
12838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839 (exit $ac_status); } &&
6ebeb4c7 12840 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
480ccd21
DE
12841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12842 (eval $ac_try) 2>&5
12843 ac_status=$?
12844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12845 (exit $ac_status); }; } &&
12846 { ac_try='test -s conftest.$ac_objext'
12847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12848 (eval $ac_try) 2>&5
12849 ac_status=$?
12850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12851 (exit $ac_status); }; }; then
12852 ac_cv_prog_cxx_g=yes
12853else
12854 echo "$as_me: failed program was:" >&5
12855sed 's/^/| /' conftest.$ac_ext >&5
12856
12857ac_cv_prog_cxx_g=no
12858fi
12859rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12860fi
12861echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12862echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12863if test "$ac_test_CXXFLAGS" = set; then
12864 CXXFLAGS=$ac_save_CXXFLAGS
12865elif test $ac_cv_prog_cxx_g = yes; then
12866 if test "$GXX" = yes; then
9122d155 12867 CXXFLAGS="-g -O2"
480ccd21 12868 else
9122d155 12869 CXXFLAGS="-g"
480ccd21
DE
12870 fi
12871else
12872 if test "$GXX" = yes; then
12873 CXXFLAGS="-O2"
12874 else
12875 CXXFLAGS=
12876 fi
12877fi
6dcfc289
DE
12878 fi
12879 ac_ext=cc
95986553
DE
12880ac_cpp='$CXXCPP $CPPFLAGS'
12881ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12882ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12883ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12884
12885echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12886echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12887if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12888 echo $ECHO_N "(cached) $ECHO_C" >&6
12889else
12890 cat >conftest.$ac_ext <<_ACEOF
12891/* confdefs.h. */
12892_ACEOF
12893cat confdefs.h >>conftest.$ac_ext
12894cat >>conftest.$ac_ext <<_ACEOF
12895/* end confdefs.h. */
12896
12897int
12898main ()
12899{
12900#ifndef __MWERKS__
12901 choke me
12902#endif
12903
12904 ;
12905 return 0;
12906}
12907_ACEOF
12908rm -f conftest.$ac_objext
12909if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12910 (eval $ac_compile) 2>conftest.er1
12911 ac_status=$?
12912 grep -v '^ *+' conftest.er1 >conftest.err
12913 rm -f conftest.er1
12914 cat conftest.err >&5
12915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12916 (exit $ac_status); } &&
6ebeb4c7 12917 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
95986553
DE
12918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12919 (eval $ac_try) 2>&5
12920 ac_status=$?
12921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12922 (exit $ac_status); }; } &&
12923 { ac_try='test -s conftest.$ac_objext'
12924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12925 (eval $ac_try) 2>&5
12926 ac_status=$?
12927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12928 (exit $ac_status); }; }; then
12929 bakefile_compiler_mwerks=yes
12930else
12931 echo "$as_me: failed program was:" >&5
12932sed 's/^/| /' conftest.$ac_ext >&5
12933
12934bakefile_compiler_mwerks=no
12935fi
12936rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12937 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
12938
12939fi
12940echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12941echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12942
0e6fa1d9 12943MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
95986553
DE
12944ac_ext=cc
12945ac_cpp='$CXXCPP $CPPFLAGS'
12946ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12947ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12948ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12949
12950
6dcfc289 12951 ac_ext=cc
9273ffba
DE
12952ac_cpp='$CXXCPP $CPPFLAGS'
12953ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12954ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12955ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12956
12957echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12958echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12959if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12960 echo $ECHO_N "(cached) $ECHO_C" >&6
12961else
12962 cat >conftest.$ac_ext <<_ACEOF
12963/* confdefs.h. */
12964_ACEOF
12965cat confdefs.h >>conftest.$ac_ext
12966cat >>conftest.$ac_ext <<_ACEOF
12967/* end confdefs.h. */
12968
12969int
12970main ()
12971{
12972#ifndef __xlC__
12973 choke me
12974#endif
12975
12976 ;
12977 return 0;
12978}
12979_ACEOF
12980rm -f conftest.$ac_objext
12981if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12982 (eval $ac_compile) 2>conftest.er1
12983 ac_status=$?
12984 grep -v '^ *+' conftest.er1 >conftest.err
12985 rm -f conftest.er1
12986 cat conftest.err >&5
12987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12988 (exit $ac_status); } &&
6ebeb4c7 12989 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9273ffba
DE
12990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12991 (eval $ac_try) 2>&5
12992 ac_status=$?
12993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12994 (exit $ac_status); }; } &&
12995 { ac_try='test -s conftest.$ac_objext'
12996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12997 (eval $ac_try) 2>&5
12998 ac_status=$?
12999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13000 (exit $ac_status); }; }; then
13001 wx_compiler_xlc=yes
13002else
13003 echo "$as_me: failed program was:" >&5
13004sed 's/^/| /' conftest.$ac_ext >&5
13005
13006wx_compiler_xlc=no
13007fi
13008rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13009 wx_cv_cxx_compiler_xlc=$wx_compiler_xlc
13010
13011fi
13012echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
13013echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
13014
0e6fa1d9 13015XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
9273ffba
DE
13016ac_ext=cc
13017ac_cpp='$CXXCPP $CPPFLAGS'
13018ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13019ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13020ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13021
13022
95986553 13023
6dcfc289 13024
0ad5d837
VZ
13025 ac_ext=cc
13026ac_cpp='$CXXCPP $CPPFLAGS'
13027ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13028ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13029ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13030
13031 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
13032echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
13033if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
13034 echo $ECHO_N "(cached) $ECHO_C" >&6
13035else
13036 cat >conftest.$ac_ext <<_ACEOF
13037/* confdefs.h. */
13038_ACEOF
13039cat confdefs.h >>conftest.$ac_ext
13040cat >>conftest.$ac_ext <<_ACEOF
13041/* end confdefs.h. */
13042
13043int
13044main ()
13045{
13046
13047 #ifndef _SGI_COMPILER_VERSION
13048 choke me
13049 #endif
13050
13051 ;
13052 return 0;
13053}
13054_ACEOF
13055rm -f conftest.$ac_objext
13056if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13057 (eval $ac_compile) 2>conftest.er1
13058 ac_status=$?
13059 grep -v '^ *+' conftest.er1 >conftest.err
13060 rm -f conftest.er1
13061 cat conftest.err >&5
13062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13063 (exit $ac_status); } &&
13064 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13066 (eval $ac_try) 2>&5
13067 ac_status=$?
13068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13069 (exit $ac_status); }; } &&
13070 { ac_try='test -s conftest.$ac_objext'
13071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13072 (eval $ac_try) 2>&5
13073 ac_status=$?
13074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13075 (exit $ac_status); }; }; then
13076 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
13077else
13078 echo "$as_me: failed program was:" >&5
13079sed 's/^/| /' conftest.$ac_ext >&5
13080
13081bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
13082
13083fi
13084rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13085
13086
13087fi
13088echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
13089echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
13090 ac_ext=cc
13091ac_cpp='$CXXCPP $CPPFLAGS'
13092ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13093ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13094ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13095
13096 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13097 :; SGICXX=yes
13098 else
13099 :;
13100 fi
13101
13102
13103
13104
a9e5b1f0
MW
13105 ac_ext=cc
13106ac_cpp='$CXXCPP $CPPFLAGS'
13107ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13108ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13109ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13110
13111 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
13112echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
13113if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
13114 echo $ECHO_N "(cached) $ECHO_C" >&6
13115else
13116 cat >conftest.$ac_ext <<_ACEOF
13117/* confdefs.h. */
13118_ACEOF
13119cat confdefs.h >>conftest.$ac_ext
13120cat >>conftest.$ac_ext <<_ACEOF
13121/* end confdefs.h. */
13122
13123int
13124main ()
13125{
13126
13127 #ifndef __SUNPRO_CC
13128 choke me
13129 #endif
13130
13131 ;
13132 return 0;
13133}
13134_ACEOF
13135rm -f conftest.$ac_objext
13136if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13137 (eval $ac_compile) 2>conftest.er1
13138 ac_status=$?
13139 grep -v '^ *+' conftest.er1 >conftest.err
13140 rm -f conftest.er1
13141 cat conftest.err >&5
13142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13143 (exit $ac_status); } &&
6ebeb4c7 13144 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
a9e5b1f0
MW
13145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13146 (eval $ac_try) 2>&5
13147 ac_status=$?
13148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13149 (exit $ac_status); }; } &&
13150 { ac_try='test -s conftest.$ac_objext'
13151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13152 (eval $ac_try) 2>&5
13153 ac_status=$?
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); }; }; then
13156 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
13157else
13158 echo "$as_me: failed program was:" >&5
13159sed 's/^/| /' conftest.$ac_ext >&5
13160
13161bakefile_cv_cxx_compiler___SUNPRO_CC=no
13162
13163fi
13164rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13165
13166
13167fi
13168echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13169echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13170 ac_ext=cc
13171ac_cpp='$CXXCPP $CPPFLAGS'
13172ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13173ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13174ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13175
13176 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13177 :; SUNCXX=yes
13178 else
13179 :;
13180 fi
13181
13182
13183
13184
a848cd7e
SC
13185ac_ext=c
13186ac_cpp='$CPP $CPPFLAGS'
13187ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13188ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13189ac_compiler_gnu=$ac_cv_c_compiler_gnu
13190
13191
a848cd7e
SC
13192if test -n "$ac_tool_prefix"; then
13193 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13194set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13195echo "$as_me:$LINENO: checking for $ac_word" >&5
13196echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13197if test "${ac_cv_prog_RANLIB+set}" = set; then
13198 echo $ECHO_N "(cached) $ECHO_C" >&6
13199else
13200 if test -n "$RANLIB"; then
13201 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13202else
13203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13204for as_dir in $PATH
13205do
13206 IFS=$as_save_IFS
13207 test -z "$as_dir" && as_dir=.
13208 for ac_exec_ext in '' $ac_executable_extensions; do
13209 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13210 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13211 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13212 break 2
13213 fi
13214done
13215done
13216
13217fi
13218fi
13219RANLIB=$ac_cv_prog_RANLIB
13220if test -n "$RANLIB"; then
13221 echo "$as_me:$LINENO: result: $RANLIB" >&5
13222echo "${ECHO_T}$RANLIB" >&6
13223else
13224 echo "$as_me:$LINENO: result: no" >&5
13225echo "${ECHO_T}no" >&6
13226fi
13227
13228fi
13229if test -z "$ac_cv_prog_RANLIB"; then
13230 ac_ct_RANLIB=$RANLIB
13231 # Extract the first word of "ranlib", so it can be a program name with args.
13232set dummy ranlib; ac_word=$2
13233echo "$as_me:$LINENO: checking for $ac_word" >&5
13234echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13235if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
13236 echo $ECHO_N "(cached) $ECHO_C" >&6
13237else
13238 if test -n "$ac_ct_RANLIB"; then
13239 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13240else
13241as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13242for as_dir in $PATH
13243do
13244 IFS=$as_save_IFS
13245 test -z "$as_dir" && as_dir=.
13246 for ac_exec_ext in '' $ac_executable_extensions; do
13247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13248 ac_cv_prog_ac_ct_RANLIB="ranlib"
13249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13250 break 2
13251 fi
13252done
13253done
13254
13255 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
13256fi
13257fi
13258ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13259if test -n "$ac_ct_RANLIB"; then
13260 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
13261echo "${ECHO_T}$ac_ct_RANLIB" >&6
13262else
13263 echo "$as_me:$LINENO: result: no" >&5
13264echo "${ECHO_T}no" >&6
13265fi
13266
13267 RANLIB=$ac_ct_RANLIB
13268else
13269 RANLIB="$ac_cv_prog_RANLIB"
13270fi
13271
13272
8c80d384
DE
13273if test -n "$ac_tool_prefix"; then
13274 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
13275set dummy ${ac_tool_prefix}ar; ac_word=$2
a848cd7e
SC
13276echo "$as_me:$LINENO: checking for $ac_word" >&5
13277echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13278if test "${ac_cv_prog_AR+set}" = set; then
13279 echo $ECHO_N "(cached) $ECHO_C" >&6
13280else
13281 if test -n "$AR"; then
13282 ac_cv_prog_AR="$AR" # Let the user override the test.
13283else
13284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13285for as_dir in $PATH
13286do
13287 IFS=$as_save_IFS
13288 test -z "$as_dir" && as_dir=.
13289 for ac_exec_ext in '' $ac_executable_extensions; do
13290 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8c80d384 13291 ac_cv_prog_AR="${ac_tool_prefix}ar"
a848cd7e
SC
13292 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13293 break 2
13294 fi
13295done
13296done
13297
13298fi
13299fi
13300AR=$ac_cv_prog_AR
13301if test -n "$AR"; then
13302 echo "$as_me:$LINENO: result: $AR" >&5
13303echo "${ECHO_T}$AR" >&6
13304else
13305 echo "$as_me:$LINENO: result: no" >&5
13306echo "${ECHO_T}no" >&6
13307fi
13308
8c80d384
DE
13309fi
13310if test -z "$ac_cv_prog_AR"; then
13311 ac_ct_AR=$AR
13312 # Extract the first word of "ar", so it can be a program name with args.
13313set dummy ar; ac_word=$2
13314echo "$as_me:$LINENO: checking for $ac_word" >&5
13315echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13316if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
13317 echo $ECHO_N "(cached) $ECHO_C" >&6
13318else
13319 if test -n "$ac_ct_AR"; then
13320 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
13321else
13322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13323for as_dir in $PATH
13324do
13325 IFS=$as_save_IFS
13326 test -z "$as_dir" && as_dir=.
13327 for ac_exec_ext in '' $ac_executable_extensions; do
13328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13329 ac_cv_prog_ac_ct_AR="ar"
13330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13331 break 2
13332 fi
13333done
13334done
13335
13336fi
13337fi
13338ac_ct_AR=$ac_cv_prog_ac_ct_AR
13339if test -n "$ac_ct_AR"; then
13340 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
13341echo "${ECHO_T}$ac_ct_AR" >&6
13342else
13343 echo "$as_me:$LINENO: result: no" >&5
13344echo "${ECHO_T}no" >&6
13345fi
13346
13347 AR=$ac_ct_AR
13348else
13349 AR="$ac_cv_prog_AR"
13350fi
13351
a848cd7e 13352if test "x$AR" = "x" ; then
77ffb593
JS
13353 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
13354echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
a848cd7e
SC
13355 { (exit 1); exit 1; }; }
13356fi
13357
13358# Find a good install program. We prefer a C program (faster),
13359# so one script is as good as another. But avoid the broken or
13360# incompatible versions:
13361# SysV /etc/install, /usr/sbin/install
13362# SunOS /usr/etc/install
13363# IRIX /sbin/install
13364# AIX /bin/install
13365# AmigaOS /C/install, which installs bootblocks on floppy discs
13366# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
13367# AFS /usr/afsws/bin/install, which mishandles nonexistent args
13368# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 13369# OS/2's system install, which has a completely different semantic
a848cd7e
SC
13370# ./install, which can be erroneously created by make from ./install.sh.
13371echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
13372echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
13373if test -z "$INSTALL"; then
13374if test "${ac_cv_path_install+set}" = set; then
13375 echo $ECHO_N "(cached) $ECHO_C" >&6
13376else
13377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13378for as_dir in $PATH
13379do
13380 IFS=$as_save_IFS
13381 test -z "$as_dir" && as_dir=.
13382 # Account for people who put trailing slashes in PATH elements.
13383case $as_dir/ in
13384 ./ | .// | /cC/* | \
13385 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 13386 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
13387 /usr/ucb/* ) ;;
13388 *)
13389 # OSF1 and SCO ODT 3.0 have their own names for install.
13390 # Don't use installbsd from OSF since it installs stuff as root
13391 # by default.
13392 for ac_prog in ginstall scoinst install; do
13393 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
13394 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13395 if test $ac_prog = install &&
13396 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13397 # AIX install. It has an incompatible calling convention.
13398 :
13399 elif test $ac_prog = install &&
13400 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13401 # program-specific install script used by HP pwplus--don't use.
13402 :
13403 else
13404 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
13405 break 3
13406 fi
13407 fi
a848cd7e
SC
13408 done
13409 done
13410 ;;
13411esac
13412done
13413
13414
13415fi
13416 if test "${ac_cv_path_install+set}" = set; then
13417 INSTALL=$ac_cv_path_install
13418 else
13419 # As a last resort, use the slow shell script. We don't cache a
13420 # path for INSTALL within a source directory, because that will
13421 # break other packages using the cache if that directory is
13422 # removed, or if the path is relative.
13423 INSTALL=$ac_install_sh
13424 fi
13425fi
13426echo "$as_me:$LINENO: result: $INSTALL" >&5
13427echo "${ECHO_T}$INSTALL" >&6
13428
13429# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13430# It thinks the first close brace ends the variable substitution.
13431test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
13432
13433test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
13434
13435test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
13436
13437
13438case ${INSTALL} in
13439 /* ) # Absolute
13440 ;;
13441 ?:* ) # Drive letter, considered as absolute.
13442 ;;
13443 *)
13444 INSTALL=`pwd`/${INSTALL} ;;
13445esac
13446
a848cd7e
SC
13447
13448case "${host}" in
13449
cfda0ea8 13450 *-*-darwin* )
a848cd7e
SC
13451 INSTALL_PROGRAM="cp -fp"
13452 INSTALL_DATA="cp -fp"
13453 ;;
13454 *)
13455 ;;
13456esac
13457
8c80d384
DE
13458if test -n "$ac_tool_prefix"; then
13459 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
13460set dummy ${ac_tool_prefix}strip; ac_word=$2
a848cd7e
SC
13461echo "$as_me:$LINENO: checking for $ac_word" >&5
13462echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13463if test "${ac_cv_prog_STRIP+set}" = set; then
13464 echo $ECHO_N "(cached) $ECHO_C" >&6
13465else
13466 if test -n "$STRIP"; then
13467 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13468else
13469as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13470for as_dir in $PATH
13471do
13472 IFS=$as_save_IFS
13473 test -z "$as_dir" && as_dir=.
13474 for ac_exec_ext in '' $ac_executable_extensions; do
13475 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8c80d384 13476 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
a848cd7e
SC
13477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13478 break 2
13479 fi
13480done
13481done
13482
a848cd7e
SC
13483fi
13484fi
13485STRIP=$ac_cv_prog_STRIP
13486if test -n "$STRIP"; then
13487 echo "$as_me:$LINENO: result: $STRIP" >&5
13488echo "${ECHO_T}$STRIP" >&6
13489else
13490 echo "$as_me:$LINENO: result: no" >&5
13491echo "${ECHO_T}no" >&6
13492fi
13493
8c80d384
DE
13494fi
13495if test -z "$ac_cv_prog_STRIP"; then
13496 ac_ct_STRIP=$STRIP
13497 # Extract the first word of "strip", so it can be a program name with args.
13498set dummy strip; ac_word=$2
13499echo "$as_me:$LINENO: checking for $ac_word" >&5
13500echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13501if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
13502 echo $ECHO_N "(cached) $ECHO_C" >&6
13503else
13504 if test -n "$ac_ct_STRIP"; then
13505 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13506else
13507as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13508for as_dir in $PATH
13509do
13510 IFS=$as_save_IFS
13511 test -z "$as_dir" && as_dir=.
13512 for ac_exec_ext in '' $ac_executable_extensions; do
13513 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13514 ac_cv_prog_ac_ct_STRIP="strip"
13515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13516 break 2
13517 fi
13518done
13519done
13520
13521 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP="true"
13522fi
13523fi
13524ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
13525if test -n "$ac_ct_STRIP"; then
13526 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
13527echo "${ECHO_T}$ac_ct_STRIP" >&6
13528else
13529 echo "$as_me:$LINENO: result: no" >&5
13530echo "${ECHO_T}no" >&6
13531fi
13532
13533 STRIP=$ac_ct_STRIP
13534else
13535 STRIP="$ac_cv_prog_STRIP"
13536fi
13537
13538
13539if test "$wxUSE_WINE" = "yes"; then
13540 if test -n "$ac_tool_prefix"; then
13541 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
13542set dummy ${ac_tool_prefix}wrc; ac_word=$2
13543echo "$as_me:$LINENO: checking for $ac_word" >&5
13544echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13545if test "${ac_cv_prog_RESCOMP+set}" = set; then
13546 echo $ECHO_N "(cached) $ECHO_C" >&6
13547else
13548 if test -n "$RESCOMP"; then
13549 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
13550else
13551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13552for as_dir in $PATH
13553do
13554 IFS=$as_save_IFS
13555 test -z "$as_dir" && as_dir=.
13556 for ac_exec_ext in '' $ac_executable_extensions; do
13557 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13558 ac_cv_prog_RESCOMP="${ac_tool_prefix}wrc"
13559 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13560 break 2
13561 fi
13562done
13563done
13564
13565fi
13566fi
13567RESCOMP=$ac_cv_prog_RESCOMP
13568if test -n "$RESCOMP"; then
13569 echo "$as_me:$LINENO: result: $RESCOMP" >&5
13570echo "${ECHO_T}$RESCOMP" >&6
13571else
13572 echo "$as_me:$LINENO: result: no" >&5
13573echo "${ECHO_T}no" >&6
13574fi
13575
13576fi
13577if test -z "$ac_cv_prog_RESCOMP"; then
13578 ac_ct_RESCOMP=$RESCOMP
13579 # Extract the first word of "wrc", so it can be a program name with args.
13580set dummy wrc; ac_word=$2
13581echo "$as_me:$LINENO: checking for $ac_word" >&5
13582echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13583if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
13584 echo $ECHO_N "(cached) $ECHO_C" >&6
13585else
13586 if test -n "$ac_ct_RESCOMP"; then
13587 ac_cv_prog_ac_ct_RESCOMP="$ac_ct_RESCOMP" # Let the user override the test.
13588else
13589as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13590for as_dir in $PATH
13591do
13592 IFS=$as_save_IFS
13593 test -z "$as_dir" && as_dir=.
13594 for ac_exec_ext in '' $ac_executable_extensions; do
13595 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13596 ac_cv_prog_ac_ct_RESCOMP="wrc"
13597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13598 break 2
13599 fi
13600done
13601done
13602
13603fi
13604fi
13605ac_ct_RESCOMP=$ac_cv_prog_ac_ct_RESCOMP
13606if test -n "$ac_ct_RESCOMP"; then
13607 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
13608echo "${ECHO_T}$ac_ct_RESCOMP" >&6
13609else
13610 echo "$as_me:$LINENO: result: no" >&5
13611echo "${ECHO_T}no" >&6
13612fi
13613
13614 RESCOMP=$ac_ct_RESCOMP
13615else
13616 RESCOMP="$ac_cv_prog_RESCOMP"
13617fi
13618
13619else
13620 case "${host}" in
13621 *-*-cygwin* | *-*-mingw32* )
13622 if test -n "$ac_tool_prefix"; then
13623 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
13624set dummy ${ac_tool_prefix}windres; ac_word=$2
13625echo "$as_me:$LINENO: checking for $ac_word" >&5
13626echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13627if test "${ac_cv_prog_RESCOMP+set}" = set; then
13628 echo $ECHO_N "(cached) $ECHO_C" >&6
13629else
13630 if test -n "$RESCOMP"; then
13631 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
13632else
13633as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13634for as_dir in $PATH
13635do
13636 IFS=$as_save_IFS
13637 test -z "$as_dir" && as_dir=.
13638 for ac_exec_ext in '' $ac_executable_extensions; do
13639 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13640 ac_cv_prog_RESCOMP="${ac_tool_prefix}windres"
13641 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13642 break 2
13643 fi
13644done
13645done
13646
13647fi
13648fi
13649RESCOMP=$ac_cv_prog_RESCOMP
13650if test -n "$RESCOMP"; then
13651 echo "$as_me:$LINENO: result: $RESCOMP" >&5
13652echo "${ECHO_T}$RESCOMP" >&6
13653else
13654 echo "$as_me:$LINENO: result: no" >&5
13655echo "${ECHO_T}no" >&6
13656fi
13657
13658fi
13659if test -z "$ac_cv_prog_RESCOMP"; then
13660 ac_ct_RESCOMP=$RESCOMP
13661 # Extract the first word of "windres", so it can be a program name with args.
13662set dummy windres; ac_word=$2
13663echo "$as_me:$LINENO: checking for $ac_word" >&5
13664echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13665if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
13666 echo $ECHO_N "(cached) $ECHO_C" >&6
13667else
13668 if test -n "$ac_ct_RESCOMP"; then
13669 ac_cv_prog_ac_ct_RESCOMP="$ac_ct_RESCOMP" # Let the user override the test.
13670else
13671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13672for as_dir in $PATH
13673do
13674 IFS=$as_save_IFS
13675 test -z "$as_dir" && as_dir=.
13676 for ac_exec_ext in '' $ac_executable_extensions; do
13677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13678 ac_cv_prog_ac_ct_RESCOMP="windres"
13679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13680 break 2
13681 fi
13682done
13683done
13684
13685fi
13686fi
13687ac_ct_RESCOMP=$ac_cv_prog_ac_ct_RESCOMP
13688if test -n "$ac_ct_RESCOMP"; then
13689 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
13690echo "${ECHO_T}$ac_ct_RESCOMP" >&6
13691else
13692 echo "$as_me:$LINENO: result: no" >&5
13693echo "${ECHO_T}no" >&6
13694fi
13695
13696 RESCOMP=$ac_ct_RESCOMP
13697else
13698 RESCOMP="$ac_cv_prog_RESCOMP"
13699fi
13700
13701 if test -n "$ac_tool_prefix"; then
13702 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
13703set dummy ${ac_tool_prefix}dlltool; ac_word=$2
13704echo "$as_me:$LINENO: checking for $ac_word" >&5
13705echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13706if test "${ac_cv_prog_DLLTOOL+set}" = set; then
13707 echo $ECHO_N "(cached) $ECHO_C" >&6
13708else
13709 if test -n "$DLLTOOL"; then
13710 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
13711else
13712as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13713for as_dir in $PATH
13714do
13715 IFS=$as_save_IFS
13716 test -z "$as_dir" && as_dir=.
13717 for ac_exec_ext in '' $ac_executable_extensions; do
13718 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13719 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
13720 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13721 break 2
13722 fi
13723done
13724done
13725
13726fi
13727fi
13728DLLTOOL=$ac_cv_prog_DLLTOOL
13729if test -n "$DLLTOOL"; then
13730 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
13731echo "${ECHO_T}$DLLTOOL" >&6
13732else
13733 echo "$as_me:$LINENO: result: no" >&5
13734echo "${ECHO_T}no" >&6
13735fi
13736
13737fi
13738if test -z "$ac_cv_prog_DLLTOOL"; then
13739 ac_ct_DLLTOOL=$DLLTOOL
13740 # Extract the first word of "dlltool", so it can be a program name with args.
13741set dummy dlltool; ac_word=$2
13742echo "$as_me:$LINENO: checking for $ac_word" >&5
13743echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13744if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
13745 echo $ECHO_N "(cached) $ECHO_C" >&6
13746else
13747 if test -n "$ac_ct_DLLTOOL"; then
13748 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
13749else
13750as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13751for as_dir in $PATH
13752do
13753 IFS=$as_save_IFS
13754 test -z "$as_dir" && as_dir=.
13755 for ac_exec_ext in '' $ac_executable_extensions; do
13756 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13757 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
13758 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13759 break 2
13760 fi
13761done
13762done
13763
13764fi
13765fi
13766ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
13767if test -n "$ac_ct_DLLTOOL"; then
13768 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
13769echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
13770else
13771 echo "$as_me:$LINENO: result: no" >&5
13772echo "${ECHO_T}no" >&6
13773fi
13774
13775 DLLTOOL=$ac_ct_DLLTOOL
13776else
13777 DLLTOOL="$ac_cv_prog_DLLTOOL"
13778fi
13779
13780 ;;
13781 esac
13782fi
a848cd7e
SC
13783
13784echo "$as_me:$LINENO: checking if make is GNU make" >&5
13785echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13786if test "${wx_cv_prog_makeisgnu+set}" = set; then
13787 echo $ECHO_N "(cached) $ECHO_C" >&6
13788else
13789
13790 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
13791 egrep -s GNU > /dev/null); then
13792 wx_cv_prog_makeisgnu="yes"
13793 else
13794 wx_cv_prog_makeisgnu="no"
13795 fi
13796
13797fi
13798echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13799echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13800
13801if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13802 IF_GNU_MAKE=""
13803else
13804 IF_GNU_MAKE="#"
13805fi
13806
13807
13808
13809if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13810echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13811echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13812if test "${wx_cv_prog_makevpath+set}" = set; then
13813 echo $ECHO_N "(cached) $ECHO_C" >&6
13814else
13815
13816cat - << EOF > confMake
13817check : file
13818 cp \$? \$@
13819 cp \$? final_file
13820EOF
13821
13822if test ! -d sub ; then
13823 mkdir sub
13824fi
13825echo dummy > sub/file
13826${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
13827RESULT=$?
13828rm -f sub/file check final_file confMake
13829rmdir sub
13830if test "$RESULT" = 0; then
13831 wx_cv_prog_makevpath="yes"
13832else
13833 wx_cv_prog_makevpath="no"
13834fi
13835
13836fi
13837echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13838echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13839
13840if test "x$wx_cv_prog_makevpath" != "xyes"; then
13841{ { echo "$as_me:$LINENO: error:
13842You need a make-utility that is able to use the variable
13843VPATH correctly.
13844If your version of make does not support VPATH correctly,
13845please install GNU-make (possibly as gmake), and start
13846configure with the following command:
13847export MAKE=gmake; ./configure for sh-type shells
13848setenv MAKE gmake; ./configure for csh-type shells
13849Also please do remember to use gmake in this case every time
13850you are trying to compile.
13851" >&5
13852echo "$as_me: error:
13853You need a make-utility that is able to use the variable
13854VPATH correctly.
13855If your version of make does not support VPATH correctly,
13856please install GNU-make (possibly as gmake), and start
13857configure with the following command:
13858export MAKE=gmake; ./configure for sh-type shells
13859setenv MAKE gmake; ./configure for csh-type shells
13860Also please do remember to use gmake in this case every time
13861you are trying to compile.
13862" >&2;}
13863 { (exit 1); exit 1; }; }
13864fi fi
13865echo "$as_me:$LINENO: checking whether ln -s works" >&5
13866echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13867LN_S=$as_ln_s
13868if test "$LN_S" = "ln -s"; then
13869 echo "$as_me:$LINENO: result: yes" >&5
13870echo "${ECHO_T}yes" >&6
13871else
13872 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13873echo "${ECHO_T}no, using $LN_S" >&6
13874fi
13875
13876
13877
2113bc77 13878if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
9273ffba
DE
13879 CXXFLAGS="$CXXFLAGS -qunique"
13880fi
13881
13882
4d7ec9f1
DE
13883case "${host}" in
13884 powerpc-*-darwin* )
13885 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13886echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13887 cat >conftest.$ac_ext <<_ACEOF
13888/* confdefs.h. */
13889_ACEOF
13890cat confdefs.h >>conftest.$ac_ext
13891cat >>conftest.$ac_ext <<_ACEOF
13892/* end confdefs.h. */
13893
13894int
13895main ()
13896{
13897#ifndef __POWERPC__
13898 choke me for lack of PowerPC
13899#endif
13900
13901 ;
13902 return 0;
13903}
13904_ACEOF
13905rm -f conftest.$ac_objext
13906if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13907 (eval $ac_compile) 2>conftest.er1
13908 ac_status=$?
13909 grep -v '^ *+' conftest.er1 >conftest.err
13910 rm -f conftest.er1
13911 cat conftest.err >&5
13912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13913 (exit $ac_status); } &&
6ebeb4c7 13914 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
13915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13916 (eval $ac_try) 2>&5
13917 ac_status=$?
13918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13919 (exit $ac_status); }; } &&
13920 { ac_try='test -s conftest.$ac_objext'
13921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13922 (eval $ac_try) 2>&5
13923 ac_status=$?
13924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13925 (exit $ac_status); }; }; then
13926 echo "$as_me:$LINENO: result: yes" >&5
13927echo "${ECHO_T}yes" >&6
13928else
13929 echo "$as_me: failed program was:" >&5
13930sed 's/^/| /' conftest.$ac_ext >&5
13931
13932echo "$as_me:$LINENO: result: no" >&5
13933echo "${ECHO_T}no" >&6
13934 cat >>confdefs.h <<\_ACEOF
13935#define __POWERPC__ 1
13936_ACEOF
13937
13938
13939fi
13940rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
cfda0ea8
DE
13941 ;;
13942esac
13943
13944case "${host}" in
13945 *-*-darwin* )
4d7ec9f1
DE
13946 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13947echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13948 cat >conftest.$ac_ext <<_ACEOF
13949/* confdefs.h. */
13950_ACEOF
13951cat confdefs.h >>conftest.$ac_ext
13952cat >>conftest.$ac_ext <<_ACEOF
13953/* end confdefs.h. */
13954#include <CoreFoundation/CFBase.h>
13955
13956int
13957main ()
13958{
13959
13960 ;
13961 return 0;
13962}
13963_ACEOF
13964rm -f conftest.$ac_objext
13965if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13966 (eval $ac_compile) 2>conftest.er1
13967 ac_status=$?
13968 grep -v '^ *+' conftest.er1 >conftest.err
13969 rm -f conftest.er1
13970 cat conftest.err >&5
13971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13972 (exit $ac_status); } &&
6ebeb4c7 13973 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
13974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13975 (eval $ac_try) 2>&5
13976 ac_status=$?
13977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13978 (exit $ac_status); }; } &&
13979 { ac_try='test -s conftest.$ac_objext'
13980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13981 (eval $ac_try) 2>&5
13982 ac_status=$?
13983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13984 (exit $ac_status); }; }; then
13985 echo "$as_me:$LINENO: result: yes" >&5
13986echo "${ECHO_T}yes" >&6
13987else
13988 echo "$as_me: failed program was:" >&5
13989sed 's/^/| /' conftest.$ac_ext >&5
13990
13991echo "$as_me:$LINENO: result: no" >&5
13992echo "${ECHO_T}no" >&6
13993 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13994echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13995 cat >conftest.$ac_ext <<_ACEOF
13996/* confdefs.h. */
13997_ACEOF
13998cat confdefs.h >>conftest.$ac_ext
13999cat >>conftest.$ac_ext <<_ACEOF
14000/* end confdefs.h. */
14001#define __CF_USE_FRAMEWORK_INCLUDES__
14002#include <CoreFoundation/CFBase.h>
14003
14004int
14005main ()
14006{
14007
14008 ;
14009 return 0;
14010}
14011_ACEOF
14012rm -f conftest.$ac_objext
14013if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14014 (eval $ac_compile) 2>conftest.er1
14015 ac_status=$?
14016 grep -v '^ *+' conftest.er1 >conftest.err
14017 rm -f conftest.er1
14018 cat conftest.err >&5
14019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14020 (exit $ac_status); } &&
6ebeb4c7 14021 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
14022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14023 (eval $ac_try) 2>&5
14024 ac_status=$?
14025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14026 (exit $ac_status); }; } &&
14027 { ac_try='test -s conftest.$ac_objext'
14028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14029 (eval $ac_try) 2>&5
14030 ac_status=$?
14031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14032 (exit $ac_status); }; }; then
14033 echo "$as_me:$LINENO: result: yes" >&5
14034echo "${ECHO_T}yes" >&6
14035 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
14036else
14037 echo "$as_me: failed program was:" >&5
14038sed 's/^/| /' conftest.$ac_ext >&5
14039
14040{ { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
14041See \`config.log' for more details." >&5
14042echo "$as_me: error: no. CoreFoundation not available.
14043See \`config.log' for more details." >&2;}
14044 { (exit 1); exit 1; }; }
14045
14046fi
14047rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14048
14049
14050fi
14051rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14052 ;;
14053esac
14054
a848cd7e
SC
14055case "${host}" in
14056 *-pc-os2_emx | *-pc-os2-emx )
14057 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
14058 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
14059echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
14060if test "${ac_cv_lib_cExt_drand48+set}" = set; then
14061 echo $ECHO_N "(cached) $ECHO_C" >&6
14062else
14063 ac_check_lib_save_LIBS=$LIBS
14064LIBS="-lcExt $LIBS"
14065cat >conftest.$ac_ext <<_ACEOF
14066/* confdefs.h. */
14067_ACEOF
14068cat confdefs.h >>conftest.$ac_ext
14069cat >>conftest.$ac_ext <<_ACEOF
14070/* end confdefs.h. */
14071
14072/* Override any gcc2 internal prototype to avoid an error. */
14073#ifdef __cplusplus
14074extern "C"
14075#endif
14076/* We use char because int might match the return type of a gcc2
14077 builtin and then its argument prototype would still apply. */
14078char drand48 ();
14079int
14080main ()
14081{
14082drand48 ();
14083 ;
14084 return 0;
14085}
14086_ACEOF
14087rm -f conftest.$ac_objext conftest$ac_exeext
14088if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 14089 (eval $ac_link) 2>conftest.er1
a848cd7e 14090 ac_status=$?
ac1cb8d3
VS
14091 grep -v '^ *+' conftest.er1 >conftest.err
14092 rm -f conftest.er1
14093 cat conftest.err >&5
a848cd7e
SC
14094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14095 (exit $ac_status); } &&
6ebeb4c7 14096 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14098 (eval $ac_try) 2>&5
14099 ac_status=$?
14100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14101 (exit $ac_status); }; } &&
14102 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
14103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14104 (eval $ac_try) 2>&5
14105 ac_status=$?
14106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14107 (exit $ac_status); }; }; then
14108 ac_cv_lib_cExt_drand48=yes
14109else
14110 echo "$as_me: failed program was:" >&5
14111sed 's/^/| /' conftest.$ac_ext >&5
14112
14113ac_cv_lib_cExt_drand48=no
14114fi
ac1cb8d3
VS
14115rm -f conftest.err conftest.$ac_objext \
14116 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
14117LIBS=$ac_check_lib_save_LIBS
14118fi
14119echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
14120echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
14121if test $ac_cv_lib_cExt_drand48 = yes; then
14122 LIBS="$LIBS -lcExt"
14123fi
14124
14125 else
14126 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
14127 fi
69120ee4
VZ
14128 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
14129echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
a848cd7e
SC
14130if test "${wx_cv_gccversion+set}" = set; then
14131 echo $ECHO_N "(cached) $ECHO_C" >&6
14132else
14133
391a765e
VS
14134 if test "$cross_compiling" = yes; then
14135 wx_cv_gccversion="EMX2"
14136
14137else
14138 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
14139/* confdefs.h. */
14140_ACEOF
14141cat confdefs.h >>conftest.$ac_ext
14142cat >>conftest.$ac_ext <<_ACEOF
14143/* end confdefs.h. */
14144
391a765e 14145 #include <stdio.h>
a848cd7e 14146
391a765e
VS
14147 int main()
14148 {
14149 FILE *f=fopen("conftestval", "w");
14150 if (!f) exit(1);
14151 fprintf(f,
a848cd7e 14152 #if (__GNUC__ < 3)
391a765e
VS
14153 "EMX2"
14154 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
14155 "EMX3"
14156 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
14157 "Innotek5"
14158 #else
14159 "Innotek6"
a848cd7e 14160 #endif
391a765e
VS
14161 );
14162 exit(0);
14163 }
a848cd7e 14164
a848cd7e 14165_ACEOF
391a765e
VS
14166rm -f conftest$ac_exeext
14167if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14168 (eval $ac_link) 2>&5
ac1cb8d3
VS
14169 ac_status=$?
14170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
391a765e 14171 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
a848cd7e
SC
14172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14173 (eval $ac_try) 2>&5
14174 ac_status=$?
14175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14176 (exit $ac_status); }; }; then
391a765e 14177 wx_cv_gccversion=`cat conftestval`
a848cd7e 14178else
391a765e
VS
14179 echo "$as_me: program exited with status $ac_status" >&5
14180echo "$as_me: failed program was:" >&5
a848cd7e
SC
14181sed 's/^/| /' conftest.$ac_ext >&5
14182
391a765e
VS
14183( exit $ac_status )
14184wx_cv_gccversion="EMX2"
a848cd7e 14185fi
391a765e 14186rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 14187fi
a848cd7e
SC
14188
14189fi
14190echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
14191echo "${ECHO_T}$wx_cv_gccversion" >&6
391a765e 14192 if test "$wx_cv_gccversion" = "EMX2"; then
a848cd7e
SC
14193 LIBS="$LIBS -lstdcpp"
14194 LDFLAGS="$LDFLAGS -Zsysv-signals"
14195 else
391a765e 14196 if test "$wx_cv_gccversion" = "EMX3"; then
ddd14b14 14197 LIBS="$LIBS -lstdcxx -lgcc"
a848cd7e
SC
14198 LDFLAGS="$LDFLAGS -Zsysv-signals"
14199 else
14200 LIBS="$LIBS -lstdc++"
14201 fi
14202 fi
94acd38e
DE
14203 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
14204 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
14205echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
14206 wxUSE_OMF=yes
2da0c077 14207 enable_omf=yes
a848cd7e
SC
14208 fi
14209 ;;
14210 *)
14211
14212
14213
14214 ac_ext=cc
14215ac_cpp='$CXXCPP $CPPFLAGS'
14216ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14217ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14218ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14219
14220
95986553 14221 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
a848cd7e
SC
14222echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
14223if test "${ac_cv_string_strcasecmp+set}" = set; then
14224 echo $ECHO_N "(cached) $ECHO_C" >&6
14225else
14226
14227 cat >conftest.$ac_ext <<_ACEOF
14228/* confdefs.h. */
14229_ACEOF
14230cat confdefs.h >>conftest.$ac_ext
14231cat >>conftest.$ac_ext <<_ACEOF
14232/* end confdefs.h. */
14233
14234 #include <string.h>
14235
14236int
14237main ()
14238{
14239
14240 strcasecmp("foo", "bar");
14241
14242 ;
14243 return 0;
14244}
14245_ACEOF
14246rm -f conftest.$ac_objext conftest$ac_exeext
14247if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 14248 (eval $ac_link) 2>conftest.er1
a848cd7e 14249 ac_status=$?
ac1cb8d3
VS
14250 grep -v '^ *+' conftest.er1 >conftest.err
14251 rm -f conftest.er1
14252 cat conftest.err >&5
a848cd7e
SC
14253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14254 (exit $ac_status); } &&
6ebeb4c7 14255 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14257 (eval $ac_try) 2>&5
14258 ac_status=$?
14259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14260 (exit $ac_status); }; } &&
14261 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
14262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14263 (eval $ac_try) 2>&5
14264 ac_status=$?
14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); }; }; then
14267 ac_cv_string_strcasecmp=yes
14268else
14269 echo "$as_me: failed program was:" >&5
14270sed 's/^/| /' conftest.$ac_ext >&5
14271
14272ac_cv_string_strcasecmp=no
14273
14274fi
ac1cb8d3
VS
14275rm -f conftest.err conftest.$ac_objext \
14276 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
14277
14278fi
14279echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
14280echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
14281
14282 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
14283 cat >>confdefs.h <<\_ACEOF
14284#define HAVE_STRCASECMP_IN_STRING_H 1
14285_ACEOF
14286
14287 else
14288 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
14289echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
14290if test "${ac_cv_strings_strcasecmp+set}" = set; then
14291 echo $ECHO_N "(cached) $ECHO_C" >&6
14292else
14293
14294 cat >conftest.$ac_ext <<_ACEOF
14295/* confdefs.h. */
14296_ACEOF
14297cat confdefs.h >>conftest.$ac_ext
14298cat >>conftest.$ac_ext <<_ACEOF
14299/* end confdefs.h. */
14300
14301 #include <strings.h>
14302
14303int
14304main ()
14305{
14306
14307 strcasecmp("foo", "bar");
14308
14309 ;
14310 return 0;
14311}
14312_ACEOF
14313rm -f conftest.$ac_objext conftest$ac_exeext
14314if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 14315 (eval $ac_link) 2>conftest.er1
a848cd7e 14316 ac_status=$?
ac1cb8d3
VS
14317 grep -v '^ *+' conftest.er1 >conftest.err
14318 rm -f conftest.er1
14319 cat conftest.err >&5
a848cd7e
SC
14320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14321 (exit $ac_status); } &&
6ebeb4c7 14322 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14324 (eval $ac_try) 2>&5
14325 ac_status=$?
14326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14327 (exit $ac_status); }; } &&
14328 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
14329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14330 (eval $ac_try) 2>&5
14331 ac_status=$?
14332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14333 (exit $ac_status); }; }; then
14334 ac_cv_strings_strcasecmp=yes
14335else
14336 echo "$as_me: failed program was:" >&5
14337sed 's/^/| /' conftest.$ac_ext >&5
14338
14339ac_cv_strings_strcasecmp=no
14340
14341fi
ac1cb8d3
VS
14342rm -f conftest.err conftest.$ac_objext \
14343 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
14344
14345fi
14346echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
14347echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
14348
0c3c69fc 14349 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
a848cd7e
SC
14350 cat >>confdefs.h <<\_ACEOF
14351#define HAVE_STRCASECMP_IN_STRINGS_H 1
14352_ACEOF
14353
14354 else
14355 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
14356echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
14357 { (exit 1); exit 1; }; }
14358 fi
14359 fi
14360
14361 ac_ext=c
14362ac_cpp='$CPP $CPPFLAGS'
14363ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14364ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14365ac_compiler_gnu=$ac_cv_c_compiler_gnu
14366
14367 ;;
14368esac
14369
14370
14371echo "$as_me:$LINENO: checking for ANSI C header files" >&5
14372echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
14373if test "${ac_cv_header_stdc+set}" = set; then
14374 echo $ECHO_N "(cached) $ECHO_C" >&6
14375else
14376 cat >conftest.$ac_ext <<_ACEOF
14377/* confdefs.h. */
14378_ACEOF
14379cat confdefs.h >>conftest.$ac_ext
14380cat >>conftest.$ac_ext <<_ACEOF
14381/* end confdefs.h. */
14382#include <stdlib.h>
14383#include <stdarg.h>
14384#include <string.h>
14385#include <float.h>
14386
14387int
14388main ()
14389{
14390
14391 ;
14392 return 0;
14393}
14394_ACEOF
14395rm -f conftest.$ac_objext
14396if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14397 (eval $ac_compile) 2>conftest.er1
a848cd7e 14398 ac_status=$?
ac1cb8d3
VS
14399 grep -v '^ *+' conftest.er1 >conftest.err
14400 rm -f conftest.er1
14401 cat conftest.err >&5
a848cd7e
SC
14402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14403 (exit $ac_status); } &&
6ebeb4c7 14404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14406 (eval $ac_try) 2>&5
14407 ac_status=$?
14408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14409 (exit $ac_status); }; } &&
14410 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14412 (eval $ac_try) 2>&5
14413 ac_status=$?
14414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14415 (exit $ac_status); }; }; then
14416 ac_cv_header_stdc=yes
14417else
14418 echo "$as_me: failed program was:" >&5
14419sed 's/^/| /' conftest.$ac_ext >&5
14420
14421ac_cv_header_stdc=no
14422fi
ac1cb8d3 14423rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14424
14425if test $ac_cv_header_stdc = yes; then
14426 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14427 cat >conftest.$ac_ext <<_ACEOF
14428/* confdefs.h. */
14429_ACEOF
14430cat confdefs.h >>conftest.$ac_ext
14431cat >>conftest.$ac_ext <<_ACEOF
14432/* end confdefs.h. */
14433#include <string.h>
14434
14435_ACEOF
14436if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14437 $EGREP "memchr" >/dev/null 2>&1; then
14438 :
14439else
14440 ac_cv_header_stdc=no
14441fi
14442rm -f conftest*
14443
14444fi
14445
14446if test $ac_cv_header_stdc = yes; then
14447 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14448 cat >conftest.$ac_ext <<_ACEOF
14449/* confdefs.h. */
14450_ACEOF
14451cat confdefs.h >>conftest.$ac_ext
14452cat >>conftest.$ac_ext <<_ACEOF
14453/* end confdefs.h. */
14454#include <stdlib.h>
14455
14456_ACEOF
14457if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14458 $EGREP "free" >/dev/null 2>&1; then
14459 :
14460else
14461 ac_cv_header_stdc=no
14462fi
14463rm -f conftest*
14464
14465fi
14466
14467if test $ac_cv_header_stdc = yes; then
14468 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
14469 if test "$cross_compiling" = yes; then
14470 :
14471else
14472 cat >conftest.$ac_ext <<_ACEOF
14473/* confdefs.h. */
14474_ACEOF
14475cat confdefs.h >>conftest.$ac_ext
14476cat >>conftest.$ac_ext <<_ACEOF
14477/* end confdefs.h. */
14478#include <ctype.h>
14479#if ((' ' & 0x0FF) == 0x020)
14480# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14481# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14482#else
14483# define ISLOWER(c) \
ac1cb8d3
VS
14484 (('a' <= (c) && (c) <= 'i') \
14485 || ('j' <= (c) && (c) <= 'r') \
14486 || ('s' <= (c) && (c) <= 'z'))
a848cd7e
SC
14487# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
14488#endif
14489
14490#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14491int
14492main ()
14493{
14494 int i;
14495 for (i = 0; i < 256; i++)
14496 if (XOR (islower (i), ISLOWER (i))
ac1cb8d3 14497 || toupper (i) != TOUPPER (i))
a848cd7e
SC
14498 exit(2);
14499 exit (0);
14500}
14501_ACEOF
14502rm -f conftest$ac_exeext
14503if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14504 (eval $ac_link) 2>&5
14505 ac_status=$?
14506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14507 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14509 (eval $ac_try) 2>&5
14510 ac_status=$?
14511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14512 (exit $ac_status); }; }; then
14513 :
14514else
14515 echo "$as_me: program exited with status $ac_status" >&5
14516echo "$as_me: failed program was:" >&5
14517sed 's/^/| /' conftest.$ac_ext >&5
14518
14519( exit $ac_status )
14520ac_cv_header_stdc=no
14521fi
ac1cb8d3 14522rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14523fi
14524fi
14525fi
14526echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
14527echo "${ECHO_T}$ac_cv_header_stdc" >&6
14528if test $ac_cv_header_stdc = yes; then
14529
14530cat >>confdefs.h <<\_ACEOF
14531#define STDC_HEADERS 1
14532_ACEOF
14533
14534fi
14535
14536# On IRIX 5.3, sys/types and inttypes.h are conflicting.
14537
14538
14539
14540
14541
14542
14543
14544
14545
14546for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
ac1cb8d3 14547 inttypes.h stdint.h unistd.h
a848cd7e
SC
14548do
14549as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14550echo "$as_me:$LINENO: checking for $ac_header" >&5
14551echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14552if eval "test \"\${$as_ac_Header+set}\" = set"; then
14553 echo $ECHO_N "(cached) $ECHO_C" >&6
14554else
14555 cat >conftest.$ac_ext <<_ACEOF
14556/* confdefs.h. */
14557_ACEOF
14558cat confdefs.h >>conftest.$ac_ext
14559cat >>conftest.$ac_ext <<_ACEOF
14560/* end confdefs.h. */
14561$ac_includes_default
14562
14563#include <$ac_header>
14564_ACEOF
14565rm -f conftest.$ac_objext
14566if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14567 (eval $ac_compile) 2>conftest.er1
a848cd7e 14568 ac_status=$?
ac1cb8d3
VS
14569 grep -v '^ *+' conftest.er1 >conftest.err
14570 rm -f conftest.er1
14571 cat conftest.err >&5
a848cd7e
SC
14572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14573 (exit $ac_status); } &&
6ebeb4c7 14574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14576 (eval $ac_try) 2>&5
14577 ac_status=$?
14578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579 (exit $ac_status); }; } &&
14580 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14582 (eval $ac_try) 2>&5
14583 ac_status=$?
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); }; }; then
14586 eval "$as_ac_Header=yes"
14587else
14588 echo "$as_me: failed program was:" >&5
14589sed 's/^/| /' conftest.$ac_ext >&5
14590
14591eval "$as_ac_Header=no"
14592fi
ac1cb8d3 14593rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14594fi
14595echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14596echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14597if test `eval echo '${'$as_ac_Header'}'` = yes; then
14598 cat >>confdefs.h <<_ACEOF
14599#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14600_ACEOF
14601
14602fi
14603
14604done
14605
14606
14607
14608for ac_header in stdlib.h
14609do
14610as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14611if eval "test \"\${$as_ac_Header+set}\" = set"; then
14612 echo "$as_me:$LINENO: checking for $ac_header" >&5
14613echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14614if eval "test \"\${$as_ac_Header+set}\" = set"; then
14615 echo $ECHO_N "(cached) $ECHO_C" >&6
14616fi
14617echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14618echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14619else
14620 # Is the header compilable?
14621echo "$as_me:$LINENO: checking $ac_header usability" >&5
14622echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14623cat >conftest.$ac_ext <<_ACEOF
14624/* confdefs.h. */
14625_ACEOF
14626cat confdefs.h >>conftest.$ac_ext
14627cat >>conftest.$ac_ext <<_ACEOF
14628/* end confdefs.h. */
14629$ac_includes_default
14630#include <$ac_header>
14631_ACEOF
14632rm -f conftest.$ac_objext
14633if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14634 (eval $ac_compile) 2>conftest.er1
a848cd7e 14635 ac_status=$?
ac1cb8d3
VS
14636 grep -v '^ *+' conftest.er1 >conftest.err
14637 rm -f conftest.er1
14638 cat conftest.err >&5
a848cd7e
SC
14639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14640 (exit $ac_status); } &&
6ebeb4c7 14641 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14643 (eval $ac_try) 2>&5
14644 ac_status=$?
14645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14646 (exit $ac_status); }; } &&
14647 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14649 (eval $ac_try) 2>&5
14650 ac_status=$?
14651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14652 (exit $ac_status); }; }; then
14653 ac_header_compiler=yes
14654else
14655 echo "$as_me: failed program was:" >&5
14656sed 's/^/| /' conftest.$ac_ext >&5
14657
14658ac_header_compiler=no
14659fi
ac1cb8d3 14660rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14661echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14662echo "${ECHO_T}$ac_header_compiler" >&6
14663
14664# Is the header present?
14665echo "$as_me:$LINENO: checking $ac_header presence" >&5
14666echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14667cat >conftest.$ac_ext <<_ACEOF
14668/* confdefs.h. */
14669_ACEOF
14670cat confdefs.h >>conftest.$ac_ext
14671cat >>conftest.$ac_ext <<_ACEOF
14672/* end confdefs.h. */
14673#include <$ac_header>
14674_ACEOF
14675if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14676 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14677 ac_status=$?
14678 grep -v '^ *+' conftest.er1 >conftest.err
14679 rm -f conftest.er1
14680 cat conftest.err >&5
14681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14682 (exit $ac_status); } >/dev/null; then
14683 if test -s conftest.err; then
14684 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14685 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14686 else
14687 ac_cpp_err=
14688 fi
14689else
14690 ac_cpp_err=yes
14691fi
14692if test -z "$ac_cpp_err"; then
14693 ac_header_preproc=yes
14694else
14695 echo "$as_me: failed program was:" >&5
14696sed 's/^/| /' conftest.$ac_ext >&5
14697
14698 ac_header_preproc=no
14699fi
14700rm -f conftest.err conftest.$ac_ext
14701echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14702echo "${ECHO_T}$ac_header_preproc" >&6
14703
14704# So? What about this header?
ac1cb8d3
VS
14705case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14706 yes:no: )
a848cd7e
SC
14707 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14708echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14709 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14710echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14711 ac_header_preproc=yes
a848cd7e 14712 ;;
ac1cb8d3 14713 no:yes:* )
a848cd7e
SC
14714 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14715echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14716 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14717echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14718 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14719echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14720 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14721echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14722 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14723echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14724 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14725echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14726 (
14727 cat <<\_ASBOX
ac1cb8d3
VS
14728## ----------------------------------------- ##
14729## Report this to wx-dev@lists.wxwidgets.org ##
14730## ----------------------------------------- ##
a848cd7e
SC
14731_ASBOX
14732 ) |
14733 sed "s/^/$as_me: WARNING: /" >&2
14734 ;;
14735esac
14736echo "$as_me:$LINENO: checking for $ac_header" >&5
14737echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14738if eval "test \"\${$as_ac_Header+set}\" = set"; then
14739 echo $ECHO_N "(cached) $ECHO_C" >&6
14740else
ac1cb8d3 14741 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14742fi
14743echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14744echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14745
14746fi
14747if test `eval echo '${'$as_ac_Header'}'` = yes; then
14748 cat >>confdefs.h <<_ACEOF
14749#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14750_ACEOF
14751
14752fi
14753
14754done
14755
14756
14757for ac_header in malloc.h
14758do
14759as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14760if eval "test \"\${$as_ac_Header+set}\" = set"; then
14761 echo "$as_me:$LINENO: checking for $ac_header" >&5
14762echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14763if eval "test \"\${$as_ac_Header+set}\" = set"; then
14764 echo $ECHO_N "(cached) $ECHO_C" >&6
14765fi
14766echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14767echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14768else
14769 # Is the header compilable?
14770echo "$as_me:$LINENO: checking $ac_header usability" >&5
14771echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14772cat >conftest.$ac_ext <<_ACEOF
14773/* confdefs.h. */
14774_ACEOF
14775cat confdefs.h >>conftest.$ac_ext
14776cat >>conftest.$ac_ext <<_ACEOF
14777/* end confdefs.h. */
14778$ac_includes_default
14779#include <$ac_header>
14780_ACEOF
14781rm -f conftest.$ac_objext
14782if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14783 (eval $ac_compile) 2>conftest.er1
a848cd7e 14784 ac_status=$?
ac1cb8d3
VS
14785 grep -v '^ *+' conftest.er1 >conftest.err
14786 rm -f conftest.er1
14787 cat conftest.err >&5
a848cd7e
SC
14788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14789 (exit $ac_status); } &&
6ebeb4c7 14790 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14792 (eval $ac_try) 2>&5
14793 ac_status=$?
14794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14795 (exit $ac_status); }; } &&
14796 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14798 (eval $ac_try) 2>&5
14799 ac_status=$?
14800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); }; }; then
14802 ac_header_compiler=yes
14803else
14804 echo "$as_me: failed program was:" >&5
14805sed 's/^/| /' conftest.$ac_ext >&5
14806
14807ac_header_compiler=no
14808fi
ac1cb8d3 14809rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14810echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14811echo "${ECHO_T}$ac_header_compiler" >&6
14812
14813# Is the header present?
14814echo "$as_me:$LINENO: checking $ac_header presence" >&5
14815echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14816cat >conftest.$ac_ext <<_ACEOF
14817/* confdefs.h. */
14818_ACEOF
14819cat confdefs.h >>conftest.$ac_ext
14820cat >>conftest.$ac_ext <<_ACEOF
14821/* end confdefs.h. */
14822#include <$ac_header>
14823_ACEOF
14824if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14825 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14826 ac_status=$?
14827 grep -v '^ *+' conftest.er1 >conftest.err
14828 rm -f conftest.er1
14829 cat conftest.err >&5
14830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14831 (exit $ac_status); } >/dev/null; then
14832 if test -s conftest.err; then
14833 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14834 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14835 else
14836 ac_cpp_err=
14837 fi
14838else
14839 ac_cpp_err=yes
14840fi
14841if test -z "$ac_cpp_err"; then
14842 ac_header_preproc=yes
14843else
14844 echo "$as_me: failed program was:" >&5
14845sed 's/^/| /' conftest.$ac_ext >&5
14846
14847 ac_header_preproc=no
14848fi
14849rm -f conftest.err conftest.$ac_ext
14850echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14851echo "${ECHO_T}$ac_header_preproc" >&6
14852
14853# So? What about this header?
ac1cb8d3
VS
14854case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14855 yes:no: )
a848cd7e
SC
14856 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14857echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14858 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14859echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14860 ac_header_preproc=yes
a848cd7e 14861 ;;
ac1cb8d3 14862 no:yes:* )
a848cd7e
SC
14863 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14864echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14865 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14866echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14867 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14868echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14869 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14870echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14871 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14872echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14873 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14874echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14875 (
14876 cat <<\_ASBOX
ac1cb8d3
VS
14877## ----------------------------------------- ##
14878## Report this to wx-dev@lists.wxwidgets.org ##
14879## ----------------------------------------- ##
a848cd7e
SC
14880_ASBOX
14881 ) |
14882 sed "s/^/$as_me: WARNING: /" >&2
14883 ;;
14884esac
14885echo "$as_me:$LINENO: checking for $ac_header" >&5
14886echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14887if eval "test \"\${$as_ac_Header+set}\" = set"; then
14888 echo $ECHO_N "(cached) $ECHO_C" >&6
14889else
ac1cb8d3 14890 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14891fi
14892echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14893echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14894
14895fi
14896if test `eval echo '${'$as_ac_Header'}'` = yes; then
14897 cat >>confdefs.h <<_ACEOF
14898#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14899_ACEOF
14900
14901fi
14902
14903done
14904
14905
14906for ac_header in unistd.h
14907do
14908as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14909if eval "test \"\${$as_ac_Header+set}\" = set"; then
14910 echo "$as_me:$LINENO: checking for $ac_header" >&5
14911echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14912if eval "test \"\${$as_ac_Header+set}\" = set"; then
14913 echo $ECHO_N "(cached) $ECHO_C" >&6
14914fi
14915echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14916echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14917else
14918 # Is the header compilable?
14919echo "$as_me:$LINENO: checking $ac_header usability" >&5
14920echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14921cat >conftest.$ac_ext <<_ACEOF
14922/* confdefs.h. */
14923_ACEOF
14924cat confdefs.h >>conftest.$ac_ext
14925cat >>conftest.$ac_ext <<_ACEOF
14926/* end confdefs.h. */
14927$ac_includes_default
14928#include <$ac_header>
14929_ACEOF
14930rm -f conftest.$ac_objext
14931if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14932 (eval $ac_compile) 2>conftest.er1
a848cd7e 14933 ac_status=$?
ac1cb8d3
VS
14934 grep -v '^ *+' conftest.er1 >conftest.err
14935 rm -f conftest.er1
14936 cat conftest.err >&5
a848cd7e
SC
14937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14938 (exit $ac_status); } &&
6ebeb4c7 14939 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14941 (eval $ac_try) 2>&5
14942 ac_status=$?
14943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14944 (exit $ac_status); }; } &&
14945 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14947 (eval $ac_try) 2>&5
14948 ac_status=$?
14949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14950 (exit $ac_status); }; }; then
14951 ac_header_compiler=yes
14952else
14953 echo "$as_me: failed program was:" >&5
14954sed 's/^/| /' conftest.$ac_ext >&5
14955
14956ac_header_compiler=no
14957fi
ac1cb8d3 14958rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14959echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14960echo "${ECHO_T}$ac_header_compiler" >&6
14961
14962# Is the header present?
14963echo "$as_me:$LINENO: checking $ac_header presence" >&5
14964echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14965cat >conftest.$ac_ext <<_ACEOF
14966/* confdefs.h. */
14967_ACEOF
14968cat confdefs.h >>conftest.$ac_ext
14969cat >>conftest.$ac_ext <<_ACEOF
14970/* end confdefs.h. */
14971#include <$ac_header>
14972_ACEOF
14973if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14974 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14975 ac_status=$?
14976 grep -v '^ *+' conftest.er1 >conftest.err
14977 rm -f conftest.er1
14978 cat conftest.err >&5
14979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14980 (exit $ac_status); } >/dev/null; then
14981 if test -s conftest.err; then
14982 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14983 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14984 else
14985 ac_cpp_err=
14986 fi
14987else
14988 ac_cpp_err=yes
14989fi
14990if test -z "$ac_cpp_err"; then
14991 ac_header_preproc=yes
14992else
14993 echo "$as_me: failed program was:" >&5
14994sed 's/^/| /' conftest.$ac_ext >&5
14995
14996 ac_header_preproc=no
14997fi
14998rm -f conftest.err conftest.$ac_ext
14999echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15000echo "${ECHO_T}$ac_header_preproc" >&6
15001
15002# So? What about this header?
ac1cb8d3
VS
15003case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15004 yes:no: )
a848cd7e
SC
15005 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15006echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15007 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15008echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15009 ac_header_preproc=yes
a848cd7e 15010 ;;
ac1cb8d3 15011 no:yes:* )
a848cd7e
SC
15012 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15013echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15014 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15015echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15016 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15017echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15018 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15019echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15020 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15021echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15022 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15023echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15024 (
15025 cat <<\_ASBOX
ac1cb8d3
VS
15026## ----------------------------------------- ##
15027## Report this to wx-dev@lists.wxwidgets.org ##
15028## ----------------------------------------- ##
a848cd7e
SC
15029_ASBOX
15030 ) |
15031 sed "s/^/$as_me: WARNING: /" >&2
15032 ;;
15033esac
15034echo "$as_me:$LINENO: checking for $ac_header" >&5
15035echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15036if eval "test \"\${$as_ac_Header+set}\" = set"; then
15037 echo $ECHO_N "(cached) $ECHO_C" >&6
15038else
ac1cb8d3 15039 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15040fi
15041echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15042echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15043
15044fi
15045if test `eval echo '${'$as_ac_Header'}'` = yes; then
15046 cat >>confdefs.h <<_ACEOF
15047#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15048_ACEOF
15049
15050fi
15051
15052done
15053
15054
15055for ac_header in wchar.h
15056do
15057as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15058if eval "test \"\${$as_ac_Header+set}\" = set"; then
15059 echo "$as_me:$LINENO: checking for $ac_header" >&5
15060echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15061if eval "test \"\${$as_ac_Header+set}\" = set"; then
15062 echo $ECHO_N "(cached) $ECHO_C" >&6
15063fi
15064echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15065echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15066else
15067 # Is the header compilable?
15068echo "$as_me:$LINENO: checking $ac_header usability" >&5
15069echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15070cat >conftest.$ac_ext <<_ACEOF
15071/* confdefs.h. */
15072_ACEOF
15073cat confdefs.h >>conftest.$ac_ext
15074cat >>conftest.$ac_ext <<_ACEOF
15075/* end confdefs.h. */
15076$ac_includes_default
15077#include <$ac_header>
15078_ACEOF
15079rm -f conftest.$ac_objext
15080if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15081 (eval $ac_compile) 2>conftest.er1
a848cd7e 15082 ac_status=$?
ac1cb8d3
VS
15083 grep -v '^ *+' conftest.er1 >conftest.err
15084 rm -f conftest.er1
15085 cat conftest.err >&5
a848cd7e
SC
15086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15087 (exit $ac_status); } &&
6ebeb4c7 15088 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15090 (eval $ac_try) 2>&5
15091 ac_status=$?
15092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15093 (exit $ac_status); }; } &&
15094 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15096 (eval $ac_try) 2>&5
15097 ac_status=$?
15098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15099 (exit $ac_status); }; }; then
15100 ac_header_compiler=yes
15101else
15102 echo "$as_me: failed program was:" >&5
15103sed 's/^/| /' conftest.$ac_ext >&5
15104
15105ac_header_compiler=no
15106fi
ac1cb8d3 15107rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15108echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15109echo "${ECHO_T}$ac_header_compiler" >&6
15110
15111# Is the header present?
15112echo "$as_me:$LINENO: checking $ac_header presence" >&5
15113echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15114cat >conftest.$ac_ext <<_ACEOF
15115/* confdefs.h. */
15116_ACEOF
15117cat confdefs.h >>conftest.$ac_ext
15118cat >>conftest.$ac_ext <<_ACEOF
15119/* end confdefs.h. */
15120#include <$ac_header>
15121_ACEOF
15122if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15123 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15124 ac_status=$?
15125 grep -v '^ *+' conftest.er1 >conftest.err
15126 rm -f conftest.er1
15127 cat conftest.err >&5
15128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15129 (exit $ac_status); } >/dev/null; then
15130 if test -s conftest.err; then
15131 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15132 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15133 else
15134 ac_cpp_err=
15135 fi
15136else
15137 ac_cpp_err=yes
15138fi
15139if test -z "$ac_cpp_err"; then
15140 ac_header_preproc=yes
15141else
15142 echo "$as_me: failed program was:" >&5
15143sed 's/^/| /' conftest.$ac_ext >&5
15144
15145 ac_header_preproc=no
15146fi
15147rm -f conftest.err conftest.$ac_ext
15148echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15149echo "${ECHO_T}$ac_header_preproc" >&6
15150
15151# So? What about this header?
ac1cb8d3
VS
15152case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15153 yes:no: )
a848cd7e
SC
15154 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15155echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15156 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15157echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15158 ac_header_preproc=yes
a848cd7e 15159 ;;
ac1cb8d3 15160 no:yes:* )
a848cd7e
SC
15161 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15162echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15163 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15164echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15165 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15166echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15167 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15168echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15169 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15170echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15171 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15172echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15173 (
15174 cat <<\_ASBOX
ac1cb8d3
VS
15175## ----------------------------------------- ##
15176## Report this to wx-dev@lists.wxwidgets.org ##
15177## ----------------------------------------- ##
a848cd7e
SC
15178_ASBOX
15179 ) |
15180 sed "s/^/$as_me: WARNING: /" >&2
15181 ;;
15182esac
15183echo "$as_me:$LINENO: checking for $ac_header" >&5
15184echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15185if eval "test \"\${$as_ac_Header+set}\" = set"; then
15186 echo $ECHO_N "(cached) $ECHO_C" >&6
15187else
ac1cb8d3 15188 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15189fi
15190echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15191echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15192
15193fi
15194if test `eval echo '${'$as_ac_Header'}'` = yes; then
15195 cat >>confdefs.h <<_ACEOF
15196#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15197_ACEOF
15198
15199fi
15200
15201done
15202
15203
15204if test "$ac_cv_header_wchar_h" != "yes"; then
15205
15206for ac_header in wcstr.h
15207do
15208as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15209if eval "test \"\${$as_ac_Header+set}\" = set"; then
15210 echo "$as_me:$LINENO: checking for $ac_header" >&5
15211echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15212if eval "test \"\${$as_ac_Header+set}\" = set"; then
15213 echo $ECHO_N "(cached) $ECHO_C" >&6
15214fi
15215echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15216echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15217else
15218 # Is the header compilable?
15219echo "$as_me:$LINENO: checking $ac_header usability" >&5
15220echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15221cat >conftest.$ac_ext <<_ACEOF
15222/* confdefs.h. */
15223_ACEOF
15224cat confdefs.h >>conftest.$ac_ext
15225cat >>conftest.$ac_ext <<_ACEOF
15226/* end confdefs.h. */
15227$ac_includes_default
15228#include <$ac_header>
15229_ACEOF
15230rm -f conftest.$ac_objext
15231if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15232 (eval $ac_compile) 2>conftest.er1
a848cd7e 15233 ac_status=$?
ac1cb8d3
VS
15234 grep -v '^ *+' conftest.er1 >conftest.err
15235 rm -f conftest.er1
15236 cat conftest.err >&5
a848cd7e
SC
15237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15238 (exit $ac_status); } &&
6ebeb4c7 15239 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15241 (eval $ac_try) 2>&5
15242 ac_status=$?
15243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15244 (exit $ac_status); }; } &&
15245 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15247 (eval $ac_try) 2>&5
15248 ac_status=$?
15249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15250 (exit $ac_status); }; }; then
15251 ac_header_compiler=yes
15252else
15253 echo "$as_me: failed program was:" >&5
15254sed 's/^/| /' conftest.$ac_ext >&5
15255
15256ac_header_compiler=no
15257fi
ac1cb8d3 15258rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15259echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15260echo "${ECHO_T}$ac_header_compiler" >&6
15261
15262# Is the header present?
15263echo "$as_me:$LINENO: checking $ac_header presence" >&5
15264echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15265cat >conftest.$ac_ext <<_ACEOF
15266/* confdefs.h. */
15267_ACEOF
15268cat confdefs.h >>conftest.$ac_ext
15269cat >>conftest.$ac_ext <<_ACEOF
15270/* end confdefs.h. */
15271#include <$ac_header>
15272_ACEOF
15273if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15274 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15275 ac_status=$?
15276 grep -v '^ *+' conftest.er1 >conftest.err
15277 rm -f conftest.er1
15278 cat conftest.err >&5
15279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15280 (exit $ac_status); } >/dev/null; then
15281 if test -s conftest.err; then
15282 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15283 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15284 else
15285 ac_cpp_err=
15286 fi
15287else
15288 ac_cpp_err=yes
15289fi
15290if test -z "$ac_cpp_err"; then
15291 ac_header_preproc=yes
15292else
15293 echo "$as_me: failed program was:" >&5
15294sed 's/^/| /' conftest.$ac_ext >&5
15295
15296 ac_header_preproc=no
15297fi
15298rm -f conftest.err conftest.$ac_ext
15299echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15300echo "${ECHO_T}$ac_header_preproc" >&6
15301
15302# So? What about this header?
ac1cb8d3
VS
15303case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15304 yes:no: )
a848cd7e
SC
15305 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15306echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15307 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15308echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15309 ac_header_preproc=yes
a848cd7e 15310 ;;
ac1cb8d3 15311 no:yes:* )
a848cd7e
SC
15312 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15313echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15314 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15315echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15316 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15317echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15318 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15319echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15320 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15321echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15322 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15323echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15324 (
15325 cat <<\_ASBOX
ac1cb8d3
VS
15326## ----------------------------------------- ##
15327## Report this to wx-dev@lists.wxwidgets.org ##
15328## ----------------------------------------- ##
a848cd7e
SC
15329_ASBOX
15330 ) |
15331 sed "s/^/$as_me: WARNING: /" >&2
15332 ;;
15333esac
15334echo "$as_me:$LINENO: checking for $ac_header" >&5
15335echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15336if eval "test \"\${$as_ac_Header+set}\" = set"; then
15337 echo $ECHO_N "(cached) $ECHO_C" >&6
15338else
ac1cb8d3 15339 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15340fi
15341echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15342echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15343
15344fi
15345if test `eval echo '${'$as_ac_Header'}'` = yes; then
15346 cat >>confdefs.h <<_ACEOF
15347#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15348_ACEOF
15349
15350fi
15351
15352done
15353
15354fi
15355
15356
15357for ac_header in fnmatch.h
15358do
15359as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15360if eval "test \"\${$as_ac_Header+set}\" = set"; then
15361 echo "$as_me:$LINENO: checking for $ac_header" >&5
15362echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15363if eval "test \"\${$as_ac_Header+set}\" = set"; then
15364 echo $ECHO_N "(cached) $ECHO_C" >&6
15365fi
15366echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15367echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15368else
15369 # Is the header compilable?
15370echo "$as_me:$LINENO: checking $ac_header usability" >&5
15371echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15372cat >conftest.$ac_ext <<_ACEOF
15373/* confdefs.h. */
15374_ACEOF
15375cat confdefs.h >>conftest.$ac_ext
15376cat >>conftest.$ac_ext <<_ACEOF
15377/* end confdefs.h. */
15378$ac_includes_default
15379#include <$ac_header>
15380_ACEOF
15381rm -f conftest.$ac_objext
15382if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15383 (eval $ac_compile) 2>conftest.er1
a848cd7e 15384 ac_status=$?
ac1cb8d3
VS
15385 grep -v '^ *+' conftest.er1 >conftest.err
15386 rm -f conftest.er1
15387 cat conftest.err >&5
a848cd7e
SC
15388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15389 (exit $ac_status); } &&
6ebeb4c7 15390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15392 (eval $ac_try) 2>&5
15393 ac_status=$?
15394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15395 (exit $ac_status); }; } &&
15396 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15398 (eval $ac_try) 2>&5
15399 ac_status=$?
15400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15401 (exit $ac_status); }; }; then
15402 ac_header_compiler=yes
15403else
15404 echo "$as_me: failed program was:" >&5
15405sed 's/^/| /' conftest.$ac_ext >&5
15406
15407ac_header_compiler=no
15408fi
ac1cb8d3 15409rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15410echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15411echo "${ECHO_T}$ac_header_compiler" >&6
15412
15413# Is the header present?
15414echo "$as_me:$LINENO: checking $ac_header presence" >&5
15415echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15416cat >conftest.$ac_ext <<_ACEOF
15417/* confdefs.h. */
15418_ACEOF
15419cat confdefs.h >>conftest.$ac_ext
15420cat >>conftest.$ac_ext <<_ACEOF
15421/* end confdefs.h. */
15422#include <$ac_header>
15423_ACEOF
15424if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15425 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15426 ac_status=$?
15427 grep -v '^ *+' conftest.er1 >conftest.err
15428 rm -f conftest.er1
15429 cat conftest.err >&5
15430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15431 (exit $ac_status); } >/dev/null; then
15432 if test -s conftest.err; then
15433 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15434 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15435 else
15436 ac_cpp_err=
15437 fi
15438else
15439 ac_cpp_err=yes
15440fi
15441if test -z "$ac_cpp_err"; then
15442 ac_header_preproc=yes
15443else
15444 echo "$as_me: failed program was:" >&5
15445sed 's/^/| /' conftest.$ac_ext >&5
15446
15447 ac_header_preproc=no
15448fi
15449rm -f conftest.err conftest.$ac_ext
15450echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15451echo "${ECHO_T}$ac_header_preproc" >&6
15452
15453# So? What about this header?
ac1cb8d3
VS
15454case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15455 yes:no: )
a848cd7e
SC
15456 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15457echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15458 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15459echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15460 ac_header_preproc=yes
a848cd7e 15461 ;;
ac1cb8d3 15462 no:yes:* )
a848cd7e
SC
15463 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15464echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15465 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15466echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15467 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15468echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15469 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15470echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15471 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15472echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15473 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15474echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15475 (
15476 cat <<\_ASBOX
ac1cb8d3
VS
15477## ----------------------------------------- ##
15478## Report this to wx-dev@lists.wxwidgets.org ##
15479## ----------------------------------------- ##
a848cd7e
SC
15480_ASBOX
15481 ) |
15482 sed "s/^/$as_me: WARNING: /" >&2
15483 ;;
15484esac
15485echo "$as_me:$LINENO: checking for $ac_header" >&5
15486echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15487if eval "test \"\${$as_ac_Header+set}\" = set"; then
15488 echo $ECHO_N "(cached) $ECHO_C" >&6
15489else
ac1cb8d3 15490 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15491fi
15492echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15493echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15494
15495fi
15496if test `eval echo '${'$as_ac_Header'}'` = yes; then
15497 cat >>confdefs.h <<_ACEOF
15498#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15499_ACEOF
15500
15501fi
15502
15503done
15504
15505
a848cd7e
SC
15506
15507for ac_header in langinfo.h
15508do
15509as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15510if eval "test \"\${$as_ac_Header+set}\" = set"; then
15511 echo "$as_me:$LINENO: checking for $ac_header" >&5
15512echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15513if eval "test \"\${$as_ac_Header+set}\" = set"; then
15514 echo $ECHO_N "(cached) $ECHO_C" >&6
15515fi
15516echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15517echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15518else
15519 # Is the header compilable?
15520echo "$as_me:$LINENO: checking $ac_header usability" >&5
15521echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15522cat >conftest.$ac_ext <<_ACEOF
15523/* confdefs.h. */
15524_ACEOF
15525cat confdefs.h >>conftest.$ac_ext
15526cat >>conftest.$ac_ext <<_ACEOF
15527/* end confdefs.h. */
15528$ac_includes_default
15529#include <$ac_header>
15530_ACEOF
15531rm -f conftest.$ac_objext
15532if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15533 (eval $ac_compile) 2>conftest.er1
a848cd7e 15534 ac_status=$?
ac1cb8d3
VS
15535 grep -v '^ *+' conftest.er1 >conftest.err
15536 rm -f conftest.er1
15537 cat conftest.err >&5
a848cd7e
SC
15538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15539 (exit $ac_status); } &&
6ebeb4c7 15540 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15542 (eval $ac_try) 2>&5
15543 ac_status=$?
15544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15545 (exit $ac_status); }; } &&
15546 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15548 (eval $ac_try) 2>&5
15549 ac_status=$?
15550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15551 (exit $ac_status); }; }; then
15552 ac_header_compiler=yes
15553else
15554 echo "$as_me: failed program was:" >&5
15555sed 's/^/| /' conftest.$ac_ext >&5
15556
15557ac_header_compiler=no
15558fi
ac1cb8d3 15559rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15560echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15561echo "${ECHO_T}$ac_header_compiler" >&6
15562
15563# Is the header present?
15564echo "$as_me:$LINENO: checking $ac_header presence" >&5
15565echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15566cat >conftest.$ac_ext <<_ACEOF
15567/* confdefs.h. */
15568_ACEOF
15569cat confdefs.h >>conftest.$ac_ext
15570cat >>conftest.$ac_ext <<_ACEOF
15571/* end confdefs.h. */
15572#include <$ac_header>
15573_ACEOF
15574if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15575 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15576 ac_status=$?
15577 grep -v '^ *+' conftest.er1 >conftest.err
15578 rm -f conftest.er1
15579 cat conftest.err >&5
15580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15581 (exit $ac_status); } >/dev/null; then
15582 if test -s conftest.err; then
15583 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15584 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15585 else
15586 ac_cpp_err=
15587 fi
15588else
15589 ac_cpp_err=yes
15590fi
15591if test -z "$ac_cpp_err"; then
15592 ac_header_preproc=yes
15593else
15594 echo "$as_me: failed program was:" >&5
15595sed 's/^/| /' conftest.$ac_ext >&5
15596
15597 ac_header_preproc=no
15598fi
15599rm -f conftest.err conftest.$ac_ext
15600echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15601echo "${ECHO_T}$ac_header_preproc" >&6
15602
15603# So? What about this header?
ac1cb8d3
VS
15604case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15605 yes:no: )
a848cd7e
SC
15606 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15607echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15608 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15609echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15610 ac_header_preproc=yes
a848cd7e 15611 ;;
ac1cb8d3 15612 no:yes:* )
a848cd7e
SC
15613 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15614echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15615 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15616echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15617 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15618echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15619 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15620echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15621 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15622echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15623 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15624echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15625 (
15626 cat <<\_ASBOX
ac1cb8d3
VS
15627## ----------------------------------------- ##
15628## Report this to wx-dev@lists.wxwidgets.org ##
15629## ----------------------------------------- ##
a848cd7e
SC
15630_ASBOX
15631 ) |
15632 sed "s/^/$as_me: WARNING: /" >&2
15633 ;;
15634esac
15635echo "$as_me:$LINENO: checking for $ac_header" >&5
15636echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15637if eval "test \"\${$as_ac_Header+set}\" = set"; then
15638 echo $ECHO_N "(cached) $ECHO_C" >&6
15639else
ac1cb8d3 15640 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15641fi
15642echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15643echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15644
15645fi
15646if test `eval echo '${'$as_ac_Header'}'` = yes; then
15647 cat >>confdefs.h <<_ACEOF
15648#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15649_ACEOF
15650
15651fi
15652
15653done
15654
15655
15656case "${host}" in
15657 *-pc-os2_emx | *-pc-os2-emx )
391a765e
VS
15658 if test $ac_cv_header_langinfo_h = "yes" \
15659 -a \( "$wx_cv_gccversion" = "EMX2" \
15660 -o "$wx_cv_gccversion" = "EMX3" \
15661 -o "$wx_cv_gccversion" = "Innotek5" \); then
a848cd7e
SC
15662 LIBS="$LIBS -lintl"
15663 fi
15664 ;;
15665esac
15666
a848cd7e
SC
15667
15668echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15669echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15670if test "${ac_cv_c_const+set}" = set; then
15671 echo $ECHO_N "(cached) $ECHO_C" >&6
15672else
15673 cat >conftest.$ac_ext <<_ACEOF
15674/* confdefs.h. */
15675_ACEOF
15676cat confdefs.h >>conftest.$ac_ext
15677cat >>conftest.$ac_ext <<_ACEOF
15678/* end confdefs.h. */
15679
15680int
15681main ()
15682{
15683/* FIXME: Include the comments suggested by Paul. */
15684#ifndef __cplusplus
15685 /* Ultrix mips cc rejects this. */
15686 typedef int charset[2];
15687 const charset x;
15688 /* SunOS 4.1.1 cc rejects this. */
15689 char const *const *ccp;
15690 char **p;
15691 /* NEC SVR4.0.2 mips cc rejects this. */
15692 struct point {int x, y;};
15693 static struct point const zero = {0,0};
15694 /* AIX XL C 1.02.0.0 rejects this.
15695 It does not let you subtract one const X* pointer from another in
15696 an arm of an if-expression whose if-part is not a constant
15697 expression */
15698 const char *g = "string";
15699 ccp = &g + (g ? g-g : 0);
15700 /* HPUX 7.0 cc rejects these. */
15701 ++ccp;
15702 p = (char**) ccp;
15703 ccp = (char const *const *) p;
15704 { /* SCO 3.2v4 cc rejects this. */
15705 char *t;
15706 char const *s = 0 ? (char *) 0 : (char const *) 0;
15707
15708 *t++ = 0;
15709 }
15710 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15711 int x[] = {25, 17};
15712 const int *foo = &x[0];
15713 ++foo;
15714 }
15715 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15716 typedef const int *iptr;
15717 iptr p = 0;
15718 ++p;
15719 }
15720 { /* AIX XL C 1.02.0.0 rejects this saying
15721 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15722 struct s { int j; const int *ap[3]; };
15723 struct s *b; b->j = 5;
15724 }
15725 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15726 const int foo = 10;
15727 }
15728#endif
15729
15730 ;
15731 return 0;
15732}
15733_ACEOF
15734rm -f conftest.$ac_objext
15735if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15736 (eval $ac_compile) 2>conftest.er1
a848cd7e 15737 ac_status=$?
ac1cb8d3
VS
15738 grep -v '^ *+' conftest.er1 >conftest.err
15739 rm -f conftest.er1
15740 cat conftest.err >&5
a848cd7e
SC
15741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15742 (exit $ac_status); } &&
6ebeb4c7 15743 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15745 (eval $ac_try) 2>&5
15746 ac_status=$?
15747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15748 (exit $ac_status); }; } &&
15749 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15751 (eval $ac_try) 2>&5
15752 ac_status=$?
15753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15754 (exit $ac_status); }; }; then
15755 ac_cv_c_const=yes
15756else
15757 echo "$as_me: failed program was:" >&5
15758sed 's/^/| /' conftest.$ac_ext >&5
15759
15760ac_cv_c_const=no
15761fi
ac1cb8d3 15762rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15763fi
15764echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15765echo "${ECHO_T}$ac_cv_c_const" >&6
15766if test $ac_cv_c_const = no; then
15767
15768cat >>confdefs.h <<\_ACEOF
15769#define const
15770_ACEOF
15771
15772fi
15773
15774echo "$as_me:$LINENO: checking for inline" >&5
15775echo $ECHO_N "checking for inline... $ECHO_C" >&6
15776if test "${ac_cv_c_inline+set}" = set; then
15777 echo $ECHO_N "(cached) $ECHO_C" >&6
15778else
15779 ac_cv_c_inline=no
15780for ac_kw in inline __inline__ __inline; do
15781 cat >conftest.$ac_ext <<_ACEOF
15782/* confdefs.h. */
15783_ACEOF
15784cat confdefs.h >>conftest.$ac_ext
15785cat >>conftest.$ac_ext <<_ACEOF
15786/* end confdefs.h. */
15787#ifndef __cplusplus
15788typedef int foo_t;
15789static $ac_kw foo_t static_foo () {return 0; }
15790$ac_kw foo_t foo () {return 0; }
15791#endif
15792
15793_ACEOF
15794rm -f conftest.$ac_objext
15795if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15796 (eval $ac_compile) 2>conftest.er1
a848cd7e 15797 ac_status=$?
ac1cb8d3
VS
15798 grep -v '^ *+' conftest.er1 >conftest.err
15799 rm -f conftest.er1
15800 cat conftest.err >&5
a848cd7e
SC
15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); } &&
6ebeb4c7 15803 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15805 (eval $ac_try) 2>&5
15806 ac_status=$?
15807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15808 (exit $ac_status); }; } &&
15809 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15811 (eval $ac_try) 2>&5
15812 ac_status=$?
15813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15814 (exit $ac_status); }; }; then
15815 ac_cv_c_inline=$ac_kw; break
15816else
15817 echo "$as_me: failed program was:" >&5
15818sed 's/^/| /' conftest.$ac_ext >&5
15819
15820fi
ac1cb8d3 15821rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15822done
15823
15824fi
15825echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15826echo "${ECHO_T}$ac_cv_c_inline" >&6
ac1cb8d3
VS
15827
15828
a848cd7e
SC
15829case $ac_cv_c_inline in
15830 inline | yes) ;;
ac1cb8d3
VS
15831 *)
15832 case $ac_cv_c_inline in
15833 no) ac_val=;;
15834 *) ac_val=$ac_cv_c_inline;;
15835 esac
15836 cat >>confdefs.h <<_ACEOF
15837#ifndef __cplusplus
15838#define inline $ac_val
15839#endif
de59c161 15840_ACEOF
ac1cb8d3 15841 ;;
a848cd7e
SC
15842esac
15843
15844
15845echo "$as_me:$LINENO: checking for char" >&5
15846echo $ECHO_N "checking for char... $ECHO_C" >&6
15847if test "${ac_cv_type_char+set}" = set; then
15848 echo $ECHO_N "(cached) $ECHO_C" >&6
15849else
15850 cat >conftest.$ac_ext <<_ACEOF
15851/* confdefs.h. */
15852_ACEOF
15853cat confdefs.h >>conftest.$ac_ext
15854cat >>conftest.$ac_ext <<_ACEOF
15855/* end confdefs.h. */
15856$ac_includes_default
15857int
15858main ()
15859{
15860if ((char *) 0)
15861 return 0;
15862if (sizeof (char))
15863 return 0;
15864 ;
15865 return 0;
15866}
15867_ACEOF
15868rm -f conftest.$ac_objext
15869if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15870 (eval $ac_compile) 2>conftest.er1
a848cd7e 15871 ac_status=$?
ac1cb8d3
VS
15872 grep -v '^ *+' conftest.er1 >conftest.err
15873 rm -f conftest.er1
15874 cat conftest.err >&5
a848cd7e
SC
15875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15876 (exit $ac_status); } &&
6ebeb4c7 15877 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15879 (eval $ac_try) 2>&5
15880 ac_status=$?
15881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15882 (exit $ac_status); }; } &&
15883 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15885 (eval $ac_try) 2>&5
15886 ac_status=$?
15887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15888 (exit $ac_status); }; }; then
15889 ac_cv_type_char=yes
15890else
15891 echo "$as_me: failed program was:" >&5
15892sed 's/^/| /' conftest.$ac_ext >&5
15893
15894ac_cv_type_char=no
15895fi
ac1cb8d3 15896rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15897fi
15898echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15899echo "${ECHO_T}$ac_cv_type_char" >&6
15900
15901echo "$as_me:$LINENO: checking size of char" >&5
15902echo $ECHO_N "checking size of char... $ECHO_C" >&6
15903if test "${ac_cv_sizeof_char+set}" = set; then
15904 echo $ECHO_N "(cached) $ECHO_C" >&6
15905else
15906 if test "$ac_cv_type_char" = yes; then
15907 # The cast to unsigned long works around a bug in the HP C Compiler
15908 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15909 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15910 # This bug is HP SR number 8606223364.
15911 if test "$cross_compiling" = yes; then
15912 # Depending upon the size, compute the lo and hi bounds.
15913cat >conftest.$ac_ext <<_ACEOF
15914/* confdefs.h. */
15915_ACEOF
15916cat confdefs.h >>conftest.$ac_ext
15917cat >>conftest.$ac_ext <<_ACEOF
15918/* end confdefs.h. */
15919$ac_includes_default
15920int
15921main ()
15922{
15923static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15924test_array [0] = 0
15925
15926 ;
15927 return 0;
15928}
15929_ACEOF
15930rm -f conftest.$ac_objext
15931if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15932 (eval $ac_compile) 2>conftest.er1
a848cd7e 15933 ac_status=$?
ac1cb8d3
VS
15934 grep -v '^ *+' conftest.er1 >conftest.err
15935 rm -f conftest.er1
15936 cat conftest.err >&5
a848cd7e
SC
15937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15938 (exit $ac_status); } &&
6ebeb4c7 15939 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15941 (eval $ac_try) 2>&5
15942 ac_status=$?
15943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15944 (exit $ac_status); }; } &&
15945 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15947 (eval $ac_try) 2>&5
15948 ac_status=$?
15949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15950 (exit $ac_status); }; }; then
15951 ac_lo=0 ac_mid=0
15952 while :; do
15953 cat >conftest.$ac_ext <<_ACEOF
15954/* confdefs.h. */
15955_ACEOF
15956cat confdefs.h >>conftest.$ac_ext
15957cat >>conftest.$ac_ext <<_ACEOF
15958/* end confdefs.h. */
15959$ac_includes_default
15960int
15961main ()
15962{
15963static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15964test_array [0] = 0
15965
15966 ;
15967 return 0;
15968}
15969_ACEOF
15970rm -f conftest.$ac_objext
15971if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15972 (eval $ac_compile) 2>conftest.er1
a848cd7e 15973 ac_status=$?
ac1cb8d3
VS
15974 grep -v '^ *+' conftest.er1 >conftest.err
15975 rm -f conftest.er1
15976 cat conftest.err >&5
a848cd7e
SC
15977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978 (exit $ac_status); } &&
6ebeb4c7 15979 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15981 (eval $ac_try) 2>&5
15982 ac_status=$?
15983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15984 (exit $ac_status); }; } &&
15985 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15987 (eval $ac_try) 2>&5
15988 ac_status=$?
15989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15990 (exit $ac_status); }; }; then
15991 ac_hi=$ac_mid; break
15992else
15993 echo "$as_me: failed program was:" >&5
15994sed 's/^/| /' conftest.$ac_ext >&5
15995
15996ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
15997 if test $ac_lo -le $ac_mid; then
15998 ac_lo= ac_hi=
15999 break
16000 fi
16001 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16002fi
ac1cb8d3 16003rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16004 done
16005else
16006 echo "$as_me: failed program was:" >&5
16007sed 's/^/| /' conftest.$ac_ext >&5
16008
16009cat >conftest.$ac_ext <<_ACEOF
16010/* confdefs.h. */
16011_ACEOF
16012cat confdefs.h >>conftest.$ac_ext
16013cat >>conftest.$ac_ext <<_ACEOF
16014/* end confdefs.h. */
16015$ac_includes_default
16016int
16017main ()
16018{
16019static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
16020test_array [0] = 0
16021
16022 ;
16023 return 0;
16024}
16025_ACEOF
16026rm -f conftest.$ac_objext
16027if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16028 (eval $ac_compile) 2>conftest.er1
a848cd7e 16029 ac_status=$?
ac1cb8d3
VS
16030 grep -v '^ *+' conftest.er1 >conftest.err
16031 rm -f conftest.er1
16032 cat conftest.err >&5
a848cd7e
SC
16033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16034 (exit $ac_status); } &&
6ebeb4c7 16035 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16037 (eval $ac_try) 2>&5
16038 ac_status=$?
16039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16040 (exit $ac_status); }; } &&
16041 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16043 (eval $ac_try) 2>&5
16044 ac_status=$?
16045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16046 (exit $ac_status); }; }; then
16047 ac_hi=-1 ac_mid=-1
16048 while :; do
16049 cat >conftest.$ac_ext <<_ACEOF
16050/* confdefs.h. */
16051_ACEOF
16052cat confdefs.h >>conftest.$ac_ext
16053cat >>conftest.$ac_ext <<_ACEOF
16054/* end confdefs.h. */
16055$ac_includes_default
16056int
16057main ()
16058{
16059static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
16060test_array [0] = 0
16061
16062 ;
16063 return 0;
16064}
16065_ACEOF
16066rm -f conftest.$ac_objext
16067if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16068 (eval $ac_compile) 2>conftest.er1
a848cd7e 16069 ac_status=$?
ac1cb8d3
VS
16070 grep -v '^ *+' conftest.er1 >conftest.err
16071 rm -f conftest.er1
16072 cat conftest.err >&5
a848cd7e
SC
16073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16074 (exit $ac_status); } &&
6ebeb4c7 16075 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16077 (eval $ac_try) 2>&5
16078 ac_status=$?
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); }; } &&
16081 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16083 (eval $ac_try) 2>&5
16084 ac_status=$?
16085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16086 (exit $ac_status); }; }; then
16087 ac_lo=$ac_mid; break
16088else
16089 echo "$as_me: failed program was:" >&5
16090sed 's/^/| /' conftest.$ac_ext >&5
16091
16092ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16093 if test $ac_mid -le $ac_hi; then
16094 ac_lo= ac_hi=
16095 break
16096 fi
16097 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16098fi
ac1cb8d3 16099rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16100 done
16101else
16102 echo "$as_me: failed program was:" >&5
16103sed 's/^/| /' conftest.$ac_ext >&5
16104
16105ac_lo= ac_hi=
16106fi
ac1cb8d3 16107rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16108fi
ac1cb8d3 16109rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16110# Binary search between lo and hi bounds.
16111while test "x$ac_lo" != "x$ac_hi"; do
16112 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16113 cat >conftest.$ac_ext <<_ACEOF
16114/* confdefs.h. */
16115_ACEOF
16116cat confdefs.h >>conftest.$ac_ext
16117cat >>conftest.$ac_ext <<_ACEOF
16118/* end confdefs.h. */
16119$ac_includes_default
16120int
16121main ()
16122{
16123static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16124test_array [0] = 0
16125
16126 ;
16127 return 0;
16128}
16129_ACEOF
16130rm -f conftest.$ac_objext
16131if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16132 (eval $ac_compile) 2>conftest.er1
a848cd7e 16133 ac_status=$?
ac1cb8d3
VS
16134 grep -v '^ *+' conftest.er1 >conftest.err
16135 rm -f conftest.er1
16136 cat conftest.err >&5
a848cd7e
SC
16137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16138 (exit $ac_status); } &&
6ebeb4c7 16139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16141 (eval $ac_try) 2>&5
16142 ac_status=$?
16143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16144 (exit $ac_status); }; } &&
16145 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16147 (eval $ac_try) 2>&5
16148 ac_status=$?
16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); }; }; then
16151 ac_hi=$ac_mid
16152else
16153 echo "$as_me: failed program was:" >&5
16154sed 's/^/| /' conftest.$ac_ext >&5
16155
16156ac_lo=`expr '(' $ac_mid ')' + 1`
16157fi
ac1cb8d3 16158rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16159done
16160case $ac_lo in
16161?*) ac_cv_sizeof_char=$ac_lo;;
16162'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16163See \`config.log' for more details." >&5
16164echo "$as_me: error: cannot compute sizeof (char), 77
16165See \`config.log' for more details." >&2;}
16166 { (exit 1); exit 1; }; } ;;
16167esac
16168else
16169 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
16170 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16171echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
16172 { (exit 1); exit 1; }; }
16173else
16174 cat >conftest.$ac_ext <<_ACEOF
16175/* confdefs.h. */
16176_ACEOF
16177cat confdefs.h >>conftest.$ac_ext
16178cat >>conftest.$ac_ext <<_ACEOF
16179/* end confdefs.h. */
16180$ac_includes_default
16181long longval () { return (long) (sizeof (char)); }
16182unsigned long ulongval () { return (long) (sizeof (char)); }
16183#include <stdio.h>
16184#include <stdlib.h>
16185int
16186main ()
16187{
16188
16189 FILE *f = fopen ("conftest.val", "w");
16190 if (! f)
16191 exit (1);
16192 if (((long) (sizeof (char))) < 0)
16193 {
16194 long i = longval ();
16195 if (i != ((long) (sizeof (char))))
16196 exit (1);
16197 fprintf (f, "%ld\n", i);
16198 }
16199 else
16200 {
16201 unsigned long i = ulongval ();
16202 if (i != ((long) (sizeof (char))))
16203 exit (1);
16204 fprintf (f, "%lu\n", i);
16205 }
16206 exit (ferror (f) || fclose (f) != 0);
16207
16208 ;
16209 return 0;
16210}
16211_ACEOF
16212rm -f conftest$ac_exeext
16213if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16214 (eval $ac_link) 2>&5
16215 ac_status=$?
16216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16217 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16219 (eval $ac_try) 2>&5
16220 ac_status=$?
16221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16222 (exit $ac_status); }; }; then
16223 ac_cv_sizeof_char=`cat conftest.val`
16224else
16225 echo "$as_me: program exited with status $ac_status" >&5
16226echo "$as_me: failed program was:" >&5
16227sed 's/^/| /' conftest.$ac_ext >&5
16228
16229( exit $ac_status )
16230{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16231See \`config.log' for more details." >&5
16232echo "$as_me: error: cannot compute sizeof (char), 77
16233See \`config.log' for more details." >&2;}
16234 { (exit 1); exit 1; }; }
16235fi
ac1cb8d3 16236rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16237fi
16238fi
16239rm -f conftest.val
16240else
16241 ac_cv_sizeof_char=0
16242fi
16243fi
16244echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
16245echo "${ECHO_T}$ac_cv_sizeof_char" >&6
16246cat >>confdefs.h <<_ACEOF
16247#define SIZEOF_CHAR $ac_cv_sizeof_char
16248_ACEOF
16249
16250
16251echo "$as_me:$LINENO: checking for short" >&5
16252echo $ECHO_N "checking for short... $ECHO_C" >&6
16253if test "${ac_cv_type_short+set}" = set; then
16254 echo $ECHO_N "(cached) $ECHO_C" >&6
16255else
16256 cat >conftest.$ac_ext <<_ACEOF
16257/* confdefs.h. */
16258_ACEOF
16259cat confdefs.h >>conftest.$ac_ext
16260cat >>conftest.$ac_ext <<_ACEOF
16261/* end confdefs.h. */
16262$ac_includes_default
16263int
16264main ()
16265{
16266if ((short *) 0)
16267 return 0;
16268if (sizeof (short))
16269 return 0;
16270 ;
16271 return 0;
16272}
16273_ACEOF
16274rm -f conftest.$ac_objext
16275if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16276 (eval $ac_compile) 2>conftest.er1
a848cd7e 16277 ac_status=$?
ac1cb8d3
VS
16278 grep -v '^ *+' conftest.er1 >conftest.err
16279 rm -f conftest.er1
16280 cat conftest.err >&5
a848cd7e
SC
16281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16282 (exit $ac_status); } &&
6ebeb4c7 16283 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16285 (eval $ac_try) 2>&5
16286 ac_status=$?
16287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16288 (exit $ac_status); }; } &&
16289 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16291 (eval $ac_try) 2>&5
16292 ac_status=$?
16293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16294 (exit $ac_status); }; }; then
16295 ac_cv_type_short=yes
16296else
16297 echo "$as_me: failed program was:" >&5
16298sed 's/^/| /' conftest.$ac_ext >&5
16299
16300ac_cv_type_short=no
16301fi
ac1cb8d3 16302rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16303fi
16304echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
16305echo "${ECHO_T}$ac_cv_type_short" >&6
16306
16307echo "$as_me:$LINENO: checking size of short" >&5
16308echo $ECHO_N "checking size of short... $ECHO_C" >&6
16309if test "${ac_cv_sizeof_short+set}" = set; then
16310 echo $ECHO_N "(cached) $ECHO_C" >&6
16311else
16312 if test "$ac_cv_type_short" = yes; then
16313 # The cast to unsigned long works around a bug in the HP C Compiler
16314 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16315 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16316 # This bug is HP SR number 8606223364.
16317 if test "$cross_compiling" = yes; then
16318 # Depending upon the size, compute the lo and hi bounds.
16319cat >conftest.$ac_ext <<_ACEOF
16320/* confdefs.h. */
16321_ACEOF
16322cat confdefs.h >>conftest.$ac_ext
16323cat >>conftest.$ac_ext <<_ACEOF
16324/* end confdefs.h. */
16325$ac_includes_default
16326int
16327main ()
16328{
16329static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
16330test_array [0] = 0
16331
16332 ;
16333 return 0;
16334}
16335_ACEOF
16336rm -f conftest.$ac_objext
16337if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16338 (eval $ac_compile) 2>conftest.er1
a848cd7e 16339 ac_status=$?
ac1cb8d3
VS
16340 grep -v '^ *+' conftest.er1 >conftest.err
16341 rm -f conftest.er1
16342 cat conftest.err >&5
a848cd7e
SC
16343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344 (exit $ac_status); } &&
6ebeb4c7 16345 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16347 (eval $ac_try) 2>&5
16348 ac_status=$?
16349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16350 (exit $ac_status); }; } &&
16351 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16353 (eval $ac_try) 2>&5
16354 ac_status=$?
16355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16356 (exit $ac_status); }; }; then
16357 ac_lo=0 ac_mid=0
16358 while :; do
16359 cat >conftest.$ac_ext <<_ACEOF
16360/* confdefs.h. */
16361_ACEOF
16362cat confdefs.h >>conftest.$ac_ext
16363cat >>conftest.$ac_ext <<_ACEOF
16364/* end confdefs.h. */
16365$ac_includes_default
16366int
16367main ()
16368{
16369static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16370test_array [0] = 0
16371
16372 ;
16373 return 0;
16374}
16375_ACEOF
16376rm -f conftest.$ac_objext
16377if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16378 (eval $ac_compile) 2>conftest.er1
a848cd7e 16379 ac_status=$?
ac1cb8d3
VS
16380 grep -v '^ *+' conftest.er1 >conftest.err
16381 rm -f conftest.er1
16382 cat conftest.err >&5
a848cd7e
SC
16383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16384 (exit $ac_status); } &&
6ebeb4c7 16385 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16387 (eval $ac_try) 2>&5
16388 ac_status=$?
16389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16390 (exit $ac_status); }; } &&
16391 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16393 (eval $ac_try) 2>&5
16394 ac_status=$?
16395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16396 (exit $ac_status); }; }; then
16397 ac_hi=$ac_mid; break
16398else
16399 echo "$as_me: failed program was:" >&5
16400sed 's/^/| /' conftest.$ac_ext >&5
16401
16402ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
16403 if test $ac_lo -le $ac_mid; then
16404 ac_lo= ac_hi=
16405 break
16406 fi
16407 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16408fi
ac1cb8d3 16409rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16410 done
16411else
16412 echo "$as_me: failed program was:" >&5
16413sed 's/^/| /' conftest.$ac_ext >&5
16414
16415cat >conftest.$ac_ext <<_ACEOF
16416/* confdefs.h. */
16417_ACEOF
16418cat confdefs.h >>conftest.$ac_ext
16419cat >>conftest.$ac_ext <<_ACEOF
16420/* end confdefs.h. */
16421$ac_includes_default
16422int
16423main ()
16424{
16425static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
16426test_array [0] = 0
16427
16428 ;
16429 return 0;
16430}
16431_ACEOF
16432rm -f conftest.$ac_objext
16433if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16434 (eval $ac_compile) 2>conftest.er1
a848cd7e 16435 ac_status=$?
ac1cb8d3
VS
16436 grep -v '^ *+' conftest.er1 >conftest.err
16437 rm -f conftest.er1
16438 cat conftest.err >&5
a848cd7e
SC
16439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16440 (exit $ac_status); } &&
6ebeb4c7 16441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16443 (eval $ac_try) 2>&5
16444 ac_status=$?
16445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16446 (exit $ac_status); }; } &&
16447 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16449 (eval $ac_try) 2>&5
16450 ac_status=$?
16451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16452 (exit $ac_status); }; }; then
16453 ac_hi=-1 ac_mid=-1
16454 while :; do
16455 cat >conftest.$ac_ext <<_ACEOF
16456/* confdefs.h. */
16457_ACEOF
16458cat confdefs.h >>conftest.$ac_ext
16459cat >>conftest.$ac_ext <<_ACEOF
16460/* end confdefs.h. */
16461$ac_includes_default
16462int
16463main ()
16464{
16465static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16466test_array [0] = 0
16467
16468 ;
16469 return 0;
16470}
16471_ACEOF
16472rm -f conftest.$ac_objext
16473if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16474 (eval $ac_compile) 2>conftest.er1
a848cd7e 16475 ac_status=$?
ac1cb8d3
VS
16476 grep -v '^ *+' conftest.er1 >conftest.err
16477 rm -f conftest.er1
16478 cat conftest.err >&5
a848cd7e
SC
16479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16480 (exit $ac_status); } &&
6ebeb4c7 16481 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16483 (eval $ac_try) 2>&5
16484 ac_status=$?
16485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16486 (exit $ac_status); }; } &&
16487 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16489 (eval $ac_try) 2>&5
16490 ac_status=$?
16491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); }; }; then
16493 ac_lo=$ac_mid; break
16494else
16495 echo "$as_me: failed program was:" >&5
16496sed 's/^/| /' conftest.$ac_ext >&5
16497
16498ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16499 if test $ac_mid -le $ac_hi; then
16500 ac_lo= ac_hi=
16501 break
16502 fi
16503 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16504fi
ac1cb8d3 16505rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16506 done
16507else
16508 echo "$as_me: failed program was:" >&5
16509sed 's/^/| /' conftest.$ac_ext >&5
16510
16511ac_lo= ac_hi=
16512fi
ac1cb8d3 16513rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16514fi
ac1cb8d3 16515rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16516# Binary search between lo and hi bounds.
16517while test "x$ac_lo" != "x$ac_hi"; do
16518 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16519 cat >conftest.$ac_ext <<_ACEOF
16520/* confdefs.h. */
16521_ACEOF
16522cat confdefs.h >>conftest.$ac_ext
16523cat >>conftest.$ac_ext <<_ACEOF
16524/* end confdefs.h. */
16525$ac_includes_default
16526int
16527main ()
16528{
16529static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16530test_array [0] = 0
16531
16532 ;
16533 return 0;
16534}
16535_ACEOF
16536rm -f conftest.$ac_objext
16537if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16538 (eval $ac_compile) 2>conftest.er1
a848cd7e 16539 ac_status=$?
ac1cb8d3
VS
16540 grep -v '^ *+' conftest.er1 >conftest.err
16541 rm -f conftest.er1
16542 cat conftest.err >&5
a848cd7e
SC
16543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16544 (exit $ac_status); } &&
6ebeb4c7 16545 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16547 (eval $ac_try) 2>&5
16548 ac_status=$?
16549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16550 (exit $ac_status); }; } &&
16551 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16553 (eval $ac_try) 2>&5
16554 ac_status=$?
16555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16556 (exit $ac_status); }; }; then
16557 ac_hi=$ac_mid
16558else
16559 echo "$as_me: failed program was:" >&5
16560sed 's/^/| /' conftest.$ac_ext >&5
16561
16562ac_lo=`expr '(' $ac_mid ')' + 1`
16563fi
ac1cb8d3 16564rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16565done
16566case $ac_lo in
16567?*) ac_cv_sizeof_short=$ac_lo;;
16568'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16569See \`config.log' for more details." >&5
16570echo "$as_me: error: cannot compute sizeof (short), 77
16571See \`config.log' for more details." >&2;}
16572 { (exit 1); exit 1; }; } ;;
16573esac
16574else
16575 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
16576 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16577echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
16578 { (exit 1); exit 1; }; }
16579else
16580 cat >conftest.$ac_ext <<_ACEOF
16581/* confdefs.h. */
16582_ACEOF
16583cat confdefs.h >>conftest.$ac_ext
16584cat >>conftest.$ac_ext <<_ACEOF
16585/* end confdefs.h. */
16586$ac_includes_default
16587long longval () { return (long) (sizeof (short)); }
16588unsigned long ulongval () { return (long) (sizeof (short)); }
16589#include <stdio.h>
16590#include <stdlib.h>
16591int
16592main ()
16593{
16594
16595 FILE *f = fopen ("conftest.val", "w");
16596 if (! f)
16597 exit (1);
16598 if (((long) (sizeof (short))) < 0)
16599 {
16600 long i = longval ();
16601 if (i != ((long) (sizeof (short))))
16602 exit (1);
16603 fprintf (f, "%ld\n", i);
16604 }
16605 else
16606 {
16607 unsigned long i = ulongval ();
16608 if (i != ((long) (sizeof (short))))
16609 exit (1);
16610 fprintf (f, "%lu\n", i);
16611 }
16612 exit (ferror (f) || fclose (f) != 0);
16613
16614 ;
16615 return 0;
16616}
16617_ACEOF
16618rm -f conftest$ac_exeext
16619if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16620 (eval $ac_link) 2>&5
16621 ac_status=$?
16622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16625 (eval $ac_try) 2>&5
16626 ac_status=$?
16627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16628 (exit $ac_status); }; }; then
16629 ac_cv_sizeof_short=`cat conftest.val`
16630else
16631 echo "$as_me: program exited with status $ac_status" >&5
16632echo "$as_me: failed program was:" >&5
16633sed 's/^/| /' conftest.$ac_ext >&5
16634
16635( exit $ac_status )
16636{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16637See \`config.log' for more details." >&5
16638echo "$as_me: error: cannot compute sizeof (short), 77
16639See \`config.log' for more details." >&2;}
16640 { (exit 1); exit 1; }; }
16641fi
ac1cb8d3 16642rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16643fi
16644fi
16645rm -f conftest.val
16646else
16647 ac_cv_sizeof_short=0
16648fi
16649fi
16650echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16651echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16652cat >>confdefs.h <<_ACEOF
16653#define SIZEOF_SHORT $ac_cv_sizeof_short
16654_ACEOF
16655
16656
16657echo "$as_me:$LINENO: checking for void *" >&5
16658echo $ECHO_N "checking for void *... $ECHO_C" >&6
16659if test "${ac_cv_type_void_p+set}" = set; then
16660 echo $ECHO_N "(cached) $ECHO_C" >&6
16661else
16662 cat >conftest.$ac_ext <<_ACEOF
16663/* confdefs.h. */
16664_ACEOF
16665cat confdefs.h >>conftest.$ac_ext
16666cat >>conftest.$ac_ext <<_ACEOF
16667/* end confdefs.h. */
16668$ac_includes_default
16669int
16670main ()
16671{
16672if ((void * *) 0)
16673 return 0;
16674if (sizeof (void *))
16675 return 0;
16676 ;
16677 return 0;
16678}
16679_ACEOF
16680rm -f conftest.$ac_objext
16681if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16682 (eval $ac_compile) 2>conftest.er1
a848cd7e 16683 ac_status=$?
ac1cb8d3
VS
16684 grep -v '^ *+' conftest.er1 >conftest.err
16685 rm -f conftest.er1
16686 cat conftest.err >&5
a848cd7e
SC
16687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16688 (exit $ac_status); } &&
6ebeb4c7 16689 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16691 (eval $ac_try) 2>&5
16692 ac_status=$?
16693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16694 (exit $ac_status); }; } &&
16695 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16697 (eval $ac_try) 2>&5
16698 ac_status=$?
16699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16700 (exit $ac_status); }; }; then
16701 ac_cv_type_void_p=yes
16702else
16703 echo "$as_me: failed program was:" >&5
16704sed 's/^/| /' conftest.$ac_ext >&5
16705
16706ac_cv_type_void_p=no
16707fi
ac1cb8d3 16708rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16709fi
16710echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16711echo "${ECHO_T}$ac_cv_type_void_p" >&6
16712
16713echo "$as_me:$LINENO: checking size of void *" >&5
16714echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16715if test "${ac_cv_sizeof_void_p+set}" = set; then
16716 echo $ECHO_N "(cached) $ECHO_C" >&6
16717else
16718 if test "$ac_cv_type_void_p" = yes; then
16719 # The cast to unsigned long works around a bug in the HP C Compiler
16720 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16721 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16722 # This bug is HP SR number 8606223364.
16723 if test "$cross_compiling" = yes; then
16724 # Depending upon the size, compute the lo and hi bounds.
16725cat >conftest.$ac_ext <<_ACEOF
16726/* confdefs.h. */
16727_ACEOF
16728cat confdefs.h >>conftest.$ac_ext
16729cat >>conftest.$ac_ext <<_ACEOF
16730/* end confdefs.h. */
16731$ac_includes_default
16732int
16733main ()
16734{
16735static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16736test_array [0] = 0
16737
16738 ;
16739 return 0;
16740}
16741_ACEOF
16742rm -f conftest.$ac_objext
16743if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16744 (eval $ac_compile) 2>conftest.er1
a848cd7e 16745 ac_status=$?
ac1cb8d3
VS
16746 grep -v '^ *+' conftest.er1 >conftest.err
16747 rm -f conftest.er1
16748 cat conftest.err >&5
a848cd7e
SC
16749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16750 (exit $ac_status); } &&
6ebeb4c7 16751 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
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); }; } &&
16757 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16759 (eval $ac_try) 2>&5
16760 ac_status=$?
16761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16762 (exit $ac_status); }; }; then
16763 ac_lo=0 ac_mid=0
16764 while :; do
16765 cat >conftest.$ac_ext <<_ACEOF
16766/* confdefs.h. */
16767_ACEOF
16768cat confdefs.h >>conftest.$ac_ext
16769cat >>conftest.$ac_ext <<_ACEOF
16770/* end confdefs.h. */
16771$ac_includes_default
16772int
16773main ()
16774{
16775static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16776test_array [0] = 0
16777
16778 ;
16779 return 0;
16780}
16781_ACEOF
16782rm -f conftest.$ac_objext
16783if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16784 (eval $ac_compile) 2>conftest.er1
a848cd7e 16785 ac_status=$?
ac1cb8d3
VS
16786 grep -v '^ *+' conftest.er1 >conftest.err
16787 rm -f conftest.er1
16788 cat conftest.err >&5
a848cd7e
SC
16789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16790 (exit $ac_status); } &&
6ebeb4c7 16791 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16793 (eval $ac_try) 2>&5
16794 ac_status=$?
16795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16796 (exit $ac_status); }; } &&
16797 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16799 (eval $ac_try) 2>&5
16800 ac_status=$?
16801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16802 (exit $ac_status); }; }; then
16803 ac_hi=$ac_mid; break
16804else
16805 echo "$as_me: failed program was:" >&5
16806sed 's/^/| /' conftest.$ac_ext >&5
16807
16808ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
16809 if test $ac_lo -le $ac_mid; then
16810 ac_lo= ac_hi=
16811 break
16812 fi
16813 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16814fi
ac1cb8d3 16815rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16816 done
16817else
16818 echo "$as_me: failed program was:" >&5
16819sed 's/^/| /' conftest.$ac_ext >&5
16820
16821cat >conftest.$ac_ext <<_ACEOF
16822/* confdefs.h. */
16823_ACEOF
16824cat confdefs.h >>conftest.$ac_ext
16825cat >>conftest.$ac_ext <<_ACEOF
16826/* end confdefs.h. */
16827$ac_includes_default
16828int
16829main ()
16830{
16831static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16832test_array [0] = 0
16833
16834 ;
16835 return 0;
16836}
16837_ACEOF
16838rm -f conftest.$ac_objext
16839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16840 (eval $ac_compile) 2>conftest.er1
a848cd7e 16841 ac_status=$?
ac1cb8d3
VS
16842 grep -v '^ *+' conftest.er1 >conftest.err
16843 rm -f conftest.er1
16844 cat conftest.err >&5
a848cd7e
SC
16845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16846 (exit $ac_status); } &&
6ebeb4c7 16847 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16849 (eval $ac_try) 2>&5
16850 ac_status=$?
16851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16852 (exit $ac_status); }; } &&
16853 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16855 (eval $ac_try) 2>&5
16856 ac_status=$?
16857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16858 (exit $ac_status); }; }; then
16859 ac_hi=-1 ac_mid=-1
16860 while :; do
16861 cat >conftest.$ac_ext <<_ACEOF
16862/* confdefs.h. */
16863_ACEOF
16864cat confdefs.h >>conftest.$ac_ext
16865cat >>conftest.$ac_ext <<_ACEOF
16866/* end confdefs.h. */
16867$ac_includes_default
16868int
16869main ()
16870{
16871static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16872test_array [0] = 0
16873
16874 ;
16875 return 0;
16876}
16877_ACEOF
16878rm -f conftest.$ac_objext
16879if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16880 (eval $ac_compile) 2>conftest.er1
a848cd7e 16881 ac_status=$?
ac1cb8d3
VS
16882 grep -v '^ *+' conftest.er1 >conftest.err
16883 rm -f conftest.er1
16884 cat conftest.err >&5
a848cd7e
SC
16885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16886 (exit $ac_status); } &&
6ebeb4c7 16887 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16889 (eval $ac_try) 2>&5
16890 ac_status=$?
16891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16892 (exit $ac_status); }; } &&
16893 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16895 (eval $ac_try) 2>&5
16896 ac_status=$?
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); }; }; then
16899 ac_lo=$ac_mid; break
16900else
16901 echo "$as_me: failed program was:" >&5
16902sed 's/^/| /' conftest.$ac_ext >&5
16903
16904ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16905 if test $ac_mid -le $ac_hi; then
16906 ac_lo= ac_hi=
16907 break
16908 fi
16909 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16910fi
ac1cb8d3 16911rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16912 done
16913else
16914 echo "$as_me: failed program was:" >&5
16915sed 's/^/| /' conftest.$ac_ext >&5
16916
16917ac_lo= ac_hi=
16918fi
ac1cb8d3 16919rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16920fi
ac1cb8d3 16921rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16922# Binary search between lo and hi bounds.
16923while test "x$ac_lo" != "x$ac_hi"; do
16924 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16925 cat >conftest.$ac_ext <<_ACEOF
16926/* confdefs.h. */
16927_ACEOF
16928cat confdefs.h >>conftest.$ac_ext
16929cat >>conftest.$ac_ext <<_ACEOF
16930/* end confdefs.h. */
16931$ac_includes_default
16932int
16933main ()
16934{
16935static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16936test_array [0] = 0
16937
16938 ;
16939 return 0;
16940}
16941_ACEOF
16942rm -f conftest.$ac_objext
16943if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16944 (eval $ac_compile) 2>conftest.er1
a848cd7e 16945 ac_status=$?
ac1cb8d3
VS
16946 grep -v '^ *+' conftest.er1 >conftest.err
16947 rm -f conftest.er1
16948 cat conftest.err >&5
a848cd7e
SC
16949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16950 (exit $ac_status); } &&
6ebeb4c7 16951 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16953 (eval $ac_try) 2>&5
16954 ac_status=$?
16955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16956 (exit $ac_status); }; } &&
16957 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
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); }; }; then
16963 ac_hi=$ac_mid
16964else
16965 echo "$as_me: failed program was:" >&5
16966sed 's/^/| /' conftest.$ac_ext >&5
16967
16968ac_lo=`expr '(' $ac_mid ')' + 1`
16969fi
ac1cb8d3 16970rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16971done
16972case $ac_lo in
16973?*) ac_cv_sizeof_void_p=$ac_lo;;
16974'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16975See \`config.log' for more details." >&5
16976echo "$as_me: error: cannot compute sizeof (void *), 77
16977See \`config.log' for more details." >&2;}
16978 { (exit 1); exit 1; }; } ;;
16979esac
16980else
16981 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
16982 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16983echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
16984 { (exit 1); exit 1; }; }
16985else
16986 cat >conftest.$ac_ext <<_ACEOF
16987/* confdefs.h. */
16988_ACEOF
16989cat confdefs.h >>conftest.$ac_ext
16990cat >>conftest.$ac_ext <<_ACEOF
16991/* end confdefs.h. */
16992$ac_includes_default
16993long longval () { return (long) (sizeof (void *)); }
16994unsigned long ulongval () { return (long) (sizeof (void *)); }
16995#include <stdio.h>
16996#include <stdlib.h>
16997int
16998main ()
16999{
17000
17001 FILE *f = fopen ("conftest.val", "w");
17002 if (! f)
17003 exit (1);
17004 if (((long) (sizeof (void *))) < 0)
17005 {
17006 long i = longval ();
17007 if (i != ((long) (sizeof (void *))))
17008 exit (1);
17009 fprintf (f, "%ld\n", i);
17010 }
17011 else
17012 {
17013 unsigned long i = ulongval ();
17014 if (i != ((long) (sizeof (void *))))
17015 exit (1);
17016 fprintf (f, "%lu\n", i);
17017 }
17018 exit (ferror (f) || fclose (f) != 0);
17019
17020 ;
17021 return 0;
17022}
17023_ACEOF
17024rm -f conftest$ac_exeext
17025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17026 (eval $ac_link) 2>&5
17027 ac_status=$?
17028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17029 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17031 (eval $ac_try) 2>&5
17032 ac_status=$?
17033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17034 (exit $ac_status); }; }; then
17035 ac_cv_sizeof_void_p=`cat conftest.val`
17036else
17037 echo "$as_me: program exited with status $ac_status" >&5
17038echo "$as_me: failed program was:" >&5
17039sed 's/^/| /' conftest.$ac_ext >&5
17040
17041( exit $ac_status )
17042{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17043See \`config.log' for more details." >&5
17044echo "$as_me: error: cannot compute sizeof (void *), 77
17045See \`config.log' for more details." >&2;}
17046 { (exit 1); exit 1; }; }
17047fi
ac1cb8d3 17048rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17049fi
17050fi
17051rm -f conftest.val
17052else
17053 ac_cv_sizeof_void_p=0
17054fi
17055fi
17056echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
17057echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
17058cat >>confdefs.h <<_ACEOF
17059#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
17060_ACEOF
17061
17062
17063echo "$as_me:$LINENO: checking for int" >&5
17064echo $ECHO_N "checking for int... $ECHO_C" >&6
17065if test "${ac_cv_type_int+set}" = set; then
17066 echo $ECHO_N "(cached) $ECHO_C" >&6
17067else
17068 cat >conftest.$ac_ext <<_ACEOF
17069/* confdefs.h. */
17070_ACEOF
17071cat confdefs.h >>conftest.$ac_ext
17072cat >>conftest.$ac_ext <<_ACEOF
17073/* end confdefs.h. */
17074$ac_includes_default
17075int
17076main ()
17077{
17078if ((int *) 0)
17079 return 0;
17080if (sizeof (int))
17081 return 0;
17082 ;
17083 return 0;
17084}
17085_ACEOF
17086rm -f conftest.$ac_objext
17087if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17088 (eval $ac_compile) 2>conftest.er1
a848cd7e 17089 ac_status=$?
ac1cb8d3
VS
17090 grep -v '^ *+' conftest.er1 >conftest.err
17091 rm -f conftest.er1
17092 cat conftest.err >&5
a848cd7e
SC
17093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17094 (exit $ac_status); } &&
6ebeb4c7 17095 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17097 (eval $ac_try) 2>&5
17098 ac_status=$?
17099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17100 (exit $ac_status); }; } &&
17101 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17103 (eval $ac_try) 2>&5
17104 ac_status=$?
17105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17106 (exit $ac_status); }; }; then
17107 ac_cv_type_int=yes
17108else
17109 echo "$as_me: failed program was:" >&5
17110sed 's/^/| /' conftest.$ac_ext >&5
17111
17112ac_cv_type_int=no
17113fi
ac1cb8d3 17114rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17115fi
17116echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
17117echo "${ECHO_T}$ac_cv_type_int" >&6
17118
17119echo "$as_me:$LINENO: checking size of int" >&5
17120echo $ECHO_N "checking size of int... $ECHO_C" >&6
17121if test "${ac_cv_sizeof_int+set}" = set; then
17122 echo $ECHO_N "(cached) $ECHO_C" >&6
17123else
17124 if test "$ac_cv_type_int" = yes; then
17125 # The cast to unsigned long works around a bug in the HP C Compiler
17126 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17127 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17128 # This bug is HP SR number 8606223364.
17129 if test "$cross_compiling" = yes; then
17130 # Depending upon the size, compute the lo and hi bounds.
17131cat >conftest.$ac_ext <<_ACEOF
17132/* confdefs.h. */
17133_ACEOF
17134cat confdefs.h >>conftest.$ac_ext
17135cat >>conftest.$ac_ext <<_ACEOF
17136/* end confdefs.h. */
17137$ac_includes_default
17138int
17139main ()
17140{
17141static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
17142test_array [0] = 0
17143
17144 ;
17145 return 0;
17146}
17147_ACEOF
17148rm -f conftest.$ac_objext
17149if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17150 (eval $ac_compile) 2>conftest.er1
a848cd7e 17151 ac_status=$?
ac1cb8d3
VS
17152 grep -v '^ *+' conftest.er1 >conftest.err
17153 rm -f conftest.er1
17154 cat conftest.err >&5
a848cd7e
SC
17155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17156 (exit $ac_status); } &&
6ebeb4c7 17157 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17159 (eval $ac_try) 2>&5
17160 ac_status=$?
17161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17162 (exit $ac_status); }; } &&
17163 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17165 (eval $ac_try) 2>&5
17166 ac_status=$?
17167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17168 (exit $ac_status); }; }; then
17169 ac_lo=0 ac_mid=0
17170 while :; do
17171 cat >conftest.$ac_ext <<_ACEOF
17172/* confdefs.h. */
17173_ACEOF
17174cat confdefs.h >>conftest.$ac_ext
17175cat >>conftest.$ac_ext <<_ACEOF
17176/* end confdefs.h. */
17177$ac_includes_default
17178int
17179main ()
17180{
17181static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17182test_array [0] = 0
17183
17184 ;
17185 return 0;
17186}
17187_ACEOF
17188rm -f conftest.$ac_objext
17189if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17190 (eval $ac_compile) 2>conftest.er1
a848cd7e 17191 ac_status=$?
ac1cb8d3
VS
17192 grep -v '^ *+' conftest.er1 >conftest.err
17193 rm -f conftest.er1
17194 cat conftest.err >&5
a848cd7e
SC
17195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17196 (exit $ac_status); } &&
6ebeb4c7 17197 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17199 (eval $ac_try) 2>&5
17200 ac_status=$?
17201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17202 (exit $ac_status); }; } &&
17203 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17205 (eval $ac_try) 2>&5
17206 ac_status=$?
17207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17208 (exit $ac_status); }; }; then
17209 ac_hi=$ac_mid; break
17210else
17211 echo "$as_me: failed program was:" >&5
17212sed 's/^/| /' conftest.$ac_ext >&5
17213
17214ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17215 if test $ac_lo -le $ac_mid; then
17216 ac_lo= ac_hi=
17217 break
17218 fi
17219 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17220fi
ac1cb8d3 17221rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17222 done
17223else
17224 echo "$as_me: failed program was:" >&5
17225sed 's/^/| /' conftest.$ac_ext >&5
17226
17227cat >conftest.$ac_ext <<_ACEOF
17228/* confdefs.h. */
17229_ACEOF
17230cat confdefs.h >>conftest.$ac_ext
17231cat >>conftest.$ac_ext <<_ACEOF
17232/* end confdefs.h. */
17233$ac_includes_default
17234int
17235main ()
17236{
17237static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
17238test_array [0] = 0
17239
17240 ;
17241 return 0;
17242}
17243_ACEOF
17244rm -f conftest.$ac_objext
17245if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17246 (eval $ac_compile) 2>conftest.er1
a848cd7e 17247 ac_status=$?
ac1cb8d3
VS
17248 grep -v '^ *+' conftest.er1 >conftest.err
17249 rm -f conftest.er1
17250 cat conftest.err >&5
a848cd7e
SC
17251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17252 (exit $ac_status); } &&
6ebeb4c7 17253 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17255 (eval $ac_try) 2>&5
17256 ac_status=$?
17257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17258 (exit $ac_status); }; } &&
17259 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17261 (eval $ac_try) 2>&5
17262 ac_status=$?
17263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17264 (exit $ac_status); }; }; then
17265 ac_hi=-1 ac_mid=-1
17266 while :; do
17267 cat >conftest.$ac_ext <<_ACEOF
17268/* confdefs.h. */
17269_ACEOF
17270cat confdefs.h >>conftest.$ac_ext
17271cat >>conftest.$ac_ext <<_ACEOF
17272/* end confdefs.h. */
17273$ac_includes_default
17274int
17275main ()
17276{
17277static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
17278test_array [0] = 0
17279
17280 ;
17281 return 0;
17282}
17283_ACEOF
17284rm -f conftest.$ac_objext
17285if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17286 (eval $ac_compile) 2>conftest.er1
a848cd7e 17287 ac_status=$?
ac1cb8d3
VS
17288 grep -v '^ *+' conftest.er1 >conftest.err
17289 rm -f conftest.er1
17290 cat conftest.err >&5
a848cd7e
SC
17291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17292 (exit $ac_status); } &&
6ebeb4c7 17293 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17295 (eval $ac_try) 2>&5
17296 ac_status=$?
17297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17298 (exit $ac_status); }; } &&
17299 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17301 (eval $ac_try) 2>&5
17302 ac_status=$?
17303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17304 (exit $ac_status); }; }; then
17305 ac_lo=$ac_mid; break
17306else
17307 echo "$as_me: failed program was:" >&5
17308sed 's/^/| /' conftest.$ac_ext >&5
17309
17310ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17311 if test $ac_mid -le $ac_hi; then
17312 ac_lo= ac_hi=
17313 break
17314 fi
17315 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17316fi
ac1cb8d3 17317rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17318 done
17319else
17320 echo "$as_me: failed program was:" >&5
17321sed 's/^/| /' conftest.$ac_ext >&5
17322
17323ac_lo= ac_hi=
17324fi
ac1cb8d3 17325rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17326fi
ac1cb8d3 17327rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17328# Binary search between lo and hi bounds.
17329while test "x$ac_lo" != "x$ac_hi"; do
17330 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17331 cat >conftest.$ac_ext <<_ACEOF
17332/* confdefs.h. */
17333_ACEOF
17334cat confdefs.h >>conftest.$ac_ext
17335cat >>conftest.$ac_ext <<_ACEOF
17336/* end confdefs.h. */
17337$ac_includes_default
17338int
17339main ()
17340{
17341static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17342test_array [0] = 0
17343
17344 ;
17345 return 0;
17346}
17347_ACEOF
17348rm -f conftest.$ac_objext
17349if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17350 (eval $ac_compile) 2>conftest.er1
a848cd7e 17351 ac_status=$?
ac1cb8d3
VS
17352 grep -v '^ *+' conftest.er1 >conftest.err
17353 rm -f conftest.er1
17354 cat conftest.err >&5
a848cd7e
SC
17355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17356 (exit $ac_status); } &&
6ebeb4c7 17357 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17359 (eval $ac_try) 2>&5
17360 ac_status=$?
17361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17362 (exit $ac_status); }; } &&
17363 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17365 (eval $ac_try) 2>&5
17366 ac_status=$?
17367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17368 (exit $ac_status); }; }; then
17369 ac_hi=$ac_mid
17370else
17371 echo "$as_me: failed program was:" >&5
17372sed 's/^/| /' conftest.$ac_ext >&5
17373
17374ac_lo=`expr '(' $ac_mid ')' + 1`
17375fi
ac1cb8d3 17376rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17377done
17378case $ac_lo in
17379?*) ac_cv_sizeof_int=$ac_lo;;
17380'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17381See \`config.log' for more details." >&5
17382echo "$as_me: error: cannot compute sizeof (int), 77
17383See \`config.log' for more details." >&2;}
17384 { (exit 1); exit 1; }; } ;;
17385esac
17386else
17387 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
17388 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17389echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
17390 { (exit 1); exit 1; }; }
17391else
17392 cat >conftest.$ac_ext <<_ACEOF
17393/* confdefs.h. */
17394_ACEOF
17395cat confdefs.h >>conftest.$ac_ext
17396cat >>conftest.$ac_ext <<_ACEOF
17397/* end confdefs.h. */
17398$ac_includes_default
17399long longval () { return (long) (sizeof (int)); }
17400unsigned long ulongval () { return (long) (sizeof (int)); }
17401#include <stdio.h>
17402#include <stdlib.h>
17403int
17404main ()
17405{
17406
17407 FILE *f = fopen ("conftest.val", "w");
17408 if (! f)
17409 exit (1);
17410 if (((long) (sizeof (int))) < 0)
17411 {
17412 long i = longval ();
17413 if (i != ((long) (sizeof (int))))
17414 exit (1);
17415 fprintf (f, "%ld\n", i);
17416 }
17417 else
17418 {
17419 unsigned long i = ulongval ();
17420 if (i != ((long) (sizeof (int))))
17421 exit (1);
17422 fprintf (f, "%lu\n", i);
17423 }
17424 exit (ferror (f) || fclose (f) != 0);
17425
17426 ;
17427 return 0;
17428}
17429_ACEOF
17430rm -f conftest$ac_exeext
17431if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17432 (eval $ac_link) 2>&5
17433 ac_status=$?
17434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17435 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17437 (eval $ac_try) 2>&5
17438 ac_status=$?
17439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17440 (exit $ac_status); }; }; then
17441 ac_cv_sizeof_int=`cat conftest.val`
17442else
17443 echo "$as_me: program exited with status $ac_status" >&5
17444echo "$as_me: failed program was:" >&5
17445sed 's/^/| /' conftest.$ac_ext >&5
17446
17447( exit $ac_status )
17448{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17449See \`config.log' for more details." >&5
17450echo "$as_me: error: cannot compute sizeof (int), 77
17451See \`config.log' for more details." >&2;}
17452 { (exit 1); exit 1; }; }
17453fi
ac1cb8d3 17454rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17455fi
17456fi
17457rm -f conftest.val
17458else
17459 ac_cv_sizeof_int=0
17460fi
17461fi
17462echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17463echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17464cat >>confdefs.h <<_ACEOF
17465#define SIZEOF_INT $ac_cv_sizeof_int
17466_ACEOF
17467
17468
17469echo "$as_me:$LINENO: checking for long" >&5
17470echo $ECHO_N "checking for long... $ECHO_C" >&6
17471if test "${ac_cv_type_long+set}" = set; then
17472 echo $ECHO_N "(cached) $ECHO_C" >&6
17473else
17474 cat >conftest.$ac_ext <<_ACEOF
17475/* confdefs.h. */
17476_ACEOF
17477cat confdefs.h >>conftest.$ac_ext
17478cat >>conftest.$ac_ext <<_ACEOF
17479/* end confdefs.h. */
17480$ac_includes_default
17481int
17482main ()
17483{
17484if ((long *) 0)
17485 return 0;
17486if (sizeof (long))
17487 return 0;
17488 ;
17489 return 0;
17490}
17491_ACEOF
17492rm -f conftest.$ac_objext
17493if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17494 (eval $ac_compile) 2>conftest.er1
a848cd7e 17495 ac_status=$?
ac1cb8d3
VS
17496 grep -v '^ *+' conftest.er1 >conftest.err
17497 rm -f conftest.er1
17498 cat conftest.err >&5
a848cd7e
SC
17499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17500 (exit $ac_status); } &&
6ebeb4c7 17501 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17503 (eval $ac_try) 2>&5
17504 ac_status=$?
17505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17506 (exit $ac_status); }; } &&
17507 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17509 (eval $ac_try) 2>&5
17510 ac_status=$?
17511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17512 (exit $ac_status); }; }; then
17513 ac_cv_type_long=yes
17514else
17515 echo "$as_me: failed program was:" >&5
17516sed 's/^/| /' conftest.$ac_ext >&5
17517
17518ac_cv_type_long=no
17519fi
ac1cb8d3 17520rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17521fi
17522echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17523echo "${ECHO_T}$ac_cv_type_long" >&6
17524
17525echo "$as_me:$LINENO: checking size of long" >&5
17526echo $ECHO_N "checking size of long... $ECHO_C" >&6
17527if test "${ac_cv_sizeof_long+set}" = set; then
17528 echo $ECHO_N "(cached) $ECHO_C" >&6
17529else
17530 if test "$ac_cv_type_long" = yes; then
17531 # The cast to unsigned long works around a bug in the HP C Compiler
17532 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17533 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17534 # This bug is HP SR number 8606223364.
17535 if test "$cross_compiling" = yes; then
17536 # Depending upon the size, compute the lo and hi bounds.
17537cat >conftest.$ac_ext <<_ACEOF
17538/* confdefs.h. */
17539_ACEOF
17540cat confdefs.h >>conftest.$ac_ext
17541cat >>conftest.$ac_ext <<_ACEOF
17542/* end confdefs.h. */
17543$ac_includes_default
17544int
17545main ()
17546{
17547static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17548test_array [0] = 0
17549
17550 ;
17551 return 0;
17552}
17553_ACEOF
17554rm -f conftest.$ac_objext
17555if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17556 (eval $ac_compile) 2>conftest.er1
a848cd7e 17557 ac_status=$?
ac1cb8d3
VS
17558 grep -v '^ *+' conftest.er1 >conftest.err
17559 rm -f conftest.er1
17560 cat conftest.err >&5
a848cd7e
SC
17561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17562 (exit $ac_status); } &&
6ebeb4c7 17563 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17565 (eval $ac_try) 2>&5
17566 ac_status=$?
17567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17568 (exit $ac_status); }; } &&
17569 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17571 (eval $ac_try) 2>&5
17572 ac_status=$?
17573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17574 (exit $ac_status); }; }; then
17575 ac_lo=0 ac_mid=0
17576 while :; do
17577 cat >conftest.$ac_ext <<_ACEOF
17578/* confdefs.h. */
17579_ACEOF
17580cat confdefs.h >>conftest.$ac_ext
17581cat >>conftest.$ac_ext <<_ACEOF
17582/* end confdefs.h. */
17583$ac_includes_default
17584int
17585main ()
17586{
17587static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17588test_array [0] = 0
17589
17590 ;
17591 return 0;
17592}
17593_ACEOF
17594rm -f conftest.$ac_objext
17595if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17596 (eval $ac_compile) 2>conftest.er1
a848cd7e 17597 ac_status=$?
ac1cb8d3
VS
17598 grep -v '^ *+' conftest.er1 >conftest.err
17599 rm -f conftest.er1
17600 cat conftest.err >&5
a848cd7e
SC
17601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17602 (exit $ac_status); } &&
6ebeb4c7 17603 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17605 (eval $ac_try) 2>&5
17606 ac_status=$?
17607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17608 (exit $ac_status); }; } &&
17609 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17611 (eval $ac_try) 2>&5
17612 ac_status=$?
17613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17614 (exit $ac_status); }; }; then
17615 ac_hi=$ac_mid; break
17616else
17617 echo "$as_me: failed program was:" >&5
17618sed 's/^/| /' conftest.$ac_ext >&5
17619
17620ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17621 if test $ac_lo -le $ac_mid; then
17622 ac_lo= ac_hi=
17623 break
17624 fi
17625 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17626fi
ac1cb8d3 17627rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17628 done
17629else
17630 echo "$as_me: failed program was:" >&5
17631sed 's/^/| /' conftest.$ac_ext >&5
17632
17633cat >conftest.$ac_ext <<_ACEOF
17634/* confdefs.h. */
17635_ACEOF
17636cat confdefs.h >>conftest.$ac_ext
17637cat >>conftest.$ac_ext <<_ACEOF
17638/* end confdefs.h. */
17639$ac_includes_default
17640int
17641main ()
17642{
17643static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17644test_array [0] = 0
17645
17646 ;
17647 return 0;
17648}
17649_ACEOF
17650rm -f conftest.$ac_objext
17651if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17652 (eval $ac_compile) 2>conftest.er1
a848cd7e 17653 ac_status=$?
ac1cb8d3
VS
17654 grep -v '^ *+' conftest.er1 >conftest.err
17655 rm -f conftest.er1
17656 cat conftest.err >&5
a848cd7e
SC
17657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17658 (exit $ac_status); } &&
6ebeb4c7 17659 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17661 (eval $ac_try) 2>&5
17662 ac_status=$?
17663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17664 (exit $ac_status); }; } &&
17665 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17667 (eval $ac_try) 2>&5
17668 ac_status=$?
17669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17670 (exit $ac_status); }; }; then
17671 ac_hi=-1 ac_mid=-1
17672 while :; do
17673 cat >conftest.$ac_ext <<_ACEOF
17674/* confdefs.h. */
17675_ACEOF
17676cat confdefs.h >>conftest.$ac_ext
17677cat >>conftest.$ac_ext <<_ACEOF
17678/* end confdefs.h. */
17679$ac_includes_default
17680int
17681main ()
17682{
17683static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17684test_array [0] = 0
17685
17686 ;
17687 return 0;
17688}
17689_ACEOF
17690rm -f conftest.$ac_objext
17691if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17692 (eval $ac_compile) 2>conftest.er1
a848cd7e 17693 ac_status=$?
ac1cb8d3
VS
17694 grep -v '^ *+' conftest.er1 >conftest.err
17695 rm -f conftest.er1
17696 cat conftest.err >&5
a848cd7e
SC
17697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17698 (exit $ac_status); } &&
6ebeb4c7 17699 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17701 (eval $ac_try) 2>&5
17702 ac_status=$?
17703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17704 (exit $ac_status); }; } &&
17705 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17707 (eval $ac_try) 2>&5
17708 ac_status=$?
17709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); }; }; then
17711 ac_lo=$ac_mid; break
17712else
17713 echo "$as_me: failed program was:" >&5
17714sed 's/^/| /' conftest.$ac_ext >&5
17715
17716ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17717 if test $ac_mid -le $ac_hi; then
17718 ac_lo= ac_hi=
17719 break
17720 fi
17721 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17722fi
ac1cb8d3 17723rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17724 done
17725else
17726 echo "$as_me: failed program was:" >&5
17727sed 's/^/| /' conftest.$ac_ext >&5
17728
17729ac_lo= ac_hi=
17730fi
ac1cb8d3 17731rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17732fi
ac1cb8d3 17733rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17734# Binary search between lo and hi bounds.
17735while test "x$ac_lo" != "x$ac_hi"; do
17736 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17737 cat >conftest.$ac_ext <<_ACEOF
17738/* confdefs.h. */
17739_ACEOF
17740cat confdefs.h >>conftest.$ac_ext
17741cat >>conftest.$ac_ext <<_ACEOF
17742/* end confdefs.h. */
17743$ac_includes_default
17744int
17745main ()
17746{
17747static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17748test_array [0] = 0
17749
17750 ;
17751 return 0;
17752}
17753_ACEOF
17754rm -f conftest.$ac_objext
17755if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17756 (eval $ac_compile) 2>conftest.er1
a848cd7e 17757 ac_status=$?
ac1cb8d3
VS
17758 grep -v '^ *+' conftest.er1 >conftest.err
17759 rm -f conftest.er1
17760 cat conftest.err >&5
a848cd7e
SC
17761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17762 (exit $ac_status); } &&
6ebeb4c7 17763 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17765 (eval $ac_try) 2>&5
17766 ac_status=$?
17767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17768 (exit $ac_status); }; } &&
17769 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17771 (eval $ac_try) 2>&5
17772 ac_status=$?
17773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17774 (exit $ac_status); }; }; then
17775 ac_hi=$ac_mid
17776else
17777 echo "$as_me: failed program was:" >&5
17778sed 's/^/| /' conftest.$ac_ext >&5
17779
17780ac_lo=`expr '(' $ac_mid ')' + 1`
17781fi
ac1cb8d3 17782rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17783done
17784case $ac_lo in
17785?*) ac_cv_sizeof_long=$ac_lo;;
17786'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17787See \`config.log' for more details." >&5
17788echo "$as_me: error: cannot compute sizeof (long), 77
17789See \`config.log' for more details." >&2;}
17790 { (exit 1); exit 1; }; } ;;
17791esac
17792else
17793 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
17794 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17795echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
17796 { (exit 1); exit 1; }; }
17797else
17798 cat >conftest.$ac_ext <<_ACEOF
17799/* confdefs.h. */
17800_ACEOF
17801cat confdefs.h >>conftest.$ac_ext
17802cat >>conftest.$ac_ext <<_ACEOF
17803/* end confdefs.h. */
17804$ac_includes_default
17805long longval () { return (long) (sizeof (long)); }
17806unsigned long ulongval () { return (long) (sizeof (long)); }
17807#include <stdio.h>
17808#include <stdlib.h>
17809int
17810main ()
17811{
17812
17813 FILE *f = fopen ("conftest.val", "w");
17814 if (! f)
17815 exit (1);
17816 if (((long) (sizeof (long))) < 0)
17817 {
17818 long i = longval ();
17819 if (i != ((long) (sizeof (long))))
17820 exit (1);
17821 fprintf (f, "%ld\n", i);
17822 }
17823 else
17824 {
17825 unsigned long i = ulongval ();
17826 if (i != ((long) (sizeof (long))))
17827 exit (1);
17828 fprintf (f, "%lu\n", i);
17829 }
17830 exit (ferror (f) || fclose (f) != 0);
17831
17832 ;
17833 return 0;
17834}
17835_ACEOF
17836rm -f conftest$ac_exeext
17837if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17838 (eval $ac_link) 2>&5
17839 ac_status=$?
17840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17841 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17843 (eval $ac_try) 2>&5
17844 ac_status=$?
17845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17846 (exit $ac_status); }; }; then
17847 ac_cv_sizeof_long=`cat conftest.val`
17848else
17849 echo "$as_me: program exited with status $ac_status" >&5
17850echo "$as_me: failed program was:" >&5
17851sed 's/^/| /' conftest.$ac_ext >&5
17852
17853( exit $ac_status )
17854{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17855See \`config.log' for more details." >&5
17856echo "$as_me: error: cannot compute sizeof (long), 77
17857See \`config.log' for more details." >&2;}
17858 { (exit 1); exit 1; }; }
17859fi
ac1cb8d3 17860rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17861fi
17862fi
17863rm -f conftest.val
17864else
17865 ac_cv_sizeof_long=0
17866fi
17867fi
17868echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17869echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17870cat >>confdefs.h <<_ACEOF
17871#define SIZEOF_LONG $ac_cv_sizeof_long
17872_ACEOF
17873
17874
17875echo "$as_me:$LINENO: checking for size_t" >&5
17876echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17877if test "${ac_cv_type_size_t+set}" = set; then
17878 echo $ECHO_N "(cached) $ECHO_C" >&6
17879else
17880 cat >conftest.$ac_ext <<_ACEOF
17881/* confdefs.h. */
17882_ACEOF
17883cat confdefs.h >>conftest.$ac_ext
17884cat >>conftest.$ac_ext <<_ACEOF
17885/* end confdefs.h. */
17886$ac_includes_default
17887int
17888main ()
17889{
17890if ((size_t *) 0)
17891 return 0;
17892if (sizeof (size_t))
17893 return 0;
17894 ;
17895 return 0;
17896}
17897_ACEOF
17898rm -f conftest.$ac_objext
17899if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17900 (eval $ac_compile) 2>conftest.er1
a848cd7e 17901 ac_status=$?
ac1cb8d3
VS
17902 grep -v '^ *+' conftest.er1 >conftest.err
17903 rm -f conftest.er1
17904 cat conftest.err >&5
a848cd7e
SC
17905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17906 (exit $ac_status); } &&
6ebeb4c7 17907 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17909 (eval $ac_try) 2>&5
17910 ac_status=$?
17911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17912 (exit $ac_status); }; } &&
17913 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17915 (eval $ac_try) 2>&5
17916 ac_status=$?
17917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17918 (exit $ac_status); }; }; then
17919 ac_cv_type_size_t=yes
17920else
17921 echo "$as_me: failed program was:" >&5
17922sed 's/^/| /' conftest.$ac_ext >&5
17923
17924ac_cv_type_size_t=no
17925fi
ac1cb8d3 17926rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17927fi
17928echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17929echo "${ECHO_T}$ac_cv_type_size_t" >&6
17930
17931echo "$as_me:$LINENO: checking size of size_t" >&5
17932echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17933if test "${ac_cv_sizeof_size_t+set}" = set; then
17934 echo $ECHO_N "(cached) $ECHO_C" >&6
17935else
17936 if test "$ac_cv_type_size_t" = yes; then
17937 # The cast to unsigned long works around a bug in the HP C Compiler
17938 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17939 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17940 # This bug is HP SR number 8606223364.
17941 if test "$cross_compiling" = yes; then
17942 # Depending upon the size, compute the lo and hi bounds.
17943cat >conftest.$ac_ext <<_ACEOF
17944/* confdefs.h. */
17945_ACEOF
17946cat confdefs.h >>conftest.$ac_ext
17947cat >>conftest.$ac_ext <<_ACEOF
17948/* end confdefs.h. */
17949$ac_includes_default
17950int
17951main ()
17952{
17953static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17954test_array [0] = 0
17955
17956 ;
17957 return 0;
17958}
17959_ACEOF
17960rm -f conftest.$ac_objext
17961if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17962 (eval $ac_compile) 2>conftest.er1
a848cd7e 17963 ac_status=$?
ac1cb8d3
VS
17964 grep -v '^ *+' conftest.er1 >conftest.err
17965 rm -f conftest.er1
17966 cat conftest.err >&5
a848cd7e
SC
17967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17968 (exit $ac_status); } &&
6ebeb4c7 17969 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17971 (eval $ac_try) 2>&5
17972 ac_status=$?
17973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17974 (exit $ac_status); }; } &&
17975 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17977 (eval $ac_try) 2>&5
17978 ac_status=$?
17979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17980 (exit $ac_status); }; }; then
17981 ac_lo=0 ac_mid=0
17982 while :; do
17983 cat >conftest.$ac_ext <<_ACEOF
17984/* confdefs.h. */
17985_ACEOF
17986cat confdefs.h >>conftest.$ac_ext
17987cat >>conftest.$ac_ext <<_ACEOF
17988/* end confdefs.h. */
17989$ac_includes_default
17990int
17991main ()
17992{
17993static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17994test_array [0] = 0
17995
17996 ;
17997 return 0;
17998}
17999_ACEOF
18000rm -f conftest.$ac_objext
18001if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18002 (eval $ac_compile) 2>conftest.er1
a848cd7e 18003 ac_status=$?
ac1cb8d3
VS
18004 grep -v '^ *+' conftest.er1 >conftest.err
18005 rm -f conftest.er1
18006 cat conftest.err >&5
a848cd7e
SC
18007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18008 (exit $ac_status); } &&
6ebeb4c7 18009 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18011 (eval $ac_try) 2>&5
18012 ac_status=$?
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); }; } &&
18015 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18017 (eval $ac_try) 2>&5
18018 ac_status=$?
18019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18020 (exit $ac_status); }; }; then
18021 ac_hi=$ac_mid; break
18022else
18023 echo "$as_me: failed program was:" >&5
18024sed 's/^/| /' conftest.$ac_ext >&5
18025
18026ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18027 if test $ac_lo -le $ac_mid; then
18028 ac_lo= ac_hi=
18029 break
18030 fi
18031 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18032fi
ac1cb8d3 18033rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18034 done
18035else
18036 echo "$as_me: failed program was:" >&5
18037sed 's/^/| /' conftest.$ac_ext >&5
18038
18039cat >conftest.$ac_ext <<_ACEOF
18040/* confdefs.h. */
18041_ACEOF
18042cat confdefs.h >>conftest.$ac_ext
18043cat >>conftest.$ac_ext <<_ACEOF
18044/* end confdefs.h. */
18045$ac_includes_default
18046int
18047main ()
18048{
18049static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
18050test_array [0] = 0
18051
18052 ;
18053 return 0;
18054}
18055_ACEOF
18056rm -f conftest.$ac_objext
18057if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18058 (eval $ac_compile) 2>conftest.er1
a848cd7e 18059 ac_status=$?
ac1cb8d3
VS
18060 grep -v '^ *+' conftest.er1 >conftest.err
18061 rm -f conftest.er1
18062 cat conftest.err >&5
a848cd7e
SC
18063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18064 (exit $ac_status); } &&
6ebeb4c7 18065 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18067 (eval $ac_try) 2>&5
18068 ac_status=$?
18069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18070 (exit $ac_status); }; } &&
18071 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18073 (eval $ac_try) 2>&5
18074 ac_status=$?
18075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18076 (exit $ac_status); }; }; then
18077 ac_hi=-1 ac_mid=-1
18078 while :; do
18079 cat >conftest.$ac_ext <<_ACEOF
18080/* confdefs.h. */
18081_ACEOF
18082cat confdefs.h >>conftest.$ac_ext
18083cat >>conftest.$ac_ext <<_ACEOF
18084/* end confdefs.h. */
18085$ac_includes_default
18086int
18087main ()
18088{
18089static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
18090test_array [0] = 0
18091
18092 ;
18093 return 0;
18094}
18095_ACEOF
18096rm -f conftest.$ac_objext
18097if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18098 (eval $ac_compile) 2>conftest.er1
a848cd7e 18099 ac_status=$?
ac1cb8d3
VS
18100 grep -v '^ *+' conftest.er1 >conftest.err
18101 rm -f conftest.er1
18102 cat conftest.err >&5
a848cd7e
SC
18103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18104 (exit $ac_status); } &&
6ebeb4c7 18105 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18107 (eval $ac_try) 2>&5
18108 ac_status=$?
18109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18110 (exit $ac_status); }; } &&
18111 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18113 (eval $ac_try) 2>&5
18114 ac_status=$?
18115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18116 (exit $ac_status); }; }; then
18117 ac_lo=$ac_mid; break
18118else
18119 echo "$as_me: failed program was:" >&5
18120sed 's/^/| /' conftest.$ac_ext >&5
18121
18122ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18123 if test $ac_mid -le $ac_hi; then
18124 ac_lo= ac_hi=
18125 break
18126 fi
18127 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18128fi
ac1cb8d3 18129rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18130 done
18131else
18132 echo "$as_me: failed program was:" >&5
18133sed 's/^/| /' conftest.$ac_ext >&5
18134
18135ac_lo= ac_hi=
18136fi
ac1cb8d3 18137rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18138fi
ac1cb8d3 18139rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18140# Binary search between lo and hi bounds.
18141while test "x$ac_lo" != "x$ac_hi"; do
18142 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18143 cat >conftest.$ac_ext <<_ACEOF
18144/* confdefs.h. */
18145_ACEOF
18146cat confdefs.h >>conftest.$ac_ext
18147cat >>conftest.$ac_ext <<_ACEOF
18148/* end confdefs.h. */
18149$ac_includes_default
18150int
18151main ()
18152{
18153static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18154test_array [0] = 0
18155
18156 ;
18157 return 0;
18158}
18159_ACEOF
18160rm -f conftest.$ac_objext
18161if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18162 (eval $ac_compile) 2>conftest.er1
a848cd7e 18163 ac_status=$?
ac1cb8d3
VS
18164 grep -v '^ *+' conftest.er1 >conftest.err
18165 rm -f conftest.er1
18166 cat conftest.err >&5
a848cd7e
SC
18167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18168 (exit $ac_status); } &&
6ebeb4c7 18169 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18171 (eval $ac_try) 2>&5
18172 ac_status=$?
18173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18174 (exit $ac_status); }; } &&
18175 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18177 (eval $ac_try) 2>&5
18178 ac_status=$?
18179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18180 (exit $ac_status); }; }; then
18181 ac_hi=$ac_mid
18182else
18183 echo "$as_me: failed program was:" >&5
18184sed 's/^/| /' conftest.$ac_ext >&5
18185
18186ac_lo=`expr '(' $ac_mid ')' + 1`
18187fi
ac1cb8d3 18188rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18189done
18190case $ac_lo in
18191?*) ac_cv_sizeof_size_t=$ac_lo;;
18192'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18193See \`config.log' for more details." >&5
18194echo "$as_me: error: cannot compute sizeof (size_t), 77
18195See \`config.log' for more details." >&2;}
18196 { (exit 1); exit 1; }; } ;;
18197esac
18198else
18199 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
18200 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18201echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18202 { (exit 1); exit 1; }; }
18203else
18204 cat >conftest.$ac_ext <<_ACEOF
18205/* confdefs.h. */
18206_ACEOF
18207cat confdefs.h >>conftest.$ac_ext
18208cat >>conftest.$ac_ext <<_ACEOF
18209/* end confdefs.h. */
18210$ac_includes_default
18211long longval () { return (long) (sizeof (size_t)); }
18212unsigned long ulongval () { return (long) (sizeof (size_t)); }
18213#include <stdio.h>
18214#include <stdlib.h>
18215int
18216main ()
18217{
18218
18219 FILE *f = fopen ("conftest.val", "w");
18220 if (! f)
18221 exit (1);
18222 if (((long) (sizeof (size_t))) < 0)
18223 {
18224 long i = longval ();
18225 if (i != ((long) (sizeof (size_t))))
18226 exit (1);
18227 fprintf (f, "%ld\n", i);
18228 }
18229 else
18230 {
18231 unsigned long i = ulongval ();
18232 if (i != ((long) (sizeof (size_t))))
18233 exit (1);
18234 fprintf (f, "%lu\n", i);
18235 }
18236 exit (ferror (f) || fclose (f) != 0);
18237
18238 ;
18239 return 0;
18240}
18241_ACEOF
18242rm -f conftest$ac_exeext
18243if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18244 (eval $ac_link) 2>&5
18245 ac_status=$?
18246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18247 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18249 (eval $ac_try) 2>&5
18250 ac_status=$?
18251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18252 (exit $ac_status); }; }; then
18253 ac_cv_sizeof_size_t=`cat conftest.val`
18254else
18255 echo "$as_me: program exited with status $ac_status" >&5
18256echo "$as_me: failed program was:" >&5
18257sed 's/^/| /' conftest.$ac_ext >&5
18258
18259( exit $ac_status )
18260{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18261See \`config.log' for more details." >&5
18262echo "$as_me: error: cannot compute sizeof (size_t), 77
18263See \`config.log' for more details." >&2;}
18264 { (exit 1); exit 1; }; }
18265fi
ac1cb8d3 18266rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18267fi
18268fi
18269rm -f conftest.val
18270else
18271 ac_cv_sizeof_size_t=0
18272fi
18273fi
18274echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
18275echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
18276cat >>confdefs.h <<_ACEOF
18277#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
18278_ACEOF
18279
18280
18281
18282case "${host}" in
18283 arm-*-linux* )
18284 echo "$as_me:$LINENO: checking for long long" >&5
18285echo $ECHO_N "checking for long long... $ECHO_C" >&6
18286if test "${ac_cv_type_long_long+set}" = set; then
18287 echo $ECHO_N "(cached) $ECHO_C" >&6
18288else
18289 cat >conftest.$ac_ext <<_ACEOF
18290/* confdefs.h. */
18291_ACEOF
18292cat confdefs.h >>conftest.$ac_ext
18293cat >>conftest.$ac_ext <<_ACEOF
18294/* end confdefs.h. */
18295$ac_includes_default
18296int
18297main ()
18298{
18299if ((long long *) 0)
18300 return 0;
18301if (sizeof (long long))
18302 return 0;
18303 ;
18304 return 0;
18305}
18306_ACEOF
18307rm -f conftest.$ac_objext
18308if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18309 (eval $ac_compile) 2>conftest.er1
a848cd7e 18310 ac_status=$?
ac1cb8d3
VS
18311 grep -v '^ *+' conftest.er1 >conftest.err
18312 rm -f conftest.er1
18313 cat conftest.err >&5
a848cd7e
SC
18314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18315 (exit $ac_status); } &&
6ebeb4c7 18316 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18318 (eval $ac_try) 2>&5
18319 ac_status=$?
18320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18321 (exit $ac_status); }; } &&
18322 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18324 (eval $ac_try) 2>&5
18325 ac_status=$?
18326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18327 (exit $ac_status); }; }; then
18328 ac_cv_type_long_long=yes
18329else
18330 echo "$as_me: failed program was:" >&5
18331sed 's/^/| /' conftest.$ac_ext >&5
18332
18333ac_cv_type_long_long=no
18334fi
ac1cb8d3 18335rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18336fi
18337echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18338echo "${ECHO_T}$ac_cv_type_long_long" >&6
18339
18340echo "$as_me:$LINENO: checking size of long long" >&5
18341echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18342if test "${ac_cv_sizeof_long_long+set}" = set; then
18343 echo $ECHO_N "(cached) $ECHO_C" >&6
18344else
18345 if test "$ac_cv_type_long_long" = yes; then
18346 # The cast to unsigned long works around a bug in the HP C Compiler
18347 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18348 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18349 # This bug is HP SR number 8606223364.
18350 if test "$cross_compiling" = yes; then
18351 # Depending upon the size, compute the lo and hi bounds.
18352cat >conftest.$ac_ext <<_ACEOF
18353/* confdefs.h. */
18354_ACEOF
18355cat confdefs.h >>conftest.$ac_ext
18356cat >>conftest.$ac_ext <<_ACEOF
18357/* end confdefs.h. */
18358$ac_includes_default
18359int
18360main ()
18361{
18362static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18363test_array [0] = 0
18364
18365 ;
18366 return 0;
18367}
18368_ACEOF
18369rm -f conftest.$ac_objext
18370if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18371 (eval $ac_compile) 2>conftest.er1
a848cd7e 18372 ac_status=$?
ac1cb8d3
VS
18373 grep -v '^ *+' conftest.er1 >conftest.err
18374 rm -f conftest.er1
18375 cat conftest.err >&5
a848cd7e
SC
18376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18377 (exit $ac_status); } &&
6ebeb4c7 18378 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18380 (eval $ac_try) 2>&5
18381 ac_status=$?
18382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18383 (exit $ac_status); }; } &&
18384 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18386 (eval $ac_try) 2>&5
18387 ac_status=$?
18388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18389 (exit $ac_status); }; }; then
18390 ac_lo=0 ac_mid=0
18391 while :; do
18392 cat >conftest.$ac_ext <<_ACEOF
18393/* confdefs.h. */
18394_ACEOF
18395cat confdefs.h >>conftest.$ac_ext
18396cat >>conftest.$ac_ext <<_ACEOF
18397/* end confdefs.h. */
18398$ac_includes_default
18399int
18400main ()
18401{
18402static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18403test_array [0] = 0
18404
18405 ;
18406 return 0;
18407}
18408_ACEOF
18409rm -f conftest.$ac_objext
18410if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18411 (eval $ac_compile) 2>conftest.er1
a848cd7e 18412 ac_status=$?
ac1cb8d3
VS
18413 grep -v '^ *+' conftest.er1 >conftest.err
18414 rm -f conftest.er1
18415 cat conftest.err >&5
a848cd7e
SC
18416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18417 (exit $ac_status); } &&
6ebeb4c7 18418 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18420 (eval $ac_try) 2>&5
18421 ac_status=$?
18422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18423 (exit $ac_status); }; } &&
18424 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18426 (eval $ac_try) 2>&5
18427 ac_status=$?
18428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18429 (exit $ac_status); }; }; then
18430 ac_hi=$ac_mid; break
18431else
18432 echo "$as_me: failed program was:" >&5
18433sed 's/^/| /' conftest.$ac_ext >&5
18434
18435ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18436 if test $ac_lo -le $ac_mid; then
18437 ac_lo= ac_hi=
18438 break
18439 fi
18440 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18441fi
ac1cb8d3 18442rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18443 done
18444else
18445 echo "$as_me: failed program was:" >&5
18446sed 's/^/| /' conftest.$ac_ext >&5
18447
18448cat >conftest.$ac_ext <<_ACEOF
18449/* confdefs.h. */
18450_ACEOF
18451cat confdefs.h >>conftest.$ac_ext
18452cat >>conftest.$ac_ext <<_ACEOF
18453/* end confdefs.h. */
18454$ac_includes_default
18455int
18456main ()
18457{
18458static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18459test_array [0] = 0
18460
18461 ;
18462 return 0;
18463}
18464_ACEOF
18465rm -f conftest.$ac_objext
18466if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18467 (eval $ac_compile) 2>conftest.er1
a848cd7e 18468 ac_status=$?
ac1cb8d3
VS
18469 grep -v '^ *+' conftest.er1 >conftest.err
18470 rm -f conftest.er1
18471 cat conftest.err >&5
a848cd7e
SC
18472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18473 (exit $ac_status); } &&
6ebeb4c7 18474 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18476 (eval $ac_try) 2>&5
18477 ac_status=$?
18478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18479 (exit $ac_status); }; } &&
18480 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18482 (eval $ac_try) 2>&5
18483 ac_status=$?
18484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18485 (exit $ac_status); }; }; then
18486 ac_hi=-1 ac_mid=-1
18487 while :; do
18488 cat >conftest.$ac_ext <<_ACEOF
18489/* confdefs.h. */
18490_ACEOF
18491cat confdefs.h >>conftest.$ac_ext
18492cat >>conftest.$ac_ext <<_ACEOF
18493/* end confdefs.h. */
18494$ac_includes_default
18495int
18496main ()
18497{
18498static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18499test_array [0] = 0
18500
18501 ;
18502 return 0;
18503}
18504_ACEOF
18505rm -f conftest.$ac_objext
18506if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18507 (eval $ac_compile) 2>conftest.er1
a848cd7e 18508 ac_status=$?
ac1cb8d3
VS
18509 grep -v '^ *+' conftest.er1 >conftest.err
18510 rm -f conftest.er1
18511 cat conftest.err >&5
a848cd7e
SC
18512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18513 (exit $ac_status); } &&
6ebeb4c7 18514 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18516 (eval $ac_try) 2>&5
18517 ac_status=$?
18518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18519 (exit $ac_status); }; } &&
18520 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18522 (eval $ac_try) 2>&5
18523 ac_status=$?
18524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18525 (exit $ac_status); }; }; then
18526 ac_lo=$ac_mid; break
18527else
18528 echo "$as_me: failed program was:" >&5
18529sed 's/^/| /' conftest.$ac_ext >&5
18530
18531ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18532 if test $ac_mid -le $ac_hi; then
18533 ac_lo= ac_hi=
18534 break
18535 fi
18536 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18537fi
ac1cb8d3 18538rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18539 done
18540else
18541 echo "$as_me: failed program was:" >&5
18542sed 's/^/| /' conftest.$ac_ext >&5
18543
18544ac_lo= ac_hi=
18545fi
ac1cb8d3 18546rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18547fi
ac1cb8d3 18548rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18549# Binary search between lo and hi bounds.
18550while test "x$ac_lo" != "x$ac_hi"; do
18551 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18552 cat >conftest.$ac_ext <<_ACEOF
18553/* confdefs.h. */
18554_ACEOF
18555cat confdefs.h >>conftest.$ac_ext
18556cat >>conftest.$ac_ext <<_ACEOF
18557/* end confdefs.h. */
18558$ac_includes_default
18559int
18560main ()
18561{
18562static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18563test_array [0] = 0
18564
18565 ;
18566 return 0;
18567}
18568_ACEOF
18569rm -f conftest.$ac_objext
18570if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18571 (eval $ac_compile) 2>conftest.er1
a848cd7e 18572 ac_status=$?
ac1cb8d3
VS
18573 grep -v '^ *+' conftest.er1 >conftest.err
18574 rm -f conftest.er1
18575 cat conftest.err >&5
a848cd7e
SC
18576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18577 (exit $ac_status); } &&
6ebeb4c7 18578 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18580 (eval $ac_try) 2>&5
18581 ac_status=$?
18582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); }; } &&
18584 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18586 (eval $ac_try) 2>&5
18587 ac_status=$?
18588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18589 (exit $ac_status); }; }; then
18590 ac_hi=$ac_mid
18591else
18592 echo "$as_me: failed program was:" >&5
18593sed 's/^/| /' conftest.$ac_ext >&5
18594
18595ac_lo=`expr '(' $ac_mid ')' + 1`
18596fi
ac1cb8d3 18597rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18598done
18599case $ac_lo in
18600?*) ac_cv_sizeof_long_long=$ac_lo;;
18601'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18602See \`config.log' for more details." >&5
18603echo "$as_me: error: cannot compute sizeof (long long), 77
18604See \`config.log' for more details." >&2;}
18605 { (exit 1); exit 1; }; } ;;
18606esac
18607else
18608 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
18609 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18610echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18611 { (exit 1); exit 1; }; }
18612else
18613 cat >conftest.$ac_ext <<_ACEOF
18614/* confdefs.h. */
18615_ACEOF
18616cat confdefs.h >>conftest.$ac_ext
18617cat >>conftest.$ac_ext <<_ACEOF
18618/* end confdefs.h. */
18619$ac_includes_default
18620long longval () { return (long) (sizeof (long long)); }
18621unsigned long ulongval () { return (long) (sizeof (long long)); }
18622#include <stdio.h>
18623#include <stdlib.h>
18624int
18625main ()
18626{
18627
18628 FILE *f = fopen ("conftest.val", "w");
18629 if (! f)
18630 exit (1);
18631 if (((long) (sizeof (long long))) < 0)
18632 {
18633 long i = longval ();
18634 if (i != ((long) (sizeof (long long))))
18635 exit (1);
18636 fprintf (f, "%ld\n", i);
18637 }
18638 else
18639 {
18640 unsigned long i = ulongval ();
18641 if (i != ((long) (sizeof (long long))))
18642 exit (1);
18643 fprintf (f, "%lu\n", i);
18644 }
18645 exit (ferror (f) || fclose (f) != 0);
18646
18647 ;
18648 return 0;
18649}
18650_ACEOF
18651rm -f conftest$ac_exeext
18652if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18653 (eval $ac_link) 2>&5
18654 ac_status=$?
18655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18656 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18658 (eval $ac_try) 2>&5
18659 ac_status=$?
18660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18661 (exit $ac_status); }; }; then
18662 ac_cv_sizeof_long_long=`cat conftest.val`
18663else
18664 echo "$as_me: program exited with status $ac_status" >&5
18665echo "$as_me: failed program was:" >&5
18666sed 's/^/| /' conftest.$ac_ext >&5
18667
18668( exit $ac_status )
18669{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18670See \`config.log' for more details." >&5
18671echo "$as_me: error: cannot compute sizeof (long long), 77
18672See \`config.log' for more details." >&2;}
18673 { (exit 1); exit 1; }; }
18674fi
ac1cb8d3 18675rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18676fi
18677fi
18678rm -f conftest.val
18679else
18680 ac_cv_sizeof_long_long=0
18681fi
18682fi
18683echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18684echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18685cat >>confdefs.h <<_ACEOF
18686#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18687_ACEOF
18688
18689
18690 ;;
18691 *-hp-hpux* )
18692 echo "$as_me:$LINENO: checking for long long" >&5
18693echo $ECHO_N "checking for long long... $ECHO_C" >&6
18694if test "${ac_cv_type_long_long+set}" = set; then
18695 echo $ECHO_N "(cached) $ECHO_C" >&6
18696else
18697 cat >conftest.$ac_ext <<_ACEOF
18698/* confdefs.h. */
18699_ACEOF
18700cat confdefs.h >>conftest.$ac_ext
18701cat >>conftest.$ac_ext <<_ACEOF
18702/* end confdefs.h. */
18703$ac_includes_default
18704int
18705main ()
18706{
18707if ((long long *) 0)
18708 return 0;
18709if (sizeof (long long))
18710 return 0;
18711 ;
18712 return 0;
18713}
18714_ACEOF
18715rm -f conftest.$ac_objext
18716if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18717 (eval $ac_compile) 2>conftest.er1
a848cd7e 18718 ac_status=$?
ac1cb8d3
VS
18719 grep -v '^ *+' conftest.er1 >conftest.err
18720 rm -f conftest.er1
18721 cat conftest.err >&5
a848cd7e
SC
18722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18723 (exit $ac_status); } &&
6ebeb4c7 18724 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18726 (eval $ac_try) 2>&5
18727 ac_status=$?
18728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18729 (exit $ac_status); }; } &&
18730 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18732 (eval $ac_try) 2>&5
18733 ac_status=$?
18734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18735 (exit $ac_status); }; }; then
18736 ac_cv_type_long_long=yes
18737else
18738 echo "$as_me: failed program was:" >&5
18739sed 's/^/| /' conftest.$ac_ext >&5
18740
18741ac_cv_type_long_long=no
18742fi
ac1cb8d3 18743rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18744fi
18745echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18746echo "${ECHO_T}$ac_cv_type_long_long" >&6
18747
18748echo "$as_me:$LINENO: checking size of long long" >&5
18749echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18750if test "${ac_cv_sizeof_long_long+set}" = set; then
18751 echo $ECHO_N "(cached) $ECHO_C" >&6
18752else
18753 if test "$ac_cv_type_long_long" = yes; then
18754 # The cast to unsigned long works around a bug in the HP C Compiler
18755 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18756 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18757 # This bug is HP SR number 8606223364.
18758 if test "$cross_compiling" = yes; then
18759 # Depending upon the size, compute the lo and hi bounds.
18760cat >conftest.$ac_ext <<_ACEOF
18761/* confdefs.h. */
18762_ACEOF
18763cat confdefs.h >>conftest.$ac_ext
18764cat >>conftest.$ac_ext <<_ACEOF
18765/* end confdefs.h. */
18766$ac_includes_default
18767int
18768main ()
18769{
18770static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18771test_array [0] = 0
18772
18773 ;
18774 return 0;
18775}
18776_ACEOF
18777rm -f conftest.$ac_objext
18778if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18779 (eval $ac_compile) 2>conftest.er1
a848cd7e 18780 ac_status=$?
ac1cb8d3
VS
18781 grep -v '^ *+' conftest.er1 >conftest.err
18782 rm -f conftest.er1
18783 cat conftest.err >&5
a848cd7e
SC
18784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18785 (exit $ac_status); } &&
6ebeb4c7 18786 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18788 (eval $ac_try) 2>&5
18789 ac_status=$?
18790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18791 (exit $ac_status); }; } &&
18792 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18794 (eval $ac_try) 2>&5
18795 ac_status=$?
18796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18797 (exit $ac_status); }; }; then
18798 ac_lo=0 ac_mid=0
18799 while :; do
18800 cat >conftest.$ac_ext <<_ACEOF
18801/* confdefs.h. */
18802_ACEOF
18803cat confdefs.h >>conftest.$ac_ext
18804cat >>conftest.$ac_ext <<_ACEOF
18805/* end confdefs.h. */
18806$ac_includes_default
18807int
18808main ()
18809{
18810static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18811test_array [0] = 0
18812
18813 ;
18814 return 0;
18815}
18816_ACEOF
18817rm -f conftest.$ac_objext
18818if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18819 (eval $ac_compile) 2>conftest.er1
a848cd7e 18820 ac_status=$?
ac1cb8d3
VS
18821 grep -v '^ *+' conftest.er1 >conftest.err
18822 rm -f conftest.er1
18823 cat conftest.err >&5
a848cd7e
SC
18824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18825 (exit $ac_status); } &&
6ebeb4c7 18826 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
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); }; } &&
18832 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18834 (eval $ac_try) 2>&5
18835 ac_status=$?
18836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18837 (exit $ac_status); }; }; then
18838 ac_hi=$ac_mid; break
18839else
18840 echo "$as_me: failed program was:" >&5
18841sed 's/^/| /' conftest.$ac_ext >&5
18842
18843ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18844 if test $ac_lo -le $ac_mid; then
18845 ac_lo= ac_hi=
18846 break
18847 fi
18848 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18849fi
ac1cb8d3 18850rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18851 done
18852else
18853 echo "$as_me: failed program was:" >&5
18854sed 's/^/| /' conftest.$ac_ext >&5
18855
18856cat >conftest.$ac_ext <<_ACEOF
18857/* confdefs.h. */
18858_ACEOF
18859cat confdefs.h >>conftest.$ac_ext
18860cat >>conftest.$ac_ext <<_ACEOF
18861/* end confdefs.h. */
18862$ac_includes_default
18863int
18864main ()
18865{
18866static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18867test_array [0] = 0
18868
18869 ;
18870 return 0;
18871}
18872_ACEOF
18873rm -f conftest.$ac_objext
18874if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18875 (eval $ac_compile) 2>conftest.er1
a848cd7e 18876 ac_status=$?
ac1cb8d3
VS
18877 grep -v '^ *+' conftest.er1 >conftest.err
18878 rm -f conftest.er1
18879 cat conftest.err >&5
a848cd7e
SC
18880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18881 (exit $ac_status); } &&
6ebeb4c7 18882 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18884 (eval $ac_try) 2>&5
18885 ac_status=$?
18886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18887 (exit $ac_status); }; } &&
18888 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18890 (eval $ac_try) 2>&5
18891 ac_status=$?
18892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18893 (exit $ac_status); }; }; then
18894 ac_hi=-1 ac_mid=-1
18895 while :; do
18896 cat >conftest.$ac_ext <<_ACEOF
18897/* confdefs.h. */
18898_ACEOF
18899cat confdefs.h >>conftest.$ac_ext
18900cat >>conftest.$ac_ext <<_ACEOF
18901/* end confdefs.h. */
18902$ac_includes_default
18903int
18904main ()
18905{
18906static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18907test_array [0] = 0
18908
18909 ;
18910 return 0;
18911}
18912_ACEOF
18913rm -f conftest.$ac_objext
18914if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18915 (eval $ac_compile) 2>conftest.er1
a848cd7e 18916 ac_status=$?
ac1cb8d3
VS
18917 grep -v '^ *+' conftest.er1 >conftest.err
18918 rm -f conftest.er1
18919 cat conftest.err >&5
a848cd7e
SC
18920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18921 (exit $ac_status); } &&
6ebeb4c7 18922 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18924 (eval $ac_try) 2>&5
18925 ac_status=$?
18926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18927 (exit $ac_status); }; } &&
18928 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18930 (eval $ac_try) 2>&5
18931 ac_status=$?
18932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18933 (exit $ac_status); }; }; then
18934 ac_lo=$ac_mid; break
18935else
18936 echo "$as_me: failed program was:" >&5
18937sed 's/^/| /' conftest.$ac_ext >&5
18938
18939ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18940 if test $ac_mid -le $ac_hi; then
18941 ac_lo= ac_hi=
18942 break
18943 fi
18944 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18945fi
ac1cb8d3 18946rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18947 done
18948else
18949 echo "$as_me: failed program was:" >&5
18950sed 's/^/| /' conftest.$ac_ext >&5
18951
18952ac_lo= ac_hi=
18953fi
ac1cb8d3 18954rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18955fi
ac1cb8d3 18956rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18957# Binary search between lo and hi bounds.
18958while test "x$ac_lo" != "x$ac_hi"; do
18959 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18960 cat >conftest.$ac_ext <<_ACEOF
18961/* confdefs.h. */
18962_ACEOF
18963cat confdefs.h >>conftest.$ac_ext
18964cat >>conftest.$ac_ext <<_ACEOF
18965/* end confdefs.h. */
18966$ac_includes_default
18967int
18968main ()
18969{
18970static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18971test_array [0] = 0
18972
18973 ;
18974 return 0;
18975}
18976_ACEOF
18977rm -f conftest.$ac_objext
18978if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18979 (eval $ac_compile) 2>conftest.er1
a848cd7e 18980 ac_status=$?
ac1cb8d3
VS
18981 grep -v '^ *+' conftest.er1 >conftest.err
18982 rm -f conftest.er1
18983 cat conftest.err >&5
a848cd7e
SC
18984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18985 (exit $ac_status); } &&
6ebeb4c7 18986 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18988 (eval $ac_try) 2>&5
18989 ac_status=$?
18990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18991 (exit $ac_status); }; } &&
18992 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18994 (eval $ac_try) 2>&5
18995 ac_status=$?
18996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18997 (exit $ac_status); }; }; then
18998 ac_hi=$ac_mid
18999else
19000 echo "$as_me: failed program was:" >&5
19001sed 's/^/| /' conftest.$ac_ext >&5
19002
19003ac_lo=`expr '(' $ac_mid ')' + 1`
19004fi
ac1cb8d3 19005rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19006done
19007case $ac_lo in
19008?*) ac_cv_sizeof_long_long=$ac_lo;;
19009'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19010See \`config.log' for more details." >&5
19011echo "$as_me: error: cannot compute sizeof (long long), 77
19012See \`config.log' for more details." >&2;}
19013 { (exit 1); exit 1; }; } ;;
19014esac
19015else
19016 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
19017 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19018echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
19019 { (exit 1); exit 1; }; }
19020else
19021 cat >conftest.$ac_ext <<_ACEOF
19022/* confdefs.h. */
19023_ACEOF
19024cat confdefs.h >>conftest.$ac_ext
19025cat >>conftest.$ac_ext <<_ACEOF
19026/* end confdefs.h. */
19027$ac_includes_default
19028long longval () { return (long) (sizeof (long long)); }
19029unsigned long ulongval () { return (long) (sizeof (long long)); }
19030#include <stdio.h>
19031#include <stdlib.h>
19032int
19033main ()
19034{
19035
19036 FILE *f = fopen ("conftest.val", "w");
19037 if (! f)
19038 exit (1);
19039 if (((long) (sizeof (long long))) < 0)
19040 {
19041 long i = longval ();
19042 if (i != ((long) (sizeof (long long))))
19043 exit (1);
19044 fprintf (f, "%ld\n", i);
19045 }
19046 else
19047 {
19048 unsigned long i = ulongval ();
19049 if (i != ((long) (sizeof (long long))))
19050 exit (1);
19051 fprintf (f, "%lu\n", i);
19052 }
19053 exit (ferror (f) || fclose (f) != 0);
19054
19055 ;
19056 return 0;
19057}
19058_ACEOF
19059rm -f conftest$ac_exeext
19060if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19061 (eval $ac_link) 2>&5
19062 ac_status=$?
19063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19064 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19066 (eval $ac_try) 2>&5
19067 ac_status=$?
19068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19069 (exit $ac_status); }; }; then
19070 ac_cv_sizeof_long_long=`cat conftest.val`
19071else
19072 echo "$as_me: program exited with status $ac_status" >&5
19073echo "$as_me: failed program was:" >&5
19074sed 's/^/| /' conftest.$ac_ext >&5
19075
19076( exit $ac_status )
19077{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19078See \`config.log' for more details." >&5
19079echo "$as_me: error: cannot compute sizeof (long long), 77
19080See \`config.log' for more details." >&2;}
19081 { (exit 1); exit 1; }; }
19082fi
ac1cb8d3 19083rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19084fi
19085fi
19086rm -f conftest.val
19087else
19088 ac_cv_sizeof_long_long=0
19089fi
19090fi
19091echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19092echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19093cat >>confdefs.h <<_ACEOF
19094#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19095_ACEOF
19096
19097
19098 if test "$ac_cv_sizeof_long_long" != "0"; then
19099 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
19100 fi
19101 ;;
19102 * )
19103 echo "$as_me:$LINENO: checking for long long" >&5
19104echo $ECHO_N "checking for long long... $ECHO_C" >&6
19105if test "${ac_cv_type_long_long+set}" = set; then
19106 echo $ECHO_N "(cached) $ECHO_C" >&6
19107else
19108 cat >conftest.$ac_ext <<_ACEOF
19109/* confdefs.h. */
19110_ACEOF
19111cat confdefs.h >>conftest.$ac_ext
19112cat >>conftest.$ac_ext <<_ACEOF
19113/* end confdefs.h. */
19114$ac_includes_default
19115int
19116main ()
19117{
19118if ((long long *) 0)
19119 return 0;
19120if (sizeof (long long))
19121 return 0;
19122 ;
19123 return 0;
19124}
19125_ACEOF
19126rm -f conftest.$ac_objext
19127if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19128 (eval $ac_compile) 2>conftest.er1
a848cd7e 19129 ac_status=$?
ac1cb8d3
VS
19130 grep -v '^ *+' conftest.er1 >conftest.err
19131 rm -f conftest.er1
19132 cat conftest.err >&5
a848cd7e
SC
19133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19134 (exit $ac_status); } &&
6ebeb4c7 19135 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19137 (eval $ac_try) 2>&5
19138 ac_status=$?
19139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19140 (exit $ac_status); }; } &&
19141 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
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); }; }; then
19147 ac_cv_type_long_long=yes
19148else
19149 echo "$as_me: failed program was:" >&5
19150sed 's/^/| /' conftest.$ac_ext >&5
19151
19152ac_cv_type_long_long=no
19153fi
ac1cb8d3 19154rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19155fi
19156echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19157echo "${ECHO_T}$ac_cv_type_long_long" >&6
19158
19159echo "$as_me:$LINENO: checking size of long long" >&5
19160echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19161if test "${ac_cv_sizeof_long_long+set}" = set; then
19162 echo $ECHO_N "(cached) $ECHO_C" >&6
19163else
19164 if test "$ac_cv_type_long_long" = yes; then
19165 # The cast to unsigned long works around a bug in the HP C Compiler
19166 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19167 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19168 # This bug is HP SR number 8606223364.
19169 if test "$cross_compiling" = yes; then
19170 # Depending upon the size, compute the lo and hi bounds.
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); } &&
6ebeb4c7 19197 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19199 (eval $ac_try) 2>&5
19200 ac_status=$?
19201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19202 (exit $ac_status); }; } &&
19203 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19205 (eval $ac_try) 2>&5
19206 ac_status=$?
19207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19208 (exit $ac_status); }; }; then
19209 ac_lo=0 ac_mid=0
19210 while :; do
19211 cat >conftest.$ac_ext <<_ACEOF
19212/* confdefs.h. */
19213_ACEOF
19214cat confdefs.h >>conftest.$ac_ext
19215cat >>conftest.$ac_ext <<_ACEOF
19216/* end confdefs.h. */
19217$ac_includes_default
19218int
19219main ()
19220{
19221static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19222test_array [0] = 0
19223
19224 ;
19225 return 0;
19226}
19227_ACEOF
19228rm -f conftest.$ac_objext
19229if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19230 (eval $ac_compile) 2>conftest.er1
a848cd7e 19231 ac_status=$?
ac1cb8d3
VS
19232 grep -v '^ *+' conftest.er1 >conftest.err
19233 rm -f conftest.er1
19234 cat conftest.err >&5
a848cd7e
SC
19235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19236 (exit $ac_status); } &&
6ebeb4c7 19237 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19239 (eval $ac_try) 2>&5
19240 ac_status=$?
19241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19242 (exit $ac_status); }; } &&
19243 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19245 (eval $ac_try) 2>&5
19246 ac_status=$?
19247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19248 (exit $ac_status); }; }; then
19249 ac_hi=$ac_mid; break
19250else
19251 echo "$as_me: failed program was:" >&5
19252sed 's/^/| /' conftest.$ac_ext >&5
19253
19254ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
19255 if test $ac_lo -le $ac_mid; then
19256 ac_lo= ac_hi=
19257 break
19258 fi
19259 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 19260fi
ac1cb8d3 19261rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19262 done
19263else
19264 echo "$as_me: failed program was:" >&5
19265sed 's/^/| /' conftest.$ac_ext >&5
19266
19267cat >conftest.$ac_ext <<_ACEOF
19268/* confdefs.h. */
19269_ACEOF
19270cat confdefs.h >>conftest.$ac_ext
19271cat >>conftest.$ac_ext <<_ACEOF
19272/* end confdefs.h. */
19273$ac_includes_default
19274int
19275main ()
19276{
19277static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19278test_array [0] = 0
19279
19280 ;
19281 return 0;
19282}
19283_ACEOF
19284rm -f conftest.$ac_objext
19285if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19286 (eval $ac_compile) 2>conftest.er1
a848cd7e 19287 ac_status=$?
ac1cb8d3
VS
19288 grep -v '^ *+' conftest.er1 >conftest.err
19289 rm -f conftest.er1
19290 cat conftest.err >&5
a848cd7e
SC
19291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19292 (exit $ac_status); } &&
6ebeb4c7 19293 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19295 (eval $ac_try) 2>&5
19296 ac_status=$?
19297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19298 (exit $ac_status); }; } &&
19299 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19301 (eval $ac_try) 2>&5
19302 ac_status=$?
19303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19304 (exit $ac_status); }; }; then
19305 ac_hi=-1 ac_mid=-1
19306 while :; do
19307 cat >conftest.$ac_ext <<_ACEOF
19308/* confdefs.h. */
19309_ACEOF
19310cat confdefs.h >>conftest.$ac_ext
19311cat >>conftest.$ac_ext <<_ACEOF
19312/* end confdefs.h. */
19313$ac_includes_default
19314int
19315main ()
19316{
19317static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19318test_array [0] = 0
19319
19320 ;
19321 return 0;
19322}
19323_ACEOF
19324rm -f conftest.$ac_objext
19325if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19326 (eval $ac_compile) 2>conftest.er1
a848cd7e 19327 ac_status=$?
ac1cb8d3
VS
19328 grep -v '^ *+' conftest.er1 >conftest.err
19329 rm -f conftest.er1
19330 cat conftest.err >&5
a848cd7e
SC
19331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19332 (exit $ac_status); } &&
6ebeb4c7 19333 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19335 (eval $ac_try) 2>&5
19336 ac_status=$?
19337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19338 (exit $ac_status); }; } &&
19339 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19341 (eval $ac_try) 2>&5
19342 ac_status=$?
19343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19344 (exit $ac_status); }; }; then
19345 ac_lo=$ac_mid; break
19346else
19347 echo "$as_me: failed program was:" >&5
19348sed 's/^/| /' conftest.$ac_ext >&5
19349
19350ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
19351 if test $ac_mid -le $ac_hi; then
19352 ac_lo= ac_hi=
19353 break
19354 fi
19355 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 19356fi
ac1cb8d3 19357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19358 done
19359else
19360 echo "$as_me: failed program was:" >&5
19361sed 's/^/| /' conftest.$ac_ext >&5
19362
19363ac_lo= ac_hi=
19364fi
ac1cb8d3 19365rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 19366fi
ac1cb8d3 19367rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19368# Binary search between lo and hi bounds.
19369while test "x$ac_lo" != "x$ac_hi"; do
19370 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19371 cat >conftest.$ac_ext <<_ACEOF
19372/* confdefs.h. */
19373_ACEOF
19374cat confdefs.h >>conftest.$ac_ext
19375cat >>conftest.$ac_ext <<_ACEOF
19376/* end confdefs.h. */
19377$ac_includes_default
19378int
19379main ()
19380{
19381static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19382test_array [0] = 0
19383
19384 ;
19385 return 0;
19386}
19387_ACEOF
19388rm -f conftest.$ac_objext
19389if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19390 (eval $ac_compile) 2>conftest.er1
a848cd7e 19391 ac_status=$?
ac1cb8d3
VS
19392 grep -v '^ *+' conftest.er1 >conftest.err
19393 rm -f conftest.er1
19394 cat conftest.err >&5
a848cd7e
SC
19395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19396 (exit $ac_status); } &&
6ebeb4c7 19397 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19399 (eval $ac_try) 2>&5
19400 ac_status=$?
19401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19402 (exit $ac_status); }; } &&
19403 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19405 (eval $ac_try) 2>&5
19406 ac_status=$?
19407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19408 (exit $ac_status); }; }; then
19409 ac_hi=$ac_mid
19410else
19411 echo "$as_me: failed program was:" >&5
19412sed 's/^/| /' conftest.$ac_ext >&5
19413
19414ac_lo=`expr '(' $ac_mid ')' + 1`
19415fi
ac1cb8d3 19416rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19417done
19418case $ac_lo in
19419?*) ac_cv_sizeof_long_long=$ac_lo;;
19420'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19421See \`config.log' for more details." >&5
19422echo "$as_me: error: cannot compute sizeof (long long), 77
19423See \`config.log' for more details." >&2;}
19424 { (exit 1); exit 1; }; } ;;
19425esac
19426else
19427 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
19428 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19429echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
19430 { (exit 1); exit 1; }; }
19431else
19432 cat >conftest.$ac_ext <<_ACEOF
19433/* confdefs.h. */
19434_ACEOF
19435cat confdefs.h >>conftest.$ac_ext
19436cat >>conftest.$ac_ext <<_ACEOF
19437/* end confdefs.h. */
19438$ac_includes_default
19439long longval () { return (long) (sizeof (long long)); }
19440unsigned long ulongval () { return (long) (sizeof (long long)); }
19441#include <stdio.h>
19442#include <stdlib.h>
19443int
19444main ()
19445{
19446
19447 FILE *f = fopen ("conftest.val", "w");
19448 if (! f)
19449 exit (1);
19450 if (((long) (sizeof (long long))) < 0)
19451 {
19452 long i = longval ();
19453 if (i != ((long) (sizeof (long long))))
19454 exit (1);
19455 fprintf (f, "%ld\n", i);
19456 }
19457 else
19458 {
19459 unsigned long i = ulongval ();
19460 if (i != ((long) (sizeof (long long))))
19461 exit (1);
19462 fprintf (f, "%lu\n", i);
19463 }
19464 exit (ferror (f) || fclose (f) != 0);
19465
19466 ;
19467 return 0;
19468}
19469_ACEOF
19470rm -f conftest$ac_exeext
19471if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19472 (eval $ac_link) 2>&5
19473 ac_status=$?
19474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19477 (eval $ac_try) 2>&5
19478 ac_status=$?
19479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19480 (exit $ac_status); }; }; then
19481 ac_cv_sizeof_long_long=`cat conftest.val`
19482else
19483 echo "$as_me: program exited with status $ac_status" >&5
19484echo "$as_me: failed program was:" >&5
19485sed 's/^/| /' conftest.$ac_ext >&5
19486
19487( exit $ac_status )
19488{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19489See \`config.log' for more details." >&5
19490echo "$as_me: error: cannot compute sizeof (long long), 77
19491See \`config.log' for more details." >&2;}
19492 { (exit 1); exit 1; }; }
19493fi
ac1cb8d3 19494rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19495fi
19496fi
19497rm -f conftest.val
19498else
19499 ac_cv_sizeof_long_long=0
19500fi
19501fi
19502echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19503echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19504cat >>confdefs.h <<_ACEOF
19505#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19506_ACEOF
19507
19508
19509esac
19510
238ecede
MW
19511echo "$as_me:$LINENO: checking for wchar_t" >&5
19512echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19513if test "${ac_cv_type_wchar_t+set}" = set; then
19514 echo $ECHO_N "(cached) $ECHO_C" >&6
19515else
19516 cat >conftest.$ac_ext <<_ACEOF
19517/* confdefs.h. */
19518_ACEOF
19519cat confdefs.h >>conftest.$ac_ext
19520cat >>conftest.$ac_ext <<_ACEOF
19521/* end confdefs.h. */
19522
83d8eb47
MW
19523 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19524 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19525 # error "fake wchar_t"
19526 #endif
19527 #ifdef HAVE_WCHAR_H
19528 # ifdef __CYGWIN__
19529 # include <stddef.h>
19530 # endif
19531 # include <wchar.h>
19532 #endif
19533 #ifdef HAVE_STDLIB_H
19534 # include <stdlib.h>
19535 #endif
19536 #include <stdio.h>
19537
19538
19539
19540int
19541main ()
19542{
19543if ((wchar_t *) 0)
19544 return 0;
19545if (sizeof (wchar_t))
19546 return 0;
19547 ;
19548 return 0;
19549}
19550_ACEOF
19551rm -f conftest.$ac_objext
19552if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19553 (eval $ac_compile) 2>conftest.er1
19554 ac_status=$?
19555 grep -v '^ *+' conftest.er1 >conftest.err
19556 rm -f conftest.er1
19557 cat conftest.err >&5
19558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19559 (exit $ac_status); } &&
6ebeb4c7 19560 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19562 (eval $ac_try) 2>&5
19563 ac_status=$?
19564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19565 (exit $ac_status); }; } &&
19566 { ac_try='test -s conftest.$ac_objext'
19567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19568 (eval $ac_try) 2>&5
19569 ac_status=$?
19570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19571 (exit $ac_status); }; }; then
19572 ac_cv_type_wchar_t=yes
19573else
19574 echo "$as_me: failed program was:" >&5
19575sed 's/^/| /' conftest.$ac_ext >&5
19576
19577ac_cv_type_wchar_t=no
19578fi
19579rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19580fi
19581echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19582echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19583
a848cd7e
SC
19584echo "$as_me:$LINENO: checking size of wchar_t" >&5
19585echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
238ecede 19586if test "${ac_cv_sizeof_wchar_t+set}" = set; then
a848cd7e
SC
19587 echo $ECHO_N "(cached) $ECHO_C" >&6
19588else
238ecede
MW
19589 if test "$ac_cv_type_wchar_t" = yes; then
19590 # The cast to unsigned long works around a bug in the HP C Compiler
19591 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19592 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19593 # This bug is HP SR number 8606223364.
19594 if test "$cross_compiling" = yes; then
19595 # Depending upon the size, compute the lo and hi bounds.
19596cat >conftest.$ac_ext <<_ACEOF
19597/* confdefs.h. */
19598_ACEOF
19599cat confdefs.h >>conftest.$ac_ext
19600cat >>conftest.$ac_ext <<_ACEOF
19601/* end confdefs.h. */
19602
83d8eb47
MW
19603 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19604 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19605 # error "fake wchar_t"
19606 #endif
19607 #ifdef HAVE_WCHAR_H
19608 # ifdef __CYGWIN__
19609 # include <stddef.h>
19610 # endif
19611 # include <wchar.h>
19612 #endif
19613 #ifdef HAVE_STDLIB_H
19614 # include <stdlib.h>
19615 #endif
19616 #include <stdio.h>
19617
19618
19619
19620int
19621main ()
19622{
19623static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19624test_array [0] = 0
19625
19626 ;
19627 return 0;
19628}
19629_ACEOF
19630rm -f conftest.$ac_objext
19631if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19632 (eval $ac_compile) 2>conftest.er1
19633 ac_status=$?
19634 grep -v '^ *+' conftest.er1 >conftest.err
19635 rm -f conftest.er1
19636 cat conftest.err >&5
19637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19638 (exit $ac_status); } &&
6ebeb4c7 19639 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19641 (eval $ac_try) 2>&5
19642 ac_status=$?
19643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19644 (exit $ac_status); }; } &&
19645 { ac_try='test -s conftest.$ac_objext'
19646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19647 (eval $ac_try) 2>&5
19648 ac_status=$?
19649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19650 (exit $ac_status); }; }; then
19651 ac_lo=0 ac_mid=0
19652 while :; do
19653 cat >conftest.$ac_ext <<_ACEOF
19654/* confdefs.h. */
19655_ACEOF
19656cat confdefs.h >>conftest.$ac_ext
19657cat >>conftest.$ac_ext <<_ACEOF
19658/* end confdefs.h. */
19659
83d8eb47
MW
19660 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19661 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19662 # error "fake wchar_t"
19663 #endif
19664 #ifdef HAVE_WCHAR_H
19665 # ifdef __CYGWIN__
19666 # include <stddef.h>
19667 # endif
19668 # include <wchar.h>
19669 #endif
19670 #ifdef HAVE_STDLIB_H
19671 # include <stdlib.h>
19672 #endif
19673 #include <stdio.h>
19674
19675
19676
19677int
19678main ()
19679{
19680static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19681test_array [0] = 0
19682
19683 ;
19684 return 0;
19685}
19686_ACEOF
19687rm -f conftest.$ac_objext
19688if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19689 (eval $ac_compile) 2>conftest.er1
19690 ac_status=$?
19691 grep -v '^ *+' conftest.er1 >conftest.err
19692 rm -f conftest.er1
19693 cat conftest.err >&5
19694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19695 (exit $ac_status); } &&
6ebeb4c7 19696 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19698 (eval $ac_try) 2>&5
19699 ac_status=$?
19700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19701 (exit $ac_status); }; } &&
19702 { ac_try='test -s conftest.$ac_objext'
19703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19704 (eval $ac_try) 2>&5
19705 ac_status=$?
19706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19707 (exit $ac_status); }; }; then
19708 ac_hi=$ac_mid; break
19709else
19710 echo "$as_me: failed program was:" >&5
19711sed 's/^/| /' conftest.$ac_ext >&5
19712
19713ac_lo=`expr $ac_mid + 1`
19714 if test $ac_lo -le $ac_mid; then
19715 ac_lo= ac_hi=
19716 break
19717 fi
19718 ac_mid=`expr 2 '*' $ac_mid + 1`
19719fi
19720rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19721 done
19722else
19723 echo "$as_me: failed program was:" >&5
19724sed 's/^/| /' conftest.$ac_ext >&5
19725
19726cat >conftest.$ac_ext <<_ACEOF
19727/* confdefs.h. */
19728_ACEOF
19729cat confdefs.h >>conftest.$ac_ext
19730cat >>conftest.$ac_ext <<_ACEOF
19731/* end confdefs.h. */
19732
83d8eb47
MW
19733 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19734 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19735 # error "fake wchar_t"
19736 #endif
19737 #ifdef HAVE_WCHAR_H
19738 # ifdef __CYGWIN__
19739 # include <stddef.h>
19740 # endif
19741 # include <wchar.h>
19742 #endif
19743 #ifdef HAVE_STDLIB_H
19744 # include <stdlib.h>
19745 #endif
19746 #include <stdio.h>
19747
19748
19749
19750int
19751main ()
19752{
19753static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19754test_array [0] = 0
19755
19756 ;
19757 return 0;
19758}
19759_ACEOF
19760rm -f conftest.$ac_objext
19761if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19762 (eval $ac_compile) 2>conftest.er1
19763 ac_status=$?
19764 grep -v '^ *+' conftest.er1 >conftest.err
19765 rm -f conftest.er1
19766 cat conftest.err >&5
19767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19768 (exit $ac_status); } &&
6ebeb4c7 19769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19771 (eval $ac_try) 2>&5
19772 ac_status=$?
19773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19774 (exit $ac_status); }; } &&
19775 { ac_try='test -s conftest.$ac_objext'
19776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19777 (eval $ac_try) 2>&5
19778 ac_status=$?
19779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19780 (exit $ac_status); }; }; then
19781 ac_hi=-1 ac_mid=-1
19782 while :; do
19783 cat >conftest.$ac_ext <<_ACEOF
19784/* confdefs.h. */
19785_ACEOF
19786cat confdefs.h >>conftest.$ac_ext
19787cat >>conftest.$ac_ext <<_ACEOF
19788/* end confdefs.h. */
19789
83d8eb47
MW
19790 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19791 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19792 # error "fake wchar_t"
19793 #endif
19794 #ifdef HAVE_WCHAR_H
19795 # ifdef __CYGWIN__
19796 # include <stddef.h>
19797 # endif
19798 # include <wchar.h>
19799 #endif
19800 #ifdef HAVE_STDLIB_H
19801 # include <stdlib.h>
19802 #endif
19803 #include <stdio.h>
19804
19805
19806
19807int
19808main ()
19809{
19810static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19811test_array [0] = 0
19812
19813 ;
19814 return 0;
19815}
19816_ACEOF
19817rm -f conftest.$ac_objext
19818if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19819 (eval $ac_compile) 2>conftest.er1
19820 ac_status=$?
19821 grep -v '^ *+' conftest.er1 >conftest.err
19822 rm -f conftest.er1
19823 cat conftest.err >&5
19824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19825 (exit $ac_status); } &&
6ebeb4c7 19826 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19828 (eval $ac_try) 2>&5
19829 ac_status=$?
19830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19831 (exit $ac_status); }; } &&
19832 { ac_try='test -s conftest.$ac_objext'
19833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19834 (eval $ac_try) 2>&5
19835 ac_status=$?
19836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19837 (exit $ac_status); }; }; then
19838 ac_lo=$ac_mid; break
19839else
19840 echo "$as_me: failed program was:" >&5
19841sed 's/^/| /' conftest.$ac_ext >&5
19842
19843ac_hi=`expr '(' $ac_mid ')' - 1`
19844 if test $ac_mid -le $ac_hi; then
19845 ac_lo= ac_hi=
19846 break
19847 fi
19848 ac_mid=`expr 2 '*' $ac_mid`
19849fi
19850rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19851 done
19852else
19853 echo "$as_me: failed program was:" >&5
19854sed 's/^/| /' conftest.$ac_ext >&5
19855
19856ac_lo= ac_hi=
19857fi
19858rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19859fi
19860rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19861# Binary search between lo and hi bounds.
19862while test "x$ac_lo" != "x$ac_hi"; do
19863 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19864 cat >conftest.$ac_ext <<_ACEOF
19865/* confdefs.h. */
19866_ACEOF
19867cat confdefs.h >>conftest.$ac_ext
19868cat >>conftest.$ac_ext <<_ACEOF
19869/* end confdefs.h. */
19870
83d8eb47
MW
19871 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19872 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19873 # error "fake wchar_t"
19874 #endif
19875 #ifdef HAVE_WCHAR_H
19876 # ifdef __CYGWIN__
19877 # include <stddef.h>
19878 # endif
19879 # include <wchar.h>
19880 #endif
19881 #ifdef HAVE_STDLIB_H
19882 # include <stdlib.h>
19883 #endif
19884 #include <stdio.h>
a848cd7e 19885
a848cd7e 19886
a848cd7e 19887
238ecede
MW
19888int
19889main ()
19890{
19891static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19892test_array [0] = 0
a848cd7e 19893
238ecede
MW
19894 ;
19895 return 0;
19896}
19897_ACEOF
19898rm -f conftest.$ac_objext
19899if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19900 (eval $ac_compile) 2>conftest.er1
19901 ac_status=$?
19902 grep -v '^ *+' conftest.er1 >conftest.err
19903 rm -f conftest.er1
19904 cat conftest.err >&5
19905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19906 (exit $ac_status); } &&
6ebeb4c7 19907 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19909 (eval $ac_try) 2>&5
19910 ac_status=$?
19911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19912 (exit $ac_status); }; } &&
19913 { ac_try='test -s conftest.$ac_objext'
19914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19915 (eval $ac_try) 2>&5
19916 ac_status=$?
19917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19918 (exit $ac_status); }; }; then
19919 ac_hi=$ac_mid
19920else
19921 echo "$as_me: failed program was:" >&5
19922sed 's/^/| /' conftest.$ac_ext >&5
19923
19924ac_lo=`expr '(' $ac_mid ')' + 1`
19925fi
19926rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19927done
19928case $ac_lo in
19929?*) ac_cv_sizeof_wchar_t=$ac_lo;;
19930'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19931See \`config.log' for more details." >&5
19932echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19933See \`config.log' for more details." >&2;}
19934 { (exit 1); exit 1; }; } ;;
19935esac
19936else
19937 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
19938 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19939echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
238ecede 19940 { (exit 1); exit 1; }; }
a848cd7e
SC
19941else
19942 cat >conftest.$ac_ext <<_ACEOF
19943/* confdefs.h. */
19944_ACEOF
19945cat confdefs.h >>conftest.$ac_ext
19946cat >>conftest.$ac_ext <<_ACEOF
19947/* end confdefs.h. */
19948
83d8eb47
MW
19949 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19950 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19951 # error "fake wchar_t"
19952 #endif
19953 #ifdef HAVE_WCHAR_H
19954 # ifdef __CYGWIN__
19955 # include <stddef.h>
19956 # endif
19957 # include <wchar.h>
19958 #endif
19959 #ifdef HAVE_STDLIB_H
19960 # include <stdlib.h>
19961 #endif
19962 #include <stdio.h>
19963
19964
19965
19966long longval () { return (long) (sizeof (wchar_t)); }
19967unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19968#include <stdio.h>
19969#include <stdlib.h>
19970int
19971main ()
19972{
a848cd7e 19973
238ecede
MW
19974 FILE *f = fopen ("conftest.val", "w");
19975 if (! f)
19976 exit (1);
19977 if (((long) (sizeof (wchar_t))) < 0)
19978 {
19979 long i = longval ();
19980 if (i != ((long) (sizeof (wchar_t))))
19981 exit (1);
19982 fprintf (f, "%ld\n", i);
19983 }
19984 else
19985 {
19986 unsigned long i = ulongval ();
19987 if (i != ((long) (sizeof (wchar_t))))
19988 exit (1);
19989 fprintf (f, "%lu\n", i);
19990 }
19991 exit (ferror (f) || fclose (f) != 0);
19992
19993 ;
19994 return 0;
19995}
a848cd7e
SC
19996_ACEOF
19997rm -f conftest$ac_exeext
19998if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19999 (eval $ac_link) 2>&5
20000 ac_status=$?
20001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20002 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20004 (eval $ac_try) 2>&5
20005 ac_status=$?
20006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20007 (exit $ac_status); }; }; then
238ecede 20008 ac_cv_sizeof_wchar_t=`cat conftest.val`
a848cd7e
SC
20009else
20010 echo "$as_me: program exited with status $ac_status" >&5
20011echo "$as_me: failed program was:" >&5
20012sed 's/^/| /' conftest.$ac_ext >&5
20013
20014( exit $ac_status )
238ecede
MW
20015{ { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20016See \`config.log' for more details." >&5
20017echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20018See \`config.log' for more details." >&2;}
20019 { (exit 1); exit 1; }; }
a848cd7e 20020fi
ac1cb8d3 20021rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 20022fi
a848cd7e 20023fi
238ecede
MW
20024rm -f conftest.val
20025else
20026 ac_cv_sizeof_wchar_t=0
20027fi
20028fi
20029echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
20030echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
a848cd7e 20031cat >>confdefs.h <<_ACEOF
238ecede 20032#define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
a848cd7e
SC
20033_ACEOF
20034
20035
47a7e797
MW
20036if test "$ac_cv_sizeof_wchar_t" != "0"; then
20037 wxUSE_WCHAR_T=yes
20038else
20039 wxUSE_WCHAR_T=no
20040fi
238ecede 20041
ba3d13e1
VZ
20042echo "$as_me:$LINENO: checking for va_copy" >&5
20043echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
20044if test "${wx_cv_func_va_copy+set}" = set; then
20045 echo $ECHO_N "(cached) $ECHO_C" >&6
20046else
20047
20048 cat >conftest.$ac_ext <<_ACEOF
20049
20050 #include <stdarg.h>
20051 void foo(char *f, ...)
20052 {
20053 va_list ap1, ap2;
20054 va_start(ap1, f);
20055 va_copy(ap2, ap1);
20056 va_end(ap2);
20057 va_end(ap1);
20058 }
5886b072
VZ
20059 int main()
20060 {
b902e639
VZ
20061 foo("hi", 17);
20062 return 0;
5886b072 20063 }
ba3d13e1
VZ
20064_ACEOF
20065rm -f conftest.$ac_objext conftest$ac_exeext
20066if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20067 (eval $ac_link) 2>conftest.er1
20068 ac_status=$?
20069 grep -v '^ *+' conftest.er1 >conftest.err
20070 rm -f conftest.er1
20071 cat conftest.err >&5
20072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20073 (exit $ac_status); } &&
6ebeb4c7 20074 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ba3d13e1
VZ
20075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20076 (eval $ac_try) 2>&5
20077 ac_status=$?
20078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20079 (exit $ac_status); }; } &&
20080 { ac_try='test -s conftest$ac_exeext'
20081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20082 (eval $ac_try) 2>&5
20083 ac_status=$?
20084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20085 (exit $ac_status); }; }; then
20086 wx_cv_func_va_copy=yes
20087else
20088 echo "$as_me: failed program was:" >&5
20089sed 's/^/| /' conftest.$ac_ext >&5
20090
20091wx_cv_func_va_copy=no
20092
20093fi
20094rm -f conftest.err conftest.$ac_objext \
20095 conftest$ac_exeext conftest.$ac_ext
20096
20097
20098fi
20099echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20100echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20101
20102if test $wx_cv_func_va_copy = "yes"; then
20103 cat >>confdefs.h <<\_ACEOF
20104#define HAVE_VA_COPY 1
20105_ACEOF
20106
20107else
20108 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20109echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20110if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20111 echo $ECHO_N "(cached) $ECHO_C" >&6
20112else
20113
20114 if test "$cross_compiling" = yes; then
20115 wx_cv_type_va_list_lvalue=yes
20116
20117else
20118 cat >conftest.$ac_ext <<_ACEOF
20119
20120 #include <stdarg.h>
20121 int foo(char *f, ...)
20122 {
20123 va_list ap1, ap2;
20124 va_start(ap1, f);
20125 ap2 = ap1;
20126 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20127 return 1;
20128 va_end(ap2);
20129 va_end(ap1);
20130 return 0;
20131 }
20132 int main()
20133 {
20134 return foo("hi", 17);
20135 }
20136_ACEOF
20137rm -f conftest$ac_exeext
20138if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20139 (eval $ac_link) 2>&5
20140 ac_status=$?
20141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20142 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20144 (eval $ac_try) 2>&5
20145 ac_status=$?
20146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20147 (exit $ac_status); }; }; then
20148 wx_cv_type_va_list_lvalue=yes
20149else
20150 echo "$as_me: program exited with status $ac_status" >&5
20151echo "$as_me: failed program was:" >&5
20152sed 's/^/| /' conftest.$ac_ext >&5
20153
20154( exit $ac_status )
20155wx_cv_type_va_list_lvalue=no
20156fi
20157rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20158fi
20159
20160
20161fi
20162echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
20163echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
20164
20165 if test $wx_cv_type_va_list_lvalue != "yes"; then
20166 cat >>confdefs.h <<\_ACEOF
20167#define VA_LIST_IS_ARRAY 1
20168_ACEOF
20169
20170 fi
20171fi
20172
a848cd7e
SC
20173# Check whether --enable-largefile or --disable-largefile was given.
20174if test "${enable_largefile+set}" = set; then
20175 enableval="$enable_largefile"
20176
20177fi;
20178if test "$enable_largefile" != no; then
20179 wx_largefile=no
20180
20181 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20182echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
20183if test "${ac_cv_sys_file_offset_bits+set}" = set; then
20184 echo $ECHO_N "(cached) $ECHO_C" >&6
20185else
20186
20187 cat >conftest.$ac_ext <<_ACEOF
20188/* confdefs.h. */
20189_ACEOF
20190cat confdefs.h >>conftest.$ac_ext
20191cat >>conftest.$ac_ext <<_ACEOF
20192/* end confdefs.h. */
20193#define _FILE_OFFSET_BITS 64
20194 #include <sys/types.h>
20195int
20196main ()
20197{
20198typedef struct {
20199 unsigned int field: sizeof(off_t) == 8;
20200} wxlf;
20201
20202 ;
20203 return 0;
20204}
20205_ACEOF
20206rm -f conftest.$ac_objext
20207if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20208 (eval $ac_compile) 2>conftest.er1
a848cd7e 20209 ac_status=$?
ac1cb8d3
VS
20210 grep -v '^ *+' conftest.er1 >conftest.err
20211 rm -f conftest.er1
20212 cat conftest.err >&5
a848cd7e
SC
20213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20214 (exit $ac_status); } &&
6ebeb4c7 20215 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20217 (eval $ac_try) 2>&5
20218 ac_status=$?
20219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20220 (exit $ac_status); }; } &&
20221 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20223 (eval $ac_try) 2>&5
20224 ac_status=$?
20225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20226 (exit $ac_status); }; }; then
20227 ac_cv_sys_file_offset_bits=64
20228else
20229 echo "$as_me: failed program was:" >&5
20230sed 's/^/| /' conftest.$ac_ext >&5
20231
20232ac_cv_sys_file_offset_bits=no
20233fi
ac1cb8d3 20234rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20235
20236
20237fi
20238echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
20239echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
20240
20241 if test "$ac_cv_sys_file_offset_bits" != no; then
20242 wx_largefile=yes
20243 cat >>confdefs.h <<_ACEOF
20244#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20245_ACEOF
20246
20247 fi
20248
20249 if test "x$wx_largefile" != "xyes"; then
20250
20251 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
20252echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
20253if test "${ac_cv_sys_large_files+set}" = set; then
20254 echo $ECHO_N "(cached) $ECHO_C" >&6
20255else
20256
20257 cat >conftest.$ac_ext <<_ACEOF
20258/* confdefs.h. */
20259_ACEOF
20260cat confdefs.h >>conftest.$ac_ext
20261cat >>conftest.$ac_ext <<_ACEOF
20262/* end confdefs.h. */
20263#define _LARGE_FILES 1
20264 #include <sys/types.h>
20265int
20266main ()
20267{
20268typedef struct {
20269 unsigned int field: sizeof(off_t) == 8;
20270} wxlf;
20271
20272 ;
20273 return 0;
20274}
20275_ACEOF
20276rm -f conftest.$ac_objext
20277if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20278 (eval $ac_compile) 2>conftest.er1
a848cd7e 20279 ac_status=$?
ac1cb8d3
VS
20280 grep -v '^ *+' conftest.er1 >conftest.err
20281 rm -f conftest.er1
20282 cat conftest.err >&5
a848cd7e
SC
20283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20284 (exit $ac_status); } &&
6ebeb4c7 20285 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20287 (eval $ac_try) 2>&5
20288 ac_status=$?
20289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20290 (exit $ac_status); }; } &&
20291 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20293 (eval $ac_try) 2>&5
20294 ac_status=$?
20295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20296 (exit $ac_status); }; }; then
20297 ac_cv_sys_large_files=1
20298else
20299 echo "$as_me: failed program was:" >&5
20300sed 's/^/| /' conftest.$ac_ext >&5
20301
20302ac_cv_sys_large_files=no
20303fi
ac1cb8d3 20304rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20305
20306
20307fi
20308echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
20309echo "${ECHO_T}$ac_cv_sys_large_files" >&6
20310
20311 if test "$ac_cv_sys_large_files" != no; then
20312 wx_largefile=yes
20313 cat >>confdefs.h <<_ACEOF
20314#define _LARGE_FILES $ac_cv_sys_large_files
20315_ACEOF
20316
20317 fi
20318
20319 fi
20320
20321 echo "$as_me:$LINENO: checking if large file support is available" >&5
20322echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
20323 if test "x$wx_largefile" = "xyes"; then
20324 cat >>confdefs.h <<\_ACEOF
20325#define HAVE_LARGEFILE_SUPPORT 1
20326_ACEOF
20327
20328 fi
20329 echo "$as_me:$LINENO: result: $wx_largefile" >&5
20330echo "${ECHO_T}$wx_largefile" >&6
20331fi
20332
5b674b9d
DE
20333
20334if test "x$wx_largefile" = "xyes"; then
20335 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
20336 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
00421666
MW
20337
20338 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
20339 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
20340echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
20341if test "${wx_cv_STDC_EXT_required+set}" = set; then
20342 echo $ECHO_N "(cached) $ECHO_C" >&6
20343else
20344
20345
20346
20347 ac_ext=cc
20348ac_cpp='$CXXCPP $CPPFLAGS'
20349ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20350ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20351ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20352
20353 cat >conftest.$ac_ext <<_ACEOF
20354/* confdefs.h. */
20355_ACEOF
20356cat confdefs.h >>conftest.$ac_ext
20357cat >>conftest.$ac_ext <<_ACEOF
20358/* end confdefs.h. */
20359
20360int
20361main ()
20362{
20363
20364 #ifndef __STDC_EXT__
20365 choke me
20366 #endif
20367
20368 ;
20369 return 0;
20370}
20371_ACEOF
20372rm -f conftest.$ac_objext
20373if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20374 (eval $ac_compile) 2>conftest.er1
20375 ac_status=$?
20376 grep -v '^ *+' conftest.er1 >conftest.err
20377 rm -f conftest.er1
20378 cat conftest.err >&5
20379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20380 (exit $ac_status); } &&
20381 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20383 (eval $ac_try) 2>&5
20384 ac_status=$?
20385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20386 (exit $ac_status); }; } &&
20387 { ac_try='test -s conftest.$ac_objext'
20388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20389 (eval $ac_try) 2>&5
20390 ac_status=$?
20391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20392 (exit $ac_status); }; }; then
20393 wx_cv_STDC_EXT_required=no
20394else
20395 echo "$as_me: failed program was:" >&5
20396sed 's/^/| /' conftest.$ac_ext >&5
20397
20398wx_cv_STDC_EXT_required=yes
20399
20400fi
20401rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20402 ac_ext=c
20403ac_cpp='$CPP $CPPFLAGS'
20404ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20405ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20406ac_compiler_gnu=$ac_cv_c_compiler_gnu
20407
20408
20409
20410fi
20411echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
20412echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
20413 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
20414 CXXFLAGS="$CXXFLAGS -D__STDC_EXT__"
20415 fi
20416 fi
5b674b9d
DE
20417 else
20418 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
20419 fi
20420 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
5294a27e
VZ
20421echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
20422if test "${ac_cv_sys_largefile_source+set}" = set; then
20423 echo $ECHO_N "(cached) $ECHO_C" >&6
20424else
20425 while :; do
20426 ac_cv_sys_largefile_source=no
20427 cat >conftest.$ac_ext <<_ACEOF
20428/* confdefs.h. */
20429_ACEOF
20430cat confdefs.h >>conftest.$ac_ext
20431cat >>conftest.$ac_ext <<_ACEOF
20432/* end confdefs.h. */
20433#include <stdio.h>
20434int
20435main ()
20436{
20437return !fseeko;
20438 ;
20439 return 0;
20440}
20441_ACEOF
20442rm -f conftest.$ac_objext
20443if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20444 (eval $ac_compile) 2>conftest.er1
20445 ac_status=$?
20446 grep -v '^ *+' conftest.er1 >conftest.err
20447 rm -f conftest.er1
20448 cat conftest.err >&5
20449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20450 (exit $ac_status); } &&
6ebeb4c7 20451 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
20452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20453 (eval $ac_try) 2>&5
20454 ac_status=$?
20455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20456 (exit $ac_status); }; } &&
20457 { ac_try='test -s conftest.$ac_objext'
20458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20459 (eval $ac_try) 2>&5
20460 ac_status=$?
20461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20462 (exit $ac_status); }; }; then
20463 break
20464else
20465 echo "$as_me: failed program was:" >&5
20466sed 's/^/| /' conftest.$ac_ext >&5
20467
20468fi
20469rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20470 cat >conftest.$ac_ext <<_ACEOF
20471/* confdefs.h. */
20472_ACEOF
20473cat confdefs.h >>conftest.$ac_ext
20474cat >>conftest.$ac_ext <<_ACEOF
20475/* end confdefs.h. */
20476#define _LARGEFILE_SOURCE 1
20477#include <stdio.h>
20478int
20479main ()
20480{
20481return !fseeko;
20482 ;
20483 return 0;
20484}
20485_ACEOF
20486rm -f conftest.$ac_objext
20487if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20488 (eval $ac_compile) 2>conftest.er1
20489 ac_status=$?
20490 grep -v '^ *+' conftest.er1 >conftest.err
20491 rm -f conftest.er1
20492 cat conftest.err >&5
20493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20494 (exit $ac_status); } &&
6ebeb4c7 20495 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
20496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20497 (eval $ac_try) 2>&5
20498 ac_status=$?
20499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20500 (exit $ac_status); }; } &&
20501 { ac_try='test -s conftest.$ac_objext'
20502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20503 (eval $ac_try) 2>&5
20504 ac_status=$?
20505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20506 (exit $ac_status); }; }; then
20507 ac_cv_sys_largefile_source=1; break
20508else
20509 echo "$as_me: failed program was:" >&5
20510sed 's/^/| /' conftest.$ac_ext >&5
20511
20512fi
20513rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20514 break
20515done
20516fi
20517echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
20518echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
20519if test "$ac_cv_sys_largefile_source" != no; then
20520
20521cat >>confdefs.h <<_ACEOF
20522#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20523_ACEOF
20524
20525fi
20526rm -f conftest*
20527
20528# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20529# in glibc 2.1.3, but that breaks too many other things.
20530# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20531echo "$as_me:$LINENO: checking for fseeko" >&5
20532echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20533if test "${ac_cv_func_fseeko+set}" = set; then
20534 echo $ECHO_N "(cached) $ECHO_C" >&6
20535else
20536 cat >conftest.$ac_ext <<_ACEOF
20537/* confdefs.h. */
20538_ACEOF
20539cat confdefs.h >>conftest.$ac_ext
20540cat >>conftest.$ac_ext <<_ACEOF
20541/* end confdefs.h. */
20542#include <stdio.h>
20543int
20544main ()
20545{
20546return fseeko && fseeko (stdin, 0, 0);
20547 ;
20548 return 0;
20549}
20550_ACEOF
20551rm -f conftest.$ac_objext conftest$ac_exeext
20552if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20553 (eval $ac_link) 2>conftest.er1
20554 ac_status=$?
20555 grep -v '^ *+' conftest.er1 >conftest.err
20556 rm -f conftest.er1
20557 cat conftest.err >&5
20558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20559 (exit $ac_status); } &&
6ebeb4c7 20560 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
20561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20562 (eval $ac_try) 2>&5
20563 ac_status=$?
20564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20565 (exit $ac_status); }; } &&
20566 { ac_try='test -s conftest$ac_exeext'
20567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20568 (eval $ac_try) 2>&5
20569 ac_status=$?
20570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); }; }; then
20572 ac_cv_func_fseeko=yes
20573else
20574 echo "$as_me: failed program was:" >&5
20575sed 's/^/| /' conftest.$ac_ext >&5
20576
20577ac_cv_func_fseeko=no
20578fi
20579rm -f conftest.err conftest.$ac_objext \
20580 conftest$ac_exeext conftest.$ac_ext
20581fi
20582echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20583echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20584if test $ac_cv_func_fseeko = yes; then
20585
20586cat >>confdefs.h <<\_ACEOF
20587#define HAVE_FSEEKO 1
20588_ACEOF
20589
20590fi
20591
5b674b9d
DE
20592 if test "$ac_cv_sys_largefile_source" != no; then
20593 WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
a848cd7e
SC
20594 fi
20595 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20596fi
20597
20598echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20599echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20600if test "${ac_cv_c_bigendian+set}" = set; then
20601 echo $ECHO_N "(cached) $ECHO_C" >&6
20602else
20603 ac_cv_c_bigendian=unknown
20604# See if sys/param.h defines the BYTE_ORDER macro.
20605cat >conftest.$ac_ext <<_ACEOF
20606/* confdefs.h. */
20607_ACEOF
20608cat confdefs.h >>conftest.$ac_ext
20609cat >>conftest.$ac_ext <<_ACEOF
20610/* end confdefs.h. */
20611#include <sys/types.h>
20612#include <sys/param.h>
20613int
20614main ()
20615{
20616
20617#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20618 bogus endian macros
20619#endif
20620 ;
20621 return 0;
20622}
20623_ACEOF
20624rm -f conftest.$ac_objext
20625if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20626 (eval $ac_compile) 2>conftest.er1
a848cd7e 20627 ac_status=$?
ac1cb8d3
VS
20628 grep -v '^ *+' conftest.er1 >conftest.err
20629 rm -f conftest.er1
20630 cat conftest.err >&5
a848cd7e
SC
20631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632 (exit $ac_status); } &&
6ebeb4c7 20633 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20635 (eval $ac_try) 2>&5
20636 ac_status=$?
20637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20638 (exit $ac_status); }; } &&
20639 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20641 (eval $ac_try) 2>&5
20642 ac_status=$?
20643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20644 (exit $ac_status); }; }; then
20645 # It does; now see whether it defined to BIG_ENDIAN or not.
20646cat >conftest.$ac_ext <<_ACEOF
20647/* confdefs.h. */
20648_ACEOF
20649cat confdefs.h >>conftest.$ac_ext
20650cat >>conftest.$ac_ext <<_ACEOF
20651/* end confdefs.h. */
20652#include <sys/types.h>
20653#include <sys/param.h>
20654int
20655main ()
20656{
20657
20658#if BYTE_ORDER != BIG_ENDIAN
20659 not big endian
20660#endif
20661 ;
20662 return 0;
20663}
20664_ACEOF
20665rm -f conftest.$ac_objext
20666if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20667 (eval $ac_compile) 2>conftest.er1
a848cd7e 20668 ac_status=$?
ac1cb8d3
VS
20669 grep -v '^ *+' conftest.er1 >conftest.err
20670 rm -f conftest.er1
20671 cat conftest.err >&5
a848cd7e
SC
20672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20673 (exit $ac_status); } &&
6ebeb4c7 20674 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20676 (eval $ac_try) 2>&5
20677 ac_status=$?
20678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20679 (exit $ac_status); }; } &&
20680 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20682 (eval $ac_try) 2>&5
20683 ac_status=$?
20684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20685 (exit $ac_status); }; }; then
20686 ac_cv_c_bigendian=yes
20687else
20688 echo "$as_me: failed program was:" >&5
20689sed 's/^/| /' conftest.$ac_ext >&5
20690
20691ac_cv_c_bigendian=no
20692fi
ac1cb8d3 20693rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20694else
20695 echo "$as_me: failed program was:" >&5
20696sed 's/^/| /' conftest.$ac_ext >&5
20697
20698fi
ac1cb8d3 20699rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20700if test $ac_cv_c_bigendian = unknown; then
20701if test "$cross_compiling" = yes; then
20702 ac_cv_c_bigendian=unknown
20703else
20704 cat >conftest.$ac_ext <<_ACEOF
20705/* confdefs.h. */
20706_ACEOF
20707cat confdefs.h >>conftest.$ac_ext
20708cat >>conftest.$ac_ext <<_ACEOF
20709/* end confdefs.h. */
20710main () {
20711 /* Are we little or big endian? From Harbison&Steele. */
20712 union
20713 {
20714 long l;
20715 char c[sizeof (long)];
20716 } u;
20717 u.l = 1;
20718 exit (u.c[sizeof (long) - 1] == 1);
20719}
20720_ACEOF
20721rm -f conftest$ac_exeext
20722if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20723 (eval $ac_link) 2>&5
20724 ac_status=$?
20725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20726 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20728 (eval $ac_try) 2>&5
20729 ac_status=$?
20730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20731 (exit $ac_status); }; }; then
20732 ac_cv_c_bigendian=no
20733else
20734 echo "$as_me: program exited with status $ac_status" >&5
20735echo "$as_me: failed program was:" >&5
20736sed 's/^/| /' conftest.$ac_ext >&5
20737
20738( exit $ac_status )
20739ac_cv_c_bigendian=yes
20740fi
ac1cb8d3 20741rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20742fi
20743fi
20744fi
20745echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20746echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20747if test $ac_cv_c_bigendian = unknown; then
20748 { 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
20749echo "$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;}
20750fi
20751if test $ac_cv_c_bigendian = yes; then
20752 cat >>confdefs.h <<\_ACEOF
20753#define WORDS_BIGENDIAN 1
20754_ACEOF
20755
20756fi
20757
20758
20759ac_ext=cc
20760ac_cpp='$CXXCPP $CPPFLAGS'
20761ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20762ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20763ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20764echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20765echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20766if test -z "$CXXCPP"; then
20767 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20768 echo $ECHO_N "(cached) $ECHO_C" >&6
20769else
20770 # Double quotes because CXXCPP needs to be expanded
20771 for CXXCPP in "$CXX -E" "/lib/cpp"
20772 do
20773 ac_preproc_ok=false
20774for ac_cxx_preproc_warn_flag in '' yes
20775do
20776 # Use a header file that comes with gcc, so configuring glibc
20777 # with a fresh cross-compiler works.
20778 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20779 # <limits.h> exists even on freestanding compilers.
20780 # On the NeXT, cc -E runs the code through the compiler's parser,
20781 # not just through cpp. "Syntax error" is here to catch this case.
20782 cat >conftest.$ac_ext <<_ACEOF
20783/* confdefs.h. */
20784_ACEOF
20785cat confdefs.h >>conftest.$ac_ext
20786cat >>conftest.$ac_ext <<_ACEOF
20787/* end confdefs.h. */
20788#ifdef __STDC__
20789# include <limits.h>
20790#else
20791# include <assert.h>
20792#endif
ac1cb8d3 20793 Syntax error
a848cd7e
SC
20794_ACEOF
20795if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20796 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20797 ac_status=$?
20798 grep -v '^ *+' conftest.er1 >conftest.err
20799 rm -f conftest.er1
20800 cat conftest.err >&5
20801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20802 (exit $ac_status); } >/dev/null; then
20803 if test -s conftest.err; then
20804 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20805 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20806 else
20807 ac_cpp_err=
20808 fi
20809else
20810 ac_cpp_err=yes
20811fi
20812if test -z "$ac_cpp_err"; then
20813 :
20814else
20815 echo "$as_me: failed program was:" >&5
20816sed 's/^/| /' conftest.$ac_ext >&5
20817
20818 # Broken: fails on valid input.
20819continue
20820fi
20821rm -f conftest.err conftest.$ac_ext
20822
20823 # OK, works on sane cases. Now check whether non-existent headers
20824 # can be detected and how.
20825 cat >conftest.$ac_ext <<_ACEOF
20826/* confdefs.h. */
20827_ACEOF
20828cat confdefs.h >>conftest.$ac_ext
20829cat >>conftest.$ac_ext <<_ACEOF
20830/* end confdefs.h. */
20831#include <ac_nonexistent.h>
20832_ACEOF
20833if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20834 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20835 ac_status=$?
20836 grep -v '^ *+' conftest.er1 >conftest.err
20837 rm -f conftest.er1
20838 cat conftest.err >&5
20839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20840 (exit $ac_status); } >/dev/null; then
20841 if test -s conftest.err; then
20842 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20843 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20844 else
20845 ac_cpp_err=
20846 fi
20847else
20848 ac_cpp_err=yes
20849fi
20850if test -z "$ac_cpp_err"; then
20851 # Broken: success on invalid input.
20852continue
20853else
20854 echo "$as_me: failed program was:" >&5
20855sed 's/^/| /' conftest.$ac_ext >&5
20856
20857 # Passes both tests.
20858ac_preproc_ok=:
20859break
20860fi
20861rm -f conftest.err conftest.$ac_ext
20862
20863done
20864# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20865rm -f conftest.err conftest.$ac_ext
20866if $ac_preproc_ok; then
20867 break
20868fi
20869
20870 done
20871 ac_cv_prog_CXXCPP=$CXXCPP
20872
20873fi
20874 CXXCPP=$ac_cv_prog_CXXCPP
20875else
20876 ac_cv_prog_CXXCPP=$CXXCPP
20877fi
20878echo "$as_me:$LINENO: result: $CXXCPP" >&5
20879echo "${ECHO_T}$CXXCPP" >&6
20880ac_preproc_ok=false
20881for ac_cxx_preproc_warn_flag in '' yes
20882do
20883 # Use a header file that comes with gcc, so configuring glibc
20884 # with a fresh cross-compiler works.
20885 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20886 # <limits.h> exists even on freestanding compilers.
20887 # On the NeXT, cc -E runs the code through the compiler's parser,
20888 # not just through cpp. "Syntax error" is here to catch this case.
20889 cat >conftest.$ac_ext <<_ACEOF
20890/* confdefs.h. */
20891_ACEOF
20892cat confdefs.h >>conftest.$ac_ext
20893cat >>conftest.$ac_ext <<_ACEOF
20894/* end confdefs.h. */
20895#ifdef __STDC__
20896# include <limits.h>
20897#else
20898# include <assert.h>
20899#endif
ac1cb8d3 20900 Syntax error
a848cd7e
SC
20901_ACEOF
20902if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20903 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20904 ac_status=$?
20905 grep -v '^ *+' conftest.er1 >conftest.err
20906 rm -f conftest.er1
20907 cat conftest.err >&5
20908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20909 (exit $ac_status); } >/dev/null; then
20910 if test -s conftest.err; then
20911 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20912 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20913 else
20914 ac_cpp_err=
20915 fi
20916else
20917 ac_cpp_err=yes
20918fi
20919if test -z "$ac_cpp_err"; then
20920 :
20921else
20922 echo "$as_me: failed program was:" >&5
20923sed 's/^/| /' conftest.$ac_ext >&5
20924
20925 # Broken: fails on valid input.
20926continue
20927fi
20928rm -f conftest.err conftest.$ac_ext
20929
20930 # OK, works on sane cases. Now check whether non-existent headers
20931 # can be detected and how.
20932 cat >conftest.$ac_ext <<_ACEOF
20933/* confdefs.h. */
20934_ACEOF
20935cat confdefs.h >>conftest.$ac_ext
20936cat >>conftest.$ac_ext <<_ACEOF
20937/* end confdefs.h. */
20938#include <ac_nonexistent.h>
20939_ACEOF
20940if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20941 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20942 ac_status=$?
20943 grep -v '^ *+' conftest.er1 >conftest.err
20944 rm -f conftest.er1
20945 cat conftest.err >&5
20946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20947 (exit $ac_status); } >/dev/null; then
20948 if test -s conftest.err; then
20949 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20950 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20951 else
20952 ac_cpp_err=
20953 fi
20954else
20955 ac_cpp_err=yes
20956fi
20957if test -z "$ac_cpp_err"; then
20958 # Broken: success on invalid input.
20959continue
20960else
20961 echo "$as_me: failed program was:" >&5
20962sed 's/^/| /' conftest.$ac_ext >&5
20963
20964 # Passes both tests.
20965ac_preproc_ok=:
20966break
20967fi
20968rm -f conftest.err conftest.$ac_ext
20969
20970done
20971# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20972rm -f conftest.err conftest.$ac_ext
20973if $ac_preproc_ok; then
20974 :
20975else
20976 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20977See \`config.log' for more details." >&5
20978echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20979See \`config.log' for more details." >&2;}
20980 { (exit 1); exit 1; }; }
20981fi
20982
20983ac_ext=cc
20984ac_cpp='$CXXCPP $CPPFLAGS'
20985ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20986ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20987ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20988
20989
20990
20991
20992
20993 ac_ext=cc
20994ac_cpp='$CXXCPP $CPPFLAGS'
20995ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20996ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20997ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20998
20999
21000
21001for ac_header in iostream
21002do
21003as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21004if eval "test \"\${$as_ac_Header+set}\" = set"; then
21005 echo "$as_me:$LINENO: checking for $ac_header" >&5
21006echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21007if eval "test \"\${$as_ac_Header+set}\" = set"; then
21008 echo $ECHO_N "(cached) $ECHO_C" >&6
21009fi
21010echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21011echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21012else
21013 # Is the header compilable?
21014echo "$as_me:$LINENO: checking $ac_header usability" >&5
21015echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21016cat >conftest.$ac_ext <<_ACEOF
21017/* confdefs.h. */
21018_ACEOF
21019cat confdefs.h >>conftest.$ac_ext
21020cat >>conftest.$ac_ext <<_ACEOF
21021/* end confdefs.h. */
21022$ac_includes_default
21023#include <$ac_header>
21024_ACEOF
21025rm -f conftest.$ac_objext
21026if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21027 (eval $ac_compile) 2>conftest.er1
a848cd7e 21028 ac_status=$?
ac1cb8d3
VS
21029 grep -v '^ *+' conftest.er1 >conftest.err
21030 rm -f conftest.er1
21031 cat conftest.err >&5
a848cd7e
SC
21032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21033 (exit $ac_status); } &&
6ebeb4c7 21034 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21036 (eval $ac_try) 2>&5
21037 ac_status=$?
21038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21039 (exit $ac_status); }; } &&
21040 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21042 (eval $ac_try) 2>&5
21043 ac_status=$?
21044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21045 (exit $ac_status); }; }; then
21046 ac_header_compiler=yes
21047else
21048 echo "$as_me: failed program was:" >&5
21049sed 's/^/| /' conftest.$ac_ext >&5
21050
21051ac_header_compiler=no
21052fi
ac1cb8d3 21053rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21054echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21055echo "${ECHO_T}$ac_header_compiler" >&6
21056
21057# Is the header present?
21058echo "$as_me:$LINENO: checking $ac_header presence" >&5
21059echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21060cat >conftest.$ac_ext <<_ACEOF
21061/* confdefs.h. */
21062_ACEOF
21063cat confdefs.h >>conftest.$ac_ext
21064cat >>conftest.$ac_ext <<_ACEOF
21065/* end confdefs.h. */
21066#include <$ac_header>
21067_ACEOF
21068if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21069 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21070 ac_status=$?
21071 grep -v '^ *+' conftest.er1 >conftest.err
21072 rm -f conftest.er1
21073 cat conftest.err >&5
21074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21075 (exit $ac_status); } >/dev/null; then
21076 if test -s conftest.err; then
21077 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 21078 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
21079 else
21080 ac_cpp_err=
21081 fi
21082else
21083 ac_cpp_err=yes
21084fi
21085if test -z "$ac_cpp_err"; then
21086 ac_header_preproc=yes
21087else
21088 echo "$as_me: failed program was:" >&5
21089sed 's/^/| /' conftest.$ac_ext >&5
21090
21091 ac_header_preproc=no
21092fi
21093rm -f conftest.err conftest.$ac_ext
21094echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21095echo "${ECHO_T}$ac_header_preproc" >&6
21096
21097# So? What about this header?
ac1cb8d3
VS
21098case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21099 yes:no: )
a848cd7e
SC
21100 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21101echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
21102 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21103echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21104 ac_header_preproc=yes
a848cd7e 21105 ;;
ac1cb8d3 21106 no:yes:* )
a848cd7e
SC
21107 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21108echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
21109 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21110echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21111 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21112echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21113 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21114echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
21115 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21116echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
21117 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21118echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
21119 (
21120 cat <<\_ASBOX
ac1cb8d3
VS
21121## ----------------------------------------- ##
21122## Report this to wx-dev@lists.wxwidgets.org ##
21123## ----------------------------------------- ##
a848cd7e
SC
21124_ASBOX
21125 ) |
21126 sed "s/^/$as_me: WARNING: /" >&2
21127 ;;
21128esac
21129echo "$as_me:$LINENO: checking for $ac_header" >&5
21130echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21131if eval "test \"\${$as_ac_Header+set}\" = set"; then
21132 echo $ECHO_N "(cached) $ECHO_C" >&6
21133else
ac1cb8d3 21134 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
21135fi
21136echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21137echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21138
21139fi
21140if test `eval echo '${'$as_ac_Header'}'` = yes; then
21141 cat >>confdefs.h <<_ACEOF
21142#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21143_ACEOF
21144
21145fi
21146
21147done
21148
21149
21150 if test "$ac_cv_header_iostream" = "yes" ; then
21151 :
21152 else
21153 cat >>confdefs.h <<\_ACEOF
21154#define wxUSE_IOSTREAMH 1
21155_ACEOF
21156
21157 fi
21158
21159 ac_ext=c
21160ac_cpp='$CPP $CPPFLAGS'
21161ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21162ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21163ac_compiler_gnu=$ac_cv_c_compiler_gnu
21164
21165
21166
21167
21168 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
21169echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
21170if test "${wx_cv_cpp_bool+set}" = set; then
21171 echo $ECHO_N "(cached) $ECHO_C" >&6
21172else
21173
21174
21175
21176 ac_ext=cc
21177ac_cpp='$CXXCPP $CPPFLAGS'
21178ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21179ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21180ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21181
21182
21183 cat >conftest.$ac_ext <<_ACEOF
21184/* confdefs.h. */
21185_ACEOF
21186cat confdefs.h >>conftest.$ac_ext
21187cat >>conftest.$ac_ext <<_ACEOF
21188/* end confdefs.h. */
21189
21190
21191int
21192main ()
21193{
21194
21195 bool b = true;
21196
21197 return 0;
21198
21199 ;
21200 return 0;
21201}
21202_ACEOF
21203rm -f conftest.$ac_objext
21204if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21205 (eval $ac_compile) 2>conftest.er1
a848cd7e 21206 ac_status=$?
ac1cb8d3
VS
21207 grep -v '^ *+' conftest.er1 >conftest.err
21208 rm -f conftest.er1
21209 cat conftest.err >&5
a848cd7e
SC
21210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21211 (exit $ac_status); } &&
6ebeb4c7 21212 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21214 (eval $ac_try) 2>&5
21215 ac_status=$?
21216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21217 (exit $ac_status); }; } &&
21218 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21220 (eval $ac_try) 2>&5
21221 ac_status=$?
21222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21223 (exit $ac_status); }; }; then
21224
21225 wx_cv_cpp_bool=yes
21226
21227else
21228 echo "$as_me: failed program was:" >&5
21229sed 's/^/| /' conftest.$ac_ext >&5
21230
21231
21232 wx_cv_cpp_bool=no
21233
21234
21235fi
ac1cb8d3 21236rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21237
21238 ac_ext=c
21239ac_cpp='$CPP $CPPFLAGS'
21240ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21241ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21242ac_compiler_gnu=$ac_cv_c_compiler_gnu
21243
21244
21245fi
21246echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
21247echo "${ECHO_T}$wx_cv_cpp_bool" >&6
21248
21249 if test "$wx_cv_cpp_bool" = "yes"; then
21250 cat >>confdefs.h <<\_ACEOF
21251#define HAVE_BOOL 1
21252_ACEOF
21253
21254 fi
21255
21256
21257
21258 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
21259echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
21260if test "${wx_cv_explicit+set}" = set; then
21261 echo $ECHO_N "(cached) $ECHO_C" >&6
21262else
21263
21264
21265
21266 ac_ext=cc
21267ac_cpp='$CXXCPP $CPPFLAGS'
21268ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21269ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21270ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21271
21272
21273 cat >conftest.$ac_ext <<_ACEOF
21274/* confdefs.h. */
21275_ACEOF
21276cat confdefs.h >>conftest.$ac_ext
21277cat >>conftest.$ac_ext <<_ACEOF
21278/* end confdefs.h. */
21279
21280 class Foo { public: explicit Foo(int) {} };
21281
21282int
21283main ()
21284{
21285
21286 return 0;
21287
21288 ;
21289 return 0;
21290}
21291_ACEOF
21292rm -f conftest.$ac_objext
21293if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21294 (eval $ac_compile) 2>conftest.er1
a848cd7e 21295 ac_status=$?
ac1cb8d3
VS
21296 grep -v '^ *+' conftest.er1 >conftest.err
21297 rm -f conftest.er1
21298 cat conftest.err >&5
a848cd7e
SC
21299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21300 (exit $ac_status); } &&
6ebeb4c7 21301 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21303 (eval $ac_try) 2>&5
21304 ac_status=$?
21305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21306 (exit $ac_status); }; } &&
21307 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21309 (eval $ac_try) 2>&5
21310 ac_status=$?
21311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21312 (exit $ac_status); }; }; then
21313
21314 cat >conftest.$ac_ext <<_ACEOF
21315/* confdefs.h. */
21316_ACEOF
21317cat confdefs.h >>conftest.$ac_ext
21318cat >>conftest.$ac_ext <<_ACEOF
21319/* end confdefs.h. */
21320
21321 class Foo { public: explicit Foo(int) {} };
21322 static void TakeFoo(const Foo& foo) { }
21323
21324int
21325main ()
21326{
21327
21328 TakeFoo(17);
21329 return 0;
21330
21331 ;
21332 return 0;
21333}
21334_ACEOF
21335rm -f conftest.$ac_objext
21336if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21337 (eval $ac_compile) 2>conftest.er1
a848cd7e 21338 ac_status=$?
ac1cb8d3
VS
21339 grep -v '^ *+' conftest.er1 >conftest.err
21340 rm -f conftest.er1
21341 cat conftest.err >&5
a848cd7e
SC
21342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21343 (exit $ac_status); } &&
6ebeb4c7 21344 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21346 (eval $ac_try) 2>&5
21347 ac_status=$?
21348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21349 (exit $ac_status); }; } &&
21350 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21352 (eval $ac_try) 2>&5
21353 ac_status=$?
21354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21355 (exit $ac_status); }; }; then
21356 wx_cv_explicit=no
21357else
21358 echo "$as_me: failed program was:" >&5
21359sed 's/^/| /' conftest.$ac_ext >&5
21360
21361wx_cv_explicit=yes
21362
21363fi
ac1cb8d3 21364rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21365
21366else
21367 echo "$as_me: failed program was:" >&5
21368sed 's/^/| /' conftest.$ac_ext >&5
21369
21370wx_cv_explicit=no
21371
21372fi
ac1cb8d3 21373rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21374
21375 ac_ext=c
21376ac_cpp='$CPP $CPPFLAGS'
21377ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21378ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21379ac_compiler_gnu=$ac_cv_c_compiler_gnu
21380
21381
21382fi
21383echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
21384echo "${ECHO_T}$wx_cv_explicit" >&6
21385
21386 if test "$wx_cv_explicit" = "yes"; then
21387 cat >>confdefs.h <<\_ACEOF
21388#define HAVE_EXPLICIT 1
21389_ACEOF
21390
21391 fi
21392
21393
21394echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
21395echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
21396if test "${ac_cv_cxx_const_cast+set}" = set; then
21397 echo $ECHO_N "(cached) $ECHO_C" >&6
21398else
21399
21400
21401 ac_ext=cc
21402ac_cpp='$CXXCPP $CPPFLAGS'
21403ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21404ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21405ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21406
21407 cat >conftest.$ac_ext <<_ACEOF
21408/* confdefs.h. */
21409_ACEOF
21410cat confdefs.h >>conftest.$ac_ext
21411cat >>conftest.$ac_ext <<_ACEOF
21412/* end confdefs.h. */
21413
21414int
21415main ()
21416{
21417int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
21418 ;
21419 return 0;
21420}
21421_ACEOF
21422rm -f conftest.$ac_objext
21423if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21424 (eval $ac_compile) 2>conftest.er1
a848cd7e 21425 ac_status=$?
ac1cb8d3
VS
21426 grep -v '^ *+' conftest.er1 >conftest.err
21427 rm -f conftest.er1
21428 cat conftest.err >&5
a848cd7e
SC
21429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21430 (exit $ac_status); } &&
6ebeb4c7 21431 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21433 (eval $ac_try) 2>&5
21434 ac_status=$?
21435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21436 (exit $ac_status); }; } &&
21437 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21439 (eval $ac_try) 2>&5
21440 ac_status=$?
21441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21442 (exit $ac_status); }; }; then
21443 ac_cv_cxx_const_cast=yes
21444else
21445 echo "$as_me: failed program was:" >&5
21446sed 's/^/| /' conftest.$ac_ext >&5
21447
21448ac_cv_cxx_const_cast=no
21449fi
ac1cb8d3 21450rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21451 ac_ext=c
21452ac_cpp='$CPP $CPPFLAGS'
21453ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21454ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21455ac_compiler_gnu=$ac_cv_c_compiler_gnu
21456
21457
21458fi
21459echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
21460echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
21461if test "$ac_cv_cxx_const_cast" = yes; then
21462
21463cat >>confdefs.h <<\_ACEOF
21464#define HAVE_CONST_CAST
21465_ACEOF
21466
21467fi
21468
7714864e
RL
21469echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
21470echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
21471if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
21472 echo $ECHO_N "(cached) $ECHO_C" >&6
21473else
21474
21475
21476 ac_ext=cc
21477ac_cpp='$CXXCPP $CPPFLAGS'
21478ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21479ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21480ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21481
21482 cat >conftest.$ac_ext <<_ACEOF
21483/* confdefs.h. */
21484_ACEOF
21485cat confdefs.h >>conftest.$ac_ext
21486cat >>conftest.$ac_ext <<_ACEOF
21487/* end confdefs.h. */
21488#include <typeinfo>
21489class Base { public : Base () {} virtual void f () = 0;};
21490class Derived : public Base { public : Derived () {} virtual void f () {} };
21491class Unrelated { public : Unrelated () {} };
21492int g (Unrelated&) { return 0; }
21493int
21494main ()
21495{
21496
21497Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
21498 ;
21499 return 0;
21500}
21501_ACEOF
21502rm -f conftest.$ac_objext
21503if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21504 (eval $ac_compile) 2>conftest.er1
21505 ac_status=$?
21506 grep -v '^ *+' conftest.er1 >conftest.err
21507 rm -f conftest.er1
21508 cat conftest.err >&5
21509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21510 (exit $ac_status); } &&
6ebeb4c7 21511 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7714864e
RL
21512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21513 (eval $ac_try) 2>&5
21514 ac_status=$?
21515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21516 (exit $ac_status); }; } &&
21517 { ac_try='test -s conftest.$ac_objext'
21518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21519 (eval $ac_try) 2>&5
21520 ac_status=$?
21521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21522 (exit $ac_status); }; }; then
21523 ac_cv_cxx_reinterpret_cast=yes
21524else
21525 echo "$as_me: failed program was:" >&5
21526sed 's/^/| /' conftest.$ac_ext >&5
21527
21528ac_cv_cxx_reinterpret_cast=no
21529fi
21530rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21531 ac_ext=c
21532ac_cpp='$CPP $CPPFLAGS'
21533ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21534ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21535ac_compiler_gnu=$ac_cv_c_compiler_gnu
21536
21537
21538fi
21539echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21540echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21541if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21542
21543cat >>confdefs.h <<\_ACEOF
21544#define HAVE_REINTERPRET_CAST
21545_ACEOF
21546
21547fi
21548
a848cd7e
SC
21549echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21550echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21551if test "${ac_cv_cxx_static_cast+set}" = set; then
21552 echo $ECHO_N "(cached) $ECHO_C" >&6
21553else
21554
21555
21556 ac_ext=cc
21557ac_cpp='$CXXCPP $CPPFLAGS'
21558ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21559ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21560ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21561
21562 cat >conftest.$ac_ext <<_ACEOF
21563/* confdefs.h. */
21564_ACEOF
21565cat confdefs.h >>conftest.$ac_ext
21566cat >>conftest.$ac_ext <<_ACEOF
21567/* end confdefs.h. */
21568#include <typeinfo>
21569class Base { public : Base () {} virtual void f () = 0; };
21570class Derived : public Base { public : Derived () {} virtual void f () {} };
21571int g (Derived&) { return 0; }
21572int
21573main ()
21574{
21575
21576Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21577 ;
21578 return 0;
21579}
21580_ACEOF
21581rm -f conftest.$ac_objext
21582if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21583 (eval $ac_compile) 2>conftest.er1
a848cd7e 21584 ac_status=$?
ac1cb8d3
VS
21585 grep -v '^ *+' conftest.er1 >conftest.err
21586 rm -f conftest.er1
21587 cat conftest.err >&5
a848cd7e
SC
21588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21589 (exit $ac_status); } &&
6ebeb4c7 21590 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21592 (eval $ac_try) 2>&5
21593 ac_status=$?
21594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21595 (exit $ac_status); }; } &&
21596 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21598 (eval $ac_try) 2>&5
21599 ac_status=$?
21600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21601 (exit $ac_status); }; }; then
21602 ac_cv_cxx_static_cast=yes
21603else
21604 echo "$as_me: failed program was:" >&5
21605sed 's/^/| /' conftest.$ac_ext >&5
21606
21607ac_cv_cxx_static_cast=no
21608fi
ac1cb8d3 21609rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21610 ac_ext=c
21611ac_cpp='$CPP $CPPFLAGS'
21612ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21613ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21614ac_compiler_gnu=$ac_cv_c_compiler_gnu
21615
21616
21617fi
21618echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21619echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21620if test "$ac_cv_cxx_static_cast" = yes; then
21621
21622cat >>confdefs.h <<\_ACEOF
21623#define HAVE_STATIC_CAST
21624_ACEOF
21625
21626fi
21627
21628
3c28b7cb
MW
21629if test "x$SUNCXX" = xyes; then
21630 CXXFLAGS="$CXXFLAGS -features=tmplife"
21631fi
21632
9122d155
VZ
21633if test "x$SUNCC" = xyes; then
21634 CFLAGS="$CFLAGS -erroff=E_NO_EXPLICIT_TYPE_GIVEN"
21635fi
21636
0ad5d837
VZ
21637if test "x$SGICC" = "xyes"; then
21638 CFLAGS="$CFLAGS -woff 3970"
21639fi
21640if test "x$SGICXX" = "xyes"; then
21641 CXXFLAGS="$CXXFLAGS -woff 3970"
21642fi
21643
f56c22b4 21644if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
a848cd7e
SC
21645 ac_ext=cc
21646ac_cpp='$CXXCPP $CPPFLAGS'
21647ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21648ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21649ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21650
21651
f56c22b4
MW
21652 if test "$wxUSE_UNICODE" = "yes"; then
21653 std_string="std::wstring"
21654 char_type="wchar_t"
21655 else
21656 std_string="std::string"
21657 char_type="char"
21658 fi
21659
21660 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
21661echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
a848cd7e
SC
21662 cat >conftest.$ac_ext <<_ACEOF
21663/* confdefs.h. */
21664_ACEOF
21665cat confdefs.h >>conftest.$ac_ext
21666cat >>conftest.$ac_ext <<_ACEOF
21667/* end confdefs.h. */
21668#include <string>
a848cd7e
SC
21669int
21670main ()
21671{
f56c22b4 21672$std_string foo;
a848cd7e
SC
21673 ;
21674 return 0;
21675}
21676_ACEOF
21677rm -f conftest.$ac_objext
21678if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21679 (eval $ac_compile) 2>conftest.er1
a848cd7e 21680 ac_status=$?
ac1cb8d3
VS
21681 grep -v '^ *+' conftest.er1 >conftest.err
21682 rm -f conftest.er1
21683 cat conftest.err >&5
a848cd7e
SC
21684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21685 (exit $ac_status); } &&
6ebeb4c7 21686 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21688 (eval $ac_try) 2>&5
21689 ac_status=$?
21690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21691 (exit $ac_status); }; } &&
21692 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21694 (eval $ac_try) 2>&5
21695 ac_status=$?
21696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21697 (exit $ac_status); }; }; then
21698 echo "$as_me:$LINENO: result: yes" >&5
21699echo "${ECHO_T}yes" >&6
0a08f02a
MB
21700 cat >>confdefs.h <<\_ACEOF
21701#define HAVE_STD_WSTRING 1
21702_ACEOF
21703
a848cd7e
SC
21704else
21705 echo "$as_me: failed program was:" >&5
21706sed 's/^/| /' conftest.$ac_ext >&5
21707
21708echo "$as_me:$LINENO: result: no" >&5
21709echo "${ECHO_T}no" >&6
f56c22b4
MW
21710 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
21711echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
0a08f02a
MB
21712 cat >conftest.$ac_ext <<_ACEOF
21713/* confdefs.h. */
21714_ACEOF
21715cat confdefs.h >>conftest.$ac_ext
21716cat >>conftest.$ac_ext <<_ACEOF
21717/* end confdefs.h. */
21718
21719 #ifdef HAVE_WCHAR_H
21720 # ifdef __CYGWIN__
21721 # include <stddef.h>
21722 # endif
21723 # include <wchar.h>
21724 #endif
21725 #ifdef HAVE_STDLIB_H
21726 # include <stdlib.h>
21727 #endif
21728 #include <stdio.h>
21729 #include <string>
21730
21731int
21732main ()
21733{
f56c22b4
MW
21734std::basic_string<$char_type> foo;
21735 const $char_type* dummy = foo.c_str();
0a08f02a
MB
21736 ;
21737 return 0;
21738}
21739_ACEOF
21740rm -f conftest.$ac_objext
21741if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21742 (eval $ac_compile) 2>conftest.er1
21743 ac_status=$?
21744 grep -v '^ *+' conftest.er1 >conftest.err
21745 rm -f conftest.er1
21746 cat conftest.err >&5
21747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21748 (exit $ac_status); } &&
6ebeb4c7 21749 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
0a08f02a
MB
21750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21751 (eval $ac_try) 2>&5
21752 ac_status=$?
21753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21754 (exit $ac_status); }; } &&
21755 { ac_try='test -s conftest.$ac_objext'
21756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21757 (eval $ac_try) 2>&5
21758 ac_status=$?
21759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21760 (exit $ac_status); }; }; then
21761 echo "$as_me:$LINENO: result: yes" >&5
21762echo "${ECHO_T}yes" >&6
21763else
21764 echo "$as_me: failed program was:" >&5
21765sed 's/^/| /' conftest.$ac_ext >&5
21766
21767echo "$as_me:$LINENO: result: no" >&5
21768echo "${ECHO_T}no" >&6
f56c22b4 21769 if test "$wxUSE_STL" = "yes"; then
4b9918c5
MW
21770 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
21771echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
21772 { (exit 1); exit 1; }; }
21773 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
21774 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
21775echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
a848cd7e 21776 { (exit 1); exit 1; }; }
f56c22b4
MW
21777 else
21778 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21779echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21780 wxUSE_STD_STRING=no
21781 fi
21782
0a08f02a 21783
a848cd7e 21784fi
ac1cb8d3 21785rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 21786
0a08f02a
MB
21787fi
21788rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21789
21790 ac_ext=c
21791ac_cpp='$CPP $CPPFLAGS'
21792ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21793ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
f56c22b4
MW
21794ac_compiler_gnu=$ac_cv_c_compiler_gnu
21795
21796fi
21797
21798if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21799 ac_ext=cc
21800ac_cpp='$CXXCPP $CPPFLAGS'
21801ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21802ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21803ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21804
21805
21806 echo "$as_me:$LINENO: checking for std::istream" >&5
21807echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
21808if test "${ac_cv_type_std__istream+set}" = set; then
21809 echo $ECHO_N "(cached) $ECHO_C" >&6
21810else
21811 cat >conftest.$ac_ext <<_ACEOF
21812/* confdefs.h. */
21813_ACEOF
21814cat confdefs.h >>conftest.$ac_ext
21815cat >>conftest.$ac_ext <<_ACEOF
21816/* end confdefs.h. */
21817#include <iostream>
21818
21819int
21820main ()
21821{
21822if ((std::istream *) 0)
21823 return 0;
21824if (sizeof (std::istream))
21825 return 0;
21826 ;
21827 return 0;
21828}
21829_ACEOF
21830rm -f conftest.$ac_objext
21831if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21832 (eval $ac_compile) 2>conftest.er1
21833 ac_status=$?
21834 grep -v '^ *+' conftest.er1 >conftest.err
21835 rm -f conftest.er1
21836 cat conftest.err >&5
21837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21838 (exit $ac_status); } &&
6ebeb4c7 21839 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
f56c22b4
MW
21840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21841 (eval $ac_try) 2>&5
21842 ac_status=$?
21843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21844 (exit $ac_status); }; } &&
21845 { ac_try='test -s conftest.$ac_objext'
21846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21847 (eval $ac_try) 2>&5
21848 ac_status=$?
21849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21850 (exit $ac_status); }; }; then
21851 ac_cv_type_std__istream=yes
21852else
21853 echo "$as_me: failed program was:" >&5
21854sed 's/^/| /' conftest.$ac_ext >&5
21855
21856ac_cv_type_std__istream=no
21857fi
21858rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21859fi
21860echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
21861echo "${ECHO_T}$ac_cv_type_std__istream" >&6
21862if test $ac_cv_type_std__istream = yes; then
21863
21864cat >>confdefs.h <<_ACEOF
21865#define HAVE_STD__ISTREAM 1
21866_ACEOF
21867
21868
21869else
21870 wxUSE_STD_IOSTREAM=no
21871fi
21872echo "$as_me:$LINENO: checking for std::ostream" >&5
21873echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
21874if test "${ac_cv_type_std__ostream+set}" = set; then
21875 echo $ECHO_N "(cached) $ECHO_C" >&6
21876else
21877 cat >conftest.$ac_ext <<_ACEOF
21878/* confdefs.h. */
21879_ACEOF
21880cat confdefs.h >>conftest.$ac_ext
21881cat >>conftest.$ac_ext <<_ACEOF
21882/* end confdefs.h. */
21883#include <iostream>
21884
21885int
21886main ()
21887{
21888if ((std::ostream *) 0)
21889 return 0;
21890if (sizeof (std::ostream))
21891 return 0;
21892 ;
21893 return 0;
21894}
21895_ACEOF
21896rm -f conftest.$ac_objext
21897if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21898 (eval $ac_compile) 2>conftest.er1
21899 ac_status=$?
21900 grep -v '^ *+' conftest.er1 >conftest.err
21901 rm -f conftest.er1
21902 cat conftest.err >&5
21903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21904 (exit $ac_status); } &&
6ebeb4c7 21905 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
f56c22b4
MW
21906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21907 (eval $ac_try) 2>&5
21908 ac_status=$?
21909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21910 (exit $ac_status); }; } &&
21911 { ac_try='test -s conftest.$ac_objext'
21912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21913 (eval $ac_try) 2>&5
21914 ac_status=$?
21915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21916 (exit $ac_status); }; }; then
21917 ac_cv_type_std__ostream=yes
21918else
21919 echo "$as_me: failed program was:" >&5
21920sed 's/^/| /' conftest.$ac_ext >&5
21921
21922ac_cv_type_std__ostream=no
21923fi
21924rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21925fi
21926echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
21927echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
21928if test $ac_cv_type_std__ostream = yes; then
21929
21930cat >>confdefs.h <<_ACEOF
21931#define HAVE_STD__OSTREAM 1
21932_ACEOF
21933
21934
21935else
21936 wxUSE_STD_IOSTREAM=no
21937fi
21938
21939
21940 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
4b9918c5
MW
21941 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
21942 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
21943echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
21944 { (exit 1); exit 1; }; }
21945 else
21946 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
f56c22b4 21947echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
4b9918c5 21948 fi
f56c22b4
MW
21949 fi
21950
21951 ac_ext=c
21952ac_cpp='$CPP $CPPFLAGS'
21953ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21954ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
0a08f02a
MB
21955ac_compiler_gnu=$ac_cv_c_compiler_gnu
21956
21957fi
21958
21959if test "$wxUSE_STL" = "yes"; then
21960 ac_ext=cc
21961ac_cpp='$CXXCPP $CPPFLAGS'
21962ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21963ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21964ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21965
21966
21967 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21968echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
a848cd7e
SC
21969 cat >conftest.$ac_ext <<_ACEOF
21970/* confdefs.h. */
21971_ACEOF
21972cat confdefs.h >>conftest.$ac_ext
21973cat >>conftest.$ac_ext <<_ACEOF
21974/* end confdefs.h. */
21975#include <string>
0a08f02a
MB
21976 #include <functional>
21977 #include <algorithm>
21978 #include <vector>
21979 #include <list>
a848cd7e
SC
21980int
21981main ()
21982{
0a08f02a
MB
21983std::vector<int> moo;
21984 std::list<int> foo;
21985 std::vector<int>::iterator it =
21986 std::find_if(moo.begin(), moo.end(),
21987 std::bind2nd(std::less<int>(), 3));
a848cd7e
SC
21988 ;
21989 return 0;
21990}
21991_ACEOF
21992rm -f conftest.$ac_objext
21993if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21994 (eval $ac_compile) 2>conftest.er1
a848cd7e 21995 ac_status=$?
ac1cb8d3
VS
21996 grep -v '^ *+' conftest.er1 >conftest.err
21997 rm -f conftest.er1
21998 cat conftest.err >&5
a848cd7e
SC
21999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22000 (exit $ac_status); } &&
6ebeb4c7 22001 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22003 (eval $ac_try) 2>&5
22004 ac_status=$?
22005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22006 (exit $ac_status); }; } &&
22007 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22009 (eval $ac_try) 2>&5
22010 ac_status=$?
22011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22012 (exit $ac_status); }; }; then
22013 echo "$as_me:$LINENO: result: yes" >&5
22014echo "${ECHO_T}yes" >&6
a848cd7e
SC
22015else
22016 echo "$as_me: failed program was:" >&5
22017sed 's/^/| /' conftest.$ac_ext >&5
22018
22019echo "$as_me:$LINENO: result: no" >&5
22020echo "${ECHO_T}no" >&6
0a08f02a
MB
22021 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
22022echo "$as_me: error: Basic STL functionality missing" >&2;}
22023 { (exit 1); exit 1; }; }
a848cd7e 22024fi
ac1cb8d3 22025rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22026
22027 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
22028echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
22029 cat >conftest.$ac_ext <<_ACEOF
22030/* confdefs.h. */
22031_ACEOF
22032cat confdefs.h >>conftest.$ac_ext
22033cat >>conftest.$ac_ext <<_ACEOF
22034/* end confdefs.h. */
22035#include <string>
22036int
22037main ()
22038{
22039std::string foo, bar;
22040 foo.compare(bar);
22041 foo.compare(1, 1, bar);
22042 foo.compare(1, 1, bar, 1, 1);
22043 foo.compare("");
22044 foo.compare(1, 1, "");
22045 foo.compare(1, 1, "", 2);
22046 ;
22047 return 0;
22048}
22049_ACEOF
22050rm -f conftest.$ac_objext
22051if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22052 (eval $ac_compile) 2>conftest.er1
a848cd7e 22053 ac_status=$?
ac1cb8d3
VS
22054 grep -v '^ *+' conftest.er1 >conftest.err
22055 rm -f conftest.er1
22056 cat conftest.err >&5
a848cd7e
SC
22057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22058 (exit $ac_status); } &&
6ebeb4c7 22059 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22061 (eval $ac_try) 2>&5
22062 ac_status=$?
22063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22064 (exit $ac_status); }; } &&
22065 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22067 (eval $ac_try) 2>&5
22068 ac_status=$?
22069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070 (exit $ac_status); }; }; then
22071 echo "$as_me:$LINENO: result: yes" >&5
22072echo "${ECHO_T}yes" >&6
22073 cat >>confdefs.h <<\_ACEOF
22074#define HAVE_STD_STRING_COMPARE 1
22075_ACEOF
22076
22077else
22078 echo "$as_me: failed program was:" >&5
22079sed 's/^/| /' conftest.$ac_ext >&5
22080
22081echo "$as_me:$LINENO: result: no" >&5
22082echo "${ECHO_T}no" >&6
22083fi
ac1cb8d3 22084rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22085
22086 if test "${ac_cv_header_hash_map+set}" = set; then
22087 echo "$as_me:$LINENO: checking for hash_map" >&5
22088echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22089if test "${ac_cv_header_hash_map+set}" = set; then
22090 echo $ECHO_N "(cached) $ECHO_C" >&6
22091fi
22092echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22093echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22094else
22095 # Is the header compilable?
22096echo "$as_me:$LINENO: checking hash_map usability" >&5
22097echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
22098cat >conftest.$ac_ext <<_ACEOF
22099/* confdefs.h. */
22100_ACEOF
22101cat confdefs.h >>conftest.$ac_ext
22102cat >>conftest.$ac_ext <<_ACEOF
22103/* end confdefs.h. */
22104$ac_includes_default
22105#include <hash_map>
22106_ACEOF
22107rm -f conftest.$ac_objext
22108if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22109 (eval $ac_compile) 2>conftest.er1
bdcade0a 22110 ac_status=$?
ac1cb8d3
VS
22111 grep -v '^ *+' conftest.er1 >conftest.err
22112 rm -f conftest.er1
22113 cat conftest.err >&5
bdcade0a
MB
22114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22115 (exit $ac_status); } &&
6ebeb4c7 22116 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22118 (eval $ac_try) 2>&5
22119 ac_status=$?
22120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22121 (exit $ac_status); }; } &&
22122 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22124 (eval $ac_try) 2>&5
22125 ac_status=$?
22126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22127 (exit $ac_status); }; }; then
22128 ac_header_compiler=yes
22129else
22130 echo "$as_me: failed program was:" >&5
22131sed 's/^/| /' conftest.$ac_ext >&5
22132
22133ac_header_compiler=no
22134fi
ac1cb8d3 22135rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22136echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22137echo "${ECHO_T}$ac_header_compiler" >&6
22138
22139# Is the header present?
22140echo "$as_me:$LINENO: checking hash_map presence" >&5
22141echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
22142cat >conftest.$ac_ext <<_ACEOF
22143/* confdefs.h. */
22144_ACEOF
22145cat confdefs.h >>conftest.$ac_ext
22146cat >>conftest.$ac_ext <<_ACEOF
22147/* end confdefs.h. */
22148#include <hash_map>
22149_ACEOF
22150if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22151 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22152 ac_status=$?
22153 grep -v '^ *+' conftest.er1 >conftest.err
22154 rm -f conftest.er1
22155 cat conftest.err >&5
22156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22157 (exit $ac_status); } >/dev/null; then
22158 if test -s conftest.err; then
22159 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 22160 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
22161 else
22162 ac_cpp_err=
22163 fi
22164else
22165 ac_cpp_err=yes
22166fi
22167if test -z "$ac_cpp_err"; then
22168 ac_header_preproc=yes
22169else
22170 echo "$as_me: failed program was:" >&5
22171sed 's/^/| /' conftest.$ac_ext >&5
22172
22173 ac_header_preproc=no
22174fi
22175rm -f conftest.err conftest.$ac_ext
22176echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22177echo "${ECHO_T}$ac_header_preproc" >&6
22178
22179# So? What about this header?
ac1cb8d3
VS
22180case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22181 yes:no: )
bdcade0a
MB
22182 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22183echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22184 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
22185echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
22186 ac_header_preproc=yes
bdcade0a 22187 ;;
ac1cb8d3 22188 no:yes:* )
bdcade0a
MB
22189 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
22190echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22191 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
22192echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
22193 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
22194echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
22195 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
22196echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
22197 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
22198echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22199 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
22200echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
22201 (
22202 cat <<\_ASBOX
ac1cb8d3
VS
22203## ----------------------------------------- ##
22204## Report this to wx-dev@lists.wxwidgets.org ##
22205## ----------------------------------------- ##
bdcade0a
MB
22206_ASBOX
22207 ) |
22208 sed "s/^/$as_me: WARNING: /" >&2
22209 ;;
22210esac
22211echo "$as_me:$LINENO: checking for hash_map" >&5
22212echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22213if test "${ac_cv_header_hash_map+set}" = set; then
22214 echo $ECHO_N "(cached) $ECHO_C" >&6
22215else
22216 ac_cv_header_hash_map=$ac_header_preproc
22217fi
22218echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22219echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22220
22221fi
22222if test $ac_cv_header_hash_map = yes; then
22223 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22224echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22225 cat >conftest.$ac_ext <<_ACEOF
22226/* confdefs.h. */
22227_ACEOF
22228cat confdefs.h >>conftest.$ac_ext
22229cat >>conftest.$ac_ext <<_ACEOF
22230/* end confdefs.h. */
22231#include <hash_map>
22232 #include <hash_set>
22233int
22234main ()
22235{
22236std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
22237 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
22238 ;
22239 return 0;
22240}
22241_ACEOF
22242rm -f conftest.$ac_objext
22243if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22244 (eval $ac_compile) 2>conftest.er1
bdcade0a 22245 ac_status=$?
ac1cb8d3
VS
22246 grep -v '^ *+' conftest.er1 >conftest.err
22247 rm -f conftest.er1
22248 cat conftest.err >&5
bdcade0a
MB
22249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22250 (exit $ac_status); } &&
6ebeb4c7 22251 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22253 (eval $ac_try) 2>&5
22254 ac_status=$?
22255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22256 (exit $ac_status); }; } &&
22257 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22259 (eval $ac_try) 2>&5
22260 ac_status=$?
22261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22262 (exit $ac_status); }; }; then
22263 echo "$as_me:$LINENO: result: yes" >&5
22264echo "${ECHO_T}yes" >&6
22265 cat >>confdefs.h <<\_ACEOF
22266#define HAVE_HASH_MAP 1
22267_ACEOF
22268
22269 cat >>confdefs.h <<\_ACEOF
22270#define HAVE_STD_HASH_MAP 1
22271_ACEOF
22272
22273else
22274 echo "$as_me: failed program was:" >&5
22275sed 's/^/| /' conftest.$ac_ext >&5
22276
22277echo "$as_me:$LINENO: result: no" >&5
22278echo "${ECHO_T}no" >&6
22279fi
ac1cb8d3 22280rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22281
22282fi
22283
22284
22285
22286 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22287 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22288echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22289if test "${ac_cv_header_ext_hash_map+set}" = set; then
22290 echo $ECHO_N "(cached) $ECHO_C" >&6
22291fi
22292echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22293echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22294else
22295 # Is the header compilable?
22296echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
22297echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
22298cat >conftest.$ac_ext <<_ACEOF
22299/* confdefs.h. */
22300_ACEOF
22301cat confdefs.h >>conftest.$ac_ext
22302cat >>conftest.$ac_ext <<_ACEOF
22303/* end confdefs.h. */
22304$ac_includes_default
22305#include <ext/hash_map>
22306_ACEOF
22307rm -f conftest.$ac_objext
22308if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22309 (eval $ac_compile) 2>conftest.er1
bdcade0a 22310 ac_status=$?
ac1cb8d3
VS
22311 grep -v '^ *+' conftest.er1 >conftest.err
22312 rm -f conftest.er1
22313 cat conftest.err >&5
bdcade0a
MB
22314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22315 (exit $ac_status); } &&
6ebeb4c7 22316 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22318 (eval $ac_try) 2>&5
22319 ac_status=$?
22320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22321 (exit $ac_status); }; } &&
22322 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22324 (eval $ac_try) 2>&5
22325 ac_status=$?
22326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22327 (exit $ac_status); }; }; then
22328 ac_header_compiler=yes
22329else
22330 echo "$as_me: failed program was:" >&5
22331sed 's/^/| /' conftest.$ac_ext >&5
22332
22333ac_header_compiler=no
22334fi
ac1cb8d3 22335rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22336echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22337echo "${ECHO_T}$ac_header_compiler" >&6
22338
22339# Is the header present?
22340echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
22341echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
22342cat >conftest.$ac_ext <<_ACEOF
22343/* confdefs.h. */
22344_ACEOF
22345cat confdefs.h >>conftest.$ac_ext
22346cat >>conftest.$ac_ext <<_ACEOF
22347/* end confdefs.h. */
22348#include <ext/hash_map>
22349_ACEOF
22350if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22351 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22352 ac_status=$?
22353 grep -v '^ *+' conftest.er1 >conftest.err
22354 rm -f conftest.er1
22355 cat conftest.err >&5
22356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22357 (exit $ac_status); } >/dev/null; then
22358 if test -s conftest.err; then
22359 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 22360 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
22361 else
22362 ac_cpp_err=
22363 fi
22364else
22365 ac_cpp_err=yes
22366fi
22367if test -z "$ac_cpp_err"; then
22368 ac_header_preproc=yes
22369else
22370 echo "$as_me: failed program was:" >&5
22371sed 's/^/| /' conftest.$ac_ext >&5
22372
22373 ac_header_preproc=no
22374fi
22375rm -f conftest.err conftest.$ac_ext
22376echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22377echo "${ECHO_T}$ac_header_preproc" >&6
22378
22379# So? What about this header?
ac1cb8d3
VS
22380case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22381 yes:no: )
bdcade0a
MB
22382 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22383echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22384 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
22385echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
22386 ac_header_preproc=yes
bdcade0a 22387 ;;
ac1cb8d3 22388 no:yes:* )
bdcade0a
MB
22389 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
22390echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22391 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
22392echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
22393 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
22394echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
22395 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
22396echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
22397 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
22398echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22399 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
22400echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
22401 (
22402 cat <<\_ASBOX
ac1cb8d3
VS
22403## ----------------------------------------- ##
22404## Report this to wx-dev@lists.wxwidgets.org ##
22405## ----------------------------------------- ##
bdcade0a
MB
22406_ASBOX
22407 ) |
22408 sed "s/^/$as_me: WARNING: /" >&2
22409 ;;
22410esac
22411echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22412echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22413if test "${ac_cv_header_ext_hash_map+set}" = set; then
22414 echo $ECHO_N "(cached) $ECHO_C" >&6
22415else
22416 ac_cv_header_ext_hash_map=$ac_header_preproc
22417fi
22418echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22419echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22420
22421fi
22422if test $ac_cv_header_ext_hash_map = yes; then
22423 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22424echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22425 cat >conftest.$ac_ext <<_ACEOF
22426/* confdefs.h. */
22427_ACEOF
22428cat confdefs.h >>conftest.$ac_ext
22429cat >>conftest.$ac_ext <<_ACEOF
22430/* end confdefs.h. */
22431#include <ext/hash_map>
22432 #include <ext/hash_set>
22433int
22434main ()
22435{
22436__gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
22437 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
22438 ;
22439 return 0;
22440}
22441_ACEOF
22442rm -f conftest.$ac_objext
22443if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22444 (eval $ac_compile) 2>conftest.er1
bdcade0a 22445 ac_status=$?
ac1cb8d3
VS
22446 grep -v '^ *+' conftest.er1 >conftest.err
22447 rm -f conftest.er1
22448 cat conftest.err >&5
bdcade0a
MB
22449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22450 (exit $ac_status); } &&
6ebeb4c7 22451 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22453 (eval $ac_try) 2>&5
22454 ac_status=$?
22455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22456 (exit $ac_status); }; } &&
22457 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22459 (eval $ac_try) 2>&5
22460 ac_status=$?
22461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22462 (exit $ac_status); }; }; then
22463 echo "$as_me:$LINENO: result: yes" >&5
22464echo "${ECHO_T}yes" >&6
22465 cat >>confdefs.h <<\_ACEOF
22466#define HAVE_EXT_HASH_MAP 1
22467_ACEOF
22468
22469 cat >>confdefs.h <<\_ACEOF
22470#define HAVE_GNU_CXX_HASH_MAP 1
22471_ACEOF
22472
22473else
22474 echo "$as_me: failed program was:" >&5
22475sed 's/^/| /' conftest.$ac_ext >&5
22476
22477echo "$as_me:$LINENO: result: no" >&5
22478echo "${ECHO_T}no" >&6
22479fi
ac1cb8d3 22480rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22481
22482fi
22483
22484
a848cd7e
SC
22485
22486 ac_ext=c
22487ac_cpp='$CPP $CPPFLAGS'
22488ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22489ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22490ac_compiler_gnu=$ac_cv_c_compiler_gnu
22491
22492fi
22493
22494
22495SEARCH_INCLUDE="\
22496 /usr/local/include \
22497 \
22498 /usr/Motif-2.1/include \
22499 /usr/Motif-1.2/include \
22500 /usr/include/Motif1.2 \
a848cd7e
SC
22501 \
22502 /usr/dt/include \
22503 /usr/openwin/include \
22504 \
22505 /usr/include/Xm \
22506 \
22507 /usr/X11R6/include \
22508 /usr/X11R6.4/include \
22509 /usr/X11R5/include \
22510 /usr/X11R4/include \
22511 \
22512 /usr/include/X11R6 \
22513 /usr/include/X11R5 \
22514 /usr/include/X11R4 \
22515 \
22516 /usr/local/X11R6/include \
22517 /usr/local/X11R5/include \
22518 /usr/local/X11R4/include \
22519 \
22520 /usr/local/include/X11R6 \
22521 /usr/local/include/X11R5 \
22522 /usr/local/include/X11R4 \
22523 \
22524 /usr/X11/include \
22525 /usr/include/X11 \
22526 /usr/local/X11/include \
22527 /usr/local/include/X11 \
22528 \
a848cd7e 22529 /usr/XFree86/include/X11 \
e051b34e
MW
22530 /usr/pkg/include \
22531 \
a848cd7e
SC
22532 /usr/openwin/share/include"
22533
0ad5d837
VZ
22534echo "$as_me:$LINENO: checking for libraries directory" >&5
22535echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
22536if test "${wx_cv_std_libpath+set}" = set; then
22537 echo $ECHO_N "(cached) $ECHO_C" >&6
22538else
22539
22540 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
22541 for e in a so sl dylib dll.a; do
22542 libc="$d/libc.$e"
22543 if test -f $libc; then
22544 save_LIBS="$LIBS"
22545 LIBS="$libc"
22546 cat >conftest.$ac_ext <<_ACEOF
22547int main() { return 0; }
22548_ACEOF
22549rm -f conftest.$ac_objext conftest$ac_exeext
22550if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22551 (eval $ac_link) 2>conftest.er1
22552 ac_status=$?
22553 grep -v '^ *+' conftest.er1 >conftest.err
22554 rm -f conftest.er1
22555 cat conftest.err >&5
22556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22557 (exit $ac_status); } &&
22558 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22560 (eval $ac_try) 2>&5
22561 ac_status=$?
22562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22563 (exit $ac_status); }; } &&
22564 { ac_try='test -s conftest$ac_exeext'
22565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22566 (eval $ac_try) 2>&5
22567 ac_status=$?
22568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22569 (exit $ac_status); }; }; then
22570 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
22571else
22572 echo "$as_me: failed program was:" >&5
22573sed 's/^/| /' conftest.$ac_ext >&5
22574
22575fi
22576rm -f conftest.err conftest.$ac_objext \
22577 conftest$ac_exeext conftest.$ac_ext
22578 LIBS="$save_LIBS"
22579 if test "x$wx_cv_std_libpath" != "x"; then
22580 break 2
22581 fi
22582 fi
22583 done
22584 done
22585 if test "x$wx_cv_std_libpath" = "x"; then
22586 wx_cv_std_libpath="lib"
22587 fi
22588
22589
22590fi
22591echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
22592echo "${ECHO_T}$wx_cv_std_libpath" >&6
22593
22594SEARCH_LIB=`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g`
a848cd7e 22595
3eca31dc
MW
22596if test "$build" != "$host" -a "$GCC" = yes; then
22597 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
22598 cross_root=`dirname $cross_root`
22599 cross_root=`dirname $cross_root`
22600
22601 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22602 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22603
22604 if test -z "$PKG_CONFIG_PATH"; then
22605 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
22606 export PKG_CONFIG_PATH
22607 fi
22608
22609 if test -z "$x_includes" -o "$x_includes" = NONE; then
22610
22611ac_find_includes=
22612for ac_dir in $SEARCH_INCLUDE /usr/include;
22613 do
22614 if test -f "$ac_dir/X11/Intrinsic.h"; then
22615 ac_find_includes=$ac_dir
22616 break
22617 fi
22618 done
22619
22620 x_includes=$ac_find_includes
22621 fi
22622 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
22623
0ad5d837
VZ
22624
22625 ac_find_libraries=
22626 for ac_dir in $SEARCH_LIB;
3eca31dc
MW
22627 do
22628 for ac_extension in a so sl dylib dll.a; do
22629 if test -f "$ac_dir/libXt.$ac_extension"; then
22630 ac_find_libraries=$ac_dir
22631 break 2
22632 fi
22633 done
22634 done
22635
0ad5d837
VZ
22636 if test "x$ac_find_libraries" = "x" ; then
22637
22638 ac_find_libraries=
22639 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
22640 do
22641 for ac_extension in a so sl dylib dll.a; do
22642 if test -f "$ac_dir/libXt.$ac_extension"; then
22643 ac_find_libraries=$ac_dir
22644 break 2
22645 fi
22646 done
22647 done
22648
22649 if test "x$ac_find_libraries" != "x" ; then
22650 ac_find_libraries="default location"
22651 fi
22652 fi
22653
3eca31dc
MW
22654 x_libraries=$ac_find_libraries
22655 fi
22656 fi
22657fi
22658
a848cd7e
SC
22659
22660cat >confcache <<\_ACEOF
22661# This file is a shell script that caches the results of configure
22662# tests run on this system so they can be shared between configure
22663# scripts and configure runs, see configure's option --config-cache.
22664# It is not useful on other systems. If it contains results you don't
22665# want to keep, you may remove or edit it.
22666#
22667# config.status only pays attention to the cache file if you give it
22668# the --recheck option to rerun configure.
22669#
22670# `ac_cv_env_foo' variables (set or unset) will be overridden when
22671# loading this file, other *unset* `ac_cv_foo' will be assigned the
22672# following values.
22673
22674_ACEOF
22675
22676# The following way of writing the cache mishandles newlines in values,
22677# but we know of no workaround that is simple, portable, and efficient.
22678# So, don't put newlines in cache variables' values.
22679# Ultrix sh set writes to stderr and can't be redirected directly,
22680# and sets the high bit in the cache file unless we assign to the vars.
22681{
22682 (set) 2>&1 |
22683 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22684 *ac_space=\ *)
22685 # `set' does not quote correctly, so add quotes (double-quote
22686 # substitution turns \\\\ into \\, and sed turns \\ into \).
22687 sed -n \
ac1cb8d3
VS
22688 "s/'/'\\\\''/g;
22689 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
22690 ;;
22691 *)
22692 # `set' quotes correctly as required by POSIX, so do not add quotes.
22693 sed -n \
ac1cb8d3 22694 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
22695 ;;
22696 esac;
22697} |
22698 sed '
22699 t clear
22700 : clear
22701 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22702 t end
22703 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22704 : end' >>confcache
22705if diff $cache_file confcache >/dev/null 2>&1; then :; else
22706 if test -w $cache_file; then
22707 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22708 cat confcache >$cache_file
22709 else
22710 echo "not updating unwritable cache $cache_file"
22711 fi
22712fi
22713rm -f confcache
22714
22715if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
22716 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
22717echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
22718if test "${wx_cv_lib_glibc21+set}" = set; then
22719 echo $ECHO_N "(cached) $ECHO_C" >&6
22720else
22721
22722 cat >conftest.$ac_ext <<_ACEOF
22723/* confdefs.h. */
22724_ACEOF
22725cat confdefs.h >>conftest.$ac_ext
22726cat >>conftest.$ac_ext <<_ACEOF
22727/* end confdefs.h. */
22728#include <features.h>
22729int
22730main ()
22731{
22732
22733 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
04e525a0 22734 not glibc 2.1
a848cd7e
SC
22735 #endif
22736
22737 ;
22738 return 0;
22739}
22740_ACEOF
22741rm -f conftest.$ac_objext
22742if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22743 (eval $ac_compile) 2>conftest.er1
a848cd7e 22744 ac_status=$?
ac1cb8d3
VS
22745 grep -v '^ *+' conftest.er1 >conftest.err
22746 rm -f conftest.er1
22747 cat conftest.err >&5
a848cd7e
SC
22748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22749 (exit $ac_status); } &&
6ebeb4c7 22750 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22752 (eval $ac_try) 2>&5
22753 ac_status=$?
22754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22755 (exit $ac_status); }; } &&
22756 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22758 (eval $ac_try) 2>&5
22759 ac_status=$?
22760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22761 (exit $ac_status); }; }; then
22762
22763 wx_cv_lib_glibc21=yes
22764
22765else
22766 echo "$as_me: failed program was:" >&5
22767sed 's/^/| /' conftest.$ac_ext >&5
22768
22769
22770 wx_cv_lib_glibc21=no
22771
22772
22773fi
ac1cb8d3 22774rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22775
22776fi
22777echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
22778echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
22779 if test "$wx_cv_lib_glibc21" = "yes"; then
22780 cat >>confdefs.h <<\_ACEOF
22781#define wxHAVE_GLIBC2 1
22782_ACEOF
22783
22784 fi
22785fi
22786
22787if test "x$wx_cv_lib_glibc21" = "xyes"; then
22788 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
22789 cat >>confdefs.h <<\_ACEOF
22790#define _GNU_SOURCE 1
22791_ACEOF
22792
22793 fi
22794fi
22795
22796
22797
22798if test "$wxUSE_REGEX" != "no"; then
22799 cat >>confdefs.h <<\_ACEOF
22800#define wxUSE_REGEX 1
22801_ACEOF
22802
22803
22804 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22805 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
22806echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
22807 wxUSE_REGEX=builtin
22808 fi
22809
22810 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22811 if test "${ac_cv_header_regex_h+set}" = set; then
22812 echo "$as_me:$LINENO: checking for regex.h" >&5
22813echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22814if test "${ac_cv_header_regex_h+set}" = set; then
22815 echo $ECHO_N "(cached) $ECHO_C" >&6
22816fi
22817echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22818echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22819else
22820 # Is the header compilable?
22821echo "$as_me:$LINENO: checking regex.h usability" >&5
22822echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
22823cat >conftest.$ac_ext <<_ACEOF
22824/* confdefs.h. */
22825_ACEOF
22826cat confdefs.h >>conftest.$ac_ext
22827cat >>conftest.$ac_ext <<_ACEOF
22828/* end confdefs.h. */
22829$ac_includes_default
22830#include <regex.h>
22831_ACEOF
22832rm -f conftest.$ac_objext
22833if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22834 (eval $ac_compile) 2>conftest.er1
a848cd7e 22835 ac_status=$?
ac1cb8d3
VS
22836 grep -v '^ *+' conftest.er1 >conftest.err
22837 rm -f conftest.er1
22838 cat conftest.err >&5
a848cd7e
SC
22839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22840 (exit $ac_status); } &&
6ebeb4c7 22841 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22843 (eval $ac_try) 2>&5
22844 ac_status=$?
22845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22846 (exit $ac_status); }; } &&
22847 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22849 (eval $ac_try) 2>&5
22850 ac_status=$?
22851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22852 (exit $ac_status); }; }; then
22853 ac_header_compiler=yes
22854else
22855 echo "$as_me: failed program was:" >&5
22856sed 's/^/| /' conftest.$ac_ext >&5
22857
22858ac_header_compiler=no
22859fi
ac1cb8d3 22860rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22861echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22862echo "${ECHO_T}$ac_header_compiler" >&6
22863
22864# Is the header present?
22865echo "$as_me:$LINENO: checking regex.h presence" >&5
22866echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
22867cat >conftest.$ac_ext <<_ACEOF
22868/* confdefs.h. */
22869_ACEOF
22870cat confdefs.h >>conftest.$ac_ext
22871cat >>conftest.$ac_ext <<_ACEOF
22872/* end confdefs.h. */
22873#include <regex.h>
22874_ACEOF
22875if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22876 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22877 ac_status=$?
22878 grep -v '^ *+' conftest.er1 >conftest.err
22879 rm -f conftest.er1
22880 cat conftest.err >&5
22881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22882 (exit $ac_status); } >/dev/null; then
22883 if test -s conftest.err; then
22884 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 22885 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
22886 else
22887 ac_cpp_err=
22888 fi
22889else
22890 ac_cpp_err=yes
22891fi
22892if test -z "$ac_cpp_err"; then
22893 ac_header_preproc=yes
22894else
22895 echo "$as_me: failed program was:" >&5
22896sed 's/^/| /' conftest.$ac_ext >&5
22897
22898 ac_header_preproc=no
22899fi
22900rm -f conftest.err conftest.$ac_ext
22901echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22902echo "${ECHO_T}$ac_header_preproc" >&6
22903
22904# So? What about this header?
ac1cb8d3
VS
22905case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22906 yes:no: )
a848cd7e
SC
22907 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22908echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22909 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22910echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22911 ac_header_preproc=yes
a848cd7e 22912 ;;
ac1cb8d3 22913 no:yes:* )
a848cd7e
SC
22914 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22915echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22916 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22917echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22918 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22919echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22920 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22921echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
22922 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22923echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22924 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22925echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
22926 (
22927 cat <<\_ASBOX
ac1cb8d3
VS
22928## ----------------------------------------- ##
22929## Report this to wx-dev@lists.wxwidgets.org ##
22930## ----------------------------------------- ##
a848cd7e
SC
22931_ASBOX
22932 ) |
22933 sed "s/^/$as_me: WARNING: /" >&2
22934 ;;
22935esac
22936echo "$as_me:$LINENO: checking for regex.h" >&5
22937echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22938if test "${ac_cv_header_regex_h+set}" = set; then
22939 echo $ECHO_N "(cached) $ECHO_C" >&6
22940else
22941 ac_cv_header_regex_h=$ac_header_preproc
22942fi
22943echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22944echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22945
22946fi
22947if test $ac_cv_header_regex_h = yes; then
22948
22949for ac_func in regcomp
22950do
22951as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22952echo "$as_me:$LINENO: checking for $ac_func" >&5
22953echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22954if eval "test \"\${$as_ac_var+set}\" = set"; then
22955 echo $ECHO_N "(cached) $ECHO_C" >&6
22956else
22957 cat >conftest.$ac_ext <<_ACEOF
22958/* confdefs.h. */
22959_ACEOF
22960cat confdefs.h >>conftest.$ac_ext
22961cat >>conftest.$ac_ext <<_ACEOF
22962/* end confdefs.h. */
ac1cb8d3
VS
22963/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22964 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22965#define $ac_func innocuous_$ac_func
22966
a848cd7e
SC
22967/* System header to define __stub macros and hopefully few prototypes,
22968 which can conflict with char $ac_func (); below.
22969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22970 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 22971
a848cd7e
SC
22972#ifdef __STDC__
22973# include <limits.h>
22974#else
22975# include <assert.h>
22976#endif
ac1cb8d3
VS
22977
22978#undef $ac_func
22979
a848cd7e
SC
22980/* Override any gcc2 internal prototype to avoid an error. */
22981#ifdef __cplusplus
22982extern "C"
22983{
22984#endif
22985/* We use char because int might match the return type of a gcc2
22986 builtin and then its argument prototype would still apply. */
22987char $ac_func ();
22988/* The GNU C library defines this for functions which it implements
22989 to always fail with ENOSYS. Some functions are actually named
22990 something starting with __ and the normal name is an alias. */
22991#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22992choke me
22993#else
22994char (*f) () = $ac_func;
22995#endif
22996#ifdef __cplusplus
22997}
22998#endif
22999
23000int
23001main ()
23002{
23003return f != $ac_func;
23004 ;
23005 return 0;
23006}
23007_ACEOF
23008rm -f conftest.$ac_objext conftest$ac_exeext
23009if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23010 (eval $ac_link) 2>conftest.er1
a848cd7e 23011 ac_status=$?
ac1cb8d3
VS
23012 grep -v '^ *+' conftest.er1 >conftest.err
23013 rm -f conftest.er1
23014 cat conftest.err >&5
a848cd7e
SC
23015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23016 (exit $ac_status); } &&
6ebeb4c7 23017 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23019 (eval $ac_try) 2>&5
23020 ac_status=$?
23021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23022 (exit $ac_status); }; } &&
23023 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23025 (eval $ac_try) 2>&5
23026 ac_status=$?
23027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23028 (exit $ac_status); }; }; then
23029 eval "$as_ac_var=yes"
23030else
23031 echo "$as_me: failed program was:" >&5
23032sed 's/^/| /' conftest.$ac_ext >&5
23033
23034eval "$as_ac_var=no"
23035fi
ac1cb8d3
VS
23036rm -f conftest.err conftest.$ac_objext \
23037 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23038fi
23039echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23040echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23041if test `eval echo '${'$as_ac_var'}'` = yes; then
23042 cat >>confdefs.h <<_ACEOF
23043#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23044_ACEOF
23045
23046fi
23047done
23048
23049fi
23050
23051
23052
23053 if test "x$ac_cv_func_regcomp" != "xyes"; then
23054 if test "$wxUSE_REGEX" = "sys" ; then
23055 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
23056echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
23057 { (exit 1); exit 1; }; }
23058 else
23059 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
23060echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
23061 wxUSE_REGEX=builtin
23062 fi
23063 else
23064 wxUSE_REGEX=sys
23065 cat >>confdefs.h <<\_ACEOF
23066#define WX_NO_REGEX_ADVANCED 1
23067_ACEOF
23068
23069 fi
23070 fi
23071fi
23072
23073
23074ZLIB_LINK=
23075if test "$wxUSE_ZLIB" != "no" ; then
23076 cat >>confdefs.h <<\_ACEOF
23077#define wxUSE_ZLIB 1
23078_ACEOF
23079
23080
23081 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
23082 if test "$USE_DARWIN" = 1; then
23083 system_zlib_h_ok="yes"
23084 else
23085 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
23086echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
23087if test "${ac_cv_header_zlib_h+set}" = set; then
23088 echo $ECHO_N "(cached) $ECHO_C" >&6
23089else
23090 if test "$cross_compiling" = yes; then
23091 unset ac_cv_header_zlib_h
23092
23093else
23094 cat >conftest.$ac_ext <<_ACEOF
23095/* confdefs.h. */
23096_ACEOF
23097cat confdefs.h >>conftest.$ac_ext
23098cat >>conftest.$ac_ext <<_ACEOF
23099/* end confdefs.h. */
23100
23101 #include <zlib.h>
23102 #include <stdio.h>
23103
23104 int main()
23105 {
23106 FILE *f=fopen("conftestval", "w");
23107 if (!f) exit(1);
23108 fprintf(f, "%s",
23109 ZLIB_VERSION[0] == '1' &&
23110 (ZLIB_VERSION[2] > '1' ||
23111 (ZLIB_VERSION[2] == '1' &&
23112 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
23113 exit(0);
23114 }
23115
23116_ACEOF
23117rm -f conftest$ac_exeext
23118if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23119 (eval $ac_link) 2>&5
23120 ac_status=$?
23121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23122 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23124 (eval $ac_try) 2>&5
23125 ac_status=$?
23126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23127 (exit $ac_status); }; }; then
23128 ac_cv_header_zlib_h=`cat conftestval`
23129else
23130 echo "$as_me: program exited with status $ac_status" >&5
23131echo "$as_me: failed program was:" >&5
23132sed 's/^/| /' conftest.$ac_ext >&5
23133
23134( exit $ac_status )
23135ac_cv_header_zlib_h=no
23136fi
ac1cb8d3 23137rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23138fi
23139
23140fi
23141echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23142echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23143 if test "${ac_cv_header_zlib_h+set}" = set; then
23144 echo "$as_me:$LINENO: checking for zlib.h" >&5
23145echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
23146if test "${ac_cv_header_zlib_h+set}" = set; then
23147 echo $ECHO_N "(cached) $ECHO_C" >&6
23148fi
23149echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23150echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23151else
23152 # Is the header compilable?
23153echo "$as_me:$LINENO: checking zlib.h usability" >&5
23154echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
23155cat >conftest.$ac_ext <<_ACEOF
23156/* confdefs.h. */
23157_ACEOF
23158cat confdefs.h >>conftest.$ac_ext
23159cat >>conftest.$ac_ext <<_ACEOF
23160/* end confdefs.h. */
23161$ac_includes_default
23162#include <zlib.h>
23163_ACEOF
23164rm -f conftest.$ac_objext
23165if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23166 (eval $ac_compile) 2>conftest.er1
a848cd7e 23167 ac_status=$?
ac1cb8d3
VS
23168 grep -v '^ *+' conftest.er1 >conftest.err
23169 rm -f conftest.er1
23170 cat conftest.err >&5
a848cd7e
SC
23171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23172 (exit $ac_status); } &&
6ebeb4c7 23173 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23175 (eval $ac_try) 2>&5
23176 ac_status=$?
23177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23178 (exit $ac_status); }; } &&
23179 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23181 (eval $ac_try) 2>&5
23182 ac_status=$?
23183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23184 (exit $ac_status); }; }; then
23185 ac_header_compiler=yes
23186else
23187 echo "$as_me: failed program was:" >&5
23188sed 's/^/| /' conftest.$ac_ext >&5
23189
23190ac_header_compiler=no
23191fi
ac1cb8d3 23192rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23193echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23194echo "${ECHO_T}$ac_header_compiler" >&6
23195
23196# Is the header present?
23197echo "$as_me:$LINENO: checking zlib.h presence" >&5
23198echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
23199cat >conftest.$ac_ext <<_ACEOF
23200/* confdefs.h. */
23201_ACEOF
23202cat confdefs.h >>conftest.$ac_ext
23203cat >>conftest.$ac_ext <<_ACEOF
23204/* end confdefs.h. */
23205#include <zlib.h>
23206_ACEOF
23207if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23208 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23209 ac_status=$?
23210 grep -v '^ *+' conftest.er1 >conftest.err
23211 rm -f conftest.er1
23212 cat conftest.err >&5
23213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23214 (exit $ac_status); } >/dev/null; then
23215 if test -s conftest.err; then
23216 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23217 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23218 else
23219 ac_cpp_err=
23220 fi
23221else
23222 ac_cpp_err=yes
23223fi
23224if test -z "$ac_cpp_err"; then
23225 ac_header_preproc=yes
23226else
23227 echo "$as_me: failed program was:" >&5
23228sed 's/^/| /' conftest.$ac_ext >&5
23229
23230 ac_header_preproc=no
23231fi
23232rm -f conftest.err conftest.$ac_ext
23233echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23234echo "${ECHO_T}$ac_header_preproc" >&6
23235
23236# So? What about this header?
ac1cb8d3
VS
23237case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23238 yes:no: )
a848cd7e
SC
23239 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
23240echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23241 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
23242echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
23243 ac_header_preproc=yes
a848cd7e 23244 ;;
ac1cb8d3 23245 no:yes:* )
a848cd7e
SC
23246 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
23247echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23248 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
23249echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
23250 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
23251echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
23252 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
23253echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23254 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
23255echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23256 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
23257echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23258 (
23259 cat <<\_ASBOX
ac1cb8d3
VS
23260## ----------------------------------------- ##
23261## Report this to wx-dev@lists.wxwidgets.org ##
23262## ----------------------------------------- ##
a848cd7e
SC
23263_ASBOX
23264 ) |
23265 sed "s/^/$as_me: WARNING: /" >&2
23266 ;;
23267esac
23268echo "$as_me:$LINENO: checking for zlib.h" >&5
23269echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
23270if test "${ac_cv_header_zlib_h+set}" = set; then
23271 echo $ECHO_N "(cached) $ECHO_C" >&6
23272else
23273 ac_cv_header_zlib_h=$ac_header_preproc
23274fi
23275echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23276echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23277
23278fi
23279
23280
23281
23282 system_zlib_h_ok=$ac_cv_header_zlib_h
23283 fi
23284
23285 if test "$system_zlib_h_ok" = "yes"; then
23286 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
23287echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
23288if test "${ac_cv_lib_z_deflate+set}" = set; then
23289 echo $ECHO_N "(cached) $ECHO_C" >&6
23290else
23291 ac_check_lib_save_LIBS=$LIBS
23292LIBS="-lz $LIBS"
23293cat >conftest.$ac_ext <<_ACEOF
23294/* confdefs.h. */
23295_ACEOF
23296cat confdefs.h >>conftest.$ac_ext
23297cat >>conftest.$ac_ext <<_ACEOF
23298/* end confdefs.h. */
23299
23300/* Override any gcc2 internal prototype to avoid an error. */
23301#ifdef __cplusplus
23302extern "C"
23303#endif
23304/* We use char because int might match the return type of a gcc2
23305 builtin and then its argument prototype would still apply. */
23306char deflate ();
23307int
23308main ()
23309{
23310deflate ();
23311 ;
23312 return 0;
23313}
23314_ACEOF
23315rm -f conftest.$ac_objext conftest$ac_exeext
23316if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23317 (eval $ac_link) 2>conftest.er1
a848cd7e 23318 ac_status=$?
ac1cb8d3
VS
23319 grep -v '^ *+' conftest.er1 >conftest.err
23320 rm -f conftest.er1
23321 cat conftest.err >&5
a848cd7e
SC
23322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23323 (exit $ac_status); } &&
6ebeb4c7 23324 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23326 (eval $ac_try) 2>&5
23327 ac_status=$?
23328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23329 (exit $ac_status); }; } &&
23330 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23332 (eval $ac_try) 2>&5
23333 ac_status=$?
23334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23335 (exit $ac_status); }; }; then
23336 ac_cv_lib_z_deflate=yes
23337else
23338 echo "$as_me: failed program was:" >&5
23339sed 's/^/| /' conftest.$ac_ext >&5
23340
23341ac_cv_lib_z_deflate=no
23342fi
ac1cb8d3
VS
23343rm -f conftest.err conftest.$ac_objext \
23344 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23345LIBS=$ac_check_lib_save_LIBS
23346fi
23347echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
23348echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
23349if test $ac_cv_lib_z_deflate = yes; then
23350 ZLIB_LINK=" -lz"
23351fi
23352
23353 fi
23354
23355 if test "x$ZLIB_LINK" = "x" ; then
23356 if test "$wxUSE_ZLIB" = "sys" ; then
23357 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
23358echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
23359 { (exit 1); exit 1; }; }
23360 else
23361 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
23362echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
23363 wxUSE_ZLIB=builtin
23364 fi
23365 else
23366 wxUSE_ZLIB=sys
23367 fi
23368 fi
23369fi
23370
23371
23372PNG_LINK=
23373if test "$wxUSE_LIBPNG" != "no" ; then
23374 cat >>confdefs.h <<\_ACEOF
23375#define wxUSE_LIBPNG 1
23376_ACEOF
23377
23378
23379 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
23380 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
23381echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
23382 wxUSE_LIBPNG=sys
23383 fi
23384
23385 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
23386 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
23387echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
23388 wxUSE_LIBPNG=builtin
23389 fi
23390
23391 if test "$wxUSE_MGL" != 1 ; then
23392 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
23393 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
23394echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
23395if test "${ac_cv_header_png_h+set}" = set; then
23396 echo $ECHO_N "(cached) $ECHO_C" >&6
23397else
23398 if test "$cross_compiling" = yes; then
23399 unset ac_cv_header_png_h
23400
23401else
23402 cat >conftest.$ac_ext <<_ACEOF
23403/* confdefs.h. */
23404_ACEOF
23405cat confdefs.h >>conftest.$ac_ext
23406cat >>conftest.$ac_ext <<_ACEOF
23407/* end confdefs.h. */
23408
23409 #include <png.h>
23410 #include <stdio.h>
23411
23412 int main()
23413 {
23414 FILE *f=fopen("conftestval", "w");
23415 if (!f) exit(1);
23416 fprintf(f, "%s",
23417 PNG_LIBPNG_VER > 90 ? "yes" : "no");
23418 exit(0);
23419 }
23420
23421_ACEOF
23422rm -f conftest$ac_exeext
23423if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23424 (eval $ac_link) 2>&5
23425 ac_status=$?
23426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23427 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23429 (eval $ac_try) 2>&5
23430 ac_status=$?
23431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23432 (exit $ac_status); }; }; then
23433 ac_cv_header_png_h=`cat conftestval`
23434else
23435 echo "$as_me: program exited with status $ac_status" >&5
23436echo "$as_me: failed program was:" >&5
23437sed 's/^/| /' conftest.$ac_ext >&5
23438
23439( exit $ac_status )
23440ac_cv_header_png_h=no
23441fi
ac1cb8d3 23442rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23443fi
23444
23445fi
23446echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23447echo "${ECHO_T}$ac_cv_header_png_h" >&6
23448 if test "${ac_cv_header_png_h+set}" = set; then
23449 echo "$as_me:$LINENO: checking for png.h" >&5
23450echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23451if test "${ac_cv_header_png_h+set}" = set; then
23452 echo $ECHO_N "(cached) $ECHO_C" >&6
23453fi
23454echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23455echo "${ECHO_T}$ac_cv_header_png_h" >&6
23456else
23457 # Is the header compilable?
23458echo "$as_me:$LINENO: checking png.h usability" >&5
23459echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
23460cat >conftest.$ac_ext <<_ACEOF
23461/* confdefs.h. */
23462_ACEOF
23463cat confdefs.h >>conftest.$ac_ext
23464cat >>conftest.$ac_ext <<_ACEOF
23465/* end confdefs.h. */
23466$ac_includes_default
23467#include <png.h>
23468_ACEOF
23469rm -f conftest.$ac_objext
23470if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23471 (eval $ac_compile) 2>conftest.er1
a848cd7e 23472 ac_status=$?
ac1cb8d3
VS
23473 grep -v '^ *+' conftest.er1 >conftest.err
23474 rm -f conftest.er1
23475 cat conftest.err >&5
a848cd7e
SC
23476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23477 (exit $ac_status); } &&
6ebeb4c7 23478 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23480 (eval $ac_try) 2>&5
23481 ac_status=$?
23482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23483 (exit $ac_status); }; } &&
23484 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
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); }; }; then
23490 ac_header_compiler=yes
23491else
23492 echo "$as_me: failed program was:" >&5
23493sed 's/^/| /' conftest.$ac_ext >&5
23494
23495ac_header_compiler=no
23496fi
ac1cb8d3 23497rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23498echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23499echo "${ECHO_T}$ac_header_compiler" >&6
23500
23501# Is the header present?
23502echo "$as_me:$LINENO: checking png.h presence" >&5
23503echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
23504cat >conftest.$ac_ext <<_ACEOF
23505/* confdefs.h. */
23506_ACEOF
23507cat confdefs.h >>conftest.$ac_ext
23508cat >>conftest.$ac_ext <<_ACEOF
23509/* end confdefs.h. */
23510#include <png.h>
23511_ACEOF
23512if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23513 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23514 ac_status=$?
23515 grep -v '^ *+' conftest.er1 >conftest.err
23516 rm -f conftest.er1
23517 cat conftest.err >&5
23518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23519 (exit $ac_status); } >/dev/null; then
23520 if test -s conftest.err; then
23521 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23522 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23523 else
23524 ac_cpp_err=
23525 fi
23526else
23527 ac_cpp_err=yes
23528fi
23529if test -z "$ac_cpp_err"; then
23530 ac_header_preproc=yes
23531else
23532 echo "$as_me: failed program was:" >&5
23533sed 's/^/| /' conftest.$ac_ext >&5
23534
23535 ac_header_preproc=no
23536fi
23537rm -f conftest.err conftest.$ac_ext
23538echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23539echo "${ECHO_T}$ac_header_preproc" >&6
23540
23541# So? What about this header?
ac1cb8d3
VS
23542case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23543 yes:no: )
a848cd7e
SC
23544 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
23545echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23546 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
23547echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
23548 ac_header_preproc=yes
a848cd7e 23549 ;;
ac1cb8d3 23550 no:yes:* )
a848cd7e
SC
23551 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
23552echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23553 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
23554echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
23555 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
23556echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
23557 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
23558echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23559 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
23560echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23561 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
23562echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23563 (
23564 cat <<\_ASBOX
ac1cb8d3
VS
23565## ----------------------------------------- ##
23566## Report this to wx-dev@lists.wxwidgets.org ##
23567## ----------------------------------------- ##
a848cd7e
SC
23568_ASBOX
23569 ) |
23570 sed "s/^/$as_me: WARNING: /" >&2
23571 ;;
23572esac
23573echo "$as_me:$LINENO: checking for png.h" >&5
23574echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23575if test "${ac_cv_header_png_h+set}" = set; then
23576 echo $ECHO_N "(cached) $ECHO_C" >&6
23577else
23578 ac_cv_header_png_h=$ac_header_preproc
23579fi
23580echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23581echo "${ECHO_T}$ac_cv_header_png_h" >&6
23582
23583fi
23584
23585
23586
23587 if test "$ac_cv_header_png_h" = "yes"; then
23588 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
23589echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
23590if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
23591 echo $ECHO_N "(cached) $ECHO_C" >&6
23592else
23593 ac_check_lib_save_LIBS=$LIBS
23594LIBS="-lpng -lz -lm $LIBS"
23595cat >conftest.$ac_ext <<_ACEOF
23596/* confdefs.h. */
23597_ACEOF
23598cat confdefs.h >>conftest.$ac_ext
23599cat >>conftest.$ac_ext <<_ACEOF
23600/* end confdefs.h. */
23601
23602/* Override any gcc2 internal prototype to avoid an error. */
23603#ifdef __cplusplus
23604extern "C"
23605#endif
23606/* We use char because int might match the return type of a gcc2
23607 builtin and then its argument prototype would still apply. */
23608char png_check_sig ();
23609int
23610main ()
23611{
23612png_check_sig ();
23613 ;
23614 return 0;
23615}
23616_ACEOF
23617rm -f conftest.$ac_objext conftest$ac_exeext
23618if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23619 (eval $ac_link) 2>conftest.er1
a848cd7e 23620 ac_status=$?
ac1cb8d3
VS
23621 grep -v '^ *+' conftest.er1 >conftest.err
23622 rm -f conftest.er1
23623 cat conftest.err >&5
a848cd7e
SC
23624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23625 (exit $ac_status); } &&
6ebeb4c7 23626 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23628 (eval $ac_try) 2>&5
23629 ac_status=$?
23630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23631 (exit $ac_status); }; } &&
23632 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23634 (eval $ac_try) 2>&5
23635 ac_status=$?
23636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23637 (exit $ac_status); }; }; then
23638 ac_cv_lib_png_png_check_sig=yes
23639else
23640 echo "$as_me: failed program was:" >&5
23641sed 's/^/| /' conftest.$ac_ext >&5
23642
23643ac_cv_lib_png_png_check_sig=no
23644fi
ac1cb8d3
VS
23645rm -f conftest.err conftest.$ac_objext \
23646 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23647LIBS=$ac_check_lib_save_LIBS
23648fi
23649echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
23650echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
23651if test $ac_cv_lib_png_png_check_sig = yes; then
23652 PNG_LINK=" -lpng -lz"
23653fi
23654
23655 fi
23656
23657 if test "x$PNG_LINK" = "x" ; then
23658 if test "$wxUSE_LIBPNG" = "sys" ; then
23659 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
23660echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
23661 { (exit 1); exit 1; }; }
23662 else
23663 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
23664echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
23665 wxUSE_LIBPNG=builtin
23666 fi
23667 else
23668 wxUSE_LIBPNG=sys
23669 fi
23670 fi
23671 fi
23672
23673 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
23674fi
23675
23676
23677JPEG_LINK=
23678if test "$wxUSE_LIBJPEG" != "no" ; then
23679 cat >>confdefs.h <<\_ACEOF
23680#define wxUSE_LIBJPEG 1
23681_ACEOF
23682
23683
23684 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
23685 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
23686echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
23687 wxUSE_LIBJPEG=sys
23688 fi
23689
23690 if test "$wxUSE_MGL" != 1 ; then
23691 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
23692 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
23693echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
23694 if test "${ac_cv_header_jpeglib_h+set}" = set; then
23695 echo $ECHO_N "(cached) $ECHO_C" >&6
23696else
23697 cat >conftest.$ac_ext <<_ACEOF
23698/* confdefs.h. */
23699_ACEOF
23700cat confdefs.h >>conftest.$ac_ext
23701cat >>conftest.$ac_ext <<_ACEOF
23702/* end confdefs.h. */
23703
23704 #undef HAVE_STDLIB_H
23705 #include <stdio.h>
23706 #include <jpeglib.h>
23707
23708int
23709main ()
23710{
23711
23712
23713 ;
23714 return 0;
23715}
23716_ACEOF
23717rm -f conftest.$ac_objext
23718if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23719 (eval $ac_compile) 2>conftest.er1
a848cd7e 23720 ac_status=$?
ac1cb8d3
VS
23721 grep -v '^ *+' conftest.er1 >conftest.err
23722 rm -f conftest.er1
23723 cat conftest.err >&5
a848cd7e
SC
23724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23725 (exit $ac_status); } &&
6ebeb4c7 23726 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23728 (eval $ac_try) 2>&5
23729 ac_status=$?
23730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23731 (exit $ac_status); }; } &&
23732 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23734 (eval $ac_try) 2>&5
23735 ac_status=$?
23736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23737 (exit $ac_status); }; }; then
23738 ac_cv_header_jpeglib_h=yes
23739else
23740 echo "$as_me: failed program was:" >&5
23741sed 's/^/| /' conftest.$ac_ext >&5
23742
23743ac_cv_header_jpeglib_h=no
23744
23745fi
ac1cb8d3 23746rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23747
23748fi
23749
23750 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
23751echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
23752
23753 if test "$ac_cv_header_jpeglib_h" = "yes"; then
23754 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
23755echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
23756if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
23757 echo $ECHO_N "(cached) $ECHO_C" >&6
23758else
23759 ac_check_lib_save_LIBS=$LIBS
23760LIBS="-ljpeg $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 jpeg_read_header ();
23775int
23776main ()
23777{
23778jpeg_read_header ();
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); } &&
6ebeb4c7 23792 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23794 (eval $ac_try) 2>&5
23795 ac_status=$?
23796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23797 (exit $ac_status); }; } &&
23798 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23800 (eval $ac_try) 2>&5
23801 ac_status=$?
23802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23803 (exit $ac_status); }; }; then
23804 ac_cv_lib_jpeg_jpeg_read_header=yes
23805else
23806 echo "$as_me: failed program was:" >&5
23807sed 's/^/| /' conftest.$ac_ext >&5
23808
23809ac_cv_lib_jpeg_jpeg_read_header=no
23810fi
ac1cb8d3
VS
23811rm -f conftest.err conftest.$ac_objext \
23812 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23813LIBS=$ac_check_lib_save_LIBS
23814fi
23815echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
23816echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
23817if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
23818 JPEG_LINK=" -ljpeg"
23819fi
23820
23821 fi
23822
23823 if test "x$JPEG_LINK" = "x" ; then
23824 if test "$wxUSE_LIBJPEG" = "sys" ; then
23825 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
23826echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
23827 { (exit 1); exit 1; }; }
23828 else
23829 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
23830echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
23831 wxUSE_LIBJPEG=builtin
23832 fi
23833 else
23834 wxUSE_LIBJPEG=sys
23835 fi
23836 fi
23837 fi
23838fi
23839
23840
23841TIFF_LINK=
23842TIFF_PREREQ_LINKS=-lm
23843if test "$wxUSE_LIBTIFF" != "no" ; then
23844 cat >>confdefs.h <<\_ACEOF
23845#define wxUSE_LIBTIFF 1
23846_ACEOF
23847
23848
23849 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
23850 if test "$wxUSE_LIBJPEG" = "sys"; then
23851 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
23852 fi
23853 if test "$wxUSE_ZLIB" = "sys"; then
23854 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
23855 fi
23856 if test "${ac_cv_header_tiffio_h+set}" = set; then
23857 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23858echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23859if test "${ac_cv_header_tiffio_h+set}" = set; then
23860 echo $ECHO_N "(cached) $ECHO_C" >&6
23861fi
23862echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23863echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23864else
23865 # Is the header compilable?
23866echo "$as_me:$LINENO: checking tiffio.h usability" >&5
23867echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
23868cat >conftest.$ac_ext <<_ACEOF
23869/* confdefs.h. */
23870_ACEOF
23871cat confdefs.h >>conftest.$ac_ext
23872cat >>conftest.$ac_ext <<_ACEOF
23873/* end confdefs.h. */
23874$ac_includes_default
23875#include <tiffio.h>
23876_ACEOF
23877rm -f conftest.$ac_objext
23878if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23879 (eval $ac_compile) 2>conftest.er1
a848cd7e 23880 ac_status=$?
ac1cb8d3
VS
23881 grep -v '^ *+' conftest.er1 >conftest.err
23882 rm -f conftest.er1
23883 cat conftest.err >&5
a848cd7e
SC
23884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23885 (exit $ac_status); } &&
6ebeb4c7 23886 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23888 (eval $ac_try) 2>&5
23889 ac_status=$?
23890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23891 (exit $ac_status); }; } &&
23892 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23894 (eval $ac_try) 2>&5
23895 ac_status=$?
23896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23897 (exit $ac_status); }; }; then
23898 ac_header_compiler=yes
23899else
23900 echo "$as_me: failed program was:" >&5
23901sed 's/^/| /' conftest.$ac_ext >&5
23902
23903ac_header_compiler=no
23904fi
ac1cb8d3 23905rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23906echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23907echo "${ECHO_T}$ac_header_compiler" >&6
23908
23909# Is the header present?
23910echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23911echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23912cat >conftest.$ac_ext <<_ACEOF
23913/* confdefs.h. */
23914_ACEOF
23915cat confdefs.h >>conftest.$ac_ext
23916cat >>conftest.$ac_ext <<_ACEOF
23917/* end confdefs.h. */
23918#include <tiffio.h>
23919_ACEOF
23920if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23921 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23922 ac_status=$?
23923 grep -v '^ *+' conftest.er1 >conftest.err
23924 rm -f conftest.er1
23925 cat conftest.err >&5
23926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23927 (exit $ac_status); } >/dev/null; then
23928 if test -s conftest.err; then
23929 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23930 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23931 else
23932 ac_cpp_err=
23933 fi
23934else
23935 ac_cpp_err=yes
23936fi
23937if test -z "$ac_cpp_err"; then
23938 ac_header_preproc=yes
23939else
23940 echo "$as_me: failed program was:" >&5
23941sed 's/^/| /' conftest.$ac_ext >&5
23942
23943 ac_header_preproc=no
23944fi
23945rm -f conftest.err conftest.$ac_ext
23946echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23947echo "${ECHO_T}$ac_header_preproc" >&6
23948
23949# So? What about this header?
ac1cb8d3
VS
23950case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23951 yes:no: )
a848cd7e
SC
23952 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23953echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23954 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23955echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23956 ac_header_preproc=yes
a848cd7e 23957 ;;
ac1cb8d3 23958 no:yes:* )
a848cd7e
SC
23959 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23960echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23961 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23962echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23963 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23964echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23965 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23966echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23967 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23968echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23969 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23970echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23971 (
23972 cat <<\_ASBOX
ac1cb8d3
VS
23973## ----------------------------------------- ##
23974## Report this to wx-dev@lists.wxwidgets.org ##
23975## ----------------------------------------- ##
a848cd7e
SC
23976_ASBOX
23977 ) |
23978 sed "s/^/$as_me: WARNING: /" >&2
23979 ;;
23980esac
23981echo "$as_me:$LINENO: checking for tiffio.h" >&5
23982echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23983if test "${ac_cv_header_tiffio_h+set}" = set; then
23984 echo $ECHO_N "(cached) $ECHO_C" >&6
23985else
23986 ac_cv_header_tiffio_h=$ac_header_preproc
23987fi
23988echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23989echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23990
23991fi
23992if test $ac_cv_header_tiffio_h = yes; then
23993
23994 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23995echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23996if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23997 echo $ECHO_N "(cached) $ECHO_C" >&6
23998else
23999 ac_check_lib_save_LIBS=$LIBS
24000LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
24001cat >conftest.$ac_ext <<_ACEOF
24002/* confdefs.h. */
24003_ACEOF
24004cat confdefs.h >>conftest.$ac_ext
24005cat >>conftest.$ac_ext <<_ACEOF
24006/* end confdefs.h. */
24007
24008/* Override any gcc2 internal prototype to avoid an error. */
24009#ifdef __cplusplus
24010extern "C"
24011#endif
24012/* We use char because int might match the return type of a gcc2
24013 builtin and then its argument prototype would still apply. */
24014char TIFFError ();
24015int
24016main ()
24017{
24018TIFFError ();
24019 ;
24020 return 0;
24021}
24022_ACEOF
24023rm -f conftest.$ac_objext conftest$ac_exeext
24024if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24025 (eval $ac_link) 2>conftest.er1
a848cd7e 24026 ac_status=$?
ac1cb8d3
VS
24027 grep -v '^ *+' conftest.er1 >conftest.err
24028 rm -f conftest.er1
24029 cat conftest.err >&5
a848cd7e
SC
24030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24031 (exit $ac_status); } &&
6ebeb4c7 24032 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24034 (eval $ac_try) 2>&5
24035 ac_status=$?
24036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24037 (exit $ac_status); }; } &&
24038 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24040 (eval $ac_try) 2>&5
24041 ac_status=$?
24042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24043 (exit $ac_status); }; }; then
24044 ac_cv_lib_tiff_TIFFError=yes
24045else
24046 echo "$as_me: failed program was:" >&5
24047sed 's/^/| /' conftest.$ac_ext >&5
24048
24049ac_cv_lib_tiff_TIFFError=no
24050fi
ac1cb8d3
VS
24051rm -f conftest.err conftest.$ac_objext \
24052 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24053LIBS=$ac_check_lib_save_LIBS
24054fi
24055echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
24056echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
24057if test $ac_cv_lib_tiff_TIFFError = yes; then
24058 TIFF_LINK=" -ltiff"
24059fi
24060
24061
24062
24063fi
24064
24065
24066
24067 if test "x$TIFF_LINK" = "x" ; then
24068 if test "$wxUSE_LIBTIFF" = "sys" ; then
24069 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
24070echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
24071 { (exit 1); exit 1; }; }
24072 else
24073 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
24074echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
24075 wxUSE_LIBTIFF=builtin
24076 fi
24077 else
24078 wxUSE_LIBTIFF=sys
24079 fi
24080 fi
24081fi
24082
24083
47a7e797
MW
24084if test "$wxUSE_WCHAR_T" != "yes"; then
24085 if test "$wxUSE_EXPAT" != "no"; then
24086 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
24087echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
24088 wxUSE_EXPAT=no
24089 fi
24090 if test "$wxUSE_XML" != "no"; then
24091 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
24092echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
24093 wxUSE_XML=no
24094 fi
24095fi
24096
a848cd7e
SC
24097if test "$wxUSE_EXPAT" != "no"; then
24098 wxUSE_XML=yes
24099 cat >>confdefs.h <<\_ACEOF
24100#define wxUSE_EXPAT 1
24101_ACEOF
24102
24103 cat >>confdefs.h <<\_ACEOF
24104#define wxUSE_XML 1
24105_ACEOF
24106
24107
24108 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
24109 if test "${ac_cv_header_expat_h+set}" = set; then
24110 echo "$as_me:$LINENO: checking for expat.h" >&5
24111echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24112if test "${ac_cv_header_expat_h+set}" = set; then
24113 echo $ECHO_N "(cached) $ECHO_C" >&6
24114fi
24115echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24116echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24117else
24118 # Is the header compilable?
24119echo "$as_me:$LINENO: checking expat.h usability" >&5
24120echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
24121cat >conftest.$ac_ext <<_ACEOF
24122/* confdefs.h. */
24123_ACEOF
24124cat confdefs.h >>conftest.$ac_ext
24125cat >>conftest.$ac_ext <<_ACEOF
24126/* end confdefs.h. */
24127$ac_includes_default
24128#include <expat.h>
24129_ACEOF
24130rm -f conftest.$ac_objext
24131if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24132 (eval $ac_compile) 2>conftest.er1
a848cd7e 24133 ac_status=$?
ac1cb8d3
VS
24134 grep -v '^ *+' conftest.er1 >conftest.err
24135 rm -f conftest.er1
24136 cat conftest.err >&5
a848cd7e
SC
24137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24138 (exit $ac_status); } &&
6ebeb4c7 24139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24141 (eval $ac_try) 2>&5
24142 ac_status=$?
24143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24144 (exit $ac_status); }; } &&
24145 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24147 (eval $ac_try) 2>&5
24148 ac_status=$?
24149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24150 (exit $ac_status); }; }; then
24151 ac_header_compiler=yes
24152else
24153 echo "$as_me: failed program was:" >&5
24154sed 's/^/| /' conftest.$ac_ext >&5
24155
24156ac_header_compiler=no
24157fi
ac1cb8d3 24158rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24159echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24160echo "${ECHO_T}$ac_header_compiler" >&6
24161
24162# Is the header present?
24163echo "$as_me:$LINENO: checking expat.h presence" >&5
24164echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
24165cat >conftest.$ac_ext <<_ACEOF
24166/* confdefs.h. */
24167_ACEOF
24168cat confdefs.h >>conftest.$ac_ext
24169cat >>conftest.$ac_ext <<_ACEOF
24170/* end confdefs.h. */
24171#include <expat.h>
24172_ACEOF
24173if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24174 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24175 ac_status=$?
24176 grep -v '^ *+' conftest.er1 >conftest.err
24177 rm -f conftest.er1
24178 cat conftest.err >&5
24179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24180 (exit $ac_status); } >/dev/null; then
24181 if test -s conftest.err; then
24182 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24183 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24184 else
24185 ac_cpp_err=
24186 fi
24187else
24188 ac_cpp_err=yes
24189fi
24190if test -z "$ac_cpp_err"; then
24191 ac_header_preproc=yes
24192else
24193 echo "$as_me: failed program was:" >&5
24194sed 's/^/| /' conftest.$ac_ext >&5
24195
24196 ac_header_preproc=no
24197fi
24198rm -f conftest.err conftest.$ac_ext
24199echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24200echo "${ECHO_T}$ac_header_preproc" >&6
24201
24202# So? What about this header?
ac1cb8d3
VS
24203case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24204 yes:no: )
a848cd7e
SC
24205 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
24206echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24207 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
24208echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
24209 ac_header_preproc=yes
a848cd7e 24210 ;;
ac1cb8d3 24211 no:yes:* )
a848cd7e
SC
24212 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
24213echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24214 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
24215echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
24216 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
24217echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
24218 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
24219echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24220 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
24221echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24222 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
24223echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24224 (
24225 cat <<\_ASBOX
ac1cb8d3
VS
24226## ----------------------------------------- ##
24227## Report this to wx-dev@lists.wxwidgets.org ##
24228## ----------------------------------------- ##
a848cd7e
SC
24229_ASBOX
24230 ) |
24231 sed "s/^/$as_me: WARNING: /" >&2
24232 ;;
24233esac
24234echo "$as_me:$LINENO: checking for expat.h" >&5
24235echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24236if test "${ac_cv_header_expat_h+set}" = set; then
24237 echo $ECHO_N "(cached) $ECHO_C" >&6
24238else
24239 ac_cv_header_expat_h=$ac_header_preproc
24240fi
24241echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24242echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24243
24244fi
24245if test $ac_cv_header_expat_h = yes; then
24246 found_expat_h=1
24247fi
24248
24249
24250 if test "x$found_expat_h" = "x1"; then
24251 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
24252echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
24253if test "${wx_cv_expat_is_not_broken+set}" = set; then
24254 echo $ECHO_N "(cached) $ECHO_C" >&6
24255else
24256
24257
24258
24259 ac_ext=cc
24260ac_cpp='$CXXCPP $CPPFLAGS'
24261ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24262ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24263ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24264
24265 cat >conftest.$ac_ext <<_ACEOF
24266/* confdefs.h. */
24267_ACEOF
24268cat confdefs.h >>conftest.$ac_ext
24269cat >>conftest.$ac_ext <<_ACEOF
24270/* end confdefs.h. */
24271#include <expat.h>
24272int
24273main ()
24274{
24275
24276 ;
24277 return 0;
24278}
24279_ACEOF
24280rm -f conftest.$ac_objext
24281if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24282 (eval $ac_compile) 2>conftest.er1
a848cd7e 24283 ac_status=$?
ac1cb8d3
VS
24284 grep -v '^ *+' conftest.er1 >conftest.err
24285 rm -f conftest.er1
24286 cat conftest.err >&5
a848cd7e
SC
24287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24288 (exit $ac_status); } &&
6ebeb4c7 24289 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24291 (eval $ac_try) 2>&5
24292 ac_status=$?
24293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24294 (exit $ac_status); }; } &&
24295 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24297 (eval $ac_try) 2>&5
24298 ac_status=$?
24299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24300 (exit $ac_status); }; }; then
24301 wx_cv_expat_is_not_broken=yes
24302else
24303 echo "$as_me: failed program was:" >&5
24304sed 's/^/| /' conftest.$ac_ext >&5
24305
24306wx_cv_expat_is_not_broken=no
24307
24308fi
ac1cb8d3 24309rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24310 ac_ext=c
24311ac_cpp='$CPP $CPPFLAGS'
24312ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24313ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24314ac_compiler_gnu=$ac_cv_c_compiler_gnu
24315
24316
24317
24318fi
24319echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
24320echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
24321 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
24322 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
24323echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
24324if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
24325 echo $ECHO_N "(cached) $ECHO_C" >&6
24326else
24327 ac_check_lib_save_LIBS=$LIBS
24328LIBS="-lexpat $LIBS"
24329cat >conftest.$ac_ext <<_ACEOF
24330/* confdefs.h. */
24331_ACEOF
24332cat confdefs.h >>conftest.$ac_ext
24333cat >>conftest.$ac_ext <<_ACEOF
24334/* end confdefs.h. */
24335
24336/* Override any gcc2 internal prototype to avoid an error. */
24337#ifdef __cplusplus
24338extern "C"
24339#endif
24340/* We use char because int might match the return type of a gcc2
24341 builtin and then its argument prototype would still apply. */
24342char XML_ParserCreate ();
24343int
24344main ()
24345{
24346XML_ParserCreate ();
24347 ;
24348 return 0;
24349}
24350_ACEOF
24351rm -f conftest.$ac_objext conftest$ac_exeext
24352if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24353 (eval $ac_link) 2>conftest.er1
a848cd7e 24354 ac_status=$?
ac1cb8d3
VS
24355 grep -v '^ *+' conftest.er1 >conftest.err
24356 rm -f conftest.er1
24357 cat conftest.err >&5
a848cd7e
SC
24358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24359 (exit $ac_status); } &&
6ebeb4c7 24360 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24362 (eval $ac_try) 2>&5
24363 ac_status=$?
24364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24365 (exit $ac_status); }; } &&
24366 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24368 (eval $ac_try) 2>&5
24369 ac_status=$?
24370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24371 (exit $ac_status); }; }; then
24372 ac_cv_lib_expat_XML_ParserCreate=yes
24373else
24374 echo "$as_me: failed program was:" >&5
24375sed 's/^/| /' conftest.$ac_ext >&5
24376
24377ac_cv_lib_expat_XML_ParserCreate=no
24378fi
ac1cb8d3
VS
24379rm -f conftest.err conftest.$ac_objext \
24380 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24381LIBS=$ac_check_lib_save_LIBS
24382fi
24383echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
24384echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
24385if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
24386 EXPAT_LINK=" -lexpat"
24387fi
24388
24389 fi
24390 fi
24391 if test "x$EXPAT_LINK" = "x" ; then
24392 if test "$wxUSE_EXPAT" = "sys" ; then
24393 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
24394echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
24395 { (exit 1); exit 1; }; }
24396 else
24397 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
24398echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
24399 wxUSE_EXPAT=builtin
24400 fi
24401 else
24402 wxUSE_EXPAT=sys
24403 fi
24404 fi
24405 if test "$wxUSE_EXPAT" = "builtin" ; then
24406
24407
24408subdirs="$subdirs src/expat"
24409
24410 fi
24411fi
24412
24413
24414
24415if test "$wxUSE_LIBMSPACK" != "no"; then
a848cd7e
SC
24416 if test "${ac_cv_header_mspack_h+set}" = set; then
24417 echo "$as_me:$LINENO: checking for mspack.h" >&5
24418echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24419if test "${ac_cv_header_mspack_h+set}" = set; then
24420 echo $ECHO_N "(cached) $ECHO_C" >&6
24421fi
24422echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24423echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24424else
24425 # Is the header compilable?
24426echo "$as_me:$LINENO: checking mspack.h usability" >&5
24427echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
24428cat >conftest.$ac_ext <<_ACEOF
24429/* confdefs.h. */
24430_ACEOF
24431cat confdefs.h >>conftest.$ac_ext
24432cat >>conftest.$ac_ext <<_ACEOF
24433/* end confdefs.h. */
24434$ac_includes_default
24435#include <mspack.h>
24436_ACEOF
24437rm -f conftest.$ac_objext
24438if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24439 (eval $ac_compile) 2>conftest.er1
a848cd7e 24440 ac_status=$?
ac1cb8d3
VS
24441 grep -v '^ *+' conftest.er1 >conftest.err
24442 rm -f conftest.er1
24443 cat conftest.err >&5
a848cd7e
SC
24444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24445 (exit $ac_status); } &&
6ebeb4c7 24446 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24448 (eval $ac_try) 2>&5
24449 ac_status=$?
24450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24451 (exit $ac_status); }; } &&
24452 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24454 (eval $ac_try) 2>&5
24455 ac_status=$?
24456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24457 (exit $ac_status); }; }; then
24458 ac_header_compiler=yes
24459else
24460 echo "$as_me: failed program was:" >&5
24461sed 's/^/| /' conftest.$ac_ext >&5
24462
24463ac_header_compiler=no
24464fi
ac1cb8d3 24465rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24466echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24467echo "${ECHO_T}$ac_header_compiler" >&6
24468
24469# Is the header present?
24470echo "$as_me:$LINENO: checking mspack.h presence" >&5
24471echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
24472cat >conftest.$ac_ext <<_ACEOF
24473/* confdefs.h. */
24474_ACEOF
24475cat confdefs.h >>conftest.$ac_ext
24476cat >>conftest.$ac_ext <<_ACEOF
24477/* end confdefs.h. */
24478#include <mspack.h>
24479_ACEOF
24480if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24481 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24482 ac_status=$?
24483 grep -v '^ *+' conftest.er1 >conftest.err
24484 rm -f conftest.er1
24485 cat conftest.err >&5
24486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24487 (exit $ac_status); } >/dev/null; then
24488 if test -s conftest.err; then
24489 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24490 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24491 else
24492 ac_cpp_err=
24493 fi
24494else
24495 ac_cpp_err=yes
24496fi
24497if test -z "$ac_cpp_err"; then
24498 ac_header_preproc=yes
24499else
24500 echo "$as_me: failed program was:" >&5
24501sed 's/^/| /' conftest.$ac_ext >&5
24502
24503 ac_header_preproc=no
24504fi
24505rm -f conftest.err conftest.$ac_ext
24506echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24507echo "${ECHO_T}$ac_header_preproc" >&6
24508
24509# So? What about this header?
ac1cb8d3
VS
24510case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24511 yes:no: )
a848cd7e
SC
24512 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
24513echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24514 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
24515echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
24516 ac_header_preproc=yes
a848cd7e 24517 ;;
ac1cb8d3 24518 no:yes:* )
a848cd7e
SC
24519 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
24520echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24521 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
24522echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
24523 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
24524echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
24525 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
24526echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24527 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
24528echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24529 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
24530echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24531 (
24532 cat <<\_ASBOX
ac1cb8d3
VS
24533## ----------------------------------------- ##
24534## Report this to wx-dev@lists.wxwidgets.org ##
24535## ----------------------------------------- ##
a848cd7e
SC
24536_ASBOX
24537 ) |
24538 sed "s/^/$as_me: WARNING: /" >&2
24539 ;;
24540esac
24541echo "$as_me:$LINENO: checking for mspack.h" >&5
24542echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24543if test "${ac_cv_header_mspack_h+set}" = set; then
24544 echo $ECHO_N "(cached) $ECHO_C" >&6
24545else
24546 ac_cv_header_mspack_h=$ac_header_preproc
24547fi
24548echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24549echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24550
24551fi
24552if test $ac_cv_header_mspack_h = yes; then
24553 found_mspack_h=1
24554fi
24555
24556
24557 if test "x$found_mspack_h" = "x1"; then
24558 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
24559echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
24560if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
24561 echo $ECHO_N "(cached) $ECHO_C" >&6
24562else
24563 ac_check_lib_save_LIBS=$LIBS
24564LIBS="-lmspack $LIBS"
24565cat >conftest.$ac_ext <<_ACEOF
24566/* confdefs.h. */
24567_ACEOF
24568cat confdefs.h >>conftest.$ac_ext
24569cat >>conftest.$ac_ext <<_ACEOF
24570/* end confdefs.h. */
24571
24572/* Override any gcc2 internal prototype to avoid an error. */
24573#ifdef __cplusplus
24574extern "C"
24575#endif
24576/* We use char because int might match the return type of a gcc2
24577 builtin and then its argument prototype would still apply. */
24578char mspack_create_chm_decompressor ();
24579int
24580main ()
24581{
24582mspack_create_chm_decompressor ();
24583 ;
24584 return 0;
24585}
24586_ACEOF
24587rm -f conftest.$ac_objext conftest$ac_exeext
24588if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24589 (eval $ac_link) 2>conftest.er1
a848cd7e 24590 ac_status=$?
ac1cb8d3
VS
24591 grep -v '^ *+' conftest.er1 >conftest.err
24592 rm -f conftest.er1
24593 cat conftest.err >&5
a848cd7e
SC
24594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24595 (exit $ac_status); } &&
6ebeb4c7 24596 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24598 (eval $ac_try) 2>&5
24599 ac_status=$?
24600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24601 (exit $ac_status); }; } &&
24602 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24604 (eval $ac_try) 2>&5
24605 ac_status=$?
24606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24607 (exit $ac_status); }; }; then
24608 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
24609else
24610 echo "$as_me: failed program was:" >&5
24611sed 's/^/| /' conftest.$ac_ext >&5
24612
24613ac_cv_lib_mspack_mspack_create_chm_decompressor=no
24614fi
ac1cb8d3
VS
24615rm -f conftest.err conftest.$ac_objext \
24616 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24617LIBS=$ac_check_lib_save_LIBS
24618fi
24619echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
24620echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
24621if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
24622 MSPACK_LINK=" -lmspack"
24623fi
24624
24625 fi
24626 if test "x$MSPACK_LINK" = "x" ; then
24627 wxUSE_LIBMSPACK=no
dd3a2d96
VZ
24628 fi
24629fi
24630
24631if test "$wxUSE_LIBMSPACK" != "no"; then
24632 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
24633#define wxUSE_LIBMSPACK 1
24634_ACEOF
24635
a848cd7e
SC
24636fi
24637
24638
24639
24640AFMINSTALL=
24641WIN32INSTALL=
24642
24643TOOLKIT=
24644TOOLKIT_INCLUDE=
24645WIDGET_SET=
24646
24647if test "$USE_WIN32" = 1 ; then
24648
24649for ac_header in w32api.h
24650do
24651as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24652if eval "test \"\${$as_ac_Header+set}\" = set"; then
24653 echo "$as_me:$LINENO: checking for $ac_header" >&5
24654echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24655if eval "test \"\${$as_ac_Header+set}\" = set"; then
24656 echo $ECHO_N "(cached) $ECHO_C" >&6
24657fi
24658echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24659echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24660else
24661 # Is the header compilable?
24662echo "$as_me:$LINENO: checking $ac_header usability" >&5
24663echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
24664cat >conftest.$ac_ext <<_ACEOF
24665/* confdefs.h. */
24666_ACEOF
24667cat confdefs.h >>conftest.$ac_ext
24668cat >>conftest.$ac_ext <<_ACEOF
24669/* end confdefs.h. */
24670$ac_includes_default
24671#include <$ac_header>
24672_ACEOF
24673rm -f conftest.$ac_objext
24674if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24675 (eval $ac_compile) 2>conftest.er1
a848cd7e 24676 ac_status=$?
ac1cb8d3
VS
24677 grep -v '^ *+' conftest.er1 >conftest.err
24678 rm -f conftest.er1
24679 cat conftest.err >&5
a848cd7e
SC
24680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24681 (exit $ac_status); } &&
6ebeb4c7 24682 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24684 (eval $ac_try) 2>&5
24685 ac_status=$?
24686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24687 (exit $ac_status); }; } &&
24688 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24690 (eval $ac_try) 2>&5
24691 ac_status=$?
24692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24693 (exit $ac_status); }; }; then
24694 ac_header_compiler=yes
24695else
24696 echo "$as_me: failed program was:" >&5
24697sed 's/^/| /' conftest.$ac_ext >&5
24698
24699ac_header_compiler=no
24700fi
ac1cb8d3 24701rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24702echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24703echo "${ECHO_T}$ac_header_compiler" >&6
24704
24705# Is the header present?
24706echo "$as_me:$LINENO: checking $ac_header presence" >&5
24707echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
24708cat >conftest.$ac_ext <<_ACEOF
24709/* confdefs.h. */
24710_ACEOF
24711cat confdefs.h >>conftest.$ac_ext
24712cat >>conftest.$ac_ext <<_ACEOF
24713/* end confdefs.h. */
24714#include <$ac_header>
24715_ACEOF
24716if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24717 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24718 ac_status=$?
24719 grep -v '^ *+' conftest.er1 >conftest.err
24720 rm -f conftest.er1
24721 cat conftest.err >&5
24722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24723 (exit $ac_status); } >/dev/null; then
24724 if test -s conftest.err; then
24725 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24726 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24727 else
24728 ac_cpp_err=
24729 fi
24730else
24731 ac_cpp_err=yes
24732fi
24733if test -z "$ac_cpp_err"; then
24734 ac_header_preproc=yes
24735else
24736 echo "$as_me: failed program was:" >&5
24737sed 's/^/| /' conftest.$ac_ext >&5
24738
24739 ac_header_preproc=no
24740fi
24741rm -f conftest.err conftest.$ac_ext
24742echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24743echo "${ECHO_T}$ac_header_preproc" >&6
24744
24745# So? What about this header?
ac1cb8d3
VS
24746case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24747 yes:no: )
a848cd7e
SC
24748 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24749echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24750 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24751echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24752 ac_header_preproc=yes
a848cd7e 24753 ;;
ac1cb8d3 24754 no:yes:* )
a848cd7e
SC
24755 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24756echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24757 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
24758echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
24759 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24760echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24761 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
24762echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24763 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24764echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24765 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24766echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24767 (
24768 cat <<\_ASBOX
ac1cb8d3
VS
24769## ----------------------------------------- ##
24770## Report this to wx-dev@lists.wxwidgets.org ##
24771## ----------------------------------------- ##
a848cd7e
SC
24772_ASBOX
24773 ) |
24774 sed "s/^/$as_me: WARNING: /" >&2
24775 ;;
24776esac
24777echo "$as_me:$LINENO: checking for $ac_header" >&5
24778echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24779if eval "test \"\${$as_ac_Header+set}\" = set"; then
24780 echo $ECHO_N "(cached) $ECHO_C" >&6
24781else
ac1cb8d3 24782 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
24783fi
24784echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24785echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24786
24787fi
24788if test `eval echo '${'$as_ac_Header'}'` = yes; then
24789 cat >>confdefs.h <<_ACEOF
24790#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24791_ACEOF
24792
24793fi
24794
24795done
24796
24797 if test "${ac_cv_header_windows_h+set}" = set; then
24798 echo "$as_me:$LINENO: checking for windows.h" >&5
24799echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24800if test "${ac_cv_header_windows_h+set}" = set; then
24801 echo $ECHO_N "(cached) $ECHO_C" >&6
24802fi
24803echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24804echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24805else
24806 # Is the header compilable?
24807echo "$as_me:$LINENO: checking windows.h usability" >&5
24808echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
24809cat >conftest.$ac_ext <<_ACEOF
24810/* confdefs.h. */
24811_ACEOF
24812cat confdefs.h >>conftest.$ac_ext
24813cat >>conftest.$ac_ext <<_ACEOF
24814/* end confdefs.h. */
24815$ac_includes_default
24816#include <windows.h>
24817_ACEOF
24818rm -f conftest.$ac_objext
24819if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24820 (eval $ac_compile) 2>conftest.er1
a848cd7e 24821 ac_status=$?
ac1cb8d3
VS
24822 grep -v '^ *+' conftest.er1 >conftest.err
24823 rm -f conftest.er1
24824 cat conftest.err >&5
a848cd7e
SC
24825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24826 (exit $ac_status); } &&
6ebeb4c7 24827 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24829 (eval $ac_try) 2>&5
24830 ac_status=$?
24831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24832 (exit $ac_status); }; } &&
24833 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24835 (eval $ac_try) 2>&5
24836 ac_status=$?
24837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24838 (exit $ac_status); }; }; then
24839 ac_header_compiler=yes
24840else
24841 echo "$as_me: failed program was:" >&5
24842sed 's/^/| /' conftest.$ac_ext >&5
24843
24844ac_header_compiler=no
24845fi
ac1cb8d3 24846rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24847echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24848echo "${ECHO_T}$ac_header_compiler" >&6
24849
24850# Is the header present?
24851echo "$as_me:$LINENO: checking windows.h presence" >&5
24852echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
24853cat >conftest.$ac_ext <<_ACEOF
24854/* confdefs.h. */
24855_ACEOF
24856cat confdefs.h >>conftest.$ac_ext
24857cat >>conftest.$ac_ext <<_ACEOF
24858/* end confdefs.h. */
24859#include <windows.h>
24860_ACEOF
24861if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24862 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24863 ac_status=$?
24864 grep -v '^ *+' conftest.er1 >conftest.err
24865 rm -f conftest.er1
24866 cat conftest.err >&5
24867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24868 (exit $ac_status); } >/dev/null; then
24869 if test -s conftest.err; then
24870 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24871 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24872 else
24873 ac_cpp_err=
24874 fi
24875else
24876 ac_cpp_err=yes
24877fi
24878if test -z "$ac_cpp_err"; then
24879 ac_header_preproc=yes
24880else
24881 echo "$as_me: failed program was:" >&5
24882sed 's/^/| /' conftest.$ac_ext >&5
24883
24884 ac_header_preproc=no
24885fi
24886rm -f conftest.err conftest.$ac_ext
24887echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24888echo "${ECHO_T}$ac_header_preproc" >&6
24889
24890# So? What about this header?
ac1cb8d3
VS
24891case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24892 yes:no: )
a848cd7e
SC
24893 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
24894echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24895 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
24896echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
24897 ac_header_preproc=yes
a848cd7e 24898 ;;
ac1cb8d3 24899 no:yes:* )
a848cd7e
SC
24900 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
24901echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24902 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
24903echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
24904 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
24905echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
24906 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
24907echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24908 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
24909echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24910 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
24911echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24912 (
24913 cat <<\_ASBOX
ac1cb8d3
VS
24914## ----------------------------------------- ##
24915## Report this to wx-dev@lists.wxwidgets.org ##
24916## ----------------------------------------- ##
a848cd7e
SC
24917_ASBOX
24918 ) |
24919 sed "s/^/$as_me: WARNING: /" >&2
24920 ;;
24921esac
24922echo "$as_me:$LINENO: checking for windows.h" >&5
24923echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24924if test "${ac_cv_header_windows_h+set}" = set; then
24925 echo $ECHO_N "(cached) $ECHO_C" >&6
24926else
24927 ac_cv_header_windows_h=$ac_header_preproc
24928fi
24929echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24930echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24931
24932fi
24933if test $ac_cv_header_windows_h = yes; then
24934 :
24935else
24936
24937 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24938echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24939 { (exit 1); exit 1; }; }
24940
24941fi
24942
24943
24944
24945 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24946
24947 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24948 LIBS="$LIBS -loleacc"
24949 fi
24950
24951 case "${host}" in
24952 *-*-cygwin* )
24953 LIBS="$LIBS -lkernel32 -luser32"
24954 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
24955 esac
24956
24957 if test "$wxUSE_ODBC" = "sys" ; then
24958 wxUSE_ODBC = "yes"
24959 fi
24960 if test "$wxUSE_ODBC" = "yes" ; then
24961 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
24962 cat >>confdefs.h <<\_ACEOF
24963#define wxUSE_ODBC 1
24964_ACEOF
24965
24966 fi
24967
24968 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24969 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
24970
24971 WIN32INSTALL=win32install
24972fi
24973
24974if test "$wxUSE_GUI" = "yes"; then
24975 USE_GUI=1
24976
24977 GUI_TK_LIBRARY=
24978
24979 WXGTK12=
24980 WXGTK127=
24981 WXGTK20=
24982 WXGPE=
24983
207bc66c
RN
24984 if test "$wxUSE_COCOA" = 1 ; then
24985 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24986 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24987echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24988 wxUSE_PRINTING_ARCHITECTURE=no
24989 fi
24990 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24991 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24992echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24993 wxUSE_DRAG_AND_DROP=no
24994 fi
24995 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24996 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24997echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24998 wxUSE_DRAGIMAGE=no
24999 fi
25000 fi
25001
a848cd7e
SC
25002 if test "$wxUSE_MSW" = 1 ; then
25003 TOOLKIT=MSW
25004 GUIDIST=MSW_DIST
25005
ceec2216 25006 case "${host}" in
a848cd7e
SC
25007 *-*-mingw32* )
25008 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
25009 esac
25010 fi
25011
25012 if test "$wxUSE_GTK" = 1; then
25013 echo "$as_me:$LINENO: checking for GTK+ version" >&5
25014echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
25015
25016 gtk_version_cached=1
25017 if test "${wx_cv_lib_gtk+set}" = set; then
25018 echo $ECHO_N "(cached) $ECHO_C" >&6
25019else
25020
25021 gtk_version_cached=0
25022 echo "$as_me:$LINENO: result: " >&5
25023echo "${ECHO_T}" >&6
25024
25025 GTK_MODULES=
25026 if test "$wxUSE_THREADS" = "yes"; then
25027 GTK_MODULES=gthread
25028 fi
25029
f597b41c 25030 wx_cv_lib_gtk=
f34ca037 25031 if test "x$wxGTK_VERSION" != "x1"; then
a848cd7e
SC
25032 # Check whether --enable-gtktest or --disable-gtktest was given.
25033if test "${enable_gtktest+set}" = set; then
25034 enableval="$enable_gtktest"
25035
25036else
25037 enable_gtktest=yes
25038fi;
25039
25040 pkg_config_args=gtk+-2.0
25041 for module in . $GTK_MODULES
25042 do
25043 case "$module" in
25044 gthread)
25045 pkg_config_args="$pkg_config_args gthread-2.0"
25046 ;;
25047 esac
25048 done
25049
25050 no_gtk=""
25051
25052 # Extract the first word of "pkg-config", so it can be a program name with args.
25053set dummy pkg-config; ac_word=$2
25054echo "$as_me:$LINENO: checking for $ac_word" >&5
25055echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25056if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25057 echo $ECHO_N "(cached) $ECHO_C" >&6
25058else
25059 case $PKG_CONFIG in
25060 [\\/]* | ?:[\\/]*)
25061 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25062 ;;
25063 *)
25064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25065for as_dir in $PATH
25066do
25067 IFS=$as_save_IFS
25068 test -z "$as_dir" && as_dir=.
25069 for ac_exec_ext in '' $ac_executable_extensions; do
25070 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25071 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25073 break 2
25074 fi
25075done
25076done
25077
25078 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
25079 ;;
25080esac
25081fi
25082PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25083
25084if test -n "$PKG_CONFIG"; then
25085 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25086echo "${ECHO_T}$PKG_CONFIG" >&6
25087else
25088 echo "$as_me:$LINENO: result: no" >&5
25089echo "${ECHO_T}no" >&6
25090fi
25091
25092
25093 if test x$PKG_CONFIG != xno ; then
25094 if pkg-config --atleast-pkgconfig-version 0.7 ; then
25095 :
25096 else
c2218763 25097 echo "*** pkg-config too old; version 0.7 or better required."
a848cd7e
SC
25098 no_gtk=yes
25099 PKG_CONFIG=no
25100 fi
25101 else
25102 no_gtk=yes
25103 fi
25104
25105 min_gtk_version=2.0.0
25106 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
25107echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
25108
25109 if test x$PKG_CONFIG != xno ; then
25110 ## don't try to run the test against uninstalled libtool libs
25111 if $PKG_CONFIG --uninstalled $pkg_config_args; then
25112 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
25113 enable_gtktest=no
25114 fi
25115
25116 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
25117 :
25118 else
25119 no_gtk=yes
25120 fi
25121 fi
25122
25123 if test x"$no_gtk" = x ; then
25124 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
25125 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
25126 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
25127 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25128 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
25129 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25130 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
25131 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25132 if test "x$enable_gtktest" = "xyes" ; then
25133 ac_save_CFLAGS="$CFLAGS"
25134 ac_save_LIBS="$LIBS"
25135 CFLAGS="$CFLAGS $GTK_CFLAGS"
25136 LIBS="$GTK_LIBS $LIBS"
25137 rm -f conf.gtktest
25138 if test "$cross_compiling" = yes; then
25139 echo $ac_n "cross compiling; assumed OK... $ac_c"
25140else
25141 cat >conftest.$ac_ext <<_ACEOF
25142/* confdefs.h. */
25143_ACEOF
25144cat confdefs.h >>conftest.$ac_ext
25145cat >>conftest.$ac_ext <<_ACEOF
25146/* end confdefs.h. */
25147
25148#include <gtk/gtk.h>
25149#include <stdio.h>
25150#include <stdlib.h>
25151
25152int
25153main ()
25154{
25155 int major, minor, micro;
25156 char *tmp_version;
25157
25158 system ("touch conf.gtktest");
25159
25160 /* HP/UX 9 (%@#!) writes to sscanf strings */
25161 tmp_version = g_strdup("$min_gtk_version");
25162 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25163 printf("%s, bad version string\n", "$min_gtk_version");
25164 exit(1);
25165 }
25166
25167 if ((gtk_major_version != $gtk_config_major_version) ||
25168 (gtk_minor_version != $gtk_config_minor_version) ||
25169 (gtk_micro_version != $gtk_config_micro_version))
25170 {
25171 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25172 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25173 gtk_major_version, gtk_minor_version, gtk_micro_version);
25174 printf ("*** was found! If pkg-config was correct, then it is best\n");
25175 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25176 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25177 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25178 printf("*** required on your system.\n");
25179 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
25180 printf("*** to point to the correct configuration files\n");
25181 }
25182 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25183 (gtk_minor_version != GTK_MINOR_VERSION) ||
25184 (gtk_micro_version != GTK_MICRO_VERSION))
25185 {
25186 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25187 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25188 printf("*** library (version %d.%d.%d)\n",
25189 gtk_major_version, gtk_minor_version, gtk_micro_version);
25190 }
25191 else
25192 {
25193 if ((gtk_major_version > major) ||
25194 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25195 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25196 {
25197 return 0;
25198 }
25199 else
25200 {
25201 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25202 gtk_major_version, gtk_minor_version, gtk_micro_version);
25203 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25204 major, minor, micro);
25205 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25206 printf("***\n");
25207 printf("*** If you have already installed a sufficiently new version, this error\n");
25208 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
25209 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25210 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
25211 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
25212 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25213 printf("*** so that the correct libraries are found at run-time))\n");
25214 }
25215 }
25216 return 1;
25217}
25218
25219_ACEOF
25220rm -f conftest$ac_exeext
25221if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25222 (eval $ac_link) 2>&5
25223 ac_status=$?
25224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25225 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25227 (eval $ac_try) 2>&5
25228 ac_status=$?
25229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25230 (exit $ac_status); }; }; then
25231 :
25232else
25233 echo "$as_me: program exited with status $ac_status" >&5
25234echo "$as_me: failed program was:" >&5
25235sed 's/^/| /' conftest.$ac_ext >&5
25236
25237( exit $ac_status )
25238no_gtk=yes
25239fi
ac1cb8d3 25240rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25241fi
25242 CFLAGS="$ac_save_CFLAGS"
25243 LIBS="$ac_save_LIBS"
25244 fi
25245 fi
25246 if test "x$no_gtk" = x ; then
25247 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
25248echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
25249 wx_cv_lib_gtk=2.0
25250 else
25251 echo "$as_me:$LINENO: result: no" >&5
25252echo "${ECHO_T}no" >&6
25253 if test "$PKG_CONFIG" = "no" ; then
25254 echo "*** A new enough version of pkg-config was not found."
25255 echo "*** See http://pkgconfig.sourceforge.net"
25256 else
25257 if test -f conf.gtktest ; then
25258 :
25259 else
25260 echo "*** Could not run GTK+ test program, checking why..."
25261 ac_save_CFLAGS="$CFLAGS"
25262 ac_save_LIBS="$LIBS"
25263 CFLAGS="$CFLAGS $GTK_CFLAGS"
25264 LIBS="$LIBS $GTK_LIBS"
25265 cat >conftest.$ac_ext <<_ACEOF
25266/* confdefs.h. */
25267_ACEOF
25268cat confdefs.h >>conftest.$ac_ext
25269cat >>conftest.$ac_ext <<_ACEOF
25270/* end confdefs.h. */
25271
25272#include <gtk/gtk.h>
25273#include <stdio.h>
25274
25275int
25276main ()
25277{
25278 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25279 ;
25280 return 0;
25281}
25282_ACEOF
25283rm -f conftest.$ac_objext conftest$ac_exeext
25284if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25285 (eval $ac_link) 2>conftest.er1
a848cd7e 25286 ac_status=$?
ac1cb8d3
VS
25287 grep -v '^ *+' conftest.er1 >conftest.err
25288 rm -f conftest.er1
25289 cat conftest.err >&5
a848cd7e
SC
25290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25291 (exit $ac_status); } &&
6ebeb4c7 25292 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25294 (eval $ac_try) 2>&5
25295 ac_status=$?
25296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25297 (exit $ac_status); }; } &&
25298 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25300 (eval $ac_try) 2>&5
25301 ac_status=$?
25302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25303 (exit $ac_status); }; }; then
25304 echo "*** The test program compiled, but did not run. This usually means"
25305 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
25306 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
25307 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25308 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25309 echo "*** is required on your system"
25310 echo "***"
25311 echo "*** If you have an old version installed, it is best to remove it, although"
25312 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25313else
25314 echo "$as_me: failed program was:" >&5
25315sed 's/^/| /' conftest.$ac_ext >&5
25316
25317 echo "*** The test program failed to compile or link. See the file config.log for the"
25318 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
25319fi
ac1cb8d3
VS
25320rm -f conftest.err conftest.$ac_objext \
25321 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25322 CFLAGS="$ac_save_CFLAGS"
25323 LIBS="$ac_save_LIBS"
25324 fi
25325 fi
25326 GTK_CFLAGS=""
25327 GTK_LIBS=""
25328 :
25329 fi
25330
25331
25332 rm -f conf.gtktest
25333
f597b41c
MW
25334 fi
25335
f34ca037
MW
25336 if test -z "$wx_cv_lib_gtk"; then
25337 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
a848cd7e
SC
25338
25339# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25340if test "${with_gtk_prefix+set}" = set; then
25341 withval="$with_gtk_prefix"
25342 gtk_config_prefix="$withval"
25343else
25344 gtk_config_prefix=""
25345fi;
25346
25347# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25348if test "${with_gtk_exec_prefix+set}" = set; then
25349 withval="$with_gtk_exec_prefix"
25350 gtk_config_exec_prefix="$withval"
25351else
25352 gtk_config_exec_prefix=""
25353fi;
25354# Check whether --enable-gtktest or --disable-gtktest was given.
25355if test "${enable_gtktest+set}" = set; then
25356 enableval="$enable_gtktest"
25357
25358else
25359 enable_gtktest=yes
25360fi;
25361
25362 for module in . $GTK_MODULES
25363 do
25364 case "$module" in
25365 gthread)
25366 gtk_config_args="$gtk_config_args gthread"
25367 ;;
25368 esac
25369 done
25370
25371 if test x$gtk_config_exec_prefix != x ; then
25372 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25373 if test x${GTK_CONFIG+set} != xset ; then
25374 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25375 fi
25376 fi
25377 if test x$gtk_config_prefix != x ; then
25378 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25379 if test x${GTK_CONFIG+set} != xset ; then
25380 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25381 fi
25382 fi
25383
25384 # Extract the first word of "gtk-config", so it can be a program name with args.
25385set dummy gtk-config; ac_word=$2
25386echo "$as_me:$LINENO: checking for $ac_word" >&5
25387echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25388if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25389 echo $ECHO_N "(cached) $ECHO_C" >&6
25390else
25391 case $GTK_CONFIG in
25392 [\\/]* | ?:[\\/]*)
25393 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25394 ;;
25395 *)
25396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25397for as_dir in $PATH
25398do
25399 IFS=$as_save_IFS
25400 test -z "$as_dir" && as_dir=.
25401 for ac_exec_ext in '' $ac_executable_extensions; do
25402 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25403 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25405 break 2
25406 fi
25407done
25408done
25409
25410 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25411 ;;
25412esac
25413fi
25414GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25415
25416if test -n "$GTK_CONFIG"; then
25417 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25418echo "${ECHO_T}$GTK_CONFIG" >&6
25419else
25420 echo "$as_me:$LINENO: result: no" >&5
25421echo "${ECHO_T}no" >&6
25422fi
25423
25424 min_gtk_version=1.2.7
25425 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25426echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25427 no_gtk=""
25428 if test "$GTK_CONFIG" = "no" ; then
25429 no_gtk=yes
25430 else
25431 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25432 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25433 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25434 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25435 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25436 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25437 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25438 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25439 if test "x$enable_gtktest" = "xyes" ; then
25440 ac_save_CFLAGS="$CFLAGS"
25441 ac_save_LIBS="$LIBS"
25442 CFLAGS="$CFLAGS $GTK_CFLAGS"
25443 LIBS="$GTK_LIBS $LIBS"
25444 rm -f conf.gtktest
25445 if test "$cross_compiling" = yes; then
25446 echo $ac_n "cross compiling; assumed OK... $ac_c"
25447else
25448 cat >conftest.$ac_ext <<_ACEOF
25449/* confdefs.h. */
25450_ACEOF
25451cat confdefs.h >>conftest.$ac_ext
25452cat >>conftest.$ac_ext <<_ACEOF
25453/* end confdefs.h. */
25454
25455#include <gtk/gtk.h>
25456#include <stdio.h>
25457#include <stdlib.h>
25458
25459int
25460main ()
25461{
25462 int major, minor, micro;
25463 char *tmp_version;
25464
25465 system ("touch conf.gtktest");
25466
25467 /* HP/UX 9 (%@#!) writes to sscanf strings */
25468 tmp_version = g_strdup("$min_gtk_version");
25469 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25470 printf("%s, bad version string\n", "$min_gtk_version");
25471 exit(1);
25472 }
25473
25474 if ((gtk_major_version != $gtk_config_major_version) ||
25475 (gtk_minor_version != $gtk_config_minor_version) ||
25476 (gtk_micro_version != $gtk_config_micro_version))
25477 {
25478 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25479 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25480 gtk_major_version, gtk_minor_version, gtk_micro_version);
25481 printf ("*** was found! If gtk-config was correct, then it is best\n");
25482 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25483 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25484 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25485 printf("*** required on your system.\n");
25486 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25487 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25488 printf("*** before re-running configure\n");
25489 }
25490#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25491 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25492 (gtk_minor_version != GTK_MINOR_VERSION) ||
25493 (gtk_micro_version != GTK_MICRO_VERSION))
25494 {
25495 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25496 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25497 printf("*** library (version %d.%d.%d)\n",
25498 gtk_major_version, gtk_minor_version, gtk_micro_version);
25499 }
25500#endif /* defined (GTK_MAJOR_VERSION) ... */
25501 else
25502 {
25503 if ((gtk_major_version > major) ||
25504 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25505 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25506 {
25507 return 0;
25508 }
25509 else
25510 {
25511 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25512 gtk_major_version, gtk_minor_version, gtk_micro_version);
25513 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25514 major, minor, micro);
25515 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25516 printf("***\n");
25517 printf("*** If you have already installed a sufficiently new version, this error\n");
25518 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25519 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25520 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25521 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25522 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25523 printf("*** so that the correct libraries are found at run-time))\n");
25524 }
25525 }
25526 return 1;
25527}
25528
25529_ACEOF
25530rm -f conftest$ac_exeext
25531if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25532 (eval $ac_link) 2>&5
25533 ac_status=$?
25534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25535 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25537 (eval $ac_try) 2>&5
25538 ac_status=$?
25539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25540 (exit $ac_status); }; }; then
25541 :
25542else
25543 echo "$as_me: program exited with status $ac_status" >&5
25544echo "$as_me: failed program was:" >&5
25545sed 's/^/| /' conftest.$ac_ext >&5
25546
25547( exit $ac_status )
25548no_gtk=yes
25549fi
ac1cb8d3 25550rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25551fi
25552 CFLAGS="$ac_save_CFLAGS"
25553 LIBS="$ac_save_LIBS"
25554 fi
25555 fi
25556 if test "x$no_gtk" = x ; then
25557 echo "$as_me:$LINENO: result: yes" >&5
25558echo "${ECHO_T}yes" >&6
25559 wx_cv_lib_gtk=1.2.7
25560 else
25561 echo "$as_me:$LINENO: result: no" >&5
25562echo "${ECHO_T}no" >&6
25563 if test "$GTK_CONFIG" = "no" ; then
25564 echo "*** The gtk-config script installed by GTK could not be found"
25565 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25566 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25567 echo "*** full path to gtk-config."
25568 else
25569 if test -f conf.gtktest ; then
25570 :
25571 else
25572 echo "*** Could not run GTK test program, checking why..."
25573 CFLAGS="$CFLAGS $GTK_CFLAGS"
25574 LIBS="$LIBS $GTK_LIBS"
25575 cat >conftest.$ac_ext <<_ACEOF
25576/* confdefs.h. */
25577_ACEOF
25578cat confdefs.h >>conftest.$ac_ext
25579cat >>conftest.$ac_ext <<_ACEOF
25580/* end confdefs.h. */
25581
25582#include <gtk/gtk.h>
25583#include <stdio.h>
25584
25585int
25586main ()
25587{
25588 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25589 ;
25590 return 0;
25591}
25592_ACEOF
25593rm -f conftest.$ac_objext conftest$ac_exeext
25594if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25595 (eval $ac_link) 2>conftest.er1
a848cd7e 25596 ac_status=$?
ac1cb8d3
VS
25597 grep -v '^ *+' conftest.er1 >conftest.err
25598 rm -f conftest.er1
25599 cat conftest.err >&5
a848cd7e
SC
25600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25601 (exit $ac_status); } &&
6ebeb4c7 25602 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25604 (eval $ac_try) 2>&5
25605 ac_status=$?
25606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25607 (exit $ac_status); }; } &&
25608 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25610 (eval $ac_try) 2>&5
25611 ac_status=$?
25612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25613 (exit $ac_status); }; }; then
25614 echo "*** The test program compiled, but did not run. This usually means"
25615 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25616 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25617 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25618 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25619 echo "*** is required on your system"
25620 echo "***"
25621 echo "*** If you have an old version installed, it is best to remove it, although"
25622 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25623 echo "***"
25624 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25625 echo "*** came with the system with the command"
25626 echo "***"
25627 echo "*** rpm --erase --nodeps gtk gtk-devel"
25628else
25629 echo "$as_me: failed program was:" >&5
25630sed 's/^/| /' conftest.$ac_ext >&5
25631
25632 echo "*** The test program failed to compile or link. See the file config.log for the"
25633 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25634 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25635 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25636fi
ac1cb8d3
VS
25637rm -f conftest.err conftest.$ac_objext \
25638 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25639 CFLAGS="$ac_save_CFLAGS"
25640 LIBS="$ac_save_LIBS"
25641 fi
25642 fi
25643 GTK_CFLAGS=""
25644 GTK_LIBS=""
25645 :
25646 fi
25647
25648
25649 rm -f conf.gtktest
25650
25651
f34ca037 25652 if test -z "$wx_cv_lib_gtk"; then
a848cd7e
SC
25653
25654# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25655if test "${with_gtk_prefix+set}" = set; then
25656 withval="$with_gtk_prefix"
25657 gtk_config_prefix="$withval"
25658else
25659 gtk_config_prefix=""
25660fi;
25661
25662# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25663if test "${with_gtk_exec_prefix+set}" = set; then
25664 withval="$with_gtk_exec_prefix"
25665 gtk_config_exec_prefix="$withval"
25666else
25667 gtk_config_exec_prefix=""
25668fi;
25669# Check whether --enable-gtktest or --disable-gtktest was given.
25670if test "${enable_gtktest+set}" = set; then
25671 enableval="$enable_gtktest"
25672
25673else
25674 enable_gtktest=yes
25675fi;
25676
25677 for module in . $GTK_MODULES
25678 do
25679 case "$module" in
25680 gthread)
25681 gtk_config_args="$gtk_config_args gthread"
25682 ;;
25683 esac
25684 done
25685
25686 if test x$gtk_config_exec_prefix != x ; then
25687 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25688 if test x${GTK_CONFIG+set} != xset ; then
25689 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25690 fi
25691 fi
25692 if test x$gtk_config_prefix != x ; then
25693 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25694 if test x${GTK_CONFIG+set} != xset ; then
25695 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25696 fi
25697 fi
25698
25699 # Extract the first word of "gtk-config", so it can be a program name with args.
25700set dummy gtk-config; ac_word=$2
25701echo "$as_me:$LINENO: checking for $ac_word" >&5
25702echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25703if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25704 echo $ECHO_N "(cached) $ECHO_C" >&6
25705else
25706 case $GTK_CONFIG in
25707 [\\/]* | ?:[\\/]*)
25708 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25709 ;;
25710 *)
25711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25712for as_dir in $PATH
25713do
25714 IFS=$as_save_IFS
25715 test -z "$as_dir" && as_dir=.
25716 for ac_exec_ext in '' $ac_executable_extensions; do
25717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25718 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25720 break 2
25721 fi
25722done
25723done
25724
25725 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25726 ;;
25727esac
25728fi
25729GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25730
25731if test -n "$GTK_CONFIG"; then
25732 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25733echo "${ECHO_T}$GTK_CONFIG" >&6
25734else
25735 echo "$as_me:$LINENO: result: no" >&5
25736echo "${ECHO_T}no" >&6
25737fi
25738
25739 min_gtk_version=1.2.3
25740 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25741echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25742 no_gtk=""
25743 if test "$GTK_CONFIG" = "no" ; then
25744 no_gtk=yes
25745 else
25746 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25747 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25748 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25749 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25750 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25751 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25752 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25753 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25754 if test "x$enable_gtktest" = "xyes" ; then
25755 ac_save_CFLAGS="$CFLAGS"
25756 ac_save_LIBS="$LIBS"
25757 CFLAGS="$CFLAGS $GTK_CFLAGS"
25758 LIBS="$GTK_LIBS $LIBS"
25759 rm -f conf.gtktest
25760 if test "$cross_compiling" = yes; then
25761 echo $ac_n "cross compiling; assumed OK... $ac_c"
25762else
25763 cat >conftest.$ac_ext <<_ACEOF
25764/* confdefs.h. */
25765_ACEOF
25766cat confdefs.h >>conftest.$ac_ext
25767cat >>conftest.$ac_ext <<_ACEOF
25768/* end confdefs.h. */
25769
25770#include <gtk/gtk.h>
25771#include <stdio.h>
25772#include <stdlib.h>
25773
25774int
25775main ()
25776{
25777 int major, minor, micro;
25778 char *tmp_version;
25779
25780 system ("touch conf.gtktest");
25781
25782 /* HP/UX 9 (%@#!) writes to sscanf strings */
25783 tmp_version = g_strdup("$min_gtk_version");
25784 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25785 printf("%s, bad version string\n", "$min_gtk_version");
25786 exit(1);
25787 }
25788
25789 if ((gtk_major_version != $gtk_config_major_version) ||
25790 (gtk_minor_version != $gtk_config_minor_version) ||
25791 (gtk_micro_version != $gtk_config_micro_version))
25792 {
25793 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25794 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25795 gtk_major_version, gtk_minor_version, gtk_micro_version);
25796 printf ("*** was found! If gtk-config was correct, then it is best\n");
25797 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25798 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25799 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25800 printf("*** required on your system.\n");
25801 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25802 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25803 printf("*** before re-running configure\n");
25804 }
25805#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25806 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25807 (gtk_minor_version != GTK_MINOR_VERSION) ||
25808 (gtk_micro_version != GTK_MICRO_VERSION))
25809 {
25810 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25811 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25812 printf("*** library (version %d.%d.%d)\n",
25813 gtk_major_version, gtk_minor_version, gtk_micro_version);
25814 }
25815#endif /* defined (GTK_MAJOR_VERSION) ... */
25816 else
25817 {
25818 if ((gtk_major_version > major) ||
25819 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25820 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25821 {
25822 return 0;
25823 }
25824 else
25825 {
25826 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25827 gtk_major_version, gtk_minor_version, gtk_micro_version);
25828 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25829 major, minor, micro);
25830 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25831 printf("***\n");
25832 printf("*** If you have already installed a sufficiently new version, this error\n");
25833 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25834 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25835 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25836 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25837 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25838 printf("*** so that the correct libraries are found at run-time))\n");
25839 }
25840 }
25841 return 1;
25842}
25843
25844_ACEOF
25845rm -f conftest$ac_exeext
25846if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25847 (eval $ac_link) 2>&5
25848 ac_status=$?
25849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25850 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25852 (eval $ac_try) 2>&5
25853 ac_status=$?
25854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25855 (exit $ac_status); }; }; then
25856 :
25857else
25858 echo "$as_me: program exited with status $ac_status" >&5
25859echo "$as_me: failed program was:" >&5
25860sed 's/^/| /' conftest.$ac_ext >&5
25861
25862( exit $ac_status )
25863no_gtk=yes
25864fi
ac1cb8d3 25865rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25866fi
25867 CFLAGS="$ac_save_CFLAGS"
25868 LIBS="$ac_save_LIBS"
25869 fi
25870 fi
25871 if test "x$no_gtk" = x ; then
25872 echo "$as_me:$LINENO: result: yes" >&5
25873echo "${ECHO_T}yes" >&6
25874 wx_cv_lib_gtk=1.2.3
25875 else
25876 echo "$as_me:$LINENO: result: no" >&5
25877echo "${ECHO_T}no" >&6
25878 if test "$GTK_CONFIG" = "no" ; then
25879 echo "*** The gtk-config script installed by GTK could not be found"
25880 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25881 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25882 echo "*** full path to gtk-config."
25883 else
25884 if test -f conf.gtktest ; then
25885 :
25886 else
25887 echo "*** Could not run GTK test program, checking why..."
25888 CFLAGS="$CFLAGS $GTK_CFLAGS"
25889 LIBS="$LIBS $GTK_LIBS"
25890 cat >conftest.$ac_ext <<_ACEOF
25891/* confdefs.h. */
25892_ACEOF
25893cat confdefs.h >>conftest.$ac_ext
25894cat >>conftest.$ac_ext <<_ACEOF
25895/* end confdefs.h. */
25896
25897#include <gtk/gtk.h>
25898#include <stdio.h>
25899
25900int
25901main ()
25902{
25903 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25904 ;
25905 return 0;
25906}
25907_ACEOF
25908rm -f conftest.$ac_objext conftest$ac_exeext
25909if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25910 (eval $ac_link) 2>conftest.er1
a848cd7e 25911 ac_status=$?
ac1cb8d3
VS
25912 grep -v '^ *+' conftest.er1 >conftest.err
25913 rm -f conftest.er1
25914 cat conftest.err >&5
a848cd7e
SC
25915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25916 (exit $ac_status); } &&
6ebeb4c7 25917 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25919 (eval $ac_try) 2>&5
25920 ac_status=$?
25921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25922 (exit $ac_status); }; } &&
25923 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25925 (eval $ac_try) 2>&5
25926 ac_status=$?
25927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25928 (exit $ac_status); }; }; then
25929 echo "*** The test program compiled, but did not run. This usually means"
25930 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25931 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25932 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25933 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25934 echo "*** is required on your system"
25935 echo "***"
25936 echo "*** If you have an old version installed, it is best to remove it, although"
25937 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25938 echo "***"
25939 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25940 echo "*** came with the system with the command"
25941 echo "***"
25942 echo "*** rpm --erase --nodeps gtk gtk-devel"
25943else
25944 echo "$as_me: failed program was:" >&5
25945sed 's/^/| /' conftest.$ac_ext >&5
25946
25947 echo "*** The test program failed to compile or link. See the file config.log for the"
25948 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25949 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25950 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25951fi
ac1cb8d3
VS
25952rm -f conftest.err conftest.$ac_objext \
25953 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25954 CFLAGS="$ac_save_CFLAGS"
25955 LIBS="$ac_save_LIBS"
25956 fi
25957 fi
25958 GTK_CFLAGS=""
25959 GTK_LIBS=""
25960 :
25961 fi
25962
25963
25964 rm -f conf.gtktest
25965
f34ca037 25966 fi
a848cd7e
SC
25967 fi
25968 fi
25969
25970 if test -z "$wx_cv_lib_gtk"; then
25971 wx_cv_lib_gtk=none
25972 else
25973 wx_cv_cflags_gtk=$GTK_CFLAGS
d2822091 25974 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
a848cd7e
SC
25975 fi
25976
25977
25978fi
25979
25980
25981 if test "$gtk_version_cached" = 1; then
25982 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25983echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25984 fi
25985
25986 case "$wx_cv_lib_gtk" in
25987 2.0) WXGTK20=1
25988 TOOLKIT_VERSION=2
25989 ;;
25990 1.2.7) WXGTK127=1
25991 WXGTK12=1
25992 ;;
25993 1.2.3) WXGTK12=1
25994 ;;
25995 *) { { echo "$as_me:$LINENO: error:
f597b41c
MW
25996The development files for GTK+ were not found. For GTK+ 2, please
25997ensure that pkg-config is in the path and that gtk+-2.0.pc is
25998installed. For GTK+ 1.2 please check that gtk-config is in the path,
25999and that the version is 1.2.3 or above. Also check that the
26000libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26001--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
26002 " >&5
26003echo "$as_me: error:
f597b41c
MW
26004The development files for GTK+ were not found. For GTK+ 2, please
26005ensure that pkg-config is in the path and that gtk+-2.0.pc is
26006installed. For GTK+ 1.2 please check that gtk-config is in the path,
26007and that the version is 1.2.3 or above. Also check that the
26008libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26009--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
26010 " >&2;}
26011 { (exit 1); exit 1; }; }
26012 ;;
26013 esac
26014
26015 if test "$WXGTK20" = 1; then
304205f1
VS
26016 save_CFLAGS="$CFLAGS"
26017 save_LIBS="$LIBS"
9d271838 26018 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
abc736fd 26019 LIBS="$LIBS $wx_cv_libs_gtk"
304205f1 26020
d12aef51
VZ
26021 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
26022echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
26023 cat >conftest.$ac_ext <<_ACEOF
304205f1
VS
26024/* confdefs.h. */
26025_ACEOF
26026cat confdefs.h >>conftest.$ac_ext
26027cat >>conftest.$ac_ext <<_ACEOF
26028/* end confdefs.h. */
304205f1 26029
d12aef51 26030 #include <gtk/gtk.h>
304205f1 26031
d12aef51
VZ
26032int
26033main ()
26034{
304205f1 26035
d12aef51 26036 void *f = gtk_icon_size_lookup;
abc736fd
MW
26037
26038 ;
26039 return 0;
26040}
26041_ACEOF
26042rm -f conftest.$ac_objext
26043if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26044 (eval $ac_compile) 2>conftest.er1
26045 ac_status=$?
26046 grep -v '^ *+' conftest.er1 >conftest.err
26047 rm -f conftest.er1
26048 cat conftest.err >&5
26049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26050 (exit $ac_status); } &&
6ebeb4c7 26051 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
abc736fd
MW
26052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26053 (eval $ac_try) 2>&5
26054 ac_status=$?
26055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26056 (exit $ac_status); }; } &&
26057 { ac_try='test -s conftest.$ac_objext'
26058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26059 (eval $ac_try) 2>&5
26060 ac_status=$?
26061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26062 (exit $ac_status); }; }; then
26063
26064 echo "$as_me:$LINENO: result: no" >&5
26065echo "${ECHO_T}no" >&6
26066
26067else
26068 echo "$as_me: failed program was:" >&5
26069sed 's/^/| /' conftest.$ac_ext >&5
26070
26071
26072 cat >>confdefs.h <<\_ACEOF
26073#define NEED_GTK_ICON_SIZE_LOOKUP 1
26074_ACEOF
26075
26076 echo "$as_me:$LINENO: result: yes" >&5
26077echo "${ECHO_T}yes" >&6
26078
26079fi
26080rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26081
9755e73b
VS
26082 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
26083echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
26084 cat >conftest.$ac_ext <<_ACEOF
26085/* confdefs.h. */
26086_ACEOF
26087cat confdefs.h >>conftest.$ac_ext
26088cat >>conftest.$ac_ext <<_ACEOF
26089/* end confdefs.h. */
26090
26091 #include <gtk/gtk.h>
26092
26093int
26094main ()
26095{
26096
26097 #if !GTK_CHECK_VERSION(2,4,0)
04e525a0 26098 Not GTK+ 2.4
9755e73b
VS
26099 #endif
26100
26101 ;
26102 return 0;
26103}
26104_ACEOF
26105rm -f conftest.$ac_objext
26106if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26107 (eval $ac_compile) 2>conftest.er1
26108 ac_status=$?
26109 grep -v '^ *+' conftest.er1 >conftest.err
26110 rm -f conftest.er1
26111 cat conftest.err >&5
26112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26113 (exit $ac_status); } &&
6ebeb4c7 26114 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9755e73b
VS
26115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26116 (eval $ac_try) 2>&5
26117 ac_status=$?
26118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26119 (exit $ac_status); }; } &&
26120 { ac_try='test -s conftest.$ac_objext'
26121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26122 (eval $ac_try) 2>&5
26123 ac_status=$?
26124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26125 (exit $ac_status); }; }; then
26126
26127 cat >>confdefs.h <<\_ACEOF
26128#define __WXGTK24__ 1
26129_ACEOF
26130
26131 echo "$as_me:$LINENO: result: yes" >&5
26132echo "${ECHO_T}yes" >&6
26133
26134else
26135 echo "$as_me: failed program was:" >&5
26136sed 's/^/| /' conftest.$ac_ext >&5
26137
26138
26139 echo "$as_me:$LINENO: result: no" >&5
26140echo "${ECHO_T}no" >&6
26141
26142fi
26143rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26144
304205f1
VS
26145 CFLAGS="$save_CFLAGS"
26146 LIBS="$save_LIBS"
a848cd7e
SC
26147 else
26148 if test "$wxUSE_UNICODE" = "yes"; then
26149 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
26150echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
26151 wxUSE_UNICODE=no
26152 fi
26153 fi
26154
26155 if test "$USE_DARWIN" != 1; then
26156
26157for ac_func in poll
26158do
26159as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26160echo "$as_me:$LINENO: checking for $ac_func" >&5
26161echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26162if eval "test \"\${$as_ac_var+set}\" = set"; then
26163 echo $ECHO_N "(cached) $ECHO_C" >&6
26164else
26165 cat >conftest.$ac_ext <<_ACEOF
26166/* confdefs.h. */
26167_ACEOF
26168cat confdefs.h >>conftest.$ac_ext
26169cat >>conftest.$ac_ext <<_ACEOF
26170/* end confdefs.h. */
ac1cb8d3
VS
26171/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26172 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26173#define $ac_func innocuous_$ac_func
26174
a848cd7e
SC
26175/* System header to define __stub macros and hopefully few prototypes,
26176 which can conflict with char $ac_func (); below.
26177 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26178 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 26179
a848cd7e
SC
26180#ifdef __STDC__
26181# include <limits.h>
26182#else
26183# include <assert.h>
26184#endif
ac1cb8d3
VS
26185
26186#undef $ac_func
26187
a848cd7e
SC
26188/* Override any gcc2 internal prototype to avoid an error. */
26189#ifdef __cplusplus
26190extern "C"
26191{
26192#endif
26193/* We use char because int might match the return type of a gcc2
26194 builtin and then its argument prototype would still apply. */
26195char $ac_func ();
26196/* The GNU C library defines this for functions which it implements
26197 to always fail with ENOSYS. Some functions are actually named
26198 something starting with __ and the normal name is an alias. */
26199#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26200choke me
26201#else
26202char (*f) () = $ac_func;
26203#endif
26204#ifdef __cplusplus
26205}
26206#endif
26207
26208int
26209main ()
26210{
26211return f != $ac_func;
26212 ;
26213 return 0;
26214}
26215_ACEOF
26216rm -f conftest.$ac_objext conftest$ac_exeext
26217if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26218 (eval $ac_link) 2>conftest.er1
a848cd7e 26219 ac_status=$?
ac1cb8d3
VS
26220 grep -v '^ *+' conftest.er1 >conftest.err
26221 rm -f conftest.er1
26222 cat conftest.err >&5
a848cd7e
SC
26223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26224 (exit $ac_status); } &&
6ebeb4c7 26225 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26227 (eval $ac_try) 2>&5
26228 ac_status=$?
26229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26230 (exit $ac_status); }; } &&
26231 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26233 (eval $ac_try) 2>&5
26234 ac_status=$?
26235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26236 (exit $ac_status); }; }; then
26237 eval "$as_ac_var=yes"
26238else
26239 echo "$as_me: failed program was:" >&5
26240sed 's/^/| /' conftest.$ac_ext >&5
26241
26242eval "$as_ac_var=no"
26243fi
ac1cb8d3
VS
26244rm -f conftest.err conftest.$ac_objext \
26245 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26246fi
26247echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26248echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26249if test `eval echo '${'$as_ac_var'}'` = yes; then
26250 cat >>confdefs.h <<_ACEOF
26251#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26252_ACEOF
26253
26254fi
26255done
26256
26257 fi
26258
26259 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
26260 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
26261
26262 AFMINSTALL=afminstall
26263 TOOLKIT=GTK
26264 GUIDIST=GTK_DIST
26265
26266 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
26267echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
26268if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
26269 echo $ECHO_N "(cached) $ECHO_C" >&6
26270else
26271 ac_check_lib_save_LIBS=$LIBS
26272LIBS="-lgdk $LIBS"
26273cat >conftest.$ac_ext <<_ACEOF
26274/* confdefs.h. */
26275_ACEOF
26276cat confdefs.h >>conftest.$ac_ext
26277cat >>conftest.$ac_ext <<_ACEOF
26278/* end confdefs.h. */
26279
26280/* Override any gcc2 internal prototype to avoid an error. */
26281#ifdef __cplusplus
26282extern "C"
26283#endif
26284/* We use char because int might match the return type of a gcc2
26285 builtin and then its argument prototype would still apply. */
26286char gdk_im_open ();
26287int
26288main ()
26289{
26290gdk_im_open ();
26291 ;
26292 return 0;
26293}
26294_ACEOF
26295rm -f conftest.$ac_objext conftest$ac_exeext
26296if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26297 (eval $ac_link) 2>conftest.er1
a848cd7e 26298 ac_status=$?
ac1cb8d3
VS
26299 grep -v '^ *+' conftest.er1 >conftest.err
26300 rm -f conftest.er1
26301 cat conftest.err >&5
a848cd7e
SC
26302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26303 (exit $ac_status); } &&
6ebeb4c7 26304 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26306 (eval $ac_try) 2>&5
26307 ac_status=$?
26308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26309 (exit $ac_status); }; } &&
26310 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26312 (eval $ac_try) 2>&5
26313 ac_status=$?
26314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26315 (exit $ac_status); }; }; then
26316 ac_cv_lib_gdk_gdk_im_open=yes
26317else
26318 echo "$as_me: failed program was:" >&5
26319sed 's/^/| /' conftest.$ac_ext >&5
26320
26321ac_cv_lib_gdk_gdk_im_open=no
26322fi
ac1cb8d3
VS
26323rm -f conftest.err conftest.$ac_objext \
26324 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26325LIBS=$ac_check_lib_save_LIBS
26326fi
26327echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
26328echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
26329if test $ac_cv_lib_gdk_gdk_im_open = yes; then
26330 cat >>confdefs.h <<\_ACEOF
26331#define HAVE_XIM 1
26332_ACEOF
26333
26334fi
26335
26336
26337
26338 if test "$wxUSE_GPE" = "yes"; then
26339 echo "$as_me:$LINENO: checking for gpewidget library" >&5
26340echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
26341
0ad5d837
VZ
26342
26343 ac_find_libraries=
26344 for ac_dir in $SEARCH_LIB;
a848cd7e 26345 do
3eca31dc 26346 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
26347 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26348 ac_find_libraries=$ac_dir
26349 break 2
26350 fi
26351 done
26352 done
26353
0ad5d837
VZ
26354 if test "x$ac_find_libraries" = "x" ; then
26355
26356 ac_find_libraries=
26357 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
26358 do
26359 for ac_extension in a so sl dylib dll.a; do
26360 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26361 ac_find_libraries=$ac_dir
26362 break 2
26363 fi
26364 done
26365 done
26366
26367 if test "x$ac_find_libraries" != "x" ; then
26368 ac_find_libraries="default location"
26369 fi
26370 fi
26371
a848cd7e
SC
26372 if test "$ac_find_libraries" != "" ; then
26373
0ad5d837 26374 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
26375 ac_path_to_link=""
26376 else
0ad5d837
VZ
26377 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
26378 result=$?
26379 if test $result = 0; then
26380 ac_path_to_link=""
26381 else
26382 ac_path_to_link=" -L$ac_find_libraries"
26383 fi
a848cd7e
SC
26384 fi
26385
26386 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
26387 WXGPE=1
0ad5d837
VZ
26388 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
26389echo "${ECHO_T}found in $ac_find_libraries" >&6
a848cd7e
SC
26390 else
26391 echo "$as_me:$LINENO: result: not found" >&5
26392echo "${ECHO_T}not found" >&6
26393 fi
26394
26395 fi
26396 fi
26397
26398 if test "$wxUSE_MGL" = 1; then
26399 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
26400echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
26401 if test "x$MGL_ROOT" = x ; then
26402 echo "$as_me:$LINENO: result: not found" >&5
26403echo "${ECHO_T}not found" >&6
26404 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
26405echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
26406 { (exit 1); exit 1; }; }
26407 else
26408 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
26409echo "${ECHO_T}$MGL_ROOT" >&6
26410 fi
26411
26412 echo "$as_me:$LINENO: checking for libmgl location" >&5
26413echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
26414 case "${host}" in
26415 *-*-linux* )
26416 if test "x$wxUSE_SHARED" = xyes ; then
26417 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
26418 else
26419 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
26420 fi
26421 ;;
26422 *-pc-msdosdjgpp )
26423 mgl_os_candidates="dos32/dj2"
26424 ;;
26425 *)
26426 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
26427echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
26428 { (exit 1); exit 1; }; }
26429 esac
26430
26431 mgl_lib_type=""
26432 mgl_os=""
26433
26434 for mgl_os_i in $mgl_os_candidates ; do
26435 if test "x$mgl_os" = x ; then
26436 if test "$wxUSE_DEBUG_FLAG" = yes ; then
26437 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
26438 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
26439 mgl_lib_type=debug
26440 mgl_os=$mgl_os_i
26441 fi
26442 fi
26443 if test "x$mgl_lib_type" = x ; then
26444 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
26445 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
26446 mgl_lib_type=release
26447 mgl_os=$mgl_os_i
26448 fi
26449 fi
26450 fi
26451 done
26452
26453 if test "x$mgl_os" = x ; then
26454 echo "$as_me:$LINENO: result: not found" >&5
26455echo "${ECHO_T}not found" >&6
26456 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
26457echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
26458 { (exit 1); exit 1; }; }
26459 fi
26460 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
26461echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
26462
26463 wxUSE_UNIVERSAL="yes"
26464
26465 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
26466 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
26467
26468 AFMINSTALL=afminstall
26469 TOOLKIT=MGL
26470 GUIDIST=MGL_DIST
26471 fi
26472
26473 if test "$wxUSE_MICROWIN" = 1; then
26474 echo "$as_me:$LINENO: checking for MicroWindows" >&5
26475echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
26476 if test "x$MICROWINDOWS" = x ; then
26477 echo "$as_me:$LINENO: result: not found" >&5
26478echo "${ECHO_T}not found" >&6
26479 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
26480echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
26481 { (exit 1); exit 1; }; }
26482 else
26483 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
26484echo "${ECHO_T}$MICROWINDOWS" >&6
26485 fi
26486
26487 if test -f $MICROWINDOWS/lib/libmwin.a; then
26488 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
26489echo "${ECHO_T}MicroWindows' libraries found." >&6
26490 else
26491 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
26492echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
26493 { (exit 1); exit 1; }; }
26494 fi
26495
26496 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
26497 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
26498
26499 wxUSE_UNIVERSAL="yes"
26500
26501 AFMINSTALL=afminstall
26502 TOOLKIT=MICROWIN
26503 GUIDIST=MICROWIN_DIST
26504
26505 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
26506 fi
26507
74b84332 26508 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
6ebeb4c7
VZ
26509
26510if test "x$ac_path_x_has_been_run" != xyes; then
26511 echo "$as_me:$LINENO: checking for X" >&5
a848cd7e
SC
26512echo $ECHO_N "checking for X... $ECHO_C" >&6
26513
6ebeb4c7 26514ac_path_x_has_been_run=yes
a848cd7e
SC
26515
26516# Check whether --with-x or --without-x was given.
26517if test "${with_x+set}" = set; then
26518 withval="$with_x"
26519
26520fi;
26521# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
26522if test "x$with_x" = xno; then
26523 # The user explicitly disabled X.
26524 have_x=disabled
26525else
26526 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
26527 # Both variables are already set.
26528 have_x=yes
26529 else
26530 if test "${ac_cv_have_x+set}" = set; then
26531 echo $ECHO_N "(cached) $ECHO_C" >&6
26532else
26533 # One or both of the vars are not set, and there is no cached value.
26534ac_x_includes=no ac_x_libraries=no
26535rm -fr conftest.dir
26536if mkdir conftest.dir; then
26537 cd conftest.dir
26538 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
26539 cat >Imakefile <<'_ACEOF'
26540acfindx:
26541 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
26542_ACEOF
26543 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
26544 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
26545 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
26546 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
26547 for ac_extension in a so sl; do
26548 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
ac1cb8d3
VS
26549 test -f $ac_im_libdir/libX11.$ac_extension; then
26550 ac_im_usrlibdir=$ac_im_libdir; break
a848cd7e
SC
26551 fi
26552 done
26553 # Screen out bogus values from the imake configuration. They are
26554 # bogus both because they are the default anyway, and because
26555 # using them would break gcc on systems where it needs fixed includes.
26556 case $ac_im_incroot in
26557 /usr/include) ;;
26558 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
26559 esac
26560 case $ac_im_usrlibdir in
26561 /usr/lib | /lib) ;;
26562 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
26563 esac
26564 fi
26565 cd ..
26566 rm -fr conftest.dir
26567fi
26568
26569# Standard set of common directories for X headers.
26570# Check X11 before X11Rn because it is often a symlink to the current release.
26571ac_x_header_dirs='
26572/usr/X11/include
26573/usr/X11R6/include
26574/usr/X11R5/include
26575/usr/X11R4/include
26576
26577/usr/include/X11
26578/usr/include/X11R6
26579/usr/include/X11R5
26580/usr/include/X11R4
26581
26582/usr/local/X11/include
26583/usr/local/X11R6/include
26584/usr/local/X11R5/include
26585/usr/local/X11R4/include
26586
26587/usr/local/include/X11
26588/usr/local/include/X11R6
26589/usr/local/include/X11R5
26590/usr/local/include/X11R4
26591
26592/usr/X386/include
26593/usr/x386/include
26594/usr/XFree86/include/X11
26595
26596/usr/include
26597/usr/local/include
26598/usr/unsupported/include
26599/usr/athena/include
26600/usr/local/x11r5/include
26601/usr/lpp/Xamples/include
26602
26603/usr/openwin/include
26604/usr/openwin/share/include'
26605
26606if test "$ac_x_includes" = no; then
6ebeb4c7 26607 # Guess where to find include files, by looking for a specified header file.
a848cd7e
SC
26608 # First, try using that file with no special directory specified.
26609 cat >conftest.$ac_ext <<_ACEOF
26610/* confdefs.h. */
26611_ACEOF
26612cat confdefs.h >>conftest.$ac_ext
26613cat >>conftest.$ac_ext <<_ACEOF
26614/* end confdefs.h. */
26615#include <X11/Intrinsic.h>
26616_ACEOF
26617if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26618 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26619 ac_status=$?
26620 grep -v '^ *+' conftest.er1 >conftest.err
26621 rm -f conftest.er1
26622 cat conftest.err >&5
26623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26624 (exit $ac_status); } >/dev/null; then
26625 if test -s conftest.err; then
26626 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 26627 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
26628 else
26629 ac_cpp_err=
26630 fi
26631else
26632 ac_cpp_err=yes
26633fi
26634if test -z "$ac_cpp_err"; then
26635 # We can compile using X headers with no special include directory.
26636ac_x_includes=
26637else
26638 echo "$as_me: failed program was:" >&5
26639sed 's/^/| /' conftest.$ac_ext >&5
26640
26641 for ac_dir in $ac_x_header_dirs; do
26642 if test -r "$ac_dir/X11/Intrinsic.h"; then
26643 ac_x_includes=$ac_dir
26644 break
26645 fi
26646done
26647fi
26648rm -f conftest.err conftest.$ac_ext
26649fi # $ac_x_includes = no
26650
26651if test "$ac_x_libraries" = no; then
26652 # Check for the libraries.
26653 # See if we find them without any special options.
26654 # Don't add to $LIBS permanently.
26655 ac_save_LIBS=$LIBS
26656 LIBS="-lXt $LIBS"
26657 cat >conftest.$ac_ext <<_ACEOF
26658/* confdefs.h. */
26659_ACEOF
26660cat confdefs.h >>conftest.$ac_ext
26661cat >>conftest.$ac_ext <<_ACEOF
26662/* end confdefs.h. */
26663#include <X11/Intrinsic.h>
26664int
26665main ()
26666{
26667XtMalloc (0)
26668 ;
26669 return 0;
26670}
26671_ACEOF
26672rm -f conftest.$ac_objext conftest$ac_exeext
26673if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26674 (eval $ac_link) 2>conftest.er1
a848cd7e 26675 ac_status=$?
ac1cb8d3
VS
26676 grep -v '^ *+' conftest.er1 >conftest.err
26677 rm -f conftest.er1
26678 cat conftest.err >&5
a848cd7e
SC
26679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26680 (exit $ac_status); } &&
6ebeb4c7 26681 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26683 (eval $ac_try) 2>&5
26684 ac_status=$?
26685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26686 (exit $ac_status); }; } &&
26687 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26689 (eval $ac_try) 2>&5
26690 ac_status=$?
26691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26692 (exit $ac_status); }; }; then
26693 LIBS=$ac_save_LIBS
26694# We can link X programs with no special library path.
26695ac_x_libraries=
26696else
26697 echo "$as_me: failed program was:" >&5
26698sed 's/^/| /' conftest.$ac_ext >&5
26699
26700LIBS=$ac_save_LIBS
26701for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
26702do
26703 # Don't even attempt the hair of trying to link an X program!
26704 for ac_extension in a so sl; do
26705 if test -r $ac_dir/libXt.$ac_extension; then
26706 ac_x_libraries=$ac_dir
26707 break 2
26708 fi
26709 done
26710done
26711fi
ac1cb8d3
VS
26712rm -f conftest.err conftest.$ac_objext \
26713 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26714fi # $ac_x_libraries = no
26715
26716if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
26717 # Didn't find X anywhere. Cache the known absence of X.
26718 ac_cv_have_x="have_x=no"
26719else
26720 # Record where we found X for the cache.
26721 ac_cv_have_x="have_x=yes \
ac1cb8d3 26722 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
a848cd7e
SC
26723fi
26724fi
26725
26726 fi
26727 eval "$ac_cv_have_x"
26728fi # $with_x != no
26729
26730if test "$have_x" != yes; then
26731 echo "$as_me:$LINENO: result: $have_x" >&5
26732echo "${ECHO_T}$have_x" >&6
26733 no_x=yes
26734else
26735 # If each of the values was on the command line, it overrides each guess.
26736 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
26737 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
26738 # Update the cache value to reflect the command line values.
26739 ac_cv_have_x="have_x=yes \
26740 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
6ebeb4c7
VZ
26741 # It might be that x_includes is empty (headers are found in the
26742 # standard search path. Then output the corresponding message
26743 ac_out_x_includes=$x_includes
26744 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
26745 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
26746echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
a848cd7e
SC
26747fi
26748
6ebeb4c7 26749fi
a848cd7e
SC
26750if test "$no_x" = yes; then
26751 # Not all programs may use this symbol, but it does not hurt to define it.
26752
26753cat >>confdefs.h <<\_ACEOF
26754#define X_DISPLAY_MISSING 1
26755_ACEOF
26756
26757 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
26758else
26759 if test -n "$x_includes"; then
26760 X_CFLAGS="$X_CFLAGS -I$x_includes"
26761 fi
26762
26763 # It would also be nice to do this for all -L options, not just this one.
26764 if test -n "$x_libraries"; then
26765 X_LIBS="$X_LIBS -L$x_libraries"
26766 # For Solaris; some versions of Sun CC require a space after -R and
26767 # others require no space. Words are not sufficient . . . .
26768 case `(uname -sr) 2>/dev/null` in
26769 "SunOS 5"*)
26770 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
26771echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
26772 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
26773 cat >conftest.$ac_ext <<_ACEOF
26774/* confdefs.h. */
26775_ACEOF
26776cat confdefs.h >>conftest.$ac_ext
26777cat >>conftest.$ac_ext <<_ACEOF
26778/* end confdefs.h. */
26779
26780int
26781main ()
26782{
26783
26784 ;
26785 return 0;
26786}
26787_ACEOF
26788rm -f conftest.$ac_objext conftest$ac_exeext
26789if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26790 (eval $ac_link) 2>conftest.er1
a848cd7e 26791 ac_status=$?
ac1cb8d3
VS
26792 grep -v '^ *+' conftest.er1 >conftest.err
26793 rm -f conftest.er1
26794 cat conftest.err >&5
a848cd7e
SC
26795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26796 (exit $ac_status); } &&
6ebeb4c7 26797 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26799 (eval $ac_try) 2>&5
26800 ac_status=$?
26801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26802 (exit $ac_status); }; } &&
26803 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26805 (eval $ac_try) 2>&5
26806 ac_status=$?
26807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26808 (exit $ac_status); }; }; then
26809 ac_R_nospace=yes
26810else
26811 echo "$as_me: failed program was:" >&5
26812sed 's/^/| /' conftest.$ac_ext >&5
26813
26814ac_R_nospace=no
26815fi
ac1cb8d3
VS
26816rm -f conftest.err conftest.$ac_objext \
26817 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26818 if test $ac_R_nospace = yes; then
26819 echo "$as_me:$LINENO: result: no" >&5
26820echo "${ECHO_T}no" >&6
26821 X_LIBS="$X_LIBS -R$x_libraries"
26822 else
26823 LIBS="$ac_xsave_LIBS -R $x_libraries"
26824 cat >conftest.$ac_ext <<_ACEOF
26825/* confdefs.h. */
26826_ACEOF
26827cat confdefs.h >>conftest.$ac_ext
26828cat >>conftest.$ac_ext <<_ACEOF
26829/* end confdefs.h. */
26830
26831int
26832main ()
26833{
26834
26835 ;
26836 return 0;
26837}
26838_ACEOF
26839rm -f conftest.$ac_objext conftest$ac_exeext
26840if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26841 (eval $ac_link) 2>conftest.er1
a848cd7e 26842 ac_status=$?
ac1cb8d3
VS
26843 grep -v '^ *+' conftest.er1 >conftest.err
26844 rm -f conftest.er1
26845 cat conftest.err >&5
a848cd7e
SC
26846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26847 (exit $ac_status); } &&
6ebeb4c7 26848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26850 (eval $ac_try) 2>&5
26851 ac_status=$?
26852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26853 (exit $ac_status); }; } &&
26854 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26856 (eval $ac_try) 2>&5
26857 ac_status=$?
26858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26859 (exit $ac_status); }; }; then
26860 ac_R_space=yes
26861else
26862 echo "$as_me: failed program was:" >&5
26863sed 's/^/| /' conftest.$ac_ext >&5
26864
26865ac_R_space=no
26866fi
ac1cb8d3
VS
26867rm -f conftest.err conftest.$ac_objext \
26868 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26869 if test $ac_R_space = yes; then
26870 echo "$as_me:$LINENO: result: yes" >&5
26871echo "${ECHO_T}yes" >&6
26872 X_LIBS="$X_LIBS -R $x_libraries"
26873 else
26874 echo "$as_me:$LINENO: result: neither works" >&5
26875echo "${ECHO_T}neither works" >&6
26876 fi
26877 fi
26878 LIBS=$ac_xsave_LIBS
26879 esac
26880 fi
26881
26882 # Check for system-dependent libraries X programs must link with.
26883 # Do this before checking for the system-independent R6 libraries
26884 # (-lICE), since we may need -lsocket or whatever for X linking.
26885
26886 if test "$ISC" = yes; then
26887 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
26888 else
26889 # Martyn Johnson says this is needed for Ultrix, if the X
26890 # libraries were built with DECnet support. And Karl Berry says
26891 # the Alpha needs dnet_stub (dnet does not exist).
26892 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
26893 cat >conftest.$ac_ext <<_ACEOF
26894/* confdefs.h. */
26895_ACEOF
26896cat confdefs.h >>conftest.$ac_ext
26897cat >>conftest.$ac_ext <<_ACEOF
26898/* end confdefs.h. */
26899
26900/* Override any gcc2 internal prototype to avoid an error. */
26901#ifdef __cplusplus
26902extern "C"
26903#endif
26904/* We use char because int might match the return type of a gcc2
26905 builtin and then its argument prototype would still apply. */
26906char XOpenDisplay ();
26907int
26908main ()
26909{
26910XOpenDisplay ();
26911 ;
26912 return 0;
26913}
26914_ACEOF
26915rm -f conftest.$ac_objext conftest$ac_exeext
26916if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26917 (eval $ac_link) 2>conftest.er1
a848cd7e 26918 ac_status=$?
ac1cb8d3
VS
26919 grep -v '^ *+' conftest.er1 >conftest.err
26920 rm -f conftest.er1
26921 cat conftest.err >&5
a848cd7e
SC
26922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26923 (exit $ac_status); } &&
6ebeb4c7 26924 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26926 (eval $ac_try) 2>&5
26927 ac_status=$?
26928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26929 (exit $ac_status); }; } &&
26930 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26932 (eval $ac_try) 2>&5
26933 ac_status=$?
26934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26935 (exit $ac_status); }; }; then
26936 :
26937else
26938 echo "$as_me: failed program was:" >&5
26939sed 's/^/| /' conftest.$ac_ext >&5
26940
26941echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26942echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26943if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26944 echo $ECHO_N "(cached) $ECHO_C" >&6
26945else
26946 ac_check_lib_save_LIBS=$LIBS
26947LIBS="-ldnet $LIBS"
26948cat >conftest.$ac_ext <<_ACEOF
26949/* confdefs.h. */
26950_ACEOF
26951cat confdefs.h >>conftest.$ac_ext
26952cat >>conftest.$ac_ext <<_ACEOF
26953/* end confdefs.h. */
26954
26955/* Override any gcc2 internal prototype to avoid an error. */
26956#ifdef __cplusplus
26957extern "C"
26958#endif
26959/* We use char because int might match the return type of a gcc2
26960 builtin and then its argument prototype would still apply. */
26961char dnet_ntoa ();
26962int
26963main ()
26964{
26965dnet_ntoa ();
26966 ;
26967 return 0;
26968}
26969_ACEOF
26970rm -f conftest.$ac_objext conftest$ac_exeext
26971if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26972 (eval $ac_link) 2>conftest.er1
a848cd7e 26973 ac_status=$?
ac1cb8d3
VS
26974 grep -v '^ *+' conftest.er1 >conftest.err
26975 rm -f conftest.er1
26976 cat conftest.err >&5
a848cd7e
SC
26977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26978 (exit $ac_status); } &&
6ebeb4c7 26979 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26981 (eval $ac_try) 2>&5
26982 ac_status=$?
26983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26984 (exit $ac_status); }; } &&
26985 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26987 (eval $ac_try) 2>&5
26988 ac_status=$?
26989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26990 (exit $ac_status); }; }; then
26991 ac_cv_lib_dnet_dnet_ntoa=yes
26992else
26993 echo "$as_me: failed program was:" >&5
26994sed 's/^/| /' conftest.$ac_ext >&5
26995
26996ac_cv_lib_dnet_dnet_ntoa=no
26997fi
ac1cb8d3
VS
26998rm -f conftest.err conftest.$ac_objext \
26999 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27000LIBS=$ac_check_lib_save_LIBS
27001fi
27002echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
27003echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
27004if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
27005 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
27006fi
27007
27008 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
27009 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
27010echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
27011if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
27012 echo $ECHO_N "(cached) $ECHO_C" >&6
27013else
27014 ac_check_lib_save_LIBS=$LIBS
27015LIBS="-ldnet_stub $LIBS"
27016cat >conftest.$ac_ext <<_ACEOF
27017/* confdefs.h. */
27018_ACEOF
27019cat confdefs.h >>conftest.$ac_ext
27020cat >>conftest.$ac_ext <<_ACEOF
27021/* end confdefs.h. */
27022
27023/* Override any gcc2 internal prototype to avoid an error. */
27024#ifdef __cplusplus
27025extern "C"
27026#endif
27027/* We use char because int might match the return type of a gcc2
27028 builtin and then its argument prototype would still apply. */
27029char dnet_ntoa ();
27030int
27031main ()
27032{
27033dnet_ntoa ();
27034 ;
27035 return 0;
27036}
27037_ACEOF
27038rm -f conftest.$ac_objext conftest$ac_exeext
27039if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27040 (eval $ac_link) 2>conftest.er1
a848cd7e 27041 ac_status=$?
ac1cb8d3
VS
27042 grep -v '^ *+' conftest.er1 >conftest.err
27043 rm -f conftest.er1
27044 cat conftest.err >&5
a848cd7e
SC
27045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27046 (exit $ac_status); } &&
6ebeb4c7 27047 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27049 (eval $ac_try) 2>&5
27050 ac_status=$?
27051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27052 (exit $ac_status); }; } &&
27053 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27055 (eval $ac_try) 2>&5
27056 ac_status=$?
27057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27058 (exit $ac_status); }; }; then
27059 ac_cv_lib_dnet_stub_dnet_ntoa=yes
27060else
27061 echo "$as_me: failed program was:" >&5
27062sed 's/^/| /' conftest.$ac_ext >&5
27063
27064ac_cv_lib_dnet_stub_dnet_ntoa=no
27065fi
ac1cb8d3
VS
27066rm -f conftest.err conftest.$ac_objext \
27067 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27068LIBS=$ac_check_lib_save_LIBS
27069fi
27070echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
27071echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
27072if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
27073 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
27074fi
27075
27076 fi
27077fi
ac1cb8d3
VS
27078rm -f conftest.err conftest.$ac_objext \
27079 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27080 LIBS="$ac_xsave_LIBS"
27081
27082 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
27083 # to get the SysV transport functions.
27084 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
27085 # needs -lnsl.
27086 # The nsl library prevents programs from opening the X display
27087 # on Irix 5.2, according to T.E. Dickey.
27088 # The functions gethostbyname, getservbyname, and inet_addr are
27089 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
27090 echo "$as_me:$LINENO: checking for gethostbyname" >&5
27091echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
27092if test "${ac_cv_func_gethostbyname+set}" = set; then
27093 echo $ECHO_N "(cached) $ECHO_C" >&6
27094else
27095 cat >conftest.$ac_ext <<_ACEOF
27096/* confdefs.h. */
27097_ACEOF
27098cat confdefs.h >>conftest.$ac_ext
27099cat >>conftest.$ac_ext <<_ACEOF
27100/* end confdefs.h. */
ac1cb8d3
VS
27101/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
27102 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27103#define gethostbyname innocuous_gethostbyname
27104
a848cd7e
SC
27105/* System header to define __stub macros and hopefully few prototypes,
27106 which can conflict with char gethostbyname (); below.
27107 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27108 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27109
a848cd7e
SC
27110#ifdef __STDC__
27111# include <limits.h>
27112#else
27113# include <assert.h>
27114#endif
ac1cb8d3
VS
27115
27116#undef gethostbyname
27117
a848cd7e
SC
27118/* Override any gcc2 internal prototype to avoid an error. */
27119#ifdef __cplusplus
27120extern "C"
27121{
27122#endif
27123/* We use char because int might match the return type of a gcc2
27124 builtin and then its argument prototype would still apply. */
27125char gethostbyname ();
27126/* The GNU C library defines this for functions which it implements
27127 to always fail with ENOSYS. Some functions are actually named
27128 something starting with __ and the normal name is an alias. */
27129#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
27130choke me
27131#else
27132char (*f) () = gethostbyname;
27133#endif
27134#ifdef __cplusplus
27135}
27136#endif
27137
27138int
27139main ()
27140{
27141return f != gethostbyname;
27142 ;
27143 return 0;
27144}
27145_ACEOF
27146rm -f conftest.$ac_objext conftest$ac_exeext
27147if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27148 (eval $ac_link) 2>conftest.er1
a848cd7e 27149 ac_status=$?
ac1cb8d3
VS
27150 grep -v '^ *+' conftest.er1 >conftest.err
27151 rm -f conftest.er1
27152 cat conftest.err >&5
a848cd7e
SC
27153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27154 (exit $ac_status); } &&
6ebeb4c7 27155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27157 (eval $ac_try) 2>&5
27158 ac_status=$?
27159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27160 (exit $ac_status); }; } &&
27161 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27163 (eval $ac_try) 2>&5
27164 ac_status=$?
27165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27166 (exit $ac_status); }; }; then
27167 ac_cv_func_gethostbyname=yes
27168else
27169 echo "$as_me: failed program was:" >&5
27170sed 's/^/| /' conftest.$ac_ext >&5
27171
27172ac_cv_func_gethostbyname=no
27173fi
ac1cb8d3
VS
27174rm -f conftest.err conftest.$ac_objext \
27175 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27176fi
27177echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
27178echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
27179
27180 if test $ac_cv_func_gethostbyname = no; then
27181 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
27182echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
27183if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
27184 echo $ECHO_N "(cached) $ECHO_C" >&6
27185else
27186 ac_check_lib_save_LIBS=$LIBS
27187LIBS="-lnsl $LIBS"
27188cat >conftest.$ac_ext <<_ACEOF
27189/* confdefs.h. */
27190_ACEOF
27191cat confdefs.h >>conftest.$ac_ext
27192cat >>conftest.$ac_ext <<_ACEOF
27193/* end confdefs.h. */
27194
27195/* Override any gcc2 internal prototype to avoid an error. */
27196#ifdef __cplusplus
27197extern "C"
27198#endif
27199/* We use char because int might match the return type of a gcc2
27200 builtin and then its argument prototype would still apply. */
27201char gethostbyname ();
27202int
27203main ()
27204{
27205gethostbyname ();
27206 ;
27207 return 0;
27208}
27209_ACEOF
27210rm -f conftest.$ac_objext conftest$ac_exeext
27211if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3
VS
27212 (eval $ac_link) 2>conftest.er1
27213 ac_status=$?
27214 grep -v '^ *+' conftest.er1 >conftest.err
27215 rm -f conftest.er1
27216 cat conftest.err >&5
27217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27218 (exit $ac_status); } &&
6ebeb4c7 27219 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27221 (eval $ac_try) 2>&5
27222 ac_status=$?
27223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27224 (exit $ac_status); }; } &&
27225 { ac_try='test -s conftest$ac_exeext'
27226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27227 (eval $ac_try) 2>&5
27228 ac_status=$?
27229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27230 (exit $ac_status); }; }; then
27231 ac_cv_lib_nsl_gethostbyname=yes
27232else
27233 echo "$as_me: failed program was:" >&5
27234sed 's/^/| /' conftest.$ac_ext >&5
27235
27236ac_cv_lib_nsl_gethostbyname=no
27237fi
27238rm -f conftest.err conftest.$ac_objext \
27239 conftest$ac_exeext conftest.$ac_ext
27240LIBS=$ac_check_lib_save_LIBS
27241fi
27242echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
27243echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
27244if test $ac_cv_lib_nsl_gethostbyname = yes; then
27245 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
27246fi
27247
27248 if test $ac_cv_lib_nsl_gethostbyname = no; then
27249 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
27250echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
27251if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
27252 echo $ECHO_N "(cached) $ECHO_C" >&6
27253else
27254 ac_check_lib_save_LIBS=$LIBS
27255LIBS="-lbsd $LIBS"
27256cat >conftest.$ac_ext <<_ACEOF
27257/* confdefs.h. */
27258_ACEOF
27259cat confdefs.h >>conftest.$ac_ext
27260cat >>conftest.$ac_ext <<_ACEOF
27261/* end confdefs.h. */
27262
27263/* Override any gcc2 internal prototype to avoid an error. */
27264#ifdef __cplusplus
27265extern "C"
27266#endif
27267/* We use char because int might match the return type of a gcc2
27268 builtin and then its argument prototype would still apply. */
27269char gethostbyname ();
27270int
27271main ()
27272{
27273gethostbyname ();
27274 ;
27275 return 0;
27276}
27277_ACEOF
27278rm -f conftest.$ac_objext conftest$ac_exeext
27279if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27280 (eval $ac_link) 2>conftest.er1
a848cd7e 27281 ac_status=$?
ac1cb8d3
VS
27282 grep -v '^ *+' conftest.er1 >conftest.err
27283 rm -f conftest.er1
27284 cat conftest.err >&5
a848cd7e
SC
27285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27286 (exit $ac_status); } &&
6ebeb4c7 27287 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
a848cd7e
SC
27288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27289 (eval $ac_try) 2>&5
27290 ac_status=$?
27291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ac1cb8d3
VS
27292 (exit $ac_status); }; } &&
27293 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27295 (eval $ac_try) 2>&5
27296 ac_status=$?
27297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27298 (exit $ac_status); }; }; then
27299 ac_cv_lib_bsd_gethostbyname=yes
27300else
27301 echo "$as_me: failed program was:" >&5
27302sed 's/^/| /' conftest.$ac_ext >&5
27303
27304ac_cv_lib_bsd_gethostbyname=no
27305fi
ac1cb8d3
VS
27306rm -f conftest.err conftest.$ac_objext \
27307 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27308LIBS=$ac_check_lib_save_LIBS
27309fi
27310echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
27311echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
27312if test $ac_cv_lib_bsd_gethostbyname = yes; then
27313 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
27314fi
27315
27316 fi
27317 fi
27318
27319 # lieder@skyler.mavd.honeywell.com says without -lsocket,
27320 # socket/setsockopt and other routines are undefined under SCO ODT
27321 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
27322 # on later versions), says Simon Leinen: it contains gethostby*
27323 # variants that don't use the name server (or something). -lsocket
27324 # must be given before -lnsl if both are needed. We assume that
27325 # if connect needs -lnsl, so does gethostbyname.
27326 echo "$as_me:$LINENO: checking for connect" >&5
27327echo $ECHO_N "checking for connect... $ECHO_C" >&6
27328if test "${ac_cv_func_connect+set}" = set; then
27329 echo $ECHO_N "(cached) $ECHO_C" >&6
27330else
27331 cat >conftest.$ac_ext <<_ACEOF
27332/* confdefs.h. */
27333_ACEOF
27334cat confdefs.h >>conftest.$ac_ext
27335cat >>conftest.$ac_ext <<_ACEOF
27336/* end confdefs.h. */
ac1cb8d3
VS
27337/* Define connect to an innocuous variant, in case <limits.h> declares connect.
27338 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27339#define connect innocuous_connect
27340
a848cd7e
SC
27341/* System header to define __stub macros and hopefully few prototypes,
27342 which can conflict with char connect (); below.
27343 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27344 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27345
a848cd7e
SC
27346#ifdef __STDC__
27347# include <limits.h>
27348#else
27349# include <assert.h>
27350#endif
ac1cb8d3
VS
27351
27352#undef connect
27353
a848cd7e
SC
27354/* Override any gcc2 internal prototype to avoid an error. */
27355#ifdef __cplusplus
27356extern "C"
27357{
27358#endif
27359/* We use char because int might match the return type of a gcc2
27360 builtin and then its argument prototype would still apply. */
27361char connect ();
27362/* The GNU C library defines this for functions which it implements
27363 to always fail with ENOSYS. Some functions are actually named
27364 something starting with __ and the normal name is an alias. */
27365#if defined (__stub_connect) || defined (__stub___connect)
27366choke me
27367#else
27368char (*f) () = connect;
27369#endif
27370#ifdef __cplusplus
27371}
27372#endif
27373
27374int
27375main ()
27376{
27377return f != connect;
27378 ;
27379 return 0;
27380}
27381_ACEOF
27382rm -f conftest.$ac_objext conftest$ac_exeext
27383if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27384 (eval $ac_link) 2>conftest.er1
a848cd7e 27385 ac_status=$?
ac1cb8d3
VS
27386 grep -v '^ *+' conftest.er1 >conftest.err
27387 rm -f conftest.er1
27388 cat conftest.err >&5
a848cd7e
SC
27389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27390 (exit $ac_status); } &&
6ebeb4c7 27391 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27393 (eval $ac_try) 2>&5
27394 ac_status=$?
27395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27396 (exit $ac_status); }; } &&
27397 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27399 (eval $ac_try) 2>&5
27400 ac_status=$?
27401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27402 (exit $ac_status); }; }; then
27403 ac_cv_func_connect=yes
27404else
27405 echo "$as_me: failed program was:" >&5
27406sed 's/^/| /' conftest.$ac_ext >&5
27407
27408ac_cv_func_connect=no
27409fi
ac1cb8d3
VS
27410rm -f conftest.err conftest.$ac_objext \
27411 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27412fi
27413echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
27414echo "${ECHO_T}$ac_cv_func_connect" >&6
27415
27416 if test $ac_cv_func_connect = no; then
27417 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
27418echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
27419if test "${ac_cv_lib_socket_connect+set}" = set; then
27420 echo $ECHO_N "(cached) $ECHO_C" >&6
27421else
27422 ac_check_lib_save_LIBS=$LIBS
27423LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
27424cat >conftest.$ac_ext <<_ACEOF
27425/* confdefs.h. */
27426_ACEOF
27427cat confdefs.h >>conftest.$ac_ext
27428cat >>conftest.$ac_ext <<_ACEOF
27429/* end confdefs.h. */
27430
27431/* Override any gcc2 internal prototype to avoid an error. */
27432#ifdef __cplusplus
27433extern "C"
27434#endif
27435/* We use char because int might match the return type of a gcc2
27436 builtin and then its argument prototype would still apply. */
27437char connect ();
27438int
27439main ()
27440{
27441connect ();
27442 ;
27443 return 0;
27444}
27445_ACEOF
27446rm -f conftest.$ac_objext conftest$ac_exeext
27447if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27448 (eval $ac_link) 2>conftest.er1
a848cd7e 27449 ac_status=$?
ac1cb8d3
VS
27450 grep -v '^ *+' conftest.er1 >conftest.err
27451 rm -f conftest.er1
27452 cat conftest.err >&5
a848cd7e
SC
27453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27454 (exit $ac_status); } &&
6ebeb4c7 27455 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27457 (eval $ac_try) 2>&5
27458 ac_status=$?
27459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27460 (exit $ac_status); }; } &&
27461 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27463 (eval $ac_try) 2>&5
27464 ac_status=$?
27465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27466 (exit $ac_status); }; }; then
27467 ac_cv_lib_socket_connect=yes
27468else
27469 echo "$as_me: failed program was:" >&5
27470sed 's/^/| /' conftest.$ac_ext >&5
27471
27472ac_cv_lib_socket_connect=no
27473fi
ac1cb8d3
VS
27474rm -f conftest.err conftest.$ac_objext \
27475 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27476LIBS=$ac_check_lib_save_LIBS
27477fi
27478echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
27479echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
27480if test $ac_cv_lib_socket_connect = yes; then
27481 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
27482fi
27483
27484 fi
27485
27486 # Guillermo Gomez says -lposix is necessary on A/UX.
27487 echo "$as_me:$LINENO: checking for remove" >&5
27488echo $ECHO_N "checking for remove... $ECHO_C" >&6
27489if test "${ac_cv_func_remove+set}" = set; then
27490 echo $ECHO_N "(cached) $ECHO_C" >&6
27491else
27492 cat >conftest.$ac_ext <<_ACEOF
27493/* confdefs.h. */
27494_ACEOF
27495cat confdefs.h >>conftest.$ac_ext
27496cat >>conftest.$ac_ext <<_ACEOF
27497/* end confdefs.h. */
ac1cb8d3
VS
27498/* Define remove to an innocuous variant, in case <limits.h> declares remove.
27499 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27500#define remove innocuous_remove
27501
a848cd7e
SC
27502/* System header to define __stub macros and hopefully few prototypes,
27503 which can conflict with char remove (); below.
27504 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27505 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27506
a848cd7e
SC
27507#ifdef __STDC__
27508# include <limits.h>
27509#else
27510# include <assert.h>
27511#endif
ac1cb8d3
VS
27512
27513#undef remove
27514
a848cd7e
SC
27515/* Override any gcc2 internal prototype to avoid an error. */
27516#ifdef __cplusplus
27517extern "C"
27518{
27519#endif
27520/* We use char because int might match the return type of a gcc2
27521 builtin and then its argument prototype would still apply. */
27522char remove ();
27523/* The GNU C library defines this for functions which it implements
27524 to always fail with ENOSYS. Some functions are actually named
27525 something starting with __ and the normal name is an alias. */
27526#if defined (__stub_remove) || defined (__stub___remove)
27527choke me
27528#else
27529char (*f) () = remove;
27530#endif
27531#ifdef __cplusplus
27532}
27533#endif
27534
27535int
27536main ()
27537{
27538return f != remove;
27539 ;
27540 return 0;
27541}
27542_ACEOF
27543rm -f conftest.$ac_objext conftest$ac_exeext
27544if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27545 (eval $ac_link) 2>conftest.er1
a848cd7e 27546 ac_status=$?
ac1cb8d3
VS
27547 grep -v '^ *+' conftest.er1 >conftest.err
27548 rm -f conftest.er1
27549 cat conftest.err >&5
a848cd7e
SC
27550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27551 (exit $ac_status); } &&
6ebeb4c7 27552 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27554 (eval $ac_try) 2>&5
27555 ac_status=$?
27556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27557 (exit $ac_status); }; } &&
27558 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27560 (eval $ac_try) 2>&5
27561 ac_status=$?
27562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27563 (exit $ac_status); }; }; then
27564 ac_cv_func_remove=yes
27565else
27566 echo "$as_me: failed program was:" >&5
27567sed 's/^/| /' conftest.$ac_ext >&5
27568
27569ac_cv_func_remove=no
27570fi
ac1cb8d3
VS
27571rm -f conftest.err conftest.$ac_objext \
27572 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27573fi
27574echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
27575echo "${ECHO_T}$ac_cv_func_remove" >&6
27576
27577 if test $ac_cv_func_remove = no; then
27578 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
27579echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
27580if test "${ac_cv_lib_posix_remove+set}" = set; then
27581 echo $ECHO_N "(cached) $ECHO_C" >&6
27582else
27583 ac_check_lib_save_LIBS=$LIBS
27584LIBS="-lposix $LIBS"
27585cat >conftest.$ac_ext <<_ACEOF
27586/* confdefs.h. */
27587_ACEOF
27588cat confdefs.h >>conftest.$ac_ext
27589cat >>conftest.$ac_ext <<_ACEOF
27590/* end confdefs.h. */
27591
27592/* Override any gcc2 internal prototype to avoid an error. */
27593#ifdef __cplusplus
27594extern "C"
27595#endif
27596/* We use char because int might match the return type of a gcc2
27597 builtin and then its argument prototype would still apply. */
27598char remove ();
27599int
27600main ()
27601{
27602remove ();
27603 ;
27604 return 0;
27605}
27606_ACEOF
27607rm -f conftest.$ac_objext conftest$ac_exeext
27608if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27609 (eval $ac_link) 2>conftest.er1
a848cd7e 27610 ac_status=$?
ac1cb8d3
VS
27611 grep -v '^ *+' conftest.er1 >conftest.err
27612 rm -f conftest.er1
27613 cat conftest.err >&5
a848cd7e
SC
27614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27615 (exit $ac_status); } &&
6ebeb4c7 27616 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27618 (eval $ac_try) 2>&5
27619 ac_status=$?
27620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27621 (exit $ac_status); }; } &&
27622 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27624 (eval $ac_try) 2>&5
27625 ac_status=$?
27626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27627 (exit $ac_status); }; }; then
27628 ac_cv_lib_posix_remove=yes
27629else
27630 echo "$as_me: failed program was:" >&5
27631sed 's/^/| /' conftest.$ac_ext >&5
27632
27633ac_cv_lib_posix_remove=no
27634fi
ac1cb8d3
VS
27635rm -f conftest.err conftest.$ac_objext \
27636 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27637LIBS=$ac_check_lib_save_LIBS
27638fi
27639echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
27640echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
27641if test $ac_cv_lib_posix_remove = yes; then
27642 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
27643fi
27644
27645 fi
27646
27647 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
27648 echo "$as_me:$LINENO: checking for shmat" >&5
27649echo $ECHO_N "checking for shmat... $ECHO_C" >&6
27650if test "${ac_cv_func_shmat+set}" = set; then
27651 echo $ECHO_N "(cached) $ECHO_C" >&6
27652else
27653 cat >conftest.$ac_ext <<_ACEOF
27654/* confdefs.h. */
27655_ACEOF
27656cat confdefs.h >>conftest.$ac_ext
27657cat >>conftest.$ac_ext <<_ACEOF
27658/* end confdefs.h. */
ac1cb8d3
VS
27659/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
27660 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27661#define shmat innocuous_shmat
27662
a848cd7e
SC
27663/* System header to define __stub macros and hopefully few prototypes,
27664 which can conflict with char shmat (); below.
27665 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27666 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27667
a848cd7e
SC
27668#ifdef __STDC__
27669# include <limits.h>
27670#else
27671# include <assert.h>
27672#endif
ac1cb8d3
VS
27673
27674#undef shmat
27675
a848cd7e
SC
27676/* Override any gcc2 internal prototype to avoid an error. */
27677#ifdef __cplusplus
27678extern "C"
27679{
27680#endif
27681/* We use char because int might match the return type of a gcc2
27682 builtin and then its argument prototype would still apply. */
27683char shmat ();
27684/* The GNU C library defines this for functions which it implements
27685 to always fail with ENOSYS. Some functions are actually named
27686 something starting with __ and the normal name is an alias. */
27687#if defined (__stub_shmat) || defined (__stub___shmat)
27688choke me
27689#else
27690char (*f) () = shmat;
27691#endif
27692#ifdef __cplusplus
27693}
27694#endif
27695
27696int
27697main ()
27698{
27699return f != shmat;
27700 ;
27701 return 0;
27702}
27703_ACEOF
27704rm -f conftest.$ac_objext conftest$ac_exeext
27705if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27706 (eval $ac_link) 2>conftest.er1
a848cd7e 27707 ac_status=$?
ac1cb8d3
VS
27708 grep -v '^ *+' conftest.er1 >conftest.err
27709 rm -f conftest.er1
27710 cat conftest.err >&5
a848cd7e
SC
27711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27712 (exit $ac_status); } &&
6ebeb4c7 27713 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27715 (eval $ac_try) 2>&5
27716 ac_status=$?
27717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27718 (exit $ac_status); }; } &&
27719 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
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); }; }; then
27725 ac_cv_func_shmat=yes
27726else
27727 echo "$as_me: failed program was:" >&5
27728sed 's/^/| /' conftest.$ac_ext >&5
27729
27730ac_cv_func_shmat=no
27731fi
ac1cb8d3
VS
27732rm -f conftest.err conftest.$ac_objext \
27733 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27734fi
27735echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
27736echo "${ECHO_T}$ac_cv_func_shmat" >&6
27737
27738 if test $ac_cv_func_shmat = no; then
27739 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
27740echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
27741if test "${ac_cv_lib_ipc_shmat+set}" = set; then
27742 echo $ECHO_N "(cached) $ECHO_C" >&6
27743else
27744 ac_check_lib_save_LIBS=$LIBS
27745LIBS="-lipc $LIBS"
27746cat >conftest.$ac_ext <<_ACEOF
27747/* confdefs.h. */
27748_ACEOF
27749cat confdefs.h >>conftest.$ac_ext
27750cat >>conftest.$ac_ext <<_ACEOF
27751/* end confdefs.h. */
27752
27753/* Override any gcc2 internal prototype to avoid an error. */
27754#ifdef __cplusplus
27755extern "C"
27756#endif
27757/* We use char because int might match the return type of a gcc2
27758 builtin and then its argument prototype would still apply. */
27759char shmat ();
27760int
27761main ()
27762{
27763shmat ();
27764 ;
27765 return 0;
27766}
27767_ACEOF
27768rm -f conftest.$ac_objext conftest$ac_exeext
27769if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27770 (eval $ac_link) 2>conftest.er1
a848cd7e 27771 ac_status=$?
ac1cb8d3
VS
27772 grep -v '^ *+' conftest.er1 >conftest.err
27773 rm -f conftest.er1
27774 cat conftest.err >&5
a848cd7e
SC
27775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27776 (exit $ac_status); } &&
6ebeb4c7 27777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27779 (eval $ac_try) 2>&5
27780 ac_status=$?
27781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27782 (exit $ac_status); }; } &&
27783 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27785 (eval $ac_try) 2>&5
27786 ac_status=$?
27787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27788 (exit $ac_status); }; }; then
27789 ac_cv_lib_ipc_shmat=yes
27790else
27791 echo "$as_me: failed program was:" >&5
27792sed 's/^/| /' conftest.$ac_ext >&5
27793
27794ac_cv_lib_ipc_shmat=no
27795fi
ac1cb8d3
VS
27796rm -f conftest.err conftest.$ac_objext \
27797 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27798LIBS=$ac_check_lib_save_LIBS
27799fi
27800echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
27801echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
27802if test $ac_cv_lib_ipc_shmat = yes; then
27803 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
27804fi
27805
27806 fi
27807 fi
27808
27809 # Check for libraries that X11R6 Xt/Xaw programs need.
27810 ac_save_LDFLAGS=$LDFLAGS
27811 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
27812 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
27813 # check for ICE first), but we must link in the order -lSM -lICE or
27814 # we get undefined symbols. So assume we have SM if we have ICE.
27815 # These have to be linked with before -lX11, unlike the other
27816 # libraries we check for below, so use a different variable.
27817 # John Interrante, Karl Berry
27818 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
27819echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
27820if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
27821 echo $ECHO_N "(cached) $ECHO_C" >&6
27822else
27823 ac_check_lib_save_LIBS=$LIBS
27824LIBS="-lICE $X_EXTRA_LIBS $LIBS"
27825cat >conftest.$ac_ext <<_ACEOF
27826/* confdefs.h. */
27827_ACEOF
27828cat confdefs.h >>conftest.$ac_ext
27829cat >>conftest.$ac_ext <<_ACEOF
27830/* end confdefs.h. */
27831
27832/* Override any gcc2 internal prototype to avoid an error. */
27833#ifdef __cplusplus
27834extern "C"
27835#endif
27836/* We use char because int might match the return type of a gcc2
27837 builtin and then its argument prototype would still apply. */
27838char IceConnectionNumber ();
27839int
27840main ()
27841{
27842IceConnectionNumber ();
27843 ;
27844 return 0;
27845}
27846_ACEOF
27847rm -f conftest.$ac_objext conftest$ac_exeext
27848if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27849 (eval $ac_link) 2>conftest.er1
a848cd7e 27850 ac_status=$?
ac1cb8d3
VS
27851 grep -v '^ *+' conftest.er1 >conftest.err
27852 rm -f conftest.er1
27853 cat conftest.err >&5
a848cd7e
SC
27854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27855 (exit $ac_status); } &&
6ebeb4c7 27856 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27858 (eval $ac_try) 2>&5
27859 ac_status=$?
27860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27861 (exit $ac_status); }; } &&
27862 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27864 (eval $ac_try) 2>&5
27865 ac_status=$?
27866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27867 (exit $ac_status); }; }; then
27868 ac_cv_lib_ICE_IceConnectionNumber=yes
27869else
27870 echo "$as_me: failed program was:" >&5
27871sed 's/^/| /' conftest.$ac_ext >&5
27872
27873ac_cv_lib_ICE_IceConnectionNumber=no
27874fi
ac1cb8d3
VS
27875rm -f conftest.err conftest.$ac_objext \
27876 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27877LIBS=$ac_check_lib_save_LIBS
27878fi
27879echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
27880echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
27881if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
27882 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
27883fi
27884
27885 LDFLAGS=$ac_save_LDFLAGS
27886
27887fi
27888
27889
27890 if test "$no_x" = "yes"; then
27891 { { echo "$as_me:$LINENO: error: X11 not found" >&5
27892echo "$as_me: error: X11 not found" >&2;}
27893 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
27894 fi
27895
74b84332
VS
27896 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
27897 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
a848cd7e
SC
27898 AFMINSTALL=afminstall
27899 COMPILED_X_PROGRAM=0
27900
74b84332
VS
27901 fi
27902
27903 if test "$wxUSE_X11" = 1; then
a848cd7e
SC
27904 if test "$wxUSE_NANOX" = "yes"; then
27905 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
27906echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27907 if test "x$MICROWIN" = x ; then
27908 echo "$as_me:$LINENO: result: not found" >&5
27909echo "${ECHO_T}not found" >&6
27910 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27911echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27912 { (exit 1); exit 1; }; }
27913 else
27914 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27915echo "${ECHO_T}$MICROWIN" >&6
27916 cat >>confdefs.h <<\_ACEOF
27917#define wxUSE_NANOX 1
27918_ACEOF
27919
27920 fi
27921 fi
27922
27923 if test "$wxUSE_UNICODE" = "yes"; then
27924
27925 succeeded=no
27926
27927 if test -z "$PKG_CONFIG"; then
27928 # Extract the first word of "pkg-config", so it can be a program name with args.
27929set dummy pkg-config; ac_word=$2
27930echo "$as_me:$LINENO: checking for $ac_word" >&5
27931echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27932if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27933 echo $ECHO_N "(cached) $ECHO_C" >&6
27934else
27935 case $PKG_CONFIG in
27936 [\\/]* | ?:[\\/]*)
27937 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27938 ;;
27939 *)
27940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27941for as_dir in $PATH
27942do
27943 IFS=$as_save_IFS
27944 test -z "$as_dir" && as_dir=.
27945 for ac_exec_ext in '' $ac_executable_extensions; do
27946 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27947 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27949 break 2
27950 fi
27951done
27952done
27953
27954 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27955 ;;
27956esac
27957fi
27958PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27959
27960if test -n "$PKG_CONFIG"; then
27961 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27962echo "${ECHO_T}$PKG_CONFIG" >&6
27963else
27964 echo "$as_me:$LINENO: result: no" >&5
27965echo "${ECHO_T}no" >&6
27966fi
27967
27968 fi
27969
27970 if test "$PKG_CONFIG" = "no" ; then
27971 echo "*** The pkg-config script could not be found. Make sure it is"
27972 echo "*** in your path, or set the PKG_CONFIG environment variable"
27973 echo "*** to the full path to pkg-config."
27974 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27975 else
27976 PKG_CONFIG_MIN_VERSION=0.9.0
27977 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27978 echo "$as_me:$LINENO: checking for pangox" >&5
27979echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27980
27981 if $PKG_CONFIG --exists "pangox" ; then
27982 echo "$as_me:$LINENO: result: yes" >&5
27983echo "${ECHO_T}yes" >&6
27984 succeeded=yes
27985
27986 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27987echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27988 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
27989 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27990echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27991
27992 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27993echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27994 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
27995 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27996echo "${ECHO_T}$PANGOX_LIBS" >&6
27997 else
27998 PANGOX_CFLAGS=""
27999 PANGOX_LIBS=""
28000 ## If we have a custom action on failure, don't print errors, but
28001 ## do set a variable so people can do so.
28002 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
28003
28004 fi
28005
28006
28007
28008 else
28009 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28010 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28011 fi
28012 fi
28013
28014 if test $succeeded = yes; then
28015
28016 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
28017 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
28018
28019 else
28020
28021 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
28022echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
28023 { (exit 1); exit 1; }; }
28024
28025
28026 fi
28027
28028
28029 succeeded=no
28030
28031 if test -z "$PKG_CONFIG"; then
28032 # Extract the first word of "pkg-config", so it can be a program name with args.
28033set dummy pkg-config; ac_word=$2
28034echo "$as_me:$LINENO: checking for $ac_word" >&5
28035echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28036if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28037 echo $ECHO_N "(cached) $ECHO_C" >&6
28038else
28039 case $PKG_CONFIG in
28040 [\\/]* | ?:[\\/]*)
28041 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28042 ;;
28043 *)
28044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28045for as_dir in $PATH
28046do
28047 IFS=$as_save_IFS
28048 test -z "$as_dir" && as_dir=.
28049 for ac_exec_ext in '' $ac_executable_extensions; do
28050 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28051 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28052 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28053 break 2
28054 fi
28055done
28056done
28057
28058 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28059 ;;
28060esac
28061fi
28062PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28063
28064if test -n "$PKG_CONFIG"; then
28065 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28066echo "${ECHO_T}$PKG_CONFIG" >&6
28067else
28068 echo "$as_me:$LINENO: result: no" >&5
28069echo "${ECHO_T}no" >&6
28070fi
28071
28072 fi
28073
28074 if test "$PKG_CONFIG" = "no" ; then
28075 echo "*** The pkg-config script could not be found. Make sure it is"
28076 echo "*** in your path, or set the PKG_CONFIG environment variable"
28077 echo "*** to the full path to pkg-config."
28078 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28079 else
28080 PKG_CONFIG_MIN_VERSION=0.9.0
28081 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28082 echo "$as_me:$LINENO: checking for pangoft2" >&5
28083echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
28084
28085 if $PKG_CONFIG --exists "pangoft2" ; then
28086 echo "$as_me:$LINENO: result: yes" >&5
28087echo "${ECHO_T}yes" >&6
28088 succeeded=yes
28089
28090 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
28091echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
28092 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
28093 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
28094echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
28095
28096 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
28097echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
28098 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
28099 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
28100echo "${ECHO_T}$PANGOFT2_LIBS" >&6
28101 else
28102 PANGOFT2_CFLAGS=""
28103 PANGOFT2_LIBS=""
28104 ## If we have a custom action on failure, don't print errors, but
28105 ## do set a variable so people can do so.
28106 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
28107
28108 fi
28109
28110
28111
28112 else
28113 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28114 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28115 fi
28116 fi
28117
28118 if test $succeeded = yes; then
28119
28120 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
28121 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
28122
28123 else
28124
28125 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
28126echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
28127 wxUSE_PRINTING_ARCHITECTURE="no"
28128
28129
28130 fi
28131
28132
28133 succeeded=no
28134
28135 if test -z "$PKG_CONFIG"; then
28136 # Extract the first word of "pkg-config", so it can be a program name with args.
28137set dummy pkg-config; ac_word=$2
28138echo "$as_me:$LINENO: checking for $ac_word" >&5
28139echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28140if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28141 echo $ECHO_N "(cached) $ECHO_C" >&6
28142else
28143 case $PKG_CONFIG in
28144 [\\/]* | ?:[\\/]*)
28145 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28146 ;;
28147 *)
28148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28149for as_dir in $PATH
28150do
28151 IFS=$as_save_IFS
28152 test -z "$as_dir" && as_dir=.
28153 for ac_exec_ext in '' $ac_executable_extensions; do
28154 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28155 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28157 break 2
28158 fi
28159done
28160done
28161
28162 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28163 ;;
28164esac
28165fi
28166PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28167
28168if test -n "$PKG_CONFIG"; then
28169 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28170echo "${ECHO_T}$PKG_CONFIG" >&6
28171else
28172 echo "$as_me:$LINENO: result: no" >&5
28173echo "${ECHO_T}no" >&6
28174fi
28175
28176 fi
28177
28178 if test "$PKG_CONFIG" = "no" ; then
28179 echo "*** The pkg-config script could not be found. Make sure it is"
28180 echo "*** in your path, or set the PKG_CONFIG environment variable"
28181 echo "*** to the full path to pkg-config."
28182 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28183 else
28184 PKG_CONFIG_MIN_VERSION=0.9.0
28185 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28186 echo "$as_me:$LINENO: checking for pangoxft" >&5
28187echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
28188
28189 if $PKG_CONFIG --exists "pangoxft" ; then
28190 echo "$as_me:$LINENO: result: yes" >&5
28191echo "${ECHO_T}yes" >&6
28192 succeeded=yes
28193
28194 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
28195echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
28196 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
28197 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
28198echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
28199
28200 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
28201echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
28202 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
28203 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
28204echo "${ECHO_T}$PANGOXFT_LIBS" >&6
28205 else
28206 PANGOXFT_CFLAGS=""
28207 PANGOXFT_LIBS=""
28208 ## If we have a custom action on failure, don't print errors, but
28209 ## do set a variable so people can do so.
28210 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
28211
28212 fi
28213
28214
28215
28216 else
28217 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28218 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28219 fi
28220 fi
28221
28222 if test $succeeded = yes; then
28223
4ae1af05
MB
28224 cat >>confdefs.h <<\_ACEOF
28225#define HAVE_PANGO_XFT 1
28226_ACEOF
28227
a848cd7e
SC
28228 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
28229 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
28230
28231 else
28232
28233 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
28234echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
28235
28236
28237 fi
28238
304205f1
VS
28239 save_CFLAGS="$CFLAGS"
28240 save_LIBS="$LIBS"
28241 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
28242 LIBS="$LIBS $PANGOX_LIBS"
28243
28244for ac_func in pango_font_family_is_monospace
28245do
28246as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28247echo "$as_me:$LINENO: checking for $ac_func" >&5
28248echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28249if eval "test \"\${$as_ac_var+set}\" = set"; then
28250 echo $ECHO_N "(cached) $ECHO_C" >&6
28251else
28252 cat >conftest.$ac_ext <<_ACEOF
28253/* confdefs.h. */
28254_ACEOF
28255cat confdefs.h >>conftest.$ac_ext
28256cat >>conftest.$ac_ext <<_ACEOF
28257/* end confdefs.h. */
28258/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28259 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28260#define $ac_func innocuous_$ac_func
28261
28262/* System header to define __stub macros and hopefully few prototypes,
28263 which can conflict with char $ac_func (); below.
28264 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28265 <limits.h> exists even on freestanding compilers. */
28266
28267#ifdef __STDC__
28268# include <limits.h>
28269#else
28270# include <assert.h>
28271#endif
28272
28273#undef $ac_func
28274
28275/* Override any gcc2 internal prototype to avoid an error. */
28276#ifdef __cplusplus
28277extern "C"
28278{
28279#endif
28280/* We use char because int might match the return type of a gcc2
28281 builtin and then its argument prototype would still apply. */
28282char $ac_func ();
28283/* The GNU C library defines this for functions which it implements
28284 to always fail with ENOSYS. Some functions are actually named
28285 something starting with __ and the normal name is an alias. */
28286#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28287choke me
28288#else
28289char (*f) () = $ac_func;
28290#endif
28291#ifdef __cplusplus
28292}
28293#endif
28294
28295int
28296main ()
28297{
28298return f != $ac_func;
28299 ;
28300 return 0;
28301}
28302_ACEOF
28303rm -f conftest.$ac_objext conftest$ac_exeext
28304if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28305 (eval $ac_link) 2>conftest.er1
28306 ac_status=$?
28307 grep -v '^ *+' conftest.er1 >conftest.err
28308 rm -f conftest.er1
28309 cat conftest.err >&5
28310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28311 (exit $ac_status); } &&
6ebeb4c7 28312 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
304205f1
VS
28313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28314 (eval $ac_try) 2>&5
28315 ac_status=$?
28316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28317 (exit $ac_status); }; } &&
28318 { ac_try='test -s conftest$ac_exeext'
28319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28320 (eval $ac_try) 2>&5
28321 ac_status=$?
28322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28323 (exit $ac_status); }; }; then
28324 eval "$as_ac_var=yes"
28325else
28326 echo "$as_me: failed program was:" >&5
28327sed 's/^/| /' conftest.$ac_ext >&5
28328
28329eval "$as_ac_var=no"
28330fi
28331rm -f conftest.err conftest.$ac_objext \
28332 conftest$ac_exeext conftest.$ac_ext
28333fi
28334echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28335echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28336if test `eval echo '${'$as_ac_var'}'` = yes; then
28337 cat >>confdefs.h <<_ACEOF
28338#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28339_ACEOF
28340
28341fi
28342done
28343
28344 CFLAGS="$save_CFLAGS"
28345 LIBS="$save_LIBS"
a848cd7e
SC
28346 fi
28347
28348 wxUSE_UNIVERSAL="yes"
28349
28350 if test "$wxUSE_NANOX" = "yes"; then
28351 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
28352 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"
28353 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
28354 else
28355 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
28356 fi
28357
a848cd7e
SC
28358 TOOLKIT=X11
28359 GUIDIST=X11_DIST
28360 fi
28361
28362 if test "$wxUSE_MOTIF" = 1; then
0a08f02a
MB
28363 if test "$wxUSE_UNICODE" = "yes"; then
28364 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
28365echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
28366 { (exit 1); exit 1; }; }
28367 fi
28368
74b84332
VS
28369 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
28370echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
a848cd7e 28371
74b84332
VS
28372ac_find_includes=
28373for ac_dir in $SEARCH_INCLUDE /usr/include;
28374 do
28375 if test -f "$ac_dir/Xm/Xm.h"; then
28376 ac_find_includes=$ac_dir
28377 break
28378 fi
28379 done
a848cd7e 28380
74b84332
VS
28381 if test "$ac_find_includes" != "" ; then
28382 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28383echo "${ECHO_T}found in $ac_find_includes" >&6
28384
28385 if test "x$ac_find_includes" = "x/usr/include"; then
28386 ac_path_to_include=""
28387 else
28388 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
28389 result=$?
28390 if test $result = 0; then
28391 ac_path_to_include=""
28392 else
28393 ac_path_to_include=" -I$ac_find_includes"
28394 fi
a848cd7e
SC
28395 fi
28396
74b84332
VS
28397 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
28398 else
e051b34e
MW
28399 save_CFLAGS=$CFLAGS
28400 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28401
74b84332 28402 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28403/* confdefs.h. */
28404_ACEOF
28405cat confdefs.h >>conftest.$ac_ext
28406cat >>conftest.$ac_ext <<_ACEOF
28407/* end confdefs.h. */
28408
74b84332
VS
28409 #include <Xm/Xm.h>
28410
a848cd7e
SC
28411int
28412main ()
28413{
28414
74b84332
VS
28415 int version;
28416 version = xmUseVersion;
28417
a848cd7e
SC
28418 ;
28419 return 0;
28420}
28421_ACEOF
74b84332
VS
28422rm -f conftest.$ac_objext
28423if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28424 (eval $ac_compile) 2>conftest.er1
a848cd7e 28425 ac_status=$?
ac1cb8d3
VS
28426 grep -v '^ *+' conftest.er1 >conftest.err
28427 rm -f conftest.er1
28428 cat conftest.err >&5
a848cd7e
SC
28429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28430 (exit $ac_status); } &&
6ebeb4c7 28431 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28433 (eval $ac_try) 2>&5
28434 ac_status=$?
28435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28436 (exit $ac_status); }; } &&
74b84332 28437 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28439 (eval $ac_try) 2>&5
28440 ac_status=$?
28441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28442 (exit $ac_status); }; }; then
74b84332
VS
28443
28444 echo "$as_me:$LINENO: result: found in default search path" >&5
28445echo "${ECHO_T}found in default search path" >&6
28446 COMPILED_X_PROGRAM=1
28447
a848cd7e
SC
28448else
28449 echo "$as_me: failed program was:" >&5
28450sed 's/^/| /' conftest.$ac_ext >&5
28451
a848cd7e 28452
74b84332
VS
28453 echo "$as_me:$LINENO: result: no" >&5
28454echo "${ECHO_T}no" >&6
e051b34e
MW
28455 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
28456echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
74b84332 28457 { (exit 1); exit 1; }; }
a848cd7e 28458
a848cd7e 28459
a848cd7e 28460fi
74b84332 28461rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
e051b34e
MW
28462
28463 CFLAGS=$save_CFLAGS
74b84332
VS
28464 fi
28465
0ad5d837
VZ
28466
28467 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
74b84332
VS
28468echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
28469
0ad5d837
VZ
28470
28471 ac_find_libraries=
28472 for ac_dir in $SEARCH_LIB;
74b84332 28473 do
3eca31dc 28474 for ac_extension in a so sl dylib dll.a; do
74b84332
VS
28475 if test -f "$ac_dir/libXm.$ac_extension"; then
28476 ac_find_libraries=$ac_dir
28477 break 2
a848cd7e 28478 fi
74b84332
VS
28479 done
28480 done
a848cd7e 28481
0ad5d837
VZ
28482 if test "x$ac_find_libraries" = "x" ; then
28483
28484 ac_find_libraries=
28485 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
28486 do
28487 for ac_extension in a so sl dylib dll.a; do
28488 if test -f "$ac_dir/libXm.$ac_extension"; then
28489 ac_find_libraries=$ac_dir
28490 break 2
28491 fi
28492 done
28493 done
28494
28495 if test "x$ac_find_libraries" != "x" ; then
28496 ac_find_libraries="default location"
28497 fi
28498 fi
28499
28500
28501 if test "x$ac_find_libraries" != "x" ; then
28502 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
28503echo "${ECHO_T}found in $ac_find_libraries" >&6
a848cd7e 28504
74b84332 28505
0ad5d837 28506 if test "$ac_find_libraries" = "default location"; then
74b84332 28507 ac_path_to_link=""
a848cd7e 28508 else
0ad5d837
VZ
28509 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28510 result=$?
28511 if test $result = 0; then
28512 ac_path_to_link=""
28513 else
28514 ac_path_to_link=" -L$ac_find_libraries"
28515 fi
74b84332
VS
28516 fi
28517
0ad5d837
VZ
28518 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28519 else
28520 save_CFLAGS=$CFLAGS
28521 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
74b84332 28522
0ad5d837 28523 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28524/* confdefs.h. */
28525_ACEOF
28526cat confdefs.h >>conftest.$ac_ext
28527cat >>conftest.$ac_ext <<_ACEOF
28528/* end confdefs.h. */
28529
0ad5d837 28530 #include <Xm/Xm.h>
74b84332 28531
a848cd7e
SC
28532int
28533main ()
28534{
74b84332 28535
0ad5d837
VZ
28536 int version;
28537 version = xmUseVersion;
74b84332 28538
a848cd7e
SC
28539 ;
28540 return 0;
28541}
28542_ACEOF
0ad5d837
VZ
28543rm -f conftest.$ac_objext conftest$ac_exeext
28544if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28545 (eval $ac_link) 2>conftest.er1
a848cd7e 28546 ac_status=$?
ac1cb8d3
VS
28547 grep -v '^ *+' conftest.er1 >conftest.err
28548 rm -f conftest.er1
28549 cat conftest.err >&5
a848cd7e
SC
28550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28551 (exit $ac_status); } &&
6ebeb4c7 28552 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28554 (eval $ac_try) 2>&5
28555 ac_status=$?
28556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28557 (exit $ac_status); }; } &&
0ad5d837 28558 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28560 (eval $ac_try) 2>&5
28561 ac_status=$?
28562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28563 (exit $ac_status); }; }; then
74b84332 28564
0ad5d837 28565 echo "$as_me:$LINENO: result: found in default search path" >&5
74b84332 28566echo "${ECHO_T}found in default search path" >&6
0ad5d837 28567 COMPILED_X_PROGRAM=1
74b84332 28568
a848cd7e
SC
28569else
28570 echo "$as_me: failed program was:" >&5
28571sed 's/^/| /' conftest.$ac_ext >&5
28572
74b84332
VS
28573
28574 echo "$as_me:$LINENO: result: no" >&5
28575echo "${ECHO_T}no" >&6
28576 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
28577echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
28578 { (exit 1); exit 1; }; }
28579
28580
28581fi
0ad5d837
VZ
28582rm -f conftest.err conftest.$ac_objext \
28583 conftest$ac_exeext conftest.$ac_ext
74b84332 28584
0ad5d837 28585 CFLAGS=$save_CFLAGS
74b84332
VS
28586 fi
28587
28588 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
28589echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
28590 libp_link=""
28591 libsm_ice_link=""
28592 libs_found=0
28593 for libp in "" " -lXp"; do
28594 if test "$libs_found" = "0"; then
28595 for libsm_ice in "" " -lSM -lICE"; do
28596 if test "$libs_found" = "0"; then
28597 save_LIBS="$LIBS"
28598 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
28599 save_CFLAGS=$CFLAGS
28600 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28601
28602 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28603/* confdefs.h. */
28604_ACEOF
28605cat confdefs.h >>conftest.$ac_ext
28606cat >>conftest.$ac_ext <<_ACEOF
28607/* end confdefs.h. */
28608
74b84332
VS
28609 #include <Xm/Xm.h>
28610 #include <Xm/List.h>
28611
a848cd7e
SC
28612int
28613main ()
28614{
74b84332
VS
28615
28616 XmString string = NULL;
28617 Widget w = NULL;
28618 int position = 0;
28619 XmListAddItem(w, string, position);
28620
a848cd7e
SC
28621 ;
28622 return 0;
28623}
28624_ACEOF
28625rm -f conftest.$ac_objext conftest$ac_exeext
28626if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28627 (eval $ac_link) 2>conftest.er1
a848cd7e 28628 ac_status=$?
ac1cb8d3
VS
28629 grep -v '^ *+' conftest.er1 >conftest.err
28630 rm -f conftest.er1
28631 cat conftest.err >&5
a848cd7e
SC
28632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28633 (exit $ac_status); } &&
6ebeb4c7 28634 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28636 (eval $ac_try) 2>&5
28637 ac_status=$?
28638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28639 (exit $ac_status); }; } &&
28640 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28642 (eval $ac_try) 2>&5
28643 ac_status=$?
28644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28645 (exit $ac_status); }; }; then
28646
28647 libp_link="$libp"
28648 libsm_ice_link="$libsm_ice"
28649 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
28650echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
28651 libs_found=1
28652
28653else
28654 echo "$as_me: failed program was:" >&5
28655sed 's/^/| /' conftest.$ac_ext >&5
28656
28657
28658
28659fi
ac1cb8d3
VS
28660rm -f conftest.err conftest.$ac_objext \
28661 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28662
28663 LIBS="$save_LIBS"
28664 CFLAGS=$save_CFLAGS
28665 fi
28666 done
28667 fi
28668 done
28669
28670 if test "$libs_found" = "0"; then
28671 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
28672echo "${ECHO_T}can't find the right libraries" >&6
28673 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
28674echo "$as_me: error: can't link a simple motif program" >&2;}
28675 { (exit 1); exit 1; }; }
28676 fi
28677
62fa8b3a
MW
28678 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
28679echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
28680if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
28681 echo $ECHO_N "(cached) $ECHO_C" >&6
28682else
28683 ac_check_lib_save_LIBS=$LIBS
28684LIBS="-lSgm $LIBS"
28685cat >conftest.$ac_ext <<_ACEOF
28686/* confdefs.h. */
28687_ACEOF
28688cat confdefs.h >>conftest.$ac_ext
28689cat >>conftest.$ac_ext <<_ACEOF
28690/* end confdefs.h. */
28691
28692/* Override any gcc2 internal prototype to avoid an error. */
28693#ifdef __cplusplus
28694extern "C"
28695#endif
28696/* We use char because int might match the return type of a gcc2
28697 builtin and then its argument prototype would still apply. */
28698char SgCreateList ();
28699int
28700main ()
28701{
28702SgCreateList ();
28703 ;
28704 return 0;
28705}
28706_ACEOF
28707rm -f conftest.$ac_objext conftest$ac_exeext
28708if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28709 (eval $ac_link) 2>conftest.er1
28710 ac_status=$?
28711 grep -v '^ *+' conftest.er1 >conftest.err
28712 rm -f conftest.er1
28713 cat conftest.err >&5
28714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28715 (exit $ac_status); } &&
28716 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28718 (eval $ac_try) 2>&5
28719 ac_status=$?
28720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28721 (exit $ac_status); }; } &&
28722 { ac_try='test -s conftest$ac_exeext'
28723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28724 (eval $ac_try) 2>&5
28725 ac_status=$?
28726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28727 (exit $ac_status); }; }; then
28728 ac_cv_lib_Sgm_SgCreateList=yes
28729else
28730 echo "$as_me: failed program was:" >&5
28731sed 's/^/| /' conftest.$ac_ext >&5
28732
28733ac_cv_lib_Sgm_SgCreateList=no
28734fi
28735rm -f conftest.err conftest.$ac_objext \
28736 conftest$ac_exeext conftest.$ac_ext
28737LIBS=$ac_check_lib_save_LIBS
28738fi
28739echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
28740echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
28741if test $ac_cv_lib_Sgm_SgCreateList = yes; then
28742 libsgm_link=" -lSgm"
28743fi
28744
28745
a848cd7e
SC
28746 save_CFLAGS=$CFLAGS
28747 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
0ad5d837 28748
a848cd7e
SC
28749 echo "$as_me:$LINENO: checking for Motif 2" >&5
28750echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
0ad5d837
VZ
28751if test "${wx_cv_lib_motif2+set}" = set; then
28752 echo $ECHO_N "(cached) $ECHO_C" >&6
28753else
28754 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28755/* confdefs.h. */
28756_ACEOF
28757cat confdefs.h >>conftest.$ac_ext
28758cat >>conftest.$ac_ext <<_ACEOF
28759/* end confdefs.h. */
28760
0ad5d837 28761 #include <Xm/Xm.h>
a848cd7e
SC
28762
28763int
28764main ()
28765{
28766
0ad5d837
VZ
28767 #if XmVersion < 2000
28768 Not Motif 2
28769 #endif
a848cd7e
SC
28770
28771 ;
28772 return 0;
28773}
28774_ACEOF
28775rm -f conftest.$ac_objext
28776if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28777 (eval $ac_compile) 2>conftest.er1
a848cd7e 28778 ac_status=$?
ac1cb8d3
VS
28779 grep -v '^ *+' conftest.er1 >conftest.err
28780 rm -f conftest.er1
28781 cat conftest.err >&5
a848cd7e
SC
28782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28783 (exit $ac_status); } &&
6ebeb4c7 28784 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28786 (eval $ac_try) 2>&5
28787 ac_status=$?
28788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28789 (exit $ac_status); }; } &&
28790 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28792 (eval $ac_try) 2>&5
28793 ac_status=$?
28794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28795 (exit $ac_status); }; }; then
0ad5d837 28796 wx_cv_lib_motif2="yes"
a848cd7e
SC
28797else
28798 echo "$as_me: failed program was:" >&5
28799sed 's/^/| /' conftest.$ac_ext >&5
28800
0ad5d837
VZ
28801wx_cv_lib_motif2="no"
28802fi
28803rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28804fi
28805echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
28806echo "${ECHO_T}$wx_cv_lib_motif2" >&6
28807 if test "$wx_cv_lib_motif2" = "yes"; then
28808 cat >>confdefs.h <<\_ACEOF
28809#define __WXMOTIF20__ 1
28810_ACEOF
a848cd7e 28811
0ad5d837
VZ
28812 else
28813 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
28814#define __WXMOTIF20__ 0
28815_ACEOF
28816
0ad5d837 28817 fi
2113bc77
MW
28818
28819 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
28820echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
0ad5d837
VZ
28821if test "${wx_cv_lib_lesstif+set}" = set; then
28822 echo $ECHO_N "(cached) $ECHO_C" >&6
28823else
28824 cat >conftest.$ac_ext <<_ACEOF
2113bc77
MW
28825/* confdefs.h. */
28826_ACEOF
28827cat confdefs.h >>conftest.$ac_ext
28828cat >>conftest.$ac_ext <<_ACEOF
28829/* end confdefs.h. */
28830
0ad5d837 28831 #include <Xm/Xm.h>
2113bc77
MW
28832
28833int
28834main ()
28835{
28836
0ad5d837
VZ
28837 #if !defined(LesstifVersion) || LesstifVersion <= 0
28838 Not Lesstif
28839 #endif
2113bc77
MW
28840
28841 ;
28842 return 0;
28843}
28844_ACEOF
28845rm -f conftest.$ac_objext
28846if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28847 (eval $ac_compile) 2>conftest.er1
28848 ac_status=$?
28849 grep -v '^ *+' conftest.er1 >conftest.err
28850 rm -f conftest.er1
28851 cat conftest.err >&5
28852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28853 (exit $ac_status); } &&
6ebeb4c7 28854 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2113bc77
MW
28855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28856 (eval $ac_try) 2>&5
28857 ac_status=$?
28858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28859 (exit $ac_status); }; } &&
28860 { ac_try='test -s conftest.$ac_objext'
28861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28862 (eval $ac_try) 2>&5
28863 ac_status=$?
28864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28865 (exit $ac_status); }; }; then
0ad5d837 28866 wx_cv_lib_lesstif="yes"
2113bc77
MW
28867else
28868 echo "$as_me: failed program was:" >&5
28869sed 's/^/| /' conftest.$ac_ext >&5
28870
0ad5d837
VZ
28871wx_cv_lib_lesstif="no"
28872fi
28873rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2113bc77 28874
0ad5d837
VZ
28875fi
28876echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
28877echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
28878 if test "$wx_cv_lib_lesstif" = "yes"; then
28879 cat >>confdefs.h <<\_ACEOF
28880#define __WXLESSTIF__ 1
28881_ACEOF
28882
28883 else
28884 cat >>confdefs.h <<\_ACEOF
2113bc77
MW
28885#define __WXLESSTIF__ 0
28886_ACEOF
28887
0ad5d837 28888 fi
2113bc77 28889
a848cd7e
SC
28890 CFLAGS=$save_CFLAGS
28891
62fa8b3a 28892 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
a848cd7e
SC
28893 TOOLKIT=MOTIF
28894 GUIDIST=MOTIF_DIST
28895 fi
28896
74b84332 28897 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
a848cd7e
SC
28898 if test "$wxUSE_LIBXPM" = "sys"; then
28899 echo "$as_me:$LINENO: checking for Xpm library" >&5
28900echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
28901
0ad5d837
VZ
28902
28903 ac_find_libraries=
28904 for ac_dir in $SEARCH_LIB;
a848cd7e 28905 do
3eca31dc 28906 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
28907 if test -f "$ac_dir/libXpm.$ac_extension"; then
28908 ac_find_libraries=$ac_dir
28909 break 2
28910 fi
28911 done
28912 done
28913
0ad5d837
VZ
28914 if test "x$ac_find_libraries" = "x" ; then
28915
28916 ac_find_libraries=
28917 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
28918 do
28919 for ac_extension in a so sl dylib dll.a; do
28920 if test -f "$ac_dir/libXpm.$ac_extension"; then
28921 ac_find_libraries=$ac_dir
28922 break 2
28923 fi
28924 done
28925 done
28926
28927 if test "x$ac_find_libraries" != "x" ; then
28928 ac_find_libraries="default location"
28929 fi
28930 fi
28931
a848cd7e
SC
28932 if test "$ac_find_libraries" != "" ; then
28933
0ad5d837 28934 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
28935 ac_path_to_link=""
28936 else
0ad5d837
VZ
28937 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28938 result=$?
28939 if test $result = 0; then
28940 ac_path_to_link=""
28941 else
28942 ac_path_to_link=" -L$ac_find_libraries"
28943 fi
a848cd7e
SC
28944 fi
28945
28946 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
0ad5d837
VZ
28947 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
28948echo "${ECHO_T}found in $ac_find_libraries" >&6
a848cd7e
SC
28949
28950 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
28951echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
28952if test "${wx_cv_x11_xpm_h+set}" = set; then
28953 echo $ECHO_N "(cached) $ECHO_C" >&6
28954else
28955
28956 save_CFLAGS=$CFLAGS
28957 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28958
28959 cat >conftest.$ac_ext <<_ACEOF
28960/* confdefs.h. */
28961_ACEOF
28962cat confdefs.h >>conftest.$ac_ext
28963cat >>conftest.$ac_ext <<_ACEOF
28964/* end confdefs.h. */
28965
28966 #include <X11/xpm.h>
28967
28968int
28969main ()
28970{
28971
28972 int version;
28973 version = XpmLibraryVersion();
28974
28975 ;
28976 return 0;
28977}
28978_ACEOF
28979rm -f conftest.$ac_objext
28980if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28981 (eval $ac_compile) 2>conftest.er1
a848cd7e 28982 ac_status=$?
ac1cb8d3
VS
28983 grep -v '^ *+' conftest.er1 >conftest.err
28984 rm -f conftest.er1
28985 cat conftest.err >&5
a848cd7e
SC
28986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28987 (exit $ac_status); } &&
6ebeb4c7 28988 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28990 (eval $ac_try) 2>&5
28991 ac_status=$?
28992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28993 (exit $ac_status); }; } &&
28994 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28996 (eval $ac_try) 2>&5
28997 ac_status=$?
28998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28999 (exit $ac_status); }; }; then
29000 wx_cv_x11_xpm_h=yes
29001else
29002 echo "$as_me: failed program was:" >&5
29003sed 's/^/| /' conftest.$ac_ext >&5
29004
29005wx_cv_x11_xpm_h=no
29006
29007fi
ac1cb8d3 29008rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29009
29010 CFLAGS=$save_CFLAGS
29011
29012
29013fi
29014echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
29015echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
29016
29017 if test $wx_cv_x11_xpm_h = "yes"; then
29018 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
29019 cat >>confdefs.h <<\_ACEOF
29020#define wxHAVE_LIB_XPM 1
29021_ACEOF
29022
29023 else
29024 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
29025echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
29026 fi
29027 fi
29028
29029 fi
29030
29031 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
29032echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
29033if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
29034 echo $ECHO_N "(cached) $ECHO_C" >&6
29035else
29036 ac_check_lib_save_LIBS=$LIBS
29037LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
29038cat >conftest.$ac_ext <<_ACEOF
29039/* confdefs.h. */
29040_ACEOF
29041cat confdefs.h >>conftest.$ac_ext
29042cat >>conftest.$ac_ext <<_ACEOF
29043/* end confdefs.h. */
29044
29045/* Override any gcc2 internal prototype to avoid an error. */
29046#ifdef __cplusplus
29047extern "C"
29048#endif
29049/* We use char because int might match the return type of a gcc2
29050 builtin and then its argument prototype would still apply. */
29051char XShapeQueryExtension ();
29052int
29053main ()
29054{
29055XShapeQueryExtension ();
29056 ;
29057 return 0;
29058}
29059_ACEOF
29060rm -f conftest.$ac_objext conftest$ac_exeext
29061if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29062 (eval $ac_link) 2>conftest.er1
a848cd7e 29063 ac_status=$?
ac1cb8d3
VS
29064 grep -v '^ *+' conftest.er1 >conftest.err
29065 rm -f conftest.er1
29066 cat conftest.err >&5
a848cd7e
SC
29067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29068 (exit $ac_status); } &&
6ebeb4c7 29069 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29071 (eval $ac_try) 2>&5
29072 ac_status=$?
29073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29074 (exit $ac_status); }; } &&
29075 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29077 (eval $ac_try) 2>&5
29078 ac_status=$?
29079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29080 (exit $ac_status); }; }; then
29081 ac_cv_lib_Xext_XShapeQueryExtension=yes
29082else
29083 echo "$as_me: failed program was:" >&5
29084sed 's/^/| /' conftest.$ac_ext >&5
29085
29086ac_cv_lib_Xext_XShapeQueryExtension=no
29087fi
ac1cb8d3
VS
29088rm -f conftest.err conftest.$ac_objext \
29089 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29090LIBS=$ac_check_lib_save_LIBS
29091fi
29092echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
29093echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
29094if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
29095
29096 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
29097 wxHAVE_XEXT_LIB=1
29098
29099fi
29100
29101
29102 if test "$wxHAVE_XEXT_LIB" = 1; then
29103 save_CFLAGS="$CFLAGS"
29104 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
29105
29106 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
29107echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
29108 cat >conftest.$ac_ext <<_ACEOF
29109/* confdefs.h. */
29110_ACEOF
29111cat confdefs.h >>conftest.$ac_ext
29112cat >>conftest.$ac_ext <<_ACEOF
29113/* end confdefs.h. */
29114
29115 #include <X11/Xlib.h>
29116 #include <X11/extensions/shape.h>
29117
29118int
29119main ()
29120{
29121
29122 int dummy1, dummy2;
29123 XShapeQueryExtension((Display*)NULL,
29124 (int*)NULL, (int*)NULL);
29125
29126 ;
29127 return 0;
29128}
29129_ACEOF
29130rm -f conftest.$ac_objext
29131if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29132 (eval $ac_compile) 2>conftest.er1
a848cd7e 29133 ac_status=$?
ac1cb8d3
VS
29134 grep -v '^ *+' conftest.er1 >conftest.err
29135 rm -f conftest.er1
29136 cat conftest.err >&5
a848cd7e
SC
29137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29138 (exit $ac_status); } &&
6ebeb4c7 29139 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29141 (eval $ac_try) 2>&5
29142 ac_status=$?
29143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29144 (exit $ac_status); }; } &&
29145 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29147 (eval $ac_try) 2>&5
29148 ac_status=$?
29149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29150 (exit $ac_status); }; }; then
29151
29152 cat >>confdefs.h <<\_ACEOF
29153#define HAVE_XSHAPE 1
29154_ACEOF
29155
29156 echo "$as_me:$LINENO: result: found" >&5
29157echo "${ECHO_T}found" >&6
29158
29159else
29160 echo "$as_me: failed program was:" >&5
29161sed 's/^/| /' conftest.$ac_ext >&5
29162
29163
29164 echo "$as_me:$LINENO: result: not found" >&5
29165echo "${ECHO_T}not found" >&6
29166
29167fi
ac1cb8d3 29168rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29169 CFLAGS="$save_CFLAGS"
29170
29171 fi
29172 fi
29173
29174 if test "$wxUSE_MAC" = 1; then
29175 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
29176echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
29177 if test "$GCC" = yes; then
29178 echo "$as_me:$LINENO: result: gcc" >&5
29179echo "${ECHO_T}gcc" >&6
29180 CPPFLAGS_PASCAL="-fpascal-strings"
29181 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
29182 echo "$as_me:$LINENO: result: xlc" >&5
29183echo "${ECHO_T}xlc" >&6
29184 CPPFLAGS_PASCAL="-qmacpstr"
29185 else
29186 echo "$as_me:$LINENO: result: none" >&5
29187echo "${ECHO_T}none" >&6
29188 fi
29189
1e9e8aba
DE
29190 if test "x$wxUSE_UNIX" = "xyes"; then
29191 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
29192 else
29193 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
29194 fi
a848cd7e 29195
a848cd7e
SC
29196 TOOLKIT=MAC
29197 GUIDIST=MACX_DIST
dd21ced8 29198 WXBASEPORT="_carbon"
a848cd7e
SC
29199 fi
29200
29201 if test "$wxUSE_COCOA" = 1; then
a848cd7e
SC
29202 TOOLKIT=COCOA
29203 GUIDIST=COCOA_DIST
29204 fi
29205
29206 if test "$wxUSE_PM" = 1; then
29207 TOOLKIT=PM
de59c161
RD
29208 GUIDIST=PM_DIST
29209 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
29210echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
29211if test "${wx_cv_spbcdata+set}" = set; then
29212 echo $ECHO_N "(cached) $ECHO_C" >&6
29213else
29214
29215 cat >conftest.$ac_ext <<_ACEOF
de59c161
RD
29216/* confdefs.h. */
29217_ACEOF
29218cat confdefs.h >>conftest.$ac_ext
29219cat >>conftest.$ac_ext <<_ACEOF
29220/* end confdefs.h. */
29221
29222 #define INCL_PM
29223 #include <os2.h>
29224
29225int
29226main ()
29227{
29228
29229 SPBCDATA test;
29230
29231 ;
29232 return 0;
29233}
29234_ACEOF
29235rm -f conftest.$ac_objext
29236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29237 (eval $ac_compile) 2>conftest.er1
de59c161 29238 ac_status=$?
ac1cb8d3
VS
29239 grep -v '^ *+' conftest.er1 >conftest.err
29240 rm -f conftest.er1
29241 cat conftest.err >&5
de59c161
RD
29242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29243 (exit $ac_status); } &&
6ebeb4c7 29244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29246 (eval $ac_try) 2>&5
29247 ac_status=$?
29248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29249 (exit $ac_status); }; } &&
29250 { ac_try='test -s conftest.$ac_objext'
de59c161
RD
29251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29252 (eval $ac_try) 2>&5
29253 ac_status=$?
29254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29255 (exit $ac_status); }; }; then
29256 wx_cv_spbcdata=yes
29257else
29258 echo "$as_me: failed program was:" >&5
29259sed 's/^/| /' conftest.$ac_ext >&5
29260
29261wx_cv_spbcdata=no
29262
29263fi
ac1cb8d3 29264rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
de59c161
RD
29265
29266
29267fi
29268echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
29269echo "${ECHO_T}$wx_cv_spbcdata" >&6
29270
29271 if test $wx_cv_spbcdata = "yes"; then
29272 cat >>confdefs.h <<\_ACEOF
29273#define HAVE_SPBCDATA 1
29274_ACEOF
29275
29276 fi
a848cd7e
SC
29277 fi
29278
29279 if test "$TOOLKIT" = "PM" ; then
29280 TOOLKIT_DIR="os2"
29281 else
29282 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
29283 fi
29284
a848cd7e 29285 if test "$wxUSE_UNIVERSAL" = "yes"; then
a848cd7e
SC
29286 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
29287 WIDGET_SET=univ
a848cd7e
SC
29288 fi
29289
29290 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
29291 DISTDIR="wx\$(TOOLKIT)"
29292else
29293 USE_GUI=0
29294
29295 TOOLKIT_DIR="base"
29296
29297 if test "$USE_WIN32" = 1 ; then
a848cd7e 29298 TOOLKIT="MSW"
a848cd7e
SC
29299 fi
29300
a848cd7e
SC
29301 GUIDIST="BASE_DIST"
29302 DISTDIR="wxBase"
29303fi
29304
29305
d12aef51
VZ
29306if test "$wxUSE_GUI" = "yes"; then
29307 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
29308
29309for ac_header in X11/Xlib.h
29310do
29311as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29312if eval "test \"\${$as_ac_Header+set}\" = set"; then
29313 echo "$as_me:$LINENO: checking for $ac_header" >&5
29314echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29315if eval "test \"\${$as_ac_Header+set}\" = set"; then
29316 echo $ECHO_N "(cached) $ECHO_C" >&6
29317fi
29318echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29319echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29320else
29321 # Is the header compilable?
29322echo "$as_me:$LINENO: checking $ac_header usability" >&5
29323echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
29324cat >conftest.$ac_ext <<_ACEOF
29325/* confdefs.h. */
29326_ACEOF
29327cat confdefs.h >>conftest.$ac_ext
29328cat >>conftest.$ac_ext <<_ACEOF
29329/* end confdefs.h. */
29330$ac_includes_default
29331#include <$ac_header>
29332_ACEOF
29333rm -f conftest.$ac_objext
29334if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29335 (eval $ac_compile) 2>conftest.er1
29336 ac_status=$?
29337 grep -v '^ *+' conftest.er1 >conftest.err
29338 rm -f conftest.er1
29339 cat conftest.err >&5
29340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29341 (exit $ac_status); } &&
29342 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29344 (eval $ac_try) 2>&5
29345 ac_status=$?
29346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29347 (exit $ac_status); }; } &&
29348 { ac_try='test -s conftest.$ac_objext'
29349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29350 (eval $ac_try) 2>&5
29351 ac_status=$?
29352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29353 (exit $ac_status); }; }; then
29354 ac_header_compiler=yes
29355else
29356 echo "$as_me: failed program was:" >&5
29357sed 's/^/| /' conftest.$ac_ext >&5
29358
29359ac_header_compiler=no
29360fi
29361rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29362echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29363echo "${ECHO_T}$ac_header_compiler" >&6
29364
29365# Is the header present?
29366echo "$as_me:$LINENO: checking $ac_header presence" >&5
29367echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
29368cat >conftest.$ac_ext <<_ACEOF
29369/* confdefs.h. */
29370_ACEOF
29371cat confdefs.h >>conftest.$ac_ext
29372cat >>conftest.$ac_ext <<_ACEOF
29373/* end confdefs.h. */
29374#include <$ac_header>
29375_ACEOF
29376if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29377 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29378 ac_status=$?
29379 grep -v '^ *+' conftest.er1 >conftest.err
29380 rm -f conftest.er1
29381 cat conftest.err >&5
29382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29383 (exit $ac_status); } >/dev/null; then
29384 if test -s conftest.err; then
29385 ac_cpp_err=$ac_c_preproc_warn_flag
29386 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
29387 else
29388 ac_cpp_err=
29389 fi
29390else
29391 ac_cpp_err=yes
29392fi
29393if test -z "$ac_cpp_err"; then
29394 ac_header_preproc=yes
29395else
29396 echo "$as_me: failed program was:" >&5
29397sed 's/^/| /' conftest.$ac_ext >&5
29398
29399 ac_header_preproc=no
29400fi
29401rm -f conftest.err conftest.$ac_ext
29402echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29403echo "${ECHO_T}$ac_header_preproc" >&6
29404
29405# So? What about this header?
29406case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29407 yes:no: )
29408 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29409echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29410 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
29411echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
29412 ac_header_preproc=yes
29413 ;;
29414 no:yes:* )
29415 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29416echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29417 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29418echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29419 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
29420echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
29421 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
29422echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
29423 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29424echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29425 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
29426echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
29427 (
29428 cat <<\_ASBOX
29429## ----------------------------------------- ##
29430## Report this to wx-dev@lists.wxwidgets.org ##
29431## ----------------------------------------- ##
29432_ASBOX
29433 ) |
29434 sed "s/^/$as_me: WARNING: /" >&2
29435 ;;
29436esac
29437echo "$as_me:$LINENO: checking for $ac_header" >&5
29438echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29439if eval "test \"\${$as_ac_Header+set}\" = set"; then
29440 echo $ECHO_N "(cached) $ECHO_C" >&6
29441else
29442 eval "$as_ac_Header=\$ac_header_preproc"
29443fi
29444echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29445echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29446
29447fi
29448if test `eval echo '${'$as_ac_Header'}'` = yes; then
29449 cat >>confdefs.h <<_ACEOF
29450#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29451_ACEOF
29452
29453fi
29454
29455done
29456
29457
29458for ac_header in X11/XKBlib.h
29459do
29460as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29461echo "$as_me:$LINENO: checking for $ac_header" >&5
29462echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29463if eval "test \"\${$as_ac_Header+set}\" = set"; then
29464 echo $ECHO_N "(cached) $ECHO_C" >&6
29465else
29466 cat >conftest.$ac_ext <<_ACEOF
29467/* confdefs.h. */
29468_ACEOF
29469cat confdefs.h >>conftest.$ac_ext
29470cat >>conftest.$ac_ext <<_ACEOF
29471/* end confdefs.h. */
29472
29473 #if HAVE_X11_XLIB_H
29474 #include <X11/Xlib.h>
29475 #endif
29476
29477
29478#include <$ac_header>
29479_ACEOF
29480rm -f conftest.$ac_objext
29481if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29482 (eval $ac_compile) 2>conftest.er1
29483 ac_status=$?
29484 grep -v '^ *+' conftest.er1 >conftest.err
29485 rm -f conftest.er1
29486 cat conftest.err >&5
29487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29488 (exit $ac_status); } &&
29489 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29491 (eval $ac_try) 2>&5
29492 ac_status=$?
29493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29494 (exit $ac_status); }; } &&
29495 { ac_try='test -s conftest.$ac_objext'
29496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29497 (eval $ac_try) 2>&5
29498 ac_status=$?
29499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29500 (exit $ac_status); }; }; then
29501 eval "$as_ac_Header=yes"
29502else
29503 echo "$as_me: failed program was:" >&5
29504sed 's/^/| /' conftest.$ac_ext >&5
29505
29506eval "$as_ac_Header=no"
29507fi
29508rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29509fi
29510echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29511echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29512if test `eval echo '${'$as_ac_Header'}'` = yes; then
29513 cat >>confdefs.h <<_ACEOF
29514#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29515_ACEOF
29516
29517fi
29518
29519done
29520
29521 fi
29522fi
29523
a848cd7e
SC
29524
29525
29526IODBC_C_SRC=""
29527
29528
29529if test "$TOOLKIT" != "MSW" ; then
29530
29531 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
29532
29533 if test "${ac_cv_header_sql_h+set}" = set; then
29534 echo "$as_me:$LINENO: checking for sql.h" >&5
29535echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29536if test "${ac_cv_header_sql_h+set}" = set; then
29537 echo $ECHO_N "(cached) $ECHO_C" >&6
29538fi
29539echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29540echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29541else
29542 # Is the header compilable?
29543echo "$as_me:$LINENO: checking sql.h usability" >&5
29544echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
29545cat >conftest.$ac_ext <<_ACEOF
29546/* confdefs.h. */
29547_ACEOF
29548cat confdefs.h >>conftest.$ac_ext
29549cat >>conftest.$ac_ext <<_ACEOF
29550/* end confdefs.h. */
29551$ac_includes_default
29552#include <sql.h>
29553_ACEOF
29554rm -f conftest.$ac_objext
29555if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29556 (eval $ac_compile) 2>conftest.er1
a848cd7e 29557 ac_status=$?
ac1cb8d3
VS
29558 grep -v '^ *+' conftest.er1 >conftest.err
29559 rm -f conftest.er1
29560 cat conftest.err >&5
a848cd7e
SC
29561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29562 (exit $ac_status); } &&
6ebeb4c7 29563 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29565 (eval $ac_try) 2>&5
29566 ac_status=$?
29567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29568 (exit $ac_status); }; } &&
29569 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29571 (eval $ac_try) 2>&5
29572 ac_status=$?
29573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29574 (exit $ac_status); }; }; then
29575 ac_header_compiler=yes
29576else
29577 echo "$as_me: failed program was:" >&5
29578sed 's/^/| /' conftest.$ac_ext >&5
29579
29580ac_header_compiler=no
29581fi
ac1cb8d3 29582rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29583echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29584echo "${ECHO_T}$ac_header_compiler" >&6
29585
29586# Is the header present?
29587echo "$as_me:$LINENO: checking sql.h presence" >&5
29588echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
29589cat >conftest.$ac_ext <<_ACEOF
29590/* confdefs.h. */
29591_ACEOF
29592cat confdefs.h >>conftest.$ac_ext
29593cat >>conftest.$ac_ext <<_ACEOF
29594/* end confdefs.h. */
29595#include <sql.h>
29596_ACEOF
29597if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29598 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29599 ac_status=$?
29600 grep -v '^ *+' conftest.er1 >conftest.err
29601 rm -f conftest.er1
29602 cat conftest.err >&5
29603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29604 (exit $ac_status); } >/dev/null; then
29605 if test -s conftest.err; then
29606 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 29607 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
29608 else
29609 ac_cpp_err=
29610 fi
29611else
29612 ac_cpp_err=yes
29613fi
29614if test -z "$ac_cpp_err"; then
29615 ac_header_preproc=yes
29616else
29617 echo "$as_me: failed program was:" >&5
29618sed 's/^/| /' conftest.$ac_ext >&5
29619
29620 ac_header_preproc=no
29621fi
29622rm -f conftest.err conftest.$ac_ext
29623echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29624echo "${ECHO_T}$ac_header_preproc" >&6
29625
29626# So? What about this header?
ac1cb8d3
VS
29627case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29628 yes:no: )
a848cd7e
SC
29629 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
29630echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
29631 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
29632echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
29633 ac_header_preproc=yes
a848cd7e 29634 ;;
ac1cb8d3 29635 no:yes:* )
a848cd7e
SC
29636 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
29637echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
29638 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
29639echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
29640 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
29641echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
29642 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
29643echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
29644 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
29645echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
29646 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
29647echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
29648 (
29649 cat <<\_ASBOX
ac1cb8d3
VS
29650## ----------------------------------------- ##
29651## Report this to wx-dev@lists.wxwidgets.org ##
29652## ----------------------------------------- ##
a848cd7e
SC
29653_ASBOX
29654 ) |
29655 sed "s/^/$as_me: WARNING: /" >&2
29656 ;;
29657esac
29658echo "$as_me:$LINENO: checking for sql.h" >&5
29659echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29660if test "${ac_cv_header_sql_h+set}" = set; then
29661 echo $ECHO_N "(cached) $ECHO_C" >&6
29662else
29663 ac_cv_header_sql_h=$ac_header_preproc
29664fi
29665echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29666echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29667
29668fi
29669if test $ac_cv_header_sql_h = yes; then
29670 found_sql_h=1
29671fi
29672
29673
29674 if test "x$found_sql_h" = "x1" ; then
29675 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
29676echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
29677if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
29678 echo $ECHO_N "(cached) $ECHO_C" >&6
29679else
29680 ac_check_lib_save_LIBS=$LIBS
29681LIBS="-liodbc $LIBS"
29682cat >conftest.$ac_ext <<_ACEOF
29683/* confdefs.h. */
29684_ACEOF
29685cat confdefs.h >>conftest.$ac_ext
29686cat >>conftest.$ac_ext <<_ACEOF
29687/* end confdefs.h. */
29688
29689/* Override any gcc2 internal prototype to avoid an error. */
29690#ifdef __cplusplus
29691extern "C"
29692#endif
29693/* We use char because int might match the return type of a gcc2
29694 builtin and then its argument prototype would still apply. */
29695char SQLAllocEnv ();
29696int
29697main ()
29698{
29699SQLAllocEnv ();
29700 ;
29701 return 0;
29702}
29703_ACEOF
29704rm -f conftest.$ac_objext conftest$ac_exeext
29705if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29706 (eval $ac_link) 2>conftest.er1
a848cd7e 29707 ac_status=$?
ac1cb8d3
VS
29708 grep -v '^ *+' conftest.er1 >conftest.err
29709 rm -f conftest.er1
29710 cat conftest.err >&5
a848cd7e
SC
29711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29712 (exit $ac_status); } &&
6ebeb4c7 29713 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29715 (eval $ac_try) 2>&5
29716 ac_status=$?
29717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29718 (exit $ac_status); }; } &&
29719 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29721 (eval $ac_try) 2>&5
29722 ac_status=$?
29723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29724 (exit $ac_status); }; }; then
29725 ac_cv_lib_iodbc_SQLAllocEnv=yes
29726else
29727 echo "$as_me: failed program was:" >&5
29728sed 's/^/| /' conftest.$ac_ext >&5
29729
29730ac_cv_lib_iodbc_SQLAllocEnv=no
29731fi
ac1cb8d3
VS
29732rm -f conftest.err conftest.$ac_objext \
29733 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29734LIBS=$ac_check_lib_save_LIBS
29735fi
29736echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
29737echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
29738if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
29739 ODBC_LINK=" -liodbc"
29740else
29741
29742 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
29743echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
29744if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
29745 echo $ECHO_N "(cached) $ECHO_C" >&6
29746else
29747 ac_check_lib_save_LIBS=$LIBS
29748LIBS="-lunixodbc $LIBS"
29749cat >conftest.$ac_ext <<_ACEOF
29750/* confdefs.h. */
29751_ACEOF
29752cat confdefs.h >>conftest.$ac_ext
29753cat >>conftest.$ac_ext <<_ACEOF
29754/* end confdefs.h. */
29755
29756/* Override any gcc2 internal prototype to avoid an error. */
29757#ifdef __cplusplus
29758extern "C"
29759#endif
29760/* We use char because int might match the return type of a gcc2
29761 builtin and then its argument prototype would still apply. */
29762char SQLAllocEnv ();
29763int
29764main ()
29765{
29766SQLAllocEnv ();
29767 ;
29768 return 0;
29769}
29770_ACEOF
29771rm -f conftest.$ac_objext conftest$ac_exeext
29772if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29773 (eval $ac_link) 2>conftest.er1
a848cd7e 29774 ac_status=$?
ac1cb8d3
VS
29775 grep -v '^ *+' conftest.er1 >conftest.err
29776 rm -f conftest.er1
29777 cat conftest.err >&5
a848cd7e
SC
29778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29779 (exit $ac_status); } &&
6ebeb4c7 29780 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29782 (eval $ac_try) 2>&5
29783 ac_status=$?
29784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29785 (exit $ac_status); }; } &&
29786 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29788 (eval $ac_try) 2>&5
29789 ac_status=$?
29790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29791 (exit $ac_status); }; }; then
29792 ac_cv_lib_unixodbc_SQLAllocEnv=yes
29793else
29794 echo "$as_me: failed program was:" >&5
29795sed 's/^/| /' conftest.$ac_ext >&5
29796
29797ac_cv_lib_unixodbc_SQLAllocEnv=no
29798fi
ac1cb8d3
VS
29799rm -f conftest.err conftest.$ac_objext \
29800 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29801LIBS=$ac_check_lib_save_LIBS
29802fi
29803echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
29804echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
29805if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
29806 ODBC_LINK=" -lunixodbc"
29807else
29808
29809 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
29810echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
29811if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
29812 echo $ECHO_N "(cached) $ECHO_C" >&6
29813else
29814 ac_check_lib_save_LIBS=$LIBS
29815LIBS="-lodbc $LIBS"
29816cat >conftest.$ac_ext <<_ACEOF
29817/* confdefs.h. */
29818_ACEOF
29819cat confdefs.h >>conftest.$ac_ext
29820cat >>conftest.$ac_ext <<_ACEOF
29821/* end confdefs.h. */
29822
29823/* Override any gcc2 internal prototype to avoid an error. */
29824#ifdef __cplusplus
29825extern "C"
29826#endif
29827/* We use char because int might match the return type of a gcc2
29828 builtin and then its argument prototype would still apply. */
29829char SQLAllocEnv ();
29830int
29831main ()
29832{
29833SQLAllocEnv ();
29834 ;
29835 return 0;
29836}
29837_ACEOF
29838rm -f conftest.$ac_objext conftest$ac_exeext
29839if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29840 (eval $ac_link) 2>conftest.er1
a848cd7e 29841 ac_status=$?
ac1cb8d3
VS
29842 grep -v '^ *+' conftest.er1 >conftest.err
29843 rm -f conftest.er1
29844 cat conftest.err >&5
a848cd7e
SC
29845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29846 (exit $ac_status); } &&
6ebeb4c7 29847 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29849 (eval $ac_try) 2>&5
29850 ac_status=$?
29851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29852 (exit $ac_status); }; } &&
29853 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29855 (eval $ac_try) 2>&5
29856 ac_status=$?
29857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29858 (exit $ac_status); }; }; then
29859 ac_cv_lib_odbc_SQLAllocEnv=yes
29860else
29861 echo "$as_me: failed program was:" >&5
29862sed 's/^/| /' conftest.$ac_ext >&5
29863
29864ac_cv_lib_odbc_SQLAllocEnv=no
29865fi
ac1cb8d3
VS
29866rm -f conftest.err conftest.$ac_objext \
29867 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29868LIBS=$ac_check_lib_save_LIBS
29869fi
29870echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
29871echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
29872if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
29873 ODBC_LINK=" -lodbc"
29874fi
29875
29876
29877fi
29878
29879
29880fi
29881
29882 fi
29883 if test "x$ODBC_LINK" = "x" ; then
29884 if test "$wxUSE_ODBC" = "sys" ; then
29885 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
29886echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
29887 { (exit 1); exit 1; }; }
29888 else
29889 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
29890echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
29891 wxUSE_ODBC=builtin
29892 fi
29893 else
29894 wxUSE_ODBC=sys
29895 fi
29896 fi
a848cd7e 29897
2da0c077
RD
29898 if test "$wxUSE_ODBC" = "builtin" ; then
29899 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
29900#define wxUSE_BUILTIN_IODBC 1
29901_ACEOF
29902
a848cd7e
SC
29903 fi
29904fi
29905
2da0c077
RD
29906if test "$wxUSE_ODBC" != "no" ; then
29907 cat >>confdefs.h <<\_ACEOF
29908#define wxUSE_ODBC 1
29909_ACEOF
29910
29911 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
29912
29913 WXODBCFLAG="-D_IODBC_"
29914fi
a848cd7e 29915
01cb68df 29916
a848cd7e 29917if test "$wxUSE_DISPLAY" = "yes"; then
2a5d7a98 29918 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
a848cd7e
SC
29919 echo "$as_me:$LINENO: checking for Xinerama" >&5
29920echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
29921
0ad5d837
VZ
29922
29923 ac_find_libraries=
29924 for ac_dir in $SEARCH_LIB;
29925 do
29926 for ac_extension in a so sl dylib dll.a; do
29927 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29928 ac_find_libraries=$ac_dir
29929 break 2
29930 fi
29931 done
29932 done
29933
29934 if test "x$ac_find_libraries" = "x" ; then
29935
29936 ac_find_libraries=
29937 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
a848cd7e 29938 do
3eca31dc 29939 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
29940 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29941 ac_find_libraries=$ac_dir
29942 break 2
29943 fi
29944 done
29945 done
29946
0ad5d837
VZ
29947 if test "x$ac_find_libraries" != "x" ; then
29948 ac_find_libraries="default location"
29949 fi
29950 fi
29951
a848cd7e
SC
29952 if test "$ac_find_libraries" != "" ; then
29953
0ad5d837 29954 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
29955 ac_path_to_link=""
29956 else
0ad5d837
VZ
29957 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29958 result=$?
29959 if test $result = 0; then
29960 ac_path_to_link=""
29961 else
29962 ac_path_to_link=" -L$ac_find_libraries"
29963 fi
a848cd7e
SC
29964 fi
29965
29966 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29967 LDFLAGS="$LDFLAGS $ac_path_to_link"
29968 fi
29969 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
29970 echo "$as_me:$LINENO: result: yes" >&5
29971echo "${ECHO_T}yes" >&6
29972
29973 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
29974echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
29975
0ad5d837
VZ
29976
29977 ac_find_libraries=
29978 for ac_dir in $SEARCH_LIB;
a848cd7e 29979 do
3eca31dc 29980 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
29981 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29982 ac_find_libraries=$ac_dir
29983 break 2
29984 fi
29985 done
29986 done
29987
0ad5d837
VZ
29988 if test "x$ac_find_libraries" = "x" ; then
29989
29990 ac_find_libraries=
29991 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
29992 do
29993 for ac_extension in a so sl dylib dll.a; do
29994 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29995 ac_find_libraries=$ac_dir
29996 break 2
29997 fi
29998 done
29999 done
30000
30001 if test "x$ac_find_libraries" != "x" ; then
30002 ac_find_libraries="default location"
30003 fi
30004 fi
30005
a848cd7e
SC
30006 if test "$ac_find_libraries" != "" ; then
30007 echo "$as_me:$LINENO: result: yes" >&5
30008echo "${ECHO_T}yes" >&6
30009
30010for ac_header in X11/extensions/xf86vmode.h
30011do
30012as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30013echo "$as_me:$LINENO: checking for $ac_header" >&5
30014echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30015if eval "test \"\${$as_ac_Header+set}\" = set"; then
30016 echo $ECHO_N "(cached) $ECHO_C" >&6
30017else
30018 cat >conftest.$ac_ext <<_ACEOF
30019/* confdefs.h. */
30020_ACEOF
30021cat confdefs.h >>conftest.$ac_ext
30022cat >>conftest.$ac_ext <<_ACEOF
30023/* end confdefs.h. */
30024
30025 #if HAVE_X11_XLIB_H
30026 #include <X11/Xlib.h>
30027 #endif
30028
30029
30030#include <$ac_header>
30031_ACEOF
30032rm -f conftest.$ac_objext
30033if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30034 (eval $ac_compile) 2>conftest.er1
a848cd7e 30035 ac_status=$?
ac1cb8d3
VS
30036 grep -v '^ *+' conftest.er1 >conftest.err
30037 rm -f conftest.er1
30038 cat conftest.err >&5
a848cd7e
SC
30039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30040 (exit $ac_status); } &&
6ebeb4c7 30041 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30043 (eval $ac_try) 2>&5
30044 ac_status=$?
30045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30046 (exit $ac_status); }; } &&
30047 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30049 (eval $ac_try) 2>&5
30050 ac_status=$?
30051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30052 (exit $ac_status); }; }; then
30053 eval "$as_ac_Header=yes"
30054else
30055 echo "$as_me: failed program was:" >&5
30056sed 's/^/| /' conftest.$ac_ext >&5
30057
30058eval "$as_ac_Header=no"
30059fi
ac1cb8d3 30060rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30061fi
30062echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30063echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30064if test `eval echo '${'$as_ac_Header'}'` = yes; then
30065 cat >>confdefs.h <<_ACEOF
30066#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30067_ACEOF
30068
30069 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
30070
30071fi
30072
30073done
30074
30075 else
30076 echo "$as_me:$LINENO: result: no" >&5
30077echo "${ECHO_T}no" >&6
30078 fi
30079
30080 else
30081 echo "$as_me:$LINENO: result: no" >&5
30082echo "${ECHO_T}no" >&6
dcc1b6ad
VS
30083 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
30084echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
a848cd7e
SC
30085 wxUSE_DISPLAY="no"
30086 fi
01cb68df
RG
30087 elif test "$wxUSE_MSW" = 1; then
30088
30089
30090for ac_header in multimon.h ddraw.h
30091do
30092as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5294a27e 30093echo "$as_me:$LINENO: checking for $ac_header" >&5
01cb68df
RG
30094echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30095if eval "test \"\${$as_ac_Header+set}\" = set"; then
30096 echo $ECHO_N "(cached) $ECHO_C" >&6
01cb68df 30097else
5294a27e 30098 cat >conftest.$ac_ext <<_ACEOF
01cb68df
RG
30099/* confdefs.h. */
30100_ACEOF
30101cat confdefs.h >>conftest.$ac_ext
30102cat >>conftest.$ac_ext <<_ACEOF
30103/* end confdefs.h. */
5294a27e
VZ
30104#include <windows.h>
30105
01cb68df
RG
30106#include <$ac_header>
30107_ACEOF
30108rm -f conftest.$ac_objext
30109if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30110 (eval $ac_compile) 2>conftest.er1
01cb68df 30111 ac_status=$?
ac1cb8d3
VS
30112 grep -v '^ *+' conftest.er1 >conftest.err
30113 rm -f conftest.er1
30114 cat conftest.err >&5
01cb68df
RG
30115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30116 (exit $ac_status); } &&
6ebeb4c7 30117 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30119 (eval $ac_try) 2>&5
30120 ac_status=$?
30121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30122 (exit $ac_status); }; } &&
30123 { ac_try='test -s conftest.$ac_objext'
01cb68df
RG
30124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30125 (eval $ac_try) 2>&5
30126 ac_status=$?
30127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30128 (exit $ac_status); }; }; then
5294a27e 30129 eval "$as_ac_Header=yes"
01cb68df
RG
30130else
30131 echo "$as_me: failed program was:" >&5
30132sed 's/^/| /' conftest.$ac_ext >&5
30133
5294a27e 30134eval "$as_ac_Header=no"
01cb68df 30135fi
ac1cb8d3 30136rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
01cb68df
RG
30137fi
30138echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30139echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
01cb68df
RG
30140if test `eval echo '${'$as_ac_Header'}'` = yes; then
30141 cat >>confdefs.h <<_ACEOF
30142#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30143_ACEOF
30144
30145else
30146
5294a27e
VZ
30147 wxUSE_DISPLAY="no"
30148 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
dcc1b6ad 30149echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
01cb68df
RG
30150
30151fi
30152
30153done
30154
a848cd7e
SC
30155 fi
30156fi
30157
30158
30159USE_OPENGL=0
30160if test "$wxUSE_OPENGL" = "yes"; then
30161 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
30162 OPENGL_LIBS="-framework OpenGL -framework AGL"
30163 elif test "$wxUSE_MSW" = 1; then
30164 OPENGL_LIBS="-lopengl32 -lglu32"
30165 else
30166
30167
30168ac_find_includes=
30169for ac_dir in $SEARCH_INCLUDE /usr/include;
30170 do
30171 if test -f "$ac_dir/GL/gl.h"; then
30172 ac_find_includes=$ac_dir
30173 break
30174 fi
30175 done
30176
30177 if test "$ac_find_includes" != "" ; then
30178 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
30179echo "${ECHO_T}found in $ac_find_includes" >&6
30180
30181 if test "x$ac_find_includes" = "x/usr/include"; then
30182 ac_path_to_include=""
30183 else
30184 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
30185 result=$?
30186 if test $result = 0; then
30187 ac_path_to_include=""
30188 else
30189 ac_path_to_include=" -I$ac_find_includes"
30190 fi
30191 fi
30192
30193 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
30194 fi
30195
30196 if test "${ac_cv_header_GL_gl_h+set}" = set; then
30197 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
30198echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
30199if test "${ac_cv_header_GL_gl_h+set}" = set; then
30200 echo $ECHO_N "(cached) $ECHO_C" >&6
30201fi
30202echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
30203echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
30204else
30205 # Is the header compilable?
30206echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
30207echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
30208cat >conftest.$ac_ext <<_ACEOF
30209/* confdefs.h. */
30210_ACEOF
30211cat confdefs.h >>conftest.$ac_ext
30212cat >>conftest.$ac_ext <<_ACEOF
30213/* end confdefs.h. */
30214$ac_includes_default
30215#include <GL/gl.h>
30216_ACEOF
30217rm -f conftest.$ac_objext
30218if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30219 (eval $ac_compile) 2>conftest.er1
a848cd7e 30220 ac_status=$?
ac1cb8d3
VS
30221 grep -v '^ *+' conftest.er1 >conftest.err
30222 rm -f conftest.er1
30223 cat conftest.err >&5
a848cd7e
SC
30224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30225 (exit $ac_status); } &&
6ebeb4c7 30226 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30228 (eval $ac_try) 2>&5
30229 ac_status=$?
30230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30231 (exit $ac_status); }; } &&
30232 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30234 (eval $ac_try) 2>&5
30235 ac_status=$?
30236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30237 (exit $ac_status); }; }; then
30238 ac_header_compiler=yes
30239else
30240 echo "$as_me: failed program was:" >&5
30241sed 's/^/| /' conftest.$ac_ext >&5
30242
30243ac_header_compiler=no
30244fi
ac1cb8d3 30245rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30246echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30247echo "${ECHO_T}$ac_header_compiler" >&6
30248
30249# Is the header present?
30250echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
30251echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
30252cat >conftest.$ac_ext <<_ACEOF
30253/* confdefs.h. */
30254_ACEOF
30255cat confdefs.h >>conftest.$ac_ext
30256cat >>conftest.$ac_ext <<_ACEOF
30257/* end confdefs.h. */
30258#include <GL/gl.h>
30259_ACEOF
30260if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30261 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
30262 ac_status=$?
30263 grep -v '^ *+' conftest.er1 >conftest.err
30264 rm -f conftest.er1
30265 cat conftest.err >&5
30266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30267 (exit $ac_status); } >/dev/null; then
30268 if test -s conftest.err; then
30269 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 30270 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
30271 else
30272 ac_cpp_err=
30273 fi
30274else
30275 ac_cpp_err=yes
30276fi
30277if test -z "$ac_cpp_err"; then
30278 ac_header_preproc=yes
30279else
30280 echo "$as_me: failed program was:" >&5
30281sed 's/^/| /' conftest.$ac_ext >&5
30282
30283 ac_header_preproc=no
30284fi
30285rm -f conftest.err conftest.$ac_ext
30286echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30287echo "${ECHO_T}$ac_header_preproc" >&6
30288
30289# So? What about this header?
ac1cb8d3
VS
30290case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30291 yes:no: )
a848cd7e
SC
30292 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
30293echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
30294 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
30295echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
30296 ac_header_preproc=yes
a848cd7e 30297 ;;
ac1cb8d3 30298 no:yes:* )
a848cd7e
SC
30299 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
30300echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
30301 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
30302echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
30303 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
30304echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
30305 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
30306echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
30307 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
30308echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
30309 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
30310echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
30311 (
30312 cat <<\_ASBOX
ac1cb8d3
VS
30313## ----------------------------------------- ##
30314## Report this to wx-dev@lists.wxwidgets.org ##
30315## ----------------------------------------- ##
a848cd7e
SC
30316_ASBOX
30317 ) |
30318 sed "s/^/$as_me: WARNING: /" >&2
30319 ;;
30320esac
30321echo "$as_me:$LINENO: checking for GL/gl.h" >&5
30322echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
30323if test "${ac_cv_header_GL_gl_h+set}" = set; then
30324 echo $ECHO_N "(cached) $ECHO_C" >&6
30325else
30326 ac_cv_header_GL_gl_h=$ac_header_preproc
30327fi
30328echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
30329echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
30330
30331fi
30332if test $ac_cv_header_GL_gl_h = yes; then
30333
30334 found_gl=0
30335
30336 echo "$as_me:$LINENO: checking for -lGL" >&5
30337echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
30338
0ad5d837
VZ
30339
30340 ac_find_libraries=
30341 for ac_dir in $SEARCH_LIB;
a848cd7e 30342 do
3eca31dc 30343 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
30344 if test -f "$ac_dir/libGL.$ac_extension"; then
30345 ac_find_libraries=$ac_dir
30346 break 2
30347 fi
30348 done
30349 done
30350
0ad5d837
VZ
30351 if test "x$ac_find_libraries" = "x" ; then
30352
30353 ac_find_libraries=
30354 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
30355 do
30356 for ac_extension in a so sl dylib dll.a; do
30357 if test -f "$ac_dir/libGL.$ac_extension"; then
30358 ac_find_libraries=$ac_dir
30359 break 2
30360 fi
30361 done
30362 done
30363
30364 if test "x$ac_find_libraries" != "x" ; then
30365 ac_find_libraries="default location"
30366 fi
30367 fi
30368
a848cd7e 30369 if test "$ac_find_libraries" != "" ; then
69120ee4
VZ
30370 echo "$as_me:$LINENO: result: yes" >&5
30371echo "${ECHO_T}yes" >&6
30372
a848cd7e 30373
0ad5d837 30374 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
30375 ac_path_to_link=""
30376 else
0ad5d837
VZ
30377 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30378 result=$?
30379 if test $result = 0; then
30380 ac_path_to_link=""
30381 else
30382 ac_path_to_link=" -L$ac_find_libraries"
30383 fi
a848cd7e
SC
30384 fi
30385
30386 if test "$ac_path_to_link" != " -L/usr/lib" ; then
30387 LDFLAGS_GL="$ac_path_to_link"
30388 fi
30389
69120ee4
VZ
30390 echo "$as_me:$LINENO: checking for -lGLU" >&5
30391echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
a848cd7e 30392
0ad5d837
VZ
30393
30394 ac_find_libraries=
30395 for ac_dir in $SEARCH_LIB;
30396 do
30397 for ac_extension in a so sl dylib dll.a; do
30398 if test -f "$ac_dir/libGLU.$ac_extension"; then
30399 ac_find_libraries=$ac_dir
30400 break 2
30401 fi
30402 done
30403 done
30404
30405 if test "x$ac_find_libraries" = "x" ; then
30406
30407 ac_find_libraries=
30408 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
a848cd7e 30409 do
3eca31dc 30410 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
30411 if test -f "$ac_dir/libGLU.$ac_extension"; then
30412 ac_find_libraries=$ac_dir
30413 break 2
30414 fi
30415 done
30416 done
30417
0ad5d837
VZ
30418 if test "x$ac_find_libraries" != "x" ; then
30419 ac_find_libraries="default location"
30420 fi
30421 fi
30422
a848cd7e
SC
30423 if test "$ac_find_libraries" != "" ; then
30424
0ad5d837 30425 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
30426 ac_path_to_link=""
30427 else
0ad5d837
VZ
30428 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30429 result=$?
30430 if test $result = 0; then
30431 ac_path_to_link=""
30432 else
30433 ac_path_to_link=" -L$ac_find_libraries"
30434 fi
a848cd7e
SC
30435 fi
30436
30437 if test "$ac_path_to_link" != " -L/usr/lib" -a \
30438 "$ac_path_to_link" != "$LDFLAGS_GL"; then
30439 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
30440 fi
30441
30442 found_gl=1
30443 OPENGL_LIBS="-lGL -lGLU"
30444 echo "$as_me:$LINENO: result: yes" >&5
30445echo "${ECHO_T}yes" >&6
69120ee4
VZ
30446 else
30447 echo "$as_me:$LINENO: result: no" >&5
30448echo "${ECHO_T}no" >&6
a848cd7e 30449 fi
69120ee4
VZ
30450 else
30451 echo "$as_me:$LINENO: result: no" >&5
30452echo "${ECHO_T}no" >&6
a848cd7e
SC
30453 fi
30454
30455 if test "$found_gl" != 1; then
a848cd7e
SC
30456 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
30457echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
30458
0ad5d837
VZ
30459
30460 ac_find_libraries=
30461 for ac_dir in $SEARCH_LIB;
a848cd7e 30462 do
3eca31dc 30463 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
30464 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
30465 ac_find_libraries=$ac_dir
30466 break 2
30467 fi
30468 done
30469 done
30470
0ad5d837
VZ
30471 if test "x$ac_find_libraries" = "x" ; then
30472
30473 ac_find_libraries=
30474 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
30475 do
30476 for ac_extension in a so sl dylib dll.a; do
30477 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
30478 ac_find_libraries=$ac_dir
30479 break 2
30480 fi
30481 done
30482 done
30483
30484 if test "x$ac_find_libraries" != "x" ; then
30485 ac_find_libraries="default location"
30486 fi
30487 fi
30488
a848cd7e
SC
30489 if test "$ac_find_libraries" != "" ; then
30490
0ad5d837 30491 if test "$ac_find_libraries" = "default location"; then
a848cd7e
SC
30492 ac_path_to_link=""
30493 else
0ad5d837
VZ
30494 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30495 result=$?
30496 if test $result = 0; then
30497 ac_path_to_link=""
30498 else
30499 ac_path_to_link=" -L$ac_find_libraries"
30500 fi
a848cd7e
SC
30501 fi
30502
30503 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
30504 OPENGL_LIBS="-lMesaGL -lMesaGLU"
30505 echo "$as_me:$LINENO: result: yes" >&5
30506echo "${ECHO_T}yes" >&6
30507 else
30508 echo "$as_me:$LINENO: result: no" >&5
30509echo "${ECHO_T}no" >&6
30510 fi
30511 fi
30512
30513fi
30514
30515
30516
30517 if test "x$OPENGL_LIBS" = "x"; then
30518 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
30519echo "$as_me: error: OpenGL libraries not available" >&2;}
30520 { (exit 1); exit 1; }; }
30521 fi
30522 fi
30523
30524 if test "$wxUSE_OPENGL" = "yes"; then
30525 USE_OPENGL=1
30526 cat >>confdefs.h <<\_ACEOF
30527#define wxUSE_OPENGL 1
30528_ACEOF
30529
30530 cat >>confdefs.h <<\_ACEOF
30531#define wxUSE_GLCANVAS 1
30532_ACEOF
30533
30534 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
30535 fi
30536fi
30537
a848cd7e
SC
30538
30539if test -n "$TOOLKIT" ; then
30540 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
30541fi
30542
a848cd7e
SC
30543
30544
30545if test "$wxUSE_SHARED" = "yes"; then
30546 case "${host}" in
30547 *-pc-msdosdjgpp )
30548 wxUSE_SHARED=no
30549 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
30550echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
30551 ;;
30552 esac
30553fi
30554
a848cd7e 30555if test "$wxUSE_SHARED" = "yes"; then
a848cd7e
SC
30556
30557
30558 found_versioning=no
30559
30560
30561 if test $found_versioning = no ; then
30562 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
30563echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
30564if test "${wx_cv_version_script+set}" = set; then
30565 echo $ECHO_N "(cached) $ECHO_C" >&6
30566else
30567
30568 echo "VER_1 { *; };" >conftest.sym
30569 echo "int main() { return 0; }" >conftest.cpp
30570
30571 if { ac_try='
30572 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30573 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
30574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30575 (eval $ac_try) 2>&5
30576 ac_status=$?
30577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30578 (exit $ac_status); }; } ; then
30579 if test -s conftest.stderr ; then
30580 wx_cv_version_script=no
30581 else
30582 wx_cv_version_script=yes
30583 fi
30584 else
30585 wx_cv_version_script=no
30586 fi
e5d4b470
MW
30587
30588 if test $wx_cv_version_script = yes
30589 then
30590 echo "struct B { virtual ~B() { } }; \
30591 struct D : public B { }; \
30592 void F() { D d; }" > conftest.cpp
30593
30594 if { ac_try='
30595 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30596 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
30597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30598 (eval $ac_try) 2>&5
30599 ac_status=$?
30600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30601 (exit $ac_status); }; } &&
30602 { ac_try='
30603 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30604 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
30605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30606 (eval $ac_try) 2>&5
30607 ac_status=$?
30608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30609 (exit $ac_status); }; }
30610 then
30611 if { ac_try='
30612 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30613 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
30614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30615 (eval $ac_try) 2>&5
30616 ac_status=$?
30617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30618 (exit $ac_status); }; }
30619 then
30620 wx_cv_version_script=yes
30621 else
30622 wx_cv_version_script=no
30623 fi
30624 fi
30625 fi
30626
a848cd7e 30627 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
e5d4b470 30628 rm -f conftest1.output conftest2.output conftest3.output
a848cd7e
SC
30629
30630fi
30631echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
30632echo "${ECHO_T}$wx_cv_version_script" >&6
30633 if test $wx_cv_version_script = yes ; then
30634 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
30635 fi
30636 fi
30637
30638
30639 case "${host}" in
30640 *-*-linux* | *-*-gnu* )
30641 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 30642 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
6ebeb4c7 30643 ;;
a848cd7e
SC
30644
30645 *-*-solaris2* )
30646 if test "$GCC" = yes ; then
30647 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
30648
30649 saveLdflags="$LDFLAGS"
30650 LDFLAGS="$saveLdflags -Wl,-rpath,/"
30651 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
30652echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
30653 cat >conftest.$ac_ext <<_ACEOF
30654/* confdefs.h. */
30655_ACEOF
30656cat confdefs.h >>conftest.$ac_ext
30657cat >>conftest.$ac_ext <<_ACEOF
30658/* end confdefs.h. */
30659
30660int
30661main ()
30662{
30663
30664 ;
30665 return 0;
30666}
30667_ACEOF
30668rm -f conftest.$ac_objext conftest$ac_exeext
30669if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30670 (eval $ac_link) 2>conftest.er1
a848cd7e 30671 ac_status=$?
ac1cb8d3
VS
30672 grep -v '^ *+' conftest.er1 >conftest.err
30673 rm -f conftest.er1
30674 cat conftest.err >&5
a848cd7e
SC
30675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30676 (exit $ac_status); } &&
6ebeb4c7 30677 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30679 (eval $ac_try) 2>&5
30680 ac_status=$?
30681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30682 (exit $ac_status); }; } &&
30683 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30685 (eval $ac_try) 2>&5
30686 ac_status=$?
30687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30688 (exit $ac_status); }; }; then
30689
30690 echo "$as_me:$LINENO: result: yes" >&5
30691echo "${ECHO_T}yes" >&6
30692 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 30693 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
a848cd7e
SC
30694
30695else
30696 echo "$as_me: failed program was:" >&5
30697sed 's/^/| /' conftest.$ac_ext >&5
30698
30699
30700 echo "$as_me:$LINENO: result: no" >&5
30701echo "${ECHO_T}no" >&6
30702 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
30703echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
30704 LDFLAGS="$saveLdflags -Wl,-R,/"
30705 cat >conftest.$ac_ext <<_ACEOF
30706/* confdefs.h. */
30707_ACEOF
30708cat confdefs.h >>conftest.$ac_ext
30709cat >>conftest.$ac_ext <<_ACEOF
30710/* end confdefs.h. */
30711
30712int
30713main ()
30714{
30715
30716 ;
30717 return 0;
30718}
30719_ACEOF
30720rm -f conftest.$ac_objext conftest$ac_exeext
30721if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30722 (eval $ac_link) 2>conftest.er1
a848cd7e 30723 ac_status=$?
ac1cb8d3
VS
30724 grep -v '^ *+' conftest.er1 >conftest.err
30725 rm -f conftest.er1
30726 cat conftest.err >&5
a848cd7e
SC
30727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30728 (exit $ac_status); } &&
6ebeb4c7 30729 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30731 (eval $ac_try) 2>&5
30732 ac_status=$?
30733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30734 (exit $ac_status); }; } &&
30735 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30737 (eval $ac_try) 2>&5
30738 ac_status=$?
30739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30740 (exit $ac_status); }; }; then
30741
ffa0583f 30742 echo "$as_me:$LINENO: result: yes" >&5
a848cd7e 30743echo "${ECHO_T}yes" >&6
ffa0583f
RL
30744 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
30745 WXCONFIG_RPATH="-Wl,-R,\$libdir"
30746
a848cd7e
SC
30747else
30748 echo "$as_me: failed program was:" >&5
30749sed 's/^/| /' conftest.$ac_ext >&5
30750
30751
30752 echo "$as_me:$LINENO: result: no" >&5
30753echo "${ECHO_T}no" >&6
30754
30755fi
ac1cb8d3
VS
30756rm -f conftest.err conftest.$ac_objext \
30757 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30758
30759fi
ac1cb8d3
VS
30760rm -f conftest.err conftest.$ac_objext \
30761 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30762 LDFLAGS="$saveLdflags"
30763 else
a848cd7e 30764 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
ffa0583f 30765 WXCONFIG_RPATH="-R\$libdir"
a848cd7e
SC
30766 fi
30767 ;;
30768
cfda0ea8 30769 *-*-darwin* )
0caebc27
MW
30770 install_name_tool=`which install_name_tool`
30771 if test "$install_name_tool" -a -x "$install_name_tool"; then
30772 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
30773 cat <<EOF >change-install-names
a848cd7e
SC
30774#!/bin/sh
30775libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
30776inst_cmd="install_name_tool "
30777for i in \${libnames} ; do
30778 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
30779done
30780\${inst_cmd} \${3}
30781EOF
0caebc27
MW
30782 chmod +x change-install-names
30783 fi
a848cd7e
SC
30784 ;;
30785
30786 *-*-cygwin* | *-*-mingw32* )
30787 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
30788 ;;
30789
81f90336
MW
30790 *-*-hpux* )
30791 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
30792 WXCONFIG_RPATH="-Wl,+b,\$libdir"
30793 ;;
30794
a848cd7e 30795 esac
ceec2216 30796
ffa0583f
RL
30797 if test $wxUSE_RPATH = "no"; then
30798 SAMPLES_RPATH_FLAG=''
30799 SAMPLES_RPATH_POSTLINK=''
30800 WXCONFIG_RPATH=''
30801 fi
30802
30803 SHARED=1
30804
30805else
30806
ceec2216
RL
30807 config_linkage_component="-static"
30808 SHARED=0
ffa0583f 30809
ceec2216 30810fi
a848cd7e 30811
a848cd7e 30812
ceec2216
RL
30813UNICODE=0
30814lib_unicode_suffix=
30815WX_CHARTYPE="ansi"
30816if test "$wxUSE_UNICODE" = "yes"; then
30817 lib_unicode_suffix=u
30818 WX_CHARTYPE="unicode"
30819 UNICODE=1
a848cd7e
SC
30820fi
30821
ceec2216
RL
30822lib_debug_suffix=
30823WX_DEBUGTYPE="release"
30824DEBUG_FLAG=0
30825if test "$wxUSE_DEBUG_FLAG" = "yes"; then
30826 lib_debug_suffix=d
30827 WX_DEBUGTYPE="debug"
30828 DEBUG_FLAG=1
30829fi
a848cd7e 30830
ceec2216
RL
30831WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
30832WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
a848cd7e 30833
ceec2216
RL
30834DEBUG_INFO=0
30835if test "$wxUSE_DEBUG_INFO" = "yes"; then
30836 DEBUG_INFO=1
30837fi
a848cd7e 30838
ceec2216 30839WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
a848cd7e 30840
ceec2216 30841TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
a848cd7e 30842
ceec2216 30843TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
a848cd7e 30844
ceec2216
RL
30845if test "$cross_compiling" = "yes"; then
30846 HOST_SUFFIX="-$host_alias"
30847 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
30848 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
a848cd7e
SC
30849fi
30850
dd21ced8 30851WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
abc736fd
MW
30852if test "${TOOLKIT_DIR}" = "os2"; then
30853 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30854else
30855 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30856fi
ceec2216
RL
30857
30858
30859
1d1af5ea
DE
30860if test "$wxUSE_COCOA" = 1; then
30861
30862
30863 ac_ext=c
30864ac_cpp='$CPP $CPPFLAGS'
30865ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30866ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30867ac_compiler_gnu=$ac_cv_c_compiler_gnu
30868
30869ac_ext=m
30870
30871 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
30872echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
30873 cat >conftest.$ac_ext <<_ACEOF
30874/* confdefs.h. */
30875_ACEOF
30876cat confdefs.h >>conftest.$ac_ext
30877cat >>conftest.$ac_ext <<_ACEOF
30878/* end confdefs.h. */
30879#include <AppKit/NSEvent.h>
30880#include <CoreFoundation/CoreFoundation.h>
30881
30882int
30883main ()
30884{
30885
30886 ;
30887 return 0;
30888}
30889_ACEOF
30890rm -f conftest.$ac_objext
30891if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30892 (eval $ac_compile) 2>conftest.er1
30893 ac_status=$?
30894 grep -v '^ *+' conftest.er1 >conftest.err
30895 rm -f conftest.er1
30896 cat conftest.err >&5
30897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30898 (exit $ac_status); } &&
6ebeb4c7 30899 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1d1af5ea
DE
30900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30901 (eval $ac_try) 2>&5
30902 ac_status=$?
30903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30904 (exit $ac_status); }; } &&
30905 { ac_try='test -s conftest.$ac_objext'
30906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30907 (eval $ac_try) 2>&5
30908 ac_status=$?
30909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30910 (exit $ac_status); }; }; then
30911 echo "$as_me:$LINENO: result: no" >&5
30912echo "${ECHO_T}no" >&6
30913else
30914 echo "$as_me: failed program was:" >&5
30915sed 's/^/| /' conftest.$ac_ext >&5
30916
30917echo "$as_me:$LINENO: result: yes" >&5
30918echo "${ECHO_T}yes" >&6
30919 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
30920echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
30921 cat >conftest.$ac_ext <<_ACEOF
30922/* confdefs.h. */
30923_ACEOF
30924cat confdefs.h >>conftest.$ac_ext
30925cat >>conftest.$ac_ext <<_ACEOF
30926/* end confdefs.h. */
30927#define __Point__ 1
30928#include <AppKit/NSEvent.h>
30929#include <CoreFoundation/CoreFoundation.h>
30930
30931int
30932main ()
30933{
30934
30935 ;
30936 return 0;
30937}
30938_ACEOF
30939rm -f conftest.$ac_objext
30940if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30941 (eval $ac_compile) 2>conftest.er1
30942 ac_status=$?
30943 grep -v '^ *+' conftest.er1 >conftest.err
30944 rm -f conftest.er1
30945 cat conftest.err >&5
30946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30947 (exit $ac_status); } &&
6ebeb4c7 30948 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1d1af5ea
DE
30949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30950 (eval $ac_try) 2>&5
30951 ac_status=$?
30952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30953 (exit $ac_status); }; } &&
30954 { ac_try='test -s conftest.$ac_objext'
30955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30956 (eval $ac_try) 2>&5
30957 ac_status=$?
30958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30959 (exit $ac_status); }; }; then
30960 echo "$as_me:$LINENO: result: yes" >&5
30961echo "${ECHO_T}yes" >&6
30962 cat >>confdefs.h <<\_ACEOF
30963#define __Point__ 1
30964_ACEOF
30965
30966
30967else
30968 echo "$as_me: failed program was:" >&5
30969sed 's/^/| /' conftest.$ac_ext >&5
30970
30971{ { echo "$as_me:$LINENO: error: no
30972See \`config.log' for more details." >&5
30973echo "$as_me: error: no
30974See \`config.log' for more details." >&2;}
30975 { (exit 1); exit 1; }; }
30976
30977fi
30978rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30979
30980fi
30981rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30982 ac_ext=c
30983ac_cpp='$CPP $CPPFLAGS'
30984ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30985ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30986ac_compiler_gnu=$ac_cv_c_compiler_gnu
30987
30988fi
30989
a848cd7e 30990if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
abb9aae7
VZ
30991 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
30992 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
ceec2216 30993
a848cd7e 30994 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
a848cd7e
SC
30995
30996 # Extract the first word of "Rez", so it can be a program name with args.
30997set dummy Rez; ac_word=$2
30998echo "$as_me:$LINENO: checking for $ac_word" >&5
30999echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31000if test "${ac_cv_prog_RESCOMP+set}" = set; then
31001 echo $ECHO_N "(cached) $ECHO_C" >&6
31002else
31003 if test -n "$RESCOMP"; then
31004 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
31005else
31006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31007for as_dir in $PATH
31008do
31009 IFS=$as_save_IFS
31010 test -z "$as_dir" && as_dir=.
31011 for ac_exec_ext in '' $ac_executable_extensions; do
31012 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31013 ac_cv_prog_RESCOMP="Rez"
31014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31015 break 2
31016 fi
31017done
31018done
31019
31020 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
31021fi
31022fi
31023RESCOMP=$ac_cv_prog_RESCOMP
31024if test -n "$RESCOMP"; then
31025 echo "$as_me:$LINENO: result: $RESCOMP" >&5
31026echo "${ECHO_T}$RESCOMP" >&6
31027else
31028 echo "$as_me:$LINENO: result: no" >&5
31029echo "${ECHO_T}no" >&6
31030fi
31031
31032 # Extract the first word of "DeRez", so it can be a program name with args.
31033set dummy DeRez; ac_word=$2
31034echo "$as_me:$LINENO: checking for $ac_word" >&5
31035echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31036if test "${ac_cv_prog_DEREZ+set}" = set; then
31037 echo $ECHO_N "(cached) $ECHO_C" >&6
31038else
31039 if test -n "$DEREZ"; then
31040 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
31041else
31042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31043for as_dir in $PATH
31044do
31045 IFS=$as_save_IFS
31046 test -z "$as_dir" && as_dir=.
31047 for ac_exec_ext in '' $ac_executable_extensions; do
31048 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31049 ac_cv_prog_DEREZ="DeRez"
31050 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31051 break 2
31052 fi
31053done
31054done
31055
31056 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
31057fi
31058fi
31059DEREZ=$ac_cv_prog_DEREZ
31060if test -n "$DEREZ"; then
31061 echo "$as_me:$LINENO: result: $DEREZ" >&5
31062echo "${ECHO_T}$DEREZ" >&6
31063else
31064 echo "$as_me:$LINENO: result: no" >&5
31065echo "${ECHO_T}no" >&6
31066fi
31067
31068 # Extract the first word of "SetFile", so it can be a program name with args.
31069set dummy SetFile; ac_word=$2
31070echo "$as_me:$LINENO: checking for $ac_word" >&5
31071echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31072if test "${ac_cv_prog_SETFILE+set}" = set; then
31073 echo $ECHO_N "(cached) $ECHO_C" >&6
31074else
31075 if test -n "$SETFILE"; then
31076 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
31077else
31078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31079for as_dir in $PATH
31080do
31081 IFS=$as_save_IFS
31082 test -z "$as_dir" && as_dir=.
31083 for ac_exec_ext in '' $ac_executable_extensions; do
31084 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31085 ac_cv_prog_SETFILE="SetFile"
31086 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31087 break 2
31088 fi
31089done
31090done
31091
31092 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
31093fi
31094fi
31095SETFILE=$ac_cv_prog_SETFILE
31096if test -n "$SETFILE"; then
31097 echo "$as_me:$LINENO: result: $SETFILE" >&5
31098echo "${ECHO_T}$SETFILE" >&6
31099else
31100 echo "$as_me:$LINENO: result: no" >&5
31101echo "${ECHO_T}no" >&6
31102fi
31103
31104
31105 MACSETFILE="\$(SETFILE)"
31106
31107 if test "$wxUSE_MAC" = 1; then
1a79f136 31108 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
a848cd7e 31109
1a79f136 31110 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
a848cd7e
SC
31111 else
31112 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
31113 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
31114 fi
31115else
ffa0583f
RL
31116 MACSETFILE="@true"
31117 MACRESWXCONFIG="@true"
a848cd7e
SC
31118
31119 if test "$wxUSE_PM" = 1; then
31120 MACRESCOMP="emxbind -ep"
31121 else
ffa0583f 31122 MACRESCOMP="@true"
a848cd7e
SC
31123 fi
31124fi
31125
31126
31127
31128echo "$as_me:$LINENO: checking for mode_t" >&5
31129echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
31130if test "${ac_cv_type_mode_t+set}" = set; then
31131 echo $ECHO_N "(cached) $ECHO_C" >&6
31132else
31133 cat >conftest.$ac_ext <<_ACEOF
31134/* confdefs.h. */
31135_ACEOF
31136cat confdefs.h >>conftest.$ac_ext
31137cat >>conftest.$ac_ext <<_ACEOF
31138/* end confdefs.h. */
31139$ac_includes_default
31140int
31141main ()
31142{
31143if ((mode_t *) 0)
31144 return 0;
31145if (sizeof (mode_t))
31146 return 0;
31147 ;
31148 return 0;
31149}
31150_ACEOF
31151rm -f conftest.$ac_objext
31152if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31153 (eval $ac_compile) 2>conftest.er1
a848cd7e 31154 ac_status=$?
ac1cb8d3
VS
31155 grep -v '^ *+' conftest.er1 >conftest.err
31156 rm -f conftest.er1
31157 cat conftest.err >&5
a848cd7e
SC
31158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31159 (exit $ac_status); } &&
6ebeb4c7 31160 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31162 (eval $ac_try) 2>&5
31163 ac_status=$?
31164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31165 (exit $ac_status); }; } &&
31166 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31168 (eval $ac_try) 2>&5
31169 ac_status=$?
31170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31171 (exit $ac_status); }; }; then
31172 ac_cv_type_mode_t=yes
31173else
31174 echo "$as_me: failed program was:" >&5
31175sed 's/^/| /' conftest.$ac_ext >&5
31176
31177ac_cv_type_mode_t=no
31178fi
ac1cb8d3 31179rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31180fi
31181echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
31182echo "${ECHO_T}$ac_cv_type_mode_t" >&6
31183if test $ac_cv_type_mode_t = yes; then
31184 :
31185else
31186
31187cat >>confdefs.h <<_ACEOF
31188#define mode_t int
31189_ACEOF
31190
31191fi
31192
31193echo "$as_me:$LINENO: checking for off_t" >&5
31194echo $ECHO_N "checking for off_t... $ECHO_C" >&6
31195if test "${ac_cv_type_off_t+set}" = set; then
31196 echo $ECHO_N "(cached) $ECHO_C" >&6
31197else
31198 cat >conftest.$ac_ext <<_ACEOF
31199/* confdefs.h. */
31200_ACEOF
31201cat confdefs.h >>conftest.$ac_ext
31202cat >>conftest.$ac_ext <<_ACEOF
31203/* end confdefs.h. */
31204$ac_includes_default
31205int
31206main ()
31207{
31208if ((off_t *) 0)
31209 return 0;
31210if (sizeof (off_t))
31211 return 0;
31212 ;
31213 return 0;
31214}
31215_ACEOF
31216rm -f conftest.$ac_objext
31217if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31218 (eval $ac_compile) 2>conftest.er1
a848cd7e 31219 ac_status=$?
ac1cb8d3
VS
31220 grep -v '^ *+' conftest.er1 >conftest.err
31221 rm -f conftest.er1
31222 cat conftest.err >&5
a848cd7e
SC
31223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31224 (exit $ac_status); } &&
6ebeb4c7 31225 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31227 (eval $ac_try) 2>&5
31228 ac_status=$?
31229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31230 (exit $ac_status); }; } &&
31231 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31233 (eval $ac_try) 2>&5
31234 ac_status=$?
31235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31236 (exit $ac_status); }; }; then
31237 ac_cv_type_off_t=yes
31238else
31239 echo "$as_me: failed program was:" >&5
31240sed 's/^/| /' conftest.$ac_ext >&5
31241
31242ac_cv_type_off_t=no
31243fi
ac1cb8d3 31244rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31245fi
31246echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
31247echo "${ECHO_T}$ac_cv_type_off_t" >&6
31248if test $ac_cv_type_off_t = yes; then
31249 :
31250else
31251
31252cat >>confdefs.h <<_ACEOF
31253#define off_t long
31254_ACEOF
31255
31256fi
31257
31258echo "$as_me:$LINENO: checking for pid_t" >&5
31259echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
31260if test "${ac_cv_type_pid_t+set}" = set; then
31261 echo $ECHO_N "(cached) $ECHO_C" >&6
31262else
31263 cat >conftest.$ac_ext <<_ACEOF
31264/* confdefs.h. */
31265_ACEOF
31266cat confdefs.h >>conftest.$ac_ext
31267cat >>conftest.$ac_ext <<_ACEOF
31268/* end confdefs.h. */
31269$ac_includes_default
31270int
31271main ()
31272{
31273if ((pid_t *) 0)
31274 return 0;
31275if (sizeof (pid_t))
31276 return 0;
31277 ;
31278 return 0;
31279}
31280_ACEOF
31281rm -f conftest.$ac_objext
31282if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31283 (eval $ac_compile) 2>conftest.er1
a848cd7e 31284 ac_status=$?
ac1cb8d3
VS
31285 grep -v '^ *+' conftest.er1 >conftest.err
31286 rm -f conftest.er1
31287 cat conftest.err >&5
a848cd7e
SC
31288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31289 (exit $ac_status); } &&
6ebeb4c7 31290 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31292 (eval $ac_try) 2>&5
31293 ac_status=$?
31294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31295 (exit $ac_status); }; } &&
31296 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31298 (eval $ac_try) 2>&5
31299 ac_status=$?
31300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31301 (exit $ac_status); }; }; then
31302 ac_cv_type_pid_t=yes
31303else
31304 echo "$as_me: failed program was:" >&5
31305sed 's/^/| /' conftest.$ac_ext >&5
31306
31307ac_cv_type_pid_t=no
31308fi
ac1cb8d3 31309rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31310fi
31311echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
31312echo "${ECHO_T}$ac_cv_type_pid_t" >&6
31313if test $ac_cv_type_pid_t = yes; then
31314 :
31315else
31316
31317cat >>confdefs.h <<_ACEOF
31318#define pid_t int
31319_ACEOF
31320
31321fi
31322
31323echo "$as_me:$LINENO: checking for size_t" >&5
31324echo $ECHO_N "checking for size_t... $ECHO_C" >&6
31325if test "${ac_cv_type_size_t+set}" = set; then
31326 echo $ECHO_N "(cached) $ECHO_C" >&6
31327else
31328 cat >conftest.$ac_ext <<_ACEOF
31329/* confdefs.h. */
31330_ACEOF
31331cat confdefs.h >>conftest.$ac_ext
31332cat >>conftest.$ac_ext <<_ACEOF
31333/* end confdefs.h. */
31334$ac_includes_default
31335int
31336main ()
31337{
31338if ((size_t *) 0)
31339 return 0;
31340if (sizeof (size_t))
31341 return 0;
31342 ;
31343 return 0;
31344}
31345_ACEOF
31346rm -f conftest.$ac_objext
31347if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31348 (eval $ac_compile) 2>conftest.er1
a848cd7e 31349 ac_status=$?
ac1cb8d3
VS
31350 grep -v '^ *+' conftest.er1 >conftest.err
31351 rm -f conftest.er1
31352 cat conftest.err >&5
a848cd7e
SC
31353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31354 (exit $ac_status); } &&
6ebeb4c7 31355 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31357 (eval $ac_try) 2>&5
31358 ac_status=$?
31359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31360 (exit $ac_status); }; } &&
31361 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31363 (eval $ac_try) 2>&5
31364 ac_status=$?
31365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31366 (exit $ac_status); }; }; then
31367 ac_cv_type_size_t=yes
31368else
31369 echo "$as_me: failed program was:" >&5
31370sed 's/^/| /' conftest.$ac_ext >&5
31371
31372ac_cv_type_size_t=no
31373fi
ac1cb8d3 31374rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31375fi
31376echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
31377echo "${ECHO_T}$ac_cv_type_size_t" >&6
31378if test $ac_cv_type_size_t = yes; then
31379 :
31380else
31381
31382cat >>confdefs.h <<_ACEOF
31383#define size_t unsigned
31384_ACEOF
31385
31386fi
31387
31388echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
31389echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
31390if test "${ac_cv_type_uid_t+set}" = set; then
31391 echo $ECHO_N "(cached) $ECHO_C" >&6
31392else
31393 cat >conftest.$ac_ext <<_ACEOF
31394/* confdefs.h. */
31395_ACEOF
31396cat confdefs.h >>conftest.$ac_ext
31397cat >>conftest.$ac_ext <<_ACEOF
31398/* end confdefs.h. */
31399#include <sys/types.h>
31400
31401_ACEOF
31402if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
31403 $EGREP "uid_t" >/dev/null 2>&1; then
31404 ac_cv_type_uid_t=yes
31405else
31406 ac_cv_type_uid_t=no
31407fi
31408rm -f conftest*
31409
31410fi
31411echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
31412echo "${ECHO_T}$ac_cv_type_uid_t" >&6
31413if test $ac_cv_type_uid_t = no; then
31414
31415cat >>confdefs.h <<\_ACEOF
31416#define uid_t int
31417_ACEOF
31418
31419
31420cat >>confdefs.h <<\_ACEOF
31421#define gid_t int
31422_ACEOF
31423
31424fi
31425
31426
d51253e8
RL
31427echo "$as_me:$LINENO: checking for ssize_t" >&5
31428echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
31429if test "${ac_cv_type_ssize_t+set}" = set; then
31430 echo $ECHO_N "(cached) $ECHO_C" >&6
31431else
31432 cat >conftest.$ac_ext <<_ACEOF
31433/* confdefs.h. */
31434_ACEOF
31435cat confdefs.h >>conftest.$ac_ext
31436cat >>conftest.$ac_ext <<_ACEOF
31437/* end confdefs.h. */
31438$ac_includes_default
31439int
31440main ()
31441{
31442if ((ssize_t *) 0)
31443 return 0;
31444if (sizeof (ssize_t))
31445 return 0;
31446 ;
31447 return 0;
31448}
31449_ACEOF
31450rm -f conftest.$ac_objext
31451if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31452 (eval $ac_compile) 2>conftest.er1
31453 ac_status=$?
31454 grep -v '^ *+' conftest.er1 >conftest.err
31455 rm -f conftest.er1
31456 cat conftest.err >&5
31457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31458 (exit $ac_status); } &&
6ebeb4c7 31459 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
d51253e8
RL
31460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31461 (eval $ac_try) 2>&5
31462 ac_status=$?
31463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31464 (exit $ac_status); }; } &&
31465 { ac_try='test -s conftest.$ac_objext'
31466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31467 (eval $ac_try) 2>&5
31468 ac_status=$?
31469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31470 (exit $ac_status); }; }; then
31471 ac_cv_type_ssize_t=yes
31472else
31473 echo "$as_me: failed program was:" >&5
31474sed 's/^/| /' conftest.$ac_ext >&5
31475
31476ac_cv_type_ssize_t=no
31477fi
31478rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31479fi
31480echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
31481echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
31482if test $ac_cv_type_ssize_t = yes; then
31483
31484cat >>confdefs.h <<_ACEOF
31485#define HAVE_SSIZE_T 1
31486_ACEOF
31487
31488
31489fi
31490
31491
a848cd7e
SC
31492
31493
31494ac_ext=cc
31495ac_cpp='$CXXCPP $CPPFLAGS'
31496ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31497ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31498ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31499
31500echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
31501echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
31502if test "${wx_cv_size_t_is_uint+set}" = set; then
31503 echo $ECHO_N "(cached) $ECHO_C" >&6
31504else
31505
31506 cat >conftest.$ac_ext <<_ACEOF
31507/* confdefs.h. */
31508_ACEOF
31509cat confdefs.h >>conftest.$ac_ext
31510cat >>conftest.$ac_ext <<_ACEOF
31511/* end confdefs.h. */
31512#include <stddef.h>
31513int
31514main ()
31515{
31516
31517 return 0; }
31518
31519 struct Foo { void foo(size_t); void foo(unsigned int); };
31520
31521 int bar() {
31522
31523 ;
31524 return 0;
31525}
31526_ACEOF
31527rm -f conftest.$ac_objext
31528if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31529 (eval $ac_compile) 2>conftest.er1
a848cd7e 31530 ac_status=$?
ac1cb8d3
VS
31531 grep -v '^ *+' conftest.er1 >conftest.err
31532 rm -f conftest.er1
31533 cat conftest.err >&5
a848cd7e
SC
31534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31535 (exit $ac_status); } &&
6ebeb4c7 31536 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31538 (eval $ac_try) 2>&5
31539 ac_status=$?
31540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31541 (exit $ac_status); }; } &&
31542 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31544 (eval $ac_try) 2>&5
31545 ac_status=$?
31546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31547 (exit $ac_status); }; }; then
31548 wx_cv_size_t_is_uint=no
31549else
31550 echo "$as_me: failed program was:" >&5
31551sed 's/^/| /' conftest.$ac_ext >&5
31552
31553wx_cv_size_t_is_uint=yes
31554
31555fi
ac1cb8d3 31556rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31557
31558
31559fi
31560echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
31561echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
31562
31563if test "$wx_cv_size_t_is_uint" = "yes"; then
31564 cat >>confdefs.h <<\_ACEOF
31565#define wxSIZE_T_IS_UINT 1
31566_ACEOF
31567
31568else
31569 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
31570echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
31571if test "${wx_cv_size_t_is_ulong+set}" = set; then
31572 echo $ECHO_N "(cached) $ECHO_C" >&6
31573else
31574 cat >conftest.$ac_ext <<_ACEOF
31575/* confdefs.h. */
31576_ACEOF
31577cat confdefs.h >>conftest.$ac_ext
31578cat >>conftest.$ac_ext <<_ACEOF
31579/* end confdefs.h. */
31580#include <stddef.h>
31581int
31582main ()
31583{
31584
31585 return 0; }
31586
31587 struct Foo { void foo(size_t); void foo(unsigned long); };
31588
31589 int bar() {
31590
31591 ;
31592 return 0;
31593}
31594_ACEOF
31595rm -f conftest.$ac_objext
31596if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31597 (eval $ac_compile) 2>conftest.er1
a848cd7e 31598 ac_status=$?
ac1cb8d3
VS
31599 grep -v '^ *+' conftest.er1 >conftest.err
31600 rm -f conftest.er1
31601 cat conftest.err >&5
a848cd7e
SC
31602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31603 (exit $ac_status); } &&
6ebeb4c7 31604 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31606 (eval $ac_try) 2>&5
31607 ac_status=$?
31608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31609 (exit $ac_status); }; } &&
31610 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
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); }; }; then
31616 wx_cv_size_t_is_ulong=no
31617else
31618 echo "$as_me: failed program was:" >&5
31619sed 's/^/| /' conftest.$ac_ext >&5
31620
31621wx_cv_size_t_is_ulong=yes
31622
31623fi
ac1cb8d3 31624rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31625
31626fi
31627echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
31628echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
31629
31630 if test "$wx_cv_size_t_is_ulong" = "yes"; then
31631 cat >>confdefs.h <<\_ACEOF
31632#define wxSIZE_T_IS_ULONG 1
31633_ACEOF
31634
31635 fi
31636fi
31637
31638ac_ext=c
31639ac_cpp='$CPP $CPPFLAGS'
31640ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31641ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31642ac_compiler_gnu=$ac_cv_c_compiler_gnu
31643
31644
31645
31646echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
31647echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
31648if test "${wx_cv_struct_pw_gecos+set}" = set; then
31649 echo $ECHO_N "(cached) $ECHO_C" >&6
31650else
31651
31652 cat >conftest.$ac_ext <<_ACEOF
31653/* confdefs.h. */
31654_ACEOF
31655cat confdefs.h >>conftest.$ac_ext
31656cat >>conftest.$ac_ext <<_ACEOF
31657/* end confdefs.h. */
31658#include <pwd.h>
31659int
31660main ()
31661{
31662
31663 char *p;
31664 struct passwd *pw;
31665 p = pw->pw_gecos;
31666
31667 ;
31668 return 0;
31669}
31670_ACEOF
31671rm -f conftest.$ac_objext
31672if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31673 (eval $ac_compile) 2>conftest.er1
a848cd7e 31674 ac_status=$?
ac1cb8d3
VS
31675 grep -v '^ *+' conftest.er1 >conftest.err
31676 rm -f conftest.er1
31677 cat conftest.err >&5
a848cd7e
SC
31678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31679 (exit $ac_status); } &&
6ebeb4c7 31680 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31682 (eval $ac_try) 2>&5
31683 ac_status=$?
31684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31685 (exit $ac_status); }; } &&
31686 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31688 (eval $ac_try) 2>&5
31689 ac_status=$?
31690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31691 (exit $ac_status); }; }; then
31692
31693 wx_cv_struct_pw_gecos=yes
31694
31695else
31696 echo "$as_me: failed program was:" >&5
31697sed 's/^/| /' conftest.$ac_ext >&5
31698
31699
31700 wx_cv_struct_pw_gecos=no
31701
31702
31703fi
ac1cb8d3 31704rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31705
31706
31707fi
31708echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
31709echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
31710
31711if test "$wx_cv_struct_pw_gecos" = "yes"; then
31712 cat >>confdefs.h <<\_ACEOF
31713#define HAVE_PW_GECOS 1
31714_ACEOF
31715
31716fi
31717
31718
47a7e797 31719if test "$wxUSE_WCHAR_T" = "yes"; then
a848cd7e
SC
31720 cat >>confdefs.h <<\_ACEOF
31721#define wxUSE_WCHAR_T 1
31722_ACEOF
31723
31724
31725 WCSLEN_FOUND=0
31726 WCHAR_LINK=
31727
31728for ac_func in wcslen
31729do
31730as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31731echo "$as_me:$LINENO: checking for $ac_func" >&5
31732echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31733if eval "test \"\${$as_ac_var+set}\" = set"; then
31734 echo $ECHO_N "(cached) $ECHO_C" >&6
31735else
31736 cat >conftest.$ac_ext <<_ACEOF
31737/* confdefs.h. */
31738_ACEOF
31739cat confdefs.h >>conftest.$ac_ext
31740cat >>conftest.$ac_ext <<_ACEOF
31741/* end confdefs.h. */
ac1cb8d3
VS
31742/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31743 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31744#define $ac_func innocuous_$ac_func
31745
a848cd7e
SC
31746/* System header to define __stub macros and hopefully few prototypes,
31747 which can conflict with char $ac_func (); below.
31748 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31749 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31750
a848cd7e
SC
31751#ifdef __STDC__
31752# include <limits.h>
31753#else
31754# include <assert.h>
31755#endif
ac1cb8d3
VS
31756
31757#undef $ac_func
31758
a848cd7e
SC
31759/* Override any gcc2 internal prototype to avoid an error. */
31760#ifdef __cplusplus
31761extern "C"
31762{
31763#endif
31764/* We use char because int might match the return type of a gcc2
31765 builtin and then its argument prototype would still apply. */
31766char $ac_func ();
31767/* The GNU C library defines this for functions which it implements
31768 to always fail with ENOSYS. Some functions are actually named
31769 something starting with __ and the normal name is an alias. */
31770#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31771choke me
31772#else
31773char (*f) () = $ac_func;
31774#endif
31775#ifdef __cplusplus
31776}
31777#endif
31778
31779int
31780main ()
31781{
31782return f != $ac_func;
31783 ;
31784 return 0;
31785}
31786_ACEOF
31787rm -f conftest.$ac_objext conftest$ac_exeext
31788if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31789 (eval $ac_link) 2>conftest.er1
a848cd7e 31790 ac_status=$?
ac1cb8d3
VS
31791 grep -v '^ *+' conftest.er1 >conftest.err
31792 rm -f conftest.er1
31793 cat conftest.err >&5
a848cd7e
SC
31794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31795 (exit $ac_status); } &&
6ebeb4c7 31796 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31798 (eval $ac_try) 2>&5
31799 ac_status=$?
31800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31801 (exit $ac_status); }; } &&
31802 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31804 (eval $ac_try) 2>&5
31805 ac_status=$?
31806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31807 (exit $ac_status); }; }; then
31808 eval "$as_ac_var=yes"
31809else
31810 echo "$as_me: failed program was:" >&5
31811sed 's/^/| /' conftest.$ac_ext >&5
31812
31813eval "$as_ac_var=no"
31814fi
ac1cb8d3
VS
31815rm -f conftest.err conftest.$ac_objext \
31816 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31817fi
31818echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31819echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31820if test `eval echo '${'$as_ac_var'}'` = yes; then
31821 cat >>confdefs.h <<_ACEOF
31822#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31823_ACEOF
31824 WCSLEN_FOUND=1
31825fi
31826done
31827
31828
31829 if test "$WCSLEN_FOUND" = 0; then
31830 if test "$TOOLKIT" = "MSW"; then
31831 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
31832echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
31833if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
31834 echo $ECHO_N "(cached) $ECHO_C" >&6
31835else
31836 ac_check_lib_save_LIBS=$LIBS
31837LIBS="-lmsvcrt $LIBS"
31838cat >conftest.$ac_ext <<_ACEOF
31839/* confdefs.h. */
31840_ACEOF
31841cat confdefs.h >>conftest.$ac_ext
31842cat >>conftest.$ac_ext <<_ACEOF
31843/* end confdefs.h. */
31844
31845/* Override any gcc2 internal prototype to avoid an error. */
31846#ifdef __cplusplus
31847extern "C"
31848#endif
31849/* We use char because int might match the return type of a gcc2
31850 builtin and then its argument prototype would still apply. */
31851char wcslen ();
31852int
31853main ()
31854{
31855wcslen ();
31856 ;
31857 return 0;
31858}
31859_ACEOF
31860rm -f conftest.$ac_objext conftest$ac_exeext
31861if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31862 (eval $ac_link) 2>conftest.er1
a848cd7e 31863 ac_status=$?
ac1cb8d3
VS
31864 grep -v '^ *+' conftest.er1 >conftest.err
31865 rm -f conftest.er1
31866 cat conftest.err >&5
a848cd7e
SC
31867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31868 (exit $ac_status); } &&
6ebeb4c7 31869 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31871 (eval $ac_try) 2>&5
31872 ac_status=$?
31873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31874 (exit $ac_status); }; } &&
31875 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31877 (eval $ac_try) 2>&5
31878 ac_status=$?
31879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31880 (exit $ac_status); }; }; then
31881 ac_cv_lib_msvcrt_wcslen=yes
31882else
31883 echo "$as_me: failed program was:" >&5
31884sed 's/^/| /' conftest.$ac_ext >&5
31885
31886ac_cv_lib_msvcrt_wcslen=no
31887fi
ac1cb8d3
VS
31888rm -f conftest.err conftest.$ac_objext \
31889 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31890LIBS=$ac_check_lib_save_LIBS
31891fi
31892echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
31893echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
31894if test $ac_cv_lib_msvcrt_wcslen = yes; then
31895 WCHAR_OK=1
31896fi
31897
31898 else
31899 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
31900echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
31901if test "${ac_cv_lib_w_wcslen+set}" = set; then
31902 echo $ECHO_N "(cached) $ECHO_C" >&6
31903else
31904 ac_check_lib_save_LIBS=$LIBS
31905LIBS="-lw $LIBS"
31906cat >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
31913/* Override any gcc2 internal prototype to avoid an error. */
31914#ifdef __cplusplus
31915extern "C"
31916#endif
31917/* We use char because int might match the return type of a gcc2
31918 builtin and then its argument prototype would still apply. */
31919char wcslen ();
31920int
31921main ()
31922{
31923wcslen ();
31924 ;
31925 return 0;
31926}
31927_ACEOF
31928rm -f conftest.$ac_objext conftest$ac_exeext
31929if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31930 (eval $ac_link) 2>conftest.er1
a848cd7e 31931 ac_status=$?
ac1cb8d3
VS
31932 grep -v '^ *+' conftest.er1 >conftest.err
31933 rm -f conftest.er1
31934 cat conftest.err >&5
a848cd7e
SC
31935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31936 (exit $ac_status); } &&
6ebeb4c7 31937 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31939 (eval $ac_try) 2>&5
31940 ac_status=$?
31941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31942 (exit $ac_status); }; } &&
31943 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31945 (eval $ac_try) 2>&5
31946 ac_status=$?
31947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31948 (exit $ac_status); }; }; then
31949 ac_cv_lib_w_wcslen=yes
31950else
31951 echo "$as_me: failed program was:" >&5
31952sed 's/^/| /' conftest.$ac_ext >&5
31953
31954ac_cv_lib_w_wcslen=no
31955fi
ac1cb8d3
VS
31956rm -f conftest.err conftest.$ac_objext \
31957 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31958LIBS=$ac_check_lib_save_LIBS
31959fi
31960echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
31961echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
31962if test $ac_cv_lib_w_wcslen = yes; then
31963
31964 WCHAR_LINK=" -lw"
31965 WCSLEN_FOUND=1
31966
31967fi
31968
31969 fi
31970 fi
31971
31972 if test "$WCSLEN_FOUND" = 1; then
31973 cat >>confdefs.h <<\_ACEOF
31974#define HAVE_WCSLEN 1
31975_ACEOF
31976
31977 fi
31978
efdf6afe 31979 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
473276a9
VS
31980 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
31981 fi
31982
efdf6afe
VZ
31983 echo "$as_me:$LINENO: checking for mbstate_t" >&5
31984echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
31985if test "${ac_cv_type_mbstate_t+set}" = set; then
31986 echo $ECHO_N "(cached) $ECHO_C" >&6
31987else
31988 cat >conftest.$ac_ext <<_ACEOF
31989/* confdefs.h. */
31990_ACEOF
31991cat confdefs.h >>conftest.$ac_ext
31992cat >>conftest.$ac_ext <<_ACEOF
31993/* end confdefs.h. */
31994#include <wchar.h>
31995
31996int
31997main ()
31998{
31999if ((mbstate_t *) 0)
32000 return 0;
32001if (sizeof (mbstate_t))
32002 return 0;
32003 ;
32004 return 0;
32005}
32006_ACEOF
32007rm -f conftest.$ac_objext
32008if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32009 (eval $ac_compile) 2>conftest.er1
32010 ac_status=$?
32011 grep -v '^ *+' conftest.er1 >conftest.err
32012 rm -f conftest.er1
32013 cat conftest.err >&5
32014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32015 (exit $ac_status); } &&
32016 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32018 (eval $ac_try) 2>&5
32019 ac_status=$?
32020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32021 (exit $ac_status); }; } &&
32022 { ac_try='test -s conftest.$ac_objext'
32023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32024 (eval $ac_try) 2>&5
32025 ac_status=$?
32026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32027 (exit $ac_status); }; }; then
32028 ac_cv_type_mbstate_t=yes
32029else
32030 echo "$as_me: failed program was:" >&5
32031sed 's/^/| /' conftest.$ac_ext >&5
32032
32033ac_cv_type_mbstate_t=no
32034fi
32035rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32036fi
32037echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
32038echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
32039if test $ac_cv_type_mbstate_t = yes; then
32040
32041cat >>confdefs.h <<_ACEOF
32042#define HAVE_MBSTATE_T 1
32043_ACEOF
32044
a848cd7e
SC
32045
32046for ac_func in wcsrtombs
32047do
32048as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32049echo "$as_me:$LINENO: checking for $ac_func" >&5
32050echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32051if eval "test \"\${$as_ac_var+set}\" = set"; then
32052 echo $ECHO_N "(cached) $ECHO_C" >&6
32053else
32054 cat >conftest.$ac_ext <<_ACEOF
32055/* confdefs.h. */
32056_ACEOF
32057cat confdefs.h >>conftest.$ac_ext
32058cat >>conftest.$ac_ext <<_ACEOF
32059/* end confdefs.h. */
ac1cb8d3
VS
32060/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32061 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32062#define $ac_func innocuous_$ac_func
32063
a848cd7e
SC
32064/* System header to define __stub macros and hopefully few prototypes,
32065 which can conflict with char $ac_func (); below.
32066 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32067 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32068
a848cd7e
SC
32069#ifdef __STDC__
32070# include <limits.h>
32071#else
32072# include <assert.h>
32073#endif
ac1cb8d3
VS
32074
32075#undef $ac_func
32076
a848cd7e
SC
32077/* Override any gcc2 internal prototype to avoid an error. */
32078#ifdef __cplusplus
32079extern "C"
32080{
32081#endif
32082/* We use char because int might match the return type of a gcc2
32083 builtin and then its argument prototype would still apply. */
32084char $ac_func ();
32085/* The GNU C library defines this for functions which it implements
32086 to always fail with ENOSYS. Some functions are actually named
32087 something starting with __ and the normal name is an alias. */
32088#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32089choke me
32090#else
32091char (*f) () = $ac_func;
32092#endif
32093#ifdef __cplusplus
32094}
32095#endif
32096
32097int
32098main ()
32099{
32100return f != $ac_func;
32101 ;
32102 return 0;
32103}
32104_ACEOF
32105rm -f conftest.$ac_objext conftest$ac_exeext
32106if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32107 (eval $ac_link) 2>conftest.er1
a848cd7e 32108 ac_status=$?
ac1cb8d3
VS
32109 grep -v '^ *+' conftest.er1 >conftest.err
32110 rm -f conftest.er1
32111 cat conftest.err >&5
a848cd7e
SC
32112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32113 (exit $ac_status); } &&
6ebeb4c7 32114 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32116 (eval $ac_try) 2>&5
32117 ac_status=$?
32118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32119 (exit $ac_status); }; } &&
32120 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32122 (eval $ac_try) 2>&5
32123 ac_status=$?
32124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32125 (exit $ac_status); }; }; then
32126 eval "$as_ac_var=yes"
32127else
32128 echo "$as_me: failed program was:" >&5
32129sed 's/^/| /' conftest.$ac_ext >&5
32130
32131eval "$as_ac_var=no"
32132fi
ac1cb8d3
VS
32133rm -f conftest.err conftest.$ac_objext \
32134 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32135fi
32136echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32137echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32138if test `eval echo '${'$as_ac_var'}'` = yes; then
32139 cat >>confdefs.h <<_ACEOF
32140#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32141_ACEOF
32142
32143fi
32144done
32145
efdf6afe
VZ
32146fi
32147
a848cd7e
SC
32148else
32149 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
32150echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
32151fi
32152
32153
32154
32155ac_ext=cc
32156ac_cpp='$CXXCPP $CPPFLAGS'
32157ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32158ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32159ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32160
32161
32162
4a767dd5
VZ
32163
32164for ac_func in snprintf vsnprintf
a848cd7e
SC
32165do
32166as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32167echo "$as_me:$LINENO: checking for $ac_func" >&5
32168echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32169if eval "test \"\${$as_ac_var+set}\" = set"; then
32170 echo $ECHO_N "(cached) $ECHO_C" >&6
32171else
32172 cat >conftest.$ac_ext <<_ACEOF
32173/* confdefs.h. */
32174_ACEOF
32175cat confdefs.h >>conftest.$ac_ext
32176cat >>conftest.$ac_ext <<_ACEOF
32177/* end confdefs.h. */
ac1cb8d3
VS
32178/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32179 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32180#define $ac_func innocuous_$ac_func
32181
a848cd7e
SC
32182/* System header to define __stub macros and hopefully few prototypes,
32183 which can conflict with char $ac_func (); below.
32184 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32185 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32186
a848cd7e
SC
32187#ifdef __STDC__
32188# include <limits.h>
32189#else
32190# include <assert.h>
32191#endif
ac1cb8d3
VS
32192
32193#undef $ac_func
32194
a848cd7e
SC
32195/* Override any gcc2 internal prototype to avoid an error. */
32196#ifdef __cplusplus
32197extern "C"
32198{
32199#endif
32200/* We use char because int might match the return type of a gcc2
32201 builtin and then its argument prototype would still apply. */
32202char $ac_func ();
32203/* The GNU C library defines this for functions which it implements
32204 to always fail with ENOSYS. Some functions are actually named
32205 something starting with __ and the normal name is an alias. */
32206#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32207choke me
32208#else
32209char (*f) () = $ac_func;
32210#endif
32211#ifdef __cplusplus
32212}
32213#endif
32214
32215int
32216main ()
32217{
32218return f != $ac_func;
32219 ;
32220 return 0;
32221}
32222_ACEOF
32223rm -f conftest.$ac_objext conftest$ac_exeext
32224if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32225 (eval $ac_link) 2>conftest.er1
a848cd7e 32226 ac_status=$?
ac1cb8d3
VS
32227 grep -v '^ *+' conftest.er1 >conftest.err
32228 rm -f conftest.er1
32229 cat conftest.err >&5
a848cd7e
SC
32230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32231 (exit $ac_status); } &&
6ebeb4c7 32232 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32234 (eval $ac_try) 2>&5
32235 ac_status=$?
32236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32237 (exit $ac_status); }; } &&
32238 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32240 (eval $ac_try) 2>&5
32241 ac_status=$?
32242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32243 (exit $ac_status); }; }; then
32244 eval "$as_ac_var=yes"
32245else
32246 echo "$as_me: failed program was:" >&5
32247sed 's/^/| /' conftest.$ac_ext >&5
32248
32249eval "$as_ac_var=no"
32250fi
ac1cb8d3
VS
32251rm -f conftest.err conftest.$ac_objext \
32252 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32253fi
32254echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32255echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32256if test `eval echo '${'$as_ac_var'}'` = yes; then
32257 cat >>confdefs.h <<_ACEOF
32258#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32259_ACEOF
32260
32261fi
32262done
32263
32264
32265if test "$ac_cv_func_vsnprintf" = "yes"; then
32266 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
32267echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
32268if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
32269 echo $ECHO_N "(cached) $ECHO_C" >&6
32270else
32271
efdf6afe 32272 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
32273/* confdefs.h. */
32274_ACEOF
32275cat confdefs.h >>conftest.$ac_ext
32276cat >>conftest.$ac_ext <<_ACEOF
32277/* end confdefs.h. */
32278
32279 #include <stdio.h>
32280 #include <stdarg.h>
efdf6afe
VZ
32281 #ifdef __MSL__
32282 #if __MSL__ >= 0x6000
32283 namespace std {}
32284 using namespace std;
32285 #endif
32286 #endif
a848cd7e
SC
32287
32288int
32289main ()
32290{
32291
32292 char *buf;
32293 va_list ap;
62fa8b3a 32294 vsnprintf(buf, 10u, "%s", ap);
c122b164
DE
32295
32296 ;
32297 return 0;
32298}
32299_ACEOF
32300rm -f conftest.$ac_objext
32301if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32302 (eval $ac_compile) 2>conftest.er1
32303 ac_status=$?
32304 grep -v '^ *+' conftest.er1 >conftest.err
32305 rm -f conftest.er1
32306 cat conftest.err >&5
32307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32308 (exit $ac_status); } &&
6ebeb4c7 32309 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
c122b164
DE
32310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32311 (eval $ac_try) 2>&5
32312 ac_status=$?
32313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32314 (exit $ac_status); }; } &&
32315 { ac_try='test -s conftest.$ac_objext'
32316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32317 (eval $ac_try) 2>&5
32318 ac_status=$?
32319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32320 (exit $ac_status); }; }; then
32321 wx_cv_func_vsnprintf_decl=yes
32322else
32323 echo "$as_me: failed program was:" >&5
32324sed 's/^/| /' conftest.$ac_ext >&5
32325
a848cd7e
SC
32326wx_cv_func_vsnprintf_decl=no
32327
32328fi
ac1cb8d3 32329rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32330
32331
32332fi
32333echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
32334echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
32335
32336 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
32337 cat >>confdefs.h <<\_ACEOF
32338#define HAVE_VSNPRINTF_DECL 1
32339_ACEOF
32340
62fa8b3a
MW
32341
32342 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
32343echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
32344if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
32345 echo $ECHO_N "(cached) $ECHO_C" >&6
32346else
32347
32348 cat >conftest.$ac_ext <<_ACEOF
32349/* confdefs.h. */
32350_ACEOF
32351cat confdefs.h >>conftest.$ac_ext
32352cat >>conftest.$ac_ext <<_ACEOF
32353/* end confdefs.h. */
32354
32355 #include <stdio.h>
32356 #include <stdarg.h>
32357 #ifdef __MSL__
32358 #if __MSL__ >= 0x6000
32359 namespace std {}
32360 using namespace std;
32361 #endif
32362 #endif
32363
32364int
32365main ()
32366{
32367
32368 char *buf;
32369 va_list ap;
32370 const char *fmt = "%s";
32371 vsnprintf(buf, 10u, fmt, ap);
32372
32373 ;
32374 return 0;
32375}
32376_ACEOF
32377rm -f conftest.$ac_objext
32378if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32379 (eval $ac_compile) 2>conftest.er1
32380 ac_status=$?
32381 grep -v '^ *+' conftest.er1 >conftest.err
32382 rm -f conftest.er1
32383 cat conftest.err >&5
32384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32385 (exit $ac_status); } &&
32386 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32388 (eval $ac_try) 2>&5
32389 ac_status=$?
32390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32391 (exit $ac_status); }; } &&
32392 { ac_try='test -s conftest.$ac_objext'
32393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32394 (eval $ac_try) 2>&5
32395 ac_status=$?
32396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32397 (exit $ac_status); }; }; then
32398 wx_cv_func_broken_vsnprintf_decl=no
32399else
32400 echo "$as_me: failed program was:" >&5
32401sed 's/^/| /' conftest.$ac_ext >&5
32402
32403wx_cv_func_broken_vsnprintf_decl=yes
32404
32405fi
32406rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32407
32408
32409fi
32410echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
32411echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
32412
32413 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
32414 cat >>confdefs.h <<\_ACEOF
32415#define HAVE_BROKEN_VSNPRINTF_DECL 1
32416_ACEOF
32417
32418 fi
a848cd7e
SC
32419 fi
32420fi
32421
4a767dd5
VZ
32422if test "$ac_cv_func_snprintf" = "yes"; then
32423 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
32424echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
32425if test "${wx_cv_func_snprintf_decl+set}" = set; then
32426 echo $ECHO_N "(cached) $ECHO_C" >&6
32427else
32428
32429 cat >conftest.$ac_ext <<_ACEOF
32430/* confdefs.h. */
32431_ACEOF
32432cat confdefs.h >>conftest.$ac_ext
32433cat >>conftest.$ac_ext <<_ACEOF
32434/* end confdefs.h. */
32435
32436 #include <stdio.h>
32437 #include <stdarg.h>
32438 #ifdef __MSL__
32439 #if __MSL__ >= 0x6000
32440 namespace std {}
32441 using namespace std;
32442 #endif
32443 #endif
32444
32445int
32446main ()
32447{
32448
32449 char *buf;
62fa8b3a 32450 snprintf(buf, 10u, "%s", "wx");
4a767dd5
VZ
32451
32452 ;
32453 return 0;
32454}
32455_ACEOF
32456rm -f conftest.$ac_objext
32457if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32458 (eval $ac_compile) 2>conftest.er1
32459 ac_status=$?
32460 grep -v '^ *+' conftest.er1 >conftest.err
32461 rm -f conftest.er1
32462 cat conftest.err >&5
32463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32464 (exit $ac_status); } &&
32465 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32467 (eval $ac_try) 2>&5
32468 ac_status=$?
32469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32470 (exit $ac_status); }; } &&
32471 { ac_try='test -s conftest.$ac_objext'
32472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32473 (eval $ac_try) 2>&5
32474 ac_status=$?
32475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32476 (exit $ac_status); }; }; then
32477 wx_cv_func_snprintf_decl=yes
32478else
32479 echo "$as_me: failed program was:" >&5
32480sed 's/^/| /' conftest.$ac_ext >&5
32481
32482wx_cv_func_snprintf_decl=no
32483
32484fi
32485rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32486
32487
32488fi
32489echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
32490echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
32491
32492 if test "$wx_cv_func_snprintf_decl" = "yes"; then
32493 cat >>confdefs.h <<\_ACEOF
32494#define HAVE_SNPRINTF_DECL 1
32495_ACEOF
32496
62fa8b3a
MW
32497
32498 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
32499echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
32500if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
32501 echo $ECHO_N "(cached) $ECHO_C" >&6
32502else
32503
32504 cat >conftest.$ac_ext <<_ACEOF
32505/* confdefs.h. */
32506_ACEOF
32507cat confdefs.h >>conftest.$ac_ext
32508cat >>conftest.$ac_ext <<_ACEOF
32509/* end confdefs.h. */
32510
32511 #include <stdio.h>
32512 #include <stdarg.h>
32513 #ifdef __MSL__
32514 #if __MSL__ >= 0x6000
32515 namespace std {}
32516 using namespace std;
32517 #endif
32518 #endif
32519
32520int
32521main ()
32522{
32523
32524 char *buf;
32525 const char *fmt = "%s";
32526 snprintf(buf, 10u, fmt, "wx");
32527
32528 ;
32529 return 0;
32530}
32531_ACEOF
32532rm -f conftest.$ac_objext
32533if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32534 (eval $ac_compile) 2>conftest.er1
32535 ac_status=$?
32536 grep -v '^ *+' conftest.er1 >conftest.err
32537 rm -f conftest.er1
32538 cat conftest.err >&5
32539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32540 (exit $ac_status); } &&
32541 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32543 (eval $ac_try) 2>&5
32544 ac_status=$?
32545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32546 (exit $ac_status); }; } &&
32547 { ac_try='test -s conftest.$ac_objext'
32548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32549 (eval $ac_try) 2>&5
32550 ac_status=$?
32551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32552 (exit $ac_status); }; }; then
32553 wx_cv_func_broken_snprintf_decl=no
32554else
32555 echo "$as_me: failed program was:" >&5
32556sed 's/^/| /' conftest.$ac_ext >&5
32557
32558wx_cv_func_broken_snprintf_decl=yes
32559
32560fi
32561rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32562
32563
32564fi
32565echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
32566echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
32567
32568 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
32569 cat >>confdefs.h <<\_ACEOF
32570#define HAVE_BROKEN_SNPRINTF_DECL 1
32571_ACEOF
32572
32573 fi
4a767dd5
VZ
32574 fi
32575fi
32576
a848cd7e
SC
32577if test "$wxUSE_UNICODE" = yes; then
32578
32579
32580
fbe47c7b
VS
32581
32582
32583
32584for ac_func in wputc wputchar putws fputws wprintf vswprintf
a848cd7e
SC
32585do
32586as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32587echo "$as_me:$LINENO: checking for $ac_func" >&5
32588echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32589if eval "test \"\${$as_ac_var+set}\" = set"; then
32590 echo $ECHO_N "(cached) $ECHO_C" >&6
32591else
32592 cat >conftest.$ac_ext <<_ACEOF
32593/* confdefs.h. */
32594_ACEOF
32595cat confdefs.h >>conftest.$ac_ext
32596cat >>conftest.$ac_ext <<_ACEOF
32597/* end confdefs.h. */
ac1cb8d3
VS
32598/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32599 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32600#define $ac_func innocuous_$ac_func
32601
a848cd7e
SC
32602/* System header to define __stub macros and hopefully few prototypes,
32603 which can conflict with char $ac_func (); below.
32604 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32605 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32606
a848cd7e
SC
32607#ifdef __STDC__
32608# include <limits.h>
32609#else
32610# include <assert.h>
32611#endif
ac1cb8d3
VS
32612
32613#undef $ac_func
32614
a848cd7e
SC
32615/* Override any gcc2 internal prototype to avoid an error. */
32616#ifdef __cplusplus
32617extern "C"
32618{
32619#endif
32620/* We use char because int might match the return type of a gcc2
32621 builtin and then its argument prototype would still apply. */
32622char $ac_func ();
32623/* The GNU C library defines this for functions which it implements
32624 to always fail with ENOSYS. Some functions are actually named
32625 something starting with __ and the normal name is an alias. */
32626#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32627choke me
32628#else
32629char (*f) () = $ac_func;
32630#endif
32631#ifdef __cplusplus
32632}
32633#endif
32634
32635int
32636main ()
32637{
32638return f != $ac_func;
32639 ;
32640 return 0;
32641}
32642_ACEOF
32643rm -f conftest.$ac_objext conftest$ac_exeext
32644if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32645 (eval $ac_link) 2>conftest.er1
a848cd7e 32646 ac_status=$?
ac1cb8d3
VS
32647 grep -v '^ *+' conftest.er1 >conftest.err
32648 rm -f conftest.er1
32649 cat conftest.err >&5
a848cd7e
SC
32650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32651 (exit $ac_status); } &&
6ebeb4c7 32652 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32654 (eval $ac_try) 2>&5
32655 ac_status=$?
32656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32657 (exit $ac_status); }; } &&
32658 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32660 (eval $ac_try) 2>&5
32661 ac_status=$?
32662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32663 (exit $ac_status); }; }; then
32664 eval "$as_ac_var=yes"
32665else
32666 echo "$as_me: failed program was:" >&5
32667sed 's/^/| /' conftest.$ac_ext >&5
32668
32669eval "$as_ac_var=no"
32670fi
ac1cb8d3
VS
32671rm -f conftest.err conftest.$ac_objext \
32672 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32673fi
32674echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32675echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32676if test `eval echo '${'$as_ac_var'}'` = yes; then
32677 cat >>confdefs.h <<_ACEOF
32678#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32679_ACEOF
32680
32681fi
32682done
32683
32684
32685 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
32686echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
32687 cat >conftest.$ac_ext <<_ACEOF
32688/* confdefs.h. */
32689_ACEOF
32690cat confdefs.h >>conftest.$ac_ext
32691cat >>conftest.$ac_ext <<_ACEOF
32692/* end confdefs.h. */
32693#include <wchar.h>
32694int
32695main ()
32696{
32697&_vsnwprintf;
32698 ;
32699 return 0;
32700}
32701_ACEOF
32702rm -f conftest.$ac_objext
32703if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32704 (eval $ac_compile) 2>conftest.er1
a848cd7e 32705 ac_status=$?
ac1cb8d3
VS
32706 grep -v '^ *+' conftest.er1 >conftest.err
32707 rm -f conftest.er1
32708 cat conftest.err >&5
a848cd7e
SC
32709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32710 (exit $ac_status); } &&
6ebeb4c7 32711 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32713 (eval $ac_try) 2>&5
32714 ac_status=$?
32715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32716 (exit $ac_status); }; } &&
32717 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32719 (eval $ac_try) 2>&5
32720 ac_status=$?
32721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32722 (exit $ac_status); }; }; then
32723 echo "$as_me:$LINENO: result: yes" >&5
32724echo "${ECHO_T}yes" >&6
32725 cat >>confdefs.h <<\_ACEOF
32726#define HAVE__VSNWPRINTF 1
32727_ACEOF
32728
32729else
32730 echo "$as_me: failed program was:" >&5
32731sed 's/^/| /' conftest.$ac_ext >&5
32732
32733echo "$as_me:$LINENO: result: no" >&5
32734echo "${ECHO_T}no" >&6
32735fi
ac1cb8d3 32736rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
a848cd7e
SC
32737fi
32738
32739ac_ext=c
32740ac_cpp='$CPP $CPPFLAGS'
32741ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32742ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32743ac_compiler_gnu=$ac_cv_c_compiler_gnu
32744
32745
6ebeb4c7
VZ
32746if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
32747
32748for ac_func in fnmatch
32749do
32750as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32751echo "$as_me:$LINENO: checking for $ac_func" >&5
32752echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32753if eval "test \"\${$as_ac_var+set}\" = set"; then
32754 echo $ECHO_N "(cached) $ECHO_C" >&6
32755else
32756 cat >conftest.$ac_ext <<_ACEOF
32757/* confdefs.h. */
32758_ACEOF
32759cat confdefs.h >>conftest.$ac_ext
32760cat >>conftest.$ac_ext <<_ACEOF
32761/* end confdefs.h. */
32762/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32763 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32764#define $ac_func innocuous_$ac_func
32765
32766/* System header to define __stub macros and hopefully few prototypes,
32767 which can conflict with char $ac_func (); below.
32768 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32769 <limits.h> exists even on freestanding compilers. */
32770
32771#ifdef __STDC__
32772# include <limits.h>
32773#else
32774# include <assert.h>
32775#endif
32776
32777#undef $ac_func
32778
32779/* Override any gcc2 internal prototype to avoid an error. */
32780#ifdef __cplusplus
32781extern "C"
32782{
32783#endif
32784/* We use char because int might match the return type of a gcc2
32785 builtin and then its argument prototype would still apply. */
32786char $ac_func ();
32787/* The GNU C library defines this for functions which it implements
32788 to always fail with ENOSYS. Some functions are actually named
32789 something starting with __ and the normal name is an alias. */
32790#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32791choke me
32792#else
32793char (*f) () = $ac_func;
32794#endif
32795#ifdef __cplusplus
32796}
32797#endif
32798
32799int
32800main ()
32801{
32802return f != $ac_func;
32803 ;
32804 return 0;
32805}
32806_ACEOF
32807rm -f conftest.$ac_objext conftest$ac_exeext
32808if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32809 (eval $ac_link) 2>conftest.er1
32810 ac_status=$?
32811 grep -v '^ *+' conftest.er1 >conftest.err
32812 rm -f conftest.er1
32813 cat conftest.err >&5
32814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32815 (exit $ac_status); } &&
32816 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32818 (eval $ac_try) 2>&5
32819 ac_status=$?
32820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32821 (exit $ac_status); }; } &&
32822 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
32828 eval "$as_ac_var=yes"
32829else
32830 echo "$as_me: failed program was:" >&5
32831sed 's/^/| /' conftest.$ac_ext >&5
32832
32833eval "$as_ac_var=no"
32834fi
32835rm -f conftest.err conftest.$ac_objext \
32836 conftest$ac_exeext conftest.$ac_ext
32837fi
32838echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32839echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32840if test `eval echo '${'$as_ac_var'}'` = yes; then
32841 cat >>confdefs.h <<_ACEOF
32842#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32843_ACEOF
32844
32845fi
32846done
32847
32848fi
32849
32850if test "$wxUSE_FILE" = "yes"; then
32851
32852for ac_func in fsync
32853do
32854as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32855echo "$as_me:$LINENO: checking for $ac_func" >&5
32856echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32857if eval "test \"\${$as_ac_var+set}\" = set"; then
32858 echo $ECHO_N "(cached) $ECHO_C" >&6
32859else
32860 cat >conftest.$ac_ext <<_ACEOF
32861/* confdefs.h. */
32862_ACEOF
32863cat confdefs.h >>conftest.$ac_ext
32864cat >>conftest.$ac_ext <<_ACEOF
32865/* end confdefs.h. */
32866/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32867 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32868#define $ac_func innocuous_$ac_func
32869
32870/* System header to define __stub macros and hopefully few prototypes,
32871 which can conflict with char $ac_func (); below.
32872 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32873 <limits.h> exists even on freestanding compilers. */
32874
32875#ifdef __STDC__
32876# include <limits.h>
32877#else
32878# include <assert.h>
32879#endif
32880
32881#undef $ac_func
32882
32883/* Override any gcc2 internal prototype to avoid an error. */
32884#ifdef __cplusplus
32885extern "C"
32886{
32887#endif
32888/* We use char because int might match the return type of a gcc2
32889 builtin and then its argument prototype would still apply. */
32890char $ac_func ();
32891/* The GNU C library defines this for functions which it implements
32892 to always fail with ENOSYS. Some functions are actually named
32893 something starting with __ and the normal name is an alias. */
32894#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32895choke me
32896#else
32897char (*f) () = $ac_func;
32898#endif
32899#ifdef __cplusplus
32900}
32901#endif
32902
32903int
32904main ()
32905{
32906return f != $ac_func;
32907 ;
32908 return 0;
32909}
32910_ACEOF
32911rm -f conftest.$ac_objext conftest$ac_exeext
32912if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32913 (eval $ac_link) 2>conftest.er1
32914 ac_status=$?
32915 grep -v '^ *+' conftest.er1 >conftest.err
32916 rm -f conftest.er1
32917 cat conftest.err >&5
32918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32919 (exit $ac_status); } &&
32920 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32922 (eval $ac_try) 2>&5
32923 ac_status=$?
32924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32925 (exit $ac_status); }; } &&
32926 { ac_try='test -s conftest$ac_exeext'
32927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32928 (eval $ac_try) 2>&5
32929 ac_status=$?
32930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32931 (exit $ac_status); }; }; then
32932 eval "$as_ac_var=yes"
32933else
32934 echo "$as_me: failed program was:" >&5
32935sed 's/^/| /' conftest.$ac_ext >&5
32936
32937eval "$as_ac_var=no"
32938fi
32939rm -f conftest.err conftest.$ac_objext \
32940 conftest$ac_exeext conftest.$ac_ext
32941fi
32942echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32943echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32944if test `eval echo '${'$as_ac_var'}'` = yes; then
32945 cat >>confdefs.h <<_ACEOF
32946#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32947_ACEOF
32948
32949fi
32950done
32951
32952fi
a848cd7e
SC
32953
32954
32955if test "$TOOLKIT" != "MSW"; then
32956
32957
32958
32959
32960ac_ext=cc
32961ac_cpp='$CXXCPP $CPPFLAGS'
32962ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32963ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32964ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32965
32966
32967
32968
32969# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
32970if test "${with_libiconv_prefix+set}" = set; then
32971 withval="$with_libiconv_prefix"
32972
32973 for dir in `echo "$withval" | tr : ' '`; do
32974 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
32975 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
32976 done
32977
32978fi;
32979
32980 echo "$as_me:$LINENO: checking for iconv" >&5
32981echo $ECHO_N "checking for iconv... $ECHO_C" >&6
32982if test "${am_cv_func_iconv+set}" = set; then
32983 echo $ECHO_N "(cached) $ECHO_C" >&6
32984else
32985
32986 am_cv_func_iconv="no, consider installing GNU libiconv"
32987 am_cv_lib_iconv=no
32988 cat >conftest.$ac_ext <<_ACEOF
32989/* confdefs.h. */
32990_ACEOF
32991cat confdefs.h >>conftest.$ac_ext
32992cat >>conftest.$ac_ext <<_ACEOF
32993/* end confdefs.h. */
32994#include <stdlib.h>
32995#include <iconv.h>
32996int
32997main ()
32998{
32999iconv_t cd = iconv_open("","");
33000 iconv(cd,NULL,NULL,NULL,NULL);
33001 iconv_close(cd);
33002 ;
33003 return 0;
33004}
33005_ACEOF
33006rm -f conftest.$ac_objext conftest$ac_exeext
33007if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33008 (eval $ac_link) 2>conftest.er1
a848cd7e 33009 ac_status=$?
ac1cb8d3
VS
33010 grep -v '^ *+' conftest.er1 >conftest.err
33011 rm -f conftest.er1
33012 cat conftest.err >&5
a848cd7e
SC
33013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33014 (exit $ac_status); } &&
6ebeb4c7 33015 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33017 (eval $ac_try) 2>&5
33018 ac_status=$?
33019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33020 (exit $ac_status); }; } &&
33021 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33023 (eval $ac_try) 2>&5
33024 ac_status=$?
33025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33026 (exit $ac_status); }; }; then
33027 am_cv_func_iconv=yes
33028else
33029 echo "$as_me: failed program was:" >&5
33030sed 's/^/| /' conftest.$ac_ext >&5
33031
33032fi
ac1cb8d3
VS
33033rm -f conftest.err conftest.$ac_objext \
33034 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33035 if test "$am_cv_func_iconv" != yes; then
33036 am_save_LIBS="$LIBS"
33037 LIBS="$LIBS -liconv"
33038 cat >conftest.$ac_ext <<_ACEOF
33039/* confdefs.h. */
33040_ACEOF
33041cat confdefs.h >>conftest.$ac_ext
33042cat >>conftest.$ac_ext <<_ACEOF
33043/* end confdefs.h. */
33044#include <stdlib.h>
33045#include <iconv.h>
33046int
33047main ()
33048{
33049iconv_t cd = iconv_open("","");
33050 iconv(cd,NULL,NULL,NULL,NULL);
33051 iconv_close(cd);
33052 ;
33053 return 0;
33054}
33055_ACEOF
33056rm -f conftest.$ac_objext conftest$ac_exeext
33057if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33058 (eval $ac_link) 2>conftest.er1
a848cd7e 33059 ac_status=$?
ac1cb8d3
VS
33060 grep -v '^ *+' conftest.er1 >conftest.err
33061 rm -f conftest.er1
33062 cat conftest.err >&5
a848cd7e
SC
33063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33064 (exit $ac_status); } &&
6ebeb4c7 33065 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33067 (eval $ac_try) 2>&5
33068 ac_status=$?
33069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33070 (exit $ac_status); }; } &&
33071 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33073 (eval $ac_try) 2>&5
33074 ac_status=$?
33075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33076 (exit $ac_status); }; }; then
33077 am_cv_lib_iconv=yes
33078 am_cv_func_iconv=yes
33079else
33080 echo "$as_me: failed program was:" >&5
33081sed 's/^/| /' conftest.$ac_ext >&5
33082
33083fi
ac1cb8d3
VS
33084rm -f conftest.err conftest.$ac_objext \
33085 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33086 LIBS="$am_save_LIBS"
33087 fi
33088
33089fi
33090echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
33091echo "${ECHO_T}$am_cv_func_iconv" >&6
33092 if test "$am_cv_func_iconv" = yes; then
33093
33094cat >>confdefs.h <<\_ACEOF
33095#define HAVE_ICONV 1
33096_ACEOF
33097
33098 echo "$as_me:$LINENO: checking if iconv needs const" >&5
33099echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
33100if test "${wx_cv_func_iconv_const+set}" = set; then
33101 echo $ECHO_N "(cached) $ECHO_C" >&6
33102else
33103 cat >conftest.$ac_ext <<_ACEOF
33104/* confdefs.h. */
33105_ACEOF
33106cat confdefs.h >>conftest.$ac_ext
33107cat >>conftest.$ac_ext <<_ACEOF
33108/* end confdefs.h. */
33109
33110#include <stdlib.h>
33111#include <iconv.h>
33112extern
33113#ifdef __cplusplus
33114"C"
33115#endif
33116#if defined(__STDC__) || defined(__cplusplus)
33117size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
33118#else
33119size_t iconv();
33120#endif
33121
33122int
33123main ()
33124{
33125
33126 ;
33127 return 0;
33128}
33129_ACEOF
33130rm -f conftest.$ac_objext
33131if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33132 (eval $ac_compile) 2>conftest.er1
a848cd7e 33133 ac_status=$?
ac1cb8d3
VS
33134 grep -v '^ *+' conftest.er1 >conftest.err
33135 rm -f conftest.er1
33136 cat conftest.err >&5
a848cd7e
SC
33137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33138 (exit $ac_status); } &&
6ebeb4c7 33139 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33141 (eval $ac_try) 2>&5
33142 ac_status=$?
33143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33144 (exit $ac_status); }; } &&
33145 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33147 (eval $ac_try) 2>&5
33148 ac_status=$?
33149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33150 (exit $ac_status); }; }; then
33151 wx_cv_func_iconv_const="no"
33152else
33153 echo "$as_me: failed program was:" >&5
33154sed 's/^/| /' conftest.$ac_ext >&5
33155
33156wx_cv_func_iconv_const="yes"
33157
33158fi
ac1cb8d3 33159rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33160
33161fi
33162echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
33163echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
33164
33165 iconv_const=
33166 if test "x$wx_cv_func_iconv_const" = "xyes"; then
33167 iconv_const="const"
33168 fi
33169
33170
33171cat >>confdefs.h <<_ACEOF
33172#define ICONV_CONST $iconv_const
33173_ACEOF
33174
33175 fi
33176 LIBICONV=
33177 if test "$am_cv_lib_iconv" = yes; then
33178 LIBICONV="-liconv"
33179 fi
33180
33181
33182LIBS="$LIBICONV $LIBS"
33183ac_ext=c
33184ac_cpp='$CPP $CPPFLAGS'
33185ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33186ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33187ac_compiler_gnu=$ac_cv_c_compiler_gnu
33188
33189
33190if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
33191
33192for ac_func in sigaction
33193do
33194as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33195echo "$as_me:$LINENO: checking for $ac_func" >&5
33196echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33197if eval "test \"\${$as_ac_var+set}\" = set"; then
33198 echo $ECHO_N "(cached) $ECHO_C" >&6
33199else
33200 cat >conftest.$ac_ext <<_ACEOF
33201/* confdefs.h. */
33202_ACEOF
33203cat confdefs.h >>conftest.$ac_ext
33204cat >>conftest.$ac_ext <<_ACEOF
33205/* end confdefs.h. */
ac1cb8d3
VS
33206/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33207 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33208#define $ac_func innocuous_$ac_func
33209
a848cd7e
SC
33210/* System header to define __stub macros and hopefully few prototypes,
33211 which can conflict with char $ac_func (); below.
33212 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33213 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33214
a848cd7e
SC
33215#ifdef __STDC__
33216# include <limits.h>
33217#else
33218# include <assert.h>
33219#endif
ac1cb8d3
VS
33220
33221#undef $ac_func
33222
a848cd7e
SC
33223/* Override any gcc2 internal prototype to avoid an error. */
33224#ifdef __cplusplus
33225extern "C"
33226{
33227#endif
33228/* We use char because int might match the return type of a gcc2
33229 builtin and then its argument prototype would still apply. */
33230char $ac_func ();
33231/* The GNU C library defines this for functions which it implements
33232 to always fail with ENOSYS. Some functions are actually named
33233 something starting with __ and the normal name is an alias. */
33234#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33235choke me
33236#else
33237char (*f) () = $ac_func;
33238#endif
33239#ifdef __cplusplus
33240}
33241#endif
33242
33243int
33244main ()
33245{
33246return f != $ac_func;
33247 ;
33248 return 0;
33249}
33250_ACEOF
33251rm -f conftest.$ac_objext conftest$ac_exeext
33252if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33253 (eval $ac_link) 2>conftest.er1
a848cd7e 33254 ac_status=$?
ac1cb8d3
VS
33255 grep -v '^ *+' conftest.er1 >conftest.err
33256 rm -f conftest.er1
33257 cat conftest.err >&5
a848cd7e
SC
33258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33259 (exit $ac_status); } &&
6ebeb4c7 33260 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33262 (eval $ac_try) 2>&5
33263 ac_status=$?
33264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33265 (exit $ac_status); }; } &&
33266 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33268 (eval $ac_try) 2>&5
33269 ac_status=$?
33270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33271 (exit $ac_status); }; }; then
33272 eval "$as_ac_var=yes"
33273else
33274 echo "$as_me: failed program was:" >&5
33275sed 's/^/| /' conftest.$ac_ext >&5
33276
33277eval "$as_ac_var=no"
33278fi
ac1cb8d3
VS
33279rm -f conftest.err conftest.$ac_objext \
33280 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33281fi
33282echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33283echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33284if test `eval echo '${'$as_ac_var'}'` = yes; then
33285 cat >>confdefs.h <<_ACEOF
33286#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33287_ACEOF
33288
33289fi
33290done
33291
33292
33293 if test "$ac_cv_func_sigaction" = "no"; then
33294 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
33295echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
33296 wxUSE_ON_FATAL_EXCEPTION=no
33297 fi
33298
33299 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
33300
33301
33302 ac_ext=cc
33303ac_cpp='$CXXCPP $CPPFLAGS'
33304ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33305ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33306ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33307
33308
33309 echo "$as_me:$LINENO: checking for sa_handler type" >&5
33310echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
33311if test "${wx_cv_type_sa_handler+set}" = set; then
33312 echo $ECHO_N "(cached) $ECHO_C" >&6
33313else
33314
33315 cat >conftest.$ac_ext <<_ACEOF
33316/* confdefs.h. */
33317_ACEOF
33318cat confdefs.h >>conftest.$ac_ext
33319cat >>conftest.$ac_ext <<_ACEOF
33320/* end confdefs.h. */
33321#include <signal.h>
33322int
33323main ()
33324{
33325
33326 extern void testSigHandler(int);
33327
33328 struct sigaction sa;
33329 sa.sa_handler = testSigHandler;
33330
33331 ;
33332 return 0;
33333}
33334_ACEOF
33335rm -f conftest.$ac_objext
33336if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33337 (eval $ac_compile) 2>conftest.er1
a848cd7e 33338 ac_status=$?
ac1cb8d3
VS
33339 grep -v '^ *+' conftest.er1 >conftest.err
33340 rm -f conftest.er1
33341 cat conftest.err >&5
a848cd7e
SC
33342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33343 (exit $ac_status); } &&
6ebeb4c7 33344 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33346 (eval $ac_try) 2>&5
33347 ac_status=$?
33348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33349 (exit $ac_status); }; } &&
33350 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33352 (eval $ac_try) 2>&5
33353 ac_status=$?
33354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33355 (exit $ac_status); }; }; then
33356
33357 wx_cv_type_sa_handler=int
33358
33359else
33360 echo "$as_me: failed program was:" >&5
33361sed 's/^/| /' conftest.$ac_ext >&5
33362
33363
33364 wx_cv_type_sa_handler=void
33365
33366fi
ac1cb8d3 33367rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33368
33369fi
33370echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
33371echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
33372
33373 ac_ext=c
33374ac_cpp='$CPP $CPPFLAGS'
33375ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33376ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33377ac_compiler_gnu=$ac_cv_c_compiler_gnu
33378
33379
33380 cat >>confdefs.h <<_ACEOF
33381#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
33382_ACEOF
33383
33384 fi
33385fi
33386
eaff0f0d
VZ
33387if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
33388
33389
33390 ac_ext=cc
33391ac_cpp='$CXXCPP $CPPFLAGS'
33392ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33393ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33394ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33395
33396
33397 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
33398echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
33399if test "${wx_cv_func_backtrace+set}" = set; then
33400 echo $ECHO_N "(cached) $ECHO_C" >&6
33401else
33402
33403 cat >conftest.$ac_ext <<_ACEOF
33404/* confdefs.h. */
33405_ACEOF
33406cat confdefs.h >>conftest.$ac_ext
33407cat >>conftest.$ac_ext <<_ACEOF
33408/* end confdefs.h. */
33409#include <execinfo.h>
33410int
33411main ()
33412{
33413
33414 void *trace[1];
33415 char **messages;
33416
33417 backtrace(trace, 1);
33418 messages = backtrace_symbols(trace, 1);
33419
33420 ;
33421 return 0;
33422}
33423_ACEOF
33424rm -f conftest.$ac_objext
33425if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33426 (eval $ac_compile) 2>conftest.er1
33427 ac_status=$?
33428 grep -v '^ *+' conftest.er1 >conftest.err
33429 rm -f conftest.er1
33430 cat conftest.err >&5
33431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33432 (exit $ac_status); } &&
6ebeb4c7 33433 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
eaff0f0d
VZ
33434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33435 (eval $ac_try) 2>&5
33436 ac_status=$?
33437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33438 (exit $ac_status); }; } &&
33439 { ac_try='test -s conftest.$ac_objext'
33440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33441 (eval $ac_try) 2>&5
33442 ac_status=$?
33443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33444 (exit $ac_status); }; }; then
33445 wx_cv_func_backtrace=yes
33446else
33447 echo "$as_me: failed program was:" >&5
33448sed 's/^/| /' conftest.$ac_ext >&5
33449
33450wx_cv_func_backtrace=no
33451
33452fi
33453rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33454
33455
33456fi
33457echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
33458echo "${ECHO_T}$wx_cv_func_backtrace" >&6
33459
33460
33461 if test "$wx_cv_func_backtrace" = "no"; then
33462 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
33463echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
33464 wxUSE_STACKWALKER=no
33465 else
33466 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
33467echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
33468if test "${wx_cv_func_cxa_demangle+set}" = set; then
33469 echo $ECHO_N "(cached) $ECHO_C" >&6
33470else
33471
33472 cat >conftest.$ac_ext <<_ACEOF
33473/* confdefs.h. */
33474_ACEOF
33475cat confdefs.h >>conftest.$ac_ext
33476cat >>conftest.$ac_ext <<_ACEOF
33477/* end confdefs.h. */
33478#include <cxxabi.h>
33479int
33480main ()
33481{
33482
33483 int rc;
33484 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
33485
33486 ;
33487 return 0;
33488}
33489_ACEOF
dfe0c803
JS
33490rm -f conftest.$ac_objext conftest$ac_exeext
33491if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33492 (eval $ac_link) 2>conftest.er1
eaff0f0d
VZ
33493 ac_status=$?
33494 grep -v '^ *+' conftest.er1 >conftest.err
33495 rm -f conftest.er1
33496 cat conftest.err >&5
33497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33498 (exit $ac_status); } &&
6ebeb4c7 33499 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
eaff0f0d
VZ
33500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33501 (eval $ac_try) 2>&5
33502 ac_status=$?
33503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33504 (exit $ac_status); }; } &&
dfe0c803 33505 { ac_try='test -s conftest$ac_exeext'
eaff0f0d
VZ
33506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33507 (eval $ac_try) 2>&5
33508 ac_status=$?
33509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33510 (exit $ac_status); }; }; then
33511 wx_cv_func_cxa_demangle=yes
33512else
33513 echo "$as_me: failed program was:" >&5
33514sed 's/^/| /' conftest.$ac_ext >&5
33515
33516wx_cv_func_cxa_demangle=no
33517
33518fi
dfe0c803
JS
33519rm -f conftest.err conftest.$ac_objext \
33520 conftest$ac_exeext conftest.$ac_ext
eaff0f0d
VZ
33521
33522
33523fi
33524echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
33525echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
33526
33527 if test "$wx_cv_func_cxa_demangle" = "yes"; then
33528 cat >>confdefs.h <<\_ACEOF
33529#define HAVE_CXA_DEMANGLE 1
33530_ACEOF
33531
33532 fi
33533 fi
33534
33535 ac_ext=c
33536ac_cpp='$CPP $CPPFLAGS'
33537ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33538ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33539ac_compiler_gnu=$ac_cv_c_compiler_gnu
33540
33541fi
33542
898beab1
DE
33543if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
33544 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
33545echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
33546 wxUSE_STACKWALKER=no
33547fi
33548
33549
a848cd7e
SC
33550
33551
33552for ac_func in mkstemp mktemp
33553do
33554as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33555echo "$as_me:$LINENO: checking for $ac_func" >&5
33556echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33557if eval "test \"\${$as_ac_var+set}\" = set"; then
33558 echo $ECHO_N "(cached) $ECHO_C" >&6
33559else
33560 cat >conftest.$ac_ext <<_ACEOF
33561/* confdefs.h. */
33562_ACEOF
33563cat confdefs.h >>conftest.$ac_ext
33564cat >>conftest.$ac_ext <<_ACEOF
33565/* end confdefs.h. */
ac1cb8d3
VS
33566/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33567 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33568#define $ac_func innocuous_$ac_func
33569
a848cd7e
SC
33570/* System header to define __stub macros and hopefully few prototypes,
33571 which can conflict with char $ac_func (); below.
33572 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33573 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33574
a848cd7e
SC
33575#ifdef __STDC__
33576# include <limits.h>
33577#else
33578# include <assert.h>
33579#endif
ac1cb8d3
VS
33580
33581#undef $ac_func
33582
a848cd7e
SC
33583/* Override any gcc2 internal prototype to avoid an error. */
33584#ifdef __cplusplus
33585extern "C"
33586{
33587#endif
33588/* We use char because int might match the return type of a gcc2
33589 builtin and then its argument prototype would still apply. */
33590char $ac_func ();
33591/* The GNU C library defines this for functions which it implements
33592 to always fail with ENOSYS. Some functions are actually named
33593 something starting with __ and the normal name is an alias. */
33594#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33595choke me
33596#else
33597char (*f) () = $ac_func;
33598#endif
33599#ifdef __cplusplus
33600}
33601#endif
33602
33603int
33604main ()
33605{
33606return f != $ac_func;
33607 ;
33608 return 0;
33609}
33610_ACEOF
33611rm -f conftest.$ac_objext conftest$ac_exeext
33612if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33613 (eval $ac_link) 2>conftest.er1
a848cd7e 33614 ac_status=$?
ac1cb8d3
VS
33615 grep -v '^ *+' conftest.er1 >conftest.err
33616 rm -f conftest.er1
33617 cat conftest.err >&5
a848cd7e
SC
33618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33619 (exit $ac_status); } &&
6ebeb4c7 33620 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33622 (eval $ac_try) 2>&5
33623 ac_status=$?
33624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33625 (exit $ac_status); }; } &&
33626 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33628 (eval $ac_try) 2>&5
33629 ac_status=$?
33630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33631 (exit $ac_status); }; }; then
33632 eval "$as_ac_var=yes"
33633else
33634 echo "$as_me: failed program was:" >&5
33635sed 's/^/| /' conftest.$ac_ext >&5
33636
33637eval "$as_ac_var=no"
33638fi
ac1cb8d3
VS
33639rm -f conftest.err conftest.$ac_objext \
33640 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33641fi
33642echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33643echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33644if test `eval echo '${'$as_ac_var'}'` = yes; then
33645 cat >>confdefs.h <<_ACEOF
33646#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33647_ACEOF
33648 break
33649fi
33650done
33651
33652
33653echo "$as_me:$LINENO: checking for statfs" >&5
33654echo $ECHO_N "checking for statfs... $ECHO_C" >&6
33655if test "${wx_cv_func_statfs+set}" = set; then
33656 echo $ECHO_N "(cached) $ECHO_C" >&6
33657else
33658 cat >conftest.$ac_ext <<_ACEOF
33659/* confdefs.h. */
33660_ACEOF
33661cat confdefs.h >>conftest.$ac_ext
33662cat >>conftest.$ac_ext <<_ACEOF
33663/* end confdefs.h. */
33664
33665 #if defined(__BSD__)
84ae7ca4
VZ
33666 #include <sys/param.h>
33667 #include <sys/mount.h>
a848cd7e 33668 #else
84ae7ca4 33669 #include <sys/vfs.h>
a848cd7e
SC
33670 #endif
33671
33672int
33673main ()
33674{
33675
33676 long l;
33677 struct statfs fs;
33678 statfs("/", &fs);
33679 l = fs.f_bsize;
33680 l += fs.f_blocks;
33681 l += fs.f_bavail;
33682
33683 ;
33684 return 0;
33685}
33686_ACEOF
33687rm -f conftest.$ac_objext
33688if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33689 (eval $ac_compile) 2>conftest.er1
a848cd7e 33690 ac_status=$?
ac1cb8d3
VS
33691 grep -v '^ *+' conftest.er1 >conftest.err
33692 rm -f conftest.er1
33693 cat conftest.err >&5
a848cd7e
SC
33694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33695 (exit $ac_status); } &&
6ebeb4c7 33696 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33698 (eval $ac_try) 2>&5
33699 ac_status=$?
33700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33701 (exit $ac_status); }; } &&
33702 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33704 (eval $ac_try) 2>&5
33705 ac_status=$?
33706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33707 (exit $ac_status); }; }; then
84ae7ca4 33708 wx_cv_func_statfs=yes
a848cd7e
SC
33709else
33710 echo "$as_me: failed program was:" >&5
33711sed 's/^/| /' conftest.$ac_ext >&5
33712
84ae7ca4 33713wx_cv_func_statfs=no
a848cd7e
SC
33714
33715fi
ac1cb8d3 33716rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33717
33718fi
33719echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
33720echo "${ECHO_T}$wx_cv_func_statfs" >&6
33721
33722if test "$wx_cv_func_statfs" = "yes"; then
84ae7ca4
VZ
33723
33724
33725 ac_ext=cc
33726ac_cpp='$CXXCPP $CPPFLAGS'
33727ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33728ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33729ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33730
33731 echo "$as_me:$LINENO: checking for statfs declaration" >&5
33732echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
33733if test "${wx_cv_func_statfs_decl+set}" = set; then
33734 echo $ECHO_N "(cached) $ECHO_C" >&6
33735else
0683aca6
VZ
33736 cat >conftest.$ac_ext <<_ACEOF
33737/* confdefs.h. */
33738_ACEOF
33739cat confdefs.h >>conftest.$ac_ext
33740cat >>conftest.$ac_ext <<_ACEOF
33741/* end confdefs.h. */
84ae7ca4 33742
0683aca6
VZ
33743 #if defined(__BSD__)
33744 #include <sys/param.h>
33745 #include <sys/mount.h>
33746 #else
33747 #include <sys/vfs.h>
33748 #endif
33749
33750int
33751main ()
33752{
33753
33754 struct statfs fs;
33755 statfs("", &fs);
33756
33757 ;
33758 return 0;
33759}
33760_ACEOF
33761rm -f conftest.$ac_objext
33762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33763 (eval $ac_compile) 2>conftest.er1
33764 ac_status=$?
33765 grep -v '^ *+' conftest.er1 >conftest.err
33766 rm -f conftest.er1
33767 cat conftest.err >&5
33768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33769 (exit $ac_status); } &&
33770 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33772 (eval $ac_try) 2>&5
33773 ac_status=$?
33774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33775 (exit $ac_status); }; } &&
33776 { ac_try='test -s conftest.$ac_objext'
33777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33778 (eval $ac_try) 2>&5
33779 ac_status=$?
33780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33781 (exit $ac_status); }; }; then
33782 wx_cv_func_statfs_decl=yes
33783else
33784 echo "$as_me: failed program was:" >&5
33785sed 's/^/| /' conftest.$ac_ext >&5
33786
33787wx_cv_func_statfs_decl=no
33788
33789fi
33790rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
84ae7ca4
VZ
33791
33792fi
33793echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
33794echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
33795 ac_ext=c
33796ac_cpp='$CPP $CPPFLAGS'
33797ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33798ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33799ac_compiler_gnu=$ac_cv_c_compiler_gnu
33800
33801
33802 if test "$wx_cv_func_statfs_decl" = "yes"; then
33803 cat >>confdefs.h <<\_ACEOF
33804#define HAVE_STATFS_DECL 1
33805_ACEOF
33806
33807 fi
33808
a848cd7e
SC
33809 wx_cv_type_statvfs_t="struct statfs"
33810 cat >>confdefs.h <<\_ACEOF
33811#define HAVE_STATFS 1
33812_ACEOF
33813
33814else
33815 echo "$as_me:$LINENO: checking for statvfs" >&5
33816echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
33817if test "${wx_cv_func_statvfs+set}" = set; then
33818 echo $ECHO_N "(cached) $ECHO_C" >&6
33819else
33820 cat >conftest.$ac_ext <<_ACEOF
33821/* confdefs.h. */
33822_ACEOF
33823cat confdefs.h >>conftest.$ac_ext
33824cat >>conftest.$ac_ext <<_ACEOF
33825/* end confdefs.h. */
33826
33827 #include <stddef.h>
33828 #include <sys/statvfs.h>
33829
33830int
33831main ()
33832{
33833
33834 statvfs("/", NULL);
33835
33836 ;
33837 return 0;
33838}
33839_ACEOF
33840rm -f conftest.$ac_objext
33841if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33842 (eval $ac_compile) 2>conftest.er1
a848cd7e 33843 ac_status=$?
ac1cb8d3
VS
33844 grep -v '^ *+' conftest.er1 >conftest.err
33845 rm -f conftest.er1
33846 cat conftest.err >&5
a848cd7e
SC
33847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33848 (exit $ac_status); } &&
6ebeb4c7 33849 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33851 (eval $ac_try) 2>&5
33852 ac_status=$?
33853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33854 (exit $ac_status); }; } &&
33855 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33857 (eval $ac_try) 2>&5
33858 ac_status=$?
33859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33860 (exit $ac_status); }; }; then
33861 wx_cv_func_statvfs=yes
33862else
33863 echo "$as_me: failed program was:" >&5
33864sed 's/^/| /' conftest.$ac_ext >&5
33865
33866wx_cv_func_statvfs=no
33867
33868fi
ac1cb8d3 33869rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33870
33871fi
33872echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
33873echo "${ECHO_T}$wx_cv_func_statvfs" >&6
33874
33875 if test "$wx_cv_func_statvfs" = "yes"; then
33876
33877
33878 ac_ext=cc
33879ac_cpp='$CXXCPP $CPPFLAGS'
33880ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33881ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33882ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33883
33884
33885 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
33886echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
33887if test "${wx_cv_type_statvfs_t+set}" = set; then
33888 echo $ECHO_N "(cached) $ECHO_C" >&6
33889else
33890 cat >conftest.$ac_ext <<_ACEOF
33891/* confdefs.h. */
33892_ACEOF
33893cat confdefs.h >>conftest.$ac_ext
33894cat >>conftest.$ac_ext <<_ACEOF
33895/* end confdefs.h. */
33896
33897 #include <sys/statvfs.h>
33898
33899int
33900main ()
33901{
33902
33903 long l;
33904 statvfs_t fs;
33905 statvfs("/", &fs);
33906 l = fs.f_bsize;
33907 l += fs.f_blocks;
33908 l += fs.f_bavail;
33909
33910 ;
33911 return 0;
33912}
33913_ACEOF
33914rm -f conftest.$ac_objext
33915if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33916 (eval $ac_compile) 2>conftest.er1
a848cd7e 33917 ac_status=$?
ac1cb8d3
VS
33918 grep -v '^ *+' conftest.er1 >conftest.err
33919 rm -f conftest.er1
33920 cat conftest.err >&5
a848cd7e
SC
33921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33922 (exit $ac_status); } &&
6ebeb4c7 33923 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33925 (eval $ac_try) 2>&5
33926 ac_status=$?
33927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33928 (exit $ac_status); }; } &&
33929 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33931 (eval $ac_try) 2>&5
33932 ac_status=$?
33933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33934 (exit $ac_status); }; }; then
33935 wx_cv_type_statvfs_t=statvfs_t
33936else
33937 echo "$as_me: failed program was:" >&5
33938sed 's/^/| /' conftest.$ac_ext >&5
33939
33940
33941 cat >conftest.$ac_ext <<_ACEOF
33942/* confdefs.h. */
33943_ACEOF
33944cat confdefs.h >>conftest.$ac_ext
33945cat >>conftest.$ac_ext <<_ACEOF
33946/* end confdefs.h. */
33947
33948 #include <sys/statvfs.h>
33949
33950int
33951main ()
33952{
33953
33954 long l;
33955 struct statvfs fs;
33956 statvfs("/", &fs);
33957 l = fs.f_bsize;
33958 l += fs.f_blocks;
33959 l += fs.f_bavail;
33960
33961 ;
33962 return 0;
33963}
33964_ACEOF
33965rm -f conftest.$ac_objext
33966if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33967 (eval $ac_compile) 2>conftest.er1
a848cd7e 33968 ac_status=$?
ac1cb8d3
VS
33969 grep -v '^ *+' conftest.er1 >conftest.err
33970 rm -f conftest.er1
33971 cat conftest.err >&5
a848cd7e
SC
33972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33973 (exit $ac_status); } &&
6ebeb4c7 33974 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33976 (eval $ac_try) 2>&5
33977 ac_status=$?
33978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33979 (exit $ac_status); }; } &&
33980 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33982 (eval $ac_try) 2>&5
33983 ac_status=$?
33984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33985 (exit $ac_status); }; }; then
33986 wx_cv_type_statvfs_t="struct statvfs"
33987else
33988 echo "$as_me: failed program was:" >&5
33989sed 's/^/| /' conftest.$ac_ext >&5
33990
33991wx_cv_type_statvfs_t="unknown"
33992
33993fi
ac1cb8d3 33994rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33995
33996
33997fi
ac1cb8d3 33998rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33999
34000fi
34001echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
34002echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
34003
34004 ac_ext=c
34005ac_cpp='$CPP $CPPFLAGS'
34006ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34007ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34008ac_compiler_gnu=$ac_cv_c_compiler_gnu
34009
34010
34011 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34012 cat >>confdefs.h <<\_ACEOF
34013#define HAVE_STATVFS 1
34014_ACEOF
34015
34016 fi
34017 else
34018 wx_cv_type_statvfs_t="unknown"
34019 fi
34020fi
34021
34022if test "$wx_cv_type_statvfs_t" != "unknown"; then
34023 cat >>confdefs.h <<_ACEOF
34024#define WX_STATFS_T $wx_cv_type_statvfs_t
34025_ACEOF
34026
34027else
34028 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
34029echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
34030fi
34031
34032if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34033
34034
34035for ac_func in fcntl flock
34036do
34037as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34038echo "$as_me:$LINENO: checking for $ac_func" >&5
34039echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34040if eval "test \"\${$as_ac_var+set}\" = set"; then
34041 echo $ECHO_N "(cached) $ECHO_C" >&6
34042else
34043 cat >conftest.$ac_ext <<_ACEOF
34044/* confdefs.h. */
34045_ACEOF
34046cat confdefs.h >>conftest.$ac_ext
34047cat >>conftest.$ac_ext <<_ACEOF
34048/* end confdefs.h. */
ac1cb8d3
VS
34049/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34050 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34051#define $ac_func innocuous_$ac_func
34052
a848cd7e
SC
34053/* System header to define __stub macros and hopefully few prototypes,
34054 which can conflict with char $ac_func (); below.
34055 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34056 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34057
a848cd7e
SC
34058#ifdef __STDC__
34059# include <limits.h>
34060#else
34061# include <assert.h>
34062#endif
ac1cb8d3
VS
34063
34064#undef $ac_func
34065
a848cd7e
SC
34066/* Override any gcc2 internal prototype to avoid an error. */
34067#ifdef __cplusplus
34068extern "C"
34069{
34070#endif
34071/* We use char because int might match the return type of a gcc2
34072 builtin and then its argument prototype would still apply. */
34073char $ac_func ();
34074/* The GNU C library defines this for functions which it implements
34075 to always fail with ENOSYS. Some functions are actually named
34076 something starting with __ and the normal name is an alias. */
34077#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34078choke me
34079#else
34080char (*f) () = $ac_func;
34081#endif
34082#ifdef __cplusplus
34083}
34084#endif
34085
34086int
34087main ()
34088{
34089return f != $ac_func;
34090 ;
34091 return 0;
34092}
34093_ACEOF
34094rm -f conftest.$ac_objext conftest$ac_exeext
34095if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34096 (eval $ac_link) 2>conftest.er1
a848cd7e 34097 ac_status=$?
ac1cb8d3
VS
34098 grep -v '^ *+' conftest.er1 >conftest.err
34099 rm -f conftest.er1
34100 cat conftest.err >&5
a848cd7e
SC
34101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34102 (exit $ac_status); } &&
6ebeb4c7 34103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34105 (eval $ac_try) 2>&5
34106 ac_status=$?
34107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34108 (exit $ac_status); }; } &&
34109 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34111 (eval $ac_try) 2>&5
34112 ac_status=$?
34113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34114 (exit $ac_status); }; }; then
34115 eval "$as_ac_var=yes"
34116else
34117 echo "$as_me: failed program was:" >&5
34118sed 's/^/| /' conftest.$ac_ext >&5
34119
34120eval "$as_ac_var=no"
34121fi
ac1cb8d3
VS
34122rm -f conftest.err conftest.$ac_objext \
34123 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34124fi
34125echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34126echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34127if test `eval echo '${'$as_ac_var'}'` = yes; then
34128 cat >>confdefs.h <<_ACEOF
34129#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34130_ACEOF
34131 break
34132fi
34133done
34134
34135
34136 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
34137 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
34138echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
34139 wxUSE_SNGLINST_CHECKER=no
34140 fi
34141fi
34142
34143
34144for ac_func in timegm
34145do
34146as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34147echo "$as_me:$LINENO: checking for $ac_func" >&5
34148echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34149if eval "test \"\${$as_ac_var+set}\" = set"; then
34150 echo $ECHO_N "(cached) $ECHO_C" >&6
34151else
34152 cat >conftest.$ac_ext <<_ACEOF
34153/* confdefs.h. */
34154_ACEOF
34155cat confdefs.h >>conftest.$ac_ext
34156cat >>conftest.$ac_ext <<_ACEOF
34157/* end confdefs.h. */
ac1cb8d3
VS
34158/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34159 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34160#define $ac_func innocuous_$ac_func
34161
a848cd7e
SC
34162/* System header to define __stub macros and hopefully few prototypes,
34163 which can conflict with char $ac_func (); below.
34164 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34165 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34166
a848cd7e
SC
34167#ifdef __STDC__
34168# include <limits.h>
34169#else
34170# include <assert.h>
34171#endif
ac1cb8d3
VS
34172
34173#undef $ac_func
34174
a848cd7e
SC
34175/* Override any gcc2 internal prototype to avoid an error. */
34176#ifdef __cplusplus
34177extern "C"
34178{
34179#endif
34180/* We use char because int might match the return type of a gcc2
34181 builtin and then its argument prototype would still apply. */
34182char $ac_func ();
34183/* The GNU C library defines this for functions which it implements
34184 to always fail with ENOSYS. Some functions are actually named
34185 something starting with __ and the normal name is an alias. */
34186#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34187choke me
34188#else
34189char (*f) () = $ac_func;
34190#endif
34191#ifdef __cplusplus
34192}
34193#endif
34194
34195int
34196main ()
34197{
34198return f != $ac_func;
34199 ;
34200 return 0;
34201}
34202_ACEOF
34203rm -f conftest.$ac_objext conftest$ac_exeext
34204if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34205 (eval $ac_link) 2>conftest.er1
a848cd7e 34206 ac_status=$?
ac1cb8d3
VS
34207 grep -v '^ *+' conftest.er1 >conftest.err
34208 rm -f conftest.er1
34209 cat conftest.err >&5
a848cd7e
SC
34210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34211 (exit $ac_status); } &&
6ebeb4c7 34212 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34214 (eval $ac_try) 2>&5
34215 ac_status=$?
34216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34217 (exit $ac_status); }; } &&
34218 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34220 (eval $ac_try) 2>&5
34221 ac_status=$?
34222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34223 (exit $ac_status); }; }; then
34224 eval "$as_ac_var=yes"
34225else
34226 echo "$as_me: failed program was:" >&5
34227sed 's/^/| /' conftest.$ac_ext >&5
34228
34229eval "$as_ac_var=no"
34230fi
ac1cb8d3
VS
34231rm -f conftest.err conftest.$ac_objext \
34232 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34233fi
34234echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34235echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34236if test `eval echo '${'$as_ac_var'}'` = yes; then
34237 cat >>confdefs.h <<_ACEOF
34238#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34239_ACEOF
34240
34241fi
34242done
34243
34244
34245
34246
34247for ac_func in putenv setenv
34248do
34249as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34250echo "$as_me:$LINENO: checking for $ac_func" >&5
34251echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34252if eval "test \"\${$as_ac_var+set}\" = set"; then
34253 echo $ECHO_N "(cached) $ECHO_C" >&6
34254else
34255 cat >conftest.$ac_ext <<_ACEOF
34256/* confdefs.h. */
34257_ACEOF
34258cat confdefs.h >>conftest.$ac_ext
34259cat >>conftest.$ac_ext <<_ACEOF
34260/* end confdefs.h. */
ac1cb8d3
VS
34261/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34262 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34263#define $ac_func innocuous_$ac_func
34264
a848cd7e
SC
34265/* System header to define __stub macros and hopefully few prototypes,
34266 which can conflict with char $ac_func (); below.
34267 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34268 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34269
a848cd7e
SC
34270#ifdef __STDC__
34271# include <limits.h>
34272#else
34273# include <assert.h>
34274#endif
ac1cb8d3
VS
34275
34276#undef $ac_func
34277
a848cd7e
SC
34278/* Override any gcc2 internal prototype to avoid an error. */
34279#ifdef __cplusplus
34280extern "C"
34281{
34282#endif
34283/* We use char because int might match the return type of a gcc2
34284 builtin and then its argument prototype would still apply. */
34285char $ac_func ();
34286/* The GNU C library defines this for functions which it implements
34287 to always fail with ENOSYS. Some functions are actually named
34288 something starting with __ and the normal name is an alias. */
34289#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34290choke me
34291#else
34292char (*f) () = $ac_func;
34293#endif
34294#ifdef __cplusplus
34295}
34296#endif
34297
34298int
34299main ()
34300{
34301return f != $ac_func;
34302 ;
34303 return 0;
34304}
34305_ACEOF
34306rm -f conftest.$ac_objext conftest$ac_exeext
34307if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34308 (eval $ac_link) 2>conftest.er1
a848cd7e 34309 ac_status=$?
ac1cb8d3
VS
34310 grep -v '^ *+' conftest.er1 >conftest.err
34311 rm -f conftest.er1
34312 cat conftest.err >&5
a848cd7e
SC
34313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34314 (exit $ac_status); } &&
6ebeb4c7 34315 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34317 (eval $ac_try) 2>&5
34318 ac_status=$?
34319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34320 (exit $ac_status); }; } &&
34321 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34323 (eval $ac_try) 2>&5
34324 ac_status=$?
34325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34326 (exit $ac_status); }; }; then
34327 eval "$as_ac_var=yes"
34328else
34329 echo "$as_me: failed program was:" >&5
34330sed 's/^/| /' conftest.$ac_ext >&5
34331
34332eval "$as_ac_var=no"
34333fi
ac1cb8d3
VS
34334rm -f conftest.err conftest.$ac_objext \
34335 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34336fi
34337echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34338echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34339if test `eval echo '${'$as_ac_var'}'` = yes; then
34340 cat >>confdefs.h <<_ACEOF
34341#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34342_ACEOF
34343 break
34344fi
34345done
34346
34347
34348HAVE_SOME_SLEEP_FUNC=0
34349if test "$USE_BEOS" = 1; then
34350 cat >>confdefs.h <<\_ACEOF
34351#define HAVE_SLEEP 1
34352_ACEOF
34353
34354 HAVE_SOME_SLEEP_FUNC=1
34355fi
34356
34357if test "$USE_DARWIN" = 1; then
34358 cat >>confdefs.h <<\_ACEOF
34359#define HAVE_USLEEP 1
34360_ACEOF
34361
34362 HAVE_SOME_SLEEP_FUNC=1
34363fi
34364
34365if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
34366 POSIX4_LINK=
34367
34368for ac_func in nanosleep
34369do
34370as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34371echo "$as_me:$LINENO: checking for $ac_func" >&5
34372echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34373if eval "test \"\${$as_ac_var+set}\" = set"; then
34374 echo $ECHO_N "(cached) $ECHO_C" >&6
34375else
34376 cat >conftest.$ac_ext <<_ACEOF
34377/* confdefs.h. */
34378_ACEOF
34379cat confdefs.h >>conftest.$ac_ext
34380cat >>conftest.$ac_ext <<_ACEOF
34381/* end confdefs.h. */
ac1cb8d3
VS
34382/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34383 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34384#define $ac_func innocuous_$ac_func
34385
a848cd7e
SC
34386/* System header to define __stub macros and hopefully few prototypes,
34387 which can conflict with char $ac_func (); below.
34388 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34389 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34390
a848cd7e
SC
34391#ifdef __STDC__
34392# include <limits.h>
34393#else
34394# include <assert.h>
34395#endif
ac1cb8d3
VS
34396
34397#undef $ac_func
34398
a848cd7e
SC
34399/* Override any gcc2 internal prototype to avoid an error. */
34400#ifdef __cplusplus
34401extern "C"
34402{
34403#endif
34404/* We use char because int might match the return type of a gcc2
34405 builtin and then its argument prototype would still apply. */
34406char $ac_func ();
34407/* The GNU C library defines this for functions which it implements
34408 to always fail with ENOSYS. Some functions are actually named
34409 something starting with __ and the normal name is an alias. */
34410#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34411choke me
34412#else
34413char (*f) () = $ac_func;
34414#endif
34415#ifdef __cplusplus
34416}
34417#endif
34418
34419int
34420main ()
34421{
34422return f != $ac_func;
34423 ;
34424 return 0;
34425}
34426_ACEOF
34427rm -f conftest.$ac_objext conftest$ac_exeext
34428if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34429 (eval $ac_link) 2>conftest.er1
a848cd7e 34430 ac_status=$?
ac1cb8d3
VS
34431 grep -v '^ *+' conftest.er1 >conftest.err
34432 rm -f conftest.er1
34433 cat conftest.err >&5
a848cd7e
SC
34434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34435 (exit $ac_status); } &&
6ebeb4c7 34436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34438 (eval $ac_try) 2>&5
34439 ac_status=$?
34440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34441 (exit $ac_status); }; } &&
34442 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34444 (eval $ac_try) 2>&5
34445 ac_status=$?
34446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34447 (exit $ac_status); }; }; then
34448 eval "$as_ac_var=yes"
34449else
34450 echo "$as_me: failed program was:" >&5
34451sed 's/^/| /' conftest.$ac_ext >&5
34452
34453eval "$as_ac_var=no"
34454fi
ac1cb8d3
VS
34455rm -f conftest.err conftest.$ac_objext \
34456 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34457fi
34458echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34459echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34460if test `eval echo '${'$as_ac_var'}'` = yes; then
34461 cat >>confdefs.h <<_ACEOF
34462#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34463_ACEOF
34464 cat >>confdefs.h <<\_ACEOF
34465#define HAVE_NANOSLEEP 1
34466_ACEOF
34467
34468else
34469
34470 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
34471echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
34472if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
34473 echo $ECHO_N "(cached) $ECHO_C" >&6
34474else
34475 ac_check_lib_save_LIBS=$LIBS
34476LIBS="-lposix4 $LIBS"
34477cat >conftest.$ac_ext <<_ACEOF
34478/* confdefs.h. */
34479_ACEOF
34480cat confdefs.h >>conftest.$ac_ext
34481cat >>conftest.$ac_ext <<_ACEOF
34482/* end confdefs.h. */
34483
34484/* Override any gcc2 internal prototype to avoid an error. */
34485#ifdef __cplusplus
34486extern "C"
34487#endif
34488/* We use char because int might match the return type of a gcc2
34489 builtin and then its argument prototype would still apply. */
34490char nanosleep ();
34491int
34492main ()
34493{
34494nanosleep ();
34495 ;
34496 return 0;
34497}
34498_ACEOF
34499rm -f conftest.$ac_objext conftest$ac_exeext
34500if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34501 (eval $ac_link) 2>conftest.er1
a848cd7e 34502 ac_status=$?
ac1cb8d3
VS
34503 grep -v '^ *+' conftest.er1 >conftest.err
34504 rm -f conftest.er1
34505 cat conftest.err >&5
a848cd7e
SC
34506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34507 (exit $ac_status); } &&
6ebeb4c7 34508 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34510 (eval $ac_try) 2>&5
34511 ac_status=$?
34512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34513 (exit $ac_status); }; } &&
34514 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34516 (eval $ac_try) 2>&5
34517 ac_status=$?
34518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34519 (exit $ac_status); }; }; then
34520 ac_cv_lib_posix4_nanosleep=yes
34521else
34522 echo "$as_me: failed program was:" >&5
34523sed 's/^/| /' conftest.$ac_ext >&5
34524
34525ac_cv_lib_posix4_nanosleep=no
34526fi
ac1cb8d3
VS
34527rm -f conftest.err conftest.$ac_objext \
34528 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34529LIBS=$ac_check_lib_save_LIBS
34530fi
34531echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
34532echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
34533if test $ac_cv_lib_posix4_nanosleep = yes; then
34534
34535 cat >>confdefs.h <<\_ACEOF
34536#define HAVE_NANOSLEEP 1
34537_ACEOF
34538
34539 POSIX4_LINK=" -lposix4"
34540
34541else
34542
34543
34544for ac_func in usleep
34545do
34546as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34547echo "$as_me:$LINENO: checking for $ac_func" >&5
34548echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34549if eval "test \"\${$as_ac_var+set}\" = set"; then
34550 echo $ECHO_N "(cached) $ECHO_C" >&6
34551else
34552 cat >conftest.$ac_ext <<_ACEOF
34553/* confdefs.h. */
34554_ACEOF
34555cat confdefs.h >>conftest.$ac_ext
34556cat >>conftest.$ac_ext <<_ACEOF
34557/* end confdefs.h. */
ac1cb8d3
VS
34558/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34559 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34560#define $ac_func innocuous_$ac_func
34561
a848cd7e
SC
34562/* System header to define __stub macros and hopefully few prototypes,
34563 which can conflict with char $ac_func (); below.
34564 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34565 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34566
a848cd7e
SC
34567#ifdef __STDC__
34568# include <limits.h>
34569#else
34570# include <assert.h>
34571#endif
ac1cb8d3
VS
34572
34573#undef $ac_func
34574
a848cd7e
SC
34575/* Override any gcc2 internal prototype to avoid an error. */
34576#ifdef __cplusplus
34577extern "C"
34578{
34579#endif
34580/* We use char because int might match the return type of a gcc2
34581 builtin and then its argument prototype would still apply. */
34582char $ac_func ();
34583/* The GNU C library defines this for functions which it implements
34584 to always fail with ENOSYS. Some functions are actually named
34585 something starting with __ and the normal name is an alias. */
34586#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34587choke me
34588#else
34589char (*f) () = $ac_func;
34590#endif
34591#ifdef __cplusplus
34592}
34593#endif
34594
34595int
34596main ()
34597{
34598return f != $ac_func;
34599 ;
34600 return 0;
34601}
34602_ACEOF
34603rm -f conftest.$ac_objext conftest$ac_exeext
34604if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34605 (eval $ac_link) 2>conftest.er1
a848cd7e 34606 ac_status=$?
ac1cb8d3
VS
34607 grep -v '^ *+' conftest.er1 >conftest.err
34608 rm -f conftest.er1
34609 cat conftest.err >&5
a848cd7e
SC
34610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34611 (exit $ac_status); } &&
6ebeb4c7 34612 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34614 (eval $ac_try) 2>&5
34615 ac_status=$?
34616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34617 (exit $ac_status); }; } &&
34618 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34620 (eval $ac_try) 2>&5
34621 ac_status=$?
34622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34623 (exit $ac_status); }; }; then
34624 eval "$as_ac_var=yes"
34625else
34626 echo "$as_me: failed program was:" >&5
34627sed 's/^/| /' conftest.$ac_ext >&5
34628
34629eval "$as_ac_var=no"
34630fi
ac1cb8d3
VS
34631rm -f conftest.err conftest.$ac_objext \
34632 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34633fi
34634echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34635echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34636if test `eval echo '${'$as_ac_var'}'` = yes; then
34637 cat >>confdefs.h <<_ACEOF
34638#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34639_ACEOF
34640 cat >>confdefs.h <<\_ACEOF
34641#define HAVE_USLEEP 1
34642_ACEOF
34643
34644else
34645 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
34646echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
34647
34648fi
34649done
34650
34651
34652
34653fi
34654
34655
34656
34657fi
34658done
34659
34660fi
34661
34662
34663
34664for ac_func in uname gethostname
34665do
34666as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34667echo "$as_me:$LINENO: checking for $ac_func" >&5
34668echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34669if eval "test \"\${$as_ac_var+set}\" = set"; then
34670 echo $ECHO_N "(cached) $ECHO_C" >&6
34671else
34672 cat >conftest.$ac_ext <<_ACEOF
34673/* confdefs.h. */
34674_ACEOF
34675cat confdefs.h >>conftest.$ac_ext
34676cat >>conftest.$ac_ext <<_ACEOF
34677/* end confdefs.h. */
ac1cb8d3
VS
34678/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34679 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34680#define $ac_func innocuous_$ac_func
34681
a848cd7e
SC
34682/* System header to define __stub macros and hopefully few prototypes,
34683 which can conflict with char $ac_func (); below.
34684 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34685 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34686
a848cd7e
SC
34687#ifdef __STDC__
34688# include <limits.h>
34689#else
34690# include <assert.h>
34691#endif
ac1cb8d3
VS
34692
34693#undef $ac_func
34694
a848cd7e
SC
34695/* Override any gcc2 internal prototype to avoid an error. */
34696#ifdef __cplusplus
34697extern "C"
34698{
34699#endif
34700/* We use char because int might match the return type of a gcc2
34701 builtin and then its argument prototype would still apply. */
34702char $ac_func ();
34703/* The GNU C library defines this for functions which it implements
34704 to always fail with ENOSYS. Some functions are actually named
34705 something starting with __ and the normal name is an alias. */
34706#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34707choke me
34708#else
34709char (*f) () = $ac_func;
34710#endif
34711#ifdef __cplusplus
34712}
34713#endif
34714
34715int
34716main ()
34717{
34718return f != $ac_func;
34719 ;
34720 return 0;
34721}
34722_ACEOF
34723rm -f conftest.$ac_objext conftest$ac_exeext
34724if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34725 (eval $ac_link) 2>conftest.er1
a848cd7e 34726 ac_status=$?
ac1cb8d3
VS
34727 grep -v '^ *+' conftest.er1 >conftest.err
34728 rm -f conftest.er1
34729 cat conftest.err >&5
a848cd7e
SC
34730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34731 (exit $ac_status); } &&
6ebeb4c7 34732 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34734 (eval $ac_try) 2>&5
34735 ac_status=$?
34736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34737 (exit $ac_status); }; } &&
34738 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34740 (eval $ac_try) 2>&5
34741 ac_status=$?
34742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34743 (exit $ac_status); }; }; then
34744 eval "$as_ac_var=yes"
34745else
34746 echo "$as_me: failed program was:" >&5
34747sed 's/^/| /' conftest.$ac_ext >&5
34748
34749eval "$as_ac_var=no"
34750fi
ac1cb8d3
VS
34751rm -f conftest.err conftest.$ac_objext \
34752 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34753fi
34754echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34755echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34756if test `eval echo '${'$as_ac_var'}'` = yes; then
34757 cat >>confdefs.h <<_ACEOF
34758#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34759_ACEOF
34760 break
34761fi
34762done
34763
34764
34765
34766
34767ac_ext=cc
34768ac_cpp='$CXXCPP $CPPFLAGS'
34769ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34770ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34771ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34772
34773
34774
34775for ac_func in strtok_r
34776do
34777as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34778echo "$as_me:$LINENO: checking for $ac_func" >&5
34779echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34780if eval "test \"\${$as_ac_var+set}\" = set"; then
34781 echo $ECHO_N "(cached) $ECHO_C" >&6
34782else
34783 cat >conftest.$ac_ext <<_ACEOF
34784/* confdefs.h. */
34785_ACEOF
34786cat confdefs.h >>conftest.$ac_ext
34787cat >>conftest.$ac_ext <<_ACEOF
34788/* end confdefs.h. */
ac1cb8d3
VS
34789/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34790 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34791#define $ac_func innocuous_$ac_func
34792
a848cd7e
SC
34793/* System header to define __stub macros and hopefully few prototypes,
34794 which can conflict with char $ac_func (); below.
34795 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34796 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34797
a848cd7e
SC
34798#ifdef __STDC__
34799# include <limits.h>
34800#else
34801# include <assert.h>
34802#endif
ac1cb8d3
VS
34803
34804#undef $ac_func
34805
a848cd7e
SC
34806/* Override any gcc2 internal prototype to avoid an error. */
34807#ifdef __cplusplus
34808extern "C"
34809{
34810#endif
34811/* We use char because int might match the return type of a gcc2
34812 builtin and then its argument prototype would still apply. */
34813char $ac_func ();
34814/* The GNU C library defines this for functions which it implements
34815 to always fail with ENOSYS. Some functions are actually named
34816 something starting with __ and the normal name is an alias. */
34817#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34818choke me
34819#else
34820char (*f) () = $ac_func;
34821#endif
34822#ifdef __cplusplus
34823}
34824#endif
34825
34826int
34827main ()
34828{
34829return f != $ac_func;
34830 ;
34831 return 0;
34832}
34833_ACEOF
34834rm -f conftest.$ac_objext conftest$ac_exeext
34835if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34836 (eval $ac_link) 2>conftest.er1
a848cd7e 34837 ac_status=$?
ac1cb8d3
VS
34838 grep -v '^ *+' conftest.er1 >conftest.err
34839 rm -f conftest.er1
34840 cat conftest.err >&5
a848cd7e
SC
34841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34842 (exit $ac_status); } &&
6ebeb4c7 34843 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34845 (eval $ac_try) 2>&5
34846 ac_status=$?
34847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34848 (exit $ac_status); }; } &&
34849 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34851 (eval $ac_try) 2>&5
34852 ac_status=$?
34853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34854 (exit $ac_status); }; }; then
34855 eval "$as_ac_var=yes"
34856else
34857 echo "$as_me: failed program was:" >&5
34858sed 's/^/| /' conftest.$ac_ext >&5
34859
34860eval "$as_ac_var=no"
34861fi
ac1cb8d3
VS
34862rm -f conftest.err conftest.$ac_objext \
34863 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34864fi
34865echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34866echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34867if test `eval echo '${'$as_ac_var'}'` = yes; then
34868 cat >>confdefs.h <<_ACEOF
34869#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34870_ACEOF
34871
34872fi
34873done
34874
34875
34876ac_ext=c
34877ac_cpp='$CPP $CPPFLAGS'
34878ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34879ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34880ac_compiler_gnu=$ac_cv_c_compiler_gnu
34881
34882
34883INET_LINK=
34884
34885for ac_func in inet_addr
34886do
34887as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34888echo "$as_me:$LINENO: checking for $ac_func" >&5
34889echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34890if eval "test \"\${$as_ac_var+set}\" = set"; then
34891 echo $ECHO_N "(cached) $ECHO_C" >&6
34892else
34893 cat >conftest.$ac_ext <<_ACEOF
34894/* confdefs.h. */
34895_ACEOF
34896cat confdefs.h >>conftest.$ac_ext
34897cat >>conftest.$ac_ext <<_ACEOF
34898/* end confdefs.h. */
ac1cb8d3
VS
34899/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34900 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34901#define $ac_func innocuous_$ac_func
34902
a848cd7e
SC
34903/* System header to define __stub macros and hopefully few prototypes,
34904 which can conflict with char $ac_func (); below.
34905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34906 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34907
a848cd7e
SC
34908#ifdef __STDC__
34909# include <limits.h>
34910#else
34911# include <assert.h>
34912#endif
ac1cb8d3
VS
34913
34914#undef $ac_func
34915
a848cd7e
SC
34916/* Override any gcc2 internal prototype to avoid an error. */
34917#ifdef __cplusplus
34918extern "C"
34919{
34920#endif
34921/* We use char because int might match the return type of a gcc2
34922 builtin and then its argument prototype would still apply. */
34923char $ac_func ();
34924/* The GNU C library defines this for functions which it implements
34925 to always fail with ENOSYS. Some functions are actually named
34926 something starting with __ and the normal name is an alias. */
34927#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34928choke me
34929#else
34930char (*f) () = $ac_func;
34931#endif
34932#ifdef __cplusplus
34933}
34934#endif
34935
34936int
34937main ()
34938{
34939return f != $ac_func;
34940 ;
34941 return 0;
34942}
34943_ACEOF
34944rm -f conftest.$ac_objext conftest$ac_exeext
34945if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34946 (eval $ac_link) 2>conftest.er1
a848cd7e 34947 ac_status=$?
ac1cb8d3
VS
34948 grep -v '^ *+' conftest.er1 >conftest.err
34949 rm -f conftest.er1
34950 cat conftest.err >&5
a848cd7e
SC
34951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34952 (exit $ac_status); } &&
6ebeb4c7 34953 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34955 (eval $ac_try) 2>&5
34956 ac_status=$?
34957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34958 (exit $ac_status); }; } &&
34959 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34961 (eval $ac_try) 2>&5
34962 ac_status=$?
34963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34964 (exit $ac_status); }; }; then
34965 eval "$as_ac_var=yes"
34966else
34967 echo "$as_me: failed program was:" >&5
34968sed 's/^/| /' conftest.$ac_ext >&5
34969
34970eval "$as_ac_var=no"
34971fi
ac1cb8d3
VS
34972rm -f conftest.err conftest.$ac_objext \
34973 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34974fi
34975echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34976echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34977if test `eval echo '${'$as_ac_var'}'` = yes; then
34978 cat >>confdefs.h <<_ACEOF
34979#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34980_ACEOF
34981 cat >>confdefs.h <<\_ACEOF
34982#define HAVE_INET_ADDR 1
34983_ACEOF
34984
34985else
34986
34987 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
34988echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
34989if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
34990 echo $ECHO_N "(cached) $ECHO_C" >&6
34991else
34992 ac_check_lib_save_LIBS=$LIBS
34993LIBS="-lnsl $LIBS"
34994cat >conftest.$ac_ext <<_ACEOF
34995/* confdefs.h. */
34996_ACEOF
34997cat confdefs.h >>conftest.$ac_ext
34998cat >>conftest.$ac_ext <<_ACEOF
34999/* end confdefs.h. */
35000
35001/* Override any gcc2 internal prototype to avoid an error. */
35002#ifdef __cplusplus
35003extern "C"
35004#endif
35005/* We use char because int might match the return type of a gcc2
35006 builtin and then its argument prototype would still apply. */
35007char inet_addr ();
35008int
35009main ()
35010{
35011inet_addr ();
35012 ;
35013 return 0;
35014}
35015_ACEOF
35016rm -f conftest.$ac_objext conftest$ac_exeext
35017if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35018 (eval $ac_link) 2>conftest.er1
a848cd7e 35019 ac_status=$?
ac1cb8d3
VS
35020 grep -v '^ *+' conftest.er1 >conftest.err
35021 rm -f conftest.er1
35022 cat conftest.err >&5
a848cd7e
SC
35023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35024 (exit $ac_status); } &&
6ebeb4c7 35025 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35027 (eval $ac_try) 2>&5
35028 ac_status=$?
35029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35030 (exit $ac_status); }; } &&
35031 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35033 (eval $ac_try) 2>&5
35034 ac_status=$?
35035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35036 (exit $ac_status); }; }; then
35037 ac_cv_lib_nsl_inet_addr=yes
35038else
35039 echo "$as_me: failed program was:" >&5
35040sed 's/^/| /' conftest.$ac_ext >&5
35041
35042ac_cv_lib_nsl_inet_addr=no
35043fi
ac1cb8d3
VS
35044rm -f conftest.err conftest.$ac_objext \
35045 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35046LIBS=$ac_check_lib_save_LIBS
35047fi
35048echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
35049echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
35050if test $ac_cv_lib_nsl_inet_addr = yes; then
35051 INET_LINK="nsl"
35052else
35053
35054 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
35055echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
35056if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
35057 echo $ECHO_N "(cached) $ECHO_C" >&6
35058else
35059 ac_check_lib_save_LIBS=$LIBS
35060LIBS="-lresolv $LIBS"
35061cat >conftest.$ac_ext <<_ACEOF
35062/* confdefs.h. */
35063_ACEOF
35064cat confdefs.h >>conftest.$ac_ext
35065cat >>conftest.$ac_ext <<_ACEOF
35066/* end confdefs.h. */
35067
35068/* Override any gcc2 internal prototype to avoid an error. */
35069#ifdef __cplusplus
35070extern "C"
35071#endif
35072/* We use char because int might match the return type of a gcc2
35073 builtin and then its argument prototype would still apply. */
35074char inet_addr ();
35075int
35076main ()
35077{
35078inet_addr ();
35079 ;
35080 return 0;
35081}
35082_ACEOF
35083rm -f conftest.$ac_objext conftest$ac_exeext
35084if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35085 (eval $ac_link) 2>conftest.er1
a848cd7e 35086 ac_status=$?
ac1cb8d3
VS
35087 grep -v '^ *+' conftest.er1 >conftest.err
35088 rm -f conftest.er1
35089 cat conftest.err >&5
a848cd7e
SC
35090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35091 (exit $ac_status); } &&
6ebeb4c7 35092 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35094 (eval $ac_try) 2>&5
35095 ac_status=$?
35096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35097 (exit $ac_status); }; } &&
35098 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35100 (eval $ac_try) 2>&5
35101 ac_status=$?
35102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35103 (exit $ac_status); }; }; then
35104 ac_cv_lib_resolv_inet_addr=yes
35105else
35106 echo "$as_me: failed program was:" >&5
35107sed 's/^/| /' conftest.$ac_ext >&5
35108
35109ac_cv_lib_resolv_inet_addr=no
35110fi
ac1cb8d3
VS
35111rm -f conftest.err conftest.$ac_objext \
35112 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35113LIBS=$ac_check_lib_save_LIBS
35114fi
35115echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
35116echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
35117if test $ac_cv_lib_resolv_inet_addr = yes; then
35118 INET_LINK="resolv"
35119else
35120
35121 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
35122echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
35123if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
35124 echo $ECHO_N "(cached) $ECHO_C" >&6
35125else
35126 ac_check_lib_save_LIBS=$LIBS
35127LIBS="-lsocket $LIBS"
35128cat >conftest.$ac_ext <<_ACEOF
35129/* confdefs.h. */
35130_ACEOF
35131cat confdefs.h >>conftest.$ac_ext
35132cat >>conftest.$ac_ext <<_ACEOF
35133/* end confdefs.h. */
35134
35135/* Override any gcc2 internal prototype to avoid an error. */
35136#ifdef __cplusplus
35137extern "C"
35138#endif
35139/* We use char because int might match the return type of a gcc2
35140 builtin and then its argument prototype would still apply. */
35141char inet_addr ();
35142int
35143main ()
35144{
35145inet_addr ();
35146 ;
35147 return 0;
35148}
35149_ACEOF
35150rm -f conftest.$ac_objext conftest$ac_exeext
35151if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35152 (eval $ac_link) 2>conftest.er1
a848cd7e 35153 ac_status=$?
ac1cb8d3
VS
35154 grep -v '^ *+' conftest.er1 >conftest.err
35155 rm -f conftest.er1
35156 cat conftest.err >&5
a848cd7e
SC
35157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35158 (exit $ac_status); } &&
6ebeb4c7 35159 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35161 (eval $ac_try) 2>&5
35162 ac_status=$?
35163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35164 (exit $ac_status); }; } &&
35165 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35167 (eval $ac_try) 2>&5
35168 ac_status=$?
35169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35170 (exit $ac_status); }; }; then
35171 ac_cv_lib_socket_inet_addr=yes
35172else
35173 echo "$as_me: failed program was:" >&5
35174sed 's/^/| /' conftest.$ac_ext >&5
35175
35176ac_cv_lib_socket_inet_addr=no
35177fi
ac1cb8d3
VS
35178rm -f conftest.err conftest.$ac_objext \
35179 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35180LIBS=$ac_check_lib_save_LIBS
35181fi
35182echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
35183echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
35184if test $ac_cv_lib_socket_inet_addr = yes; then
35185 INET_LINK="socket"
35186
35187fi
35188
35189
35190
35191fi
35192
35193
35194
35195fi
35196
35197
35198
35199fi
35200done
35201
35202
35203
35204for ac_func in inet_aton
35205do
35206as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35207echo "$as_me:$LINENO: checking for $ac_func" >&5
35208echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35209if eval "test \"\${$as_ac_var+set}\" = set"; then
35210 echo $ECHO_N "(cached) $ECHO_C" >&6
35211else
35212 cat >conftest.$ac_ext <<_ACEOF
35213/* confdefs.h. */
35214_ACEOF
35215cat confdefs.h >>conftest.$ac_ext
35216cat >>conftest.$ac_ext <<_ACEOF
35217/* end confdefs.h. */
ac1cb8d3
VS
35218/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35219 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35220#define $ac_func innocuous_$ac_func
35221
a848cd7e
SC
35222/* System header to define __stub macros and hopefully few prototypes,
35223 which can conflict with char $ac_func (); below.
35224 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35225 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35226
a848cd7e
SC
35227#ifdef __STDC__
35228# include <limits.h>
35229#else
35230# include <assert.h>
35231#endif
ac1cb8d3
VS
35232
35233#undef $ac_func
35234
a848cd7e
SC
35235/* Override any gcc2 internal prototype to avoid an error. */
35236#ifdef __cplusplus
35237extern "C"
35238{
35239#endif
35240/* We use char because int might match the return type of a gcc2
35241 builtin and then its argument prototype would still apply. */
35242char $ac_func ();
35243/* The GNU C library defines this for functions which it implements
35244 to always fail with ENOSYS. Some functions are actually named
35245 something starting with __ and the normal name is an alias. */
35246#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35247choke me
35248#else
35249char (*f) () = $ac_func;
35250#endif
35251#ifdef __cplusplus
35252}
35253#endif
35254
35255int
35256main ()
35257{
35258return f != $ac_func;
35259 ;
35260 return 0;
35261}
35262_ACEOF
35263rm -f conftest.$ac_objext conftest$ac_exeext
35264if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35265 (eval $ac_link) 2>conftest.er1
a848cd7e 35266 ac_status=$?
ac1cb8d3
VS
35267 grep -v '^ *+' conftest.er1 >conftest.err
35268 rm -f conftest.er1
35269 cat conftest.err >&5
a848cd7e
SC
35270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35271 (exit $ac_status); } &&
6ebeb4c7 35272 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35274 (eval $ac_try) 2>&5
35275 ac_status=$?
35276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35277 (exit $ac_status); }; } &&
35278 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35280 (eval $ac_try) 2>&5
35281 ac_status=$?
35282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35283 (exit $ac_status); }; }; then
35284 eval "$as_ac_var=yes"
35285else
35286 echo "$as_me: failed program was:" >&5
35287sed 's/^/| /' conftest.$ac_ext >&5
35288
35289eval "$as_ac_var=no"
35290fi
ac1cb8d3
VS
35291rm -f conftest.err conftest.$ac_objext \
35292 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35293fi
35294echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35295echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35296if test `eval echo '${'$as_ac_var'}'` = yes; then
35297 cat >>confdefs.h <<_ACEOF
35298#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35299_ACEOF
35300 cat >>confdefs.h <<\_ACEOF
35301#define HAVE_INET_ATON 1
35302_ACEOF
35303
35304else
35305
35306 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
35307echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
35308echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
35309if eval "test \"\${$as_ac_Lib+set}\" = set"; then
35310 echo $ECHO_N "(cached) $ECHO_C" >&6
35311else
35312 ac_check_lib_save_LIBS=$LIBS
35313LIBS="-l$INET_LINK $LIBS"
35314cat >conftest.$ac_ext <<_ACEOF
35315/* confdefs.h. */
35316_ACEOF
35317cat confdefs.h >>conftest.$ac_ext
35318cat >>conftest.$ac_ext <<_ACEOF
35319/* end confdefs.h. */
35320
35321/* Override any gcc2 internal prototype to avoid an error. */
35322#ifdef __cplusplus
35323extern "C"
35324#endif
35325/* We use char because int might match the return type of a gcc2
35326 builtin and then its argument prototype would still apply. */
35327char inet_aton ();
35328int
35329main ()
35330{
35331inet_aton ();
35332 ;
35333 return 0;
35334}
35335_ACEOF
35336rm -f conftest.$ac_objext conftest$ac_exeext
35337if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35338 (eval $ac_link) 2>conftest.er1
a848cd7e 35339 ac_status=$?
ac1cb8d3
VS
35340 grep -v '^ *+' conftest.er1 >conftest.err
35341 rm -f conftest.er1
35342 cat conftest.err >&5
a848cd7e
SC
35343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35344 (exit $ac_status); } &&
6ebeb4c7 35345 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35347 (eval $ac_try) 2>&5
35348 ac_status=$?
35349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35350 (exit $ac_status); }; } &&
35351 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35353 (eval $ac_try) 2>&5
35354 ac_status=$?
35355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35356 (exit $ac_status); }; }; then
35357 eval "$as_ac_Lib=yes"
35358else
35359 echo "$as_me: failed program was:" >&5
35360sed 's/^/| /' conftest.$ac_ext >&5
35361
35362eval "$as_ac_Lib=no"
35363fi
ac1cb8d3
VS
35364rm -f conftest.err conftest.$ac_objext \
35365 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35366LIBS=$ac_check_lib_save_LIBS
35367fi
35368echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
35369echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
35370if test `eval echo '${'$as_ac_Lib'}'` = yes; then
35371 cat >>confdefs.h <<\_ACEOF
35372#define HAVE_INET_ATON 1
35373_ACEOF
35374
35375fi
35376
35377
35378fi
35379done
35380
35381
35382if test "x$INET_LINK" != "x"; then
35383 cat >>confdefs.h <<\_ACEOF
35384#define HAVE_INET_ADDR 1
35385_ACEOF
35386
35387 INET_LINK=" -l$INET_LINK"
35388fi
35389
35390fi
35391
35392
35393
35394EXTRALIBS_ESD=
35395echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
35396echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
35397if test "${ac_cv_lib_esd_esd_close+set}" = set; then
35398 echo $ECHO_N "(cached) $ECHO_C" >&6
35399else
35400 ac_check_lib_save_LIBS=$LIBS
35401LIBS="-lesd $LIBS"
35402cat >conftest.$ac_ext <<_ACEOF
35403/* confdefs.h. */
35404_ACEOF
35405cat confdefs.h >>conftest.$ac_ext
35406cat >>conftest.$ac_ext <<_ACEOF
35407/* end confdefs.h. */
35408
35409/* Override any gcc2 internal prototype to avoid an error. */
35410#ifdef __cplusplus
35411extern "C"
35412#endif
35413/* We use char because int might match the return type of a gcc2
35414 builtin and then its argument prototype would still apply. */
35415char esd_close ();
35416int
35417main ()
35418{
35419esd_close ();
35420 ;
35421 return 0;
35422}
35423_ACEOF
35424rm -f conftest.$ac_objext conftest$ac_exeext
35425if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35426 (eval $ac_link) 2>conftest.er1
a848cd7e 35427 ac_status=$?
ac1cb8d3
VS
35428 grep -v '^ *+' conftest.er1 >conftest.err
35429 rm -f conftest.er1
35430 cat conftest.err >&5
a848cd7e
SC
35431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35432 (exit $ac_status); } &&
6ebeb4c7 35433 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35435 (eval $ac_try) 2>&5
35436 ac_status=$?
35437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35438 (exit $ac_status); }; } &&
35439 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35441 (eval $ac_try) 2>&5
35442 ac_status=$?
35443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35444 (exit $ac_status); }; }; then
35445 ac_cv_lib_esd_esd_close=yes
35446else
35447 echo "$as_me: failed program was:" >&5
35448sed 's/^/| /' conftest.$ac_ext >&5
35449
35450ac_cv_lib_esd_esd_close=no
35451fi
ac1cb8d3
VS
35452rm -f conftest.err conftest.$ac_objext \
35453 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35454LIBS=$ac_check_lib_save_LIBS
35455fi
35456echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
35457echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
35458if test $ac_cv_lib_esd_esd_close = yes; then
35459
35460
35461for ac_header in esd.h
35462do
35463as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35464if eval "test \"\${$as_ac_Header+set}\" = set"; then
35465 echo "$as_me:$LINENO: checking for $ac_header" >&5
35466echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35467if eval "test \"\${$as_ac_Header+set}\" = set"; then
35468 echo $ECHO_N "(cached) $ECHO_C" >&6
35469fi
35470echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35471echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35472else
35473 # Is the header compilable?
35474echo "$as_me:$LINENO: checking $ac_header usability" >&5
35475echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35476cat >conftest.$ac_ext <<_ACEOF
35477/* confdefs.h. */
35478_ACEOF
35479cat confdefs.h >>conftest.$ac_ext
35480cat >>conftest.$ac_ext <<_ACEOF
35481/* end confdefs.h. */
35482$ac_includes_default
35483#include <$ac_header>
35484_ACEOF
35485rm -f conftest.$ac_objext
35486if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35487 (eval $ac_compile) 2>conftest.er1
a848cd7e 35488 ac_status=$?
ac1cb8d3
VS
35489 grep -v '^ *+' conftest.er1 >conftest.err
35490 rm -f conftest.er1
35491 cat conftest.err >&5
a848cd7e
SC
35492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35493 (exit $ac_status); } &&
6ebeb4c7 35494 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35496 (eval $ac_try) 2>&5
35497 ac_status=$?
35498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35499 (exit $ac_status); }; } &&
35500 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35502 (eval $ac_try) 2>&5
35503 ac_status=$?
35504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35505 (exit $ac_status); }; }; then
35506 ac_header_compiler=yes
35507else
35508 echo "$as_me: failed program was:" >&5
35509sed 's/^/| /' conftest.$ac_ext >&5
35510
35511ac_header_compiler=no
35512fi
ac1cb8d3 35513rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
35514echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35515echo "${ECHO_T}$ac_header_compiler" >&6
35516
35517# Is the header present?
35518echo "$as_me:$LINENO: checking $ac_header presence" >&5
35519echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35520cat >conftest.$ac_ext <<_ACEOF
35521/* confdefs.h. */
35522_ACEOF
35523cat confdefs.h >>conftest.$ac_ext
35524cat >>conftest.$ac_ext <<_ACEOF
35525/* end confdefs.h. */
35526#include <$ac_header>
35527_ACEOF
35528if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35529 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
35530 ac_status=$?
35531 grep -v '^ *+' conftest.er1 >conftest.err
35532 rm -f conftest.er1
35533 cat conftest.err >&5
35534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35535 (exit $ac_status); } >/dev/null; then
35536 if test -s conftest.err; then
35537 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 35538 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
35539 else
35540 ac_cpp_err=
35541 fi
35542else
35543 ac_cpp_err=yes
35544fi
35545if test -z "$ac_cpp_err"; then
35546 ac_header_preproc=yes
35547else
35548 echo "$as_me: failed program was:" >&5
35549sed 's/^/| /' conftest.$ac_ext >&5
35550
35551 ac_header_preproc=no
35552fi
35553rm -f conftest.err conftest.$ac_ext
35554echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35555echo "${ECHO_T}$ac_header_preproc" >&6
35556
35557# So? What about this header?
ac1cb8d3
VS
35558case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35559 yes:no: )
a848cd7e
SC
35560 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35561echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
35562 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35563echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35564 ac_header_preproc=yes
a848cd7e 35565 ;;
ac1cb8d3 35566 no:yes:* )
a848cd7e
SC
35567 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35568echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
35569 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35570echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35571 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35572echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35573 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35574echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
35575 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35576echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
35577 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35578echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
35579 (
35580 cat <<\_ASBOX
ac1cb8d3
VS
35581## ----------------------------------------- ##
35582## Report this to wx-dev@lists.wxwidgets.org ##
35583## ----------------------------------------- ##
a848cd7e
SC
35584_ASBOX
35585 ) |
35586 sed "s/^/$as_me: WARNING: /" >&2
35587 ;;
35588esac
35589echo "$as_me:$LINENO: checking for $ac_header" >&5
35590echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35591if eval "test \"\${$as_ac_Header+set}\" = set"; then
35592 echo $ECHO_N "(cached) $ECHO_C" >&6
35593else
ac1cb8d3 35594 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
35595fi
35596echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35597echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35598
35599fi
35600if test `eval echo '${'$as_ac_Header'}'` = yes; then
35601 cat >>confdefs.h <<_ACEOF
35602#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35603_ACEOF
35604
35605 EXTRALIBS_ESD="-lesd"
35606
35607fi
35608
35609done
35610
35611
35612fi
35613
35614
35615
35616echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
35617echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
35618cat >conftest.$ac_ext <<_ACEOF
35619/* confdefs.h. */
35620_ACEOF
35621cat confdefs.h >>conftest.$ac_ext
35622cat >>conftest.$ac_ext <<_ACEOF
35623/* end confdefs.h. */
35624#ifdef __linux__
35625 #include <linux/cdrom.h>
35626 #else
35627 /* For Solaris */
35628 #include <sys/cdio.h>
35629 #endif
35630
35631int
35632main ()
35633{
35634struct cdrom_tocentry entry, old_entry;
35635 ;
35636 return 0;
35637}
35638_ACEOF
35639rm -f conftest.$ac_objext
35640if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35641 (eval $ac_compile) 2>conftest.er1
a848cd7e 35642 ac_status=$?
ac1cb8d3
VS
35643 grep -v '^ *+' conftest.er1 >conftest.err
35644 rm -f conftest.er1
35645 cat conftest.err >&5
a848cd7e
SC
35646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35647 (exit $ac_status); } &&
6ebeb4c7 35648 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35650 (eval $ac_try) 2>&5
35651 ac_status=$?
35652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35653 (exit $ac_status); }; } &&
35654 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35656 (eval $ac_try) 2>&5
35657 ac_status=$?
35658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35659 (exit $ac_status); }; }; then
35660 echo "$as_me:$LINENO: result: yes" >&5
35661echo "${ECHO_T}yes" >&6
35662 cat >>confdefs.h <<\_ACEOF
35663#define HAVE_KNOWN_CDROM_INTERFACE 1
35664_ACEOF
35665
35666else
35667 echo "$as_me: failed program was:" >&5
35668sed 's/^/| /' conftest.$ac_ext >&5
35669
35670echo "$as_me:$LINENO: result: no" >&5
35671echo "${ECHO_T}no" >&6
35672fi
ac1cb8d3 35673rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
35674
35675
35676cat >confcache <<\_ACEOF
35677# This file is a shell script that caches the results of configure
35678# tests run on this system so they can be shared between configure
35679# scripts and configure runs, see configure's option --config-cache.
35680# It is not useful on other systems. If it contains results you don't
35681# want to keep, you may remove or edit it.
35682#
35683# config.status only pays attention to the cache file if you give it
35684# the --recheck option to rerun configure.
35685#
35686# `ac_cv_env_foo' variables (set or unset) will be overridden when
35687# loading this file, other *unset* `ac_cv_foo' will be assigned the
35688# following values.
35689
35690_ACEOF
35691
35692# The following way of writing the cache mishandles newlines in values,
35693# but we know of no workaround that is simple, portable, and efficient.
35694# So, don't put newlines in cache variables' values.
35695# Ultrix sh set writes to stderr and can't be redirected directly,
35696# and sets the high bit in the cache file unless we assign to the vars.
35697{
35698 (set) 2>&1 |
35699 case `(ac_space=' '; set | grep ac_space) 2>&1` in
35700 *ac_space=\ *)
35701 # `set' does not quote correctly, so add quotes (double-quote
35702 # substitution turns \\\\ into \\, and sed turns \\ into \).
35703 sed -n \
ac1cb8d3
VS
35704 "s/'/'\\\\''/g;
35705 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
35706 ;;
35707 *)
35708 # `set' quotes correctly as required by POSIX, so do not add quotes.
35709 sed -n \
ac1cb8d3 35710 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
35711 ;;
35712 esac;
35713} |
35714 sed '
35715 t clear
35716 : clear
35717 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
35718 t end
35719 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
35720 : end' >>confcache
35721if diff $cache_file confcache >/dev/null 2>&1; then :; else
35722 if test -w $cache_file; then
35723 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
35724 cat confcache >$cache_file
35725 else
35726 echo "not updating unwritable cache $cache_file"
35727 fi
35728fi
35729rm -f confcache
35730
35731
35732CPP_MT_FLAG=
35733if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
35734
35735
35736 THREADS_LINK=
35737 THREADS_CFLAGS=
35738
35739 if test "$wxUSE_THREADS" = "yes" ; then
35740 if test "$USE_BEOS" = 1; then
35741 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
35742echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
35743 wxUSE_THREADS="no"
35744 fi
35745 fi
35746
35747 if test "$wxUSE_THREADS" = "yes" ; then
35748
35749
35750 THREAD_OPTS="-pthread"
35751 case "${host}" in
35752 *-*-solaris2* | *-*-sunos4* )
35753 if test "x$GCC" = "xyes"; then
35754 THREAD_OPTS="-pthreads $THREAD_OPTS"
35755 else
35756 THREAD_OPTS="-mt $THREAD_OPTS"
35757 fi
35758 ;;
35759 *-*-freebsd*)
35760 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
35761 ;;
35762 *-*-darwin* | *-*-cygwin* )
35763 THREAD_OPTS=""
35764 ;;
35765 *-*-aix*)
35766 THREAD_OPTS="pthreads"
35767 ;;
35768 *-hp-hpux* )
00421666
MW
35769 if test "x$GCC" = "xyes"; then
35770 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
35771 THREAD_OPTS=""
35772 else
efdf6afe 35773 THREAD_OPTS=""
a848cd7e
SC
35774 fi
35775 ;;
35776
35777 *-*-irix* )
35778 if test "x$GCC" = "xyes"; then
35779 THREAD_OPTS=""
35780 fi
35781 ;;
35782
35783 *-*-*UnixWare*)
35784 if test "x$GCC" != "xyes"; then
35785 THREAD_OPTS="-Ethread"
35786 fi
35787 ;;
35788 esac
35789
35790 THREAD_OPTS="$THREAD_OPTS pthread none"
35791
35792 THREADS_OK=no
35793 for flag in $THREAD_OPTS; do
35794 case $flag in
35795 none)
35796 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
35797echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
35798 ;;
35799
35800 -*)
35801 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
35802echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
35803 THREADS_CFLAGS="$flag"
35804 ;;
35805
35806 *)
35807 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
35808echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
35809 THREADS_LINK="-l$flag"
35810 ;;
35811 esac
35812
35813 save_LIBS="$LIBS"
35814 save_CFLAGS="$CFLAGS"
35815 LIBS="$THREADS_LINK $LIBS"
35816 CFLAGS="$THREADS_CFLAGS $CFLAGS"
35817
35818 cat >conftest.$ac_ext <<_ACEOF
35819/* confdefs.h. */
35820_ACEOF
35821cat confdefs.h >>conftest.$ac_ext
35822cat >>conftest.$ac_ext <<_ACEOF
35823/* end confdefs.h. */
35824#include <pthread.h>
35825int
35826main ()
35827{
35828pthread_create(0,0,0,0);
35829 ;
35830 return 0;
35831}
35832_ACEOF
35833rm -f conftest.$ac_objext conftest$ac_exeext
35834if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35835 (eval $ac_link) 2>conftest.er1
a848cd7e 35836 ac_status=$?
ac1cb8d3
VS
35837 grep -v '^ *+' conftest.er1 >conftest.err
35838 rm -f conftest.er1
35839 cat conftest.err >&5
a848cd7e
SC
35840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35841 (exit $ac_status); } &&
6ebeb4c7 35842 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35844 (eval $ac_try) 2>&5
35845 ac_status=$?
35846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35847 (exit $ac_status); }; } &&
35848 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35850 (eval $ac_try) 2>&5
35851 ac_status=$?
35852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35853 (exit $ac_status); }; }; then
35854 THREADS_OK=yes
35855else
35856 echo "$as_me: failed program was:" >&5
35857sed 's/^/| /' conftest.$ac_ext >&5
35858
35859fi
ac1cb8d3
VS
35860rm -f conftest.err conftest.$ac_objext \
35861 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35862
35863 LIBS="$save_LIBS"
35864 CFLAGS="$save_CFLAGS"
35865
35866 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
35867echo "${ECHO_T}$THREADS_OK" >&6
35868 if test "x$THREADS_OK" = "xyes"; then
35869 break;
35870 fi
35871
35872 THREADS_LINK=""
35873 THREADS_CFLAGS=""
35874 done
35875
35876 if test "x$THREADS_OK" != "xyes"; then
35877 wxUSE_THREADS=no
35878 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
35879echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
35880 else
35881 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
35882 LIBS="$THREADS_LINK $LIBS"
35883
35884 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
35885echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
35886 flag=no
35887 case "${host}" in
35888 *-aix*)
35889 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
35890 flag="-D_THREAD_SAFE"
35891 ;;
35892 *-freebsd*)
35893 flag="-D_THREAD_SAFE"
35894 ;;
35895 *-hp-hpux* )
35896 flag="-D_REENTRANT"
35897 if test "x$GCC" != "xyes"; then
35898 flag="$flag -D_RWSTD_MULTI_THREAD"
35899 fi
35900 ;;
35901 *solaris* | alpha*-osf*)
35902 flag="-D_REENTRANT"
35903 ;;
35904 esac
35905 echo "$as_me:$LINENO: result: ${flag}" >&5
35906echo "${ECHO_T}${flag}" >&6
35907 if test "x$flag" != xno; then
35908 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
35909 fi
35910
35911 if test "x$THREADS_CFLAGS" != "x"; then
35912 CFLAGS="$CFLAGS $THREADS_CFLAGS"
35913 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
35914 fi
35915 fi
35916 fi
35917
35918 if test "$wxUSE_THREADS" = "yes" ; then
35919
35920for ac_func in thr_setconcurrency
35921do
35922as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35923echo "$as_me:$LINENO: checking for $ac_func" >&5
35924echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35925if eval "test \"\${$as_ac_var+set}\" = set"; then
35926 echo $ECHO_N "(cached) $ECHO_C" >&6
35927else
35928 cat >conftest.$ac_ext <<_ACEOF
35929/* confdefs.h. */
35930_ACEOF
35931cat confdefs.h >>conftest.$ac_ext
35932cat >>conftest.$ac_ext <<_ACEOF
35933/* end confdefs.h. */
ac1cb8d3
VS
35934/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35935 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35936#define $ac_func innocuous_$ac_func
35937
a848cd7e
SC
35938/* System header to define __stub macros and hopefully few prototypes,
35939 which can conflict with char $ac_func (); below.
35940 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35941 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35942
a848cd7e
SC
35943#ifdef __STDC__
35944# include <limits.h>
35945#else
35946# include <assert.h>
35947#endif
ac1cb8d3
VS
35948
35949#undef $ac_func
35950
a848cd7e
SC
35951/* Override any gcc2 internal prototype to avoid an error. */
35952#ifdef __cplusplus
35953extern "C"
35954{
35955#endif
35956/* We use char because int might match the return type of a gcc2
35957 builtin and then its argument prototype would still apply. */
35958char $ac_func ();
35959/* The GNU C library defines this for functions which it implements
35960 to always fail with ENOSYS. Some functions are actually named
35961 something starting with __ and the normal name is an alias. */
35962#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35963choke me
35964#else
35965char (*f) () = $ac_func;
35966#endif
35967#ifdef __cplusplus
35968}
35969#endif
35970
35971int
35972main ()
35973{
35974return f != $ac_func;
35975 ;
35976 return 0;
35977}
35978_ACEOF
35979rm -f conftest.$ac_objext conftest$ac_exeext
35980if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35981 (eval $ac_link) 2>conftest.er1
a848cd7e 35982 ac_status=$?
ac1cb8d3
VS
35983 grep -v '^ *+' conftest.er1 >conftest.err
35984 rm -f conftest.er1
35985 cat conftest.err >&5
a848cd7e
SC
35986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35987 (exit $ac_status); } &&
6ebeb4c7 35988 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35990 (eval $ac_try) 2>&5
35991 ac_status=$?
35992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35993 (exit $ac_status); }; } &&
35994 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35996 (eval $ac_try) 2>&5
35997 ac_status=$?
35998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35999 (exit $ac_status); }; }; then
36000 eval "$as_ac_var=yes"
36001else
36002 echo "$as_me: failed program was:" >&5
36003sed 's/^/| /' conftest.$ac_ext >&5
36004
36005eval "$as_ac_var=no"
36006fi
ac1cb8d3
VS
36007rm -f conftest.err conftest.$ac_objext \
36008 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36009fi
36010echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36011echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36012if test `eval echo '${'$as_ac_var'}'` = yes; then
36013 cat >>confdefs.h <<_ACEOF
36014#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36015_ACEOF
36016
36017fi
36018done
36019
36020
6ebeb4c7
VZ
36021 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
36022echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
36023if test "${wx_cv_func_pthread_cleanup+set}" = set; then
36024 echo $ECHO_N "(cached) $ECHO_C" >&6
36025else
36026
36027 cat >conftest.$ac_ext <<_ACEOF
36028/* confdefs.h. */
36029_ACEOF
36030cat confdefs.h >>conftest.$ac_ext
36031cat >>conftest.$ac_ext <<_ACEOF
36032/* end confdefs.h. */
36033#include <pthread.h>
36034 void ThreadCleanupFunc(void *p);
36035
36036int
36037main ()
36038{
36039
36040 void *p;
36041 pthread_cleanup_push(ThreadCleanupFunc, p);
36042 pthread_cleanup_pop(0);
36043
36044 ;
36045 return 0;
36046}
36047_ACEOF
36048rm -f conftest.$ac_objext
36049if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36050 (eval $ac_compile) 2>conftest.er1
36051 ac_status=$?
36052 grep -v '^ *+' conftest.er1 >conftest.err
36053 rm -f conftest.er1
36054 cat conftest.err >&5
36055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36056 (exit $ac_status); } &&
36057 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36059 (eval $ac_try) 2>&5
36060 ac_status=$?
36061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36062 (exit $ac_status); }; } &&
36063 { ac_try='test -s conftest.$ac_objext'
36064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36065 (eval $ac_try) 2>&5
36066 ac_status=$?
36067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36068 (exit $ac_status); }; }; then
36069
36070 wx_cv_func_pthread_cleanup=yes
36071
36072else
36073 echo "$as_me: failed program was:" >&5
36074sed 's/^/| /' conftest.$ac_ext >&5
36075
36076
36077 wx_cv_func_pthread_cleanup=no
36078
36079
36080fi
36081rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36082
36083fi
36084echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
36085echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
36086 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
36087 cat >>confdefs.h <<\_ACEOF
36088#define wxHAVE_PTHREAD_CLEANUP 1
36089_ACEOF
36090
36091 fi
36092
a848cd7e
SC
36093
36094for ac_header in sched.h
36095do
36096as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36097if eval "test \"\${$as_ac_Header+set}\" = set"; then
36098 echo "$as_me:$LINENO: checking for $ac_header" >&5
36099echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36100if eval "test \"\${$as_ac_Header+set}\" = set"; then
36101 echo $ECHO_N "(cached) $ECHO_C" >&6
36102fi
36103echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36104echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36105else
36106 # Is the header compilable?
36107echo "$as_me:$LINENO: checking $ac_header usability" >&5
36108echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36109cat >conftest.$ac_ext <<_ACEOF
36110/* confdefs.h. */
36111_ACEOF
36112cat confdefs.h >>conftest.$ac_ext
36113cat >>conftest.$ac_ext <<_ACEOF
36114/* end confdefs.h. */
36115$ac_includes_default
36116#include <$ac_header>
36117_ACEOF
36118rm -f conftest.$ac_objext
36119if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36120 (eval $ac_compile) 2>conftest.er1
a848cd7e 36121 ac_status=$?
ac1cb8d3
VS
36122 grep -v '^ *+' conftest.er1 >conftest.err
36123 rm -f conftest.er1
36124 cat conftest.err >&5
a848cd7e
SC
36125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36126 (exit $ac_status); } &&
6ebeb4c7 36127 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36129 (eval $ac_try) 2>&5
36130 ac_status=$?
36131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36132 (exit $ac_status); }; } &&
36133 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36135 (eval $ac_try) 2>&5
36136 ac_status=$?
36137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36138 (exit $ac_status); }; }; then
36139 ac_header_compiler=yes
36140else
36141 echo "$as_me: failed program was:" >&5
36142sed 's/^/| /' conftest.$ac_ext >&5
36143
36144ac_header_compiler=no
36145fi
ac1cb8d3 36146rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36147echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36148echo "${ECHO_T}$ac_header_compiler" >&6
36149
36150# Is the header present?
36151echo "$as_me:$LINENO: checking $ac_header presence" >&5
36152echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36153cat >conftest.$ac_ext <<_ACEOF
36154/* confdefs.h. */
36155_ACEOF
36156cat confdefs.h >>conftest.$ac_ext
36157cat >>conftest.$ac_ext <<_ACEOF
36158/* end confdefs.h. */
36159#include <$ac_header>
36160_ACEOF
36161if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36162 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36163 ac_status=$?
36164 grep -v '^ *+' conftest.er1 >conftest.err
36165 rm -f conftest.er1
36166 cat conftest.err >&5
36167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36168 (exit $ac_status); } >/dev/null; then
36169 if test -s conftest.err; then
36170 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 36171 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
36172 else
36173 ac_cpp_err=
36174 fi
36175else
36176 ac_cpp_err=yes
36177fi
36178if test -z "$ac_cpp_err"; then
36179 ac_header_preproc=yes
36180else
36181 echo "$as_me: failed program was:" >&5
36182sed 's/^/| /' conftest.$ac_ext >&5
36183
36184 ac_header_preproc=no
36185fi
36186rm -f conftest.err conftest.$ac_ext
36187echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36188echo "${ECHO_T}$ac_header_preproc" >&6
36189
36190# So? What about this header?
ac1cb8d3
VS
36191case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36192 yes:no: )
a848cd7e
SC
36193 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36194echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
36195 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36196echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36197 ac_header_preproc=yes
a848cd7e 36198 ;;
ac1cb8d3 36199 no:yes:* )
a848cd7e
SC
36200 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36201echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
36202 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36203echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36204 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36205echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36206 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36207echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
36208 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36209echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
36210 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36211echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
36212 (
36213 cat <<\_ASBOX
ac1cb8d3
VS
36214## ----------------------------------------- ##
36215## Report this to wx-dev@lists.wxwidgets.org ##
36216## ----------------------------------------- ##
a848cd7e
SC
36217_ASBOX
36218 ) |
36219 sed "s/^/$as_me: WARNING: /" >&2
36220 ;;
36221esac
36222echo "$as_me:$LINENO: checking for $ac_header" >&5
36223echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36224if eval "test \"\${$as_ac_Header+set}\" = set"; then
36225 echo $ECHO_N "(cached) $ECHO_C" >&6
36226else
ac1cb8d3 36227 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
36228fi
36229echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36230echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36231
36232fi
36233if test `eval echo '${'$as_ac_Header'}'` = yes; then
36234 cat >>confdefs.h <<_ACEOF
36235#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36236_ACEOF
36237
36238fi
36239
36240done
36241
36242 if test "$ac_cv_header_sched_h" = "yes"; then
36243 echo "$as_me:$LINENO: checking for sched_yield" >&5
36244echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
36245if test "${ac_cv_func_sched_yield+set}" = set; then
36246 echo $ECHO_N "(cached) $ECHO_C" >&6
36247else
36248 cat >conftest.$ac_ext <<_ACEOF
36249/* confdefs.h. */
36250_ACEOF
36251cat confdefs.h >>conftest.$ac_ext
36252cat >>conftest.$ac_ext <<_ACEOF
36253/* end confdefs.h. */
ac1cb8d3
VS
36254/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
36255 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36256#define sched_yield innocuous_sched_yield
36257
a848cd7e
SC
36258/* System header to define __stub macros and hopefully few prototypes,
36259 which can conflict with char sched_yield (); below.
36260 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36261 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36262
a848cd7e
SC
36263#ifdef __STDC__
36264# include <limits.h>
36265#else
36266# include <assert.h>
36267#endif
ac1cb8d3
VS
36268
36269#undef sched_yield
36270
a848cd7e
SC
36271/* Override any gcc2 internal prototype to avoid an error. */
36272#ifdef __cplusplus
36273extern "C"
36274{
36275#endif
36276/* We use char because int might match the return type of a gcc2
36277 builtin and then its argument prototype would still apply. */
36278char sched_yield ();
36279/* The GNU C library defines this for functions which it implements
36280 to always fail with ENOSYS. Some functions are actually named
36281 something starting with __ and the normal name is an alias. */
36282#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
36283choke me
36284#else
36285char (*f) () = sched_yield;
36286#endif
36287#ifdef __cplusplus
36288}
36289#endif
36290
36291int
36292main ()
36293{
36294return f != sched_yield;
36295 ;
36296 return 0;
36297}
36298_ACEOF
36299rm -f conftest.$ac_objext conftest$ac_exeext
36300if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36301 (eval $ac_link) 2>conftest.er1
a848cd7e 36302 ac_status=$?
ac1cb8d3
VS
36303 grep -v '^ *+' conftest.er1 >conftest.err
36304 rm -f conftest.er1
36305 cat conftest.err >&5
a848cd7e
SC
36306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36307 (exit $ac_status); } &&
6ebeb4c7 36308 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36310 (eval $ac_try) 2>&5
36311 ac_status=$?
36312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36313 (exit $ac_status); }; } &&
36314 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36316 (eval $ac_try) 2>&5
36317 ac_status=$?
36318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36319 (exit $ac_status); }; }; then
36320 ac_cv_func_sched_yield=yes
36321else
36322 echo "$as_me: failed program was:" >&5
36323sed 's/^/| /' conftest.$ac_ext >&5
36324
36325ac_cv_func_sched_yield=no
36326fi
ac1cb8d3
VS
36327rm -f conftest.err conftest.$ac_objext \
36328 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36329fi
36330echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
36331echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
36332if test $ac_cv_func_sched_yield = yes; then
36333 cat >>confdefs.h <<\_ACEOF
36334#define HAVE_SCHED_YIELD 1
36335_ACEOF
36336
36337else
36338
36339 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
36340echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
36341if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
36342 echo $ECHO_N "(cached) $ECHO_C" >&6
36343else
36344 ac_check_lib_save_LIBS=$LIBS
36345LIBS="-lposix4 $LIBS"
36346cat >conftest.$ac_ext <<_ACEOF
36347/* confdefs.h. */
36348_ACEOF
36349cat confdefs.h >>conftest.$ac_ext
36350cat >>conftest.$ac_ext <<_ACEOF
36351/* end confdefs.h. */
36352
36353/* Override any gcc2 internal prototype to avoid an error. */
36354#ifdef __cplusplus
36355extern "C"
36356#endif
36357/* We use char because int might match the return type of a gcc2
36358 builtin and then its argument prototype would still apply. */
36359char sched_yield ();
36360int
36361main ()
36362{
36363sched_yield ();
36364 ;
36365 return 0;
36366}
36367_ACEOF
36368rm -f conftest.$ac_objext conftest$ac_exeext
36369if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36370 (eval $ac_link) 2>conftest.er1
a848cd7e 36371 ac_status=$?
ac1cb8d3
VS
36372 grep -v '^ *+' conftest.er1 >conftest.err
36373 rm -f conftest.er1
36374 cat conftest.err >&5
a848cd7e
SC
36375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36376 (exit $ac_status); } &&
6ebeb4c7 36377 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36379 (eval $ac_try) 2>&5
36380 ac_status=$?
36381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36382 (exit $ac_status); }; } &&
36383 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36385 (eval $ac_try) 2>&5
36386 ac_status=$?
36387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36388 (exit $ac_status); }; }; then
36389 ac_cv_lib_posix4_sched_yield=yes
36390else
36391 echo "$as_me: failed program was:" >&5
36392sed 's/^/| /' conftest.$ac_ext >&5
36393
36394ac_cv_lib_posix4_sched_yield=no
36395fi
ac1cb8d3
VS
36396rm -f conftest.err conftest.$ac_objext \
36397 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36398LIBS=$ac_check_lib_save_LIBS
36399fi
36400echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
36401echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
36402if test $ac_cv_lib_posix4_sched_yield = yes; then
36403 cat >>confdefs.h <<\_ACEOF
36404#define HAVE_SCHED_YIELD 1
36405_ACEOF
36406 POSIX4_LINK=" -lposix4"
36407else
36408 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
36409echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
36410
36411fi
36412
36413
36414
36415fi
36416
36417 fi
36418
36419 HAVE_PRIOR_FUNCS=0
36420 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
36421echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
36422if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
36423 echo $ECHO_N "(cached) $ECHO_C" >&6
36424else
36425 cat >conftest.$ac_ext <<_ACEOF
36426/* confdefs.h. */
36427_ACEOF
36428cat confdefs.h >>conftest.$ac_ext
36429cat >>conftest.$ac_ext <<_ACEOF
36430/* end confdefs.h. */
ac1cb8d3
VS
36431/* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
36432 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36433#define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
36434
a848cd7e
SC
36435/* System header to define __stub macros and hopefully few prototypes,
36436 which can conflict with char pthread_attr_getschedpolicy (); below.
36437 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36438 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36439
a848cd7e
SC
36440#ifdef __STDC__
36441# include <limits.h>
36442#else
36443# include <assert.h>
36444#endif
ac1cb8d3
VS
36445
36446#undef pthread_attr_getschedpolicy
36447
a848cd7e
SC
36448/* Override any gcc2 internal prototype to avoid an error. */
36449#ifdef __cplusplus
36450extern "C"
36451{
36452#endif
36453/* We use char because int might match the return type of a gcc2
36454 builtin and then its argument prototype would still apply. */
36455char pthread_attr_getschedpolicy ();
36456/* The GNU C library defines this for functions which it implements
36457 to always fail with ENOSYS. Some functions are actually named
36458 something starting with __ and the normal name is an alias. */
36459#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
36460choke me
36461#else
36462char (*f) () = pthread_attr_getschedpolicy;
36463#endif
36464#ifdef __cplusplus
36465}
36466#endif
36467
36468int
36469main ()
36470{
36471return f != pthread_attr_getschedpolicy;
36472 ;
36473 return 0;
36474}
36475_ACEOF
36476rm -f conftest.$ac_objext conftest$ac_exeext
36477if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36478 (eval $ac_link) 2>conftest.er1
a848cd7e 36479 ac_status=$?
ac1cb8d3
VS
36480 grep -v '^ *+' conftest.er1 >conftest.err
36481 rm -f conftest.er1
36482 cat conftest.err >&5
a848cd7e
SC
36483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36484 (exit $ac_status); } &&
6ebeb4c7 36485 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36487 (eval $ac_try) 2>&5
36488 ac_status=$?
36489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36490 (exit $ac_status); }; } &&
36491 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36493 (eval $ac_try) 2>&5
36494 ac_status=$?
36495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36496 (exit $ac_status); }; }; then
36497 ac_cv_func_pthread_attr_getschedpolicy=yes
36498else
36499 echo "$as_me: failed program was:" >&5
36500sed 's/^/| /' conftest.$ac_ext >&5
36501
36502ac_cv_func_pthread_attr_getschedpolicy=no
36503fi
ac1cb8d3
VS
36504rm -f conftest.err conftest.$ac_objext \
36505 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36506fi
36507echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
36508echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
36509if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
36510 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
36511echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
36512if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
36513 echo $ECHO_N "(cached) $ECHO_C" >&6
36514else
36515 cat >conftest.$ac_ext <<_ACEOF
36516/* confdefs.h. */
36517_ACEOF
36518cat confdefs.h >>conftest.$ac_ext
36519cat >>conftest.$ac_ext <<_ACEOF
36520/* end confdefs.h. */
ac1cb8d3
VS
36521/* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
36522 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36523#define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
36524
a848cd7e
SC
36525/* System header to define __stub macros and hopefully few prototypes,
36526 which can conflict with char pthread_attr_setschedparam (); below.
36527 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36528 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36529
a848cd7e
SC
36530#ifdef __STDC__
36531# include <limits.h>
36532#else
36533# include <assert.h>
36534#endif
ac1cb8d3
VS
36535
36536#undef pthread_attr_setschedparam
36537
a848cd7e
SC
36538/* Override any gcc2 internal prototype to avoid an error. */
36539#ifdef __cplusplus
36540extern "C"
36541{
36542#endif
36543/* We use char because int might match the return type of a gcc2
36544 builtin and then its argument prototype would still apply. */
36545char pthread_attr_setschedparam ();
36546/* The GNU C library defines this for functions which it implements
36547 to always fail with ENOSYS. Some functions are actually named
36548 something starting with __ and the normal name is an alias. */
36549#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
36550choke me
36551#else
36552char (*f) () = pthread_attr_setschedparam;
36553#endif
36554#ifdef __cplusplus
36555}
36556#endif
36557
36558int
36559main ()
36560{
36561return f != pthread_attr_setschedparam;
36562 ;
36563 return 0;
36564}
36565_ACEOF
36566rm -f conftest.$ac_objext conftest$ac_exeext
36567if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36568 (eval $ac_link) 2>conftest.er1
a848cd7e 36569 ac_status=$?
ac1cb8d3
VS
36570 grep -v '^ *+' conftest.er1 >conftest.err
36571 rm -f conftest.er1
36572 cat conftest.err >&5
a848cd7e
SC
36573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36574 (exit $ac_status); } &&
6ebeb4c7 36575 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36577 (eval $ac_try) 2>&5
36578 ac_status=$?
36579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36580 (exit $ac_status); }; } &&
36581 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36583 (eval $ac_try) 2>&5
36584 ac_status=$?
36585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36586 (exit $ac_status); }; }; then
36587 ac_cv_func_pthread_attr_setschedparam=yes
36588else
36589 echo "$as_me: failed program was:" >&5
36590sed 's/^/| /' conftest.$ac_ext >&5
36591
36592ac_cv_func_pthread_attr_setschedparam=no
36593fi
ac1cb8d3
VS
36594rm -f conftest.err conftest.$ac_objext \
36595 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36596fi
36597echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
36598echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
36599if test $ac_cv_func_pthread_attr_setschedparam = yes; then
36600 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
36601echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
36602if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
36603 echo $ECHO_N "(cached) $ECHO_C" >&6
36604else
36605 cat >conftest.$ac_ext <<_ACEOF
36606/* confdefs.h. */
36607_ACEOF
36608cat confdefs.h >>conftest.$ac_ext
36609cat >>conftest.$ac_ext <<_ACEOF
36610/* end confdefs.h. */
ac1cb8d3
VS
36611/* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
36612 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36613#define sched_get_priority_max innocuous_sched_get_priority_max
36614
a848cd7e
SC
36615/* System header to define __stub macros and hopefully few prototypes,
36616 which can conflict with char sched_get_priority_max (); below.
36617 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36618 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36619
a848cd7e
SC
36620#ifdef __STDC__
36621# include <limits.h>
36622#else
36623# include <assert.h>
36624#endif
ac1cb8d3
VS
36625
36626#undef sched_get_priority_max
36627
a848cd7e
SC
36628/* Override any gcc2 internal prototype to avoid an error. */
36629#ifdef __cplusplus
36630extern "C"
36631{
36632#endif
36633/* We use char because int might match the return type of a gcc2
36634 builtin and then its argument prototype would still apply. */
36635char sched_get_priority_max ();
36636/* The GNU C library defines this for functions which it implements
36637 to always fail with ENOSYS. Some functions are actually named
36638 something starting with __ and the normal name is an alias. */
36639#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
36640choke me
36641#else
36642char (*f) () = sched_get_priority_max;
36643#endif
36644#ifdef __cplusplus
36645}
36646#endif
36647
36648int
36649main ()
36650{
36651return f != sched_get_priority_max;
36652 ;
36653 return 0;
36654}
36655_ACEOF
36656rm -f conftest.$ac_objext conftest$ac_exeext
36657if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36658 (eval $ac_link) 2>conftest.er1
a848cd7e 36659 ac_status=$?
ac1cb8d3
VS
36660 grep -v '^ *+' conftest.er1 >conftest.err
36661 rm -f conftest.er1
36662 cat conftest.err >&5
a848cd7e
SC
36663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36664 (exit $ac_status); } &&
6ebeb4c7 36665 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36667 (eval $ac_try) 2>&5
36668 ac_status=$?
36669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36670 (exit $ac_status); }; } &&
36671 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36673 (eval $ac_try) 2>&5
36674 ac_status=$?
36675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36676 (exit $ac_status); }; }; then
36677 ac_cv_func_sched_get_priority_max=yes
36678else
36679 echo "$as_me: failed program was:" >&5
36680sed 's/^/| /' conftest.$ac_ext >&5
36681
36682ac_cv_func_sched_get_priority_max=no
36683fi
ac1cb8d3
VS
36684rm -f conftest.err conftest.$ac_objext \
36685 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36686fi
36687echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
36688echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
36689if test $ac_cv_func_sched_get_priority_max = yes; then
36690 HAVE_PRIOR_FUNCS=1
36691else
36692 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
36693echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
36694if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
36695 echo $ECHO_N "(cached) $ECHO_C" >&6
36696else
36697 ac_check_lib_save_LIBS=$LIBS
36698LIBS="-lposix4 $LIBS"
36699cat >conftest.$ac_ext <<_ACEOF
36700/* confdefs.h. */
36701_ACEOF
36702cat confdefs.h >>conftest.$ac_ext
36703cat >>conftest.$ac_ext <<_ACEOF
36704/* end confdefs.h. */
36705
36706/* Override any gcc2 internal prototype to avoid an error. */
36707#ifdef __cplusplus
36708extern "C"
36709#endif
36710/* We use char because int might match the return type of a gcc2
36711 builtin and then its argument prototype would still apply. */
36712char sched_get_priority_max ();
36713int
36714main ()
36715{
36716sched_get_priority_max ();
36717 ;
36718 return 0;
36719}
36720_ACEOF
36721rm -f conftest.$ac_objext conftest$ac_exeext
36722if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36723 (eval $ac_link) 2>conftest.er1
a848cd7e 36724 ac_status=$?
ac1cb8d3
VS
36725 grep -v '^ *+' conftest.er1 >conftest.err
36726 rm -f conftest.er1
36727 cat conftest.err >&5
a848cd7e
SC
36728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36729 (exit $ac_status); } &&
6ebeb4c7 36730 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36732 (eval $ac_try) 2>&5
36733 ac_status=$?
36734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36735 (exit $ac_status); }; } &&
36736 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36738 (eval $ac_try) 2>&5
36739 ac_status=$?
36740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36741 (exit $ac_status); }; }; then
36742 ac_cv_lib_posix4_sched_get_priority_max=yes
36743else
36744 echo "$as_me: failed program was:" >&5
36745sed 's/^/| /' conftest.$ac_ext >&5
36746
36747ac_cv_lib_posix4_sched_get_priority_max=no
36748fi
ac1cb8d3
VS
36749rm -f conftest.err conftest.$ac_objext \
36750 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36751LIBS=$ac_check_lib_save_LIBS
36752fi
36753echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
36754echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
36755if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
36756
36757 HAVE_PRIOR_FUNCS=1
36758 POSIX4_LINK=" -lposix4"
36759
36760fi
36761
36762
36763fi
36764
36765
36766fi
36767
36768
36769fi
36770
36771
36772 if test "$HAVE_PRIOR_FUNCS" = 1; then
36773 cat >>confdefs.h <<\_ACEOF
36774#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
36775_ACEOF
36776
36777 else
36778 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
36779echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
36780 fi
36781
36782 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
36783echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
36784if test "${ac_cv_func_pthread_cancel+set}" = set; then
36785 echo $ECHO_N "(cached) $ECHO_C" >&6
36786else
36787 cat >conftest.$ac_ext <<_ACEOF
36788/* confdefs.h. */
36789_ACEOF
36790cat confdefs.h >>conftest.$ac_ext
36791cat >>conftest.$ac_ext <<_ACEOF
36792/* end confdefs.h. */
ac1cb8d3
VS
36793/* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
36794 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36795#define pthread_cancel innocuous_pthread_cancel
36796
a848cd7e
SC
36797/* System header to define __stub macros and hopefully few prototypes,
36798 which can conflict with char pthread_cancel (); below.
36799 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36800 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36801
a848cd7e
SC
36802#ifdef __STDC__
36803# include <limits.h>
36804#else
36805# include <assert.h>
36806#endif
ac1cb8d3
VS
36807
36808#undef pthread_cancel
36809
a848cd7e
SC
36810/* Override any gcc2 internal prototype to avoid an error. */
36811#ifdef __cplusplus
36812extern "C"
36813{
36814#endif
36815/* We use char because int might match the return type of a gcc2
36816 builtin and then its argument prototype would still apply. */
36817char pthread_cancel ();
36818/* The GNU C library defines this for functions which it implements
36819 to always fail with ENOSYS. Some functions are actually named
36820 something starting with __ and the normal name is an alias. */
36821#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
36822choke me
36823#else
36824char (*f) () = pthread_cancel;
36825#endif
36826#ifdef __cplusplus
36827}
36828#endif
36829
36830int
36831main ()
36832{
36833return f != pthread_cancel;
36834 ;
36835 return 0;
36836}
36837_ACEOF
36838rm -f conftest.$ac_objext conftest$ac_exeext
36839if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36840 (eval $ac_link) 2>conftest.er1
a848cd7e 36841 ac_status=$?
ac1cb8d3
VS
36842 grep -v '^ *+' conftest.er1 >conftest.err
36843 rm -f conftest.er1
36844 cat conftest.err >&5
a848cd7e
SC
36845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36846 (exit $ac_status); } &&
6ebeb4c7 36847 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36849 (eval $ac_try) 2>&5
36850 ac_status=$?
36851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36852 (exit $ac_status); }; } &&
36853 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36855 (eval $ac_try) 2>&5
36856 ac_status=$?
36857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36858 (exit $ac_status); }; }; then
36859 ac_cv_func_pthread_cancel=yes
36860else
36861 echo "$as_me: failed program was:" >&5
36862sed 's/^/| /' conftest.$ac_ext >&5
36863
36864ac_cv_func_pthread_cancel=no
36865fi
ac1cb8d3
VS
36866rm -f conftest.err conftest.$ac_objext \
36867 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36868fi
36869echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
36870echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
36871if test $ac_cv_func_pthread_cancel = yes; then
36872 cat >>confdefs.h <<\_ACEOF
36873#define HAVE_PTHREAD_CANCEL 1
36874_ACEOF
36875
36876else
36877 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
36878echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
36879fi
36880
36881
abc736fd
MW
36882 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
36883echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
36884if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
36885 echo $ECHO_N "(cached) $ECHO_C" >&6
36886else
36887 cat >conftest.$ac_ext <<_ACEOF
36888/* confdefs.h. */
36889_ACEOF
36890cat confdefs.h >>conftest.$ac_ext
36891cat >>conftest.$ac_ext <<_ACEOF
36892/* end confdefs.h. */
36893/* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
36894 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36895#define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
36896
36897/* System header to define __stub macros and hopefully few prototypes,
36898 which can conflict with char pthread_attr_setstacksize (); below.
36899 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36900 <limits.h> exists even on freestanding compilers. */
36901
36902#ifdef __STDC__
36903# include <limits.h>
36904#else
36905# include <assert.h>
36906#endif
36907
36908#undef pthread_attr_setstacksize
36909
36910/* Override any gcc2 internal prototype to avoid an error. */
36911#ifdef __cplusplus
36912extern "C"
36913{
36914#endif
36915/* We use char because int might match the return type of a gcc2
36916 builtin and then its argument prototype would still apply. */
36917char pthread_attr_setstacksize ();
36918/* The GNU C library defines this for functions which it implements
36919 to always fail with ENOSYS. Some functions are actually named
36920 something starting with __ and the normal name is an alias. */
36921#if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
36922choke me
36923#else
36924char (*f) () = pthread_attr_setstacksize;
36925#endif
36926#ifdef __cplusplus
36927}
36928#endif
36929
36930int
36931main ()
36932{
36933return f != pthread_attr_setstacksize;
36934 ;
36935 return 0;
36936}
36937_ACEOF
36938rm -f conftest.$ac_objext conftest$ac_exeext
36939if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36940 (eval $ac_link) 2>conftest.er1
36941 ac_status=$?
36942 grep -v '^ *+' conftest.er1 >conftest.err
36943 rm -f conftest.er1
36944 cat conftest.err >&5
36945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36946 (exit $ac_status); } &&
6ebeb4c7 36947 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
abc736fd
MW
36948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36949 (eval $ac_try) 2>&5
36950 ac_status=$?
36951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36952 (exit $ac_status); }; } &&
36953 { ac_try='test -s conftest$ac_exeext'
36954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36955 (eval $ac_try) 2>&5
36956 ac_status=$?
36957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36958 (exit $ac_status); }; }; then
36959 ac_cv_func_pthread_attr_setstacksize=yes
36960else
36961 echo "$as_me: failed program was:" >&5
36962sed 's/^/| /' conftest.$ac_ext >&5
36963
36964ac_cv_func_pthread_attr_setstacksize=no
36965fi
36966rm -f conftest.err conftest.$ac_objext \
36967 conftest$ac_exeext conftest.$ac_ext
36968fi
36969echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
36970echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
36971if test $ac_cv_func_pthread_attr_setstacksize = yes; then
36972 cat >>confdefs.h <<\_ACEOF
36973#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
36974_ACEOF
36975
36976fi
36977
a848cd7e
SC
36978
36979
36980 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
36981echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
36982if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
36983 echo $ECHO_N "(cached) $ECHO_C" >&6
36984else
36985
36986 cat >conftest.$ac_ext <<_ACEOF
36987/* confdefs.h. */
36988_ACEOF
36989cat confdefs.h >>conftest.$ac_ext
36990cat >>conftest.$ac_ext <<_ACEOF
36991/* end confdefs.h. */
36992#include <pthread.h>
36993int
36994main ()
36995{
36996
36997 pthread_mutexattr_t attr;
36998 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
36999
37000 ;
37001 return 0;
37002}
37003_ACEOF
37004rm -f conftest.$ac_objext
37005if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37006 (eval $ac_compile) 2>conftest.er1
a848cd7e 37007 ac_status=$?
ac1cb8d3
VS
37008 grep -v '^ *+' conftest.er1 >conftest.err
37009 rm -f conftest.er1
37010 cat conftest.err >&5
a848cd7e
SC
37011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37012 (exit $ac_status); } &&
6ebeb4c7 37013 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37015 (eval $ac_try) 2>&5
37016 ac_status=$?
37017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37018 (exit $ac_status); }; } &&
37019 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37021 (eval $ac_try) 2>&5
37022 ac_status=$?
37023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37024 (exit $ac_status); }; }; then
37025
37026 wx_cv_type_pthread_mutexattr_t=yes
37027
37028else
37029 echo "$as_me: failed program was:" >&5
37030sed 's/^/| /' conftest.$ac_ext >&5
37031
37032
37033 wx_cv_type_pthread_mutexattr_t=no
37034
37035
37036fi
ac1cb8d3 37037rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37038
37039fi
37040echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
37041echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
37042
37043 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
37044 cat >>confdefs.h <<\_ACEOF
37045#define HAVE_PTHREAD_MUTEXATTR_T 1
37046_ACEOF
37047
37048 else
37049 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
37050echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
37051if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
37052 echo $ECHO_N "(cached) $ECHO_C" >&6
37053else
37054
37055 cat >conftest.$ac_ext <<_ACEOF
37056/* confdefs.h. */
37057_ACEOF
37058cat confdefs.h >>conftest.$ac_ext
37059cat >>conftest.$ac_ext <<_ACEOF
37060/* end confdefs.h. */
37061#include <pthread.h>
37062int
37063main ()
37064{
37065
37066 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
37067
37068 ;
37069 return 0;
37070}
37071_ACEOF
37072rm -f conftest.$ac_objext
37073if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37074 (eval $ac_compile) 2>conftest.er1
a848cd7e 37075 ac_status=$?
ac1cb8d3
VS
37076 grep -v '^ *+' conftest.er1 >conftest.err
37077 rm -f conftest.er1
37078 cat conftest.err >&5
a848cd7e
SC
37079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37080 (exit $ac_status); } &&
6ebeb4c7 37081 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37083 (eval $ac_try) 2>&5
37084 ac_status=$?
37085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37086 (exit $ac_status); }; } &&
37087 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37089 (eval $ac_try) 2>&5
37090 ac_status=$?
37091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37092 (exit $ac_status); }; }; then
37093
37094 wx_cv_type_pthread_rec_mutex_init=yes
37095
37096else
37097 echo "$as_me: failed program was:" >&5
37098sed 's/^/| /' conftest.$ac_ext >&5
37099
37100
37101 wx_cv_type_pthread_rec_mutex_init=no
37102
37103
37104fi
ac1cb8d3 37105rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37106
37107fi
37108echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
37109echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
37110 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
37111 cat >>confdefs.h <<\_ACEOF
37112#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
37113_ACEOF
37114
37115 else
37116 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
37117echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
37118 fi
37119 fi
37120 fi
37121
37122else
37123 if test "$wxUSE_THREADS" = "yes" ; then
37124 case "${host}" in
37125 *-*-mingw32* )
37126 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
37127echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
37128if test "${wx_cv_cflags_mthread+set}" = set; then
37129 echo $ECHO_N "(cached) $ECHO_C" >&6
37130else
37131
37132 CFLAGS_OLD="$CFLAGS"
37133 CFLAGS="$CFLAGS -mthreads"
37134 cat >conftest.$ac_ext <<_ACEOF
37135/* confdefs.h. */
37136_ACEOF
37137cat confdefs.h >>conftest.$ac_ext
37138cat >>conftest.$ac_ext <<_ACEOF
37139/* end confdefs.h. */
37140
37141int
37142main ()
37143{
37144
37145 ;
37146 return 0;
37147}
37148_ACEOF
37149rm -f conftest.$ac_objext
37150if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 37151 (eval $ac_compile) 2>conftest.er1
a848cd7e 37152 ac_status=$?
ac1cb8d3
VS
37153 grep -v '^ *+' conftest.er1 >conftest.err
37154 rm -f conftest.er1
37155 cat conftest.err >&5
a848cd7e
SC
37156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37157 (exit $ac_status); } &&
6ebeb4c7 37158 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37160 (eval $ac_try) 2>&5
37161 ac_status=$?
37162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37163 (exit $ac_status); }; } &&
37164 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
37165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37166 (eval $ac_try) 2>&5
37167 ac_status=$?
37168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37169 (exit $ac_status); }; }; then
37170 wx_cv_cflags_mthread=yes
37171else
37172 echo "$as_me: failed program was:" >&5
37173sed 's/^/| /' conftest.$ac_ext >&5
37174
37175wx_cv_cflags_mthread=no
37176
37177fi
ac1cb8d3 37178rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37179
37180
37181fi
37182echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
37183echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
37184
37185 if test "$wx_cv_cflags_mthread" = "yes"; then
37186 CXXFLAGS="$CXXFLAGS -mthreads"
37187 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
37188 LDFLAGS="$LDFLAGS -mthreads"
37189 else
37190 CFLAGS="$CFLAGS_OLD"
37191 fi
37192 ;;
37193 *-pc-os2*emx )
37194 CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
37195 CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
37196 LDFLAGS="$LDFLAGS -Zmt"
37197 ;;
37198 esac
37199 fi
37200fi
37201
37202if test "$wxUSE_THREADS" = "yes"; then
37203 cat >>confdefs.h <<\_ACEOF
37204#define wxUSE_THREADS 1
37205_ACEOF
37206
37207
37208 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
37209else
37210 if test "$ac_cv_func_strtok_r" = "yes"; then
37211 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
37212echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
37213 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
37214 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
37215 echo "$as_me:$LINENO: result: yes" >&5
37216echo "${ECHO_T}yes" >&6
37217 else
37218 echo "$as_me:$LINENO: result: no" >&5
37219echo "${ECHO_T}no" >&6
37220 fi
37221 fi
37222fi
37223
37224if test "$WXGTK20" = 1 ; then
37225 cat >>confdefs.h <<_ACEOF
37226#define __WXGTK20__ $WXGTK20
37227_ACEOF
37228
37229 WXGTK12=1
37230fi
37231
37232if test "$WXGTK12" = 1 ; then
37233 cat >>confdefs.h <<_ACEOF
37234#define __WXGTK12__ $WXGTK12
37235_ACEOF
37236
37237fi
37238
37239if test "$WXGTK127" = 1 ; then
37240 cat >>confdefs.h <<_ACEOF
37241#define __WXGTK127__ $WXGTK127
37242_ACEOF
37243
37244fi
37245
37246if test "$WXGPE" = 1 ; then
37247 cat >>confdefs.h <<_ACEOF
37248#define __WXGPE__ $WXGPE
37249_ACEOF
37250
37251fi
37252
37253WXDEBUG=
37254
37255if test "$wxUSE_DEBUG_INFO" = "yes" ; then
37256 WXDEBUG="-g"
37257 wxUSE_OPTIMISE=no
37258fi
37259
37260if test "$wxUSE_DEBUG_GDB" = "yes" ; then
37261 wxUSE_DEBUG_INFO=yes
18228ab4
MW
37262 if test "$GCC" = yes; then
37263 WXDEBUG="-ggdb"
37264 fi
a848cd7e
SC
37265fi
37266
37267if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
37268 cat >>confdefs.h <<\_ACEOF
37269#define WXDEBUG 1
37270_ACEOF
37271
37272 WXDEBUG_DEFINE="-D__WXDEBUG__"
37273else
37274 if test "$wxUSE_GTK" = 1 ; then
37275 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
37276 fi
37277fi
37278
37279if test "$wxUSE_MEM_TRACING" = "yes" ; then
37280 cat >>confdefs.h <<\_ACEOF
37281#define wxUSE_MEMORY_TRACING 1
37282_ACEOF
37283
37284 cat >>confdefs.h <<\_ACEOF
37285#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
37286_ACEOF
37287
37288 cat >>confdefs.h <<\_ACEOF
37289#define wxUSE_DEBUG_NEW_ALWAYS 1
37290_ACEOF
37291
37292 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
37293fi
37294
37295if test "$wxUSE_DMALLOC" = "yes" ; then
df1b269d 37296 DMALLOC_LIBS="-ldmallocthcxx"
a848cd7e
SC
37297fi
37298
37299PROFILE=
37300if test "$wxUSE_PROFILE" = "yes" ; then
37301 PROFILE=" -pg"
37302fi
37303
37304CODE_GEN_FLAGS=
37305CODE_GEN_FLAGS_CXX=
37306if test "$GCC" = "yes" ; then
37307 if test "$wxUSE_NO_RTTI" = "yes" ; then
37308 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
37309 fi
37310 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
37311 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
37312 fi
37313 if test "$wxUSE_PERMISSIVE" = "yes" ; then
37314 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
37315 fi
37316
37317 case "${host}" in
37318 powerpc*-*-aix* )
37319 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
37320 ;;
37321 *-hppa* )
37322 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
37323 ;;
37324 esac
37325fi
37326
37327OPTIMISE=
37328if test "$wxUSE_OPTIMISE" = "no" ; then
37329 if test "$GCC" = yes ; then
37330 OPTIMISE="-O0"
37331 fi
37332else
37333 if test "$GCC" = yes ; then
37334 OPTIMISE="-O2"
37335
37336 case "${host}" in
37337 i586-*-*|i686-*-* )
37338 OPTIMISE="${OPTIMISE} "
37339 ;;
37340 esac
37341 else
37342 OPTIMISE="-O"
37343 fi
37344fi
37345
37346
37347if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
37348 cat >>confdefs.h <<\_ACEOF
37349#define WXWIN_COMPATIBILITY_2_2 1
37350_ACEOF
37351
37352
37353 WXWIN_COMPATIBILITY_2_4="yes"
37354fi
37355
37356if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
37357 cat >>confdefs.h <<\_ACEOF
37358#define WXWIN_COMPATIBILITY_2_4 1
37359_ACEOF
37360
37361fi
37362
37363
37364if test "$wxUSE_GUI" = "yes"; then
881bfcd6 37365 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
37366#define wxUSE_GUI 1
37367_ACEOF
37368
37369
370fd4c2 37370 fi
a848cd7e
SC
37371
37372
37373if test "$wxUSE_UNIX" = "yes"; then
37374 cat >>confdefs.h <<\_ACEOF
37375#define wxUSE_UNIX 1
37376_ACEOF
37377
37378fi
37379
37380
37381if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
37382
37383 HAVE_DL_FUNCS=0
37384 HAVE_SHL_FUNCS=0
37385 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
37386 if test "$USE_DARWIN" = 1; then
37387 HAVE_DL_FUNCS=1
47a7e797
MW
37388 elif test "$USE_DOS" = 1; then
37389 HAVE_DL_FUNCS=0
a848cd7e
SC
37390 else
37391
37392for ac_func in dlopen
37393do
37394as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37395echo "$as_me:$LINENO: checking for $ac_func" >&5
37396echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37397if eval "test \"\${$as_ac_var+set}\" = set"; then
37398 echo $ECHO_N "(cached) $ECHO_C" >&6
37399else
37400 cat >conftest.$ac_ext <<_ACEOF
37401/* confdefs.h. */
37402_ACEOF
37403cat confdefs.h >>conftest.$ac_ext
37404cat >>conftest.$ac_ext <<_ACEOF
37405/* end confdefs.h. */
ac1cb8d3
VS
37406/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37407 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37408#define $ac_func innocuous_$ac_func
37409
a848cd7e
SC
37410/* System header to define __stub macros and hopefully few prototypes,
37411 which can conflict with char $ac_func (); below.
37412 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37413 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37414
a848cd7e
SC
37415#ifdef __STDC__
37416# include <limits.h>
37417#else
37418# include <assert.h>
37419#endif
ac1cb8d3
VS
37420
37421#undef $ac_func
37422
a848cd7e
SC
37423/* Override any gcc2 internal prototype to avoid an error. */
37424#ifdef __cplusplus
37425extern "C"
37426{
37427#endif
37428/* We use char because int might match the return type of a gcc2
37429 builtin and then its argument prototype would still apply. */
37430char $ac_func ();
37431/* The GNU C library defines this for functions which it implements
37432 to always fail with ENOSYS. Some functions are actually named
37433 something starting with __ and the normal name is an alias. */
37434#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37435choke me
37436#else
37437char (*f) () = $ac_func;
37438#endif
37439#ifdef __cplusplus
37440}
37441#endif
37442
37443int
37444main ()
37445{
37446return f != $ac_func;
37447 ;
37448 return 0;
37449}
37450_ACEOF
37451rm -f conftest.$ac_objext conftest$ac_exeext
37452if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37453 (eval $ac_link) 2>conftest.er1
a848cd7e 37454 ac_status=$?
ac1cb8d3
VS
37455 grep -v '^ *+' conftest.er1 >conftest.err
37456 rm -f conftest.er1
37457 cat conftest.err >&5
a848cd7e
SC
37458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37459 (exit $ac_status); } &&
6ebeb4c7 37460 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37462 (eval $ac_try) 2>&5
37463 ac_status=$?
37464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37465 (exit $ac_status); }; } &&
37466 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37468 (eval $ac_try) 2>&5
37469 ac_status=$?
37470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37471 (exit $ac_status); }; }; then
37472 eval "$as_ac_var=yes"
37473else
37474 echo "$as_me: failed program was:" >&5
37475sed 's/^/| /' conftest.$ac_ext >&5
37476
37477eval "$as_ac_var=no"
37478fi
ac1cb8d3
VS
37479rm -f conftest.err conftest.$ac_objext \
37480 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37481fi
37482echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37483echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37484if test `eval echo '${'$as_ac_var'}'` = yes; then
37485 cat >>confdefs.h <<_ACEOF
37486#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37487_ACEOF
37488
37489 cat >>confdefs.h <<\_ACEOF
37490#define HAVE_DLOPEN 1
37491_ACEOF
37492
37493 HAVE_DL_FUNCS=1
37494
37495else
37496
37497 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
37498echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
37499if test "${ac_cv_lib_dl_dlopen+set}" = set; then
37500 echo $ECHO_N "(cached) $ECHO_C" >&6
37501else
37502 ac_check_lib_save_LIBS=$LIBS
37503LIBS="-ldl $LIBS"
37504cat >conftest.$ac_ext <<_ACEOF
37505/* confdefs.h. */
37506_ACEOF
37507cat confdefs.h >>conftest.$ac_ext
37508cat >>conftest.$ac_ext <<_ACEOF
37509/* end confdefs.h. */
37510
37511/* Override any gcc2 internal prototype to avoid an error. */
37512#ifdef __cplusplus
37513extern "C"
37514#endif
37515/* We use char because int might match the return type of a gcc2
37516 builtin and then its argument prototype would still apply. */
37517char dlopen ();
37518int
37519main ()
37520{
37521dlopen ();
37522 ;
37523 return 0;
37524}
37525_ACEOF
37526rm -f conftest.$ac_objext conftest$ac_exeext
37527if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37528 (eval $ac_link) 2>conftest.er1
a848cd7e 37529 ac_status=$?
ac1cb8d3
VS
37530 grep -v '^ *+' conftest.er1 >conftest.err
37531 rm -f conftest.er1
37532 cat conftest.err >&5
a848cd7e
SC
37533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37534 (exit $ac_status); } &&
6ebeb4c7 37535 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37537 (eval $ac_try) 2>&5
37538 ac_status=$?
37539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37540 (exit $ac_status); }; } &&
37541 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37543 (eval $ac_try) 2>&5
37544 ac_status=$?
37545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37546 (exit $ac_status); }; }; then
37547 ac_cv_lib_dl_dlopen=yes
37548else
37549 echo "$as_me: failed program was:" >&5
37550sed 's/^/| /' conftest.$ac_ext >&5
37551
37552ac_cv_lib_dl_dlopen=no
37553fi
ac1cb8d3
VS
37554rm -f conftest.err conftest.$ac_objext \
37555 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37556LIBS=$ac_check_lib_save_LIBS
37557fi
37558echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
37559echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
37560if test $ac_cv_lib_dl_dlopen = yes; then
37561
37562 cat >>confdefs.h <<\_ACEOF
37563#define HAVE_DLOPEN 1
37564_ACEOF
37565
37566 HAVE_DL_FUNCS=1
37567 DL_LINK=" -ldl$DL_LINK"
37568
37569else
37570
37571
37572for ac_func in shl_load
37573do
37574as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37575echo "$as_me:$LINENO: checking for $ac_func" >&5
37576echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37577if eval "test \"\${$as_ac_var+set}\" = set"; then
37578 echo $ECHO_N "(cached) $ECHO_C" >&6
37579else
37580 cat >conftest.$ac_ext <<_ACEOF
37581/* confdefs.h. */
37582_ACEOF
37583cat confdefs.h >>conftest.$ac_ext
37584cat >>conftest.$ac_ext <<_ACEOF
37585/* end confdefs.h. */
ac1cb8d3
VS
37586/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37587 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37588#define $ac_func innocuous_$ac_func
37589
a848cd7e
SC
37590/* System header to define __stub macros and hopefully few prototypes,
37591 which can conflict with char $ac_func (); below.
37592 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37593 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37594
a848cd7e
SC
37595#ifdef __STDC__
37596# include <limits.h>
37597#else
37598# include <assert.h>
37599#endif
ac1cb8d3
VS
37600
37601#undef $ac_func
37602
a848cd7e
SC
37603/* Override any gcc2 internal prototype to avoid an error. */
37604#ifdef __cplusplus
37605extern "C"
37606{
37607#endif
37608/* We use char because int might match the return type of a gcc2
37609 builtin and then its argument prototype would still apply. */
37610char $ac_func ();
37611/* The GNU C library defines this for functions which it implements
37612 to always fail with ENOSYS. Some functions are actually named
37613 something starting with __ and the normal name is an alias. */
37614#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37615choke me
37616#else
37617char (*f) () = $ac_func;
37618#endif
37619#ifdef __cplusplus
37620}
37621#endif
37622
37623int
37624main ()
37625{
37626return f != $ac_func;
37627 ;
37628 return 0;
37629}
37630_ACEOF
37631rm -f conftest.$ac_objext conftest$ac_exeext
37632if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37633 (eval $ac_link) 2>conftest.er1
a848cd7e 37634 ac_status=$?
ac1cb8d3
VS
37635 grep -v '^ *+' conftest.er1 >conftest.err
37636 rm -f conftest.er1
37637 cat conftest.err >&5
a848cd7e
SC
37638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37639 (exit $ac_status); } &&
6ebeb4c7 37640 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37642 (eval $ac_try) 2>&5
37643 ac_status=$?
37644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37645 (exit $ac_status); }; } &&
37646 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37648 (eval $ac_try) 2>&5
37649 ac_status=$?
37650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37651 (exit $ac_status); }; }; then
37652 eval "$as_ac_var=yes"
37653else
37654 echo "$as_me: failed program was:" >&5
37655sed 's/^/| /' conftest.$ac_ext >&5
37656
37657eval "$as_ac_var=no"
37658fi
ac1cb8d3
VS
37659rm -f conftest.err conftest.$ac_objext \
37660 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37661fi
37662echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37663echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37664if test `eval echo '${'$as_ac_var'}'` = yes; then
37665 cat >>confdefs.h <<_ACEOF
37666#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37667_ACEOF
37668
37669 cat >>confdefs.h <<\_ACEOF
37670#define HAVE_SHL_LOAD 1
37671_ACEOF
37672
37673 HAVE_SHL_FUNCS=1
37674
37675else
37676
37677 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
37678echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
37679if test "${ac_cv_lib_shl_load_dld+set}" = set; then
37680 echo $ECHO_N "(cached) $ECHO_C" >&6
37681else
37682 ac_check_lib_save_LIBS=$LIBS
37683LIBS="-lshl_load $LIBS"
37684cat >conftest.$ac_ext <<_ACEOF
37685/* confdefs.h. */
37686_ACEOF
37687cat confdefs.h >>conftest.$ac_ext
37688cat >>conftest.$ac_ext <<_ACEOF
37689/* end confdefs.h. */
37690
37691/* Override any gcc2 internal prototype to avoid an error. */
37692#ifdef __cplusplus
37693extern "C"
37694#endif
37695/* We use char because int might match the return type of a gcc2
37696 builtin and then its argument prototype would still apply. */
37697char dld ();
37698int
37699main ()
37700{
37701dld ();
37702 ;
37703 return 0;
37704}
37705_ACEOF
37706rm -f conftest.$ac_objext conftest$ac_exeext
37707if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37708 (eval $ac_link) 2>conftest.er1
a848cd7e 37709 ac_status=$?
ac1cb8d3
VS
37710 grep -v '^ *+' conftest.er1 >conftest.err
37711 rm -f conftest.er1
37712 cat conftest.err >&5
a848cd7e
SC
37713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37714 (exit $ac_status); } &&
6ebeb4c7 37715 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37717 (eval $ac_try) 2>&5
37718 ac_status=$?
37719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37720 (exit $ac_status); }; } &&
37721 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37723 (eval $ac_try) 2>&5
37724 ac_status=$?
37725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37726 (exit $ac_status); }; }; then
37727 ac_cv_lib_shl_load_dld=yes
37728else
37729 echo "$as_me: failed program was:" >&5
37730sed 's/^/| /' conftest.$ac_ext >&5
37731
37732ac_cv_lib_shl_load_dld=no
37733fi
ac1cb8d3
VS
37734rm -f conftest.err conftest.$ac_objext \
37735 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37736LIBS=$ac_check_lib_save_LIBS
37737fi
37738echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
37739echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
37740if test $ac_cv_lib_shl_load_dld = yes; then
37741
37742 HAVE_SHL_FUNCS=1
37743 DL_LINK=" -ldld$DL_LINK"
37744
37745fi
37746
37747
37748fi
37749done
37750
37751
37752fi
37753
37754
37755fi
37756done
37757
37758
37759 if test "$HAVE_DL_FUNCS" = 1; then
37760
37761for ac_func in dlerror
37762do
37763as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37764echo "$as_me:$LINENO: checking for $ac_func" >&5
37765echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37766if eval "test \"\${$as_ac_var+set}\" = set"; then
37767 echo $ECHO_N "(cached) $ECHO_C" >&6
37768else
37769 cat >conftest.$ac_ext <<_ACEOF
37770/* confdefs.h. */
37771_ACEOF
37772cat confdefs.h >>conftest.$ac_ext
37773cat >>conftest.$ac_ext <<_ACEOF
37774/* end confdefs.h. */
ac1cb8d3
VS
37775/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37776 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37777#define $ac_func innocuous_$ac_func
37778
a848cd7e
SC
37779/* System header to define __stub macros and hopefully few prototypes,
37780 which can conflict with char $ac_func (); below.
37781 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37782 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37783
a848cd7e
SC
37784#ifdef __STDC__
37785# include <limits.h>
37786#else
37787# include <assert.h>
37788#endif
ac1cb8d3
VS
37789
37790#undef $ac_func
37791
a848cd7e
SC
37792/* Override any gcc2 internal prototype to avoid an error. */
37793#ifdef __cplusplus
37794extern "C"
37795{
37796#endif
37797/* We use char because int might match the return type of a gcc2
37798 builtin and then its argument prototype would still apply. */
37799char $ac_func ();
37800/* The GNU C library defines this for functions which it implements
37801 to always fail with ENOSYS. Some functions are actually named
37802 something starting with __ and the normal name is an alias. */
37803#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37804choke me
37805#else
37806char (*f) () = $ac_func;
37807#endif
37808#ifdef __cplusplus
37809}
37810#endif
37811
37812int
37813main ()
37814{
37815return f != $ac_func;
37816 ;
37817 return 0;
37818}
37819_ACEOF
37820rm -f conftest.$ac_objext conftest$ac_exeext
37821if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37822 (eval $ac_link) 2>conftest.er1
a848cd7e 37823 ac_status=$?
ac1cb8d3
VS
37824 grep -v '^ *+' conftest.er1 >conftest.err
37825 rm -f conftest.er1
37826 cat conftest.err >&5
a848cd7e
SC
37827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37828 (exit $ac_status); } &&
6ebeb4c7 37829 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37831 (eval $ac_try) 2>&5
37832 ac_status=$?
37833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37834 (exit $ac_status); }; } &&
37835 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37837 (eval $ac_try) 2>&5
37838 ac_status=$?
37839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37840 (exit $ac_status); }; }; then
37841 eval "$as_ac_var=yes"
37842else
37843 echo "$as_me: failed program was:" >&5
37844sed 's/^/| /' conftest.$ac_ext >&5
37845
37846eval "$as_ac_var=no"
37847fi
ac1cb8d3
VS
37848rm -f conftest.err conftest.$ac_objext \
37849 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37850fi
37851echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37852echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37853if test `eval echo '${'$as_ac_var'}'` = yes; then
37854 cat >>confdefs.h <<_ACEOF
37855#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37856_ACEOF
37857 cat >>confdefs.h <<\_ACEOF
37858#define HAVE_DLERROR 1
37859_ACEOF
37860
37861else
37862
37863 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
37864echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
37865if test "${ac_cv_lib_dl_dlerror+set}" = set; then
37866 echo $ECHO_N "(cached) $ECHO_C" >&6
37867else
37868 ac_check_lib_save_LIBS=$LIBS
37869LIBS="-ldl $LIBS"
37870cat >conftest.$ac_ext <<_ACEOF
37871/* confdefs.h. */
37872_ACEOF
37873cat confdefs.h >>conftest.$ac_ext
37874cat >>conftest.$ac_ext <<_ACEOF
37875/* end confdefs.h. */
37876
37877/* Override any gcc2 internal prototype to avoid an error. */
37878#ifdef __cplusplus
37879extern "C"
37880#endif
37881/* We use char because int might match the return type of a gcc2
37882 builtin and then its argument prototype would still apply. */
37883char dlerror ();
37884int
37885main ()
37886{
37887dlerror ();
37888 ;
37889 return 0;
37890}
37891_ACEOF
37892rm -f conftest.$ac_objext conftest$ac_exeext
37893if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37894 (eval $ac_link) 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); } &&
6ebeb4c7 37901 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37903 (eval $ac_try) 2>&5
37904 ac_status=$?
37905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37906 (exit $ac_status); }; } &&
37907 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37909 (eval $ac_try) 2>&5
37910 ac_status=$?
37911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37912 (exit $ac_status); }; }; then
37913 ac_cv_lib_dl_dlerror=yes
37914else
37915 echo "$as_me: failed program was:" >&5
37916sed 's/^/| /' conftest.$ac_ext >&5
37917
37918ac_cv_lib_dl_dlerror=no
37919fi
ac1cb8d3
VS
37920rm -f conftest.err conftest.$ac_objext \
37921 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37922LIBS=$ac_check_lib_save_LIBS
37923fi
37924echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
37925echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
37926if test $ac_cv_lib_dl_dlerror = yes; then
37927 cat >>confdefs.h <<\_ACEOF
37928#define HAVE_DLERROR 1
37929_ACEOF
37930
37931fi
37932
37933
37934
37935fi
37936done
37937
37938 fi
37939 fi
37940
37941 if test "$HAVE_DL_FUNCS" = 0; then
37942 if test "$HAVE_SHL_FUNCS" = 0; then
47a7e797 37943 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
a848cd7e
SC
37944 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
37945echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
37946 wxUSE_DYNAMIC_LOADER=no
37947 wxUSE_DYNLIB_CLASS=no
37948 else
37949 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
37950echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
37951 fi
37952 fi
37953 fi
37954 fi
37955fi
37956
37957if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
37958 cat >>confdefs.h <<\_ACEOF
37959#define wxUSE_DYNAMIC_LOADER 1
37960_ACEOF
37961
37962fi
37963if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
37964 cat >>confdefs.h <<\_ACEOF
37965#define wxUSE_DYNLIB_CLASS 1
37966_ACEOF
37967
37968fi
37969
37970
37971
37972if test "$wxUSE_PLUGINS" = "yes" ; then
37973 if test "$wxUSE_SHARED" = "no" ; then
37974 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
37975echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
37976 wxUSE_PLUGINS=no
37977 fi
37978 if test "$wxUSE_MONOLITHIC" = "yes" ; then
37979 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
37980echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
37981 wxUSE_PLUGINS=no
37982 fi
37983 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
37984 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
37985echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
37986 wxUSE_PLUGINS=no
37987 fi
37988 if test "$wxUSE_PLUGINS" = "yes" ; then
37989 cat >>confdefs.h <<\_ACEOF
37990#define wxUSE_PLUGINS 1
37991_ACEOF
37992
37993 fi
37994fi
37995
37996
37997if test "$wxUSE_STL" = "yes"; then
37998 cat >>confdefs.h <<\_ACEOF
37999#define wxUSE_STL 1
38000_ACEOF
38001
38002fi
38003
38004if test "$wxUSE_APPLE_IEEE" = "yes"; then
38005 cat >>confdefs.h <<\_ACEOF
38006#define wxUSE_APPLE_IEEE 1
38007_ACEOF
38008
38009fi
38010
38011if test "$wxUSE_TIMER" = "yes"; then
38012 cat >>confdefs.h <<\_ACEOF
38013#define wxUSE_TIMER 1
38014_ACEOF
38015
38016fi
38017
9c112555 38018if test "$USE_UNIX" = "1" ; then
d12aef51
VZ
38019 echo "$as_me:$LINENO: checking for ioctl() in sys/soundcard.h" >&5
38020echo $ECHO_N "checking for ioctl() in sys/soundcard.h... $ECHO_C" >&6
38021if test "${ac_cv_header_sys_soundcard+set}" = set; then
a848cd7e 38022 echo $ECHO_N "(cached) $ECHO_C" >&6
a848cd7e 38023else
d12aef51
VZ
38024
38025 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
38026/* confdefs.h. */
38027_ACEOF
38028cat confdefs.h >>conftest.$ac_ext
38029cat >>conftest.$ac_ext <<_ACEOF
38030/* end confdefs.h. */
d12aef51
VZ
38031
38032 #include <sys/soundcard.h>
38033
38034int
38035main ()
38036{
38037
38038 ioctl(0, SNDCTL_DSP_SYNC, 0);
38039
38040 ;
38041 return 0;
38042}
a848cd7e 38043_ACEOF
d12aef51
VZ
38044rm -f conftest.$ac_objext conftest$ac_exeext
38045if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38046 (eval $ac_link) 2>conftest.er1
a848cd7e 38047 ac_status=$?
ac1cb8d3
VS
38048 grep -v '^ *+' conftest.er1 >conftest.err
38049 rm -f conftest.er1
38050 cat conftest.err >&5
a848cd7e
SC
38051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38052 (exit $ac_status); } &&
6ebeb4c7 38053 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38055 (eval $ac_try) 2>&5
38056 ac_status=$?
38057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38058 (exit $ac_status); }; } &&
d12aef51 38059 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38061 (eval $ac_try) 2>&5
38062 ac_status=$?
38063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38064 (exit $ac_status); }; }; then
d12aef51 38065 ac_cv_header_sys_soundcard=yes
a848cd7e
SC
38066else
38067 echo "$as_me: failed program was:" >&5
38068sed 's/^/| /' conftest.$ac_ext >&5
38069
a848cd7e 38070
d12aef51
VZ
38071 saveLibs="$LIBS"
38072 LIBS="$saveLibs -lossaudio"
38073 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
38074/* confdefs.h. */
38075_ACEOF
38076cat confdefs.h >>conftest.$ac_ext
38077cat >>conftest.$ac_ext <<_ACEOF
38078/* end confdefs.h. */
d12aef51
VZ
38079
38080 #include <sys/soundcard.h>
38081
38082int
38083main ()
38084{
38085
38086 ioctl(0, SNDCTL_DSP_SYNC, 0);
38087
38088 ;
38089 return 0;
38090}
a848cd7e 38091_ACEOF
d12aef51
VZ
38092rm -f conftest.$ac_objext conftest$ac_exeext
38093if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38094 (eval $ac_link) 2>conftest.er1
a848cd7e
SC
38095 ac_status=$?
38096 grep -v '^ *+' conftest.er1 >conftest.err
38097 rm -f conftest.er1
38098 cat conftest.err >&5
38099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d12aef51
VZ
38100 (exit $ac_status); } &&
38101 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38103 (eval $ac_try) 2>&5
38104 ac_status=$?
38105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38106 (exit $ac_status); }; } &&
38107 { ac_try='test -s conftest$ac_exeext'
38108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38109 (eval $ac_try) 2>&5
38110 ac_status=$?
38111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38112 (exit $ac_status); }; }; then
38113 ac_cv_header_sys_soundcard=yes
a848cd7e
SC
38114else
38115 echo "$as_me: failed program was:" >&5
38116sed 's/^/| /' conftest.$ac_ext >&5
38117
a848cd7e 38118
d12aef51
VZ
38119 LIBS="$saveLibs"
38120 ac_cv_header_sys_soundcard=no
38121
38122
a848cd7e 38123fi
d12aef51
VZ
38124rm -f conftest.err conftest.$ac_objext \
38125 conftest$ac_exeext conftest.$ac_ext
38126
a848cd7e
SC
38127
38128fi
d12aef51
VZ
38129rm -f conftest.err conftest.$ac_objext \
38130 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38131
38132fi
d12aef51
VZ
38133echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
38134echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
a848cd7e 38135
d12aef51
VZ
38136 if test "$ac_cv_header_sys_soundcard" = "yes"; then
38137 cat >>confdefs.h <<\_ACEOF
38138#define HAVE_SYS_SOUNDCARD_H 1
38139_ACEOF
a848cd7e 38140
d12aef51
VZ
38141 else
38142 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
38143 fi
9c112555
MW
38144fi
38145WITH_PLUGIN_SDL=0
38146if test "$wxUSE_SOUND" = "yes"; then
38147 if test "$USE_UNIX" = "1" ; then
a848cd7e
SC
38148 if test "$wxUSE_LIBSDL" != "no"; then
38149
38150# Check whether --with-sdl-prefix or --without-sdl-prefix was given.
38151if test "${with_sdl_prefix+set}" = set; then
38152 withval="$with_sdl_prefix"
38153 sdl_prefix="$withval"
38154else
38155 sdl_prefix=""
38156fi;
38157
38158# Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
38159if test "${with_sdl_exec_prefix+set}" = set; then
38160 withval="$with_sdl_exec_prefix"
38161 sdl_exec_prefix="$withval"
38162else
38163 sdl_exec_prefix=""
38164fi;
38165# Check whether --enable-sdltest or --disable-sdltest was given.
38166if test "${enable_sdltest+set}" = set; then
38167 enableval="$enable_sdltest"
38168
38169else
38170 enable_sdltest=yes
38171fi;
38172
38173 if test x$sdl_exec_prefix != x ; then
38174 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
38175 if test x${SDL_CONFIG+set} != xset ; then
38176 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
38177 fi
38178 fi
38179 if test x$sdl_prefix != x ; then
38180 sdl_args="$sdl_args --prefix=$sdl_prefix"
38181 if test x${SDL_CONFIG+set} != xset ; then
38182 SDL_CONFIG=$sdl_prefix/bin/sdl-config
38183 fi
38184 fi
38185
38186
38187 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
38188 # Extract the first word of "sdl-config", so it can be a program name with args.
38189set dummy sdl-config; ac_word=$2
38190echo "$as_me:$LINENO: checking for $ac_word" >&5
38191echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38192if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
38193 echo $ECHO_N "(cached) $ECHO_C" >&6
38194else
38195 case $SDL_CONFIG in
38196 [\\/]* | ?:[\\/]*)
38197 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
38198 ;;
38199 *)
38200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38201for as_dir in $PATH
38202do
38203 IFS=$as_save_IFS
38204 test -z "$as_dir" && as_dir=.
38205 for ac_exec_ext in '' $ac_executable_extensions; do
38206 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38207 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
38208 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38209 break 2
38210 fi
38211done
38212done
38213
38214 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
38215 ;;
38216esac
38217fi
38218SDL_CONFIG=$ac_cv_path_SDL_CONFIG
38219
38220if test -n "$SDL_CONFIG"; then
38221 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
38222echo "${ECHO_T}$SDL_CONFIG" >&6
38223else
38224 echo "$as_me:$LINENO: result: no" >&5
38225echo "${ECHO_T}no" >&6
38226fi
38227
38228 min_sdl_version=1.2.0
38229 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
38230echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
38231 no_sdl=""
38232 if test "$SDL_CONFIG" = "no" ; then
38233 no_sdl=yes
38234 else
38235 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
38236 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
38237
38238 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
38239 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
38240 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
38241 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
38242 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
38243 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
38244 if test "x$enable_sdltest" = "xyes" ; then
38245 ac_save_CFLAGS="$CFLAGS"
94acd38e 38246 ac_save_CXXFLAGS="$CXXFLAGS"
a848cd7e
SC
38247 ac_save_LIBS="$LIBS"
38248 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 38249 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
38250 LIBS="$LIBS $SDL_LIBS"
38251 rm -f conf.sdltest
38252 if test "$cross_compiling" = yes; then
38253 echo $ac_n "cross compiling; assumed OK... $ac_c"
38254else
38255 cat >conftest.$ac_ext <<_ACEOF
38256/* confdefs.h. */
38257_ACEOF
38258cat confdefs.h >>conftest.$ac_ext
38259cat >>conftest.$ac_ext <<_ACEOF
38260/* end confdefs.h. */
38261
38262#include <stdio.h>
38263#include <stdlib.h>
38264#include <string.h>
38265#include "SDL.h"
38266
38267char*
38268my_strdup (char *str)
38269{
38270 char *new_str;
38271
38272 if (str)
38273 {
38274 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
38275 strcpy (new_str, str);
38276 }
38277 else
38278 new_str = NULL;
38279
38280 return new_str;
38281}
38282
38283int main (int argc, char *argv[])
38284{
38285 int major, minor, micro;
38286 char *tmp_version;
38287
38288 /* This hangs on some systems (?)
38289 system ("touch conf.sdltest");
38290 */
38291 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
38292
38293 /* HP/UX 9 (%@#!) writes to sscanf strings */
38294 tmp_version = my_strdup("$min_sdl_version");
38295 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
38296 printf("%s, bad version string\n", "$min_sdl_version");
38297 exit(1);
38298 }
38299
38300 if (($sdl_major_version > major) ||
38301 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
38302 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
38303 {
38304 return 0;
38305 }
38306 else
38307 {
38308 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
38309 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
38310 printf("*** best to upgrade to the required version.\n");
38311 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
38312 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
38313 printf("*** config.cache before re-running configure\n");
38314 return 1;
38315 }
38316}
38317
38318
38319_ACEOF
38320rm -f conftest$ac_exeext
38321if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38322 (eval $ac_link) 2>&5
38323 ac_status=$?
38324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38325 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
38326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38327 (eval $ac_try) 2>&5
38328 ac_status=$?
38329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38330 (exit $ac_status); }; }; then
38331 :
38332else
38333 echo "$as_me: program exited with status $ac_status" >&5
38334echo "$as_me: failed program was:" >&5
38335sed 's/^/| /' conftest.$ac_ext >&5
38336
38337( exit $ac_status )
38338no_sdl=yes
38339fi
ac1cb8d3 38340rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38341fi
38342 CFLAGS="$ac_save_CFLAGS"
94acd38e 38343 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
38344 LIBS="$ac_save_LIBS"
38345 fi
38346 fi
38347 if test "x$no_sdl" = x ; then
38348 echo "$as_me:$LINENO: result: yes" >&5
38349echo "${ECHO_T}yes" >&6
38350
38351 EXTRALIBS_SDL="$SDL_LIBS"
38352 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
38353 cat >>confdefs.h <<\_ACEOF
38354#define wxUSE_LIBSDL 1
38355_ACEOF
38356
38357
38358 else
38359 echo "$as_me:$LINENO: result: no" >&5
38360echo "${ECHO_T}no" >&6
38361 if test "$SDL_CONFIG" = "no" ; then
38362 echo "*** The sdl-config script installed by SDL could not be found"
38363 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
38364 echo "*** your path, or set the SDL_CONFIG environment variable to the"
38365 echo "*** full path to sdl-config."
38366 else
38367 if test -f conf.sdltest ; then
38368 :
38369 else
38370 echo "*** Could not run SDL test program, checking why..."
38371 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 38372 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
38373 LIBS="$LIBS $SDL_LIBS"
38374 cat >conftest.$ac_ext <<_ACEOF
38375/* confdefs.h. */
38376_ACEOF
38377cat confdefs.h >>conftest.$ac_ext
38378cat >>conftest.$ac_ext <<_ACEOF
38379/* end confdefs.h. */
38380
38381#include <stdio.h>
38382#include "SDL.h"
38383
38384int main(int argc, char *argv[])
38385{ return 0; }
38386#undef main
38387#define main K_and_R_C_main
38388
38389int
38390main ()
38391{
38392 return 0;
38393 ;
38394 return 0;
38395}
38396_ACEOF
38397rm -f conftest.$ac_objext conftest$ac_exeext
38398if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38399 (eval $ac_link) 2>conftest.er1
a848cd7e 38400 ac_status=$?
ac1cb8d3
VS
38401 grep -v '^ *+' conftest.er1 >conftest.err
38402 rm -f conftest.er1
38403 cat conftest.err >&5
a848cd7e
SC
38404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38405 (exit $ac_status); } &&
6ebeb4c7 38406 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38408 (eval $ac_try) 2>&5
38409 ac_status=$?
38410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38411 (exit $ac_status); }; } &&
38412 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38414 (eval $ac_try) 2>&5
38415 ac_status=$?
38416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38417 (exit $ac_status); }; }; then
38418 echo "*** The test program compiled, but did not run. This usually means"
38419 echo "*** that the run-time linker is not finding SDL or finding the wrong"
38420 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
38421 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
38422 echo "*** to the installed location Also, make sure you have run ldconfig if that"
38423 echo "*** is required on your system"
38424 echo "***"
38425 echo "*** If you have an old version installed, it is best to remove it, although"
38426 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
38427else
38428 echo "$as_me: failed program was:" >&5
38429sed 's/^/| /' conftest.$ac_ext >&5
38430
38431 echo "*** The test program failed to compile or link. See the file config.log for the"
38432 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
38433 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
38434 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
38435fi
ac1cb8d3
VS
38436rm -f conftest.err conftest.$ac_objext \
38437 conftest$ac_exeext conftest.$ac_ext
a848cd7e 38438 CFLAGS="$ac_save_CFLAGS"
94acd38e 38439 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
38440 LIBS="$ac_save_LIBS"
38441 fi
38442 fi
38443 SDL_CFLAGS=""
38444 SDL_LIBS=""
38445 wxUSE_LIBSDL="no"
38446 fi
38447
38448
38449 rm -f conf.sdltest
38450
38451 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
38452 WITH_PLUGIN_SDL=1
38453 fi
38454 fi
38455 fi
38456
38457 cat >>confdefs.h <<\_ACEOF
38458#define wxUSE_SOUND 1
38459_ACEOF
38460
38461 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
38462fi
38463
d1c38808
VZ
38464if test "$WXGTK20" = 1; then
38465 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
38466 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
38467
38468
38469 succeeded=no
38470
38471 if test -z "$PKG_CONFIG"; then
38472 # Extract the first word of "pkg-config", so it can be a program name with args.
38473set dummy pkg-config; ac_word=$2
38474echo "$as_me:$LINENO: checking for $ac_word" >&5
38475echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38476if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
38477 echo $ECHO_N "(cached) $ECHO_C" >&6
38478else
38479 case $PKG_CONFIG in
38480 [\\/]* | ?:[\\/]*)
38481 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
38482 ;;
38483 *)
38484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38485for as_dir in $PATH
38486do
38487 IFS=$as_save_IFS
38488 test -z "$as_dir" && as_dir=.
38489 for ac_exec_ext in '' $ac_executable_extensions; do
38490 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38491 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
38492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38493 break 2
38494 fi
38495done
38496done
38497
38498 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
38499 ;;
38500esac
38501fi
38502PKG_CONFIG=$ac_cv_path_PKG_CONFIG
38503
38504if test -n "$PKG_CONFIG"; then
38505 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
38506echo "${ECHO_T}$PKG_CONFIG" >&6
38507else
38508 echo "$as_me:$LINENO: result: no" >&5
38509echo "${ECHO_T}no" >&6
38510fi
38511
38512 fi
38513
38514 if test "$PKG_CONFIG" = "no" ; then
38515 echo "*** The pkg-config script could not be found. Make sure it is"
38516 echo "*** in your path, or set the PKG_CONFIG environment variable"
38517 echo "*** to the full path to pkg-config."
38518 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
38519 else
38520 PKG_CONFIG_MIN_VERSION=0.9.0
38521 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
ffa762ff
VS
38522 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
38523echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
d1c38808 38524
ffa762ff 38525 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
d1c38808
VZ
38526 echo "$as_me:$LINENO: result: yes" >&5
38527echo "${ECHO_T}yes" >&6
38528 succeeded=yes
38529
38530 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
38531echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
ffa762ff 38532 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
38533 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
38534echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
38535
38536 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
38537echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
ffa762ff 38538 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
38539 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
38540echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
38541 else
38542 LIBGNOMEPRINTUI_CFLAGS=""
38543 LIBGNOMEPRINTUI_LIBS=""
38544 ## If we have a custom action on failure, don't print errors, but
38545 ## do set a variable so people can do so.
ffa762ff 38546 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
38547
38548 fi
38549
38550
38551
38552 else
38553 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
38554 echo "*** See http://www.freedesktop.org/software/pkgconfig"
38555 fi
38556 fi
38557
38558 if test $succeeded = yes; then
38559
d1c38808
VZ
38560 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
38561 cat >>confdefs.h <<\_ACEOF
38562#define wxUSE_LIBGNOMEPRINT 1
38563_ACEOF
38564
38565
38566 else
38567
38568 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
38569echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
38570 wxUSE_LIBGNOMEPRINT="no"
38571
38572
38573 fi
38574
38575 fi
38576 fi
38577fi
38578
38579
a848cd7e
SC
38580if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
38581 cat >>confdefs.h <<\_ACEOF
38582#define wxUSE_CMDLINE_PARSER 1
38583_ACEOF
38584
38585fi
38586
38587if test "$wxUSE_STOPWATCH" = "yes"; then
38588 cat >>confdefs.h <<\_ACEOF
38589#define wxUSE_STOPWATCH 1
38590_ACEOF
38591
38592fi
38593
38594if test "$wxUSE_DATETIME" = "yes"; then
38595 cat >>confdefs.h <<\_ACEOF
38596#define wxUSE_DATETIME 1
38597_ACEOF
38598
38599fi
38600
38601if test "$wxUSE_FILE" = "yes"; then
38602 cat >>confdefs.h <<\_ACEOF
38603#define wxUSE_FILE 1
38604_ACEOF
38605
38606fi
38607
38608if test "$wxUSE_FFILE" = "yes"; then
38609 cat >>confdefs.h <<\_ACEOF
38610#define wxUSE_FFILE 1
38611_ACEOF
38612
38613fi
38614
38615if test "$wxUSE_FILESYSTEM" = "yes"; then
38616 cat >>confdefs.h <<\_ACEOF
38617#define wxUSE_FILESYSTEM 1
38618_ACEOF
38619
38620fi
38621
38622if test "$wxUSE_FS_ZIP" = "yes"; then
38623 cat >>confdefs.h <<\_ACEOF
38624#define wxUSE_FS_ZIP 1
38625_ACEOF
38626
38627fi
38628
9e8e867f 38629if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
a848cd7e 38630 cat >>confdefs.h <<\_ACEOF
9e8e867f 38631#define wxUSE_ARCHIVE_STREAMS 1
81f90336
MW
38632_ACEOF
38633
38634fi
38635
38636if test "$wxUSE_ZIPSTREAM" = "yes"; then
9e8e867f 38637 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
81f90336
MW
38638 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
38639echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
38640 elif test "$wxUSE_ZLIB" = "no"; then
38641 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
38642echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
38643 else
38644 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
38645#define wxUSE_ZIPSTREAM 1
38646_ACEOF
38647
81f90336 38648 fi
a848cd7e
SC
38649fi
38650
a848cd7e 38651if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
18228ab4
MW
38652 if test "$USE_UNIX" != 1; then
38653 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
38654echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
38655 wxUSE_ON_FATAL_EXCEPTION=no
38656 else
38657 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
38658#define wxUSE_ON_FATAL_EXCEPTION 1
38659_ACEOF
38660
18228ab4 38661 fi
a848cd7e
SC
38662fi
38663
eaff0f0d
VZ
38664if test "$wxUSE_STACKWALKER" = "yes"; then
38665 cat >>confdefs.h <<\_ACEOF
38666#define wxUSE_STACKWALKER 1
38667_ACEOF
38668
38669fi
38670
36b6448c 38671if test "$wxUSE_DEBUGREPORT" = "yes"; then
18228ab4
MW
38672 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
38673 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
38674echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
dfe0c803
JS
38675 wxUSE_DEBUGREPORT=no
38676 else
38677 cat >>confdefs.h <<\_ACEOF
36b6448c
VZ
38678#define wxUSE_DEBUGREPORT 1
38679_ACEOF
38680
21dfc162
MW
38681 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
38682 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
38683 fi
dfe0c803 38684 fi
36b6448c
VZ
38685fi
38686
a848cd7e
SC
38687if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
38688 cat >>confdefs.h <<\_ACEOF
38689#define wxUSE_SNGLINST_CHECKER 1
38690_ACEOF
38691
38692fi
38693
38694if test "$wxUSE_BUSYINFO" = "yes"; then
38695 cat >>confdefs.h <<\_ACEOF
38696#define wxUSE_BUSYINFO 1
38697_ACEOF
38698
38699fi
38700
38701if test "$wxUSE_STD_IOSTREAM" = "yes"; then
38702 cat >>confdefs.h <<\_ACEOF
38703#define wxUSE_STD_IOSTREAM 1
38704_ACEOF
38705
38706fi
38707
59746b65
MW
38708if test "$wxUSE_STD_STRING" = "yes"; then
38709 cat >>confdefs.h <<\_ACEOF
38710#define wxUSE_STD_STRING 1
38711_ACEOF
38712
38713fi
38714
07158944
VZ
38715if test "$wxUSE_STDPATHS" = "yes"; then
38716 cat >>confdefs.h <<\_ACEOF
38717#define wxUSE_STDPATHS 1
38718_ACEOF
38719
38720fi
38721
a848cd7e
SC
38722if test "$wxUSE_TEXTBUFFER" = "yes"; then
38723 cat >>confdefs.h <<\_ACEOF
38724#define wxUSE_TEXTBUFFER 1
38725_ACEOF
38726
38727fi
38728
38729if test "$wxUSE_TEXTFILE" = "yes"; then
38730 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
38731 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
38732echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
38733 else
38734 cat >>confdefs.h <<\_ACEOF
38735#define wxUSE_TEXTFILE 1
38736_ACEOF
38737
38738 fi
38739fi
38740
38741if test "$wxUSE_CONFIG" = "yes" ; then
38742 if test "$wxUSE_TEXTFILE" != "yes"; then
38743 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
38744echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
38745 else
38746 cat >>confdefs.h <<\_ACEOF
38747#define wxUSE_CONFIG 1
89be85c2
VS
38748_ACEOF
38749
38750 cat >>confdefs.h <<\_ACEOF
38751#define wxUSE_CONFIG_NATIVE 1
a848cd7e
SC
38752_ACEOF
38753
38754 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
38755 fi
38756fi
38757
38758if test "$wxUSE_INTL" = "yes" ; then
38759 if test "$wxUSE_FILE" != "yes"; then
38760 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
38761echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
38762 else
38763 cat >>confdefs.h <<\_ACEOF
38764#define wxUSE_INTL 1
38765_ACEOF
38766
38767 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
38768 GUIDIST="$GUIDIST INTL_DIST"
38769 fi
38770fi
38771
38772if test "$wxUSE_LOG" = "yes"; then
38773 cat >>confdefs.h <<\_ACEOF
38774#define wxUSE_LOG 1
38775_ACEOF
38776
38777
38778 if test "$wxUSE_LOGGUI" = "yes"; then
38779 cat >>confdefs.h <<\_ACEOF
38780#define wxUSE_LOGGUI 1
38781_ACEOF
38782
38783 fi
38784
38785 if test "$wxUSE_LOGWINDOW" = "yes"; then
38786 cat >>confdefs.h <<\_ACEOF
38787#define wxUSE_LOGWINDOW 1
38788_ACEOF
38789
38790 fi
38791
38792 if test "$wxUSE_LOGDIALOG" = "yes"; then
38793 cat >>confdefs.h <<\_ACEOF
38794#define wxUSE_LOG_DIALOG 1
38795_ACEOF
38796
38797 fi
0b78747f
MW
38798
38799 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
a848cd7e
SC
38800fi
38801
38802if test "$wxUSE_LONGLONG" = "yes"; then
38803 cat >>confdefs.h <<\_ACEOF
38804#define wxUSE_LONGLONG 1
38805_ACEOF
38806
38807fi
38808
38809if test "$wxUSE_GEOMETRY" = "yes"; then
38810 cat >>confdefs.h <<\_ACEOF
38811#define wxUSE_GEOMETRY 1
38812_ACEOF
38813
38814fi
38815
a848cd7e
SC
38816if test "$wxUSE_STREAMS" = "yes" ; then
38817 cat >>confdefs.h <<\_ACEOF
38818#define wxUSE_STREAMS 1
38819_ACEOF
38820
38821fi
38822
38823
38824if test "$wxUSE_DATETIME" = "yes"; then
38825
38826for ac_func in strptime
38827do
38828as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38829echo "$as_me:$LINENO: checking for $ac_func" >&5
38830echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38831if eval "test \"\${$as_ac_var+set}\" = set"; then
38832 echo $ECHO_N "(cached) $ECHO_C" >&6
38833else
38834 cat >conftest.$ac_ext <<_ACEOF
38835/* confdefs.h. */
38836_ACEOF
38837cat confdefs.h >>conftest.$ac_ext
38838cat >>conftest.$ac_ext <<_ACEOF
38839/* end confdefs.h. */
ac1cb8d3
VS
38840/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38841 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38842#define $ac_func innocuous_$ac_func
38843
a848cd7e
SC
38844/* System header to define __stub macros and hopefully few prototypes,
38845 which can conflict with char $ac_func (); below.
38846 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38847 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38848
a848cd7e
SC
38849#ifdef __STDC__
38850# include <limits.h>
38851#else
38852# include <assert.h>
38853#endif
ac1cb8d3
VS
38854
38855#undef $ac_func
38856
a848cd7e
SC
38857/* Override any gcc2 internal prototype to avoid an error. */
38858#ifdef __cplusplus
38859extern "C"
38860{
38861#endif
38862/* We use char because int might match the return type of a gcc2
38863 builtin and then its argument prototype would still apply. */
38864char $ac_func ();
38865/* The GNU C library defines this for functions which it implements
38866 to always fail with ENOSYS. Some functions are actually named
38867 something starting with __ and the normal name is an alias. */
38868#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38869choke me
38870#else
38871char (*f) () = $ac_func;
38872#endif
38873#ifdef __cplusplus
38874}
38875#endif
38876
38877int
38878main ()
38879{
38880return f != $ac_func;
38881 ;
38882 return 0;
38883}
38884_ACEOF
38885rm -f conftest.$ac_objext conftest$ac_exeext
38886if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38887 (eval $ac_link) 2>conftest.er1
a848cd7e 38888 ac_status=$?
ac1cb8d3
VS
38889 grep -v '^ *+' conftest.er1 >conftest.err
38890 rm -f conftest.er1
38891 cat conftest.err >&5
a848cd7e
SC
38892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38893 (exit $ac_status); } &&
6ebeb4c7 38894 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38896 (eval $ac_try) 2>&5
38897 ac_status=$?
38898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38899 (exit $ac_status); }; } &&
38900 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38902 (eval $ac_try) 2>&5
38903 ac_status=$?
38904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38905 (exit $ac_status); }; }; then
38906 eval "$as_ac_var=yes"
38907else
38908 echo "$as_me: failed program was:" >&5
38909sed 's/^/| /' conftest.$ac_ext >&5
38910
38911eval "$as_ac_var=no"
38912fi
ac1cb8d3
VS
38913rm -f conftest.err conftest.$ac_objext \
38914 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38915fi
38916echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38917echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38918if test `eval echo '${'$as_ac_var'}'` = yes; then
38919 cat >>confdefs.h <<_ACEOF
38920#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38921_ACEOF
38922
38923fi
38924done
38925
38926
38927 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
38928echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
38929if test "${wx_cv_var_timezone+set}" = set; then
38930 echo $ECHO_N "(cached) $ECHO_C" >&6
38931else
38932
38933 cat >conftest.$ac_ext <<_ACEOF
38934/* confdefs.h. */
38935_ACEOF
38936cat confdefs.h >>conftest.$ac_ext
38937cat >>conftest.$ac_ext <<_ACEOF
38938/* end confdefs.h. */
38939
38940 #include <time.h>
38941
38942int
38943main ()
38944{
38945
38946 int tz;
38947 tz = timezone;
38948
38949 ;
38950 return 0;
38951}
38952_ACEOF
38953rm -f conftest.$ac_objext
38954if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38955 (eval $ac_compile) 2>conftest.er1
a848cd7e 38956 ac_status=$?
ac1cb8d3
VS
38957 grep -v '^ *+' conftest.er1 >conftest.err
38958 rm -f conftest.er1
38959 cat conftest.err >&5
a848cd7e
SC
38960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38961 (exit $ac_status); } &&
6ebeb4c7 38962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38964 (eval $ac_try) 2>&5
38965 ac_status=$?
38966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38967 (exit $ac_status); }; } &&
38968 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38970 (eval $ac_try) 2>&5
38971 ac_status=$?
38972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38973 (exit $ac_status); }; }; then
38974
38975 wx_cv_var_timezone=timezone
38976
38977else
38978 echo "$as_me: failed program was:" >&5
38979sed 's/^/| /' conftest.$ac_ext >&5
38980
38981
38982 cat >conftest.$ac_ext <<_ACEOF
38983/* confdefs.h. */
38984_ACEOF
38985cat confdefs.h >>conftest.$ac_ext
38986cat >>conftest.$ac_ext <<_ACEOF
38987/* end confdefs.h. */
38988
38989 #include <time.h>
38990
38991int
38992main ()
38993{
38994
38995 int tz;
38996 tz = _timezone;
38997
38998 ;
38999 return 0;
39000}
39001_ACEOF
39002rm -f conftest.$ac_objext
39003if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39004 (eval $ac_compile) 2>conftest.er1
a848cd7e 39005 ac_status=$?
ac1cb8d3
VS
39006 grep -v '^ *+' conftest.er1 >conftest.err
39007 rm -f conftest.er1
39008 cat conftest.err >&5
a848cd7e
SC
39009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39010 (exit $ac_status); } &&
6ebeb4c7 39011 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39013 (eval $ac_try) 2>&5
39014 ac_status=$?
39015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39016 (exit $ac_status); }; } &&
39017 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39019 (eval $ac_try) 2>&5
39020 ac_status=$?
39021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39022 (exit $ac_status); }; }; then
39023
39024 wx_cv_var_timezone=_timezone
39025
39026else
39027 echo "$as_me: failed program was:" >&5
39028sed 's/^/| /' conftest.$ac_ext >&5
39029
39030
39031 cat >conftest.$ac_ext <<_ACEOF
39032/* confdefs.h. */
39033_ACEOF
39034cat confdefs.h >>conftest.$ac_ext
39035cat >>conftest.$ac_ext <<_ACEOF
39036/* end confdefs.h. */
39037
39038 #include <time.h>
39039
39040int
39041main ()
39042{
39043
39044 int tz;
39045 tz = __timezone;
39046
39047 ;
39048 return 0;
39049}
39050_ACEOF
39051rm -f conftest.$ac_objext
39052if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39053 (eval $ac_compile) 2>conftest.er1
a848cd7e 39054 ac_status=$?
ac1cb8d3
VS
39055 grep -v '^ *+' conftest.er1 >conftest.err
39056 rm -f conftest.er1
39057 cat conftest.err >&5
a848cd7e
SC
39058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39059 (exit $ac_status); } &&
6ebeb4c7 39060 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39062 (eval $ac_try) 2>&5
39063 ac_status=$?
39064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39065 (exit $ac_status); }; } &&
39066 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39068 (eval $ac_try) 2>&5
39069 ac_status=$?
39070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39071 (exit $ac_status); }; }; then
39072
39073 wx_cv_var_timezone=__timezone
39074
39075else
39076 echo "$as_me: failed program was:" >&5
39077sed 's/^/| /' conftest.$ac_ext >&5
39078
39079
39080 if test "$USE_DOS" = 0 ; then
39081 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
39082echo "$as_me: WARNING: no timezone variable" >&2;}
39083 fi
39084
39085
39086fi
ac1cb8d3 39087rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39088
39089
39090fi
ac1cb8d3 39091rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39092
39093
39094fi
ac1cb8d3 39095rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39096
39097
39098fi
39099echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
39100echo "${ECHO_T}$wx_cv_var_timezone" >&6
39101
39102 if test "x$wx_cv_var_timezone" != x ; then
39103 cat >>confdefs.h <<_ACEOF
39104#define WX_TIMEZONE $wx_cv_var_timezone
39105_ACEOF
39106
39107 fi
39108
39109
39110for ac_func in localtime
39111do
39112as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39113echo "$as_me:$LINENO: checking for $ac_func" >&5
39114echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39115if eval "test \"\${$as_ac_var+set}\" = set"; then
39116 echo $ECHO_N "(cached) $ECHO_C" >&6
39117else
39118 cat >conftest.$ac_ext <<_ACEOF
39119/* confdefs.h. */
39120_ACEOF
39121cat confdefs.h >>conftest.$ac_ext
39122cat >>conftest.$ac_ext <<_ACEOF
39123/* end confdefs.h. */
ac1cb8d3
VS
39124/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39125 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39126#define $ac_func innocuous_$ac_func
39127
a848cd7e
SC
39128/* System header to define __stub macros and hopefully few prototypes,
39129 which can conflict with char $ac_func (); below.
39130 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39131 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39132
a848cd7e
SC
39133#ifdef __STDC__
39134# include <limits.h>
39135#else
39136# include <assert.h>
39137#endif
ac1cb8d3
VS
39138
39139#undef $ac_func
39140
a848cd7e
SC
39141/* Override any gcc2 internal prototype to avoid an error. */
39142#ifdef __cplusplus
39143extern "C"
39144{
39145#endif
39146/* We use char because int might match the return type of a gcc2
39147 builtin and then its argument prototype would still apply. */
39148char $ac_func ();
39149/* The GNU C library defines this for functions which it implements
39150 to always fail with ENOSYS. Some functions are actually named
39151 something starting with __ and the normal name is an alias. */
39152#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39153choke me
39154#else
39155char (*f) () = $ac_func;
39156#endif
39157#ifdef __cplusplus
39158}
39159#endif
39160
39161int
39162main ()
39163{
39164return f != $ac_func;
39165 ;
39166 return 0;
39167}
39168_ACEOF
39169rm -f conftest.$ac_objext conftest$ac_exeext
39170if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39171 (eval $ac_link) 2>conftest.er1
a848cd7e 39172 ac_status=$?
ac1cb8d3
VS
39173 grep -v '^ *+' conftest.er1 >conftest.err
39174 rm -f conftest.er1
39175 cat conftest.err >&5
a848cd7e
SC
39176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39177 (exit $ac_status); } &&
6ebeb4c7 39178 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39180 (eval $ac_try) 2>&5
39181 ac_status=$?
39182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39183 (exit $ac_status); }; } &&
39184 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39186 (eval $ac_try) 2>&5
39187 ac_status=$?
39188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39189 (exit $ac_status); }; }; then
39190 eval "$as_ac_var=yes"
39191else
39192 echo "$as_me: failed program was:" >&5
39193sed 's/^/| /' conftest.$ac_ext >&5
39194
39195eval "$as_ac_var=no"
39196fi
ac1cb8d3
VS
39197rm -f conftest.err conftest.$ac_objext \
39198 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39199fi
39200echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39201echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39202if test `eval echo '${'$as_ac_var'}'` = yes; then
39203 cat >>confdefs.h <<_ACEOF
39204#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39205_ACEOF
39206
39207fi
39208done
39209
39210
39211 if test "$ac_cv_func_localtime" = "yes"; then
39212 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
39213echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
39214if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
39215 echo $ECHO_N "(cached) $ECHO_C" >&6
39216else
39217
39218 cat >conftest.$ac_ext <<_ACEOF
39219/* confdefs.h. */
39220_ACEOF
39221cat confdefs.h >>conftest.$ac_ext
39222cat >>conftest.$ac_ext <<_ACEOF
39223/* end confdefs.h. */
39224
39225 #include <time.h>
39226
39227int
39228main ()
39229{
39230
39231 struct tm tm;
39232 tm.tm_gmtoff++;
39233
39234 ;
39235 return 0;
39236}
39237_ACEOF
39238rm -f conftest.$ac_objext
39239if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39240 (eval $ac_compile) 2>conftest.er1
a848cd7e 39241 ac_status=$?
ac1cb8d3
VS
39242 grep -v '^ *+' conftest.er1 >conftest.err
39243 rm -f conftest.er1
39244 cat conftest.err >&5
a848cd7e
SC
39245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39246 (exit $ac_status); } &&
6ebeb4c7 39247 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39249 (eval $ac_try) 2>&5
39250 ac_status=$?
39251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39252 (exit $ac_status); }; } &&
39253 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39255 (eval $ac_try) 2>&5
39256 ac_status=$?
39257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39258 (exit $ac_status); }; }; then
39259
39260 wx_cv_struct_tm_has_gmtoff=yes
39261
39262else
39263 echo "$as_me: failed program was:" >&5
39264sed 's/^/| /' conftest.$ac_ext >&5
39265
39266wx_cv_struct_tm_has_gmtoff=no
39267
39268fi
ac1cb8d3 39269rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39270
39271fi
39272echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
39273echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
39274 fi
39275
39276 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
39277 cat >>confdefs.h <<\_ACEOF
39278#define WX_GMTOFF_IN_TM 1
39279_ACEOF
39280
39281 fi
39282
39283
39284
39285for ac_func in gettimeofday ftime
39286do
39287as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39288echo "$as_me:$LINENO: checking for $ac_func" >&5
39289echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39290if eval "test \"\${$as_ac_var+set}\" = set"; then
39291 echo $ECHO_N "(cached) $ECHO_C" >&6
39292else
39293 cat >conftest.$ac_ext <<_ACEOF
39294/* confdefs.h. */
39295_ACEOF
39296cat confdefs.h >>conftest.$ac_ext
39297cat >>conftest.$ac_ext <<_ACEOF
39298/* end confdefs.h. */
ac1cb8d3
VS
39299/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39300 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39301#define $ac_func innocuous_$ac_func
39302
a848cd7e
SC
39303/* System header to define __stub macros and hopefully few prototypes,
39304 which can conflict with char $ac_func (); below.
39305 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39306 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39307
a848cd7e
SC
39308#ifdef __STDC__
39309# include <limits.h>
39310#else
39311# include <assert.h>
39312#endif
ac1cb8d3
VS
39313
39314#undef $ac_func
39315
a848cd7e
SC
39316/* Override any gcc2 internal prototype to avoid an error. */
39317#ifdef __cplusplus
39318extern "C"
39319{
39320#endif
39321/* We use char because int might match the return type of a gcc2
39322 builtin and then its argument prototype would still apply. */
39323char $ac_func ();
39324/* The GNU C library defines this for functions which it implements
39325 to always fail with ENOSYS. Some functions are actually named
39326 something starting with __ and the normal name is an alias. */
39327#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39328choke me
39329#else
39330char (*f) () = $ac_func;
39331#endif
39332#ifdef __cplusplus
39333}
39334#endif
39335
39336int
39337main ()
39338{
39339return f != $ac_func;
39340 ;
39341 return 0;
39342}
39343_ACEOF
39344rm -f conftest.$ac_objext conftest$ac_exeext
39345if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39346 (eval $ac_link) 2>conftest.er1
a848cd7e 39347 ac_status=$?
ac1cb8d3
VS
39348 grep -v '^ *+' conftest.er1 >conftest.err
39349 rm -f conftest.er1
39350 cat conftest.err >&5
a848cd7e
SC
39351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39352 (exit $ac_status); } &&
6ebeb4c7 39353 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39355 (eval $ac_try) 2>&5
39356 ac_status=$?
39357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39358 (exit $ac_status); }; } &&
39359 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39361 (eval $ac_try) 2>&5
39362 ac_status=$?
39363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39364 (exit $ac_status); }; }; then
39365 eval "$as_ac_var=yes"
39366else
39367 echo "$as_me: failed program was:" >&5
39368sed 's/^/| /' conftest.$ac_ext >&5
39369
39370eval "$as_ac_var=no"
39371fi
ac1cb8d3
VS
39372rm -f conftest.err conftest.$ac_objext \
39373 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39374fi
39375echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39376echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39377if test `eval echo '${'$as_ac_var'}'` = yes; then
39378 cat >>confdefs.h <<_ACEOF
39379#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39380_ACEOF
39381 break
39382fi
39383done
39384
39385
39386 if test "$ac_cv_func_gettimeofday" = "yes"; then
39387 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
39388echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
39389if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
39390 echo $ECHO_N "(cached) $ECHO_C" >&6
39391else
39392
39393
39394
39395 ac_ext=cc
39396ac_cpp='$CXXCPP $CPPFLAGS'
39397ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39398ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39399ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39400
39401
39402 cat >conftest.$ac_ext <<_ACEOF
39403/* confdefs.h. */
39404_ACEOF
39405cat confdefs.h >>conftest.$ac_ext
39406cat >>conftest.$ac_ext <<_ACEOF
39407/* end confdefs.h. */
39408
39409 #include <sys/time.h>
39410 #include <unistd.h>
39411
39412int
39413main ()
39414{
39415
39416 struct timeval tv;
39417 gettimeofday(&tv, NULL);
39418
39419 ;
39420 return 0;
39421}
39422_ACEOF
39423rm -f conftest.$ac_objext
39424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39425 (eval $ac_compile) 2>conftest.er1
a848cd7e 39426 ac_status=$?
ac1cb8d3
VS
39427 grep -v '^ *+' conftest.er1 >conftest.err
39428 rm -f conftest.er1
39429 cat conftest.err >&5
a848cd7e
SC
39430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39431 (exit $ac_status); } &&
6ebeb4c7 39432 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39434 (eval $ac_try) 2>&5
39435 ac_status=$?
39436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39437 (exit $ac_status); }; } &&
39438 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39440 (eval $ac_try) 2>&5
39441 ac_status=$?
39442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39443 (exit $ac_status); }; }; then
39444 wx_cv_func_gettimeofday_has_2_args=yes
39445else
39446 echo "$as_me: failed program was:" >&5
39447sed 's/^/| /' conftest.$ac_ext >&5
39448
39449cat >conftest.$ac_ext <<_ACEOF
39450/* confdefs.h. */
39451_ACEOF
39452cat confdefs.h >>conftest.$ac_ext
39453cat >>conftest.$ac_ext <<_ACEOF
39454/* end confdefs.h. */
39455
39456 #include <sys/time.h>
39457 #include <unistd.h>
39458
39459int
39460main ()
39461{
39462
39463 struct timeval tv;
39464 gettimeofday(&tv);
39465
39466 ;
39467 return 0;
39468}
39469_ACEOF
39470rm -f conftest.$ac_objext
39471if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39472 (eval $ac_compile) 2>conftest.er1
a848cd7e 39473 ac_status=$?
ac1cb8d3
VS
39474 grep -v '^ *+' conftest.er1 >conftest.err
39475 rm -f conftest.er1
39476 cat conftest.err >&5
a848cd7e
SC
39477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39478 (exit $ac_status); } &&
6ebeb4c7 39479 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39481 (eval $ac_try) 2>&5
39482 ac_status=$?
39483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39484 (exit $ac_status); }; } &&
39485 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39487 (eval $ac_try) 2>&5
39488 ac_status=$?
39489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39490 (exit $ac_status); }; }; then
39491 wx_cv_func_gettimeofday_has_2_args=no
39492else
39493 echo "$as_me: failed program was:" >&5
39494sed 's/^/| /' conftest.$ac_ext >&5
39495
39496
39497 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
39498echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
39499 wx_cv_func_gettimeofday_has_2_args=unknown
39500
39501
39502fi
ac1cb8d3 39503rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39504
39505fi
ac1cb8d3 39506rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39507 ac_ext=c
39508ac_cpp='$CPP $CPPFLAGS'
39509ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39510ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39511ac_compiler_gnu=$ac_cv_c_compiler_gnu
39512
39513
39514fi
39515echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
39516echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
39517
39518 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
39519 cat >>confdefs.h <<\_ACEOF
39520#define WX_GETTIMEOFDAY_NO_TZ 1
39521_ACEOF
39522
39523 fi
39524 fi
39525
39526 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
39527fi
39528
39529
39530if test "$wxUSE_SOCKETS" = "yes"; then
39531 if test "$wxUSE_MGL" = "1"; then
39532 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
39533echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
39534 wxUSE_SOCKETS="no"
39535 fi
39536fi
39537
39538if test "$wxUSE_SOCKETS" = "yes"; then
39539 if test "$TOOLKIT" != "MSW"; then
39540 echo "$as_me:$LINENO: checking for socket" >&5
39541echo $ECHO_N "checking for socket... $ECHO_C" >&6
39542if test "${ac_cv_func_socket+set}" = set; then
39543 echo $ECHO_N "(cached) $ECHO_C" >&6
39544else
39545 cat >conftest.$ac_ext <<_ACEOF
39546/* confdefs.h. */
39547_ACEOF
39548cat confdefs.h >>conftest.$ac_ext
39549cat >>conftest.$ac_ext <<_ACEOF
39550/* end confdefs.h. */
ac1cb8d3
VS
39551/* Define socket to an innocuous variant, in case <limits.h> declares socket.
39552 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39553#define socket innocuous_socket
39554
a848cd7e
SC
39555/* System header to define __stub macros and hopefully few prototypes,
39556 which can conflict with char socket (); below.
39557 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39558 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39559
a848cd7e
SC
39560#ifdef __STDC__
39561# include <limits.h>
39562#else
39563# include <assert.h>
39564#endif
ac1cb8d3
VS
39565
39566#undef socket
39567
a848cd7e
SC
39568/* Override any gcc2 internal prototype to avoid an error. */
39569#ifdef __cplusplus
39570extern "C"
39571{
39572#endif
39573/* We use char because int might match the return type of a gcc2
39574 builtin and then its argument prototype would still apply. */
39575char socket ();
39576/* The GNU C library defines this for functions which it implements
39577 to always fail with ENOSYS. Some functions are actually named
39578 something starting with __ and the normal name is an alias. */
39579#if defined (__stub_socket) || defined (__stub___socket)
39580choke me
39581#else
39582char (*f) () = socket;
39583#endif
39584#ifdef __cplusplus
39585}
39586#endif
39587
39588int
39589main ()
39590{
39591return f != socket;
39592 ;
39593 return 0;
39594}
39595_ACEOF
39596rm -f conftest.$ac_objext conftest$ac_exeext
39597if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39598 (eval $ac_link) 2>conftest.er1
a848cd7e 39599 ac_status=$?
ac1cb8d3
VS
39600 grep -v '^ *+' conftest.er1 >conftest.err
39601 rm -f conftest.er1
39602 cat conftest.err >&5
a848cd7e
SC
39603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39604 (exit $ac_status); } &&
6ebeb4c7 39605 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39607 (eval $ac_try) 2>&5
39608 ac_status=$?
39609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39610 (exit $ac_status); }; } &&
39611 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39613 (eval $ac_try) 2>&5
39614 ac_status=$?
39615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39616 (exit $ac_status); }; }; then
39617 ac_cv_func_socket=yes
39618else
39619 echo "$as_me: failed program was:" >&5
39620sed 's/^/| /' conftest.$ac_ext >&5
39621
39622ac_cv_func_socket=no
39623fi
ac1cb8d3
VS
39624rm -f conftest.err conftest.$ac_objext \
39625 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39626fi
39627echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
39628echo "${ECHO_T}$ac_cv_func_socket" >&6
39629if test $ac_cv_func_socket = yes; then
39630 :
39631else
39632
39633 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
39634echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
39635if test "${ac_cv_lib_socket_socket+set}" = set; then
39636 echo $ECHO_N "(cached) $ECHO_C" >&6
39637else
39638 ac_check_lib_save_LIBS=$LIBS
39639LIBS="-lsocket $LIBS"
39640cat >conftest.$ac_ext <<_ACEOF
39641/* confdefs.h. */
39642_ACEOF
39643cat confdefs.h >>conftest.$ac_ext
39644cat >>conftest.$ac_ext <<_ACEOF
39645/* end confdefs.h. */
39646
39647/* Override any gcc2 internal prototype to avoid an error. */
39648#ifdef __cplusplus
39649extern "C"
39650#endif
39651/* We use char because int might match the return type of a gcc2
39652 builtin and then its argument prototype would still apply. */
39653char socket ();
39654int
39655main ()
39656{
39657socket ();
39658 ;
39659 return 0;
39660}
39661_ACEOF
39662rm -f conftest.$ac_objext conftest$ac_exeext
39663if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39664 (eval $ac_link) 2>conftest.er1
a848cd7e 39665 ac_status=$?
ac1cb8d3
VS
39666 grep -v '^ *+' conftest.er1 >conftest.err
39667 rm -f conftest.er1
39668 cat conftest.err >&5
a848cd7e
SC
39669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39670 (exit $ac_status); } &&
6ebeb4c7 39671 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39673 (eval $ac_try) 2>&5
39674 ac_status=$?
39675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39676 (exit $ac_status); }; } &&
39677 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39679 (eval $ac_try) 2>&5
39680 ac_status=$?
39681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39682 (exit $ac_status); }; }; then
39683 ac_cv_lib_socket_socket=yes
39684else
39685 echo "$as_me: failed program was:" >&5
39686sed 's/^/| /' conftest.$ac_ext >&5
39687
39688ac_cv_lib_socket_socket=no
39689fi
ac1cb8d3
VS
39690rm -f conftest.err conftest.$ac_objext \
39691 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39692LIBS=$ac_check_lib_save_LIBS
39693fi
39694echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
39695echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
39696if test $ac_cv_lib_socket_socket = yes; then
39697 if test "$INET_LINK" != " -lsocket"; then
39698 INET_LINK="$INET_LINK -lsocket"
39699 fi
39700else
39701
39702 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
39703echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
39704 wxUSE_SOCKETS=no
39705
39706
39707fi
39708
39709
39710
39711fi
39712
39713 fi
39714fi
39715
39716if test "$wxUSE_SOCKETS" = "yes" ; then
39717 if test "$TOOLKIT" != "MSW"; then
4d4ff94c
VZ
39718 ac_ext=cc
39719ac_cpp='$CXXCPP $CPPFLAGS'
39720ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39721ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39722ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39723
39724 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
a848cd7e
SC
39725echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
39726if test "${wx_cv_type_getsockname3+set}" = set; then
39727 echo $ECHO_N "(cached) $ECHO_C" >&6
39728else
39729
39730 cat >conftest.$ac_ext <<_ACEOF
39731/* confdefs.h. */
39732_ACEOF
39733cat confdefs.h >>conftest.$ac_ext
39734cat >>conftest.$ac_ext <<_ACEOF
39735/* end confdefs.h. */
39736
39737 #include <sys/types.h>
39738 #include <sys/socket.h>
39739
39740int
39741main ()
39742{
39743
39744 socklen_t len;
39745 getsockname(0, 0, &len);
39746
39747 ;
39748 return 0;
39749}
39750_ACEOF
39751rm -f conftest.$ac_objext
39752if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39753 (eval $ac_compile) 2>conftest.er1
a848cd7e 39754 ac_status=$?
ac1cb8d3
VS
39755 grep -v '^ *+' conftest.er1 >conftest.err
39756 rm -f conftest.er1
39757 cat conftest.err >&5
a848cd7e
SC
39758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39759 (exit $ac_status); } &&
6ebeb4c7 39760 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39762 (eval $ac_try) 2>&5
39763 ac_status=$?
39764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39765 (exit $ac_status); }; } &&
39766 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39768 (eval $ac_try) 2>&5
39769 ac_status=$?
39770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39771 (exit $ac_status); }; }; then
39772 wx_cv_type_getsockname3=socklen_t
39773else
39774 echo "$as_me: failed program was:" >&5
39775sed 's/^/| /' conftest.$ac_ext >&5
39776
39777
39778 CFLAGS_OLD="$CFLAGS"
39779 if test "$GCC" = yes ; then
39780 CFLAGS="$CFLAGS -Werror"
39781 fi
39782
39783 cat >conftest.$ac_ext <<_ACEOF
39784/* confdefs.h. */
39785_ACEOF
39786cat confdefs.h >>conftest.$ac_ext
39787cat >>conftest.$ac_ext <<_ACEOF
39788/* end confdefs.h. */
39789
39790 #include <sys/types.h>
39791 #include <sys/socket.h>
39792
39793int
39794main ()
39795{
39796
39797 size_t len;
39798 getsockname(0, 0, &len);
39799
39800 ;
39801 return 0;
39802}
39803_ACEOF
39804rm -f conftest.$ac_objext
39805if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39806 (eval $ac_compile) 2>conftest.er1
a848cd7e 39807 ac_status=$?
ac1cb8d3
VS
39808 grep -v '^ *+' conftest.er1 >conftest.err
39809 rm -f conftest.er1
39810 cat conftest.err >&5
a848cd7e
SC
39811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39812 (exit $ac_status); } &&
6ebeb4c7 39813 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39815 (eval $ac_try) 2>&5
39816 ac_status=$?
39817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39818 (exit $ac_status); }; } &&
39819 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39821 (eval $ac_try) 2>&5
39822 ac_status=$?
39823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39824 (exit $ac_status); }; }; then
39825 wx_cv_type_getsockname3=size_t
39826else
39827 echo "$as_me: failed program was:" >&5
39828sed 's/^/| /' conftest.$ac_ext >&5
39829
39830cat >conftest.$ac_ext <<_ACEOF
39831/* confdefs.h. */
39832_ACEOF
39833cat confdefs.h >>conftest.$ac_ext
39834cat >>conftest.$ac_ext <<_ACEOF
39835/* end confdefs.h. */
39836
39837 #include <sys/types.h>
39838 #include <sys/socket.h>
39839
39840int
39841main ()
39842{
39843
39844 int len;
39845 getsockname(0, 0, &len);
39846
39847 ;
39848 return 0;
39849}
39850_ACEOF
39851rm -f conftest.$ac_objext
39852if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39853 (eval $ac_compile) 2>conftest.er1
a848cd7e 39854 ac_status=$?
ac1cb8d3
VS
39855 grep -v '^ *+' conftest.er1 >conftest.err
39856 rm -f conftest.er1
39857 cat conftest.err >&5
a848cd7e
SC
39858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39859 (exit $ac_status); } &&
6ebeb4c7 39860 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39862 (eval $ac_try) 2>&5
39863 ac_status=$?
39864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39865 (exit $ac_status); }; } &&
39866 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39868 (eval $ac_try) 2>&5
39869 ac_status=$?
39870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39871 (exit $ac_status); }; }; then
39872 wx_cv_type_getsockname3=int
39873else
39874 echo "$as_me: failed program was:" >&5
39875sed 's/^/| /' conftest.$ac_ext >&5
39876
39877wx_cv_type_getsockname3=unknown
39878
39879fi
ac1cb8d3 39880rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39881
39882fi
ac1cb8d3 39883rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39884
39885 CFLAGS="$CFLAGS_OLD"
39886
39887
39888fi
ac1cb8d3 39889rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39890
39891fi
39892echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
39893echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
39894
39895 if test "$wx_cv_type_getsockname3" = "unknown"; then
39896 wxUSE_SOCKETS=no
39897 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
39898echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
39899 else
39900 cat >>confdefs.h <<_ACEOF
9e03e02d 39901#define WX_SOCKLEN_T $wx_cv_type_getsockname3
5b674b9d
DE
39902_ACEOF
39903
39904 fi
39905 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
39906echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
39907if test "${wx_cv_type_getsockopt5+set}" = set; then
39908 echo $ECHO_N "(cached) $ECHO_C" >&6
39909else
39910
39911 cat >conftest.$ac_ext <<_ACEOF
39912/* confdefs.h. */
39913_ACEOF
39914cat confdefs.h >>conftest.$ac_ext
39915cat >>conftest.$ac_ext <<_ACEOF
39916/* end confdefs.h. */
39917
39918 #include <sys/types.h>
39919 #include <sys/socket.h>
39920
39921int
39922main ()
39923{
39924
39925 socklen_t len;
39926 getsockopt(0, 0, 0, 0, &len);
39927
39928 ;
39929 return 0;
39930}
39931_ACEOF
39932rm -f conftest.$ac_objext
39933if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39934 (eval $ac_compile) 2>conftest.er1
39935 ac_status=$?
39936 grep -v '^ *+' conftest.er1 >conftest.err
39937 rm -f conftest.er1
39938 cat conftest.err >&5
39939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39940 (exit $ac_status); } &&
6ebeb4c7 39941 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
39942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39943 (eval $ac_try) 2>&5
39944 ac_status=$?
39945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39946 (exit $ac_status); }; } &&
39947 { ac_try='test -s conftest.$ac_objext'
39948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39949 (eval $ac_try) 2>&5
39950 ac_status=$?
39951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39952 (exit $ac_status); }; }; then
39953 wx_cv_type_getsockopt5=socklen_t
39954else
39955 echo "$as_me: failed program was:" >&5
39956sed 's/^/| /' conftest.$ac_ext >&5
39957
39958
39959 CFLAGS_OLD="$CFLAGS"
39960 if test "$GCC" = yes ; then
39961 CFLAGS="$CFLAGS -Werror"
39962 fi
39963
39964 cat >conftest.$ac_ext <<_ACEOF
39965/* confdefs.h. */
39966_ACEOF
39967cat confdefs.h >>conftest.$ac_ext
39968cat >>conftest.$ac_ext <<_ACEOF
39969/* end confdefs.h. */
39970
39971 #include <sys/types.h>
39972 #include <sys/socket.h>
39973
39974int
39975main ()
39976{
39977
39978 size_t len;
39979 getsockopt(0, 0, 0, 0, &len);
39980
39981 ;
39982 return 0;
39983}
39984_ACEOF
39985rm -f conftest.$ac_objext
39986if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39987 (eval $ac_compile) 2>conftest.er1
39988 ac_status=$?
39989 grep -v '^ *+' conftest.er1 >conftest.err
39990 rm -f conftest.er1
39991 cat conftest.err >&5
39992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39993 (exit $ac_status); } &&
6ebeb4c7 39994 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
39995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39996 (eval $ac_try) 2>&5
39997 ac_status=$?
39998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39999 (exit $ac_status); }; } &&
40000 { ac_try='test -s conftest.$ac_objext'
40001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40002 (eval $ac_try) 2>&5
40003 ac_status=$?
40004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40005 (exit $ac_status); }; }; then
40006 wx_cv_type_getsockopt5=size_t
40007else
40008 echo "$as_me: failed program was:" >&5
40009sed 's/^/| /' conftest.$ac_ext >&5
40010
40011cat >conftest.$ac_ext <<_ACEOF
40012/* confdefs.h. */
40013_ACEOF
40014cat confdefs.h >>conftest.$ac_ext
40015cat >>conftest.$ac_ext <<_ACEOF
40016/* end confdefs.h. */
40017
40018 #include <sys/types.h>
40019 #include <sys/socket.h>
40020
40021int
40022main ()
40023{
40024
40025 int len;
40026 getsockopt(0, 0, 0, 0, &len);
40027
40028 ;
40029 return 0;
40030}
40031_ACEOF
40032rm -f conftest.$ac_objext
40033if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40034 (eval $ac_compile) 2>conftest.er1
40035 ac_status=$?
40036 grep -v '^ *+' conftest.er1 >conftest.err
40037 rm -f conftest.er1
40038 cat conftest.err >&5
40039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40040 (exit $ac_status); } &&
6ebeb4c7 40041 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
40042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40043 (eval $ac_try) 2>&5
40044 ac_status=$?
40045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40046 (exit $ac_status); }; } &&
40047 { ac_try='test -s conftest.$ac_objext'
40048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40049 (eval $ac_try) 2>&5
40050 ac_status=$?
40051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40052 (exit $ac_status); }; }; then
40053 wx_cv_type_getsockopt5=int
40054else
40055 echo "$as_me: failed program was:" >&5
40056sed 's/^/| /' conftest.$ac_ext >&5
40057
40058wx_cv_type_getsockopt5=unknown
40059
40060fi
40061rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40062
40063fi
40064rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40065
40066 CFLAGS="$CFLAGS_OLD"
40067
40068
40069fi
40070rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40071
40072fi
40073echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
40074echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
40075
40076 if test "$wx_cv_type_getsockopt5" = "unknown"; then
40077 wxUSE_SOCKETS=no
40078 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
40079echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
40080 else
40081 cat >>confdefs.h <<_ACEOF
40082#define SOCKOPTLEN_T $wx_cv_type_getsockopt5
a848cd7e
SC
40083_ACEOF
40084
40085 fi
4d4ff94c
VZ
40086 ac_ext=c
40087ac_cpp='$CPP $CPPFLAGS'
40088ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40089ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40090ac_compiler_gnu=$ac_cv_c_compiler_gnu
40091
a848cd7e
SC
40092 fi
40093fi
40094
40095if test "$wxUSE_SOCKETS" = "yes" ; then
40096 cat >>confdefs.h <<\_ACEOF
40097#define wxUSE_SOCKETS 1
40098_ACEOF
40099
40100 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
40101fi
40102
40103if test "$wxUSE_PROTOCOL" = "yes"; then
40104 if test "$wxUSE_SOCKETS" != "yes"; then
40105 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
40106echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
40107 wxUSE_PROTOCOL=no
40108 fi
40109fi
40110
40111if test "$wxUSE_PROTOCOL" = "yes"; then
40112 cat >>confdefs.h <<\_ACEOF
40113#define wxUSE_PROTOCOL 1
40114_ACEOF
40115
40116
40117 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
40118 cat >>confdefs.h <<\_ACEOF
40119#define wxUSE_PROTOCOL_HTTP 1
40120_ACEOF
40121
40122 fi
40123 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
40124 cat >>confdefs.h <<\_ACEOF
40125#define wxUSE_PROTOCOL_FTP 1
40126_ACEOF
40127
40128 fi
40129 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
40130 cat >>confdefs.h <<\_ACEOF
40131#define wxUSE_PROTOCOL_FILE 1
40132_ACEOF
40133
40134 fi
40135else
40136 if test "$wxUSE_FS_INET" = "yes"; then
40137 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
40138echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
40139 wxUSE_FS_INET="no"
40140 fi
40141fi
40142
40143if test "$wxUSE_URL" = "yes"; then
40144 if test "$wxUSE_PROTOCOL" != "yes"; then
40145 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
40146echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
40147 wxUSE_URL=no
40148 fi
40149 if test "$wxUSE_URL" = "yes"; then
40150 cat >>confdefs.h <<\_ACEOF
40151#define wxUSE_URL 1
40152_ACEOF
40153
40154 fi
40155fi
40156
40157if test "$wxUSE_FS_INET" = "yes"; then
40158 cat >>confdefs.h <<\_ACEOF
40159#define wxUSE_FS_INET 1
40160_ACEOF
40161
40162fi
40163
40164
ee45c548
MW
40165if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
40166 wxUSE_JOYSTICK=no
40167
40168 if test "$TOOLKIT" = "MSW"; then
40169 wxUSE_JOYSTICK=yes
40170
40171 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
40172 if test "$USE_DARWIN" = 1; then
40173 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
40174echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
40175 ac_ext=cc
40176ac_cpp='$CXXCPP $CPPFLAGS'
40177ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40178ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40179ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40180
40181 cat >conftest.$ac_ext <<_ACEOF
40182/* confdefs.h. */
40183_ACEOF
40184cat confdefs.h >>conftest.$ac_ext
40185cat >>conftest.$ac_ext <<_ACEOF
40186/* end confdefs.h. */
40187 #include <IOKit/hid/IOHIDLib.h>
40188int
40189main ()
40190{
40191 IOHIDQueueInterface *qi = NULL;
40192 IOHIDCallbackFunction cb = NULL;
40193 qi->setEventCallout(NULL, cb, NULL, NULL);
40194 ;
40195 return 0;
40196}
40197_ACEOF
40198rm -f conftest.$ac_objext
40199if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40200 (eval $ac_compile) 2>conftest.er1
40201 ac_status=$?
40202 grep -v '^ *+' conftest.er1 >conftest.err
40203 rm -f conftest.er1
40204 cat conftest.err >&5
40205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40206 (exit $ac_status); } &&
6ebeb4c7 40207 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ee45c548
MW
40208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40209 (eval $ac_try) 2>&5
40210 ac_status=$?
40211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40212 (exit $ac_status); }; } &&
40213 { ac_try='test -s conftest.$ac_objext'
40214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40215 (eval $ac_try) 2>&5
40216 ac_status=$?
40217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40218 (exit $ac_status); }; }; then
40219 wxUSE_JOYSTICK=yes
a848cd7e 40220
ee45c548
MW
40221else
40222 echo "$as_me: failed program was:" >&5
40223sed 's/^/| /' conftest.$ac_ext >&5
40224
40225fi
40226rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40227 ac_ext=c
40228ac_cpp='$CPP $CPPFLAGS'
40229ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40230ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40231ac_compiler_gnu=$ac_cv_c_compiler_gnu
40232
40233 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
40234echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
40235 fi
40236
40237 else
a848cd7e
SC
40238
40239for ac_header in linux/joystick.h
40240do
40241as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40242if eval "test \"\${$as_ac_Header+set}\" = set"; then
40243 echo "$as_me:$LINENO: checking for $ac_header" >&5
40244echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40245if eval "test \"\${$as_ac_Header+set}\" = set"; then
40246 echo $ECHO_N "(cached) $ECHO_C" >&6
40247fi
40248echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40249echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40250else
40251 # Is the header compilable?
40252echo "$as_me:$LINENO: checking $ac_header usability" >&5
40253echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
40254cat >conftest.$ac_ext <<_ACEOF
40255/* confdefs.h. */
40256_ACEOF
40257cat confdefs.h >>conftest.$ac_ext
40258cat >>conftest.$ac_ext <<_ACEOF
40259/* end confdefs.h. */
40260$ac_includes_default
40261#include <$ac_header>
40262_ACEOF
40263rm -f conftest.$ac_objext
40264if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40265 (eval $ac_compile) 2>conftest.er1
a848cd7e 40266 ac_status=$?
ac1cb8d3
VS
40267 grep -v '^ *+' conftest.er1 >conftest.err
40268 rm -f conftest.er1
40269 cat conftest.err >&5
a848cd7e
SC
40270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40271 (exit $ac_status); } &&
6ebeb4c7 40272 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40274 (eval $ac_try) 2>&5
40275 ac_status=$?
40276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40277 (exit $ac_status); }; } &&
40278 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40280 (eval $ac_try) 2>&5
40281 ac_status=$?
40282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40283 (exit $ac_status); }; }; then
40284 ac_header_compiler=yes
40285else
40286 echo "$as_me: failed program was:" >&5
40287sed 's/^/| /' conftest.$ac_ext >&5
40288
40289ac_header_compiler=no
40290fi
ac1cb8d3 40291rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40292echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
40293echo "${ECHO_T}$ac_header_compiler" >&6
40294
40295# Is the header present?
40296echo "$as_me:$LINENO: checking $ac_header presence" >&5
40297echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
40298cat >conftest.$ac_ext <<_ACEOF
40299/* confdefs.h. */
40300_ACEOF
40301cat confdefs.h >>conftest.$ac_ext
40302cat >>conftest.$ac_ext <<_ACEOF
40303/* end confdefs.h. */
40304#include <$ac_header>
40305_ACEOF
40306if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
40307 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
40308 ac_status=$?
40309 grep -v '^ *+' conftest.er1 >conftest.err
40310 rm -f conftest.er1
40311 cat conftest.err >&5
40312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40313 (exit $ac_status); } >/dev/null; then
40314 if test -s conftest.err; then
40315 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 40316 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
40317 else
40318 ac_cpp_err=
40319 fi
40320else
40321 ac_cpp_err=yes
40322fi
40323if test -z "$ac_cpp_err"; then
40324 ac_header_preproc=yes
40325else
40326 echo "$as_me: failed program was:" >&5
40327sed 's/^/| /' conftest.$ac_ext >&5
40328
40329 ac_header_preproc=no
40330fi
40331rm -f conftest.err conftest.$ac_ext
40332echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40333echo "${ECHO_T}$ac_header_preproc" >&6
40334
40335# So? What about this header?
ac1cb8d3
VS
40336case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40337 yes:no: )
a848cd7e
SC
40338 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
40339echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
40340 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
40341echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
40342 ac_header_preproc=yes
a848cd7e 40343 ;;
ac1cb8d3 40344 no:yes:* )
a848cd7e
SC
40345 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
40346echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
40347 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
40348echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
40349 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
40350echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
40351 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
40352echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
40353 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
40354echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
40355 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
40356echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
40357 (
40358 cat <<\_ASBOX
ac1cb8d3
VS
40359## ----------------------------------------- ##
40360## Report this to wx-dev@lists.wxwidgets.org ##
40361## ----------------------------------------- ##
a848cd7e
SC
40362_ASBOX
40363 ) |
40364 sed "s/^/$as_me: WARNING: /" >&2
40365 ;;
40366esac
40367echo "$as_me:$LINENO: checking for $ac_header" >&5
40368echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40369if eval "test \"\${$as_ac_Header+set}\" = set"; then
40370 echo $ECHO_N "(cached) $ECHO_C" >&6
40371else
ac1cb8d3 40372 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
40373fi
40374echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40375echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40376
40377fi
40378if test `eval echo '${'$as_ac_Header'}'` = yes; then
40379 cat >>confdefs.h <<_ACEOF
40380#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40381_ACEOF
ee45c548 40382 wxUSE_JOYSTICK=yes
a848cd7e
SC
40383fi
40384
40385done
40386
ee45c548 40387 fi
4cb1d3da 40388
ee45c548
MW
40389 if test "$wxUSE_JOYSTICK" = "yes"; then
40390 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
40391#define wxUSE_JOYSTICK 1
40392_ACEOF
40393
ee45c548
MW
40394 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
40395 else
40396 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
40397echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
a848cd7e
SC
40398 fi
40399fi
40400
40401
40402
40403if test "$wxUSE_FONTMAP" = "yes" ; then
40404 cat >>confdefs.h <<\_ACEOF
40405#define wxUSE_FONTMAP 1
40406_ACEOF
40407
40408fi
40409
40410if test "$wxUSE_UNICODE" = "yes" ; then
40411 cat >>confdefs.h <<\_ACEOF
40412#define wxUSE_UNICODE 1
40413_ACEOF
40414
40415
40416 if test "$USE_WIN32" != 1; then
40417 wxUSE_UNICODE_MSLU=no
40418 fi
40419
40420 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
40421 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
40422echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
40423if test "${ac_cv_lib_unicows_main+set}" = set; then
40424 echo $ECHO_N "(cached) $ECHO_C" >&6
40425else
40426 ac_check_lib_save_LIBS=$LIBS
40427LIBS="-lunicows $LIBS"
40428cat >conftest.$ac_ext <<_ACEOF
40429/* confdefs.h. */
40430_ACEOF
40431cat confdefs.h >>conftest.$ac_ext
40432cat >>conftest.$ac_ext <<_ACEOF
40433/* end confdefs.h. */
40434
40435
40436int
40437main ()
40438{
40439main ();
40440 ;
40441 return 0;
40442}
40443_ACEOF
40444rm -f conftest.$ac_objext conftest$ac_exeext
40445if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 40446 (eval $ac_link) 2>conftest.er1
a848cd7e 40447 ac_status=$?
ac1cb8d3
VS
40448 grep -v '^ *+' conftest.er1 >conftest.err
40449 rm -f conftest.er1
40450 cat conftest.err >&5
a848cd7e
SC
40451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40452 (exit $ac_status); } &&
6ebeb4c7 40453 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40455 (eval $ac_try) 2>&5
40456 ac_status=$?
40457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40458 (exit $ac_status); }; } &&
40459 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
40460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40461 (eval $ac_try) 2>&5
40462 ac_status=$?
40463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40464 (exit $ac_status); }; }; then
40465 ac_cv_lib_unicows_main=yes
40466else
40467 echo "$as_me: failed program was:" >&5
40468sed 's/^/| /' conftest.$ac_ext >&5
40469
40470ac_cv_lib_unicows_main=no
40471fi
ac1cb8d3
VS
40472rm -f conftest.err conftest.$ac_objext \
40473 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40474LIBS=$ac_check_lib_save_LIBS
40475fi
40476echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
40477echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
40478if test $ac_cv_lib_unicows_main = yes; then
40479
40480 cat >>confdefs.h <<\_ACEOF
40481#define wxUSE_UNICODE_MSLU 1
40482_ACEOF
40483
40484
40485else
40486
40487 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
40488 Applications will only run on Windows NT/2000/XP!" >&5
40489echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
40490 Applications will only run on Windows NT/2000/XP!" >&2;}
40491 wxUSE_UNICODE_MSLU=no
40492
40493fi
40494
40495 fi
40496fi
40497
40498if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
40499 cat >>confdefs.h <<\_ACEOF
40500#define wxUSE_EXPERIMENTAL_PRINTF 1
40501_ACEOF
40502
40503fi
40504
40505
40506if test "$wxUSE_POSTSCRIPT" = "yes" ; then
40507 cat >>confdefs.h <<\_ACEOF
40508#define wxUSE_POSTSCRIPT 1
40509_ACEOF
40510
40511fi
40512
40513cat >>confdefs.h <<\_ACEOF
40514#define wxUSE_AFM_FOR_POSTSCRIPT 1
40515_ACEOF
40516
40517
40518cat >>confdefs.h <<\_ACEOF
40519#define wxUSE_NORMALIZED_PS_FONTS 1
40520_ACEOF
40521
40522
40523
40524if test "$wxUSE_CONSTRAINTS" = "yes"; then
40525 cat >>confdefs.h <<\_ACEOF
40526#define wxUSE_CONSTRAINTS 1
40527_ACEOF
40528
40529 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
40530fi
40531
8a7b1113
VZ
40532if test "$wxUSE_MDI" = "yes"; then
40533 cat >>confdefs.h <<\_ACEOF
40534#define wxUSE_MDI 1
40535_ACEOF
40536
40537
40538 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
40539 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
40540#define wxUSE_MDI_ARCHITECTURE 1
40541_ACEOF
40542
8a7b1113
VZ
40543 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
40544 fi
a848cd7e
SC
40545fi
40546
40547if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
40548 cat >>confdefs.h <<\_ACEOF
40549#define wxUSE_DOC_VIEW_ARCHITECTURE 1
40550_ACEOF
40551
40552 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
40553 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
40554 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
40555 fi
40556fi
40557
40558if test "$wxUSE_HELP" = "yes"; then
40559 cat >>confdefs.h <<\_ACEOF
40560#define wxUSE_HELP 1
40561_ACEOF
40562
40563 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
40564
40565 if test "$wxUSE_MSW" = 1; then
40566 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
40567 cat >>confdefs.h <<\_ACEOF
40568#define wxUSE_MS_HTML_HELP 1
40569_ACEOF
40570
40571 fi
40572 fi
40573
40574 if test "$wxUSE_WXHTML_HELP" = "yes"; then
40575 if test "$wxUSE_HTML" = "yes"; then
40576 cat >>confdefs.h <<\_ACEOF
40577#define wxUSE_WXHTML_HELP 1
40578_ACEOF
40579
40580 else
40581 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
40582echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
40583 wxUSE_WXHTML_HELP=no
40584 fi
40585 fi
40586fi
40587
40588if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
40589 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40590 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
40591echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
40592 else
40593 cat >>confdefs.h <<\_ACEOF
40594#define wxUSE_PRINTING_ARCHITECTURE 1
40595_ACEOF
40596
40597 fi
40598 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
40599fi
40600
40601if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
40602 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
40603echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
40604 { (exit 1); exit 1; }; }
40605fi
40606
40607
efdf6afe
VZ
40608if test "$wxUSE_METAFILE" = "yes"; then
40609 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
40610 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
40611echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
40612 wxUSE_METAFILE=no
40613 fi
40614fi
40615
40616
a848cd7e
SC
40617if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
40618 -o "$wxUSE_CLIPBOARD" = "yes" \
40619 -o "$wxUSE_OLE" = "yes" \
40620 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
40621
40622for ac_header in ole2.h
40623do
40624as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40625if eval "test \"\${$as_ac_Header+set}\" = set"; then
40626 echo "$as_me:$LINENO: checking for $ac_header" >&5
40627echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40628if eval "test \"\${$as_ac_Header+set}\" = set"; then
40629 echo $ECHO_N "(cached) $ECHO_C" >&6
40630fi
40631echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40632echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40633else
40634 # Is the header compilable?
40635echo "$as_me:$LINENO: checking $ac_header usability" >&5
40636echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
40637cat >conftest.$ac_ext <<_ACEOF
40638/* confdefs.h. */
40639_ACEOF
40640cat confdefs.h >>conftest.$ac_ext
40641cat >>conftest.$ac_ext <<_ACEOF
40642/* end confdefs.h. */
40643$ac_includes_default
40644#include <$ac_header>
40645_ACEOF
40646rm -f conftest.$ac_objext
40647if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40648 (eval $ac_compile) 2>conftest.er1
a848cd7e 40649 ac_status=$?
ac1cb8d3
VS
40650 grep -v '^ *+' conftest.er1 >conftest.err
40651 rm -f conftest.er1
40652 cat conftest.err >&5
a848cd7e
SC
40653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40654 (exit $ac_status); } &&
6ebeb4c7 40655 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40657 (eval $ac_try) 2>&5
40658 ac_status=$?
40659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40660 (exit $ac_status); }; } &&
40661 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40663 (eval $ac_try) 2>&5
40664 ac_status=$?
40665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40666 (exit $ac_status); }; }; then
40667 ac_header_compiler=yes
40668else
40669 echo "$as_me: failed program was:" >&5
40670sed 's/^/| /' conftest.$ac_ext >&5
40671
40672ac_header_compiler=no
40673fi
ac1cb8d3 40674rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40675echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
40676echo "${ECHO_T}$ac_header_compiler" >&6
40677
40678# Is the header present?
40679echo "$as_me:$LINENO: checking $ac_header presence" >&5
40680echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
40681cat >conftest.$ac_ext <<_ACEOF
40682/* confdefs.h. */
40683_ACEOF
40684cat confdefs.h >>conftest.$ac_ext
40685cat >>conftest.$ac_ext <<_ACEOF
40686/* end confdefs.h. */
40687#include <$ac_header>
40688_ACEOF
40689if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
40690 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
40691 ac_status=$?
40692 grep -v '^ *+' conftest.er1 >conftest.err
40693 rm -f conftest.er1
40694 cat conftest.err >&5
40695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40696 (exit $ac_status); } >/dev/null; then
40697 if test -s conftest.err; then
40698 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 40699 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
40700 else
40701 ac_cpp_err=
40702 fi
40703else
40704 ac_cpp_err=yes
40705fi
40706if test -z "$ac_cpp_err"; then
40707 ac_header_preproc=yes
40708else
40709 echo "$as_me: failed program was:" >&5
40710sed 's/^/| /' conftest.$ac_ext >&5
40711
40712 ac_header_preproc=no
40713fi
40714rm -f conftest.err conftest.$ac_ext
40715echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40716echo "${ECHO_T}$ac_header_preproc" >&6
40717
40718# So? What about this header?
ac1cb8d3
VS
40719case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40720 yes:no: )
a848cd7e
SC
40721 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
40722echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
40723 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
40724echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
40725 ac_header_preproc=yes
a848cd7e 40726 ;;
ac1cb8d3 40727 no:yes:* )
a848cd7e
SC
40728 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
40729echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
40730 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
40731echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
40732 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
40733echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
40734 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
40735echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
40736 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
40737echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
40738 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
40739echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
40740 (
40741 cat <<\_ASBOX
ac1cb8d3
VS
40742## ----------------------------------------- ##
40743## Report this to wx-dev@lists.wxwidgets.org ##
40744## ----------------------------------------- ##
a848cd7e
SC
40745_ASBOX
40746 ) |
40747 sed "s/^/$as_me: WARNING: /" >&2
40748 ;;
40749esac
40750echo "$as_me:$LINENO: checking for $ac_header" >&5
40751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40752if eval "test \"\${$as_ac_Header+set}\" = set"; then
40753 echo $ECHO_N "(cached) $ECHO_C" >&6
40754else
ac1cb8d3 40755 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
40756fi
40757echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40758echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40759
40760fi
40761if test `eval echo '${'$as_ac_Header'}'` = yes; then
40762 cat >>confdefs.h <<_ACEOF
40763#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40764_ACEOF
40765
40766fi
40767
40768done
40769
40770
40771 if test "$ac_cv_header_ole2_h" = "yes" ; then
40772 if test "$GCC" = yes ; then
40773
40774
40775 ac_ext=cc
40776ac_cpp='$CXXCPP $CPPFLAGS'
40777ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40778ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40779ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40780
40781
40782 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
40783echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
40784 cat >conftest.$ac_ext <<_ACEOF
40785/* confdefs.h. */
40786_ACEOF
40787cat confdefs.h >>conftest.$ac_ext
40788cat >>conftest.$ac_ext <<_ACEOF
40789/* end confdefs.h. */
40790#include <windows.h>
40791 #include <ole2.h>
40792int
40793main ()
40794{
40795
40796 ;
40797 return 0;
40798}
40799_ACEOF
40800rm -f conftest.$ac_objext
40801if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40802 (eval $ac_compile) 2>conftest.er1
a848cd7e 40803 ac_status=$?
ac1cb8d3
VS
40804 grep -v '^ *+' conftest.er1 >conftest.err
40805 rm -f conftest.er1
40806 cat conftest.err >&5
a848cd7e
SC
40807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40808 (exit $ac_status); } &&
6ebeb4c7 40809 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40811 (eval $ac_try) 2>&5
40812 ac_status=$?
40813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40814 (exit $ac_status); }; } &&
40815 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40817 (eval $ac_try) 2>&5
40818 ac_status=$?
40819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40820 (exit $ac_status); }; }; then
40821 echo "$as_me:$LINENO: result: no" >&5
40822echo "${ECHO_T}no" >&6
40823else
40824 echo "$as_me: failed program was:" >&5
40825sed 's/^/| /' conftest.$ac_ext >&5
40826
40827echo "$as_me:$LINENO: result: yes" >&5
40828echo "${ECHO_T}yes" >&6
40829 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
40830fi
ac1cb8d3 40831rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40832 ac_ext=c
40833ac_cpp='$CPP $CPPFLAGS'
40834ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40835ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40836ac_compiler_gnu=$ac_cv_c_compiler_gnu
40837
a848cd7e
SC
40838 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
40839 if test "$wxUSE_OLE" = "yes" ; then
40840 cat >>confdefs.h <<\_ACEOF
40841#define wxUSE_OLE 1
40842_ACEOF
40843
0b78747f 40844 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
a848cd7e
SC
40845 fi
40846 fi
40847
40848 if test "$wxUSE_DATAOBJ" = "yes" ; then
40849 cat >>confdefs.h <<\_ACEOF
40850#define wxUSE_DATAOBJ 1
40851_ACEOF
40852
40853 fi
40854 else
40855 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
40856echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
40857
40858 wxUSE_CLIPBOARD=no
40859 wxUSE_DRAG_AND_DROP=no
40860 wxUSE_DATAOBJ=no
40861 wxUSE_OLE=no
40862 fi
40863
40864 if test "$wxUSE_METAFILE" = "yes"; then
40865 cat >>confdefs.h <<\_ACEOF
40866#define wxUSE_METAFILE 1
40867_ACEOF
40868
40869
40870 cat >>confdefs.h <<\_ACEOF
40871#define wxUSE_ENH_METAFILE 1
40872_ACEOF
40873
40874 fi
40875fi
40876
40877if test "$wxUSE_IPC" = "yes"; then
0b78747f 40878 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
77ffb593
JS
40879 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
40880echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
0b78747f 40881 wxUSE_IPC=no
a848cd7e
SC
40882 fi
40883
0b78747f
MW
40884 if test "$wxUSE_IPC" = "yes"; then
40885 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
40886#define wxUSE_IPC 1
40887_ACEOF
40888
0b78747f
MW
40889 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
40890 fi
a848cd7e
SC
40891fi
40892
eb730a0c 40893if test "$wxUSE_DATAOBJ" = "yes"; then
2113bc77
MW
40894 if test "$wxUSE_MGL" = 1; then
40895 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
40896echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
40897 wxUSE_DATAOBJ=no
40898 else
40899 cat >>confdefs.h <<\_ACEOF
eb730a0c
JS
40900#define wxUSE_DATAOBJ 1
40901_ACEOF
40902
2113bc77 40903 fi
eb730a0c
JS
40904else
40905 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
40906echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
40907 wxUSE_CLIPBOARD=no
40908 wxUSE_DRAG_AND_DROP=no
40909fi
40910
a848cd7e
SC
40911if test "$wxUSE_CLIPBOARD" = "yes"; then
40912 if test "$wxUSE_MGL" = 1; then
40913 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
40914echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
40915 wxUSE_CLIPBOARD=no
40916 fi
40917
40918 if test "$wxUSE_CLIPBOARD" = "yes"; then
40919 cat >>confdefs.h <<\_ACEOF
40920#define wxUSE_CLIPBOARD 1
40921_ACEOF
40922
a848cd7e
SC
40923 fi
40924fi
40925
40926if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
40927 if test "$wxUSE_GTK" = 1; then
40928 if test "$WXGTK12" != 1; then
40929 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
40930echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
40931 wxUSE_DRAG_AND_DROP=no
40932 fi
40933 fi
40934
40935 if test "$wxUSE_MOTIF" = 1; then
40936 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
40937echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
40938 wxUSE_DRAG_AND_DROP=no
40939 fi
40940
40941 if test "$wxUSE_X11" = 1; then
40942 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
40943echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
40944 wxUSE_DRAG_AND_DROP=no
40945 fi
40946
40947 if test "$wxUSE_MGL" = 1; then
40948 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
40949echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
40950 wxUSE_DRAG_AND_DROP=no
40951 fi
40952
40953 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
40954 cat >>confdefs.h <<\_ACEOF
40955#define wxUSE_DRAG_AND_DROP 1
40956_ACEOF
40957
40958 fi
40959
40960fi
40961
40962if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
40963 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
40964fi
40965
40966if test "$wxUSE_SPLINES" = "yes" ; then
40967 cat >>confdefs.h <<\_ACEOF
40968#define wxUSE_SPLINES 1
40969_ACEOF
40970
40971fi
40972
fbe2ca43
SN
40973if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
40974 cat >>confdefs.h <<\_ACEOF
40975#define wxUSE_MOUSEWHEEL 1
40976_ACEOF
40977
40978fi
40979
a848cd7e
SC
40980
40981USES_CONTROLS=0
40982if test "$wxUSE_CONTROLS" = "yes"; then
40983 USES_CONTROLS=1
40984fi
40985
40986if test "$wxUSE_ACCEL" = "yes"; then
40987 cat >>confdefs.h <<\_ACEOF
40988#define wxUSE_ACCEL 1
40989_ACEOF
40990
40991 USES_CONTROLS=1
40992fi
40993
40994if test "$wxUSE_BUTTON" = "yes"; then
40995 cat >>confdefs.h <<\_ACEOF
40996#define wxUSE_BUTTON 1
40997_ACEOF
40998
40999 USES_CONTROLS=1
41000fi
41001
41002if test "$wxUSE_BMPBUTTON" = "yes"; then
41003 cat >>confdefs.h <<\_ACEOF
41004#define wxUSE_BMPBUTTON 1
41005_ACEOF
41006
41007 USES_CONTROLS=1
41008fi
41009
41010if test "$wxUSE_CALCTRL" = "yes"; then
41011 cat >>confdefs.h <<\_ACEOF
41012#define wxUSE_CALENDARCTRL 1
41013_ACEOF
41014
41015 USES_CONTROLS=1
41016 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
41017fi
41018
41019if test "$wxUSE_CARET" = "yes"; then
41020 cat >>confdefs.h <<\_ACEOF
41021#define wxUSE_CARET 1
41022_ACEOF
41023
41024 USES_CONTROLS=1
41025 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
41026fi
41027
41028if test "$wxUSE_COMBOBOX" = "yes"; then
41029 cat >>confdefs.h <<\_ACEOF
41030#define wxUSE_COMBOBOX 1
41031_ACEOF
41032
41033 USES_CONTROLS=1
41034fi
41035
41036if test "$wxUSE_CHOICE" = "yes"; then
41037 cat >>confdefs.h <<\_ACEOF
41038#define wxUSE_CHOICE 1
41039_ACEOF
41040
41041 USES_CONTROLS=1
41042fi
41043
92bbdbcd
WS
41044if test "$wxUSE_CHOICEBOOK" = "yes"; then
41045 cat >>confdefs.h <<\_ACEOF
41046#define wxUSE_CHOICEBOOK 1
41047_ACEOF
41048
41049 USES_CONTROLS=1
41050fi
41051
a848cd7e
SC
41052if test "$wxUSE_CHECKBOX" = "yes"; then
41053 cat >>confdefs.h <<\_ACEOF
41054#define wxUSE_CHECKBOX 1
41055_ACEOF
41056
41057 USES_CONTROLS=1
41058fi
41059
41060if test "$wxUSE_CHECKLST" = "yes"; then
41061 cat >>confdefs.h <<\_ACEOF
41062#define wxUSE_CHECKLISTBOX 1
41063_ACEOF
41064
41065 USES_CONTROLS=1
41066 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
41067fi
41068
da98e9be
VZ
41069if test "$wxUSE_DATEPICKCTRL" = "yes"; then
41070 cat >>confdefs.h <<\_ACEOF
41071#define wxUSE_DATEPICKCTRL 1
41072_ACEOF
41073
41074 USES_CONTROLS=1
41075fi
41076
a848cd7e
SC
41077if test "$wxUSE_DISPLAY" = "yes"; then
41078 cat >>confdefs.h <<\_ACEOF
41079#define wxUSE_DISPLAY 1
41080_ACEOF
41081
0b78747f 41082 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
a848cd7e
SC
41083fi
41084
41085if test "$wxUSE_GAUGE" = "yes"; then
41086 cat >>confdefs.h <<\_ACEOF
41087#define wxUSE_GAUGE 1
41088_ACEOF
41089
41090 USES_CONTROLS=1
41091fi
41092
41093if test "$wxUSE_GRID" = "yes"; then
41094 cat >>confdefs.h <<\_ACEOF
41095#define wxUSE_GRID 1
41096_ACEOF
41097
41098 USES_CONTROLS=1
41099 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
41100fi
41101
41102if test "$wxUSE_IMAGLIST" = "yes"; then
41103 cat >>confdefs.h <<\_ACEOF
41104#define wxUSE_IMAGLIST 1
41105_ACEOF
41106
41107fi
41108
41109if test "$wxUSE_LISTBOOK" = "yes"; then
41110 cat >>confdefs.h <<\_ACEOF
41111#define wxUSE_LISTBOOK 1
41112_ACEOF
41113
41114 USES_CONTROLS=1
41115fi
41116
41117if test "$wxUSE_LISTBOX" = "yes"; then
41118 cat >>confdefs.h <<\_ACEOF
41119#define wxUSE_LISTBOX 1
41120_ACEOF
41121
41122 USES_CONTROLS=1
0b78747f 41123 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
a848cd7e
SC
41124fi
41125
41126if test "$wxUSE_LISTCTRL" = "yes"; then
41127 if test "$wxUSE_IMAGLIST" = "yes"; then
41128 cat >>confdefs.h <<\_ACEOF
41129#define wxUSE_LISTCTRL 1
41130_ACEOF
41131
41132 USES_CONTROLS=1
41133 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
41134 else
41135 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
41136echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
41137 fi
41138fi
41139
41140if test "$wxUSE_NOTEBOOK" = "yes"; then
41141 cat >>confdefs.h <<\_ACEOF
41142#define wxUSE_NOTEBOOK 1
41143_ACEOF
41144
41145 USES_CONTROLS=1
41146 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
41147fi
41148
41149
41150if test "$wxUSE_RADIOBOX" = "yes"; then
41151 cat >>confdefs.h <<\_ACEOF
41152#define wxUSE_RADIOBOX 1
41153_ACEOF
41154
41155 USES_CONTROLS=1
41156fi
41157
41158if test "$wxUSE_RADIOBTN" = "yes"; then
41159 cat >>confdefs.h <<\_ACEOF
41160#define wxUSE_RADIOBTN 1
41161_ACEOF
41162
41163 USES_CONTROLS=1
41164fi
41165
41166if test "$wxUSE_SASH" = "yes"; then
41167 cat >>confdefs.h <<\_ACEOF
41168#define wxUSE_SASH 1
41169_ACEOF
41170
41171 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
41172fi
41173
41174if test "$wxUSE_SCROLLBAR" = "yes"; then
41175 cat >>confdefs.h <<\_ACEOF
41176#define wxUSE_SCROLLBAR 1
41177_ACEOF
41178
41179 USES_CONTROLS=1
41180 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
41181fi
41182
41183if test "$wxUSE_SLIDER" = "yes"; then
41184 cat >>confdefs.h <<\_ACEOF
41185#define wxUSE_SLIDER 1
41186_ACEOF
41187
41188 USES_CONTROLS=1
41189fi
41190
41191if test "$wxUSE_SPINBTN" = "yes"; then
41192 cat >>confdefs.h <<\_ACEOF
41193#define wxUSE_SPINBTN 1
41194_ACEOF
41195
41196 USES_CONTROLS=1
41197fi
41198
41199if test "$wxUSE_SPINCTRL" = "yes"; then
41200 cat >>confdefs.h <<\_ACEOF
41201#define wxUSE_SPINCTRL 1
41202_ACEOF
41203
41204 USES_CONTROLS=1
41205fi
41206
41207if test "$wxUSE_SPLITTER" = "yes"; then
41208 cat >>confdefs.h <<\_ACEOF
41209#define wxUSE_SPLITTER 1
41210_ACEOF
41211
41212 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
41213fi
41214
41215if test "$wxUSE_STATBMP" = "yes"; then
41216 cat >>confdefs.h <<\_ACEOF
41217#define wxUSE_STATBMP 1
41218_ACEOF
41219
41220 USES_CONTROLS=1
41221fi
41222
41223if test "$wxUSE_STATBOX" = "yes"; then
41224 cat >>confdefs.h <<\_ACEOF
41225#define wxUSE_STATBOX 1
41226_ACEOF
41227
41228 USES_CONTROLS=1
41229fi
41230
41231if test "$wxUSE_STATTEXT" = "yes"; then
41232 cat >>confdefs.h <<\_ACEOF
41233#define wxUSE_STATTEXT 1
41234_ACEOF
41235
41236 USES_CONTROLS=1
41237fi
41238
41239if test "$wxUSE_STATLINE" = "yes"; then
41240 cat >>confdefs.h <<\_ACEOF
41241#define wxUSE_STATLINE 1
41242_ACEOF
41243
41244 USES_CONTROLS=1
41245fi
41246
41247if test "$wxUSE_STATUSBAR" = "yes"; then
da4486fb
VZ
41248 cat >>confdefs.h <<\_ACEOF
41249#define wxUSE_NATIVE_STATUSBAR 1
41250_ACEOF
41251
a848cd7e
SC
41252 cat >>confdefs.h <<\_ACEOF
41253#define wxUSE_STATUSBAR 1
41254_ACEOF
41255
41256 USES_CONTROLS=1
41257
41258 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
41259fi
41260
41261if test "$wxUSE_TABDIALOG" = "yes"; then
41262 cat >>confdefs.h <<\_ACEOF
41263#define wxUSE_TAB_DIALOG 1
41264_ACEOF
41265
a848cd7e
SC
41266fi
41267
41268if test "$wxUSE_TEXTCTRL" = "yes"; then
41269 cat >>confdefs.h <<\_ACEOF
41270#define wxUSE_TEXTCTRL 1
41271_ACEOF
41272
41273 USES_CONTROLS=1
41274 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
41275fi
41276
41277if test "$wxUSE_TOGGLEBTN" = "yes"; then
41278 if test "$wxUSE_COCOA" = 1 ; then
41279 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
41280echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
41281 wxUSE_TOGGLEBTN=no
41282 fi
41283 if test "$wxUSE_UNIVERSAL" = "yes"; then
41284 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
41285echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
41286 wxUSE_TOGGLEBTN=no
41287 fi
41288
41289 if test "$wxUSE_TOGGLEBTN" = "yes"; then
41290 cat >>confdefs.h <<\_ACEOF
41291#define wxUSE_TOGGLEBTN 1
41292_ACEOF
41293
41294 USES_CONTROLS=1
41295 fi
41296fi
41297
41298if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
41299 cat >>confdefs.h <<\_ACEOF
41300#define wxUSE_TOOLBAR_SIMPLE 1
41301_ACEOF
41302
41303 wxUSE_TOOLBAR="yes"
41304 USES_CONTROLS=1
41305fi
41306
41307if test "$wxUSE_TOOLBAR" = "yes"; then
41308 cat >>confdefs.h <<\_ACEOF
41309#define wxUSE_TOOLBAR 1
41310_ACEOF
41311
41312 USES_CONTROLS=1
41313
41314 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
41315 wxUSE_TOOLBAR_NATIVE="yes"
41316 fi
41317
41318 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
41319 cat >>confdefs.h <<\_ACEOF
41320#define wxUSE_TOOLBAR_NATIVE 1
41321_ACEOF
41322
41323 USES_CONTROLS=1
41324 fi
41325
41326 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
41327fi
41328
41329if test "$wxUSE_TOOLTIPS" = "yes"; then
41330 if test "$wxUSE_MOTIF" = 1; then
41331 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
41332echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
41333 else
41334 if test "$wxUSE_UNIVERSAL" = "yes"; then
41335 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
41336echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
41337 else
41338 cat >>confdefs.h <<\_ACEOF
41339#define wxUSE_TOOLTIPS 1
41340_ACEOF
41341
41342 fi
41343 fi
41344fi
41345
41346if test "$wxUSE_TREECTRL" = "yes"; then
41347 if test "$wxUSE_IMAGLIST" = "yes"; then
41348 cat >>confdefs.h <<\_ACEOF
41349#define wxUSE_TREECTRL 1
41350_ACEOF
41351
41352 USES_CONTROLS=1
41353 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
41354 else
41355 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
41356echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
41357 fi
41358fi
41359
41360if test "$wxUSE_POPUPWIN" = "yes"; then
41361 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
41362 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
41363echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
41364 else
41365 if test "$wxUSE_PM" = 1; then
41366 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
41367echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
41368 else
41369 cat >>confdefs.h <<\_ACEOF
41370#define wxUSE_POPUPWIN 1
41371_ACEOF
41372
0b78747f 41373 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
a848cd7e
SC
41374
41375 USES_CONTROLS=1
41376 fi
41377 fi
41378fi
41379
0dcd06dd 41380if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
b843b628
MB
41381 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
41382 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
41383echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
41384 else
41385 cat >>confdefs.h <<\_ACEOF
41386#define wxUSE_DIALUP_MANAGER 1
41387_ACEOF
41388
41389 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
41390 fi
41391fi
41392
a848cd7e
SC
41393if test "$wxUSE_TIPWINDOW" = "yes"; then
41394 if test "$wxUSE_PM" = 1; then
41395 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
41396echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
41397 else
41398 cat >>confdefs.h <<\_ACEOF
41399#define wxUSE_TIPWINDOW 1
41400_ACEOF
41401
41402 fi
41403fi
41404
41405if test "$USES_CONTROLS" = 1; then
41406 cat >>confdefs.h <<\_ACEOF
41407#define wxUSE_CONTROLS 1
41408_ACEOF
41409
41410fi
41411
41412
41413if test "$wxUSE_ACCESSIBILITY" = "yes"; then
41414 cat >>confdefs.h <<\_ACEOF
41415#define wxUSE_ACCESSIBILITY 1
41416_ACEOF
41417
41418 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
41419fi
41420
38b4a946
VZ
41421if test "$wxUSE_DC_CACHEING" = "yes"; then
41422 cat >>confdefs.h <<\_ACEOF
41423#define wxUSE_DC_CACHEING 1
41424_ACEOF
41425
41426fi
41427
a848cd7e
SC
41428if test "$wxUSE_DRAGIMAGE" = "yes"; then
41429 cat >>confdefs.h <<\_ACEOF
41430#define wxUSE_DRAGIMAGE 1
41431_ACEOF
41432
41433 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
41434fi
41435
41436if test "$wxUSE_EXCEPTIONS" = "yes"; then
07bea8f0
VS
41437 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
41438 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
41439echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
41440 else
41441 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
41442#define wxUSE_EXCEPTIONS 1
41443_ACEOF
41444
07bea8f0
VS
41445 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
41446 fi
a848cd7e
SC
41447fi
41448
41449USE_HTML=0
41450if test "$wxUSE_HTML" = "yes"; then
41451 cat >>confdefs.h <<\_ACEOF
41452#define wxUSE_HTML 1
41453_ACEOF
41454
41455 USE_HTML=1
41456 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
de59c161
RD
41457 if test "$wxUSE_MAC" = 1; then
41458 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
41459 fi
a848cd7e 41460fi
646b6ec1 41461if test "$wxUSE_WEBKIT" = "yes"; then
1e9e8aba 41462 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
07bea8f0
VS
41463 old_CPPFLAGS="$CPPFLAGS"
41464 CPPFLAGS="$CPPFLAGS -x objective-c++"
41465 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
41466echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
41467if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
41468 echo $ECHO_N "(cached) $ECHO_C" >&6
41469else
41470 cat >conftest.$ac_ext <<_ACEOF
41471/* confdefs.h. */
41472_ACEOF
41473cat confdefs.h >>conftest.$ac_ext
41474cat >>conftest.$ac_ext <<_ACEOF
41475/* end confdefs.h. */
41476#include <Carbon/Carbon.h>
41477
41478#include <WebKit/HIWebView.h>
41479_ACEOF
41480rm -f conftest.$ac_objext
41481if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41482 (eval $ac_compile) 2>conftest.er1
41483 ac_status=$?
41484 grep -v '^ *+' conftest.er1 >conftest.err
41485 rm -f conftest.er1
41486 cat conftest.err >&5
41487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41488 (exit $ac_status); } &&
6ebeb4c7 41489 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
07bea8f0
VS
41490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41491 (eval $ac_try) 2>&5
41492 ac_status=$?
41493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41494 (exit $ac_status); }; } &&
41495 { ac_try='test -s conftest.$ac_objext'
41496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41497 (eval $ac_try) 2>&5
41498 ac_status=$?
41499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41500 (exit $ac_status); }; }; then
41501 ac_cv_header_WebKit_HIWebView_h=yes
41502else
41503 echo "$as_me: failed program was:" >&5
41504sed 's/^/| /' conftest.$ac_ext >&5
41505
41506ac_cv_header_WebKit_HIWebView_h=no
41507fi
41508rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41509fi
41510echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
41511echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
41512if test $ac_cv_header_WebKit_HIWebView_h = yes; then
41513
41514 cat >>confdefs.h <<\_ACEOF
646b6ec1
VS
41515#define wxUSE_WEBKIT 1
41516_ACEOF
41517
07bea8f0
VS
41518 WEBKIT_LINK="-framework WebKit"
41519
41520else
41521
41522 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
41523echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
41524 wxUSE_WEBKIT=no
41525
646b6ec1
VS
41526fi
41527
07bea8f0
VS
41528
41529 CPPFLAGS="$old_CPPFLAGS"
41530 elif test "$wxUSE_COCOA" = 1; then
41531 cat >>confdefs.h <<\_ACEOF
41532#define wxUSE_WEBKIT 1
41533_ACEOF
41534
41535 else
41536 wxUSE_WEBKIT=no
41537 fi
41538fi
41539
9a8f0513
VS
41540USE_XRC=0
41541if test "$wxUSE_XRC" = "yes"; then
d2ebf0b7
VS
41542 if test "$wxUSE_XML" != "yes"; then
41543 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
41544echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
41545 wxUSE_XRC=no
41546 else
41547 cat >>confdefs.h <<\_ACEOF
9a8f0513
VS
41548#define wxUSE_XRC 1
41549_ACEOF
41550
d2ebf0b7
VS
41551 USE_XRC=1
41552 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
41553 fi
9a8f0513 41554fi
07bea8f0 41555
a848cd7e
SC
41556if test "$wxUSE_MENUS" = "yes"; then
41557 cat >>confdefs.h <<\_ACEOF
41558#define wxUSE_MENUS 1
41559_ACEOF
41560
41561 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
41562fi
41563
41564if test "$wxUSE_METAFILE" = "yes"; then
41565 cat >>confdefs.h <<\_ACEOF
41566#define wxUSE_METAFILE 1
41567_ACEOF
41568
41569fi
41570
41571if test "$wxUSE_MIMETYPE" = "yes"; then
41572 cat >>confdefs.h <<\_ACEOF
41573#define wxUSE_MIMETYPE 1
41574_ACEOF
41575
41576fi
41577
41578if test "$wxUSE_MINIFRAME" = "yes"; then
41579 cat >>confdefs.h <<\_ACEOF
41580#define wxUSE_MINIFRAME 1
41581_ACEOF
41582
41583 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
41584fi
41585
41586if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
41587 cat >>confdefs.h <<\_ACEOF
41588#define wxUSE_SYSTEM_OPTIONS 1
41589_ACEOF
41590
41591 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
a49baeab 41592 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
a848cd7e
SC
41593 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
41594 fi
41595fi
41596
41597
41598if test "$wxUSE_VALIDATORS" = "yes"; then
41599 cat >>confdefs.h <<\_ACEOF
41600#define wxUSE_VALIDATORS 1
41601_ACEOF
41602
41603 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
41604fi
41605
41606if test "$wxUSE_PALETTE" = "yes" ; then
41607 cat >>confdefs.h <<\_ACEOF
41608#define wxUSE_PALETTE 1
41609_ACEOF
41610
41611fi
41612
41613if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
41614 LIBS=" -lunicows $LIBS"
41615fi
41616
41617
41618if test "$wxUSE_IMAGE" = "yes" ; then
41619 cat >>confdefs.h <<\_ACEOF
41620#define wxUSE_IMAGE 1
41621_ACEOF
41622
41623
41624 if test "$wxUSE_GIF" = "yes" ; then
41625 cat >>confdefs.h <<\_ACEOF
41626#define wxUSE_GIF 1
41627_ACEOF
41628
41629 fi
41630
41631 if test "$wxUSE_PCX" = "yes" ; then
41632 cat >>confdefs.h <<\_ACEOF
41633#define wxUSE_PCX 1
41634_ACEOF
41635
41636 fi
41637
41638 if test "$wxUSE_IFF" = "yes" ; then
41639 cat >>confdefs.h <<\_ACEOF
41640#define wxUSE_IFF 1
41641_ACEOF
41642
41643 fi
41644
41645 if test "$wxUSE_PNM" = "yes" ; then
41646 cat >>confdefs.h <<\_ACEOF
41647#define wxUSE_PNM 1
41648_ACEOF
41649
41650 fi
41651
41652 if test "$wxUSE_XPM" = "yes" ; then
41653 cat >>confdefs.h <<\_ACEOF
41654#define wxUSE_XPM 1
41655_ACEOF
41656
41657 fi
41658
41659 if test "$wxUSE_ICO_CUR" = "yes" ; then
41660 cat >>confdefs.h <<\_ACEOF
41661#define wxUSE_ICO_CUR 1
41662_ACEOF
41663
41664 fi
41665fi
41666
41667
41668if test "$wxUSE_CHOICEDLG" = "yes"; then
41669 cat >>confdefs.h <<\_ACEOF
41670#define wxUSE_CHOICEDLG 1
41671_ACEOF
41672
41673fi
41674
41675if test "$wxUSE_COLOURDLG" = "yes"; then
41676 cat >>confdefs.h <<\_ACEOF
41677#define wxUSE_COLOURDLG 1
41678_ACEOF
41679
41680fi
41681
41682if test "$wxUSE_FILEDLG" = "yes"; then
41683 cat >>confdefs.h <<\_ACEOF
41684#define wxUSE_FILEDLG 1
41685_ACEOF
41686
41687fi
41688
41689if test "$wxUSE_FINDREPLDLG" = "yes"; then
41690 cat >>confdefs.h <<\_ACEOF
41691#define wxUSE_FINDREPLDLG 1
41692_ACEOF
41693
41694fi
41695
41696if test "$wxUSE_FONTDLG" = "yes"; then
41697 cat >>confdefs.h <<\_ACEOF
41698#define wxUSE_FONTDLG 1
41699_ACEOF
41700
41701fi
41702
41703if test "$wxUSE_DIRDLG" = "yes"; then
41704 if test "$wxUSE_TREECTRL" != "yes"; then
41705 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
41706echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
41707 else
41708 cat >>confdefs.h <<\_ACEOF
41709#define wxUSE_DIRDLG 1
41710_ACEOF
41711
41712 fi
41713fi
41714
41715if test "$wxUSE_MSGDLG" = "yes"; then
41716 cat >>confdefs.h <<\_ACEOF
41717#define wxUSE_MSGDLG 1
41718_ACEOF
41719
41720fi
41721
41722if test "$wxUSE_NUMBERDLG" = "yes"; then
41723 cat >>confdefs.h <<\_ACEOF
41724#define wxUSE_NUMBERDLG 1
41725_ACEOF
41726
41727fi
41728
41729if test "$wxUSE_PROGRESSDLG" = "yes"; then
41730 if test "$wxUSE_CONSTRAINTS" != "yes"; then
41731 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
41732echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
41733 else
41734 cat >>confdefs.h <<\_ACEOF
41735#define wxUSE_PROGRESSDLG 1
41736_ACEOF
41737
41738 fi
41739fi
41740
41741if test "$wxUSE_SPLASH" = "yes"; then
41742 cat >>confdefs.h <<\_ACEOF
41743#define wxUSE_SPLASH 1
41744_ACEOF
41745
2057db16 41746 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
a848cd7e
SC
41747fi
41748
41749if test "$wxUSE_STARTUP_TIPS" = "yes"; then
41750 if test "$wxUSE_CONSTRAINTS" != "yes"; then
41751 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
41752echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
41753 else
41754 cat >>confdefs.h <<\_ACEOF
41755#define wxUSE_STARTUP_TIPS 1
41756_ACEOF
41757
41758 fi
41759fi
41760
41761if test "$wxUSE_TEXTDLG" = "yes"; then
41762 cat >>confdefs.h <<\_ACEOF
41763#define wxUSE_TEXTDLG 1
41764_ACEOF
41765
41766fi
41767
41768if test "$wxUSE_WIZARDDLG" = "yes"; then
41769 cat >>confdefs.h <<\_ACEOF
41770#define wxUSE_WIZARDDLG 1
41771_ACEOF
41772
41773 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
41774fi
41775
41776
ce756cb0 41777if test "$wxUSE_MEDIACTRL" = "yes"; then
ce756cb0
RN
41778 if test "$wxUSE_GTK" = 1; then
41779 wxUSE_GSTREAMER="yes"
41780
ce756cb0 41781
dae87f93 41782 succeeded=no
ce756cb0 41783
dae87f93
RN
41784 if test -z "$PKG_CONFIG"; then
41785 # Extract the first word of "pkg-config", so it can be a program name with args.
41786set dummy pkg-config; ac_word=$2
41787echo "$as_me:$LINENO: checking for $ac_word" >&5
41788echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41789if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
41790 echo $ECHO_N "(cached) $ECHO_C" >&6
41791else
41792 case $PKG_CONFIG in
41793 [\\/]* | ?:[\\/]*)
41794 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
41795 ;;
41796 *)
41797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41798for as_dir in $PATH
41799do
41800 IFS=$as_save_IFS
41801 test -z "$as_dir" && as_dir=.
41802 for ac_exec_ext in '' $ac_executable_extensions; do
41803 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41804 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
41805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41806 break 2
41807 fi
41808done
41809done
41810
41811 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
41812 ;;
41813esac
41814fi
41815PKG_CONFIG=$ac_cv_path_PKG_CONFIG
41816
41817if test -n "$PKG_CONFIG"; then
41818 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
41819echo "${ECHO_T}$PKG_CONFIG" >&6
41820else
41821 echo "$as_me:$LINENO: result: no" >&5
41822echo "${ECHO_T}no" >&6
41823fi
41824
41825 fi
41826
41827 if test "$PKG_CONFIG" = "no" ; then
41828 echo "*** The pkg-config script could not be found. Make sure it is"
41829 echo "*** in your path, or set the PKG_CONFIG environment variable"
41830 echo "*** to the full path to pkg-config."
41831 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
41832 else
41833 PKG_CONFIG_MIN_VERSION=0.9.0
41834 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
41835 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
41836echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
41837
41838 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
41839 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 41840echo "${ECHO_T}yes" >&6
dae87f93 41841 succeeded=yes
ce756cb0 41842
dae87f93
RN
41843 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
41844echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
41845 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
41846 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
41847echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
41848
41849 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
41850echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
41851 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
41852 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
41853echo "${ECHO_T}$GSTREAMER_LIBS" >&6
41854 else
41855 GSTREAMER_CFLAGS=""
41856 GSTREAMER_LIBS=""
41857 ## If we have a custom action on failure, don't print errors, but
41858 ## do set a variable so people can do so.
41859 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
ce756cb0 41860
dae87f93
RN
41861 fi
41862
41863
41864
41865 else
41866 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
41867 echo "*** See http://www.freedesktop.org/software/pkgconfig"
41868 fi
41869 fi
41870
41871 if test $succeeded = yes; then
41872
41873 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
41874 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
ce756cb0 41875
ce756cb0 41876 else
dae87f93
RN
41877
41878 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
41879echo "$as_me: WARNING: GStreamer installation not found" >&2;}
41880 wxUSE_GSTREAMER="no"
41881
41882 fi
41883
41884
41885
41886
41887
41888 if test "x$GST_INSPECT" == "x"; then
41889 # Extract the first word of "gst-inspect", so it can be a program name with args.
41890set dummy gst-inspect; ac_word=$2
41891echo "$as_me:$LINENO: checking for $ac_word" >&5
41892echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41893if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
41894 echo $ECHO_N "(cached) $ECHO_C" >&6
41895else
41896 if test -n "$GST_INSPECT"; then
41897 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
41898else
41899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41900for as_dir in $PATH
41901do
41902 IFS=$as_save_IFS
41903 test -z "$as_dir" && as_dir=.
41904 for ac_exec_ext in '' $ac_executable_extensions; do
41905 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41906 ac_cv_prog_GST_INSPECT="gst-inspect"
41907 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41908 break 2
ce756cb0 41909 fi
dae87f93
RN
41910done
41911done
41912
41913fi
41914fi
41915GST_INSPECT=$ac_cv_prog_GST_INSPECT
41916if test -n "$GST_INSPECT"; then
41917 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
41918echo "${ECHO_T}$GST_INSPECT" >&6
41919else
41920 echo "$as_me:$LINENO: result: no" >&5
41921echo "${ECHO_T}no" >&6
41922fi
41923
41924 fi
41925
41926 if test "x$GST_INSPECT" != "x"; then
41927 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
41928echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
41929 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
41930 echo "$as_me:$LINENO: result: found." >&5
41931echo "${ECHO_T}found." >&6
ce756cb0 41932
ce756cb0 41933 else
dae87f93
RN
41934 echo "$as_me:$LINENO: result: not found." >&5
41935echo "${ECHO_T}not found." >&6
41936
41937 wxUSE_GSTREAMER="no"
41938 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
41939echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
41940
41941 fi
41942 fi
41943
41944
41945 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
41946echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
41947if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
41948 echo $ECHO_N "(cached) $ECHO_C" >&6
41949else
41950 cat >conftest.$ac_ext <<_ACEOF
ce756cb0
RN
41951/* confdefs.h. */
41952_ACEOF
41953cat confdefs.h >>conftest.$ac_ext
41954cat >>conftest.$ac_ext <<_ACEOF
41955/* end confdefs.h. */
dae87f93 41956#include <gst/gst.h>
ce756cb0 41957
dae87f93 41958#include <gst/xoverlay/xoverlay.h>
ce756cb0
RN
41959_ACEOF
41960rm -f conftest.$ac_objext
41961if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41962 (eval $ac_compile) 2>conftest.er1
41963 ac_status=$?
41964 grep -v '^ *+' conftest.er1 >conftest.err
41965 rm -f conftest.er1
41966 cat conftest.err >&5
41967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41968 (exit $ac_status); } &&
6ebeb4c7 41969 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ce756cb0
RN
41970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41971 (eval $ac_try) 2>&5
41972 ac_status=$?
41973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41974 (exit $ac_status); }; } &&
41975 { ac_try='test -s conftest.$ac_objext'
41976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41977 (eval $ac_try) 2>&5
41978 ac_status=$?
41979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41980 (exit $ac_status); }; }; then
dae87f93 41981 ac_cv_header_gst_xoverlay_xoverlay_h=yes
ce756cb0
RN
41982else
41983 echo "$as_me: failed program was:" >&5
41984sed 's/^/| /' conftest.$ac_ext >&5
41985
dae87f93 41986ac_cv_header_gst_xoverlay_xoverlay_h=no
ce756cb0
RN
41987fi
41988rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
dae87f93
RN
41989fi
41990echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
41991echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
41992if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
41993 :
41994else
ce756cb0 41995
dae87f93
RN
41996 wxUSE_GSTREAMER="no"
41997 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
41998echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
ce756cb0 41999
dae87f93 42000fi
ce756cb0 42001
dae87f93
RN
42002
42003
42004 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
ce756cb0
RN
42005echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
42006
0ad5d837
VZ
42007
42008 ac_find_libraries=
42009 for ac_dir in $SEARCH_LIB;
ce756cb0 42010 do
3eca31dc 42011 for ac_extension in a so sl dylib dll.a; do
ce756cb0
RN
42012 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
42013 ac_find_libraries=$ac_dir
42014 break 2
42015 fi
42016 done
42017 done
42018
0ad5d837
VZ
42019 if test "x$ac_find_libraries" = "x" ; then
42020
42021 ac_find_libraries=
42022 for ac_dir in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64;
42023 do
42024 for ac_extension in a so sl dylib dll.a; do
42025 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
42026 ac_find_libraries=$ac_dir
42027 break 2
42028 fi
42029 done
42030 done
42031
42032 if test "x$ac_find_libraries" != "x" ; then
42033 ac_find_libraries="default location"
42034 fi
42035 fi
42036
ce756cb0 42037
dae87f93
RN
42038 if test "$ac_find_libraries" = "" ; then
42039 echo "$as_me:$LINENO: result: no" >&5
42040echo "${ECHO_T}no" >&6
42041 wxUSE_GSTREAMER="no"
42042 else
42043 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 42044echo "${ECHO_T}yes" >&6
dae87f93 42045 fi
ce756cb0 42046
dae87f93
RN
42047 if test "$wxUSE_GSTREAMER" = "yes"; then
42048 cat >>confdefs.h <<\_ACEOF
ce756cb0
RN
42049#define wxUSE_GSTREAMER 1
42050_ACEOF
42051
dae87f93
RN
42052 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
42053echo "${ECHO_T}GStreamer detection successful" >&6
ce756cb0
RN
42054 fi
42055 fi
42056 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
42057 cat >>confdefs.h <<\_ACEOF
42058#define wxUSE_MEDIACTRL 1
42059_ACEOF
42060
42061fi
42062
42063
a848cd7e
SC
42064if test "$cross_compiling" = "yes"; then
42065 OSINFO="\"$host\""
42066else
42067 OSINFO=`uname -s -r -m`
42068 OSINFO="\"$OSINFO\""
42069fi
42070
42071cat >>confdefs.h <<_ACEOF
42072#define WXWIN_OS_DESCRIPTION $OSINFO
42073_ACEOF
42074
42075
42076
42077if test "x$prefix" != "xNONE"; then
42078 wxPREFIX=$prefix
42079else
42080 wxPREFIX=$ac_default_prefix
42081fi
42082
42083cat >>confdefs.h <<_ACEOF
42084#define wxINSTALL_PREFIX "$wxPREFIX"
42085_ACEOF
42086
42087
a848cd7e
SC
42088
42089
42090CORE_BASE_LIBS="net base"
42091CORE_GUI_LIBS="adv core"
42092
42093if test "$wxUSE_XML" = "yes" ; then
42094 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
42095fi
42096if test "$wxUSE_ODBC" != "no" ; then
42097 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
42098 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
42099fi
42100if test "$wxUSE_HTML" = "yes" ; then
42101 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
42102fi
61639efb
VZ
42103if test "$wxUSE_DEBUGREPORT" = "yes" ; then
42104 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
42105fi
9a8f0513
VS
42106if test "$wxUSE_XRC" = "yes" ; then
42107 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
42108fi
a848cd7e
SC
42109
42110if test "$wxUSE_GUI" != "yes"; then
42111 CORE_GUI_LIBS=""
42112fi
42113
42114
42115
42116
42117
42118
42119
42120
42121if test "$wxUSE_MAC" = 1 ; then
a98bf0c0 42122 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
1e9e8aba
DE
42123 if test "$USE_DARWIN" = 1; then
42124 LDFLAGS="$LDFLAGS -framework QuickTime"
42125 else
42126 LDFLAGS="$LDFLAGS -lQuickTimeLib"
42127 fi
07bea8f0 42128 fi
5dcf30a0 42129 if test "$USE_DARWIN" = 1; then
1e9e8aba
DE
42130 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
42131 else
42132 LDFLAGS="$LDFLAGS -lCarbonLib"
5dcf30a0 42133 fi
a848cd7e
SC
42134fi
42135if test "$wxUSE_COCOA" = 1 ; then
4cb1d3da 42136 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
4fc81cbc
RN
42137 if test "$wxUSE_MEDIACTRL" = "yes"; then
42138 LDFLAGS="$LDFLAGS -framework QuickTime"
42139 fi
a848cd7e 42140fi
19b27e78
MW
42141if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
42142 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
42143fi
a848cd7e
SC
42144
42145
42146LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
42147
42148have_cos=0
42149have_floor=0
42150
42151for ac_func in cos
42152do
42153as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42154echo "$as_me:$LINENO: checking for $ac_func" >&5
42155echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42156if eval "test \"\${$as_ac_var+set}\" = set"; then
42157 echo $ECHO_N "(cached) $ECHO_C" >&6
42158else
42159 cat >conftest.$ac_ext <<_ACEOF
42160/* confdefs.h. */
42161_ACEOF
42162cat confdefs.h >>conftest.$ac_ext
42163cat >>conftest.$ac_ext <<_ACEOF
42164/* end confdefs.h. */
ac1cb8d3
VS
42165/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42166 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42167#define $ac_func innocuous_$ac_func
42168
a848cd7e
SC
42169/* System header to define __stub macros and hopefully few prototypes,
42170 which can conflict with char $ac_func (); below.
42171 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42172 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 42173
a848cd7e
SC
42174#ifdef __STDC__
42175# include <limits.h>
42176#else
42177# include <assert.h>
42178#endif
ac1cb8d3
VS
42179
42180#undef $ac_func
42181
a848cd7e
SC
42182/* Override any gcc2 internal prototype to avoid an error. */
42183#ifdef __cplusplus
42184extern "C"
42185{
42186#endif
42187/* We use char because int might match the return type of a gcc2
42188 builtin and then its argument prototype would still apply. */
42189char $ac_func ();
42190/* The GNU C library defines this for functions which it implements
42191 to always fail with ENOSYS. Some functions are actually named
42192 something starting with __ and the normal name is an alias. */
42193#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42194choke me
42195#else
42196char (*f) () = $ac_func;
42197#endif
42198#ifdef __cplusplus
42199}
42200#endif
42201
42202int
42203main ()
42204{
42205return f != $ac_func;
42206 ;
42207 return 0;
42208}
42209_ACEOF
42210rm -f conftest.$ac_objext conftest$ac_exeext
42211if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 42212 (eval $ac_link) 2>conftest.er1
a848cd7e 42213 ac_status=$?
ac1cb8d3
VS
42214 grep -v '^ *+' conftest.er1 >conftest.err
42215 rm -f conftest.er1
42216 cat conftest.err >&5
a848cd7e
SC
42217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42218 (exit $ac_status); } &&
6ebeb4c7 42219 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
42220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42221 (eval $ac_try) 2>&5
42222 ac_status=$?
42223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42224 (exit $ac_status); }; } &&
42225 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
42226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42227 (eval $ac_try) 2>&5
42228 ac_status=$?
42229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42230 (exit $ac_status); }; }; then
42231 eval "$as_ac_var=yes"
42232else
42233 echo "$as_me: failed program was:" >&5
42234sed 's/^/| /' conftest.$ac_ext >&5
42235
42236eval "$as_ac_var=no"
42237fi
ac1cb8d3
VS
42238rm -f conftest.err conftest.$ac_objext \
42239 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
42240fi
42241echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42242echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42243if test `eval echo '${'$as_ac_var'}'` = yes; then
42244 cat >>confdefs.h <<_ACEOF
42245#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42246_ACEOF
42247 have_cos=1
42248fi
42249done
42250
42251
42252for ac_func in floor
42253do
42254as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42255echo "$as_me:$LINENO: checking for $ac_func" >&5
42256echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42257if eval "test \"\${$as_ac_var+set}\" = set"; then
42258 echo $ECHO_N "(cached) $ECHO_C" >&6
42259else
42260 cat >conftest.$ac_ext <<_ACEOF
42261/* confdefs.h. */
42262_ACEOF
42263cat confdefs.h >>conftest.$ac_ext
42264cat >>conftest.$ac_ext <<_ACEOF
42265/* end confdefs.h. */
ac1cb8d3
VS
42266/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42267 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42268#define $ac_func innocuous_$ac_func
42269
a848cd7e
SC
42270/* System header to define __stub macros and hopefully few prototypes,
42271 which can conflict with char $ac_func (); below.
42272 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42273 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 42274
a848cd7e
SC
42275#ifdef __STDC__
42276# include <limits.h>
42277#else
42278# include <assert.h>
42279#endif
ac1cb8d3
VS
42280
42281#undef $ac_func
42282
a848cd7e
SC
42283/* Override any gcc2 internal prototype to avoid an error. */
42284#ifdef __cplusplus
42285extern "C"
42286{
42287#endif
42288/* We use char because int might match the return type of a gcc2
42289 builtin and then its argument prototype would still apply. */
42290char $ac_func ();
42291/* The GNU C library defines this for functions which it implements
42292 to always fail with ENOSYS. Some functions are actually named
42293 something starting with __ and the normal name is an alias. */
42294#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42295choke me
42296#else
42297char (*f) () = $ac_func;
42298#endif
42299#ifdef __cplusplus
42300}
42301#endif
42302
42303int
42304main ()
42305{
42306return f != $ac_func;
42307 ;
42308 return 0;
42309}
42310_ACEOF
42311rm -f conftest.$ac_objext conftest$ac_exeext
42312if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 42313 (eval $ac_link) 2>conftest.er1
a848cd7e 42314 ac_status=$?
ac1cb8d3
VS
42315 grep -v '^ *+' conftest.er1 >conftest.err
42316 rm -f conftest.er1
42317 cat conftest.err >&5
a848cd7e
SC
42318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42319 (exit $ac_status); } &&
6ebeb4c7 42320 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
42321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42322 (eval $ac_try) 2>&5
42323 ac_status=$?
42324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42325 (exit $ac_status); }; } &&
42326 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
42327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42328 (eval $ac_try) 2>&5
42329 ac_status=$?
42330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42331 (exit $ac_status); }; }; then
42332 eval "$as_ac_var=yes"
42333else
42334 echo "$as_me: failed program was:" >&5
42335sed 's/^/| /' conftest.$ac_ext >&5
42336
42337eval "$as_ac_var=no"
42338fi
ac1cb8d3
VS
42339rm -f conftest.err conftest.$ac_objext \
42340 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
42341fi
42342echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42343echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42344if test `eval echo '${'$as_ac_var'}'` = yes; then
42345 cat >>confdefs.h <<_ACEOF
42346#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42347_ACEOF
42348 have_floor=1
42349fi
42350done
42351
42352echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
42353echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
42354if test "$have_cos" = 1 -a "$have_floor" = 1; then
42355 echo "$as_me:$LINENO: result: yes" >&5
42356echo "${ECHO_T}yes" >&6
42357else
42358 echo "$as_me:$LINENO: result: no" >&5
42359echo "${ECHO_T}no" >&6
42360 LIBS="$LIBS -lm"
42361 # use different functions to avoid configure caching
42362 have_sin=0
42363 have_ceil=0
42364
42365for ac_func in sin
42366do
42367as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42368echo "$as_me:$LINENO: checking for $ac_func" >&5
42369echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42370if eval "test \"\${$as_ac_var+set}\" = set"; then
42371 echo $ECHO_N "(cached) $ECHO_C" >&6
42372else
42373 cat >conftest.$ac_ext <<_ACEOF
42374/* confdefs.h. */
42375_ACEOF
42376cat confdefs.h >>conftest.$ac_ext
42377cat >>conftest.$ac_ext <<_ACEOF
42378/* end confdefs.h. */
ac1cb8d3
VS
42379/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42380 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42381#define $ac_func innocuous_$ac_func
42382
a848cd7e
SC
42383/* System header to define __stub macros and hopefully few prototypes,
42384 which can conflict with char $ac_func (); below.
42385 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42386 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 42387
a848cd7e
SC
42388#ifdef __STDC__
42389# include <limits.h>
42390#else
42391# include <assert.h>
42392#endif
ac1cb8d3
VS
42393
42394#undef $ac_func
42395
a848cd7e
SC
42396/* Override any gcc2 internal prototype to avoid an error. */
42397#ifdef __cplusplus
42398extern "C"
42399{
42400#endif
42401/* We use char because int might match the return type of a gcc2
42402 builtin and then its argument prototype would still apply. */
42403char $ac_func ();
42404/* The GNU C library defines this for functions which it implements
42405 to always fail with ENOSYS. Some functions are actually named
42406 something starting with __ and the normal name is an alias. */
42407#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42408choke me
42409#else
42410char (*f) () = $ac_func;
42411#endif
42412#ifdef __cplusplus
42413}
42414#endif
42415
42416int
42417main ()
42418{
42419return f != $ac_func;
42420 ;
42421 return 0;
42422}
42423_ACEOF
42424rm -f conftest.$ac_objext conftest$ac_exeext
42425if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 42426 (eval $ac_link) 2>conftest.er1
a848cd7e 42427 ac_status=$?
ac1cb8d3
VS
42428 grep -v '^ *+' conftest.er1 >conftest.err
42429 rm -f conftest.er1
42430 cat conftest.err >&5
a848cd7e
SC
42431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42432 (exit $ac_status); } &&
6ebeb4c7 42433 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
42434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42435 (eval $ac_try) 2>&5
42436 ac_status=$?
42437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42438 (exit $ac_status); }; } &&
42439 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
42440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42441 (eval $ac_try) 2>&5
42442 ac_status=$?
42443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42444 (exit $ac_status); }; }; then
42445 eval "$as_ac_var=yes"
42446else
42447 echo "$as_me: failed program was:" >&5
42448sed 's/^/| /' conftest.$ac_ext >&5
42449
42450eval "$as_ac_var=no"
42451fi
ac1cb8d3
VS
42452rm -f conftest.err conftest.$ac_objext \
42453 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
42454fi
42455echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42456echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42457if test `eval echo '${'$as_ac_var'}'` = yes; then
42458 cat >>confdefs.h <<_ACEOF
42459#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42460_ACEOF
42461 have_sin=1
42462fi
42463done
42464
42465
42466for ac_func in ceil
42467do
42468as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42469echo "$as_me:$LINENO: checking for $ac_func" >&5
42470echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42471if eval "test \"\${$as_ac_var+set}\" = set"; then
42472 echo $ECHO_N "(cached) $ECHO_C" >&6
42473else
42474 cat >conftest.$ac_ext <<_ACEOF
42475/* confdefs.h. */
42476_ACEOF
42477cat confdefs.h >>conftest.$ac_ext
42478cat >>conftest.$ac_ext <<_ACEOF
42479/* end confdefs.h. */
ac1cb8d3
VS
42480/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42481 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42482#define $ac_func innocuous_$ac_func
42483
a848cd7e
SC
42484/* System header to define __stub macros and hopefully few prototypes,
42485 which can conflict with char $ac_func (); below.
42486 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42487 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 42488
a848cd7e
SC
42489#ifdef __STDC__
42490# include <limits.h>
42491#else
42492# include <assert.h>
42493#endif
ac1cb8d3
VS
42494
42495#undef $ac_func
42496
a848cd7e
SC
42497/* Override any gcc2 internal prototype to avoid an error. */
42498#ifdef __cplusplus
42499extern "C"
42500{
42501#endif
42502/* We use char because int might match the return type of a gcc2
42503 builtin and then its argument prototype would still apply. */
42504char $ac_func ();
42505/* The GNU C library defines this for functions which it implements
42506 to always fail with ENOSYS. Some functions are actually named
42507 something starting with __ and the normal name is an alias. */
42508#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42509choke me
42510#else
42511char (*f) () = $ac_func;
42512#endif
42513#ifdef __cplusplus
42514}
42515#endif
42516
42517int
42518main ()
42519{
42520return f != $ac_func;
42521 ;
42522 return 0;
42523}
42524_ACEOF
42525rm -f conftest.$ac_objext conftest$ac_exeext
42526if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 42527 (eval $ac_link) 2>conftest.er1
a848cd7e 42528 ac_status=$?
ac1cb8d3
VS
42529 grep -v '^ *+' conftest.er1 >conftest.err
42530 rm -f conftest.er1
42531 cat conftest.err >&5
a848cd7e
SC
42532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42533 (exit $ac_status); } &&
6ebeb4c7 42534 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
42535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42536 (eval $ac_try) 2>&5
42537 ac_status=$?
42538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42539 (exit $ac_status); }; } &&
42540 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
42541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42542 (eval $ac_try) 2>&5
42543 ac_status=$?
42544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42545 (exit $ac_status); }; }; then
42546 eval "$as_ac_var=yes"
42547else
42548 echo "$as_me: failed program was:" >&5
42549sed 's/^/| /' conftest.$ac_ext >&5
42550
42551eval "$as_ac_var=no"
42552fi
ac1cb8d3
VS
42553rm -f conftest.err conftest.$ac_objext \
42554 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
42555fi
42556echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42557echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42558if test `eval echo '${'$as_ac_var'}'` = yes; then
42559 cat >>confdefs.h <<_ACEOF
42560#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42561_ACEOF
42562 have_ceil=1
42563fi
42564done
42565
42566 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
42567echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
42568 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
42569 echo "$as_me:$LINENO: result: yes" >&5
42570echo "${ECHO_T}yes" >&6
42571 else
42572 echo "$as_me:$LINENO: result: no" >&5
42573echo "${ECHO_T}no" >&6
42574 # not sure we should warn the user, crash, etc.
42575 fi
42576fi
42577
42578if test "$wxUSE_GUI" = "yes"; then
42579
42580
8bce5cda
MW
42581 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
42582 dynamic erase event exec font image minimal mobile \
42583 mobile/wxedit mobile/styles propsize render \
42584 richedit rotate shaped vscroll widgets"
a848cd7e
SC
42585
42586 if test "$wxUSE_MONOLITHIC" != "yes"; then
42587 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
42588 fi
0b78747f 42589 if test "$TOOLKIT" = "MSW"; then
8bce5cda
MW
42590 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
42591 if test "$wxUSE_UNIVERSAL" != "yes"; then
42592 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
42593 fi
42594 fi
42595 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
42596 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
0b78747f 42597 fi
a848cd7e
SC
42598else
42599 SAMPLES_SUBDIRS="console"
42600fi
42601
42602
ceec2216 42603INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
a848cd7e
SC
42604-I\${top_srcdir}/include $TOOLKIT_INCLUDE"
42605
42606if test "$GXX" = yes ; then
6ebeb4c7 42607 CWARNINGS="-Wall -Wundef"
5294a27e 42608 CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy"
6ebeb4c7 42609fi
a848cd7e
SC
42610
42611EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
42612
0c3c69fc 42613CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
5294a27e 42614CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
0c3c69fc 42615CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
a848cd7e 42616
95986553
DE
42617if test "x$MWCC" = "xyes"; then
42618
42619 CC="$CC -cwd source -I-"
42620 CXX="$CXX -cwd source -I-"
42621fi
42622
a848cd7e 42623
0c3c69fc 42624LIBS=`echo $LIBS`
a848cd7e
SC
42625EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
42626EXTRALIBS_XML="$EXPAT_LINK"
42627EXTRALIBS_HTML="$MSPACK_LINK"
42628EXTRALIBS_ODBC="$ODBC_LINK"
42629if test "$wxUSE_GUI" = "yes"; then
2e350179 42630 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
a848cd7e
SC
42631fi
42632if test "$wxUSE_OPENGL" = "yes"; then
42633 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
42634fi
42635
42636LDFLAGS="$LDFLAGS $PROFILE"
42637
42638if test "$wxUSE_GTK" = 1; then
42639 WXCONFIG_INCLUDE=
42640else
42641 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
42642fi
42643
42644WXCONFIG_EXTRALIBS="$LIBS"
42645
42646if test "$wxUSE_REGEX" = "builtin" ; then
74802184 42647 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
a848cd7e
SC
42648fi
42649if test "$wxUSE_EXPAT" = "builtin" ; then
74802184 42650 wxconfig_3rdparty="expat $wxconfig_3rdparty"
a848cd7e
SC
42651fi
42652if test "$wxUSE_ODBC" = "builtin" ; then
74802184 42653 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
a848cd7e
SC
42654fi
42655if test "$wxUSE_LIBTIFF" = "builtin" ; then
74802184 42656 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
a848cd7e
SC
42657fi
42658if test "$wxUSE_LIBJPEG" = "builtin" ; then
74802184 42659 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
a848cd7e
SC
42660fi
42661if test "$wxUSE_LIBPNG" = "builtin" ; then
74802184 42662 wxconfig_3rdparty="png $wxconfig_3rdparty"
a848cd7e
SC
42663fi
42664if test "$wxUSE_ZLIB" = "builtin" ; then
74802184 42665 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
a848cd7e
SC
42666fi
42667
42668for i in $wxconfig_3rdparty ; do
74802184 42669 WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
a848cd7e
SC
42670done
42671
42672
42673if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
42674 WXUNIV=1
42675else
42676 WXUNIV=0
42677fi
42678
42679
42680
42681
42682
42683
42684
42685
42686
42687if test $wxUSE_MONOLITHIC = "yes" ; then
42688 MONOLITHIC=1
42689else
42690 MONOLITHIC=0
42691fi
42692
42693if test $wxUSE_PLUGINS = "yes" ; then
42694 USE_PLUGINS=1
42695else
42696 USE_PLUGINS=0
42697fi
42698
42699if test $wxUSE_ODBC != "no" ; then
42700 USE_ODBC=1
42701else
42702 USE_ODBC=0
42703fi
42704
16358932
VZ
42705if test "$wxUSE_DEBUGREPORT" = "yes" ; then
42706 USE_QA=1
42707else
42708 USE_QA=0
42709fi
42710
a848cd7e
SC
42711if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
42712 OFFICIAL_BUILD=1
42713else
42714 OFFICIAL_BUILD=0
42715fi
42716
42717
42718
42719
42720
42721
42722
42723
42724
42725
42726
42727
42728
42729
42730
42731
42732
42733
42734
ceec2216 42735
d1c38808 42736
a848cd7e
SC
42737
42738
42739TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
42740
42741
42742
42743
42744
42745
42746
42747
4d4ff94c
VZ
42748case "$TOOLKIT" in
42749 GTK)
42750 TOOLKIT_USER="GTK+"
42751 if test "$WXGTK20" = 1; then
42752 TOOLKIT_USER="$TOOLKIT_USER 2"
42753 fi
9a8f0513 42754 ;;
4d4ff94c
VZ
42755
42756 *)
42757 TOOLKIT_USER=$TOOLKIT_LOWERCASE
9a8f0513 42758 ;;
4d4ff94c 42759esac
a848cd7e 42760
fb00f58d
JS
42761if test "$wxUSE_WINE" = "yes"; then
42762 BAKEFILE_FORCE_PLATFORM=win32
42763fi
42764
9a8f0513 42765
1e9e8aba
DE
42766
42767
a848cd7e
SC
42768 if test "x$BAKEFILE_HOST" = "x"; then
42769 BAKEFILE_HOST="${host}"
42770 fi
42771
42772 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
42773
42774 if test -n "$ac_tool_prefix"; then
42775 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
42776set dummy ${ac_tool_prefix}ranlib; ac_word=$2
42777echo "$as_me:$LINENO: checking for $ac_word" >&5
42778echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42779if test "${ac_cv_prog_RANLIB+set}" = set; then
42780 echo $ECHO_N "(cached) $ECHO_C" >&6
42781else
42782 if test -n "$RANLIB"; then
42783 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
42784else
42785as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42786for as_dir in $PATH
42787do
42788 IFS=$as_save_IFS
42789 test -z "$as_dir" && as_dir=.
42790 for ac_exec_ext in '' $ac_executable_extensions; do
42791 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42792 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
42793 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42794 break 2
42795 fi
42796done
42797done
42798
42799fi
42800fi
42801RANLIB=$ac_cv_prog_RANLIB
42802if test -n "$RANLIB"; then
42803 echo "$as_me:$LINENO: result: $RANLIB" >&5
42804echo "${ECHO_T}$RANLIB" >&6
42805else
42806 echo "$as_me:$LINENO: result: no" >&5
42807echo "${ECHO_T}no" >&6
42808fi
42809
42810fi
42811if test -z "$ac_cv_prog_RANLIB"; then
42812 ac_ct_RANLIB=$RANLIB
42813 # Extract the first word of "ranlib", so it can be a program name with args.
42814set dummy ranlib; ac_word=$2
42815echo "$as_me:$LINENO: checking for $ac_word" >&5
42816echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42817if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
42818 echo $ECHO_N "(cached) $ECHO_C" >&6
42819else
42820 if test -n "$ac_ct_RANLIB"; then
42821 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
42822else
42823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42824for as_dir in $PATH
42825do
42826 IFS=$as_save_IFS
42827 test -z "$as_dir" && as_dir=.
42828 for ac_exec_ext in '' $ac_executable_extensions; do
42829 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42830 ac_cv_prog_ac_ct_RANLIB="ranlib"
42831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42832 break 2
42833 fi
42834done
42835done
42836
42837 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
42838fi
42839fi
42840ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
42841if test -n "$ac_ct_RANLIB"; then
42842 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
42843echo "${ECHO_T}$ac_ct_RANLIB" >&6
42844else
42845 echo "$as_me:$LINENO: result: no" >&5
42846echo "${ECHO_T}no" >&6
42847fi
42848
42849 RANLIB=$ac_ct_RANLIB
42850else
42851 RANLIB="$ac_cv_prog_RANLIB"
42852fi
42853
42854 # Find a good install program. We prefer a C program (faster),
42855# so one script is as good as another. But avoid the broken or
42856# incompatible versions:
42857# SysV /etc/install, /usr/sbin/install
42858# SunOS /usr/etc/install
42859# IRIX /sbin/install
42860# AIX /bin/install
42861# AmigaOS /C/install, which installs bootblocks on floppy discs
42862# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
42863# AFS /usr/afsws/bin/install, which mishandles nonexistent args
42864# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 42865# OS/2's system install, which has a completely different semantic
a848cd7e
SC
42866# ./install, which can be erroneously created by make from ./install.sh.
42867echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
42868echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
42869if test -z "$INSTALL"; then
42870if test "${ac_cv_path_install+set}" = set; then
42871 echo $ECHO_N "(cached) $ECHO_C" >&6
42872else
42873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42874for as_dir in $PATH
42875do
42876 IFS=$as_save_IFS
42877 test -z "$as_dir" && as_dir=.
42878 # Account for people who put trailing slashes in PATH elements.
42879case $as_dir/ in
42880 ./ | .// | /cC/* | \
42881 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 42882 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
42883 /usr/ucb/* ) ;;
42884 *)
42885 # OSF1 and SCO ODT 3.0 have their own names for install.
42886 # Don't use installbsd from OSF since it installs stuff as root
42887 # by default.
42888 for ac_prog in ginstall scoinst install; do
42889 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
42890 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
42891 if test $ac_prog = install &&
42892 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
42893 # AIX install. It has an incompatible calling convention.
42894 :
42895 elif test $ac_prog = install &&
42896 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
42897 # program-specific install script used by HP pwplus--don't use.
42898 :
42899 else
42900 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
42901 break 3
42902 fi
42903 fi
a848cd7e
SC
42904 done
42905 done
42906 ;;
42907esac
42908done
42909
42910
42911fi
42912 if test "${ac_cv_path_install+set}" = set; then
42913 INSTALL=$ac_cv_path_install
42914 else
42915 # As a last resort, use the slow shell script. We don't cache a
42916 # path for INSTALL within a source directory, because that will
42917 # break other packages using the cache if that directory is
42918 # removed, or if the path is relative.
42919 INSTALL=$ac_install_sh
42920 fi
42921fi
42922echo "$as_me:$LINENO: result: $INSTALL" >&5
42923echo "${ECHO_T}$INSTALL" >&6
42924
42925# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
42926# It thinks the first close brace ends the variable substitution.
42927test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
42928
42929test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
42930
42931test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
42932
42933 echo "$as_me:$LINENO: checking whether ln -s works" >&5
42934echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
42935LN_S=$as_ln_s
42936if test "$LN_S" = "ln -s"; then
42937 echo "$as_me:$LINENO: result: yes" >&5
42938echo "${ECHO_T}yes" >&6
42939else
42940 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
42941echo "${ECHO_T}no, using $LN_S" >&6
42942fi
42943
42944
42945 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
42946echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 42947set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
42948if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
42949 echo $ECHO_N "(cached) $ECHO_C" >&6
42950else
42951 cat >conftest.make <<\_ACEOF
42952all:
42953 @echo 'ac_maketemp="$(MAKE)"'
42954_ACEOF
42955# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
42956eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
42957if test -n "$ac_maketemp"; then
42958 eval ac_cv_prog_make_${ac_make}_set=yes
42959else
42960 eval ac_cv_prog_make_${ac_make}_set=no
42961fi
42962rm -f conftest.make
42963fi
42964if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
42965 echo "$as_me:$LINENO: result: yes" >&5
42966echo "${ECHO_T}yes" >&6
42967 SET_MAKE=
42968else
42969 echo "$as_me:$LINENO: result: no" >&5
42970echo "${ECHO_T}no" >&6
42971 SET_MAKE="MAKE=${MAKE-make}"
42972fi
42973
42974
42975
42976 if test -n "$ac_tool_prefix"; then
42977 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
42978set dummy ${ac_tool_prefix}ar; ac_word=$2
42979echo "$as_me:$LINENO: checking for $ac_word" >&5
42980echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42981if test "${ac_cv_prog_AR+set}" = set; then
42982 echo $ECHO_N "(cached) $ECHO_C" >&6
42983else
42984 if test -n "$AR"; then
42985 ac_cv_prog_AR="$AR" # Let the user override the test.
42986else
42987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42988for as_dir in $PATH
42989do
42990 IFS=$as_save_IFS
42991 test -z "$as_dir" && as_dir=.
42992 for ac_exec_ext in '' $ac_executable_extensions; do
42993 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42994 ac_cv_prog_AR="${ac_tool_prefix}ar"
42995 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42996 break 2
42997 fi
42998done
42999done
43000
43001fi
43002fi
43003AR=$ac_cv_prog_AR
43004if test -n "$AR"; then
43005 echo "$as_me:$LINENO: result: $AR" >&5
43006echo "${ECHO_T}$AR" >&6
43007else
43008 echo "$as_me:$LINENO: result: no" >&5
43009echo "${ECHO_T}no" >&6
43010fi
43011
43012fi
43013if test -z "$ac_cv_prog_AR"; then
43014 ac_ct_AR=$AR
43015 # Extract the first word of "ar", so it can be a program name with args.
43016set dummy ar; ac_word=$2
43017echo "$as_me:$LINENO: checking for $ac_word" >&5
43018echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43019if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
43020 echo $ECHO_N "(cached) $ECHO_C" >&6
43021else
43022 if test -n "$ac_ct_AR"; then
43023 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
43024else
43025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43026for as_dir in $PATH
43027do
43028 IFS=$as_save_IFS
43029 test -z "$as_dir" && as_dir=.
43030 for ac_exec_ext in '' $ac_executable_extensions; do
43031 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43032 ac_cv_prog_ac_ct_AR="ar"
43033 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43034 break 2
43035 fi
43036done
43037done
43038
43039 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
43040fi
43041fi
43042ac_ct_AR=$ac_cv_prog_ac_ct_AR
43043if test -n "$ac_ct_AR"; then
43044 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
43045echo "${ECHO_T}$ac_ct_AR" >&6
43046else
43047 echo "$as_me:$LINENO: result: no" >&5
43048echo "${ECHO_T}no" >&6
43049fi
43050
43051 AR=$ac_ct_AR
43052else
43053 AR="$ac_cv_prog_AR"
43054fi
43055
43056 if test -n "$ac_tool_prefix"; then
43057 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
43058set dummy ${ac_tool_prefix}strip; ac_word=$2
43059echo "$as_me:$LINENO: checking for $ac_word" >&5
43060echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43061if test "${ac_cv_prog_STRIP+set}" = set; then
43062 echo $ECHO_N "(cached) $ECHO_C" >&6
43063else
43064 if test -n "$STRIP"; then
43065 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
43066else
43067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43068for as_dir in $PATH
43069do
43070 IFS=$as_save_IFS
43071 test -z "$as_dir" && as_dir=.
43072 for ac_exec_ext in '' $ac_executable_extensions; do
43073 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43074 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
43075 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43076 break 2
43077 fi
43078done
43079done
43080
43081fi
43082fi
43083STRIP=$ac_cv_prog_STRIP
43084if test -n "$STRIP"; then
43085 echo "$as_me:$LINENO: result: $STRIP" >&5
43086echo "${ECHO_T}$STRIP" >&6
43087else
43088 echo "$as_me:$LINENO: result: no" >&5
43089echo "${ECHO_T}no" >&6
43090fi
43091
43092fi
43093if test -z "$ac_cv_prog_STRIP"; then
43094 ac_ct_STRIP=$STRIP
43095 # Extract the first word of "strip", so it can be a program name with args.
43096set dummy strip; ac_word=$2
43097echo "$as_me:$LINENO: checking for $ac_word" >&5
43098echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43099if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
43100 echo $ECHO_N "(cached) $ECHO_C" >&6
43101else
43102 if test -n "$ac_ct_STRIP"; then
43103 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
43104else
43105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43106for as_dir in $PATH
43107do
43108 IFS=$as_save_IFS
43109 test -z "$as_dir" && as_dir=.
43110 for ac_exec_ext in '' $ac_executable_extensions; do
43111 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43112 ac_cv_prog_ac_ct_STRIP="strip"
43113 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43114 break 2
43115 fi
43116done
43117done
43118
43119 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
43120fi
43121fi
43122ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
43123if test -n "$ac_ct_STRIP"; then
43124 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
43125echo "${ECHO_T}$ac_ct_STRIP" >&6
43126else
43127 echo "$as_me:$LINENO: result: no" >&5
43128echo "${ECHO_T}no" >&6
43129fi
43130
43131 STRIP=$ac_ct_STRIP
43132else
43133 STRIP="$ac_cv_prog_STRIP"
43134fi
43135
43136 if test -n "$ac_tool_prefix"; then
43137 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
43138set dummy ${ac_tool_prefix}nm; ac_word=$2
43139echo "$as_me:$LINENO: checking for $ac_word" >&5
43140echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43141if test "${ac_cv_prog_NM+set}" = set; then
43142 echo $ECHO_N "(cached) $ECHO_C" >&6
43143else
43144 if test -n "$NM"; then
43145 ac_cv_prog_NM="$NM" # Let the user override the test.
43146else
43147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43148for as_dir in $PATH
43149do
43150 IFS=$as_save_IFS
43151 test -z "$as_dir" && as_dir=.
43152 for ac_exec_ext in '' $ac_executable_extensions; do
43153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43154 ac_cv_prog_NM="${ac_tool_prefix}nm"
43155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43156 break 2
43157 fi
43158done
43159done
43160
43161fi
43162fi
43163NM=$ac_cv_prog_NM
43164if test -n "$NM"; then
43165 echo "$as_me:$LINENO: result: $NM" >&5
43166echo "${ECHO_T}$NM" >&6
43167else
43168 echo "$as_me:$LINENO: result: no" >&5
43169echo "${ECHO_T}no" >&6
43170fi
43171
43172fi
43173if test -z "$ac_cv_prog_NM"; then
43174 ac_ct_NM=$NM
43175 # Extract the first word of "nm", so it can be a program name with args.
43176set dummy nm; ac_word=$2
43177echo "$as_me:$LINENO: checking for $ac_word" >&5
43178echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43179if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
43180 echo $ECHO_N "(cached) $ECHO_C" >&6
43181else
43182 if test -n "$ac_ct_NM"; then
43183 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
43184else
43185as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43186for as_dir in $PATH
43187do
43188 IFS=$as_save_IFS
43189 test -z "$as_dir" && as_dir=.
43190 for ac_exec_ext in '' $ac_executable_extensions; do
43191 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43192 ac_cv_prog_ac_ct_NM="nm"
43193 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43194 break 2
43195 fi
43196done
43197done
43198
43199 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
43200fi
43201fi
43202ac_ct_NM=$ac_cv_prog_ac_ct_NM
43203if test -n "$ac_ct_NM"; then
43204 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
43205echo "${ECHO_T}$ac_ct_NM" >&6
43206else
43207 echo "$as_me:$LINENO: result: no" >&5
43208echo "${ECHO_T}no" >&6
43209fi
43210
43211 NM=$ac_ct_NM
43212else
43213 NM="$ac_cv_prog_NM"
43214fi
43215
43216
43217 case ${BAKEFILE_HOST} in
43218 *-hp-hpux* )
1e9e8aba 43219 INSTALL_DIR="mkdir -p"
a848cd7e
SC
43220 ;;
43221 *) INSTALL_DIR="$INSTALL -d"
43222 ;;
43223 esac
43224
43225
43226 LDFLAGS_GUI=
43227 case ${BAKEFILE_HOST} in
43228 *-*-cygwin* | *-*-mingw32* )
43229 LDFLAGS_GUI="-mwindows"
43230 esac
43231
43232
43233 fi
43234
43235 echo "$as_me:$LINENO: checking if make is GNU make" >&5
43236echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
43237if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
43238 echo $ECHO_N "(cached) $ECHO_C" >&6
43239else
43240
43241 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
43242 egrep -s GNU > /dev/null); then
43243 bakefile_cv_prog_makeisgnu="yes"
43244 else
43245 bakefile_cv_prog_makeisgnu="no"
43246 fi
43247
43248fi
43249echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
43250echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
43251
43252 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
43253 IF_GNU_MAKE=""
43254 else
43255 IF_GNU_MAKE="#"
43256 fi
43257
43258
43259
43260 PLATFORM_UNIX=0
43261 PLATFORM_WIN32=0
43262 PLATFORM_MSDOS=0
43263 PLATFORM_MAC=0
1e9e8aba 43264 PLATFORM_MACOS=0
a848cd7e
SC
43265 PLATFORM_MACOSX=0
43266 PLATFORM_OS2=0
1e9e8aba 43267 PLATFORM_BEOS=0
a848cd7e
SC
43268
43269 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
43270 case "${BAKEFILE_HOST}" in
810b94f0 43271 *-*-mingw32* )
a848cd7e
SC
43272 PLATFORM_WIN32=1
43273 ;;
43274 *-pc-msdosdjgpp )
43275 PLATFORM_MSDOS=1
43276 ;;
43277 *-pc-os2_emx | *-pc-os2-emx )
43278 PLATFORM_OS2=1
43279 ;;
47bd5406 43280 *-*-darwin* )
a848cd7e
SC
43281 PLATFORM_MAC=1
43282 PLATFORM_MACOSX=1
43283 ;;
1e9e8aba
DE
43284 *-*-beos* )
43285 PLATFORM_BEOS=1
43286 ;;
43287 powerpc-apple-macos* )
43288 PLATFORM_MAC=1
43289 PLATFORM_MACOS=1
43290 ;;
a848cd7e
SC
43291 * )
43292 PLATFORM_UNIX=1
43293 ;;
43294 esac
43295 else
43296 case "$BAKEFILE_FORCE_PLATFORM" in
43297 win32 )
43298 PLATFORM_WIN32=1
43299 ;;
43300 msdos )
43301 PLATFORM_MSDOS=1
43302 ;;
43303 os2 )
43304 PLATFORM_OS2=1
43305 ;;
43306 darwin )
43307 PLATFORM_MAC=1
43308 PLATFORM_MACOSX=1
43309 ;;
43310 unix )
43311 PLATFORM_UNIX=1
43312 ;;
1e9e8aba
DE
43313 beos )
43314 PLATFORM_BEOS=1
43315 ;;
a848cd7e
SC
43316 * )
43317 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
43318echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
43319 { (exit 1); exit 1; }; }
43320 ;;
43321 esac
43322 fi
43323
43324
43325
43326
43327
43328
43329
43330
43331
1e9e8aba
DE
43332
43333
a848cd7e
SC
43334 # Check whether --enable-omf or --disable-omf was given.
43335if test "${enable_omf+set}" = set; then
43336 enableval="$enable_omf"
43337 bk_os2_use_omf="$enableval"
43338fi;
43339
43340 case "${BAKEFILE_HOST}" in
43341 *-*-darwin* )
47bd5406
VZ
43342 if test "x$GCC" = "xyes"; then
43343 CFLAGS="$CFLAGS -fno-common"
43344 CXXFLAGS="$CXXFLAGS -fno-common"
43345 fi
43346 if test "x$XLCC" = "xyes"; then
43347 CFLAGS="$CFLAGS -qnocommon"
43348 CXXFLAGS="$CXXFLAGS -qnocommon"
43349 fi
a848cd7e
SC
43350 ;;
43351
43352 *-pc-os2_emx | *-pc-os2-emx )
43353 if test "x$bk_os2_use_omf" = "xyes" ; then
43354 AR=emxomfar
43355 RANLIB=:
43356 LDFLAGS="-Zomf $LDFLAGS"
43357 CFLAGS="-Zomf $CFLAGS"
43358 CXXFLAGS="-Zomf $CXXFLAGS"
43359 OS2_LIBEXT="lib"
43360 else
43361 OS2_LIBEXT="a"
43362 fi
43363 ;;
1e9e8aba
DE
43364
43365 i*86-*-beos* )
43366 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
43367 ;;
a848cd7e
SC
43368 esac
43369
43370
43371 SO_SUFFIX="so"
43372 SO_SUFFIX_MODULE="so"
43373 EXEEXT=""
43374 LIBPREFIX="lib"
43375 LIBEXT=".a"
43376 DLLPREFIX="lib"
43377 DLLPREFIX_MODULE=""
43378 DLLIMP_SUFFIX=""
810b94f0 43379 dlldir="$libdir"
a848cd7e
SC
43380
43381 case "${BAKEFILE_HOST}" in
43382 *-hp-hpux* )
43383 SO_SUFFIX="sl"
43384 SO_SUFFIX_MODULE="sl"
43385 ;;
43386 *-*-aix* )
43387 SO_SUFFIX="a"
43388 SO_SUFFIX_MODULE="a"
43389 ;;
810b94f0
MW
43390 *-*-cygwin* )
43391 SO_SUFFIX="dll"
43392 SO_SUFFIX_MODULE="dll"
43393 DLLIMP_SUFFIX="dll.a"
43394 EXEEXT=".exe"
43395 DLLPREFIX="cyg"
43396 dlldir="$bindir"
43397 ;;
43398 *-*-mingw32* )
a848cd7e
SC
43399 SO_SUFFIX="dll"
43400 SO_SUFFIX_MODULE="dll"
43401 DLLIMP_SUFFIX="dll.a"
43402 EXEEXT=".exe"
43403 DLLPREFIX=""
810b94f0 43404 dlldir="$bindir"
a848cd7e
SC
43405 ;;
43406 *-pc-msdosdjgpp )
43407 EXEEXT=".exe"
43408 DLLPREFIX=""
810b94f0 43409 dlldir="$bindir"
a848cd7e
SC
43410 ;;
43411 *-pc-os2_emx | *-pc-os2-emx )
43412 SO_SUFFIX="dll"
43413 SO_SUFFIX_MODULE="dll"
43414 DLLIMP_SUFFIX=$OS2_LIBEXT
43415 EXEEXT=".exe"
43416 DLLPREFIX=""
43417 LIBPREFIX=""
43418 LIBEXT=".$OS2_LIBEXT"
810b94f0 43419 dlldir="$bindir"
a848cd7e 43420 ;;
47bd5406 43421 *-*-darwin* )
a848cd7e
SC
43422 SO_SUFFIX="dylib"
43423 SO_SUFFIX_MODULE="bundle"
43424 ;;
43425 esac
43426
43427 if test "x$DLLIMP_SUFFIX" = "x" ; then
43428 DLLIMP_SUFFIX="$SO_SUFFIX"
43429 fi
43430
43431
43432
43433
43434
43435
43436
43437
43438
43439
43440
810b94f0 43441
1e9e8aba
DE
43442 PIC_FLAG=""
43443 if test "x$GCC" = "xyes"; then
a848cd7e
SC
43444 PIC_FLAG="-fPIC"
43445 fi
43446
1e9e8aba
DE
43447 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
43448 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
810b94f0 43449 WINDOWS_IMPLIB=0
1e9e8aba 43450
a848cd7e
SC
43451 case "${BAKEFILE_HOST}" in
43452 *-hp-hpux* )
1e9e8aba 43453 if test "x$GCC" != "xyes"; then
a848cd7e
SC
43454 LDFLAGS="$LDFLAGS -L/usr/lib"
43455
43456 SHARED_LD_CC="${CC} -b -o"
43457 SHARED_LD_CXX="${CXX} -b -o"
43458 PIC_FLAG="+Z"
43459 fi
43460 ;;
43461
43462 *-*-linux* )
43463 if test "x$GCC" != "xyes"; then
43464 echo "$as_me:$LINENO: checking for Intel compiler" >&5
43465echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
43466if test "${bakefile_cv_prog_icc+set}" = set; then
43467 echo $ECHO_N "(cached) $ECHO_C" >&6
43468else
43469
43470 cat >conftest.$ac_ext <<_ACEOF
43471/* confdefs.h. */
43472_ACEOF
43473cat confdefs.h >>conftest.$ac_ext
43474cat >>conftest.$ac_ext <<_ACEOF
43475/* end confdefs.h. */
43476
43477int
43478main ()
43479{
43480
43481 #ifndef __INTEL_COMPILER
43482 #error Not icc
43483 #endif
43484
43485 ;
43486 return 0;
43487}
43488_ACEOF
43489rm -f conftest.$ac_objext
43490if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43491 (eval $ac_compile) 2>conftest.er1
a848cd7e 43492 ac_status=$?
ac1cb8d3
VS
43493 grep -v '^ *+' conftest.er1 >conftest.err
43494 rm -f conftest.er1
43495 cat conftest.err >&5
a848cd7e
SC
43496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43497 (exit $ac_status); } &&
6ebeb4c7 43498 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
43499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43500 (eval $ac_try) 2>&5
43501 ac_status=$?
43502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43503 (exit $ac_status); }; } &&
43504 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43506 (eval $ac_try) 2>&5
43507 ac_status=$?
43508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43509 (exit $ac_status); }; }; then
43510 bakefile_cv_prog_icc=yes
43511else
43512 echo "$as_me: failed program was:" >&5
43513sed 's/^/| /' conftest.$ac_ext >&5
43514
43515bakefile_cv_prog_icc=no
43516
43517fi
ac1cb8d3 43518rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43519
43520fi
43521echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
43522echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
43523 if test "$bakefile_cv_prog_icc" = "yes"; then
43524 PIC_FLAG="-KPIC"
43525 fi
43526 fi
43527 ;;
43528
43529 *-*-solaris2* )
43530 if test "x$GCC" != xyes ; then
43531 SHARED_LD_CC="${CC} -G -o"
43532 SHARED_LD_CXX="${CXX} -G -o"
43533 PIC_FLAG="-KPIC"
43534 fi
43535 ;;
43536
43537 *-*-darwin* )
43538
43539 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
43540echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
43541if test "${wx_cv_gcc31+set}" = set; then
43542 echo $ECHO_N "(cached) $ECHO_C" >&6
43543else
43544
43545 cat >conftest.$ac_ext <<_ACEOF
43546/* confdefs.h. */
43547_ACEOF
43548cat confdefs.h >>conftest.$ac_ext
43549cat >>conftest.$ac_ext <<_ACEOF
43550/* end confdefs.h. */
43551
43552int
43553main ()
43554{
43555
43556 #if (__GNUC__ < 3) || \
43557 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
43558 #error old gcc
43559 #endif
43560
43561 ;
43562 return 0;
43563}
43564_ACEOF
43565rm -f conftest.$ac_objext
43566if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43567 (eval $ac_compile) 2>conftest.er1
a848cd7e 43568 ac_status=$?
ac1cb8d3
VS
43569 grep -v '^ *+' conftest.er1 >conftest.err
43570 rm -f conftest.er1
43571 cat conftest.err >&5
a848cd7e
SC
43572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43573 (exit $ac_status); } &&
6ebeb4c7 43574 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
43575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43576 (eval $ac_try) 2>&5
43577 ac_status=$?
43578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43579 (exit $ac_status); }; } &&
43580 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43582 (eval $ac_try) 2>&5
43583 ac_status=$?
43584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43585 (exit $ac_status); }; }; then
43586
43587 wx_cv_gcc31=yes
43588
43589else
43590 echo "$as_me: failed program was:" >&5
43591sed 's/^/| /' conftest.$ac_ext >&5
43592
43593
43594 wx_cv_gcc31=no
43595
43596
43597fi
ac1cb8d3 43598rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43599
43600fi
43601echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
43602echo "${ECHO_T}$wx_cv_gcc31" >&6
43603 if test "$wx_cv_gcc31" = "no"; then
473276a9
VS
43604
43605D='$'
43606cat <<EOF >shared-ld-sh
a848cd7e
SC
43607#!/bin/sh
43608#-----------------------------------------------------------------------------
43609#-- Name: distrib/mac/shared-ld-sh
43610#-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
43611#-- Author: Gilles Depeyrot
43612#-- Copyright: (c) 2002 Gilles Depeyrot
43613#-- Licence: any use permitted
43614#-----------------------------------------------------------------------------
43615
43616verbose=0
43617args=""
43618objects=""
43619linking_flag="-dynamiclib"
810b94f0 43620ldargs="-r -keep_private_externs -nostdlib"
a848cd7e 43621
473276a9
VS
43622while test ${D}# -gt 0; do
43623 case ${D}1 in
a848cd7e
SC
43624
43625 -v)
43626 verbose=1
43627 ;;
43628
43629 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
43630 # collect these options and values
473276a9 43631 args="${D}{args} ${D}1 ${D}2"
a848cd7e
SC
43632 shift
43633 ;;
43634
810b94f0
MW
43635 -s|-Wl,*)
43636 # collect these load args
43637 ldargs="${D}{ldargs} ${D}1"
2113bc77 43638 ;;
810b94f0
MW
43639
43640 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
a848cd7e 43641 # collect these options
473276a9 43642 args="${D}{args} ${D}1"
a848cd7e
SC
43643 ;;
43644
43645 -dynamiclib|-bundle)
473276a9 43646 linking_flag="${D}1"
a848cd7e
SC
43647 ;;
43648
43649 -*)
473276a9 43650 echo "shared-ld: unhandled option '${D}1'"
a848cd7e
SC
43651 exit 1
43652 ;;
43653
43654 *.o | *.a | *.dylib)
43655 # collect object files
473276a9 43656 objects="${D}{objects} ${D}1"
a848cd7e
SC
43657 ;;
43658
43659 *)
473276a9 43660 echo "shared-ld: unhandled argument '${D}1'"
a848cd7e
SC
43661 exit 1
43662 ;;
43663
43664 esac
43665 shift
43666done
43667
810b94f0
MW
43668status=0
43669
a848cd7e
SC
43670#
43671# Link one module containing all the others
43672#
473276a9 43673if test ${D}{verbose} = 1; then
810b94f0 43674 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
a848cd7e 43675fi
810b94f0 43676c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
473276a9 43677status=${D}?
a848cd7e
SC
43678
43679#
810b94f0
MW
43680# Link the shared library from the single module created, but only if the
43681# previous command didn't fail:
a848cd7e 43682#
810b94f0
MW
43683if test ${D}{status} = 0; then
43684 if test ${D}{verbose} = 1; then
43685 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
43686 fi
43687 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
43688 status=${D}?
a848cd7e
SC
43689fi
43690
43691#
43692# Remove intermediate module
43693#
473276a9 43694rm -f master.${D}${D}.o
a848cd7e 43695
810b94f0 43696exit ${D}status
a848cd7e 43697EOF
473276a9 43698
a848cd7e
SC
43699 chmod +x shared-ld-sh
43700
43701 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
43702 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
43703 SHARED_LD_CXX="$SHARED_LD_CC"
43704 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
43705 else
43706 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
43707 SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o"
43708 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
43709 SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
43710 fi
43711
47bd5406
VZ
43712 if test "x$GCC" == "xyes"; then
43713 PIC_FLAG="-dynamic -fPIC"
43714 fi
43715 if test "x$XLCC" = "xyes"; then
43716 PIC_FLAG="-dynamic -DPIC"
43717 fi
a848cd7e
SC
43718 ;;
43719
43720 *-*-aix* )
0ad5d837
VZ
43721 if test "x$GCC" = "xyes"; then
43722 PIC_FLAG=""
43723 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
43724 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
43725 else
a848cd7e
SC
43726 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
43727set dummy makeC++SharedLib; ac_word=$2
43728echo "$as_me:$LINENO: checking for $ac_word" >&5
43729echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43730if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
43731 echo $ECHO_N "(cached) $ECHO_C" >&6
43732else
43733 if test -n "$AIX_CXX_LD"; then
43734 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
43735else
43736as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43737for as_dir in $PATH
43738do
43739 IFS=$as_save_IFS
43740 test -z "$as_dir" && as_dir=.
43741 for ac_exec_ext in '' $ac_executable_extensions; do
43742 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43743 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
43744 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43745 break 2
43746 fi
43747done
43748done
43749
43750 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
43751fi
43752fi
43753AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
43754if test -n "$AIX_CXX_LD"; then
43755 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
43756echo "${ECHO_T}$AIX_CXX_LD" >&6
43757else
43758 echo "$as_me:$LINENO: result: no" >&5
43759echo "${ECHO_T}no" >&6
43760fi
43761
43762 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
43763 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
43764 fi
43765 ;;
43766
43767 *-*-beos* )
1e9e8aba
DE
43768 SHARED_LD_CC="${LD} -nostart -o"
43769 SHARED_LD_CXX="${LD} -nostart -o"
a848cd7e
SC
43770 ;;
43771
43772 *-*-irix* )
43773 if test "x$GCC" != "xyes"; then
43774 PIC_FLAG="-KPIC"
43775 fi
43776 ;;
43777
43778 *-*-cygwin* | *-*-mingw32* )
43779 PIC_FLAG=""
1e9e8aba
DE
43780 SHARED_LD_CC="\$(CC) -shared -o"
43781 SHARED_LD_CXX="\$(CXX) -shared -o"
810b94f0 43782 WINDOWS_IMPLIB=1
a848cd7e
SC
43783 ;;
43784
43785 *-pc-os2_emx | *-pc-os2-emx )
b1d22ded
DE
43786 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43787 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
a848cd7e 43788 PIC_FLAG=""
473276a9
VS
43789
43790D='$'
43791cat <<EOF >dllar.sh
43792#!/bin/sh
43793#
43794# dllar - a tool to build both a .dll and an .a file
43795# from a set of object (.o) files for EMX/OS2.
43796#
43797# Written by Andrew Zabolotny, bit@freya.etu.ru
43798# Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
43799#
43800# This script will accept a set of files on the command line.
43801# All the public symbols from the .o files will be exported into
43802# a .DEF file, then linker will be run (through gcc) against them to
43803# build a shared library consisting of all given .o files. All libraries
43804# (.a) will be first decompressed into component .o files then act as
43805# described above. You can optionally give a description (-d "description")
43806# which will be put into .DLL. To see the list of accepted options (as well
43807# as command-line format) simply run this program without options. The .DLL
43808# is built to be imported by name (there is no guarantee that new versions
43809# of the library you build will have same ordinals for same symbols).
43810#
43811# dllar is free software; you can redistribute it and/or modify
43812# it under the terms of the GNU General Public License as published by
43813# the Free Software Foundation; either version 2, or (at your option)
43814# any later version.
43815#
43816# dllar is distributed in the hope that it will be useful,
43817# but WITHOUT ANY WARRANTY; without even the implied warranty of
43818# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
43819# GNU General Public License for more details.
43820#
43821# You should have received a copy of the GNU General Public License
43822# along with dllar; see the file COPYING. If not, write to the Free
43823# Software Foundation, 59 Temple Place - Suite 330, Boston, MA
43824# 02111-1307, USA.
43825
43826# To successfuly run this program you will need:
43827# - Current drive should have LFN support (HPFS, ext2, network, etc)
43828# (Sometimes dllar generates filenames which won't fit 8.3 scheme)
43829# - gcc
43830# (used to build the .dll)
43831# - emxexp
43832# (used to create .def file from .o files)
43833# - emximp
43834# (used to create .a file from .def file)
43835# - GNU text utilites (cat, sort, uniq)
43836# used to process emxexp output
43837# - GNU file utilities (mv, rm)
43838# - GNU sed
43839# - lxlite (optional, see flag below)
43840# (used for general .dll cleanup)
43841#
43842
43843flag_USE_LXLITE=1;
43844
43845#
43846# helper functions
43847# basnam, variant of basename, which does _not_ remove the path, _iff_
43848# second argument (suffix to remove) is given
43849basnam(){
43850 case ${D}# in
43851 1)
1e9e8aba 43852 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
473276a9
VS
43853 ;;
43854 2)
43855 echo ${D}1 | sed 's/'${D}2'${D}//'
43856 ;;
43857 *)
43858 echo "error in basnam ${D}*"
43859 exit 8
43860 ;;
43861 esac
43862}
43863
43864# Cleanup temporary files and output
43865CleanUp() {
43866 cd ${D}curDir
43867 for i in ${D}inputFiles ; do
43868 case ${D}i in
43869 *!)
43870 rm -rf \`basnam ${D}i !\`
43871 ;;
43872 *)
43873 ;;
43874 esac
43875 done
43876
43877 # Kill result in case of failure as there is just to many stupid make/nmake
43878 # things out there which doesn't do this.
1e9e8aba 43879 if [ ${D}# -eq 0 ]; then
473276a9
VS
43880 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
43881 fi
43882}
43883
43884# Print usage and exit script with rc=1.
43885PrintHelp() {
b1d22ded
DE
43886 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
43887 echo ' [-name-mangler-script script.sh]'
43888 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
43889 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
43890 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
1e9e8aba 43891 echo ' [*.o] [*.a]'
473276a9
VS
43892 echo '*> "output_file" should have no extension.'
43893 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
43894 echo ' The import library name is derived from this and is set to "name".a,'
43895 echo ' unless overridden by -import'
43896 echo '*> "importlib_name" should have no extension.'
43897 echo ' If it has the .o, or .a extension, it is automatically removed.'
43898 echo ' This name is used as the import library name and may be longer and'
43899 echo ' more descriptive than the DLL name which has to follow the old '
43900 echo ' 8.3 convention of FAT.'
b1d22ded
DE
43901 echo '*> "script.sh may be given to override the output_file name by a'
43902 echo ' different name. It is mainly useful if the regular make process'
43903 echo ' of some package does not take into account OS/2 restriction of'
43904 echo ' DLL name lengths. It takes the importlib name as input and is'
43905 echo ' supposed to procude a shorter name as output. The script should'
43906 echo ' expect to get importlib_name without extension and should produce'
43907 echo ' a (max.) 8 letter name without extension.'
473276a9
VS
43908 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
43909 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
43910 echo ' These flags will be put at the start of GCC command line.'
b1d22ded
DE
43911 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
43912 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
473276a9
VS
43913 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
43914 echo ' If the last character of a symbol is "*", all symbols beginning'
43915 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
b1d22ded 43916 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
473276a9 43917 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
b1d22ded 43918 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
473276a9 43919 echo ' C runtime DLLs.'
b1d22ded 43920 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
473276a9
VS
43921 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
43922 echo ' unchanged to GCC at the end of command line.'
43923 echo '*> If you create a DLL from a library and you do not specify -o,'
43924 echo ' the basename for DLL and import library will be set to library name,'
43925 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
43926 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
43927 echo ' library will be renamed into gcc_s.a.'
43928 echo '--------'
43929 echo 'Example:'
43930 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
43931 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
43932 CleanUp
43933 exit 1
43934}
43935
43936# Execute a command.
43937# If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
43938# @Uses Whatever CleanUp() uses.
43939doCommand() {
43940 echo "${D}*"
43941 eval ${D}*
43942 rcCmd=${D}?
43943
1e9e8aba 43944 if [ ${D}rcCmd -ne 0 ]; then
473276a9
VS
43945 echo "command failed, exit code="${D}rcCmd
43946 CleanUp
43947 exit ${D}rcCmd
43948 fi
43949}
43950
43951# main routine
43952# setup globals
43953cmdLine=${D}*
43954outFile=""
43955outimpFile=""
43956inputFiles=""
b1d22ded 43957renameScript=""
473276a9
VS
43958description=""
43959CC=gcc.exe
43960CFLAGS="-s -Zcrtdll"
43961EXTRA_CFLAGS=""
43962EXPORT_BY_ORDINALS=0
43963exclude_symbols=""
43964library_flags=""
43965curDir=\`pwd\`
43966curDirS=curDir
43967case ${D}curDirS in
43968*/)
43969 ;;
43970*)
43971 curDirS=${D}{curDirS}"/"
43972 ;;
43973esac
43974# Parse commandline
43975libsToLink=0
b1d22ded 43976omfLinking=0
1e9e8aba 43977while [ ${D}1 ]; do
473276a9
VS
43978 case ${D}1 in
43979 -ord*)
43980 EXPORT_BY_ORDINALS=1;
43981 ;;
43982 -o*)
43983 shift
43984 outFile=${D}1
43985 ;;
43986 -i*)
43987 shift
43988 outimpFile=${D}1
43989 ;;
b1d22ded
DE
43990 -name-mangler-script)
43991 shift
43992 renameScript=${D}1
43993 ;;
473276a9
VS
43994 -d*)
43995 shift
43996 description=${D}1
43997 ;;
43998 -f*)
43999 shift
44000 CFLAGS=${D}1
44001 ;;
44002 -c*)
44003 shift
44004 CC=${D}1
44005 ;;
44006 -h*)
44007 PrintHelp
44008 ;;
44009 -ex*)
44010 shift
44011 exclude_symbols=${D}{exclude_symbols}${D}1" "
44012 ;;
44013 -libf*)
44014 shift
44015 library_flags=${D}{library_flags}${D}1" "
44016 ;;
44017 -nocrt*)
44018 CFLAGS="-s"
44019 ;;
44020 -nolxl*)
44021 flag_USE_LXLITE=0
44022 ;;
44023 -* | /*)
44024 case ${D}1 in
44025 -L* | -l*)
44026 libsToLink=1
44027 ;;
b1d22ded
DE
44028 -Zomf)
44029 omfLinking=1
44030 ;;
473276a9
VS
44031 *)
44032 ;;
44033 esac
44034 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44035 ;;
b1d22ded
DE
44036 *.dll)
44037 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
44038 if [ ${D}omfLinking -eq 1 ]; then
44039 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
44040 else
44041 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
44042 fi
44043 ;;
473276a9
VS
44044 *)
44045 found=0;
1e9e8aba 44046 if [ ${D}libsToLink -ne 0 ]; then
473276a9
VS
44047 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44048 else
44049 for file in ${D}1 ; do
1e9e8aba 44050 if [ -f ${D}file ]; then
473276a9
VS
44051 inputFiles="${D}{inputFiles} ${D}file"
44052 found=1
44053 fi
44054 done
1e9e8aba 44055 if [ ${D}found -eq 0 ]; then
473276a9
VS
44056 echo "ERROR: No file(s) found: "${D}1
44057 exit 8
44058 fi
44059 fi
44060 ;;
44061 esac
44062 shift
44063done # iterate cmdline words
44064
44065#
1e9e8aba 44066if [ -z "${D}inputFiles" ]; then
473276a9
VS
44067 echo "dllar: no input files"
44068 PrintHelp
44069fi
44070
44071# Now extract all .o files from .a files
44072newInputFiles=""
44073for file in ${D}inputFiles ; do
44074 case ${D}file in
44075 *.a | *.lib)
44076 case ${D}file in
44077 *.a)
44078 suffix=".a"
44079 AR="ar"
44080 ;;
44081 *.lib)
44082 suffix=".lib"
44083 AR="emxomfar"
44084 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
44085 ;;
44086 *)
44087 ;;
44088 esac
44089 dirname=\`basnam ${D}file ${D}suffix\`"_%"
44090 mkdir ${D}dirname
1e9e8aba 44091 if [ ${D}? -ne 0 ]; then
473276a9
VS
44092 echo "Failed to create subdirectory ./${D}dirname"
44093 CleanUp
44094 exit 8;
44095 fi
44096 # Append '!' to indicate archive
44097 newInputFiles="${D}newInputFiles ${D}{dirname}!"
44098 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
44099 cd ${D}curDir
44100 found=0;
44101 for subfile in ${D}dirname/*.o* ; do
1e9e8aba 44102 if [ -f ${D}subfile ]; then
473276a9 44103 found=1
1e9e8aba 44104 if [ -s ${D}subfile ]; then
473276a9
VS
44105 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
44106 newInputFiles="${D}newInputFiles ${D}subfile"
44107 fi
44108 fi
44109 done
1e9e8aba
DE
44110 if [ ${D}found -eq 0 ]; then
44111 echo "WARNING: there are no files in archive \\'${D}file\\'"
473276a9
VS
44112 fi
44113 ;;
44114 *)
44115 newInputFiles="${D}{newInputFiles} ${D}file"
44116 ;;
44117 esac
44118done
44119inputFiles="${D}newInputFiles"
44120
44121# Output filename(s).
44122do_backup=0;
1e9e8aba 44123if [ -z ${D}outFile ]; then
473276a9
VS
44124 do_backup=1;
44125 set outFile ${D}inputFiles; outFile=${D}2
44126fi
44127
44128# If it is an archive, remove the '!' and the '_%' suffixes
44129case ${D}outFile in
44130*_%!)
44131 outFile=\`basnam ${D}outFile _%!\`
44132 ;;
44133*)
44134 ;;
44135esac
44136case ${D}outFile in
44137*.dll)
44138 outFile=\`basnam ${D}outFile .dll\`
44139 ;;
44140*.DLL)
44141 outFile=\`basnam ${D}outFile .DLL\`
44142 ;;
44143*.o)
44144 outFile=\`basnam ${D}outFile .o\`
44145 ;;
44146*.obj)
44147 outFile=\`basnam ${D}outFile .obj\`
44148 ;;
44149*.a)
44150 outFile=\`basnam ${D}outFile .a\`
44151 ;;
44152*.lib)
44153 outFile=\`basnam ${D}outFile .lib\`
44154 ;;
44155*)
44156 ;;
44157esac
44158case ${D}outimpFile in
44159*.a)
44160 outimpFile=\`basnam ${D}outimpFile .a\`
44161 ;;
44162*.lib)
44163 outimpFile=\`basnam ${D}outimpFile .lib\`
44164 ;;
44165*)
44166 ;;
44167esac
1e9e8aba 44168if [ -z ${D}outimpFile ]; then
473276a9
VS
44169 outimpFile=${D}outFile
44170fi
44171defFile="${D}{outFile}.def"
44172arcFile="${D}{outimpFile}.a"
44173arcFile2="${D}{outimpFile}.lib"
b1d22ded
DE
44174
44175#create ${D}dllFile as something matching 8.3 restrictions,
44176if [ -z ${D}renameScript ] ; then
44177 dllFile="${D}outFile"
44178else
44179 dllFile=\`${D}renameScript ${D}outimpFile\`
44180fi
473276a9 44181
1e9e8aba
DE
44182if [ ${D}do_backup -ne 0 ] ; then
44183 if [ -f ${D}arcFile ] ; then
473276a9
VS
44184 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
44185 fi
1e9e8aba 44186 if [ -f ${D}arcFile2 ] ; then
473276a9
VS
44187 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
44188 fi
44189fi
44190
44191# Extract public symbols from all the object files.
44192tmpdefFile=${D}{defFile}_%
44193rm -f ${D}tmpdefFile
44194for file in ${D}inputFiles ; do
44195 case ${D}file in
44196 *!)
44197 ;;
44198 *)
44199 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
44200 ;;
44201 esac
44202done
44203
44204# Create the def file.
44205rm -f ${D}defFile
44206echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
b1d22ded
DE
44207dllFile="${D}{dllFile}.dll"
44208if [ ! -z ${D}description ]; then
1e9e8aba 44209 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
473276a9
VS
44210fi
44211echo "EXPORTS" >> ${D}defFile
44212
44213doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
44214grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
44215
44216# Checks if the export is ok or not.
44217for word in ${D}exclude_symbols; do
44218 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
44219 mv ${D}{tmpdefFile}% ${D}tmpdefFile
44220done
44221
44222
1e9e8aba
DE
44223if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
44224 sed "=" < ${D}tmpdefFile | \\
473276a9
VS
44225 sed '
44226 N
44227 : loop
1e9e8aba 44228 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
473276a9
VS
44229 t loop
44230 ' > ${D}{tmpdefFile}%
44231 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
44232else
44233 rm -f ${D}{tmpdefFile}%
44234fi
44235cat ${D}tmpdefFile >> ${D}defFile
44236rm -f ${D}tmpdefFile
44237
44238# Do linking, create implib, and apply lxlite.
44239gccCmdl="";
44240for file in ${D}inputFiles ; do
44241 case ${D}file in
44242 *!)
44243 ;;
44244 *)
44245 gccCmdl="${D}gccCmdl ${D}file"
44246 ;;
44247 esac
44248done
44249doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
44250touch "${D}{outFile}.dll"
44251
44252doCommand "emximp -o ${D}arcFile ${D}defFile"
1e9e8aba 44253if [ ${D}flag_USE_LXLITE -ne 0 ]; then
473276a9 44254 add_flags="";
1e9e8aba 44255 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
473276a9
VS
44256 add_flags="-ynd"
44257 fi
44258 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
44259fi
44260doCommand "emxomf -s -l ${D}arcFile"
44261
44262# Successful exit.
44263CleanUp 1
44264exit 0
44265EOF
44266
44267 chmod +x dllar.sh
a848cd7e
SC
44268 ;;
44269
1e9e8aba 44270 powerpc-apple-macos* | \
0ad5d837 44271 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
a848cd7e
SC
44272 *-*-sunos4* | \
44273 *-*-osf* | \
44274 *-*-dgux5* | \
47a7e797
MW
44275 *-*-sysv5* | \
44276 *-pc-msdosdjgpp )
a848cd7e
SC
44277 ;;
44278
44279 *)
44280 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
44281echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
44282 { (exit 1); exit 1; }; }
44283 esac
44284
2057db16
VS
44285 if test "x$PIC_FLAG" != "x" ; then
44286 PIC_FLAG="$PIC_FLAG -DPIC"
44287 fi
44288
a848cd7e
SC
44289 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
44290 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
44291 fi
44292 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
44293 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
44294 fi
44295
44296
44297
44298
44299
44300
44301
44302
810b94f0 44303
a848cd7e
SC
44304 USE_SOVERSION=0
44305 USE_SOVERLINUX=0
44306 USE_SOVERSOLARIS=0
810b94f0 44307 USE_SOVERCYGWIN=0
a848cd7e
SC
44308 USE_SOSYMLINKS=0
44309 USE_MACVERSION=0
44310 SONAME_FLAG=
44311
44312 case "${BAKEFILE_HOST}" in
0ad5d837 44313 *-*-linux* | *-*-freebsd* | *-*-k*bsd*-gnu )
5f652d0d
VS
44314 SONAME_FLAG="-Wl,-soname,"
44315 USE_SOVERSION=1
44316 USE_SOVERLINUX=1
44317 USE_SOSYMLINKS=1
44318 ;;
44319
a848cd7e
SC
44320 *-*-solaris2* )
44321 SONAME_FLAG="-h "
44322 USE_SOVERSION=1
44323 USE_SOVERSOLARIS=1
44324 USE_SOSYMLINKS=1
44325 ;;
44326
44327 *-*-darwin* )
44328 USE_MACVERSION=1
44329 USE_SOVERSION=1
44330 USE_SOSYMLINKS=1
44331 ;;
810b94f0
MW
44332
44333 *-*-cygwin* )
44334 USE_SOVERSION=1
44335 USE_SOVERCYGWIN=1
44336 ;;
a848cd7e
SC
44337 esac
44338
44339
44340
44341
44342
44343
44344
44345
44346
810b94f0 44347
a848cd7e
SC
44348 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
44349echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
0ad5d837 44350 DEPS_TRACKING=1
a848cd7e
SC
44351
44352 if test "x$GCC" = "xyes"; then
44353 DEPSMODE=gcc
a848cd7e 44354 case "${BAKEFILE_HOST}" in
47bd5406 44355 *-*-darwin* )
0ad5d837 44356 DEPSFLAG="-no-cpp-precomp -MMD"
a848cd7e
SC
44357 ;;
44358 * )
0ad5d837 44359 DEPSFLAG="-MMD"
a848cd7e
SC
44360 ;;
44361 esac
44362 echo "$as_me:$LINENO: result: gcc" >&5
44363echo "${ECHO_T}gcc" >&6
b1d22ded 44364 elif test "x$MWCC" = "xyes"; then
81f90336 44365 DEPSMODE=mwcc
0ad5d837 44366 DEPSFLAG="-MM"
b1d22ded
DE
44367 echo "$as_me:$LINENO: result: mwcc" >&5
44368echo "${ECHO_T}mwcc" >&6
a9e5b1f0 44369 elif test "x$SUNCC" = "xyes"; then
0ad5d837
VZ
44370 DEPSMODE=unixcc
44371 DEPSFLAG="-xM1"
44372 echo "$as_me:$LINENO: result: Sun cc" >&5
44373echo "${ECHO_T}Sun cc" >&6
44374 elif test "x$SGICC" = "xyes"; then
44375 DEPSMODE=unixcc
44376 DEPSFLAG="-M"
44377 echo "$as_me:$LINENO: result: SGI cc" >&5
44378echo "${ECHO_T}SGI cc" >&6
a848cd7e 44379 else
0ad5d837 44380 DEPS_TRACKING=0
a848cd7e
SC
44381 echo "$as_me:$LINENO: result: none" >&5
44382echo "${ECHO_T}none" >&6
44383 fi
44384
44385 if test $DEPS_TRACKING = 1 ; then
473276a9
VS
44386
44387D='$'
44388cat <<EOF >bk-deps
a848cd7e
SC
44389#!/bin/sh
44390
44391# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
44392# script. It is used to track C/C++ files dependencies in portable way.
44393#
44394# Permission is given to use this file in any way.
44395
473276a9 44396DEPSMODE=${DEPSMODE}
a848cd7e 44397DEPSDIR=.deps
0ad5d837 44398DEPSFLAG="${DEPSFLAG}"
a848cd7e 44399
473276a9 44400mkdir -p ${D}DEPSDIR
a848cd7e 44401
473276a9 44402if test ${D}DEPSMODE = gcc ; then
0ad5d837 44403 ${D}* ${D}{DEPSFLAG}
473276a9
VS
44404 status=${D}?
44405 if test ${D}{status} != 0 ; then
44406 exit ${D}{status}
a848cd7e
SC
44407 fi
44408 # move created file to the location we want it in:
473276a9
VS
44409 while test ${D}# -gt 0; do
44410 case "${D}1" in
a848cd7e
SC
44411 -o )
44412 shift
473276a9 44413 objfile=${D}1
a848cd7e
SC
44414 ;;
44415 -* )
44416 ;;
44417 * )
473276a9 44418 srcfile=${D}1
a848cd7e
SC
44419 ;;
44420 esac
44421 shift
44422 done
1e9e8aba
DE
44423 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
44424 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
473276a9
VS
44425 if test -f ${D}depfile ; then
44426 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
44427 rm -f ${D}depfile
a848cd7e 44428 else
1e9e8aba 44429 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
473276a9
VS
44430 if test -f ${D}depfile ; then
44431 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
44432 rm -f ${D}depfile
a848cd7e
SC
44433 fi
44434 fi
44435 exit 0
81f90336
MW
44436elif test ${D}DEPSMODE = mwcc ; then
44437 ${D}*
44438 status=${D}?
44439 if test ${D}{status} != 0 ; then
44440 exit ${D}{status}
44441 fi
44442 # Run mwcc again with -MM and redirect into the dep file we want
44443 # NOTE: We can't use shift here because we need ${D}* to be valid
44444 prevarg=
44445 for arg in ${D}* ; do
44446 if test "${D}prevarg" = "-o"; then
44447 objfile=${D}arg
44448 else
44449 case "${D}arg" in
44450 -* )
44451 ;;
44452 * )
44453 srcfile=${D}arg
44454 ;;
44455 esac
44456 fi
44457 prevarg="${D}arg"
44458 done
0ad5d837 44459 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
81f90336 44460 exit 0
0ad5d837 44461elif test ${D}DEPSMODE = unixcc; then
a9e5b1f0
MW
44462 ${D}* || exit
44463 # Run compiler again with deps flag and redirect into the dep file.
44464 # It doesn't work if the '-o FILE' option is used, but without it the
44465 # dependency file will contain the wrong name for the object. So it is
44466 # removed from the command line, and the dep file is fixed with sed.
44467 cmd=""
44468 while test ${D}# -gt 0; do
44469 case "${D}1" in
44470 -o )
44471 shift
44472 objfile=${D}1
44473 ;;
44474 * )
44475 eval arg${D}#=\\${D}1
44476 cmd="${D}cmd \\${D}arg${D}#"
44477 ;;
44478 esac
44479 shift
44480 done
0ad5d837 44481 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
a9e5b1f0 44482 exit 0
a848cd7e 44483else
473276a9
VS
44484 ${D}*
44485 exit ${D}?
a848cd7e
SC
44486fi
44487EOF
473276a9 44488
a848cd7e
SC
44489 chmod +x bk-deps
44490 fi
44491
44492
44493
44494
44495 RESCOMP=
44496 SETFILE=
44497
44498 case ${BAKEFILE_HOST} in
44499 *-*-cygwin* | *-*-mingw32* )
44500 if test "$build" != "$host" ; then
44501 RESCOMP=$host_alias-windres
44502 else
44503 # Extract the first word of "windres", so it can be a program name with args.
44504set dummy windres; ac_word=$2
44505echo "$as_me:$LINENO: checking for $ac_word" >&5
44506echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44507if test "${ac_cv_prog_RESCOMP+set}" = set; then
44508 echo $ECHO_N "(cached) $ECHO_C" >&6
44509else
44510 if test -n "$RESCOMP"; then
44511 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
44512else
44513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44514for as_dir in $PATH
44515do
44516 IFS=$as_save_IFS
44517 test -z "$as_dir" && as_dir=.
44518 for ac_exec_ext in '' $ac_executable_extensions; do
44519 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44520 ac_cv_prog_RESCOMP="windres"
44521 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44522 break 2
44523 fi
44524done
44525done
44526
44527 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
44528fi
44529fi
44530RESCOMP=$ac_cv_prog_RESCOMP
44531if test -n "$RESCOMP"; then
44532 echo "$as_me:$LINENO: result: $RESCOMP" >&5
44533echo "${ECHO_T}$RESCOMP" >&6
44534else
44535 echo "$as_me:$LINENO: result: no" >&5
44536echo "${ECHO_T}no" >&6
44537fi
44538
44539 fi
44540 ;;
44541
1e9e8aba 44542 *-*-darwin* | powerpc-apple-macos* )
a848cd7e
SC
44543 # Extract the first word of "Rez", so it can be a program name with args.
44544set dummy Rez; ac_word=$2
44545echo "$as_me:$LINENO: checking for $ac_word" >&5
44546echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44547if test "${ac_cv_prog_RESCOMP+set}" = set; then
44548 echo $ECHO_N "(cached) $ECHO_C" >&6
44549else
44550 if test -n "$RESCOMP"; then
44551 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
44552else
44553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44554for as_dir in $PATH
44555do
44556 IFS=$as_save_IFS
44557 test -z "$as_dir" && as_dir=.
44558 for ac_exec_ext in '' $ac_executable_extensions; do
44559 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44560 ac_cv_prog_RESCOMP="Rez"
44561 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44562 break 2
44563 fi
44564done
44565done
44566
44567 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
44568fi
44569fi
44570RESCOMP=$ac_cv_prog_RESCOMP
44571if test -n "$RESCOMP"; then
44572 echo "$as_me:$LINENO: result: $RESCOMP" >&5
44573echo "${ECHO_T}$RESCOMP" >&6
44574else
44575 echo "$as_me:$LINENO: result: no" >&5
44576echo "${ECHO_T}no" >&6
44577fi
44578
44579 # Extract the first word of "SetFile", so it can be a program name with args.
44580set dummy SetFile; ac_word=$2
44581echo "$as_me:$LINENO: checking for $ac_word" >&5
44582echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44583if test "${ac_cv_prog_SETFILE+set}" = set; then
44584 echo $ECHO_N "(cached) $ECHO_C" >&6
44585else
44586 if test -n "$SETFILE"; then
44587 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
44588else
44589as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44590for as_dir in $PATH
44591do
44592 IFS=$as_save_IFS
44593 test -z "$as_dir" && as_dir=.
44594 for ac_exec_ext in '' $ac_executable_extensions; do
44595 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44596 ac_cv_prog_SETFILE="SetFile"
44597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44598 break 2
44599 fi
44600done
44601done
44602
44603 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
44604fi
44605fi
44606SETFILE=$ac_cv_prog_SETFILE
44607if test -n "$SETFILE"; then
44608 echo "$as_me:$LINENO: result: $SETFILE" >&5
44609echo "${ECHO_T}$SETFILE" >&6
44610else
44611 echo "$as_me:$LINENO: result: no" >&5
44612echo "${ECHO_T}no" >&6
44613fi
44614
44615 ;;
44616 esac
44617
44618
44619
44620
44621
c9469659 44622 BAKEFILE_BAKEFILE_M4_VERSION="0.1.9"
a848cd7e 44623
dcc1b6ad 44624
c9469659 44625BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.9"
a848cd7e 44626
646b6ec1 44627
74b84332 44628
a848cd7e
SC
44629 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
44630if test "${enable_precomp_headers+set}" = set; then
44631 enableval="$enable_precomp_headers"
44632 bk_use_pch="$enableval"
44633fi;
44634
44635 GCC_PCH=0
44636
44637 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
44638 if test "x$GCC" = "xyes"; then
44639 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
44640echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
44641 cat >conftest.$ac_ext <<_ACEOF
44642/* confdefs.h. */
44643_ACEOF
44644cat confdefs.h >>conftest.$ac_ext
44645cat >>conftest.$ac_ext <<_ACEOF
44646/* end confdefs.h. */
44647
44648int
44649main ()
44650{
44651
44652 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
44653 #error "no pch support"
44654 #endif
44655 #if (__GNUC__ < 3)
44656 #error "no pch support"
44657 #endif
44658 #if (__GNUC__ == 3) && \
44659 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
44660 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
44661 #error "no pch support"
44662 #endif
44663
44664 ;
44665 return 0;
44666}
44667_ACEOF
44668rm -f conftest.$ac_objext
44669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 44670 (eval $ac_compile) 2>conftest.er1
a848cd7e 44671 ac_status=$?
ac1cb8d3
VS
44672 grep -v '^ *+' conftest.er1 >conftest.err
44673 rm -f conftest.er1
44674 cat conftest.err >&5
a848cd7e
SC
44675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44676 (exit $ac_status); } &&
6ebeb4c7 44677 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
44678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44679 (eval $ac_try) 2>&5
44680 ac_status=$?
44681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44682 (exit $ac_status); }; } &&
44683 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
44684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44685 (eval $ac_try) 2>&5
44686 ac_status=$?
44687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44688 (exit $ac_status); }; }; then
44689
44690 echo "$as_me:$LINENO: result: yes" >&5
44691echo "${ECHO_T}yes" >&6
a848cd7e
SC
44692 GCC_PCH=1
44693
44694else
44695 echo "$as_me: failed program was:" >&5
44696sed 's/^/| /' conftest.$ac_ext >&5
44697
44698
44699 echo "$as_me:$LINENO: result: no" >&5
44700echo "${ECHO_T}no" >&6
44701
44702fi
ac1cb8d3 44703rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 44704 if test $GCC_PCH = 1 ; then
1e9e8aba
DE
44705
44706D='$'
44707cat <<EOF >bk-make-pch
a848cd7e
SC
44708#!/bin/sh
44709
44710# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
44711# script. It is used to generated precompiled headers.
44712#
44713# Permission is given to use this file in any way.
44714
1e9e8aba
DE
44715outfile="${D}{1}"
44716header="${D}{2}"
a848cd7e
SC
44717shift
44718shift
44719
44720compiler=
44721headerfile=
1e9e8aba
DE
44722while test ${D}{#} -gt 0; do
44723 case "${D}{1}" in
a848cd7e 44724 -I* )
1e9e8aba
DE
44725 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
44726 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
44727 headerfile="${D}{incdir}/${D}{header}"
a848cd7e
SC
44728 fi
44729 ;;
44730 esac
1e9e8aba 44731 compiler="${D}{compiler} ${D}{1}"
a848cd7e
SC
44732 shift
44733done
44734
1e9e8aba
DE
44735if test "x${D}{headerfile}" = "x" ; then
44736 echo "error: can't find header ${D}{header} in include paths" >2
a848cd7e 44737else
1e9e8aba
DE
44738 if test -f ${D}{outfile} ; then
44739 rm -f ${D}{outfile}
a848cd7e 44740 else
1e9e8aba 44741 mkdir -p \`dirname ${D}{outfile}\`
a848cd7e 44742 fi
1e9e8aba 44743 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
a848cd7e
SC
44744 mkdir -p .deps
44745 # can do this because gcc is >= 3.4:
1e9e8aba
DE
44746 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
44747 exit ${D}{?}
a848cd7e
SC
44748fi
44749EOF
1e9e8aba 44750
a848cd7e
SC
44751 chmod +x bk-make-pch
44752 fi
44753 fi
44754 fi
44755
44756
44757
a848cd7e
SC
44758 COND_BUILD_DEBUG="#"
44759 if test "x$BUILD" = "xdebug" ; then
44760 COND_BUILD_DEBUG=""
44761 fi
44762
44763 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
44764 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
44765 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
44766 fi
44767
44768 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
44769 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
44770 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
44771 fi
44772
44773 COND_BUILD_DEBUG_UNICODE_0="#"
44774 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
44775 COND_BUILD_DEBUG_UNICODE_0=""
44776 fi
44777
44778 COND_BUILD_DEBUG_UNICODE_1="#"
44779 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
44780 COND_BUILD_DEBUG_UNICODE_1=""
44781 fi
44782
44783 COND_BUILD_RELEASE="#"
44784 if test "x$BUILD" = "xrelease" ; then
44785 COND_BUILD_RELEASE=""
44786 fi
44787
44788 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
44789 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
44790 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
44791 fi
44792
44793 COND_BUILD_RELEASE_UNICODE_0="#"
44794 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
44795 COND_BUILD_RELEASE_UNICODE_0=""
44796 fi
44797
44798 COND_BUILD_RELEASE_UNICODE_1="#"
44799 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
44800 COND_BUILD_RELEASE_UNICODE_1=""
44801 fi
44802
44803 COND_DEBUG_FLAG_1="#"
44804 if test "x$DEBUG_FLAG" = "x1" ; then
44805 COND_DEBUG_FLAG_1=""
44806 fi
44807
44808 COND_DEBUG_INFO_0="#"
44809 if test "x$DEBUG_INFO" = "x0" ; then
44810 COND_DEBUG_INFO_0=""
44811 fi
44812
44813 COND_DEBUG_INFO_1="#"
44814 if test "x$DEBUG_INFO" = "x1" ; then
44815 COND_DEBUG_INFO_1=""
44816 fi
44817
44818 COND_DEPS_TRACKING_0="#"
44819 if test "x$DEPS_TRACKING" = "x0" ; then
44820 COND_DEPS_TRACKING_0=""
44821 fi
44822
44823 COND_DEPS_TRACKING_1="#"
44824 if test "x$DEPS_TRACKING" = "x1" ; then
44825 COND_DEPS_TRACKING_1=""
44826 fi
44827
44828 COND_GCC_PCH_1="#"
44829 if test "x$GCC_PCH" = "x1" ; then
44830 COND_GCC_PCH_1=""
44831 fi
44832
44833 COND_MONOLITHIC_0="#"
44834 if test "x$MONOLITHIC" = "x0" ; then
44835 COND_MONOLITHIC_0=""
44836 fi
44837
44838 COND_MONOLITHIC_0_SHARED_0="#"
44839 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
44840 COND_MONOLITHIC_0_SHARED_0=""
44841 fi
44842
44843 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
44844 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
44845 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
44846 fi
44847
90970d69
DE
44848 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
44849 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
44850 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
44851 fi
44852
a848cd7e
SC
44853 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
44854 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
44855 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
44856 fi
44857
6671c68b
VZ
44858 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
44859 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
44860 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
44861 fi
44862
a848cd7e
SC
44863 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
44864 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
44865 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
44866 fi
44867
ceec2216
RL
44868 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
44869 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
44870 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
44871 fi
44872
a848cd7e
SC
44873 COND_MONOLITHIC_0_SHARED_1="#"
44874 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
44875 COND_MONOLITHIC_0_SHARED_1=""
44876 fi
44877
44878 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
44879 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
44880 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
44881 fi
44882
90970d69
DE
44883 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
44884 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
44885 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
44886 fi
44887
a848cd7e
SC
44888 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
44889 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
44890 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
44891 fi
44892
6671c68b
VZ
44893 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
44894 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
44895 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
44896 fi
44897
a848cd7e
SC
44898 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
44899 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
44900 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
44901 fi
44902
ceec2216
RL
44903 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
44904 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
44905 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
44906 fi
44907
a848cd7e
SC
44908 COND_MONOLITHIC_0_USE_ODBC_1="#"
44909 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
44910 COND_MONOLITHIC_0_USE_ODBC_1=""
44911 fi
44912
44913 COND_MONOLITHIC_1="#"
44914 if test "x$MONOLITHIC" = "x1" ; then
44915 COND_MONOLITHIC_1=""
44916 fi
44917
44918 COND_MONOLITHIC_1_SHARED_0="#"
44919 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
44920 COND_MONOLITHIC_1_SHARED_0=""
44921 fi
44922
44923 COND_MONOLITHIC_1_SHARED_1="#"
44924 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
44925 COND_MONOLITHIC_1_SHARED_1=""
44926 fi
44927
44928 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
44929 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
44930 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
44931 fi
44932
44933 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
44934 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
44935 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
44936 fi
44937
eb730a0c
JS
44938 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
44939 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
44940 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
44941 fi
44942
a848cd7e
SC
44943 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
44944 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
44945 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
44946 fi
44947
44948 COND_PLATFORM_MACOSX_1="#"
44949 if test "x$PLATFORM_MACOSX" = "x1" ; then
44950 COND_PLATFORM_MACOSX_1=""
44951 fi
44952
a30f955f
VS
44953 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
44954 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
44955 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
44956 fi
44957
a848cd7e
SC
44958 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
44959 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
44960 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
44961 fi
44962
44963 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
44964 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
44965 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
44966 fi
44967
44968 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
44969 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
44970 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
44971 fi
44972
fc480dc1
DE
44973 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
44974 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
44975 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
44976 fi
44977
1e9e8aba
DE
44978 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
44979 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44980 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
44981 fi
44982
ebee3cd0
VS
44983 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
44984 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
44985 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
44986 fi
44987
44988 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
44989 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
44990 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
44991 fi
44992
a848cd7e
SC
44993 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
44994 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
44995 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
44996 fi
44997
44998 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
44999 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
45000 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
45001 fi
45002
b48a2016
DE
45003 COND_PLATFORM_MACOS_1="#"
45004 if test "x$PLATFORM_MACOS" = "x1" ; then
45005 COND_PLATFORM_MACOS_1=""
45006 fi
45007
083508af
MW
45008 COND_PLATFORM_MAC_1="#"
45009 if test "x$PLATFORM_MAC" = "x1" ; then
45010 COND_PLATFORM_MAC_1=""
45011 fi
45012
83d8eb47
MW
45013 COND_PLATFORM_MSDOS_1="#"
45014 if test "x$PLATFORM_MSDOS" = "x1" ; then
45015 COND_PLATFORM_MSDOS_1=""
45016 fi
45017
a848cd7e
SC
45018 COND_PLATFORM_OS2_1="#"
45019 if test "x$PLATFORM_OS2" = "x1" ; then
45020 COND_PLATFORM_OS2_1=""
45021 fi
45022
45023 COND_PLATFORM_UNIX_0="#"
45024 if test "x$PLATFORM_UNIX" = "x0" ; then
45025 COND_PLATFORM_UNIX_0=""
45026 fi
45027
45028 COND_PLATFORM_UNIX_1="#"
45029 if test "x$PLATFORM_UNIX" = "x1" ; then
45030 COND_PLATFORM_UNIX_1=""
45031 fi
45032
45033 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
45034 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
45035 COND_PLATFORM_UNIX_1_USE_GUI_1=""
45036 fi
45037
45038 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
45039 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
45040 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
45041 fi
45042
45043 COND_PLATFORM_WIN32_0="#"
45044 if test "x$PLATFORM_WIN32" = "x0" ; then
45045 COND_PLATFORM_WIN32_0=""
45046 fi
45047
45048 COND_PLATFORM_WIN32_1="#"
45049 if test "x$PLATFORM_WIN32" = "x1" ; then
45050 COND_PLATFORM_WIN32_1=""
45051 fi
45052
45053 COND_SHARED_0="#"
45054 if test "x$SHARED" = "x0" ; then
45055 COND_SHARED_0=""
45056 fi
45057
083508af
MW
45058 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
45059 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
45060 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
45061 fi
45062
45063 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
45064 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
45065 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
45066 fi
45067
45068 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
45069 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
45070 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
45071 fi
45072
a848cd7e
SC
45073 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
45074 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
45075 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
45076 fi
45077
45078 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
45079 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
45080 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
45081 fi
45082
45083 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
45084 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
45085 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
45086 fi
45087
45088 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
45089 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
45090 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
45091 fi
45092
083508af
MW
45093 COND_SHARED_0_USE_XRC_1="#"
45094 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
45095 COND_SHARED_0_USE_XRC_1=""
45096 fi
45097
a848cd7e
SC
45098 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
45099 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
45100 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
45101 fi
45102
45103 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
45104 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
45105 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
45106 fi
45107
45108 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
45109 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
45110 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
45111 fi
45112
45113 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
45114 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
45115 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
45116 fi
45117
45118 COND_SHARED_1="#"
45119 if test "x$SHARED" = "x1" ; then
45120 COND_SHARED_1=""
45121 fi
45122
45123 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
45124 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
45125 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
45126 fi
45127
083508af
MW
45128 COND_SHARED_1_USE_XRC_1="#"
45129 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
45130 COND_SHARED_1_USE_XRC_1=""
45131 fi
45132
a30f955f
VS
45133 COND_TOOLKIT_="#"
45134 if test "x$TOOLKIT" = "x" ; then
45135 COND_TOOLKIT_=""
45136 fi
45137
a848cd7e
SC
45138 COND_TOOLKIT_COCOA="#"
45139 if test "x$TOOLKIT" = "xCOCOA" ; then
45140 COND_TOOLKIT_COCOA=""
45141 fi
45142
a49baeab
DE
45143 COND_TOOLKIT_COCOA_USE_GUI_1="#"
45144 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
45145 COND_TOOLKIT_COCOA_USE_GUI_1=""
45146 fi
45147
a848cd7e
SC
45148 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
45149 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45150 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
45151 fi
45152
45153 COND_TOOLKIT_GTK="#"
45154 if test "x$TOOLKIT" = "xGTK" ; then
45155 COND_TOOLKIT_GTK=""
45156 fi
45157
45158 COND_TOOLKIT_GTK_USE_GUI_1="#"
45159 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
45160 COND_TOOLKIT_GTK_USE_GUI_1=""
45161 fi
45162
45163 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
45164 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45165 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
45166 fi
45167
45168 COND_TOOLKIT_MAC="#"
45169 if test "x$TOOLKIT" = "xMAC" ; then
45170 COND_TOOLKIT_MAC=""
45171 fi
45172
45173 COND_TOOLKIT_MAC_USE_GUI_1="#"
45174 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
45175 COND_TOOLKIT_MAC_USE_GUI_1=""
45176 fi
45177
45178 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
45179 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45180 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
45181 fi
45182
45183 COND_TOOLKIT_MGL="#"
45184 if test "x$TOOLKIT" = "xMGL" ; then
45185 COND_TOOLKIT_MGL=""
45186 fi
45187
45188 COND_TOOLKIT_MGL_USE_GUI_1="#"
45189 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
45190 COND_TOOLKIT_MGL_USE_GUI_1=""
45191 fi
45192
45193 COND_TOOLKIT_MOTIF="#"
45194 if test "x$TOOLKIT" = "xMOTIF" ; then
45195 COND_TOOLKIT_MOTIF=""
45196 fi
45197
45198 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
45199 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
45200 COND_TOOLKIT_MOTIF_USE_GUI_1=""
45201 fi
45202
45203 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
45204 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45205 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
45206 fi
45207
45208 COND_TOOLKIT_MSW="#"
45209 if test "x$TOOLKIT" = "xMSW" ; then
45210 COND_TOOLKIT_MSW=""
45211 fi
45212
45213 COND_TOOLKIT_MSW_USE_GUI_1="#"
45214 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
45215 COND_TOOLKIT_MSW_USE_GUI_1=""
45216 fi
45217
45218 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
45219 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45220 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
45221 fi
45222
45223 COND_TOOLKIT_PM="#"
45224 if test "x$TOOLKIT" = "xPM" ; then
45225 COND_TOOLKIT_PM=""
45226 fi
45227
45228 COND_TOOLKIT_PM_USE_GUI_1="#"
45229 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
45230 COND_TOOLKIT_PM_USE_GUI_1=""
45231 fi
45232
45233 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
45234 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45235 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
45236 fi
45237
3fd9c298
DE
45238 COND_TOOLKIT_WINCE="#"
45239 if test "x$TOOLKIT" = "xWINCE" ; then
45240 COND_TOOLKIT_WINCE=""
45241 fi
45242
45243 COND_TOOLKIT_WINCE_USE_GUI_1="#"
45244 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
45245 COND_TOOLKIT_WINCE_USE_GUI_1=""
45246 fi
45247
45248 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
45249 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45250 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
45251 fi
45252
a848cd7e
SC
45253 COND_TOOLKIT_X11="#"
45254 if test "x$TOOLKIT" = "xX11" ; then
45255 COND_TOOLKIT_X11=""
45256 fi
45257
45258 COND_TOOLKIT_X11_USE_GUI_1="#"
45259 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
45260 COND_TOOLKIT_X11_USE_GUI_1=""
45261 fi
45262
45263 COND_UNICODE_1="#"
45264 if test "x$UNICODE" = "x1" ; then
45265 COND_UNICODE_1=""
45266 fi
45267
45268 COND_USE_EXCEPTIONS_0="#"
45269 if test "x$USE_EXCEPTIONS" = "x0" ; then
45270 COND_USE_EXCEPTIONS_0=""
45271 fi
45272
45273 COND_USE_EXCEPTIONS_1="#"
45274 if test "x$USE_EXCEPTIONS" = "x1" ; then
45275 COND_USE_EXCEPTIONS_1=""
45276 fi
45277
45278 COND_USE_GUI_0="#"
45279 if test "x$USE_GUI" = "x0" ; then
45280 COND_USE_GUI_0=""
45281 fi
45282
45283 COND_USE_GUI_1="#"
45284 if test "x$USE_GUI" = "x1" ; then
45285 COND_USE_GUI_1=""
45286 fi
45287
45288 COND_USE_GUI_1_WXUNIV_0="#"
45289 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45290 COND_USE_GUI_1_WXUNIV_0=""
45291 fi
45292
45293 COND_USE_GUI_1_WXUNIV_1="#"
45294 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
45295 COND_USE_GUI_1_WXUNIV_1=""
45296 fi
45297
45298 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
45299 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
45300 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
45301 fi
45302
45303 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
45304 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
45305 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
45306 fi
45307
45308 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
45309 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
45310 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
45311 fi
45312
083508af
MW
45313 COND_USE_ODBC_1="#"
45314 if test "x$USE_ODBC" = "x1" ; then
45315 COND_USE_ODBC_1=""
45316 fi
45317
45318 COND_USE_OPENGL_1="#"
45319 if test "x$USE_OPENGL" = "x1" ; then
45320 COND_USE_OPENGL_1=""
45321 fi
45322
a848cd7e
SC
45323 COND_USE_PLUGINS_0="#"
45324 if test "x$USE_PLUGINS" = "x0" ; then
45325 COND_USE_PLUGINS_0=""
45326 fi
45327
0b78747f
MW
45328 COND_USE_RTTI_0="#"
45329 if test "x$USE_RTTI" = "x0" ; then
45330 COND_USE_RTTI_0=""
45331 fi
45332
45333 COND_USE_RTTI_1="#"
45334 if test "x$USE_RTTI" = "x1" ; then
45335 COND_USE_RTTI_1=""
45336 fi
45337
a848cd7e
SC
45338 COND_USE_SOSYMLINKS_1="#"
45339 if test "x$USE_SOSYMLINKS" = "x1" ; then
45340 COND_USE_SOSYMLINKS_1=""
45341 fi
45342
eb730a0c
JS
45343 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
45344 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
45345 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
45346 fi
45347
a848cd7e
SC
45348 COND_USE_SOVERLINUX_1="#"
45349 if test "x$USE_SOVERLINUX" = "x1" ; then
45350 COND_USE_SOVERLINUX_1=""
45351 fi
45352
45353 COND_USE_SOVERSION_0="#"
45354 if test "x$USE_SOVERSION" = "x0" ; then
45355 COND_USE_SOVERSION_0=""
45356 fi
45357
45358 COND_USE_SOVERSOLARIS_1="#"
45359 if test "x$USE_SOVERSOLARIS" = "x1" ; then
45360 COND_USE_SOVERSOLARIS_1=""
45361 fi
45362
0b78747f
MW
45363 COND_USE_THREADS_0="#"
45364 if test "x$USE_THREADS" = "x0" ; then
45365 COND_USE_THREADS_0=""
45366 fi
45367
45368 COND_USE_THREADS_1="#"
45369 if test "x$USE_THREADS" = "x1" ; then
45370 COND_USE_THREADS_1=""
45371 fi
45372
a13a7f89
RL
45373 COND_USE_XRC_1="#"
45374 if test "x$USE_XRC" = "x1" ; then
45375 COND_USE_XRC_1=""
45376 fi
45377
eb730a0c
JS
45378 COND_WINDOWS_IMPLIB_1="#"
45379 if test "x$WINDOWS_IMPLIB" = "x1" ; then
45380 COND_WINDOWS_IMPLIB_1=""
45381 fi
45382
a848cd7e
SC
45383 COND_WITH_PLUGIN_SDL_1="#"
45384 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
45385 COND_WITH_PLUGIN_SDL_1=""
45386 fi
45387
1e6eb025
VZ
45388 COND_WXUNIV_0="#"
45389 if test "x$WXUNIV" = "x0" ; then
45390 COND_WXUNIV_0=""
45391 fi
45392
a848cd7e
SC
45393 COND_WXUNIV_1="#"
45394 if test "x$WXUNIV" = "x1" ; then
45395 COND_WXUNIV_1=""
45396 fi
45397
45398 COND_WXUSE_EXPAT_BUILTIN="#"
45399 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
45400 COND_WXUSE_EXPAT_BUILTIN=""
45401 fi
45402
45403 COND_WXUSE_LIBJPEG_BUILTIN="#"
45404 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
45405 COND_WXUSE_LIBJPEG_BUILTIN=""
45406 fi
45407
45408 COND_WXUSE_LIBPNG_BUILTIN="#"
45409 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
45410 COND_WXUSE_LIBPNG_BUILTIN=""
45411 fi
45412
45413 COND_WXUSE_LIBTIFF_BUILTIN="#"
45414 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
45415 COND_WXUSE_LIBTIFF_BUILTIN=""
45416 fi
45417
45418 COND_WXUSE_ODBC_BUILTIN="#"
45419 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
45420 COND_WXUSE_ODBC_BUILTIN=""
45421 fi
45422
45423 COND_WXUSE_REGEX_BUILTIN="#"
45424 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
45425 COND_WXUSE_REGEX_BUILTIN=""
45426 fi
45427
45428 COND_WXUSE_ZLIB_BUILTIN="#"
45429 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
45430 COND_WXUSE_ZLIB_BUILTIN=""
45431 fi
45432
45433
45434
810b94f0
MW
45435 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
45436 { { echo "$as_me:$LINENO: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&5
45437echo "$as_me: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&2;}
45438 { (exit 1); exit 1; }; }
45439 fi
45440
2057db16
VS
45441 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
45442 { { 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
45443echo "$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;}
45444 { (exit 1); exit 1; }; }
45445 fi
45446
a848cd7e 45447
ceec2216
RL
45448if test "$wxUSE_SHARED" = "yes"; then
45449
45450 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
45451 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
45452
5b674b9d
DE
45453 case "${host}" in
45454 *-pc-os2_emx | *-pc-os2-emx )
45455 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45456 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45457 cp -p ${srcdir}/src/os2/dllnames.sh .
45458 cp -p ${srcdir}/src/os2/dllar.sh .
45459 ;;
45460 esac
ceec2216
RL
45461else
45462
45463 EXE_LINKER="$CXX -o"
45464
45465fi
69120ee4
VZ
45466if test "$wxUSE_OMF" = "yes"; then
45467 case "${host}" in
45468 *-pc-os2_emx | *-pc-os2-emx )
45469 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
45470 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
45471 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
45472 ;;
45473 esac
45474fi
a848cd7e 45475
ddd14b14
RR
45476GCC_PRAGMA_FLAGS=""
45477PCH_FLAGS=""
87dd70d3 45478
c08ebc62 45479if test $GCC_PCH = 1 ; then
ddd14b14 45480 PCH_FLAGS="-DWX_PRECOMP"
87ae5038
RR
45481 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
45482else
45483 if test "$GCC" = yes; then
45484 echo "$as_me:$LINENO: checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA" >&5
87dd70d3 45485echo $ECHO_N "checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
87ae5038 45486 cat >conftest.$ac_ext <<_ACEOF
87dd70d3
RR
45487/* confdefs.h. */
45488_ACEOF
45489cat confdefs.h >>conftest.$ac_ext
45490cat >>conftest.$ac_ext <<_ACEOF
45491/* end confdefs.h. */
45492
45493int
45494main ()
45495{
45496#if (__GNUC__ < 4)
04e525a0 45497 Not GCC 4.0 or greater
87ae5038 45498 #endif
87dd70d3
RR
45499
45500 ;
45501 return 0;
45502}
45503_ACEOF
45504rm -f conftest.$ac_objext
45505if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45506 (eval $ac_compile) 2>conftest.er1
45507 ac_status=$?
45508 grep -v '^ *+' conftest.er1 >conftest.err
45509 rm -f conftest.er1
45510 cat conftest.err >&5
45511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45512 (exit $ac_status); } &&
6ebeb4c7 45513 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
87dd70d3
RR
45514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45515 (eval $ac_try) 2>&5
45516 ac_status=$?
45517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45518 (exit $ac_status); }; } &&
45519 { ac_try='test -s conftest.$ac_objext'
45520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45521 (eval $ac_try) 2>&5
45522 ac_status=$?
45523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45524 (exit $ac_status); }; }; then
45525 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
87ae5038 45526 echo "$as_me:$LINENO: result: yes" >&5
87dd70d3
RR
45527echo "${ECHO_T}yes" >&6
45528else
45529 echo "$as_me: failed program was:" >&5
45530sed 's/^/| /' conftest.$ac_ext >&5
45531
45532echo "$as_me:$LINENO: result: no" >&5
45533echo "${ECHO_T}no" >&6
87ae5038 45534 case "${host}" in
cfda0ea8 45535 *-*-darwin* )
87ae5038
RR
45536 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
45537 ;;
45538 *-*-mingw32* )
45539 if test "$wxUSE_STL" = "yes" -o \
ddd14b14
RR
45540 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
45541 "$wxUSE_NO_RTTI" != "yes"; then
87ae5038 45542 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
ddd14b14 45543echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
87ae5038 45544 cat >conftest.$ac_ext <<_ACEOF
ddd14b14
RR
45545/* confdefs.h. */
45546_ACEOF
45547cat confdefs.h >>conftest.$ac_ext
45548cat >>conftest.$ac_ext <<_ACEOF
45549/* end confdefs.h. */
45550
45551int
45552main ()
45553{
45554#if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
04e525a0 45555 Not GCC 3.2 or greater
87ae5038 45556 #endif
ddd14b14
RR
45557
45558 ;
45559 return 0;
45560}
45561_ACEOF
45562rm -f conftest.$ac_objext
45563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45564 (eval $ac_compile) 2>conftest.er1
45565 ac_status=$?
45566 grep -v '^ *+' conftest.er1 >conftest.err
45567 rm -f conftest.er1
45568 cat conftest.err >&5
45569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45570 (exit $ac_status); } &&
6ebeb4c7 45571 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ddd14b14
RR
45572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45573 (eval $ac_try) 2>&5
45574 ac_status=$?
45575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45576 (exit $ac_status); }; } &&
45577 { ac_try='test -s conftest.$ac_objext'
45578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45579 (eval $ac_try) 2>&5
45580 ac_status=$?
45581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45582 (exit $ac_status); }; }; then
45583 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
87ae5038 45584 echo "$as_me:$LINENO: result: yes" >&5
ddd14b14
RR
45585echo "${ECHO_T}yes" >&6
45586else
45587 echo "$as_me: failed program was:" >&5
45588sed 's/^/| /' conftest.$ac_ext >&5
45589
45590echo "$as_me:$LINENO: result: no" >&5
45591echo "${ECHO_T}no" >&6
3314e67b 45592fi
ddd14b14 45593rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
87ae5038
RR
45594 fi
45595 ;;
45596 *-pc-os2_emx | *-pc-os2-emx )
45597 if test "$wxUSE_STL" = "yes"; then
45598 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
ddd14b14 45599echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
87ae5038 45600 cat >conftest.$ac_ext <<_ACEOF
ddd14b14
RR
45601/* confdefs.h. */
45602_ACEOF
45603cat confdefs.h >>conftest.$ac_ext
45604cat >>conftest.$ac_ext <<_ACEOF
45605/* end confdefs.h. */
45606
45607int
45608main ()
45609{
45610#if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
04e525a0 45611 Not GCC 3.2 or greater
87ae5038 45612 #endif
ddd14b14
RR
45613
45614 ;
45615 return 0;
45616}
45617_ACEOF
45618rm -f conftest.$ac_objext
45619if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45620 (eval $ac_compile) 2>conftest.er1
45621 ac_status=$?
45622 grep -v '^ *+' conftest.er1 >conftest.err
45623 rm -f conftest.er1
45624 cat conftest.err >&5
45625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45626 (exit $ac_status); } &&
6ebeb4c7 45627 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ddd14b14
RR
45628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45629 (eval $ac_try) 2>&5
45630 ac_status=$?
45631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45632 (exit $ac_status); }; } &&
45633 { ac_try='test -s conftest.$ac_objext'
45634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45635 (eval $ac_try) 2>&5
45636 ac_status=$?
45637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45638 (exit $ac_status); }; }; then
45639 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
87ae5038 45640 echo "$as_me:$LINENO: result: yes" >&5
ddd14b14
RR
45641echo "${ECHO_T}yes" >&6
45642else
45643 echo "$as_me: failed program was:" >&5
45644sed 's/^/| /' conftest.$ac_ext >&5
bea8e651 45645
ddd14b14
RR
45646echo "$as_me:$LINENO: result: no" >&5
45647echo "${ECHO_T}no" >&6
45648fi
45649rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
87ae5038
RR
45650 fi
45651 ;;
45652 esac
45653
45654fi
45655rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
45656 fi
ddd14b14
RR
45657fi
45658CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
a848cd7e
SC
45659
45660
45661SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
45662
45663
45664
45665
45666
45667
45668
45669
45670
45671
45672
45673
45674
45675
45676
45677
45678
45679
45680
45681
45682
45683
45684
45685
45686
45687
45688
45689
45690
45691
45692
45693
45694
45695
45696
45697
45698
45699
45700
45701
45702
45703
a848cd7e
SC
45704
45705
45706
45707
45708
45709
45710
45711
45712
45713
45714
45715
45716
45717
45718
45719
45720
45721
ddd14b14 45722
a848cd7e
SC
45723
45724
45725echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
45726echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 45727set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
45728if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
45729 echo $ECHO_N "(cached) $ECHO_C" >&6
45730else
45731 cat >conftest.make <<\_ACEOF
45732all:
45733 @echo 'ac_maketemp="$(MAKE)"'
45734_ACEOF
45735# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
45736eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
45737if test -n "$ac_maketemp"; then
45738 eval ac_cv_prog_make_${ac_make}_set=yes
45739else
45740 eval ac_cv_prog_make_${ac_make}_set=no
45741fi
45742rm -f conftest.make
45743fi
45744if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
45745 echo "$as_me:$LINENO: result: yes" >&5
45746echo "${ECHO_T}yes" >&6
45747 SET_MAKE=
45748else
45749 echo "$as_me:$LINENO: result: no" >&5
45750echo "${ECHO_T}no" >&6
45751 SET_MAKE="MAKE=${MAKE-make}"
45752fi
45753
45754
a848cd7e 45755
ceec2216
RL
45756 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
45757
a848cd7e 45758
ceec2216 45759 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
a848cd7e 45760
a848cd7e 45761
ceec2216 45762 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
a848cd7e 45763
ceec2216
RL
45764
45765 ac_config_files="$ac_config_files version-script Makefile"
45766
45767
45768 ac_config_commands="$ac_config_commands wx-config
45769 "
a848cd7e
SC
45770
45771
9103d280
RL
45772
45773
a848cd7e
SC
45774if test "$wxUSE_GUI" = "yes"; then
45775 SUBDIRS="samples demos utils contrib"
45776else SUBDIRS="samples utils"
45777fi
45778
45779
45780
45781# Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
45782if test "${with_cppunit_prefix+set}" = set; then
45783 withval="$with_cppunit_prefix"
45784 cppunit_config_prefix="$withval"
45785else
45786 cppunit_config_prefix=""
45787fi;
45788
45789# Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
45790if test "${with_cppunit_exec_prefix+set}" = set; then
45791 withval="$with_cppunit_exec_prefix"
45792 cppunit_config_exec_prefix="$withval"
45793else
45794 cppunit_config_exec_prefix=""
45795fi;
45796
45797 if test x$cppunit_config_exec_prefix != x ; then
45798 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
45799 if test x${CPPUNIT_CONFIG+set} != xset ; then
45800 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
45801 fi
45802 fi
45803 if test x$cppunit_config_prefix != x ; then
45804 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
45805 if test x${CPPUNIT_CONFIG+set} != xset ; then
45806 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
45807 fi
45808 fi
45809
45810 # Extract the first word of "cppunit-config", so it can be a program name with args.
45811set dummy cppunit-config; ac_word=$2
45812echo "$as_me:$LINENO: checking for $ac_word" >&5
45813echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45814if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
45815 echo $ECHO_N "(cached) $ECHO_C" >&6
45816else
45817 case $CPPUNIT_CONFIG in
45818 [\\/]* | ?:[\\/]*)
45819 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
45820 ;;
45821 *)
45822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45823for as_dir in $PATH
45824do
45825 IFS=$as_save_IFS
45826 test -z "$as_dir" && as_dir=.
45827 for ac_exec_ext in '' $ac_executable_extensions; do
45828 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45829 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
45830 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45831 break 2
45832 fi
45833done
45834done
45835
45836 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
45837 ;;
45838esac
45839fi
45840CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
45841
45842if test -n "$CPPUNIT_CONFIG"; then
45843 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
45844echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
45845else
45846 echo "$as_me:$LINENO: result: no" >&5
45847echo "${ECHO_T}no" >&6
45848fi
45849
45850 cppunit_version_min=1.8.0
45851
45852 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
45853echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
45854 no_cppunit=""
45855 if test "$CPPUNIT_CONFIG" = "no" ; then
45856 no_cppunit=yes
45857 else
45858 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
45859 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
45860 cppunit_version=`$CPPUNIT_CONFIG --version`
45861
45862 cppunit_major_version=`echo $cppunit_version | \
45863 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
45864 cppunit_minor_version=`echo $cppunit_version | \
45865 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
45866 cppunit_micro_version=`echo $cppunit_version | \
45867 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
45868
45869 cppunit_major_min=`echo $cppunit_version_min | \
45870 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
45871 cppunit_minor_min=`echo $cppunit_version_min | \
45872 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
45873 cppunit_micro_min=`echo $cppunit_version_min | \
45874 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
45875
45876 cppunit_version_proper=`expr \
45877 $cppunit_major_version \> $cppunit_major_min \| \
45878 $cppunit_major_version \= $cppunit_major_min \& \
45879 $cppunit_minor_version \> $cppunit_minor_min \| \
45880 $cppunit_major_version \= $cppunit_major_min \& \
45881 $cppunit_minor_version \= $cppunit_minor_min \& \
45882 $cppunit_micro_version \>= $cppunit_micro_min `
45883
45884 if test "$cppunit_version_proper" = "1" ; then
45885 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
45886echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
45887 else
45888 echo "$as_me:$LINENO: result: no" >&5
45889echo "${ECHO_T}no" >&6
45890 no_cppunit=yes
45891 fi
45892 fi
45893
45894 if test "x$no_cppunit" = x ; then
c2218763 45895 SUBDIRS="$SUBDIRS tests"
a848cd7e
SC
45896 else
45897 CPPUNIT_CFLAGS=""
45898 CPPUNIT_LIBS=""
c2218763 45899 :
a848cd7e
SC
45900 fi
45901
45902
45903
45904
45905
45906for subdir in `echo $SUBDIRS`; do
45907 if test -d ${srcdir}/${subdir} ; then
45908 if test "$wxUSE_GUI" = "yes"; then
45909 if test ${subdir} = "samples"; then
45910 makefiles="samples/Makefile.in $makefiles"
45911 for sample in `echo $SAMPLES_SUBDIRS`; do
45912 if test -d $srcdir/samples/$sample; then
45913 makefiles="samples/$sample/Makefile.in $makefiles"
45914 fi
45915 done
9c112555
MW
45916 else
45917 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
45918 eval "disabled=\$$disabled_var"
45919 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
45920 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
a848cd7e
SC
45921 fi
45922 else if test ${subdir} = "samples"; then
45923 makefiles="samples/Makefile.in samples/console/Makefile.in"
45924 elif test ${subdir} = "utils"; then
6537ccf8
VS
45925 makefiles=""
45926 for util in HelpGen tex2rtf ; do
45927 if test -d $srcdir/utils/$util ; then
45928 makefiles="utils/$util/Makefile.in \
45929 utils/$util/src/Makefile.in \
45930 $makefiles"
45931 fi
45932 done
a848cd7e
SC
45933 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
45934 fi
45935 fi
45936
45937 for mkin in $makefiles ; do
45938 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
45939 ac_config_files="$ac_config_files $mk"
45940
45941 done
45942 fi
45943done
45944
45945
45946cat >confcache <<\_ACEOF
45947# This file is a shell script that caches the results of configure
45948# tests run on this system so they can be shared between configure
45949# scripts and configure runs, see configure's option --config-cache.
45950# It is not useful on other systems. If it contains results you don't
45951# want to keep, you may remove or edit it.
45952#
45953# config.status only pays attention to the cache file if you give it
45954# the --recheck option to rerun configure.
45955#
45956# `ac_cv_env_foo' variables (set or unset) will be overridden when
45957# loading this file, other *unset* `ac_cv_foo' will be assigned the
45958# following values.
45959
45960_ACEOF
45961
45962# The following way of writing the cache mishandles newlines in values,
45963# but we know of no workaround that is simple, portable, and efficient.
45964# So, don't put newlines in cache variables' values.
45965# Ultrix sh set writes to stderr and can't be redirected directly,
45966# and sets the high bit in the cache file unless we assign to the vars.
45967{
45968 (set) 2>&1 |
45969 case `(ac_space=' '; set | grep ac_space) 2>&1` in
45970 *ac_space=\ *)
45971 # `set' does not quote correctly, so add quotes (double-quote
45972 # substitution turns \\\\ into \\, and sed turns \\ into \).
45973 sed -n \
ac1cb8d3
VS
45974 "s/'/'\\\\''/g;
45975 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
45976 ;;
45977 *)
45978 # `set' quotes correctly as required by POSIX, so do not add quotes.
45979 sed -n \
ac1cb8d3 45980 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
45981 ;;
45982 esac;
45983} |
45984 sed '
45985 t clear
45986 : clear
45987 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
45988 t end
45989 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
45990 : end' >>confcache
45991if diff $cache_file confcache >/dev/null 2>&1; then :; else
45992 if test -w $cache_file; then
45993 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
45994 cat confcache >$cache_file
45995 else
45996 echo "not updating unwritable cache $cache_file"
45997 fi
45998fi
45999rm -f confcache
46000
46001test "x$prefix" = xNONE && prefix=$ac_default_prefix
46002# Let make expand exec_prefix.
46003test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
46004
46005# VPATH may cause trouble with some makes, so we remove $(srcdir),
46006# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
46007# trailing colons and then remove the whole line if VPATH becomes empty
46008# (actually we leave an empty line to preserve line numbers).
46009if test "x$srcdir" = x.; then
ac1cb8d3 46010 ac_vpsub='/^[ ]*VPATH[ ]*=/{
a848cd7e
SC
46011s/:*\$(srcdir):*/:/;
46012s/:*\${srcdir}:*/:/;
46013s/:*@srcdir@:*/:/;
ac1cb8d3 46014s/^\([^=]*=[ ]*\):*/\1/;
a848cd7e 46015s/:*$//;
ac1cb8d3 46016s/^[^=]*=[ ]*$//;
a848cd7e
SC
46017}'
46018fi
46019
46020DEFS=-DHAVE_CONFIG_H
46021
46022ac_libobjs=
46023ac_ltlibobjs=
46024for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
46025 # 1. Remove the extension, and $U if already installed.
46026 ac_i=`echo "$ac_i" |
ac1cb8d3 46027 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
a848cd7e
SC
46028 # 2. Add them.
46029 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
46030 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
46031done
46032LIBOBJS=$ac_libobjs
46033
46034LTLIBOBJS=$ac_ltlibobjs
46035
46036
46037
46038: ${CONFIG_STATUS=./config.status}
46039ac_clean_files_save=$ac_clean_files
46040ac_clean_files="$ac_clean_files $CONFIG_STATUS"
46041{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
46042echo "$as_me: creating $CONFIG_STATUS" >&6;}
46043cat >$CONFIG_STATUS <<_ACEOF
46044#! $SHELL
46045# Generated by $as_me.
46046# Run this file to recreate the current configuration.
46047# Compiler output produced by configure, useful for debugging
46048# configure, is in config.log if it exists.
46049
46050debug=false
46051ac_cs_recheck=false
46052ac_cs_silent=false
46053SHELL=\${CONFIG_SHELL-$SHELL}
46054_ACEOF
46055
46056cat >>$CONFIG_STATUS <<\_ACEOF
46057## --------------------- ##
46058## M4sh Initialization. ##
46059## --------------------- ##
46060
46061# Be Bourne compatible
46062if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
46063 emulate sh
46064 NULLCMD=:
46065 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
46066 # is contrary to our usage. Disable this feature.
46067 alias -g '${1+"$@"}'='"$@"'
46068elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
46069 set -o posix
46070fi
ac1cb8d3 46071DUALCASE=1; export DUALCASE # for MKS sh
a848cd7e
SC
46072
46073# Support unset when possible.
ac1cb8d3 46074if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
a848cd7e
SC
46075 as_unset=unset
46076else
46077 as_unset=false
46078fi
46079
46080
46081# Work around bugs in pre-3.0 UWIN ksh.
46082$as_unset ENV MAIL MAILPATH
46083PS1='$ '
46084PS2='> '
46085PS4='+ '
46086
46087# NLS nuisances.
46088for as_var in \
46089 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
46090 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
46091 LC_TELEPHONE LC_TIME
46092do
ac1cb8d3 46093 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
a848cd7e
SC
46094 eval $as_var=C; export $as_var
46095 else
46096 $as_unset $as_var
46097 fi
46098done
46099
46100# Required to use basename.
46101if expr a : '\(a\)' >/dev/null 2>&1; then
46102 as_expr=expr
46103else
46104 as_expr=false
46105fi
46106
46107if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
46108 as_basename=basename
46109else
46110 as_basename=false
46111fi
46112
46113
46114# Name of the executable.
46115as_me=`$as_basename "$0" ||
46116$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
46117 X"$0" : 'X\(//\)$' \| \
46118 X"$0" : 'X\(/\)$' \| \
46119 . : '\(.\)' 2>/dev/null ||
46120echo X/"$0" |
46121 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
46122 /^X\/\(\/\/\)$/{ s//\1/; q; }
46123 /^X\/\(\/\).*/{ s//\1/; q; }
46124 s/.*/./; q'`
46125
46126
46127# PATH needs CR, and LINENO needs CR and PATH.
46128# Avoid depending upon Character Ranges.
46129as_cr_letters='abcdefghijklmnopqrstuvwxyz'
46130as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46131as_cr_Letters=$as_cr_letters$as_cr_LETTERS
46132as_cr_digits='0123456789'
46133as_cr_alnum=$as_cr_Letters$as_cr_digits
46134
46135# The user is always right.
46136if test "${PATH_SEPARATOR+set}" != set; then
46137 echo "#! /bin/sh" >conf$$.sh
46138 echo "exit 0" >>conf$$.sh
46139 chmod +x conf$$.sh
46140 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46141 PATH_SEPARATOR=';'
46142 else
46143 PATH_SEPARATOR=:
46144 fi
46145 rm -f conf$$.sh
46146fi
46147
46148
46149 as_lineno_1=$LINENO
46150 as_lineno_2=$LINENO
46151 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
46152 test "x$as_lineno_1" != "x$as_lineno_2" &&
46153 test "x$as_lineno_3" = "x$as_lineno_2" || {
46154 # Find who we are. Look in the path if we contain no path at all
46155 # relative or not.
46156 case $0 in
46157 *[\\/]* ) as_myself=$0 ;;
46158 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46159for as_dir in $PATH
46160do
46161 IFS=$as_save_IFS
46162 test -z "$as_dir" && as_dir=.
46163 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
46164done
46165
46166 ;;
46167 esac
46168 # We did not find ourselves, most probably we were run as `sh COMMAND'
46169 # in which case we are not to be found in the path.
46170 if test "x$as_myself" = x; then
46171 as_myself=$0
46172 fi
46173 if test ! -f "$as_myself"; then
46174 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
46175echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
46176 { (exit 1); exit 1; }; }
46177 fi
46178 case $CONFIG_SHELL in
46179 '')
46180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
46181for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
46182do
46183 IFS=$as_save_IFS
46184 test -z "$as_dir" && as_dir=.
46185 for as_base in sh bash ksh sh5; do
46186 case $as_dir in
46187 /*)
46188 if ("$as_dir/$as_base" -c '
46189 as_lineno_1=$LINENO
46190 as_lineno_2=$LINENO
46191 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
46192 test "x$as_lineno_1" != "x$as_lineno_2" &&
46193 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
46194 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
46195 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
46196 CONFIG_SHELL=$as_dir/$as_base
46197 export CONFIG_SHELL
46198 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
46199 fi;;
46200 esac
46201 done
46202done
46203;;
46204 esac
46205
46206 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
46207 # uniformly replaced by the line number. The first 'sed' inserts a
46208 # line-number line before each line; the second 'sed' does the real
46209 # work. The second script uses 'N' to pair each line-number line
46210 # with the numbered line, and appends trailing '-' during
46211 # substitution so that $LINENO is not a special case at line end.
46212 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
46213 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
46214 sed '=' <$as_myself |
46215 sed '
46216 N
46217 s,$,-,
46218 : loop
46219 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
46220 t loop
46221 s,-$,,
46222 s,^['$as_cr_digits']*\n,,
46223 ' >$as_me.lineno &&
46224 chmod +x $as_me.lineno ||
46225 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
46226echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
46227 { (exit 1); exit 1; }; }
46228
46229 # Don't try to exec as it changes $[0], causing all sort of problems
46230 # (the dirname of $[0] is not the place where we might find the
46231 # original and so on. Autoconf is especially sensible to this).
46232 . ./$as_me.lineno
46233 # Exit status is that of the last command.
46234 exit
46235}
46236
46237
46238case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
46239 *c*,-n*) ECHO_N= ECHO_C='
46240' ECHO_T=' ' ;;
46241 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
46242 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
46243esac
46244
46245if expr a : '\(a\)' >/dev/null 2>&1; then
46246 as_expr=expr
46247else
46248 as_expr=false
46249fi
46250
46251rm -f conf$$ conf$$.exe conf$$.file
46252echo >conf$$.file
46253if ln -s conf$$.file conf$$ 2>/dev/null; then
46254 # We could just check for DJGPP; but this test a) works b) is more generic
46255 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
46256 if test -f conf$$.exe; then
46257 # Don't use ln at all; we don't have any links
46258 as_ln_s='cp -p'
46259 else
46260 as_ln_s='ln -s'
46261 fi
46262elif ln conf$$.file conf$$ 2>/dev/null; then
46263 as_ln_s=ln
46264else
46265 as_ln_s='cp -p'
46266fi
46267rm -f conf$$ conf$$.exe conf$$.file
46268
46269if mkdir -p . 2>/dev/null; then
46270 as_mkdir_p=:
46271else
ac1cb8d3 46272 test -d ./-p && rmdir ./-p
a848cd7e
SC
46273 as_mkdir_p=false
46274fi
46275
46276as_executable_p="test -f"
46277
46278# Sed expression to map a string onto a valid CPP name.
ac1cb8d3 46279as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
46280
46281# Sed expression to map a string onto a valid variable name.
ac1cb8d3 46282as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
46283
46284
46285# IFS
46286# We need space, tab and new line, in precisely that order.
46287as_nl='
46288'
46289IFS=" $as_nl"
46290
46291# CDPATH.
46292$as_unset CDPATH
46293
46294exec 6>&1
46295
46296# Open the log real soon, to keep \$[0] and so on meaningful, and to
46297# report actual input values of CONFIG_FILES etc. instead of their
46298# values after options handling. Logging --version etc. is OK.
46299exec 5>>config.log
46300{
46301 echo
46302 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
46303## Running $as_me. ##
46304_ASBOX
46305} >&5
46306cat >&5 <<_CSEOF
46307
eb730a0c 46308This file was extended by wxWidgets $as_me 2.6.2, which was
ac1cb8d3 46309generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
46310
46311 CONFIG_FILES = $CONFIG_FILES
46312 CONFIG_HEADERS = $CONFIG_HEADERS
46313 CONFIG_LINKS = $CONFIG_LINKS
46314 CONFIG_COMMANDS = $CONFIG_COMMANDS
46315 $ $0 $@
46316
46317_CSEOF
46318echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
46319echo >&5
46320_ACEOF
46321
46322# Files that config.status was made for.
46323if test -n "$ac_config_files"; then
46324 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
46325fi
46326
46327if test -n "$ac_config_headers"; then
46328 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
46329fi
46330
46331if test -n "$ac_config_links"; then
46332 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
46333fi
46334
46335if test -n "$ac_config_commands"; then
46336 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
46337fi
46338
46339cat >>$CONFIG_STATUS <<\_ACEOF
46340
46341ac_cs_usage="\
46342\`$as_me' instantiates files from templates according to the
46343current configuration.
46344
46345Usage: $0 [OPTIONS] [FILE]...
46346
46347 -h, --help print this help, then exit
46348 -V, --version print version number, then exit
46349 -q, --quiet do not print progress messages
46350 -d, --debug don't remove temporary files
46351 --recheck update $as_me by reconfiguring in the same conditions
46352 --file=FILE[:TEMPLATE]
ac1cb8d3 46353 instantiate the configuration file FILE
a848cd7e 46354 --header=FILE[:TEMPLATE]
ac1cb8d3 46355 instantiate the configuration header FILE
a848cd7e
SC
46356
46357Configuration files:
46358$config_files
46359
46360Configuration headers:
46361$config_headers
46362
46363Configuration commands:
46364$config_commands
46365
46366Report bugs to <bug-autoconf@gnu.org>."
46367_ACEOF
46368
46369cat >>$CONFIG_STATUS <<_ACEOF
46370ac_cs_version="\\
eb730a0c 46371wxWidgets config.status 2.6.2
ac1cb8d3 46372configured by $0, generated by GNU Autoconf 2.59,
a848cd7e
SC
46373 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
46374
ac1cb8d3 46375Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
46376This config.status script is free software; the Free Software Foundation
46377gives unlimited permission to copy, distribute and modify it."
46378srcdir=$srcdir
46379INSTALL="$INSTALL"
46380_ACEOF
46381
46382cat >>$CONFIG_STATUS <<\_ACEOF
46383# If no file are specified by the user, then we need to provide default
46384# value. By we need to know if files were specified by the user.
46385ac_need_defaults=:
46386while test $# != 0
46387do
46388 case $1 in
46389 --*=*)
46390 ac_option=`expr "x$1" : 'x\([^=]*\)='`
46391 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
46392 ac_shift=:
46393 ;;
46394 -*)
46395 ac_option=$1
46396 ac_optarg=$2
46397 ac_shift=shift
46398 ;;
46399 *) # This is not an option, so the user has probably given explicit
46400 # arguments.
46401 ac_option=$1
46402 ac_need_defaults=false;;
46403 esac
46404
46405 case $ac_option in
46406 # Handling of the options.
46407_ACEOF
46408cat >>$CONFIG_STATUS <<\_ACEOF
46409 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
46410 ac_cs_recheck=: ;;
46411 --version | --vers* | -V )
46412 echo "$ac_cs_version"; exit 0 ;;
46413 --he | --h)
46414 # Conflict between --help and --header
46415 { { echo "$as_me:$LINENO: error: ambiguous option: $1
46416Try \`$0 --help' for more information." >&5
46417echo "$as_me: error: ambiguous option: $1
46418Try \`$0 --help' for more information." >&2;}
46419 { (exit 1); exit 1; }; };;
46420 --help | --hel | -h )
46421 echo "$ac_cs_usage"; exit 0 ;;
46422 --debug | --d* | -d )
46423 debug=: ;;
46424 --file | --fil | --fi | --f )
46425 $ac_shift
46426 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
46427 ac_need_defaults=false;;
46428 --header | --heade | --head | --hea )
46429 $ac_shift
46430 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
46431 ac_need_defaults=false;;
46432 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
46433 | -silent | --silent | --silen | --sile | --sil | --si | --s)
46434 ac_cs_silent=: ;;
46435
46436 # This is an error.
46437 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
46438Try \`$0 --help' for more information." >&5
46439echo "$as_me: error: unrecognized option: $1
46440Try \`$0 --help' for more information." >&2;}
46441 { (exit 1); exit 1; }; } ;;
46442
46443 *) ac_config_targets="$ac_config_targets $1" ;;
46444
46445 esac
46446 shift
46447done
46448
46449ac_configure_extra_args=
46450
46451if $ac_cs_silent; then
46452 exec 6>/dev/null
46453 ac_configure_extra_args="$ac_configure_extra_args --silent"
46454fi
46455
46456_ACEOF
46457cat >>$CONFIG_STATUS <<_ACEOF
46458if \$ac_cs_recheck; then
46459 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
46460 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
46461fi
46462
46463_ACEOF
46464
46465cat >>$CONFIG_STATUS <<_ACEOF
46466#
46467# INIT-COMMANDS section.
46468#
46469
ceec2216
RL
46470 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
46471 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
46472 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
46473 LN_S="${LN_S}"
a848cd7e
SC
46474
46475
46476_ACEOF
46477
46478
46479
46480cat >>$CONFIG_STATUS <<\_ACEOF
46481for ac_config_target in $ac_config_targets
46482do
46483 case "$ac_config_target" in
46484 # Handling of arguments.
ceec2216
RL
46485 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
46486 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
a848cd7e
SC
46487 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
46488 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
46489 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
ceec2216
RL
46490 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
46491 "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
46492 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
46493echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
46494 { (exit 1); exit 1; }; };;
46495 esac
46496done
46497
46498# If the user did not use the arguments to specify the items to instantiate,
46499# then the envvar interface is used. Set only those that are not.
46500# We use the long form for the default assignment because of an extremely
46501# bizarre bug on SunOS 4.1.3.
46502if $ac_need_defaults; then
46503 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
46504 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
46505 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
46506fi
46507
46508# Have a temporary directory for convenience. Make it in the build tree
46509# simply because there is no reason to put it here, and in addition,
46510# creating and moving files from /tmp can sometimes cause problems.
46511# Create a temporary directory, and hook for its removal unless debugging.
46512$debug ||
46513{
46514 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
46515 trap '{ (exit 1); exit 1; }' 1 2 13 15
46516}
46517
46518# Create a (secure) tmp directory for tmp files.
46519
46520{
46521 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
46522 test -n "$tmp" && test -d "$tmp"
46523} ||
46524{
46525 tmp=./confstat$$-$RANDOM
46526 (umask 077 && mkdir $tmp)
46527} ||
46528{
46529 echo "$me: cannot create a temporary directory in ." >&2
46530 { (exit 1); exit 1; }
46531}
46532
46533_ACEOF
46534
46535cat >>$CONFIG_STATUS <<_ACEOF
46536
46537#
46538# CONFIG_FILES section.
46539#
46540
46541# No need to generate the scripts if there are no CONFIG_FILES.
46542# This happens for instance when ./config.status config.h
46543if test -n "\$CONFIG_FILES"; then
46544 # Protect against being on the right side of a sed subst in config.status.
46545 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
46546 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
46547s,@SHELL@,$SHELL,;t t
46548s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
46549s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
46550s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
46551s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
46552s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
46553s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
46554s,@exec_prefix@,$exec_prefix,;t t
46555s,@prefix@,$prefix,;t t
46556s,@program_transform_name@,$program_transform_name,;t t
46557s,@bindir@,$bindir,;t t
46558s,@sbindir@,$sbindir,;t t
46559s,@libexecdir@,$libexecdir,;t t
46560s,@datadir@,$datadir,;t t
46561s,@sysconfdir@,$sysconfdir,;t t
46562s,@sharedstatedir@,$sharedstatedir,;t t
46563s,@localstatedir@,$localstatedir,;t t
46564s,@libdir@,$libdir,;t t
46565s,@includedir@,$includedir,;t t
46566s,@oldincludedir@,$oldincludedir,;t t
46567s,@infodir@,$infodir,;t t
46568s,@mandir@,$mandir,;t t
46569s,@build_alias@,$build_alias,;t t
46570s,@host_alias@,$host_alias,;t t
46571s,@target_alias@,$target_alias,;t t
46572s,@DEFS@,$DEFS,;t t
46573s,@ECHO_C@,$ECHO_C,;t t
46574s,@ECHO_N@,$ECHO_N,;t t
46575s,@ECHO_T@,$ECHO_T,;t t
46576s,@LIBS@,$LIBS,;t t
46577s,@build@,$build,;t t
46578s,@build_cpu@,$build_cpu,;t t
46579s,@build_vendor@,$build_vendor,;t t
46580s,@build_os@,$build_os,;t t
46581s,@host@,$host,;t t
46582s,@host_cpu@,$host_cpu,;t t
46583s,@host_vendor@,$host_vendor,;t t
46584s,@host_os@,$host_os,;t t
46585s,@target@,$target,;t t
46586s,@target_cpu@,$target_cpu,;t t
46587s,@target_vendor@,$target_vendor,;t t
46588s,@target_os@,$target_os,;t t
46589s,@CC@,$CC,;t t
46590s,@CFLAGS@,$CFLAGS,;t t
46591s,@LDFLAGS@,$LDFLAGS,;t t
46592s,@CPPFLAGS@,$CPPFLAGS,;t t
46593s,@ac_ct_CC@,$ac_ct_CC,;t t
46594s,@EXEEXT@,$EXEEXT,;t t
46595s,@OBJEXT@,$OBJEXT,;t t
46596s,@CPP@,$CPP,;t t
46597s,@EGREP@,$EGREP,;t t
46598s,@CXX@,$CXX,;t t
46599s,@CXXFLAGS@,$CXXFLAGS,;t t
46600s,@ac_ct_CXX@,$ac_ct_CXX,;t t
46601s,@RANLIB@,$RANLIB,;t t
46602s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
46603s,@AR@,$AR,;t t
8c80d384 46604s,@ac_ct_AR@,$ac_ct_AR,;t t
a848cd7e
SC
46605s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
46606s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
46607s,@INSTALL_DATA@,$INSTALL_DATA,;t t
46608s,@STRIP@,$STRIP,;t t
8c80d384
DE
46609s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
46610s,@RESCOMP@,$RESCOMP,;t t
46611s,@ac_ct_RESCOMP@,$ac_ct_RESCOMP,;t t
46612s,@DLLTOOL@,$DLLTOOL,;t t
46613s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
a848cd7e
SC
46614s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
46615s,@LN_S@,$LN_S,;t t
46616s,@CXXCPP@,$CXXCPP,;t t
46617s,@subdirs@,$subdirs,;t t
46618s,@PKG_CONFIG@,$PKG_CONFIG,;t t
46619s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
46620s,@GTK_LIBS@,$GTK_LIBS,;t t
46621s,@GTK_CONFIG@,$GTK_CONFIG,;t t
a848cd7e
SC
46622s,@X_CFLAGS@,$X_CFLAGS,;t t
46623s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
46624s,@X_LIBS@,$X_LIBS,;t t
46625s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
46626s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
46627s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
d1c38808
VZ
46628s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
46629s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
a848cd7e
SC
46630s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
46631s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
a848cd7e
SC
46632s,@DEREZ@,$DEREZ,;t t
46633s,@SETFILE@,$SETFILE,;t t
46634s,@LIBICONV@,$LIBICONV,;t t
46635s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
46636s,@SDL_CONFIG@,$SDL_CONFIG,;t t
46637s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
46638s,@SDL_LIBS@,$SDL_LIBS,;t t
d1c38808
VZ
46639s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
46640s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
dae87f93
RN
46641s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
46642s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
46643s,@GST_INSPECT@,$GST_INSPECT,;t t
a848cd7e
SC
46644s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
46645s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
46646s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
46647s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
46648s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
46649s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
46650s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
46651s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
46652s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
46653s,@VENDOR@,$VENDOR,;t t
46654s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
ceec2216
RL
46655s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
46656s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
a848cd7e
SC
46657s,@WXUNIV@,$WXUNIV,;t t
46658s,@MONOLITHIC@,$MONOLITHIC,;t t
46659s,@USE_PLUGINS@,$USE_PLUGINS,;t t
46660s,@EXTRALIBS@,$EXTRALIBS,;t t
46661s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
46662s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
46663s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
46664s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
46665s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
46666s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
46667s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
d1c38808 46668s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
a848cd7e
SC
46669s,@UNICODE@,$UNICODE,;t t
46670s,@BUILD@,$BUILD,;t t
46671s,@DEBUG_INFO@,$DEBUG_INFO,;t t
46672s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
a848cd7e
SC
46673s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
46674s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
46675s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
46676s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
46677s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
46678s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
46679s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
46680s,@SET_MAKE@,$SET_MAKE,;t t
46681s,@MAKE_SET@,$MAKE_SET,;t t
a848cd7e
SC
46682s,@NM@,$NM,;t t
46683s,@ac_ct_NM@,$ac_ct_NM,;t t
46684s,@INSTALL_DIR@,$INSTALL_DIR,;t t
46685s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
46686s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
46687s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
46688s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
46689s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
1e9e8aba 46690s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
a848cd7e
SC
46691s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
46692s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
1e9e8aba 46693s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
a848cd7e
SC
46694s,@SO_SUFFIX@,$SO_SUFFIX,;t t
46695s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
46696s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
46697s,@LIBPREFIX@,$LIBPREFIX,;t t
46698s,@LIBEXT@,$LIBEXT,;t t
46699s,@DLLPREFIX@,$DLLPREFIX,;t t
46700s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
810b94f0 46701s,@dlldir@,$dlldir,;t t
a848cd7e
SC
46702s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
46703s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
46704s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
46705s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
46706s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
46707s,@PIC_FLAG@,$PIC_FLAG,;t t
810b94f0 46708s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
a848cd7e
SC
46709s,@USE_SOVERSION@,$USE_SOVERSION,;t t
46710s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
46711s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
810b94f0 46712s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
a848cd7e
SC
46713s,@USE_MACVERSION@,$USE_MACVERSION,;t t
46714s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
46715s,@SONAME_FLAG@,$SONAME_FLAG,;t t
46716s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
46717s,@GCC_PCH@,$GCC_PCH,;t t
46718s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
46719s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
46720s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
46721s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
46722s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
46723s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
46724s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
46725s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
46726s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
46727s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
46728s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
46729s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
46730s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
46731s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
46732s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
46733s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
46734s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
46735s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
90970d69 46736s,@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 46737s,@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 46738s,@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 46739s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
ceec2216 46740s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
46741s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
46742s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
90970d69 46743s,@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 46744s,@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 46745s,@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 46746s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
ceec2216 46747s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
a848cd7e
SC
46748s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
46749s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
46750s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
46751s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
46752s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
46753s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
eb730a0c 46754s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
a848cd7e
SC
46755s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
46756s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
a30f955f 46757s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
a848cd7e
SC
46758s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
46759s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
46760s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
fc480dc1 46761s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
1e9e8aba 46762s,@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
46763s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
46764s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
a848cd7e
SC
46765s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
46766s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
b48a2016 46767s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
083508af 46768s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
83d8eb47 46769s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
a848cd7e
SC
46770s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
46771s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
46772s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
46773s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
46774s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
46775s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
46776s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
46777s,@COND_SHARED_0@,$COND_SHARED_0,;t t
083508af
MW
46778s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
46779s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
46780s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
a848cd7e
SC
46781s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
46782s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
46783s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
46784s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
083508af 46785s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
46786s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
46787s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
46788s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
46789s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
46790s,@COND_SHARED_1@,$COND_SHARED_1,;t t
46791s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
083508af 46792s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
a30f955f 46793s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
a848cd7e 46794s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
a49baeab 46795s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
a848cd7e
SC
46796s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
46797s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
46798s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
46799s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
46800s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
46801s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
46802s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
46803s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
46804s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
46805s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
46806s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
46807s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
46808s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
46809s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
46810s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
46811s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
46812s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
46813s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
3fd9c298
DE
46814s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
46815s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
46816s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
a848cd7e
SC
46817s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
46818s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
46819s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
46820s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
46821s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
46822s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
46823s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
46824s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
46825s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
46826s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
46827s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
46828s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
083508af
MW
46829s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
46830s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
a848cd7e 46831s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
0b78747f
MW
46832s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
46833s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
a848cd7e 46834s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
eb730a0c 46835s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
a848cd7e
SC
46836s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
46837s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
46838s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
0b78747f
MW
46839s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
46840s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
a13a7f89 46841s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
eb730a0c 46842s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
a848cd7e 46843s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
1e6eb025 46844s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
a848cd7e
SC
46845s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
46846s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
46847s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
46848s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
46849s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
46850s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
46851s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
46852s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
ceec2216 46853s,@SHARED@,$SHARED,;t t
a848cd7e
SC
46854s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
46855s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
a848cd7e
SC
46856s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
46857s,@USE_GUI@,$USE_GUI,;t t
46858s,@AFMINSTALL@,$AFMINSTALL,;t t
46859s,@WIN32INSTALL@,$WIN32INSTALL,;t t
46860s,@TOOLKIT@,$TOOLKIT,;t t
46861s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
a848cd7e 46862s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
ceec2216 46863s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
a848cd7e
SC
46864s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
46865s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
a848cd7e 46866s,@cross_compiling@,$cross_compiling,;t t
ceec2216
RL
46867s,@WIDGET_SET@,$WIDGET_SET,;t t
46868s,@WX_RELEASE@,$WX_RELEASE,;t t
46869s,@WX_VERSION@,$WX_VERSION,;t t
46870s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
46871s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
46872s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
a848cd7e 46873s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
a848cd7e
SC
46874s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
46875s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
46876s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
46877s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
ddd14b14 46878s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
a848cd7e
SC
46879s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
46880s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
ceec2216 46881s,@EXE_LINKER@,$EXE_LINKER,;t t
a848cd7e 46882s,@GUIDIST@,$GUIDIST,;t t
a848cd7e
SC
46883s,@DISTDIR@,$DISTDIR,;t t
46884s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
46885s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
a848cd7e
SC
46886s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
46887s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
46888s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
46889s,@RESFLAGS@,$RESFLAGS,;t t
46890s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
46891s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
46892s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
46893s,@LIBWXMACRES@,$LIBWXMACRES,;t t
46894s,@MACRESCOMP@,$MACRESCOMP,;t t
46895s,@MACSETFILE@,$MACSETFILE,;t t
46896s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
46897s,@GCC@,$GCC,;t t
a848cd7e
SC
46898s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
46899s,@LIBOBJS@,$LIBOBJS,;t t
46900s,@LTLIBOBJS@,$LTLIBOBJS,;t t
46901CEOF
46902
46903_ACEOF
46904
46905 cat >>$CONFIG_STATUS <<\_ACEOF
46906 # Split the substitutions into bite-sized pieces for seds with
46907 # small command number limits, like on Digital OSF/1 and HP-UX.
46908 ac_max_sed_lines=48
46909 ac_sed_frag=1 # Number of current file.
46910 ac_beg=1 # First line for current file.
46911 ac_end=$ac_max_sed_lines # Line after last line for current file.
46912 ac_more_lines=:
46913 ac_sed_cmds=
46914 while $ac_more_lines; do
46915 if test $ac_beg -gt 1; then
46916 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
46917 else
46918 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
46919 fi
46920 if test ! -s $tmp/subs.frag; then
46921 ac_more_lines=false
46922 else
46923 # The purpose of the label and of the branching condition is to
46924 # speed up the sed processing (if there are no `@' at all, there
46925 # is no need to browse any of the substitutions).
46926 # These are the two extra sed commands mentioned above.
46927 (echo ':t
46928 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
46929 if test -z "$ac_sed_cmds"; then
ac1cb8d3 46930 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e 46931 else
ac1cb8d3 46932 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e
SC
46933 fi
46934 ac_sed_frag=`expr $ac_sed_frag + 1`
46935 ac_beg=$ac_end
46936 ac_end=`expr $ac_end + $ac_max_sed_lines`
46937 fi
46938 done
46939 if test -z "$ac_sed_cmds"; then
46940 ac_sed_cmds=cat
46941 fi
46942fi # test -n "$CONFIG_FILES"
46943
46944_ACEOF
46945cat >>$CONFIG_STATUS <<\_ACEOF
46946for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
46947 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
46948 case $ac_file in
46949 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
46950 cat >$tmp/stdin
46951 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
46952 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 46953 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 46954 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
46955 * ) ac_file_in=$ac_file.in ;;
46956 esac
46957
46958 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
46959 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
46960$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46961 X"$ac_file" : 'X\(//\)[^/]' \| \
46962 X"$ac_file" : 'X\(//\)$' \| \
46963 X"$ac_file" : 'X\(/\)' \| \
46964 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46965echo X"$ac_file" |
46966 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46967 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46968 /^X\(\/\/\)$/{ s//\1/; q; }
46969 /^X\(\/\).*/{ s//\1/; q; }
46970 s/.*/./; q'`
46971 { if $as_mkdir_p; then
46972 mkdir -p "$ac_dir"
46973 else
46974 as_dir="$ac_dir"
46975 as_dirs=
46976 while test ! -d "$as_dir"; do
46977 as_dirs="$as_dir $as_dirs"
46978 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46979$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46980 X"$as_dir" : 'X\(//\)[^/]' \| \
46981 X"$as_dir" : 'X\(//\)$' \| \
46982 X"$as_dir" : 'X\(/\)' \| \
46983 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46984echo X"$as_dir" |
46985 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46986 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46987 /^X\(\/\/\)$/{ s//\1/; q; }
46988 /^X\(\/\).*/{ s//\1/; q; }
46989 s/.*/./; q'`
46990 done
46991 test ! -n "$as_dirs" || mkdir $as_dirs
46992 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46993echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46994 { (exit 1); exit 1; }; }; }
46995
46996 ac_builddir=.
46997
46998if test "$ac_dir" != .; then
46999 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47000 # A "../" for each directory in $ac_dir_suffix.
47001 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47002else
47003 ac_dir_suffix= ac_top_builddir=
47004fi
47005
47006case $srcdir in
47007 .) # No --srcdir option. We are building in place.
47008 ac_srcdir=.
47009 if test -z "$ac_top_builddir"; then
47010 ac_top_srcdir=.
47011 else
47012 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
47013 fi ;;
47014 [\\/]* | ?:[\\/]* ) # Absolute path.
47015 ac_srcdir=$srcdir$ac_dir_suffix;
47016 ac_top_srcdir=$srcdir ;;
47017 *) # Relative path.
47018 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
47019 ac_top_srcdir=$ac_top_builddir$srcdir ;;
47020esac
ac1cb8d3
VS
47021
47022# Do not use `cd foo && pwd` to compute absolute paths, because
47023# the directories may not exist.
47024case `pwd` in
47025.) ac_abs_builddir="$ac_dir";;
47026*)
47027 case "$ac_dir" in
47028 .) ac_abs_builddir=`pwd`;;
47029 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
47030 *) ac_abs_builddir=`pwd`/"$ac_dir";;
47031 esac;;
47032esac
47033case $ac_abs_builddir in
47034.) ac_abs_top_builddir=${ac_top_builddir}.;;
47035*)
47036 case ${ac_top_builddir}. in
47037 .) ac_abs_top_builddir=$ac_abs_builddir;;
47038 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
47039 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
47040 esac;;
47041esac
47042case $ac_abs_builddir in
47043.) ac_abs_srcdir=$ac_srcdir;;
47044*)
47045 case $ac_srcdir in
47046 .) ac_abs_srcdir=$ac_abs_builddir;;
47047 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
47048 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
47049 esac;;
47050esac
47051case $ac_abs_builddir in
47052.) ac_abs_top_srcdir=$ac_top_srcdir;;
47053*)
47054 case $ac_top_srcdir in
47055 .) ac_abs_top_srcdir=$ac_abs_builddir;;
47056 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
47057 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
47058 esac;;
47059esac
a848cd7e
SC
47060
47061
47062 case $INSTALL in
47063 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
47064 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
47065 esac
47066
a848cd7e
SC
47067 # Let's still pretend it is `configure' which instantiates (i.e., don't
47068 # use $as_me), people would be surprised to read:
47069 # /* config.h. Generated by config.status. */
47070 if test x"$ac_file" = x-; then
47071 configure_input=
47072 else
47073 configure_input="$ac_file. "
47074 fi
47075 configure_input=$configure_input"Generated from `echo $ac_file_in |
ac1cb8d3 47076 sed 's,.*/,,'` by configure."
a848cd7e
SC
47077
47078 # First look for the input files in the build tree, otherwise in the
47079 # src tree.
47080 ac_file_inputs=`IFS=:
47081 for f in $ac_file_in; do
47082 case $f in
47083 -) echo $tmp/stdin ;;
47084 [\\/$]*)
ac1cb8d3
VS
47085 # Absolute (can't be DOS-style, as IFS=:)
47086 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
47087echo "$as_me: error: cannot find input file: $f" >&2;}
47088 { (exit 1); exit 1; }; }
ac1cb8d3 47089 echo "$f";;
a848cd7e 47090 *) # Relative
ac1cb8d3
VS
47091 if test -f "$f"; then
47092 # Build tree
47093 echo "$f"
47094 elif test -f "$srcdir/$f"; then
47095 # Source tree
47096 echo "$srcdir/$f"
47097 else
47098 # /dev/null tree
47099 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
47100echo "$as_me: error: cannot find input file: $f" >&2;}
47101 { (exit 1); exit 1; }; }
ac1cb8d3 47102 fi;;
a848cd7e
SC
47103 esac
47104 done` || { (exit 1); exit 1; }
6ebeb4c7
VZ
47105
47106 if test x"$ac_file" != x-; then
47107 { echo "$as_me:$LINENO: creating $ac_file" >&5
47108echo "$as_me: creating $ac_file" >&6;}
47109 rm -f "$ac_file"
47110 fi
a848cd7e
SC
47111_ACEOF
47112cat >>$CONFIG_STATUS <<_ACEOF
47113 sed "$ac_vpsub
47114$extrasub
47115_ACEOF
47116cat >>$CONFIG_STATUS <<\_ACEOF
47117:t
47118/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
47119s,@configure_input@,$configure_input,;t t
47120s,@srcdir@,$ac_srcdir,;t t
47121s,@abs_srcdir@,$ac_abs_srcdir,;t t
47122s,@top_srcdir@,$ac_top_srcdir,;t t
47123s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
47124s,@builddir@,$ac_builddir,;t t
47125s,@abs_builddir@,$ac_abs_builddir,;t t
47126s,@top_builddir@,$ac_top_builddir,;t t
47127s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
47128s,@INSTALL@,$ac_INSTALL,;t t
47129" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
47130 rm -f $tmp/stdin
47131 if test x"$ac_file" != x-; then
47132 mv $tmp/out $ac_file
47133 else
47134 cat $tmp/out
47135 rm -f $tmp/out
47136 fi
47137
ceec2216
RL
47138 # Run the commands associated with the file.
47139 case $ac_file in
47140 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
47141 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
47142 esac
a848cd7e
SC
47143done
47144_ACEOF
47145cat >>$CONFIG_STATUS <<\_ACEOF
47146
47147#
47148# CONFIG_HEADER section.
47149#
47150
47151# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
47152# NAME is the cpp macro being defined and VALUE is the value it is being given.
47153#
47154# ac_d sets the value in "#define NAME VALUE" lines.
ac1cb8d3
VS
47155ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
47156ac_dB='[ ].*$,\1#\2'
a848cd7e
SC
47157ac_dC=' '
47158ac_dD=',;t'
47159# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac1cb8d3 47160ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
a848cd7e
SC
47161ac_uB='$,\1#\2define\3'
47162ac_uC=' '
47163ac_uD=',;t'
47164
47165for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
47166 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
47167 case $ac_file in
47168 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
47169 cat >$tmp/stdin
47170 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
47171 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 47172 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 47173 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
47174 * ) ac_file_in=$ac_file.in ;;
47175 esac
47176
47177 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
47178echo "$as_me: creating $ac_file" >&6;}
47179
47180 # First look for the input files in the build tree, otherwise in the
47181 # src tree.
47182 ac_file_inputs=`IFS=:
47183 for f in $ac_file_in; do
47184 case $f in
47185 -) echo $tmp/stdin ;;
47186 [\\/$]*)
ac1cb8d3
VS
47187 # Absolute (can't be DOS-style, as IFS=:)
47188 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
47189echo "$as_me: error: cannot find input file: $f" >&2;}
47190 { (exit 1); exit 1; }; }
ac1cb8d3
VS
47191 # Do quote $f, to prevent DOS paths from being IFS'd.
47192 echo "$f";;
a848cd7e 47193 *) # Relative
ac1cb8d3
VS
47194 if test -f "$f"; then
47195 # Build tree
47196 echo "$f"
47197 elif test -f "$srcdir/$f"; then
47198 # Source tree
47199 echo "$srcdir/$f"
47200 else
47201 # /dev/null tree
47202 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
47203echo "$as_me: error: cannot find input file: $f" >&2;}
47204 { (exit 1); exit 1; }; }
ac1cb8d3 47205 fi;;
a848cd7e
SC
47206 esac
47207 done` || { (exit 1); exit 1; }
47208 # Remove the trailing spaces.
ac1cb8d3 47209 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
a848cd7e
SC
47210
47211_ACEOF
47212
47213# Transform confdefs.h into two sed scripts, `conftest.defines' and
47214# `conftest.undefs', that substitutes the proper values into
47215# config.h.in to produce config.h. The first handles `#define'
47216# templates, and the second `#undef' templates.
47217# And first: Protect against being on the right side of a sed subst in
47218# config.status. Protect against being in an unquoted here document
47219# in config.status.
47220rm -f conftest.defines conftest.undefs
47221# Using a here document instead of a string reduces the quoting nightmare.
47222# Putting comments in sed scripts is not portable.
47223#
47224# `end' is used to avoid that the second main sed command (meant for
47225# 0-ary CPP macros) applies to n-ary macro definitions.
47226# See the Autoconf documentation for `clear'.
47227cat >confdef2sed.sed <<\_ACEOF
47228s/[\\&,]/\\&/g
47229s,[\\$`],\\&,g
47230t clear
47231: clear
ac1cb8d3 47232s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
a848cd7e 47233t end
ac1cb8d3 47234s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
a848cd7e
SC
47235: end
47236_ACEOF
47237# If some macros were called several times there might be several times
47238# the same #defines, which is useless. Nevertheless, we may not want to
47239# sort them, since we want the *last* AC-DEFINE to be honored.
47240uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
47241sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
47242rm -f confdef2sed.sed
47243
47244# This sed command replaces #undef with comments. This is necessary, for
47245# example, in the case of _POSIX_SOURCE, which is predefined and required
47246# on some systems where configure will not decide to define it.
47247cat >>conftest.undefs <<\_ACEOF
ac1cb8d3 47248s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
a848cd7e
SC
47249_ACEOF
47250
47251# Break up conftest.defines because some shells have a limit on the size
47252# of here documents, and old seds have small limits too (100 cmds).
47253echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ac1cb8d3 47254echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
a848cd7e
SC
47255echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
47256echo ' :' >>$CONFIG_STATUS
47257rm -f conftest.tail
47258while grep . conftest.defines >/dev/null
47259do
47260 # Write a limited-size here document to $tmp/defines.sed.
47261 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
47262 # Speed up: don't consider the non `#define' lines.
ac1cb8d3 47263 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
a848cd7e
SC
47264 # Work around the forget-to-reset-the-flag bug.
47265 echo 't clr' >>$CONFIG_STATUS
47266 echo ': clr' >>$CONFIG_STATUS
47267 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
47268 echo 'CEOF
47269 sed -f $tmp/defines.sed $tmp/in >$tmp/out
47270 rm -f $tmp/in
47271 mv $tmp/out $tmp/in
47272' >>$CONFIG_STATUS
47273 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
47274 rm -f conftest.defines
47275 mv conftest.tail conftest.defines
47276done
47277rm -f conftest.defines
47278echo ' fi # grep' >>$CONFIG_STATUS
47279echo >>$CONFIG_STATUS
47280
47281# Break up conftest.undefs because some shells have a limit on the size
47282# of here documents, and old seds have small limits too (100 cmds).
47283echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
47284rm -f conftest.tail
47285while grep . conftest.undefs >/dev/null
47286do
47287 # Write a limited-size here document to $tmp/undefs.sed.
47288 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
47289 # Speed up: don't consider the non `#undef'
ac1cb8d3 47290 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
a848cd7e
SC
47291 # Work around the forget-to-reset-the-flag bug.
47292 echo 't clr' >>$CONFIG_STATUS
47293 echo ': clr' >>$CONFIG_STATUS
47294 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
47295 echo 'CEOF
47296 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
47297 rm -f $tmp/in
47298 mv $tmp/out $tmp/in
47299' >>$CONFIG_STATUS
47300 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
47301 rm -f conftest.undefs
47302 mv conftest.tail conftest.undefs
47303done
47304rm -f conftest.undefs
47305
47306cat >>$CONFIG_STATUS <<\_ACEOF
47307 # Let's still pretend it is `configure' which instantiates (i.e., don't
47308 # use $as_me), people would be surprised to read:
47309 # /* config.h. Generated by config.status. */
47310 if test x"$ac_file" = x-; then
47311 echo "/* Generated by configure. */" >$tmp/config.h
47312 else
47313 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
47314 fi
47315 cat $tmp/in >>$tmp/config.h
47316 rm -f $tmp/in
47317 if test x"$ac_file" != x-; then
47318 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
47319 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
47320echo "$as_me: $ac_file is unchanged" >&6;}
47321 else
47322 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
47323$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
47324 X"$ac_file" : 'X\(//\)[^/]' \| \
47325 X"$ac_file" : 'X\(//\)$' \| \
47326 X"$ac_file" : 'X\(/\)' \| \
47327 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
47328echo X"$ac_file" |
47329 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47330 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47331 /^X\(\/\/\)$/{ s//\1/; q; }
47332 /^X\(\/\).*/{ s//\1/; q; }
47333 s/.*/./; q'`
47334 { if $as_mkdir_p; then
47335 mkdir -p "$ac_dir"
47336 else
47337 as_dir="$ac_dir"
47338 as_dirs=
47339 while test ! -d "$as_dir"; do
47340 as_dirs="$as_dir $as_dirs"
47341 as_dir=`(dirname "$as_dir") 2>/dev/null ||
47342$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
47343 X"$as_dir" : 'X\(//\)[^/]' \| \
47344 X"$as_dir" : 'X\(//\)$' \| \
47345 X"$as_dir" : 'X\(/\)' \| \
47346 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
47347echo X"$as_dir" |
47348 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47349 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47350 /^X\(\/\/\)$/{ s//\1/; q; }
47351 /^X\(\/\).*/{ s//\1/; q; }
47352 s/.*/./; q'`
47353 done
47354 test ! -n "$as_dirs" || mkdir $as_dirs
47355 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47356echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47357 { (exit 1); exit 1; }; }; }
47358
47359 rm -f $ac_file
47360 mv $tmp/config.h $ac_file
47361 fi
47362 else
47363 cat $tmp/config.h
47364 rm -f $tmp/config.h
47365 fi
47366done
47367_ACEOF
47368cat >>$CONFIG_STATUS <<\_ACEOF
47369
47370#
47371# CONFIG_COMMANDS section.
47372#
47373for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
47374 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
47375 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
47376 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
47377$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
47378 X"$ac_dest" : 'X\(//\)[^/]' \| \
47379 X"$ac_dest" : 'X\(//\)$' \| \
47380 X"$ac_dest" : 'X\(/\)' \| \
47381 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
47382echo X"$ac_dest" |
47383 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47384 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47385 /^X\(\/\/\)$/{ s//\1/; q; }
47386 /^X\(\/\).*/{ s//\1/; q; }
47387 s/.*/./; q'`
ac1cb8d3
VS
47388 { if $as_mkdir_p; then
47389 mkdir -p "$ac_dir"
47390 else
47391 as_dir="$ac_dir"
47392 as_dirs=
47393 while test ! -d "$as_dir"; do
47394 as_dirs="$as_dir $as_dirs"
47395 as_dir=`(dirname "$as_dir") 2>/dev/null ||
47396$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47397 X"$as_dir" : 'X\(//\)[^/]' \| \
47398 X"$as_dir" : 'X\(//\)$' \| \
47399 X"$as_dir" : 'X\(/\)' \| \
47400 . : '\(.\)' 2>/dev/null ||
47401echo X"$as_dir" |
47402 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47403 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47404 /^X\(\/\/\)$/{ s//\1/; q; }
47405 /^X\(\/\).*/{ s//\1/; q; }
47406 s/.*/./; q'`
47407 done
47408 test ! -n "$as_dirs" || mkdir $as_dirs
47409 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47410echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47411 { (exit 1); exit 1; }; }; }
47412
a848cd7e
SC
47413 ac_builddir=.
47414
47415if test "$ac_dir" != .; then
47416 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47417 # A "../" for each directory in $ac_dir_suffix.
47418 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47419else
47420 ac_dir_suffix= ac_top_builddir=
47421fi
47422
47423case $srcdir in
47424 .) # No --srcdir option. We are building in place.
47425 ac_srcdir=.
47426 if test -z "$ac_top_builddir"; then
47427 ac_top_srcdir=.
47428 else
47429 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
47430 fi ;;
47431 [\\/]* | ?:[\\/]* ) # Absolute path.
47432 ac_srcdir=$srcdir$ac_dir_suffix;
47433 ac_top_srcdir=$srcdir ;;
47434 *) # Relative path.
47435 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
47436 ac_top_srcdir=$ac_top_builddir$srcdir ;;
47437esac
ac1cb8d3
VS
47438
47439# Do not use `cd foo && pwd` to compute absolute paths, because
47440# the directories may not exist.
47441case `pwd` in
47442.) ac_abs_builddir="$ac_dir";;
47443*)
47444 case "$ac_dir" in
47445 .) ac_abs_builddir=`pwd`;;
47446 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
47447 *) ac_abs_builddir=`pwd`/"$ac_dir";;
47448 esac;;
47449esac
47450case $ac_abs_builddir in
47451.) ac_abs_top_builddir=${ac_top_builddir}.;;
47452*)
47453 case ${ac_top_builddir}. in
47454 .) ac_abs_top_builddir=$ac_abs_builddir;;
47455 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
47456 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
47457 esac;;
47458esac
47459case $ac_abs_builddir in
47460.) ac_abs_srcdir=$ac_srcdir;;
47461*)
47462 case $ac_srcdir in
47463 .) ac_abs_srcdir=$ac_abs_builddir;;
47464 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
47465 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
47466 esac;;
47467esac
47468case $ac_abs_builddir in
47469.) ac_abs_top_srcdir=$ac_top_srcdir;;
47470*)
47471 case $ac_top_srcdir in
47472 .) ac_abs_top_srcdir=$ac_abs_builddir;;
47473 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
47474 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
47475 esac;;
47476esac
a848cd7e
SC
47477
47478
47479 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
47480echo "$as_me: executing $ac_dest commands" >&6;}
47481 case $ac_dest in
ceec2216
RL
47482 wx-config ) rm -f wx-config
47483 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
47484 ;;
a848cd7e
SC
47485 esac
47486done
47487_ACEOF
47488
47489cat >>$CONFIG_STATUS <<\_ACEOF
47490
47491{ (exit 0); exit 0; }
47492_ACEOF
47493chmod +x $CONFIG_STATUS
47494ac_clean_files=$ac_clean_files_save
47495
47496
47497# configure is writing to config.log, and then calls config.status.
47498# config.status does its own redirection, appending to config.log.
47499# Unfortunately, on DOS this fails, as config.log is still kept open
47500# by configure, so config.status won't be able to write to it; its
47501# output is simply discarded. So we exec the FD to /dev/null,
47502# effectively closing config.log, so it can be properly (re)opened and
47503# appended to by config.status. When coming back to configure, we
47504# need to make the FD available again.
47505if test "$no_create" != yes; then
47506 ac_cs_success=:
47507 ac_config_status_args=
47508 test "$silent" = yes &&
47509 ac_config_status_args="$ac_config_status_args --quiet"
47510 exec 5>/dev/null
47511 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
47512 exec 5>>config.log
47513 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
47514 # would make configure fail if this is the last instruction.
47515 $ac_cs_success || { (exit 1); exit 1; }
47516fi
47517
47518#
47519# CONFIG_SUBDIRS section.
47520#
47521if test "$no_recursion" != yes; then
47522
47523 # Remove --cache-file and --srcdir arguments so they do not pile up.
47524 ac_sub_configure_args=
47525 ac_prev=
47526 for ac_arg in $ac_configure_args; do
47527 if test -n "$ac_prev"; then
47528 ac_prev=
47529 continue
47530 fi
47531 case $ac_arg in
47532 -cache-file | --cache-file | --cache-fil | --cache-fi \
47533 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
47534 ac_prev=cache_file ;;
47535 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
47536 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
47537 | --c=*)
47538 ;;
47539 --config-cache | -C)
47540 ;;
47541 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
47542 ac_prev=srcdir ;;
47543 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
47544 ;;
47545 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
47546 ac_prev=prefix ;;
47547 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
47548 ;;
47549 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
47550 esac
47551 done
47552
47553 # Always prepend --prefix to ensure using the same prefix
47554 # in subdir configurations.
47555 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
47556
47557 ac_popdir=`pwd`
47558 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
47559
47560 # Do not complain, so a configure script can configure whichever
47561 # parts of a large source tree are present.
47562 test -d $srcdir/$ac_dir || continue
47563
47564 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
47565echo "$as_me: configuring in $ac_dir" >&6;}
47566 { if $as_mkdir_p; then
47567 mkdir -p "$ac_dir"
47568 else
47569 as_dir="$ac_dir"
47570 as_dirs=
47571 while test ! -d "$as_dir"; do
47572 as_dirs="$as_dir $as_dirs"
47573 as_dir=`(dirname "$as_dir") 2>/dev/null ||
47574$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
47575 X"$as_dir" : 'X\(//\)[^/]' \| \
47576 X"$as_dir" : 'X\(//\)$' \| \
47577 X"$as_dir" : 'X\(/\)' \| \
47578 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
47579echo X"$as_dir" |
47580 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47581 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47582 /^X\(\/\/\)$/{ s//\1/; q; }
47583 /^X\(\/\).*/{ s//\1/; q; }
47584 s/.*/./; q'`
47585 done
47586 test ! -n "$as_dirs" || mkdir $as_dirs
47587 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47588echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47589 { (exit 1); exit 1; }; }; }
47590
47591 ac_builddir=.
47592
47593if test "$ac_dir" != .; then
47594 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47595 # A "../" for each directory in $ac_dir_suffix.
47596 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47597else
47598 ac_dir_suffix= ac_top_builddir=
47599fi
47600
47601case $srcdir in
47602 .) # No --srcdir option. We are building in place.
47603 ac_srcdir=.
47604 if test -z "$ac_top_builddir"; then
47605 ac_top_srcdir=.
47606 else
47607 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
47608 fi ;;
47609 [\\/]* | ?:[\\/]* ) # Absolute path.
47610 ac_srcdir=$srcdir$ac_dir_suffix;
47611 ac_top_srcdir=$srcdir ;;
47612 *) # Relative path.
47613 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
47614 ac_top_srcdir=$ac_top_builddir$srcdir ;;
47615esac
ac1cb8d3
VS
47616
47617# Do not use `cd foo && pwd` to compute absolute paths, because
47618# the directories may not exist.
47619case `pwd` in
47620.) ac_abs_builddir="$ac_dir";;
47621*)
47622 case "$ac_dir" in
47623 .) ac_abs_builddir=`pwd`;;
47624 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
47625 *) ac_abs_builddir=`pwd`/"$ac_dir";;
47626 esac;;
47627esac
47628case $ac_abs_builddir in
47629.) ac_abs_top_builddir=${ac_top_builddir}.;;
47630*)
47631 case ${ac_top_builddir}. in
47632 .) ac_abs_top_builddir=$ac_abs_builddir;;
47633 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
47634 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
47635 esac;;
47636esac
47637case $ac_abs_builddir in
47638.) ac_abs_srcdir=$ac_srcdir;;
47639*)
47640 case $ac_srcdir in
47641 .) ac_abs_srcdir=$ac_abs_builddir;;
47642 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
47643 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
47644 esac;;
47645esac
47646case $ac_abs_builddir in
47647.) ac_abs_top_srcdir=$ac_top_srcdir;;
47648*)
47649 case $ac_top_srcdir in
47650 .) ac_abs_top_srcdir=$ac_abs_builddir;;
47651 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
47652 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
47653 esac;;
47654esac
a848cd7e
SC
47655
47656
47657 cd $ac_dir
47658
47659 # Check for guested configure; otherwise get Cygnus style configure.
47660 if test -f $ac_srcdir/configure.gnu; then
47661 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
47662 elif test -f $ac_srcdir/configure; then
47663 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
47664 elif test -f $ac_srcdir/configure.in; then
47665 ac_sub_configure=$ac_configure
47666 else
47667 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
47668echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
47669 ac_sub_configure=
47670 fi
47671
47672 # The recursion is here.
47673 if test -n "$ac_sub_configure"; then
47674 # Make the cache file name correct relative to the subdirectory.
47675 case $cache_file in
47676 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
47677 *) # Relative path.
ac1cb8d3 47678 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
a848cd7e
SC
47679 esac
47680
47681 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
47682echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
47683 # The eval makes quoting arguments work.
47684 eval $ac_sub_configure $ac_sub_configure_args \
ac1cb8d3
VS
47685 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
47686 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
a848cd7e
SC
47687echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
47688 { (exit 1); exit 1; }; }
47689 fi
47690
6ebeb4c7 47691 cd "$ac_popdir"
a848cd7e
SC
47692 done
47693fi
47694
47695
47696echo
77ffb593 47697echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
a848cd7e 47698echo ""
4d4ff94c 47699echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
77ffb593 47700echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
a848cd7e 47701
77ffb593
JS
47702echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
47703echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
47704echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
a848cd7e 47705
77ffb593
JS
47706echo " What level of wxWidgets compatibility should be enabled?"
47707echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
47708echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
a848cd7e 47709
77ffb593 47710echo " Which libraries should wxWidgets use?"
a848cd7e
SC
47711echo " jpeg ${wxUSE_LIBJPEG-none}"
47712echo " png ${wxUSE_LIBPNG-none}"
47713echo " regex ${wxUSE_REGEX}"
47714echo " tiff ${wxUSE_LIBTIFF-none}"
47715if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
47716echo " xpm ${wxUSE_LIBXPM-none}"
47717fi
47718echo " zlib ${wxUSE_ZLIB}"
47719echo " odbc ${wxUSE_ODBC}"
47720echo " expat ${wxUSE_EXPAT}"
47721echo " libmspack ${wxUSE_LIBMSPACK}"
47722echo " sdl ${wxUSE_LIBSDL}"
6d1ce868 47723echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
a848cd7e
SC
47724
47725echo ""
47726