]> git.saurik.com Git - wxWidgets.git/blame - configure
clarified ToULong() behaviour with negative numbers
[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
8c80d384 11319CFLAGS="$CFLAGS -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
8c80d384 11709CFLAGS="$CFLAGS -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
a9e5b1f0
MW
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 Sun C compiler" >&5
11931echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
11932if test "${bakefile_cv_c_compiler___SUNPRO_C+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 __SUNPRO_C
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); } &&
6ebeb4c7 11963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
a9e5b1f0
MW
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___SUNPRO_C=yes
11976else
11977 echo "$as_me: failed program was:" >&5
11978sed 's/^/| /' conftest.$ac_ext >&5
11979
11980bakefile_cv_c_compiler___SUNPRO_C=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___SUNPRO_C" >&5
11988echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&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___SUNPRO_C" = "xyes"; then
11996 :; SUNCC=yes
11997 else
11998 :;
11999 fi
12000
12001
12002
12003
a848cd7e
SC
12004ac_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
12009echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12010echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
12011# On Suns, sometimes $CPP names a directory.
12012if test -n "$CPP" && test -d "$CPP"; then
12013 CPP=
12014fi
12015if test -z "$CPP"; then
12016 if test "${ac_cv_prog_CPP+set}" = set; then
12017 echo $ECHO_N "(cached) $ECHO_C" >&6
12018else
12019 # Double quotes because CPP needs to be expanded
12020 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12021 do
12022 ac_preproc_ok=false
12023for ac_c_preproc_warn_flag in '' yes
12024do
12025 # Use a header file that comes with gcc, so configuring glibc
12026 # with a fresh cross-compiler works.
12027 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12028 # <limits.h> exists even on freestanding compilers.
12029 # On the NeXT, cc -E runs the code through the compiler's parser,
12030 # not just through cpp. "Syntax error" is here to catch this case.
12031 cat >conftest.$ac_ext <<_ACEOF
12032/* confdefs.h. */
12033_ACEOF
12034cat confdefs.h >>conftest.$ac_ext
12035cat >>conftest.$ac_ext <<_ACEOF
12036/* end confdefs.h. */
12037#ifdef __STDC__
12038# include <limits.h>
12039#else
12040# include <assert.h>
12041#endif
ac1cb8d3 12042 Syntax error
a848cd7e
SC
12043_ACEOF
12044if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12045 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12046 ac_status=$?
12047 grep -v '^ *+' conftest.er1 >conftest.err
12048 rm -f conftest.er1
12049 cat conftest.err >&5
12050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12051 (exit $ac_status); } >/dev/null; then
12052 if test -s conftest.err; then
12053 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12054 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12055 else
12056 ac_cpp_err=
12057 fi
12058else
12059 ac_cpp_err=yes
12060fi
12061if test -z "$ac_cpp_err"; then
12062 :
12063else
12064 echo "$as_me: failed program was:" >&5
12065sed 's/^/| /' conftest.$ac_ext >&5
12066
12067 # Broken: fails on valid input.
12068continue
12069fi
12070rm -f conftest.err conftest.$ac_ext
12071
12072 # OK, works on sane cases. Now check whether non-existent headers
12073 # can be detected and how.
12074 cat >conftest.$ac_ext <<_ACEOF
12075/* confdefs.h. */
12076_ACEOF
12077cat confdefs.h >>conftest.$ac_ext
12078cat >>conftest.$ac_ext <<_ACEOF
12079/* end confdefs.h. */
12080#include <ac_nonexistent.h>
12081_ACEOF
12082if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12083 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12084 ac_status=$?
12085 grep -v '^ *+' conftest.er1 >conftest.err
12086 rm -f conftest.er1
12087 cat conftest.err >&5
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); } >/dev/null; then
12090 if test -s conftest.err; then
12091 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12092 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12093 else
12094 ac_cpp_err=
12095 fi
12096else
12097 ac_cpp_err=yes
12098fi
12099if test -z "$ac_cpp_err"; then
12100 # Broken: success on invalid input.
12101continue
12102else
12103 echo "$as_me: failed program was:" >&5
12104sed 's/^/| /' conftest.$ac_ext >&5
12105
12106 # Passes both tests.
12107ac_preproc_ok=:
12108break
12109fi
12110rm -f conftest.err conftest.$ac_ext
12111
12112done
12113# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12114rm -f conftest.err conftest.$ac_ext
12115if $ac_preproc_ok; then
12116 break
12117fi
12118
12119 done
12120 ac_cv_prog_CPP=$CPP
12121
12122fi
12123 CPP=$ac_cv_prog_CPP
12124else
12125 ac_cv_prog_CPP=$CPP
12126fi
12127echo "$as_me:$LINENO: result: $CPP" >&5
12128echo "${ECHO_T}$CPP" >&6
12129ac_preproc_ok=false
12130for ac_c_preproc_warn_flag in '' yes
12131do
12132 # Use a header file that comes with gcc, so configuring glibc
12133 # with a fresh cross-compiler works.
12134 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12135 # <limits.h> exists even on freestanding compilers.
12136 # On the NeXT, cc -E runs the code through the compiler's parser,
12137 # not just through cpp. "Syntax error" is here to catch this case.
12138 cat >conftest.$ac_ext <<_ACEOF
12139/* confdefs.h. */
12140_ACEOF
12141cat confdefs.h >>conftest.$ac_ext
12142cat >>conftest.$ac_ext <<_ACEOF
12143/* end confdefs.h. */
12144#ifdef __STDC__
12145# include <limits.h>
12146#else
12147# include <assert.h>
12148#endif
ac1cb8d3 12149 Syntax error
a848cd7e
SC
12150_ACEOF
12151if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12152 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12153 ac_status=$?
12154 grep -v '^ *+' conftest.er1 >conftest.err
12155 rm -f conftest.er1
12156 cat conftest.err >&5
12157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12158 (exit $ac_status); } >/dev/null; then
12159 if test -s conftest.err; then
12160 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12161 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12162 else
12163 ac_cpp_err=
12164 fi
12165else
12166 ac_cpp_err=yes
12167fi
12168if test -z "$ac_cpp_err"; then
12169 :
12170else
12171 echo "$as_me: failed program was:" >&5
12172sed 's/^/| /' conftest.$ac_ext >&5
12173
12174 # Broken: fails on valid input.
12175continue
12176fi
12177rm -f conftest.err conftest.$ac_ext
12178
12179 # OK, works on sane cases. Now check whether non-existent headers
12180 # can be detected and how.
12181 cat >conftest.$ac_ext <<_ACEOF
12182/* confdefs.h. */
12183_ACEOF
12184cat confdefs.h >>conftest.$ac_ext
12185cat >>conftest.$ac_ext <<_ACEOF
12186/* end confdefs.h. */
12187#include <ac_nonexistent.h>
12188_ACEOF
12189if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12190 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12191 ac_status=$?
12192 grep -v '^ *+' conftest.er1 >conftest.err
12193 rm -f conftest.er1
12194 cat conftest.err >&5
12195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12196 (exit $ac_status); } >/dev/null; then
12197 if test -s conftest.err; then
12198 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 12199 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
12200 else
12201 ac_cpp_err=
12202 fi
12203else
12204 ac_cpp_err=yes
12205fi
12206if test -z "$ac_cpp_err"; then
12207 # Broken: success on invalid input.
12208continue
12209else
12210 echo "$as_me: failed program was:" >&5
12211sed 's/^/| /' conftest.$ac_ext >&5
12212
12213 # Passes both tests.
12214ac_preproc_ok=:
12215break
12216fi
12217rm -f conftest.err conftest.$ac_ext
12218
12219done
12220# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12221rm -f conftest.err conftest.$ac_ext
12222if $ac_preproc_ok; then
12223 :
12224else
12225 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12226See \`config.log' for more details." >&5
12227echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12228See \`config.log' for more details." >&2;}
12229 { (exit 1); exit 1; }; }
12230fi
12231
12232ac_ext=c
12233ac_cpp='$CPP $CPPFLAGS'
12234ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12235ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12236ac_compiler_gnu=$ac_cv_c_compiler_gnu
12237
12238
12239echo "$as_me:$LINENO: checking for egrep" >&5
12240echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12241if test "${ac_cv_prog_egrep+set}" = set; then
12242 echo $ECHO_N "(cached) $ECHO_C" >&6
12243else
12244 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12245 then ac_cv_prog_egrep='grep -E'
12246 else ac_cv_prog_egrep='egrep'
12247 fi
12248fi
12249echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12250echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12251 EGREP=$ac_cv_prog_egrep
12252
12253
12254if test $ac_cv_c_compiler_gnu = yes; then
12255 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12256echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12257if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12258 echo $ECHO_N "(cached) $ECHO_C" >&6
12259else
12260 ac_pattern="Autoconf.*'x'"
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 <sgtty.h>
12268Autoconf TIOCGETP
12269_ACEOF
12270if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12271 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12272 ac_cv_prog_gcc_traditional=yes
12273else
12274 ac_cv_prog_gcc_traditional=no
12275fi
12276rm -f conftest*
12277
12278
12279 if test $ac_cv_prog_gcc_traditional = no; then
12280 cat >conftest.$ac_ext <<_ACEOF
12281/* confdefs.h. */
12282_ACEOF
12283cat confdefs.h >>conftest.$ac_ext
12284cat >>conftest.$ac_ext <<_ACEOF
12285/* end confdefs.h. */
12286#include <termio.h>
12287Autoconf TCGETA
12288_ACEOF
12289if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12290 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12291 ac_cv_prog_gcc_traditional=yes
12292fi
12293rm -f conftest*
12294
12295 fi
12296fi
12297echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12298echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12299 if test $ac_cv_prog_gcc_traditional = yes; then
12300 CC="$CC -traditional"
12301 fi
12302fi
12303
12304
12305
12306
12307ac_ext=cc
12308ac_cpp='$CXXCPP $CPPFLAGS'
12309ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12310ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12311ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12312
12313
12314CXXFLAGS=${CXXFLAGS:=}
6dcfc289
DE
12315
12316
12317 ac_ext=cc
a848cd7e
SC
12318ac_cpp='$CXXCPP $CPPFLAGS'
12319ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12320ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12321ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12322if test -n "$ac_tool_prefix"; then
12323 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12324 do
12325 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12326set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12327echo "$as_me:$LINENO: checking for $ac_word" >&5
12328echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12329if test "${ac_cv_prog_CXX+set}" = set; then
12330 echo $ECHO_N "(cached) $ECHO_C" >&6
12331else
12332 if test -n "$CXX"; then
12333 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12334else
12335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12336for as_dir in $PATH
12337do
12338 IFS=$as_save_IFS
12339 test -z "$as_dir" && as_dir=.
12340 for ac_exec_ext in '' $ac_executable_extensions; do
12341 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12342 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12343 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12344 break 2
12345 fi
12346done
12347done
12348
12349fi
12350fi
12351CXX=$ac_cv_prog_CXX
12352if test -n "$CXX"; then
12353 echo "$as_me:$LINENO: result: $CXX" >&5
12354echo "${ECHO_T}$CXX" >&6
12355else
12356 echo "$as_me:$LINENO: result: no" >&5
12357echo "${ECHO_T}no" >&6
12358fi
12359
12360 test -n "$CXX" && break
12361 done
12362fi
12363if test -z "$CXX"; then
12364 ac_ct_CXX=$CXX
12365 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12366do
12367 # Extract the first word of "$ac_prog", so it can be a program name with args.
12368set dummy $ac_prog; ac_word=$2
12369echo "$as_me:$LINENO: checking for $ac_word" >&5
12370echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12371if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12372 echo $ECHO_N "(cached) $ECHO_C" >&6
12373else
12374 if test -n "$ac_ct_CXX"; then
12375 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12376else
12377as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12378for as_dir in $PATH
12379do
12380 IFS=$as_save_IFS
12381 test -z "$as_dir" && as_dir=.
12382 for ac_exec_ext in '' $ac_executable_extensions; do
12383 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12384 ac_cv_prog_ac_ct_CXX="$ac_prog"
12385 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12386 break 2
12387 fi
12388done
12389done
12390
12391fi
12392fi
12393ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12394if test -n "$ac_ct_CXX"; then
12395 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12396echo "${ECHO_T}$ac_ct_CXX" >&6
12397else
12398 echo "$as_me:$LINENO: result: no" >&5
12399echo "${ECHO_T}no" >&6
12400fi
12401
12402 test -n "$ac_ct_CXX" && break
12403done
12404test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12405
12406 CXX=$ac_ct_CXX
12407fi
12408
12409
12410# Provide some information about the compiler.
12411echo "$as_me:$LINENO:" \
12412 "checking for C++ compiler version" >&5
12413ac_compiler=`set X $ac_compile; echo $2`
12414{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12415 (eval $ac_compiler --version </dev/null >&5) 2>&5
12416 ac_status=$?
12417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12418 (exit $ac_status); }
12419{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12420 (eval $ac_compiler -v </dev/null >&5) 2>&5
12421 ac_status=$?
12422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); }
12424{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12425 (eval $ac_compiler -V </dev/null >&5) 2>&5
12426 ac_status=$?
12427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12428 (exit $ac_status); }
12429
12430echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12431echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12432if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12433 echo $ECHO_N "(cached) $ECHO_C" >&6
12434else
12435 cat >conftest.$ac_ext <<_ACEOF
12436/* confdefs.h. */
12437_ACEOF
12438cat confdefs.h >>conftest.$ac_ext
12439cat >>conftest.$ac_ext <<_ACEOF
12440/* end confdefs.h. */
12441
12442int
12443main ()
12444{
12445#ifndef __GNUC__
12446 choke me
12447#endif
12448
12449 ;
12450 return 0;
12451}
12452_ACEOF
12453rm -f conftest.$ac_objext
12454if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12455 (eval $ac_compile) 2>conftest.er1
a848cd7e 12456 ac_status=$?
ac1cb8d3
VS
12457 grep -v '^ *+' conftest.er1 >conftest.err
12458 rm -f conftest.er1
12459 cat conftest.err >&5
a848cd7e
SC
12460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12461 (exit $ac_status); } &&
6ebeb4c7 12462 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12464 (eval $ac_try) 2>&5
12465 ac_status=$?
12466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12467 (exit $ac_status); }; } &&
12468 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12470 (eval $ac_try) 2>&5
12471 ac_status=$?
12472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12473 (exit $ac_status); }; }; then
12474 ac_compiler_gnu=yes
12475else
12476 echo "$as_me: failed program was:" >&5
12477sed 's/^/| /' conftest.$ac_ext >&5
12478
12479ac_compiler_gnu=no
12480fi
ac1cb8d3 12481rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12482ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
12483
12484fi
12485echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12486echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12487GXX=`test $ac_compiler_gnu = yes && echo yes`
12488ac_test_CXXFLAGS=${CXXFLAGS+set}
12489ac_save_CXXFLAGS=$CXXFLAGS
12490CXXFLAGS="-g"
12491echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12492echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12493if test "${ac_cv_prog_cxx_g+set}" = set; then
12494 echo $ECHO_N "(cached) $ECHO_C" >&6
12495else
12496 cat >conftest.$ac_ext <<_ACEOF
12497/* confdefs.h. */
12498_ACEOF
12499cat confdefs.h >>conftest.$ac_ext
12500cat >>conftest.$ac_ext <<_ACEOF
12501/* end confdefs.h. */
12502
12503int
12504main ()
12505{
12506
12507 ;
12508 return 0;
12509}
12510_ACEOF
12511rm -f conftest.$ac_objext
12512if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12513 (eval $ac_compile) 2>conftest.er1
a848cd7e 12514 ac_status=$?
ac1cb8d3
VS
12515 grep -v '^ *+' conftest.er1 >conftest.err
12516 rm -f conftest.er1
12517 cat conftest.err >&5
a848cd7e
SC
12518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12519 (exit $ac_status); } &&
6ebeb4c7 12520 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12522 (eval $ac_try) 2>&5
12523 ac_status=$?
12524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12525 (exit $ac_status); }; } &&
12526 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12528 (eval $ac_try) 2>&5
12529 ac_status=$?
12530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12531 (exit $ac_status); }; }; then
12532 ac_cv_prog_cxx_g=yes
12533else
12534 echo "$as_me: failed program was:" >&5
12535sed 's/^/| /' conftest.$ac_ext >&5
12536
12537ac_cv_prog_cxx_g=no
12538fi
ac1cb8d3 12539rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12540fi
12541echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12542echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12543if test "$ac_test_CXXFLAGS" = set; then
12544 CXXFLAGS=$ac_save_CXXFLAGS
12545elif test $ac_cv_prog_cxx_g = yes; then
12546 if test "$GXX" = yes; then
8c80d384 12547 CXXFLAGS="$CXXFLAGS -g -O2"
a848cd7e 12548 else
8c80d384 12549 CXXFLAGS="$CXXFLAGS -g"
a848cd7e
SC
12550 fi
12551else
12552 if test "$GXX" = yes; then
12553 CXXFLAGS="-O2"
12554 else
12555 CXXFLAGS=
12556 fi
12557fi
12558for ac_declaration in \
ac1cb8d3 12559 '' \
a848cd7e
SC
12560 'extern "C" void std::exit (int) throw (); using std::exit;' \
12561 'extern "C" void std::exit (int); using std::exit;' \
12562 'extern "C" void exit (int) throw ();' \
12563 'extern "C" void exit (int);' \
12564 'void exit (int);'
12565do
12566 cat >conftest.$ac_ext <<_ACEOF
12567/* confdefs.h. */
12568_ACEOF
12569cat confdefs.h >>conftest.$ac_ext
12570cat >>conftest.$ac_ext <<_ACEOF
12571/* end confdefs.h. */
de59c161 12572$ac_declaration
ac1cb8d3 12573#include <stdlib.h>
a848cd7e
SC
12574int
12575main ()
12576{
12577exit (42);
12578 ;
12579 return 0;
12580}
12581_ACEOF
12582rm -f conftest.$ac_objext
12583if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12584 (eval $ac_compile) 2>conftest.er1
a848cd7e 12585 ac_status=$?
ac1cb8d3
VS
12586 grep -v '^ *+' conftest.er1 >conftest.err
12587 rm -f conftest.er1
12588 cat conftest.err >&5
a848cd7e
SC
12589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590 (exit $ac_status); } &&
6ebeb4c7 12591 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12593 (eval $ac_try) 2>&5
12594 ac_status=$?
12595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12596 (exit $ac_status); }; } &&
12597 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12599 (eval $ac_try) 2>&5
12600 ac_status=$?
12601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12602 (exit $ac_status); }; }; then
12603 :
12604else
12605 echo "$as_me: failed program was:" >&5
12606sed 's/^/| /' conftest.$ac_ext >&5
12607
12608continue
12609fi
ac1cb8d3 12610rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12611 cat >conftest.$ac_ext <<_ACEOF
12612/* confdefs.h. */
12613_ACEOF
12614cat confdefs.h >>conftest.$ac_ext
12615cat >>conftest.$ac_ext <<_ACEOF
12616/* end confdefs.h. */
12617$ac_declaration
12618int
12619main ()
12620{
12621exit (42);
12622 ;
12623 return 0;
12624}
12625_ACEOF
12626rm -f conftest.$ac_objext
12627if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 12628 (eval $ac_compile) 2>conftest.er1
a848cd7e 12629 ac_status=$?
ac1cb8d3
VS
12630 grep -v '^ *+' conftest.er1 >conftest.err
12631 rm -f conftest.er1
12632 cat conftest.err >&5
a848cd7e
SC
12633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12634 (exit $ac_status); } &&
6ebeb4c7 12635 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
12636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12637 (eval $ac_try) 2>&5
12638 ac_status=$?
12639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12640 (exit $ac_status); }; } &&
12641 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
12642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12643 (eval $ac_try) 2>&5
12644 ac_status=$?
12645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12646 (exit $ac_status); }; }; then
12647 break
12648else
12649 echo "$as_me: failed program was:" >&5
12650sed 's/^/| /' conftest.$ac_ext >&5
12651
12652fi
ac1cb8d3 12653rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
12654done
12655rm -f conftest*
12656if test -n "$ac_declaration"; then
12657 echo '#ifdef __cplusplus' >>confdefs.h
12658 echo $ac_declaration >>confdefs.h
12659 echo '#endif' >>confdefs.h
12660fi
12661
12662ac_ext=cc
12663ac_cpp='$CXXCPP $CPPFLAGS'
12664ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12665ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12666ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12667
6dcfc289 12668 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
480ccd21
DE
12669echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12670if test "${wx_cv_cxx_exto+set}" = set; then
12671 echo $ECHO_N "(cached) $ECHO_C" >&6
12672else
12673 cat >conftest.$ac_ext <<_ACEOF
12674/* confdefs.h. */
12675_ACEOF
12676cat confdefs.h >>conftest.$ac_ext
12677cat >>conftest.$ac_ext <<_ACEOF
12678/* end confdefs.h. */
12679
12680int
12681main ()
12682{
12683
12684 ;
12685 return 0;
12686}
12687_ACEOF
12688rm -f conftest.$ac_objext conftest.$ac_ext.o
12689if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12690 (eval $ac_compile) 2>&5
12691 ac_status=$?
12692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12693 (exit $ac_status); }; then
12694 for ac_file in `(ls conftest.* 2>/dev/null)`; do
12695 case $ac_file in
12696 conftest.$ac_ext.o)
12697 wx_cv_cxx_exto="-ext o"
12698 ;;
12699 *)
12700 ;;
12701 esac
12702done
12703else
12704 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12705See \`config.log' for more details." >&5
12706echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12707See \`config.log' for more details." >&2;}
12708 { (exit 1); exit 1; }; }
12709
12710fi
12711
12712rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
12713
12714fi
12715echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12716echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12717if test "x$wx_cv_cxx_exto" '!=' "x"; then
12718 if test "cxx" = "c"; then
12719 CFLAGS="$wx_cv_cxx_exto $CFLAGS"
12720 fi
12721 if test "cxx" = "cxx"; then
12722 CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS"
12723 fi
12724fi
12725
6dcfc289
DE
12726 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12727 unset ac_cv_prog_cxx_g
12728 ac_test_CXXFLAGS=${CXXFLAGS+set}
480ccd21
DE
12729ac_save_CXXFLAGS=$CXXFLAGS
12730CXXFLAGS="-g"
12731echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12732echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12733if test "${ac_cv_prog_cxx_g+set}" = set; then
12734 echo $ECHO_N "(cached) $ECHO_C" >&6
12735else
12736 cat >conftest.$ac_ext <<_ACEOF
12737/* confdefs.h. */
12738_ACEOF
12739cat confdefs.h >>conftest.$ac_ext
12740cat >>conftest.$ac_ext <<_ACEOF
12741/* end confdefs.h. */
12742
12743int
12744main ()
12745{
12746
12747 ;
12748 return 0;
12749}
12750_ACEOF
12751rm -f conftest.$ac_objext
12752if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12753 (eval $ac_compile) 2>conftest.er1
12754 ac_status=$?
12755 grep -v '^ *+' conftest.er1 >conftest.err
12756 rm -f conftest.er1
12757 cat conftest.err >&5
12758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12759 (exit $ac_status); } &&
6ebeb4c7 12760 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
480ccd21
DE
12761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12762 (eval $ac_try) 2>&5
12763 ac_status=$?
12764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12765 (exit $ac_status); }; } &&
12766 { ac_try='test -s conftest.$ac_objext'
12767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12768 (eval $ac_try) 2>&5
12769 ac_status=$?
12770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12771 (exit $ac_status); }; }; then
12772 ac_cv_prog_cxx_g=yes
12773else
12774 echo "$as_me: failed program was:" >&5
12775sed 's/^/| /' conftest.$ac_ext >&5
12776
12777ac_cv_prog_cxx_g=no
12778fi
12779rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12780fi
12781echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12782echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12783if test "$ac_test_CXXFLAGS" = set; then
12784 CXXFLAGS=$ac_save_CXXFLAGS
12785elif test $ac_cv_prog_cxx_g = yes; then
12786 if test "$GXX" = yes; then
8c80d384 12787 CXXFLAGS="$CXXFLAGS -g -O2"
480ccd21 12788 else
8c80d384 12789 CXXFLAGS="$CXXFLAGS -g"
480ccd21
DE
12790 fi
12791else
12792 if test "$GXX" = yes; then
12793 CXXFLAGS="-O2"
12794 else
12795 CXXFLAGS=
12796 fi
12797fi
6dcfc289
DE
12798 fi
12799 ac_ext=cc
95986553
DE
12800ac_cpp='$CXXCPP $CPPFLAGS'
12801ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12802ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12803ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12804
12805echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12806echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12807if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12808 echo $ECHO_N "(cached) $ECHO_C" >&6
12809else
12810 cat >conftest.$ac_ext <<_ACEOF
12811/* confdefs.h. */
12812_ACEOF
12813cat confdefs.h >>conftest.$ac_ext
12814cat >>conftest.$ac_ext <<_ACEOF
12815/* end confdefs.h. */
12816
12817int
12818main ()
12819{
12820#ifndef __MWERKS__
12821 choke me
12822#endif
12823
12824 ;
12825 return 0;
12826}
12827_ACEOF
12828rm -f conftest.$ac_objext
12829if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12830 (eval $ac_compile) 2>conftest.er1
12831 ac_status=$?
12832 grep -v '^ *+' conftest.er1 >conftest.err
12833 rm -f conftest.er1
12834 cat conftest.err >&5
12835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12836 (exit $ac_status); } &&
6ebeb4c7 12837 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
95986553
DE
12838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12839 (eval $ac_try) 2>&5
12840 ac_status=$?
12841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12842 (exit $ac_status); }; } &&
12843 { ac_try='test -s conftest.$ac_objext'
12844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12845 (eval $ac_try) 2>&5
12846 ac_status=$?
12847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12848 (exit $ac_status); }; }; then
12849 bakefile_compiler_mwerks=yes
12850else
12851 echo "$as_me: failed program was:" >&5
12852sed 's/^/| /' conftest.$ac_ext >&5
12853
12854bakefile_compiler_mwerks=no
12855fi
12856rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12857 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
12858
12859fi
12860echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12861echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12862
0e6fa1d9 12863MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
95986553
DE
12864ac_ext=cc
12865ac_cpp='$CXXCPP $CPPFLAGS'
12866ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12867ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12868ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12869
12870
6dcfc289 12871 ac_ext=cc
9273ffba
DE
12872ac_cpp='$CXXCPP $CPPFLAGS'
12873ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12874ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12875ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12876
12877echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12878echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12879if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12880 echo $ECHO_N "(cached) $ECHO_C" >&6
12881else
12882 cat >conftest.$ac_ext <<_ACEOF
12883/* confdefs.h. */
12884_ACEOF
12885cat confdefs.h >>conftest.$ac_ext
12886cat >>conftest.$ac_ext <<_ACEOF
12887/* end confdefs.h. */
12888
12889int
12890main ()
12891{
12892#ifndef __xlC__
12893 choke me
12894#endif
12895
12896 ;
12897 return 0;
12898}
12899_ACEOF
12900rm -f conftest.$ac_objext
12901if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12902 (eval $ac_compile) 2>conftest.er1
12903 ac_status=$?
12904 grep -v '^ *+' conftest.er1 >conftest.err
12905 rm -f conftest.er1
12906 cat conftest.err >&5
12907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12908 (exit $ac_status); } &&
6ebeb4c7 12909 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
9273ffba
DE
12910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12911 (eval $ac_try) 2>&5
12912 ac_status=$?
12913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12914 (exit $ac_status); }; } &&
12915 { ac_try='test -s conftest.$ac_objext'
12916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12917 (eval $ac_try) 2>&5
12918 ac_status=$?
12919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12920 (exit $ac_status); }; }; then
12921 wx_compiler_xlc=yes
12922else
12923 echo "$as_me: failed program was:" >&5
12924sed 's/^/| /' conftest.$ac_ext >&5
12925
12926wx_compiler_xlc=no
12927fi
12928rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12929 wx_cv_cxx_compiler_xlc=$wx_compiler_xlc
12930
12931fi
12932echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
12933echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
12934
0e6fa1d9 12935XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
9273ffba
DE
12936ac_ext=cc
12937ac_cpp='$CXXCPP $CPPFLAGS'
12938ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12939ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12940ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12941
12942
95986553 12943
6dcfc289 12944
a9e5b1f0
MW
12945 ac_ext=cc
12946ac_cpp='$CXXCPP $CPPFLAGS'
12947ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12948ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12949ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12950
12951 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
12952echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
12953if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
12954 echo $ECHO_N "(cached) $ECHO_C" >&6
12955else
12956 cat >conftest.$ac_ext <<_ACEOF
12957/* confdefs.h. */
12958_ACEOF
12959cat confdefs.h >>conftest.$ac_ext
12960cat >>conftest.$ac_ext <<_ACEOF
12961/* end confdefs.h. */
12962
12963int
12964main ()
12965{
12966
12967 #ifndef __SUNPRO_CC
12968 choke me
12969 #endif
12970
12971 ;
12972 return 0;
12973}
12974_ACEOF
12975rm -f conftest.$ac_objext
12976if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12977 (eval $ac_compile) 2>conftest.er1
12978 ac_status=$?
12979 grep -v '^ *+' conftest.er1 >conftest.err
12980 rm -f conftest.er1
12981 cat conftest.err >&5
12982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12983 (exit $ac_status); } &&
6ebeb4c7 12984 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
a9e5b1f0
MW
12985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12986 (eval $ac_try) 2>&5
12987 ac_status=$?
12988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12989 (exit $ac_status); }; } &&
12990 { ac_try='test -s conftest.$ac_objext'
12991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12992 (eval $ac_try) 2>&5
12993 ac_status=$?
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); }; }; then
12996 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
12997else
12998 echo "$as_me: failed program was:" >&5
12999sed 's/^/| /' conftest.$ac_ext >&5
13000
13001bakefile_cv_cxx_compiler___SUNPRO_CC=no
13002
13003fi
13004rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13005
13006
13007fi
13008echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13009echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13010 ac_ext=cc
13011ac_cpp='$CXXCPP $CPPFLAGS'
13012ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13013ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13014ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13015
13016 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13017 :; SUNCXX=yes
13018 else
13019 :;
13020 fi
13021
13022
13023
13024
a848cd7e
SC
13025ac_ext=c
13026ac_cpp='$CPP $CPPFLAGS'
13027ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13028ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13029ac_compiler_gnu=$ac_cv_c_compiler_gnu
13030
13031
a848cd7e
SC
13032if test -n "$ac_tool_prefix"; then
13033 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13034set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13035echo "$as_me:$LINENO: checking for $ac_word" >&5
13036echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13037if test "${ac_cv_prog_RANLIB+set}" = set; then
13038 echo $ECHO_N "(cached) $ECHO_C" >&6
13039else
13040 if test -n "$RANLIB"; then
13041 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13042else
13043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13044for as_dir in $PATH
13045do
13046 IFS=$as_save_IFS
13047 test -z "$as_dir" && as_dir=.
13048 for ac_exec_ext in '' $ac_executable_extensions; do
13049 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13050 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13051 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13052 break 2
13053 fi
13054done
13055done
13056
13057fi
13058fi
13059RANLIB=$ac_cv_prog_RANLIB
13060if test -n "$RANLIB"; then
13061 echo "$as_me:$LINENO: result: $RANLIB" >&5
13062echo "${ECHO_T}$RANLIB" >&6
13063else
13064 echo "$as_me:$LINENO: result: no" >&5
13065echo "${ECHO_T}no" >&6
13066fi
13067
13068fi
13069if test -z "$ac_cv_prog_RANLIB"; then
13070 ac_ct_RANLIB=$RANLIB
13071 # Extract the first word of "ranlib", so it can be a program name with args.
13072set dummy ranlib; ac_word=$2
13073echo "$as_me:$LINENO: checking for $ac_word" >&5
13074echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13075if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
13076 echo $ECHO_N "(cached) $ECHO_C" >&6
13077else
13078 if test -n "$ac_ct_RANLIB"; then
13079 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13080else
13081as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13082for as_dir in $PATH
13083do
13084 IFS=$as_save_IFS
13085 test -z "$as_dir" && as_dir=.
13086 for ac_exec_ext in '' $ac_executable_extensions; do
13087 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13088 ac_cv_prog_ac_ct_RANLIB="ranlib"
13089 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13090 break 2
13091 fi
13092done
13093done
13094
13095 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
13096fi
13097fi
13098ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13099if test -n "$ac_ct_RANLIB"; then
13100 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
13101echo "${ECHO_T}$ac_ct_RANLIB" >&6
13102else
13103 echo "$as_me:$LINENO: result: no" >&5
13104echo "${ECHO_T}no" >&6
13105fi
13106
13107 RANLIB=$ac_ct_RANLIB
13108else
13109 RANLIB="$ac_cv_prog_RANLIB"
13110fi
13111
13112
8c80d384
DE
13113if test -n "$ac_tool_prefix"; then
13114 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
13115set dummy ${ac_tool_prefix}ar; ac_word=$2
a848cd7e
SC
13116echo "$as_me:$LINENO: checking for $ac_word" >&5
13117echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13118if test "${ac_cv_prog_AR+set}" = set; then
13119 echo $ECHO_N "(cached) $ECHO_C" >&6
13120else
13121 if test -n "$AR"; then
13122 ac_cv_prog_AR="$AR" # Let the user override the test.
13123else
13124as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13125for as_dir in $PATH
13126do
13127 IFS=$as_save_IFS
13128 test -z "$as_dir" && as_dir=.
13129 for ac_exec_ext in '' $ac_executable_extensions; do
13130 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8c80d384 13131 ac_cv_prog_AR="${ac_tool_prefix}ar"
a848cd7e
SC
13132 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13133 break 2
13134 fi
13135done
13136done
13137
13138fi
13139fi
13140AR=$ac_cv_prog_AR
13141if test -n "$AR"; then
13142 echo "$as_me:$LINENO: result: $AR" >&5
13143echo "${ECHO_T}$AR" >&6
13144else
13145 echo "$as_me:$LINENO: result: no" >&5
13146echo "${ECHO_T}no" >&6
13147fi
13148
8c80d384
DE
13149fi
13150if test -z "$ac_cv_prog_AR"; then
13151 ac_ct_AR=$AR
13152 # Extract the first word of "ar", so it can be a program name with args.
13153set dummy ar; ac_word=$2
13154echo "$as_me:$LINENO: checking for $ac_word" >&5
13155echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13156if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
13157 echo $ECHO_N "(cached) $ECHO_C" >&6
13158else
13159 if test -n "$ac_ct_AR"; then
13160 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
13161else
13162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13163for as_dir in $PATH
13164do
13165 IFS=$as_save_IFS
13166 test -z "$as_dir" && as_dir=.
13167 for ac_exec_ext in '' $ac_executable_extensions; do
13168 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13169 ac_cv_prog_ac_ct_AR="ar"
13170 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13171 break 2
13172 fi
13173done
13174done
13175
13176fi
13177fi
13178ac_ct_AR=$ac_cv_prog_ac_ct_AR
13179if test -n "$ac_ct_AR"; then
13180 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
13181echo "${ECHO_T}$ac_ct_AR" >&6
13182else
13183 echo "$as_me:$LINENO: result: no" >&5
13184echo "${ECHO_T}no" >&6
13185fi
13186
13187 AR=$ac_ct_AR
13188else
13189 AR="$ac_cv_prog_AR"
13190fi
13191
a848cd7e 13192if test "x$AR" = "x" ; then
77ffb593
JS
13193 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
13194echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
a848cd7e
SC
13195 { (exit 1); exit 1; }; }
13196fi
13197
13198# Find a good install program. We prefer a C program (faster),
13199# so one script is as good as another. But avoid the broken or
13200# incompatible versions:
13201# SysV /etc/install, /usr/sbin/install
13202# SunOS /usr/etc/install
13203# IRIX /sbin/install
13204# AIX /bin/install
13205# AmigaOS /C/install, which installs bootblocks on floppy discs
13206# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
13207# AFS /usr/afsws/bin/install, which mishandles nonexistent args
13208# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 13209# OS/2's system install, which has a completely different semantic
a848cd7e
SC
13210# ./install, which can be erroneously created by make from ./install.sh.
13211echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
13212echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
13213if test -z "$INSTALL"; then
13214if test "${ac_cv_path_install+set}" = set; then
13215 echo $ECHO_N "(cached) $ECHO_C" >&6
13216else
13217 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13218for as_dir in $PATH
13219do
13220 IFS=$as_save_IFS
13221 test -z "$as_dir" && as_dir=.
13222 # Account for people who put trailing slashes in PATH elements.
13223case $as_dir/ in
13224 ./ | .// | /cC/* | \
13225 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 13226 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
13227 /usr/ucb/* ) ;;
13228 *)
13229 # OSF1 and SCO ODT 3.0 have their own names for install.
13230 # Don't use installbsd from OSF since it installs stuff as root
13231 # by default.
13232 for ac_prog in ginstall scoinst install; do
13233 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
13234 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13235 if test $ac_prog = install &&
13236 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13237 # AIX install. It has an incompatible calling convention.
13238 :
13239 elif test $ac_prog = install &&
13240 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13241 # program-specific install script used by HP pwplus--don't use.
13242 :
13243 else
13244 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
13245 break 3
13246 fi
13247 fi
a848cd7e
SC
13248 done
13249 done
13250 ;;
13251esac
13252done
13253
13254
13255fi
13256 if test "${ac_cv_path_install+set}" = set; then
13257 INSTALL=$ac_cv_path_install
13258 else
13259 # As a last resort, use the slow shell script. We don't cache a
13260 # path for INSTALL within a source directory, because that will
13261 # break other packages using the cache if that directory is
13262 # removed, or if the path is relative.
13263 INSTALL=$ac_install_sh
13264 fi
13265fi
13266echo "$as_me:$LINENO: result: $INSTALL" >&5
13267echo "${ECHO_T}$INSTALL" >&6
13268
13269# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13270# It thinks the first close brace ends the variable substitution.
13271test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
13272
13273test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
13274
13275test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
13276
13277
13278case ${INSTALL} in
13279 /* ) # Absolute
13280 ;;
13281 ?:* ) # Drive letter, considered as absolute.
13282 ;;
13283 *)
13284 INSTALL=`pwd`/${INSTALL} ;;
13285esac
13286
a848cd7e
SC
13287
13288case "${host}" in
13289
cfda0ea8 13290 *-*-darwin* )
a848cd7e
SC
13291 INSTALL_PROGRAM="cp -fp"
13292 INSTALL_DATA="cp -fp"
13293 ;;
13294 *)
13295 ;;
13296esac
13297
8c80d384
DE
13298if test -n "$ac_tool_prefix"; then
13299 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
13300set dummy ${ac_tool_prefix}strip; ac_word=$2
a848cd7e
SC
13301echo "$as_me:$LINENO: checking for $ac_word" >&5
13302echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13303if test "${ac_cv_prog_STRIP+set}" = set; then
13304 echo $ECHO_N "(cached) $ECHO_C" >&6
13305else
13306 if test -n "$STRIP"; then
13307 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13308else
13309as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13310for as_dir in $PATH
13311do
13312 IFS=$as_save_IFS
13313 test -z "$as_dir" && as_dir=.
13314 for ac_exec_ext in '' $ac_executable_extensions; do
13315 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8c80d384 13316 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
a848cd7e
SC
13317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13318 break 2
13319 fi
13320done
13321done
13322
a848cd7e
SC
13323fi
13324fi
13325STRIP=$ac_cv_prog_STRIP
13326if test -n "$STRIP"; then
13327 echo "$as_me:$LINENO: result: $STRIP" >&5
13328echo "${ECHO_T}$STRIP" >&6
13329else
13330 echo "$as_me:$LINENO: result: no" >&5
13331echo "${ECHO_T}no" >&6
13332fi
13333
8c80d384
DE
13334fi
13335if test -z "$ac_cv_prog_STRIP"; then
13336 ac_ct_STRIP=$STRIP
13337 # Extract the first word of "strip", so it can be a program name with args.
13338set dummy strip; ac_word=$2
13339echo "$as_me:$LINENO: checking for $ac_word" >&5
13340echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13341if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
13342 echo $ECHO_N "(cached) $ECHO_C" >&6
13343else
13344 if test -n "$ac_ct_STRIP"; then
13345 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13346else
13347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13348for as_dir in $PATH
13349do
13350 IFS=$as_save_IFS
13351 test -z "$as_dir" && as_dir=.
13352 for ac_exec_ext in '' $ac_executable_extensions; do
13353 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13354 ac_cv_prog_ac_ct_STRIP="strip"
13355 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13356 break 2
13357 fi
13358done
13359done
13360
13361 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP="true"
13362fi
13363fi
13364ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
13365if test -n "$ac_ct_STRIP"; then
13366 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
13367echo "${ECHO_T}$ac_ct_STRIP" >&6
13368else
13369 echo "$as_me:$LINENO: result: no" >&5
13370echo "${ECHO_T}no" >&6
13371fi
13372
13373 STRIP=$ac_ct_STRIP
13374else
13375 STRIP="$ac_cv_prog_STRIP"
13376fi
13377
13378
13379if test "$wxUSE_WINE" = "yes"; then
13380 if test -n "$ac_tool_prefix"; then
13381 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
13382set dummy ${ac_tool_prefix}wrc; ac_word=$2
13383echo "$as_me:$LINENO: checking for $ac_word" >&5
13384echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13385if test "${ac_cv_prog_RESCOMP+set}" = set; then
13386 echo $ECHO_N "(cached) $ECHO_C" >&6
13387else
13388 if test -n "$RESCOMP"; then
13389 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
13390else
13391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13392for as_dir in $PATH
13393do
13394 IFS=$as_save_IFS
13395 test -z "$as_dir" && as_dir=.
13396 for ac_exec_ext in '' $ac_executable_extensions; do
13397 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13398 ac_cv_prog_RESCOMP="${ac_tool_prefix}wrc"
13399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13400 break 2
13401 fi
13402done
13403done
13404
13405fi
13406fi
13407RESCOMP=$ac_cv_prog_RESCOMP
13408if test -n "$RESCOMP"; then
13409 echo "$as_me:$LINENO: result: $RESCOMP" >&5
13410echo "${ECHO_T}$RESCOMP" >&6
13411else
13412 echo "$as_me:$LINENO: result: no" >&5
13413echo "${ECHO_T}no" >&6
13414fi
13415
13416fi
13417if test -z "$ac_cv_prog_RESCOMP"; then
13418 ac_ct_RESCOMP=$RESCOMP
13419 # Extract the first word of "wrc", so it can be a program name with args.
13420set dummy wrc; ac_word=$2
13421echo "$as_me:$LINENO: checking for $ac_word" >&5
13422echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13423if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
13424 echo $ECHO_N "(cached) $ECHO_C" >&6
13425else
13426 if test -n "$ac_ct_RESCOMP"; then
13427 ac_cv_prog_ac_ct_RESCOMP="$ac_ct_RESCOMP" # Let the user override the test.
13428else
13429as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13430for as_dir in $PATH
13431do
13432 IFS=$as_save_IFS
13433 test -z "$as_dir" && as_dir=.
13434 for ac_exec_ext in '' $ac_executable_extensions; do
13435 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13436 ac_cv_prog_ac_ct_RESCOMP="wrc"
13437 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13438 break 2
13439 fi
13440done
13441done
13442
13443fi
13444fi
13445ac_ct_RESCOMP=$ac_cv_prog_ac_ct_RESCOMP
13446if test -n "$ac_ct_RESCOMP"; then
13447 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
13448echo "${ECHO_T}$ac_ct_RESCOMP" >&6
13449else
13450 echo "$as_me:$LINENO: result: no" >&5
13451echo "${ECHO_T}no" >&6
13452fi
13453
13454 RESCOMP=$ac_ct_RESCOMP
13455else
13456 RESCOMP="$ac_cv_prog_RESCOMP"
13457fi
13458
13459else
13460 case "${host}" in
13461 *-*-cygwin* | *-*-mingw32* )
13462 if test -n "$ac_tool_prefix"; then
13463 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
13464set dummy ${ac_tool_prefix}windres; ac_word=$2
13465echo "$as_me:$LINENO: checking for $ac_word" >&5
13466echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13467if test "${ac_cv_prog_RESCOMP+set}" = set; then
13468 echo $ECHO_N "(cached) $ECHO_C" >&6
13469else
13470 if test -n "$RESCOMP"; then
13471 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
13472else
13473as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13474for as_dir in $PATH
13475do
13476 IFS=$as_save_IFS
13477 test -z "$as_dir" && as_dir=.
13478 for ac_exec_ext in '' $ac_executable_extensions; do
13479 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13480 ac_cv_prog_RESCOMP="${ac_tool_prefix}windres"
13481 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13482 break 2
13483 fi
13484done
13485done
13486
13487fi
13488fi
13489RESCOMP=$ac_cv_prog_RESCOMP
13490if test -n "$RESCOMP"; then
13491 echo "$as_me:$LINENO: result: $RESCOMP" >&5
13492echo "${ECHO_T}$RESCOMP" >&6
13493else
13494 echo "$as_me:$LINENO: result: no" >&5
13495echo "${ECHO_T}no" >&6
13496fi
13497
13498fi
13499if test -z "$ac_cv_prog_RESCOMP"; then
13500 ac_ct_RESCOMP=$RESCOMP
13501 # Extract the first word of "windres", so it can be a program name with args.
13502set dummy windres; ac_word=$2
13503echo "$as_me:$LINENO: checking for $ac_word" >&5
13504echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13505if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
13506 echo $ECHO_N "(cached) $ECHO_C" >&6
13507else
13508 if test -n "$ac_ct_RESCOMP"; then
13509 ac_cv_prog_ac_ct_RESCOMP="$ac_ct_RESCOMP" # Let the user override the test.
13510else
13511as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13512for as_dir in $PATH
13513do
13514 IFS=$as_save_IFS
13515 test -z "$as_dir" && as_dir=.
13516 for ac_exec_ext in '' $ac_executable_extensions; do
13517 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13518 ac_cv_prog_ac_ct_RESCOMP="windres"
13519 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13520 break 2
13521 fi
13522done
13523done
13524
13525fi
13526fi
13527ac_ct_RESCOMP=$ac_cv_prog_ac_ct_RESCOMP
13528if test -n "$ac_ct_RESCOMP"; then
13529 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
13530echo "${ECHO_T}$ac_ct_RESCOMP" >&6
13531else
13532 echo "$as_me:$LINENO: result: no" >&5
13533echo "${ECHO_T}no" >&6
13534fi
13535
13536 RESCOMP=$ac_ct_RESCOMP
13537else
13538 RESCOMP="$ac_cv_prog_RESCOMP"
13539fi
13540
13541 if test -n "$ac_tool_prefix"; then
13542 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
13543set dummy ${ac_tool_prefix}dlltool; ac_word=$2
13544echo "$as_me:$LINENO: checking for $ac_word" >&5
13545echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13546if test "${ac_cv_prog_DLLTOOL+set}" = set; then
13547 echo $ECHO_N "(cached) $ECHO_C" >&6
13548else
13549 if test -n "$DLLTOOL"; then
13550 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
13551else
13552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13553for as_dir in $PATH
13554do
13555 IFS=$as_save_IFS
13556 test -z "$as_dir" && as_dir=.
13557 for ac_exec_ext in '' $ac_executable_extensions; do
13558 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13559 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
13560 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13561 break 2
13562 fi
13563done
13564done
13565
13566fi
13567fi
13568DLLTOOL=$ac_cv_prog_DLLTOOL
13569if test -n "$DLLTOOL"; then
13570 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
13571echo "${ECHO_T}$DLLTOOL" >&6
13572else
13573 echo "$as_me:$LINENO: result: no" >&5
13574echo "${ECHO_T}no" >&6
13575fi
13576
13577fi
13578if test -z "$ac_cv_prog_DLLTOOL"; then
13579 ac_ct_DLLTOOL=$DLLTOOL
13580 # Extract the first word of "dlltool", so it can be a program name with args.
13581set dummy dlltool; ac_word=$2
13582echo "$as_me:$LINENO: checking for $ac_word" >&5
13583echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13584if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
13585 echo $ECHO_N "(cached) $ECHO_C" >&6
13586else
13587 if test -n "$ac_ct_DLLTOOL"; then
13588 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
13589else
13590as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13591for as_dir in $PATH
13592do
13593 IFS=$as_save_IFS
13594 test -z "$as_dir" && as_dir=.
13595 for ac_exec_ext in '' $ac_executable_extensions; do
13596 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13597 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
13598 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13599 break 2
13600 fi
13601done
13602done
13603
13604fi
13605fi
13606ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
13607if test -n "$ac_ct_DLLTOOL"; then
13608 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
13609echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
13610else
13611 echo "$as_me:$LINENO: result: no" >&5
13612echo "${ECHO_T}no" >&6
13613fi
13614
13615 DLLTOOL=$ac_ct_DLLTOOL
13616else
13617 DLLTOOL="$ac_cv_prog_DLLTOOL"
13618fi
13619
13620 ;;
13621 esac
13622fi
a848cd7e
SC
13623
13624echo "$as_me:$LINENO: checking if make is GNU make" >&5
13625echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13626if test "${wx_cv_prog_makeisgnu+set}" = set; then
13627 echo $ECHO_N "(cached) $ECHO_C" >&6
13628else
13629
13630 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
13631 egrep -s GNU > /dev/null); then
13632 wx_cv_prog_makeisgnu="yes"
13633 else
13634 wx_cv_prog_makeisgnu="no"
13635 fi
13636
13637fi
13638echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13639echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13640
13641if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13642 IF_GNU_MAKE=""
13643else
13644 IF_GNU_MAKE="#"
13645fi
13646
13647
13648
13649if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13650echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13651echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13652if test "${wx_cv_prog_makevpath+set}" = set; then
13653 echo $ECHO_N "(cached) $ECHO_C" >&6
13654else
13655
13656cat - << EOF > confMake
13657check : file
13658 cp \$? \$@
13659 cp \$? final_file
13660EOF
13661
13662if test ! -d sub ; then
13663 mkdir sub
13664fi
13665echo dummy > sub/file
13666${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
13667RESULT=$?
13668rm -f sub/file check final_file confMake
13669rmdir sub
13670if test "$RESULT" = 0; then
13671 wx_cv_prog_makevpath="yes"
13672else
13673 wx_cv_prog_makevpath="no"
13674fi
13675
13676fi
13677echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13678echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13679
13680if test "x$wx_cv_prog_makevpath" != "xyes"; then
13681{ { echo "$as_me:$LINENO: error:
13682You need a make-utility that is able to use the variable
13683VPATH correctly.
13684If your version of make does not support VPATH correctly,
13685please install GNU-make (possibly as gmake), and start
13686configure with the following command:
13687export MAKE=gmake; ./configure for sh-type shells
13688setenv MAKE gmake; ./configure for csh-type shells
13689Also please do remember to use gmake in this case every time
13690you are trying to compile.
13691" >&5
13692echo "$as_me: error:
13693You need a make-utility that is able to use the variable
13694VPATH correctly.
13695If your version of make does not support VPATH correctly,
13696please install GNU-make (possibly as gmake), and start
13697configure with the following command:
13698export MAKE=gmake; ./configure for sh-type shells
13699setenv MAKE gmake; ./configure for csh-type shells
13700Also please do remember to use gmake in this case every time
13701you are trying to compile.
13702" >&2;}
13703 { (exit 1); exit 1; }; }
13704fi fi
13705echo "$as_me:$LINENO: checking whether ln -s works" >&5
13706echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13707LN_S=$as_ln_s
13708if test "$LN_S" = "ln -s"; then
13709 echo "$as_me:$LINENO: result: yes" >&5
13710echo "${ECHO_T}yes" >&6
13711else
13712 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13713echo "${ECHO_T}no, using $LN_S" >&6
13714fi
13715
13716
13717
2113bc77 13718if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
9273ffba
DE
13719 CXXFLAGS="$CXXFLAGS -qunique"
13720fi
13721
13722
4d7ec9f1
DE
13723case "${host}" in
13724 powerpc-*-darwin* )
13725 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13726echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13727 cat >conftest.$ac_ext <<_ACEOF
13728/* confdefs.h. */
13729_ACEOF
13730cat confdefs.h >>conftest.$ac_ext
13731cat >>conftest.$ac_ext <<_ACEOF
13732/* end confdefs.h. */
13733
13734int
13735main ()
13736{
13737#ifndef __POWERPC__
13738 choke me for lack of PowerPC
13739#endif
13740
13741 ;
13742 return 0;
13743}
13744_ACEOF
13745rm -f conftest.$ac_objext
13746if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13747 (eval $ac_compile) 2>conftest.er1
13748 ac_status=$?
13749 grep -v '^ *+' conftest.er1 >conftest.err
13750 rm -f conftest.er1
13751 cat conftest.err >&5
13752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13753 (exit $ac_status); } &&
6ebeb4c7 13754 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
13755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13756 (eval $ac_try) 2>&5
13757 ac_status=$?
13758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13759 (exit $ac_status); }; } &&
13760 { ac_try='test -s conftest.$ac_objext'
13761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13762 (eval $ac_try) 2>&5
13763 ac_status=$?
13764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13765 (exit $ac_status); }; }; then
13766 echo "$as_me:$LINENO: result: yes" >&5
13767echo "${ECHO_T}yes" >&6
13768else
13769 echo "$as_me: failed program was:" >&5
13770sed 's/^/| /' conftest.$ac_ext >&5
13771
13772echo "$as_me:$LINENO: result: no" >&5
13773echo "${ECHO_T}no" >&6
13774 cat >>confdefs.h <<\_ACEOF
13775#define __POWERPC__ 1
13776_ACEOF
13777
13778
13779fi
13780rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
cfda0ea8
DE
13781 ;;
13782esac
13783
13784case "${host}" in
13785 *-*-darwin* )
4d7ec9f1
DE
13786 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13787echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13788 cat >conftest.$ac_ext <<_ACEOF
13789/* confdefs.h. */
13790_ACEOF
13791cat confdefs.h >>conftest.$ac_ext
13792cat >>conftest.$ac_ext <<_ACEOF
13793/* end confdefs.h. */
13794#include <CoreFoundation/CFBase.h>
13795
13796int
13797main ()
13798{
13799
13800 ;
13801 return 0;
13802}
13803_ACEOF
13804rm -f conftest.$ac_objext
13805if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13806 (eval $ac_compile) 2>conftest.er1
13807 ac_status=$?
13808 grep -v '^ *+' conftest.er1 >conftest.err
13809 rm -f conftest.er1
13810 cat conftest.err >&5
13811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13812 (exit $ac_status); } &&
6ebeb4c7 13813 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
13814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13815 (eval $ac_try) 2>&5
13816 ac_status=$?
13817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13818 (exit $ac_status); }; } &&
13819 { ac_try='test -s conftest.$ac_objext'
13820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13821 (eval $ac_try) 2>&5
13822 ac_status=$?
13823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13824 (exit $ac_status); }; }; then
13825 echo "$as_me:$LINENO: result: yes" >&5
13826echo "${ECHO_T}yes" >&6
13827else
13828 echo "$as_me: failed program was:" >&5
13829sed 's/^/| /' conftest.$ac_ext >&5
13830
13831echo "$as_me:$LINENO: result: no" >&5
13832echo "${ECHO_T}no" >&6
13833 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13834echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13835 cat >conftest.$ac_ext <<_ACEOF
13836/* confdefs.h. */
13837_ACEOF
13838cat confdefs.h >>conftest.$ac_ext
13839cat >>conftest.$ac_ext <<_ACEOF
13840/* end confdefs.h. */
13841#define __CF_USE_FRAMEWORK_INCLUDES__
13842#include <CoreFoundation/CFBase.h>
13843
13844int
13845main ()
13846{
13847
13848 ;
13849 return 0;
13850}
13851_ACEOF
13852rm -f conftest.$ac_objext
13853if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13854 (eval $ac_compile) 2>conftest.er1
13855 ac_status=$?
13856 grep -v '^ *+' conftest.er1 >conftest.err
13857 rm -f conftest.er1
13858 cat conftest.err >&5
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } &&
6ebeb4c7 13861 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4d7ec9f1
DE
13862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13863 (eval $ac_try) 2>&5
13864 ac_status=$?
13865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13866 (exit $ac_status); }; } &&
13867 { ac_try='test -s conftest.$ac_objext'
13868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13869 (eval $ac_try) 2>&5
13870 ac_status=$?
13871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13872 (exit $ac_status); }; }; then
13873 echo "$as_me:$LINENO: result: yes" >&5
13874echo "${ECHO_T}yes" >&6
13875 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
13876else
13877 echo "$as_me: failed program was:" >&5
13878sed 's/^/| /' conftest.$ac_ext >&5
13879
13880{ { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
13881See \`config.log' for more details." >&5
13882echo "$as_me: error: no. CoreFoundation not available.
13883See \`config.log' for more details." >&2;}
13884 { (exit 1); exit 1; }; }
13885
13886fi
13887rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13888
13889
13890fi
13891rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13892 ;;
13893esac
13894
a848cd7e
SC
13895case "${host}" in
13896 *-pc-os2_emx | *-pc-os2-emx )
13897 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
13898 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
13899echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
13900if test "${ac_cv_lib_cExt_drand48+set}" = set; then
13901 echo $ECHO_N "(cached) $ECHO_C" >&6
13902else
13903 ac_check_lib_save_LIBS=$LIBS
13904LIBS="-lcExt $LIBS"
13905cat >conftest.$ac_ext <<_ACEOF
13906/* confdefs.h. */
13907_ACEOF
13908cat confdefs.h >>conftest.$ac_ext
13909cat >>conftest.$ac_ext <<_ACEOF
13910/* end confdefs.h. */
13911
13912/* Override any gcc2 internal prototype to avoid an error. */
13913#ifdef __cplusplus
13914extern "C"
13915#endif
13916/* We use char because int might match the return type of a gcc2
13917 builtin and then its argument prototype would still apply. */
13918char drand48 ();
13919int
13920main ()
13921{
13922drand48 ();
13923 ;
13924 return 0;
13925}
13926_ACEOF
13927rm -f conftest.$ac_objext conftest$ac_exeext
13928if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 13929 (eval $ac_link) 2>conftest.er1
a848cd7e 13930 ac_status=$?
ac1cb8d3
VS
13931 grep -v '^ *+' conftest.er1 >conftest.err
13932 rm -f conftest.er1
13933 cat conftest.err >&5
a848cd7e
SC
13934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13935 (exit $ac_status); } &&
6ebeb4c7 13936 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
13937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13938 (eval $ac_try) 2>&5
13939 ac_status=$?
13940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13941 (exit $ac_status); }; } &&
13942 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
13943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13944 (eval $ac_try) 2>&5
13945 ac_status=$?
13946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13947 (exit $ac_status); }; }; then
13948 ac_cv_lib_cExt_drand48=yes
13949else
13950 echo "$as_me: failed program was:" >&5
13951sed 's/^/| /' conftest.$ac_ext >&5
13952
13953ac_cv_lib_cExt_drand48=no
13954fi
ac1cb8d3
VS
13955rm -f conftest.err conftest.$ac_objext \
13956 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
13957LIBS=$ac_check_lib_save_LIBS
13958fi
13959echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
13960echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
13961if test $ac_cv_lib_cExt_drand48 = yes; then
13962 LIBS="$LIBS -lcExt"
13963fi
13964
13965 else
13966 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
13967 fi
69120ee4
VZ
13968 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
13969echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
a848cd7e
SC
13970if test "${wx_cv_gccversion+set}" = set; then
13971 echo $ECHO_N "(cached) $ECHO_C" >&6
13972else
13973
391a765e
VS
13974 if test "$cross_compiling" = yes; then
13975 wx_cv_gccversion="EMX2"
13976
13977else
13978 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
13979/* confdefs.h. */
13980_ACEOF
13981cat confdefs.h >>conftest.$ac_ext
13982cat >>conftest.$ac_ext <<_ACEOF
13983/* end confdefs.h. */
13984
391a765e 13985 #include <stdio.h>
a848cd7e 13986
391a765e
VS
13987 int main()
13988 {
13989 FILE *f=fopen("conftestval", "w");
13990 if (!f) exit(1);
13991 fprintf(f,
a848cd7e 13992 #if (__GNUC__ < 3)
391a765e
VS
13993 "EMX2"
13994 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
13995 "EMX3"
13996 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
13997 "Innotek5"
13998 #else
13999 "Innotek6"
a848cd7e 14000 #endif
391a765e
VS
14001 );
14002 exit(0);
14003 }
a848cd7e 14004
a848cd7e 14005_ACEOF
391a765e
VS
14006rm -f conftest$ac_exeext
14007if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14008 (eval $ac_link) 2>&5
ac1cb8d3
VS
14009 ac_status=$?
14010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
391a765e 14011 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
a848cd7e
SC
14012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14013 (eval $ac_try) 2>&5
14014 ac_status=$?
14015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14016 (exit $ac_status); }; }; then
391a765e 14017 wx_cv_gccversion=`cat conftestval`
a848cd7e 14018else
391a765e
VS
14019 echo "$as_me: program exited with status $ac_status" >&5
14020echo "$as_me: failed program was:" >&5
a848cd7e
SC
14021sed 's/^/| /' conftest.$ac_ext >&5
14022
391a765e
VS
14023( exit $ac_status )
14024wx_cv_gccversion="EMX2"
a848cd7e 14025fi
391a765e 14026rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 14027fi
a848cd7e
SC
14028
14029fi
14030echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
14031echo "${ECHO_T}$wx_cv_gccversion" >&6
391a765e 14032 if test "$wx_cv_gccversion" = "EMX2"; then
a848cd7e
SC
14033 LIBS="$LIBS -lstdcpp"
14034 LDFLAGS="$LDFLAGS -Zsysv-signals"
14035 else
391a765e 14036 if test "$wx_cv_gccversion" = "EMX3"; then
ddd14b14 14037 LIBS="$LIBS -lstdcxx -lgcc"
a848cd7e
SC
14038 LDFLAGS="$LDFLAGS -Zsysv-signals"
14039 else
14040 LIBS="$LIBS -lstdc++"
14041 fi
14042 fi
94acd38e
DE
14043 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
14044 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
14045echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
14046 wxUSE_OMF=yes
2da0c077 14047 enable_omf=yes
a848cd7e
SC
14048 fi
14049 ;;
14050 *)
14051
14052
14053
14054 ac_ext=cc
14055ac_cpp='$CXXCPP $CPPFLAGS'
14056ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14057ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14058ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
14059
14060
95986553 14061 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
a848cd7e
SC
14062echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
14063if test "${ac_cv_string_strcasecmp+set}" = set; then
14064 echo $ECHO_N "(cached) $ECHO_C" >&6
14065else
14066
14067 cat >conftest.$ac_ext <<_ACEOF
14068/* confdefs.h. */
14069_ACEOF
14070cat confdefs.h >>conftest.$ac_ext
14071cat >>conftest.$ac_ext <<_ACEOF
14072/* end confdefs.h. */
14073
14074 #include <string.h>
14075
14076int
14077main ()
14078{
14079
14080 strcasecmp("foo", "bar");
14081
14082 ;
14083 return 0;
14084}
14085_ACEOF
14086rm -f conftest.$ac_objext conftest$ac_exeext
14087if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 14088 (eval $ac_link) 2>conftest.er1
a848cd7e 14089 ac_status=$?
ac1cb8d3
VS
14090 grep -v '^ *+' conftest.er1 >conftest.err
14091 rm -f conftest.er1
14092 cat conftest.err >&5
a848cd7e
SC
14093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14094 (exit $ac_status); } &&
6ebeb4c7 14095 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14097 (eval $ac_try) 2>&5
14098 ac_status=$?
14099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14100 (exit $ac_status); }; } &&
14101 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
14102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14103 (eval $ac_try) 2>&5
14104 ac_status=$?
14105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14106 (exit $ac_status); }; }; then
14107 ac_cv_string_strcasecmp=yes
14108else
14109 echo "$as_me: failed program was:" >&5
14110sed 's/^/| /' conftest.$ac_ext >&5
14111
14112ac_cv_string_strcasecmp=no
14113
14114fi
ac1cb8d3
VS
14115rm -f conftest.err conftest.$ac_objext \
14116 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
14117
14118fi
14119echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
14120echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
14121
14122 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
14123 cat >>confdefs.h <<\_ACEOF
14124#define HAVE_STRCASECMP_IN_STRING_H 1
14125_ACEOF
14126
14127 else
14128 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
14129echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
14130if test "${ac_cv_strings_strcasecmp+set}" = set; then
14131 echo $ECHO_N "(cached) $ECHO_C" >&6
14132else
14133
14134 cat >conftest.$ac_ext <<_ACEOF
14135/* confdefs.h. */
14136_ACEOF
14137cat confdefs.h >>conftest.$ac_ext
14138cat >>conftest.$ac_ext <<_ACEOF
14139/* end confdefs.h. */
14140
14141 #include <strings.h>
14142
14143int
14144main ()
14145{
14146
14147 strcasecmp("foo", "bar");
14148
14149 ;
14150 return 0;
14151}
14152_ACEOF
14153rm -f conftest.$ac_objext conftest$ac_exeext
14154if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 14155 (eval $ac_link) 2>conftest.er1
a848cd7e 14156 ac_status=$?
ac1cb8d3
VS
14157 grep -v '^ *+' conftest.er1 >conftest.err
14158 rm -f conftest.er1
14159 cat conftest.err >&5
a848cd7e
SC
14160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14161 (exit $ac_status); } &&
6ebeb4c7 14162 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14164 (eval $ac_try) 2>&5
14165 ac_status=$?
14166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14167 (exit $ac_status); }; } &&
14168 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
14169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14170 (eval $ac_try) 2>&5
14171 ac_status=$?
14172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14173 (exit $ac_status); }; }; then
14174 ac_cv_strings_strcasecmp=yes
14175else
14176 echo "$as_me: failed program was:" >&5
14177sed 's/^/| /' conftest.$ac_ext >&5
14178
14179ac_cv_strings_strcasecmp=no
14180
14181fi
ac1cb8d3
VS
14182rm -f conftest.err conftest.$ac_objext \
14183 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
14184
14185fi
14186echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
14187echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
14188
0c3c69fc 14189 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
a848cd7e
SC
14190 cat >>confdefs.h <<\_ACEOF
14191#define HAVE_STRCASECMP_IN_STRINGS_H 1
14192_ACEOF
14193
14194 else
14195 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
14196echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
14197 { (exit 1); exit 1; }; }
14198 fi
14199 fi
14200
14201 ac_ext=c
14202ac_cpp='$CPP $CPPFLAGS'
14203ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14204ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14205ac_compiler_gnu=$ac_cv_c_compiler_gnu
14206
14207 ;;
14208esac
14209
14210
14211echo "$as_me:$LINENO: checking for ANSI C header files" >&5
14212echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
14213if test "${ac_cv_header_stdc+set}" = set; then
14214 echo $ECHO_N "(cached) $ECHO_C" >&6
14215else
14216 cat >conftest.$ac_ext <<_ACEOF
14217/* confdefs.h. */
14218_ACEOF
14219cat confdefs.h >>conftest.$ac_ext
14220cat >>conftest.$ac_ext <<_ACEOF
14221/* end confdefs.h. */
14222#include <stdlib.h>
14223#include <stdarg.h>
14224#include <string.h>
14225#include <float.h>
14226
14227int
14228main ()
14229{
14230
14231 ;
14232 return 0;
14233}
14234_ACEOF
14235rm -f conftest.$ac_objext
14236if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14237 (eval $ac_compile) 2>conftest.er1
a848cd7e 14238 ac_status=$?
ac1cb8d3
VS
14239 grep -v '^ *+' conftest.er1 >conftest.err
14240 rm -f conftest.er1
14241 cat conftest.err >&5
a848cd7e
SC
14242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14243 (exit $ac_status); } &&
6ebeb4c7 14244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14246 (eval $ac_try) 2>&5
14247 ac_status=$?
14248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14249 (exit $ac_status); }; } &&
14250 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14252 (eval $ac_try) 2>&5
14253 ac_status=$?
14254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14255 (exit $ac_status); }; }; then
14256 ac_cv_header_stdc=yes
14257else
14258 echo "$as_me: failed program was:" >&5
14259sed 's/^/| /' conftest.$ac_ext >&5
14260
14261ac_cv_header_stdc=no
14262fi
ac1cb8d3 14263rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14264
14265if test $ac_cv_header_stdc = yes; then
14266 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14267 cat >conftest.$ac_ext <<_ACEOF
14268/* confdefs.h. */
14269_ACEOF
14270cat confdefs.h >>conftest.$ac_ext
14271cat >>conftest.$ac_ext <<_ACEOF
14272/* end confdefs.h. */
14273#include <string.h>
14274
14275_ACEOF
14276if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14277 $EGREP "memchr" >/dev/null 2>&1; then
14278 :
14279else
14280 ac_cv_header_stdc=no
14281fi
14282rm -f conftest*
14283
14284fi
14285
14286if test $ac_cv_header_stdc = yes; then
14287 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14288 cat >conftest.$ac_ext <<_ACEOF
14289/* confdefs.h. */
14290_ACEOF
14291cat confdefs.h >>conftest.$ac_ext
14292cat >>conftest.$ac_ext <<_ACEOF
14293/* end confdefs.h. */
14294#include <stdlib.h>
14295
14296_ACEOF
14297if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14298 $EGREP "free" >/dev/null 2>&1; then
14299 :
14300else
14301 ac_cv_header_stdc=no
14302fi
14303rm -f conftest*
14304
14305fi
14306
14307if test $ac_cv_header_stdc = yes; then
14308 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
14309 if test "$cross_compiling" = yes; then
14310 :
14311else
14312 cat >conftest.$ac_ext <<_ACEOF
14313/* confdefs.h. */
14314_ACEOF
14315cat confdefs.h >>conftest.$ac_ext
14316cat >>conftest.$ac_ext <<_ACEOF
14317/* end confdefs.h. */
14318#include <ctype.h>
14319#if ((' ' & 0x0FF) == 0x020)
14320# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14321# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14322#else
14323# define ISLOWER(c) \
ac1cb8d3
VS
14324 (('a' <= (c) && (c) <= 'i') \
14325 || ('j' <= (c) && (c) <= 'r') \
14326 || ('s' <= (c) && (c) <= 'z'))
a848cd7e
SC
14327# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
14328#endif
14329
14330#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14331int
14332main ()
14333{
14334 int i;
14335 for (i = 0; i < 256; i++)
14336 if (XOR (islower (i), ISLOWER (i))
ac1cb8d3 14337 || toupper (i) != TOUPPER (i))
a848cd7e
SC
14338 exit(2);
14339 exit (0);
14340}
14341_ACEOF
14342rm -f conftest$ac_exeext
14343if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14344 (eval $ac_link) 2>&5
14345 ac_status=$?
14346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14347 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14349 (eval $ac_try) 2>&5
14350 ac_status=$?
14351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14352 (exit $ac_status); }; }; then
14353 :
14354else
14355 echo "$as_me: program exited with status $ac_status" >&5
14356echo "$as_me: failed program was:" >&5
14357sed 's/^/| /' conftest.$ac_ext >&5
14358
14359( exit $ac_status )
14360ac_cv_header_stdc=no
14361fi
ac1cb8d3 14362rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14363fi
14364fi
14365fi
14366echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
14367echo "${ECHO_T}$ac_cv_header_stdc" >&6
14368if test $ac_cv_header_stdc = yes; then
14369
14370cat >>confdefs.h <<\_ACEOF
14371#define STDC_HEADERS 1
14372_ACEOF
14373
14374fi
14375
14376# On IRIX 5.3, sys/types and inttypes.h are conflicting.
14377
14378
14379
14380
14381
14382
14383
14384
14385
14386for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
ac1cb8d3 14387 inttypes.h stdint.h unistd.h
a848cd7e
SC
14388do
14389as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14390echo "$as_me:$LINENO: checking for $ac_header" >&5
14391echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14392if eval "test \"\${$as_ac_Header+set}\" = set"; then
14393 echo $ECHO_N "(cached) $ECHO_C" >&6
14394else
14395 cat >conftest.$ac_ext <<_ACEOF
14396/* confdefs.h. */
14397_ACEOF
14398cat confdefs.h >>conftest.$ac_ext
14399cat >>conftest.$ac_ext <<_ACEOF
14400/* end confdefs.h. */
14401$ac_includes_default
14402
14403#include <$ac_header>
14404_ACEOF
14405rm -f conftest.$ac_objext
14406if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14407 (eval $ac_compile) 2>conftest.er1
a848cd7e 14408 ac_status=$?
ac1cb8d3
VS
14409 grep -v '^ *+' conftest.er1 >conftest.err
14410 rm -f conftest.er1
14411 cat conftest.err >&5
a848cd7e
SC
14412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14413 (exit $ac_status); } &&
6ebeb4c7 14414 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14416 (eval $ac_try) 2>&5
14417 ac_status=$?
14418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14419 (exit $ac_status); }; } &&
14420 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14422 (eval $ac_try) 2>&5
14423 ac_status=$?
14424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14425 (exit $ac_status); }; }; then
14426 eval "$as_ac_Header=yes"
14427else
14428 echo "$as_me: failed program was:" >&5
14429sed 's/^/| /' conftest.$ac_ext >&5
14430
14431eval "$as_ac_Header=no"
14432fi
ac1cb8d3 14433rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14434fi
14435echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14436echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14437if test `eval echo '${'$as_ac_Header'}'` = yes; then
14438 cat >>confdefs.h <<_ACEOF
14439#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14440_ACEOF
14441
14442fi
14443
14444done
14445
14446
14447
14448for ac_header in stdlib.h
14449do
14450as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14451if eval "test \"\${$as_ac_Header+set}\" = set"; then
14452 echo "$as_me:$LINENO: checking for $ac_header" >&5
14453echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14454if eval "test \"\${$as_ac_Header+set}\" = set"; then
14455 echo $ECHO_N "(cached) $ECHO_C" >&6
14456fi
14457echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14458echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14459else
14460 # Is the header compilable?
14461echo "$as_me:$LINENO: checking $ac_header usability" >&5
14462echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14463cat >conftest.$ac_ext <<_ACEOF
14464/* confdefs.h. */
14465_ACEOF
14466cat confdefs.h >>conftest.$ac_ext
14467cat >>conftest.$ac_ext <<_ACEOF
14468/* end confdefs.h. */
14469$ac_includes_default
14470#include <$ac_header>
14471_ACEOF
14472rm -f conftest.$ac_objext
14473if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14474 (eval $ac_compile) 2>conftest.er1
a848cd7e 14475 ac_status=$?
ac1cb8d3
VS
14476 grep -v '^ *+' conftest.er1 >conftest.err
14477 rm -f conftest.er1
14478 cat conftest.err >&5
a848cd7e
SC
14479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14480 (exit $ac_status); } &&
6ebeb4c7 14481 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14483 (eval $ac_try) 2>&5
14484 ac_status=$?
14485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14486 (exit $ac_status); }; } &&
14487 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14489 (eval $ac_try) 2>&5
14490 ac_status=$?
14491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14492 (exit $ac_status); }; }; then
14493 ac_header_compiler=yes
14494else
14495 echo "$as_me: failed program was:" >&5
14496sed 's/^/| /' conftest.$ac_ext >&5
14497
14498ac_header_compiler=no
14499fi
ac1cb8d3 14500rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14501echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14502echo "${ECHO_T}$ac_header_compiler" >&6
14503
14504# Is the header present?
14505echo "$as_me:$LINENO: checking $ac_header presence" >&5
14506echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14507cat >conftest.$ac_ext <<_ACEOF
14508/* confdefs.h. */
14509_ACEOF
14510cat confdefs.h >>conftest.$ac_ext
14511cat >>conftest.$ac_ext <<_ACEOF
14512/* end confdefs.h. */
14513#include <$ac_header>
14514_ACEOF
14515if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14516 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14517 ac_status=$?
14518 grep -v '^ *+' conftest.er1 >conftest.err
14519 rm -f conftest.er1
14520 cat conftest.err >&5
14521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14522 (exit $ac_status); } >/dev/null; then
14523 if test -s conftest.err; then
14524 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14525 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14526 else
14527 ac_cpp_err=
14528 fi
14529else
14530 ac_cpp_err=yes
14531fi
14532if test -z "$ac_cpp_err"; then
14533 ac_header_preproc=yes
14534else
14535 echo "$as_me: failed program was:" >&5
14536sed 's/^/| /' conftest.$ac_ext >&5
14537
14538 ac_header_preproc=no
14539fi
14540rm -f conftest.err conftest.$ac_ext
14541echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14542echo "${ECHO_T}$ac_header_preproc" >&6
14543
14544# So? What about this header?
ac1cb8d3
VS
14545case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14546 yes:no: )
a848cd7e
SC
14547 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14548echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14550echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14551 ac_header_preproc=yes
a848cd7e 14552 ;;
ac1cb8d3 14553 no:yes:* )
a848cd7e
SC
14554 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14555echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14556 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14557echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14558 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14559echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14560 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14561echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14562 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14563echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14564 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14565echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14566 (
14567 cat <<\_ASBOX
ac1cb8d3
VS
14568## ----------------------------------------- ##
14569## Report this to wx-dev@lists.wxwidgets.org ##
14570## ----------------------------------------- ##
a848cd7e
SC
14571_ASBOX
14572 ) |
14573 sed "s/^/$as_me: WARNING: /" >&2
14574 ;;
14575esac
14576echo "$as_me:$LINENO: checking for $ac_header" >&5
14577echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14578if eval "test \"\${$as_ac_Header+set}\" = set"; then
14579 echo $ECHO_N "(cached) $ECHO_C" >&6
14580else
ac1cb8d3 14581 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14582fi
14583echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14584echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14585
14586fi
14587if test `eval echo '${'$as_ac_Header'}'` = yes; then
14588 cat >>confdefs.h <<_ACEOF
14589#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14590_ACEOF
14591
14592fi
14593
14594done
14595
14596
14597for ac_header in malloc.h
14598do
14599as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14600if eval "test \"\${$as_ac_Header+set}\" = set"; then
14601 echo "$as_me:$LINENO: checking for $ac_header" >&5
14602echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14603if eval "test \"\${$as_ac_Header+set}\" = set"; then
14604 echo $ECHO_N "(cached) $ECHO_C" >&6
14605fi
14606echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14607echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14608else
14609 # Is the header compilable?
14610echo "$as_me:$LINENO: checking $ac_header usability" >&5
14611echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14612cat >conftest.$ac_ext <<_ACEOF
14613/* confdefs.h. */
14614_ACEOF
14615cat confdefs.h >>conftest.$ac_ext
14616cat >>conftest.$ac_ext <<_ACEOF
14617/* end confdefs.h. */
14618$ac_includes_default
14619#include <$ac_header>
14620_ACEOF
14621rm -f conftest.$ac_objext
14622if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14623 (eval $ac_compile) 2>conftest.er1
a848cd7e 14624 ac_status=$?
ac1cb8d3
VS
14625 grep -v '^ *+' conftest.er1 >conftest.err
14626 rm -f conftest.er1
14627 cat conftest.err >&5
a848cd7e
SC
14628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14629 (exit $ac_status); } &&
6ebeb4c7 14630 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14632 (eval $ac_try) 2>&5
14633 ac_status=$?
14634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14635 (exit $ac_status); }; } &&
14636 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14638 (eval $ac_try) 2>&5
14639 ac_status=$?
14640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14641 (exit $ac_status); }; }; then
14642 ac_header_compiler=yes
14643else
14644 echo "$as_me: failed program was:" >&5
14645sed 's/^/| /' conftest.$ac_ext >&5
14646
14647ac_header_compiler=no
14648fi
ac1cb8d3 14649rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14650echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14651echo "${ECHO_T}$ac_header_compiler" >&6
14652
14653# Is the header present?
14654echo "$as_me:$LINENO: checking $ac_header presence" >&5
14655echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14656cat >conftest.$ac_ext <<_ACEOF
14657/* confdefs.h. */
14658_ACEOF
14659cat confdefs.h >>conftest.$ac_ext
14660cat >>conftest.$ac_ext <<_ACEOF
14661/* end confdefs.h. */
14662#include <$ac_header>
14663_ACEOF
14664if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14665 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14666 ac_status=$?
14667 grep -v '^ *+' conftest.er1 >conftest.err
14668 rm -f conftest.er1
14669 cat conftest.err >&5
14670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14671 (exit $ac_status); } >/dev/null; then
14672 if test -s conftest.err; then
14673 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14674 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14675 else
14676 ac_cpp_err=
14677 fi
14678else
14679 ac_cpp_err=yes
14680fi
14681if test -z "$ac_cpp_err"; then
14682 ac_header_preproc=yes
14683else
14684 echo "$as_me: failed program was:" >&5
14685sed 's/^/| /' conftest.$ac_ext >&5
14686
14687 ac_header_preproc=no
14688fi
14689rm -f conftest.err conftest.$ac_ext
14690echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14691echo "${ECHO_T}$ac_header_preproc" >&6
14692
14693# So? What about this header?
ac1cb8d3
VS
14694case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14695 yes:no: )
a848cd7e
SC
14696 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14697echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14698 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14699echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14700 ac_header_preproc=yes
a848cd7e 14701 ;;
ac1cb8d3 14702 no:yes:* )
a848cd7e
SC
14703 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14704echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14705 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14706echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14707 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14708echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14709 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14710echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14711 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14712echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14713 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14714echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14715 (
14716 cat <<\_ASBOX
ac1cb8d3
VS
14717## ----------------------------------------- ##
14718## Report this to wx-dev@lists.wxwidgets.org ##
14719## ----------------------------------------- ##
a848cd7e
SC
14720_ASBOX
14721 ) |
14722 sed "s/^/$as_me: WARNING: /" >&2
14723 ;;
14724esac
14725echo "$as_me:$LINENO: checking for $ac_header" >&5
14726echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14727if eval "test \"\${$as_ac_Header+set}\" = set"; then
14728 echo $ECHO_N "(cached) $ECHO_C" >&6
14729else
ac1cb8d3 14730 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14731fi
14732echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14733echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14734
14735fi
14736if test `eval echo '${'$as_ac_Header'}'` = yes; then
14737 cat >>confdefs.h <<_ACEOF
14738#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14739_ACEOF
14740
14741fi
14742
14743done
14744
14745
14746for ac_header in unistd.h
14747do
14748as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14749if eval "test \"\${$as_ac_Header+set}\" = set"; then
14750 echo "$as_me:$LINENO: checking for $ac_header" >&5
14751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14752if eval "test \"\${$as_ac_Header+set}\" = set"; then
14753 echo $ECHO_N "(cached) $ECHO_C" >&6
14754fi
14755echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14756echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14757else
14758 # Is the header compilable?
14759echo "$as_me:$LINENO: checking $ac_header usability" >&5
14760echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14761cat >conftest.$ac_ext <<_ACEOF
14762/* confdefs.h. */
14763_ACEOF
14764cat confdefs.h >>conftest.$ac_ext
14765cat >>conftest.$ac_ext <<_ACEOF
14766/* end confdefs.h. */
14767$ac_includes_default
14768#include <$ac_header>
14769_ACEOF
14770rm -f conftest.$ac_objext
14771if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14772 (eval $ac_compile) 2>conftest.er1
a848cd7e 14773 ac_status=$?
ac1cb8d3
VS
14774 grep -v '^ *+' conftest.er1 >conftest.err
14775 rm -f conftest.er1
14776 cat conftest.err >&5
a848cd7e
SC
14777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14778 (exit $ac_status); } &&
6ebeb4c7 14779 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14781 (eval $ac_try) 2>&5
14782 ac_status=$?
14783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14784 (exit $ac_status); }; } &&
14785 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14787 (eval $ac_try) 2>&5
14788 ac_status=$?
14789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14790 (exit $ac_status); }; }; then
14791 ac_header_compiler=yes
14792else
14793 echo "$as_me: failed program was:" >&5
14794sed 's/^/| /' conftest.$ac_ext >&5
14795
14796ac_header_compiler=no
14797fi
ac1cb8d3 14798rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14799echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14800echo "${ECHO_T}$ac_header_compiler" >&6
14801
14802# Is the header present?
14803echo "$as_me:$LINENO: checking $ac_header presence" >&5
14804echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14805cat >conftest.$ac_ext <<_ACEOF
14806/* confdefs.h. */
14807_ACEOF
14808cat confdefs.h >>conftest.$ac_ext
14809cat >>conftest.$ac_ext <<_ACEOF
14810/* end confdefs.h. */
14811#include <$ac_header>
14812_ACEOF
14813if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14814 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14815 ac_status=$?
14816 grep -v '^ *+' conftest.er1 >conftest.err
14817 rm -f conftest.er1
14818 cat conftest.err >&5
14819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14820 (exit $ac_status); } >/dev/null; then
14821 if test -s conftest.err; then
14822 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14823 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14824 else
14825 ac_cpp_err=
14826 fi
14827else
14828 ac_cpp_err=yes
14829fi
14830if test -z "$ac_cpp_err"; then
14831 ac_header_preproc=yes
14832else
14833 echo "$as_me: failed program was:" >&5
14834sed 's/^/| /' conftest.$ac_ext >&5
14835
14836 ac_header_preproc=no
14837fi
14838rm -f conftest.err conftest.$ac_ext
14839echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14840echo "${ECHO_T}$ac_header_preproc" >&6
14841
14842# So? What about this header?
ac1cb8d3
VS
14843case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14844 yes:no: )
a848cd7e
SC
14845 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14846echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14847 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14848echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14849 ac_header_preproc=yes
a848cd7e 14850 ;;
ac1cb8d3 14851 no:yes:* )
a848cd7e
SC
14852 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14853echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
14854 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14855echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14856 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14857echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14858 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14859echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
14860 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14861echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
14862 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14863echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
14864 (
14865 cat <<\_ASBOX
ac1cb8d3
VS
14866## ----------------------------------------- ##
14867## Report this to wx-dev@lists.wxwidgets.org ##
14868## ----------------------------------------- ##
a848cd7e
SC
14869_ASBOX
14870 ) |
14871 sed "s/^/$as_me: WARNING: /" >&2
14872 ;;
14873esac
14874echo "$as_me:$LINENO: checking for $ac_header" >&5
14875echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14876if eval "test \"\${$as_ac_Header+set}\" = set"; then
14877 echo $ECHO_N "(cached) $ECHO_C" >&6
14878else
ac1cb8d3 14879 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
14880fi
14881echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14882echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14883
14884fi
14885if test `eval echo '${'$as_ac_Header'}'` = yes; then
14886 cat >>confdefs.h <<_ACEOF
14887#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14888_ACEOF
14889
14890fi
14891
14892done
14893
14894
14895for ac_header in wchar.h
14896do
14897as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14898if eval "test \"\${$as_ac_Header+set}\" = set"; then
14899 echo "$as_me:$LINENO: checking for $ac_header" >&5
14900echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14901if eval "test \"\${$as_ac_Header+set}\" = set"; then
14902 echo $ECHO_N "(cached) $ECHO_C" >&6
14903fi
14904echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14905echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14906else
14907 # Is the header compilable?
14908echo "$as_me:$LINENO: checking $ac_header usability" >&5
14909echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14910cat >conftest.$ac_ext <<_ACEOF
14911/* confdefs.h. */
14912_ACEOF
14913cat confdefs.h >>conftest.$ac_ext
14914cat >>conftest.$ac_ext <<_ACEOF
14915/* end confdefs.h. */
14916$ac_includes_default
14917#include <$ac_header>
14918_ACEOF
14919rm -f conftest.$ac_objext
14920if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 14921 (eval $ac_compile) 2>conftest.er1
a848cd7e 14922 ac_status=$?
ac1cb8d3
VS
14923 grep -v '^ *+' conftest.er1 >conftest.err
14924 rm -f conftest.er1
14925 cat conftest.err >&5
a848cd7e
SC
14926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14927 (exit $ac_status); } &&
6ebeb4c7 14928 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
14929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14930 (eval $ac_try) 2>&5
14931 ac_status=$?
14932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14933 (exit $ac_status); }; } &&
14934 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
14935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14936 (eval $ac_try) 2>&5
14937 ac_status=$?
14938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14939 (exit $ac_status); }; }; then
14940 ac_header_compiler=yes
14941else
14942 echo "$as_me: failed program was:" >&5
14943sed 's/^/| /' conftest.$ac_ext >&5
14944
14945ac_header_compiler=no
14946fi
ac1cb8d3 14947rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
14948echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14949echo "${ECHO_T}$ac_header_compiler" >&6
14950
14951# Is the header present?
14952echo "$as_me:$LINENO: checking $ac_header presence" >&5
14953echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14954cat >conftest.$ac_ext <<_ACEOF
14955/* confdefs.h. */
14956_ACEOF
14957cat confdefs.h >>conftest.$ac_ext
14958cat >>conftest.$ac_ext <<_ACEOF
14959/* end confdefs.h. */
14960#include <$ac_header>
14961_ACEOF
14962if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14963 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14964 ac_status=$?
14965 grep -v '^ *+' conftest.er1 >conftest.err
14966 rm -f conftest.er1
14967 cat conftest.err >&5
14968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14969 (exit $ac_status); } >/dev/null; then
14970 if test -s conftest.err; then
14971 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 14972 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
14973 else
14974 ac_cpp_err=
14975 fi
14976else
14977 ac_cpp_err=yes
14978fi
14979if test -z "$ac_cpp_err"; then
14980 ac_header_preproc=yes
14981else
14982 echo "$as_me: failed program was:" >&5
14983sed 's/^/| /' conftest.$ac_ext >&5
14984
14985 ac_header_preproc=no
14986fi
14987rm -f conftest.err conftest.$ac_ext
14988echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14989echo "${ECHO_T}$ac_header_preproc" >&6
14990
14991# So? What about this header?
ac1cb8d3
VS
14992case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14993 yes:no: )
a848cd7e
SC
14994 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14995echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
14996 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14997echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14998 ac_header_preproc=yes
a848cd7e 14999 ;;
ac1cb8d3 15000 no:yes:* )
a848cd7e
SC
15001 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15002echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15003 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15004echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15005 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15006echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15007 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15008echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15009 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15010echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15011 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15012echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15013 (
15014 cat <<\_ASBOX
ac1cb8d3
VS
15015## ----------------------------------------- ##
15016## Report this to wx-dev@lists.wxwidgets.org ##
15017## ----------------------------------------- ##
a848cd7e
SC
15018_ASBOX
15019 ) |
15020 sed "s/^/$as_me: WARNING: /" >&2
15021 ;;
15022esac
15023echo "$as_me:$LINENO: checking for $ac_header" >&5
15024echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15025if eval "test \"\${$as_ac_Header+set}\" = set"; then
15026 echo $ECHO_N "(cached) $ECHO_C" >&6
15027else
ac1cb8d3 15028 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15029fi
15030echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15031echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15032
15033fi
15034if test `eval echo '${'$as_ac_Header'}'` = yes; then
15035 cat >>confdefs.h <<_ACEOF
15036#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15037_ACEOF
15038
15039fi
15040
15041done
15042
15043
15044if test "$ac_cv_header_wchar_h" != "yes"; then
15045
15046for ac_header in wcstr.h
15047do
15048as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15049if eval "test \"\${$as_ac_Header+set}\" = set"; then
15050 echo "$as_me:$LINENO: checking for $ac_header" >&5
15051echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15052if eval "test \"\${$as_ac_Header+set}\" = set"; then
15053 echo $ECHO_N "(cached) $ECHO_C" >&6
15054fi
15055echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15056echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15057else
15058 # Is the header compilable?
15059echo "$as_me:$LINENO: checking $ac_header usability" >&5
15060echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15061cat >conftest.$ac_ext <<_ACEOF
15062/* confdefs.h. */
15063_ACEOF
15064cat confdefs.h >>conftest.$ac_ext
15065cat >>conftest.$ac_ext <<_ACEOF
15066/* end confdefs.h. */
15067$ac_includes_default
15068#include <$ac_header>
15069_ACEOF
15070rm -f conftest.$ac_objext
15071if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15072 (eval $ac_compile) 2>conftest.er1
a848cd7e 15073 ac_status=$?
ac1cb8d3
VS
15074 grep -v '^ *+' conftest.er1 >conftest.err
15075 rm -f conftest.er1
15076 cat conftest.err >&5
a848cd7e
SC
15077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15078 (exit $ac_status); } &&
6ebeb4c7 15079 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15081 (eval $ac_try) 2>&5
15082 ac_status=$?
15083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15084 (exit $ac_status); }; } &&
15085 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15087 (eval $ac_try) 2>&5
15088 ac_status=$?
15089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15090 (exit $ac_status); }; }; then
15091 ac_header_compiler=yes
15092else
15093 echo "$as_me: failed program was:" >&5
15094sed 's/^/| /' conftest.$ac_ext >&5
15095
15096ac_header_compiler=no
15097fi
ac1cb8d3 15098rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15099echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15100echo "${ECHO_T}$ac_header_compiler" >&6
15101
15102# Is the header present?
15103echo "$as_me:$LINENO: checking $ac_header presence" >&5
15104echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15105cat >conftest.$ac_ext <<_ACEOF
15106/* confdefs.h. */
15107_ACEOF
15108cat confdefs.h >>conftest.$ac_ext
15109cat >>conftest.$ac_ext <<_ACEOF
15110/* end confdefs.h. */
15111#include <$ac_header>
15112_ACEOF
15113if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15114 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15115 ac_status=$?
15116 grep -v '^ *+' conftest.er1 >conftest.err
15117 rm -f conftest.er1
15118 cat conftest.err >&5
15119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15120 (exit $ac_status); } >/dev/null; then
15121 if test -s conftest.err; then
15122 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15123 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15124 else
15125 ac_cpp_err=
15126 fi
15127else
15128 ac_cpp_err=yes
15129fi
15130if test -z "$ac_cpp_err"; then
15131 ac_header_preproc=yes
15132else
15133 echo "$as_me: failed program was:" >&5
15134sed 's/^/| /' conftest.$ac_ext >&5
15135
15136 ac_header_preproc=no
15137fi
15138rm -f conftest.err conftest.$ac_ext
15139echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15140echo "${ECHO_T}$ac_header_preproc" >&6
15141
15142# So? What about this header?
ac1cb8d3
VS
15143case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15144 yes:no: )
a848cd7e
SC
15145 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15146echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15147 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15148echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15149 ac_header_preproc=yes
a848cd7e 15150 ;;
ac1cb8d3 15151 no:yes:* )
a848cd7e
SC
15152 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15153echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15154 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15155echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15156 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15157echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15158 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15159echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15160 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15161echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15162 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15163echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15164 (
15165 cat <<\_ASBOX
ac1cb8d3
VS
15166## ----------------------------------------- ##
15167## Report this to wx-dev@lists.wxwidgets.org ##
15168## ----------------------------------------- ##
a848cd7e
SC
15169_ASBOX
15170 ) |
15171 sed "s/^/$as_me: WARNING: /" >&2
15172 ;;
15173esac
15174echo "$as_me:$LINENO: checking for $ac_header" >&5
15175echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15176if eval "test \"\${$as_ac_Header+set}\" = set"; then
15177 echo $ECHO_N "(cached) $ECHO_C" >&6
15178else
ac1cb8d3 15179 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15180fi
15181echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15182echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15183
15184fi
15185if test `eval echo '${'$as_ac_Header'}'` = yes; then
15186 cat >>confdefs.h <<_ACEOF
15187#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15188_ACEOF
15189
15190fi
15191
15192done
15193
15194fi
15195
15196
15197for ac_header in fnmatch.h
15198do
15199as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15200if eval "test \"\${$as_ac_Header+set}\" = set"; then
15201 echo "$as_me:$LINENO: checking for $ac_header" >&5
15202echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15203if eval "test \"\${$as_ac_Header+set}\" = set"; then
15204 echo $ECHO_N "(cached) $ECHO_C" >&6
15205fi
15206echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15207echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15208else
15209 # Is the header compilable?
15210echo "$as_me:$LINENO: checking $ac_header usability" >&5
15211echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15212cat >conftest.$ac_ext <<_ACEOF
15213/* confdefs.h. */
15214_ACEOF
15215cat confdefs.h >>conftest.$ac_ext
15216cat >>conftest.$ac_ext <<_ACEOF
15217/* end confdefs.h. */
15218$ac_includes_default
15219#include <$ac_header>
15220_ACEOF
15221rm -f conftest.$ac_objext
15222if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15223 (eval $ac_compile) 2>conftest.er1
a848cd7e 15224 ac_status=$?
ac1cb8d3
VS
15225 grep -v '^ *+' conftest.er1 >conftest.err
15226 rm -f conftest.er1
15227 cat conftest.err >&5
a848cd7e
SC
15228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15229 (exit $ac_status); } &&
6ebeb4c7 15230 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15232 (eval $ac_try) 2>&5
15233 ac_status=$?
15234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15235 (exit $ac_status); }; } &&
15236 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15238 (eval $ac_try) 2>&5
15239 ac_status=$?
15240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15241 (exit $ac_status); }; }; then
15242 ac_header_compiler=yes
15243else
15244 echo "$as_me: failed program was:" >&5
15245sed 's/^/| /' conftest.$ac_ext >&5
15246
15247ac_header_compiler=no
15248fi
ac1cb8d3 15249rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15250echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15251echo "${ECHO_T}$ac_header_compiler" >&6
15252
15253# Is the header present?
15254echo "$as_me:$LINENO: checking $ac_header presence" >&5
15255echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15256cat >conftest.$ac_ext <<_ACEOF
15257/* confdefs.h. */
15258_ACEOF
15259cat confdefs.h >>conftest.$ac_ext
15260cat >>conftest.$ac_ext <<_ACEOF
15261/* end confdefs.h. */
15262#include <$ac_header>
15263_ACEOF
15264if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15265 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15266 ac_status=$?
15267 grep -v '^ *+' conftest.er1 >conftest.err
15268 rm -f conftest.er1
15269 cat conftest.err >&5
15270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15271 (exit $ac_status); } >/dev/null; then
15272 if test -s conftest.err; then
15273 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15274 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15275 else
15276 ac_cpp_err=
15277 fi
15278else
15279 ac_cpp_err=yes
15280fi
15281if test -z "$ac_cpp_err"; then
15282 ac_header_preproc=yes
15283else
15284 echo "$as_me: failed program was:" >&5
15285sed 's/^/| /' conftest.$ac_ext >&5
15286
15287 ac_header_preproc=no
15288fi
15289rm -f conftest.err conftest.$ac_ext
15290echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15291echo "${ECHO_T}$ac_header_preproc" >&6
15292
15293# So? What about this header?
ac1cb8d3
VS
15294case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15295 yes:no: )
a848cd7e
SC
15296 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15297echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15298 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15299echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15300 ac_header_preproc=yes
a848cd7e 15301 ;;
ac1cb8d3 15302 no:yes:* )
a848cd7e
SC
15303 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15304echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15305 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15306echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15307 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15308echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15309 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15310echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15311 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15312echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15313 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15314echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15315 (
15316 cat <<\_ASBOX
ac1cb8d3
VS
15317## ----------------------------------------- ##
15318## Report this to wx-dev@lists.wxwidgets.org ##
15319## ----------------------------------------- ##
a848cd7e
SC
15320_ASBOX
15321 ) |
15322 sed "s/^/$as_me: WARNING: /" >&2
15323 ;;
15324esac
15325echo "$as_me:$LINENO: checking for $ac_header" >&5
15326echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15327if eval "test \"\${$as_ac_Header+set}\" = set"; then
15328 echo $ECHO_N "(cached) $ECHO_C" >&6
15329else
ac1cb8d3 15330 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15331fi
15332echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15333echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15334
15335fi
15336if test `eval echo '${'$as_ac_Header'}'` = yes; then
15337 cat >>confdefs.h <<_ACEOF
15338#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15339_ACEOF
15340
15341fi
15342
15343done
15344
15345
a848cd7e
SC
15346
15347for ac_header in langinfo.h
15348do
15349as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15350if eval "test \"\${$as_ac_Header+set}\" = set"; then
15351 echo "$as_me:$LINENO: checking for $ac_header" >&5
15352echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15353if eval "test \"\${$as_ac_Header+set}\" = set"; then
15354 echo $ECHO_N "(cached) $ECHO_C" >&6
15355fi
15356echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15357echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15358else
15359 # Is the header compilable?
15360echo "$as_me:$LINENO: checking $ac_header usability" >&5
15361echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15362cat >conftest.$ac_ext <<_ACEOF
15363/* confdefs.h. */
15364_ACEOF
15365cat confdefs.h >>conftest.$ac_ext
15366cat >>conftest.$ac_ext <<_ACEOF
15367/* end confdefs.h. */
15368$ac_includes_default
15369#include <$ac_header>
15370_ACEOF
15371rm -f conftest.$ac_objext
15372if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15373 (eval $ac_compile) 2>conftest.er1
a848cd7e 15374 ac_status=$?
ac1cb8d3
VS
15375 grep -v '^ *+' conftest.er1 >conftest.err
15376 rm -f conftest.er1
15377 cat conftest.err >&5
a848cd7e
SC
15378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15379 (exit $ac_status); } &&
6ebeb4c7 15380 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15382 (eval $ac_try) 2>&5
15383 ac_status=$?
15384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15385 (exit $ac_status); }; } &&
15386 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15388 (eval $ac_try) 2>&5
15389 ac_status=$?
15390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15391 (exit $ac_status); }; }; then
15392 ac_header_compiler=yes
15393else
15394 echo "$as_me: failed program was:" >&5
15395sed 's/^/| /' conftest.$ac_ext >&5
15396
15397ac_header_compiler=no
15398fi
ac1cb8d3 15399rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15400echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15401echo "${ECHO_T}$ac_header_compiler" >&6
15402
15403# Is the header present?
15404echo "$as_me:$LINENO: checking $ac_header presence" >&5
15405echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15406cat >conftest.$ac_ext <<_ACEOF
15407/* confdefs.h. */
15408_ACEOF
15409cat confdefs.h >>conftest.$ac_ext
15410cat >>conftest.$ac_ext <<_ACEOF
15411/* end confdefs.h. */
15412#include <$ac_header>
15413_ACEOF
15414if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15415 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15416 ac_status=$?
15417 grep -v '^ *+' conftest.er1 >conftest.err
15418 rm -f conftest.er1
15419 cat conftest.err >&5
15420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15421 (exit $ac_status); } >/dev/null; then
15422 if test -s conftest.err; then
15423 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 15424 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
15425 else
15426 ac_cpp_err=
15427 fi
15428else
15429 ac_cpp_err=yes
15430fi
15431if test -z "$ac_cpp_err"; then
15432 ac_header_preproc=yes
15433else
15434 echo "$as_me: failed program was:" >&5
15435sed 's/^/| /' conftest.$ac_ext >&5
15436
15437 ac_header_preproc=no
15438fi
15439rm -f conftest.err conftest.$ac_ext
15440echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15441echo "${ECHO_T}$ac_header_preproc" >&6
15442
15443# So? What about this header?
ac1cb8d3
VS
15444case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15445 yes:no: )
a848cd7e
SC
15446 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15447echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
15448 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15449echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15450 ac_header_preproc=yes
a848cd7e 15451 ;;
ac1cb8d3 15452 no:yes:* )
a848cd7e
SC
15453 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15454echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
15455 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15456echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15457 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15458echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15459 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15460echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
15461 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15462echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
15463 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15464echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
15465 (
15466 cat <<\_ASBOX
ac1cb8d3
VS
15467## ----------------------------------------- ##
15468## Report this to wx-dev@lists.wxwidgets.org ##
15469## ----------------------------------------- ##
a848cd7e
SC
15470_ASBOX
15471 ) |
15472 sed "s/^/$as_me: WARNING: /" >&2
15473 ;;
15474esac
15475echo "$as_me:$LINENO: checking for $ac_header" >&5
15476echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15477if eval "test \"\${$as_ac_Header+set}\" = set"; then
15478 echo $ECHO_N "(cached) $ECHO_C" >&6
15479else
ac1cb8d3 15480 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
15481fi
15482echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15483echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15484
15485fi
15486if test `eval echo '${'$as_ac_Header'}'` = yes; then
15487 cat >>confdefs.h <<_ACEOF
15488#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15489_ACEOF
15490
15491fi
15492
15493done
15494
15495
15496case "${host}" in
15497 *-pc-os2_emx | *-pc-os2-emx )
391a765e
VS
15498 if test $ac_cv_header_langinfo_h = "yes" \
15499 -a \( "$wx_cv_gccversion" = "EMX2" \
15500 -o "$wx_cv_gccversion" = "EMX3" \
15501 -o "$wx_cv_gccversion" = "Innotek5" \); then
a848cd7e
SC
15502 LIBS="$LIBS -lintl"
15503 fi
15504 ;;
15505esac
15506
a848cd7e
SC
15507
15508echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15509echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15510if test "${ac_cv_c_const+set}" = set; then
15511 echo $ECHO_N "(cached) $ECHO_C" >&6
15512else
15513 cat >conftest.$ac_ext <<_ACEOF
15514/* confdefs.h. */
15515_ACEOF
15516cat confdefs.h >>conftest.$ac_ext
15517cat >>conftest.$ac_ext <<_ACEOF
15518/* end confdefs.h. */
15519
15520int
15521main ()
15522{
15523/* FIXME: Include the comments suggested by Paul. */
15524#ifndef __cplusplus
15525 /* Ultrix mips cc rejects this. */
15526 typedef int charset[2];
15527 const charset x;
15528 /* SunOS 4.1.1 cc rejects this. */
15529 char const *const *ccp;
15530 char **p;
15531 /* NEC SVR4.0.2 mips cc rejects this. */
15532 struct point {int x, y;};
15533 static struct point const zero = {0,0};
15534 /* AIX XL C 1.02.0.0 rejects this.
15535 It does not let you subtract one const X* pointer from another in
15536 an arm of an if-expression whose if-part is not a constant
15537 expression */
15538 const char *g = "string";
15539 ccp = &g + (g ? g-g : 0);
15540 /* HPUX 7.0 cc rejects these. */
15541 ++ccp;
15542 p = (char**) ccp;
15543 ccp = (char const *const *) p;
15544 { /* SCO 3.2v4 cc rejects this. */
15545 char *t;
15546 char const *s = 0 ? (char *) 0 : (char const *) 0;
15547
15548 *t++ = 0;
15549 }
15550 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15551 int x[] = {25, 17};
15552 const int *foo = &x[0];
15553 ++foo;
15554 }
15555 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15556 typedef const int *iptr;
15557 iptr p = 0;
15558 ++p;
15559 }
15560 { /* AIX XL C 1.02.0.0 rejects this saying
15561 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15562 struct s { int j; const int *ap[3]; };
15563 struct s *b; b->j = 5;
15564 }
15565 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15566 const int foo = 10;
15567 }
15568#endif
15569
15570 ;
15571 return 0;
15572}
15573_ACEOF
15574rm -f conftest.$ac_objext
15575if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15576 (eval $ac_compile) 2>conftest.er1
a848cd7e 15577 ac_status=$?
ac1cb8d3
VS
15578 grep -v '^ *+' conftest.er1 >conftest.err
15579 rm -f conftest.er1
15580 cat conftest.err >&5
a848cd7e
SC
15581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15582 (exit $ac_status); } &&
6ebeb4c7 15583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15585 (eval $ac_try) 2>&5
15586 ac_status=$?
15587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15588 (exit $ac_status); }; } &&
15589 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15591 (eval $ac_try) 2>&5
15592 ac_status=$?
15593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15594 (exit $ac_status); }; }; then
15595 ac_cv_c_const=yes
15596else
15597 echo "$as_me: failed program was:" >&5
15598sed 's/^/| /' conftest.$ac_ext >&5
15599
15600ac_cv_c_const=no
15601fi
ac1cb8d3 15602rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15603fi
15604echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15605echo "${ECHO_T}$ac_cv_c_const" >&6
15606if test $ac_cv_c_const = no; then
15607
15608cat >>confdefs.h <<\_ACEOF
15609#define const
15610_ACEOF
15611
15612fi
15613
15614echo "$as_me:$LINENO: checking for inline" >&5
15615echo $ECHO_N "checking for inline... $ECHO_C" >&6
15616if test "${ac_cv_c_inline+set}" = set; then
15617 echo $ECHO_N "(cached) $ECHO_C" >&6
15618else
15619 ac_cv_c_inline=no
15620for ac_kw in inline __inline__ __inline; do
15621 cat >conftest.$ac_ext <<_ACEOF
15622/* confdefs.h. */
15623_ACEOF
15624cat confdefs.h >>conftest.$ac_ext
15625cat >>conftest.$ac_ext <<_ACEOF
15626/* end confdefs.h. */
15627#ifndef __cplusplus
15628typedef int foo_t;
15629static $ac_kw foo_t static_foo () {return 0; }
15630$ac_kw foo_t foo () {return 0; }
15631#endif
15632
15633_ACEOF
15634rm -f conftest.$ac_objext
15635if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15636 (eval $ac_compile) 2>conftest.er1
a848cd7e 15637 ac_status=$?
ac1cb8d3
VS
15638 grep -v '^ *+' conftest.er1 >conftest.err
15639 rm -f conftest.er1
15640 cat conftest.err >&5
a848cd7e
SC
15641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15642 (exit $ac_status); } &&
6ebeb4c7 15643 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15645 (eval $ac_try) 2>&5
15646 ac_status=$?
15647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15648 (exit $ac_status); }; } &&
15649 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15651 (eval $ac_try) 2>&5
15652 ac_status=$?
15653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15654 (exit $ac_status); }; }; then
15655 ac_cv_c_inline=$ac_kw; break
15656else
15657 echo "$as_me: failed program was:" >&5
15658sed 's/^/| /' conftest.$ac_ext >&5
15659
15660fi
ac1cb8d3 15661rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15662done
15663
15664fi
15665echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15666echo "${ECHO_T}$ac_cv_c_inline" >&6
ac1cb8d3
VS
15667
15668
a848cd7e
SC
15669case $ac_cv_c_inline in
15670 inline | yes) ;;
ac1cb8d3
VS
15671 *)
15672 case $ac_cv_c_inline in
15673 no) ac_val=;;
15674 *) ac_val=$ac_cv_c_inline;;
15675 esac
15676 cat >>confdefs.h <<_ACEOF
15677#ifndef __cplusplus
15678#define inline $ac_val
15679#endif
de59c161 15680_ACEOF
ac1cb8d3 15681 ;;
a848cd7e
SC
15682esac
15683
15684
15685echo "$as_me:$LINENO: checking for char" >&5
15686echo $ECHO_N "checking for char... $ECHO_C" >&6
15687if test "${ac_cv_type_char+set}" = set; then
15688 echo $ECHO_N "(cached) $ECHO_C" >&6
15689else
15690 cat >conftest.$ac_ext <<_ACEOF
15691/* confdefs.h. */
15692_ACEOF
15693cat confdefs.h >>conftest.$ac_ext
15694cat >>conftest.$ac_ext <<_ACEOF
15695/* end confdefs.h. */
15696$ac_includes_default
15697int
15698main ()
15699{
15700if ((char *) 0)
15701 return 0;
15702if (sizeof (char))
15703 return 0;
15704 ;
15705 return 0;
15706}
15707_ACEOF
15708rm -f conftest.$ac_objext
15709if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15710 (eval $ac_compile) 2>conftest.er1
a848cd7e 15711 ac_status=$?
ac1cb8d3
VS
15712 grep -v '^ *+' conftest.er1 >conftest.err
15713 rm -f conftest.er1
15714 cat conftest.err >&5
a848cd7e
SC
15715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15716 (exit $ac_status); } &&
6ebeb4c7 15717 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15719 (eval $ac_try) 2>&5
15720 ac_status=$?
15721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722 (exit $ac_status); }; } &&
15723 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15725 (eval $ac_try) 2>&5
15726 ac_status=$?
15727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15728 (exit $ac_status); }; }; then
15729 ac_cv_type_char=yes
15730else
15731 echo "$as_me: failed program was:" >&5
15732sed 's/^/| /' conftest.$ac_ext >&5
15733
15734ac_cv_type_char=no
15735fi
ac1cb8d3 15736rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15737fi
15738echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15739echo "${ECHO_T}$ac_cv_type_char" >&6
15740
15741echo "$as_me:$LINENO: checking size of char" >&5
15742echo $ECHO_N "checking size of char... $ECHO_C" >&6
15743if test "${ac_cv_sizeof_char+set}" = set; then
15744 echo $ECHO_N "(cached) $ECHO_C" >&6
15745else
15746 if test "$ac_cv_type_char" = yes; then
15747 # The cast to unsigned long works around a bug in the HP C Compiler
15748 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15749 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15750 # This bug is HP SR number 8606223364.
15751 if test "$cross_compiling" = yes; then
15752 # Depending upon the size, compute the lo and hi bounds.
15753cat >conftest.$ac_ext <<_ACEOF
15754/* confdefs.h. */
15755_ACEOF
15756cat confdefs.h >>conftest.$ac_ext
15757cat >>conftest.$ac_ext <<_ACEOF
15758/* end confdefs.h. */
15759$ac_includes_default
15760int
15761main ()
15762{
15763static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15764test_array [0] = 0
15765
15766 ;
15767 return 0;
15768}
15769_ACEOF
15770rm -f conftest.$ac_objext
15771if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15772 (eval $ac_compile) 2>conftest.er1
a848cd7e 15773 ac_status=$?
ac1cb8d3
VS
15774 grep -v '^ *+' conftest.er1 >conftest.err
15775 rm -f conftest.er1
15776 cat conftest.err >&5
a848cd7e
SC
15777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15778 (exit $ac_status); } &&
6ebeb4c7 15779 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15781 (eval $ac_try) 2>&5
15782 ac_status=$?
15783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15784 (exit $ac_status); }; } &&
15785 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15787 (eval $ac_try) 2>&5
15788 ac_status=$?
15789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15790 (exit $ac_status); }; }; then
15791 ac_lo=0 ac_mid=0
15792 while :; do
15793 cat >conftest.$ac_ext <<_ACEOF
15794/* confdefs.h. */
15795_ACEOF
15796cat confdefs.h >>conftest.$ac_ext
15797cat >>conftest.$ac_ext <<_ACEOF
15798/* end confdefs.h. */
15799$ac_includes_default
15800int
15801main ()
15802{
15803static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15804test_array [0] = 0
15805
15806 ;
15807 return 0;
15808}
15809_ACEOF
15810rm -f conftest.$ac_objext
15811if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15812 (eval $ac_compile) 2>conftest.er1
a848cd7e 15813 ac_status=$?
ac1cb8d3
VS
15814 grep -v '^ *+' conftest.er1 >conftest.err
15815 rm -f conftest.er1
15816 cat conftest.err >&5
a848cd7e
SC
15817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15818 (exit $ac_status); } &&
6ebeb4c7 15819 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15821 (eval $ac_try) 2>&5
15822 ac_status=$?
15823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15824 (exit $ac_status); }; } &&
15825 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15827 (eval $ac_try) 2>&5
15828 ac_status=$?
15829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15830 (exit $ac_status); }; }; then
15831 ac_hi=$ac_mid; break
15832else
15833 echo "$as_me: failed program was:" >&5
15834sed 's/^/| /' conftest.$ac_ext >&5
15835
15836ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
15837 if test $ac_lo -le $ac_mid; then
15838 ac_lo= ac_hi=
15839 break
15840 fi
15841 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 15842fi
ac1cb8d3 15843rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15844 done
15845else
15846 echo "$as_me: failed program was:" >&5
15847sed 's/^/| /' conftest.$ac_ext >&5
15848
15849cat >conftest.$ac_ext <<_ACEOF
15850/* confdefs.h. */
15851_ACEOF
15852cat confdefs.h >>conftest.$ac_ext
15853cat >>conftest.$ac_ext <<_ACEOF
15854/* end confdefs.h. */
15855$ac_includes_default
15856int
15857main ()
15858{
15859static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15860test_array [0] = 0
15861
15862 ;
15863 return 0;
15864}
15865_ACEOF
15866rm -f conftest.$ac_objext
15867if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15868 (eval $ac_compile) 2>conftest.er1
a848cd7e 15869 ac_status=$?
ac1cb8d3
VS
15870 grep -v '^ *+' conftest.er1 >conftest.err
15871 rm -f conftest.er1
15872 cat conftest.err >&5
a848cd7e
SC
15873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15874 (exit $ac_status); } &&
6ebeb4c7 15875 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15877 (eval $ac_try) 2>&5
15878 ac_status=$?
15879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15880 (exit $ac_status); }; } &&
15881 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15883 (eval $ac_try) 2>&5
15884 ac_status=$?
15885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15886 (exit $ac_status); }; }; then
15887 ac_hi=-1 ac_mid=-1
15888 while :; do
15889 cat >conftest.$ac_ext <<_ACEOF
15890/* confdefs.h. */
15891_ACEOF
15892cat confdefs.h >>conftest.$ac_ext
15893cat >>conftest.$ac_ext <<_ACEOF
15894/* end confdefs.h. */
15895$ac_includes_default
15896int
15897main ()
15898{
15899static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15900test_array [0] = 0
15901
15902 ;
15903 return 0;
15904}
15905_ACEOF
15906rm -f conftest.$ac_objext
15907if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 15908 (eval $ac_compile) 2>conftest.er1
a848cd7e 15909 ac_status=$?
ac1cb8d3
VS
15910 grep -v '^ *+' conftest.er1 >conftest.err
15911 rm -f conftest.er1
15912 cat conftest.err >&5
a848cd7e
SC
15913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15914 (exit $ac_status); } &&
6ebeb4c7 15915 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
15916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15917 (eval $ac_try) 2>&5
15918 ac_status=$?
15919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15920 (exit $ac_status); }; } &&
15921 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
15922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15923 (eval $ac_try) 2>&5
15924 ac_status=$?
15925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15926 (exit $ac_status); }; }; then
15927 ac_lo=$ac_mid; break
15928else
15929 echo "$as_me: failed program was:" >&5
15930sed 's/^/| /' conftest.$ac_ext >&5
15931
15932ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
15933 if test $ac_mid -le $ac_hi; then
15934 ac_lo= ac_hi=
15935 break
15936 fi
15937 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 15938fi
ac1cb8d3 15939rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15940 done
15941else
15942 echo "$as_me: failed program was:" >&5
15943sed 's/^/| /' conftest.$ac_ext >&5
15944
15945ac_lo= ac_hi=
15946fi
ac1cb8d3 15947rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 15948fi
ac1cb8d3 15949rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15950# Binary search between lo and hi bounds.
15951while test "x$ac_lo" != "x$ac_hi"; do
15952 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
15992else
15993 echo "$as_me: failed program was:" >&5
15994sed 's/^/| /' conftest.$ac_ext >&5
15995
15996ac_lo=`expr '(' $ac_mid ')' + 1`
15997fi
ac1cb8d3 15998rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
15999done
16000case $ac_lo in
16001?*) ac_cv_sizeof_char=$ac_lo;;
16002'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16003See \`config.log' for more details." >&5
16004echo "$as_me: error: cannot compute sizeof (char), 77
16005See \`config.log' for more details." >&2;}
16006 { (exit 1); exit 1; }; } ;;
16007esac
16008else
16009 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
16010 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16011echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
16012 { (exit 1); exit 1; }; }
16013else
16014 cat >conftest.$ac_ext <<_ACEOF
16015/* confdefs.h. */
16016_ACEOF
16017cat confdefs.h >>conftest.$ac_ext
16018cat >>conftest.$ac_ext <<_ACEOF
16019/* end confdefs.h. */
16020$ac_includes_default
16021long longval () { return (long) (sizeof (char)); }
16022unsigned long ulongval () { return (long) (sizeof (char)); }
16023#include <stdio.h>
16024#include <stdlib.h>
16025int
16026main ()
16027{
16028
16029 FILE *f = fopen ("conftest.val", "w");
16030 if (! f)
16031 exit (1);
16032 if (((long) (sizeof (char))) < 0)
16033 {
16034 long i = longval ();
16035 if (i != ((long) (sizeof (char))))
16036 exit (1);
16037 fprintf (f, "%ld\n", i);
16038 }
16039 else
16040 {
16041 unsigned long i = ulongval ();
16042 if (i != ((long) (sizeof (char))))
16043 exit (1);
16044 fprintf (f, "%lu\n", i);
16045 }
16046 exit (ferror (f) || fclose (f) != 0);
16047
16048 ;
16049 return 0;
16050}
16051_ACEOF
16052rm -f conftest$ac_exeext
16053if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16054 (eval $ac_link) 2>&5
16055 ac_status=$?
16056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16057 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16059 (eval $ac_try) 2>&5
16060 ac_status=$?
16061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16062 (exit $ac_status); }; }; then
16063 ac_cv_sizeof_char=`cat conftest.val`
16064else
16065 echo "$as_me: program exited with status $ac_status" >&5
16066echo "$as_me: failed program was:" >&5
16067sed 's/^/| /' conftest.$ac_ext >&5
16068
16069( exit $ac_status )
16070{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16071See \`config.log' for more details." >&5
16072echo "$as_me: error: cannot compute sizeof (char), 77
16073See \`config.log' for more details." >&2;}
16074 { (exit 1); exit 1; }; }
16075fi
ac1cb8d3 16076rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16077fi
16078fi
16079rm -f conftest.val
16080else
16081 ac_cv_sizeof_char=0
16082fi
16083fi
16084echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
16085echo "${ECHO_T}$ac_cv_sizeof_char" >&6
16086cat >>confdefs.h <<_ACEOF
16087#define SIZEOF_CHAR $ac_cv_sizeof_char
16088_ACEOF
16089
16090
16091echo "$as_me:$LINENO: checking for short" >&5
16092echo $ECHO_N "checking for short... $ECHO_C" >&6
16093if test "${ac_cv_type_short+set}" = set; then
16094 echo $ECHO_N "(cached) $ECHO_C" >&6
16095else
16096 cat >conftest.$ac_ext <<_ACEOF
16097/* confdefs.h. */
16098_ACEOF
16099cat confdefs.h >>conftest.$ac_ext
16100cat >>conftest.$ac_ext <<_ACEOF
16101/* end confdefs.h. */
16102$ac_includes_default
16103int
16104main ()
16105{
16106if ((short *) 0)
16107 return 0;
16108if (sizeof (short))
16109 return 0;
16110 ;
16111 return 0;
16112}
16113_ACEOF
16114rm -f conftest.$ac_objext
16115if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16116 (eval $ac_compile) 2>conftest.er1
a848cd7e 16117 ac_status=$?
ac1cb8d3
VS
16118 grep -v '^ *+' conftest.er1 >conftest.err
16119 rm -f conftest.er1
16120 cat conftest.err >&5
a848cd7e
SC
16121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16122 (exit $ac_status); } &&
6ebeb4c7 16123 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16125 (eval $ac_try) 2>&5
16126 ac_status=$?
16127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16128 (exit $ac_status); }; } &&
16129 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16131 (eval $ac_try) 2>&5
16132 ac_status=$?
16133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16134 (exit $ac_status); }; }; then
16135 ac_cv_type_short=yes
16136else
16137 echo "$as_me: failed program was:" >&5
16138sed 's/^/| /' conftest.$ac_ext >&5
16139
16140ac_cv_type_short=no
16141fi
ac1cb8d3 16142rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16143fi
16144echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
16145echo "${ECHO_T}$ac_cv_type_short" >&6
16146
16147echo "$as_me:$LINENO: checking size of short" >&5
16148echo $ECHO_N "checking size of short... $ECHO_C" >&6
16149if test "${ac_cv_sizeof_short+set}" = set; then
16150 echo $ECHO_N "(cached) $ECHO_C" >&6
16151else
16152 if test "$ac_cv_type_short" = yes; then
16153 # The cast to unsigned long works around a bug in the HP C Compiler
16154 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16155 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16156 # This bug is HP SR number 8606223364.
16157 if test "$cross_compiling" = yes; then
16158 # Depending upon the size, compute the lo and hi bounds.
16159cat >conftest.$ac_ext <<_ACEOF
16160/* confdefs.h. */
16161_ACEOF
16162cat confdefs.h >>conftest.$ac_ext
16163cat >>conftest.$ac_ext <<_ACEOF
16164/* end confdefs.h. */
16165$ac_includes_default
16166int
16167main ()
16168{
16169static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
16170test_array [0] = 0
16171
16172 ;
16173 return 0;
16174}
16175_ACEOF
16176rm -f conftest.$ac_objext
16177if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16178 (eval $ac_compile) 2>conftest.er1
a848cd7e 16179 ac_status=$?
ac1cb8d3
VS
16180 grep -v '^ *+' conftest.er1 >conftest.err
16181 rm -f conftest.er1
16182 cat conftest.err >&5
a848cd7e
SC
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } &&
6ebeb4c7 16185 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16187 (eval $ac_try) 2>&5
16188 ac_status=$?
16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); }; } &&
16191 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16193 (eval $ac_try) 2>&5
16194 ac_status=$?
16195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16196 (exit $ac_status); }; }; then
16197 ac_lo=0 ac_mid=0
16198 while :; do
16199 cat >conftest.$ac_ext <<_ACEOF
16200/* confdefs.h. */
16201_ACEOF
16202cat confdefs.h >>conftest.$ac_ext
16203cat >>conftest.$ac_ext <<_ACEOF
16204/* end confdefs.h. */
16205$ac_includes_default
16206int
16207main ()
16208{
16209static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16210test_array [0] = 0
16211
16212 ;
16213 return 0;
16214}
16215_ACEOF
16216rm -f conftest.$ac_objext
16217if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16218 (eval $ac_compile) 2>conftest.er1
a848cd7e 16219 ac_status=$?
ac1cb8d3
VS
16220 grep -v '^ *+' conftest.er1 >conftest.err
16221 rm -f conftest.er1
16222 cat conftest.err >&5
a848cd7e
SC
16223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16224 (exit $ac_status); } &&
6ebeb4c7 16225 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16227 (eval $ac_try) 2>&5
16228 ac_status=$?
16229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16230 (exit $ac_status); }; } &&
16231 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16233 (eval $ac_try) 2>&5
16234 ac_status=$?
16235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16236 (exit $ac_status); }; }; then
16237 ac_hi=$ac_mid; break
16238else
16239 echo "$as_me: failed program was:" >&5
16240sed 's/^/| /' conftest.$ac_ext >&5
16241
16242ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
16243 if test $ac_lo -le $ac_mid; then
16244 ac_lo= ac_hi=
16245 break
16246 fi
16247 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16248fi
ac1cb8d3 16249rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16250 done
16251else
16252 echo "$as_me: failed program was:" >&5
16253sed 's/^/| /' conftest.$ac_ext >&5
16254
16255cat >conftest.$ac_ext <<_ACEOF
16256/* confdefs.h. */
16257_ACEOF
16258cat confdefs.h >>conftest.$ac_ext
16259cat >>conftest.$ac_ext <<_ACEOF
16260/* end confdefs.h. */
16261$ac_includes_default
16262int
16263main ()
16264{
16265static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
16266test_array [0] = 0
16267
16268 ;
16269 return 0;
16270}
16271_ACEOF
16272rm -f conftest.$ac_objext
16273if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16274 (eval $ac_compile) 2>conftest.er1
a848cd7e 16275 ac_status=$?
ac1cb8d3
VS
16276 grep -v '^ *+' conftest.er1 >conftest.err
16277 rm -f conftest.er1
16278 cat conftest.err >&5
a848cd7e
SC
16279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16280 (exit $ac_status); } &&
6ebeb4c7 16281 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16283 (eval $ac_try) 2>&5
16284 ac_status=$?
16285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16286 (exit $ac_status); }; } &&
16287 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16289 (eval $ac_try) 2>&5
16290 ac_status=$?
16291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16292 (exit $ac_status); }; }; then
16293 ac_hi=-1 ac_mid=-1
16294 while :; do
16295 cat >conftest.$ac_ext <<_ACEOF
16296/* confdefs.h. */
16297_ACEOF
16298cat confdefs.h >>conftest.$ac_ext
16299cat >>conftest.$ac_ext <<_ACEOF
16300/* end confdefs.h. */
16301$ac_includes_default
16302int
16303main ()
16304{
16305static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16306test_array [0] = 0
16307
16308 ;
16309 return 0;
16310}
16311_ACEOF
16312rm -f conftest.$ac_objext
16313if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16314 (eval $ac_compile) 2>conftest.er1
a848cd7e 16315 ac_status=$?
ac1cb8d3
VS
16316 grep -v '^ *+' conftest.er1 >conftest.err
16317 rm -f conftest.er1
16318 cat conftest.err >&5
a848cd7e
SC
16319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16320 (exit $ac_status); } &&
6ebeb4c7 16321 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16323 (eval $ac_try) 2>&5
16324 ac_status=$?
16325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16326 (exit $ac_status); }; } &&
16327 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16329 (eval $ac_try) 2>&5
16330 ac_status=$?
16331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16332 (exit $ac_status); }; }; then
16333 ac_lo=$ac_mid; break
16334else
16335 echo "$as_me: failed program was:" >&5
16336sed 's/^/| /' conftest.$ac_ext >&5
16337
16338ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16339 if test $ac_mid -le $ac_hi; then
16340 ac_lo= ac_hi=
16341 break
16342 fi
16343 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16344fi
ac1cb8d3 16345rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16346 done
16347else
16348 echo "$as_me: failed program was:" >&5
16349sed 's/^/| /' conftest.$ac_ext >&5
16350
16351ac_lo= ac_hi=
16352fi
ac1cb8d3 16353rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16354fi
ac1cb8d3 16355rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16356# Binary search between lo and hi bounds.
16357while test "x$ac_lo" != "x$ac_hi"; do
16358 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
16398else
16399 echo "$as_me: failed program was:" >&5
16400sed 's/^/| /' conftest.$ac_ext >&5
16401
16402ac_lo=`expr '(' $ac_mid ')' + 1`
16403fi
ac1cb8d3 16404rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16405done
16406case $ac_lo in
16407?*) ac_cv_sizeof_short=$ac_lo;;
16408'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16409See \`config.log' for more details." >&5
16410echo "$as_me: error: cannot compute sizeof (short), 77
16411See \`config.log' for more details." >&2;}
16412 { (exit 1); exit 1; }; } ;;
16413esac
16414else
16415 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
16416 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16417echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
16418 { (exit 1); exit 1; }; }
16419else
16420 cat >conftest.$ac_ext <<_ACEOF
16421/* confdefs.h. */
16422_ACEOF
16423cat confdefs.h >>conftest.$ac_ext
16424cat >>conftest.$ac_ext <<_ACEOF
16425/* end confdefs.h. */
16426$ac_includes_default
16427long longval () { return (long) (sizeof (short)); }
16428unsigned long ulongval () { return (long) (sizeof (short)); }
16429#include <stdio.h>
16430#include <stdlib.h>
16431int
16432main ()
16433{
16434
16435 FILE *f = fopen ("conftest.val", "w");
16436 if (! f)
16437 exit (1);
16438 if (((long) (sizeof (short))) < 0)
16439 {
16440 long i = longval ();
16441 if (i != ((long) (sizeof (short))))
16442 exit (1);
16443 fprintf (f, "%ld\n", i);
16444 }
16445 else
16446 {
16447 unsigned long i = ulongval ();
16448 if (i != ((long) (sizeof (short))))
16449 exit (1);
16450 fprintf (f, "%lu\n", i);
16451 }
16452 exit (ferror (f) || fclose (f) != 0);
16453
16454 ;
16455 return 0;
16456}
16457_ACEOF
16458rm -f conftest$ac_exeext
16459if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16460 (eval $ac_link) 2>&5
16461 ac_status=$?
16462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16463 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16465 (eval $ac_try) 2>&5
16466 ac_status=$?
16467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16468 (exit $ac_status); }; }; then
16469 ac_cv_sizeof_short=`cat conftest.val`
16470else
16471 echo "$as_me: program exited with status $ac_status" >&5
16472echo "$as_me: failed program was:" >&5
16473sed 's/^/| /' conftest.$ac_ext >&5
16474
16475( exit $ac_status )
16476{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16477See \`config.log' for more details." >&5
16478echo "$as_me: error: cannot compute sizeof (short), 77
16479See \`config.log' for more details." >&2;}
16480 { (exit 1); exit 1; }; }
16481fi
ac1cb8d3 16482rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16483fi
16484fi
16485rm -f conftest.val
16486else
16487 ac_cv_sizeof_short=0
16488fi
16489fi
16490echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16491echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16492cat >>confdefs.h <<_ACEOF
16493#define SIZEOF_SHORT $ac_cv_sizeof_short
16494_ACEOF
16495
16496
16497echo "$as_me:$LINENO: checking for void *" >&5
16498echo $ECHO_N "checking for void *... $ECHO_C" >&6
16499if test "${ac_cv_type_void_p+set}" = set; then
16500 echo $ECHO_N "(cached) $ECHO_C" >&6
16501else
16502 cat >conftest.$ac_ext <<_ACEOF
16503/* confdefs.h. */
16504_ACEOF
16505cat confdefs.h >>conftest.$ac_ext
16506cat >>conftest.$ac_ext <<_ACEOF
16507/* end confdefs.h. */
16508$ac_includes_default
16509int
16510main ()
16511{
16512if ((void * *) 0)
16513 return 0;
16514if (sizeof (void *))
16515 return 0;
16516 ;
16517 return 0;
16518}
16519_ACEOF
16520rm -f conftest.$ac_objext
16521if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16522 (eval $ac_compile) 2>conftest.er1
a848cd7e 16523 ac_status=$?
ac1cb8d3
VS
16524 grep -v '^ *+' conftest.er1 >conftest.err
16525 rm -f conftest.er1
16526 cat conftest.err >&5
a848cd7e
SC
16527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16528 (exit $ac_status); } &&
6ebeb4c7 16529 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16531 (eval $ac_try) 2>&5
16532 ac_status=$?
16533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16534 (exit $ac_status); }; } &&
16535 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16537 (eval $ac_try) 2>&5
16538 ac_status=$?
16539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16540 (exit $ac_status); }; }; then
16541 ac_cv_type_void_p=yes
16542else
16543 echo "$as_me: failed program was:" >&5
16544sed 's/^/| /' conftest.$ac_ext >&5
16545
16546ac_cv_type_void_p=no
16547fi
ac1cb8d3 16548rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16549fi
16550echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16551echo "${ECHO_T}$ac_cv_type_void_p" >&6
16552
16553echo "$as_me:$LINENO: checking size of void *" >&5
16554echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16555if test "${ac_cv_sizeof_void_p+set}" = set; then
16556 echo $ECHO_N "(cached) $ECHO_C" >&6
16557else
16558 if test "$ac_cv_type_void_p" = yes; then
16559 # The cast to unsigned long works around a bug in the HP C Compiler
16560 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16561 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16562 # This bug is HP SR number 8606223364.
16563 if test "$cross_compiling" = yes; then
16564 # Depending upon the size, compute the lo and hi bounds.
16565cat >conftest.$ac_ext <<_ACEOF
16566/* confdefs.h. */
16567_ACEOF
16568cat confdefs.h >>conftest.$ac_ext
16569cat >>conftest.$ac_ext <<_ACEOF
16570/* end confdefs.h. */
16571$ac_includes_default
16572int
16573main ()
16574{
16575static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16576test_array [0] = 0
16577
16578 ;
16579 return 0;
16580}
16581_ACEOF
16582rm -f conftest.$ac_objext
16583if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16584 (eval $ac_compile) 2>conftest.er1
a848cd7e 16585 ac_status=$?
ac1cb8d3
VS
16586 grep -v '^ *+' conftest.er1 >conftest.err
16587 rm -f conftest.er1
16588 cat conftest.err >&5
a848cd7e
SC
16589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16590 (exit $ac_status); } &&
6ebeb4c7 16591 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16593 (eval $ac_try) 2>&5
16594 ac_status=$?
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); }; } &&
16597 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16599 (eval $ac_try) 2>&5
16600 ac_status=$?
16601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16602 (exit $ac_status); }; }; then
16603 ac_lo=0 ac_mid=0
16604 while :; do
16605 cat >conftest.$ac_ext <<_ACEOF
16606/* confdefs.h. */
16607_ACEOF
16608cat confdefs.h >>conftest.$ac_ext
16609cat >>conftest.$ac_ext <<_ACEOF
16610/* end confdefs.h. */
16611$ac_includes_default
16612int
16613main ()
16614{
16615static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16616test_array [0] = 0
16617
16618 ;
16619 return 0;
16620}
16621_ACEOF
16622rm -f conftest.$ac_objext
16623if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16624 (eval $ac_compile) 2>conftest.er1
a848cd7e 16625 ac_status=$?
ac1cb8d3
VS
16626 grep -v '^ *+' conftest.er1 >conftest.err
16627 rm -f conftest.er1
16628 cat conftest.err >&5
a848cd7e
SC
16629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16630 (exit $ac_status); } &&
6ebeb4c7 16631 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16633 (eval $ac_try) 2>&5
16634 ac_status=$?
16635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16636 (exit $ac_status); }; } &&
16637 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16639 (eval $ac_try) 2>&5
16640 ac_status=$?
16641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16642 (exit $ac_status); }; }; then
16643 ac_hi=$ac_mid; break
16644else
16645 echo "$as_me: failed program was:" >&5
16646sed 's/^/| /' conftest.$ac_ext >&5
16647
16648ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
16649 if test $ac_lo -le $ac_mid; then
16650 ac_lo= ac_hi=
16651 break
16652 fi
16653 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 16654fi
ac1cb8d3 16655rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16656 done
16657else
16658 echo "$as_me: failed program was:" >&5
16659sed 's/^/| /' conftest.$ac_ext >&5
16660
16661cat >conftest.$ac_ext <<_ACEOF
16662/* confdefs.h. */
16663_ACEOF
16664cat confdefs.h >>conftest.$ac_ext
16665cat >>conftest.$ac_ext <<_ACEOF
16666/* end confdefs.h. */
16667$ac_includes_default
16668int
16669main ()
16670{
16671static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16672test_array [0] = 0
16673
16674 ;
16675 return 0;
16676}
16677_ACEOF
16678rm -f conftest.$ac_objext
16679if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16680 (eval $ac_compile) 2>conftest.er1
a848cd7e 16681 ac_status=$?
ac1cb8d3
VS
16682 grep -v '^ *+' conftest.er1 >conftest.err
16683 rm -f conftest.er1
16684 cat conftest.err >&5
a848cd7e
SC
16685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16686 (exit $ac_status); } &&
6ebeb4c7 16687 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16689 (eval $ac_try) 2>&5
16690 ac_status=$?
16691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16692 (exit $ac_status); }; } &&
16693 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16695 (eval $ac_try) 2>&5
16696 ac_status=$?
16697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16698 (exit $ac_status); }; }; then
16699 ac_hi=-1 ac_mid=-1
16700 while :; do
16701 cat >conftest.$ac_ext <<_ACEOF
16702/* confdefs.h. */
16703_ACEOF
16704cat confdefs.h >>conftest.$ac_ext
16705cat >>conftest.$ac_ext <<_ACEOF
16706/* end confdefs.h. */
16707$ac_includes_default
16708int
16709main ()
16710{
16711static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16712test_array [0] = 0
16713
16714 ;
16715 return 0;
16716}
16717_ACEOF
16718rm -f conftest.$ac_objext
16719if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16720 (eval $ac_compile) 2>conftest.er1
a848cd7e 16721 ac_status=$?
ac1cb8d3
VS
16722 grep -v '^ *+' conftest.er1 >conftest.err
16723 rm -f conftest.er1
16724 cat conftest.err >&5
a848cd7e
SC
16725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16726 (exit $ac_status); } &&
6ebeb4c7 16727 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16729 (eval $ac_try) 2>&5
16730 ac_status=$?
16731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16732 (exit $ac_status); }; } &&
16733 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16735 (eval $ac_try) 2>&5
16736 ac_status=$?
16737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16738 (exit $ac_status); }; }; then
16739 ac_lo=$ac_mid; break
16740else
16741 echo "$as_me: failed program was:" >&5
16742sed 's/^/| /' conftest.$ac_ext >&5
16743
16744ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
16745 if test $ac_mid -le $ac_hi; then
16746 ac_lo= ac_hi=
16747 break
16748 fi
16749 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 16750fi
ac1cb8d3 16751rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16752 done
16753else
16754 echo "$as_me: failed program was:" >&5
16755sed 's/^/| /' conftest.$ac_ext >&5
16756
16757ac_lo= ac_hi=
16758fi
ac1cb8d3 16759rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 16760fi
ac1cb8d3 16761rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16762# Binary search between lo and hi bounds.
16763while test "x$ac_lo" != "x$ac_hi"; do
16764 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
16804else
16805 echo "$as_me: failed program was:" >&5
16806sed 's/^/| /' conftest.$ac_ext >&5
16807
16808ac_lo=`expr '(' $ac_mid ')' + 1`
16809fi
ac1cb8d3 16810rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16811done
16812case $ac_lo in
16813?*) ac_cv_sizeof_void_p=$ac_lo;;
16814'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16815See \`config.log' for more details." >&5
16816echo "$as_me: error: cannot compute sizeof (void *), 77
16817See \`config.log' for more details." >&2;}
16818 { (exit 1); exit 1; }; } ;;
16819esac
16820else
16821 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
16822 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16823echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
16824 { (exit 1); exit 1; }; }
16825else
16826 cat >conftest.$ac_ext <<_ACEOF
16827/* confdefs.h. */
16828_ACEOF
16829cat confdefs.h >>conftest.$ac_ext
16830cat >>conftest.$ac_ext <<_ACEOF
16831/* end confdefs.h. */
16832$ac_includes_default
16833long longval () { return (long) (sizeof (void *)); }
16834unsigned long ulongval () { return (long) (sizeof (void *)); }
16835#include <stdio.h>
16836#include <stdlib.h>
16837int
16838main ()
16839{
16840
16841 FILE *f = fopen ("conftest.val", "w");
16842 if (! f)
16843 exit (1);
16844 if (((long) (sizeof (void *))) < 0)
16845 {
16846 long i = longval ();
16847 if (i != ((long) (sizeof (void *))))
16848 exit (1);
16849 fprintf (f, "%ld\n", i);
16850 }
16851 else
16852 {
16853 unsigned long i = ulongval ();
16854 if (i != ((long) (sizeof (void *))))
16855 exit (1);
16856 fprintf (f, "%lu\n", i);
16857 }
16858 exit (ferror (f) || fclose (f) != 0);
16859
16860 ;
16861 return 0;
16862}
16863_ACEOF
16864rm -f conftest$ac_exeext
16865if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16866 (eval $ac_link) 2>&5
16867 ac_status=$?
16868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16869 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16871 (eval $ac_try) 2>&5
16872 ac_status=$?
16873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16874 (exit $ac_status); }; }; then
16875 ac_cv_sizeof_void_p=`cat conftest.val`
16876else
16877 echo "$as_me: program exited with status $ac_status" >&5
16878echo "$as_me: failed program was:" >&5
16879sed 's/^/| /' conftest.$ac_ext >&5
16880
16881( exit $ac_status )
16882{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16883See \`config.log' for more details." >&5
16884echo "$as_me: error: cannot compute sizeof (void *), 77
16885See \`config.log' for more details." >&2;}
16886 { (exit 1); exit 1; }; }
16887fi
ac1cb8d3 16888rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16889fi
16890fi
16891rm -f conftest.val
16892else
16893 ac_cv_sizeof_void_p=0
16894fi
16895fi
16896echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16897echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16898cat >>confdefs.h <<_ACEOF
16899#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16900_ACEOF
16901
16902
16903echo "$as_me:$LINENO: checking for int" >&5
16904echo $ECHO_N "checking for int... $ECHO_C" >&6
16905if test "${ac_cv_type_int+set}" = set; then
16906 echo $ECHO_N "(cached) $ECHO_C" >&6
16907else
16908 cat >conftest.$ac_ext <<_ACEOF
16909/* confdefs.h. */
16910_ACEOF
16911cat confdefs.h >>conftest.$ac_ext
16912cat >>conftest.$ac_ext <<_ACEOF
16913/* end confdefs.h. */
16914$ac_includes_default
16915int
16916main ()
16917{
16918if ((int *) 0)
16919 return 0;
16920if (sizeof (int))
16921 return 0;
16922 ;
16923 return 0;
16924}
16925_ACEOF
16926rm -f conftest.$ac_objext
16927if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16928 (eval $ac_compile) 2>conftest.er1
a848cd7e 16929 ac_status=$?
ac1cb8d3
VS
16930 grep -v '^ *+' conftest.er1 >conftest.err
16931 rm -f conftest.er1
16932 cat conftest.err >&5
a848cd7e
SC
16933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16934 (exit $ac_status); } &&
6ebeb4c7 16935 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16937 (eval $ac_try) 2>&5
16938 ac_status=$?
16939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16940 (exit $ac_status); }; } &&
16941 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
16942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16943 (eval $ac_try) 2>&5
16944 ac_status=$?
16945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16946 (exit $ac_status); }; }; then
16947 ac_cv_type_int=yes
16948else
16949 echo "$as_me: failed program was:" >&5
16950sed 's/^/| /' conftest.$ac_ext >&5
16951
16952ac_cv_type_int=no
16953fi
ac1cb8d3 16954rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
16955fi
16956echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
16957echo "${ECHO_T}$ac_cv_type_int" >&6
16958
16959echo "$as_me:$LINENO: checking size of int" >&5
16960echo $ECHO_N "checking size of int... $ECHO_C" >&6
16961if test "${ac_cv_sizeof_int+set}" = set; then
16962 echo $ECHO_N "(cached) $ECHO_C" >&6
16963else
16964 if test "$ac_cv_type_int" = yes; then
16965 # The cast to unsigned long works around a bug in the HP C Compiler
16966 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16967 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16968 # This bug is HP SR number 8606223364.
16969 if test "$cross_compiling" = yes; then
16970 # Depending upon the size, compute the lo and hi bounds.
16971cat >conftest.$ac_ext <<_ACEOF
16972/* confdefs.h. */
16973_ACEOF
16974cat confdefs.h >>conftest.$ac_ext
16975cat >>conftest.$ac_ext <<_ACEOF
16976/* end confdefs.h. */
16977$ac_includes_default
16978int
16979main ()
16980{
16981static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
16982test_array [0] = 0
16983
16984 ;
16985 return 0;
16986}
16987_ACEOF
16988rm -f conftest.$ac_objext
16989if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 16990 (eval $ac_compile) 2>conftest.er1
a848cd7e 16991 ac_status=$?
ac1cb8d3
VS
16992 grep -v '^ *+' conftest.er1 >conftest.err
16993 rm -f conftest.er1
16994 cat conftest.err >&5
a848cd7e
SC
16995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16996 (exit $ac_status); } &&
6ebeb4c7 16997 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
16998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16999 (eval $ac_try) 2>&5
17000 ac_status=$?
17001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17002 (exit $ac_status); }; } &&
17003 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17005 (eval $ac_try) 2>&5
17006 ac_status=$?
17007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17008 (exit $ac_status); }; }; then
17009 ac_lo=0 ac_mid=0
17010 while :; do
17011 cat >conftest.$ac_ext <<_ACEOF
17012/* confdefs.h. */
17013_ACEOF
17014cat confdefs.h >>conftest.$ac_ext
17015cat >>conftest.$ac_ext <<_ACEOF
17016/* end confdefs.h. */
17017$ac_includes_default
17018int
17019main ()
17020{
17021static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17022test_array [0] = 0
17023
17024 ;
17025 return 0;
17026}
17027_ACEOF
17028rm -f conftest.$ac_objext
17029if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17030 (eval $ac_compile) 2>conftest.er1
a848cd7e 17031 ac_status=$?
ac1cb8d3
VS
17032 grep -v '^ *+' conftest.er1 >conftest.err
17033 rm -f conftest.er1
17034 cat conftest.err >&5
a848cd7e
SC
17035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17036 (exit $ac_status); } &&
6ebeb4c7 17037 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17039 (eval $ac_try) 2>&5
17040 ac_status=$?
17041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17042 (exit $ac_status); }; } &&
17043 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17045 (eval $ac_try) 2>&5
17046 ac_status=$?
17047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17048 (exit $ac_status); }; }; then
17049 ac_hi=$ac_mid; break
17050else
17051 echo "$as_me: failed program was:" >&5
17052sed 's/^/| /' conftest.$ac_ext >&5
17053
17054ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17055 if test $ac_lo -le $ac_mid; then
17056 ac_lo= ac_hi=
17057 break
17058 fi
17059 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17060fi
ac1cb8d3 17061rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17062 done
17063else
17064 echo "$as_me: failed program was:" >&5
17065sed 's/^/| /' conftest.$ac_ext >&5
17066
17067cat >conftest.$ac_ext <<_ACEOF
17068/* confdefs.h. */
17069_ACEOF
17070cat confdefs.h >>conftest.$ac_ext
17071cat >>conftest.$ac_ext <<_ACEOF
17072/* end confdefs.h. */
17073$ac_includes_default
17074int
17075main ()
17076{
17077static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
17078test_array [0] = 0
17079
17080 ;
17081 return 0;
17082}
17083_ACEOF
17084rm -f conftest.$ac_objext
17085if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17086 (eval $ac_compile) 2>conftest.er1
a848cd7e 17087 ac_status=$?
ac1cb8d3
VS
17088 grep -v '^ *+' conftest.er1 >conftest.err
17089 rm -f conftest.er1
17090 cat conftest.err >&5
a848cd7e
SC
17091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17092 (exit $ac_status); } &&
6ebeb4c7 17093 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17095 (eval $ac_try) 2>&5
17096 ac_status=$?
17097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17098 (exit $ac_status); }; } &&
17099 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17101 (eval $ac_try) 2>&5
17102 ac_status=$?
17103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17104 (exit $ac_status); }; }; then
17105 ac_hi=-1 ac_mid=-1
17106 while :; do
17107 cat >conftest.$ac_ext <<_ACEOF
17108/* confdefs.h. */
17109_ACEOF
17110cat confdefs.h >>conftest.$ac_ext
17111cat >>conftest.$ac_ext <<_ACEOF
17112/* end confdefs.h. */
17113$ac_includes_default
17114int
17115main ()
17116{
17117static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
17118test_array [0] = 0
17119
17120 ;
17121 return 0;
17122}
17123_ACEOF
17124rm -f conftest.$ac_objext
17125if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17126 (eval $ac_compile) 2>conftest.er1
a848cd7e 17127 ac_status=$?
ac1cb8d3
VS
17128 grep -v '^ *+' conftest.er1 >conftest.err
17129 rm -f conftest.er1
17130 cat conftest.err >&5
a848cd7e
SC
17131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17132 (exit $ac_status); } &&
6ebeb4c7 17133 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17135 (eval $ac_try) 2>&5
17136 ac_status=$?
17137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17138 (exit $ac_status); }; } &&
17139 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17141 (eval $ac_try) 2>&5
17142 ac_status=$?
17143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17144 (exit $ac_status); }; }; then
17145 ac_lo=$ac_mid; break
17146else
17147 echo "$as_me: failed program was:" >&5
17148sed 's/^/| /' conftest.$ac_ext >&5
17149
17150ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17151 if test $ac_mid -le $ac_hi; then
17152 ac_lo= ac_hi=
17153 break
17154 fi
17155 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17156fi
ac1cb8d3 17157rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17158 done
17159else
17160 echo "$as_me: failed program was:" >&5
17161sed 's/^/| /' conftest.$ac_ext >&5
17162
17163ac_lo= ac_hi=
17164fi
ac1cb8d3 17165rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17166fi
ac1cb8d3 17167rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17168# Binary search between lo and hi bounds.
17169while test "x$ac_lo" != "x$ac_hi"; do
17170 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
17210else
17211 echo "$as_me: failed program was:" >&5
17212sed 's/^/| /' conftest.$ac_ext >&5
17213
17214ac_lo=`expr '(' $ac_mid ')' + 1`
17215fi
ac1cb8d3 17216rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17217done
17218case $ac_lo in
17219?*) ac_cv_sizeof_int=$ac_lo;;
17220'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17221See \`config.log' for more details." >&5
17222echo "$as_me: error: cannot compute sizeof (int), 77
17223See \`config.log' for more details." >&2;}
17224 { (exit 1); exit 1; }; } ;;
17225esac
17226else
17227 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
17228 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17229echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
17230 { (exit 1); exit 1; }; }
17231else
17232 cat >conftest.$ac_ext <<_ACEOF
17233/* confdefs.h. */
17234_ACEOF
17235cat confdefs.h >>conftest.$ac_ext
17236cat >>conftest.$ac_ext <<_ACEOF
17237/* end confdefs.h. */
17238$ac_includes_default
17239long longval () { return (long) (sizeof (int)); }
17240unsigned long ulongval () { return (long) (sizeof (int)); }
17241#include <stdio.h>
17242#include <stdlib.h>
17243int
17244main ()
17245{
17246
17247 FILE *f = fopen ("conftest.val", "w");
17248 if (! f)
17249 exit (1);
17250 if (((long) (sizeof (int))) < 0)
17251 {
17252 long i = longval ();
17253 if (i != ((long) (sizeof (int))))
17254 exit (1);
17255 fprintf (f, "%ld\n", i);
17256 }
17257 else
17258 {
17259 unsigned long i = ulongval ();
17260 if (i != ((long) (sizeof (int))))
17261 exit (1);
17262 fprintf (f, "%lu\n", i);
17263 }
17264 exit (ferror (f) || fclose (f) != 0);
17265
17266 ;
17267 return 0;
17268}
17269_ACEOF
17270rm -f conftest$ac_exeext
17271if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17272 (eval $ac_link) 2>&5
17273 ac_status=$?
17274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17275 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17277 (eval $ac_try) 2>&5
17278 ac_status=$?
17279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17280 (exit $ac_status); }; }; then
17281 ac_cv_sizeof_int=`cat conftest.val`
17282else
17283 echo "$as_me: program exited with status $ac_status" >&5
17284echo "$as_me: failed program was:" >&5
17285sed 's/^/| /' conftest.$ac_ext >&5
17286
17287( exit $ac_status )
17288{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17289See \`config.log' for more details." >&5
17290echo "$as_me: error: cannot compute sizeof (int), 77
17291See \`config.log' for more details." >&2;}
17292 { (exit 1); exit 1; }; }
17293fi
ac1cb8d3 17294rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17295fi
17296fi
17297rm -f conftest.val
17298else
17299 ac_cv_sizeof_int=0
17300fi
17301fi
17302echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17303echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17304cat >>confdefs.h <<_ACEOF
17305#define SIZEOF_INT $ac_cv_sizeof_int
17306_ACEOF
17307
17308
17309echo "$as_me:$LINENO: checking for long" >&5
17310echo $ECHO_N "checking for long... $ECHO_C" >&6
17311if test "${ac_cv_type_long+set}" = set; then
17312 echo $ECHO_N "(cached) $ECHO_C" >&6
17313else
17314 cat >conftest.$ac_ext <<_ACEOF
17315/* confdefs.h. */
17316_ACEOF
17317cat confdefs.h >>conftest.$ac_ext
17318cat >>conftest.$ac_ext <<_ACEOF
17319/* end confdefs.h. */
17320$ac_includes_default
17321int
17322main ()
17323{
17324if ((long *) 0)
17325 return 0;
17326if (sizeof (long))
17327 return 0;
17328 ;
17329 return 0;
17330}
17331_ACEOF
17332rm -f conftest.$ac_objext
17333if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17334 (eval $ac_compile) 2>conftest.er1
a848cd7e 17335 ac_status=$?
ac1cb8d3
VS
17336 grep -v '^ *+' conftest.er1 >conftest.err
17337 rm -f conftest.er1
17338 cat conftest.err >&5
a848cd7e
SC
17339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17340 (exit $ac_status); } &&
6ebeb4c7 17341 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17343 (eval $ac_try) 2>&5
17344 ac_status=$?
17345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17346 (exit $ac_status); }; } &&
17347 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17349 (eval $ac_try) 2>&5
17350 ac_status=$?
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); }; }; then
17353 ac_cv_type_long=yes
17354else
17355 echo "$as_me: failed program was:" >&5
17356sed 's/^/| /' conftest.$ac_ext >&5
17357
17358ac_cv_type_long=no
17359fi
ac1cb8d3 17360rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17361fi
17362echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17363echo "${ECHO_T}$ac_cv_type_long" >&6
17364
17365echo "$as_me:$LINENO: checking size of long" >&5
17366echo $ECHO_N "checking size of long... $ECHO_C" >&6
17367if test "${ac_cv_sizeof_long+set}" = set; then
17368 echo $ECHO_N "(cached) $ECHO_C" >&6
17369else
17370 if test "$ac_cv_type_long" = yes; then
17371 # The cast to unsigned long works around a bug in the HP C Compiler
17372 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17373 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17374 # This bug is HP SR number 8606223364.
17375 if test "$cross_compiling" = yes; then
17376 # Depending upon the size, compute the lo and hi bounds.
17377cat >conftest.$ac_ext <<_ACEOF
17378/* confdefs.h. */
17379_ACEOF
17380cat confdefs.h >>conftest.$ac_ext
17381cat >>conftest.$ac_ext <<_ACEOF
17382/* end confdefs.h. */
17383$ac_includes_default
17384int
17385main ()
17386{
17387static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17388test_array [0] = 0
17389
17390 ;
17391 return 0;
17392}
17393_ACEOF
17394rm -f conftest.$ac_objext
17395if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17396 (eval $ac_compile) 2>conftest.er1
a848cd7e 17397 ac_status=$?
ac1cb8d3
VS
17398 grep -v '^ *+' conftest.er1 >conftest.err
17399 rm -f conftest.er1
17400 cat conftest.err >&5
a848cd7e
SC
17401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17402 (exit $ac_status); } &&
6ebeb4c7 17403 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17405 (eval $ac_try) 2>&5
17406 ac_status=$?
17407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17408 (exit $ac_status); }; } &&
17409 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17411 (eval $ac_try) 2>&5
17412 ac_status=$?
17413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17414 (exit $ac_status); }; }; then
17415 ac_lo=0 ac_mid=0
17416 while :; do
17417 cat >conftest.$ac_ext <<_ACEOF
17418/* confdefs.h. */
17419_ACEOF
17420cat confdefs.h >>conftest.$ac_ext
17421cat >>conftest.$ac_ext <<_ACEOF
17422/* end confdefs.h. */
17423$ac_includes_default
17424int
17425main ()
17426{
17427static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17428test_array [0] = 0
17429
17430 ;
17431 return 0;
17432}
17433_ACEOF
17434rm -f conftest.$ac_objext
17435if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17436 (eval $ac_compile) 2>conftest.er1
a848cd7e 17437 ac_status=$?
ac1cb8d3
VS
17438 grep -v '^ *+' conftest.er1 >conftest.err
17439 rm -f conftest.er1
17440 cat conftest.err >&5
a848cd7e
SC
17441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17442 (exit $ac_status); } &&
6ebeb4c7 17443 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17445 (eval $ac_try) 2>&5
17446 ac_status=$?
17447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17448 (exit $ac_status); }; } &&
17449 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17451 (eval $ac_try) 2>&5
17452 ac_status=$?
17453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17454 (exit $ac_status); }; }; then
17455 ac_hi=$ac_mid; break
17456else
17457 echo "$as_me: failed program was:" >&5
17458sed 's/^/| /' conftest.$ac_ext >&5
17459
17460ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17461 if test $ac_lo -le $ac_mid; then
17462 ac_lo= ac_hi=
17463 break
17464 fi
17465 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17466fi
ac1cb8d3 17467rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17468 done
17469else
17470 echo "$as_me: failed program was:" >&5
17471sed 's/^/| /' conftest.$ac_ext >&5
17472
17473cat >conftest.$ac_ext <<_ACEOF
17474/* confdefs.h. */
17475_ACEOF
17476cat confdefs.h >>conftest.$ac_ext
17477cat >>conftest.$ac_ext <<_ACEOF
17478/* end confdefs.h. */
17479$ac_includes_default
17480int
17481main ()
17482{
17483static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17484test_array [0] = 0
17485
17486 ;
17487 return 0;
17488}
17489_ACEOF
17490rm -f conftest.$ac_objext
17491if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17492 (eval $ac_compile) 2>conftest.er1
a848cd7e 17493 ac_status=$?
ac1cb8d3
VS
17494 grep -v '^ *+' conftest.er1 >conftest.err
17495 rm -f conftest.er1
17496 cat conftest.err >&5
a848cd7e
SC
17497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17498 (exit $ac_status); } &&
6ebeb4c7 17499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17501 (eval $ac_try) 2>&5
17502 ac_status=$?
17503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504 (exit $ac_status); }; } &&
17505 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17507 (eval $ac_try) 2>&5
17508 ac_status=$?
17509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17510 (exit $ac_status); }; }; then
17511 ac_hi=-1 ac_mid=-1
17512 while :; do
17513 cat >conftest.$ac_ext <<_ACEOF
17514/* confdefs.h. */
17515_ACEOF
17516cat confdefs.h >>conftest.$ac_ext
17517cat >>conftest.$ac_ext <<_ACEOF
17518/* end confdefs.h. */
17519$ac_includes_default
17520int
17521main ()
17522{
17523static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17524test_array [0] = 0
17525
17526 ;
17527 return 0;
17528}
17529_ACEOF
17530rm -f conftest.$ac_objext
17531if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17532 (eval $ac_compile) 2>conftest.er1
a848cd7e 17533 ac_status=$?
ac1cb8d3
VS
17534 grep -v '^ *+' conftest.er1 >conftest.err
17535 rm -f conftest.er1
17536 cat conftest.err >&5
a848cd7e
SC
17537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17538 (exit $ac_status); } &&
6ebeb4c7 17539 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17541 (eval $ac_try) 2>&5
17542 ac_status=$?
17543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17544 (exit $ac_status); }; } &&
17545 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17547 (eval $ac_try) 2>&5
17548 ac_status=$?
17549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17550 (exit $ac_status); }; }; then
17551 ac_lo=$ac_mid; break
17552else
17553 echo "$as_me: failed program was:" >&5
17554sed 's/^/| /' conftest.$ac_ext >&5
17555
17556ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17557 if test $ac_mid -le $ac_hi; then
17558 ac_lo= ac_hi=
17559 break
17560 fi
17561 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17562fi
ac1cb8d3 17563rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17564 done
17565else
17566 echo "$as_me: failed program was:" >&5
17567sed 's/^/| /' conftest.$ac_ext >&5
17568
17569ac_lo= ac_hi=
17570fi
ac1cb8d3 17571rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17572fi
ac1cb8d3 17573rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17574# Binary search between lo and hi bounds.
17575while test "x$ac_lo" != "x$ac_hi"; do
17576 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
17616else
17617 echo "$as_me: failed program was:" >&5
17618sed 's/^/| /' conftest.$ac_ext >&5
17619
17620ac_lo=`expr '(' $ac_mid ')' + 1`
17621fi
ac1cb8d3 17622rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17623done
17624case $ac_lo in
17625?*) ac_cv_sizeof_long=$ac_lo;;
17626'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17627See \`config.log' for more details." >&5
17628echo "$as_me: error: cannot compute sizeof (long), 77
17629See \`config.log' for more details." >&2;}
17630 { (exit 1); exit 1; }; } ;;
17631esac
17632else
17633 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
17634 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17635echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
17636 { (exit 1); exit 1; }; }
17637else
17638 cat >conftest.$ac_ext <<_ACEOF
17639/* confdefs.h. */
17640_ACEOF
17641cat confdefs.h >>conftest.$ac_ext
17642cat >>conftest.$ac_ext <<_ACEOF
17643/* end confdefs.h. */
17644$ac_includes_default
17645long longval () { return (long) (sizeof (long)); }
17646unsigned long ulongval () { return (long) (sizeof (long)); }
17647#include <stdio.h>
17648#include <stdlib.h>
17649int
17650main ()
17651{
17652
17653 FILE *f = fopen ("conftest.val", "w");
17654 if (! f)
17655 exit (1);
17656 if (((long) (sizeof (long))) < 0)
17657 {
17658 long i = longval ();
17659 if (i != ((long) (sizeof (long))))
17660 exit (1);
17661 fprintf (f, "%ld\n", i);
17662 }
17663 else
17664 {
17665 unsigned long i = ulongval ();
17666 if (i != ((long) (sizeof (long))))
17667 exit (1);
17668 fprintf (f, "%lu\n", i);
17669 }
17670 exit (ferror (f) || fclose (f) != 0);
17671
17672 ;
17673 return 0;
17674}
17675_ACEOF
17676rm -f conftest$ac_exeext
17677if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17678 (eval $ac_link) 2>&5
17679 ac_status=$?
17680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17681 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17683 (eval $ac_try) 2>&5
17684 ac_status=$?
17685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17686 (exit $ac_status); }; }; then
17687 ac_cv_sizeof_long=`cat conftest.val`
17688else
17689 echo "$as_me: program exited with status $ac_status" >&5
17690echo "$as_me: failed program was:" >&5
17691sed 's/^/| /' conftest.$ac_ext >&5
17692
17693( exit $ac_status )
17694{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17695See \`config.log' for more details." >&5
17696echo "$as_me: error: cannot compute sizeof (long), 77
17697See \`config.log' for more details." >&2;}
17698 { (exit 1); exit 1; }; }
17699fi
ac1cb8d3 17700rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17701fi
17702fi
17703rm -f conftest.val
17704else
17705 ac_cv_sizeof_long=0
17706fi
17707fi
17708echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17709echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17710cat >>confdefs.h <<_ACEOF
17711#define SIZEOF_LONG $ac_cv_sizeof_long
17712_ACEOF
17713
17714
17715echo "$as_me:$LINENO: checking for size_t" >&5
17716echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17717if test "${ac_cv_type_size_t+set}" = set; then
17718 echo $ECHO_N "(cached) $ECHO_C" >&6
17719else
17720 cat >conftest.$ac_ext <<_ACEOF
17721/* confdefs.h. */
17722_ACEOF
17723cat confdefs.h >>conftest.$ac_ext
17724cat >>conftest.$ac_ext <<_ACEOF
17725/* end confdefs.h. */
17726$ac_includes_default
17727int
17728main ()
17729{
17730if ((size_t *) 0)
17731 return 0;
17732if (sizeof (size_t))
17733 return 0;
17734 ;
17735 return 0;
17736}
17737_ACEOF
17738rm -f conftest.$ac_objext
17739if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17740 (eval $ac_compile) 2>conftest.er1
a848cd7e 17741 ac_status=$?
ac1cb8d3
VS
17742 grep -v '^ *+' conftest.er1 >conftest.err
17743 rm -f conftest.er1
17744 cat conftest.err >&5
a848cd7e
SC
17745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17746 (exit $ac_status); } &&
6ebeb4c7 17747 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17749 (eval $ac_try) 2>&5
17750 ac_status=$?
17751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17752 (exit $ac_status); }; } &&
17753 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17755 (eval $ac_try) 2>&5
17756 ac_status=$?
17757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17758 (exit $ac_status); }; }; then
17759 ac_cv_type_size_t=yes
17760else
17761 echo "$as_me: failed program was:" >&5
17762sed 's/^/| /' conftest.$ac_ext >&5
17763
17764ac_cv_type_size_t=no
17765fi
ac1cb8d3 17766rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17767fi
17768echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17769echo "${ECHO_T}$ac_cv_type_size_t" >&6
17770
17771echo "$as_me:$LINENO: checking size of size_t" >&5
17772echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17773if test "${ac_cv_sizeof_size_t+set}" = set; then
17774 echo $ECHO_N "(cached) $ECHO_C" >&6
17775else
17776 if test "$ac_cv_type_size_t" = yes; then
17777 # The cast to unsigned long works around a bug in the HP C Compiler
17778 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17779 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17780 # This bug is HP SR number 8606223364.
17781 if test "$cross_compiling" = yes; then
17782 # Depending upon the size, compute the lo and hi bounds.
17783cat >conftest.$ac_ext <<_ACEOF
17784/* confdefs.h. */
17785_ACEOF
17786cat confdefs.h >>conftest.$ac_ext
17787cat >>conftest.$ac_ext <<_ACEOF
17788/* end confdefs.h. */
17789$ac_includes_default
17790int
17791main ()
17792{
17793static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17794test_array [0] = 0
17795
17796 ;
17797 return 0;
17798}
17799_ACEOF
17800rm -f conftest.$ac_objext
17801if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17802 (eval $ac_compile) 2>conftest.er1
a848cd7e 17803 ac_status=$?
ac1cb8d3
VS
17804 grep -v '^ *+' conftest.er1 >conftest.err
17805 rm -f conftest.er1
17806 cat conftest.err >&5
a848cd7e
SC
17807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17808 (exit $ac_status); } &&
6ebeb4c7 17809 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17811 (eval $ac_try) 2>&5
17812 ac_status=$?
17813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17814 (exit $ac_status); }; } &&
17815 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17817 (eval $ac_try) 2>&5
17818 ac_status=$?
17819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17820 (exit $ac_status); }; }; then
17821 ac_lo=0 ac_mid=0
17822 while :; do
17823 cat >conftest.$ac_ext <<_ACEOF
17824/* confdefs.h. */
17825_ACEOF
17826cat confdefs.h >>conftest.$ac_ext
17827cat >>conftest.$ac_ext <<_ACEOF
17828/* end confdefs.h. */
17829$ac_includes_default
17830int
17831main ()
17832{
17833static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17834test_array [0] = 0
17835
17836 ;
17837 return 0;
17838}
17839_ACEOF
17840rm -f conftest.$ac_objext
17841if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17842 (eval $ac_compile) 2>conftest.er1
a848cd7e 17843 ac_status=$?
ac1cb8d3
VS
17844 grep -v '^ *+' conftest.er1 >conftest.err
17845 rm -f conftest.er1
17846 cat conftest.err >&5
a848cd7e
SC
17847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17848 (exit $ac_status); } &&
6ebeb4c7 17849 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17851 (eval $ac_try) 2>&5
17852 ac_status=$?
17853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17854 (exit $ac_status); }; } &&
17855 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17857 (eval $ac_try) 2>&5
17858 ac_status=$?
17859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17860 (exit $ac_status); }; }; then
17861 ac_hi=$ac_mid; break
17862else
17863 echo "$as_me: failed program was:" >&5
17864sed 's/^/| /' conftest.$ac_ext >&5
17865
17866ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
17867 if test $ac_lo -le $ac_mid; then
17868 ac_lo= ac_hi=
17869 break
17870 fi
17871 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 17872fi
ac1cb8d3 17873rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17874 done
17875else
17876 echo "$as_me: failed program was:" >&5
17877sed 's/^/| /' conftest.$ac_ext >&5
17878
17879cat >conftest.$ac_ext <<_ACEOF
17880/* confdefs.h. */
17881_ACEOF
17882cat confdefs.h >>conftest.$ac_ext
17883cat >>conftest.$ac_ext <<_ACEOF
17884/* end confdefs.h. */
17885$ac_includes_default
17886int
17887main ()
17888{
17889static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
17890test_array [0] = 0
17891
17892 ;
17893 return 0;
17894}
17895_ACEOF
17896rm -f conftest.$ac_objext
17897if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17898 (eval $ac_compile) 2>conftest.er1
a848cd7e 17899 ac_status=$?
ac1cb8d3
VS
17900 grep -v '^ *+' conftest.er1 >conftest.err
17901 rm -f conftest.er1
17902 cat conftest.err >&5
a848cd7e
SC
17903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17904 (exit $ac_status); } &&
6ebeb4c7 17905 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17907 (eval $ac_try) 2>&5
17908 ac_status=$?
17909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17910 (exit $ac_status); }; } &&
17911 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17913 (eval $ac_try) 2>&5
17914 ac_status=$?
17915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17916 (exit $ac_status); }; }; then
17917 ac_hi=-1 ac_mid=-1
17918 while :; do
17919 cat >conftest.$ac_ext <<_ACEOF
17920/* confdefs.h. */
17921_ACEOF
17922cat confdefs.h >>conftest.$ac_ext
17923cat >>conftest.$ac_ext <<_ACEOF
17924/* end confdefs.h. */
17925$ac_includes_default
17926int
17927main ()
17928{
17929static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
17930test_array [0] = 0
17931
17932 ;
17933 return 0;
17934}
17935_ACEOF
17936rm -f conftest.$ac_objext
17937if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 17938 (eval $ac_compile) 2>conftest.er1
a848cd7e 17939 ac_status=$?
ac1cb8d3
VS
17940 grep -v '^ *+' conftest.er1 >conftest.err
17941 rm -f conftest.er1
17942 cat conftest.err >&5
a848cd7e
SC
17943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17944 (exit $ac_status); } &&
6ebeb4c7 17945 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
17946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17947 (eval $ac_try) 2>&5
17948 ac_status=$?
17949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17950 (exit $ac_status); }; } &&
17951 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
17952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17953 (eval $ac_try) 2>&5
17954 ac_status=$?
17955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17956 (exit $ac_status); }; }; then
17957 ac_lo=$ac_mid; break
17958else
17959 echo "$as_me: failed program was:" >&5
17960sed 's/^/| /' conftest.$ac_ext >&5
17961
17962ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
17963 if test $ac_mid -le $ac_hi; then
17964 ac_lo= ac_hi=
17965 break
17966 fi
17967 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 17968fi
ac1cb8d3 17969rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17970 done
17971else
17972 echo "$as_me: failed program was:" >&5
17973sed 's/^/| /' conftest.$ac_ext >&5
17974
17975ac_lo= ac_hi=
17976fi
ac1cb8d3 17977rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 17978fi
ac1cb8d3 17979rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
17980# Binary search between lo and hi bounds.
17981while test "x$ac_lo" != "x$ac_hi"; do
17982 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
18022else
18023 echo "$as_me: failed program was:" >&5
18024sed 's/^/| /' conftest.$ac_ext >&5
18025
18026ac_lo=`expr '(' $ac_mid ')' + 1`
18027fi
ac1cb8d3 18028rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18029done
18030case $ac_lo in
18031?*) ac_cv_sizeof_size_t=$ac_lo;;
18032'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18033See \`config.log' for more details." >&5
18034echo "$as_me: error: cannot compute sizeof (size_t), 77
18035See \`config.log' for more details." >&2;}
18036 { (exit 1); exit 1; }; } ;;
18037esac
18038else
18039 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
18040 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18041echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18042 { (exit 1); exit 1; }; }
18043else
18044 cat >conftest.$ac_ext <<_ACEOF
18045/* confdefs.h. */
18046_ACEOF
18047cat confdefs.h >>conftest.$ac_ext
18048cat >>conftest.$ac_ext <<_ACEOF
18049/* end confdefs.h. */
18050$ac_includes_default
18051long longval () { return (long) (sizeof (size_t)); }
18052unsigned long ulongval () { return (long) (sizeof (size_t)); }
18053#include <stdio.h>
18054#include <stdlib.h>
18055int
18056main ()
18057{
18058
18059 FILE *f = fopen ("conftest.val", "w");
18060 if (! f)
18061 exit (1);
18062 if (((long) (sizeof (size_t))) < 0)
18063 {
18064 long i = longval ();
18065 if (i != ((long) (sizeof (size_t))))
18066 exit (1);
18067 fprintf (f, "%ld\n", i);
18068 }
18069 else
18070 {
18071 unsigned long i = ulongval ();
18072 if (i != ((long) (sizeof (size_t))))
18073 exit (1);
18074 fprintf (f, "%lu\n", i);
18075 }
18076 exit (ferror (f) || fclose (f) != 0);
18077
18078 ;
18079 return 0;
18080}
18081_ACEOF
18082rm -f conftest$ac_exeext
18083if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18084 (eval $ac_link) 2>&5
18085 ac_status=$?
18086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18087 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18089 (eval $ac_try) 2>&5
18090 ac_status=$?
18091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18092 (exit $ac_status); }; }; then
18093 ac_cv_sizeof_size_t=`cat conftest.val`
18094else
18095 echo "$as_me: program exited with status $ac_status" >&5
18096echo "$as_me: failed program was:" >&5
18097sed 's/^/| /' conftest.$ac_ext >&5
18098
18099( exit $ac_status )
18100{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18101See \`config.log' for more details." >&5
18102echo "$as_me: error: cannot compute sizeof (size_t), 77
18103See \`config.log' for more details." >&2;}
18104 { (exit 1); exit 1; }; }
18105fi
ac1cb8d3 18106rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18107fi
18108fi
18109rm -f conftest.val
18110else
18111 ac_cv_sizeof_size_t=0
18112fi
18113fi
18114echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
18115echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
18116cat >>confdefs.h <<_ACEOF
18117#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
18118_ACEOF
18119
18120
18121
18122case "${host}" in
18123 arm-*-linux* )
18124 echo "$as_me:$LINENO: checking for long long" >&5
18125echo $ECHO_N "checking for long long... $ECHO_C" >&6
18126if test "${ac_cv_type_long_long+set}" = set; then
18127 echo $ECHO_N "(cached) $ECHO_C" >&6
18128else
18129 cat >conftest.$ac_ext <<_ACEOF
18130/* confdefs.h. */
18131_ACEOF
18132cat confdefs.h >>conftest.$ac_ext
18133cat >>conftest.$ac_ext <<_ACEOF
18134/* end confdefs.h. */
18135$ac_includes_default
18136int
18137main ()
18138{
18139if ((long long *) 0)
18140 return 0;
18141if (sizeof (long long))
18142 return 0;
18143 ;
18144 return 0;
18145}
18146_ACEOF
18147rm -f conftest.$ac_objext
18148if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18149 (eval $ac_compile) 2>conftest.er1
a848cd7e 18150 ac_status=$?
ac1cb8d3
VS
18151 grep -v '^ *+' conftest.er1 >conftest.err
18152 rm -f conftest.er1
18153 cat conftest.err >&5
a848cd7e
SC
18154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18155 (exit $ac_status); } &&
6ebeb4c7 18156 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18158 (eval $ac_try) 2>&5
18159 ac_status=$?
18160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18161 (exit $ac_status); }; } &&
18162 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18164 (eval $ac_try) 2>&5
18165 ac_status=$?
18166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18167 (exit $ac_status); }; }; then
18168 ac_cv_type_long_long=yes
18169else
18170 echo "$as_me: failed program was:" >&5
18171sed 's/^/| /' conftest.$ac_ext >&5
18172
18173ac_cv_type_long_long=no
18174fi
ac1cb8d3 18175rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18176fi
18177echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18178echo "${ECHO_T}$ac_cv_type_long_long" >&6
18179
18180echo "$as_me:$LINENO: checking size of long long" >&5
18181echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18182if test "${ac_cv_sizeof_long_long+set}" = set; then
18183 echo $ECHO_N "(cached) $ECHO_C" >&6
18184else
18185 if test "$ac_cv_type_long_long" = yes; then
18186 # The cast to unsigned long works around a bug in the HP C Compiler
18187 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18188 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18189 # This bug is HP SR number 8606223364.
18190 if test "$cross_compiling" = yes; then
18191 # Depending upon the size, compute the lo and hi bounds.
18192cat >conftest.$ac_ext <<_ACEOF
18193/* confdefs.h. */
18194_ACEOF
18195cat confdefs.h >>conftest.$ac_ext
18196cat >>conftest.$ac_ext <<_ACEOF
18197/* end confdefs.h. */
18198$ac_includes_default
18199int
18200main ()
18201{
18202static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18203test_array [0] = 0
18204
18205 ;
18206 return 0;
18207}
18208_ACEOF
18209rm -f conftest.$ac_objext
18210if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18211 (eval $ac_compile) 2>conftest.er1
a848cd7e 18212 ac_status=$?
ac1cb8d3
VS
18213 grep -v '^ *+' conftest.er1 >conftest.err
18214 rm -f conftest.er1
18215 cat conftest.err >&5
a848cd7e
SC
18216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18217 (exit $ac_status); } &&
6ebeb4c7 18218 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18220 (eval $ac_try) 2>&5
18221 ac_status=$?
18222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18223 (exit $ac_status); }; } &&
18224 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18226 (eval $ac_try) 2>&5
18227 ac_status=$?
18228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18229 (exit $ac_status); }; }; then
18230 ac_lo=0 ac_mid=0
18231 while :; do
18232 cat >conftest.$ac_ext <<_ACEOF
18233/* confdefs.h. */
18234_ACEOF
18235cat confdefs.h >>conftest.$ac_ext
18236cat >>conftest.$ac_ext <<_ACEOF
18237/* end confdefs.h. */
18238$ac_includes_default
18239int
18240main ()
18241{
18242static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18243test_array [0] = 0
18244
18245 ;
18246 return 0;
18247}
18248_ACEOF
18249rm -f conftest.$ac_objext
18250if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18251 (eval $ac_compile) 2>conftest.er1
a848cd7e 18252 ac_status=$?
ac1cb8d3
VS
18253 grep -v '^ *+' conftest.er1 >conftest.err
18254 rm -f conftest.er1
18255 cat conftest.err >&5
a848cd7e
SC
18256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18257 (exit $ac_status); } &&
6ebeb4c7 18258 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18260 (eval $ac_try) 2>&5
18261 ac_status=$?
18262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18263 (exit $ac_status); }; } &&
18264 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18266 (eval $ac_try) 2>&5
18267 ac_status=$?
18268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18269 (exit $ac_status); }; }; then
18270 ac_hi=$ac_mid; break
18271else
18272 echo "$as_me: failed program was:" >&5
18273sed 's/^/| /' conftest.$ac_ext >&5
18274
18275ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18276 if test $ac_lo -le $ac_mid; then
18277 ac_lo= ac_hi=
18278 break
18279 fi
18280 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18281fi
ac1cb8d3 18282rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18283 done
18284else
18285 echo "$as_me: failed program was:" >&5
18286sed 's/^/| /' conftest.$ac_ext >&5
18287
18288cat >conftest.$ac_ext <<_ACEOF
18289/* confdefs.h. */
18290_ACEOF
18291cat confdefs.h >>conftest.$ac_ext
18292cat >>conftest.$ac_ext <<_ACEOF
18293/* end confdefs.h. */
18294$ac_includes_default
18295int
18296main ()
18297{
18298static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18299test_array [0] = 0
18300
18301 ;
18302 return 0;
18303}
18304_ACEOF
18305rm -f conftest.$ac_objext
18306if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18307 (eval $ac_compile) 2>conftest.er1
a848cd7e 18308 ac_status=$?
ac1cb8d3
VS
18309 grep -v '^ *+' conftest.er1 >conftest.err
18310 rm -f conftest.er1
18311 cat conftest.err >&5
a848cd7e
SC
18312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18313 (exit $ac_status); } &&
6ebeb4c7 18314 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18316 (eval $ac_try) 2>&5
18317 ac_status=$?
18318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18319 (exit $ac_status); }; } &&
18320 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18322 (eval $ac_try) 2>&5
18323 ac_status=$?
18324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18325 (exit $ac_status); }; }; then
18326 ac_hi=-1 ac_mid=-1
18327 while :; do
18328 cat >conftest.$ac_ext <<_ACEOF
18329/* confdefs.h. */
18330_ACEOF
18331cat confdefs.h >>conftest.$ac_ext
18332cat >>conftest.$ac_ext <<_ACEOF
18333/* end confdefs.h. */
18334$ac_includes_default
18335int
18336main ()
18337{
18338static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18339test_array [0] = 0
18340
18341 ;
18342 return 0;
18343}
18344_ACEOF
18345rm -f conftest.$ac_objext
18346if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18347 (eval $ac_compile) 2>conftest.er1
a848cd7e 18348 ac_status=$?
ac1cb8d3
VS
18349 grep -v '^ *+' conftest.er1 >conftest.err
18350 rm -f conftest.er1
18351 cat conftest.err >&5
a848cd7e
SC
18352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18353 (exit $ac_status); } &&
6ebeb4c7 18354 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18356 (eval $ac_try) 2>&5
18357 ac_status=$?
18358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18359 (exit $ac_status); }; } &&
18360 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18362 (eval $ac_try) 2>&5
18363 ac_status=$?
18364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18365 (exit $ac_status); }; }; then
18366 ac_lo=$ac_mid; break
18367else
18368 echo "$as_me: failed program was:" >&5
18369sed 's/^/| /' conftest.$ac_ext >&5
18370
18371ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18372 if test $ac_mid -le $ac_hi; then
18373 ac_lo= ac_hi=
18374 break
18375 fi
18376 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18377fi
ac1cb8d3 18378rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18379 done
18380else
18381 echo "$as_me: failed program was:" >&5
18382sed 's/^/| /' conftest.$ac_ext >&5
18383
18384ac_lo= ac_hi=
18385fi
ac1cb8d3 18386rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18387fi
ac1cb8d3 18388rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18389# Binary search between lo and hi bounds.
18390while test "x$ac_lo" != "x$ac_hi"; do
18391 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
18431else
18432 echo "$as_me: failed program was:" >&5
18433sed 's/^/| /' conftest.$ac_ext >&5
18434
18435ac_lo=`expr '(' $ac_mid ')' + 1`
18436fi
ac1cb8d3 18437rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18438done
18439case $ac_lo in
18440?*) ac_cv_sizeof_long_long=$ac_lo;;
18441'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18442See \`config.log' for more details." >&5
18443echo "$as_me: error: cannot compute sizeof (long long), 77
18444See \`config.log' for more details." >&2;}
18445 { (exit 1); exit 1; }; } ;;
18446esac
18447else
18448 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
18449 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18450echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18451 { (exit 1); exit 1; }; }
18452else
18453 cat >conftest.$ac_ext <<_ACEOF
18454/* confdefs.h. */
18455_ACEOF
18456cat confdefs.h >>conftest.$ac_ext
18457cat >>conftest.$ac_ext <<_ACEOF
18458/* end confdefs.h. */
18459$ac_includes_default
18460long longval () { return (long) (sizeof (long long)); }
18461unsigned long ulongval () { return (long) (sizeof (long long)); }
18462#include <stdio.h>
18463#include <stdlib.h>
18464int
18465main ()
18466{
18467
18468 FILE *f = fopen ("conftest.val", "w");
18469 if (! f)
18470 exit (1);
18471 if (((long) (sizeof (long long))) < 0)
18472 {
18473 long i = longval ();
18474 if (i != ((long) (sizeof (long long))))
18475 exit (1);
18476 fprintf (f, "%ld\n", i);
18477 }
18478 else
18479 {
18480 unsigned long i = ulongval ();
18481 if (i != ((long) (sizeof (long long))))
18482 exit (1);
18483 fprintf (f, "%lu\n", i);
18484 }
18485 exit (ferror (f) || fclose (f) != 0);
18486
18487 ;
18488 return 0;
18489}
18490_ACEOF
18491rm -f conftest$ac_exeext
18492if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18493 (eval $ac_link) 2>&5
18494 ac_status=$?
18495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18496 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18498 (eval $ac_try) 2>&5
18499 ac_status=$?
18500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18501 (exit $ac_status); }; }; then
18502 ac_cv_sizeof_long_long=`cat conftest.val`
18503else
18504 echo "$as_me: program exited with status $ac_status" >&5
18505echo "$as_me: failed program was:" >&5
18506sed 's/^/| /' conftest.$ac_ext >&5
18507
18508( exit $ac_status )
18509{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18510See \`config.log' for more details." >&5
18511echo "$as_me: error: cannot compute sizeof (long long), 77
18512See \`config.log' for more details." >&2;}
18513 { (exit 1); exit 1; }; }
18514fi
ac1cb8d3 18515rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18516fi
18517fi
18518rm -f conftest.val
18519else
18520 ac_cv_sizeof_long_long=0
18521fi
18522fi
18523echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18524echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18525cat >>confdefs.h <<_ACEOF
18526#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18527_ACEOF
18528
18529
18530 ;;
18531 *-hp-hpux* )
18532 echo "$as_me:$LINENO: checking for long long" >&5
18533echo $ECHO_N "checking for long long... $ECHO_C" >&6
18534if test "${ac_cv_type_long_long+set}" = set; then
18535 echo $ECHO_N "(cached) $ECHO_C" >&6
18536else
18537 cat >conftest.$ac_ext <<_ACEOF
18538/* confdefs.h. */
18539_ACEOF
18540cat confdefs.h >>conftest.$ac_ext
18541cat >>conftest.$ac_ext <<_ACEOF
18542/* end confdefs.h. */
18543$ac_includes_default
18544int
18545main ()
18546{
18547if ((long long *) 0)
18548 return 0;
18549if (sizeof (long long))
18550 return 0;
18551 ;
18552 return 0;
18553}
18554_ACEOF
18555rm -f conftest.$ac_objext
18556if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18557 (eval $ac_compile) 2>conftest.er1
a848cd7e 18558 ac_status=$?
ac1cb8d3
VS
18559 grep -v '^ *+' conftest.er1 >conftest.err
18560 rm -f conftest.er1
18561 cat conftest.err >&5
a848cd7e
SC
18562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18563 (exit $ac_status); } &&
6ebeb4c7 18564 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18566 (eval $ac_try) 2>&5
18567 ac_status=$?
18568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18569 (exit $ac_status); }; } &&
18570 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18572 (eval $ac_try) 2>&5
18573 ac_status=$?
18574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18575 (exit $ac_status); }; }; then
18576 ac_cv_type_long_long=yes
18577else
18578 echo "$as_me: failed program was:" >&5
18579sed 's/^/| /' conftest.$ac_ext >&5
18580
18581ac_cv_type_long_long=no
18582fi
ac1cb8d3 18583rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18584fi
18585echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18586echo "${ECHO_T}$ac_cv_type_long_long" >&6
18587
18588echo "$as_me:$LINENO: checking size of long long" >&5
18589echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18590if test "${ac_cv_sizeof_long_long+set}" = set; then
18591 echo $ECHO_N "(cached) $ECHO_C" >&6
18592else
18593 if test "$ac_cv_type_long_long" = yes; then
18594 # The cast to unsigned long works around a bug in the HP C Compiler
18595 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18596 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18597 # This bug is HP SR number 8606223364.
18598 if test "$cross_compiling" = yes; then
18599 # Depending upon the size, compute the lo and hi bounds.
18600cat >conftest.$ac_ext <<_ACEOF
18601/* confdefs.h. */
18602_ACEOF
18603cat confdefs.h >>conftest.$ac_ext
18604cat >>conftest.$ac_ext <<_ACEOF
18605/* end confdefs.h. */
18606$ac_includes_default
18607int
18608main ()
18609{
18610static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18611test_array [0] = 0
18612
18613 ;
18614 return 0;
18615}
18616_ACEOF
18617rm -f conftest.$ac_objext
18618if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18619 (eval $ac_compile) 2>conftest.er1
a848cd7e 18620 ac_status=$?
ac1cb8d3
VS
18621 grep -v '^ *+' conftest.er1 >conftest.err
18622 rm -f conftest.er1
18623 cat conftest.err >&5
a848cd7e
SC
18624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18625 (exit $ac_status); } &&
6ebeb4c7 18626 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18628 (eval $ac_try) 2>&5
18629 ac_status=$?
18630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18631 (exit $ac_status); }; } &&
18632 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18634 (eval $ac_try) 2>&5
18635 ac_status=$?
18636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18637 (exit $ac_status); }; }; then
18638 ac_lo=0 ac_mid=0
18639 while :; do
18640 cat >conftest.$ac_ext <<_ACEOF
18641/* confdefs.h. */
18642_ACEOF
18643cat confdefs.h >>conftest.$ac_ext
18644cat >>conftest.$ac_ext <<_ACEOF
18645/* end confdefs.h. */
18646$ac_includes_default
18647int
18648main ()
18649{
18650static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18651test_array [0] = 0
18652
18653 ;
18654 return 0;
18655}
18656_ACEOF
18657rm -f conftest.$ac_objext
18658if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18659 (eval $ac_compile) 2>conftest.er1
a848cd7e 18660 ac_status=$?
ac1cb8d3
VS
18661 grep -v '^ *+' conftest.er1 >conftest.err
18662 rm -f conftest.er1
18663 cat conftest.err >&5
a848cd7e
SC
18664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18665 (exit $ac_status); } &&
6ebeb4c7 18666 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18668 (eval $ac_try) 2>&5
18669 ac_status=$?
18670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18671 (exit $ac_status); }; } &&
18672 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18674 (eval $ac_try) 2>&5
18675 ac_status=$?
18676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18677 (exit $ac_status); }; }; then
18678 ac_hi=$ac_mid; break
18679else
18680 echo "$as_me: failed program was:" >&5
18681sed 's/^/| /' conftest.$ac_ext >&5
18682
18683ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
18684 if test $ac_lo -le $ac_mid; then
18685 ac_lo= ac_hi=
18686 break
18687 fi
18688 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 18689fi
ac1cb8d3 18690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18691 done
18692else
18693 echo "$as_me: failed program was:" >&5
18694sed 's/^/| /' conftest.$ac_ext >&5
18695
18696cat >conftest.$ac_ext <<_ACEOF
18697/* confdefs.h. */
18698_ACEOF
18699cat confdefs.h >>conftest.$ac_ext
18700cat >>conftest.$ac_ext <<_ACEOF
18701/* end confdefs.h. */
18702$ac_includes_default
18703int
18704main ()
18705{
18706static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18707test_array [0] = 0
18708
18709 ;
18710 return 0;
18711}
18712_ACEOF
18713rm -f conftest.$ac_objext
18714if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18715 (eval $ac_compile) 2>conftest.er1
a848cd7e 18716 ac_status=$?
ac1cb8d3
VS
18717 grep -v '^ *+' conftest.er1 >conftest.err
18718 rm -f conftest.er1
18719 cat conftest.err >&5
a848cd7e
SC
18720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18721 (exit $ac_status); } &&
6ebeb4c7 18722 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18724 (eval $ac_try) 2>&5
18725 ac_status=$?
18726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18727 (exit $ac_status); }; } &&
18728 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18730 (eval $ac_try) 2>&5
18731 ac_status=$?
18732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18733 (exit $ac_status); }; }; then
18734 ac_hi=-1 ac_mid=-1
18735 while :; do
18736 cat >conftest.$ac_ext <<_ACEOF
18737/* confdefs.h. */
18738_ACEOF
18739cat confdefs.h >>conftest.$ac_ext
18740cat >>conftest.$ac_ext <<_ACEOF
18741/* end confdefs.h. */
18742$ac_includes_default
18743int
18744main ()
18745{
18746static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18747test_array [0] = 0
18748
18749 ;
18750 return 0;
18751}
18752_ACEOF
18753rm -f conftest.$ac_objext
18754if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18755 (eval $ac_compile) 2>conftest.er1
a848cd7e 18756 ac_status=$?
ac1cb8d3
VS
18757 grep -v '^ *+' conftest.er1 >conftest.err
18758 rm -f conftest.er1
18759 cat conftest.err >&5
a848cd7e
SC
18760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18761 (exit $ac_status); } &&
6ebeb4c7 18762 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18764 (eval $ac_try) 2>&5
18765 ac_status=$?
18766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18767 (exit $ac_status); }; } &&
18768 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18770 (eval $ac_try) 2>&5
18771 ac_status=$?
18772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18773 (exit $ac_status); }; }; then
18774 ac_lo=$ac_mid; break
18775else
18776 echo "$as_me: failed program was:" >&5
18777sed 's/^/| /' conftest.$ac_ext >&5
18778
18779ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
18780 if test $ac_mid -le $ac_hi; then
18781 ac_lo= ac_hi=
18782 break
18783 fi
18784 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 18785fi
ac1cb8d3 18786rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18787 done
18788else
18789 echo "$as_me: failed program was:" >&5
18790sed 's/^/| /' conftest.$ac_ext >&5
18791
18792ac_lo= ac_hi=
18793fi
ac1cb8d3 18794rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 18795fi
ac1cb8d3 18796rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18797# Binary search between lo and hi bounds.
18798while test "x$ac_lo" != "x$ac_hi"; do
18799 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
18839else
18840 echo "$as_me: failed program was:" >&5
18841sed 's/^/| /' conftest.$ac_ext >&5
18842
18843ac_lo=`expr '(' $ac_mid ')' + 1`
18844fi
ac1cb8d3 18845rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18846done
18847case $ac_lo in
18848?*) ac_cv_sizeof_long_long=$ac_lo;;
18849'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18850See \`config.log' for more details." >&5
18851echo "$as_me: error: cannot compute sizeof (long long), 77
18852See \`config.log' for more details." >&2;}
18853 { (exit 1); exit 1; }; } ;;
18854esac
18855else
18856 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
18857 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18858echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
18859 { (exit 1); exit 1; }; }
18860else
18861 cat >conftest.$ac_ext <<_ACEOF
18862/* confdefs.h. */
18863_ACEOF
18864cat confdefs.h >>conftest.$ac_ext
18865cat >>conftest.$ac_ext <<_ACEOF
18866/* end confdefs.h. */
18867$ac_includes_default
18868long longval () { return (long) (sizeof (long long)); }
18869unsigned long ulongval () { return (long) (sizeof (long long)); }
18870#include <stdio.h>
18871#include <stdlib.h>
18872int
18873main ()
18874{
18875
18876 FILE *f = fopen ("conftest.val", "w");
18877 if (! f)
18878 exit (1);
18879 if (((long) (sizeof (long long))) < 0)
18880 {
18881 long i = longval ();
18882 if (i != ((long) (sizeof (long long))))
18883 exit (1);
18884 fprintf (f, "%ld\n", i);
18885 }
18886 else
18887 {
18888 unsigned long i = ulongval ();
18889 if (i != ((long) (sizeof (long long))))
18890 exit (1);
18891 fprintf (f, "%lu\n", i);
18892 }
18893 exit (ferror (f) || fclose (f) != 0);
18894
18895 ;
18896 return 0;
18897}
18898_ACEOF
18899rm -f conftest$ac_exeext
18900if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18901 (eval $ac_link) 2>&5
18902 ac_status=$?
18903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18904 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18906 (eval $ac_try) 2>&5
18907 ac_status=$?
18908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18909 (exit $ac_status); }; }; then
18910 ac_cv_sizeof_long_long=`cat conftest.val`
18911else
18912 echo "$as_me: program exited with status $ac_status" >&5
18913echo "$as_me: failed program was:" >&5
18914sed 's/^/| /' conftest.$ac_ext >&5
18915
18916( exit $ac_status )
18917{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18918See \`config.log' for more details." >&5
18919echo "$as_me: error: cannot compute sizeof (long long), 77
18920See \`config.log' for more details." >&2;}
18921 { (exit 1); exit 1; }; }
18922fi
ac1cb8d3 18923rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18924fi
18925fi
18926rm -f conftest.val
18927else
18928 ac_cv_sizeof_long_long=0
18929fi
18930fi
18931echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18932echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18933cat >>confdefs.h <<_ACEOF
18934#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18935_ACEOF
18936
18937
18938 if test "$ac_cv_sizeof_long_long" != "0"; then
18939 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
18940 fi
18941 ;;
18942 * )
18943 echo "$as_me:$LINENO: checking for long long" >&5
18944echo $ECHO_N "checking for long long... $ECHO_C" >&6
18945if test "${ac_cv_type_long_long+set}" = set; then
18946 echo $ECHO_N "(cached) $ECHO_C" >&6
18947else
18948 cat >conftest.$ac_ext <<_ACEOF
18949/* confdefs.h. */
18950_ACEOF
18951cat confdefs.h >>conftest.$ac_ext
18952cat >>conftest.$ac_ext <<_ACEOF
18953/* end confdefs.h. */
18954$ac_includes_default
18955int
18956main ()
18957{
18958if ((long long *) 0)
18959 return 0;
18960if (sizeof (long long))
18961 return 0;
18962 ;
18963 return 0;
18964}
18965_ACEOF
18966rm -f conftest.$ac_objext
18967if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 18968 (eval $ac_compile) 2>conftest.er1
a848cd7e 18969 ac_status=$?
ac1cb8d3
VS
18970 grep -v '^ *+' conftest.er1 >conftest.err
18971 rm -f conftest.er1
18972 cat conftest.err >&5
a848cd7e
SC
18973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18974 (exit $ac_status); } &&
6ebeb4c7 18975 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
18976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18977 (eval $ac_try) 2>&5
18978 ac_status=$?
18979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18980 (exit $ac_status); }; } &&
18981 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
18982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18983 (eval $ac_try) 2>&5
18984 ac_status=$?
18985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18986 (exit $ac_status); }; }; then
18987 ac_cv_type_long_long=yes
18988else
18989 echo "$as_me: failed program was:" >&5
18990sed 's/^/| /' conftest.$ac_ext >&5
18991
18992ac_cv_type_long_long=no
18993fi
ac1cb8d3 18994rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
18995fi
18996echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18997echo "${ECHO_T}$ac_cv_type_long_long" >&6
18998
18999echo "$as_me:$LINENO: checking size of long long" >&5
19000echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19001if test "${ac_cv_sizeof_long_long+set}" = set; then
19002 echo $ECHO_N "(cached) $ECHO_C" >&6
19003else
19004 if test "$ac_cv_type_long_long" = yes; then
19005 # The cast to unsigned long works around a bug in the HP C Compiler
19006 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19007 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19008 # This bug is HP SR number 8606223364.
19009 if test "$cross_compiling" = yes; then
19010 # Depending upon the size, compute the lo and hi bounds.
19011cat >conftest.$ac_ext <<_ACEOF
19012/* confdefs.h. */
19013_ACEOF
19014cat confdefs.h >>conftest.$ac_ext
19015cat >>conftest.$ac_ext <<_ACEOF
19016/* end confdefs.h. */
19017$ac_includes_default
19018int
19019main ()
19020{
19021static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19022test_array [0] = 0
19023
19024 ;
19025 return 0;
19026}
19027_ACEOF
19028rm -f conftest.$ac_objext
19029if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19030 (eval $ac_compile) 2>conftest.er1
a848cd7e 19031 ac_status=$?
ac1cb8d3
VS
19032 grep -v '^ *+' conftest.er1 >conftest.err
19033 rm -f conftest.er1
19034 cat conftest.err >&5
a848cd7e
SC
19035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19036 (exit $ac_status); } &&
6ebeb4c7 19037 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19039 (eval $ac_try) 2>&5
19040 ac_status=$?
19041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19042 (exit $ac_status); }; } &&
19043 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19045 (eval $ac_try) 2>&5
19046 ac_status=$?
19047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19048 (exit $ac_status); }; }; then
19049 ac_lo=0 ac_mid=0
19050 while :; do
19051 cat >conftest.$ac_ext <<_ACEOF
19052/* confdefs.h. */
19053_ACEOF
19054cat confdefs.h >>conftest.$ac_ext
19055cat >>conftest.$ac_ext <<_ACEOF
19056/* end confdefs.h. */
19057$ac_includes_default
19058int
19059main ()
19060{
19061static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19062test_array [0] = 0
19063
19064 ;
19065 return 0;
19066}
19067_ACEOF
19068rm -f conftest.$ac_objext
19069if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19070 (eval $ac_compile) 2>conftest.er1
a848cd7e 19071 ac_status=$?
ac1cb8d3
VS
19072 grep -v '^ *+' conftest.er1 >conftest.err
19073 rm -f conftest.er1
19074 cat conftest.err >&5
a848cd7e
SC
19075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19076 (exit $ac_status); } &&
6ebeb4c7 19077 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19079 (eval $ac_try) 2>&5
19080 ac_status=$?
19081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19082 (exit $ac_status); }; } &&
19083 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19085 (eval $ac_try) 2>&5
19086 ac_status=$?
19087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19088 (exit $ac_status); }; }; then
19089 ac_hi=$ac_mid; break
19090else
19091 echo "$as_me: failed program was:" >&5
19092sed 's/^/| /' conftest.$ac_ext >&5
19093
19094ac_lo=`expr $ac_mid + 1`
ac1cb8d3
VS
19095 if test $ac_lo -le $ac_mid; then
19096 ac_lo= ac_hi=
19097 break
19098 fi
19099 ac_mid=`expr 2 '*' $ac_mid + 1`
a848cd7e 19100fi
ac1cb8d3 19101rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19102 done
19103else
19104 echo "$as_me: failed program was:" >&5
19105sed 's/^/| /' conftest.$ac_ext >&5
19106
19107cat >conftest.$ac_ext <<_ACEOF
19108/* confdefs.h. */
19109_ACEOF
19110cat confdefs.h >>conftest.$ac_ext
19111cat >>conftest.$ac_ext <<_ACEOF
19112/* end confdefs.h. */
19113$ac_includes_default
19114int
19115main ()
19116{
19117static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19118test_array [0] = 0
19119
19120 ;
19121 return 0;
19122}
19123_ACEOF
19124rm -f conftest.$ac_objext
19125if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19126 (eval $ac_compile) 2>conftest.er1
a848cd7e 19127 ac_status=$?
ac1cb8d3
VS
19128 grep -v '^ *+' conftest.er1 >conftest.err
19129 rm -f conftest.er1
19130 cat conftest.err >&5
a848cd7e
SC
19131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19132 (exit $ac_status); } &&
6ebeb4c7 19133 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19135 (eval $ac_try) 2>&5
19136 ac_status=$?
19137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19138 (exit $ac_status); }; } &&
19139 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19141 (eval $ac_try) 2>&5
19142 ac_status=$?
19143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19144 (exit $ac_status); }; }; then
19145 ac_hi=-1 ac_mid=-1
19146 while :; do
19147 cat >conftest.$ac_ext <<_ACEOF
19148/* confdefs.h. */
19149_ACEOF
19150cat confdefs.h >>conftest.$ac_ext
19151cat >>conftest.$ac_ext <<_ACEOF
19152/* end confdefs.h. */
19153$ac_includes_default
19154int
19155main ()
19156{
19157static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19158test_array [0] = 0
19159
19160 ;
19161 return 0;
19162}
19163_ACEOF
19164rm -f conftest.$ac_objext
19165if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 19166 (eval $ac_compile) 2>conftest.er1
a848cd7e 19167 ac_status=$?
ac1cb8d3
VS
19168 grep -v '^ *+' conftest.er1 >conftest.err
19169 rm -f conftest.er1
19170 cat conftest.err >&5
a848cd7e
SC
19171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19172 (exit $ac_status); } &&
6ebeb4c7 19173 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
19174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19175 (eval $ac_try) 2>&5
19176 ac_status=$?
19177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19178 (exit $ac_status); }; } &&
19179 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
19180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19181 (eval $ac_try) 2>&5
19182 ac_status=$?
19183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19184 (exit $ac_status); }; }; then
19185 ac_lo=$ac_mid; break
19186else
19187 echo "$as_me: failed program was:" >&5
19188sed 's/^/| /' conftest.$ac_ext >&5
19189
19190ac_hi=`expr '(' $ac_mid ')' - 1`
ac1cb8d3
VS
19191 if test $ac_mid -le $ac_hi; then
19192 ac_lo= ac_hi=
19193 break
19194 fi
19195 ac_mid=`expr 2 '*' $ac_mid`
a848cd7e 19196fi
ac1cb8d3 19197rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19198 done
19199else
19200 echo "$as_me: failed program was:" >&5
19201sed 's/^/| /' conftest.$ac_ext >&5
19202
19203ac_lo= ac_hi=
19204fi
ac1cb8d3 19205rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 19206fi
ac1cb8d3 19207rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19208# Binary search between lo and hi bounds.
19209while test "x$ac_lo" != "x$ac_hi"; do
19210 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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
19250else
19251 echo "$as_me: failed program was:" >&5
19252sed 's/^/| /' conftest.$ac_ext >&5
19253
19254ac_lo=`expr '(' $ac_mid ')' + 1`
19255fi
ac1cb8d3 19256rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19257done
19258case $ac_lo in
19259?*) ac_cv_sizeof_long_long=$ac_lo;;
19260'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19261See \`config.log' for more details." >&5
19262echo "$as_me: error: cannot compute sizeof (long long), 77
19263See \`config.log' for more details." >&2;}
19264 { (exit 1); exit 1; }; } ;;
19265esac
19266else
19267 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
19268 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19269echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
a848cd7e
SC
19270 { (exit 1); exit 1; }; }
19271else
19272 cat >conftest.$ac_ext <<_ACEOF
19273/* confdefs.h. */
19274_ACEOF
19275cat confdefs.h >>conftest.$ac_ext
19276cat >>conftest.$ac_ext <<_ACEOF
19277/* end confdefs.h. */
19278$ac_includes_default
19279long longval () { return (long) (sizeof (long long)); }
19280unsigned long ulongval () { return (long) (sizeof (long long)); }
19281#include <stdio.h>
19282#include <stdlib.h>
19283int
19284main ()
19285{
19286
19287 FILE *f = fopen ("conftest.val", "w");
19288 if (! f)
19289 exit (1);
19290 if (((long) (sizeof (long long))) < 0)
19291 {
19292 long i = longval ();
19293 if (i != ((long) (sizeof (long long))))
19294 exit (1);
19295 fprintf (f, "%ld\n", i);
19296 }
19297 else
19298 {
19299 unsigned long i = ulongval ();
19300 if (i != ((long) (sizeof (long long))))
19301 exit (1);
19302 fprintf (f, "%lu\n", i);
19303 }
19304 exit (ferror (f) || fclose (f) != 0);
19305
19306 ;
19307 return 0;
19308}
19309_ACEOF
19310rm -f conftest$ac_exeext
19311if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19312 (eval $ac_link) 2>&5
19313 ac_status=$?
19314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19315 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19317 (eval $ac_try) 2>&5
19318 ac_status=$?
19319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19320 (exit $ac_status); }; }; then
19321 ac_cv_sizeof_long_long=`cat conftest.val`
19322else
19323 echo "$as_me: program exited with status $ac_status" >&5
19324echo "$as_me: failed program was:" >&5
19325sed 's/^/| /' conftest.$ac_ext >&5
19326
19327( exit $ac_status )
19328{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19329See \`config.log' for more details." >&5
19330echo "$as_me: error: cannot compute sizeof (long long), 77
19331See \`config.log' for more details." >&2;}
19332 { (exit 1); exit 1; }; }
19333fi
ac1cb8d3 19334rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
19335fi
19336fi
19337rm -f conftest.val
19338else
19339 ac_cv_sizeof_long_long=0
19340fi
19341fi
19342echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19343echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19344cat >>confdefs.h <<_ACEOF
19345#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19346_ACEOF
19347
19348
19349esac
19350
238ecede
MW
19351echo "$as_me:$LINENO: checking for wchar_t" >&5
19352echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19353if test "${ac_cv_type_wchar_t+set}" = set; then
19354 echo $ECHO_N "(cached) $ECHO_C" >&6
19355else
19356 cat >conftest.$ac_ext <<_ACEOF
19357/* confdefs.h. */
19358_ACEOF
19359cat confdefs.h >>conftest.$ac_ext
19360cat >>conftest.$ac_ext <<_ACEOF
19361/* end confdefs.h. */
19362
83d8eb47
MW
19363 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19364 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19365 # error "fake wchar_t"
19366 #endif
19367 #ifdef HAVE_WCHAR_H
19368 # ifdef __CYGWIN__
19369 # include <stddef.h>
19370 # endif
19371 # include <wchar.h>
19372 #endif
19373 #ifdef HAVE_STDLIB_H
19374 # include <stdlib.h>
19375 #endif
19376 #include <stdio.h>
19377
19378
19379
19380int
19381main ()
19382{
19383if ((wchar_t *) 0)
19384 return 0;
19385if (sizeof (wchar_t))
19386 return 0;
19387 ;
19388 return 0;
19389}
19390_ACEOF
19391rm -f conftest.$ac_objext
19392if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19393 (eval $ac_compile) 2>conftest.er1
19394 ac_status=$?
19395 grep -v '^ *+' conftest.er1 >conftest.err
19396 rm -f conftest.er1
19397 cat conftest.err >&5
19398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19399 (exit $ac_status); } &&
6ebeb4c7 19400 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19402 (eval $ac_try) 2>&5
19403 ac_status=$?
19404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19405 (exit $ac_status); }; } &&
19406 { ac_try='test -s conftest.$ac_objext'
19407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19408 (eval $ac_try) 2>&5
19409 ac_status=$?
19410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19411 (exit $ac_status); }; }; then
19412 ac_cv_type_wchar_t=yes
19413else
19414 echo "$as_me: failed program was:" >&5
19415sed 's/^/| /' conftest.$ac_ext >&5
19416
19417ac_cv_type_wchar_t=no
19418fi
19419rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19420fi
19421echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19422echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19423
a848cd7e
SC
19424echo "$as_me:$LINENO: checking size of wchar_t" >&5
19425echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
238ecede 19426if test "${ac_cv_sizeof_wchar_t+set}" = set; then
a848cd7e
SC
19427 echo $ECHO_N "(cached) $ECHO_C" >&6
19428else
238ecede
MW
19429 if test "$ac_cv_type_wchar_t" = yes; then
19430 # The cast to unsigned long works around a bug in the HP C Compiler
19431 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19432 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19433 # This bug is HP SR number 8606223364.
19434 if test "$cross_compiling" = yes; then
19435 # Depending upon the size, compute the lo and hi bounds.
19436cat >conftest.$ac_ext <<_ACEOF
19437/* confdefs.h. */
19438_ACEOF
19439cat confdefs.h >>conftest.$ac_ext
19440cat >>conftest.$ac_ext <<_ACEOF
19441/* end confdefs.h. */
19442
83d8eb47
MW
19443 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19444 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19445 # error "fake wchar_t"
19446 #endif
19447 #ifdef HAVE_WCHAR_H
19448 # ifdef __CYGWIN__
19449 # include <stddef.h>
19450 # endif
19451 # include <wchar.h>
19452 #endif
19453 #ifdef HAVE_STDLIB_H
19454 # include <stdlib.h>
19455 #endif
19456 #include <stdio.h>
19457
19458
19459
19460int
19461main ()
19462{
19463static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19464test_array [0] = 0
19465
19466 ;
19467 return 0;
19468}
19469_ACEOF
19470rm -f conftest.$ac_objext
19471if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19472 (eval $ac_compile) 2>conftest.er1
19473 ac_status=$?
19474 grep -v '^ *+' conftest.er1 >conftest.err
19475 rm -f conftest.er1
19476 cat conftest.err >&5
19477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19478 (exit $ac_status); } &&
6ebeb4c7 19479 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19481 (eval $ac_try) 2>&5
19482 ac_status=$?
19483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19484 (exit $ac_status); }; } &&
19485 { ac_try='test -s conftest.$ac_objext'
19486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19487 (eval $ac_try) 2>&5
19488 ac_status=$?
19489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19490 (exit $ac_status); }; }; then
19491 ac_lo=0 ac_mid=0
19492 while :; do
19493 cat >conftest.$ac_ext <<_ACEOF
19494/* confdefs.h. */
19495_ACEOF
19496cat confdefs.h >>conftest.$ac_ext
19497cat >>conftest.$ac_ext <<_ACEOF
19498/* end confdefs.h. */
19499
83d8eb47
MW
19500 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19501 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19502 # error "fake wchar_t"
19503 #endif
19504 #ifdef HAVE_WCHAR_H
19505 # ifdef __CYGWIN__
19506 # include <stddef.h>
19507 # endif
19508 # include <wchar.h>
19509 #endif
19510 #ifdef HAVE_STDLIB_H
19511 # include <stdlib.h>
19512 #endif
19513 #include <stdio.h>
19514
19515
19516
19517int
19518main ()
19519{
19520static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19521test_array [0] = 0
19522
19523 ;
19524 return 0;
19525}
19526_ACEOF
19527rm -f conftest.$ac_objext
19528if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19529 (eval $ac_compile) 2>conftest.er1
19530 ac_status=$?
19531 grep -v '^ *+' conftest.er1 >conftest.err
19532 rm -f conftest.er1
19533 cat conftest.err >&5
19534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19535 (exit $ac_status); } &&
6ebeb4c7 19536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19538 (eval $ac_try) 2>&5
19539 ac_status=$?
19540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19541 (exit $ac_status); }; } &&
19542 { ac_try='test -s conftest.$ac_objext'
19543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19544 (eval $ac_try) 2>&5
19545 ac_status=$?
19546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19547 (exit $ac_status); }; }; then
19548 ac_hi=$ac_mid; break
19549else
19550 echo "$as_me: failed program was:" >&5
19551sed 's/^/| /' conftest.$ac_ext >&5
19552
19553ac_lo=`expr $ac_mid + 1`
19554 if test $ac_lo -le $ac_mid; then
19555 ac_lo= ac_hi=
19556 break
19557 fi
19558 ac_mid=`expr 2 '*' $ac_mid + 1`
19559fi
19560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19561 done
19562else
19563 echo "$as_me: failed program was:" >&5
19564sed 's/^/| /' conftest.$ac_ext >&5
19565
19566cat >conftest.$ac_ext <<_ACEOF
19567/* confdefs.h. */
19568_ACEOF
19569cat confdefs.h >>conftest.$ac_ext
19570cat >>conftest.$ac_ext <<_ACEOF
19571/* end confdefs.h. */
19572
83d8eb47
MW
19573 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19574 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19575 # error "fake wchar_t"
19576 #endif
19577 #ifdef HAVE_WCHAR_H
19578 # ifdef __CYGWIN__
19579 # include <stddef.h>
19580 # endif
19581 # include <wchar.h>
19582 #endif
19583 #ifdef HAVE_STDLIB_H
19584 # include <stdlib.h>
19585 #endif
19586 #include <stdio.h>
19587
19588
19589
19590int
19591main ()
19592{
19593static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19594test_array [0] = 0
19595
19596 ;
19597 return 0;
19598}
19599_ACEOF
19600rm -f conftest.$ac_objext
19601if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19602 (eval $ac_compile) 2>conftest.er1
19603 ac_status=$?
19604 grep -v '^ *+' conftest.er1 >conftest.err
19605 rm -f conftest.er1
19606 cat conftest.err >&5
19607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19608 (exit $ac_status); } &&
6ebeb4c7 19609 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19611 (eval $ac_try) 2>&5
19612 ac_status=$?
19613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19614 (exit $ac_status); }; } &&
19615 { ac_try='test -s conftest.$ac_objext'
19616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19617 (eval $ac_try) 2>&5
19618 ac_status=$?
19619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19620 (exit $ac_status); }; }; then
19621 ac_hi=-1 ac_mid=-1
19622 while :; do
19623 cat >conftest.$ac_ext <<_ACEOF
19624/* confdefs.h. */
19625_ACEOF
19626cat confdefs.h >>conftest.$ac_ext
19627cat >>conftest.$ac_ext <<_ACEOF
19628/* end confdefs.h. */
19629
83d8eb47
MW
19630 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19631 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19632 # error "fake wchar_t"
19633 #endif
19634 #ifdef HAVE_WCHAR_H
19635 # ifdef __CYGWIN__
19636 # include <stddef.h>
19637 # endif
19638 # include <wchar.h>
19639 #endif
19640 #ifdef HAVE_STDLIB_H
19641 # include <stdlib.h>
19642 #endif
19643 #include <stdio.h>
19644
19645
19646
19647int
19648main ()
19649{
19650static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19651test_array [0] = 0
19652
19653 ;
19654 return 0;
19655}
19656_ACEOF
19657rm -f conftest.$ac_objext
19658if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19659 (eval $ac_compile) 2>conftest.er1
19660 ac_status=$?
19661 grep -v '^ *+' conftest.er1 >conftest.err
19662 rm -f conftest.er1
19663 cat conftest.err >&5
19664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19665 (exit $ac_status); } &&
6ebeb4c7 19666 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19668 (eval $ac_try) 2>&5
19669 ac_status=$?
19670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19671 (exit $ac_status); }; } &&
19672 { ac_try='test -s conftest.$ac_objext'
19673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19674 (eval $ac_try) 2>&5
19675 ac_status=$?
19676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19677 (exit $ac_status); }; }; then
19678 ac_lo=$ac_mid; break
19679else
19680 echo "$as_me: failed program was:" >&5
19681sed 's/^/| /' conftest.$ac_ext >&5
19682
19683ac_hi=`expr '(' $ac_mid ')' - 1`
19684 if test $ac_mid -le $ac_hi; then
19685 ac_lo= ac_hi=
19686 break
19687 fi
19688 ac_mid=`expr 2 '*' $ac_mid`
19689fi
19690rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19691 done
19692else
19693 echo "$as_me: failed program was:" >&5
19694sed 's/^/| /' conftest.$ac_ext >&5
19695
19696ac_lo= ac_hi=
19697fi
19698rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19699fi
19700rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19701# Binary search between lo and hi bounds.
19702while test "x$ac_lo" != "x$ac_hi"; do
19703 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19704 cat >conftest.$ac_ext <<_ACEOF
19705/* confdefs.h. */
19706_ACEOF
19707cat confdefs.h >>conftest.$ac_ext
19708cat >>conftest.$ac_ext <<_ACEOF
19709/* end confdefs.h. */
19710
83d8eb47
MW
19711 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19712 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19713 # error "fake wchar_t"
19714 #endif
19715 #ifdef HAVE_WCHAR_H
19716 # ifdef __CYGWIN__
19717 # include <stddef.h>
19718 # endif
19719 # include <wchar.h>
19720 #endif
19721 #ifdef HAVE_STDLIB_H
19722 # include <stdlib.h>
19723 #endif
19724 #include <stdio.h>
a848cd7e 19725
a848cd7e 19726
a848cd7e 19727
238ecede
MW
19728int
19729main ()
19730{
19731static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19732test_array [0] = 0
a848cd7e 19733
238ecede
MW
19734 ;
19735 return 0;
19736}
19737_ACEOF
19738rm -f conftest.$ac_objext
19739if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19740 (eval $ac_compile) 2>conftest.er1
19741 ac_status=$?
19742 grep -v '^ *+' conftest.er1 >conftest.err
19743 rm -f conftest.er1
19744 cat conftest.err >&5
19745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19746 (exit $ac_status); } &&
6ebeb4c7 19747 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
238ecede
MW
19748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19749 (eval $ac_try) 2>&5
19750 ac_status=$?
19751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19752 (exit $ac_status); }; } &&
19753 { ac_try='test -s conftest.$ac_objext'
19754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19755 (eval $ac_try) 2>&5
19756 ac_status=$?
19757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19758 (exit $ac_status); }; }; then
19759 ac_hi=$ac_mid
19760else
19761 echo "$as_me: failed program was:" >&5
19762sed 's/^/| /' conftest.$ac_ext >&5
19763
19764ac_lo=`expr '(' $ac_mid ')' + 1`
19765fi
19766rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19767done
19768case $ac_lo in
19769?*) ac_cv_sizeof_wchar_t=$ac_lo;;
19770'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19771See \`config.log' for more details." >&5
19772echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19773See \`config.log' for more details." >&2;}
19774 { (exit 1); exit 1; }; } ;;
19775esac
19776else
19777 if test "$cross_compiling" = yes; then
6ebeb4c7
VZ
19778 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19779echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
238ecede 19780 { (exit 1); exit 1; }; }
a848cd7e
SC
19781else
19782 cat >conftest.$ac_ext <<_ACEOF
19783/* confdefs.h. */
19784_ACEOF
19785cat confdefs.h >>conftest.$ac_ext
19786cat >>conftest.$ac_ext <<_ACEOF
19787/* end confdefs.h. */
19788
83d8eb47
MW
19789 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19790 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
238ecede
MW
19791 # error "fake wchar_t"
19792 #endif
19793 #ifdef HAVE_WCHAR_H
19794 # ifdef __CYGWIN__
19795 # include <stddef.h>
19796 # endif
19797 # include <wchar.h>
19798 #endif
19799 #ifdef HAVE_STDLIB_H
19800 # include <stdlib.h>
19801 #endif
19802 #include <stdio.h>
19803
19804
19805
19806long longval () { return (long) (sizeof (wchar_t)); }
19807unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19808#include <stdio.h>
19809#include <stdlib.h>
19810int
19811main ()
19812{
a848cd7e 19813
238ecede
MW
19814 FILE *f = fopen ("conftest.val", "w");
19815 if (! f)
19816 exit (1);
19817 if (((long) (sizeof (wchar_t))) < 0)
19818 {
19819 long i = longval ();
19820 if (i != ((long) (sizeof (wchar_t))))
19821 exit (1);
19822 fprintf (f, "%ld\n", i);
19823 }
19824 else
19825 {
19826 unsigned long i = ulongval ();
19827 if (i != ((long) (sizeof (wchar_t))))
19828 exit (1);
19829 fprintf (f, "%lu\n", i);
19830 }
19831 exit (ferror (f) || fclose (f) != 0);
19832
19833 ;
19834 return 0;
19835}
a848cd7e
SC
19836_ACEOF
19837rm -f conftest$ac_exeext
19838if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19839 (eval $ac_link) 2>&5
19840 ac_status=$?
19841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19842 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19844 (eval $ac_try) 2>&5
19845 ac_status=$?
19846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19847 (exit $ac_status); }; }; then
238ecede 19848 ac_cv_sizeof_wchar_t=`cat conftest.val`
a848cd7e
SC
19849else
19850 echo "$as_me: program exited with status $ac_status" >&5
19851echo "$as_me: failed program was:" >&5
19852sed 's/^/| /' conftest.$ac_ext >&5
19853
19854( exit $ac_status )
238ecede
MW
19855{ { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19856See \`config.log' for more details." >&5
19857echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19858See \`config.log' for more details." >&2;}
19859 { (exit 1); exit 1; }; }
a848cd7e 19860fi
ac1cb8d3 19861rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e 19862fi
a848cd7e 19863fi
238ecede
MW
19864rm -f conftest.val
19865else
19866 ac_cv_sizeof_wchar_t=0
19867fi
19868fi
19869echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
19870echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
a848cd7e 19871cat >>confdefs.h <<_ACEOF
238ecede 19872#define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
a848cd7e
SC
19873_ACEOF
19874
19875
47a7e797
MW
19876if test "$ac_cv_sizeof_wchar_t" != "0"; then
19877 wxUSE_WCHAR_T=yes
19878else
19879 wxUSE_WCHAR_T=no
19880fi
238ecede 19881
ba3d13e1
VZ
19882echo "$as_me:$LINENO: checking for va_copy" >&5
19883echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
19884if test "${wx_cv_func_va_copy+set}" = set; then
19885 echo $ECHO_N "(cached) $ECHO_C" >&6
19886else
19887
19888 cat >conftest.$ac_ext <<_ACEOF
19889
19890 #include <stdarg.h>
19891 void foo(char *f, ...)
19892 {
19893 va_list ap1, ap2;
19894 va_start(ap1, f);
19895 va_copy(ap2, ap1);
19896 va_end(ap2);
19897 va_end(ap1);
19898 }
5886b072
VZ
19899 int main()
19900 {
b902e639
VZ
19901 foo("hi", 17);
19902 return 0;
5886b072 19903 }
ba3d13e1
VZ
19904_ACEOF
19905rm -f conftest.$ac_objext conftest$ac_exeext
19906if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19907 (eval $ac_link) 2>conftest.er1
19908 ac_status=$?
19909 grep -v '^ *+' conftest.er1 >conftest.err
19910 rm -f conftest.er1
19911 cat conftest.err >&5
19912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19913 (exit $ac_status); } &&
6ebeb4c7 19914 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ba3d13e1
VZ
19915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19916 (eval $ac_try) 2>&5
19917 ac_status=$?
19918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19919 (exit $ac_status); }; } &&
19920 { ac_try='test -s conftest$ac_exeext'
19921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19922 (eval $ac_try) 2>&5
19923 ac_status=$?
19924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19925 (exit $ac_status); }; }; then
19926 wx_cv_func_va_copy=yes
19927else
19928 echo "$as_me: failed program was:" >&5
19929sed 's/^/| /' conftest.$ac_ext >&5
19930
19931wx_cv_func_va_copy=no
19932
19933fi
19934rm -f conftest.err conftest.$ac_objext \
19935 conftest$ac_exeext conftest.$ac_ext
19936
19937
19938fi
19939echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
19940echo "${ECHO_T}$wx_cv_func_va_copy" >&6
19941
19942if test $wx_cv_func_va_copy = "yes"; then
19943 cat >>confdefs.h <<\_ACEOF
19944#define HAVE_VA_COPY 1
19945_ACEOF
19946
19947else
19948 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
19949echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
19950if test "${wx_cv_type_va_list_lvalue+set}" = set; then
19951 echo $ECHO_N "(cached) $ECHO_C" >&6
19952else
19953
19954 if test "$cross_compiling" = yes; then
19955 wx_cv_type_va_list_lvalue=yes
19956
19957else
19958 cat >conftest.$ac_ext <<_ACEOF
19959
19960 #include <stdarg.h>
19961 int foo(char *f, ...)
19962 {
19963 va_list ap1, ap2;
19964 va_start(ap1, f);
19965 ap2 = ap1;
19966 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
19967 return 1;
19968 va_end(ap2);
19969 va_end(ap1);
19970 return 0;
19971 }
19972 int main()
19973 {
19974 return foo("hi", 17);
19975 }
19976_ACEOF
19977rm -f conftest$ac_exeext
19978if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19979 (eval $ac_link) 2>&5
19980 ac_status=$?
19981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19982 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19984 (eval $ac_try) 2>&5
19985 ac_status=$?
19986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19987 (exit $ac_status); }; }; then
19988 wx_cv_type_va_list_lvalue=yes
19989else
19990 echo "$as_me: program exited with status $ac_status" >&5
19991echo "$as_me: failed program was:" >&5
19992sed 's/^/| /' conftest.$ac_ext >&5
19993
19994( exit $ac_status )
19995wx_cv_type_va_list_lvalue=no
19996fi
19997rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19998fi
19999
20000
20001fi
20002echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
20003echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
20004
20005 if test $wx_cv_type_va_list_lvalue != "yes"; then
20006 cat >>confdefs.h <<\_ACEOF
20007#define VA_LIST_IS_ARRAY 1
20008_ACEOF
20009
20010 fi
20011fi
20012
a848cd7e
SC
20013# Check whether --enable-largefile or --disable-largefile was given.
20014if test "${enable_largefile+set}" = set; then
20015 enableval="$enable_largefile"
20016
20017fi;
20018if test "$enable_largefile" != no; then
20019 wx_largefile=no
20020
20021 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20022echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
20023if test "${ac_cv_sys_file_offset_bits+set}" = set; then
20024 echo $ECHO_N "(cached) $ECHO_C" >&6
20025else
20026
20027 cat >conftest.$ac_ext <<_ACEOF
20028/* confdefs.h. */
20029_ACEOF
20030cat confdefs.h >>conftest.$ac_ext
20031cat >>conftest.$ac_ext <<_ACEOF
20032/* end confdefs.h. */
20033#define _FILE_OFFSET_BITS 64
20034 #include <sys/types.h>
20035int
20036main ()
20037{
20038typedef struct {
20039 unsigned int field: sizeof(off_t) == 8;
20040} wxlf;
20041
20042 ;
20043 return 0;
20044}
20045_ACEOF
20046rm -f conftest.$ac_objext
20047if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20048 (eval $ac_compile) 2>conftest.er1
a848cd7e 20049 ac_status=$?
ac1cb8d3
VS
20050 grep -v '^ *+' conftest.er1 >conftest.err
20051 rm -f conftest.er1
20052 cat conftest.err >&5
a848cd7e
SC
20053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20054 (exit $ac_status); } &&
6ebeb4c7 20055 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20057 (eval $ac_try) 2>&5
20058 ac_status=$?
20059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20060 (exit $ac_status); }; } &&
20061 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20063 (eval $ac_try) 2>&5
20064 ac_status=$?
20065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20066 (exit $ac_status); }; }; then
20067 ac_cv_sys_file_offset_bits=64
20068else
20069 echo "$as_me: failed program was:" >&5
20070sed 's/^/| /' conftest.$ac_ext >&5
20071
20072ac_cv_sys_file_offset_bits=no
20073fi
ac1cb8d3 20074rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20075
20076
20077fi
20078echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
20079echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
20080
20081 if test "$ac_cv_sys_file_offset_bits" != no; then
20082 wx_largefile=yes
20083 cat >>confdefs.h <<_ACEOF
20084#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20085_ACEOF
20086
20087 fi
20088
20089 if test "x$wx_largefile" != "xyes"; then
20090
20091 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
20092echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
20093if test "${ac_cv_sys_large_files+set}" = set; then
20094 echo $ECHO_N "(cached) $ECHO_C" >&6
20095else
20096
20097 cat >conftest.$ac_ext <<_ACEOF
20098/* confdefs.h. */
20099_ACEOF
20100cat confdefs.h >>conftest.$ac_ext
20101cat >>conftest.$ac_ext <<_ACEOF
20102/* end confdefs.h. */
20103#define _LARGE_FILES 1
20104 #include <sys/types.h>
20105int
20106main ()
20107{
20108typedef struct {
20109 unsigned int field: sizeof(off_t) == 8;
20110} wxlf;
20111
20112 ;
20113 return 0;
20114}
20115_ACEOF
20116rm -f conftest.$ac_objext
20117if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20118 (eval $ac_compile) 2>conftest.er1
a848cd7e 20119 ac_status=$?
ac1cb8d3
VS
20120 grep -v '^ *+' conftest.er1 >conftest.err
20121 rm -f conftest.er1
20122 cat conftest.err >&5
a848cd7e
SC
20123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20124 (exit $ac_status); } &&
6ebeb4c7 20125 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20127 (eval $ac_try) 2>&5
20128 ac_status=$?
20129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20130 (exit $ac_status); }; } &&
20131 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20133 (eval $ac_try) 2>&5
20134 ac_status=$?
20135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20136 (exit $ac_status); }; }; then
20137 ac_cv_sys_large_files=1
20138else
20139 echo "$as_me: failed program was:" >&5
20140sed 's/^/| /' conftest.$ac_ext >&5
20141
20142ac_cv_sys_large_files=no
20143fi
ac1cb8d3 20144rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20145
20146
20147fi
20148echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
20149echo "${ECHO_T}$ac_cv_sys_large_files" >&6
20150
20151 if test "$ac_cv_sys_large_files" != no; then
20152 wx_largefile=yes
20153 cat >>confdefs.h <<_ACEOF
20154#define _LARGE_FILES $ac_cv_sys_large_files
20155_ACEOF
20156
20157 fi
20158
20159 fi
20160
20161 echo "$as_me:$LINENO: checking if large file support is available" >&5
20162echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
20163 if test "x$wx_largefile" = "xyes"; then
20164 cat >>confdefs.h <<\_ACEOF
20165#define HAVE_LARGEFILE_SUPPORT 1
20166_ACEOF
20167
20168 fi
20169 echo "$as_me:$LINENO: result: $wx_largefile" >&5
20170echo "${ECHO_T}$wx_largefile" >&6
20171fi
20172
5b674b9d
DE
20173
20174if test "x$wx_largefile" = "xyes"; then
20175 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
20176 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
00421666
MW
20177
20178 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
20179 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
20180echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
20181if test "${wx_cv_STDC_EXT_required+set}" = set; then
20182 echo $ECHO_N "(cached) $ECHO_C" >&6
20183else
20184
20185
20186
20187 ac_ext=cc
20188ac_cpp='$CXXCPP $CPPFLAGS'
20189ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20190ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20191ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20192
20193 cat >conftest.$ac_ext <<_ACEOF
20194/* confdefs.h. */
20195_ACEOF
20196cat confdefs.h >>conftest.$ac_ext
20197cat >>conftest.$ac_ext <<_ACEOF
20198/* end confdefs.h. */
20199
20200int
20201main ()
20202{
20203
20204 #ifndef __STDC_EXT__
20205 choke me
20206 #endif
20207
20208 ;
20209 return 0;
20210}
20211_ACEOF
20212rm -f conftest.$ac_objext
20213if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20214 (eval $ac_compile) 2>conftest.er1
20215 ac_status=$?
20216 grep -v '^ *+' conftest.er1 >conftest.err
20217 rm -f conftest.er1
20218 cat conftest.err >&5
20219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20220 (exit $ac_status); } &&
20221 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
20227 { ac_try='test -s conftest.$ac_objext'
20228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20229 (eval $ac_try) 2>&5
20230 ac_status=$?
20231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20232 (exit $ac_status); }; }; then
20233 wx_cv_STDC_EXT_required=no
20234else
20235 echo "$as_me: failed program was:" >&5
20236sed 's/^/| /' conftest.$ac_ext >&5
20237
20238wx_cv_STDC_EXT_required=yes
20239
20240fi
20241rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20242 ac_ext=c
20243ac_cpp='$CPP $CPPFLAGS'
20244ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20245ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20246ac_compiler_gnu=$ac_cv_c_compiler_gnu
20247
20248
20249
20250fi
20251echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
20252echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
20253 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
20254 CXXFLAGS="$CXXFLAGS -D__STDC_EXT__"
20255 fi
20256 fi
5b674b9d
DE
20257 else
20258 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
20259 fi
20260 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
5294a27e
VZ
20261echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
20262if test "${ac_cv_sys_largefile_source+set}" = set; then
20263 echo $ECHO_N "(cached) $ECHO_C" >&6
20264else
20265 while :; do
20266 ac_cv_sys_largefile_source=no
20267 cat >conftest.$ac_ext <<_ACEOF
20268/* confdefs.h. */
20269_ACEOF
20270cat confdefs.h >>conftest.$ac_ext
20271cat >>conftest.$ac_ext <<_ACEOF
20272/* end confdefs.h. */
20273#include <stdio.h>
20274int
20275main ()
20276{
20277return !fseeko;
20278 ;
20279 return 0;
20280}
20281_ACEOF
20282rm -f conftest.$ac_objext
20283if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20284 (eval $ac_compile) 2>conftest.er1
20285 ac_status=$?
20286 grep -v '^ *+' conftest.er1 >conftest.err
20287 rm -f conftest.er1
20288 cat conftest.err >&5
20289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20290 (exit $ac_status); } &&
6ebeb4c7 20291 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
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); }; } &&
20297 { ac_try='test -s conftest.$ac_objext'
20298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20299 (eval $ac_try) 2>&5
20300 ac_status=$?
20301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20302 (exit $ac_status); }; }; then
20303 break
20304else
20305 echo "$as_me: failed program was:" >&5
20306sed 's/^/| /' conftest.$ac_ext >&5
20307
20308fi
20309rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20310 cat >conftest.$ac_ext <<_ACEOF
20311/* confdefs.h. */
20312_ACEOF
20313cat confdefs.h >>conftest.$ac_ext
20314cat >>conftest.$ac_ext <<_ACEOF
20315/* end confdefs.h. */
20316#define _LARGEFILE_SOURCE 1
20317#include <stdio.h>
20318int
20319main ()
20320{
20321return !fseeko;
20322 ;
20323 return 0;
20324}
20325_ACEOF
20326rm -f conftest.$ac_objext
20327if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20328 (eval $ac_compile) 2>conftest.er1
20329 ac_status=$?
20330 grep -v '^ *+' conftest.er1 >conftest.err
20331 rm -f conftest.er1
20332 cat conftest.err >&5
20333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20334 (exit $ac_status); } &&
6ebeb4c7 20335 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
20336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20337 (eval $ac_try) 2>&5
20338 ac_status=$?
20339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20340 (exit $ac_status); }; } &&
20341 { ac_try='test -s conftest.$ac_objext'
20342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20343 (eval $ac_try) 2>&5
20344 ac_status=$?
20345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20346 (exit $ac_status); }; }; then
20347 ac_cv_sys_largefile_source=1; break
20348else
20349 echo "$as_me: failed program was:" >&5
20350sed 's/^/| /' conftest.$ac_ext >&5
20351
20352fi
20353rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20354 break
20355done
20356fi
20357echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
20358echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
20359if test "$ac_cv_sys_largefile_source" != no; then
20360
20361cat >>confdefs.h <<_ACEOF
20362#define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20363_ACEOF
20364
20365fi
20366rm -f conftest*
20367
20368# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20369# in glibc 2.1.3, but that breaks too many other things.
20370# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20371echo "$as_me:$LINENO: checking for fseeko" >&5
20372echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20373if test "${ac_cv_func_fseeko+set}" = set; then
20374 echo $ECHO_N "(cached) $ECHO_C" >&6
20375else
20376 cat >conftest.$ac_ext <<_ACEOF
20377/* confdefs.h. */
20378_ACEOF
20379cat confdefs.h >>conftest.$ac_ext
20380cat >>conftest.$ac_ext <<_ACEOF
20381/* end confdefs.h. */
20382#include <stdio.h>
20383int
20384main ()
20385{
20386return fseeko && fseeko (stdin, 0, 0);
20387 ;
20388 return 0;
20389}
20390_ACEOF
20391rm -f conftest.$ac_objext conftest$ac_exeext
20392if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20393 (eval $ac_link) 2>conftest.er1
20394 ac_status=$?
20395 grep -v '^ *+' conftest.er1 >conftest.err
20396 rm -f conftest.er1
20397 cat conftest.err >&5
20398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20399 (exit $ac_status); } &&
6ebeb4c7 20400 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5294a27e
VZ
20401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20402 (eval $ac_try) 2>&5
20403 ac_status=$?
20404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20405 (exit $ac_status); }; } &&
20406 { ac_try='test -s conftest$ac_exeext'
20407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20408 (eval $ac_try) 2>&5
20409 ac_status=$?
20410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20411 (exit $ac_status); }; }; then
20412 ac_cv_func_fseeko=yes
20413else
20414 echo "$as_me: failed program was:" >&5
20415sed 's/^/| /' conftest.$ac_ext >&5
20416
20417ac_cv_func_fseeko=no
20418fi
20419rm -f conftest.err conftest.$ac_objext \
20420 conftest$ac_exeext conftest.$ac_ext
20421fi
20422echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20423echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20424if test $ac_cv_func_fseeko = yes; then
20425
20426cat >>confdefs.h <<\_ACEOF
20427#define HAVE_FSEEKO 1
20428_ACEOF
20429
20430fi
20431
5b674b9d
DE
20432 if test "$ac_cv_sys_largefile_source" != no; then
20433 WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
a848cd7e
SC
20434 fi
20435 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20436fi
20437
20438echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20439echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20440if test "${ac_cv_c_bigendian+set}" = set; then
20441 echo $ECHO_N "(cached) $ECHO_C" >&6
20442else
20443 ac_cv_c_bigendian=unknown
20444# See if sys/param.h defines the BYTE_ORDER macro.
20445cat >conftest.$ac_ext <<_ACEOF
20446/* confdefs.h. */
20447_ACEOF
20448cat confdefs.h >>conftest.$ac_ext
20449cat >>conftest.$ac_ext <<_ACEOF
20450/* end confdefs.h. */
20451#include <sys/types.h>
20452#include <sys/param.h>
20453int
20454main ()
20455{
20456
20457#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20458 bogus endian macros
20459#endif
20460 ;
20461 return 0;
20462}
20463_ACEOF
20464rm -f conftest.$ac_objext
20465if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20466 (eval $ac_compile) 2>conftest.er1
a848cd7e 20467 ac_status=$?
ac1cb8d3
VS
20468 grep -v '^ *+' conftest.er1 >conftest.err
20469 rm -f conftest.er1
20470 cat conftest.err >&5
a848cd7e
SC
20471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20472 (exit $ac_status); } &&
6ebeb4c7 20473 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20475 (eval $ac_try) 2>&5
20476 ac_status=$?
20477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20478 (exit $ac_status); }; } &&
20479 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20481 (eval $ac_try) 2>&5
20482 ac_status=$?
20483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20484 (exit $ac_status); }; }; then
20485 # It does; now see whether it defined to BIG_ENDIAN or not.
20486cat >conftest.$ac_ext <<_ACEOF
20487/* confdefs.h. */
20488_ACEOF
20489cat confdefs.h >>conftest.$ac_ext
20490cat >>conftest.$ac_ext <<_ACEOF
20491/* end confdefs.h. */
20492#include <sys/types.h>
20493#include <sys/param.h>
20494int
20495main ()
20496{
20497
20498#if BYTE_ORDER != BIG_ENDIAN
20499 not big endian
20500#endif
20501 ;
20502 return 0;
20503}
20504_ACEOF
20505rm -f conftest.$ac_objext
20506if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20507 (eval $ac_compile) 2>conftest.er1
a848cd7e 20508 ac_status=$?
ac1cb8d3
VS
20509 grep -v '^ *+' conftest.er1 >conftest.err
20510 rm -f conftest.er1
20511 cat conftest.err >&5
a848cd7e
SC
20512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20513 (exit $ac_status); } &&
6ebeb4c7 20514 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20516 (eval $ac_try) 2>&5
20517 ac_status=$?
20518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20519 (exit $ac_status); }; } &&
20520 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20522 (eval $ac_try) 2>&5
20523 ac_status=$?
20524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20525 (exit $ac_status); }; }; then
20526 ac_cv_c_bigendian=yes
20527else
20528 echo "$as_me: failed program was:" >&5
20529sed 's/^/| /' conftest.$ac_ext >&5
20530
20531ac_cv_c_bigendian=no
20532fi
ac1cb8d3 20533rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20534else
20535 echo "$as_me: failed program was:" >&5
20536sed 's/^/| /' conftest.$ac_ext >&5
20537
20538fi
ac1cb8d3 20539rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20540if test $ac_cv_c_bigendian = unknown; then
20541if test "$cross_compiling" = yes; then
20542 ac_cv_c_bigendian=unknown
20543else
20544 cat >conftest.$ac_ext <<_ACEOF
20545/* confdefs.h. */
20546_ACEOF
20547cat confdefs.h >>conftest.$ac_ext
20548cat >>conftest.$ac_ext <<_ACEOF
20549/* end confdefs.h. */
20550main () {
20551 /* Are we little or big endian? From Harbison&Steele. */
20552 union
20553 {
20554 long l;
20555 char c[sizeof (long)];
20556 } u;
20557 u.l = 1;
20558 exit (u.c[sizeof (long) - 1] == 1);
20559}
20560_ACEOF
20561rm -f conftest$ac_exeext
20562if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20563 (eval $ac_link) 2>&5
20564 ac_status=$?
20565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20566 (exit $ac_status); } && { ac_try='./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_c_bigendian=no
20573else
20574 echo "$as_me: program exited with status $ac_status" >&5
20575echo "$as_me: failed program was:" >&5
20576sed 's/^/| /' conftest.$ac_ext >&5
20577
20578( exit $ac_status )
20579ac_cv_c_bigendian=yes
20580fi
ac1cb8d3 20581rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20582fi
20583fi
20584fi
20585echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20586echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20587if test $ac_cv_c_bigendian = unknown; then
20588 { 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
20589echo "$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;}
20590fi
20591if test $ac_cv_c_bigendian = yes; then
20592 cat >>confdefs.h <<\_ACEOF
20593#define WORDS_BIGENDIAN 1
20594_ACEOF
20595
20596fi
20597
20598
20599ac_ext=cc
20600ac_cpp='$CXXCPP $CPPFLAGS'
20601ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20602ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20603ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20604echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20605echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20606if test -z "$CXXCPP"; then
20607 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20608 echo $ECHO_N "(cached) $ECHO_C" >&6
20609else
20610 # Double quotes because CXXCPP needs to be expanded
20611 for CXXCPP in "$CXX -E" "/lib/cpp"
20612 do
20613 ac_preproc_ok=false
20614for ac_cxx_preproc_warn_flag in '' yes
20615do
20616 # Use a header file that comes with gcc, so configuring glibc
20617 # with a fresh cross-compiler works.
20618 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20619 # <limits.h> exists even on freestanding compilers.
20620 # On the NeXT, cc -E runs the code through the compiler's parser,
20621 # not just through cpp. "Syntax error" is here to catch this case.
20622 cat >conftest.$ac_ext <<_ACEOF
20623/* confdefs.h. */
20624_ACEOF
20625cat confdefs.h >>conftest.$ac_ext
20626cat >>conftest.$ac_ext <<_ACEOF
20627/* end confdefs.h. */
20628#ifdef __STDC__
20629# include <limits.h>
20630#else
20631# include <assert.h>
20632#endif
ac1cb8d3 20633 Syntax error
a848cd7e
SC
20634_ACEOF
20635if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20636 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20637 ac_status=$?
20638 grep -v '^ *+' conftest.er1 >conftest.err
20639 rm -f conftest.er1
20640 cat conftest.err >&5
20641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20642 (exit $ac_status); } >/dev/null; then
20643 if test -s conftest.err; then
20644 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20645 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20646 else
20647 ac_cpp_err=
20648 fi
20649else
20650 ac_cpp_err=yes
20651fi
20652if test -z "$ac_cpp_err"; then
20653 :
20654else
20655 echo "$as_me: failed program was:" >&5
20656sed 's/^/| /' conftest.$ac_ext >&5
20657
20658 # Broken: fails on valid input.
20659continue
20660fi
20661rm -f conftest.err conftest.$ac_ext
20662
20663 # OK, works on sane cases. Now check whether non-existent headers
20664 # can be detected and how.
20665 cat >conftest.$ac_ext <<_ACEOF
20666/* confdefs.h. */
20667_ACEOF
20668cat confdefs.h >>conftest.$ac_ext
20669cat >>conftest.$ac_ext <<_ACEOF
20670/* end confdefs.h. */
20671#include <ac_nonexistent.h>
20672_ACEOF
20673if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20674 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20675 ac_status=$?
20676 grep -v '^ *+' conftest.er1 >conftest.err
20677 rm -f conftest.er1
20678 cat conftest.err >&5
20679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20680 (exit $ac_status); } >/dev/null; then
20681 if test -s conftest.err; then
20682 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20683 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20684 else
20685 ac_cpp_err=
20686 fi
20687else
20688 ac_cpp_err=yes
20689fi
20690if test -z "$ac_cpp_err"; then
20691 # Broken: success on invalid input.
20692continue
20693else
20694 echo "$as_me: failed program was:" >&5
20695sed 's/^/| /' conftest.$ac_ext >&5
20696
20697 # Passes both tests.
20698ac_preproc_ok=:
20699break
20700fi
20701rm -f conftest.err conftest.$ac_ext
20702
20703done
20704# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20705rm -f conftest.err conftest.$ac_ext
20706if $ac_preproc_ok; then
20707 break
20708fi
20709
20710 done
20711 ac_cv_prog_CXXCPP=$CXXCPP
20712
20713fi
20714 CXXCPP=$ac_cv_prog_CXXCPP
20715else
20716 ac_cv_prog_CXXCPP=$CXXCPP
20717fi
20718echo "$as_me:$LINENO: result: $CXXCPP" >&5
20719echo "${ECHO_T}$CXXCPP" >&6
20720ac_preproc_ok=false
20721for ac_cxx_preproc_warn_flag in '' yes
20722do
20723 # Use a header file that comes with gcc, so configuring glibc
20724 # with a fresh cross-compiler works.
20725 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20726 # <limits.h> exists even on freestanding compilers.
20727 # On the NeXT, cc -E runs the code through the compiler's parser,
20728 # not just through cpp. "Syntax error" is here to catch this case.
20729 cat >conftest.$ac_ext <<_ACEOF
20730/* confdefs.h. */
20731_ACEOF
20732cat confdefs.h >>conftest.$ac_ext
20733cat >>conftest.$ac_ext <<_ACEOF
20734/* end confdefs.h. */
20735#ifdef __STDC__
20736# include <limits.h>
20737#else
20738# include <assert.h>
20739#endif
ac1cb8d3 20740 Syntax error
a848cd7e
SC
20741_ACEOF
20742if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20743 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20744 ac_status=$?
20745 grep -v '^ *+' conftest.er1 >conftest.err
20746 rm -f conftest.er1
20747 cat conftest.err >&5
20748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20749 (exit $ac_status); } >/dev/null; then
20750 if test -s conftest.err; then
20751 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20752 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20753 else
20754 ac_cpp_err=
20755 fi
20756else
20757 ac_cpp_err=yes
20758fi
20759if test -z "$ac_cpp_err"; then
20760 :
20761else
20762 echo "$as_me: failed program was:" >&5
20763sed 's/^/| /' conftest.$ac_ext >&5
20764
20765 # Broken: fails on valid input.
20766continue
20767fi
20768rm -f conftest.err conftest.$ac_ext
20769
20770 # OK, works on sane cases. Now check whether non-existent headers
20771 # can be detected and how.
20772 cat >conftest.$ac_ext <<_ACEOF
20773/* confdefs.h. */
20774_ACEOF
20775cat confdefs.h >>conftest.$ac_ext
20776cat >>conftest.$ac_ext <<_ACEOF
20777/* end confdefs.h. */
20778#include <ac_nonexistent.h>
20779_ACEOF
20780if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20781 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20782 ac_status=$?
20783 grep -v '^ *+' conftest.er1 >conftest.err
20784 rm -f conftest.er1
20785 cat conftest.err >&5
20786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20787 (exit $ac_status); } >/dev/null; then
20788 if test -s conftest.err; then
20789 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20790 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20791 else
20792 ac_cpp_err=
20793 fi
20794else
20795 ac_cpp_err=yes
20796fi
20797if test -z "$ac_cpp_err"; then
20798 # Broken: success on invalid input.
20799continue
20800else
20801 echo "$as_me: failed program was:" >&5
20802sed 's/^/| /' conftest.$ac_ext >&5
20803
20804 # Passes both tests.
20805ac_preproc_ok=:
20806break
20807fi
20808rm -f conftest.err conftest.$ac_ext
20809
20810done
20811# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20812rm -f conftest.err conftest.$ac_ext
20813if $ac_preproc_ok; then
20814 :
20815else
20816 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20817See \`config.log' for more details." >&5
20818echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20819See \`config.log' for more details." >&2;}
20820 { (exit 1); exit 1; }; }
20821fi
20822
20823ac_ext=cc
20824ac_cpp='$CXXCPP $CPPFLAGS'
20825ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20826ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20827ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20828
20829
20830
20831
20832
20833 ac_ext=cc
20834ac_cpp='$CXXCPP $CPPFLAGS'
20835ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20836ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20837ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20838
20839
20840
20841for ac_header in iostream
20842do
20843as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20844if eval "test \"\${$as_ac_Header+set}\" = set"; then
20845 echo "$as_me:$LINENO: checking for $ac_header" >&5
20846echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20847if eval "test \"\${$as_ac_Header+set}\" = set"; then
20848 echo $ECHO_N "(cached) $ECHO_C" >&6
20849fi
20850echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20851echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20852else
20853 # Is the header compilable?
20854echo "$as_me:$LINENO: checking $ac_header usability" >&5
20855echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20856cat >conftest.$ac_ext <<_ACEOF
20857/* confdefs.h. */
20858_ACEOF
20859cat confdefs.h >>conftest.$ac_ext
20860cat >>conftest.$ac_ext <<_ACEOF
20861/* end confdefs.h. */
20862$ac_includes_default
20863#include <$ac_header>
20864_ACEOF
20865rm -f conftest.$ac_objext
20866if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 20867 (eval $ac_compile) 2>conftest.er1
a848cd7e 20868 ac_status=$?
ac1cb8d3
VS
20869 grep -v '^ *+' conftest.er1 >conftest.err
20870 rm -f conftest.er1
20871 cat conftest.err >&5
a848cd7e
SC
20872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20873 (exit $ac_status); } &&
6ebeb4c7 20874 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
20875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20876 (eval $ac_try) 2>&5
20877 ac_status=$?
20878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20879 (exit $ac_status); }; } &&
20880 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
20881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20882 (eval $ac_try) 2>&5
20883 ac_status=$?
20884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20885 (exit $ac_status); }; }; then
20886 ac_header_compiler=yes
20887else
20888 echo "$as_me: failed program was:" >&5
20889sed 's/^/| /' conftest.$ac_ext >&5
20890
20891ac_header_compiler=no
20892fi
ac1cb8d3 20893rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
20894echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20895echo "${ECHO_T}$ac_header_compiler" >&6
20896
20897# Is the header present?
20898echo "$as_me:$LINENO: checking $ac_header presence" >&5
20899echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20900cat >conftest.$ac_ext <<_ACEOF
20901/* confdefs.h. */
20902_ACEOF
20903cat confdefs.h >>conftest.$ac_ext
20904cat >>conftest.$ac_ext <<_ACEOF
20905/* end confdefs.h. */
20906#include <$ac_header>
20907_ACEOF
20908if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20909 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20910 ac_status=$?
20911 grep -v '^ *+' conftest.er1 >conftest.err
20912 rm -f conftest.er1
20913 cat conftest.err >&5
20914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20915 (exit $ac_status); } >/dev/null; then
20916 if test -s conftest.err; then
20917 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 20918 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
a848cd7e
SC
20919 else
20920 ac_cpp_err=
20921 fi
20922else
20923 ac_cpp_err=yes
20924fi
20925if test -z "$ac_cpp_err"; then
20926 ac_header_preproc=yes
20927else
20928 echo "$as_me: failed program was:" >&5
20929sed 's/^/| /' conftest.$ac_ext >&5
20930
20931 ac_header_preproc=no
20932fi
20933rm -f conftest.err conftest.$ac_ext
20934echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20935echo "${ECHO_T}$ac_header_preproc" >&6
20936
20937# So? What about this header?
ac1cb8d3
VS
20938case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20939 yes:no: )
a848cd7e
SC
20940 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20941echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
20942 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20943echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20944 ac_header_preproc=yes
a848cd7e 20945 ;;
ac1cb8d3 20946 no:yes:* )
a848cd7e
SC
20947 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20948echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
20949 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20950echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20951 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20952echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20953 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20954echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
20955 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20956echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
20957 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20958echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
20959 (
20960 cat <<\_ASBOX
ac1cb8d3
VS
20961## ----------------------------------------- ##
20962## Report this to wx-dev@lists.wxwidgets.org ##
20963## ----------------------------------------- ##
a848cd7e
SC
20964_ASBOX
20965 ) |
20966 sed "s/^/$as_me: WARNING: /" >&2
20967 ;;
20968esac
20969echo "$as_me:$LINENO: checking for $ac_header" >&5
20970echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20971if eval "test \"\${$as_ac_Header+set}\" = set"; then
20972 echo $ECHO_N "(cached) $ECHO_C" >&6
20973else
ac1cb8d3 20974 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
20975fi
20976echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20977echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20978
20979fi
20980if test `eval echo '${'$as_ac_Header'}'` = yes; then
20981 cat >>confdefs.h <<_ACEOF
20982#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20983_ACEOF
20984
20985fi
20986
20987done
20988
20989
20990 if test "$ac_cv_header_iostream" = "yes" ; then
20991 :
20992 else
20993 cat >>confdefs.h <<\_ACEOF
20994#define wxUSE_IOSTREAMH 1
20995_ACEOF
20996
20997 fi
20998
20999 ac_ext=c
21000ac_cpp='$CPP $CPPFLAGS'
21001ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21002ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21003ac_compiler_gnu=$ac_cv_c_compiler_gnu
21004
21005
21006
21007
21008 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
21009echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
21010if test "${wx_cv_cpp_bool+set}" = set; then
21011 echo $ECHO_N "(cached) $ECHO_C" >&6
21012else
21013
21014
21015
21016 ac_ext=cc
21017ac_cpp='$CXXCPP $CPPFLAGS'
21018ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21019ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21020ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21021
21022
21023 cat >conftest.$ac_ext <<_ACEOF
21024/* confdefs.h. */
21025_ACEOF
21026cat confdefs.h >>conftest.$ac_ext
21027cat >>conftest.$ac_ext <<_ACEOF
21028/* end confdefs.h. */
21029
21030
21031int
21032main ()
21033{
21034
21035 bool b = true;
21036
21037 return 0;
21038
21039 ;
21040 return 0;
21041}
21042_ACEOF
21043rm -f conftest.$ac_objext
21044if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21045 (eval $ac_compile) 2>conftest.er1
a848cd7e 21046 ac_status=$?
ac1cb8d3
VS
21047 grep -v '^ *+' conftest.er1 >conftest.err
21048 rm -f conftest.er1
21049 cat conftest.err >&5
a848cd7e
SC
21050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21051 (exit $ac_status); } &&
6ebeb4c7 21052 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21054 (eval $ac_try) 2>&5
21055 ac_status=$?
21056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21057 (exit $ac_status); }; } &&
21058 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21060 (eval $ac_try) 2>&5
21061 ac_status=$?
21062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21063 (exit $ac_status); }; }; then
21064
21065 wx_cv_cpp_bool=yes
21066
21067else
21068 echo "$as_me: failed program was:" >&5
21069sed 's/^/| /' conftest.$ac_ext >&5
21070
21071
21072 wx_cv_cpp_bool=no
21073
21074
21075fi
ac1cb8d3 21076rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21077
21078 ac_ext=c
21079ac_cpp='$CPP $CPPFLAGS'
21080ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21081ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21082ac_compiler_gnu=$ac_cv_c_compiler_gnu
21083
21084
21085fi
21086echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
21087echo "${ECHO_T}$wx_cv_cpp_bool" >&6
21088
21089 if test "$wx_cv_cpp_bool" = "yes"; then
21090 cat >>confdefs.h <<\_ACEOF
21091#define HAVE_BOOL 1
21092_ACEOF
21093
21094 fi
21095
21096
21097
21098 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
21099echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
21100if test "${wx_cv_explicit+set}" = set; then
21101 echo $ECHO_N "(cached) $ECHO_C" >&6
21102else
21103
21104
21105
21106 ac_ext=cc
21107ac_cpp='$CXXCPP $CPPFLAGS'
21108ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21109ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21110ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21111
21112
21113 cat >conftest.$ac_ext <<_ACEOF
21114/* confdefs.h. */
21115_ACEOF
21116cat confdefs.h >>conftest.$ac_ext
21117cat >>conftest.$ac_ext <<_ACEOF
21118/* end confdefs.h. */
21119
21120 class Foo { public: explicit Foo(int) {} };
21121
21122int
21123main ()
21124{
21125
21126 return 0;
21127
21128 ;
21129 return 0;
21130}
21131_ACEOF
21132rm -f conftest.$ac_objext
21133if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21134 (eval $ac_compile) 2>conftest.er1
a848cd7e 21135 ac_status=$?
ac1cb8d3
VS
21136 grep -v '^ *+' conftest.er1 >conftest.err
21137 rm -f conftest.er1
21138 cat conftest.err >&5
a848cd7e
SC
21139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21140 (exit $ac_status); } &&
6ebeb4c7 21141 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21143 (eval $ac_try) 2>&5
21144 ac_status=$?
21145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21146 (exit $ac_status); }; } &&
21147 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21149 (eval $ac_try) 2>&5
21150 ac_status=$?
21151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21152 (exit $ac_status); }; }; then
21153
21154 cat >conftest.$ac_ext <<_ACEOF
21155/* confdefs.h. */
21156_ACEOF
21157cat confdefs.h >>conftest.$ac_ext
21158cat >>conftest.$ac_ext <<_ACEOF
21159/* end confdefs.h. */
21160
21161 class Foo { public: explicit Foo(int) {} };
21162 static void TakeFoo(const Foo& foo) { }
21163
21164int
21165main ()
21166{
21167
21168 TakeFoo(17);
21169 return 0;
21170
21171 ;
21172 return 0;
21173}
21174_ACEOF
21175rm -f conftest.$ac_objext
21176if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21177 (eval $ac_compile) 2>conftest.er1
a848cd7e 21178 ac_status=$?
ac1cb8d3
VS
21179 grep -v '^ *+' conftest.er1 >conftest.err
21180 rm -f conftest.er1
21181 cat conftest.err >&5
a848cd7e
SC
21182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21183 (exit $ac_status); } &&
6ebeb4c7 21184 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21186 (eval $ac_try) 2>&5
21187 ac_status=$?
21188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21189 (exit $ac_status); }; } &&
21190 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21192 (eval $ac_try) 2>&5
21193 ac_status=$?
21194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21195 (exit $ac_status); }; }; then
21196 wx_cv_explicit=no
21197else
21198 echo "$as_me: failed program was:" >&5
21199sed 's/^/| /' conftest.$ac_ext >&5
21200
21201wx_cv_explicit=yes
21202
21203fi
ac1cb8d3 21204rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21205
21206else
21207 echo "$as_me: failed program was:" >&5
21208sed 's/^/| /' conftest.$ac_ext >&5
21209
21210wx_cv_explicit=no
21211
21212fi
ac1cb8d3 21213rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21214
21215 ac_ext=c
21216ac_cpp='$CPP $CPPFLAGS'
21217ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21218ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21219ac_compiler_gnu=$ac_cv_c_compiler_gnu
21220
21221
21222fi
21223echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
21224echo "${ECHO_T}$wx_cv_explicit" >&6
21225
21226 if test "$wx_cv_explicit" = "yes"; then
21227 cat >>confdefs.h <<\_ACEOF
21228#define HAVE_EXPLICIT 1
21229_ACEOF
21230
21231 fi
21232
21233
21234echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
21235echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
21236if test "${ac_cv_cxx_const_cast+set}" = set; then
21237 echo $ECHO_N "(cached) $ECHO_C" >&6
21238else
21239
21240
21241 ac_ext=cc
21242ac_cpp='$CXXCPP $CPPFLAGS'
21243ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21244ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21245ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21246
21247 cat >conftest.$ac_ext <<_ACEOF
21248/* confdefs.h. */
21249_ACEOF
21250cat confdefs.h >>conftest.$ac_ext
21251cat >>conftest.$ac_ext <<_ACEOF
21252/* end confdefs.h. */
21253
21254int
21255main ()
21256{
21257int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
21258 ;
21259 return 0;
21260}
21261_ACEOF
21262rm -f conftest.$ac_objext
21263if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21264 (eval $ac_compile) 2>conftest.er1
a848cd7e 21265 ac_status=$?
ac1cb8d3
VS
21266 grep -v '^ *+' conftest.er1 >conftest.err
21267 rm -f conftest.er1
21268 cat conftest.err >&5
a848cd7e
SC
21269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21270 (exit $ac_status); } &&
6ebeb4c7 21271 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21273 (eval $ac_try) 2>&5
21274 ac_status=$?
21275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21276 (exit $ac_status); }; } &&
21277 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21279 (eval $ac_try) 2>&5
21280 ac_status=$?
21281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21282 (exit $ac_status); }; }; then
21283 ac_cv_cxx_const_cast=yes
21284else
21285 echo "$as_me: failed program was:" >&5
21286sed 's/^/| /' conftest.$ac_ext >&5
21287
21288ac_cv_cxx_const_cast=no
21289fi
ac1cb8d3 21290rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21291 ac_ext=c
21292ac_cpp='$CPP $CPPFLAGS'
21293ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21294ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21295ac_compiler_gnu=$ac_cv_c_compiler_gnu
21296
21297
21298fi
21299echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
21300echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
21301if test "$ac_cv_cxx_const_cast" = yes; then
21302
21303cat >>confdefs.h <<\_ACEOF
21304#define HAVE_CONST_CAST
21305_ACEOF
21306
21307fi
21308
7714864e
RL
21309echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
21310echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
21311if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
21312 echo $ECHO_N "(cached) $ECHO_C" >&6
21313else
21314
21315
21316 ac_ext=cc
21317ac_cpp='$CXXCPP $CPPFLAGS'
21318ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21319ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21320ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21321
21322 cat >conftest.$ac_ext <<_ACEOF
21323/* confdefs.h. */
21324_ACEOF
21325cat confdefs.h >>conftest.$ac_ext
21326cat >>conftest.$ac_ext <<_ACEOF
21327/* end confdefs.h. */
21328#include <typeinfo>
21329class Base { public : Base () {} virtual void f () = 0;};
21330class Derived : public Base { public : Derived () {} virtual void f () {} };
21331class Unrelated { public : Unrelated () {} };
21332int g (Unrelated&) { return 0; }
21333int
21334main ()
21335{
21336
21337Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
21338 ;
21339 return 0;
21340}
21341_ACEOF
21342rm -f conftest.$ac_objext
21343if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21344 (eval $ac_compile) 2>conftest.er1
21345 ac_status=$?
21346 grep -v '^ *+' conftest.er1 >conftest.err
21347 rm -f conftest.er1
21348 cat conftest.err >&5
21349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21350 (exit $ac_status); } &&
6ebeb4c7 21351 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
7714864e
RL
21352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21353 (eval $ac_try) 2>&5
21354 ac_status=$?
21355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21356 (exit $ac_status); }; } &&
21357 { ac_try='test -s conftest.$ac_objext'
21358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21359 (eval $ac_try) 2>&5
21360 ac_status=$?
21361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21362 (exit $ac_status); }; }; then
21363 ac_cv_cxx_reinterpret_cast=yes
21364else
21365 echo "$as_me: failed program was:" >&5
21366sed 's/^/| /' conftest.$ac_ext >&5
21367
21368ac_cv_cxx_reinterpret_cast=no
21369fi
21370rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21371 ac_ext=c
21372ac_cpp='$CPP $CPPFLAGS'
21373ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21374ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21375ac_compiler_gnu=$ac_cv_c_compiler_gnu
21376
21377
21378fi
21379echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21380echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21381if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21382
21383cat >>confdefs.h <<\_ACEOF
21384#define HAVE_REINTERPRET_CAST
21385_ACEOF
21386
21387fi
21388
a848cd7e
SC
21389echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21390echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21391if test "${ac_cv_cxx_static_cast+set}" = set; then
21392 echo $ECHO_N "(cached) $ECHO_C" >&6
21393else
21394
21395
21396 ac_ext=cc
21397ac_cpp='$CXXCPP $CPPFLAGS'
21398ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21399ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21400ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21401
21402 cat >conftest.$ac_ext <<_ACEOF
21403/* confdefs.h. */
21404_ACEOF
21405cat confdefs.h >>conftest.$ac_ext
21406cat >>conftest.$ac_ext <<_ACEOF
21407/* end confdefs.h. */
21408#include <typeinfo>
21409class Base { public : Base () {} virtual void f () = 0; };
21410class Derived : public Base { public : Derived () {} virtual void f () {} };
21411int g (Derived&) { return 0; }
21412int
21413main ()
21414{
21415
21416Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21417 ;
21418 return 0;
21419}
21420_ACEOF
21421rm -f conftest.$ac_objext
21422if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21423 (eval $ac_compile) 2>conftest.er1
a848cd7e 21424 ac_status=$?
ac1cb8d3
VS
21425 grep -v '^ *+' conftest.er1 >conftest.err
21426 rm -f conftest.er1
21427 cat conftest.err >&5
a848cd7e
SC
21428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21429 (exit $ac_status); } &&
6ebeb4c7 21430 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21432 (eval $ac_try) 2>&5
21433 ac_status=$?
21434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21435 (exit $ac_status); }; } &&
21436 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21438 (eval $ac_try) 2>&5
21439 ac_status=$?
21440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21441 (exit $ac_status); }; }; then
21442 ac_cv_cxx_static_cast=yes
21443else
21444 echo "$as_me: failed program was:" >&5
21445sed 's/^/| /' conftest.$ac_ext >&5
21446
21447ac_cv_cxx_static_cast=no
21448fi
ac1cb8d3 21449rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21450 ac_ext=c
21451ac_cpp='$CPP $CPPFLAGS'
21452ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21453ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21454ac_compiler_gnu=$ac_cv_c_compiler_gnu
21455
21456
21457fi
21458echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21459echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21460if test "$ac_cv_cxx_static_cast" = yes; then
21461
21462cat >>confdefs.h <<\_ACEOF
21463#define HAVE_STATIC_CAST
21464_ACEOF
21465
21466fi
21467
21468
3c28b7cb
MW
21469if test "x$SUNCXX" = xyes; then
21470 CXXFLAGS="$CXXFLAGS -features=tmplife"
21471fi
21472
f56c22b4 21473if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
a848cd7e
SC
21474 ac_ext=cc
21475ac_cpp='$CXXCPP $CPPFLAGS'
21476ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21477ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21478ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21479
21480
f56c22b4
MW
21481 if test "$wxUSE_UNICODE" = "yes"; then
21482 std_string="std::wstring"
21483 char_type="wchar_t"
21484 else
21485 std_string="std::string"
21486 char_type="char"
21487 fi
21488
21489 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
21490echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
a848cd7e
SC
21491 cat >conftest.$ac_ext <<_ACEOF
21492/* confdefs.h. */
21493_ACEOF
21494cat confdefs.h >>conftest.$ac_ext
21495cat >>conftest.$ac_ext <<_ACEOF
21496/* end confdefs.h. */
21497#include <string>
a848cd7e
SC
21498int
21499main ()
21500{
f56c22b4 21501$std_string foo;
a848cd7e
SC
21502 ;
21503 return 0;
21504}
21505_ACEOF
21506rm -f conftest.$ac_objext
21507if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21508 (eval $ac_compile) 2>conftest.er1
a848cd7e 21509 ac_status=$?
ac1cb8d3
VS
21510 grep -v '^ *+' conftest.er1 >conftest.err
21511 rm -f conftest.er1
21512 cat conftest.err >&5
a848cd7e
SC
21513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21514 (exit $ac_status); } &&
6ebeb4c7 21515 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21517 (eval $ac_try) 2>&5
21518 ac_status=$?
21519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21520 (exit $ac_status); }; } &&
21521 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21523 (eval $ac_try) 2>&5
21524 ac_status=$?
21525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21526 (exit $ac_status); }; }; then
21527 echo "$as_me:$LINENO: result: yes" >&5
21528echo "${ECHO_T}yes" >&6
0a08f02a
MB
21529 cat >>confdefs.h <<\_ACEOF
21530#define HAVE_STD_WSTRING 1
21531_ACEOF
21532
a848cd7e
SC
21533else
21534 echo "$as_me: failed program was:" >&5
21535sed 's/^/| /' conftest.$ac_ext >&5
21536
21537echo "$as_me:$LINENO: result: no" >&5
21538echo "${ECHO_T}no" >&6
f56c22b4
MW
21539 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
21540echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
0a08f02a
MB
21541 cat >conftest.$ac_ext <<_ACEOF
21542/* confdefs.h. */
21543_ACEOF
21544cat confdefs.h >>conftest.$ac_ext
21545cat >>conftest.$ac_ext <<_ACEOF
21546/* end confdefs.h. */
21547
21548 #ifdef HAVE_WCHAR_H
21549 # ifdef __CYGWIN__
21550 # include <stddef.h>
21551 # endif
21552 # include <wchar.h>
21553 #endif
21554 #ifdef HAVE_STDLIB_H
21555 # include <stdlib.h>
21556 #endif
21557 #include <stdio.h>
21558 #include <string>
21559
21560int
21561main ()
21562{
f56c22b4
MW
21563std::basic_string<$char_type> foo;
21564 const $char_type* dummy = foo.c_str();
0a08f02a
MB
21565 ;
21566 return 0;
21567}
21568_ACEOF
21569rm -f conftest.$ac_objext
21570if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21571 (eval $ac_compile) 2>conftest.er1
21572 ac_status=$?
21573 grep -v '^ *+' conftest.er1 >conftest.err
21574 rm -f conftest.er1
21575 cat conftest.err >&5
21576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21577 (exit $ac_status); } &&
6ebeb4c7 21578 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
0a08f02a
MB
21579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21580 (eval $ac_try) 2>&5
21581 ac_status=$?
21582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21583 (exit $ac_status); }; } &&
21584 { ac_try='test -s conftest.$ac_objext'
21585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21586 (eval $ac_try) 2>&5
21587 ac_status=$?
21588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21589 (exit $ac_status); }; }; then
21590 echo "$as_me:$LINENO: result: yes" >&5
21591echo "${ECHO_T}yes" >&6
21592else
21593 echo "$as_me: failed program was:" >&5
21594sed 's/^/| /' conftest.$ac_ext >&5
21595
21596echo "$as_me:$LINENO: result: no" >&5
21597echo "${ECHO_T}no" >&6
f56c22b4 21598 if test "$wxUSE_STL" = "yes"; then
4b9918c5
MW
21599 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
21600echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
21601 { (exit 1); exit 1; }; }
21602 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
21603 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
21604echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
a848cd7e 21605 { (exit 1); exit 1; }; }
f56c22b4
MW
21606 else
21607 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21608echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21609 wxUSE_STD_STRING=no
21610 fi
21611
0a08f02a 21612
a848cd7e 21613fi
ac1cb8d3 21614rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 21615
0a08f02a
MB
21616fi
21617rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21618
21619 ac_ext=c
21620ac_cpp='$CPP $CPPFLAGS'
21621ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21622ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
f56c22b4
MW
21623ac_compiler_gnu=$ac_cv_c_compiler_gnu
21624
21625fi
21626
21627if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21628 ac_ext=cc
21629ac_cpp='$CXXCPP $CPPFLAGS'
21630ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21631ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21632ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21633
21634
21635 echo "$as_me:$LINENO: checking for std::istream" >&5
21636echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
21637if test "${ac_cv_type_std__istream+set}" = set; then
21638 echo $ECHO_N "(cached) $ECHO_C" >&6
21639else
21640 cat >conftest.$ac_ext <<_ACEOF
21641/* confdefs.h. */
21642_ACEOF
21643cat confdefs.h >>conftest.$ac_ext
21644cat >>conftest.$ac_ext <<_ACEOF
21645/* end confdefs.h. */
21646#include <iostream>
21647
21648int
21649main ()
21650{
21651if ((std::istream *) 0)
21652 return 0;
21653if (sizeof (std::istream))
21654 return 0;
21655 ;
21656 return 0;
21657}
21658_ACEOF
21659rm -f conftest.$ac_objext
21660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21661 (eval $ac_compile) 2>conftest.er1
21662 ac_status=$?
21663 grep -v '^ *+' conftest.er1 >conftest.err
21664 rm -f conftest.er1
21665 cat conftest.err >&5
21666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21667 (exit $ac_status); } &&
6ebeb4c7 21668 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
f56c22b4
MW
21669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21670 (eval $ac_try) 2>&5
21671 ac_status=$?
21672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21673 (exit $ac_status); }; } &&
21674 { ac_try='test -s conftest.$ac_objext'
21675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21676 (eval $ac_try) 2>&5
21677 ac_status=$?
21678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21679 (exit $ac_status); }; }; then
21680 ac_cv_type_std__istream=yes
21681else
21682 echo "$as_me: failed program was:" >&5
21683sed 's/^/| /' conftest.$ac_ext >&5
21684
21685ac_cv_type_std__istream=no
21686fi
21687rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21688fi
21689echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
21690echo "${ECHO_T}$ac_cv_type_std__istream" >&6
21691if test $ac_cv_type_std__istream = yes; then
21692
21693cat >>confdefs.h <<_ACEOF
21694#define HAVE_STD__ISTREAM 1
21695_ACEOF
21696
21697
21698else
21699 wxUSE_STD_IOSTREAM=no
21700fi
21701echo "$as_me:$LINENO: checking for std::ostream" >&5
21702echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
21703if test "${ac_cv_type_std__ostream+set}" = set; then
21704 echo $ECHO_N "(cached) $ECHO_C" >&6
21705else
21706 cat >conftest.$ac_ext <<_ACEOF
21707/* confdefs.h. */
21708_ACEOF
21709cat confdefs.h >>conftest.$ac_ext
21710cat >>conftest.$ac_ext <<_ACEOF
21711/* end confdefs.h. */
21712#include <iostream>
21713
21714int
21715main ()
21716{
21717if ((std::ostream *) 0)
21718 return 0;
21719if (sizeof (std::ostream))
21720 return 0;
21721 ;
21722 return 0;
21723}
21724_ACEOF
21725rm -f conftest.$ac_objext
21726if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21727 (eval $ac_compile) 2>conftest.er1
21728 ac_status=$?
21729 grep -v '^ *+' conftest.er1 >conftest.err
21730 rm -f conftest.er1
21731 cat conftest.err >&5
21732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21733 (exit $ac_status); } &&
6ebeb4c7 21734 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
f56c22b4
MW
21735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21736 (eval $ac_try) 2>&5
21737 ac_status=$?
21738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21739 (exit $ac_status); }; } &&
21740 { ac_try='test -s conftest.$ac_objext'
21741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21742 (eval $ac_try) 2>&5
21743 ac_status=$?
21744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21745 (exit $ac_status); }; }; then
21746 ac_cv_type_std__ostream=yes
21747else
21748 echo "$as_me: failed program was:" >&5
21749sed 's/^/| /' conftest.$ac_ext >&5
21750
21751ac_cv_type_std__ostream=no
21752fi
21753rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21754fi
21755echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
21756echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
21757if test $ac_cv_type_std__ostream = yes; then
21758
21759cat >>confdefs.h <<_ACEOF
21760#define HAVE_STD__OSTREAM 1
21761_ACEOF
21762
21763
21764else
21765 wxUSE_STD_IOSTREAM=no
21766fi
21767
21768
21769 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
4b9918c5
MW
21770 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
21771 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
21772echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
21773 { (exit 1); exit 1; }; }
21774 else
21775 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
f56c22b4 21776echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
4b9918c5 21777 fi
f56c22b4
MW
21778 fi
21779
21780 ac_ext=c
21781ac_cpp='$CPP $CPPFLAGS'
21782ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21783ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
0a08f02a
MB
21784ac_compiler_gnu=$ac_cv_c_compiler_gnu
21785
21786fi
21787
21788if test "$wxUSE_STL" = "yes"; then
21789 ac_ext=cc
21790ac_cpp='$CXXCPP $CPPFLAGS'
21791ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21792ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21793ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21794
21795
21796 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21797echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
a848cd7e
SC
21798 cat >conftest.$ac_ext <<_ACEOF
21799/* confdefs.h. */
21800_ACEOF
21801cat confdefs.h >>conftest.$ac_ext
21802cat >>conftest.$ac_ext <<_ACEOF
21803/* end confdefs.h. */
21804#include <string>
0a08f02a
MB
21805 #include <functional>
21806 #include <algorithm>
21807 #include <vector>
21808 #include <list>
a848cd7e
SC
21809int
21810main ()
21811{
0a08f02a
MB
21812std::vector<int> moo;
21813 std::list<int> foo;
21814 std::vector<int>::iterator it =
21815 std::find_if(moo.begin(), moo.end(),
21816 std::bind2nd(std::less<int>(), 3));
a848cd7e
SC
21817 ;
21818 return 0;
21819}
21820_ACEOF
21821rm -f conftest.$ac_objext
21822if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21823 (eval $ac_compile) 2>conftest.er1
a848cd7e 21824 ac_status=$?
ac1cb8d3
VS
21825 grep -v '^ *+' conftest.er1 >conftest.err
21826 rm -f conftest.er1
21827 cat conftest.err >&5
a848cd7e
SC
21828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21829 (exit $ac_status); } &&
6ebeb4c7 21830 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21832 (eval $ac_try) 2>&5
21833 ac_status=$?
21834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21835 (exit $ac_status); }; } &&
21836 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21838 (eval $ac_try) 2>&5
21839 ac_status=$?
21840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21841 (exit $ac_status); }; }; then
21842 echo "$as_me:$LINENO: result: yes" >&5
21843echo "${ECHO_T}yes" >&6
a848cd7e
SC
21844else
21845 echo "$as_me: failed program was:" >&5
21846sed 's/^/| /' conftest.$ac_ext >&5
21847
21848echo "$as_me:$LINENO: result: no" >&5
21849echo "${ECHO_T}no" >&6
0a08f02a
MB
21850 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
21851echo "$as_me: error: Basic STL functionality missing" >&2;}
21852 { (exit 1); exit 1; }; }
a848cd7e 21853fi
ac1cb8d3 21854rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
21855
21856 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
21857echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
21858 cat >conftest.$ac_ext <<_ACEOF
21859/* confdefs.h. */
21860_ACEOF
21861cat confdefs.h >>conftest.$ac_ext
21862cat >>conftest.$ac_ext <<_ACEOF
21863/* end confdefs.h. */
21864#include <string>
21865int
21866main ()
21867{
21868std::string foo, bar;
21869 foo.compare(bar);
21870 foo.compare(1, 1, bar);
21871 foo.compare(1, 1, bar, 1, 1);
21872 foo.compare("");
21873 foo.compare(1, 1, "");
21874 foo.compare(1, 1, "", 2);
21875 ;
21876 return 0;
21877}
21878_ACEOF
21879rm -f conftest.$ac_objext
21880if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21881 (eval $ac_compile) 2>conftest.er1
a848cd7e 21882 ac_status=$?
ac1cb8d3
VS
21883 grep -v '^ *+' conftest.er1 >conftest.err
21884 rm -f conftest.er1
21885 cat conftest.err >&5
a848cd7e
SC
21886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21887 (exit $ac_status); } &&
6ebeb4c7 21888 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21890 (eval $ac_try) 2>&5
21891 ac_status=$?
21892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21893 (exit $ac_status); }; } &&
21894 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
21895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21896 (eval $ac_try) 2>&5
21897 ac_status=$?
21898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21899 (exit $ac_status); }; }; then
21900 echo "$as_me:$LINENO: result: yes" >&5
21901echo "${ECHO_T}yes" >&6
21902 cat >>confdefs.h <<\_ACEOF
21903#define HAVE_STD_STRING_COMPARE 1
21904_ACEOF
21905
21906else
21907 echo "$as_me: failed program was:" >&5
21908sed 's/^/| /' conftest.$ac_ext >&5
21909
21910echo "$as_me:$LINENO: result: no" >&5
21911echo "${ECHO_T}no" >&6
21912fi
ac1cb8d3 21913rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
21914
21915 if test "${ac_cv_header_hash_map+set}" = set; then
21916 echo "$as_me:$LINENO: checking for hash_map" >&5
21917echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21918if test "${ac_cv_header_hash_map+set}" = set; then
21919 echo $ECHO_N "(cached) $ECHO_C" >&6
21920fi
21921echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21922echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21923else
21924 # Is the header compilable?
21925echo "$as_me:$LINENO: checking hash_map usability" >&5
21926echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
21927cat >conftest.$ac_ext <<_ACEOF
21928/* confdefs.h. */
21929_ACEOF
21930cat confdefs.h >>conftest.$ac_ext
21931cat >>conftest.$ac_ext <<_ACEOF
21932/* end confdefs.h. */
21933$ac_includes_default
21934#include <hash_map>
21935_ACEOF
21936rm -f conftest.$ac_objext
21937if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 21938 (eval $ac_compile) 2>conftest.er1
bdcade0a 21939 ac_status=$?
ac1cb8d3
VS
21940 grep -v '^ *+' conftest.er1 >conftest.err
21941 rm -f conftest.er1
21942 cat conftest.err >&5
bdcade0a
MB
21943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21944 (exit $ac_status); } &&
6ebeb4c7 21945 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
21946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21947 (eval $ac_try) 2>&5
21948 ac_status=$?
21949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21950 (exit $ac_status); }; } &&
21951 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
21952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21953 (eval $ac_try) 2>&5
21954 ac_status=$?
21955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21956 (exit $ac_status); }; }; then
21957 ac_header_compiler=yes
21958else
21959 echo "$as_me: failed program was:" >&5
21960sed 's/^/| /' conftest.$ac_ext >&5
21961
21962ac_header_compiler=no
21963fi
ac1cb8d3 21964rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
21965echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21966echo "${ECHO_T}$ac_header_compiler" >&6
21967
21968# Is the header present?
21969echo "$as_me:$LINENO: checking hash_map presence" >&5
21970echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
21971cat >conftest.$ac_ext <<_ACEOF
21972/* confdefs.h. */
21973_ACEOF
21974cat confdefs.h >>conftest.$ac_ext
21975cat >>conftest.$ac_ext <<_ACEOF
21976/* end confdefs.h. */
21977#include <hash_map>
21978_ACEOF
21979if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21980 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21981 ac_status=$?
21982 grep -v '^ *+' conftest.er1 >conftest.err
21983 rm -f conftest.er1
21984 cat conftest.err >&5
21985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21986 (exit $ac_status); } >/dev/null; then
21987 if test -s conftest.err; then
21988 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 21989 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
21990 else
21991 ac_cpp_err=
21992 fi
21993else
21994 ac_cpp_err=yes
21995fi
21996if test -z "$ac_cpp_err"; then
21997 ac_header_preproc=yes
21998else
21999 echo "$as_me: failed program was:" >&5
22000sed 's/^/| /' conftest.$ac_ext >&5
22001
22002 ac_header_preproc=no
22003fi
22004rm -f conftest.err conftest.$ac_ext
22005echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22006echo "${ECHO_T}$ac_header_preproc" >&6
22007
22008# So? What about this header?
ac1cb8d3
VS
22009case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22010 yes:no: )
bdcade0a
MB
22011 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22012echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22013 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
22014echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
22015 ac_header_preproc=yes
bdcade0a 22016 ;;
ac1cb8d3 22017 no:yes:* )
bdcade0a
MB
22018 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
22019echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22020 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
22021echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
22022 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
22023echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
22024 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
22025echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
22026 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
22027echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22028 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
22029echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
22030 (
22031 cat <<\_ASBOX
ac1cb8d3
VS
22032## ----------------------------------------- ##
22033## Report this to wx-dev@lists.wxwidgets.org ##
22034## ----------------------------------------- ##
bdcade0a
MB
22035_ASBOX
22036 ) |
22037 sed "s/^/$as_me: WARNING: /" >&2
22038 ;;
22039esac
22040echo "$as_me:$LINENO: checking for hash_map" >&5
22041echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22042if test "${ac_cv_header_hash_map+set}" = set; then
22043 echo $ECHO_N "(cached) $ECHO_C" >&6
22044else
22045 ac_cv_header_hash_map=$ac_header_preproc
22046fi
22047echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22048echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22049
22050fi
22051if test $ac_cv_header_hash_map = yes; then
22052 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22053echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22054 cat >conftest.$ac_ext <<_ACEOF
22055/* confdefs.h. */
22056_ACEOF
22057cat confdefs.h >>conftest.$ac_ext
22058cat >>conftest.$ac_ext <<_ACEOF
22059/* end confdefs.h. */
22060#include <hash_map>
22061 #include <hash_set>
22062int
22063main ()
22064{
22065std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
22066 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
22067 ;
22068 return 0;
22069}
22070_ACEOF
22071rm -f conftest.$ac_objext
22072if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22073 (eval $ac_compile) 2>conftest.er1
bdcade0a 22074 ac_status=$?
ac1cb8d3
VS
22075 grep -v '^ *+' conftest.er1 >conftest.err
22076 rm -f conftest.er1
22077 cat conftest.err >&5
bdcade0a
MB
22078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22079 (exit $ac_status); } &&
6ebeb4c7 22080 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22082 (eval $ac_try) 2>&5
22083 ac_status=$?
22084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22085 (exit $ac_status); }; } &&
22086 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22088 (eval $ac_try) 2>&5
22089 ac_status=$?
22090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22091 (exit $ac_status); }; }; then
22092 echo "$as_me:$LINENO: result: yes" >&5
22093echo "${ECHO_T}yes" >&6
22094 cat >>confdefs.h <<\_ACEOF
22095#define HAVE_HASH_MAP 1
22096_ACEOF
22097
22098 cat >>confdefs.h <<\_ACEOF
22099#define HAVE_STD_HASH_MAP 1
22100_ACEOF
22101
22102else
22103 echo "$as_me: failed program was:" >&5
22104sed 's/^/| /' conftest.$ac_ext >&5
22105
22106echo "$as_me:$LINENO: result: no" >&5
22107echo "${ECHO_T}no" >&6
22108fi
ac1cb8d3 22109rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22110
22111fi
22112
22113
22114
22115 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22116 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22117echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22118if test "${ac_cv_header_ext_hash_map+set}" = set; then
22119 echo $ECHO_N "(cached) $ECHO_C" >&6
22120fi
22121echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22122echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22123else
22124 # Is the header compilable?
22125echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
22126echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
22127cat >conftest.$ac_ext <<_ACEOF
22128/* confdefs.h. */
22129_ACEOF
22130cat confdefs.h >>conftest.$ac_ext
22131cat >>conftest.$ac_ext <<_ACEOF
22132/* end confdefs.h. */
22133$ac_includes_default
22134#include <ext/hash_map>
22135_ACEOF
22136rm -f conftest.$ac_objext
22137if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22138 (eval $ac_compile) 2>conftest.er1
bdcade0a 22139 ac_status=$?
ac1cb8d3
VS
22140 grep -v '^ *+' conftest.er1 >conftest.err
22141 rm -f conftest.er1
22142 cat conftest.err >&5
bdcade0a
MB
22143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22144 (exit $ac_status); } &&
6ebeb4c7 22145 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22147 (eval $ac_try) 2>&5
22148 ac_status=$?
22149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22150 (exit $ac_status); }; } &&
22151 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22153 (eval $ac_try) 2>&5
22154 ac_status=$?
22155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22156 (exit $ac_status); }; }; then
22157 ac_header_compiler=yes
22158else
22159 echo "$as_me: failed program was:" >&5
22160sed 's/^/| /' conftest.$ac_ext >&5
22161
22162ac_header_compiler=no
22163fi
ac1cb8d3 22164rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22165echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22166echo "${ECHO_T}$ac_header_compiler" >&6
22167
22168# Is the header present?
22169echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
22170echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
22171cat >conftest.$ac_ext <<_ACEOF
22172/* confdefs.h. */
22173_ACEOF
22174cat confdefs.h >>conftest.$ac_ext
22175cat >>conftest.$ac_ext <<_ACEOF
22176/* end confdefs.h. */
22177#include <ext/hash_map>
22178_ACEOF
22179if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22180 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22181 ac_status=$?
22182 grep -v '^ *+' conftest.er1 >conftest.err
22183 rm -f conftest.er1
22184 cat conftest.err >&5
22185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22186 (exit $ac_status); } >/dev/null; then
22187 if test -s conftest.err; then
22188 ac_cpp_err=$ac_cxx_preproc_warn_flag
ac1cb8d3 22189 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
bdcade0a
MB
22190 else
22191 ac_cpp_err=
22192 fi
22193else
22194 ac_cpp_err=yes
22195fi
22196if test -z "$ac_cpp_err"; then
22197 ac_header_preproc=yes
22198else
22199 echo "$as_me: failed program was:" >&5
22200sed 's/^/| /' conftest.$ac_ext >&5
22201
22202 ac_header_preproc=no
22203fi
22204rm -f conftest.err conftest.$ac_ext
22205echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22206echo "${ECHO_T}$ac_header_preproc" >&6
22207
22208# So? What about this header?
ac1cb8d3
VS
22209case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22210 yes:no: )
bdcade0a
MB
22211 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22212echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22213 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
22214echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
22215 ac_header_preproc=yes
bdcade0a 22216 ;;
ac1cb8d3 22217 no:yes:* )
bdcade0a
MB
22218 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
22219echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22220 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
22221echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
22222 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
22223echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
22224 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
22225echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
bdcade0a
MB
22226 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
22227echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22228 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
22229echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
bdcade0a
MB
22230 (
22231 cat <<\_ASBOX
ac1cb8d3
VS
22232## ----------------------------------------- ##
22233## Report this to wx-dev@lists.wxwidgets.org ##
22234## ----------------------------------------- ##
bdcade0a
MB
22235_ASBOX
22236 ) |
22237 sed "s/^/$as_me: WARNING: /" >&2
22238 ;;
22239esac
22240echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22241echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22242if test "${ac_cv_header_ext_hash_map+set}" = set; then
22243 echo $ECHO_N "(cached) $ECHO_C" >&6
22244else
22245 ac_cv_header_ext_hash_map=$ac_header_preproc
22246fi
22247echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22248echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22249
22250fi
22251if test $ac_cv_header_ext_hash_map = yes; then
22252 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22253echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22254 cat >conftest.$ac_ext <<_ACEOF
22255/* confdefs.h. */
22256_ACEOF
22257cat confdefs.h >>conftest.$ac_ext
22258cat >>conftest.$ac_ext <<_ACEOF
22259/* end confdefs.h. */
22260#include <ext/hash_map>
22261 #include <ext/hash_set>
22262int
22263main ()
22264{
22265__gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
22266 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
22267 ;
22268 return 0;
22269}
22270_ACEOF
22271rm -f conftest.$ac_objext
22272if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22273 (eval $ac_compile) 2>conftest.er1
bdcade0a 22274 ac_status=$?
ac1cb8d3
VS
22275 grep -v '^ *+' conftest.er1 >conftest.err
22276 rm -f conftest.er1
22277 cat conftest.err >&5
bdcade0a
MB
22278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22279 (exit $ac_status); } &&
6ebeb4c7 22280 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22282 (eval $ac_try) 2>&5
22283 ac_status=$?
22284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22285 (exit $ac_status); }; } &&
22286 { ac_try='test -s conftest.$ac_objext'
bdcade0a
MB
22287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22288 (eval $ac_try) 2>&5
22289 ac_status=$?
22290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22291 (exit $ac_status); }; }; then
22292 echo "$as_me:$LINENO: result: yes" >&5
22293echo "${ECHO_T}yes" >&6
22294 cat >>confdefs.h <<\_ACEOF
22295#define HAVE_EXT_HASH_MAP 1
22296_ACEOF
22297
22298 cat >>confdefs.h <<\_ACEOF
22299#define HAVE_GNU_CXX_HASH_MAP 1
22300_ACEOF
22301
22302else
22303 echo "$as_me: failed program was:" >&5
22304sed 's/^/| /' conftest.$ac_ext >&5
22305
22306echo "$as_me:$LINENO: result: no" >&5
22307echo "${ECHO_T}no" >&6
22308fi
ac1cb8d3 22309rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
bdcade0a
MB
22310
22311fi
22312
22313
a848cd7e
SC
22314
22315 ac_ext=c
22316ac_cpp='$CPP $CPPFLAGS'
22317ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22318ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22319ac_compiler_gnu=$ac_cv_c_compiler_gnu
22320
22321fi
22322
22323
22324SEARCH_INCLUDE="\
22325 /usr/local/include \
22326 \
22327 /usr/Motif-2.1/include \
22328 /usr/Motif-1.2/include \
22329 /usr/include/Motif1.2 \
22330 /opt/xpm/include/X11 \
22331 /opt/GBxpm/include/ \
22332 /opt/GBxpm/X11/include/ \
22333 \
22334 /usr/dt/include \
22335 /usr/openwin/include \
22336 \
22337 /usr/include/Xm \
22338 \
22339 /usr/X11R6/include \
22340 /usr/X11R6.4/include \
22341 /usr/X11R5/include \
22342 /usr/X11R4/include \
22343 \
22344 /usr/include/X11R6 \
22345 /usr/include/X11R5 \
22346 /usr/include/X11R4 \
22347 \
22348 /usr/local/X11R6/include \
22349 /usr/local/X11R5/include \
22350 /usr/local/X11R4/include \
22351 \
22352 /usr/local/include/X11R6 \
22353 /usr/local/include/X11R5 \
22354 /usr/local/include/X11R4 \
22355 \
22356 /usr/X11/include \
22357 /usr/include/X11 \
22358 /usr/local/X11/include \
22359 /usr/local/include/X11 \
22360 \
22361 /usr/X386/include \
22362 /usr/x386/include \
22363 /usr/XFree86/include/X11 \
22364 \
e051b34e
MW
22365 /usr/pkg/include \
22366 \
a848cd7e
SC
22367 X:/XFree86/include \
22368 X:/XFree86/include/X11 \
22369 \
22370 /usr/include/gtk \
22371 /usr/local/include/gtk \
22372 /usr/include/glib \
22373 /usr/local/include/glib \
22374 \
22375 /usr/include/qt \
22376 /usr/local/include/qt \
22377 \
22378 /usr/local/arm/3.3.2/include \
22379 \
22380 /usr/include/windows \
22381 /usr/include/wine \
22382 /usr/local/include/wine \
22383 \
22384 /usr/unsupported/include \
22385 /usr/athena/include \
22386 /usr/local/x11r5/include \
22387 /usr/lpp/Xamples/include \
22388 \
22389 /usr/openwin/share/include"
22390
07158944 22391SEARCH_LIB="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`"
a848cd7e 22392
3eca31dc
MW
22393if test "$build" != "$host" -a "$GCC" = yes; then
22394 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
22395 cross_root=`dirname $cross_root`
22396 cross_root=`dirname $cross_root`
22397
22398 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22399 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22400
22401 if test -z "$PKG_CONFIG_PATH"; then
22402 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
22403 export PKG_CONFIG_PATH
22404 fi
22405
22406 if test -z "$x_includes" -o "$x_includes" = NONE; then
22407
22408ac_find_includes=
22409for ac_dir in $SEARCH_INCLUDE /usr/include;
22410 do
22411 if test -f "$ac_dir/X11/Intrinsic.h"; then
22412 ac_find_includes=$ac_dir
22413 break
22414 fi
22415 done
22416
22417 x_includes=$ac_find_includes
22418 fi
22419 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
22420
22421ac_find_libraries=
22422for ac_dir in $SEARCH_LIB /usr/lib;
22423 do
22424 for ac_extension in a so sl dylib dll.a; do
22425 if test -f "$ac_dir/libXt.$ac_extension"; then
22426 ac_find_libraries=$ac_dir
22427 break 2
22428 fi
22429 done
22430 done
22431
22432 x_libraries=$ac_find_libraries
22433 fi
22434 fi
22435fi
22436
a848cd7e
SC
22437
22438cat >confcache <<\_ACEOF
22439# This file is a shell script that caches the results of configure
22440# tests run on this system so they can be shared between configure
22441# scripts and configure runs, see configure's option --config-cache.
22442# It is not useful on other systems. If it contains results you don't
22443# want to keep, you may remove or edit it.
22444#
22445# config.status only pays attention to the cache file if you give it
22446# the --recheck option to rerun configure.
22447#
22448# `ac_cv_env_foo' variables (set or unset) will be overridden when
22449# loading this file, other *unset* `ac_cv_foo' will be assigned the
22450# following values.
22451
22452_ACEOF
22453
22454# The following way of writing the cache mishandles newlines in values,
22455# but we know of no workaround that is simple, portable, and efficient.
22456# So, don't put newlines in cache variables' values.
22457# Ultrix sh set writes to stderr and can't be redirected directly,
22458# and sets the high bit in the cache file unless we assign to the vars.
22459{
22460 (set) 2>&1 |
22461 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22462 *ac_space=\ *)
22463 # `set' does not quote correctly, so add quotes (double-quote
22464 # substitution turns \\\\ into \\, and sed turns \\ into \).
22465 sed -n \
ac1cb8d3
VS
22466 "s/'/'\\\\''/g;
22467 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
22468 ;;
22469 *)
22470 # `set' quotes correctly as required by POSIX, so do not add quotes.
22471 sed -n \
ac1cb8d3 22472 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
22473 ;;
22474 esac;
22475} |
22476 sed '
22477 t clear
22478 : clear
22479 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22480 t end
22481 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22482 : end' >>confcache
22483if diff $cache_file confcache >/dev/null 2>&1; then :; else
22484 if test -w $cache_file; then
22485 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22486 cat confcache >$cache_file
22487 else
22488 echo "not updating unwritable cache $cache_file"
22489 fi
22490fi
22491rm -f confcache
22492
22493if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
22494 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
22495echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
22496if test "${wx_cv_lib_glibc21+set}" = set; then
22497 echo $ECHO_N "(cached) $ECHO_C" >&6
22498else
22499
22500 cat >conftest.$ac_ext <<_ACEOF
22501/* confdefs.h. */
22502_ACEOF
22503cat confdefs.h >>conftest.$ac_ext
22504cat >>conftest.$ac_ext <<_ACEOF
22505/* end confdefs.h. */
22506#include <features.h>
22507int
22508main ()
22509{
22510
22511 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
04e525a0 22512 not glibc 2.1
a848cd7e
SC
22513 #endif
22514
22515 ;
22516 return 0;
22517}
22518_ACEOF
22519rm -f conftest.$ac_objext
22520if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22521 (eval $ac_compile) 2>conftest.er1
a848cd7e 22522 ac_status=$?
ac1cb8d3
VS
22523 grep -v '^ *+' conftest.er1 >conftest.err
22524 rm -f conftest.er1
22525 cat conftest.err >&5
a848cd7e
SC
22526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22527 (exit $ac_status); } &&
6ebeb4c7 22528 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22530 (eval $ac_try) 2>&5
22531 ac_status=$?
22532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22533 (exit $ac_status); }; } &&
22534 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22536 (eval $ac_try) 2>&5
22537 ac_status=$?
22538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22539 (exit $ac_status); }; }; then
22540
22541 wx_cv_lib_glibc21=yes
22542
22543else
22544 echo "$as_me: failed program was:" >&5
22545sed 's/^/| /' conftest.$ac_ext >&5
22546
22547
22548 wx_cv_lib_glibc21=no
22549
22550
22551fi
ac1cb8d3 22552rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22553
22554fi
22555echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
22556echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
22557 if test "$wx_cv_lib_glibc21" = "yes"; then
22558 cat >>confdefs.h <<\_ACEOF
22559#define wxHAVE_GLIBC2 1
22560_ACEOF
22561
22562 fi
22563fi
22564
22565if test "x$wx_cv_lib_glibc21" = "xyes"; then
22566 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
22567 cat >>confdefs.h <<\_ACEOF
22568#define _GNU_SOURCE 1
22569_ACEOF
22570
22571 fi
22572fi
22573
22574
22575
22576if test "$wxUSE_REGEX" != "no"; then
22577 cat >>confdefs.h <<\_ACEOF
22578#define wxUSE_REGEX 1
22579_ACEOF
22580
22581
22582 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22583 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
22584echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
22585 wxUSE_REGEX=builtin
22586 fi
22587
22588 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22589 if test "${ac_cv_header_regex_h+set}" = set; then
22590 echo "$as_me:$LINENO: checking for regex.h" >&5
22591echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22592if test "${ac_cv_header_regex_h+set}" = set; then
22593 echo $ECHO_N "(cached) $ECHO_C" >&6
22594fi
22595echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22596echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22597else
22598 # Is the header compilable?
22599echo "$as_me:$LINENO: checking regex.h usability" >&5
22600echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
22601cat >conftest.$ac_ext <<_ACEOF
22602/* confdefs.h. */
22603_ACEOF
22604cat confdefs.h >>conftest.$ac_ext
22605cat >>conftest.$ac_ext <<_ACEOF
22606/* end confdefs.h. */
22607$ac_includes_default
22608#include <regex.h>
22609_ACEOF
22610rm -f conftest.$ac_objext
22611if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22612 (eval $ac_compile) 2>conftest.er1
a848cd7e 22613 ac_status=$?
ac1cb8d3
VS
22614 grep -v '^ *+' conftest.er1 >conftest.err
22615 rm -f conftest.er1
22616 cat conftest.err >&5
a848cd7e
SC
22617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22618 (exit $ac_status); } &&
6ebeb4c7 22619 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22621 (eval $ac_try) 2>&5
22622 ac_status=$?
22623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22624 (exit $ac_status); }; } &&
22625 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22627 (eval $ac_try) 2>&5
22628 ac_status=$?
22629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22630 (exit $ac_status); }; }; then
22631 ac_header_compiler=yes
22632else
22633 echo "$as_me: failed program was:" >&5
22634sed 's/^/| /' conftest.$ac_ext >&5
22635
22636ac_header_compiler=no
22637fi
ac1cb8d3 22638rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22639echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22640echo "${ECHO_T}$ac_header_compiler" >&6
22641
22642# Is the header present?
22643echo "$as_me:$LINENO: checking regex.h presence" >&5
22644echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
22645cat >conftest.$ac_ext <<_ACEOF
22646/* confdefs.h. */
22647_ACEOF
22648cat confdefs.h >>conftest.$ac_ext
22649cat >>conftest.$ac_ext <<_ACEOF
22650/* end confdefs.h. */
22651#include <regex.h>
22652_ACEOF
22653if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22654 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22655 ac_status=$?
22656 grep -v '^ *+' conftest.er1 >conftest.err
22657 rm -f conftest.er1
22658 cat conftest.err >&5
22659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22660 (exit $ac_status); } >/dev/null; then
22661 if test -s conftest.err; then
22662 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 22663 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
22664 else
22665 ac_cpp_err=
22666 fi
22667else
22668 ac_cpp_err=yes
22669fi
22670if test -z "$ac_cpp_err"; then
22671 ac_header_preproc=yes
22672else
22673 echo "$as_me: failed program was:" >&5
22674sed 's/^/| /' conftest.$ac_ext >&5
22675
22676 ac_header_preproc=no
22677fi
22678rm -f conftest.err conftest.$ac_ext
22679echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22680echo "${ECHO_T}$ac_header_preproc" >&6
22681
22682# So? What about this header?
ac1cb8d3
VS
22683case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22684 yes:no: )
a848cd7e
SC
22685 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22686echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
22687 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22688echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22689 ac_header_preproc=yes
a848cd7e 22690 ;;
ac1cb8d3 22691 no:yes:* )
a848cd7e
SC
22692 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22693echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
22694 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22695echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22696 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22697echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22698 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22699echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
22700 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22701echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
22702 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22703echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
22704 (
22705 cat <<\_ASBOX
ac1cb8d3
VS
22706## ----------------------------------------- ##
22707## Report this to wx-dev@lists.wxwidgets.org ##
22708## ----------------------------------------- ##
a848cd7e
SC
22709_ASBOX
22710 ) |
22711 sed "s/^/$as_me: WARNING: /" >&2
22712 ;;
22713esac
22714echo "$as_me:$LINENO: checking for regex.h" >&5
22715echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22716if test "${ac_cv_header_regex_h+set}" = set; then
22717 echo $ECHO_N "(cached) $ECHO_C" >&6
22718else
22719 ac_cv_header_regex_h=$ac_header_preproc
22720fi
22721echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22722echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22723
22724fi
22725if test $ac_cv_header_regex_h = yes; then
22726
22727for ac_func in regcomp
22728do
22729as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22730echo "$as_me:$LINENO: checking for $ac_func" >&5
22731echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22732if eval "test \"\${$as_ac_var+set}\" = set"; then
22733 echo $ECHO_N "(cached) $ECHO_C" >&6
22734else
22735 cat >conftest.$ac_ext <<_ACEOF
22736/* confdefs.h. */
22737_ACEOF
22738cat confdefs.h >>conftest.$ac_ext
22739cat >>conftest.$ac_ext <<_ACEOF
22740/* end confdefs.h. */
ac1cb8d3
VS
22741/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22742 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22743#define $ac_func innocuous_$ac_func
22744
a848cd7e
SC
22745/* System header to define __stub macros and hopefully few prototypes,
22746 which can conflict with char $ac_func (); below.
22747 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22748 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 22749
a848cd7e
SC
22750#ifdef __STDC__
22751# include <limits.h>
22752#else
22753# include <assert.h>
22754#endif
ac1cb8d3
VS
22755
22756#undef $ac_func
22757
a848cd7e
SC
22758/* Override any gcc2 internal prototype to avoid an error. */
22759#ifdef __cplusplus
22760extern "C"
22761{
22762#endif
22763/* We use char because int might match the return type of a gcc2
22764 builtin and then its argument prototype would still apply. */
22765char $ac_func ();
22766/* The GNU C library defines this for functions which it implements
22767 to always fail with ENOSYS. Some functions are actually named
22768 something starting with __ and the normal name is an alias. */
22769#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22770choke me
22771#else
22772char (*f) () = $ac_func;
22773#endif
22774#ifdef __cplusplus
22775}
22776#endif
22777
22778int
22779main ()
22780{
22781return f != $ac_func;
22782 ;
22783 return 0;
22784}
22785_ACEOF
22786rm -f conftest.$ac_objext conftest$ac_exeext
22787if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 22788 (eval $ac_link) 2>conftest.er1
a848cd7e 22789 ac_status=$?
ac1cb8d3
VS
22790 grep -v '^ *+' conftest.er1 >conftest.err
22791 rm -f conftest.er1
22792 cat conftest.err >&5
a848cd7e
SC
22793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22794 (exit $ac_status); } &&
6ebeb4c7 22795 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22797 (eval $ac_try) 2>&5
22798 ac_status=$?
22799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22800 (exit $ac_status); }; } &&
22801 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
22802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22803 (eval $ac_try) 2>&5
22804 ac_status=$?
22805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22806 (exit $ac_status); }; }; then
22807 eval "$as_ac_var=yes"
22808else
22809 echo "$as_me: failed program was:" >&5
22810sed 's/^/| /' conftest.$ac_ext >&5
22811
22812eval "$as_ac_var=no"
22813fi
ac1cb8d3
VS
22814rm -f conftest.err conftest.$ac_objext \
22815 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
22816fi
22817echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22818echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22819if test `eval echo '${'$as_ac_var'}'` = yes; then
22820 cat >>confdefs.h <<_ACEOF
22821#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22822_ACEOF
22823
22824fi
22825done
22826
22827fi
22828
22829
22830
22831 if test "x$ac_cv_func_regcomp" != "xyes"; then
22832 if test "$wxUSE_REGEX" = "sys" ; then
22833 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
22834echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
22835 { (exit 1); exit 1; }; }
22836 else
22837 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
22838echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22839 wxUSE_REGEX=builtin
22840 fi
22841 else
22842 wxUSE_REGEX=sys
22843 cat >>confdefs.h <<\_ACEOF
22844#define WX_NO_REGEX_ADVANCED 1
22845_ACEOF
22846
22847 fi
22848 fi
22849fi
22850
22851
22852ZLIB_LINK=
22853if test "$wxUSE_ZLIB" != "no" ; then
22854 cat >>confdefs.h <<\_ACEOF
22855#define wxUSE_ZLIB 1
22856_ACEOF
22857
22858
22859 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22860 if test "$USE_DARWIN" = 1; then
22861 system_zlib_h_ok="yes"
22862 else
22863 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
22864echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
22865if test "${ac_cv_header_zlib_h+set}" = set; then
22866 echo $ECHO_N "(cached) $ECHO_C" >&6
22867else
22868 if test "$cross_compiling" = yes; then
22869 unset ac_cv_header_zlib_h
22870
22871else
22872 cat >conftest.$ac_ext <<_ACEOF
22873/* confdefs.h. */
22874_ACEOF
22875cat confdefs.h >>conftest.$ac_ext
22876cat >>conftest.$ac_ext <<_ACEOF
22877/* end confdefs.h. */
22878
22879 #include <zlib.h>
22880 #include <stdio.h>
22881
22882 int main()
22883 {
22884 FILE *f=fopen("conftestval", "w");
22885 if (!f) exit(1);
22886 fprintf(f, "%s",
22887 ZLIB_VERSION[0] == '1' &&
22888 (ZLIB_VERSION[2] > '1' ||
22889 (ZLIB_VERSION[2] == '1' &&
22890 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22891 exit(0);
22892 }
22893
22894_ACEOF
22895rm -f conftest$ac_exeext
22896if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22897 (eval $ac_link) 2>&5
22898 ac_status=$?
22899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22900 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22902 (eval $ac_try) 2>&5
22903 ac_status=$?
22904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22905 (exit $ac_status); }; }; then
22906 ac_cv_header_zlib_h=`cat conftestval`
22907else
22908 echo "$as_me: program exited with status $ac_status" >&5
22909echo "$as_me: failed program was:" >&5
22910sed 's/^/| /' conftest.$ac_ext >&5
22911
22912( exit $ac_status )
22913ac_cv_header_zlib_h=no
22914fi
ac1cb8d3 22915rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22916fi
22917
22918fi
22919echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22920echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22921 if test "${ac_cv_header_zlib_h+set}" = set; then
22922 echo "$as_me:$LINENO: checking for zlib.h" >&5
22923echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22924if test "${ac_cv_header_zlib_h+set}" = set; then
22925 echo $ECHO_N "(cached) $ECHO_C" >&6
22926fi
22927echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22928echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22929else
22930 # Is the header compilable?
22931echo "$as_me:$LINENO: checking zlib.h usability" >&5
22932echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
22933cat >conftest.$ac_ext <<_ACEOF
22934/* confdefs.h. */
22935_ACEOF
22936cat confdefs.h >>conftest.$ac_ext
22937cat >>conftest.$ac_ext <<_ACEOF
22938/* end confdefs.h. */
22939$ac_includes_default
22940#include <zlib.h>
22941_ACEOF
22942rm -f conftest.$ac_objext
22943if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 22944 (eval $ac_compile) 2>conftest.er1
a848cd7e 22945 ac_status=$?
ac1cb8d3
VS
22946 grep -v '^ *+' conftest.er1 >conftest.err
22947 rm -f conftest.er1
22948 cat conftest.err >&5
a848cd7e
SC
22949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22950 (exit $ac_status); } &&
6ebeb4c7 22951 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
22952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22953 (eval $ac_try) 2>&5
22954 ac_status=$?
22955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22956 (exit $ac_status); }; } &&
22957 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
22958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22959 (eval $ac_try) 2>&5
22960 ac_status=$?
22961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22962 (exit $ac_status); }; }; then
22963 ac_header_compiler=yes
22964else
22965 echo "$as_me: failed program was:" >&5
22966sed 's/^/| /' conftest.$ac_ext >&5
22967
22968ac_header_compiler=no
22969fi
ac1cb8d3 22970rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
22971echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22972echo "${ECHO_T}$ac_header_compiler" >&6
22973
22974# Is the header present?
22975echo "$as_me:$LINENO: checking zlib.h presence" >&5
22976echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
22977cat >conftest.$ac_ext <<_ACEOF
22978/* confdefs.h. */
22979_ACEOF
22980cat confdefs.h >>conftest.$ac_ext
22981cat >>conftest.$ac_ext <<_ACEOF
22982/* end confdefs.h. */
22983#include <zlib.h>
22984_ACEOF
22985if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22986 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22987 ac_status=$?
22988 grep -v '^ *+' conftest.er1 >conftest.err
22989 rm -f conftest.er1
22990 cat conftest.err >&5
22991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22992 (exit $ac_status); } >/dev/null; then
22993 if test -s conftest.err; then
22994 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 22995 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
22996 else
22997 ac_cpp_err=
22998 fi
22999else
23000 ac_cpp_err=yes
23001fi
23002if test -z "$ac_cpp_err"; then
23003 ac_header_preproc=yes
23004else
23005 echo "$as_me: failed program was:" >&5
23006sed 's/^/| /' conftest.$ac_ext >&5
23007
23008 ac_header_preproc=no
23009fi
23010rm -f conftest.err conftest.$ac_ext
23011echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23012echo "${ECHO_T}$ac_header_preproc" >&6
23013
23014# So? What about this header?
ac1cb8d3
VS
23015case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23016 yes:no: )
a848cd7e
SC
23017 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
23018echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23019 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
23020echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
23021 ac_header_preproc=yes
a848cd7e 23022 ;;
ac1cb8d3 23023 no:yes:* )
a848cd7e
SC
23024 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
23025echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23026 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
23027echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
23028 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
23029echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
23030 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
23031echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23032 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
23033echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23034 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
23035echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23036 (
23037 cat <<\_ASBOX
ac1cb8d3
VS
23038## ----------------------------------------- ##
23039## Report this to wx-dev@lists.wxwidgets.org ##
23040## ----------------------------------------- ##
a848cd7e
SC
23041_ASBOX
23042 ) |
23043 sed "s/^/$as_me: WARNING: /" >&2
23044 ;;
23045esac
23046echo "$as_me:$LINENO: checking for zlib.h" >&5
23047echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
23048if test "${ac_cv_header_zlib_h+set}" = set; then
23049 echo $ECHO_N "(cached) $ECHO_C" >&6
23050else
23051 ac_cv_header_zlib_h=$ac_header_preproc
23052fi
23053echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23054echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23055
23056fi
23057
23058
23059
23060 system_zlib_h_ok=$ac_cv_header_zlib_h
23061 fi
23062
23063 if test "$system_zlib_h_ok" = "yes"; then
23064 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
23065echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
23066if test "${ac_cv_lib_z_deflate+set}" = set; then
23067 echo $ECHO_N "(cached) $ECHO_C" >&6
23068else
23069 ac_check_lib_save_LIBS=$LIBS
23070LIBS="-lz $LIBS"
23071cat >conftest.$ac_ext <<_ACEOF
23072/* confdefs.h. */
23073_ACEOF
23074cat confdefs.h >>conftest.$ac_ext
23075cat >>conftest.$ac_ext <<_ACEOF
23076/* end confdefs.h. */
23077
23078/* Override any gcc2 internal prototype to avoid an error. */
23079#ifdef __cplusplus
23080extern "C"
23081#endif
23082/* We use char because int might match the return type of a gcc2
23083 builtin and then its argument prototype would still apply. */
23084char deflate ();
23085int
23086main ()
23087{
23088deflate ();
23089 ;
23090 return 0;
23091}
23092_ACEOF
23093rm -f conftest.$ac_objext conftest$ac_exeext
23094if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23095 (eval $ac_link) 2>conftest.er1
a848cd7e 23096 ac_status=$?
ac1cb8d3
VS
23097 grep -v '^ *+' conftest.er1 >conftest.err
23098 rm -f conftest.er1
23099 cat conftest.err >&5
a848cd7e
SC
23100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23101 (exit $ac_status); } &&
6ebeb4c7 23102 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23104 (eval $ac_try) 2>&5
23105 ac_status=$?
23106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23107 (exit $ac_status); }; } &&
23108 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23110 (eval $ac_try) 2>&5
23111 ac_status=$?
23112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23113 (exit $ac_status); }; }; then
23114 ac_cv_lib_z_deflate=yes
23115else
23116 echo "$as_me: failed program was:" >&5
23117sed 's/^/| /' conftest.$ac_ext >&5
23118
23119ac_cv_lib_z_deflate=no
23120fi
ac1cb8d3
VS
23121rm -f conftest.err conftest.$ac_objext \
23122 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23123LIBS=$ac_check_lib_save_LIBS
23124fi
23125echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
23126echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
23127if test $ac_cv_lib_z_deflate = yes; then
23128 ZLIB_LINK=" -lz"
23129fi
23130
23131 fi
23132
23133 if test "x$ZLIB_LINK" = "x" ; then
23134 if test "$wxUSE_ZLIB" = "sys" ; then
23135 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
23136echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
23137 { (exit 1); exit 1; }; }
23138 else
23139 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
23140echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
23141 wxUSE_ZLIB=builtin
23142 fi
23143 else
23144 wxUSE_ZLIB=sys
23145 fi
23146 fi
23147fi
23148
23149
23150PNG_LINK=
23151if test "$wxUSE_LIBPNG" != "no" ; then
23152 cat >>confdefs.h <<\_ACEOF
23153#define wxUSE_LIBPNG 1
23154_ACEOF
23155
23156
23157 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
23158 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
23159echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
23160 wxUSE_LIBPNG=sys
23161 fi
23162
23163 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
23164 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
23165echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
23166 wxUSE_LIBPNG=builtin
23167 fi
23168
23169 if test "$wxUSE_MGL" != 1 ; then
23170 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
23171 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
23172echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
23173if test "${ac_cv_header_png_h+set}" = set; then
23174 echo $ECHO_N "(cached) $ECHO_C" >&6
23175else
23176 if test "$cross_compiling" = yes; then
23177 unset ac_cv_header_png_h
23178
23179else
23180 cat >conftest.$ac_ext <<_ACEOF
23181/* confdefs.h. */
23182_ACEOF
23183cat confdefs.h >>conftest.$ac_ext
23184cat >>conftest.$ac_ext <<_ACEOF
23185/* end confdefs.h. */
23186
23187 #include <png.h>
23188 #include <stdio.h>
23189
23190 int main()
23191 {
23192 FILE *f=fopen("conftestval", "w");
23193 if (!f) exit(1);
23194 fprintf(f, "%s",
23195 PNG_LIBPNG_VER > 90 ? "yes" : "no");
23196 exit(0);
23197 }
23198
23199_ACEOF
23200rm -f conftest$ac_exeext
23201if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23202 (eval $ac_link) 2>&5
23203 ac_status=$?
23204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23205 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23207 (eval $ac_try) 2>&5
23208 ac_status=$?
23209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23210 (exit $ac_status); }; }; then
23211 ac_cv_header_png_h=`cat conftestval`
23212else
23213 echo "$as_me: program exited with status $ac_status" >&5
23214echo "$as_me: failed program was:" >&5
23215sed 's/^/| /' conftest.$ac_ext >&5
23216
23217( exit $ac_status )
23218ac_cv_header_png_h=no
23219fi
ac1cb8d3 23220rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23221fi
23222
23223fi
23224echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23225echo "${ECHO_T}$ac_cv_header_png_h" >&6
23226 if test "${ac_cv_header_png_h+set}" = set; then
23227 echo "$as_me:$LINENO: checking for png.h" >&5
23228echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23229if test "${ac_cv_header_png_h+set}" = set; then
23230 echo $ECHO_N "(cached) $ECHO_C" >&6
23231fi
23232echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23233echo "${ECHO_T}$ac_cv_header_png_h" >&6
23234else
23235 # Is the header compilable?
23236echo "$as_me:$LINENO: checking png.h usability" >&5
23237echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
23238cat >conftest.$ac_ext <<_ACEOF
23239/* confdefs.h. */
23240_ACEOF
23241cat confdefs.h >>conftest.$ac_ext
23242cat >>conftest.$ac_ext <<_ACEOF
23243/* end confdefs.h. */
23244$ac_includes_default
23245#include <png.h>
23246_ACEOF
23247rm -f conftest.$ac_objext
23248if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23249 (eval $ac_compile) 2>conftest.er1
a848cd7e 23250 ac_status=$?
ac1cb8d3
VS
23251 grep -v '^ *+' conftest.er1 >conftest.err
23252 rm -f conftest.er1
23253 cat conftest.err >&5
a848cd7e
SC
23254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23255 (exit $ac_status); } &&
6ebeb4c7 23256 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23258 (eval $ac_try) 2>&5
23259 ac_status=$?
23260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23261 (exit $ac_status); }; } &&
23262 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23264 (eval $ac_try) 2>&5
23265 ac_status=$?
23266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23267 (exit $ac_status); }; }; then
23268 ac_header_compiler=yes
23269else
23270 echo "$as_me: failed program was:" >&5
23271sed 's/^/| /' conftest.$ac_ext >&5
23272
23273ac_header_compiler=no
23274fi
ac1cb8d3 23275rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23276echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23277echo "${ECHO_T}$ac_header_compiler" >&6
23278
23279# Is the header present?
23280echo "$as_me:$LINENO: checking png.h presence" >&5
23281echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
23282cat >conftest.$ac_ext <<_ACEOF
23283/* confdefs.h. */
23284_ACEOF
23285cat confdefs.h >>conftest.$ac_ext
23286cat >>conftest.$ac_ext <<_ACEOF
23287/* end confdefs.h. */
23288#include <png.h>
23289_ACEOF
23290if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23291 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23292 ac_status=$?
23293 grep -v '^ *+' conftest.er1 >conftest.err
23294 rm -f conftest.er1
23295 cat conftest.err >&5
23296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23297 (exit $ac_status); } >/dev/null; then
23298 if test -s conftest.err; then
23299 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23300 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23301 else
23302 ac_cpp_err=
23303 fi
23304else
23305 ac_cpp_err=yes
23306fi
23307if test -z "$ac_cpp_err"; then
23308 ac_header_preproc=yes
23309else
23310 echo "$as_me: failed program was:" >&5
23311sed 's/^/| /' conftest.$ac_ext >&5
23312
23313 ac_header_preproc=no
23314fi
23315rm -f conftest.err conftest.$ac_ext
23316echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23317echo "${ECHO_T}$ac_header_preproc" >&6
23318
23319# So? What about this header?
ac1cb8d3
VS
23320case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23321 yes:no: )
a848cd7e
SC
23322 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
23323echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23324 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
23325echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
23326 ac_header_preproc=yes
a848cd7e 23327 ;;
ac1cb8d3 23328 no:yes:* )
a848cd7e
SC
23329 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
23330echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23331 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
23332echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
23333 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
23334echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
23335 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
23336echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23337 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
23338echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23339 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
23340echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23341 (
23342 cat <<\_ASBOX
ac1cb8d3
VS
23343## ----------------------------------------- ##
23344## Report this to wx-dev@lists.wxwidgets.org ##
23345## ----------------------------------------- ##
a848cd7e
SC
23346_ASBOX
23347 ) |
23348 sed "s/^/$as_me: WARNING: /" >&2
23349 ;;
23350esac
23351echo "$as_me:$LINENO: checking for png.h" >&5
23352echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23353if test "${ac_cv_header_png_h+set}" = set; then
23354 echo $ECHO_N "(cached) $ECHO_C" >&6
23355else
23356 ac_cv_header_png_h=$ac_header_preproc
23357fi
23358echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23359echo "${ECHO_T}$ac_cv_header_png_h" >&6
23360
23361fi
23362
23363
23364
23365 if test "$ac_cv_header_png_h" = "yes"; then
23366 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
23367echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
23368if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
23369 echo $ECHO_N "(cached) $ECHO_C" >&6
23370else
23371 ac_check_lib_save_LIBS=$LIBS
23372LIBS="-lpng -lz -lm $LIBS"
23373cat >conftest.$ac_ext <<_ACEOF
23374/* confdefs.h. */
23375_ACEOF
23376cat confdefs.h >>conftest.$ac_ext
23377cat >>conftest.$ac_ext <<_ACEOF
23378/* end confdefs.h. */
23379
23380/* Override any gcc2 internal prototype to avoid an error. */
23381#ifdef __cplusplus
23382extern "C"
23383#endif
23384/* We use char because int might match the return type of a gcc2
23385 builtin and then its argument prototype would still apply. */
23386char png_check_sig ();
23387int
23388main ()
23389{
23390png_check_sig ();
23391 ;
23392 return 0;
23393}
23394_ACEOF
23395rm -f conftest.$ac_objext conftest$ac_exeext
23396if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23397 (eval $ac_link) 2>conftest.er1
a848cd7e 23398 ac_status=$?
ac1cb8d3
VS
23399 grep -v '^ *+' conftest.er1 >conftest.err
23400 rm -f conftest.er1
23401 cat conftest.err >&5
a848cd7e
SC
23402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23403 (exit $ac_status); } &&
6ebeb4c7 23404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23406 (eval $ac_try) 2>&5
23407 ac_status=$?
23408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23409 (exit $ac_status); }; } &&
23410 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23412 (eval $ac_try) 2>&5
23413 ac_status=$?
23414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23415 (exit $ac_status); }; }; then
23416 ac_cv_lib_png_png_check_sig=yes
23417else
23418 echo "$as_me: failed program was:" >&5
23419sed 's/^/| /' conftest.$ac_ext >&5
23420
23421ac_cv_lib_png_png_check_sig=no
23422fi
ac1cb8d3
VS
23423rm -f conftest.err conftest.$ac_objext \
23424 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23425LIBS=$ac_check_lib_save_LIBS
23426fi
23427echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
23428echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
23429if test $ac_cv_lib_png_png_check_sig = yes; then
23430 PNG_LINK=" -lpng -lz"
23431fi
23432
23433 fi
23434
23435 if test "x$PNG_LINK" = "x" ; then
23436 if test "$wxUSE_LIBPNG" = "sys" ; then
23437 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
23438echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
23439 { (exit 1); exit 1; }; }
23440 else
23441 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
23442echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
23443 wxUSE_LIBPNG=builtin
23444 fi
23445 else
23446 wxUSE_LIBPNG=sys
23447 fi
23448 fi
23449 fi
23450
23451 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
23452fi
23453
23454
23455JPEG_LINK=
23456if test "$wxUSE_LIBJPEG" != "no" ; then
23457 cat >>confdefs.h <<\_ACEOF
23458#define wxUSE_LIBJPEG 1
23459_ACEOF
23460
23461
23462 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
23463 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
23464echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
23465 wxUSE_LIBJPEG=sys
23466 fi
23467
23468 if test "$wxUSE_MGL" != 1 ; then
23469 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
23470 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
23471echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
23472 if test "${ac_cv_header_jpeglib_h+set}" = set; then
23473 echo $ECHO_N "(cached) $ECHO_C" >&6
23474else
23475 cat >conftest.$ac_ext <<_ACEOF
23476/* confdefs.h. */
23477_ACEOF
23478cat confdefs.h >>conftest.$ac_ext
23479cat >>conftest.$ac_ext <<_ACEOF
23480/* end confdefs.h. */
23481
23482 #undef HAVE_STDLIB_H
23483 #include <stdio.h>
23484 #include <jpeglib.h>
23485
23486int
23487main ()
23488{
23489
23490
23491 ;
23492 return 0;
23493}
23494_ACEOF
23495rm -f conftest.$ac_objext
23496if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23497 (eval $ac_compile) 2>conftest.er1
a848cd7e 23498 ac_status=$?
ac1cb8d3
VS
23499 grep -v '^ *+' conftest.er1 >conftest.err
23500 rm -f conftest.er1
23501 cat conftest.err >&5
a848cd7e
SC
23502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23503 (exit $ac_status); } &&
6ebeb4c7 23504 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23506 (eval $ac_try) 2>&5
23507 ac_status=$?
23508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23509 (exit $ac_status); }; } &&
23510 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23512 (eval $ac_try) 2>&5
23513 ac_status=$?
23514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23515 (exit $ac_status); }; }; then
23516 ac_cv_header_jpeglib_h=yes
23517else
23518 echo "$as_me: failed program was:" >&5
23519sed 's/^/| /' conftest.$ac_ext >&5
23520
23521ac_cv_header_jpeglib_h=no
23522
23523fi
ac1cb8d3 23524rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23525
23526fi
23527
23528 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
23529echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
23530
23531 if test "$ac_cv_header_jpeglib_h" = "yes"; then
23532 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
23533echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
23534if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
23535 echo $ECHO_N "(cached) $ECHO_C" >&6
23536else
23537 ac_check_lib_save_LIBS=$LIBS
23538LIBS="-ljpeg $LIBS"
23539cat >conftest.$ac_ext <<_ACEOF
23540/* confdefs.h. */
23541_ACEOF
23542cat confdefs.h >>conftest.$ac_ext
23543cat >>conftest.$ac_ext <<_ACEOF
23544/* end confdefs.h. */
23545
23546/* Override any gcc2 internal prototype to avoid an error. */
23547#ifdef __cplusplus
23548extern "C"
23549#endif
23550/* We use char because int might match the return type of a gcc2
23551 builtin and then its argument prototype would still apply. */
23552char jpeg_read_header ();
23553int
23554main ()
23555{
23556jpeg_read_header ();
23557 ;
23558 return 0;
23559}
23560_ACEOF
23561rm -f conftest.$ac_objext conftest$ac_exeext
23562if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23563 (eval $ac_link) 2>conftest.er1
a848cd7e 23564 ac_status=$?
ac1cb8d3
VS
23565 grep -v '^ *+' conftest.er1 >conftest.err
23566 rm -f conftest.er1
23567 cat conftest.err >&5
a848cd7e
SC
23568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23569 (exit $ac_status); } &&
6ebeb4c7 23570 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23572 (eval $ac_try) 2>&5
23573 ac_status=$?
23574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23575 (exit $ac_status); }; } &&
23576 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23578 (eval $ac_try) 2>&5
23579 ac_status=$?
23580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23581 (exit $ac_status); }; }; then
23582 ac_cv_lib_jpeg_jpeg_read_header=yes
23583else
23584 echo "$as_me: failed program was:" >&5
23585sed 's/^/| /' conftest.$ac_ext >&5
23586
23587ac_cv_lib_jpeg_jpeg_read_header=no
23588fi
ac1cb8d3
VS
23589rm -f conftest.err conftest.$ac_objext \
23590 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23591LIBS=$ac_check_lib_save_LIBS
23592fi
23593echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
23594echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
23595if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
23596 JPEG_LINK=" -ljpeg"
23597fi
23598
23599 fi
23600
23601 if test "x$JPEG_LINK" = "x" ; then
23602 if test "$wxUSE_LIBJPEG" = "sys" ; then
23603 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
23604echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
23605 { (exit 1); exit 1; }; }
23606 else
23607 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
23608echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
23609 wxUSE_LIBJPEG=builtin
23610 fi
23611 else
23612 wxUSE_LIBJPEG=sys
23613 fi
23614 fi
23615 fi
23616fi
23617
23618
23619TIFF_LINK=
23620TIFF_PREREQ_LINKS=-lm
23621if test "$wxUSE_LIBTIFF" != "no" ; then
23622 cat >>confdefs.h <<\_ACEOF
23623#define wxUSE_LIBTIFF 1
23624_ACEOF
23625
23626
23627 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
23628 if test "$wxUSE_LIBJPEG" = "sys"; then
23629 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
23630 fi
23631 if test "$wxUSE_ZLIB" = "sys"; then
23632 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
23633 fi
23634 if test "${ac_cv_header_tiffio_h+set}" = set; then
23635 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23636echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23637if test "${ac_cv_header_tiffio_h+set}" = set; then
23638 echo $ECHO_N "(cached) $ECHO_C" >&6
23639fi
23640echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23641echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23642else
23643 # Is the header compilable?
23644echo "$as_me:$LINENO: checking tiffio.h usability" >&5
23645echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
23646cat >conftest.$ac_ext <<_ACEOF
23647/* confdefs.h. */
23648_ACEOF
23649cat confdefs.h >>conftest.$ac_ext
23650cat >>conftest.$ac_ext <<_ACEOF
23651/* end confdefs.h. */
23652$ac_includes_default
23653#include <tiffio.h>
23654_ACEOF
23655rm -f conftest.$ac_objext
23656if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23657 (eval $ac_compile) 2>conftest.er1
a848cd7e 23658 ac_status=$?
ac1cb8d3
VS
23659 grep -v '^ *+' conftest.er1 >conftest.err
23660 rm -f conftest.er1
23661 cat conftest.err >&5
a848cd7e
SC
23662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23663 (exit $ac_status); } &&
6ebeb4c7 23664 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23666 (eval $ac_try) 2>&5
23667 ac_status=$?
23668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23669 (exit $ac_status); }; } &&
23670 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23672 (eval $ac_try) 2>&5
23673 ac_status=$?
23674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23675 (exit $ac_status); }; }; then
23676 ac_header_compiler=yes
23677else
23678 echo "$as_me: failed program was:" >&5
23679sed 's/^/| /' conftest.$ac_ext >&5
23680
23681ac_header_compiler=no
23682fi
ac1cb8d3 23683rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23684echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23685echo "${ECHO_T}$ac_header_compiler" >&6
23686
23687# Is the header present?
23688echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23689echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23690cat >conftest.$ac_ext <<_ACEOF
23691/* confdefs.h. */
23692_ACEOF
23693cat confdefs.h >>conftest.$ac_ext
23694cat >>conftest.$ac_ext <<_ACEOF
23695/* end confdefs.h. */
23696#include <tiffio.h>
23697_ACEOF
23698if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23699 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23700 ac_status=$?
23701 grep -v '^ *+' conftest.er1 >conftest.err
23702 rm -f conftest.er1
23703 cat conftest.err >&5
23704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23705 (exit $ac_status); } >/dev/null; then
23706 if test -s conftest.err; then
23707 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23708 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23709 else
23710 ac_cpp_err=
23711 fi
23712else
23713 ac_cpp_err=yes
23714fi
23715if test -z "$ac_cpp_err"; then
23716 ac_header_preproc=yes
23717else
23718 echo "$as_me: failed program was:" >&5
23719sed 's/^/| /' conftest.$ac_ext >&5
23720
23721 ac_header_preproc=no
23722fi
23723rm -f conftest.err conftest.$ac_ext
23724echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23725echo "${ECHO_T}$ac_header_preproc" >&6
23726
23727# So? What about this header?
ac1cb8d3
VS
23728case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23729 yes:no: )
a848cd7e
SC
23730 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23731echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23732 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23733echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23734 ac_header_preproc=yes
a848cd7e 23735 ;;
ac1cb8d3 23736 no:yes:* )
a848cd7e
SC
23737 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23738echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23739 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23740echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23741 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23742echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23743 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23744echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23745 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23746echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
23747 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23748echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
23749 (
23750 cat <<\_ASBOX
ac1cb8d3
VS
23751## ----------------------------------------- ##
23752## Report this to wx-dev@lists.wxwidgets.org ##
23753## ----------------------------------------- ##
a848cd7e
SC
23754_ASBOX
23755 ) |
23756 sed "s/^/$as_me: WARNING: /" >&2
23757 ;;
23758esac
23759echo "$as_me:$LINENO: checking for tiffio.h" >&5
23760echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23761if test "${ac_cv_header_tiffio_h+set}" = set; then
23762 echo $ECHO_N "(cached) $ECHO_C" >&6
23763else
23764 ac_cv_header_tiffio_h=$ac_header_preproc
23765fi
23766echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23767echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23768
23769fi
23770if test $ac_cv_header_tiffio_h = yes; then
23771
23772 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23773echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23774if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23775 echo $ECHO_N "(cached) $ECHO_C" >&6
23776else
23777 ac_check_lib_save_LIBS=$LIBS
23778LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
23779cat >conftest.$ac_ext <<_ACEOF
23780/* confdefs.h. */
23781_ACEOF
23782cat confdefs.h >>conftest.$ac_ext
23783cat >>conftest.$ac_ext <<_ACEOF
23784/* end confdefs.h. */
23785
23786/* Override any gcc2 internal prototype to avoid an error. */
23787#ifdef __cplusplus
23788extern "C"
23789#endif
23790/* We use char because int might match the return type of a gcc2
23791 builtin and then its argument prototype would still apply. */
23792char TIFFError ();
23793int
23794main ()
23795{
23796TIFFError ();
23797 ;
23798 return 0;
23799}
23800_ACEOF
23801rm -f conftest.$ac_objext conftest$ac_exeext
23802if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 23803 (eval $ac_link) 2>conftest.er1
a848cd7e 23804 ac_status=$?
ac1cb8d3
VS
23805 grep -v '^ *+' conftest.er1 >conftest.err
23806 rm -f conftest.er1
23807 cat conftest.err >&5
a848cd7e
SC
23808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23809 (exit $ac_status); } &&
6ebeb4c7 23810 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23812 (eval $ac_try) 2>&5
23813 ac_status=$?
23814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23815 (exit $ac_status); }; } &&
23816 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
23817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23818 (eval $ac_try) 2>&5
23819 ac_status=$?
23820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23821 (exit $ac_status); }; }; then
23822 ac_cv_lib_tiff_TIFFError=yes
23823else
23824 echo "$as_me: failed program was:" >&5
23825sed 's/^/| /' conftest.$ac_ext >&5
23826
23827ac_cv_lib_tiff_TIFFError=no
23828fi
ac1cb8d3
VS
23829rm -f conftest.err conftest.$ac_objext \
23830 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
23831LIBS=$ac_check_lib_save_LIBS
23832fi
23833echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
23834echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
23835if test $ac_cv_lib_tiff_TIFFError = yes; then
23836 TIFF_LINK=" -ltiff"
23837fi
23838
23839
23840
23841fi
23842
23843
23844
23845 if test "x$TIFF_LINK" = "x" ; then
23846 if test "$wxUSE_LIBTIFF" = "sys" ; then
23847 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
23848echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
23849 { (exit 1); exit 1; }; }
23850 else
23851 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
23852echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
23853 wxUSE_LIBTIFF=builtin
23854 fi
23855 else
23856 wxUSE_LIBTIFF=sys
23857 fi
23858 fi
23859fi
23860
23861
47a7e797
MW
23862if test "$wxUSE_WCHAR_T" != "yes"; then
23863 if test "$wxUSE_EXPAT" != "no"; then
23864 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
23865echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
23866 wxUSE_EXPAT=no
23867 fi
23868 if test "$wxUSE_XML" != "no"; then
23869 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
23870echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
23871 wxUSE_XML=no
23872 fi
23873fi
23874
a848cd7e
SC
23875if test "$wxUSE_EXPAT" != "no"; then
23876 wxUSE_XML=yes
23877 cat >>confdefs.h <<\_ACEOF
23878#define wxUSE_EXPAT 1
23879_ACEOF
23880
23881 cat >>confdefs.h <<\_ACEOF
23882#define wxUSE_XML 1
23883_ACEOF
23884
23885
23886 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23887 if test "${ac_cv_header_expat_h+set}" = set; then
23888 echo "$as_me:$LINENO: checking for expat.h" >&5
23889echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23890if test "${ac_cv_header_expat_h+set}" = set; then
23891 echo $ECHO_N "(cached) $ECHO_C" >&6
23892fi
23893echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23894echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23895else
23896 # Is the header compilable?
23897echo "$as_me:$LINENO: checking expat.h usability" >&5
23898echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
23899cat >conftest.$ac_ext <<_ACEOF
23900/* confdefs.h. */
23901_ACEOF
23902cat confdefs.h >>conftest.$ac_ext
23903cat >>conftest.$ac_ext <<_ACEOF
23904/* end confdefs.h. */
23905$ac_includes_default
23906#include <expat.h>
23907_ACEOF
23908rm -f conftest.$ac_objext
23909if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 23910 (eval $ac_compile) 2>conftest.er1
a848cd7e 23911 ac_status=$?
ac1cb8d3
VS
23912 grep -v '^ *+' conftest.er1 >conftest.err
23913 rm -f conftest.er1
23914 cat conftest.err >&5
a848cd7e
SC
23915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23916 (exit $ac_status); } &&
6ebeb4c7 23917 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
23918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23919 (eval $ac_try) 2>&5
23920 ac_status=$?
23921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23922 (exit $ac_status); }; } &&
23923 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
23924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23925 (eval $ac_try) 2>&5
23926 ac_status=$?
23927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23928 (exit $ac_status); }; }; then
23929 ac_header_compiler=yes
23930else
23931 echo "$as_me: failed program was:" >&5
23932sed 's/^/| /' conftest.$ac_ext >&5
23933
23934ac_header_compiler=no
23935fi
ac1cb8d3 23936rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
23937echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23938echo "${ECHO_T}$ac_header_compiler" >&6
23939
23940# Is the header present?
23941echo "$as_me:$LINENO: checking expat.h presence" >&5
23942echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
23943cat >conftest.$ac_ext <<_ACEOF
23944/* confdefs.h. */
23945_ACEOF
23946cat confdefs.h >>conftest.$ac_ext
23947cat >>conftest.$ac_ext <<_ACEOF
23948/* end confdefs.h. */
23949#include <expat.h>
23950_ACEOF
23951if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23952 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23953 ac_status=$?
23954 grep -v '^ *+' conftest.er1 >conftest.err
23955 rm -f conftest.er1
23956 cat conftest.err >&5
23957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23958 (exit $ac_status); } >/dev/null; then
23959 if test -s conftest.err; then
23960 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 23961 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
23962 else
23963 ac_cpp_err=
23964 fi
23965else
23966 ac_cpp_err=yes
23967fi
23968if test -z "$ac_cpp_err"; then
23969 ac_header_preproc=yes
23970else
23971 echo "$as_me: failed program was:" >&5
23972sed 's/^/| /' conftest.$ac_ext >&5
23973
23974 ac_header_preproc=no
23975fi
23976rm -f conftest.err conftest.$ac_ext
23977echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23978echo "${ECHO_T}$ac_header_preproc" >&6
23979
23980# So? What about this header?
ac1cb8d3
VS
23981case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23982 yes:no: )
a848cd7e
SC
23983 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
23984echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
23985 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
23986echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
23987 ac_header_preproc=yes
a848cd7e 23988 ;;
ac1cb8d3 23989 no:yes:* )
a848cd7e
SC
23990 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
23991echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
23992 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
23993echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
23994 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
23995echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
23996 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
23997echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
23998 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
23999echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24000 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
24001echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24002 (
24003 cat <<\_ASBOX
ac1cb8d3
VS
24004## ----------------------------------------- ##
24005## Report this to wx-dev@lists.wxwidgets.org ##
24006## ----------------------------------------- ##
a848cd7e
SC
24007_ASBOX
24008 ) |
24009 sed "s/^/$as_me: WARNING: /" >&2
24010 ;;
24011esac
24012echo "$as_me:$LINENO: checking for expat.h" >&5
24013echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24014if test "${ac_cv_header_expat_h+set}" = set; then
24015 echo $ECHO_N "(cached) $ECHO_C" >&6
24016else
24017 ac_cv_header_expat_h=$ac_header_preproc
24018fi
24019echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24020echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24021
24022fi
24023if test $ac_cv_header_expat_h = yes; then
24024 found_expat_h=1
24025fi
24026
24027
24028 if test "x$found_expat_h" = "x1"; then
24029 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
24030echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
24031if test "${wx_cv_expat_is_not_broken+set}" = set; then
24032 echo $ECHO_N "(cached) $ECHO_C" >&6
24033else
24034
24035
24036
24037 ac_ext=cc
24038ac_cpp='$CXXCPP $CPPFLAGS'
24039ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24040ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24041ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24042
24043 cat >conftest.$ac_ext <<_ACEOF
24044/* confdefs.h. */
24045_ACEOF
24046cat confdefs.h >>conftest.$ac_ext
24047cat >>conftest.$ac_ext <<_ACEOF
24048/* end confdefs.h. */
24049#include <expat.h>
24050int
24051main ()
24052{
24053
24054 ;
24055 return 0;
24056}
24057_ACEOF
24058rm -f conftest.$ac_objext
24059if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24060 (eval $ac_compile) 2>conftest.er1
a848cd7e 24061 ac_status=$?
ac1cb8d3
VS
24062 grep -v '^ *+' conftest.er1 >conftest.err
24063 rm -f conftest.er1
24064 cat conftest.err >&5
a848cd7e
SC
24065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24066 (exit $ac_status); } &&
6ebeb4c7 24067 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24069 (eval $ac_try) 2>&5
24070 ac_status=$?
24071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24072 (exit $ac_status); }; } &&
24073 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24075 (eval $ac_try) 2>&5
24076 ac_status=$?
24077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24078 (exit $ac_status); }; }; then
24079 wx_cv_expat_is_not_broken=yes
24080else
24081 echo "$as_me: failed program was:" >&5
24082sed 's/^/| /' conftest.$ac_ext >&5
24083
24084wx_cv_expat_is_not_broken=no
24085
24086fi
ac1cb8d3 24087rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24088 ac_ext=c
24089ac_cpp='$CPP $CPPFLAGS'
24090ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24091ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24092ac_compiler_gnu=$ac_cv_c_compiler_gnu
24093
24094
24095
24096fi
24097echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
24098echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
24099 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
24100 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
24101echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
24102if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
24103 echo $ECHO_N "(cached) $ECHO_C" >&6
24104else
24105 ac_check_lib_save_LIBS=$LIBS
24106LIBS="-lexpat $LIBS"
24107cat >conftest.$ac_ext <<_ACEOF
24108/* confdefs.h. */
24109_ACEOF
24110cat confdefs.h >>conftest.$ac_ext
24111cat >>conftest.$ac_ext <<_ACEOF
24112/* end confdefs.h. */
24113
24114/* Override any gcc2 internal prototype to avoid an error. */
24115#ifdef __cplusplus
24116extern "C"
24117#endif
24118/* We use char because int might match the return type of a gcc2
24119 builtin and then its argument prototype would still apply. */
24120char XML_ParserCreate ();
24121int
24122main ()
24123{
24124XML_ParserCreate ();
24125 ;
24126 return 0;
24127}
24128_ACEOF
24129rm -f conftest.$ac_objext conftest$ac_exeext
24130if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24131 (eval $ac_link) 2>conftest.er1
a848cd7e 24132 ac_status=$?
ac1cb8d3
VS
24133 grep -v '^ *+' conftest.er1 >conftest.err
24134 rm -f conftest.er1
24135 cat conftest.err >&5
a848cd7e
SC
24136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24137 (exit $ac_status); } &&
6ebeb4c7 24138 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24140 (eval $ac_try) 2>&5
24141 ac_status=$?
24142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24143 (exit $ac_status); }; } &&
24144 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24146 (eval $ac_try) 2>&5
24147 ac_status=$?
24148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24149 (exit $ac_status); }; }; then
24150 ac_cv_lib_expat_XML_ParserCreate=yes
24151else
24152 echo "$as_me: failed program was:" >&5
24153sed 's/^/| /' conftest.$ac_ext >&5
24154
24155ac_cv_lib_expat_XML_ParserCreate=no
24156fi
ac1cb8d3
VS
24157rm -f conftest.err conftest.$ac_objext \
24158 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24159LIBS=$ac_check_lib_save_LIBS
24160fi
24161echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
24162echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
24163if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
24164 EXPAT_LINK=" -lexpat"
24165fi
24166
24167 fi
24168 fi
24169 if test "x$EXPAT_LINK" = "x" ; then
24170 if test "$wxUSE_EXPAT" = "sys" ; then
24171 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
24172echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
24173 { (exit 1); exit 1; }; }
24174 else
24175 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
24176echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
24177 wxUSE_EXPAT=builtin
24178 fi
24179 else
24180 wxUSE_EXPAT=sys
24181 fi
24182 fi
24183 if test "$wxUSE_EXPAT" = "builtin" ; then
24184
24185
24186subdirs="$subdirs src/expat"
24187
24188 fi
24189fi
24190
24191
24192
24193if test "$wxUSE_LIBMSPACK" != "no"; then
a848cd7e
SC
24194 if test "${ac_cv_header_mspack_h+set}" = set; then
24195 echo "$as_me:$LINENO: checking for mspack.h" >&5
24196echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24197if test "${ac_cv_header_mspack_h+set}" = set; then
24198 echo $ECHO_N "(cached) $ECHO_C" >&6
24199fi
24200echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24201echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24202else
24203 # Is the header compilable?
24204echo "$as_me:$LINENO: checking mspack.h usability" >&5
24205echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
24206cat >conftest.$ac_ext <<_ACEOF
24207/* confdefs.h. */
24208_ACEOF
24209cat confdefs.h >>conftest.$ac_ext
24210cat >>conftest.$ac_ext <<_ACEOF
24211/* end confdefs.h. */
24212$ac_includes_default
24213#include <mspack.h>
24214_ACEOF
24215rm -f conftest.$ac_objext
24216if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24217 (eval $ac_compile) 2>conftest.er1
a848cd7e 24218 ac_status=$?
ac1cb8d3
VS
24219 grep -v '^ *+' conftest.er1 >conftest.err
24220 rm -f conftest.er1
24221 cat conftest.err >&5
a848cd7e
SC
24222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24223 (exit $ac_status); } &&
6ebeb4c7 24224 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24226 (eval $ac_try) 2>&5
24227 ac_status=$?
24228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24229 (exit $ac_status); }; } &&
24230 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24232 (eval $ac_try) 2>&5
24233 ac_status=$?
24234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24235 (exit $ac_status); }; }; then
24236 ac_header_compiler=yes
24237else
24238 echo "$as_me: failed program was:" >&5
24239sed 's/^/| /' conftest.$ac_ext >&5
24240
24241ac_header_compiler=no
24242fi
ac1cb8d3 24243rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24244echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24245echo "${ECHO_T}$ac_header_compiler" >&6
24246
24247# Is the header present?
24248echo "$as_me:$LINENO: checking mspack.h presence" >&5
24249echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
24250cat >conftest.$ac_ext <<_ACEOF
24251/* confdefs.h. */
24252_ACEOF
24253cat confdefs.h >>conftest.$ac_ext
24254cat >>conftest.$ac_ext <<_ACEOF
24255/* end confdefs.h. */
24256#include <mspack.h>
24257_ACEOF
24258if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24259 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24260 ac_status=$?
24261 grep -v '^ *+' conftest.er1 >conftest.err
24262 rm -f conftest.er1
24263 cat conftest.err >&5
24264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24265 (exit $ac_status); } >/dev/null; then
24266 if test -s conftest.err; then
24267 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24268 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24269 else
24270 ac_cpp_err=
24271 fi
24272else
24273 ac_cpp_err=yes
24274fi
24275if test -z "$ac_cpp_err"; then
24276 ac_header_preproc=yes
24277else
24278 echo "$as_me: failed program was:" >&5
24279sed 's/^/| /' conftest.$ac_ext >&5
24280
24281 ac_header_preproc=no
24282fi
24283rm -f conftest.err conftest.$ac_ext
24284echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24285echo "${ECHO_T}$ac_header_preproc" >&6
24286
24287# So? What about this header?
ac1cb8d3
VS
24288case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24289 yes:no: )
a848cd7e
SC
24290 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
24291echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24292 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
24293echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
24294 ac_header_preproc=yes
a848cd7e 24295 ;;
ac1cb8d3 24296 no:yes:* )
a848cd7e
SC
24297 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
24298echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24299 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
24300echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
24301 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
24302echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
24303 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
24304echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24305 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
24306echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24307 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
24308echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24309 (
24310 cat <<\_ASBOX
ac1cb8d3
VS
24311## ----------------------------------------- ##
24312## Report this to wx-dev@lists.wxwidgets.org ##
24313## ----------------------------------------- ##
a848cd7e
SC
24314_ASBOX
24315 ) |
24316 sed "s/^/$as_me: WARNING: /" >&2
24317 ;;
24318esac
24319echo "$as_me:$LINENO: checking for mspack.h" >&5
24320echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24321if test "${ac_cv_header_mspack_h+set}" = set; then
24322 echo $ECHO_N "(cached) $ECHO_C" >&6
24323else
24324 ac_cv_header_mspack_h=$ac_header_preproc
24325fi
24326echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24327echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24328
24329fi
24330if test $ac_cv_header_mspack_h = yes; then
24331 found_mspack_h=1
24332fi
24333
24334
24335 if test "x$found_mspack_h" = "x1"; then
24336 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
24337echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
24338if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
24339 echo $ECHO_N "(cached) $ECHO_C" >&6
24340else
24341 ac_check_lib_save_LIBS=$LIBS
24342LIBS="-lmspack $LIBS"
24343cat >conftest.$ac_ext <<_ACEOF
24344/* confdefs.h. */
24345_ACEOF
24346cat confdefs.h >>conftest.$ac_ext
24347cat >>conftest.$ac_ext <<_ACEOF
24348/* end confdefs.h. */
24349
24350/* Override any gcc2 internal prototype to avoid an error. */
24351#ifdef __cplusplus
24352extern "C"
24353#endif
24354/* We use char because int might match the return type of a gcc2
24355 builtin and then its argument prototype would still apply. */
24356char mspack_create_chm_decompressor ();
24357int
24358main ()
24359{
24360mspack_create_chm_decompressor ();
24361 ;
24362 return 0;
24363}
24364_ACEOF
24365rm -f conftest.$ac_objext conftest$ac_exeext
24366if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 24367 (eval $ac_link) 2>conftest.er1
a848cd7e 24368 ac_status=$?
ac1cb8d3
VS
24369 grep -v '^ *+' conftest.er1 >conftest.err
24370 rm -f conftest.er1
24371 cat conftest.err >&5
a848cd7e
SC
24372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24373 (exit $ac_status); } &&
6ebeb4c7 24374 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24376 (eval $ac_try) 2>&5
24377 ac_status=$?
24378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24379 (exit $ac_status); }; } &&
24380 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
24381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24382 (eval $ac_try) 2>&5
24383 ac_status=$?
24384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24385 (exit $ac_status); }; }; then
24386 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
24387else
24388 echo "$as_me: failed program was:" >&5
24389sed 's/^/| /' conftest.$ac_ext >&5
24390
24391ac_cv_lib_mspack_mspack_create_chm_decompressor=no
24392fi
ac1cb8d3
VS
24393rm -f conftest.err conftest.$ac_objext \
24394 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
24395LIBS=$ac_check_lib_save_LIBS
24396fi
24397echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
24398echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
24399if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
24400 MSPACK_LINK=" -lmspack"
24401fi
24402
24403 fi
24404 if test "x$MSPACK_LINK" = "x" ; then
24405 wxUSE_LIBMSPACK=no
dd3a2d96
VZ
24406 fi
24407fi
24408
24409if test "$wxUSE_LIBMSPACK" != "no"; then
24410 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
24411#define wxUSE_LIBMSPACK 1
24412_ACEOF
24413
a848cd7e
SC
24414fi
24415
24416
24417
24418AFMINSTALL=
24419WIN32INSTALL=
24420
24421TOOLKIT=
24422TOOLKIT_INCLUDE=
24423WIDGET_SET=
24424
24425if test "$USE_WIN32" = 1 ; then
24426
24427for ac_header in w32api.h
24428do
24429as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24430if eval "test \"\${$as_ac_Header+set}\" = set"; then
24431 echo "$as_me:$LINENO: checking for $ac_header" >&5
24432echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24433if eval "test \"\${$as_ac_Header+set}\" = set"; then
24434 echo $ECHO_N "(cached) $ECHO_C" >&6
24435fi
24436echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24437echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24438else
24439 # Is the header compilable?
24440echo "$as_me:$LINENO: checking $ac_header usability" >&5
24441echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
24442cat >conftest.$ac_ext <<_ACEOF
24443/* confdefs.h. */
24444_ACEOF
24445cat confdefs.h >>conftest.$ac_ext
24446cat >>conftest.$ac_ext <<_ACEOF
24447/* end confdefs.h. */
24448$ac_includes_default
24449#include <$ac_header>
24450_ACEOF
24451rm -f conftest.$ac_objext
24452if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24453 (eval $ac_compile) 2>conftest.er1
a848cd7e 24454 ac_status=$?
ac1cb8d3
VS
24455 grep -v '^ *+' conftest.er1 >conftest.err
24456 rm -f conftest.er1
24457 cat conftest.err >&5
a848cd7e
SC
24458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24459 (exit $ac_status); } &&
6ebeb4c7 24460 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24462 (eval $ac_try) 2>&5
24463 ac_status=$?
24464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24465 (exit $ac_status); }; } &&
24466 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24468 (eval $ac_try) 2>&5
24469 ac_status=$?
24470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24471 (exit $ac_status); }; }; then
24472 ac_header_compiler=yes
24473else
24474 echo "$as_me: failed program was:" >&5
24475sed 's/^/| /' conftest.$ac_ext >&5
24476
24477ac_header_compiler=no
24478fi
ac1cb8d3 24479rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24480echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24481echo "${ECHO_T}$ac_header_compiler" >&6
24482
24483# Is the header present?
24484echo "$as_me:$LINENO: checking $ac_header presence" >&5
24485echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
24486cat >conftest.$ac_ext <<_ACEOF
24487/* confdefs.h. */
24488_ACEOF
24489cat confdefs.h >>conftest.$ac_ext
24490cat >>conftest.$ac_ext <<_ACEOF
24491/* end confdefs.h. */
24492#include <$ac_header>
24493_ACEOF
24494if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24495 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24496 ac_status=$?
24497 grep -v '^ *+' conftest.er1 >conftest.err
24498 rm -f conftest.er1
24499 cat conftest.err >&5
24500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24501 (exit $ac_status); } >/dev/null; then
24502 if test -s conftest.err; then
24503 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24504 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24505 else
24506 ac_cpp_err=
24507 fi
24508else
24509 ac_cpp_err=yes
24510fi
24511if test -z "$ac_cpp_err"; then
24512 ac_header_preproc=yes
24513else
24514 echo "$as_me: failed program was:" >&5
24515sed 's/^/| /' conftest.$ac_ext >&5
24516
24517 ac_header_preproc=no
24518fi
24519rm -f conftest.err conftest.$ac_ext
24520echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24521echo "${ECHO_T}$ac_header_preproc" >&6
24522
24523# So? What about this header?
ac1cb8d3
VS
24524case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24525 yes:no: )
a848cd7e
SC
24526 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24527echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24529echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24530 ac_header_preproc=yes
a848cd7e 24531 ;;
ac1cb8d3 24532 no:yes:* )
a848cd7e
SC
24533 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24534echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24535 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
24536echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
24537 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24538echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24539 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
24540echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24541 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24542echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24543 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24544echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24545 (
24546 cat <<\_ASBOX
ac1cb8d3
VS
24547## ----------------------------------------- ##
24548## Report this to wx-dev@lists.wxwidgets.org ##
24549## ----------------------------------------- ##
a848cd7e
SC
24550_ASBOX
24551 ) |
24552 sed "s/^/$as_me: WARNING: /" >&2
24553 ;;
24554esac
24555echo "$as_me:$LINENO: checking for $ac_header" >&5
24556echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24557if eval "test \"\${$as_ac_Header+set}\" = set"; then
24558 echo $ECHO_N "(cached) $ECHO_C" >&6
24559else
ac1cb8d3 24560 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
24561fi
24562echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24563echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24564
24565fi
24566if test `eval echo '${'$as_ac_Header'}'` = yes; then
24567 cat >>confdefs.h <<_ACEOF
24568#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24569_ACEOF
24570
24571fi
24572
24573done
24574
24575 if test "${ac_cv_header_windows_h+set}" = set; then
24576 echo "$as_me:$LINENO: checking for windows.h" >&5
24577echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24578if test "${ac_cv_header_windows_h+set}" = set; then
24579 echo $ECHO_N "(cached) $ECHO_C" >&6
24580fi
24581echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24582echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24583else
24584 # Is the header compilable?
24585echo "$as_me:$LINENO: checking windows.h usability" >&5
24586echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
24587cat >conftest.$ac_ext <<_ACEOF
24588/* confdefs.h. */
24589_ACEOF
24590cat confdefs.h >>conftest.$ac_ext
24591cat >>conftest.$ac_ext <<_ACEOF
24592/* end confdefs.h. */
24593$ac_includes_default
24594#include <windows.h>
24595_ACEOF
24596rm -f conftest.$ac_objext
24597if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 24598 (eval $ac_compile) 2>conftest.er1
a848cd7e 24599 ac_status=$?
ac1cb8d3
VS
24600 grep -v '^ *+' conftest.er1 >conftest.err
24601 rm -f conftest.er1
24602 cat conftest.err >&5
a848cd7e
SC
24603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24604 (exit $ac_status); } &&
6ebeb4c7 24605 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
24606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24607 (eval $ac_try) 2>&5
24608 ac_status=$?
24609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24610 (exit $ac_status); }; } &&
24611 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
24612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24613 (eval $ac_try) 2>&5
24614 ac_status=$?
24615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24616 (exit $ac_status); }; }; then
24617 ac_header_compiler=yes
24618else
24619 echo "$as_me: failed program was:" >&5
24620sed 's/^/| /' conftest.$ac_ext >&5
24621
24622ac_header_compiler=no
24623fi
ac1cb8d3 24624rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
24625echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24626echo "${ECHO_T}$ac_header_compiler" >&6
24627
24628# Is the header present?
24629echo "$as_me:$LINENO: checking windows.h presence" >&5
24630echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
24631cat >conftest.$ac_ext <<_ACEOF
24632/* confdefs.h. */
24633_ACEOF
24634cat confdefs.h >>conftest.$ac_ext
24635cat >>conftest.$ac_ext <<_ACEOF
24636/* end confdefs.h. */
24637#include <windows.h>
24638_ACEOF
24639if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24640 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24641 ac_status=$?
24642 grep -v '^ *+' conftest.er1 >conftest.err
24643 rm -f conftest.er1
24644 cat conftest.err >&5
24645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24646 (exit $ac_status); } >/dev/null; then
24647 if test -s conftest.err; then
24648 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 24649 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
24650 else
24651 ac_cpp_err=
24652 fi
24653else
24654 ac_cpp_err=yes
24655fi
24656if test -z "$ac_cpp_err"; then
24657 ac_header_preproc=yes
24658else
24659 echo "$as_me: failed program was:" >&5
24660sed 's/^/| /' conftest.$ac_ext >&5
24661
24662 ac_header_preproc=no
24663fi
24664rm -f conftest.err conftest.$ac_ext
24665echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24666echo "${ECHO_T}$ac_header_preproc" >&6
24667
24668# So? What about this header?
ac1cb8d3
VS
24669case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24670 yes:no: )
a848cd7e
SC
24671 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
24672echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
24673 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
24674echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
24675 ac_header_preproc=yes
a848cd7e 24676 ;;
ac1cb8d3 24677 no:yes:* )
a848cd7e
SC
24678 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
24679echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
24680 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
24681echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
24682 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
24683echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
24684 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
24685echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
24686 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
24687echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
24688 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
24689echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
24690 (
24691 cat <<\_ASBOX
ac1cb8d3
VS
24692## ----------------------------------------- ##
24693## Report this to wx-dev@lists.wxwidgets.org ##
24694## ----------------------------------------- ##
a848cd7e
SC
24695_ASBOX
24696 ) |
24697 sed "s/^/$as_me: WARNING: /" >&2
24698 ;;
24699esac
24700echo "$as_me:$LINENO: checking for windows.h" >&5
24701echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24702if test "${ac_cv_header_windows_h+set}" = set; then
24703 echo $ECHO_N "(cached) $ECHO_C" >&6
24704else
24705 ac_cv_header_windows_h=$ac_header_preproc
24706fi
24707echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24708echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24709
24710fi
24711if test $ac_cv_header_windows_h = yes; then
24712 :
24713else
24714
24715 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24716echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24717 { (exit 1); exit 1; }; }
24718
24719fi
24720
24721
24722
24723 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24724
24725 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24726 LIBS="$LIBS -loleacc"
24727 fi
24728
24729 case "${host}" in
24730 *-*-cygwin* )
24731 LIBS="$LIBS -lkernel32 -luser32"
24732 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
24733 esac
24734
24735 if test "$wxUSE_ODBC" = "sys" ; then
24736 wxUSE_ODBC = "yes"
24737 fi
24738 if test "$wxUSE_ODBC" = "yes" ; then
24739 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
24740 cat >>confdefs.h <<\_ACEOF
24741#define wxUSE_ODBC 1
24742_ACEOF
24743
24744 fi
24745
24746 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24747 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
24748
24749 WIN32INSTALL=win32install
24750fi
24751
24752if test "$wxUSE_GUI" = "yes"; then
24753 USE_GUI=1
24754
24755 GUI_TK_LIBRARY=
24756
24757 WXGTK12=
24758 WXGTK127=
24759 WXGTK20=
24760 WXGPE=
24761
207bc66c
RN
24762 if test "$wxUSE_COCOA" = 1 ; then
24763 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24764 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24765echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24766 wxUSE_PRINTING_ARCHITECTURE=no
24767 fi
24768 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24769 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24770echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24771 wxUSE_DRAG_AND_DROP=no
24772 fi
24773 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24774 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24775echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24776 wxUSE_DRAGIMAGE=no
24777 fi
24778 fi
24779
a848cd7e
SC
24780 if test "$wxUSE_MSW" = 1 ; then
24781 TOOLKIT=MSW
24782 GUIDIST=MSW_DIST
24783
ceec2216 24784 case "${host}" in
a848cd7e
SC
24785 *-*-mingw32* )
24786 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
24787 esac
24788 fi
24789
24790 if test "$wxUSE_GTK" = 1; then
24791 echo "$as_me:$LINENO: checking for GTK+ version" >&5
24792echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
24793
24794 gtk_version_cached=1
24795 if test "${wx_cv_lib_gtk+set}" = set; then
24796 echo $ECHO_N "(cached) $ECHO_C" >&6
24797else
24798
24799 gtk_version_cached=0
24800 echo "$as_me:$LINENO: result: " >&5
24801echo "${ECHO_T}" >&6
24802
24803 GTK_MODULES=
24804 if test "$wxUSE_THREADS" = "yes"; then
24805 GTK_MODULES=gthread
24806 fi
24807
f597b41c 24808 wx_cv_lib_gtk=
f34ca037 24809 if test "x$wxGTK_VERSION" != "x1"; then
a848cd7e
SC
24810 # Check whether --enable-gtktest or --disable-gtktest was given.
24811if test "${enable_gtktest+set}" = set; then
24812 enableval="$enable_gtktest"
24813
24814else
24815 enable_gtktest=yes
24816fi;
24817
24818 pkg_config_args=gtk+-2.0
24819 for module in . $GTK_MODULES
24820 do
24821 case "$module" in
24822 gthread)
24823 pkg_config_args="$pkg_config_args gthread-2.0"
24824 ;;
24825 esac
24826 done
24827
24828 no_gtk=""
24829
24830 # Extract the first word of "pkg-config", so it can be a program name with args.
24831set dummy pkg-config; ac_word=$2
24832echo "$as_me:$LINENO: checking for $ac_word" >&5
24833echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24834if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24835 echo $ECHO_N "(cached) $ECHO_C" >&6
24836else
24837 case $PKG_CONFIG in
24838 [\\/]* | ?:[\\/]*)
24839 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
24840 ;;
24841 *)
24842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24843for as_dir in $PATH
24844do
24845 IFS=$as_save_IFS
24846 test -z "$as_dir" && as_dir=.
24847 for ac_exec_ext in '' $ac_executable_extensions; do
24848 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24849 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24850 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24851 break 2
24852 fi
24853done
24854done
24855
24856 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
24857 ;;
24858esac
24859fi
24860PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24861
24862if test -n "$PKG_CONFIG"; then
24863 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24864echo "${ECHO_T}$PKG_CONFIG" >&6
24865else
24866 echo "$as_me:$LINENO: result: no" >&5
24867echo "${ECHO_T}no" >&6
24868fi
24869
24870
24871 if test x$PKG_CONFIG != xno ; then
24872 if pkg-config --atleast-pkgconfig-version 0.7 ; then
24873 :
24874 else
c2218763 24875 echo "*** pkg-config too old; version 0.7 or better required."
a848cd7e
SC
24876 no_gtk=yes
24877 PKG_CONFIG=no
24878 fi
24879 else
24880 no_gtk=yes
24881 fi
24882
24883 min_gtk_version=2.0.0
24884 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
24885echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
24886
24887 if test x$PKG_CONFIG != xno ; then
24888 ## don't try to run the test against uninstalled libtool libs
24889 if $PKG_CONFIG --uninstalled $pkg_config_args; then
24890 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
24891 enable_gtktest=no
24892 fi
24893
24894 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
24895 :
24896 else
24897 no_gtk=yes
24898 fi
24899 fi
24900
24901 if test x"$no_gtk" = x ; then
24902 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
24903 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
24904 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24905 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24906 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24907 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24908 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24909 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24910 if test "x$enable_gtktest" = "xyes" ; then
24911 ac_save_CFLAGS="$CFLAGS"
24912 ac_save_LIBS="$LIBS"
24913 CFLAGS="$CFLAGS $GTK_CFLAGS"
24914 LIBS="$GTK_LIBS $LIBS"
24915 rm -f conf.gtktest
24916 if test "$cross_compiling" = yes; then
24917 echo $ac_n "cross compiling; assumed OK... $ac_c"
24918else
24919 cat >conftest.$ac_ext <<_ACEOF
24920/* confdefs.h. */
24921_ACEOF
24922cat confdefs.h >>conftest.$ac_ext
24923cat >>conftest.$ac_ext <<_ACEOF
24924/* end confdefs.h. */
24925
24926#include <gtk/gtk.h>
24927#include <stdio.h>
24928#include <stdlib.h>
24929
24930int
24931main ()
24932{
24933 int major, minor, micro;
24934 char *tmp_version;
24935
24936 system ("touch conf.gtktest");
24937
24938 /* HP/UX 9 (%@#!) writes to sscanf strings */
24939 tmp_version = g_strdup("$min_gtk_version");
24940 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24941 printf("%s, bad version string\n", "$min_gtk_version");
24942 exit(1);
24943 }
24944
24945 if ((gtk_major_version != $gtk_config_major_version) ||
24946 (gtk_minor_version != $gtk_config_minor_version) ||
24947 (gtk_micro_version != $gtk_config_micro_version))
24948 {
24949 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24950 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24951 gtk_major_version, gtk_minor_version, gtk_micro_version);
24952 printf ("*** was found! If pkg-config was correct, then it is best\n");
24953 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24954 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24955 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24956 printf("*** required on your system.\n");
24957 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
24958 printf("*** to point to the correct configuration files\n");
24959 }
24960 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24961 (gtk_minor_version != GTK_MINOR_VERSION) ||
24962 (gtk_micro_version != GTK_MICRO_VERSION))
24963 {
24964 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24965 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24966 printf("*** library (version %d.%d.%d)\n",
24967 gtk_major_version, gtk_minor_version, gtk_micro_version);
24968 }
24969 else
24970 {
24971 if ((gtk_major_version > major) ||
24972 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24973 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24974 {
24975 return 0;
24976 }
24977 else
24978 {
24979 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24980 gtk_major_version, gtk_minor_version, gtk_micro_version);
24981 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24982 major, minor, micro);
24983 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24984 printf("***\n");
24985 printf("*** If you have already installed a sufficiently new version, this error\n");
24986 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
24987 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24988 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
24989 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
24990 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24991 printf("*** so that the correct libraries are found at run-time))\n");
24992 }
24993 }
24994 return 1;
24995}
24996
24997_ACEOF
24998rm -f conftest$ac_exeext
24999if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25000 (eval $ac_link) 2>&5
25001 ac_status=$?
25002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25003 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25005 (eval $ac_try) 2>&5
25006 ac_status=$?
25007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25008 (exit $ac_status); }; }; then
25009 :
25010else
25011 echo "$as_me: program exited with status $ac_status" >&5
25012echo "$as_me: failed program was:" >&5
25013sed 's/^/| /' conftest.$ac_ext >&5
25014
25015( exit $ac_status )
25016no_gtk=yes
25017fi
ac1cb8d3 25018rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25019fi
25020 CFLAGS="$ac_save_CFLAGS"
25021 LIBS="$ac_save_LIBS"
25022 fi
25023 fi
25024 if test "x$no_gtk" = x ; then
25025 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
25026echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
25027 wx_cv_lib_gtk=2.0
25028 else
25029 echo "$as_me:$LINENO: result: no" >&5
25030echo "${ECHO_T}no" >&6
25031 if test "$PKG_CONFIG" = "no" ; then
25032 echo "*** A new enough version of pkg-config was not found."
25033 echo "*** See http://pkgconfig.sourceforge.net"
25034 else
25035 if test -f conf.gtktest ; then
25036 :
25037 else
25038 echo "*** Could not run GTK+ test program, checking why..."
25039 ac_save_CFLAGS="$CFLAGS"
25040 ac_save_LIBS="$LIBS"
25041 CFLAGS="$CFLAGS $GTK_CFLAGS"
25042 LIBS="$LIBS $GTK_LIBS"
25043 cat >conftest.$ac_ext <<_ACEOF
25044/* confdefs.h. */
25045_ACEOF
25046cat confdefs.h >>conftest.$ac_ext
25047cat >>conftest.$ac_ext <<_ACEOF
25048/* end confdefs.h. */
25049
25050#include <gtk/gtk.h>
25051#include <stdio.h>
25052
25053int
25054main ()
25055{
25056 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25057 ;
25058 return 0;
25059}
25060_ACEOF
25061rm -f conftest.$ac_objext conftest$ac_exeext
25062if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25063 (eval $ac_link) 2>conftest.er1
a848cd7e 25064 ac_status=$?
ac1cb8d3
VS
25065 grep -v '^ *+' conftest.er1 >conftest.err
25066 rm -f conftest.er1
25067 cat conftest.err >&5
a848cd7e
SC
25068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25069 (exit $ac_status); } &&
6ebeb4c7 25070 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25072 (eval $ac_try) 2>&5
25073 ac_status=$?
25074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25075 (exit $ac_status); }; } &&
25076 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25078 (eval $ac_try) 2>&5
25079 ac_status=$?
25080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25081 (exit $ac_status); }; }; then
25082 echo "*** The test program compiled, but did not run. This usually means"
25083 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
25084 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
25085 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25086 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25087 echo "*** is required on your system"
25088 echo "***"
25089 echo "*** If you have an old version installed, it is best to remove it, although"
25090 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25091else
25092 echo "$as_me: failed program was:" >&5
25093sed 's/^/| /' conftest.$ac_ext >&5
25094
25095 echo "*** The test program failed to compile or link. See the file config.log for the"
25096 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
25097fi
ac1cb8d3
VS
25098rm -f conftest.err conftest.$ac_objext \
25099 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25100 CFLAGS="$ac_save_CFLAGS"
25101 LIBS="$ac_save_LIBS"
25102 fi
25103 fi
25104 GTK_CFLAGS=""
25105 GTK_LIBS=""
25106 :
25107 fi
25108
25109
25110 rm -f conf.gtktest
25111
f597b41c
MW
25112 fi
25113
f34ca037
MW
25114 if test -z "$wx_cv_lib_gtk"; then
25115 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
a848cd7e
SC
25116
25117# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25118if test "${with_gtk_prefix+set}" = set; then
25119 withval="$with_gtk_prefix"
25120 gtk_config_prefix="$withval"
25121else
25122 gtk_config_prefix=""
25123fi;
25124
25125# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25126if test "${with_gtk_exec_prefix+set}" = set; then
25127 withval="$with_gtk_exec_prefix"
25128 gtk_config_exec_prefix="$withval"
25129else
25130 gtk_config_exec_prefix=""
25131fi;
25132# Check whether --enable-gtktest or --disable-gtktest was given.
25133if test "${enable_gtktest+set}" = set; then
25134 enableval="$enable_gtktest"
25135
25136else
25137 enable_gtktest=yes
25138fi;
25139
25140 for module in . $GTK_MODULES
25141 do
25142 case "$module" in
25143 gthread)
25144 gtk_config_args="$gtk_config_args gthread"
25145 ;;
25146 esac
25147 done
25148
25149 if test x$gtk_config_exec_prefix != x ; then
25150 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25151 if test x${GTK_CONFIG+set} != xset ; then
25152 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25153 fi
25154 fi
25155 if test x$gtk_config_prefix != x ; then
25156 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25157 if test x${GTK_CONFIG+set} != xset ; then
25158 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25159 fi
25160 fi
25161
25162 # Extract the first word of "gtk-config", so it can be a program name with args.
25163set dummy gtk-config; ac_word=$2
25164echo "$as_me:$LINENO: checking for $ac_word" >&5
25165echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25166if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25167 echo $ECHO_N "(cached) $ECHO_C" >&6
25168else
25169 case $GTK_CONFIG in
25170 [\\/]* | ?:[\\/]*)
25171 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25172 ;;
25173 *)
25174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25175for as_dir in $PATH
25176do
25177 IFS=$as_save_IFS
25178 test -z "$as_dir" && as_dir=.
25179 for ac_exec_ext in '' $ac_executable_extensions; do
25180 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25181 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25182 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25183 break 2
25184 fi
25185done
25186done
25187
25188 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25189 ;;
25190esac
25191fi
25192GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25193
25194if test -n "$GTK_CONFIG"; then
25195 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25196echo "${ECHO_T}$GTK_CONFIG" >&6
25197else
25198 echo "$as_me:$LINENO: result: no" >&5
25199echo "${ECHO_T}no" >&6
25200fi
25201
25202 min_gtk_version=1.2.7
25203 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25204echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25205 no_gtk=""
25206 if test "$GTK_CONFIG" = "no" ; then
25207 no_gtk=yes
25208 else
25209 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25210 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25211 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25212 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25213 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25214 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25215 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25216 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25217 if test "x$enable_gtktest" = "xyes" ; then
25218 ac_save_CFLAGS="$CFLAGS"
25219 ac_save_LIBS="$LIBS"
25220 CFLAGS="$CFLAGS $GTK_CFLAGS"
25221 LIBS="$GTK_LIBS $LIBS"
25222 rm -f conf.gtktest
25223 if test "$cross_compiling" = yes; then
25224 echo $ac_n "cross compiling; assumed OK... $ac_c"
25225else
25226 cat >conftest.$ac_ext <<_ACEOF
25227/* confdefs.h. */
25228_ACEOF
25229cat confdefs.h >>conftest.$ac_ext
25230cat >>conftest.$ac_ext <<_ACEOF
25231/* end confdefs.h. */
25232
25233#include <gtk/gtk.h>
25234#include <stdio.h>
25235#include <stdlib.h>
25236
25237int
25238main ()
25239{
25240 int major, minor, micro;
25241 char *tmp_version;
25242
25243 system ("touch conf.gtktest");
25244
25245 /* HP/UX 9 (%@#!) writes to sscanf strings */
25246 tmp_version = g_strdup("$min_gtk_version");
25247 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25248 printf("%s, bad version string\n", "$min_gtk_version");
25249 exit(1);
25250 }
25251
25252 if ((gtk_major_version != $gtk_config_major_version) ||
25253 (gtk_minor_version != $gtk_config_minor_version) ||
25254 (gtk_micro_version != $gtk_config_micro_version))
25255 {
25256 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25257 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25258 gtk_major_version, gtk_minor_version, gtk_micro_version);
25259 printf ("*** was found! If gtk-config was correct, then it is best\n");
25260 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25261 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25262 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25263 printf("*** required on your system.\n");
25264 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25265 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25266 printf("*** before re-running configure\n");
25267 }
25268#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25269 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25270 (gtk_minor_version != GTK_MINOR_VERSION) ||
25271 (gtk_micro_version != GTK_MICRO_VERSION))
25272 {
25273 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25274 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25275 printf("*** library (version %d.%d.%d)\n",
25276 gtk_major_version, gtk_minor_version, gtk_micro_version);
25277 }
25278#endif /* defined (GTK_MAJOR_VERSION) ... */
25279 else
25280 {
25281 if ((gtk_major_version > major) ||
25282 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25283 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25284 {
25285 return 0;
25286 }
25287 else
25288 {
25289 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25290 gtk_major_version, gtk_minor_version, gtk_micro_version);
25291 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25292 major, minor, micro);
25293 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25294 printf("***\n");
25295 printf("*** If you have already installed a sufficiently new version, this error\n");
25296 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25297 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25298 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25299 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25300 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25301 printf("*** so that the correct libraries are found at run-time))\n");
25302 }
25303 }
25304 return 1;
25305}
25306
25307_ACEOF
25308rm -f conftest$ac_exeext
25309if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25310 (eval $ac_link) 2>&5
25311 ac_status=$?
25312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25313 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25315 (eval $ac_try) 2>&5
25316 ac_status=$?
25317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25318 (exit $ac_status); }; }; then
25319 :
25320else
25321 echo "$as_me: program exited with status $ac_status" >&5
25322echo "$as_me: failed program was:" >&5
25323sed 's/^/| /' conftest.$ac_ext >&5
25324
25325( exit $ac_status )
25326no_gtk=yes
25327fi
ac1cb8d3 25328rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25329fi
25330 CFLAGS="$ac_save_CFLAGS"
25331 LIBS="$ac_save_LIBS"
25332 fi
25333 fi
25334 if test "x$no_gtk" = x ; then
25335 echo "$as_me:$LINENO: result: yes" >&5
25336echo "${ECHO_T}yes" >&6
25337 wx_cv_lib_gtk=1.2.7
25338 else
25339 echo "$as_me:$LINENO: result: no" >&5
25340echo "${ECHO_T}no" >&6
25341 if test "$GTK_CONFIG" = "no" ; then
25342 echo "*** The gtk-config script installed by GTK could not be found"
25343 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25344 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25345 echo "*** full path to gtk-config."
25346 else
25347 if test -f conf.gtktest ; then
25348 :
25349 else
25350 echo "*** Could not run GTK test program, checking why..."
25351 CFLAGS="$CFLAGS $GTK_CFLAGS"
25352 LIBS="$LIBS $GTK_LIBS"
25353 cat >conftest.$ac_ext <<_ACEOF
25354/* confdefs.h. */
25355_ACEOF
25356cat confdefs.h >>conftest.$ac_ext
25357cat >>conftest.$ac_ext <<_ACEOF
25358/* end confdefs.h. */
25359
25360#include <gtk/gtk.h>
25361#include <stdio.h>
25362
25363int
25364main ()
25365{
25366 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25367 ;
25368 return 0;
25369}
25370_ACEOF
25371rm -f conftest.$ac_objext conftest$ac_exeext
25372if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25373 (eval $ac_link) 2>conftest.er1
a848cd7e 25374 ac_status=$?
ac1cb8d3
VS
25375 grep -v '^ *+' conftest.er1 >conftest.err
25376 rm -f conftest.er1
25377 cat conftest.err >&5
a848cd7e
SC
25378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25379 (exit $ac_status); } &&
6ebeb4c7 25380 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25382 (eval $ac_try) 2>&5
25383 ac_status=$?
25384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25385 (exit $ac_status); }; } &&
25386 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25388 (eval $ac_try) 2>&5
25389 ac_status=$?
25390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25391 (exit $ac_status); }; }; then
25392 echo "*** The test program compiled, but did not run. This usually means"
25393 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25394 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25395 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25396 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25397 echo "*** is required on your system"
25398 echo "***"
25399 echo "*** If you have an old version installed, it is best to remove it, although"
25400 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25401 echo "***"
25402 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25403 echo "*** came with the system with the command"
25404 echo "***"
25405 echo "*** rpm --erase --nodeps gtk gtk-devel"
25406else
25407 echo "$as_me: failed program was:" >&5
25408sed 's/^/| /' conftest.$ac_ext >&5
25409
25410 echo "*** The test program failed to compile or link. See the file config.log for the"
25411 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25412 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25413 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25414fi
ac1cb8d3
VS
25415rm -f conftest.err conftest.$ac_objext \
25416 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25417 CFLAGS="$ac_save_CFLAGS"
25418 LIBS="$ac_save_LIBS"
25419 fi
25420 fi
25421 GTK_CFLAGS=""
25422 GTK_LIBS=""
25423 :
25424 fi
25425
25426
25427 rm -f conf.gtktest
25428
25429
f34ca037 25430 if test -z "$wx_cv_lib_gtk"; then
a848cd7e
SC
25431
25432# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25433if test "${with_gtk_prefix+set}" = set; then
25434 withval="$with_gtk_prefix"
25435 gtk_config_prefix="$withval"
25436else
25437 gtk_config_prefix=""
25438fi;
25439
25440# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25441if test "${with_gtk_exec_prefix+set}" = set; then
25442 withval="$with_gtk_exec_prefix"
25443 gtk_config_exec_prefix="$withval"
25444else
25445 gtk_config_exec_prefix=""
25446fi;
25447# Check whether --enable-gtktest or --disable-gtktest was given.
25448if test "${enable_gtktest+set}" = set; then
25449 enableval="$enable_gtktest"
25450
25451else
25452 enable_gtktest=yes
25453fi;
25454
25455 for module in . $GTK_MODULES
25456 do
25457 case "$module" in
25458 gthread)
25459 gtk_config_args="$gtk_config_args gthread"
25460 ;;
25461 esac
25462 done
25463
25464 if test x$gtk_config_exec_prefix != x ; then
25465 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25466 if test x${GTK_CONFIG+set} != xset ; then
25467 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25468 fi
25469 fi
25470 if test x$gtk_config_prefix != x ; then
25471 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25472 if test x${GTK_CONFIG+set} != xset ; then
25473 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25474 fi
25475 fi
25476
25477 # Extract the first word of "gtk-config", so it can be a program name with args.
25478set dummy gtk-config; ac_word=$2
25479echo "$as_me:$LINENO: checking for $ac_word" >&5
25480echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25481if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25482 echo $ECHO_N "(cached) $ECHO_C" >&6
25483else
25484 case $GTK_CONFIG in
25485 [\\/]* | ?:[\\/]*)
25486 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25487 ;;
25488 *)
25489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25490for as_dir in $PATH
25491do
25492 IFS=$as_save_IFS
25493 test -z "$as_dir" && as_dir=.
25494 for ac_exec_ext in '' $ac_executable_extensions; do
25495 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25496 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25497 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25498 break 2
25499 fi
25500done
25501done
25502
25503 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25504 ;;
25505esac
25506fi
25507GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25508
25509if test -n "$GTK_CONFIG"; then
25510 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25511echo "${ECHO_T}$GTK_CONFIG" >&6
25512else
25513 echo "$as_me:$LINENO: result: no" >&5
25514echo "${ECHO_T}no" >&6
25515fi
25516
25517 min_gtk_version=1.2.3
25518 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25519echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25520 no_gtk=""
25521 if test "$GTK_CONFIG" = "no" ; then
25522 no_gtk=yes
25523 else
25524 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25525 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25526 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25527 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25528 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25529 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25530 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25531 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25532 if test "x$enable_gtktest" = "xyes" ; then
25533 ac_save_CFLAGS="$CFLAGS"
25534 ac_save_LIBS="$LIBS"
25535 CFLAGS="$CFLAGS $GTK_CFLAGS"
25536 LIBS="$GTK_LIBS $LIBS"
25537 rm -f conf.gtktest
25538 if test "$cross_compiling" = yes; then
25539 echo $ac_n "cross compiling; assumed OK... $ac_c"
25540else
25541 cat >conftest.$ac_ext <<_ACEOF
25542/* confdefs.h. */
25543_ACEOF
25544cat confdefs.h >>conftest.$ac_ext
25545cat >>conftest.$ac_ext <<_ACEOF
25546/* end confdefs.h. */
25547
25548#include <gtk/gtk.h>
25549#include <stdio.h>
25550#include <stdlib.h>
25551
25552int
25553main ()
25554{
25555 int major, minor, micro;
25556 char *tmp_version;
25557
25558 system ("touch conf.gtktest");
25559
25560 /* HP/UX 9 (%@#!) writes to sscanf strings */
25561 tmp_version = g_strdup("$min_gtk_version");
25562 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25563 printf("%s, bad version string\n", "$min_gtk_version");
25564 exit(1);
25565 }
25566
25567 if ((gtk_major_version != $gtk_config_major_version) ||
25568 (gtk_minor_version != $gtk_config_minor_version) ||
25569 (gtk_micro_version != $gtk_config_micro_version))
25570 {
25571 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25572 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25573 gtk_major_version, gtk_minor_version, gtk_micro_version);
25574 printf ("*** was found! If gtk-config was correct, then it is best\n");
25575 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25576 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25577 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25578 printf("*** required on your system.\n");
25579 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25580 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25581 printf("*** before re-running configure\n");
25582 }
25583#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25584 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25585 (gtk_minor_version != GTK_MINOR_VERSION) ||
25586 (gtk_micro_version != GTK_MICRO_VERSION))
25587 {
25588 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25589 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25590 printf("*** library (version %d.%d.%d)\n",
25591 gtk_major_version, gtk_minor_version, gtk_micro_version);
25592 }
25593#endif /* defined (GTK_MAJOR_VERSION) ... */
25594 else
25595 {
25596 if ((gtk_major_version > major) ||
25597 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25598 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25599 {
25600 return 0;
25601 }
25602 else
25603 {
25604 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25605 gtk_major_version, gtk_minor_version, gtk_micro_version);
25606 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25607 major, minor, micro);
25608 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25609 printf("***\n");
25610 printf("*** If you have already installed a sufficiently new version, this error\n");
25611 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25612 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25613 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25614 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25615 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25616 printf("*** so that the correct libraries are found at run-time))\n");
25617 }
25618 }
25619 return 1;
25620}
25621
25622_ACEOF
25623rm -f conftest$ac_exeext
25624if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25625 (eval $ac_link) 2>&5
25626 ac_status=$?
25627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25628 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25630 (eval $ac_try) 2>&5
25631 ac_status=$?
25632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25633 (exit $ac_status); }; }; then
25634 :
25635else
25636 echo "$as_me: program exited with status $ac_status" >&5
25637echo "$as_me: failed program was:" >&5
25638sed 's/^/| /' conftest.$ac_ext >&5
25639
25640( exit $ac_status )
25641no_gtk=yes
25642fi
ac1cb8d3 25643rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
25644fi
25645 CFLAGS="$ac_save_CFLAGS"
25646 LIBS="$ac_save_LIBS"
25647 fi
25648 fi
25649 if test "x$no_gtk" = x ; then
25650 echo "$as_me:$LINENO: result: yes" >&5
25651echo "${ECHO_T}yes" >&6
25652 wx_cv_lib_gtk=1.2.3
25653 else
25654 echo "$as_me:$LINENO: result: no" >&5
25655echo "${ECHO_T}no" >&6
25656 if test "$GTK_CONFIG" = "no" ; then
25657 echo "*** The gtk-config script installed by GTK could not be found"
25658 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25659 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25660 echo "*** full path to gtk-config."
25661 else
25662 if test -f conf.gtktest ; then
25663 :
25664 else
25665 echo "*** Could not run GTK test program, checking why..."
25666 CFLAGS="$CFLAGS $GTK_CFLAGS"
25667 LIBS="$LIBS $GTK_LIBS"
25668 cat >conftest.$ac_ext <<_ACEOF
25669/* confdefs.h. */
25670_ACEOF
25671cat confdefs.h >>conftest.$ac_ext
25672cat >>conftest.$ac_ext <<_ACEOF
25673/* end confdefs.h. */
25674
25675#include <gtk/gtk.h>
25676#include <stdio.h>
25677
25678int
25679main ()
25680{
25681 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25682 ;
25683 return 0;
25684}
25685_ACEOF
25686rm -f conftest.$ac_objext conftest$ac_exeext
25687if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25688 (eval $ac_link) 2>conftest.er1
a848cd7e 25689 ac_status=$?
ac1cb8d3
VS
25690 grep -v '^ *+' conftest.er1 >conftest.err
25691 rm -f conftest.er1
25692 cat conftest.err >&5
a848cd7e
SC
25693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25694 (exit $ac_status); } &&
6ebeb4c7 25695 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
25696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25697 (eval $ac_try) 2>&5
25698 ac_status=$?
25699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25700 (exit $ac_status); }; } &&
25701 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
25702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25703 (eval $ac_try) 2>&5
25704 ac_status=$?
25705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25706 (exit $ac_status); }; }; then
25707 echo "*** The test program compiled, but did not run. This usually means"
25708 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25709 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25710 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25711 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25712 echo "*** is required on your system"
25713 echo "***"
25714 echo "*** If you have an old version installed, it is best to remove it, although"
25715 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25716 echo "***"
25717 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25718 echo "*** came with the system with the command"
25719 echo "***"
25720 echo "*** rpm --erase --nodeps gtk gtk-devel"
25721else
25722 echo "$as_me: failed program was:" >&5
25723sed 's/^/| /' conftest.$ac_ext >&5
25724
25725 echo "*** The test program failed to compile or link. See the file config.log for the"
25726 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25727 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25728 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25729fi
ac1cb8d3
VS
25730rm -f conftest.err conftest.$ac_objext \
25731 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
25732 CFLAGS="$ac_save_CFLAGS"
25733 LIBS="$ac_save_LIBS"
25734 fi
25735 fi
25736 GTK_CFLAGS=""
25737 GTK_LIBS=""
25738 :
25739 fi
25740
25741
25742 rm -f conf.gtktest
25743
f34ca037 25744 fi
a848cd7e
SC
25745 fi
25746 fi
25747
25748 if test -z "$wx_cv_lib_gtk"; then
25749 wx_cv_lib_gtk=none
25750 else
25751 wx_cv_cflags_gtk=$GTK_CFLAGS
d2822091 25752 wx_cv_libs_gtk=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
a848cd7e
SC
25753 fi
25754
25755
25756fi
25757
25758
25759 if test "$gtk_version_cached" = 1; then
25760 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25761echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25762 fi
25763
25764 case "$wx_cv_lib_gtk" in
25765 2.0) WXGTK20=1
25766 TOOLKIT_VERSION=2
25767 ;;
25768 1.2.7) WXGTK127=1
25769 WXGTK12=1
25770 ;;
25771 1.2.3) WXGTK12=1
25772 ;;
25773 *) { { echo "$as_me:$LINENO: error:
f597b41c
MW
25774The development files for GTK+ were not found. For GTK+ 2, please
25775ensure that pkg-config is in the path and that gtk+-2.0.pc is
25776installed. For GTK+ 1.2 please check that gtk-config is in the path,
25777and that the version is 1.2.3 or above. Also check that the
25778libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25779--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
25780 " >&5
25781echo "$as_me: error:
f597b41c
MW
25782The development files for GTK+ were not found. For GTK+ 2, please
25783ensure that pkg-config is in the path and that gtk+-2.0.pc is
25784installed. For GTK+ 1.2 please check that gtk-config is in the path,
25785and that the version is 1.2.3 or above. Also check that the
25786libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25787--libs' are in the LD_LIBRARY_PATH or equivalent.
a848cd7e
SC
25788 " >&2;}
25789 { (exit 1); exit 1; }; }
25790 ;;
25791 esac
25792
25793 if test "$WXGTK20" = 1; then
304205f1
VS
25794 save_CFLAGS="$CFLAGS"
25795 save_LIBS="$LIBS"
9d271838 25796 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
abc736fd 25797 LIBS="$LIBS $wx_cv_libs_gtk"
304205f1 25798
d12aef51
VZ
25799 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
25800echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
25801 cat >conftest.$ac_ext <<_ACEOF
304205f1
VS
25802/* confdefs.h. */
25803_ACEOF
25804cat confdefs.h >>conftest.$ac_ext
25805cat >>conftest.$ac_ext <<_ACEOF
25806/* end confdefs.h. */
304205f1 25807
d12aef51 25808 #include <gtk/gtk.h>
304205f1 25809
d12aef51
VZ
25810int
25811main ()
25812{
304205f1 25813
d12aef51 25814 void *f = gtk_icon_size_lookup;
abc736fd
MW
25815
25816 ;
25817 return 0;
25818}
25819_ACEOF
25820rm -f conftest.$ac_objext
25821if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25822 (eval $ac_compile) 2>conftest.er1
25823 ac_status=$?
25824 grep -v '^ *+' conftest.er1 >conftest.err
25825 rm -f conftest.er1
25826 cat conftest.err >&5
25827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25828 (exit $ac_status); } &&
6ebeb4c7 25829 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
abc736fd
MW
25830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25831 (eval $ac_try) 2>&5
25832 ac_status=$?
25833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25834 (exit $ac_status); }; } &&
25835 { ac_try='test -s conftest.$ac_objext'
25836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25837 (eval $ac_try) 2>&5
25838 ac_status=$?
25839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25840 (exit $ac_status); }; }; then
25841
25842 echo "$as_me:$LINENO: result: no" >&5
25843echo "${ECHO_T}no" >&6
25844
25845else
25846 echo "$as_me: failed program was:" >&5
25847sed 's/^/| /' conftest.$ac_ext >&5
25848
25849
25850 cat >>confdefs.h <<\_ACEOF
25851#define NEED_GTK_ICON_SIZE_LOOKUP 1
25852_ACEOF
25853
25854 echo "$as_me:$LINENO: result: yes" >&5
25855echo "${ECHO_T}yes" >&6
25856
25857fi
25858rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25859
9755e73b
VS
25860 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
25861echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
25862 cat >conftest.$ac_ext <<_ACEOF
25863/* confdefs.h. */
25864_ACEOF
25865cat confdefs.h >>conftest.$ac_ext
25866cat >>conftest.$ac_ext <<_ACEOF
25867/* end confdefs.h. */
25868
25869 #include <gtk/gtk.h>
25870
25871int
25872main ()
25873{
25874
25875 #if !GTK_CHECK_VERSION(2,4,0)
04e525a0 25876 Not GTK+ 2.4
9755e73b
VS
25877 #endif
25878
25879 ;
25880 return 0;
25881}
25882_ACEOF
25883rm -f conftest.$ac_objext
25884if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25885 (eval $ac_compile) 2>conftest.er1
25886 ac_status=$?
25887 grep -v '^ *+' conftest.er1 >conftest.err
25888 rm -f conftest.er1
25889 cat conftest.err >&5
25890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25891 (exit $ac_status); } &&
6ebeb4c7 25892 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9755e73b
VS
25893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25894 (eval $ac_try) 2>&5
25895 ac_status=$?
25896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25897 (exit $ac_status); }; } &&
25898 { ac_try='test -s conftest.$ac_objext'
25899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25900 (eval $ac_try) 2>&5
25901 ac_status=$?
25902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25903 (exit $ac_status); }; }; then
25904
25905 cat >>confdefs.h <<\_ACEOF
25906#define __WXGTK24__ 1
25907_ACEOF
25908
25909 echo "$as_me:$LINENO: result: yes" >&5
25910echo "${ECHO_T}yes" >&6
25911
25912else
25913 echo "$as_me: failed program was:" >&5
25914sed 's/^/| /' conftest.$ac_ext >&5
25915
25916
25917 echo "$as_me:$LINENO: result: no" >&5
25918echo "${ECHO_T}no" >&6
25919
25920fi
25921rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25922
304205f1
VS
25923 CFLAGS="$save_CFLAGS"
25924 LIBS="$save_LIBS"
a848cd7e
SC
25925 else
25926 if test "$wxUSE_UNICODE" = "yes"; then
25927 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
25928echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
25929 wxUSE_UNICODE=no
25930 fi
25931 fi
25932
25933 if test "$USE_DARWIN" != 1; then
25934
25935for ac_func in poll
25936do
25937as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25938echo "$as_me:$LINENO: checking for $ac_func" >&5
25939echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25940if eval "test \"\${$as_ac_var+set}\" = set"; then
25941 echo $ECHO_N "(cached) $ECHO_C" >&6
25942else
25943 cat >conftest.$ac_ext <<_ACEOF
25944/* confdefs.h. */
25945_ACEOF
25946cat confdefs.h >>conftest.$ac_ext
25947cat >>conftest.$ac_ext <<_ACEOF
25948/* end confdefs.h. */
ac1cb8d3
VS
25949/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25950 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25951#define $ac_func innocuous_$ac_func
25952
a848cd7e
SC
25953/* System header to define __stub macros and hopefully few prototypes,
25954 which can conflict with char $ac_func (); below.
25955 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25956 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 25957
a848cd7e
SC
25958#ifdef __STDC__
25959# include <limits.h>
25960#else
25961# include <assert.h>
25962#endif
ac1cb8d3
VS
25963
25964#undef $ac_func
25965
a848cd7e
SC
25966/* Override any gcc2 internal prototype to avoid an error. */
25967#ifdef __cplusplus
25968extern "C"
25969{
25970#endif
25971/* We use char because int might match the return type of a gcc2
25972 builtin and then its argument prototype would still apply. */
25973char $ac_func ();
25974/* The GNU C library defines this for functions which it implements
25975 to always fail with ENOSYS. Some functions are actually named
25976 something starting with __ and the normal name is an alias. */
25977#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25978choke me
25979#else
25980char (*f) () = $ac_func;
25981#endif
25982#ifdef __cplusplus
25983}
25984#endif
25985
25986int
25987main ()
25988{
25989return f != $ac_func;
25990 ;
25991 return 0;
25992}
25993_ACEOF
25994rm -f conftest.$ac_objext conftest$ac_exeext
25995if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 25996 (eval $ac_link) 2>conftest.er1
a848cd7e 25997 ac_status=$?
ac1cb8d3
VS
25998 grep -v '^ *+' conftest.er1 >conftest.err
25999 rm -f conftest.er1
26000 cat conftest.err >&5
a848cd7e
SC
26001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26002 (exit $ac_status); } &&
6ebeb4c7 26003 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26005 (eval $ac_try) 2>&5
26006 ac_status=$?
26007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26008 (exit $ac_status); }; } &&
26009 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26011 (eval $ac_try) 2>&5
26012 ac_status=$?
26013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26014 (exit $ac_status); }; }; then
26015 eval "$as_ac_var=yes"
26016else
26017 echo "$as_me: failed program was:" >&5
26018sed 's/^/| /' conftest.$ac_ext >&5
26019
26020eval "$as_ac_var=no"
26021fi
ac1cb8d3
VS
26022rm -f conftest.err conftest.$ac_objext \
26023 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26024fi
26025echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26026echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26027if test `eval echo '${'$as_ac_var'}'` = yes; then
26028 cat >>confdefs.h <<_ACEOF
26029#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26030_ACEOF
26031
26032fi
26033done
26034
26035 fi
26036
26037 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
26038 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
26039
26040 AFMINSTALL=afminstall
26041 TOOLKIT=GTK
26042 GUIDIST=GTK_DIST
26043
26044 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
26045echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
26046if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
26047 echo $ECHO_N "(cached) $ECHO_C" >&6
26048else
26049 ac_check_lib_save_LIBS=$LIBS
26050LIBS="-lgdk $LIBS"
26051cat >conftest.$ac_ext <<_ACEOF
26052/* confdefs.h. */
26053_ACEOF
26054cat confdefs.h >>conftest.$ac_ext
26055cat >>conftest.$ac_ext <<_ACEOF
26056/* end confdefs.h. */
26057
26058/* Override any gcc2 internal prototype to avoid an error. */
26059#ifdef __cplusplus
26060extern "C"
26061#endif
26062/* We use char because int might match the return type of a gcc2
26063 builtin and then its argument prototype would still apply. */
26064char gdk_im_open ();
26065int
26066main ()
26067{
26068gdk_im_open ();
26069 ;
26070 return 0;
26071}
26072_ACEOF
26073rm -f conftest.$ac_objext conftest$ac_exeext
26074if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26075 (eval $ac_link) 2>conftest.er1
a848cd7e 26076 ac_status=$?
ac1cb8d3
VS
26077 grep -v '^ *+' conftest.er1 >conftest.err
26078 rm -f conftest.er1
26079 cat conftest.err >&5
a848cd7e
SC
26080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26081 (exit $ac_status); } &&
6ebeb4c7 26082 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26084 (eval $ac_try) 2>&5
26085 ac_status=$?
26086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26087 (exit $ac_status); }; } &&
26088 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26090 (eval $ac_try) 2>&5
26091 ac_status=$?
26092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26093 (exit $ac_status); }; }; then
26094 ac_cv_lib_gdk_gdk_im_open=yes
26095else
26096 echo "$as_me: failed program was:" >&5
26097sed 's/^/| /' conftest.$ac_ext >&5
26098
26099ac_cv_lib_gdk_gdk_im_open=no
26100fi
ac1cb8d3
VS
26101rm -f conftest.err conftest.$ac_objext \
26102 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26103LIBS=$ac_check_lib_save_LIBS
26104fi
26105echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
26106echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
26107if test $ac_cv_lib_gdk_gdk_im_open = yes; then
26108 cat >>confdefs.h <<\_ACEOF
26109#define HAVE_XIM 1
26110_ACEOF
26111
26112fi
26113
26114
26115
26116 if test "$wxUSE_GPE" = "yes"; then
26117 echo "$as_me:$LINENO: checking for gpewidget library" >&5
26118echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
26119
26120ac_find_libraries=
26121for ac_dir in $SEARCH_LIB /usr/lib;
26122 do
3eca31dc 26123 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
26124 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26125 ac_find_libraries=$ac_dir
26126 break 2
26127 fi
26128 done
26129 done
26130
26131 if test "$ac_find_libraries" != "" ; then
26132
26133 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
26134 result=$?
26135 if test $result = 0; then
26136 ac_path_to_link=""
26137 else
26138 ac_path_to_link=" -L$ac_find_libraries"
26139 fi
26140
26141 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
26142 WXGPE=1
26143 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
26144echo "${ECHO_T}found at $ac_find_libraries" >&6
26145 else
26146 echo "$as_me:$LINENO: result: not found" >&5
26147echo "${ECHO_T}not found" >&6
26148 fi
26149
26150 fi
26151 fi
26152
26153 if test "$wxUSE_MGL" = 1; then
26154 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
26155echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
26156 if test "x$MGL_ROOT" = x ; then
26157 echo "$as_me:$LINENO: result: not found" >&5
26158echo "${ECHO_T}not found" >&6
26159 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
26160echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
26161 { (exit 1); exit 1; }; }
26162 else
26163 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
26164echo "${ECHO_T}$MGL_ROOT" >&6
26165 fi
26166
26167 echo "$as_me:$LINENO: checking for libmgl location" >&5
26168echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
26169 case "${host}" in
26170 *-*-linux* )
26171 if test "x$wxUSE_SHARED" = xyes ; then
26172 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
26173 else
26174 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
26175 fi
26176 ;;
26177 *-pc-msdosdjgpp )
26178 mgl_os_candidates="dos32/dj2"
26179 ;;
26180 *)
26181 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
26182echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
26183 { (exit 1); exit 1; }; }
26184 esac
26185
26186 mgl_lib_type=""
26187 mgl_os=""
26188
26189 for mgl_os_i in $mgl_os_candidates ; do
26190 if test "x$mgl_os" = x ; then
26191 if test "$wxUSE_DEBUG_FLAG" = yes ; then
26192 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
26193 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
26194 mgl_lib_type=debug
26195 mgl_os=$mgl_os_i
26196 fi
26197 fi
26198 if test "x$mgl_lib_type" = x ; then
26199 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
26200 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
26201 mgl_lib_type=release
26202 mgl_os=$mgl_os_i
26203 fi
26204 fi
26205 fi
26206 done
26207
26208 if test "x$mgl_os" = x ; then
26209 echo "$as_me:$LINENO: result: not found" >&5
26210echo "${ECHO_T}not found" >&6
26211 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
26212echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
26213 { (exit 1); exit 1; }; }
26214 fi
26215 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
26216echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
26217
26218 wxUSE_UNIVERSAL="yes"
26219
26220 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
26221 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
26222
26223 AFMINSTALL=afminstall
26224 TOOLKIT=MGL
26225 GUIDIST=MGL_DIST
26226 fi
26227
26228 if test "$wxUSE_MICROWIN" = 1; then
26229 echo "$as_me:$LINENO: checking for MicroWindows" >&5
26230echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
26231 if test "x$MICROWINDOWS" = x ; then
26232 echo "$as_me:$LINENO: result: not found" >&5
26233echo "${ECHO_T}not found" >&6
26234 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
26235echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
26236 { (exit 1); exit 1; }; }
26237 else
26238 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
26239echo "${ECHO_T}$MICROWINDOWS" >&6
26240 fi
26241
26242 if test -f $MICROWINDOWS/lib/libmwin.a; then
26243 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
26244echo "${ECHO_T}MicroWindows' libraries found." >&6
26245 else
26246 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
26247echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
26248 { (exit 1); exit 1; }; }
26249 fi
26250
26251 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
26252 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
26253
26254 wxUSE_UNIVERSAL="yes"
26255
26256 AFMINSTALL=afminstall
26257 TOOLKIT=MICROWIN
26258 GUIDIST=MICROWIN_DIST
26259
26260 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
26261 fi
26262
74b84332 26263 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
6ebeb4c7
VZ
26264
26265if test "x$ac_path_x_has_been_run" != xyes; then
26266 echo "$as_me:$LINENO: checking for X" >&5
a848cd7e
SC
26267echo $ECHO_N "checking for X... $ECHO_C" >&6
26268
6ebeb4c7 26269ac_path_x_has_been_run=yes
a848cd7e
SC
26270
26271# Check whether --with-x or --without-x was given.
26272if test "${with_x+set}" = set; then
26273 withval="$with_x"
26274
26275fi;
26276# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
26277if test "x$with_x" = xno; then
26278 # The user explicitly disabled X.
26279 have_x=disabled
26280else
26281 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
26282 # Both variables are already set.
26283 have_x=yes
26284 else
26285 if test "${ac_cv_have_x+set}" = set; then
26286 echo $ECHO_N "(cached) $ECHO_C" >&6
26287else
26288 # One or both of the vars are not set, and there is no cached value.
26289ac_x_includes=no ac_x_libraries=no
26290rm -fr conftest.dir
26291if mkdir conftest.dir; then
26292 cd conftest.dir
26293 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
26294 cat >Imakefile <<'_ACEOF'
26295acfindx:
26296 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
26297_ACEOF
26298 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
26299 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
26300 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
26301 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
26302 for ac_extension in a so sl; do
26303 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
ac1cb8d3
VS
26304 test -f $ac_im_libdir/libX11.$ac_extension; then
26305 ac_im_usrlibdir=$ac_im_libdir; break
a848cd7e
SC
26306 fi
26307 done
26308 # Screen out bogus values from the imake configuration. They are
26309 # bogus both because they are the default anyway, and because
26310 # using them would break gcc on systems where it needs fixed includes.
26311 case $ac_im_incroot in
26312 /usr/include) ;;
26313 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
26314 esac
26315 case $ac_im_usrlibdir in
26316 /usr/lib | /lib) ;;
26317 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
26318 esac
26319 fi
26320 cd ..
26321 rm -fr conftest.dir
26322fi
26323
26324# Standard set of common directories for X headers.
26325# Check X11 before X11Rn because it is often a symlink to the current release.
26326ac_x_header_dirs='
26327/usr/X11/include
26328/usr/X11R6/include
26329/usr/X11R5/include
26330/usr/X11R4/include
26331
26332/usr/include/X11
26333/usr/include/X11R6
26334/usr/include/X11R5
26335/usr/include/X11R4
26336
26337/usr/local/X11/include
26338/usr/local/X11R6/include
26339/usr/local/X11R5/include
26340/usr/local/X11R4/include
26341
26342/usr/local/include/X11
26343/usr/local/include/X11R6
26344/usr/local/include/X11R5
26345/usr/local/include/X11R4
26346
26347/usr/X386/include
26348/usr/x386/include
26349/usr/XFree86/include/X11
26350
26351/usr/include
26352/usr/local/include
26353/usr/unsupported/include
26354/usr/athena/include
26355/usr/local/x11r5/include
26356/usr/lpp/Xamples/include
26357
26358/usr/openwin/include
26359/usr/openwin/share/include'
26360
26361if test "$ac_x_includes" = no; then
6ebeb4c7 26362 # Guess where to find include files, by looking for a specified header file.
a848cd7e
SC
26363 # First, try using that file with no special directory specified.
26364 cat >conftest.$ac_ext <<_ACEOF
26365/* confdefs.h. */
26366_ACEOF
26367cat confdefs.h >>conftest.$ac_ext
26368cat >>conftest.$ac_ext <<_ACEOF
26369/* end confdefs.h. */
26370#include <X11/Intrinsic.h>
26371_ACEOF
26372if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26373 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26374 ac_status=$?
26375 grep -v '^ *+' conftest.er1 >conftest.err
26376 rm -f conftest.er1
26377 cat conftest.err >&5
26378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26379 (exit $ac_status); } >/dev/null; then
26380 if test -s conftest.err; then
26381 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 26382 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
26383 else
26384 ac_cpp_err=
26385 fi
26386else
26387 ac_cpp_err=yes
26388fi
26389if test -z "$ac_cpp_err"; then
26390 # We can compile using X headers with no special include directory.
26391ac_x_includes=
26392else
26393 echo "$as_me: failed program was:" >&5
26394sed 's/^/| /' conftest.$ac_ext >&5
26395
26396 for ac_dir in $ac_x_header_dirs; do
26397 if test -r "$ac_dir/X11/Intrinsic.h"; then
26398 ac_x_includes=$ac_dir
26399 break
26400 fi
26401done
26402fi
26403rm -f conftest.err conftest.$ac_ext
26404fi # $ac_x_includes = no
26405
26406if test "$ac_x_libraries" = no; then
26407 # Check for the libraries.
26408 # See if we find them without any special options.
26409 # Don't add to $LIBS permanently.
26410 ac_save_LIBS=$LIBS
26411 LIBS="-lXt $LIBS"
26412 cat >conftest.$ac_ext <<_ACEOF
26413/* confdefs.h. */
26414_ACEOF
26415cat confdefs.h >>conftest.$ac_ext
26416cat >>conftest.$ac_ext <<_ACEOF
26417/* end confdefs.h. */
26418#include <X11/Intrinsic.h>
26419int
26420main ()
26421{
26422XtMalloc (0)
26423 ;
26424 return 0;
26425}
26426_ACEOF
26427rm -f conftest.$ac_objext conftest$ac_exeext
26428if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26429 (eval $ac_link) 2>conftest.er1
a848cd7e 26430 ac_status=$?
ac1cb8d3
VS
26431 grep -v '^ *+' conftest.er1 >conftest.err
26432 rm -f conftest.er1
26433 cat conftest.err >&5
a848cd7e
SC
26434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26435 (exit $ac_status); } &&
6ebeb4c7 26436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26438 (eval $ac_try) 2>&5
26439 ac_status=$?
26440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26441 (exit $ac_status); }; } &&
26442 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26444 (eval $ac_try) 2>&5
26445 ac_status=$?
26446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26447 (exit $ac_status); }; }; then
26448 LIBS=$ac_save_LIBS
26449# We can link X programs with no special library path.
26450ac_x_libraries=
26451else
26452 echo "$as_me: failed program was:" >&5
26453sed 's/^/| /' conftest.$ac_ext >&5
26454
26455LIBS=$ac_save_LIBS
26456for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
26457do
26458 # Don't even attempt the hair of trying to link an X program!
26459 for ac_extension in a so sl; do
26460 if test -r $ac_dir/libXt.$ac_extension; then
26461 ac_x_libraries=$ac_dir
26462 break 2
26463 fi
26464 done
26465done
26466fi
ac1cb8d3
VS
26467rm -f conftest.err conftest.$ac_objext \
26468 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26469fi # $ac_x_libraries = no
26470
26471if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
26472 # Didn't find X anywhere. Cache the known absence of X.
26473 ac_cv_have_x="have_x=no"
26474else
26475 # Record where we found X for the cache.
26476 ac_cv_have_x="have_x=yes \
ac1cb8d3 26477 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
a848cd7e
SC
26478fi
26479fi
26480
26481 fi
26482 eval "$ac_cv_have_x"
26483fi # $with_x != no
26484
26485if test "$have_x" != yes; then
26486 echo "$as_me:$LINENO: result: $have_x" >&5
26487echo "${ECHO_T}$have_x" >&6
26488 no_x=yes
26489else
26490 # If each of the values was on the command line, it overrides each guess.
26491 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
26492 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
26493 # Update the cache value to reflect the command line values.
26494 ac_cv_have_x="have_x=yes \
26495 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
6ebeb4c7
VZ
26496 # It might be that x_includes is empty (headers are found in the
26497 # standard search path. Then output the corresponding message
26498 ac_out_x_includes=$x_includes
26499 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
26500 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
26501echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
a848cd7e
SC
26502fi
26503
6ebeb4c7 26504fi
a848cd7e
SC
26505if test "$no_x" = yes; then
26506 # Not all programs may use this symbol, but it does not hurt to define it.
26507
26508cat >>confdefs.h <<\_ACEOF
26509#define X_DISPLAY_MISSING 1
26510_ACEOF
26511
26512 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
26513else
26514 if test -n "$x_includes"; then
26515 X_CFLAGS="$X_CFLAGS -I$x_includes"
26516 fi
26517
26518 # It would also be nice to do this for all -L options, not just this one.
26519 if test -n "$x_libraries"; then
26520 X_LIBS="$X_LIBS -L$x_libraries"
26521 # For Solaris; some versions of Sun CC require a space after -R and
26522 # others require no space. Words are not sufficient . . . .
26523 case `(uname -sr) 2>/dev/null` in
26524 "SunOS 5"*)
26525 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
26526echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
26527 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
26528 cat >conftest.$ac_ext <<_ACEOF
26529/* confdefs.h. */
26530_ACEOF
26531cat confdefs.h >>conftest.$ac_ext
26532cat >>conftest.$ac_ext <<_ACEOF
26533/* end confdefs.h. */
26534
26535int
26536main ()
26537{
26538
26539 ;
26540 return 0;
26541}
26542_ACEOF
26543rm -f conftest.$ac_objext conftest$ac_exeext
26544if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26545 (eval $ac_link) 2>conftest.er1
a848cd7e 26546 ac_status=$?
ac1cb8d3
VS
26547 grep -v '^ *+' conftest.er1 >conftest.err
26548 rm -f conftest.er1
26549 cat conftest.err >&5
a848cd7e
SC
26550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26551 (exit $ac_status); } &&
6ebeb4c7 26552 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26554 (eval $ac_try) 2>&5
26555 ac_status=$?
26556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26557 (exit $ac_status); }; } &&
26558 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26560 (eval $ac_try) 2>&5
26561 ac_status=$?
26562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26563 (exit $ac_status); }; }; then
26564 ac_R_nospace=yes
26565else
26566 echo "$as_me: failed program was:" >&5
26567sed 's/^/| /' conftest.$ac_ext >&5
26568
26569ac_R_nospace=no
26570fi
ac1cb8d3
VS
26571rm -f conftest.err conftest.$ac_objext \
26572 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26573 if test $ac_R_nospace = yes; then
26574 echo "$as_me:$LINENO: result: no" >&5
26575echo "${ECHO_T}no" >&6
26576 X_LIBS="$X_LIBS -R$x_libraries"
26577 else
26578 LIBS="$ac_xsave_LIBS -R $x_libraries"
26579 cat >conftest.$ac_ext <<_ACEOF
26580/* confdefs.h. */
26581_ACEOF
26582cat confdefs.h >>conftest.$ac_ext
26583cat >>conftest.$ac_ext <<_ACEOF
26584/* end confdefs.h. */
26585
26586int
26587main ()
26588{
26589
26590 ;
26591 return 0;
26592}
26593_ACEOF
26594rm -f conftest.$ac_objext conftest$ac_exeext
26595if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26596 (eval $ac_link) 2>conftest.er1
a848cd7e 26597 ac_status=$?
ac1cb8d3
VS
26598 grep -v '^ *+' conftest.er1 >conftest.err
26599 rm -f conftest.er1
26600 cat conftest.err >&5
a848cd7e
SC
26601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26602 (exit $ac_status); } &&
6ebeb4c7 26603 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26605 (eval $ac_try) 2>&5
26606 ac_status=$?
26607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26608 (exit $ac_status); }; } &&
26609 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26611 (eval $ac_try) 2>&5
26612 ac_status=$?
26613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26614 (exit $ac_status); }; }; then
26615 ac_R_space=yes
26616else
26617 echo "$as_me: failed program was:" >&5
26618sed 's/^/| /' conftest.$ac_ext >&5
26619
26620ac_R_space=no
26621fi
ac1cb8d3
VS
26622rm -f conftest.err conftest.$ac_objext \
26623 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26624 if test $ac_R_space = yes; then
26625 echo "$as_me:$LINENO: result: yes" >&5
26626echo "${ECHO_T}yes" >&6
26627 X_LIBS="$X_LIBS -R $x_libraries"
26628 else
26629 echo "$as_me:$LINENO: result: neither works" >&5
26630echo "${ECHO_T}neither works" >&6
26631 fi
26632 fi
26633 LIBS=$ac_xsave_LIBS
26634 esac
26635 fi
26636
26637 # Check for system-dependent libraries X programs must link with.
26638 # Do this before checking for the system-independent R6 libraries
26639 # (-lICE), since we may need -lsocket or whatever for X linking.
26640
26641 if test "$ISC" = yes; then
26642 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
26643 else
26644 # Martyn Johnson says this is needed for Ultrix, if the X
26645 # libraries were built with DECnet support. And Karl Berry says
26646 # the Alpha needs dnet_stub (dnet does not exist).
26647 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
26648 cat >conftest.$ac_ext <<_ACEOF
26649/* confdefs.h. */
26650_ACEOF
26651cat confdefs.h >>conftest.$ac_ext
26652cat >>conftest.$ac_ext <<_ACEOF
26653/* end confdefs.h. */
26654
26655/* Override any gcc2 internal prototype to avoid an error. */
26656#ifdef __cplusplus
26657extern "C"
26658#endif
26659/* We use char because int might match the return type of a gcc2
26660 builtin and then its argument prototype would still apply. */
26661char XOpenDisplay ();
26662int
26663main ()
26664{
26665XOpenDisplay ();
26666 ;
26667 return 0;
26668}
26669_ACEOF
26670rm -f conftest.$ac_objext conftest$ac_exeext
26671if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26672 (eval $ac_link) 2>conftest.er1
a848cd7e 26673 ac_status=$?
ac1cb8d3
VS
26674 grep -v '^ *+' conftest.er1 >conftest.err
26675 rm -f conftest.er1
26676 cat conftest.err >&5
a848cd7e
SC
26677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26678 (exit $ac_status); } &&
6ebeb4c7 26679 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26681 (eval $ac_try) 2>&5
26682 ac_status=$?
26683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26684 (exit $ac_status); }; } &&
26685 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26687 (eval $ac_try) 2>&5
26688 ac_status=$?
26689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26690 (exit $ac_status); }; }; then
26691 :
26692else
26693 echo "$as_me: failed program was:" >&5
26694sed 's/^/| /' conftest.$ac_ext >&5
26695
26696echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26697echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26698if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26699 echo $ECHO_N "(cached) $ECHO_C" >&6
26700else
26701 ac_check_lib_save_LIBS=$LIBS
26702LIBS="-ldnet $LIBS"
26703cat >conftest.$ac_ext <<_ACEOF
26704/* confdefs.h. */
26705_ACEOF
26706cat confdefs.h >>conftest.$ac_ext
26707cat >>conftest.$ac_ext <<_ACEOF
26708/* end confdefs.h. */
26709
26710/* Override any gcc2 internal prototype to avoid an error. */
26711#ifdef __cplusplus
26712extern "C"
26713#endif
26714/* We use char because int might match the return type of a gcc2
26715 builtin and then its argument prototype would still apply. */
26716char dnet_ntoa ();
26717int
26718main ()
26719{
26720dnet_ntoa ();
26721 ;
26722 return 0;
26723}
26724_ACEOF
26725rm -f conftest.$ac_objext conftest$ac_exeext
26726if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26727 (eval $ac_link) 2>conftest.er1
a848cd7e 26728 ac_status=$?
ac1cb8d3
VS
26729 grep -v '^ *+' conftest.er1 >conftest.err
26730 rm -f conftest.er1
26731 cat conftest.err >&5
a848cd7e
SC
26732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26733 (exit $ac_status); } &&
6ebeb4c7 26734 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26736 (eval $ac_try) 2>&5
26737 ac_status=$?
26738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26739 (exit $ac_status); }; } &&
26740 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26742 (eval $ac_try) 2>&5
26743 ac_status=$?
26744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26745 (exit $ac_status); }; }; then
26746 ac_cv_lib_dnet_dnet_ntoa=yes
26747else
26748 echo "$as_me: failed program was:" >&5
26749sed 's/^/| /' conftest.$ac_ext >&5
26750
26751ac_cv_lib_dnet_dnet_ntoa=no
26752fi
ac1cb8d3
VS
26753rm -f conftest.err conftest.$ac_objext \
26754 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26755LIBS=$ac_check_lib_save_LIBS
26756fi
26757echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
26758echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
26759if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
26760 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
26761fi
26762
26763 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
26764 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
26765echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
26766if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
26767 echo $ECHO_N "(cached) $ECHO_C" >&6
26768else
26769 ac_check_lib_save_LIBS=$LIBS
26770LIBS="-ldnet_stub $LIBS"
26771cat >conftest.$ac_ext <<_ACEOF
26772/* confdefs.h. */
26773_ACEOF
26774cat confdefs.h >>conftest.$ac_ext
26775cat >>conftest.$ac_ext <<_ACEOF
26776/* end confdefs.h. */
26777
26778/* Override any gcc2 internal prototype to avoid an error. */
26779#ifdef __cplusplus
26780extern "C"
26781#endif
26782/* We use char because int might match the return type of a gcc2
26783 builtin and then its argument prototype would still apply. */
26784char dnet_ntoa ();
26785int
26786main ()
26787{
26788dnet_ntoa ();
26789 ;
26790 return 0;
26791}
26792_ACEOF
26793rm -f conftest.$ac_objext conftest$ac_exeext
26794if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26795 (eval $ac_link) 2>conftest.er1
a848cd7e 26796 ac_status=$?
ac1cb8d3
VS
26797 grep -v '^ *+' conftest.er1 >conftest.err
26798 rm -f conftest.er1
26799 cat conftest.err >&5
a848cd7e
SC
26800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26801 (exit $ac_status); } &&
6ebeb4c7 26802 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26804 (eval $ac_try) 2>&5
26805 ac_status=$?
26806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26807 (exit $ac_status); }; } &&
26808 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26810 (eval $ac_try) 2>&5
26811 ac_status=$?
26812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26813 (exit $ac_status); }; }; then
26814 ac_cv_lib_dnet_stub_dnet_ntoa=yes
26815else
26816 echo "$as_me: failed program was:" >&5
26817sed 's/^/| /' conftest.$ac_ext >&5
26818
26819ac_cv_lib_dnet_stub_dnet_ntoa=no
26820fi
ac1cb8d3
VS
26821rm -f conftest.err conftest.$ac_objext \
26822 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26823LIBS=$ac_check_lib_save_LIBS
26824fi
26825echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
26826echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
26827if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
26828 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
26829fi
26830
26831 fi
26832fi
ac1cb8d3
VS
26833rm -f conftest.err conftest.$ac_objext \
26834 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26835 LIBS="$ac_xsave_LIBS"
26836
26837 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
26838 # to get the SysV transport functions.
26839 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
26840 # needs -lnsl.
26841 # The nsl library prevents programs from opening the X display
26842 # on Irix 5.2, according to T.E. Dickey.
26843 # The functions gethostbyname, getservbyname, and inet_addr are
26844 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
26845 echo "$as_me:$LINENO: checking for gethostbyname" >&5
26846echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
26847if test "${ac_cv_func_gethostbyname+set}" = set; then
26848 echo $ECHO_N "(cached) $ECHO_C" >&6
26849else
26850 cat >conftest.$ac_ext <<_ACEOF
26851/* confdefs.h. */
26852_ACEOF
26853cat confdefs.h >>conftest.$ac_ext
26854cat >>conftest.$ac_ext <<_ACEOF
26855/* end confdefs.h. */
ac1cb8d3
VS
26856/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
26857 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26858#define gethostbyname innocuous_gethostbyname
26859
a848cd7e
SC
26860/* System header to define __stub macros and hopefully few prototypes,
26861 which can conflict with char gethostbyname (); below.
26862 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26863 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 26864
a848cd7e
SC
26865#ifdef __STDC__
26866# include <limits.h>
26867#else
26868# include <assert.h>
26869#endif
ac1cb8d3
VS
26870
26871#undef gethostbyname
26872
a848cd7e
SC
26873/* Override any gcc2 internal prototype to avoid an error. */
26874#ifdef __cplusplus
26875extern "C"
26876{
26877#endif
26878/* We use char because int might match the return type of a gcc2
26879 builtin and then its argument prototype would still apply. */
26880char gethostbyname ();
26881/* The GNU C library defines this for functions which it implements
26882 to always fail with ENOSYS. Some functions are actually named
26883 something starting with __ and the normal name is an alias. */
26884#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
26885choke me
26886#else
26887char (*f) () = gethostbyname;
26888#endif
26889#ifdef __cplusplus
26890}
26891#endif
26892
26893int
26894main ()
26895{
26896return f != gethostbyname;
26897 ;
26898 return 0;
26899}
26900_ACEOF
26901rm -f conftest.$ac_objext conftest$ac_exeext
26902if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 26903 (eval $ac_link) 2>conftest.er1
a848cd7e 26904 ac_status=$?
ac1cb8d3
VS
26905 grep -v '^ *+' conftest.er1 >conftest.err
26906 rm -f conftest.er1
26907 cat conftest.err >&5
a848cd7e
SC
26908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26909 (exit $ac_status); } &&
6ebeb4c7 26910 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26912 (eval $ac_try) 2>&5
26913 ac_status=$?
26914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26915 (exit $ac_status); }; } &&
26916 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
26917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26918 (eval $ac_try) 2>&5
26919 ac_status=$?
26920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26921 (exit $ac_status); }; }; then
26922 ac_cv_func_gethostbyname=yes
26923else
26924 echo "$as_me: failed program was:" >&5
26925sed 's/^/| /' conftest.$ac_ext >&5
26926
26927ac_cv_func_gethostbyname=no
26928fi
ac1cb8d3
VS
26929rm -f conftest.err conftest.$ac_objext \
26930 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
26931fi
26932echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
26933echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
26934
26935 if test $ac_cv_func_gethostbyname = no; then
26936 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
26937echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
26938if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
26939 echo $ECHO_N "(cached) $ECHO_C" >&6
26940else
26941 ac_check_lib_save_LIBS=$LIBS
26942LIBS="-lnsl $LIBS"
26943cat >conftest.$ac_ext <<_ACEOF
26944/* confdefs.h. */
26945_ACEOF
26946cat confdefs.h >>conftest.$ac_ext
26947cat >>conftest.$ac_ext <<_ACEOF
26948/* end confdefs.h. */
26949
26950/* Override any gcc2 internal prototype to avoid an error. */
26951#ifdef __cplusplus
26952extern "C"
26953#endif
26954/* We use char because int might match the return type of a gcc2
26955 builtin and then its argument prototype would still apply. */
26956char gethostbyname ();
26957int
26958main ()
26959{
26960gethostbyname ();
26961 ;
26962 return 0;
26963}
26964_ACEOF
26965rm -f conftest.$ac_objext conftest$ac_exeext
26966if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3
VS
26967 (eval $ac_link) 2>conftest.er1
26968 ac_status=$?
26969 grep -v '^ *+' conftest.er1 >conftest.err
26970 rm -f conftest.er1
26971 cat conftest.err >&5
26972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26973 (exit $ac_status); } &&
6ebeb4c7 26974 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
26975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26976 (eval $ac_try) 2>&5
26977 ac_status=$?
26978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26979 (exit $ac_status); }; } &&
26980 { ac_try='test -s conftest$ac_exeext'
26981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26982 (eval $ac_try) 2>&5
26983 ac_status=$?
26984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26985 (exit $ac_status); }; }; then
26986 ac_cv_lib_nsl_gethostbyname=yes
26987else
26988 echo "$as_me: failed program was:" >&5
26989sed 's/^/| /' conftest.$ac_ext >&5
26990
26991ac_cv_lib_nsl_gethostbyname=no
26992fi
26993rm -f conftest.err conftest.$ac_objext \
26994 conftest$ac_exeext conftest.$ac_ext
26995LIBS=$ac_check_lib_save_LIBS
26996fi
26997echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
26998echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
26999if test $ac_cv_lib_nsl_gethostbyname = yes; then
27000 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
27001fi
27002
27003 if test $ac_cv_lib_nsl_gethostbyname = no; then
27004 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
27005echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
27006if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
27007 echo $ECHO_N "(cached) $ECHO_C" >&6
27008else
27009 ac_check_lib_save_LIBS=$LIBS
27010LIBS="-lbsd $LIBS"
27011cat >conftest.$ac_ext <<_ACEOF
27012/* confdefs.h. */
27013_ACEOF
27014cat confdefs.h >>conftest.$ac_ext
27015cat >>conftest.$ac_ext <<_ACEOF
27016/* end confdefs.h. */
27017
27018/* Override any gcc2 internal prototype to avoid an error. */
27019#ifdef __cplusplus
27020extern "C"
27021#endif
27022/* We use char because int might match the return type of a gcc2
27023 builtin and then its argument prototype would still apply. */
27024char gethostbyname ();
27025int
27026main ()
27027{
27028gethostbyname ();
27029 ;
27030 return 0;
27031}
27032_ACEOF
27033rm -f conftest.$ac_objext conftest$ac_exeext
27034if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27035 (eval $ac_link) 2>conftest.er1
a848cd7e 27036 ac_status=$?
ac1cb8d3
VS
27037 grep -v '^ *+' conftest.er1 >conftest.err
27038 rm -f conftest.er1
27039 cat conftest.err >&5
a848cd7e
SC
27040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27041 (exit $ac_status); } &&
6ebeb4c7 27042 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
a848cd7e
SC
27043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27044 (eval $ac_try) 2>&5
27045 ac_status=$?
27046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ac1cb8d3
VS
27047 (exit $ac_status); }; } &&
27048 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27050 (eval $ac_try) 2>&5
27051 ac_status=$?
27052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27053 (exit $ac_status); }; }; then
27054 ac_cv_lib_bsd_gethostbyname=yes
27055else
27056 echo "$as_me: failed program was:" >&5
27057sed 's/^/| /' conftest.$ac_ext >&5
27058
27059ac_cv_lib_bsd_gethostbyname=no
27060fi
ac1cb8d3
VS
27061rm -f conftest.err conftest.$ac_objext \
27062 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27063LIBS=$ac_check_lib_save_LIBS
27064fi
27065echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
27066echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
27067if test $ac_cv_lib_bsd_gethostbyname = yes; then
27068 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
27069fi
27070
27071 fi
27072 fi
27073
27074 # lieder@skyler.mavd.honeywell.com says without -lsocket,
27075 # socket/setsockopt and other routines are undefined under SCO ODT
27076 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
27077 # on later versions), says Simon Leinen: it contains gethostby*
27078 # variants that don't use the name server (or something). -lsocket
27079 # must be given before -lnsl if both are needed. We assume that
27080 # if connect needs -lnsl, so does gethostbyname.
27081 echo "$as_me:$LINENO: checking for connect" >&5
27082echo $ECHO_N "checking for connect... $ECHO_C" >&6
27083if test "${ac_cv_func_connect+set}" = set; then
27084 echo $ECHO_N "(cached) $ECHO_C" >&6
27085else
27086 cat >conftest.$ac_ext <<_ACEOF
27087/* confdefs.h. */
27088_ACEOF
27089cat confdefs.h >>conftest.$ac_ext
27090cat >>conftest.$ac_ext <<_ACEOF
27091/* end confdefs.h. */
ac1cb8d3
VS
27092/* Define connect to an innocuous variant, in case <limits.h> declares connect.
27093 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27094#define connect innocuous_connect
27095
a848cd7e
SC
27096/* System header to define __stub macros and hopefully few prototypes,
27097 which can conflict with char connect (); below.
27098 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27099 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27100
a848cd7e
SC
27101#ifdef __STDC__
27102# include <limits.h>
27103#else
27104# include <assert.h>
27105#endif
ac1cb8d3
VS
27106
27107#undef connect
27108
a848cd7e
SC
27109/* Override any gcc2 internal prototype to avoid an error. */
27110#ifdef __cplusplus
27111extern "C"
27112{
27113#endif
27114/* We use char because int might match the return type of a gcc2
27115 builtin and then its argument prototype would still apply. */
27116char connect ();
27117/* The GNU C library defines this for functions which it implements
27118 to always fail with ENOSYS. Some functions are actually named
27119 something starting with __ and the normal name is an alias. */
27120#if defined (__stub_connect) || defined (__stub___connect)
27121choke me
27122#else
27123char (*f) () = connect;
27124#endif
27125#ifdef __cplusplus
27126}
27127#endif
27128
27129int
27130main ()
27131{
27132return f != connect;
27133 ;
27134 return 0;
27135}
27136_ACEOF
27137rm -f conftest.$ac_objext conftest$ac_exeext
27138if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27139 (eval $ac_link) 2>conftest.er1
a848cd7e 27140 ac_status=$?
ac1cb8d3
VS
27141 grep -v '^ *+' conftest.er1 >conftest.err
27142 rm -f conftest.er1
27143 cat conftest.err >&5
a848cd7e
SC
27144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27145 (exit $ac_status); } &&
6ebeb4c7 27146 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27148 (eval $ac_try) 2>&5
27149 ac_status=$?
27150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27151 (exit $ac_status); }; } &&
27152 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27154 (eval $ac_try) 2>&5
27155 ac_status=$?
27156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27157 (exit $ac_status); }; }; then
27158 ac_cv_func_connect=yes
27159else
27160 echo "$as_me: failed program was:" >&5
27161sed 's/^/| /' conftest.$ac_ext >&5
27162
27163ac_cv_func_connect=no
27164fi
ac1cb8d3
VS
27165rm -f conftest.err conftest.$ac_objext \
27166 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27167fi
27168echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
27169echo "${ECHO_T}$ac_cv_func_connect" >&6
27170
27171 if test $ac_cv_func_connect = no; then
27172 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
27173echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
27174if test "${ac_cv_lib_socket_connect+set}" = set; then
27175 echo $ECHO_N "(cached) $ECHO_C" >&6
27176else
27177 ac_check_lib_save_LIBS=$LIBS
27178LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
27179cat >conftest.$ac_ext <<_ACEOF
27180/* confdefs.h. */
27181_ACEOF
27182cat confdefs.h >>conftest.$ac_ext
27183cat >>conftest.$ac_ext <<_ACEOF
27184/* end confdefs.h. */
27185
27186/* Override any gcc2 internal prototype to avoid an error. */
27187#ifdef __cplusplus
27188extern "C"
27189#endif
27190/* We use char because int might match the return type of a gcc2
27191 builtin and then its argument prototype would still apply. */
27192char connect ();
27193int
27194main ()
27195{
27196connect ();
27197 ;
27198 return 0;
27199}
27200_ACEOF
27201rm -f conftest.$ac_objext conftest$ac_exeext
27202if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27203 (eval $ac_link) 2>conftest.er1
a848cd7e 27204 ac_status=$?
ac1cb8d3
VS
27205 grep -v '^ *+' conftest.er1 >conftest.err
27206 rm -f conftest.er1
27207 cat conftest.err >&5
a848cd7e
SC
27208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27209 (exit $ac_status); } &&
6ebeb4c7 27210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27212 (eval $ac_try) 2>&5
27213 ac_status=$?
27214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27215 (exit $ac_status); }; } &&
27216 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27218 (eval $ac_try) 2>&5
27219 ac_status=$?
27220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27221 (exit $ac_status); }; }; then
27222 ac_cv_lib_socket_connect=yes
27223else
27224 echo "$as_me: failed program was:" >&5
27225sed 's/^/| /' conftest.$ac_ext >&5
27226
27227ac_cv_lib_socket_connect=no
27228fi
ac1cb8d3
VS
27229rm -f conftest.err conftest.$ac_objext \
27230 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27231LIBS=$ac_check_lib_save_LIBS
27232fi
27233echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
27234echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
27235if test $ac_cv_lib_socket_connect = yes; then
27236 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
27237fi
27238
27239 fi
27240
27241 # Guillermo Gomez says -lposix is necessary on A/UX.
27242 echo "$as_me:$LINENO: checking for remove" >&5
27243echo $ECHO_N "checking for remove... $ECHO_C" >&6
27244if test "${ac_cv_func_remove+set}" = set; then
27245 echo $ECHO_N "(cached) $ECHO_C" >&6
27246else
27247 cat >conftest.$ac_ext <<_ACEOF
27248/* confdefs.h. */
27249_ACEOF
27250cat confdefs.h >>conftest.$ac_ext
27251cat >>conftest.$ac_ext <<_ACEOF
27252/* end confdefs.h. */
ac1cb8d3
VS
27253/* Define remove to an innocuous variant, in case <limits.h> declares remove.
27254 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27255#define remove innocuous_remove
27256
a848cd7e
SC
27257/* System header to define __stub macros and hopefully few prototypes,
27258 which can conflict with char remove (); below.
27259 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27260 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27261
a848cd7e
SC
27262#ifdef __STDC__
27263# include <limits.h>
27264#else
27265# include <assert.h>
27266#endif
ac1cb8d3
VS
27267
27268#undef remove
27269
a848cd7e
SC
27270/* Override any gcc2 internal prototype to avoid an error. */
27271#ifdef __cplusplus
27272extern "C"
27273{
27274#endif
27275/* We use char because int might match the return type of a gcc2
27276 builtin and then its argument prototype would still apply. */
27277char remove ();
27278/* The GNU C library defines this for functions which it implements
27279 to always fail with ENOSYS. Some functions are actually named
27280 something starting with __ and the normal name is an alias. */
27281#if defined (__stub_remove) || defined (__stub___remove)
27282choke me
27283#else
27284char (*f) () = remove;
27285#endif
27286#ifdef __cplusplus
27287}
27288#endif
27289
27290int
27291main ()
27292{
27293return f != remove;
27294 ;
27295 return 0;
27296}
27297_ACEOF
27298rm -f conftest.$ac_objext conftest$ac_exeext
27299if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27300 (eval $ac_link) 2>conftest.er1
a848cd7e 27301 ac_status=$?
ac1cb8d3
VS
27302 grep -v '^ *+' conftest.er1 >conftest.err
27303 rm -f conftest.er1
27304 cat conftest.err >&5
a848cd7e
SC
27305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27306 (exit $ac_status); } &&
6ebeb4c7 27307 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27309 (eval $ac_try) 2>&5
27310 ac_status=$?
27311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27312 (exit $ac_status); }; } &&
27313 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27315 (eval $ac_try) 2>&5
27316 ac_status=$?
27317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27318 (exit $ac_status); }; }; then
27319 ac_cv_func_remove=yes
27320else
27321 echo "$as_me: failed program was:" >&5
27322sed 's/^/| /' conftest.$ac_ext >&5
27323
27324ac_cv_func_remove=no
27325fi
ac1cb8d3
VS
27326rm -f conftest.err conftest.$ac_objext \
27327 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27328fi
27329echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
27330echo "${ECHO_T}$ac_cv_func_remove" >&6
27331
27332 if test $ac_cv_func_remove = no; then
27333 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
27334echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
27335if test "${ac_cv_lib_posix_remove+set}" = set; then
27336 echo $ECHO_N "(cached) $ECHO_C" >&6
27337else
27338 ac_check_lib_save_LIBS=$LIBS
27339LIBS="-lposix $LIBS"
27340cat >conftest.$ac_ext <<_ACEOF
27341/* confdefs.h. */
27342_ACEOF
27343cat confdefs.h >>conftest.$ac_ext
27344cat >>conftest.$ac_ext <<_ACEOF
27345/* end confdefs.h. */
27346
27347/* Override any gcc2 internal prototype to avoid an error. */
27348#ifdef __cplusplus
27349extern "C"
27350#endif
27351/* We use char because int might match the return type of a gcc2
27352 builtin and then its argument prototype would still apply. */
27353char remove ();
27354int
27355main ()
27356{
27357remove ();
27358 ;
27359 return 0;
27360}
27361_ACEOF
27362rm -f conftest.$ac_objext conftest$ac_exeext
27363if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27364 (eval $ac_link) 2>conftest.er1
a848cd7e 27365 ac_status=$?
ac1cb8d3
VS
27366 grep -v '^ *+' conftest.er1 >conftest.err
27367 rm -f conftest.er1
27368 cat conftest.err >&5
a848cd7e
SC
27369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27370 (exit $ac_status); } &&
6ebeb4c7 27371 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27373 (eval $ac_try) 2>&5
27374 ac_status=$?
27375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27376 (exit $ac_status); }; } &&
27377 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27379 (eval $ac_try) 2>&5
27380 ac_status=$?
27381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27382 (exit $ac_status); }; }; then
27383 ac_cv_lib_posix_remove=yes
27384else
27385 echo "$as_me: failed program was:" >&5
27386sed 's/^/| /' conftest.$ac_ext >&5
27387
27388ac_cv_lib_posix_remove=no
27389fi
ac1cb8d3
VS
27390rm -f conftest.err conftest.$ac_objext \
27391 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27392LIBS=$ac_check_lib_save_LIBS
27393fi
27394echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
27395echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
27396if test $ac_cv_lib_posix_remove = yes; then
27397 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
27398fi
27399
27400 fi
27401
27402 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
27403 echo "$as_me:$LINENO: checking for shmat" >&5
27404echo $ECHO_N "checking for shmat... $ECHO_C" >&6
27405if test "${ac_cv_func_shmat+set}" = set; then
27406 echo $ECHO_N "(cached) $ECHO_C" >&6
27407else
27408 cat >conftest.$ac_ext <<_ACEOF
27409/* confdefs.h. */
27410_ACEOF
27411cat confdefs.h >>conftest.$ac_ext
27412cat >>conftest.$ac_ext <<_ACEOF
27413/* end confdefs.h. */
ac1cb8d3
VS
27414/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
27415 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27416#define shmat innocuous_shmat
27417
a848cd7e
SC
27418/* System header to define __stub macros and hopefully few prototypes,
27419 which can conflict with char shmat (); below.
27420 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27421 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 27422
a848cd7e
SC
27423#ifdef __STDC__
27424# include <limits.h>
27425#else
27426# include <assert.h>
27427#endif
ac1cb8d3
VS
27428
27429#undef shmat
27430
a848cd7e
SC
27431/* Override any gcc2 internal prototype to avoid an error. */
27432#ifdef __cplusplus
27433extern "C"
27434{
27435#endif
27436/* We use char because int might match the return type of a gcc2
27437 builtin and then its argument prototype would still apply. */
27438char shmat ();
27439/* The GNU C library defines this for functions which it implements
27440 to always fail with ENOSYS. Some functions are actually named
27441 something starting with __ and the normal name is an alias. */
27442#if defined (__stub_shmat) || defined (__stub___shmat)
27443choke me
27444#else
27445char (*f) () = shmat;
27446#endif
27447#ifdef __cplusplus
27448}
27449#endif
27450
27451int
27452main ()
27453{
27454return f != shmat;
27455 ;
27456 return 0;
27457}
27458_ACEOF
27459rm -f conftest.$ac_objext conftest$ac_exeext
27460if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27461 (eval $ac_link) 2>conftest.er1
a848cd7e 27462 ac_status=$?
ac1cb8d3
VS
27463 grep -v '^ *+' conftest.er1 >conftest.err
27464 rm -f conftest.er1
27465 cat conftest.err >&5
a848cd7e
SC
27466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27467 (exit $ac_status); } &&
6ebeb4c7 27468 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27470 (eval $ac_try) 2>&5
27471 ac_status=$?
27472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27473 (exit $ac_status); }; } &&
27474 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27476 (eval $ac_try) 2>&5
27477 ac_status=$?
27478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27479 (exit $ac_status); }; }; then
27480 ac_cv_func_shmat=yes
27481else
27482 echo "$as_me: failed program was:" >&5
27483sed 's/^/| /' conftest.$ac_ext >&5
27484
27485ac_cv_func_shmat=no
27486fi
ac1cb8d3
VS
27487rm -f conftest.err conftest.$ac_objext \
27488 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27489fi
27490echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
27491echo "${ECHO_T}$ac_cv_func_shmat" >&6
27492
27493 if test $ac_cv_func_shmat = no; then
27494 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
27495echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
27496if test "${ac_cv_lib_ipc_shmat+set}" = set; then
27497 echo $ECHO_N "(cached) $ECHO_C" >&6
27498else
27499 ac_check_lib_save_LIBS=$LIBS
27500LIBS="-lipc $LIBS"
27501cat >conftest.$ac_ext <<_ACEOF
27502/* confdefs.h. */
27503_ACEOF
27504cat confdefs.h >>conftest.$ac_ext
27505cat >>conftest.$ac_ext <<_ACEOF
27506/* end confdefs.h. */
27507
27508/* Override any gcc2 internal prototype to avoid an error. */
27509#ifdef __cplusplus
27510extern "C"
27511#endif
27512/* We use char because int might match the return type of a gcc2
27513 builtin and then its argument prototype would still apply. */
27514char shmat ();
27515int
27516main ()
27517{
27518shmat ();
27519 ;
27520 return 0;
27521}
27522_ACEOF
27523rm -f conftest.$ac_objext conftest$ac_exeext
27524if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27525 (eval $ac_link) 2>conftest.er1
a848cd7e 27526 ac_status=$?
ac1cb8d3
VS
27527 grep -v '^ *+' conftest.er1 >conftest.err
27528 rm -f conftest.er1
27529 cat conftest.err >&5
a848cd7e
SC
27530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27531 (exit $ac_status); } &&
6ebeb4c7 27532 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27534 (eval $ac_try) 2>&5
27535 ac_status=$?
27536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27537 (exit $ac_status); }; } &&
27538 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27540 (eval $ac_try) 2>&5
27541 ac_status=$?
27542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27543 (exit $ac_status); }; }; then
27544 ac_cv_lib_ipc_shmat=yes
27545else
27546 echo "$as_me: failed program was:" >&5
27547sed 's/^/| /' conftest.$ac_ext >&5
27548
27549ac_cv_lib_ipc_shmat=no
27550fi
ac1cb8d3
VS
27551rm -f conftest.err conftest.$ac_objext \
27552 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27553LIBS=$ac_check_lib_save_LIBS
27554fi
27555echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
27556echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
27557if test $ac_cv_lib_ipc_shmat = yes; then
27558 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
27559fi
27560
27561 fi
27562 fi
27563
27564 # Check for libraries that X11R6 Xt/Xaw programs need.
27565 ac_save_LDFLAGS=$LDFLAGS
27566 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
27567 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
27568 # check for ICE first), but we must link in the order -lSM -lICE or
27569 # we get undefined symbols. So assume we have SM if we have ICE.
27570 # These have to be linked with before -lX11, unlike the other
27571 # libraries we check for below, so use a different variable.
27572 # John Interrante, Karl Berry
27573 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
27574echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
27575if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
27576 echo $ECHO_N "(cached) $ECHO_C" >&6
27577else
27578 ac_check_lib_save_LIBS=$LIBS
27579LIBS="-lICE $X_EXTRA_LIBS $LIBS"
27580cat >conftest.$ac_ext <<_ACEOF
27581/* confdefs.h. */
27582_ACEOF
27583cat confdefs.h >>conftest.$ac_ext
27584cat >>conftest.$ac_ext <<_ACEOF
27585/* end confdefs.h. */
27586
27587/* Override any gcc2 internal prototype to avoid an error. */
27588#ifdef __cplusplus
27589extern "C"
27590#endif
27591/* We use char because int might match the return type of a gcc2
27592 builtin and then its argument prototype would still apply. */
27593char IceConnectionNumber ();
27594int
27595main ()
27596{
27597IceConnectionNumber ();
27598 ;
27599 return 0;
27600}
27601_ACEOF
27602rm -f conftest.$ac_objext conftest$ac_exeext
27603if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 27604 (eval $ac_link) 2>conftest.er1
a848cd7e 27605 ac_status=$?
ac1cb8d3
VS
27606 grep -v '^ *+' conftest.er1 >conftest.err
27607 rm -f conftest.er1
27608 cat conftest.err >&5
a848cd7e
SC
27609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27610 (exit $ac_status); } &&
6ebeb4c7 27611 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
27612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27613 (eval $ac_try) 2>&5
27614 ac_status=$?
27615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27616 (exit $ac_status); }; } &&
27617 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
27618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27619 (eval $ac_try) 2>&5
27620 ac_status=$?
27621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27622 (exit $ac_status); }; }; then
27623 ac_cv_lib_ICE_IceConnectionNumber=yes
27624else
27625 echo "$as_me: failed program was:" >&5
27626sed 's/^/| /' conftest.$ac_ext >&5
27627
27628ac_cv_lib_ICE_IceConnectionNumber=no
27629fi
ac1cb8d3
VS
27630rm -f conftest.err conftest.$ac_objext \
27631 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
27632LIBS=$ac_check_lib_save_LIBS
27633fi
27634echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
27635echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
27636if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
27637 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
27638fi
27639
27640 LDFLAGS=$ac_save_LDFLAGS
27641
27642fi
27643
27644
27645 if test "$no_x" = "yes"; then
27646 { { echo "$as_me:$LINENO: error: X11 not found" >&5
27647echo "$as_me: error: X11 not found" >&2;}
27648 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
27649 fi
27650
74b84332
VS
27651 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
27652 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
a848cd7e
SC
27653 AFMINSTALL=afminstall
27654 COMPILED_X_PROGRAM=0
27655
74b84332
VS
27656 fi
27657
27658 if test "$wxUSE_X11" = 1; then
a848cd7e
SC
27659 if test "$wxUSE_NANOX" = "yes"; then
27660 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
27661echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27662 if test "x$MICROWIN" = x ; then
27663 echo "$as_me:$LINENO: result: not found" >&5
27664echo "${ECHO_T}not found" >&6
27665 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27666echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27667 { (exit 1); exit 1; }; }
27668 else
27669 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27670echo "${ECHO_T}$MICROWIN" >&6
27671 cat >>confdefs.h <<\_ACEOF
27672#define wxUSE_NANOX 1
27673_ACEOF
27674
27675 fi
27676 fi
27677
27678 if test "$wxUSE_UNICODE" = "yes"; then
27679
27680 succeeded=no
27681
27682 if test -z "$PKG_CONFIG"; then
27683 # Extract the first word of "pkg-config", so it can be a program name with args.
27684set dummy pkg-config; ac_word=$2
27685echo "$as_me:$LINENO: checking for $ac_word" >&5
27686echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27687if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27688 echo $ECHO_N "(cached) $ECHO_C" >&6
27689else
27690 case $PKG_CONFIG in
27691 [\\/]* | ?:[\\/]*)
27692 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27693 ;;
27694 *)
27695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27696for as_dir in $PATH
27697do
27698 IFS=$as_save_IFS
27699 test -z "$as_dir" && as_dir=.
27700 for ac_exec_ext in '' $ac_executable_extensions; do
27701 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27702 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27703 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27704 break 2
27705 fi
27706done
27707done
27708
27709 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27710 ;;
27711esac
27712fi
27713PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27714
27715if test -n "$PKG_CONFIG"; then
27716 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27717echo "${ECHO_T}$PKG_CONFIG" >&6
27718else
27719 echo "$as_me:$LINENO: result: no" >&5
27720echo "${ECHO_T}no" >&6
27721fi
27722
27723 fi
27724
27725 if test "$PKG_CONFIG" = "no" ; then
27726 echo "*** The pkg-config script could not be found. Make sure it is"
27727 echo "*** in your path, or set the PKG_CONFIG environment variable"
27728 echo "*** to the full path to pkg-config."
27729 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27730 else
27731 PKG_CONFIG_MIN_VERSION=0.9.0
27732 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27733 echo "$as_me:$LINENO: checking for pangox" >&5
27734echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27735
27736 if $PKG_CONFIG --exists "pangox" ; then
27737 echo "$as_me:$LINENO: result: yes" >&5
27738echo "${ECHO_T}yes" >&6
27739 succeeded=yes
27740
27741 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27742echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27743 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
27744 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27745echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27746
27747 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27748echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27749 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
27750 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27751echo "${ECHO_T}$PANGOX_LIBS" >&6
27752 else
27753 PANGOX_CFLAGS=""
27754 PANGOX_LIBS=""
27755 ## If we have a custom action on failure, don't print errors, but
27756 ## do set a variable so people can do so.
27757 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
27758
27759 fi
27760
27761
27762
27763 else
27764 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27765 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27766 fi
27767 fi
27768
27769 if test $succeeded = yes; then
27770
27771 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
27772 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
27773
27774 else
27775
27776 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
27777echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
27778 { (exit 1); exit 1; }; }
27779
27780
27781 fi
27782
27783
27784 succeeded=no
27785
27786 if test -z "$PKG_CONFIG"; then
27787 # Extract the first word of "pkg-config", so it can be a program name with args.
27788set dummy pkg-config; ac_word=$2
27789echo "$as_me:$LINENO: checking for $ac_word" >&5
27790echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27791if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27792 echo $ECHO_N "(cached) $ECHO_C" >&6
27793else
27794 case $PKG_CONFIG in
27795 [\\/]* | ?:[\\/]*)
27796 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27797 ;;
27798 *)
27799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27800for as_dir in $PATH
27801do
27802 IFS=$as_save_IFS
27803 test -z "$as_dir" && as_dir=.
27804 for ac_exec_ext in '' $ac_executable_extensions; do
27805 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27806 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27807 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27808 break 2
27809 fi
27810done
27811done
27812
27813 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27814 ;;
27815esac
27816fi
27817PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27818
27819if test -n "$PKG_CONFIG"; then
27820 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27821echo "${ECHO_T}$PKG_CONFIG" >&6
27822else
27823 echo "$as_me:$LINENO: result: no" >&5
27824echo "${ECHO_T}no" >&6
27825fi
27826
27827 fi
27828
27829 if test "$PKG_CONFIG" = "no" ; then
27830 echo "*** The pkg-config script could not be found. Make sure it is"
27831 echo "*** in your path, or set the PKG_CONFIG environment variable"
27832 echo "*** to the full path to pkg-config."
27833 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27834 else
27835 PKG_CONFIG_MIN_VERSION=0.9.0
27836 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27837 echo "$as_me:$LINENO: checking for pangoft2" >&5
27838echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
27839
27840 if $PKG_CONFIG --exists "pangoft2" ; then
27841 echo "$as_me:$LINENO: result: yes" >&5
27842echo "${ECHO_T}yes" >&6
27843 succeeded=yes
27844
27845 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
27846echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
27847 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
27848 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
27849echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
27850
27851 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
27852echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
27853 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
27854 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
27855echo "${ECHO_T}$PANGOFT2_LIBS" >&6
27856 else
27857 PANGOFT2_CFLAGS=""
27858 PANGOFT2_LIBS=""
27859 ## If we have a custom action on failure, don't print errors, but
27860 ## do set a variable so people can do so.
27861 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
27862
27863 fi
27864
27865
27866
27867 else
27868 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27869 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27870 fi
27871 fi
27872
27873 if test $succeeded = yes; then
27874
27875 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
27876 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
27877
27878 else
27879
27880 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
27881echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
27882 wxUSE_PRINTING_ARCHITECTURE="no"
27883
27884
27885 fi
27886
27887
27888 succeeded=no
27889
27890 if test -z "$PKG_CONFIG"; then
27891 # Extract the first word of "pkg-config", so it can be a program name with args.
27892set dummy pkg-config; ac_word=$2
27893echo "$as_me:$LINENO: checking for $ac_word" >&5
27894echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27895if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27896 echo $ECHO_N "(cached) $ECHO_C" >&6
27897else
27898 case $PKG_CONFIG in
27899 [\\/]* | ?:[\\/]*)
27900 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27901 ;;
27902 *)
27903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27904for as_dir in $PATH
27905do
27906 IFS=$as_save_IFS
27907 test -z "$as_dir" && as_dir=.
27908 for ac_exec_ext in '' $ac_executable_extensions; do
27909 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27910 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27911 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27912 break 2
27913 fi
27914done
27915done
27916
27917 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27918 ;;
27919esac
27920fi
27921PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27922
27923if test -n "$PKG_CONFIG"; then
27924 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27925echo "${ECHO_T}$PKG_CONFIG" >&6
27926else
27927 echo "$as_me:$LINENO: result: no" >&5
27928echo "${ECHO_T}no" >&6
27929fi
27930
27931 fi
27932
27933 if test "$PKG_CONFIG" = "no" ; then
27934 echo "*** The pkg-config script could not be found. Make sure it is"
27935 echo "*** in your path, or set the PKG_CONFIG environment variable"
27936 echo "*** to the full path to pkg-config."
27937 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27938 else
27939 PKG_CONFIG_MIN_VERSION=0.9.0
27940 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27941 echo "$as_me:$LINENO: checking for pangoxft" >&5
27942echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
27943
27944 if $PKG_CONFIG --exists "pangoxft" ; then
27945 echo "$as_me:$LINENO: result: yes" >&5
27946echo "${ECHO_T}yes" >&6
27947 succeeded=yes
27948
27949 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
27950echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
27951 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
27952 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
27953echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
27954
27955 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
27956echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
27957 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
27958 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
27959echo "${ECHO_T}$PANGOXFT_LIBS" >&6
27960 else
27961 PANGOXFT_CFLAGS=""
27962 PANGOXFT_LIBS=""
27963 ## If we have a custom action on failure, don't print errors, but
27964 ## do set a variable so people can do so.
27965 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
27966
27967 fi
27968
27969
27970
27971 else
27972 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27973 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27974 fi
27975 fi
27976
27977 if test $succeeded = yes; then
27978
4ae1af05
MB
27979 cat >>confdefs.h <<\_ACEOF
27980#define HAVE_PANGO_XFT 1
27981_ACEOF
27982
a848cd7e
SC
27983 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
27984 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
27985
27986 else
27987
27988 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
27989echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
27990
27991
27992 fi
27993
304205f1
VS
27994 save_CFLAGS="$CFLAGS"
27995 save_LIBS="$LIBS"
27996 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
27997 LIBS="$LIBS $PANGOX_LIBS"
27998
27999for ac_func in pango_font_family_is_monospace
28000do
28001as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28002echo "$as_me:$LINENO: checking for $ac_func" >&5
28003echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28004if eval "test \"\${$as_ac_var+set}\" = set"; then
28005 echo $ECHO_N "(cached) $ECHO_C" >&6
28006else
28007 cat >conftest.$ac_ext <<_ACEOF
28008/* confdefs.h. */
28009_ACEOF
28010cat confdefs.h >>conftest.$ac_ext
28011cat >>conftest.$ac_ext <<_ACEOF
28012/* end confdefs.h. */
28013/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28014 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28015#define $ac_func innocuous_$ac_func
28016
28017/* System header to define __stub macros and hopefully few prototypes,
28018 which can conflict with char $ac_func (); below.
28019 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28020 <limits.h> exists even on freestanding compilers. */
28021
28022#ifdef __STDC__
28023# include <limits.h>
28024#else
28025# include <assert.h>
28026#endif
28027
28028#undef $ac_func
28029
28030/* Override any gcc2 internal prototype to avoid an error. */
28031#ifdef __cplusplus
28032extern "C"
28033{
28034#endif
28035/* We use char because int might match the return type of a gcc2
28036 builtin and then its argument prototype would still apply. */
28037char $ac_func ();
28038/* The GNU C library defines this for functions which it implements
28039 to always fail with ENOSYS. Some functions are actually named
28040 something starting with __ and the normal name is an alias. */
28041#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28042choke me
28043#else
28044char (*f) () = $ac_func;
28045#endif
28046#ifdef __cplusplus
28047}
28048#endif
28049
28050int
28051main ()
28052{
28053return f != $ac_func;
28054 ;
28055 return 0;
28056}
28057_ACEOF
28058rm -f conftest.$ac_objext conftest$ac_exeext
28059if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28060 (eval $ac_link) 2>conftest.er1
28061 ac_status=$?
28062 grep -v '^ *+' conftest.er1 >conftest.err
28063 rm -f conftest.er1
28064 cat conftest.err >&5
28065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28066 (exit $ac_status); } &&
6ebeb4c7 28067 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
304205f1
VS
28068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28069 (eval $ac_try) 2>&5
28070 ac_status=$?
28071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28072 (exit $ac_status); }; } &&
28073 { ac_try='test -s conftest$ac_exeext'
28074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28075 (eval $ac_try) 2>&5
28076 ac_status=$?
28077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28078 (exit $ac_status); }; }; then
28079 eval "$as_ac_var=yes"
28080else
28081 echo "$as_me: failed program was:" >&5
28082sed 's/^/| /' conftest.$ac_ext >&5
28083
28084eval "$as_ac_var=no"
28085fi
28086rm -f conftest.err conftest.$ac_objext \
28087 conftest$ac_exeext conftest.$ac_ext
28088fi
28089echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28090echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28091if test `eval echo '${'$as_ac_var'}'` = yes; then
28092 cat >>confdefs.h <<_ACEOF
28093#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28094_ACEOF
28095
28096fi
28097done
28098
28099 CFLAGS="$save_CFLAGS"
28100 LIBS="$save_LIBS"
a848cd7e
SC
28101 fi
28102
28103 wxUSE_UNIVERSAL="yes"
28104
28105 if test "$wxUSE_NANOX" = "yes"; then
28106 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
28107 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"
28108 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
28109 else
28110 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
28111 fi
28112
a848cd7e
SC
28113 TOOLKIT=X11
28114 GUIDIST=X11_DIST
28115 fi
28116
28117 if test "$wxUSE_MOTIF" = 1; then
0a08f02a
MB
28118 if test "$wxUSE_UNICODE" = "yes"; then
28119 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
28120echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
28121 { (exit 1); exit 1; }; }
28122 fi
28123
74b84332
VS
28124 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
28125echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
a848cd7e 28126
74b84332
VS
28127ac_find_includes=
28128for ac_dir in $SEARCH_INCLUDE /usr/include;
28129 do
28130 if test -f "$ac_dir/Xm/Xm.h"; then
28131 ac_find_includes=$ac_dir
28132 break
28133 fi
28134 done
a848cd7e 28135
74b84332
VS
28136 if test "$ac_find_includes" != "" ; then
28137 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28138echo "${ECHO_T}found in $ac_find_includes" >&6
28139
28140 if test "x$ac_find_includes" = "x/usr/include"; then
28141 ac_path_to_include=""
28142 else
28143 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
28144 result=$?
28145 if test $result = 0; then
28146 ac_path_to_include=""
28147 else
28148 ac_path_to_include=" -I$ac_find_includes"
28149 fi
a848cd7e
SC
28150 fi
28151
74b84332
VS
28152 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
28153 else
e051b34e
MW
28154 save_CFLAGS=$CFLAGS
28155 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28156
74b84332 28157 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28158/* confdefs.h. */
28159_ACEOF
28160cat confdefs.h >>conftest.$ac_ext
28161cat >>conftest.$ac_ext <<_ACEOF
28162/* end confdefs.h. */
28163
74b84332
VS
28164 #include <Xm/Xm.h>
28165
a848cd7e
SC
28166int
28167main ()
28168{
28169
74b84332
VS
28170 int version;
28171 version = xmUseVersion;
28172
a848cd7e
SC
28173 ;
28174 return 0;
28175}
28176_ACEOF
74b84332
VS
28177rm -f conftest.$ac_objext
28178if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28179 (eval $ac_compile) 2>conftest.er1
a848cd7e 28180 ac_status=$?
ac1cb8d3
VS
28181 grep -v '^ *+' conftest.er1 >conftest.err
28182 rm -f conftest.er1
28183 cat conftest.err >&5
a848cd7e
SC
28184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28185 (exit $ac_status); } &&
6ebeb4c7 28186 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28188 (eval $ac_try) 2>&5
28189 ac_status=$?
28190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28191 (exit $ac_status); }; } &&
74b84332 28192 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28194 (eval $ac_try) 2>&5
28195 ac_status=$?
28196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28197 (exit $ac_status); }; }; then
74b84332
VS
28198
28199 echo "$as_me:$LINENO: result: found in default search path" >&5
28200echo "${ECHO_T}found in default search path" >&6
28201 COMPILED_X_PROGRAM=1
28202
a848cd7e
SC
28203else
28204 echo "$as_me: failed program was:" >&5
28205sed 's/^/| /' conftest.$ac_ext >&5
28206
a848cd7e 28207
74b84332
VS
28208 echo "$as_me:$LINENO: result: no" >&5
28209echo "${ECHO_T}no" >&6
e051b34e
MW
28210 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
28211echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
74b84332 28212 { (exit 1); exit 1; }; }
a848cd7e 28213
a848cd7e 28214
a848cd7e 28215fi
74b84332 28216rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
e051b34e
MW
28217
28218 CFLAGS=$save_CFLAGS
74b84332
VS
28219 fi
28220
28221 if test "$COMPILED_X_PROGRAM" = 0; then
28222 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
28223echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
28224
28225ac_find_libraries=
28226for ac_dir in $SEARCH_LIB /usr/lib;
28227 do
3eca31dc 28228 for ac_extension in a so sl dylib dll.a; do
74b84332
VS
28229 if test -f "$ac_dir/libXm.$ac_extension"; then
28230 ac_find_libraries=$ac_dir
28231 break 2
a848cd7e 28232 fi
74b84332
VS
28233 done
28234 done
a848cd7e 28235
74b84332
VS
28236 if test "$ac_find_libraries" != "" ; then
28237 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28238echo "${ECHO_T}found at $ac_find_libraries" >&6
a848cd7e 28239
74b84332
VS
28240
28241 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28242 result=$?
28243 if test $result = 0; then
28244 ac_path_to_link=""
a848cd7e 28245 else
74b84332
VS
28246 ac_path_to_link=" -L$ac_find_libraries"
28247 fi
28248
28249 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28250 else
28251 save_CFLAGS=$CFLAGS
28252 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28253
28254 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28255/* confdefs.h. */
28256_ACEOF
28257cat confdefs.h >>conftest.$ac_ext
28258cat >>conftest.$ac_ext <<_ACEOF
28259/* end confdefs.h. */
28260
74b84332
VS
28261 #include <Xm/Xm.h>
28262
a848cd7e
SC
28263int
28264main ()
28265{
74b84332
VS
28266
28267 int version;
28268 version = xmUseVersion;
28269
a848cd7e
SC
28270 ;
28271 return 0;
28272}
28273_ACEOF
74b84332
VS
28274rm -f conftest.$ac_objext
28275if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28276 (eval $ac_compile) 2>conftest.er1
a848cd7e 28277 ac_status=$?
ac1cb8d3
VS
28278 grep -v '^ *+' conftest.er1 >conftest.err
28279 rm -f conftest.er1
28280 cat conftest.err >&5
a848cd7e
SC
28281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28282 (exit $ac_status); } &&
6ebeb4c7 28283 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28285 (eval $ac_try) 2>&5
28286 ac_status=$?
28287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28288 (exit $ac_status); }; } &&
74b84332 28289 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28291 (eval $ac_try) 2>&5
28292 ac_status=$?
28293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28294 (exit $ac_status); }; }; then
74b84332
VS
28295
28296 echo "$as_me:$LINENO: result: found in default search path" >&5
28297echo "${ECHO_T}found in default search path" >&6
28298 COMPILED_X_PROGRAM=1
28299
a848cd7e
SC
28300else
28301 echo "$as_me: failed program was:" >&5
28302sed 's/^/| /' conftest.$ac_ext >&5
28303
74b84332
VS
28304
28305 echo "$as_me:$LINENO: result: no" >&5
28306echo "${ECHO_T}no" >&6
28307 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
28308echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
28309 { (exit 1); exit 1; }; }
28310
28311
28312fi
28313rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28314
28315 CFLAGS=$save_CFLAGS
28316 fi
28317 fi
28318
28319 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
28320echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
28321 libp_link=""
28322 libsm_ice_link=""
28323 libs_found=0
28324 for libp in "" " -lXp"; do
28325 if test "$libs_found" = "0"; then
28326 for libsm_ice in "" " -lSM -lICE"; do
28327 if test "$libs_found" = "0"; then
28328 save_LIBS="$LIBS"
28329 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
28330 save_CFLAGS=$CFLAGS
28331 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28332
28333 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
28334/* confdefs.h. */
28335_ACEOF
28336cat confdefs.h >>conftest.$ac_ext
28337cat >>conftest.$ac_ext <<_ACEOF
28338/* end confdefs.h. */
28339
74b84332
VS
28340 #include <Xm/Xm.h>
28341 #include <Xm/List.h>
28342
a848cd7e
SC
28343int
28344main ()
28345{
74b84332
VS
28346
28347 XmString string = NULL;
28348 Widget w = NULL;
28349 int position = 0;
28350 XmListAddItem(w, string, position);
28351
a848cd7e
SC
28352 ;
28353 return 0;
28354}
28355_ACEOF
28356rm -f conftest.$ac_objext conftest$ac_exeext
28357if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28358 (eval $ac_link) 2>conftest.er1
a848cd7e 28359 ac_status=$?
ac1cb8d3
VS
28360 grep -v '^ *+' conftest.er1 >conftest.err
28361 rm -f conftest.er1
28362 cat conftest.err >&5
a848cd7e
SC
28363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28364 (exit $ac_status); } &&
6ebeb4c7 28365 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28367 (eval $ac_try) 2>&5
28368 ac_status=$?
28369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28370 (exit $ac_status); }; } &&
28371 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28373 (eval $ac_try) 2>&5
28374 ac_status=$?
28375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28376 (exit $ac_status); }; }; then
28377
28378 libp_link="$libp"
28379 libsm_ice_link="$libsm_ice"
28380 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
28381echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
28382 libs_found=1
28383
28384else
28385 echo "$as_me: failed program was:" >&5
28386sed 's/^/| /' conftest.$ac_ext >&5
28387
28388
28389
28390fi
ac1cb8d3
VS
28391rm -f conftest.err conftest.$ac_objext \
28392 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28393
28394 LIBS="$save_LIBS"
28395 CFLAGS=$save_CFLAGS
28396 fi
28397 done
28398 fi
28399 done
28400
28401 if test "$libs_found" = "0"; then
28402 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
28403echo "${ECHO_T}can't find the right libraries" >&6
28404 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
28405echo "$as_me: error: can't link a simple motif program" >&2;}
28406 { (exit 1); exit 1; }; }
28407 fi
28408
62fa8b3a
MW
28409 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
28410echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
28411if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
28412 echo $ECHO_N "(cached) $ECHO_C" >&6
28413else
28414 ac_check_lib_save_LIBS=$LIBS
28415LIBS="-lSgm $LIBS"
28416cat >conftest.$ac_ext <<_ACEOF
28417/* confdefs.h. */
28418_ACEOF
28419cat confdefs.h >>conftest.$ac_ext
28420cat >>conftest.$ac_ext <<_ACEOF
28421/* end confdefs.h. */
28422
28423/* Override any gcc2 internal prototype to avoid an error. */
28424#ifdef __cplusplus
28425extern "C"
28426#endif
28427/* We use char because int might match the return type of a gcc2
28428 builtin and then its argument prototype would still apply. */
28429char SgCreateList ();
28430int
28431main ()
28432{
28433SgCreateList ();
28434 ;
28435 return 0;
28436}
28437_ACEOF
28438rm -f conftest.$ac_objext conftest$ac_exeext
28439if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28440 (eval $ac_link) 2>conftest.er1
28441 ac_status=$?
28442 grep -v '^ *+' conftest.er1 >conftest.err
28443 rm -f conftest.er1
28444 cat conftest.err >&5
28445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28446 (exit $ac_status); } &&
28447 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28449 (eval $ac_try) 2>&5
28450 ac_status=$?
28451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28452 (exit $ac_status); }; } &&
28453 { ac_try='test -s conftest$ac_exeext'
28454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28455 (eval $ac_try) 2>&5
28456 ac_status=$?
28457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28458 (exit $ac_status); }; }; then
28459 ac_cv_lib_Sgm_SgCreateList=yes
28460else
28461 echo "$as_me: failed program was:" >&5
28462sed 's/^/| /' conftest.$ac_ext >&5
28463
28464ac_cv_lib_Sgm_SgCreateList=no
28465fi
28466rm -f conftest.err conftest.$ac_objext \
28467 conftest$ac_exeext conftest.$ac_ext
28468LIBS=$ac_check_lib_save_LIBS
28469fi
28470echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
28471echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
28472if test $ac_cv_lib_Sgm_SgCreateList = yes; then
28473 libsgm_link=" -lSgm"
28474fi
28475
28476
a848cd7e
SC
28477 save_CFLAGS=$CFLAGS
28478 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28479 echo "$as_me:$LINENO: checking for Motif 2" >&5
28480echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
28481 cat >conftest.$ac_ext <<_ACEOF
28482/* confdefs.h. */
28483_ACEOF
28484cat confdefs.h >>conftest.$ac_ext
28485cat >>conftest.$ac_ext <<_ACEOF
28486/* end confdefs.h. */
28487
28488 #include <Xm/Xm.h>
28489
28490int
28491main ()
28492{
28493
28494 #if XmVersion < 2000
04e525a0 28495 Not Motif 2
a848cd7e
SC
28496 #endif
28497
28498 ;
28499 return 0;
28500}
28501_ACEOF
28502rm -f conftest.$ac_objext
28503if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28504 (eval $ac_compile) 2>conftest.er1
a848cd7e 28505 ac_status=$?
ac1cb8d3
VS
28506 grep -v '^ *+' conftest.er1 >conftest.err
28507 rm -f conftest.er1
28508 cat conftest.err >&5
a848cd7e
SC
28509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28510 (exit $ac_status); } &&
6ebeb4c7 28511 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28513 (eval $ac_try) 2>&5
28514 ac_status=$?
28515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28516 (exit $ac_status); }; } &&
28517 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28519 (eval $ac_try) 2>&5
28520 ac_status=$?
28521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28522 (exit $ac_status); }; }; then
28523
28524 cat >>confdefs.h <<\_ACEOF
28525#define __WXMOTIF20__ 1
28526_ACEOF
28527
28528 echo "$as_me:$LINENO: result: found" >&5
28529echo "${ECHO_T}found" >&6
28530
28531else
28532 echo "$as_me: failed program was:" >&5
28533sed 's/^/| /' conftest.$ac_ext >&5
28534
28535
28536 cat >>confdefs.h <<\_ACEOF
28537#define __WXMOTIF20__ 0
28538_ACEOF
28539
28540 echo "$as_me:$LINENO: result: not found" >&5
28541echo "${ECHO_T}not found" >&6
28542
2113bc77
MW
28543fi
28544rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28545
28546 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
28547echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
28548 cat >conftest.$ac_ext <<_ACEOF
28549/* confdefs.h. */
28550_ACEOF
28551cat confdefs.h >>conftest.$ac_ext
28552cat >>conftest.$ac_ext <<_ACEOF
28553/* end confdefs.h. */
28554
28555 #include <Xm/Xm.h>
28556
28557int
28558main ()
28559{
28560
28561 #if !defined(LesstifVersion) || LesstifVersion <= 0
04e525a0 28562 Not Lesstif
2113bc77
MW
28563 #endif
28564
28565 ;
28566 return 0;
28567}
28568_ACEOF
28569rm -f conftest.$ac_objext
28570if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28571 (eval $ac_compile) 2>conftest.er1
28572 ac_status=$?
28573 grep -v '^ *+' conftest.er1 >conftest.err
28574 rm -f conftest.er1
28575 cat conftest.err >&5
28576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28577 (exit $ac_status); } &&
6ebeb4c7 28578 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2113bc77
MW
28579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28580 (eval $ac_try) 2>&5
28581 ac_status=$?
28582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28583 (exit $ac_status); }; } &&
28584 { ac_try='test -s conftest.$ac_objext'
28585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28586 (eval $ac_try) 2>&5
28587 ac_status=$?
28588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28589 (exit $ac_status); }; }; then
28590
28591 cat >>confdefs.h <<\_ACEOF
28592#define __WXLESSTIF__ 1
28593_ACEOF
28594
28595 echo "$as_me:$LINENO: result: yes" >&5
28596echo "${ECHO_T}yes" >&6
28597
28598else
28599 echo "$as_me: failed program was:" >&5
28600sed 's/^/| /' conftest.$ac_ext >&5
28601
28602
28603 cat >>confdefs.h <<\_ACEOF
28604#define __WXLESSTIF__ 0
28605_ACEOF
28606
28607 echo "$as_me:$LINENO: result: no" >&5
28608echo "${ECHO_T}no" >&6
28609
a848cd7e 28610fi
ac1cb8d3 28611rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28612 CFLAGS=$save_CFLAGS
28613
62fa8b3a 28614 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
a848cd7e
SC
28615 TOOLKIT=MOTIF
28616 GUIDIST=MOTIF_DIST
28617 fi
28618
74b84332 28619 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
a848cd7e
SC
28620 if test "$wxUSE_LIBXPM" = "sys"; then
28621 echo "$as_me:$LINENO: checking for Xpm library" >&5
28622echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
28623
28624ac_find_libraries=
28625for ac_dir in $SEARCH_LIB /usr/lib;
28626 do
3eca31dc 28627 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
28628 if test -f "$ac_dir/libXpm.$ac_extension"; then
28629 ac_find_libraries=$ac_dir
28630 break 2
28631 fi
28632 done
28633 done
28634
28635 if test "$ac_find_libraries" != "" ; then
28636
28637 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28638 result=$?
28639 if test $result = 0; then
28640 ac_path_to_link=""
28641 else
28642 ac_path_to_link=" -L$ac_find_libraries"
28643 fi
28644
28645 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28646 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28647echo "${ECHO_T}found at $ac_find_libraries" >&6
28648
28649 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
28650echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
28651if test "${wx_cv_x11_xpm_h+set}" = set; then
28652 echo $ECHO_N "(cached) $ECHO_C" >&6
28653else
28654
28655 save_CFLAGS=$CFLAGS
28656 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28657
28658 cat >conftest.$ac_ext <<_ACEOF
28659/* confdefs.h. */
28660_ACEOF
28661cat confdefs.h >>conftest.$ac_ext
28662cat >>conftest.$ac_ext <<_ACEOF
28663/* end confdefs.h. */
28664
28665 #include <X11/xpm.h>
28666
28667int
28668main ()
28669{
28670
28671 int version;
28672 version = XpmLibraryVersion();
28673
28674 ;
28675 return 0;
28676}
28677_ACEOF
28678rm -f conftest.$ac_objext
28679if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28680 (eval $ac_compile) 2>conftest.er1
a848cd7e 28681 ac_status=$?
ac1cb8d3
VS
28682 grep -v '^ *+' conftest.er1 >conftest.err
28683 rm -f conftest.er1
28684 cat conftest.err >&5
a848cd7e
SC
28685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28686 (exit $ac_status); } &&
6ebeb4c7 28687 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28689 (eval $ac_try) 2>&5
28690 ac_status=$?
28691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28692 (exit $ac_status); }; } &&
28693 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28695 (eval $ac_try) 2>&5
28696 ac_status=$?
28697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28698 (exit $ac_status); }; }; then
28699 wx_cv_x11_xpm_h=yes
28700else
28701 echo "$as_me: failed program was:" >&5
28702sed 's/^/| /' conftest.$ac_ext >&5
28703
28704wx_cv_x11_xpm_h=no
28705
28706fi
ac1cb8d3 28707rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28708
28709 CFLAGS=$save_CFLAGS
28710
28711
28712fi
28713echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
28714echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
28715
28716 if test $wx_cv_x11_xpm_h = "yes"; then
28717 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
28718 cat >>confdefs.h <<\_ACEOF
28719#define wxHAVE_LIB_XPM 1
28720_ACEOF
28721
28722 else
28723 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
28724echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
28725 fi
28726 fi
28727
28728 fi
28729
28730 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
28731echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
28732if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
28733 echo $ECHO_N "(cached) $ECHO_C" >&6
28734else
28735 ac_check_lib_save_LIBS=$LIBS
28736LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
28737cat >conftest.$ac_ext <<_ACEOF
28738/* confdefs.h. */
28739_ACEOF
28740cat confdefs.h >>conftest.$ac_ext
28741cat >>conftest.$ac_ext <<_ACEOF
28742/* end confdefs.h. */
28743
28744/* Override any gcc2 internal prototype to avoid an error. */
28745#ifdef __cplusplus
28746extern "C"
28747#endif
28748/* We use char because int might match the return type of a gcc2
28749 builtin and then its argument prototype would still apply. */
28750char XShapeQueryExtension ();
28751int
28752main ()
28753{
28754XShapeQueryExtension ();
28755 ;
28756 return 0;
28757}
28758_ACEOF
28759rm -f conftest.$ac_objext conftest$ac_exeext
28760if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 28761 (eval $ac_link) 2>conftest.er1
a848cd7e 28762 ac_status=$?
ac1cb8d3
VS
28763 grep -v '^ *+' conftest.er1 >conftest.err
28764 rm -f conftest.er1
28765 cat conftest.err >&5
a848cd7e
SC
28766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28767 (exit $ac_status); } &&
6ebeb4c7 28768 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28770 (eval $ac_try) 2>&5
28771 ac_status=$?
28772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28773 (exit $ac_status); }; } &&
28774 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
28775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28776 (eval $ac_try) 2>&5
28777 ac_status=$?
28778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28779 (exit $ac_status); }; }; then
28780 ac_cv_lib_Xext_XShapeQueryExtension=yes
28781else
28782 echo "$as_me: failed program was:" >&5
28783sed 's/^/| /' conftest.$ac_ext >&5
28784
28785ac_cv_lib_Xext_XShapeQueryExtension=no
28786fi
ac1cb8d3
VS
28787rm -f conftest.err conftest.$ac_objext \
28788 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
28789LIBS=$ac_check_lib_save_LIBS
28790fi
28791echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
28792echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
28793if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
28794
28795 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
28796 wxHAVE_XEXT_LIB=1
28797
28798fi
28799
28800
28801 if test "$wxHAVE_XEXT_LIB" = 1; then
28802 save_CFLAGS="$CFLAGS"
28803 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28804
28805 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
28806echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
28807 cat >conftest.$ac_ext <<_ACEOF
28808/* confdefs.h. */
28809_ACEOF
28810cat confdefs.h >>conftest.$ac_ext
28811cat >>conftest.$ac_ext <<_ACEOF
28812/* end confdefs.h. */
28813
28814 #include <X11/Xlib.h>
28815 #include <X11/extensions/shape.h>
28816
28817int
28818main ()
28819{
28820
28821 int dummy1, dummy2;
28822 XShapeQueryExtension((Display*)NULL,
28823 (int*)NULL, (int*)NULL);
28824
28825 ;
28826 return 0;
28827}
28828_ACEOF
28829rm -f conftest.$ac_objext
28830if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28831 (eval $ac_compile) 2>conftest.er1
a848cd7e 28832 ac_status=$?
ac1cb8d3
VS
28833 grep -v '^ *+' conftest.er1 >conftest.err
28834 rm -f conftest.er1
28835 cat conftest.err >&5
a848cd7e
SC
28836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28837 (exit $ac_status); } &&
6ebeb4c7 28838 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28840 (eval $ac_try) 2>&5
28841 ac_status=$?
28842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28843 (exit $ac_status); }; } &&
28844 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
28845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28846 (eval $ac_try) 2>&5
28847 ac_status=$?
28848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28849 (exit $ac_status); }; }; then
28850
28851 cat >>confdefs.h <<\_ACEOF
28852#define HAVE_XSHAPE 1
28853_ACEOF
28854
28855 echo "$as_me:$LINENO: result: found" >&5
28856echo "${ECHO_T}found" >&6
28857
28858else
28859 echo "$as_me: failed program was:" >&5
28860sed 's/^/| /' conftest.$ac_ext >&5
28861
28862
28863 echo "$as_me:$LINENO: result: not found" >&5
28864echo "${ECHO_T}not found" >&6
28865
28866fi
ac1cb8d3 28867rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
28868 CFLAGS="$save_CFLAGS"
28869
28870 fi
28871 fi
28872
28873 if test "$wxUSE_MAC" = 1; then
28874 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
28875echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
28876 if test "$GCC" = yes; then
28877 echo "$as_me:$LINENO: result: gcc" >&5
28878echo "${ECHO_T}gcc" >&6
28879 CPPFLAGS_PASCAL="-fpascal-strings"
28880 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
28881 echo "$as_me:$LINENO: result: xlc" >&5
28882echo "${ECHO_T}xlc" >&6
28883 CPPFLAGS_PASCAL="-qmacpstr"
28884 else
28885 echo "$as_me:$LINENO: result: none" >&5
28886echo "${ECHO_T}none" >&6
28887 fi
28888
1e9e8aba
DE
28889 if test "x$wxUSE_UNIX" = "xyes"; then
28890 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
28891 else
28892 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
28893 fi
a848cd7e 28894
a848cd7e
SC
28895 TOOLKIT=MAC
28896 GUIDIST=MACX_DIST
dd21ced8 28897 WXBASEPORT="_carbon"
a848cd7e
SC
28898 fi
28899
28900 if test "$wxUSE_COCOA" = 1; then
a848cd7e
SC
28901 TOOLKIT=COCOA
28902 GUIDIST=COCOA_DIST
28903 fi
28904
28905 if test "$wxUSE_PM" = 1; then
28906 TOOLKIT=PM
de59c161
RD
28907 GUIDIST=PM_DIST
28908 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
28909echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
28910if test "${wx_cv_spbcdata+set}" = set; then
28911 echo $ECHO_N "(cached) $ECHO_C" >&6
28912else
28913
28914 cat >conftest.$ac_ext <<_ACEOF
de59c161
RD
28915/* confdefs.h. */
28916_ACEOF
28917cat confdefs.h >>conftest.$ac_ext
28918cat >>conftest.$ac_ext <<_ACEOF
28919/* end confdefs.h. */
28920
28921 #define INCL_PM
28922 #include <os2.h>
28923
28924int
28925main ()
28926{
28927
28928 SPBCDATA test;
28929
28930 ;
28931 return 0;
28932}
28933_ACEOF
28934rm -f conftest.$ac_objext
28935if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 28936 (eval $ac_compile) 2>conftest.er1
de59c161 28937 ac_status=$?
ac1cb8d3
VS
28938 grep -v '^ *+' conftest.er1 >conftest.err
28939 rm -f conftest.er1
28940 cat conftest.err >&5
de59c161
RD
28941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28942 (exit $ac_status); } &&
6ebeb4c7 28943 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
28944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28945 (eval $ac_try) 2>&5
28946 ac_status=$?
28947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28948 (exit $ac_status); }; } &&
28949 { ac_try='test -s conftest.$ac_objext'
de59c161
RD
28950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28951 (eval $ac_try) 2>&5
28952 ac_status=$?
28953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28954 (exit $ac_status); }; }; then
28955 wx_cv_spbcdata=yes
28956else
28957 echo "$as_me: failed program was:" >&5
28958sed 's/^/| /' conftest.$ac_ext >&5
28959
28960wx_cv_spbcdata=no
28961
28962fi
ac1cb8d3 28963rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
de59c161
RD
28964
28965
28966fi
28967echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
28968echo "${ECHO_T}$wx_cv_spbcdata" >&6
28969
28970 if test $wx_cv_spbcdata = "yes"; then
28971 cat >>confdefs.h <<\_ACEOF
28972#define HAVE_SPBCDATA 1
28973_ACEOF
28974
28975 fi
a848cd7e
SC
28976 fi
28977
28978 if test "$TOOLKIT" = "PM" ; then
28979 TOOLKIT_DIR="os2"
28980 else
28981 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
28982 fi
28983
a848cd7e 28984 if test "$wxUSE_UNIVERSAL" = "yes"; then
a848cd7e
SC
28985 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
28986 WIDGET_SET=univ
a848cd7e
SC
28987 fi
28988
28989 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
28990 DISTDIR="wx\$(TOOLKIT)"
28991else
28992 USE_GUI=0
28993
28994 TOOLKIT_DIR="base"
28995
28996 if test "$USE_WIN32" = 1 ; then
a848cd7e 28997 TOOLKIT="MSW"
a848cd7e
SC
28998 fi
28999
a848cd7e
SC
29000 GUIDIST="BASE_DIST"
29001 DISTDIR="wxBase"
29002fi
29003
29004
d12aef51
VZ
29005if test "$wxUSE_GUI" = "yes"; then
29006 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
29007
29008for ac_header in X11/Xlib.h
29009do
29010as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29011if eval "test \"\${$as_ac_Header+set}\" = set"; then
29012 echo "$as_me:$LINENO: checking for $ac_header" >&5
29013echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29014if eval "test \"\${$as_ac_Header+set}\" = set"; then
29015 echo $ECHO_N "(cached) $ECHO_C" >&6
29016fi
29017echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29018echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29019else
29020 # Is the header compilable?
29021echo "$as_me:$LINENO: checking $ac_header usability" >&5
29022echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
29023cat >conftest.$ac_ext <<_ACEOF
29024/* confdefs.h. */
29025_ACEOF
29026cat confdefs.h >>conftest.$ac_ext
29027cat >>conftest.$ac_ext <<_ACEOF
29028/* end confdefs.h. */
29029$ac_includes_default
29030#include <$ac_header>
29031_ACEOF
29032rm -f conftest.$ac_objext
29033if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29034 (eval $ac_compile) 2>conftest.er1
29035 ac_status=$?
29036 grep -v '^ *+' conftest.er1 >conftest.err
29037 rm -f conftest.er1
29038 cat conftest.err >&5
29039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29040 (exit $ac_status); } &&
29041 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29043 (eval $ac_try) 2>&5
29044 ac_status=$?
29045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29046 (exit $ac_status); }; } &&
29047 { ac_try='test -s conftest.$ac_objext'
29048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29049 (eval $ac_try) 2>&5
29050 ac_status=$?
29051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29052 (exit $ac_status); }; }; then
29053 ac_header_compiler=yes
29054else
29055 echo "$as_me: failed program was:" >&5
29056sed 's/^/| /' conftest.$ac_ext >&5
29057
29058ac_header_compiler=no
29059fi
29060rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29061echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29062echo "${ECHO_T}$ac_header_compiler" >&6
29063
29064# Is the header present?
29065echo "$as_me:$LINENO: checking $ac_header presence" >&5
29066echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
29067cat >conftest.$ac_ext <<_ACEOF
29068/* confdefs.h. */
29069_ACEOF
29070cat confdefs.h >>conftest.$ac_ext
29071cat >>conftest.$ac_ext <<_ACEOF
29072/* end confdefs.h. */
29073#include <$ac_header>
29074_ACEOF
29075if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29076 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29077 ac_status=$?
29078 grep -v '^ *+' conftest.er1 >conftest.err
29079 rm -f conftest.er1
29080 cat conftest.err >&5
29081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29082 (exit $ac_status); } >/dev/null; then
29083 if test -s conftest.err; then
29084 ac_cpp_err=$ac_c_preproc_warn_flag
29085 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
29086 else
29087 ac_cpp_err=
29088 fi
29089else
29090 ac_cpp_err=yes
29091fi
29092if test -z "$ac_cpp_err"; then
29093 ac_header_preproc=yes
29094else
29095 echo "$as_me: failed program was:" >&5
29096sed 's/^/| /' conftest.$ac_ext >&5
29097
29098 ac_header_preproc=no
29099fi
29100rm -f conftest.err conftest.$ac_ext
29101echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29102echo "${ECHO_T}$ac_header_preproc" >&6
29103
29104# So? What about this header?
29105case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29106 yes:no: )
29107 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29108echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29109 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
29110echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
29111 ac_header_preproc=yes
29112 ;;
29113 no:yes:* )
29114 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29115echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29116 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29117echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29118 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
29119echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
29120 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
29121echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
29122 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29123echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29124 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
29125echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
29126 (
29127 cat <<\_ASBOX
29128## ----------------------------------------- ##
29129## Report this to wx-dev@lists.wxwidgets.org ##
29130## ----------------------------------------- ##
29131_ASBOX
29132 ) |
29133 sed "s/^/$as_me: WARNING: /" >&2
29134 ;;
29135esac
29136echo "$as_me:$LINENO: checking for $ac_header" >&5
29137echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29138if eval "test \"\${$as_ac_Header+set}\" = set"; then
29139 echo $ECHO_N "(cached) $ECHO_C" >&6
29140else
29141 eval "$as_ac_Header=\$ac_header_preproc"
29142fi
29143echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29144echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29145
29146fi
29147if test `eval echo '${'$as_ac_Header'}'` = yes; then
29148 cat >>confdefs.h <<_ACEOF
29149#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29150_ACEOF
29151
29152fi
29153
29154done
29155
29156
29157for ac_header in X11/XKBlib.h
29158do
29159as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29160echo "$as_me:$LINENO: checking for $ac_header" >&5
29161echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29162if eval "test \"\${$as_ac_Header+set}\" = set"; then
29163 echo $ECHO_N "(cached) $ECHO_C" >&6
29164else
29165 cat >conftest.$ac_ext <<_ACEOF
29166/* confdefs.h. */
29167_ACEOF
29168cat confdefs.h >>conftest.$ac_ext
29169cat >>conftest.$ac_ext <<_ACEOF
29170/* end confdefs.h. */
29171
29172 #if HAVE_X11_XLIB_H
29173 #include <X11/Xlib.h>
29174 #endif
29175
29176
29177#include <$ac_header>
29178_ACEOF
29179rm -f conftest.$ac_objext
29180if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29181 (eval $ac_compile) 2>conftest.er1
29182 ac_status=$?
29183 grep -v '^ *+' conftest.er1 >conftest.err
29184 rm -f conftest.er1
29185 cat conftest.err >&5
29186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29187 (exit $ac_status); } &&
29188 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29190 (eval $ac_try) 2>&5
29191 ac_status=$?
29192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29193 (exit $ac_status); }; } &&
29194 { ac_try='test -s conftest.$ac_objext'
29195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29196 (eval $ac_try) 2>&5
29197 ac_status=$?
29198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29199 (exit $ac_status); }; }; then
29200 eval "$as_ac_Header=yes"
29201else
29202 echo "$as_me: failed program was:" >&5
29203sed 's/^/| /' conftest.$ac_ext >&5
29204
29205eval "$as_ac_Header=no"
29206fi
29207rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29208fi
29209echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29210echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29211if test `eval echo '${'$as_ac_Header'}'` = yes; then
29212 cat >>confdefs.h <<_ACEOF
29213#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29214_ACEOF
29215
29216fi
29217
29218done
29219
29220 fi
29221fi
29222
a848cd7e
SC
29223
29224
29225IODBC_C_SRC=""
29226
29227
29228if test "$TOOLKIT" != "MSW" ; then
29229
29230 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
29231
29232 if test "${ac_cv_header_sql_h+set}" = set; then
29233 echo "$as_me:$LINENO: checking for sql.h" >&5
29234echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29235if test "${ac_cv_header_sql_h+set}" = set; then
29236 echo $ECHO_N "(cached) $ECHO_C" >&6
29237fi
29238echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29239echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29240else
29241 # Is the header compilable?
29242echo "$as_me:$LINENO: checking sql.h usability" >&5
29243echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
29244cat >conftest.$ac_ext <<_ACEOF
29245/* confdefs.h. */
29246_ACEOF
29247cat confdefs.h >>conftest.$ac_ext
29248cat >>conftest.$ac_ext <<_ACEOF
29249/* end confdefs.h. */
29250$ac_includes_default
29251#include <sql.h>
29252_ACEOF
29253rm -f conftest.$ac_objext
29254if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29255 (eval $ac_compile) 2>conftest.er1
a848cd7e 29256 ac_status=$?
ac1cb8d3
VS
29257 grep -v '^ *+' conftest.er1 >conftest.err
29258 rm -f conftest.er1
29259 cat conftest.err >&5
a848cd7e
SC
29260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29261 (exit $ac_status); } &&
6ebeb4c7 29262 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29264 (eval $ac_try) 2>&5
29265 ac_status=$?
29266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29267 (exit $ac_status); }; } &&
29268 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29270 (eval $ac_try) 2>&5
29271 ac_status=$?
29272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29273 (exit $ac_status); }; }; then
29274 ac_header_compiler=yes
29275else
29276 echo "$as_me: failed program was:" >&5
29277sed 's/^/| /' conftest.$ac_ext >&5
29278
29279ac_header_compiler=no
29280fi
ac1cb8d3 29281rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29282echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29283echo "${ECHO_T}$ac_header_compiler" >&6
29284
29285# Is the header present?
29286echo "$as_me:$LINENO: checking sql.h presence" >&5
29287echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
29288cat >conftest.$ac_ext <<_ACEOF
29289/* confdefs.h. */
29290_ACEOF
29291cat confdefs.h >>conftest.$ac_ext
29292cat >>conftest.$ac_ext <<_ACEOF
29293/* end confdefs.h. */
29294#include <sql.h>
29295_ACEOF
29296if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29297 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29298 ac_status=$?
29299 grep -v '^ *+' conftest.er1 >conftest.err
29300 rm -f conftest.er1
29301 cat conftest.err >&5
29302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29303 (exit $ac_status); } >/dev/null; then
29304 if test -s conftest.err; then
29305 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 29306 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
29307 else
29308 ac_cpp_err=
29309 fi
29310else
29311 ac_cpp_err=yes
29312fi
29313if test -z "$ac_cpp_err"; then
29314 ac_header_preproc=yes
29315else
29316 echo "$as_me: failed program was:" >&5
29317sed 's/^/| /' conftest.$ac_ext >&5
29318
29319 ac_header_preproc=no
29320fi
29321rm -f conftest.err conftest.$ac_ext
29322echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29323echo "${ECHO_T}$ac_header_preproc" >&6
29324
29325# So? What about this header?
ac1cb8d3
VS
29326case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29327 yes:no: )
a848cd7e
SC
29328 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
29329echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
29330 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
29331echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
29332 ac_header_preproc=yes
a848cd7e 29333 ;;
ac1cb8d3 29334 no:yes:* )
a848cd7e
SC
29335 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
29336echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
29337 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
29338echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
29339 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
29340echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
29341 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
29342echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
29343 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
29344echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
29345 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
29346echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
29347 (
29348 cat <<\_ASBOX
ac1cb8d3
VS
29349## ----------------------------------------- ##
29350## Report this to wx-dev@lists.wxwidgets.org ##
29351## ----------------------------------------- ##
a848cd7e
SC
29352_ASBOX
29353 ) |
29354 sed "s/^/$as_me: WARNING: /" >&2
29355 ;;
29356esac
29357echo "$as_me:$LINENO: checking for sql.h" >&5
29358echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29359if test "${ac_cv_header_sql_h+set}" = set; then
29360 echo $ECHO_N "(cached) $ECHO_C" >&6
29361else
29362 ac_cv_header_sql_h=$ac_header_preproc
29363fi
29364echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29365echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29366
29367fi
29368if test $ac_cv_header_sql_h = yes; then
29369 found_sql_h=1
29370fi
29371
29372
29373 if test "x$found_sql_h" = "x1" ; then
29374 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
29375echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
29376if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
29377 echo $ECHO_N "(cached) $ECHO_C" >&6
29378else
29379 ac_check_lib_save_LIBS=$LIBS
29380LIBS="-liodbc $LIBS"
29381cat >conftest.$ac_ext <<_ACEOF
29382/* confdefs.h. */
29383_ACEOF
29384cat confdefs.h >>conftest.$ac_ext
29385cat >>conftest.$ac_ext <<_ACEOF
29386/* end confdefs.h. */
29387
29388/* Override any gcc2 internal prototype to avoid an error. */
29389#ifdef __cplusplus
29390extern "C"
29391#endif
29392/* We use char because int might match the return type of a gcc2
29393 builtin and then its argument prototype would still apply. */
29394char SQLAllocEnv ();
29395int
29396main ()
29397{
29398SQLAllocEnv ();
29399 ;
29400 return 0;
29401}
29402_ACEOF
29403rm -f conftest.$ac_objext conftest$ac_exeext
29404if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29405 (eval $ac_link) 2>conftest.er1
a848cd7e 29406 ac_status=$?
ac1cb8d3
VS
29407 grep -v '^ *+' conftest.er1 >conftest.err
29408 rm -f conftest.er1
29409 cat conftest.err >&5
a848cd7e
SC
29410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29411 (exit $ac_status); } &&
6ebeb4c7 29412 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29414 (eval $ac_try) 2>&5
29415 ac_status=$?
29416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29417 (exit $ac_status); }; } &&
29418 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29420 (eval $ac_try) 2>&5
29421 ac_status=$?
29422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29423 (exit $ac_status); }; }; then
29424 ac_cv_lib_iodbc_SQLAllocEnv=yes
29425else
29426 echo "$as_me: failed program was:" >&5
29427sed 's/^/| /' conftest.$ac_ext >&5
29428
29429ac_cv_lib_iodbc_SQLAllocEnv=no
29430fi
ac1cb8d3
VS
29431rm -f conftest.err conftest.$ac_objext \
29432 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29433LIBS=$ac_check_lib_save_LIBS
29434fi
29435echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
29436echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
29437if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
29438 ODBC_LINK=" -liodbc"
29439else
29440
29441 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
29442echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
29443if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
29444 echo $ECHO_N "(cached) $ECHO_C" >&6
29445else
29446 ac_check_lib_save_LIBS=$LIBS
29447LIBS="-lunixodbc $LIBS"
29448cat >conftest.$ac_ext <<_ACEOF
29449/* confdefs.h. */
29450_ACEOF
29451cat confdefs.h >>conftest.$ac_ext
29452cat >>conftest.$ac_ext <<_ACEOF
29453/* end confdefs.h. */
29454
29455/* Override any gcc2 internal prototype to avoid an error. */
29456#ifdef __cplusplus
29457extern "C"
29458#endif
29459/* We use char because int might match the return type of a gcc2
29460 builtin and then its argument prototype would still apply. */
29461char SQLAllocEnv ();
29462int
29463main ()
29464{
29465SQLAllocEnv ();
29466 ;
29467 return 0;
29468}
29469_ACEOF
29470rm -f conftest.$ac_objext conftest$ac_exeext
29471if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29472 (eval $ac_link) 2>conftest.er1
a848cd7e 29473 ac_status=$?
ac1cb8d3
VS
29474 grep -v '^ *+' conftest.er1 >conftest.err
29475 rm -f conftest.er1
29476 cat conftest.err >&5
a848cd7e
SC
29477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29478 (exit $ac_status); } &&
6ebeb4c7 29479 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29481 (eval $ac_try) 2>&5
29482 ac_status=$?
29483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29484 (exit $ac_status); }; } &&
29485 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29487 (eval $ac_try) 2>&5
29488 ac_status=$?
29489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29490 (exit $ac_status); }; }; then
29491 ac_cv_lib_unixodbc_SQLAllocEnv=yes
29492else
29493 echo "$as_me: failed program was:" >&5
29494sed 's/^/| /' conftest.$ac_ext >&5
29495
29496ac_cv_lib_unixodbc_SQLAllocEnv=no
29497fi
ac1cb8d3
VS
29498rm -f conftest.err conftest.$ac_objext \
29499 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29500LIBS=$ac_check_lib_save_LIBS
29501fi
29502echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
29503echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
29504if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
29505 ODBC_LINK=" -lunixodbc"
29506else
29507
29508 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
29509echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
29510if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
29511 echo $ECHO_N "(cached) $ECHO_C" >&6
29512else
29513 ac_check_lib_save_LIBS=$LIBS
29514LIBS="-lodbc $LIBS"
29515cat >conftest.$ac_ext <<_ACEOF
29516/* confdefs.h. */
29517_ACEOF
29518cat confdefs.h >>conftest.$ac_ext
29519cat >>conftest.$ac_ext <<_ACEOF
29520/* end confdefs.h. */
29521
29522/* Override any gcc2 internal prototype to avoid an error. */
29523#ifdef __cplusplus
29524extern "C"
29525#endif
29526/* We use char because int might match the return type of a gcc2
29527 builtin and then its argument prototype would still apply. */
29528char SQLAllocEnv ();
29529int
29530main ()
29531{
29532SQLAllocEnv ();
29533 ;
29534 return 0;
29535}
29536_ACEOF
29537rm -f conftest.$ac_objext conftest$ac_exeext
29538if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 29539 (eval $ac_link) 2>conftest.er1
a848cd7e 29540 ac_status=$?
ac1cb8d3
VS
29541 grep -v '^ *+' conftest.er1 >conftest.err
29542 rm -f conftest.er1
29543 cat conftest.err >&5
a848cd7e
SC
29544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29545 (exit $ac_status); } &&
6ebeb4c7 29546 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29548 (eval $ac_try) 2>&5
29549 ac_status=$?
29550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29551 (exit $ac_status); }; } &&
29552 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
29553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29554 (eval $ac_try) 2>&5
29555 ac_status=$?
29556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29557 (exit $ac_status); }; }; then
29558 ac_cv_lib_odbc_SQLAllocEnv=yes
29559else
29560 echo "$as_me: failed program was:" >&5
29561sed 's/^/| /' conftest.$ac_ext >&5
29562
29563ac_cv_lib_odbc_SQLAllocEnv=no
29564fi
ac1cb8d3
VS
29565rm -f conftest.err conftest.$ac_objext \
29566 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
29567LIBS=$ac_check_lib_save_LIBS
29568fi
29569echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
29570echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
29571if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
29572 ODBC_LINK=" -lodbc"
29573fi
29574
29575
29576fi
29577
29578
29579fi
29580
29581 fi
29582 if test "x$ODBC_LINK" = "x" ; then
29583 if test "$wxUSE_ODBC" = "sys" ; then
29584 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
29585echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
29586 { (exit 1); exit 1; }; }
29587 else
29588 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
29589echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
29590 wxUSE_ODBC=builtin
29591 fi
29592 else
29593 wxUSE_ODBC=sys
29594 fi
29595 fi
a848cd7e 29596
2da0c077
RD
29597 if test "$wxUSE_ODBC" = "builtin" ; then
29598 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
29599#define wxUSE_BUILTIN_IODBC 1
29600_ACEOF
29601
a848cd7e
SC
29602 fi
29603fi
29604
2da0c077
RD
29605if test "$wxUSE_ODBC" != "no" ; then
29606 cat >>confdefs.h <<\_ACEOF
29607#define wxUSE_ODBC 1
29608_ACEOF
29609
29610 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
29611
29612 WXODBCFLAG="-D_IODBC_"
29613fi
a848cd7e 29614
01cb68df 29615
a848cd7e 29616if test "$wxUSE_DISPLAY" = "yes"; then
2a5d7a98 29617 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
a848cd7e
SC
29618 echo "$as_me:$LINENO: checking for Xinerama" >&5
29619echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
29620
29621ac_find_libraries=
29622for ac_dir in $SEARCH_LIB /usr/lib;
29623 do
3eca31dc 29624 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
29625 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29626 ac_find_libraries=$ac_dir
29627 break 2
29628 fi
29629 done
29630 done
29631
29632 if test "$ac_find_libraries" != "" ; then
29633
29634 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29635 result=$?
29636 if test $result = 0; then
29637 ac_path_to_link=""
29638 else
29639 ac_path_to_link=" -L$ac_find_libraries"
29640 fi
29641
29642 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29643 LDFLAGS="$LDFLAGS $ac_path_to_link"
29644 fi
29645 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
29646 echo "$as_me:$LINENO: result: yes" >&5
29647echo "${ECHO_T}yes" >&6
29648
29649 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
29650echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
29651
29652ac_find_libraries=
29653for ac_dir in $SEARCH_LIB /usr/lib;
29654 do
3eca31dc 29655 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
29656 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29657 ac_find_libraries=$ac_dir
29658 break 2
29659 fi
29660 done
29661 done
29662
29663 if test "$ac_find_libraries" != "" ; then
29664 echo "$as_me:$LINENO: result: yes" >&5
29665echo "${ECHO_T}yes" >&6
29666
29667for ac_header in X11/extensions/xf86vmode.h
29668do
29669as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29670echo "$as_me:$LINENO: checking for $ac_header" >&5
29671echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29672if eval "test \"\${$as_ac_Header+set}\" = set"; then
29673 echo $ECHO_N "(cached) $ECHO_C" >&6
29674else
29675 cat >conftest.$ac_ext <<_ACEOF
29676/* confdefs.h. */
29677_ACEOF
29678cat confdefs.h >>conftest.$ac_ext
29679cat >>conftest.$ac_ext <<_ACEOF
29680/* end confdefs.h. */
29681
29682 #if HAVE_X11_XLIB_H
29683 #include <X11/Xlib.h>
29684 #endif
29685
29686
29687#include <$ac_header>
29688_ACEOF
29689rm -f conftest.$ac_objext
29690if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29691 (eval $ac_compile) 2>conftest.er1
a848cd7e 29692 ac_status=$?
ac1cb8d3
VS
29693 grep -v '^ *+' conftest.er1 >conftest.err
29694 rm -f conftest.er1
29695 cat conftest.err >&5
a848cd7e
SC
29696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29697 (exit $ac_status); } &&
6ebeb4c7 29698 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29700 (eval $ac_try) 2>&5
29701 ac_status=$?
29702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29703 (exit $ac_status); }; } &&
29704 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29706 (eval $ac_try) 2>&5
29707 ac_status=$?
29708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29709 (exit $ac_status); }; }; then
29710 eval "$as_ac_Header=yes"
29711else
29712 echo "$as_me: failed program was:" >&5
29713sed 's/^/| /' conftest.$ac_ext >&5
29714
29715eval "$as_ac_Header=no"
29716fi
ac1cb8d3 29717rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29718fi
29719echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29720echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29721if test `eval echo '${'$as_ac_Header'}'` = yes; then
29722 cat >>confdefs.h <<_ACEOF
29723#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29724_ACEOF
29725
29726 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
29727
29728fi
29729
29730done
29731
29732 else
29733 echo "$as_me:$LINENO: result: no" >&5
29734echo "${ECHO_T}no" >&6
29735 fi
29736
29737 else
29738 echo "$as_me:$LINENO: result: no" >&5
29739echo "${ECHO_T}no" >&6
dcc1b6ad
VS
29740 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
29741echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
a848cd7e
SC
29742 wxUSE_DISPLAY="no"
29743 fi
01cb68df
RG
29744 elif test "$wxUSE_MSW" = 1; then
29745
29746
29747for ac_header in multimon.h ddraw.h
29748do
29749as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5294a27e 29750echo "$as_me:$LINENO: checking for $ac_header" >&5
01cb68df
RG
29751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29752if eval "test \"\${$as_ac_Header+set}\" = set"; then
29753 echo $ECHO_N "(cached) $ECHO_C" >&6
01cb68df 29754else
5294a27e 29755 cat >conftest.$ac_ext <<_ACEOF
01cb68df
RG
29756/* confdefs.h. */
29757_ACEOF
29758cat confdefs.h >>conftest.$ac_ext
29759cat >>conftest.$ac_ext <<_ACEOF
29760/* end confdefs.h. */
5294a27e
VZ
29761#include <windows.h>
29762
01cb68df
RG
29763#include <$ac_header>
29764_ACEOF
29765rm -f conftest.$ac_objext
29766if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29767 (eval $ac_compile) 2>conftest.er1
01cb68df 29768 ac_status=$?
ac1cb8d3
VS
29769 grep -v '^ *+' conftest.er1 >conftest.err
29770 rm -f conftest.er1
29771 cat conftest.err >&5
01cb68df
RG
29772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29773 (exit $ac_status); } &&
6ebeb4c7 29774 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29776 (eval $ac_try) 2>&5
29777 ac_status=$?
29778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29779 (exit $ac_status); }; } &&
29780 { ac_try='test -s conftest.$ac_objext'
01cb68df
RG
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); }; }; then
5294a27e 29786 eval "$as_ac_Header=yes"
01cb68df
RG
29787else
29788 echo "$as_me: failed program was:" >&5
29789sed 's/^/| /' conftest.$ac_ext >&5
29790
5294a27e 29791eval "$as_ac_Header=no"
01cb68df 29792fi
ac1cb8d3 29793rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
01cb68df
RG
29794fi
29795echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29796echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
01cb68df
RG
29797if test `eval echo '${'$as_ac_Header'}'` = yes; then
29798 cat >>confdefs.h <<_ACEOF
29799#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29800_ACEOF
29801
29802else
29803
5294a27e
VZ
29804 wxUSE_DISPLAY="no"
29805 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
dcc1b6ad 29806echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
01cb68df
RG
29807
29808fi
29809
29810done
29811
a848cd7e
SC
29812 fi
29813fi
29814
29815
29816USE_OPENGL=0
29817if test "$wxUSE_OPENGL" = "yes"; then
29818 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
29819 OPENGL_LIBS="-framework OpenGL -framework AGL"
29820 elif test "$wxUSE_MSW" = 1; then
29821 OPENGL_LIBS="-lopengl32 -lglu32"
29822 else
29823
29824
29825ac_find_includes=
29826for ac_dir in $SEARCH_INCLUDE /usr/include;
29827 do
29828 if test -f "$ac_dir/GL/gl.h"; then
29829 ac_find_includes=$ac_dir
29830 break
29831 fi
29832 done
29833
29834 if test "$ac_find_includes" != "" ; then
29835 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29836echo "${ECHO_T}found in $ac_find_includes" >&6
29837
29838 if test "x$ac_find_includes" = "x/usr/include"; then
29839 ac_path_to_include=""
29840 else
29841 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
29842 result=$?
29843 if test $result = 0; then
29844 ac_path_to_include=""
29845 else
29846 ac_path_to_include=" -I$ac_find_includes"
29847 fi
29848 fi
29849
29850 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
29851 fi
29852
29853 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29854 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29855echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29856if test "${ac_cv_header_GL_gl_h+set}" = set; then
29857 echo $ECHO_N "(cached) $ECHO_C" >&6
29858fi
29859echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29860echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29861else
29862 # Is the header compilable?
29863echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
29864echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
29865cat >conftest.$ac_ext <<_ACEOF
29866/* confdefs.h. */
29867_ACEOF
29868cat confdefs.h >>conftest.$ac_ext
29869cat >>conftest.$ac_ext <<_ACEOF
29870/* end confdefs.h. */
29871$ac_includes_default
29872#include <GL/gl.h>
29873_ACEOF
29874rm -f conftest.$ac_objext
29875if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 29876 (eval $ac_compile) 2>conftest.er1
a848cd7e 29877 ac_status=$?
ac1cb8d3
VS
29878 grep -v '^ *+' conftest.er1 >conftest.err
29879 rm -f conftest.er1
29880 cat conftest.err >&5
a848cd7e
SC
29881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29882 (exit $ac_status); } &&
6ebeb4c7 29883 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
29884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29885 (eval $ac_try) 2>&5
29886 ac_status=$?
29887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29888 (exit $ac_status); }; } &&
29889 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
29890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29891 (eval $ac_try) 2>&5
29892 ac_status=$?
29893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29894 (exit $ac_status); }; }; then
29895 ac_header_compiler=yes
29896else
29897 echo "$as_me: failed program was:" >&5
29898sed 's/^/| /' conftest.$ac_ext >&5
29899
29900ac_header_compiler=no
29901fi
ac1cb8d3 29902rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
29903echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29904echo "${ECHO_T}$ac_header_compiler" >&6
29905
29906# Is the header present?
29907echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
29908echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
29909cat >conftest.$ac_ext <<_ACEOF
29910/* confdefs.h. */
29911_ACEOF
29912cat confdefs.h >>conftest.$ac_ext
29913cat >>conftest.$ac_ext <<_ACEOF
29914/* end confdefs.h. */
29915#include <GL/gl.h>
29916_ACEOF
29917if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29918 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29919 ac_status=$?
29920 grep -v '^ *+' conftest.er1 >conftest.err
29921 rm -f conftest.er1
29922 cat conftest.err >&5
29923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29924 (exit $ac_status); } >/dev/null; then
29925 if test -s conftest.err; then
29926 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 29927 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
29928 else
29929 ac_cpp_err=
29930 fi
29931else
29932 ac_cpp_err=yes
29933fi
29934if test -z "$ac_cpp_err"; then
29935 ac_header_preproc=yes
29936else
29937 echo "$as_me: failed program was:" >&5
29938sed 's/^/| /' conftest.$ac_ext >&5
29939
29940 ac_header_preproc=no
29941fi
29942rm -f conftest.err conftest.$ac_ext
29943echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29944echo "${ECHO_T}$ac_header_preproc" >&6
29945
29946# So? What about this header?
ac1cb8d3
VS
29947case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29948 yes:no: )
a848cd7e
SC
29949 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
29950echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
29951 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
29952echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
29953 ac_header_preproc=yes
a848cd7e 29954 ;;
ac1cb8d3 29955 no:yes:* )
a848cd7e
SC
29956 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
29957echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
ac1cb8d3
VS
29958 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
29959echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
29960 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
29961echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
29962 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
29963echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
29964 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
29965echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
29966 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
29967echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
29968 (
29969 cat <<\_ASBOX
ac1cb8d3
VS
29970## ----------------------------------------- ##
29971## Report this to wx-dev@lists.wxwidgets.org ##
29972## ----------------------------------------- ##
a848cd7e
SC
29973_ASBOX
29974 ) |
29975 sed "s/^/$as_me: WARNING: /" >&2
29976 ;;
29977esac
29978echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29979echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29980if test "${ac_cv_header_GL_gl_h+set}" = set; then
29981 echo $ECHO_N "(cached) $ECHO_C" >&6
29982else
29983 ac_cv_header_GL_gl_h=$ac_header_preproc
29984fi
29985echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29986echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29987
29988fi
29989if test $ac_cv_header_GL_gl_h = yes; then
29990
29991 found_gl=0
29992
29993 echo "$as_me:$LINENO: checking for -lGL" >&5
29994echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
29995
29996ac_find_libraries=
29997for ac_dir in $SEARCH_LIB /usr/lib;
29998 do
3eca31dc 29999 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
30000 if test -f "$ac_dir/libGL.$ac_extension"; then
30001 ac_find_libraries=$ac_dir
30002 break 2
30003 fi
30004 done
30005 done
30006
30007 if test "$ac_find_libraries" != "" ; then
69120ee4
VZ
30008 echo "$as_me:$LINENO: result: yes" >&5
30009echo "${ECHO_T}yes" >&6
30010
a848cd7e
SC
30011
30012 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30013 result=$?
30014 if test $result = 0; then
30015 ac_path_to_link=""
30016 else
30017 ac_path_to_link=" -L$ac_find_libraries"
30018 fi
30019
30020 if test "$ac_path_to_link" != " -L/usr/lib" ; then
30021 LDFLAGS_GL="$ac_path_to_link"
30022 fi
30023
69120ee4
VZ
30024 echo "$as_me:$LINENO: checking for -lGLU" >&5
30025echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
a848cd7e
SC
30026
30027ac_find_libraries=
30028for ac_dir in $SEARCH_LIB /usr/lib;
30029 do
3eca31dc 30030 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
30031 if test -f "$ac_dir/libGLU.$ac_extension"; then
30032 ac_find_libraries=$ac_dir
30033 break 2
30034 fi
30035 done
30036 done
30037
30038 if test "$ac_find_libraries" != "" ; then
30039
30040 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30041 result=$?
30042 if test $result = 0; then
30043 ac_path_to_link=""
30044 else
30045 ac_path_to_link=" -L$ac_find_libraries"
30046 fi
30047
30048 if test "$ac_path_to_link" != " -L/usr/lib" -a \
30049 "$ac_path_to_link" != "$LDFLAGS_GL"; then
30050 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
30051 fi
30052
30053 found_gl=1
30054 OPENGL_LIBS="-lGL -lGLU"
30055 echo "$as_me:$LINENO: result: yes" >&5
30056echo "${ECHO_T}yes" >&6
69120ee4
VZ
30057 else
30058 echo "$as_me:$LINENO: result: no" >&5
30059echo "${ECHO_T}no" >&6
a848cd7e 30060 fi
69120ee4
VZ
30061 else
30062 echo "$as_me:$LINENO: result: no" >&5
30063echo "${ECHO_T}no" >&6
a848cd7e
SC
30064 fi
30065
30066 if test "$found_gl" != 1; then
a848cd7e
SC
30067 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
30068echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
30069
30070ac_find_libraries=
30071for ac_dir in $SEARCH_LIB /usr/lib;
30072 do
3eca31dc 30073 for ac_extension in a so sl dylib dll.a; do
a848cd7e
SC
30074 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
30075 ac_find_libraries=$ac_dir
30076 break 2
30077 fi
30078 done
30079 done
30080
30081 if test "$ac_find_libraries" != "" ; then
30082
30083 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
30084 result=$?
30085 if test $result = 0; then
30086 ac_path_to_link=""
30087 else
30088 ac_path_to_link=" -L$ac_find_libraries"
30089 fi
30090
30091 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
30092 OPENGL_LIBS="-lMesaGL -lMesaGLU"
30093 echo "$as_me:$LINENO: result: yes" >&5
30094echo "${ECHO_T}yes" >&6
30095 else
30096 echo "$as_me:$LINENO: result: no" >&5
30097echo "${ECHO_T}no" >&6
30098 fi
30099 fi
30100
30101fi
30102
30103
30104
30105 if test "x$OPENGL_LIBS" = "x"; then
30106 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
30107echo "$as_me: error: OpenGL libraries not available" >&2;}
30108 { (exit 1); exit 1; }; }
30109 fi
30110 fi
30111
30112 if test "$wxUSE_OPENGL" = "yes"; then
30113 USE_OPENGL=1
30114 cat >>confdefs.h <<\_ACEOF
30115#define wxUSE_OPENGL 1
30116_ACEOF
30117
30118 cat >>confdefs.h <<\_ACEOF
30119#define wxUSE_GLCANVAS 1
30120_ACEOF
30121
30122 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
30123 fi
30124fi
30125
a848cd7e
SC
30126
30127if test -n "$TOOLKIT" ; then
30128 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
30129fi
30130
a848cd7e
SC
30131
30132
30133if test "$wxUSE_SHARED" = "yes"; then
30134 case "${host}" in
30135 *-pc-msdosdjgpp )
30136 wxUSE_SHARED=no
30137 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
30138echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
30139 ;;
30140 esac
30141fi
30142
a848cd7e 30143if test "$wxUSE_SHARED" = "yes"; then
a848cd7e
SC
30144
30145
30146 found_versioning=no
30147
30148
30149 if test $found_versioning = no ; then
30150 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
30151echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
30152if test "${wx_cv_version_script+set}" = set; then
30153 echo $ECHO_N "(cached) $ECHO_C" >&6
30154else
30155
30156 echo "VER_1 { *; };" >conftest.sym
30157 echo "int main() { return 0; }" >conftest.cpp
30158
30159 if { ac_try='
30160 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30161 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
30162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30163 (eval $ac_try) 2>&5
30164 ac_status=$?
30165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30166 (exit $ac_status); }; } ; then
30167 if test -s conftest.stderr ; then
30168 wx_cv_version_script=no
30169 else
30170 wx_cv_version_script=yes
30171 fi
30172 else
30173 wx_cv_version_script=no
30174 fi
e5d4b470
MW
30175
30176 if test $wx_cv_version_script = yes
30177 then
30178 echo "struct B { virtual ~B() { } }; \
30179 struct D : public B { }; \
30180 void F() { D d; }" > conftest.cpp
30181
30182 if { ac_try='
30183 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30184 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
30185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30186 (eval $ac_try) 2>&5
30187 ac_status=$?
30188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30189 (exit $ac_status); }; } &&
30190 { ac_try='
30191 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30192 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
30193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30194 (eval $ac_try) 2>&5
30195 ac_status=$?
30196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30197 (exit $ac_status); }; }
30198 then
30199 if { ac_try='
30200 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30201 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
30202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30203 (eval $ac_try) 2>&5
30204 ac_status=$?
30205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30206 (exit $ac_status); }; }
30207 then
30208 wx_cv_version_script=yes
30209 else
30210 wx_cv_version_script=no
30211 fi
30212 fi
30213 fi
30214
a848cd7e 30215 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
e5d4b470 30216 rm -f conftest1.output conftest2.output conftest3.output
a848cd7e
SC
30217
30218fi
30219echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
30220echo "${ECHO_T}$wx_cv_version_script" >&6
30221 if test $wx_cv_version_script = yes ; then
30222 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
30223 fi
30224 fi
30225
30226
30227 case "${host}" in
30228 *-*-linux* | *-*-gnu* )
30229 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 30230 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
6ebeb4c7 30231 ;;
a848cd7e
SC
30232
30233 *-*-solaris2* )
30234 if test "$GCC" = yes ; then
30235 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
30236
30237 saveLdflags="$LDFLAGS"
30238 LDFLAGS="$saveLdflags -Wl,-rpath,/"
30239 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
30240echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
30241 cat >conftest.$ac_ext <<_ACEOF
30242/* confdefs.h. */
30243_ACEOF
30244cat confdefs.h >>conftest.$ac_ext
30245cat >>conftest.$ac_ext <<_ACEOF
30246/* end confdefs.h. */
30247
30248int
30249main ()
30250{
30251
30252 ;
30253 return 0;
30254}
30255_ACEOF
30256rm -f conftest.$ac_objext conftest$ac_exeext
30257if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30258 (eval $ac_link) 2>conftest.er1
a848cd7e 30259 ac_status=$?
ac1cb8d3
VS
30260 grep -v '^ *+' conftest.er1 >conftest.err
30261 rm -f conftest.er1
30262 cat conftest.err >&5
a848cd7e
SC
30263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30264 (exit $ac_status); } &&
6ebeb4c7 30265 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30267 (eval $ac_try) 2>&5
30268 ac_status=$?
30269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30270 (exit $ac_status); }; } &&
30271 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30273 (eval $ac_try) 2>&5
30274 ac_status=$?
30275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30276 (exit $ac_status); }; }; then
30277
30278 echo "$as_me:$LINENO: result: yes" >&5
30279echo "${ECHO_T}yes" >&6
30280 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
ffa0583f 30281 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
a848cd7e
SC
30282
30283else
30284 echo "$as_me: failed program was:" >&5
30285sed 's/^/| /' conftest.$ac_ext >&5
30286
30287
30288 echo "$as_me:$LINENO: result: no" >&5
30289echo "${ECHO_T}no" >&6
30290 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
30291echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
30292 LDFLAGS="$saveLdflags -Wl,-R,/"
30293 cat >conftest.$ac_ext <<_ACEOF
30294/* confdefs.h. */
30295_ACEOF
30296cat confdefs.h >>conftest.$ac_ext
30297cat >>conftest.$ac_ext <<_ACEOF
30298/* end confdefs.h. */
30299
30300int
30301main ()
30302{
30303
30304 ;
30305 return 0;
30306}
30307_ACEOF
30308rm -f conftest.$ac_objext conftest$ac_exeext
30309if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 30310 (eval $ac_link) 2>conftest.er1
a848cd7e 30311 ac_status=$?
ac1cb8d3
VS
30312 grep -v '^ *+' conftest.er1 >conftest.err
30313 rm -f conftest.er1
30314 cat conftest.err >&5
a848cd7e
SC
30315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30316 (exit $ac_status); } &&
6ebeb4c7 30317 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30319 (eval $ac_try) 2>&5
30320 ac_status=$?
30321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30322 (exit $ac_status); }; } &&
30323 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
30324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30325 (eval $ac_try) 2>&5
30326 ac_status=$?
30327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30328 (exit $ac_status); }; }; then
30329
ffa0583f 30330 echo "$as_me:$LINENO: result: yes" >&5
a848cd7e 30331echo "${ECHO_T}yes" >&6
ffa0583f
RL
30332 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
30333 WXCONFIG_RPATH="-Wl,-R,\$libdir"
30334
a848cd7e
SC
30335else
30336 echo "$as_me: failed program was:" >&5
30337sed 's/^/| /' conftest.$ac_ext >&5
30338
30339
30340 echo "$as_me:$LINENO: result: no" >&5
30341echo "${ECHO_T}no" >&6
30342
30343fi
ac1cb8d3
VS
30344rm -f conftest.err conftest.$ac_objext \
30345 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30346
30347fi
ac1cb8d3
VS
30348rm -f conftest.err conftest.$ac_objext \
30349 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
30350 LDFLAGS="$saveLdflags"
30351 else
a848cd7e 30352 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
ffa0583f 30353 WXCONFIG_RPATH="-R\$libdir"
a848cd7e
SC
30354 fi
30355 ;;
30356
cfda0ea8 30357 *-*-darwin* )
0caebc27
MW
30358 install_name_tool=`which install_name_tool`
30359 if test "$install_name_tool" -a -x "$install_name_tool"; then
30360 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
30361 cat <<EOF >change-install-names
a848cd7e
SC
30362#!/bin/sh
30363libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
30364inst_cmd="install_name_tool "
30365for i in \${libnames} ; do
30366 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
30367done
30368\${inst_cmd} \${3}
30369EOF
0caebc27
MW
30370 chmod +x change-install-names
30371 fi
a848cd7e
SC
30372 ;;
30373
30374 *-*-cygwin* | *-*-mingw32* )
30375 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
30376 ;;
30377
81f90336
MW
30378 *-*-hpux* )
30379 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
30380 WXCONFIG_RPATH="-Wl,+b,\$libdir"
30381 ;;
30382
a848cd7e 30383 esac
ceec2216 30384
ffa0583f
RL
30385 if test $wxUSE_RPATH = "no"; then
30386 SAMPLES_RPATH_FLAG=''
30387 SAMPLES_RPATH_POSTLINK=''
30388 WXCONFIG_RPATH=''
30389 fi
30390
30391 SHARED=1
30392
30393else
30394
ceec2216
RL
30395 config_linkage_component="-static"
30396 SHARED=0
ffa0583f 30397
ceec2216 30398fi
a848cd7e 30399
a848cd7e 30400
ceec2216
RL
30401UNICODE=0
30402lib_unicode_suffix=
30403WX_CHARTYPE="ansi"
30404if test "$wxUSE_UNICODE" = "yes"; then
30405 lib_unicode_suffix=u
30406 WX_CHARTYPE="unicode"
30407 UNICODE=1
a848cd7e
SC
30408fi
30409
ceec2216
RL
30410lib_debug_suffix=
30411WX_DEBUGTYPE="release"
30412DEBUG_FLAG=0
30413if test "$wxUSE_DEBUG_FLAG" = "yes"; then
30414 lib_debug_suffix=d
30415 WX_DEBUGTYPE="debug"
30416 DEBUG_FLAG=1
30417fi
a848cd7e 30418
ceec2216
RL
30419WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
30420WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
a848cd7e 30421
ceec2216
RL
30422DEBUG_INFO=0
30423if test "$wxUSE_DEBUG_INFO" = "yes"; then
30424 DEBUG_INFO=1
30425fi
a848cd7e 30426
ceec2216 30427WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
a848cd7e 30428
ceec2216 30429TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
a848cd7e 30430
ceec2216 30431TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
a848cd7e 30432
ceec2216
RL
30433if test "$cross_compiling" = "yes"; then
30434 HOST_SUFFIX="-$host_alias"
30435 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
30436 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
a848cd7e
SC
30437fi
30438
dd21ced8 30439WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
abc736fd
MW
30440if test "${TOOLKIT_DIR}" = "os2"; then
30441 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30442else
30443 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30444fi
ceec2216
RL
30445
30446
30447
1d1af5ea
DE
30448if test "$wxUSE_COCOA" = 1; then
30449
30450
30451 ac_ext=c
30452ac_cpp='$CPP $CPPFLAGS'
30453ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30454ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30455ac_compiler_gnu=$ac_cv_c_compiler_gnu
30456
30457ac_ext=m
30458
30459 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
30460echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
30461 cat >conftest.$ac_ext <<_ACEOF
30462/* confdefs.h. */
30463_ACEOF
30464cat confdefs.h >>conftest.$ac_ext
30465cat >>conftest.$ac_ext <<_ACEOF
30466/* end confdefs.h. */
30467#include <AppKit/NSEvent.h>
30468#include <CoreFoundation/CoreFoundation.h>
30469
30470int
30471main ()
30472{
30473
30474 ;
30475 return 0;
30476}
30477_ACEOF
30478rm -f conftest.$ac_objext
30479if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30480 (eval $ac_compile) 2>conftest.er1
30481 ac_status=$?
30482 grep -v '^ *+' conftest.er1 >conftest.err
30483 rm -f conftest.er1
30484 cat conftest.err >&5
30485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30486 (exit $ac_status); } &&
6ebeb4c7 30487 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1d1af5ea
DE
30488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30489 (eval $ac_try) 2>&5
30490 ac_status=$?
30491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30492 (exit $ac_status); }; } &&
30493 { ac_try='test -s conftest.$ac_objext'
30494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30495 (eval $ac_try) 2>&5
30496 ac_status=$?
30497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30498 (exit $ac_status); }; }; then
30499 echo "$as_me:$LINENO: result: no" >&5
30500echo "${ECHO_T}no" >&6
30501else
30502 echo "$as_me: failed program was:" >&5
30503sed 's/^/| /' conftest.$ac_ext >&5
30504
30505echo "$as_me:$LINENO: result: yes" >&5
30506echo "${ECHO_T}yes" >&6
30507 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
30508echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
30509 cat >conftest.$ac_ext <<_ACEOF
30510/* confdefs.h. */
30511_ACEOF
30512cat confdefs.h >>conftest.$ac_ext
30513cat >>conftest.$ac_ext <<_ACEOF
30514/* end confdefs.h. */
30515#define __Point__ 1
30516#include <AppKit/NSEvent.h>
30517#include <CoreFoundation/CoreFoundation.h>
30518
30519int
30520main ()
30521{
30522
30523 ;
30524 return 0;
30525}
30526_ACEOF
30527rm -f conftest.$ac_objext
30528if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30529 (eval $ac_compile) 2>conftest.er1
30530 ac_status=$?
30531 grep -v '^ *+' conftest.er1 >conftest.err
30532 rm -f conftest.er1
30533 cat conftest.err >&5
30534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30535 (exit $ac_status); } &&
6ebeb4c7 30536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
1d1af5ea
DE
30537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30538 (eval $ac_try) 2>&5
30539 ac_status=$?
30540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30541 (exit $ac_status); }; } &&
30542 { ac_try='test -s conftest.$ac_objext'
30543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30544 (eval $ac_try) 2>&5
30545 ac_status=$?
30546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30547 (exit $ac_status); }; }; then
30548 echo "$as_me:$LINENO: result: yes" >&5
30549echo "${ECHO_T}yes" >&6
30550 cat >>confdefs.h <<\_ACEOF
30551#define __Point__ 1
30552_ACEOF
30553
30554
30555else
30556 echo "$as_me: failed program was:" >&5
30557sed 's/^/| /' conftest.$ac_ext >&5
30558
30559{ { echo "$as_me:$LINENO: error: no
30560See \`config.log' for more details." >&5
30561echo "$as_me: error: no
30562See \`config.log' for more details." >&2;}
30563 { (exit 1); exit 1; }; }
30564
30565fi
30566rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30567
30568fi
30569rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30570 ac_ext=c
30571ac_cpp='$CPP $CPPFLAGS'
30572ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30573ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30574ac_compiler_gnu=$ac_cv_c_compiler_gnu
30575
30576fi
30577
a848cd7e 30578if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
abb9aae7
VZ
30579 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
30580 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
ceec2216 30581
a848cd7e 30582 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
a848cd7e
SC
30583
30584 # Extract the first word of "Rez", so it can be a program name with args.
30585set dummy Rez; ac_word=$2
30586echo "$as_me:$LINENO: checking for $ac_word" >&5
30587echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30588if test "${ac_cv_prog_RESCOMP+set}" = set; then
30589 echo $ECHO_N "(cached) $ECHO_C" >&6
30590else
30591 if test -n "$RESCOMP"; then
30592 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
30593else
30594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30595for as_dir in $PATH
30596do
30597 IFS=$as_save_IFS
30598 test -z "$as_dir" && as_dir=.
30599 for ac_exec_ext in '' $ac_executable_extensions; do
30600 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30601 ac_cv_prog_RESCOMP="Rez"
30602 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30603 break 2
30604 fi
30605done
30606done
30607
30608 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
30609fi
30610fi
30611RESCOMP=$ac_cv_prog_RESCOMP
30612if test -n "$RESCOMP"; then
30613 echo "$as_me:$LINENO: result: $RESCOMP" >&5
30614echo "${ECHO_T}$RESCOMP" >&6
30615else
30616 echo "$as_me:$LINENO: result: no" >&5
30617echo "${ECHO_T}no" >&6
30618fi
30619
30620 # Extract the first word of "DeRez", so it can be a program name with args.
30621set dummy DeRez; ac_word=$2
30622echo "$as_me:$LINENO: checking for $ac_word" >&5
30623echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30624if test "${ac_cv_prog_DEREZ+set}" = set; then
30625 echo $ECHO_N "(cached) $ECHO_C" >&6
30626else
30627 if test -n "$DEREZ"; then
30628 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
30629else
30630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30631for as_dir in $PATH
30632do
30633 IFS=$as_save_IFS
30634 test -z "$as_dir" && as_dir=.
30635 for ac_exec_ext in '' $ac_executable_extensions; do
30636 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30637 ac_cv_prog_DEREZ="DeRez"
30638 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30639 break 2
30640 fi
30641done
30642done
30643
30644 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
30645fi
30646fi
30647DEREZ=$ac_cv_prog_DEREZ
30648if test -n "$DEREZ"; then
30649 echo "$as_me:$LINENO: result: $DEREZ" >&5
30650echo "${ECHO_T}$DEREZ" >&6
30651else
30652 echo "$as_me:$LINENO: result: no" >&5
30653echo "${ECHO_T}no" >&6
30654fi
30655
30656 # Extract the first word of "SetFile", so it can be a program name with args.
30657set dummy SetFile; ac_word=$2
30658echo "$as_me:$LINENO: checking for $ac_word" >&5
30659echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30660if test "${ac_cv_prog_SETFILE+set}" = set; then
30661 echo $ECHO_N "(cached) $ECHO_C" >&6
30662else
30663 if test -n "$SETFILE"; then
30664 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
30665else
30666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30667for as_dir in $PATH
30668do
30669 IFS=$as_save_IFS
30670 test -z "$as_dir" && as_dir=.
30671 for ac_exec_ext in '' $ac_executable_extensions; do
30672 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30673 ac_cv_prog_SETFILE="SetFile"
30674 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30675 break 2
30676 fi
30677done
30678done
30679
30680 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
30681fi
30682fi
30683SETFILE=$ac_cv_prog_SETFILE
30684if test -n "$SETFILE"; then
30685 echo "$as_me:$LINENO: result: $SETFILE" >&5
30686echo "${ECHO_T}$SETFILE" >&6
30687else
30688 echo "$as_me:$LINENO: result: no" >&5
30689echo "${ECHO_T}no" >&6
30690fi
30691
30692
30693 MACSETFILE="\$(SETFILE)"
30694
30695 if test "$wxUSE_MAC" = 1; then
1a79f136 30696 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
a848cd7e 30697
1a79f136 30698 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
a848cd7e
SC
30699 else
30700 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
30701 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
30702 fi
30703else
ffa0583f
RL
30704 MACSETFILE="@true"
30705 MACRESWXCONFIG="@true"
a848cd7e
SC
30706
30707 if test "$wxUSE_PM" = 1; then
30708 MACRESCOMP="emxbind -ep"
30709 else
ffa0583f 30710 MACRESCOMP="@true"
a848cd7e
SC
30711 fi
30712fi
30713
30714
30715
30716echo "$as_me:$LINENO: checking for mode_t" >&5
30717echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
30718if test "${ac_cv_type_mode_t+set}" = set; then
30719 echo $ECHO_N "(cached) $ECHO_C" >&6
30720else
30721 cat >conftest.$ac_ext <<_ACEOF
30722/* confdefs.h. */
30723_ACEOF
30724cat confdefs.h >>conftest.$ac_ext
30725cat >>conftest.$ac_ext <<_ACEOF
30726/* end confdefs.h. */
30727$ac_includes_default
30728int
30729main ()
30730{
30731if ((mode_t *) 0)
30732 return 0;
30733if (sizeof (mode_t))
30734 return 0;
30735 ;
30736 return 0;
30737}
30738_ACEOF
30739rm -f conftest.$ac_objext
30740if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30741 (eval $ac_compile) 2>conftest.er1
a848cd7e 30742 ac_status=$?
ac1cb8d3
VS
30743 grep -v '^ *+' conftest.er1 >conftest.err
30744 rm -f conftest.er1
30745 cat conftest.err >&5
a848cd7e
SC
30746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30747 (exit $ac_status); } &&
6ebeb4c7 30748 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30750 (eval $ac_try) 2>&5
30751 ac_status=$?
30752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30753 (exit $ac_status); }; } &&
30754 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30756 (eval $ac_try) 2>&5
30757 ac_status=$?
30758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30759 (exit $ac_status); }; }; then
30760 ac_cv_type_mode_t=yes
30761else
30762 echo "$as_me: failed program was:" >&5
30763sed 's/^/| /' conftest.$ac_ext >&5
30764
30765ac_cv_type_mode_t=no
30766fi
ac1cb8d3 30767rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30768fi
30769echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
30770echo "${ECHO_T}$ac_cv_type_mode_t" >&6
30771if test $ac_cv_type_mode_t = yes; then
30772 :
30773else
30774
30775cat >>confdefs.h <<_ACEOF
30776#define mode_t int
30777_ACEOF
30778
30779fi
30780
30781echo "$as_me:$LINENO: checking for off_t" >&5
30782echo $ECHO_N "checking for off_t... $ECHO_C" >&6
30783if test "${ac_cv_type_off_t+set}" = set; then
30784 echo $ECHO_N "(cached) $ECHO_C" >&6
30785else
30786 cat >conftest.$ac_ext <<_ACEOF
30787/* confdefs.h. */
30788_ACEOF
30789cat confdefs.h >>conftest.$ac_ext
30790cat >>conftest.$ac_ext <<_ACEOF
30791/* end confdefs.h. */
30792$ac_includes_default
30793int
30794main ()
30795{
30796if ((off_t *) 0)
30797 return 0;
30798if (sizeof (off_t))
30799 return 0;
30800 ;
30801 return 0;
30802}
30803_ACEOF
30804rm -f conftest.$ac_objext
30805if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30806 (eval $ac_compile) 2>conftest.er1
a848cd7e 30807 ac_status=$?
ac1cb8d3
VS
30808 grep -v '^ *+' conftest.er1 >conftest.err
30809 rm -f conftest.er1
30810 cat conftest.err >&5
a848cd7e
SC
30811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30812 (exit $ac_status); } &&
6ebeb4c7 30813 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30815 (eval $ac_try) 2>&5
30816 ac_status=$?
30817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30818 (exit $ac_status); }; } &&
30819 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30821 (eval $ac_try) 2>&5
30822 ac_status=$?
30823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30824 (exit $ac_status); }; }; then
30825 ac_cv_type_off_t=yes
30826else
30827 echo "$as_me: failed program was:" >&5
30828sed 's/^/| /' conftest.$ac_ext >&5
30829
30830ac_cv_type_off_t=no
30831fi
ac1cb8d3 30832rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30833fi
30834echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
30835echo "${ECHO_T}$ac_cv_type_off_t" >&6
30836if test $ac_cv_type_off_t = yes; then
30837 :
30838else
30839
30840cat >>confdefs.h <<_ACEOF
30841#define off_t long
30842_ACEOF
30843
30844fi
30845
30846echo "$as_me:$LINENO: checking for pid_t" >&5
30847echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
30848if test "${ac_cv_type_pid_t+set}" = set; then
30849 echo $ECHO_N "(cached) $ECHO_C" >&6
30850else
30851 cat >conftest.$ac_ext <<_ACEOF
30852/* confdefs.h. */
30853_ACEOF
30854cat confdefs.h >>conftest.$ac_ext
30855cat >>conftest.$ac_ext <<_ACEOF
30856/* end confdefs.h. */
30857$ac_includes_default
30858int
30859main ()
30860{
30861if ((pid_t *) 0)
30862 return 0;
30863if (sizeof (pid_t))
30864 return 0;
30865 ;
30866 return 0;
30867}
30868_ACEOF
30869rm -f conftest.$ac_objext
30870if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30871 (eval $ac_compile) 2>conftest.er1
a848cd7e 30872 ac_status=$?
ac1cb8d3
VS
30873 grep -v '^ *+' conftest.er1 >conftest.err
30874 rm -f conftest.er1
30875 cat conftest.err >&5
a848cd7e
SC
30876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30877 (exit $ac_status); } &&
6ebeb4c7 30878 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30880 (eval $ac_try) 2>&5
30881 ac_status=$?
30882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30883 (exit $ac_status); }; } &&
30884 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30886 (eval $ac_try) 2>&5
30887 ac_status=$?
30888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30889 (exit $ac_status); }; }; then
30890 ac_cv_type_pid_t=yes
30891else
30892 echo "$as_me: failed program was:" >&5
30893sed 's/^/| /' conftest.$ac_ext >&5
30894
30895ac_cv_type_pid_t=no
30896fi
ac1cb8d3 30897rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30898fi
30899echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
30900echo "${ECHO_T}$ac_cv_type_pid_t" >&6
30901if test $ac_cv_type_pid_t = yes; then
30902 :
30903else
30904
30905cat >>confdefs.h <<_ACEOF
30906#define pid_t int
30907_ACEOF
30908
30909fi
30910
30911echo "$as_me:$LINENO: checking for size_t" >&5
30912echo $ECHO_N "checking for size_t... $ECHO_C" >&6
30913if test "${ac_cv_type_size_t+set}" = set; then
30914 echo $ECHO_N "(cached) $ECHO_C" >&6
30915else
30916 cat >conftest.$ac_ext <<_ACEOF
30917/* confdefs.h. */
30918_ACEOF
30919cat confdefs.h >>conftest.$ac_ext
30920cat >>conftest.$ac_ext <<_ACEOF
30921/* end confdefs.h. */
30922$ac_includes_default
30923int
30924main ()
30925{
30926if ((size_t *) 0)
30927 return 0;
30928if (sizeof (size_t))
30929 return 0;
30930 ;
30931 return 0;
30932}
30933_ACEOF
30934rm -f conftest.$ac_objext
30935if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 30936 (eval $ac_compile) 2>conftest.er1
a848cd7e 30937 ac_status=$?
ac1cb8d3
VS
30938 grep -v '^ *+' conftest.er1 >conftest.err
30939 rm -f conftest.er1
30940 cat conftest.err >&5
a848cd7e
SC
30941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30942 (exit $ac_status); } &&
6ebeb4c7 30943 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
30944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30945 (eval $ac_try) 2>&5
30946 ac_status=$?
30947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30948 (exit $ac_status); }; } &&
30949 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
30950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30951 (eval $ac_try) 2>&5
30952 ac_status=$?
30953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30954 (exit $ac_status); }; }; then
30955 ac_cv_type_size_t=yes
30956else
30957 echo "$as_me: failed program was:" >&5
30958sed 's/^/| /' conftest.$ac_ext >&5
30959
30960ac_cv_type_size_t=no
30961fi
ac1cb8d3 30962rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
30963fi
30964echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
30965echo "${ECHO_T}$ac_cv_type_size_t" >&6
30966if test $ac_cv_type_size_t = yes; then
30967 :
30968else
30969
30970cat >>confdefs.h <<_ACEOF
30971#define size_t unsigned
30972_ACEOF
30973
30974fi
30975
30976echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
30977echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
30978if test "${ac_cv_type_uid_t+set}" = set; then
30979 echo $ECHO_N "(cached) $ECHO_C" >&6
30980else
30981 cat >conftest.$ac_ext <<_ACEOF
30982/* confdefs.h. */
30983_ACEOF
30984cat confdefs.h >>conftest.$ac_ext
30985cat >>conftest.$ac_ext <<_ACEOF
30986/* end confdefs.h. */
30987#include <sys/types.h>
30988
30989_ACEOF
30990if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30991 $EGREP "uid_t" >/dev/null 2>&1; then
30992 ac_cv_type_uid_t=yes
30993else
30994 ac_cv_type_uid_t=no
30995fi
30996rm -f conftest*
30997
30998fi
30999echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
31000echo "${ECHO_T}$ac_cv_type_uid_t" >&6
31001if test $ac_cv_type_uid_t = no; then
31002
31003cat >>confdefs.h <<\_ACEOF
31004#define uid_t int
31005_ACEOF
31006
31007
31008cat >>confdefs.h <<\_ACEOF
31009#define gid_t int
31010_ACEOF
31011
31012fi
31013
31014
d51253e8
RL
31015echo "$as_me:$LINENO: checking for ssize_t" >&5
31016echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
31017if test "${ac_cv_type_ssize_t+set}" = set; then
31018 echo $ECHO_N "(cached) $ECHO_C" >&6
31019else
31020 cat >conftest.$ac_ext <<_ACEOF
31021/* confdefs.h. */
31022_ACEOF
31023cat confdefs.h >>conftest.$ac_ext
31024cat >>conftest.$ac_ext <<_ACEOF
31025/* end confdefs.h. */
31026$ac_includes_default
31027int
31028main ()
31029{
31030if ((ssize_t *) 0)
31031 return 0;
31032if (sizeof (ssize_t))
31033 return 0;
31034 ;
31035 return 0;
31036}
31037_ACEOF
31038rm -f conftest.$ac_objext
31039if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31040 (eval $ac_compile) 2>conftest.er1
31041 ac_status=$?
31042 grep -v '^ *+' conftest.er1 >conftest.err
31043 rm -f conftest.er1
31044 cat conftest.err >&5
31045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31046 (exit $ac_status); } &&
6ebeb4c7 31047 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
d51253e8
RL
31048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31049 (eval $ac_try) 2>&5
31050 ac_status=$?
31051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31052 (exit $ac_status); }; } &&
31053 { ac_try='test -s conftest.$ac_objext'
31054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31055 (eval $ac_try) 2>&5
31056 ac_status=$?
31057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31058 (exit $ac_status); }; }; then
31059 ac_cv_type_ssize_t=yes
31060else
31061 echo "$as_me: failed program was:" >&5
31062sed 's/^/| /' conftest.$ac_ext >&5
31063
31064ac_cv_type_ssize_t=no
31065fi
31066rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31067fi
31068echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
31069echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
31070if test $ac_cv_type_ssize_t = yes; then
31071
31072cat >>confdefs.h <<_ACEOF
31073#define HAVE_SSIZE_T 1
31074_ACEOF
31075
31076
31077fi
31078
31079
a848cd7e
SC
31080
31081
31082ac_ext=cc
31083ac_cpp='$CXXCPP $CPPFLAGS'
31084ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31085ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31086ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31087
31088echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
31089echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
31090if test "${wx_cv_size_t_is_uint+set}" = set; then
31091 echo $ECHO_N "(cached) $ECHO_C" >&6
31092else
31093
31094 cat >conftest.$ac_ext <<_ACEOF
31095/* confdefs.h. */
31096_ACEOF
31097cat confdefs.h >>conftest.$ac_ext
31098cat >>conftest.$ac_ext <<_ACEOF
31099/* end confdefs.h. */
31100#include <stddef.h>
31101int
31102main ()
31103{
31104
31105 return 0; }
31106
31107 struct Foo { void foo(size_t); void foo(unsigned int); };
31108
31109 int bar() {
31110
31111 ;
31112 return 0;
31113}
31114_ACEOF
31115rm -f conftest.$ac_objext
31116if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31117 (eval $ac_compile) 2>conftest.er1
a848cd7e 31118 ac_status=$?
ac1cb8d3
VS
31119 grep -v '^ *+' conftest.er1 >conftest.err
31120 rm -f conftest.er1
31121 cat conftest.err >&5
a848cd7e
SC
31122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31123 (exit $ac_status); } &&
6ebeb4c7 31124 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31126 (eval $ac_try) 2>&5
31127 ac_status=$?
31128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31129 (exit $ac_status); }; } &&
31130 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31132 (eval $ac_try) 2>&5
31133 ac_status=$?
31134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31135 (exit $ac_status); }; }; then
31136 wx_cv_size_t_is_uint=no
31137else
31138 echo "$as_me: failed program was:" >&5
31139sed 's/^/| /' conftest.$ac_ext >&5
31140
31141wx_cv_size_t_is_uint=yes
31142
31143fi
ac1cb8d3 31144rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31145
31146
31147fi
31148echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
31149echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
31150
31151if test "$wx_cv_size_t_is_uint" = "yes"; then
31152 cat >>confdefs.h <<\_ACEOF
31153#define wxSIZE_T_IS_UINT 1
31154_ACEOF
31155
31156else
31157 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
31158echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
31159if test "${wx_cv_size_t_is_ulong+set}" = set; then
31160 echo $ECHO_N "(cached) $ECHO_C" >&6
31161else
31162 cat >conftest.$ac_ext <<_ACEOF
31163/* confdefs.h. */
31164_ACEOF
31165cat confdefs.h >>conftest.$ac_ext
31166cat >>conftest.$ac_ext <<_ACEOF
31167/* end confdefs.h. */
31168#include <stddef.h>
31169int
31170main ()
31171{
31172
31173 return 0; }
31174
31175 struct Foo { void foo(size_t); void foo(unsigned long); };
31176
31177 int bar() {
31178
31179 ;
31180 return 0;
31181}
31182_ACEOF
31183rm -f conftest.$ac_objext
31184if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31185 (eval $ac_compile) 2>conftest.er1
a848cd7e 31186 ac_status=$?
ac1cb8d3
VS
31187 grep -v '^ *+' conftest.er1 >conftest.err
31188 rm -f conftest.er1
31189 cat conftest.err >&5
a848cd7e
SC
31190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31191 (exit $ac_status); } &&
6ebeb4c7 31192 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31194 (eval $ac_try) 2>&5
31195 ac_status=$?
31196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31197 (exit $ac_status); }; } &&
31198 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31200 (eval $ac_try) 2>&5
31201 ac_status=$?
31202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31203 (exit $ac_status); }; }; then
31204 wx_cv_size_t_is_ulong=no
31205else
31206 echo "$as_me: failed program was:" >&5
31207sed 's/^/| /' conftest.$ac_ext >&5
31208
31209wx_cv_size_t_is_ulong=yes
31210
31211fi
ac1cb8d3 31212rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31213
31214fi
31215echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
31216echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
31217
31218 if test "$wx_cv_size_t_is_ulong" = "yes"; then
31219 cat >>confdefs.h <<\_ACEOF
31220#define wxSIZE_T_IS_ULONG 1
31221_ACEOF
31222
31223 fi
31224fi
31225
31226ac_ext=c
31227ac_cpp='$CPP $CPPFLAGS'
31228ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31229ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31230ac_compiler_gnu=$ac_cv_c_compiler_gnu
31231
31232
31233
31234echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
31235echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
31236if test "${wx_cv_struct_pw_gecos+set}" = set; then
31237 echo $ECHO_N "(cached) $ECHO_C" >&6
31238else
31239
31240 cat >conftest.$ac_ext <<_ACEOF
31241/* confdefs.h. */
31242_ACEOF
31243cat confdefs.h >>conftest.$ac_ext
31244cat >>conftest.$ac_ext <<_ACEOF
31245/* end confdefs.h. */
31246#include <pwd.h>
31247int
31248main ()
31249{
31250
31251 char *p;
31252 struct passwd *pw;
31253 p = pw->pw_gecos;
31254
31255 ;
31256 return 0;
31257}
31258_ACEOF
31259rm -f conftest.$ac_objext
31260if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 31261 (eval $ac_compile) 2>conftest.er1
a848cd7e 31262 ac_status=$?
ac1cb8d3
VS
31263 grep -v '^ *+' conftest.er1 >conftest.err
31264 rm -f conftest.er1
31265 cat conftest.err >&5
a848cd7e
SC
31266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31267 (exit $ac_status); } &&
6ebeb4c7 31268 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31270 (eval $ac_try) 2>&5
31271 ac_status=$?
31272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31273 (exit $ac_status); }; } &&
31274 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
31275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31276 (eval $ac_try) 2>&5
31277 ac_status=$?
31278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31279 (exit $ac_status); }; }; then
31280
31281 wx_cv_struct_pw_gecos=yes
31282
31283else
31284 echo "$as_me: failed program was:" >&5
31285sed 's/^/| /' conftest.$ac_ext >&5
31286
31287
31288 wx_cv_struct_pw_gecos=no
31289
31290
31291fi
ac1cb8d3 31292rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31293
31294
31295fi
31296echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
31297echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
31298
31299if test "$wx_cv_struct_pw_gecos" = "yes"; then
31300 cat >>confdefs.h <<\_ACEOF
31301#define HAVE_PW_GECOS 1
31302_ACEOF
31303
31304fi
31305
31306
47a7e797 31307if test "$wxUSE_WCHAR_T" = "yes"; then
a848cd7e
SC
31308 cat >>confdefs.h <<\_ACEOF
31309#define wxUSE_WCHAR_T 1
31310_ACEOF
31311
31312
31313 WCSLEN_FOUND=0
31314 WCHAR_LINK=
31315
31316for ac_func in wcslen
31317do
31318as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31319echo "$as_me:$LINENO: checking for $ac_func" >&5
31320echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31321if eval "test \"\${$as_ac_var+set}\" = set"; then
31322 echo $ECHO_N "(cached) $ECHO_C" >&6
31323else
31324 cat >conftest.$ac_ext <<_ACEOF
31325/* confdefs.h. */
31326_ACEOF
31327cat confdefs.h >>conftest.$ac_ext
31328cat >>conftest.$ac_ext <<_ACEOF
31329/* end confdefs.h. */
ac1cb8d3
VS
31330/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31332#define $ac_func innocuous_$ac_func
31333
a848cd7e
SC
31334/* System header to define __stub macros and hopefully few prototypes,
31335 which can conflict with char $ac_func (); below.
31336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31337 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31338
a848cd7e
SC
31339#ifdef __STDC__
31340# include <limits.h>
31341#else
31342# include <assert.h>
31343#endif
ac1cb8d3
VS
31344
31345#undef $ac_func
31346
a848cd7e
SC
31347/* Override any gcc2 internal prototype to avoid an error. */
31348#ifdef __cplusplus
31349extern "C"
31350{
31351#endif
31352/* We use char because int might match the return type of a gcc2
31353 builtin and then its argument prototype would still apply. */
31354char $ac_func ();
31355/* The GNU C library defines this for functions which it implements
31356 to always fail with ENOSYS. Some functions are actually named
31357 something starting with __ and the normal name is an alias. */
31358#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31359choke me
31360#else
31361char (*f) () = $ac_func;
31362#endif
31363#ifdef __cplusplus
31364}
31365#endif
31366
31367int
31368main ()
31369{
31370return f != $ac_func;
31371 ;
31372 return 0;
31373}
31374_ACEOF
31375rm -f conftest.$ac_objext conftest$ac_exeext
31376if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31377 (eval $ac_link) 2>conftest.er1
a848cd7e 31378 ac_status=$?
ac1cb8d3
VS
31379 grep -v '^ *+' conftest.er1 >conftest.err
31380 rm -f conftest.er1
31381 cat conftest.err >&5
a848cd7e
SC
31382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31383 (exit $ac_status); } &&
6ebeb4c7 31384 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31386 (eval $ac_try) 2>&5
31387 ac_status=$?
31388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31389 (exit $ac_status); }; } &&
31390 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31392 (eval $ac_try) 2>&5
31393 ac_status=$?
31394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31395 (exit $ac_status); }; }; then
31396 eval "$as_ac_var=yes"
31397else
31398 echo "$as_me: failed program was:" >&5
31399sed 's/^/| /' conftest.$ac_ext >&5
31400
31401eval "$as_ac_var=no"
31402fi
ac1cb8d3
VS
31403rm -f conftest.err conftest.$ac_objext \
31404 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31405fi
31406echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31407echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31408if test `eval echo '${'$as_ac_var'}'` = yes; then
31409 cat >>confdefs.h <<_ACEOF
31410#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31411_ACEOF
31412 WCSLEN_FOUND=1
31413fi
31414done
31415
31416
31417 if test "$WCSLEN_FOUND" = 0; then
31418 if test "$TOOLKIT" = "MSW"; then
31419 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
31420echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
31421if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
31422 echo $ECHO_N "(cached) $ECHO_C" >&6
31423else
31424 ac_check_lib_save_LIBS=$LIBS
31425LIBS="-lmsvcrt $LIBS"
31426cat >conftest.$ac_ext <<_ACEOF
31427/* confdefs.h. */
31428_ACEOF
31429cat confdefs.h >>conftest.$ac_ext
31430cat >>conftest.$ac_ext <<_ACEOF
31431/* end confdefs.h. */
31432
31433/* Override any gcc2 internal prototype to avoid an error. */
31434#ifdef __cplusplus
31435extern "C"
31436#endif
31437/* We use char because int might match the return type of a gcc2
31438 builtin and then its argument prototype would still apply. */
31439char wcslen ();
31440int
31441main ()
31442{
31443wcslen ();
31444 ;
31445 return 0;
31446}
31447_ACEOF
31448rm -f conftest.$ac_objext conftest$ac_exeext
31449if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31450 (eval $ac_link) 2>conftest.er1
a848cd7e 31451 ac_status=$?
ac1cb8d3
VS
31452 grep -v '^ *+' conftest.er1 >conftest.err
31453 rm -f conftest.er1
31454 cat conftest.err >&5
a848cd7e
SC
31455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31456 (exit $ac_status); } &&
6ebeb4c7 31457 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31459 (eval $ac_try) 2>&5
31460 ac_status=$?
31461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31462 (exit $ac_status); }; } &&
31463 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31465 (eval $ac_try) 2>&5
31466 ac_status=$?
31467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31468 (exit $ac_status); }; }; then
31469 ac_cv_lib_msvcrt_wcslen=yes
31470else
31471 echo "$as_me: failed program was:" >&5
31472sed 's/^/| /' conftest.$ac_ext >&5
31473
31474ac_cv_lib_msvcrt_wcslen=no
31475fi
ac1cb8d3
VS
31476rm -f conftest.err conftest.$ac_objext \
31477 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31478LIBS=$ac_check_lib_save_LIBS
31479fi
31480echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
31481echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
31482if test $ac_cv_lib_msvcrt_wcslen = yes; then
31483 WCHAR_OK=1
31484fi
31485
31486 else
31487 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
31488echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
31489if test "${ac_cv_lib_w_wcslen+set}" = set; then
31490 echo $ECHO_N "(cached) $ECHO_C" >&6
31491else
31492 ac_check_lib_save_LIBS=$LIBS
31493LIBS="-lw $LIBS"
31494cat >conftest.$ac_ext <<_ACEOF
31495/* confdefs.h. */
31496_ACEOF
31497cat confdefs.h >>conftest.$ac_ext
31498cat >>conftest.$ac_ext <<_ACEOF
31499/* end confdefs.h. */
31500
31501/* Override any gcc2 internal prototype to avoid an error. */
31502#ifdef __cplusplus
31503extern "C"
31504#endif
31505/* We use char because int might match the return type of a gcc2
31506 builtin and then its argument prototype would still apply. */
31507char wcslen ();
31508int
31509main ()
31510{
31511wcslen ();
31512 ;
31513 return 0;
31514}
31515_ACEOF
31516rm -f conftest.$ac_objext conftest$ac_exeext
31517if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31518 (eval $ac_link) 2>conftest.er1
a848cd7e 31519 ac_status=$?
ac1cb8d3
VS
31520 grep -v '^ *+' conftest.er1 >conftest.err
31521 rm -f conftest.er1
31522 cat conftest.err >&5
a848cd7e
SC
31523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31524 (exit $ac_status); } &&
6ebeb4c7 31525 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31527 (eval $ac_try) 2>&5
31528 ac_status=$?
31529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31530 (exit $ac_status); }; } &&
31531 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31533 (eval $ac_try) 2>&5
31534 ac_status=$?
31535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31536 (exit $ac_status); }; }; then
31537 ac_cv_lib_w_wcslen=yes
31538else
31539 echo "$as_me: failed program was:" >&5
31540sed 's/^/| /' conftest.$ac_ext >&5
31541
31542ac_cv_lib_w_wcslen=no
31543fi
ac1cb8d3
VS
31544rm -f conftest.err conftest.$ac_objext \
31545 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31546LIBS=$ac_check_lib_save_LIBS
31547fi
31548echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
31549echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
31550if test $ac_cv_lib_w_wcslen = yes; then
31551
31552 WCHAR_LINK=" -lw"
31553 WCSLEN_FOUND=1
31554
31555fi
31556
31557 fi
31558 fi
31559
31560 if test "$WCSLEN_FOUND" = 1; then
31561 cat >>confdefs.h <<\_ACEOF
31562#define HAVE_WCSLEN 1
31563_ACEOF
31564
31565 fi
31566
efdf6afe 31567 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
473276a9
VS
31568 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
31569 fi
31570
efdf6afe
VZ
31571 echo "$as_me:$LINENO: checking for mbstate_t" >&5
31572echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
31573if test "${ac_cv_type_mbstate_t+set}" = set; then
31574 echo $ECHO_N "(cached) $ECHO_C" >&6
31575else
31576 cat >conftest.$ac_ext <<_ACEOF
31577/* confdefs.h. */
31578_ACEOF
31579cat confdefs.h >>conftest.$ac_ext
31580cat >>conftest.$ac_ext <<_ACEOF
31581/* end confdefs.h. */
31582#include <wchar.h>
31583
31584int
31585main ()
31586{
31587if ((mbstate_t *) 0)
31588 return 0;
31589if (sizeof (mbstate_t))
31590 return 0;
31591 ;
31592 return 0;
31593}
31594_ACEOF
31595rm -f conftest.$ac_objext
31596if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31597 (eval $ac_compile) 2>conftest.er1
31598 ac_status=$?
31599 grep -v '^ *+' conftest.er1 >conftest.err
31600 rm -f conftest.er1
31601 cat conftest.err >&5
31602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31603 (exit $ac_status); } &&
31604 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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'
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 ac_cv_type_mbstate_t=yes
31617else
31618 echo "$as_me: failed program was:" >&5
31619sed 's/^/| /' conftest.$ac_ext >&5
31620
31621ac_cv_type_mbstate_t=no
31622fi
31623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31624fi
31625echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
31626echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
31627if test $ac_cv_type_mbstate_t = yes; then
31628
31629cat >>confdefs.h <<_ACEOF
31630#define HAVE_MBSTATE_T 1
31631_ACEOF
31632
a848cd7e
SC
31633
31634for ac_func in wcsrtombs
31635do
31636as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31637echo "$as_me:$LINENO: checking for $ac_func" >&5
31638echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31639if eval "test \"\${$as_ac_var+set}\" = set"; then
31640 echo $ECHO_N "(cached) $ECHO_C" >&6
31641else
31642 cat >conftest.$ac_ext <<_ACEOF
31643/* confdefs.h. */
31644_ACEOF
31645cat confdefs.h >>conftest.$ac_ext
31646cat >>conftest.$ac_ext <<_ACEOF
31647/* end confdefs.h. */
ac1cb8d3
VS
31648/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31649 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31650#define $ac_func innocuous_$ac_func
31651
a848cd7e
SC
31652/* System header to define __stub macros and hopefully few prototypes,
31653 which can conflict with char $ac_func (); below.
31654 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31655 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31656
a848cd7e
SC
31657#ifdef __STDC__
31658# include <limits.h>
31659#else
31660# include <assert.h>
31661#endif
ac1cb8d3
VS
31662
31663#undef $ac_func
31664
a848cd7e
SC
31665/* Override any gcc2 internal prototype to avoid an error. */
31666#ifdef __cplusplus
31667extern "C"
31668{
31669#endif
31670/* We use char because int might match the return type of a gcc2
31671 builtin and then its argument prototype would still apply. */
31672char $ac_func ();
31673/* The GNU C library defines this for functions which it implements
31674 to always fail with ENOSYS. Some functions are actually named
31675 something starting with __ and the normal name is an alias. */
31676#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31677choke me
31678#else
31679char (*f) () = $ac_func;
31680#endif
31681#ifdef __cplusplus
31682}
31683#endif
31684
31685int
31686main ()
31687{
31688return f != $ac_func;
31689 ;
31690 return 0;
31691}
31692_ACEOF
31693rm -f conftest.$ac_objext conftest$ac_exeext
31694if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31695 (eval $ac_link) 2>conftest.er1
a848cd7e 31696 ac_status=$?
ac1cb8d3
VS
31697 grep -v '^ *+' conftest.er1 >conftest.err
31698 rm -f conftest.er1
31699 cat conftest.err >&5
a848cd7e
SC
31700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31701 (exit $ac_status); } &&
6ebeb4c7 31702 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31704 (eval $ac_try) 2>&5
31705 ac_status=$?
31706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31707 (exit $ac_status); }; } &&
31708 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31710 (eval $ac_try) 2>&5
31711 ac_status=$?
31712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31713 (exit $ac_status); }; }; then
31714 eval "$as_ac_var=yes"
31715else
31716 echo "$as_me: failed program was:" >&5
31717sed 's/^/| /' conftest.$ac_ext >&5
31718
31719eval "$as_ac_var=no"
31720fi
ac1cb8d3
VS
31721rm -f conftest.err conftest.$ac_objext \
31722 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31723fi
31724echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31725echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31726if test `eval echo '${'$as_ac_var'}'` = yes; then
31727 cat >>confdefs.h <<_ACEOF
31728#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31729_ACEOF
31730
31731fi
31732done
31733
efdf6afe
VZ
31734fi
31735
a848cd7e
SC
31736else
31737 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
31738echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
31739fi
31740
31741
31742
31743ac_ext=cc
31744ac_cpp='$CXXCPP $CPPFLAGS'
31745ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31746ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31747ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31748
31749
31750
4a767dd5
VZ
31751
31752for ac_func in snprintf vsnprintf
a848cd7e
SC
31753do
31754as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31755echo "$as_me:$LINENO: checking for $ac_func" >&5
31756echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31757if eval "test \"\${$as_ac_var+set}\" = set"; then
31758 echo $ECHO_N "(cached) $ECHO_C" >&6
31759else
31760 cat >conftest.$ac_ext <<_ACEOF
31761/* confdefs.h. */
31762_ACEOF
31763cat confdefs.h >>conftest.$ac_ext
31764cat >>conftest.$ac_ext <<_ACEOF
31765/* end confdefs.h. */
ac1cb8d3
VS
31766/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31767 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31768#define $ac_func innocuous_$ac_func
31769
a848cd7e
SC
31770/* System header to define __stub macros and hopefully few prototypes,
31771 which can conflict with char $ac_func (); below.
31772 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31773 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 31774
a848cd7e
SC
31775#ifdef __STDC__
31776# include <limits.h>
31777#else
31778# include <assert.h>
31779#endif
ac1cb8d3
VS
31780
31781#undef $ac_func
31782
a848cd7e
SC
31783/* Override any gcc2 internal prototype to avoid an error. */
31784#ifdef __cplusplus
31785extern "C"
31786{
31787#endif
31788/* We use char because int might match the return type of a gcc2
31789 builtin and then its argument prototype would still apply. */
31790char $ac_func ();
31791/* The GNU C library defines this for functions which it implements
31792 to always fail with ENOSYS. Some functions are actually named
31793 something starting with __ and the normal name is an alias. */
31794#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31795choke me
31796#else
31797char (*f) () = $ac_func;
31798#endif
31799#ifdef __cplusplus
31800}
31801#endif
31802
31803int
31804main ()
31805{
31806return f != $ac_func;
31807 ;
31808 return 0;
31809}
31810_ACEOF
31811rm -f conftest.$ac_objext conftest$ac_exeext
31812if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 31813 (eval $ac_link) 2>conftest.er1
a848cd7e 31814 ac_status=$?
ac1cb8d3
VS
31815 grep -v '^ *+' conftest.er1 >conftest.err
31816 rm -f conftest.er1
31817 cat conftest.err >&5
a848cd7e
SC
31818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31819 (exit $ac_status); } &&
6ebeb4c7 31820 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
31821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31822 (eval $ac_try) 2>&5
31823 ac_status=$?
31824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31825 (exit $ac_status); }; } &&
31826 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
31827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31828 (eval $ac_try) 2>&5
31829 ac_status=$?
31830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31831 (exit $ac_status); }; }; then
31832 eval "$as_ac_var=yes"
31833else
31834 echo "$as_me: failed program was:" >&5
31835sed 's/^/| /' conftest.$ac_ext >&5
31836
31837eval "$as_ac_var=no"
31838fi
ac1cb8d3
VS
31839rm -f conftest.err conftest.$ac_objext \
31840 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
31841fi
31842echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31843echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31844if test `eval echo '${'$as_ac_var'}'` = yes; then
31845 cat >>confdefs.h <<_ACEOF
31846#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31847_ACEOF
31848
31849fi
31850done
31851
31852
31853if test "$ac_cv_func_vsnprintf" = "yes"; then
31854 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
31855echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
31856if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
31857 echo $ECHO_N "(cached) $ECHO_C" >&6
31858else
31859
efdf6afe 31860 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
31861/* confdefs.h. */
31862_ACEOF
31863cat confdefs.h >>conftest.$ac_ext
31864cat >>conftest.$ac_ext <<_ACEOF
31865/* end confdefs.h. */
31866
31867 #include <stdio.h>
31868 #include <stdarg.h>
efdf6afe
VZ
31869 #ifdef __MSL__
31870 #if __MSL__ >= 0x6000
31871 namespace std {}
31872 using namespace std;
31873 #endif
31874 #endif
a848cd7e
SC
31875
31876int
31877main ()
31878{
31879
31880 char *buf;
31881 va_list ap;
62fa8b3a 31882 vsnprintf(buf, 10u, "%s", ap);
c122b164
DE
31883
31884 ;
31885 return 0;
31886}
31887_ACEOF
31888rm -f conftest.$ac_objext
31889if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31890 (eval $ac_compile) 2>conftest.er1
31891 ac_status=$?
31892 grep -v '^ *+' conftest.er1 >conftest.err
31893 rm -f conftest.er1
31894 cat conftest.err >&5
31895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31896 (exit $ac_status); } &&
6ebeb4c7 31897 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
c122b164
DE
31898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31899 (eval $ac_try) 2>&5
31900 ac_status=$?
31901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31902 (exit $ac_status); }; } &&
31903 { ac_try='test -s conftest.$ac_objext'
31904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31905 (eval $ac_try) 2>&5
31906 ac_status=$?
31907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31908 (exit $ac_status); }; }; then
31909 wx_cv_func_vsnprintf_decl=yes
31910else
31911 echo "$as_me: failed program was:" >&5
31912sed 's/^/| /' conftest.$ac_ext >&5
31913
a848cd7e
SC
31914wx_cv_func_vsnprintf_decl=no
31915
31916fi
ac1cb8d3 31917rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
31918
31919
31920fi
31921echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
31922echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
31923
31924 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
31925 cat >>confdefs.h <<\_ACEOF
31926#define HAVE_VSNPRINTF_DECL 1
31927_ACEOF
31928
62fa8b3a
MW
31929
31930 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
31931echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
31932if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
31933 echo $ECHO_N "(cached) $ECHO_C" >&6
31934else
31935
31936 cat >conftest.$ac_ext <<_ACEOF
31937/* confdefs.h. */
31938_ACEOF
31939cat confdefs.h >>conftest.$ac_ext
31940cat >>conftest.$ac_ext <<_ACEOF
31941/* end confdefs.h. */
31942
31943 #include <stdio.h>
31944 #include <stdarg.h>
31945 #ifdef __MSL__
31946 #if __MSL__ >= 0x6000
31947 namespace std {}
31948 using namespace std;
31949 #endif
31950 #endif
31951
31952int
31953main ()
31954{
31955
31956 char *buf;
31957 va_list ap;
31958 const char *fmt = "%s";
31959 vsnprintf(buf, 10u, fmt, ap);
31960
31961 ;
31962 return 0;
31963}
31964_ACEOF
31965rm -f conftest.$ac_objext
31966if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31967 (eval $ac_compile) 2>conftest.er1
31968 ac_status=$?
31969 grep -v '^ *+' conftest.er1 >conftest.err
31970 rm -f conftest.er1
31971 cat conftest.err >&5
31972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31973 (exit $ac_status); } &&
31974 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31976 (eval $ac_try) 2>&5
31977 ac_status=$?
31978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31979 (exit $ac_status); }; } &&
31980 { ac_try='test -s conftest.$ac_objext'
31981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31982 (eval $ac_try) 2>&5
31983 ac_status=$?
31984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31985 (exit $ac_status); }; }; then
31986 wx_cv_func_broken_vsnprintf_decl=no
31987else
31988 echo "$as_me: failed program was:" >&5
31989sed 's/^/| /' conftest.$ac_ext >&5
31990
31991wx_cv_func_broken_vsnprintf_decl=yes
31992
31993fi
31994rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31995
31996
31997fi
31998echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
31999echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
32000
32001 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
32002 cat >>confdefs.h <<\_ACEOF
32003#define HAVE_BROKEN_VSNPRINTF_DECL 1
32004_ACEOF
32005
32006 fi
a848cd7e
SC
32007 fi
32008fi
32009
4a767dd5
VZ
32010if test "$ac_cv_func_snprintf" = "yes"; then
32011 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
32012echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
32013if test "${wx_cv_func_snprintf_decl+set}" = set; then
32014 echo $ECHO_N "(cached) $ECHO_C" >&6
32015else
32016
32017 cat >conftest.$ac_ext <<_ACEOF
32018/* confdefs.h. */
32019_ACEOF
32020cat confdefs.h >>conftest.$ac_ext
32021cat >>conftest.$ac_ext <<_ACEOF
32022/* end confdefs.h. */
32023
32024 #include <stdio.h>
32025 #include <stdarg.h>
32026 #ifdef __MSL__
32027 #if __MSL__ >= 0x6000
32028 namespace std {}
32029 using namespace std;
32030 #endif
32031 #endif
32032
32033int
32034main ()
32035{
32036
32037 char *buf;
62fa8b3a 32038 snprintf(buf, 10u, "%s", "wx");
4a767dd5
VZ
32039
32040 ;
32041 return 0;
32042}
32043_ACEOF
32044rm -f conftest.$ac_objext
32045if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32046 (eval $ac_compile) 2>conftest.er1
32047 ac_status=$?
32048 grep -v '^ *+' conftest.er1 >conftest.err
32049 rm -f conftest.er1
32050 cat conftest.err >&5
32051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32052 (exit $ac_status); } &&
32053 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32055 (eval $ac_try) 2>&5
32056 ac_status=$?
32057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32058 (exit $ac_status); }; } &&
32059 { ac_try='test -s conftest.$ac_objext'
32060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32061 (eval $ac_try) 2>&5
32062 ac_status=$?
32063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32064 (exit $ac_status); }; }; then
32065 wx_cv_func_snprintf_decl=yes
32066else
32067 echo "$as_me: failed program was:" >&5
32068sed 's/^/| /' conftest.$ac_ext >&5
32069
32070wx_cv_func_snprintf_decl=no
32071
32072fi
32073rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32074
32075
32076fi
32077echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
32078echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
32079
32080 if test "$wx_cv_func_snprintf_decl" = "yes"; then
32081 cat >>confdefs.h <<\_ACEOF
32082#define HAVE_SNPRINTF_DECL 1
32083_ACEOF
32084
62fa8b3a
MW
32085
32086 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
32087echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
32088if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
32089 echo $ECHO_N "(cached) $ECHO_C" >&6
32090else
32091
32092 cat >conftest.$ac_ext <<_ACEOF
32093/* confdefs.h. */
32094_ACEOF
32095cat confdefs.h >>conftest.$ac_ext
32096cat >>conftest.$ac_ext <<_ACEOF
32097/* end confdefs.h. */
32098
32099 #include <stdio.h>
32100 #include <stdarg.h>
32101 #ifdef __MSL__
32102 #if __MSL__ >= 0x6000
32103 namespace std {}
32104 using namespace std;
32105 #endif
32106 #endif
32107
32108int
32109main ()
32110{
32111
32112 char *buf;
32113 const char *fmt = "%s";
32114 snprintf(buf, 10u, fmt, "wx");
32115
32116 ;
32117 return 0;
32118}
32119_ACEOF
32120rm -f conftest.$ac_objext
32121if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32122 (eval $ac_compile) 2>conftest.er1
32123 ac_status=$?
32124 grep -v '^ *+' conftest.er1 >conftest.err
32125 rm -f conftest.er1
32126 cat conftest.err >&5
32127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32128 (exit $ac_status); } &&
32129 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32131 (eval $ac_try) 2>&5
32132 ac_status=$?
32133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32134 (exit $ac_status); }; } &&
32135 { ac_try='test -s conftest.$ac_objext'
32136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32137 (eval $ac_try) 2>&5
32138 ac_status=$?
32139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32140 (exit $ac_status); }; }; then
32141 wx_cv_func_broken_snprintf_decl=no
32142else
32143 echo "$as_me: failed program was:" >&5
32144sed 's/^/| /' conftest.$ac_ext >&5
32145
32146wx_cv_func_broken_snprintf_decl=yes
32147
32148fi
32149rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32150
32151
32152fi
32153echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
32154echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
32155
32156 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
32157 cat >>confdefs.h <<\_ACEOF
32158#define HAVE_BROKEN_SNPRINTF_DECL 1
32159_ACEOF
32160
32161 fi
4a767dd5
VZ
32162 fi
32163fi
32164
a848cd7e
SC
32165if test "$wxUSE_UNICODE" = yes; then
32166
32167
32168
fbe47c7b
VS
32169
32170
32171
32172for ac_func in wputc wputchar putws fputws wprintf vswprintf
a848cd7e
SC
32173do
32174as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32175echo "$as_me:$LINENO: checking for $ac_func" >&5
32176echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32177if eval "test \"\${$as_ac_var+set}\" = set"; then
32178 echo $ECHO_N "(cached) $ECHO_C" >&6
32179else
32180 cat >conftest.$ac_ext <<_ACEOF
32181/* confdefs.h. */
32182_ACEOF
32183cat confdefs.h >>conftest.$ac_ext
32184cat >>conftest.$ac_ext <<_ACEOF
32185/* end confdefs.h. */
ac1cb8d3
VS
32186/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32187 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32188#define $ac_func innocuous_$ac_func
32189
a848cd7e
SC
32190/* System header to define __stub macros and hopefully few prototypes,
32191 which can conflict with char $ac_func (); below.
32192 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32193 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32194
a848cd7e
SC
32195#ifdef __STDC__
32196# include <limits.h>
32197#else
32198# include <assert.h>
32199#endif
ac1cb8d3
VS
32200
32201#undef $ac_func
32202
a848cd7e
SC
32203/* Override any gcc2 internal prototype to avoid an error. */
32204#ifdef __cplusplus
32205extern "C"
32206{
32207#endif
32208/* We use char because int might match the return type of a gcc2
32209 builtin and then its argument prototype would still apply. */
32210char $ac_func ();
32211/* The GNU C library defines this for functions which it implements
32212 to always fail with ENOSYS. Some functions are actually named
32213 something starting with __ and the normal name is an alias. */
32214#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32215choke me
32216#else
32217char (*f) () = $ac_func;
32218#endif
32219#ifdef __cplusplus
32220}
32221#endif
32222
32223int
32224main ()
32225{
32226return f != $ac_func;
32227 ;
32228 return 0;
32229}
32230_ACEOF
32231rm -f conftest.$ac_objext conftest$ac_exeext
32232if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32233 (eval $ac_link) 2>conftest.er1
a848cd7e 32234 ac_status=$?
ac1cb8d3
VS
32235 grep -v '^ *+' conftest.er1 >conftest.err
32236 rm -f conftest.er1
32237 cat conftest.err >&5
a848cd7e
SC
32238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32239 (exit $ac_status); } &&
6ebeb4c7 32240 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32242 (eval $ac_try) 2>&5
32243 ac_status=$?
32244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32245 (exit $ac_status); }; } &&
32246 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32248 (eval $ac_try) 2>&5
32249 ac_status=$?
32250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32251 (exit $ac_status); }; }; then
32252 eval "$as_ac_var=yes"
32253else
32254 echo "$as_me: failed program was:" >&5
32255sed 's/^/| /' conftest.$ac_ext >&5
32256
32257eval "$as_ac_var=no"
32258fi
ac1cb8d3
VS
32259rm -f conftest.err conftest.$ac_objext \
32260 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32261fi
32262echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32263echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32264if test `eval echo '${'$as_ac_var'}'` = yes; then
32265 cat >>confdefs.h <<_ACEOF
32266#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32267_ACEOF
32268
32269fi
32270done
32271
32272
32273 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
32274echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
32275 cat >conftest.$ac_ext <<_ACEOF
32276/* confdefs.h. */
32277_ACEOF
32278cat confdefs.h >>conftest.$ac_ext
32279cat >>conftest.$ac_ext <<_ACEOF
32280/* end confdefs.h. */
32281#include <wchar.h>
32282int
32283main ()
32284{
32285&_vsnwprintf;
32286 ;
32287 return 0;
32288}
32289_ACEOF
32290rm -f conftest.$ac_objext
32291if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32292 (eval $ac_compile) 2>conftest.er1
a848cd7e 32293 ac_status=$?
ac1cb8d3
VS
32294 grep -v '^ *+' conftest.er1 >conftest.err
32295 rm -f conftest.er1
32296 cat conftest.err >&5
a848cd7e
SC
32297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32298 (exit $ac_status); } &&
6ebeb4c7 32299 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32301 (eval $ac_try) 2>&5
32302 ac_status=$?
32303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32304 (exit $ac_status); }; } &&
32305 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32307 (eval $ac_try) 2>&5
32308 ac_status=$?
32309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32310 (exit $ac_status); }; }; then
32311 echo "$as_me:$LINENO: result: yes" >&5
32312echo "${ECHO_T}yes" >&6
32313 cat >>confdefs.h <<\_ACEOF
32314#define HAVE__VSNWPRINTF 1
32315_ACEOF
32316
32317else
32318 echo "$as_me: failed program was:" >&5
32319sed 's/^/| /' conftest.$ac_ext >&5
32320
32321echo "$as_me:$LINENO: result: no" >&5
32322echo "${ECHO_T}no" >&6
32323fi
ac1cb8d3 32324rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
a848cd7e
SC
32325fi
32326
32327ac_ext=c
32328ac_cpp='$CPP $CPPFLAGS'
32329ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32330ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32331ac_compiler_gnu=$ac_cv_c_compiler_gnu
32332
32333
6ebeb4c7
VZ
32334if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
32335
32336for ac_func in fnmatch
32337do
32338as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32339echo "$as_me:$LINENO: checking for $ac_func" >&5
32340echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32341if eval "test \"\${$as_ac_var+set}\" = set"; then
32342 echo $ECHO_N "(cached) $ECHO_C" >&6
32343else
32344 cat >conftest.$ac_ext <<_ACEOF
32345/* confdefs.h. */
32346_ACEOF
32347cat confdefs.h >>conftest.$ac_ext
32348cat >>conftest.$ac_ext <<_ACEOF
32349/* end confdefs.h. */
32350/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32351 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32352#define $ac_func innocuous_$ac_func
32353
32354/* System header to define __stub macros and hopefully few prototypes,
32355 which can conflict with char $ac_func (); below.
32356 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32357 <limits.h> exists even on freestanding compilers. */
32358
32359#ifdef __STDC__
32360# include <limits.h>
32361#else
32362# include <assert.h>
32363#endif
32364
32365#undef $ac_func
32366
32367/* Override any gcc2 internal prototype to avoid an error. */
32368#ifdef __cplusplus
32369extern "C"
32370{
32371#endif
32372/* We use char because int might match the return type of a gcc2
32373 builtin and then its argument prototype would still apply. */
32374char $ac_func ();
32375/* The GNU C library defines this for functions which it implements
32376 to always fail with ENOSYS. Some functions are actually named
32377 something starting with __ and the normal name is an alias. */
32378#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32379choke me
32380#else
32381char (*f) () = $ac_func;
32382#endif
32383#ifdef __cplusplus
32384}
32385#endif
32386
32387int
32388main ()
32389{
32390return f != $ac_func;
32391 ;
32392 return 0;
32393}
32394_ACEOF
32395rm -f conftest.$ac_objext conftest$ac_exeext
32396if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32397 (eval $ac_link) 2>conftest.er1
32398 ac_status=$?
32399 grep -v '^ *+' conftest.er1 >conftest.err
32400 rm -f conftest.er1
32401 cat conftest.err >&5
32402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32403 (exit $ac_status); } &&
32404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32406 (eval $ac_try) 2>&5
32407 ac_status=$?
32408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32409 (exit $ac_status); }; } &&
32410 { ac_try='test -s conftest$ac_exeext'
32411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32412 (eval $ac_try) 2>&5
32413 ac_status=$?
32414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32415 (exit $ac_status); }; }; then
32416 eval "$as_ac_var=yes"
32417else
32418 echo "$as_me: failed program was:" >&5
32419sed 's/^/| /' conftest.$ac_ext >&5
32420
32421eval "$as_ac_var=no"
32422fi
32423rm -f conftest.err conftest.$ac_objext \
32424 conftest$ac_exeext conftest.$ac_ext
32425fi
32426echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32427echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32428if test `eval echo '${'$as_ac_var'}'` = yes; then
32429 cat >>confdefs.h <<_ACEOF
32430#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32431_ACEOF
32432
32433fi
32434done
32435
32436fi
32437
32438if test "$wxUSE_FILE" = "yes"; then
32439
32440for ac_func in fsync
32441do
32442as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32443echo "$as_me:$LINENO: checking for $ac_func" >&5
32444echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32445if eval "test \"\${$as_ac_var+set}\" = set"; then
32446 echo $ECHO_N "(cached) $ECHO_C" >&6
32447else
32448 cat >conftest.$ac_ext <<_ACEOF
32449/* confdefs.h. */
32450_ACEOF
32451cat confdefs.h >>conftest.$ac_ext
32452cat >>conftest.$ac_ext <<_ACEOF
32453/* end confdefs.h. */
32454/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32455 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32456#define $ac_func innocuous_$ac_func
32457
32458/* System header to define __stub macros and hopefully few prototypes,
32459 which can conflict with char $ac_func (); below.
32460 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32461 <limits.h> exists even on freestanding compilers. */
32462
32463#ifdef __STDC__
32464# include <limits.h>
32465#else
32466# include <assert.h>
32467#endif
32468
32469#undef $ac_func
32470
32471/* Override any gcc2 internal prototype to avoid an error. */
32472#ifdef __cplusplus
32473extern "C"
32474{
32475#endif
32476/* We use char because int might match the return type of a gcc2
32477 builtin and then its argument prototype would still apply. */
32478char $ac_func ();
32479/* The GNU C library defines this for functions which it implements
32480 to always fail with ENOSYS. Some functions are actually named
32481 something starting with __ and the normal name is an alias. */
32482#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32483choke me
32484#else
32485char (*f) () = $ac_func;
32486#endif
32487#ifdef __cplusplus
32488}
32489#endif
32490
32491int
32492main ()
32493{
32494return f != $ac_func;
32495 ;
32496 return 0;
32497}
32498_ACEOF
32499rm -f conftest.$ac_objext conftest$ac_exeext
32500if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32501 (eval $ac_link) 2>conftest.er1
32502 ac_status=$?
32503 grep -v '^ *+' conftest.er1 >conftest.err
32504 rm -f conftest.er1
32505 cat conftest.err >&5
32506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32507 (exit $ac_status); } &&
32508 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32510 (eval $ac_try) 2>&5
32511 ac_status=$?
32512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32513 (exit $ac_status); }; } &&
32514 { ac_try='test -s conftest$ac_exeext'
32515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32516 (eval $ac_try) 2>&5
32517 ac_status=$?
32518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32519 (exit $ac_status); }; }; then
32520 eval "$as_ac_var=yes"
32521else
32522 echo "$as_me: failed program was:" >&5
32523sed 's/^/| /' conftest.$ac_ext >&5
32524
32525eval "$as_ac_var=no"
32526fi
32527rm -f conftest.err conftest.$ac_objext \
32528 conftest$ac_exeext conftest.$ac_ext
32529fi
32530echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32531echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32532if test `eval echo '${'$as_ac_var'}'` = yes; then
32533 cat >>confdefs.h <<_ACEOF
32534#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32535_ACEOF
32536
32537fi
32538done
32539
32540fi
a848cd7e
SC
32541
32542
32543if test "$TOOLKIT" != "MSW"; then
32544
32545
32546
32547
32548ac_ext=cc
32549ac_cpp='$CXXCPP $CPPFLAGS'
32550ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32551ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32552ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32553
32554
32555
32556
32557# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
32558if test "${with_libiconv_prefix+set}" = set; then
32559 withval="$with_libiconv_prefix"
32560
32561 for dir in `echo "$withval" | tr : ' '`; do
32562 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
32563 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
32564 done
32565
32566fi;
32567
32568 echo "$as_me:$LINENO: checking for iconv" >&5
32569echo $ECHO_N "checking for iconv... $ECHO_C" >&6
32570if test "${am_cv_func_iconv+set}" = set; then
32571 echo $ECHO_N "(cached) $ECHO_C" >&6
32572else
32573
32574 am_cv_func_iconv="no, consider installing GNU libiconv"
32575 am_cv_lib_iconv=no
32576 cat >conftest.$ac_ext <<_ACEOF
32577/* confdefs.h. */
32578_ACEOF
32579cat confdefs.h >>conftest.$ac_ext
32580cat >>conftest.$ac_ext <<_ACEOF
32581/* end confdefs.h. */
32582#include <stdlib.h>
32583#include <iconv.h>
32584int
32585main ()
32586{
32587iconv_t cd = iconv_open("","");
32588 iconv(cd,NULL,NULL,NULL,NULL);
32589 iconv_close(cd);
32590 ;
32591 return 0;
32592}
32593_ACEOF
32594rm -f conftest.$ac_objext conftest$ac_exeext
32595if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32596 (eval $ac_link) 2>conftest.er1
a848cd7e 32597 ac_status=$?
ac1cb8d3
VS
32598 grep -v '^ *+' conftest.er1 >conftest.err
32599 rm -f conftest.er1
32600 cat conftest.err >&5
a848cd7e
SC
32601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32602 (exit $ac_status); } &&
6ebeb4c7 32603 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32605 (eval $ac_try) 2>&5
32606 ac_status=$?
32607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32608 (exit $ac_status); }; } &&
32609 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32611 (eval $ac_try) 2>&5
32612 ac_status=$?
32613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32614 (exit $ac_status); }; }; then
32615 am_cv_func_iconv=yes
32616else
32617 echo "$as_me: failed program was:" >&5
32618sed 's/^/| /' conftest.$ac_ext >&5
32619
32620fi
ac1cb8d3
VS
32621rm -f conftest.err conftest.$ac_objext \
32622 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32623 if test "$am_cv_func_iconv" != yes; then
32624 am_save_LIBS="$LIBS"
32625 LIBS="$LIBS -liconv"
32626 cat >conftest.$ac_ext <<_ACEOF
32627/* confdefs.h. */
32628_ACEOF
32629cat confdefs.h >>conftest.$ac_ext
32630cat >>conftest.$ac_ext <<_ACEOF
32631/* end confdefs.h. */
32632#include <stdlib.h>
32633#include <iconv.h>
32634int
32635main ()
32636{
32637iconv_t cd = iconv_open("","");
32638 iconv(cd,NULL,NULL,NULL,NULL);
32639 iconv_close(cd);
32640 ;
32641 return 0;
32642}
32643_ACEOF
32644rm -f conftest.$ac_objext conftest$ac_exeext
32645if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32646 (eval $ac_link) 2>conftest.er1
a848cd7e 32647 ac_status=$?
ac1cb8d3
VS
32648 grep -v '^ *+' conftest.er1 >conftest.err
32649 rm -f conftest.er1
32650 cat conftest.err >&5
a848cd7e
SC
32651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32652 (exit $ac_status); } &&
6ebeb4c7 32653 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32655 (eval $ac_try) 2>&5
32656 ac_status=$?
32657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32658 (exit $ac_status); }; } &&
32659 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32661 (eval $ac_try) 2>&5
32662 ac_status=$?
32663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32664 (exit $ac_status); }; }; then
32665 am_cv_lib_iconv=yes
32666 am_cv_func_iconv=yes
32667else
32668 echo "$as_me: failed program was:" >&5
32669sed 's/^/| /' conftest.$ac_ext >&5
32670
32671fi
ac1cb8d3
VS
32672rm -f conftest.err conftest.$ac_objext \
32673 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32674 LIBS="$am_save_LIBS"
32675 fi
32676
32677fi
32678echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
32679echo "${ECHO_T}$am_cv_func_iconv" >&6
32680 if test "$am_cv_func_iconv" = yes; then
32681
32682cat >>confdefs.h <<\_ACEOF
32683#define HAVE_ICONV 1
32684_ACEOF
32685
32686 echo "$as_me:$LINENO: checking if iconv needs const" >&5
32687echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
32688if test "${wx_cv_func_iconv_const+set}" = set; then
32689 echo $ECHO_N "(cached) $ECHO_C" >&6
32690else
32691 cat >conftest.$ac_ext <<_ACEOF
32692/* confdefs.h. */
32693_ACEOF
32694cat confdefs.h >>conftest.$ac_ext
32695cat >>conftest.$ac_ext <<_ACEOF
32696/* end confdefs.h. */
32697
32698#include <stdlib.h>
32699#include <iconv.h>
32700extern
32701#ifdef __cplusplus
32702"C"
32703#endif
32704#if defined(__STDC__) || defined(__cplusplus)
32705size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
32706#else
32707size_t iconv();
32708#endif
32709
32710int
32711main ()
32712{
32713
32714 ;
32715 return 0;
32716}
32717_ACEOF
32718rm -f conftest.$ac_objext
32719if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32720 (eval $ac_compile) 2>conftest.er1
a848cd7e 32721 ac_status=$?
ac1cb8d3
VS
32722 grep -v '^ *+' conftest.er1 >conftest.err
32723 rm -f conftest.er1
32724 cat conftest.err >&5
a848cd7e
SC
32725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32726 (exit $ac_status); } &&
6ebeb4c7 32727 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32729 (eval $ac_try) 2>&5
32730 ac_status=$?
32731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32732 (exit $ac_status); }; } &&
32733 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32735 (eval $ac_try) 2>&5
32736 ac_status=$?
32737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32738 (exit $ac_status); }; }; then
32739 wx_cv_func_iconv_const="no"
32740else
32741 echo "$as_me: failed program was:" >&5
32742sed 's/^/| /' conftest.$ac_ext >&5
32743
32744wx_cv_func_iconv_const="yes"
32745
32746fi
ac1cb8d3 32747rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32748
32749fi
32750echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
32751echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
32752
32753 iconv_const=
32754 if test "x$wx_cv_func_iconv_const" = "xyes"; then
32755 iconv_const="const"
32756 fi
32757
32758
32759cat >>confdefs.h <<_ACEOF
32760#define ICONV_CONST $iconv_const
32761_ACEOF
32762
32763 fi
32764 LIBICONV=
32765 if test "$am_cv_lib_iconv" = yes; then
32766 LIBICONV="-liconv"
32767 fi
32768
32769
32770LIBS="$LIBICONV $LIBS"
32771ac_ext=c
32772ac_cpp='$CPP $CPPFLAGS'
32773ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32774ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32775ac_compiler_gnu=$ac_cv_c_compiler_gnu
32776
32777
32778if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32779
32780for ac_func in sigaction
32781do
32782as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32783echo "$as_me:$LINENO: checking for $ac_func" >&5
32784echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32785if eval "test \"\${$as_ac_var+set}\" = set"; then
32786 echo $ECHO_N "(cached) $ECHO_C" >&6
32787else
32788 cat >conftest.$ac_ext <<_ACEOF
32789/* confdefs.h. */
32790_ACEOF
32791cat confdefs.h >>conftest.$ac_ext
32792cat >>conftest.$ac_ext <<_ACEOF
32793/* end confdefs.h. */
ac1cb8d3
VS
32794/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32795 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32796#define $ac_func innocuous_$ac_func
32797
a848cd7e
SC
32798/* System header to define __stub macros and hopefully few prototypes,
32799 which can conflict with char $ac_func (); below.
32800 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32801 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 32802
a848cd7e
SC
32803#ifdef __STDC__
32804# include <limits.h>
32805#else
32806# include <assert.h>
32807#endif
ac1cb8d3
VS
32808
32809#undef $ac_func
32810
a848cd7e
SC
32811/* Override any gcc2 internal prototype to avoid an error. */
32812#ifdef __cplusplus
32813extern "C"
32814{
32815#endif
32816/* We use char because int might match the return type of a gcc2
32817 builtin and then its argument prototype would still apply. */
32818char $ac_func ();
32819/* The GNU C library defines this for functions which it implements
32820 to always fail with ENOSYS. Some functions are actually named
32821 something starting with __ and the normal name is an alias. */
32822#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32823choke me
32824#else
32825char (*f) () = $ac_func;
32826#endif
32827#ifdef __cplusplus
32828}
32829#endif
32830
32831int
32832main ()
32833{
32834return f != $ac_func;
32835 ;
32836 return 0;
32837}
32838_ACEOF
32839rm -f conftest.$ac_objext conftest$ac_exeext
32840if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 32841 (eval $ac_link) 2>conftest.er1
a848cd7e 32842 ac_status=$?
ac1cb8d3
VS
32843 grep -v '^ *+' conftest.er1 >conftest.err
32844 rm -f conftest.er1
32845 cat conftest.err >&5
a848cd7e
SC
32846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32847 (exit $ac_status); } &&
6ebeb4c7 32848 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32850 (eval $ac_try) 2>&5
32851 ac_status=$?
32852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32853 (exit $ac_status); }; } &&
32854 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
32855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32856 (eval $ac_try) 2>&5
32857 ac_status=$?
32858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32859 (exit $ac_status); }; }; then
32860 eval "$as_ac_var=yes"
32861else
32862 echo "$as_me: failed program was:" >&5
32863sed 's/^/| /' conftest.$ac_ext >&5
32864
32865eval "$as_ac_var=no"
32866fi
ac1cb8d3
VS
32867rm -f conftest.err conftest.$ac_objext \
32868 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
32869fi
32870echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32871echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32872if test `eval echo '${'$as_ac_var'}'` = yes; then
32873 cat >>confdefs.h <<_ACEOF
32874#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32875_ACEOF
32876
32877fi
32878done
32879
32880
32881 if test "$ac_cv_func_sigaction" = "no"; then
32882 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
32883echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
32884 wxUSE_ON_FATAL_EXCEPTION=no
32885 fi
32886
32887 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
32888
32889
32890 ac_ext=cc
32891ac_cpp='$CXXCPP $CPPFLAGS'
32892ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32893ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32894ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32895
32896
32897 echo "$as_me:$LINENO: checking for sa_handler type" >&5
32898echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
32899if test "${wx_cv_type_sa_handler+set}" = set; then
32900 echo $ECHO_N "(cached) $ECHO_C" >&6
32901else
32902
32903 cat >conftest.$ac_ext <<_ACEOF
32904/* confdefs.h. */
32905_ACEOF
32906cat confdefs.h >>conftest.$ac_ext
32907cat >>conftest.$ac_ext <<_ACEOF
32908/* end confdefs.h. */
32909#include <signal.h>
32910int
32911main ()
32912{
32913
32914 extern void testSigHandler(int);
32915
32916 struct sigaction sa;
32917 sa.sa_handler = testSigHandler;
32918
32919 ;
32920 return 0;
32921}
32922_ACEOF
32923rm -f conftest.$ac_objext
32924if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 32925 (eval $ac_compile) 2>conftest.er1
a848cd7e 32926 ac_status=$?
ac1cb8d3
VS
32927 grep -v '^ *+' conftest.er1 >conftest.err
32928 rm -f conftest.er1
32929 cat conftest.err >&5
a848cd7e
SC
32930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32931 (exit $ac_status); } &&
6ebeb4c7 32932 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
32933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32934 (eval $ac_try) 2>&5
32935 ac_status=$?
32936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32937 (exit $ac_status); }; } &&
32938 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
32939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32940 (eval $ac_try) 2>&5
32941 ac_status=$?
32942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32943 (exit $ac_status); }; }; then
32944
32945 wx_cv_type_sa_handler=int
32946
32947else
32948 echo "$as_me: failed program was:" >&5
32949sed 's/^/| /' conftest.$ac_ext >&5
32950
32951
32952 wx_cv_type_sa_handler=void
32953
32954fi
ac1cb8d3 32955rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
32956
32957fi
32958echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
32959echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
32960
32961 ac_ext=c
32962ac_cpp='$CPP $CPPFLAGS'
32963ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32964ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32965ac_compiler_gnu=$ac_cv_c_compiler_gnu
32966
32967
32968 cat >>confdefs.h <<_ACEOF
32969#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
32970_ACEOF
32971
32972 fi
32973fi
32974
eaff0f0d
VZ
32975if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32976
32977
32978 ac_ext=cc
32979ac_cpp='$CXXCPP $CPPFLAGS'
32980ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32981ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32982ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32983
32984
32985 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
32986echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
32987if test "${wx_cv_func_backtrace+set}" = set; then
32988 echo $ECHO_N "(cached) $ECHO_C" >&6
32989else
32990
32991 cat >conftest.$ac_ext <<_ACEOF
32992/* confdefs.h. */
32993_ACEOF
32994cat confdefs.h >>conftest.$ac_ext
32995cat >>conftest.$ac_ext <<_ACEOF
32996/* end confdefs.h. */
32997#include <execinfo.h>
32998int
32999main ()
33000{
33001
33002 void *trace[1];
33003 char **messages;
33004
33005 backtrace(trace, 1);
33006 messages = backtrace_symbols(trace, 1);
33007
33008 ;
33009 return 0;
33010}
33011_ACEOF
33012rm -f conftest.$ac_objext
33013if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33014 (eval $ac_compile) 2>conftest.er1
33015 ac_status=$?
33016 grep -v '^ *+' conftest.er1 >conftest.err
33017 rm -f conftest.er1
33018 cat conftest.err >&5
33019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33020 (exit $ac_status); } &&
6ebeb4c7 33021 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
eaff0f0d
VZ
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); }; } &&
33027 { ac_try='test -s conftest.$ac_objext'
33028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33029 (eval $ac_try) 2>&5
33030 ac_status=$?
33031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33032 (exit $ac_status); }; }; then
33033 wx_cv_func_backtrace=yes
33034else
33035 echo "$as_me: failed program was:" >&5
33036sed 's/^/| /' conftest.$ac_ext >&5
33037
33038wx_cv_func_backtrace=no
33039
33040fi
33041rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33042
33043
33044fi
33045echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
33046echo "${ECHO_T}$wx_cv_func_backtrace" >&6
33047
33048
33049 if test "$wx_cv_func_backtrace" = "no"; then
33050 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
33051echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
33052 wxUSE_STACKWALKER=no
33053 else
33054 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
33055echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
33056if test "${wx_cv_func_cxa_demangle+set}" = set; then
33057 echo $ECHO_N "(cached) $ECHO_C" >&6
33058else
33059
33060 cat >conftest.$ac_ext <<_ACEOF
33061/* confdefs.h. */
33062_ACEOF
33063cat confdefs.h >>conftest.$ac_ext
33064cat >>conftest.$ac_ext <<_ACEOF
33065/* end confdefs.h. */
33066#include <cxxabi.h>
33067int
33068main ()
33069{
33070
33071 int rc;
33072 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
33073
33074 ;
33075 return 0;
33076}
33077_ACEOF
dfe0c803
JS
33078rm -f conftest.$ac_objext conftest$ac_exeext
33079if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33080 (eval $ac_link) 2>conftest.er1
eaff0f0d
VZ
33081 ac_status=$?
33082 grep -v '^ *+' conftest.er1 >conftest.err
33083 rm -f conftest.er1
33084 cat conftest.err >&5
33085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33086 (exit $ac_status); } &&
6ebeb4c7 33087 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
eaff0f0d
VZ
33088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33089 (eval $ac_try) 2>&5
33090 ac_status=$?
33091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33092 (exit $ac_status); }; } &&
dfe0c803 33093 { ac_try='test -s conftest$ac_exeext'
eaff0f0d
VZ
33094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33095 (eval $ac_try) 2>&5
33096 ac_status=$?
33097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33098 (exit $ac_status); }; }; then
33099 wx_cv_func_cxa_demangle=yes
33100else
33101 echo "$as_me: failed program was:" >&5
33102sed 's/^/| /' conftest.$ac_ext >&5
33103
33104wx_cv_func_cxa_demangle=no
33105
33106fi
dfe0c803
JS
33107rm -f conftest.err conftest.$ac_objext \
33108 conftest$ac_exeext conftest.$ac_ext
eaff0f0d
VZ
33109
33110
33111fi
33112echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
33113echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
33114
33115 if test "$wx_cv_func_cxa_demangle" = "yes"; then
33116 cat >>confdefs.h <<\_ACEOF
33117#define HAVE_CXA_DEMANGLE 1
33118_ACEOF
33119
33120 fi
33121 fi
33122
33123 ac_ext=c
33124ac_cpp='$CPP $CPPFLAGS'
33125ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33126ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33127ac_compiler_gnu=$ac_cv_c_compiler_gnu
33128
33129fi
33130
898beab1
DE
33131if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
33132 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
33133echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
33134 wxUSE_STACKWALKER=no
33135fi
33136
33137
a848cd7e
SC
33138
33139
33140for ac_func in mkstemp mktemp
33141do
33142as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33143echo "$as_me:$LINENO: checking for $ac_func" >&5
33144echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33145if eval "test \"\${$as_ac_var+set}\" = set"; then
33146 echo $ECHO_N "(cached) $ECHO_C" >&6
33147else
33148 cat >conftest.$ac_ext <<_ACEOF
33149/* confdefs.h. */
33150_ACEOF
33151cat confdefs.h >>conftest.$ac_ext
33152cat >>conftest.$ac_ext <<_ACEOF
33153/* end confdefs.h. */
ac1cb8d3
VS
33154/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33155 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33156#define $ac_func innocuous_$ac_func
33157
a848cd7e
SC
33158/* System header to define __stub macros and hopefully few prototypes,
33159 which can conflict with char $ac_func (); below.
33160 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33161 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33162
a848cd7e
SC
33163#ifdef __STDC__
33164# include <limits.h>
33165#else
33166# include <assert.h>
33167#endif
ac1cb8d3
VS
33168
33169#undef $ac_func
33170
a848cd7e
SC
33171/* Override any gcc2 internal prototype to avoid an error. */
33172#ifdef __cplusplus
33173extern "C"
33174{
33175#endif
33176/* We use char because int might match the return type of a gcc2
33177 builtin and then its argument prototype would still apply. */
33178char $ac_func ();
33179/* The GNU C library defines this for functions which it implements
33180 to always fail with ENOSYS. Some functions are actually named
33181 something starting with __ and the normal name is an alias. */
33182#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33183choke me
33184#else
33185char (*f) () = $ac_func;
33186#endif
33187#ifdef __cplusplus
33188}
33189#endif
33190
33191int
33192main ()
33193{
33194return f != $ac_func;
33195 ;
33196 return 0;
33197}
33198_ACEOF
33199rm -f conftest.$ac_objext conftest$ac_exeext
33200if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33201 (eval $ac_link) 2>conftest.er1
a848cd7e 33202 ac_status=$?
ac1cb8d3
VS
33203 grep -v '^ *+' conftest.er1 >conftest.err
33204 rm -f conftest.er1
33205 cat conftest.err >&5
a848cd7e
SC
33206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33207 (exit $ac_status); } &&
6ebeb4c7 33208 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33210 (eval $ac_try) 2>&5
33211 ac_status=$?
33212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33213 (exit $ac_status); }; } &&
33214 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33216 (eval $ac_try) 2>&5
33217 ac_status=$?
33218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33219 (exit $ac_status); }; }; then
33220 eval "$as_ac_var=yes"
33221else
33222 echo "$as_me: failed program was:" >&5
33223sed 's/^/| /' conftest.$ac_ext >&5
33224
33225eval "$as_ac_var=no"
33226fi
ac1cb8d3
VS
33227rm -f conftest.err conftest.$ac_objext \
33228 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33229fi
33230echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33231echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33232if test `eval echo '${'$as_ac_var'}'` = yes; then
33233 cat >>confdefs.h <<_ACEOF
33234#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33235_ACEOF
33236 break
33237fi
33238done
33239
33240
33241echo "$as_me:$LINENO: checking for statfs" >&5
33242echo $ECHO_N "checking for statfs... $ECHO_C" >&6
33243if test "${wx_cv_func_statfs+set}" = set; then
33244 echo $ECHO_N "(cached) $ECHO_C" >&6
33245else
33246 cat >conftest.$ac_ext <<_ACEOF
33247/* confdefs.h. */
33248_ACEOF
33249cat confdefs.h >>conftest.$ac_ext
33250cat >>conftest.$ac_ext <<_ACEOF
33251/* end confdefs.h. */
33252
33253 #if defined(__BSD__)
84ae7ca4
VZ
33254 #include <sys/param.h>
33255 #include <sys/mount.h>
a848cd7e 33256 #else
84ae7ca4 33257 #include <sys/vfs.h>
a848cd7e
SC
33258 #endif
33259
33260int
33261main ()
33262{
33263
33264 long l;
33265 struct statfs fs;
33266 statfs("/", &fs);
33267 l = fs.f_bsize;
33268 l += fs.f_blocks;
33269 l += fs.f_bavail;
33270
33271 ;
33272 return 0;
33273}
33274_ACEOF
33275rm -f conftest.$ac_objext
33276if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33277 (eval $ac_compile) 2>conftest.er1
a848cd7e 33278 ac_status=$?
ac1cb8d3
VS
33279 grep -v '^ *+' conftest.er1 >conftest.err
33280 rm -f conftest.er1
33281 cat conftest.err >&5
a848cd7e
SC
33282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33283 (exit $ac_status); } &&
6ebeb4c7 33284 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33286 (eval $ac_try) 2>&5
33287 ac_status=$?
33288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33289 (exit $ac_status); }; } &&
33290 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33292 (eval $ac_try) 2>&5
33293 ac_status=$?
33294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33295 (exit $ac_status); }; }; then
84ae7ca4 33296 wx_cv_func_statfs=yes
a848cd7e
SC
33297else
33298 echo "$as_me: failed program was:" >&5
33299sed 's/^/| /' conftest.$ac_ext >&5
33300
84ae7ca4 33301wx_cv_func_statfs=no
a848cd7e
SC
33302
33303fi
ac1cb8d3 33304rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33305
33306fi
33307echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
33308echo "${ECHO_T}$wx_cv_func_statfs" >&6
33309
33310if test "$wx_cv_func_statfs" = "yes"; then
84ae7ca4
VZ
33311
33312
33313 ac_ext=cc
33314ac_cpp='$CXXCPP $CPPFLAGS'
33315ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33316ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33317ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33318
33319 echo "$as_me:$LINENO: checking for statfs declaration" >&5
33320echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
33321if test "${wx_cv_func_statfs_decl+set}" = set; then
33322 echo $ECHO_N "(cached) $ECHO_C" >&6
33323else
0683aca6
VZ
33324 cat >conftest.$ac_ext <<_ACEOF
33325/* confdefs.h. */
33326_ACEOF
33327cat confdefs.h >>conftest.$ac_ext
33328cat >>conftest.$ac_ext <<_ACEOF
33329/* end confdefs.h. */
84ae7ca4 33330
0683aca6
VZ
33331 #if defined(__BSD__)
33332 #include <sys/param.h>
33333 #include <sys/mount.h>
33334 #else
33335 #include <sys/vfs.h>
33336 #endif
33337
33338int
33339main ()
33340{
33341
33342 struct statfs fs;
33343 statfs("", &fs);
33344
33345 ;
33346 return 0;
33347}
33348_ACEOF
33349rm -f conftest.$ac_objext
33350if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33351 (eval $ac_compile) 2>conftest.er1
33352 ac_status=$?
33353 grep -v '^ *+' conftest.er1 >conftest.err
33354 rm -f conftest.er1
33355 cat conftest.err >&5
33356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33357 (exit $ac_status); } &&
33358 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33360 (eval $ac_try) 2>&5
33361 ac_status=$?
33362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33363 (exit $ac_status); }; } &&
33364 { ac_try='test -s conftest.$ac_objext'
33365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33366 (eval $ac_try) 2>&5
33367 ac_status=$?
33368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33369 (exit $ac_status); }; }; then
33370 wx_cv_func_statfs_decl=yes
33371else
33372 echo "$as_me: failed program was:" >&5
33373sed 's/^/| /' conftest.$ac_ext >&5
33374
33375wx_cv_func_statfs_decl=no
33376
33377fi
33378rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
84ae7ca4
VZ
33379
33380fi
33381echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
33382echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
33383 ac_ext=c
33384ac_cpp='$CPP $CPPFLAGS'
33385ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33386ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33387ac_compiler_gnu=$ac_cv_c_compiler_gnu
33388
33389
33390 if test "$wx_cv_func_statfs_decl" = "yes"; then
33391 cat >>confdefs.h <<\_ACEOF
33392#define HAVE_STATFS_DECL 1
33393_ACEOF
33394
33395 fi
33396
a848cd7e
SC
33397 wx_cv_type_statvfs_t="struct statfs"
33398 cat >>confdefs.h <<\_ACEOF
33399#define HAVE_STATFS 1
33400_ACEOF
33401
33402else
33403 echo "$as_me:$LINENO: checking for statvfs" >&5
33404echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
33405if test "${wx_cv_func_statvfs+set}" = set; then
33406 echo $ECHO_N "(cached) $ECHO_C" >&6
33407else
33408 cat >conftest.$ac_ext <<_ACEOF
33409/* confdefs.h. */
33410_ACEOF
33411cat confdefs.h >>conftest.$ac_ext
33412cat >>conftest.$ac_ext <<_ACEOF
33413/* end confdefs.h. */
33414
33415 #include <stddef.h>
33416 #include <sys/statvfs.h>
33417
33418int
33419main ()
33420{
33421
33422 statvfs("/", NULL);
33423
33424 ;
33425 return 0;
33426}
33427_ACEOF
33428rm -f conftest.$ac_objext
33429if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33430 (eval $ac_compile) 2>conftest.er1
a848cd7e 33431 ac_status=$?
ac1cb8d3
VS
33432 grep -v '^ *+' conftest.er1 >conftest.err
33433 rm -f conftest.er1
33434 cat conftest.err >&5
a848cd7e
SC
33435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33436 (exit $ac_status); } &&
6ebeb4c7 33437 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33439 (eval $ac_try) 2>&5
33440 ac_status=$?
33441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33442 (exit $ac_status); }; } &&
33443 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33445 (eval $ac_try) 2>&5
33446 ac_status=$?
33447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33448 (exit $ac_status); }; }; then
33449 wx_cv_func_statvfs=yes
33450else
33451 echo "$as_me: failed program was:" >&5
33452sed 's/^/| /' conftest.$ac_ext >&5
33453
33454wx_cv_func_statvfs=no
33455
33456fi
ac1cb8d3 33457rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33458
33459fi
33460echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
33461echo "${ECHO_T}$wx_cv_func_statvfs" >&6
33462
33463 if test "$wx_cv_func_statvfs" = "yes"; then
33464
33465
33466 ac_ext=cc
33467ac_cpp='$CXXCPP $CPPFLAGS'
33468ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33469ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33470ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33471
33472
33473 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
33474echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
33475if test "${wx_cv_type_statvfs_t+set}" = set; then
33476 echo $ECHO_N "(cached) $ECHO_C" >&6
33477else
33478 cat >conftest.$ac_ext <<_ACEOF
33479/* confdefs.h. */
33480_ACEOF
33481cat confdefs.h >>conftest.$ac_ext
33482cat >>conftest.$ac_ext <<_ACEOF
33483/* end confdefs.h. */
33484
33485 #include <sys/statvfs.h>
33486
33487int
33488main ()
33489{
33490
33491 long l;
33492 statvfs_t fs;
33493 statvfs("/", &fs);
33494 l = fs.f_bsize;
33495 l += fs.f_blocks;
33496 l += fs.f_bavail;
33497
33498 ;
33499 return 0;
33500}
33501_ACEOF
33502rm -f conftest.$ac_objext
33503if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33504 (eval $ac_compile) 2>conftest.er1
a848cd7e 33505 ac_status=$?
ac1cb8d3
VS
33506 grep -v '^ *+' conftest.er1 >conftest.err
33507 rm -f conftest.er1
33508 cat conftest.err >&5
a848cd7e
SC
33509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33510 (exit $ac_status); } &&
6ebeb4c7 33511 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33513 (eval $ac_try) 2>&5
33514 ac_status=$?
33515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33516 (exit $ac_status); }; } &&
33517 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33519 (eval $ac_try) 2>&5
33520 ac_status=$?
33521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33522 (exit $ac_status); }; }; then
33523 wx_cv_type_statvfs_t=statvfs_t
33524else
33525 echo "$as_me: failed program was:" >&5
33526sed 's/^/| /' conftest.$ac_ext >&5
33527
33528
33529 cat >conftest.$ac_ext <<_ACEOF
33530/* confdefs.h. */
33531_ACEOF
33532cat confdefs.h >>conftest.$ac_ext
33533cat >>conftest.$ac_ext <<_ACEOF
33534/* end confdefs.h. */
33535
33536 #include <sys/statvfs.h>
33537
33538int
33539main ()
33540{
33541
33542 long l;
33543 struct statvfs fs;
33544 statvfs("/", &fs);
33545 l = fs.f_bsize;
33546 l += fs.f_blocks;
33547 l += fs.f_bavail;
33548
33549 ;
33550 return 0;
33551}
33552_ACEOF
33553rm -f conftest.$ac_objext
33554if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 33555 (eval $ac_compile) 2>conftest.er1
a848cd7e 33556 ac_status=$?
ac1cb8d3
VS
33557 grep -v '^ *+' conftest.er1 >conftest.err
33558 rm -f conftest.er1
33559 cat conftest.err >&5
a848cd7e
SC
33560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33561 (exit $ac_status); } &&
6ebeb4c7 33562 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33564 (eval $ac_try) 2>&5
33565 ac_status=$?
33566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33567 (exit $ac_status); }; } &&
33568 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
33569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33570 (eval $ac_try) 2>&5
33571 ac_status=$?
33572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33573 (exit $ac_status); }; }; then
33574 wx_cv_type_statvfs_t="struct statvfs"
33575else
33576 echo "$as_me: failed program was:" >&5
33577sed 's/^/| /' conftest.$ac_ext >&5
33578
33579wx_cv_type_statvfs_t="unknown"
33580
33581fi
ac1cb8d3 33582rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33583
33584
33585fi
ac1cb8d3 33586rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
33587
33588fi
33589echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
33590echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
33591
33592 ac_ext=c
33593ac_cpp='$CPP $CPPFLAGS'
33594ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33595ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33596ac_compiler_gnu=$ac_cv_c_compiler_gnu
33597
33598
33599 if test "$wx_cv_type_statvfs_t" != "unknown"; then
33600 cat >>confdefs.h <<\_ACEOF
33601#define HAVE_STATVFS 1
33602_ACEOF
33603
33604 fi
33605 else
33606 wx_cv_type_statvfs_t="unknown"
33607 fi
33608fi
33609
33610if test "$wx_cv_type_statvfs_t" != "unknown"; then
33611 cat >>confdefs.h <<_ACEOF
33612#define WX_STATFS_T $wx_cv_type_statvfs_t
33613_ACEOF
33614
33615else
33616 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
33617echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
33618fi
33619
33620if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
33621
33622
33623for ac_func in fcntl flock
33624do
33625as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33626echo "$as_me:$LINENO: checking for $ac_func" >&5
33627echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33628if eval "test \"\${$as_ac_var+set}\" = set"; then
33629 echo $ECHO_N "(cached) $ECHO_C" >&6
33630else
33631 cat >conftest.$ac_ext <<_ACEOF
33632/* confdefs.h. */
33633_ACEOF
33634cat confdefs.h >>conftest.$ac_ext
33635cat >>conftest.$ac_ext <<_ACEOF
33636/* end confdefs.h. */
ac1cb8d3
VS
33637/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33638 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33639#define $ac_func innocuous_$ac_func
33640
a848cd7e
SC
33641/* System header to define __stub macros and hopefully few prototypes,
33642 which can conflict with char $ac_func (); below.
33643 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33644 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33645
a848cd7e
SC
33646#ifdef __STDC__
33647# include <limits.h>
33648#else
33649# include <assert.h>
33650#endif
ac1cb8d3
VS
33651
33652#undef $ac_func
33653
a848cd7e
SC
33654/* Override any gcc2 internal prototype to avoid an error. */
33655#ifdef __cplusplus
33656extern "C"
33657{
33658#endif
33659/* We use char because int might match the return type of a gcc2
33660 builtin and then its argument prototype would still apply. */
33661char $ac_func ();
33662/* The GNU C library defines this for functions which it implements
33663 to always fail with ENOSYS. Some functions are actually named
33664 something starting with __ and the normal name is an alias. */
33665#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33666choke me
33667#else
33668char (*f) () = $ac_func;
33669#endif
33670#ifdef __cplusplus
33671}
33672#endif
33673
33674int
33675main ()
33676{
33677return f != $ac_func;
33678 ;
33679 return 0;
33680}
33681_ACEOF
33682rm -f conftest.$ac_objext conftest$ac_exeext
33683if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33684 (eval $ac_link) 2>conftest.er1
a848cd7e 33685 ac_status=$?
ac1cb8d3
VS
33686 grep -v '^ *+' conftest.er1 >conftest.err
33687 rm -f conftest.er1
33688 cat conftest.err >&5
a848cd7e
SC
33689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33690 (exit $ac_status); } &&
6ebeb4c7 33691 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33693 (eval $ac_try) 2>&5
33694 ac_status=$?
33695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33696 (exit $ac_status); }; } &&
33697 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33699 (eval $ac_try) 2>&5
33700 ac_status=$?
33701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33702 (exit $ac_status); }; }; then
33703 eval "$as_ac_var=yes"
33704else
33705 echo "$as_me: failed program was:" >&5
33706sed 's/^/| /' conftest.$ac_ext >&5
33707
33708eval "$as_ac_var=no"
33709fi
ac1cb8d3
VS
33710rm -f conftest.err conftest.$ac_objext \
33711 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33712fi
33713echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33714echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33715if test `eval echo '${'$as_ac_var'}'` = yes; then
33716 cat >>confdefs.h <<_ACEOF
33717#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33718_ACEOF
33719 break
33720fi
33721done
33722
33723
33724 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
33725 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
33726echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
33727 wxUSE_SNGLINST_CHECKER=no
33728 fi
33729fi
33730
33731
33732for ac_func in timegm
33733do
33734as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33735echo "$as_me:$LINENO: checking for $ac_func" >&5
33736echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33737if eval "test \"\${$as_ac_var+set}\" = set"; then
33738 echo $ECHO_N "(cached) $ECHO_C" >&6
33739else
33740 cat >conftest.$ac_ext <<_ACEOF
33741/* confdefs.h. */
33742_ACEOF
33743cat confdefs.h >>conftest.$ac_ext
33744cat >>conftest.$ac_ext <<_ACEOF
33745/* end confdefs.h. */
ac1cb8d3
VS
33746/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33747 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33748#define $ac_func innocuous_$ac_func
33749
a848cd7e
SC
33750/* System header to define __stub macros and hopefully few prototypes,
33751 which can conflict with char $ac_func (); below.
33752 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33753 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33754
a848cd7e
SC
33755#ifdef __STDC__
33756# include <limits.h>
33757#else
33758# include <assert.h>
33759#endif
ac1cb8d3
VS
33760
33761#undef $ac_func
33762
a848cd7e
SC
33763/* Override any gcc2 internal prototype to avoid an error. */
33764#ifdef __cplusplus
33765extern "C"
33766{
33767#endif
33768/* We use char because int might match the return type of a gcc2
33769 builtin and then its argument prototype would still apply. */
33770char $ac_func ();
33771/* The GNU C library defines this for functions which it implements
33772 to always fail with ENOSYS. Some functions are actually named
33773 something starting with __ and the normal name is an alias. */
33774#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33775choke me
33776#else
33777char (*f) () = $ac_func;
33778#endif
33779#ifdef __cplusplus
33780}
33781#endif
33782
33783int
33784main ()
33785{
33786return f != $ac_func;
33787 ;
33788 return 0;
33789}
33790_ACEOF
33791rm -f conftest.$ac_objext conftest$ac_exeext
33792if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33793 (eval $ac_link) 2>conftest.er1
a848cd7e 33794 ac_status=$?
ac1cb8d3
VS
33795 grep -v '^ *+' conftest.er1 >conftest.err
33796 rm -f conftest.er1
33797 cat conftest.err >&5
a848cd7e
SC
33798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33799 (exit $ac_status); } &&
6ebeb4c7 33800 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33802 (eval $ac_try) 2>&5
33803 ac_status=$?
33804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33805 (exit $ac_status); }; } &&
33806 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33808 (eval $ac_try) 2>&5
33809 ac_status=$?
33810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33811 (exit $ac_status); }; }; then
33812 eval "$as_ac_var=yes"
33813else
33814 echo "$as_me: failed program was:" >&5
33815sed 's/^/| /' conftest.$ac_ext >&5
33816
33817eval "$as_ac_var=no"
33818fi
ac1cb8d3
VS
33819rm -f conftest.err conftest.$ac_objext \
33820 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33821fi
33822echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33823echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33824if test `eval echo '${'$as_ac_var'}'` = yes; then
33825 cat >>confdefs.h <<_ACEOF
33826#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33827_ACEOF
33828
33829fi
33830done
33831
33832
33833
33834
33835for ac_func in putenv setenv
33836do
33837as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33838echo "$as_me:$LINENO: checking for $ac_func" >&5
33839echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33840if eval "test \"\${$as_ac_var+set}\" = set"; then
33841 echo $ECHO_N "(cached) $ECHO_C" >&6
33842else
33843 cat >conftest.$ac_ext <<_ACEOF
33844/* confdefs.h. */
33845_ACEOF
33846cat confdefs.h >>conftest.$ac_ext
33847cat >>conftest.$ac_ext <<_ACEOF
33848/* end confdefs.h. */
ac1cb8d3
VS
33849/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33850 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33851#define $ac_func innocuous_$ac_func
33852
a848cd7e
SC
33853/* System header to define __stub macros and hopefully few prototypes,
33854 which can conflict with char $ac_func (); below.
33855 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33856 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33857
a848cd7e
SC
33858#ifdef __STDC__
33859# include <limits.h>
33860#else
33861# include <assert.h>
33862#endif
ac1cb8d3
VS
33863
33864#undef $ac_func
33865
a848cd7e
SC
33866/* Override any gcc2 internal prototype to avoid an error. */
33867#ifdef __cplusplus
33868extern "C"
33869{
33870#endif
33871/* We use char because int might match the return type of a gcc2
33872 builtin and then its argument prototype would still apply. */
33873char $ac_func ();
33874/* The GNU C library defines this for functions which it implements
33875 to always fail with ENOSYS. Some functions are actually named
33876 something starting with __ and the normal name is an alias. */
33877#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33878choke me
33879#else
33880char (*f) () = $ac_func;
33881#endif
33882#ifdef __cplusplus
33883}
33884#endif
33885
33886int
33887main ()
33888{
33889return f != $ac_func;
33890 ;
33891 return 0;
33892}
33893_ACEOF
33894rm -f conftest.$ac_objext conftest$ac_exeext
33895if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 33896 (eval $ac_link) 2>conftest.er1
a848cd7e 33897 ac_status=$?
ac1cb8d3
VS
33898 grep -v '^ *+' conftest.er1 >conftest.err
33899 rm -f conftest.er1
33900 cat conftest.err >&5
a848cd7e
SC
33901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33902 (exit $ac_status); } &&
6ebeb4c7 33903 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
33904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33905 (eval $ac_try) 2>&5
33906 ac_status=$?
33907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33908 (exit $ac_status); }; } &&
33909 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
33910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33911 (eval $ac_try) 2>&5
33912 ac_status=$?
33913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33914 (exit $ac_status); }; }; then
33915 eval "$as_ac_var=yes"
33916else
33917 echo "$as_me: failed program was:" >&5
33918sed 's/^/| /' conftest.$ac_ext >&5
33919
33920eval "$as_ac_var=no"
33921fi
ac1cb8d3
VS
33922rm -f conftest.err conftest.$ac_objext \
33923 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
33924fi
33925echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33926echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33927if test `eval echo '${'$as_ac_var'}'` = yes; then
33928 cat >>confdefs.h <<_ACEOF
33929#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33930_ACEOF
33931 break
33932fi
33933done
33934
33935
33936HAVE_SOME_SLEEP_FUNC=0
33937if test "$USE_BEOS" = 1; then
33938 cat >>confdefs.h <<\_ACEOF
33939#define HAVE_SLEEP 1
33940_ACEOF
33941
33942 HAVE_SOME_SLEEP_FUNC=1
33943fi
33944
33945if test "$USE_DARWIN" = 1; then
33946 cat >>confdefs.h <<\_ACEOF
33947#define HAVE_USLEEP 1
33948_ACEOF
33949
33950 HAVE_SOME_SLEEP_FUNC=1
33951fi
33952
33953if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
33954 POSIX4_LINK=
33955
33956for ac_func in nanosleep
33957do
33958as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33959echo "$as_me:$LINENO: checking for $ac_func" >&5
33960echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33961if eval "test \"\${$as_ac_var+set}\" = set"; then
33962 echo $ECHO_N "(cached) $ECHO_C" >&6
33963else
33964 cat >conftest.$ac_ext <<_ACEOF
33965/* confdefs.h. */
33966_ACEOF
33967cat confdefs.h >>conftest.$ac_ext
33968cat >>conftest.$ac_ext <<_ACEOF
33969/* end confdefs.h. */
ac1cb8d3
VS
33970/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33971 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33972#define $ac_func innocuous_$ac_func
33973
a848cd7e
SC
33974/* System header to define __stub macros and hopefully few prototypes,
33975 which can conflict with char $ac_func (); below.
33976 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33977 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 33978
a848cd7e
SC
33979#ifdef __STDC__
33980# include <limits.h>
33981#else
33982# include <assert.h>
33983#endif
ac1cb8d3
VS
33984
33985#undef $ac_func
33986
a848cd7e
SC
33987/* Override any gcc2 internal prototype to avoid an error. */
33988#ifdef __cplusplus
33989extern "C"
33990{
33991#endif
33992/* We use char because int might match the return type of a gcc2
33993 builtin and then its argument prototype would still apply. */
33994char $ac_func ();
33995/* The GNU C library defines this for functions which it implements
33996 to always fail with ENOSYS. Some functions are actually named
33997 something starting with __ and the normal name is an alias. */
33998#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33999choke me
34000#else
34001char (*f) () = $ac_func;
34002#endif
34003#ifdef __cplusplus
34004}
34005#endif
34006
34007int
34008main ()
34009{
34010return f != $ac_func;
34011 ;
34012 return 0;
34013}
34014_ACEOF
34015rm -f conftest.$ac_objext conftest$ac_exeext
34016if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34017 (eval $ac_link) 2>conftest.er1
a848cd7e 34018 ac_status=$?
ac1cb8d3
VS
34019 grep -v '^ *+' conftest.er1 >conftest.err
34020 rm -f conftest.er1
34021 cat conftest.err >&5
a848cd7e
SC
34022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34023 (exit $ac_status); } &&
6ebeb4c7 34024 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34026 (eval $ac_try) 2>&5
34027 ac_status=$?
34028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34029 (exit $ac_status); }; } &&
34030 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34032 (eval $ac_try) 2>&5
34033 ac_status=$?
34034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34035 (exit $ac_status); }; }; then
34036 eval "$as_ac_var=yes"
34037else
34038 echo "$as_me: failed program was:" >&5
34039sed 's/^/| /' conftest.$ac_ext >&5
34040
34041eval "$as_ac_var=no"
34042fi
ac1cb8d3
VS
34043rm -f conftest.err conftest.$ac_objext \
34044 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34045fi
34046echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34047echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34048if test `eval echo '${'$as_ac_var'}'` = yes; then
34049 cat >>confdefs.h <<_ACEOF
34050#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34051_ACEOF
34052 cat >>confdefs.h <<\_ACEOF
34053#define HAVE_NANOSLEEP 1
34054_ACEOF
34055
34056else
34057
34058 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
34059echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
34060if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
34061 echo $ECHO_N "(cached) $ECHO_C" >&6
34062else
34063 ac_check_lib_save_LIBS=$LIBS
34064LIBS="-lposix4 $LIBS"
34065cat >conftest.$ac_ext <<_ACEOF
34066/* confdefs.h. */
34067_ACEOF
34068cat confdefs.h >>conftest.$ac_ext
34069cat >>conftest.$ac_ext <<_ACEOF
34070/* end confdefs.h. */
34071
34072/* Override any gcc2 internal prototype to avoid an error. */
34073#ifdef __cplusplus
34074extern "C"
34075#endif
34076/* We use char because int might match the return type of a gcc2
34077 builtin and then its argument prototype would still apply. */
34078char nanosleep ();
34079int
34080main ()
34081{
34082nanosleep ();
34083 ;
34084 return 0;
34085}
34086_ACEOF
34087rm -f conftest.$ac_objext conftest$ac_exeext
34088if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34089 (eval $ac_link) 2>conftest.er1
a848cd7e 34090 ac_status=$?
ac1cb8d3
VS
34091 grep -v '^ *+' conftest.er1 >conftest.err
34092 rm -f conftest.er1
34093 cat conftest.err >&5
a848cd7e
SC
34094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34095 (exit $ac_status); } &&
6ebeb4c7 34096 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34098 (eval $ac_try) 2>&5
34099 ac_status=$?
34100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34101 (exit $ac_status); }; } &&
34102 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34104 (eval $ac_try) 2>&5
34105 ac_status=$?
34106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34107 (exit $ac_status); }; }; then
34108 ac_cv_lib_posix4_nanosleep=yes
34109else
34110 echo "$as_me: failed program was:" >&5
34111sed 's/^/| /' conftest.$ac_ext >&5
34112
34113ac_cv_lib_posix4_nanosleep=no
34114fi
ac1cb8d3
VS
34115rm -f conftest.err conftest.$ac_objext \
34116 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34117LIBS=$ac_check_lib_save_LIBS
34118fi
34119echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
34120echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
34121if test $ac_cv_lib_posix4_nanosleep = yes; then
34122
34123 cat >>confdefs.h <<\_ACEOF
34124#define HAVE_NANOSLEEP 1
34125_ACEOF
34126
34127 POSIX4_LINK=" -lposix4"
34128
34129else
34130
34131
34132for ac_func in usleep
34133do
34134as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34135echo "$as_me:$LINENO: checking for $ac_func" >&5
34136echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34137if eval "test \"\${$as_ac_var+set}\" = set"; then
34138 echo $ECHO_N "(cached) $ECHO_C" >&6
34139else
34140 cat >conftest.$ac_ext <<_ACEOF
34141/* confdefs.h. */
34142_ACEOF
34143cat confdefs.h >>conftest.$ac_ext
34144cat >>conftest.$ac_ext <<_ACEOF
34145/* end confdefs.h. */
ac1cb8d3
VS
34146/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34147 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34148#define $ac_func innocuous_$ac_func
34149
a848cd7e
SC
34150/* System header to define __stub macros and hopefully few prototypes,
34151 which can conflict with char $ac_func (); below.
34152 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34153 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34154
a848cd7e
SC
34155#ifdef __STDC__
34156# include <limits.h>
34157#else
34158# include <assert.h>
34159#endif
ac1cb8d3
VS
34160
34161#undef $ac_func
34162
a848cd7e
SC
34163/* Override any gcc2 internal prototype to avoid an error. */
34164#ifdef __cplusplus
34165extern "C"
34166{
34167#endif
34168/* We use char because int might match the return type of a gcc2
34169 builtin and then its argument prototype would still apply. */
34170char $ac_func ();
34171/* The GNU C library defines this for functions which it implements
34172 to always fail with ENOSYS. Some functions are actually named
34173 something starting with __ and the normal name is an alias. */
34174#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34175choke me
34176#else
34177char (*f) () = $ac_func;
34178#endif
34179#ifdef __cplusplus
34180}
34181#endif
34182
34183int
34184main ()
34185{
34186return f != $ac_func;
34187 ;
34188 return 0;
34189}
34190_ACEOF
34191rm -f conftest.$ac_objext conftest$ac_exeext
34192if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34193 (eval $ac_link) 2>conftest.er1
a848cd7e 34194 ac_status=$?
ac1cb8d3
VS
34195 grep -v '^ *+' conftest.er1 >conftest.err
34196 rm -f conftest.er1
34197 cat conftest.err >&5
a848cd7e
SC
34198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34199 (exit $ac_status); } &&
6ebeb4c7 34200 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34202 (eval $ac_try) 2>&5
34203 ac_status=$?
34204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34205 (exit $ac_status); }; } &&
34206 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34208 (eval $ac_try) 2>&5
34209 ac_status=$?
34210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34211 (exit $ac_status); }; }; then
34212 eval "$as_ac_var=yes"
34213else
34214 echo "$as_me: failed program was:" >&5
34215sed 's/^/| /' conftest.$ac_ext >&5
34216
34217eval "$as_ac_var=no"
34218fi
ac1cb8d3
VS
34219rm -f conftest.err conftest.$ac_objext \
34220 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34221fi
34222echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34223echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34224if test `eval echo '${'$as_ac_var'}'` = yes; then
34225 cat >>confdefs.h <<_ACEOF
34226#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34227_ACEOF
34228 cat >>confdefs.h <<\_ACEOF
34229#define HAVE_USLEEP 1
34230_ACEOF
34231
34232else
34233 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
34234echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
34235
34236fi
34237done
34238
34239
34240
34241fi
34242
34243
34244
34245fi
34246done
34247
34248fi
34249
34250
34251
34252for ac_func in uname gethostname
34253do
34254as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34255echo "$as_me:$LINENO: checking for $ac_func" >&5
34256echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34257if eval "test \"\${$as_ac_var+set}\" = set"; then
34258 echo $ECHO_N "(cached) $ECHO_C" >&6
34259else
34260 cat >conftest.$ac_ext <<_ACEOF
34261/* confdefs.h. */
34262_ACEOF
34263cat confdefs.h >>conftest.$ac_ext
34264cat >>conftest.$ac_ext <<_ACEOF
34265/* end confdefs.h. */
ac1cb8d3
VS
34266/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34267 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34268#define $ac_func innocuous_$ac_func
34269
a848cd7e
SC
34270/* System header to define __stub macros and hopefully few prototypes,
34271 which can conflict with char $ac_func (); below.
34272 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34273 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34274
a848cd7e
SC
34275#ifdef __STDC__
34276# include <limits.h>
34277#else
34278# include <assert.h>
34279#endif
ac1cb8d3
VS
34280
34281#undef $ac_func
34282
a848cd7e
SC
34283/* Override any gcc2 internal prototype to avoid an error. */
34284#ifdef __cplusplus
34285extern "C"
34286{
34287#endif
34288/* We use char because int might match the return type of a gcc2
34289 builtin and then its argument prototype would still apply. */
34290char $ac_func ();
34291/* The GNU C library defines this for functions which it implements
34292 to always fail with ENOSYS. Some functions are actually named
34293 something starting with __ and the normal name is an alias. */
34294#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34295choke me
34296#else
34297char (*f) () = $ac_func;
34298#endif
34299#ifdef __cplusplus
34300}
34301#endif
34302
34303int
34304main ()
34305{
34306return f != $ac_func;
34307 ;
34308 return 0;
34309}
34310_ACEOF
34311rm -f conftest.$ac_objext conftest$ac_exeext
34312if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34313 (eval $ac_link) 2>conftest.er1
a848cd7e 34314 ac_status=$?
ac1cb8d3
VS
34315 grep -v '^ *+' conftest.er1 >conftest.err
34316 rm -f conftest.er1
34317 cat conftest.err >&5
a848cd7e
SC
34318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34319 (exit $ac_status); } &&
6ebeb4c7 34320 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34322 (eval $ac_try) 2>&5
34323 ac_status=$?
34324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34325 (exit $ac_status); }; } &&
34326 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34328 (eval $ac_try) 2>&5
34329 ac_status=$?
34330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34331 (exit $ac_status); }; }; then
34332 eval "$as_ac_var=yes"
34333else
34334 echo "$as_me: failed program was:" >&5
34335sed 's/^/| /' conftest.$ac_ext >&5
34336
34337eval "$as_ac_var=no"
34338fi
ac1cb8d3
VS
34339rm -f conftest.err conftest.$ac_objext \
34340 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34341fi
34342echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34343echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34344if test `eval echo '${'$as_ac_var'}'` = yes; then
34345 cat >>confdefs.h <<_ACEOF
34346#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34347_ACEOF
34348 break
34349fi
34350done
34351
34352
34353
34354
34355ac_ext=cc
34356ac_cpp='$CXXCPP $CPPFLAGS'
34357ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34358ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34359ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34360
34361
34362
34363for ac_func in strtok_r
34364do
34365as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34366echo "$as_me:$LINENO: checking for $ac_func" >&5
34367echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34368if eval "test \"\${$as_ac_var+set}\" = set"; then
34369 echo $ECHO_N "(cached) $ECHO_C" >&6
34370else
34371 cat >conftest.$ac_ext <<_ACEOF
34372/* confdefs.h. */
34373_ACEOF
34374cat confdefs.h >>conftest.$ac_ext
34375cat >>conftest.$ac_ext <<_ACEOF
34376/* end confdefs.h. */
ac1cb8d3
VS
34377/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34378 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34379#define $ac_func innocuous_$ac_func
34380
a848cd7e
SC
34381/* System header to define __stub macros and hopefully few prototypes,
34382 which can conflict with char $ac_func (); below.
34383 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34384 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34385
a848cd7e
SC
34386#ifdef __STDC__
34387# include <limits.h>
34388#else
34389# include <assert.h>
34390#endif
ac1cb8d3
VS
34391
34392#undef $ac_func
34393
a848cd7e
SC
34394/* Override any gcc2 internal prototype to avoid an error. */
34395#ifdef __cplusplus
34396extern "C"
34397{
34398#endif
34399/* We use char because int might match the return type of a gcc2
34400 builtin and then its argument prototype would still apply. */
34401char $ac_func ();
34402/* The GNU C library defines this for functions which it implements
34403 to always fail with ENOSYS. Some functions are actually named
34404 something starting with __ and the normal name is an alias. */
34405#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34406choke me
34407#else
34408char (*f) () = $ac_func;
34409#endif
34410#ifdef __cplusplus
34411}
34412#endif
34413
34414int
34415main ()
34416{
34417return f != $ac_func;
34418 ;
34419 return 0;
34420}
34421_ACEOF
34422rm -f conftest.$ac_objext conftest$ac_exeext
34423if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34424 (eval $ac_link) 2>conftest.er1
a848cd7e 34425 ac_status=$?
ac1cb8d3
VS
34426 grep -v '^ *+' conftest.er1 >conftest.err
34427 rm -f conftest.er1
34428 cat conftest.err >&5
a848cd7e
SC
34429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34430 (exit $ac_status); } &&
6ebeb4c7 34431 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34433 (eval $ac_try) 2>&5
34434 ac_status=$?
34435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34436 (exit $ac_status); }; } &&
34437 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34439 (eval $ac_try) 2>&5
34440 ac_status=$?
34441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34442 (exit $ac_status); }; }; then
34443 eval "$as_ac_var=yes"
34444else
34445 echo "$as_me: failed program was:" >&5
34446sed 's/^/| /' conftest.$ac_ext >&5
34447
34448eval "$as_ac_var=no"
34449fi
ac1cb8d3
VS
34450rm -f conftest.err conftest.$ac_objext \
34451 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34452fi
34453echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34454echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34455if test `eval echo '${'$as_ac_var'}'` = yes; then
34456 cat >>confdefs.h <<_ACEOF
34457#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34458_ACEOF
34459
34460fi
34461done
34462
34463
34464ac_ext=c
34465ac_cpp='$CPP $CPPFLAGS'
34466ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34467ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34468ac_compiler_gnu=$ac_cv_c_compiler_gnu
34469
34470
34471INET_LINK=
34472
34473for ac_func in inet_addr
34474do
34475as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34476echo "$as_me:$LINENO: checking for $ac_func" >&5
34477echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34478if eval "test \"\${$as_ac_var+set}\" = set"; then
34479 echo $ECHO_N "(cached) $ECHO_C" >&6
34480else
34481 cat >conftest.$ac_ext <<_ACEOF
34482/* confdefs.h. */
34483_ACEOF
34484cat confdefs.h >>conftest.$ac_ext
34485cat >>conftest.$ac_ext <<_ACEOF
34486/* end confdefs.h. */
ac1cb8d3
VS
34487/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34488 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34489#define $ac_func innocuous_$ac_func
34490
a848cd7e
SC
34491/* System header to define __stub macros and hopefully few prototypes,
34492 which can conflict with char $ac_func (); below.
34493 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34494 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34495
a848cd7e
SC
34496#ifdef __STDC__
34497# include <limits.h>
34498#else
34499# include <assert.h>
34500#endif
ac1cb8d3
VS
34501
34502#undef $ac_func
34503
a848cd7e
SC
34504/* Override any gcc2 internal prototype to avoid an error. */
34505#ifdef __cplusplus
34506extern "C"
34507{
34508#endif
34509/* We use char because int might match the return type of a gcc2
34510 builtin and then its argument prototype would still apply. */
34511char $ac_func ();
34512/* The GNU C library defines this for functions which it implements
34513 to always fail with ENOSYS. Some functions are actually named
34514 something starting with __ and the normal name is an alias. */
34515#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34516choke me
34517#else
34518char (*f) () = $ac_func;
34519#endif
34520#ifdef __cplusplus
34521}
34522#endif
34523
34524int
34525main ()
34526{
34527return f != $ac_func;
34528 ;
34529 return 0;
34530}
34531_ACEOF
34532rm -f conftest.$ac_objext conftest$ac_exeext
34533if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34534 (eval $ac_link) 2>conftest.er1
a848cd7e 34535 ac_status=$?
ac1cb8d3
VS
34536 grep -v '^ *+' conftest.er1 >conftest.err
34537 rm -f conftest.er1
34538 cat conftest.err >&5
a848cd7e
SC
34539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34540 (exit $ac_status); } &&
6ebeb4c7 34541 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34543 (eval $ac_try) 2>&5
34544 ac_status=$?
34545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34546 (exit $ac_status); }; } &&
34547 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34549 (eval $ac_try) 2>&5
34550 ac_status=$?
34551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34552 (exit $ac_status); }; }; then
34553 eval "$as_ac_var=yes"
34554else
34555 echo "$as_me: failed program was:" >&5
34556sed 's/^/| /' conftest.$ac_ext >&5
34557
34558eval "$as_ac_var=no"
34559fi
ac1cb8d3
VS
34560rm -f conftest.err conftest.$ac_objext \
34561 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34562fi
34563echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34564echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34565if test `eval echo '${'$as_ac_var'}'` = yes; then
34566 cat >>confdefs.h <<_ACEOF
34567#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34568_ACEOF
34569 cat >>confdefs.h <<\_ACEOF
34570#define HAVE_INET_ADDR 1
34571_ACEOF
34572
34573else
34574
34575 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
34576echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
34577if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
34578 echo $ECHO_N "(cached) $ECHO_C" >&6
34579else
34580 ac_check_lib_save_LIBS=$LIBS
34581LIBS="-lnsl $LIBS"
34582cat >conftest.$ac_ext <<_ACEOF
34583/* confdefs.h. */
34584_ACEOF
34585cat confdefs.h >>conftest.$ac_ext
34586cat >>conftest.$ac_ext <<_ACEOF
34587/* end confdefs.h. */
34588
34589/* Override any gcc2 internal prototype to avoid an error. */
34590#ifdef __cplusplus
34591extern "C"
34592#endif
34593/* We use char because int might match the return type of a gcc2
34594 builtin and then its argument prototype would still apply. */
34595char inet_addr ();
34596int
34597main ()
34598{
34599inet_addr ();
34600 ;
34601 return 0;
34602}
34603_ACEOF
34604rm -f conftest.$ac_objext conftest$ac_exeext
34605if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34606 (eval $ac_link) 2>conftest.er1
a848cd7e 34607 ac_status=$?
ac1cb8d3
VS
34608 grep -v '^ *+' conftest.er1 >conftest.err
34609 rm -f conftest.er1
34610 cat conftest.err >&5
a848cd7e
SC
34611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34612 (exit $ac_status); } &&
6ebeb4c7 34613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34615 (eval $ac_try) 2>&5
34616 ac_status=$?
34617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34618 (exit $ac_status); }; } &&
34619 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34621 (eval $ac_try) 2>&5
34622 ac_status=$?
34623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34624 (exit $ac_status); }; }; then
34625 ac_cv_lib_nsl_inet_addr=yes
34626else
34627 echo "$as_me: failed program was:" >&5
34628sed 's/^/| /' conftest.$ac_ext >&5
34629
34630ac_cv_lib_nsl_inet_addr=no
34631fi
ac1cb8d3
VS
34632rm -f conftest.err conftest.$ac_objext \
34633 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34634LIBS=$ac_check_lib_save_LIBS
34635fi
34636echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
34637echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
34638if test $ac_cv_lib_nsl_inet_addr = yes; then
34639 INET_LINK="nsl"
34640else
34641
34642 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
34643echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
34644if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
34645 echo $ECHO_N "(cached) $ECHO_C" >&6
34646else
34647 ac_check_lib_save_LIBS=$LIBS
34648LIBS="-lresolv $LIBS"
34649cat >conftest.$ac_ext <<_ACEOF
34650/* confdefs.h. */
34651_ACEOF
34652cat confdefs.h >>conftest.$ac_ext
34653cat >>conftest.$ac_ext <<_ACEOF
34654/* end confdefs.h. */
34655
34656/* Override any gcc2 internal prototype to avoid an error. */
34657#ifdef __cplusplus
34658extern "C"
34659#endif
34660/* We use char because int might match the return type of a gcc2
34661 builtin and then its argument prototype would still apply. */
34662char inet_addr ();
34663int
34664main ()
34665{
34666inet_addr ();
34667 ;
34668 return 0;
34669}
34670_ACEOF
34671rm -f conftest.$ac_objext conftest$ac_exeext
34672if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34673 (eval $ac_link) 2>conftest.er1
a848cd7e 34674 ac_status=$?
ac1cb8d3
VS
34675 grep -v '^ *+' conftest.er1 >conftest.err
34676 rm -f conftest.er1
34677 cat conftest.err >&5
a848cd7e
SC
34678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34679 (exit $ac_status); } &&
6ebeb4c7 34680 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34682 (eval $ac_try) 2>&5
34683 ac_status=$?
34684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34685 (exit $ac_status); }; } &&
34686 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34688 (eval $ac_try) 2>&5
34689 ac_status=$?
34690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34691 (exit $ac_status); }; }; then
34692 ac_cv_lib_resolv_inet_addr=yes
34693else
34694 echo "$as_me: failed program was:" >&5
34695sed 's/^/| /' conftest.$ac_ext >&5
34696
34697ac_cv_lib_resolv_inet_addr=no
34698fi
ac1cb8d3
VS
34699rm -f conftest.err conftest.$ac_objext \
34700 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34701LIBS=$ac_check_lib_save_LIBS
34702fi
34703echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
34704echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
34705if test $ac_cv_lib_resolv_inet_addr = yes; then
34706 INET_LINK="resolv"
34707else
34708
34709 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
34710echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
34711if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
34712 echo $ECHO_N "(cached) $ECHO_C" >&6
34713else
34714 ac_check_lib_save_LIBS=$LIBS
34715LIBS="-lsocket $LIBS"
34716cat >conftest.$ac_ext <<_ACEOF
34717/* confdefs.h. */
34718_ACEOF
34719cat confdefs.h >>conftest.$ac_ext
34720cat >>conftest.$ac_ext <<_ACEOF
34721/* end confdefs.h. */
34722
34723/* Override any gcc2 internal prototype to avoid an error. */
34724#ifdef __cplusplus
34725extern "C"
34726#endif
34727/* We use char because int might match the return type of a gcc2
34728 builtin and then its argument prototype would still apply. */
34729char inet_addr ();
34730int
34731main ()
34732{
34733inet_addr ();
34734 ;
34735 return 0;
34736}
34737_ACEOF
34738rm -f conftest.$ac_objext conftest$ac_exeext
34739if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34740 (eval $ac_link) 2>conftest.er1
a848cd7e 34741 ac_status=$?
ac1cb8d3
VS
34742 grep -v '^ *+' conftest.er1 >conftest.err
34743 rm -f conftest.er1
34744 cat conftest.err >&5
a848cd7e
SC
34745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34746 (exit $ac_status); } &&
6ebeb4c7 34747 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34749 (eval $ac_try) 2>&5
34750 ac_status=$?
34751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34752 (exit $ac_status); }; } &&
34753 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34755 (eval $ac_try) 2>&5
34756 ac_status=$?
34757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34758 (exit $ac_status); }; }; then
34759 ac_cv_lib_socket_inet_addr=yes
34760else
34761 echo "$as_me: failed program was:" >&5
34762sed 's/^/| /' conftest.$ac_ext >&5
34763
34764ac_cv_lib_socket_inet_addr=no
34765fi
ac1cb8d3
VS
34766rm -f conftest.err conftest.$ac_objext \
34767 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34768LIBS=$ac_check_lib_save_LIBS
34769fi
34770echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
34771echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
34772if test $ac_cv_lib_socket_inet_addr = yes; then
34773 INET_LINK="socket"
34774
34775fi
34776
34777
34778
34779fi
34780
34781
34782
34783fi
34784
34785
34786
34787fi
34788done
34789
34790
34791
34792for ac_func in inet_aton
34793do
34794as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34795echo "$as_me:$LINENO: checking for $ac_func" >&5
34796echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34797if eval "test \"\${$as_ac_var+set}\" = set"; then
34798 echo $ECHO_N "(cached) $ECHO_C" >&6
34799else
34800 cat >conftest.$ac_ext <<_ACEOF
34801/* confdefs.h. */
34802_ACEOF
34803cat confdefs.h >>conftest.$ac_ext
34804cat >>conftest.$ac_ext <<_ACEOF
34805/* end confdefs.h. */
ac1cb8d3
VS
34806/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34807 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34808#define $ac_func innocuous_$ac_func
34809
a848cd7e
SC
34810/* System header to define __stub macros and hopefully few prototypes,
34811 which can conflict with char $ac_func (); below.
34812 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34813 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 34814
a848cd7e
SC
34815#ifdef __STDC__
34816# include <limits.h>
34817#else
34818# include <assert.h>
34819#endif
ac1cb8d3
VS
34820
34821#undef $ac_func
34822
a848cd7e
SC
34823/* Override any gcc2 internal prototype to avoid an error. */
34824#ifdef __cplusplus
34825extern "C"
34826{
34827#endif
34828/* We use char because int might match the return type of a gcc2
34829 builtin and then its argument prototype would still apply. */
34830char $ac_func ();
34831/* The GNU C library defines this for functions which it implements
34832 to always fail with ENOSYS. Some functions are actually named
34833 something starting with __ and the normal name is an alias. */
34834#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34835choke me
34836#else
34837char (*f) () = $ac_func;
34838#endif
34839#ifdef __cplusplus
34840}
34841#endif
34842
34843int
34844main ()
34845{
34846return f != $ac_func;
34847 ;
34848 return 0;
34849}
34850_ACEOF
34851rm -f conftest.$ac_objext conftest$ac_exeext
34852if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34853 (eval $ac_link) 2>conftest.er1
a848cd7e 34854 ac_status=$?
ac1cb8d3
VS
34855 grep -v '^ *+' conftest.er1 >conftest.err
34856 rm -f conftest.er1
34857 cat conftest.err >&5
a848cd7e
SC
34858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34859 (exit $ac_status); } &&
6ebeb4c7 34860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34862 (eval $ac_try) 2>&5
34863 ac_status=$?
34864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34865 (exit $ac_status); }; } &&
34866 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34868 (eval $ac_try) 2>&5
34869 ac_status=$?
34870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34871 (exit $ac_status); }; }; then
34872 eval "$as_ac_var=yes"
34873else
34874 echo "$as_me: failed program was:" >&5
34875sed 's/^/| /' conftest.$ac_ext >&5
34876
34877eval "$as_ac_var=no"
34878fi
ac1cb8d3
VS
34879rm -f conftest.err conftest.$ac_objext \
34880 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34881fi
34882echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34883echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34884if test `eval echo '${'$as_ac_var'}'` = yes; then
34885 cat >>confdefs.h <<_ACEOF
34886#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34887_ACEOF
34888 cat >>confdefs.h <<\_ACEOF
34889#define HAVE_INET_ATON 1
34890_ACEOF
34891
34892else
34893
34894 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
34895echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
34896echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
34897if eval "test \"\${$as_ac_Lib+set}\" = set"; then
34898 echo $ECHO_N "(cached) $ECHO_C" >&6
34899else
34900 ac_check_lib_save_LIBS=$LIBS
34901LIBS="-l$INET_LINK $LIBS"
34902cat >conftest.$ac_ext <<_ACEOF
34903/* confdefs.h. */
34904_ACEOF
34905cat confdefs.h >>conftest.$ac_ext
34906cat >>conftest.$ac_ext <<_ACEOF
34907/* end confdefs.h. */
34908
34909/* Override any gcc2 internal prototype to avoid an error. */
34910#ifdef __cplusplus
34911extern "C"
34912#endif
34913/* We use char because int might match the return type of a gcc2
34914 builtin and then its argument prototype would still apply. */
34915char inet_aton ();
34916int
34917main ()
34918{
34919inet_aton ();
34920 ;
34921 return 0;
34922}
34923_ACEOF
34924rm -f conftest.$ac_objext conftest$ac_exeext
34925if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 34926 (eval $ac_link) 2>conftest.er1
a848cd7e 34927 ac_status=$?
ac1cb8d3
VS
34928 grep -v '^ *+' conftest.er1 >conftest.err
34929 rm -f conftest.er1
34930 cat conftest.err >&5
a848cd7e
SC
34931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34932 (exit $ac_status); } &&
6ebeb4c7 34933 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
34934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34935 (eval $ac_try) 2>&5
34936 ac_status=$?
34937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34938 (exit $ac_status); }; } &&
34939 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
34940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34941 (eval $ac_try) 2>&5
34942 ac_status=$?
34943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34944 (exit $ac_status); }; }; then
34945 eval "$as_ac_Lib=yes"
34946else
34947 echo "$as_me: failed program was:" >&5
34948sed 's/^/| /' conftest.$ac_ext >&5
34949
34950eval "$as_ac_Lib=no"
34951fi
ac1cb8d3
VS
34952rm -f conftest.err conftest.$ac_objext \
34953 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
34954LIBS=$ac_check_lib_save_LIBS
34955fi
34956echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
34957echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
34958if test `eval echo '${'$as_ac_Lib'}'` = yes; then
34959 cat >>confdefs.h <<\_ACEOF
34960#define HAVE_INET_ATON 1
34961_ACEOF
34962
34963fi
34964
34965
34966fi
34967done
34968
34969
34970if test "x$INET_LINK" != "x"; then
34971 cat >>confdefs.h <<\_ACEOF
34972#define HAVE_INET_ADDR 1
34973_ACEOF
34974
34975 INET_LINK=" -l$INET_LINK"
34976fi
34977
34978fi
34979
34980
34981
34982EXTRALIBS_ESD=
34983echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
34984echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
34985if test "${ac_cv_lib_esd_esd_close+set}" = set; then
34986 echo $ECHO_N "(cached) $ECHO_C" >&6
34987else
34988 ac_check_lib_save_LIBS=$LIBS
34989LIBS="-lesd $LIBS"
34990cat >conftest.$ac_ext <<_ACEOF
34991/* confdefs.h. */
34992_ACEOF
34993cat confdefs.h >>conftest.$ac_ext
34994cat >>conftest.$ac_ext <<_ACEOF
34995/* end confdefs.h. */
34996
34997/* Override any gcc2 internal prototype to avoid an error. */
34998#ifdef __cplusplus
34999extern "C"
35000#endif
35001/* We use char because int might match the return type of a gcc2
35002 builtin and then its argument prototype would still apply. */
35003char esd_close ();
35004int
35005main ()
35006{
35007esd_close ();
35008 ;
35009 return 0;
35010}
35011_ACEOF
35012rm -f conftest.$ac_objext conftest$ac_exeext
35013if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35014 (eval $ac_link) 2>conftest.er1
a848cd7e 35015 ac_status=$?
ac1cb8d3
VS
35016 grep -v '^ *+' conftest.er1 >conftest.err
35017 rm -f conftest.er1
35018 cat conftest.err >&5
a848cd7e
SC
35019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35020 (exit $ac_status); } &&
6ebeb4c7 35021 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35023 (eval $ac_try) 2>&5
35024 ac_status=$?
35025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35026 (exit $ac_status); }; } &&
35027 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35029 (eval $ac_try) 2>&5
35030 ac_status=$?
35031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35032 (exit $ac_status); }; }; then
35033 ac_cv_lib_esd_esd_close=yes
35034else
35035 echo "$as_me: failed program was:" >&5
35036sed 's/^/| /' conftest.$ac_ext >&5
35037
35038ac_cv_lib_esd_esd_close=no
35039fi
ac1cb8d3
VS
35040rm -f conftest.err conftest.$ac_objext \
35041 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35042LIBS=$ac_check_lib_save_LIBS
35043fi
35044echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
35045echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
35046if test $ac_cv_lib_esd_esd_close = yes; then
35047
35048
35049for ac_header in esd.h
35050do
35051as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35052if eval "test \"\${$as_ac_Header+set}\" = set"; then
35053 echo "$as_me:$LINENO: checking for $ac_header" >&5
35054echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35055if eval "test \"\${$as_ac_Header+set}\" = set"; then
35056 echo $ECHO_N "(cached) $ECHO_C" >&6
35057fi
35058echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35059echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35060else
35061 # Is the header compilable?
35062echo "$as_me:$LINENO: checking $ac_header usability" >&5
35063echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35064cat >conftest.$ac_ext <<_ACEOF
35065/* confdefs.h. */
35066_ACEOF
35067cat confdefs.h >>conftest.$ac_ext
35068cat >>conftest.$ac_ext <<_ACEOF
35069/* end confdefs.h. */
35070$ac_includes_default
35071#include <$ac_header>
35072_ACEOF
35073rm -f conftest.$ac_objext
35074if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35075 (eval $ac_compile) 2>conftest.er1
a848cd7e 35076 ac_status=$?
ac1cb8d3
VS
35077 grep -v '^ *+' conftest.er1 >conftest.err
35078 rm -f conftest.er1
35079 cat conftest.err >&5
a848cd7e
SC
35080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35081 (exit $ac_status); } &&
6ebeb4c7 35082 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35084 (eval $ac_try) 2>&5
35085 ac_status=$?
35086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35087 (exit $ac_status); }; } &&
35088 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35090 (eval $ac_try) 2>&5
35091 ac_status=$?
35092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35093 (exit $ac_status); }; }; then
35094 ac_header_compiler=yes
35095else
35096 echo "$as_me: failed program was:" >&5
35097sed 's/^/| /' conftest.$ac_ext >&5
35098
35099ac_header_compiler=no
35100fi
ac1cb8d3 35101rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
35102echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35103echo "${ECHO_T}$ac_header_compiler" >&6
35104
35105# Is the header present?
35106echo "$as_me:$LINENO: checking $ac_header presence" >&5
35107echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35108cat >conftest.$ac_ext <<_ACEOF
35109/* confdefs.h. */
35110_ACEOF
35111cat confdefs.h >>conftest.$ac_ext
35112cat >>conftest.$ac_ext <<_ACEOF
35113/* end confdefs.h. */
35114#include <$ac_header>
35115_ACEOF
35116if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35117 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
35118 ac_status=$?
35119 grep -v '^ *+' conftest.er1 >conftest.err
35120 rm -f conftest.er1
35121 cat conftest.err >&5
35122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35123 (exit $ac_status); } >/dev/null; then
35124 if test -s conftest.err; then
35125 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 35126 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
35127 else
35128 ac_cpp_err=
35129 fi
35130else
35131 ac_cpp_err=yes
35132fi
35133if test -z "$ac_cpp_err"; then
35134 ac_header_preproc=yes
35135else
35136 echo "$as_me: failed program was:" >&5
35137sed 's/^/| /' conftest.$ac_ext >&5
35138
35139 ac_header_preproc=no
35140fi
35141rm -f conftest.err conftest.$ac_ext
35142echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35143echo "${ECHO_T}$ac_header_preproc" >&6
35144
35145# So? What about this header?
ac1cb8d3
VS
35146case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35147 yes:no: )
a848cd7e
SC
35148 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35149echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
35150 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35151echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35152 ac_header_preproc=yes
a848cd7e 35153 ;;
ac1cb8d3 35154 no:yes:* )
a848cd7e
SC
35155 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35156echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
35157 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35158echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35159 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35160echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35161 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35162echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
35163 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35164echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
35165 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35166echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
35167 (
35168 cat <<\_ASBOX
ac1cb8d3
VS
35169## ----------------------------------------- ##
35170## Report this to wx-dev@lists.wxwidgets.org ##
35171## ----------------------------------------- ##
a848cd7e
SC
35172_ASBOX
35173 ) |
35174 sed "s/^/$as_me: WARNING: /" >&2
35175 ;;
35176esac
35177echo "$as_me:$LINENO: checking for $ac_header" >&5
35178echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35179if eval "test \"\${$as_ac_Header+set}\" = set"; then
35180 echo $ECHO_N "(cached) $ECHO_C" >&6
35181else
ac1cb8d3 35182 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
35183fi
35184echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35185echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35186
35187fi
35188if test `eval echo '${'$as_ac_Header'}'` = yes; then
35189 cat >>confdefs.h <<_ACEOF
35190#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35191_ACEOF
35192
35193 EXTRALIBS_ESD="-lesd"
35194
35195fi
35196
35197done
35198
35199
35200fi
35201
35202
35203
35204echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
35205echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
35206cat >conftest.$ac_ext <<_ACEOF
35207/* confdefs.h. */
35208_ACEOF
35209cat confdefs.h >>conftest.$ac_ext
35210cat >>conftest.$ac_ext <<_ACEOF
35211/* end confdefs.h. */
35212#ifdef __linux__
35213 #include <linux/cdrom.h>
35214 #else
35215 /* For Solaris */
35216 #include <sys/cdio.h>
35217 #endif
35218
35219int
35220main ()
35221{
35222struct cdrom_tocentry entry, old_entry;
35223 ;
35224 return 0;
35225}
35226_ACEOF
35227rm -f conftest.$ac_objext
35228if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35229 (eval $ac_compile) 2>conftest.er1
a848cd7e 35230 ac_status=$?
ac1cb8d3
VS
35231 grep -v '^ *+' conftest.er1 >conftest.err
35232 rm -f conftest.er1
35233 cat conftest.err >&5
a848cd7e
SC
35234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35235 (exit $ac_status); } &&
6ebeb4c7 35236 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35238 (eval $ac_try) 2>&5
35239 ac_status=$?
35240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35241 (exit $ac_status); }; } &&
35242 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35244 (eval $ac_try) 2>&5
35245 ac_status=$?
35246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35247 (exit $ac_status); }; }; then
35248 echo "$as_me:$LINENO: result: yes" >&5
35249echo "${ECHO_T}yes" >&6
35250 cat >>confdefs.h <<\_ACEOF
35251#define HAVE_KNOWN_CDROM_INTERFACE 1
35252_ACEOF
35253
35254else
35255 echo "$as_me: failed program was:" >&5
35256sed 's/^/| /' conftest.$ac_ext >&5
35257
35258echo "$as_me:$LINENO: result: no" >&5
35259echo "${ECHO_T}no" >&6
35260fi
ac1cb8d3 35261rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
35262
35263
35264cat >confcache <<\_ACEOF
35265# This file is a shell script that caches the results of configure
35266# tests run on this system so they can be shared between configure
35267# scripts and configure runs, see configure's option --config-cache.
35268# It is not useful on other systems. If it contains results you don't
35269# want to keep, you may remove or edit it.
35270#
35271# config.status only pays attention to the cache file if you give it
35272# the --recheck option to rerun configure.
35273#
35274# `ac_cv_env_foo' variables (set or unset) will be overridden when
35275# loading this file, other *unset* `ac_cv_foo' will be assigned the
35276# following values.
35277
35278_ACEOF
35279
35280# The following way of writing the cache mishandles newlines in values,
35281# but we know of no workaround that is simple, portable, and efficient.
35282# So, don't put newlines in cache variables' values.
35283# Ultrix sh set writes to stderr and can't be redirected directly,
35284# and sets the high bit in the cache file unless we assign to the vars.
35285{
35286 (set) 2>&1 |
35287 case `(ac_space=' '; set | grep ac_space) 2>&1` in
35288 *ac_space=\ *)
35289 # `set' does not quote correctly, so add quotes (double-quote
35290 # substitution turns \\\\ into \\, and sed turns \\ into \).
35291 sed -n \
ac1cb8d3
VS
35292 "s/'/'\\\\''/g;
35293 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
35294 ;;
35295 *)
35296 # `set' quotes correctly as required by POSIX, so do not add quotes.
35297 sed -n \
ac1cb8d3 35298 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
35299 ;;
35300 esac;
35301} |
35302 sed '
35303 t clear
35304 : clear
35305 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
35306 t end
35307 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
35308 : end' >>confcache
35309if diff $cache_file confcache >/dev/null 2>&1; then :; else
35310 if test -w $cache_file; then
35311 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
35312 cat confcache >$cache_file
35313 else
35314 echo "not updating unwritable cache $cache_file"
35315 fi
35316fi
35317rm -f confcache
35318
35319
35320CPP_MT_FLAG=
35321if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
35322
35323
35324 THREADS_LINK=
35325 THREADS_CFLAGS=
35326
35327 if test "$wxUSE_THREADS" = "yes" ; then
35328 if test "$USE_BEOS" = 1; then
35329 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
35330echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
35331 wxUSE_THREADS="no"
35332 fi
35333 fi
35334
35335 if test "$wxUSE_THREADS" = "yes" ; then
35336
35337
35338 THREAD_OPTS="-pthread"
35339 case "${host}" in
35340 *-*-solaris2* | *-*-sunos4* )
35341 if test "x$GCC" = "xyes"; then
35342 THREAD_OPTS="-pthreads $THREAD_OPTS"
35343 else
35344 THREAD_OPTS="-mt $THREAD_OPTS"
35345 fi
35346 ;;
35347 *-*-freebsd*)
35348 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
35349 ;;
35350 *-*-darwin* | *-*-cygwin* )
35351 THREAD_OPTS=""
35352 ;;
35353 *-*-aix*)
35354 THREAD_OPTS="pthreads"
35355 ;;
35356 *-hp-hpux* )
00421666
MW
35357 if test "x$GCC" = "xyes"; then
35358 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
35359 THREAD_OPTS=""
35360 else
efdf6afe 35361 THREAD_OPTS=""
a848cd7e
SC
35362 fi
35363 ;;
35364
35365 *-*-irix* )
35366 if test "x$GCC" = "xyes"; then
35367 THREAD_OPTS=""
35368 fi
35369 ;;
35370
35371 *-*-*UnixWare*)
35372 if test "x$GCC" != "xyes"; then
35373 THREAD_OPTS="-Ethread"
35374 fi
35375 ;;
35376 esac
35377
35378 THREAD_OPTS="$THREAD_OPTS pthread none"
35379
35380 THREADS_OK=no
35381 for flag in $THREAD_OPTS; do
35382 case $flag in
35383 none)
35384 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
35385echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
35386 ;;
35387
35388 -*)
35389 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
35390echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
35391 THREADS_CFLAGS="$flag"
35392 ;;
35393
35394 *)
35395 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
35396echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
35397 THREADS_LINK="-l$flag"
35398 ;;
35399 esac
35400
35401 save_LIBS="$LIBS"
35402 save_CFLAGS="$CFLAGS"
35403 LIBS="$THREADS_LINK $LIBS"
35404 CFLAGS="$THREADS_CFLAGS $CFLAGS"
35405
35406 cat >conftest.$ac_ext <<_ACEOF
35407/* confdefs.h. */
35408_ACEOF
35409cat confdefs.h >>conftest.$ac_ext
35410cat >>conftest.$ac_ext <<_ACEOF
35411/* end confdefs.h. */
35412#include <pthread.h>
35413int
35414main ()
35415{
35416pthread_create(0,0,0,0);
35417 ;
35418 return 0;
35419}
35420_ACEOF
35421rm -f conftest.$ac_objext conftest$ac_exeext
35422if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35423 (eval $ac_link) 2>conftest.er1
a848cd7e 35424 ac_status=$?
ac1cb8d3
VS
35425 grep -v '^ *+' conftest.er1 >conftest.err
35426 rm -f conftest.er1
35427 cat conftest.err >&5
a848cd7e
SC
35428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35429 (exit $ac_status); } &&
6ebeb4c7 35430 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35432 (eval $ac_try) 2>&5
35433 ac_status=$?
35434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35435 (exit $ac_status); }; } &&
35436 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35438 (eval $ac_try) 2>&5
35439 ac_status=$?
35440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35441 (exit $ac_status); }; }; then
35442 THREADS_OK=yes
35443else
35444 echo "$as_me: failed program was:" >&5
35445sed 's/^/| /' conftest.$ac_ext >&5
35446
35447fi
ac1cb8d3
VS
35448rm -f conftest.err conftest.$ac_objext \
35449 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35450
35451 LIBS="$save_LIBS"
35452 CFLAGS="$save_CFLAGS"
35453
35454 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
35455echo "${ECHO_T}$THREADS_OK" >&6
35456 if test "x$THREADS_OK" = "xyes"; then
35457 break;
35458 fi
35459
35460 THREADS_LINK=""
35461 THREADS_CFLAGS=""
35462 done
35463
35464 if test "x$THREADS_OK" != "xyes"; then
35465 wxUSE_THREADS=no
35466 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
35467echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
35468 else
35469 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
35470 LIBS="$THREADS_LINK $LIBS"
35471
35472 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
35473echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
35474 flag=no
35475 case "${host}" in
35476 *-aix*)
35477 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
35478 flag="-D_THREAD_SAFE"
35479 ;;
35480 *-freebsd*)
35481 flag="-D_THREAD_SAFE"
35482 ;;
35483 *-hp-hpux* )
35484 flag="-D_REENTRANT"
35485 if test "x$GCC" != "xyes"; then
35486 flag="$flag -D_RWSTD_MULTI_THREAD"
35487 fi
35488 ;;
35489 *solaris* | alpha*-osf*)
35490 flag="-D_REENTRANT"
35491 ;;
35492 esac
35493 echo "$as_me:$LINENO: result: ${flag}" >&5
35494echo "${ECHO_T}${flag}" >&6
35495 if test "x$flag" != xno; then
35496 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
35497 fi
35498
35499 if test "x$THREADS_CFLAGS" != "x"; then
35500 CFLAGS="$CFLAGS $THREADS_CFLAGS"
35501 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
35502 fi
35503 fi
35504 fi
35505
35506 if test "$wxUSE_THREADS" = "yes" ; then
35507
35508for ac_func in thr_setconcurrency
35509do
35510as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35511echo "$as_me:$LINENO: checking for $ac_func" >&5
35512echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35513if eval "test \"\${$as_ac_var+set}\" = set"; then
35514 echo $ECHO_N "(cached) $ECHO_C" >&6
35515else
35516 cat >conftest.$ac_ext <<_ACEOF
35517/* confdefs.h. */
35518_ACEOF
35519cat confdefs.h >>conftest.$ac_ext
35520cat >>conftest.$ac_ext <<_ACEOF
35521/* end confdefs.h. */
ac1cb8d3
VS
35522/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35523 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35524#define $ac_func innocuous_$ac_func
35525
a848cd7e
SC
35526/* System header to define __stub macros and hopefully few prototypes,
35527 which can conflict with char $ac_func (); below.
35528 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35529 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35530
a848cd7e
SC
35531#ifdef __STDC__
35532# include <limits.h>
35533#else
35534# include <assert.h>
35535#endif
ac1cb8d3
VS
35536
35537#undef $ac_func
35538
a848cd7e
SC
35539/* Override any gcc2 internal prototype to avoid an error. */
35540#ifdef __cplusplus
35541extern "C"
35542{
35543#endif
35544/* We use char because int might match the return type of a gcc2
35545 builtin and then its argument prototype would still apply. */
35546char $ac_func ();
35547/* The GNU C library defines this for functions which it implements
35548 to always fail with ENOSYS. Some functions are actually named
35549 something starting with __ and the normal name is an alias. */
35550#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35551choke me
35552#else
35553char (*f) () = $ac_func;
35554#endif
35555#ifdef __cplusplus
35556}
35557#endif
35558
35559int
35560main ()
35561{
35562return f != $ac_func;
35563 ;
35564 return 0;
35565}
35566_ACEOF
35567rm -f conftest.$ac_objext conftest$ac_exeext
35568if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35569 (eval $ac_link) 2>conftest.er1
a848cd7e 35570 ac_status=$?
ac1cb8d3
VS
35571 grep -v '^ *+' conftest.er1 >conftest.err
35572 rm -f conftest.er1
35573 cat conftest.err >&5
a848cd7e
SC
35574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35575 (exit $ac_status); } &&
6ebeb4c7 35576 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35578 (eval $ac_try) 2>&5
35579 ac_status=$?
35580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35581 (exit $ac_status); }; } &&
35582 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35584 (eval $ac_try) 2>&5
35585 ac_status=$?
35586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35587 (exit $ac_status); }; }; then
35588 eval "$as_ac_var=yes"
35589else
35590 echo "$as_me: failed program was:" >&5
35591sed 's/^/| /' conftest.$ac_ext >&5
35592
35593eval "$as_ac_var=no"
35594fi
ac1cb8d3
VS
35595rm -f conftest.err conftest.$ac_objext \
35596 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35597fi
35598echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35599echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35600if test `eval echo '${'$as_ac_var'}'` = yes; then
35601 cat >>confdefs.h <<_ACEOF
35602#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35603_ACEOF
35604
35605fi
35606done
35607
35608
6ebeb4c7
VZ
35609 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
35610echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
35611if test "${wx_cv_func_pthread_cleanup+set}" = set; then
35612 echo $ECHO_N "(cached) $ECHO_C" >&6
35613else
35614
35615 cat >conftest.$ac_ext <<_ACEOF
35616/* confdefs.h. */
35617_ACEOF
35618cat confdefs.h >>conftest.$ac_ext
35619cat >>conftest.$ac_ext <<_ACEOF
35620/* end confdefs.h. */
35621#include <pthread.h>
35622 void ThreadCleanupFunc(void *p);
35623
35624int
35625main ()
35626{
35627
35628 void *p;
35629 pthread_cleanup_push(ThreadCleanupFunc, p);
35630 pthread_cleanup_pop(0);
35631
35632 ;
35633 return 0;
35634}
35635_ACEOF
35636rm -f conftest.$ac_objext
35637if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35638 (eval $ac_compile) 2>conftest.er1
35639 ac_status=$?
35640 grep -v '^ *+' conftest.er1 >conftest.err
35641 rm -f conftest.er1
35642 cat conftest.err >&5
35643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35644 (exit $ac_status); } &&
35645 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35647 (eval $ac_try) 2>&5
35648 ac_status=$?
35649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35650 (exit $ac_status); }; } &&
35651 { ac_try='test -s conftest.$ac_objext'
35652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35653 (eval $ac_try) 2>&5
35654 ac_status=$?
35655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35656 (exit $ac_status); }; }; then
35657
35658 wx_cv_func_pthread_cleanup=yes
35659
35660else
35661 echo "$as_me: failed program was:" >&5
35662sed 's/^/| /' conftest.$ac_ext >&5
35663
35664
35665 wx_cv_func_pthread_cleanup=no
35666
35667
35668fi
35669rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35670
35671fi
35672echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
35673echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
35674 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
35675 cat >>confdefs.h <<\_ACEOF
35676#define wxHAVE_PTHREAD_CLEANUP 1
35677_ACEOF
35678
35679 fi
35680
a848cd7e
SC
35681
35682for ac_header in sched.h
35683do
35684as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35685if eval "test \"\${$as_ac_Header+set}\" = set"; then
35686 echo "$as_me:$LINENO: checking for $ac_header" >&5
35687echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35688if eval "test \"\${$as_ac_Header+set}\" = set"; then
35689 echo $ECHO_N "(cached) $ECHO_C" >&6
35690fi
35691echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35692echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35693else
35694 # Is the header compilable?
35695echo "$as_me:$LINENO: checking $ac_header usability" >&5
35696echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35697cat >conftest.$ac_ext <<_ACEOF
35698/* confdefs.h. */
35699_ACEOF
35700cat confdefs.h >>conftest.$ac_ext
35701cat >>conftest.$ac_ext <<_ACEOF
35702/* end confdefs.h. */
35703$ac_includes_default
35704#include <$ac_header>
35705_ACEOF
35706rm -f conftest.$ac_objext
35707if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 35708 (eval $ac_compile) 2>conftest.er1
a848cd7e 35709 ac_status=$?
ac1cb8d3
VS
35710 grep -v '^ *+' conftest.er1 >conftest.err
35711 rm -f conftest.er1
35712 cat conftest.err >&5
a848cd7e
SC
35713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35714 (exit $ac_status); } &&
6ebeb4c7 35715 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35717 (eval $ac_try) 2>&5
35718 ac_status=$?
35719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35720 (exit $ac_status); }; } &&
35721 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
35722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35723 (eval $ac_try) 2>&5
35724 ac_status=$?
35725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35726 (exit $ac_status); }; }; then
35727 ac_header_compiler=yes
35728else
35729 echo "$as_me: failed program was:" >&5
35730sed 's/^/| /' conftest.$ac_ext >&5
35731
35732ac_header_compiler=no
35733fi
ac1cb8d3 35734rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
35735echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35736echo "${ECHO_T}$ac_header_compiler" >&6
35737
35738# Is the header present?
35739echo "$as_me:$LINENO: checking $ac_header presence" >&5
35740echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35741cat >conftest.$ac_ext <<_ACEOF
35742/* confdefs.h. */
35743_ACEOF
35744cat confdefs.h >>conftest.$ac_ext
35745cat >>conftest.$ac_ext <<_ACEOF
35746/* end confdefs.h. */
35747#include <$ac_header>
35748_ACEOF
35749if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35750 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
35751 ac_status=$?
35752 grep -v '^ *+' conftest.er1 >conftest.err
35753 rm -f conftest.er1
35754 cat conftest.err >&5
35755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35756 (exit $ac_status); } >/dev/null; then
35757 if test -s conftest.err; then
35758 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 35759 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
35760 else
35761 ac_cpp_err=
35762 fi
35763else
35764 ac_cpp_err=yes
35765fi
35766if test -z "$ac_cpp_err"; then
35767 ac_header_preproc=yes
35768else
35769 echo "$as_me: failed program was:" >&5
35770sed 's/^/| /' conftest.$ac_ext >&5
35771
35772 ac_header_preproc=no
35773fi
35774rm -f conftest.err conftest.$ac_ext
35775echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35776echo "${ECHO_T}$ac_header_preproc" >&6
35777
35778# So? What about this header?
ac1cb8d3
VS
35779case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35780 yes:no: )
a848cd7e
SC
35781 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35782echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
35783 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35784echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35785 ac_header_preproc=yes
a848cd7e 35786 ;;
ac1cb8d3 35787 no:yes:* )
a848cd7e
SC
35788 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35789echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
35790 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35791echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35792 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35793echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35794 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35795echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
35796 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35797echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
35798 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35799echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
35800 (
35801 cat <<\_ASBOX
ac1cb8d3
VS
35802## ----------------------------------------- ##
35803## Report this to wx-dev@lists.wxwidgets.org ##
35804## ----------------------------------------- ##
a848cd7e
SC
35805_ASBOX
35806 ) |
35807 sed "s/^/$as_me: WARNING: /" >&2
35808 ;;
35809esac
35810echo "$as_me:$LINENO: checking for $ac_header" >&5
35811echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35812if eval "test \"\${$as_ac_Header+set}\" = set"; then
35813 echo $ECHO_N "(cached) $ECHO_C" >&6
35814else
ac1cb8d3 35815 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
35816fi
35817echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35818echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35819
35820fi
35821if test `eval echo '${'$as_ac_Header'}'` = yes; then
35822 cat >>confdefs.h <<_ACEOF
35823#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35824_ACEOF
35825
35826fi
35827
35828done
35829
35830 if test "$ac_cv_header_sched_h" = "yes"; then
35831 echo "$as_me:$LINENO: checking for sched_yield" >&5
35832echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
35833if test "${ac_cv_func_sched_yield+set}" = set; then
35834 echo $ECHO_N "(cached) $ECHO_C" >&6
35835else
35836 cat >conftest.$ac_ext <<_ACEOF
35837/* confdefs.h. */
35838_ACEOF
35839cat confdefs.h >>conftest.$ac_ext
35840cat >>conftest.$ac_ext <<_ACEOF
35841/* end confdefs.h. */
ac1cb8d3
VS
35842/* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
35843 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35844#define sched_yield innocuous_sched_yield
35845
a848cd7e
SC
35846/* System header to define __stub macros and hopefully few prototypes,
35847 which can conflict with char sched_yield (); below.
35848 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35849 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 35850
a848cd7e
SC
35851#ifdef __STDC__
35852# include <limits.h>
35853#else
35854# include <assert.h>
35855#endif
ac1cb8d3
VS
35856
35857#undef sched_yield
35858
a848cd7e
SC
35859/* Override any gcc2 internal prototype to avoid an error. */
35860#ifdef __cplusplus
35861extern "C"
35862{
35863#endif
35864/* We use char because int might match the return type of a gcc2
35865 builtin and then its argument prototype would still apply. */
35866char sched_yield ();
35867/* The GNU C library defines this for functions which it implements
35868 to always fail with ENOSYS. Some functions are actually named
35869 something starting with __ and the normal name is an alias. */
35870#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
35871choke me
35872#else
35873char (*f) () = sched_yield;
35874#endif
35875#ifdef __cplusplus
35876}
35877#endif
35878
35879int
35880main ()
35881{
35882return f != sched_yield;
35883 ;
35884 return 0;
35885}
35886_ACEOF
35887rm -f conftest.$ac_objext conftest$ac_exeext
35888if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35889 (eval $ac_link) 2>conftest.er1
a848cd7e 35890 ac_status=$?
ac1cb8d3
VS
35891 grep -v '^ *+' conftest.er1 >conftest.err
35892 rm -f conftest.er1
35893 cat conftest.err >&5
a848cd7e
SC
35894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35895 (exit $ac_status); } &&
6ebeb4c7 35896 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35898 (eval $ac_try) 2>&5
35899 ac_status=$?
35900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35901 (exit $ac_status); }; } &&
35902 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35904 (eval $ac_try) 2>&5
35905 ac_status=$?
35906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35907 (exit $ac_status); }; }; then
35908 ac_cv_func_sched_yield=yes
35909else
35910 echo "$as_me: failed program was:" >&5
35911sed 's/^/| /' conftest.$ac_ext >&5
35912
35913ac_cv_func_sched_yield=no
35914fi
ac1cb8d3
VS
35915rm -f conftest.err conftest.$ac_objext \
35916 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35917fi
35918echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
35919echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
35920if test $ac_cv_func_sched_yield = yes; then
35921 cat >>confdefs.h <<\_ACEOF
35922#define HAVE_SCHED_YIELD 1
35923_ACEOF
35924
35925else
35926
35927 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
35928echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
35929if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
35930 echo $ECHO_N "(cached) $ECHO_C" >&6
35931else
35932 ac_check_lib_save_LIBS=$LIBS
35933LIBS="-lposix4 $LIBS"
35934cat >conftest.$ac_ext <<_ACEOF
35935/* confdefs.h. */
35936_ACEOF
35937cat confdefs.h >>conftest.$ac_ext
35938cat >>conftest.$ac_ext <<_ACEOF
35939/* end confdefs.h. */
35940
35941/* Override any gcc2 internal prototype to avoid an error. */
35942#ifdef __cplusplus
35943extern "C"
35944#endif
35945/* We use char because int might match the return type of a gcc2
35946 builtin and then its argument prototype would still apply. */
35947char sched_yield ();
35948int
35949main ()
35950{
35951sched_yield ();
35952 ;
35953 return 0;
35954}
35955_ACEOF
35956rm -f conftest.$ac_objext conftest$ac_exeext
35957if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 35958 (eval $ac_link) 2>conftest.er1
a848cd7e 35959 ac_status=$?
ac1cb8d3
VS
35960 grep -v '^ *+' conftest.er1 >conftest.err
35961 rm -f conftest.er1
35962 cat conftest.err >&5
a848cd7e
SC
35963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35964 (exit $ac_status); } &&
6ebeb4c7 35965 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
35966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35967 (eval $ac_try) 2>&5
35968 ac_status=$?
35969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35970 (exit $ac_status); }; } &&
35971 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
35972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35973 (eval $ac_try) 2>&5
35974 ac_status=$?
35975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35976 (exit $ac_status); }; }; then
35977 ac_cv_lib_posix4_sched_yield=yes
35978else
35979 echo "$as_me: failed program was:" >&5
35980sed 's/^/| /' conftest.$ac_ext >&5
35981
35982ac_cv_lib_posix4_sched_yield=no
35983fi
ac1cb8d3
VS
35984rm -f conftest.err conftest.$ac_objext \
35985 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
35986LIBS=$ac_check_lib_save_LIBS
35987fi
35988echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
35989echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
35990if test $ac_cv_lib_posix4_sched_yield = yes; then
35991 cat >>confdefs.h <<\_ACEOF
35992#define HAVE_SCHED_YIELD 1
35993_ACEOF
35994 POSIX4_LINK=" -lposix4"
35995else
35996 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
35997echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
35998
35999fi
36000
36001
36002
36003fi
36004
36005 fi
36006
36007 HAVE_PRIOR_FUNCS=0
36008 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
36009echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
36010if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
36011 echo $ECHO_N "(cached) $ECHO_C" >&6
36012else
36013 cat >conftest.$ac_ext <<_ACEOF
36014/* confdefs.h. */
36015_ACEOF
36016cat confdefs.h >>conftest.$ac_ext
36017cat >>conftest.$ac_ext <<_ACEOF
36018/* end confdefs.h. */
ac1cb8d3
VS
36019/* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
36020 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36021#define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
36022
a848cd7e
SC
36023/* System header to define __stub macros and hopefully few prototypes,
36024 which can conflict with char pthread_attr_getschedpolicy (); below.
36025 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36026 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36027
a848cd7e
SC
36028#ifdef __STDC__
36029# include <limits.h>
36030#else
36031# include <assert.h>
36032#endif
ac1cb8d3
VS
36033
36034#undef pthread_attr_getschedpolicy
36035
a848cd7e
SC
36036/* Override any gcc2 internal prototype to avoid an error. */
36037#ifdef __cplusplus
36038extern "C"
36039{
36040#endif
36041/* We use char because int might match the return type of a gcc2
36042 builtin and then its argument prototype would still apply. */
36043char pthread_attr_getschedpolicy ();
36044/* The GNU C library defines this for functions which it implements
36045 to always fail with ENOSYS. Some functions are actually named
36046 something starting with __ and the normal name is an alias. */
36047#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
36048choke me
36049#else
36050char (*f) () = pthread_attr_getschedpolicy;
36051#endif
36052#ifdef __cplusplus
36053}
36054#endif
36055
36056int
36057main ()
36058{
36059return f != pthread_attr_getschedpolicy;
36060 ;
36061 return 0;
36062}
36063_ACEOF
36064rm -f conftest.$ac_objext conftest$ac_exeext
36065if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36066 (eval $ac_link) 2>conftest.er1
a848cd7e 36067 ac_status=$?
ac1cb8d3
VS
36068 grep -v '^ *+' conftest.er1 >conftest.err
36069 rm -f conftest.er1
36070 cat conftest.err >&5
a848cd7e
SC
36071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36072 (exit $ac_status); } &&
6ebeb4c7 36073 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36075 (eval $ac_try) 2>&5
36076 ac_status=$?
36077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36078 (exit $ac_status); }; } &&
36079 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36081 (eval $ac_try) 2>&5
36082 ac_status=$?
36083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36084 (exit $ac_status); }; }; then
36085 ac_cv_func_pthread_attr_getschedpolicy=yes
36086else
36087 echo "$as_me: failed program was:" >&5
36088sed 's/^/| /' conftest.$ac_ext >&5
36089
36090ac_cv_func_pthread_attr_getschedpolicy=no
36091fi
ac1cb8d3
VS
36092rm -f conftest.err conftest.$ac_objext \
36093 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36094fi
36095echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
36096echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
36097if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
36098 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
36099echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
36100if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
36101 echo $ECHO_N "(cached) $ECHO_C" >&6
36102else
36103 cat >conftest.$ac_ext <<_ACEOF
36104/* confdefs.h. */
36105_ACEOF
36106cat confdefs.h >>conftest.$ac_ext
36107cat >>conftest.$ac_ext <<_ACEOF
36108/* end confdefs.h. */
ac1cb8d3
VS
36109/* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
36110 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36111#define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
36112
a848cd7e
SC
36113/* System header to define __stub macros and hopefully few prototypes,
36114 which can conflict with char pthread_attr_setschedparam (); below.
36115 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36116 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36117
a848cd7e
SC
36118#ifdef __STDC__
36119# include <limits.h>
36120#else
36121# include <assert.h>
36122#endif
ac1cb8d3
VS
36123
36124#undef pthread_attr_setschedparam
36125
a848cd7e
SC
36126/* Override any gcc2 internal prototype to avoid an error. */
36127#ifdef __cplusplus
36128extern "C"
36129{
36130#endif
36131/* We use char because int might match the return type of a gcc2
36132 builtin and then its argument prototype would still apply. */
36133char pthread_attr_setschedparam ();
36134/* The GNU C library defines this for functions which it implements
36135 to always fail with ENOSYS. Some functions are actually named
36136 something starting with __ and the normal name is an alias. */
36137#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
36138choke me
36139#else
36140char (*f) () = pthread_attr_setschedparam;
36141#endif
36142#ifdef __cplusplus
36143}
36144#endif
36145
36146int
36147main ()
36148{
36149return f != pthread_attr_setschedparam;
36150 ;
36151 return 0;
36152}
36153_ACEOF
36154rm -f conftest.$ac_objext conftest$ac_exeext
36155if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36156 (eval $ac_link) 2>conftest.er1
a848cd7e 36157 ac_status=$?
ac1cb8d3
VS
36158 grep -v '^ *+' conftest.er1 >conftest.err
36159 rm -f conftest.er1
36160 cat conftest.err >&5
a848cd7e
SC
36161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36162 (exit $ac_status); } &&
6ebeb4c7 36163 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36165 (eval $ac_try) 2>&5
36166 ac_status=$?
36167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36168 (exit $ac_status); }; } &&
36169 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36171 (eval $ac_try) 2>&5
36172 ac_status=$?
36173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36174 (exit $ac_status); }; }; then
36175 ac_cv_func_pthread_attr_setschedparam=yes
36176else
36177 echo "$as_me: failed program was:" >&5
36178sed 's/^/| /' conftest.$ac_ext >&5
36179
36180ac_cv_func_pthread_attr_setschedparam=no
36181fi
ac1cb8d3
VS
36182rm -f conftest.err conftest.$ac_objext \
36183 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36184fi
36185echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
36186echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
36187if test $ac_cv_func_pthread_attr_setschedparam = yes; then
36188 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
36189echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
36190if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
36191 echo $ECHO_N "(cached) $ECHO_C" >&6
36192else
36193 cat >conftest.$ac_ext <<_ACEOF
36194/* confdefs.h. */
36195_ACEOF
36196cat confdefs.h >>conftest.$ac_ext
36197cat >>conftest.$ac_ext <<_ACEOF
36198/* end confdefs.h. */
ac1cb8d3
VS
36199/* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
36200 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36201#define sched_get_priority_max innocuous_sched_get_priority_max
36202
a848cd7e
SC
36203/* System header to define __stub macros and hopefully few prototypes,
36204 which can conflict with char sched_get_priority_max (); below.
36205 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36206 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36207
a848cd7e
SC
36208#ifdef __STDC__
36209# include <limits.h>
36210#else
36211# include <assert.h>
36212#endif
ac1cb8d3
VS
36213
36214#undef sched_get_priority_max
36215
a848cd7e
SC
36216/* Override any gcc2 internal prototype to avoid an error. */
36217#ifdef __cplusplus
36218extern "C"
36219{
36220#endif
36221/* We use char because int might match the return type of a gcc2
36222 builtin and then its argument prototype would still apply. */
36223char sched_get_priority_max ();
36224/* The GNU C library defines this for functions which it implements
36225 to always fail with ENOSYS. Some functions are actually named
36226 something starting with __ and the normal name is an alias. */
36227#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
36228choke me
36229#else
36230char (*f) () = sched_get_priority_max;
36231#endif
36232#ifdef __cplusplus
36233}
36234#endif
36235
36236int
36237main ()
36238{
36239return f != sched_get_priority_max;
36240 ;
36241 return 0;
36242}
36243_ACEOF
36244rm -f conftest.$ac_objext conftest$ac_exeext
36245if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36246 (eval $ac_link) 2>conftest.er1
a848cd7e 36247 ac_status=$?
ac1cb8d3
VS
36248 grep -v '^ *+' conftest.er1 >conftest.err
36249 rm -f conftest.er1
36250 cat conftest.err >&5
a848cd7e
SC
36251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36252 (exit $ac_status); } &&
6ebeb4c7 36253 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36255 (eval $ac_try) 2>&5
36256 ac_status=$?
36257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36258 (exit $ac_status); }; } &&
36259 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36261 (eval $ac_try) 2>&5
36262 ac_status=$?
36263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36264 (exit $ac_status); }; }; then
36265 ac_cv_func_sched_get_priority_max=yes
36266else
36267 echo "$as_me: failed program was:" >&5
36268sed 's/^/| /' conftest.$ac_ext >&5
36269
36270ac_cv_func_sched_get_priority_max=no
36271fi
ac1cb8d3
VS
36272rm -f conftest.err conftest.$ac_objext \
36273 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36274fi
36275echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
36276echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
36277if test $ac_cv_func_sched_get_priority_max = yes; then
36278 HAVE_PRIOR_FUNCS=1
36279else
36280 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
36281echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
36282if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
36283 echo $ECHO_N "(cached) $ECHO_C" >&6
36284else
36285 ac_check_lib_save_LIBS=$LIBS
36286LIBS="-lposix4 $LIBS"
36287cat >conftest.$ac_ext <<_ACEOF
36288/* confdefs.h. */
36289_ACEOF
36290cat confdefs.h >>conftest.$ac_ext
36291cat >>conftest.$ac_ext <<_ACEOF
36292/* end confdefs.h. */
36293
36294/* Override any gcc2 internal prototype to avoid an error. */
36295#ifdef __cplusplus
36296extern "C"
36297#endif
36298/* We use char because int might match the return type of a gcc2
36299 builtin and then its argument prototype would still apply. */
36300char sched_get_priority_max ();
36301int
36302main ()
36303{
36304sched_get_priority_max ();
36305 ;
36306 return 0;
36307}
36308_ACEOF
36309rm -f conftest.$ac_objext conftest$ac_exeext
36310if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36311 (eval $ac_link) 2>conftest.er1
a848cd7e 36312 ac_status=$?
ac1cb8d3
VS
36313 grep -v '^ *+' conftest.er1 >conftest.err
36314 rm -f conftest.er1
36315 cat conftest.err >&5
a848cd7e
SC
36316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36317 (exit $ac_status); } &&
6ebeb4c7 36318 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36320 (eval $ac_try) 2>&5
36321 ac_status=$?
36322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36323 (exit $ac_status); }; } &&
36324 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36326 (eval $ac_try) 2>&5
36327 ac_status=$?
36328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36329 (exit $ac_status); }; }; then
36330 ac_cv_lib_posix4_sched_get_priority_max=yes
36331else
36332 echo "$as_me: failed program was:" >&5
36333sed 's/^/| /' conftest.$ac_ext >&5
36334
36335ac_cv_lib_posix4_sched_get_priority_max=no
36336fi
ac1cb8d3
VS
36337rm -f conftest.err conftest.$ac_objext \
36338 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36339LIBS=$ac_check_lib_save_LIBS
36340fi
36341echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
36342echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
36343if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
36344
36345 HAVE_PRIOR_FUNCS=1
36346 POSIX4_LINK=" -lposix4"
36347
36348fi
36349
36350
36351fi
36352
36353
36354fi
36355
36356
36357fi
36358
36359
36360 if test "$HAVE_PRIOR_FUNCS" = 1; then
36361 cat >>confdefs.h <<\_ACEOF
36362#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
36363_ACEOF
36364
36365 else
36366 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
36367echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
36368 fi
36369
36370 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
36371echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
36372if test "${ac_cv_func_pthread_cancel+set}" = set; then
36373 echo $ECHO_N "(cached) $ECHO_C" >&6
36374else
36375 cat >conftest.$ac_ext <<_ACEOF
36376/* confdefs.h. */
36377_ACEOF
36378cat confdefs.h >>conftest.$ac_ext
36379cat >>conftest.$ac_ext <<_ACEOF
36380/* end confdefs.h. */
ac1cb8d3
VS
36381/* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
36382 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36383#define pthread_cancel innocuous_pthread_cancel
36384
a848cd7e
SC
36385/* System header to define __stub macros and hopefully few prototypes,
36386 which can conflict with char pthread_cancel (); below.
36387 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36388 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 36389
a848cd7e
SC
36390#ifdef __STDC__
36391# include <limits.h>
36392#else
36393# include <assert.h>
36394#endif
ac1cb8d3
VS
36395
36396#undef pthread_cancel
36397
a848cd7e
SC
36398/* Override any gcc2 internal prototype to avoid an error. */
36399#ifdef __cplusplus
36400extern "C"
36401{
36402#endif
36403/* We use char because int might match the return type of a gcc2
36404 builtin and then its argument prototype would still apply. */
36405char pthread_cancel ();
36406/* The GNU C library defines this for functions which it implements
36407 to always fail with ENOSYS. Some functions are actually named
36408 something starting with __ and the normal name is an alias. */
36409#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
36410choke me
36411#else
36412char (*f) () = pthread_cancel;
36413#endif
36414#ifdef __cplusplus
36415}
36416#endif
36417
36418int
36419main ()
36420{
36421return f != pthread_cancel;
36422 ;
36423 return 0;
36424}
36425_ACEOF
36426rm -f conftest.$ac_objext conftest$ac_exeext
36427if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 36428 (eval $ac_link) 2>conftest.er1
a848cd7e 36429 ac_status=$?
ac1cb8d3
VS
36430 grep -v '^ *+' conftest.er1 >conftest.err
36431 rm -f conftest.er1
36432 cat conftest.err >&5
a848cd7e
SC
36433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36434 (exit $ac_status); } &&
6ebeb4c7 36435 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36437 (eval $ac_try) 2>&5
36438 ac_status=$?
36439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36440 (exit $ac_status); }; } &&
36441 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
36442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36443 (eval $ac_try) 2>&5
36444 ac_status=$?
36445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36446 (exit $ac_status); }; }; then
36447 ac_cv_func_pthread_cancel=yes
36448else
36449 echo "$as_me: failed program was:" >&5
36450sed 's/^/| /' conftest.$ac_ext >&5
36451
36452ac_cv_func_pthread_cancel=no
36453fi
ac1cb8d3
VS
36454rm -f conftest.err conftest.$ac_objext \
36455 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
36456fi
36457echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
36458echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
36459if test $ac_cv_func_pthread_cancel = yes; then
36460 cat >>confdefs.h <<\_ACEOF
36461#define HAVE_PTHREAD_CANCEL 1
36462_ACEOF
36463
36464else
36465 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
36466echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
36467fi
36468
36469
abc736fd
MW
36470 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
36471echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
36472if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
36473 echo $ECHO_N "(cached) $ECHO_C" >&6
36474else
36475 cat >conftest.$ac_ext <<_ACEOF
36476/* confdefs.h. */
36477_ACEOF
36478cat confdefs.h >>conftest.$ac_ext
36479cat >>conftest.$ac_ext <<_ACEOF
36480/* end confdefs.h. */
36481/* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
36482 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36483#define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
36484
36485/* System header to define __stub macros and hopefully few prototypes,
36486 which can conflict with char pthread_attr_setstacksize (); below.
36487 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36488 <limits.h> exists even on freestanding compilers. */
36489
36490#ifdef __STDC__
36491# include <limits.h>
36492#else
36493# include <assert.h>
36494#endif
36495
36496#undef pthread_attr_setstacksize
36497
36498/* Override any gcc2 internal prototype to avoid an error. */
36499#ifdef __cplusplus
36500extern "C"
36501{
36502#endif
36503/* We use char because int might match the return type of a gcc2
36504 builtin and then its argument prototype would still apply. */
36505char pthread_attr_setstacksize ();
36506/* The GNU C library defines this for functions which it implements
36507 to always fail with ENOSYS. Some functions are actually named
36508 something starting with __ and the normal name is an alias. */
36509#if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
36510choke me
36511#else
36512char (*f) () = pthread_attr_setstacksize;
36513#endif
36514#ifdef __cplusplus
36515}
36516#endif
36517
36518int
36519main ()
36520{
36521return f != pthread_attr_setstacksize;
36522 ;
36523 return 0;
36524}
36525_ACEOF
36526rm -f conftest.$ac_objext conftest$ac_exeext
36527if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36528 (eval $ac_link) 2>conftest.er1
36529 ac_status=$?
36530 grep -v '^ *+' conftest.er1 >conftest.err
36531 rm -f conftest.er1
36532 cat conftest.err >&5
36533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36534 (exit $ac_status); } &&
6ebeb4c7 36535 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
abc736fd
MW
36536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36537 (eval $ac_try) 2>&5
36538 ac_status=$?
36539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36540 (exit $ac_status); }; } &&
36541 { ac_try='test -s conftest$ac_exeext'
36542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36543 (eval $ac_try) 2>&5
36544 ac_status=$?
36545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36546 (exit $ac_status); }; }; then
36547 ac_cv_func_pthread_attr_setstacksize=yes
36548else
36549 echo "$as_me: failed program was:" >&5
36550sed 's/^/| /' conftest.$ac_ext >&5
36551
36552ac_cv_func_pthread_attr_setstacksize=no
36553fi
36554rm -f conftest.err conftest.$ac_objext \
36555 conftest$ac_exeext conftest.$ac_ext
36556fi
36557echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
36558echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
36559if test $ac_cv_func_pthread_attr_setstacksize = yes; then
36560 cat >>confdefs.h <<\_ACEOF
36561#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
36562_ACEOF
36563
36564fi
36565
a848cd7e
SC
36566
36567
36568 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
36569echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
36570if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
36571 echo $ECHO_N "(cached) $ECHO_C" >&6
36572else
36573
36574 cat >conftest.$ac_ext <<_ACEOF
36575/* confdefs.h. */
36576_ACEOF
36577cat confdefs.h >>conftest.$ac_ext
36578cat >>conftest.$ac_ext <<_ACEOF
36579/* end confdefs.h. */
36580#include <pthread.h>
36581int
36582main ()
36583{
36584
36585 pthread_mutexattr_t attr;
36586 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
36587
36588 ;
36589 return 0;
36590}
36591_ACEOF
36592rm -f conftest.$ac_objext
36593if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36594 (eval $ac_compile) 2>conftest.er1
a848cd7e 36595 ac_status=$?
ac1cb8d3
VS
36596 grep -v '^ *+' conftest.er1 >conftest.err
36597 rm -f conftest.er1
36598 cat conftest.err >&5
a848cd7e
SC
36599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36600 (exit $ac_status); } &&
6ebeb4c7 36601 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36603 (eval $ac_try) 2>&5
36604 ac_status=$?
36605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36606 (exit $ac_status); }; } &&
36607 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36609 (eval $ac_try) 2>&5
36610 ac_status=$?
36611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36612 (exit $ac_status); }; }; then
36613
36614 wx_cv_type_pthread_mutexattr_t=yes
36615
36616else
36617 echo "$as_me: failed program was:" >&5
36618sed 's/^/| /' conftest.$ac_ext >&5
36619
36620
36621 wx_cv_type_pthread_mutexattr_t=no
36622
36623
36624fi
ac1cb8d3 36625rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36626
36627fi
36628echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
36629echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
36630
36631 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
36632 cat >>confdefs.h <<\_ACEOF
36633#define HAVE_PTHREAD_MUTEXATTR_T 1
36634_ACEOF
36635
36636 else
36637 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
36638echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
36639if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
36640 echo $ECHO_N "(cached) $ECHO_C" >&6
36641else
36642
36643 cat >conftest.$ac_ext <<_ACEOF
36644/* confdefs.h. */
36645_ACEOF
36646cat confdefs.h >>conftest.$ac_ext
36647cat >>conftest.$ac_ext <<_ACEOF
36648/* end confdefs.h. */
36649#include <pthread.h>
36650int
36651main ()
36652{
36653
36654 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
36655
36656 ;
36657 return 0;
36658}
36659_ACEOF
36660rm -f conftest.$ac_objext
36661if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36662 (eval $ac_compile) 2>conftest.er1
a848cd7e 36663 ac_status=$?
ac1cb8d3
VS
36664 grep -v '^ *+' conftest.er1 >conftest.err
36665 rm -f conftest.er1
36666 cat conftest.err >&5
a848cd7e
SC
36667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36668 (exit $ac_status); } &&
6ebeb4c7 36669 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36671 (eval $ac_try) 2>&5
36672 ac_status=$?
36673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36674 (exit $ac_status); }; } &&
36675 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36677 (eval $ac_try) 2>&5
36678 ac_status=$?
36679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36680 (exit $ac_status); }; }; then
36681
36682 wx_cv_type_pthread_rec_mutex_init=yes
36683
36684else
36685 echo "$as_me: failed program was:" >&5
36686sed 's/^/| /' conftest.$ac_ext >&5
36687
36688
36689 wx_cv_type_pthread_rec_mutex_init=no
36690
36691
36692fi
ac1cb8d3 36693rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36694
36695fi
36696echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
36697echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
36698 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
36699 cat >>confdefs.h <<\_ACEOF
36700#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
36701_ACEOF
36702
36703 else
36704 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
36705echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
36706 fi
36707 fi
36708 fi
36709
36710else
36711 if test "$wxUSE_THREADS" = "yes" ; then
36712 case "${host}" in
36713 *-*-mingw32* )
36714 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
36715echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
36716if test "${wx_cv_cflags_mthread+set}" = set; then
36717 echo $ECHO_N "(cached) $ECHO_C" >&6
36718else
36719
36720 CFLAGS_OLD="$CFLAGS"
36721 CFLAGS="$CFLAGS -mthreads"
36722 cat >conftest.$ac_ext <<_ACEOF
36723/* confdefs.h. */
36724_ACEOF
36725cat confdefs.h >>conftest.$ac_ext
36726cat >>conftest.$ac_ext <<_ACEOF
36727/* end confdefs.h. */
36728
36729int
36730main ()
36731{
36732
36733 ;
36734 return 0;
36735}
36736_ACEOF
36737rm -f conftest.$ac_objext
36738if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 36739 (eval $ac_compile) 2>conftest.er1
a848cd7e 36740 ac_status=$?
ac1cb8d3
VS
36741 grep -v '^ *+' conftest.er1 >conftest.err
36742 rm -f conftest.er1
36743 cat conftest.err >&5
a848cd7e
SC
36744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36745 (exit $ac_status); } &&
6ebeb4c7 36746 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
36747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36748 (eval $ac_try) 2>&5
36749 ac_status=$?
36750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36751 (exit $ac_status); }; } &&
36752 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
36753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36754 (eval $ac_try) 2>&5
36755 ac_status=$?
36756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36757 (exit $ac_status); }; }; then
36758 wx_cv_cflags_mthread=yes
36759else
36760 echo "$as_me: failed program was:" >&5
36761sed 's/^/| /' conftest.$ac_ext >&5
36762
36763wx_cv_cflags_mthread=no
36764
36765fi
ac1cb8d3 36766rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
36767
36768
36769fi
36770echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
36771echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
36772
36773 if test "$wx_cv_cflags_mthread" = "yes"; then
36774 CXXFLAGS="$CXXFLAGS -mthreads"
36775 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
36776 LDFLAGS="$LDFLAGS -mthreads"
36777 else
36778 CFLAGS="$CFLAGS_OLD"
36779 fi
36780 ;;
36781 *-pc-os2*emx )
36782 CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
36783 CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
36784 LDFLAGS="$LDFLAGS -Zmt"
36785 ;;
36786 esac
36787 fi
36788fi
36789
36790if test "$wxUSE_THREADS" = "yes"; then
36791 cat >>confdefs.h <<\_ACEOF
36792#define wxUSE_THREADS 1
36793_ACEOF
36794
36795
36796 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
36797else
36798 if test "$ac_cv_func_strtok_r" = "yes"; then
36799 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
36800echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
36801 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
36802 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
36803 echo "$as_me:$LINENO: result: yes" >&5
36804echo "${ECHO_T}yes" >&6
36805 else
36806 echo "$as_me:$LINENO: result: no" >&5
36807echo "${ECHO_T}no" >&6
36808 fi
36809 fi
36810fi
36811
36812if test "$WXGTK20" = 1 ; then
36813 cat >>confdefs.h <<_ACEOF
36814#define __WXGTK20__ $WXGTK20
36815_ACEOF
36816
36817 WXGTK12=1
36818fi
36819
36820if test "$WXGTK12" = 1 ; then
36821 cat >>confdefs.h <<_ACEOF
36822#define __WXGTK12__ $WXGTK12
36823_ACEOF
36824
36825fi
36826
36827if test "$WXGTK127" = 1 ; then
36828 cat >>confdefs.h <<_ACEOF
36829#define __WXGTK127__ $WXGTK127
36830_ACEOF
36831
36832fi
36833
36834if test "$WXGPE" = 1 ; then
36835 cat >>confdefs.h <<_ACEOF
36836#define __WXGPE__ $WXGPE
36837_ACEOF
36838
36839fi
36840
36841WXDEBUG=
36842
36843if test "$wxUSE_DEBUG_INFO" = "yes" ; then
36844 WXDEBUG="-g"
36845 wxUSE_OPTIMISE=no
36846fi
36847
36848if test "$wxUSE_DEBUG_GDB" = "yes" ; then
36849 wxUSE_DEBUG_INFO=yes
18228ab4
MW
36850 if test "$GCC" = yes; then
36851 WXDEBUG="-ggdb"
36852 fi
a848cd7e
SC
36853fi
36854
36855if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
36856 cat >>confdefs.h <<\_ACEOF
36857#define WXDEBUG 1
36858_ACEOF
36859
36860 WXDEBUG_DEFINE="-D__WXDEBUG__"
36861else
36862 if test "$wxUSE_GTK" = 1 ; then
36863 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
36864 fi
36865fi
36866
36867if test "$wxUSE_MEM_TRACING" = "yes" ; then
36868 cat >>confdefs.h <<\_ACEOF
36869#define wxUSE_MEMORY_TRACING 1
36870_ACEOF
36871
36872 cat >>confdefs.h <<\_ACEOF
36873#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
36874_ACEOF
36875
36876 cat >>confdefs.h <<\_ACEOF
36877#define wxUSE_DEBUG_NEW_ALWAYS 1
36878_ACEOF
36879
36880 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
36881fi
36882
36883if test "$wxUSE_DMALLOC" = "yes" ; then
df1b269d 36884 DMALLOC_LIBS="-ldmallocthcxx"
a848cd7e
SC
36885fi
36886
36887PROFILE=
36888if test "$wxUSE_PROFILE" = "yes" ; then
36889 PROFILE=" -pg"
36890fi
36891
36892CODE_GEN_FLAGS=
36893CODE_GEN_FLAGS_CXX=
36894if test "$GCC" = "yes" ; then
36895 if test "$wxUSE_NO_RTTI" = "yes" ; then
36896 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
36897 fi
36898 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36899 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
36900 fi
36901 if test "$wxUSE_PERMISSIVE" = "yes" ; then
36902 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
36903 fi
36904
36905 case "${host}" in
36906 powerpc*-*-aix* )
36907 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
36908 ;;
36909 *-hppa* )
36910 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
36911 ;;
36912 esac
36913fi
36914
36915OPTIMISE=
36916if test "$wxUSE_OPTIMISE" = "no" ; then
36917 if test "$GCC" = yes ; then
36918 OPTIMISE="-O0"
36919 fi
36920else
36921 if test "$GCC" = yes ; then
36922 OPTIMISE="-O2"
36923
36924 case "${host}" in
36925 i586-*-*|i686-*-* )
36926 OPTIMISE="${OPTIMISE} "
36927 ;;
36928 esac
36929 else
36930 OPTIMISE="-O"
36931 fi
36932fi
36933
36934
36935if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
36936 cat >>confdefs.h <<\_ACEOF
36937#define WXWIN_COMPATIBILITY_2_2 1
36938_ACEOF
36939
36940
36941 WXWIN_COMPATIBILITY_2_4="yes"
36942fi
36943
36944if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
36945 cat >>confdefs.h <<\_ACEOF
36946#define WXWIN_COMPATIBILITY_2_4 1
36947_ACEOF
36948
36949fi
36950
36951
36952if test "$wxUSE_GUI" = "yes"; then
881bfcd6 36953 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
36954#define wxUSE_GUI 1
36955_ACEOF
36956
36957
370fd4c2 36958 fi
a848cd7e
SC
36959
36960
36961if test "$wxUSE_UNIX" = "yes"; then
36962 cat >>confdefs.h <<\_ACEOF
36963#define wxUSE_UNIX 1
36964_ACEOF
36965
36966fi
36967
36968
36969if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36970
36971 HAVE_DL_FUNCS=0
36972 HAVE_SHL_FUNCS=0
36973 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36974 if test "$USE_DARWIN" = 1; then
36975 HAVE_DL_FUNCS=1
47a7e797
MW
36976 elif test "$USE_DOS" = 1; then
36977 HAVE_DL_FUNCS=0
a848cd7e
SC
36978 else
36979
36980for ac_func in dlopen
36981do
36982as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36983echo "$as_me:$LINENO: checking for $ac_func" >&5
36984echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36985if eval "test \"\${$as_ac_var+set}\" = set"; then
36986 echo $ECHO_N "(cached) $ECHO_C" >&6
36987else
36988 cat >conftest.$ac_ext <<_ACEOF
36989/* confdefs.h. */
36990_ACEOF
36991cat confdefs.h >>conftest.$ac_ext
36992cat >>conftest.$ac_ext <<_ACEOF
36993/* end confdefs.h. */
ac1cb8d3
VS
36994/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36995 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36996#define $ac_func innocuous_$ac_func
36997
a848cd7e
SC
36998/* System header to define __stub macros and hopefully few prototypes,
36999 which can conflict with char $ac_func (); below.
37000 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37001 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37002
a848cd7e
SC
37003#ifdef __STDC__
37004# include <limits.h>
37005#else
37006# include <assert.h>
37007#endif
ac1cb8d3
VS
37008
37009#undef $ac_func
37010
a848cd7e
SC
37011/* Override any gcc2 internal prototype to avoid an error. */
37012#ifdef __cplusplus
37013extern "C"
37014{
37015#endif
37016/* We use char because int might match the return type of a gcc2
37017 builtin and then its argument prototype would still apply. */
37018char $ac_func ();
37019/* The GNU C library defines this for functions which it implements
37020 to always fail with ENOSYS. Some functions are actually named
37021 something starting with __ and the normal name is an alias. */
37022#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37023choke me
37024#else
37025char (*f) () = $ac_func;
37026#endif
37027#ifdef __cplusplus
37028}
37029#endif
37030
37031int
37032main ()
37033{
37034return f != $ac_func;
37035 ;
37036 return 0;
37037}
37038_ACEOF
37039rm -f conftest.$ac_objext conftest$ac_exeext
37040if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37041 (eval $ac_link) 2>conftest.er1
a848cd7e 37042 ac_status=$?
ac1cb8d3
VS
37043 grep -v '^ *+' conftest.er1 >conftest.err
37044 rm -f conftest.er1
37045 cat conftest.err >&5
a848cd7e
SC
37046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37047 (exit $ac_status); } &&
6ebeb4c7 37048 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37050 (eval $ac_try) 2>&5
37051 ac_status=$?
37052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37053 (exit $ac_status); }; } &&
37054 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37056 (eval $ac_try) 2>&5
37057 ac_status=$?
37058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37059 (exit $ac_status); }; }; then
37060 eval "$as_ac_var=yes"
37061else
37062 echo "$as_me: failed program was:" >&5
37063sed 's/^/| /' conftest.$ac_ext >&5
37064
37065eval "$as_ac_var=no"
37066fi
ac1cb8d3
VS
37067rm -f conftest.err conftest.$ac_objext \
37068 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37069fi
37070echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37071echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37072if test `eval echo '${'$as_ac_var'}'` = yes; then
37073 cat >>confdefs.h <<_ACEOF
37074#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37075_ACEOF
37076
37077 cat >>confdefs.h <<\_ACEOF
37078#define HAVE_DLOPEN 1
37079_ACEOF
37080
37081 HAVE_DL_FUNCS=1
37082
37083else
37084
37085 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
37086echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
37087if test "${ac_cv_lib_dl_dlopen+set}" = set; then
37088 echo $ECHO_N "(cached) $ECHO_C" >&6
37089else
37090 ac_check_lib_save_LIBS=$LIBS
37091LIBS="-ldl $LIBS"
37092cat >conftest.$ac_ext <<_ACEOF
37093/* confdefs.h. */
37094_ACEOF
37095cat confdefs.h >>conftest.$ac_ext
37096cat >>conftest.$ac_ext <<_ACEOF
37097/* end confdefs.h. */
37098
37099/* Override any gcc2 internal prototype to avoid an error. */
37100#ifdef __cplusplus
37101extern "C"
37102#endif
37103/* We use char because int might match the return type of a gcc2
37104 builtin and then its argument prototype would still apply. */
37105char dlopen ();
37106int
37107main ()
37108{
37109dlopen ();
37110 ;
37111 return 0;
37112}
37113_ACEOF
37114rm -f conftest.$ac_objext conftest$ac_exeext
37115if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37116 (eval $ac_link) 2>conftest.er1
a848cd7e 37117 ac_status=$?
ac1cb8d3
VS
37118 grep -v '^ *+' conftest.er1 >conftest.err
37119 rm -f conftest.er1
37120 cat conftest.err >&5
a848cd7e
SC
37121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37122 (exit $ac_status); } &&
6ebeb4c7 37123 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37125 (eval $ac_try) 2>&5
37126 ac_status=$?
37127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37128 (exit $ac_status); }; } &&
37129 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37131 (eval $ac_try) 2>&5
37132 ac_status=$?
37133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37134 (exit $ac_status); }; }; then
37135 ac_cv_lib_dl_dlopen=yes
37136else
37137 echo "$as_me: failed program was:" >&5
37138sed 's/^/| /' conftest.$ac_ext >&5
37139
37140ac_cv_lib_dl_dlopen=no
37141fi
ac1cb8d3
VS
37142rm -f conftest.err conftest.$ac_objext \
37143 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37144LIBS=$ac_check_lib_save_LIBS
37145fi
37146echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
37147echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
37148if test $ac_cv_lib_dl_dlopen = yes; then
37149
37150 cat >>confdefs.h <<\_ACEOF
37151#define HAVE_DLOPEN 1
37152_ACEOF
37153
37154 HAVE_DL_FUNCS=1
37155 DL_LINK=" -ldl$DL_LINK"
37156
37157else
37158
37159
37160for ac_func in shl_load
37161do
37162as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37163echo "$as_me:$LINENO: checking for $ac_func" >&5
37164echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37165if eval "test \"\${$as_ac_var+set}\" = set"; then
37166 echo $ECHO_N "(cached) $ECHO_C" >&6
37167else
37168 cat >conftest.$ac_ext <<_ACEOF
37169/* confdefs.h. */
37170_ACEOF
37171cat confdefs.h >>conftest.$ac_ext
37172cat >>conftest.$ac_ext <<_ACEOF
37173/* end confdefs.h. */
ac1cb8d3
VS
37174/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37175 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37176#define $ac_func innocuous_$ac_func
37177
a848cd7e
SC
37178/* System header to define __stub macros and hopefully few prototypes,
37179 which can conflict with char $ac_func (); below.
37180 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37181 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37182
a848cd7e
SC
37183#ifdef __STDC__
37184# include <limits.h>
37185#else
37186# include <assert.h>
37187#endif
ac1cb8d3
VS
37188
37189#undef $ac_func
37190
a848cd7e
SC
37191/* Override any gcc2 internal prototype to avoid an error. */
37192#ifdef __cplusplus
37193extern "C"
37194{
37195#endif
37196/* We use char because int might match the return type of a gcc2
37197 builtin and then its argument prototype would still apply. */
37198char $ac_func ();
37199/* The GNU C library defines this for functions which it implements
37200 to always fail with ENOSYS. Some functions are actually named
37201 something starting with __ and the normal name is an alias. */
37202#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37203choke me
37204#else
37205char (*f) () = $ac_func;
37206#endif
37207#ifdef __cplusplus
37208}
37209#endif
37210
37211int
37212main ()
37213{
37214return f != $ac_func;
37215 ;
37216 return 0;
37217}
37218_ACEOF
37219rm -f conftest.$ac_objext conftest$ac_exeext
37220if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37221 (eval $ac_link) 2>conftest.er1
a848cd7e 37222 ac_status=$?
ac1cb8d3
VS
37223 grep -v '^ *+' conftest.er1 >conftest.err
37224 rm -f conftest.er1
37225 cat conftest.err >&5
a848cd7e
SC
37226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37227 (exit $ac_status); } &&
6ebeb4c7 37228 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37230 (eval $ac_try) 2>&5
37231 ac_status=$?
37232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37233 (exit $ac_status); }; } &&
37234 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37236 (eval $ac_try) 2>&5
37237 ac_status=$?
37238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37239 (exit $ac_status); }; }; then
37240 eval "$as_ac_var=yes"
37241else
37242 echo "$as_me: failed program was:" >&5
37243sed 's/^/| /' conftest.$ac_ext >&5
37244
37245eval "$as_ac_var=no"
37246fi
ac1cb8d3
VS
37247rm -f conftest.err conftest.$ac_objext \
37248 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37249fi
37250echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37251echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37252if test `eval echo '${'$as_ac_var'}'` = yes; then
37253 cat >>confdefs.h <<_ACEOF
37254#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37255_ACEOF
37256
37257 cat >>confdefs.h <<\_ACEOF
37258#define HAVE_SHL_LOAD 1
37259_ACEOF
37260
37261 HAVE_SHL_FUNCS=1
37262
37263else
37264
37265 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
37266echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
37267if test "${ac_cv_lib_shl_load_dld+set}" = set; then
37268 echo $ECHO_N "(cached) $ECHO_C" >&6
37269else
37270 ac_check_lib_save_LIBS=$LIBS
37271LIBS="-lshl_load $LIBS"
37272cat >conftest.$ac_ext <<_ACEOF
37273/* confdefs.h. */
37274_ACEOF
37275cat confdefs.h >>conftest.$ac_ext
37276cat >>conftest.$ac_ext <<_ACEOF
37277/* end confdefs.h. */
37278
37279/* Override any gcc2 internal prototype to avoid an error. */
37280#ifdef __cplusplus
37281extern "C"
37282#endif
37283/* We use char because int might match the return type of a gcc2
37284 builtin and then its argument prototype would still apply. */
37285char dld ();
37286int
37287main ()
37288{
37289dld ();
37290 ;
37291 return 0;
37292}
37293_ACEOF
37294rm -f conftest.$ac_objext conftest$ac_exeext
37295if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37296 (eval $ac_link) 2>conftest.er1
a848cd7e 37297 ac_status=$?
ac1cb8d3
VS
37298 grep -v '^ *+' conftest.er1 >conftest.err
37299 rm -f conftest.er1
37300 cat conftest.err >&5
a848cd7e
SC
37301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37302 (exit $ac_status); } &&
6ebeb4c7 37303 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37305 (eval $ac_try) 2>&5
37306 ac_status=$?
37307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37308 (exit $ac_status); }; } &&
37309 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37311 (eval $ac_try) 2>&5
37312 ac_status=$?
37313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37314 (exit $ac_status); }; }; then
37315 ac_cv_lib_shl_load_dld=yes
37316else
37317 echo "$as_me: failed program was:" >&5
37318sed 's/^/| /' conftest.$ac_ext >&5
37319
37320ac_cv_lib_shl_load_dld=no
37321fi
ac1cb8d3
VS
37322rm -f conftest.err conftest.$ac_objext \
37323 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37324LIBS=$ac_check_lib_save_LIBS
37325fi
37326echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
37327echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
37328if test $ac_cv_lib_shl_load_dld = yes; then
37329
37330 HAVE_SHL_FUNCS=1
37331 DL_LINK=" -ldld$DL_LINK"
37332
37333fi
37334
37335
37336fi
37337done
37338
37339
37340fi
37341
37342
37343fi
37344done
37345
37346
37347 if test "$HAVE_DL_FUNCS" = 1; then
37348
37349for ac_func in dlerror
37350do
37351as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37352echo "$as_me:$LINENO: checking for $ac_func" >&5
37353echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37354if eval "test \"\${$as_ac_var+set}\" = set"; then
37355 echo $ECHO_N "(cached) $ECHO_C" >&6
37356else
37357 cat >conftest.$ac_ext <<_ACEOF
37358/* confdefs.h. */
37359_ACEOF
37360cat confdefs.h >>conftest.$ac_ext
37361cat >>conftest.$ac_ext <<_ACEOF
37362/* end confdefs.h. */
ac1cb8d3
VS
37363/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37364 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37365#define $ac_func innocuous_$ac_func
37366
a848cd7e
SC
37367/* System header to define __stub macros and hopefully few prototypes,
37368 which can conflict with char $ac_func (); below.
37369 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37370 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 37371
a848cd7e
SC
37372#ifdef __STDC__
37373# include <limits.h>
37374#else
37375# include <assert.h>
37376#endif
ac1cb8d3
VS
37377
37378#undef $ac_func
37379
a848cd7e
SC
37380/* Override any gcc2 internal prototype to avoid an error. */
37381#ifdef __cplusplus
37382extern "C"
37383{
37384#endif
37385/* We use char because int might match the return type of a gcc2
37386 builtin and then its argument prototype would still apply. */
37387char $ac_func ();
37388/* The GNU C library defines this for functions which it implements
37389 to always fail with ENOSYS. Some functions are actually named
37390 something starting with __ and the normal name is an alias. */
37391#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37392choke me
37393#else
37394char (*f) () = $ac_func;
37395#endif
37396#ifdef __cplusplus
37397}
37398#endif
37399
37400int
37401main ()
37402{
37403return f != $ac_func;
37404 ;
37405 return 0;
37406}
37407_ACEOF
37408rm -f conftest.$ac_objext conftest$ac_exeext
37409if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37410 (eval $ac_link) 2>conftest.er1
a848cd7e 37411 ac_status=$?
ac1cb8d3
VS
37412 grep -v '^ *+' conftest.er1 >conftest.err
37413 rm -f conftest.er1
37414 cat conftest.err >&5
a848cd7e
SC
37415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37416 (exit $ac_status); } &&
6ebeb4c7 37417 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37419 (eval $ac_try) 2>&5
37420 ac_status=$?
37421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37422 (exit $ac_status); }; } &&
37423 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37425 (eval $ac_try) 2>&5
37426 ac_status=$?
37427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37428 (exit $ac_status); }; }; then
37429 eval "$as_ac_var=yes"
37430else
37431 echo "$as_me: failed program was:" >&5
37432sed 's/^/| /' conftest.$ac_ext >&5
37433
37434eval "$as_ac_var=no"
37435fi
ac1cb8d3
VS
37436rm -f conftest.err conftest.$ac_objext \
37437 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37438fi
37439echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37440echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37441if test `eval echo '${'$as_ac_var'}'` = yes; then
37442 cat >>confdefs.h <<_ACEOF
37443#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37444_ACEOF
37445 cat >>confdefs.h <<\_ACEOF
37446#define HAVE_DLERROR 1
37447_ACEOF
37448
37449else
37450
37451 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
37452echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
37453if test "${ac_cv_lib_dl_dlerror+set}" = set; then
37454 echo $ECHO_N "(cached) $ECHO_C" >&6
37455else
37456 ac_check_lib_save_LIBS=$LIBS
37457LIBS="-ldl $LIBS"
37458cat >conftest.$ac_ext <<_ACEOF
37459/* confdefs.h. */
37460_ACEOF
37461cat confdefs.h >>conftest.$ac_ext
37462cat >>conftest.$ac_ext <<_ACEOF
37463/* end confdefs.h. */
37464
37465/* Override any gcc2 internal prototype to avoid an error. */
37466#ifdef __cplusplus
37467extern "C"
37468#endif
37469/* We use char because int might match the return type of a gcc2
37470 builtin and then its argument prototype would still apply. */
37471char dlerror ();
37472int
37473main ()
37474{
37475dlerror ();
37476 ;
37477 return 0;
37478}
37479_ACEOF
37480rm -f conftest.$ac_objext conftest$ac_exeext
37481if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37482 (eval $ac_link) 2>conftest.er1
a848cd7e 37483 ac_status=$?
ac1cb8d3
VS
37484 grep -v '^ *+' conftest.er1 >conftest.err
37485 rm -f conftest.er1
37486 cat conftest.err >&5
a848cd7e
SC
37487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37488 (exit $ac_status); } &&
6ebeb4c7 37489 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37491 (eval $ac_try) 2>&5
37492 ac_status=$?
37493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37494 (exit $ac_status); }; } &&
37495 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37497 (eval $ac_try) 2>&5
37498 ac_status=$?
37499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37500 (exit $ac_status); }; }; then
37501 ac_cv_lib_dl_dlerror=yes
37502else
37503 echo "$as_me: failed program was:" >&5
37504sed 's/^/| /' conftest.$ac_ext >&5
37505
37506ac_cv_lib_dl_dlerror=no
37507fi
ac1cb8d3
VS
37508rm -f conftest.err conftest.$ac_objext \
37509 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37510LIBS=$ac_check_lib_save_LIBS
37511fi
37512echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
37513echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
37514if test $ac_cv_lib_dl_dlerror = yes; then
37515 cat >>confdefs.h <<\_ACEOF
37516#define HAVE_DLERROR 1
37517_ACEOF
37518
37519fi
37520
37521
37522
37523fi
37524done
37525
37526 fi
37527 fi
37528
37529 if test "$HAVE_DL_FUNCS" = 0; then
37530 if test "$HAVE_SHL_FUNCS" = 0; then
47a7e797 37531 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
a848cd7e
SC
37532 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
37533echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
37534 wxUSE_DYNAMIC_LOADER=no
37535 wxUSE_DYNLIB_CLASS=no
37536 else
37537 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
37538echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
37539 fi
37540 fi
37541 fi
37542 fi
37543fi
37544
37545if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
37546 cat >>confdefs.h <<\_ACEOF
37547#define wxUSE_DYNAMIC_LOADER 1
37548_ACEOF
37549
37550fi
37551if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
37552 cat >>confdefs.h <<\_ACEOF
37553#define wxUSE_DYNLIB_CLASS 1
37554_ACEOF
37555
37556fi
37557
37558
37559
37560if test "$wxUSE_PLUGINS" = "yes" ; then
37561 if test "$wxUSE_SHARED" = "no" ; then
37562 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
37563echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
37564 wxUSE_PLUGINS=no
37565 fi
37566 if test "$wxUSE_MONOLITHIC" = "yes" ; then
37567 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
37568echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
37569 wxUSE_PLUGINS=no
37570 fi
37571 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
37572 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
37573echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
37574 wxUSE_PLUGINS=no
37575 fi
37576 if test "$wxUSE_PLUGINS" = "yes" ; then
37577 cat >>confdefs.h <<\_ACEOF
37578#define wxUSE_PLUGINS 1
37579_ACEOF
37580
37581 fi
37582fi
37583
37584
37585if test "$wxUSE_STL" = "yes"; then
37586 cat >>confdefs.h <<\_ACEOF
37587#define wxUSE_STL 1
37588_ACEOF
37589
37590fi
37591
37592if test "$wxUSE_APPLE_IEEE" = "yes"; then
37593 cat >>confdefs.h <<\_ACEOF
37594#define wxUSE_APPLE_IEEE 1
37595_ACEOF
37596
37597fi
37598
37599if test "$wxUSE_TIMER" = "yes"; then
37600 cat >>confdefs.h <<\_ACEOF
37601#define wxUSE_TIMER 1
37602_ACEOF
37603
37604fi
37605
9c112555 37606if test "$USE_UNIX" = "1" ; then
d12aef51
VZ
37607 echo "$as_me:$LINENO: checking for ioctl() in sys/soundcard.h" >&5
37608echo $ECHO_N "checking for ioctl() in sys/soundcard.h... $ECHO_C" >&6
37609if test "${ac_cv_header_sys_soundcard+set}" = set; then
a848cd7e 37610 echo $ECHO_N "(cached) $ECHO_C" >&6
a848cd7e 37611else
d12aef51
VZ
37612
37613 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
37614/* confdefs.h. */
37615_ACEOF
37616cat confdefs.h >>conftest.$ac_ext
37617cat >>conftest.$ac_ext <<_ACEOF
37618/* end confdefs.h. */
d12aef51
VZ
37619
37620 #include <sys/soundcard.h>
37621
37622int
37623main ()
37624{
37625
37626 ioctl(0, SNDCTL_DSP_SYNC, 0);
37627
37628 ;
37629 return 0;
37630}
a848cd7e 37631_ACEOF
d12aef51
VZ
37632rm -f conftest.$ac_objext conftest$ac_exeext
37633if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37634 (eval $ac_link) 2>conftest.er1
a848cd7e 37635 ac_status=$?
ac1cb8d3
VS
37636 grep -v '^ *+' conftest.er1 >conftest.err
37637 rm -f conftest.er1
37638 cat conftest.err >&5
a848cd7e
SC
37639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37640 (exit $ac_status); } &&
6ebeb4c7 37641 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37643 (eval $ac_try) 2>&5
37644 ac_status=$?
37645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37646 (exit $ac_status); }; } &&
d12aef51 37647 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
37648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37649 (eval $ac_try) 2>&5
37650 ac_status=$?
37651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37652 (exit $ac_status); }; }; then
d12aef51 37653 ac_cv_header_sys_soundcard=yes
a848cd7e
SC
37654else
37655 echo "$as_me: failed program was:" >&5
37656sed 's/^/| /' conftest.$ac_ext >&5
37657
a848cd7e 37658
d12aef51
VZ
37659 saveLibs="$LIBS"
37660 LIBS="$saveLibs -lossaudio"
37661 cat >conftest.$ac_ext <<_ACEOF
a848cd7e
SC
37662/* confdefs.h. */
37663_ACEOF
37664cat confdefs.h >>conftest.$ac_ext
37665cat >>conftest.$ac_ext <<_ACEOF
37666/* end confdefs.h. */
d12aef51
VZ
37667
37668 #include <sys/soundcard.h>
37669
37670int
37671main ()
37672{
37673
37674 ioctl(0, SNDCTL_DSP_SYNC, 0);
37675
37676 ;
37677 return 0;
37678}
a848cd7e 37679_ACEOF
d12aef51
VZ
37680rm -f conftest.$ac_objext conftest$ac_exeext
37681if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37682 (eval $ac_link) 2>conftest.er1
a848cd7e
SC
37683 ac_status=$?
37684 grep -v '^ *+' conftest.er1 >conftest.err
37685 rm -f conftest.er1
37686 cat conftest.err >&5
37687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d12aef51
VZ
37688 (exit $ac_status); } &&
37689 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37691 (eval $ac_try) 2>&5
37692 ac_status=$?
37693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37694 (exit $ac_status); }; } &&
37695 { ac_try='test -s conftest$ac_exeext'
37696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37697 (eval $ac_try) 2>&5
37698 ac_status=$?
37699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37700 (exit $ac_status); }; }; then
37701 ac_cv_header_sys_soundcard=yes
a848cd7e
SC
37702else
37703 echo "$as_me: failed program was:" >&5
37704sed 's/^/| /' conftest.$ac_ext >&5
37705
a848cd7e 37706
d12aef51
VZ
37707 LIBS="$saveLibs"
37708 ac_cv_header_sys_soundcard=no
37709
37710
a848cd7e 37711fi
d12aef51
VZ
37712rm -f conftest.err conftest.$ac_objext \
37713 conftest$ac_exeext conftest.$ac_ext
37714
a848cd7e
SC
37715
37716fi
d12aef51
VZ
37717rm -f conftest.err conftest.$ac_objext \
37718 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
37719
37720fi
d12aef51
VZ
37721echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
37722echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
a848cd7e 37723
d12aef51
VZ
37724 if test "$ac_cv_header_sys_soundcard" = "yes"; then
37725 cat >>confdefs.h <<\_ACEOF
37726#define HAVE_SYS_SOUNDCARD_H 1
37727_ACEOF
a848cd7e 37728
d12aef51
VZ
37729 else
37730 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
37731 fi
9c112555
MW
37732fi
37733WITH_PLUGIN_SDL=0
37734if test "$wxUSE_SOUND" = "yes"; then
37735 if test "$USE_UNIX" = "1" ; then
a848cd7e
SC
37736 if test "$wxUSE_LIBSDL" != "no"; then
37737
37738# Check whether --with-sdl-prefix or --without-sdl-prefix was given.
37739if test "${with_sdl_prefix+set}" = set; then
37740 withval="$with_sdl_prefix"
37741 sdl_prefix="$withval"
37742else
37743 sdl_prefix=""
37744fi;
37745
37746# Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
37747if test "${with_sdl_exec_prefix+set}" = set; then
37748 withval="$with_sdl_exec_prefix"
37749 sdl_exec_prefix="$withval"
37750else
37751 sdl_exec_prefix=""
37752fi;
37753# Check whether --enable-sdltest or --disable-sdltest was given.
37754if test "${enable_sdltest+set}" = set; then
37755 enableval="$enable_sdltest"
37756
37757else
37758 enable_sdltest=yes
37759fi;
37760
37761 if test x$sdl_exec_prefix != x ; then
37762 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
37763 if test x${SDL_CONFIG+set} != xset ; then
37764 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
37765 fi
37766 fi
37767 if test x$sdl_prefix != x ; then
37768 sdl_args="$sdl_args --prefix=$sdl_prefix"
37769 if test x${SDL_CONFIG+set} != xset ; then
37770 SDL_CONFIG=$sdl_prefix/bin/sdl-config
37771 fi
37772 fi
37773
37774
37775 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
37776 # Extract the first word of "sdl-config", so it can be a program name with args.
37777set dummy sdl-config; ac_word=$2
37778echo "$as_me:$LINENO: checking for $ac_word" >&5
37779echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37780if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
37781 echo $ECHO_N "(cached) $ECHO_C" >&6
37782else
37783 case $SDL_CONFIG in
37784 [\\/]* | ?:[\\/]*)
37785 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
37786 ;;
37787 *)
37788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37789for as_dir in $PATH
37790do
37791 IFS=$as_save_IFS
37792 test -z "$as_dir" && as_dir=.
37793 for ac_exec_ext in '' $ac_executable_extensions; do
37794 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37795 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
37796 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37797 break 2
37798 fi
37799done
37800done
37801
37802 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
37803 ;;
37804esac
37805fi
37806SDL_CONFIG=$ac_cv_path_SDL_CONFIG
37807
37808if test -n "$SDL_CONFIG"; then
37809 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
37810echo "${ECHO_T}$SDL_CONFIG" >&6
37811else
37812 echo "$as_me:$LINENO: result: no" >&5
37813echo "${ECHO_T}no" >&6
37814fi
37815
37816 min_sdl_version=1.2.0
37817 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
37818echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
37819 no_sdl=""
37820 if test "$SDL_CONFIG" = "no" ; then
37821 no_sdl=yes
37822 else
37823 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
37824 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
37825
37826 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
37827 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
37828 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
37829 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
37830 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
37831 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
37832 if test "x$enable_sdltest" = "xyes" ; then
37833 ac_save_CFLAGS="$CFLAGS"
94acd38e 37834 ac_save_CXXFLAGS="$CXXFLAGS"
a848cd7e
SC
37835 ac_save_LIBS="$LIBS"
37836 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 37837 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
37838 LIBS="$LIBS $SDL_LIBS"
37839 rm -f conf.sdltest
37840 if test "$cross_compiling" = yes; then
37841 echo $ac_n "cross compiling; assumed OK... $ac_c"
37842else
37843 cat >conftest.$ac_ext <<_ACEOF
37844/* confdefs.h. */
37845_ACEOF
37846cat confdefs.h >>conftest.$ac_ext
37847cat >>conftest.$ac_ext <<_ACEOF
37848/* end confdefs.h. */
37849
37850#include <stdio.h>
37851#include <stdlib.h>
37852#include <string.h>
37853#include "SDL.h"
37854
37855char*
37856my_strdup (char *str)
37857{
37858 char *new_str;
37859
37860 if (str)
37861 {
37862 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
37863 strcpy (new_str, str);
37864 }
37865 else
37866 new_str = NULL;
37867
37868 return new_str;
37869}
37870
37871int main (int argc, char *argv[])
37872{
37873 int major, minor, micro;
37874 char *tmp_version;
37875
37876 /* This hangs on some systems (?)
37877 system ("touch conf.sdltest");
37878 */
37879 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
37880
37881 /* HP/UX 9 (%@#!) writes to sscanf strings */
37882 tmp_version = my_strdup("$min_sdl_version");
37883 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
37884 printf("%s, bad version string\n", "$min_sdl_version");
37885 exit(1);
37886 }
37887
37888 if (($sdl_major_version > major) ||
37889 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
37890 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
37891 {
37892 return 0;
37893 }
37894 else
37895 {
37896 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
37897 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
37898 printf("*** best to upgrade to the required version.\n");
37899 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
37900 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
37901 printf("*** config.cache before re-running configure\n");
37902 return 1;
37903 }
37904}
37905
37906
37907_ACEOF
37908rm -f conftest$ac_exeext
37909if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37910 (eval $ac_link) 2>&5
37911 ac_status=$?
37912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37913 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
37914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37915 (eval $ac_try) 2>&5
37916 ac_status=$?
37917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37918 (exit $ac_status); }; }; then
37919 :
37920else
37921 echo "$as_me: program exited with status $ac_status" >&5
37922echo "$as_me: failed program was:" >&5
37923sed 's/^/| /' conftest.$ac_ext >&5
37924
37925( exit $ac_status )
37926no_sdl=yes
37927fi
ac1cb8d3 37928rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
37929fi
37930 CFLAGS="$ac_save_CFLAGS"
94acd38e 37931 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
37932 LIBS="$ac_save_LIBS"
37933 fi
37934 fi
37935 if test "x$no_sdl" = x ; then
37936 echo "$as_me:$LINENO: result: yes" >&5
37937echo "${ECHO_T}yes" >&6
37938
37939 EXTRALIBS_SDL="$SDL_LIBS"
37940 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
37941 cat >>confdefs.h <<\_ACEOF
37942#define wxUSE_LIBSDL 1
37943_ACEOF
37944
37945
37946 else
37947 echo "$as_me:$LINENO: result: no" >&5
37948echo "${ECHO_T}no" >&6
37949 if test "$SDL_CONFIG" = "no" ; then
37950 echo "*** The sdl-config script installed by SDL could not be found"
37951 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
37952 echo "*** your path, or set the SDL_CONFIG environment variable to the"
37953 echo "*** full path to sdl-config."
37954 else
37955 if test -f conf.sdltest ; then
37956 :
37957 else
37958 echo "*** Could not run SDL test program, checking why..."
37959 CFLAGS="$CFLAGS $SDL_CFLAGS"
94acd38e 37960 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
a848cd7e
SC
37961 LIBS="$LIBS $SDL_LIBS"
37962 cat >conftest.$ac_ext <<_ACEOF
37963/* confdefs.h. */
37964_ACEOF
37965cat confdefs.h >>conftest.$ac_ext
37966cat >>conftest.$ac_ext <<_ACEOF
37967/* end confdefs.h. */
37968
37969#include <stdio.h>
37970#include "SDL.h"
37971
37972int main(int argc, char *argv[])
37973{ return 0; }
37974#undef main
37975#define main K_and_R_C_main
37976
37977int
37978main ()
37979{
37980 return 0;
37981 ;
37982 return 0;
37983}
37984_ACEOF
37985rm -f conftest.$ac_objext conftest$ac_exeext
37986if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 37987 (eval $ac_link) 2>conftest.er1
a848cd7e 37988 ac_status=$?
ac1cb8d3
VS
37989 grep -v '^ *+' conftest.er1 >conftest.err
37990 rm -f conftest.er1
37991 cat conftest.err >&5
a848cd7e
SC
37992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37993 (exit $ac_status); } &&
6ebeb4c7 37994 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
37995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37996 (eval $ac_try) 2>&5
37997 ac_status=$?
37998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37999 (exit $ac_status); }; } &&
38000 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38002 (eval $ac_try) 2>&5
38003 ac_status=$?
38004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38005 (exit $ac_status); }; }; then
38006 echo "*** The test program compiled, but did not run. This usually means"
38007 echo "*** that the run-time linker is not finding SDL or finding the wrong"
38008 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
38009 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
38010 echo "*** to the installed location Also, make sure you have run ldconfig if that"
38011 echo "*** is required on your system"
38012 echo "***"
38013 echo "*** If you have an old version installed, it is best to remove it, although"
38014 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
38015else
38016 echo "$as_me: failed program was:" >&5
38017sed 's/^/| /' conftest.$ac_ext >&5
38018
38019 echo "*** The test program failed to compile or link. See the file config.log for the"
38020 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
38021 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
38022 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
38023fi
ac1cb8d3
VS
38024rm -f conftest.err conftest.$ac_objext \
38025 conftest$ac_exeext conftest.$ac_ext
a848cd7e 38026 CFLAGS="$ac_save_CFLAGS"
94acd38e 38027 CXXFLAGS="$ac_save_CXXFLAGS"
a848cd7e
SC
38028 LIBS="$ac_save_LIBS"
38029 fi
38030 fi
38031 SDL_CFLAGS=""
38032 SDL_LIBS=""
38033 wxUSE_LIBSDL="no"
38034 fi
38035
38036
38037 rm -f conf.sdltest
38038
38039 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
38040 WITH_PLUGIN_SDL=1
38041 fi
38042 fi
38043 fi
38044
38045 cat >>confdefs.h <<\_ACEOF
38046#define wxUSE_SOUND 1
38047_ACEOF
38048
38049 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
38050fi
38051
d1c38808
VZ
38052if test "$WXGTK20" = 1; then
38053 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
38054 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
38055
38056
38057 succeeded=no
38058
38059 if test -z "$PKG_CONFIG"; then
38060 # Extract the first word of "pkg-config", so it can be a program name with args.
38061set dummy pkg-config; ac_word=$2
38062echo "$as_me:$LINENO: checking for $ac_word" >&5
38063echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38064if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
38065 echo $ECHO_N "(cached) $ECHO_C" >&6
38066else
38067 case $PKG_CONFIG in
38068 [\\/]* | ?:[\\/]*)
38069 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
38070 ;;
38071 *)
38072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38073for as_dir in $PATH
38074do
38075 IFS=$as_save_IFS
38076 test -z "$as_dir" && as_dir=.
38077 for ac_exec_ext in '' $ac_executable_extensions; do
38078 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38079 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
38080 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38081 break 2
38082 fi
38083done
38084done
38085
38086 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
38087 ;;
38088esac
38089fi
38090PKG_CONFIG=$ac_cv_path_PKG_CONFIG
38091
38092if test -n "$PKG_CONFIG"; then
38093 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
38094echo "${ECHO_T}$PKG_CONFIG" >&6
38095else
38096 echo "$as_me:$LINENO: result: no" >&5
38097echo "${ECHO_T}no" >&6
38098fi
38099
38100 fi
38101
38102 if test "$PKG_CONFIG" = "no" ; then
38103 echo "*** The pkg-config script could not be found. Make sure it is"
38104 echo "*** in your path, or set the PKG_CONFIG environment variable"
38105 echo "*** to the full path to pkg-config."
38106 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
38107 else
38108 PKG_CONFIG_MIN_VERSION=0.9.0
38109 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
ffa762ff
VS
38110 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
38111echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
d1c38808 38112
ffa762ff 38113 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
d1c38808
VZ
38114 echo "$as_me:$LINENO: result: yes" >&5
38115echo "${ECHO_T}yes" >&6
38116 succeeded=yes
38117
38118 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
38119echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
ffa762ff 38120 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
38121 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
38122echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
38123
38124 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
38125echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
ffa762ff 38126 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
38127 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
38128echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
38129 else
38130 LIBGNOMEPRINTUI_CFLAGS=""
38131 LIBGNOMEPRINTUI_LIBS=""
38132 ## If we have a custom action on failure, don't print errors, but
38133 ## do set a variable so people can do so.
ffa762ff 38134 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
d1c38808
VZ
38135
38136 fi
38137
38138
38139
38140 else
38141 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
38142 echo "*** See http://www.freedesktop.org/software/pkgconfig"
38143 fi
38144 fi
38145
38146 if test $succeeded = yes; then
38147
d1c38808
VZ
38148 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
38149 cat >>confdefs.h <<\_ACEOF
38150#define wxUSE_LIBGNOMEPRINT 1
38151_ACEOF
38152
38153
38154 else
38155
38156 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
38157echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
38158 wxUSE_LIBGNOMEPRINT="no"
38159
38160
38161 fi
38162
38163 fi
38164 fi
38165fi
38166
38167
a848cd7e
SC
38168if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
38169 cat >>confdefs.h <<\_ACEOF
38170#define wxUSE_CMDLINE_PARSER 1
38171_ACEOF
38172
38173fi
38174
38175if test "$wxUSE_STOPWATCH" = "yes"; then
38176 cat >>confdefs.h <<\_ACEOF
38177#define wxUSE_STOPWATCH 1
38178_ACEOF
38179
38180fi
38181
38182if test "$wxUSE_DATETIME" = "yes"; then
38183 cat >>confdefs.h <<\_ACEOF
38184#define wxUSE_DATETIME 1
38185_ACEOF
38186
38187fi
38188
38189if test "$wxUSE_FILE" = "yes"; then
38190 cat >>confdefs.h <<\_ACEOF
38191#define wxUSE_FILE 1
38192_ACEOF
38193
38194fi
38195
38196if test "$wxUSE_FFILE" = "yes"; then
38197 cat >>confdefs.h <<\_ACEOF
38198#define wxUSE_FFILE 1
38199_ACEOF
38200
38201fi
38202
38203if test "$wxUSE_FILESYSTEM" = "yes"; then
38204 cat >>confdefs.h <<\_ACEOF
38205#define wxUSE_FILESYSTEM 1
38206_ACEOF
38207
38208fi
38209
38210if test "$wxUSE_FS_ZIP" = "yes"; then
38211 cat >>confdefs.h <<\_ACEOF
38212#define wxUSE_FS_ZIP 1
38213_ACEOF
38214
38215fi
38216
9e8e867f 38217if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
a848cd7e 38218 cat >>confdefs.h <<\_ACEOF
9e8e867f 38219#define wxUSE_ARCHIVE_STREAMS 1
81f90336
MW
38220_ACEOF
38221
38222fi
38223
38224if test "$wxUSE_ZIPSTREAM" = "yes"; then
9e8e867f 38225 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
81f90336
MW
38226 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
38227echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
38228 elif test "$wxUSE_ZLIB" = "no"; then
38229 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
38230echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
38231 else
38232 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
38233#define wxUSE_ZIPSTREAM 1
38234_ACEOF
38235
81f90336 38236 fi
a848cd7e
SC
38237fi
38238
a848cd7e 38239if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
18228ab4
MW
38240 if test "$USE_UNIX" != 1; then
38241 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
38242echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
38243 wxUSE_ON_FATAL_EXCEPTION=no
38244 else
38245 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
38246#define wxUSE_ON_FATAL_EXCEPTION 1
38247_ACEOF
38248
18228ab4 38249 fi
a848cd7e
SC
38250fi
38251
eaff0f0d
VZ
38252if test "$wxUSE_STACKWALKER" = "yes"; then
38253 cat >>confdefs.h <<\_ACEOF
38254#define wxUSE_STACKWALKER 1
38255_ACEOF
38256
38257fi
38258
36b6448c 38259if test "$wxUSE_DEBUGREPORT" = "yes"; then
18228ab4
MW
38260 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
38261 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
38262echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
dfe0c803
JS
38263 wxUSE_DEBUGREPORT=no
38264 else
38265 cat >>confdefs.h <<\_ACEOF
36b6448c
VZ
38266#define wxUSE_DEBUGREPORT 1
38267_ACEOF
38268
21dfc162
MW
38269 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
38270 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
38271 fi
dfe0c803 38272 fi
36b6448c
VZ
38273fi
38274
a848cd7e
SC
38275if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
38276 cat >>confdefs.h <<\_ACEOF
38277#define wxUSE_SNGLINST_CHECKER 1
38278_ACEOF
38279
38280fi
38281
38282if test "$wxUSE_BUSYINFO" = "yes"; then
38283 cat >>confdefs.h <<\_ACEOF
38284#define wxUSE_BUSYINFO 1
38285_ACEOF
38286
38287fi
38288
38289if test "$wxUSE_STD_IOSTREAM" = "yes"; then
38290 cat >>confdefs.h <<\_ACEOF
38291#define wxUSE_STD_IOSTREAM 1
38292_ACEOF
38293
38294fi
38295
59746b65
MW
38296if test "$wxUSE_STD_STRING" = "yes"; then
38297 cat >>confdefs.h <<\_ACEOF
38298#define wxUSE_STD_STRING 1
38299_ACEOF
38300
38301fi
38302
07158944
VZ
38303if test "$wxUSE_STDPATHS" = "yes"; then
38304 cat >>confdefs.h <<\_ACEOF
38305#define wxUSE_STDPATHS 1
38306_ACEOF
38307
38308fi
38309
a848cd7e
SC
38310if test "$wxUSE_TEXTBUFFER" = "yes"; then
38311 cat >>confdefs.h <<\_ACEOF
38312#define wxUSE_TEXTBUFFER 1
38313_ACEOF
38314
38315fi
38316
38317if test "$wxUSE_TEXTFILE" = "yes"; then
38318 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
38319 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
38320echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
38321 else
38322 cat >>confdefs.h <<\_ACEOF
38323#define wxUSE_TEXTFILE 1
38324_ACEOF
38325
38326 fi
38327fi
38328
38329if test "$wxUSE_CONFIG" = "yes" ; then
38330 if test "$wxUSE_TEXTFILE" != "yes"; then
38331 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
38332echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
38333 else
38334 cat >>confdefs.h <<\_ACEOF
38335#define wxUSE_CONFIG 1
89be85c2
VS
38336_ACEOF
38337
38338 cat >>confdefs.h <<\_ACEOF
38339#define wxUSE_CONFIG_NATIVE 1
a848cd7e
SC
38340_ACEOF
38341
38342 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
38343 fi
38344fi
38345
38346if test "$wxUSE_INTL" = "yes" ; then
38347 if test "$wxUSE_FILE" != "yes"; then
38348 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
38349echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
38350 else
38351 cat >>confdefs.h <<\_ACEOF
38352#define wxUSE_INTL 1
38353_ACEOF
38354
38355 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
38356 GUIDIST="$GUIDIST INTL_DIST"
38357 fi
38358fi
38359
38360if test "$wxUSE_LOG" = "yes"; then
38361 cat >>confdefs.h <<\_ACEOF
38362#define wxUSE_LOG 1
38363_ACEOF
38364
38365
38366 if test "$wxUSE_LOGGUI" = "yes"; then
38367 cat >>confdefs.h <<\_ACEOF
38368#define wxUSE_LOGGUI 1
38369_ACEOF
38370
38371 fi
38372
38373 if test "$wxUSE_LOGWINDOW" = "yes"; then
38374 cat >>confdefs.h <<\_ACEOF
38375#define wxUSE_LOGWINDOW 1
38376_ACEOF
38377
38378 fi
38379
38380 if test "$wxUSE_LOGDIALOG" = "yes"; then
38381 cat >>confdefs.h <<\_ACEOF
38382#define wxUSE_LOG_DIALOG 1
38383_ACEOF
38384
38385 fi
0b78747f
MW
38386
38387 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
a848cd7e
SC
38388fi
38389
38390if test "$wxUSE_LONGLONG" = "yes"; then
38391 cat >>confdefs.h <<\_ACEOF
38392#define wxUSE_LONGLONG 1
38393_ACEOF
38394
38395fi
38396
38397if test "$wxUSE_GEOMETRY" = "yes"; then
38398 cat >>confdefs.h <<\_ACEOF
38399#define wxUSE_GEOMETRY 1
38400_ACEOF
38401
38402fi
38403
a848cd7e
SC
38404if test "$wxUSE_STREAMS" = "yes" ; then
38405 cat >>confdefs.h <<\_ACEOF
38406#define wxUSE_STREAMS 1
38407_ACEOF
38408
38409fi
38410
38411
38412if test "$wxUSE_DATETIME" = "yes"; then
38413
38414for ac_func in strptime
38415do
38416as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38417echo "$as_me:$LINENO: checking for $ac_func" >&5
38418echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38419if eval "test \"\${$as_ac_var+set}\" = set"; then
38420 echo $ECHO_N "(cached) $ECHO_C" >&6
38421else
38422 cat >conftest.$ac_ext <<_ACEOF
38423/* confdefs.h. */
38424_ACEOF
38425cat confdefs.h >>conftest.$ac_ext
38426cat >>conftest.$ac_ext <<_ACEOF
38427/* end confdefs.h. */
ac1cb8d3
VS
38428/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38429 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38430#define $ac_func innocuous_$ac_func
38431
a848cd7e
SC
38432/* System header to define __stub macros and hopefully few prototypes,
38433 which can conflict with char $ac_func (); below.
38434 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38435 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38436
a848cd7e
SC
38437#ifdef __STDC__
38438# include <limits.h>
38439#else
38440# include <assert.h>
38441#endif
ac1cb8d3
VS
38442
38443#undef $ac_func
38444
a848cd7e
SC
38445/* Override any gcc2 internal prototype to avoid an error. */
38446#ifdef __cplusplus
38447extern "C"
38448{
38449#endif
38450/* We use char because int might match the return type of a gcc2
38451 builtin and then its argument prototype would still apply. */
38452char $ac_func ();
38453/* The GNU C library defines this for functions which it implements
38454 to always fail with ENOSYS. Some functions are actually named
38455 something starting with __ and the normal name is an alias. */
38456#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38457choke me
38458#else
38459char (*f) () = $ac_func;
38460#endif
38461#ifdef __cplusplus
38462}
38463#endif
38464
38465int
38466main ()
38467{
38468return f != $ac_func;
38469 ;
38470 return 0;
38471}
38472_ACEOF
38473rm -f conftest.$ac_objext conftest$ac_exeext
38474if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38475 (eval $ac_link) 2>conftest.er1
a848cd7e 38476 ac_status=$?
ac1cb8d3
VS
38477 grep -v '^ *+' conftest.er1 >conftest.err
38478 rm -f conftest.er1
38479 cat conftest.err >&5
a848cd7e
SC
38480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38481 (exit $ac_status); } &&
6ebeb4c7 38482 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38484 (eval $ac_try) 2>&5
38485 ac_status=$?
38486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38487 (exit $ac_status); }; } &&
38488 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38490 (eval $ac_try) 2>&5
38491 ac_status=$?
38492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38493 (exit $ac_status); }; }; then
38494 eval "$as_ac_var=yes"
38495else
38496 echo "$as_me: failed program was:" >&5
38497sed 's/^/| /' conftest.$ac_ext >&5
38498
38499eval "$as_ac_var=no"
38500fi
ac1cb8d3
VS
38501rm -f conftest.err conftest.$ac_objext \
38502 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38503fi
38504echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38505echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38506if test `eval echo '${'$as_ac_var'}'` = yes; then
38507 cat >>confdefs.h <<_ACEOF
38508#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38509_ACEOF
38510
38511fi
38512done
38513
38514
38515 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
38516echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
38517if test "${wx_cv_var_timezone+set}" = set; then
38518 echo $ECHO_N "(cached) $ECHO_C" >&6
38519else
38520
38521 cat >conftest.$ac_ext <<_ACEOF
38522/* confdefs.h. */
38523_ACEOF
38524cat confdefs.h >>conftest.$ac_ext
38525cat >>conftest.$ac_ext <<_ACEOF
38526/* end confdefs.h. */
38527
38528 #include <time.h>
38529
38530int
38531main ()
38532{
38533
38534 int tz;
38535 tz = timezone;
38536
38537 ;
38538 return 0;
38539}
38540_ACEOF
38541rm -f conftest.$ac_objext
38542if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38543 (eval $ac_compile) 2>conftest.er1
a848cd7e 38544 ac_status=$?
ac1cb8d3
VS
38545 grep -v '^ *+' conftest.er1 >conftest.err
38546 rm -f conftest.er1
38547 cat conftest.err >&5
a848cd7e
SC
38548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38549 (exit $ac_status); } &&
6ebeb4c7 38550 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38552 (eval $ac_try) 2>&5
38553 ac_status=$?
38554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38555 (exit $ac_status); }; } &&
38556 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38558 (eval $ac_try) 2>&5
38559 ac_status=$?
38560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38561 (exit $ac_status); }; }; then
38562
38563 wx_cv_var_timezone=timezone
38564
38565else
38566 echo "$as_me: failed program was:" >&5
38567sed 's/^/| /' conftest.$ac_ext >&5
38568
38569
38570 cat >conftest.$ac_ext <<_ACEOF
38571/* confdefs.h. */
38572_ACEOF
38573cat confdefs.h >>conftest.$ac_ext
38574cat >>conftest.$ac_ext <<_ACEOF
38575/* end confdefs.h. */
38576
38577 #include <time.h>
38578
38579int
38580main ()
38581{
38582
38583 int tz;
38584 tz = _timezone;
38585
38586 ;
38587 return 0;
38588}
38589_ACEOF
38590rm -f conftest.$ac_objext
38591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38592 (eval $ac_compile) 2>conftest.er1
a848cd7e 38593 ac_status=$?
ac1cb8d3
VS
38594 grep -v '^ *+' conftest.er1 >conftest.err
38595 rm -f conftest.er1
38596 cat conftest.err >&5
a848cd7e
SC
38597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38598 (exit $ac_status); } &&
6ebeb4c7 38599 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38601 (eval $ac_try) 2>&5
38602 ac_status=$?
38603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38604 (exit $ac_status); }; } &&
38605 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38607 (eval $ac_try) 2>&5
38608 ac_status=$?
38609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38610 (exit $ac_status); }; }; then
38611
38612 wx_cv_var_timezone=_timezone
38613
38614else
38615 echo "$as_me: failed program was:" >&5
38616sed 's/^/| /' conftest.$ac_ext >&5
38617
38618
38619 cat >conftest.$ac_ext <<_ACEOF
38620/* confdefs.h. */
38621_ACEOF
38622cat confdefs.h >>conftest.$ac_ext
38623cat >>conftest.$ac_ext <<_ACEOF
38624/* end confdefs.h. */
38625
38626 #include <time.h>
38627
38628int
38629main ()
38630{
38631
38632 int tz;
38633 tz = __timezone;
38634
38635 ;
38636 return 0;
38637}
38638_ACEOF
38639rm -f conftest.$ac_objext
38640if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38641 (eval $ac_compile) 2>conftest.er1
a848cd7e 38642 ac_status=$?
ac1cb8d3
VS
38643 grep -v '^ *+' conftest.er1 >conftest.err
38644 rm -f conftest.er1
38645 cat conftest.err >&5
a848cd7e
SC
38646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38647 (exit $ac_status); } &&
6ebeb4c7 38648 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38650 (eval $ac_try) 2>&5
38651 ac_status=$?
38652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38653 (exit $ac_status); }; } &&
38654 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38656 (eval $ac_try) 2>&5
38657 ac_status=$?
38658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38659 (exit $ac_status); }; }; then
38660
38661 wx_cv_var_timezone=__timezone
38662
38663else
38664 echo "$as_me: failed program was:" >&5
38665sed 's/^/| /' conftest.$ac_ext >&5
38666
38667
38668 if test "$USE_DOS" = 0 ; then
38669 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
38670echo "$as_me: WARNING: no timezone variable" >&2;}
38671 fi
38672
38673
38674fi
ac1cb8d3 38675rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38676
38677
38678fi
ac1cb8d3 38679rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38680
38681
38682fi
ac1cb8d3 38683rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38684
38685
38686fi
38687echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
38688echo "${ECHO_T}$wx_cv_var_timezone" >&6
38689
38690 if test "x$wx_cv_var_timezone" != x ; then
38691 cat >>confdefs.h <<_ACEOF
38692#define WX_TIMEZONE $wx_cv_var_timezone
38693_ACEOF
38694
38695 fi
38696
38697
38698for ac_func in localtime
38699do
38700as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38701echo "$as_me:$LINENO: checking for $ac_func" >&5
38702echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38703if eval "test \"\${$as_ac_var+set}\" = set"; then
38704 echo $ECHO_N "(cached) $ECHO_C" >&6
38705else
38706 cat >conftest.$ac_ext <<_ACEOF
38707/* confdefs.h. */
38708_ACEOF
38709cat confdefs.h >>conftest.$ac_ext
38710cat >>conftest.$ac_ext <<_ACEOF
38711/* end confdefs.h. */
ac1cb8d3
VS
38712/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38713 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38714#define $ac_func innocuous_$ac_func
38715
a848cd7e
SC
38716/* System header to define __stub macros and hopefully few prototypes,
38717 which can conflict with char $ac_func (); below.
38718 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38719 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38720
a848cd7e
SC
38721#ifdef __STDC__
38722# include <limits.h>
38723#else
38724# include <assert.h>
38725#endif
ac1cb8d3
VS
38726
38727#undef $ac_func
38728
a848cd7e
SC
38729/* Override any gcc2 internal prototype to avoid an error. */
38730#ifdef __cplusplus
38731extern "C"
38732{
38733#endif
38734/* We use char because int might match the return type of a gcc2
38735 builtin and then its argument prototype would still apply. */
38736char $ac_func ();
38737/* The GNU C library defines this for functions which it implements
38738 to always fail with ENOSYS. Some functions are actually named
38739 something starting with __ and the normal name is an alias. */
38740#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38741choke me
38742#else
38743char (*f) () = $ac_func;
38744#endif
38745#ifdef __cplusplus
38746}
38747#endif
38748
38749int
38750main ()
38751{
38752return f != $ac_func;
38753 ;
38754 return 0;
38755}
38756_ACEOF
38757rm -f conftest.$ac_objext conftest$ac_exeext
38758if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38759 (eval $ac_link) 2>conftest.er1
a848cd7e 38760 ac_status=$?
ac1cb8d3
VS
38761 grep -v '^ *+' conftest.er1 >conftest.err
38762 rm -f conftest.er1
38763 cat conftest.err >&5
a848cd7e
SC
38764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38765 (exit $ac_status); } &&
6ebeb4c7 38766 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38768 (eval $ac_try) 2>&5
38769 ac_status=$?
38770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38771 (exit $ac_status); }; } &&
38772 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38774 (eval $ac_try) 2>&5
38775 ac_status=$?
38776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38777 (exit $ac_status); }; }; then
38778 eval "$as_ac_var=yes"
38779else
38780 echo "$as_me: failed program was:" >&5
38781sed 's/^/| /' conftest.$ac_ext >&5
38782
38783eval "$as_ac_var=no"
38784fi
ac1cb8d3
VS
38785rm -f conftest.err conftest.$ac_objext \
38786 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38787fi
38788echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38789echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38790if test `eval echo '${'$as_ac_var'}'` = yes; then
38791 cat >>confdefs.h <<_ACEOF
38792#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38793_ACEOF
38794
38795fi
38796done
38797
38798
38799 if test "$ac_cv_func_localtime" = "yes"; then
38800 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
38801echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
38802if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
38803 echo $ECHO_N "(cached) $ECHO_C" >&6
38804else
38805
38806 cat >conftest.$ac_ext <<_ACEOF
38807/* confdefs.h. */
38808_ACEOF
38809cat confdefs.h >>conftest.$ac_ext
38810cat >>conftest.$ac_ext <<_ACEOF
38811/* end confdefs.h. */
38812
38813 #include <time.h>
38814
38815int
38816main ()
38817{
38818
38819 struct tm tm;
38820 tm.tm_gmtoff++;
38821
38822 ;
38823 return 0;
38824}
38825_ACEOF
38826rm -f conftest.$ac_objext
38827if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 38828 (eval $ac_compile) 2>conftest.er1
a848cd7e 38829 ac_status=$?
ac1cb8d3
VS
38830 grep -v '^ *+' conftest.er1 >conftest.err
38831 rm -f conftest.er1
38832 cat conftest.err >&5
a848cd7e
SC
38833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38834 (exit $ac_status); } &&
6ebeb4c7 38835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38837 (eval $ac_try) 2>&5
38838 ac_status=$?
38839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38840 (exit $ac_status); }; } &&
38841 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
38842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38843 (eval $ac_try) 2>&5
38844 ac_status=$?
38845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38846 (exit $ac_status); }; }; then
38847
38848 wx_cv_struct_tm_has_gmtoff=yes
38849
38850else
38851 echo "$as_me: failed program was:" >&5
38852sed 's/^/| /' conftest.$ac_ext >&5
38853
38854wx_cv_struct_tm_has_gmtoff=no
38855
38856fi
ac1cb8d3 38857rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
38858
38859fi
38860echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
38861echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
38862 fi
38863
38864 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
38865 cat >>confdefs.h <<\_ACEOF
38866#define WX_GMTOFF_IN_TM 1
38867_ACEOF
38868
38869 fi
38870
38871
38872
38873for ac_func in gettimeofday ftime
38874do
38875as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38876echo "$as_me:$LINENO: checking for $ac_func" >&5
38877echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38878if eval "test \"\${$as_ac_var+set}\" = set"; then
38879 echo $ECHO_N "(cached) $ECHO_C" >&6
38880else
38881 cat >conftest.$ac_ext <<_ACEOF
38882/* confdefs.h. */
38883_ACEOF
38884cat confdefs.h >>conftest.$ac_ext
38885cat >>conftest.$ac_ext <<_ACEOF
38886/* end confdefs.h. */
ac1cb8d3
VS
38887/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38888 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38889#define $ac_func innocuous_$ac_func
38890
a848cd7e
SC
38891/* System header to define __stub macros and hopefully few prototypes,
38892 which can conflict with char $ac_func (); below.
38893 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38894 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 38895
a848cd7e
SC
38896#ifdef __STDC__
38897# include <limits.h>
38898#else
38899# include <assert.h>
38900#endif
ac1cb8d3
VS
38901
38902#undef $ac_func
38903
a848cd7e
SC
38904/* Override any gcc2 internal prototype to avoid an error. */
38905#ifdef __cplusplus
38906extern "C"
38907{
38908#endif
38909/* We use char because int might match the return type of a gcc2
38910 builtin and then its argument prototype would still apply. */
38911char $ac_func ();
38912/* The GNU C library defines this for functions which it implements
38913 to always fail with ENOSYS. Some functions are actually named
38914 something starting with __ and the normal name is an alias. */
38915#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38916choke me
38917#else
38918char (*f) () = $ac_func;
38919#endif
38920#ifdef __cplusplus
38921}
38922#endif
38923
38924int
38925main ()
38926{
38927return f != $ac_func;
38928 ;
38929 return 0;
38930}
38931_ACEOF
38932rm -f conftest.$ac_objext conftest$ac_exeext
38933if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 38934 (eval $ac_link) 2>conftest.er1
a848cd7e 38935 ac_status=$?
ac1cb8d3
VS
38936 grep -v '^ *+' conftest.er1 >conftest.err
38937 rm -f conftest.er1
38938 cat conftest.err >&5
a848cd7e
SC
38939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38940 (exit $ac_status); } &&
6ebeb4c7 38941 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
38942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38943 (eval $ac_try) 2>&5
38944 ac_status=$?
38945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38946 (exit $ac_status); }; } &&
38947 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
38948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38949 (eval $ac_try) 2>&5
38950 ac_status=$?
38951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38952 (exit $ac_status); }; }; then
38953 eval "$as_ac_var=yes"
38954else
38955 echo "$as_me: failed program was:" >&5
38956sed 's/^/| /' conftest.$ac_ext >&5
38957
38958eval "$as_ac_var=no"
38959fi
ac1cb8d3
VS
38960rm -f conftest.err conftest.$ac_objext \
38961 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
38962fi
38963echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38964echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38965if test `eval echo '${'$as_ac_var'}'` = yes; then
38966 cat >>confdefs.h <<_ACEOF
38967#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38968_ACEOF
38969 break
38970fi
38971done
38972
38973
38974 if test "$ac_cv_func_gettimeofday" = "yes"; then
38975 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
38976echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
38977if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
38978 echo $ECHO_N "(cached) $ECHO_C" >&6
38979else
38980
38981
38982
38983 ac_ext=cc
38984ac_cpp='$CXXCPP $CPPFLAGS'
38985ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38986ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38987ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38988
38989
38990 cat >conftest.$ac_ext <<_ACEOF
38991/* confdefs.h. */
38992_ACEOF
38993cat confdefs.h >>conftest.$ac_ext
38994cat >>conftest.$ac_ext <<_ACEOF
38995/* end confdefs.h. */
38996
38997 #include <sys/time.h>
38998 #include <unistd.h>
38999
39000int
39001main ()
39002{
39003
39004 struct timeval tv;
39005 gettimeofday(&tv, NULL);
39006
39007 ;
39008 return 0;
39009}
39010_ACEOF
39011rm -f conftest.$ac_objext
39012if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39013 (eval $ac_compile) 2>conftest.er1
a848cd7e 39014 ac_status=$?
ac1cb8d3
VS
39015 grep -v '^ *+' conftest.er1 >conftest.err
39016 rm -f conftest.er1
39017 cat conftest.err >&5
a848cd7e
SC
39018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39019 (exit $ac_status); } &&
6ebeb4c7 39020 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39022 (eval $ac_try) 2>&5
39023 ac_status=$?
39024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39025 (exit $ac_status); }; } &&
39026 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39028 (eval $ac_try) 2>&5
39029 ac_status=$?
39030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39031 (exit $ac_status); }; }; then
39032 wx_cv_func_gettimeofday_has_2_args=yes
39033else
39034 echo "$as_me: failed program was:" >&5
39035sed 's/^/| /' conftest.$ac_ext >&5
39036
39037cat >conftest.$ac_ext <<_ACEOF
39038/* confdefs.h. */
39039_ACEOF
39040cat confdefs.h >>conftest.$ac_ext
39041cat >>conftest.$ac_ext <<_ACEOF
39042/* end confdefs.h. */
39043
39044 #include <sys/time.h>
39045 #include <unistd.h>
39046
39047int
39048main ()
39049{
39050
39051 struct timeval tv;
39052 gettimeofday(&tv);
39053
39054 ;
39055 return 0;
39056}
39057_ACEOF
39058rm -f conftest.$ac_objext
39059if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39060 (eval $ac_compile) 2>conftest.er1
a848cd7e 39061 ac_status=$?
ac1cb8d3
VS
39062 grep -v '^ *+' conftest.er1 >conftest.err
39063 rm -f conftest.er1
39064 cat conftest.err >&5
a848cd7e
SC
39065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39066 (exit $ac_status); } &&
6ebeb4c7 39067 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39069 (eval $ac_try) 2>&5
39070 ac_status=$?
39071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39072 (exit $ac_status); }; } &&
39073 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39075 (eval $ac_try) 2>&5
39076 ac_status=$?
39077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39078 (exit $ac_status); }; }; then
39079 wx_cv_func_gettimeofday_has_2_args=no
39080else
39081 echo "$as_me: failed program was:" >&5
39082sed 's/^/| /' conftest.$ac_ext >&5
39083
39084
39085 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
39086echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
39087 wx_cv_func_gettimeofday_has_2_args=unknown
39088
39089
39090fi
ac1cb8d3 39091rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39092
39093fi
ac1cb8d3 39094rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39095 ac_ext=c
39096ac_cpp='$CPP $CPPFLAGS'
39097ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39098ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39099ac_compiler_gnu=$ac_cv_c_compiler_gnu
39100
39101
39102fi
39103echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
39104echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
39105
39106 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
39107 cat >>confdefs.h <<\_ACEOF
39108#define WX_GETTIMEOFDAY_NO_TZ 1
39109_ACEOF
39110
39111 fi
39112 fi
39113
39114 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
39115fi
39116
39117
39118if test "$wxUSE_SOCKETS" = "yes"; then
39119 if test "$wxUSE_MGL" = "1"; then
39120 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
39121echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
39122 wxUSE_SOCKETS="no"
39123 fi
39124fi
39125
39126if test "$wxUSE_SOCKETS" = "yes"; then
39127 if test "$TOOLKIT" != "MSW"; then
39128 echo "$as_me:$LINENO: checking for socket" >&5
39129echo $ECHO_N "checking for socket... $ECHO_C" >&6
39130if test "${ac_cv_func_socket+set}" = set; then
39131 echo $ECHO_N "(cached) $ECHO_C" >&6
39132else
39133 cat >conftest.$ac_ext <<_ACEOF
39134/* confdefs.h. */
39135_ACEOF
39136cat confdefs.h >>conftest.$ac_ext
39137cat >>conftest.$ac_ext <<_ACEOF
39138/* end confdefs.h. */
ac1cb8d3
VS
39139/* Define socket to an innocuous variant, in case <limits.h> declares socket.
39140 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39141#define socket innocuous_socket
39142
a848cd7e
SC
39143/* System header to define __stub macros and hopefully few prototypes,
39144 which can conflict with char socket (); below.
39145 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39146 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 39147
a848cd7e
SC
39148#ifdef __STDC__
39149# include <limits.h>
39150#else
39151# include <assert.h>
39152#endif
ac1cb8d3
VS
39153
39154#undef socket
39155
a848cd7e
SC
39156/* Override any gcc2 internal prototype to avoid an error. */
39157#ifdef __cplusplus
39158extern "C"
39159{
39160#endif
39161/* We use char because int might match the return type of a gcc2
39162 builtin and then its argument prototype would still apply. */
39163char socket ();
39164/* The GNU C library defines this for functions which it implements
39165 to always fail with ENOSYS. Some functions are actually named
39166 something starting with __ and the normal name is an alias. */
39167#if defined (__stub_socket) || defined (__stub___socket)
39168choke me
39169#else
39170char (*f) () = socket;
39171#endif
39172#ifdef __cplusplus
39173}
39174#endif
39175
39176int
39177main ()
39178{
39179return f != socket;
39180 ;
39181 return 0;
39182}
39183_ACEOF
39184rm -f conftest.$ac_objext conftest$ac_exeext
39185if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39186 (eval $ac_link) 2>conftest.er1
a848cd7e 39187 ac_status=$?
ac1cb8d3
VS
39188 grep -v '^ *+' conftest.er1 >conftest.err
39189 rm -f conftest.er1
39190 cat conftest.err >&5
a848cd7e
SC
39191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39192 (exit $ac_status); } &&
6ebeb4c7 39193 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39195 (eval $ac_try) 2>&5
39196 ac_status=$?
39197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39198 (exit $ac_status); }; } &&
39199 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39201 (eval $ac_try) 2>&5
39202 ac_status=$?
39203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39204 (exit $ac_status); }; }; then
39205 ac_cv_func_socket=yes
39206else
39207 echo "$as_me: failed program was:" >&5
39208sed 's/^/| /' conftest.$ac_ext >&5
39209
39210ac_cv_func_socket=no
39211fi
ac1cb8d3
VS
39212rm -f conftest.err conftest.$ac_objext \
39213 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39214fi
39215echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
39216echo "${ECHO_T}$ac_cv_func_socket" >&6
39217if test $ac_cv_func_socket = yes; then
39218 :
39219else
39220
39221 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
39222echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
39223if test "${ac_cv_lib_socket_socket+set}" = set; then
39224 echo $ECHO_N "(cached) $ECHO_C" >&6
39225else
39226 ac_check_lib_save_LIBS=$LIBS
39227LIBS="-lsocket $LIBS"
39228cat >conftest.$ac_ext <<_ACEOF
39229/* confdefs.h. */
39230_ACEOF
39231cat confdefs.h >>conftest.$ac_ext
39232cat >>conftest.$ac_ext <<_ACEOF
39233/* end confdefs.h. */
39234
39235/* Override any gcc2 internal prototype to avoid an error. */
39236#ifdef __cplusplus
39237extern "C"
39238#endif
39239/* We use char because int might match the return type of a gcc2
39240 builtin and then its argument prototype would still apply. */
39241char socket ();
39242int
39243main ()
39244{
39245socket ();
39246 ;
39247 return 0;
39248}
39249_ACEOF
39250rm -f conftest.$ac_objext conftest$ac_exeext
39251if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 39252 (eval $ac_link) 2>conftest.er1
a848cd7e 39253 ac_status=$?
ac1cb8d3
VS
39254 grep -v '^ *+' conftest.er1 >conftest.err
39255 rm -f conftest.er1
39256 cat conftest.err >&5
a848cd7e
SC
39257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39258 (exit $ac_status); } &&
6ebeb4c7 39259 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39261 (eval $ac_try) 2>&5
39262 ac_status=$?
39263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39264 (exit $ac_status); }; } &&
39265 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
39266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39267 (eval $ac_try) 2>&5
39268 ac_status=$?
39269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39270 (exit $ac_status); }; }; then
39271 ac_cv_lib_socket_socket=yes
39272else
39273 echo "$as_me: failed program was:" >&5
39274sed 's/^/| /' conftest.$ac_ext >&5
39275
39276ac_cv_lib_socket_socket=no
39277fi
ac1cb8d3
VS
39278rm -f conftest.err conftest.$ac_objext \
39279 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
39280LIBS=$ac_check_lib_save_LIBS
39281fi
39282echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
39283echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
39284if test $ac_cv_lib_socket_socket = yes; then
39285 if test "$INET_LINK" != " -lsocket"; then
39286 INET_LINK="$INET_LINK -lsocket"
39287 fi
39288else
39289
39290 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
39291echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
39292 wxUSE_SOCKETS=no
39293
39294
39295fi
39296
39297
39298
39299fi
39300
39301 fi
39302fi
39303
39304if test "$wxUSE_SOCKETS" = "yes" ; then
39305 if test "$TOOLKIT" != "MSW"; then
4d4ff94c
VZ
39306 ac_ext=cc
39307ac_cpp='$CXXCPP $CPPFLAGS'
39308ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39309ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39310ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39311
39312 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
a848cd7e
SC
39313echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
39314if test "${wx_cv_type_getsockname3+set}" = set; then
39315 echo $ECHO_N "(cached) $ECHO_C" >&6
39316else
39317
39318 cat >conftest.$ac_ext <<_ACEOF
39319/* confdefs.h. */
39320_ACEOF
39321cat confdefs.h >>conftest.$ac_ext
39322cat >>conftest.$ac_ext <<_ACEOF
39323/* end confdefs.h. */
39324
39325 #include <sys/types.h>
39326 #include <sys/socket.h>
39327
39328int
39329main ()
39330{
39331
39332 socklen_t len;
39333 getsockname(0, 0, &len);
39334
39335 ;
39336 return 0;
39337}
39338_ACEOF
39339rm -f conftest.$ac_objext
39340if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39341 (eval $ac_compile) 2>conftest.er1
a848cd7e 39342 ac_status=$?
ac1cb8d3
VS
39343 grep -v '^ *+' conftest.er1 >conftest.err
39344 rm -f conftest.er1
39345 cat conftest.err >&5
a848cd7e
SC
39346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39347 (exit $ac_status); } &&
6ebeb4c7 39348 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39350 (eval $ac_try) 2>&5
39351 ac_status=$?
39352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39353 (exit $ac_status); }; } &&
39354 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39356 (eval $ac_try) 2>&5
39357 ac_status=$?
39358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39359 (exit $ac_status); }; }; then
39360 wx_cv_type_getsockname3=socklen_t
39361else
39362 echo "$as_me: failed program was:" >&5
39363sed 's/^/| /' conftest.$ac_ext >&5
39364
39365
39366 CFLAGS_OLD="$CFLAGS"
39367 if test "$GCC" = yes ; then
39368 CFLAGS="$CFLAGS -Werror"
39369 fi
39370
39371 cat >conftest.$ac_ext <<_ACEOF
39372/* confdefs.h. */
39373_ACEOF
39374cat confdefs.h >>conftest.$ac_ext
39375cat >>conftest.$ac_ext <<_ACEOF
39376/* end confdefs.h. */
39377
39378 #include <sys/types.h>
39379 #include <sys/socket.h>
39380
39381int
39382main ()
39383{
39384
39385 size_t len;
39386 getsockname(0, 0, &len);
39387
39388 ;
39389 return 0;
39390}
39391_ACEOF
39392rm -f conftest.$ac_objext
39393if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39394 (eval $ac_compile) 2>conftest.er1
a848cd7e 39395 ac_status=$?
ac1cb8d3
VS
39396 grep -v '^ *+' conftest.er1 >conftest.err
39397 rm -f conftest.er1
39398 cat conftest.err >&5
a848cd7e
SC
39399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39400 (exit $ac_status); } &&
6ebeb4c7 39401 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39403 (eval $ac_try) 2>&5
39404 ac_status=$?
39405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39406 (exit $ac_status); }; } &&
39407 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39409 (eval $ac_try) 2>&5
39410 ac_status=$?
39411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39412 (exit $ac_status); }; }; then
39413 wx_cv_type_getsockname3=size_t
39414else
39415 echo "$as_me: failed program was:" >&5
39416sed 's/^/| /' conftest.$ac_ext >&5
39417
39418cat >conftest.$ac_ext <<_ACEOF
39419/* confdefs.h. */
39420_ACEOF
39421cat confdefs.h >>conftest.$ac_ext
39422cat >>conftest.$ac_ext <<_ACEOF
39423/* end confdefs.h. */
39424
39425 #include <sys/types.h>
39426 #include <sys/socket.h>
39427
39428int
39429main ()
39430{
39431
39432 int len;
39433 getsockname(0, 0, &len);
39434
39435 ;
39436 return 0;
39437}
39438_ACEOF
39439rm -f conftest.$ac_objext
39440if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 39441 (eval $ac_compile) 2>conftest.er1
a848cd7e 39442 ac_status=$?
ac1cb8d3
VS
39443 grep -v '^ *+' conftest.er1 >conftest.err
39444 rm -f conftest.er1
39445 cat conftest.err >&5
a848cd7e
SC
39446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39447 (exit $ac_status); } &&
6ebeb4c7 39448 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
39449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39450 (eval $ac_try) 2>&5
39451 ac_status=$?
39452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39453 (exit $ac_status); }; } &&
39454 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
39455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39456 (eval $ac_try) 2>&5
39457 ac_status=$?
39458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39459 (exit $ac_status); }; }; then
39460 wx_cv_type_getsockname3=int
39461else
39462 echo "$as_me: failed program was:" >&5
39463sed 's/^/| /' conftest.$ac_ext >&5
39464
39465wx_cv_type_getsockname3=unknown
39466
39467fi
ac1cb8d3 39468rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39469
39470fi
ac1cb8d3 39471rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39472
39473 CFLAGS="$CFLAGS_OLD"
39474
39475
39476fi
ac1cb8d3 39477rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39478
39479fi
39480echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
39481echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
39482
39483 if test "$wx_cv_type_getsockname3" = "unknown"; then
39484 wxUSE_SOCKETS=no
39485 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
39486echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
39487 else
39488 cat >>confdefs.h <<_ACEOF
9e03e02d 39489#define WX_SOCKLEN_T $wx_cv_type_getsockname3
5b674b9d
DE
39490_ACEOF
39491
39492 fi
39493 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
39494echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
39495if test "${wx_cv_type_getsockopt5+set}" = set; then
39496 echo $ECHO_N "(cached) $ECHO_C" >&6
39497else
39498
39499 cat >conftest.$ac_ext <<_ACEOF
39500/* confdefs.h. */
39501_ACEOF
39502cat confdefs.h >>conftest.$ac_ext
39503cat >>conftest.$ac_ext <<_ACEOF
39504/* end confdefs.h. */
39505
39506 #include <sys/types.h>
39507 #include <sys/socket.h>
39508
39509int
39510main ()
39511{
39512
39513 socklen_t len;
39514 getsockopt(0, 0, 0, 0, &len);
39515
39516 ;
39517 return 0;
39518}
39519_ACEOF
39520rm -f conftest.$ac_objext
39521if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39522 (eval $ac_compile) 2>conftest.er1
39523 ac_status=$?
39524 grep -v '^ *+' conftest.er1 >conftest.err
39525 rm -f conftest.er1
39526 cat conftest.err >&5
39527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39528 (exit $ac_status); } &&
6ebeb4c7 39529 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
39530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39531 (eval $ac_try) 2>&5
39532 ac_status=$?
39533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39534 (exit $ac_status); }; } &&
39535 { ac_try='test -s conftest.$ac_objext'
39536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39537 (eval $ac_try) 2>&5
39538 ac_status=$?
39539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39540 (exit $ac_status); }; }; then
39541 wx_cv_type_getsockopt5=socklen_t
39542else
39543 echo "$as_me: failed program was:" >&5
39544sed 's/^/| /' conftest.$ac_ext >&5
39545
39546
39547 CFLAGS_OLD="$CFLAGS"
39548 if test "$GCC" = yes ; then
39549 CFLAGS="$CFLAGS -Werror"
39550 fi
39551
39552 cat >conftest.$ac_ext <<_ACEOF
39553/* confdefs.h. */
39554_ACEOF
39555cat confdefs.h >>conftest.$ac_ext
39556cat >>conftest.$ac_ext <<_ACEOF
39557/* end confdefs.h. */
39558
39559 #include <sys/types.h>
39560 #include <sys/socket.h>
39561
39562int
39563main ()
39564{
39565
39566 size_t len;
39567 getsockopt(0, 0, 0, 0, &len);
39568
39569 ;
39570 return 0;
39571}
39572_ACEOF
39573rm -f conftest.$ac_objext
39574if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39575 (eval $ac_compile) 2>conftest.er1
39576 ac_status=$?
39577 grep -v '^ *+' conftest.er1 >conftest.err
39578 rm -f conftest.er1
39579 cat conftest.err >&5
39580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39581 (exit $ac_status); } &&
6ebeb4c7 39582 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
39583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39584 (eval $ac_try) 2>&5
39585 ac_status=$?
39586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39587 (exit $ac_status); }; } &&
39588 { ac_try='test -s conftest.$ac_objext'
39589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39590 (eval $ac_try) 2>&5
39591 ac_status=$?
39592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39593 (exit $ac_status); }; }; then
39594 wx_cv_type_getsockopt5=size_t
39595else
39596 echo "$as_me: failed program was:" >&5
39597sed 's/^/| /' conftest.$ac_ext >&5
39598
39599cat >conftest.$ac_ext <<_ACEOF
39600/* confdefs.h. */
39601_ACEOF
39602cat confdefs.h >>conftest.$ac_ext
39603cat >>conftest.$ac_ext <<_ACEOF
39604/* end confdefs.h. */
39605
39606 #include <sys/types.h>
39607 #include <sys/socket.h>
39608
39609int
39610main ()
39611{
39612
39613 int len;
39614 getsockopt(0, 0, 0, 0, &len);
39615
39616 ;
39617 return 0;
39618}
39619_ACEOF
39620rm -f conftest.$ac_objext
39621if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39622 (eval $ac_compile) 2>conftest.er1
39623 ac_status=$?
39624 grep -v '^ *+' conftest.er1 >conftest.err
39625 rm -f conftest.er1
39626 cat conftest.err >&5
39627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39628 (exit $ac_status); } &&
6ebeb4c7 39629 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
5b674b9d
DE
39630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39631 (eval $ac_try) 2>&5
39632 ac_status=$?
39633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39634 (exit $ac_status); }; } &&
39635 { ac_try='test -s conftest.$ac_objext'
39636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39637 (eval $ac_try) 2>&5
39638 ac_status=$?
39639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39640 (exit $ac_status); }; }; then
39641 wx_cv_type_getsockopt5=int
39642else
39643 echo "$as_me: failed program was:" >&5
39644sed 's/^/| /' conftest.$ac_ext >&5
39645
39646wx_cv_type_getsockopt5=unknown
39647
39648fi
39649rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39650
39651fi
39652rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39653
39654 CFLAGS="$CFLAGS_OLD"
39655
39656
39657fi
39658rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39659
39660fi
39661echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
39662echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
39663
39664 if test "$wx_cv_type_getsockopt5" = "unknown"; then
39665 wxUSE_SOCKETS=no
39666 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
39667echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
39668 else
39669 cat >>confdefs.h <<_ACEOF
39670#define SOCKOPTLEN_T $wx_cv_type_getsockopt5
a848cd7e
SC
39671_ACEOF
39672
39673 fi
4d4ff94c
VZ
39674 ac_ext=c
39675ac_cpp='$CPP $CPPFLAGS'
39676ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39677ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39678ac_compiler_gnu=$ac_cv_c_compiler_gnu
39679
a848cd7e
SC
39680 fi
39681fi
39682
39683if test "$wxUSE_SOCKETS" = "yes" ; then
39684 cat >>confdefs.h <<\_ACEOF
39685#define wxUSE_SOCKETS 1
39686_ACEOF
39687
39688 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
39689fi
39690
39691if test "$wxUSE_PROTOCOL" = "yes"; then
39692 if test "$wxUSE_SOCKETS" != "yes"; then
39693 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
39694echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
39695 wxUSE_PROTOCOL=no
39696 fi
39697fi
39698
39699if test "$wxUSE_PROTOCOL" = "yes"; then
39700 cat >>confdefs.h <<\_ACEOF
39701#define wxUSE_PROTOCOL 1
39702_ACEOF
39703
39704
39705 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
39706 cat >>confdefs.h <<\_ACEOF
39707#define wxUSE_PROTOCOL_HTTP 1
39708_ACEOF
39709
39710 fi
39711 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
39712 cat >>confdefs.h <<\_ACEOF
39713#define wxUSE_PROTOCOL_FTP 1
39714_ACEOF
39715
39716 fi
39717 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
39718 cat >>confdefs.h <<\_ACEOF
39719#define wxUSE_PROTOCOL_FILE 1
39720_ACEOF
39721
39722 fi
39723else
39724 if test "$wxUSE_FS_INET" = "yes"; then
39725 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
39726echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
39727 wxUSE_FS_INET="no"
39728 fi
39729fi
39730
39731if test "$wxUSE_URL" = "yes"; then
39732 if test "$wxUSE_PROTOCOL" != "yes"; then
39733 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
39734echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
39735 wxUSE_URL=no
39736 fi
39737 if test "$wxUSE_URL" = "yes"; then
39738 cat >>confdefs.h <<\_ACEOF
39739#define wxUSE_URL 1
39740_ACEOF
39741
39742 fi
39743fi
39744
39745if test "$wxUSE_FS_INET" = "yes"; then
39746 cat >>confdefs.h <<\_ACEOF
39747#define wxUSE_FS_INET 1
39748_ACEOF
39749
39750fi
39751
39752
ee45c548
MW
39753if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
39754 wxUSE_JOYSTICK=no
39755
39756 if test "$TOOLKIT" = "MSW"; then
39757 wxUSE_JOYSTICK=yes
39758
39759 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
39760 if test "$USE_DARWIN" = 1; then
39761 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
39762echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
39763 ac_ext=cc
39764ac_cpp='$CXXCPP $CPPFLAGS'
39765ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39766ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39767ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39768
39769 cat >conftest.$ac_ext <<_ACEOF
39770/* confdefs.h. */
39771_ACEOF
39772cat confdefs.h >>conftest.$ac_ext
39773cat >>conftest.$ac_ext <<_ACEOF
39774/* end confdefs.h. */
39775 #include <IOKit/hid/IOHIDLib.h>
39776int
39777main ()
39778{
39779 IOHIDQueueInterface *qi = NULL;
39780 IOHIDCallbackFunction cb = NULL;
39781 qi->setEventCallout(NULL, cb, NULL, NULL);
39782 ;
39783 return 0;
39784}
39785_ACEOF
39786rm -f conftest.$ac_objext
39787if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39788 (eval $ac_compile) 2>conftest.er1
39789 ac_status=$?
39790 grep -v '^ *+' conftest.er1 >conftest.err
39791 rm -f conftest.er1
39792 cat conftest.err >&5
39793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39794 (exit $ac_status); } &&
6ebeb4c7 39795 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ee45c548
MW
39796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39797 (eval $ac_try) 2>&5
39798 ac_status=$?
39799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39800 (exit $ac_status); }; } &&
39801 { ac_try='test -s conftest.$ac_objext'
39802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39803 (eval $ac_try) 2>&5
39804 ac_status=$?
39805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39806 (exit $ac_status); }; }; then
39807 wxUSE_JOYSTICK=yes
a848cd7e 39808
ee45c548
MW
39809else
39810 echo "$as_me: failed program was:" >&5
39811sed 's/^/| /' conftest.$ac_ext >&5
39812
39813fi
39814rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39815 ac_ext=c
39816ac_cpp='$CPP $CPPFLAGS'
39817ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39818ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39819ac_compiler_gnu=$ac_cv_c_compiler_gnu
39820
39821 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
39822echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
39823 fi
39824
39825 else
a848cd7e
SC
39826
39827for ac_header in linux/joystick.h
39828do
39829as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39830if eval "test \"\${$as_ac_Header+set}\" = set"; then
39831 echo "$as_me:$LINENO: checking for $ac_header" >&5
39832echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39833if eval "test \"\${$as_ac_Header+set}\" = set"; then
39834 echo $ECHO_N "(cached) $ECHO_C" >&6
39835fi
39836echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39837echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39838else
39839 # Is the header compilable?
39840echo "$as_me:$LINENO: checking $ac_header usability" >&5
39841echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39842cat >conftest.$ac_ext <<_ACEOF
39843/* confdefs.h. */
39844_ACEOF
39845cat confdefs.h >>conftest.$ac_ext
39846cat >>conftest.$ac_ext <<_ACEOF
39847/* end confdefs.h. */
39848$ac_includes_default
39849#include <$ac_header>
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_c_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 ac_header_compiler=yes
39873else
39874 echo "$as_me: failed program was:" >&5
39875sed 's/^/| /' conftest.$ac_ext >&5
39876
39877ac_header_compiler=no
39878fi
ac1cb8d3 39879rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
39880echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39881echo "${ECHO_T}$ac_header_compiler" >&6
39882
39883# Is the header present?
39884echo "$as_me:$LINENO: checking $ac_header presence" >&5
39885echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39886cat >conftest.$ac_ext <<_ACEOF
39887/* confdefs.h. */
39888_ACEOF
39889cat confdefs.h >>conftest.$ac_ext
39890cat >>conftest.$ac_ext <<_ACEOF
39891/* end confdefs.h. */
39892#include <$ac_header>
39893_ACEOF
39894if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39895 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
39896 ac_status=$?
39897 grep -v '^ *+' conftest.er1 >conftest.err
39898 rm -f conftest.er1
39899 cat conftest.err >&5
39900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39901 (exit $ac_status); } >/dev/null; then
39902 if test -s conftest.err; then
39903 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 39904 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
39905 else
39906 ac_cpp_err=
39907 fi
39908else
39909 ac_cpp_err=yes
39910fi
39911if test -z "$ac_cpp_err"; then
39912 ac_header_preproc=yes
39913else
39914 echo "$as_me: failed program was:" >&5
39915sed 's/^/| /' conftest.$ac_ext >&5
39916
39917 ac_header_preproc=no
39918fi
39919rm -f conftest.err conftest.$ac_ext
39920echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39921echo "${ECHO_T}$ac_header_preproc" >&6
39922
39923# So? What about this header?
ac1cb8d3
VS
39924case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39925 yes:no: )
a848cd7e
SC
39926 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39927echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
39928 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39929echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39930 ac_header_preproc=yes
a848cd7e 39931 ;;
ac1cb8d3 39932 no:yes:* )
a848cd7e
SC
39933 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39934echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
39935 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39936echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39937 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39938echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39939 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39940echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
39941 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39942echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
39943 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39944echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
39945 (
39946 cat <<\_ASBOX
ac1cb8d3
VS
39947## ----------------------------------------- ##
39948## Report this to wx-dev@lists.wxwidgets.org ##
39949## ----------------------------------------- ##
a848cd7e
SC
39950_ASBOX
39951 ) |
39952 sed "s/^/$as_me: WARNING: /" >&2
39953 ;;
39954esac
39955echo "$as_me:$LINENO: checking for $ac_header" >&5
39956echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39957if eval "test \"\${$as_ac_Header+set}\" = set"; then
39958 echo $ECHO_N "(cached) $ECHO_C" >&6
39959else
ac1cb8d3 39960 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
39961fi
39962echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39963echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39964
39965fi
39966if test `eval echo '${'$as_ac_Header'}'` = yes; then
39967 cat >>confdefs.h <<_ACEOF
39968#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39969_ACEOF
ee45c548 39970 wxUSE_JOYSTICK=yes
a848cd7e
SC
39971fi
39972
39973done
39974
ee45c548 39975 fi
4cb1d3da 39976
ee45c548
MW
39977 if test "$wxUSE_JOYSTICK" = "yes"; then
39978 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
39979#define wxUSE_JOYSTICK 1
39980_ACEOF
39981
ee45c548
MW
39982 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
39983 else
39984 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
39985echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
a848cd7e
SC
39986 fi
39987fi
39988
39989
39990
39991if test "$wxUSE_FONTMAP" = "yes" ; then
39992 cat >>confdefs.h <<\_ACEOF
39993#define wxUSE_FONTMAP 1
39994_ACEOF
39995
39996fi
39997
39998if test "$wxUSE_UNICODE" = "yes" ; then
39999 cat >>confdefs.h <<\_ACEOF
40000#define wxUSE_UNICODE 1
40001_ACEOF
40002
40003
40004 if test "$USE_WIN32" != 1; then
40005 wxUSE_UNICODE_MSLU=no
40006 fi
40007
40008 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
40009 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
40010echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
40011if test "${ac_cv_lib_unicows_main+set}" = set; then
40012 echo $ECHO_N "(cached) $ECHO_C" >&6
40013else
40014 ac_check_lib_save_LIBS=$LIBS
40015LIBS="-lunicows $LIBS"
40016cat >conftest.$ac_ext <<_ACEOF
40017/* confdefs.h. */
40018_ACEOF
40019cat confdefs.h >>conftest.$ac_ext
40020cat >>conftest.$ac_ext <<_ACEOF
40021/* end confdefs.h. */
40022
40023
40024int
40025main ()
40026{
40027main ();
40028 ;
40029 return 0;
40030}
40031_ACEOF
40032rm -f conftest.$ac_objext conftest$ac_exeext
40033if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 40034 (eval $ac_link) 2>conftest.er1
a848cd7e 40035 ac_status=$?
ac1cb8d3
VS
40036 grep -v '^ *+' conftest.er1 >conftest.err
40037 rm -f conftest.er1
40038 cat conftest.err >&5
a848cd7e
SC
40039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40040 (exit $ac_status); } &&
6ebeb4c7 40041 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
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_exeext'
a848cd7e
SC
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 ac_cv_lib_unicows_main=yes
40054else
40055 echo "$as_me: failed program was:" >&5
40056sed 's/^/| /' conftest.$ac_ext >&5
40057
40058ac_cv_lib_unicows_main=no
40059fi
ac1cb8d3
VS
40060rm -f conftest.err conftest.$ac_objext \
40061 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
40062LIBS=$ac_check_lib_save_LIBS
40063fi
40064echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
40065echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
40066if test $ac_cv_lib_unicows_main = yes; then
40067
40068 cat >>confdefs.h <<\_ACEOF
40069#define wxUSE_UNICODE_MSLU 1
40070_ACEOF
40071
40072
40073else
40074
40075 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
40076 Applications will only run on Windows NT/2000/XP!" >&5
40077echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
40078 Applications will only run on Windows NT/2000/XP!" >&2;}
40079 wxUSE_UNICODE_MSLU=no
40080
40081fi
40082
40083 fi
40084fi
40085
40086if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
40087 cat >>confdefs.h <<\_ACEOF
40088#define wxUSE_EXPERIMENTAL_PRINTF 1
40089_ACEOF
40090
40091fi
40092
40093
40094if test "$wxUSE_POSTSCRIPT" = "yes" ; then
40095 cat >>confdefs.h <<\_ACEOF
40096#define wxUSE_POSTSCRIPT 1
40097_ACEOF
40098
40099fi
40100
40101cat >>confdefs.h <<\_ACEOF
40102#define wxUSE_AFM_FOR_POSTSCRIPT 1
40103_ACEOF
40104
40105
40106cat >>confdefs.h <<\_ACEOF
40107#define wxUSE_NORMALIZED_PS_FONTS 1
40108_ACEOF
40109
40110
40111
40112if test "$wxUSE_CONSTRAINTS" = "yes"; then
40113 cat >>confdefs.h <<\_ACEOF
40114#define wxUSE_CONSTRAINTS 1
40115_ACEOF
40116
40117 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
40118fi
40119
8a7b1113
VZ
40120if test "$wxUSE_MDI" = "yes"; then
40121 cat >>confdefs.h <<\_ACEOF
40122#define wxUSE_MDI 1
40123_ACEOF
40124
40125
40126 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
40127 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
40128#define wxUSE_MDI_ARCHITECTURE 1
40129_ACEOF
40130
8a7b1113
VZ
40131 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
40132 fi
a848cd7e
SC
40133fi
40134
40135if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
40136 cat >>confdefs.h <<\_ACEOF
40137#define wxUSE_DOC_VIEW_ARCHITECTURE 1
40138_ACEOF
40139
40140 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
40141 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
40142 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
40143 fi
40144fi
40145
40146if test "$wxUSE_HELP" = "yes"; then
40147 cat >>confdefs.h <<\_ACEOF
40148#define wxUSE_HELP 1
40149_ACEOF
40150
40151 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
40152
40153 if test "$wxUSE_MSW" = 1; then
40154 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
40155 cat >>confdefs.h <<\_ACEOF
40156#define wxUSE_MS_HTML_HELP 1
40157_ACEOF
40158
40159 fi
40160 fi
40161
40162 if test "$wxUSE_WXHTML_HELP" = "yes"; then
40163 if test "$wxUSE_HTML" = "yes"; then
40164 cat >>confdefs.h <<\_ACEOF
40165#define wxUSE_WXHTML_HELP 1
40166_ACEOF
40167
40168 else
40169 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
40170echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
40171 wxUSE_WXHTML_HELP=no
40172 fi
40173 fi
40174fi
40175
40176if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
40177 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40178 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
40179echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
40180 else
40181 cat >>confdefs.h <<\_ACEOF
40182#define wxUSE_PRINTING_ARCHITECTURE 1
40183_ACEOF
40184
40185 fi
40186 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
40187fi
40188
40189if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
40190 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
40191echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
40192 { (exit 1); exit 1; }; }
40193fi
40194
40195
efdf6afe
VZ
40196if test "$wxUSE_METAFILE" = "yes"; then
40197 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
40198 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
40199echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
40200 wxUSE_METAFILE=no
40201 fi
40202fi
40203
40204
a848cd7e
SC
40205if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
40206 -o "$wxUSE_CLIPBOARD" = "yes" \
40207 -o "$wxUSE_OLE" = "yes" \
40208 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
40209
40210for ac_header in ole2.h
40211do
40212as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40213if eval "test \"\${$as_ac_Header+set}\" = set"; then
40214 echo "$as_me:$LINENO: checking for $ac_header" >&5
40215echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40216if eval "test \"\${$as_ac_Header+set}\" = set"; then
40217 echo $ECHO_N "(cached) $ECHO_C" >&6
40218fi
40219echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40220echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40221else
40222 # Is the header compilable?
40223echo "$as_me:$LINENO: checking $ac_header usability" >&5
40224echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
40225cat >conftest.$ac_ext <<_ACEOF
40226/* confdefs.h. */
40227_ACEOF
40228cat confdefs.h >>conftest.$ac_ext
40229cat >>conftest.$ac_ext <<_ACEOF
40230/* end confdefs.h. */
40231$ac_includes_default
40232#include <$ac_header>
40233_ACEOF
40234rm -f conftest.$ac_objext
40235if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40236 (eval $ac_compile) 2>conftest.er1
a848cd7e 40237 ac_status=$?
ac1cb8d3
VS
40238 grep -v '^ *+' conftest.er1 >conftest.err
40239 rm -f conftest.er1
40240 cat conftest.err >&5
a848cd7e
SC
40241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40242 (exit $ac_status); } &&
6ebeb4c7 40243 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40245 (eval $ac_try) 2>&5
40246 ac_status=$?
40247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40248 (exit $ac_status); }; } &&
40249 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40251 (eval $ac_try) 2>&5
40252 ac_status=$?
40253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40254 (exit $ac_status); }; }; then
40255 ac_header_compiler=yes
40256else
40257 echo "$as_me: failed program was:" >&5
40258sed 's/^/| /' conftest.$ac_ext >&5
40259
40260ac_header_compiler=no
40261fi
ac1cb8d3 40262rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40263echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
40264echo "${ECHO_T}$ac_header_compiler" >&6
40265
40266# Is the header present?
40267echo "$as_me:$LINENO: checking $ac_header presence" >&5
40268echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
40269cat >conftest.$ac_ext <<_ACEOF
40270/* confdefs.h. */
40271_ACEOF
40272cat confdefs.h >>conftest.$ac_ext
40273cat >>conftest.$ac_ext <<_ACEOF
40274/* end confdefs.h. */
40275#include <$ac_header>
40276_ACEOF
40277if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
40278 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
40279 ac_status=$?
40280 grep -v '^ *+' conftest.er1 >conftest.err
40281 rm -f conftest.er1
40282 cat conftest.err >&5
40283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40284 (exit $ac_status); } >/dev/null; then
40285 if test -s conftest.err; then
40286 ac_cpp_err=$ac_c_preproc_warn_flag
ac1cb8d3 40287 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
a848cd7e
SC
40288 else
40289 ac_cpp_err=
40290 fi
40291else
40292 ac_cpp_err=yes
40293fi
40294if test -z "$ac_cpp_err"; then
40295 ac_header_preproc=yes
40296else
40297 echo "$as_me: failed program was:" >&5
40298sed 's/^/| /' conftest.$ac_ext >&5
40299
40300 ac_header_preproc=no
40301fi
40302rm -f conftest.err conftest.$ac_ext
40303echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40304echo "${ECHO_T}$ac_header_preproc" >&6
40305
40306# So? What about this header?
ac1cb8d3
VS
40307case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40308 yes:no: )
a848cd7e
SC
40309 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
40310echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
ac1cb8d3
VS
40311 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
40312echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
40313 ac_header_preproc=yes
a848cd7e 40314 ;;
ac1cb8d3 40315 no:yes:* )
a848cd7e
SC
40316 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
40317echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
ac1cb8d3
VS
40318 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
40319echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
40320 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
40321echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
40322 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
40323echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
a848cd7e
SC
40324 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
40325echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
ac1cb8d3
VS
40326 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
40327echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
a848cd7e
SC
40328 (
40329 cat <<\_ASBOX
ac1cb8d3
VS
40330## ----------------------------------------- ##
40331## Report this to wx-dev@lists.wxwidgets.org ##
40332## ----------------------------------------- ##
a848cd7e
SC
40333_ASBOX
40334 ) |
40335 sed "s/^/$as_me: WARNING: /" >&2
40336 ;;
40337esac
40338echo "$as_me:$LINENO: checking for $ac_header" >&5
40339echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40340if eval "test \"\${$as_ac_Header+set}\" = set"; then
40341 echo $ECHO_N "(cached) $ECHO_C" >&6
40342else
ac1cb8d3 40343 eval "$as_ac_Header=\$ac_header_preproc"
a848cd7e
SC
40344fi
40345echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40346echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40347
40348fi
40349if test `eval echo '${'$as_ac_Header'}'` = yes; then
40350 cat >>confdefs.h <<_ACEOF
40351#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40352_ACEOF
40353
40354fi
40355
40356done
40357
40358
40359 if test "$ac_cv_header_ole2_h" = "yes" ; then
40360 if test "$GCC" = yes ; then
40361
40362
40363 ac_ext=cc
40364ac_cpp='$CXXCPP $CPPFLAGS'
40365ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40366ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40367ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40368
40369
40370 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
40371echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
40372 cat >conftest.$ac_ext <<_ACEOF
40373/* confdefs.h. */
40374_ACEOF
40375cat confdefs.h >>conftest.$ac_ext
40376cat >>conftest.$ac_ext <<_ACEOF
40377/* end confdefs.h. */
40378#include <windows.h>
40379 #include <ole2.h>
40380int
40381main ()
40382{
40383
40384 ;
40385 return 0;
40386}
40387_ACEOF
40388rm -f conftest.$ac_objext
40389if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 40390 (eval $ac_compile) 2>conftest.er1
a848cd7e 40391 ac_status=$?
ac1cb8d3
VS
40392 grep -v '^ *+' conftest.er1 >conftest.err
40393 rm -f conftest.er1
40394 cat conftest.err >&5
a848cd7e
SC
40395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40396 (exit $ac_status); } &&
6ebeb4c7 40397 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
40398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40399 (eval $ac_try) 2>&5
40400 ac_status=$?
40401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40402 (exit $ac_status); }; } &&
40403 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
40404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40405 (eval $ac_try) 2>&5
40406 ac_status=$?
40407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40408 (exit $ac_status); }; }; then
40409 echo "$as_me:$LINENO: result: no" >&5
40410echo "${ECHO_T}no" >&6
40411else
40412 echo "$as_me: failed program was:" >&5
40413sed 's/^/| /' conftest.$ac_ext >&5
40414
40415echo "$as_me:$LINENO: result: yes" >&5
40416echo "${ECHO_T}yes" >&6
40417 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
40418fi
ac1cb8d3 40419rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
40420 ac_ext=c
40421ac_cpp='$CPP $CPPFLAGS'
40422ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40423ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40424ac_compiler_gnu=$ac_cv_c_compiler_gnu
40425
a848cd7e
SC
40426 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
40427 if test "$wxUSE_OLE" = "yes" ; then
40428 cat >>confdefs.h <<\_ACEOF
40429#define wxUSE_OLE 1
40430_ACEOF
40431
0b78747f 40432 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
a848cd7e
SC
40433 fi
40434 fi
40435
40436 if test "$wxUSE_DATAOBJ" = "yes" ; then
40437 cat >>confdefs.h <<\_ACEOF
40438#define wxUSE_DATAOBJ 1
40439_ACEOF
40440
40441 fi
40442 else
40443 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
40444echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
40445
40446 wxUSE_CLIPBOARD=no
40447 wxUSE_DRAG_AND_DROP=no
40448 wxUSE_DATAOBJ=no
40449 wxUSE_OLE=no
40450 fi
40451
40452 if test "$wxUSE_METAFILE" = "yes"; then
40453 cat >>confdefs.h <<\_ACEOF
40454#define wxUSE_METAFILE 1
40455_ACEOF
40456
40457
40458 cat >>confdefs.h <<\_ACEOF
40459#define wxUSE_ENH_METAFILE 1
40460_ACEOF
40461
40462 fi
40463fi
40464
40465if test "$wxUSE_IPC" = "yes"; then
0b78747f 40466 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
77ffb593
JS
40467 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
40468echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
0b78747f 40469 wxUSE_IPC=no
a848cd7e
SC
40470 fi
40471
0b78747f
MW
40472 if test "$wxUSE_IPC" = "yes"; then
40473 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
40474#define wxUSE_IPC 1
40475_ACEOF
40476
0b78747f
MW
40477 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
40478 fi
a848cd7e
SC
40479fi
40480
eb730a0c 40481if test "$wxUSE_DATAOBJ" = "yes"; then
2113bc77
MW
40482 if test "$wxUSE_MGL" = 1; then
40483 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
40484echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
40485 wxUSE_DATAOBJ=no
40486 else
40487 cat >>confdefs.h <<\_ACEOF
eb730a0c
JS
40488#define wxUSE_DATAOBJ 1
40489_ACEOF
40490
2113bc77 40491 fi
eb730a0c
JS
40492else
40493 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
40494echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
40495 wxUSE_CLIPBOARD=no
40496 wxUSE_DRAG_AND_DROP=no
40497fi
40498
a848cd7e
SC
40499if test "$wxUSE_CLIPBOARD" = "yes"; then
40500 if test "$wxUSE_MGL" = 1; then
40501 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
40502echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
40503 wxUSE_CLIPBOARD=no
40504 fi
40505
40506 if test "$wxUSE_CLIPBOARD" = "yes"; then
40507 cat >>confdefs.h <<\_ACEOF
40508#define wxUSE_CLIPBOARD 1
40509_ACEOF
40510
a848cd7e
SC
40511 fi
40512fi
40513
40514if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
40515 if test "$wxUSE_GTK" = 1; then
40516 if test "$WXGTK12" != 1; then
40517 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
40518echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
40519 wxUSE_DRAG_AND_DROP=no
40520 fi
40521 fi
40522
40523 if test "$wxUSE_MOTIF" = 1; then
40524 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
40525echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
40526 wxUSE_DRAG_AND_DROP=no
40527 fi
40528
40529 if test "$wxUSE_X11" = 1; then
40530 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
40531echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
40532 wxUSE_DRAG_AND_DROP=no
40533 fi
40534
40535 if test "$wxUSE_MGL" = 1; then
40536 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
40537echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
40538 wxUSE_DRAG_AND_DROP=no
40539 fi
40540
40541 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
40542 cat >>confdefs.h <<\_ACEOF
40543#define wxUSE_DRAG_AND_DROP 1
40544_ACEOF
40545
40546 fi
40547
40548fi
40549
40550if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
40551 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
40552fi
40553
40554if test "$wxUSE_SPLINES" = "yes" ; then
40555 cat >>confdefs.h <<\_ACEOF
40556#define wxUSE_SPLINES 1
40557_ACEOF
40558
40559fi
40560
fbe2ca43
SN
40561if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
40562 cat >>confdefs.h <<\_ACEOF
40563#define wxUSE_MOUSEWHEEL 1
40564_ACEOF
40565
40566fi
40567
a848cd7e
SC
40568
40569USES_CONTROLS=0
40570if test "$wxUSE_CONTROLS" = "yes"; then
40571 USES_CONTROLS=1
40572fi
40573
40574if test "$wxUSE_ACCEL" = "yes"; then
40575 cat >>confdefs.h <<\_ACEOF
40576#define wxUSE_ACCEL 1
40577_ACEOF
40578
40579 USES_CONTROLS=1
40580fi
40581
40582if test "$wxUSE_BUTTON" = "yes"; then
40583 cat >>confdefs.h <<\_ACEOF
40584#define wxUSE_BUTTON 1
40585_ACEOF
40586
40587 USES_CONTROLS=1
40588fi
40589
40590if test "$wxUSE_BMPBUTTON" = "yes"; then
40591 cat >>confdefs.h <<\_ACEOF
40592#define wxUSE_BMPBUTTON 1
40593_ACEOF
40594
40595 USES_CONTROLS=1
40596fi
40597
40598if test "$wxUSE_CALCTRL" = "yes"; then
40599 cat >>confdefs.h <<\_ACEOF
40600#define wxUSE_CALENDARCTRL 1
40601_ACEOF
40602
40603 USES_CONTROLS=1
40604 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
40605fi
40606
40607if test "$wxUSE_CARET" = "yes"; then
40608 cat >>confdefs.h <<\_ACEOF
40609#define wxUSE_CARET 1
40610_ACEOF
40611
40612 USES_CONTROLS=1
40613 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
40614fi
40615
40616if test "$wxUSE_COMBOBOX" = "yes"; then
40617 cat >>confdefs.h <<\_ACEOF
40618#define wxUSE_COMBOBOX 1
40619_ACEOF
40620
40621 USES_CONTROLS=1
40622fi
40623
40624if test "$wxUSE_CHOICE" = "yes"; then
40625 cat >>confdefs.h <<\_ACEOF
40626#define wxUSE_CHOICE 1
40627_ACEOF
40628
40629 USES_CONTROLS=1
40630fi
40631
92bbdbcd
WS
40632if test "$wxUSE_CHOICEBOOK" = "yes"; then
40633 cat >>confdefs.h <<\_ACEOF
40634#define wxUSE_CHOICEBOOK 1
40635_ACEOF
40636
40637 USES_CONTROLS=1
40638fi
40639
a848cd7e
SC
40640if test "$wxUSE_CHECKBOX" = "yes"; then
40641 cat >>confdefs.h <<\_ACEOF
40642#define wxUSE_CHECKBOX 1
40643_ACEOF
40644
40645 USES_CONTROLS=1
40646fi
40647
40648if test "$wxUSE_CHECKLST" = "yes"; then
40649 cat >>confdefs.h <<\_ACEOF
40650#define wxUSE_CHECKLISTBOX 1
40651_ACEOF
40652
40653 USES_CONTROLS=1
40654 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
40655fi
40656
da98e9be
VZ
40657if test "$wxUSE_DATEPICKCTRL" = "yes"; then
40658 cat >>confdefs.h <<\_ACEOF
40659#define wxUSE_DATEPICKCTRL 1
40660_ACEOF
40661
40662 USES_CONTROLS=1
40663fi
40664
a848cd7e
SC
40665if test "$wxUSE_DISPLAY" = "yes"; then
40666 cat >>confdefs.h <<\_ACEOF
40667#define wxUSE_DISPLAY 1
40668_ACEOF
40669
0b78747f 40670 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
a848cd7e
SC
40671fi
40672
40673if test "$wxUSE_GAUGE" = "yes"; then
40674 cat >>confdefs.h <<\_ACEOF
40675#define wxUSE_GAUGE 1
40676_ACEOF
40677
40678 USES_CONTROLS=1
40679fi
40680
40681if test "$wxUSE_GRID" = "yes"; then
40682 cat >>confdefs.h <<\_ACEOF
40683#define wxUSE_GRID 1
40684_ACEOF
40685
40686 USES_CONTROLS=1
40687 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
40688fi
40689
40690if test "$wxUSE_IMAGLIST" = "yes"; then
40691 cat >>confdefs.h <<\_ACEOF
40692#define wxUSE_IMAGLIST 1
40693_ACEOF
40694
40695fi
40696
40697if test "$wxUSE_LISTBOOK" = "yes"; then
40698 cat >>confdefs.h <<\_ACEOF
40699#define wxUSE_LISTBOOK 1
40700_ACEOF
40701
40702 USES_CONTROLS=1
40703fi
40704
40705if test "$wxUSE_LISTBOX" = "yes"; then
40706 cat >>confdefs.h <<\_ACEOF
40707#define wxUSE_LISTBOX 1
40708_ACEOF
40709
40710 USES_CONTROLS=1
0b78747f 40711 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
a848cd7e
SC
40712fi
40713
40714if test "$wxUSE_LISTCTRL" = "yes"; then
40715 if test "$wxUSE_IMAGLIST" = "yes"; then
40716 cat >>confdefs.h <<\_ACEOF
40717#define wxUSE_LISTCTRL 1
40718_ACEOF
40719
40720 USES_CONTROLS=1
40721 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
40722 else
40723 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
40724echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
40725 fi
40726fi
40727
40728if test "$wxUSE_NOTEBOOK" = "yes"; then
40729 cat >>confdefs.h <<\_ACEOF
40730#define wxUSE_NOTEBOOK 1
40731_ACEOF
40732
40733 USES_CONTROLS=1
40734 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
40735fi
40736
40737
40738if test "$wxUSE_RADIOBOX" = "yes"; then
40739 cat >>confdefs.h <<\_ACEOF
40740#define wxUSE_RADIOBOX 1
40741_ACEOF
40742
40743 USES_CONTROLS=1
40744fi
40745
40746if test "$wxUSE_RADIOBTN" = "yes"; then
40747 cat >>confdefs.h <<\_ACEOF
40748#define wxUSE_RADIOBTN 1
40749_ACEOF
40750
40751 USES_CONTROLS=1
40752fi
40753
40754if test "$wxUSE_SASH" = "yes"; then
40755 cat >>confdefs.h <<\_ACEOF
40756#define wxUSE_SASH 1
40757_ACEOF
40758
40759 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
40760fi
40761
40762if test "$wxUSE_SCROLLBAR" = "yes"; then
40763 cat >>confdefs.h <<\_ACEOF
40764#define wxUSE_SCROLLBAR 1
40765_ACEOF
40766
40767 USES_CONTROLS=1
40768 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
40769fi
40770
40771if test "$wxUSE_SLIDER" = "yes"; then
40772 cat >>confdefs.h <<\_ACEOF
40773#define wxUSE_SLIDER 1
40774_ACEOF
40775
40776 USES_CONTROLS=1
40777fi
40778
40779if test "$wxUSE_SPINBTN" = "yes"; then
40780 cat >>confdefs.h <<\_ACEOF
40781#define wxUSE_SPINBTN 1
40782_ACEOF
40783
40784 USES_CONTROLS=1
40785fi
40786
40787if test "$wxUSE_SPINCTRL" = "yes"; then
40788 cat >>confdefs.h <<\_ACEOF
40789#define wxUSE_SPINCTRL 1
40790_ACEOF
40791
40792 USES_CONTROLS=1
40793fi
40794
40795if test "$wxUSE_SPLITTER" = "yes"; then
40796 cat >>confdefs.h <<\_ACEOF
40797#define wxUSE_SPLITTER 1
40798_ACEOF
40799
40800 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
40801fi
40802
40803if test "$wxUSE_STATBMP" = "yes"; then
40804 cat >>confdefs.h <<\_ACEOF
40805#define wxUSE_STATBMP 1
40806_ACEOF
40807
40808 USES_CONTROLS=1
40809fi
40810
40811if test "$wxUSE_STATBOX" = "yes"; then
40812 cat >>confdefs.h <<\_ACEOF
40813#define wxUSE_STATBOX 1
40814_ACEOF
40815
40816 USES_CONTROLS=1
40817fi
40818
40819if test "$wxUSE_STATTEXT" = "yes"; then
40820 cat >>confdefs.h <<\_ACEOF
40821#define wxUSE_STATTEXT 1
40822_ACEOF
40823
40824 USES_CONTROLS=1
40825fi
40826
40827if test "$wxUSE_STATLINE" = "yes"; then
40828 cat >>confdefs.h <<\_ACEOF
40829#define wxUSE_STATLINE 1
40830_ACEOF
40831
40832 USES_CONTROLS=1
40833fi
40834
40835if test "$wxUSE_STATUSBAR" = "yes"; then
da4486fb
VZ
40836 cat >>confdefs.h <<\_ACEOF
40837#define wxUSE_NATIVE_STATUSBAR 1
40838_ACEOF
40839
a848cd7e
SC
40840 cat >>confdefs.h <<\_ACEOF
40841#define wxUSE_STATUSBAR 1
40842_ACEOF
40843
40844 USES_CONTROLS=1
40845
40846 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
40847fi
40848
40849if test "$wxUSE_TABDIALOG" = "yes"; then
40850 cat >>confdefs.h <<\_ACEOF
40851#define wxUSE_TAB_DIALOG 1
40852_ACEOF
40853
a848cd7e
SC
40854fi
40855
40856if test "$wxUSE_TEXTCTRL" = "yes"; then
40857 cat >>confdefs.h <<\_ACEOF
40858#define wxUSE_TEXTCTRL 1
40859_ACEOF
40860
40861 USES_CONTROLS=1
40862 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
40863fi
40864
40865if test "$wxUSE_TOGGLEBTN" = "yes"; then
40866 if test "$wxUSE_COCOA" = 1 ; then
40867 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
40868echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
40869 wxUSE_TOGGLEBTN=no
40870 fi
40871 if test "$wxUSE_UNIVERSAL" = "yes"; then
40872 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
40873echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
40874 wxUSE_TOGGLEBTN=no
40875 fi
40876
40877 if test "$wxUSE_TOGGLEBTN" = "yes"; then
40878 cat >>confdefs.h <<\_ACEOF
40879#define wxUSE_TOGGLEBTN 1
40880_ACEOF
40881
40882 USES_CONTROLS=1
40883 fi
40884fi
40885
40886if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
40887 cat >>confdefs.h <<\_ACEOF
40888#define wxUSE_TOOLBAR_SIMPLE 1
40889_ACEOF
40890
40891 wxUSE_TOOLBAR="yes"
40892 USES_CONTROLS=1
40893fi
40894
40895if test "$wxUSE_TOOLBAR" = "yes"; then
40896 cat >>confdefs.h <<\_ACEOF
40897#define wxUSE_TOOLBAR 1
40898_ACEOF
40899
40900 USES_CONTROLS=1
40901
40902 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
40903 wxUSE_TOOLBAR_NATIVE="yes"
40904 fi
40905
40906 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
40907 cat >>confdefs.h <<\_ACEOF
40908#define wxUSE_TOOLBAR_NATIVE 1
40909_ACEOF
40910
40911 USES_CONTROLS=1
40912 fi
40913
40914 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
40915fi
40916
40917if test "$wxUSE_TOOLTIPS" = "yes"; then
40918 if test "$wxUSE_MOTIF" = 1; then
40919 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
40920echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
40921 else
40922 if test "$wxUSE_UNIVERSAL" = "yes"; then
40923 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
40924echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
40925 else
40926 cat >>confdefs.h <<\_ACEOF
40927#define wxUSE_TOOLTIPS 1
40928_ACEOF
40929
40930 fi
40931 fi
40932fi
40933
40934if test "$wxUSE_TREECTRL" = "yes"; then
40935 if test "$wxUSE_IMAGLIST" = "yes"; then
40936 cat >>confdefs.h <<\_ACEOF
40937#define wxUSE_TREECTRL 1
40938_ACEOF
40939
40940 USES_CONTROLS=1
40941 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
40942 else
40943 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
40944echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
40945 fi
40946fi
40947
40948if test "$wxUSE_POPUPWIN" = "yes"; then
40949 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40950 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
40951echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
40952 else
40953 if test "$wxUSE_PM" = 1; then
40954 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
40955echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
40956 else
40957 cat >>confdefs.h <<\_ACEOF
40958#define wxUSE_POPUPWIN 1
40959_ACEOF
40960
0b78747f 40961 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
a848cd7e
SC
40962
40963 USES_CONTROLS=1
40964 fi
40965 fi
40966fi
40967
0dcd06dd 40968if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
b843b628
MB
40969 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40970 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
40971echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
40972 else
40973 cat >>confdefs.h <<\_ACEOF
40974#define wxUSE_DIALUP_MANAGER 1
40975_ACEOF
40976
40977 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
40978 fi
40979fi
40980
a848cd7e
SC
40981if test "$wxUSE_TIPWINDOW" = "yes"; then
40982 if test "$wxUSE_PM" = 1; then
40983 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
40984echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
40985 else
40986 cat >>confdefs.h <<\_ACEOF
40987#define wxUSE_TIPWINDOW 1
40988_ACEOF
40989
40990 fi
40991fi
40992
40993if test "$USES_CONTROLS" = 1; then
40994 cat >>confdefs.h <<\_ACEOF
40995#define wxUSE_CONTROLS 1
40996_ACEOF
40997
40998fi
40999
41000
41001if test "$wxUSE_ACCESSIBILITY" = "yes"; then
41002 cat >>confdefs.h <<\_ACEOF
41003#define wxUSE_ACCESSIBILITY 1
41004_ACEOF
41005
41006 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
41007fi
41008
38b4a946
VZ
41009if test "$wxUSE_DC_CACHEING" = "yes"; then
41010 cat >>confdefs.h <<\_ACEOF
41011#define wxUSE_DC_CACHEING 1
41012_ACEOF
41013
41014fi
41015
a848cd7e
SC
41016if test "$wxUSE_DRAGIMAGE" = "yes"; then
41017 cat >>confdefs.h <<\_ACEOF
41018#define wxUSE_DRAGIMAGE 1
41019_ACEOF
41020
41021 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
41022fi
41023
41024if test "$wxUSE_EXCEPTIONS" = "yes"; then
07bea8f0
VS
41025 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
41026 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
41027echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
41028 else
41029 cat >>confdefs.h <<\_ACEOF
a848cd7e
SC
41030#define wxUSE_EXCEPTIONS 1
41031_ACEOF
41032
07bea8f0
VS
41033 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
41034 fi
a848cd7e
SC
41035fi
41036
41037USE_HTML=0
41038if test "$wxUSE_HTML" = "yes"; then
41039 cat >>confdefs.h <<\_ACEOF
41040#define wxUSE_HTML 1
41041_ACEOF
41042
41043 USE_HTML=1
41044 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
de59c161
RD
41045 if test "$wxUSE_MAC" = 1; then
41046 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
41047 fi
a848cd7e 41048fi
646b6ec1 41049if test "$wxUSE_WEBKIT" = "yes"; then
1e9e8aba 41050 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
07bea8f0
VS
41051 old_CPPFLAGS="$CPPFLAGS"
41052 CPPFLAGS="$CPPFLAGS -x objective-c++"
41053 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
41054echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
41055if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
41056 echo $ECHO_N "(cached) $ECHO_C" >&6
41057else
41058 cat >conftest.$ac_ext <<_ACEOF
41059/* confdefs.h. */
41060_ACEOF
41061cat confdefs.h >>conftest.$ac_ext
41062cat >>conftest.$ac_ext <<_ACEOF
41063/* end confdefs.h. */
41064#include <Carbon/Carbon.h>
41065
41066#include <WebKit/HIWebView.h>
41067_ACEOF
41068rm -f conftest.$ac_objext
41069if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41070 (eval $ac_compile) 2>conftest.er1
41071 ac_status=$?
41072 grep -v '^ *+' conftest.er1 >conftest.err
41073 rm -f conftest.er1
41074 cat conftest.err >&5
41075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41076 (exit $ac_status); } &&
6ebeb4c7 41077 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
07bea8f0
VS
41078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41079 (eval $ac_try) 2>&5
41080 ac_status=$?
41081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41082 (exit $ac_status); }; } &&
41083 { ac_try='test -s conftest.$ac_objext'
41084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41085 (eval $ac_try) 2>&5
41086 ac_status=$?
41087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41088 (exit $ac_status); }; }; then
41089 ac_cv_header_WebKit_HIWebView_h=yes
41090else
41091 echo "$as_me: failed program was:" >&5
41092sed 's/^/| /' conftest.$ac_ext >&5
41093
41094ac_cv_header_WebKit_HIWebView_h=no
41095fi
41096rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
41097fi
41098echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
41099echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
41100if test $ac_cv_header_WebKit_HIWebView_h = yes; then
41101
41102 cat >>confdefs.h <<\_ACEOF
646b6ec1
VS
41103#define wxUSE_WEBKIT 1
41104_ACEOF
41105
07bea8f0
VS
41106 WEBKIT_LINK="-framework WebKit"
41107
41108else
41109
41110 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
41111echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
41112 wxUSE_WEBKIT=no
41113
646b6ec1
VS
41114fi
41115
07bea8f0
VS
41116
41117 CPPFLAGS="$old_CPPFLAGS"
41118 elif test "$wxUSE_COCOA" = 1; then
41119 cat >>confdefs.h <<\_ACEOF
41120#define wxUSE_WEBKIT 1
41121_ACEOF
41122
41123 else
41124 wxUSE_WEBKIT=no
41125 fi
41126fi
41127
9a8f0513
VS
41128USE_XRC=0
41129if test "$wxUSE_XRC" = "yes"; then
d2ebf0b7
VS
41130 if test "$wxUSE_XML" != "yes"; then
41131 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
41132echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
41133 wxUSE_XRC=no
41134 else
41135 cat >>confdefs.h <<\_ACEOF
9a8f0513
VS
41136#define wxUSE_XRC 1
41137_ACEOF
41138
d2ebf0b7
VS
41139 USE_XRC=1
41140 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
41141 fi
9a8f0513 41142fi
07bea8f0 41143
a848cd7e
SC
41144if test "$wxUSE_MENUS" = "yes"; then
41145 cat >>confdefs.h <<\_ACEOF
41146#define wxUSE_MENUS 1
41147_ACEOF
41148
41149 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
41150fi
41151
41152if test "$wxUSE_METAFILE" = "yes"; then
41153 cat >>confdefs.h <<\_ACEOF
41154#define wxUSE_METAFILE 1
41155_ACEOF
41156
41157fi
41158
41159if test "$wxUSE_MIMETYPE" = "yes"; then
41160 cat >>confdefs.h <<\_ACEOF
41161#define wxUSE_MIMETYPE 1
41162_ACEOF
41163
41164fi
41165
41166if test "$wxUSE_MINIFRAME" = "yes"; then
41167 cat >>confdefs.h <<\_ACEOF
41168#define wxUSE_MINIFRAME 1
41169_ACEOF
41170
41171 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
41172fi
41173
41174if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
41175 cat >>confdefs.h <<\_ACEOF
41176#define wxUSE_SYSTEM_OPTIONS 1
41177_ACEOF
41178
41179 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
a49baeab 41180 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
a848cd7e
SC
41181 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
41182 fi
41183fi
41184
41185
41186if test "$wxUSE_VALIDATORS" = "yes"; then
41187 cat >>confdefs.h <<\_ACEOF
41188#define wxUSE_VALIDATORS 1
41189_ACEOF
41190
41191 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
41192fi
41193
41194if test "$wxUSE_PALETTE" = "yes" ; then
41195 cat >>confdefs.h <<\_ACEOF
41196#define wxUSE_PALETTE 1
41197_ACEOF
41198
41199fi
41200
41201if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
41202 LIBS=" -lunicows $LIBS"
41203fi
41204
41205
41206if test "$wxUSE_IMAGE" = "yes" ; then
41207 cat >>confdefs.h <<\_ACEOF
41208#define wxUSE_IMAGE 1
41209_ACEOF
41210
41211
41212 if test "$wxUSE_GIF" = "yes" ; then
41213 cat >>confdefs.h <<\_ACEOF
41214#define wxUSE_GIF 1
41215_ACEOF
41216
41217 fi
41218
41219 if test "$wxUSE_PCX" = "yes" ; then
41220 cat >>confdefs.h <<\_ACEOF
41221#define wxUSE_PCX 1
41222_ACEOF
41223
41224 fi
41225
41226 if test "$wxUSE_IFF" = "yes" ; then
41227 cat >>confdefs.h <<\_ACEOF
41228#define wxUSE_IFF 1
41229_ACEOF
41230
41231 fi
41232
41233 if test "$wxUSE_PNM" = "yes" ; then
41234 cat >>confdefs.h <<\_ACEOF
41235#define wxUSE_PNM 1
41236_ACEOF
41237
41238 fi
41239
41240 if test "$wxUSE_XPM" = "yes" ; then
41241 cat >>confdefs.h <<\_ACEOF
41242#define wxUSE_XPM 1
41243_ACEOF
41244
41245 fi
41246
41247 if test "$wxUSE_ICO_CUR" = "yes" ; then
41248 cat >>confdefs.h <<\_ACEOF
41249#define wxUSE_ICO_CUR 1
41250_ACEOF
41251
41252 fi
41253fi
41254
41255
41256if test "$wxUSE_CHOICEDLG" = "yes"; then
41257 cat >>confdefs.h <<\_ACEOF
41258#define wxUSE_CHOICEDLG 1
41259_ACEOF
41260
41261fi
41262
41263if test "$wxUSE_COLOURDLG" = "yes"; then
41264 cat >>confdefs.h <<\_ACEOF
41265#define wxUSE_COLOURDLG 1
41266_ACEOF
41267
41268fi
41269
41270if test "$wxUSE_FILEDLG" = "yes"; then
41271 cat >>confdefs.h <<\_ACEOF
41272#define wxUSE_FILEDLG 1
41273_ACEOF
41274
41275fi
41276
41277if test "$wxUSE_FINDREPLDLG" = "yes"; then
41278 cat >>confdefs.h <<\_ACEOF
41279#define wxUSE_FINDREPLDLG 1
41280_ACEOF
41281
41282fi
41283
41284if test "$wxUSE_FONTDLG" = "yes"; then
41285 cat >>confdefs.h <<\_ACEOF
41286#define wxUSE_FONTDLG 1
41287_ACEOF
41288
41289fi
41290
41291if test "$wxUSE_DIRDLG" = "yes"; then
41292 if test "$wxUSE_TREECTRL" != "yes"; then
41293 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
41294echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
41295 else
41296 cat >>confdefs.h <<\_ACEOF
41297#define wxUSE_DIRDLG 1
41298_ACEOF
41299
41300 fi
41301fi
41302
41303if test "$wxUSE_MSGDLG" = "yes"; then
41304 cat >>confdefs.h <<\_ACEOF
41305#define wxUSE_MSGDLG 1
41306_ACEOF
41307
41308fi
41309
41310if test "$wxUSE_NUMBERDLG" = "yes"; then
41311 cat >>confdefs.h <<\_ACEOF
41312#define wxUSE_NUMBERDLG 1
41313_ACEOF
41314
41315fi
41316
41317if test "$wxUSE_PROGRESSDLG" = "yes"; then
41318 if test "$wxUSE_CONSTRAINTS" != "yes"; then
41319 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
41320echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
41321 else
41322 cat >>confdefs.h <<\_ACEOF
41323#define wxUSE_PROGRESSDLG 1
41324_ACEOF
41325
41326 fi
41327fi
41328
41329if test "$wxUSE_SPLASH" = "yes"; then
41330 cat >>confdefs.h <<\_ACEOF
41331#define wxUSE_SPLASH 1
41332_ACEOF
41333
2057db16 41334 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
a848cd7e
SC
41335fi
41336
41337if test "$wxUSE_STARTUP_TIPS" = "yes"; then
41338 if test "$wxUSE_CONSTRAINTS" != "yes"; then
41339 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
41340echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
41341 else
41342 cat >>confdefs.h <<\_ACEOF
41343#define wxUSE_STARTUP_TIPS 1
41344_ACEOF
41345
41346 fi
41347fi
41348
41349if test "$wxUSE_TEXTDLG" = "yes"; then
41350 cat >>confdefs.h <<\_ACEOF
41351#define wxUSE_TEXTDLG 1
41352_ACEOF
41353
41354fi
41355
41356if test "$wxUSE_WIZARDDLG" = "yes"; then
41357 cat >>confdefs.h <<\_ACEOF
41358#define wxUSE_WIZARDDLG 1
41359_ACEOF
41360
41361 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
41362fi
41363
41364
ce756cb0 41365if test "$wxUSE_MEDIACTRL" = "yes"; then
ce756cb0
RN
41366 if test "$wxUSE_GTK" = 1; then
41367 wxUSE_GSTREAMER="yes"
41368
ce756cb0 41369
dae87f93 41370 succeeded=no
ce756cb0 41371
dae87f93
RN
41372 if test -z "$PKG_CONFIG"; then
41373 # Extract the first word of "pkg-config", so it can be a program name with args.
41374set dummy pkg-config; ac_word=$2
41375echo "$as_me:$LINENO: checking for $ac_word" >&5
41376echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41377if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
41378 echo $ECHO_N "(cached) $ECHO_C" >&6
41379else
41380 case $PKG_CONFIG in
41381 [\\/]* | ?:[\\/]*)
41382 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
41383 ;;
41384 *)
41385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41386for as_dir in $PATH
41387do
41388 IFS=$as_save_IFS
41389 test -z "$as_dir" && as_dir=.
41390 for ac_exec_ext in '' $ac_executable_extensions; do
41391 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41392 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
41393 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41394 break 2
41395 fi
41396done
41397done
41398
41399 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
41400 ;;
41401esac
41402fi
41403PKG_CONFIG=$ac_cv_path_PKG_CONFIG
41404
41405if test -n "$PKG_CONFIG"; then
41406 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
41407echo "${ECHO_T}$PKG_CONFIG" >&6
41408else
41409 echo "$as_me:$LINENO: result: no" >&5
41410echo "${ECHO_T}no" >&6
41411fi
41412
41413 fi
41414
41415 if test "$PKG_CONFIG" = "no" ; then
41416 echo "*** The pkg-config script could not be found. Make sure it is"
41417 echo "*** in your path, or set the PKG_CONFIG environment variable"
41418 echo "*** to the full path to pkg-config."
41419 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
41420 else
41421 PKG_CONFIG_MIN_VERSION=0.9.0
41422 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
41423 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
41424echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
41425
41426 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
41427 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 41428echo "${ECHO_T}yes" >&6
dae87f93 41429 succeeded=yes
ce756cb0 41430
dae87f93
RN
41431 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
41432echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
41433 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
41434 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
41435echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
41436
41437 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
41438echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
41439 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
41440 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
41441echo "${ECHO_T}$GSTREAMER_LIBS" >&6
41442 else
41443 GSTREAMER_CFLAGS=""
41444 GSTREAMER_LIBS=""
41445 ## If we have a custom action on failure, don't print errors, but
41446 ## do set a variable so people can do so.
41447 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
ce756cb0 41448
dae87f93
RN
41449 fi
41450
41451
41452
41453 else
41454 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
41455 echo "*** See http://www.freedesktop.org/software/pkgconfig"
41456 fi
41457 fi
41458
41459 if test $succeeded = yes; then
41460
41461 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
41462 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
ce756cb0 41463
ce756cb0 41464 else
dae87f93
RN
41465
41466 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
41467echo "$as_me: WARNING: GStreamer installation not found" >&2;}
41468 wxUSE_GSTREAMER="no"
41469
41470 fi
41471
41472
41473
41474
41475
41476 if test "x$GST_INSPECT" == "x"; then
41477 # Extract the first word of "gst-inspect", so it can be a program name with args.
41478set dummy gst-inspect; ac_word=$2
41479echo "$as_me:$LINENO: checking for $ac_word" >&5
41480echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41481if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
41482 echo $ECHO_N "(cached) $ECHO_C" >&6
41483else
41484 if test -n "$GST_INSPECT"; then
41485 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
41486else
41487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41488for as_dir in $PATH
41489do
41490 IFS=$as_save_IFS
41491 test -z "$as_dir" && as_dir=.
41492 for ac_exec_ext in '' $ac_executable_extensions; do
41493 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41494 ac_cv_prog_GST_INSPECT="gst-inspect"
41495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41496 break 2
ce756cb0 41497 fi
dae87f93
RN
41498done
41499done
41500
41501fi
41502fi
41503GST_INSPECT=$ac_cv_prog_GST_INSPECT
41504if test -n "$GST_INSPECT"; then
41505 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
41506echo "${ECHO_T}$GST_INSPECT" >&6
41507else
41508 echo "$as_me:$LINENO: result: no" >&5
41509echo "${ECHO_T}no" >&6
41510fi
41511
41512 fi
41513
41514 if test "x$GST_INSPECT" != "x"; then
41515 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
41516echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
41517 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
41518 echo "$as_me:$LINENO: result: found." >&5
41519echo "${ECHO_T}found." >&6
ce756cb0 41520
ce756cb0 41521 else
dae87f93
RN
41522 echo "$as_me:$LINENO: result: not found." >&5
41523echo "${ECHO_T}not found." >&6
41524
41525 wxUSE_GSTREAMER="no"
41526 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
41527echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
41528
41529 fi
41530 fi
41531
41532
41533 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
41534echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
41535if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
41536 echo $ECHO_N "(cached) $ECHO_C" >&6
41537else
41538 cat >conftest.$ac_ext <<_ACEOF
ce756cb0
RN
41539/* confdefs.h. */
41540_ACEOF
41541cat confdefs.h >>conftest.$ac_ext
41542cat >>conftest.$ac_ext <<_ACEOF
41543/* end confdefs.h. */
dae87f93 41544#include <gst/gst.h>
ce756cb0 41545
dae87f93 41546#include <gst/xoverlay/xoverlay.h>
ce756cb0
RN
41547_ACEOF
41548rm -f conftest.$ac_objext
41549if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41550 (eval $ac_compile) 2>conftest.er1
41551 ac_status=$?
41552 grep -v '^ *+' conftest.er1 >conftest.err
41553 rm -f conftest.er1
41554 cat conftest.err >&5
41555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41556 (exit $ac_status); } &&
6ebeb4c7 41557 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ce756cb0
RN
41558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41559 (eval $ac_try) 2>&5
41560 ac_status=$?
41561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41562 (exit $ac_status); }; } &&
41563 { ac_try='test -s conftest.$ac_objext'
41564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41565 (eval $ac_try) 2>&5
41566 ac_status=$?
41567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41568 (exit $ac_status); }; }; then
dae87f93 41569 ac_cv_header_gst_xoverlay_xoverlay_h=yes
ce756cb0
RN
41570else
41571 echo "$as_me: failed program was:" >&5
41572sed 's/^/| /' conftest.$ac_ext >&5
41573
dae87f93 41574ac_cv_header_gst_xoverlay_xoverlay_h=no
ce756cb0
RN
41575fi
41576rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
dae87f93
RN
41577fi
41578echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
41579echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
41580if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
41581 :
41582else
ce756cb0 41583
dae87f93
RN
41584 wxUSE_GSTREAMER="no"
41585 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
41586echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
ce756cb0 41587
dae87f93 41588fi
ce756cb0 41589
dae87f93
RN
41590
41591
41592 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
ce756cb0
RN
41593echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
41594
41595ac_find_libraries=
41596for ac_dir in $SEARCH_LIB /usr/lib;
41597 do
3eca31dc 41598 for ac_extension in a so sl dylib dll.a; do
ce756cb0
RN
41599 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
41600 ac_find_libraries=$ac_dir
41601 break 2
41602 fi
41603 done
41604 done
41605
ce756cb0 41606
dae87f93
RN
41607 if test "$ac_find_libraries" = "" ; then
41608 echo "$as_me:$LINENO: result: no" >&5
41609echo "${ECHO_T}no" >&6
41610 wxUSE_GSTREAMER="no"
41611 else
41612 echo "$as_me:$LINENO: result: yes" >&5
ce756cb0 41613echo "${ECHO_T}yes" >&6
dae87f93 41614 fi
ce756cb0 41615
dae87f93
RN
41616 if test "$wxUSE_GSTREAMER" = "yes"; then
41617 cat >>confdefs.h <<\_ACEOF
ce756cb0
RN
41618#define wxUSE_GSTREAMER 1
41619_ACEOF
41620
dae87f93
RN
41621 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
41622echo "${ECHO_T}GStreamer detection successful" >&6
ce756cb0
RN
41623 fi
41624 fi
41625 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
41626 cat >>confdefs.h <<\_ACEOF
41627#define wxUSE_MEDIACTRL 1
41628_ACEOF
41629
41630fi
41631
41632
a848cd7e
SC
41633if test "$cross_compiling" = "yes"; then
41634 OSINFO="\"$host\""
41635else
41636 OSINFO=`uname -s -r -m`
41637 OSINFO="\"$OSINFO\""
41638fi
41639
41640cat >>confdefs.h <<_ACEOF
41641#define WXWIN_OS_DESCRIPTION $OSINFO
41642_ACEOF
41643
41644
41645
41646if test "x$prefix" != "xNONE"; then
41647 wxPREFIX=$prefix
41648else
41649 wxPREFIX=$ac_default_prefix
41650fi
41651
41652cat >>confdefs.h <<_ACEOF
41653#define wxINSTALL_PREFIX "$wxPREFIX"
41654_ACEOF
41655
41656
a848cd7e
SC
41657
41658
41659CORE_BASE_LIBS="net base"
41660CORE_GUI_LIBS="adv core"
41661
41662if test "$wxUSE_XML" = "yes" ; then
41663 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
41664fi
41665if test "$wxUSE_ODBC" != "no" ; then
41666 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
41667 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
41668fi
41669if test "$wxUSE_HTML" = "yes" ; then
41670 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
41671fi
61639efb
VZ
41672if test "$wxUSE_DEBUGREPORT" = "yes" ; then
41673 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
41674fi
9a8f0513
VS
41675if test "$wxUSE_XRC" = "yes" ; then
41676 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
41677fi
a848cd7e
SC
41678
41679if test "$wxUSE_GUI" != "yes"; then
41680 CORE_GUI_LIBS=""
41681fi
41682
41683
41684
41685
41686
41687
41688
41689
41690if test "$wxUSE_MAC" = 1 ; then
a98bf0c0 41691 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
1e9e8aba
DE
41692 if test "$USE_DARWIN" = 1; then
41693 LDFLAGS="$LDFLAGS -framework QuickTime"
41694 else
41695 LDFLAGS="$LDFLAGS -lQuickTimeLib"
41696 fi
07bea8f0 41697 fi
5dcf30a0 41698 if test "$USE_DARWIN" = 1; then
1e9e8aba
DE
41699 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
41700 else
41701 LDFLAGS="$LDFLAGS -lCarbonLib"
5dcf30a0 41702 fi
a848cd7e
SC
41703fi
41704if test "$wxUSE_COCOA" = 1 ; then
4cb1d3da 41705 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
4fc81cbc
RN
41706 if test "$wxUSE_MEDIACTRL" = "yes"; then
41707 LDFLAGS="$LDFLAGS -framework QuickTime"
41708 fi
a848cd7e 41709fi
19b27e78
MW
41710if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
41711 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
41712fi
a848cd7e
SC
41713
41714
41715LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
41716
41717have_cos=0
41718have_floor=0
41719
41720for ac_func in cos
41721do
41722as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41723echo "$as_me:$LINENO: checking for $ac_func" >&5
41724echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41725if eval "test \"\${$as_ac_var+set}\" = set"; then
41726 echo $ECHO_N "(cached) $ECHO_C" >&6
41727else
41728 cat >conftest.$ac_ext <<_ACEOF
41729/* confdefs.h. */
41730_ACEOF
41731cat confdefs.h >>conftest.$ac_ext
41732cat >>conftest.$ac_ext <<_ACEOF
41733/* end confdefs.h. */
ac1cb8d3
VS
41734/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41735 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41736#define $ac_func innocuous_$ac_func
41737
a848cd7e
SC
41738/* System header to define __stub macros and hopefully few prototypes,
41739 which can conflict with char $ac_func (); below.
41740 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41741 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 41742
a848cd7e
SC
41743#ifdef __STDC__
41744# include <limits.h>
41745#else
41746# include <assert.h>
41747#endif
ac1cb8d3
VS
41748
41749#undef $ac_func
41750
a848cd7e
SC
41751/* Override any gcc2 internal prototype to avoid an error. */
41752#ifdef __cplusplus
41753extern "C"
41754{
41755#endif
41756/* We use char because int might match the return type of a gcc2
41757 builtin and then its argument prototype would still apply. */
41758char $ac_func ();
41759/* The GNU C library defines this for functions which it implements
41760 to always fail with ENOSYS. Some functions are actually named
41761 something starting with __ and the normal name is an alias. */
41762#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41763choke me
41764#else
41765char (*f) () = $ac_func;
41766#endif
41767#ifdef __cplusplus
41768}
41769#endif
41770
41771int
41772main ()
41773{
41774return f != $ac_func;
41775 ;
41776 return 0;
41777}
41778_ACEOF
41779rm -f conftest.$ac_objext conftest$ac_exeext
41780if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41781 (eval $ac_link) 2>conftest.er1
a848cd7e 41782 ac_status=$?
ac1cb8d3
VS
41783 grep -v '^ *+' conftest.er1 >conftest.err
41784 rm -f conftest.er1
41785 cat conftest.err >&5
a848cd7e
SC
41786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41787 (exit $ac_status); } &&
6ebeb4c7 41788 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
41789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41790 (eval $ac_try) 2>&5
41791 ac_status=$?
41792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41793 (exit $ac_status); }; } &&
41794 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41796 (eval $ac_try) 2>&5
41797 ac_status=$?
41798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41799 (exit $ac_status); }; }; then
41800 eval "$as_ac_var=yes"
41801else
41802 echo "$as_me: failed program was:" >&5
41803sed 's/^/| /' conftest.$ac_ext >&5
41804
41805eval "$as_ac_var=no"
41806fi
ac1cb8d3
VS
41807rm -f conftest.err conftest.$ac_objext \
41808 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41809fi
41810echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41811echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41812if test `eval echo '${'$as_ac_var'}'` = yes; then
41813 cat >>confdefs.h <<_ACEOF
41814#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41815_ACEOF
41816 have_cos=1
41817fi
41818done
41819
41820
41821for ac_func in floor
41822do
41823as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41824echo "$as_me:$LINENO: checking for $ac_func" >&5
41825echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41826if eval "test \"\${$as_ac_var+set}\" = set"; then
41827 echo $ECHO_N "(cached) $ECHO_C" >&6
41828else
41829 cat >conftest.$ac_ext <<_ACEOF
41830/* confdefs.h. */
41831_ACEOF
41832cat confdefs.h >>conftest.$ac_ext
41833cat >>conftest.$ac_ext <<_ACEOF
41834/* end confdefs.h. */
ac1cb8d3
VS
41835/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41836 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41837#define $ac_func innocuous_$ac_func
41838
a848cd7e
SC
41839/* System header to define __stub macros and hopefully few prototypes,
41840 which can conflict with char $ac_func (); below.
41841 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41842 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 41843
a848cd7e
SC
41844#ifdef __STDC__
41845# include <limits.h>
41846#else
41847# include <assert.h>
41848#endif
ac1cb8d3
VS
41849
41850#undef $ac_func
41851
a848cd7e
SC
41852/* Override any gcc2 internal prototype to avoid an error. */
41853#ifdef __cplusplus
41854extern "C"
41855{
41856#endif
41857/* We use char because int might match the return type of a gcc2
41858 builtin and then its argument prototype would still apply. */
41859char $ac_func ();
41860/* The GNU C library defines this for functions which it implements
41861 to always fail with ENOSYS. Some functions are actually named
41862 something starting with __ and the normal name is an alias. */
41863#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41864choke me
41865#else
41866char (*f) () = $ac_func;
41867#endif
41868#ifdef __cplusplus
41869}
41870#endif
41871
41872int
41873main ()
41874{
41875return f != $ac_func;
41876 ;
41877 return 0;
41878}
41879_ACEOF
41880rm -f conftest.$ac_objext conftest$ac_exeext
41881if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41882 (eval $ac_link) 2>conftest.er1
a848cd7e 41883 ac_status=$?
ac1cb8d3
VS
41884 grep -v '^ *+' conftest.er1 >conftest.err
41885 rm -f conftest.er1
41886 cat conftest.err >&5
a848cd7e
SC
41887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41888 (exit $ac_status); } &&
6ebeb4c7 41889 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
41890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41891 (eval $ac_try) 2>&5
41892 ac_status=$?
41893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41894 (exit $ac_status); }; } &&
41895 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
41896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41897 (eval $ac_try) 2>&5
41898 ac_status=$?
41899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41900 (exit $ac_status); }; }; then
41901 eval "$as_ac_var=yes"
41902else
41903 echo "$as_me: failed program was:" >&5
41904sed 's/^/| /' conftest.$ac_ext >&5
41905
41906eval "$as_ac_var=no"
41907fi
ac1cb8d3
VS
41908rm -f conftest.err conftest.$ac_objext \
41909 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
41910fi
41911echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41912echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41913if test `eval echo '${'$as_ac_var'}'` = yes; then
41914 cat >>confdefs.h <<_ACEOF
41915#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41916_ACEOF
41917 have_floor=1
41918fi
41919done
41920
41921echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
41922echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
41923if test "$have_cos" = 1 -a "$have_floor" = 1; then
41924 echo "$as_me:$LINENO: result: yes" >&5
41925echo "${ECHO_T}yes" >&6
41926else
41927 echo "$as_me:$LINENO: result: no" >&5
41928echo "${ECHO_T}no" >&6
41929 LIBS="$LIBS -lm"
41930 # use different functions to avoid configure caching
41931 have_sin=0
41932 have_ceil=0
41933
41934for ac_func in sin
41935do
41936as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41937echo "$as_me:$LINENO: checking for $ac_func" >&5
41938echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41939if eval "test \"\${$as_ac_var+set}\" = set"; then
41940 echo $ECHO_N "(cached) $ECHO_C" >&6
41941else
41942 cat >conftest.$ac_ext <<_ACEOF
41943/* confdefs.h. */
41944_ACEOF
41945cat confdefs.h >>conftest.$ac_ext
41946cat >>conftest.$ac_ext <<_ACEOF
41947/* end confdefs.h. */
ac1cb8d3
VS
41948/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41949 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41950#define $ac_func innocuous_$ac_func
41951
a848cd7e
SC
41952/* System header to define __stub macros and hopefully few prototypes,
41953 which can conflict with char $ac_func (); below.
41954 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41955 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 41956
a848cd7e
SC
41957#ifdef __STDC__
41958# include <limits.h>
41959#else
41960# include <assert.h>
41961#endif
ac1cb8d3
VS
41962
41963#undef $ac_func
41964
a848cd7e
SC
41965/* Override any gcc2 internal prototype to avoid an error. */
41966#ifdef __cplusplus
41967extern "C"
41968{
41969#endif
41970/* We use char because int might match the return type of a gcc2
41971 builtin and then its argument prototype would still apply. */
41972char $ac_func ();
41973/* The GNU C library defines this for functions which it implements
41974 to always fail with ENOSYS. Some functions are actually named
41975 something starting with __ and the normal name is an alias. */
41976#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41977choke me
41978#else
41979char (*f) () = $ac_func;
41980#endif
41981#ifdef __cplusplus
41982}
41983#endif
41984
41985int
41986main ()
41987{
41988return f != $ac_func;
41989 ;
41990 return 0;
41991}
41992_ACEOF
41993rm -f conftest.$ac_objext conftest$ac_exeext
41994if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 41995 (eval $ac_link) 2>conftest.er1
a848cd7e 41996 ac_status=$?
ac1cb8d3
VS
41997 grep -v '^ *+' conftest.er1 >conftest.err
41998 rm -f conftest.er1
41999 cat conftest.err >&5
a848cd7e
SC
42000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42001 (exit $ac_status); } &&
6ebeb4c7 42002 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
42003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42004 (eval $ac_try) 2>&5
42005 ac_status=$?
42006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42007 (exit $ac_status); }; } &&
42008 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
42009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42010 (eval $ac_try) 2>&5
42011 ac_status=$?
42012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42013 (exit $ac_status); }; }; then
42014 eval "$as_ac_var=yes"
42015else
42016 echo "$as_me: failed program was:" >&5
42017sed 's/^/| /' conftest.$ac_ext >&5
42018
42019eval "$as_ac_var=no"
42020fi
ac1cb8d3
VS
42021rm -f conftest.err conftest.$ac_objext \
42022 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
42023fi
42024echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42025echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42026if test `eval echo '${'$as_ac_var'}'` = yes; then
42027 cat >>confdefs.h <<_ACEOF
42028#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42029_ACEOF
42030 have_sin=1
42031fi
42032done
42033
42034
42035for ac_func in ceil
42036do
42037as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42038echo "$as_me:$LINENO: checking for $ac_func" >&5
42039echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42040if eval "test \"\${$as_ac_var+set}\" = set"; then
42041 echo $ECHO_N "(cached) $ECHO_C" >&6
42042else
42043 cat >conftest.$ac_ext <<_ACEOF
42044/* confdefs.h. */
42045_ACEOF
42046cat confdefs.h >>conftest.$ac_ext
42047cat >>conftest.$ac_ext <<_ACEOF
42048/* end confdefs.h. */
ac1cb8d3
VS
42049/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42050 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42051#define $ac_func innocuous_$ac_func
42052
a848cd7e
SC
42053/* System header to define __stub macros and hopefully few prototypes,
42054 which can conflict with char $ac_func (); below.
42055 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42056 <limits.h> exists even on freestanding compilers. */
ac1cb8d3 42057
a848cd7e
SC
42058#ifdef __STDC__
42059# include <limits.h>
42060#else
42061# include <assert.h>
42062#endif
ac1cb8d3
VS
42063
42064#undef $ac_func
42065
a848cd7e
SC
42066/* Override any gcc2 internal prototype to avoid an error. */
42067#ifdef __cplusplus
42068extern "C"
42069{
42070#endif
42071/* We use char because int might match the return type of a gcc2
42072 builtin and then its argument prototype would still apply. */
42073char $ac_func ();
42074/* The GNU C library defines this for functions which it implements
42075 to always fail with ENOSYS. Some functions are actually named
42076 something starting with __ and the normal name is an alias. */
42077#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42078choke me
42079#else
42080char (*f) () = $ac_func;
42081#endif
42082#ifdef __cplusplus
42083}
42084#endif
42085
42086int
42087main ()
42088{
42089return f != $ac_func;
42090 ;
42091 return 0;
42092}
42093_ACEOF
42094rm -f conftest.$ac_objext conftest$ac_exeext
42095if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac1cb8d3 42096 (eval $ac_link) 2>conftest.er1
a848cd7e 42097 ac_status=$?
ac1cb8d3
VS
42098 grep -v '^ *+' conftest.er1 >conftest.err
42099 rm -f conftest.er1
42100 cat conftest.err >&5
a848cd7e
SC
42101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42102 (exit $ac_status); } &&
6ebeb4c7 42103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
42104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42105 (eval $ac_try) 2>&5
42106 ac_status=$?
42107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42108 (exit $ac_status); }; } &&
42109 { ac_try='test -s conftest$ac_exeext'
a848cd7e
SC
42110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42111 (eval $ac_try) 2>&5
42112 ac_status=$?
42113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42114 (exit $ac_status); }; }; then
42115 eval "$as_ac_var=yes"
42116else
42117 echo "$as_me: failed program was:" >&5
42118sed 's/^/| /' conftest.$ac_ext >&5
42119
42120eval "$as_ac_var=no"
42121fi
ac1cb8d3
VS
42122rm -f conftest.err conftest.$ac_objext \
42123 conftest$ac_exeext conftest.$ac_ext
a848cd7e
SC
42124fi
42125echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42126echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42127if test `eval echo '${'$as_ac_var'}'` = yes; then
42128 cat >>confdefs.h <<_ACEOF
42129#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42130_ACEOF
42131 have_ceil=1
42132fi
42133done
42134
42135 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
42136echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
42137 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
42138 echo "$as_me:$LINENO: result: yes" >&5
42139echo "${ECHO_T}yes" >&6
42140 else
42141 echo "$as_me:$LINENO: result: no" >&5
42142echo "${ECHO_T}no" >&6
42143 # not sure we should warn the user, crash, etc.
42144 fi
42145fi
42146
42147if test "$wxUSE_GUI" = "yes"; then
42148
42149
8bce5cda
MW
42150 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
42151 dynamic erase event exec font image minimal mobile \
42152 mobile/wxedit mobile/styles propsize render \
42153 richedit rotate shaped vscroll widgets"
a848cd7e
SC
42154
42155 if test "$wxUSE_MONOLITHIC" != "yes"; then
42156 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
42157 fi
0b78747f 42158 if test "$TOOLKIT" = "MSW"; then
8bce5cda
MW
42159 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
42160 if test "$wxUSE_UNIVERSAL" != "yes"; then
42161 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
42162 fi
42163 fi
42164 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
42165 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
0b78747f 42166 fi
a848cd7e
SC
42167else
42168 SAMPLES_SUBDIRS="console"
42169fi
42170
42171
ceec2216 42172INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
a848cd7e
SC
42173-I\${top_srcdir}/include $TOOLKIT_INCLUDE"
42174
42175if test "$GXX" = yes ; then
6ebeb4c7 42176 CWARNINGS="-Wall -Wundef"
5294a27e 42177 CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy"
6ebeb4c7 42178fi
a848cd7e
SC
42179
42180EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
42181
0c3c69fc 42182CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
5294a27e 42183CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
0c3c69fc 42184CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
a848cd7e 42185
95986553
DE
42186if test "x$MWCC" = "xyes"; then
42187
42188 CC="$CC -cwd source -I-"
42189 CXX="$CXX -cwd source -I-"
42190fi
42191
a848cd7e 42192
0c3c69fc 42193LIBS=`echo $LIBS`
a848cd7e
SC
42194EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
42195EXTRALIBS_XML="$EXPAT_LINK"
42196EXTRALIBS_HTML="$MSPACK_LINK"
42197EXTRALIBS_ODBC="$ODBC_LINK"
42198if test "$wxUSE_GUI" = "yes"; then
2e350179 42199 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
a848cd7e
SC
42200fi
42201if test "$wxUSE_OPENGL" = "yes"; then
42202 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
42203fi
42204
42205LDFLAGS="$LDFLAGS $PROFILE"
42206
42207if test "$wxUSE_GTK" = 1; then
42208 WXCONFIG_INCLUDE=
42209else
42210 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
42211fi
42212
42213WXCONFIG_EXTRALIBS="$LIBS"
42214
42215if test "$wxUSE_REGEX" = "builtin" ; then
74802184 42216 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
a848cd7e
SC
42217fi
42218if test "$wxUSE_EXPAT" = "builtin" ; then
74802184 42219 wxconfig_3rdparty="expat $wxconfig_3rdparty"
a848cd7e
SC
42220fi
42221if test "$wxUSE_ODBC" = "builtin" ; then
74802184 42222 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
a848cd7e
SC
42223fi
42224if test "$wxUSE_LIBTIFF" = "builtin" ; then
74802184 42225 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
a848cd7e
SC
42226fi
42227if test "$wxUSE_LIBJPEG" = "builtin" ; then
74802184 42228 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
a848cd7e
SC
42229fi
42230if test "$wxUSE_LIBPNG" = "builtin" ; then
74802184 42231 wxconfig_3rdparty="png $wxconfig_3rdparty"
a848cd7e
SC
42232fi
42233if test "$wxUSE_ZLIB" = "builtin" ; then
74802184 42234 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
a848cd7e
SC
42235fi
42236
42237for i in $wxconfig_3rdparty ; do
74802184 42238 WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
a848cd7e
SC
42239done
42240
42241
42242if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
42243 WXUNIV=1
42244else
42245 WXUNIV=0
42246fi
42247
42248
42249
42250
42251
42252
42253
42254
42255
42256if test $wxUSE_MONOLITHIC = "yes" ; then
42257 MONOLITHIC=1
42258else
42259 MONOLITHIC=0
42260fi
42261
42262if test $wxUSE_PLUGINS = "yes" ; then
42263 USE_PLUGINS=1
42264else
42265 USE_PLUGINS=0
42266fi
42267
42268if test $wxUSE_ODBC != "no" ; then
42269 USE_ODBC=1
42270else
42271 USE_ODBC=0
42272fi
42273
16358932
VZ
42274if test "$wxUSE_DEBUGREPORT" = "yes" ; then
42275 USE_QA=1
42276else
42277 USE_QA=0
42278fi
42279
a848cd7e
SC
42280if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
42281 OFFICIAL_BUILD=1
42282else
42283 OFFICIAL_BUILD=0
42284fi
42285
42286
42287
42288
42289
42290
42291
42292
42293
42294
42295
42296
42297
42298
42299
42300
42301
42302
42303
ceec2216 42304
d1c38808 42305
a848cd7e
SC
42306
42307
42308TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
42309
42310
42311
42312
42313
42314
42315
42316
4d4ff94c
VZ
42317case "$TOOLKIT" in
42318 GTK)
42319 TOOLKIT_USER="GTK+"
42320 if test "$WXGTK20" = 1; then
42321 TOOLKIT_USER="$TOOLKIT_USER 2"
42322 fi
9a8f0513 42323 ;;
4d4ff94c
VZ
42324
42325 *)
42326 TOOLKIT_USER=$TOOLKIT_LOWERCASE
9a8f0513 42327 ;;
4d4ff94c 42328esac
a848cd7e 42329
fb00f58d
JS
42330if test "$wxUSE_WINE" = "yes"; then
42331 BAKEFILE_FORCE_PLATFORM=win32
42332fi
42333
9a8f0513 42334
1e9e8aba
DE
42335
42336
a848cd7e
SC
42337 if test "x$BAKEFILE_HOST" = "x"; then
42338 BAKEFILE_HOST="${host}"
42339 fi
42340
42341 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
42342
42343 if test -n "$ac_tool_prefix"; then
42344 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
42345set dummy ${ac_tool_prefix}ranlib; ac_word=$2
42346echo "$as_me:$LINENO: checking for $ac_word" >&5
42347echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42348if test "${ac_cv_prog_RANLIB+set}" = set; then
42349 echo $ECHO_N "(cached) $ECHO_C" >&6
42350else
42351 if test -n "$RANLIB"; then
42352 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
42353else
42354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42355for as_dir in $PATH
42356do
42357 IFS=$as_save_IFS
42358 test -z "$as_dir" && as_dir=.
42359 for ac_exec_ext in '' $ac_executable_extensions; do
42360 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42361 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
42362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42363 break 2
42364 fi
42365done
42366done
42367
42368fi
42369fi
42370RANLIB=$ac_cv_prog_RANLIB
42371if test -n "$RANLIB"; then
42372 echo "$as_me:$LINENO: result: $RANLIB" >&5
42373echo "${ECHO_T}$RANLIB" >&6
42374else
42375 echo "$as_me:$LINENO: result: no" >&5
42376echo "${ECHO_T}no" >&6
42377fi
42378
42379fi
42380if test -z "$ac_cv_prog_RANLIB"; then
42381 ac_ct_RANLIB=$RANLIB
42382 # Extract the first word of "ranlib", so it can be a program name with args.
42383set dummy ranlib; ac_word=$2
42384echo "$as_me:$LINENO: checking for $ac_word" >&5
42385echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42386if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
42387 echo $ECHO_N "(cached) $ECHO_C" >&6
42388else
42389 if test -n "$ac_ct_RANLIB"; then
42390 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
42391else
42392as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42393for as_dir in $PATH
42394do
42395 IFS=$as_save_IFS
42396 test -z "$as_dir" && as_dir=.
42397 for ac_exec_ext in '' $ac_executable_extensions; do
42398 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42399 ac_cv_prog_ac_ct_RANLIB="ranlib"
42400 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42401 break 2
42402 fi
42403done
42404done
42405
42406 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
42407fi
42408fi
42409ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
42410if test -n "$ac_ct_RANLIB"; then
42411 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
42412echo "${ECHO_T}$ac_ct_RANLIB" >&6
42413else
42414 echo "$as_me:$LINENO: result: no" >&5
42415echo "${ECHO_T}no" >&6
42416fi
42417
42418 RANLIB=$ac_ct_RANLIB
42419else
42420 RANLIB="$ac_cv_prog_RANLIB"
42421fi
42422
42423 # Find a good install program. We prefer a C program (faster),
42424# so one script is as good as another. But avoid the broken or
42425# incompatible versions:
42426# SysV /etc/install, /usr/sbin/install
42427# SunOS /usr/etc/install
42428# IRIX /sbin/install
42429# AIX /bin/install
42430# AmigaOS /C/install, which installs bootblocks on floppy discs
42431# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
42432# AFS /usr/afsws/bin/install, which mishandles nonexistent args
42433# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ac1cb8d3 42434# OS/2's system install, which has a completely different semantic
a848cd7e
SC
42435# ./install, which can be erroneously created by make from ./install.sh.
42436echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
42437echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
42438if test -z "$INSTALL"; then
42439if test "${ac_cv_path_install+set}" = set; then
42440 echo $ECHO_N "(cached) $ECHO_C" >&6
42441else
42442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42443for as_dir in $PATH
42444do
42445 IFS=$as_save_IFS
42446 test -z "$as_dir" && as_dir=.
42447 # Account for people who put trailing slashes in PATH elements.
42448case $as_dir/ in
42449 ./ | .// | /cC/* | \
42450 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
ac1cb8d3 42451 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
a848cd7e
SC
42452 /usr/ucb/* ) ;;
42453 *)
42454 # OSF1 and SCO ODT 3.0 have their own names for install.
42455 # Don't use installbsd from OSF since it installs stuff as root
42456 # by default.
42457 for ac_prog in ginstall scoinst install; do
42458 for ac_exec_ext in '' $ac_executable_extensions; do
ac1cb8d3
VS
42459 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
42460 if test $ac_prog = install &&
42461 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
42462 # AIX install. It has an incompatible calling convention.
42463 :
42464 elif test $ac_prog = install &&
42465 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
42466 # program-specific install script used by HP pwplus--don't use.
42467 :
42468 else
42469 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
42470 break 3
42471 fi
42472 fi
a848cd7e
SC
42473 done
42474 done
42475 ;;
42476esac
42477done
42478
42479
42480fi
42481 if test "${ac_cv_path_install+set}" = set; then
42482 INSTALL=$ac_cv_path_install
42483 else
42484 # As a last resort, use the slow shell script. We don't cache a
42485 # path for INSTALL within a source directory, because that will
42486 # break other packages using the cache if that directory is
42487 # removed, or if the path is relative.
42488 INSTALL=$ac_install_sh
42489 fi
42490fi
42491echo "$as_me:$LINENO: result: $INSTALL" >&5
42492echo "${ECHO_T}$INSTALL" >&6
42493
42494# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
42495# It thinks the first close brace ends the variable substitution.
42496test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
42497
42498test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
42499
42500test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
42501
42502 echo "$as_me:$LINENO: checking whether ln -s works" >&5
42503echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
42504LN_S=$as_ln_s
42505if test "$LN_S" = "ln -s"; then
42506 echo "$as_me:$LINENO: result: yes" >&5
42507echo "${ECHO_T}yes" >&6
42508else
42509 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
42510echo "${ECHO_T}no, using $LN_S" >&6
42511fi
42512
42513
42514 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
42515echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 42516set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
42517if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
42518 echo $ECHO_N "(cached) $ECHO_C" >&6
42519else
42520 cat >conftest.make <<\_ACEOF
42521all:
42522 @echo 'ac_maketemp="$(MAKE)"'
42523_ACEOF
42524# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
42525eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
42526if test -n "$ac_maketemp"; then
42527 eval ac_cv_prog_make_${ac_make}_set=yes
42528else
42529 eval ac_cv_prog_make_${ac_make}_set=no
42530fi
42531rm -f conftest.make
42532fi
42533if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
42534 echo "$as_me:$LINENO: result: yes" >&5
42535echo "${ECHO_T}yes" >&6
42536 SET_MAKE=
42537else
42538 echo "$as_me:$LINENO: result: no" >&5
42539echo "${ECHO_T}no" >&6
42540 SET_MAKE="MAKE=${MAKE-make}"
42541fi
42542
42543
42544
42545 if test -n "$ac_tool_prefix"; then
42546 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
42547set dummy ${ac_tool_prefix}ar; ac_word=$2
42548echo "$as_me:$LINENO: checking for $ac_word" >&5
42549echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42550if test "${ac_cv_prog_AR+set}" = set; then
42551 echo $ECHO_N "(cached) $ECHO_C" >&6
42552else
42553 if test -n "$AR"; then
42554 ac_cv_prog_AR="$AR" # Let the user override the test.
42555else
42556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42557for as_dir in $PATH
42558do
42559 IFS=$as_save_IFS
42560 test -z "$as_dir" && as_dir=.
42561 for ac_exec_ext in '' $ac_executable_extensions; do
42562 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42563 ac_cv_prog_AR="${ac_tool_prefix}ar"
42564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42565 break 2
42566 fi
42567done
42568done
42569
42570fi
42571fi
42572AR=$ac_cv_prog_AR
42573if test -n "$AR"; then
42574 echo "$as_me:$LINENO: result: $AR" >&5
42575echo "${ECHO_T}$AR" >&6
42576else
42577 echo "$as_me:$LINENO: result: no" >&5
42578echo "${ECHO_T}no" >&6
42579fi
42580
42581fi
42582if test -z "$ac_cv_prog_AR"; then
42583 ac_ct_AR=$AR
42584 # Extract the first word of "ar", so it can be a program name with args.
42585set dummy ar; ac_word=$2
42586echo "$as_me:$LINENO: checking for $ac_word" >&5
42587echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42588if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
42589 echo $ECHO_N "(cached) $ECHO_C" >&6
42590else
42591 if test -n "$ac_ct_AR"; then
42592 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42593else
42594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42595for as_dir in $PATH
42596do
42597 IFS=$as_save_IFS
42598 test -z "$as_dir" && as_dir=.
42599 for ac_exec_ext in '' $ac_executable_extensions; do
42600 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42601 ac_cv_prog_ac_ct_AR="ar"
42602 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42603 break 2
42604 fi
42605done
42606done
42607
42608 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
42609fi
42610fi
42611ac_ct_AR=$ac_cv_prog_ac_ct_AR
42612if test -n "$ac_ct_AR"; then
42613 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
42614echo "${ECHO_T}$ac_ct_AR" >&6
42615else
42616 echo "$as_me:$LINENO: result: no" >&5
42617echo "${ECHO_T}no" >&6
42618fi
42619
42620 AR=$ac_ct_AR
42621else
42622 AR="$ac_cv_prog_AR"
42623fi
42624
42625 if test -n "$ac_tool_prefix"; then
42626 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
42627set dummy ${ac_tool_prefix}strip; ac_word=$2
42628echo "$as_me:$LINENO: checking for $ac_word" >&5
42629echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42630if test "${ac_cv_prog_STRIP+set}" = set; then
42631 echo $ECHO_N "(cached) $ECHO_C" >&6
42632else
42633 if test -n "$STRIP"; then
42634 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42635else
42636as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42637for as_dir in $PATH
42638do
42639 IFS=$as_save_IFS
42640 test -z "$as_dir" && as_dir=.
42641 for ac_exec_ext in '' $ac_executable_extensions; do
42642 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42643 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
42644 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42645 break 2
42646 fi
42647done
42648done
42649
42650fi
42651fi
42652STRIP=$ac_cv_prog_STRIP
42653if test -n "$STRIP"; then
42654 echo "$as_me:$LINENO: result: $STRIP" >&5
42655echo "${ECHO_T}$STRIP" >&6
42656else
42657 echo "$as_me:$LINENO: result: no" >&5
42658echo "${ECHO_T}no" >&6
42659fi
42660
42661fi
42662if test -z "$ac_cv_prog_STRIP"; then
42663 ac_ct_STRIP=$STRIP
42664 # Extract the first word of "strip", so it can be a program name with args.
42665set dummy strip; ac_word=$2
42666echo "$as_me:$LINENO: checking for $ac_word" >&5
42667echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42668if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
42669 echo $ECHO_N "(cached) $ECHO_C" >&6
42670else
42671 if test -n "$ac_ct_STRIP"; then
42672 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
42673else
42674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42675for as_dir in $PATH
42676do
42677 IFS=$as_save_IFS
42678 test -z "$as_dir" && as_dir=.
42679 for ac_exec_ext in '' $ac_executable_extensions; do
42680 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42681 ac_cv_prog_ac_ct_STRIP="strip"
42682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42683 break 2
42684 fi
42685done
42686done
42687
42688 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
42689fi
42690fi
42691ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
42692if test -n "$ac_ct_STRIP"; then
42693 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
42694echo "${ECHO_T}$ac_ct_STRIP" >&6
42695else
42696 echo "$as_me:$LINENO: result: no" >&5
42697echo "${ECHO_T}no" >&6
42698fi
42699
42700 STRIP=$ac_ct_STRIP
42701else
42702 STRIP="$ac_cv_prog_STRIP"
42703fi
42704
42705 if test -n "$ac_tool_prefix"; then
42706 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
42707set dummy ${ac_tool_prefix}nm; ac_word=$2
42708echo "$as_me:$LINENO: checking for $ac_word" >&5
42709echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42710if test "${ac_cv_prog_NM+set}" = set; then
42711 echo $ECHO_N "(cached) $ECHO_C" >&6
42712else
42713 if test -n "$NM"; then
42714 ac_cv_prog_NM="$NM" # Let the user override the test.
42715else
42716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42717for as_dir in $PATH
42718do
42719 IFS=$as_save_IFS
42720 test -z "$as_dir" && as_dir=.
42721 for ac_exec_ext in '' $ac_executable_extensions; do
42722 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42723 ac_cv_prog_NM="${ac_tool_prefix}nm"
42724 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42725 break 2
42726 fi
42727done
42728done
42729
42730fi
42731fi
42732NM=$ac_cv_prog_NM
42733if test -n "$NM"; then
42734 echo "$as_me:$LINENO: result: $NM" >&5
42735echo "${ECHO_T}$NM" >&6
42736else
42737 echo "$as_me:$LINENO: result: no" >&5
42738echo "${ECHO_T}no" >&6
42739fi
42740
42741fi
42742if test -z "$ac_cv_prog_NM"; then
42743 ac_ct_NM=$NM
42744 # Extract the first word of "nm", so it can be a program name with args.
42745set dummy nm; ac_word=$2
42746echo "$as_me:$LINENO: checking for $ac_word" >&5
42747echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42748if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
42749 echo $ECHO_N "(cached) $ECHO_C" >&6
42750else
42751 if test -n "$ac_ct_NM"; then
42752 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
42753else
42754as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42755for as_dir in $PATH
42756do
42757 IFS=$as_save_IFS
42758 test -z "$as_dir" && as_dir=.
42759 for ac_exec_ext in '' $ac_executable_extensions; do
42760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42761 ac_cv_prog_ac_ct_NM="nm"
42762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42763 break 2
42764 fi
42765done
42766done
42767
42768 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
42769fi
42770fi
42771ac_ct_NM=$ac_cv_prog_ac_ct_NM
42772if test -n "$ac_ct_NM"; then
42773 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
42774echo "${ECHO_T}$ac_ct_NM" >&6
42775else
42776 echo "$as_me:$LINENO: result: no" >&5
42777echo "${ECHO_T}no" >&6
42778fi
42779
42780 NM=$ac_ct_NM
42781else
42782 NM="$ac_cv_prog_NM"
42783fi
42784
42785
42786 case ${BAKEFILE_HOST} in
42787 *-hp-hpux* )
1e9e8aba 42788 INSTALL_DIR="mkdir -p"
a848cd7e
SC
42789 ;;
42790 *) INSTALL_DIR="$INSTALL -d"
42791 ;;
42792 esac
42793
42794
42795 LDFLAGS_GUI=
42796 case ${BAKEFILE_HOST} in
42797 *-*-cygwin* | *-*-mingw32* )
42798 LDFLAGS_GUI="-mwindows"
42799 esac
42800
42801
42802 fi
42803
42804 echo "$as_me:$LINENO: checking if make is GNU make" >&5
42805echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
42806if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
42807 echo $ECHO_N "(cached) $ECHO_C" >&6
42808else
42809
42810 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
42811 egrep -s GNU > /dev/null); then
42812 bakefile_cv_prog_makeisgnu="yes"
42813 else
42814 bakefile_cv_prog_makeisgnu="no"
42815 fi
42816
42817fi
42818echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
42819echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
42820
42821 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
42822 IF_GNU_MAKE=""
42823 else
42824 IF_GNU_MAKE="#"
42825 fi
42826
42827
42828
42829 PLATFORM_UNIX=0
42830 PLATFORM_WIN32=0
42831 PLATFORM_MSDOS=0
42832 PLATFORM_MAC=0
1e9e8aba 42833 PLATFORM_MACOS=0
a848cd7e
SC
42834 PLATFORM_MACOSX=0
42835 PLATFORM_OS2=0
1e9e8aba 42836 PLATFORM_BEOS=0
a848cd7e
SC
42837
42838 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
42839 case "${BAKEFILE_HOST}" in
810b94f0 42840 *-*-mingw32* )
a848cd7e
SC
42841 PLATFORM_WIN32=1
42842 ;;
42843 *-pc-msdosdjgpp )
42844 PLATFORM_MSDOS=1
42845 ;;
42846 *-pc-os2_emx | *-pc-os2-emx )
42847 PLATFORM_OS2=1
42848 ;;
47bd5406 42849 *-*-darwin* )
a848cd7e
SC
42850 PLATFORM_MAC=1
42851 PLATFORM_MACOSX=1
42852 ;;
1e9e8aba
DE
42853 *-*-beos* )
42854 PLATFORM_BEOS=1
42855 ;;
42856 powerpc-apple-macos* )
42857 PLATFORM_MAC=1
42858 PLATFORM_MACOS=1
42859 ;;
a848cd7e
SC
42860 * )
42861 PLATFORM_UNIX=1
42862 ;;
42863 esac
42864 else
42865 case "$BAKEFILE_FORCE_PLATFORM" in
42866 win32 )
42867 PLATFORM_WIN32=1
42868 ;;
42869 msdos )
42870 PLATFORM_MSDOS=1
42871 ;;
42872 os2 )
42873 PLATFORM_OS2=1
42874 ;;
42875 darwin )
42876 PLATFORM_MAC=1
42877 PLATFORM_MACOSX=1
42878 ;;
42879 unix )
42880 PLATFORM_UNIX=1
42881 ;;
1e9e8aba
DE
42882 beos )
42883 PLATFORM_BEOS=1
42884 ;;
a848cd7e
SC
42885 * )
42886 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
42887echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
42888 { (exit 1); exit 1; }; }
42889 ;;
42890 esac
42891 fi
42892
42893
42894
42895
42896
42897
42898
42899
42900
1e9e8aba
DE
42901
42902
a848cd7e
SC
42903 # Check whether --enable-omf or --disable-omf was given.
42904if test "${enable_omf+set}" = set; then
42905 enableval="$enable_omf"
42906 bk_os2_use_omf="$enableval"
42907fi;
42908
42909 case "${BAKEFILE_HOST}" in
42910 *-*-darwin* )
47bd5406
VZ
42911 if test "x$GCC" = "xyes"; then
42912 CFLAGS="$CFLAGS -fno-common"
42913 CXXFLAGS="$CXXFLAGS -fno-common"
42914 fi
42915 if test "x$XLCC" = "xyes"; then
42916 CFLAGS="$CFLAGS -qnocommon"
42917 CXXFLAGS="$CXXFLAGS -qnocommon"
42918 fi
a848cd7e
SC
42919 ;;
42920
42921 *-pc-os2_emx | *-pc-os2-emx )
42922 if test "x$bk_os2_use_omf" = "xyes" ; then
42923 AR=emxomfar
42924 RANLIB=:
42925 LDFLAGS="-Zomf $LDFLAGS"
42926 CFLAGS="-Zomf $CFLAGS"
42927 CXXFLAGS="-Zomf $CXXFLAGS"
42928 OS2_LIBEXT="lib"
42929 else
42930 OS2_LIBEXT="a"
42931 fi
42932 ;;
1e9e8aba
DE
42933
42934 i*86-*-beos* )
42935 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
42936 ;;
a848cd7e
SC
42937 esac
42938
42939
42940 SO_SUFFIX="so"
42941 SO_SUFFIX_MODULE="so"
42942 EXEEXT=""
42943 LIBPREFIX="lib"
42944 LIBEXT=".a"
42945 DLLPREFIX="lib"
42946 DLLPREFIX_MODULE=""
42947 DLLIMP_SUFFIX=""
810b94f0 42948 dlldir="$libdir"
a848cd7e
SC
42949
42950 case "${BAKEFILE_HOST}" in
42951 *-hp-hpux* )
42952 SO_SUFFIX="sl"
42953 SO_SUFFIX_MODULE="sl"
42954 ;;
42955 *-*-aix* )
42956 SO_SUFFIX="a"
42957 SO_SUFFIX_MODULE="a"
42958 ;;
810b94f0
MW
42959 *-*-cygwin* )
42960 SO_SUFFIX="dll"
42961 SO_SUFFIX_MODULE="dll"
42962 DLLIMP_SUFFIX="dll.a"
42963 EXEEXT=".exe"
42964 DLLPREFIX="cyg"
42965 dlldir="$bindir"
42966 ;;
42967 *-*-mingw32* )
a848cd7e
SC
42968 SO_SUFFIX="dll"
42969 SO_SUFFIX_MODULE="dll"
42970 DLLIMP_SUFFIX="dll.a"
42971 EXEEXT=".exe"
42972 DLLPREFIX=""
810b94f0 42973 dlldir="$bindir"
a848cd7e
SC
42974 ;;
42975 *-pc-msdosdjgpp )
42976 EXEEXT=".exe"
42977 DLLPREFIX=""
810b94f0 42978 dlldir="$bindir"
a848cd7e
SC
42979 ;;
42980 *-pc-os2_emx | *-pc-os2-emx )
42981 SO_SUFFIX="dll"
42982 SO_SUFFIX_MODULE="dll"
42983 DLLIMP_SUFFIX=$OS2_LIBEXT
42984 EXEEXT=".exe"
42985 DLLPREFIX=""
42986 LIBPREFIX=""
42987 LIBEXT=".$OS2_LIBEXT"
810b94f0 42988 dlldir="$bindir"
a848cd7e 42989 ;;
47bd5406 42990 *-*-darwin* )
a848cd7e
SC
42991 SO_SUFFIX="dylib"
42992 SO_SUFFIX_MODULE="bundle"
42993 ;;
42994 esac
42995
42996 if test "x$DLLIMP_SUFFIX" = "x" ; then
42997 DLLIMP_SUFFIX="$SO_SUFFIX"
42998 fi
42999
43000
43001
43002
43003
43004
43005
43006
43007
43008
43009
810b94f0 43010
1e9e8aba
DE
43011 PIC_FLAG=""
43012 if test "x$GCC" = "xyes"; then
a848cd7e
SC
43013 PIC_FLAG="-fPIC"
43014 fi
43015
1e9e8aba
DE
43016 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
43017 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
810b94f0 43018 WINDOWS_IMPLIB=0
1e9e8aba 43019
a848cd7e
SC
43020 case "${BAKEFILE_HOST}" in
43021 *-hp-hpux* )
1e9e8aba 43022 if test "x$GCC" != "xyes"; then
a848cd7e
SC
43023 LDFLAGS="$LDFLAGS -L/usr/lib"
43024
43025 SHARED_LD_CC="${CC} -b -o"
43026 SHARED_LD_CXX="${CXX} -b -o"
43027 PIC_FLAG="+Z"
43028 fi
43029 ;;
43030
43031 *-*-linux* )
43032 if test "x$GCC" != "xyes"; then
43033 echo "$as_me:$LINENO: checking for Intel compiler" >&5
43034echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
43035if test "${bakefile_cv_prog_icc+set}" = set; then
43036 echo $ECHO_N "(cached) $ECHO_C" >&6
43037else
43038
43039 cat >conftest.$ac_ext <<_ACEOF
43040/* confdefs.h. */
43041_ACEOF
43042cat confdefs.h >>conftest.$ac_ext
43043cat >>conftest.$ac_ext <<_ACEOF
43044/* end confdefs.h. */
43045
43046int
43047main ()
43048{
43049
43050 #ifndef __INTEL_COMPILER
43051 #error Not icc
43052 #endif
43053
43054 ;
43055 return 0;
43056}
43057_ACEOF
43058rm -f conftest.$ac_objext
43059if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43060 (eval $ac_compile) 2>conftest.er1
a848cd7e 43061 ac_status=$?
ac1cb8d3
VS
43062 grep -v '^ *+' conftest.er1 >conftest.err
43063 rm -f conftest.er1
43064 cat conftest.err >&5
a848cd7e
SC
43065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43066 (exit $ac_status); } &&
6ebeb4c7 43067 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
43068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43069 (eval $ac_try) 2>&5
43070 ac_status=$?
43071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43072 (exit $ac_status); }; } &&
43073 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43075 (eval $ac_try) 2>&5
43076 ac_status=$?
43077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43078 (exit $ac_status); }; }; then
43079 bakefile_cv_prog_icc=yes
43080else
43081 echo "$as_me: failed program was:" >&5
43082sed 's/^/| /' conftest.$ac_ext >&5
43083
43084bakefile_cv_prog_icc=no
43085
43086fi
ac1cb8d3 43087rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43088
43089fi
43090echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
43091echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
43092 if test "$bakefile_cv_prog_icc" = "yes"; then
43093 PIC_FLAG="-KPIC"
43094 fi
43095 fi
43096 ;;
43097
43098 *-*-solaris2* )
43099 if test "x$GCC" != xyes ; then
43100 SHARED_LD_CC="${CC} -G -o"
43101 SHARED_LD_CXX="${CXX} -G -o"
43102 PIC_FLAG="-KPIC"
43103 fi
43104 ;;
43105
43106 *-*-darwin* )
43107
43108 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
43109echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
43110if test "${wx_cv_gcc31+set}" = set; then
43111 echo $ECHO_N "(cached) $ECHO_C" >&6
43112else
43113
43114 cat >conftest.$ac_ext <<_ACEOF
43115/* confdefs.h. */
43116_ACEOF
43117cat confdefs.h >>conftest.$ac_ext
43118cat >>conftest.$ac_ext <<_ACEOF
43119/* end confdefs.h. */
43120
43121int
43122main ()
43123{
43124
43125 #if (__GNUC__ < 3) || \
43126 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
43127 #error old gcc
43128 #endif
43129
43130 ;
43131 return 0;
43132}
43133_ACEOF
43134rm -f conftest.$ac_objext
43135if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 43136 (eval $ac_compile) 2>conftest.er1
a848cd7e 43137 ac_status=$?
ac1cb8d3
VS
43138 grep -v '^ *+' conftest.er1 >conftest.err
43139 rm -f conftest.er1
43140 cat conftest.err >&5
a848cd7e
SC
43141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43142 (exit $ac_status); } &&
6ebeb4c7 43143 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
43144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43145 (eval $ac_try) 2>&5
43146 ac_status=$?
43147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43148 (exit $ac_status); }; } &&
43149 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
43150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43151 (eval $ac_try) 2>&5
43152 ac_status=$?
43153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43154 (exit $ac_status); }; }; then
43155
43156 wx_cv_gcc31=yes
43157
43158else
43159 echo "$as_me: failed program was:" >&5
43160sed 's/^/| /' conftest.$ac_ext >&5
43161
43162
43163 wx_cv_gcc31=no
43164
43165
43166fi
ac1cb8d3 43167rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e
SC
43168
43169fi
43170echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
43171echo "${ECHO_T}$wx_cv_gcc31" >&6
43172 if test "$wx_cv_gcc31" = "no"; then
473276a9
VS
43173
43174D='$'
43175cat <<EOF >shared-ld-sh
a848cd7e
SC
43176#!/bin/sh
43177#-----------------------------------------------------------------------------
43178#-- Name: distrib/mac/shared-ld-sh
43179#-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
43180#-- Author: Gilles Depeyrot
43181#-- Copyright: (c) 2002 Gilles Depeyrot
43182#-- Licence: any use permitted
43183#-----------------------------------------------------------------------------
43184
43185verbose=0
43186args=""
43187objects=""
43188linking_flag="-dynamiclib"
810b94f0 43189ldargs="-r -keep_private_externs -nostdlib"
a848cd7e 43190
473276a9
VS
43191while test ${D}# -gt 0; do
43192 case ${D}1 in
a848cd7e
SC
43193
43194 -v)
43195 verbose=1
43196 ;;
43197
43198 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
43199 # collect these options and values
473276a9 43200 args="${D}{args} ${D}1 ${D}2"
a848cd7e
SC
43201 shift
43202 ;;
43203
810b94f0
MW
43204 -s|-Wl,*)
43205 # collect these load args
43206 ldargs="${D}{ldargs} ${D}1"
2113bc77 43207 ;;
810b94f0
MW
43208
43209 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
a848cd7e 43210 # collect these options
473276a9 43211 args="${D}{args} ${D}1"
a848cd7e
SC
43212 ;;
43213
43214 -dynamiclib|-bundle)
473276a9 43215 linking_flag="${D}1"
a848cd7e
SC
43216 ;;
43217
43218 -*)
473276a9 43219 echo "shared-ld: unhandled option '${D}1'"
a848cd7e
SC
43220 exit 1
43221 ;;
43222
43223 *.o | *.a | *.dylib)
43224 # collect object files
473276a9 43225 objects="${D}{objects} ${D}1"
a848cd7e
SC
43226 ;;
43227
43228 *)
473276a9 43229 echo "shared-ld: unhandled argument '${D}1'"
a848cd7e
SC
43230 exit 1
43231 ;;
43232
43233 esac
43234 shift
43235done
43236
810b94f0
MW
43237status=0
43238
a848cd7e
SC
43239#
43240# Link one module containing all the others
43241#
473276a9 43242if test ${D}{verbose} = 1; then
810b94f0 43243 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
a848cd7e 43244fi
810b94f0 43245c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
473276a9 43246status=${D}?
a848cd7e
SC
43247
43248#
810b94f0
MW
43249# Link the shared library from the single module created, but only if the
43250# previous command didn't fail:
a848cd7e 43251#
810b94f0
MW
43252if test ${D}{status} = 0; then
43253 if test ${D}{verbose} = 1; then
43254 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
43255 fi
43256 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
43257 status=${D}?
a848cd7e
SC
43258fi
43259
43260#
43261# Remove intermediate module
43262#
473276a9 43263rm -f master.${D}${D}.o
a848cd7e 43264
810b94f0 43265exit ${D}status
a848cd7e 43266EOF
473276a9 43267
a848cd7e
SC
43268 chmod +x shared-ld-sh
43269
43270 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
43271 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
43272 SHARED_LD_CXX="$SHARED_LD_CC"
43273 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
43274 else
43275 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
43276 SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o"
43277 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
43278 SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
43279 fi
43280
47bd5406
VZ
43281 if test "x$GCC" == "xyes"; then
43282 PIC_FLAG="-dynamic -fPIC"
43283 fi
43284 if test "x$XLCC" = "xyes"; then
43285 PIC_FLAG="-dynamic -DPIC"
43286 fi
a848cd7e
SC
43287 ;;
43288
43289 *-*-aix* )
43290 if test "x$GCC" != "xyes"; then
43291 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
43292set dummy makeC++SharedLib; ac_word=$2
43293echo "$as_me:$LINENO: checking for $ac_word" >&5
43294echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43295if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
43296 echo $ECHO_N "(cached) $ECHO_C" >&6
43297else
43298 if test -n "$AIX_CXX_LD"; then
43299 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
43300else
43301as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43302for as_dir in $PATH
43303do
43304 IFS=$as_save_IFS
43305 test -z "$as_dir" && as_dir=.
43306 for ac_exec_ext in '' $ac_executable_extensions; do
43307 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43308 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
43309 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43310 break 2
43311 fi
43312done
43313done
43314
43315 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
43316fi
43317fi
43318AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
43319if test -n "$AIX_CXX_LD"; then
43320 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
43321echo "${ECHO_T}$AIX_CXX_LD" >&6
43322else
43323 echo "$as_me:$LINENO: result: no" >&5
43324echo "${ECHO_T}no" >&6
43325fi
43326
43327 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
43328 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
43329 fi
43330 ;;
43331
43332 *-*-beos* )
1e9e8aba
DE
43333 SHARED_LD_CC="${LD} -nostart -o"
43334 SHARED_LD_CXX="${LD} -nostart -o"
a848cd7e
SC
43335 ;;
43336
43337 *-*-irix* )
43338 if test "x$GCC" != "xyes"; then
43339 PIC_FLAG="-KPIC"
43340 fi
43341 ;;
43342
43343 *-*-cygwin* | *-*-mingw32* )
43344 PIC_FLAG=""
1e9e8aba
DE
43345 SHARED_LD_CC="\$(CC) -shared -o"
43346 SHARED_LD_CXX="\$(CXX) -shared -o"
810b94f0 43347 WINDOWS_IMPLIB=1
a848cd7e
SC
43348 ;;
43349
43350 *-pc-os2_emx | *-pc-os2-emx )
b1d22ded
DE
43351 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43352 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
a848cd7e 43353 PIC_FLAG=""
473276a9
VS
43354
43355D='$'
43356cat <<EOF >dllar.sh
43357#!/bin/sh
43358#
43359# dllar - a tool to build both a .dll and an .a file
43360# from a set of object (.o) files for EMX/OS2.
43361#
43362# Written by Andrew Zabolotny, bit@freya.etu.ru
43363# Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
43364#
43365# This script will accept a set of files on the command line.
43366# All the public symbols from the .o files will be exported into
43367# a .DEF file, then linker will be run (through gcc) against them to
43368# build a shared library consisting of all given .o files. All libraries
43369# (.a) will be first decompressed into component .o files then act as
43370# described above. You can optionally give a description (-d "description")
43371# which will be put into .DLL. To see the list of accepted options (as well
43372# as command-line format) simply run this program without options. The .DLL
43373# is built to be imported by name (there is no guarantee that new versions
43374# of the library you build will have same ordinals for same symbols).
43375#
43376# dllar is free software; you can redistribute it and/or modify
43377# it under the terms of the GNU General Public License as published by
43378# the Free Software Foundation; either version 2, or (at your option)
43379# any later version.
43380#
43381# dllar is distributed in the hope that it will be useful,
43382# but WITHOUT ANY WARRANTY; without even the implied warranty of
43383# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
43384# GNU General Public License for more details.
43385#
43386# You should have received a copy of the GNU General Public License
43387# along with dllar; see the file COPYING. If not, write to the Free
43388# Software Foundation, 59 Temple Place - Suite 330, Boston, MA
43389# 02111-1307, USA.
43390
43391# To successfuly run this program you will need:
43392# - Current drive should have LFN support (HPFS, ext2, network, etc)
43393# (Sometimes dllar generates filenames which won't fit 8.3 scheme)
43394# - gcc
43395# (used to build the .dll)
43396# - emxexp
43397# (used to create .def file from .o files)
43398# - emximp
43399# (used to create .a file from .def file)
43400# - GNU text utilites (cat, sort, uniq)
43401# used to process emxexp output
43402# - GNU file utilities (mv, rm)
43403# - GNU sed
43404# - lxlite (optional, see flag below)
43405# (used for general .dll cleanup)
43406#
43407
43408flag_USE_LXLITE=1;
43409
43410#
43411# helper functions
43412# basnam, variant of basename, which does _not_ remove the path, _iff_
43413# second argument (suffix to remove) is given
43414basnam(){
43415 case ${D}# in
43416 1)
1e9e8aba 43417 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
473276a9
VS
43418 ;;
43419 2)
43420 echo ${D}1 | sed 's/'${D}2'${D}//'
43421 ;;
43422 *)
43423 echo "error in basnam ${D}*"
43424 exit 8
43425 ;;
43426 esac
43427}
43428
43429# Cleanup temporary files and output
43430CleanUp() {
43431 cd ${D}curDir
43432 for i in ${D}inputFiles ; do
43433 case ${D}i in
43434 *!)
43435 rm -rf \`basnam ${D}i !\`
43436 ;;
43437 *)
43438 ;;
43439 esac
43440 done
43441
43442 # Kill result in case of failure as there is just to many stupid make/nmake
43443 # things out there which doesn't do this.
1e9e8aba 43444 if [ ${D}# -eq 0 ]; then
473276a9
VS
43445 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
43446 fi
43447}
43448
43449# Print usage and exit script with rc=1.
43450PrintHelp() {
b1d22ded
DE
43451 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
43452 echo ' [-name-mangler-script script.sh]'
43453 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
43454 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
43455 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
1e9e8aba 43456 echo ' [*.o] [*.a]'
473276a9
VS
43457 echo '*> "output_file" should have no extension.'
43458 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
43459 echo ' The import library name is derived from this and is set to "name".a,'
43460 echo ' unless overridden by -import'
43461 echo '*> "importlib_name" should have no extension.'
43462 echo ' If it has the .o, or .a extension, it is automatically removed.'
43463 echo ' This name is used as the import library name and may be longer and'
43464 echo ' more descriptive than the DLL name which has to follow the old '
43465 echo ' 8.3 convention of FAT.'
b1d22ded
DE
43466 echo '*> "script.sh may be given to override the output_file name by a'
43467 echo ' different name. It is mainly useful if the regular make process'
43468 echo ' of some package does not take into account OS/2 restriction of'
43469 echo ' DLL name lengths. It takes the importlib name as input and is'
43470 echo ' supposed to procude a shorter name as output. The script should'
43471 echo ' expect to get importlib_name without extension and should produce'
43472 echo ' a (max.) 8 letter name without extension.'
473276a9
VS
43473 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
43474 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
43475 echo ' These flags will be put at the start of GCC command line.'
b1d22ded
DE
43476 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
43477 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
473276a9
VS
43478 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
43479 echo ' If the last character of a symbol is "*", all symbols beginning'
43480 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
b1d22ded 43481 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
473276a9 43482 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
b1d22ded 43483 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
473276a9 43484 echo ' C runtime DLLs.'
b1d22ded 43485 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
473276a9
VS
43486 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
43487 echo ' unchanged to GCC at the end of command line.'
43488 echo '*> If you create a DLL from a library and you do not specify -o,'
43489 echo ' the basename for DLL and import library will be set to library name,'
43490 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
43491 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
43492 echo ' library will be renamed into gcc_s.a.'
43493 echo '--------'
43494 echo 'Example:'
43495 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
43496 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
43497 CleanUp
43498 exit 1
43499}
43500
43501# Execute a command.
43502# If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
43503# @Uses Whatever CleanUp() uses.
43504doCommand() {
43505 echo "${D}*"
43506 eval ${D}*
43507 rcCmd=${D}?
43508
1e9e8aba 43509 if [ ${D}rcCmd -ne 0 ]; then
473276a9
VS
43510 echo "command failed, exit code="${D}rcCmd
43511 CleanUp
43512 exit ${D}rcCmd
43513 fi
43514}
43515
43516# main routine
43517# setup globals
43518cmdLine=${D}*
43519outFile=""
43520outimpFile=""
43521inputFiles=""
b1d22ded 43522renameScript=""
473276a9
VS
43523description=""
43524CC=gcc.exe
43525CFLAGS="-s -Zcrtdll"
43526EXTRA_CFLAGS=""
43527EXPORT_BY_ORDINALS=0
43528exclude_symbols=""
43529library_flags=""
43530curDir=\`pwd\`
43531curDirS=curDir
43532case ${D}curDirS in
43533*/)
43534 ;;
43535*)
43536 curDirS=${D}{curDirS}"/"
43537 ;;
43538esac
43539# Parse commandline
43540libsToLink=0
b1d22ded 43541omfLinking=0
1e9e8aba 43542while [ ${D}1 ]; do
473276a9
VS
43543 case ${D}1 in
43544 -ord*)
43545 EXPORT_BY_ORDINALS=1;
43546 ;;
43547 -o*)
43548 shift
43549 outFile=${D}1
43550 ;;
43551 -i*)
43552 shift
43553 outimpFile=${D}1
43554 ;;
b1d22ded
DE
43555 -name-mangler-script)
43556 shift
43557 renameScript=${D}1
43558 ;;
473276a9
VS
43559 -d*)
43560 shift
43561 description=${D}1
43562 ;;
43563 -f*)
43564 shift
43565 CFLAGS=${D}1
43566 ;;
43567 -c*)
43568 shift
43569 CC=${D}1
43570 ;;
43571 -h*)
43572 PrintHelp
43573 ;;
43574 -ex*)
43575 shift
43576 exclude_symbols=${D}{exclude_symbols}${D}1" "
43577 ;;
43578 -libf*)
43579 shift
43580 library_flags=${D}{library_flags}${D}1" "
43581 ;;
43582 -nocrt*)
43583 CFLAGS="-s"
43584 ;;
43585 -nolxl*)
43586 flag_USE_LXLITE=0
43587 ;;
43588 -* | /*)
43589 case ${D}1 in
43590 -L* | -l*)
43591 libsToLink=1
43592 ;;
b1d22ded
DE
43593 -Zomf)
43594 omfLinking=1
43595 ;;
473276a9
VS
43596 *)
43597 ;;
43598 esac
43599 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
43600 ;;
b1d22ded
DE
43601 *.dll)
43602 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
43603 if [ ${D}omfLinking -eq 1 ]; then
43604 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
43605 else
43606 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
43607 fi
43608 ;;
473276a9
VS
43609 *)
43610 found=0;
1e9e8aba 43611 if [ ${D}libsToLink -ne 0 ]; then
473276a9
VS
43612 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
43613 else
43614 for file in ${D}1 ; do
1e9e8aba 43615 if [ -f ${D}file ]; then
473276a9
VS
43616 inputFiles="${D}{inputFiles} ${D}file"
43617 found=1
43618 fi
43619 done
1e9e8aba 43620 if [ ${D}found -eq 0 ]; then
473276a9
VS
43621 echo "ERROR: No file(s) found: "${D}1
43622 exit 8
43623 fi
43624 fi
43625 ;;
43626 esac
43627 shift
43628done # iterate cmdline words
43629
43630#
1e9e8aba 43631if [ -z "${D}inputFiles" ]; then
473276a9
VS
43632 echo "dllar: no input files"
43633 PrintHelp
43634fi
43635
43636# Now extract all .o files from .a files
43637newInputFiles=""
43638for file in ${D}inputFiles ; do
43639 case ${D}file in
43640 *.a | *.lib)
43641 case ${D}file in
43642 *.a)
43643 suffix=".a"
43644 AR="ar"
43645 ;;
43646 *.lib)
43647 suffix=".lib"
43648 AR="emxomfar"
43649 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
43650 ;;
43651 *)
43652 ;;
43653 esac
43654 dirname=\`basnam ${D}file ${D}suffix\`"_%"
43655 mkdir ${D}dirname
1e9e8aba 43656 if [ ${D}? -ne 0 ]; then
473276a9
VS
43657 echo "Failed to create subdirectory ./${D}dirname"
43658 CleanUp
43659 exit 8;
43660 fi
43661 # Append '!' to indicate archive
43662 newInputFiles="${D}newInputFiles ${D}{dirname}!"
43663 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
43664 cd ${D}curDir
43665 found=0;
43666 for subfile in ${D}dirname/*.o* ; do
1e9e8aba 43667 if [ -f ${D}subfile ]; then
473276a9 43668 found=1
1e9e8aba 43669 if [ -s ${D}subfile ]; then
473276a9
VS
43670 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
43671 newInputFiles="${D}newInputFiles ${D}subfile"
43672 fi
43673 fi
43674 done
1e9e8aba
DE
43675 if [ ${D}found -eq 0 ]; then
43676 echo "WARNING: there are no files in archive \\'${D}file\\'"
473276a9
VS
43677 fi
43678 ;;
43679 *)
43680 newInputFiles="${D}{newInputFiles} ${D}file"
43681 ;;
43682 esac
43683done
43684inputFiles="${D}newInputFiles"
43685
43686# Output filename(s).
43687do_backup=0;
1e9e8aba 43688if [ -z ${D}outFile ]; then
473276a9
VS
43689 do_backup=1;
43690 set outFile ${D}inputFiles; outFile=${D}2
43691fi
43692
43693# If it is an archive, remove the '!' and the '_%' suffixes
43694case ${D}outFile in
43695*_%!)
43696 outFile=\`basnam ${D}outFile _%!\`
43697 ;;
43698*)
43699 ;;
43700esac
43701case ${D}outFile in
43702*.dll)
43703 outFile=\`basnam ${D}outFile .dll\`
43704 ;;
43705*.DLL)
43706 outFile=\`basnam ${D}outFile .DLL\`
43707 ;;
43708*.o)
43709 outFile=\`basnam ${D}outFile .o\`
43710 ;;
43711*.obj)
43712 outFile=\`basnam ${D}outFile .obj\`
43713 ;;
43714*.a)
43715 outFile=\`basnam ${D}outFile .a\`
43716 ;;
43717*.lib)
43718 outFile=\`basnam ${D}outFile .lib\`
43719 ;;
43720*)
43721 ;;
43722esac
43723case ${D}outimpFile in
43724*.a)
43725 outimpFile=\`basnam ${D}outimpFile .a\`
43726 ;;
43727*.lib)
43728 outimpFile=\`basnam ${D}outimpFile .lib\`
43729 ;;
43730*)
43731 ;;
43732esac
1e9e8aba 43733if [ -z ${D}outimpFile ]; then
473276a9
VS
43734 outimpFile=${D}outFile
43735fi
43736defFile="${D}{outFile}.def"
43737arcFile="${D}{outimpFile}.a"
43738arcFile2="${D}{outimpFile}.lib"
b1d22ded
DE
43739
43740#create ${D}dllFile as something matching 8.3 restrictions,
43741if [ -z ${D}renameScript ] ; then
43742 dllFile="${D}outFile"
43743else
43744 dllFile=\`${D}renameScript ${D}outimpFile\`
43745fi
473276a9 43746
1e9e8aba
DE
43747if [ ${D}do_backup -ne 0 ] ; then
43748 if [ -f ${D}arcFile ] ; then
473276a9
VS
43749 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
43750 fi
1e9e8aba 43751 if [ -f ${D}arcFile2 ] ; then
473276a9
VS
43752 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
43753 fi
43754fi
43755
43756# Extract public symbols from all the object files.
43757tmpdefFile=${D}{defFile}_%
43758rm -f ${D}tmpdefFile
43759for file in ${D}inputFiles ; do
43760 case ${D}file in
43761 *!)
43762 ;;
43763 *)
43764 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
43765 ;;
43766 esac
43767done
43768
43769# Create the def file.
43770rm -f ${D}defFile
43771echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
b1d22ded
DE
43772dllFile="${D}{dllFile}.dll"
43773if [ ! -z ${D}description ]; then
1e9e8aba 43774 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
473276a9
VS
43775fi
43776echo "EXPORTS" >> ${D}defFile
43777
43778doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
43779grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
43780
43781# Checks if the export is ok or not.
43782for word in ${D}exclude_symbols; do
43783 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
43784 mv ${D}{tmpdefFile}% ${D}tmpdefFile
43785done
43786
43787
1e9e8aba
DE
43788if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
43789 sed "=" < ${D}tmpdefFile | \\
473276a9
VS
43790 sed '
43791 N
43792 : loop
1e9e8aba 43793 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
473276a9
VS
43794 t loop
43795 ' > ${D}{tmpdefFile}%
43796 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
43797else
43798 rm -f ${D}{tmpdefFile}%
43799fi
43800cat ${D}tmpdefFile >> ${D}defFile
43801rm -f ${D}tmpdefFile
43802
43803# Do linking, create implib, and apply lxlite.
43804gccCmdl="";
43805for file in ${D}inputFiles ; do
43806 case ${D}file in
43807 *!)
43808 ;;
43809 *)
43810 gccCmdl="${D}gccCmdl ${D}file"
43811 ;;
43812 esac
43813done
43814doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
43815touch "${D}{outFile}.dll"
43816
43817doCommand "emximp -o ${D}arcFile ${D}defFile"
1e9e8aba 43818if [ ${D}flag_USE_LXLITE -ne 0 ]; then
473276a9 43819 add_flags="";
1e9e8aba 43820 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
473276a9
VS
43821 add_flags="-ynd"
43822 fi
43823 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
43824fi
43825doCommand "emxomf -s -l ${D}arcFile"
43826
43827# Successful exit.
43828CleanUp 1
43829exit 0
43830EOF
43831
43832 chmod +x dllar.sh
a848cd7e
SC
43833 ;;
43834
1e9e8aba 43835 powerpc-apple-macos* | \
a848cd7e
SC
43836 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
43837 *-*-sunos4* | \
43838 *-*-osf* | \
43839 *-*-dgux5* | \
47a7e797
MW
43840 *-*-sysv5* | \
43841 *-pc-msdosdjgpp )
a848cd7e
SC
43842 ;;
43843
43844 *)
43845 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
43846echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
43847 { (exit 1); exit 1; }; }
43848 esac
43849
2057db16
VS
43850 if test "x$PIC_FLAG" != "x" ; then
43851 PIC_FLAG="$PIC_FLAG -DPIC"
43852 fi
43853
a848cd7e
SC
43854 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
43855 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
43856 fi
43857 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
43858 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
43859 fi
43860
43861
43862
43863
43864
43865
43866
43867
810b94f0 43868
a848cd7e
SC
43869 USE_SOVERSION=0
43870 USE_SOVERLINUX=0
43871 USE_SOVERSOLARIS=0
810b94f0 43872 USE_SOVERCYGWIN=0
a848cd7e
SC
43873 USE_SOSYMLINKS=0
43874 USE_MACVERSION=0
43875 SONAME_FLAG=
43876
43877 case "${BAKEFILE_HOST}" in
b1d22ded 43878 *-*-linux* | *-*-freebsd* )
5f652d0d
VS
43879 SONAME_FLAG="-Wl,-soname,"
43880 USE_SOVERSION=1
43881 USE_SOVERLINUX=1
43882 USE_SOSYMLINKS=1
43883 ;;
43884
a848cd7e
SC
43885 *-*-solaris2* )
43886 SONAME_FLAG="-h "
43887 USE_SOVERSION=1
43888 USE_SOVERSOLARIS=1
43889 USE_SOSYMLINKS=1
43890 ;;
43891
43892 *-*-darwin* )
43893 USE_MACVERSION=1
43894 USE_SOVERSION=1
43895 USE_SOSYMLINKS=1
43896 ;;
810b94f0
MW
43897
43898 *-*-cygwin* )
43899 USE_SOVERSION=1
43900 USE_SOVERCYGWIN=1
43901 ;;
a848cd7e
SC
43902 esac
43903
43904
43905
43906
43907
43908
43909
43910
43911
810b94f0 43912
a848cd7e
SC
43913 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
43914echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
43915 DEPS_TRACKING=0
43916
43917 if test "x$GCC" = "xyes"; then
43918 DEPSMODE=gcc
43919 DEPS_TRACKING=1
43920 case "${BAKEFILE_HOST}" in
47bd5406 43921 *-*-darwin* )
a848cd7e
SC
43922 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
43923 ;;
43924 * )
43925 DEPSFLAG_GCC="-MMD"
43926 ;;
43927 esac
43928 echo "$as_me:$LINENO: result: gcc" >&5
43929echo "${ECHO_T}gcc" >&6
b1d22ded 43930 elif test "x$MWCC" = "xyes"; then
81f90336 43931 DEPSMODE=mwcc
b1d22ded 43932 DEPS_TRACKING=1
81f90336 43933 DEPSFLAG_MWCC="-MM"
b1d22ded
DE
43934 echo "$as_me:$LINENO: result: mwcc" >&5
43935echo "${ECHO_T}mwcc" >&6
a9e5b1f0
MW
43936 elif test "x$SUNCC" = "xyes"; then
43937 DEPSMODE=suncc
43938 DEPS_TRACKING=1
43939 DEPSFLAG_SUNCC="-xM1"
43940 echo "$as_me:$LINENO: result: suncc" >&5
43941echo "${ECHO_T}suncc" >&6
a848cd7e
SC
43942 else
43943 echo "$as_me:$LINENO: result: none" >&5
43944echo "${ECHO_T}none" >&6
43945 fi
43946
43947 if test $DEPS_TRACKING = 1 ; then
473276a9
VS
43948
43949D='$'
43950cat <<EOF >bk-deps
a848cd7e
SC
43951#!/bin/sh
43952
43953# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43954# script. It is used to track C/C++ files dependencies in portable way.
43955#
43956# Permission is given to use this file in any way.
43957
473276a9 43958DEPSMODE=${DEPSMODE}
a848cd7e 43959DEPSDIR=.deps
473276a9 43960DEPSFLAG_GCC="${DEPSFLAG_GCC}"
81f90336 43961DEPSFLAG_MWCC="${DEPSFLAG_MWCC}"
a9e5b1f0 43962DEPSFLAG_SUNCC="${DEPSFLAG_SUNCC}"
a848cd7e 43963
473276a9 43964mkdir -p ${D}DEPSDIR
a848cd7e 43965
473276a9
VS
43966if test ${D}DEPSMODE = gcc ; then
43967 ${D}* ${D}{DEPSFLAG_GCC}
43968 status=${D}?
43969 if test ${D}{status} != 0 ; then
43970 exit ${D}{status}
a848cd7e
SC
43971 fi
43972 # move created file to the location we want it in:
473276a9
VS
43973 while test ${D}# -gt 0; do
43974 case "${D}1" in
a848cd7e
SC
43975 -o )
43976 shift
473276a9 43977 objfile=${D}1
a848cd7e
SC
43978 ;;
43979 -* )
43980 ;;
43981 * )
473276a9 43982 srcfile=${D}1
a848cd7e
SC
43983 ;;
43984 esac
43985 shift
43986 done
1e9e8aba
DE
43987 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
43988 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
473276a9
VS
43989 if test -f ${D}depfile ; then
43990 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43991 rm -f ${D}depfile
a848cd7e 43992 else
1e9e8aba 43993 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
473276a9
VS
43994 if test -f ${D}depfile ; then
43995 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43996 rm -f ${D}depfile
a848cd7e
SC
43997 fi
43998 fi
43999 exit 0
81f90336
MW
44000elif test ${D}DEPSMODE = mwcc ; then
44001 ${D}*
44002 status=${D}?
44003 if test ${D}{status} != 0 ; then
44004 exit ${D}{status}
44005 fi
44006 # Run mwcc again with -MM and redirect into the dep file we want
44007 # NOTE: We can't use shift here because we need ${D}* to be valid
44008 prevarg=
44009 for arg in ${D}* ; do
44010 if test "${D}prevarg" = "-o"; then
44011 objfile=${D}arg
44012 else
44013 case "${D}arg" in
44014 -* )
44015 ;;
44016 * )
44017 srcfile=${D}arg
44018 ;;
44019 esac
44020 fi
44021 prevarg="${D}arg"
44022 done
44023 ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d
44024 exit 0
a9e5b1f0
MW
44025elif test ${D}DEPSMODE = suncc; then
44026 ${D}* || exit
44027 # Run compiler again with deps flag and redirect into the dep file.
44028 # It doesn't work if the '-o FILE' option is used, but without it the
44029 # dependency file will contain the wrong name for the object. So it is
44030 # removed from the command line, and the dep file is fixed with sed.
44031 cmd=""
44032 while test ${D}# -gt 0; do
44033 case "${D}1" in
44034 -o )
44035 shift
44036 objfile=${D}1
44037 ;;
44038 * )
44039 eval arg${D}#=\\${D}1
44040 cmd="${D}cmd \\${D}arg${D}#"
44041 ;;
44042 esac
44043 shift
44044 done
44045 eval "${D}cmd ${D}DEPSFLAG_SUNCC" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
44046 exit 0
a848cd7e 44047else
473276a9
VS
44048 ${D}*
44049 exit ${D}?
a848cd7e
SC
44050fi
44051EOF
473276a9 44052
a848cd7e
SC
44053 chmod +x bk-deps
44054 fi
44055
44056
44057
44058
44059 RESCOMP=
44060 SETFILE=
44061
44062 case ${BAKEFILE_HOST} in
44063 *-*-cygwin* | *-*-mingw32* )
44064 if test "$build" != "$host" ; then
44065 RESCOMP=$host_alias-windres
44066 else
44067 # Extract the first word of "windres", so it can be a program name with args.
44068set dummy windres; ac_word=$2
44069echo "$as_me:$LINENO: checking for $ac_word" >&5
44070echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44071if test "${ac_cv_prog_RESCOMP+set}" = set; then
44072 echo $ECHO_N "(cached) $ECHO_C" >&6
44073else
44074 if test -n "$RESCOMP"; then
44075 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
44076else
44077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44078for as_dir in $PATH
44079do
44080 IFS=$as_save_IFS
44081 test -z "$as_dir" && as_dir=.
44082 for ac_exec_ext in '' $ac_executable_extensions; do
44083 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44084 ac_cv_prog_RESCOMP="windres"
44085 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44086 break 2
44087 fi
44088done
44089done
44090
44091 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
44092fi
44093fi
44094RESCOMP=$ac_cv_prog_RESCOMP
44095if test -n "$RESCOMP"; then
44096 echo "$as_me:$LINENO: result: $RESCOMP" >&5
44097echo "${ECHO_T}$RESCOMP" >&6
44098else
44099 echo "$as_me:$LINENO: result: no" >&5
44100echo "${ECHO_T}no" >&6
44101fi
44102
44103 fi
44104 ;;
44105
1e9e8aba 44106 *-*-darwin* | powerpc-apple-macos* )
a848cd7e
SC
44107 # Extract the first word of "Rez", so it can be a program name with args.
44108set dummy Rez; ac_word=$2
44109echo "$as_me:$LINENO: checking for $ac_word" >&5
44110echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44111if test "${ac_cv_prog_RESCOMP+set}" = set; then
44112 echo $ECHO_N "(cached) $ECHO_C" >&6
44113else
44114 if test -n "$RESCOMP"; then
44115 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
44116else
44117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44118for as_dir in $PATH
44119do
44120 IFS=$as_save_IFS
44121 test -z "$as_dir" && as_dir=.
44122 for ac_exec_ext in '' $ac_executable_extensions; do
44123 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44124 ac_cv_prog_RESCOMP="Rez"
44125 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44126 break 2
44127 fi
44128done
44129done
44130
44131 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
44132fi
44133fi
44134RESCOMP=$ac_cv_prog_RESCOMP
44135if test -n "$RESCOMP"; then
44136 echo "$as_me:$LINENO: result: $RESCOMP" >&5
44137echo "${ECHO_T}$RESCOMP" >&6
44138else
44139 echo "$as_me:$LINENO: result: no" >&5
44140echo "${ECHO_T}no" >&6
44141fi
44142
44143 # Extract the first word of "SetFile", so it can be a program name with args.
44144set dummy SetFile; ac_word=$2
44145echo "$as_me:$LINENO: checking for $ac_word" >&5
44146echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44147if test "${ac_cv_prog_SETFILE+set}" = set; then
44148 echo $ECHO_N "(cached) $ECHO_C" >&6
44149else
44150 if test -n "$SETFILE"; then
44151 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
44152else
44153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44154for as_dir in $PATH
44155do
44156 IFS=$as_save_IFS
44157 test -z "$as_dir" && as_dir=.
44158 for ac_exec_ext in '' $ac_executable_extensions; do
44159 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44160 ac_cv_prog_SETFILE="SetFile"
44161 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44162 break 2
44163 fi
44164done
44165done
44166
44167 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
44168fi
44169fi
44170SETFILE=$ac_cv_prog_SETFILE
44171if test -n "$SETFILE"; then
44172 echo "$as_me:$LINENO: result: $SETFILE" >&5
44173echo "${ECHO_T}$SETFILE" >&6
44174else
44175 echo "$as_me:$LINENO: result: no" >&5
44176echo "${ECHO_T}no" >&6
44177fi
44178
44179 ;;
44180 esac
44181
44182
44183
44184
44185
c9469659 44186 BAKEFILE_BAKEFILE_M4_VERSION="0.1.9"
a848cd7e 44187
dcc1b6ad 44188
c9469659 44189BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.9"
a848cd7e 44190
646b6ec1 44191
74b84332 44192
a848cd7e
SC
44193 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
44194if test "${enable_precomp_headers+set}" = set; then
44195 enableval="$enable_precomp_headers"
44196 bk_use_pch="$enableval"
44197fi;
44198
44199 GCC_PCH=0
44200
44201 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
44202 if test "x$GCC" = "xyes"; then
44203 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
44204echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
44205 cat >conftest.$ac_ext <<_ACEOF
44206/* confdefs.h. */
44207_ACEOF
44208cat confdefs.h >>conftest.$ac_ext
44209cat >>conftest.$ac_ext <<_ACEOF
44210/* end confdefs.h. */
44211
44212int
44213main ()
44214{
44215
44216 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
44217 #error "no pch support"
44218 #endif
44219 #if (__GNUC__ < 3)
44220 #error "no pch support"
44221 #endif
44222 #if (__GNUC__ == 3) && \
44223 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
44224 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
44225 #error "no pch support"
44226 #endif
44227
44228 ;
44229 return 0;
44230}
44231_ACEOF
44232rm -f conftest.$ac_objext
44233if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac1cb8d3 44234 (eval $ac_compile) 2>conftest.er1
a848cd7e 44235 ac_status=$?
ac1cb8d3
VS
44236 grep -v '^ *+' conftest.er1 >conftest.err
44237 rm -f conftest.er1
44238 cat conftest.err >&5
a848cd7e
SC
44239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44240 (exit $ac_status); } &&
6ebeb4c7 44241 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ac1cb8d3
VS
44242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44243 (eval $ac_try) 2>&5
44244 ac_status=$?
44245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44246 (exit $ac_status); }; } &&
44247 { ac_try='test -s conftest.$ac_objext'
a848cd7e
SC
44248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44249 (eval $ac_try) 2>&5
44250 ac_status=$?
44251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44252 (exit $ac_status); }; }; then
44253
44254 echo "$as_me:$LINENO: result: yes" >&5
44255echo "${ECHO_T}yes" >&6
a848cd7e
SC
44256 GCC_PCH=1
44257
44258else
44259 echo "$as_me: failed program was:" >&5
44260sed 's/^/| /' conftest.$ac_ext >&5
44261
44262
44263 echo "$as_me:$LINENO: result: no" >&5
44264echo "${ECHO_T}no" >&6
44265
44266fi
ac1cb8d3 44267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
a848cd7e 44268 if test $GCC_PCH = 1 ; then
1e9e8aba
DE
44269
44270D='$'
44271cat <<EOF >bk-make-pch
a848cd7e
SC
44272#!/bin/sh
44273
44274# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
44275# script. It is used to generated precompiled headers.
44276#
44277# Permission is given to use this file in any way.
44278
1e9e8aba
DE
44279outfile="${D}{1}"
44280header="${D}{2}"
a848cd7e
SC
44281shift
44282shift
44283
44284compiler=
44285headerfile=
1e9e8aba
DE
44286while test ${D}{#} -gt 0; do
44287 case "${D}{1}" in
a848cd7e 44288 -I* )
1e9e8aba
DE
44289 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
44290 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
44291 headerfile="${D}{incdir}/${D}{header}"
a848cd7e
SC
44292 fi
44293 ;;
44294 esac
1e9e8aba 44295 compiler="${D}{compiler} ${D}{1}"
a848cd7e
SC
44296 shift
44297done
44298
1e9e8aba
DE
44299if test "x${D}{headerfile}" = "x" ; then
44300 echo "error: can't find header ${D}{header} in include paths" >2
a848cd7e 44301else
1e9e8aba
DE
44302 if test -f ${D}{outfile} ; then
44303 rm -f ${D}{outfile}
a848cd7e 44304 else
1e9e8aba 44305 mkdir -p \`dirname ${D}{outfile}\`
a848cd7e 44306 fi
1e9e8aba 44307 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
a848cd7e
SC
44308 mkdir -p .deps
44309 # can do this because gcc is >= 3.4:
1e9e8aba
DE
44310 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
44311 exit ${D}{?}
a848cd7e
SC
44312fi
44313EOF
1e9e8aba 44314
a848cd7e
SC
44315 chmod +x bk-make-pch
44316 fi
44317 fi
44318 fi
44319
44320
44321
a848cd7e
SC
44322 COND_BUILD_DEBUG="#"
44323 if test "x$BUILD" = "xdebug" ; then
44324 COND_BUILD_DEBUG=""
44325 fi
44326
44327 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
44328 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
44329 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
44330 fi
44331
44332 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
44333 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
44334 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
44335 fi
44336
44337 COND_BUILD_DEBUG_UNICODE_0="#"
44338 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
44339 COND_BUILD_DEBUG_UNICODE_0=""
44340 fi
44341
44342 COND_BUILD_DEBUG_UNICODE_1="#"
44343 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
44344 COND_BUILD_DEBUG_UNICODE_1=""
44345 fi
44346
44347 COND_BUILD_RELEASE="#"
44348 if test "x$BUILD" = "xrelease" ; then
44349 COND_BUILD_RELEASE=""
44350 fi
44351
44352 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
44353 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
44354 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
44355 fi
44356
44357 COND_BUILD_RELEASE_UNICODE_0="#"
44358 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
44359 COND_BUILD_RELEASE_UNICODE_0=""
44360 fi
44361
44362 COND_BUILD_RELEASE_UNICODE_1="#"
44363 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
44364 COND_BUILD_RELEASE_UNICODE_1=""
44365 fi
44366
44367 COND_DEBUG_FLAG_1="#"
44368 if test "x$DEBUG_FLAG" = "x1" ; then
44369 COND_DEBUG_FLAG_1=""
44370 fi
44371
44372 COND_DEBUG_INFO_0="#"
44373 if test "x$DEBUG_INFO" = "x0" ; then
44374 COND_DEBUG_INFO_0=""
44375 fi
44376
44377 COND_DEBUG_INFO_1="#"
44378 if test "x$DEBUG_INFO" = "x1" ; then
44379 COND_DEBUG_INFO_1=""
44380 fi
44381
44382 COND_DEPS_TRACKING_0="#"
44383 if test "x$DEPS_TRACKING" = "x0" ; then
44384 COND_DEPS_TRACKING_0=""
44385 fi
44386
44387 COND_DEPS_TRACKING_1="#"
44388 if test "x$DEPS_TRACKING" = "x1" ; then
44389 COND_DEPS_TRACKING_1=""
44390 fi
44391
44392 COND_GCC_PCH_1="#"
44393 if test "x$GCC_PCH" = "x1" ; then
44394 COND_GCC_PCH_1=""
44395 fi
44396
44397 COND_MONOLITHIC_0="#"
44398 if test "x$MONOLITHIC" = "x0" ; then
44399 COND_MONOLITHIC_0=""
44400 fi
44401
44402 COND_MONOLITHIC_0_SHARED_0="#"
44403 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
44404 COND_MONOLITHIC_0_SHARED_0=""
44405 fi
44406
44407 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
44408 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
44409 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
44410 fi
44411
90970d69
DE
44412 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
44413 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
44414 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
44415 fi
44416
a848cd7e
SC
44417 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
44418 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
44419 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
44420 fi
44421
6671c68b
VZ
44422 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
44423 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
44424 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
44425 fi
44426
a848cd7e
SC
44427 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
44428 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
44429 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
44430 fi
44431
ceec2216
RL
44432 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
44433 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
44434 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
44435 fi
44436
a848cd7e
SC
44437 COND_MONOLITHIC_0_SHARED_1="#"
44438 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
44439 COND_MONOLITHIC_0_SHARED_1=""
44440 fi
44441
44442 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
44443 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
44444 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
44445 fi
44446
90970d69
DE
44447 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
44448 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
44449 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
44450 fi
44451
a848cd7e
SC
44452 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
44453 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
44454 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
44455 fi
44456
6671c68b
VZ
44457 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
44458 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
44459 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
44460 fi
44461
a848cd7e
SC
44462 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
44463 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
44464 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
44465 fi
44466
ceec2216
RL
44467 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
44468 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
44469 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
44470 fi
44471
a848cd7e
SC
44472 COND_MONOLITHIC_0_USE_ODBC_1="#"
44473 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
44474 COND_MONOLITHIC_0_USE_ODBC_1=""
44475 fi
44476
44477 COND_MONOLITHIC_1="#"
44478 if test "x$MONOLITHIC" = "x1" ; then
44479 COND_MONOLITHIC_1=""
44480 fi
44481
44482 COND_MONOLITHIC_1_SHARED_0="#"
44483 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
44484 COND_MONOLITHIC_1_SHARED_0=""
44485 fi
44486
44487 COND_MONOLITHIC_1_SHARED_1="#"
44488 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
44489 COND_MONOLITHIC_1_SHARED_1=""
44490 fi
44491
44492 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
44493 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
44494 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
44495 fi
44496
44497 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
44498 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
44499 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
44500 fi
44501
eb730a0c
JS
44502 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
44503 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
44504 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
44505 fi
44506
a848cd7e
SC
44507 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
44508 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
44509 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
44510 fi
44511
44512 COND_PLATFORM_MACOSX_1="#"
44513 if test "x$PLATFORM_MACOSX" = "x1" ; then
44514 COND_PLATFORM_MACOSX_1=""
44515 fi
44516
a30f955f
VS
44517 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
44518 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
44519 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
44520 fi
44521
a848cd7e
SC
44522 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
44523 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
44524 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
44525 fi
44526
44527 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
44528 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
44529 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
44530 fi
44531
44532 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
44533 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
44534 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
44535 fi
44536
fc480dc1
DE
44537 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
44538 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
44539 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
44540 fi
44541
1e9e8aba
DE
44542 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
44543 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44544 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
44545 fi
44546
ebee3cd0
VS
44547 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
44548 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
44549 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
44550 fi
44551
44552 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
44553 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
44554 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
44555 fi
44556
a848cd7e
SC
44557 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
44558 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
44559 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
44560 fi
44561
44562 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
44563 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
44564 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
44565 fi
44566
b48a2016
DE
44567 COND_PLATFORM_MACOS_1="#"
44568 if test "x$PLATFORM_MACOS" = "x1" ; then
44569 COND_PLATFORM_MACOS_1=""
44570 fi
44571
083508af
MW
44572 COND_PLATFORM_MAC_1="#"
44573 if test "x$PLATFORM_MAC" = "x1" ; then
44574 COND_PLATFORM_MAC_1=""
44575 fi
44576
83d8eb47
MW
44577 COND_PLATFORM_MSDOS_1="#"
44578 if test "x$PLATFORM_MSDOS" = "x1" ; then
44579 COND_PLATFORM_MSDOS_1=""
44580 fi
44581
a848cd7e
SC
44582 COND_PLATFORM_OS2_1="#"
44583 if test "x$PLATFORM_OS2" = "x1" ; then
44584 COND_PLATFORM_OS2_1=""
44585 fi
44586
44587 COND_PLATFORM_UNIX_0="#"
44588 if test "x$PLATFORM_UNIX" = "x0" ; then
44589 COND_PLATFORM_UNIX_0=""
44590 fi
44591
44592 COND_PLATFORM_UNIX_1="#"
44593 if test "x$PLATFORM_UNIX" = "x1" ; then
44594 COND_PLATFORM_UNIX_1=""
44595 fi
44596
44597 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
44598 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
44599 COND_PLATFORM_UNIX_1_USE_GUI_1=""
44600 fi
44601
44602 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
44603 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
44604 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
44605 fi
44606
44607 COND_PLATFORM_WIN32_0="#"
44608 if test "x$PLATFORM_WIN32" = "x0" ; then
44609 COND_PLATFORM_WIN32_0=""
44610 fi
44611
44612 COND_PLATFORM_WIN32_1="#"
44613 if test "x$PLATFORM_WIN32" = "x1" ; then
44614 COND_PLATFORM_WIN32_1=""
44615 fi
44616
44617 COND_SHARED_0="#"
44618 if test "x$SHARED" = "x0" ; then
44619 COND_SHARED_0=""
44620 fi
44621
083508af
MW
44622 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
44623 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
44624 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
44625 fi
44626
44627 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
44628 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
44629 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
44630 fi
44631
44632 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
44633 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
44634 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
44635 fi
44636
a848cd7e
SC
44637 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
44638 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
44639 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
44640 fi
44641
44642 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
44643 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44644 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
44645 fi
44646
44647 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
44648 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44649 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
44650 fi
44651
44652 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
44653 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44654 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
44655 fi
44656
083508af
MW
44657 COND_SHARED_0_USE_XRC_1="#"
44658 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
44659 COND_SHARED_0_USE_XRC_1=""
44660 fi
44661
a848cd7e
SC
44662 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
44663 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
44664 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
44665 fi
44666
44667 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
44668 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
44669 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
44670 fi
44671
44672 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
44673 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
44674 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
44675 fi
44676
44677 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
44678 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
44679 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
44680 fi
44681
44682 COND_SHARED_1="#"
44683 if test "x$SHARED" = "x1" ; then
44684 COND_SHARED_1=""
44685 fi
44686
44687 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
44688 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
44689 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
44690 fi
44691
083508af
MW
44692 COND_SHARED_1_USE_XRC_1="#"
44693 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
44694 COND_SHARED_1_USE_XRC_1=""
44695 fi
44696
a30f955f
VS
44697 COND_TOOLKIT_="#"
44698 if test "x$TOOLKIT" = "x" ; then
44699 COND_TOOLKIT_=""
44700 fi
44701
a848cd7e
SC
44702 COND_TOOLKIT_COCOA="#"
44703 if test "x$TOOLKIT" = "xCOCOA" ; then
44704 COND_TOOLKIT_COCOA=""
44705 fi
44706
a49baeab
DE
44707 COND_TOOLKIT_COCOA_USE_GUI_1="#"
44708 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
44709 COND_TOOLKIT_COCOA_USE_GUI_1=""
44710 fi
44711
a848cd7e
SC
44712 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
44713 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44714 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
44715 fi
44716
44717 COND_TOOLKIT_GTK="#"
44718 if test "x$TOOLKIT" = "xGTK" ; then
44719 COND_TOOLKIT_GTK=""
44720 fi
44721
44722 COND_TOOLKIT_GTK_USE_GUI_1="#"
44723 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
44724 COND_TOOLKIT_GTK_USE_GUI_1=""
44725 fi
44726
44727 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
44728 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44729 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
44730 fi
44731
44732 COND_TOOLKIT_MAC="#"
44733 if test "x$TOOLKIT" = "xMAC" ; then
44734 COND_TOOLKIT_MAC=""
44735 fi
44736
44737 COND_TOOLKIT_MAC_USE_GUI_1="#"
44738 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
44739 COND_TOOLKIT_MAC_USE_GUI_1=""
44740 fi
44741
44742 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
44743 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44744 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
44745 fi
44746
44747 COND_TOOLKIT_MGL="#"
44748 if test "x$TOOLKIT" = "xMGL" ; then
44749 COND_TOOLKIT_MGL=""
44750 fi
44751
44752 COND_TOOLKIT_MGL_USE_GUI_1="#"
44753 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
44754 COND_TOOLKIT_MGL_USE_GUI_1=""
44755 fi
44756
44757 COND_TOOLKIT_MOTIF="#"
44758 if test "x$TOOLKIT" = "xMOTIF" ; then
44759 COND_TOOLKIT_MOTIF=""
44760 fi
44761
44762 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
44763 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
44764 COND_TOOLKIT_MOTIF_USE_GUI_1=""
44765 fi
44766
44767 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
44768 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44769 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
44770 fi
44771
44772 COND_TOOLKIT_MSW="#"
44773 if test "x$TOOLKIT" = "xMSW" ; then
44774 COND_TOOLKIT_MSW=""
44775 fi
44776
44777 COND_TOOLKIT_MSW_USE_GUI_1="#"
44778 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
44779 COND_TOOLKIT_MSW_USE_GUI_1=""
44780 fi
44781
44782 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
44783 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44784 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
44785 fi
44786
44787 COND_TOOLKIT_PM="#"
44788 if test "x$TOOLKIT" = "xPM" ; then
44789 COND_TOOLKIT_PM=""
44790 fi
44791
44792 COND_TOOLKIT_PM_USE_GUI_1="#"
44793 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
44794 COND_TOOLKIT_PM_USE_GUI_1=""
44795 fi
44796
44797 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
44798 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44799 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
44800 fi
44801
3fd9c298
DE
44802 COND_TOOLKIT_WINCE="#"
44803 if test "x$TOOLKIT" = "xWINCE" ; then
44804 COND_TOOLKIT_WINCE=""
44805 fi
44806
44807 COND_TOOLKIT_WINCE_USE_GUI_1="#"
44808 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
44809 COND_TOOLKIT_WINCE_USE_GUI_1=""
44810 fi
44811
44812 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
44813 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44814 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
44815 fi
44816
a848cd7e
SC
44817 COND_TOOLKIT_X11="#"
44818 if test "x$TOOLKIT" = "xX11" ; then
44819 COND_TOOLKIT_X11=""
44820 fi
44821
44822 COND_TOOLKIT_X11_USE_GUI_1="#"
44823 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
44824 COND_TOOLKIT_X11_USE_GUI_1=""
44825 fi
44826
44827 COND_UNICODE_1="#"
44828 if test "x$UNICODE" = "x1" ; then
44829 COND_UNICODE_1=""
44830 fi
44831
44832 COND_USE_EXCEPTIONS_0="#"
44833 if test "x$USE_EXCEPTIONS" = "x0" ; then
44834 COND_USE_EXCEPTIONS_0=""
44835 fi
44836
44837 COND_USE_EXCEPTIONS_1="#"
44838 if test "x$USE_EXCEPTIONS" = "x1" ; then
44839 COND_USE_EXCEPTIONS_1=""
44840 fi
44841
44842 COND_USE_GUI_0="#"
44843 if test "x$USE_GUI" = "x0" ; then
44844 COND_USE_GUI_0=""
44845 fi
44846
44847 COND_USE_GUI_1="#"
44848 if test "x$USE_GUI" = "x1" ; then
44849 COND_USE_GUI_1=""
44850 fi
44851
44852 COND_USE_GUI_1_WXUNIV_0="#"
44853 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44854 COND_USE_GUI_1_WXUNIV_0=""
44855 fi
44856
44857 COND_USE_GUI_1_WXUNIV_1="#"
44858 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
44859 COND_USE_GUI_1_WXUNIV_1=""
44860 fi
44861
44862 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
44863 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44864 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
44865 fi
44866
44867 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
44868 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44869 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
44870 fi
44871
44872 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
44873 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44874 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
44875 fi
44876
083508af
MW
44877 COND_USE_ODBC_1="#"
44878 if test "x$USE_ODBC" = "x1" ; then
44879 COND_USE_ODBC_1=""
44880 fi
44881
44882 COND_USE_OPENGL_1="#"
44883 if test "x$USE_OPENGL" = "x1" ; then
44884 COND_USE_OPENGL_1=""
44885 fi
44886
a848cd7e
SC
44887 COND_USE_PLUGINS_0="#"
44888 if test "x$USE_PLUGINS" = "x0" ; then
44889 COND_USE_PLUGINS_0=""
44890 fi
44891
0b78747f
MW
44892 COND_USE_RTTI_0="#"
44893 if test "x$USE_RTTI" = "x0" ; then
44894 COND_USE_RTTI_0=""
44895 fi
44896
44897 COND_USE_RTTI_1="#"
44898 if test "x$USE_RTTI" = "x1" ; then
44899 COND_USE_RTTI_1=""
44900 fi
44901
a848cd7e
SC
44902 COND_USE_SOSYMLINKS_1="#"
44903 if test "x$USE_SOSYMLINKS" = "x1" ; then
44904 COND_USE_SOSYMLINKS_1=""
44905 fi
44906
eb730a0c
JS
44907 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
44908 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
44909 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
44910 fi
44911
a848cd7e
SC
44912 COND_USE_SOVERLINUX_1="#"
44913 if test "x$USE_SOVERLINUX" = "x1" ; then
44914 COND_USE_SOVERLINUX_1=""
44915 fi
44916
44917 COND_USE_SOVERSION_0="#"
44918 if test "x$USE_SOVERSION" = "x0" ; then
44919 COND_USE_SOVERSION_0=""
44920 fi
44921
44922 COND_USE_SOVERSOLARIS_1="#"
44923 if test "x$USE_SOVERSOLARIS" = "x1" ; then
44924 COND_USE_SOVERSOLARIS_1=""
44925 fi
44926
0b78747f
MW
44927 COND_USE_THREADS_0="#"
44928 if test "x$USE_THREADS" = "x0" ; then
44929 COND_USE_THREADS_0=""
44930 fi
44931
44932 COND_USE_THREADS_1="#"
44933 if test "x$USE_THREADS" = "x1" ; then
44934 COND_USE_THREADS_1=""
44935 fi
44936
a13a7f89
RL
44937 COND_USE_XRC_1="#"
44938 if test "x$USE_XRC" = "x1" ; then
44939 COND_USE_XRC_1=""
44940 fi
44941
eb730a0c
JS
44942 COND_WINDOWS_IMPLIB_1="#"
44943 if test "x$WINDOWS_IMPLIB" = "x1" ; then
44944 COND_WINDOWS_IMPLIB_1=""
44945 fi
44946
a848cd7e
SC
44947 COND_WITH_PLUGIN_SDL_1="#"
44948 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
44949 COND_WITH_PLUGIN_SDL_1=""
44950 fi
44951
1e6eb025
VZ
44952 COND_WXUNIV_0="#"
44953 if test "x$WXUNIV" = "x0" ; then
44954 COND_WXUNIV_0=""
44955 fi
44956
a848cd7e
SC
44957 COND_WXUNIV_1="#"
44958 if test "x$WXUNIV" = "x1" ; then
44959 COND_WXUNIV_1=""
44960 fi
44961
44962 COND_WXUSE_EXPAT_BUILTIN="#"
44963 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
44964 COND_WXUSE_EXPAT_BUILTIN=""
44965 fi
44966
44967 COND_WXUSE_LIBJPEG_BUILTIN="#"
44968 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44969 COND_WXUSE_LIBJPEG_BUILTIN=""
44970 fi
44971
44972 COND_WXUSE_LIBPNG_BUILTIN="#"
44973 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44974 COND_WXUSE_LIBPNG_BUILTIN=""
44975 fi
44976
44977 COND_WXUSE_LIBTIFF_BUILTIN="#"
44978 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44979 COND_WXUSE_LIBTIFF_BUILTIN=""
44980 fi
44981
44982 COND_WXUSE_ODBC_BUILTIN="#"
44983 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
44984 COND_WXUSE_ODBC_BUILTIN=""
44985 fi
44986
44987 COND_WXUSE_REGEX_BUILTIN="#"
44988 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
44989 COND_WXUSE_REGEX_BUILTIN=""
44990 fi
44991
44992 COND_WXUSE_ZLIB_BUILTIN="#"
44993 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
44994 COND_WXUSE_ZLIB_BUILTIN=""
44995 fi
44996
44997
44998
810b94f0
MW
44999 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
45000 { { 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
45001echo "$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;}
45002 { (exit 1); exit 1; }; }
45003 fi
45004
2057db16
VS
45005 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
45006 { { 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
45007echo "$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;}
45008 { (exit 1); exit 1; }; }
45009 fi
45010
a848cd7e 45011
ceec2216
RL
45012if test "$wxUSE_SHARED" = "yes"; then
45013
45014 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
45015 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
45016
5b674b9d
DE
45017 case "${host}" in
45018 *-pc-os2_emx | *-pc-os2-emx )
45019 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45020 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45021 cp -p ${srcdir}/src/os2/dllnames.sh .
45022 cp -p ${srcdir}/src/os2/dllar.sh .
45023 ;;
45024 esac
ceec2216
RL
45025else
45026
45027 EXE_LINKER="$CXX -o"
45028
45029fi
69120ee4
VZ
45030if test "$wxUSE_OMF" = "yes"; then
45031 case "${host}" in
45032 *-pc-os2_emx | *-pc-os2-emx )
45033 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
45034 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
45035 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
45036 ;;
45037 esac
45038fi
a848cd7e 45039
ddd14b14
RR
45040GCC_PRAGMA_FLAGS=""
45041PCH_FLAGS=""
87dd70d3 45042
c08ebc62 45043if test $GCC_PCH = 1 ; then
ddd14b14 45044 PCH_FLAGS="-DWX_PRECOMP"
87ae5038
RR
45045 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
45046else
45047 if test "$GCC" = yes; then
45048 echo "$as_me:$LINENO: checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA" >&5
87dd70d3 45049echo $ECHO_N "checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
87ae5038 45050 cat >conftest.$ac_ext <<_ACEOF
87dd70d3
RR
45051/* confdefs.h. */
45052_ACEOF
45053cat confdefs.h >>conftest.$ac_ext
45054cat >>conftest.$ac_ext <<_ACEOF
45055/* end confdefs.h. */
45056
45057int
45058main ()
45059{
45060#if (__GNUC__ < 4)
04e525a0 45061 Not GCC 4.0 or greater
87ae5038 45062 #endif
87dd70d3
RR
45063
45064 ;
45065 return 0;
45066}
45067_ACEOF
45068rm -f conftest.$ac_objext
45069if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45070 (eval $ac_compile) 2>conftest.er1
45071 ac_status=$?
45072 grep -v '^ *+' conftest.er1 >conftest.err
45073 rm -f conftest.er1
45074 cat conftest.err >&5
45075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45076 (exit $ac_status); } &&
6ebeb4c7 45077 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
87dd70d3
RR
45078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45079 (eval $ac_try) 2>&5
45080 ac_status=$?
45081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45082 (exit $ac_status); }; } &&
45083 { ac_try='test -s conftest.$ac_objext'
45084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45085 (eval $ac_try) 2>&5
45086 ac_status=$?
45087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45088 (exit $ac_status); }; }; then
45089 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
87ae5038 45090 echo "$as_me:$LINENO: result: yes" >&5
87dd70d3
RR
45091echo "${ECHO_T}yes" >&6
45092else
45093 echo "$as_me: failed program was:" >&5
45094sed 's/^/| /' conftest.$ac_ext >&5
45095
45096echo "$as_me:$LINENO: result: no" >&5
45097echo "${ECHO_T}no" >&6
87ae5038 45098 case "${host}" in
cfda0ea8 45099 *-*-darwin* )
87ae5038
RR
45100 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
45101 ;;
45102 *-*-mingw32* )
45103 if test "$wxUSE_STL" = "yes" -o \
ddd14b14
RR
45104 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
45105 "$wxUSE_NO_RTTI" != "yes"; then
87ae5038 45106 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
ddd14b14 45107echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
87ae5038 45108 cat >conftest.$ac_ext <<_ACEOF
ddd14b14
RR
45109/* confdefs.h. */
45110_ACEOF
45111cat confdefs.h >>conftest.$ac_ext
45112cat >>conftest.$ac_ext <<_ACEOF
45113/* end confdefs.h. */
45114
45115int
45116main ()
45117{
45118#if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
04e525a0 45119 Not GCC 3.2 or greater
87ae5038 45120 #endif
ddd14b14
RR
45121
45122 ;
45123 return 0;
45124}
45125_ACEOF
45126rm -f conftest.$ac_objext
45127if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45128 (eval $ac_compile) 2>conftest.er1
45129 ac_status=$?
45130 grep -v '^ *+' conftest.er1 >conftest.err
45131 rm -f conftest.er1
45132 cat conftest.err >&5
45133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45134 (exit $ac_status); } &&
6ebeb4c7 45135 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ddd14b14
RR
45136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45137 (eval $ac_try) 2>&5
45138 ac_status=$?
45139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45140 (exit $ac_status); }; } &&
45141 { ac_try='test -s conftest.$ac_objext'
45142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45143 (eval $ac_try) 2>&5
45144 ac_status=$?
45145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45146 (exit $ac_status); }; }; then
45147 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
87ae5038 45148 echo "$as_me:$LINENO: result: yes" >&5
ddd14b14
RR
45149echo "${ECHO_T}yes" >&6
45150else
45151 echo "$as_me: failed program was:" >&5
45152sed 's/^/| /' conftest.$ac_ext >&5
45153
45154echo "$as_me:$LINENO: result: no" >&5
45155echo "${ECHO_T}no" >&6
3314e67b 45156fi
ddd14b14 45157rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
87ae5038
RR
45158 fi
45159 ;;
45160 *-pc-os2_emx | *-pc-os2-emx )
45161 if test "$wxUSE_STL" = "yes"; then
45162 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
ddd14b14 45163echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
87ae5038 45164 cat >conftest.$ac_ext <<_ACEOF
ddd14b14
RR
45165/* confdefs.h. */
45166_ACEOF
45167cat confdefs.h >>conftest.$ac_ext
45168cat >>conftest.$ac_ext <<_ACEOF
45169/* end confdefs.h. */
45170
45171int
45172main ()
45173{
45174#if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
04e525a0 45175 Not GCC 3.2 or greater
87ae5038 45176 #endif
ddd14b14
RR
45177
45178 ;
45179 return 0;
45180}
45181_ACEOF
45182rm -f conftest.$ac_objext
45183if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45184 (eval $ac_compile) 2>conftest.er1
45185 ac_status=$?
45186 grep -v '^ *+' conftest.er1 >conftest.err
45187 rm -f conftest.er1
45188 cat conftest.err >&5
45189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45190 (exit $ac_status); } &&
6ebeb4c7 45191 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
ddd14b14
RR
45192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45193 (eval $ac_try) 2>&5
45194 ac_status=$?
45195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45196 (exit $ac_status); }; } &&
45197 { ac_try='test -s conftest.$ac_objext'
45198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45199 (eval $ac_try) 2>&5
45200 ac_status=$?
45201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45202 (exit $ac_status); }; }; then
45203 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
87ae5038 45204 echo "$as_me:$LINENO: result: yes" >&5
ddd14b14
RR
45205echo "${ECHO_T}yes" >&6
45206else
45207 echo "$as_me: failed program was:" >&5
45208sed 's/^/| /' conftest.$ac_ext >&5
bea8e651 45209
ddd14b14
RR
45210echo "$as_me:$LINENO: result: no" >&5
45211echo "${ECHO_T}no" >&6
45212fi
45213rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
87ae5038
RR
45214 fi
45215 ;;
45216 esac
45217
45218fi
45219rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
45220 fi
ddd14b14
RR
45221fi
45222CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
a848cd7e
SC
45223
45224
45225SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
45226
45227
45228
45229
45230
45231
45232
45233
45234
45235
45236
45237
45238
45239
45240
45241
45242
45243
45244
45245
45246
45247
45248
45249
45250
45251
45252
45253
45254
45255
45256
45257
45258
45259
45260
45261
45262
45263
45264
45265
45266
45267
a848cd7e
SC
45268
45269
45270
45271
45272
45273
45274
45275
45276
45277
45278
45279
45280
45281
45282
45283
45284
45285
ddd14b14 45286
a848cd7e
SC
45287
45288
45289echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
45290echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ac1cb8d3 45291set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
a848cd7e
SC
45292if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
45293 echo $ECHO_N "(cached) $ECHO_C" >&6
45294else
45295 cat >conftest.make <<\_ACEOF
45296all:
45297 @echo 'ac_maketemp="$(MAKE)"'
45298_ACEOF
45299# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
45300eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
45301if test -n "$ac_maketemp"; then
45302 eval ac_cv_prog_make_${ac_make}_set=yes
45303else
45304 eval ac_cv_prog_make_${ac_make}_set=no
45305fi
45306rm -f conftest.make
45307fi
45308if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
45309 echo "$as_me:$LINENO: result: yes" >&5
45310echo "${ECHO_T}yes" >&6
45311 SET_MAKE=
45312else
45313 echo "$as_me:$LINENO: result: no" >&5
45314echo "${ECHO_T}no" >&6
45315 SET_MAKE="MAKE=${MAKE-make}"
45316fi
45317
45318
a848cd7e 45319
ceec2216
RL
45320 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
45321
a848cd7e 45322
ceec2216 45323 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
a848cd7e 45324
a848cd7e 45325
ceec2216 45326 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
a848cd7e 45327
ceec2216
RL
45328
45329 ac_config_files="$ac_config_files version-script Makefile"
45330
45331
45332 ac_config_commands="$ac_config_commands wx-config
45333 "
a848cd7e
SC
45334
45335
9103d280
RL
45336
45337
a848cd7e
SC
45338if test "$wxUSE_GUI" = "yes"; then
45339 SUBDIRS="samples demos utils contrib"
45340else SUBDIRS="samples utils"
45341fi
45342
45343
45344
45345# Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
45346if test "${with_cppunit_prefix+set}" = set; then
45347 withval="$with_cppunit_prefix"
45348 cppunit_config_prefix="$withval"
45349else
45350 cppunit_config_prefix=""
45351fi;
45352
45353# Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
45354if test "${with_cppunit_exec_prefix+set}" = set; then
45355 withval="$with_cppunit_exec_prefix"
45356 cppunit_config_exec_prefix="$withval"
45357else
45358 cppunit_config_exec_prefix=""
45359fi;
45360
45361 if test x$cppunit_config_exec_prefix != x ; then
45362 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
45363 if test x${CPPUNIT_CONFIG+set} != xset ; then
45364 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
45365 fi
45366 fi
45367 if test x$cppunit_config_prefix != x ; then
45368 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
45369 if test x${CPPUNIT_CONFIG+set} != xset ; then
45370 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
45371 fi
45372 fi
45373
45374 # Extract the first word of "cppunit-config", so it can be a program name with args.
45375set dummy cppunit-config; ac_word=$2
45376echo "$as_me:$LINENO: checking for $ac_word" >&5
45377echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45378if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
45379 echo $ECHO_N "(cached) $ECHO_C" >&6
45380else
45381 case $CPPUNIT_CONFIG in
45382 [\\/]* | ?:[\\/]*)
45383 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
45384 ;;
45385 *)
45386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45387for as_dir in $PATH
45388do
45389 IFS=$as_save_IFS
45390 test -z "$as_dir" && as_dir=.
45391 for ac_exec_ext in '' $ac_executable_extensions; do
45392 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45393 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
45394 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45395 break 2
45396 fi
45397done
45398done
45399
45400 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
45401 ;;
45402esac
45403fi
45404CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
45405
45406if test -n "$CPPUNIT_CONFIG"; then
45407 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
45408echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
45409else
45410 echo "$as_me:$LINENO: result: no" >&5
45411echo "${ECHO_T}no" >&6
45412fi
45413
45414 cppunit_version_min=1.8.0
45415
45416 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
45417echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
45418 no_cppunit=""
45419 if test "$CPPUNIT_CONFIG" = "no" ; then
45420 no_cppunit=yes
45421 else
45422 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
45423 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
45424 cppunit_version=`$CPPUNIT_CONFIG --version`
45425
45426 cppunit_major_version=`echo $cppunit_version | \
45427 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
45428 cppunit_minor_version=`echo $cppunit_version | \
45429 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
45430 cppunit_micro_version=`echo $cppunit_version | \
45431 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
45432
45433 cppunit_major_min=`echo $cppunit_version_min | \
45434 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
45435 cppunit_minor_min=`echo $cppunit_version_min | \
45436 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
45437 cppunit_micro_min=`echo $cppunit_version_min | \
45438 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
45439
45440 cppunit_version_proper=`expr \
45441 $cppunit_major_version \> $cppunit_major_min \| \
45442 $cppunit_major_version \= $cppunit_major_min \& \
45443 $cppunit_minor_version \> $cppunit_minor_min \| \
45444 $cppunit_major_version \= $cppunit_major_min \& \
45445 $cppunit_minor_version \= $cppunit_minor_min \& \
45446 $cppunit_micro_version \>= $cppunit_micro_min `
45447
45448 if test "$cppunit_version_proper" = "1" ; then
45449 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
45450echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
45451 else
45452 echo "$as_me:$LINENO: result: no" >&5
45453echo "${ECHO_T}no" >&6
45454 no_cppunit=yes
45455 fi
45456 fi
45457
45458 if test "x$no_cppunit" = x ; then
c2218763 45459 SUBDIRS="$SUBDIRS tests"
a848cd7e
SC
45460 else
45461 CPPUNIT_CFLAGS=""
45462 CPPUNIT_LIBS=""
c2218763 45463 :
a848cd7e
SC
45464 fi
45465
45466
45467
45468
45469
45470for subdir in `echo $SUBDIRS`; do
45471 if test -d ${srcdir}/${subdir} ; then
45472 if test "$wxUSE_GUI" = "yes"; then
45473 if test ${subdir} = "samples"; then
45474 makefiles="samples/Makefile.in $makefiles"
45475 for sample in `echo $SAMPLES_SUBDIRS`; do
45476 if test -d $srcdir/samples/$sample; then
45477 makefiles="samples/$sample/Makefile.in $makefiles"
45478 fi
45479 done
9c112555
MW
45480 else
45481 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
45482 eval "disabled=\$$disabled_var"
45483 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
45484 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
a848cd7e
SC
45485 fi
45486 else if test ${subdir} = "samples"; then
45487 makefiles="samples/Makefile.in samples/console/Makefile.in"
45488 elif test ${subdir} = "utils"; then
6537ccf8
VS
45489 makefiles=""
45490 for util in HelpGen tex2rtf ; do
45491 if test -d $srcdir/utils/$util ; then
45492 makefiles="utils/$util/Makefile.in \
45493 utils/$util/src/Makefile.in \
45494 $makefiles"
45495 fi
45496 done
a848cd7e
SC
45497 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
45498 fi
45499 fi
45500
45501 for mkin in $makefiles ; do
45502 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
45503 ac_config_files="$ac_config_files $mk"
45504
45505 done
45506 fi
45507done
45508
45509
45510cat >confcache <<\_ACEOF
45511# This file is a shell script that caches the results of configure
45512# tests run on this system so they can be shared between configure
45513# scripts and configure runs, see configure's option --config-cache.
45514# It is not useful on other systems. If it contains results you don't
45515# want to keep, you may remove or edit it.
45516#
45517# config.status only pays attention to the cache file if you give it
45518# the --recheck option to rerun configure.
45519#
45520# `ac_cv_env_foo' variables (set or unset) will be overridden when
45521# loading this file, other *unset* `ac_cv_foo' will be assigned the
45522# following values.
45523
45524_ACEOF
45525
45526# The following way of writing the cache mishandles newlines in values,
45527# but we know of no workaround that is simple, portable, and efficient.
45528# So, don't put newlines in cache variables' values.
45529# Ultrix sh set writes to stderr and can't be redirected directly,
45530# and sets the high bit in the cache file unless we assign to the vars.
45531{
45532 (set) 2>&1 |
45533 case `(ac_space=' '; set | grep ac_space) 2>&1` in
45534 *ac_space=\ *)
45535 # `set' does not quote correctly, so add quotes (double-quote
45536 # substitution turns \\\\ into \\, and sed turns \\ into \).
45537 sed -n \
ac1cb8d3
VS
45538 "s/'/'\\\\''/g;
45539 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
a848cd7e
SC
45540 ;;
45541 *)
45542 # `set' quotes correctly as required by POSIX, so do not add quotes.
45543 sed -n \
ac1cb8d3 45544 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
a848cd7e
SC
45545 ;;
45546 esac;
45547} |
45548 sed '
45549 t clear
45550 : clear
45551 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
45552 t end
45553 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
45554 : end' >>confcache
45555if diff $cache_file confcache >/dev/null 2>&1; then :; else
45556 if test -w $cache_file; then
45557 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
45558 cat confcache >$cache_file
45559 else
45560 echo "not updating unwritable cache $cache_file"
45561 fi
45562fi
45563rm -f confcache
45564
45565test "x$prefix" = xNONE && prefix=$ac_default_prefix
45566# Let make expand exec_prefix.
45567test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
45568
45569# VPATH may cause trouble with some makes, so we remove $(srcdir),
45570# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
45571# trailing colons and then remove the whole line if VPATH becomes empty
45572# (actually we leave an empty line to preserve line numbers).
45573if test "x$srcdir" = x.; then
ac1cb8d3 45574 ac_vpsub='/^[ ]*VPATH[ ]*=/{
a848cd7e
SC
45575s/:*\$(srcdir):*/:/;
45576s/:*\${srcdir}:*/:/;
45577s/:*@srcdir@:*/:/;
ac1cb8d3 45578s/^\([^=]*=[ ]*\):*/\1/;
a848cd7e 45579s/:*$//;
ac1cb8d3 45580s/^[^=]*=[ ]*$//;
a848cd7e
SC
45581}'
45582fi
45583
45584DEFS=-DHAVE_CONFIG_H
45585
45586ac_libobjs=
45587ac_ltlibobjs=
45588for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
45589 # 1. Remove the extension, and $U if already installed.
45590 ac_i=`echo "$ac_i" |
ac1cb8d3 45591 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
a848cd7e
SC
45592 # 2. Add them.
45593 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
45594 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
45595done
45596LIBOBJS=$ac_libobjs
45597
45598LTLIBOBJS=$ac_ltlibobjs
45599
45600
45601
45602: ${CONFIG_STATUS=./config.status}
45603ac_clean_files_save=$ac_clean_files
45604ac_clean_files="$ac_clean_files $CONFIG_STATUS"
45605{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
45606echo "$as_me: creating $CONFIG_STATUS" >&6;}
45607cat >$CONFIG_STATUS <<_ACEOF
45608#! $SHELL
45609# Generated by $as_me.
45610# Run this file to recreate the current configuration.
45611# Compiler output produced by configure, useful for debugging
45612# configure, is in config.log if it exists.
45613
45614debug=false
45615ac_cs_recheck=false
45616ac_cs_silent=false
45617SHELL=\${CONFIG_SHELL-$SHELL}
45618_ACEOF
45619
45620cat >>$CONFIG_STATUS <<\_ACEOF
45621## --------------------- ##
45622## M4sh Initialization. ##
45623## --------------------- ##
45624
45625# Be Bourne compatible
45626if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
45627 emulate sh
45628 NULLCMD=:
45629 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
45630 # is contrary to our usage. Disable this feature.
45631 alias -g '${1+"$@"}'='"$@"'
45632elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
45633 set -o posix
45634fi
ac1cb8d3 45635DUALCASE=1; export DUALCASE # for MKS sh
a848cd7e
SC
45636
45637# Support unset when possible.
ac1cb8d3 45638if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
a848cd7e
SC
45639 as_unset=unset
45640else
45641 as_unset=false
45642fi
45643
45644
45645# Work around bugs in pre-3.0 UWIN ksh.
45646$as_unset ENV MAIL MAILPATH
45647PS1='$ '
45648PS2='> '
45649PS4='+ '
45650
45651# NLS nuisances.
45652for as_var in \
45653 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
45654 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
45655 LC_TELEPHONE LC_TIME
45656do
ac1cb8d3 45657 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
a848cd7e
SC
45658 eval $as_var=C; export $as_var
45659 else
45660 $as_unset $as_var
45661 fi
45662done
45663
45664# Required to use basename.
45665if expr a : '\(a\)' >/dev/null 2>&1; then
45666 as_expr=expr
45667else
45668 as_expr=false
45669fi
45670
45671if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
45672 as_basename=basename
45673else
45674 as_basename=false
45675fi
45676
45677
45678# Name of the executable.
45679as_me=`$as_basename "$0" ||
45680$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
45681 X"$0" : 'X\(//\)$' \| \
45682 X"$0" : 'X\(/\)$' \| \
45683 . : '\(.\)' 2>/dev/null ||
45684echo X/"$0" |
45685 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
45686 /^X\/\(\/\/\)$/{ s//\1/; q; }
45687 /^X\/\(\/\).*/{ s//\1/; q; }
45688 s/.*/./; q'`
45689
45690
45691# PATH needs CR, and LINENO needs CR and PATH.
45692# Avoid depending upon Character Ranges.
45693as_cr_letters='abcdefghijklmnopqrstuvwxyz'
45694as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
45695as_cr_Letters=$as_cr_letters$as_cr_LETTERS
45696as_cr_digits='0123456789'
45697as_cr_alnum=$as_cr_Letters$as_cr_digits
45698
45699# The user is always right.
45700if test "${PATH_SEPARATOR+set}" != set; then
45701 echo "#! /bin/sh" >conf$$.sh
45702 echo "exit 0" >>conf$$.sh
45703 chmod +x conf$$.sh
45704 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
45705 PATH_SEPARATOR=';'
45706 else
45707 PATH_SEPARATOR=:
45708 fi
45709 rm -f conf$$.sh
45710fi
45711
45712
45713 as_lineno_1=$LINENO
45714 as_lineno_2=$LINENO
45715 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
45716 test "x$as_lineno_1" != "x$as_lineno_2" &&
45717 test "x$as_lineno_3" = "x$as_lineno_2" || {
45718 # Find who we are. Look in the path if we contain no path at all
45719 # relative or not.
45720 case $0 in
45721 *[\\/]* ) as_myself=$0 ;;
45722 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45723for as_dir in $PATH
45724do
45725 IFS=$as_save_IFS
45726 test -z "$as_dir" && as_dir=.
45727 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
45728done
45729
45730 ;;
45731 esac
45732 # We did not find ourselves, most probably we were run as `sh COMMAND'
45733 # in which case we are not to be found in the path.
45734 if test "x$as_myself" = x; then
45735 as_myself=$0
45736 fi
45737 if test ! -f "$as_myself"; then
45738 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
45739echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
45740 { (exit 1); exit 1; }; }
45741 fi
45742 case $CONFIG_SHELL in
45743 '')
45744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45745for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
45746do
45747 IFS=$as_save_IFS
45748 test -z "$as_dir" && as_dir=.
45749 for as_base in sh bash ksh sh5; do
45750 case $as_dir in
45751 /*)
45752 if ("$as_dir/$as_base" -c '
45753 as_lineno_1=$LINENO
45754 as_lineno_2=$LINENO
45755 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
45756 test "x$as_lineno_1" != "x$as_lineno_2" &&
45757 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
45758 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
45759 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
45760 CONFIG_SHELL=$as_dir/$as_base
45761 export CONFIG_SHELL
45762 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
45763 fi;;
45764 esac
45765 done
45766done
45767;;
45768 esac
45769
45770 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
45771 # uniformly replaced by the line number. The first 'sed' inserts a
45772 # line-number line before each line; the second 'sed' does the real
45773 # work. The second script uses 'N' to pair each line-number line
45774 # with the numbered line, and appends trailing '-' during
45775 # substitution so that $LINENO is not a special case at line end.
45776 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
45777 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
45778 sed '=' <$as_myself |
45779 sed '
45780 N
45781 s,$,-,
45782 : loop
45783 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
45784 t loop
45785 s,-$,,
45786 s,^['$as_cr_digits']*\n,,
45787 ' >$as_me.lineno &&
45788 chmod +x $as_me.lineno ||
45789 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
45790echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
45791 { (exit 1); exit 1; }; }
45792
45793 # Don't try to exec as it changes $[0], causing all sort of problems
45794 # (the dirname of $[0] is not the place where we might find the
45795 # original and so on. Autoconf is especially sensible to this).
45796 . ./$as_me.lineno
45797 # Exit status is that of the last command.
45798 exit
45799}
45800
45801
45802case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
45803 *c*,-n*) ECHO_N= ECHO_C='
45804' ECHO_T=' ' ;;
45805 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
45806 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
45807esac
45808
45809if expr a : '\(a\)' >/dev/null 2>&1; then
45810 as_expr=expr
45811else
45812 as_expr=false
45813fi
45814
45815rm -f conf$$ conf$$.exe conf$$.file
45816echo >conf$$.file
45817if ln -s conf$$.file conf$$ 2>/dev/null; then
45818 # We could just check for DJGPP; but this test a) works b) is more generic
45819 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
45820 if test -f conf$$.exe; then
45821 # Don't use ln at all; we don't have any links
45822 as_ln_s='cp -p'
45823 else
45824 as_ln_s='ln -s'
45825 fi
45826elif ln conf$$.file conf$$ 2>/dev/null; then
45827 as_ln_s=ln
45828else
45829 as_ln_s='cp -p'
45830fi
45831rm -f conf$$ conf$$.exe conf$$.file
45832
45833if mkdir -p . 2>/dev/null; then
45834 as_mkdir_p=:
45835else
ac1cb8d3 45836 test -d ./-p && rmdir ./-p
a848cd7e
SC
45837 as_mkdir_p=false
45838fi
45839
45840as_executable_p="test -f"
45841
45842# Sed expression to map a string onto a valid CPP name.
ac1cb8d3 45843as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
45844
45845# Sed expression to map a string onto a valid variable name.
ac1cb8d3 45846as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
a848cd7e
SC
45847
45848
45849# IFS
45850# We need space, tab and new line, in precisely that order.
45851as_nl='
45852'
45853IFS=" $as_nl"
45854
45855# CDPATH.
45856$as_unset CDPATH
45857
45858exec 6>&1
45859
45860# Open the log real soon, to keep \$[0] and so on meaningful, and to
45861# report actual input values of CONFIG_FILES etc. instead of their
45862# values after options handling. Logging --version etc. is OK.
45863exec 5>>config.log
45864{
45865 echo
45866 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
45867## Running $as_me. ##
45868_ASBOX
45869} >&5
45870cat >&5 <<_CSEOF
45871
eb730a0c 45872This file was extended by wxWidgets $as_me 2.6.2, which was
ac1cb8d3 45873generated by GNU Autoconf 2.59. Invocation command line was
a848cd7e
SC
45874
45875 CONFIG_FILES = $CONFIG_FILES
45876 CONFIG_HEADERS = $CONFIG_HEADERS
45877 CONFIG_LINKS = $CONFIG_LINKS
45878 CONFIG_COMMANDS = $CONFIG_COMMANDS
45879 $ $0 $@
45880
45881_CSEOF
45882echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
45883echo >&5
45884_ACEOF
45885
45886# Files that config.status was made for.
45887if test -n "$ac_config_files"; then
45888 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
45889fi
45890
45891if test -n "$ac_config_headers"; then
45892 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
45893fi
45894
45895if test -n "$ac_config_links"; then
45896 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
45897fi
45898
45899if test -n "$ac_config_commands"; then
45900 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
45901fi
45902
45903cat >>$CONFIG_STATUS <<\_ACEOF
45904
45905ac_cs_usage="\
45906\`$as_me' instantiates files from templates according to the
45907current configuration.
45908
45909Usage: $0 [OPTIONS] [FILE]...
45910
45911 -h, --help print this help, then exit
45912 -V, --version print version number, then exit
45913 -q, --quiet do not print progress messages
45914 -d, --debug don't remove temporary files
45915 --recheck update $as_me by reconfiguring in the same conditions
45916 --file=FILE[:TEMPLATE]
ac1cb8d3 45917 instantiate the configuration file FILE
a848cd7e 45918 --header=FILE[:TEMPLATE]
ac1cb8d3 45919 instantiate the configuration header FILE
a848cd7e
SC
45920
45921Configuration files:
45922$config_files
45923
45924Configuration headers:
45925$config_headers
45926
45927Configuration commands:
45928$config_commands
45929
45930Report bugs to <bug-autoconf@gnu.org>."
45931_ACEOF
45932
45933cat >>$CONFIG_STATUS <<_ACEOF
45934ac_cs_version="\\
eb730a0c 45935wxWidgets config.status 2.6.2
ac1cb8d3 45936configured by $0, generated by GNU Autoconf 2.59,
a848cd7e
SC
45937 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
45938
ac1cb8d3 45939Copyright (C) 2003 Free Software Foundation, Inc.
a848cd7e
SC
45940This config.status script is free software; the Free Software Foundation
45941gives unlimited permission to copy, distribute and modify it."
45942srcdir=$srcdir
45943INSTALL="$INSTALL"
45944_ACEOF
45945
45946cat >>$CONFIG_STATUS <<\_ACEOF
45947# If no file are specified by the user, then we need to provide default
45948# value. By we need to know if files were specified by the user.
45949ac_need_defaults=:
45950while test $# != 0
45951do
45952 case $1 in
45953 --*=*)
45954 ac_option=`expr "x$1" : 'x\([^=]*\)='`
45955 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
45956 ac_shift=:
45957 ;;
45958 -*)
45959 ac_option=$1
45960 ac_optarg=$2
45961 ac_shift=shift
45962 ;;
45963 *) # This is not an option, so the user has probably given explicit
45964 # arguments.
45965 ac_option=$1
45966 ac_need_defaults=false;;
45967 esac
45968
45969 case $ac_option in
45970 # Handling of the options.
45971_ACEOF
45972cat >>$CONFIG_STATUS <<\_ACEOF
45973 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
45974 ac_cs_recheck=: ;;
45975 --version | --vers* | -V )
45976 echo "$ac_cs_version"; exit 0 ;;
45977 --he | --h)
45978 # Conflict between --help and --header
45979 { { echo "$as_me:$LINENO: error: ambiguous option: $1
45980Try \`$0 --help' for more information." >&5
45981echo "$as_me: error: ambiguous option: $1
45982Try \`$0 --help' for more information." >&2;}
45983 { (exit 1); exit 1; }; };;
45984 --help | --hel | -h )
45985 echo "$ac_cs_usage"; exit 0 ;;
45986 --debug | --d* | -d )
45987 debug=: ;;
45988 --file | --fil | --fi | --f )
45989 $ac_shift
45990 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
45991 ac_need_defaults=false;;
45992 --header | --heade | --head | --hea )
45993 $ac_shift
45994 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
45995 ac_need_defaults=false;;
45996 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
45997 | -silent | --silent | --silen | --sile | --sil | --si | --s)
45998 ac_cs_silent=: ;;
45999
46000 # This is an error.
46001 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
46002Try \`$0 --help' for more information." >&5
46003echo "$as_me: error: unrecognized option: $1
46004Try \`$0 --help' for more information." >&2;}
46005 { (exit 1); exit 1; }; } ;;
46006
46007 *) ac_config_targets="$ac_config_targets $1" ;;
46008
46009 esac
46010 shift
46011done
46012
46013ac_configure_extra_args=
46014
46015if $ac_cs_silent; then
46016 exec 6>/dev/null
46017 ac_configure_extra_args="$ac_configure_extra_args --silent"
46018fi
46019
46020_ACEOF
46021cat >>$CONFIG_STATUS <<_ACEOF
46022if \$ac_cs_recheck; then
46023 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
46024 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
46025fi
46026
46027_ACEOF
46028
46029cat >>$CONFIG_STATUS <<_ACEOF
46030#
46031# INIT-COMMANDS section.
46032#
46033
ceec2216
RL
46034 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
46035 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
46036 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
46037 LN_S="${LN_S}"
a848cd7e
SC
46038
46039
46040_ACEOF
46041
46042
46043
46044cat >>$CONFIG_STATUS <<\_ACEOF
46045for ac_config_target in $ac_config_targets
46046do
46047 case "$ac_config_target" in
46048 # Handling of arguments.
ceec2216
RL
46049 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
46050 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
a848cd7e
SC
46051 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
46052 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
46053 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
ceec2216
RL
46054 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
46055 "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
46056 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
46057echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
46058 { (exit 1); exit 1; }; };;
46059 esac
46060done
46061
46062# If the user did not use the arguments to specify the items to instantiate,
46063# then the envvar interface is used. Set only those that are not.
46064# We use the long form for the default assignment because of an extremely
46065# bizarre bug on SunOS 4.1.3.
46066if $ac_need_defaults; then
46067 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
46068 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
46069 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
46070fi
46071
46072# Have a temporary directory for convenience. Make it in the build tree
46073# simply because there is no reason to put it here, and in addition,
46074# creating and moving files from /tmp can sometimes cause problems.
46075# Create a temporary directory, and hook for its removal unless debugging.
46076$debug ||
46077{
46078 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
46079 trap '{ (exit 1); exit 1; }' 1 2 13 15
46080}
46081
46082# Create a (secure) tmp directory for tmp files.
46083
46084{
46085 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
46086 test -n "$tmp" && test -d "$tmp"
46087} ||
46088{
46089 tmp=./confstat$$-$RANDOM
46090 (umask 077 && mkdir $tmp)
46091} ||
46092{
46093 echo "$me: cannot create a temporary directory in ." >&2
46094 { (exit 1); exit 1; }
46095}
46096
46097_ACEOF
46098
46099cat >>$CONFIG_STATUS <<_ACEOF
46100
46101#
46102# CONFIG_FILES section.
46103#
46104
46105# No need to generate the scripts if there are no CONFIG_FILES.
46106# This happens for instance when ./config.status config.h
46107if test -n "\$CONFIG_FILES"; then
46108 # Protect against being on the right side of a sed subst in config.status.
46109 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
46110 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
46111s,@SHELL@,$SHELL,;t t
46112s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
46113s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
46114s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
46115s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
46116s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
46117s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
46118s,@exec_prefix@,$exec_prefix,;t t
46119s,@prefix@,$prefix,;t t
46120s,@program_transform_name@,$program_transform_name,;t t
46121s,@bindir@,$bindir,;t t
46122s,@sbindir@,$sbindir,;t t
46123s,@libexecdir@,$libexecdir,;t t
46124s,@datadir@,$datadir,;t t
46125s,@sysconfdir@,$sysconfdir,;t t
46126s,@sharedstatedir@,$sharedstatedir,;t t
46127s,@localstatedir@,$localstatedir,;t t
46128s,@libdir@,$libdir,;t t
46129s,@includedir@,$includedir,;t t
46130s,@oldincludedir@,$oldincludedir,;t t
46131s,@infodir@,$infodir,;t t
46132s,@mandir@,$mandir,;t t
46133s,@build_alias@,$build_alias,;t t
46134s,@host_alias@,$host_alias,;t t
46135s,@target_alias@,$target_alias,;t t
46136s,@DEFS@,$DEFS,;t t
46137s,@ECHO_C@,$ECHO_C,;t t
46138s,@ECHO_N@,$ECHO_N,;t t
46139s,@ECHO_T@,$ECHO_T,;t t
46140s,@LIBS@,$LIBS,;t t
46141s,@build@,$build,;t t
46142s,@build_cpu@,$build_cpu,;t t
46143s,@build_vendor@,$build_vendor,;t t
46144s,@build_os@,$build_os,;t t
46145s,@host@,$host,;t t
46146s,@host_cpu@,$host_cpu,;t t
46147s,@host_vendor@,$host_vendor,;t t
46148s,@host_os@,$host_os,;t t
46149s,@target@,$target,;t t
46150s,@target_cpu@,$target_cpu,;t t
46151s,@target_vendor@,$target_vendor,;t t
46152s,@target_os@,$target_os,;t t
46153s,@CC@,$CC,;t t
46154s,@CFLAGS@,$CFLAGS,;t t
46155s,@LDFLAGS@,$LDFLAGS,;t t
46156s,@CPPFLAGS@,$CPPFLAGS,;t t
46157s,@ac_ct_CC@,$ac_ct_CC,;t t
46158s,@EXEEXT@,$EXEEXT,;t t
46159s,@OBJEXT@,$OBJEXT,;t t
46160s,@CPP@,$CPP,;t t
46161s,@EGREP@,$EGREP,;t t
46162s,@CXX@,$CXX,;t t
46163s,@CXXFLAGS@,$CXXFLAGS,;t t
46164s,@ac_ct_CXX@,$ac_ct_CXX,;t t
46165s,@RANLIB@,$RANLIB,;t t
46166s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
46167s,@AR@,$AR,;t t
8c80d384 46168s,@ac_ct_AR@,$ac_ct_AR,;t t
a848cd7e
SC
46169s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
46170s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
46171s,@INSTALL_DATA@,$INSTALL_DATA,;t t
46172s,@STRIP@,$STRIP,;t t
8c80d384
DE
46173s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
46174s,@RESCOMP@,$RESCOMP,;t t
46175s,@ac_ct_RESCOMP@,$ac_ct_RESCOMP,;t t
46176s,@DLLTOOL@,$DLLTOOL,;t t
46177s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
a848cd7e
SC
46178s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
46179s,@LN_S@,$LN_S,;t t
46180s,@CXXCPP@,$CXXCPP,;t t
46181s,@subdirs@,$subdirs,;t t
46182s,@PKG_CONFIG@,$PKG_CONFIG,;t t
46183s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
46184s,@GTK_LIBS@,$GTK_LIBS,;t t
46185s,@GTK_CONFIG@,$GTK_CONFIG,;t t
a848cd7e
SC
46186s,@X_CFLAGS@,$X_CFLAGS,;t t
46187s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
46188s,@X_LIBS@,$X_LIBS,;t t
46189s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
46190s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
46191s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
d1c38808
VZ
46192s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
46193s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
a848cd7e
SC
46194s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
46195s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
a848cd7e
SC
46196s,@DEREZ@,$DEREZ,;t t
46197s,@SETFILE@,$SETFILE,;t t
46198s,@LIBICONV@,$LIBICONV,;t t
46199s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
46200s,@SDL_CONFIG@,$SDL_CONFIG,;t t
46201s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
46202s,@SDL_LIBS@,$SDL_LIBS,;t t
d1c38808
VZ
46203s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
46204s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
dae87f93
RN
46205s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
46206s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
46207s,@GST_INSPECT@,$GST_INSPECT,;t t
a848cd7e
SC
46208s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
46209s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
46210s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
46211s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
46212s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
46213s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
46214s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
46215s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
46216s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
46217s,@VENDOR@,$VENDOR,;t t
46218s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
ceec2216
RL
46219s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
46220s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
a848cd7e
SC
46221s,@WXUNIV@,$WXUNIV,;t t
46222s,@MONOLITHIC@,$MONOLITHIC,;t t
46223s,@USE_PLUGINS@,$USE_PLUGINS,;t t
46224s,@EXTRALIBS@,$EXTRALIBS,;t t
46225s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
46226s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
46227s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
46228s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
46229s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
46230s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
46231s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
d1c38808 46232s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
a848cd7e
SC
46233s,@UNICODE@,$UNICODE,;t t
46234s,@BUILD@,$BUILD,;t t
46235s,@DEBUG_INFO@,$DEBUG_INFO,;t t
46236s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
a848cd7e
SC
46237s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
46238s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
46239s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
46240s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
46241s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
46242s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
46243s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
46244s,@SET_MAKE@,$SET_MAKE,;t t
46245s,@MAKE_SET@,$MAKE_SET,;t t
a848cd7e
SC
46246s,@NM@,$NM,;t t
46247s,@ac_ct_NM@,$ac_ct_NM,;t t
46248s,@INSTALL_DIR@,$INSTALL_DIR,;t t
46249s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
46250s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
46251s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
46252s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
46253s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
1e9e8aba 46254s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
a848cd7e
SC
46255s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
46256s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
1e9e8aba 46257s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
a848cd7e
SC
46258s,@SO_SUFFIX@,$SO_SUFFIX,;t t
46259s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
46260s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
46261s,@LIBPREFIX@,$LIBPREFIX,;t t
46262s,@LIBEXT@,$LIBEXT,;t t
46263s,@DLLPREFIX@,$DLLPREFIX,;t t
46264s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
810b94f0 46265s,@dlldir@,$dlldir,;t t
a848cd7e
SC
46266s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
46267s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
46268s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
46269s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
46270s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
46271s,@PIC_FLAG@,$PIC_FLAG,;t t
810b94f0 46272s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
a848cd7e
SC
46273s,@USE_SOVERSION@,$USE_SOVERSION,;t t
46274s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
46275s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
810b94f0 46276s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
a848cd7e
SC
46277s,@USE_MACVERSION@,$USE_MACVERSION,;t t
46278s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
46279s,@SONAME_FLAG@,$SONAME_FLAG,;t t
46280s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
46281s,@GCC_PCH@,$GCC_PCH,;t t
46282s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
46283s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
46284s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
46285s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
46286s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
46287s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
46288s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
46289s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
46290s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
46291s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
46292s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
46293s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
46294s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
46295s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
46296s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
46297s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
46298s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
46299s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
90970d69 46300s,@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 46301s,@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 46302s,@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 46303s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
ceec2216 46304s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
46305s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
46306s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
90970d69 46307s,@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 46308s,@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 46309s,@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 46310s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
ceec2216 46311s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
a848cd7e
SC
46312s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
46313s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
46314s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
46315s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
46316s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
46317s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
eb730a0c 46318s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
a848cd7e
SC
46319s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
46320s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
a30f955f 46321s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
a848cd7e
SC
46322s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
46323s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
46324s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
fc480dc1 46325s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
1e9e8aba 46326s,@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
46327s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
46328s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
a848cd7e
SC
46329s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
46330s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
b48a2016 46331s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
083508af 46332s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
83d8eb47 46333s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
a848cd7e
SC
46334s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
46335s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
46336s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
46337s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
46338s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
46339s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
46340s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
46341s,@COND_SHARED_0@,$COND_SHARED_0,;t t
083508af
MW
46342s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
46343s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
46344s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
a848cd7e
SC
46345s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
46346s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
46347s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
46348s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
083508af 46349s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
a848cd7e
SC
46350s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
46351s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
46352s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
46353s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
46354s,@COND_SHARED_1@,$COND_SHARED_1,;t t
46355s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
083508af 46356s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
a30f955f 46357s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
a848cd7e 46358s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
a49baeab 46359s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
a848cd7e
SC
46360s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
46361s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
46362s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
46363s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
46364s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
46365s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
46366s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
46367s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
46368s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
46369s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
46370s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
46371s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
46372s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
46373s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
46374s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
46375s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
46376s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
46377s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
3fd9c298
DE
46378s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
46379s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
46380s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
a848cd7e
SC
46381s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
46382s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
46383s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
46384s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
46385s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
46386s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
46387s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
46388s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
46389s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
46390s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
46391s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
46392s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
083508af
MW
46393s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
46394s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
a848cd7e 46395s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
0b78747f
MW
46396s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
46397s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
a848cd7e 46398s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
eb730a0c 46399s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
a848cd7e
SC
46400s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
46401s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
46402s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
0b78747f
MW
46403s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
46404s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
a13a7f89 46405s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
eb730a0c 46406s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
a848cd7e 46407s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
1e6eb025 46408s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
a848cd7e
SC
46409s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
46410s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
46411s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
46412s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
46413s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
46414s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
46415s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
46416s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
ceec2216 46417s,@SHARED@,$SHARED,;t t
a848cd7e
SC
46418s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
46419s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
a848cd7e
SC
46420s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
46421s,@USE_GUI@,$USE_GUI,;t t
46422s,@AFMINSTALL@,$AFMINSTALL,;t t
46423s,@WIN32INSTALL@,$WIN32INSTALL,;t t
46424s,@TOOLKIT@,$TOOLKIT,;t t
46425s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
a848cd7e 46426s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
ceec2216 46427s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
a848cd7e
SC
46428s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
46429s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
a848cd7e 46430s,@cross_compiling@,$cross_compiling,;t t
ceec2216
RL
46431s,@WIDGET_SET@,$WIDGET_SET,;t t
46432s,@WX_RELEASE@,$WX_RELEASE,;t t
46433s,@WX_VERSION@,$WX_VERSION,;t t
46434s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
46435s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
46436s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
a848cd7e 46437s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
a848cd7e
SC
46438s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
46439s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
46440s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
46441s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
ddd14b14 46442s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
a848cd7e
SC
46443s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
46444s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
ceec2216 46445s,@EXE_LINKER@,$EXE_LINKER,;t t
a848cd7e 46446s,@GUIDIST@,$GUIDIST,;t t
a848cd7e
SC
46447s,@DISTDIR@,$DISTDIR,;t t
46448s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
46449s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
a848cd7e
SC
46450s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
46451s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
46452s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
46453s,@RESFLAGS@,$RESFLAGS,;t t
46454s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
46455s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
46456s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
46457s,@LIBWXMACRES@,$LIBWXMACRES,;t t
46458s,@MACRESCOMP@,$MACRESCOMP,;t t
46459s,@MACSETFILE@,$MACSETFILE,;t t
46460s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
46461s,@GCC@,$GCC,;t t
a848cd7e
SC
46462s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
46463s,@LIBOBJS@,$LIBOBJS,;t t
46464s,@LTLIBOBJS@,$LTLIBOBJS,;t t
46465CEOF
46466
46467_ACEOF
46468
46469 cat >>$CONFIG_STATUS <<\_ACEOF
46470 # Split the substitutions into bite-sized pieces for seds with
46471 # small command number limits, like on Digital OSF/1 and HP-UX.
46472 ac_max_sed_lines=48
46473 ac_sed_frag=1 # Number of current file.
46474 ac_beg=1 # First line for current file.
46475 ac_end=$ac_max_sed_lines # Line after last line for current file.
46476 ac_more_lines=:
46477 ac_sed_cmds=
46478 while $ac_more_lines; do
46479 if test $ac_beg -gt 1; then
46480 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
46481 else
46482 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
46483 fi
46484 if test ! -s $tmp/subs.frag; then
46485 ac_more_lines=false
46486 else
46487 # The purpose of the label and of the branching condition is to
46488 # speed up the sed processing (if there are no `@' at all, there
46489 # is no need to browse any of the substitutions).
46490 # These are the two extra sed commands mentioned above.
46491 (echo ':t
46492 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
46493 if test -z "$ac_sed_cmds"; then
ac1cb8d3 46494 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e 46495 else
ac1cb8d3 46496 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
a848cd7e
SC
46497 fi
46498 ac_sed_frag=`expr $ac_sed_frag + 1`
46499 ac_beg=$ac_end
46500 ac_end=`expr $ac_end + $ac_max_sed_lines`
46501 fi
46502 done
46503 if test -z "$ac_sed_cmds"; then
46504 ac_sed_cmds=cat
46505 fi
46506fi # test -n "$CONFIG_FILES"
46507
46508_ACEOF
46509cat >>$CONFIG_STATUS <<\_ACEOF
46510for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
46511 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
46512 case $ac_file in
46513 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
46514 cat >$tmp/stdin
46515 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
46516 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 46517 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 46518 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
46519 * ) ac_file_in=$ac_file.in ;;
46520 esac
46521
46522 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
46523 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
46524$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46525 X"$ac_file" : 'X\(//\)[^/]' \| \
46526 X"$ac_file" : 'X\(//\)$' \| \
46527 X"$ac_file" : 'X\(/\)' \| \
46528 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46529echo X"$ac_file" |
46530 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46531 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46532 /^X\(\/\/\)$/{ s//\1/; q; }
46533 /^X\(\/\).*/{ s//\1/; q; }
46534 s/.*/./; q'`
46535 { if $as_mkdir_p; then
46536 mkdir -p "$ac_dir"
46537 else
46538 as_dir="$ac_dir"
46539 as_dirs=
46540 while test ! -d "$as_dir"; do
46541 as_dirs="$as_dir $as_dirs"
46542 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46543$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46544 X"$as_dir" : 'X\(//\)[^/]' \| \
46545 X"$as_dir" : 'X\(//\)$' \| \
46546 X"$as_dir" : 'X\(/\)' \| \
46547 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46548echo X"$as_dir" |
46549 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46550 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46551 /^X\(\/\/\)$/{ s//\1/; q; }
46552 /^X\(\/\).*/{ s//\1/; q; }
46553 s/.*/./; q'`
46554 done
46555 test ! -n "$as_dirs" || mkdir $as_dirs
46556 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46557echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46558 { (exit 1); exit 1; }; }; }
46559
46560 ac_builddir=.
46561
46562if test "$ac_dir" != .; then
46563 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46564 # A "../" for each directory in $ac_dir_suffix.
46565 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46566else
46567 ac_dir_suffix= ac_top_builddir=
46568fi
46569
46570case $srcdir in
46571 .) # No --srcdir option. We are building in place.
46572 ac_srcdir=.
46573 if test -z "$ac_top_builddir"; then
46574 ac_top_srcdir=.
46575 else
46576 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
46577 fi ;;
46578 [\\/]* | ?:[\\/]* ) # Absolute path.
46579 ac_srcdir=$srcdir$ac_dir_suffix;
46580 ac_top_srcdir=$srcdir ;;
46581 *) # Relative path.
46582 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
46583 ac_top_srcdir=$ac_top_builddir$srcdir ;;
46584esac
ac1cb8d3
VS
46585
46586# Do not use `cd foo && pwd` to compute absolute paths, because
46587# the directories may not exist.
46588case `pwd` in
46589.) ac_abs_builddir="$ac_dir";;
46590*)
46591 case "$ac_dir" in
46592 .) ac_abs_builddir=`pwd`;;
46593 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
46594 *) ac_abs_builddir=`pwd`/"$ac_dir";;
46595 esac;;
46596esac
46597case $ac_abs_builddir in
46598.) ac_abs_top_builddir=${ac_top_builddir}.;;
46599*)
46600 case ${ac_top_builddir}. in
46601 .) ac_abs_top_builddir=$ac_abs_builddir;;
46602 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
46603 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
46604 esac;;
46605esac
46606case $ac_abs_builddir in
46607.) ac_abs_srcdir=$ac_srcdir;;
46608*)
46609 case $ac_srcdir in
46610 .) ac_abs_srcdir=$ac_abs_builddir;;
46611 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
46612 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
46613 esac;;
46614esac
46615case $ac_abs_builddir in
46616.) ac_abs_top_srcdir=$ac_top_srcdir;;
46617*)
46618 case $ac_top_srcdir in
46619 .) ac_abs_top_srcdir=$ac_abs_builddir;;
46620 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
46621 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
46622 esac;;
46623esac
a848cd7e
SC
46624
46625
46626 case $INSTALL in
46627 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
46628 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
46629 esac
46630
a848cd7e
SC
46631 # Let's still pretend it is `configure' which instantiates (i.e., don't
46632 # use $as_me), people would be surprised to read:
46633 # /* config.h. Generated by config.status. */
46634 if test x"$ac_file" = x-; then
46635 configure_input=
46636 else
46637 configure_input="$ac_file. "
46638 fi
46639 configure_input=$configure_input"Generated from `echo $ac_file_in |
ac1cb8d3 46640 sed 's,.*/,,'` by configure."
a848cd7e
SC
46641
46642 # First look for the input files in the build tree, otherwise in the
46643 # src tree.
46644 ac_file_inputs=`IFS=:
46645 for f in $ac_file_in; do
46646 case $f in
46647 -) echo $tmp/stdin ;;
46648 [\\/$]*)
ac1cb8d3
VS
46649 # Absolute (can't be DOS-style, as IFS=:)
46650 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
46651echo "$as_me: error: cannot find input file: $f" >&2;}
46652 { (exit 1); exit 1; }; }
ac1cb8d3 46653 echo "$f";;
a848cd7e 46654 *) # Relative
ac1cb8d3
VS
46655 if test -f "$f"; then
46656 # Build tree
46657 echo "$f"
46658 elif test -f "$srcdir/$f"; then
46659 # Source tree
46660 echo "$srcdir/$f"
46661 else
46662 # /dev/null tree
46663 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
46664echo "$as_me: error: cannot find input file: $f" >&2;}
46665 { (exit 1); exit 1; }; }
ac1cb8d3 46666 fi;;
a848cd7e
SC
46667 esac
46668 done` || { (exit 1); exit 1; }
6ebeb4c7
VZ
46669
46670 if test x"$ac_file" != x-; then
46671 { echo "$as_me:$LINENO: creating $ac_file" >&5
46672echo "$as_me: creating $ac_file" >&6;}
46673 rm -f "$ac_file"
46674 fi
a848cd7e
SC
46675_ACEOF
46676cat >>$CONFIG_STATUS <<_ACEOF
46677 sed "$ac_vpsub
46678$extrasub
46679_ACEOF
46680cat >>$CONFIG_STATUS <<\_ACEOF
46681:t
46682/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
46683s,@configure_input@,$configure_input,;t t
46684s,@srcdir@,$ac_srcdir,;t t
46685s,@abs_srcdir@,$ac_abs_srcdir,;t t
46686s,@top_srcdir@,$ac_top_srcdir,;t t
46687s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
46688s,@builddir@,$ac_builddir,;t t
46689s,@abs_builddir@,$ac_abs_builddir,;t t
46690s,@top_builddir@,$ac_top_builddir,;t t
46691s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
46692s,@INSTALL@,$ac_INSTALL,;t t
46693" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
46694 rm -f $tmp/stdin
46695 if test x"$ac_file" != x-; then
46696 mv $tmp/out $ac_file
46697 else
46698 cat $tmp/out
46699 rm -f $tmp/out
46700 fi
46701
ceec2216
RL
46702 # Run the commands associated with the file.
46703 case $ac_file in
46704 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
46705 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
46706 esac
a848cd7e
SC
46707done
46708_ACEOF
46709cat >>$CONFIG_STATUS <<\_ACEOF
46710
46711#
46712# CONFIG_HEADER section.
46713#
46714
46715# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
46716# NAME is the cpp macro being defined and VALUE is the value it is being given.
46717#
46718# ac_d sets the value in "#define NAME VALUE" lines.
ac1cb8d3
VS
46719ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
46720ac_dB='[ ].*$,\1#\2'
a848cd7e
SC
46721ac_dC=' '
46722ac_dD=',;t'
46723# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac1cb8d3 46724ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
a848cd7e
SC
46725ac_uB='$,\1#\2define\3'
46726ac_uC=' '
46727ac_uD=',;t'
46728
46729for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
46730 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
46731 case $ac_file in
46732 - | *:- | *:-:* ) # input from stdin
ac1cb8d3
VS
46733 cat >$tmp/stdin
46734 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
46735 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e 46736 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ac1cb8d3 46737 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
a848cd7e
SC
46738 * ) ac_file_in=$ac_file.in ;;
46739 esac
46740
46741 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
46742echo "$as_me: creating $ac_file" >&6;}
46743
46744 # First look for the input files in the build tree, otherwise in the
46745 # src tree.
46746 ac_file_inputs=`IFS=:
46747 for f in $ac_file_in; do
46748 case $f in
46749 -) echo $tmp/stdin ;;
46750 [\\/$]*)
ac1cb8d3
VS
46751 # Absolute (can't be DOS-style, as IFS=:)
46752 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
46753echo "$as_me: error: cannot find input file: $f" >&2;}
46754 { (exit 1); exit 1; }; }
ac1cb8d3
VS
46755 # Do quote $f, to prevent DOS paths from being IFS'd.
46756 echo "$f";;
a848cd7e 46757 *) # Relative
ac1cb8d3
VS
46758 if test -f "$f"; then
46759 # Build tree
46760 echo "$f"
46761 elif test -f "$srcdir/$f"; then
46762 # Source tree
46763 echo "$srcdir/$f"
46764 else
46765 # /dev/null tree
46766 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
a848cd7e
SC
46767echo "$as_me: error: cannot find input file: $f" >&2;}
46768 { (exit 1); exit 1; }; }
ac1cb8d3 46769 fi;;
a848cd7e
SC
46770 esac
46771 done` || { (exit 1); exit 1; }
46772 # Remove the trailing spaces.
ac1cb8d3 46773 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
a848cd7e
SC
46774
46775_ACEOF
46776
46777# Transform confdefs.h into two sed scripts, `conftest.defines' and
46778# `conftest.undefs', that substitutes the proper values into
46779# config.h.in to produce config.h. The first handles `#define'
46780# templates, and the second `#undef' templates.
46781# And first: Protect against being on the right side of a sed subst in
46782# config.status. Protect against being in an unquoted here document
46783# in config.status.
46784rm -f conftest.defines conftest.undefs
46785# Using a here document instead of a string reduces the quoting nightmare.
46786# Putting comments in sed scripts is not portable.
46787#
46788# `end' is used to avoid that the second main sed command (meant for
46789# 0-ary CPP macros) applies to n-ary macro definitions.
46790# See the Autoconf documentation for `clear'.
46791cat >confdef2sed.sed <<\_ACEOF
46792s/[\\&,]/\\&/g
46793s,[\\$`],\\&,g
46794t clear
46795: clear
ac1cb8d3 46796s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
a848cd7e 46797t end
ac1cb8d3 46798s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
a848cd7e
SC
46799: end
46800_ACEOF
46801# If some macros were called several times there might be several times
46802# the same #defines, which is useless. Nevertheless, we may not want to
46803# sort them, since we want the *last* AC-DEFINE to be honored.
46804uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
46805sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
46806rm -f confdef2sed.sed
46807
46808# This sed command replaces #undef with comments. This is necessary, for
46809# example, in the case of _POSIX_SOURCE, which is predefined and required
46810# on some systems where configure will not decide to define it.
46811cat >>conftest.undefs <<\_ACEOF
ac1cb8d3 46812s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
a848cd7e
SC
46813_ACEOF
46814
46815# Break up conftest.defines because some shells have a limit on the size
46816# of here documents, and old seds have small limits too (100 cmds).
46817echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
ac1cb8d3 46818echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
a848cd7e
SC
46819echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
46820echo ' :' >>$CONFIG_STATUS
46821rm -f conftest.tail
46822while grep . conftest.defines >/dev/null
46823do
46824 # Write a limited-size here document to $tmp/defines.sed.
46825 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
46826 # Speed up: don't consider the non `#define' lines.
ac1cb8d3 46827 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
a848cd7e
SC
46828 # Work around the forget-to-reset-the-flag bug.
46829 echo 't clr' >>$CONFIG_STATUS
46830 echo ': clr' >>$CONFIG_STATUS
46831 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
46832 echo 'CEOF
46833 sed -f $tmp/defines.sed $tmp/in >$tmp/out
46834 rm -f $tmp/in
46835 mv $tmp/out $tmp/in
46836' >>$CONFIG_STATUS
46837 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
46838 rm -f conftest.defines
46839 mv conftest.tail conftest.defines
46840done
46841rm -f conftest.defines
46842echo ' fi # grep' >>$CONFIG_STATUS
46843echo >>$CONFIG_STATUS
46844
46845# Break up conftest.undefs because some shells have a limit on the size
46846# of here documents, and old seds have small limits too (100 cmds).
46847echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
46848rm -f conftest.tail
46849while grep . conftest.undefs >/dev/null
46850do
46851 # Write a limited-size here document to $tmp/undefs.sed.
46852 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
46853 # Speed up: don't consider the non `#undef'
ac1cb8d3 46854 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
a848cd7e
SC
46855 # Work around the forget-to-reset-the-flag bug.
46856 echo 't clr' >>$CONFIG_STATUS
46857 echo ': clr' >>$CONFIG_STATUS
46858 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
46859 echo 'CEOF
46860 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
46861 rm -f $tmp/in
46862 mv $tmp/out $tmp/in
46863' >>$CONFIG_STATUS
46864 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
46865 rm -f conftest.undefs
46866 mv conftest.tail conftest.undefs
46867done
46868rm -f conftest.undefs
46869
46870cat >>$CONFIG_STATUS <<\_ACEOF
46871 # Let's still pretend it is `configure' which instantiates (i.e., don't
46872 # use $as_me), people would be surprised to read:
46873 # /* config.h. Generated by config.status. */
46874 if test x"$ac_file" = x-; then
46875 echo "/* Generated by configure. */" >$tmp/config.h
46876 else
46877 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
46878 fi
46879 cat $tmp/in >>$tmp/config.h
46880 rm -f $tmp/in
46881 if test x"$ac_file" != x-; then
46882 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
46883 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
46884echo "$as_me: $ac_file is unchanged" >&6;}
46885 else
46886 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
46887$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46888 X"$ac_file" : 'X\(//\)[^/]' \| \
46889 X"$ac_file" : 'X\(//\)$' \| \
46890 X"$ac_file" : 'X\(/\)' \| \
46891 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46892echo X"$ac_file" |
46893 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46894 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46895 /^X\(\/\/\)$/{ s//\1/; q; }
46896 /^X\(\/\).*/{ s//\1/; q; }
46897 s/.*/./; q'`
46898 { if $as_mkdir_p; then
46899 mkdir -p "$ac_dir"
46900 else
46901 as_dir="$ac_dir"
46902 as_dirs=
46903 while test ! -d "$as_dir"; do
46904 as_dirs="$as_dir $as_dirs"
46905 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46906$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46907 X"$as_dir" : 'X\(//\)[^/]' \| \
46908 X"$as_dir" : 'X\(//\)$' \| \
46909 X"$as_dir" : 'X\(/\)' \| \
46910 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46911echo X"$as_dir" |
46912 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46913 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46914 /^X\(\/\/\)$/{ s//\1/; q; }
46915 /^X\(\/\).*/{ s//\1/; q; }
46916 s/.*/./; q'`
46917 done
46918 test ! -n "$as_dirs" || mkdir $as_dirs
46919 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46920echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46921 { (exit 1); exit 1; }; }; }
46922
46923 rm -f $ac_file
46924 mv $tmp/config.h $ac_file
46925 fi
46926 else
46927 cat $tmp/config.h
46928 rm -f $tmp/config.h
46929 fi
46930done
46931_ACEOF
46932cat >>$CONFIG_STATUS <<\_ACEOF
46933
46934#
46935# CONFIG_COMMANDS section.
46936#
46937for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
46938 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
46939 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
46940 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
46941$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
46942 X"$ac_dest" : 'X\(//\)[^/]' \| \
46943 X"$ac_dest" : 'X\(//\)$' \| \
46944 X"$ac_dest" : 'X\(/\)' \| \
46945 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
46946echo X"$ac_dest" |
46947 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46948 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46949 /^X\(\/\/\)$/{ s//\1/; q; }
46950 /^X\(\/\).*/{ s//\1/; q; }
46951 s/.*/./; q'`
ac1cb8d3
VS
46952 { if $as_mkdir_p; then
46953 mkdir -p "$ac_dir"
46954 else
46955 as_dir="$ac_dir"
46956 as_dirs=
46957 while test ! -d "$as_dir"; do
46958 as_dirs="$as_dir $as_dirs"
46959 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46960$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46961 X"$as_dir" : 'X\(//\)[^/]' \| \
46962 X"$as_dir" : 'X\(//\)$' \| \
46963 X"$as_dir" : 'X\(/\)' \| \
46964 . : '\(.\)' 2>/dev/null ||
46965echo X"$as_dir" |
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 done
46972 test ! -n "$as_dirs" || mkdir $as_dirs
46973 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46974echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46975 { (exit 1); exit 1; }; }; }
46976
a848cd7e
SC
46977 ac_builddir=.
46978
46979if test "$ac_dir" != .; then
46980 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46981 # A "../" for each directory in $ac_dir_suffix.
46982 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46983else
46984 ac_dir_suffix= ac_top_builddir=
46985fi
46986
46987case $srcdir in
46988 .) # No --srcdir option. We are building in place.
46989 ac_srcdir=.
46990 if test -z "$ac_top_builddir"; then
46991 ac_top_srcdir=.
46992 else
46993 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
46994 fi ;;
46995 [\\/]* | ?:[\\/]* ) # Absolute path.
46996 ac_srcdir=$srcdir$ac_dir_suffix;
46997 ac_top_srcdir=$srcdir ;;
46998 *) # Relative path.
46999 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
47000 ac_top_srcdir=$ac_top_builddir$srcdir ;;
47001esac
ac1cb8d3
VS
47002
47003# Do not use `cd foo && pwd` to compute absolute paths, because
47004# the directories may not exist.
47005case `pwd` in
47006.) ac_abs_builddir="$ac_dir";;
47007*)
47008 case "$ac_dir" in
47009 .) ac_abs_builddir=`pwd`;;
47010 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
47011 *) ac_abs_builddir=`pwd`/"$ac_dir";;
47012 esac;;
47013esac
47014case $ac_abs_builddir in
47015.) ac_abs_top_builddir=${ac_top_builddir}.;;
47016*)
47017 case ${ac_top_builddir}. in
47018 .) ac_abs_top_builddir=$ac_abs_builddir;;
47019 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
47020 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
47021 esac;;
47022esac
47023case $ac_abs_builddir in
47024.) ac_abs_srcdir=$ac_srcdir;;
47025*)
47026 case $ac_srcdir in
47027 .) ac_abs_srcdir=$ac_abs_builddir;;
47028 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
47029 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
47030 esac;;
47031esac
47032case $ac_abs_builddir in
47033.) ac_abs_top_srcdir=$ac_top_srcdir;;
47034*)
47035 case $ac_top_srcdir in
47036 .) ac_abs_top_srcdir=$ac_abs_builddir;;
47037 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
47038 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
47039 esac;;
47040esac
a848cd7e
SC
47041
47042
47043 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
47044echo "$as_me: executing $ac_dest commands" >&6;}
47045 case $ac_dest in
ceec2216
RL
47046 wx-config ) rm -f wx-config
47047 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
47048 ;;
a848cd7e
SC
47049 esac
47050done
47051_ACEOF
47052
47053cat >>$CONFIG_STATUS <<\_ACEOF
47054
47055{ (exit 0); exit 0; }
47056_ACEOF
47057chmod +x $CONFIG_STATUS
47058ac_clean_files=$ac_clean_files_save
47059
47060
47061# configure is writing to config.log, and then calls config.status.
47062# config.status does its own redirection, appending to config.log.
47063# Unfortunately, on DOS this fails, as config.log is still kept open
47064# by configure, so config.status won't be able to write to it; its
47065# output is simply discarded. So we exec the FD to /dev/null,
47066# effectively closing config.log, so it can be properly (re)opened and
47067# appended to by config.status. When coming back to configure, we
47068# need to make the FD available again.
47069if test "$no_create" != yes; then
47070 ac_cs_success=:
47071 ac_config_status_args=
47072 test "$silent" = yes &&
47073 ac_config_status_args="$ac_config_status_args --quiet"
47074 exec 5>/dev/null
47075 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
47076 exec 5>>config.log
47077 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
47078 # would make configure fail if this is the last instruction.
47079 $ac_cs_success || { (exit 1); exit 1; }
47080fi
47081
47082#
47083# CONFIG_SUBDIRS section.
47084#
47085if test "$no_recursion" != yes; then
47086
47087 # Remove --cache-file and --srcdir arguments so they do not pile up.
47088 ac_sub_configure_args=
47089 ac_prev=
47090 for ac_arg in $ac_configure_args; do
47091 if test -n "$ac_prev"; then
47092 ac_prev=
47093 continue
47094 fi
47095 case $ac_arg in
47096 -cache-file | --cache-file | --cache-fil | --cache-fi \
47097 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
47098 ac_prev=cache_file ;;
47099 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
47100 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
47101 | --c=*)
47102 ;;
47103 --config-cache | -C)
47104 ;;
47105 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
47106 ac_prev=srcdir ;;
47107 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
47108 ;;
47109 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
47110 ac_prev=prefix ;;
47111 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
47112 ;;
47113 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
47114 esac
47115 done
47116
47117 # Always prepend --prefix to ensure using the same prefix
47118 # in subdir configurations.
47119 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
47120
47121 ac_popdir=`pwd`
47122 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
47123
47124 # Do not complain, so a configure script can configure whichever
47125 # parts of a large source tree are present.
47126 test -d $srcdir/$ac_dir || continue
47127
47128 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
47129echo "$as_me: configuring in $ac_dir" >&6;}
47130 { if $as_mkdir_p; then
47131 mkdir -p "$ac_dir"
47132 else
47133 as_dir="$ac_dir"
47134 as_dirs=
47135 while test ! -d "$as_dir"; do
47136 as_dirs="$as_dir $as_dirs"
47137 as_dir=`(dirname "$as_dir") 2>/dev/null ||
47138$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ac1cb8d3
VS
47139 X"$as_dir" : 'X\(//\)[^/]' \| \
47140 X"$as_dir" : 'X\(//\)$' \| \
47141 X"$as_dir" : 'X\(/\)' \| \
47142 . : '\(.\)' 2>/dev/null ||
a848cd7e
SC
47143echo X"$as_dir" |
47144 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47145 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47146 /^X\(\/\/\)$/{ s//\1/; q; }
47147 /^X\(\/\).*/{ s//\1/; q; }
47148 s/.*/./; q'`
47149 done
47150 test ! -n "$as_dirs" || mkdir $as_dirs
47151 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47152echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47153 { (exit 1); exit 1; }; }; }
47154
47155 ac_builddir=.
47156
47157if test "$ac_dir" != .; then
47158 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47159 # A "../" for each directory in $ac_dir_suffix.
47160 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47161else
47162 ac_dir_suffix= ac_top_builddir=
47163fi
47164
47165case $srcdir in
47166 .) # No --srcdir option. We are building in place.
47167 ac_srcdir=.
47168 if test -z "$ac_top_builddir"; then
47169 ac_top_srcdir=.
47170 else
47171 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
47172 fi ;;
47173 [\\/]* | ?:[\\/]* ) # Absolute path.
47174 ac_srcdir=$srcdir$ac_dir_suffix;
47175 ac_top_srcdir=$srcdir ;;
47176 *) # Relative path.
47177 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
47178 ac_top_srcdir=$ac_top_builddir$srcdir ;;
47179esac
ac1cb8d3
VS
47180
47181# Do not use `cd foo && pwd` to compute absolute paths, because
47182# the directories may not exist.
47183case `pwd` in
47184.) ac_abs_builddir="$ac_dir";;
47185*)
47186 case "$ac_dir" in
47187 .) ac_abs_builddir=`pwd`;;
47188 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
47189 *) ac_abs_builddir=`pwd`/"$ac_dir";;
47190 esac;;
47191esac
47192case $ac_abs_builddir in
47193.) ac_abs_top_builddir=${ac_top_builddir}.;;
47194*)
47195 case ${ac_top_builddir}. in
47196 .) ac_abs_top_builddir=$ac_abs_builddir;;
47197 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
47198 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
47199 esac;;
47200esac
47201case $ac_abs_builddir in
47202.) ac_abs_srcdir=$ac_srcdir;;
47203*)
47204 case $ac_srcdir in
47205 .) ac_abs_srcdir=$ac_abs_builddir;;
47206 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
47207 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
47208 esac;;
47209esac
47210case $ac_abs_builddir in
47211.) ac_abs_top_srcdir=$ac_top_srcdir;;
47212*)
47213 case $ac_top_srcdir in
47214 .) ac_abs_top_srcdir=$ac_abs_builddir;;
47215 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
47216 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
47217 esac;;
47218esac
a848cd7e
SC
47219
47220
47221 cd $ac_dir
47222
47223 # Check for guested configure; otherwise get Cygnus style configure.
47224 if test -f $ac_srcdir/configure.gnu; then
47225 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
47226 elif test -f $ac_srcdir/configure; then
47227 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
47228 elif test -f $ac_srcdir/configure.in; then
47229 ac_sub_configure=$ac_configure
47230 else
47231 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
47232echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
47233 ac_sub_configure=
47234 fi
47235
47236 # The recursion is here.
47237 if test -n "$ac_sub_configure"; then
47238 # Make the cache file name correct relative to the subdirectory.
47239 case $cache_file in
47240 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
47241 *) # Relative path.
ac1cb8d3 47242 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
a848cd7e
SC
47243 esac
47244
47245 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
47246echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
47247 # The eval makes quoting arguments work.
47248 eval $ac_sub_configure $ac_sub_configure_args \
ac1cb8d3
VS
47249 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
47250 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
a848cd7e
SC
47251echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
47252 { (exit 1); exit 1; }; }
47253 fi
47254
6ebeb4c7 47255 cd "$ac_popdir"
a848cd7e
SC
47256 done
47257fi
47258
47259
47260echo
77ffb593 47261echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
a848cd7e 47262echo ""
4d4ff94c 47263echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
77ffb593 47264echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
a848cd7e 47265
77ffb593
JS
47266echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
47267echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
47268echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
a848cd7e 47269
77ffb593
JS
47270echo " What level of wxWidgets compatibility should be enabled?"
47271echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
47272echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
a848cd7e 47273
77ffb593 47274echo " Which libraries should wxWidgets use?"
a848cd7e
SC
47275echo " jpeg ${wxUSE_LIBJPEG-none}"
47276echo " png ${wxUSE_LIBPNG-none}"
47277echo " regex ${wxUSE_REGEX}"
47278echo " tiff ${wxUSE_LIBTIFF-none}"
47279if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
47280echo " xpm ${wxUSE_LIBXPM-none}"
47281fi
47282echo " zlib ${wxUSE_ZLIB}"
47283echo " odbc ${wxUSE_ODBC}"
47284echo " expat ${wxUSE_EXPAT}"
47285echo " libmspack ${wxUSE_LIBMSPACK}"
47286echo " sdl ${wxUSE_LIBSDL}"
6d1ce868 47287echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
a848cd7e
SC
47288
47289echo ""
47290