]> git.saurik.com Git - wxWidgets.git/blob - configure
Regenerated with new bugfixes from aclocal.m4 and old OS/2 bugfix from
[wxWidgets.git] / configure
1 #! /bin/sh
2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.59 for wxWidgets 2.6.2.
5 #
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
7 #
8 # Copyright (C) 2003 Free Software Foundation, Inc.
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
16 if 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+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23 set -o posix
24 fi
25 DUALCASE=1; export DUALCASE # for MKS sh
26
27 # Support unset when possible.
28 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
29 as_unset=unset
30 else
31 as_unset=false
32 fi
33
34
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
37 PS1='$ '
38 PS2='> '
39 PS4='+ '
40
41 # NLS nuisances.
42 for 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
46 do
47 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48 eval $as_var=C; export $as_var
49 else
50 $as_unset $as_var
51 fi
52 done
53
54 # Required to use basename.
55 if expr a : '\(a\)' >/dev/null 2>&1; then
56 as_expr=expr
57 else
58 as_expr=false
59 fi
60
61 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
62 as_basename=basename
63 else
64 as_basename=false
65 fi
66
67
68 # Name of the executable.
69 as_me=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
74 echo 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.
83 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits='0123456789'
87 as_cr_alnum=$as_cr_Letters$as_cr_digits
88
89 # The user is always right.
90 if 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
100 fi
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
113 for as_dir in $PATH
114 do
115 IFS=$as_save_IFS
116 test -z "$as_dir" && as_dir=.
117 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
118 done
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
134 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
135 do
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
155 done
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
190 case `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= ;;
195 esac
196
197 if expr a : '\(a\)' >/dev/null 2>&1; then
198 as_expr=expr
199 else
200 as_expr=false
201 fi
202
203 rm -f conf$$ conf$$.exe conf$$.file
204 echo >conf$$.file
205 if 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
214 elif ln conf$$.file conf$$ 2>/dev/null; then
215 as_ln_s=ln
216 else
217 as_ln_s='cp -p'
218 fi
219 rm -f conf$$ conf$$.exe conf$$.file
220
221 if mkdir -p . 2>/dev/null; then
222 as_mkdir_p=:
223 else
224 test -d ./-p && rmdir ./-p
225 as_mkdir_p=false
226 fi
227
228 as_executable_p="test -f"
229
230 # Sed expression to map a string onto a valid CPP name.
231 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
232
233 # Sed expression to map a string onto a valid variable name.
234 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235
236
237 # IFS
238 # We need space, tab and new line, in precisely that order.
239 as_nl='
240 '
241 IFS=" $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.
250 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
251
252 exec 6>&1
253
254 #
255 # Initializations.
256 #
257 ac_default_prefix=/usr/local
258 ac_config_libobj_dir=.
259 cross_compiling=no
260 subdirs=
261 MFLAGS=
262 MAKEFLAGS=
263 SHELL=${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.
271 PACKAGE_NAME='wxWidgets'
272 PACKAGE_TARNAME='wxwidgets'
273 PACKAGE_VERSION='2.6.2'
274 PACKAGE_STRING='wxWidgets 2.6.2'
275 PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
276
277 ac_unique_file="wx-config.in"
278 # Factoring default headers for most tests.
279 ac_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
315 ac_subdirs_all="$ac_subdirs_all src/expat"
316 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS RESCOMP DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET ac_ct_AR ac_ct_STRIP NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE 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 DLLTOOL CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
317 ac_subst_files=''
318
319 # Initialize some variables set by options.
320 ac_init_help=
321 ac_init_version=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
324 cache_file=/dev/null
325 exec_prefix=NONE
326 no_create=
327 no_recursion=
328 prefix=NONE
329 program_prefix=NONE
330 program_suffix=NONE
331 program_transform_name=s,x,x,
332 silent=
333 site=
334 srcdir=
335 verbose=
336 x_includes=NONE
337 x_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.
344 bindir='${exec_prefix}/bin'
345 sbindir='${exec_prefix}/sbin'
346 libexecdir='${exec_prefix}/libexec'
347 datadir='${prefix}/share'
348 sysconfdir='${prefix}/etc'
349 sharedstatedir='${prefix}/com'
350 localstatedir='${prefix}/var'
351 libdir='${exec_prefix}/lib'
352 includedir='${prefix}/include'
353 oldincludedir='/usr/include'
354 infodir='${prefix}/info'
355 mandir='${prefix}/man'
356
357 ac_prev=
358 for ac_option
359 do
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
631 Try \`$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
654 done
655
656 if 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; }; }
660 fi
661
662 # Be sure to have absolute paths.
663 for ac_var in exec_prefix prefix
664 do
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
671 done
672
673 # Be sure to have absolute paths.
674 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
676 do
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
683 done
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.
688 build=$build_alias
689 host=$host_alias
690 target=$target_alias
691
692 # FIXME: To remove some day.
693 if 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
701 fi
702
703 ac_tool_prefix=
704 test -n "$host_alias" && ac_tool_prefix=$host_alias-
705
706 test "$silent" = yes && exec 6>/dev/null
707
708
709 # Find the source files, if location was not specified.
710 if 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\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
719 echo 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
729 else
730 ac_srcdir_defaulted=no
731 fi
732 if 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
740 fi
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; }; }
744 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set=${build_alias+set}
746 ac_env_build_alias_value=$build_alias
747 ac_cv_env_build_alias_set=${build_alias+set}
748 ac_cv_env_build_alias_value=$build_alias
749 ac_env_host_alias_set=${host_alias+set}
750 ac_env_host_alias_value=$host_alias
751 ac_cv_env_host_alias_set=${host_alias+set}
752 ac_cv_env_host_alias_value=$host_alias
753 ac_env_target_alias_set=${target_alias+set}
754 ac_env_target_alias_value=$target_alias
755 ac_cv_env_target_alias_set=${target_alias+set}
756 ac_cv_env_target_alias_value=$target_alias
757 ac_env_CC_set=${CC+set}
758 ac_env_CC_value=$CC
759 ac_cv_env_CC_set=${CC+set}
760 ac_cv_env_CC_value=$CC
761 ac_env_CFLAGS_set=${CFLAGS+set}
762 ac_env_CFLAGS_value=$CFLAGS
763 ac_cv_env_CFLAGS_set=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value=$CFLAGS
765 ac_env_LDFLAGS_set=${LDFLAGS+set}
766 ac_env_LDFLAGS_value=$LDFLAGS
767 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value=$LDFLAGS
769 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
773 ac_env_CPP_set=${CPP+set}
774 ac_env_CPP_value=$CPP
775 ac_cv_env_CPP_set=${CPP+set}
776 ac_cv_env_CPP_value=$CPP
777 ac_env_CXX_set=${CXX+set}
778 ac_env_CXX_value=$CXX
779 ac_cv_env_CXX_set=${CXX+set}
780 ac_cv_env_CXX_value=$CXX
781 ac_env_CXXFLAGS_set=${CXXFLAGS+set}
782 ac_env_CXXFLAGS_value=$CXXFLAGS
783 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
784 ac_cv_env_CXXFLAGS_value=$CXXFLAGS
785 ac_env_CXXCPP_set=${CXXCPP+set}
786 ac_env_CXXCPP_value=$CXXCPP
787 ac_cv_env_CXXCPP_set=${CXXCPP+set}
788 ac_cv_env_CXXCPP_value=$CXXCPP
789
790 #
791 # Report the --help message.
792 #
793 if 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
797 \`configure' configures wxWidgets 2.6.2 to adapt to many kinds of systems.
798
799 Usage: $0 [OPTION]... [VAR=VALUE]...
800
801 To assign environment variables (e.g., CC, CFLAGS...), specify them as
802 VAR=VALUE. See below for descriptions of some of the useful variables.
803
804 Defaults for the options are specified in brackets.
805
806 Configuration:
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
820 Installation directories:
821 --prefix=PREFIX install architecture-independent files in PREFIX
822 [$ac_default_prefix]
823 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
824 [PREFIX]
825
826 By default, \`make install' will install all the files in
827 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
828 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
829 for instance \`--prefix=\$HOME'.
830
831 For better control, use the options below.
832
833 Fine 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
850 X features:
851 --x-includes=DIR X include files are in DIR
852 --x-libraries=DIR X library files are in DIR
853
854 System 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
859 fi
860
861 if test -n "$ac_init_help"; then
862 case $ac_init_help in
863 short | recursive ) echo "Configuration of wxWidgets 2.6.2:";;
864 esac
865 cat <<\_ACEOF
866
867 Optional 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
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
874 --enable-nanox use NanoX
875 --disable-gtk2 use GTK+ 1.2 instead of 2.0
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
892 --enable-compat22 enable wxWidgets 2.2 compatibility
893 --disable-compat24 disable wxWidgets 2.4 compatibility
894 --disable-rpath disable use of rpath for uninstalled builds
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
906 --enable-arcstream use wxArchive streams
907 --enable-backtrace use wxStackWalker class for getting backtraces
908 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
909 --enable-cmdline use wxCmdLineParser class
910 --enable-datetime use wxDateTime class
911 --enable-debugreport use wxDebugReport class
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
928 --enable-std_iostreams use standard C++ stream classes
929 --enable-std_string use standard C++ string classes
930 --enable-stdpaths use wxStandardPaths class
931 --enable-stopwatch use wxStopWatch class
932 --enable-streams use wxStream etc classes
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
939 --enable-mediactrl use wxMediaCtrl class
940 --enable-wxprintfv use wxWidgets implementation of vprintf()
941 --enable-zipstream use wxZip streams
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
953 --enable-xrc use XRC resources sub-library
954 --enable-constraints use layout-constraints system
955 --enable-printarch use printing architecture
956 --enable-mdi use multiple document interface architecture
957 --enable-mdidoc use docview architecture with MDI
958 --enable-loggui use standard GUI logger
959 --enable-logwin use wxLogWindow
960 --enable-logdialog use wxLogDialog
961 --enable-webkit use wxWebKitCtrl (Mac)
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
977 --enable-choicebook use wxChoicebook class
978 --enable-combobox use wxComboBox class
979 --enable-datepick use wxDatePickerCtrl class
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
1028 --enable-mousewheel use mousewheel
1029 --enable-validators use wxValidator and derived classes
1030 --enable-busyinfo use wxBusyInfo
1031 --enable-joystick use wxJoystick
1032 --enable-metafiles use wxMetaFile (Win32 only)
1033 --enable-dragimage use wxDragImage
1034 --enable-accessibility enable accessibility support
1035 --enable-dccache cache temporary wxDC objects (Win32 only)
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
1044 --enable-official_build official build of wxWidgets (win32 DLL only)
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)
1051 --disable-precomp-headers
1052 don't use precompiled headers even if compiler can
1053
1054 Optional Packages:
1055 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1056 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1057 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
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
1073 --with-gnomeprint use GNOME print for printing under Unix
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
1080 --with-flavour=NAME specify a name to identify this build
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
1090 Some influential environment variables:
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
1101
1102 Use these variables to override the choices made by `configure' or to help
1103 it to find libraries and programs with nonstandard names/locations.
1104
1105 Report bugs to <wx-dev@lists.wxwidgets.org>.
1106 _ACEOF
1107 fi
1108
1109 if 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
1116 if 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'`
1120 else
1121 ac_dir_suffix= ac_top_builddir=
1122 fi
1123
1124 case $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 ;;
1138 esac
1139
1140 # Do not use `cd foo && pwd` to compute absolute paths, because
1141 # the directories may not exist.
1142 case `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;;
1150 esac
1151 case $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;;
1159 esac
1160 case $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;;
1168 esac
1169 case $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;;
1177 esac
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 ||
1188 test -f $ac_srcdir/configure.in; then
1189 echo
1190 $ac_configure --help
1191 else
1192 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1193 fi
1194 cd "$ac_popdir"
1195 done
1196 fi
1197
1198 test -n "$ac_init_help" && exit 0
1199 if $ac_init_version; then
1200 cat <<\_ACEOF
1201 wxWidgets configure 2.6.2
1202 generated by GNU Autoconf 2.59
1203
1204 Copyright (C) 2003 Free Software Foundation, Inc.
1205 This configure script is free software; the Free Software Foundation
1206 gives unlimited permission to copy, distribute and modify it.
1207 _ACEOF
1208 exit 0
1209 fi
1210 exec 5>config.log
1211 cat >&5 <<_ACEOF
1212 This file contains any messages produced by compilers while
1213 running configure, to aid debugging if configure makes a mistake.
1214
1215 It was created by wxWidgets $as_me 2.6.2, which was
1216 generated by GNU Autoconf 2.59. Invocation command line was
1217
1218 $ $0 $@
1219
1220 _ACEOF
1221 {
1222 cat <<_ASUNAME
1223 ## --------- ##
1224 ## Platform. ##
1225 ## --------- ##
1226
1227 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1228 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1229 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1230 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1231 uname -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`
1239 hostinfo = `(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
1246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1247 for as_dir in $PATH
1248 do
1249 IFS=$as_save_IFS
1250 test -z "$as_dir" && as_dir=.
1251 echo "PATH: $as_dir"
1252 done
1253
1254 } >&5
1255
1256 cat >&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.
1271 ac_configure_args=
1272 ac_configure_args0=
1273 ac_configure_args1=
1274 ac_sep=
1275 ac_must_keep_next=false
1276 for ac_pass in 1 2
1277 do
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
1293 ac_must_keep_next=false # Got value, back to normal.
1294 else
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
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
1313 done
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.
1322 trap '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 \
1339 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1340 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1341 ;;
1342 *)
1343 sed -n \
1344 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
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`
1373 echo "$ac_var='"'"'$ac_val'"'"'"
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
1392 rm -f core *.core &&
1393 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1394 exit $exit_status
1395 ' 0
1396 for ac_signal in 1 2 13 15; do
1397 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1398 done
1399 ac_signal=0
1400
1401 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1402 rm -rf conftest* confdefs.h
1403 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1404 echo >confdefs.h
1405
1406 # Predefined preprocessor variables.
1407
1408 cat >>confdefs.h <<_ACEOF
1409 #define PACKAGE_NAME "$PACKAGE_NAME"
1410 _ACEOF
1411
1412
1413 cat >>confdefs.h <<_ACEOF
1414 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1415 _ACEOF
1416
1417
1418 cat >>confdefs.h <<_ACEOF
1419 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1420 _ACEOF
1421
1422
1423 cat >>confdefs.h <<_ACEOF
1424 #define PACKAGE_STRING "$PACKAGE_STRING"
1425 _ACEOF
1426
1427
1428 cat >>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.
1435 if 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
1441 fi
1442 for 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
1445 echo "$as_me: loading site script $ac_site_file" >&6;}
1446 sed 's/^/| /' "$ac_site_file" >&5
1447 . "$ac_site_file"
1448 fi
1449 done
1450
1451 if 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
1456 echo "$as_me: loading cache $cache_file" >&6;}
1457 case $cache_file in
1458 [\\/]* | ?:[\\/]* ) . $cache_file;;
1459 *) . ./$cache_file;;
1460 esac
1461 fi
1462 else
1463 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1464 echo "$as_me: creating cache $cache_file" >&6;}
1465 >$cache_file
1466 fi
1467
1468 # Check that the precious variables saved in the cache have kept the same
1469 # value.
1470 ac_cache_corrupted=false
1471 for ac_var in `(set) 2>&1 |
1472 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
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
1480 echo "$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
1484 echo "$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
1489 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1490 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1491 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1492 echo "$as_me: former value: $ac_old_val" >&2;}
1493 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1494 echo "$as_me: current value: $ac_new_val" >&2;}
1495 ac_cache_corrupted=:
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
1510 done
1511 if $ac_cache_corrupted; then
1512 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1513 echo "$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
1515 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1516 { (exit 1); exit 1; }; }
1517 fi
1518
1519 ac_ext=c
1520 ac_cpp='$CPP $CPPFLAGS'
1521 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1522 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1523 ac_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
1554 ac_aux_dir=
1555 for 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
1569 done
1570 if test -z "$ac_aux_dir"; then
1571 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1572 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1573 { (exit 1); exit 1; }; }
1574 fi
1575 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1576 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1577 ac_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
1582 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1583 { (exit 1); exit 1; }; }
1584
1585 echo "$as_me:$LINENO: checking build system type" >&5
1586 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1587 if test "${ac_cv_build+set}" = set; then
1588 echo $ECHO_N "(cached) $ECHO_C" >&6
1589 else
1590 ac_cv_build_alias=$build_alias
1591 test -z "$ac_cv_build_alias" &&
1592 ac_cv_build_alias=`$ac_config_guess`
1593 test -z "$ac_cv_build_alias" &&
1594 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1595 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1596 { (exit 1); exit 1; }; }
1597 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1598 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1599 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1600 { (exit 1); exit 1; }; }
1601
1602 fi
1603 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1604 echo "${ECHO_T}$ac_cv_build" >&6
1605 build=$ac_cv_build
1606 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1607 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1608 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1609
1610
1611 echo "$as_me:$LINENO: checking host system type" >&5
1612 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1613 if test "${ac_cv_host+set}" = set; then
1614 echo $ECHO_N "(cached) $ECHO_C" >&6
1615 else
1616 ac_cv_host_alias=$host_alias
1617 test -z "$ac_cv_host_alias" &&
1618 ac_cv_host_alias=$ac_cv_build_alias
1619 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1620 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1621 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1622 { (exit 1); exit 1; }; }
1623
1624 fi
1625 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1626 echo "${ECHO_T}$ac_cv_host" >&6
1627 host=$ac_cv_host
1628 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1629 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1630 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1631
1632
1633 echo "$as_me:$LINENO: checking target system type" >&5
1634 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1635 if test "${ac_cv_target+set}" = set; then
1636 echo $ECHO_N "(cached) $ECHO_C" >&6
1637 else
1638 ac_cv_target_alias=$target_alias
1639 test "x$ac_cv_target_alias" = "x" &&
1640 ac_cv_target_alias=$ac_cv_host_alias
1641 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1642 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1643 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1644 { (exit 1); exit 1; }; }
1645
1646 fi
1647 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1648 echo "${ECHO_T}$ac_cv_target" >&6
1649 target=$ac_cv_target
1650 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1651 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1652 target_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.
1657 test -n "$target_alias" &&
1658 test "$program_prefix$program_suffix$program_transform_name" = \
1659 NONENONEs,x,x, &&
1660 program_prefix=${target_alias}-
1661
1662
1663
1664 wx_major_version_number=2
1665 wx_minor_version_number=6
1666 wx_release_number=2
1667 wx_subrelease_number=1
1668
1669 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1670 WX_VERSION=$WX_RELEASE.$wx_release_number
1671 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
1672
1673 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
1674
1675
1676
1677
1678 USE_UNIX=1
1679 USE_OS2=0
1680 USE_WIN32=0
1681 USE_DOS=0
1682 USE_BEOS=0
1683 USE_MAC=0
1684
1685 USE_AIX=
1686 USE_BSD= USE_DARWIN= USE_FREEBSD=
1687 USE_GNU= USE_HPUX=
1688 USE_LINUX=
1689 USE_NETBSD=
1690 USE_OPENBSD=
1691 USE_OSF= USE_SGI=
1692 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1693 USE_ULTRIX=
1694 USE_UNIXWARE=
1695
1696 USE_ALPHA=
1697
1698 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1699
1700 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1701
1702 DEFAULT_wxUSE_COCOA=0
1703 DEFAULT_wxUSE_GTK=0
1704 DEFAULT_wxUSE_MAC=0
1705 DEFAULT_wxUSE_MGL=0
1706 DEFAULT_wxUSE_MICROWIN=0
1707 DEFAULT_wxUSE_MOTIF=0
1708 DEFAULT_wxUSE_MSW=0
1709 DEFAULT_wxUSE_PM=0
1710 DEFAULT_wxUSE_X11=0
1711
1712 DEFAULT_DEFAULT_wxUSE_COCOA=0
1713 DEFAULT_DEFAULT_wxUSE_GTK=0
1714 DEFAULT_DEFAULT_wxUSE_MAC=0
1715 DEFAULT_DEFAULT_wxUSE_MGL=0
1716 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1717 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1718 DEFAULT_DEFAULT_wxUSE_MSW=0
1719 DEFAULT_DEFAULT_wxUSE_PM=0
1720 DEFAULT_DEFAULT_wxUSE_X11=0
1721
1722 PROGRAM_EXT=
1723 SO_SUFFIX=so
1724 SAMPLES_RPATH_FLAG=
1725 SAMPLES_RPATH_POSTLINK=
1726
1727 DEFAULT_STD_FLAG=yes
1728
1729 case "${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"
1930 RESCOMP=windres
1931 DEFAULT_DEFAULT_wxUSE_MSW=1
1932 DEFAULT_STD_FLAG=no
1933 ;;
1934
1935 *-pc-msdosdjgpp )
1936 USE_UNIX=0
1937 USE_DOS=1
1938 cat >>confdefs.h <<\_ACEOF
1939 #define __DOS__ 1
1940 _ACEOF
1941
1942 PROGRAM_EXT=".exe"
1943 DEFAULT_DEFAULT_wxUSE_MGL=1
1944 ;;
1945
1946 *-pc-os2_emx | *-pc-os2-emx )
1947 cat >>confdefs.h <<\_ACEOF
1948 #define __EMX__ 1
1949 _ACEOF
1950
1951 USE_OS2=1
1952 cat >>confdefs.h <<\_ACEOF
1953 #define __OS2__ 1
1954 _ACEOF
1955
1956 PROGRAM_EXT=".exe"
1957 DEFAULT_DEFAULT_wxUSE_PM=1
1958 CXX=gcc
1959 LDFLAGS="$LDFLAGS -Zcrtdll"
1960 ac_executable_extensions=".exe"
1961 export ac_executable_extensions
1962 ac_save_IFS="$IFS"
1963 IFS='\\'
1964 ac_TEMP_PATH=
1965 for ac_dir in $PATH; do
1966 IFS=$ac_save_IFS
1967 if test -z "$ac_TEMP_PATH"; then
1968 ac_TEMP_PATH="$ac_dir"
1969 else
1970 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1971 fi
1972 done
1973 export PATH="$ac_TEMP_PATH"
1974 unset ac_TEMP_PATH
1975 DEFAULT_STD_FLAG=no
1976 ;;
1977
1978 powerpc-*-darwin* )
1979 USE_BSD=1
1980 USE_DARWIN=1
1981 SO_SUFFIX=dylib
1982 cat >>confdefs.h <<\_ACEOF
1983 #define __BSD__ 1
1984 _ACEOF
1985
1986 cat >>confdefs.h <<\_ACEOF
1987 #define __DARWIN__ 1
1988 _ACEOF
1989
1990 cat >>confdefs.h <<\_ACEOF
1991 #define TARGET_CARBON 1
1992 _ACEOF
1993
1994 DEFAULT_DEFAULT_wxUSE_MAC=1
1995 DEFAULT_STD_FLAG=no
1996 ;;
1997 powerpc-apple-macos* )
1998 USE_UNIX=0
1999 ac_cv_c_bigendian=yes
2000 SO_SUFFIX=shlib
2001 DEFAULT_DEFAULT_wxUSE_MAC=1
2002 DEFAULT_STD_FLAG=no
2003 ;;
2004
2005 *-*-beos* )
2006 USE_BEOS=1
2007 cat >>confdefs.h <<\_ACEOF
2008 #define __BEOS__ 1
2009 _ACEOF
2010
2011 ;;
2012
2013 *)
2014 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2015 echo "$as_me: error: unknown system type ${host}." >&2;}
2016 { (exit 1); exit 1; }; }
2017 esac
2018
2019
2020
2021
2022 wx_arg_cache_file="configarg.cache"
2023 echo "loading argument cache $wx_arg_cache_file"
2024 rm -f ${wx_arg_cache_file}.tmp
2025 touch ${wx_arg_cache_file}.tmp
2026 touch ${wx_arg_cache_file}
2027
2028
2029 DEBUG_CONFIGURE=0
2030 if test $DEBUG_CONFIGURE = 1; then
2031 DEFAULT_wxUSE_UNIVERSAL=no
2032 DEFAULT_wxUSE_STL=no
2033
2034 DEFAULT_wxUSE_NANOX=no
2035
2036 DEFAULT_wxUSE_THREADS=yes
2037
2038 DEFAULT_wxUSE_SHARED=yes
2039 DEFAULT_wxUSE_OPTIMISE=no
2040 DEFAULT_wxUSE_PROFILE=no
2041 DEFAULT_wxUSE_NO_DEPS=no
2042 DEFAULT_wxUSE_NO_RTTI=no
2043 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2044 DEFAULT_wxUSE_RPATH=yes
2045 DEFAULT_wxUSE_PERMISSIVE=no
2046 DEFAULT_wxUSE_DEBUG_FLAG=yes
2047 DEFAULT_wxUSE_DEBUG_INFO=yes
2048 DEFAULT_wxUSE_DEBUG_GDB=yes
2049 DEFAULT_wxUSE_MEM_TRACING=no
2050 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2051 DEFAULT_wxUSE_DMALLOC=no
2052 DEFAULT_wxUSE_APPLE_IEEE=no
2053
2054 DEFAULT_wxUSE_EXCEPTIONS=no
2055 DEFAULT_wxUSE_LOG=yes
2056 DEFAULT_wxUSE_LOGWINDOW=no
2057 DEFAULT_wxUSE_LOGGUI=no
2058 DEFAULT_wxUSE_LOGDIALOG=no
2059
2060 DEFAULT_wxUSE_GUI=yes
2061 DEFAULT_wxUSE_CONTROLS=no
2062
2063 DEFAULT_wxUSE_REGEX=no
2064 DEFAULT_wxUSE_XML=no
2065 DEFAULT_wxUSE_EXPAT=no
2066 DEFAULT_wxUSE_ZLIB=no
2067 DEFAULT_wxUSE_LIBPNG=no
2068 DEFAULT_wxUSE_LIBJPEG=no
2069 DEFAULT_wxUSE_LIBTIFF=no
2070 DEFAULT_wxUSE_LIBXPM=no
2071 DEFAULT_wxUSE_LIBMSPACK=no
2072 DEFAULT_wxUSE_LIBSDL=no
2073 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2074 DEFAULT_wxUSE_ODBC=no
2075 DEFAULT_wxUSE_OPENGL=no
2076
2077 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2078 DEFAULT_wxUSE_STACKWALKER=no
2079 DEFAULT_wxUSE_DEBUGREPORT=no
2080 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2081 DEFAULT_wxUSE_STD_IOSTREAM=no
2082 DEFAULT_wxUSE_STD_STRING=no
2083 DEFAULT_wxUSE_CMDLINE_PARSER=no
2084 DEFAULT_wxUSE_DATETIME=no
2085 DEFAULT_wxUSE_TIMER=no
2086 DEFAULT_wxUSE_STOPWATCH=no
2087 DEFAULT_wxUSE_FILE=no
2088 DEFAULT_wxUSE_FFILE=no
2089 DEFAULT_wxUSE_STDPATHS=no
2090 DEFAULT_wxUSE_TEXTBUFFER=no
2091 DEFAULT_wxUSE_TEXTFILE=no
2092 DEFAULT_wxUSE_SOUND=no
2093 DEFAULT_wxUSE_MEDIACTRL=no
2094 DEFAULT_wxUSE_INTL=no
2095 DEFAULT_wxUSE_CONFIG=no
2096 DEFAULT_wxUSE_FONTMAP=no
2097 DEFAULT_wxUSE_STREAMS=no
2098 DEFAULT_wxUSE_SOCKETS=no
2099 DEFAULT_wxUSE_OLE=no
2100 DEFAULT_wxUSE_DATAOBJ=no
2101 DEFAULT_wxUSE_DIALUP_MANAGER=no
2102 DEFAULT_wxUSE_JOYSTICK=no
2103 DEFAULT_wxUSE_DYNLIB_CLASS=no
2104 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2105 DEFAULT_wxUSE_LONGLONG=no
2106 DEFAULT_wxUSE_GEOMETRY=no
2107
2108 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2109 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2110 DEFAULT_wxUSE_POSTSCRIPT=no
2111
2112 DEFAULT_wxUSE_CLIPBOARD=no
2113 DEFAULT_wxUSE_TOOLTIPS=no
2114 DEFAULT_wxUSE_DRAG_AND_DROP=no
2115 DEFAULT_wxUSE_DRAGIMAGE=no
2116 DEFAULT_wxUSE_SPLINES=no
2117 DEFAULT_wxUSE_MOUSEWHEEL=no
2118
2119 DEFAULT_wxUSE_MDI=no
2120 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2121 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2122 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2123
2124 DEFAULT_wxUSE_RESOURCES=no
2125 DEFAULT_wxUSE_CONSTRAINTS=no
2126 DEFAULT_wxUSE_IPC=no
2127 DEFAULT_wxUSE_HELP=no
2128 DEFAULT_wxUSE_MS_HTML_HELP=no
2129 DEFAULT_wxUSE_WXHTML_HELP=no
2130 DEFAULT_wxUSE_TREELAYOUT=no
2131 DEFAULT_wxUSE_METAFILE=no
2132 DEFAULT_wxUSE_MIMETYPE=no
2133 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2134 DEFAULT_wxUSE_PROTOCOL=no
2135 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2136 DEFAULT_wxUSE_PROTOCOL_FTP=no
2137 DEFAULT_wxUSE_PROTOCOL_FILE=no
2138 DEFAULT_wxUSE_URL=no
2139
2140 DEFAULT_wxUSE_COMMONDLGS=no
2141 DEFAULT_wxUSE_CHOICEDLG=no
2142 DEFAULT_wxUSE_COLOURDLG=no
2143 DEFAULT_wxUSE_DIRDLG=no
2144 DEFAULT_wxUSE_FILEDLG=no
2145 DEFAULT_wxUSE_FINDREPLDLG=no
2146 DEFAULT_wxUSE_FONTDLG=no
2147 DEFAULT_wxUSE_MSGDLG=no
2148 DEFAULT_wxUSE_NUMBERDLG=no
2149 DEFAULT_wxUSE_TEXTDLG=no
2150 DEFAULT_wxUSE_SPLASH=no
2151 DEFAULT_wxUSE_STARTUP_TIPS=no
2152 DEFAULT_wxUSE_PROGRESSDLG=no
2153 DEFAULT_wxUSE_WIZARDDLG=no
2154
2155 DEFAULT_wxUSE_MENUS=no
2156 DEFAULT_wxUSE_MINIFRAME=no
2157 DEFAULT_wxUSE_HTML=no
2158 DEFAULT_wxUSE_XRC=no
2159 DEFAULT_wxUSE_WEBKIT=no
2160 DEFAULT_wxUSE_FILESYSTEM=no
2161 DEFAULT_wxUSE_FS_INET=no
2162 DEFAULT_wxUSE_FS_ZIP=no
2163 DEFAULT_wxUSE_BUSYINFO=no
2164 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
2165 DEFAULT_wxUSE_ZIPSTREAM=no
2166 DEFAULT_wxUSE_VALIDATORS=no
2167
2168 DEFAULT_wxUSE_ACCEL=no
2169 DEFAULT_wxUSE_BUTTON=no
2170 DEFAULT_wxUSE_BMPBUTTON=no
2171 DEFAULT_wxUSE_CALCTRL=no
2172 DEFAULT_wxUSE_CARET=no
2173 DEFAULT_wxUSE_CHECKBOX=no
2174 DEFAULT_wxUSE_CHECKLST=no
2175 DEFAULT_wxUSE_CHOICE=no
2176 DEFAULT_wxUSE_CHOICEBOOK=no
2177 DEFAULT_wxUSE_COMBOBOX=no
2178 DEFAULT_wxUSE_DATEPICKCTRL=no
2179 DEFAULT_wxUSE_DISPLAY=no
2180 DEFAULT_wxUSE_GAUGE=no
2181 DEFAULT_wxUSE_GRID=no
2182 DEFAULT_wxUSE_IMAGLIST=no
2183 DEFAULT_wxUSE_LISTBOOK=no
2184 DEFAULT_wxUSE_LISTBOX=no
2185 DEFAULT_wxUSE_LISTCTRL=no
2186 DEFAULT_wxUSE_NOTEBOOK=no
2187 DEFAULT_wxUSE_RADIOBOX=no
2188 DEFAULT_wxUSE_RADIOBTN=no
2189 DEFAULT_wxUSE_SASH=no
2190 DEFAULT_wxUSE_SCROLLBAR=no
2191 DEFAULT_wxUSE_SLIDER=no
2192 DEFAULT_wxUSE_SPINBTN=no
2193 DEFAULT_wxUSE_SPINCTRL=no
2194 DEFAULT_wxUSE_SPLITTER=no
2195 DEFAULT_wxUSE_STATBMP=no
2196 DEFAULT_wxUSE_STATBOX=no
2197 DEFAULT_wxUSE_STATLINE=no
2198 DEFAULT_wxUSE_STATTEXT=no
2199 DEFAULT_wxUSE_STATUSBAR=yes
2200 DEFAULT_wxUSE_TABDIALOG=no
2201 DEFAULT_wxUSE_TEXTCTRL=no
2202 DEFAULT_wxUSE_TOGGLEBTN=no
2203 DEFAULT_wxUSE_TOOLBAR=no
2204 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2205 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2206 DEFAULT_wxUSE_TREECTRL=no
2207 DEFAULT_wxUSE_POPUPWIN=no
2208 DEFAULT_wxUSE_TIPWINDOW=no
2209
2210 DEFAULT_wxUSE_UNICODE=no
2211 DEFAULT_wxUSE_UNICODE_MSLU=no
2212 DEFAULT_wxUSE_WCSRTOMBS=no
2213
2214 DEFAULT_wxUSE_PALETTE=no
2215 DEFAULT_wxUSE_IMAGE=no
2216 DEFAULT_wxUSE_GIF=no
2217 DEFAULT_wxUSE_PCX=no
2218 DEFAULT_wxUSE_PNM=no
2219 DEFAULT_wxUSE_IFF=no
2220 DEFAULT_wxUSE_XPM=no
2221 DEFAULT_wxUSE_ICO_CUR=no
2222 DEFAULT_wxUSE_ACCESSIBILITY=no
2223
2224 DEFAULT_wxUSE_MONOLITHIC=no
2225 DEFAULT_wxUSE_PLUGINS=no
2226 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2227 else
2228 DEFAULT_wxUSE_UNIVERSAL=no
2229 DEFAULT_wxUSE_STL=no
2230
2231 DEFAULT_wxUSE_NANOX=no
2232
2233 DEFAULT_wxUSE_THREADS=yes
2234
2235 DEFAULT_wxUSE_SHARED=yes
2236 DEFAULT_wxUSE_OPTIMISE=yes
2237 DEFAULT_wxUSE_PROFILE=no
2238 DEFAULT_wxUSE_NO_DEPS=no
2239 DEFAULT_wxUSE_NO_RTTI=no
2240 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2241 DEFAULT_wxUSE_RPATH=yes
2242 DEFAULT_wxUSE_PERMISSIVE=no
2243 DEFAULT_wxUSE_DEBUG_FLAG=no
2244 DEFAULT_wxUSE_DEBUG_INFO=no
2245 DEFAULT_wxUSE_DEBUG_GDB=no
2246 DEFAULT_wxUSE_MEM_TRACING=no
2247 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2248 DEFAULT_wxUSE_DMALLOC=no
2249 DEFAULT_wxUSE_APPLE_IEEE=yes
2250
2251 DEFAULT_wxUSE_EXCEPTIONS=yes
2252 DEFAULT_wxUSE_LOG=yes
2253 DEFAULT_wxUSE_LOGWINDOW=yes
2254 DEFAULT_wxUSE_LOGGUI=yes
2255 DEFAULT_wxUSE_LOGDIALOG=yes
2256
2257 DEFAULT_wxUSE_GUI=yes
2258
2259 DEFAULT_wxUSE_REGEX=yes
2260 DEFAULT_wxUSE_XML=yes
2261 DEFAULT_wxUSE_EXPAT=yes
2262 DEFAULT_wxUSE_ZLIB=yes
2263 DEFAULT_wxUSE_LIBPNG=yes
2264 DEFAULT_wxUSE_LIBJPEG=yes
2265 DEFAULT_wxUSE_LIBTIFF=yes
2266 DEFAULT_wxUSE_LIBXPM=yes
2267 DEFAULT_wxUSE_LIBMSPACK=yes
2268 DEFAULT_wxUSE_LIBSDL=no
2269 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2270 DEFAULT_wxUSE_ODBC=no
2271 DEFAULT_wxUSE_OPENGL=no
2272
2273 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2274 DEFAULT_wxUSE_STACKWALKER=yes
2275 DEFAULT_wxUSE_DEBUGREPORT=yes
2276 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2277 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2278 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2279 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2280 DEFAULT_wxUSE_DATETIME=yes
2281 DEFAULT_wxUSE_TIMER=yes
2282 DEFAULT_wxUSE_STOPWATCH=yes
2283 DEFAULT_wxUSE_FILE=yes
2284 DEFAULT_wxUSE_FFILE=yes
2285 DEFAULT_wxUSE_STDPATHS=yes
2286 DEFAULT_wxUSE_TEXTBUFFER=yes
2287 DEFAULT_wxUSE_TEXTFILE=yes
2288 DEFAULT_wxUSE_SOUND=yes
2289 DEFAULT_wxUSE_MEDIACTRL=no
2290 DEFAULT_wxUSE_INTL=yes
2291 DEFAULT_wxUSE_CONFIG=yes
2292 DEFAULT_wxUSE_FONTMAP=yes
2293 DEFAULT_wxUSE_STREAMS=yes
2294 DEFAULT_wxUSE_SOCKETS=yes
2295 DEFAULT_wxUSE_OLE=yes
2296 DEFAULT_wxUSE_DATAOBJ=yes
2297 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2298 DEFAULT_wxUSE_JOYSTICK=yes
2299 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2300 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2301 DEFAULT_wxUSE_LONGLONG=yes
2302 DEFAULT_wxUSE_GEOMETRY=yes
2303
2304 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2305 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2306 DEFAULT_wxUSE_POSTSCRIPT=yes
2307
2308 DEFAULT_wxUSE_CLIPBOARD=yes
2309 DEFAULT_wxUSE_TOOLTIPS=yes
2310 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2311 DEFAULT_wxUSE_DRAGIMAGE=yes
2312 DEFAULT_wxUSE_SPLINES=yes
2313 DEFAULT_wxUSE_MOUSEWHEEL=yes
2314
2315 DEFAULT_wxUSE_MDI=yes
2316 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2317 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2318 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2319
2320 DEFAULT_wxUSE_RESOURCES=no
2321 DEFAULT_wxUSE_CONSTRAINTS=yes
2322 DEFAULT_wxUSE_IPC=yes
2323 DEFAULT_wxUSE_HELP=yes
2324 DEFAULT_wxUSE_MS_HTML_HELP=yes
2325 DEFAULT_wxUSE_WXHTML_HELP=yes
2326 DEFAULT_wxUSE_TREELAYOUT=yes
2327 DEFAULT_wxUSE_METAFILE=yes
2328 DEFAULT_wxUSE_MIMETYPE=yes
2329 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2330 DEFAULT_wxUSE_PROTOCOL=yes
2331 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2332 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2333 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2334 DEFAULT_wxUSE_URL=yes
2335
2336 DEFAULT_wxUSE_COMMONDLGS=yes
2337 DEFAULT_wxUSE_CHOICEDLG=yes
2338 DEFAULT_wxUSE_COLOURDLG=yes
2339 DEFAULT_wxUSE_DIRDLG=yes
2340 DEFAULT_wxUSE_FILEDLG=yes
2341 DEFAULT_wxUSE_FINDREPLDLG=yes
2342 DEFAULT_wxUSE_FONTDLG=yes
2343 DEFAULT_wxUSE_MSGDLG=yes
2344 DEFAULT_wxUSE_NUMBERDLG=yes
2345 DEFAULT_wxUSE_TEXTDLG=yes
2346 DEFAULT_wxUSE_SPLASH=yes
2347 DEFAULT_wxUSE_STARTUP_TIPS=yes
2348 DEFAULT_wxUSE_PROGRESSDLG=yes
2349 DEFAULT_wxUSE_WIZARDDLG=yes
2350
2351 DEFAULT_wxUSE_MENUS=yes
2352 DEFAULT_wxUSE_MINIFRAME=yes
2353 DEFAULT_wxUSE_HTML=yes
2354 DEFAULT_wxUSE_XRC=yes
2355 DEFAULT_wxUSE_WEBKIT=yes
2356 DEFAULT_wxUSE_FILESYSTEM=yes
2357 DEFAULT_wxUSE_FS_INET=yes
2358 DEFAULT_wxUSE_FS_ZIP=yes
2359 DEFAULT_wxUSE_BUSYINFO=yes
2360 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
2361 DEFAULT_wxUSE_ZIPSTREAM=yes
2362 DEFAULT_wxUSE_VALIDATORS=yes
2363
2364 DEFAULT_wxUSE_ACCEL=yes
2365 DEFAULT_wxUSE_BUTTON=yes
2366 DEFAULT_wxUSE_BMPBUTTON=yes
2367 DEFAULT_wxUSE_CALCTRL=yes
2368 DEFAULT_wxUSE_CARET=yes
2369 DEFAULT_wxUSE_CHECKBOX=yes
2370 DEFAULT_wxUSE_CHECKLST=yes
2371 DEFAULT_wxUSE_CHOICE=yes
2372 DEFAULT_wxUSE_CHOICEBOOK=yes
2373 DEFAULT_wxUSE_COMBOBOX=yes
2374 DEFAULT_wxUSE_DATEPICKCTRL=yes
2375 DEFAULT_wxUSE_DISPLAY=yes
2376 DEFAULT_wxUSE_GAUGE=yes
2377 DEFAULT_wxUSE_GRID=yes
2378 DEFAULT_wxUSE_IMAGLIST=yes
2379 DEFAULT_wxUSE_LISTBOOK=yes
2380 DEFAULT_wxUSE_LISTBOX=yes
2381 DEFAULT_wxUSE_LISTCTRL=yes
2382 DEFAULT_wxUSE_NOTEBOOK=yes
2383 DEFAULT_wxUSE_RADIOBOX=yes
2384 DEFAULT_wxUSE_RADIOBTN=yes
2385 DEFAULT_wxUSE_SASH=yes
2386 DEFAULT_wxUSE_SCROLLBAR=yes
2387 DEFAULT_wxUSE_SLIDER=yes
2388 DEFAULT_wxUSE_SPINBTN=yes
2389 DEFAULT_wxUSE_SPINCTRL=yes
2390 DEFAULT_wxUSE_SPLITTER=yes
2391 DEFAULT_wxUSE_STATBMP=yes
2392 DEFAULT_wxUSE_STATBOX=yes
2393 DEFAULT_wxUSE_STATLINE=yes
2394 DEFAULT_wxUSE_STATTEXT=yes
2395 DEFAULT_wxUSE_STATUSBAR=yes
2396 DEFAULT_wxUSE_TABDIALOG=no
2397 DEFAULT_wxUSE_TEXTCTRL=yes
2398 DEFAULT_wxUSE_TOGGLEBTN=yes
2399 DEFAULT_wxUSE_TOOLBAR=yes
2400 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2401 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2402 DEFAULT_wxUSE_TREECTRL=yes
2403 DEFAULT_wxUSE_POPUPWIN=yes
2404 DEFAULT_wxUSE_TIPWINDOW=yes
2405
2406 DEFAULT_wxUSE_UNICODE=no
2407 DEFAULT_wxUSE_UNICODE_MSLU=yes
2408 DEFAULT_wxUSE_WCSRTOMBS=no
2409
2410 DEFAULT_wxUSE_PALETTE=yes
2411 DEFAULT_wxUSE_IMAGE=yes
2412 DEFAULT_wxUSE_GIF=yes
2413 DEFAULT_wxUSE_PCX=yes
2414 DEFAULT_wxUSE_IFF=no
2415 DEFAULT_wxUSE_PNM=yes
2416 DEFAULT_wxUSE_XPM=yes
2417 DEFAULT_wxUSE_ICO_CUR=yes
2418 DEFAULT_wxUSE_ACCESSIBILITY=no
2419
2420 DEFAULT_wxUSE_MONOLITHIC=no
2421 DEFAULT_wxUSE_PLUGINS=no
2422 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2423
2424 DEFAULT_wxUSE_GTK2=yes
2425 fi
2426
2427
2428
2429
2430 for toolkit in `echo $ALL_TOOLKITS`; do
2431 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2432 if test "x$LINE" != "x" ; then
2433 has_toolkit_in_cache=1
2434 eval "DEFAULT_$LINE"
2435 eval "CACHE_$toolkit=1"
2436
2437 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2438 if test "x$LINE" != "x" ; then
2439 eval "DEFAULT_$LINE"
2440 fi
2441 fi
2442 done
2443
2444
2445
2446 enablestring=
2447 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2448 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2449 no_cache=0
2450 # Check whether --enable-gui or --disable-gui was given.
2451 if test "${enable_gui+set}" = set; then
2452 enableval="$enable_gui"
2453
2454 if test "$enableval" = yes; then
2455 ac_cv_use_gui='wxUSE_GUI=yes'
2456 else
2457 ac_cv_use_gui='wxUSE_GUI=no'
2458 fi
2459
2460 else
2461
2462 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2463 if test "x$LINE" != x ; then
2464 eval "DEFAULT_$LINE"
2465 else
2466 no_cache=1
2467 fi
2468
2469 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2470
2471 fi;
2472
2473 eval "$ac_cv_use_gui"
2474 if test "$no_cache" != 1; then
2475 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2476 fi
2477
2478 if test "$wxUSE_GUI" = yes; then
2479 echo "$as_me:$LINENO: result: yes" >&5
2480 echo "${ECHO_T}yes" >&6
2481 else
2482 echo "$as_me:$LINENO: result: no" >&5
2483 echo "${ECHO_T}no" >&6
2484 fi
2485
2486
2487 enablestring=
2488 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2489 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2490 no_cache=0
2491 # Check whether --enable-monolithic or --disable-monolithic was given.
2492 if test "${enable_monolithic+set}" = set; then
2493 enableval="$enable_monolithic"
2494
2495 if test "$enableval" = yes; then
2496 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2497 else
2498 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2499 fi
2500
2501 else
2502
2503 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2504 if test "x$LINE" != x ; then
2505 eval "DEFAULT_$LINE"
2506 else
2507 no_cache=1
2508 fi
2509
2510 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2511
2512 fi;
2513
2514 eval "$ac_cv_use_monolithic"
2515 if test "$no_cache" != 1; then
2516 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2517 fi
2518
2519 if test "$wxUSE_MONOLITHIC" = yes; then
2520 echo "$as_me:$LINENO: result: yes" >&5
2521 echo "${ECHO_T}yes" >&6
2522 else
2523 echo "$as_me:$LINENO: result: no" >&5
2524 echo "${ECHO_T}no" >&6
2525 fi
2526
2527
2528 enablestring=
2529 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2530 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2531 no_cache=0
2532 # Check whether --enable-plugins or --disable-plugins was given.
2533 if test "${enable_plugins+set}" = set; then
2534 enableval="$enable_plugins"
2535
2536 if test "$enableval" = yes; then
2537 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2538 else
2539 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2540 fi
2541
2542 else
2543
2544 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2545 if test "x$LINE" != x ; then
2546 eval "DEFAULT_$LINE"
2547 else
2548 no_cache=1
2549 fi
2550
2551 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2552
2553 fi;
2554
2555 eval "$ac_cv_use_plugins"
2556 if test "$no_cache" != 1; then
2557 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2558 fi
2559
2560 if test "$wxUSE_PLUGINS" = yes; then
2561 echo "$as_me:$LINENO: result: yes" >&5
2562 echo "${ECHO_T}yes" >&6
2563 else
2564 echo "$as_me:$LINENO: result: no" >&5
2565 echo "${ECHO_T}no" >&6
2566 fi
2567
2568
2569 if test "$wxUSE_GUI" = "yes"; then
2570
2571
2572 enablestring=
2573 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2574 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2575 no_cache=0
2576 # Check whether --enable-universal or --disable-universal was given.
2577 if test "${enable_universal+set}" = set; then
2578 enableval="$enable_universal"
2579
2580 if test "$enableval" = yes; then
2581 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2582 else
2583 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2584 fi
2585
2586 else
2587
2588 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2589 if test "x$LINE" != x ; then
2590 eval "DEFAULT_$LINE"
2591 else
2592 no_cache=1
2593 fi
2594
2595 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2596
2597 fi;
2598
2599 eval "$ac_cv_use_universal"
2600 if test "$no_cache" != 1; then
2601 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2602 fi
2603
2604 if test "$wxUSE_UNIVERSAL" = yes; then
2605 echo "$as_me:$LINENO: result: yes" >&5
2606 echo "${ECHO_T}yes" >&6
2607 else
2608 echo "$as_me:$LINENO: result: no" >&5
2609 echo "${ECHO_T}no" >&6
2610 fi
2611
2612
2613 # Check whether --with-gtk or --without-gtk was given.
2614 if test "${with_gtk+set}" = set; then
2615 withval="$with_gtk"
2616 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2617 fi;
2618
2619 # Check whether --with-motif or --without-motif was given.
2620 if test "${with_motif+set}" = set; then
2621 withval="$with_motif"
2622 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2623 fi;
2624
2625 # Check whether --with-mac or --without-mac was given.
2626 if test "${with_mac+set}" = set; then
2627 withval="$with_mac"
2628 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
2629 fi;
2630
2631 # Check whether --with-cocoa or --without-cocoa was given.
2632 if test "${with_cocoa+set}" = set; then
2633 withval="$with_cocoa"
2634 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
2635 fi;
2636
2637 # Check whether --with-wine or --without-wine was given.
2638 if test "${with_wine+set}" = set; then
2639 withval="$with_wine"
2640 wxUSE_WINE="$withval" CACHE_WINE=1
2641 fi;
2642
2643 # Check whether --with-msw or --without-msw was given.
2644 if test "${with_msw+set}" = set; then
2645 withval="$with_msw"
2646 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2647 fi;
2648
2649 # Check whether --with-pm or --without-pm was given.
2650 if test "${with_pm+set}" = set; then
2651 withval="$with_pm"
2652 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2653 fi;
2654
2655 # Check whether --with-mgl or --without-mgl was given.
2656 if test "${with_mgl+set}" = set; then
2657 withval="$with_mgl"
2658 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2659 fi;
2660
2661 # Check whether --with-microwin or --without-microwin was given.
2662 if test "${with_microwin+set}" = set; then
2663 withval="$with_microwin"
2664 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2665 fi;
2666
2667 # Check whether --with-x11 or --without-x11 was given.
2668 if test "${with_x11+set}" = set; then
2669 withval="$with_x11"
2670 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2671 fi;
2672
2673 enablestring=
2674 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2675 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2676 no_cache=0
2677 # Check whether --enable-nanox or --disable-nanox was given.
2678 if test "${enable_nanox+set}" = set; then
2679 enableval="$enable_nanox"
2680
2681 if test "$enableval" = yes; then
2682 ac_cv_use_nanox='wxUSE_NANOX=yes'
2683 else
2684 ac_cv_use_nanox='wxUSE_NANOX=no'
2685 fi
2686
2687 else
2688
2689 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2690 if test "x$LINE" != x ; then
2691 eval "DEFAULT_$LINE"
2692 else
2693 no_cache=1
2694 fi
2695
2696 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2697
2698 fi;
2699
2700 eval "$ac_cv_use_nanox"
2701 if test "$no_cache" != 1; then
2702 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2703 fi
2704
2705 if test "$wxUSE_NANOX" = yes; then
2706 echo "$as_me:$LINENO: result: yes" >&5
2707 echo "${ECHO_T}yes" >&6
2708 else
2709 echo "$as_me:$LINENO: result: no" >&5
2710 echo "${ECHO_T}no" >&6
2711 fi
2712
2713
2714 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2715 if test "${enable_gtk2+set}" = set; then
2716 enableval="$enable_gtk2"
2717 wxUSE_GTK2="$enableval"
2718 fi;
2719
2720 enablestring=
2721 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2722 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2723 no_cache=0
2724 # Check whether --enable-gpe or --disable-gpe was given.
2725 if test "${enable_gpe+set}" = set; then
2726 enableval="$enable_gpe"
2727
2728 if test "$enableval" = yes; then
2729 ac_cv_use_gpe='wxUSE_GPE=yes'
2730 else
2731 ac_cv_use_gpe='wxUSE_GPE=no'
2732 fi
2733
2734 else
2735
2736 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2737 if test "x$LINE" != x ; then
2738 eval "DEFAULT_$LINE"
2739 else
2740 no_cache=1
2741 fi
2742
2743 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2744
2745 fi;
2746
2747 eval "$ac_cv_use_gpe"
2748 if test "$no_cache" != 1; then
2749 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2750 fi
2751
2752 if test "$wxUSE_GPE" = yes; then
2753 echo "$as_me:$LINENO: result: yes" >&5
2754 echo "${ECHO_T}yes" >&6
2755 else
2756 echo "$as_me:$LINENO: result: no" >&5
2757 echo "${ECHO_T}no" >&6
2758 fi
2759
2760
2761
2762 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2763 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2764 no_cache=0
2765
2766 # Check whether --with-libpng or --without-libpng was given.
2767 if test "${with_libpng+set}" = set; then
2768 withval="$with_libpng"
2769
2770 if test "$withval" = yes; then
2771 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2772 elif test "$withval" = no; then
2773 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2774 elif test "$withval" = sys; then
2775 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2776 elif test "$withval" = builtin; then
2777 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2778 else
2779 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2780 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2781 { (exit 1); exit 1; }; }
2782 fi
2783
2784 else
2785
2786 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2787 if test "x$LINE" != x ; then
2788 eval "DEFAULT_$LINE"
2789 else
2790 no_cache=1
2791 fi
2792
2793 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2794
2795 fi;
2796
2797 eval "$ac_cv_use_libpng"
2798 if test "$no_cache" != 1; then
2799 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2800 fi
2801
2802 if test "$wxUSE_LIBPNG" = yes; then
2803 echo "$as_me:$LINENO: result: yes" >&5
2804 echo "${ECHO_T}yes" >&6
2805 elif test "$wxUSE_LIBPNG" = no; then
2806 echo "$as_me:$LINENO: result: no" >&5
2807 echo "${ECHO_T}no" >&6
2808 elif test "$wxUSE_LIBPNG" = sys; then
2809 echo "$as_me:$LINENO: result: system version" >&5
2810 echo "${ECHO_T}system version" >&6
2811 elif test "$wxUSE_LIBPNG" = builtin; then
2812 echo "$as_me:$LINENO: result: builtin version" >&5
2813 echo "${ECHO_T}builtin version" >&6
2814 else
2815 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2816 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2817 { (exit 1); exit 1; }; }
2818 fi
2819
2820
2821 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2822 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2823 no_cache=0
2824
2825 # Check whether --with-libjpeg or --without-libjpeg was given.
2826 if test "${with_libjpeg+set}" = set; then
2827 withval="$with_libjpeg"
2828
2829 if test "$withval" = yes; then
2830 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2831 elif test "$withval" = no; then
2832 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2833 elif test "$withval" = sys; then
2834 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2835 elif test "$withval" = builtin; then
2836 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2837 else
2838 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2839 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2840 { (exit 1); exit 1; }; }
2841 fi
2842
2843 else
2844
2845 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2846 if test "x$LINE" != x ; then
2847 eval "DEFAULT_$LINE"
2848 else
2849 no_cache=1
2850 fi
2851
2852 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2853
2854 fi;
2855
2856 eval "$ac_cv_use_libjpeg"
2857 if test "$no_cache" != 1; then
2858 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2859 fi
2860
2861 if test "$wxUSE_LIBJPEG" = yes; then
2862 echo "$as_me:$LINENO: result: yes" >&5
2863 echo "${ECHO_T}yes" >&6
2864 elif test "$wxUSE_LIBJPEG" = no; then
2865 echo "$as_me:$LINENO: result: no" >&5
2866 echo "${ECHO_T}no" >&6
2867 elif test "$wxUSE_LIBJPEG" = sys; then
2868 echo "$as_me:$LINENO: result: system version" >&5
2869 echo "${ECHO_T}system version" >&6
2870 elif test "$wxUSE_LIBJPEG" = builtin; then
2871 echo "$as_me:$LINENO: result: builtin version" >&5
2872 echo "${ECHO_T}builtin version" >&6
2873 else
2874 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2875 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2876 { (exit 1); exit 1; }; }
2877 fi
2878
2879
2880 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2881 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2882 no_cache=0
2883
2884 # Check whether --with-libtiff or --without-libtiff was given.
2885 if test "${with_libtiff+set}" = set; then
2886 withval="$with_libtiff"
2887
2888 if test "$withval" = yes; then
2889 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2890 elif test "$withval" = no; then
2891 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2892 elif test "$withval" = sys; then
2893 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2894 elif test "$withval" = builtin; then
2895 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2896 else
2897 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2898 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2899 { (exit 1); exit 1; }; }
2900 fi
2901
2902 else
2903
2904 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2905 if test "x$LINE" != x ; then
2906 eval "DEFAULT_$LINE"
2907 else
2908 no_cache=1
2909 fi
2910
2911 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2912
2913 fi;
2914
2915 eval "$ac_cv_use_libtiff"
2916 if test "$no_cache" != 1; then
2917 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2918 fi
2919
2920 if test "$wxUSE_LIBTIFF" = yes; then
2921 echo "$as_me:$LINENO: result: yes" >&5
2922 echo "${ECHO_T}yes" >&6
2923 elif test "$wxUSE_LIBTIFF" = no; then
2924 echo "$as_me:$LINENO: result: no" >&5
2925 echo "${ECHO_T}no" >&6
2926 elif test "$wxUSE_LIBTIFF" = sys; then
2927 echo "$as_me:$LINENO: result: system version" >&5
2928 echo "${ECHO_T}system version" >&6
2929 elif test "$wxUSE_LIBTIFF" = builtin; then
2930 echo "$as_me:$LINENO: result: builtin version" >&5
2931 echo "${ECHO_T}builtin version" >&6
2932 else
2933 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2934 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2935 { (exit 1); exit 1; }; }
2936 fi
2937
2938
2939 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2940 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2941 no_cache=0
2942
2943 # Check whether --with-libxpm or --without-libxpm was given.
2944 if test "${with_libxpm+set}" = set; then
2945 withval="$with_libxpm"
2946
2947 if test "$withval" = yes; then
2948 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2949 elif test "$withval" = no; then
2950 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
2951 elif test "$withval" = sys; then
2952 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
2953 elif test "$withval" = builtin; then
2954 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
2955 else
2956 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2957 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2958 { (exit 1); exit 1; }; }
2959 fi
2960
2961 else
2962
2963 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2964 if test "x$LINE" != x ; then
2965 eval "DEFAULT_$LINE"
2966 else
2967 no_cache=1
2968 fi
2969
2970 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2971
2972 fi;
2973
2974 eval "$ac_cv_use_libxpm"
2975 if test "$no_cache" != 1; then
2976 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2977 fi
2978
2979 if test "$wxUSE_LIBXPM" = yes; then
2980 echo "$as_me:$LINENO: result: yes" >&5
2981 echo "${ECHO_T}yes" >&6
2982 elif test "$wxUSE_LIBXPM" = no; then
2983 echo "$as_me:$LINENO: result: no" >&5
2984 echo "${ECHO_T}no" >&6
2985 elif test "$wxUSE_LIBXPM" = sys; then
2986 echo "$as_me:$LINENO: result: system version" >&5
2987 echo "${ECHO_T}system version" >&6
2988 elif test "$wxUSE_LIBXPM" = builtin; then
2989 echo "$as_me:$LINENO: result: builtin version" >&5
2990 echo "${ECHO_T}builtin version" >&6
2991 else
2992 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2993 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2994 { (exit 1); exit 1; }; }
2995 fi
2996
2997
2998 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
2999 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
3000 no_cache=0
3001
3002 # Check whether --with-libmspack or --without-libmspack was given.
3003 if test "${with_libmspack+set}" = set; then
3004 withval="$with_libmspack"
3005
3006 if test "$withval" = yes; then
3007 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3008 else
3009 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3010 fi
3011
3012 else
3013
3014 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3015 if test "x$LINE" != x ; then
3016 eval "DEFAULT_$LINE"
3017 else
3018 no_cache=1
3019 fi
3020
3021 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3022
3023 fi;
3024
3025 eval "$ac_cv_use_libmspack"
3026 if test "$no_cache" != 1; then
3027 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3028 fi
3029
3030 if test "$wxUSE_LIBMSPACK" = yes; then
3031 echo "$as_me:$LINENO: result: yes" >&5
3032 echo "${ECHO_T}yes" >&6
3033 else
3034 echo "$as_me:$LINENO: result: no" >&5
3035 echo "${ECHO_T}no" >&6
3036 fi
3037
3038
3039 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3040 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3041 no_cache=0
3042
3043 # Check whether --with-sdl or --without-sdl was given.
3044 if test "${with_sdl+set}" = set; then
3045 withval="$with_sdl"
3046
3047 if test "$withval" = yes; then
3048 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3049 else
3050 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3051 fi
3052
3053 else
3054
3055 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3056 if test "x$LINE" != x ; then
3057 eval "DEFAULT_$LINE"
3058 else
3059 no_cache=1
3060 fi
3061
3062 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3063
3064 fi;
3065
3066 eval "$ac_cv_use_sdl"
3067 if test "$no_cache" != 1; then
3068 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3069 fi
3070
3071 if test "$wxUSE_LIBSDL" = yes; then
3072 echo "$as_me:$LINENO: result: yes" >&5
3073 echo "${ECHO_T}yes" >&6
3074 else
3075 echo "$as_me:$LINENO: result: no" >&5
3076 echo "${ECHO_T}no" >&6
3077 fi
3078
3079
3080 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3081 echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3082 no_cache=0
3083
3084 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3085 if test "${with_gnomeprint+set}" = set; then
3086 withval="$with_gnomeprint"
3087
3088 if test "$withval" = yes; then
3089 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3090 else
3091 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3092 fi
3093
3094 else
3095
3096 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3097 if test "x$LINE" != x ; then
3098 eval "DEFAULT_$LINE"
3099 else
3100 no_cache=1
3101 fi
3102
3103 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3104
3105 fi;
3106
3107 eval "$ac_cv_use_gnomeprint"
3108 if test "$no_cache" != 1; then
3109 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3110 fi
3111
3112 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3113 echo "$as_me:$LINENO: result: yes" >&5
3114 echo "${ECHO_T}yes" >&6
3115 else
3116 echo "$as_me:$LINENO: result: no" >&5
3117 echo "${ECHO_T}no" >&6
3118 fi
3119
3120
3121 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3122 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3123 no_cache=0
3124
3125 # Check whether --with-opengl or --without-opengl was given.
3126 if test "${with_opengl+set}" = set; then
3127 withval="$with_opengl"
3128
3129 if test "$withval" = yes; then
3130 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3131 else
3132 ac_cv_use_opengl='wxUSE_OPENGL=no'
3133 fi
3134
3135 else
3136
3137 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3138 if test "x$LINE" != x ; then
3139 eval "DEFAULT_$LINE"
3140 else
3141 no_cache=1
3142 fi
3143
3144 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3145
3146 fi;
3147
3148 eval "$ac_cv_use_opengl"
3149 if test "$no_cache" != 1; then
3150 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3151 fi
3152
3153 if test "$wxUSE_OPENGL" = yes; then
3154 echo "$as_me:$LINENO: result: yes" >&5
3155 echo "${ECHO_T}yes" >&6
3156 else
3157 echo "$as_me:$LINENO: result: no" >&5
3158 echo "${ECHO_T}no" >&6
3159 fi
3160
3161
3162 fi
3163
3164
3165 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3166 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3167 no_cache=0
3168
3169 # Check whether --with-dmalloc or --without-dmalloc was given.
3170 if test "${with_dmalloc+set}" = set; then
3171 withval="$with_dmalloc"
3172
3173 if test "$withval" = yes; then
3174 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3175 else
3176 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3177 fi
3178
3179 else
3180
3181 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3182 if test "x$LINE" != x ; then
3183 eval "DEFAULT_$LINE"
3184 else
3185 no_cache=1
3186 fi
3187
3188 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3189
3190 fi;
3191
3192 eval "$ac_cv_use_dmalloc"
3193 if test "$no_cache" != 1; then
3194 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3195 fi
3196
3197 if test "$wxUSE_DMALLOC" = yes; then
3198 echo "$as_me:$LINENO: result: yes" >&5
3199 echo "${ECHO_T}yes" >&6
3200 else
3201 echo "$as_me:$LINENO: result: no" >&5
3202 echo "${ECHO_T}no" >&6
3203 fi
3204
3205
3206 echo "$as_me:$LINENO: checking for --with-regex" >&5
3207 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3208 no_cache=0
3209
3210 # Check whether --with-regex or --without-regex was given.
3211 if test "${with_regex+set}" = set; then
3212 withval="$with_regex"
3213
3214 if test "$withval" = yes; then
3215 ac_cv_use_regex='wxUSE_REGEX=yes'
3216 elif test "$withval" = no; then
3217 ac_cv_use_regex='wxUSE_REGEX=no'
3218 elif test "$withval" = sys; then
3219 ac_cv_use_regex='wxUSE_REGEX=sys'
3220 elif test "$withval" = builtin; then
3221 ac_cv_use_regex='wxUSE_REGEX=builtin'
3222 else
3223 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3224 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3225 { (exit 1); exit 1; }; }
3226 fi
3227
3228 else
3229
3230 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3231 if test "x$LINE" != x ; then
3232 eval "DEFAULT_$LINE"
3233 else
3234 no_cache=1
3235 fi
3236
3237 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3238
3239 fi;
3240
3241 eval "$ac_cv_use_regex"
3242 if test "$no_cache" != 1; then
3243 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3244 fi
3245
3246 if test "$wxUSE_REGEX" = yes; then
3247 echo "$as_me:$LINENO: result: yes" >&5
3248 echo "${ECHO_T}yes" >&6
3249 elif test "$wxUSE_REGEX" = no; then
3250 echo "$as_me:$LINENO: result: no" >&5
3251 echo "${ECHO_T}no" >&6
3252 elif test "$wxUSE_REGEX" = sys; then
3253 echo "$as_me:$LINENO: result: system version" >&5
3254 echo "${ECHO_T}system version" >&6
3255 elif test "$wxUSE_REGEX" = builtin; then
3256 echo "$as_me:$LINENO: result: builtin version" >&5
3257 echo "${ECHO_T}builtin version" >&6
3258 else
3259 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3260 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3261 { (exit 1); exit 1; }; }
3262 fi
3263
3264
3265 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3266 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3267 no_cache=0
3268
3269 # Check whether --with-zlib or --without-zlib was given.
3270 if test "${with_zlib+set}" = set; then
3271 withval="$with_zlib"
3272
3273 if test "$withval" = yes; then
3274 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3275 elif test "$withval" = no; then
3276 ac_cv_use_zlib='wxUSE_ZLIB=no'
3277 elif test "$withval" = sys; then
3278 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3279 elif test "$withval" = builtin; then
3280 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3281 else
3282 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3283 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3284 { (exit 1); exit 1; }; }
3285 fi
3286
3287 else
3288
3289 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3290 if test "x$LINE" != x ; then
3291 eval "DEFAULT_$LINE"
3292 else
3293 no_cache=1
3294 fi
3295
3296 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3297
3298 fi;
3299
3300 eval "$ac_cv_use_zlib"
3301 if test "$no_cache" != 1; then
3302 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3303 fi
3304
3305 if test "$wxUSE_ZLIB" = yes; then
3306 echo "$as_me:$LINENO: result: yes" >&5
3307 echo "${ECHO_T}yes" >&6
3308 elif test "$wxUSE_ZLIB" = no; then
3309 echo "$as_me:$LINENO: result: no" >&5
3310 echo "${ECHO_T}no" >&6
3311 elif test "$wxUSE_ZLIB" = sys; then
3312 echo "$as_me:$LINENO: result: system version" >&5
3313 echo "${ECHO_T}system version" >&6
3314 elif test "$wxUSE_ZLIB" = builtin; then
3315 echo "$as_me:$LINENO: result: builtin version" >&5
3316 echo "${ECHO_T}builtin version" >&6
3317 else
3318 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3319 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3320 { (exit 1); exit 1; }; }
3321 fi
3322
3323
3324 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3325 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3326 no_cache=0
3327
3328 # Check whether --with-odbc or --without-odbc was given.
3329 if test "${with_odbc+set}" = set; then
3330 withval="$with_odbc"
3331
3332 if test "$withval" = yes; then
3333 ac_cv_use_odbc='wxUSE_ODBC=yes'
3334 elif test "$withval" = no; then
3335 ac_cv_use_odbc='wxUSE_ODBC=no'
3336 elif test "$withval" = sys; then
3337 ac_cv_use_odbc='wxUSE_ODBC=sys'
3338 elif test "$withval" = builtin; then
3339 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3340 else
3341 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3342 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3343 { (exit 1); exit 1; }; }
3344 fi
3345
3346 else
3347
3348 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3349 if test "x$LINE" != x ; then
3350 eval "DEFAULT_$LINE"
3351 else
3352 no_cache=1
3353 fi
3354
3355 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3356
3357 fi;
3358
3359 eval "$ac_cv_use_odbc"
3360 if test "$no_cache" != 1; then
3361 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3362 fi
3363
3364 if test "$wxUSE_ODBC" = yes; then
3365 echo "$as_me:$LINENO: result: yes" >&5
3366 echo "${ECHO_T}yes" >&6
3367 elif test "$wxUSE_ODBC" = no; then
3368 echo "$as_me:$LINENO: result: no" >&5
3369 echo "${ECHO_T}no" >&6
3370 elif test "$wxUSE_ODBC" = sys; then
3371 echo "$as_me:$LINENO: result: system version" >&5
3372 echo "${ECHO_T}system version" >&6
3373 elif test "$wxUSE_ODBC" = builtin; then
3374 echo "$as_me:$LINENO: result: builtin version" >&5
3375 echo "${ECHO_T}builtin version" >&6
3376 else
3377 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3378 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3379 { (exit 1); exit 1; }; }
3380 fi
3381
3382
3383 echo "$as_me:$LINENO: checking for --with-expat" >&5
3384 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3385 no_cache=0
3386
3387 # Check whether --with-expat or --without-expat was given.
3388 if test "${with_expat+set}" = set; then
3389 withval="$with_expat"
3390
3391 if test "$withval" = yes; then
3392 ac_cv_use_expat='wxUSE_EXPAT=yes'
3393 elif test "$withval" = no; then
3394 ac_cv_use_expat='wxUSE_EXPAT=no'
3395 elif test "$withval" = sys; then
3396 ac_cv_use_expat='wxUSE_EXPAT=sys'
3397 elif test "$withval" = builtin; then
3398 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3399 else
3400 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3401 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3402 { (exit 1); exit 1; }; }
3403 fi
3404
3405 else
3406
3407 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3408 if test "x$LINE" != x ; then
3409 eval "DEFAULT_$LINE"
3410 else
3411 no_cache=1
3412 fi
3413
3414 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3415
3416 fi;
3417
3418 eval "$ac_cv_use_expat"
3419 if test "$no_cache" != 1; then
3420 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3421 fi
3422
3423 if test "$wxUSE_EXPAT" = yes; then
3424 echo "$as_me:$LINENO: result: yes" >&5
3425 echo "${ECHO_T}yes" >&6
3426 elif test "$wxUSE_EXPAT" = no; then
3427 echo "$as_me:$LINENO: result: no" >&5
3428 echo "${ECHO_T}no" >&6
3429 elif test "$wxUSE_EXPAT" = sys; then
3430 echo "$as_me:$LINENO: result: system version" >&5
3431 echo "${ECHO_T}system version" >&6
3432 elif test "$wxUSE_EXPAT" = builtin; then
3433 echo "$as_me:$LINENO: result: builtin version" >&5
3434 echo "${ECHO_T}builtin version" >&6
3435 else
3436 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3437 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3438 { (exit 1); exit 1; }; }
3439 fi
3440
3441
3442
3443
3444 enablestring=
3445 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3446 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3447 no_cache=0
3448 # Check whether --enable-shared or --disable-shared was given.
3449 if test "${enable_shared+set}" = set; then
3450 enableval="$enable_shared"
3451
3452 if test "$enableval" = yes; then
3453 ac_cv_use_shared='wxUSE_SHARED=yes'
3454 else
3455 ac_cv_use_shared='wxUSE_SHARED=no'
3456 fi
3457
3458 else
3459
3460 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3461 if test "x$LINE" != x ; then
3462 eval "DEFAULT_$LINE"
3463 else
3464 no_cache=1
3465 fi
3466
3467 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3468
3469 fi;
3470
3471 eval "$ac_cv_use_shared"
3472 if test "$no_cache" != 1; then
3473 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3474 fi
3475
3476 if test "$wxUSE_SHARED" = yes; then
3477 echo "$as_me:$LINENO: result: yes" >&5
3478 echo "${ECHO_T}yes" >&6
3479 else
3480 echo "$as_me:$LINENO: result: no" >&5
3481 echo "${ECHO_T}no" >&6
3482 fi
3483
3484
3485 enablestring=
3486 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3487 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3488 no_cache=0
3489 # Check whether --enable-optimise or --disable-optimise was given.
3490 if test "${enable_optimise+set}" = set; then
3491 enableval="$enable_optimise"
3492
3493 if test "$enableval" = yes; then
3494 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3495 else
3496 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3497 fi
3498
3499 else
3500
3501 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3502 if test "x$LINE" != x ; then
3503 eval "DEFAULT_$LINE"
3504 else
3505 no_cache=1
3506 fi
3507
3508 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3509
3510 fi;
3511
3512 eval "$ac_cv_use_optimise"
3513 if test "$no_cache" != 1; then
3514 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3515 fi
3516
3517 if test "$wxUSE_OPTIMISE" = yes; then
3518 echo "$as_me:$LINENO: result: yes" >&5
3519 echo "${ECHO_T}yes" >&6
3520 else
3521 echo "$as_me:$LINENO: result: no" >&5
3522 echo "${ECHO_T}no" >&6
3523 fi
3524
3525
3526 enablestring=
3527 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3528 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3529 no_cache=0
3530 # Check whether --enable-debug or --disable-debug was given.
3531 if test "${enable_debug+set}" = set; then
3532 enableval="$enable_debug"
3533
3534 if test "$enableval" = yes; then
3535 ac_cv_use_debug='wxUSE_DEBUG=yes'
3536 else
3537 ac_cv_use_debug='wxUSE_DEBUG=no'
3538 fi
3539
3540 else
3541
3542 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3543 if test "x$LINE" != x ; then
3544 eval "DEFAULT_$LINE"
3545 else
3546 no_cache=1
3547 fi
3548
3549 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3550
3551 fi;
3552
3553 eval "$ac_cv_use_debug"
3554 if test "$no_cache" != 1; then
3555 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3556 fi
3557
3558 if test "$wxUSE_DEBUG" = yes; then
3559 echo "$as_me:$LINENO: result: yes" >&5
3560 echo "${ECHO_T}yes" >&6
3561 else
3562 echo "$as_me:$LINENO: result: no" >&5
3563 echo "${ECHO_T}no" >&6
3564 fi
3565
3566
3567 enablestring=
3568 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3569 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3570 no_cache=0
3571 # Check whether --enable-stl or --disable-stl was given.
3572 if test "${enable_stl+set}" = set; then
3573 enableval="$enable_stl"
3574
3575 if test "$enableval" = yes; then
3576 ac_cv_use_stl='wxUSE_STL=yes'
3577 else
3578 ac_cv_use_stl='wxUSE_STL=no'
3579 fi
3580
3581 else
3582
3583 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3584 if test "x$LINE" != x ; then
3585 eval "DEFAULT_$LINE"
3586 else
3587 no_cache=1
3588 fi
3589
3590 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3591
3592 fi;
3593
3594 eval "$ac_cv_use_stl"
3595 if test "$no_cache" != 1; then
3596 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3597 fi
3598
3599 if test "$wxUSE_STL" = yes; then
3600 echo "$as_me:$LINENO: result: yes" >&5
3601 echo "${ECHO_T}yes" >&6
3602 else
3603 echo "$as_me:$LINENO: result: no" >&5
3604 echo "${ECHO_T}no" >&6
3605 fi
3606
3607 if test "$USE_OS2" = "1"; then
3608 DEFAULT_wxUSE_OMF=no
3609
3610 enablestring=
3611 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3612 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3613 no_cache=0
3614 # Check whether --enable-omf or --disable-omf was given.
3615 if test "${enable_omf+set}" = set; then
3616 enableval="$enable_omf"
3617
3618 if test "$enableval" = yes; then
3619 ac_cv_use_omf='wxUSE_OMF=yes'
3620 else
3621 ac_cv_use_omf='wxUSE_OMF=no'
3622 fi
3623
3624 else
3625
3626 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3627 if test "x$LINE" != x ; then
3628 eval "DEFAULT_$LINE"
3629 else
3630 no_cache=1
3631 fi
3632
3633 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3634
3635 fi;
3636
3637 eval "$ac_cv_use_omf"
3638 if test "$no_cache" != 1; then
3639 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3640 fi
3641
3642 if test "$wxUSE_OMF" = yes; then
3643 echo "$as_me:$LINENO: result: yes" >&5
3644 echo "${ECHO_T}yes" >&6
3645 else
3646 echo "$as_me:$LINENO: result: no" >&5
3647 echo "${ECHO_T}no" >&6
3648 fi
3649
3650 fi
3651
3652 if test "$wxUSE_DEBUG" = "yes"; then
3653 DEFAULT_wxUSE_DEBUG_FLAG=yes
3654 DEFAULT_wxUSE_DEBUG_INFO=yes
3655 BUILD=debug
3656 elif test "$wxUSE_DEBUG" = "no"; then
3657 DEFAULT_wxUSE_DEBUG_FLAG=no
3658 DEFAULT_wxUSE_DEBUG_INFO=no
3659 BUILD=release
3660 fi
3661
3662
3663 enablestring=
3664 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3665 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3666 no_cache=0
3667 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3668 if test "${enable_debug_flag+set}" = set; then
3669 enableval="$enable_debug_flag"
3670
3671 if test "$enableval" = yes; then
3672 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3673 else
3674 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3675 fi
3676
3677 else
3678
3679 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3680 if test "x$LINE" != x ; then
3681 eval "DEFAULT_$LINE"
3682 else
3683 no_cache=1
3684 fi
3685
3686 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3687
3688 fi;
3689
3690 eval "$ac_cv_use_debug_flag"
3691 if test "$no_cache" != 1; then
3692 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3693 fi
3694
3695 if test "$wxUSE_DEBUG_FLAG" = yes; then
3696 echo "$as_me:$LINENO: result: yes" >&5
3697 echo "${ECHO_T}yes" >&6
3698 else
3699 echo "$as_me:$LINENO: result: no" >&5
3700 echo "${ECHO_T}no" >&6
3701 fi
3702
3703
3704 enablestring=
3705 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3706 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3707 no_cache=0
3708 # Check whether --enable-debug_info or --disable-debug_info was given.
3709 if test "${enable_debug_info+set}" = set; then
3710 enableval="$enable_debug_info"
3711
3712 if test "$enableval" = yes; then
3713 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3714 else
3715 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3716 fi
3717
3718 else
3719
3720 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3721 if test "x$LINE" != x ; then
3722 eval "DEFAULT_$LINE"
3723 else
3724 no_cache=1
3725 fi
3726
3727 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3728
3729 fi;
3730
3731 eval "$ac_cv_use_debug_info"
3732 if test "$no_cache" != 1; then
3733 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3734 fi
3735
3736 if test "$wxUSE_DEBUG_INFO" = yes; then
3737 echo "$as_me:$LINENO: result: yes" >&5
3738 echo "${ECHO_T}yes" >&6
3739 else
3740 echo "$as_me:$LINENO: result: no" >&5
3741 echo "${ECHO_T}no" >&6
3742 fi
3743
3744
3745 enablestring=
3746 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3747 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3748 no_cache=0
3749 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3750 if test "${enable_debug_gdb+set}" = set; then
3751 enableval="$enable_debug_gdb"
3752
3753 if test "$enableval" = yes; then
3754 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3755 else
3756 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3757 fi
3758
3759 else
3760
3761 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3762 if test "x$LINE" != x ; then
3763 eval "DEFAULT_$LINE"
3764 else
3765 no_cache=1
3766 fi
3767
3768 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3769
3770 fi;
3771
3772 eval "$ac_cv_use_debug_gdb"
3773 if test "$no_cache" != 1; then
3774 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3775 fi
3776
3777 if test "$wxUSE_DEBUG_GDB" = yes; then
3778 echo "$as_me:$LINENO: result: yes" >&5
3779 echo "${ECHO_T}yes" >&6
3780 else
3781 echo "$as_me:$LINENO: result: no" >&5
3782 echo "${ECHO_T}no" >&6
3783 fi
3784
3785
3786 enablestring=
3787 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3788 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3789 no_cache=0
3790 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3791 if test "${enable_debug_cntxt+set}" = set; then
3792 enableval="$enable_debug_cntxt"
3793
3794 if test "$enableval" = yes; then
3795 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3796 else
3797 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3798 fi
3799
3800 else
3801
3802 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3803 if test "x$LINE" != x ; then
3804 eval "DEFAULT_$LINE"
3805 else
3806 no_cache=1
3807 fi
3808
3809 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3810
3811 fi;
3812
3813 eval "$ac_cv_use_debug_cntxt"
3814 if test "$no_cache" != 1; then
3815 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3816 fi
3817
3818 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3819 echo "$as_me:$LINENO: result: yes" >&5
3820 echo "${ECHO_T}yes" >&6
3821 else
3822 echo "$as_me:$LINENO: result: no" >&5
3823 echo "${ECHO_T}no" >&6
3824 fi
3825
3826
3827 enablestring=
3828 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3829 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3830 no_cache=0
3831 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3832 if test "${enable_mem_tracing+set}" = set; then
3833 enableval="$enable_mem_tracing"
3834
3835 if test "$enableval" = yes; then
3836 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3837 else
3838 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3839 fi
3840
3841 else
3842
3843 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3844 if test "x$LINE" != x ; then
3845 eval "DEFAULT_$LINE"
3846 else
3847 no_cache=1
3848 fi
3849
3850 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3851
3852 fi;
3853
3854 eval "$ac_cv_use_mem_tracing"
3855 if test "$no_cache" != 1; then
3856 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3857 fi
3858
3859 if test "$wxUSE_MEM_TRACING" = yes; then
3860 echo "$as_me:$LINENO: result: yes" >&5
3861 echo "${ECHO_T}yes" >&6
3862 else
3863 echo "$as_me:$LINENO: result: no" >&5
3864 echo "${ECHO_T}no" >&6
3865 fi
3866
3867
3868 enablestring=
3869 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3870 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3871 no_cache=0
3872 # Check whether --enable-profile or --disable-profile was given.
3873 if test "${enable_profile+set}" = set; then
3874 enableval="$enable_profile"
3875
3876 if test "$enableval" = yes; then
3877 ac_cv_use_profile='wxUSE_PROFILE=yes'
3878 else
3879 ac_cv_use_profile='wxUSE_PROFILE=no'
3880 fi
3881
3882 else
3883
3884 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3885 if test "x$LINE" != x ; then
3886 eval "DEFAULT_$LINE"
3887 else
3888 no_cache=1
3889 fi
3890
3891 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3892
3893 fi;
3894
3895 eval "$ac_cv_use_profile"
3896 if test "$no_cache" != 1; then
3897 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3898 fi
3899
3900 if test "$wxUSE_PROFILE" = yes; then
3901 echo "$as_me:$LINENO: result: yes" >&5
3902 echo "${ECHO_T}yes" >&6
3903 else
3904 echo "$as_me:$LINENO: result: no" >&5
3905 echo "${ECHO_T}no" >&6
3906 fi
3907
3908
3909 enablestring=
3910 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3911 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3912 no_cache=0
3913 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3914 if test "${enable_no_rtti+set}" = set; then
3915 enableval="$enable_no_rtti"
3916
3917 if test "$enableval" = yes; then
3918 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3919 else
3920 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3921 fi
3922
3923 else
3924
3925 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3926 if test "x$LINE" != x ; then
3927 eval "DEFAULT_$LINE"
3928 else
3929 no_cache=1
3930 fi
3931
3932 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3933
3934 fi;
3935
3936 eval "$ac_cv_use_no_rtti"
3937 if test "$no_cache" != 1; then
3938 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3939 fi
3940
3941 if test "$wxUSE_NO_RTTI" = yes; then
3942 echo "$as_me:$LINENO: result: yes" >&5
3943 echo "${ECHO_T}yes" >&6
3944 else
3945 echo "$as_me:$LINENO: result: no" >&5
3946 echo "${ECHO_T}no" >&6
3947 fi
3948
3949
3950 enablestring=
3951 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3952 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3953 no_cache=0
3954 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3955 if test "${enable_no_exceptions+set}" = set; then
3956 enableval="$enable_no_exceptions"
3957
3958 if test "$enableval" = yes; then
3959 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3960 else
3961 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3962 fi
3963
3964 else
3965
3966 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3967 if test "x$LINE" != x ; then
3968 eval "DEFAULT_$LINE"
3969 else
3970 no_cache=1
3971 fi
3972
3973 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3974
3975 fi;
3976
3977 eval "$ac_cv_use_no_exceptions"
3978 if test "$no_cache" != 1; then
3979 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3980 fi
3981
3982 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3983 echo "$as_me:$LINENO: result: yes" >&5
3984 echo "${ECHO_T}yes" >&6
3985 else
3986 echo "$as_me:$LINENO: result: no" >&5
3987 echo "${ECHO_T}no" >&6
3988 fi
3989
3990
3991 enablestring=
3992 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3993 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3994 no_cache=0
3995 # Check whether --enable-permissive or --disable-permissive was given.
3996 if test "${enable_permissive+set}" = set; then
3997 enableval="$enable_permissive"
3998
3999 if test "$enableval" = yes; then
4000 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4001 else
4002 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4003 fi
4004
4005 else
4006
4007 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4008 if test "x$LINE" != x ; then
4009 eval "DEFAULT_$LINE"
4010 else
4011 no_cache=1
4012 fi
4013
4014 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4015
4016 fi;
4017
4018 eval "$ac_cv_use_permissive"
4019 if test "$no_cache" != 1; then
4020 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4021 fi
4022
4023 if test "$wxUSE_PERMISSIVE" = yes; then
4024 echo "$as_me:$LINENO: result: yes" >&5
4025 echo "${ECHO_T}yes" >&6
4026 else
4027 echo "$as_me:$LINENO: result: no" >&5
4028 echo "${ECHO_T}no" >&6
4029 fi
4030
4031
4032 enablestring=
4033 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4034 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4035 no_cache=0
4036 # Check whether --enable-no_deps or --disable-no_deps was given.
4037 if test "${enable_no_deps+set}" = set; then
4038 enableval="$enable_no_deps"
4039
4040 if test "$enableval" = yes; then
4041 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4042 else
4043 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4044 fi
4045
4046 else
4047
4048 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4049 if test "x$LINE" != x ; then
4050 eval "DEFAULT_$LINE"
4051 else
4052 no_cache=1
4053 fi
4054
4055 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4056
4057 fi;
4058
4059 eval "$ac_cv_use_no_deps"
4060 if test "$no_cache" != 1; then
4061 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4062 fi
4063
4064 if test "$wxUSE_NO_DEPS" = yes; then
4065 echo "$as_me:$LINENO: result: yes" >&5
4066 echo "${ECHO_T}yes" >&6
4067 else
4068 echo "$as_me:$LINENO: result: no" >&5
4069 echo "${ECHO_T}no" >&6
4070 fi
4071
4072
4073
4074 enablestring=
4075 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4076 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4077 no_cache=0
4078 # Check whether --enable-compat22 or --disable-compat22 was given.
4079 if test "${enable_compat22+set}" = set; then
4080 enableval="$enable_compat22"
4081
4082 if test "$enableval" = yes; then
4083 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
4084 else
4085 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
4086 fi
4087
4088 else
4089
4090 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4091 if test "x$LINE" != x ; then
4092 eval "DEFAULT_$LINE"
4093 else
4094 no_cache=1
4095 fi
4096
4097 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4098
4099 fi;
4100
4101 eval "$ac_cv_use_compat22"
4102 if test "$no_cache" != 1; then
4103 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4104 fi
4105
4106 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4107 echo "$as_me:$LINENO: result: yes" >&5
4108 echo "${ECHO_T}yes" >&6
4109 else
4110 echo "$as_me:$LINENO: result: no" >&5
4111 echo "${ECHO_T}no" >&6
4112 fi
4113
4114
4115 enablestring=disable
4116 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4117 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4118 no_cache=0
4119 # Check whether --enable-compat24 or --disable-compat24 was given.
4120 if test "${enable_compat24+set}" = set; then
4121 enableval="$enable_compat24"
4122
4123 if test "$enableval" = yes; then
4124 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
4125 else
4126 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
4127 fi
4128
4129 else
4130
4131 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4132 if test "x$LINE" != x ; then
4133 eval "DEFAULT_$LINE"
4134 else
4135 no_cache=1
4136 fi
4137
4138 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4139
4140 fi;
4141
4142 eval "$ac_cv_use_compat24"
4143 if test "$no_cache" != 1; then
4144 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4145 fi
4146
4147 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4148 echo "$as_me:$LINENO: result: yes" >&5
4149 echo "${ECHO_T}yes" >&6
4150 else
4151 echo "$as_me:$LINENO: result: no" >&5
4152 echo "${ECHO_T}no" >&6
4153 fi
4154
4155
4156
4157 enablestring=
4158 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4159 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4160 no_cache=0
4161 # Check whether --enable-rpath or --disable-rpath was given.
4162 if test "${enable_rpath+set}" = set; then
4163 enableval="$enable_rpath"
4164
4165 if test "$enableval" = yes; then
4166 ac_cv_use_rpath='wxUSE_RPATH=yes'
4167 else
4168 ac_cv_use_rpath='wxUSE_RPATH=no'
4169 fi
4170
4171 else
4172
4173 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4174 if test "x$LINE" != x ; then
4175 eval "DEFAULT_$LINE"
4176 else
4177 no_cache=1
4178 fi
4179
4180 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4181
4182 fi;
4183
4184 eval "$ac_cv_use_rpath"
4185 if test "$no_cache" != 1; then
4186 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4187 fi
4188
4189 if test "$wxUSE_RPATH" = yes; then
4190 echo "$as_me:$LINENO: result: yes" >&5
4191 echo "${ECHO_T}yes" >&6
4192 else
4193 echo "$as_me:$LINENO: result: no" >&5
4194 echo "${ECHO_T}no" >&6
4195 fi
4196
4197
4198
4199
4200
4201 enablestring=
4202 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4203 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4204 no_cache=0
4205 # Check whether --enable-intl or --disable-intl was given.
4206 if test "${enable_intl+set}" = set; then
4207 enableval="$enable_intl"
4208
4209 if test "$enableval" = yes; then
4210 ac_cv_use_intl='wxUSE_INTL=yes'
4211 else
4212 ac_cv_use_intl='wxUSE_INTL=no'
4213 fi
4214
4215 else
4216
4217 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4218 if test "x$LINE" != x ; then
4219 eval "DEFAULT_$LINE"
4220 else
4221 no_cache=1
4222 fi
4223
4224 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4225
4226 fi;
4227
4228 eval "$ac_cv_use_intl"
4229 if test "$no_cache" != 1; then
4230 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4231 fi
4232
4233 if test "$wxUSE_INTL" = yes; then
4234 echo "$as_me:$LINENO: result: yes" >&5
4235 echo "${ECHO_T}yes" >&6
4236 else
4237 echo "$as_me:$LINENO: result: no" >&5
4238 echo "${ECHO_T}no" >&6
4239 fi
4240
4241
4242 enablestring=
4243 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4244 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4245 no_cache=0
4246 # Check whether --enable-config or --disable-config was given.
4247 if test "${enable_config+set}" = set; then
4248 enableval="$enable_config"
4249
4250 if test "$enableval" = yes; then
4251 ac_cv_use_config='wxUSE_CONFIG=yes'
4252 else
4253 ac_cv_use_config='wxUSE_CONFIG=no'
4254 fi
4255
4256 else
4257
4258 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4259 if test "x$LINE" != x ; then
4260 eval "DEFAULT_$LINE"
4261 else
4262 no_cache=1
4263 fi
4264
4265 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4266
4267 fi;
4268
4269 eval "$ac_cv_use_config"
4270 if test "$no_cache" != 1; then
4271 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4272 fi
4273
4274 if test "$wxUSE_CONFIG" = yes; then
4275 echo "$as_me:$LINENO: result: yes" >&5
4276 echo "${ECHO_T}yes" >&6
4277 else
4278 echo "$as_me:$LINENO: result: no" >&5
4279 echo "${ECHO_T}no" >&6
4280 fi
4281
4282
4283
4284 enablestring=
4285 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4286 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4287 no_cache=0
4288 # Check whether --enable-protocols or --disable-protocols was given.
4289 if test "${enable_protocols+set}" = set; then
4290 enableval="$enable_protocols"
4291
4292 if test "$enableval" = yes; then
4293 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4294 else
4295 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4296 fi
4297
4298 else
4299
4300 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4301 if test "x$LINE" != x ; then
4302 eval "DEFAULT_$LINE"
4303 else
4304 no_cache=1
4305 fi
4306
4307 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4308
4309 fi;
4310
4311 eval "$ac_cv_use_protocols"
4312 if test "$no_cache" != 1; then
4313 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4314 fi
4315
4316 if test "$wxUSE_PROTOCOL" = yes; then
4317 echo "$as_me:$LINENO: result: yes" >&5
4318 echo "${ECHO_T}yes" >&6
4319 else
4320 echo "$as_me:$LINENO: result: no" >&5
4321 echo "${ECHO_T}no" >&6
4322 fi
4323
4324
4325 enablestring=
4326 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4327 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4328 no_cache=0
4329 # Check whether --enable-ftp or --disable-ftp was given.
4330 if test "${enable_ftp+set}" = set; then
4331 enableval="$enable_ftp"
4332
4333 if test "$enableval" = yes; then
4334 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4335 else
4336 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4337 fi
4338
4339 else
4340
4341 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4342 if test "x$LINE" != x ; then
4343 eval "DEFAULT_$LINE"
4344 else
4345 no_cache=1
4346 fi
4347
4348 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4349
4350 fi;
4351
4352 eval "$ac_cv_use_ftp"
4353 if test "$no_cache" != 1; then
4354 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4355 fi
4356
4357 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4358 echo "$as_me:$LINENO: result: yes" >&5
4359 echo "${ECHO_T}yes" >&6
4360 else
4361 echo "$as_me:$LINENO: result: no" >&5
4362 echo "${ECHO_T}no" >&6
4363 fi
4364
4365
4366 enablestring=
4367 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4368 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4369 no_cache=0
4370 # Check whether --enable-http or --disable-http was given.
4371 if test "${enable_http+set}" = set; then
4372 enableval="$enable_http"
4373
4374 if test "$enableval" = yes; then
4375 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4376 else
4377 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4378 fi
4379
4380 else
4381
4382 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4383 if test "x$LINE" != x ; then
4384 eval "DEFAULT_$LINE"
4385 else
4386 no_cache=1
4387 fi
4388
4389 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4390
4391 fi;
4392
4393 eval "$ac_cv_use_http"
4394 if test "$no_cache" != 1; then
4395 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4396 fi
4397
4398 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4399 echo "$as_me:$LINENO: result: yes" >&5
4400 echo "${ECHO_T}yes" >&6
4401 else
4402 echo "$as_me:$LINENO: result: no" >&5
4403 echo "${ECHO_T}no" >&6
4404 fi
4405
4406
4407 enablestring=
4408 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4409 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4410 no_cache=0
4411 # Check whether --enable-fileproto or --disable-fileproto was given.
4412 if test "${enable_fileproto+set}" = set; then
4413 enableval="$enable_fileproto"
4414
4415 if test "$enableval" = yes; then
4416 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4417 else
4418 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4419 fi
4420
4421 else
4422
4423 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4424 if test "x$LINE" != x ; then
4425 eval "DEFAULT_$LINE"
4426 else
4427 no_cache=1
4428 fi
4429
4430 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4431
4432 fi;
4433
4434 eval "$ac_cv_use_fileproto"
4435 if test "$no_cache" != 1; then
4436 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4437 fi
4438
4439 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4440 echo "$as_me:$LINENO: result: yes" >&5
4441 echo "${ECHO_T}yes" >&6
4442 else
4443 echo "$as_me:$LINENO: result: no" >&5
4444 echo "${ECHO_T}no" >&6
4445 fi
4446
4447
4448 enablestring=
4449 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4450 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4451 no_cache=0
4452 # Check whether --enable-sockets or --disable-sockets was given.
4453 if test "${enable_sockets+set}" = set; then
4454 enableval="$enable_sockets"
4455
4456 if test "$enableval" = yes; then
4457 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4458 else
4459 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4460 fi
4461
4462 else
4463
4464 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4465 if test "x$LINE" != x ; then
4466 eval "DEFAULT_$LINE"
4467 else
4468 no_cache=1
4469 fi
4470
4471 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4472
4473 fi;
4474
4475 eval "$ac_cv_use_sockets"
4476 if test "$no_cache" != 1; then
4477 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4478 fi
4479
4480 if test "$wxUSE_SOCKETS" = yes; then
4481 echo "$as_me:$LINENO: result: yes" >&5
4482 echo "${ECHO_T}yes" >&6
4483 else
4484 echo "$as_me:$LINENO: result: no" >&5
4485 echo "${ECHO_T}no" >&6
4486 fi
4487
4488
4489 enablestring=
4490 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4491 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4492 no_cache=0
4493 # Check whether --enable-ole or --disable-ole was given.
4494 if test "${enable_ole+set}" = set; then
4495 enableval="$enable_ole"
4496
4497 if test "$enableval" = yes; then
4498 ac_cv_use_ole='wxUSE_OLE=yes'
4499 else
4500 ac_cv_use_ole='wxUSE_OLE=no'
4501 fi
4502
4503 else
4504
4505 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4506 if test "x$LINE" != x ; then
4507 eval "DEFAULT_$LINE"
4508 else
4509 no_cache=1
4510 fi
4511
4512 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4513
4514 fi;
4515
4516 eval "$ac_cv_use_ole"
4517 if test "$no_cache" != 1; then
4518 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4519 fi
4520
4521 if test "$wxUSE_OLE" = yes; then
4522 echo "$as_me:$LINENO: result: yes" >&5
4523 echo "${ECHO_T}yes" >&6
4524 else
4525 echo "$as_me:$LINENO: result: no" >&5
4526 echo "${ECHO_T}no" >&6
4527 fi
4528
4529
4530 enablestring=
4531 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4532 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4533 no_cache=0
4534 # Check whether --enable-dataobj or --disable-dataobj was given.
4535 if test "${enable_dataobj+set}" = set; then
4536 enableval="$enable_dataobj"
4537
4538 if test "$enableval" = yes; then
4539 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4540 else
4541 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4542 fi
4543
4544 else
4545
4546 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4547 if test "x$LINE" != x ; then
4548 eval "DEFAULT_$LINE"
4549 else
4550 no_cache=1
4551 fi
4552
4553 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4554
4555 fi;
4556
4557 eval "$ac_cv_use_dataobj"
4558 if test "$no_cache" != 1; then
4559 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4560 fi
4561
4562 if test "$wxUSE_DATAOBJ" = yes; then
4563 echo "$as_me:$LINENO: result: yes" >&5
4564 echo "${ECHO_T}yes" >&6
4565 else
4566 echo "$as_me:$LINENO: result: no" >&5
4567 echo "${ECHO_T}no" >&6
4568 fi
4569
4570
4571
4572 enablestring=
4573 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4574 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4575 no_cache=0
4576 # Check whether --enable-ipc or --disable-ipc was given.
4577 if test "${enable_ipc+set}" = set; then
4578 enableval="$enable_ipc"
4579
4580 if test "$enableval" = yes; then
4581 ac_cv_use_ipc='wxUSE_IPC=yes'
4582 else
4583 ac_cv_use_ipc='wxUSE_IPC=no'
4584 fi
4585
4586 else
4587
4588 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4589 if test "x$LINE" != x ; then
4590 eval "DEFAULT_$LINE"
4591 else
4592 no_cache=1
4593 fi
4594
4595 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4596
4597 fi;
4598
4599 eval "$ac_cv_use_ipc"
4600 if test "$no_cache" != 1; then
4601 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4602 fi
4603
4604 if test "$wxUSE_IPC" = yes; then
4605 echo "$as_me:$LINENO: result: yes" >&5
4606 echo "${ECHO_T}yes" >&6
4607 else
4608 echo "$as_me:$LINENO: result: no" >&5
4609 echo "${ECHO_T}no" >&6
4610 fi
4611
4612
4613
4614 enablestring=
4615 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4616 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4617 no_cache=0
4618 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4619 if test "${enable_apple_ieee+set}" = set; then
4620 enableval="$enable_apple_ieee"
4621
4622 if test "$enableval" = yes; then
4623 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4624 else
4625 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4626 fi
4627
4628 else
4629
4630 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4631 if test "x$LINE" != x ; then
4632 eval "DEFAULT_$LINE"
4633 else
4634 no_cache=1
4635 fi
4636
4637 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4638
4639 fi;
4640
4641 eval "$ac_cv_use_apple_ieee"
4642 if test "$no_cache" != 1; then
4643 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4644 fi
4645
4646 if test "$wxUSE_APPLE_IEEE" = yes; then
4647 echo "$as_me:$LINENO: result: yes" >&5
4648 echo "${ECHO_T}yes" >&6
4649 else
4650 echo "$as_me:$LINENO: result: no" >&5
4651 echo "${ECHO_T}no" >&6
4652 fi
4653
4654
4655 enablestring=
4656 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4657 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4658 no_cache=0
4659 # Check whether --enable-arcstream or --disable-arcstream was given.
4660 if test "${enable_arcstream+set}" = set; then
4661 enableval="$enable_arcstream"
4662
4663 if test "$enableval" = yes; then
4664 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
4665 else
4666 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
4667 fi
4668
4669 else
4670
4671 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4672 if test "x$LINE" != x ; then
4673 eval "DEFAULT_$LINE"
4674 else
4675 no_cache=1
4676 fi
4677
4678 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4679
4680 fi;
4681
4682 eval "$ac_cv_use_arcstream"
4683 if test "$no_cache" != 1; then
4684 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4685 fi
4686
4687 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4688 echo "$as_me:$LINENO: result: yes" >&5
4689 echo "${ECHO_T}yes" >&6
4690 else
4691 echo "$as_me:$LINENO: result: no" >&5
4692 echo "${ECHO_T}no" >&6
4693 fi
4694
4695
4696 enablestring=
4697 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4698 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4699 no_cache=0
4700 # Check whether --enable-backtrace or --disable-backtrace was given.
4701 if test "${enable_backtrace+set}" = set; then
4702 enableval="$enable_backtrace"
4703
4704 if test "$enableval" = yes; then
4705 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
4706 else
4707 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
4708 fi
4709
4710 else
4711
4712 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4713 if test "x$LINE" != x ; then
4714 eval "DEFAULT_$LINE"
4715 else
4716 no_cache=1
4717 fi
4718
4719 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
4720
4721 fi;
4722
4723 eval "$ac_cv_use_backtrace"
4724 if test "$no_cache" != 1; then
4725 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4726 fi
4727
4728 if test "$wxUSE_STACKWALKER" = yes; then
4729 echo "$as_me:$LINENO: result: yes" >&5
4730 echo "${ECHO_T}yes" >&6
4731 else
4732 echo "$as_me:$LINENO: result: no" >&5
4733 echo "${ECHO_T}no" >&6
4734 fi
4735
4736
4737 enablestring=
4738 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4739 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4740 no_cache=0
4741 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4742 if test "${enable_catch_segvs+set}" = set; then
4743 enableval="$enable_catch_segvs"
4744
4745 if test "$enableval" = yes; then
4746 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4747 else
4748 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4749 fi
4750
4751 else
4752
4753 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4754 if test "x$LINE" != x ; then
4755 eval "DEFAULT_$LINE"
4756 else
4757 no_cache=1
4758 fi
4759
4760 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4761
4762 fi;
4763
4764 eval "$ac_cv_use_catch_segvs"
4765 if test "$no_cache" != 1; then
4766 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4767 fi
4768
4769 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4770 echo "$as_me:$LINENO: result: yes" >&5
4771 echo "${ECHO_T}yes" >&6
4772 else
4773 echo "$as_me:$LINENO: result: no" >&5
4774 echo "${ECHO_T}no" >&6
4775 fi
4776
4777
4778 enablestring=
4779 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4780 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4781 no_cache=0
4782 # Check whether --enable-cmdline or --disable-cmdline was given.
4783 if test "${enable_cmdline+set}" = set; then
4784 enableval="$enable_cmdline"
4785
4786 if test "$enableval" = yes; then
4787 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4788 else
4789 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4790 fi
4791
4792 else
4793
4794 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4795 if test "x$LINE" != x ; then
4796 eval "DEFAULT_$LINE"
4797 else
4798 no_cache=1
4799 fi
4800
4801 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4802
4803 fi;
4804
4805 eval "$ac_cv_use_cmdline"
4806 if test "$no_cache" != 1; then
4807 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4808 fi
4809
4810 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4811 echo "$as_me:$LINENO: result: yes" >&5
4812 echo "${ECHO_T}yes" >&6
4813 else
4814 echo "$as_me:$LINENO: result: no" >&5
4815 echo "${ECHO_T}no" >&6
4816 fi
4817
4818
4819 enablestring=
4820 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4821 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4822 no_cache=0
4823 # Check whether --enable-datetime or --disable-datetime was given.
4824 if test "${enable_datetime+set}" = set; then
4825 enableval="$enable_datetime"
4826
4827 if test "$enableval" = yes; then
4828 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4829 else
4830 ac_cv_use_datetime='wxUSE_DATETIME=no'
4831 fi
4832
4833 else
4834
4835 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4836 if test "x$LINE" != x ; then
4837 eval "DEFAULT_$LINE"
4838 else
4839 no_cache=1
4840 fi
4841
4842 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4843
4844 fi;
4845
4846 eval "$ac_cv_use_datetime"
4847 if test "$no_cache" != 1; then
4848 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4849 fi
4850
4851 if test "$wxUSE_DATETIME" = yes; then
4852 echo "$as_me:$LINENO: result: yes" >&5
4853 echo "${ECHO_T}yes" >&6
4854 else
4855 echo "$as_me:$LINENO: result: no" >&5
4856 echo "${ECHO_T}no" >&6
4857 fi
4858
4859
4860 enablestring=
4861 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4862 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4863 no_cache=0
4864 # Check whether --enable-debugreport or --disable-debugreport was given.
4865 if test "${enable_debugreport+set}" = set; then
4866 enableval="$enable_debugreport"
4867
4868 if test "$enableval" = yes; then
4869 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
4870 else
4871 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
4872 fi
4873
4874 else
4875
4876 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4877 if test "x$LINE" != x ; then
4878 eval "DEFAULT_$LINE"
4879 else
4880 no_cache=1
4881 fi
4882
4883 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4884
4885 fi;
4886
4887 eval "$ac_cv_use_debugreport"
4888 if test "$no_cache" != 1; then
4889 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4890 fi
4891
4892 if test "$wxUSE_DEBUGREPORT" = yes; then
4893 echo "$as_me:$LINENO: result: yes" >&5
4894 echo "${ECHO_T}yes" >&6
4895 else
4896 echo "$as_me:$LINENO: result: no" >&5
4897 echo "${ECHO_T}no" >&6
4898 fi
4899
4900
4901 enablestring=
4902 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4903 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4904 no_cache=0
4905 # Check whether --enable-dialupman or --disable-dialupman was given.
4906 if test "${enable_dialupman+set}" = set; then
4907 enableval="$enable_dialupman"
4908
4909 if test "$enableval" = yes; then
4910 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4911 else
4912 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4913 fi
4914
4915 else
4916
4917 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4918 if test "x$LINE" != x ; then
4919 eval "DEFAULT_$LINE"
4920 else
4921 no_cache=1
4922 fi
4923
4924 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4925
4926 fi;
4927
4928 eval "$ac_cv_use_dialupman"
4929 if test "$no_cache" != 1; then
4930 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4931 fi
4932
4933 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4934 echo "$as_me:$LINENO: result: yes" >&5
4935 echo "${ECHO_T}yes" >&6
4936 else
4937 echo "$as_me:$LINENO: result: no" >&5
4938 echo "${ECHO_T}no" >&6
4939 fi
4940
4941
4942 enablestring=
4943 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4944 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4945 no_cache=0
4946 # Check whether --enable-dynlib or --disable-dynlib was given.
4947 if test "${enable_dynlib+set}" = set; then
4948 enableval="$enable_dynlib"
4949
4950 if test "$enableval" = yes; then
4951 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4952 else
4953 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4954 fi
4955
4956 else
4957
4958 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4959 if test "x$LINE" != x ; then
4960 eval "DEFAULT_$LINE"
4961 else
4962 no_cache=1
4963 fi
4964
4965 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4966
4967 fi;
4968
4969 eval "$ac_cv_use_dynlib"
4970 if test "$no_cache" != 1; then
4971 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4972 fi
4973
4974 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4975 echo "$as_me:$LINENO: result: yes" >&5
4976 echo "${ECHO_T}yes" >&6
4977 else
4978 echo "$as_me:$LINENO: result: no" >&5
4979 echo "${ECHO_T}no" >&6
4980 fi
4981
4982
4983 enablestring=
4984 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4985 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4986 no_cache=0
4987 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4988 if test "${enable_dynamicloader+set}" = set; then
4989 enableval="$enable_dynamicloader"
4990
4991 if test "$enableval" = yes; then
4992 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
4993 else
4994 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
4995 fi
4996
4997 else
4998
4999 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5000 if test "x$LINE" != x ; then
5001 eval "DEFAULT_$LINE"
5002 else
5003 no_cache=1
5004 fi
5005
5006 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5007
5008 fi;
5009
5010 eval "$ac_cv_use_dynamicloader"
5011 if test "$no_cache" != 1; then
5012 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5013 fi
5014
5015 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5016 echo "$as_me:$LINENO: result: yes" >&5
5017 echo "${ECHO_T}yes" >&6
5018 else
5019 echo "$as_me:$LINENO: result: no" >&5
5020 echo "${ECHO_T}no" >&6
5021 fi
5022
5023
5024 enablestring=
5025 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5026 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5027 no_cache=0
5028 # Check whether --enable-exceptions or --disable-exceptions was given.
5029 if test "${enable_exceptions+set}" = set; then
5030 enableval="$enable_exceptions"
5031
5032 if test "$enableval" = yes; then
5033 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5034 else
5035 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5036 fi
5037
5038 else
5039
5040 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5041 if test "x$LINE" != x ; then
5042 eval "DEFAULT_$LINE"
5043 else
5044 no_cache=1
5045 fi
5046
5047 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5048
5049 fi;
5050
5051 eval "$ac_cv_use_exceptions"
5052 if test "$no_cache" != 1; then
5053 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5054 fi
5055
5056 if test "$wxUSE_EXCEPTIONS" = yes; then
5057 echo "$as_me:$LINENO: result: yes" >&5
5058 echo "${ECHO_T}yes" >&6
5059 else
5060 echo "$as_me:$LINENO: result: no" >&5
5061 echo "${ECHO_T}no" >&6
5062 fi
5063
5064
5065 enablestring=
5066 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5067 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5068 no_cache=0
5069 # Check whether --enable-ffile or --disable-ffile was given.
5070 if test "${enable_ffile+set}" = set; then
5071 enableval="$enable_ffile"
5072
5073 if test "$enableval" = yes; then
5074 ac_cv_use_ffile='wxUSE_FFILE=yes'
5075 else
5076 ac_cv_use_ffile='wxUSE_FFILE=no'
5077 fi
5078
5079 else
5080
5081 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5082 if test "x$LINE" != x ; then
5083 eval "DEFAULT_$LINE"
5084 else
5085 no_cache=1
5086 fi
5087
5088 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5089
5090 fi;
5091
5092 eval "$ac_cv_use_ffile"
5093 if test "$no_cache" != 1; then
5094 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5095 fi
5096
5097 if test "$wxUSE_FFILE" = yes; then
5098 echo "$as_me:$LINENO: result: yes" >&5
5099 echo "${ECHO_T}yes" >&6
5100 else
5101 echo "$as_me:$LINENO: result: no" >&5
5102 echo "${ECHO_T}no" >&6
5103 fi
5104
5105
5106 enablestring=
5107 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5108 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5109 no_cache=0
5110 # Check whether --enable-file or --disable-file was given.
5111 if test "${enable_file+set}" = set; then
5112 enableval="$enable_file"
5113
5114 if test "$enableval" = yes; then
5115 ac_cv_use_file='wxUSE_FILE=yes'
5116 else
5117 ac_cv_use_file='wxUSE_FILE=no'
5118 fi
5119
5120 else
5121
5122 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5123 if test "x$LINE" != x ; then
5124 eval "DEFAULT_$LINE"
5125 else
5126 no_cache=1
5127 fi
5128
5129 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5130
5131 fi;
5132
5133 eval "$ac_cv_use_file"
5134 if test "$no_cache" != 1; then
5135 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5136 fi
5137
5138 if test "$wxUSE_FILE" = yes; then
5139 echo "$as_me:$LINENO: result: yes" >&5
5140 echo "${ECHO_T}yes" >&6
5141 else
5142 echo "$as_me:$LINENO: result: no" >&5
5143 echo "${ECHO_T}no" >&6
5144 fi
5145
5146
5147 enablestring=
5148 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5149 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5150 no_cache=0
5151 # Check whether --enable-filesystem or --disable-filesystem was given.
5152 if test "${enable_filesystem+set}" = set; then
5153 enableval="$enable_filesystem"
5154
5155 if test "$enableval" = yes; then
5156 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5157 else
5158 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5159 fi
5160
5161 else
5162
5163 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5164 if test "x$LINE" != x ; then
5165 eval "DEFAULT_$LINE"
5166 else
5167 no_cache=1
5168 fi
5169
5170 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5171
5172 fi;
5173
5174 eval "$ac_cv_use_filesystem"
5175 if test "$no_cache" != 1; then
5176 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5177 fi
5178
5179 if test "$wxUSE_FILESYSTEM" = yes; then
5180 echo "$as_me:$LINENO: result: yes" >&5
5181 echo "${ECHO_T}yes" >&6
5182 else
5183 echo "$as_me:$LINENO: result: no" >&5
5184 echo "${ECHO_T}no" >&6
5185 fi
5186
5187
5188 enablestring=
5189 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5190 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5191 no_cache=0
5192 # Check whether --enable-fontmap or --disable-fontmap was given.
5193 if test "${enable_fontmap+set}" = set; then
5194 enableval="$enable_fontmap"
5195
5196 if test "$enableval" = yes; then
5197 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5198 else
5199 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5200 fi
5201
5202 else
5203
5204 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5205 if test "x$LINE" != x ; then
5206 eval "DEFAULT_$LINE"
5207 else
5208 no_cache=1
5209 fi
5210
5211 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5212
5213 fi;
5214
5215 eval "$ac_cv_use_fontmap"
5216 if test "$no_cache" != 1; then
5217 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5218 fi
5219
5220 if test "$wxUSE_FONTMAP" = yes; then
5221 echo "$as_me:$LINENO: result: yes" >&5
5222 echo "${ECHO_T}yes" >&6
5223 else
5224 echo "$as_me:$LINENO: result: no" >&5
5225 echo "${ECHO_T}no" >&6
5226 fi
5227
5228
5229 enablestring=
5230 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5231 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5232 no_cache=0
5233 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5234 if test "${enable_fs_inet+set}" = set; then
5235 enableval="$enable_fs_inet"
5236
5237 if test "$enableval" = yes; then
5238 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5239 else
5240 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5241 fi
5242
5243 else
5244
5245 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5246 if test "x$LINE" != x ; then
5247 eval "DEFAULT_$LINE"
5248 else
5249 no_cache=1
5250 fi
5251
5252 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5253
5254 fi;
5255
5256 eval "$ac_cv_use_fs_inet"
5257 if test "$no_cache" != 1; then
5258 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5259 fi
5260
5261 if test "$wxUSE_FS_INET" = yes; then
5262 echo "$as_me:$LINENO: result: yes" >&5
5263 echo "${ECHO_T}yes" >&6
5264 else
5265 echo "$as_me:$LINENO: result: no" >&5
5266 echo "${ECHO_T}no" >&6
5267 fi
5268
5269
5270 enablestring=
5271 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5272 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5273 no_cache=0
5274 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5275 if test "${enable_fs_zip+set}" = set; then
5276 enableval="$enable_fs_zip"
5277
5278 if test "$enableval" = yes; then
5279 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5280 else
5281 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5282 fi
5283
5284 else
5285
5286 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5287 if test "x$LINE" != x ; then
5288 eval "DEFAULT_$LINE"
5289 else
5290 no_cache=1
5291 fi
5292
5293 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5294
5295 fi;
5296
5297 eval "$ac_cv_use_fs_zip"
5298 if test "$no_cache" != 1; then
5299 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5300 fi
5301
5302 if test "$wxUSE_FS_ZIP" = yes; then
5303 echo "$as_me:$LINENO: result: yes" >&5
5304 echo "${ECHO_T}yes" >&6
5305 else
5306 echo "$as_me:$LINENO: result: no" >&5
5307 echo "${ECHO_T}no" >&6
5308 fi
5309
5310
5311 enablestring=
5312 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5313 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5314 no_cache=0
5315 # Check whether --enable-geometry or --disable-geometry was given.
5316 if test "${enable_geometry+set}" = set; then
5317 enableval="$enable_geometry"
5318
5319 if test "$enableval" = yes; then
5320 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5321 else
5322 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5323 fi
5324
5325 else
5326
5327 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5328 if test "x$LINE" != x ; then
5329 eval "DEFAULT_$LINE"
5330 else
5331 no_cache=1
5332 fi
5333
5334 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5335
5336 fi;
5337
5338 eval "$ac_cv_use_geometry"
5339 if test "$no_cache" != 1; then
5340 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5341 fi
5342
5343 if test "$wxUSE_GEOMETRY" = yes; then
5344 echo "$as_me:$LINENO: result: yes" >&5
5345 echo "${ECHO_T}yes" >&6
5346 else
5347 echo "$as_me:$LINENO: result: no" >&5
5348 echo "${ECHO_T}no" >&6
5349 fi
5350
5351
5352 enablestring=
5353 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5354 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5355 no_cache=0
5356 # Check whether --enable-log or --disable-log was given.
5357 if test "${enable_log+set}" = set; then
5358 enableval="$enable_log"
5359
5360 if test "$enableval" = yes; then
5361 ac_cv_use_log='wxUSE_LOG=yes'
5362 else
5363 ac_cv_use_log='wxUSE_LOG=no'
5364 fi
5365
5366 else
5367
5368 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5369 if test "x$LINE" != x ; then
5370 eval "DEFAULT_$LINE"
5371 else
5372 no_cache=1
5373 fi
5374
5375 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5376
5377 fi;
5378
5379 eval "$ac_cv_use_log"
5380 if test "$no_cache" != 1; then
5381 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5382 fi
5383
5384 if test "$wxUSE_LOG" = yes; then
5385 echo "$as_me:$LINENO: result: yes" >&5
5386 echo "${ECHO_T}yes" >&6
5387 else
5388 echo "$as_me:$LINENO: result: no" >&5
5389 echo "${ECHO_T}no" >&6
5390 fi
5391
5392
5393 enablestring=
5394 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5395 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5396 no_cache=0
5397 # Check whether --enable-longlong or --disable-longlong was given.
5398 if test "${enable_longlong+set}" = set; then
5399 enableval="$enable_longlong"
5400
5401 if test "$enableval" = yes; then
5402 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5403 else
5404 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5405 fi
5406
5407 else
5408
5409 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5410 if test "x$LINE" != x ; then
5411 eval "DEFAULT_$LINE"
5412 else
5413 no_cache=1
5414 fi
5415
5416 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5417
5418 fi;
5419
5420 eval "$ac_cv_use_longlong"
5421 if test "$no_cache" != 1; then
5422 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5423 fi
5424
5425 if test "$wxUSE_LONGLONG" = yes; then
5426 echo "$as_me:$LINENO: result: yes" >&5
5427 echo "${ECHO_T}yes" >&6
5428 else
5429 echo "$as_me:$LINENO: result: no" >&5
5430 echo "${ECHO_T}no" >&6
5431 fi
5432
5433
5434 enablestring=
5435 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5436 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5437 no_cache=0
5438 # Check whether --enable-mimetype or --disable-mimetype was given.
5439 if test "${enable_mimetype+set}" = set; then
5440 enableval="$enable_mimetype"
5441
5442 if test "$enableval" = yes; then
5443 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5444 else
5445 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5446 fi
5447
5448 else
5449
5450 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5451 if test "x$LINE" != x ; then
5452 eval "DEFAULT_$LINE"
5453 else
5454 no_cache=1
5455 fi
5456
5457 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5458
5459 fi;
5460
5461 eval "$ac_cv_use_mimetype"
5462 if test "$no_cache" != 1; then
5463 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5464 fi
5465
5466 if test "$wxUSE_MIMETYPE" = yes; then
5467 echo "$as_me:$LINENO: result: yes" >&5
5468 echo "${ECHO_T}yes" >&6
5469 else
5470 echo "$as_me:$LINENO: result: no" >&5
5471 echo "${ECHO_T}no" >&6
5472 fi
5473
5474
5475 enablestring=
5476 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5477 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5478 no_cache=0
5479 # Check whether --enable-mslu or --disable-mslu was given.
5480 if test "${enable_mslu+set}" = set; then
5481 enableval="$enable_mslu"
5482
5483 if test "$enableval" = yes; then
5484 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5485 else
5486 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5487 fi
5488
5489 else
5490
5491 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5492 if test "x$LINE" != x ; then
5493 eval "DEFAULT_$LINE"
5494 else
5495 no_cache=1
5496 fi
5497
5498 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5499
5500 fi;
5501
5502 eval "$ac_cv_use_mslu"
5503 if test "$no_cache" != 1; then
5504 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5505 fi
5506
5507 if test "$wxUSE_UNICODE_MSLU" = yes; then
5508 echo "$as_me:$LINENO: result: yes" >&5
5509 echo "${ECHO_T}yes" >&6
5510 else
5511 echo "$as_me:$LINENO: result: no" >&5
5512 echo "${ECHO_T}no" >&6
5513 fi
5514
5515
5516 enablestring=
5517 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5518 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5519 no_cache=0
5520 # Check whether --enable-snglinst or --disable-snglinst was given.
5521 if test "${enable_snglinst+set}" = set; then
5522 enableval="$enable_snglinst"
5523
5524 if test "$enableval" = yes; then
5525 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5526 else
5527 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5528 fi
5529
5530 else
5531
5532 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5533 if test "x$LINE" != x ; then
5534 eval "DEFAULT_$LINE"
5535 else
5536 no_cache=1
5537 fi
5538
5539 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5540
5541 fi;
5542
5543 eval "$ac_cv_use_snglinst"
5544 if test "$no_cache" != 1; then
5545 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5546 fi
5547
5548 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5549 echo "$as_me:$LINENO: result: yes" >&5
5550 echo "${ECHO_T}yes" >&6
5551 else
5552 echo "$as_me:$LINENO: result: no" >&5
5553 echo "${ECHO_T}no" >&6
5554 fi
5555
5556
5557 enablestring=
5558 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5559 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5560 no_cache=0
5561 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5562 if test "${enable_std_iostreams+set}" = set; then
5563 enableval="$enable_std_iostreams"
5564
5565 if test "$enableval" = yes; then
5566 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5567 else
5568 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5569 fi
5570
5571 else
5572
5573 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5574 if test "x$LINE" != x ; then
5575 eval "DEFAULT_$LINE"
5576 else
5577 no_cache=1
5578 fi
5579
5580 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5581
5582 fi;
5583
5584 eval "$ac_cv_use_std_iostreams"
5585 if test "$no_cache" != 1; then
5586 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5587 fi
5588
5589 if test "$wxUSE_STD_IOSTREAM" = yes; then
5590 echo "$as_me:$LINENO: result: yes" >&5
5591 echo "${ECHO_T}yes" >&6
5592 else
5593 echo "$as_me:$LINENO: result: no" >&5
5594 echo "${ECHO_T}no" >&6
5595 fi
5596
5597
5598 enablestring=
5599 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5600 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5601 no_cache=0
5602 # Check whether --enable-std_string or --disable-std_string was given.
5603 if test "${enable_std_string+set}" = set; then
5604 enableval="$enable_std_string"
5605
5606 if test "$enableval" = yes; then
5607 ac_cv_use_std_string='wxUSE_STD_STRING=yes'
5608 else
5609 ac_cv_use_std_string='wxUSE_STD_STRING=no'
5610 fi
5611
5612 else
5613
5614 LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5615 if test "x$LINE" != x ; then
5616 eval "DEFAULT_$LINE"
5617 else
5618 no_cache=1
5619 fi
5620
5621 ac_cv_use_std_string='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5622
5623 fi;
5624
5625 eval "$ac_cv_use_std_string"
5626 if test "$no_cache" != 1; then
5627 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5628 fi
5629
5630 if test "$wxUSE_STD_STRING" = yes; then
5631 echo "$as_me:$LINENO: result: yes" >&5
5632 echo "${ECHO_T}yes" >&6
5633 else
5634 echo "$as_me:$LINENO: result: no" >&5
5635 echo "${ECHO_T}no" >&6
5636 fi
5637
5638
5639 enablestring=
5640 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5641 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5642 no_cache=0
5643 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5644 if test "${enable_stdpaths+set}" = set; then
5645 enableval="$enable_stdpaths"
5646
5647 if test "$enableval" = yes; then
5648 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
5649 else
5650 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
5651 fi
5652
5653 else
5654
5655 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5656 if test "x$LINE" != x ; then
5657 eval "DEFAULT_$LINE"
5658 else
5659 no_cache=1
5660 fi
5661
5662 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
5663
5664 fi;
5665
5666 eval "$ac_cv_use_stdpaths"
5667 if test "$no_cache" != 1; then
5668 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5669 fi
5670
5671 if test "$wxUSE_STDPATHS" = yes; then
5672 echo "$as_me:$LINENO: result: yes" >&5
5673 echo "${ECHO_T}yes" >&6
5674 else
5675 echo "$as_me:$LINENO: result: no" >&5
5676 echo "${ECHO_T}no" >&6
5677 fi
5678
5679
5680 enablestring=
5681 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5682 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5683 no_cache=0
5684 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5685 if test "${enable_stopwatch+set}" = set; then
5686 enableval="$enable_stopwatch"
5687
5688 if test "$enableval" = yes; then
5689 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5690 else
5691 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5692 fi
5693
5694 else
5695
5696 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5697 if test "x$LINE" != x ; then
5698 eval "DEFAULT_$LINE"
5699 else
5700 no_cache=1
5701 fi
5702
5703 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5704
5705 fi;
5706
5707 eval "$ac_cv_use_stopwatch"
5708 if test "$no_cache" != 1; then
5709 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5710 fi
5711
5712 if test "$wxUSE_STOPWATCH" = yes; then
5713 echo "$as_me:$LINENO: result: yes" >&5
5714 echo "${ECHO_T}yes" >&6
5715 else
5716 echo "$as_me:$LINENO: result: no" >&5
5717 echo "${ECHO_T}no" >&6
5718 fi
5719
5720
5721 enablestring=
5722 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5723 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5724 no_cache=0
5725 # Check whether --enable-streams or --disable-streams was given.
5726 if test "${enable_streams+set}" = set; then
5727 enableval="$enable_streams"
5728
5729 if test "$enableval" = yes; then
5730 ac_cv_use_streams='wxUSE_STREAMS=yes'
5731 else
5732 ac_cv_use_streams='wxUSE_STREAMS=no'
5733 fi
5734
5735 else
5736
5737 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5738 if test "x$LINE" != x ; then
5739 eval "DEFAULT_$LINE"
5740 else
5741 no_cache=1
5742 fi
5743
5744 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5745
5746 fi;
5747
5748 eval "$ac_cv_use_streams"
5749 if test "$no_cache" != 1; then
5750 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5751 fi
5752
5753 if test "$wxUSE_STREAMS" = yes; then
5754 echo "$as_me:$LINENO: result: yes" >&5
5755 echo "${ECHO_T}yes" >&6
5756 else
5757 echo "$as_me:$LINENO: result: no" >&5
5758 echo "${ECHO_T}no" >&6
5759 fi
5760
5761
5762 enablestring=
5763 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5764 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5765 no_cache=0
5766 # Check whether --enable-system_options or --disable-system_options was given.
5767 if test "${enable_system_options+set}" = set; then
5768 enableval="$enable_system_options"
5769
5770 if test "$enableval" = yes; then
5771 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5772 else
5773 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5774 fi
5775
5776 else
5777
5778 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5779 if test "x$LINE" != x ; then
5780 eval "DEFAULT_$LINE"
5781 else
5782 no_cache=1
5783 fi
5784
5785 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5786
5787 fi;
5788
5789 eval "$ac_cv_use_system_options"
5790 if test "$no_cache" != 1; then
5791 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5792 fi
5793
5794 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5795 echo "$as_me:$LINENO: result: yes" >&5
5796 echo "${ECHO_T}yes" >&6
5797 else
5798 echo "$as_me:$LINENO: result: no" >&5
5799 echo "${ECHO_T}no" >&6
5800 fi
5801
5802
5803 enablestring=
5804 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5805 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5806 no_cache=0
5807 # Check whether --enable-textbuf or --disable-textbuf was given.
5808 if test "${enable_textbuf+set}" = set; then
5809 enableval="$enable_textbuf"
5810
5811 if test "$enableval" = yes; then
5812 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5813 else
5814 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5815 fi
5816
5817 else
5818
5819 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5820 if test "x$LINE" != x ; then
5821 eval "DEFAULT_$LINE"
5822 else
5823 no_cache=1
5824 fi
5825
5826 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5827
5828 fi;
5829
5830 eval "$ac_cv_use_textbuf"
5831 if test "$no_cache" != 1; then
5832 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5833 fi
5834
5835 if test "$wxUSE_TEXTBUFFER" = yes; then
5836 echo "$as_me:$LINENO: result: yes" >&5
5837 echo "${ECHO_T}yes" >&6
5838 else
5839 echo "$as_me:$LINENO: result: no" >&5
5840 echo "${ECHO_T}no" >&6
5841 fi
5842
5843
5844 enablestring=
5845 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5846 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5847 no_cache=0
5848 # Check whether --enable-textfile or --disable-textfile was given.
5849 if test "${enable_textfile+set}" = set; then
5850 enableval="$enable_textfile"
5851
5852 if test "$enableval" = yes; then
5853 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5854 else
5855 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5856 fi
5857
5858 else
5859
5860 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5861 if test "x$LINE" != x ; then
5862 eval "DEFAULT_$LINE"
5863 else
5864 no_cache=1
5865 fi
5866
5867 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5868
5869 fi;
5870
5871 eval "$ac_cv_use_textfile"
5872 if test "$no_cache" != 1; then
5873 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5874 fi
5875
5876 if test "$wxUSE_TEXTFILE" = yes; then
5877 echo "$as_me:$LINENO: result: yes" >&5
5878 echo "${ECHO_T}yes" >&6
5879 else
5880 echo "$as_me:$LINENO: result: no" >&5
5881 echo "${ECHO_T}no" >&6
5882 fi
5883
5884
5885 enablestring=
5886 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5887 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5888 no_cache=0
5889 # Check whether --enable-timer or --disable-timer was given.
5890 if test "${enable_timer+set}" = set; then
5891 enableval="$enable_timer"
5892
5893 if test "$enableval" = yes; then
5894 ac_cv_use_timer='wxUSE_TIMER=yes'
5895 else
5896 ac_cv_use_timer='wxUSE_TIMER=no'
5897 fi
5898
5899 else
5900
5901 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5902 if test "x$LINE" != x ; then
5903 eval "DEFAULT_$LINE"
5904 else
5905 no_cache=1
5906 fi
5907
5908 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5909
5910 fi;
5911
5912 eval "$ac_cv_use_timer"
5913 if test "$no_cache" != 1; then
5914 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5915 fi
5916
5917 if test "$wxUSE_TIMER" = yes; then
5918 echo "$as_me:$LINENO: result: yes" >&5
5919 echo "${ECHO_T}yes" >&6
5920 else
5921 echo "$as_me:$LINENO: result: no" >&5
5922 echo "${ECHO_T}no" >&6
5923 fi
5924
5925
5926 enablestring=
5927 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5928 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5929 no_cache=0
5930 # Check whether --enable-unicode or --disable-unicode was given.
5931 if test "${enable_unicode+set}" = set; then
5932 enableval="$enable_unicode"
5933
5934 if test "$enableval" = yes; then
5935 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5936 else
5937 ac_cv_use_unicode='wxUSE_UNICODE=no'
5938 fi
5939
5940 else
5941
5942 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5943 if test "x$LINE" != x ; then
5944 eval "DEFAULT_$LINE"
5945 else
5946 no_cache=1
5947 fi
5948
5949 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5950
5951 fi;
5952
5953 eval "$ac_cv_use_unicode"
5954 if test "$no_cache" != 1; then
5955 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5956 fi
5957
5958 if test "$wxUSE_UNICODE" = yes; then
5959 echo "$as_me:$LINENO: result: yes" >&5
5960 echo "${ECHO_T}yes" >&6
5961 else
5962 echo "$as_me:$LINENO: result: no" >&5
5963 echo "${ECHO_T}no" >&6
5964 fi
5965
5966
5967 enablestring=
5968 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5969 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5970 no_cache=0
5971 # Check whether --enable-sound or --disable-sound was given.
5972 if test "${enable_sound+set}" = set; then
5973 enableval="$enable_sound"
5974
5975 if test "$enableval" = yes; then
5976 ac_cv_use_sound='wxUSE_SOUND=yes'
5977 else
5978 ac_cv_use_sound='wxUSE_SOUND=no'
5979 fi
5980
5981 else
5982
5983 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5984 if test "x$LINE" != x ; then
5985 eval "DEFAULT_$LINE"
5986 else
5987 no_cache=1
5988 fi
5989
5990 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5991
5992 fi;
5993
5994 eval "$ac_cv_use_sound"
5995 if test "$no_cache" != 1; then
5996 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5997 fi
5998
5999 if test "$wxUSE_SOUND" = yes; then
6000 echo "$as_me:$LINENO: result: yes" >&5
6001 echo "${ECHO_T}yes" >&6
6002 else
6003 echo "$as_me:$LINENO: result: no" >&5
6004 echo "${ECHO_T}no" >&6
6005 fi
6006
6007
6008 enablestring=
6009 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6010 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6011 no_cache=0
6012 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6013 if test "${enable_mediactrl+set}" = set; then
6014 enableval="$enable_mediactrl"
6015
6016 if test "$enableval" = yes; then
6017 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6018 else
6019 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6020 fi
6021
6022 else
6023
6024 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6025 if test "x$LINE" != x ; then
6026 eval "DEFAULT_$LINE"
6027 else
6028 no_cache=1
6029 fi
6030
6031 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6032
6033 fi;
6034
6035 eval "$ac_cv_use_mediactrl"
6036 if test "$no_cache" != 1; then
6037 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6038 fi
6039
6040 if test "$wxUSE_MEDIACTRL" = yes; then
6041 echo "$as_me:$LINENO: result: yes" >&5
6042 echo "${ECHO_T}yes" >&6
6043 else
6044 echo "$as_me:$LINENO: result: no" >&5
6045 echo "${ECHO_T}no" >&6
6046 fi
6047
6048
6049 enablestring=
6050 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6051 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6052 no_cache=0
6053 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6054 if test "${enable_wxprintfv+set}" = set; then
6055 enableval="$enable_wxprintfv"
6056
6057 if test "$enableval" = yes; then
6058 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
6059 else
6060 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
6061 fi
6062
6063 else
6064
6065 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6066 if test "x$LINE" != x ; then
6067 eval "DEFAULT_$LINE"
6068 else
6069 no_cache=1
6070 fi
6071
6072 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6073
6074 fi;
6075
6076 eval "$ac_cv_use_wxprintfv"
6077 if test "$no_cache" != 1; then
6078 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6079 fi
6080
6081 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6082 echo "$as_me:$LINENO: result: yes" >&5
6083 echo "${ECHO_T}yes" >&6
6084 else
6085 echo "$as_me:$LINENO: result: no" >&5
6086 echo "${ECHO_T}no" >&6
6087 fi
6088
6089
6090 enablestring=
6091 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6092 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6093 no_cache=0
6094 # Check whether --enable-zipstream or --disable-zipstream was given.
6095 if test "${enable_zipstream+set}" = set; then
6096 enableval="$enable_zipstream"
6097
6098 if test "$enableval" = yes; then
6099 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6100 else
6101 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6102 fi
6103
6104 else
6105
6106 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6107 if test "x$LINE" != x ; then
6108 eval "DEFAULT_$LINE"
6109 else
6110 no_cache=1
6111 fi
6112
6113 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6114
6115 fi;
6116
6117 eval "$ac_cv_use_zipstream"
6118 if test "$no_cache" != 1; then
6119 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6120 fi
6121
6122 if test "$wxUSE_ZIPSTREAM" = yes; then
6123 echo "$as_me:$LINENO: result: yes" >&5
6124 echo "${ECHO_T}yes" >&6
6125 else
6126 echo "$as_me:$LINENO: result: no" >&5
6127 echo "${ECHO_T}no" >&6
6128 fi
6129
6130
6131
6132 enablestring=
6133 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6134 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6135 no_cache=0
6136 # Check whether --enable-url or --disable-url was given.
6137 if test "${enable_url+set}" = set; then
6138 enableval="$enable_url"
6139
6140 if test "$enableval" = yes; then
6141 ac_cv_use_url='wxUSE_URL=yes'
6142 else
6143 ac_cv_use_url='wxUSE_URL=no'
6144 fi
6145
6146 else
6147
6148 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6149 if test "x$LINE" != x ; then
6150 eval "DEFAULT_$LINE"
6151 else
6152 no_cache=1
6153 fi
6154
6155 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6156
6157 fi;
6158
6159 eval "$ac_cv_use_url"
6160 if test "$no_cache" != 1; then
6161 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6162 fi
6163
6164 if test "$wxUSE_URL" = yes; then
6165 echo "$as_me:$LINENO: result: yes" >&5
6166 echo "${ECHO_T}yes" >&6
6167 else
6168 echo "$as_me:$LINENO: result: no" >&5
6169 echo "${ECHO_T}no" >&6
6170 fi
6171
6172
6173 enablestring=
6174 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6175 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6176 no_cache=0
6177 # Check whether --enable-protocol or --disable-protocol was given.
6178 if test "${enable_protocol+set}" = set; then
6179 enableval="$enable_protocol"
6180
6181 if test "$enableval" = yes; then
6182 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6183 else
6184 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6185 fi
6186
6187 else
6188
6189 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6190 if test "x$LINE" != x ; then
6191 eval "DEFAULT_$LINE"
6192 else
6193 no_cache=1
6194 fi
6195
6196 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6197
6198 fi;
6199
6200 eval "$ac_cv_use_protocol"
6201 if test "$no_cache" != 1; then
6202 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6203 fi
6204
6205 if test "$wxUSE_PROTOCOL" = yes; then
6206 echo "$as_me:$LINENO: result: yes" >&5
6207 echo "${ECHO_T}yes" >&6
6208 else
6209 echo "$as_me:$LINENO: result: no" >&5
6210 echo "${ECHO_T}no" >&6
6211 fi
6212
6213
6214 enablestring=
6215 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6216 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6217 no_cache=0
6218 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6219 if test "${enable_protocol_http+set}" = set; then
6220 enableval="$enable_protocol_http"
6221
6222 if test "$enableval" = yes; then
6223 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6224 else
6225 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6226 fi
6227
6228 else
6229
6230 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6231 if test "x$LINE" != x ; then
6232 eval "DEFAULT_$LINE"
6233 else
6234 no_cache=1
6235 fi
6236
6237 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6238
6239 fi;
6240
6241 eval "$ac_cv_use_protocol_http"
6242 if test "$no_cache" != 1; then
6243 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6244 fi
6245
6246 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6247 echo "$as_me:$LINENO: result: yes" >&5
6248 echo "${ECHO_T}yes" >&6
6249 else
6250 echo "$as_me:$LINENO: result: no" >&5
6251 echo "${ECHO_T}no" >&6
6252 fi
6253
6254
6255 enablestring=
6256 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6257 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6258 no_cache=0
6259 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6260 if test "${enable_protocol_ftp+set}" = set; then
6261 enableval="$enable_protocol_ftp"
6262
6263 if test "$enableval" = yes; then
6264 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6265 else
6266 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6267 fi
6268
6269 else
6270
6271 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6272 if test "x$LINE" != x ; then
6273 eval "DEFAULT_$LINE"
6274 else
6275 no_cache=1
6276 fi
6277
6278 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6279
6280 fi;
6281
6282 eval "$ac_cv_use_protocol_ftp"
6283 if test "$no_cache" != 1; then
6284 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6285 fi
6286
6287 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6288 echo "$as_me:$LINENO: result: yes" >&5
6289 echo "${ECHO_T}yes" >&6
6290 else
6291 echo "$as_me:$LINENO: result: no" >&5
6292 echo "${ECHO_T}no" >&6
6293 fi
6294
6295
6296 enablestring=
6297 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6298 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6299 no_cache=0
6300 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6301 if test "${enable_protocol_file+set}" = set; then
6302 enableval="$enable_protocol_file"
6303
6304 if test "$enableval" = yes; then
6305 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6306 else
6307 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6308 fi
6309
6310 else
6311
6312 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6313 if test "x$LINE" != x ; then
6314 eval "DEFAULT_$LINE"
6315 else
6316 no_cache=1
6317 fi
6318
6319 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6320
6321 fi;
6322
6323 eval "$ac_cv_use_protocol_file"
6324 if test "$no_cache" != 1; then
6325 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6326 fi
6327
6328 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6329 echo "$as_me:$LINENO: result: yes" >&5
6330 echo "${ECHO_T}yes" >&6
6331 else
6332 echo "$as_me:$LINENO: result: no" >&5
6333 echo "${ECHO_T}no" >&6
6334 fi
6335
6336
6337
6338
6339
6340 enablestring=
6341 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6342 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6343 no_cache=0
6344 # Check whether --enable-threads or --disable-threads was given.
6345 if test "${enable_threads+set}" = set; then
6346 enableval="$enable_threads"
6347
6348 if test "$enableval" = yes; then
6349 ac_cv_use_threads='wxUSE_THREADS=yes'
6350 else
6351 ac_cv_use_threads='wxUSE_THREADS=no'
6352 fi
6353
6354 else
6355
6356 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6357 if test "x$LINE" != x ; then
6358 eval "DEFAULT_$LINE"
6359 else
6360 no_cache=1
6361 fi
6362
6363 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6364
6365 fi;
6366
6367 eval "$ac_cv_use_threads"
6368 if test "$no_cache" != 1; then
6369 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6370 fi
6371
6372 if test "$wxUSE_THREADS" = yes; then
6373 echo "$as_me:$LINENO: result: yes" >&5
6374 echo "${ECHO_T}yes" >&6
6375 else
6376 echo "$as_me:$LINENO: result: no" >&5
6377 echo "${ECHO_T}no" >&6
6378 fi
6379
6380
6381 if test "$wxUSE_GUI" = "yes"; then
6382
6383
6384
6385 enablestring=
6386 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6387 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6388 no_cache=0
6389 # Check whether --enable-docview or --disable-docview was given.
6390 if test "${enable_docview+set}" = set; then
6391 enableval="$enable_docview"
6392
6393 if test "$enableval" = yes; then
6394 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6395 else
6396 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6397 fi
6398
6399 else
6400
6401 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6402 if test "x$LINE" != x ; then
6403 eval "DEFAULT_$LINE"
6404 else
6405 no_cache=1
6406 fi
6407
6408 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6409
6410 fi;
6411
6412 eval "$ac_cv_use_docview"
6413 if test "$no_cache" != 1; then
6414 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6415 fi
6416
6417 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6418 echo "$as_me:$LINENO: result: yes" >&5
6419 echo "${ECHO_T}yes" >&6
6420 else
6421 echo "$as_me:$LINENO: result: no" >&5
6422 echo "${ECHO_T}no" >&6
6423 fi
6424
6425
6426 enablestring=
6427 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6428 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6429 no_cache=0
6430 # Check whether --enable-help or --disable-help was given.
6431 if test "${enable_help+set}" = set; then
6432 enableval="$enable_help"
6433
6434 if test "$enableval" = yes; then
6435 ac_cv_use_help='wxUSE_HELP=yes'
6436 else
6437 ac_cv_use_help='wxUSE_HELP=no'
6438 fi
6439
6440 else
6441
6442 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6443 if test "x$LINE" != x ; then
6444 eval "DEFAULT_$LINE"
6445 else
6446 no_cache=1
6447 fi
6448
6449 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6450
6451 fi;
6452
6453 eval "$ac_cv_use_help"
6454 if test "$no_cache" != 1; then
6455 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6456 fi
6457
6458 if test "$wxUSE_HELP" = yes; then
6459 echo "$as_me:$LINENO: result: yes" >&5
6460 echo "${ECHO_T}yes" >&6
6461 else
6462 echo "$as_me:$LINENO: result: no" >&5
6463 echo "${ECHO_T}no" >&6
6464 fi
6465
6466
6467 enablestring=
6468 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6469 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6470 no_cache=0
6471 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6472 if test "${enable_mshtmlhelp+set}" = set; then
6473 enableval="$enable_mshtmlhelp"
6474
6475 if test "$enableval" = yes; then
6476 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6477 else
6478 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6479 fi
6480
6481 else
6482
6483 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6484 if test "x$LINE" != x ; then
6485 eval "DEFAULT_$LINE"
6486 else
6487 no_cache=1
6488 fi
6489
6490 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6491
6492 fi;
6493
6494 eval "$ac_cv_use_mshtmlhelp"
6495 if test "$no_cache" != 1; then
6496 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6497 fi
6498
6499 if test "$wxUSE_MS_HTML_HELP" = yes; then
6500 echo "$as_me:$LINENO: result: yes" >&5
6501 echo "${ECHO_T}yes" >&6
6502 else
6503 echo "$as_me:$LINENO: result: no" >&5
6504 echo "${ECHO_T}no" >&6
6505 fi
6506
6507
6508 enablestring=
6509 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6510 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6511 no_cache=0
6512 # Check whether --enable-html or --disable-html was given.
6513 if test "${enable_html+set}" = set; then
6514 enableval="$enable_html"
6515
6516 if test "$enableval" = yes; then
6517 ac_cv_use_html='wxUSE_HTML=yes'
6518 else
6519 ac_cv_use_html='wxUSE_HTML=no'
6520 fi
6521
6522 else
6523
6524 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6525 if test "x$LINE" != x ; then
6526 eval "DEFAULT_$LINE"
6527 else
6528 no_cache=1
6529 fi
6530
6531 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6532
6533 fi;
6534
6535 eval "$ac_cv_use_html"
6536 if test "$no_cache" != 1; then
6537 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6538 fi
6539
6540 if test "$wxUSE_HTML" = yes; then
6541 echo "$as_me:$LINENO: result: yes" >&5
6542 echo "${ECHO_T}yes" >&6
6543 else
6544 echo "$as_me:$LINENO: result: no" >&5
6545 echo "${ECHO_T}no" >&6
6546 fi
6547
6548
6549 enablestring=
6550 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6551 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6552 no_cache=0
6553 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6554 if test "${enable_htmlhelp+set}" = set; then
6555 enableval="$enable_htmlhelp"
6556
6557 if test "$enableval" = yes; then
6558 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6559 else
6560 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6561 fi
6562
6563 else
6564
6565 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6566 if test "x$LINE" != x ; then
6567 eval "DEFAULT_$LINE"
6568 else
6569 no_cache=1
6570 fi
6571
6572 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6573
6574 fi;
6575
6576 eval "$ac_cv_use_htmlhelp"
6577 if test "$no_cache" != 1; then
6578 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6579 fi
6580
6581 if test "$wxUSE_WXHTML_HELP" = yes; then
6582 echo "$as_me:$LINENO: result: yes" >&5
6583 echo "${ECHO_T}yes" >&6
6584 else
6585 echo "$as_me:$LINENO: result: no" >&5
6586 echo "${ECHO_T}no" >&6
6587 fi
6588
6589
6590 enablestring=
6591 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6592 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6593 no_cache=0
6594 # Check whether --enable-xrc or --disable-xrc was given.
6595 if test "${enable_xrc+set}" = set; then
6596 enableval="$enable_xrc"
6597
6598 if test "$enableval" = yes; then
6599 ac_cv_use_xrc='wxUSE_XRC=yes'
6600 else
6601 ac_cv_use_xrc='wxUSE_XRC=no'
6602 fi
6603
6604 else
6605
6606 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6607 if test "x$LINE" != x ; then
6608 eval "DEFAULT_$LINE"
6609 else
6610 no_cache=1
6611 fi
6612
6613 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6614
6615 fi;
6616
6617 eval "$ac_cv_use_xrc"
6618 if test "$no_cache" != 1; then
6619 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6620 fi
6621
6622 if test "$wxUSE_XRC" = yes; then
6623 echo "$as_me:$LINENO: result: yes" >&5
6624 echo "${ECHO_T}yes" >&6
6625 else
6626 echo "$as_me:$LINENO: result: no" >&5
6627 echo "${ECHO_T}no" >&6
6628 fi
6629
6630
6631 enablestring=
6632 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6633 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6634 no_cache=0
6635 # Check whether --enable-constraints or --disable-constraints was given.
6636 if test "${enable_constraints+set}" = set; then
6637 enableval="$enable_constraints"
6638
6639 if test "$enableval" = yes; then
6640 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6641 else
6642 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6643 fi
6644
6645 else
6646
6647 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6648 if test "x$LINE" != x ; then
6649 eval "DEFAULT_$LINE"
6650 else
6651 no_cache=1
6652 fi
6653
6654 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6655
6656 fi;
6657
6658 eval "$ac_cv_use_constraints"
6659 if test "$no_cache" != 1; then
6660 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6661 fi
6662
6663 if test "$wxUSE_CONSTRAINTS" = yes; then
6664 echo "$as_me:$LINENO: result: yes" >&5
6665 echo "${ECHO_T}yes" >&6
6666 else
6667 echo "$as_me:$LINENO: result: no" >&5
6668 echo "${ECHO_T}no" >&6
6669 fi
6670
6671
6672 enablestring=
6673 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6674 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6675 no_cache=0
6676 # Check whether --enable-printarch or --disable-printarch was given.
6677 if test "${enable_printarch+set}" = set; then
6678 enableval="$enable_printarch"
6679
6680 if test "$enableval" = yes; then
6681 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6682 else
6683 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6684 fi
6685
6686 else
6687
6688 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6689 if test "x$LINE" != x ; then
6690 eval "DEFAULT_$LINE"
6691 else
6692 no_cache=1
6693 fi
6694
6695 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6696
6697 fi;
6698
6699 eval "$ac_cv_use_printarch"
6700 if test "$no_cache" != 1; then
6701 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6702 fi
6703
6704 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6705 echo "$as_me:$LINENO: result: yes" >&5
6706 echo "${ECHO_T}yes" >&6
6707 else
6708 echo "$as_me:$LINENO: result: no" >&5
6709 echo "${ECHO_T}no" >&6
6710 fi
6711
6712
6713 enablestring=
6714 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6715 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6716 no_cache=0
6717 # Check whether --enable-mdi or --disable-mdi was given.
6718 if test "${enable_mdi+set}" = set; then
6719 enableval="$enable_mdi"
6720
6721 if test "$enableval" = yes; then
6722 ac_cv_use_mdi='wxUSE_MDI=yes'
6723 else
6724 ac_cv_use_mdi='wxUSE_MDI=no'
6725 fi
6726
6727 else
6728
6729 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6730 if test "x$LINE" != x ; then
6731 eval "DEFAULT_$LINE"
6732 else
6733 no_cache=1
6734 fi
6735
6736 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6737
6738 fi;
6739
6740 eval "$ac_cv_use_mdi"
6741 if test "$no_cache" != 1; then
6742 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6743 fi
6744
6745 if test "$wxUSE_MDI" = yes; then
6746 echo "$as_me:$LINENO: result: yes" >&5
6747 echo "${ECHO_T}yes" >&6
6748 else
6749 echo "$as_me:$LINENO: result: no" >&5
6750 echo "${ECHO_T}no" >&6
6751 fi
6752
6753
6754 enablestring=
6755 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6756 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6757 no_cache=0
6758 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6759 if test "${enable_mdidoc+set}" = set; then
6760 enableval="$enable_mdidoc"
6761
6762 if test "$enableval" = yes; then
6763 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6764 else
6765 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6766 fi
6767
6768 else
6769
6770 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6771 if test "x$LINE" != x ; then
6772 eval "DEFAULT_$LINE"
6773 else
6774 no_cache=1
6775 fi
6776
6777 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6778
6779 fi;
6780
6781 eval "$ac_cv_use_mdidoc"
6782 if test "$no_cache" != 1; then
6783 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6784 fi
6785
6786 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6787 echo "$as_me:$LINENO: result: yes" >&5
6788 echo "${ECHO_T}yes" >&6
6789 else
6790 echo "$as_me:$LINENO: result: no" >&5
6791 echo "${ECHO_T}no" >&6
6792 fi
6793
6794
6795 enablestring=
6796 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6797 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6798 no_cache=0
6799 # Check whether --enable-loggui or --disable-loggui was given.
6800 if test "${enable_loggui+set}" = set; then
6801 enableval="$enable_loggui"
6802
6803 if test "$enableval" = yes; then
6804 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6805 else
6806 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6807 fi
6808
6809 else
6810
6811 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6812 if test "x$LINE" != x ; then
6813 eval "DEFAULT_$LINE"
6814 else
6815 no_cache=1
6816 fi
6817
6818 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6819
6820 fi;
6821
6822 eval "$ac_cv_use_loggui"
6823 if test "$no_cache" != 1; then
6824 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6825 fi
6826
6827 if test "$wxUSE_LOGGUI" = yes; then
6828 echo "$as_me:$LINENO: result: yes" >&5
6829 echo "${ECHO_T}yes" >&6
6830 else
6831 echo "$as_me:$LINENO: result: no" >&5
6832 echo "${ECHO_T}no" >&6
6833 fi
6834
6835
6836 enablestring=
6837 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6838 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6839 no_cache=0
6840 # Check whether --enable-logwin or --disable-logwin was given.
6841 if test "${enable_logwin+set}" = set; then
6842 enableval="$enable_logwin"
6843
6844 if test "$enableval" = yes; then
6845 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6846 else
6847 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6848 fi
6849
6850 else
6851
6852 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6853 if test "x$LINE" != x ; then
6854 eval "DEFAULT_$LINE"
6855 else
6856 no_cache=1
6857 fi
6858
6859 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6860
6861 fi;
6862
6863 eval "$ac_cv_use_logwin"
6864 if test "$no_cache" != 1; then
6865 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6866 fi
6867
6868 if test "$wxUSE_LOGWINDOW" = yes; then
6869 echo "$as_me:$LINENO: result: yes" >&5
6870 echo "${ECHO_T}yes" >&6
6871 else
6872 echo "$as_me:$LINENO: result: no" >&5
6873 echo "${ECHO_T}no" >&6
6874 fi
6875
6876
6877 enablestring=
6878 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6879 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6880 no_cache=0
6881 # Check whether --enable-logdialog or --disable-logdialog was given.
6882 if test "${enable_logdialog+set}" = set; then
6883 enableval="$enable_logdialog"
6884
6885 if test "$enableval" = yes; then
6886 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6887 else
6888 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6889 fi
6890
6891 else
6892
6893 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6894 if test "x$LINE" != x ; then
6895 eval "DEFAULT_$LINE"
6896 else
6897 no_cache=1
6898 fi
6899
6900 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6901
6902 fi;
6903
6904 eval "$ac_cv_use_logdialog"
6905 if test "$no_cache" != 1; then
6906 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6907 fi
6908
6909 if test "$wxUSE_LOGDIALOG" = yes; then
6910 echo "$as_me:$LINENO: result: yes" >&5
6911 echo "${ECHO_T}yes" >&6
6912 else
6913 echo "$as_me:$LINENO: result: no" >&5
6914 echo "${ECHO_T}no" >&6
6915 fi
6916
6917
6918 enablestring=
6919 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6920 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6921 no_cache=0
6922 # Check whether --enable-webkit or --disable-webkit was given.
6923 if test "${enable_webkit+set}" = set; then
6924 enableval="$enable_webkit"
6925
6926 if test "$enableval" = yes; then
6927 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6928 else
6929 ac_cv_use_webkit='wxUSE_WEBKIT=no'
6930 fi
6931
6932 else
6933
6934 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6935 if test "x$LINE" != x ; then
6936 eval "DEFAULT_$LINE"
6937 else
6938 no_cache=1
6939 fi
6940
6941 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6942
6943 fi;
6944
6945 eval "$ac_cv_use_webkit"
6946 if test "$no_cache" != 1; then
6947 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6948 fi
6949
6950 if test "$wxUSE_WEBKIT" = yes; then
6951 echo "$as_me:$LINENO: result: yes" >&5
6952 echo "${ECHO_T}yes" >&6
6953 else
6954 echo "$as_me:$LINENO: result: no" >&5
6955 echo "${ECHO_T}no" >&6
6956 fi
6957
6958
6959
6960 enablestring=
6961 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6962 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6963 no_cache=0
6964 # Check whether --enable-postscript or --disable-postscript was given.
6965 if test "${enable_postscript+set}" = set; then
6966 enableval="$enable_postscript"
6967
6968 if test "$enableval" = yes; then
6969 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6970 else
6971 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6972 fi
6973
6974 else
6975
6976 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6977 if test "x$LINE" != x ; then
6978 eval "DEFAULT_$LINE"
6979 else
6980 no_cache=1
6981 fi
6982
6983 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6984
6985 fi;
6986
6987 eval "$ac_cv_use_postscript"
6988 if test "$no_cache" != 1; then
6989 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6990 fi
6991
6992 if test "$wxUSE_POSTSCRIPT" = yes; then
6993 echo "$as_me:$LINENO: result: yes" >&5
6994 echo "${ECHO_T}yes" >&6
6995 else
6996 echo "$as_me:$LINENO: result: no" >&5
6997 echo "${ECHO_T}no" >&6
6998 fi
6999
7000
7001
7002
7003
7004 enablestring=
7005 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7006 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7007 no_cache=0
7008 # Check whether --enable-prologio or --disable-prologio was given.
7009 if test "${enable_prologio+set}" = set; then
7010 enableval="$enable_prologio"
7011
7012 if test "$enableval" = yes; then
7013 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
7014 else
7015 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
7016 fi
7017
7018 else
7019
7020 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7021 if test "x$LINE" != x ; then
7022 eval "DEFAULT_$LINE"
7023 else
7024 no_cache=1
7025 fi
7026
7027 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7028
7029 fi;
7030
7031 eval "$ac_cv_use_prologio"
7032 if test "$no_cache" != 1; then
7033 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7034 fi
7035
7036 if test "$wxUSE_PROLOGIO" = yes; then
7037 echo "$as_me:$LINENO: result: yes" >&5
7038 echo "${ECHO_T}yes" >&6
7039 else
7040 echo "$as_me:$LINENO: result: no" >&5
7041 echo "${ECHO_T}no" >&6
7042 fi
7043
7044
7045 enablestring=
7046 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7047 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7048 no_cache=0
7049 # Check whether --enable-resources or --disable-resources was given.
7050 if test "${enable_resources+set}" = set; then
7051 enableval="$enable_resources"
7052
7053 if test "$enableval" = yes; then
7054 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7055 else
7056 ac_cv_use_resources='wxUSE_RESOURCES=no'
7057 fi
7058
7059 else
7060
7061 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7062 if test "x$LINE" != x ; then
7063 eval "DEFAULT_$LINE"
7064 else
7065 no_cache=1
7066 fi
7067
7068 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7069
7070 fi;
7071
7072 eval "$ac_cv_use_resources"
7073 if test "$no_cache" != 1; then
7074 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7075 fi
7076
7077 if test "$wxUSE_RESOURCES" = yes; then
7078 echo "$as_me:$LINENO: result: yes" >&5
7079 echo "${ECHO_T}yes" >&6
7080 else
7081 echo "$as_me:$LINENO: result: no" >&5
7082 echo "${ECHO_T}no" >&6
7083 fi
7084
7085
7086
7087
7088 enablestring=
7089 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7090 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7091 no_cache=0
7092 # Check whether --enable-clipboard or --disable-clipboard was given.
7093 if test "${enable_clipboard+set}" = set; then
7094 enableval="$enable_clipboard"
7095
7096 if test "$enableval" = yes; then
7097 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7098 else
7099 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7100 fi
7101
7102 else
7103
7104 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7105 if test "x$LINE" != x ; then
7106 eval "DEFAULT_$LINE"
7107 else
7108 no_cache=1
7109 fi
7110
7111 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7112
7113 fi;
7114
7115 eval "$ac_cv_use_clipboard"
7116 if test "$no_cache" != 1; then
7117 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7118 fi
7119
7120 if test "$wxUSE_CLIPBOARD" = yes; then
7121 echo "$as_me:$LINENO: result: yes" >&5
7122 echo "${ECHO_T}yes" >&6
7123 else
7124 echo "$as_me:$LINENO: result: no" >&5
7125 echo "${ECHO_T}no" >&6
7126 fi
7127
7128
7129 enablestring=
7130 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7131 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7132 no_cache=0
7133 # Check whether --enable-dnd or --disable-dnd was given.
7134 if test "${enable_dnd+set}" = set; then
7135 enableval="$enable_dnd"
7136
7137 if test "$enableval" = yes; then
7138 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7139 else
7140 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7141 fi
7142
7143 else
7144
7145 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7146 if test "x$LINE" != x ; then
7147 eval "DEFAULT_$LINE"
7148 else
7149 no_cache=1
7150 fi
7151
7152 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7153
7154 fi;
7155
7156 eval "$ac_cv_use_dnd"
7157 if test "$no_cache" != 1; then
7158 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7159 fi
7160
7161 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7162 echo "$as_me:$LINENO: result: yes" >&5
7163 echo "${ECHO_T}yes" >&6
7164 else
7165 echo "$as_me:$LINENO: result: no" >&5
7166 echo "${ECHO_T}no" >&6
7167 fi
7168
7169
7170 enablestring=
7171 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7172 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7173 no_cache=0
7174 # Check whether --enable-metafile or --disable-metafile was given.
7175 if test "${enable_metafile+set}" = set; then
7176 enableval="$enable_metafile"
7177
7178 if test "$enableval" = yes; then
7179 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7180 else
7181 ac_cv_use_metafile='wxUSE_METAFILE=no'
7182 fi
7183
7184 else
7185
7186 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7187 if test "x$LINE" != x ; then
7188 eval "DEFAULT_$LINE"
7189 else
7190 no_cache=1
7191 fi
7192
7193 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7194
7195 fi;
7196
7197 eval "$ac_cv_use_metafile"
7198 if test "$no_cache" != 1; then
7199 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7200 fi
7201
7202 if test "$wxUSE_METAFILE" = yes; then
7203 echo "$as_me:$LINENO: result: yes" >&5
7204 echo "${ECHO_T}yes" >&6
7205 else
7206 echo "$as_me:$LINENO: result: no" >&5
7207 echo "${ECHO_T}no" >&6
7208 fi
7209
7210
7211
7212
7213
7214 enablestring=
7215 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7216 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7217 no_cache=0
7218 # Check whether --enable-controls or --disable-controls was given.
7219 if test "${enable_controls+set}" = set; then
7220 enableval="$enable_controls"
7221
7222 if test "$enableval" = yes; then
7223 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7224 else
7225 ac_cv_use_controls='wxUSE_CONTROLS=no'
7226 fi
7227
7228 else
7229
7230 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7231 if test "x$LINE" != x ; then
7232 eval "DEFAULT_$LINE"
7233 else
7234 no_cache=1
7235 fi
7236
7237 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7238
7239 fi;
7240
7241 eval "$ac_cv_use_controls"
7242 if test "$no_cache" != 1; then
7243 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7244 fi
7245
7246 if test "$wxUSE_CONTROLS" = yes; then
7247 echo "$as_me:$LINENO: result: yes" >&5
7248 echo "${ECHO_T}yes" >&6
7249 else
7250 echo "$as_me:$LINENO: result: no" >&5
7251 echo "${ECHO_T}no" >&6
7252 fi
7253
7254
7255 if test "$wxUSE_CONTROLS" = "yes"; then
7256 DEFAULT_wxUSE_ACCEL=yes
7257 DEFAULT_wxUSE_BMPBUTTON=yes
7258 DEFAULT_wxUSE_BUTTON=yes
7259 DEFAULT_wxUSE_CALCTRL=yes
7260 DEFAULT_wxUSE_CARET=yes
7261 DEFAULT_wxUSE_COMBOBOX=yes
7262 DEFAULT_wxUSE_CHECKBOX=yes
7263 DEFAULT_wxUSE_CHECKLISTBOX=yes
7264 DEFAULT_wxUSE_CHOICE=yes
7265 DEFAULT_wxUSE_CHOICEBOOK=yes
7266 DEFAULT_wxUSE_DATEPICKCTRL=yes
7267 DEFAULT_wxUSE_GAUGE=yes
7268 DEFAULT_wxUSE_GRID=yes
7269 DEFAULT_wxUSE_IMAGLIST=yes
7270 DEFAULT_wxUSE_LISTBOOK=yes
7271 DEFAULT_wxUSE_LISTBOX=yes
7272 DEFAULT_wxUSE_LISTCTRL=yes
7273 DEFAULT_wxUSE_NOTEBOOK=yes
7274 DEFAULT_wxUSE_RADIOBOX=yes
7275 DEFAULT_wxUSE_RADIOBTN=yes
7276 DEFAULT_wxUSE_SASH=yes
7277 DEFAULT_wxUSE_SCROLLBAR=yes
7278 DEFAULT_wxUSE_SLIDER=yes
7279 DEFAULT_wxUSE_SPINBTN=yes
7280 DEFAULT_wxUSE_SPINCTRL=yes
7281 DEFAULT_wxUSE_SPLITTER=yes
7282 DEFAULT_wxUSE_STATBMP=yes
7283 DEFAULT_wxUSE_STATBOX=yes
7284 DEFAULT_wxUSE_STATLINE=yes
7285 DEFAULT_wxUSE_STATUSBAR=yes
7286 DEFAULT_wxUSE_TAB_DIALOG=yes
7287 DEFAULT_wxUSE_TOGGLEBTN=yes
7288 DEFAULT_wxUSE_TOOLBAR=yes
7289 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7290 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7291 DEFAULT_wxUSE_TOOLTIPS=yes
7292 DEFAULT_wxUSE_TREECTRL=yes
7293 DEFAULT_wxUSE_POPUPWIN=yes
7294 DEFAULT_wxUSE_TIPWINDOW=yes
7295 elif test "$wxUSE_CONTROLS" = "no"; then
7296 DEFAULT_wxUSE_ACCEL=no
7297 DEFAULT_wxUSE_BMPBUTTON=no
7298 DEFAULT_wxUSE_BUTTON=no
7299 DEFAULT_wxUSE_CALCTRL=no
7300 DEFAULT_wxUSE_CARET=no
7301 DEFAULT_wxUSE_COMBOBOX=no
7302 DEFAULT_wxUSE_CHECKBOX=no
7303 DEFAULT_wxUSE_CHECKLISTBOX=no
7304 DEFAULT_wxUSE_CHOICE=no
7305 DEFAULT_wxUSE_CHOICEBOOK=no
7306 DEFAULT_wxUSE_DATEPICKCTRL=no
7307 DEFAULT_wxUSE_GAUGE=no
7308 DEFAULT_wxUSE_GRID=no
7309 DEFAULT_wxUSE_IMAGLIST=no
7310 DEFAULT_wxUSE_LISTBOOK=no
7311 DEFAULT_wxUSE_LISTBOX=no
7312 DEFAULT_wxUSE_LISTCTRL=no
7313 DEFAULT_wxUSE_NOTEBOOK=no
7314 DEFAULT_wxUSE_RADIOBOX=no
7315 DEFAULT_wxUSE_RADIOBTN=no
7316 DEFAULT_wxUSE_SASH=no
7317 DEFAULT_wxUSE_SCROLLBAR=no
7318 DEFAULT_wxUSE_SLIDER=no
7319 DEFAULT_wxUSE_SPINBTN=no
7320 DEFAULT_wxUSE_SPINCTRL=no
7321 DEFAULT_wxUSE_SPLITTER=no
7322 DEFAULT_wxUSE_STATBMP=no
7323 DEFAULT_wxUSE_STATBOX=no
7324 DEFAULT_wxUSE_STATLINE=no
7325 DEFAULT_wxUSE_STATUSBAR=no
7326 DEFAULT_wxUSE_TAB_DIALOG=no
7327 DEFAULT_wxUSE_TOGGLEBTN=no
7328 DEFAULT_wxUSE_TOOLBAR=no
7329 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7330 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7331 DEFAULT_wxUSE_TOOLTIPS=no
7332 DEFAULT_wxUSE_TREECTRL=no
7333 DEFAULT_wxUSE_POPUPWIN=no
7334 DEFAULT_wxUSE_TIPWINDOW=no
7335 fi
7336
7337
7338 enablestring=
7339 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7340 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7341 no_cache=0
7342 # Check whether --enable-accel or --disable-accel was given.
7343 if test "${enable_accel+set}" = set; then
7344 enableval="$enable_accel"
7345
7346 if test "$enableval" = yes; then
7347 ac_cv_use_accel='wxUSE_ACCEL=yes'
7348 else
7349 ac_cv_use_accel='wxUSE_ACCEL=no'
7350 fi
7351
7352 else
7353
7354 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7355 if test "x$LINE" != x ; then
7356 eval "DEFAULT_$LINE"
7357 else
7358 no_cache=1
7359 fi
7360
7361 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7362
7363 fi;
7364
7365 eval "$ac_cv_use_accel"
7366 if test "$no_cache" != 1; then
7367 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7368 fi
7369
7370 if test "$wxUSE_ACCEL" = yes; then
7371 echo "$as_me:$LINENO: result: yes" >&5
7372 echo "${ECHO_T}yes" >&6
7373 else
7374 echo "$as_me:$LINENO: result: no" >&5
7375 echo "${ECHO_T}no" >&6
7376 fi
7377
7378
7379 enablestring=
7380 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7381 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7382 no_cache=0
7383 # Check whether --enable-button or --disable-button was given.
7384 if test "${enable_button+set}" = set; then
7385 enableval="$enable_button"
7386
7387 if test "$enableval" = yes; then
7388 ac_cv_use_button='wxUSE_BUTTON=yes'
7389 else
7390 ac_cv_use_button='wxUSE_BUTTON=no'
7391 fi
7392
7393 else
7394
7395 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7396 if test "x$LINE" != x ; then
7397 eval "DEFAULT_$LINE"
7398 else
7399 no_cache=1
7400 fi
7401
7402 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7403
7404 fi;
7405
7406 eval "$ac_cv_use_button"
7407 if test "$no_cache" != 1; then
7408 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7409 fi
7410
7411 if test "$wxUSE_BUTTON" = yes; then
7412 echo "$as_me:$LINENO: result: yes" >&5
7413 echo "${ECHO_T}yes" >&6
7414 else
7415 echo "$as_me:$LINENO: result: no" >&5
7416 echo "${ECHO_T}no" >&6
7417 fi
7418
7419
7420 enablestring=
7421 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7422 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7423 no_cache=0
7424 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7425 if test "${enable_bmpbutton+set}" = set; then
7426 enableval="$enable_bmpbutton"
7427
7428 if test "$enableval" = yes; then
7429 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7430 else
7431 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7432 fi
7433
7434 else
7435
7436 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7437 if test "x$LINE" != x ; then
7438 eval "DEFAULT_$LINE"
7439 else
7440 no_cache=1
7441 fi
7442
7443 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7444
7445 fi;
7446
7447 eval "$ac_cv_use_bmpbutton"
7448 if test "$no_cache" != 1; then
7449 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7450 fi
7451
7452 if test "$wxUSE_BMPBUTTON" = yes; then
7453 echo "$as_me:$LINENO: result: yes" >&5
7454 echo "${ECHO_T}yes" >&6
7455 else
7456 echo "$as_me:$LINENO: result: no" >&5
7457 echo "${ECHO_T}no" >&6
7458 fi
7459
7460
7461 enablestring=
7462 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7463 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7464 no_cache=0
7465 # Check whether --enable-calendar or --disable-calendar was given.
7466 if test "${enable_calendar+set}" = set; then
7467 enableval="$enable_calendar"
7468
7469 if test "$enableval" = yes; then
7470 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7471 else
7472 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7473 fi
7474
7475 else
7476
7477 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7478 if test "x$LINE" != x ; then
7479 eval "DEFAULT_$LINE"
7480 else
7481 no_cache=1
7482 fi
7483
7484 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7485
7486 fi;
7487
7488 eval "$ac_cv_use_calendar"
7489 if test "$no_cache" != 1; then
7490 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7491 fi
7492
7493 if test "$wxUSE_CALCTRL" = yes; then
7494 echo "$as_me:$LINENO: result: yes" >&5
7495 echo "${ECHO_T}yes" >&6
7496 else
7497 echo "$as_me:$LINENO: result: no" >&5
7498 echo "${ECHO_T}no" >&6
7499 fi
7500
7501
7502 enablestring=
7503 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7504 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7505 no_cache=0
7506 # Check whether --enable-caret or --disable-caret was given.
7507 if test "${enable_caret+set}" = set; then
7508 enableval="$enable_caret"
7509
7510 if test "$enableval" = yes; then
7511 ac_cv_use_caret='wxUSE_CARET=yes'
7512 else
7513 ac_cv_use_caret='wxUSE_CARET=no'
7514 fi
7515
7516 else
7517
7518 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7519 if test "x$LINE" != x ; then
7520 eval "DEFAULT_$LINE"
7521 else
7522 no_cache=1
7523 fi
7524
7525 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7526
7527 fi;
7528
7529 eval "$ac_cv_use_caret"
7530 if test "$no_cache" != 1; then
7531 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7532 fi
7533
7534 if test "$wxUSE_CARET" = yes; then
7535 echo "$as_me:$LINENO: result: yes" >&5
7536 echo "${ECHO_T}yes" >&6
7537 else
7538 echo "$as_me:$LINENO: result: no" >&5
7539 echo "${ECHO_T}no" >&6
7540 fi
7541
7542
7543 enablestring=
7544 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7545 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7546 no_cache=0
7547 # Check whether --enable-checkbox or --disable-checkbox was given.
7548 if test "${enable_checkbox+set}" = set; then
7549 enableval="$enable_checkbox"
7550
7551 if test "$enableval" = yes; then
7552 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7553 else
7554 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7555 fi
7556
7557 else
7558
7559 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7560 if test "x$LINE" != x ; then
7561 eval "DEFAULT_$LINE"
7562 else
7563 no_cache=1
7564 fi
7565
7566 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7567
7568 fi;
7569
7570 eval "$ac_cv_use_checkbox"
7571 if test "$no_cache" != 1; then
7572 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7573 fi
7574
7575 if test "$wxUSE_CHECKBOX" = yes; then
7576 echo "$as_me:$LINENO: result: yes" >&5
7577 echo "${ECHO_T}yes" >&6
7578 else
7579 echo "$as_me:$LINENO: result: no" >&5
7580 echo "${ECHO_T}no" >&6
7581 fi
7582
7583
7584 enablestring=
7585 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7586 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7587 no_cache=0
7588 # Check whether --enable-checklst or --disable-checklst was given.
7589 if test "${enable_checklst+set}" = set; then
7590 enableval="$enable_checklst"
7591
7592 if test "$enableval" = yes; then
7593 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7594 else
7595 ac_cv_use_checklst='wxUSE_CHECKLST=no'
7596 fi
7597
7598 else
7599
7600 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7601 if test "x$LINE" != x ; then
7602 eval "DEFAULT_$LINE"
7603 else
7604 no_cache=1
7605 fi
7606
7607 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7608
7609 fi;
7610
7611 eval "$ac_cv_use_checklst"
7612 if test "$no_cache" != 1; then
7613 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7614 fi
7615
7616 if test "$wxUSE_CHECKLST" = yes; then
7617 echo "$as_me:$LINENO: result: yes" >&5
7618 echo "${ECHO_T}yes" >&6
7619 else
7620 echo "$as_me:$LINENO: result: no" >&5
7621 echo "${ECHO_T}no" >&6
7622 fi
7623
7624
7625 enablestring=
7626 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7627 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7628 no_cache=0
7629 # Check whether --enable-choice or --disable-choice was given.
7630 if test "${enable_choice+set}" = set; then
7631 enableval="$enable_choice"
7632
7633 if test "$enableval" = yes; then
7634 ac_cv_use_choice='wxUSE_CHOICE=yes'
7635 else
7636 ac_cv_use_choice='wxUSE_CHOICE=no'
7637 fi
7638
7639 else
7640
7641 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7642 if test "x$LINE" != x ; then
7643 eval "DEFAULT_$LINE"
7644 else
7645 no_cache=1
7646 fi
7647
7648 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7649
7650 fi;
7651
7652 eval "$ac_cv_use_choice"
7653 if test "$no_cache" != 1; then
7654 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7655 fi
7656
7657 if test "$wxUSE_CHOICE" = yes; then
7658 echo "$as_me:$LINENO: result: yes" >&5
7659 echo "${ECHO_T}yes" >&6
7660 else
7661 echo "$as_me:$LINENO: result: no" >&5
7662 echo "${ECHO_T}no" >&6
7663 fi
7664
7665
7666 enablestring=
7667 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7668 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7669 no_cache=0
7670 # Check whether --enable-choicebook or --disable-choicebook was given.
7671 if test "${enable_choicebook+set}" = set; then
7672 enableval="$enable_choicebook"
7673
7674 if test "$enableval" = yes; then
7675 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7676 else
7677 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7678 fi
7679
7680 else
7681
7682 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7683 if test "x$LINE" != x ; then
7684 eval "DEFAULT_$LINE"
7685 else
7686 no_cache=1
7687 fi
7688
7689 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7690
7691 fi;
7692
7693 eval "$ac_cv_use_choicebook"
7694 if test "$no_cache" != 1; then
7695 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7696 fi
7697
7698 if test "$wxUSE_CHOICEBOOK" = yes; then
7699 echo "$as_me:$LINENO: result: yes" >&5
7700 echo "${ECHO_T}yes" >&6
7701 else
7702 echo "$as_me:$LINENO: result: no" >&5
7703 echo "${ECHO_T}no" >&6
7704 fi
7705
7706
7707 enablestring=
7708 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7709 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7710 no_cache=0
7711 # Check whether --enable-combobox or --disable-combobox was given.
7712 if test "${enable_combobox+set}" = set; then
7713 enableval="$enable_combobox"
7714
7715 if test "$enableval" = yes; then
7716 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7717 else
7718 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7719 fi
7720
7721 else
7722
7723 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7724 if test "x$LINE" != x ; then
7725 eval "DEFAULT_$LINE"
7726 else
7727 no_cache=1
7728 fi
7729
7730 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7731
7732 fi;
7733
7734 eval "$ac_cv_use_combobox"
7735 if test "$no_cache" != 1; then
7736 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7737 fi
7738
7739 if test "$wxUSE_COMBOBOX" = yes; then
7740 echo "$as_me:$LINENO: result: yes" >&5
7741 echo "${ECHO_T}yes" >&6
7742 else
7743 echo "$as_me:$LINENO: result: no" >&5
7744 echo "${ECHO_T}no" >&6
7745 fi
7746
7747
7748 enablestring=
7749 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7750 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7751 no_cache=0
7752 # Check whether --enable-datepick or --disable-datepick was given.
7753 if test "${enable_datepick+set}" = set; then
7754 enableval="$enable_datepick"
7755
7756 if test "$enableval" = yes; then
7757 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
7758 else
7759 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
7760 fi
7761
7762 else
7763
7764 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7765 if test "x$LINE" != x ; then
7766 eval "DEFAULT_$LINE"
7767 else
7768 no_cache=1
7769 fi
7770
7771 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7772
7773 fi;
7774
7775 eval "$ac_cv_use_datepick"
7776 if test "$no_cache" != 1; then
7777 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7778 fi
7779
7780 if test "$wxUSE_DATEPICKCTRL" = yes; then
7781 echo "$as_me:$LINENO: result: yes" >&5
7782 echo "${ECHO_T}yes" >&6
7783 else
7784 echo "$as_me:$LINENO: result: no" >&5
7785 echo "${ECHO_T}no" >&6
7786 fi
7787
7788
7789 enablestring=
7790 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7791 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7792 no_cache=0
7793 # Check whether --enable-display or --disable-display was given.
7794 if test "${enable_display+set}" = set; then
7795 enableval="$enable_display"
7796
7797 if test "$enableval" = yes; then
7798 ac_cv_use_display='wxUSE_DISPLAY=yes'
7799 else
7800 ac_cv_use_display='wxUSE_DISPLAY=no'
7801 fi
7802
7803 else
7804
7805 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7806 if test "x$LINE" != x ; then
7807 eval "DEFAULT_$LINE"
7808 else
7809 no_cache=1
7810 fi
7811
7812 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7813
7814 fi;
7815
7816 eval "$ac_cv_use_display"
7817 if test "$no_cache" != 1; then
7818 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7819 fi
7820
7821 if test "$wxUSE_DISPLAY" = yes; then
7822 echo "$as_me:$LINENO: result: yes" >&5
7823 echo "${ECHO_T}yes" >&6
7824 else
7825 echo "$as_me:$LINENO: result: no" >&5
7826 echo "${ECHO_T}no" >&6
7827 fi
7828
7829
7830 enablestring=
7831 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7832 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7833 no_cache=0
7834 # Check whether --enable-gauge or --disable-gauge was given.
7835 if test "${enable_gauge+set}" = set; then
7836 enableval="$enable_gauge"
7837
7838 if test "$enableval" = yes; then
7839 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7840 else
7841 ac_cv_use_gauge='wxUSE_GAUGE=no'
7842 fi
7843
7844 else
7845
7846 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7847 if test "x$LINE" != x ; then
7848 eval "DEFAULT_$LINE"
7849 else
7850 no_cache=1
7851 fi
7852
7853 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7854
7855 fi;
7856
7857 eval "$ac_cv_use_gauge"
7858 if test "$no_cache" != 1; then
7859 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7860 fi
7861
7862 if test "$wxUSE_GAUGE" = yes; then
7863 echo "$as_me:$LINENO: result: yes" >&5
7864 echo "${ECHO_T}yes" >&6
7865 else
7866 echo "$as_me:$LINENO: result: no" >&5
7867 echo "${ECHO_T}no" >&6
7868 fi
7869
7870
7871 enablestring=
7872 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7873 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7874 no_cache=0
7875 # Check whether --enable-grid or --disable-grid was given.
7876 if test "${enable_grid+set}" = set; then
7877 enableval="$enable_grid"
7878
7879 if test "$enableval" = yes; then
7880 ac_cv_use_grid='wxUSE_GRID=yes'
7881 else
7882 ac_cv_use_grid='wxUSE_GRID=no'
7883 fi
7884
7885 else
7886
7887 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7888 if test "x$LINE" != x ; then
7889 eval "DEFAULT_$LINE"
7890 else
7891 no_cache=1
7892 fi
7893
7894 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7895
7896 fi;
7897
7898 eval "$ac_cv_use_grid"
7899 if test "$no_cache" != 1; then
7900 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7901 fi
7902
7903 if test "$wxUSE_GRID" = yes; then
7904 echo "$as_me:$LINENO: result: yes" >&5
7905 echo "${ECHO_T}yes" >&6
7906 else
7907 echo "$as_me:$LINENO: result: no" >&5
7908 echo "${ECHO_T}no" >&6
7909 fi
7910
7911
7912 enablestring=
7913 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7914 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7915 no_cache=0
7916 # Check whether --enable-imaglist or --disable-imaglist was given.
7917 if test "${enable_imaglist+set}" = set; then
7918 enableval="$enable_imaglist"
7919
7920 if test "$enableval" = yes; then
7921 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7922 else
7923 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7924 fi
7925
7926 else
7927
7928 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7929 if test "x$LINE" != x ; then
7930 eval "DEFAULT_$LINE"
7931 else
7932 no_cache=1
7933 fi
7934
7935 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7936
7937 fi;
7938
7939 eval "$ac_cv_use_imaglist"
7940 if test "$no_cache" != 1; then
7941 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7942 fi
7943
7944 if test "$wxUSE_IMAGLIST" = yes; then
7945 echo "$as_me:$LINENO: result: yes" >&5
7946 echo "${ECHO_T}yes" >&6
7947 else
7948 echo "$as_me:$LINENO: result: no" >&5
7949 echo "${ECHO_T}no" >&6
7950 fi
7951
7952
7953 enablestring=
7954 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7955 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7956 no_cache=0
7957 # Check whether --enable-listbook or --disable-listbook was given.
7958 if test "${enable_listbook+set}" = set; then
7959 enableval="$enable_listbook"
7960
7961 if test "$enableval" = yes; then
7962 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
7963 else
7964 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
7965 fi
7966
7967 else
7968
7969 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7970 if test "x$LINE" != x ; then
7971 eval "DEFAULT_$LINE"
7972 else
7973 no_cache=1
7974 fi
7975
7976 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7977
7978 fi;
7979
7980 eval "$ac_cv_use_listbook"
7981 if test "$no_cache" != 1; then
7982 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7983 fi
7984
7985 if test "$wxUSE_LISTBOOK" = yes; then
7986 echo "$as_me:$LINENO: result: yes" >&5
7987 echo "${ECHO_T}yes" >&6
7988 else
7989 echo "$as_me:$LINENO: result: no" >&5
7990 echo "${ECHO_T}no" >&6
7991 fi
7992
7993
7994 enablestring=
7995 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7996 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7997 no_cache=0
7998 # Check whether --enable-listbox or --disable-listbox was given.
7999 if test "${enable_listbox+set}" = set; then
8000 enableval="$enable_listbox"
8001
8002 if test "$enableval" = yes; then
8003 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
8004 else
8005 ac_cv_use_listbox='wxUSE_LISTBOX=no'
8006 fi
8007
8008 else
8009
8010 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8011 if test "x$LINE" != x ; then
8012 eval "DEFAULT_$LINE"
8013 else
8014 no_cache=1
8015 fi
8016
8017 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8018
8019 fi;
8020
8021 eval "$ac_cv_use_listbox"
8022 if test "$no_cache" != 1; then
8023 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8024 fi
8025
8026 if test "$wxUSE_LISTBOX" = yes; then
8027 echo "$as_me:$LINENO: result: yes" >&5
8028 echo "${ECHO_T}yes" >&6
8029 else
8030 echo "$as_me:$LINENO: result: no" >&5
8031 echo "${ECHO_T}no" >&6
8032 fi
8033
8034
8035 enablestring=
8036 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8037 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8038 no_cache=0
8039 # Check whether --enable-listctrl or --disable-listctrl was given.
8040 if test "${enable_listctrl+set}" = set; then
8041 enableval="$enable_listctrl"
8042
8043 if test "$enableval" = yes; then
8044 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8045 else
8046 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8047 fi
8048
8049 else
8050
8051 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8052 if test "x$LINE" != x ; then
8053 eval "DEFAULT_$LINE"
8054 else
8055 no_cache=1
8056 fi
8057
8058 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8059
8060 fi;
8061
8062 eval "$ac_cv_use_listctrl"
8063 if test "$no_cache" != 1; then
8064 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8065 fi
8066
8067 if test "$wxUSE_LISTCTRL" = yes; then
8068 echo "$as_me:$LINENO: result: yes" >&5
8069 echo "${ECHO_T}yes" >&6
8070 else
8071 echo "$as_me:$LINENO: result: no" >&5
8072 echo "${ECHO_T}no" >&6
8073 fi
8074
8075
8076 enablestring=
8077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8078 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8079 no_cache=0
8080 # Check whether --enable-notebook or --disable-notebook was given.
8081 if test "${enable_notebook+set}" = set; then
8082 enableval="$enable_notebook"
8083
8084 if test "$enableval" = yes; then
8085 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8086 else
8087 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8088 fi
8089
8090 else
8091
8092 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8093 if test "x$LINE" != x ; then
8094 eval "DEFAULT_$LINE"
8095 else
8096 no_cache=1
8097 fi
8098
8099 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8100
8101 fi;
8102
8103 eval "$ac_cv_use_notebook"
8104 if test "$no_cache" != 1; then
8105 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8106 fi
8107
8108 if test "$wxUSE_NOTEBOOK" = yes; then
8109 echo "$as_me:$LINENO: result: yes" >&5
8110 echo "${ECHO_T}yes" >&6
8111 else
8112 echo "$as_me:$LINENO: result: no" >&5
8113 echo "${ECHO_T}no" >&6
8114 fi
8115
8116
8117 enablestring=
8118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8119 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8120 no_cache=0
8121 # Check whether --enable-radiobox or --disable-radiobox was given.
8122 if test "${enable_radiobox+set}" = set; then
8123 enableval="$enable_radiobox"
8124
8125 if test "$enableval" = yes; then
8126 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8127 else
8128 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8129 fi
8130
8131 else
8132
8133 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8134 if test "x$LINE" != x ; then
8135 eval "DEFAULT_$LINE"
8136 else
8137 no_cache=1
8138 fi
8139
8140 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8141
8142 fi;
8143
8144 eval "$ac_cv_use_radiobox"
8145 if test "$no_cache" != 1; then
8146 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8147 fi
8148
8149 if test "$wxUSE_RADIOBOX" = yes; then
8150 echo "$as_me:$LINENO: result: yes" >&5
8151 echo "${ECHO_T}yes" >&6
8152 else
8153 echo "$as_me:$LINENO: result: no" >&5
8154 echo "${ECHO_T}no" >&6
8155 fi
8156
8157
8158 enablestring=
8159 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8160 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8161 no_cache=0
8162 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8163 if test "${enable_radiobtn+set}" = set; then
8164 enableval="$enable_radiobtn"
8165
8166 if test "$enableval" = yes; then
8167 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8168 else
8169 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8170 fi
8171
8172 else
8173
8174 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8175 if test "x$LINE" != x ; then
8176 eval "DEFAULT_$LINE"
8177 else
8178 no_cache=1
8179 fi
8180
8181 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8182
8183 fi;
8184
8185 eval "$ac_cv_use_radiobtn"
8186 if test "$no_cache" != 1; then
8187 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8188 fi
8189
8190 if test "$wxUSE_RADIOBTN" = yes; then
8191 echo "$as_me:$LINENO: result: yes" >&5
8192 echo "${ECHO_T}yes" >&6
8193 else
8194 echo "$as_me:$LINENO: result: no" >&5
8195 echo "${ECHO_T}no" >&6
8196 fi
8197
8198
8199 enablestring=
8200 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8201 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8202 no_cache=0
8203 # Check whether --enable-sash or --disable-sash was given.
8204 if test "${enable_sash+set}" = set; then
8205 enableval="$enable_sash"
8206
8207 if test "$enableval" = yes; then
8208 ac_cv_use_sash='wxUSE_SASH=yes'
8209 else
8210 ac_cv_use_sash='wxUSE_SASH=no'
8211 fi
8212
8213 else
8214
8215 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8216 if test "x$LINE" != x ; then
8217 eval "DEFAULT_$LINE"
8218 else
8219 no_cache=1
8220 fi
8221
8222 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8223
8224 fi;
8225
8226 eval "$ac_cv_use_sash"
8227 if test "$no_cache" != 1; then
8228 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8229 fi
8230
8231 if test "$wxUSE_SASH" = yes; then
8232 echo "$as_me:$LINENO: result: yes" >&5
8233 echo "${ECHO_T}yes" >&6
8234 else
8235 echo "$as_me:$LINENO: result: no" >&5
8236 echo "${ECHO_T}no" >&6
8237 fi
8238
8239
8240 enablestring=
8241 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8242 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8243 no_cache=0
8244 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8245 if test "${enable_scrollbar+set}" = set; then
8246 enableval="$enable_scrollbar"
8247
8248 if test "$enableval" = yes; then
8249 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
8250 else
8251 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
8252 fi
8253
8254 else
8255
8256 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8257 if test "x$LINE" != x ; then
8258 eval "DEFAULT_$LINE"
8259 else
8260 no_cache=1
8261 fi
8262
8263 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8264
8265 fi;
8266
8267 eval "$ac_cv_use_scrollbar"
8268 if test "$no_cache" != 1; then
8269 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8270 fi
8271
8272 if test "$wxUSE_SCROLLBAR" = yes; then
8273 echo "$as_me:$LINENO: result: yes" >&5
8274 echo "${ECHO_T}yes" >&6
8275 else
8276 echo "$as_me:$LINENO: result: no" >&5
8277 echo "${ECHO_T}no" >&6
8278 fi
8279
8280
8281 enablestring=
8282 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8283 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8284 no_cache=0
8285 # Check whether --enable-slider or --disable-slider was given.
8286 if test "${enable_slider+set}" = set; then
8287 enableval="$enable_slider"
8288
8289 if test "$enableval" = yes; then
8290 ac_cv_use_slider='wxUSE_SLIDER=yes'
8291 else
8292 ac_cv_use_slider='wxUSE_SLIDER=no'
8293 fi
8294
8295 else
8296
8297 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8298 if test "x$LINE" != x ; then
8299 eval "DEFAULT_$LINE"
8300 else
8301 no_cache=1
8302 fi
8303
8304 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8305
8306 fi;
8307
8308 eval "$ac_cv_use_slider"
8309 if test "$no_cache" != 1; then
8310 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8311 fi
8312
8313 if test "$wxUSE_SLIDER" = yes; then
8314 echo "$as_me:$LINENO: result: yes" >&5
8315 echo "${ECHO_T}yes" >&6
8316 else
8317 echo "$as_me:$LINENO: result: no" >&5
8318 echo "${ECHO_T}no" >&6
8319 fi
8320
8321
8322 enablestring=
8323 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8324 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8325 no_cache=0
8326 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8327 if test "${enable_spinbtn+set}" = set; then
8328 enableval="$enable_spinbtn"
8329
8330 if test "$enableval" = yes; then
8331 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
8332 else
8333 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
8334 fi
8335
8336 else
8337
8338 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8339 if test "x$LINE" != x ; then
8340 eval "DEFAULT_$LINE"
8341 else
8342 no_cache=1
8343 fi
8344
8345 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8346
8347 fi;
8348
8349 eval "$ac_cv_use_spinbtn"
8350 if test "$no_cache" != 1; then
8351 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8352 fi
8353
8354 if test "$wxUSE_SPINBTN" = yes; then
8355 echo "$as_me:$LINENO: result: yes" >&5
8356 echo "${ECHO_T}yes" >&6
8357 else
8358 echo "$as_me:$LINENO: result: no" >&5
8359 echo "${ECHO_T}no" >&6
8360 fi
8361
8362
8363 enablestring=
8364 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8365 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8366 no_cache=0
8367 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8368 if test "${enable_spinctrl+set}" = set; then
8369 enableval="$enable_spinctrl"
8370
8371 if test "$enableval" = yes; then
8372 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8373 else
8374 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8375 fi
8376
8377 else
8378
8379 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8380 if test "x$LINE" != x ; then
8381 eval "DEFAULT_$LINE"
8382 else
8383 no_cache=1
8384 fi
8385
8386 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8387
8388 fi;
8389
8390 eval "$ac_cv_use_spinctrl"
8391 if test "$no_cache" != 1; then
8392 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8393 fi
8394
8395 if test "$wxUSE_SPINCTRL" = yes; then
8396 echo "$as_me:$LINENO: result: yes" >&5
8397 echo "${ECHO_T}yes" >&6
8398 else
8399 echo "$as_me:$LINENO: result: no" >&5
8400 echo "${ECHO_T}no" >&6
8401 fi
8402
8403
8404 enablestring=
8405 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8406 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8407 no_cache=0
8408 # Check whether --enable-splitter or --disable-splitter was given.
8409 if test "${enable_splitter+set}" = set; then
8410 enableval="$enable_splitter"
8411
8412 if test "$enableval" = yes; then
8413 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8414 else
8415 ac_cv_use_splitter='wxUSE_SPLITTER=no'
8416 fi
8417
8418 else
8419
8420 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8421 if test "x$LINE" != x ; then
8422 eval "DEFAULT_$LINE"
8423 else
8424 no_cache=1
8425 fi
8426
8427 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8428
8429 fi;
8430
8431 eval "$ac_cv_use_splitter"
8432 if test "$no_cache" != 1; then
8433 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8434 fi
8435
8436 if test "$wxUSE_SPLITTER" = yes; then
8437 echo "$as_me:$LINENO: result: yes" >&5
8438 echo "${ECHO_T}yes" >&6
8439 else
8440 echo "$as_me:$LINENO: result: no" >&5
8441 echo "${ECHO_T}no" >&6
8442 fi
8443
8444
8445 enablestring=
8446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8447 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8448 no_cache=0
8449 # Check whether --enable-statbmp or --disable-statbmp was given.
8450 if test "${enable_statbmp+set}" = set; then
8451 enableval="$enable_statbmp"
8452
8453 if test "$enableval" = yes; then
8454 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8455 else
8456 ac_cv_use_statbmp='wxUSE_STATBMP=no'
8457 fi
8458
8459 else
8460
8461 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8462 if test "x$LINE" != x ; then
8463 eval "DEFAULT_$LINE"
8464 else
8465 no_cache=1
8466 fi
8467
8468 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8469
8470 fi;
8471
8472 eval "$ac_cv_use_statbmp"
8473 if test "$no_cache" != 1; then
8474 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8475 fi
8476
8477 if test "$wxUSE_STATBMP" = yes; then
8478 echo "$as_me:$LINENO: result: yes" >&5
8479 echo "${ECHO_T}yes" >&6
8480 else
8481 echo "$as_me:$LINENO: result: no" >&5
8482 echo "${ECHO_T}no" >&6
8483 fi
8484
8485
8486 enablestring=
8487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8488 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8489 no_cache=0
8490 # Check whether --enable-statbox or --disable-statbox was given.
8491 if test "${enable_statbox+set}" = set; then
8492 enableval="$enable_statbox"
8493
8494 if test "$enableval" = yes; then
8495 ac_cv_use_statbox='wxUSE_STATBOX=yes'
8496 else
8497 ac_cv_use_statbox='wxUSE_STATBOX=no'
8498 fi
8499
8500 else
8501
8502 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8503 if test "x$LINE" != x ; then
8504 eval "DEFAULT_$LINE"
8505 else
8506 no_cache=1
8507 fi
8508
8509 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8510
8511 fi;
8512
8513 eval "$ac_cv_use_statbox"
8514 if test "$no_cache" != 1; then
8515 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8516 fi
8517
8518 if test "$wxUSE_STATBOX" = yes; then
8519 echo "$as_me:$LINENO: result: yes" >&5
8520 echo "${ECHO_T}yes" >&6
8521 else
8522 echo "$as_me:$LINENO: result: no" >&5
8523 echo "${ECHO_T}no" >&6
8524 fi
8525
8526
8527 enablestring=
8528 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8529 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8530 no_cache=0
8531 # Check whether --enable-statline or --disable-statline was given.
8532 if test "${enable_statline+set}" = set; then
8533 enableval="$enable_statline"
8534
8535 if test "$enableval" = yes; then
8536 ac_cv_use_statline='wxUSE_STATLINE=yes'
8537 else
8538 ac_cv_use_statline='wxUSE_STATLINE=no'
8539 fi
8540
8541 else
8542
8543 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8544 if test "x$LINE" != x ; then
8545 eval "DEFAULT_$LINE"
8546 else
8547 no_cache=1
8548 fi
8549
8550 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8551
8552 fi;
8553
8554 eval "$ac_cv_use_statline"
8555 if test "$no_cache" != 1; then
8556 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8557 fi
8558
8559 if test "$wxUSE_STATLINE" = yes; then
8560 echo "$as_me:$LINENO: result: yes" >&5
8561 echo "${ECHO_T}yes" >&6
8562 else
8563 echo "$as_me:$LINENO: result: no" >&5
8564 echo "${ECHO_T}no" >&6
8565 fi
8566
8567
8568 enablestring=
8569 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8570 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8571 no_cache=0
8572 # Check whether --enable-stattext or --disable-stattext was given.
8573 if test "${enable_stattext+set}" = set; then
8574 enableval="$enable_stattext"
8575
8576 if test "$enableval" = yes; then
8577 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8578 else
8579 ac_cv_use_stattext='wxUSE_STATTEXT=no'
8580 fi
8581
8582 else
8583
8584 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8585 if test "x$LINE" != x ; then
8586 eval "DEFAULT_$LINE"
8587 else
8588 no_cache=1
8589 fi
8590
8591 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8592
8593 fi;
8594
8595 eval "$ac_cv_use_stattext"
8596 if test "$no_cache" != 1; then
8597 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8598 fi
8599
8600 if test "$wxUSE_STATTEXT" = yes; then
8601 echo "$as_me:$LINENO: result: yes" >&5
8602 echo "${ECHO_T}yes" >&6
8603 else
8604 echo "$as_me:$LINENO: result: no" >&5
8605 echo "${ECHO_T}no" >&6
8606 fi
8607
8608
8609 enablestring=
8610 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8611 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8612 no_cache=0
8613 # Check whether --enable-statusbar or --disable-statusbar was given.
8614 if test "${enable_statusbar+set}" = set; then
8615 enableval="$enable_statusbar"
8616
8617 if test "$enableval" = yes; then
8618 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8619 else
8620 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8621 fi
8622
8623 else
8624
8625 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8626 if test "x$LINE" != x ; then
8627 eval "DEFAULT_$LINE"
8628 else
8629 no_cache=1
8630 fi
8631
8632 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8633
8634 fi;
8635
8636 eval "$ac_cv_use_statusbar"
8637 if test "$no_cache" != 1; then
8638 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8639 fi
8640
8641 if test "$wxUSE_STATUSBAR" = yes; then
8642 echo "$as_me:$LINENO: result: yes" >&5
8643 echo "${ECHO_T}yes" >&6
8644 else
8645 echo "$as_me:$LINENO: result: no" >&5
8646 echo "${ECHO_T}no" >&6
8647 fi
8648
8649
8650 enablestring=
8651 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8652 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8653 no_cache=0
8654 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8655 if test "${enable_tabdialog+set}" = set; then
8656 enableval="$enable_tabdialog"
8657
8658 if test "$enableval" = yes; then
8659 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8660 else
8661 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8662 fi
8663
8664 else
8665
8666 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8667 if test "x$LINE" != x ; then
8668 eval "DEFAULT_$LINE"
8669 else
8670 no_cache=1
8671 fi
8672
8673 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8674
8675 fi;
8676
8677 eval "$ac_cv_use_tabdialog"
8678 if test "$no_cache" != 1; then
8679 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8680 fi
8681
8682 if test "$wxUSE_TABDIALOG" = yes; then
8683 echo "$as_me:$LINENO: result: yes" >&5
8684 echo "${ECHO_T}yes" >&6
8685 else
8686 echo "$as_me:$LINENO: result: no" >&5
8687 echo "${ECHO_T}no" >&6
8688 fi
8689
8690
8691 enablestring=
8692 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8693 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8694 no_cache=0
8695 # Check whether --enable-textctrl or --disable-textctrl was given.
8696 if test "${enable_textctrl+set}" = set; then
8697 enableval="$enable_textctrl"
8698
8699 if test "$enableval" = yes; then
8700 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8701 else
8702 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8703 fi
8704
8705 else
8706
8707 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8708 if test "x$LINE" != x ; then
8709 eval "DEFAULT_$LINE"
8710 else
8711 no_cache=1
8712 fi
8713
8714 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8715
8716 fi;
8717
8718 eval "$ac_cv_use_textctrl"
8719 if test "$no_cache" != 1; then
8720 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8721 fi
8722
8723 if test "$wxUSE_TEXTCTRL" = yes; then
8724 echo "$as_me:$LINENO: result: yes" >&5
8725 echo "${ECHO_T}yes" >&6
8726 else
8727 echo "$as_me:$LINENO: result: no" >&5
8728 echo "${ECHO_T}no" >&6
8729 fi
8730
8731
8732 enablestring=
8733 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8734 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8735 no_cache=0
8736 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8737 if test "${enable_togglebtn+set}" = set; then
8738 enableval="$enable_togglebtn"
8739
8740 if test "$enableval" = yes; then
8741 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8742 else
8743 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8744 fi
8745
8746 else
8747
8748 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8749 if test "x$LINE" != x ; then
8750 eval "DEFAULT_$LINE"
8751 else
8752 no_cache=1
8753 fi
8754
8755 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8756
8757 fi;
8758
8759 eval "$ac_cv_use_togglebtn"
8760 if test "$no_cache" != 1; then
8761 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8762 fi
8763
8764 if test "$wxUSE_TOGGLEBTN" = yes; then
8765 echo "$as_me:$LINENO: result: yes" >&5
8766 echo "${ECHO_T}yes" >&6
8767 else
8768 echo "$as_me:$LINENO: result: no" >&5
8769 echo "${ECHO_T}no" >&6
8770 fi
8771
8772
8773 enablestring=
8774 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8775 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8776 no_cache=0
8777 # Check whether --enable-toolbar or --disable-toolbar was given.
8778 if test "${enable_toolbar+set}" = set; then
8779 enableval="$enable_toolbar"
8780
8781 if test "$enableval" = yes; then
8782 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8783 else
8784 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8785 fi
8786
8787 else
8788
8789 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8790 if test "x$LINE" != x ; then
8791 eval "DEFAULT_$LINE"
8792 else
8793 no_cache=1
8794 fi
8795
8796 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8797
8798 fi;
8799
8800 eval "$ac_cv_use_toolbar"
8801 if test "$no_cache" != 1; then
8802 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8803 fi
8804
8805 if test "$wxUSE_TOOLBAR" = yes; then
8806 echo "$as_me:$LINENO: result: yes" >&5
8807 echo "${ECHO_T}yes" >&6
8808 else
8809 echo "$as_me:$LINENO: result: no" >&5
8810 echo "${ECHO_T}no" >&6
8811 fi
8812
8813
8814 enablestring=
8815 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8816 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8817 no_cache=0
8818 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8819 if test "${enable_tbarnative+set}" = set; then
8820 enableval="$enable_tbarnative"
8821
8822 if test "$enableval" = yes; then
8823 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8824 else
8825 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8826 fi
8827
8828 else
8829
8830 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8831 if test "x$LINE" != x ; then
8832 eval "DEFAULT_$LINE"
8833 else
8834 no_cache=1
8835 fi
8836
8837 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8838
8839 fi;
8840
8841 eval "$ac_cv_use_tbarnative"
8842 if test "$no_cache" != 1; then
8843 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8844 fi
8845
8846 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8847 echo "$as_me:$LINENO: result: yes" >&5
8848 echo "${ECHO_T}yes" >&6
8849 else
8850 echo "$as_me:$LINENO: result: no" >&5
8851 echo "${ECHO_T}no" >&6
8852 fi
8853
8854
8855 enablestring=
8856 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8857 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8858 no_cache=0
8859 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8860 if test "${enable_tbarsmpl+set}" = set; then
8861 enableval="$enable_tbarsmpl"
8862
8863 if test "$enableval" = yes; then
8864 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8865 else
8866 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8867 fi
8868
8869 else
8870
8871 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8872 if test "x$LINE" != x ; then
8873 eval "DEFAULT_$LINE"
8874 else
8875 no_cache=1
8876 fi
8877
8878 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8879
8880 fi;
8881
8882 eval "$ac_cv_use_tbarsmpl"
8883 if test "$no_cache" != 1; then
8884 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8885 fi
8886
8887 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8888 echo "$as_me:$LINENO: result: yes" >&5
8889 echo "${ECHO_T}yes" >&6
8890 else
8891 echo "$as_me:$LINENO: result: no" >&5
8892 echo "${ECHO_T}no" >&6
8893 fi
8894
8895
8896 enablestring=
8897 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8898 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8899 no_cache=0
8900 # Check whether --enable-treectrl or --disable-treectrl was given.
8901 if test "${enable_treectrl+set}" = set; then
8902 enableval="$enable_treectrl"
8903
8904 if test "$enableval" = yes; then
8905 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8906 else
8907 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8908 fi
8909
8910 else
8911
8912 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8913 if test "x$LINE" != x ; then
8914 eval "DEFAULT_$LINE"
8915 else
8916 no_cache=1
8917 fi
8918
8919 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8920
8921 fi;
8922
8923 eval "$ac_cv_use_treectrl"
8924 if test "$no_cache" != 1; then
8925 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8926 fi
8927
8928 if test "$wxUSE_TREECTRL" = yes; then
8929 echo "$as_me:$LINENO: result: yes" >&5
8930 echo "${ECHO_T}yes" >&6
8931 else
8932 echo "$as_me:$LINENO: result: no" >&5
8933 echo "${ECHO_T}no" >&6
8934 fi
8935
8936
8937 enablestring=
8938 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8939 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8940 no_cache=0
8941 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8942 if test "${enable_tipwindow+set}" = set; then
8943 enableval="$enable_tipwindow"
8944
8945 if test "$enableval" = yes; then
8946 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8947 else
8948 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8949 fi
8950
8951 else
8952
8953 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8954 if test "x$LINE" != x ; then
8955 eval "DEFAULT_$LINE"
8956 else
8957 no_cache=1
8958 fi
8959
8960 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8961
8962 fi;
8963
8964 eval "$ac_cv_use_tipwindow"
8965 if test "$no_cache" != 1; then
8966 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8967 fi
8968
8969 if test "$wxUSE_TIPWINDOW" = yes; then
8970 echo "$as_me:$LINENO: result: yes" >&5
8971 echo "${ECHO_T}yes" >&6
8972 else
8973 echo "$as_me:$LINENO: result: no" >&5
8974 echo "${ECHO_T}no" >&6
8975 fi
8976
8977
8978 enablestring=
8979 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8980 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8981 no_cache=0
8982 # Check whether --enable-popupwin or --disable-popupwin was given.
8983 if test "${enable_popupwin+set}" = set; then
8984 enableval="$enable_popupwin"
8985
8986 if test "$enableval" = yes; then
8987 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8988 else
8989 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8990 fi
8991
8992 else
8993
8994 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8995 if test "x$LINE" != x ; then
8996 eval "DEFAULT_$LINE"
8997 else
8998 no_cache=1
8999 fi
9000
9001 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9002
9003 fi;
9004
9005 eval "$ac_cv_use_popupwin"
9006 if test "$no_cache" != 1; then
9007 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9008 fi
9009
9010 if test "$wxUSE_POPUPWIN" = yes; then
9011 echo "$as_me:$LINENO: result: yes" >&5
9012 echo "${ECHO_T}yes" >&6
9013 else
9014 echo "$as_me:$LINENO: result: no" >&5
9015 echo "${ECHO_T}no" >&6
9016 fi
9017
9018
9019
9020
9021 enablestring=
9022 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9023 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9024 no_cache=0
9025 # Check whether --enable-commondlg or --disable-commondlg was given.
9026 if test "${enable_commondlg+set}" = set; then
9027 enableval="$enable_commondlg"
9028
9029 if test "$enableval" = yes; then
9030 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9031 else
9032 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9033 fi
9034
9035 else
9036
9037 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9038 if test "x$LINE" != x ; then
9039 eval "DEFAULT_$LINE"
9040 else
9041 no_cache=1
9042 fi
9043
9044 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9045
9046 fi;
9047
9048 eval "$ac_cv_use_commondlg"
9049 if test "$no_cache" != 1; then
9050 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9051 fi
9052
9053 if test "$wxUSE_COMMONDLGS" = yes; then
9054 echo "$as_me:$LINENO: result: yes" >&5
9055 echo "${ECHO_T}yes" >&6
9056 else
9057 echo "$as_me:$LINENO: result: no" >&5
9058 echo "${ECHO_T}no" >&6
9059 fi
9060
9061
9062 enablestring=
9063 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9064 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9065 no_cache=0
9066 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9067 if test "${enable_choicedlg+set}" = set; then
9068 enableval="$enable_choicedlg"
9069
9070 if test "$enableval" = yes; then
9071 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9072 else
9073 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9074 fi
9075
9076 else
9077
9078 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9079 if test "x$LINE" != x ; then
9080 eval "DEFAULT_$LINE"
9081 else
9082 no_cache=1
9083 fi
9084
9085 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9086
9087 fi;
9088
9089 eval "$ac_cv_use_choicedlg"
9090 if test "$no_cache" != 1; then
9091 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9092 fi
9093
9094 if test "$wxUSE_CHOICEDLG" = yes; then
9095 echo "$as_me:$LINENO: result: yes" >&5
9096 echo "${ECHO_T}yes" >&6
9097 else
9098 echo "$as_me:$LINENO: result: no" >&5
9099 echo "${ECHO_T}no" >&6
9100 fi
9101
9102
9103 enablestring=
9104 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9105 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9106 no_cache=0
9107 # Check whether --enable-coldlg or --disable-coldlg was given.
9108 if test "${enable_coldlg+set}" = set; then
9109 enableval="$enable_coldlg"
9110
9111 if test "$enableval" = yes; then
9112 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9113 else
9114 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9115 fi
9116
9117 else
9118
9119 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9120 if test "x$LINE" != x ; then
9121 eval "DEFAULT_$LINE"
9122 else
9123 no_cache=1
9124 fi
9125
9126 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9127
9128 fi;
9129
9130 eval "$ac_cv_use_coldlg"
9131 if test "$no_cache" != 1; then
9132 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9133 fi
9134
9135 if test "$wxUSE_COLOURDLG" = yes; then
9136 echo "$as_me:$LINENO: result: yes" >&5
9137 echo "${ECHO_T}yes" >&6
9138 else
9139 echo "$as_me:$LINENO: result: no" >&5
9140 echo "${ECHO_T}no" >&6
9141 fi
9142
9143
9144 enablestring=
9145 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9146 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9147 no_cache=0
9148 # Check whether --enable-filedlg or --disable-filedlg was given.
9149 if test "${enable_filedlg+set}" = set; then
9150 enableval="$enable_filedlg"
9151
9152 if test "$enableval" = yes; then
9153 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9154 else
9155 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9156 fi
9157
9158 else
9159
9160 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9161 if test "x$LINE" != x ; then
9162 eval "DEFAULT_$LINE"
9163 else
9164 no_cache=1
9165 fi
9166
9167 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9168
9169 fi;
9170
9171 eval "$ac_cv_use_filedlg"
9172 if test "$no_cache" != 1; then
9173 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9174 fi
9175
9176 if test "$wxUSE_FILEDLG" = yes; then
9177 echo "$as_me:$LINENO: result: yes" >&5
9178 echo "${ECHO_T}yes" >&6
9179 else
9180 echo "$as_me:$LINENO: result: no" >&5
9181 echo "${ECHO_T}no" >&6
9182 fi
9183
9184
9185 enablestring=
9186 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9187 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9188 no_cache=0
9189 # Check whether --enable-finddlg or --disable-finddlg was given.
9190 if test "${enable_finddlg+set}" = set; then
9191 enableval="$enable_finddlg"
9192
9193 if test "$enableval" = yes; then
9194 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
9195 else
9196 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
9197 fi
9198
9199 else
9200
9201 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9202 if test "x$LINE" != x ; then
9203 eval "DEFAULT_$LINE"
9204 else
9205 no_cache=1
9206 fi
9207
9208 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9209
9210 fi;
9211
9212 eval "$ac_cv_use_finddlg"
9213 if test "$no_cache" != 1; then
9214 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9215 fi
9216
9217 if test "$wxUSE_FINDREPLDLG" = yes; then
9218 echo "$as_me:$LINENO: result: yes" >&5
9219 echo "${ECHO_T}yes" >&6
9220 else
9221 echo "$as_me:$LINENO: result: no" >&5
9222 echo "${ECHO_T}no" >&6
9223 fi
9224
9225
9226 enablestring=
9227 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9228 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9229 no_cache=0
9230 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9231 if test "${enable_fontdlg+set}" = set; then
9232 enableval="$enable_fontdlg"
9233
9234 if test "$enableval" = yes; then
9235 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
9236 else
9237 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
9238 fi
9239
9240 else
9241
9242 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9243 if test "x$LINE" != x ; then
9244 eval "DEFAULT_$LINE"
9245 else
9246 no_cache=1
9247 fi
9248
9249 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9250
9251 fi;
9252
9253 eval "$ac_cv_use_fontdlg"
9254 if test "$no_cache" != 1; then
9255 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9256 fi
9257
9258 if test "$wxUSE_FONTDLG" = yes; then
9259 echo "$as_me:$LINENO: result: yes" >&5
9260 echo "${ECHO_T}yes" >&6
9261 else
9262 echo "$as_me:$LINENO: result: no" >&5
9263 echo "${ECHO_T}no" >&6
9264 fi
9265
9266
9267 enablestring=
9268 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9269 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9270 no_cache=0
9271 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9272 if test "${enable_dirdlg+set}" = set; then
9273 enableval="$enable_dirdlg"
9274
9275 if test "$enableval" = yes; then
9276 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
9277 else
9278 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
9279 fi
9280
9281 else
9282
9283 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9284 if test "x$LINE" != x ; then
9285 eval "DEFAULT_$LINE"
9286 else
9287 no_cache=1
9288 fi
9289
9290 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9291
9292 fi;
9293
9294 eval "$ac_cv_use_dirdlg"
9295 if test "$no_cache" != 1; then
9296 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9297 fi
9298
9299 if test "$wxUSE_DIRDLG" = yes; then
9300 echo "$as_me:$LINENO: result: yes" >&5
9301 echo "${ECHO_T}yes" >&6
9302 else
9303 echo "$as_me:$LINENO: result: no" >&5
9304 echo "${ECHO_T}no" >&6
9305 fi
9306
9307
9308 enablestring=
9309 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9310 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9311 no_cache=0
9312 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9313 if test "${enable_msgdlg+set}" = set; then
9314 enableval="$enable_msgdlg"
9315
9316 if test "$enableval" = yes; then
9317 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
9318 else
9319 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
9320 fi
9321
9322 else
9323
9324 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9325 if test "x$LINE" != x ; then
9326 eval "DEFAULT_$LINE"
9327 else
9328 no_cache=1
9329 fi
9330
9331 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9332
9333 fi;
9334
9335 eval "$ac_cv_use_msgdlg"
9336 if test "$no_cache" != 1; then
9337 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9338 fi
9339
9340 if test "$wxUSE_MSGDLG" = yes; then
9341 echo "$as_me:$LINENO: result: yes" >&5
9342 echo "${ECHO_T}yes" >&6
9343 else
9344 echo "$as_me:$LINENO: result: no" >&5
9345 echo "${ECHO_T}no" >&6
9346 fi
9347
9348
9349 enablestring=
9350 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9351 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9352 no_cache=0
9353 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9354 if test "${enable_numberdlg+set}" = set; then
9355 enableval="$enable_numberdlg"
9356
9357 if test "$enableval" = yes; then
9358 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
9359 else
9360 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9361 fi
9362
9363 else
9364
9365 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9366 if test "x$LINE" != x ; then
9367 eval "DEFAULT_$LINE"
9368 else
9369 no_cache=1
9370 fi
9371
9372 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9373
9374 fi;
9375
9376 eval "$ac_cv_use_numberdlg"
9377 if test "$no_cache" != 1; then
9378 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9379 fi
9380
9381 if test "$wxUSE_NUMBERDLG" = yes; then
9382 echo "$as_me:$LINENO: result: yes" >&5
9383 echo "${ECHO_T}yes" >&6
9384 else
9385 echo "$as_me:$LINENO: result: no" >&5
9386 echo "${ECHO_T}no" >&6
9387 fi
9388
9389
9390 enablestring=
9391 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9392 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9393 no_cache=0
9394 # Check whether --enable-splash or --disable-splash was given.
9395 if test "${enable_splash+set}" = set; then
9396 enableval="$enable_splash"
9397
9398 if test "$enableval" = yes; then
9399 ac_cv_use_splash='wxUSE_SPLASH=yes'
9400 else
9401 ac_cv_use_splash='wxUSE_SPLASH=no'
9402 fi
9403
9404 else
9405
9406 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9407 if test "x$LINE" != x ; then
9408 eval "DEFAULT_$LINE"
9409 else
9410 no_cache=1
9411 fi
9412
9413 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9414
9415 fi;
9416
9417 eval "$ac_cv_use_splash"
9418 if test "$no_cache" != 1; then
9419 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9420 fi
9421
9422 if test "$wxUSE_SPLASH" = yes; then
9423 echo "$as_me:$LINENO: result: yes" >&5
9424 echo "${ECHO_T}yes" >&6
9425 else
9426 echo "$as_me:$LINENO: result: no" >&5
9427 echo "${ECHO_T}no" >&6
9428 fi
9429
9430
9431 enablestring=
9432 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9433 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9434 no_cache=0
9435 # Check whether --enable-textdlg or --disable-textdlg was given.
9436 if test "${enable_textdlg+set}" = set; then
9437 enableval="$enable_textdlg"
9438
9439 if test "$enableval" = yes; then
9440 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9441 else
9442 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9443 fi
9444
9445 else
9446
9447 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9448 if test "x$LINE" != x ; then
9449 eval "DEFAULT_$LINE"
9450 else
9451 no_cache=1
9452 fi
9453
9454 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9455
9456 fi;
9457
9458 eval "$ac_cv_use_textdlg"
9459 if test "$no_cache" != 1; then
9460 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9461 fi
9462
9463 if test "$wxUSE_TEXTDLG" = yes; then
9464 echo "$as_me:$LINENO: result: yes" >&5
9465 echo "${ECHO_T}yes" >&6
9466 else
9467 echo "$as_me:$LINENO: result: no" >&5
9468 echo "${ECHO_T}no" >&6
9469 fi
9470
9471
9472 enablestring=
9473 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9474 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9475 no_cache=0
9476 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9477 if test "${enable_tipdlg+set}" = set; then
9478 enableval="$enable_tipdlg"
9479
9480 if test "$enableval" = yes; then
9481 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9482 else
9483 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9484 fi
9485
9486 else
9487
9488 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9489 if test "x$LINE" != x ; then
9490 eval "DEFAULT_$LINE"
9491 else
9492 no_cache=1
9493 fi
9494
9495 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9496
9497 fi;
9498
9499 eval "$ac_cv_use_tipdlg"
9500 if test "$no_cache" != 1; then
9501 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9502 fi
9503
9504 if test "$wxUSE_STARTUP_TIPS" = yes; then
9505 echo "$as_me:$LINENO: result: yes" >&5
9506 echo "${ECHO_T}yes" >&6
9507 else
9508 echo "$as_me:$LINENO: result: no" >&5
9509 echo "${ECHO_T}no" >&6
9510 fi
9511
9512
9513 enablestring=
9514 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9515 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9516 no_cache=0
9517 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9518 if test "${enable_progressdlg+set}" = set; then
9519 enableval="$enable_progressdlg"
9520
9521 if test "$enableval" = yes; then
9522 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9523 else
9524 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9525 fi
9526
9527 else
9528
9529 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9530 if test "x$LINE" != x ; then
9531 eval "DEFAULT_$LINE"
9532 else
9533 no_cache=1
9534 fi
9535
9536 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9537
9538 fi;
9539
9540 eval "$ac_cv_use_progressdlg"
9541 if test "$no_cache" != 1; then
9542 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9543 fi
9544
9545 if test "$wxUSE_PROGRESSDLG" = yes; then
9546 echo "$as_me:$LINENO: result: yes" >&5
9547 echo "${ECHO_T}yes" >&6
9548 else
9549 echo "$as_me:$LINENO: result: no" >&5
9550 echo "${ECHO_T}no" >&6
9551 fi
9552
9553
9554 enablestring=
9555 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9556 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9557 no_cache=0
9558 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9559 if test "${enable_wizarddlg+set}" = set; then
9560 enableval="$enable_wizarddlg"
9561
9562 if test "$enableval" = yes; then
9563 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9564 else
9565 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9566 fi
9567
9568 else
9569
9570 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9571 if test "x$LINE" != x ; then
9572 eval "DEFAULT_$LINE"
9573 else
9574 no_cache=1
9575 fi
9576
9577 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9578
9579 fi;
9580
9581 eval "$ac_cv_use_wizarddlg"
9582 if test "$no_cache" != 1; then
9583 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9584 fi
9585
9586 if test "$wxUSE_WIZARDDLG" = yes; then
9587 echo "$as_me:$LINENO: result: yes" >&5
9588 echo "${ECHO_T}yes" >&6
9589 else
9590 echo "$as_me:$LINENO: result: no" >&5
9591 echo "${ECHO_T}no" >&6
9592 fi
9593
9594
9595
9596
9597 enablestring=
9598 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9599 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9600 no_cache=0
9601 # Check whether --enable-menus or --disable-menus was given.
9602 if test "${enable_menus+set}" = set; then
9603 enableval="$enable_menus"
9604
9605 if test "$enableval" = yes; then
9606 ac_cv_use_menus='wxUSE_MENUS=yes'
9607 else
9608 ac_cv_use_menus='wxUSE_MENUS=no'
9609 fi
9610
9611 else
9612
9613 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9614 if test "x$LINE" != x ; then
9615 eval "DEFAULT_$LINE"
9616 else
9617 no_cache=1
9618 fi
9619
9620 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9621
9622 fi;
9623
9624 eval "$ac_cv_use_menus"
9625 if test "$no_cache" != 1; then
9626 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9627 fi
9628
9629 if test "$wxUSE_MENUS" = yes; then
9630 echo "$as_me:$LINENO: result: yes" >&5
9631 echo "${ECHO_T}yes" >&6
9632 else
9633 echo "$as_me:$LINENO: result: no" >&5
9634 echo "${ECHO_T}no" >&6
9635 fi
9636
9637
9638 enablestring=
9639 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9640 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9641 no_cache=0
9642 # Check whether --enable-miniframe or --disable-miniframe was given.
9643 if test "${enable_miniframe+set}" = set; then
9644 enableval="$enable_miniframe"
9645
9646 if test "$enableval" = yes; then
9647 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9648 else
9649 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9650 fi
9651
9652 else
9653
9654 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9655 if test "x$LINE" != x ; then
9656 eval "DEFAULT_$LINE"
9657 else
9658 no_cache=1
9659 fi
9660
9661 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9662
9663 fi;
9664
9665 eval "$ac_cv_use_miniframe"
9666 if test "$no_cache" != 1; then
9667 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9668 fi
9669
9670 if test "$wxUSE_MINIFRAME" = yes; then
9671 echo "$as_me:$LINENO: result: yes" >&5
9672 echo "${ECHO_T}yes" >&6
9673 else
9674 echo "$as_me:$LINENO: result: no" >&5
9675 echo "${ECHO_T}no" >&6
9676 fi
9677
9678
9679 enablestring=
9680 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9681 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9682 no_cache=0
9683 # Check whether --enable-tooltips or --disable-tooltips was given.
9684 if test "${enable_tooltips+set}" = set; then
9685 enableval="$enable_tooltips"
9686
9687 if test "$enableval" = yes; then
9688 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9689 else
9690 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9691 fi
9692
9693 else
9694
9695 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9696 if test "x$LINE" != x ; then
9697 eval "DEFAULT_$LINE"
9698 else
9699 no_cache=1
9700 fi
9701
9702 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9703
9704 fi;
9705
9706 eval "$ac_cv_use_tooltips"
9707 if test "$no_cache" != 1; then
9708 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9709 fi
9710
9711 if test "$wxUSE_TOOLTIPS" = yes; then
9712 echo "$as_me:$LINENO: result: yes" >&5
9713 echo "${ECHO_T}yes" >&6
9714 else
9715 echo "$as_me:$LINENO: result: no" >&5
9716 echo "${ECHO_T}no" >&6
9717 fi
9718
9719
9720 enablestring=
9721 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9722 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9723 no_cache=0
9724 # Check whether --enable-splines or --disable-splines was given.
9725 if test "${enable_splines+set}" = set; then
9726 enableval="$enable_splines"
9727
9728 if test "$enableval" = yes; then
9729 ac_cv_use_splines='wxUSE_SPLINES=yes'
9730 else
9731 ac_cv_use_splines='wxUSE_SPLINES=no'
9732 fi
9733
9734 else
9735
9736 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9737 if test "x$LINE" != x ; then
9738 eval "DEFAULT_$LINE"
9739 else
9740 no_cache=1
9741 fi
9742
9743 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9744
9745 fi;
9746
9747 eval "$ac_cv_use_splines"
9748 if test "$no_cache" != 1; then
9749 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9750 fi
9751
9752 if test "$wxUSE_SPLINES" = yes; then
9753 echo "$as_me:$LINENO: result: yes" >&5
9754 echo "${ECHO_T}yes" >&6
9755 else
9756 echo "$as_me:$LINENO: result: no" >&5
9757 echo "${ECHO_T}no" >&6
9758 fi
9759
9760
9761 enablestring=
9762 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9763 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9764 no_cache=0
9765 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9766 if test "${enable_mousewheel+set}" = set; then
9767 enableval="$enable_mousewheel"
9768
9769 if test "$enableval" = yes; then
9770 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
9771 else
9772 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
9773 fi
9774
9775 else
9776
9777 LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9778 if test "x$LINE" != x ; then
9779 eval "DEFAULT_$LINE"
9780 else
9781 no_cache=1
9782 fi
9783
9784 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9785
9786 fi;
9787
9788 eval "$ac_cv_use_mousewheel"
9789 if test "$no_cache" != 1; then
9790 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9791 fi
9792
9793 if test "$wxUSE_MOUSEWHEEL" = yes; then
9794 echo "$as_me:$LINENO: result: yes" >&5
9795 echo "${ECHO_T}yes" >&6
9796 else
9797 echo "$as_me:$LINENO: result: no" >&5
9798 echo "${ECHO_T}no" >&6
9799 fi
9800
9801
9802 enablestring=
9803 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9804 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9805 no_cache=0
9806 # Check whether --enable-validators or --disable-validators was given.
9807 if test "${enable_validators+set}" = set; then
9808 enableval="$enable_validators"
9809
9810 if test "$enableval" = yes; then
9811 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9812 else
9813 ac_cv_use_validators='wxUSE_VALIDATORS=no'
9814 fi
9815
9816 else
9817
9818 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9819 if test "x$LINE" != x ; then
9820 eval "DEFAULT_$LINE"
9821 else
9822 no_cache=1
9823 fi
9824
9825 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9826
9827 fi;
9828
9829 eval "$ac_cv_use_validators"
9830 if test "$no_cache" != 1; then
9831 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9832 fi
9833
9834 if test "$wxUSE_VALIDATORS" = yes; then
9835 echo "$as_me:$LINENO: result: yes" >&5
9836 echo "${ECHO_T}yes" >&6
9837 else
9838 echo "$as_me:$LINENO: result: no" >&5
9839 echo "${ECHO_T}no" >&6
9840 fi
9841
9842
9843 enablestring=
9844 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9845 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9846 no_cache=0
9847 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9848 if test "${enable_busyinfo+set}" = set; then
9849 enableval="$enable_busyinfo"
9850
9851 if test "$enableval" = yes; then
9852 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9853 else
9854 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9855 fi
9856
9857 else
9858
9859 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9860 if test "x$LINE" != x ; then
9861 eval "DEFAULT_$LINE"
9862 else
9863 no_cache=1
9864 fi
9865
9866 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9867
9868 fi;
9869
9870 eval "$ac_cv_use_busyinfo"
9871 if test "$no_cache" != 1; then
9872 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9873 fi
9874
9875 if test "$wxUSE_BUSYINFO" = yes; then
9876 echo "$as_me:$LINENO: result: yes" >&5
9877 echo "${ECHO_T}yes" >&6
9878 else
9879 echo "$as_me:$LINENO: result: no" >&5
9880 echo "${ECHO_T}no" >&6
9881 fi
9882
9883
9884 enablestring=
9885 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9886 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9887 no_cache=0
9888 # Check whether --enable-joystick or --disable-joystick was given.
9889 if test "${enable_joystick+set}" = set; then
9890 enableval="$enable_joystick"
9891
9892 if test "$enableval" = yes; then
9893 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
9894 else
9895 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
9896 fi
9897
9898 else
9899
9900 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9901 if test "x$LINE" != x ; then
9902 eval "DEFAULT_$LINE"
9903 else
9904 no_cache=1
9905 fi
9906
9907 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9908
9909 fi;
9910
9911 eval "$ac_cv_use_joystick"
9912 if test "$no_cache" != 1; then
9913 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9914 fi
9915
9916 if test "$wxUSE_JOYSTICK" = yes; then
9917 echo "$as_me:$LINENO: result: yes" >&5
9918 echo "${ECHO_T}yes" >&6
9919 else
9920 echo "$as_me:$LINENO: result: no" >&5
9921 echo "${ECHO_T}no" >&6
9922 fi
9923
9924
9925 enablestring=
9926 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9927 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9928 no_cache=0
9929 # Check whether --enable-metafile or --disable-metafile was given.
9930 if test "${enable_metafile+set}" = set; then
9931 enableval="$enable_metafile"
9932
9933 if test "$enableval" = yes; then
9934 ac_cv_use_metafile='wxUSE_METAFILE=yes'
9935 else
9936 ac_cv_use_metafile='wxUSE_METAFILE=no'
9937 fi
9938
9939 else
9940
9941 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9942 if test "x$LINE" != x ; then
9943 eval "DEFAULT_$LINE"
9944 else
9945 no_cache=1
9946 fi
9947
9948 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9949
9950 fi;
9951
9952 eval "$ac_cv_use_metafile"
9953 if test "$no_cache" != 1; then
9954 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9955 fi
9956
9957 if test "$wxUSE_METAFILE" = yes; then
9958 echo "$as_me:$LINENO: result: yes" >&5
9959 echo "${ECHO_T}yes" >&6
9960 else
9961 echo "$as_me:$LINENO: result: no" >&5
9962 echo "${ECHO_T}no" >&6
9963 fi
9964
9965
9966 enablestring=
9967 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9968 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9969 no_cache=0
9970 # Check whether --enable-dragimage or --disable-dragimage was given.
9971 if test "${enable_dragimage+set}" = set; then
9972 enableval="$enable_dragimage"
9973
9974 if test "$enableval" = yes; then
9975 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9976 else
9977 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9978 fi
9979
9980 else
9981
9982 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9983 if test "x$LINE" != x ; then
9984 eval "DEFAULT_$LINE"
9985 else
9986 no_cache=1
9987 fi
9988
9989 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9990
9991 fi;
9992
9993 eval "$ac_cv_use_dragimage"
9994 if test "$no_cache" != 1; then
9995 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9996 fi
9997
9998 if test "$wxUSE_DRAGIMAGE" = yes; then
9999 echo "$as_me:$LINENO: result: yes" >&5
10000 echo "${ECHO_T}yes" >&6
10001 else
10002 echo "$as_me:$LINENO: result: no" >&5
10003 echo "${ECHO_T}no" >&6
10004 fi
10005
10006
10007 enablestring=
10008 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10009 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10010 no_cache=0
10011 # Check whether --enable-accessibility or --disable-accessibility was given.
10012 if test "${enable_accessibility+set}" = set; then
10013 enableval="$enable_accessibility"
10014
10015 if test "$enableval" = yes; then
10016 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
10017 else
10018 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
10019 fi
10020
10021 else
10022
10023 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10024 if test "x$LINE" != x ; then
10025 eval "DEFAULT_$LINE"
10026 else
10027 no_cache=1
10028 fi
10029
10030 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10031
10032 fi;
10033
10034 eval "$ac_cv_use_accessibility"
10035 if test "$no_cache" != 1; then
10036 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10037 fi
10038
10039 if test "$wxUSE_ACCESSIBILITY" = yes; then
10040 echo "$as_me:$LINENO: result: yes" >&5
10041 echo "${ECHO_T}yes" >&6
10042 else
10043 echo "$as_me:$LINENO: result: no" >&5
10044 echo "${ECHO_T}no" >&6
10045 fi
10046
10047
10048 if test "$wxUSE_MSW" = "1"; then
10049
10050 enablestring=
10051 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
10052 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
10053 no_cache=0
10054 # Check whether --enable-dccache or --disable-dccache was given.
10055 if test "${enable_dccache+set}" = set; then
10056 enableval="$enable_dccache"
10057
10058 if test "$enableval" = yes; then
10059 ac_cv_use_dccache='wxUSE_DC_CACHEING=yes'
10060 else
10061 ac_cv_use_dccache='wxUSE_DC_CACHEING=no'
10062 fi
10063
10064 else
10065
10066 LINE=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}`
10067 if test "x$LINE" != x ; then
10068 eval "DEFAULT_$LINE"
10069 else
10070 no_cache=1
10071 fi
10072
10073 ac_cv_use_dccache='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING
10074
10075 fi;
10076
10077 eval "$ac_cv_use_dccache"
10078 if test "$no_cache" != 1; then
10079 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
10080 fi
10081
10082 if test "$wxUSE_DC_CACHEING" = yes; then
10083 echo "$as_me:$LINENO: result: yes" >&5
10084 echo "${ECHO_T}yes" >&6
10085 else
10086 echo "$as_me:$LINENO: result: no" >&5
10087 echo "${ECHO_T}no" >&6
10088 fi
10089
10090 fi
10091
10092
10093
10094 enablestring=
10095 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10096 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10097 no_cache=0
10098 # Check whether --enable-palette or --disable-palette was given.
10099 if test "${enable_palette+set}" = set; then
10100 enableval="$enable_palette"
10101
10102 if test "$enableval" = yes; then
10103 ac_cv_use_palette='wxUSE_PALETTE=yes'
10104 else
10105 ac_cv_use_palette='wxUSE_PALETTE=no'
10106 fi
10107
10108 else
10109
10110 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10111 if test "x$LINE" != x ; then
10112 eval "DEFAULT_$LINE"
10113 else
10114 no_cache=1
10115 fi
10116
10117 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10118
10119 fi;
10120
10121 eval "$ac_cv_use_palette"
10122 if test "$no_cache" != 1; then
10123 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10124 fi
10125
10126 if test "$wxUSE_PALETTE" = yes; then
10127 echo "$as_me:$LINENO: result: yes" >&5
10128 echo "${ECHO_T}yes" >&6
10129 else
10130 echo "$as_me:$LINENO: result: no" >&5
10131 echo "${ECHO_T}no" >&6
10132 fi
10133
10134
10135 enablestring=
10136 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10137 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10138 no_cache=0
10139 # Check whether --enable-image or --disable-image was given.
10140 if test "${enable_image+set}" = set; then
10141 enableval="$enable_image"
10142
10143 if test "$enableval" = yes; then
10144 ac_cv_use_image='wxUSE_IMAGE=yes'
10145 else
10146 ac_cv_use_image='wxUSE_IMAGE=no'
10147 fi
10148
10149 else
10150
10151 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10152 if test "x$LINE" != x ; then
10153 eval "DEFAULT_$LINE"
10154 else
10155 no_cache=1
10156 fi
10157
10158 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10159
10160 fi;
10161
10162 eval "$ac_cv_use_image"
10163 if test "$no_cache" != 1; then
10164 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10165 fi
10166
10167 if test "$wxUSE_IMAGE" = yes; then
10168 echo "$as_me:$LINENO: result: yes" >&5
10169 echo "${ECHO_T}yes" >&6
10170 else
10171 echo "$as_me:$LINENO: result: no" >&5
10172 echo "${ECHO_T}no" >&6
10173 fi
10174
10175
10176 enablestring=
10177 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10178 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10179 no_cache=0
10180 # Check whether --enable-gif or --disable-gif was given.
10181 if test "${enable_gif+set}" = set; then
10182 enableval="$enable_gif"
10183
10184 if test "$enableval" = yes; then
10185 ac_cv_use_gif='wxUSE_GIF=yes'
10186 else
10187 ac_cv_use_gif='wxUSE_GIF=no'
10188 fi
10189
10190 else
10191
10192 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10193 if test "x$LINE" != x ; then
10194 eval "DEFAULT_$LINE"
10195 else
10196 no_cache=1
10197 fi
10198
10199 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10200
10201 fi;
10202
10203 eval "$ac_cv_use_gif"
10204 if test "$no_cache" != 1; then
10205 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10206 fi
10207
10208 if test "$wxUSE_GIF" = yes; then
10209 echo "$as_me:$LINENO: result: yes" >&5
10210 echo "${ECHO_T}yes" >&6
10211 else
10212 echo "$as_me:$LINENO: result: no" >&5
10213 echo "${ECHO_T}no" >&6
10214 fi
10215
10216
10217 enablestring=
10218 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10219 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10220 no_cache=0
10221 # Check whether --enable-pcx or --disable-pcx was given.
10222 if test "${enable_pcx+set}" = set; then
10223 enableval="$enable_pcx"
10224
10225 if test "$enableval" = yes; then
10226 ac_cv_use_pcx='wxUSE_PCX=yes'
10227 else
10228 ac_cv_use_pcx='wxUSE_PCX=no'
10229 fi
10230
10231 else
10232
10233 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10234 if test "x$LINE" != x ; then
10235 eval "DEFAULT_$LINE"
10236 else
10237 no_cache=1
10238 fi
10239
10240 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10241
10242 fi;
10243
10244 eval "$ac_cv_use_pcx"
10245 if test "$no_cache" != 1; then
10246 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10247 fi
10248
10249 if test "$wxUSE_PCX" = yes; then
10250 echo "$as_me:$LINENO: result: yes" >&5
10251 echo "${ECHO_T}yes" >&6
10252 else
10253 echo "$as_me:$LINENO: result: no" >&5
10254 echo "${ECHO_T}no" >&6
10255 fi
10256
10257
10258 enablestring=
10259 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10260 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10261 no_cache=0
10262 # Check whether --enable-iff or --disable-iff was given.
10263 if test "${enable_iff+set}" = set; then
10264 enableval="$enable_iff"
10265
10266 if test "$enableval" = yes; then
10267 ac_cv_use_iff='wxUSE_IFF=yes'
10268 else
10269 ac_cv_use_iff='wxUSE_IFF=no'
10270 fi
10271
10272 else
10273
10274 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10275 if test "x$LINE" != x ; then
10276 eval "DEFAULT_$LINE"
10277 else
10278 no_cache=1
10279 fi
10280
10281 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10282
10283 fi;
10284
10285 eval "$ac_cv_use_iff"
10286 if test "$no_cache" != 1; then
10287 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10288 fi
10289
10290 if test "$wxUSE_IFF" = yes; then
10291 echo "$as_me:$LINENO: result: yes" >&5
10292 echo "${ECHO_T}yes" >&6
10293 else
10294 echo "$as_me:$LINENO: result: no" >&5
10295 echo "${ECHO_T}no" >&6
10296 fi
10297
10298
10299 enablestring=
10300 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10301 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10302 no_cache=0
10303 # Check whether --enable-pnm or --disable-pnm was given.
10304 if test "${enable_pnm+set}" = set; then
10305 enableval="$enable_pnm"
10306
10307 if test "$enableval" = yes; then
10308 ac_cv_use_pnm='wxUSE_PNM=yes'
10309 else
10310 ac_cv_use_pnm='wxUSE_PNM=no'
10311 fi
10312
10313 else
10314
10315 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10316 if test "x$LINE" != x ; then
10317 eval "DEFAULT_$LINE"
10318 else
10319 no_cache=1
10320 fi
10321
10322 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10323
10324 fi;
10325
10326 eval "$ac_cv_use_pnm"
10327 if test "$no_cache" != 1; then
10328 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10329 fi
10330
10331 if test "$wxUSE_PNM" = yes; then
10332 echo "$as_me:$LINENO: result: yes" >&5
10333 echo "${ECHO_T}yes" >&6
10334 else
10335 echo "$as_me:$LINENO: result: no" >&5
10336 echo "${ECHO_T}no" >&6
10337 fi
10338
10339
10340 enablestring=
10341 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10342 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10343 no_cache=0
10344 # Check whether --enable-xpm or --disable-xpm was given.
10345 if test "${enable_xpm+set}" = set; then
10346 enableval="$enable_xpm"
10347
10348 if test "$enableval" = yes; then
10349 ac_cv_use_xpm='wxUSE_XPM=yes'
10350 else
10351 ac_cv_use_xpm='wxUSE_XPM=no'
10352 fi
10353
10354 else
10355
10356 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10357 if test "x$LINE" != x ; then
10358 eval "DEFAULT_$LINE"
10359 else
10360 no_cache=1
10361 fi
10362
10363 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10364
10365 fi;
10366
10367 eval "$ac_cv_use_xpm"
10368 if test "$no_cache" != 1; then
10369 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10370 fi
10371
10372 if test "$wxUSE_XPM" = yes; then
10373 echo "$as_me:$LINENO: result: yes" >&5
10374 echo "${ECHO_T}yes" >&6
10375 else
10376 echo "$as_me:$LINENO: result: no" >&5
10377 echo "${ECHO_T}no" >&6
10378 fi
10379
10380
10381 enablestring=
10382 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10383 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10384 no_cache=0
10385 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10386 if test "${enable_ico_cur+set}" = set; then
10387 enableval="$enable_ico_cur"
10388
10389 if test "$enableval" = yes; then
10390 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10391 else
10392 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10393 fi
10394
10395 else
10396
10397 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10398 if test "x$LINE" != x ; then
10399 eval "DEFAULT_$LINE"
10400 else
10401 no_cache=1
10402 fi
10403
10404 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10405
10406 fi;
10407
10408 eval "$ac_cv_use_ico_cur"
10409 if test "$no_cache" != 1; then
10410 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10411 fi
10412
10413 if test "$wxUSE_ICO_CUR" = yes; then
10414 echo "$as_me:$LINENO: result: yes" >&5
10415 echo "${ECHO_T}yes" >&6
10416 else
10417 echo "$as_me:$LINENO: result: no" >&5
10418 echo "${ECHO_T}no" >&6
10419 fi
10420
10421
10422 fi
10423
10424
10425
10426 # Check whether --with-flavour or --without-flavour was given.
10427 if test "${with_flavour+set}" = set; then
10428 withval="$with_flavour"
10429 WX_FLAVOUR="$withval"
10430 fi;
10431
10432
10433
10434 enablestring=
10435 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10436 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10437 no_cache=0
10438 # Check whether --enable-official_build or --disable-official_build was given.
10439 if test "${enable_official_build+set}" = set; then
10440 enableval="$enable_official_build"
10441
10442 if test "$enableval" = yes; then
10443 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10444 else
10445 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10446 fi
10447
10448 else
10449
10450 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10451 if test "x$LINE" != x ; then
10452 eval "DEFAULT_$LINE"
10453 else
10454 no_cache=1
10455 fi
10456
10457 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10458
10459 fi;
10460
10461 eval "$ac_cv_use_official_build"
10462 if test "$no_cache" != 1; then
10463 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10464 fi
10465
10466 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10467 echo "$as_me:$LINENO: result: yes" >&5
10468 echo "${ECHO_T}yes" >&6
10469 else
10470 echo "$as_me:$LINENO: result: no" >&5
10471 echo "${ECHO_T}no" >&6
10472 fi
10473
10474 # Check whether --enable-vendor or --disable-vendor was given.
10475 if test "${enable_vendor+set}" = set; then
10476 enableval="$enable_vendor"
10477 VENDOR="$enableval"
10478 fi;
10479 if test "x$VENDOR" = "x"; then
10480 VENDOR="custom"
10481 fi
10482
10483
10484
10485
10486 echo "saving argument cache $wx_arg_cache_file"
10487 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10488
10489
10490
10491 echo "$as_me:$LINENO: checking for toolkit" >&5
10492 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10493
10494 # In Wine, we need to default to MSW, not GTK or MOTIF
10495 if test "$wxUSE_WINE" = "yes"; then
10496 DEFAULT_DEFAULT_wxUSE_GTK=0
10497 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10498 DEFAULT_DEFAULT_wxUSE_MSW=1
10499 wxUSE_SHARED=no
10500 fi
10501
10502
10503 if test "$wxUSE_GUI" = "yes"; then
10504
10505 if test "$USE_BEOS" = 1; then
10506 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10507 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10508 { (exit 1); exit 1; }; }
10509 fi
10510
10511 if test "$TOOLKIT_GIVEN" = 1; then
10512 for toolkit in `echo $ALL_TOOLKITS`; do
10513 var=wxUSE_$toolkit
10514 eval "value=\$${var}"
10515 if test "x$value" = "xno"; then
10516 eval "$var=0"
10517 elif test "x$value" != "x"; then
10518 eval "$var=1"
10519 fi
10520
10521 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10522 eval "wx${toolkit}_VERSION=$value"
10523 fi
10524 done
10525 else
10526 for toolkit in `echo $ALL_TOOLKITS`; do
10527 if test "$has_toolkit_in_cache" != 1; then
10528 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10529 else
10530 var=DEFAULT_wxUSE_$toolkit
10531
10532 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10533 if test "x$version" != "x"; then
10534 eval "wx${toolkit}_VERSION=$version"
10535 fi
10536 fi
10537 eval "wxUSE_$toolkit=\$${var}"
10538 done
10539 fi
10540
10541 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10542 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10543 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10544
10545 case "${host}" in
10546 *-pc-os2_emx | *-pc-os2-emx )
10547 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10548 esac
10549
10550 case "$NUM_TOOLKITS" in
10551 1)
10552 ;;
10553 0)
10554 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10555 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10556 { (exit 1); exit 1; }; }
10557 ;;
10558 *)
10559 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10560 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10561 { (exit 1); exit 1; }; }
10562 esac
10563
10564 # to be removed when --disable-gtk2 isn't needed
10565 if test "x$wxUSE_GTK2" = "xyes"; then
10566 wxGTK_VERSION=2
10567 elif test "x$wxUSE_GTK2" = "xno"; then
10568 wxGTK_VERSION=1
10569 fi
10570
10571 for toolkit in `echo $ALL_TOOLKITS`; do
10572 var=wxUSE_$toolkit
10573 eval "value=\$${var}"
10574 if test "x$value" != x; then
10575 cache_var=CACHE_$toolkit
10576 eval "cache=\$${cache_var}"
10577 if test "$cache" = 1; then
10578 echo "$var=$value" >> ${wx_arg_cache_file}
10579 eval "version=\$wx${toolkit}_VERSION"
10580 if test "x$version" != "x"; then
10581 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10582 fi
10583 fi
10584 if test "$value" = 1; then
10585 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10586 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10587 echo "${ECHO_T}$toolkit_echo" >&6
10588 fi
10589 fi
10590 done
10591 else
10592 if test "x$host_alias" != "x"; then
10593 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10594 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10595 else
10596 echo "$as_me:$LINENO: result: base only" >&5
10597 echo "${ECHO_T}base only" >&6
10598 fi
10599 fi
10600
10601 wants_win32=0
10602 doesnt_want_win32=0
10603 case "${host}" in
10604 *-*-cygwin*)
10605 if test "$wxUSE_MSW" = 1 ; then
10606 wants_win32=1
10607 BAKEFILE_FORCE_PLATFORM=win32
10608 else
10609 doesnt_want_win32=1
10610 fi
10611 ;;
10612 *-*-mingw*)
10613 wants_win32=1
10614 ;;
10615 esac
10616
10617 if test "$wxUSE_WINE" = "yes"; then
10618 wants_win32=1
10619 CC=winegcc
10620 CXX=wineg++
10621 RESCOMP=wrc
10622 LDFLAGS_GUI="-mwindows"
10623 fi
10624
10625 if test "$wants_win32" = 1 ; then
10626 USE_UNIX=0
10627 USE_WIN32=1
10628 cat >>confdefs.h <<\_ACEOF
10629 #define __WIN32__ 1
10630 _ACEOF
10631
10632 cat >>confdefs.h <<\_ACEOF
10633 #define __WIN95__ 1
10634 _ACEOF
10635
10636 cat >>confdefs.h <<\_ACEOF
10637 #define __WINDOWS__ 1
10638 _ACEOF
10639
10640 cat >>confdefs.h <<\_ACEOF
10641 #define __GNUWIN32__ 1
10642 _ACEOF
10643
10644 cat >>confdefs.h <<\_ACEOF
10645 #define STRICT 1
10646 _ACEOF
10647
10648 cat >>confdefs.h <<\_ACEOF
10649 #define WINVER 0x0400
10650 _ACEOF
10651
10652 fi
10653 if test "$doesnt_want_win32" = 1 ; then
10654 USE_UNIX=1
10655 USE_WIN32=0
10656 fi
10657
10658 if test "$USE_UNIX" = 1 ; then
10659 wxUSE_UNIX=yes
10660 cat >>confdefs.h <<\_ACEOF
10661 #define __UNIX__ 1
10662 _ACEOF
10663
10664 fi
10665
10666
10667 cat >confcache <<\_ACEOF
10668 # This file is a shell script that caches the results of configure
10669 # tests run on this system so they can be shared between configure
10670 # scripts and configure runs, see configure's option --config-cache.
10671 # It is not useful on other systems. If it contains results you don't
10672 # want to keep, you may remove or edit it.
10673 #
10674 # config.status only pays attention to the cache file if you give it
10675 # the --recheck option to rerun configure.
10676 #
10677 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10678 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10679 # following values.
10680
10681 _ACEOF
10682
10683 # The following way of writing the cache mishandles newlines in values,
10684 # but we know of no workaround that is simple, portable, and efficient.
10685 # So, don't put newlines in cache variables' values.
10686 # Ultrix sh set writes to stderr and can't be redirected directly,
10687 # and sets the high bit in the cache file unless we assign to the vars.
10688 {
10689 (set) 2>&1 |
10690 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10691 *ac_space=\ *)
10692 # `set' does not quote correctly, so add quotes (double-quote
10693 # substitution turns \\\\ into \\, and sed turns \\ into \).
10694 sed -n \
10695 "s/'/'\\\\''/g;
10696 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10697 ;;
10698 *)
10699 # `set' quotes correctly as required by POSIX, so do not add quotes.
10700 sed -n \
10701 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10702 ;;
10703 esac;
10704 } |
10705 sed '
10706 t clear
10707 : clear
10708 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10709 t end
10710 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10711 : end' >>confcache
10712 if diff $cache_file confcache >/dev/null 2>&1; then :; else
10713 if test -w $cache_file; then
10714 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10715 cat confcache >$cache_file
10716 else
10717 echo "not updating unwritable cache $cache_file"
10718 fi
10719 fi
10720 rm -f confcache
10721
10722 if test "$build" != "$host" ; then
10723 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then
10724 CC=$host_alias-gcc
10725 CXX=$host_alias-c++
10726 AR=$host_alias-ar
10727 RANLIB=$host_alias-ranlib
10728 DLLTOOL=$host_alias-dlltool
10729 RESCOMP=$host_alias-windres
10730 STRIP=$host_alias-strip
10731 elif test "x$CC" '!=' "x"; then
10732 echo "You set CC, I assume you know what you are doing."
10733 else
10734 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10735 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10736 { (exit 1); exit 1; }; }
10737 fi
10738 fi
10739
10740 CFLAGS=${CFLAGS:=}
10741
10742
10743 ac_ext=c
10744 ac_cpp='$CPP $CPPFLAGS'
10745 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10746 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10747 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10748 if test -n "$ac_tool_prefix"; then
10749 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10750 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10751 echo "$as_me:$LINENO: checking for $ac_word" >&5
10752 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10753 if test "${ac_cv_prog_CC+set}" = set; then
10754 echo $ECHO_N "(cached) $ECHO_C" >&6
10755 else
10756 if test -n "$CC"; then
10757 ac_cv_prog_CC="$CC" # Let the user override the test.
10758 else
10759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10760 for as_dir in $PATH
10761 do
10762 IFS=$as_save_IFS
10763 test -z "$as_dir" && as_dir=.
10764 for ac_exec_ext in '' $ac_executable_extensions; do
10765 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10766 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10767 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10768 break 2
10769 fi
10770 done
10771 done
10772
10773 fi
10774 fi
10775 CC=$ac_cv_prog_CC
10776 if test -n "$CC"; then
10777 echo "$as_me:$LINENO: result: $CC" >&5
10778 echo "${ECHO_T}$CC" >&6
10779 else
10780 echo "$as_me:$LINENO: result: no" >&5
10781 echo "${ECHO_T}no" >&6
10782 fi
10783
10784 fi
10785 if test -z "$ac_cv_prog_CC"; then
10786 ac_ct_CC=$CC
10787 # Extract the first word of "gcc", so it can be a program name with args.
10788 set dummy gcc; ac_word=$2
10789 echo "$as_me:$LINENO: checking for $ac_word" >&5
10790 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10791 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10792 echo $ECHO_N "(cached) $ECHO_C" >&6
10793 else
10794 if test -n "$ac_ct_CC"; then
10795 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10796 else
10797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10798 for as_dir in $PATH
10799 do
10800 IFS=$as_save_IFS
10801 test -z "$as_dir" && as_dir=.
10802 for ac_exec_ext in '' $ac_executable_extensions; do
10803 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10804 ac_cv_prog_ac_ct_CC="gcc"
10805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10806 break 2
10807 fi
10808 done
10809 done
10810
10811 fi
10812 fi
10813 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10814 if test -n "$ac_ct_CC"; then
10815 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10816 echo "${ECHO_T}$ac_ct_CC" >&6
10817 else
10818 echo "$as_me:$LINENO: result: no" >&5
10819 echo "${ECHO_T}no" >&6
10820 fi
10821
10822 CC=$ac_ct_CC
10823 else
10824 CC="$ac_cv_prog_CC"
10825 fi
10826
10827 if test -z "$CC"; then
10828 if test -n "$ac_tool_prefix"; then
10829 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10830 set dummy ${ac_tool_prefix}cc; ac_word=$2
10831 echo "$as_me:$LINENO: checking for $ac_word" >&5
10832 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10833 if test "${ac_cv_prog_CC+set}" = set; then
10834 echo $ECHO_N "(cached) $ECHO_C" >&6
10835 else
10836 if test -n "$CC"; then
10837 ac_cv_prog_CC="$CC" # Let the user override the test.
10838 else
10839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10840 for as_dir in $PATH
10841 do
10842 IFS=$as_save_IFS
10843 test -z "$as_dir" && as_dir=.
10844 for ac_exec_ext in '' $ac_executable_extensions; do
10845 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10846 ac_cv_prog_CC="${ac_tool_prefix}cc"
10847 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10848 break 2
10849 fi
10850 done
10851 done
10852
10853 fi
10854 fi
10855 CC=$ac_cv_prog_CC
10856 if test -n "$CC"; then
10857 echo "$as_me:$LINENO: result: $CC" >&5
10858 echo "${ECHO_T}$CC" >&6
10859 else
10860 echo "$as_me:$LINENO: result: no" >&5
10861 echo "${ECHO_T}no" >&6
10862 fi
10863
10864 fi
10865 if test -z "$ac_cv_prog_CC"; then
10866 ac_ct_CC=$CC
10867 # Extract the first word of "cc", so it can be a program name with args.
10868 set dummy cc; ac_word=$2
10869 echo "$as_me:$LINENO: checking for $ac_word" >&5
10870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10871 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10872 echo $ECHO_N "(cached) $ECHO_C" >&6
10873 else
10874 if test -n "$ac_ct_CC"; then
10875 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10876 else
10877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10878 for as_dir in $PATH
10879 do
10880 IFS=$as_save_IFS
10881 test -z "$as_dir" && as_dir=.
10882 for ac_exec_ext in '' $ac_executable_extensions; do
10883 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10884 ac_cv_prog_ac_ct_CC="cc"
10885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10886 break 2
10887 fi
10888 done
10889 done
10890
10891 fi
10892 fi
10893 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10894 if test -n "$ac_ct_CC"; then
10895 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10896 echo "${ECHO_T}$ac_ct_CC" >&6
10897 else
10898 echo "$as_me:$LINENO: result: no" >&5
10899 echo "${ECHO_T}no" >&6
10900 fi
10901
10902 CC=$ac_ct_CC
10903 else
10904 CC="$ac_cv_prog_CC"
10905 fi
10906
10907 fi
10908 if test -z "$CC"; then
10909 # Extract the first word of "cc", so it can be a program name with args.
10910 set dummy cc; ac_word=$2
10911 echo "$as_me:$LINENO: checking for $ac_word" >&5
10912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10913 if test "${ac_cv_prog_CC+set}" = set; then
10914 echo $ECHO_N "(cached) $ECHO_C" >&6
10915 else
10916 if test -n "$CC"; then
10917 ac_cv_prog_CC="$CC" # Let the user override the test.
10918 else
10919 ac_prog_rejected=no
10920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10921 for as_dir in $PATH
10922 do
10923 IFS=$as_save_IFS
10924 test -z "$as_dir" && as_dir=.
10925 for ac_exec_ext in '' $ac_executable_extensions; do
10926 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10927 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10928 ac_prog_rejected=yes
10929 continue
10930 fi
10931 ac_cv_prog_CC="cc"
10932 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10933 break 2
10934 fi
10935 done
10936 done
10937
10938 if test $ac_prog_rejected = yes; then
10939 # We found a bogon in the path, so make sure we never use it.
10940 set dummy $ac_cv_prog_CC
10941 shift
10942 if test $# != 0; then
10943 # We chose a different compiler from the bogus one.
10944 # However, it has the same basename, so the bogon will be chosen
10945 # first if we set CC to just the basename; use the full file name.
10946 shift
10947 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10948 fi
10949 fi
10950 fi
10951 fi
10952 CC=$ac_cv_prog_CC
10953 if test -n "$CC"; then
10954 echo "$as_me:$LINENO: result: $CC" >&5
10955 echo "${ECHO_T}$CC" >&6
10956 else
10957 echo "$as_me:$LINENO: result: no" >&5
10958 echo "${ECHO_T}no" >&6
10959 fi
10960
10961 fi
10962 if test -z "$CC"; then
10963 if test -n "$ac_tool_prefix"; then
10964 for ac_prog in cl
10965 do
10966 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10967 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10968 echo "$as_me:$LINENO: checking for $ac_word" >&5
10969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10970 if test "${ac_cv_prog_CC+set}" = set; then
10971 echo $ECHO_N "(cached) $ECHO_C" >&6
10972 else
10973 if test -n "$CC"; then
10974 ac_cv_prog_CC="$CC" # Let the user override the test.
10975 else
10976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10977 for as_dir in $PATH
10978 do
10979 IFS=$as_save_IFS
10980 test -z "$as_dir" && as_dir=.
10981 for ac_exec_ext in '' $ac_executable_extensions; do
10982 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10983 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10985 break 2
10986 fi
10987 done
10988 done
10989
10990 fi
10991 fi
10992 CC=$ac_cv_prog_CC
10993 if test -n "$CC"; then
10994 echo "$as_me:$LINENO: result: $CC" >&5
10995 echo "${ECHO_T}$CC" >&6
10996 else
10997 echo "$as_me:$LINENO: result: no" >&5
10998 echo "${ECHO_T}no" >&6
10999 fi
11000
11001 test -n "$CC" && break
11002 done
11003 fi
11004 if test -z "$CC"; then
11005 ac_ct_CC=$CC
11006 for ac_prog in cl
11007 do
11008 # Extract the first word of "$ac_prog", so it can be a program name with args.
11009 set dummy $ac_prog; ac_word=$2
11010 echo "$as_me:$LINENO: checking for $ac_word" >&5
11011 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11012 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
11013 echo $ECHO_N "(cached) $ECHO_C" >&6
11014 else
11015 if test -n "$ac_ct_CC"; then
11016 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
11017 else
11018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11019 for as_dir in $PATH
11020 do
11021 IFS=$as_save_IFS
11022 test -z "$as_dir" && as_dir=.
11023 for ac_exec_ext in '' $ac_executable_extensions; do
11024 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11025 ac_cv_prog_ac_ct_CC="$ac_prog"
11026 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11027 break 2
11028 fi
11029 done
11030 done
11031
11032 fi
11033 fi
11034 ac_ct_CC=$ac_cv_prog_ac_ct_CC
11035 if test -n "$ac_ct_CC"; then
11036 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11037 echo "${ECHO_T}$ac_ct_CC" >&6
11038 else
11039 echo "$as_me:$LINENO: result: no" >&5
11040 echo "${ECHO_T}no" >&6
11041 fi
11042
11043 test -n "$ac_ct_CC" && break
11044 done
11045
11046 CC=$ac_ct_CC
11047 fi
11048
11049 fi
11050
11051
11052 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11053 See \`config.log' for more details." >&5
11054 echo "$as_me: error: no acceptable C compiler found in \$PATH
11055 See \`config.log' for more details." >&2;}
11056 { (exit 1); exit 1; }; }
11057
11058 # Provide some information about the compiler.
11059 echo "$as_me:$LINENO:" \
11060 "checking for C compiler version" >&5
11061 ac_compiler=`set X $ac_compile; echo $2`
11062 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11063 (eval $ac_compiler --version </dev/null >&5) 2>&5
11064 ac_status=$?
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); }
11067 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11068 (eval $ac_compiler -v </dev/null >&5) 2>&5
11069 ac_status=$?
11070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11071 (exit $ac_status); }
11072 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11073 (eval $ac_compiler -V </dev/null >&5) 2>&5
11074 ac_status=$?
11075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11076 (exit $ac_status); }
11077
11078 cat >conftest.$ac_ext <<_ACEOF
11079 /* confdefs.h. */
11080 _ACEOF
11081 cat confdefs.h >>conftest.$ac_ext
11082 cat >>conftest.$ac_ext <<_ACEOF
11083 /* end confdefs.h. */
11084
11085 int
11086 main ()
11087 {
11088
11089 ;
11090 return 0;
11091 }
11092 _ACEOF
11093 ac_clean_files_save=$ac_clean_files
11094 ac_clean_files="$ac_clean_files a.out a.exe b.out"
11095 # Try to create an executable without -o first, disregard a.out.
11096 # It will help us diagnose broken compilers, and finding out an intuition
11097 # of exeext.
11098 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11099 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
11100 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11101 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11102 (eval $ac_link_default) 2>&5
11103 ac_status=$?
11104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11105 (exit $ac_status); }; then
11106 # Find the output, starting from the most likely. This scheme is
11107 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
11108 # resort.
11109
11110 # Be careful to initialize this variable, since it used to be cached.
11111 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11112 ac_cv_exeext=
11113 # b.out is created by i960 compilers.
11114 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
11115 do
11116 test -f "$ac_file" || continue
11117 case $ac_file in
11118 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
11119 ;;
11120 conftest.$ac_ext )
11121 # This is the source file.
11122 ;;
11123 [ab].out )
11124 # We found the default executable, but exeext='' is most
11125 # certainly right.
11126 break;;
11127 *.* )
11128 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11129 # FIXME: I believe we export ac_cv_exeext for Libtool,
11130 # but it would be cool to find out if it's true. Does anybody
11131 # maintain Libtool? --akim.
11132 export ac_cv_exeext
11133 break;;
11134 * )
11135 break;;
11136 esac
11137 done
11138 else
11139 echo "$as_me: failed program was:" >&5
11140 sed 's/^/| /' conftest.$ac_ext >&5
11141
11142 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11143 See \`config.log' for more details." >&5
11144 echo "$as_me: error: C compiler cannot create executables
11145 See \`config.log' for more details." >&2;}
11146 { (exit 77); exit 77; }; }
11147 fi
11148
11149 ac_exeext=$ac_cv_exeext
11150 echo "$as_me:$LINENO: result: $ac_file" >&5
11151 echo "${ECHO_T}$ac_file" >&6
11152
11153 # Check the compiler produces executables we can run. If not, either
11154 # the compiler is broken, or we cross compile.
11155 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11156 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11157 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11158 # If not cross compiling, check that we can run a simple program.
11159 if test "$cross_compiling" != yes; then
11160 if { ac_try='./$ac_file'
11161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11162 (eval $ac_try) 2>&5
11163 ac_status=$?
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); }; }; then
11166 cross_compiling=no
11167 else
11168 if test "$cross_compiling" = maybe; then
11169 cross_compiling=yes
11170 else
11171 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11172 If you meant to cross compile, use \`--host'.
11173 See \`config.log' for more details." >&5
11174 echo "$as_me: error: cannot run C compiled programs.
11175 If you meant to cross compile, use \`--host'.
11176 See \`config.log' for more details." >&2;}
11177 { (exit 1); exit 1; }; }
11178 fi
11179 fi
11180 fi
11181 echo "$as_me:$LINENO: result: yes" >&5
11182 echo "${ECHO_T}yes" >&6
11183
11184 rm -f a.out a.exe conftest$ac_cv_exeext b.out
11185 ac_clean_files=$ac_clean_files_save
11186 # Check the compiler produces executables we can run. If not, either
11187 # the compiler is broken, or we cross compile.
11188 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11189 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11190 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11191 echo "${ECHO_T}$cross_compiling" >&6
11192
11193 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11194 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11195 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11196 (eval $ac_link) 2>&5
11197 ac_status=$?
11198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11199 (exit $ac_status); }; then
11200 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11201 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11202 # work properly (i.e., refer to `conftest.exe'), while it won't with
11203 # `rm'.
11204 for ac_file in conftest.exe conftest conftest.*; do
11205 test -f "$ac_file" || continue
11206 case $ac_file in
11207 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11208 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11209 export ac_cv_exeext
11210 break;;
11211 * ) break;;
11212 esac
11213 done
11214 else
11215 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11216 See \`config.log' for more details." >&5
11217 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11218 See \`config.log' for more details." >&2;}
11219 { (exit 1); exit 1; }; }
11220 fi
11221
11222 rm -f conftest$ac_cv_exeext
11223 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11224 echo "${ECHO_T}$ac_cv_exeext" >&6
11225
11226 rm -f conftest.$ac_ext
11227 EXEEXT=$ac_cv_exeext
11228 ac_exeext=$EXEEXT
11229 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11230 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11231 if test "${ac_cv_objext+set}" = set; then
11232 echo $ECHO_N "(cached) $ECHO_C" >&6
11233 else
11234 cat >conftest.$ac_ext <<_ACEOF
11235 /* confdefs.h. */
11236 _ACEOF
11237 cat confdefs.h >>conftest.$ac_ext
11238 cat >>conftest.$ac_ext <<_ACEOF
11239 /* end confdefs.h. */
11240
11241 int
11242 main ()
11243 {
11244
11245 ;
11246 return 0;
11247 }
11248 _ACEOF
11249 rm -f conftest.o conftest.obj
11250 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11251 (eval $ac_compile) 2>&5
11252 ac_status=$?
11253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11254 (exit $ac_status); }; then
11255 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11256 case $ac_file in
11257 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11258 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11259 break;;
11260 esac
11261 done
11262 else
11263 echo "$as_me: failed program was:" >&5
11264 sed 's/^/| /' conftest.$ac_ext >&5
11265
11266 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11267 See \`config.log' for more details." >&5
11268 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11269 See \`config.log' for more details." >&2;}
11270 { (exit 1); exit 1; }; }
11271 fi
11272
11273 rm -f conftest.$ac_cv_objext conftest.$ac_ext
11274 fi
11275 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11276 echo "${ECHO_T}$ac_cv_objext" >&6
11277 OBJEXT=$ac_cv_objext
11278 ac_objext=$OBJEXT
11279 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11280 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11281 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11282 echo $ECHO_N "(cached) $ECHO_C" >&6
11283 else
11284 cat >conftest.$ac_ext <<_ACEOF
11285 /* confdefs.h. */
11286 _ACEOF
11287 cat confdefs.h >>conftest.$ac_ext
11288 cat >>conftest.$ac_ext <<_ACEOF
11289 /* end confdefs.h. */
11290
11291 int
11292 main ()
11293 {
11294 #ifndef __GNUC__
11295 choke me
11296 #endif
11297
11298 ;
11299 return 0;
11300 }
11301 _ACEOF
11302 rm -f conftest.$ac_objext
11303 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11304 (eval $ac_compile) 2>conftest.er1
11305 ac_status=$?
11306 grep -v '^ *+' conftest.er1 >conftest.err
11307 rm -f conftest.er1
11308 cat conftest.err >&5
11309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11310 (exit $ac_status); } &&
11311 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11313 (eval $ac_try) 2>&5
11314 ac_status=$?
11315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11316 (exit $ac_status); }; } &&
11317 { ac_try='test -s conftest.$ac_objext'
11318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11319 (eval $ac_try) 2>&5
11320 ac_status=$?
11321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11322 (exit $ac_status); }; }; then
11323 ac_compiler_gnu=yes
11324 else
11325 echo "$as_me: failed program was:" >&5
11326 sed 's/^/| /' conftest.$ac_ext >&5
11327
11328 ac_compiler_gnu=no
11329 fi
11330 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11331 ac_cv_c_compiler_gnu=$ac_compiler_gnu
11332
11333 fi
11334 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11335 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11336 GCC=`test $ac_compiler_gnu = yes && echo yes`
11337 ac_test_CFLAGS=${CFLAGS+set}
11338 ac_save_CFLAGS=$CFLAGS
11339 CFLAGS="$CFLAGS -g"
11340 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11341 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11342 if test "${ac_cv_prog_cc_g+set}" = set; then
11343 echo $ECHO_N "(cached) $ECHO_C" >&6
11344 else
11345 cat >conftest.$ac_ext <<_ACEOF
11346 /* confdefs.h. */
11347 _ACEOF
11348 cat confdefs.h >>conftest.$ac_ext
11349 cat >>conftest.$ac_ext <<_ACEOF
11350 /* end confdefs.h. */
11351
11352 int
11353 main ()
11354 {
11355
11356 ;
11357 return 0;
11358 }
11359 _ACEOF
11360 rm -f conftest.$ac_objext
11361 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11362 (eval $ac_compile) 2>conftest.er1
11363 ac_status=$?
11364 grep -v '^ *+' conftest.er1 >conftest.err
11365 rm -f conftest.er1
11366 cat conftest.err >&5
11367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11368 (exit $ac_status); } &&
11369 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11371 (eval $ac_try) 2>&5
11372 ac_status=$?
11373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11374 (exit $ac_status); }; } &&
11375 { ac_try='test -s conftest.$ac_objext'
11376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11377 (eval $ac_try) 2>&5
11378 ac_status=$?
11379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11380 (exit $ac_status); }; }; then
11381 ac_cv_prog_cc_g=yes
11382 else
11383 echo "$as_me: failed program was:" >&5
11384 sed 's/^/| /' conftest.$ac_ext >&5
11385
11386 ac_cv_prog_cc_g=no
11387 fi
11388 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11389 fi
11390 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11391 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11392 if test "$ac_test_CFLAGS" = set; then
11393 CFLAGS=$ac_save_CFLAGS
11394 elif test $ac_cv_prog_cc_g = yes; then
11395 if test "$GCC" = yes; then
11396 CFLAGS="-g -O2"
11397 else
11398 CFLAGS="-g"
11399 fi
11400 else
11401 if test "$GCC" = yes; then
11402 CFLAGS="-O2"
11403 else
11404 CFLAGS=
11405 fi
11406 fi
11407 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11408 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11409 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11410 echo $ECHO_N "(cached) $ECHO_C" >&6
11411 else
11412 ac_cv_prog_cc_stdc=no
11413 ac_save_CC=$CC
11414 cat >conftest.$ac_ext <<_ACEOF
11415 /* confdefs.h. */
11416 _ACEOF
11417 cat confdefs.h >>conftest.$ac_ext
11418 cat >>conftest.$ac_ext <<_ACEOF
11419 /* end confdefs.h. */
11420 #include <stdarg.h>
11421 #include <stdio.h>
11422 #include <sys/types.h>
11423 #include <sys/stat.h>
11424 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11425 struct buf { int x; };
11426 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11427 static char *e (p, i)
11428 char **p;
11429 int i;
11430 {
11431 return p[i];
11432 }
11433 static char *f (char * (*g) (char **, int), char **p, ...)
11434 {
11435 char *s;
11436 va_list v;
11437 va_start (v,p);
11438 s = g (p, va_arg (v,int));
11439 va_end (v);
11440 return s;
11441 }
11442
11443 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11444 function prototypes and stuff, but not '\xHH' hex character constants.
11445 These don't provoke an error unfortunately, instead are silently treated
11446 as 'x'. The following induces an error, until -std1 is added to get
11447 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11448 array size at least. It's necessary to write '\x00'==0 to get something
11449 that's true only with -std1. */
11450 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11451
11452 int test (int i, double x);
11453 struct s1 {int (*f) (int a);};
11454 struct s2 {int (*f) (double a);};
11455 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11456 int argc;
11457 char **argv;
11458 int
11459 main ()
11460 {
11461 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11462 ;
11463 return 0;
11464 }
11465 _ACEOF
11466 # Don't try gcc -ansi; that turns off useful extensions and
11467 # breaks some systems' header files.
11468 # AIX -qlanglvl=ansi
11469 # Ultrix and OSF/1 -std1
11470 # HP-UX 10.20 and later -Ae
11471 # HP-UX older versions -Aa -D_HPUX_SOURCE
11472 # SVR4 -Xc -D__EXTENSIONS__
11473 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11474 do
11475 CC="$ac_save_CC $ac_arg"
11476 rm -f conftest.$ac_objext
11477 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11478 (eval $ac_compile) 2>conftest.er1
11479 ac_status=$?
11480 grep -v '^ *+' conftest.er1 >conftest.err
11481 rm -f conftest.er1
11482 cat conftest.err >&5
11483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11484 (exit $ac_status); } &&
11485 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11487 (eval $ac_try) 2>&5
11488 ac_status=$?
11489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11490 (exit $ac_status); }; } &&
11491 { ac_try='test -s conftest.$ac_objext'
11492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11493 (eval $ac_try) 2>&5
11494 ac_status=$?
11495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11496 (exit $ac_status); }; }; then
11497 ac_cv_prog_cc_stdc=$ac_arg
11498 break
11499 else
11500 echo "$as_me: failed program was:" >&5
11501 sed 's/^/| /' conftest.$ac_ext >&5
11502
11503 fi
11504 rm -f conftest.err conftest.$ac_objext
11505 done
11506 rm -f conftest.$ac_ext conftest.$ac_objext
11507 CC=$ac_save_CC
11508
11509 fi
11510
11511 case "x$ac_cv_prog_cc_stdc" in
11512 x|xno)
11513 echo "$as_me:$LINENO: result: none needed" >&5
11514 echo "${ECHO_T}none needed" >&6 ;;
11515 *)
11516 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11517 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11518 CC="$CC $ac_cv_prog_cc_stdc" ;;
11519 esac
11520
11521 # Some people use a C++ compiler to compile C. Since we use `exit',
11522 # in C++ we need to declare it. In case someone uses the same compiler
11523 # for both compiling C and C++ we need to have the C++ compiler decide
11524 # the declaration of exit, since it's the most demanding environment.
11525 cat >conftest.$ac_ext <<_ACEOF
11526 #ifndef __cplusplus
11527 choke me
11528 #endif
11529 _ACEOF
11530 rm -f conftest.$ac_objext
11531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11532 (eval $ac_compile) 2>conftest.er1
11533 ac_status=$?
11534 grep -v '^ *+' conftest.er1 >conftest.err
11535 rm -f conftest.er1
11536 cat conftest.err >&5
11537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11538 (exit $ac_status); } &&
11539 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11541 (eval $ac_try) 2>&5
11542 ac_status=$?
11543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11544 (exit $ac_status); }; } &&
11545 { ac_try='test -s conftest.$ac_objext'
11546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11547 (eval $ac_try) 2>&5
11548 ac_status=$?
11549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11550 (exit $ac_status); }; }; then
11551 for ac_declaration in \
11552 '' \
11553 'extern "C" void std::exit (int) throw (); using std::exit;' \
11554 'extern "C" void std::exit (int); using std::exit;' \
11555 'extern "C" void exit (int) throw ();' \
11556 'extern "C" void exit (int);' \
11557 'void exit (int);'
11558 do
11559 cat >conftest.$ac_ext <<_ACEOF
11560 /* confdefs.h. */
11561 _ACEOF
11562 cat confdefs.h >>conftest.$ac_ext
11563 cat >>conftest.$ac_ext <<_ACEOF
11564 /* end confdefs.h. */
11565 $ac_declaration
11566 #include <stdlib.h>
11567 int
11568 main ()
11569 {
11570 exit (42);
11571 ;
11572 return 0;
11573 }
11574 _ACEOF
11575 rm -f conftest.$ac_objext
11576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11577 (eval $ac_compile) 2>conftest.er1
11578 ac_status=$?
11579 grep -v '^ *+' conftest.er1 >conftest.err
11580 rm -f conftest.er1
11581 cat conftest.err >&5
11582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11583 (exit $ac_status); } &&
11584 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11586 (eval $ac_try) 2>&5
11587 ac_status=$?
11588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11589 (exit $ac_status); }; } &&
11590 { ac_try='test -s conftest.$ac_objext'
11591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11592 (eval $ac_try) 2>&5
11593 ac_status=$?
11594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11595 (exit $ac_status); }; }; then
11596 :
11597 else
11598 echo "$as_me: failed program was:" >&5
11599 sed 's/^/| /' conftest.$ac_ext >&5
11600
11601 continue
11602 fi
11603 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11604 cat >conftest.$ac_ext <<_ACEOF
11605 /* confdefs.h. */
11606 _ACEOF
11607 cat confdefs.h >>conftest.$ac_ext
11608 cat >>conftest.$ac_ext <<_ACEOF
11609 /* end confdefs.h. */
11610 $ac_declaration
11611 int
11612 main ()
11613 {
11614 exit (42);
11615 ;
11616 return 0;
11617 }
11618 _ACEOF
11619 rm -f conftest.$ac_objext
11620 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11621 (eval $ac_compile) 2>conftest.er1
11622 ac_status=$?
11623 grep -v '^ *+' conftest.er1 >conftest.err
11624 rm -f conftest.er1
11625 cat conftest.err >&5
11626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11627 (exit $ac_status); } &&
11628 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11630 (eval $ac_try) 2>&5
11631 ac_status=$?
11632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11633 (exit $ac_status); }; } &&
11634 { ac_try='test -s conftest.$ac_objext'
11635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11636 (eval $ac_try) 2>&5
11637 ac_status=$?
11638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11639 (exit $ac_status); }; }; then
11640 break
11641 else
11642 echo "$as_me: failed program was:" >&5
11643 sed 's/^/| /' conftest.$ac_ext >&5
11644
11645 fi
11646 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11647 done
11648 rm -f conftest*
11649 if test -n "$ac_declaration"; then
11650 echo '#ifdef __cplusplus' >>confdefs.h
11651 echo $ac_declaration >>confdefs.h
11652 echo '#endif' >>confdefs.h
11653 fi
11654
11655 else
11656 echo "$as_me: failed program was:" >&5
11657 sed 's/^/| /' conftest.$ac_ext >&5
11658
11659 fi
11660 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11661 ac_ext=c
11662 ac_cpp='$CPP $CPPFLAGS'
11663 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11664 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11665 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11666
11667 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11668 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11669 if test "${wx_cv_c_exto+set}" = set; then
11670 echo $ECHO_N "(cached) $ECHO_C" >&6
11671 else
11672 cat >conftest.$ac_ext <<_ACEOF
11673 /* confdefs.h. */
11674 _ACEOF
11675 cat confdefs.h >>conftest.$ac_ext
11676 cat >>conftest.$ac_ext <<_ACEOF
11677 /* end confdefs.h. */
11678
11679 int
11680 main ()
11681 {
11682
11683 ;
11684 return 0;
11685 }
11686 _ACEOF
11687 rm -f conftest.$ac_objext conftest.$ac_ext.o
11688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11689 (eval $ac_compile) 2>&5
11690 ac_status=$?
11691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11692 (exit $ac_status); }; then
11693 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11694 case $ac_file in
11695 conftest.$ac_ext.o)
11696 wx_cv_c_exto="-ext o"
11697 ;;
11698 *)
11699 ;;
11700 esac
11701 done
11702 else
11703 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11704 See \`config.log' for more details." >&5
11705 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11706 See \`config.log' for more details." >&2;}
11707 { (exit 1); exit 1; }; }
11708
11709 fi
11710
11711 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11712
11713 fi
11714 echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11715 echo "${ECHO_T}$wx_cv_c_exto" >&6
11716 if test "x$wx_cv_c_exto" '!=' "x"; then
11717 if test "c" = "c"; then
11718 CFLAGS="$wx_cv_c_exto $CFLAGS"
11719 fi
11720 if test "c" = "cxx"; then
11721 CXXFLAGS="$wx_cv_c_exto $CXXFLAGS"
11722 fi
11723 fi
11724
11725 if test "x$wx_cv_c_exto" '!=' "x"; then
11726 unset ac_cv_prog_cc_g
11727 ac_test_CFLAGS=${CFLAGS+set}
11728 ac_save_CFLAGS=$CFLAGS
11729 CFLAGS="$CFLAGS -g"
11730 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11731 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11732 if test "${ac_cv_prog_cc_g+set}" = set; then
11733 echo $ECHO_N "(cached) $ECHO_C" >&6
11734 else
11735 cat >conftest.$ac_ext <<_ACEOF
11736 /* confdefs.h. */
11737 _ACEOF
11738 cat confdefs.h >>conftest.$ac_ext
11739 cat >>conftest.$ac_ext <<_ACEOF
11740 /* end confdefs.h. */
11741
11742 int
11743 main ()
11744 {
11745
11746 ;
11747 return 0;
11748 }
11749 _ACEOF
11750 rm -f conftest.$ac_objext
11751 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11752 (eval $ac_compile) 2>conftest.er1
11753 ac_status=$?
11754 grep -v '^ *+' conftest.er1 >conftest.err
11755 rm -f conftest.er1
11756 cat conftest.err >&5
11757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11758 (exit $ac_status); } &&
11759 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11761 (eval $ac_try) 2>&5
11762 ac_status=$?
11763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11764 (exit $ac_status); }; } &&
11765 { ac_try='test -s conftest.$ac_objext'
11766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11767 (eval $ac_try) 2>&5
11768 ac_status=$?
11769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11770 (exit $ac_status); }; }; then
11771 ac_cv_prog_cc_g=yes
11772 else
11773 echo "$as_me: failed program was:" >&5
11774 sed 's/^/| /' conftest.$ac_ext >&5
11775
11776 ac_cv_prog_cc_g=no
11777 fi
11778 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11779 fi
11780 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11781 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11782 if test "$ac_test_CFLAGS" = set; then
11783 CFLAGS=$ac_save_CFLAGS
11784 elif test $ac_cv_prog_cc_g = yes; then
11785 if test "$GCC" = yes; then
11786 CFLAGS="-g -O2"
11787 else
11788 CFLAGS="-g"
11789 fi
11790 else
11791 if test "$GCC" = yes; then
11792 CFLAGS="-O2"
11793 else
11794 CFLAGS=
11795 fi
11796 fi
11797 fi
11798 ac_ext=c
11799 ac_cpp='$CPP $CPPFLAGS'
11800 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11801 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11802 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11803
11804 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11805 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11806 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11807 echo $ECHO_N "(cached) $ECHO_C" >&6
11808 else
11809 cat >conftest.$ac_ext <<_ACEOF
11810 /* confdefs.h. */
11811 _ACEOF
11812 cat confdefs.h >>conftest.$ac_ext
11813 cat >>conftest.$ac_ext <<_ACEOF
11814 /* end confdefs.h. */
11815
11816 int
11817 main ()
11818 {
11819 #ifndef __MWERKS__
11820 choke me
11821 #endif
11822
11823 ;
11824 return 0;
11825 }
11826 _ACEOF
11827 rm -f conftest.$ac_objext
11828 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11829 (eval $ac_compile) 2>conftest.er1
11830 ac_status=$?
11831 grep -v '^ *+' conftest.er1 >conftest.err
11832 rm -f conftest.er1
11833 cat conftest.err >&5
11834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11835 (exit $ac_status); } &&
11836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11838 (eval $ac_try) 2>&5
11839 ac_status=$?
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); }; } &&
11842 { ac_try='test -s conftest.$ac_objext'
11843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11844 (eval $ac_try) 2>&5
11845 ac_status=$?
11846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11847 (exit $ac_status); }; }; then
11848 bakefile_compiler_mwerks=yes
11849 else
11850 echo "$as_me: failed program was:" >&5
11851 sed 's/^/| /' conftest.$ac_ext >&5
11852
11853 bakefile_compiler_mwerks=no
11854 fi
11855 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11856 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
11857
11858 fi
11859 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11860 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11861
11862 MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
11863 ac_ext=c
11864 ac_cpp='$CPP $CPPFLAGS'
11865 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11866 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11867 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11868
11869
11870 ac_ext=c
11871 ac_cpp='$CPP $CPPFLAGS'
11872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11875
11876 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11877 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11878 if test "${wx_cv_c_compiler_xlc+set}" = set; then
11879 echo $ECHO_N "(cached) $ECHO_C" >&6
11880 else
11881 cat >conftest.$ac_ext <<_ACEOF
11882 /* confdefs.h. */
11883 _ACEOF
11884 cat confdefs.h >>conftest.$ac_ext
11885 cat >>conftest.$ac_ext <<_ACEOF
11886 /* end confdefs.h. */
11887
11888 int
11889 main ()
11890 {
11891 #ifndef __xlC__
11892 choke me
11893 #endif
11894
11895 ;
11896 return 0;
11897 }
11898 _ACEOF
11899 rm -f conftest.$ac_objext
11900 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11901 (eval $ac_compile) 2>conftest.er1
11902 ac_status=$?
11903 grep -v '^ *+' conftest.er1 >conftest.err
11904 rm -f conftest.er1
11905 cat conftest.err >&5
11906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11907 (exit $ac_status); } &&
11908 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11910 (eval $ac_try) 2>&5
11911 ac_status=$?
11912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11913 (exit $ac_status); }; } &&
11914 { ac_try='test -s conftest.$ac_objext'
11915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11916 (eval $ac_try) 2>&5
11917 ac_status=$?
11918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11919 (exit $ac_status); }; }; then
11920 wx_compiler_xlc=yes
11921 else
11922 echo "$as_me: failed program was:" >&5
11923 sed 's/^/| /' conftest.$ac_ext >&5
11924
11925 wx_compiler_xlc=no
11926 fi
11927 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11928 wx_cv_c_compiler_xlc=$wx_compiler_xlc
11929
11930 fi
11931 echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11932 echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11933
11934 XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
11935 ac_ext=c
11936 ac_cpp='$CPP $CPPFLAGS'
11937 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11938 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11939 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11940
11941
11942
11943
11944 ac_ext=c
11945 ac_cpp='$CPP $CPPFLAGS'
11946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11949
11950 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
11951 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
11952 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
11953 echo $ECHO_N "(cached) $ECHO_C" >&6
11954 else
11955 cat >conftest.$ac_ext <<_ACEOF
11956 /* confdefs.h. */
11957 _ACEOF
11958 cat confdefs.h >>conftest.$ac_ext
11959 cat >>conftest.$ac_ext <<_ACEOF
11960 /* end confdefs.h. */
11961
11962 int
11963 main ()
11964 {
11965
11966 #ifndef __SUNPRO_C
11967 choke me
11968 #endif
11969
11970 ;
11971 return 0;
11972 }
11973 _ACEOF
11974 rm -f conftest.$ac_objext
11975 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11976 (eval $ac_compile) 2>conftest.er1
11977 ac_status=$?
11978 grep -v '^ *+' conftest.er1 >conftest.err
11979 rm -f conftest.er1
11980 cat conftest.err >&5
11981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11982 (exit $ac_status); } &&
11983 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11985 (eval $ac_try) 2>&5
11986 ac_status=$?
11987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11988 (exit $ac_status); }; } &&
11989 { ac_try='test -s conftest.$ac_objext'
11990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11991 (eval $ac_try) 2>&5
11992 ac_status=$?
11993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11994 (exit $ac_status); }; }; then
11995 bakefile_cv_c_compiler___SUNPRO_C=yes
11996 else
11997 echo "$as_me: failed program was:" >&5
11998 sed 's/^/| /' conftest.$ac_ext >&5
11999
12000 bakefile_cv_c_compiler___SUNPRO_C=no
12001
12002 fi
12003 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12004
12005
12006 fi
12007 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
12008 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
12009 ac_ext=c
12010 ac_cpp='$CPP $CPPFLAGS'
12011 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12012 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12013 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12014
12015 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
12016 :; SUNCC=yes
12017 else
12018 :;
12019 fi
12020
12021
12022
12023
12024 ac_ext=c
12025 ac_cpp='$CPP $CPPFLAGS'
12026 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12027 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12028 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12029 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12030 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
12031 # On Suns, sometimes $CPP names a directory.
12032 if test -n "$CPP" && test -d "$CPP"; then
12033 CPP=
12034 fi
12035 if test -z "$CPP"; then
12036 if test "${ac_cv_prog_CPP+set}" = set; then
12037 echo $ECHO_N "(cached) $ECHO_C" >&6
12038 else
12039 # Double quotes because CPP needs to be expanded
12040 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12041 do
12042 ac_preproc_ok=false
12043 for ac_c_preproc_warn_flag in '' yes
12044 do
12045 # Use a header file that comes with gcc, so configuring glibc
12046 # with a fresh cross-compiler works.
12047 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12048 # <limits.h> exists even on freestanding compilers.
12049 # On the NeXT, cc -E runs the code through the compiler's parser,
12050 # not just through cpp. "Syntax error" is here to catch this case.
12051 cat >conftest.$ac_ext <<_ACEOF
12052 /* confdefs.h. */
12053 _ACEOF
12054 cat confdefs.h >>conftest.$ac_ext
12055 cat >>conftest.$ac_ext <<_ACEOF
12056 /* end confdefs.h. */
12057 #ifdef __STDC__
12058 # include <limits.h>
12059 #else
12060 # include <assert.h>
12061 #endif
12062 Syntax error
12063 _ACEOF
12064 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12065 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12066 ac_status=$?
12067 grep -v '^ *+' conftest.er1 >conftest.err
12068 rm -f conftest.er1
12069 cat conftest.err >&5
12070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12071 (exit $ac_status); } >/dev/null; then
12072 if test -s conftest.err; then
12073 ac_cpp_err=$ac_c_preproc_warn_flag
12074 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12075 else
12076 ac_cpp_err=
12077 fi
12078 else
12079 ac_cpp_err=yes
12080 fi
12081 if test -z "$ac_cpp_err"; then
12082 :
12083 else
12084 echo "$as_me: failed program was:" >&5
12085 sed 's/^/| /' conftest.$ac_ext >&5
12086
12087 # Broken: fails on valid input.
12088 continue
12089 fi
12090 rm -f conftest.err conftest.$ac_ext
12091
12092 # OK, works on sane cases. Now check whether non-existent headers
12093 # can be detected and how.
12094 cat >conftest.$ac_ext <<_ACEOF
12095 /* confdefs.h. */
12096 _ACEOF
12097 cat confdefs.h >>conftest.$ac_ext
12098 cat >>conftest.$ac_ext <<_ACEOF
12099 /* end confdefs.h. */
12100 #include <ac_nonexistent.h>
12101 _ACEOF
12102 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12103 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12104 ac_status=$?
12105 grep -v '^ *+' conftest.er1 >conftest.err
12106 rm -f conftest.er1
12107 cat conftest.err >&5
12108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12109 (exit $ac_status); } >/dev/null; then
12110 if test -s conftest.err; then
12111 ac_cpp_err=$ac_c_preproc_warn_flag
12112 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12113 else
12114 ac_cpp_err=
12115 fi
12116 else
12117 ac_cpp_err=yes
12118 fi
12119 if test -z "$ac_cpp_err"; then
12120 # Broken: success on invalid input.
12121 continue
12122 else
12123 echo "$as_me: failed program was:" >&5
12124 sed 's/^/| /' conftest.$ac_ext >&5
12125
12126 # Passes both tests.
12127 ac_preproc_ok=:
12128 break
12129 fi
12130 rm -f conftest.err conftest.$ac_ext
12131
12132 done
12133 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12134 rm -f conftest.err conftest.$ac_ext
12135 if $ac_preproc_ok; then
12136 break
12137 fi
12138
12139 done
12140 ac_cv_prog_CPP=$CPP
12141
12142 fi
12143 CPP=$ac_cv_prog_CPP
12144 else
12145 ac_cv_prog_CPP=$CPP
12146 fi
12147 echo "$as_me:$LINENO: result: $CPP" >&5
12148 echo "${ECHO_T}$CPP" >&6
12149 ac_preproc_ok=false
12150 for ac_c_preproc_warn_flag in '' yes
12151 do
12152 # Use a header file that comes with gcc, so configuring glibc
12153 # with a fresh cross-compiler works.
12154 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12155 # <limits.h> exists even on freestanding compilers.
12156 # On the NeXT, cc -E runs the code through the compiler's parser,
12157 # not just through cpp. "Syntax error" is here to catch this case.
12158 cat >conftest.$ac_ext <<_ACEOF
12159 /* confdefs.h. */
12160 _ACEOF
12161 cat confdefs.h >>conftest.$ac_ext
12162 cat >>conftest.$ac_ext <<_ACEOF
12163 /* end confdefs.h. */
12164 #ifdef __STDC__
12165 # include <limits.h>
12166 #else
12167 # include <assert.h>
12168 #endif
12169 Syntax error
12170 _ACEOF
12171 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12172 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12173 ac_status=$?
12174 grep -v '^ *+' conftest.er1 >conftest.err
12175 rm -f conftest.er1
12176 cat conftest.err >&5
12177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12178 (exit $ac_status); } >/dev/null; then
12179 if test -s conftest.err; then
12180 ac_cpp_err=$ac_c_preproc_warn_flag
12181 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12182 else
12183 ac_cpp_err=
12184 fi
12185 else
12186 ac_cpp_err=yes
12187 fi
12188 if test -z "$ac_cpp_err"; then
12189 :
12190 else
12191 echo "$as_me: failed program was:" >&5
12192 sed 's/^/| /' conftest.$ac_ext >&5
12193
12194 # Broken: fails on valid input.
12195 continue
12196 fi
12197 rm -f conftest.err conftest.$ac_ext
12198
12199 # OK, works on sane cases. Now check whether non-existent headers
12200 # can be detected and how.
12201 cat >conftest.$ac_ext <<_ACEOF
12202 /* confdefs.h. */
12203 _ACEOF
12204 cat confdefs.h >>conftest.$ac_ext
12205 cat >>conftest.$ac_ext <<_ACEOF
12206 /* end confdefs.h. */
12207 #include <ac_nonexistent.h>
12208 _ACEOF
12209 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12210 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12211 ac_status=$?
12212 grep -v '^ *+' conftest.er1 >conftest.err
12213 rm -f conftest.er1
12214 cat conftest.err >&5
12215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); } >/dev/null; then
12217 if test -s conftest.err; then
12218 ac_cpp_err=$ac_c_preproc_warn_flag
12219 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12220 else
12221 ac_cpp_err=
12222 fi
12223 else
12224 ac_cpp_err=yes
12225 fi
12226 if test -z "$ac_cpp_err"; then
12227 # Broken: success on invalid input.
12228 continue
12229 else
12230 echo "$as_me: failed program was:" >&5
12231 sed 's/^/| /' conftest.$ac_ext >&5
12232
12233 # Passes both tests.
12234 ac_preproc_ok=:
12235 break
12236 fi
12237 rm -f conftest.err conftest.$ac_ext
12238
12239 done
12240 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12241 rm -f conftest.err conftest.$ac_ext
12242 if $ac_preproc_ok; then
12243 :
12244 else
12245 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12246 See \`config.log' for more details." >&5
12247 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12248 See \`config.log' for more details." >&2;}
12249 { (exit 1); exit 1; }; }
12250 fi
12251
12252 ac_ext=c
12253 ac_cpp='$CPP $CPPFLAGS'
12254 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12255 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12256 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12257
12258
12259 echo "$as_me:$LINENO: checking for egrep" >&5
12260 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12261 if test "${ac_cv_prog_egrep+set}" = set; then
12262 echo $ECHO_N "(cached) $ECHO_C" >&6
12263 else
12264 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12265 then ac_cv_prog_egrep='grep -E'
12266 else ac_cv_prog_egrep='egrep'
12267 fi
12268 fi
12269 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12270 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12271 EGREP=$ac_cv_prog_egrep
12272
12273
12274 if test $ac_cv_c_compiler_gnu = yes; then
12275 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12276 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12277 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12278 echo $ECHO_N "(cached) $ECHO_C" >&6
12279 else
12280 ac_pattern="Autoconf.*'x'"
12281 cat >conftest.$ac_ext <<_ACEOF
12282 /* confdefs.h. */
12283 _ACEOF
12284 cat confdefs.h >>conftest.$ac_ext
12285 cat >>conftest.$ac_ext <<_ACEOF
12286 /* end confdefs.h. */
12287 #include <sgtty.h>
12288 Autoconf TIOCGETP
12289 _ACEOF
12290 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12291 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12292 ac_cv_prog_gcc_traditional=yes
12293 else
12294 ac_cv_prog_gcc_traditional=no
12295 fi
12296 rm -f conftest*
12297
12298
12299 if test $ac_cv_prog_gcc_traditional = no; then
12300 cat >conftest.$ac_ext <<_ACEOF
12301 /* confdefs.h. */
12302 _ACEOF
12303 cat confdefs.h >>conftest.$ac_ext
12304 cat >>conftest.$ac_ext <<_ACEOF
12305 /* end confdefs.h. */
12306 #include <termio.h>
12307 Autoconf TCGETA
12308 _ACEOF
12309 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12310 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12311 ac_cv_prog_gcc_traditional=yes
12312 fi
12313 rm -f conftest*
12314
12315 fi
12316 fi
12317 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12318 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12319 if test $ac_cv_prog_gcc_traditional = yes; then
12320 CC="$CC -traditional"
12321 fi
12322 fi
12323
12324
12325
12326
12327 ac_ext=cc
12328 ac_cpp='$CXXCPP $CPPFLAGS'
12329 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12330 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12331 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12332
12333
12334 CXXFLAGS=${CXXFLAGS:=}
12335
12336
12337 ac_ext=cc
12338 ac_cpp='$CXXCPP $CPPFLAGS'
12339 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12340 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12341 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12342 if test -n "$ac_tool_prefix"; then
12343 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12344 do
12345 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12346 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12347 echo "$as_me:$LINENO: checking for $ac_word" >&5
12348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12349 if test "${ac_cv_prog_CXX+set}" = set; then
12350 echo $ECHO_N "(cached) $ECHO_C" >&6
12351 else
12352 if test -n "$CXX"; then
12353 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12354 else
12355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12356 for as_dir in $PATH
12357 do
12358 IFS=$as_save_IFS
12359 test -z "$as_dir" && as_dir=.
12360 for ac_exec_ext in '' $ac_executable_extensions; do
12361 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12362 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12364 break 2
12365 fi
12366 done
12367 done
12368
12369 fi
12370 fi
12371 CXX=$ac_cv_prog_CXX
12372 if test -n "$CXX"; then
12373 echo "$as_me:$LINENO: result: $CXX" >&5
12374 echo "${ECHO_T}$CXX" >&6
12375 else
12376 echo "$as_me:$LINENO: result: no" >&5
12377 echo "${ECHO_T}no" >&6
12378 fi
12379
12380 test -n "$CXX" && break
12381 done
12382 fi
12383 if test -z "$CXX"; then
12384 ac_ct_CXX=$CXX
12385 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12386 do
12387 # Extract the first word of "$ac_prog", so it can be a program name with args.
12388 set dummy $ac_prog; ac_word=$2
12389 echo "$as_me:$LINENO: checking for $ac_word" >&5
12390 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12391 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12392 echo $ECHO_N "(cached) $ECHO_C" >&6
12393 else
12394 if test -n "$ac_ct_CXX"; then
12395 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12396 else
12397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12398 for as_dir in $PATH
12399 do
12400 IFS=$as_save_IFS
12401 test -z "$as_dir" && as_dir=.
12402 for ac_exec_ext in '' $ac_executable_extensions; do
12403 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12404 ac_cv_prog_ac_ct_CXX="$ac_prog"
12405 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12406 break 2
12407 fi
12408 done
12409 done
12410
12411 fi
12412 fi
12413 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12414 if test -n "$ac_ct_CXX"; then
12415 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12416 echo "${ECHO_T}$ac_ct_CXX" >&6
12417 else
12418 echo "$as_me:$LINENO: result: no" >&5
12419 echo "${ECHO_T}no" >&6
12420 fi
12421
12422 test -n "$ac_ct_CXX" && break
12423 done
12424 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12425
12426 CXX=$ac_ct_CXX
12427 fi
12428
12429
12430 # Provide some information about the compiler.
12431 echo "$as_me:$LINENO:" \
12432 "checking for C++ compiler version" >&5
12433 ac_compiler=`set X $ac_compile; echo $2`
12434 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12435 (eval $ac_compiler --version </dev/null >&5) 2>&5
12436 ac_status=$?
12437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12438 (exit $ac_status); }
12439 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12440 (eval $ac_compiler -v </dev/null >&5) 2>&5
12441 ac_status=$?
12442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12443 (exit $ac_status); }
12444 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12445 (eval $ac_compiler -V </dev/null >&5) 2>&5
12446 ac_status=$?
12447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448 (exit $ac_status); }
12449
12450 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12451 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12452 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12453 echo $ECHO_N "(cached) $ECHO_C" >&6
12454 else
12455 cat >conftest.$ac_ext <<_ACEOF
12456 /* confdefs.h. */
12457 _ACEOF
12458 cat confdefs.h >>conftest.$ac_ext
12459 cat >>conftest.$ac_ext <<_ACEOF
12460 /* end confdefs.h. */
12461
12462 int
12463 main ()
12464 {
12465 #ifndef __GNUC__
12466 choke me
12467 #endif
12468
12469 ;
12470 return 0;
12471 }
12472 _ACEOF
12473 rm -f conftest.$ac_objext
12474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12475 (eval $ac_compile) 2>conftest.er1
12476 ac_status=$?
12477 grep -v '^ *+' conftest.er1 >conftest.err
12478 rm -f conftest.er1
12479 cat conftest.err >&5
12480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12481 (exit $ac_status); } &&
12482 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12484 (eval $ac_try) 2>&5
12485 ac_status=$?
12486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12487 (exit $ac_status); }; } &&
12488 { ac_try='test -s conftest.$ac_objext'
12489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12490 (eval $ac_try) 2>&5
12491 ac_status=$?
12492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12493 (exit $ac_status); }; }; then
12494 ac_compiler_gnu=yes
12495 else
12496 echo "$as_me: failed program was:" >&5
12497 sed 's/^/| /' conftest.$ac_ext >&5
12498
12499 ac_compiler_gnu=no
12500 fi
12501 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12502 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
12503
12504 fi
12505 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12506 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12507 GXX=`test $ac_compiler_gnu = yes && echo yes`
12508 ac_test_CXXFLAGS=${CXXFLAGS+set}
12509 ac_save_CXXFLAGS=$CXXFLAGS
12510 CXXFLAGS="-g"
12511 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12512 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12513 if test "${ac_cv_prog_cxx_g+set}" = set; then
12514 echo $ECHO_N "(cached) $ECHO_C" >&6
12515 else
12516 cat >conftest.$ac_ext <<_ACEOF
12517 /* confdefs.h. */
12518 _ACEOF
12519 cat confdefs.h >>conftest.$ac_ext
12520 cat >>conftest.$ac_ext <<_ACEOF
12521 /* end confdefs.h. */
12522
12523 int
12524 main ()
12525 {
12526
12527 ;
12528 return 0;
12529 }
12530 _ACEOF
12531 rm -f conftest.$ac_objext
12532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12533 (eval $ac_compile) 2>conftest.er1
12534 ac_status=$?
12535 grep -v '^ *+' conftest.er1 >conftest.err
12536 rm -f conftest.er1
12537 cat conftest.err >&5
12538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539 (exit $ac_status); } &&
12540 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12542 (eval $ac_try) 2>&5
12543 ac_status=$?
12544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12545 (exit $ac_status); }; } &&
12546 { ac_try='test -s conftest.$ac_objext'
12547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12548 (eval $ac_try) 2>&5
12549 ac_status=$?
12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12551 (exit $ac_status); }; }; then
12552 ac_cv_prog_cxx_g=yes
12553 else
12554 echo "$as_me: failed program was:" >&5
12555 sed 's/^/| /' conftest.$ac_ext >&5
12556
12557 ac_cv_prog_cxx_g=no
12558 fi
12559 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12560 fi
12561 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12562 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12563 if test "$ac_test_CXXFLAGS" = set; then
12564 CXXFLAGS=$ac_save_CXXFLAGS
12565 elif test $ac_cv_prog_cxx_g = yes; then
12566 if test "$GXX" = yes; then
12567 CXXFLAGS="$CXXFLAGS -g -O2"
12568 else
12569 CXXFLAGS="$CXXFLAGS -g"
12570 fi
12571 else
12572 if test "$GXX" = yes; then
12573 CXXFLAGS="-O2"
12574 else
12575 CXXFLAGS=
12576 fi
12577 fi
12578 for ac_declaration in \
12579 '' \
12580 'extern "C" void std::exit (int) throw (); using std::exit;' \
12581 'extern "C" void std::exit (int); using std::exit;' \
12582 'extern "C" void exit (int) throw ();' \
12583 'extern "C" void exit (int);' \
12584 'void exit (int);'
12585 do
12586 cat >conftest.$ac_ext <<_ACEOF
12587 /* confdefs.h. */
12588 _ACEOF
12589 cat confdefs.h >>conftest.$ac_ext
12590 cat >>conftest.$ac_ext <<_ACEOF
12591 /* end confdefs.h. */
12592 $ac_declaration
12593 #include <stdlib.h>
12594 int
12595 main ()
12596 {
12597 exit (42);
12598 ;
12599 return 0;
12600 }
12601 _ACEOF
12602 rm -f conftest.$ac_objext
12603 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12604 (eval $ac_compile) 2>conftest.er1
12605 ac_status=$?
12606 grep -v '^ *+' conftest.er1 >conftest.err
12607 rm -f conftest.er1
12608 cat conftest.err >&5
12609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12610 (exit $ac_status); } &&
12611 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12613 (eval $ac_try) 2>&5
12614 ac_status=$?
12615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12616 (exit $ac_status); }; } &&
12617 { ac_try='test -s conftest.$ac_objext'
12618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12619 (eval $ac_try) 2>&5
12620 ac_status=$?
12621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12622 (exit $ac_status); }; }; then
12623 :
12624 else
12625 echo "$as_me: failed program was:" >&5
12626 sed 's/^/| /' conftest.$ac_ext >&5
12627
12628 continue
12629 fi
12630 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12631 cat >conftest.$ac_ext <<_ACEOF
12632 /* confdefs.h. */
12633 _ACEOF
12634 cat confdefs.h >>conftest.$ac_ext
12635 cat >>conftest.$ac_ext <<_ACEOF
12636 /* end confdefs.h. */
12637 $ac_declaration
12638 int
12639 main ()
12640 {
12641 exit (42);
12642 ;
12643 return 0;
12644 }
12645 _ACEOF
12646 rm -f conftest.$ac_objext
12647 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12648 (eval $ac_compile) 2>conftest.er1
12649 ac_status=$?
12650 grep -v '^ *+' conftest.er1 >conftest.err
12651 rm -f conftest.er1
12652 cat conftest.err >&5
12653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12654 (exit $ac_status); } &&
12655 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12657 (eval $ac_try) 2>&5
12658 ac_status=$?
12659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12660 (exit $ac_status); }; } &&
12661 { ac_try='test -s conftest.$ac_objext'
12662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12663 (eval $ac_try) 2>&5
12664 ac_status=$?
12665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12666 (exit $ac_status); }; }; then
12667 break
12668 else
12669 echo "$as_me: failed program was:" >&5
12670 sed 's/^/| /' conftest.$ac_ext >&5
12671
12672 fi
12673 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12674 done
12675 rm -f conftest*
12676 if test -n "$ac_declaration"; then
12677 echo '#ifdef __cplusplus' >>confdefs.h
12678 echo $ac_declaration >>confdefs.h
12679 echo '#endif' >>confdefs.h
12680 fi
12681
12682 ac_ext=cc
12683 ac_cpp='$CXXCPP $CPPFLAGS'
12684 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12685 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12686 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12687
12688 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
12689 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12690 if test "${wx_cv_cxx_exto+set}" = set; then
12691 echo $ECHO_N "(cached) $ECHO_C" >&6
12692 else
12693 cat >conftest.$ac_ext <<_ACEOF
12694 /* confdefs.h. */
12695 _ACEOF
12696 cat confdefs.h >>conftest.$ac_ext
12697 cat >>conftest.$ac_ext <<_ACEOF
12698 /* end confdefs.h. */
12699
12700 int
12701 main ()
12702 {
12703
12704 ;
12705 return 0;
12706 }
12707 _ACEOF
12708 rm -f conftest.$ac_objext conftest.$ac_ext.o
12709 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12710 (eval $ac_compile) 2>&5
12711 ac_status=$?
12712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12713 (exit $ac_status); }; then
12714 for ac_file in `(ls conftest.* 2>/dev/null)`; do
12715 case $ac_file in
12716 conftest.$ac_ext.o)
12717 wx_cv_cxx_exto="-ext o"
12718 ;;
12719 *)
12720 ;;
12721 esac
12722 done
12723 else
12724 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12725 See \`config.log' for more details." >&5
12726 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12727 See \`config.log' for more details." >&2;}
12728 { (exit 1); exit 1; }; }
12729
12730 fi
12731
12732 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
12733
12734 fi
12735 echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12736 echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12737 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12738 if test "cxx" = "c"; then
12739 CFLAGS="$wx_cv_cxx_exto $CFLAGS"
12740 fi
12741 if test "cxx" = "cxx"; then
12742 CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS"
12743 fi
12744 fi
12745
12746 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12747 unset ac_cv_prog_cxx_g
12748 ac_test_CXXFLAGS=${CXXFLAGS+set}
12749 ac_save_CXXFLAGS=$CXXFLAGS
12750 CXXFLAGS="-g"
12751 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12752 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12753 if test "${ac_cv_prog_cxx_g+set}" = set; then
12754 echo $ECHO_N "(cached) $ECHO_C" >&6
12755 else
12756 cat >conftest.$ac_ext <<_ACEOF
12757 /* confdefs.h. */
12758 _ACEOF
12759 cat confdefs.h >>conftest.$ac_ext
12760 cat >>conftest.$ac_ext <<_ACEOF
12761 /* end confdefs.h. */
12762
12763 int
12764 main ()
12765 {
12766
12767 ;
12768 return 0;
12769 }
12770 _ACEOF
12771 rm -f conftest.$ac_objext
12772 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12773 (eval $ac_compile) 2>conftest.er1
12774 ac_status=$?
12775 grep -v '^ *+' conftest.er1 >conftest.err
12776 rm -f conftest.er1
12777 cat conftest.err >&5
12778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12779 (exit $ac_status); } &&
12780 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12782 (eval $ac_try) 2>&5
12783 ac_status=$?
12784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); }; } &&
12786 { ac_try='test -s conftest.$ac_objext'
12787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12788 (eval $ac_try) 2>&5
12789 ac_status=$?
12790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12791 (exit $ac_status); }; }; then
12792 ac_cv_prog_cxx_g=yes
12793 else
12794 echo "$as_me: failed program was:" >&5
12795 sed 's/^/| /' conftest.$ac_ext >&5
12796
12797 ac_cv_prog_cxx_g=no
12798 fi
12799 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12800 fi
12801 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12802 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12803 if test "$ac_test_CXXFLAGS" = set; then
12804 CXXFLAGS=$ac_save_CXXFLAGS
12805 elif test $ac_cv_prog_cxx_g = yes; then
12806 if test "$GXX" = yes; then
12807 CXXFLAGS="$CXXFLAGS -g -O2"
12808 else
12809 CXXFLAGS="$CXXFLAGS -g"
12810 fi
12811 else
12812 if test "$GXX" = yes; then
12813 CXXFLAGS="-O2"
12814 else
12815 CXXFLAGS=
12816 fi
12817 fi
12818 fi
12819 ac_ext=cc
12820 ac_cpp='$CXXCPP $CPPFLAGS'
12821 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12822 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12823 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12824
12825 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12826 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12827 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12828 echo $ECHO_N "(cached) $ECHO_C" >&6
12829 else
12830 cat >conftest.$ac_ext <<_ACEOF
12831 /* confdefs.h. */
12832 _ACEOF
12833 cat confdefs.h >>conftest.$ac_ext
12834 cat >>conftest.$ac_ext <<_ACEOF
12835 /* end confdefs.h. */
12836
12837 int
12838 main ()
12839 {
12840 #ifndef __MWERKS__
12841 choke me
12842 #endif
12843
12844 ;
12845 return 0;
12846 }
12847 _ACEOF
12848 rm -f conftest.$ac_objext
12849 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12850 (eval $ac_compile) 2>conftest.er1
12851 ac_status=$?
12852 grep -v '^ *+' conftest.er1 >conftest.err
12853 rm -f conftest.er1
12854 cat conftest.err >&5
12855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12856 (exit $ac_status); } &&
12857 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12859 (eval $ac_try) 2>&5
12860 ac_status=$?
12861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12862 (exit $ac_status); }; } &&
12863 { ac_try='test -s conftest.$ac_objext'
12864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12865 (eval $ac_try) 2>&5
12866 ac_status=$?
12867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12868 (exit $ac_status); }; }; then
12869 bakefile_compiler_mwerks=yes
12870 else
12871 echo "$as_me: failed program was:" >&5
12872 sed 's/^/| /' conftest.$ac_ext >&5
12873
12874 bakefile_compiler_mwerks=no
12875 fi
12876 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12877 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
12878
12879 fi
12880 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12881 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12882
12883 MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
12884 ac_ext=cc
12885 ac_cpp='$CXXCPP $CPPFLAGS'
12886 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12887 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12888 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12889
12890
12891 ac_ext=cc
12892 ac_cpp='$CXXCPP $CPPFLAGS'
12893 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12894 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12895 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12896
12897 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12898 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12899 if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12900 echo $ECHO_N "(cached) $ECHO_C" >&6
12901 else
12902 cat >conftest.$ac_ext <<_ACEOF
12903 /* confdefs.h. */
12904 _ACEOF
12905 cat confdefs.h >>conftest.$ac_ext
12906 cat >>conftest.$ac_ext <<_ACEOF
12907 /* end confdefs.h. */
12908
12909 int
12910 main ()
12911 {
12912 #ifndef __xlC__
12913 choke me
12914 #endif
12915
12916 ;
12917 return 0;
12918 }
12919 _ACEOF
12920 rm -f conftest.$ac_objext
12921 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12922 (eval $ac_compile) 2>conftest.er1
12923 ac_status=$?
12924 grep -v '^ *+' conftest.er1 >conftest.err
12925 rm -f conftest.er1
12926 cat conftest.err >&5
12927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12928 (exit $ac_status); } &&
12929 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12931 (eval $ac_try) 2>&5
12932 ac_status=$?
12933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12934 (exit $ac_status); }; } &&
12935 { ac_try='test -s conftest.$ac_objext'
12936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12937 (eval $ac_try) 2>&5
12938 ac_status=$?
12939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12940 (exit $ac_status); }; }; then
12941 wx_compiler_xlc=yes
12942 else
12943 echo "$as_me: failed program was:" >&5
12944 sed 's/^/| /' conftest.$ac_ext >&5
12945
12946 wx_compiler_xlc=no
12947 fi
12948 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12949 wx_cv_cxx_compiler_xlc=$wx_compiler_xlc
12950
12951 fi
12952 echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
12953 echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
12954
12955 XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
12956 ac_ext=cc
12957 ac_cpp='$CXXCPP $CPPFLAGS'
12958 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12959 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12960 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12961
12962
12963
12964
12965 ac_ext=cc
12966 ac_cpp='$CXXCPP $CPPFLAGS'
12967 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12968 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12969 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12970
12971 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
12972 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
12973 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
12974 echo $ECHO_N "(cached) $ECHO_C" >&6
12975 else
12976 cat >conftest.$ac_ext <<_ACEOF
12977 /* confdefs.h. */
12978 _ACEOF
12979 cat confdefs.h >>conftest.$ac_ext
12980 cat >>conftest.$ac_ext <<_ACEOF
12981 /* end confdefs.h. */
12982
12983 int
12984 main ()
12985 {
12986
12987 #ifndef __SUNPRO_CC
12988 choke me
12989 #endif
12990
12991 ;
12992 return 0;
12993 }
12994 _ACEOF
12995 rm -f conftest.$ac_objext
12996 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12997 (eval $ac_compile) 2>conftest.er1
12998 ac_status=$?
12999 grep -v '^ *+' conftest.er1 >conftest.err
13000 rm -f conftest.er1
13001 cat conftest.err >&5
13002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13003 (exit $ac_status); } &&
13004 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13006 (eval $ac_try) 2>&5
13007 ac_status=$?
13008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13009 (exit $ac_status); }; } &&
13010 { ac_try='test -s conftest.$ac_objext'
13011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13012 (eval $ac_try) 2>&5
13013 ac_status=$?
13014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13015 (exit $ac_status); }; }; then
13016 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
13017 else
13018 echo "$as_me: failed program was:" >&5
13019 sed 's/^/| /' conftest.$ac_ext >&5
13020
13021 bakefile_cv_cxx_compiler___SUNPRO_CC=no
13022
13023 fi
13024 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13025
13026
13027 fi
13028 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13029 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13030 ac_ext=cc
13031 ac_cpp='$CXXCPP $CPPFLAGS'
13032 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13033 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13034 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13035
13036 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13037 :; SUNCXX=yes
13038 else
13039 :;
13040 fi
13041
13042
13043
13044
13045 ac_ext=c
13046 ac_cpp='$CPP $CPPFLAGS'
13047 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13048 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13049 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13050
13051
13052 if test -n "$ac_tool_prefix"; then
13053 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13054 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13055 echo "$as_me:$LINENO: checking for $ac_word" >&5
13056 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13057 if test "${ac_cv_prog_RANLIB+set}" = set; then
13058 echo $ECHO_N "(cached) $ECHO_C" >&6
13059 else
13060 if test -n "$RANLIB"; then
13061 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13062 else
13063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13064 for as_dir in $PATH
13065 do
13066 IFS=$as_save_IFS
13067 test -z "$as_dir" && as_dir=.
13068 for ac_exec_ext in '' $ac_executable_extensions; do
13069 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13070 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13071 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13072 break 2
13073 fi
13074 done
13075 done
13076
13077 fi
13078 fi
13079 RANLIB=$ac_cv_prog_RANLIB
13080 if test -n "$RANLIB"; then
13081 echo "$as_me:$LINENO: result: $RANLIB" >&5
13082 echo "${ECHO_T}$RANLIB" >&6
13083 else
13084 echo "$as_me:$LINENO: result: no" >&5
13085 echo "${ECHO_T}no" >&6
13086 fi
13087
13088 fi
13089 if test -z "$ac_cv_prog_RANLIB"; then
13090 ac_ct_RANLIB=$RANLIB
13091 # Extract the first word of "ranlib", so it can be a program name with args.
13092 set dummy ranlib; ac_word=$2
13093 echo "$as_me:$LINENO: checking for $ac_word" >&5
13094 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13095 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
13096 echo $ECHO_N "(cached) $ECHO_C" >&6
13097 else
13098 if test -n "$ac_ct_RANLIB"; then
13099 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13100 else
13101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13102 for as_dir in $PATH
13103 do
13104 IFS=$as_save_IFS
13105 test -z "$as_dir" && as_dir=.
13106 for ac_exec_ext in '' $ac_executable_extensions; do
13107 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13108 ac_cv_prog_ac_ct_RANLIB="ranlib"
13109 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13110 break 2
13111 fi
13112 done
13113 done
13114
13115 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
13116 fi
13117 fi
13118 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13119 if test -n "$ac_ct_RANLIB"; then
13120 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
13121 echo "${ECHO_T}$ac_ct_RANLIB" >&6
13122 else
13123 echo "$as_me:$LINENO: result: no" >&5
13124 echo "${ECHO_T}no" >&6
13125 fi
13126
13127 RANLIB=$ac_ct_RANLIB
13128 else
13129 RANLIB="$ac_cv_prog_RANLIB"
13130 fi
13131
13132
13133 # Extract the first word of "ar", so it can be a program name with args.
13134 set dummy ar; ac_word=$2
13135 echo "$as_me:$LINENO: checking for $ac_word" >&5
13136 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13137 if test "${ac_cv_prog_AR+set}" = set; then
13138 echo $ECHO_N "(cached) $ECHO_C" >&6
13139 else
13140 if test -n "$AR"; then
13141 ac_cv_prog_AR="$AR" # Let the user override the test.
13142 else
13143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13144 for as_dir in $PATH
13145 do
13146 IFS=$as_save_IFS
13147 test -z "$as_dir" && as_dir=.
13148 for ac_exec_ext in '' $ac_executable_extensions; do
13149 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13150 ac_cv_prog_AR="ar"
13151 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13152 break 2
13153 fi
13154 done
13155 done
13156
13157 fi
13158 fi
13159 AR=$ac_cv_prog_AR
13160 if test -n "$AR"; then
13161 echo "$as_me:$LINENO: result: $AR" >&5
13162 echo "${ECHO_T}$AR" >&6
13163 else
13164 echo "$as_me:$LINENO: result: no" >&5
13165 echo "${ECHO_T}no" >&6
13166 fi
13167
13168 if test "x$AR" = "x" ; then
13169 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
13170 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
13171 { (exit 1); exit 1; }; }
13172 fi
13173
13174 # Find a good install program. We prefer a C program (faster),
13175 # so one script is as good as another. But avoid the broken or
13176 # incompatible versions:
13177 # SysV /etc/install, /usr/sbin/install
13178 # SunOS /usr/etc/install
13179 # IRIX /sbin/install
13180 # AIX /bin/install
13181 # AmigaOS /C/install, which installs bootblocks on floppy discs
13182 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
13183 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
13184 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
13185 # OS/2's system install, which has a completely different semantic
13186 # ./install, which can be erroneously created by make from ./install.sh.
13187 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
13188 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
13189 if test -z "$INSTALL"; then
13190 if test "${ac_cv_path_install+set}" = set; then
13191 echo $ECHO_N "(cached) $ECHO_C" >&6
13192 else
13193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13194 for as_dir in $PATH
13195 do
13196 IFS=$as_save_IFS
13197 test -z "$as_dir" && as_dir=.
13198 # Account for people who put trailing slashes in PATH elements.
13199 case $as_dir/ in
13200 ./ | .// | /cC/* | \
13201 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
13202 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
13203 /usr/ucb/* ) ;;
13204 *)
13205 # OSF1 and SCO ODT 3.0 have their own names for install.
13206 # Don't use installbsd from OSF since it installs stuff as root
13207 # by default.
13208 for ac_prog in ginstall scoinst install; do
13209 for ac_exec_ext in '' $ac_executable_extensions; do
13210 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13211 if test $ac_prog = install &&
13212 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13213 # AIX install. It has an incompatible calling convention.
13214 :
13215 elif test $ac_prog = install &&
13216 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13217 # program-specific install script used by HP pwplus--don't use.
13218 :
13219 else
13220 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
13221 break 3
13222 fi
13223 fi
13224 done
13225 done
13226 ;;
13227 esac
13228 done
13229
13230
13231 fi
13232 if test "${ac_cv_path_install+set}" = set; then
13233 INSTALL=$ac_cv_path_install
13234 else
13235 # As a last resort, use the slow shell script. We don't cache a
13236 # path for INSTALL within a source directory, because that will
13237 # break other packages using the cache if that directory is
13238 # removed, or if the path is relative.
13239 INSTALL=$ac_install_sh
13240 fi
13241 fi
13242 echo "$as_me:$LINENO: result: $INSTALL" >&5
13243 echo "${ECHO_T}$INSTALL" >&6
13244
13245 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13246 # It thinks the first close brace ends the variable substitution.
13247 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
13248
13249 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
13250
13251 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
13252
13253
13254 case ${INSTALL} in
13255 /* ) # Absolute
13256 ;;
13257 ?:* ) # Drive letter, considered as absolute.
13258 ;;
13259 *)
13260 INSTALL=`pwd`/${INSTALL} ;;
13261 esac
13262
13263
13264 case "${host}" in
13265
13266 powerpc-*-darwin* )
13267 INSTALL_PROGRAM="cp -fp"
13268 INSTALL_DATA="cp -fp"
13269 ;;
13270 *)
13271 ;;
13272 esac
13273
13274 # Extract the first word of "strip", so it can be a program name with args.
13275 set dummy strip; ac_word=$2
13276 echo "$as_me:$LINENO: checking for $ac_word" >&5
13277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13278 if test "${ac_cv_prog_STRIP+set}" = set; then
13279 echo $ECHO_N "(cached) $ECHO_C" >&6
13280 else
13281 if test -n "$STRIP"; then
13282 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13283 else
13284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13285 for as_dir in $PATH
13286 do
13287 IFS=$as_save_IFS
13288 test -z "$as_dir" && as_dir=.
13289 for ac_exec_ext in '' $ac_executable_extensions; do
13290 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13291 ac_cv_prog_STRIP="strip"
13292 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13293 break 2
13294 fi
13295 done
13296 done
13297
13298 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
13299 fi
13300 fi
13301 STRIP=$ac_cv_prog_STRIP
13302 if test -n "$STRIP"; then
13303 echo "$as_me:$LINENO: result: $STRIP" >&5
13304 echo "${ECHO_T}$STRIP" >&6
13305 else
13306 echo "$as_me:$LINENO: result: no" >&5
13307 echo "${ECHO_T}no" >&6
13308 fi
13309
13310
13311 echo "$as_me:$LINENO: checking if make is GNU make" >&5
13312 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13313 if test "${wx_cv_prog_makeisgnu+set}" = set; then
13314 echo $ECHO_N "(cached) $ECHO_C" >&6
13315 else
13316
13317 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
13318 egrep -s GNU > /dev/null); then
13319 wx_cv_prog_makeisgnu="yes"
13320 else
13321 wx_cv_prog_makeisgnu="no"
13322 fi
13323
13324 fi
13325 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13326 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13327
13328 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13329 IF_GNU_MAKE=""
13330 else
13331 IF_GNU_MAKE="#"
13332 fi
13333
13334
13335
13336 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13337 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13338 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13339 if test "${wx_cv_prog_makevpath+set}" = set; then
13340 echo $ECHO_N "(cached) $ECHO_C" >&6
13341 else
13342
13343 cat - << EOF > confMake
13344 check : file
13345 cp \$? \$@
13346 cp \$? final_file
13347 EOF
13348
13349 if test ! -d sub ; then
13350 mkdir sub
13351 fi
13352 echo dummy > sub/file
13353 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
13354 RESULT=$?
13355 rm -f sub/file check final_file confMake
13356 rmdir sub
13357 if test "$RESULT" = 0; then
13358 wx_cv_prog_makevpath="yes"
13359 else
13360 wx_cv_prog_makevpath="no"
13361 fi
13362
13363 fi
13364 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13365 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13366
13367 if test "x$wx_cv_prog_makevpath" != "xyes"; then
13368 { { echo "$as_me:$LINENO: error:
13369 You need a make-utility that is able to use the variable
13370 VPATH correctly.
13371 If your version of make does not support VPATH correctly,
13372 please install GNU-make (possibly as gmake), and start
13373 configure with the following command:
13374 export MAKE=gmake; ./configure for sh-type shells
13375 setenv MAKE gmake; ./configure for csh-type shells
13376 Also please do remember to use gmake in this case every time
13377 you are trying to compile.
13378 " >&5
13379 echo "$as_me: error:
13380 You need a make-utility that is able to use the variable
13381 VPATH correctly.
13382 If your version of make does not support VPATH correctly,
13383 please install GNU-make (possibly as gmake), and start
13384 configure with the following command:
13385 export MAKE=gmake; ./configure for sh-type shells
13386 setenv MAKE gmake; ./configure for csh-type shells
13387 Also please do remember to use gmake in this case every time
13388 you are trying to compile.
13389 " >&2;}
13390 { (exit 1); exit 1; }; }
13391 fi fi
13392 echo "$as_me:$LINENO: checking whether ln -s works" >&5
13393 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13394 LN_S=$as_ln_s
13395 if test "$LN_S" = "ln -s"; then
13396 echo "$as_me:$LINENO: result: yes" >&5
13397 echo "${ECHO_T}yes" >&6
13398 else
13399 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13400 echo "${ECHO_T}no, using $LN_S" >&6
13401 fi
13402
13403
13404
13405 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
13406 CXXFLAGS="$CXXFLAGS -qunique"
13407 fi
13408
13409
13410 case "${host}" in
13411 powerpc-*-darwin* )
13412 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13413 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13414 cat >conftest.$ac_ext <<_ACEOF
13415 /* confdefs.h. */
13416 _ACEOF
13417 cat confdefs.h >>conftest.$ac_ext
13418 cat >>conftest.$ac_ext <<_ACEOF
13419 /* end confdefs.h. */
13420
13421 int
13422 main ()
13423 {
13424 #ifndef __POWERPC__
13425 choke me for lack of PowerPC
13426 #endif
13427
13428 ;
13429 return 0;
13430 }
13431 _ACEOF
13432 rm -f conftest.$ac_objext
13433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13434 (eval $ac_compile) 2>conftest.er1
13435 ac_status=$?
13436 grep -v '^ *+' conftest.er1 >conftest.err
13437 rm -f conftest.er1
13438 cat conftest.err >&5
13439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13440 (exit $ac_status); } &&
13441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13443 (eval $ac_try) 2>&5
13444 ac_status=$?
13445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); }; } &&
13447 { ac_try='test -s conftest.$ac_objext'
13448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13449 (eval $ac_try) 2>&5
13450 ac_status=$?
13451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13452 (exit $ac_status); }; }; then
13453 echo "$as_me:$LINENO: result: yes" >&5
13454 echo "${ECHO_T}yes" >&6
13455 else
13456 echo "$as_me: failed program was:" >&5
13457 sed 's/^/| /' conftest.$ac_ext >&5
13458
13459 echo "$as_me:$LINENO: result: no" >&5
13460 echo "${ECHO_T}no" >&6
13461 cat >>confdefs.h <<\_ACEOF
13462 #define __POWERPC__ 1
13463 _ACEOF
13464
13465
13466 fi
13467 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13468 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13469 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13470 cat >conftest.$ac_ext <<_ACEOF
13471 /* confdefs.h. */
13472 _ACEOF
13473 cat confdefs.h >>conftest.$ac_ext
13474 cat >>conftest.$ac_ext <<_ACEOF
13475 /* end confdefs.h. */
13476 #include <CoreFoundation/CFBase.h>
13477
13478 int
13479 main ()
13480 {
13481
13482 ;
13483 return 0;
13484 }
13485 _ACEOF
13486 rm -f conftest.$ac_objext
13487 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13488 (eval $ac_compile) 2>conftest.er1
13489 ac_status=$?
13490 grep -v '^ *+' conftest.er1 >conftest.err
13491 rm -f conftest.er1
13492 cat conftest.err >&5
13493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13494 (exit $ac_status); } &&
13495 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13497 (eval $ac_try) 2>&5
13498 ac_status=$?
13499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13500 (exit $ac_status); }; } &&
13501 { ac_try='test -s conftest.$ac_objext'
13502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13503 (eval $ac_try) 2>&5
13504 ac_status=$?
13505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13506 (exit $ac_status); }; }; then
13507 echo "$as_me:$LINENO: result: yes" >&5
13508 echo "${ECHO_T}yes" >&6
13509 else
13510 echo "$as_me: failed program was:" >&5
13511 sed 's/^/| /' conftest.$ac_ext >&5
13512
13513 echo "$as_me:$LINENO: result: no" >&5
13514 echo "${ECHO_T}no" >&6
13515 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13516 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13517 cat >conftest.$ac_ext <<_ACEOF
13518 /* confdefs.h. */
13519 _ACEOF
13520 cat confdefs.h >>conftest.$ac_ext
13521 cat >>conftest.$ac_ext <<_ACEOF
13522 /* end confdefs.h. */
13523 #define __CF_USE_FRAMEWORK_INCLUDES__
13524 #include <CoreFoundation/CFBase.h>
13525
13526 int
13527 main ()
13528 {
13529
13530 ;
13531 return 0;
13532 }
13533 _ACEOF
13534 rm -f conftest.$ac_objext
13535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13536 (eval $ac_compile) 2>conftest.er1
13537 ac_status=$?
13538 grep -v '^ *+' conftest.er1 >conftest.err
13539 rm -f conftest.er1
13540 cat conftest.err >&5
13541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13542 (exit $ac_status); } &&
13543 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13545 (eval $ac_try) 2>&5
13546 ac_status=$?
13547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13548 (exit $ac_status); }; } &&
13549 { ac_try='test -s conftest.$ac_objext'
13550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13551 (eval $ac_try) 2>&5
13552 ac_status=$?
13553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554 (exit $ac_status); }; }; then
13555 echo "$as_me:$LINENO: result: yes" >&5
13556 echo "${ECHO_T}yes" >&6
13557 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
13558 else
13559 echo "$as_me: failed program was:" >&5
13560 sed 's/^/| /' conftest.$ac_ext >&5
13561
13562 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
13563 See \`config.log' for more details." >&5
13564 echo "$as_me: error: no. CoreFoundation not available.
13565 See \`config.log' for more details." >&2;}
13566 { (exit 1); exit 1; }; }
13567
13568 fi
13569 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13570
13571
13572 fi
13573 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13574 ;;
13575 esac
13576
13577 case "${host}" in
13578 *-pc-os2_emx | *-pc-os2-emx )
13579 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
13580 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
13581 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
13582 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
13583 echo $ECHO_N "(cached) $ECHO_C" >&6
13584 else
13585 ac_check_lib_save_LIBS=$LIBS
13586 LIBS="-lcExt $LIBS"
13587 cat >conftest.$ac_ext <<_ACEOF
13588 /* confdefs.h. */
13589 _ACEOF
13590 cat confdefs.h >>conftest.$ac_ext
13591 cat >>conftest.$ac_ext <<_ACEOF
13592 /* end confdefs.h. */
13593
13594 /* Override any gcc2 internal prototype to avoid an error. */
13595 #ifdef __cplusplus
13596 extern "C"
13597 #endif
13598 /* We use char because int might match the return type of a gcc2
13599 builtin and then its argument prototype would still apply. */
13600 char drand48 ();
13601 int
13602 main ()
13603 {
13604 drand48 ();
13605 ;
13606 return 0;
13607 }
13608 _ACEOF
13609 rm -f conftest.$ac_objext conftest$ac_exeext
13610 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13611 (eval $ac_link) 2>conftest.er1
13612 ac_status=$?
13613 grep -v '^ *+' conftest.er1 >conftest.err
13614 rm -f conftest.er1
13615 cat conftest.err >&5
13616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13617 (exit $ac_status); } &&
13618 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13620 (eval $ac_try) 2>&5
13621 ac_status=$?
13622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13623 (exit $ac_status); }; } &&
13624 { ac_try='test -s conftest$ac_exeext'
13625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13626 (eval $ac_try) 2>&5
13627 ac_status=$?
13628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13629 (exit $ac_status); }; }; then
13630 ac_cv_lib_cExt_drand48=yes
13631 else
13632 echo "$as_me: failed program was:" >&5
13633 sed 's/^/| /' conftest.$ac_ext >&5
13634
13635 ac_cv_lib_cExt_drand48=no
13636 fi
13637 rm -f conftest.err conftest.$ac_objext \
13638 conftest$ac_exeext conftest.$ac_ext
13639 LIBS=$ac_check_lib_save_LIBS
13640 fi
13641 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
13642 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
13643 if test $ac_cv_lib_cExt_drand48 = yes; then
13644 LIBS="$LIBS -lcExt"
13645 fi
13646
13647 else
13648 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
13649 fi
13650 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
13651 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
13652 if test "${wx_cv_gccversion+set}" = set; then
13653 echo $ECHO_N "(cached) $ECHO_C" >&6
13654 else
13655
13656 if test "$cross_compiling" = yes; then
13657 wx_cv_gccversion="EMX2"
13658
13659 else
13660 cat >conftest.$ac_ext <<_ACEOF
13661 /* confdefs.h. */
13662 _ACEOF
13663 cat confdefs.h >>conftest.$ac_ext
13664 cat >>conftest.$ac_ext <<_ACEOF
13665 /* end confdefs.h. */
13666
13667 #include <stdio.h>
13668
13669 int main()
13670 {
13671 FILE *f=fopen("conftestval", "w");
13672 if (!f) exit(1);
13673 fprintf(f,
13674 #if (__GNUC__ < 3)
13675 "EMX2"
13676 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
13677 "EMX3"
13678 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
13679 "Innotek5"
13680 #else
13681 "Innotek6"
13682 #endif
13683 );
13684 exit(0);
13685 }
13686
13687 _ACEOF
13688 rm -f conftest$ac_exeext
13689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13690 (eval $ac_link) 2>&5
13691 ac_status=$?
13692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13693 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13695 (eval $ac_try) 2>&5
13696 ac_status=$?
13697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13698 (exit $ac_status); }; }; then
13699 wx_cv_gccversion=`cat conftestval`
13700 else
13701 echo "$as_me: program exited with status $ac_status" >&5
13702 echo "$as_me: failed program was:" >&5
13703 sed 's/^/| /' conftest.$ac_ext >&5
13704
13705 ( exit $ac_status )
13706 wx_cv_gccversion="EMX2"
13707 fi
13708 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13709 fi
13710
13711 fi
13712 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
13713 echo "${ECHO_T}$wx_cv_gccversion" >&6
13714 if test "$wx_cv_gccversion" = "EMX2"; then
13715 LIBS="$LIBS -lstdcpp"
13716 LDFLAGS="$LDFLAGS -Zsysv-signals"
13717 else
13718 if test "$wx_cv_gccversion" = "EMX3"; then
13719 LIBS="$LIBS -lstdcxx -lgcc"
13720 LDFLAGS="$LDFLAGS -Zsysv-signals"
13721 else
13722 LIBS="$LIBS -lstdc++"
13723 fi
13724 fi
13725 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
13726 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
13727 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
13728 wxUSE_OMF=yes
13729 enable_omf=yes
13730 fi
13731 ;;
13732 *)
13733
13734
13735
13736 ac_ext=cc
13737 ac_cpp='$CXXCPP $CPPFLAGS'
13738 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13739 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13740 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13741
13742
13743 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
13744 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
13745 if test "${ac_cv_string_strcasecmp+set}" = set; then
13746 echo $ECHO_N "(cached) $ECHO_C" >&6
13747 else
13748
13749 cat >conftest.$ac_ext <<_ACEOF
13750 /* confdefs.h. */
13751 _ACEOF
13752 cat confdefs.h >>conftest.$ac_ext
13753 cat >>conftest.$ac_ext <<_ACEOF
13754 /* end confdefs.h. */
13755
13756 #include <string.h>
13757
13758 int
13759 main ()
13760 {
13761
13762 strcasecmp("foo", "bar");
13763
13764 ;
13765 return 0;
13766 }
13767 _ACEOF
13768 rm -f conftest.$ac_objext conftest$ac_exeext
13769 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13770 (eval $ac_link) 2>conftest.er1
13771 ac_status=$?
13772 grep -v '^ *+' conftest.er1 >conftest.err
13773 rm -f conftest.er1
13774 cat conftest.err >&5
13775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776 (exit $ac_status); } &&
13777 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13779 (eval $ac_try) 2>&5
13780 ac_status=$?
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); }; } &&
13783 { ac_try='test -s conftest$ac_exeext'
13784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13785 (eval $ac_try) 2>&5
13786 ac_status=$?
13787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13788 (exit $ac_status); }; }; then
13789 ac_cv_string_strcasecmp=yes
13790 else
13791 echo "$as_me: failed program was:" >&5
13792 sed 's/^/| /' conftest.$ac_ext >&5
13793
13794 ac_cv_string_strcasecmp=no
13795
13796 fi
13797 rm -f conftest.err conftest.$ac_objext \
13798 conftest$ac_exeext conftest.$ac_ext
13799
13800 fi
13801 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
13802 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
13803
13804 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
13805 cat >>confdefs.h <<\_ACEOF
13806 #define HAVE_STRCASECMP_IN_STRING_H 1
13807 _ACEOF
13808
13809 else
13810 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
13811 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
13812 if test "${ac_cv_strings_strcasecmp+set}" = set; then
13813 echo $ECHO_N "(cached) $ECHO_C" >&6
13814 else
13815
13816 cat >conftest.$ac_ext <<_ACEOF
13817 /* confdefs.h. */
13818 _ACEOF
13819 cat confdefs.h >>conftest.$ac_ext
13820 cat >>conftest.$ac_ext <<_ACEOF
13821 /* end confdefs.h. */
13822
13823 #include <strings.h>
13824
13825 int
13826 main ()
13827 {
13828
13829 strcasecmp("foo", "bar");
13830
13831 ;
13832 return 0;
13833 }
13834 _ACEOF
13835 rm -f conftest.$ac_objext conftest$ac_exeext
13836 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13837 (eval $ac_link) 2>conftest.er1
13838 ac_status=$?
13839 grep -v '^ *+' conftest.er1 >conftest.err
13840 rm -f conftest.er1
13841 cat conftest.err >&5
13842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13843 (exit $ac_status); } &&
13844 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13846 (eval $ac_try) 2>&5
13847 ac_status=$?
13848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13849 (exit $ac_status); }; } &&
13850 { ac_try='test -s conftest$ac_exeext'
13851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13852 (eval $ac_try) 2>&5
13853 ac_status=$?
13854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13855 (exit $ac_status); }; }; then
13856 ac_cv_strings_strcasecmp=yes
13857 else
13858 echo "$as_me: failed program was:" >&5
13859 sed 's/^/| /' conftest.$ac_ext >&5
13860
13861 ac_cv_strings_strcasecmp=no
13862
13863 fi
13864 rm -f conftest.err conftest.$ac_objext \
13865 conftest$ac_exeext conftest.$ac_ext
13866
13867 fi
13868 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
13869 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
13870
13871 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
13872 cat >>confdefs.h <<\_ACEOF
13873 #define HAVE_STRCASECMP_IN_STRINGS_H 1
13874 _ACEOF
13875
13876 else
13877 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
13878 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
13879 { (exit 1); exit 1; }; }
13880 fi
13881 fi
13882
13883 ac_ext=c
13884 ac_cpp='$CPP $CPPFLAGS'
13885 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13886 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13887 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13888
13889 ;;
13890 esac
13891
13892
13893 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
13894 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
13895 if test "${ac_cv_header_stdc+set}" = set; then
13896 echo $ECHO_N "(cached) $ECHO_C" >&6
13897 else
13898 cat >conftest.$ac_ext <<_ACEOF
13899 /* confdefs.h. */
13900 _ACEOF
13901 cat confdefs.h >>conftest.$ac_ext
13902 cat >>conftest.$ac_ext <<_ACEOF
13903 /* end confdefs.h. */
13904 #include <stdlib.h>
13905 #include <stdarg.h>
13906 #include <string.h>
13907 #include <float.h>
13908
13909 int
13910 main ()
13911 {
13912
13913 ;
13914 return 0;
13915 }
13916 _ACEOF
13917 rm -f conftest.$ac_objext
13918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13919 (eval $ac_compile) 2>conftest.er1
13920 ac_status=$?
13921 grep -v '^ *+' conftest.er1 >conftest.err
13922 rm -f conftest.er1
13923 cat conftest.err >&5
13924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13925 (exit $ac_status); } &&
13926 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13928 (eval $ac_try) 2>&5
13929 ac_status=$?
13930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13931 (exit $ac_status); }; } &&
13932 { ac_try='test -s conftest.$ac_objext'
13933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13934 (eval $ac_try) 2>&5
13935 ac_status=$?
13936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13937 (exit $ac_status); }; }; then
13938 ac_cv_header_stdc=yes
13939 else
13940 echo "$as_me: failed program was:" >&5
13941 sed 's/^/| /' conftest.$ac_ext >&5
13942
13943 ac_cv_header_stdc=no
13944 fi
13945 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13946
13947 if test $ac_cv_header_stdc = yes; then
13948 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13949 cat >conftest.$ac_ext <<_ACEOF
13950 /* confdefs.h. */
13951 _ACEOF
13952 cat confdefs.h >>conftest.$ac_ext
13953 cat >>conftest.$ac_ext <<_ACEOF
13954 /* end confdefs.h. */
13955 #include <string.h>
13956
13957 _ACEOF
13958 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13959 $EGREP "memchr" >/dev/null 2>&1; then
13960 :
13961 else
13962 ac_cv_header_stdc=no
13963 fi
13964 rm -f conftest*
13965
13966 fi
13967
13968 if test $ac_cv_header_stdc = yes; then
13969 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13970 cat >conftest.$ac_ext <<_ACEOF
13971 /* confdefs.h. */
13972 _ACEOF
13973 cat confdefs.h >>conftest.$ac_ext
13974 cat >>conftest.$ac_ext <<_ACEOF
13975 /* end confdefs.h. */
13976 #include <stdlib.h>
13977
13978 _ACEOF
13979 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13980 $EGREP "free" >/dev/null 2>&1; then
13981 :
13982 else
13983 ac_cv_header_stdc=no
13984 fi
13985 rm -f conftest*
13986
13987 fi
13988
13989 if test $ac_cv_header_stdc = yes; then
13990 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13991 if test "$cross_compiling" = yes; then
13992 :
13993 else
13994 cat >conftest.$ac_ext <<_ACEOF
13995 /* confdefs.h. */
13996 _ACEOF
13997 cat confdefs.h >>conftest.$ac_ext
13998 cat >>conftest.$ac_ext <<_ACEOF
13999 /* end confdefs.h. */
14000 #include <ctype.h>
14001 #if ((' ' & 0x0FF) == 0x020)
14002 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14003 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14004 #else
14005 # define ISLOWER(c) \
14006 (('a' <= (c) && (c) <= 'i') \
14007 || ('j' <= (c) && (c) <= 'r') \
14008 || ('s' <= (c) && (c) <= 'z'))
14009 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
14010 #endif
14011
14012 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14013 int
14014 main ()
14015 {
14016 int i;
14017 for (i = 0; i < 256; i++)
14018 if (XOR (islower (i), ISLOWER (i))
14019 || toupper (i) != TOUPPER (i))
14020 exit(2);
14021 exit (0);
14022 }
14023 _ACEOF
14024 rm -f conftest$ac_exeext
14025 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14026 (eval $ac_link) 2>&5
14027 ac_status=$?
14028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14029 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14031 (eval $ac_try) 2>&5
14032 ac_status=$?
14033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14034 (exit $ac_status); }; }; then
14035 :
14036 else
14037 echo "$as_me: program exited with status $ac_status" >&5
14038 echo "$as_me: failed program was:" >&5
14039 sed 's/^/| /' conftest.$ac_ext >&5
14040
14041 ( exit $ac_status )
14042 ac_cv_header_stdc=no
14043 fi
14044 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14045 fi
14046 fi
14047 fi
14048 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
14049 echo "${ECHO_T}$ac_cv_header_stdc" >&6
14050 if test $ac_cv_header_stdc = yes; then
14051
14052 cat >>confdefs.h <<\_ACEOF
14053 #define STDC_HEADERS 1
14054 _ACEOF
14055
14056 fi
14057
14058 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
14059
14060
14061
14062
14063
14064
14065
14066
14067
14068 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
14069 inttypes.h stdint.h unistd.h
14070 do
14071 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14072 echo "$as_me:$LINENO: checking for $ac_header" >&5
14073 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14074 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14075 echo $ECHO_N "(cached) $ECHO_C" >&6
14076 else
14077 cat >conftest.$ac_ext <<_ACEOF
14078 /* confdefs.h. */
14079 _ACEOF
14080 cat confdefs.h >>conftest.$ac_ext
14081 cat >>conftest.$ac_ext <<_ACEOF
14082 /* end confdefs.h. */
14083 $ac_includes_default
14084
14085 #include <$ac_header>
14086 _ACEOF
14087 rm -f conftest.$ac_objext
14088 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14089 (eval $ac_compile) 2>conftest.er1
14090 ac_status=$?
14091 grep -v '^ *+' conftest.er1 >conftest.err
14092 rm -f conftest.er1
14093 cat conftest.err >&5
14094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14095 (exit $ac_status); } &&
14096 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14098 (eval $ac_try) 2>&5
14099 ac_status=$?
14100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14101 (exit $ac_status); }; } &&
14102 { ac_try='test -s conftest.$ac_objext'
14103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14104 (eval $ac_try) 2>&5
14105 ac_status=$?
14106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14107 (exit $ac_status); }; }; then
14108 eval "$as_ac_Header=yes"
14109 else
14110 echo "$as_me: failed program was:" >&5
14111 sed 's/^/| /' conftest.$ac_ext >&5
14112
14113 eval "$as_ac_Header=no"
14114 fi
14115 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14116 fi
14117 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14118 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14119 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14120 cat >>confdefs.h <<_ACEOF
14121 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14122 _ACEOF
14123
14124 fi
14125
14126 done
14127
14128
14129
14130 for ac_header in stdlib.h
14131 do
14132 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14133 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14134 echo "$as_me:$LINENO: checking for $ac_header" >&5
14135 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14136 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14137 echo $ECHO_N "(cached) $ECHO_C" >&6
14138 fi
14139 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14140 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14141 else
14142 # Is the header compilable?
14143 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14144 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14145 cat >conftest.$ac_ext <<_ACEOF
14146 /* confdefs.h. */
14147 _ACEOF
14148 cat confdefs.h >>conftest.$ac_ext
14149 cat >>conftest.$ac_ext <<_ACEOF
14150 /* end confdefs.h. */
14151 $ac_includes_default
14152 #include <$ac_header>
14153 _ACEOF
14154 rm -f conftest.$ac_objext
14155 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14156 (eval $ac_compile) 2>conftest.er1
14157 ac_status=$?
14158 grep -v '^ *+' conftest.er1 >conftest.err
14159 rm -f conftest.er1
14160 cat conftest.err >&5
14161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14162 (exit $ac_status); } &&
14163 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14165 (eval $ac_try) 2>&5
14166 ac_status=$?
14167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14168 (exit $ac_status); }; } &&
14169 { ac_try='test -s conftest.$ac_objext'
14170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14171 (eval $ac_try) 2>&5
14172 ac_status=$?
14173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174 (exit $ac_status); }; }; then
14175 ac_header_compiler=yes
14176 else
14177 echo "$as_me: failed program was:" >&5
14178 sed 's/^/| /' conftest.$ac_ext >&5
14179
14180 ac_header_compiler=no
14181 fi
14182 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14183 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14184 echo "${ECHO_T}$ac_header_compiler" >&6
14185
14186 # Is the header present?
14187 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14188 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14189 cat >conftest.$ac_ext <<_ACEOF
14190 /* confdefs.h. */
14191 _ACEOF
14192 cat confdefs.h >>conftest.$ac_ext
14193 cat >>conftest.$ac_ext <<_ACEOF
14194 /* end confdefs.h. */
14195 #include <$ac_header>
14196 _ACEOF
14197 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14198 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14199 ac_status=$?
14200 grep -v '^ *+' conftest.er1 >conftest.err
14201 rm -f conftest.er1
14202 cat conftest.err >&5
14203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14204 (exit $ac_status); } >/dev/null; then
14205 if test -s conftest.err; then
14206 ac_cpp_err=$ac_c_preproc_warn_flag
14207 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14208 else
14209 ac_cpp_err=
14210 fi
14211 else
14212 ac_cpp_err=yes
14213 fi
14214 if test -z "$ac_cpp_err"; then
14215 ac_header_preproc=yes
14216 else
14217 echo "$as_me: failed program was:" >&5
14218 sed 's/^/| /' conftest.$ac_ext >&5
14219
14220 ac_header_preproc=no
14221 fi
14222 rm -f conftest.err conftest.$ac_ext
14223 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14224 echo "${ECHO_T}$ac_header_preproc" >&6
14225
14226 # So? What about this header?
14227 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14228 yes:no: )
14229 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14230 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14231 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14232 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14233 ac_header_preproc=yes
14234 ;;
14235 no:yes:* )
14236 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14237 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14238 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14239 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14240 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14241 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14242 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14243 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14244 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14245 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14246 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14247 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14248 (
14249 cat <<\_ASBOX
14250 ## ----------------------------------------- ##
14251 ## Report this to wx-dev@lists.wxwidgets.org ##
14252 ## ----------------------------------------- ##
14253 _ASBOX
14254 ) |
14255 sed "s/^/$as_me: WARNING: /" >&2
14256 ;;
14257 esac
14258 echo "$as_me:$LINENO: checking for $ac_header" >&5
14259 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14260 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14261 echo $ECHO_N "(cached) $ECHO_C" >&6
14262 else
14263 eval "$as_ac_Header=\$ac_header_preproc"
14264 fi
14265 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14266 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14267
14268 fi
14269 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14270 cat >>confdefs.h <<_ACEOF
14271 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14272 _ACEOF
14273
14274 fi
14275
14276 done
14277
14278
14279 for ac_header in malloc.h
14280 do
14281 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14282 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14283 echo "$as_me:$LINENO: checking for $ac_header" >&5
14284 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14285 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14286 echo $ECHO_N "(cached) $ECHO_C" >&6
14287 fi
14288 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14289 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14290 else
14291 # Is the header compilable?
14292 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14293 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14294 cat >conftest.$ac_ext <<_ACEOF
14295 /* confdefs.h. */
14296 _ACEOF
14297 cat confdefs.h >>conftest.$ac_ext
14298 cat >>conftest.$ac_ext <<_ACEOF
14299 /* end confdefs.h. */
14300 $ac_includes_default
14301 #include <$ac_header>
14302 _ACEOF
14303 rm -f conftest.$ac_objext
14304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14305 (eval $ac_compile) 2>conftest.er1
14306 ac_status=$?
14307 grep -v '^ *+' conftest.er1 >conftest.err
14308 rm -f conftest.er1
14309 cat conftest.err >&5
14310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14311 (exit $ac_status); } &&
14312 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14314 (eval $ac_try) 2>&5
14315 ac_status=$?
14316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14317 (exit $ac_status); }; } &&
14318 { ac_try='test -s conftest.$ac_objext'
14319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14320 (eval $ac_try) 2>&5
14321 ac_status=$?
14322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14323 (exit $ac_status); }; }; then
14324 ac_header_compiler=yes
14325 else
14326 echo "$as_me: failed program was:" >&5
14327 sed 's/^/| /' conftest.$ac_ext >&5
14328
14329 ac_header_compiler=no
14330 fi
14331 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14332 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14333 echo "${ECHO_T}$ac_header_compiler" >&6
14334
14335 # Is the header present?
14336 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14337 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14338 cat >conftest.$ac_ext <<_ACEOF
14339 /* confdefs.h. */
14340 _ACEOF
14341 cat confdefs.h >>conftest.$ac_ext
14342 cat >>conftest.$ac_ext <<_ACEOF
14343 /* end confdefs.h. */
14344 #include <$ac_header>
14345 _ACEOF
14346 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14347 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14348 ac_status=$?
14349 grep -v '^ *+' conftest.er1 >conftest.err
14350 rm -f conftest.er1
14351 cat conftest.err >&5
14352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14353 (exit $ac_status); } >/dev/null; then
14354 if test -s conftest.err; then
14355 ac_cpp_err=$ac_c_preproc_warn_flag
14356 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14357 else
14358 ac_cpp_err=
14359 fi
14360 else
14361 ac_cpp_err=yes
14362 fi
14363 if test -z "$ac_cpp_err"; then
14364 ac_header_preproc=yes
14365 else
14366 echo "$as_me: failed program was:" >&5
14367 sed 's/^/| /' conftest.$ac_ext >&5
14368
14369 ac_header_preproc=no
14370 fi
14371 rm -f conftest.err conftest.$ac_ext
14372 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14373 echo "${ECHO_T}$ac_header_preproc" >&6
14374
14375 # So? What about this header?
14376 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14377 yes:no: )
14378 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14379 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14380 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14381 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14382 ac_header_preproc=yes
14383 ;;
14384 no:yes:* )
14385 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14386 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14387 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14388 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14389 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14390 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14391 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14392 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14393 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14394 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14395 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14396 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14397 (
14398 cat <<\_ASBOX
14399 ## ----------------------------------------- ##
14400 ## Report this to wx-dev@lists.wxwidgets.org ##
14401 ## ----------------------------------------- ##
14402 _ASBOX
14403 ) |
14404 sed "s/^/$as_me: WARNING: /" >&2
14405 ;;
14406 esac
14407 echo "$as_me:$LINENO: checking for $ac_header" >&5
14408 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14409 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14410 echo $ECHO_N "(cached) $ECHO_C" >&6
14411 else
14412 eval "$as_ac_Header=\$ac_header_preproc"
14413 fi
14414 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14415 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14416
14417 fi
14418 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14419 cat >>confdefs.h <<_ACEOF
14420 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14421 _ACEOF
14422
14423 fi
14424
14425 done
14426
14427
14428 for ac_header in unistd.h
14429 do
14430 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14431 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14432 echo "$as_me:$LINENO: checking for $ac_header" >&5
14433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14434 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14435 echo $ECHO_N "(cached) $ECHO_C" >&6
14436 fi
14437 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14438 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14439 else
14440 # Is the header compilable?
14441 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14442 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14443 cat >conftest.$ac_ext <<_ACEOF
14444 /* confdefs.h. */
14445 _ACEOF
14446 cat confdefs.h >>conftest.$ac_ext
14447 cat >>conftest.$ac_ext <<_ACEOF
14448 /* end confdefs.h. */
14449 $ac_includes_default
14450 #include <$ac_header>
14451 _ACEOF
14452 rm -f conftest.$ac_objext
14453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14454 (eval $ac_compile) 2>conftest.er1
14455 ac_status=$?
14456 grep -v '^ *+' conftest.er1 >conftest.err
14457 rm -f conftest.er1
14458 cat conftest.err >&5
14459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14460 (exit $ac_status); } &&
14461 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14463 (eval $ac_try) 2>&5
14464 ac_status=$?
14465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14466 (exit $ac_status); }; } &&
14467 { ac_try='test -s conftest.$ac_objext'
14468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14469 (eval $ac_try) 2>&5
14470 ac_status=$?
14471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14472 (exit $ac_status); }; }; then
14473 ac_header_compiler=yes
14474 else
14475 echo "$as_me: failed program was:" >&5
14476 sed 's/^/| /' conftest.$ac_ext >&5
14477
14478 ac_header_compiler=no
14479 fi
14480 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14481 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14482 echo "${ECHO_T}$ac_header_compiler" >&6
14483
14484 # Is the header present?
14485 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14486 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14487 cat >conftest.$ac_ext <<_ACEOF
14488 /* confdefs.h. */
14489 _ACEOF
14490 cat confdefs.h >>conftest.$ac_ext
14491 cat >>conftest.$ac_ext <<_ACEOF
14492 /* end confdefs.h. */
14493 #include <$ac_header>
14494 _ACEOF
14495 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14496 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14497 ac_status=$?
14498 grep -v '^ *+' conftest.er1 >conftest.err
14499 rm -f conftest.er1
14500 cat conftest.err >&5
14501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14502 (exit $ac_status); } >/dev/null; then
14503 if test -s conftest.err; then
14504 ac_cpp_err=$ac_c_preproc_warn_flag
14505 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14506 else
14507 ac_cpp_err=
14508 fi
14509 else
14510 ac_cpp_err=yes
14511 fi
14512 if test -z "$ac_cpp_err"; then
14513 ac_header_preproc=yes
14514 else
14515 echo "$as_me: failed program was:" >&5
14516 sed 's/^/| /' conftest.$ac_ext >&5
14517
14518 ac_header_preproc=no
14519 fi
14520 rm -f conftest.err conftest.$ac_ext
14521 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14522 echo "${ECHO_T}$ac_header_preproc" >&6
14523
14524 # So? What about this header?
14525 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14526 yes:no: )
14527 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14528 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14529 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14530 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14531 ac_header_preproc=yes
14532 ;;
14533 no:yes:* )
14534 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14535 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14536 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14537 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14538 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14539 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14540 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14541 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14543 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14544 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14545 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14546 (
14547 cat <<\_ASBOX
14548 ## ----------------------------------------- ##
14549 ## Report this to wx-dev@lists.wxwidgets.org ##
14550 ## ----------------------------------------- ##
14551 _ASBOX
14552 ) |
14553 sed "s/^/$as_me: WARNING: /" >&2
14554 ;;
14555 esac
14556 echo "$as_me:$LINENO: checking for $ac_header" >&5
14557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14558 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14559 echo $ECHO_N "(cached) $ECHO_C" >&6
14560 else
14561 eval "$as_ac_Header=\$ac_header_preproc"
14562 fi
14563 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14564 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14565
14566 fi
14567 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14568 cat >>confdefs.h <<_ACEOF
14569 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14570 _ACEOF
14571
14572 fi
14573
14574 done
14575
14576
14577 for ac_header in wchar.h
14578 do
14579 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14580 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14581 echo "$as_me:$LINENO: checking for $ac_header" >&5
14582 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14583 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14584 echo $ECHO_N "(cached) $ECHO_C" >&6
14585 fi
14586 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14587 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14588 else
14589 # Is the header compilable?
14590 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14591 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14592 cat >conftest.$ac_ext <<_ACEOF
14593 /* confdefs.h. */
14594 _ACEOF
14595 cat confdefs.h >>conftest.$ac_ext
14596 cat >>conftest.$ac_ext <<_ACEOF
14597 /* end confdefs.h. */
14598 $ac_includes_default
14599 #include <$ac_header>
14600 _ACEOF
14601 rm -f conftest.$ac_objext
14602 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14603 (eval $ac_compile) 2>conftest.er1
14604 ac_status=$?
14605 grep -v '^ *+' conftest.er1 >conftest.err
14606 rm -f conftest.er1
14607 cat conftest.err >&5
14608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14609 (exit $ac_status); } &&
14610 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14612 (eval $ac_try) 2>&5
14613 ac_status=$?
14614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14615 (exit $ac_status); }; } &&
14616 { ac_try='test -s conftest.$ac_objext'
14617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14618 (eval $ac_try) 2>&5
14619 ac_status=$?
14620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14621 (exit $ac_status); }; }; then
14622 ac_header_compiler=yes
14623 else
14624 echo "$as_me: failed program was:" >&5
14625 sed 's/^/| /' conftest.$ac_ext >&5
14626
14627 ac_header_compiler=no
14628 fi
14629 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14630 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14631 echo "${ECHO_T}$ac_header_compiler" >&6
14632
14633 # Is the header present?
14634 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14635 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14636 cat >conftest.$ac_ext <<_ACEOF
14637 /* confdefs.h. */
14638 _ACEOF
14639 cat confdefs.h >>conftest.$ac_ext
14640 cat >>conftest.$ac_ext <<_ACEOF
14641 /* end confdefs.h. */
14642 #include <$ac_header>
14643 _ACEOF
14644 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14645 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14646 ac_status=$?
14647 grep -v '^ *+' conftest.er1 >conftest.err
14648 rm -f conftest.er1
14649 cat conftest.err >&5
14650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14651 (exit $ac_status); } >/dev/null; then
14652 if test -s conftest.err; then
14653 ac_cpp_err=$ac_c_preproc_warn_flag
14654 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14655 else
14656 ac_cpp_err=
14657 fi
14658 else
14659 ac_cpp_err=yes
14660 fi
14661 if test -z "$ac_cpp_err"; then
14662 ac_header_preproc=yes
14663 else
14664 echo "$as_me: failed program was:" >&5
14665 sed 's/^/| /' conftest.$ac_ext >&5
14666
14667 ac_header_preproc=no
14668 fi
14669 rm -f conftest.err conftest.$ac_ext
14670 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14671 echo "${ECHO_T}$ac_header_preproc" >&6
14672
14673 # So? What about this header?
14674 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14675 yes:no: )
14676 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14677 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14678 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14679 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14680 ac_header_preproc=yes
14681 ;;
14682 no:yes:* )
14683 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14684 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14685 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14686 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14687 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14688 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14689 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14690 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14691 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14692 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14693 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14694 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14695 (
14696 cat <<\_ASBOX
14697 ## ----------------------------------------- ##
14698 ## Report this to wx-dev@lists.wxwidgets.org ##
14699 ## ----------------------------------------- ##
14700 _ASBOX
14701 ) |
14702 sed "s/^/$as_me: WARNING: /" >&2
14703 ;;
14704 esac
14705 echo "$as_me:$LINENO: checking for $ac_header" >&5
14706 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14707 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14708 echo $ECHO_N "(cached) $ECHO_C" >&6
14709 else
14710 eval "$as_ac_Header=\$ac_header_preproc"
14711 fi
14712 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14713 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14714
14715 fi
14716 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14717 cat >>confdefs.h <<_ACEOF
14718 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14719 _ACEOF
14720
14721 fi
14722
14723 done
14724
14725
14726 if test "$ac_cv_header_wchar_h" != "yes"; then
14727
14728 for ac_header in wcstr.h
14729 do
14730 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14731 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14732 echo "$as_me:$LINENO: checking for $ac_header" >&5
14733 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14734 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14735 echo $ECHO_N "(cached) $ECHO_C" >&6
14736 fi
14737 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14738 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14739 else
14740 # Is the header compilable?
14741 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14742 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14743 cat >conftest.$ac_ext <<_ACEOF
14744 /* confdefs.h. */
14745 _ACEOF
14746 cat confdefs.h >>conftest.$ac_ext
14747 cat >>conftest.$ac_ext <<_ACEOF
14748 /* end confdefs.h. */
14749 $ac_includes_default
14750 #include <$ac_header>
14751 _ACEOF
14752 rm -f conftest.$ac_objext
14753 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14754 (eval $ac_compile) 2>conftest.er1
14755 ac_status=$?
14756 grep -v '^ *+' conftest.er1 >conftest.err
14757 rm -f conftest.er1
14758 cat conftest.err >&5
14759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14760 (exit $ac_status); } &&
14761 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14763 (eval $ac_try) 2>&5
14764 ac_status=$?
14765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14766 (exit $ac_status); }; } &&
14767 { ac_try='test -s conftest.$ac_objext'
14768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14769 (eval $ac_try) 2>&5
14770 ac_status=$?
14771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14772 (exit $ac_status); }; }; then
14773 ac_header_compiler=yes
14774 else
14775 echo "$as_me: failed program was:" >&5
14776 sed 's/^/| /' conftest.$ac_ext >&5
14777
14778 ac_header_compiler=no
14779 fi
14780 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14781 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14782 echo "${ECHO_T}$ac_header_compiler" >&6
14783
14784 # Is the header present?
14785 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14786 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14787 cat >conftest.$ac_ext <<_ACEOF
14788 /* confdefs.h. */
14789 _ACEOF
14790 cat confdefs.h >>conftest.$ac_ext
14791 cat >>conftest.$ac_ext <<_ACEOF
14792 /* end confdefs.h. */
14793 #include <$ac_header>
14794 _ACEOF
14795 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14796 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14797 ac_status=$?
14798 grep -v '^ *+' conftest.er1 >conftest.err
14799 rm -f conftest.er1
14800 cat conftest.err >&5
14801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14802 (exit $ac_status); } >/dev/null; then
14803 if test -s conftest.err; then
14804 ac_cpp_err=$ac_c_preproc_warn_flag
14805 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14806 else
14807 ac_cpp_err=
14808 fi
14809 else
14810 ac_cpp_err=yes
14811 fi
14812 if test -z "$ac_cpp_err"; then
14813 ac_header_preproc=yes
14814 else
14815 echo "$as_me: failed program was:" >&5
14816 sed 's/^/| /' conftest.$ac_ext >&5
14817
14818 ac_header_preproc=no
14819 fi
14820 rm -f conftest.err conftest.$ac_ext
14821 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14822 echo "${ECHO_T}$ac_header_preproc" >&6
14823
14824 # So? What about this header?
14825 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14826 yes:no: )
14827 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14828 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14829 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14830 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14831 ac_header_preproc=yes
14832 ;;
14833 no:yes:* )
14834 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14835 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14836 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14837 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14838 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14839 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14840 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14841 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14842 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14843 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14844 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14845 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14846 (
14847 cat <<\_ASBOX
14848 ## ----------------------------------------- ##
14849 ## Report this to wx-dev@lists.wxwidgets.org ##
14850 ## ----------------------------------------- ##
14851 _ASBOX
14852 ) |
14853 sed "s/^/$as_me: WARNING: /" >&2
14854 ;;
14855 esac
14856 echo "$as_me:$LINENO: checking for $ac_header" >&5
14857 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14858 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14859 echo $ECHO_N "(cached) $ECHO_C" >&6
14860 else
14861 eval "$as_ac_Header=\$ac_header_preproc"
14862 fi
14863 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14864 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14865
14866 fi
14867 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14868 cat >>confdefs.h <<_ACEOF
14869 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14870 _ACEOF
14871
14872 fi
14873
14874 done
14875
14876 fi
14877
14878
14879 for ac_header in fnmatch.h
14880 do
14881 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14882 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14883 echo "$as_me:$LINENO: checking for $ac_header" >&5
14884 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14885 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14886 echo $ECHO_N "(cached) $ECHO_C" >&6
14887 fi
14888 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14889 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14890 else
14891 # Is the header compilable?
14892 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14893 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14894 cat >conftest.$ac_ext <<_ACEOF
14895 /* confdefs.h. */
14896 _ACEOF
14897 cat confdefs.h >>conftest.$ac_ext
14898 cat >>conftest.$ac_ext <<_ACEOF
14899 /* end confdefs.h. */
14900 $ac_includes_default
14901 #include <$ac_header>
14902 _ACEOF
14903 rm -f conftest.$ac_objext
14904 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14905 (eval $ac_compile) 2>conftest.er1
14906 ac_status=$?
14907 grep -v '^ *+' conftest.er1 >conftest.err
14908 rm -f conftest.er1
14909 cat conftest.err >&5
14910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14911 (exit $ac_status); } &&
14912 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14914 (eval $ac_try) 2>&5
14915 ac_status=$?
14916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14917 (exit $ac_status); }; } &&
14918 { ac_try='test -s conftest.$ac_objext'
14919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14920 (eval $ac_try) 2>&5
14921 ac_status=$?
14922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14923 (exit $ac_status); }; }; then
14924 ac_header_compiler=yes
14925 else
14926 echo "$as_me: failed program was:" >&5
14927 sed 's/^/| /' conftest.$ac_ext >&5
14928
14929 ac_header_compiler=no
14930 fi
14931 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14932 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14933 echo "${ECHO_T}$ac_header_compiler" >&6
14934
14935 # Is the header present?
14936 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14937 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14938 cat >conftest.$ac_ext <<_ACEOF
14939 /* confdefs.h. */
14940 _ACEOF
14941 cat confdefs.h >>conftest.$ac_ext
14942 cat >>conftest.$ac_ext <<_ACEOF
14943 /* end confdefs.h. */
14944 #include <$ac_header>
14945 _ACEOF
14946 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14947 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14948 ac_status=$?
14949 grep -v '^ *+' conftest.er1 >conftest.err
14950 rm -f conftest.er1
14951 cat conftest.err >&5
14952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14953 (exit $ac_status); } >/dev/null; then
14954 if test -s conftest.err; then
14955 ac_cpp_err=$ac_c_preproc_warn_flag
14956 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14957 else
14958 ac_cpp_err=
14959 fi
14960 else
14961 ac_cpp_err=yes
14962 fi
14963 if test -z "$ac_cpp_err"; then
14964 ac_header_preproc=yes
14965 else
14966 echo "$as_me: failed program was:" >&5
14967 sed 's/^/| /' conftest.$ac_ext >&5
14968
14969 ac_header_preproc=no
14970 fi
14971 rm -f conftest.err conftest.$ac_ext
14972 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14973 echo "${ECHO_T}$ac_header_preproc" >&6
14974
14975 # So? What about this header?
14976 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14977 yes:no: )
14978 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14979 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14980 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14981 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14982 ac_header_preproc=yes
14983 ;;
14984 no:yes:* )
14985 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14986 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14987 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14988 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14989 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14990 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14991 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14992 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14993 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14994 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14995 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14996 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14997 (
14998 cat <<\_ASBOX
14999 ## ----------------------------------------- ##
15000 ## Report this to wx-dev@lists.wxwidgets.org ##
15001 ## ----------------------------------------- ##
15002 _ASBOX
15003 ) |
15004 sed "s/^/$as_me: WARNING: /" >&2
15005 ;;
15006 esac
15007 echo "$as_me:$LINENO: checking for $ac_header" >&5
15008 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15009 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15010 echo $ECHO_N "(cached) $ECHO_C" >&6
15011 else
15012 eval "$as_ac_Header=\$ac_header_preproc"
15013 fi
15014 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15015 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15016
15017 fi
15018 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15019 cat >>confdefs.h <<_ACEOF
15020 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15021 _ACEOF
15022
15023 fi
15024
15025 done
15026
15027
15028
15029 for ac_header in langinfo.h
15030 do
15031 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15032 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15033 echo "$as_me:$LINENO: checking for $ac_header" >&5
15034 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15035 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15036 echo $ECHO_N "(cached) $ECHO_C" >&6
15037 fi
15038 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15039 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15040 else
15041 # Is the header compilable?
15042 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15043 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15044 cat >conftest.$ac_ext <<_ACEOF
15045 /* confdefs.h. */
15046 _ACEOF
15047 cat confdefs.h >>conftest.$ac_ext
15048 cat >>conftest.$ac_ext <<_ACEOF
15049 /* end confdefs.h. */
15050 $ac_includes_default
15051 #include <$ac_header>
15052 _ACEOF
15053 rm -f conftest.$ac_objext
15054 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15055 (eval $ac_compile) 2>conftest.er1
15056 ac_status=$?
15057 grep -v '^ *+' conftest.er1 >conftest.err
15058 rm -f conftest.er1
15059 cat conftest.err >&5
15060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15061 (exit $ac_status); } &&
15062 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15064 (eval $ac_try) 2>&5
15065 ac_status=$?
15066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15067 (exit $ac_status); }; } &&
15068 { ac_try='test -s conftest.$ac_objext'
15069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15070 (eval $ac_try) 2>&5
15071 ac_status=$?
15072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15073 (exit $ac_status); }; }; then
15074 ac_header_compiler=yes
15075 else
15076 echo "$as_me: failed program was:" >&5
15077 sed 's/^/| /' conftest.$ac_ext >&5
15078
15079 ac_header_compiler=no
15080 fi
15081 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15082 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15083 echo "${ECHO_T}$ac_header_compiler" >&6
15084
15085 # Is the header present?
15086 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15087 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15088 cat >conftest.$ac_ext <<_ACEOF
15089 /* confdefs.h. */
15090 _ACEOF
15091 cat confdefs.h >>conftest.$ac_ext
15092 cat >>conftest.$ac_ext <<_ACEOF
15093 /* end confdefs.h. */
15094 #include <$ac_header>
15095 _ACEOF
15096 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15097 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15098 ac_status=$?
15099 grep -v '^ *+' conftest.er1 >conftest.err
15100 rm -f conftest.er1
15101 cat conftest.err >&5
15102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15103 (exit $ac_status); } >/dev/null; then
15104 if test -s conftest.err; then
15105 ac_cpp_err=$ac_c_preproc_warn_flag
15106 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15107 else
15108 ac_cpp_err=
15109 fi
15110 else
15111 ac_cpp_err=yes
15112 fi
15113 if test -z "$ac_cpp_err"; then
15114 ac_header_preproc=yes
15115 else
15116 echo "$as_me: failed program was:" >&5
15117 sed 's/^/| /' conftest.$ac_ext >&5
15118
15119 ac_header_preproc=no
15120 fi
15121 rm -f conftest.err conftest.$ac_ext
15122 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15123 echo "${ECHO_T}$ac_header_preproc" >&6
15124
15125 # So? What about this header?
15126 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15127 yes:no: )
15128 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15129 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15130 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15131 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15132 ac_header_preproc=yes
15133 ;;
15134 no:yes:* )
15135 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15136 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15138 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15139 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15140 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15141 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15142 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15143 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15144 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15145 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15146 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15147 (
15148 cat <<\_ASBOX
15149 ## ----------------------------------------- ##
15150 ## Report this to wx-dev@lists.wxwidgets.org ##
15151 ## ----------------------------------------- ##
15152 _ASBOX
15153 ) |
15154 sed "s/^/$as_me: WARNING: /" >&2
15155 ;;
15156 esac
15157 echo "$as_me:$LINENO: checking for $ac_header" >&5
15158 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15159 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15160 echo $ECHO_N "(cached) $ECHO_C" >&6
15161 else
15162 eval "$as_ac_Header=\$ac_header_preproc"
15163 fi
15164 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15165 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15166
15167 fi
15168 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15169 cat >>confdefs.h <<_ACEOF
15170 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15171 _ACEOF
15172
15173 fi
15174
15175 done
15176
15177
15178 case "${host}" in
15179 *-pc-os2_emx | *-pc-os2-emx )
15180 if test $ac_cv_header_langinfo_h = "yes" \
15181 -a \( "$wx_cv_gccversion" = "EMX2" \
15182 -o "$wx_cv_gccversion" = "EMX3" \
15183 -o "$wx_cv_gccversion" = "Innotek5" \); then
15184 LIBS="$LIBS -lintl"
15185 fi
15186 ;;
15187 esac
15188
15189 if test "$wxUSE_GUI" = "yes"; then
15190 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
15191
15192 for ac_header in X11/Xlib.h
15193 do
15194 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15195 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15196 echo "$as_me:$LINENO: checking for $ac_header" >&5
15197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15198 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15199 echo $ECHO_N "(cached) $ECHO_C" >&6
15200 fi
15201 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15202 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15203 else
15204 # Is the header compilable?
15205 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15206 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15207 cat >conftest.$ac_ext <<_ACEOF
15208 /* confdefs.h. */
15209 _ACEOF
15210 cat confdefs.h >>conftest.$ac_ext
15211 cat >>conftest.$ac_ext <<_ACEOF
15212 /* end confdefs.h. */
15213 $ac_includes_default
15214 #include <$ac_header>
15215 _ACEOF
15216 rm -f conftest.$ac_objext
15217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15218 (eval $ac_compile) 2>conftest.er1
15219 ac_status=$?
15220 grep -v '^ *+' conftest.er1 >conftest.err
15221 rm -f conftest.er1
15222 cat conftest.err >&5
15223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15224 (exit $ac_status); } &&
15225 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15227 (eval $ac_try) 2>&5
15228 ac_status=$?
15229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15230 (exit $ac_status); }; } &&
15231 { ac_try='test -s conftest.$ac_objext'
15232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15233 (eval $ac_try) 2>&5
15234 ac_status=$?
15235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15236 (exit $ac_status); }; }; then
15237 ac_header_compiler=yes
15238 else
15239 echo "$as_me: failed program was:" >&5
15240 sed 's/^/| /' conftest.$ac_ext >&5
15241
15242 ac_header_compiler=no
15243 fi
15244 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15245 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15246 echo "${ECHO_T}$ac_header_compiler" >&6
15247
15248 # Is the header present?
15249 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15250 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15251 cat >conftest.$ac_ext <<_ACEOF
15252 /* confdefs.h. */
15253 _ACEOF
15254 cat confdefs.h >>conftest.$ac_ext
15255 cat >>conftest.$ac_ext <<_ACEOF
15256 /* end confdefs.h. */
15257 #include <$ac_header>
15258 _ACEOF
15259 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15260 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15261 ac_status=$?
15262 grep -v '^ *+' conftest.er1 >conftest.err
15263 rm -f conftest.er1
15264 cat conftest.err >&5
15265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15266 (exit $ac_status); } >/dev/null; then
15267 if test -s conftest.err; then
15268 ac_cpp_err=$ac_c_preproc_warn_flag
15269 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15270 else
15271 ac_cpp_err=
15272 fi
15273 else
15274 ac_cpp_err=yes
15275 fi
15276 if test -z "$ac_cpp_err"; then
15277 ac_header_preproc=yes
15278 else
15279 echo "$as_me: failed program was:" >&5
15280 sed 's/^/| /' conftest.$ac_ext >&5
15281
15282 ac_header_preproc=no
15283 fi
15284 rm -f conftest.err conftest.$ac_ext
15285 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15286 echo "${ECHO_T}$ac_header_preproc" >&6
15287
15288 # So? What about this header?
15289 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15290 yes:no: )
15291 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15292 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15293 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15294 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15295 ac_header_preproc=yes
15296 ;;
15297 no:yes:* )
15298 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15299 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15300 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15301 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15302 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15303 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15304 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15305 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15306 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15307 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15308 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15309 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15310 (
15311 cat <<\_ASBOX
15312 ## ----------------------------------------- ##
15313 ## Report this to wx-dev@lists.wxwidgets.org ##
15314 ## ----------------------------------------- ##
15315 _ASBOX
15316 ) |
15317 sed "s/^/$as_me: WARNING: /" >&2
15318 ;;
15319 esac
15320 echo "$as_me:$LINENO: checking for $ac_header" >&5
15321 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15322 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15323 echo $ECHO_N "(cached) $ECHO_C" >&6
15324 else
15325 eval "$as_ac_Header=\$ac_header_preproc"
15326 fi
15327 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15328 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15329
15330 fi
15331 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15332 cat >>confdefs.h <<_ACEOF
15333 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15334 _ACEOF
15335
15336 fi
15337
15338 done
15339
15340
15341 for ac_header in X11/XKBlib.h
15342 do
15343 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15344 echo "$as_me:$LINENO: checking for $ac_header" >&5
15345 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15346 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15347 echo $ECHO_N "(cached) $ECHO_C" >&6
15348 else
15349 cat >conftest.$ac_ext <<_ACEOF
15350 /* confdefs.h. */
15351 _ACEOF
15352 cat confdefs.h >>conftest.$ac_ext
15353 cat >>conftest.$ac_ext <<_ACEOF
15354 /* end confdefs.h. */
15355
15356 #if HAVE_X11_XLIB_H
15357 #include <X11/Xlib.h>
15358 #endif
15359
15360
15361 #include <$ac_header>
15362 _ACEOF
15363 rm -f conftest.$ac_objext
15364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15365 (eval $ac_compile) 2>conftest.er1
15366 ac_status=$?
15367 grep -v '^ *+' conftest.er1 >conftest.err
15368 rm -f conftest.er1
15369 cat conftest.err >&5
15370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15371 (exit $ac_status); } &&
15372 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15374 (eval $ac_try) 2>&5
15375 ac_status=$?
15376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15377 (exit $ac_status); }; } &&
15378 { ac_try='test -s conftest.$ac_objext'
15379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15380 (eval $ac_try) 2>&5
15381 ac_status=$?
15382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15383 (exit $ac_status); }; }; then
15384 eval "$as_ac_Header=yes"
15385 else
15386 echo "$as_me: failed program was:" >&5
15387 sed 's/^/| /' conftest.$ac_ext >&5
15388
15389 eval "$as_ac_Header=no"
15390 fi
15391 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15392 fi
15393 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15394 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15395 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15396 cat >>confdefs.h <<_ACEOF
15397 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15398 _ACEOF
15399
15400 fi
15401
15402 done
15403
15404 fi
15405 fi
15406
15407
15408 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15409 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15410 if test "${ac_cv_c_const+set}" = set; then
15411 echo $ECHO_N "(cached) $ECHO_C" >&6
15412 else
15413 cat >conftest.$ac_ext <<_ACEOF
15414 /* confdefs.h. */
15415 _ACEOF
15416 cat confdefs.h >>conftest.$ac_ext
15417 cat >>conftest.$ac_ext <<_ACEOF
15418 /* end confdefs.h. */
15419
15420 int
15421 main ()
15422 {
15423 /* FIXME: Include the comments suggested by Paul. */
15424 #ifndef __cplusplus
15425 /* Ultrix mips cc rejects this. */
15426 typedef int charset[2];
15427 const charset x;
15428 /* SunOS 4.1.1 cc rejects this. */
15429 char const *const *ccp;
15430 char **p;
15431 /* NEC SVR4.0.2 mips cc rejects this. */
15432 struct point {int x, y;};
15433 static struct point const zero = {0,0};
15434 /* AIX XL C 1.02.0.0 rejects this.
15435 It does not let you subtract one const X* pointer from another in
15436 an arm of an if-expression whose if-part is not a constant
15437 expression */
15438 const char *g = "string";
15439 ccp = &g + (g ? g-g : 0);
15440 /* HPUX 7.0 cc rejects these. */
15441 ++ccp;
15442 p = (char**) ccp;
15443 ccp = (char const *const *) p;
15444 { /* SCO 3.2v4 cc rejects this. */
15445 char *t;
15446 char const *s = 0 ? (char *) 0 : (char const *) 0;
15447
15448 *t++ = 0;
15449 }
15450 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15451 int x[] = {25, 17};
15452 const int *foo = &x[0];
15453 ++foo;
15454 }
15455 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15456 typedef const int *iptr;
15457 iptr p = 0;
15458 ++p;
15459 }
15460 { /* AIX XL C 1.02.0.0 rejects this saying
15461 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15462 struct s { int j; const int *ap[3]; };
15463 struct s *b; b->j = 5;
15464 }
15465 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15466 const int foo = 10;
15467 }
15468 #endif
15469
15470 ;
15471 return 0;
15472 }
15473 _ACEOF
15474 rm -f conftest.$ac_objext
15475 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15476 (eval $ac_compile) 2>conftest.er1
15477 ac_status=$?
15478 grep -v '^ *+' conftest.er1 >conftest.err
15479 rm -f conftest.er1
15480 cat conftest.err >&5
15481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15482 (exit $ac_status); } &&
15483 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15485 (eval $ac_try) 2>&5
15486 ac_status=$?
15487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15488 (exit $ac_status); }; } &&
15489 { ac_try='test -s conftest.$ac_objext'
15490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15491 (eval $ac_try) 2>&5
15492 ac_status=$?
15493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15494 (exit $ac_status); }; }; then
15495 ac_cv_c_const=yes
15496 else
15497 echo "$as_me: failed program was:" >&5
15498 sed 's/^/| /' conftest.$ac_ext >&5
15499
15500 ac_cv_c_const=no
15501 fi
15502 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15503 fi
15504 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15505 echo "${ECHO_T}$ac_cv_c_const" >&6
15506 if test $ac_cv_c_const = no; then
15507
15508 cat >>confdefs.h <<\_ACEOF
15509 #define const
15510 _ACEOF
15511
15512 fi
15513
15514 echo "$as_me:$LINENO: checking for inline" >&5
15515 echo $ECHO_N "checking for inline... $ECHO_C" >&6
15516 if test "${ac_cv_c_inline+set}" = set; then
15517 echo $ECHO_N "(cached) $ECHO_C" >&6
15518 else
15519 ac_cv_c_inline=no
15520 for ac_kw in inline __inline__ __inline; do
15521 cat >conftest.$ac_ext <<_ACEOF
15522 /* confdefs.h. */
15523 _ACEOF
15524 cat confdefs.h >>conftest.$ac_ext
15525 cat >>conftest.$ac_ext <<_ACEOF
15526 /* end confdefs.h. */
15527 #ifndef __cplusplus
15528 typedef int foo_t;
15529 static $ac_kw foo_t static_foo () {return 0; }
15530 $ac_kw foo_t foo () {return 0; }
15531 #endif
15532
15533 _ACEOF
15534 rm -f conftest.$ac_objext
15535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15536 (eval $ac_compile) 2>conftest.er1
15537 ac_status=$?
15538 grep -v '^ *+' conftest.er1 >conftest.err
15539 rm -f conftest.er1
15540 cat conftest.err >&5
15541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15542 (exit $ac_status); } &&
15543 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15545 (eval $ac_try) 2>&5
15546 ac_status=$?
15547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15548 (exit $ac_status); }; } &&
15549 { ac_try='test -s conftest.$ac_objext'
15550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15551 (eval $ac_try) 2>&5
15552 ac_status=$?
15553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15554 (exit $ac_status); }; }; then
15555 ac_cv_c_inline=$ac_kw; break
15556 else
15557 echo "$as_me: failed program was:" >&5
15558 sed 's/^/| /' conftest.$ac_ext >&5
15559
15560 fi
15561 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15562 done
15563
15564 fi
15565 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15566 echo "${ECHO_T}$ac_cv_c_inline" >&6
15567
15568
15569 case $ac_cv_c_inline in
15570 inline | yes) ;;
15571 *)
15572 case $ac_cv_c_inline in
15573 no) ac_val=;;
15574 *) ac_val=$ac_cv_c_inline;;
15575 esac
15576 cat >>confdefs.h <<_ACEOF
15577 #ifndef __cplusplus
15578 #define inline $ac_val
15579 #endif
15580 _ACEOF
15581 ;;
15582 esac
15583
15584
15585 echo "$as_me:$LINENO: checking for char" >&5
15586 echo $ECHO_N "checking for char... $ECHO_C" >&6
15587 if test "${ac_cv_type_char+set}" = set; then
15588 echo $ECHO_N "(cached) $ECHO_C" >&6
15589 else
15590 cat >conftest.$ac_ext <<_ACEOF
15591 /* confdefs.h. */
15592 _ACEOF
15593 cat confdefs.h >>conftest.$ac_ext
15594 cat >>conftest.$ac_ext <<_ACEOF
15595 /* end confdefs.h. */
15596 $ac_includes_default
15597 int
15598 main ()
15599 {
15600 if ((char *) 0)
15601 return 0;
15602 if (sizeof (char))
15603 return 0;
15604 ;
15605 return 0;
15606 }
15607 _ACEOF
15608 rm -f conftest.$ac_objext
15609 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15610 (eval $ac_compile) 2>conftest.er1
15611 ac_status=$?
15612 grep -v '^ *+' conftest.er1 >conftest.err
15613 rm -f conftest.er1
15614 cat conftest.err >&5
15615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15616 (exit $ac_status); } &&
15617 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15619 (eval $ac_try) 2>&5
15620 ac_status=$?
15621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15622 (exit $ac_status); }; } &&
15623 { ac_try='test -s conftest.$ac_objext'
15624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15625 (eval $ac_try) 2>&5
15626 ac_status=$?
15627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15628 (exit $ac_status); }; }; then
15629 ac_cv_type_char=yes
15630 else
15631 echo "$as_me: failed program was:" >&5
15632 sed 's/^/| /' conftest.$ac_ext >&5
15633
15634 ac_cv_type_char=no
15635 fi
15636 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15637 fi
15638 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15639 echo "${ECHO_T}$ac_cv_type_char" >&6
15640
15641 echo "$as_me:$LINENO: checking size of char" >&5
15642 echo $ECHO_N "checking size of char... $ECHO_C" >&6
15643 if test "${ac_cv_sizeof_char+set}" = set; then
15644 echo $ECHO_N "(cached) $ECHO_C" >&6
15645 else
15646 if test "$ac_cv_type_char" = yes; then
15647 # The cast to unsigned long works around a bug in the HP C Compiler
15648 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15649 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15650 # This bug is HP SR number 8606223364.
15651 if test "$cross_compiling" = yes; then
15652 # Depending upon the size, compute the lo and hi bounds.
15653 cat >conftest.$ac_ext <<_ACEOF
15654 /* confdefs.h. */
15655 _ACEOF
15656 cat confdefs.h >>conftest.$ac_ext
15657 cat >>conftest.$ac_ext <<_ACEOF
15658 /* end confdefs.h. */
15659 $ac_includes_default
15660 int
15661 main ()
15662 {
15663 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15664 test_array [0] = 0
15665
15666 ;
15667 return 0;
15668 }
15669 _ACEOF
15670 rm -f conftest.$ac_objext
15671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15672 (eval $ac_compile) 2>conftest.er1
15673 ac_status=$?
15674 grep -v '^ *+' conftest.er1 >conftest.err
15675 rm -f conftest.er1
15676 cat conftest.err >&5
15677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15678 (exit $ac_status); } &&
15679 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15681 (eval $ac_try) 2>&5
15682 ac_status=$?
15683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15684 (exit $ac_status); }; } &&
15685 { ac_try='test -s conftest.$ac_objext'
15686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15687 (eval $ac_try) 2>&5
15688 ac_status=$?
15689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15690 (exit $ac_status); }; }; then
15691 ac_lo=0 ac_mid=0
15692 while :; do
15693 cat >conftest.$ac_ext <<_ACEOF
15694 /* confdefs.h. */
15695 _ACEOF
15696 cat confdefs.h >>conftest.$ac_ext
15697 cat >>conftest.$ac_ext <<_ACEOF
15698 /* end confdefs.h. */
15699 $ac_includes_default
15700 int
15701 main ()
15702 {
15703 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15704 test_array [0] = 0
15705
15706 ;
15707 return 0;
15708 }
15709 _ACEOF
15710 rm -f conftest.$ac_objext
15711 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15712 (eval $ac_compile) 2>conftest.er1
15713 ac_status=$?
15714 grep -v '^ *+' conftest.er1 >conftest.err
15715 rm -f conftest.er1
15716 cat conftest.err >&5
15717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15718 (exit $ac_status); } &&
15719 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15721 (eval $ac_try) 2>&5
15722 ac_status=$?
15723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15724 (exit $ac_status); }; } &&
15725 { ac_try='test -s conftest.$ac_objext'
15726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15727 (eval $ac_try) 2>&5
15728 ac_status=$?
15729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15730 (exit $ac_status); }; }; then
15731 ac_hi=$ac_mid; break
15732 else
15733 echo "$as_me: failed program was:" >&5
15734 sed 's/^/| /' conftest.$ac_ext >&5
15735
15736 ac_lo=`expr $ac_mid + 1`
15737 if test $ac_lo -le $ac_mid; then
15738 ac_lo= ac_hi=
15739 break
15740 fi
15741 ac_mid=`expr 2 '*' $ac_mid + 1`
15742 fi
15743 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15744 done
15745 else
15746 echo "$as_me: failed program was:" >&5
15747 sed 's/^/| /' conftest.$ac_ext >&5
15748
15749 cat >conftest.$ac_ext <<_ACEOF
15750 /* confdefs.h. */
15751 _ACEOF
15752 cat confdefs.h >>conftest.$ac_ext
15753 cat >>conftest.$ac_ext <<_ACEOF
15754 /* end confdefs.h. */
15755 $ac_includes_default
15756 int
15757 main ()
15758 {
15759 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15760 test_array [0] = 0
15761
15762 ;
15763 return 0;
15764 }
15765 _ACEOF
15766 rm -f conftest.$ac_objext
15767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15768 (eval $ac_compile) 2>conftest.er1
15769 ac_status=$?
15770 grep -v '^ *+' conftest.er1 >conftest.err
15771 rm -f conftest.er1
15772 cat conftest.err >&5
15773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15774 (exit $ac_status); } &&
15775 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15777 (eval $ac_try) 2>&5
15778 ac_status=$?
15779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15780 (exit $ac_status); }; } &&
15781 { ac_try='test -s conftest.$ac_objext'
15782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15783 (eval $ac_try) 2>&5
15784 ac_status=$?
15785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15786 (exit $ac_status); }; }; then
15787 ac_hi=-1 ac_mid=-1
15788 while :; do
15789 cat >conftest.$ac_ext <<_ACEOF
15790 /* confdefs.h. */
15791 _ACEOF
15792 cat confdefs.h >>conftest.$ac_ext
15793 cat >>conftest.$ac_ext <<_ACEOF
15794 /* end confdefs.h. */
15795 $ac_includes_default
15796 int
15797 main ()
15798 {
15799 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15800 test_array [0] = 0
15801
15802 ;
15803 return 0;
15804 }
15805 _ACEOF
15806 rm -f conftest.$ac_objext
15807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15808 (eval $ac_compile) 2>conftest.er1
15809 ac_status=$?
15810 grep -v '^ *+' conftest.er1 >conftest.err
15811 rm -f conftest.er1
15812 cat conftest.err >&5
15813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15814 (exit $ac_status); } &&
15815 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15817 (eval $ac_try) 2>&5
15818 ac_status=$?
15819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15820 (exit $ac_status); }; } &&
15821 { ac_try='test -s conftest.$ac_objext'
15822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15823 (eval $ac_try) 2>&5
15824 ac_status=$?
15825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15826 (exit $ac_status); }; }; then
15827 ac_lo=$ac_mid; break
15828 else
15829 echo "$as_me: failed program was:" >&5
15830 sed 's/^/| /' conftest.$ac_ext >&5
15831
15832 ac_hi=`expr '(' $ac_mid ')' - 1`
15833 if test $ac_mid -le $ac_hi; then
15834 ac_lo= ac_hi=
15835 break
15836 fi
15837 ac_mid=`expr 2 '*' $ac_mid`
15838 fi
15839 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15840 done
15841 else
15842 echo "$as_me: failed program was:" >&5
15843 sed 's/^/| /' conftest.$ac_ext >&5
15844
15845 ac_lo= ac_hi=
15846 fi
15847 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15848 fi
15849 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15850 # Binary search between lo and hi bounds.
15851 while test "x$ac_lo" != "x$ac_hi"; do
15852 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15853 cat >conftest.$ac_ext <<_ACEOF
15854 /* confdefs.h. */
15855 _ACEOF
15856 cat confdefs.h >>conftest.$ac_ext
15857 cat >>conftest.$ac_ext <<_ACEOF
15858 /* end confdefs.h. */
15859 $ac_includes_default
15860 int
15861 main ()
15862 {
15863 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15864 test_array [0] = 0
15865
15866 ;
15867 return 0;
15868 }
15869 _ACEOF
15870 rm -f conftest.$ac_objext
15871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15872 (eval $ac_compile) 2>conftest.er1
15873 ac_status=$?
15874 grep -v '^ *+' conftest.er1 >conftest.err
15875 rm -f conftest.er1
15876 cat conftest.err >&5
15877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15878 (exit $ac_status); } &&
15879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15881 (eval $ac_try) 2>&5
15882 ac_status=$?
15883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15884 (exit $ac_status); }; } &&
15885 { ac_try='test -s conftest.$ac_objext'
15886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15887 (eval $ac_try) 2>&5
15888 ac_status=$?
15889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15890 (exit $ac_status); }; }; then
15891 ac_hi=$ac_mid
15892 else
15893 echo "$as_me: failed program was:" >&5
15894 sed 's/^/| /' conftest.$ac_ext >&5
15895
15896 ac_lo=`expr '(' $ac_mid ')' + 1`
15897 fi
15898 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15899 done
15900 case $ac_lo in
15901 ?*) ac_cv_sizeof_char=$ac_lo;;
15902 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15903 See \`config.log' for more details." >&5
15904 echo "$as_me: error: cannot compute sizeof (char), 77
15905 See \`config.log' for more details." >&2;}
15906 { (exit 1); exit 1; }; } ;;
15907 esac
15908 else
15909 if test "$cross_compiling" = yes; then
15910 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
15911 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
15912 { (exit 1); exit 1; }; }
15913 else
15914 cat >conftest.$ac_ext <<_ACEOF
15915 /* confdefs.h. */
15916 _ACEOF
15917 cat confdefs.h >>conftest.$ac_ext
15918 cat >>conftest.$ac_ext <<_ACEOF
15919 /* end confdefs.h. */
15920 $ac_includes_default
15921 long longval () { return (long) (sizeof (char)); }
15922 unsigned long ulongval () { return (long) (sizeof (char)); }
15923 #include <stdio.h>
15924 #include <stdlib.h>
15925 int
15926 main ()
15927 {
15928
15929 FILE *f = fopen ("conftest.val", "w");
15930 if (! f)
15931 exit (1);
15932 if (((long) (sizeof (char))) < 0)
15933 {
15934 long i = longval ();
15935 if (i != ((long) (sizeof (char))))
15936 exit (1);
15937 fprintf (f, "%ld\n", i);
15938 }
15939 else
15940 {
15941 unsigned long i = ulongval ();
15942 if (i != ((long) (sizeof (char))))
15943 exit (1);
15944 fprintf (f, "%lu\n", i);
15945 }
15946 exit (ferror (f) || fclose (f) != 0);
15947
15948 ;
15949 return 0;
15950 }
15951 _ACEOF
15952 rm -f conftest$ac_exeext
15953 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15954 (eval $ac_link) 2>&5
15955 ac_status=$?
15956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15957 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15959 (eval $ac_try) 2>&5
15960 ac_status=$?
15961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15962 (exit $ac_status); }; }; then
15963 ac_cv_sizeof_char=`cat conftest.val`
15964 else
15965 echo "$as_me: program exited with status $ac_status" >&5
15966 echo "$as_me: failed program was:" >&5
15967 sed 's/^/| /' conftest.$ac_ext >&5
15968
15969 ( exit $ac_status )
15970 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
15971 See \`config.log' for more details." >&5
15972 echo "$as_me: error: cannot compute sizeof (char), 77
15973 See \`config.log' for more details." >&2;}
15974 { (exit 1); exit 1; }; }
15975 fi
15976 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15977 fi
15978 fi
15979 rm -f conftest.val
15980 else
15981 ac_cv_sizeof_char=0
15982 fi
15983 fi
15984 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
15985 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
15986 cat >>confdefs.h <<_ACEOF
15987 #define SIZEOF_CHAR $ac_cv_sizeof_char
15988 _ACEOF
15989
15990
15991 echo "$as_me:$LINENO: checking for short" >&5
15992 echo $ECHO_N "checking for short... $ECHO_C" >&6
15993 if test "${ac_cv_type_short+set}" = set; then
15994 echo $ECHO_N "(cached) $ECHO_C" >&6
15995 else
15996 cat >conftest.$ac_ext <<_ACEOF
15997 /* confdefs.h. */
15998 _ACEOF
15999 cat confdefs.h >>conftest.$ac_ext
16000 cat >>conftest.$ac_ext <<_ACEOF
16001 /* end confdefs.h. */
16002 $ac_includes_default
16003 int
16004 main ()
16005 {
16006 if ((short *) 0)
16007 return 0;
16008 if (sizeof (short))
16009 return 0;
16010 ;
16011 return 0;
16012 }
16013 _ACEOF
16014 rm -f conftest.$ac_objext
16015 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16016 (eval $ac_compile) 2>conftest.er1
16017 ac_status=$?
16018 grep -v '^ *+' conftest.er1 >conftest.err
16019 rm -f conftest.er1
16020 cat conftest.err >&5
16021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16022 (exit $ac_status); } &&
16023 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16025 (eval $ac_try) 2>&5
16026 ac_status=$?
16027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16028 (exit $ac_status); }; } &&
16029 { ac_try='test -s conftest.$ac_objext'
16030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16031 (eval $ac_try) 2>&5
16032 ac_status=$?
16033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16034 (exit $ac_status); }; }; then
16035 ac_cv_type_short=yes
16036 else
16037 echo "$as_me: failed program was:" >&5
16038 sed 's/^/| /' conftest.$ac_ext >&5
16039
16040 ac_cv_type_short=no
16041 fi
16042 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16043 fi
16044 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
16045 echo "${ECHO_T}$ac_cv_type_short" >&6
16046
16047 echo "$as_me:$LINENO: checking size of short" >&5
16048 echo $ECHO_N "checking size of short... $ECHO_C" >&6
16049 if test "${ac_cv_sizeof_short+set}" = set; then
16050 echo $ECHO_N "(cached) $ECHO_C" >&6
16051 else
16052 if test "$ac_cv_type_short" = yes; then
16053 # The cast to unsigned long works around a bug in the HP C Compiler
16054 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16055 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16056 # This bug is HP SR number 8606223364.
16057 if test "$cross_compiling" = yes; then
16058 # Depending upon the size, compute the lo and hi bounds.
16059 cat >conftest.$ac_ext <<_ACEOF
16060 /* confdefs.h. */
16061 _ACEOF
16062 cat confdefs.h >>conftest.$ac_ext
16063 cat >>conftest.$ac_ext <<_ACEOF
16064 /* end confdefs.h. */
16065 $ac_includes_default
16066 int
16067 main ()
16068 {
16069 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
16070 test_array [0] = 0
16071
16072 ;
16073 return 0;
16074 }
16075 _ACEOF
16076 rm -f conftest.$ac_objext
16077 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16078 (eval $ac_compile) 2>conftest.er1
16079 ac_status=$?
16080 grep -v '^ *+' conftest.er1 >conftest.err
16081 rm -f conftest.er1
16082 cat conftest.err >&5
16083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16084 (exit $ac_status); } &&
16085 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16087 (eval $ac_try) 2>&5
16088 ac_status=$?
16089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16090 (exit $ac_status); }; } &&
16091 { ac_try='test -s conftest.$ac_objext'
16092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16093 (eval $ac_try) 2>&5
16094 ac_status=$?
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); }; }; then
16097 ac_lo=0 ac_mid=0
16098 while :; do
16099 cat >conftest.$ac_ext <<_ACEOF
16100 /* confdefs.h. */
16101 _ACEOF
16102 cat confdefs.h >>conftest.$ac_ext
16103 cat >>conftest.$ac_ext <<_ACEOF
16104 /* end confdefs.h. */
16105 $ac_includes_default
16106 int
16107 main ()
16108 {
16109 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16110 test_array [0] = 0
16111
16112 ;
16113 return 0;
16114 }
16115 _ACEOF
16116 rm -f conftest.$ac_objext
16117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16118 (eval $ac_compile) 2>conftest.er1
16119 ac_status=$?
16120 grep -v '^ *+' conftest.er1 >conftest.err
16121 rm -f conftest.er1
16122 cat conftest.err >&5
16123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16124 (exit $ac_status); } &&
16125 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16127 (eval $ac_try) 2>&5
16128 ac_status=$?
16129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16130 (exit $ac_status); }; } &&
16131 { ac_try='test -s conftest.$ac_objext'
16132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16133 (eval $ac_try) 2>&5
16134 ac_status=$?
16135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16136 (exit $ac_status); }; }; then
16137 ac_hi=$ac_mid; break
16138 else
16139 echo "$as_me: failed program was:" >&5
16140 sed 's/^/| /' conftest.$ac_ext >&5
16141
16142 ac_lo=`expr $ac_mid + 1`
16143 if test $ac_lo -le $ac_mid; then
16144 ac_lo= ac_hi=
16145 break
16146 fi
16147 ac_mid=`expr 2 '*' $ac_mid + 1`
16148 fi
16149 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16150 done
16151 else
16152 echo "$as_me: failed program was:" >&5
16153 sed 's/^/| /' conftest.$ac_ext >&5
16154
16155 cat >conftest.$ac_ext <<_ACEOF
16156 /* confdefs.h. */
16157 _ACEOF
16158 cat confdefs.h >>conftest.$ac_ext
16159 cat >>conftest.$ac_ext <<_ACEOF
16160 /* end confdefs.h. */
16161 $ac_includes_default
16162 int
16163 main ()
16164 {
16165 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
16166 test_array [0] = 0
16167
16168 ;
16169 return 0;
16170 }
16171 _ACEOF
16172 rm -f conftest.$ac_objext
16173 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16174 (eval $ac_compile) 2>conftest.er1
16175 ac_status=$?
16176 grep -v '^ *+' conftest.er1 >conftest.err
16177 rm -f conftest.er1
16178 cat conftest.err >&5
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); } &&
16181 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16183 (eval $ac_try) 2>&5
16184 ac_status=$?
16185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16186 (exit $ac_status); }; } &&
16187 { ac_try='test -s conftest.$ac_objext'
16188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16189 (eval $ac_try) 2>&5
16190 ac_status=$?
16191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16192 (exit $ac_status); }; }; then
16193 ac_hi=-1 ac_mid=-1
16194 while :; do
16195 cat >conftest.$ac_ext <<_ACEOF
16196 /* confdefs.h. */
16197 _ACEOF
16198 cat confdefs.h >>conftest.$ac_ext
16199 cat >>conftest.$ac_ext <<_ACEOF
16200 /* end confdefs.h. */
16201 $ac_includes_default
16202 int
16203 main ()
16204 {
16205 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16206 test_array [0] = 0
16207
16208 ;
16209 return 0;
16210 }
16211 _ACEOF
16212 rm -f conftest.$ac_objext
16213 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16214 (eval $ac_compile) 2>conftest.er1
16215 ac_status=$?
16216 grep -v '^ *+' conftest.er1 >conftest.err
16217 rm -f conftest.er1
16218 cat conftest.err >&5
16219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16220 (exit $ac_status); } &&
16221 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16223 (eval $ac_try) 2>&5
16224 ac_status=$?
16225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16226 (exit $ac_status); }; } &&
16227 { ac_try='test -s conftest.$ac_objext'
16228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16229 (eval $ac_try) 2>&5
16230 ac_status=$?
16231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16232 (exit $ac_status); }; }; then
16233 ac_lo=$ac_mid; break
16234 else
16235 echo "$as_me: failed program was:" >&5
16236 sed 's/^/| /' conftest.$ac_ext >&5
16237
16238 ac_hi=`expr '(' $ac_mid ')' - 1`
16239 if test $ac_mid -le $ac_hi; then
16240 ac_lo= ac_hi=
16241 break
16242 fi
16243 ac_mid=`expr 2 '*' $ac_mid`
16244 fi
16245 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16246 done
16247 else
16248 echo "$as_me: failed program was:" >&5
16249 sed 's/^/| /' conftest.$ac_ext >&5
16250
16251 ac_lo= ac_hi=
16252 fi
16253 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16254 fi
16255 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16256 # Binary search between lo and hi bounds.
16257 while test "x$ac_lo" != "x$ac_hi"; do
16258 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16259 cat >conftest.$ac_ext <<_ACEOF
16260 /* confdefs.h. */
16261 _ACEOF
16262 cat confdefs.h >>conftest.$ac_ext
16263 cat >>conftest.$ac_ext <<_ACEOF
16264 /* end confdefs.h. */
16265 $ac_includes_default
16266 int
16267 main ()
16268 {
16269 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16270 test_array [0] = 0
16271
16272 ;
16273 return 0;
16274 }
16275 _ACEOF
16276 rm -f conftest.$ac_objext
16277 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16278 (eval $ac_compile) 2>conftest.er1
16279 ac_status=$?
16280 grep -v '^ *+' conftest.er1 >conftest.err
16281 rm -f conftest.er1
16282 cat conftest.err >&5
16283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16284 (exit $ac_status); } &&
16285 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16287 (eval $ac_try) 2>&5
16288 ac_status=$?
16289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16290 (exit $ac_status); }; } &&
16291 { ac_try='test -s conftest.$ac_objext'
16292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16293 (eval $ac_try) 2>&5
16294 ac_status=$?
16295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16296 (exit $ac_status); }; }; then
16297 ac_hi=$ac_mid
16298 else
16299 echo "$as_me: failed program was:" >&5
16300 sed 's/^/| /' conftest.$ac_ext >&5
16301
16302 ac_lo=`expr '(' $ac_mid ')' + 1`
16303 fi
16304 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16305 done
16306 case $ac_lo in
16307 ?*) ac_cv_sizeof_short=$ac_lo;;
16308 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16309 See \`config.log' for more details." >&5
16310 echo "$as_me: error: cannot compute sizeof (short), 77
16311 See \`config.log' for more details." >&2;}
16312 { (exit 1); exit 1; }; } ;;
16313 esac
16314 else
16315 if test "$cross_compiling" = yes; then
16316 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16317 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16318 { (exit 1); exit 1; }; }
16319 else
16320 cat >conftest.$ac_ext <<_ACEOF
16321 /* confdefs.h. */
16322 _ACEOF
16323 cat confdefs.h >>conftest.$ac_ext
16324 cat >>conftest.$ac_ext <<_ACEOF
16325 /* end confdefs.h. */
16326 $ac_includes_default
16327 long longval () { return (long) (sizeof (short)); }
16328 unsigned long ulongval () { return (long) (sizeof (short)); }
16329 #include <stdio.h>
16330 #include <stdlib.h>
16331 int
16332 main ()
16333 {
16334
16335 FILE *f = fopen ("conftest.val", "w");
16336 if (! f)
16337 exit (1);
16338 if (((long) (sizeof (short))) < 0)
16339 {
16340 long i = longval ();
16341 if (i != ((long) (sizeof (short))))
16342 exit (1);
16343 fprintf (f, "%ld\n", i);
16344 }
16345 else
16346 {
16347 unsigned long i = ulongval ();
16348 if (i != ((long) (sizeof (short))))
16349 exit (1);
16350 fprintf (f, "%lu\n", i);
16351 }
16352 exit (ferror (f) || fclose (f) != 0);
16353
16354 ;
16355 return 0;
16356 }
16357 _ACEOF
16358 rm -f conftest$ac_exeext
16359 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16360 (eval $ac_link) 2>&5
16361 ac_status=$?
16362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16363 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16365 (eval $ac_try) 2>&5
16366 ac_status=$?
16367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16368 (exit $ac_status); }; }; then
16369 ac_cv_sizeof_short=`cat conftest.val`
16370 else
16371 echo "$as_me: program exited with status $ac_status" >&5
16372 echo "$as_me: failed program was:" >&5
16373 sed 's/^/| /' conftest.$ac_ext >&5
16374
16375 ( exit $ac_status )
16376 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16377 See \`config.log' for more details." >&5
16378 echo "$as_me: error: cannot compute sizeof (short), 77
16379 See \`config.log' for more details." >&2;}
16380 { (exit 1); exit 1; }; }
16381 fi
16382 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16383 fi
16384 fi
16385 rm -f conftest.val
16386 else
16387 ac_cv_sizeof_short=0
16388 fi
16389 fi
16390 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16391 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16392 cat >>confdefs.h <<_ACEOF
16393 #define SIZEOF_SHORT $ac_cv_sizeof_short
16394 _ACEOF
16395
16396
16397 echo "$as_me:$LINENO: checking for void *" >&5
16398 echo $ECHO_N "checking for void *... $ECHO_C" >&6
16399 if test "${ac_cv_type_void_p+set}" = set; then
16400 echo $ECHO_N "(cached) $ECHO_C" >&6
16401 else
16402 cat >conftest.$ac_ext <<_ACEOF
16403 /* confdefs.h. */
16404 _ACEOF
16405 cat confdefs.h >>conftest.$ac_ext
16406 cat >>conftest.$ac_ext <<_ACEOF
16407 /* end confdefs.h. */
16408 $ac_includes_default
16409 int
16410 main ()
16411 {
16412 if ((void * *) 0)
16413 return 0;
16414 if (sizeof (void *))
16415 return 0;
16416 ;
16417 return 0;
16418 }
16419 _ACEOF
16420 rm -f conftest.$ac_objext
16421 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16422 (eval $ac_compile) 2>conftest.er1
16423 ac_status=$?
16424 grep -v '^ *+' conftest.er1 >conftest.err
16425 rm -f conftest.er1
16426 cat conftest.err >&5
16427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16428 (exit $ac_status); } &&
16429 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16431 (eval $ac_try) 2>&5
16432 ac_status=$?
16433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16434 (exit $ac_status); }; } &&
16435 { ac_try='test -s conftest.$ac_objext'
16436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16437 (eval $ac_try) 2>&5
16438 ac_status=$?
16439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16440 (exit $ac_status); }; }; then
16441 ac_cv_type_void_p=yes
16442 else
16443 echo "$as_me: failed program was:" >&5
16444 sed 's/^/| /' conftest.$ac_ext >&5
16445
16446 ac_cv_type_void_p=no
16447 fi
16448 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16449 fi
16450 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16451 echo "${ECHO_T}$ac_cv_type_void_p" >&6
16452
16453 echo "$as_me:$LINENO: checking size of void *" >&5
16454 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16455 if test "${ac_cv_sizeof_void_p+set}" = set; then
16456 echo $ECHO_N "(cached) $ECHO_C" >&6
16457 else
16458 if test "$ac_cv_type_void_p" = yes; then
16459 # The cast to unsigned long works around a bug in the HP C Compiler
16460 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16461 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16462 # This bug is HP SR number 8606223364.
16463 if test "$cross_compiling" = yes; then
16464 # Depending upon the size, compute the lo and hi bounds.
16465 cat >conftest.$ac_ext <<_ACEOF
16466 /* confdefs.h. */
16467 _ACEOF
16468 cat confdefs.h >>conftest.$ac_ext
16469 cat >>conftest.$ac_ext <<_ACEOF
16470 /* end confdefs.h. */
16471 $ac_includes_default
16472 int
16473 main ()
16474 {
16475 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16476 test_array [0] = 0
16477
16478 ;
16479 return 0;
16480 }
16481 _ACEOF
16482 rm -f conftest.$ac_objext
16483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16484 (eval $ac_compile) 2>conftest.er1
16485 ac_status=$?
16486 grep -v '^ *+' conftest.er1 >conftest.err
16487 rm -f conftest.er1
16488 cat conftest.err >&5
16489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16490 (exit $ac_status); } &&
16491 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16493 (eval $ac_try) 2>&5
16494 ac_status=$?
16495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16496 (exit $ac_status); }; } &&
16497 { ac_try='test -s conftest.$ac_objext'
16498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16499 (eval $ac_try) 2>&5
16500 ac_status=$?
16501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16502 (exit $ac_status); }; }; then
16503 ac_lo=0 ac_mid=0
16504 while :; do
16505 cat >conftest.$ac_ext <<_ACEOF
16506 /* confdefs.h. */
16507 _ACEOF
16508 cat confdefs.h >>conftest.$ac_ext
16509 cat >>conftest.$ac_ext <<_ACEOF
16510 /* end confdefs.h. */
16511 $ac_includes_default
16512 int
16513 main ()
16514 {
16515 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16516 test_array [0] = 0
16517
16518 ;
16519 return 0;
16520 }
16521 _ACEOF
16522 rm -f conftest.$ac_objext
16523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16524 (eval $ac_compile) 2>conftest.er1
16525 ac_status=$?
16526 grep -v '^ *+' conftest.er1 >conftest.err
16527 rm -f conftest.er1
16528 cat conftest.err >&5
16529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16530 (exit $ac_status); } &&
16531 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16533 (eval $ac_try) 2>&5
16534 ac_status=$?
16535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16536 (exit $ac_status); }; } &&
16537 { ac_try='test -s conftest.$ac_objext'
16538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16539 (eval $ac_try) 2>&5
16540 ac_status=$?
16541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16542 (exit $ac_status); }; }; then
16543 ac_hi=$ac_mid; break
16544 else
16545 echo "$as_me: failed program was:" >&5
16546 sed 's/^/| /' conftest.$ac_ext >&5
16547
16548 ac_lo=`expr $ac_mid + 1`
16549 if test $ac_lo -le $ac_mid; then
16550 ac_lo= ac_hi=
16551 break
16552 fi
16553 ac_mid=`expr 2 '*' $ac_mid + 1`
16554 fi
16555 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16556 done
16557 else
16558 echo "$as_me: failed program was:" >&5
16559 sed 's/^/| /' conftest.$ac_ext >&5
16560
16561 cat >conftest.$ac_ext <<_ACEOF
16562 /* confdefs.h. */
16563 _ACEOF
16564 cat confdefs.h >>conftest.$ac_ext
16565 cat >>conftest.$ac_ext <<_ACEOF
16566 /* end confdefs.h. */
16567 $ac_includes_default
16568 int
16569 main ()
16570 {
16571 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16572 test_array [0] = 0
16573
16574 ;
16575 return 0;
16576 }
16577 _ACEOF
16578 rm -f conftest.$ac_objext
16579 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16580 (eval $ac_compile) 2>conftest.er1
16581 ac_status=$?
16582 grep -v '^ *+' conftest.er1 >conftest.err
16583 rm -f conftest.er1
16584 cat conftest.err >&5
16585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16586 (exit $ac_status); } &&
16587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16589 (eval $ac_try) 2>&5
16590 ac_status=$?
16591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16592 (exit $ac_status); }; } &&
16593 { ac_try='test -s conftest.$ac_objext'
16594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16595 (eval $ac_try) 2>&5
16596 ac_status=$?
16597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16598 (exit $ac_status); }; }; then
16599 ac_hi=-1 ac_mid=-1
16600 while :; do
16601 cat >conftest.$ac_ext <<_ACEOF
16602 /* confdefs.h. */
16603 _ACEOF
16604 cat confdefs.h >>conftest.$ac_ext
16605 cat >>conftest.$ac_ext <<_ACEOF
16606 /* end confdefs.h. */
16607 $ac_includes_default
16608 int
16609 main ()
16610 {
16611 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16612 test_array [0] = 0
16613
16614 ;
16615 return 0;
16616 }
16617 _ACEOF
16618 rm -f conftest.$ac_objext
16619 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16620 (eval $ac_compile) 2>conftest.er1
16621 ac_status=$?
16622 grep -v '^ *+' conftest.er1 >conftest.err
16623 rm -f conftest.er1
16624 cat conftest.err >&5
16625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16626 (exit $ac_status); } &&
16627 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16629 (eval $ac_try) 2>&5
16630 ac_status=$?
16631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16632 (exit $ac_status); }; } &&
16633 { ac_try='test -s conftest.$ac_objext'
16634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16635 (eval $ac_try) 2>&5
16636 ac_status=$?
16637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16638 (exit $ac_status); }; }; then
16639 ac_lo=$ac_mid; break
16640 else
16641 echo "$as_me: failed program was:" >&5
16642 sed 's/^/| /' conftest.$ac_ext >&5
16643
16644 ac_hi=`expr '(' $ac_mid ')' - 1`
16645 if test $ac_mid -le $ac_hi; then
16646 ac_lo= ac_hi=
16647 break
16648 fi
16649 ac_mid=`expr 2 '*' $ac_mid`
16650 fi
16651 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16652 done
16653 else
16654 echo "$as_me: failed program was:" >&5
16655 sed 's/^/| /' conftest.$ac_ext >&5
16656
16657 ac_lo= ac_hi=
16658 fi
16659 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16660 fi
16661 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16662 # Binary search between lo and hi bounds.
16663 while test "x$ac_lo" != "x$ac_hi"; do
16664 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16665 cat >conftest.$ac_ext <<_ACEOF
16666 /* confdefs.h. */
16667 _ACEOF
16668 cat confdefs.h >>conftest.$ac_ext
16669 cat >>conftest.$ac_ext <<_ACEOF
16670 /* end confdefs.h. */
16671 $ac_includes_default
16672 int
16673 main ()
16674 {
16675 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16676 test_array [0] = 0
16677
16678 ;
16679 return 0;
16680 }
16681 _ACEOF
16682 rm -f conftest.$ac_objext
16683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16684 (eval $ac_compile) 2>conftest.er1
16685 ac_status=$?
16686 grep -v '^ *+' conftest.er1 >conftest.err
16687 rm -f conftest.er1
16688 cat conftest.err >&5
16689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16690 (exit $ac_status); } &&
16691 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16693 (eval $ac_try) 2>&5
16694 ac_status=$?
16695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16696 (exit $ac_status); }; } &&
16697 { ac_try='test -s conftest.$ac_objext'
16698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16699 (eval $ac_try) 2>&5
16700 ac_status=$?
16701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16702 (exit $ac_status); }; }; then
16703 ac_hi=$ac_mid
16704 else
16705 echo "$as_me: failed program was:" >&5
16706 sed 's/^/| /' conftest.$ac_ext >&5
16707
16708 ac_lo=`expr '(' $ac_mid ')' + 1`
16709 fi
16710 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16711 done
16712 case $ac_lo in
16713 ?*) ac_cv_sizeof_void_p=$ac_lo;;
16714 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16715 See \`config.log' for more details." >&5
16716 echo "$as_me: error: cannot compute sizeof (void *), 77
16717 See \`config.log' for more details." >&2;}
16718 { (exit 1); exit 1; }; } ;;
16719 esac
16720 else
16721 if test "$cross_compiling" = yes; then
16722 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16723 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16724 { (exit 1); exit 1; }; }
16725 else
16726 cat >conftest.$ac_ext <<_ACEOF
16727 /* confdefs.h. */
16728 _ACEOF
16729 cat confdefs.h >>conftest.$ac_ext
16730 cat >>conftest.$ac_ext <<_ACEOF
16731 /* end confdefs.h. */
16732 $ac_includes_default
16733 long longval () { return (long) (sizeof (void *)); }
16734 unsigned long ulongval () { return (long) (sizeof (void *)); }
16735 #include <stdio.h>
16736 #include <stdlib.h>
16737 int
16738 main ()
16739 {
16740
16741 FILE *f = fopen ("conftest.val", "w");
16742 if (! f)
16743 exit (1);
16744 if (((long) (sizeof (void *))) < 0)
16745 {
16746 long i = longval ();
16747 if (i != ((long) (sizeof (void *))))
16748 exit (1);
16749 fprintf (f, "%ld\n", i);
16750 }
16751 else
16752 {
16753 unsigned long i = ulongval ();
16754 if (i != ((long) (sizeof (void *))))
16755 exit (1);
16756 fprintf (f, "%lu\n", i);
16757 }
16758 exit (ferror (f) || fclose (f) != 0);
16759
16760 ;
16761 return 0;
16762 }
16763 _ACEOF
16764 rm -f conftest$ac_exeext
16765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16766 (eval $ac_link) 2>&5
16767 ac_status=$?
16768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16769 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16771 (eval $ac_try) 2>&5
16772 ac_status=$?
16773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16774 (exit $ac_status); }; }; then
16775 ac_cv_sizeof_void_p=`cat conftest.val`
16776 else
16777 echo "$as_me: program exited with status $ac_status" >&5
16778 echo "$as_me: failed program was:" >&5
16779 sed 's/^/| /' conftest.$ac_ext >&5
16780
16781 ( exit $ac_status )
16782 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16783 See \`config.log' for more details." >&5
16784 echo "$as_me: error: cannot compute sizeof (void *), 77
16785 See \`config.log' for more details." >&2;}
16786 { (exit 1); exit 1; }; }
16787 fi
16788 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16789 fi
16790 fi
16791 rm -f conftest.val
16792 else
16793 ac_cv_sizeof_void_p=0
16794 fi
16795 fi
16796 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16797 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16798 cat >>confdefs.h <<_ACEOF
16799 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16800 _ACEOF
16801
16802
16803 echo "$as_me:$LINENO: checking for int" >&5
16804 echo $ECHO_N "checking for int... $ECHO_C" >&6
16805 if test "${ac_cv_type_int+set}" = set; then
16806 echo $ECHO_N "(cached) $ECHO_C" >&6
16807 else
16808 cat >conftest.$ac_ext <<_ACEOF
16809 /* confdefs.h. */
16810 _ACEOF
16811 cat confdefs.h >>conftest.$ac_ext
16812 cat >>conftest.$ac_ext <<_ACEOF
16813 /* end confdefs.h. */
16814 $ac_includes_default
16815 int
16816 main ()
16817 {
16818 if ((int *) 0)
16819 return 0;
16820 if (sizeof (int))
16821 return 0;
16822 ;
16823 return 0;
16824 }
16825 _ACEOF
16826 rm -f conftest.$ac_objext
16827 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16828 (eval $ac_compile) 2>conftest.er1
16829 ac_status=$?
16830 grep -v '^ *+' conftest.er1 >conftest.err
16831 rm -f conftest.er1
16832 cat conftest.err >&5
16833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16834 (exit $ac_status); } &&
16835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16837 (eval $ac_try) 2>&5
16838 ac_status=$?
16839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16840 (exit $ac_status); }; } &&
16841 { ac_try='test -s conftest.$ac_objext'
16842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16843 (eval $ac_try) 2>&5
16844 ac_status=$?
16845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16846 (exit $ac_status); }; }; then
16847 ac_cv_type_int=yes
16848 else
16849 echo "$as_me: failed program was:" >&5
16850 sed 's/^/| /' conftest.$ac_ext >&5
16851
16852 ac_cv_type_int=no
16853 fi
16854 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16855 fi
16856 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
16857 echo "${ECHO_T}$ac_cv_type_int" >&6
16858
16859 echo "$as_me:$LINENO: checking size of int" >&5
16860 echo $ECHO_N "checking size of int... $ECHO_C" >&6
16861 if test "${ac_cv_sizeof_int+set}" = set; then
16862 echo $ECHO_N "(cached) $ECHO_C" >&6
16863 else
16864 if test "$ac_cv_type_int" = yes; then
16865 # The cast to unsigned long works around a bug in the HP C Compiler
16866 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16867 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16868 # This bug is HP SR number 8606223364.
16869 if test "$cross_compiling" = yes; then
16870 # Depending upon the size, compute the lo and hi bounds.
16871 cat >conftest.$ac_ext <<_ACEOF
16872 /* confdefs.h. */
16873 _ACEOF
16874 cat confdefs.h >>conftest.$ac_ext
16875 cat >>conftest.$ac_ext <<_ACEOF
16876 /* end confdefs.h. */
16877 $ac_includes_default
16878 int
16879 main ()
16880 {
16881 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
16882 test_array [0] = 0
16883
16884 ;
16885 return 0;
16886 }
16887 _ACEOF
16888 rm -f conftest.$ac_objext
16889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16890 (eval $ac_compile) 2>conftest.er1
16891 ac_status=$?
16892 grep -v '^ *+' conftest.er1 >conftest.err
16893 rm -f conftest.er1
16894 cat conftest.err >&5
16895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16896 (exit $ac_status); } &&
16897 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16899 (eval $ac_try) 2>&5
16900 ac_status=$?
16901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16902 (exit $ac_status); }; } &&
16903 { ac_try='test -s conftest.$ac_objext'
16904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16905 (eval $ac_try) 2>&5
16906 ac_status=$?
16907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16908 (exit $ac_status); }; }; then
16909 ac_lo=0 ac_mid=0
16910 while :; do
16911 cat >conftest.$ac_ext <<_ACEOF
16912 /* confdefs.h. */
16913 _ACEOF
16914 cat confdefs.h >>conftest.$ac_ext
16915 cat >>conftest.$ac_ext <<_ACEOF
16916 /* end confdefs.h. */
16917 $ac_includes_default
16918 int
16919 main ()
16920 {
16921 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
16922 test_array [0] = 0
16923
16924 ;
16925 return 0;
16926 }
16927 _ACEOF
16928 rm -f conftest.$ac_objext
16929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16930 (eval $ac_compile) 2>conftest.er1
16931 ac_status=$?
16932 grep -v '^ *+' conftest.er1 >conftest.err
16933 rm -f conftest.er1
16934 cat conftest.err >&5
16935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16936 (exit $ac_status); } &&
16937 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16939 (eval $ac_try) 2>&5
16940 ac_status=$?
16941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16942 (exit $ac_status); }; } &&
16943 { ac_try='test -s conftest.$ac_objext'
16944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16945 (eval $ac_try) 2>&5
16946 ac_status=$?
16947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16948 (exit $ac_status); }; }; then
16949 ac_hi=$ac_mid; break
16950 else
16951 echo "$as_me: failed program was:" >&5
16952 sed 's/^/| /' conftest.$ac_ext >&5
16953
16954 ac_lo=`expr $ac_mid + 1`
16955 if test $ac_lo -le $ac_mid; then
16956 ac_lo= ac_hi=
16957 break
16958 fi
16959 ac_mid=`expr 2 '*' $ac_mid + 1`
16960 fi
16961 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16962 done
16963 else
16964 echo "$as_me: failed program was:" >&5
16965 sed 's/^/| /' conftest.$ac_ext >&5
16966
16967 cat >conftest.$ac_ext <<_ACEOF
16968 /* confdefs.h. */
16969 _ACEOF
16970 cat confdefs.h >>conftest.$ac_ext
16971 cat >>conftest.$ac_ext <<_ACEOF
16972 /* end confdefs.h. */
16973 $ac_includes_default
16974 int
16975 main ()
16976 {
16977 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
16978 test_array [0] = 0
16979
16980 ;
16981 return 0;
16982 }
16983 _ACEOF
16984 rm -f conftest.$ac_objext
16985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16986 (eval $ac_compile) 2>conftest.er1
16987 ac_status=$?
16988 grep -v '^ *+' conftest.er1 >conftest.err
16989 rm -f conftest.er1
16990 cat conftest.err >&5
16991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16992 (exit $ac_status); } &&
16993 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16995 (eval $ac_try) 2>&5
16996 ac_status=$?
16997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16998 (exit $ac_status); }; } &&
16999 { ac_try='test -s conftest.$ac_objext'
17000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17001 (eval $ac_try) 2>&5
17002 ac_status=$?
17003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17004 (exit $ac_status); }; }; then
17005 ac_hi=-1 ac_mid=-1
17006 while :; do
17007 cat >conftest.$ac_ext <<_ACEOF
17008 /* confdefs.h. */
17009 _ACEOF
17010 cat confdefs.h >>conftest.$ac_ext
17011 cat >>conftest.$ac_ext <<_ACEOF
17012 /* end confdefs.h. */
17013 $ac_includes_default
17014 int
17015 main ()
17016 {
17017 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
17018 test_array [0] = 0
17019
17020 ;
17021 return 0;
17022 }
17023 _ACEOF
17024 rm -f conftest.$ac_objext
17025 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17026 (eval $ac_compile) 2>conftest.er1
17027 ac_status=$?
17028 grep -v '^ *+' conftest.er1 >conftest.err
17029 rm -f conftest.er1
17030 cat conftest.err >&5
17031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17032 (exit $ac_status); } &&
17033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17035 (eval $ac_try) 2>&5
17036 ac_status=$?
17037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17038 (exit $ac_status); }; } &&
17039 { ac_try='test -s conftest.$ac_objext'
17040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17041 (eval $ac_try) 2>&5
17042 ac_status=$?
17043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17044 (exit $ac_status); }; }; then
17045 ac_lo=$ac_mid; break
17046 else
17047 echo "$as_me: failed program was:" >&5
17048 sed 's/^/| /' conftest.$ac_ext >&5
17049
17050 ac_hi=`expr '(' $ac_mid ')' - 1`
17051 if test $ac_mid -le $ac_hi; then
17052 ac_lo= ac_hi=
17053 break
17054 fi
17055 ac_mid=`expr 2 '*' $ac_mid`
17056 fi
17057 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17058 done
17059 else
17060 echo "$as_me: failed program was:" >&5
17061 sed 's/^/| /' conftest.$ac_ext >&5
17062
17063 ac_lo= ac_hi=
17064 fi
17065 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17066 fi
17067 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17068 # Binary search between lo and hi bounds.
17069 while test "x$ac_lo" != "x$ac_hi"; do
17070 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17071 cat >conftest.$ac_ext <<_ACEOF
17072 /* confdefs.h. */
17073 _ACEOF
17074 cat confdefs.h >>conftest.$ac_ext
17075 cat >>conftest.$ac_ext <<_ACEOF
17076 /* end confdefs.h. */
17077 $ac_includes_default
17078 int
17079 main ()
17080 {
17081 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17082 test_array [0] = 0
17083
17084 ;
17085 return 0;
17086 }
17087 _ACEOF
17088 rm -f conftest.$ac_objext
17089 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17090 (eval $ac_compile) 2>conftest.er1
17091 ac_status=$?
17092 grep -v '^ *+' conftest.er1 >conftest.err
17093 rm -f conftest.er1
17094 cat conftest.err >&5
17095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17096 (exit $ac_status); } &&
17097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17099 (eval $ac_try) 2>&5
17100 ac_status=$?
17101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17102 (exit $ac_status); }; } &&
17103 { ac_try='test -s conftest.$ac_objext'
17104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17105 (eval $ac_try) 2>&5
17106 ac_status=$?
17107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17108 (exit $ac_status); }; }; then
17109 ac_hi=$ac_mid
17110 else
17111 echo "$as_me: failed program was:" >&5
17112 sed 's/^/| /' conftest.$ac_ext >&5
17113
17114 ac_lo=`expr '(' $ac_mid ')' + 1`
17115 fi
17116 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17117 done
17118 case $ac_lo in
17119 ?*) ac_cv_sizeof_int=$ac_lo;;
17120 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17121 See \`config.log' for more details." >&5
17122 echo "$as_me: error: cannot compute sizeof (int), 77
17123 See \`config.log' for more details." >&2;}
17124 { (exit 1); exit 1; }; } ;;
17125 esac
17126 else
17127 if test "$cross_compiling" = yes; then
17128 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17129 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17130 { (exit 1); exit 1; }; }
17131 else
17132 cat >conftest.$ac_ext <<_ACEOF
17133 /* confdefs.h. */
17134 _ACEOF
17135 cat confdefs.h >>conftest.$ac_ext
17136 cat >>conftest.$ac_ext <<_ACEOF
17137 /* end confdefs.h. */
17138 $ac_includes_default
17139 long longval () { return (long) (sizeof (int)); }
17140 unsigned long ulongval () { return (long) (sizeof (int)); }
17141 #include <stdio.h>
17142 #include <stdlib.h>
17143 int
17144 main ()
17145 {
17146
17147 FILE *f = fopen ("conftest.val", "w");
17148 if (! f)
17149 exit (1);
17150 if (((long) (sizeof (int))) < 0)
17151 {
17152 long i = longval ();
17153 if (i != ((long) (sizeof (int))))
17154 exit (1);
17155 fprintf (f, "%ld\n", i);
17156 }
17157 else
17158 {
17159 unsigned long i = ulongval ();
17160 if (i != ((long) (sizeof (int))))
17161 exit (1);
17162 fprintf (f, "%lu\n", i);
17163 }
17164 exit (ferror (f) || fclose (f) != 0);
17165
17166 ;
17167 return 0;
17168 }
17169 _ACEOF
17170 rm -f conftest$ac_exeext
17171 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17172 (eval $ac_link) 2>&5
17173 ac_status=$?
17174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17175 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17177 (eval $ac_try) 2>&5
17178 ac_status=$?
17179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17180 (exit $ac_status); }; }; then
17181 ac_cv_sizeof_int=`cat conftest.val`
17182 else
17183 echo "$as_me: program exited with status $ac_status" >&5
17184 echo "$as_me: failed program was:" >&5
17185 sed 's/^/| /' conftest.$ac_ext >&5
17186
17187 ( exit $ac_status )
17188 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17189 See \`config.log' for more details." >&5
17190 echo "$as_me: error: cannot compute sizeof (int), 77
17191 See \`config.log' for more details." >&2;}
17192 { (exit 1); exit 1; }; }
17193 fi
17194 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17195 fi
17196 fi
17197 rm -f conftest.val
17198 else
17199 ac_cv_sizeof_int=0
17200 fi
17201 fi
17202 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17203 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17204 cat >>confdefs.h <<_ACEOF
17205 #define SIZEOF_INT $ac_cv_sizeof_int
17206 _ACEOF
17207
17208
17209 echo "$as_me:$LINENO: checking for long" >&5
17210 echo $ECHO_N "checking for long... $ECHO_C" >&6
17211 if test "${ac_cv_type_long+set}" = set; then
17212 echo $ECHO_N "(cached) $ECHO_C" >&6
17213 else
17214 cat >conftest.$ac_ext <<_ACEOF
17215 /* confdefs.h. */
17216 _ACEOF
17217 cat confdefs.h >>conftest.$ac_ext
17218 cat >>conftest.$ac_ext <<_ACEOF
17219 /* end confdefs.h. */
17220 $ac_includes_default
17221 int
17222 main ()
17223 {
17224 if ((long *) 0)
17225 return 0;
17226 if (sizeof (long))
17227 return 0;
17228 ;
17229 return 0;
17230 }
17231 _ACEOF
17232 rm -f conftest.$ac_objext
17233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17234 (eval $ac_compile) 2>conftest.er1
17235 ac_status=$?
17236 grep -v '^ *+' conftest.er1 >conftest.err
17237 rm -f conftest.er1
17238 cat conftest.err >&5
17239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17240 (exit $ac_status); } &&
17241 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17243 (eval $ac_try) 2>&5
17244 ac_status=$?
17245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17246 (exit $ac_status); }; } &&
17247 { ac_try='test -s conftest.$ac_objext'
17248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17249 (eval $ac_try) 2>&5
17250 ac_status=$?
17251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17252 (exit $ac_status); }; }; then
17253 ac_cv_type_long=yes
17254 else
17255 echo "$as_me: failed program was:" >&5
17256 sed 's/^/| /' conftest.$ac_ext >&5
17257
17258 ac_cv_type_long=no
17259 fi
17260 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17261 fi
17262 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17263 echo "${ECHO_T}$ac_cv_type_long" >&6
17264
17265 echo "$as_me:$LINENO: checking size of long" >&5
17266 echo $ECHO_N "checking size of long... $ECHO_C" >&6
17267 if test "${ac_cv_sizeof_long+set}" = set; then
17268 echo $ECHO_N "(cached) $ECHO_C" >&6
17269 else
17270 if test "$ac_cv_type_long" = yes; then
17271 # The cast to unsigned long works around a bug in the HP C Compiler
17272 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17273 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17274 # This bug is HP SR number 8606223364.
17275 if test "$cross_compiling" = yes; then
17276 # Depending upon the size, compute the lo and hi bounds.
17277 cat >conftest.$ac_ext <<_ACEOF
17278 /* confdefs.h. */
17279 _ACEOF
17280 cat confdefs.h >>conftest.$ac_ext
17281 cat >>conftest.$ac_ext <<_ACEOF
17282 /* end confdefs.h. */
17283 $ac_includes_default
17284 int
17285 main ()
17286 {
17287 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17288 test_array [0] = 0
17289
17290 ;
17291 return 0;
17292 }
17293 _ACEOF
17294 rm -f conftest.$ac_objext
17295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17296 (eval $ac_compile) 2>conftest.er1
17297 ac_status=$?
17298 grep -v '^ *+' conftest.er1 >conftest.err
17299 rm -f conftest.er1
17300 cat conftest.err >&5
17301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17302 (exit $ac_status); } &&
17303 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17305 (eval $ac_try) 2>&5
17306 ac_status=$?
17307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17308 (exit $ac_status); }; } &&
17309 { ac_try='test -s conftest.$ac_objext'
17310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17311 (eval $ac_try) 2>&5
17312 ac_status=$?
17313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17314 (exit $ac_status); }; }; then
17315 ac_lo=0 ac_mid=0
17316 while :; do
17317 cat >conftest.$ac_ext <<_ACEOF
17318 /* confdefs.h. */
17319 _ACEOF
17320 cat confdefs.h >>conftest.$ac_ext
17321 cat >>conftest.$ac_ext <<_ACEOF
17322 /* end confdefs.h. */
17323 $ac_includes_default
17324 int
17325 main ()
17326 {
17327 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17328 test_array [0] = 0
17329
17330 ;
17331 return 0;
17332 }
17333 _ACEOF
17334 rm -f conftest.$ac_objext
17335 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17336 (eval $ac_compile) 2>conftest.er1
17337 ac_status=$?
17338 grep -v '^ *+' conftest.er1 >conftest.err
17339 rm -f conftest.er1
17340 cat conftest.err >&5
17341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17342 (exit $ac_status); } &&
17343 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17345 (eval $ac_try) 2>&5
17346 ac_status=$?
17347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17348 (exit $ac_status); }; } &&
17349 { ac_try='test -s conftest.$ac_objext'
17350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17351 (eval $ac_try) 2>&5
17352 ac_status=$?
17353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17354 (exit $ac_status); }; }; then
17355 ac_hi=$ac_mid; break
17356 else
17357 echo "$as_me: failed program was:" >&5
17358 sed 's/^/| /' conftest.$ac_ext >&5
17359
17360 ac_lo=`expr $ac_mid + 1`
17361 if test $ac_lo -le $ac_mid; then
17362 ac_lo= ac_hi=
17363 break
17364 fi
17365 ac_mid=`expr 2 '*' $ac_mid + 1`
17366 fi
17367 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17368 done
17369 else
17370 echo "$as_me: failed program was:" >&5
17371 sed 's/^/| /' conftest.$ac_ext >&5
17372
17373 cat >conftest.$ac_ext <<_ACEOF
17374 /* confdefs.h. */
17375 _ACEOF
17376 cat confdefs.h >>conftest.$ac_ext
17377 cat >>conftest.$ac_ext <<_ACEOF
17378 /* end confdefs.h. */
17379 $ac_includes_default
17380 int
17381 main ()
17382 {
17383 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17384 test_array [0] = 0
17385
17386 ;
17387 return 0;
17388 }
17389 _ACEOF
17390 rm -f conftest.$ac_objext
17391 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17392 (eval $ac_compile) 2>conftest.er1
17393 ac_status=$?
17394 grep -v '^ *+' conftest.er1 >conftest.err
17395 rm -f conftest.er1
17396 cat conftest.err >&5
17397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17398 (exit $ac_status); } &&
17399 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17401 (eval $ac_try) 2>&5
17402 ac_status=$?
17403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404 (exit $ac_status); }; } &&
17405 { ac_try='test -s conftest.$ac_objext'
17406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17407 (eval $ac_try) 2>&5
17408 ac_status=$?
17409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17410 (exit $ac_status); }; }; then
17411 ac_hi=-1 ac_mid=-1
17412 while :; do
17413 cat >conftest.$ac_ext <<_ACEOF
17414 /* confdefs.h. */
17415 _ACEOF
17416 cat confdefs.h >>conftest.$ac_ext
17417 cat >>conftest.$ac_ext <<_ACEOF
17418 /* end confdefs.h. */
17419 $ac_includes_default
17420 int
17421 main ()
17422 {
17423 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17424 test_array [0] = 0
17425
17426 ;
17427 return 0;
17428 }
17429 _ACEOF
17430 rm -f conftest.$ac_objext
17431 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17432 (eval $ac_compile) 2>conftest.er1
17433 ac_status=$?
17434 grep -v '^ *+' conftest.er1 >conftest.err
17435 rm -f conftest.er1
17436 cat conftest.err >&5
17437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17438 (exit $ac_status); } &&
17439 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17441 (eval $ac_try) 2>&5
17442 ac_status=$?
17443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17444 (exit $ac_status); }; } &&
17445 { ac_try='test -s conftest.$ac_objext'
17446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17447 (eval $ac_try) 2>&5
17448 ac_status=$?
17449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17450 (exit $ac_status); }; }; then
17451 ac_lo=$ac_mid; break
17452 else
17453 echo "$as_me: failed program was:" >&5
17454 sed 's/^/| /' conftest.$ac_ext >&5
17455
17456 ac_hi=`expr '(' $ac_mid ')' - 1`
17457 if test $ac_mid -le $ac_hi; then
17458 ac_lo= ac_hi=
17459 break
17460 fi
17461 ac_mid=`expr 2 '*' $ac_mid`
17462 fi
17463 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17464 done
17465 else
17466 echo "$as_me: failed program was:" >&5
17467 sed 's/^/| /' conftest.$ac_ext >&5
17468
17469 ac_lo= ac_hi=
17470 fi
17471 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17472 fi
17473 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17474 # Binary search between lo and hi bounds.
17475 while test "x$ac_lo" != "x$ac_hi"; do
17476 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17477 cat >conftest.$ac_ext <<_ACEOF
17478 /* confdefs.h. */
17479 _ACEOF
17480 cat confdefs.h >>conftest.$ac_ext
17481 cat >>conftest.$ac_ext <<_ACEOF
17482 /* end confdefs.h. */
17483 $ac_includes_default
17484 int
17485 main ()
17486 {
17487 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17488 test_array [0] = 0
17489
17490 ;
17491 return 0;
17492 }
17493 _ACEOF
17494 rm -f conftest.$ac_objext
17495 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17496 (eval $ac_compile) 2>conftest.er1
17497 ac_status=$?
17498 grep -v '^ *+' conftest.er1 >conftest.err
17499 rm -f conftest.er1
17500 cat conftest.err >&5
17501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17502 (exit $ac_status); } &&
17503 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17505 (eval $ac_try) 2>&5
17506 ac_status=$?
17507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17508 (exit $ac_status); }; } &&
17509 { ac_try='test -s conftest.$ac_objext'
17510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17511 (eval $ac_try) 2>&5
17512 ac_status=$?
17513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17514 (exit $ac_status); }; }; then
17515 ac_hi=$ac_mid
17516 else
17517 echo "$as_me: failed program was:" >&5
17518 sed 's/^/| /' conftest.$ac_ext >&5
17519
17520 ac_lo=`expr '(' $ac_mid ')' + 1`
17521 fi
17522 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17523 done
17524 case $ac_lo in
17525 ?*) ac_cv_sizeof_long=$ac_lo;;
17526 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17527 See \`config.log' for more details." >&5
17528 echo "$as_me: error: cannot compute sizeof (long), 77
17529 See \`config.log' for more details." >&2;}
17530 { (exit 1); exit 1; }; } ;;
17531 esac
17532 else
17533 if test "$cross_compiling" = yes; then
17534 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17535 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17536 { (exit 1); exit 1; }; }
17537 else
17538 cat >conftest.$ac_ext <<_ACEOF
17539 /* confdefs.h. */
17540 _ACEOF
17541 cat confdefs.h >>conftest.$ac_ext
17542 cat >>conftest.$ac_ext <<_ACEOF
17543 /* end confdefs.h. */
17544 $ac_includes_default
17545 long longval () { return (long) (sizeof (long)); }
17546 unsigned long ulongval () { return (long) (sizeof (long)); }
17547 #include <stdio.h>
17548 #include <stdlib.h>
17549 int
17550 main ()
17551 {
17552
17553 FILE *f = fopen ("conftest.val", "w");
17554 if (! f)
17555 exit (1);
17556 if (((long) (sizeof (long))) < 0)
17557 {
17558 long i = longval ();
17559 if (i != ((long) (sizeof (long))))
17560 exit (1);
17561 fprintf (f, "%ld\n", i);
17562 }
17563 else
17564 {
17565 unsigned long i = ulongval ();
17566 if (i != ((long) (sizeof (long))))
17567 exit (1);
17568 fprintf (f, "%lu\n", i);
17569 }
17570 exit (ferror (f) || fclose (f) != 0);
17571
17572 ;
17573 return 0;
17574 }
17575 _ACEOF
17576 rm -f conftest$ac_exeext
17577 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17578 (eval $ac_link) 2>&5
17579 ac_status=$?
17580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17581 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17583 (eval $ac_try) 2>&5
17584 ac_status=$?
17585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17586 (exit $ac_status); }; }; then
17587 ac_cv_sizeof_long=`cat conftest.val`
17588 else
17589 echo "$as_me: program exited with status $ac_status" >&5
17590 echo "$as_me: failed program was:" >&5
17591 sed 's/^/| /' conftest.$ac_ext >&5
17592
17593 ( exit $ac_status )
17594 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17595 See \`config.log' for more details." >&5
17596 echo "$as_me: error: cannot compute sizeof (long), 77
17597 See \`config.log' for more details." >&2;}
17598 { (exit 1); exit 1; }; }
17599 fi
17600 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17601 fi
17602 fi
17603 rm -f conftest.val
17604 else
17605 ac_cv_sizeof_long=0
17606 fi
17607 fi
17608 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17609 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17610 cat >>confdefs.h <<_ACEOF
17611 #define SIZEOF_LONG $ac_cv_sizeof_long
17612 _ACEOF
17613
17614
17615 echo "$as_me:$LINENO: checking for size_t" >&5
17616 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17617 if test "${ac_cv_type_size_t+set}" = set; then
17618 echo $ECHO_N "(cached) $ECHO_C" >&6
17619 else
17620 cat >conftest.$ac_ext <<_ACEOF
17621 /* confdefs.h. */
17622 _ACEOF
17623 cat confdefs.h >>conftest.$ac_ext
17624 cat >>conftest.$ac_ext <<_ACEOF
17625 /* end confdefs.h. */
17626 $ac_includes_default
17627 int
17628 main ()
17629 {
17630 if ((size_t *) 0)
17631 return 0;
17632 if (sizeof (size_t))
17633 return 0;
17634 ;
17635 return 0;
17636 }
17637 _ACEOF
17638 rm -f conftest.$ac_objext
17639 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17640 (eval $ac_compile) 2>conftest.er1
17641 ac_status=$?
17642 grep -v '^ *+' conftest.er1 >conftest.err
17643 rm -f conftest.er1
17644 cat conftest.err >&5
17645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17646 (exit $ac_status); } &&
17647 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17649 (eval $ac_try) 2>&5
17650 ac_status=$?
17651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17652 (exit $ac_status); }; } &&
17653 { ac_try='test -s conftest.$ac_objext'
17654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17655 (eval $ac_try) 2>&5
17656 ac_status=$?
17657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17658 (exit $ac_status); }; }; then
17659 ac_cv_type_size_t=yes
17660 else
17661 echo "$as_me: failed program was:" >&5
17662 sed 's/^/| /' conftest.$ac_ext >&5
17663
17664 ac_cv_type_size_t=no
17665 fi
17666 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17667 fi
17668 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17669 echo "${ECHO_T}$ac_cv_type_size_t" >&6
17670
17671 echo "$as_me:$LINENO: checking size of size_t" >&5
17672 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17673 if test "${ac_cv_sizeof_size_t+set}" = set; then
17674 echo $ECHO_N "(cached) $ECHO_C" >&6
17675 else
17676 if test "$ac_cv_type_size_t" = yes; then
17677 # The cast to unsigned long works around a bug in the HP C Compiler
17678 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17679 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17680 # This bug is HP SR number 8606223364.
17681 if test "$cross_compiling" = yes; then
17682 # Depending upon the size, compute the lo and hi bounds.
17683 cat >conftest.$ac_ext <<_ACEOF
17684 /* confdefs.h. */
17685 _ACEOF
17686 cat confdefs.h >>conftest.$ac_ext
17687 cat >>conftest.$ac_ext <<_ACEOF
17688 /* end confdefs.h. */
17689 $ac_includes_default
17690 int
17691 main ()
17692 {
17693 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17694 test_array [0] = 0
17695
17696 ;
17697 return 0;
17698 }
17699 _ACEOF
17700 rm -f conftest.$ac_objext
17701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17702 (eval $ac_compile) 2>conftest.er1
17703 ac_status=$?
17704 grep -v '^ *+' conftest.er1 >conftest.err
17705 rm -f conftest.er1
17706 cat conftest.err >&5
17707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17708 (exit $ac_status); } &&
17709 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17711 (eval $ac_try) 2>&5
17712 ac_status=$?
17713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17714 (exit $ac_status); }; } &&
17715 { ac_try='test -s conftest.$ac_objext'
17716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17717 (eval $ac_try) 2>&5
17718 ac_status=$?
17719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17720 (exit $ac_status); }; }; then
17721 ac_lo=0 ac_mid=0
17722 while :; do
17723 cat >conftest.$ac_ext <<_ACEOF
17724 /* confdefs.h. */
17725 _ACEOF
17726 cat confdefs.h >>conftest.$ac_ext
17727 cat >>conftest.$ac_ext <<_ACEOF
17728 /* end confdefs.h. */
17729 $ac_includes_default
17730 int
17731 main ()
17732 {
17733 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17734 test_array [0] = 0
17735
17736 ;
17737 return 0;
17738 }
17739 _ACEOF
17740 rm -f conftest.$ac_objext
17741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17742 (eval $ac_compile) 2>conftest.er1
17743 ac_status=$?
17744 grep -v '^ *+' conftest.er1 >conftest.err
17745 rm -f conftest.er1
17746 cat conftest.err >&5
17747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17748 (exit $ac_status); } &&
17749 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17751 (eval $ac_try) 2>&5
17752 ac_status=$?
17753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17754 (exit $ac_status); }; } &&
17755 { ac_try='test -s conftest.$ac_objext'
17756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17757 (eval $ac_try) 2>&5
17758 ac_status=$?
17759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17760 (exit $ac_status); }; }; then
17761 ac_hi=$ac_mid; break
17762 else
17763 echo "$as_me: failed program was:" >&5
17764 sed 's/^/| /' conftest.$ac_ext >&5
17765
17766 ac_lo=`expr $ac_mid + 1`
17767 if test $ac_lo -le $ac_mid; then
17768 ac_lo= ac_hi=
17769 break
17770 fi
17771 ac_mid=`expr 2 '*' $ac_mid + 1`
17772 fi
17773 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17774 done
17775 else
17776 echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.$ac_ext >&5
17778
17779 cat >conftest.$ac_ext <<_ACEOF
17780 /* confdefs.h. */
17781 _ACEOF
17782 cat confdefs.h >>conftest.$ac_ext
17783 cat >>conftest.$ac_ext <<_ACEOF
17784 /* end confdefs.h. */
17785 $ac_includes_default
17786 int
17787 main ()
17788 {
17789 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
17790 test_array [0] = 0
17791
17792 ;
17793 return 0;
17794 }
17795 _ACEOF
17796 rm -f conftest.$ac_objext
17797 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17798 (eval $ac_compile) 2>conftest.er1
17799 ac_status=$?
17800 grep -v '^ *+' conftest.er1 >conftest.err
17801 rm -f conftest.er1
17802 cat conftest.err >&5
17803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17804 (exit $ac_status); } &&
17805 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17807 (eval $ac_try) 2>&5
17808 ac_status=$?
17809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17810 (exit $ac_status); }; } &&
17811 { ac_try='test -s conftest.$ac_objext'
17812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17813 (eval $ac_try) 2>&5
17814 ac_status=$?
17815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17816 (exit $ac_status); }; }; then
17817 ac_hi=-1 ac_mid=-1
17818 while :; do
17819 cat >conftest.$ac_ext <<_ACEOF
17820 /* confdefs.h. */
17821 _ACEOF
17822 cat confdefs.h >>conftest.$ac_ext
17823 cat >>conftest.$ac_ext <<_ACEOF
17824 /* end confdefs.h. */
17825 $ac_includes_default
17826 int
17827 main ()
17828 {
17829 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
17830 test_array [0] = 0
17831
17832 ;
17833 return 0;
17834 }
17835 _ACEOF
17836 rm -f conftest.$ac_objext
17837 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17838 (eval $ac_compile) 2>conftest.er1
17839 ac_status=$?
17840 grep -v '^ *+' conftest.er1 >conftest.err
17841 rm -f conftest.er1
17842 cat conftest.err >&5
17843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17844 (exit $ac_status); } &&
17845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17847 (eval $ac_try) 2>&5
17848 ac_status=$?
17849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17850 (exit $ac_status); }; } &&
17851 { ac_try='test -s conftest.$ac_objext'
17852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17853 (eval $ac_try) 2>&5
17854 ac_status=$?
17855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17856 (exit $ac_status); }; }; then
17857 ac_lo=$ac_mid; break
17858 else
17859 echo "$as_me: failed program was:" >&5
17860 sed 's/^/| /' conftest.$ac_ext >&5
17861
17862 ac_hi=`expr '(' $ac_mid ')' - 1`
17863 if test $ac_mid -le $ac_hi; then
17864 ac_lo= ac_hi=
17865 break
17866 fi
17867 ac_mid=`expr 2 '*' $ac_mid`
17868 fi
17869 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17870 done
17871 else
17872 echo "$as_me: failed program was:" >&5
17873 sed 's/^/| /' conftest.$ac_ext >&5
17874
17875 ac_lo= ac_hi=
17876 fi
17877 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17878 fi
17879 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17880 # Binary search between lo and hi bounds.
17881 while test "x$ac_lo" != "x$ac_hi"; do
17882 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17883 cat >conftest.$ac_ext <<_ACEOF
17884 /* confdefs.h. */
17885 _ACEOF
17886 cat confdefs.h >>conftest.$ac_ext
17887 cat >>conftest.$ac_ext <<_ACEOF
17888 /* end confdefs.h. */
17889 $ac_includes_default
17890 int
17891 main ()
17892 {
17893 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17894 test_array [0] = 0
17895
17896 ;
17897 return 0;
17898 }
17899 _ACEOF
17900 rm -f conftest.$ac_objext
17901 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17902 (eval $ac_compile) 2>conftest.er1
17903 ac_status=$?
17904 grep -v '^ *+' conftest.er1 >conftest.err
17905 rm -f conftest.er1
17906 cat conftest.err >&5
17907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17908 (exit $ac_status); } &&
17909 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17911 (eval $ac_try) 2>&5
17912 ac_status=$?
17913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17914 (exit $ac_status); }; } &&
17915 { ac_try='test -s conftest.$ac_objext'
17916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17917 (eval $ac_try) 2>&5
17918 ac_status=$?
17919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17920 (exit $ac_status); }; }; then
17921 ac_hi=$ac_mid
17922 else
17923 echo "$as_me: failed program was:" >&5
17924 sed 's/^/| /' conftest.$ac_ext >&5
17925
17926 ac_lo=`expr '(' $ac_mid ')' + 1`
17927 fi
17928 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17929 done
17930 case $ac_lo in
17931 ?*) ac_cv_sizeof_size_t=$ac_lo;;
17932 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
17933 See \`config.log' for more details." >&5
17934 echo "$as_me: error: cannot compute sizeof (size_t), 77
17935 See \`config.log' for more details." >&2;}
17936 { (exit 1); exit 1; }; } ;;
17937 esac
17938 else
17939 if test "$cross_compiling" = yes; then
17940 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17941 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17942 { (exit 1); exit 1; }; }
17943 else
17944 cat >conftest.$ac_ext <<_ACEOF
17945 /* confdefs.h. */
17946 _ACEOF
17947 cat confdefs.h >>conftest.$ac_ext
17948 cat >>conftest.$ac_ext <<_ACEOF
17949 /* end confdefs.h. */
17950 $ac_includes_default
17951 long longval () { return (long) (sizeof (size_t)); }
17952 unsigned long ulongval () { return (long) (sizeof (size_t)); }
17953 #include <stdio.h>
17954 #include <stdlib.h>
17955 int
17956 main ()
17957 {
17958
17959 FILE *f = fopen ("conftest.val", "w");
17960 if (! f)
17961 exit (1);
17962 if (((long) (sizeof (size_t))) < 0)
17963 {
17964 long i = longval ();
17965 if (i != ((long) (sizeof (size_t))))
17966 exit (1);
17967 fprintf (f, "%ld\n", i);
17968 }
17969 else
17970 {
17971 unsigned long i = ulongval ();
17972 if (i != ((long) (sizeof (size_t))))
17973 exit (1);
17974 fprintf (f, "%lu\n", i);
17975 }
17976 exit (ferror (f) || fclose (f) != 0);
17977
17978 ;
17979 return 0;
17980 }
17981 _ACEOF
17982 rm -f conftest$ac_exeext
17983 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17984 (eval $ac_link) 2>&5
17985 ac_status=$?
17986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17987 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17989 (eval $ac_try) 2>&5
17990 ac_status=$?
17991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17992 (exit $ac_status); }; }; then
17993 ac_cv_sizeof_size_t=`cat conftest.val`
17994 else
17995 echo "$as_me: program exited with status $ac_status" >&5
17996 echo "$as_me: failed program was:" >&5
17997 sed 's/^/| /' conftest.$ac_ext >&5
17998
17999 ( exit $ac_status )
18000 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18001 See \`config.log' for more details." >&5
18002 echo "$as_me: error: cannot compute sizeof (size_t), 77
18003 See \`config.log' for more details." >&2;}
18004 { (exit 1); exit 1; }; }
18005 fi
18006 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18007 fi
18008 fi
18009 rm -f conftest.val
18010 else
18011 ac_cv_sizeof_size_t=0
18012 fi
18013 fi
18014 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
18015 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
18016 cat >>confdefs.h <<_ACEOF
18017 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
18018 _ACEOF
18019
18020
18021
18022 case "${host}" in
18023 arm-*-linux* )
18024 echo "$as_me:$LINENO: checking for long long" >&5
18025 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18026 if test "${ac_cv_type_long_long+set}" = set; then
18027 echo $ECHO_N "(cached) $ECHO_C" >&6
18028 else
18029 cat >conftest.$ac_ext <<_ACEOF
18030 /* confdefs.h. */
18031 _ACEOF
18032 cat confdefs.h >>conftest.$ac_ext
18033 cat >>conftest.$ac_ext <<_ACEOF
18034 /* end confdefs.h. */
18035 $ac_includes_default
18036 int
18037 main ()
18038 {
18039 if ((long long *) 0)
18040 return 0;
18041 if (sizeof (long long))
18042 return 0;
18043 ;
18044 return 0;
18045 }
18046 _ACEOF
18047 rm -f conftest.$ac_objext
18048 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18049 (eval $ac_compile) 2>conftest.er1
18050 ac_status=$?
18051 grep -v '^ *+' conftest.er1 >conftest.err
18052 rm -f conftest.er1
18053 cat conftest.err >&5
18054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18055 (exit $ac_status); } &&
18056 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18058 (eval $ac_try) 2>&5
18059 ac_status=$?
18060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18061 (exit $ac_status); }; } &&
18062 { ac_try='test -s conftest.$ac_objext'
18063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18064 (eval $ac_try) 2>&5
18065 ac_status=$?
18066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18067 (exit $ac_status); }; }; then
18068 ac_cv_type_long_long=yes
18069 else
18070 echo "$as_me: failed program was:" >&5
18071 sed 's/^/| /' conftest.$ac_ext >&5
18072
18073 ac_cv_type_long_long=no
18074 fi
18075 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18076 fi
18077 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18078 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18079
18080 echo "$as_me:$LINENO: checking size of long long" >&5
18081 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18082 if test "${ac_cv_sizeof_long_long+set}" = set; then
18083 echo $ECHO_N "(cached) $ECHO_C" >&6
18084 else
18085 if test "$ac_cv_type_long_long" = yes; then
18086 # The cast to unsigned long works around a bug in the HP C Compiler
18087 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18088 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18089 # This bug is HP SR number 8606223364.
18090 if test "$cross_compiling" = yes; then
18091 # Depending upon the size, compute the lo and hi bounds.
18092 cat >conftest.$ac_ext <<_ACEOF
18093 /* confdefs.h. */
18094 _ACEOF
18095 cat confdefs.h >>conftest.$ac_ext
18096 cat >>conftest.$ac_ext <<_ACEOF
18097 /* end confdefs.h. */
18098 $ac_includes_default
18099 int
18100 main ()
18101 {
18102 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18103 test_array [0] = 0
18104
18105 ;
18106 return 0;
18107 }
18108 _ACEOF
18109 rm -f conftest.$ac_objext
18110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18111 (eval $ac_compile) 2>conftest.er1
18112 ac_status=$?
18113 grep -v '^ *+' conftest.er1 >conftest.err
18114 rm -f conftest.er1
18115 cat conftest.err >&5
18116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18117 (exit $ac_status); } &&
18118 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18120 (eval $ac_try) 2>&5
18121 ac_status=$?
18122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18123 (exit $ac_status); }; } &&
18124 { ac_try='test -s conftest.$ac_objext'
18125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18126 (eval $ac_try) 2>&5
18127 ac_status=$?
18128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18129 (exit $ac_status); }; }; then
18130 ac_lo=0 ac_mid=0
18131 while :; do
18132 cat >conftest.$ac_ext <<_ACEOF
18133 /* confdefs.h. */
18134 _ACEOF
18135 cat confdefs.h >>conftest.$ac_ext
18136 cat >>conftest.$ac_ext <<_ACEOF
18137 /* end confdefs.h. */
18138 $ac_includes_default
18139 int
18140 main ()
18141 {
18142 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18143 test_array [0] = 0
18144
18145 ;
18146 return 0;
18147 }
18148 _ACEOF
18149 rm -f conftest.$ac_objext
18150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18151 (eval $ac_compile) 2>conftest.er1
18152 ac_status=$?
18153 grep -v '^ *+' conftest.er1 >conftest.err
18154 rm -f conftest.er1
18155 cat conftest.err >&5
18156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18157 (exit $ac_status); } &&
18158 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18160 (eval $ac_try) 2>&5
18161 ac_status=$?
18162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18163 (exit $ac_status); }; } &&
18164 { ac_try='test -s conftest.$ac_objext'
18165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18166 (eval $ac_try) 2>&5
18167 ac_status=$?
18168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18169 (exit $ac_status); }; }; then
18170 ac_hi=$ac_mid; break
18171 else
18172 echo "$as_me: failed program was:" >&5
18173 sed 's/^/| /' conftest.$ac_ext >&5
18174
18175 ac_lo=`expr $ac_mid + 1`
18176 if test $ac_lo -le $ac_mid; then
18177 ac_lo= ac_hi=
18178 break
18179 fi
18180 ac_mid=`expr 2 '*' $ac_mid + 1`
18181 fi
18182 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18183 done
18184 else
18185 echo "$as_me: failed program was:" >&5
18186 sed 's/^/| /' conftest.$ac_ext >&5
18187
18188 cat >conftest.$ac_ext <<_ACEOF
18189 /* confdefs.h. */
18190 _ACEOF
18191 cat confdefs.h >>conftest.$ac_ext
18192 cat >>conftest.$ac_ext <<_ACEOF
18193 /* end confdefs.h. */
18194 $ac_includes_default
18195 int
18196 main ()
18197 {
18198 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18199 test_array [0] = 0
18200
18201 ;
18202 return 0;
18203 }
18204 _ACEOF
18205 rm -f conftest.$ac_objext
18206 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18207 (eval $ac_compile) 2>conftest.er1
18208 ac_status=$?
18209 grep -v '^ *+' conftest.er1 >conftest.err
18210 rm -f conftest.er1
18211 cat conftest.err >&5
18212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18213 (exit $ac_status); } &&
18214 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18216 (eval $ac_try) 2>&5
18217 ac_status=$?
18218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18219 (exit $ac_status); }; } &&
18220 { ac_try='test -s conftest.$ac_objext'
18221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18222 (eval $ac_try) 2>&5
18223 ac_status=$?
18224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18225 (exit $ac_status); }; }; then
18226 ac_hi=-1 ac_mid=-1
18227 while :; do
18228 cat >conftest.$ac_ext <<_ACEOF
18229 /* confdefs.h. */
18230 _ACEOF
18231 cat confdefs.h >>conftest.$ac_ext
18232 cat >>conftest.$ac_ext <<_ACEOF
18233 /* end confdefs.h. */
18234 $ac_includes_default
18235 int
18236 main ()
18237 {
18238 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18239 test_array [0] = 0
18240
18241 ;
18242 return 0;
18243 }
18244 _ACEOF
18245 rm -f conftest.$ac_objext
18246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18247 (eval $ac_compile) 2>conftest.er1
18248 ac_status=$?
18249 grep -v '^ *+' conftest.er1 >conftest.err
18250 rm -f conftest.er1
18251 cat conftest.err >&5
18252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18253 (exit $ac_status); } &&
18254 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18256 (eval $ac_try) 2>&5
18257 ac_status=$?
18258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18259 (exit $ac_status); }; } &&
18260 { ac_try='test -s conftest.$ac_objext'
18261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18262 (eval $ac_try) 2>&5
18263 ac_status=$?
18264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18265 (exit $ac_status); }; }; then
18266 ac_lo=$ac_mid; break
18267 else
18268 echo "$as_me: failed program was:" >&5
18269 sed 's/^/| /' conftest.$ac_ext >&5
18270
18271 ac_hi=`expr '(' $ac_mid ')' - 1`
18272 if test $ac_mid -le $ac_hi; then
18273 ac_lo= ac_hi=
18274 break
18275 fi
18276 ac_mid=`expr 2 '*' $ac_mid`
18277 fi
18278 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18279 done
18280 else
18281 echo "$as_me: failed program was:" >&5
18282 sed 's/^/| /' conftest.$ac_ext >&5
18283
18284 ac_lo= ac_hi=
18285 fi
18286 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18287 fi
18288 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18289 # Binary search between lo and hi bounds.
18290 while test "x$ac_lo" != "x$ac_hi"; do
18291 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18292 cat >conftest.$ac_ext <<_ACEOF
18293 /* confdefs.h. */
18294 _ACEOF
18295 cat confdefs.h >>conftest.$ac_ext
18296 cat >>conftest.$ac_ext <<_ACEOF
18297 /* end confdefs.h. */
18298 $ac_includes_default
18299 int
18300 main ()
18301 {
18302 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18303 test_array [0] = 0
18304
18305 ;
18306 return 0;
18307 }
18308 _ACEOF
18309 rm -f conftest.$ac_objext
18310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18311 (eval $ac_compile) 2>conftest.er1
18312 ac_status=$?
18313 grep -v '^ *+' conftest.er1 >conftest.err
18314 rm -f conftest.er1
18315 cat conftest.err >&5
18316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18317 (exit $ac_status); } &&
18318 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18320 (eval $ac_try) 2>&5
18321 ac_status=$?
18322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18323 (exit $ac_status); }; } &&
18324 { ac_try='test -s conftest.$ac_objext'
18325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18326 (eval $ac_try) 2>&5
18327 ac_status=$?
18328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18329 (exit $ac_status); }; }; then
18330 ac_hi=$ac_mid
18331 else
18332 echo "$as_me: failed program was:" >&5
18333 sed 's/^/| /' conftest.$ac_ext >&5
18334
18335 ac_lo=`expr '(' $ac_mid ')' + 1`
18336 fi
18337 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18338 done
18339 case $ac_lo in
18340 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18341 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18342 See \`config.log' for more details." >&5
18343 echo "$as_me: error: cannot compute sizeof (long long), 77
18344 See \`config.log' for more details." >&2;}
18345 { (exit 1); exit 1; }; } ;;
18346 esac
18347 else
18348 if test "$cross_compiling" = yes; then
18349 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18350 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18351 { (exit 1); exit 1; }; }
18352 else
18353 cat >conftest.$ac_ext <<_ACEOF
18354 /* confdefs.h. */
18355 _ACEOF
18356 cat confdefs.h >>conftest.$ac_ext
18357 cat >>conftest.$ac_ext <<_ACEOF
18358 /* end confdefs.h. */
18359 $ac_includes_default
18360 long longval () { return (long) (sizeof (long long)); }
18361 unsigned long ulongval () { return (long) (sizeof (long long)); }
18362 #include <stdio.h>
18363 #include <stdlib.h>
18364 int
18365 main ()
18366 {
18367
18368 FILE *f = fopen ("conftest.val", "w");
18369 if (! f)
18370 exit (1);
18371 if (((long) (sizeof (long long))) < 0)
18372 {
18373 long i = longval ();
18374 if (i != ((long) (sizeof (long long))))
18375 exit (1);
18376 fprintf (f, "%ld\n", i);
18377 }
18378 else
18379 {
18380 unsigned long i = ulongval ();
18381 if (i != ((long) (sizeof (long long))))
18382 exit (1);
18383 fprintf (f, "%lu\n", i);
18384 }
18385 exit (ferror (f) || fclose (f) != 0);
18386
18387 ;
18388 return 0;
18389 }
18390 _ACEOF
18391 rm -f conftest$ac_exeext
18392 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18393 (eval $ac_link) 2>&5
18394 ac_status=$?
18395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18396 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18398 (eval $ac_try) 2>&5
18399 ac_status=$?
18400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18401 (exit $ac_status); }; }; then
18402 ac_cv_sizeof_long_long=`cat conftest.val`
18403 else
18404 echo "$as_me: program exited with status $ac_status" >&5
18405 echo "$as_me: failed program was:" >&5
18406 sed 's/^/| /' conftest.$ac_ext >&5
18407
18408 ( exit $ac_status )
18409 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18410 See \`config.log' for more details." >&5
18411 echo "$as_me: error: cannot compute sizeof (long long), 77
18412 See \`config.log' for more details." >&2;}
18413 { (exit 1); exit 1; }; }
18414 fi
18415 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18416 fi
18417 fi
18418 rm -f conftest.val
18419 else
18420 ac_cv_sizeof_long_long=0
18421 fi
18422 fi
18423 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18424 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18425 cat >>confdefs.h <<_ACEOF
18426 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18427 _ACEOF
18428
18429
18430 ;;
18431 *-hp-hpux* )
18432 echo "$as_me:$LINENO: checking for long long" >&5
18433 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18434 if test "${ac_cv_type_long_long+set}" = set; then
18435 echo $ECHO_N "(cached) $ECHO_C" >&6
18436 else
18437 cat >conftest.$ac_ext <<_ACEOF
18438 /* confdefs.h. */
18439 _ACEOF
18440 cat confdefs.h >>conftest.$ac_ext
18441 cat >>conftest.$ac_ext <<_ACEOF
18442 /* end confdefs.h. */
18443 $ac_includes_default
18444 int
18445 main ()
18446 {
18447 if ((long long *) 0)
18448 return 0;
18449 if (sizeof (long long))
18450 return 0;
18451 ;
18452 return 0;
18453 }
18454 _ACEOF
18455 rm -f conftest.$ac_objext
18456 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18457 (eval $ac_compile) 2>conftest.er1
18458 ac_status=$?
18459 grep -v '^ *+' conftest.er1 >conftest.err
18460 rm -f conftest.er1
18461 cat conftest.err >&5
18462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18463 (exit $ac_status); } &&
18464 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18466 (eval $ac_try) 2>&5
18467 ac_status=$?
18468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18469 (exit $ac_status); }; } &&
18470 { ac_try='test -s conftest.$ac_objext'
18471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18472 (eval $ac_try) 2>&5
18473 ac_status=$?
18474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18475 (exit $ac_status); }; }; then
18476 ac_cv_type_long_long=yes
18477 else
18478 echo "$as_me: failed program was:" >&5
18479 sed 's/^/| /' conftest.$ac_ext >&5
18480
18481 ac_cv_type_long_long=no
18482 fi
18483 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18484 fi
18485 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18486 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18487
18488 echo "$as_me:$LINENO: checking size of long long" >&5
18489 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18490 if test "${ac_cv_sizeof_long_long+set}" = set; then
18491 echo $ECHO_N "(cached) $ECHO_C" >&6
18492 else
18493 if test "$ac_cv_type_long_long" = yes; then
18494 # The cast to unsigned long works around a bug in the HP C Compiler
18495 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18496 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18497 # This bug is HP SR number 8606223364.
18498 if test "$cross_compiling" = yes; then
18499 # Depending upon the size, compute the lo and hi bounds.
18500 cat >conftest.$ac_ext <<_ACEOF
18501 /* confdefs.h. */
18502 _ACEOF
18503 cat confdefs.h >>conftest.$ac_ext
18504 cat >>conftest.$ac_ext <<_ACEOF
18505 /* end confdefs.h. */
18506 $ac_includes_default
18507 int
18508 main ()
18509 {
18510 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18511 test_array [0] = 0
18512
18513 ;
18514 return 0;
18515 }
18516 _ACEOF
18517 rm -f conftest.$ac_objext
18518 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18519 (eval $ac_compile) 2>conftest.er1
18520 ac_status=$?
18521 grep -v '^ *+' conftest.er1 >conftest.err
18522 rm -f conftest.er1
18523 cat conftest.err >&5
18524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18525 (exit $ac_status); } &&
18526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18528 (eval $ac_try) 2>&5
18529 ac_status=$?
18530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18531 (exit $ac_status); }; } &&
18532 { ac_try='test -s conftest.$ac_objext'
18533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18534 (eval $ac_try) 2>&5
18535 ac_status=$?
18536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18537 (exit $ac_status); }; }; then
18538 ac_lo=0 ac_mid=0
18539 while :; do
18540 cat >conftest.$ac_ext <<_ACEOF
18541 /* confdefs.h. */
18542 _ACEOF
18543 cat confdefs.h >>conftest.$ac_ext
18544 cat >>conftest.$ac_ext <<_ACEOF
18545 /* end confdefs.h. */
18546 $ac_includes_default
18547 int
18548 main ()
18549 {
18550 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18551 test_array [0] = 0
18552
18553 ;
18554 return 0;
18555 }
18556 _ACEOF
18557 rm -f conftest.$ac_objext
18558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18559 (eval $ac_compile) 2>conftest.er1
18560 ac_status=$?
18561 grep -v '^ *+' conftest.er1 >conftest.err
18562 rm -f conftest.er1
18563 cat conftest.err >&5
18564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18565 (exit $ac_status); } &&
18566 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18568 (eval $ac_try) 2>&5
18569 ac_status=$?
18570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18571 (exit $ac_status); }; } &&
18572 { ac_try='test -s conftest.$ac_objext'
18573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18574 (eval $ac_try) 2>&5
18575 ac_status=$?
18576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18577 (exit $ac_status); }; }; then
18578 ac_hi=$ac_mid; break
18579 else
18580 echo "$as_me: failed program was:" >&5
18581 sed 's/^/| /' conftest.$ac_ext >&5
18582
18583 ac_lo=`expr $ac_mid + 1`
18584 if test $ac_lo -le $ac_mid; then
18585 ac_lo= ac_hi=
18586 break
18587 fi
18588 ac_mid=`expr 2 '*' $ac_mid + 1`
18589 fi
18590 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18591 done
18592 else
18593 echo "$as_me: failed program was:" >&5
18594 sed 's/^/| /' conftest.$ac_ext >&5
18595
18596 cat >conftest.$ac_ext <<_ACEOF
18597 /* confdefs.h. */
18598 _ACEOF
18599 cat confdefs.h >>conftest.$ac_ext
18600 cat >>conftest.$ac_ext <<_ACEOF
18601 /* end confdefs.h. */
18602 $ac_includes_default
18603 int
18604 main ()
18605 {
18606 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18607 test_array [0] = 0
18608
18609 ;
18610 return 0;
18611 }
18612 _ACEOF
18613 rm -f conftest.$ac_objext
18614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18615 (eval $ac_compile) 2>conftest.er1
18616 ac_status=$?
18617 grep -v '^ *+' conftest.er1 >conftest.err
18618 rm -f conftest.er1
18619 cat conftest.err >&5
18620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18621 (exit $ac_status); } &&
18622 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18624 (eval $ac_try) 2>&5
18625 ac_status=$?
18626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18627 (exit $ac_status); }; } &&
18628 { ac_try='test -s conftest.$ac_objext'
18629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18630 (eval $ac_try) 2>&5
18631 ac_status=$?
18632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18633 (exit $ac_status); }; }; then
18634 ac_hi=-1 ac_mid=-1
18635 while :; do
18636 cat >conftest.$ac_ext <<_ACEOF
18637 /* confdefs.h. */
18638 _ACEOF
18639 cat confdefs.h >>conftest.$ac_ext
18640 cat >>conftest.$ac_ext <<_ACEOF
18641 /* end confdefs.h. */
18642 $ac_includes_default
18643 int
18644 main ()
18645 {
18646 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18647 test_array [0] = 0
18648
18649 ;
18650 return 0;
18651 }
18652 _ACEOF
18653 rm -f conftest.$ac_objext
18654 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18655 (eval $ac_compile) 2>conftest.er1
18656 ac_status=$?
18657 grep -v '^ *+' conftest.er1 >conftest.err
18658 rm -f conftest.er1
18659 cat conftest.err >&5
18660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18661 (exit $ac_status); } &&
18662 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18664 (eval $ac_try) 2>&5
18665 ac_status=$?
18666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18667 (exit $ac_status); }; } &&
18668 { ac_try='test -s conftest.$ac_objext'
18669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18670 (eval $ac_try) 2>&5
18671 ac_status=$?
18672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18673 (exit $ac_status); }; }; then
18674 ac_lo=$ac_mid; break
18675 else
18676 echo "$as_me: failed program was:" >&5
18677 sed 's/^/| /' conftest.$ac_ext >&5
18678
18679 ac_hi=`expr '(' $ac_mid ')' - 1`
18680 if test $ac_mid -le $ac_hi; then
18681 ac_lo= ac_hi=
18682 break
18683 fi
18684 ac_mid=`expr 2 '*' $ac_mid`
18685 fi
18686 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18687 done
18688 else
18689 echo "$as_me: failed program was:" >&5
18690 sed 's/^/| /' conftest.$ac_ext >&5
18691
18692 ac_lo= ac_hi=
18693 fi
18694 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18695 fi
18696 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18697 # Binary search between lo and hi bounds.
18698 while test "x$ac_lo" != "x$ac_hi"; do
18699 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18700 cat >conftest.$ac_ext <<_ACEOF
18701 /* confdefs.h. */
18702 _ACEOF
18703 cat confdefs.h >>conftest.$ac_ext
18704 cat >>conftest.$ac_ext <<_ACEOF
18705 /* end confdefs.h. */
18706 $ac_includes_default
18707 int
18708 main ()
18709 {
18710 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18711 test_array [0] = 0
18712
18713 ;
18714 return 0;
18715 }
18716 _ACEOF
18717 rm -f conftest.$ac_objext
18718 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18719 (eval $ac_compile) 2>conftest.er1
18720 ac_status=$?
18721 grep -v '^ *+' conftest.er1 >conftest.err
18722 rm -f conftest.er1
18723 cat conftest.err >&5
18724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18725 (exit $ac_status); } &&
18726 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18728 (eval $ac_try) 2>&5
18729 ac_status=$?
18730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18731 (exit $ac_status); }; } &&
18732 { ac_try='test -s conftest.$ac_objext'
18733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18734 (eval $ac_try) 2>&5
18735 ac_status=$?
18736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18737 (exit $ac_status); }; }; then
18738 ac_hi=$ac_mid
18739 else
18740 echo "$as_me: failed program was:" >&5
18741 sed 's/^/| /' conftest.$ac_ext >&5
18742
18743 ac_lo=`expr '(' $ac_mid ')' + 1`
18744 fi
18745 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18746 done
18747 case $ac_lo in
18748 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18749 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18750 See \`config.log' for more details." >&5
18751 echo "$as_me: error: cannot compute sizeof (long long), 77
18752 See \`config.log' for more details." >&2;}
18753 { (exit 1); exit 1; }; } ;;
18754 esac
18755 else
18756 if test "$cross_compiling" = yes; then
18757 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18758 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18759 { (exit 1); exit 1; }; }
18760 else
18761 cat >conftest.$ac_ext <<_ACEOF
18762 /* confdefs.h. */
18763 _ACEOF
18764 cat confdefs.h >>conftest.$ac_ext
18765 cat >>conftest.$ac_ext <<_ACEOF
18766 /* end confdefs.h. */
18767 $ac_includes_default
18768 long longval () { return (long) (sizeof (long long)); }
18769 unsigned long ulongval () { return (long) (sizeof (long long)); }
18770 #include <stdio.h>
18771 #include <stdlib.h>
18772 int
18773 main ()
18774 {
18775
18776 FILE *f = fopen ("conftest.val", "w");
18777 if (! f)
18778 exit (1);
18779 if (((long) (sizeof (long long))) < 0)
18780 {
18781 long i = longval ();
18782 if (i != ((long) (sizeof (long long))))
18783 exit (1);
18784 fprintf (f, "%ld\n", i);
18785 }
18786 else
18787 {
18788 unsigned long i = ulongval ();
18789 if (i != ((long) (sizeof (long long))))
18790 exit (1);
18791 fprintf (f, "%lu\n", i);
18792 }
18793 exit (ferror (f) || fclose (f) != 0);
18794
18795 ;
18796 return 0;
18797 }
18798 _ACEOF
18799 rm -f conftest$ac_exeext
18800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18801 (eval $ac_link) 2>&5
18802 ac_status=$?
18803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18804 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18806 (eval $ac_try) 2>&5
18807 ac_status=$?
18808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18809 (exit $ac_status); }; }; then
18810 ac_cv_sizeof_long_long=`cat conftest.val`
18811 else
18812 echo "$as_me: program exited with status $ac_status" >&5
18813 echo "$as_me: failed program was:" >&5
18814 sed 's/^/| /' conftest.$ac_ext >&5
18815
18816 ( exit $ac_status )
18817 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18818 See \`config.log' for more details." >&5
18819 echo "$as_me: error: cannot compute sizeof (long long), 77
18820 See \`config.log' for more details." >&2;}
18821 { (exit 1); exit 1; }; }
18822 fi
18823 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18824 fi
18825 fi
18826 rm -f conftest.val
18827 else
18828 ac_cv_sizeof_long_long=0
18829 fi
18830 fi
18831 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18832 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18833 cat >>confdefs.h <<_ACEOF
18834 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18835 _ACEOF
18836
18837
18838 if test "$ac_cv_sizeof_long_long" != "0"; then
18839 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
18840 fi
18841 ;;
18842 * )
18843 echo "$as_me:$LINENO: checking for long long" >&5
18844 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18845 if test "${ac_cv_type_long_long+set}" = set; then
18846 echo $ECHO_N "(cached) $ECHO_C" >&6
18847 else
18848 cat >conftest.$ac_ext <<_ACEOF
18849 /* confdefs.h. */
18850 _ACEOF
18851 cat confdefs.h >>conftest.$ac_ext
18852 cat >>conftest.$ac_ext <<_ACEOF
18853 /* end confdefs.h. */
18854 $ac_includes_default
18855 int
18856 main ()
18857 {
18858 if ((long long *) 0)
18859 return 0;
18860 if (sizeof (long long))
18861 return 0;
18862 ;
18863 return 0;
18864 }
18865 _ACEOF
18866 rm -f conftest.$ac_objext
18867 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18868 (eval $ac_compile) 2>conftest.er1
18869 ac_status=$?
18870 grep -v '^ *+' conftest.er1 >conftest.err
18871 rm -f conftest.er1
18872 cat conftest.err >&5
18873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18874 (exit $ac_status); } &&
18875 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18877 (eval $ac_try) 2>&5
18878 ac_status=$?
18879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18880 (exit $ac_status); }; } &&
18881 { ac_try='test -s conftest.$ac_objext'
18882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18883 (eval $ac_try) 2>&5
18884 ac_status=$?
18885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886 (exit $ac_status); }; }; then
18887 ac_cv_type_long_long=yes
18888 else
18889 echo "$as_me: failed program was:" >&5
18890 sed 's/^/| /' conftest.$ac_ext >&5
18891
18892 ac_cv_type_long_long=no
18893 fi
18894 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18895 fi
18896 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18897 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18898
18899 echo "$as_me:$LINENO: checking size of long long" >&5
18900 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18901 if test "${ac_cv_sizeof_long_long+set}" = set; then
18902 echo $ECHO_N "(cached) $ECHO_C" >&6
18903 else
18904 if test "$ac_cv_type_long_long" = yes; then
18905 # The cast to unsigned long works around a bug in the HP C Compiler
18906 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18907 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18908 # This bug is HP SR number 8606223364.
18909 if test "$cross_compiling" = yes; then
18910 # Depending upon the size, compute the lo and hi bounds.
18911 cat >conftest.$ac_ext <<_ACEOF
18912 /* confdefs.h. */
18913 _ACEOF
18914 cat confdefs.h >>conftest.$ac_ext
18915 cat >>conftest.$ac_ext <<_ACEOF
18916 /* end confdefs.h. */
18917 $ac_includes_default
18918 int
18919 main ()
18920 {
18921 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18922 test_array [0] = 0
18923
18924 ;
18925 return 0;
18926 }
18927 _ACEOF
18928 rm -f conftest.$ac_objext
18929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18930 (eval $ac_compile) 2>conftest.er1
18931 ac_status=$?
18932 grep -v '^ *+' conftest.er1 >conftest.err
18933 rm -f conftest.er1
18934 cat conftest.err >&5
18935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18936 (exit $ac_status); } &&
18937 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18939 (eval $ac_try) 2>&5
18940 ac_status=$?
18941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18942 (exit $ac_status); }; } &&
18943 { ac_try='test -s conftest.$ac_objext'
18944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18945 (eval $ac_try) 2>&5
18946 ac_status=$?
18947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18948 (exit $ac_status); }; }; then
18949 ac_lo=0 ac_mid=0
18950 while :; do
18951 cat >conftest.$ac_ext <<_ACEOF
18952 /* confdefs.h. */
18953 _ACEOF
18954 cat confdefs.h >>conftest.$ac_ext
18955 cat >>conftest.$ac_ext <<_ACEOF
18956 /* end confdefs.h. */
18957 $ac_includes_default
18958 int
18959 main ()
18960 {
18961 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18962 test_array [0] = 0
18963
18964 ;
18965 return 0;
18966 }
18967 _ACEOF
18968 rm -f conftest.$ac_objext
18969 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18970 (eval $ac_compile) 2>conftest.er1
18971 ac_status=$?
18972 grep -v '^ *+' conftest.er1 >conftest.err
18973 rm -f conftest.er1
18974 cat conftest.err >&5
18975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18976 (exit $ac_status); } &&
18977 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18979 (eval $ac_try) 2>&5
18980 ac_status=$?
18981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18982 (exit $ac_status); }; } &&
18983 { ac_try='test -s conftest.$ac_objext'
18984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18985 (eval $ac_try) 2>&5
18986 ac_status=$?
18987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18988 (exit $ac_status); }; }; then
18989 ac_hi=$ac_mid; break
18990 else
18991 echo "$as_me: failed program was:" >&5
18992 sed 's/^/| /' conftest.$ac_ext >&5
18993
18994 ac_lo=`expr $ac_mid + 1`
18995 if test $ac_lo -le $ac_mid; then
18996 ac_lo= ac_hi=
18997 break
18998 fi
18999 ac_mid=`expr 2 '*' $ac_mid + 1`
19000 fi
19001 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19002 done
19003 else
19004 echo "$as_me: failed program was:" >&5
19005 sed 's/^/| /' conftest.$ac_ext >&5
19006
19007 cat >conftest.$ac_ext <<_ACEOF
19008 /* confdefs.h. */
19009 _ACEOF
19010 cat confdefs.h >>conftest.$ac_ext
19011 cat >>conftest.$ac_ext <<_ACEOF
19012 /* end confdefs.h. */
19013 $ac_includes_default
19014 int
19015 main ()
19016 {
19017 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19018 test_array [0] = 0
19019
19020 ;
19021 return 0;
19022 }
19023 _ACEOF
19024 rm -f conftest.$ac_objext
19025 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19026 (eval $ac_compile) 2>conftest.er1
19027 ac_status=$?
19028 grep -v '^ *+' conftest.er1 >conftest.err
19029 rm -f conftest.er1
19030 cat conftest.err >&5
19031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19032 (exit $ac_status); } &&
19033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19035 (eval $ac_try) 2>&5
19036 ac_status=$?
19037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19038 (exit $ac_status); }; } &&
19039 { ac_try='test -s conftest.$ac_objext'
19040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19041 (eval $ac_try) 2>&5
19042 ac_status=$?
19043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19044 (exit $ac_status); }; }; then
19045 ac_hi=-1 ac_mid=-1
19046 while :; do
19047 cat >conftest.$ac_ext <<_ACEOF
19048 /* confdefs.h. */
19049 _ACEOF
19050 cat confdefs.h >>conftest.$ac_ext
19051 cat >>conftest.$ac_ext <<_ACEOF
19052 /* end confdefs.h. */
19053 $ac_includes_default
19054 int
19055 main ()
19056 {
19057 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19058 test_array [0] = 0
19059
19060 ;
19061 return 0;
19062 }
19063 _ACEOF
19064 rm -f conftest.$ac_objext
19065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19066 (eval $ac_compile) 2>conftest.er1
19067 ac_status=$?
19068 grep -v '^ *+' conftest.er1 >conftest.err
19069 rm -f conftest.er1
19070 cat conftest.err >&5
19071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19072 (exit $ac_status); } &&
19073 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19075 (eval $ac_try) 2>&5
19076 ac_status=$?
19077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19078 (exit $ac_status); }; } &&
19079 { ac_try='test -s conftest.$ac_objext'
19080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19081 (eval $ac_try) 2>&5
19082 ac_status=$?
19083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19084 (exit $ac_status); }; }; then
19085 ac_lo=$ac_mid; break
19086 else
19087 echo "$as_me: failed program was:" >&5
19088 sed 's/^/| /' conftest.$ac_ext >&5
19089
19090 ac_hi=`expr '(' $ac_mid ')' - 1`
19091 if test $ac_mid -le $ac_hi; then
19092 ac_lo= ac_hi=
19093 break
19094 fi
19095 ac_mid=`expr 2 '*' $ac_mid`
19096 fi
19097 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19098 done
19099 else
19100 echo "$as_me: failed program was:" >&5
19101 sed 's/^/| /' conftest.$ac_ext >&5
19102
19103 ac_lo= ac_hi=
19104 fi
19105 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19106 fi
19107 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19108 # Binary search between lo and hi bounds.
19109 while test "x$ac_lo" != "x$ac_hi"; do
19110 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19111 cat >conftest.$ac_ext <<_ACEOF
19112 /* confdefs.h. */
19113 _ACEOF
19114 cat confdefs.h >>conftest.$ac_ext
19115 cat >>conftest.$ac_ext <<_ACEOF
19116 /* end confdefs.h. */
19117 $ac_includes_default
19118 int
19119 main ()
19120 {
19121 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19122 test_array [0] = 0
19123
19124 ;
19125 return 0;
19126 }
19127 _ACEOF
19128 rm -f conftest.$ac_objext
19129 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19130 (eval $ac_compile) 2>conftest.er1
19131 ac_status=$?
19132 grep -v '^ *+' conftest.er1 >conftest.err
19133 rm -f conftest.er1
19134 cat conftest.err >&5
19135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19136 (exit $ac_status); } &&
19137 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19139 (eval $ac_try) 2>&5
19140 ac_status=$?
19141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19142 (exit $ac_status); }; } &&
19143 { ac_try='test -s conftest.$ac_objext'
19144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19145 (eval $ac_try) 2>&5
19146 ac_status=$?
19147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19148 (exit $ac_status); }; }; then
19149 ac_hi=$ac_mid
19150 else
19151 echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.$ac_ext >&5
19153
19154 ac_lo=`expr '(' $ac_mid ')' + 1`
19155 fi
19156 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19157 done
19158 case $ac_lo in
19159 ?*) ac_cv_sizeof_long_long=$ac_lo;;
19160 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19161 See \`config.log' for more details." >&5
19162 echo "$as_me: error: cannot compute sizeof (long long), 77
19163 See \`config.log' for more details." >&2;}
19164 { (exit 1); exit 1; }; } ;;
19165 esac
19166 else
19167 if test "$cross_compiling" = yes; then
19168 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19169 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19170 { (exit 1); exit 1; }; }
19171 else
19172 cat >conftest.$ac_ext <<_ACEOF
19173 /* confdefs.h. */
19174 _ACEOF
19175 cat confdefs.h >>conftest.$ac_ext
19176 cat >>conftest.$ac_ext <<_ACEOF
19177 /* end confdefs.h. */
19178 $ac_includes_default
19179 long longval () { return (long) (sizeof (long long)); }
19180 unsigned long ulongval () { return (long) (sizeof (long long)); }
19181 #include <stdio.h>
19182 #include <stdlib.h>
19183 int
19184 main ()
19185 {
19186
19187 FILE *f = fopen ("conftest.val", "w");
19188 if (! f)
19189 exit (1);
19190 if (((long) (sizeof (long long))) < 0)
19191 {
19192 long i = longval ();
19193 if (i != ((long) (sizeof (long long))))
19194 exit (1);
19195 fprintf (f, "%ld\n", i);
19196 }
19197 else
19198 {
19199 unsigned long i = ulongval ();
19200 if (i != ((long) (sizeof (long long))))
19201 exit (1);
19202 fprintf (f, "%lu\n", i);
19203 }
19204 exit (ferror (f) || fclose (f) != 0);
19205
19206 ;
19207 return 0;
19208 }
19209 _ACEOF
19210 rm -f conftest$ac_exeext
19211 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19212 (eval $ac_link) 2>&5
19213 ac_status=$?
19214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19215 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19217 (eval $ac_try) 2>&5
19218 ac_status=$?
19219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19220 (exit $ac_status); }; }; then
19221 ac_cv_sizeof_long_long=`cat conftest.val`
19222 else
19223 echo "$as_me: program exited with status $ac_status" >&5
19224 echo "$as_me: failed program was:" >&5
19225 sed 's/^/| /' conftest.$ac_ext >&5
19226
19227 ( exit $ac_status )
19228 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19229 See \`config.log' for more details." >&5
19230 echo "$as_me: error: cannot compute sizeof (long long), 77
19231 See \`config.log' for more details." >&2;}
19232 { (exit 1); exit 1; }; }
19233 fi
19234 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19235 fi
19236 fi
19237 rm -f conftest.val
19238 else
19239 ac_cv_sizeof_long_long=0
19240 fi
19241 fi
19242 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19243 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19244 cat >>confdefs.h <<_ACEOF
19245 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19246 _ACEOF
19247
19248
19249 esac
19250
19251 echo "$as_me:$LINENO: checking for wchar_t" >&5
19252 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19253 if test "${ac_cv_type_wchar_t+set}" = set; then
19254 echo $ECHO_N "(cached) $ECHO_C" >&6
19255 else
19256 cat >conftest.$ac_ext <<_ACEOF
19257 /* confdefs.h. */
19258 _ACEOF
19259 cat confdefs.h >>conftest.$ac_ext
19260 cat >>conftest.$ac_ext <<_ACEOF
19261 /* end confdefs.h. */
19262
19263 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19264 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19265 # error "fake wchar_t"
19266 #endif
19267 #ifdef HAVE_WCHAR_H
19268 # ifdef __CYGWIN__
19269 # include <stddef.h>
19270 # endif
19271 # include <wchar.h>
19272 #endif
19273 #ifdef HAVE_STDLIB_H
19274 # include <stdlib.h>
19275 #endif
19276 #include <stdio.h>
19277
19278
19279
19280 int
19281 main ()
19282 {
19283 if ((wchar_t *) 0)
19284 return 0;
19285 if (sizeof (wchar_t))
19286 return 0;
19287 ;
19288 return 0;
19289 }
19290 _ACEOF
19291 rm -f conftest.$ac_objext
19292 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19293 (eval $ac_compile) 2>conftest.er1
19294 ac_status=$?
19295 grep -v '^ *+' conftest.er1 >conftest.err
19296 rm -f conftest.er1
19297 cat conftest.err >&5
19298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19299 (exit $ac_status); } &&
19300 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19302 (eval $ac_try) 2>&5
19303 ac_status=$?
19304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19305 (exit $ac_status); }; } &&
19306 { ac_try='test -s conftest.$ac_objext'
19307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19308 (eval $ac_try) 2>&5
19309 ac_status=$?
19310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19311 (exit $ac_status); }; }; then
19312 ac_cv_type_wchar_t=yes
19313 else
19314 echo "$as_me: failed program was:" >&5
19315 sed 's/^/| /' conftest.$ac_ext >&5
19316
19317 ac_cv_type_wchar_t=no
19318 fi
19319 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19320 fi
19321 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19322 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19323
19324 echo "$as_me:$LINENO: checking size of wchar_t" >&5
19325 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
19326 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
19327 echo $ECHO_N "(cached) $ECHO_C" >&6
19328 else
19329 if test "$ac_cv_type_wchar_t" = yes; then
19330 # The cast to unsigned long works around a bug in the HP C Compiler
19331 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19332 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19333 # This bug is HP SR number 8606223364.
19334 if test "$cross_compiling" = yes; then
19335 # Depending upon the size, compute the lo and hi bounds.
19336 cat >conftest.$ac_ext <<_ACEOF
19337 /* confdefs.h. */
19338 _ACEOF
19339 cat confdefs.h >>conftest.$ac_ext
19340 cat >>conftest.$ac_ext <<_ACEOF
19341 /* end confdefs.h. */
19342
19343 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19344 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19345 # error "fake wchar_t"
19346 #endif
19347 #ifdef HAVE_WCHAR_H
19348 # ifdef __CYGWIN__
19349 # include <stddef.h>
19350 # endif
19351 # include <wchar.h>
19352 #endif
19353 #ifdef HAVE_STDLIB_H
19354 # include <stdlib.h>
19355 #endif
19356 #include <stdio.h>
19357
19358
19359
19360 int
19361 main ()
19362 {
19363 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19364 test_array [0] = 0
19365
19366 ;
19367 return 0;
19368 }
19369 _ACEOF
19370 rm -f conftest.$ac_objext
19371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19372 (eval $ac_compile) 2>conftest.er1
19373 ac_status=$?
19374 grep -v '^ *+' conftest.er1 >conftest.err
19375 rm -f conftest.er1
19376 cat conftest.err >&5
19377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19378 (exit $ac_status); } &&
19379 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19381 (eval $ac_try) 2>&5
19382 ac_status=$?
19383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19384 (exit $ac_status); }; } &&
19385 { ac_try='test -s conftest.$ac_objext'
19386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19387 (eval $ac_try) 2>&5
19388 ac_status=$?
19389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19390 (exit $ac_status); }; }; then
19391 ac_lo=0 ac_mid=0
19392 while :; do
19393 cat >conftest.$ac_ext <<_ACEOF
19394 /* confdefs.h. */
19395 _ACEOF
19396 cat confdefs.h >>conftest.$ac_ext
19397 cat >>conftest.$ac_ext <<_ACEOF
19398 /* end confdefs.h. */
19399
19400 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19401 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19402 # error "fake wchar_t"
19403 #endif
19404 #ifdef HAVE_WCHAR_H
19405 # ifdef __CYGWIN__
19406 # include <stddef.h>
19407 # endif
19408 # include <wchar.h>
19409 #endif
19410 #ifdef HAVE_STDLIB_H
19411 # include <stdlib.h>
19412 #endif
19413 #include <stdio.h>
19414
19415
19416
19417 int
19418 main ()
19419 {
19420 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19421 test_array [0] = 0
19422
19423 ;
19424 return 0;
19425 }
19426 _ACEOF
19427 rm -f conftest.$ac_objext
19428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19429 (eval $ac_compile) 2>conftest.er1
19430 ac_status=$?
19431 grep -v '^ *+' conftest.er1 >conftest.err
19432 rm -f conftest.er1
19433 cat conftest.err >&5
19434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19435 (exit $ac_status); } &&
19436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19438 (eval $ac_try) 2>&5
19439 ac_status=$?
19440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19441 (exit $ac_status); }; } &&
19442 { ac_try='test -s conftest.$ac_objext'
19443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19444 (eval $ac_try) 2>&5
19445 ac_status=$?
19446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19447 (exit $ac_status); }; }; then
19448 ac_hi=$ac_mid; break
19449 else
19450 echo "$as_me: failed program was:" >&5
19451 sed 's/^/| /' conftest.$ac_ext >&5
19452
19453 ac_lo=`expr $ac_mid + 1`
19454 if test $ac_lo -le $ac_mid; then
19455 ac_lo= ac_hi=
19456 break
19457 fi
19458 ac_mid=`expr 2 '*' $ac_mid + 1`
19459 fi
19460 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19461 done
19462 else
19463 echo "$as_me: failed program was:" >&5
19464 sed 's/^/| /' conftest.$ac_ext >&5
19465
19466 cat >conftest.$ac_ext <<_ACEOF
19467 /* confdefs.h. */
19468 _ACEOF
19469 cat confdefs.h >>conftest.$ac_ext
19470 cat >>conftest.$ac_ext <<_ACEOF
19471 /* end confdefs.h. */
19472
19473 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19474 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19475 # error "fake wchar_t"
19476 #endif
19477 #ifdef HAVE_WCHAR_H
19478 # ifdef __CYGWIN__
19479 # include <stddef.h>
19480 # endif
19481 # include <wchar.h>
19482 #endif
19483 #ifdef HAVE_STDLIB_H
19484 # include <stdlib.h>
19485 #endif
19486 #include <stdio.h>
19487
19488
19489
19490 int
19491 main ()
19492 {
19493 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19494 test_array [0] = 0
19495
19496 ;
19497 return 0;
19498 }
19499 _ACEOF
19500 rm -f conftest.$ac_objext
19501 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19502 (eval $ac_compile) 2>conftest.er1
19503 ac_status=$?
19504 grep -v '^ *+' conftest.er1 >conftest.err
19505 rm -f conftest.er1
19506 cat conftest.err >&5
19507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19508 (exit $ac_status); } &&
19509 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19511 (eval $ac_try) 2>&5
19512 ac_status=$?
19513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19514 (exit $ac_status); }; } &&
19515 { ac_try='test -s conftest.$ac_objext'
19516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19517 (eval $ac_try) 2>&5
19518 ac_status=$?
19519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19520 (exit $ac_status); }; }; then
19521 ac_hi=-1 ac_mid=-1
19522 while :; do
19523 cat >conftest.$ac_ext <<_ACEOF
19524 /* confdefs.h. */
19525 _ACEOF
19526 cat confdefs.h >>conftest.$ac_ext
19527 cat >>conftest.$ac_ext <<_ACEOF
19528 /* end confdefs.h. */
19529
19530 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19531 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19532 # error "fake wchar_t"
19533 #endif
19534 #ifdef HAVE_WCHAR_H
19535 # ifdef __CYGWIN__
19536 # include <stddef.h>
19537 # endif
19538 # include <wchar.h>
19539 #endif
19540 #ifdef HAVE_STDLIB_H
19541 # include <stdlib.h>
19542 #endif
19543 #include <stdio.h>
19544
19545
19546
19547 int
19548 main ()
19549 {
19550 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19551 test_array [0] = 0
19552
19553 ;
19554 return 0;
19555 }
19556 _ACEOF
19557 rm -f conftest.$ac_objext
19558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19559 (eval $ac_compile) 2>conftest.er1
19560 ac_status=$?
19561 grep -v '^ *+' conftest.er1 >conftest.err
19562 rm -f conftest.er1
19563 cat conftest.err >&5
19564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19565 (exit $ac_status); } &&
19566 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19568 (eval $ac_try) 2>&5
19569 ac_status=$?
19570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19571 (exit $ac_status); }; } &&
19572 { ac_try='test -s conftest.$ac_objext'
19573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19574 (eval $ac_try) 2>&5
19575 ac_status=$?
19576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19577 (exit $ac_status); }; }; then
19578 ac_lo=$ac_mid; break
19579 else
19580 echo "$as_me: failed program was:" >&5
19581 sed 's/^/| /' conftest.$ac_ext >&5
19582
19583 ac_hi=`expr '(' $ac_mid ')' - 1`
19584 if test $ac_mid -le $ac_hi; then
19585 ac_lo= ac_hi=
19586 break
19587 fi
19588 ac_mid=`expr 2 '*' $ac_mid`
19589 fi
19590 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19591 done
19592 else
19593 echo "$as_me: failed program was:" >&5
19594 sed 's/^/| /' conftest.$ac_ext >&5
19595
19596 ac_lo= ac_hi=
19597 fi
19598 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19599 fi
19600 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19601 # Binary search between lo and hi bounds.
19602 while test "x$ac_lo" != "x$ac_hi"; do
19603 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19604 cat >conftest.$ac_ext <<_ACEOF
19605 /* confdefs.h. */
19606 _ACEOF
19607 cat confdefs.h >>conftest.$ac_ext
19608 cat >>conftest.$ac_ext <<_ACEOF
19609 /* end confdefs.h. */
19610
19611 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19612 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19613 # error "fake wchar_t"
19614 #endif
19615 #ifdef HAVE_WCHAR_H
19616 # ifdef __CYGWIN__
19617 # include <stddef.h>
19618 # endif
19619 # include <wchar.h>
19620 #endif
19621 #ifdef HAVE_STDLIB_H
19622 # include <stdlib.h>
19623 #endif
19624 #include <stdio.h>
19625
19626
19627
19628 int
19629 main ()
19630 {
19631 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19632 test_array [0] = 0
19633
19634 ;
19635 return 0;
19636 }
19637 _ACEOF
19638 rm -f conftest.$ac_objext
19639 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19640 (eval $ac_compile) 2>conftest.er1
19641 ac_status=$?
19642 grep -v '^ *+' conftest.er1 >conftest.err
19643 rm -f conftest.er1
19644 cat conftest.err >&5
19645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19646 (exit $ac_status); } &&
19647 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19649 (eval $ac_try) 2>&5
19650 ac_status=$?
19651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19652 (exit $ac_status); }; } &&
19653 { ac_try='test -s conftest.$ac_objext'
19654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19655 (eval $ac_try) 2>&5
19656 ac_status=$?
19657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19658 (exit $ac_status); }; }; then
19659 ac_hi=$ac_mid
19660 else
19661 echo "$as_me: failed program was:" >&5
19662 sed 's/^/| /' conftest.$ac_ext >&5
19663
19664 ac_lo=`expr '(' $ac_mid ')' + 1`
19665 fi
19666 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19667 done
19668 case $ac_lo in
19669 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
19670 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19671 See \`config.log' for more details." >&5
19672 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19673 See \`config.log' for more details." >&2;}
19674 { (exit 1); exit 1; }; } ;;
19675 esac
19676 else
19677 if test "$cross_compiling" = yes; then
19678 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19679 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19680 { (exit 1); exit 1; }; }
19681 else
19682 cat >conftest.$ac_ext <<_ACEOF
19683 /* confdefs.h. */
19684 _ACEOF
19685 cat confdefs.h >>conftest.$ac_ext
19686 cat >>conftest.$ac_ext <<_ACEOF
19687 /* end confdefs.h. */
19688
19689 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19690 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19691 # error "fake wchar_t"
19692 #endif
19693 #ifdef HAVE_WCHAR_H
19694 # ifdef __CYGWIN__
19695 # include <stddef.h>
19696 # endif
19697 # include <wchar.h>
19698 #endif
19699 #ifdef HAVE_STDLIB_H
19700 # include <stdlib.h>
19701 #endif
19702 #include <stdio.h>
19703
19704
19705
19706 long longval () { return (long) (sizeof (wchar_t)); }
19707 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19708 #include <stdio.h>
19709 #include <stdlib.h>
19710 int
19711 main ()
19712 {
19713
19714 FILE *f = fopen ("conftest.val", "w");
19715 if (! f)
19716 exit (1);
19717 if (((long) (sizeof (wchar_t))) < 0)
19718 {
19719 long i = longval ();
19720 if (i != ((long) (sizeof (wchar_t))))
19721 exit (1);
19722 fprintf (f, "%ld\n", i);
19723 }
19724 else
19725 {
19726 unsigned long i = ulongval ();
19727 if (i != ((long) (sizeof (wchar_t))))
19728 exit (1);
19729 fprintf (f, "%lu\n", i);
19730 }
19731 exit (ferror (f) || fclose (f) != 0);
19732
19733 ;
19734 return 0;
19735 }
19736 _ACEOF
19737 rm -f conftest$ac_exeext
19738 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19739 (eval $ac_link) 2>&5
19740 ac_status=$?
19741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19742 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19744 (eval $ac_try) 2>&5
19745 ac_status=$?
19746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19747 (exit $ac_status); }; }; then
19748 ac_cv_sizeof_wchar_t=`cat conftest.val`
19749 else
19750 echo "$as_me: program exited with status $ac_status" >&5
19751 echo "$as_me: failed program was:" >&5
19752 sed 's/^/| /' conftest.$ac_ext >&5
19753
19754 ( exit $ac_status )
19755 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19756 See \`config.log' for more details." >&5
19757 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19758 See \`config.log' for more details." >&2;}
19759 { (exit 1); exit 1; }; }
19760 fi
19761 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19762 fi
19763 fi
19764 rm -f conftest.val
19765 else
19766 ac_cv_sizeof_wchar_t=0
19767 fi
19768 fi
19769 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
19770 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
19771 cat >>confdefs.h <<_ACEOF
19772 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
19773 _ACEOF
19774
19775
19776 if test "$ac_cv_sizeof_wchar_t" != "0"; then
19777 wxUSE_WCHAR_T=yes
19778 else
19779 wxUSE_WCHAR_T=no
19780 fi
19781
19782 echo "$as_me:$LINENO: checking for va_copy" >&5
19783 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
19784 if test "${wx_cv_func_va_copy+set}" = set; then
19785 echo $ECHO_N "(cached) $ECHO_C" >&6
19786 else
19787
19788 cat >conftest.$ac_ext <<_ACEOF
19789
19790 #include <stdarg.h>
19791 void foo(char *f, ...)
19792 {
19793 va_list ap1, ap2;
19794 va_start(ap1, f);
19795 va_copy(ap2, ap1);
19796 va_end(ap2);
19797 va_end(ap1);
19798 }
19799 int main()
19800 {
19801 foo("hi", 17);
19802 return 0;
19803 }
19804 _ACEOF
19805 rm -f conftest.$ac_objext conftest$ac_exeext
19806 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19807 (eval $ac_link) 2>conftest.er1
19808 ac_status=$?
19809 grep -v '^ *+' conftest.er1 >conftest.err
19810 rm -f conftest.er1
19811 cat conftest.err >&5
19812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19813 (exit $ac_status); } &&
19814 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19816 (eval $ac_try) 2>&5
19817 ac_status=$?
19818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19819 (exit $ac_status); }; } &&
19820 { ac_try='test -s conftest$ac_exeext'
19821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19822 (eval $ac_try) 2>&5
19823 ac_status=$?
19824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19825 (exit $ac_status); }; }; then
19826 wx_cv_func_va_copy=yes
19827 else
19828 echo "$as_me: failed program was:" >&5
19829 sed 's/^/| /' conftest.$ac_ext >&5
19830
19831 wx_cv_func_va_copy=no
19832
19833 fi
19834 rm -f conftest.err conftest.$ac_objext \
19835 conftest$ac_exeext conftest.$ac_ext
19836
19837
19838 fi
19839 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
19840 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
19841
19842 if test $wx_cv_func_va_copy = "yes"; then
19843 cat >>confdefs.h <<\_ACEOF
19844 #define HAVE_VA_COPY 1
19845 _ACEOF
19846
19847 else
19848 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
19849 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
19850 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
19851 echo $ECHO_N "(cached) $ECHO_C" >&6
19852 else
19853
19854 if test "$cross_compiling" = yes; then
19855 wx_cv_type_va_list_lvalue=yes
19856
19857 else
19858 cat >conftest.$ac_ext <<_ACEOF
19859
19860 #include <stdarg.h>
19861 int foo(char *f, ...)
19862 {
19863 va_list ap1, ap2;
19864 va_start(ap1, f);
19865 ap2 = ap1;
19866 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
19867 return 1;
19868 va_end(ap2);
19869 va_end(ap1);
19870 return 0;
19871 }
19872 int main()
19873 {
19874 return foo("hi", 17);
19875 }
19876 _ACEOF
19877 rm -f conftest$ac_exeext
19878 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19879 (eval $ac_link) 2>&5
19880 ac_status=$?
19881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19882 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19884 (eval $ac_try) 2>&5
19885 ac_status=$?
19886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19887 (exit $ac_status); }; }; then
19888 wx_cv_type_va_list_lvalue=yes
19889 else
19890 echo "$as_me: program exited with status $ac_status" >&5
19891 echo "$as_me: failed program was:" >&5
19892 sed 's/^/| /' conftest.$ac_ext >&5
19893
19894 ( exit $ac_status )
19895 wx_cv_type_va_list_lvalue=no
19896 fi
19897 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19898 fi
19899
19900
19901 fi
19902 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
19903 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
19904
19905 if test $wx_cv_type_va_list_lvalue != "yes"; then
19906 cat >>confdefs.h <<\_ACEOF
19907 #define VA_LIST_IS_ARRAY 1
19908 _ACEOF
19909
19910 fi
19911 fi
19912
19913 # Check whether --enable-largefile or --disable-largefile was given.
19914 if test "${enable_largefile+set}" = set; then
19915 enableval="$enable_largefile"
19916
19917 fi;
19918 if test "$enable_largefile" != no; then
19919 wx_largefile=no
19920
19921 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
19922 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
19923 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
19924 echo $ECHO_N "(cached) $ECHO_C" >&6
19925 else
19926
19927 cat >conftest.$ac_ext <<_ACEOF
19928 /* confdefs.h. */
19929 _ACEOF
19930 cat confdefs.h >>conftest.$ac_ext
19931 cat >>conftest.$ac_ext <<_ACEOF
19932 /* end confdefs.h. */
19933 #define _FILE_OFFSET_BITS 64
19934 #include <sys/types.h>
19935 int
19936 main ()
19937 {
19938 typedef struct {
19939 unsigned int field: sizeof(off_t) == 8;
19940 } wxlf;
19941
19942 ;
19943 return 0;
19944 }
19945 _ACEOF
19946 rm -f conftest.$ac_objext
19947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19948 (eval $ac_compile) 2>conftest.er1
19949 ac_status=$?
19950 grep -v '^ *+' conftest.er1 >conftest.err
19951 rm -f conftest.er1
19952 cat conftest.err >&5
19953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19954 (exit $ac_status); } &&
19955 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19957 (eval $ac_try) 2>&5
19958 ac_status=$?
19959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19960 (exit $ac_status); }; } &&
19961 { ac_try='test -s conftest.$ac_objext'
19962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19963 (eval $ac_try) 2>&5
19964 ac_status=$?
19965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19966 (exit $ac_status); }; }; then
19967 ac_cv_sys_file_offset_bits=64
19968 else
19969 echo "$as_me: failed program was:" >&5
19970 sed 's/^/| /' conftest.$ac_ext >&5
19971
19972 ac_cv_sys_file_offset_bits=no
19973 fi
19974 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19975
19976
19977 fi
19978 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
19979 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
19980
19981 if test "$ac_cv_sys_file_offset_bits" != no; then
19982 wx_largefile=yes
19983 cat >>confdefs.h <<_ACEOF
19984 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
19985 _ACEOF
19986
19987 fi
19988
19989 if test "x$wx_largefile" != "xyes"; then
19990
19991 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
19992 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
19993 if test "${ac_cv_sys_large_files+set}" = set; then
19994 echo $ECHO_N "(cached) $ECHO_C" >&6
19995 else
19996
19997 cat >conftest.$ac_ext <<_ACEOF
19998 /* confdefs.h. */
19999 _ACEOF
20000 cat confdefs.h >>conftest.$ac_ext
20001 cat >>conftest.$ac_ext <<_ACEOF
20002 /* end confdefs.h. */
20003 #define _LARGE_FILES 1
20004 #include <sys/types.h>
20005 int
20006 main ()
20007 {
20008 typedef struct {
20009 unsigned int field: sizeof(off_t) == 8;
20010 } wxlf;
20011
20012 ;
20013 return 0;
20014 }
20015 _ACEOF
20016 rm -f conftest.$ac_objext
20017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20018 (eval $ac_compile) 2>conftest.er1
20019 ac_status=$?
20020 grep -v '^ *+' conftest.er1 >conftest.err
20021 rm -f conftest.er1
20022 cat conftest.err >&5
20023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20024 (exit $ac_status); } &&
20025 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20027 (eval $ac_try) 2>&5
20028 ac_status=$?
20029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20030 (exit $ac_status); }; } &&
20031 { ac_try='test -s conftest.$ac_objext'
20032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20033 (eval $ac_try) 2>&5
20034 ac_status=$?
20035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20036 (exit $ac_status); }; }; then
20037 ac_cv_sys_large_files=1
20038 else
20039 echo "$as_me: failed program was:" >&5
20040 sed 's/^/| /' conftest.$ac_ext >&5
20041
20042 ac_cv_sys_large_files=no
20043 fi
20044 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20045
20046
20047 fi
20048 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
20049 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
20050
20051 if test "$ac_cv_sys_large_files" != no; then
20052 wx_largefile=yes
20053 cat >>confdefs.h <<_ACEOF
20054 #define _LARGE_FILES $ac_cv_sys_large_files
20055 _ACEOF
20056
20057 fi
20058
20059 fi
20060
20061 echo "$as_me:$LINENO: checking if large file support is available" >&5
20062 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
20063 if test "x$wx_largefile" = "xyes"; then
20064 cat >>confdefs.h <<\_ACEOF
20065 #define HAVE_LARGEFILE_SUPPORT 1
20066 _ACEOF
20067
20068 fi
20069 echo "$as_me:$LINENO: result: $wx_largefile" >&5
20070 echo "${ECHO_T}$wx_largefile" >&6
20071 fi
20072
20073
20074 if test "x$wx_largefile" = "xyes"; then
20075 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
20076 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
20077 else
20078 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
20079 fi
20080 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20081 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
20082 if test "${ac_cv_sys_largefile_source+set}" = set; then
20083 echo $ECHO_N "(cached) $ECHO_C" >&6
20084 else
20085 while :; do
20086 ac_cv_sys_largefile_source=no
20087 cat >conftest.$ac_ext <<_ACEOF
20088 /* confdefs.h. */
20089 _ACEOF
20090 cat confdefs.h >>conftest.$ac_ext
20091 cat >>conftest.$ac_ext <<_ACEOF
20092 /* end confdefs.h. */
20093 #include <stdio.h>
20094 int
20095 main ()
20096 {
20097 return !fseeko;
20098 ;
20099 return 0;
20100 }
20101 _ACEOF
20102 rm -f conftest.$ac_objext
20103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20104 (eval $ac_compile) 2>conftest.er1
20105 ac_status=$?
20106 grep -v '^ *+' conftest.er1 >conftest.err
20107 rm -f conftest.er1
20108 cat conftest.err >&5
20109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20110 (exit $ac_status); } &&
20111 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20113 (eval $ac_try) 2>&5
20114 ac_status=$?
20115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20116 (exit $ac_status); }; } &&
20117 { ac_try='test -s conftest.$ac_objext'
20118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20119 (eval $ac_try) 2>&5
20120 ac_status=$?
20121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20122 (exit $ac_status); }; }; then
20123 break
20124 else
20125 echo "$as_me: failed program was:" >&5
20126 sed 's/^/| /' conftest.$ac_ext >&5
20127
20128 fi
20129 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20130 cat >conftest.$ac_ext <<_ACEOF
20131 /* confdefs.h. */
20132 _ACEOF
20133 cat confdefs.h >>conftest.$ac_ext
20134 cat >>conftest.$ac_ext <<_ACEOF
20135 /* end confdefs.h. */
20136 #define _LARGEFILE_SOURCE 1
20137 #include <stdio.h>
20138 int
20139 main ()
20140 {
20141 return !fseeko;
20142 ;
20143 return 0;
20144 }
20145 _ACEOF
20146 rm -f conftest.$ac_objext
20147 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20148 (eval $ac_compile) 2>conftest.er1
20149 ac_status=$?
20150 grep -v '^ *+' conftest.er1 >conftest.err
20151 rm -f conftest.er1
20152 cat conftest.err >&5
20153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20154 (exit $ac_status); } &&
20155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20157 (eval $ac_try) 2>&5
20158 ac_status=$?
20159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20160 (exit $ac_status); }; } &&
20161 { ac_try='test -s conftest.$ac_objext'
20162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20163 (eval $ac_try) 2>&5
20164 ac_status=$?
20165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20166 (exit $ac_status); }; }; then
20167 ac_cv_sys_largefile_source=1; break
20168 else
20169 echo "$as_me: failed program was:" >&5
20170 sed 's/^/| /' conftest.$ac_ext >&5
20171
20172 fi
20173 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20174 break
20175 done
20176 fi
20177 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
20178 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
20179 if test "$ac_cv_sys_largefile_source" != no; then
20180
20181 cat >>confdefs.h <<_ACEOF
20182 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20183 _ACEOF
20184
20185 fi
20186 rm -f conftest*
20187
20188 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20189 # in glibc 2.1.3, but that breaks too many other things.
20190 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20191 echo "$as_me:$LINENO: checking for fseeko" >&5
20192 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20193 if test "${ac_cv_func_fseeko+set}" = set; then
20194 echo $ECHO_N "(cached) $ECHO_C" >&6
20195 else
20196 cat >conftest.$ac_ext <<_ACEOF
20197 /* confdefs.h. */
20198 _ACEOF
20199 cat confdefs.h >>conftest.$ac_ext
20200 cat >>conftest.$ac_ext <<_ACEOF
20201 /* end confdefs.h. */
20202 #include <stdio.h>
20203 int
20204 main ()
20205 {
20206 return fseeko && fseeko (stdin, 0, 0);
20207 ;
20208 return 0;
20209 }
20210 _ACEOF
20211 rm -f conftest.$ac_objext conftest$ac_exeext
20212 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20213 (eval $ac_link) 2>conftest.er1
20214 ac_status=$?
20215 grep -v '^ *+' conftest.er1 >conftest.err
20216 rm -f conftest.er1
20217 cat conftest.err >&5
20218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20219 (exit $ac_status); } &&
20220 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20222 (eval $ac_try) 2>&5
20223 ac_status=$?
20224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20225 (exit $ac_status); }; } &&
20226 { ac_try='test -s conftest$ac_exeext'
20227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20228 (eval $ac_try) 2>&5
20229 ac_status=$?
20230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20231 (exit $ac_status); }; }; then
20232 ac_cv_func_fseeko=yes
20233 else
20234 echo "$as_me: failed program was:" >&5
20235 sed 's/^/| /' conftest.$ac_ext >&5
20236
20237 ac_cv_func_fseeko=no
20238 fi
20239 rm -f conftest.err conftest.$ac_objext \
20240 conftest$ac_exeext conftest.$ac_ext
20241 fi
20242 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20243 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20244 if test $ac_cv_func_fseeko = yes; then
20245
20246 cat >>confdefs.h <<\_ACEOF
20247 #define HAVE_FSEEKO 1
20248 _ACEOF
20249
20250 fi
20251
20252 if test "$ac_cv_sys_largefile_source" != no; then
20253 WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20254 fi
20255 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20256 fi
20257
20258 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20259 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20260 if test "${ac_cv_c_bigendian+set}" = set; then
20261 echo $ECHO_N "(cached) $ECHO_C" >&6
20262 else
20263 ac_cv_c_bigendian=unknown
20264 # See if sys/param.h defines the BYTE_ORDER macro.
20265 cat >conftest.$ac_ext <<_ACEOF
20266 /* confdefs.h. */
20267 _ACEOF
20268 cat confdefs.h >>conftest.$ac_ext
20269 cat >>conftest.$ac_ext <<_ACEOF
20270 /* end confdefs.h. */
20271 #include <sys/types.h>
20272 #include <sys/param.h>
20273 int
20274 main ()
20275 {
20276
20277 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20278 bogus endian macros
20279 #endif
20280 ;
20281 return 0;
20282 }
20283 _ACEOF
20284 rm -f conftest.$ac_objext
20285 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20286 (eval $ac_compile) 2>conftest.er1
20287 ac_status=$?
20288 grep -v '^ *+' conftest.er1 >conftest.err
20289 rm -f conftest.er1
20290 cat conftest.err >&5
20291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20292 (exit $ac_status); } &&
20293 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20295 (eval $ac_try) 2>&5
20296 ac_status=$?
20297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20298 (exit $ac_status); }; } &&
20299 { ac_try='test -s conftest.$ac_objext'
20300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20301 (eval $ac_try) 2>&5
20302 ac_status=$?
20303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20304 (exit $ac_status); }; }; then
20305 # It does; now see whether it defined to BIG_ENDIAN or not.
20306 cat >conftest.$ac_ext <<_ACEOF
20307 /* confdefs.h. */
20308 _ACEOF
20309 cat confdefs.h >>conftest.$ac_ext
20310 cat >>conftest.$ac_ext <<_ACEOF
20311 /* end confdefs.h. */
20312 #include <sys/types.h>
20313 #include <sys/param.h>
20314 int
20315 main ()
20316 {
20317
20318 #if BYTE_ORDER != BIG_ENDIAN
20319 not big endian
20320 #endif
20321 ;
20322 return 0;
20323 }
20324 _ACEOF
20325 rm -f conftest.$ac_objext
20326 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20327 (eval $ac_compile) 2>conftest.er1
20328 ac_status=$?
20329 grep -v '^ *+' conftest.er1 >conftest.err
20330 rm -f conftest.er1
20331 cat conftest.err >&5
20332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20333 (exit $ac_status); } &&
20334 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20336 (eval $ac_try) 2>&5
20337 ac_status=$?
20338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20339 (exit $ac_status); }; } &&
20340 { ac_try='test -s conftest.$ac_objext'
20341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20342 (eval $ac_try) 2>&5
20343 ac_status=$?
20344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20345 (exit $ac_status); }; }; then
20346 ac_cv_c_bigendian=yes
20347 else
20348 echo "$as_me: failed program was:" >&5
20349 sed 's/^/| /' conftest.$ac_ext >&5
20350
20351 ac_cv_c_bigendian=no
20352 fi
20353 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20354 else
20355 echo "$as_me: failed program was:" >&5
20356 sed 's/^/| /' conftest.$ac_ext >&5
20357
20358 fi
20359 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20360 if test $ac_cv_c_bigendian = unknown; then
20361 if test "$cross_compiling" = yes; then
20362 ac_cv_c_bigendian=unknown
20363 else
20364 cat >conftest.$ac_ext <<_ACEOF
20365 /* confdefs.h. */
20366 _ACEOF
20367 cat confdefs.h >>conftest.$ac_ext
20368 cat >>conftest.$ac_ext <<_ACEOF
20369 /* end confdefs.h. */
20370 main () {
20371 /* Are we little or big endian? From Harbison&Steele. */
20372 union
20373 {
20374 long l;
20375 char c[sizeof (long)];
20376 } u;
20377 u.l = 1;
20378 exit (u.c[sizeof (long) - 1] == 1);
20379 }
20380 _ACEOF
20381 rm -f conftest$ac_exeext
20382 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20383 (eval $ac_link) 2>&5
20384 ac_status=$?
20385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20386 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20388 (eval $ac_try) 2>&5
20389 ac_status=$?
20390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20391 (exit $ac_status); }; }; then
20392 ac_cv_c_bigendian=no
20393 else
20394 echo "$as_me: program exited with status $ac_status" >&5
20395 echo "$as_me: failed program was:" >&5
20396 sed 's/^/| /' conftest.$ac_ext >&5
20397
20398 ( exit $ac_status )
20399 ac_cv_c_bigendian=yes
20400 fi
20401 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20402 fi
20403 fi
20404 fi
20405 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20406 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20407 if test $ac_cv_c_bigendian = unknown; then
20408 { 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
20409 echo "$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;}
20410 fi
20411 if test $ac_cv_c_bigendian = yes; then
20412 cat >>confdefs.h <<\_ACEOF
20413 #define WORDS_BIGENDIAN 1
20414 _ACEOF
20415
20416 fi
20417
20418
20419 ac_ext=cc
20420 ac_cpp='$CXXCPP $CPPFLAGS'
20421 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20422 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20423 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20424 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20425 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20426 if test -z "$CXXCPP"; then
20427 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20428 echo $ECHO_N "(cached) $ECHO_C" >&6
20429 else
20430 # Double quotes because CXXCPP needs to be expanded
20431 for CXXCPP in "$CXX -E" "/lib/cpp"
20432 do
20433 ac_preproc_ok=false
20434 for ac_cxx_preproc_warn_flag in '' yes
20435 do
20436 # Use a header file that comes with gcc, so configuring glibc
20437 # with a fresh cross-compiler works.
20438 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20439 # <limits.h> exists even on freestanding compilers.
20440 # On the NeXT, cc -E runs the code through the compiler's parser,
20441 # not just through cpp. "Syntax error" is here to catch this case.
20442 cat >conftest.$ac_ext <<_ACEOF
20443 /* confdefs.h. */
20444 _ACEOF
20445 cat confdefs.h >>conftest.$ac_ext
20446 cat >>conftest.$ac_ext <<_ACEOF
20447 /* end confdefs.h. */
20448 #ifdef __STDC__
20449 # include <limits.h>
20450 #else
20451 # include <assert.h>
20452 #endif
20453 Syntax error
20454 _ACEOF
20455 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20456 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20457 ac_status=$?
20458 grep -v '^ *+' conftest.er1 >conftest.err
20459 rm -f conftest.er1
20460 cat conftest.err >&5
20461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20462 (exit $ac_status); } >/dev/null; then
20463 if test -s conftest.err; then
20464 ac_cpp_err=$ac_cxx_preproc_warn_flag
20465 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20466 else
20467 ac_cpp_err=
20468 fi
20469 else
20470 ac_cpp_err=yes
20471 fi
20472 if test -z "$ac_cpp_err"; then
20473 :
20474 else
20475 echo "$as_me: failed program was:" >&5
20476 sed 's/^/| /' conftest.$ac_ext >&5
20477
20478 # Broken: fails on valid input.
20479 continue
20480 fi
20481 rm -f conftest.err conftest.$ac_ext
20482
20483 # OK, works on sane cases. Now check whether non-existent headers
20484 # can be detected and how.
20485 cat >conftest.$ac_ext <<_ACEOF
20486 /* confdefs.h. */
20487 _ACEOF
20488 cat confdefs.h >>conftest.$ac_ext
20489 cat >>conftest.$ac_ext <<_ACEOF
20490 /* end confdefs.h. */
20491 #include <ac_nonexistent.h>
20492 _ACEOF
20493 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20494 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20495 ac_status=$?
20496 grep -v '^ *+' conftest.er1 >conftest.err
20497 rm -f conftest.er1
20498 cat conftest.err >&5
20499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20500 (exit $ac_status); } >/dev/null; then
20501 if test -s conftest.err; then
20502 ac_cpp_err=$ac_cxx_preproc_warn_flag
20503 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20504 else
20505 ac_cpp_err=
20506 fi
20507 else
20508 ac_cpp_err=yes
20509 fi
20510 if test -z "$ac_cpp_err"; then
20511 # Broken: success on invalid input.
20512 continue
20513 else
20514 echo "$as_me: failed program was:" >&5
20515 sed 's/^/| /' conftest.$ac_ext >&5
20516
20517 # Passes both tests.
20518 ac_preproc_ok=:
20519 break
20520 fi
20521 rm -f conftest.err conftest.$ac_ext
20522
20523 done
20524 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20525 rm -f conftest.err conftest.$ac_ext
20526 if $ac_preproc_ok; then
20527 break
20528 fi
20529
20530 done
20531 ac_cv_prog_CXXCPP=$CXXCPP
20532
20533 fi
20534 CXXCPP=$ac_cv_prog_CXXCPP
20535 else
20536 ac_cv_prog_CXXCPP=$CXXCPP
20537 fi
20538 echo "$as_me:$LINENO: result: $CXXCPP" >&5
20539 echo "${ECHO_T}$CXXCPP" >&6
20540 ac_preproc_ok=false
20541 for ac_cxx_preproc_warn_flag in '' yes
20542 do
20543 # Use a header file that comes with gcc, so configuring glibc
20544 # with a fresh cross-compiler works.
20545 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20546 # <limits.h> exists even on freestanding compilers.
20547 # On the NeXT, cc -E runs the code through the compiler's parser,
20548 # not just through cpp. "Syntax error" is here to catch this case.
20549 cat >conftest.$ac_ext <<_ACEOF
20550 /* confdefs.h. */
20551 _ACEOF
20552 cat confdefs.h >>conftest.$ac_ext
20553 cat >>conftest.$ac_ext <<_ACEOF
20554 /* end confdefs.h. */
20555 #ifdef __STDC__
20556 # include <limits.h>
20557 #else
20558 # include <assert.h>
20559 #endif
20560 Syntax error
20561 _ACEOF
20562 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20563 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20564 ac_status=$?
20565 grep -v '^ *+' conftest.er1 >conftest.err
20566 rm -f conftest.er1
20567 cat conftest.err >&5
20568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20569 (exit $ac_status); } >/dev/null; then
20570 if test -s conftest.err; then
20571 ac_cpp_err=$ac_cxx_preproc_warn_flag
20572 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20573 else
20574 ac_cpp_err=
20575 fi
20576 else
20577 ac_cpp_err=yes
20578 fi
20579 if test -z "$ac_cpp_err"; then
20580 :
20581 else
20582 echo "$as_me: failed program was:" >&5
20583 sed 's/^/| /' conftest.$ac_ext >&5
20584
20585 # Broken: fails on valid input.
20586 continue
20587 fi
20588 rm -f conftest.err conftest.$ac_ext
20589
20590 # OK, works on sane cases. Now check whether non-existent headers
20591 # can be detected and how.
20592 cat >conftest.$ac_ext <<_ACEOF
20593 /* confdefs.h. */
20594 _ACEOF
20595 cat confdefs.h >>conftest.$ac_ext
20596 cat >>conftest.$ac_ext <<_ACEOF
20597 /* end confdefs.h. */
20598 #include <ac_nonexistent.h>
20599 _ACEOF
20600 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20601 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20602 ac_status=$?
20603 grep -v '^ *+' conftest.er1 >conftest.err
20604 rm -f conftest.er1
20605 cat conftest.err >&5
20606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20607 (exit $ac_status); } >/dev/null; then
20608 if test -s conftest.err; then
20609 ac_cpp_err=$ac_cxx_preproc_warn_flag
20610 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20611 else
20612 ac_cpp_err=
20613 fi
20614 else
20615 ac_cpp_err=yes
20616 fi
20617 if test -z "$ac_cpp_err"; then
20618 # Broken: success on invalid input.
20619 continue
20620 else
20621 echo "$as_me: failed program was:" >&5
20622 sed 's/^/| /' conftest.$ac_ext >&5
20623
20624 # Passes both tests.
20625 ac_preproc_ok=:
20626 break
20627 fi
20628 rm -f conftest.err conftest.$ac_ext
20629
20630 done
20631 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20632 rm -f conftest.err conftest.$ac_ext
20633 if $ac_preproc_ok; then
20634 :
20635 else
20636 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20637 See \`config.log' for more details." >&5
20638 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20639 See \`config.log' for more details." >&2;}
20640 { (exit 1); exit 1; }; }
20641 fi
20642
20643 ac_ext=cc
20644 ac_cpp='$CXXCPP $CPPFLAGS'
20645 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20646 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20647 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20648
20649
20650
20651
20652
20653 ac_ext=cc
20654 ac_cpp='$CXXCPP $CPPFLAGS'
20655 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20656 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20657 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20658
20659
20660
20661 for ac_header in iostream
20662 do
20663 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20664 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20665 echo "$as_me:$LINENO: checking for $ac_header" >&5
20666 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20667 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20668 echo $ECHO_N "(cached) $ECHO_C" >&6
20669 fi
20670 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20671 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20672 else
20673 # Is the header compilable?
20674 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20675 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20676 cat >conftest.$ac_ext <<_ACEOF
20677 /* confdefs.h. */
20678 _ACEOF
20679 cat confdefs.h >>conftest.$ac_ext
20680 cat >>conftest.$ac_ext <<_ACEOF
20681 /* end confdefs.h. */
20682 $ac_includes_default
20683 #include <$ac_header>
20684 _ACEOF
20685 rm -f conftest.$ac_objext
20686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20687 (eval $ac_compile) 2>conftest.er1
20688 ac_status=$?
20689 grep -v '^ *+' conftest.er1 >conftest.err
20690 rm -f conftest.er1
20691 cat conftest.err >&5
20692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20693 (exit $ac_status); } &&
20694 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20696 (eval $ac_try) 2>&5
20697 ac_status=$?
20698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20699 (exit $ac_status); }; } &&
20700 { ac_try='test -s conftest.$ac_objext'
20701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20702 (eval $ac_try) 2>&5
20703 ac_status=$?
20704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20705 (exit $ac_status); }; }; then
20706 ac_header_compiler=yes
20707 else
20708 echo "$as_me: failed program was:" >&5
20709 sed 's/^/| /' conftest.$ac_ext >&5
20710
20711 ac_header_compiler=no
20712 fi
20713 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20714 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20715 echo "${ECHO_T}$ac_header_compiler" >&6
20716
20717 # Is the header present?
20718 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20719 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20720 cat >conftest.$ac_ext <<_ACEOF
20721 /* confdefs.h. */
20722 _ACEOF
20723 cat confdefs.h >>conftest.$ac_ext
20724 cat >>conftest.$ac_ext <<_ACEOF
20725 /* end confdefs.h. */
20726 #include <$ac_header>
20727 _ACEOF
20728 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20729 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20730 ac_status=$?
20731 grep -v '^ *+' conftest.er1 >conftest.err
20732 rm -f conftest.er1
20733 cat conftest.err >&5
20734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20735 (exit $ac_status); } >/dev/null; then
20736 if test -s conftest.err; then
20737 ac_cpp_err=$ac_cxx_preproc_warn_flag
20738 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20739 else
20740 ac_cpp_err=
20741 fi
20742 else
20743 ac_cpp_err=yes
20744 fi
20745 if test -z "$ac_cpp_err"; then
20746 ac_header_preproc=yes
20747 else
20748 echo "$as_me: failed program was:" >&5
20749 sed 's/^/| /' conftest.$ac_ext >&5
20750
20751 ac_header_preproc=no
20752 fi
20753 rm -f conftest.err conftest.$ac_ext
20754 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20755 echo "${ECHO_T}$ac_header_preproc" >&6
20756
20757 # So? What about this header?
20758 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20759 yes:no: )
20760 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20761 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20762 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20763 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20764 ac_header_preproc=yes
20765 ;;
20766 no:yes:* )
20767 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20768 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20769 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20770 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20771 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20772 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20773 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20774 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20775 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20776 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20777 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20778 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20779 (
20780 cat <<\_ASBOX
20781 ## ----------------------------------------- ##
20782 ## Report this to wx-dev@lists.wxwidgets.org ##
20783 ## ----------------------------------------- ##
20784 _ASBOX
20785 ) |
20786 sed "s/^/$as_me: WARNING: /" >&2
20787 ;;
20788 esac
20789 echo "$as_me:$LINENO: checking for $ac_header" >&5
20790 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20791 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20792 echo $ECHO_N "(cached) $ECHO_C" >&6
20793 else
20794 eval "$as_ac_Header=\$ac_header_preproc"
20795 fi
20796 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20797 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20798
20799 fi
20800 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20801 cat >>confdefs.h <<_ACEOF
20802 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20803 _ACEOF
20804
20805 fi
20806
20807 done
20808
20809
20810 if test "$ac_cv_header_iostream" = "yes" ; then
20811 :
20812 else
20813 cat >>confdefs.h <<\_ACEOF
20814 #define wxUSE_IOSTREAMH 1
20815 _ACEOF
20816
20817 fi
20818
20819 ac_ext=c
20820 ac_cpp='$CPP $CPPFLAGS'
20821 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20822 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20823 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20824
20825
20826
20827
20828 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
20829 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
20830 if test "${wx_cv_cpp_bool+set}" = set; then
20831 echo $ECHO_N "(cached) $ECHO_C" >&6
20832 else
20833
20834
20835
20836 ac_ext=cc
20837 ac_cpp='$CXXCPP $CPPFLAGS'
20838 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20839 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20840 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20841
20842
20843 cat >conftest.$ac_ext <<_ACEOF
20844 /* confdefs.h. */
20845 _ACEOF
20846 cat confdefs.h >>conftest.$ac_ext
20847 cat >>conftest.$ac_ext <<_ACEOF
20848 /* end confdefs.h. */
20849
20850
20851 int
20852 main ()
20853 {
20854
20855 bool b = true;
20856
20857 return 0;
20858
20859 ;
20860 return 0;
20861 }
20862 _ACEOF
20863 rm -f conftest.$ac_objext
20864 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20865 (eval $ac_compile) 2>conftest.er1
20866 ac_status=$?
20867 grep -v '^ *+' conftest.er1 >conftest.err
20868 rm -f conftest.er1
20869 cat conftest.err >&5
20870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20871 (exit $ac_status); } &&
20872 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20874 (eval $ac_try) 2>&5
20875 ac_status=$?
20876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20877 (exit $ac_status); }; } &&
20878 { ac_try='test -s conftest.$ac_objext'
20879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20880 (eval $ac_try) 2>&5
20881 ac_status=$?
20882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20883 (exit $ac_status); }; }; then
20884
20885 wx_cv_cpp_bool=yes
20886
20887 else
20888 echo "$as_me: failed program was:" >&5
20889 sed 's/^/| /' conftest.$ac_ext >&5
20890
20891
20892 wx_cv_cpp_bool=no
20893
20894
20895 fi
20896 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20897
20898 ac_ext=c
20899 ac_cpp='$CPP $CPPFLAGS'
20900 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20901 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20902 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20903
20904
20905 fi
20906 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
20907 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
20908
20909 if test "$wx_cv_cpp_bool" = "yes"; then
20910 cat >>confdefs.h <<\_ACEOF
20911 #define HAVE_BOOL 1
20912 _ACEOF
20913
20914 fi
20915
20916
20917
20918 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
20919 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
20920 if test "${wx_cv_explicit+set}" = set; then
20921 echo $ECHO_N "(cached) $ECHO_C" >&6
20922 else
20923
20924
20925
20926 ac_ext=cc
20927 ac_cpp='$CXXCPP $CPPFLAGS'
20928 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20929 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20930 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20931
20932
20933 cat >conftest.$ac_ext <<_ACEOF
20934 /* confdefs.h. */
20935 _ACEOF
20936 cat confdefs.h >>conftest.$ac_ext
20937 cat >>conftest.$ac_ext <<_ACEOF
20938 /* end confdefs.h. */
20939
20940 class Foo { public: explicit Foo(int) {} };
20941
20942 int
20943 main ()
20944 {
20945
20946 return 0;
20947
20948 ;
20949 return 0;
20950 }
20951 _ACEOF
20952 rm -f conftest.$ac_objext
20953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20954 (eval $ac_compile) 2>conftest.er1
20955 ac_status=$?
20956 grep -v '^ *+' conftest.er1 >conftest.err
20957 rm -f conftest.er1
20958 cat conftest.err >&5
20959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20960 (exit $ac_status); } &&
20961 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20963 (eval $ac_try) 2>&5
20964 ac_status=$?
20965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20966 (exit $ac_status); }; } &&
20967 { ac_try='test -s conftest.$ac_objext'
20968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20969 (eval $ac_try) 2>&5
20970 ac_status=$?
20971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20972 (exit $ac_status); }; }; then
20973
20974 cat >conftest.$ac_ext <<_ACEOF
20975 /* confdefs.h. */
20976 _ACEOF
20977 cat confdefs.h >>conftest.$ac_ext
20978 cat >>conftest.$ac_ext <<_ACEOF
20979 /* end confdefs.h. */
20980
20981 class Foo { public: explicit Foo(int) {} };
20982 static void TakeFoo(const Foo& foo) { }
20983
20984 int
20985 main ()
20986 {
20987
20988 TakeFoo(17);
20989 return 0;
20990
20991 ;
20992 return 0;
20993 }
20994 _ACEOF
20995 rm -f conftest.$ac_objext
20996 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20997 (eval $ac_compile) 2>conftest.er1
20998 ac_status=$?
20999 grep -v '^ *+' conftest.er1 >conftest.err
21000 rm -f conftest.er1
21001 cat conftest.err >&5
21002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21003 (exit $ac_status); } &&
21004 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21006 (eval $ac_try) 2>&5
21007 ac_status=$?
21008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21009 (exit $ac_status); }; } &&
21010 { ac_try='test -s conftest.$ac_objext'
21011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21012 (eval $ac_try) 2>&5
21013 ac_status=$?
21014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21015 (exit $ac_status); }; }; then
21016 wx_cv_explicit=no
21017 else
21018 echo "$as_me: failed program was:" >&5
21019 sed 's/^/| /' conftest.$ac_ext >&5
21020
21021 wx_cv_explicit=yes
21022
21023 fi
21024 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21025
21026 else
21027 echo "$as_me: failed program was:" >&5
21028 sed 's/^/| /' conftest.$ac_ext >&5
21029
21030 wx_cv_explicit=no
21031
21032 fi
21033 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21034
21035 ac_ext=c
21036 ac_cpp='$CPP $CPPFLAGS'
21037 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21038 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21039 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21040
21041
21042 fi
21043 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
21044 echo "${ECHO_T}$wx_cv_explicit" >&6
21045
21046 if test "$wx_cv_explicit" = "yes"; then
21047 cat >>confdefs.h <<\_ACEOF
21048 #define HAVE_EXPLICIT 1
21049 _ACEOF
21050
21051 fi
21052
21053
21054 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
21055 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
21056 if test "${ac_cv_cxx_const_cast+set}" = set; then
21057 echo $ECHO_N "(cached) $ECHO_C" >&6
21058 else
21059
21060
21061 ac_ext=cc
21062 ac_cpp='$CXXCPP $CPPFLAGS'
21063 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21064 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21065 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21066
21067 cat >conftest.$ac_ext <<_ACEOF
21068 /* confdefs.h. */
21069 _ACEOF
21070 cat confdefs.h >>conftest.$ac_ext
21071 cat >>conftest.$ac_ext <<_ACEOF
21072 /* end confdefs.h. */
21073
21074 int
21075 main ()
21076 {
21077 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
21078 ;
21079 return 0;
21080 }
21081 _ACEOF
21082 rm -f conftest.$ac_objext
21083 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21084 (eval $ac_compile) 2>conftest.er1
21085 ac_status=$?
21086 grep -v '^ *+' conftest.er1 >conftest.err
21087 rm -f conftest.er1
21088 cat conftest.err >&5
21089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21090 (exit $ac_status); } &&
21091 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21093 (eval $ac_try) 2>&5
21094 ac_status=$?
21095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21096 (exit $ac_status); }; } &&
21097 { ac_try='test -s conftest.$ac_objext'
21098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21099 (eval $ac_try) 2>&5
21100 ac_status=$?
21101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21102 (exit $ac_status); }; }; then
21103 ac_cv_cxx_const_cast=yes
21104 else
21105 echo "$as_me: failed program was:" >&5
21106 sed 's/^/| /' conftest.$ac_ext >&5
21107
21108 ac_cv_cxx_const_cast=no
21109 fi
21110 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21111 ac_ext=c
21112 ac_cpp='$CPP $CPPFLAGS'
21113 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21114 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21115 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21116
21117
21118 fi
21119 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
21120 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
21121 if test "$ac_cv_cxx_const_cast" = yes; then
21122
21123 cat >>confdefs.h <<\_ACEOF
21124 #define HAVE_CONST_CAST
21125 _ACEOF
21126
21127 fi
21128
21129 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
21130 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
21131 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
21132 echo $ECHO_N "(cached) $ECHO_C" >&6
21133 else
21134
21135
21136 ac_ext=cc
21137 ac_cpp='$CXXCPP $CPPFLAGS'
21138 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21139 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21140 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21141
21142 cat >conftest.$ac_ext <<_ACEOF
21143 /* confdefs.h. */
21144 _ACEOF
21145 cat confdefs.h >>conftest.$ac_ext
21146 cat >>conftest.$ac_ext <<_ACEOF
21147 /* end confdefs.h. */
21148 #include <typeinfo>
21149 class Base { public : Base () {} virtual void f () = 0;};
21150 class Derived : public Base { public : Derived () {} virtual void f () {} };
21151 class Unrelated { public : Unrelated () {} };
21152 int g (Unrelated&) { return 0; }
21153 int
21154 main ()
21155 {
21156
21157 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
21158 ;
21159 return 0;
21160 }
21161 _ACEOF
21162 rm -f conftest.$ac_objext
21163 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21164 (eval $ac_compile) 2>conftest.er1
21165 ac_status=$?
21166 grep -v '^ *+' conftest.er1 >conftest.err
21167 rm -f conftest.er1
21168 cat conftest.err >&5
21169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21170 (exit $ac_status); } &&
21171 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21173 (eval $ac_try) 2>&5
21174 ac_status=$?
21175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21176 (exit $ac_status); }; } &&
21177 { ac_try='test -s conftest.$ac_objext'
21178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21179 (eval $ac_try) 2>&5
21180 ac_status=$?
21181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21182 (exit $ac_status); }; }; then
21183 ac_cv_cxx_reinterpret_cast=yes
21184 else
21185 echo "$as_me: failed program was:" >&5
21186 sed 's/^/| /' conftest.$ac_ext >&5
21187
21188 ac_cv_cxx_reinterpret_cast=no
21189 fi
21190 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21191 ac_ext=c
21192 ac_cpp='$CPP $CPPFLAGS'
21193 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21194 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21195 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21196
21197
21198 fi
21199 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21200 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21201 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21202
21203 cat >>confdefs.h <<\_ACEOF
21204 #define HAVE_REINTERPRET_CAST
21205 _ACEOF
21206
21207 fi
21208
21209 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21210 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21211 if test "${ac_cv_cxx_static_cast+set}" = set; then
21212 echo $ECHO_N "(cached) $ECHO_C" >&6
21213 else
21214
21215
21216 ac_ext=cc
21217 ac_cpp='$CXXCPP $CPPFLAGS'
21218 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21219 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21220 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21221
21222 cat >conftest.$ac_ext <<_ACEOF
21223 /* confdefs.h. */
21224 _ACEOF
21225 cat confdefs.h >>conftest.$ac_ext
21226 cat >>conftest.$ac_ext <<_ACEOF
21227 /* end confdefs.h. */
21228 #include <typeinfo>
21229 class Base { public : Base () {} virtual void f () = 0; };
21230 class Derived : public Base { public : Derived () {} virtual void f () {} };
21231 int g (Derived&) { return 0; }
21232 int
21233 main ()
21234 {
21235
21236 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21237 ;
21238 return 0;
21239 }
21240 _ACEOF
21241 rm -f conftest.$ac_objext
21242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21243 (eval $ac_compile) 2>conftest.er1
21244 ac_status=$?
21245 grep -v '^ *+' conftest.er1 >conftest.err
21246 rm -f conftest.er1
21247 cat conftest.err >&5
21248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21249 (exit $ac_status); } &&
21250 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21252 (eval $ac_try) 2>&5
21253 ac_status=$?
21254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21255 (exit $ac_status); }; } &&
21256 { ac_try='test -s conftest.$ac_objext'
21257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21258 (eval $ac_try) 2>&5
21259 ac_status=$?
21260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21261 (exit $ac_status); }; }; then
21262 ac_cv_cxx_static_cast=yes
21263 else
21264 echo "$as_me: failed program was:" >&5
21265 sed 's/^/| /' conftest.$ac_ext >&5
21266
21267 ac_cv_cxx_static_cast=no
21268 fi
21269 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21270 ac_ext=c
21271 ac_cpp='$CPP $CPPFLAGS'
21272 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21273 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21274 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21275
21276
21277 fi
21278 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21279 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21280 if test "$ac_cv_cxx_static_cast" = yes; then
21281
21282 cat >>confdefs.h <<\_ACEOF
21283 #define HAVE_STATIC_CAST
21284 _ACEOF
21285
21286 fi
21287
21288
21289 if test "x$SUNCXX" = xyes; then
21290 CXXFLAGS="$CXXFLAGS -features=tmplife"
21291 fi
21292
21293 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21294 ac_ext=cc
21295 ac_cpp='$CXXCPP $CPPFLAGS'
21296 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21297 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21298 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21299
21300
21301 if test "$wxUSE_UNICODE" = "yes"; then
21302 std_string="std::wstring"
21303 char_type="wchar_t"
21304 else
21305 std_string="std::string"
21306 char_type="char"
21307 fi
21308
21309 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
21310 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
21311 cat >conftest.$ac_ext <<_ACEOF
21312 /* confdefs.h. */
21313 _ACEOF
21314 cat confdefs.h >>conftest.$ac_ext
21315 cat >>conftest.$ac_ext <<_ACEOF
21316 /* end confdefs.h. */
21317 #include <string>
21318 int
21319 main ()
21320 {
21321 $std_string foo;
21322 ;
21323 return 0;
21324 }
21325 _ACEOF
21326 rm -f conftest.$ac_objext
21327 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21328 (eval $ac_compile) 2>conftest.er1
21329 ac_status=$?
21330 grep -v '^ *+' conftest.er1 >conftest.err
21331 rm -f conftest.er1
21332 cat conftest.err >&5
21333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21334 (exit $ac_status); } &&
21335 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21337 (eval $ac_try) 2>&5
21338 ac_status=$?
21339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21340 (exit $ac_status); }; } &&
21341 { ac_try='test -s conftest.$ac_objext'
21342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21343 (eval $ac_try) 2>&5
21344 ac_status=$?
21345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21346 (exit $ac_status); }; }; then
21347 echo "$as_me:$LINENO: result: yes" >&5
21348 echo "${ECHO_T}yes" >&6
21349 cat >>confdefs.h <<\_ACEOF
21350 #define HAVE_STD_WSTRING 1
21351 _ACEOF
21352
21353 else
21354 echo "$as_me: failed program was:" >&5
21355 sed 's/^/| /' conftest.$ac_ext >&5
21356
21357 echo "$as_me:$LINENO: result: no" >&5
21358 echo "${ECHO_T}no" >&6
21359 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
21360 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
21361 cat >conftest.$ac_ext <<_ACEOF
21362 /* confdefs.h. */
21363 _ACEOF
21364 cat confdefs.h >>conftest.$ac_ext
21365 cat >>conftest.$ac_ext <<_ACEOF
21366 /* end confdefs.h. */
21367
21368 #ifdef HAVE_WCHAR_H
21369 # ifdef __CYGWIN__
21370 # include <stddef.h>
21371 # endif
21372 # include <wchar.h>
21373 #endif
21374 #ifdef HAVE_STDLIB_H
21375 # include <stdlib.h>
21376 #endif
21377 #include <stdio.h>
21378 #include <string>
21379
21380 int
21381 main ()
21382 {
21383 std::basic_string<$char_type> foo;
21384 const $char_type* dummy = foo.c_str();
21385 ;
21386 return 0;
21387 }
21388 _ACEOF
21389 rm -f conftest.$ac_objext
21390 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21391 (eval $ac_compile) 2>conftest.er1
21392 ac_status=$?
21393 grep -v '^ *+' conftest.er1 >conftest.err
21394 rm -f conftest.er1
21395 cat conftest.err >&5
21396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21397 (exit $ac_status); } &&
21398 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21400 (eval $ac_try) 2>&5
21401 ac_status=$?
21402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21403 (exit $ac_status); }; } &&
21404 { ac_try='test -s conftest.$ac_objext'
21405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21406 (eval $ac_try) 2>&5
21407 ac_status=$?
21408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21409 (exit $ac_status); }; }; then
21410 echo "$as_me:$LINENO: result: yes" >&5
21411 echo "${ECHO_T}yes" >&6
21412 else
21413 echo "$as_me: failed program was:" >&5
21414 sed 's/^/| /' conftest.$ac_ext >&5
21415
21416 echo "$as_me:$LINENO: result: no" >&5
21417 echo "${ECHO_T}no" >&6
21418 if test "$wxUSE_STL" = "yes"; then
21419 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
21420 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
21421 { (exit 1); exit 1; }; }
21422 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
21423 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
21424 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
21425 { (exit 1); exit 1; }; }
21426 else
21427 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21428 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21429 wxUSE_STD_STRING=no
21430 fi
21431
21432
21433 fi
21434 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21435
21436 fi
21437 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21438
21439 ac_ext=c
21440 ac_cpp='$CPP $CPPFLAGS'
21441 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21442 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21443 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21444
21445 fi
21446
21447 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21448 ac_ext=cc
21449 ac_cpp='$CXXCPP $CPPFLAGS'
21450 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21451 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21452 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21453
21454
21455 echo "$as_me:$LINENO: checking for std::istream" >&5
21456 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
21457 if test "${ac_cv_type_std__istream+set}" = set; then
21458 echo $ECHO_N "(cached) $ECHO_C" >&6
21459 else
21460 cat >conftest.$ac_ext <<_ACEOF
21461 /* confdefs.h. */
21462 _ACEOF
21463 cat confdefs.h >>conftest.$ac_ext
21464 cat >>conftest.$ac_ext <<_ACEOF
21465 /* end confdefs.h. */
21466 #include <iostream>
21467
21468 int
21469 main ()
21470 {
21471 if ((std::istream *) 0)
21472 return 0;
21473 if (sizeof (std::istream))
21474 return 0;
21475 ;
21476 return 0;
21477 }
21478 _ACEOF
21479 rm -f conftest.$ac_objext
21480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21481 (eval $ac_compile) 2>conftest.er1
21482 ac_status=$?
21483 grep -v '^ *+' conftest.er1 >conftest.err
21484 rm -f conftest.er1
21485 cat conftest.err >&5
21486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21487 (exit $ac_status); } &&
21488 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21490 (eval $ac_try) 2>&5
21491 ac_status=$?
21492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21493 (exit $ac_status); }; } &&
21494 { ac_try='test -s conftest.$ac_objext'
21495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21496 (eval $ac_try) 2>&5
21497 ac_status=$?
21498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21499 (exit $ac_status); }; }; then
21500 ac_cv_type_std__istream=yes
21501 else
21502 echo "$as_me: failed program was:" >&5
21503 sed 's/^/| /' conftest.$ac_ext >&5
21504
21505 ac_cv_type_std__istream=no
21506 fi
21507 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21508 fi
21509 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
21510 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
21511 if test $ac_cv_type_std__istream = yes; then
21512
21513 cat >>confdefs.h <<_ACEOF
21514 #define HAVE_STD__ISTREAM 1
21515 _ACEOF
21516
21517
21518 else
21519 wxUSE_STD_IOSTREAM=no
21520 fi
21521 echo "$as_me:$LINENO: checking for std::ostream" >&5
21522 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
21523 if test "${ac_cv_type_std__ostream+set}" = set; then
21524 echo $ECHO_N "(cached) $ECHO_C" >&6
21525 else
21526 cat >conftest.$ac_ext <<_ACEOF
21527 /* confdefs.h. */
21528 _ACEOF
21529 cat confdefs.h >>conftest.$ac_ext
21530 cat >>conftest.$ac_ext <<_ACEOF
21531 /* end confdefs.h. */
21532 #include <iostream>
21533
21534 int
21535 main ()
21536 {
21537 if ((std::ostream *) 0)
21538 return 0;
21539 if (sizeof (std::ostream))
21540 return 0;
21541 ;
21542 return 0;
21543 }
21544 _ACEOF
21545 rm -f conftest.$ac_objext
21546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21547 (eval $ac_compile) 2>conftest.er1
21548 ac_status=$?
21549 grep -v '^ *+' conftest.er1 >conftest.err
21550 rm -f conftest.er1
21551 cat conftest.err >&5
21552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21553 (exit $ac_status); } &&
21554 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21556 (eval $ac_try) 2>&5
21557 ac_status=$?
21558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21559 (exit $ac_status); }; } &&
21560 { ac_try='test -s conftest.$ac_objext'
21561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21562 (eval $ac_try) 2>&5
21563 ac_status=$?
21564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21565 (exit $ac_status); }; }; then
21566 ac_cv_type_std__ostream=yes
21567 else
21568 echo "$as_me: failed program was:" >&5
21569 sed 's/^/| /' conftest.$ac_ext >&5
21570
21571 ac_cv_type_std__ostream=no
21572 fi
21573 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21574 fi
21575 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
21576 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
21577 if test $ac_cv_type_std__ostream = yes; then
21578
21579 cat >>confdefs.h <<_ACEOF
21580 #define HAVE_STD__OSTREAM 1
21581 _ACEOF
21582
21583
21584 else
21585 wxUSE_STD_IOSTREAM=no
21586 fi
21587
21588
21589 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21590 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
21591 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
21592 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
21593 { (exit 1); exit 1; }; }
21594 else
21595 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21596 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21597 fi
21598 fi
21599
21600 ac_ext=c
21601 ac_cpp='$CPP $CPPFLAGS'
21602 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21603 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21604 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21605
21606 fi
21607
21608 if test "$wxUSE_STL" = "yes"; then
21609 ac_ext=cc
21610 ac_cpp='$CXXCPP $CPPFLAGS'
21611 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21612 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21613 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21614
21615
21616 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21617 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
21618 cat >conftest.$ac_ext <<_ACEOF
21619 /* confdefs.h. */
21620 _ACEOF
21621 cat confdefs.h >>conftest.$ac_ext
21622 cat >>conftest.$ac_ext <<_ACEOF
21623 /* end confdefs.h. */
21624 #include <string>
21625 #include <functional>
21626 #include <algorithm>
21627 #include <vector>
21628 #include <list>
21629 int
21630 main ()
21631 {
21632 std::vector<int> moo;
21633 std::list<int> foo;
21634 std::vector<int>::iterator it =
21635 std::find_if(moo.begin(), moo.end(),
21636 std::bind2nd(std::less<int>(), 3));
21637 ;
21638 return 0;
21639 }
21640 _ACEOF
21641 rm -f conftest.$ac_objext
21642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21643 (eval $ac_compile) 2>conftest.er1
21644 ac_status=$?
21645 grep -v '^ *+' conftest.er1 >conftest.err
21646 rm -f conftest.er1
21647 cat conftest.err >&5
21648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21649 (exit $ac_status); } &&
21650 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21652 (eval $ac_try) 2>&5
21653 ac_status=$?
21654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21655 (exit $ac_status); }; } &&
21656 { ac_try='test -s conftest.$ac_objext'
21657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21658 (eval $ac_try) 2>&5
21659 ac_status=$?
21660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21661 (exit $ac_status); }; }; then
21662 echo "$as_me:$LINENO: result: yes" >&5
21663 echo "${ECHO_T}yes" >&6
21664 else
21665 echo "$as_me: failed program was:" >&5
21666 sed 's/^/| /' conftest.$ac_ext >&5
21667
21668 echo "$as_me:$LINENO: result: no" >&5
21669 echo "${ECHO_T}no" >&6
21670 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
21671 echo "$as_me: error: Basic STL functionality missing" >&2;}
21672 { (exit 1); exit 1; }; }
21673 fi
21674 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21675
21676 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
21677 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
21678 cat >conftest.$ac_ext <<_ACEOF
21679 /* confdefs.h. */
21680 _ACEOF
21681 cat confdefs.h >>conftest.$ac_ext
21682 cat >>conftest.$ac_ext <<_ACEOF
21683 /* end confdefs.h. */
21684 #include <string>
21685 int
21686 main ()
21687 {
21688 std::string foo, bar;
21689 foo.compare(bar);
21690 foo.compare(1, 1, bar);
21691 foo.compare(1, 1, bar, 1, 1);
21692 foo.compare("");
21693 foo.compare(1, 1, "");
21694 foo.compare(1, 1, "", 2);
21695 ;
21696 return 0;
21697 }
21698 _ACEOF
21699 rm -f conftest.$ac_objext
21700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21701 (eval $ac_compile) 2>conftest.er1
21702 ac_status=$?
21703 grep -v '^ *+' conftest.er1 >conftest.err
21704 rm -f conftest.er1
21705 cat conftest.err >&5
21706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21707 (exit $ac_status); } &&
21708 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21710 (eval $ac_try) 2>&5
21711 ac_status=$?
21712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21713 (exit $ac_status); }; } &&
21714 { ac_try='test -s conftest.$ac_objext'
21715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21716 (eval $ac_try) 2>&5
21717 ac_status=$?
21718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21719 (exit $ac_status); }; }; then
21720 echo "$as_me:$LINENO: result: yes" >&5
21721 echo "${ECHO_T}yes" >&6
21722 cat >>confdefs.h <<\_ACEOF
21723 #define HAVE_STD_STRING_COMPARE 1
21724 _ACEOF
21725
21726 else
21727 echo "$as_me: failed program was:" >&5
21728 sed 's/^/| /' conftest.$ac_ext >&5
21729
21730 echo "$as_me:$LINENO: result: no" >&5
21731 echo "${ECHO_T}no" >&6
21732 fi
21733 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21734
21735 if test "${ac_cv_header_hash_map+set}" = set; then
21736 echo "$as_me:$LINENO: checking for hash_map" >&5
21737 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21738 if test "${ac_cv_header_hash_map+set}" = set; then
21739 echo $ECHO_N "(cached) $ECHO_C" >&6
21740 fi
21741 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21742 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21743 else
21744 # Is the header compilable?
21745 echo "$as_me:$LINENO: checking hash_map usability" >&5
21746 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
21747 cat >conftest.$ac_ext <<_ACEOF
21748 /* confdefs.h. */
21749 _ACEOF
21750 cat confdefs.h >>conftest.$ac_ext
21751 cat >>conftest.$ac_ext <<_ACEOF
21752 /* end confdefs.h. */
21753 $ac_includes_default
21754 #include <hash_map>
21755 _ACEOF
21756 rm -f conftest.$ac_objext
21757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21758 (eval $ac_compile) 2>conftest.er1
21759 ac_status=$?
21760 grep -v '^ *+' conftest.er1 >conftest.err
21761 rm -f conftest.er1
21762 cat conftest.err >&5
21763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21764 (exit $ac_status); } &&
21765 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21767 (eval $ac_try) 2>&5
21768 ac_status=$?
21769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21770 (exit $ac_status); }; } &&
21771 { ac_try='test -s conftest.$ac_objext'
21772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21773 (eval $ac_try) 2>&5
21774 ac_status=$?
21775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21776 (exit $ac_status); }; }; then
21777 ac_header_compiler=yes
21778 else
21779 echo "$as_me: failed program was:" >&5
21780 sed 's/^/| /' conftest.$ac_ext >&5
21781
21782 ac_header_compiler=no
21783 fi
21784 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21785 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21786 echo "${ECHO_T}$ac_header_compiler" >&6
21787
21788 # Is the header present?
21789 echo "$as_me:$LINENO: checking hash_map presence" >&5
21790 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
21791 cat >conftest.$ac_ext <<_ACEOF
21792 /* confdefs.h. */
21793 _ACEOF
21794 cat confdefs.h >>conftest.$ac_ext
21795 cat >>conftest.$ac_ext <<_ACEOF
21796 /* end confdefs.h. */
21797 #include <hash_map>
21798 _ACEOF
21799 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21800 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21801 ac_status=$?
21802 grep -v '^ *+' conftest.er1 >conftest.err
21803 rm -f conftest.er1
21804 cat conftest.err >&5
21805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21806 (exit $ac_status); } >/dev/null; then
21807 if test -s conftest.err; then
21808 ac_cpp_err=$ac_cxx_preproc_warn_flag
21809 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
21810 else
21811 ac_cpp_err=
21812 fi
21813 else
21814 ac_cpp_err=yes
21815 fi
21816 if test -z "$ac_cpp_err"; then
21817 ac_header_preproc=yes
21818 else
21819 echo "$as_me: failed program was:" >&5
21820 sed 's/^/| /' conftest.$ac_ext >&5
21821
21822 ac_header_preproc=no
21823 fi
21824 rm -f conftest.err conftest.$ac_ext
21825 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21826 echo "${ECHO_T}$ac_header_preproc" >&6
21827
21828 # So? What about this header?
21829 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21830 yes:no: )
21831 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
21832 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
21833 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
21834 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
21835 ac_header_preproc=yes
21836 ;;
21837 no:yes:* )
21838 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
21839 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
21840 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
21841 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
21842 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
21843 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
21844 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
21845 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
21846 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
21847 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
21848 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
21849 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
21850 (
21851 cat <<\_ASBOX
21852 ## ----------------------------------------- ##
21853 ## Report this to wx-dev@lists.wxwidgets.org ##
21854 ## ----------------------------------------- ##
21855 _ASBOX
21856 ) |
21857 sed "s/^/$as_me: WARNING: /" >&2
21858 ;;
21859 esac
21860 echo "$as_me:$LINENO: checking for hash_map" >&5
21861 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21862 if test "${ac_cv_header_hash_map+set}" = set; then
21863 echo $ECHO_N "(cached) $ECHO_C" >&6
21864 else
21865 ac_cv_header_hash_map=$ac_header_preproc
21866 fi
21867 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21868 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21869
21870 fi
21871 if test $ac_cv_header_hash_map = yes; then
21872 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
21873 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
21874 cat >conftest.$ac_ext <<_ACEOF
21875 /* confdefs.h. */
21876 _ACEOF
21877 cat confdefs.h >>conftest.$ac_ext
21878 cat >>conftest.$ac_ext <<_ACEOF
21879 /* end confdefs.h. */
21880 #include <hash_map>
21881 #include <hash_set>
21882 int
21883 main ()
21884 {
21885 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21886 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21887 ;
21888 return 0;
21889 }
21890 _ACEOF
21891 rm -f conftest.$ac_objext
21892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21893 (eval $ac_compile) 2>conftest.er1
21894 ac_status=$?
21895 grep -v '^ *+' conftest.er1 >conftest.err
21896 rm -f conftest.er1
21897 cat conftest.err >&5
21898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21899 (exit $ac_status); } &&
21900 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21902 (eval $ac_try) 2>&5
21903 ac_status=$?
21904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21905 (exit $ac_status); }; } &&
21906 { ac_try='test -s conftest.$ac_objext'
21907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21908 (eval $ac_try) 2>&5
21909 ac_status=$?
21910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21911 (exit $ac_status); }; }; then
21912 echo "$as_me:$LINENO: result: yes" >&5
21913 echo "${ECHO_T}yes" >&6
21914 cat >>confdefs.h <<\_ACEOF
21915 #define HAVE_HASH_MAP 1
21916 _ACEOF
21917
21918 cat >>confdefs.h <<\_ACEOF
21919 #define HAVE_STD_HASH_MAP 1
21920 _ACEOF
21921
21922 else
21923 echo "$as_me: failed program was:" >&5
21924 sed 's/^/| /' conftest.$ac_ext >&5
21925
21926 echo "$as_me:$LINENO: result: no" >&5
21927 echo "${ECHO_T}no" >&6
21928 fi
21929 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21930
21931 fi
21932
21933
21934
21935 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21936 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
21937 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
21938 if test "${ac_cv_header_ext_hash_map+set}" = set; then
21939 echo $ECHO_N "(cached) $ECHO_C" >&6
21940 fi
21941 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
21942 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
21943 else
21944 # Is the header compilable?
21945 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
21946 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
21947 cat >conftest.$ac_ext <<_ACEOF
21948 /* confdefs.h. */
21949 _ACEOF
21950 cat confdefs.h >>conftest.$ac_ext
21951 cat >>conftest.$ac_ext <<_ACEOF
21952 /* end confdefs.h. */
21953 $ac_includes_default
21954 #include <ext/hash_map>
21955 _ACEOF
21956 rm -f conftest.$ac_objext
21957 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21958 (eval $ac_compile) 2>conftest.er1
21959 ac_status=$?
21960 grep -v '^ *+' conftest.er1 >conftest.err
21961 rm -f conftest.er1
21962 cat conftest.err >&5
21963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21964 (exit $ac_status); } &&
21965 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21967 (eval $ac_try) 2>&5
21968 ac_status=$?
21969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21970 (exit $ac_status); }; } &&
21971 { ac_try='test -s conftest.$ac_objext'
21972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21973 (eval $ac_try) 2>&5
21974 ac_status=$?
21975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21976 (exit $ac_status); }; }; then
21977 ac_header_compiler=yes
21978 else
21979 echo "$as_me: failed program was:" >&5
21980 sed 's/^/| /' conftest.$ac_ext >&5
21981
21982 ac_header_compiler=no
21983 fi
21984 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21985 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21986 echo "${ECHO_T}$ac_header_compiler" >&6
21987
21988 # Is the header present?
21989 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
21990 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
21991 cat >conftest.$ac_ext <<_ACEOF
21992 /* confdefs.h. */
21993 _ACEOF
21994 cat confdefs.h >>conftest.$ac_ext
21995 cat >>conftest.$ac_ext <<_ACEOF
21996 /* end confdefs.h. */
21997 #include <ext/hash_map>
21998 _ACEOF
21999 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22000 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22001 ac_status=$?
22002 grep -v '^ *+' conftest.er1 >conftest.err
22003 rm -f conftest.er1
22004 cat conftest.err >&5
22005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22006 (exit $ac_status); } >/dev/null; then
22007 if test -s conftest.err; then
22008 ac_cpp_err=$ac_cxx_preproc_warn_flag
22009 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
22010 else
22011 ac_cpp_err=
22012 fi
22013 else
22014 ac_cpp_err=yes
22015 fi
22016 if test -z "$ac_cpp_err"; then
22017 ac_header_preproc=yes
22018 else
22019 echo "$as_me: failed program was:" >&5
22020 sed 's/^/| /' conftest.$ac_ext >&5
22021
22022 ac_header_preproc=no
22023 fi
22024 rm -f conftest.err conftest.$ac_ext
22025 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22026 echo "${ECHO_T}$ac_header_preproc" >&6
22027
22028 # So? What about this header?
22029 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22030 yes:no: )
22031 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22032 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
22033 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
22034 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
22035 ac_header_preproc=yes
22036 ;;
22037 no:yes:* )
22038 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
22039 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
22040 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
22041 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
22042 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
22043 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
22044 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
22045 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
22046 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
22047 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
22048 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
22049 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
22050 (
22051 cat <<\_ASBOX
22052 ## ----------------------------------------- ##
22053 ## Report this to wx-dev@lists.wxwidgets.org ##
22054 ## ----------------------------------------- ##
22055 _ASBOX
22056 ) |
22057 sed "s/^/$as_me: WARNING: /" >&2
22058 ;;
22059 esac
22060 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22061 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22062 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22063 echo $ECHO_N "(cached) $ECHO_C" >&6
22064 else
22065 ac_cv_header_ext_hash_map=$ac_header_preproc
22066 fi
22067 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22068 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22069
22070 fi
22071 if test $ac_cv_header_ext_hash_map = yes; then
22072 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22073 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22074 cat >conftest.$ac_ext <<_ACEOF
22075 /* confdefs.h. */
22076 _ACEOF
22077 cat confdefs.h >>conftest.$ac_ext
22078 cat >>conftest.$ac_ext <<_ACEOF
22079 /* end confdefs.h. */
22080 #include <ext/hash_map>
22081 #include <ext/hash_set>
22082 int
22083 main ()
22084 {
22085 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
22086 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
22087 ;
22088 return 0;
22089 }
22090 _ACEOF
22091 rm -f conftest.$ac_objext
22092 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22093 (eval $ac_compile) 2>conftest.er1
22094 ac_status=$?
22095 grep -v '^ *+' conftest.er1 >conftest.err
22096 rm -f conftest.er1
22097 cat conftest.err >&5
22098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22099 (exit $ac_status); } &&
22100 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22102 (eval $ac_try) 2>&5
22103 ac_status=$?
22104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22105 (exit $ac_status); }; } &&
22106 { ac_try='test -s conftest.$ac_objext'
22107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22108 (eval $ac_try) 2>&5
22109 ac_status=$?
22110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22111 (exit $ac_status); }; }; then
22112 echo "$as_me:$LINENO: result: yes" >&5
22113 echo "${ECHO_T}yes" >&6
22114 cat >>confdefs.h <<\_ACEOF
22115 #define HAVE_EXT_HASH_MAP 1
22116 _ACEOF
22117
22118 cat >>confdefs.h <<\_ACEOF
22119 #define HAVE_GNU_CXX_HASH_MAP 1
22120 _ACEOF
22121
22122 else
22123 echo "$as_me: failed program was:" >&5
22124 sed 's/^/| /' conftest.$ac_ext >&5
22125
22126 echo "$as_me:$LINENO: result: no" >&5
22127 echo "${ECHO_T}no" >&6
22128 fi
22129 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22130
22131 fi
22132
22133
22134
22135 ac_ext=c
22136 ac_cpp='$CPP $CPPFLAGS'
22137 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22138 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22139 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22140
22141 fi
22142
22143
22144 SEARCH_INCLUDE="\
22145 /usr/local/include \
22146 \
22147 /usr/Motif-2.1/include \
22148 /usr/Motif-1.2/include \
22149 /usr/include/Motif1.2 \
22150 /opt/xpm/include/X11 \
22151 /opt/GBxpm/include/ \
22152 /opt/GBxpm/X11/include/ \
22153 \
22154 /usr/dt/include \
22155 /usr/openwin/include \
22156 \
22157 /usr/include/Xm \
22158 \
22159 /usr/X11R6/include \
22160 /usr/X11R6.4/include \
22161 /usr/X11R5/include \
22162 /usr/X11R4/include \
22163 \
22164 /usr/include/X11R6 \
22165 /usr/include/X11R5 \
22166 /usr/include/X11R4 \
22167 \
22168 /usr/local/X11R6/include \
22169 /usr/local/X11R5/include \
22170 /usr/local/X11R4/include \
22171 \
22172 /usr/local/include/X11R6 \
22173 /usr/local/include/X11R5 \
22174 /usr/local/include/X11R4 \
22175 \
22176 /usr/X11/include \
22177 /usr/include/X11 \
22178 /usr/local/X11/include \
22179 /usr/local/include/X11 \
22180 \
22181 /usr/X386/include \
22182 /usr/x386/include \
22183 /usr/XFree86/include/X11 \
22184 \
22185 X:/XFree86/include \
22186 X:/XFree86/include/X11 \
22187 \
22188 /usr/include/gtk \
22189 /usr/local/include/gtk \
22190 /usr/include/glib \
22191 /usr/local/include/glib \
22192 \
22193 /usr/include/qt \
22194 /usr/local/include/qt \
22195 \
22196 /usr/local/arm/3.3.2/include \
22197 \
22198 /usr/include/windows \
22199 /usr/include/wine \
22200 /usr/local/include/wine \
22201 \
22202 /usr/unsupported/include \
22203 /usr/athena/include \
22204 /usr/local/x11r5/include \
22205 /usr/lpp/Xamples/include \
22206 \
22207 /usr/openwin/share/include"
22208
22209 SEARCH_LIB="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`"
22210
22211 if test "$build" != "$host" -a "$GCC" = yes; then
22212 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
22213 cross_root=`dirname $cross_root`
22214 cross_root=`dirname $cross_root`
22215
22216 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22217 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22218
22219 if test -z "$PKG_CONFIG_PATH"; then
22220 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
22221 export PKG_CONFIG_PATH
22222 fi
22223
22224 if test -z "$x_includes" -o "$x_includes" = NONE; then
22225
22226 ac_find_includes=
22227 for ac_dir in $SEARCH_INCLUDE /usr/include;
22228 do
22229 if test -f "$ac_dir/X11/Intrinsic.h"; then
22230 ac_find_includes=$ac_dir
22231 break
22232 fi
22233 done
22234
22235 x_includes=$ac_find_includes
22236 fi
22237 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
22238
22239 ac_find_libraries=
22240 for ac_dir in $SEARCH_LIB /usr/lib;
22241 do
22242 for ac_extension in a so sl dylib dll.a; do
22243 if test -f "$ac_dir/libXt.$ac_extension"; then
22244 ac_find_libraries=$ac_dir
22245 break 2
22246 fi
22247 done
22248 done
22249
22250 x_libraries=$ac_find_libraries
22251 fi
22252 fi
22253 fi
22254
22255
22256 cat >confcache <<\_ACEOF
22257 # This file is a shell script that caches the results of configure
22258 # tests run on this system so they can be shared between configure
22259 # scripts and configure runs, see configure's option --config-cache.
22260 # It is not useful on other systems. If it contains results you don't
22261 # want to keep, you may remove or edit it.
22262 #
22263 # config.status only pays attention to the cache file if you give it
22264 # the --recheck option to rerun configure.
22265 #
22266 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22267 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22268 # following values.
22269
22270 _ACEOF
22271
22272 # The following way of writing the cache mishandles newlines in values,
22273 # but we know of no workaround that is simple, portable, and efficient.
22274 # So, don't put newlines in cache variables' values.
22275 # Ultrix sh set writes to stderr and can't be redirected directly,
22276 # and sets the high bit in the cache file unless we assign to the vars.
22277 {
22278 (set) 2>&1 |
22279 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22280 *ac_space=\ *)
22281 # `set' does not quote correctly, so add quotes (double-quote
22282 # substitution turns \\\\ into \\, and sed turns \\ into \).
22283 sed -n \
22284 "s/'/'\\\\''/g;
22285 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22286 ;;
22287 *)
22288 # `set' quotes correctly as required by POSIX, so do not add quotes.
22289 sed -n \
22290 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
22291 ;;
22292 esac;
22293 } |
22294 sed '
22295 t clear
22296 : clear
22297 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22298 t end
22299 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22300 : end' >>confcache
22301 if diff $cache_file confcache >/dev/null 2>&1; then :; else
22302 if test -w $cache_file; then
22303 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22304 cat confcache >$cache_file
22305 else
22306 echo "not updating unwritable cache $cache_file"
22307 fi
22308 fi
22309 rm -f confcache
22310
22311 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
22312 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
22313 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
22314 if test "${wx_cv_lib_glibc21+set}" = set; then
22315 echo $ECHO_N "(cached) $ECHO_C" >&6
22316 else
22317
22318 cat >conftest.$ac_ext <<_ACEOF
22319 /* confdefs.h. */
22320 _ACEOF
22321 cat confdefs.h >>conftest.$ac_ext
22322 cat >>conftest.$ac_ext <<_ACEOF
22323 /* end confdefs.h. */
22324 #include <features.h>
22325 int
22326 main ()
22327 {
22328
22329 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
22330 #error not glibc2.1
22331 #endif
22332
22333 ;
22334 return 0;
22335 }
22336 _ACEOF
22337 rm -f conftest.$ac_objext
22338 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22339 (eval $ac_compile) 2>conftest.er1
22340 ac_status=$?
22341 grep -v '^ *+' conftest.er1 >conftest.err
22342 rm -f conftest.er1
22343 cat conftest.err >&5
22344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22345 (exit $ac_status); } &&
22346 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22348 (eval $ac_try) 2>&5
22349 ac_status=$?
22350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22351 (exit $ac_status); }; } &&
22352 { ac_try='test -s conftest.$ac_objext'
22353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22354 (eval $ac_try) 2>&5
22355 ac_status=$?
22356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22357 (exit $ac_status); }; }; then
22358
22359 wx_cv_lib_glibc21=yes
22360
22361 else
22362 echo "$as_me: failed program was:" >&5
22363 sed 's/^/| /' conftest.$ac_ext >&5
22364
22365
22366 wx_cv_lib_glibc21=no
22367
22368
22369 fi
22370 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22371
22372 fi
22373 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
22374 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
22375 if test "$wx_cv_lib_glibc21" = "yes"; then
22376 cat >>confdefs.h <<\_ACEOF
22377 #define wxHAVE_GLIBC2 1
22378 _ACEOF
22379
22380 fi
22381 fi
22382
22383 if test "x$wx_cv_lib_glibc21" = "xyes"; then
22384 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
22385 cat >>confdefs.h <<\_ACEOF
22386 #define _GNU_SOURCE 1
22387 _ACEOF
22388
22389 fi
22390 fi
22391
22392
22393
22394 if test "$wxUSE_REGEX" != "no"; then
22395 cat >>confdefs.h <<\_ACEOF
22396 #define wxUSE_REGEX 1
22397 _ACEOF
22398
22399
22400 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22401 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
22402 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
22403 wxUSE_REGEX=builtin
22404 fi
22405
22406 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22407 if test "${ac_cv_header_regex_h+set}" = set; then
22408 echo "$as_me:$LINENO: checking for regex.h" >&5
22409 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22410 if test "${ac_cv_header_regex_h+set}" = set; then
22411 echo $ECHO_N "(cached) $ECHO_C" >&6
22412 fi
22413 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22414 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22415 else
22416 # Is the header compilable?
22417 echo "$as_me:$LINENO: checking regex.h usability" >&5
22418 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
22419 cat >conftest.$ac_ext <<_ACEOF
22420 /* confdefs.h. */
22421 _ACEOF
22422 cat confdefs.h >>conftest.$ac_ext
22423 cat >>conftest.$ac_ext <<_ACEOF
22424 /* end confdefs.h. */
22425 $ac_includes_default
22426 #include <regex.h>
22427 _ACEOF
22428 rm -f conftest.$ac_objext
22429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22430 (eval $ac_compile) 2>conftest.er1
22431 ac_status=$?
22432 grep -v '^ *+' conftest.er1 >conftest.err
22433 rm -f conftest.er1
22434 cat conftest.err >&5
22435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22436 (exit $ac_status); } &&
22437 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22439 (eval $ac_try) 2>&5
22440 ac_status=$?
22441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22442 (exit $ac_status); }; } &&
22443 { ac_try='test -s conftest.$ac_objext'
22444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22445 (eval $ac_try) 2>&5
22446 ac_status=$?
22447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22448 (exit $ac_status); }; }; then
22449 ac_header_compiler=yes
22450 else
22451 echo "$as_me: failed program was:" >&5
22452 sed 's/^/| /' conftest.$ac_ext >&5
22453
22454 ac_header_compiler=no
22455 fi
22456 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22457 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22458 echo "${ECHO_T}$ac_header_compiler" >&6
22459
22460 # Is the header present?
22461 echo "$as_me:$LINENO: checking regex.h presence" >&5
22462 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
22463 cat >conftest.$ac_ext <<_ACEOF
22464 /* confdefs.h. */
22465 _ACEOF
22466 cat confdefs.h >>conftest.$ac_ext
22467 cat >>conftest.$ac_ext <<_ACEOF
22468 /* end confdefs.h. */
22469 #include <regex.h>
22470 _ACEOF
22471 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22472 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22473 ac_status=$?
22474 grep -v '^ *+' conftest.er1 >conftest.err
22475 rm -f conftest.er1
22476 cat conftest.err >&5
22477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22478 (exit $ac_status); } >/dev/null; then
22479 if test -s conftest.err; then
22480 ac_cpp_err=$ac_c_preproc_warn_flag
22481 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22482 else
22483 ac_cpp_err=
22484 fi
22485 else
22486 ac_cpp_err=yes
22487 fi
22488 if test -z "$ac_cpp_err"; then
22489 ac_header_preproc=yes
22490 else
22491 echo "$as_me: failed program was:" >&5
22492 sed 's/^/| /' conftest.$ac_ext >&5
22493
22494 ac_header_preproc=no
22495 fi
22496 rm -f conftest.err conftest.$ac_ext
22497 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22498 echo "${ECHO_T}$ac_header_preproc" >&6
22499
22500 # So? What about this header?
22501 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22502 yes:no: )
22503 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22504 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22505 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22506 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22507 ac_header_preproc=yes
22508 ;;
22509 no:yes:* )
22510 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22511 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
22512 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22513 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22514 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22515 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22516 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22517 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
22518 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22519 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
22520 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22521 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
22522 (
22523 cat <<\_ASBOX
22524 ## ----------------------------------------- ##
22525 ## Report this to wx-dev@lists.wxwidgets.org ##
22526 ## ----------------------------------------- ##
22527 _ASBOX
22528 ) |
22529 sed "s/^/$as_me: WARNING: /" >&2
22530 ;;
22531 esac
22532 echo "$as_me:$LINENO: checking for regex.h" >&5
22533 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22534 if test "${ac_cv_header_regex_h+set}" = set; then
22535 echo $ECHO_N "(cached) $ECHO_C" >&6
22536 else
22537 ac_cv_header_regex_h=$ac_header_preproc
22538 fi
22539 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22540 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22541
22542 fi
22543 if test $ac_cv_header_regex_h = yes; then
22544
22545 for ac_func in regcomp
22546 do
22547 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22548 echo "$as_me:$LINENO: checking for $ac_func" >&5
22549 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22550 if eval "test \"\${$as_ac_var+set}\" = set"; then
22551 echo $ECHO_N "(cached) $ECHO_C" >&6
22552 else
22553 cat >conftest.$ac_ext <<_ACEOF
22554 /* confdefs.h. */
22555 _ACEOF
22556 cat confdefs.h >>conftest.$ac_ext
22557 cat >>conftest.$ac_ext <<_ACEOF
22558 /* end confdefs.h. */
22559 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22560 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22561 #define $ac_func innocuous_$ac_func
22562
22563 /* System header to define __stub macros and hopefully few prototypes,
22564 which can conflict with char $ac_func (); below.
22565 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22566 <limits.h> exists even on freestanding compilers. */
22567
22568 #ifdef __STDC__
22569 # include <limits.h>
22570 #else
22571 # include <assert.h>
22572 #endif
22573
22574 #undef $ac_func
22575
22576 /* Override any gcc2 internal prototype to avoid an error. */
22577 #ifdef __cplusplus
22578 extern "C"
22579 {
22580 #endif
22581 /* We use char because int might match the return type of a gcc2
22582 builtin and then its argument prototype would still apply. */
22583 char $ac_func ();
22584 /* The GNU C library defines this for functions which it implements
22585 to always fail with ENOSYS. Some functions are actually named
22586 something starting with __ and the normal name is an alias. */
22587 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22588 choke me
22589 #else
22590 char (*f) () = $ac_func;
22591 #endif
22592 #ifdef __cplusplus
22593 }
22594 #endif
22595
22596 int
22597 main ()
22598 {
22599 return f != $ac_func;
22600 ;
22601 return 0;
22602 }
22603 _ACEOF
22604 rm -f conftest.$ac_objext conftest$ac_exeext
22605 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22606 (eval $ac_link) 2>conftest.er1
22607 ac_status=$?
22608 grep -v '^ *+' conftest.er1 >conftest.err
22609 rm -f conftest.er1
22610 cat conftest.err >&5
22611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22612 (exit $ac_status); } &&
22613 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22615 (eval $ac_try) 2>&5
22616 ac_status=$?
22617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22618 (exit $ac_status); }; } &&
22619 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
22625 eval "$as_ac_var=yes"
22626 else
22627 echo "$as_me: failed program was:" >&5
22628 sed 's/^/| /' conftest.$ac_ext >&5
22629
22630 eval "$as_ac_var=no"
22631 fi
22632 rm -f conftest.err conftest.$ac_objext \
22633 conftest$ac_exeext conftest.$ac_ext
22634 fi
22635 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22636 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22637 if test `eval echo '${'$as_ac_var'}'` = yes; then
22638 cat >>confdefs.h <<_ACEOF
22639 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22640 _ACEOF
22641
22642 fi
22643 done
22644
22645 fi
22646
22647
22648
22649 if test "x$ac_cv_func_regcomp" != "xyes"; then
22650 if test "$wxUSE_REGEX" = "sys" ; then
22651 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
22652 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
22653 { (exit 1); exit 1; }; }
22654 else
22655 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
22656 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22657 wxUSE_REGEX=builtin
22658 fi
22659 else
22660 wxUSE_REGEX=sys
22661 cat >>confdefs.h <<\_ACEOF
22662 #define WX_NO_REGEX_ADVANCED 1
22663 _ACEOF
22664
22665 fi
22666 fi
22667 fi
22668
22669
22670 ZLIB_LINK=
22671 if test "$wxUSE_ZLIB" != "no" ; then
22672 cat >>confdefs.h <<\_ACEOF
22673 #define wxUSE_ZLIB 1
22674 _ACEOF
22675
22676
22677 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22678 if test "$USE_DARWIN" = 1; then
22679 system_zlib_h_ok="yes"
22680 else
22681 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
22682 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
22683 if test "${ac_cv_header_zlib_h+set}" = set; then
22684 echo $ECHO_N "(cached) $ECHO_C" >&6
22685 else
22686 if test "$cross_compiling" = yes; then
22687 unset ac_cv_header_zlib_h
22688
22689 else
22690 cat >conftest.$ac_ext <<_ACEOF
22691 /* confdefs.h. */
22692 _ACEOF
22693 cat confdefs.h >>conftest.$ac_ext
22694 cat >>conftest.$ac_ext <<_ACEOF
22695 /* end confdefs.h. */
22696
22697 #include <zlib.h>
22698 #include <stdio.h>
22699
22700 int main()
22701 {
22702 FILE *f=fopen("conftestval", "w");
22703 if (!f) exit(1);
22704 fprintf(f, "%s",
22705 ZLIB_VERSION[0] == '1' &&
22706 (ZLIB_VERSION[2] > '1' ||
22707 (ZLIB_VERSION[2] == '1' &&
22708 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22709 exit(0);
22710 }
22711
22712 _ACEOF
22713 rm -f conftest$ac_exeext
22714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22715 (eval $ac_link) 2>&5
22716 ac_status=$?
22717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22718 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22720 (eval $ac_try) 2>&5
22721 ac_status=$?
22722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22723 (exit $ac_status); }; }; then
22724 ac_cv_header_zlib_h=`cat conftestval`
22725 else
22726 echo "$as_me: program exited with status $ac_status" >&5
22727 echo "$as_me: failed program was:" >&5
22728 sed 's/^/| /' conftest.$ac_ext >&5
22729
22730 ( exit $ac_status )
22731 ac_cv_header_zlib_h=no
22732 fi
22733 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22734 fi
22735
22736 fi
22737 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22738 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22739 if test "${ac_cv_header_zlib_h+set}" = set; then
22740 echo "$as_me:$LINENO: checking for zlib.h" >&5
22741 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22742 if test "${ac_cv_header_zlib_h+set}" = set; then
22743 echo $ECHO_N "(cached) $ECHO_C" >&6
22744 fi
22745 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22746 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22747 else
22748 # Is the header compilable?
22749 echo "$as_me:$LINENO: checking zlib.h usability" >&5
22750 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
22751 cat >conftest.$ac_ext <<_ACEOF
22752 /* confdefs.h. */
22753 _ACEOF
22754 cat confdefs.h >>conftest.$ac_ext
22755 cat >>conftest.$ac_ext <<_ACEOF
22756 /* end confdefs.h. */
22757 $ac_includes_default
22758 #include <zlib.h>
22759 _ACEOF
22760 rm -f conftest.$ac_objext
22761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22762 (eval $ac_compile) 2>conftest.er1
22763 ac_status=$?
22764 grep -v '^ *+' conftest.er1 >conftest.err
22765 rm -f conftest.er1
22766 cat conftest.err >&5
22767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22768 (exit $ac_status); } &&
22769 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22771 (eval $ac_try) 2>&5
22772 ac_status=$?
22773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22774 (exit $ac_status); }; } &&
22775 { ac_try='test -s conftest.$ac_objext'
22776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22777 (eval $ac_try) 2>&5
22778 ac_status=$?
22779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22780 (exit $ac_status); }; }; then
22781 ac_header_compiler=yes
22782 else
22783 echo "$as_me: failed program was:" >&5
22784 sed 's/^/| /' conftest.$ac_ext >&5
22785
22786 ac_header_compiler=no
22787 fi
22788 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22789 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22790 echo "${ECHO_T}$ac_header_compiler" >&6
22791
22792 # Is the header present?
22793 echo "$as_me:$LINENO: checking zlib.h presence" >&5
22794 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
22795 cat >conftest.$ac_ext <<_ACEOF
22796 /* confdefs.h. */
22797 _ACEOF
22798 cat confdefs.h >>conftest.$ac_ext
22799 cat >>conftest.$ac_ext <<_ACEOF
22800 /* end confdefs.h. */
22801 #include <zlib.h>
22802 _ACEOF
22803 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22804 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22805 ac_status=$?
22806 grep -v '^ *+' conftest.er1 >conftest.err
22807 rm -f conftest.er1
22808 cat conftest.err >&5
22809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22810 (exit $ac_status); } >/dev/null; then
22811 if test -s conftest.err; then
22812 ac_cpp_err=$ac_c_preproc_warn_flag
22813 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22814 else
22815 ac_cpp_err=
22816 fi
22817 else
22818 ac_cpp_err=yes
22819 fi
22820 if test -z "$ac_cpp_err"; then
22821 ac_header_preproc=yes
22822 else
22823 echo "$as_me: failed program was:" >&5
22824 sed 's/^/| /' conftest.$ac_ext >&5
22825
22826 ac_header_preproc=no
22827 fi
22828 rm -f conftest.err conftest.$ac_ext
22829 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22830 echo "${ECHO_T}$ac_header_preproc" >&6
22831
22832 # So? What about this header?
22833 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22834 yes:no: )
22835 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
22836 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22837 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
22838 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
22839 ac_header_preproc=yes
22840 ;;
22841 no:yes:* )
22842 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
22843 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
22844 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
22845 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
22846 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
22847 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
22848 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
22849 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
22850 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
22851 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
22852 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
22853 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
22854 (
22855 cat <<\_ASBOX
22856 ## ----------------------------------------- ##
22857 ## Report this to wx-dev@lists.wxwidgets.org ##
22858 ## ----------------------------------------- ##
22859 _ASBOX
22860 ) |
22861 sed "s/^/$as_me: WARNING: /" >&2
22862 ;;
22863 esac
22864 echo "$as_me:$LINENO: checking for zlib.h" >&5
22865 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22866 if test "${ac_cv_header_zlib_h+set}" = set; then
22867 echo $ECHO_N "(cached) $ECHO_C" >&6
22868 else
22869 ac_cv_header_zlib_h=$ac_header_preproc
22870 fi
22871 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22872 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22873
22874 fi
22875
22876
22877
22878 system_zlib_h_ok=$ac_cv_header_zlib_h
22879 fi
22880
22881 if test "$system_zlib_h_ok" = "yes"; then
22882 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
22883 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
22884 if test "${ac_cv_lib_z_deflate+set}" = set; then
22885 echo $ECHO_N "(cached) $ECHO_C" >&6
22886 else
22887 ac_check_lib_save_LIBS=$LIBS
22888 LIBS="-lz $LIBS"
22889 cat >conftest.$ac_ext <<_ACEOF
22890 /* confdefs.h. */
22891 _ACEOF
22892 cat confdefs.h >>conftest.$ac_ext
22893 cat >>conftest.$ac_ext <<_ACEOF
22894 /* end confdefs.h. */
22895
22896 /* Override any gcc2 internal prototype to avoid an error. */
22897 #ifdef __cplusplus
22898 extern "C"
22899 #endif
22900 /* We use char because int might match the return type of a gcc2
22901 builtin and then its argument prototype would still apply. */
22902 char deflate ();
22903 int
22904 main ()
22905 {
22906 deflate ();
22907 ;
22908 return 0;
22909 }
22910 _ACEOF
22911 rm -f conftest.$ac_objext conftest$ac_exeext
22912 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22913 (eval $ac_link) 2>conftest.er1
22914 ac_status=$?
22915 grep -v '^ *+' conftest.er1 >conftest.err
22916 rm -f conftest.er1
22917 cat conftest.err >&5
22918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22919 (exit $ac_status); } &&
22920 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22922 (eval $ac_try) 2>&5
22923 ac_status=$?
22924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22925 (exit $ac_status); }; } &&
22926 { ac_try='test -s conftest$ac_exeext'
22927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22928 (eval $ac_try) 2>&5
22929 ac_status=$?
22930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22931 (exit $ac_status); }; }; then
22932 ac_cv_lib_z_deflate=yes
22933 else
22934 echo "$as_me: failed program was:" >&5
22935 sed 's/^/| /' conftest.$ac_ext >&5
22936
22937 ac_cv_lib_z_deflate=no
22938 fi
22939 rm -f conftest.err conftest.$ac_objext \
22940 conftest$ac_exeext conftest.$ac_ext
22941 LIBS=$ac_check_lib_save_LIBS
22942 fi
22943 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
22944 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
22945 if test $ac_cv_lib_z_deflate = yes; then
22946 ZLIB_LINK=" -lz"
22947 fi
22948
22949 fi
22950
22951 if test "x$ZLIB_LINK" = "x" ; then
22952 if test "$wxUSE_ZLIB" = "sys" ; then
22953 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
22954 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
22955 { (exit 1); exit 1; }; }
22956 else
22957 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
22958 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22959 wxUSE_ZLIB=builtin
22960 fi
22961 else
22962 wxUSE_ZLIB=sys
22963 fi
22964 fi
22965 fi
22966
22967
22968 PNG_LINK=
22969 if test "$wxUSE_LIBPNG" != "no" ; then
22970 cat >>confdefs.h <<\_ACEOF
22971 #define wxUSE_LIBPNG 1
22972 _ACEOF
22973
22974
22975 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
22976 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
22977 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
22978 wxUSE_LIBPNG=sys
22979 fi
22980
22981 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22982 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22983 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22984 wxUSE_LIBPNG=builtin
22985 fi
22986
22987 if test "$wxUSE_MGL" != 1 ; then
22988 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22989 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
22990 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
22991 if test "${ac_cv_header_png_h+set}" = set; then
22992 echo $ECHO_N "(cached) $ECHO_C" >&6
22993 else
22994 if test "$cross_compiling" = yes; then
22995 unset ac_cv_header_png_h
22996
22997 else
22998 cat >conftest.$ac_ext <<_ACEOF
22999 /* confdefs.h. */
23000 _ACEOF
23001 cat confdefs.h >>conftest.$ac_ext
23002 cat >>conftest.$ac_ext <<_ACEOF
23003 /* end confdefs.h. */
23004
23005 #include <png.h>
23006 #include <stdio.h>
23007
23008 int main()
23009 {
23010 FILE *f=fopen("conftestval", "w");
23011 if (!f) exit(1);
23012 fprintf(f, "%s",
23013 PNG_LIBPNG_VER > 90 ? "yes" : "no");
23014 exit(0);
23015 }
23016
23017 _ACEOF
23018 rm -f conftest$ac_exeext
23019 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23020 (eval $ac_link) 2>&5
23021 ac_status=$?
23022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23023 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23025 (eval $ac_try) 2>&5
23026 ac_status=$?
23027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23028 (exit $ac_status); }; }; then
23029 ac_cv_header_png_h=`cat conftestval`
23030 else
23031 echo "$as_me: program exited with status $ac_status" >&5
23032 echo "$as_me: failed program was:" >&5
23033 sed 's/^/| /' conftest.$ac_ext >&5
23034
23035 ( exit $ac_status )
23036 ac_cv_header_png_h=no
23037 fi
23038 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23039 fi
23040
23041 fi
23042 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23043 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23044 if test "${ac_cv_header_png_h+set}" = set; then
23045 echo "$as_me:$LINENO: checking for png.h" >&5
23046 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23047 if test "${ac_cv_header_png_h+set}" = set; then
23048 echo $ECHO_N "(cached) $ECHO_C" >&6
23049 fi
23050 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23051 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23052 else
23053 # Is the header compilable?
23054 echo "$as_me:$LINENO: checking png.h usability" >&5
23055 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
23056 cat >conftest.$ac_ext <<_ACEOF
23057 /* confdefs.h. */
23058 _ACEOF
23059 cat confdefs.h >>conftest.$ac_ext
23060 cat >>conftest.$ac_ext <<_ACEOF
23061 /* end confdefs.h. */
23062 $ac_includes_default
23063 #include <png.h>
23064 _ACEOF
23065 rm -f conftest.$ac_objext
23066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23067 (eval $ac_compile) 2>conftest.er1
23068 ac_status=$?
23069 grep -v '^ *+' conftest.er1 >conftest.err
23070 rm -f conftest.er1
23071 cat conftest.err >&5
23072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23073 (exit $ac_status); } &&
23074 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23076 (eval $ac_try) 2>&5
23077 ac_status=$?
23078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23079 (exit $ac_status); }; } &&
23080 { ac_try='test -s conftest.$ac_objext'
23081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23082 (eval $ac_try) 2>&5
23083 ac_status=$?
23084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23085 (exit $ac_status); }; }; then
23086 ac_header_compiler=yes
23087 else
23088 echo "$as_me: failed program was:" >&5
23089 sed 's/^/| /' conftest.$ac_ext >&5
23090
23091 ac_header_compiler=no
23092 fi
23093 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23094 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23095 echo "${ECHO_T}$ac_header_compiler" >&6
23096
23097 # Is the header present?
23098 echo "$as_me:$LINENO: checking png.h presence" >&5
23099 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
23100 cat >conftest.$ac_ext <<_ACEOF
23101 /* confdefs.h. */
23102 _ACEOF
23103 cat confdefs.h >>conftest.$ac_ext
23104 cat >>conftest.$ac_ext <<_ACEOF
23105 /* end confdefs.h. */
23106 #include <png.h>
23107 _ACEOF
23108 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23109 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23110 ac_status=$?
23111 grep -v '^ *+' conftest.er1 >conftest.err
23112 rm -f conftest.er1
23113 cat conftest.err >&5
23114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23115 (exit $ac_status); } >/dev/null; then
23116 if test -s conftest.err; then
23117 ac_cpp_err=$ac_c_preproc_warn_flag
23118 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23119 else
23120 ac_cpp_err=
23121 fi
23122 else
23123 ac_cpp_err=yes
23124 fi
23125 if test -z "$ac_cpp_err"; then
23126 ac_header_preproc=yes
23127 else
23128 echo "$as_me: failed program was:" >&5
23129 sed 's/^/| /' conftest.$ac_ext >&5
23130
23131 ac_header_preproc=no
23132 fi
23133 rm -f conftest.err conftest.$ac_ext
23134 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23135 echo "${ECHO_T}$ac_header_preproc" >&6
23136
23137 # So? What about this header?
23138 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23139 yes:no: )
23140 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
23141 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23142 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
23143 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
23144 ac_header_preproc=yes
23145 ;;
23146 no:yes:* )
23147 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
23148 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
23149 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
23150 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
23151 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
23152 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
23153 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
23154 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
23155 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
23156 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
23157 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
23158 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
23159 (
23160 cat <<\_ASBOX
23161 ## ----------------------------------------- ##
23162 ## Report this to wx-dev@lists.wxwidgets.org ##
23163 ## ----------------------------------------- ##
23164 _ASBOX
23165 ) |
23166 sed "s/^/$as_me: WARNING: /" >&2
23167 ;;
23168 esac
23169 echo "$as_me:$LINENO: checking for png.h" >&5
23170 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23171 if test "${ac_cv_header_png_h+set}" = set; then
23172 echo $ECHO_N "(cached) $ECHO_C" >&6
23173 else
23174 ac_cv_header_png_h=$ac_header_preproc
23175 fi
23176 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23177 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23178
23179 fi
23180
23181
23182
23183 if test "$ac_cv_header_png_h" = "yes"; then
23184 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
23185 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
23186 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
23187 echo $ECHO_N "(cached) $ECHO_C" >&6
23188 else
23189 ac_check_lib_save_LIBS=$LIBS
23190 LIBS="-lpng -lz -lm $LIBS"
23191 cat >conftest.$ac_ext <<_ACEOF
23192 /* confdefs.h. */
23193 _ACEOF
23194 cat confdefs.h >>conftest.$ac_ext
23195 cat >>conftest.$ac_ext <<_ACEOF
23196 /* end confdefs.h. */
23197
23198 /* Override any gcc2 internal prototype to avoid an error. */
23199 #ifdef __cplusplus
23200 extern "C"
23201 #endif
23202 /* We use char because int might match the return type of a gcc2
23203 builtin and then its argument prototype would still apply. */
23204 char png_check_sig ();
23205 int
23206 main ()
23207 {
23208 png_check_sig ();
23209 ;
23210 return 0;
23211 }
23212 _ACEOF
23213 rm -f conftest.$ac_objext conftest$ac_exeext
23214 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23215 (eval $ac_link) 2>conftest.er1
23216 ac_status=$?
23217 grep -v '^ *+' conftest.er1 >conftest.err
23218 rm -f conftest.er1
23219 cat conftest.err >&5
23220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23221 (exit $ac_status); } &&
23222 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23224 (eval $ac_try) 2>&5
23225 ac_status=$?
23226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23227 (exit $ac_status); }; } &&
23228 { ac_try='test -s conftest$ac_exeext'
23229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23230 (eval $ac_try) 2>&5
23231 ac_status=$?
23232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23233 (exit $ac_status); }; }; then
23234 ac_cv_lib_png_png_check_sig=yes
23235 else
23236 echo "$as_me: failed program was:" >&5
23237 sed 's/^/| /' conftest.$ac_ext >&5
23238
23239 ac_cv_lib_png_png_check_sig=no
23240 fi
23241 rm -f conftest.err conftest.$ac_objext \
23242 conftest$ac_exeext conftest.$ac_ext
23243 LIBS=$ac_check_lib_save_LIBS
23244 fi
23245 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
23246 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
23247 if test $ac_cv_lib_png_png_check_sig = yes; then
23248 PNG_LINK=" -lpng -lz"
23249 fi
23250
23251 fi
23252
23253 if test "x$PNG_LINK" = "x" ; then
23254 if test "$wxUSE_LIBPNG" = "sys" ; then
23255 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
23256 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
23257 { (exit 1); exit 1; }; }
23258 else
23259 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
23260 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
23261 wxUSE_LIBPNG=builtin
23262 fi
23263 else
23264 wxUSE_LIBPNG=sys
23265 fi
23266 fi
23267 fi
23268
23269 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
23270 fi
23271
23272
23273 JPEG_LINK=
23274 if test "$wxUSE_LIBJPEG" != "no" ; then
23275 cat >>confdefs.h <<\_ACEOF
23276 #define wxUSE_LIBJPEG 1
23277 _ACEOF
23278
23279
23280 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
23281 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
23282 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
23283 wxUSE_LIBJPEG=sys
23284 fi
23285
23286 if test "$wxUSE_MGL" != 1 ; then
23287 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
23288 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
23289 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
23290 if test "${ac_cv_header_jpeglib_h+set}" = set; then
23291 echo $ECHO_N "(cached) $ECHO_C" >&6
23292 else
23293 cat >conftest.$ac_ext <<_ACEOF
23294 /* confdefs.h. */
23295 _ACEOF
23296 cat confdefs.h >>conftest.$ac_ext
23297 cat >>conftest.$ac_ext <<_ACEOF
23298 /* end confdefs.h. */
23299
23300 #undef HAVE_STDLIB_H
23301 #include <stdio.h>
23302 #include <jpeglib.h>
23303
23304 int
23305 main ()
23306 {
23307
23308
23309 ;
23310 return 0;
23311 }
23312 _ACEOF
23313 rm -f conftest.$ac_objext
23314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23315 (eval $ac_compile) 2>conftest.er1
23316 ac_status=$?
23317 grep -v '^ *+' conftest.er1 >conftest.err
23318 rm -f conftest.er1
23319 cat conftest.err >&5
23320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23321 (exit $ac_status); } &&
23322 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23324 (eval $ac_try) 2>&5
23325 ac_status=$?
23326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23327 (exit $ac_status); }; } &&
23328 { ac_try='test -s conftest.$ac_objext'
23329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23330 (eval $ac_try) 2>&5
23331 ac_status=$?
23332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23333 (exit $ac_status); }; }; then
23334 ac_cv_header_jpeglib_h=yes
23335 else
23336 echo "$as_me: failed program was:" >&5
23337 sed 's/^/| /' conftest.$ac_ext >&5
23338
23339 ac_cv_header_jpeglib_h=no
23340
23341 fi
23342 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23343
23344 fi
23345
23346 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
23347 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
23348
23349 if test "$ac_cv_header_jpeglib_h" = "yes"; then
23350 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
23351 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
23352 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
23353 echo $ECHO_N "(cached) $ECHO_C" >&6
23354 else
23355 ac_check_lib_save_LIBS=$LIBS
23356 LIBS="-ljpeg $LIBS"
23357 cat >conftest.$ac_ext <<_ACEOF
23358 /* confdefs.h. */
23359 _ACEOF
23360 cat confdefs.h >>conftest.$ac_ext
23361 cat >>conftest.$ac_ext <<_ACEOF
23362 /* end confdefs.h. */
23363
23364 /* Override any gcc2 internal prototype to avoid an error. */
23365 #ifdef __cplusplus
23366 extern "C"
23367 #endif
23368 /* We use char because int might match the return type of a gcc2
23369 builtin and then its argument prototype would still apply. */
23370 char jpeg_read_header ();
23371 int
23372 main ()
23373 {
23374 jpeg_read_header ();
23375 ;
23376 return 0;
23377 }
23378 _ACEOF
23379 rm -f conftest.$ac_objext conftest$ac_exeext
23380 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23381 (eval $ac_link) 2>conftest.er1
23382 ac_status=$?
23383 grep -v '^ *+' conftest.er1 >conftest.err
23384 rm -f conftest.er1
23385 cat conftest.err >&5
23386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23387 (exit $ac_status); } &&
23388 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23390 (eval $ac_try) 2>&5
23391 ac_status=$?
23392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23393 (exit $ac_status); }; } &&
23394 { ac_try='test -s conftest$ac_exeext'
23395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23396 (eval $ac_try) 2>&5
23397 ac_status=$?
23398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23399 (exit $ac_status); }; }; then
23400 ac_cv_lib_jpeg_jpeg_read_header=yes
23401 else
23402 echo "$as_me: failed program was:" >&5
23403 sed 's/^/| /' conftest.$ac_ext >&5
23404
23405 ac_cv_lib_jpeg_jpeg_read_header=no
23406 fi
23407 rm -f conftest.err conftest.$ac_objext \
23408 conftest$ac_exeext conftest.$ac_ext
23409 LIBS=$ac_check_lib_save_LIBS
23410 fi
23411 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
23412 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
23413 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
23414 JPEG_LINK=" -ljpeg"
23415 fi
23416
23417 fi
23418
23419 if test "x$JPEG_LINK" = "x" ; then
23420 if test "$wxUSE_LIBJPEG" = "sys" ; then
23421 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
23422 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
23423 { (exit 1); exit 1; }; }
23424 else
23425 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
23426 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
23427 wxUSE_LIBJPEG=builtin
23428 fi
23429 else
23430 wxUSE_LIBJPEG=sys
23431 fi
23432 fi
23433 fi
23434 fi
23435
23436
23437 TIFF_LINK=
23438 TIFF_PREREQ_LINKS=-lm
23439 if test "$wxUSE_LIBTIFF" != "no" ; then
23440 cat >>confdefs.h <<\_ACEOF
23441 #define wxUSE_LIBTIFF 1
23442 _ACEOF
23443
23444
23445 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
23446 if test "$wxUSE_LIBJPEG" = "sys"; then
23447 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
23448 fi
23449 if test "$wxUSE_ZLIB" = "sys"; then
23450 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
23451 fi
23452 if test "${ac_cv_header_tiffio_h+set}" = set; then
23453 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23454 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23455 if test "${ac_cv_header_tiffio_h+set}" = set; then
23456 echo $ECHO_N "(cached) $ECHO_C" >&6
23457 fi
23458 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23459 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23460 else
23461 # Is the header compilable?
23462 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
23463 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
23464 cat >conftest.$ac_ext <<_ACEOF
23465 /* confdefs.h. */
23466 _ACEOF
23467 cat confdefs.h >>conftest.$ac_ext
23468 cat >>conftest.$ac_ext <<_ACEOF
23469 /* end confdefs.h. */
23470 $ac_includes_default
23471 #include <tiffio.h>
23472 _ACEOF
23473 rm -f conftest.$ac_objext
23474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23475 (eval $ac_compile) 2>conftest.er1
23476 ac_status=$?
23477 grep -v '^ *+' conftest.er1 >conftest.err
23478 rm -f conftest.er1
23479 cat conftest.err >&5
23480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23481 (exit $ac_status); } &&
23482 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23484 (eval $ac_try) 2>&5
23485 ac_status=$?
23486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23487 (exit $ac_status); }; } &&
23488 { ac_try='test -s conftest.$ac_objext'
23489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23490 (eval $ac_try) 2>&5
23491 ac_status=$?
23492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23493 (exit $ac_status); }; }; then
23494 ac_header_compiler=yes
23495 else
23496 echo "$as_me: failed program was:" >&5
23497 sed 's/^/| /' conftest.$ac_ext >&5
23498
23499 ac_header_compiler=no
23500 fi
23501 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23502 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23503 echo "${ECHO_T}$ac_header_compiler" >&6
23504
23505 # Is the header present?
23506 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23507 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23508 cat >conftest.$ac_ext <<_ACEOF
23509 /* confdefs.h. */
23510 _ACEOF
23511 cat confdefs.h >>conftest.$ac_ext
23512 cat >>conftest.$ac_ext <<_ACEOF
23513 /* end confdefs.h. */
23514 #include <tiffio.h>
23515 _ACEOF
23516 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23517 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23518 ac_status=$?
23519 grep -v '^ *+' conftest.er1 >conftest.err
23520 rm -f conftest.er1
23521 cat conftest.err >&5
23522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23523 (exit $ac_status); } >/dev/null; then
23524 if test -s conftest.err; then
23525 ac_cpp_err=$ac_c_preproc_warn_flag
23526 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23527 else
23528 ac_cpp_err=
23529 fi
23530 else
23531 ac_cpp_err=yes
23532 fi
23533 if test -z "$ac_cpp_err"; then
23534 ac_header_preproc=yes
23535 else
23536 echo "$as_me: failed program was:" >&5
23537 sed 's/^/| /' conftest.$ac_ext >&5
23538
23539 ac_header_preproc=no
23540 fi
23541 rm -f conftest.err conftest.$ac_ext
23542 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23543 echo "${ECHO_T}$ac_header_preproc" >&6
23544
23545 # So? What about this header?
23546 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23547 yes:no: )
23548 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23549 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23550 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23551 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23552 ac_header_preproc=yes
23553 ;;
23554 no:yes:* )
23555 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23556 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
23557 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23558 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23559 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23560 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23561 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23562 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
23563 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23564 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
23565 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23566 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
23567 (
23568 cat <<\_ASBOX
23569 ## ----------------------------------------- ##
23570 ## Report this to wx-dev@lists.wxwidgets.org ##
23571 ## ----------------------------------------- ##
23572 _ASBOX
23573 ) |
23574 sed "s/^/$as_me: WARNING: /" >&2
23575 ;;
23576 esac
23577 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23578 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23579 if test "${ac_cv_header_tiffio_h+set}" = set; then
23580 echo $ECHO_N "(cached) $ECHO_C" >&6
23581 else
23582 ac_cv_header_tiffio_h=$ac_header_preproc
23583 fi
23584 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23585 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23586
23587 fi
23588 if test $ac_cv_header_tiffio_h = yes; then
23589
23590 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23591 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23592 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23593 echo $ECHO_N "(cached) $ECHO_C" >&6
23594 else
23595 ac_check_lib_save_LIBS=$LIBS
23596 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
23597 cat >conftest.$ac_ext <<_ACEOF
23598 /* confdefs.h. */
23599 _ACEOF
23600 cat confdefs.h >>conftest.$ac_ext
23601 cat >>conftest.$ac_ext <<_ACEOF
23602 /* end confdefs.h. */
23603
23604 /* Override any gcc2 internal prototype to avoid an error. */
23605 #ifdef __cplusplus
23606 extern "C"
23607 #endif
23608 /* We use char because int might match the return type of a gcc2
23609 builtin and then its argument prototype would still apply. */
23610 char TIFFError ();
23611 int
23612 main ()
23613 {
23614 TIFFError ();
23615 ;
23616 return 0;
23617 }
23618 _ACEOF
23619 rm -f conftest.$ac_objext conftest$ac_exeext
23620 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23621 (eval $ac_link) 2>conftest.er1
23622 ac_status=$?
23623 grep -v '^ *+' conftest.er1 >conftest.err
23624 rm -f conftest.er1
23625 cat conftest.err >&5
23626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23627 (exit $ac_status); } &&
23628 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23630 (eval $ac_try) 2>&5
23631 ac_status=$?
23632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23633 (exit $ac_status); }; } &&
23634 { ac_try='test -s conftest$ac_exeext'
23635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23636 (eval $ac_try) 2>&5
23637 ac_status=$?
23638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23639 (exit $ac_status); }; }; then
23640 ac_cv_lib_tiff_TIFFError=yes
23641 else
23642 echo "$as_me: failed program was:" >&5
23643 sed 's/^/| /' conftest.$ac_ext >&5
23644
23645 ac_cv_lib_tiff_TIFFError=no
23646 fi
23647 rm -f conftest.err conftest.$ac_objext \
23648 conftest$ac_exeext conftest.$ac_ext
23649 LIBS=$ac_check_lib_save_LIBS
23650 fi
23651 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
23652 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
23653 if test $ac_cv_lib_tiff_TIFFError = yes; then
23654 TIFF_LINK=" -ltiff"
23655 fi
23656
23657
23658
23659 fi
23660
23661
23662
23663 if test "x$TIFF_LINK" = "x" ; then
23664 if test "$wxUSE_LIBTIFF" = "sys" ; then
23665 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
23666 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
23667 { (exit 1); exit 1; }; }
23668 else
23669 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
23670 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
23671 wxUSE_LIBTIFF=builtin
23672 fi
23673 else
23674 wxUSE_LIBTIFF=sys
23675 fi
23676 fi
23677 fi
23678
23679
23680 if test "$wxUSE_WCHAR_T" != "yes"; then
23681 if test "$wxUSE_EXPAT" != "no"; then
23682 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
23683 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
23684 wxUSE_EXPAT=no
23685 fi
23686 if test "$wxUSE_XML" != "no"; then
23687 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
23688 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
23689 wxUSE_XML=no
23690 fi
23691 fi
23692
23693 if test "$wxUSE_EXPAT" != "no"; then
23694 wxUSE_XML=yes
23695 cat >>confdefs.h <<\_ACEOF
23696 #define wxUSE_EXPAT 1
23697 _ACEOF
23698
23699 cat >>confdefs.h <<\_ACEOF
23700 #define wxUSE_XML 1
23701 _ACEOF
23702
23703
23704 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23705 if test "${ac_cv_header_expat_h+set}" = set; then
23706 echo "$as_me:$LINENO: checking for expat.h" >&5
23707 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23708 if test "${ac_cv_header_expat_h+set}" = set; then
23709 echo $ECHO_N "(cached) $ECHO_C" >&6
23710 fi
23711 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23712 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23713 else
23714 # Is the header compilable?
23715 echo "$as_me:$LINENO: checking expat.h usability" >&5
23716 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
23717 cat >conftest.$ac_ext <<_ACEOF
23718 /* confdefs.h. */
23719 _ACEOF
23720 cat confdefs.h >>conftest.$ac_ext
23721 cat >>conftest.$ac_ext <<_ACEOF
23722 /* end confdefs.h. */
23723 $ac_includes_default
23724 #include <expat.h>
23725 _ACEOF
23726 rm -f conftest.$ac_objext
23727 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23728 (eval $ac_compile) 2>conftest.er1
23729 ac_status=$?
23730 grep -v '^ *+' conftest.er1 >conftest.err
23731 rm -f conftest.er1
23732 cat conftest.err >&5
23733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23734 (exit $ac_status); } &&
23735 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23737 (eval $ac_try) 2>&5
23738 ac_status=$?
23739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23740 (exit $ac_status); }; } &&
23741 { ac_try='test -s conftest.$ac_objext'
23742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23743 (eval $ac_try) 2>&5
23744 ac_status=$?
23745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23746 (exit $ac_status); }; }; then
23747 ac_header_compiler=yes
23748 else
23749 echo "$as_me: failed program was:" >&5
23750 sed 's/^/| /' conftest.$ac_ext >&5
23751
23752 ac_header_compiler=no
23753 fi
23754 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23755 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23756 echo "${ECHO_T}$ac_header_compiler" >&6
23757
23758 # Is the header present?
23759 echo "$as_me:$LINENO: checking expat.h presence" >&5
23760 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
23761 cat >conftest.$ac_ext <<_ACEOF
23762 /* confdefs.h. */
23763 _ACEOF
23764 cat confdefs.h >>conftest.$ac_ext
23765 cat >>conftest.$ac_ext <<_ACEOF
23766 /* end confdefs.h. */
23767 #include <expat.h>
23768 _ACEOF
23769 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23770 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23771 ac_status=$?
23772 grep -v '^ *+' conftest.er1 >conftest.err
23773 rm -f conftest.er1
23774 cat conftest.err >&5
23775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23776 (exit $ac_status); } >/dev/null; then
23777 if test -s conftest.err; then
23778 ac_cpp_err=$ac_c_preproc_warn_flag
23779 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23780 else
23781 ac_cpp_err=
23782 fi
23783 else
23784 ac_cpp_err=yes
23785 fi
23786 if test -z "$ac_cpp_err"; then
23787 ac_header_preproc=yes
23788 else
23789 echo "$as_me: failed program was:" >&5
23790 sed 's/^/| /' conftest.$ac_ext >&5
23791
23792 ac_header_preproc=no
23793 fi
23794 rm -f conftest.err conftest.$ac_ext
23795 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23796 echo "${ECHO_T}$ac_header_preproc" >&6
23797
23798 # So? What about this header?
23799 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23800 yes:no: )
23801 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
23802 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23803 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
23804 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
23805 ac_header_preproc=yes
23806 ;;
23807 no:yes:* )
23808 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
23809 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
23810 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
23811 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
23812 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
23813 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
23814 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
23815 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
23816 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
23817 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
23818 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
23819 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
23820 (
23821 cat <<\_ASBOX
23822 ## ----------------------------------------- ##
23823 ## Report this to wx-dev@lists.wxwidgets.org ##
23824 ## ----------------------------------------- ##
23825 _ASBOX
23826 ) |
23827 sed "s/^/$as_me: WARNING: /" >&2
23828 ;;
23829 esac
23830 echo "$as_me:$LINENO: checking for expat.h" >&5
23831 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23832 if test "${ac_cv_header_expat_h+set}" = set; then
23833 echo $ECHO_N "(cached) $ECHO_C" >&6
23834 else
23835 ac_cv_header_expat_h=$ac_header_preproc
23836 fi
23837 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23838 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23839
23840 fi
23841 if test $ac_cv_header_expat_h = yes; then
23842 found_expat_h=1
23843 fi
23844
23845
23846 if test "x$found_expat_h" = "x1"; then
23847 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
23848 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
23849 if test "${wx_cv_expat_is_not_broken+set}" = set; then
23850 echo $ECHO_N "(cached) $ECHO_C" >&6
23851 else
23852
23853
23854
23855 ac_ext=cc
23856 ac_cpp='$CXXCPP $CPPFLAGS'
23857 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23858 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23859 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23860
23861 cat >conftest.$ac_ext <<_ACEOF
23862 /* confdefs.h. */
23863 _ACEOF
23864 cat confdefs.h >>conftest.$ac_ext
23865 cat >>conftest.$ac_ext <<_ACEOF
23866 /* end confdefs.h. */
23867 #include <expat.h>
23868 int
23869 main ()
23870 {
23871
23872 ;
23873 return 0;
23874 }
23875 _ACEOF
23876 rm -f conftest.$ac_objext
23877 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23878 (eval $ac_compile) 2>conftest.er1
23879 ac_status=$?
23880 grep -v '^ *+' conftest.er1 >conftest.err
23881 rm -f conftest.er1
23882 cat conftest.err >&5
23883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23884 (exit $ac_status); } &&
23885 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23887 (eval $ac_try) 2>&5
23888 ac_status=$?
23889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23890 (exit $ac_status); }; } &&
23891 { ac_try='test -s conftest.$ac_objext'
23892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23893 (eval $ac_try) 2>&5
23894 ac_status=$?
23895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23896 (exit $ac_status); }; }; then
23897 wx_cv_expat_is_not_broken=yes
23898 else
23899 echo "$as_me: failed program was:" >&5
23900 sed 's/^/| /' conftest.$ac_ext >&5
23901
23902 wx_cv_expat_is_not_broken=no
23903
23904 fi
23905 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23906 ac_ext=c
23907 ac_cpp='$CPP $CPPFLAGS'
23908 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23909 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23910 ac_compiler_gnu=$ac_cv_c_compiler_gnu
23911
23912
23913
23914 fi
23915 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
23916 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
23917 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
23918 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
23919 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
23920 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
23921 echo $ECHO_N "(cached) $ECHO_C" >&6
23922 else
23923 ac_check_lib_save_LIBS=$LIBS
23924 LIBS="-lexpat $LIBS"
23925 cat >conftest.$ac_ext <<_ACEOF
23926 /* confdefs.h. */
23927 _ACEOF
23928 cat confdefs.h >>conftest.$ac_ext
23929 cat >>conftest.$ac_ext <<_ACEOF
23930 /* end confdefs.h. */
23931
23932 /* Override any gcc2 internal prototype to avoid an error. */
23933 #ifdef __cplusplus
23934 extern "C"
23935 #endif
23936 /* We use char because int might match the return type of a gcc2
23937 builtin and then its argument prototype would still apply. */
23938 char XML_ParserCreate ();
23939 int
23940 main ()
23941 {
23942 XML_ParserCreate ();
23943 ;
23944 return 0;
23945 }
23946 _ACEOF
23947 rm -f conftest.$ac_objext conftest$ac_exeext
23948 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23949 (eval $ac_link) 2>conftest.er1
23950 ac_status=$?
23951 grep -v '^ *+' conftest.er1 >conftest.err
23952 rm -f conftest.er1
23953 cat conftest.err >&5
23954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23955 (exit $ac_status); } &&
23956 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23958 (eval $ac_try) 2>&5
23959 ac_status=$?
23960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23961 (exit $ac_status); }; } &&
23962 { ac_try='test -s conftest$ac_exeext'
23963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23964 (eval $ac_try) 2>&5
23965 ac_status=$?
23966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23967 (exit $ac_status); }; }; then
23968 ac_cv_lib_expat_XML_ParserCreate=yes
23969 else
23970 echo "$as_me: failed program was:" >&5
23971 sed 's/^/| /' conftest.$ac_ext >&5
23972
23973 ac_cv_lib_expat_XML_ParserCreate=no
23974 fi
23975 rm -f conftest.err conftest.$ac_objext \
23976 conftest$ac_exeext conftest.$ac_ext
23977 LIBS=$ac_check_lib_save_LIBS
23978 fi
23979 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
23980 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
23981 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
23982 EXPAT_LINK=" -lexpat"
23983 fi
23984
23985 fi
23986 fi
23987 if test "x$EXPAT_LINK" = "x" ; then
23988 if test "$wxUSE_EXPAT" = "sys" ; then
23989 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
23990 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
23991 { (exit 1); exit 1; }; }
23992 else
23993 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
23994 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
23995 wxUSE_EXPAT=builtin
23996 fi
23997 else
23998 wxUSE_EXPAT=sys
23999 fi
24000 fi
24001 if test "$wxUSE_EXPAT" = "builtin" ; then
24002
24003
24004 subdirs="$subdirs src/expat"
24005
24006 fi
24007 fi
24008
24009
24010
24011 if test "$wxUSE_LIBMSPACK" != "no"; then
24012 if test "${ac_cv_header_mspack_h+set}" = set; then
24013 echo "$as_me:$LINENO: checking for mspack.h" >&5
24014 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24015 if test "${ac_cv_header_mspack_h+set}" = set; then
24016 echo $ECHO_N "(cached) $ECHO_C" >&6
24017 fi
24018 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24019 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24020 else
24021 # Is the header compilable?
24022 echo "$as_me:$LINENO: checking mspack.h usability" >&5
24023 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
24024 cat >conftest.$ac_ext <<_ACEOF
24025 /* confdefs.h. */
24026 _ACEOF
24027 cat confdefs.h >>conftest.$ac_ext
24028 cat >>conftest.$ac_ext <<_ACEOF
24029 /* end confdefs.h. */
24030 $ac_includes_default
24031 #include <mspack.h>
24032 _ACEOF
24033 rm -f conftest.$ac_objext
24034 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24035 (eval $ac_compile) 2>conftest.er1
24036 ac_status=$?
24037 grep -v '^ *+' conftest.er1 >conftest.err
24038 rm -f conftest.er1
24039 cat conftest.err >&5
24040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24041 (exit $ac_status); } &&
24042 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24044 (eval $ac_try) 2>&5
24045 ac_status=$?
24046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24047 (exit $ac_status); }; } &&
24048 { ac_try='test -s conftest.$ac_objext'
24049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24050 (eval $ac_try) 2>&5
24051 ac_status=$?
24052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24053 (exit $ac_status); }; }; then
24054 ac_header_compiler=yes
24055 else
24056 echo "$as_me: failed program was:" >&5
24057 sed 's/^/| /' conftest.$ac_ext >&5
24058
24059 ac_header_compiler=no
24060 fi
24061 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24062 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24063 echo "${ECHO_T}$ac_header_compiler" >&6
24064
24065 # Is the header present?
24066 echo "$as_me:$LINENO: checking mspack.h presence" >&5
24067 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
24068 cat >conftest.$ac_ext <<_ACEOF
24069 /* confdefs.h. */
24070 _ACEOF
24071 cat confdefs.h >>conftest.$ac_ext
24072 cat >>conftest.$ac_ext <<_ACEOF
24073 /* end confdefs.h. */
24074 #include <mspack.h>
24075 _ACEOF
24076 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24077 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24078 ac_status=$?
24079 grep -v '^ *+' conftest.er1 >conftest.err
24080 rm -f conftest.er1
24081 cat conftest.err >&5
24082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24083 (exit $ac_status); } >/dev/null; then
24084 if test -s conftest.err; then
24085 ac_cpp_err=$ac_c_preproc_warn_flag
24086 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24087 else
24088 ac_cpp_err=
24089 fi
24090 else
24091 ac_cpp_err=yes
24092 fi
24093 if test -z "$ac_cpp_err"; then
24094 ac_header_preproc=yes
24095 else
24096 echo "$as_me: failed program was:" >&5
24097 sed 's/^/| /' conftest.$ac_ext >&5
24098
24099 ac_header_preproc=no
24100 fi
24101 rm -f conftest.err conftest.$ac_ext
24102 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24103 echo "${ECHO_T}$ac_header_preproc" >&6
24104
24105 # So? What about this header?
24106 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24107 yes:no: )
24108 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
24109 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24110 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
24111 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
24112 ac_header_preproc=yes
24113 ;;
24114 no:yes:* )
24115 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
24116 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
24117 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
24118 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
24119 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
24120 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
24121 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
24122 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
24123 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
24124 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
24125 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
24126 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
24127 (
24128 cat <<\_ASBOX
24129 ## ----------------------------------------- ##
24130 ## Report this to wx-dev@lists.wxwidgets.org ##
24131 ## ----------------------------------------- ##
24132 _ASBOX
24133 ) |
24134 sed "s/^/$as_me: WARNING: /" >&2
24135 ;;
24136 esac
24137 echo "$as_me:$LINENO: checking for mspack.h" >&5
24138 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24139 if test "${ac_cv_header_mspack_h+set}" = set; then
24140 echo $ECHO_N "(cached) $ECHO_C" >&6
24141 else
24142 ac_cv_header_mspack_h=$ac_header_preproc
24143 fi
24144 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24145 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24146
24147 fi
24148 if test $ac_cv_header_mspack_h = yes; then
24149 found_mspack_h=1
24150 fi
24151
24152
24153 if test "x$found_mspack_h" = "x1"; then
24154 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
24155 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
24156 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
24157 echo $ECHO_N "(cached) $ECHO_C" >&6
24158 else
24159 ac_check_lib_save_LIBS=$LIBS
24160 LIBS="-lmspack $LIBS"
24161 cat >conftest.$ac_ext <<_ACEOF
24162 /* confdefs.h. */
24163 _ACEOF
24164 cat confdefs.h >>conftest.$ac_ext
24165 cat >>conftest.$ac_ext <<_ACEOF
24166 /* end confdefs.h. */
24167
24168 /* Override any gcc2 internal prototype to avoid an error. */
24169 #ifdef __cplusplus
24170 extern "C"
24171 #endif
24172 /* We use char because int might match the return type of a gcc2
24173 builtin and then its argument prototype would still apply. */
24174 char mspack_create_chm_decompressor ();
24175 int
24176 main ()
24177 {
24178 mspack_create_chm_decompressor ();
24179 ;
24180 return 0;
24181 }
24182 _ACEOF
24183 rm -f conftest.$ac_objext conftest$ac_exeext
24184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24185 (eval $ac_link) 2>conftest.er1
24186 ac_status=$?
24187 grep -v '^ *+' conftest.er1 >conftest.err
24188 rm -f conftest.er1
24189 cat conftest.err >&5
24190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24191 (exit $ac_status); } &&
24192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24194 (eval $ac_try) 2>&5
24195 ac_status=$?
24196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24197 (exit $ac_status); }; } &&
24198 { ac_try='test -s conftest$ac_exeext'
24199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24200 (eval $ac_try) 2>&5
24201 ac_status=$?
24202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24203 (exit $ac_status); }; }; then
24204 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
24205 else
24206 echo "$as_me: failed program was:" >&5
24207 sed 's/^/| /' conftest.$ac_ext >&5
24208
24209 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
24210 fi
24211 rm -f conftest.err conftest.$ac_objext \
24212 conftest$ac_exeext conftest.$ac_ext
24213 LIBS=$ac_check_lib_save_LIBS
24214 fi
24215 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
24216 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
24217 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
24218 MSPACK_LINK=" -lmspack"
24219 fi
24220
24221 fi
24222 if test "x$MSPACK_LINK" = "x" ; then
24223 wxUSE_LIBMSPACK=no
24224 fi
24225 fi
24226
24227 if test "$wxUSE_LIBMSPACK" != "no"; then
24228 cat >>confdefs.h <<\_ACEOF
24229 #define wxUSE_LIBMSPACK 1
24230 _ACEOF
24231
24232 fi
24233
24234
24235
24236 AFMINSTALL=
24237 WIN32INSTALL=
24238
24239 TOOLKIT=
24240 TOOLKIT_INCLUDE=
24241 WIDGET_SET=
24242
24243 if test "$USE_WIN32" = 1 ; then
24244
24245 for ac_header in w32api.h
24246 do
24247 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24248 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24249 echo "$as_me:$LINENO: checking for $ac_header" >&5
24250 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24251 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24252 echo $ECHO_N "(cached) $ECHO_C" >&6
24253 fi
24254 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24255 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24256 else
24257 # Is the header compilable?
24258 echo "$as_me:$LINENO: checking $ac_header usability" >&5
24259 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
24260 cat >conftest.$ac_ext <<_ACEOF
24261 /* confdefs.h. */
24262 _ACEOF
24263 cat confdefs.h >>conftest.$ac_ext
24264 cat >>conftest.$ac_ext <<_ACEOF
24265 /* end confdefs.h. */
24266 $ac_includes_default
24267 #include <$ac_header>
24268 _ACEOF
24269 rm -f conftest.$ac_objext
24270 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24271 (eval $ac_compile) 2>conftest.er1
24272 ac_status=$?
24273 grep -v '^ *+' conftest.er1 >conftest.err
24274 rm -f conftest.er1
24275 cat conftest.err >&5
24276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24277 (exit $ac_status); } &&
24278 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24280 (eval $ac_try) 2>&5
24281 ac_status=$?
24282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24283 (exit $ac_status); }; } &&
24284 { ac_try='test -s conftest.$ac_objext'
24285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24286 (eval $ac_try) 2>&5
24287 ac_status=$?
24288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24289 (exit $ac_status); }; }; then
24290 ac_header_compiler=yes
24291 else
24292 echo "$as_me: failed program was:" >&5
24293 sed 's/^/| /' conftest.$ac_ext >&5
24294
24295 ac_header_compiler=no
24296 fi
24297 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24298 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24299 echo "${ECHO_T}$ac_header_compiler" >&6
24300
24301 # Is the header present?
24302 echo "$as_me:$LINENO: checking $ac_header presence" >&5
24303 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
24304 cat >conftest.$ac_ext <<_ACEOF
24305 /* confdefs.h. */
24306 _ACEOF
24307 cat confdefs.h >>conftest.$ac_ext
24308 cat >>conftest.$ac_ext <<_ACEOF
24309 /* end confdefs.h. */
24310 #include <$ac_header>
24311 _ACEOF
24312 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24313 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24314 ac_status=$?
24315 grep -v '^ *+' conftest.er1 >conftest.err
24316 rm -f conftest.er1
24317 cat conftest.err >&5
24318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24319 (exit $ac_status); } >/dev/null; then
24320 if test -s conftest.err; then
24321 ac_cpp_err=$ac_c_preproc_warn_flag
24322 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24323 else
24324 ac_cpp_err=
24325 fi
24326 else
24327 ac_cpp_err=yes
24328 fi
24329 if test -z "$ac_cpp_err"; then
24330 ac_header_preproc=yes
24331 else
24332 echo "$as_me: failed program was:" >&5
24333 sed 's/^/| /' conftest.$ac_ext >&5
24334
24335 ac_header_preproc=no
24336 fi
24337 rm -f conftest.err conftest.$ac_ext
24338 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24339 echo "${ECHO_T}$ac_header_preproc" >&6
24340
24341 # So? What about this header?
24342 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24343 yes:no: )
24344 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24345 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24346 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24347 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24348 ac_header_preproc=yes
24349 ;;
24350 no:yes:* )
24351 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24352 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24353 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
24354 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
24355 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24356 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24357 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
24358 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
24359 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24360 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24361 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24362 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24363 (
24364 cat <<\_ASBOX
24365 ## ----------------------------------------- ##
24366 ## Report this to wx-dev@lists.wxwidgets.org ##
24367 ## ----------------------------------------- ##
24368 _ASBOX
24369 ) |
24370 sed "s/^/$as_me: WARNING: /" >&2
24371 ;;
24372 esac
24373 echo "$as_me:$LINENO: checking for $ac_header" >&5
24374 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24375 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24376 echo $ECHO_N "(cached) $ECHO_C" >&6
24377 else
24378 eval "$as_ac_Header=\$ac_header_preproc"
24379 fi
24380 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24381 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24382
24383 fi
24384 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24385 cat >>confdefs.h <<_ACEOF
24386 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24387 _ACEOF
24388
24389 fi
24390
24391 done
24392
24393 if test "${ac_cv_header_windows_h+set}" = set; then
24394 echo "$as_me:$LINENO: checking for windows.h" >&5
24395 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24396 if test "${ac_cv_header_windows_h+set}" = set; then
24397 echo $ECHO_N "(cached) $ECHO_C" >&6
24398 fi
24399 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24400 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24401 else
24402 # Is the header compilable?
24403 echo "$as_me:$LINENO: checking windows.h usability" >&5
24404 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
24405 cat >conftest.$ac_ext <<_ACEOF
24406 /* confdefs.h. */
24407 _ACEOF
24408 cat confdefs.h >>conftest.$ac_ext
24409 cat >>conftest.$ac_ext <<_ACEOF
24410 /* end confdefs.h. */
24411 $ac_includes_default
24412 #include <windows.h>
24413 _ACEOF
24414 rm -f conftest.$ac_objext
24415 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24416 (eval $ac_compile) 2>conftest.er1
24417 ac_status=$?
24418 grep -v '^ *+' conftest.er1 >conftest.err
24419 rm -f conftest.er1
24420 cat conftest.err >&5
24421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24422 (exit $ac_status); } &&
24423 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24425 (eval $ac_try) 2>&5
24426 ac_status=$?
24427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24428 (exit $ac_status); }; } &&
24429 { ac_try='test -s conftest.$ac_objext'
24430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24431 (eval $ac_try) 2>&5
24432 ac_status=$?
24433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24434 (exit $ac_status); }; }; then
24435 ac_header_compiler=yes
24436 else
24437 echo "$as_me: failed program was:" >&5
24438 sed 's/^/| /' conftest.$ac_ext >&5
24439
24440 ac_header_compiler=no
24441 fi
24442 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24443 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24444 echo "${ECHO_T}$ac_header_compiler" >&6
24445
24446 # Is the header present?
24447 echo "$as_me:$LINENO: checking windows.h presence" >&5
24448 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
24449 cat >conftest.$ac_ext <<_ACEOF
24450 /* confdefs.h. */
24451 _ACEOF
24452 cat confdefs.h >>conftest.$ac_ext
24453 cat >>conftest.$ac_ext <<_ACEOF
24454 /* end confdefs.h. */
24455 #include <windows.h>
24456 _ACEOF
24457 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24458 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24459 ac_status=$?
24460 grep -v '^ *+' conftest.er1 >conftest.err
24461 rm -f conftest.er1
24462 cat conftest.err >&5
24463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24464 (exit $ac_status); } >/dev/null; then
24465 if test -s conftest.err; then
24466 ac_cpp_err=$ac_c_preproc_warn_flag
24467 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24468 else
24469 ac_cpp_err=
24470 fi
24471 else
24472 ac_cpp_err=yes
24473 fi
24474 if test -z "$ac_cpp_err"; then
24475 ac_header_preproc=yes
24476 else
24477 echo "$as_me: failed program was:" >&5
24478 sed 's/^/| /' conftest.$ac_ext >&5
24479
24480 ac_header_preproc=no
24481 fi
24482 rm -f conftest.err conftest.$ac_ext
24483 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24484 echo "${ECHO_T}$ac_header_preproc" >&6
24485
24486 # So? What about this header?
24487 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24488 yes:no: )
24489 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
24490 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24491 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
24492 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
24493 ac_header_preproc=yes
24494 ;;
24495 no:yes:* )
24496 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
24497 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
24498 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
24499 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
24500 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
24501 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
24502 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
24503 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
24504 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
24505 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
24506 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
24507 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
24508 (
24509 cat <<\_ASBOX
24510 ## ----------------------------------------- ##
24511 ## Report this to wx-dev@lists.wxwidgets.org ##
24512 ## ----------------------------------------- ##
24513 _ASBOX
24514 ) |
24515 sed "s/^/$as_me: WARNING: /" >&2
24516 ;;
24517 esac
24518 echo "$as_me:$LINENO: checking for windows.h" >&5
24519 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24520 if test "${ac_cv_header_windows_h+set}" = set; then
24521 echo $ECHO_N "(cached) $ECHO_C" >&6
24522 else
24523 ac_cv_header_windows_h=$ac_header_preproc
24524 fi
24525 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24526 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24527
24528 fi
24529 if test $ac_cv_header_windows_h = yes; then
24530 :
24531 else
24532
24533 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24534 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24535 { (exit 1); exit 1; }; }
24536
24537 fi
24538
24539
24540
24541 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24542
24543 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24544 LIBS="$LIBS -loleacc"
24545 fi
24546
24547 case "${host}" in
24548 *-*-cygwin* )
24549 LIBS="$LIBS -lkernel32 -luser32"
24550 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
24551 esac
24552
24553 if test "$wxUSE_ODBC" = "sys" ; then
24554 wxUSE_ODBC = "yes"
24555 fi
24556 if test "$wxUSE_ODBC" = "yes" ; then
24557 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
24558 cat >>confdefs.h <<\_ACEOF
24559 #define wxUSE_ODBC 1
24560 _ACEOF
24561
24562 fi
24563
24564 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24565 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
24566
24567 WIN32INSTALL=win32install
24568 fi
24569
24570 if test "$wxUSE_GUI" = "yes"; then
24571 USE_GUI=1
24572
24573 GUI_TK_LIBRARY=
24574
24575 WXGTK12=
24576 WXGTK127=
24577 WXGTK20=
24578 WXGPE=
24579
24580 if test "$wxUSE_COCOA" = 1 ; then
24581 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24582 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24583 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24584 wxUSE_PRINTING_ARCHITECTURE=no
24585 fi
24586 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24587 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24588 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24589 wxUSE_DRAG_AND_DROP=no
24590 fi
24591 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24592 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24593 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24594 wxUSE_DRAGIMAGE=no
24595 fi
24596 fi
24597
24598 if test "$wxUSE_MSW" = 1 ; then
24599 TOOLKIT=MSW
24600 GUIDIST=MSW_DIST
24601
24602 case "${host}" in
24603 *-*-mingw32* )
24604 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
24605 esac
24606 fi
24607
24608 if test "$wxUSE_GTK" = 1; then
24609 echo "$as_me:$LINENO: checking for GTK+ version" >&5
24610 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
24611
24612 gtk_version_cached=1
24613 if test "${wx_cv_lib_gtk+set}" = set; then
24614 echo $ECHO_N "(cached) $ECHO_C" >&6
24615 else
24616
24617 gtk_version_cached=0
24618 echo "$as_me:$LINENO: result: " >&5
24619 echo "${ECHO_T}" >&6
24620
24621 GTK_MODULES=
24622 if test "$wxUSE_THREADS" = "yes"; then
24623 GTK_MODULES=gthread
24624 fi
24625
24626 wx_cv_lib_gtk=
24627 if test "x$wxGTK_VERSION" != "x1"; then
24628 # Check whether --enable-gtktest or --disable-gtktest was given.
24629 if test "${enable_gtktest+set}" = set; then
24630 enableval="$enable_gtktest"
24631
24632 else
24633 enable_gtktest=yes
24634 fi;
24635
24636 pkg_config_args=gtk+-2.0
24637 for module in . $GTK_MODULES
24638 do
24639 case "$module" in
24640 gthread)
24641 pkg_config_args="$pkg_config_args gthread-2.0"
24642 ;;
24643 esac
24644 done
24645
24646 no_gtk=""
24647
24648 # Extract the first word of "pkg-config", so it can be a program name with args.
24649 set dummy pkg-config; ac_word=$2
24650 echo "$as_me:$LINENO: checking for $ac_word" >&5
24651 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24652 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24653 echo $ECHO_N "(cached) $ECHO_C" >&6
24654 else
24655 case $PKG_CONFIG in
24656 [\\/]* | ?:[\\/]*)
24657 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
24658 ;;
24659 *)
24660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24661 for as_dir in $PATH
24662 do
24663 IFS=$as_save_IFS
24664 test -z "$as_dir" && as_dir=.
24665 for ac_exec_ext in '' $ac_executable_extensions; do
24666 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24667 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24668 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24669 break 2
24670 fi
24671 done
24672 done
24673
24674 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
24675 ;;
24676 esac
24677 fi
24678 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24679
24680 if test -n "$PKG_CONFIG"; then
24681 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24682 echo "${ECHO_T}$PKG_CONFIG" >&6
24683 else
24684 echo "$as_me:$LINENO: result: no" >&5
24685 echo "${ECHO_T}no" >&6
24686 fi
24687
24688
24689 if test x$PKG_CONFIG != xno ; then
24690 if pkg-config --atleast-pkgconfig-version 0.7 ; then
24691 :
24692 else
24693 echo "*** pkg-config too old; version 0.7 or better required."
24694 no_gtk=yes
24695 PKG_CONFIG=no
24696 fi
24697 else
24698 no_gtk=yes
24699 fi
24700
24701 min_gtk_version=2.0.0
24702 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
24703 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
24704
24705 if test x$PKG_CONFIG != xno ; then
24706 ## don't try to run the test against uninstalled libtool libs
24707 if $PKG_CONFIG --uninstalled $pkg_config_args; then
24708 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
24709 enable_gtktest=no
24710 fi
24711
24712 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
24713 :
24714 else
24715 no_gtk=yes
24716 fi
24717 fi
24718
24719 if test x"$no_gtk" = x ; then
24720 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
24721 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
24722 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24723 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24724 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24725 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24726 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24727 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24728 if test "x$enable_gtktest" = "xyes" ; then
24729 ac_save_CFLAGS="$CFLAGS"
24730 ac_save_LIBS="$LIBS"
24731 CFLAGS="$CFLAGS $GTK_CFLAGS"
24732 LIBS="$GTK_LIBS $LIBS"
24733 rm -f conf.gtktest
24734 if test "$cross_compiling" = yes; then
24735 echo $ac_n "cross compiling; assumed OK... $ac_c"
24736 else
24737 cat >conftest.$ac_ext <<_ACEOF
24738 /* confdefs.h. */
24739 _ACEOF
24740 cat confdefs.h >>conftest.$ac_ext
24741 cat >>conftest.$ac_ext <<_ACEOF
24742 /* end confdefs.h. */
24743
24744 #include <gtk/gtk.h>
24745 #include <stdio.h>
24746 #include <stdlib.h>
24747
24748 int
24749 main ()
24750 {
24751 int major, minor, micro;
24752 char *tmp_version;
24753
24754 system ("touch conf.gtktest");
24755
24756 /* HP/UX 9 (%@#!) writes to sscanf strings */
24757 tmp_version = g_strdup("$min_gtk_version");
24758 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24759 printf("%s, bad version string\n", "$min_gtk_version");
24760 exit(1);
24761 }
24762
24763 if ((gtk_major_version != $gtk_config_major_version) ||
24764 (gtk_minor_version != $gtk_config_minor_version) ||
24765 (gtk_micro_version != $gtk_config_micro_version))
24766 {
24767 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24768 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24769 gtk_major_version, gtk_minor_version, gtk_micro_version);
24770 printf ("*** was found! If pkg-config was correct, then it is best\n");
24771 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24772 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24773 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24774 printf("*** required on your system.\n");
24775 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
24776 printf("*** to point to the correct configuration files\n");
24777 }
24778 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24779 (gtk_minor_version != GTK_MINOR_VERSION) ||
24780 (gtk_micro_version != GTK_MICRO_VERSION))
24781 {
24782 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24783 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24784 printf("*** library (version %d.%d.%d)\n",
24785 gtk_major_version, gtk_minor_version, gtk_micro_version);
24786 }
24787 else
24788 {
24789 if ((gtk_major_version > major) ||
24790 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24791 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24792 {
24793 return 0;
24794 }
24795 else
24796 {
24797 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24798 gtk_major_version, gtk_minor_version, gtk_micro_version);
24799 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24800 major, minor, micro);
24801 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24802 printf("***\n");
24803 printf("*** If you have already installed a sufficiently new version, this error\n");
24804 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
24805 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24806 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
24807 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
24808 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24809 printf("*** so that the correct libraries are found at run-time))\n");
24810 }
24811 }
24812 return 1;
24813 }
24814
24815 _ACEOF
24816 rm -f conftest$ac_exeext
24817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24818 (eval $ac_link) 2>&5
24819 ac_status=$?
24820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24821 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24823 (eval $ac_try) 2>&5
24824 ac_status=$?
24825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24826 (exit $ac_status); }; }; then
24827 :
24828 else
24829 echo "$as_me: program exited with status $ac_status" >&5
24830 echo "$as_me: failed program was:" >&5
24831 sed 's/^/| /' conftest.$ac_ext >&5
24832
24833 ( exit $ac_status )
24834 no_gtk=yes
24835 fi
24836 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24837 fi
24838 CFLAGS="$ac_save_CFLAGS"
24839 LIBS="$ac_save_LIBS"
24840 fi
24841 fi
24842 if test "x$no_gtk" = x ; then
24843 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
24844 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
24845 wx_cv_lib_gtk=2.0
24846 else
24847 echo "$as_me:$LINENO: result: no" >&5
24848 echo "${ECHO_T}no" >&6
24849 if test "$PKG_CONFIG" = "no" ; then
24850 echo "*** A new enough version of pkg-config was not found."
24851 echo "*** See http://pkgconfig.sourceforge.net"
24852 else
24853 if test -f conf.gtktest ; then
24854 :
24855 else
24856 echo "*** Could not run GTK+ test program, checking why..."
24857 ac_save_CFLAGS="$CFLAGS"
24858 ac_save_LIBS="$LIBS"
24859 CFLAGS="$CFLAGS $GTK_CFLAGS"
24860 LIBS="$LIBS $GTK_LIBS"
24861 cat >conftest.$ac_ext <<_ACEOF
24862 /* confdefs.h. */
24863 _ACEOF
24864 cat confdefs.h >>conftest.$ac_ext
24865 cat >>conftest.$ac_ext <<_ACEOF
24866 /* end confdefs.h. */
24867
24868 #include <gtk/gtk.h>
24869 #include <stdio.h>
24870
24871 int
24872 main ()
24873 {
24874 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24875 ;
24876 return 0;
24877 }
24878 _ACEOF
24879 rm -f conftest.$ac_objext conftest$ac_exeext
24880 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24881 (eval $ac_link) 2>conftest.er1
24882 ac_status=$?
24883 grep -v '^ *+' conftest.er1 >conftest.err
24884 rm -f conftest.er1
24885 cat conftest.err >&5
24886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24887 (exit $ac_status); } &&
24888 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24890 (eval $ac_try) 2>&5
24891 ac_status=$?
24892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24893 (exit $ac_status); }; } &&
24894 { ac_try='test -s conftest$ac_exeext'
24895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24896 (eval $ac_try) 2>&5
24897 ac_status=$?
24898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24899 (exit $ac_status); }; }; then
24900 echo "*** The test program compiled, but did not run. This usually means"
24901 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
24902 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
24903 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24904 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24905 echo "*** is required on your system"
24906 echo "***"
24907 echo "*** If you have an old version installed, it is best to remove it, although"
24908 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24909 else
24910 echo "$as_me: failed program was:" >&5
24911 sed 's/^/| /' conftest.$ac_ext >&5
24912
24913 echo "*** The test program failed to compile or link. See the file config.log for the"
24914 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
24915 fi
24916 rm -f conftest.err conftest.$ac_objext \
24917 conftest$ac_exeext conftest.$ac_ext
24918 CFLAGS="$ac_save_CFLAGS"
24919 LIBS="$ac_save_LIBS"
24920 fi
24921 fi
24922 GTK_CFLAGS=""
24923 GTK_LIBS=""
24924 :
24925 fi
24926
24927
24928 rm -f conf.gtktest
24929
24930 fi
24931
24932 if test -z "$wx_cv_lib_gtk"; then
24933 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
24934
24935 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
24936 if test "${with_gtk_prefix+set}" = set; then
24937 withval="$with_gtk_prefix"
24938 gtk_config_prefix="$withval"
24939 else
24940 gtk_config_prefix=""
24941 fi;
24942
24943 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
24944 if test "${with_gtk_exec_prefix+set}" = set; then
24945 withval="$with_gtk_exec_prefix"
24946 gtk_config_exec_prefix="$withval"
24947 else
24948 gtk_config_exec_prefix=""
24949 fi;
24950 # Check whether --enable-gtktest or --disable-gtktest was given.
24951 if test "${enable_gtktest+set}" = set; then
24952 enableval="$enable_gtktest"
24953
24954 else
24955 enable_gtktest=yes
24956 fi;
24957
24958 for module in . $GTK_MODULES
24959 do
24960 case "$module" in
24961 gthread)
24962 gtk_config_args="$gtk_config_args gthread"
24963 ;;
24964 esac
24965 done
24966
24967 if test x$gtk_config_exec_prefix != x ; then
24968 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24969 if test x${GTK_CONFIG+set} != xset ; then
24970 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
24971 fi
24972 fi
24973 if test x$gtk_config_prefix != x ; then
24974 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
24975 if test x${GTK_CONFIG+set} != xset ; then
24976 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
24977 fi
24978 fi
24979
24980 # Extract the first word of "gtk-config", so it can be a program name with args.
24981 set dummy gtk-config; ac_word=$2
24982 echo "$as_me:$LINENO: checking for $ac_word" >&5
24983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24984 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
24985 echo $ECHO_N "(cached) $ECHO_C" >&6
24986 else
24987 case $GTK_CONFIG in
24988 [\\/]* | ?:[\\/]*)
24989 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
24990 ;;
24991 *)
24992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24993 for as_dir in $PATH
24994 do
24995 IFS=$as_save_IFS
24996 test -z "$as_dir" && as_dir=.
24997 for ac_exec_ext in '' $ac_executable_extensions; do
24998 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24999 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25001 break 2
25002 fi
25003 done
25004 done
25005
25006 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25007 ;;
25008 esac
25009 fi
25010 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25011
25012 if test -n "$GTK_CONFIG"; then
25013 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25014 echo "${ECHO_T}$GTK_CONFIG" >&6
25015 else
25016 echo "$as_me:$LINENO: result: no" >&5
25017 echo "${ECHO_T}no" >&6
25018 fi
25019
25020 min_gtk_version=1.2.7
25021 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25022 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25023 no_gtk=""
25024 if test "$GTK_CONFIG" = "no" ; then
25025 no_gtk=yes
25026 else
25027 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25028 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25029 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25030 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25031 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25032 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25033 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25034 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25035 if test "x$enable_gtktest" = "xyes" ; then
25036 ac_save_CFLAGS="$CFLAGS"
25037 ac_save_LIBS="$LIBS"
25038 CFLAGS="$CFLAGS $GTK_CFLAGS"
25039 LIBS="$GTK_LIBS $LIBS"
25040 rm -f conf.gtktest
25041 if test "$cross_compiling" = yes; then
25042 echo $ac_n "cross compiling; assumed OK... $ac_c"
25043 else
25044 cat >conftest.$ac_ext <<_ACEOF
25045 /* confdefs.h. */
25046 _ACEOF
25047 cat confdefs.h >>conftest.$ac_ext
25048 cat >>conftest.$ac_ext <<_ACEOF
25049 /* end confdefs.h. */
25050
25051 #include <gtk/gtk.h>
25052 #include <stdio.h>
25053 #include <stdlib.h>
25054
25055 int
25056 main ()
25057 {
25058 int major, minor, micro;
25059 char *tmp_version;
25060
25061 system ("touch conf.gtktest");
25062
25063 /* HP/UX 9 (%@#!) writes to sscanf strings */
25064 tmp_version = g_strdup("$min_gtk_version");
25065 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25066 printf("%s, bad version string\n", "$min_gtk_version");
25067 exit(1);
25068 }
25069
25070 if ((gtk_major_version != $gtk_config_major_version) ||
25071 (gtk_minor_version != $gtk_config_minor_version) ||
25072 (gtk_micro_version != $gtk_config_micro_version))
25073 {
25074 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25075 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25076 gtk_major_version, gtk_minor_version, gtk_micro_version);
25077 printf ("*** was found! If gtk-config was correct, then it is best\n");
25078 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25079 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25080 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25081 printf("*** required on your system.\n");
25082 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25083 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25084 printf("*** before re-running configure\n");
25085 }
25086 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25087 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25088 (gtk_minor_version != GTK_MINOR_VERSION) ||
25089 (gtk_micro_version != GTK_MICRO_VERSION))
25090 {
25091 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25092 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25093 printf("*** library (version %d.%d.%d)\n",
25094 gtk_major_version, gtk_minor_version, gtk_micro_version);
25095 }
25096 #endif /* defined (GTK_MAJOR_VERSION) ... */
25097 else
25098 {
25099 if ((gtk_major_version > major) ||
25100 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25101 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25102 {
25103 return 0;
25104 }
25105 else
25106 {
25107 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25108 gtk_major_version, gtk_minor_version, gtk_micro_version);
25109 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25110 major, minor, micro);
25111 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25112 printf("***\n");
25113 printf("*** If you have already installed a sufficiently new version, this error\n");
25114 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25115 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25116 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25117 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25118 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25119 printf("*** so that the correct libraries are found at run-time))\n");
25120 }
25121 }
25122 return 1;
25123 }
25124
25125 _ACEOF
25126 rm -f conftest$ac_exeext
25127 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25128 (eval $ac_link) 2>&5
25129 ac_status=$?
25130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25131 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25133 (eval $ac_try) 2>&5
25134 ac_status=$?
25135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25136 (exit $ac_status); }; }; then
25137 :
25138 else
25139 echo "$as_me: program exited with status $ac_status" >&5
25140 echo "$as_me: failed program was:" >&5
25141 sed 's/^/| /' conftest.$ac_ext >&5
25142
25143 ( exit $ac_status )
25144 no_gtk=yes
25145 fi
25146 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25147 fi
25148 CFLAGS="$ac_save_CFLAGS"
25149 LIBS="$ac_save_LIBS"
25150 fi
25151 fi
25152 if test "x$no_gtk" = x ; then
25153 echo "$as_me:$LINENO: result: yes" >&5
25154 echo "${ECHO_T}yes" >&6
25155 wx_cv_lib_gtk=1.2.7
25156 else
25157 echo "$as_me:$LINENO: result: no" >&5
25158 echo "${ECHO_T}no" >&6
25159 if test "$GTK_CONFIG" = "no" ; then
25160 echo "*** The gtk-config script installed by GTK could not be found"
25161 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25162 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25163 echo "*** full path to gtk-config."
25164 else
25165 if test -f conf.gtktest ; then
25166 :
25167 else
25168 echo "*** Could not run GTK test program, checking why..."
25169 CFLAGS="$CFLAGS $GTK_CFLAGS"
25170 LIBS="$LIBS $GTK_LIBS"
25171 cat >conftest.$ac_ext <<_ACEOF
25172 /* confdefs.h. */
25173 _ACEOF
25174 cat confdefs.h >>conftest.$ac_ext
25175 cat >>conftest.$ac_ext <<_ACEOF
25176 /* end confdefs.h. */
25177
25178 #include <gtk/gtk.h>
25179 #include <stdio.h>
25180
25181 int
25182 main ()
25183 {
25184 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25185 ;
25186 return 0;
25187 }
25188 _ACEOF
25189 rm -f conftest.$ac_objext conftest$ac_exeext
25190 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25191 (eval $ac_link) 2>conftest.er1
25192 ac_status=$?
25193 grep -v '^ *+' conftest.er1 >conftest.err
25194 rm -f conftest.er1
25195 cat conftest.err >&5
25196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25197 (exit $ac_status); } &&
25198 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25200 (eval $ac_try) 2>&5
25201 ac_status=$?
25202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25203 (exit $ac_status); }; } &&
25204 { ac_try='test -s conftest$ac_exeext'
25205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25206 (eval $ac_try) 2>&5
25207 ac_status=$?
25208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25209 (exit $ac_status); }; }; then
25210 echo "*** The test program compiled, but did not run. This usually means"
25211 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25212 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25213 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25214 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25215 echo "*** is required on your system"
25216 echo "***"
25217 echo "*** If you have an old version installed, it is best to remove it, although"
25218 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25219 echo "***"
25220 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25221 echo "*** came with the system with the command"
25222 echo "***"
25223 echo "*** rpm --erase --nodeps gtk gtk-devel"
25224 else
25225 echo "$as_me: failed program was:" >&5
25226 sed 's/^/| /' conftest.$ac_ext >&5
25227
25228 echo "*** The test program failed to compile or link. See the file config.log for the"
25229 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25230 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25231 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25232 fi
25233 rm -f conftest.err conftest.$ac_objext \
25234 conftest$ac_exeext conftest.$ac_ext
25235 CFLAGS="$ac_save_CFLAGS"
25236 LIBS="$ac_save_LIBS"
25237 fi
25238 fi
25239 GTK_CFLAGS=""
25240 GTK_LIBS=""
25241 :
25242 fi
25243
25244
25245 rm -f conf.gtktest
25246
25247
25248 if test -z "$wx_cv_lib_gtk"; then
25249
25250 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25251 if test "${with_gtk_prefix+set}" = set; then
25252 withval="$with_gtk_prefix"
25253 gtk_config_prefix="$withval"
25254 else
25255 gtk_config_prefix=""
25256 fi;
25257
25258 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25259 if test "${with_gtk_exec_prefix+set}" = set; then
25260 withval="$with_gtk_exec_prefix"
25261 gtk_config_exec_prefix="$withval"
25262 else
25263 gtk_config_exec_prefix=""
25264 fi;
25265 # Check whether --enable-gtktest or --disable-gtktest was given.
25266 if test "${enable_gtktest+set}" = set; then
25267 enableval="$enable_gtktest"
25268
25269 else
25270 enable_gtktest=yes
25271 fi;
25272
25273 for module in . $GTK_MODULES
25274 do
25275 case "$module" in
25276 gthread)
25277 gtk_config_args="$gtk_config_args gthread"
25278 ;;
25279 esac
25280 done
25281
25282 if test x$gtk_config_exec_prefix != x ; then
25283 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25284 if test x${GTK_CONFIG+set} != xset ; then
25285 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25286 fi
25287 fi
25288 if test x$gtk_config_prefix != x ; then
25289 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25290 if test x${GTK_CONFIG+set} != xset ; then
25291 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25292 fi
25293 fi
25294
25295 # Extract the first word of "gtk-config", so it can be a program name with args.
25296 set dummy gtk-config; ac_word=$2
25297 echo "$as_me:$LINENO: checking for $ac_word" >&5
25298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25299 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25300 echo $ECHO_N "(cached) $ECHO_C" >&6
25301 else
25302 case $GTK_CONFIG in
25303 [\\/]* | ?:[\\/]*)
25304 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25305 ;;
25306 *)
25307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25308 for as_dir in $PATH
25309 do
25310 IFS=$as_save_IFS
25311 test -z "$as_dir" && as_dir=.
25312 for ac_exec_ext in '' $ac_executable_extensions; do
25313 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25314 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25316 break 2
25317 fi
25318 done
25319 done
25320
25321 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25322 ;;
25323 esac
25324 fi
25325 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25326
25327 if test -n "$GTK_CONFIG"; then
25328 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25329 echo "${ECHO_T}$GTK_CONFIG" >&6
25330 else
25331 echo "$as_me:$LINENO: result: no" >&5
25332 echo "${ECHO_T}no" >&6
25333 fi
25334
25335 min_gtk_version=1.2.3
25336 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25337 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25338 no_gtk=""
25339 if test "$GTK_CONFIG" = "no" ; then
25340 no_gtk=yes
25341 else
25342 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25343 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25344 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25345 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25346 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25347 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25348 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25349 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25350 if test "x$enable_gtktest" = "xyes" ; then
25351 ac_save_CFLAGS="$CFLAGS"
25352 ac_save_LIBS="$LIBS"
25353 CFLAGS="$CFLAGS $GTK_CFLAGS"
25354 LIBS="$GTK_LIBS $LIBS"
25355 rm -f conf.gtktest
25356 if test "$cross_compiling" = yes; then
25357 echo $ac_n "cross compiling; assumed OK... $ac_c"
25358 else
25359 cat >conftest.$ac_ext <<_ACEOF
25360 /* confdefs.h. */
25361 _ACEOF
25362 cat confdefs.h >>conftest.$ac_ext
25363 cat >>conftest.$ac_ext <<_ACEOF
25364 /* end confdefs.h. */
25365
25366 #include <gtk/gtk.h>
25367 #include <stdio.h>
25368 #include <stdlib.h>
25369
25370 int
25371 main ()
25372 {
25373 int major, minor, micro;
25374 char *tmp_version;
25375
25376 system ("touch conf.gtktest");
25377
25378 /* HP/UX 9 (%@#!) writes to sscanf strings */
25379 tmp_version = g_strdup("$min_gtk_version");
25380 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25381 printf("%s, bad version string\n", "$min_gtk_version");
25382 exit(1);
25383 }
25384
25385 if ((gtk_major_version != $gtk_config_major_version) ||
25386 (gtk_minor_version != $gtk_config_minor_version) ||
25387 (gtk_micro_version != $gtk_config_micro_version))
25388 {
25389 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25390 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25391 gtk_major_version, gtk_minor_version, gtk_micro_version);
25392 printf ("*** was found! If gtk-config was correct, then it is best\n");
25393 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25394 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25395 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25396 printf("*** required on your system.\n");
25397 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25398 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25399 printf("*** before re-running configure\n");
25400 }
25401 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25402 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25403 (gtk_minor_version != GTK_MINOR_VERSION) ||
25404 (gtk_micro_version != GTK_MICRO_VERSION))
25405 {
25406 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25407 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25408 printf("*** library (version %d.%d.%d)\n",
25409 gtk_major_version, gtk_minor_version, gtk_micro_version);
25410 }
25411 #endif /* defined (GTK_MAJOR_VERSION) ... */
25412 else
25413 {
25414 if ((gtk_major_version > major) ||
25415 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25416 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25417 {
25418 return 0;
25419 }
25420 else
25421 {
25422 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25423 gtk_major_version, gtk_minor_version, gtk_micro_version);
25424 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25425 major, minor, micro);
25426 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25427 printf("***\n");
25428 printf("*** If you have already installed a sufficiently new version, this error\n");
25429 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25430 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25431 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25432 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25433 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25434 printf("*** so that the correct libraries are found at run-time))\n");
25435 }
25436 }
25437 return 1;
25438 }
25439
25440 _ACEOF
25441 rm -f conftest$ac_exeext
25442 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25443 (eval $ac_link) 2>&5
25444 ac_status=$?
25445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25446 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25448 (eval $ac_try) 2>&5
25449 ac_status=$?
25450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25451 (exit $ac_status); }; }; then
25452 :
25453 else
25454 echo "$as_me: program exited with status $ac_status" >&5
25455 echo "$as_me: failed program was:" >&5
25456 sed 's/^/| /' conftest.$ac_ext >&5
25457
25458 ( exit $ac_status )
25459 no_gtk=yes
25460 fi
25461 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25462 fi
25463 CFLAGS="$ac_save_CFLAGS"
25464 LIBS="$ac_save_LIBS"
25465 fi
25466 fi
25467 if test "x$no_gtk" = x ; then
25468 echo "$as_me:$LINENO: result: yes" >&5
25469 echo "${ECHO_T}yes" >&6
25470 wx_cv_lib_gtk=1.2.3
25471 else
25472 echo "$as_me:$LINENO: result: no" >&5
25473 echo "${ECHO_T}no" >&6
25474 if test "$GTK_CONFIG" = "no" ; then
25475 echo "*** The gtk-config script installed by GTK could not be found"
25476 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25477 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25478 echo "*** full path to gtk-config."
25479 else
25480 if test -f conf.gtktest ; then
25481 :
25482 else
25483 echo "*** Could not run GTK test program, checking why..."
25484 CFLAGS="$CFLAGS $GTK_CFLAGS"
25485 LIBS="$LIBS $GTK_LIBS"
25486 cat >conftest.$ac_ext <<_ACEOF
25487 /* confdefs.h. */
25488 _ACEOF
25489 cat confdefs.h >>conftest.$ac_ext
25490 cat >>conftest.$ac_ext <<_ACEOF
25491 /* end confdefs.h. */
25492
25493 #include <gtk/gtk.h>
25494 #include <stdio.h>
25495
25496 int
25497 main ()
25498 {
25499 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25500 ;
25501 return 0;
25502 }
25503 _ACEOF
25504 rm -f conftest.$ac_objext conftest$ac_exeext
25505 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25506 (eval $ac_link) 2>conftest.er1
25507 ac_status=$?
25508 grep -v '^ *+' conftest.er1 >conftest.err
25509 rm -f conftest.er1
25510 cat conftest.err >&5
25511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25512 (exit $ac_status); } &&
25513 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25515 (eval $ac_try) 2>&5
25516 ac_status=$?
25517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25518 (exit $ac_status); }; } &&
25519 { ac_try='test -s conftest$ac_exeext'
25520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25521 (eval $ac_try) 2>&5
25522 ac_status=$?
25523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25524 (exit $ac_status); }; }; then
25525 echo "*** The test program compiled, but did not run. This usually means"
25526 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25527 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25528 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25529 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25530 echo "*** is required on your system"
25531 echo "***"
25532 echo "*** If you have an old version installed, it is best to remove it, although"
25533 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25534 echo "***"
25535 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25536 echo "*** came with the system with the command"
25537 echo "***"
25538 echo "*** rpm --erase --nodeps gtk gtk-devel"
25539 else
25540 echo "$as_me: failed program was:" >&5
25541 sed 's/^/| /' conftest.$ac_ext >&5
25542
25543 echo "*** The test program failed to compile or link. See the file config.log for the"
25544 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25545 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25546 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25547 fi
25548 rm -f conftest.err conftest.$ac_objext \
25549 conftest$ac_exeext conftest.$ac_ext
25550 CFLAGS="$ac_save_CFLAGS"
25551 LIBS="$ac_save_LIBS"
25552 fi
25553 fi
25554 GTK_CFLAGS=""
25555 GTK_LIBS=""
25556 :
25557 fi
25558
25559
25560 rm -f conf.gtktest
25561
25562 fi
25563 fi
25564 fi
25565
25566 if test -z "$wx_cv_lib_gtk"; then
25567 wx_cv_lib_gtk=none
25568 else
25569 wx_cv_cflags_gtk=$GTK_CFLAGS
25570 wx_cv_libs_gtk=$GTK_LIBS
25571 fi
25572
25573
25574 fi
25575
25576
25577 if test "$gtk_version_cached" = 1; then
25578 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25579 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25580 fi
25581
25582 case "$wx_cv_lib_gtk" in
25583 2.0) WXGTK20=1
25584 TOOLKIT_VERSION=2
25585 ;;
25586 1.2.7) WXGTK127=1
25587 WXGTK12=1
25588 ;;
25589 1.2.3) WXGTK12=1
25590 ;;
25591 *) { { echo "$as_me:$LINENO: error:
25592 The development files for GTK+ were not found. For GTK+ 2, please
25593 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25594 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25595 and that the version is 1.2.3 or above. Also check that the
25596 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25597 --libs' are in the LD_LIBRARY_PATH or equivalent.
25598 " >&5
25599 echo "$as_me: error:
25600 The development files for GTK+ were not found. For GTK+ 2, please
25601 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25602 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25603 and that the version is 1.2.3 or above. Also check that the
25604 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25605 --libs' are in the LD_LIBRARY_PATH or equivalent.
25606 " >&2;}
25607 { (exit 1); exit 1; }; }
25608 ;;
25609 esac
25610
25611 if test "$WXGTK20" = 1; then
25612 save_CFLAGS="$CFLAGS"
25613 save_LIBS="$LIBS"
25614 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
25615 LIBS="$LIBS $wx_cv_libs_gtk"
25616
25617
25618 for ac_func in pango_font_family_is_monospace
25619 do
25620 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25621 echo "$as_me:$LINENO: checking for $ac_func" >&5
25622 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25623 if eval "test \"\${$as_ac_var+set}\" = set"; then
25624 echo $ECHO_N "(cached) $ECHO_C" >&6
25625 else
25626 cat >conftest.$ac_ext <<_ACEOF
25627 /* confdefs.h. */
25628 _ACEOF
25629 cat confdefs.h >>conftest.$ac_ext
25630 cat >>conftest.$ac_ext <<_ACEOF
25631 /* end confdefs.h. */
25632 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25633 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25634 #define $ac_func innocuous_$ac_func
25635
25636 /* System header to define __stub macros and hopefully few prototypes,
25637 which can conflict with char $ac_func (); below.
25638 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25639 <limits.h> exists even on freestanding compilers. */
25640
25641 #ifdef __STDC__
25642 # include <limits.h>
25643 #else
25644 # include <assert.h>
25645 #endif
25646
25647 #undef $ac_func
25648
25649 /* Override any gcc2 internal prototype to avoid an error. */
25650 #ifdef __cplusplus
25651 extern "C"
25652 {
25653 #endif
25654 /* We use char because int might match the return type of a gcc2
25655 builtin and then its argument prototype would still apply. */
25656 char $ac_func ();
25657 /* The GNU C library defines this for functions which it implements
25658 to always fail with ENOSYS. Some functions are actually named
25659 something starting with __ and the normal name is an alias. */
25660 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25661 choke me
25662 #else
25663 char (*f) () = $ac_func;
25664 #endif
25665 #ifdef __cplusplus
25666 }
25667 #endif
25668
25669 int
25670 main ()
25671 {
25672 return f != $ac_func;
25673 ;
25674 return 0;
25675 }
25676 _ACEOF
25677 rm -f conftest.$ac_objext conftest$ac_exeext
25678 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25679 (eval $ac_link) 2>conftest.er1
25680 ac_status=$?
25681 grep -v '^ *+' conftest.er1 >conftest.err
25682 rm -f conftest.er1
25683 cat conftest.err >&5
25684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25685 (exit $ac_status); } &&
25686 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25688 (eval $ac_try) 2>&5
25689 ac_status=$?
25690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25691 (exit $ac_status); }; } &&
25692 { ac_try='test -s conftest$ac_exeext'
25693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25694 (eval $ac_try) 2>&5
25695 ac_status=$?
25696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25697 (exit $ac_status); }; }; then
25698 eval "$as_ac_var=yes"
25699 else
25700 echo "$as_me: failed program was:" >&5
25701 sed 's/^/| /' conftest.$ac_ext >&5
25702
25703 eval "$as_ac_var=no"
25704 fi
25705 rm -f conftest.err conftest.$ac_objext \
25706 conftest$ac_exeext conftest.$ac_ext
25707 fi
25708 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25709 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25710 if test `eval echo '${'$as_ac_var'}'` = yes; then
25711 cat >>confdefs.h <<_ACEOF
25712 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25713 _ACEOF
25714
25715 fi
25716 done
25717
25718
25719 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
25720 echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
25721 cat >conftest.$ac_ext <<_ACEOF
25722 /* confdefs.h. */
25723 _ACEOF
25724 cat confdefs.h >>conftest.$ac_ext
25725 cat >>conftest.$ac_ext <<_ACEOF
25726 /* end confdefs.h. */
25727
25728 #include <gtk/gtk.h>
25729
25730 int
25731 main ()
25732 {
25733
25734 void *f = gtk_icon_size_lookup;
25735
25736 ;
25737 return 0;
25738 }
25739 _ACEOF
25740 rm -f conftest.$ac_objext
25741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25742 (eval $ac_compile) 2>conftest.er1
25743 ac_status=$?
25744 grep -v '^ *+' conftest.er1 >conftest.err
25745 rm -f conftest.er1
25746 cat conftest.err >&5
25747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25748 (exit $ac_status); } &&
25749 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25751 (eval $ac_try) 2>&5
25752 ac_status=$?
25753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25754 (exit $ac_status); }; } &&
25755 { ac_try='test -s conftest.$ac_objext'
25756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25757 (eval $ac_try) 2>&5
25758 ac_status=$?
25759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25760 (exit $ac_status); }; }; then
25761
25762 echo "$as_me:$LINENO: result: no" >&5
25763 echo "${ECHO_T}no" >&6
25764
25765 else
25766 echo "$as_me: failed program was:" >&5
25767 sed 's/^/| /' conftest.$ac_ext >&5
25768
25769
25770 cat >>confdefs.h <<\_ACEOF
25771 #define NEED_GTK_ICON_SIZE_LOOKUP 1
25772 _ACEOF
25773
25774 echo "$as_me:$LINENO: result: yes" >&5
25775 echo "${ECHO_T}yes" >&6
25776
25777 fi
25778 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25779
25780 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
25781 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
25782 cat >conftest.$ac_ext <<_ACEOF
25783 /* confdefs.h. */
25784 _ACEOF
25785 cat confdefs.h >>conftest.$ac_ext
25786 cat >>conftest.$ac_ext <<_ACEOF
25787 /* end confdefs.h. */
25788
25789 #include <gtk/gtk.h>
25790
25791 int
25792 main ()
25793 {
25794
25795 #if !GTK_CHECK_VERSION(2,4,0)
25796 #error "Not GTK+ 2.4"
25797 #endif
25798
25799 ;
25800 return 0;
25801 }
25802 _ACEOF
25803 rm -f conftest.$ac_objext
25804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25805 (eval $ac_compile) 2>conftest.er1
25806 ac_status=$?
25807 grep -v '^ *+' conftest.er1 >conftest.err
25808 rm -f conftest.er1
25809 cat conftest.err >&5
25810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25811 (exit $ac_status); } &&
25812 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25814 (eval $ac_try) 2>&5
25815 ac_status=$?
25816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25817 (exit $ac_status); }; } &&
25818 { ac_try='test -s conftest.$ac_objext'
25819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25820 (eval $ac_try) 2>&5
25821 ac_status=$?
25822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25823 (exit $ac_status); }; }; then
25824
25825 cat >>confdefs.h <<\_ACEOF
25826 #define __WXGTK24__ 1
25827 _ACEOF
25828
25829 echo "$as_me:$LINENO: result: yes" >&5
25830 echo "${ECHO_T}yes" >&6
25831
25832 else
25833 echo "$as_me: failed program was:" >&5
25834 sed 's/^/| /' conftest.$ac_ext >&5
25835
25836
25837 echo "$as_me:$LINENO: result: no" >&5
25838 echo "${ECHO_T}no" >&6
25839
25840 fi
25841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
25842
25843 CFLAGS="$save_CFLAGS"
25844 LIBS="$save_LIBS"
25845 else
25846 if test "$wxUSE_UNICODE" = "yes"; then
25847 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
25848 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
25849 wxUSE_UNICODE=no
25850 fi
25851 fi
25852
25853 if test "$USE_DARWIN" != 1; then
25854
25855 for ac_func in poll
25856 do
25857 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25858 echo "$as_me:$LINENO: checking for $ac_func" >&5
25859 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25860 if eval "test \"\${$as_ac_var+set}\" = set"; then
25861 echo $ECHO_N "(cached) $ECHO_C" >&6
25862 else
25863 cat >conftest.$ac_ext <<_ACEOF
25864 /* confdefs.h. */
25865 _ACEOF
25866 cat confdefs.h >>conftest.$ac_ext
25867 cat >>conftest.$ac_ext <<_ACEOF
25868 /* end confdefs.h. */
25869 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25870 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25871 #define $ac_func innocuous_$ac_func
25872
25873 /* System header to define __stub macros and hopefully few prototypes,
25874 which can conflict with char $ac_func (); below.
25875 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25876 <limits.h> exists even on freestanding compilers. */
25877
25878 #ifdef __STDC__
25879 # include <limits.h>
25880 #else
25881 # include <assert.h>
25882 #endif
25883
25884 #undef $ac_func
25885
25886 /* Override any gcc2 internal prototype to avoid an error. */
25887 #ifdef __cplusplus
25888 extern "C"
25889 {
25890 #endif
25891 /* We use char because int might match the return type of a gcc2
25892 builtin and then its argument prototype would still apply. */
25893 char $ac_func ();
25894 /* The GNU C library defines this for functions which it implements
25895 to always fail with ENOSYS. Some functions are actually named
25896 something starting with __ and the normal name is an alias. */
25897 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25898 choke me
25899 #else
25900 char (*f) () = $ac_func;
25901 #endif
25902 #ifdef __cplusplus
25903 }
25904 #endif
25905
25906 int
25907 main ()
25908 {
25909 return f != $ac_func;
25910 ;
25911 return 0;
25912 }
25913 _ACEOF
25914 rm -f conftest.$ac_objext conftest$ac_exeext
25915 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25916 (eval $ac_link) 2>conftest.er1
25917 ac_status=$?
25918 grep -v '^ *+' conftest.er1 >conftest.err
25919 rm -f conftest.er1
25920 cat conftest.err >&5
25921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25922 (exit $ac_status); } &&
25923 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25925 (eval $ac_try) 2>&5
25926 ac_status=$?
25927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25928 (exit $ac_status); }; } &&
25929 { ac_try='test -s conftest$ac_exeext'
25930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25931 (eval $ac_try) 2>&5
25932 ac_status=$?
25933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25934 (exit $ac_status); }; }; then
25935 eval "$as_ac_var=yes"
25936 else
25937 echo "$as_me: failed program was:" >&5
25938 sed 's/^/| /' conftest.$ac_ext >&5
25939
25940 eval "$as_ac_var=no"
25941 fi
25942 rm -f conftest.err conftest.$ac_objext \
25943 conftest$ac_exeext conftest.$ac_ext
25944 fi
25945 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25946 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25947 if test `eval echo '${'$as_ac_var'}'` = yes; then
25948 cat >>confdefs.h <<_ACEOF
25949 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25950 _ACEOF
25951
25952 fi
25953 done
25954
25955 fi
25956
25957 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
25958 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
25959
25960 AFMINSTALL=afminstall
25961 TOOLKIT=GTK
25962 GUIDIST=GTK_DIST
25963
25964 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
25965 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
25966 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
25967 echo $ECHO_N "(cached) $ECHO_C" >&6
25968 else
25969 ac_check_lib_save_LIBS=$LIBS
25970 LIBS="-lgdk $LIBS"
25971 cat >conftest.$ac_ext <<_ACEOF
25972 /* confdefs.h. */
25973 _ACEOF
25974 cat confdefs.h >>conftest.$ac_ext
25975 cat >>conftest.$ac_ext <<_ACEOF
25976 /* end confdefs.h. */
25977
25978 /* Override any gcc2 internal prototype to avoid an error. */
25979 #ifdef __cplusplus
25980 extern "C"
25981 #endif
25982 /* We use char because int might match the return type of a gcc2
25983 builtin and then its argument prototype would still apply. */
25984 char gdk_im_open ();
25985 int
25986 main ()
25987 {
25988 gdk_im_open ();
25989 ;
25990 return 0;
25991 }
25992 _ACEOF
25993 rm -f conftest.$ac_objext conftest$ac_exeext
25994 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25995 (eval $ac_link) 2>conftest.er1
25996 ac_status=$?
25997 grep -v '^ *+' conftest.er1 >conftest.err
25998 rm -f conftest.er1
25999 cat conftest.err >&5
26000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26001 (exit $ac_status); } &&
26002 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26004 (eval $ac_try) 2>&5
26005 ac_status=$?
26006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26007 (exit $ac_status); }; } &&
26008 { ac_try='test -s conftest$ac_exeext'
26009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26010 (eval $ac_try) 2>&5
26011 ac_status=$?
26012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26013 (exit $ac_status); }; }; then
26014 ac_cv_lib_gdk_gdk_im_open=yes
26015 else
26016 echo "$as_me: failed program was:" >&5
26017 sed 's/^/| /' conftest.$ac_ext >&5
26018
26019 ac_cv_lib_gdk_gdk_im_open=no
26020 fi
26021 rm -f conftest.err conftest.$ac_objext \
26022 conftest$ac_exeext conftest.$ac_ext
26023 LIBS=$ac_check_lib_save_LIBS
26024 fi
26025 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
26026 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
26027 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
26028 cat >>confdefs.h <<\_ACEOF
26029 #define HAVE_XIM 1
26030 _ACEOF
26031
26032 fi
26033
26034
26035
26036 if test "$wxUSE_GPE" = "yes"; then
26037 echo "$as_me:$LINENO: checking for gpewidget library" >&5
26038 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
26039
26040 ac_find_libraries=
26041 for ac_dir in $SEARCH_LIB /usr/lib;
26042 do
26043 for ac_extension in a so sl dylib dll.a; do
26044 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26045 ac_find_libraries=$ac_dir
26046 break 2
26047 fi
26048 done
26049 done
26050
26051 if test "$ac_find_libraries" != "" ; then
26052
26053 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
26054 result=$?
26055 if test $result = 0; then
26056 ac_path_to_link=""
26057 else
26058 ac_path_to_link=" -L$ac_find_libraries"
26059 fi
26060
26061 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
26062 WXGPE=1
26063 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
26064 echo "${ECHO_T}found at $ac_find_libraries" >&6
26065 else
26066 echo "$as_me:$LINENO: result: not found" >&5
26067 echo "${ECHO_T}not found" >&6
26068 fi
26069
26070 fi
26071 fi
26072
26073 if test "$wxUSE_MGL" = 1; then
26074 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
26075 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
26076 if test "x$MGL_ROOT" = x ; then
26077 echo "$as_me:$LINENO: result: not found" >&5
26078 echo "${ECHO_T}not found" >&6
26079 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
26080 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
26081 { (exit 1); exit 1; }; }
26082 else
26083 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
26084 echo "${ECHO_T}$MGL_ROOT" >&6
26085 fi
26086
26087 echo "$as_me:$LINENO: checking for libmgl location" >&5
26088 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
26089 case "${host}" in
26090 *-*-linux* )
26091 if test "x$wxUSE_SHARED" = xyes ; then
26092 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
26093 else
26094 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
26095 fi
26096 ;;
26097 *-pc-msdosdjgpp )
26098 mgl_os_candidates="dos32/dj2"
26099 ;;
26100 *)
26101 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
26102 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
26103 { (exit 1); exit 1; }; }
26104 esac
26105
26106 mgl_lib_type=""
26107 mgl_os=""
26108
26109 for mgl_os_i in $mgl_os_candidates ; do
26110 if test "x$mgl_os" = x ; then
26111 if test "$wxUSE_DEBUG_FLAG" = yes ; then
26112 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
26113 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
26114 mgl_lib_type=debug
26115 mgl_os=$mgl_os_i
26116 fi
26117 fi
26118 if test "x$mgl_lib_type" = x ; then
26119 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
26120 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
26121 mgl_lib_type=release
26122 mgl_os=$mgl_os_i
26123 fi
26124 fi
26125 fi
26126 done
26127
26128 if test "x$mgl_os" = x ; then
26129 echo "$as_me:$LINENO: result: not found" >&5
26130 echo "${ECHO_T}not found" >&6
26131 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
26132 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
26133 { (exit 1); exit 1; }; }
26134 fi
26135 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
26136 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
26137
26138 wxUSE_UNIVERSAL="yes"
26139
26140 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
26141 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
26142
26143 AFMINSTALL=afminstall
26144 TOOLKIT=MGL
26145 GUIDIST=MGL_DIST
26146 fi
26147
26148 if test "$wxUSE_MICROWIN" = 1; then
26149 echo "$as_me:$LINENO: checking for MicroWindows" >&5
26150 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
26151 if test "x$MICROWINDOWS" = x ; then
26152 echo "$as_me:$LINENO: result: not found" >&5
26153 echo "${ECHO_T}not found" >&6
26154 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
26155 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
26156 { (exit 1); exit 1; }; }
26157 else
26158 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
26159 echo "${ECHO_T}$MICROWINDOWS" >&6
26160 fi
26161
26162 if test -f $MICROWINDOWS/lib/libmwin.a; then
26163 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
26164 echo "${ECHO_T}MicroWindows' libraries found." >&6
26165 else
26166 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
26167 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
26168 { (exit 1); exit 1; }; }
26169 fi
26170
26171 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
26172 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
26173
26174 wxUSE_UNIVERSAL="yes"
26175
26176 AFMINSTALL=afminstall
26177 TOOLKIT=MICROWIN
26178 GUIDIST=MICROWIN_DIST
26179
26180 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
26181 fi
26182
26183 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26184
26185 if test "x$ac_path_x_has_been_run" != xyes; then
26186 echo "$as_me:$LINENO: checking for X" >&5
26187 echo $ECHO_N "checking for X... $ECHO_C" >&6
26188
26189 ac_path_x_has_been_run=yes
26190
26191 # Check whether --with-x or --without-x was given.
26192 if test "${with_x+set}" = set; then
26193 withval="$with_x"
26194
26195 fi;
26196 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
26197 if test "x$with_x" = xno; then
26198 # The user explicitly disabled X.
26199 have_x=disabled
26200 else
26201 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
26202 # Both variables are already set.
26203 have_x=yes
26204 else
26205 if test "${ac_cv_have_x+set}" = set; then
26206 echo $ECHO_N "(cached) $ECHO_C" >&6
26207 else
26208 # One or both of the vars are not set, and there is no cached value.
26209 ac_x_includes=no ac_x_libraries=no
26210 rm -fr conftest.dir
26211 if mkdir conftest.dir; then
26212 cd conftest.dir
26213 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
26214 cat >Imakefile <<'_ACEOF'
26215 acfindx:
26216 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
26217 _ACEOF
26218 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
26219 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
26220 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
26221 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
26222 for ac_extension in a so sl; do
26223 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
26224 test -f $ac_im_libdir/libX11.$ac_extension; then
26225 ac_im_usrlibdir=$ac_im_libdir; break
26226 fi
26227 done
26228 # Screen out bogus values from the imake configuration. They are
26229 # bogus both because they are the default anyway, and because
26230 # using them would break gcc on systems where it needs fixed includes.
26231 case $ac_im_incroot in
26232 /usr/include) ;;
26233 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
26234 esac
26235 case $ac_im_usrlibdir in
26236 /usr/lib | /lib) ;;
26237 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
26238 esac
26239 fi
26240 cd ..
26241 rm -fr conftest.dir
26242 fi
26243
26244 # Standard set of common directories for X headers.
26245 # Check X11 before X11Rn because it is often a symlink to the current release.
26246 ac_x_header_dirs='
26247 /usr/X11/include
26248 /usr/X11R6/include
26249 /usr/X11R5/include
26250 /usr/X11R4/include
26251
26252 /usr/include/X11
26253 /usr/include/X11R6
26254 /usr/include/X11R5
26255 /usr/include/X11R4
26256
26257 /usr/local/X11/include
26258 /usr/local/X11R6/include
26259 /usr/local/X11R5/include
26260 /usr/local/X11R4/include
26261
26262 /usr/local/include/X11
26263 /usr/local/include/X11R6
26264 /usr/local/include/X11R5
26265 /usr/local/include/X11R4
26266
26267 /usr/X386/include
26268 /usr/x386/include
26269 /usr/XFree86/include/X11
26270
26271 /usr/include
26272 /usr/local/include
26273 /usr/unsupported/include
26274 /usr/athena/include
26275 /usr/local/x11r5/include
26276 /usr/lpp/Xamples/include
26277
26278 /usr/openwin/include
26279 /usr/openwin/share/include'
26280
26281 if test "$ac_x_includes" = no; then
26282 # Guess where to find include files, by looking for a specified header file.
26283 # First, try using that file with no special directory specified.
26284 cat >conftest.$ac_ext <<_ACEOF
26285 /* confdefs.h. */
26286 _ACEOF
26287 cat confdefs.h >>conftest.$ac_ext
26288 cat >>conftest.$ac_ext <<_ACEOF
26289 /* end confdefs.h. */
26290 #include <X11/Intrinsic.h>
26291 _ACEOF
26292 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26293 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26294 ac_status=$?
26295 grep -v '^ *+' conftest.er1 >conftest.err
26296 rm -f conftest.er1
26297 cat conftest.err >&5
26298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26299 (exit $ac_status); } >/dev/null; then
26300 if test -s conftest.err; then
26301 ac_cpp_err=$ac_c_preproc_warn_flag
26302 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
26303 else
26304 ac_cpp_err=
26305 fi
26306 else
26307 ac_cpp_err=yes
26308 fi
26309 if test -z "$ac_cpp_err"; then
26310 # We can compile using X headers with no special include directory.
26311 ac_x_includes=
26312 else
26313 echo "$as_me: failed program was:" >&5
26314 sed 's/^/| /' conftest.$ac_ext >&5
26315
26316 for ac_dir in $ac_x_header_dirs; do
26317 if test -r "$ac_dir/X11/Intrinsic.h"; then
26318 ac_x_includes=$ac_dir
26319 break
26320 fi
26321 done
26322 fi
26323 rm -f conftest.err conftest.$ac_ext
26324 fi # $ac_x_includes = no
26325
26326 if test "$ac_x_libraries" = no; then
26327 # Check for the libraries.
26328 # See if we find them without any special options.
26329 # Don't add to $LIBS permanently.
26330 ac_save_LIBS=$LIBS
26331 LIBS="-lXt $LIBS"
26332 cat >conftest.$ac_ext <<_ACEOF
26333 /* confdefs.h. */
26334 _ACEOF
26335 cat confdefs.h >>conftest.$ac_ext
26336 cat >>conftest.$ac_ext <<_ACEOF
26337 /* end confdefs.h. */
26338 #include <X11/Intrinsic.h>
26339 int
26340 main ()
26341 {
26342 XtMalloc (0)
26343 ;
26344 return 0;
26345 }
26346 _ACEOF
26347 rm -f conftest.$ac_objext conftest$ac_exeext
26348 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26349 (eval $ac_link) 2>conftest.er1
26350 ac_status=$?
26351 grep -v '^ *+' conftest.er1 >conftest.err
26352 rm -f conftest.er1
26353 cat conftest.err >&5
26354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26355 (exit $ac_status); } &&
26356 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26358 (eval $ac_try) 2>&5
26359 ac_status=$?
26360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26361 (exit $ac_status); }; } &&
26362 { ac_try='test -s conftest$ac_exeext'
26363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26364 (eval $ac_try) 2>&5
26365 ac_status=$?
26366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26367 (exit $ac_status); }; }; then
26368 LIBS=$ac_save_LIBS
26369 # We can link X programs with no special library path.
26370 ac_x_libraries=
26371 else
26372 echo "$as_me: failed program was:" >&5
26373 sed 's/^/| /' conftest.$ac_ext >&5
26374
26375 LIBS=$ac_save_LIBS
26376 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
26377 do
26378 # Don't even attempt the hair of trying to link an X program!
26379 for ac_extension in a so sl; do
26380 if test -r $ac_dir/libXt.$ac_extension; then
26381 ac_x_libraries=$ac_dir
26382 break 2
26383 fi
26384 done
26385 done
26386 fi
26387 rm -f conftest.err conftest.$ac_objext \
26388 conftest$ac_exeext conftest.$ac_ext
26389 fi # $ac_x_libraries = no
26390
26391 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
26392 # Didn't find X anywhere. Cache the known absence of X.
26393 ac_cv_have_x="have_x=no"
26394 else
26395 # Record where we found X for the cache.
26396 ac_cv_have_x="have_x=yes \
26397 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
26398 fi
26399 fi
26400
26401 fi
26402 eval "$ac_cv_have_x"
26403 fi # $with_x != no
26404
26405 if test "$have_x" != yes; then
26406 echo "$as_me:$LINENO: result: $have_x" >&5
26407 echo "${ECHO_T}$have_x" >&6
26408 no_x=yes
26409 else
26410 # If each of the values was on the command line, it overrides each guess.
26411 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
26412 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
26413 # Update the cache value to reflect the command line values.
26414 ac_cv_have_x="have_x=yes \
26415 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
26416 # It might be that x_includes is empty (headers are found in the
26417 # standard search path. Then output the corresponding message
26418 ac_out_x_includes=$x_includes
26419 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
26420 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
26421 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
26422 fi
26423
26424 fi
26425 if test "$no_x" = yes; then
26426 # Not all programs may use this symbol, but it does not hurt to define it.
26427
26428 cat >>confdefs.h <<\_ACEOF
26429 #define X_DISPLAY_MISSING 1
26430 _ACEOF
26431
26432 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
26433 else
26434 if test -n "$x_includes"; then
26435 X_CFLAGS="$X_CFLAGS -I$x_includes"
26436 fi
26437
26438 # It would also be nice to do this for all -L options, not just this one.
26439 if test -n "$x_libraries"; then
26440 X_LIBS="$X_LIBS -L$x_libraries"
26441 # For Solaris; some versions of Sun CC require a space after -R and
26442 # others require no space. Words are not sufficient . . . .
26443 case `(uname -sr) 2>/dev/null` in
26444 "SunOS 5"*)
26445 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
26446 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
26447 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
26448 cat >conftest.$ac_ext <<_ACEOF
26449 /* confdefs.h. */
26450 _ACEOF
26451 cat confdefs.h >>conftest.$ac_ext
26452 cat >>conftest.$ac_ext <<_ACEOF
26453 /* end confdefs.h. */
26454
26455 int
26456 main ()
26457 {
26458
26459 ;
26460 return 0;
26461 }
26462 _ACEOF
26463 rm -f conftest.$ac_objext conftest$ac_exeext
26464 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26465 (eval $ac_link) 2>conftest.er1
26466 ac_status=$?
26467 grep -v '^ *+' conftest.er1 >conftest.err
26468 rm -f conftest.er1
26469 cat conftest.err >&5
26470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26471 (exit $ac_status); } &&
26472 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26474 (eval $ac_try) 2>&5
26475 ac_status=$?
26476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26477 (exit $ac_status); }; } &&
26478 { ac_try='test -s conftest$ac_exeext'
26479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26480 (eval $ac_try) 2>&5
26481 ac_status=$?
26482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26483 (exit $ac_status); }; }; then
26484 ac_R_nospace=yes
26485 else
26486 echo "$as_me: failed program was:" >&5
26487 sed 's/^/| /' conftest.$ac_ext >&5
26488
26489 ac_R_nospace=no
26490 fi
26491 rm -f conftest.err conftest.$ac_objext \
26492 conftest$ac_exeext conftest.$ac_ext
26493 if test $ac_R_nospace = yes; then
26494 echo "$as_me:$LINENO: result: no" >&5
26495 echo "${ECHO_T}no" >&6
26496 X_LIBS="$X_LIBS -R$x_libraries"
26497 else
26498 LIBS="$ac_xsave_LIBS -R $x_libraries"
26499 cat >conftest.$ac_ext <<_ACEOF
26500 /* confdefs.h. */
26501 _ACEOF
26502 cat confdefs.h >>conftest.$ac_ext
26503 cat >>conftest.$ac_ext <<_ACEOF
26504 /* end confdefs.h. */
26505
26506 int
26507 main ()
26508 {
26509
26510 ;
26511 return 0;
26512 }
26513 _ACEOF
26514 rm -f conftest.$ac_objext conftest$ac_exeext
26515 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26516 (eval $ac_link) 2>conftest.er1
26517 ac_status=$?
26518 grep -v '^ *+' conftest.er1 >conftest.err
26519 rm -f conftest.er1
26520 cat conftest.err >&5
26521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26522 (exit $ac_status); } &&
26523 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26525 (eval $ac_try) 2>&5
26526 ac_status=$?
26527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26528 (exit $ac_status); }; } &&
26529 { ac_try='test -s conftest$ac_exeext'
26530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26531 (eval $ac_try) 2>&5
26532 ac_status=$?
26533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26534 (exit $ac_status); }; }; then
26535 ac_R_space=yes
26536 else
26537 echo "$as_me: failed program was:" >&5
26538 sed 's/^/| /' conftest.$ac_ext >&5
26539
26540 ac_R_space=no
26541 fi
26542 rm -f conftest.err conftest.$ac_objext \
26543 conftest$ac_exeext conftest.$ac_ext
26544 if test $ac_R_space = yes; then
26545 echo "$as_me:$LINENO: result: yes" >&5
26546 echo "${ECHO_T}yes" >&6
26547 X_LIBS="$X_LIBS -R $x_libraries"
26548 else
26549 echo "$as_me:$LINENO: result: neither works" >&5
26550 echo "${ECHO_T}neither works" >&6
26551 fi
26552 fi
26553 LIBS=$ac_xsave_LIBS
26554 esac
26555 fi
26556
26557 # Check for system-dependent libraries X programs must link with.
26558 # Do this before checking for the system-independent R6 libraries
26559 # (-lICE), since we may need -lsocket or whatever for X linking.
26560
26561 if test "$ISC" = yes; then
26562 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
26563 else
26564 # Martyn Johnson says this is needed for Ultrix, if the X
26565 # libraries were built with DECnet support. And Karl Berry says
26566 # the Alpha needs dnet_stub (dnet does not exist).
26567 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
26568 cat >conftest.$ac_ext <<_ACEOF
26569 /* confdefs.h. */
26570 _ACEOF
26571 cat confdefs.h >>conftest.$ac_ext
26572 cat >>conftest.$ac_ext <<_ACEOF
26573 /* end confdefs.h. */
26574
26575 /* Override any gcc2 internal prototype to avoid an error. */
26576 #ifdef __cplusplus
26577 extern "C"
26578 #endif
26579 /* We use char because int might match the return type of a gcc2
26580 builtin and then its argument prototype would still apply. */
26581 char XOpenDisplay ();
26582 int
26583 main ()
26584 {
26585 XOpenDisplay ();
26586 ;
26587 return 0;
26588 }
26589 _ACEOF
26590 rm -f conftest.$ac_objext conftest$ac_exeext
26591 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26592 (eval $ac_link) 2>conftest.er1
26593 ac_status=$?
26594 grep -v '^ *+' conftest.er1 >conftest.err
26595 rm -f conftest.er1
26596 cat conftest.err >&5
26597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26598 (exit $ac_status); } &&
26599 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26601 (eval $ac_try) 2>&5
26602 ac_status=$?
26603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26604 (exit $ac_status); }; } &&
26605 { ac_try='test -s conftest$ac_exeext'
26606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26607 (eval $ac_try) 2>&5
26608 ac_status=$?
26609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26610 (exit $ac_status); }; }; then
26611 :
26612 else
26613 echo "$as_me: failed program was:" >&5
26614 sed 's/^/| /' conftest.$ac_ext >&5
26615
26616 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26617 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26618 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26619 echo $ECHO_N "(cached) $ECHO_C" >&6
26620 else
26621 ac_check_lib_save_LIBS=$LIBS
26622 LIBS="-ldnet $LIBS"
26623 cat >conftest.$ac_ext <<_ACEOF
26624 /* confdefs.h. */
26625 _ACEOF
26626 cat confdefs.h >>conftest.$ac_ext
26627 cat >>conftest.$ac_ext <<_ACEOF
26628 /* end confdefs.h. */
26629
26630 /* Override any gcc2 internal prototype to avoid an error. */
26631 #ifdef __cplusplus
26632 extern "C"
26633 #endif
26634 /* We use char because int might match the return type of a gcc2
26635 builtin and then its argument prototype would still apply. */
26636 char dnet_ntoa ();
26637 int
26638 main ()
26639 {
26640 dnet_ntoa ();
26641 ;
26642 return 0;
26643 }
26644 _ACEOF
26645 rm -f conftest.$ac_objext conftest$ac_exeext
26646 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26647 (eval $ac_link) 2>conftest.er1
26648 ac_status=$?
26649 grep -v '^ *+' conftest.er1 >conftest.err
26650 rm -f conftest.er1
26651 cat conftest.err >&5
26652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26653 (exit $ac_status); } &&
26654 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26656 (eval $ac_try) 2>&5
26657 ac_status=$?
26658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26659 (exit $ac_status); }; } &&
26660 { ac_try='test -s conftest$ac_exeext'
26661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26662 (eval $ac_try) 2>&5
26663 ac_status=$?
26664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26665 (exit $ac_status); }; }; then
26666 ac_cv_lib_dnet_dnet_ntoa=yes
26667 else
26668 echo "$as_me: failed program was:" >&5
26669 sed 's/^/| /' conftest.$ac_ext >&5
26670
26671 ac_cv_lib_dnet_dnet_ntoa=no
26672 fi
26673 rm -f conftest.err conftest.$ac_objext \
26674 conftest$ac_exeext conftest.$ac_ext
26675 LIBS=$ac_check_lib_save_LIBS
26676 fi
26677 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
26678 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
26679 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
26680 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
26681 fi
26682
26683 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
26684 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
26685 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
26686 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
26687 echo $ECHO_N "(cached) $ECHO_C" >&6
26688 else
26689 ac_check_lib_save_LIBS=$LIBS
26690 LIBS="-ldnet_stub $LIBS"
26691 cat >conftest.$ac_ext <<_ACEOF
26692 /* confdefs.h. */
26693 _ACEOF
26694 cat confdefs.h >>conftest.$ac_ext
26695 cat >>conftest.$ac_ext <<_ACEOF
26696 /* end confdefs.h. */
26697
26698 /* Override any gcc2 internal prototype to avoid an error. */
26699 #ifdef __cplusplus
26700 extern "C"
26701 #endif
26702 /* We use char because int might match the return type of a gcc2
26703 builtin and then its argument prototype would still apply. */
26704 char dnet_ntoa ();
26705 int
26706 main ()
26707 {
26708 dnet_ntoa ();
26709 ;
26710 return 0;
26711 }
26712 _ACEOF
26713 rm -f conftest.$ac_objext conftest$ac_exeext
26714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26715 (eval $ac_link) 2>conftest.er1
26716 ac_status=$?
26717 grep -v '^ *+' conftest.er1 >conftest.err
26718 rm -f conftest.er1
26719 cat conftest.err >&5
26720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26721 (exit $ac_status); } &&
26722 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26724 (eval $ac_try) 2>&5
26725 ac_status=$?
26726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26727 (exit $ac_status); }; } &&
26728 { ac_try='test -s conftest$ac_exeext'
26729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26730 (eval $ac_try) 2>&5
26731 ac_status=$?
26732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26733 (exit $ac_status); }; }; then
26734 ac_cv_lib_dnet_stub_dnet_ntoa=yes
26735 else
26736 echo "$as_me: failed program was:" >&5
26737 sed 's/^/| /' conftest.$ac_ext >&5
26738
26739 ac_cv_lib_dnet_stub_dnet_ntoa=no
26740 fi
26741 rm -f conftest.err conftest.$ac_objext \
26742 conftest$ac_exeext conftest.$ac_ext
26743 LIBS=$ac_check_lib_save_LIBS
26744 fi
26745 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
26746 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
26747 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
26748 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
26749 fi
26750
26751 fi
26752 fi
26753 rm -f conftest.err conftest.$ac_objext \
26754 conftest$ac_exeext conftest.$ac_ext
26755 LIBS="$ac_xsave_LIBS"
26756
26757 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
26758 # to get the SysV transport functions.
26759 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
26760 # needs -lnsl.
26761 # The nsl library prevents programs from opening the X display
26762 # on Irix 5.2, according to T.E. Dickey.
26763 # The functions gethostbyname, getservbyname, and inet_addr are
26764 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
26765 echo "$as_me:$LINENO: checking for gethostbyname" >&5
26766 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
26767 if test "${ac_cv_func_gethostbyname+set}" = set; then
26768 echo $ECHO_N "(cached) $ECHO_C" >&6
26769 else
26770 cat >conftest.$ac_ext <<_ACEOF
26771 /* confdefs.h. */
26772 _ACEOF
26773 cat confdefs.h >>conftest.$ac_ext
26774 cat >>conftest.$ac_ext <<_ACEOF
26775 /* end confdefs.h. */
26776 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
26777 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26778 #define gethostbyname innocuous_gethostbyname
26779
26780 /* System header to define __stub macros and hopefully few prototypes,
26781 which can conflict with char gethostbyname (); below.
26782 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26783 <limits.h> exists even on freestanding compilers. */
26784
26785 #ifdef __STDC__
26786 # include <limits.h>
26787 #else
26788 # include <assert.h>
26789 #endif
26790
26791 #undef gethostbyname
26792
26793 /* Override any gcc2 internal prototype to avoid an error. */
26794 #ifdef __cplusplus
26795 extern "C"
26796 {
26797 #endif
26798 /* We use char because int might match the return type of a gcc2
26799 builtin and then its argument prototype would still apply. */
26800 char gethostbyname ();
26801 /* The GNU C library defines this for functions which it implements
26802 to always fail with ENOSYS. Some functions are actually named
26803 something starting with __ and the normal name is an alias. */
26804 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
26805 choke me
26806 #else
26807 char (*f) () = gethostbyname;
26808 #endif
26809 #ifdef __cplusplus
26810 }
26811 #endif
26812
26813 int
26814 main ()
26815 {
26816 return f != gethostbyname;
26817 ;
26818 return 0;
26819 }
26820 _ACEOF
26821 rm -f conftest.$ac_objext conftest$ac_exeext
26822 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26823 (eval $ac_link) 2>conftest.er1
26824 ac_status=$?
26825 grep -v '^ *+' conftest.er1 >conftest.err
26826 rm -f conftest.er1
26827 cat conftest.err >&5
26828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26829 (exit $ac_status); } &&
26830 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26832 (eval $ac_try) 2>&5
26833 ac_status=$?
26834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26835 (exit $ac_status); }; } &&
26836 { ac_try='test -s conftest$ac_exeext'
26837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26838 (eval $ac_try) 2>&5
26839 ac_status=$?
26840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26841 (exit $ac_status); }; }; then
26842 ac_cv_func_gethostbyname=yes
26843 else
26844 echo "$as_me: failed program was:" >&5
26845 sed 's/^/| /' conftest.$ac_ext >&5
26846
26847 ac_cv_func_gethostbyname=no
26848 fi
26849 rm -f conftest.err conftest.$ac_objext \
26850 conftest$ac_exeext conftest.$ac_ext
26851 fi
26852 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
26853 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
26854
26855 if test $ac_cv_func_gethostbyname = no; then
26856 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
26857 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
26858 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
26859 echo $ECHO_N "(cached) $ECHO_C" >&6
26860 else
26861 ac_check_lib_save_LIBS=$LIBS
26862 LIBS="-lnsl $LIBS"
26863 cat >conftest.$ac_ext <<_ACEOF
26864 /* confdefs.h. */
26865 _ACEOF
26866 cat confdefs.h >>conftest.$ac_ext
26867 cat >>conftest.$ac_ext <<_ACEOF
26868 /* end confdefs.h. */
26869
26870 /* Override any gcc2 internal prototype to avoid an error. */
26871 #ifdef __cplusplus
26872 extern "C"
26873 #endif
26874 /* We use char because int might match the return type of a gcc2
26875 builtin and then its argument prototype would still apply. */
26876 char gethostbyname ();
26877 int
26878 main ()
26879 {
26880 gethostbyname ();
26881 ;
26882 return 0;
26883 }
26884 _ACEOF
26885 rm -f conftest.$ac_objext conftest$ac_exeext
26886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26887 (eval $ac_link) 2>conftest.er1
26888 ac_status=$?
26889 grep -v '^ *+' conftest.er1 >conftest.err
26890 rm -f conftest.er1
26891 cat conftest.err >&5
26892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26893 (exit $ac_status); } &&
26894 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26896 (eval $ac_try) 2>&5
26897 ac_status=$?
26898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26899 (exit $ac_status); }; } &&
26900 { ac_try='test -s conftest$ac_exeext'
26901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26902 (eval $ac_try) 2>&5
26903 ac_status=$?
26904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26905 (exit $ac_status); }; }; then
26906 ac_cv_lib_nsl_gethostbyname=yes
26907 else
26908 echo "$as_me: failed program was:" >&5
26909 sed 's/^/| /' conftest.$ac_ext >&5
26910
26911 ac_cv_lib_nsl_gethostbyname=no
26912 fi
26913 rm -f conftest.err conftest.$ac_objext \
26914 conftest$ac_exeext conftest.$ac_ext
26915 LIBS=$ac_check_lib_save_LIBS
26916 fi
26917 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
26918 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
26919 if test $ac_cv_lib_nsl_gethostbyname = yes; then
26920 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
26921 fi
26922
26923 if test $ac_cv_lib_nsl_gethostbyname = no; then
26924 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
26925 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
26926 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
26927 echo $ECHO_N "(cached) $ECHO_C" >&6
26928 else
26929 ac_check_lib_save_LIBS=$LIBS
26930 LIBS="-lbsd $LIBS"
26931 cat >conftest.$ac_ext <<_ACEOF
26932 /* confdefs.h. */
26933 _ACEOF
26934 cat confdefs.h >>conftest.$ac_ext
26935 cat >>conftest.$ac_ext <<_ACEOF
26936 /* end confdefs.h. */
26937
26938 /* Override any gcc2 internal prototype to avoid an error. */
26939 #ifdef __cplusplus
26940 extern "C"
26941 #endif
26942 /* We use char because int might match the return type of a gcc2
26943 builtin and then its argument prototype would still apply. */
26944 char gethostbyname ();
26945 int
26946 main ()
26947 {
26948 gethostbyname ();
26949 ;
26950 return 0;
26951 }
26952 _ACEOF
26953 rm -f conftest.$ac_objext conftest$ac_exeext
26954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26955 (eval $ac_link) 2>conftest.er1
26956 ac_status=$?
26957 grep -v '^ *+' conftest.er1 >conftest.err
26958 rm -f conftest.er1
26959 cat conftest.err >&5
26960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26961 (exit $ac_status); } &&
26962 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26964 (eval $ac_try) 2>&5
26965 ac_status=$?
26966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26967 (exit $ac_status); }; } &&
26968 { ac_try='test -s conftest$ac_exeext'
26969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26970 (eval $ac_try) 2>&5
26971 ac_status=$?
26972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26973 (exit $ac_status); }; }; then
26974 ac_cv_lib_bsd_gethostbyname=yes
26975 else
26976 echo "$as_me: failed program was:" >&5
26977 sed 's/^/| /' conftest.$ac_ext >&5
26978
26979 ac_cv_lib_bsd_gethostbyname=no
26980 fi
26981 rm -f conftest.err conftest.$ac_objext \
26982 conftest$ac_exeext conftest.$ac_ext
26983 LIBS=$ac_check_lib_save_LIBS
26984 fi
26985 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
26986 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
26987 if test $ac_cv_lib_bsd_gethostbyname = yes; then
26988 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
26989 fi
26990
26991 fi
26992 fi
26993
26994 # lieder@skyler.mavd.honeywell.com says without -lsocket,
26995 # socket/setsockopt and other routines are undefined under SCO ODT
26996 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
26997 # on later versions), says Simon Leinen: it contains gethostby*
26998 # variants that don't use the name server (or something). -lsocket
26999 # must be given before -lnsl if both are needed. We assume that
27000 # if connect needs -lnsl, so does gethostbyname.
27001 echo "$as_me:$LINENO: checking for connect" >&5
27002 echo $ECHO_N "checking for connect... $ECHO_C" >&6
27003 if test "${ac_cv_func_connect+set}" = set; then
27004 echo $ECHO_N "(cached) $ECHO_C" >&6
27005 else
27006 cat >conftest.$ac_ext <<_ACEOF
27007 /* confdefs.h. */
27008 _ACEOF
27009 cat confdefs.h >>conftest.$ac_ext
27010 cat >>conftest.$ac_ext <<_ACEOF
27011 /* end confdefs.h. */
27012 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
27013 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27014 #define connect innocuous_connect
27015
27016 /* System header to define __stub macros and hopefully few prototypes,
27017 which can conflict with char connect (); below.
27018 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27019 <limits.h> exists even on freestanding compilers. */
27020
27021 #ifdef __STDC__
27022 # include <limits.h>
27023 #else
27024 # include <assert.h>
27025 #endif
27026
27027 #undef connect
27028
27029 /* Override any gcc2 internal prototype to avoid an error. */
27030 #ifdef __cplusplus
27031 extern "C"
27032 {
27033 #endif
27034 /* We use char because int might match the return type of a gcc2
27035 builtin and then its argument prototype would still apply. */
27036 char connect ();
27037 /* The GNU C library defines this for functions which it implements
27038 to always fail with ENOSYS. Some functions are actually named
27039 something starting with __ and the normal name is an alias. */
27040 #if defined (__stub_connect) || defined (__stub___connect)
27041 choke me
27042 #else
27043 char (*f) () = connect;
27044 #endif
27045 #ifdef __cplusplus
27046 }
27047 #endif
27048
27049 int
27050 main ()
27051 {
27052 return f != connect;
27053 ;
27054 return 0;
27055 }
27056 _ACEOF
27057 rm -f conftest.$ac_objext conftest$ac_exeext
27058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27059 (eval $ac_link) 2>conftest.er1
27060 ac_status=$?
27061 grep -v '^ *+' conftest.er1 >conftest.err
27062 rm -f conftest.er1
27063 cat conftest.err >&5
27064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27065 (exit $ac_status); } &&
27066 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27068 (eval $ac_try) 2>&5
27069 ac_status=$?
27070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27071 (exit $ac_status); }; } &&
27072 { ac_try='test -s conftest$ac_exeext'
27073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27074 (eval $ac_try) 2>&5
27075 ac_status=$?
27076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27077 (exit $ac_status); }; }; then
27078 ac_cv_func_connect=yes
27079 else
27080 echo "$as_me: failed program was:" >&5
27081 sed 's/^/| /' conftest.$ac_ext >&5
27082
27083 ac_cv_func_connect=no
27084 fi
27085 rm -f conftest.err conftest.$ac_objext \
27086 conftest$ac_exeext conftest.$ac_ext
27087 fi
27088 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
27089 echo "${ECHO_T}$ac_cv_func_connect" >&6
27090
27091 if test $ac_cv_func_connect = no; then
27092 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
27093 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
27094 if test "${ac_cv_lib_socket_connect+set}" = set; then
27095 echo $ECHO_N "(cached) $ECHO_C" >&6
27096 else
27097 ac_check_lib_save_LIBS=$LIBS
27098 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
27099 cat >conftest.$ac_ext <<_ACEOF
27100 /* confdefs.h. */
27101 _ACEOF
27102 cat confdefs.h >>conftest.$ac_ext
27103 cat >>conftest.$ac_ext <<_ACEOF
27104 /* end confdefs.h. */
27105
27106 /* Override any gcc2 internal prototype to avoid an error. */
27107 #ifdef __cplusplus
27108 extern "C"
27109 #endif
27110 /* We use char because int might match the return type of a gcc2
27111 builtin and then its argument prototype would still apply. */
27112 char connect ();
27113 int
27114 main ()
27115 {
27116 connect ();
27117 ;
27118 return 0;
27119 }
27120 _ACEOF
27121 rm -f conftest.$ac_objext conftest$ac_exeext
27122 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27123 (eval $ac_link) 2>conftest.er1
27124 ac_status=$?
27125 grep -v '^ *+' conftest.er1 >conftest.err
27126 rm -f conftest.er1
27127 cat conftest.err >&5
27128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27129 (exit $ac_status); } &&
27130 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27132 (eval $ac_try) 2>&5
27133 ac_status=$?
27134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27135 (exit $ac_status); }; } &&
27136 { ac_try='test -s conftest$ac_exeext'
27137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27138 (eval $ac_try) 2>&5
27139 ac_status=$?
27140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27141 (exit $ac_status); }; }; then
27142 ac_cv_lib_socket_connect=yes
27143 else
27144 echo "$as_me: failed program was:" >&5
27145 sed 's/^/| /' conftest.$ac_ext >&5
27146
27147 ac_cv_lib_socket_connect=no
27148 fi
27149 rm -f conftest.err conftest.$ac_objext \
27150 conftest$ac_exeext conftest.$ac_ext
27151 LIBS=$ac_check_lib_save_LIBS
27152 fi
27153 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
27154 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
27155 if test $ac_cv_lib_socket_connect = yes; then
27156 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
27157 fi
27158
27159 fi
27160
27161 # Guillermo Gomez says -lposix is necessary on A/UX.
27162 echo "$as_me:$LINENO: checking for remove" >&5
27163 echo $ECHO_N "checking for remove... $ECHO_C" >&6
27164 if test "${ac_cv_func_remove+set}" = set; then
27165 echo $ECHO_N "(cached) $ECHO_C" >&6
27166 else
27167 cat >conftest.$ac_ext <<_ACEOF
27168 /* confdefs.h. */
27169 _ACEOF
27170 cat confdefs.h >>conftest.$ac_ext
27171 cat >>conftest.$ac_ext <<_ACEOF
27172 /* end confdefs.h. */
27173 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
27174 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27175 #define remove innocuous_remove
27176
27177 /* System header to define __stub macros and hopefully few prototypes,
27178 which can conflict with char remove (); below.
27179 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27180 <limits.h> exists even on freestanding compilers. */
27181
27182 #ifdef __STDC__
27183 # include <limits.h>
27184 #else
27185 # include <assert.h>
27186 #endif
27187
27188 #undef remove
27189
27190 /* Override any gcc2 internal prototype to avoid an error. */
27191 #ifdef __cplusplus
27192 extern "C"
27193 {
27194 #endif
27195 /* We use char because int might match the return type of a gcc2
27196 builtin and then its argument prototype would still apply. */
27197 char remove ();
27198 /* The GNU C library defines this for functions which it implements
27199 to always fail with ENOSYS. Some functions are actually named
27200 something starting with __ and the normal name is an alias. */
27201 #if defined (__stub_remove) || defined (__stub___remove)
27202 choke me
27203 #else
27204 char (*f) () = remove;
27205 #endif
27206 #ifdef __cplusplus
27207 }
27208 #endif
27209
27210 int
27211 main ()
27212 {
27213 return f != remove;
27214 ;
27215 return 0;
27216 }
27217 _ACEOF
27218 rm -f conftest.$ac_objext conftest$ac_exeext
27219 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27220 (eval $ac_link) 2>conftest.er1
27221 ac_status=$?
27222 grep -v '^ *+' conftest.er1 >conftest.err
27223 rm -f conftest.er1
27224 cat conftest.err >&5
27225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27226 (exit $ac_status); } &&
27227 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27229 (eval $ac_try) 2>&5
27230 ac_status=$?
27231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27232 (exit $ac_status); }; } &&
27233 { ac_try='test -s conftest$ac_exeext'
27234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27235 (eval $ac_try) 2>&5
27236 ac_status=$?
27237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27238 (exit $ac_status); }; }; then
27239 ac_cv_func_remove=yes
27240 else
27241 echo "$as_me: failed program was:" >&5
27242 sed 's/^/| /' conftest.$ac_ext >&5
27243
27244 ac_cv_func_remove=no
27245 fi
27246 rm -f conftest.err conftest.$ac_objext \
27247 conftest$ac_exeext conftest.$ac_ext
27248 fi
27249 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
27250 echo "${ECHO_T}$ac_cv_func_remove" >&6
27251
27252 if test $ac_cv_func_remove = no; then
27253 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
27254 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
27255 if test "${ac_cv_lib_posix_remove+set}" = set; then
27256 echo $ECHO_N "(cached) $ECHO_C" >&6
27257 else
27258 ac_check_lib_save_LIBS=$LIBS
27259 LIBS="-lposix $LIBS"
27260 cat >conftest.$ac_ext <<_ACEOF
27261 /* confdefs.h. */
27262 _ACEOF
27263 cat confdefs.h >>conftest.$ac_ext
27264 cat >>conftest.$ac_ext <<_ACEOF
27265 /* end confdefs.h. */
27266
27267 /* Override any gcc2 internal prototype to avoid an error. */
27268 #ifdef __cplusplus
27269 extern "C"
27270 #endif
27271 /* We use char because int might match the return type of a gcc2
27272 builtin and then its argument prototype would still apply. */
27273 char remove ();
27274 int
27275 main ()
27276 {
27277 remove ();
27278 ;
27279 return 0;
27280 }
27281 _ACEOF
27282 rm -f conftest.$ac_objext conftest$ac_exeext
27283 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27284 (eval $ac_link) 2>conftest.er1
27285 ac_status=$?
27286 grep -v '^ *+' conftest.er1 >conftest.err
27287 rm -f conftest.er1
27288 cat conftest.err >&5
27289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27290 (exit $ac_status); } &&
27291 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27293 (eval $ac_try) 2>&5
27294 ac_status=$?
27295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27296 (exit $ac_status); }; } &&
27297 { ac_try='test -s conftest$ac_exeext'
27298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27299 (eval $ac_try) 2>&5
27300 ac_status=$?
27301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27302 (exit $ac_status); }; }; then
27303 ac_cv_lib_posix_remove=yes
27304 else
27305 echo "$as_me: failed program was:" >&5
27306 sed 's/^/| /' conftest.$ac_ext >&5
27307
27308 ac_cv_lib_posix_remove=no
27309 fi
27310 rm -f conftest.err conftest.$ac_objext \
27311 conftest$ac_exeext conftest.$ac_ext
27312 LIBS=$ac_check_lib_save_LIBS
27313 fi
27314 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
27315 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
27316 if test $ac_cv_lib_posix_remove = yes; then
27317 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
27318 fi
27319
27320 fi
27321
27322 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
27323 echo "$as_me:$LINENO: checking for shmat" >&5
27324 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
27325 if test "${ac_cv_func_shmat+set}" = set; then
27326 echo $ECHO_N "(cached) $ECHO_C" >&6
27327 else
27328 cat >conftest.$ac_ext <<_ACEOF
27329 /* confdefs.h. */
27330 _ACEOF
27331 cat confdefs.h >>conftest.$ac_ext
27332 cat >>conftest.$ac_ext <<_ACEOF
27333 /* end confdefs.h. */
27334 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
27335 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27336 #define shmat innocuous_shmat
27337
27338 /* System header to define __stub macros and hopefully few prototypes,
27339 which can conflict with char shmat (); below.
27340 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27341 <limits.h> exists even on freestanding compilers. */
27342
27343 #ifdef __STDC__
27344 # include <limits.h>
27345 #else
27346 # include <assert.h>
27347 #endif
27348
27349 #undef shmat
27350
27351 /* Override any gcc2 internal prototype to avoid an error. */
27352 #ifdef __cplusplus
27353 extern "C"
27354 {
27355 #endif
27356 /* We use char because int might match the return type of a gcc2
27357 builtin and then its argument prototype would still apply. */
27358 char shmat ();
27359 /* The GNU C library defines this for functions which it implements
27360 to always fail with ENOSYS. Some functions are actually named
27361 something starting with __ and the normal name is an alias. */
27362 #if defined (__stub_shmat) || defined (__stub___shmat)
27363 choke me
27364 #else
27365 char (*f) () = shmat;
27366 #endif
27367 #ifdef __cplusplus
27368 }
27369 #endif
27370
27371 int
27372 main ()
27373 {
27374 return f != shmat;
27375 ;
27376 return 0;
27377 }
27378 _ACEOF
27379 rm -f conftest.$ac_objext conftest$ac_exeext
27380 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27381 (eval $ac_link) 2>conftest.er1
27382 ac_status=$?
27383 grep -v '^ *+' conftest.er1 >conftest.err
27384 rm -f conftest.er1
27385 cat conftest.err >&5
27386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27387 (exit $ac_status); } &&
27388 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27390 (eval $ac_try) 2>&5
27391 ac_status=$?
27392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27393 (exit $ac_status); }; } &&
27394 { ac_try='test -s conftest$ac_exeext'
27395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27396 (eval $ac_try) 2>&5
27397 ac_status=$?
27398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27399 (exit $ac_status); }; }; then
27400 ac_cv_func_shmat=yes
27401 else
27402 echo "$as_me: failed program was:" >&5
27403 sed 's/^/| /' conftest.$ac_ext >&5
27404
27405 ac_cv_func_shmat=no
27406 fi
27407 rm -f conftest.err conftest.$ac_objext \
27408 conftest$ac_exeext conftest.$ac_ext
27409 fi
27410 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
27411 echo "${ECHO_T}$ac_cv_func_shmat" >&6
27412
27413 if test $ac_cv_func_shmat = no; then
27414 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
27415 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
27416 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
27417 echo $ECHO_N "(cached) $ECHO_C" >&6
27418 else
27419 ac_check_lib_save_LIBS=$LIBS
27420 LIBS="-lipc $LIBS"
27421 cat >conftest.$ac_ext <<_ACEOF
27422 /* confdefs.h. */
27423 _ACEOF
27424 cat confdefs.h >>conftest.$ac_ext
27425 cat >>conftest.$ac_ext <<_ACEOF
27426 /* end confdefs.h. */
27427
27428 /* Override any gcc2 internal prototype to avoid an error. */
27429 #ifdef __cplusplus
27430 extern "C"
27431 #endif
27432 /* We use char because int might match the return type of a gcc2
27433 builtin and then its argument prototype would still apply. */
27434 char shmat ();
27435 int
27436 main ()
27437 {
27438 shmat ();
27439 ;
27440 return 0;
27441 }
27442 _ACEOF
27443 rm -f conftest.$ac_objext conftest$ac_exeext
27444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27445 (eval $ac_link) 2>conftest.er1
27446 ac_status=$?
27447 grep -v '^ *+' conftest.er1 >conftest.err
27448 rm -f conftest.er1
27449 cat conftest.err >&5
27450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27451 (exit $ac_status); } &&
27452 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27454 (eval $ac_try) 2>&5
27455 ac_status=$?
27456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27457 (exit $ac_status); }; } &&
27458 { ac_try='test -s conftest$ac_exeext'
27459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27460 (eval $ac_try) 2>&5
27461 ac_status=$?
27462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27463 (exit $ac_status); }; }; then
27464 ac_cv_lib_ipc_shmat=yes
27465 else
27466 echo "$as_me: failed program was:" >&5
27467 sed 's/^/| /' conftest.$ac_ext >&5
27468
27469 ac_cv_lib_ipc_shmat=no
27470 fi
27471 rm -f conftest.err conftest.$ac_objext \
27472 conftest$ac_exeext conftest.$ac_ext
27473 LIBS=$ac_check_lib_save_LIBS
27474 fi
27475 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
27476 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
27477 if test $ac_cv_lib_ipc_shmat = yes; then
27478 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
27479 fi
27480
27481 fi
27482 fi
27483
27484 # Check for libraries that X11R6 Xt/Xaw programs need.
27485 ac_save_LDFLAGS=$LDFLAGS
27486 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
27487 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
27488 # check for ICE first), but we must link in the order -lSM -lICE or
27489 # we get undefined symbols. So assume we have SM if we have ICE.
27490 # These have to be linked with before -lX11, unlike the other
27491 # libraries we check for below, so use a different variable.
27492 # John Interrante, Karl Berry
27493 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
27494 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
27495 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
27496 echo $ECHO_N "(cached) $ECHO_C" >&6
27497 else
27498 ac_check_lib_save_LIBS=$LIBS
27499 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
27500 cat >conftest.$ac_ext <<_ACEOF
27501 /* confdefs.h. */
27502 _ACEOF
27503 cat confdefs.h >>conftest.$ac_ext
27504 cat >>conftest.$ac_ext <<_ACEOF
27505 /* end confdefs.h. */
27506
27507 /* Override any gcc2 internal prototype to avoid an error. */
27508 #ifdef __cplusplus
27509 extern "C"
27510 #endif
27511 /* We use char because int might match the return type of a gcc2
27512 builtin and then its argument prototype would still apply. */
27513 char IceConnectionNumber ();
27514 int
27515 main ()
27516 {
27517 IceConnectionNumber ();
27518 ;
27519 return 0;
27520 }
27521 _ACEOF
27522 rm -f conftest.$ac_objext conftest$ac_exeext
27523 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27524 (eval $ac_link) 2>conftest.er1
27525 ac_status=$?
27526 grep -v '^ *+' conftest.er1 >conftest.err
27527 rm -f conftest.er1
27528 cat conftest.err >&5
27529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27530 (exit $ac_status); } &&
27531 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27533 (eval $ac_try) 2>&5
27534 ac_status=$?
27535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27536 (exit $ac_status); }; } &&
27537 { ac_try='test -s conftest$ac_exeext'
27538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27539 (eval $ac_try) 2>&5
27540 ac_status=$?
27541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27542 (exit $ac_status); }; }; then
27543 ac_cv_lib_ICE_IceConnectionNumber=yes
27544 else
27545 echo "$as_me: failed program was:" >&5
27546 sed 's/^/| /' conftest.$ac_ext >&5
27547
27548 ac_cv_lib_ICE_IceConnectionNumber=no
27549 fi
27550 rm -f conftest.err conftest.$ac_objext \
27551 conftest$ac_exeext conftest.$ac_ext
27552 LIBS=$ac_check_lib_save_LIBS
27553 fi
27554 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
27555 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
27556 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
27557 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
27558 fi
27559
27560 LDFLAGS=$ac_save_LDFLAGS
27561
27562 fi
27563
27564
27565 if test "$no_x" = "yes"; then
27566 { { echo "$as_me:$LINENO: error: X11 not found" >&5
27567 echo "$as_me: error: X11 not found" >&2;}
27568 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
27569 fi
27570
27571 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
27572 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
27573 AFMINSTALL=afminstall
27574 COMPILED_X_PROGRAM=0
27575
27576 fi
27577
27578 if test "$wxUSE_X11" = 1; then
27579 if test "$wxUSE_NANOX" = "yes"; then
27580 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
27581 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27582 if test "x$MICROWIN" = x ; then
27583 echo "$as_me:$LINENO: result: not found" >&5
27584 echo "${ECHO_T}not found" >&6
27585 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27586 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27587 { (exit 1); exit 1; }; }
27588 else
27589 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27590 echo "${ECHO_T}$MICROWIN" >&6
27591 cat >>confdefs.h <<\_ACEOF
27592 #define wxUSE_NANOX 1
27593 _ACEOF
27594
27595 fi
27596 fi
27597
27598 if test "$wxUSE_UNICODE" = "yes"; then
27599
27600 succeeded=no
27601
27602 if test -z "$PKG_CONFIG"; then
27603 # Extract the first word of "pkg-config", so it can be a program name with args.
27604 set dummy pkg-config; ac_word=$2
27605 echo "$as_me:$LINENO: checking for $ac_word" >&5
27606 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27607 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27608 echo $ECHO_N "(cached) $ECHO_C" >&6
27609 else
27610 case $PKG_CONFIG in
27611 [\\/]* | ?:[\\/]*)
27612 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27613 ;;
27614 *)
27615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27616 for as_dir in $PATH
27617 do
27618 IFS=$as_save_IFS
27619 test -z "$as_dir" && as_dir=.
27620 for ac_exec_ext in '' $ac_executable_extensions; do
27621 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27622 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27623 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27624 break 2
27625 fi
27626 done
27627 done
27628
27629 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27630 ;;
27631 esac
27632 fi
27633 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27634
27635 if test -n "$PKG_CONFIG"; then
27636 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27637 echo "${ECHO_T}$PKG_CONFIG" >&6
27638 else
27639 echo "$as_me:$LINENO: result: no" >&5
27640 echo "${ECHO_T}no" >&6
27641 fi
27642
27643 fi
27644
27645 if test "$PKG_CONFIG" = "no" ; then
27646 echo "*** The pkg-config script could not be found. Make sure it is"
27647 echo "*** in your path, or set the PKG_CONFIG environment variable"
27648 echo "*** to the full path to pkg-config."
27649 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27650 else
27651 PKG_CONFIG_MIN_VERSION=0.9.0
27652 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27653 echo "$as_me:$LINENO: checking for pangox" >&5
27654 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27655
27656 if $PKG_CONFIG --exists "pangox" ; then
27657 echo "$as_me:$LINENO: result: yes" >&5
27658 echo "${ECHO_T}yes" >&6
27659 succeeded=yes
27660
27661 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27662 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27663 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
27664 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27665 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27666
27667 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27668 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27669 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
27670 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27671 echo "${ECHO_T}$PANGOX_LIBS" >&6
27672 else
27673 PANGOX_CFLAGS=""
27674 PANGOX_LIBS=""
27675 ## If we have a custom action on failure, don't print errors, but
27676 ## do set a variable so people can do so.
27677 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
27678
27679 fi
27680
27681
27682
27683 else
27684 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27685 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27686 fi
27687 fi
27688
27689 if test $succeeded = yes; then
27690
27691 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
27692 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
27693
27694 else
27695
27696 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
27697 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
27698 { (exit 1); exit 1; }; }
27699
27700
27701 fi
27702
27703
27704 succeeded=no
27705
27706 if test -z "$PKG_CONFIG"; then
27707 # Extract the first word of "pkg-config", so it can be a program name with args.
27708 set dummy pkg-config; ac_word=$2
27709 echo "$as_me:$LINENO: checking for $ac_word" >&5
27710 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27711 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27712 echo $ECHO_N "(cached) $ECHO_C" >&6
27713 else
27714 case $PKG_CONFIG in
27715 [\\/]* | ?:[\\/]*)
27716 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27717 ;;
27718 *)
27719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27720 for as_dir in $PATH
27721 do
27722 IFS=$as_save_IFS
27723 test -z "$as_dir" && as_dir=.
27724 for ac_exec_ext in '' $ac_executable_extensions; do
27725 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27726 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27727 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27728 break 2
27729 fi
27730 done
27731 done
27732
27733 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27734 ;;
27735 esac
27736 fi
27737 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27738
27739 if test -n "$PKG_CONFIG"; then
27740 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27741 echo "${ECHO_T}$PKG_CONFIG" >&6
27742 else
27743 echo "$as_me:$LINENO: result: no" >&5
27744 echo "${ECHO_T}no" >&6
27745 fi
27746
27747 fi
27748
27749 if test "$PKG_CONFIG" = "no" ; then
27750 echo "*** The pkg-config script could not be found. Make sure it is"
27751 echo "*** in your path, or set the PKG_CONFIG environment variable"
27752 echo "*** to the full path to pkg-config."
27753 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27754 else
27755 PKG_CONFIG_MIN_VERSION=0.9.0
27756 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27757 echo "$as_me:$LINENO: checking for pangoft2" >&5
27758 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
27759
27760 if $PKG_CONFIG --exists "pangoft2" ; then
27761 echo "$as_me:$LINENO: result: yes" >&5
27762 echo "${ECHO_T}yes" >&6
27763 succeeded=yes
27764
27765 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
27766 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
27767 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
27768 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
27769 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
27770
27771 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
27772 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
27773 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
27774 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
27775 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
27776 else
27777 PANGOFT2_CFLAGS=""
27778 PANGOFT2_LIBS=""
27779 ## If we have a custom action on failure, don't print errors, but
27780 ## do set a variable so people can do so.
27781 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
27782
27783 fi
27784
27785
27786
27787 else
27788 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27789 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27790 fi
27791 fi
27792
27793 if test $succeeded = yes; then
27794
27795 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
27796 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
27797
27798 else
27799
27800 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
27801 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
27802 wxUSE_PRINTING_ARCHITECTURE="no"
27803
27804
27805 fi
27806
27807
27808 succeeded=no
27809
27810 if test -z "$PKG_CONFIG"; then
27811 # Extract the first word of "pkg-config", so it can be a program name with args.
27812 set dummy pkg-config; ac_word=$2
27813 echo "$as_me:$LINENO: checking for $ac_word" >&5
27814 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27815 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27816 echo $ECHO_N "(cached) $ECHO_C" >&6
27817 else
27818 case $PKG_CONFIG in
27819 [\\/]* | ?:[\\/]*)
27820 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27821 ;;
27822 *)
27823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27824 for as_dir in $PATH
27825 do
27826 IFS=$as_save_IFS
27827 test -z "$as_dir" && as_dir=.
27828 for ac_exec_ext in '' $ac_executable_extensions; do
27829 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27830 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27832 break 2
27833 fi
27834 done
27835 done
27836
27837 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27838 ;;
27839 esac
27840 fi
27841 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27842
27843 if test -n "$PKG_CONFIG"; then
27844 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27845 echo "${ECHO_T}$PKG_CONFIG" >&6
27846 else
27847 echo "$as_me:$LINENO: result: no" >&5
27848 echo "${ECHO_T}no" >&6
27849 fi
27850
27851 fi
27852
27853 if test "$PKG_CONFIG" = "no" ; then
27854 echo "*** The pkg-config script could not be found. Make sure it is"
27855 echo "*** in your path, or set the PKG_CONFIG environment variable"
27856 echo "*** to the full path to pkg-config."
27857 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27858 else
27859 PKG_CONFIG_MIN_VERSION=0.9.0
27860 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27861 echo "$as_me:$LINENO: checking for pangoxft" >&5
27862 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
27863
27864 if $PKG_CONFIG --exists "pangoxft" ; then
27865 echo "$as_me:$LINENO: result: yes" >&5
27866 echo "${ECHO_T}yes" >&6
27867 succeeded=yes
27868
27869 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
27870 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
27871 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
27872 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
27873 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
27874
27875 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
27876 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
27877 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
27878 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
27879 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
27880 else
27881 PANGOXFT_CFLAGS=""
27882 PANGOXFT_LIBS=""
27883 ## If we have a custom action on failure, don't print errors, but
27884 ## do set a variable so people can do so.
27885 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
27886
27887 fi
27888
27889
27890
27891 else
27892 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27893 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27894 fi
27895 fi
27896
27897 if test $succeeded = yes; then
27898
27899 cat >>confdefs.h <<\_ACEOF
27900 #define HAVE_PANGO_XFT 1
27901 _ACEOF
27902
27903 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
27904 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
27905
27906 else
27907
27908 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
27909 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
27910
27911
27912 fi
27913
27914 save_CFLAGS="$CFLAGS"
27915 save_LIBS="$LIBS"
27916 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
27917 LIBS="$LIBS $PANGOX_LIBS"
27918
27919 for ac_func in pango_font_family_is_monospace
27920 do
27921 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27922 echo "$as_me:$LINENO: checking for $ac_func" >&5
27923 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27924 if eval "test \"\${$as_ac_var+set}\" = set"; then
27925 echo $ECHO_N "(cached) $ECHO_C" >&6
27926 else
27927 cat >conftest.$ac_ext <<_ACEOF
27928 /* confdefs.h. */
27929 _ACEOF
27930 cat confdefs.h >>conftest.$ac_ext
27931 cat >>conftest.$ac_ext <<_ACEOF
27932 /* end confdefs.h. */
27933 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27934 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27935 #define $ac_func innocuous_$ac_func
27936
27937 /* System header to define __stub macros and hopefully few prototypes,
27938 which can conflict with char $ac_func (); below.
27939 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27940 <limits.h> exists even on freestanding compilers. */
27941
27942 #ifdef __STDC__
27943 # include <limits.h>
27944 #else
27945 # include <assert.h>
27946 #endif
27947
27948 #undef $ac_func
27949
27950 /* Override any gcc2 internal prototype to avoid an error. */
27951 #ifdef __cplusplus
27952 extern "C"
27953 {
27954 #endif
27955 /* We use char because int might match the return type of a gcc2
27956 builtin and then its argument prototype would still apply. */
27957 char $ac_func ();
27958 /* The GNU C library defines this for functions which it implements
27959 to always fail with ENOSYS. Some functions are actually named
27960 something starting with __ and the normal name is an alias. */
27961 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27962 choke me
27963 #else
27964 char (*f) () = $ac_func;
27965 #endif
27966 #ifdef __cplusplus
27967 }
27968 #endif
27969
27970 int
27971 main ()
27972 {
27973 return f != $ac_func;
27974 ;
27975 return 0;
27976 }
27977 _ACEOF
27978 rm -f conftest.$ac_objext conftest$ac_exeext
27979 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27980 (eval $ac_link) 2>conftest.er1
27981 ac_status=$?
27982 grep -v '^ *+' conftest.er1 >conftest.err
27983 rm -f conftest.er1
27984 cat conftest.err >&5
27985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27986 (exit $ac_status); } &&
27987 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27989 (eval $ac_try) 2>&5
27990 ac_status=$?
27991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27992 (exit $ac_status); }; } &&
27993 { ac_try='test -s conftest$ac_exeext'
27994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27995 (eval $ac_try) 2>&5
27996 ac_status=$?
27997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27998 (exit $ac_status); }; }; then
27999 eval "$as_ac_var=yes"
28000 else
28001 echo "$as_me: failed program was:" >&5
28002 sed 's/^/| /' conftest.$ac_ext >&5
28003
28004 eval "$as_ac_var=no"
28005 fi
28006 rm -f conftest.err conftest.$ac_objext \
28007 conftest$ac_exeext conftest.$ac_ext
28008 fi
28009 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28010 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28011 if test `eval echo '${'$as_ac_var'}'` = yes; then
28012 cat >>confdefs.h <<_ACEOF
28013 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28014 _ACEOF
28015
28016 fi
28017 done
28018
28019 CFLAGS="$save_CFLAGS"
28020 LIBS="$save_LIBS"
28021 fi
28022
28023 wxUSE_UNIVERSAL="yes"
28024
28025 if test "$wxUSE_NANOX" = "yes"; then
28026 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
28027 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"
28028 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
28029 else
28030 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
28031 fi
28032
28033 TOOLKIT=X11
28034 GUIDIST=X11_DIST
28035 fi
28036
28037 if test "$wxUSE_MOTIF" = 1; then
28038 if test "$wxUSE_UNICODE" = "yes"; then
28039 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
28040 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
28041 { (exit 1); exit 1; }; }
28042 fi
28043
28044 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
28045 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
28046
28047 ac_find_includes=
28048 for ac_dir in $SEARCH_INCLUDE /usr/include;
28049 do
28050 if test -f "$ac_dir/Xm/Xm.h"; then
28051 ac_find_includes=$ac_dir
28052 break
28053 fi
28054 done
28055
28056 if test "$ac_find_includes" != "" ; then
28057 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28058 echo "${ECHO_T}found in $ac_find_includes" >&6
28059
28060 if test "x$ac_find_includes" = "x/usr/include"; then
28061 ac_path_to_include=""
28062 else
28063 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
28064 result=$?
28065 if test $result = 0; then
28066 ac_path_to_include=""
28067 else
28068 ac_path_to_include=" -I$ac_find_includes"
28069 fi
28070 fi
28071
28072 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
28073 else
28074 cat >conftest.$ac_ext <<_ACEOF
28075 /* confdefs.h. */
28076 _ACEOF
28077 cat confdefs.h >>conftest.$ac_ext
28078 cat >>conftest.$ac_ext <<_ACEOF
28079 /* end confdefs.h. */
28080
28081 #include <Xm/Xm.h>
28082
28083 int
28084 main ()
28085 {
28086
28087 int version;
28088 version = xmUseVersion;
28089
28090 ;
28091 return 0;
28092 }
28093 _ACEOF
28094 rm -f conftest.$ac_objext
28095 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28096 (eval $ac_compile) 2>conftest.er1
28097 ac_status=$?
28098 grep -v '^ *+' conftest.er1 >conftest.err
28099 rm -f conftest.er1
28100 cat conftest.err >&5
28101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28102 (exit $ac_status); } &&
28103 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28105 (eval $ac_try) 2>&5
28106 ac_status=$?
28107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28108 (exit $ac_status); }; } &&
28109 { ac_try='test -s conftest.$ac_objext'
28110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28111 (eval $ac_try) 2>&5
28112 ac_status=$?
28113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28114 (exit $ac_status); }; }; then
28115
28116 echo "$as_me:$LINENO: result: found in default search path" >&5
28117 echo "${ECHO_T}found in default search path" >&6
28118 COMPILED_X_PROGRAM=1
28119
28120 else
28121 echo "$as_me: failed program was:" >&5
28122 sed 's/^/| /' conftest.$ac_ext >&5
28123
28124
28125 echo "$as_me:$LINENO: result: no" >&5
28126 echo "${ECHO_T}no" >&6
28127 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
28128 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
28129 { (exit 1); exit 1; }; }
28130
28131
28132 fi
28133 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28134 fi
28135
28136 if test "$COMPILED_X_PROGRAM" = 0; then
28137 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
28138 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
28139
28140 ac_find_libraries=
28141 for ac_dir in $SEARCH_LIB /usr/lib;
28142 do
28143 for ac_extension in a so sl dylib dll.a; do
28144 if test -f "$ac_dir/libXm.$ac_extension"; then
28145 ac_find_libraries=$ac_dir
28146 break 2
28147 fi
28148 done
28149 done
28150
28151 if test "$ac_find_libraries" != "" ; then
28152 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28153 echo "${ECHO_T}found at $ac_find_libraries" >&6
28154
28155
28156 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28157 result=$?
28158 if test $result = 0; then
28159 ac_path_to_link=""
28160 else
28161 ac_path_to_link=" -L$ac_find_libraries"
28162 fi
28163
28164 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28165 else
28166 save_CFLAGS=$CFLAGS
28167 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28168
28169 cat >conftest.$ac_ext <<_ACEOF
28170 /* confdefs.h. */
28171 _ACEOF
28172 cat confdefs.h >>conftest.$ac_ext
28173 cat >>conftest.$ac_ext <<_ACEOF
28174 /* end confdefs.h. */
28175
28176 #include <Xm/Xm.h>
28177
28178 int
28179 main ()
28180 {
28181
28182 int version;
28183 version = xmUseVersion;
28184
28185 ;
28186 return 0;
28187 }
28188 _ACEOF
28189 rm -f conftest.$ac_objext
28190 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28191 (eval $ac_compile) 2>conftest.er1
28192 ac_status=$?
28193 grep -v '^ *+' conftest.er1 >conftest.err
28194 rm -f conftest.er1
28195 cat conftest.err >&5
28196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28197 (exit $ac_status); } &&
28198 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28200 (eval $ac_try) 2>&5
28201 ac_status=$?
28202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28203 (exit $ac_status); }; } &&
28204 { ac_try='test -s conftest.$ac_objext'
28205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28206 (eval $ac_try) 2>&5
28207 ac_status=$?
28208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28209 (exit $ac_status); }; }; then
28210
28211 echo "$as_me:$LINENO: result: found in default search path" >&5
28212 echo "${ECHO_T}found in default search path" >&6
28213 COMPILED_X_PROGRAM=1
28214
28215 else
28216 echo "$as_me: failed program was:" >&5
28217 sed 's/^/| /' conftest.$ac_ext >&5
28218
28219
28220 echo "$as_me:$LINENO: result: no" >&5
28221 echo "${ECHO_T}no" >&6
28222 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
28223 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
28224 { (exit 1); exit 1; }; }
28225
28226
28227 fi
28228 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28229
28230 CFLAGS=$save_CFLAGS
28231 fi
28232 fi
28233
28234 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
28235 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
28236 libp_link=""
28237 libsm_ice_link=""
28238 libs_found=0
28239 for libp in "" " -lXp"; do
28240 if test "$libs_found" = "0"; then
28241 for libsm_ice in "" " -lSM -lICE"; do
28242 if test "$libs_found" = "0"; then
28243 save_LIBS="$LIBS"
28244 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
28245 save_CFLAGS=$CFLAGS
28246 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28247
28248 cat >conftest.$ac_ext <<_ACEOF
28249 /* confdefs.h. */
28250 _ACEOF
28251 cat confdefs.h >>conftest.$ac_ext
28252 cat >>conftest.$ac_ext <<_ACEOF
28253 /* end confdefs.h. */
28254
28255 #include <Xm/Xm.h>
28256 #include <Xm/List.h>
28257
28258 int
28259 main ()
28260 {
28261
28262 XmString string = NULL;
28263 Widget w = NULL;
28264 int position = 0;
28265 XmListAddItem(w, string, position);
28266
28267 ;
28268 return 0;
28269 }
28270 _ACEOF
28271 rm -f conftest.$ac_objext conftest$ac_exeext
28272 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28273 (eval $ac_link) 2>conftest.er1
28274 ac_status=$?
28275 grep -v '^ *+' conftest.er1 >conftest.err
28276 rm -f conftest.er1
28277 cat conftest.err >&5
28278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28279 (exit $ac_status); } &&
28280 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28282 (eval $ac_try) 2>&5
28283 ac_status=$?
28284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28285 (exit $ac_status); }; } &&
28286 { ac_try='test -s conftest$ac_exeext'
28287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28288 (eval $ac_try) 2>&5
28289 ac_status=$?
28290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28291 (exit $ac_status); }; }; then
28292
28293 libp_link="$libp"
28294 libsm_ice_link="$libsm_ice"
28295 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
28296 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
28297 libs_found=1
28298
28299 else
28300 echo "$as_me: failed program was:" >&5
28301 sed 's/^/| /' conftest.$ac_ext >&5
28302
28303
28304
28305 fi
28306 rm -f conftest.err conftest.$ac_objext \
28307 conftest$ac_exeext conftest.$ac_ext
28308
28309 LIBS="$save_LIBS"
28310 CFLAGS=$save_CFLAGS
28311 fi
28312 done
28313 fi
28314 done
28315
28316 if test "$libs_found" = "0"; then
28317 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
28318 echo "${ECHO_T}can't find the right libraries" >&6
28319 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
28320 echo "$as_me: error: can't link a simple motif program" >&2;}
28321 { (exit 1); exit 1; }; }
28322 fi
28323
28324 save_CFLAGS=$CFLAGS
28325 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28326 echo "$as_me:$LINENO: checking for Motif 2" >&5
28327 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
28328 cat >conftest.$ac_ext <<_ACEOF
28329 /* confdefs.h. */
28330 _ACEOF
28331 cat confdefs.h >>conftest.$ac_ext
28332 cat >>conftest.$ac_ext <<_ACEOF
28333 /* end confdefs.h. */
28334
28335 #include <Xm/Xm.h>
28336
28337 int
28338 main ()
28339 {
28340
28341 #if XmVersion < 2000
28342 #error "Not Motif 2"
28343 #endif
28344
28345 ;
28346 return 0;
28347 }
28348 _ACEOF
28349 rm -f conftest.$ac_objext
28350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28351 (eval $ac_compile) 2>conftest.er1
28352 ac_status=$?
28353 grep -v '^ *+' conftest.er1 >conftest.err
28354 rm -f conftest.er1
28355 cat conftest.err >&5
28356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28357 (exit $ac_status); } &&
28358 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28360 (eval $ac_try) 2>&5
28361 ac_status=$?
28362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28363 (exit $ac_status); }; } &&
28364 { ac_try='test -s conftest.$ac_objext'
28365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28366 (eval $ac_try) 2>&5
28367 ac_status=$?
28368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28369 (exit $ac_status); }; }; then
28370
28371 cat >>confdefs.h <<\_ACEOF
28372 #define __WXMOTIF20__ 1
28373 _ACEOF
28374
28375 echo "$as_me:$LINENO: result: found" >&5
28376 echo "${ECHO_T}found" >&6
28377
28378 else
28379 echo "$as_me: failed program was:" >&5
28380 sed 's/^/| /' conftest.$ac_ext >&5
28381
28382
28383 cat >>confdefs.h <<\_ACEOF
28384 #define __WXMOTIF20__ 0
28385 _ACEOF
28386
28387 echo "$as_me:$LINENO: result: not found" >&5
28388 echo "${ECHO_T}not found" >&6
28389
28390 fi
28391 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28392
28393 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
28394 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
28395 cat >conftest.$ac_ext <<_ACEOF
28396 /* confdefs.h. */
28397 _ACEOF
28398 cat confdefs.h >>conftest.$ac_ext
28399 cat >>conftest.$ac_ext <<_ACEOF
28400 /* end confdefs.h. */
28401
28402 #include <Xm/Xm.h>
28403
28404 int
28405 main ()
28406 {
28407
28408 #if !defined(LesstifVersion) || LesstifVersion <= 0
28409 #error "Not Lesstif"
28410 #endif
28411
28412 ;
28413 return 0;
28414 }
28415 _ACEOF
28416 rm -f conftest.$ac_objext
28417 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28418 (eval $ac_compile) 2>conftest.er1
28419 ac_status=$?
28420 grep -v '^ *+' conftest.er1 >conftest.err
28421 rm -f conftest.er1
28422 cat conftest.err >&5
28423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28424 (exit $ac_status); } &&
28425 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28427 (eval $ac_try) 2>&5
28428 ac_status=$?
28429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28430 (exit $ac_status); }; } &&
28431 { ac_try='test -s conftest.$ac_objext'
28432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28433 (eval $ac_try) 2>&5
28434 ac_status=$?
28435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28436 (exit $ac_status); }; }; then
28437
28438 cat >>confdefs.h <<\_ACEOF
28439 #define __WXLESSTIF__ 1
28440 _ACEOF
28441
28442 echo "$as_me:$LINENO: result: yes" >&5
28443 echo "${ECHO_T}yes" >&6
28444
28445 else
28446 echo "$as_me: failed program was:" >&5
28447 sed 's/^/| /' conftest.$ac_ext >&5
28448
28449
28450 cat >>confdefs.h <<\_ACEOF
28451 #define __WXLESSTIF__ 0
28452 _ACEOF
28453
28454 echo "$as_me:$LINENO: result: no" >&5
28455 echo "${ECHO_T}no" >&6
28456
28457 fi
28458 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28459 CFLAGS=$save_CFLAGS
28460
28461 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
28462 TOOLKIT=MOTIF
28463 GUIDIST=MOTIF_DIST
28464 fi
28465
28466 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
28467 if test "$wxUSE_LIBXPM" = "sys"; then
28468 echo "$as_me:$LINENO: checking for Xpm library" >&5
28469 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
28470
28471 ac_find_libraries=
28472 for ac_dir in $SEARCH_LIB /usr/lib;
28473 do
28474 for ac_extension in a so sl dylib dll.a; do
28475 if test -f "$ac_dir/libXpm.$ac_extension"; then
28476 ac_find_libraries=$ac_dir
28477 break 2
28478 fi
28479 done
28480 done
28481
28482 if test "$ac_find_libraries" != "" ; then
28483
28484 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28485 result=$?
28486 if test $result = 0; then
28487 ac_path_to_link=""
28488 else
28489 ac_path_to_link=" -L$ac_find_libraries"
28490 fi
28491
28492 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28493 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28494 echo "${ECHO_T}found at $ac_find_libraries" >&6
28495
28496 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
28497 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
28498 if test "${wx_cv_x11_xpm_h+set}" = set; then
28499 echo $ECHO_N "(cached) $ECHO_C" >&6
28500 else
28501
28502 save_CFLAGS=$CFLAGS
28503 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28504
28505 cat >conftest.$ac_ext <<_ACEOF
28506 /* confdefs.h. */
28507 _ACEOF
28508 cat confdefs.h >>conftest.$ac_ext
28509 cat >>conftest.$ac_ext <<_ACEOF
28510 /* end confdefs.h. */
28511
28512 #include <X11/xpm.h>
28513
28514 int
28515 main ()
28516 {
28517
28518 int version;
28519 version = XpmLibraryVersion();
28520
28521 ;
28522 return 0;
28523 }
28524 _ACEOF
28525 rm -f conftest.$ac_objext
28526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28527 (eval $ac_compile) 2>conftest.er1
28528 ac_status=$?
28529 grep -v '^ *+' conftest.er1 >conftest.err
28530 rm -f conftest.er1
28531 cat conftest.err >&5
28532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28533 (exit $ac_status); } &&
28534 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28536 (eval $ac_try) 2>&5
28537 ac_status=$?
28538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28539 (exit $ac_status); }; } &&
28540 { ac_try='test -s conftest.$ac_objext'
28541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28542 (eval $ac_try) 2>&5
28543 ac_status=$?
28544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28545 (exit $ac_status); }; }; then
28546 wx_cv_x11_xpm_h=yes
28547 else
28548 echo "$as_me: failed program was:" >&5
28549 sed 's/^/| /' conftest.$ac_ext >&5
28550
28551 wx_cv_x11_xpm_h=no
28552
28553 fi
28554 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28555
28556 CFLAGS=$save_CFLAGS
28557
28558
28559 fi
28560 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
28561 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
28562
28563 if test $wx_cv_x11_xpm_h = "yes"; then
28564 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
28565 cat >>confdefs.h <<\_ACEOF
28566 #define wxHAVE_LIB_XPM 1
28567 _ACEOF
28568
28569 else
28570 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
28571 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
28572 fi
28573 fi
28574
28575 fi
28576
28577 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
28578 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
28579 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
28580 echo $ECHO_N "(cached) $ECHO_C" >&6
28581 else
28582 ac_check_lib_save_LIBS=$LIBS
28583 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
28584 cat >conftest.$ac_ext <<_ACEOF
28585 /* confdefs.h. */
28586 _ACEOF
28587 cat confdefs.h >>conftest.$ac_ext
28588 cat >>conftest.$ac_ext <<_ACEOF
28589 /* end confdefs.h. */
28590
28591 /* Override any gcc2 internal prototype to avoid an error. */
28592 #ifdef __cplusplus
28593 extern "C"
28594 #endif
28595 /* We use char because int might match the return type of a gcc2
28596 builtin and then its argument prototype would still apply. */
28597 char XShapeQueryExtension ();
28598 int
28599 main ()
28600 {
28601 XShapeQueryExtension ();
28602 ;
28603 return 0;
28604 }
28605 _ACEOF
28606 rm -f conftest.$ac_objext conftest$ac_exeext
28607 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28608 (eval $ac_link) 2>conftest.er1
28609 ac_status=$?
28610 grep -v '^ *+' conftest.er1 >conftest.err
28611 rm -f conftest.er1
28612 cat conftest.err >&5
28613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28614 (exit $ac_status); } &&
28615 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28617 (eval $ac_try) 2>&5
28618 ac_status=$?
28619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28620 (exit $ac_status); }; } &&
28621 { ac_try='test -s conftest$ac_exeext'
28622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28623 (eval $ac_try) 2>&5
28624 ac_status=$?
28625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28626 (exit $ac_status); }; }; then
28627 ac_cv_lib_Xext_XShapeQueryExtension=yes
28628 else
28629 echo "$as_me: failed program was:" >&5
28630 sed 's/^/| /' conftest.$ac_ext >&5
28631
28632 ac_cv_lib_Xext_XShapeQueryExtension=no
28633 fi
28634 rm -f conftest.err conftest.$ac_objext \
28635 conftest$ac_exeext conftest.$ac_ext
28636 LIBS=$ac_check_lib_save_LIBS
28637 fi
28638 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
28639 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
28640 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
28641
28642 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
28643 wxHAVE_XEXT_LIB=1
28644
28645 fi
28646
28647
28648 if test "$wxHAVE_XEXT_LIB" = 1; then
28649 save_CFLAGS="$CFLAGS"
28650 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28651
28652 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
28653 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
28654 cat >conftest.$ac_ext <<_ACEOF
28655 /* confdefs.h. */
28656 _ACEOF
28657 cat confdefs.h >>conftest.$ac_ext
28658 cat >>conftest.$ac_ext <<_ACEOF
28659 /* end confdefs.h. */
28660
28661 #include <X11/Xlib.h>
28662 #include <X11/extensions/shape.h>
28663
28664 int
28665 main ()
28666 {
28667
28668 int dummy1, dummy2;
28669 XShapeQueryExtension((Display*)NULL,
28670 (int*)NULL, (int*)NULL);
28671
28672 ;
28673 return 0;
28674 }
28675 _ACEOF
28676 rm -f conftest.$ac_objext
28677 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28678 (eval $ac_compile) 2>conftest.er1
28679 ac_status=$?
28680 grep -v '^ *+' conftest.er1 >conftest.err
28681 rm -f conftest.er1
28682 cat conftest.err >&5
28683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28684 (exit $ac_status); } &&
28685 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28687 (eval $ac_try) 2>&5
28688 ac_status=$?
28689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28690 (exit $ac_status); }; } &&
28691 { ac_try='test -s conftest.$ac_objext'
28692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28693 (eval $ac_try) 2>&5
28694 ac_status=$?
28695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28696 (exit $ac_status); }; }; then
28697
28698 cat >>confdefs.h <<\_ACEOF
28699 #define HAVE_XSHAPE 1
28700 _ACEOF
28701
28702 echo "$as_me:$LINENO: result: found" >&5
28703 echo "${ECHO_T}found" >&6
28704
28705 else
28706 echo "$as_me: failed program was:" >&5
28707 sed 's/^/| /' conftest.$ac_ext >&5
28708
28709
28710 echo "$as_me:$LINENO: result: not found" >&5
28711 echo "${ECHO_T}not found" >&6
28712
28713 fi
28714 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28715 CFLAGS="$save_CFLAGS"
28716
28717 fi
28718 fi
28719
28720 if test "$wxUSE_MAC" = 1; then
28721 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
28722 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
28723 if test "$GCC" = yes; then
28724 echo "$as_me:$LINENO: result: gcc" >&5
28725 echo "${ECHO_T}gcc" >&6
28726 CPPFLAGS_PASCAL="-fpascal-strings"
28727 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
28728 echo "$as_me:$LINENO: result: xlc" >&5
28729 echo "${ECHO_T}xlc" >&6
28730 CPPFLAGS_PASCAL="-qmacpstr"
28731 else
28732 echo "$as_me:$LINENO: result: none" >&5
28733 echo "${ECHO_T}none" >&6
28734 fi
28735
28736 if test "x$wxUSE_UNIX" = "xyes"; then
28737 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
28738 else
28739 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
28740 fi
28741
28742 TOOLKIT=MAC
28743 GUIDIST=MACX_DIST
28744 WXBASEPORT="_carbon"
28745 fi
28746
28747 if test "$wxUSE_COCOA" = 1; then
28748 TOOLKIT=COCOA
28749 GUIDIST=COCOA_DIST
28750 fi
28751
28752 if test "$wxUSE_PM" = 1; then
28753 TOOLKIT=PM
28754 GUIDIST=PM_DIST
28755 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
28756 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
28757 if test "${wx_cv_spbcdata+set}" = set; then
28758 echo $ECHO_N "(cached) $ECHO_C" >&6
28759 else
28760
28761 cat >conftest.$ac_ext <<_ACEOF
28762 /* confdefs.h. */
28763 _ACEOF
28764 cat confdefs.h >>conftest.$ac_ext
28765 cat >>conftest.$ac_ext <<_ACEOF
28766 /* end confdefs.h. */
28767
28768 #define INCL_PM
28769 #include <os2.h>
28770
28771 int
28772 main ()
28773 {
28774
28775 SPBCDATA test;
28776
28777 ;
28778 return 0;
28779 }
28780 _ACEOF
28781 rm -f conftest.$ac_objext
28782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28783 (eval $ac_compile) 2>conftest.er1
28784 ac_status=$?
28785 grep -v '^ *+' conftest.er1 >conftest.err
28786 rm -f conftest.er1
28787 cat conftest.err >&5
28788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28789 (exit $ac_status); } &&
28790 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28792 (eval $ac_try) 2>&5
28793 ac_status=$?
28794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28795 (exit $ac_status); }; } &&
28796 { ac_try='test -s conftest.$ac_objext'
28797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28798 (eval $ac_try) 2>&5
28799 ac_status=$?
28800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28801 (exit $ac_status); }; }; then
28802 wx_cv_spbcdata=yes
28803 else
28804 echo "$as_me: failed program was:" >&5
28805 sed 's/^/| /' conftest.$ac_ext >&5
28806
28807 wx_cv_spbcdata=no
28808
28809 fi
28810 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28811
28812
28813 fi
28814 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
28815 echo "${ECHO_T}$wx_cv_spbcdata" >&6
28816
28817 if test $wx_cv_spbcdata = "yes"; then
28818 cat >>confdefs.h <<\_ACEOF
28819 #define HAVE_SPBCDATA 1
28820 _ACEOF
28821
28822 fi
28823 fi
28824
28825 if test "$TOOLKIT" = "PM" ; then
28826 TOOLKIT_DIR="os2"
28827 else
28828 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
28829 fi
28830
28831 if test "$wxUSE_UNIVERSAL" = "yes"; then
28832 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
28833 WIDGET_SET=univ
28834 fi
28835
28836 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
28837 DISTDIR="wx\$(TOOLKIT)"
28838 else
28839 USE_GUI=0
28840
28841 TOOLKIT_DIR="base"
28842
28843 if test "$USE_WIN32" = 1 ; then
28844 TOOLKIT="MSW"
28845 fi
28846
28847 GUIDIST="BASE_DIST"
28848 DISTDIR="wxBase"
28849 fi
28850
28851
28852
28853
28854 IODBC_C_SRC=""
28855
28856
28857 if test "$TOOLKIT" != "MSW" ; then
28858
28859 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
28860
28861 if test "${ac_cv_header_sql_h+set}" = set; then
28862 echo "$as_me:$LINENO: checking for sql.h" >&5
28863 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28864 if test "${ac_cv_header_sql_h+set}" = set; then
28865 echo $ECHO_N "(cached) $ECHO_C" >&6
28866 fi
28867 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28868 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28869 else
28870 # Is the header compilable?
28871 echo "$as_me:$LINENO: checking sql.h usability" >&5
28872 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
28873 cat >conftest.$ac_ext <<_ACEOF
28874 /* confdefs.h. */
28875 _ACEOF
28876 cat confdefs.h >>conftest.$ac_ext
28877 cat >>conftest.$ac_ext <<_ACEOF
28878 /* end confdefs.h. */
28879 $ac_includes_default
28880 #include <sql.h>
28881 _ACEOF
28882 rm -f conftest.$ac_objext
28883 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28884 (eval $ac_compile) 2>conftest.er1
28885 ac_status=$?
28886 grep -v '^ *+' conftest.er1 >conftest.err
28887 rm -f conftest.er1
28888 cat conftest.err >&5
28889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28890 (exit $ac_status); } &&
28891 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28893 (eval $ac_try) 2>&5
28894 ac_status=$?
28895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28896 (exit $ac_status); }; } &&
28897 { ac_try='test -s conftest.$ac_objext'
28898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28899 (eval $ac_try) 2>&5
28900 ac_status=$?
28901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28902 (exit $ac_status); }; }; then
28903 ac_header_compiler=yes
28904 else
28905 echo "$as_me: failed program was:" >&5
28906 sed 's/^/| /' conftest.$ac_ext >&5
28907
28908 ac_header_compiler=no
28909 fi
28910 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28911 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28912 echo "${ECHO_T}$ac_header_compiler" >&6
28913
28914 # Is the header present?
28915 echo "$as_me:$LINENO: checking sql.h presence" >&5
28916 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
28917 cat >conftest.$ac_ext <<_ACEOF
28918 /* confdefs.h. */
28919 _ACEOF
28920 cat confdefs.h >>conftest.$ac_ext
28921 cat >>conftest.$ac_ext <<_ACEOF
28922 /* end confdefs.h. */
28923 #include <sql.h>
28924 _ACEOF
28925 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28926 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28927 ac_status=$?
28928 grep -v '^ *+' conftest.er1 >conftest.err
28929 rm -f conftest.er1
28930 cat conftest.err >&5
28931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28932 (exit $ac_status); } >/dev/null; then
28933 if test -s conftest.err; then
28934 ac_cpp_err=$ac_c_preproc_warn_flag
28935 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
28936 else
28937 ac_cpp_err=
28938 fi
28939 else
28940 ac_cpp_err=yes
28941 fi
28942 if test -z "$ac_cpp_err"; then
28943 ac_header_preproc=yes
28944 else
28945 echo "$as_me: failed program was:" >&5
28946 sed 's/^/| /' conftest.$ac_ext >&5
28947
28948 ac_header_preproc=no
28949 fi
28950 rm -f conftest.err conftest.$ac_ext
28951 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28952 echo "${ECHO_T}$ac_header_preproc" >&6
28953
28954 # So? What about this header?
28955 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
28956 yes:no: )
28957 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
28958 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
28959 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
28960 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
28961 ac_header_preproc=yes
28962 ;;
28963 no:yes:* )
28964 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
28965 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
28966 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
28967 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
28968 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
28969 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
28970 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
28971 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
28972 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
28973 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
28974 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
28975 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
28976 (
28977 cat <<\_ASBOX
28978 ## ----------------------------------------- ##
28979 ## Report this to wx-dev@lists.wxwidgets.org ##
28980 ## ----------------------------------------- ##
28981 _ASBOX
28982 ) |
28983 sed "s/^/$as_me: WARNING: /" >&2
28984 ;;
28985 esac
28986 echo "$as_me:$LINENO: checking for sql.h" >&5
28987 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28988 if test "${ac_cv_header_sql_h+set}" = set; then
28989 echo $ECHO_N "(cached) $ECHO_C" >&6
28990 else
28991 ac_cv_header_sql_h=$ac_header_preproc
28992 fi
28993 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28994 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
28995
28996 fi
28997 if test $ac_cv_header_sql_h = yes; then
28998 found_sql_h=1
28999 fi
29000
29001
29002 if test "x$found_sql_h" = "x1" ; then
29003 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
29004 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
29005 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
29006 echo $ECHO_N "(cached) $ECHO_C" >&6
29007 else
29008 ac_check_lib_save_LIBS=$LIBS
29009 LIBS="-liodbc $LIBS"
29010 cat >conftest.$ac_ext <<_ACEOF
29011 /* confdefs.h. */
29012 _ACEOF
29013 cat confdefs.h >>conftest.$ac_ext
29014 cat >>conftest.$ac_ext <<_ACEOF
29015 /* end confdefs.h. */
29016
29017 /* Override any gcc2 internal prototype to avoid an error. */
29018 #ifdef __cplusplus
29019 extern "C"
29020 #endif
29021 /* We use char because int might match the return type of a gcc2
29022 builtin and then its argument prototype would still apply. */
29023 char SQLAllocEnv ();
29024 int
29025 main ()
29026 {
29027 SQLAllocEnv ();
29028 ;
29029 return 0;
29030 }
29031 _ACEOF
29032 rm -f conftest.$ac_objext conftest$ac_exeext
29033 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29034 (eval $ac_link) 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_exeext'
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_cv_lib_iodbc_SQLAllocEnv=yes
29054 else
29055 echo "$as_me: failed program was:" >&5
29056 sed 's/^/| /' conftest.$ac_ext >&5
29057
29058 ac_cv_lib_iodbc_SQLAllocEnv=no
29059 fi
29060 rm -f conftest.err conftest.$ac_objext \
29061 conftest$ac_exeext conftest.$ac_ext
29062 LIBS=$ac_check_lib_save_LIBS
29063 fi
29064 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
29065 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
29066 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
29067 ODBC_LINK=" -liodbc"
29068 else
29069
29070 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
29071 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
29072 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
29073 echo $ECHO_N "(cached) $ECHO_C" >&6
29074 else
29075 ac_check_lib_save_LIBS=$LIBS
29076 LIBS="-lunixodbc $LIBS"
29077 cat >conftest.$ac_ext <<_ACEOF
29078 /* confdefs.h. */
29079 _ACEOF
29080 cat confdefs.h >>conftest.$ac_ext
29081 cat >>conftest.$ac_ext <<_ACEOF
29082 /* end confdefs.h. */
29083
29084 /* Override any gcc2 internal prototype to avoid an error. */
29085 #ifdef __cplusplus
29086 extern "C"
29087 #endif
29088 /* We use char because int might match the return type of a gcc2
29089 builtin and then its argument prototype would still apply. */
29090 char SQLAllocEnv ();
29091 int
29092 main ()
29093 {
29094 SQLAllocEnv ();
29095 ;
29096 return 0;
29097 }
29098 _ACEOF
29099 rm -f conftest.$ac_objext conftest$ac_exeext
29100 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29101 (eval $ac_link) 2>conftest.er1
29102 ac_status=$?
29103 grep -v '^ *+' conftest.er1 >conftest.err
29104 rm -f conftest.er1
29105 cat conftest.err >&5
29106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29107 (exit $ac_status); } &&
29108 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29110 (eval $ac_try) 2>&5
29111 ac_status=$?
29112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29113 (exit $ac_status); }; } &&
29114 { ac_try='test -s conftest$ac_exeext'
29115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29116 (eval $ac_try) 2>&5
29117 ac_status=$?
29118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29119 (exit $ac_status); }; }; then
29120 ac_cv_lib_unixodbc_SQLAllocEnv=yes
29121 else
29122 echo "$as_me: failed program was:" >&5
29123 sed 's/^/| /' conftest.$ac_ext >&5
29124
29125 ac_cv_lib_unixodbc_SQLAllocEnv=no
29126 fi
29127 rm -f conftest.err conftest.$ac_objext \
29128 conftest$ac_exeext conftest.$ac_ext
29129 LIBS=$ac_check_lib_save_LIBS
29130 fi
29131 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
29132 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
29133 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
29134 ODBC_LINK=" -lunixodbc"
29135 else
29136
29137 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
29138 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
29139 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
29140 echo $ECHO_N "(cached) $ECHO_C" >&6
29141 else
29142 ac_check_lib_save_LIBS=$LIBS
29143 LIBS="-lodbc $LIBS"
29144 cat >conftest.$ac_ext <<_ACEOF
29145 /* confdefs.h. */
29146 _ACEOF
29147 cat confdefs.h >>conftest.$ac_ext
29148 cat >>conftest.$ac_ext <<_ACEOF
29149 /* end confdefs.h. */
29150
29151 /* Override any gcc2 internal prototype to avoid an error. */
29152 #ifdef __cplusplus
29153 extern "C"
29154 #endif
29155 /* We use char because int might match the return type of a gcc2
29156 builtin and then its argument prototype would still apply. */
29157 char SQLAllocEnv ();
29158 int
29159 main ()
29160 {
29161 SQLAllocEnv ();
29162 ;
29163 return 0;
29164 }
29165 _ACEOF
29166 rm -f conftest.$ac_objext conftest$ac_exeext
29167 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29168 (eval $ac_link) 2>conftest.er1
29169 ac_status=$?
29170 grep -v '^ *+' conftest.er1 >conftest.err
29171 rm -f conftest.er1
29172 cat conftest.err >&5
29173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29174 (exit $ac_status); } &&
29175 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29177 (eval $ac_try) 2>&5
29178 ac_status=$?
29179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29180 (exit $ac_status); }; } &&
29181 { ac_try='test -s conftest$ac_exeext'
29182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29183 (eval $ac_try) 2>&5
29184 ac_status=$?
29185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29186 (exit $ac_status); }; }; then
29187 ac_cv_lib_odbc_SQLAllocEnv=yes
29188 else
29189 echo "$as_me: failed program was:" >&5
29190 sed 's/^/| /' conftest.$ac_ext >&5
29191
29192 ac_cv_lib_odbc_SQLAllocEnv=no
29193 fi
29194 rm -f conftest.err conftest.$ac_objext \
29195 conftest$ac_exeext conftest.$ac_ext
29196 LIBS=$ac_check_lib_save_LIBS
29197 fi
29198 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
29199 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
29200 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
29201 ODBC_LINK=" -lodbc"
29202 fi
29203
29204
29205 fi
29206
29207
29208 fi
29209
29210 fi
29211 if test "x$ODBC_LINK" = "x" ; then
29212 if test "$wxUSE_ODBC" = "sys" ; then
29213 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
29214 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
29215 { (exit 1); exit 1; }; }
29216 else
29217 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
29218 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
29219 wxUSE_ODBC=builtin
29220 fi
29221 else
29222 wxUSE_ODBC=sys
29223 fi
29224 fi
29225
29226 if test "$wxUSE_ODBC" = "builtin" ; then
29227 cat >>confdefs.h <<\_ACEOF
29228 #define wxUSE_BUILTIN_IODBC 1
29229 _ACEOF
29230
29231 fi
29232 fi
29233
29234 if test "$wxUSE_ODBC" != "no" ; then
29235 cat >>confdefs.h <<\_ACEOF
29236 #define wxUSE_ODBC 1
29237 _ACEOF
29238
29239 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
29240
29241 WXODBCFLAG="-D_IODBC_"
29242 fi
29243
29244
29245 if test "$wxUSE_DISPLAY" = "yes"; then
29246 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
29247 echo "$as_me:$LINENO: checking for Xinerama" >&5
29248 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
29249
29250 ac_find_libraries=
29251 for ac_dir in $SEARCH_LIB /usr/lib;
29252 do
29253 for ac_extension in a so sl dylib dll.a; do
29254 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29255 ac_find_libraries=$ac_dir
29256 break 2
29257 fi
29258 done
29259 done
29260
29261 if test "$ac_find_libraries" != "" ; then
29262
29263 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29264 result=$?
29265 if test $result = 0; then
29266 ac_path_to_link=""
29267 else
29268 ac_path_to_link=" -L$ac_find_libraries"
29269 fi
29270
29271 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29272 LDFLAGS="$LDFLAGS $ac_path_to_link"
29273 fi
29274 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
29275 echo "$as_me:$LINENO: result: yes" >&5
29276 echo "${ECHO_T}yes" >&6
29277
29278 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
29279 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
29280
29281 ac_find_libraries=
29282 for ac_dir in $SEARCH_LIB /usr/lib;
29283 do
29284 for ac_extension in a so sl dylib dll.a; do
29285 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29286 ac_find_libraries=$ac_dir
29287 break 2
29288 fi
29289 done
29290 done
29291
29292 if test "$ac_find_libraries" != "" ; then
29293 echo "$as_me:$LINENO: result: yes" >&5
29294 echo "${ECHO_T}yes" >&6
29295
29296 for ac_header in X11/extensions/xf86vmode.h
29297 do
29298 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29299 echo "$as_me:$LINENO: checking for $ac_header" >&5
29300 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29301 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29302 echo $ECHO_N "(cached) $ECHO_C" >&6
29303 else
29304 cat >conftest.$ac_ext <<_ACEOF
29305 /* confdefs.h. */
29306 _ACEOF
29307 cat confdefs.h >>conftest.$ac_ext
29308 cat >>conftest.$ac_ext <<_ACEOF
29309 /* end confdefs.h. */
29310
29311 #if HAVE_X11_XLIB_H
29312 #include <X11/Xlib.h>
29313 #endif
29314
29315
29316 #include <$ac_header>
29317 _ACEOF
29318 rm -f conftest.$ac_objext
29319 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29320 (eval $ac_compile) 2>conftest.er1
29321 ac_status=$?
29322 grep -v '^ *+' conftest.er1 >conftest.err
29323 rm -f conftest.er1
29324 cat conftest.err >&5
29325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29326 (exit $ac_status); } &&
29327 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29329 (eval $ac_try) 2>&5
29330 ac_status=$?
29331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29332 (exit $ac_status); }; } &&
29333 { ac_try='test -s conftest.$ac_objext'
29334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29335 (eval $ac_try) 2>&5
29336 ac_status=$?
29337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29338 (exit $ac_status); }; }; then
29339 eval "$as_ac_Header=yes"
29340 else
29341 echo "$as_me: failed program was:" >&5
29342 sed 's/^/| /' conftest.$ac_ext >&5
29343
29344 eval "$as_ac_Header=no"
29345 fi
29346 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29347 fi
29348 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29349 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29350 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29351 cat >>confdefs.h <<_ACEOF
29352 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29353 _ACEOF
29354
29355 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
29356
29357 fi
29358
29359 done
29360
29361 else
29362 echo "$as_me:$LINENO: result: no" >&5
29363 echo "${ECHO_T}no" >&6
29364 fi
29365
29366 else
29367 echo "$as_me:$LINENO: result: no" >&5
29368 echo "${ECHO_T}no" >&6
29369 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
29370 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
29371 wxUSE_DISPLAY="no"
29372 fi
29373 elif test "$wxUSE_MSW" = 1; then
29374
29375
29376 for ac_header in multimon.h ddraw.h
29377 do
29378 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29379 echo "$as_me:$LINENO: checking for $ac_header" >&5
29380 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29381 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29382 echo $ECHO_N "(cached) $ECHO_C" >&6
29383 else
29384 cat >conftest.$ac_ext <<_ACEOF
29385 /* confdefs.h. */
29386 _ACEOF
29387 cat confdefs.h >>conftest.$ac_ext
29388 cat >>conftest.$ac_ext <<_ACEOF
29389 /* end confdefs.h. */
29390 #include <windows.h>
29391
29392 #include <$ac_header>
29393 _ACEOF
29394 rm -f conftest.$ac_objext
29395 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29396 (eval $ac_compile) 2>conftest.er1
29397 ac_status=$?
29398 grep -v '^ *+' conftest.er1 >conftest.err
29399 rm -f conftest.er1
29400 cat conftest.err >&5
29401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29402 (exit $ac_status); } &&
29403 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29405 (eval $ac_try) 2>&5
29406 ac_status=$?
29407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29408 (exit $ac_status); }; } &&
29409 { ac_try='test -s conftest.$ac_objext'
29410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29411 (eval $ac_try) 2>&5
29412 ac_status=$?
29413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29414 (exit $ac_status); }; }; then
29415 eval "$as_ac_Header=yes"
29416 else
29417 echo "$as_me: failed program was:" >&5
29418 sed 's/^/| /' conftest.$ac_ext >&5
29419
29420 eval "$as_ac_Header=no"
29421 fi
29422 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29423 fi
29424 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29425 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29426 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29427 cat >>confdefs.h <<_ACEOF
29428 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29429 _ACEOF
29430
29431 else
29432
29433 wxUSE_DISPLAY="no"
29434 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
29435 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
29436
29437 fi
29438
29439 done
29440
29441 fi
29442 fi
29443
29444
29445 USE_OPENGL=0
29446 if test "$wxUSE_OPENGL" = "yes"; then
29447 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
29448 OPENGL_LIBS="-framework OpenGL -framework AGL"
29449 elif test "$wxUSE_MSW" = 1; then
29450 OPENGL_LIBS="-lopengl32 -lglu32"
29451 else
29452
29453
29454 ac_find_includes=
29455 for ac_dir in $SEARCH_INCLUDE /usr/include;
29456 do
29457 if test -f "$ac_dir/GL/gl.h"; then
29458 ac_find_includes=$ac_dir
29459 break
29460 fi
29461 done
29462
29463 if test "$ac_find_includes" != "" ; then
29464 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29465 echo "${ECHO_T}found in $ac_find_includes" >&6
29466
29467 if test "x$ac_find_includes" = "x/usr/include"; then
29468 ac_path_to_include=""
29469 else
29470 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
29471 result=$?
29472 if test $result = 0; then
29473 ac_path_to_include=""
29474 else
29475 ac_path_to_include=" -I$ac_find_includes"
29476 fi
29477 fi
29478
29479 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
29480 fi
29481
29482 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29483 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29484 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29485 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29486 echo $ECHO_N "(cached) $ECHO_C" >&6
29487 fi
29488 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29489 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29490 else
29491 # Is the header compilable?
29492 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
29493 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
29494 cat >conftest.$ac_ext <<_ACEOF
29495 /* confdefs.h. */
29496 _ACEOF
29497 cat confdefs.h >>conftest.$ac_ext
29498 cat >>conftest.$ac_ext <<_ACEOF
29499 /* end confdefs.h. */
29500 $ac_includes_default
29501 #include <GL/gl.h>
29502 _ACEOF
29503 rm -f conftest.$ac_objext
29504 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29505 (eval $ac_compile) 2>conftest.er1
29506 ac_status=$?
29507 grep -v '^ *+' conftest.er1 >conftest.err
29508 rm -f conftest.er1
29509 cat conftest.err >&5
29510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29511 (exit $ac_status); } &&
29512 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29514 (eval $ac_try) 2>&5
29515 ac_status=$?
29516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29517 (exit $ac_status); }; } &&
29518 { ac_try='test -s conftest.$ac_objext'
29519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29520 (eval $ac_try) 2>&5
29521 ac_status=$?
29522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29523 (exit $ac_status); }; }; then
29524 ac_header_compiler=yes
29525 else
29526 echo "$as_me: failed program was:" >&5
29527 sed 's/^/| /' conftest.$ac_ext >&5
29528
29529 ac_header_compiler=no
29530 fi
29531 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29532 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29533 echo "${ECHO_T}$ac_header_compiler" >&6
29534
29535 # Is the header present?
29536 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
29537 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
29538 cat >conftest.$ac_ext <<_ACEOF
29539 /* confdefs.h. */
29540 _ACEOF
29541 cat confdefs.h >>conftest.$ac_ext
29542 cat >>conftest.$ac_ext <<_ACEOF
29543 /* end confdefs.h. */
29544 #include <GL/gl.h>
29545 _ACEOF
29546 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29547 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29548 ac_status=$?
29549 grep -v '^ *+' conftest.er1 >conftest.err
29550 rm -f conftest.er1
29551 cat conftest.err >&5
29552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29553 (exit $ac_status); } >/dev/null; then
29554 if test -s conftest.err; then
29555 ac_cpp_err=$ac_c_preproc_warn_flag
29556 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
29557 else
29558 ac_cpp_err=
29559 fi
29560 else
29561 ac_cpp_err=yes
29562 fi
29563 if test -z "$ac_cpp_err"; then
29564 ac_header_preproc=yes
29565 else
29566 echo "$as_me: failed program was:" >&5
29567 sed 's/^/| /' conftest.$ac_ext >&5
29568
29569 ac_header_preproc=no
29570 fi
29571 rm -f conftest.err conftest.$ac_ext
29572 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29573 echo "${ECHO_T}$ac_header_preproc" >&6
29574
29575 # So? What about this header?
29576 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29577 yes:no: )
29578 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
29579 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29580 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
29581 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
29582 ac_header_preproc=yes
29583 ;;
29584 no:yes:* )
29585 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
29586 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
29587 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
29588 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
29589 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
29590 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
29591 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
29592 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
29593 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
29594 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
29595 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
29596 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
29597 (
29598 cat <<\_ASBOX
29599 ## ----------------------------------------- ##
29600 ## Report this to wx-dev@lists.wxwidgets.org ##
29601 ## ----------------------------------------- ##
29602 _ASBOX
29603 ) |
29604 sed "s/^/$as_me: WARNING: /" >&2
29605 ;;
29606 esac
29607 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29608 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29609 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29610 echo $ECHO_N "(cached) $ECHO_C" >&6
29611 else
29612 ac_cv_header_GL_gl_h=$ac_header_preproc
29613 fi
29614 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29615 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29616
29617 fi
29618 if test $ac_cv_header_GL_gl_h = yes; then
29619
29620 found_gl=0
29621
29622 echo "$as_me:$LINENO: checking for -lGL" >&5
29623 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
29624
29625 ac_find_libraries=
29626 for ac_dir in $SEARCH_LIB /usr/lib;
29627 do
29628 for ac_extension in a so sl dylib dll.a; do
29629 if test -f "$ac_dir/libGL.$ac_extension"; then
29630 ac_find_libraries=$ac_dir
29631 break 2
29632 fi
29633 done
29634 done
29635
29636 if test "$ac_find_libraries" != "" ; then
29637 echo "$as_me:$LINENO: result: yes" >&5
29638 echo "${ECHO_T}yes" >&6
29639
29640
29641 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29642 result=$?
29643 if test $result = 0; then
29644 ac_path_to_link=""
29645 else
29646 ac_path_to_link=" -L$ac_find_libraries"
29647 fi
29648
29649 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29650 LDFLAGS_GL="$ac_path_to_link"
29651 fi
29652
29653 echo "$as_me:$LINENO: checking for -lGLU" >&5
29654 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
29655
29656 ac_find_libraries=
29657 for ac_dir in $SEARCH_LIB /usr/lib;
29658 do
29659 for ac_extension in a so sl dylib dll.a; do
29660 if test -f "$ac_dir/libGLU.$ac_extension"; then
29661 ac_find_libraries=$ac_dir
29662 break 2
29663 fi
29664 done
29665 done
29666
29667 if test "$ac_find_libraries" != "" ; then
29668
29669 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29670 result=$?
29671 if test $result = 0; then
29672 ac_path_to_link=""
29673 else
29674 ac_path_to_link=" -L$ac_find_libraries"
29675 fi
29676
29677 if test "$ac_path_to_link" != " -L/usr/lib" -a \
29678 "$ac_path_to_link" != "$LDFLAGS_GL"; then
29679 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
29680 fi
29681
29682 found_gl=1
29683 OPENGL_LIBS="-lGL -lGLU"
29684 echo "$as_me:$LINENO: result: yes" >&5
29685 echo "${ECHO_T}yes" >&6
29686 else
29687 echo "$as_me:$LINENO: result: no" >&5
29688 echo "${ECHO_T}no" >&6
29689 fi
29690 else
29691 echo "$as_me:$LINENO: result: no" >&5
29692 echo "${ECHO_T}no" >&6
29693 fi
29694
29695 if test "$found_gl" != 1; then
29696 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
29697 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
29698
29699 ac_find_libraries=
29700 for ac_dir in $SEARCH_LIB /usr/lib;
29701 do
29702 for ac_extension in a so sl dylib dll.a; do
29703 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
29704 ac_find_libraries=$ac_dir
29705 break 2
29706 fi
29707 done
29708 done
29709
29710 if test "$ac_find_libraries" != "" ; then
29711
29712 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29713 result=$?
29714 if test $result = 0; then
29715 ac_path_to_link=""
29716 else
29717 ac_path_to_link=" -L$ac_find_libraries"
29718 fi
29719
29720 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
29721 OPENGL_LIBS="-lMesaGL -lMesaGLU"
29722 echo "$as_me:$LINENO: result: yes" >&5
29723 echo "${ECHO_T}yes" >&6
29724 else
29725 echo "$as_me:$LINENO: result: no" >&5
29726 echo "${ECHO_T}no" >&6
29727 fi
29728 fi
29729
29730 fi
29731
29732
29733
29734 if test "x$OPENGL_LIBS" = "x"; then
29735 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
29736 echo "$as_me: error: OpenGL libraries not available" >&2;}
29737 { (exit 1); exit 1; }; }
29738 fi
29739 fi
29740
29741 if test "$wxUSE_OPENGL" = "yes"; then
29742 USE_OPENGL=1
29743 cat >>confdefs.h <<\_ACEOF
29744 #define wxUSE_OPENGL 1
29745 _ACEOF
29746
29747 cat >>confdefs.h <<\_ACEOF
29748 #define wxUSE_GLCANVAS 1
29749 _ACEOF
29750
29751 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
29752 fi
29753 fi
29754
29755
29756 if test -n "$TOOLKIT" ; then
29757 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
29758 fi
29759
29760
29761
29762 if test "$wxUSE_SHARED" = "yes"; then
29763 case "${host}" in
29764 *-pc-msdosdjgpp )
29765 wxUSE_SHARED=no
29766 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
29767 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
29768 ;;
29769 esac
29770 fi
29771
29772 if test "$wxUSE_SHARED" = "yes"; then
29773
29774
29775 found_versioning=no
29776
29777
29778 if test $found_versioning = no ; then
29779 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
29780 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
29781 if test "${wx_cv_version_script+set}" = set; then
29782 echo $ECHO_N "(cached) $ECHO_C" >&6
29783 else
29784
29785 echo "VER_1 { *; };" >conftest.sym
29786 echo "int main() { return 0; }" >conftest.cpp
29787
29788 if { ac_try='
29789 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29790 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
29791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29792 (eval $ac_try) 2>&5
29793 ac_status=$?
29794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29795 (exit $ac_status); }; } ; then
29796 if test -s conftest.stderr ; then
29797 wx_cv_version_script=no
29798 else
29799 wx_cv_version_script=yes
29800 fi
29801 else
29802 wx_cv_version_script=no
29803 fi
29804
29805 if test $wx_cv_version_script = yes
29806 then
29807 echo "struct B { virtual ~B() { } }; \
29808 struct D : public B { }; \
29809 void F() { D d; }" > conftest.cpp
29810
29811 if { ac_try='
29812 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29813 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
29814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29815 (eval $ac_try) 2>&5
29816 ac_status=$?
29817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29818 (exit $ac_status); }; } &&
29819 { ac_try='
29820 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29821 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
29822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29823 (eval $ac_try) 2>&5
29824 ac_status=$?
29825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29826 (exit $ac_status); }; }
29827 then
29828 if { ac_try='
29829 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29830 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
29831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29832 (eval $ac_try) 2>&5
29833 ac_status=$?
29834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29835 (exit $ac_status); }; }
29836 then
29837 wx_cv_version_script=yes
29838 else
29839 wx_cv_version_script=no
29840 fi
29841 fi
29842 fi
29843
29844 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
29845 rm -f conftest1.output conftest2.output conftest3.output
29846
29847 fi
29848 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
29849 echo "${ECHO_T}$wx_cv_version_script" >&6
29850 if test $wx_cv_version_script = yes ; then
29851 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
29852 fi
29853 fi
29854
29855
29856 case "${host}" in
29857 *-*-linux* | *-*-gnu* )
29858 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
29859 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
29860 ;;
29861
29862 *-*-solaris2* )
29863 if test "$GCC" = yes ; then
29864 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
29865
29866 saveLdflags="$LDFLAGS"
29867 LDFLAGS="$saveLdflags -Wl,-rpath,/"
29868 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
29869 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
29870 cat >conftest.$ac_ext <<_ACEOF
29871 /* confdefs.h. */
29872 _ACEOF
29873 cat confdefs.h >>conftest.$ac_ext
29874 cat >>conftest.$ac_ext <<_ACEOF
29875 /* end confdefs.h. */
29876
29877 int
29878 main ()
29879 {
29880
29881 ;
29882 return 0;
29883 }
29884 _ACEOF
29885 rm -f conftest.$ac_objext conftest$ac_exeext
29886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29887 (eval $ac_link) 2>conftest.er1
29888 ac_status=$?
29889 grep -v '^ *+' conftest.er1 >conftest.err
29890 rm -f conftest.er1
29891 cat conftest.err >&5
29892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29893 (exit $ac_status); } &&
29894 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29896 (eval $ac_try) 2>&5
29897 ac_status=$?
29898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29899 (exit $ac_status); }; } &&
29900 { ac_try='test -s conftest$ac_exeext'
29901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29902 (eval $ac_try) 2>&5
29903 ac_status=$?
29904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29905 (exit $ac_status); }; }; then
29906
29907 echo "$as_me:$LINENO: result: yes" >&5
29908 echo "${ECHO_T}yes" >&6
29909 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
29910 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
29911
29912 else
29913 echo "$as_me: failed program was:" >&5
29914 sed 's/^/| /' conftest.$ac_ext >&5
29915
29916
29917 echo "$as_me:$LINENO: result: no" >&5
29918 echo "${ECHO_T}no" >&6
29919 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
29920 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
29921 LDFLAGS="$saveLdflags -Wl,-R,/"
29922 cat >conftest.$ac_ext <<_ACEOF
29923 /* confdefs.h. */
29924 _ACEOF
29925 cat confdefs.h >>conftest.$ac_ext
29926 cat >>conftest.$ac_ext <<_ACEOF
29927 /* end confdefs.h. */
29928
29929 int
29930 main ()
29931 {
29932
29933 ;
29934 return 0;
29935 }
29936 _ACEOF
29937 rm -f conftest.$ac_objext conftest$ac_exeext
29938 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29939 (eval $ac_link) 2>conftest.er1
29940 ac_status=$?
29941 grep -v '^ *+' conftest.er1 >conftest.err
29942 rm -f conftest.er1
29943 cat conftest.err >&5
29944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29945 (exit $ac_status); } &&
29946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29948 (eval $ac_try) 2>&5
29949 ac_status=$?
29950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29951 (exit $ac_status); }; } &&
29952 { ac_try='test -s conftest$ac_exeext'
29953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29954 (eval $ac_try) 2>&5
29955 ac_status=$?
29956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29957 (exit $ac_status); }; }; then
29958
29959 echo "$as_me:$LINENO: result: yes" >&5
29960 echo "${ECHO_T}yes" >&6
29961 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
29962 WXCONFIG_RPATH="-Wl,-R,\$libdir"
29963
29964 else
29965 echo "$as_me: failed program was:" >&5
29966 sed 's/^/| /' conftest.$ac_ext >&5
29967
29968
29969 echo "$as_me:$LINENO: result: no" >&5
29970 echo "${ECHO_T}no" >&6
29971
29972 fi
29973 rm -f conftest.err conftest.$ac_objext \
29974 conftest$ac_exeext conftest.$ac_ext
29975
29976 fi
29977 rm -f conftest.err conftest.$ac_objext \
29978 conftest$ac_exeext conftest.$ac_ext
29979 LDFLAGS="$saveLdflags"
29980 else
29981 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
29982 WXCONFIG_RPATH="-R\$libdir"
29983 fi
29984 ;;
29985
29986 powerpc-*-darwin* )
29987 install_name_tool=`which install_name_tool`
29988 if test "$install_name_tool" -a -x "$install_name_tool"; then
29989 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
29990 cat <<EOF >change-install-names
29991 #!/bin/sh
29992 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29993 inst_cmd="install_name_tool "
29994 for i in \${libnames} ; do
29995 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
29996 done
29997 \${inst_cmd} \${3}
29998 EOF
29999 chmod +x change-install-names
30000 fi
30001 ;;
30002
30003 *-*-cygwin* | *-*-mingw32* )
30004 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
30005 ;;
30006
30007 *-*-hpux* )
30008 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
30009 WXCONFIG_RPATH="-Wl,+b,\$libdir"
30010 ;;
30011
30012 esac
30013
30014 if test $wxUSE_RPATH = "no"; then
30015 SAMPLES_RPATH_FLAG=''
30016 SAMPLES_RPATH_POSTLINK=''
30017 WXCONFIG_RPATH=''
30018 fi
30019
30020 SHARED=1
30021
30022 else
30023
30024 config_linkage_component="-static"
30025 SHARED=0
30026
30027 fi
30028
30029
30030 UNICODE=0
30031 lib_unicode_suffix=
30032 WX_CHARTYPE="ansi"
30033 if test "$wxUSE_UNICODE" = "yes"; then
30034 lib_unicode_suffix=u
30035 WX_CHARTYPE="unicode"
30036 UNICODE=1
30037 fi
30038
30039 lib_debug_suffix=
30040 WX_DEBUGTYPE="release"
30041 DEBUG_FLAG=0
30042 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
30043 lib_debug_suffix=d
30044 WX_DEBUGTYPE="debug"
30045 DEBUG_FLAG=1
30046 fi
30047
30048 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
30049 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
30050
30051 DEBUG_INFO=0
30052 if test "$wxUSE_DEBUG_INFO" = "yes"; then
30053 DEBUG_INFO=1
30054 fi
30055
30056 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
30057
30058 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
30059
30060 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
30061
30062 if test "$cross_compiling" = "yes"; then
30063 HOST_SUFFIX="-$host_alias"
30064 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
30065 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
30066 fi
30067
30068 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30069 if test "${TOOLKIT_DIR}" = "os2"; then
30070 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30071 else
30072 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30073 fi
30074
30075
30076
30077 if test "$wxUSE_COCOA" = 1; then
30078
30079
30080 ac_ext=c
30081 ac_cpp='$CPP $CPPFLAGS'
30082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30085
30086 ac_ext=m
30087
30088 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
30089 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
30090 cat >conftest.$ac_ext <<_ACEOF
30091 /* confdefs.h. */
30092 _ACEOF
30093 cat confdefs.h >>conftest.$ac_ext
30094 cat >>conftest.$ac_ext <<_ACEOF
30095 /* end confdefs.h. */
30096 #include <AppKit/NSEvent.h>
30097 #include <CoreFoundation/CoreFoundation.h>
30098
30099 int
30100 main ()
30101 {
30102
30103 ;
30104 return 0;
30105 }
30106 _ACEOF
30107 rm -f conftest.$ac_objext
30108 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30109 (eval $ac_compile) 2>conftest.er1
30110 ac_status=$?
30111 grep -v '^ *+' conftest.er1 >conftest.err
30112 rm -f conftest.er1
30113 cat conftest.err >&5
30114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30115 (exit $ac_status); } &&
30116 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30118 (eval $ac_try) 2>&5
30119 ac_status=$?
30120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30121 (exit $ac_status); }; } &&
30122 { ac_try='test -s conftest.$ac_objext'
30123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30124 (eval $ac_try) 2>&5
30125 ac_status=$?
30126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30127 (exit $ac_status); }; }; then
30128 echo "$as_me:$LINENO: result: no" >&5
30129 echo "${ECHO_T}no" >&6
30130 else
30131 echo "$as_me: failed program was:" >&5
30132 sed 's/^/| /' conftest.$ac_ext >&5
30133
30134 echo "$as_me:$LINENO: result: yes" >&5
30135 echo "${ECHO_T}yes" >&6
30136 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
30137 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
30138 cat >conftest.$ac_ext <<_ACEOF
30139 /* confdefs.h. */
30140 _ACEOF
30141 cat confdefs.h >>conftest.$ac_ext
30142 cat >>conftest.$ac_ext <<_ACEOF
30143 /* end confdefs.h. */
30144 #define __Point__ 1
30145 #include <AppKit/NSEvent.h>
30146 #include <CoreFoundation/CoreFoundation.h>
30147
30148 int
30149 main ()
30150 {
30151
30152 ;
30153 return 0;
30154 }
30155 _ACEOF
30156 rm -f conftest.$ac_objext
30157 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30158 (eval $ac_compile) 2>conftest.er1
30159 ac_status=$?
30160 grep -v '^ *+' conftest.er1 >conftest.err
30161 rm -f conftest.er1
30162 cat conftest.err >&5
30163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30164 (exit $ac_status); } &&
30165 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30167 (eval $ac_try) 2>&5
30168 ac_status=$?
30169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30170 (exit $ac_status); }; } &&
30171 { ac_try='test -s conftest.$ac_objext'
30172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30173 (eval $ac_try) 2>&5
30174 ac_status=$?
30175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30176 (exit $ac_status); }; }; then
30177 echo "$as_me:$LINENO: result: yes" >&5
30178 echo "${ECHO_T}yes" >&6
30179 cat >>confdefs.h <<\_ACEOF
30180 #define __Point__ 1
30181 _ACEOF
30182
30183
30184 else
30185 echo "$as_me: failed program was:" >&5
30186 sed 's/^/| /' conftest.$ac_ext >&5
30187
30188 { { echo "$as_me:$LINENO: error: no
30189 See \`config.log' for more details." >&5
30190 echo "$as_me: error: no
30191 See \`config.log' for more details." >&2;}
30192 { (exit 1); exit 1; }; }
30193
30194 fi
30195 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30196
30197 fi
30198 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30199 ac_ext=c
30200 ac_cpp='$CPP $CPPFLAGS'
30201 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30202 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30203 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30204
30205 fi
30206
30207 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
30208 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
30209 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
30210
30211 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
30212
30213 # Extract the first word of "Rez", so it can be a program name with args.
30214 set dummy Rez; ac_word=$2
30215 echo "$as_me:$LINENO: checking for $ac_word" >&5
30216 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30217 if test "${ac_cv_prog_RESCOMP+set}" = set; then
30218 echo $ECHO_N "(cached) $ECHO_C" >&6
30219 else
30220 if test -n "$RESCOMP"; then
30221 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
30222 else
30223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30224 for as_dir in $PATH
30225 do
30226 IFS=$as_save_IFS
30227 test -z "$as_dir" && as_dir=.
30228 for ac_exec_ext in '' $ac_executable_extensions; do
30229 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30230 ac_cv_prog_RESCOMP="Rez"
30231 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30232 break 2
30233 fi
30234 done
30235 done
30236
30237 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
30238 fi
30239 fi
30240 RESCOMP=$ac_cv_prog_RESCOMP
30241 if test -n "$RESCOMP"; then
30242 echo "$as_me:$LINENO: result: $RESCOMP" >&5
30243 echo "${ECHO_T}$RESCOMP" >&6
30244 else
30245 echo "$as_me:$LINENO: result: no" >&5
30246 echo "${ECHO_T}no" >&6
30247 fi
30248
30249 # Extract the first word of "DeRez", so it can be a program name with args.
30250 set dummy DeRez; ac_word=$2
30251 echo "$as_me:$LINENO: checking for $ac_word" >&5
30252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30253 if test "${ac_cv_prog_DEREZ+set}" = set; then
30254 echo $ECHO_N "(cached) $ECHO_C" >&6
30255 else
30256 if test -n "$DEREZ"; then
30257 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
30258 else
30259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30260 for as_dir in $PATH
30261 do
30262 IFS=$as_save_IFS
30263 test -z "$as_dir" && as_dir=.
30264 for ac_exec_ext in '' $ac_executable_extensions; do
30265 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30266 ac_cv_prog_DEREZ="DeRez"
30267 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30268 break 2
30269 fi
30270 done
30271 done
30272
30273 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
30274 fi
30275 fi
30276 DEREZ=$ac_cv_prog_DEREZ
30277 if test -n "$DEREZ"; then
30278 echo "$as_me:$LINENO: result: $DEREZ" >&5
30279 echo "${ECHO_T}$DEREZ" >&6
30280 else
30281 echo "$as_me:$LINENO: result: no" >&5
30282 echo "${ECHO_T}no" >&6
30283 fi
30284
30285 # Extract the first word of "SetFile", so it can be a program name with args.
30286 set dummy SetFile; ac_word=$2
30287 echo "$as_me:$LINENO: checking for $ac_word" >&5
30288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30289 if test "${ac_cv_prog_SETFILE+set}" = set; then
30290 echo $ECHO_N "(cached) $ECHO_C" >&6
30291 else
30292 if test -n "$SETFILE"; then
30293 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
30294 else
30295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30296 for as_dir in $PATH
30297 do
30298 IFS=$as_save_IFS
30299 test -z "$as_dir" && as_dir=.
30300 for ac_exec_ext in '' $ac_executable_extensions; do
30301 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30302 ac_cv_prog_SETFILE="SetFile"
30303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30304 break 2
30305 fi
30306 done
30307 done
30308
30309 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
30310 fi
30311 fi
30312 SETFILE=$ac_cv_prog_SETFILE
30313 if test -n "$SETFILE"; then
30314 echo "$as_me:$LINENO: result: $SETFILE" >&5
30315 echo "${ECHO_T}$SETFILE" >&6
30316 else
30317 echo "$as_me:$LINENO: result: no" >&5
30318 echo "${ECHO_T}no" >&6
30319 fi
30320
30321
30322 MACSETFILE="\$(SETFILE)"
30323
30324 if test "$wxUSE_MAC" = 1; then
30325 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
30326
30327 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
30328 else
30329 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
30330 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
30331 fi
30332 else
30333 MACSETFILE="@true"
30334 MACRESWXCONFIG="@true"
30335
30336 if test "$wxUSE_PM" = 1; then
30337 MACRESCOMP="emxbind -ep"
30338 else
30339 MACRESCOMP="@true"
30340 fi
30341 fi
30342
30343
30344
30345 echo "$as_me:$LINENO: checking for mode_t" >&5
30346 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
30347 if test "${ac_cv_type_mode_t+set}" = set; then
30348 echo $ECHO_N "(cached) $ECHO_C" >&6
30349 else
30350 cat >conftest.$ac_ext <<_ACEOF
30351 /* confdefs.h. */
30352 _ACEOF
30353 cat confdefs.h >>conftest.$ac_ext
30354 cat >>conftest.$ac_ext <<_ACEOF
30355 /* end confdefs.h. */
30356 $ac_includes_default
30357 int
30358 main ()
30359 {
30360 if ((mode_t *) 0)
30361 return 0;
30362 if (sizeof (mode_t))
30363 return 0;
30364 ;
30365 return 0;
30366 }
30367 _ACEOF
30368 rm -f conftest.$ac_objext
30369 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30370 (eval $ac_compile) 2>conftest.er1
30371 ac_status=$?
30372 grep -v '^ *+' conftest.er1 >conftest.err
30373 rm -f conftest.er1
30374 cat conftest.err >&5
30375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30376 (exit $ac_status); } &&
30377 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30379 (eval $ac_try) 2>&5
30380 ac_status=$?
30381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30382 (exit $ac_status); }; } &&
30383 { ac_try='test -s conftest.$ac_objext'
30384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30385 (eval $ac_try) 2>&5
30386 ac_status=$?
30387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30388 (exit $ac_status); }; }; then
30389 ac_cv_type_mode_t=yes
30390 else
30391 echo "$as_me: failed program was:" >&5
30392 sed 's/^/| /' conftest.$ac_ext >&5
30393
30394 ac_cv_type_mode_t=no
30395 fi
30396 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30397 fi
30398 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
30399 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
30400 if test $ac_cv_type_mode_t = yes; then
30401 :
30402 else
30403
30404 cat >>confdefs.h <<_ACEOF
30405 #define mode_t int
30406 _ACEOF
30407
30408 fi
30409
30410 echo "$as_me:$LINENO: checking for off_t" >&5
30411 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
30412 if test "${ac_cv_type_off_t+set}" = set; then
30413 echo $ECHO_N "(cached) $ECHO_C" >&6
30414 else
30415 cat >conftest.$ac_ext <<_ACEOF
30416 /* confdefs.h. */
30417 _ACEOF
30418 cat confdefs.h >>conftest.$ac_ext
30419 cat >>conftest.$ac_ext <<_ACEOF
30420 /* end confdefs.h. */
30421 $ac_includes_default
30422 int
30423 main ()
30424 {
30425 if ((off_t *) 0)
30426 return 0;
30427 if (sizeof (off_t))
30428 return 0;
30429 ;
30430 return 0;
30431 }
30432 _ACEOF
30433 rm -f conftest.$ac_objext
30434 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30435 (eval $ac_compile) 2>conftest.er1
30436 ac_status=$?
30437 grep -v '^ *+' conftest.er1 >conftest.err
30438 rm -f conftest.er1
30439 cat conftest.err >&5
30440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30441 (exit $ac_status); } &&
30442 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30444 (eval $ac_try) 2>&5
30445 ac_status=$?
30446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30447 (exit $ac_status); }; } &&
30448 { ac_try='test -s conftest.$ac_objext'
30449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30450 (eval $ac_try) 2>&5
30451 ac_status=$?
30452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30453 (exit $ac_status); }; }; then
30454 ac_cv_type_off_t=yes
30455 else
30456 echo "$as_me: failed program was:" >&5
30457 sed 's/^/| /' conftest.$ac_ext >&5
30458
30459 ac_cv_type_off_t=no
30460 fi
30461 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30462 fi
30463 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
30464 echo "${ECHO_T}$ac_cv_type_off_t" >&6
30465 if test $ac_cv_type_off_t = yes; then
30466 :
30467 else
30468
30469 cat >>confdefs.h <<_ACEOF
30470 #define off_t long
30471 _ACEOF
30472
30473 fi
30474
30475 echo "$as_me:$LINENO: checking for pid_t" >&5
30476 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
30477 if test "${ac_cv_type_pid_t+set}" = set; then
30478 echo $ECHO_N "(cached) $ECHO_C" >&6
30479 else
30480 cat >conftest.$ac_ext <<_ACEOF
30481 /* confdefs.h. */
30482 _ACEOF
30483 cat confdefs.h >>conftest.$ac_ext
30484 cat >>conftest.$ac_ext <<_ACEOF
30485 /* end confdefs.h. */
30486 $ac_includes_default
30487 int
30488 main ()
30489 {
30490 if ((pid_t *) 0)
30491 return 0;
30492 if (sizeof (pid_t))
30493 return 0;
30494 ;
30495 return 0;
30496 }
30497 _ACEOF
30498 rm -f conftest.$ac_objext
30499 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30500 (eval $ac_compile) 2>conftest.er1
30501 ac_status=$?
30502 grep -v '^ *+' conftest.er1 >conftest.err
30503 rm -f conftest.er1
30504 cat conftest.err >&5
30505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30506 (exit $ac_status); } &&
30507 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30509 (eval $ac_try) 2>&5
30510 ac_status=$?
30511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30512 (exit $ac_status); }; } &&
30513 { ac_try='test -s conftest.$ac_objext'
30514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30515 (eval $ac_try) 2>&5
30516 ac_status=$?
30517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30518 (exit $ac_status); }; }; then
30519 ac_cv_type_pid_t=yes
30520 else
30521 echo "$as_me: failed program was:" >&5
30522 sed 's/^/| /' conftest.$ac_ext >&5
30523
30524 ac_cv_type_pid_t=no
30525 fi
30526 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30527 fi
30528 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
30529 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
30530 if test $ac_cv_type_pid_t = yes; then
30531 :
30532 else
30533
30534 cat >>confdefs.h <<_ACEOF
30535 #define pid_t int
30536 _ACEOF
30537
30538 fi
30539
30540 echo "$as_me:$LINENO: checking for size_t" >&5
30541 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
30542 if test "${ac_cv_type_size_t+set}" = set; then
30543 echo $ECHO_N "(cached) $ECHO_C" >&6
30544 else
30545 cat >conftest.$ac_ext <<_ACEOF
30546 /* confdefs.h. */
30547 _ACEOF
30548 cat confdefs.h >>conftest.$ac_ext
30549 cat >>conftest.$ac_ext <<_ACEOF
30550 /* end confdefs.h. */
30551 $ac_includes_default
30552 int
30553 main ()
30554 {
30555 if ((size_t *) 0)
30556 return 0;
30557 if (sizeof (size_t))
30558 return 0;
30559 ;
30560 return 0;
30561 }
30562 _ACEOF
30563 rm -f conftest.$ac_objext
30564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30565 (eval $ac_compile) 2>conftest.er1
30566 ac_status=$?
30567 grep -v '^ *+' conftest.er1 >conftest.err
30568 rm -f conftest.er1
30569 cat conftest.err >&5
30570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30571 (exit $ac_status); } &&
30572 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30574 (eval $ac_try) 2>&5
30575 ac_status=$?
30576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30577 (exit $ac_status); }; } &&
30578 { ac_try='test -s conftest.$ac_objext'
30579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30580 (eval $ac_try) 2>&5
30581 ac_status=$?
30582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30583 (exit $ac_status); }; }; then
30584 ac_cv_type_size_t=yes
30585 else
30586 echo "$as_me: failed program was:" >&5
30587 sed 's/^/| /' conftest.$ac_ext >&5
30588
30589 ac_cv_type_size_t=no
30590 fi
30591 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30592 fi
30593 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
30594 echo "${ECHO_T}$ac_cv_type_size_t" >&6
30595 if test $ac_cv_type_size_t = yes; then
30596 :
30597 else
30598
30599 cat >>confdefs.h <<_ACEOF
30600 #define size_t unsigned
30601 _ACEOF
30602
30603 fi
30604
30605 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
30606 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
30607 if test "${ac_cv_type_uid_t+set}" = set; then
30608 echo $ECHO_N "(cached) $ECHO_C" >&6
30609 else
30610 cat >conftest.$ac_ext <<_ACEOF
30611 /* confdefs.h. */
30612 _ACEOF
30613 cat confdefs.h >>conftest.$ac_ext
30614 cat >>conftest.$ac_ext <<_ACEOF
30615 /* end confdefs.h. */
30616 #include <sys/types.h>
30617
30618 _ACEOF
30619 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30620 $EGREP "uid_t" >/dev/null 2>&1; then
30621 ac_cv_type_uid_t=yes
30622 else
30623 ac_cv_type_uid_t=no
30624 fi
30625 rm -f conftest*
30626
30627 fi
30628 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
30629 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
30630 if test $ac_cv_type_uid_t = no; then
30631
30632 cat >>confdefs.h <<\_ACEOF
30633 #define uid_t int
30634 _ACEOF
30635
30636
30637 cat >>confdefs.h <<\_ACEOF
30638 #define gid_t int
30639 _ACEOF
30640
30641 fi
30642
30643
30644 echo "$as_me:$LINENO: checking for ssize_t" >&5
30645 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
30646 if test "${ac_cv_type_ssize_t+set}" = set; then
30647 echo $ECHO_N "(cached) $ECHO_C" >&6
30648 else
30649 cat >conftest.$ac_ext <<_ACEOF
30650 /* confdefs.h. */
30651 _ACEOF
30652 cat confdefs.h >>conftest.$ac_ext
30653 cat >>conftest.$ac_ext <<_ACEOF
30654 /* end confdefs.h. */
30655 $ac_includes_default
30656 int
30657 main ()
30658 {
30659 if ((ssize_t *) 0)
30660 return 0;
30661 if (sizeof (ssize_t))
30662 return 0;
30663 ;
30664 return 0;
30665 }
30666 _ACEOF
30667 rm -f conftest.$ac_objext
30668 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30669 (eval $ac_compile) 2>conftest.er1
30670 ac_status=$?
30671 grep -v '^ *+' conftest.er1 >conftest.err
30672 rm -f conftest.er1
30673 cat conftest.err >&5
30674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30675 (exit $ac_status); } &&
30676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30678 (eval $ac_try) 2>&5
30679 ac_status=$?
30680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30681 (exit $ac_status); }; } &&
30682 { ac_try='test -s conftest.$ac_objext'
30683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30684 (eval $ac_try) 2>&5
30685 ac_status=$?
30686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30687 (exit $ac_status); }; }; then
30688 ac_cv_type_ssize_t=yes
30689 else
30690 echo "$as_me: failed program was:" >&5
30691 sed 's/^/| /' conftest.$ac_ext >&5
30692
30693 ac_cv_type_ssize_t=no
30694 fi
30695 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30696 fi
30697 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
30698 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
30699 if test $ac_cv_type_ssize_t = yes; then
30700
30701 cat >>confdefs.h <<_ACEOF
30702 #define HAVE_SSIZE_T 1
30703 _ACEOF
30704
30705
30706 fi
30707
30708
30709
30710
30711 ac_ext=cc
30712 ac_cpp='$CXXCPP $CPPFLAGS'
30713 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30714 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30715 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30716
30717 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
30718 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
30719 if test "${wx_cv_size_t_is_uint+set}" = set; then
30720 echo $ECHO_N "(cached) $ECHO_C" >&6
30721 else
30722
30723 cat >conftest.$ac_ext <<_ACEOF
30724 /* confdefs.h. */
30725 _ACEOF
30726 cat confdefs.h >>conftest.$ac_ext
30727 cat >>conftest.$ac_ext <<_ACEOF
30728 /* end confdefs.h. */
30729 #include <stddef.h>
30730 int
30731 main ()
30732 {
30733
30734 return 0; }
30735
30736 struct Foo { void foo(size_t); void foo(unsigned int); };
30737
30738 int bar() {
30739
30740 ;
30741 return 0;
30742 }
30743 _ACEOF
30744 rm -f conftest.$ac_objext
30745 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30746 (eval $ac_compile) 2>conftest.er1
30747 ac_status=$?
30748 grep -v '^ *+' conftest.er1 >conftest.err
30749 rm -f conftest.er1
30750 cat conftest.err >&5
30751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30752 (exit $ac_status); } &&
30753 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30755 (eval $ac_try) 2>&5
30756 ac_status=$?
30757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30758 (exit $ac_status); }; } &&
30759 { ac_try='test -s conftest.$ac_objext'
30760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30761 (eval $ac_try) 2>&5
30762 ac_status=$?
30763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30764 (exit $ac_status); }; }; then
30765 wx_cv_size_t_is_uint=no
30766 else
30767 echo "$as_me: failed program was:" >&5
30768 sed 's/^/| /' conftest.$ac_ext >&5
30769
30770 wx_cv_size_t_is_uint=yes
30771
30772 fi
30773 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30774
30775
30776 fi
30777 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
30778 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
30779
30780 if test "$wx_cv_size_t_is_uint" = "yes"; then
30781 cat >>confdefs.h <<\_ACEOF
30782 #define wxSIZE_T_IS_UINT 1
30783 _ACEOF
30784
30785 else
30786 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
30787 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
30788 if test "${wx_cv_size_t_is_ulong+set}" = set; then
30789 echo $ECHO_N "(cached) $ECHO_C" >&6
30790 else
30791 cat >conftest.$ac_ext <<_ACEOF
30792 /* confdefs.h. */
30793 _ACEOF
30794 cat confdefs.h >>conftest.$ac_ext
30795 cat >>conftest.$ac_ext <<_ACEOF
30796 /* end confdefs.h. */
30797 #include <stddef.h>
30798 int
30799 main ()
30800 {
30801
30802 return 0; }
30803
30804 struct Foo { void foo(size_t); void foo(unsigned long); };
30805
30806 int bar() {
30807
30808 ;
30809 return 0;
30810 }
30811 _ACEOF
30812 rm -f conftest.$ac_objext
30813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30814 (eval $ac_compile) 2>conftest.er1
30815 ac_status=$?
30816 grep -v '^ *+' conftest.er1 >conftest.err
30817 rm -f conftest.er1
30818 cat conftest.err >&5
30819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30820 (exit $ac_status); } &&
30821 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30823 (eval $ac_try) 2>&5
30824 ac_status=$?
30825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30826 (exit $ac_status); }; } &&
30827 { ac_try='test -s conftest.$ac_objext'
30828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30829 (eval $ac_try) 2>&5
30830 ac_status=$?
30831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30832 (exit $ac_status); }; }; then
30833 wx_cv_size_t_is_ulong=no
30834 else
30835 echo "$as_me: failed program was:" >&5
30836 sed 's/^/| /' conftest.$ac_ext >&5
30837
30838 wx_cv_size_t_is_ulong=yes
30839
30840 fi
30841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30842
30843 fi
30844 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
30845 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
30846
30847 if test "$wx_cv_size_t_is_ulong" = "yes"; then
30848 cat >>confdefs.h <<\_ACEOF
30849 #define wxSIZE_T_IS_ULONG 1
30850 _ACEOF
30851
30852 fi
30853 fi
30854
30855 ac_ext=c
30856 ac_cpp='$CPP $CPPFLAGS'
30857 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30858 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30859 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30860
30861
30862
30863 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
30864 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
30865 if test "${wx_cv_struct_pw_gecos+set}" = set; then
30866 echo $ECHO_N "(cached) $ECHO_C" >&6
30867 else
30868
30869 cat >conftest.$ac_ext <<_ACEOF
30870 /* confdefs.h. */
30871 _ACEOF
30872 cat confdefs.h >>conftest.$ac_ext
30873 cat >>conftest.$ac_ext <<_ACEOF
30874 /* end confdefs.h. */
30875 #include <pwd.h>
30876 int
30877 main ()
30878 {
30879
30880 char *p;
30881 struct passwd *pw;
30882 p = pw->pw_gecos;
30883
30884 ;
30885 return 0;
30886 }
30887 _ACEOF
30888 rm -f conftest.$ac_objext
30889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30890 (eval $ac_compile) 2>conftest.er1
30891 ac_status=$?
30892 grep -v '^ *+' conftest.er1 >conftest.err
30893 rm -f conftest.er1
30894 cat conftest.err >&5
30895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30896 (exit $ac_status); } &&
30897 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30899 (eval $ac_try) 2>&5
30900 ac_status=$?
30901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30902 (exit $ac_status); }; } &&
30903 { ac_try='test -s conftest.$ac_objext'
30904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30905 (eval $ac_try) 2>&5
30906 ac_status=$?
30907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30908 (exit $ac_status); }; }; then
30909
30910 wx_cv_struct_pw_gecos=yes
30911
30912 else
30913 echo "$as_me: failed program was:" >&5
30914 sed 's/^/| /' conftest.$ac_ext >&5
30915
30916
30917 wx_cv_struct_pw_gecos=no
30918
30919
30920 fi
30921 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30922
30923
30924 fi
30925 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
30926 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
30927
30928 if test "$wx_cv_struct_pw_gecos" = "yes"; then
30929 cat >>confdefs.h <<\_ACEOF
30930 #define HAVE_PW_GECOS 1
30931 _ACEOF
30932
30933 fi
30934
30935
30936 if test "$wxUSE_WCHAR_T" = "yes"; then
30937 cat >>confdefs.h <<\_ACEOF
30938 #define wxUSE_WCHAR_T 1
30939 _ACEOF
30940
30941
30942 WCSLEN_FOUND=0
30943 WCHAR_LINK=
30944
30945 for ac_func in wcslen
30946 do
30947 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30948 echo "$as_me:$LINENO: checking for $ac_func" >&5
30949 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30950 if eval "test \"\${$as_ac_var+set}\" = set"; then
30951 echo $ECHO_N "(cached) $ECHO_C" >&6
30952 else
30953 cat >conftest.$ac_ext <<_ACEOF
30954 /* confdefs.h. */
30955 _ACEOF
30956 cat confdefs.h >>conftest.$ac_ext
30957 cat >>conftest.$ac_ext <<_ACEOF
30958 /* end confdefs.h. */
30959 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30960 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30961 #define $ac_func innocuous_$ac_func
30962
30963 /* System header to define __stub macros and hopefully few prototypes,
30964 which can conflict with char $ac_func (); below.
30965 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30966 <limits.h> exists even on freestanding compilers. */
30967
30968 #ifdef __STDC__
30969 # include <limits.h>
30970 #else
30971 # include <assert.h>
30972 #endif
30973
30974 #undef $ac_func
30975
30976 /* Override any gcc2 internal prototype to avoid an error. */
30977 #ifdef __cplusplus
30978 extern "C"
30979 {
30980 #endif
30981 /* We use char because int might match the return type of a gcc2
30982 builtin and then its argument prototype would still apply. */
30983 char $ac_func ();
30984 /* The GNU C library defines this for functions which it implements
30985 to always fail with ENOSYS. Some functions are actually named
30986 something starting with __ and the normal name is an alias. */
30987 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30988 choke me
30989 #else
30990 char (*f) () = $ac_func;
30991 #endif
30992 #ifdef __cplusplus
30993 }
30994 #endif
30995
30996 int
30997 main ()
30998 {
30999 return f != $ac_func;
31000 ;
31001 return 0;
31002 }
31003 _ACEOF
31004 rm -f conftest.$ac_objext conftest$ac_exeext
31005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31006 (eval $ac_link) 2>conftest.er1
31007 ac_status=$?
31008 grep -v '^ *+' conftest.er1 >conftest.err
31009 rm -f conftest.er1
31010 cat conftest.err >&5
31011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31012 (exit $ac_status); } &&
31013 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31015 (eval $ac_try) 2>&5
31016 ac_status=$?
31017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31018 (exit $ac_status); }; } &&
31019 { ac_try='test -s conftest$ac_exeext'
31020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31021 (eval $ac_try) 2>&5
31022 ac_status=$?
31023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31024 (exit $ac_status); }; }; then
31025 eval "$as_ac_var=yes"
31026 else
31027 echo "$as_me: failed program was:" >&5
31028 sed 's/^/| /' conftest.$ac_ext >&5
31029
31030 eval "$as_ac_var=no"
31031 fi
31032 rm -f conftest.err conftest.$ac_objext \
31033 conftest$ac_exeext conftest.$ac_ext
31034 fi
31035 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31036 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31037 if test `eval echo '${'$as_ac_var'}'` = yes; then
31038 cat >>confdefs.h <<_ACEOF
31039 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31040 _ACEOF
31041 WCSLEN_FOUND=1
31042 fi
31043 done
31044
31045
31046 if test "$WCSLEN_FOUND" = 0; then
31047 if test "$TOOLKIT" = "MSW"; then
31048 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
31049 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
31050 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
31051 echo $ECHO_N "(cached) $ECHO_C" >&6
31052 else
31053 ac_check_lib_save_LIBS=$LIBS
31054 LIBS="-lmsvcrt $LIBS"
31055 cat >conftest.$ac_ext <<_ACEOF
31056 /* confdefs.h. */
31057 _ACEOF
31058 cat confdefs.h >>conftest.$ac_ext
31059 cat >>conftest.$ac_ext <<_ACEOF
31060 /* end confdefs.h. */
31061
31062 /* Override any gcc2 internal prototype to avoid an error. */
31063 #ifdef __cplusplus
31064 extern "C"
31065 #endif
31066 /* We use char because int might match the return type of a gcc2
31067 builtin and then its argument prototype would still apply. */
31068 char wcslen ();
31069 int
31070 main ()
31071 {
31072 wcslen ();
31073 ;
31074 return 0;
31075 }
31076 _ACEOF
31077 rm -f conftest.$ac_objext conftest$ac_exeext
31078 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31079 (eval $ac_link) 2>conftest.er1
31080 ac_status=$?
31081 grep -v '^ *+' conftest.er1 >conftest.err
31082 rm -f conftest.er1
31083 cat conftest.err >&5
31084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31085 (exit $ac_status); } &&
31086 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31088 (eval $ac_try) 2>&5
31089 ac_status=$?
31090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31091 (exit $ac_status); }; } &&
31092 { ac_try='test -s conftest$ac_exeext'
31093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31094 (eval $ac_try) 2>&5
31095 ac_status=$?
31096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31097 (exit $ac_status); }; }; then
31098 ac_cv_lib_msvcrt_wcslen=yes
31099 else
31100 echo "$as_me: failed program was:" >&5
31101 sed 's/^/| /' conftest.$ac_ext >&5
31102
31103 ac_cv_lib_msvcrt_wcslen=no
31104 fi
31105 rm -f conftest.err conftest.$ac_objext \
31106 conftest$ac_exeext conftest.$ac_ext
31107 LIBS=$ac_check_lib_save_LIBS
31108 fi
31109 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
31110 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
31111 if test $ac_cv_lib_msvcrt_wcslen = yes; then
31112 WCHAR_OK=1
31113 fi
31114
31115 else
31116 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
31117 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
31118 if test "${ac_cv_lib_w_wcslen+set}" = set; then
31119 echo $ECHO_N "(cached) $ECHO_C" >&6
31120 else
31121 ac_check_lib_save_LIBS=$LIBS
31122 LIBS="-lw $LIBS"
31123 cat >conftest.$ac_ext <<_ACEOF
31124 /* confdefs.h. */
31125 _ACEOF
31126 cat confdefs.h >>conftest.$ac_ext
31127 cat >>conftest.$ac_ext <<_ACEOF
31128 /* end confdefs.h. */
31129
31130 /* Override any gcc2 internal prototype to avoid an error. */
31131 #ifdef __cplusplus
31132 extern "C"
31133 #endif
31134 /* We use char because int might match the return type of a gcc2
31135 builtin and then its argument prototype would still apply. */
31136 char wcslen ();
31137 int
31138 main ()
31139 {
31140 wcslen ();
31141 ;
31142 return 0;
31143 }
31144 _ACEOF
31145 rm -f conftest.$ac_objext conftest$ac_exeext
31146 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31147 (eval $ac_link) 2>conftest.er1
31148 ac_status=$?
31149 grep -v '^ *+' conftest.er1 >conftest.err
31150 rm -f conftest.er1
31151 cat conftest.err >&5
31152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31153 (exit $ac_status); } &&
31154 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31156 (eval $ac_try) 2>&5
31157 ac_status=$?
31158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31159 (exit $ac_status); }; } &&
31160 { ac_try='test -s conftest$ac_exeext'
31161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31162 (eval $ac_try) 2>&5
31163 ac_status=$?
31164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31165 (exit $ac_status); }; }; then
31166 ac_cv_lib_w_wcslen=yes
31167 else
31168 echo "$as_me: failed program was:" >&5
31169 sed 's/^/| /' conftest.$ac_ext >&5
31170
31171 ac_cv_lib_w_wcslen=no
31172 fi
31173 rm -f conftest.err conftest.$ac_objext \
31174 conftest$ac_exeext conftest.$ac_ext
31175 LIBS=$ac_check_lib_save_LIBS
31176 fi
31177 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
31178 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
31179 if test $ac_cv_lib_w_wcslen = yes; then
31180
31181 WCHAR_LINK=" -lw"
31182 WCSLEN_FOUND=1
31183
31184 fi
31185
31186 fi
31187 fi
31188
31189 if test "$WCSLEN_FOUND" = 1; then
31190 cat >>confdefs.h <<\_ACEOF
31191 #define HAVE_WCSLEN 1
31192 _ACEOF
31193
31194 fi
31195
31196 if test "$USE_HPUX" = 1; then
31197 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
31198 fi
31199
31200
31201 for ac_func in wcsrtombs
31202 do
31203 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31204 echo "$as_me:$LINENO: checking for $ac_func" >&5
31205 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31206 if eval "test \"\${$as_ac_var+set}\" = set"; then
31207 echo $ECHO_N "(cached) $ECHO_C" >&6
31208 else
31209 cat >conftest.$ac_ext <<_ACEOF
31210 /* confdefs.h. */
31211 _ACEOF
31212 cat confdefs.h >>conftest.$ac_ext
31213 cat >>conftest.$ac_ext <<_ACEOF
31214 /* end confdefs.h. */
31215 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31217 #define $ac_func innocuous_$ac_func
31218
31219 /* System header to define __stub macros and hopefully few prototypes,
31220 which can conflict with char $ac_func (); below.
31221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31222 <limits.h> exists even on freestanding compilers. */
31223
31224 #ifdef __STDC__
31225 # include <limits.h>
31226 #else
31227 # include <assert.h>
31228 #endif
31229
31230 #undef $ac_func
31231
31232 /* Override any gcc2 internal prototype to avoid an error. */
31233 #ifdef __cplusplus
31234 extern "C"
31235 {
31236 #endif
31237 /* We use char because int might match the return type of a gcc2
31238 builtin and then its argument prototype would still apply. */
31239 char $ac_func ();
31240 /* The GNU C library defines this for functions which it implements
31241 to always fail with ENOSYS. Some functions are actually named
31242 something starting with __ and the normal name is an alias. */
31243 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31244 choke me
31245 #else
31246 char (*f) () = $ac_func;
31247 #endif
31248 #ifdef __cplusplus
31249 }
31250 #endif
31251
31252 int
31253 main ()
31254 {
31255 return f != $ac_func;
31256 ;
31257 return 0;
31258 }
31259 _ACEOF
31260 rm -f conftest.$ac_objext conftest$ac_exeext
31261 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31262 (eval $ac_link) 2>conftest.er1
31263 ac_status=$?
31264 grep -v '^ *+' conftest.er1 >conftest.err
31265 rm -f conftest.er1
31266 cat conftest.err >&5
31267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31268 (exit $ac_status); } &&
31269 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31271 (eval $ac_try) 2>&5
31272 ac_status=$?
31273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31274 (exit $ac_status); }; } &&
31275 { ac_try='test -s conftest$ac_exeext'
31276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31277 (eval $ac_try) 2>&5
31278 ac_status=$?
31279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31280 (exit $ac_status); }; }; then
31281 eval "$as_ac_var=yes"
31282 else
31283 echo "$as_me: failed program was:" >&5
31284 sed 's/^/| /' conftest.$ac_ext >&5
31285
31286 eval "$as_ac_var=no"
31287 fi
31288 rm -f conftest.err conftest.$ac_objext \
31289 conftest$ac_exeext conftest.$ac_ext
31290 fi
31291 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31292 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31293 if test `eval echo '${'$as_ac_var'}'` = yes; then
31294 cat >>confdefs.h <<_ACEOF
31295 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31296 _ACEOF
31297
31298 fi
31299 done
31300
31301 else
31302 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
31303 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
31304 fi
31305
31306
31307
31308 ac_ext=cc
31309 ac_cpp='$CXXCPP $CPPFLAGS'
31310 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31311 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31312 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31313
31314
31315
31316 for ac_func in vsnprintf
31317 do
31318 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31319 echo "$as_me:$LINENO: checking for $ac_func" >&5
31320 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31321 if eval "test \"\${$as_ac_var+set}\" = set"; then
31322 echo $ECHO_N "(cached) $ECHO_C" >&6
31323 else
31324 cat >conftest.$ac_ext <<_ACEOF
31325 /* confdefs.h. */
31326 _ACEOF
31327 cat confdefs.h >>conftest.$ac_ext
31328 cat >>conftest.$ac_ext <<_ACEOF
31329 /* end confdefs.h. */
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
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. */
31338
31339 #ifdef __STDC__
31340 # include <limits.h>
31341 #else
31342 # include <assert.h>
31343 #endif
31344
31345 #undef $ac_func
31346
31347 /* Override any gcc2 internal prototype to avoid an error. */
31348 #ifdef __cplusplus
31349 extern "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. */
31354 char $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)
31359 choke me
31360 #else
31361 char (*f) () = $ac_func;
31362 #endif
31363 #ifdef __cplusplus
31364 }
31365 #endif
31366
31367 int
31368 main ()
31369 {
31370 return f != $ac_func;
31371 ;
31372 return 0;
31373 }
31374 _ACEOF
31375 rm -f conftest.$ac_objext conftest$ac_exeext
31376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31377 (eval $ac_link) 2>conftest.er1
31378 ac_status=$?
31379 grep -v '^ *+' conftest.er1 >conftest.err
31380 rm -f conftest.er1
31381 cat conftest.err >&5
31382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31383 (exit $ac_status); } &&
31384 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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'
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"
31397 else
31398 echo "$as_me: failed program was:" >&5
31399 sed 's/^/| /' conftest.$ac_ext >&5
31400
31401 eval "$as_ac_var=no"
31402 fi
31403 rm -f conftest.err conftest.$ac_objext \
31404 conftest$ac_exeext conftest.$ac_ext
31405 fi
31406 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31407 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31408 if 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
31413 fi
31414 done
31415
31416
31417 if test "$ac_cv_func_vsnprintf" = "yes"; then
31418 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
31419 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
31420 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
31421 echo $ECHO_N "(cached) $ECHO_C" >&6
31422 else
31423
31424 cat >conftest.$ac_ext <<_ACEOF
31425 /* confdefs.h. */
31426 _ACEOF
31427 cat confdefs.h >>conftest.$ac_ext
31428 cat >>conftest.$ac_ext <<_ACEOF
31429 /* end confdefs.h. */
31430
31431 #include <stdio.h>
31432 #include <stdarg.h>
31433
31434 int
31435 main ()
31436 {
31437
31438 char *buf;
31439 va_list ap;
31440 vsnprintf(buf, 10u, "%s", ap);
31441
31442 ;
31443 return 0;
31444 }
31445 _ACEOF
31446 rm -f conftest.$ac_objext
31447 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31448 (eval $ac_compile) 2>conftest.er1
31449 ac_status=$?
31450 grep -v '^ *+' conftest.er1 >conftest.err
31451 rm -f conftest.er1
31452 cat conftest.err >&5
31453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31454 (exit $ac_status); } &&
31455 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31457 (eval $ac_try) 2>&5
31458 ac_status=$?
31459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31460 (exit $ac_status); }; } &&
31461 { ac_try='test -s conftest.$ac_objext'
31462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31463 (eval $ac_try) 2>&5
31464 ac_status=$?
31465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31466 (exit $ac_status); }; }; then
31467 wx_cv_func_vsnprintf_decl=yes
31468 else
31469 echo "$as_me: failed program was:" >&5
31470 sed 's/^/| /' conftest.$ac_ext >&5
31471
31472
31473 cat >conftest.$ac_ext <<_ACEOF
31474 /* confdefs.h. */
31475 _ACEOF
31476 cat confdefs.h >>conftest.$ac_ext
31477 cat >>conftest.$ac_ext <<_ACEOF
31478 /* end confdefs.h. */
31479
31480 #include <stdio.h>
31481 #include <stdarg.h>
31482 using namespace std;
31483
31484 int
31485 main ()
31486 {
31487
31488 char *buf;
31489 va_list ap;
31490 vsnprintf(buf, 10u, "%s", ap);
31491
31492 ;
31493 return 0;
31494 }
31495 _ACEOF
31496 rm -f conftest.$ac_objext
31497 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31498 (eval $ac_compile) 2>conftest.er1
31499 ac_status=$?
31500 grep -v '^ *+' conftest.er1 >conftest.err
31501 rm -f conftest.er1
31502 cat conftest.err >&5
31503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31504 (exit $ac_status); } &&
31505 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31507 (eval $ac_try) 2>&5
31508 ac_status=$?
31509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31510 (exit $ac_status); }; } &&
31511 { ac_try='test -s conftest.$ac_objext'
31512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31513 (eval $ac_try) 2>&5
31514 ac_status=$?
31515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31516 (exit $ac_status); }; }; then
31517 wx_cv_func_vsnprintf_decl=yes
31518 else
31519 echo "$as_me: failed program was:" >&5
31520 sed 's/^/| /' conftest.$ac_ext >&5
31521
31522 wx_cv_func_vsnprintf_decl=no
31523
31524 fi
31525 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31526
31527
31528 fi
31529 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31530
31531
31532 fi
31533 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
31534 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
31535
31536 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
31537 cat >>confdefs.h <<\_ACEOF
31538 #define HAVE_VSNPRINTF_DECL 1
31539 _ACEOF
31540
31541 fi
31542 fi
31543
31544 if test "$wxUSE_UNICODE" = yes; then
31545
31546
31547
31548
31549
31550
31551 for ac_func in wputc wputchar putws fputws wprintf vswprintf
31552 do
31553 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31554 echo "$as_me:$LINENO: checking for $ac_func" >&5
31555 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31556 if eval "test \"\${$as_ac_var+set}\" = set"; then
31557 echo $ECHO_N "(cached) $ECHO_C" >&6
31558 else
31559 cat >conftest.$ac_ext <<_ACEOF
31560 /* confdefs.h. */
31561 _ACEOF
31562 cat confdefs.h >>conftest.$ac_ext
31563 cat >>conftest.$ac_ext <<_ACEOF
31564 /* end confdefs.h. */
31565 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31566 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31567 #define $ac_func innocuous_$ac_func
31568
31569 /* System header to define __stub macros and hopefully few prototypes,
31570 which can conflict with char $ac_func (); below.
31571 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31572 <limits.h> exists even on freestanding compilers. */
31573
31574 #ifdef __STDC__
31575 # include <limits.h>
31576 #else
31577 # include <assert.h>
31578 #endif
31579
31580 #undef $ac_func
31581
31582 /* Override any gcc2 internal prototype to avoid an error. */
31583 #ifdef __cplusplus
31584 extern "C"
31585 {
31586 #endif
31587 /* We use char because int might match the return type of a gcc2
31588 builtin and then its argument prototype would still apply. */
31589 char $ac_func ();
31590 /* The GNU C library defines this for functions which it implements
31591 to always fail with ENOSYS. Some functions are actually named
31592 something starting with __ and the normal name is an alias. */
31593 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31594 choke me
31595 #else
31596 char (*f) () = $ac_func;
31597 #endif
31598 #ifdef __cplusplus
31599 }
31600 #endif
31601
31602 int
31603 main ()
31604 {
31605 return f != $ac_func;
31606 ;
31607 return 0;
31608 }
31609 _ACEOF
31610 rm -f conftest.$ac_objext conftest$ac_exeext
31611 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31612 (eval $ac_link) 2>conftest.er1
31613 ac_status=$?
31614 grep -v '^ *+' conftest.er1 >conftest.err
31615 rm -f conftest.er1
31616 cat conftest.err >&5
31617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31618 (exit $ac_status); } &&
31619 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31621 (eval $ac_try) 2>&5
31622 ac_status=$?
31623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31624 (exit $ac_status); }; } &&
31625 { ac_try='test -s conftest$ac_exeext'
31626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31627 (eval $ac_try) 2>&5
31628 ac_status=$?
31629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31630 (exit $ac_status); }; }; then
31631 eval "$as_ac_var=yes"
31632 else
31633 echo "$as_me: failed program was:" >&5
31634 sed 's/^/| /' conftest.$ac_ext >&5
31635
31636 eval "$as_ac_var=no"
31637 fi
31638 rm -f conftest.err conftest.$ac_objext \
31639 conftest$ac_exeext conftest.$ac_ext
31640 fi
31641 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31642 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31643 if test `eval echo '${'$as_ac_var'}'` = yes; then
31644 cat >>confdefs.h <<_ACEOF
31645 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31646 _ACEOF
31647
31648 fi
31649 done
31650
31651
31652 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
31653 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
31654 cat >conftest.$ac_ext <<_ACEOF
31655 /* confdefs.h. */
31656 _ACEOF
31657 cat confdefs.h >>conftest.$ac_ext
31658 cat >>conftest.$ac_ext <<_ACEOF
31659 /* end confdefs.h. */
31660 #include <wchar.h>
31661 int
31662 main ()
31663 {
31664 &_vsnwprintf;
31665 ;
31666 return 0;
31667 }
31668 _ACEOF
31669 rm -f conftest.$ac_objext
31670 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31671 (eval $ac_compile) 2>conftest.er1
31672 ac_status=$?
31673 grep -v '^ *+' conftest.er1 >conftest.err
31674 rm -f conftest.er1
31675 cat conftest.err >&5
31676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31677 (exit $ac_status); } &&
31678 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31680 (eval $ac_try) 2>&5
31681 ac_status=$?
31682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31683 (exit $ac_status); }; } &&
31684 { ac_try='test -s conftest.$ac_objext'
31685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31686 (eval $ac_try) 2>&5
31687 ac_status=$?
31688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31689 (exit $ac_status); }; }; then
31690 echo "$as_me:$LINENO: result: yes" >&5
31691 echo "${ECHO_T}yes" >&6
31692 cat >>confdefs.h <<\_ACEOF
31693 #define HAVE__VSNWPRINTF 1
31694 _ACEOF
31695
31696 else
31697 echo "$as_me: failed program was:" >&5
31698 sed 's/^/| /' conftest.$ac_ext >&5
31699
31700 echo "$as_me:$LINENO: result: no" >&5
31701 echo "${ECHO_T}no" >&6
31702 fi
31703 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
31704 fi
31705
31706 ac_ext=c
31707 ac_cpp='$CPP $CPPFLAGS'
31708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31711
31712
31713 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
31714
31715 for ac_func in fnmatch
31716 do
31717 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31718 echo "$as_me:$LINENO: checking for $ac_func" >&5
31719 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31720 if eval "test \"\${$as_ac_var+set}\" = set"; then
31721 echo $ECHO_N "(cached) $ECHO_C" >&6
31722 else
31723 cat >conftest.$ac_ext <<_ACEOF
31724 /* confdefs.h. */
31725 _ACEOF
31726 cat confdefs.h >>conftest.$ac_ext
31727 cat >>conftest.$ac_ext <<_ACEOF
31728 /* end confdefs.h. */
31729 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31730 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31731 #define $ac_func innocuous_$ac_func
31732
31733 /* System header to define __stub macros and hopefully few prototypes,
31734 which can conflict with char $ac_func (); below.
31735 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31736 <limits.h> exists even on freestanding compilers. */
31737
31738 #ifdef __STDC__
31739 # include <limits.h>
31740 #else
31741 # include <assert.h>
31742 #endif
31743
31744 #undef $ac_func
31745
31746 /* Override any gcc2 internal prototype to avoid an error. */
31747 #ifdef __cplusplus
31748 extern "C"
31749 {
31750 #endif
31751 /* We use char because int might match the return type of a gcc2
31752 builtin and then its argument prototype would still apply. */
31753 char $ac_func ();
31754 /* The GNU C library defines this for functions which it implements
31755 to always fail with ENOSYS. Some functions are actually named
31756 something starting with __ and the normal name is an alias. */
31757 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31758 choke me
31759 #else
31760 char (*f) () = $ac_func;
31761 #endif
31762 #ifdef __cplusplus
31763 }
31764 #endif
31765
31766 int
31767 main ()
31768 {
31769 return f != $ac_func;
31770 ;
31771 return 0;
31772 }
31773 _ACEOF
31774 rm -f conftest.$ac_objext conftest$ac_exeext
31775 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31776 (eval $ac_link) 2>conftest.er1
31777 ac_status=$?
31778 grep -v '^ *+' conftest.er1 >conftest.err
31779 rm -f conftest.er1
31780 cat conftest.err >&5
31781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31782 (exit $ac_status); } &&
31783 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31785 (eval $ac_try) 2>&5
31786 ac_status=$?
31787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31788 (exit $ac_status); }; } &&
31789 { ac_try='test -s conftest$ac_exeext'
31790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31791 (eval $ac_try) 2>&5
31792 ac_status=$?
31793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31794 (exit $ac_status); }; }; then
31795 eval "$as_ac_var=yes"
31796 else
31797 echo "$as_me: failed program was:" >&5
31798 sed 's/^/| /' conftest.$ac_ext >&5
31799
31800 eval "$as_ac_var=no"
31801 fi
31802 rm -f conftest.err conftest.$ac_objext \
31803 conftest$ac_exeext conftest.$ac_ext
31804 fi
31805 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31806 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31807 if test `eval echo '${'$as_ac_var'}'` = yes; then
31808 cat >>confdefs.h <<_ACEOF
31809 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31810 _ACEOF
31811
31812 fi
31813 done
31814
31815 fi
31816
31817 if test "$wxUSE_FILE" = "yes"; then
31818
31819 for ac_func in fsync
31820 do
31821 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31822 echo "$as_me:$LINENO: checking for $ac_func" >&5
31823 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31824 if eval "test \"\${$as_ac_var+set}\" = set"; then
31825 echo $ECHO_N "(cached) $ECHO_C" >&6
31826 else
31827 cat >conftest.$ac_ext <<_ACEOF
31828 /* confdefs.h. */
31829 _ACEOF
31830 cat confdefs.h >>conftest.$ac_ext
31831 cat >>conftest.$ac_ext <<_ACEOF
31832 /* end confdefs.h. */
31833 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31834 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31835 #define $ac_func innocuous_$ac_func
31836
31837 /* System header to define __stub macros and hopefully few prototypes,
31838 which can conflict with char $ac_func (); below.
31839 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31840 <limits.h> exists even on freestanding compilers. */
31841
31842 #ifdef __STDC__
31843 # include <limits.h>
31844 #else
31845 # include <assert.h>
31846 #endif
31847
31848 #undef $ac_func
31849
31850 /* Override any gcc2 internal prototype to avoid an error. */
31851 #ifdef __cplusplus
31852 extern "C"
31853 {
31854 #endif
31855 /* We use char because int might match the return type of a gcc2
31856 builtin and then its argument prototype would still apply. */
31857 char $ac_func ();
31858 /* The GNU C library defines this for functions which it implements
31859 to always fail with ENOSYS. Some functions are actually named
31860 something starting with __ and the normal name is an alias. */
31861 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31862 choke me
31863 #else
31864 char (*f) () = $ac_func;
31865 #endif
31866 #ifdef __cplusplus
31867 }
31868 #endif
31869
31870 int
31871 main ()
31872 {
31873 return f != $ac_func;
31874 ;
31875 return 0;
31876 }
31877 _ACEOF
31878 rm -f conftest.$ac_objext conftest$ac_exeext
31879 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31880 (eval $ac_link) 2>conftest.er1
31881 ac_status=$?
31882 grep -v '^ *+' conftest.er1 >conftest.err
31883 rm -f conftest.er1
31884 cat conftest.err >&5
31885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31886 (exit $ac_status); } &&
31887 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31889 (eval $ac_try) 2>&5
31890 ac_status=$?
31891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31892 (exit $ac_status); }; } &&
31893 { ac_try='test -s conftest$ac_exeext'
31894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31895 (eval $ac_try) 2>&5
31896 ac_status=$?
31897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31898 (exit $ac_status); }; }; then
31899 eval "$as_ac_var=yes"
31900 else
31901 echo "$as_me: failed program was:" >&5
31902 sed 's/^/| /' conftest.$ac_ext >&5
31903
31904 eval "$as_ac_var=no"
31905 fi
31906 rm -f conftest.err conftest.$ac_objext \
31907 conftest$ac_exeext conftest.$ac_ext
31908 fi
31909 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31910 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31911 if test `eval echo '${'$as_ac_var'}'` = yes; then
31912 cat >>confdefs.h <<_ACEOF
31913 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31914 _ACEOF
31915
31916 fi
31917 done
31918
31919 fi
31920
31921
31922 if test "$TOOLKIT" != "MSW"; then
31923
31924
31925
31926
31927 ac_ext=cc
31928 ac_cpp='$CXXCPP $CPPFLAGS'
31929 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31930 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31931 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31932
31933
31934
31935
31936 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
31937 if test "${with_libiconv_prefix+set}" = set; then
31938 withval="$with_libiconv_prefix"
31939
31940 for dir in `echo "$withval" | tr : ' '`; do
31941 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
31942 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
31943 done
31944
31945 fi;
31946
31947 echo "$as_me:$LINENO: checking for iconv" >&5
31948 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
31949 if test "${am_cv_func_iconv+set}" = set; then
31950 echo $ECHO_N "(cached) $ECHO_C" >&6
31951 else
31952
31953 am_cv_func_iconv="no, consider installing GNU libiconv"
31954 am_cv_lib_iconv=no
31955 cat >conftest.$ac_ext <<_ACEOF
31956 /* confdefs.h. */
31957 _ACEOF
31958 cat confdefs.h >>conftest.$ac_ext
31959 cat >>conftest.$ac_ext <<_ACEOF
31960 /* end confdefs.h. */
31961 #include <stdlib.h>
31962 #include <iconv.h>
31963 int
31964 main ()
31965 {
31966 iconv_t cd = iconv_open("","");
31967 iconv(cd,NULL,NULL,NULL,NULL);
31968 iconv_close(cd);
31969 ;
31970 return 0;
31971 }
31972 _ACEOF
31973 rm -f conftest.$ac_objext conftest$ac_exeext
31974 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31975 (eval $ac_link) 2>conftest.er1
31976 ac_status=$?
31977 grep -v '^ *+' conftest.er1 >conftest.err
31978 rm -f conftest.er1
31979 cat conftest.err >&5
31980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31981 (exit $ac_status); } &&
31982 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31984 (eval $ac_try) 2>&5
31985 ac_status=$?
31986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31987 (exit $ac_status); }; } &&
31988 { ac_try='test -s conftest$ac_exeext'
31989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31990 (eval $ac_try) 2>&5
31991 ac_status=$?
31992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31993 (exit $ac_status); }; }; then
31994 am_cv_func_iconv=yes
31995 else
31996 echo "$as_me: failed program was:" >&5
31997 sed 's/^/| /' conftest.$ac_ext >&5
31998
31999 fi
32000 rm -f conftest.err conftest.$ac_objext \
32001 conftest$ac_exeext conftest.$ac_ext
32002 if test "$am_cv_func_iconv" != yes; then
32003 am_save_LIBS="$LIBS"
32004 LIBS="$LIBS -liconv"
32005 cat >conftest.$ac_ext <<_ACEOF
32006 /* confdefs.h. */
32007 _ACEOF
32008 cat confdefs.h >>conftest.$ac_ext
32009 cat >>conftest.$ac_ext <<_ACEOF
32010 /* end confdefs.h. */
32011 #include <stdlib.h>
32012 #include <iconv.h>
32013 int
32014 main ()
32015 {
32016 iconv_t cd = iconv_open("","");
32017 iconv(cd,NULL,NULL,NULL,NULL);
32018 iconv_close(cd);
32019 ;
32020 return 0;
32021 }
32022 _ACEOF
32023 rm -f conftest.$ac_objext conftest$ac_exeext
32024 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32025 (eval $ac_link) 2>conftest.er1
32026 ac_status=$?
32027 grep -v '^ *+' conftest.er1 >conftest.err
32028 rm -f conftest.er1
32029 cat conftest.err >&5
32030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32031 (exit $ac_status); } &&
32032 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32034 (eval $ac_try) 2>&5
32035 ac_status=$?
32036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32037 (exit $ac_status); }; } &&
32038 { ac_try='test -s conftest$ac_exeext'
32039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32040 (eval $ac_try) 2>&5
32041 ac_status=$?
32042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32043 (exit $ac_status); }; }; then
32044 am_cv_lib_iconv=yes
32045 am_cv_func_iconv=yes
32046 else
32047 echo "$as_me: failed program was:" >&5
32048 sed 's/^/| /' conftest.$ac_ext >&5
32049
32050 fi
32051 rm -f conftest.err conftest.$ac_objext \
32052 conftest$ac_exeext conftest.$ac_ext
32053 LIBS="$am_save_LIBS"
32054 fi
32055
32056 fi
32057 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
32058 echo "${ECHO_T}$am_cv_func_iconv" >&6
32059 if test "$am_cv_func_iconv" = yes; then
32060
32061 cat >>confdefs.h <<\_ACEOF
32062 #define HAVE_ICONV 1
32063 _ACEOF
32064
32065 echo "$as_me:$LINENO: checking if iconv needs const" >&5
32066 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
32067 if test "${wx_cv_func_iconv_const+set}" = set; then
32068 echo $ECHO_N "(cached) $ECHO_C" >&6
32069 else
32070 cat >conftest.$ac_ext <<_ACEOF
32071 /* confdefs.h. */
32072 _ACEOF
32073 cat confdefs.h >>conftest.$ac_ext
32074 cat >>conftest.$ac_ext <<_ACEOF
32075 /* end confdefs.h. */
32076
32077 #include <stdlib.h>
32078 #include <iconv.h>
32079 extern
32080 #ifdef __cplusplus
32081 "C"
32082 #endif
32083 #if defined(__STDC__) || defined(__cplusplus)
32084 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
32085 #else
32086 size_t iconv();
32087 #endif
32088
32089 int
32090 main ()
32091 {
32092
32093 ;
32094 return 0;
32095 }
32096 _ACEOF
32097 rm -f conftest.$ac_objext
32098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32099 (eval $ac_compile) 2>conftest.er1
32100 ac_status=$?
32101 grep -v '^ *+' conftest.er1 >conftest.err
32102 rm -f conftest.er1
32103 cat conftest.err >&5
32104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32105 (exit $ac_status); } &&
32106 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32108 (eval $ac_try) 2>&5
32109 ac_status=$?
32110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32111 (exit $ac_status); }; } &&
32112 { ac_try='test -s conftest.$ac_objext'
32113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32114 (eval $ac_try) 2>&5
32115 ac_status=$?
32116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32117 (exit $ac_status); }; }; then
32118 wx_cv_func_iconv_const="no"
32119 else
32120 echo "$as_me: failed program was:" >&5
32121 sed 's/^/| /' conftest.$ac_ext >&5
32122
32123 wx_cv_func_iconv_const="yes"
32124
32125 fi
32126 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32127
32128 fi
32129 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
32130 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
32131
32132 iconv_const=
32133 if test "x$wx_cv_func_iconv_const" = "xyes"; then
32134 iconv_const="const"
32135 fi
32136
32137
32138 cat >>confdefs.h <<_ACEOF
32139 #define ICONV_CONST $iconv_const
32140 _ACEOF
32141
32142 fi
32143 LIBICONV=
32144 if test "$am_cv_lib_iconv" = yes; then
32145 LIBICONV="-liconv"
32146 fi
32147
32148
32149 LIBS="$LIBICONV $LIBS"
32150 ac_ext=c
32151 ac_cpp='$CPP $CPPFLAGS'
32152 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32153 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32154 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32155
32156
32157 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32158
32159 for ac_func in sigaction
32160 do
32161 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32162 echo "$as_me:$LINENO: checking for $ac_func" >&5
32163 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32164 if eval "test \"\${$as_ac_var+set}\" = set"; then
32165 echo $ECHO_N "(cached) $ECHO_C" >&6
32166 else
32167 cat >conftest.$ac_ext <<_ACEOF
32168 /* confdefs.h. */
32169 _ACEOF
32170 cat confdefs.h >>conftest.$ac_ext
32171 cat >>conftest.$ac_ext <<_ACEOF
32172 /* end confdefs.h. */
32173 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32174 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32175 #define $ac_func innocuous_$ac_func
32176
32177 /* System header to define __stub macros and hopefully few prototypes,
32178 which can conflict with char $ac_func (); below.
32179 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32180 <limits.h> exists even on freestanding compilers. */
32181
32182 #ifdef __STDC__
32183 # include <limits.h>
32184 #else
32185 # include <assert.h>
32186 #endif
32187
32188 #undef $ac_func
32189
32190 /* Override any gcc2 internal prototype to avoid an error. */
32191 #ifdef __cplusplus
32192 extern "C"
32193 {
32194 #endif
32195 /* We use char because int might match the return type of a gcc2
32196 builtin and then its argument prototype would still apply. */
32197 char $ac_func ();
32198 /* The GNU C library defines this for functions which it implements
32199 to always fail with ENOSYS. Some functions are actually named
32200 something starting with __ and the normal name is an alias. */
32201 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32202 choke me
32203 #else
32204 char (*f) () = $ac_func;
32205 #endif
32206 #ifdef __cplusplus
32207 }
32208 #endif
32209
32210 int
32211 main ()
32212 {
32213 return f != $ac_func;
32214 ;
32215 return 0;
32216 }
32217 _ACEOF
32218 rm -f conftest.$ac_objext conftest$ac_exeext
32219 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32220 (eval $ac_link) 2>conftest.er1
32221 ac_status=$?
32222 grep -v '^ *+' conftest.er1 >conftest.err
32223 rm -f conftest.er1
32224 cat conftest.err >&5
32225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32226 (exit $ac_status); } &&
32227 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32229 (eval $ac_try) 2>&5
32230 ac_status=$?
32231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32232 (exit $ac_status); }; } &&
32233 { ac_try='test -s conftest$ac_exeext'
32234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32235 (eval $ac_try) 2>&5
32236 ac_status=$?
32237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32238 (exit $ac_status); }; }; then
32239 eval "$as_ac_var=yes"
32240 else
32241 echo "$as_me: failed program was:" >&5
32242 sed 's/^/| /' conftest.$ac_ext >&5
32243
32244 eval "$as_ac_var=no"
32245 fi
32246 rm -f conftest.err conftest.$ac_objext \
32247 conftest$ac_exeext conftest.$ac_ext
32248 fi
32249 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32250 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32251 if test `eval echo '${'$as_ac_var'}'` = yes; then
32252 cat >>confdefs.h <<_ACEOF
32253 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32254 _ACEOF
32255
32256 fi
32257 done
32258
32259
32260 if test "$ac_cv_func_sigaction" = "no"; then
32261 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
32262 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
32263 wxUSE_ON_FATAL_EXCEPTION=no
32264 fi
32265
32266 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
32267
32268
32269 ac_ext=cc
32270 ac_cpp='$CXXCPP $CPPFLAGS'
32271 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32272 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32273 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32274
32275
32276 echo "$as_me:$LINENO: checking for sa_handler type" >&5
32277 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
32278 if test "${wx_cv_type_sa_handler+set}" = set; then
32279 echo $ECHO_N "(cached) $ECHO_C" >&6
32280 else
32281
32282 cat >conftest.$ac_ext <<_ACEOF
32283 /* confdefs.h. */
32284 _ACEOF
32285 cat confdefs.h >>conftest.$ac_ext
32286 cat >>conftest.$ac_ext <<_ACEOF
32287 /* end confdefs.h. */
32288 #include <signal.h>
32289 int
32290 main ()
32291 {
32292
32293 extern void testSigHandler(int);
32294
32295 struct sigaction sa;
32296 sa.sa_handler = testSigHandler;
32297
32298 ;
32299 return 0;
32300 }
32301 _ACEOF
32302 rm -f conftest.$ac_objext
32303 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32304 (eval $ac_compile) 2>conftest.er1
32305 ac_status=$?
32306 grep -v '^ *+' conftest.er1 >conftest.err
32307 rm -f conftest.er1
32308 cat conftest.err >&5
32309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32310 (exit $ac_status); } &&
32311 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32313 (eval $ac_try) 2>&5
32314 ac_status=$?
32315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32316 (exit $ac_status); }; } &&
32317 { ac_try='test -s conftest.$ac_objext'
32318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32319 (eval $ac_try) 2>&5
32320 ac_status=$?
32321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32322 (exit $ac_status); }; }; then
32323
32324 wx_cv_type_sa_handler=int
32325
32326 else
32327 echo "$as_me: failed program was:" >&5
32328 sed 's/^/| /' conftest.$ac_ext >&5
32329
32330
32331 wx_cv_type_sa_handler=void
32332
32333 fi
32334 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32335
32336 fi
32337 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
32338 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
32339
32340 ac_ext=c
32341 ac_cpp='$CPP $CPPFLAGS'
32342 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32343 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32344 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32345
32346
32347 cat >>confdefs.h <<_ACEOF
32348 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
32349 _ACEOF
32350
32351 fi
32352 fi
32353
32354 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32355
32356
32357 ac_ext=cc
32358 ac_cpp='$CXXCPP $CPPFLAGS'
32359 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32360 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32361 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32362
32363
32364 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
32365 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
32366 if test "${wx_cv_func_backtrace+set}" = set; then
32367 echo $ECHO_N "(cached) $ECHO_C" >&6
32368 else
32369
32370 cat >conftest.$ac_ext <<_ACEOF
32371 /* confdefs.h. */
32372 _ACEOF
32373 cat confdefs.h >>conftest.$ac_ext
32374 cat >>conftest.$ac_ext <<_ACEOF
32375 /* end confdefs.h. */
32376 #include <execinfo.h>
32377 int
32378 main ()
32379 {
32380
32381 void *trace[1];
32382 char **messages;
32383
32384 backtrace(trace, 1);
32385 messages = backtrace_symbols(trace, 1);
32386
32387 ;
32388 return 0;
32389 }
32390 _ACEOF
32391 rm -f conftest.$ac_objext
32392 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32393 (eval $ac_compile) 2>conftest.er1
32394 ac_status=$?
32395 grep -v '^ *+' conftest.er1 >conftest.err
32396 rm -f conftest.er1
32397 cat conftest.err >&5
32398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32399 (exit $ac_status); } &&
32400 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32402 (eval $ac_try) 2>&5
32403 ac_status=$?
32404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32405 (exit $ac_status); }; } &&
32406 { ac_try='test -s conftest.$ac_objext'
32407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32408 (eval $ac_try) 2>&5
32409 ac_status=$?
32410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32411 (exit $ac_status); }; }; then
32412 wx_cv_func_backtrace=yes
32413 else
32414 echo "$as_me: failed program was:" >&5
32415 sed 's/^/| /' conftest.$ac_ext >&5
32416
32417 wx_cv_func_backtrace=no
32418
32419 fi
32420 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32421
32422
32423 fi
32424 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
32425 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
32426
32427
32428 if test "$wx_cv_func_backtrace" = "no"; then
32429 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
32430 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
32431 wxUSE_STACKWALKER=no
32432 else
32433 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
32434 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
32435 if test "${wx_cv_func_cxa_demangle+set}" = set; then
32436 echo $ECHO_N "(cached) $ECHO_C" >&6
32437 else
32438
32439 cat >conftest.$ac_ext <<_ACEOF
32440 /* confdefs.h. */
32441 _ACEOF
32442 cat confdefs.h >>conftest.$ac_ext
32443 cat >>conftest.$ac_ext <<_ACEOF
32444 /* end confdefs.h. */
32445 #include <cxxabi.h>
32446 int
32447 main ()
32448 {
32449
32450 int rc;
32451 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
32452
32453 ;
32454 return 0;
32455 }
32456 _ACEOF
32457 rm -f conftest.$ac_objext conftest$ac_exeext
32458 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32459 (eval $ac_link) 2>conftest.er1
32460 ac_status=$?
32461 grep -v '^ *+' conftest.er1 >conftest.err
32462 rm -f conftest.er1
32463 cat conftest.err >&5
32464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32465 (exit $ac_status); } &&
32466 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32468 (eval $ac_try) 2>&5
32469 ac_status=$?
32470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32471 (exit $ac_status); }; } &&
32472 { ac_try='test -s conftest$ac_exeext'
32473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32474 (eval $ac_try) 2>&5
32475 ac_status=$?
32476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32477 (exit $ac_status); }; }; then
32478 wx_cv_func_cxa_demangle=yes
32479 else
32480 echo "$as_me: failed program was:" >&5
32481 sed 's/^/| /' conftest.$ac_ext >&5
32482
32483 wx_cv_func_cxa_demangle=no
32484
32485 fi
32486 rm -f conftest.err conftest.$ac_objext \
32487 conftest$ac_exeext conftest.$ac_ext
32488
32489
32490 fi
32491 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
32492 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
32493
32494 if test "$wx_cv_func_cxa_demangle" = "yes"; then
32495 cat >>confdefs.h <<\_ACEOF
32496 #define HAVE_CXA_DEMANGLE 1
32497 _ACEOF
32498
32499 fi
32500 fi
32501
32502 ac_ext=c
32503 ac_cpp='$CPP $CPPFLAGS'
32504 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32505 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32506 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32507
32508 fi
32509
32510 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
32511 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
32512 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
32513 wxUSE_STACKWALKER=no
32514 fi
32515
32516
32517
32518
32519 for ac_func in mkstemp mktemp
32520 do
32521 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32522 echo "$as_me:$LINENO: checking for $ac_func" >&5
32523 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32524 if eval "test \"\${$as_ac_var+set}\" = set"; then
32525 echo $ECHO_N "(cached) $ECHO_C" >&6
32526 else
32527 cat >conftest.$ac_ext <<_ACEOF
32528 /* confdefs.h. */
32529 _ACEOF
32530 cat confdefs.h >>conftest.$ac_ext
32531 cat >>conftest.$ac_ext <<_ACEOF
32532 /* end confdefs.h. */
32533 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32535 #define $ac_func innocuous_$ac_func
32536
32537 /* System header to define __stub macros and hopefully few prototypes,
32538 which can conflict with char $ac_func (); below.
32539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32540 <limits.h> exists even on freestanding compilers. */
32541
32542 #ifdef __STDC__
32543 # include <limits.h>
32544 #else
32545 # include <assert.h>
32546 #endif
32547
32548 #undef $ac_func
32549
32550 /* Override any gcc2 internal prototype to avoid an error. */
32551 #ifdef __cplusplus
32552 extern "C"
32553 {
32554 #endif
32555 /* We use char because int might match the return type of a gcc2
32556 builtin and then its argument prototype would still apply. */
32557 char $ac_func ();
32558 /* The GNU C library defines this for functions which it implements
32559 to always fail with ENOSYS. Some functions are actually named
32560 something starting with __ and the normal name is an alias. */
32561 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32562 choke me
32563 #else
32564 char (*f) () = $ac_func;
32565 #endif
32566 #ifdef __cplusplus
32567 }
32568 #endif
32569
32570 int
32571 main ()
32572 {
32573 return f != $ac_func;
32574 ;
32575 return 0;
32576 }
32577 _ACEOF
32578 rm -f conftest.$ac_objext conftest$ac_exeext
32579 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32580 (eval $ac_link) 2>conftest.er1
32581 ac_status=$?
32582 grep -v '^ *+' conftest.er1 >conftest.err
32583 rm -f conftest.er1
32584 cat conftest.err >&5
32585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32586 (exit $ac_status); } &&
32587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32589 (eval $ac_try) 2>&5
32590 ac_status=$?
32591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32592 (exit $ac_status); }; } &&
32593 { ac_try='test -s conftest$ac_exeext'
32594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32595 (eval $ac_try) 2>&5
32596 ac_status=$?
32597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32598 (exit $ac_status); }; }; then
32599 eval "$as_ac_var=yes"
32600 else
32601 echo "$as_me: failed program was:" >&5
32602 sed 's/^/| /' conftest.$ac_ext >&5
32603
32604 eval "$as_ac_var=no"
32605 fi
32606 rm -f conftest.err conftest.$ac_objext \
32607 conftest$ac_exeext conftest.$ac_ext
32608 fi
32609 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32610 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32611 if test `eval echo '${'$as_ac_var'}'` = yes; then
32612 cat >>confdefs.h <<_ACEOF
32613 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32614 _ACEOF
32615 break
32616 fi
32617 done
32618
32619
32620 echo "$as_me:$LINENO: checking for statfs" >&5
32621 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
32622 if test "${wx_cv_func_statfs+set}" = set; then
32623 echo $ECHO_N "(cached) $ECHO_C" >&6
32624 else
32625 cat >conftest.$ac_ext <<_ACEOF
32626 /* confdefs.h. */
32627 _ACEOF
32628 cat confdefs.h >>conftest.$ac_ext
32629 cat >>conftest.$ac_ext <<_ACEOF
32630 /* end confdefs.h. */
32631
32632 #if defined(__BSD__)
32633 #include <sys/param.h>
32634 #include <sys/mount.h>
32635 #else
32636 #include <sys/vfs.h>
32637 #endif
32638
32639 int
32640 main ()
32641 {
32642
32643 long l;
32644 struct statfs fs;
32645 statfs("/", &fs);
32646 l = fs.f_bsize;
32647 l += fs.f_blocks;
32648 l += fs.f_bavail;
32649
32650 ;
32651 return 0;
32652 }
32653 _ACEOF
32654 rm -f conftest.$ac_objext
32655 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32656 (eval $ac_compile) 2>conftest.er1
32657 ac_status=$?
32658 grep -v '^ *+' conftest.er1 >conftest.err
32659 rm -f conftest.er1
32660 cat conftest.err >&5
32661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32662 (exit $ac_status); } &&
32663 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32665 (eval $ac_try) 2>&5
32666 ac_status=$?
32667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32668 (exit $ac_status); }; } &&
32669 { ac_try='test -s conftest.$ac_objext'
32670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32671 (eval $ac_try) 2>&5
32672 ac_status=$?
32673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32674 (exit $ac_status); }; }; then
32675
32676 wx_cv_func_statfs=yes
32677
32678 else
32679 echo "$as_me: failed program was:" >&5
32680 sed 's/^/| /' conftest.$ac_ext >&5
32681
32682
32683 wx_cv_func_statfs=no
32684
32685
32686 fi
32687 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32688
32689 fi
32690 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
32691 echo "${ECHO_T}$wx_cv_func_statfs" >&6
32692
32693 if test "$wx_cv_func_statfs" = "yes"; then
32694 wx_cv_type_statvfs_t="struct statfs"
32695 cat >>confdefs.h <<\_ACEOF
32696 #define HAVE_STATFS 1
32697 _ACEOF
32698
32699 else
32700 echo "$as_me:$LINENO: checking for statvfs" >&5
32701 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
32702 if test "${wx_cv_func_statvfs+set}" = set; then
32703 echo $ECHO_N "(cached) $ECHO_C" >&6
32704 else
32705 cat >conftest.$ac_ext <<_ACEOF
32706 /* confdefs.h. */
32707 _ACEOF
32708 cat confdefs.h >>conftest.$ac_ext
32709 cat >>conftest.$ac_ext <<_ACEOF
32710 /* end confdefs.h. */
32711
32712 #include <stddef.h>
32713 #include <sys/statvfs.h>
32714
32715 int
32716 main ()
32717 {
32718
32719 statvfs("/", NULL);
32720
32721 ;
32722 return 0;
32723 }
32724 _ACEOF
32725 rm -f conftest.$ac_objext
32726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32727 (eval $ac_compile) 2>conftest.er1
32728 ac_status=$?
32729 grep -v '^ *+' conftest.er1 >conftest.err
32730 rm -f conftest.er1
32731 cat conftest.err >&5
32732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32733 (exit $ac_status); } &&
32734 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32736 (eval $ac_try) 2>&5
32737 ac_status=$?
32738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32739 (exit $ac_status); }; } &&
32740 { ac_try='test -s conftest.$ac_objext'
32741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32742 (eval $ac_try) 2>&5
32743 ac_status=$?
32744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32745 (exit $ac_status); }; }; then
32746 wx_cv_func_statvfs=yes
32747 else
32748 echo "$as_me: failed program was:" >&5
32749 sed 's/^/| /' conftest.$ac_ext >&5
32750
32751 wx_cv_func_statvfs=no
32752
32753 fi
32754 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32755
32756 fi
32757 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
32758 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
32759
32760 if test "$wx_cv_func_statvfs" = "yes"; then
32761
32762
32763 ac_ext=cc
32764 ac_cpp='$CXXCPP $CPPFLAGS'
32765 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32766 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32767 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32768
32769
32770 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
32771 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
32772 if test "${wx_cv_type_statvfs_t+set}" = set; then
32773 echo $ECHO_N "(cached) $ECHO_C" >&6
32774 else
32775 cat >conftest.$ac_ext <<_ACEOF
32776 /* confdefs.h. */
32777 _ACEOF
32778 cat confdefs.h >>conftest.$ac_ext
32779 cat >>conftest.$ac_ext <<_ACEOF
32780 /* end confdefs.h. */
32781
32782 #include <sys/statvfs.h>
32783
32784 int
32785 main ()
32786 {
32787
32788 long l;
32789 statvfs_t fs;
32790 statvfs("/", &fs);
32791 l = fs.f_bsize;
32792 l += fs.f_blocks;
32793 l += fs.f_bavail;
32794
32795 ;
32796 return 0;
32797 }
32798 _ACEOF
32799 rm -f conftest.$ac_objext
32800 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32801 (eval $ac_compile) 2>conftest.er1
32802 ac_status=$?
32803 grep -v '^ *+' conftest.er1 >conftest.err
32804 rm -f conftest.er1
32805 cat conftest.err >&5
32806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32807 (exit $ac_status); } &&
32808 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32810 (eval $ac_try) 2>&5
32811 ac_status=$?
32812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32813 (exit $ac_status); }; } &&
32814 { ac_try='test -s conftest.$ac_objext'
32815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32816 (eval $ac_try) 2>&5
32817 ac_status=$?
32818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32819 (exit $ac_status); }; }; then
32820 wx_cv_type_statvfs_t=statvfs_t
32821 else
32822 echo "$as_me: failed program was:" >&5
32823 sed 's/^/| /' conftest.$ac_ext >&5
32824
32825
32826 cat >conftest.$ac_ext <<_ACEOF
32827 /* confdefs.h. */
32828 _ACEOF
32829 cat confdefs.h >>conftest.$ac_ext
32830 cat >>conftest.$ac_ext <<_ACEOF
32831 /* end confdefs.h. */
32832
32833 #include <sys/statvfs.h>
32834
32835 int
32836 main ()
32837 {
32838
32839 long l;
32840 struct statvfs fs;
32841 statvfs("/", &fs);
32842 l = fs.f_bsize;
32843 l += fs.f_blocks;
32844 l += fs.f_bavail;
32845
32846 ;
32847 return 0;
32848 }
32849 _ACEOF
32850 rm -f conftest.$ac_objext
32851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32852 (eval $ac_compile) 2>conftest.er1
32853 ac_status=$?
32854 grep -v '^ *+' conftest.er1 >conftest.err
32855 rm -f conftest.er1
32856 cat conftest.err >&5
32857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32858 (exit $ac_status); } &&
32859 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32861 (eval $ac_try) 2>&5
32862 ac_status=$?
32863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32864 (exit $ac_status); }; } &&
32865 { ac_try='test -s conftest.$ac_objext'
32866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32867 (eval $ac_try) 2>&5
32868 ac_status=$?
32869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32870 (exit $ac_status); }; }; then
32871 wx_cv_type_statvfs_t="struct statvfs"
32872 else
32873 echo "$as_me: failed program was:" >&5
32874 sed 's/^/| /' conftest.$ac_ext >&5
32875
32876 wx_cv_type_statvfs_t="unknown"
32877
32878 fi
32879 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32880
32881
32882 fi
32883 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32884
32885 fi
32886 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
32887 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
32888
32889 ac_ext=c
32890 ac_cpp='$CPP $CPPFLAGS'
32891 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32892 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32893 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32894
32895
32896 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32897 cat >>confdefs.h <<\_ACEOF
32898 #define HAVE_STATVFS 1
32899 _ACEOF
32900
32901 fi
32902 else
32903 wx_cv_type_statvfs_t="unknown"
32904 fi
32905 fi
32906
32907 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32908 cat >>confdefs.h <<_ACEOF
32909 #define WX_STATFS_T $wx_cv_type_statvfs_t
32910 _ACEOF
32911
32912 else
32913 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
32914 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
32915 fi
32916
32917 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
32918
32919
32920 for ac_func in fcntl flock
32921 do
32922 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32923 echo "$as_me:$LINENO: checking for $ac_func" >&5
32924 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32925 if eval "test \"\${$as_ac_var+set}\" = set"; then
32926 echo $ECHO_N "(cached) $ECHO_C" >&6
32927 else
32928 cat >conftest.$ac_ext <<_ACEOF
32929 /* confdefs.h. */
32930 _ACEOF
32931 cat confdefs.h >>conftest.$ac_ext
32932 cat >>conftest.$ac_ext <<_ACEOF
32933 /* end confdefs.h. */
32934 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32935 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32936 #define $ac_func innocuous_$ac_func
32937
32938 /* System header to define __stub macros and hopefully few prototypes,
32939 which can conflict with char $ac_func (); below.
32940 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32941 <limits.h> exists even on freestanding compilers. */
32942
32943 #ifdef __STDC__
32944 # include <limits.h>
32945 #else
32946 # include <assert.h>
32947 #endif
32948
32949 #undef $ac_func
32950
32951 /* Override any gcc2 internal prototype to avoid an error. */
32952 #ifdef __cplusplus
32953 extern "C"
32954 {
32955 #endif
32956 /* We use char because int might match the return type of a gcc2
32957 builtin and then its argument prototype would still apply. */
32958 char $ac_func ();
32959 /* The GNU C library defines this for functions which it implements
32960 to always fail with ENOSYS. Some functions are actually named
32961 something starting with __ and the normal name is an alias. */
32962 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32963 choke me
32964 #else
32965 char (*f) () = $ac_func;
32966 #endif
32967 #ifdef __cplusplus
32968 }
32969 #endif
32970
32971 int
32972 main ()
32973 {
32974 return f != $ac_func;
32975 ;
32976 return 0;
32977 }
32978 _ACEOF
32979 rm -f conftest.$ac_objext conftest$ac_exeext
32980 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32981 (eval $ac_link) 2>conftest.er1
32982 ac_status=$?
32983 grep -v '^ *+' conftest.er1 >conftest.err
32984 rm -f conftest.er1
32985 cat conftest.err >&5
32986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32987 (exit $ac_status); } &&
32988 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32990 (eval $ac_try) 2>&5
32991 ac_status=$?
32992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32993 (exit $ac_status); }; } &&
32994 { ac_try='test -s conftest$ac_exeext'
32995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32996 (eval $ac_try) 2>&5
32997 ac_status=$?
32998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32999 (exit $ac_status); }; }; then
33000 eval "$as_ac_var=yes"
33001 else
33002 echo "$as_me: failed program was:" >&5
33003 sed 's/^/| /' conftest.$ac_ext >&5
33004
33005 eval "$as_ac_var=no"
33006 fi
33007 rm -f conftest.err conftest.$ac_objext \
33008 conftest$ac_exeext conftest.$ac_ext
33009 fi
33010 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33011 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33012 if test `eval echo '${'$as_ac_var'}'` = yes; then
33013 cat >>confdefs.h <<_ACEOF
33014 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33015 _ACEOF
33016 break
33017 fi
33018 done
33019
33020
33021 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
33022 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
33023 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
33024 wxUSE_SNGLINST_CHECKER=no
33025 fi
33026 fi
33027
33028
33029 for ac_func in timegm
33030 do
33031 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33032 echo "$as_me:$LINENO: checking for $ac_func" >&5
33033 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33034 if eval "test \"\${$as_ac_var+set}\" = set"; then
33035 echo $ECHO_N "(cached) $ECHO_C" >&6
33036 else
33037 cat >conftest.$ac_ext <<_ACEOF
33038 /* confdefs.h. */
33039 _ACEOF
33040 cat confdefs.h >>conftest.$ac_ext
33041 cat >>conftest.$ac_ext <<_ACEOF
33042 /* end confdefs.h. */
33043 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33044 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33045 #define $ac_func innocuous_$ac_func
33046
33047 /* System header to define __stub macros and hopefully few prototypes,
33048 which can conflict with char $ac_func (); below.
33049 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33050 <limits.h> exists even on freestanding compilers. */
33051
33052 #ifdef __STDC__
33053 # include <limits.h>
33054 #else
33055 # include <assert.h>
33056 #endif
33057
33058 #undef $ac_func
33059
33060 /* Override any gcc2 internal prototype to avoid an error. */
33061 #ifdef __cplusplus
33062 extern "C"
33063 {
33064 #endif
33065 /* We use char because int might match the return type of a gcc2
33066 builtin and then its argument prototype would still apply. */
33067 char $ac_func ();
33068 /* The GNU C library defines this for functions which it implements
33069 to always fail with ENOSYS. Some functions are actually named
33070 something starting with __ and the normal name is an alias. */
33071 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33072 choke me
33073 #else
33074 char (*f) () = $ac_func;
33075 #endif
33076 #ifdef __cplusplus
33077 }
33078 #endif
33079
33080 int
33081 main ()
33082 {
33083 return f != $ac_func;
33084 ;
33085 return 0;
33086 }
33087 _ACEOF
33088 rm -f conftest.$ac_objext conftest$ac_exeext
33089 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33090 (eval $ac_link) 2>conftest.er1
33091 ac_status=$?
33092 grep -v '^ *+' conftest.er1 >conftest.err
33093 rm -f conftest.er1
33094 cat conftest.err >&5
33095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33096 (exit $ac_status); } &&
33097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33099 (eval $ac_try) 2>&5
33100 ac_status=$?
33101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33102 (exit $ac_status); }; } &&
33103 { ac_try='test -s conftest$ac_exeext'
33104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33105 (eval $ac_try) 2>&5
33106 ac_status=$?
33107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33108 (exit $ac_status); }; }; then
33109 eval "$as_ac_var=yes"
33110 else
33111 echo "$as_me: failed program was:" >&5
33112 sed 's/^/| /' conftest.$ac_ext >&5
33113
33114 eval "$as_ac_var=no"
33115 fi
33116 rm -f conftest.err conftest.$ac_objext \
33117 conftest$ac_exeext conftest.$ac_ext
33118 fi
33119 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33120 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33121 if test `eval echo '${'$as_ac_var'}'` = yes; then
33122 cat >>confdefs.h <<_ACEOF
33123 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33124 _ACEOF
33125
33126 fi
33127 done
33128
33129
33130
33131
33132 for ac_func in putenv setenv
33133 do
33134 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33135 echo "$as_me:$LINENO: checking for $ac_func" >&5
33136 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33137 if eval "test \"\${$as_ac_var+set}\" = set"; then
33138 echo $ECHO_N "(cached) $ECHO_C" >&6
33139 else
33140 cat >conftest.$ac_ext <<_ACEOF
33141 /* confdefs.h. */
33142 _ACEOF
33143 cat confdefs.h >>conftest.$ac_ext
33144 cat >>conftest.$ac_ext <<_ACEOF
33145 /* end confdefs.h. */
33146 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33147 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33148 #define $ac_func innocuous_$ac_func
33149
33150 /* System header to define __stub macros and hopefully few prototypes,
33151 which can conflict with char $ac_func (); below.
33152 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33153 <limits.h> exists even on freestanding compilers. */
33154
33155 #ifdef __STDC__
33156 # include <limits.h>
33157 #else
33158 # include <assert.h>
33159 #endif
33160
33161 #undef $ac_func
33162
33163 /* Override any gcc2 internal prototype to avoid an error. */
33164 #ifdef __cplusplus
33165 extern "C"
33166 {
33167 #endif
33168 /* We use char because int might match the return type of a gcc2
33169 builtin and then its argument prototype would still apply. */
33170 char $ac_func ();
33171 /* The GNU C library defines this for functions which it implements
33172 to always fail with ENOSYS. Some functions are actually named
33173 something starting with __ and the normal name is an alias. */
33174 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33175 choke me
33176 #else
33177 char (*f) () = $ac_func;
33178 #endif
33179 #ifdef __cplusplus
33180 }
33181 #endif
33182
33183 int
33184 main ()
33185 {
33186 return f != $ac_func;
33187 ;
33188 return 0;
33189 }
33190 _ACEOF
33191 rm -f conftest.$ac_objext conftest$ac_exeext
33192 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33193 (eval $ac_link) 2>conftest.er1
33194 ac_status=$?
33195 grep -v '^ *+' conftest.er1 >conftest.err
33196 rm -f conftest.er1
33197 cat conftest.err >&5
33198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33199 (exit $ac_status); } &&
33200 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33202 (eval $ac_try) 2>&5
33203 ac_status=$?
33204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33205 (exit $ac_status); }; } &&
33206 { ac_try='test -s conftest$ac_exeext'
33207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33208 (eval $ac_try) 2>&5
33209 ac_status=$?
33210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33211 (exit $ac_status); }; }; then
33212 eval "$as_ac_var=yes"
33213 else
33214 echo "$as_me: failed program was:" >&5
33215 sed 's/^/| /' conftest.$ac_ext >&5
33216
33217 eval "$as_ac_var=no"
33218 fi
33219 rm -f conftest.err conftest.$ac_objext \
33220 conftest$ac_exeext conftest.$ac_ext
33221 fi
33222 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33223 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33224 if test `eval echo '${'$as_ac_var'}'` = yes; then
33225 cat >>confdefs.h <<_ACEOF
33226 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33227 _ACEOF
33228 break
33229 fi
33230 done
33231
33232
33233 HAVE_SOME_SLEEP_FUNC=0
33234 if test "$USE_BEOS" = 1; then
33235 cat >>confdefs.h <<\_ACEOF
33236 #define HAVE_SLEEP 1
33237 _ACEOF
33238
33239 HAVE_SOME_SLEEP_FUNC=1
33240 fi
33241
33242 if test "$USE_DARWIN" = 1; then
33243 cat >>confdefs.h <<\_ACEOF
33244 #define HAVE_USLEEP 1
33245 _ACEOF
33246
33247 HAVE_SOME_SLEEP_FUNC=1
33248 fi
33249
33250 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
33251 POSIX4_LINK=
33252
33253 for ac_func in nanosleep
33254 do
33255 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33256 echo "$as_me:$LINENO: checking for $ac_func" >&5
33257 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33258 if eval "test \"\${$as_ac_var+set}\" = set"; then
33259 echo $ECHO_N "(cached) $ECHO_C" >&6
33260 else
33261 cat >conftest.$ac_ext <<_ACEOF
33262 /* confdefs.h. */
33263 _ACEOF
33264 cat confdefs.h >>conftest.$ac_ext
33265 cat >>conftest.$ac_ext <<_ACEOF
33266 /* end confdefs.h. */
33267 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33268 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33269 #define $ac_func innocuous_$ac_func
33270
33271 /* System header to define __stub macros and hopefully few prototypes,
33272 which can conflict with char $ac_func (); below.
33273 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33274 <limits.h> exists even on freestanding compilers. */
33275
33276 #ifdef __STDC__
33277 # include <limits.h>
33278 #else
33279 # include <assert.h>
33280 #endif
33281
33282 #undef $ac_func
33283
33284 /* Override any gcc2 internal prototype to avoid an error. */
33285 #ifdef __cplusplus
33286 extern "C"
33287 {
33288 #endif
33289 /* We use char because int might match the return type of a gcc2
33290 builtin and then its argument prototype would still apply. */
33291 char $ac_func ();
33292 /* The GNU C library defines this for functions which it implements
33293 to always fail with ENOSYS. Some functions are actually named
33294 something starting with __ and the normal name is an alias. */
33295 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33296 choke me
33297 #else
33298 char (*f) () = $ac_func;
33299 #endif
33300 #ifdef __cplusplus
33301 }
33302 #endif
33303
33304 int
33305 main ()
33306 {
33307 return f != $ac_func;
33308 ;
33309 return 0;
33310 }
33311 _ACEOF
33312 rm -f conftest.$ac_objext conftest$ac_exeext
33313 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33314 (eval $ac_link) 2>conftest.er1
33315 ac_status=$?
33316 grep -v '^ *+' conftest.er1 >conftest.err
33317 rm -f conftest.er1
33318 cat conftest.err >&5
33319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33320 (exit $ac_status); } &&
33321 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33323 (eval $ac_try) 2>&5
33324 ac_status=$?
33325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33326 (exit $ac_status); }; } &&
33327 { ac_try='test -s conftest$ac_exeext'
33328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33329 (eval $ac_try) 2>&5
33330 ac_status=$?
33331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33332 (exit $ac_status); }; }; then
33333 eval "$as_ac_var=yes"
33334 else
33335 echo "$as_me: failed program was:" >&5
33336 sed 's/^/| /' conftest.$ac_ext >&5
33337
33338 eval "$as_ac_var=no"
33339 fi
33340 rm -f conftest.err conftest.$ac_objext \
33341 conftest$ac_exeext conftest.$ac_ext
33342 fi
33343 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33344 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33345 if test `eval echo '${'$as_ac_var'}'` = yes; then
33346 cat >>confdefs.h <<_ACEOF
33347 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33348 _ACEOF
33349 cat >>confdefs.h <<\_ACEOF
33350 #define HAVE_NANOSLEEP 1
33351 _ACEOF
33352
33353 else
33354
33355 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
33356 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
33357 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
33358 echo $ECHO_N "(cached) $ECHO_C" >&6
33359 else
33360 ac_check_lib_save_LIBS=$LIBS
33361 LIBS="-lposix4 $LIBS"
33362 cat >conftest.$ac_ext <<_ACEOF
33363 /* confdefs.h. */
33364 _ACEOF
33365 cat confdefs.h >>conftest.$ac_ext
33366 cat >>conftest.$ac_ext <<_ACEOF
33367 /* end confdefs.h. */
33368
33369 /* Override any gcc2 internal prototype to avoid an error. */
33370 #ifdef __cplusplus
33371 extern "C"
33372 #endif
33373 /* We use char because int might match the return type of a gcc2
33374 builtin and then its argument prototype would still apply. */
33375 char nanosleep ();
33376 int
33377 main ()
33378 {
33379 nanosleep ();
33380 ;
33381 return 0;
33382 }
33383 _ACEOF
33384 rm -f conftest.$ac_objext conftest$ac_exeext
33385 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33386 (eval $ac_link) 2>conftest.er1
33387 ac_status=$?
33388 grep -v '^ *+' conftest.er1 >conftest.err
33389 rm -f conftest.er1
33390 cat conftest.err >&5
33391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33392 (exit $ac_status); } &&
33393 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33395 (eval $ac_try) 2>&5
33396 ac_status=$?
33397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33398 (exit $ac_status); }; } &&
33399 { ac_try='test -s conftest$ac_exeext'
33400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33401 (eval $ac_try) 2>&5
33402 ac_status=$?
33403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33404 (exit $ac_status); }; }; then
33405 ac_cv_lib_posix4_nanosleep=yes
33406 else
33407 echo "$as_me: failed program was:" >&5
33408 sed 's/^/| /' conftest.$ac_ext >&5
33409
33410 ac_cv_lib_posix4_nanosleep=no
33411 fi
33412 rm -f conftest.err conftest.$ac_objext \
33413 conftest$ac_exeext conftest.$ac_ext
33414 LIBS=$ac_check_lib_save_LIBS
33415 fi
33416 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
33417 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
33418 if test $ac_cv_lib_posix4_nanosleep = yes; then
33419
33420 cat >>confdefs.h <<\_ACEOF
33421 #define HAVE_NANOSLEEP 1
33422 _ACEOF
33423
33424 POSIX4_LINK=" -lposix4"
33425
33426 else
33427
33428
33429 for ac_func in usleep
33430 do
33431 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33432 echo "$as_me:$LINENO: checking for $ac_func" >&5
33433 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33434 if eval "test \"\${$as_ac_var+set}\" = set"; then
33435 echo $ECHO_N "(cached) $ECHO_C" >&6
33436 else
33437 cat >conftest.$ac_ext <<_ACEOF
33438 /* confdefs.h. */
33439 _ACEOF
33440 cat confdefs.h >>conftest.$ac_ext
33441 cat >>conftest.$ac_ext <<_ACEOF
33442 /* end confdefs.h. */
33443 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33444 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33445 #define $ac_func innocuous_$ac_func
33446
33447 /* System header to define __stub macros and hopefully few prototypes,
33448 which can conflict with char $ac_func (); below.
33449 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33450 <limits.h> exists even on freestanding compilers. */
33451
33452 #ifdef __STDC__
33453 # include <limits.h>
33454 #else
33455 # include <assert.h>
33456 #endif
33457
33458 #undef $ac_func
33459
33460 /* Override any gcc2 internal prototype to avoid an error. */
33461 #ifdef __cplusplus
33462 extern "C"
33463 {
33464 #endif
33465 /* We use char because int might match the return type of a gcc2
33466 builtin and then its argument prototype would still apply. */
33467 char $ac_func ();
33468 /* The GNU C library defines this for functions which it implements
33469 to always fail with ENOSYS. Some functions are actually named
33470 something starting with __ and the normal name is an alias. */
33471 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33472 choke me
33473 #else
33474 char (*f) () = $ac_func;
33475 #endif
33476 #ifdef __cplusplus
33477 }
33478 #endif
33479
33480 int
33481 main ()
33482 {
33483 return f != $ac_func;
33484 ;
33485 return 0;
33486 }
33487 _ACEOF
33488 rm -f conftest.$ac_objext conftest$ac_exeext
33489 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33490 (eval $ac_link) 2>conftest.er1
33491 ac_status=$?
33492 grep -v '^ *+' conftest.er1 >conftest.err
33493 rm -f conftest.er1
33494 cat conftest.err >&5
33495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33496 (exit $ac_status); } &&
33497 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33499 (eval $ac_try) 2>&5
33500 ac_status=$?
33501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33502 (exit $ac_status); }; } &&
33503 { ac_try='test -s conftest$ac_exeext'
33504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33505 (eval $ac_try) 2>&5
33506 ac_status=$?
33507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33508 (exit $ac_status); }; }; then
33509 eval "$as_ac_var=yes"
33510 else
33511 echo "$as_me: failed program was:" >&5
33512 sed 's/^/| /' conftest.$ac_ext >&5
33513
33514 eval "$as_ac_var=no"
33515 fi
33516 rm -f conftest.err conftest.$ac_objext \
33517 conftest$ac_exeext conftest.$ac_ext
33518 fi
33519 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33520 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33521 if test `eval echo '${'$as_ac_var'}'` = yes; then
33522 cat >>confdefs.h <<_ACEOF
33523 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33524 _ACEOF
33525 cat >>confdefs.h <<\_ACEOF
33526 #define HAVE_USLEEP 1
33527 _ACEOF
33528
33529 else
33530 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
33531 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
33532
33533 fi
33534 done
33535
33536
33537
33538 fi
33539
33540
33541
33542 fi
33543 done
33544
33545 fi
33546
33547
33548
33549 for ac_func in uname gethostname
33550 do
33551 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33552 echo "$as_me:$LINENO: checking for $ac_func" >&5
33553 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33554 if eval "test \"\${$as_ac_var+set}\" = set"; then
33555 echo $ECHO_N "(cached) $ECHO_C" >&6
33556 else
33557 cat >conftest.$ac_ext <<_ACEOF
33558 /* confdefs.h. */
33559 _ACEOF
33560 cat confdefs.h >>conftest.$ac_ext
33561 cat >>conftest.$ac_ext <<_ACEOF
33562 /* end confdefs.h. */
33563 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33564 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33565 #define $ac_func innocuous_$ac_func
33566
33567 /* System header to define __stub macros and hopefully few prototypes,
33568 which can conflict with char $ac_func (); below.
33569 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33570 <limits.h> exists even on freestanding compilers. */
33571
33572 #ifdef __STDC__
33573 # include <limits.h>
33574 #else
33575 # include <assert.h>
33576 #endif
33577
33578 #undef $ac_func
33579
33580 /* Override any gcc2 internal prototype to avoid an error. */
33581 #ifdef __cplusplus
33582 extern "C"
33583 {
33584 #endif
33585 /* We use char because int might match the return type of a gcc2
33586 builtin and then its argument prototype would still apply. */
33587 char $ac_func ();
33588 /* The GNU C library defines this for functions which it implements
33589 to always fail with ENOSYS. Some functions are actually named
33590 something starting with __ and the normal name is an alias. */
33591 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33592 choke me
33593 #else
33594 char (*f) () = $ac_func;
33595 #endif
33596 #ifdef __cplusplus
33597 }
33598 #endif
33599
33600 int
33601 main ()
33602 {
33603 return f != $ac_func;
33604 ;
33605 return 0;
33606 }
33607 _ACEOF
33608 rm -f conftest.$ac_objext conftest$ac_exeext
33609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33610 (eval $ac_link) 2>conftest.er1
33611 ac_status=$?
33612 grep -v '^ *+' conftest.er1 >conftest.err
33613 rm -f conftest.er1
33614 cat conftest.err >&5
33615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33616 (exit $ac_status); } &&
33617 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33619 (eval $ac_try) 2>&5
33620 ac_status=$?
33621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33622 (exit $ac_status); }; } &&
33623 { ac_try='test -s conftest$ac_exeext'
33624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33625 (eval $ac_try) 2>&5
33626 ac_status=$?
33627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33628 (exit $ac_status); }; }; then
33629 eval "$as_ac_var=yes"
33630 else
33631 echo "$as_me: failed program was:" >&5
33632 sed 's/^/| /' conftest.$ac_ext >&5
33633
33634 eval "$as_ac_var=no"
33635 fi
33636 rm -f conftest.err conftest.$ac_objext \
33637 conftest$ac_exeext conftest.$ac_ext
33638 fi
33639 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33640 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33641 if test `eval echo '${'$as_ac_var'}'` = yes; then
33642 cat >>confdefs.h <<_ACEOF
33643 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33644 _ACEOF
33645 break
33646 fi
33647 done
33648
33649
33650
33651
33652 ac_ext=cc
33653 ac_cpp='$CXXCPP $CPPFLAGS'
33654 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33655 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33656 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33657
33658
33659
33660 for ac_func in strtok_r
33661 do
33662 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33663 echo "$as_me:$LINENO: checking for $ac_func" >&5
33664 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33665 if eval "test \"\${$as_ac_var+set}\" = set"; then
33666 echo $ECHO_N "(cached) $ECHO_C" >&6
33667 else
33668 cat >conftest.$ac_ext <<_ACEOF
33669 /* confdefs.h. */
33670 _ACEOF
33671 cat confdefs.h >>conftest.$ac_ext
33672 cat >>conftest.$ac_ext <<_ACEOF
33673 /* end confdefs.h. */
33674 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33675 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33676 #define $ac_func innocuous_$ac_func
33677
33678 /* System header to define __stub macros and hopefully few prototypes,
33679 which can conflict with char $ac_func (); below.
33680 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33681 <limits.h> exists even on freestanding compilers. */
33682
33683 #ifdef __STDC__
33684 # include <limits.h>
33685 #else
33686 # include <assert.h>
33687 #endif
33688
33689 #undef $ac_func
33690
33691 /* Override any gcc2 internal prototype to avoid an error. */
33692 #ifdef __cplusplus
33693 extern "C"
33694 {
33695 #endif
33696 /* We use char because int might match the return type of a gcc2
33697 builtin and then its argument prototype would still apply. */
33698 char $ac_func ();
33699 /* The GNU C library defines this for functions which it implements
33700 to always fail with ENOSYS. Some functions are actually named
33701 something starting with __ and the normal name is an alias. */
33702 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33703 choke me
33704 #else
33705 char (*f) () = $ac_func;
33706 #endif
33707 #ifdef __cplusplus
33708 }
33709 #endif
33710
33711 int
33712 main ()
33713 {
33714 return f != $ac_func;
33715 ;
33716 return 0;
33717 }
33718 _ACEOF
33719 rm -f conftest.$ac_objext conftest$ac_exeext
33720 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33721 (eval $ac_link) 2>conftest.er1
33722 ac_status=$?
33723 grep -v '^ *+' conftest.er1 >conftest.err
33724 rm -f conftest.er1
33725 cat conftest.err >&5
33726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33727 (exit $ac_status); } &&
33728 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33730 (eval $ac_try) 2>&5
33731 ac_status=$?
33732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33733 (exit $ac_status); }; } &&
33734 { ac_try='test -s conftest$ac_exeext'
33735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33736 (eval $ac_try) 2>&5
33737 ac_status=$?
33738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33739 (exit $ac_status); }; }; then
33740 eval "$as_ac_var=yes"
33741 else
33742 echo "$as_me: failed program was:" >&5
33743 sed 's/^/| /' conftest.$ac_ext >&5
33744
33745 eval "$as_ac_var=no"
33746 fi
33747 rm -f conftest.err conftest.$ac_objext \
33748 conftest$ac_exeext conftest.$ac_ext
33749 fi
33750 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33751 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33752 if test `eval echo '${'$as_ac_var'}'` = yes; then
33753 cat >>confdefs.h <<_ACEOF
33754 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33755 _ACEOF
33756
33757 fi
33758 done
33759
33760
33761 ac_ext=c
33762 ac_cpp='$CPP $CPPFLAGS'
33763 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33764 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33765 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33766
33767
33768 INET_LINK=
33769
33770 for ac_func in inet_addr
33771 do
33772 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33773 echo "$as_me:$LINENO: checking for $ac_func" >&5
33774 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33775 if eval "test \"\${$as_ac_var+set}\" = set"; then
33776 echo $ECHO_N "(cached) $ECHO_C" >&6
33777 else
33778 cat >conftest.$ac_ext <<_ACEOF
33779 /* confdefs.h. */
33780 _ACEOF
33781 cat confdefs.h >>conftest.$ac_ext
33782 cat >>conftest.$ac_ext <<_ACEOF
33783 /* end confdefs.h. */
33784 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33785 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33786 #define $ac_func innocuous_$ac_func
33787
33788 /* System header to define __stub macros and hopefully few prototypes,
33789 which can conflict with char $ac_func (); below.
33790 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33791 <limits.h> exists even on freestanding compilers. */
33792
33793 #ifdef __STDC__
33794 # include <limits.h>
33795 #else
33796 # include <assert.h>
33797 #endif
33798
33799 #undef $ac_func
33800
33801 /* Override any gcc2 internal prototype to avoid an error. */
33802 #ifdef __cplusplus
33803 extern "C"
33804 {
33805 #endif
33806 /* We use char because int might match the return type of a gcc2
33807 builtin and then its argument prototype would still apply. */
33808 char $ac_func ();
33809 /* The GNU C library defines this for functions which it implements
33810 to always fail with ENOSYS. Some functions are actually named
33811 something starting with __ and the normal name is an alias. */
33812 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33813 choke me
33814 #else
33815 char (*f) () = $ac_func;
33816 #endif
33817 #ifdef __cplusplus
33818 }
33819 #endif
33820
33821 int
33822 main ()
33823 {
33824 return f != $ac_func;
33825 ;
33826 return 0;
33827 }
33828 _ACEOF
33829 rm -f conftest.$ac_objext conftest$ac_exeext
33830 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33831 (eval $ac_link) 2>conftest.er1
33832 ac_status=$?
33833 grep -v '^ *+' conftest.er1 >conftest.err
33834 rm -f conftest.er1
33835 cat conftest.err >&5
33836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33837 (exit $ac_status); } &&
33838 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33840 (eval $ac_try) 2>&5
33841 ac_status=$?
33842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33843 (exit $ac_status); }; } &&
33844 { ac_try='test -s conftest$ac_exeext'
33845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33846 (eval $ac_try) 2>&5
33847 ac_status=$?
33848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33849 (exit $ac_status); }; }; then
33850 eval "$as_ac_var=yes"
33851 else
33852 echo "$as_me: failed program was:" >&5
33853 sed 's/^/| /' conftest.$ac_ext >&5
33854
33855 eval "$as_ac_var=no"
33856 fi
33857 rm -f conftest.err conftest.$ac_objext \
33858 conftest$ac_exeext conftest.$ac_ext
33859 fi
33860 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33861 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33862 if test `eval echo '${'$as_ac_var'}'` = yes; then
33863 cat >>confdefs.h <<_ACEOF
33864 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33865 _ACEOF
33866 cat >>confdefs.h <<\_ACEOF
33867 #define HAVE_INET_ADDR 1
33868 _ACEOF
33869
33870 else
33871
33872 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
33873 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
33874 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
33875 echo $ECHO_N "(cached) $ECHO_C" >&6
33876 else
33877 ac_check_lib_save_LIBS=$LIBS
33878 LIBS="-lnsl $LIBS"
33879 cat >conftest.$ac_ext <<_ACEOF
33880 /* confdefs.h. */
33881 _ACEOF
33882 cat confdefs.h >>conftest.$ac_ext
33883 cat >>conftest.$ac_ext <<_ACEOF
33884 /* end confdefs.h. */
33885
33886 /* Override any gcc2 internal prototype to avoid an error. */
33887 #ifdef __cplusplus
33888 extern "C"
33889 #endif
33890 /* We use char because int might match the return type of a gcc2
33891 builtin and then its argument prototype would still apply. */
33892 char inet_addr ();
33893 int
33894 main ()
33895 {
33896 inet_addr ();
33897 ;
33898 return 0;
33899 }
33900 _ACEOF
33901 rm -f conftest.$ac_objext conftest$ac_exeext
33902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33903 (eval $ac_link) 2>conftest.er1
33904 ac_status=$?
33905 grep -v '^ *+' conftest.er1 >conftest.err
33906 rm -f conftest.er1
33907 cat conftest.err >&5
33908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33909 (exit $ac_status); } &&
33910 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33912 (eval $ac_try) 2>&5
33913 ac_status=$?
33914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33915 (exit $ac_status); }; } &&
33916 { ac_try='test -s conftest$ac_exeext'
33917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33918 (eval $ac_try) 2>&5
33919 ac_status=$?
33920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33921 (exit $ac_status); }; }; then
33922 ac_cv_lib_nsl_inet_addr=yes
33923 else
33924 echo "$as_me: failed program was:" >&5
33925 sed 's/^/| /' conftest.$ac_ext >&5
33926
33927 ac_cv_lib_nsl_inet_addr=no
33928 fi
33929 rm -f conftest.err conftest.$ac_objext \
33930 conftest$ac_exeext conftest.$ac_ext
33931 LIBS=$ac_check_lib_save_LIBS
33932 fi
33933 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
33934 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
33935 if test $ac_cv_lib_nsl_inet_addr = yes; then
33936 INET_LINK="nsl"
33937 else
33938
33939 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
33940 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
33941 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
33942 echo $ECHO_N "(cached) $ECHO_C" >&6
33943 else
33944 ac_check_lib_save_LIBS=$LIBS
33945 LIBS="-lresolv $LIBS"
33946 cat >conftest.$ac_ext <<_ACEOF
33947 /* confdefs.h. */
33948 _ACEOF
33949 cat confdefs.h >>conftest.$ac_ext
33950 cat >>conftest.$ac_ext <<_ACEOF
33951 /* end confdefs.h. */
33952
33953 /* Override any gcc2 internal prototype to avoid an error. */
33954 #ifdef __cplusplus
33955 extern "C"
33956 #endif
33957 /* We use char because int might match the return type of a gcc2
33958 builtin and then its argument prototype would still apply. */
33959 char inet_addr ();
33960 int
33961 main ()
33962 {
33963 inet_addr ();
33964 ;
33965 return 0;
33966 }
33967 _ACEOF
33968 rm -f conftest.$ac_objext conftest$ac_exeext
33969 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33970 (eval $ac_link) 2>conftest.er1
33971 ac_status=$?
33972 grep -v '^ *+' conftest.er1 >conftest.err
33973 rm -f conftest.er1
33974 cat conftest.err >&5
33975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33976 (exit $ac_status); } &&
33977 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33979 (eval $ac_try) 2>&5
33980 ac_status=$?
33981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33982 (exit $ac_status); }; } &&
33983 { ac_try='test -s conftest$ac_exeext'
33984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33985 (eval $ac_try) 2>&5
33986 ac_status=$?
33987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33988 (exit $ac_status); }; }; then
33989 ac_cv_lib_resolv_inet_addr=yes
33990 else
33991 echo "$as_me: failed program was:" >&5
33992 sed 's/^/| /' conftest.$ac_ext >&5
33993
33994 ac_cv_lib_resolv_inet_addr=no
33995 fi
33996 rm -f conftest.err conftest.$ac_objext \
33997 conftest$ac_exeext conftest.$ac_ext
33998 LIBS=$ac_check_lib_save_LIBS
33999 fi
34000 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
34001 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
34002 if test $ac_cv_lib_resolv_inet_addr = yes; then
34003 INET_LINK="resolv"
34004 else
34005
34006 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
34007 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
34008 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
34009 echo $ECHO_N "(cached) $ECHO_C" >&6
34010 else
34011 ac_check_lib_save_LIBS=$LIBS
34012 LIBS="-lsocket $LIBS"
34013 cat >conftest.$ac_ext <<_ACEOF
34014 /* confdefs.h. */
34015 _ACEOF
34016 cat confdefs.h >>conftest.$ac_ext
34017 cat >>conftest.$ac_ext <<_ACEOF
34018 /* end confdefs.h. */
34019
34020 /* Override any gcc2 internal prototype to avoid an error. */
34021 #ifdef __cplusplus
34022 extern "C"
34023 #endif
34024 /* We use char because int might match the return type of a gcc2
34025 builtin and then its argument prototype would still apply. */
34026 char inet_addr ();
34027 int
34028 main ()
34029 {
34030 inet_addr ();
34031 ;
34032 return 0;
34033 }
34034 _ACEOF
34035 rm -f conftest.$ac_objext conftest$ac_exeext
34036 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34037 (eval $ac_link) 2>conftest.er1
34038 ac_status=$?
34039 grep -v '^ *+' conftest.er1 >conftest.err
34040 rm -f conftest.er1
34041 cat conftest.err >&5
34042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34043 (exit $ac_status); } &&
34044 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34046 (eval $ac_try) 2>&5
34047 ac_status=$?
34048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34049 (exit $ac_status); }; } &&
34050 { ac_try='test -s conftest$ac_exeext'
34051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34052 (eval $ac_try) 2>&5
34053 ac_status=$?
34054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34055 (exit $ac_status); }; }; then
34056 ac_cv_lib_socket_inet_addr=yes
34057 else
34058 echo "$as_me: failed program was:" >&5
34059 sed 's/^/| /' conftest.$ac_ext >&5
34060
34061 ac_cv_lib_socket_inet_addr=no
34062 fi
34063 rm -f conftest.err conftest.$ac_objext \
34064 conftest$ac_exeext conftest.$ac_ext
34065 LIBS=$ac_check_lib_save_LIBS
34066 fi
34067 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
34068 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
34069 if test $ac_cv_lib_socket_inet_addr = yes; then
34070 INET_LINK="socket"
34071
34072 fi
34073
34074
34075
34076 fi
34077
34078
34079
34080 fi
34081
34082
34083
34084 fi
34085 done
34086
34087
34088
34089 for ac_func in inet_aton
34090 do
34091 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34092 echo "$as_me:$LINENO: checking for $ac_func" >&5
34093 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34094 if eval "test \"\${$as_ac_var+set}\" = set"; then
34095 echo $ECHO_N "(cached) $ECHO_C" >&6
34096 else
34097 cat >conftest.$ac_ext <<_ACEOF
34098 /* confdefs.h. */
34099 _ACEOF
34100 cat confdefs.h >>conftest.$ac_ext
34101 cat >>conftest.$ac_ext <<_ACEOF
34102 /* end confdefs.h. */
34103 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34104 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34105 #define $ac_func innocuous_$ac_func
34106
34107 /* System header to define __stub macros and hopefully few prototypes,
34108 which can conflict with char $ac_func (); below.
34109 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34110 <limits.h> exists even on freestanding compilers. */
34111
34112 #ifdef __STDC__
34113 # include <limits.h>
34114 #else
34115 # include <assert.h>
34116 #endif
34117
34118 #undef $ac_func
34119
34120 /* Override any gcc2 internal prototype to avoid an error. */
34121 #ifdef __cplusplus
34122 extern "C"
34123 {
34124 #endif
34125 /* We use char because int might match the return type of a gcc2
34126 builtin and then its argument prototype would still apply. */
34127 char $ac_func ();
34128 /* The GNU C library defines this for functions which it implements
34129 to always fail with ENOSYS. Some functions are actually named
34130 something starting with __ and the normal name is an alias. */
34131 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34132 choke me
34133 #else
34134 char (*f) () = $ac_func;
34135 #endif
34136 #ifdef __cplusplus
34137 }
34138 #endif
34139
34140 int
34141 main ()
34142 {
34143 return f != $ac_func;
34144 ;
34145 return 0;
34146 }
34147 _ACEOF
34148 rm -f conftest.$ac_objext conftest$ac_exeext
34149 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34150 (eval $ac_link) 2>conftest.er1
34151 ac_status=$?
34152 grep -v '^ *+' conftest.er1 >conftest.err
34153 rm -f conftest.er1
34154 cat conftest.err >&5
34155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34156 (exit $ac_status); } &&
34157 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34159 (eval $ac_try) 2>&5
34160 ac_status=$?
34161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34162 (exit $ac_status); }; } &&
34163 { ac_try='test -s conftest$ac_exeext'
34164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34165 (eval $ac_try) 2>&5
34166 ac_status=$?
34167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34168 (exit $ac_status); }; }; then
34169 eval "$as_ac_var=yes"
34170 else
34171 echo "$as_me: failed program was:" >&5
34172 sed 's/^/| /' conftest.$ac_ext >&5
34173
34174 eval "$as_ac_var=no"
34175 fi
34176 rm -f conftest.err conftest.$ac_objext \
34177 conftest$ac_exeext conftest.$ac_ext
34178 fi
34179 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34180 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34181 if test `eval echo '${'$as_ac_var'}'` = yes; then
34182 cat >>confdefs.h <<_ACEOF
34183 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34184 _ACEOF
34185 cat >>confdefs.h <<\_ACEOF
34186 #define HAVE_INET_ATON 1
34187 _ACEOF
34188
34189 else
34190
34191 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
34192 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
34193 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
34194 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
34195 echo $ECHO_N "(cached) $ECHO_C" >&6
34196 else
34197 ac_check_lib_save_LIBS=$LIBS
34198 LIBS="-l$INET_LINK $LIBS"
34199 cat >conftest.$ac_ext <<_ACEOF
34200 /* confdefs.h. */
34201 _ACEOF
34202 cat confdefs.h >>conftest.$ac_ext
34203 cat >>conftest.$ac_ext <<_ACEOF
34204 /* end confdefs.h. */
34205
34206 /* Override any gcc2 internal prototype to avoid an error. */
34207 #ifdef __cplusplus
34208 extern "C"
34209 #endif
34210 /* We use char because int might match the return type of a gcc2
34211 builtin and then its argument prototype would still apply. */
34212 char inet_aton ();
34213 int
34214 main ()
34215 {
34216 inet_aton ();
34217 ;
34218 return 0;
34219 }
34220 _ACEOF
34221 rm -f conftest.$ac_objext conftest$ac_exeext
34222 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34223 (eval $ac_link) 2>conftest.er1
34224 ac_status=$?
34225 grep -v '^ *+' conftest.er1 >conftest.err
34226 rm -f conftest.er1
34227 cat conftest.err >&5
34228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34229 (exit $ac_status); } &&
34230 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34232 (eval $ac_try) 2>&5
34233 ac_status=$?
34234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34235 (exit $ac_status); }; } &&
34236 { ac_try='test -s conftest$ac_exeext'
34237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34238 (eval $ac_try) 2>&5
34239 ac_status=$?
34240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34241 (exit $ac_status); }; }; then
34242 eval "$as_ac_Lib=yes"
34243 else
34244 echo "$as_me: failed program was:" >&5
34245 sed 's/^/| /' conftest.$ac_ext >&5
34246
34247 eval "$as_ac_Lib=no"
34248 fi
34249 rm -f conftest.err conftest.$ac_objext \
34250 conftest$ac_exeext conftest.$ac_ext
34251 LIBS=$ac_check_lib_save_LIBS
34252 fi
34253 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
34254 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
34255 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
34256 cat >>confdefs.h <<\_ACEOF
34257 #define HAVE_INET_ATON 1
34258 _ACEOF
34259
34260 fi
34261
34262
34263 fi
34264 done
34265
34266
34267 if test "x$INET_LINK" != "x"; then
34268 cat >>confdefs.h <<\_ACEOF
34269 #define HAVE_INET_ADDR 1
34270 _ACEOF
34271
34272 INET_LINK=" -l$INET_LINK"
34273 fi
34274
34275 fi
34276
34277
34278
34279 EXTRALIBS_ESD=
34280 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
34281 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
34282 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
34283 echo $ECHO_N "(cached) $ECHO_C" >&6
34284 else
34285 ac_check_lib_save_LIBS=$LIBS
34286 LIBS="-lesd $LIBS"
34287 cat >conftest.$ac_ext <<_ACEOF
34288 /* confdefs.h. */
34289 _ACEOF
34290 cat confdefs.h >>conftest.$ac_ext
34291 cat >>conftest.$ac_ext <<_ACEOF
34292 /* end confdefs.h. */
34293
34294 /* Override any gcc2 internal prototype to avoid an error. */
34295 #ifdef __cplusplus
34296 extern "C"
34297 #endif
34298 /* We use char because int might match the return type of a gcc2
34299 builtin and then its argument prototype would still apply. */
34300 char esd_close ();
34301 int
34302 main ()
34303 {
34304 esd_close ();
34305 ;
34306 return 0;
34307 }
34308 _ACEOF
34309 rm -f conftest.$ac_objext conftest$ac_exeext
34310 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34311 (eval $ac_link) 2>conftest.er1
34312 ac_status=$?
34313 grep -v '^ *+' conftest.er1 >conftest.err
34314 rm -f conftest.er1
34315 cat conftest.err >&5
34316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34317 (exit $ac_status); } &&
34318 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34320 (eval $ac_try) 2>&5
34321 ac_status=$?
34322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34323 (exit $ac_status); }; } &&
34324 { ac_try='test -s conftest$ac_exeext'
34325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34326 (eval $ac_try) 2>&5
34327 ac_status=$?
34328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34329 (exit $ac_status); }; }; then
34330 ac_cv_lib_esd_esd_close=yes
34331 else
34332 echo "$as_me: failed program was:" >&5
34333 sed 's/^/| /' conftest.$ac_ext >&5
34334
34335 ac_cv_lib_esd_esd_close=no
34336 fi
34337 rm -f conftest.err conftest.$ac_objext \
34338 conftest$ac_exeext conftest.$ac_ext
34339 LIBS=$ac_check_lib_save_LIBS
34340 fi
34341 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
34342 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
34343 if test $ac_cv_lib_esd_esd_close = yes; then
34344
34345
34346 for ac_header in esd.h
34347 do
34348 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34349 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34350 echo "$as_me:$LINENO: checking for $ac_header" >&5
34351 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34352 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34353 echo $ECHO_N "(cached) $ECHO_C" >&6
34354 fi
34355 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34356 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34357 else
34358 # Is the header compilable?
34359 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34360 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34361 cat >conftest.$ac_ext <<_ACEOF
34362 /* confdefs.h. */
34363 _ACEOF
34364 cat confdefs.h >>conftest.$ac_ext
34365 cat >>conftest.$ac_ext <<_ACEOF
34366 /* end confdefs.h. */
34367 $ac_includes_default
34368 #include <$ac_header>
34369 _ACEOF
34370 rm -f conftest.$ac_objext
34371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34372 (eval $ac_compile) 2>conftest.er1
34373 ac_status=$?
34374 grep -v '^ *+' conftest.er1 >conftest.err
34375 rm -f conftest.er1
34376 cat conftest.err >&5
34377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34378 (exit $ac_status); } &&
34379 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34381 (eval $ac_try) 2>&5
34382 ac_status=$?
34383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34384 (exit $ac_status); }; } &&
34385 { ac_try='test -s conftest.$ac_objext'
34386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34387 (eval $ac_try) 2>&5
34388 ac_status=$?
34389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34390 (exit $ac_status); }; }; then
34391 ac_header_compiler=yes
34392 else
34393 echo "$as_me: failed program was:" >&5
34394 sed 's/^/| /' conftest.$ac_ext >&5
34395
34396 ac_header_compiler=no
34397 fi
34398 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34399 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34400 echo "${ECHO_T}$ac_header_compiler" >&6
34401
34402 # Is the header present?
34403 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34404 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34405 cat >conftest.$ac_ext <<_ACEOF
34406 /* confdefs.h. */
34407 _ACEOF
34408 cat confdefs.h >>conftest.$ac_ext
34409 cat >>conftest.$ac_ext <<_ACEOF
34410 /* end confdefs.h. */
34411 #include <$ac_header>
34412 _ACEOF
34413 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34414 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
34415 ac_status=$?
34416 grep -v '^ *+' conftest.er1 >conftest.err
34417 rm -f conftest.er1
34418 cat conftest.err >&5
34419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34420 (exit $ac_status); } >/dev/null; then
34421 if test -s conftest.err; then
34422 ac_cpp_err=$ac_c_preproc_warn_flag
34423 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
34424 else
34425 ac_cpp_err=
34426 fi
34427 else
34428 ac_cpp_err=yes
34429 fi
34430 if test -z "$ac_cpp_err"; then
34431 ac_header_preproc=yes
34432 else
34433 echo "$as_me: failed program was:" >&5
34434 sed 's/^/| /' conftest.$ac_ext >&5
34435
34436 ac_header_preproc=no
34437 fi
34438 rm -f conftest.err conftest.$ac_ext
34439 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34440 echo "${ECHO_T}$ac_header_preproc" >&6
34441
34442 # So? What about this header?
34443 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34444 yes:no: )
34445 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34446 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34447 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34448 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34449 ac_header_preproc=yes
34450 ;;
34451 no:yes:* )
34452 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34453 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34454 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34455 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34456 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34457 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34458 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34459 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
34460 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34461 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34462 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34463 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34464 (
34465 cat <<\_ASBOX
34466 ## ----------------------------------------- ##
34467 ## Report this to wx-dev@lists.wxwidgets.org ##
34468 ## ----------------------------------------- ##
34469 _ASBOX
34470 ) |
34471 sed "s/^/$as_me: WARNING: /" >&2
34472 ;;
34473 esac
34474 echo "$as_me:$LINENO: checking for $ac_header" >&5
34475 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34476 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34477 echo $ECHO_N "(cached) $ECHO_C" >&6
34478 else
34479 eval "$as_ac_Header=\$ac_header_preproc"
34480 fi
34481 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34482 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34483
34484 fi
34485 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34486 cat >>confdefs.h <<_ACEOF
34487 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34488 _ACEOF
34489
34490 EXTRALIBS_ESD="-lesd"
34491
34492 fi
34493
34494 done
34495
34496
34497 fi
34498
34499
34500
34501 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
34502 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
34503 cat >conftest.$ac_ext <<_ACEOF
34504 /* confdefs.h. */
34505 _ACEOF
34506 cat confdefs.h >>conftest.$ac_ext
34507 cat >>conftest.$ac_ext <<_ACEOF
34508 /* end confdefs.h. */
34509 #ifdef __linux__
34510 #include <linux/cdrom.h>
34511 #else
34512 /* For Solaris */
34513 #include <sys/cdio.h>
34514 #endif
34515
34516 int
34517 main ()
34518 {
34519 struct cdrom_tocentry entry, old_entry;
34520 ;
34521 return 0;
34522 }
34523 _ACEOF
34524 rm -f conftest.$ac_objext
34525 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34526 (eval $ac_compile) 2>conftest.er1
34527 ac_status=$?
34528 grep -v '^ *+' conftest.er1 >conftest.err
34529 rm -f conftest.er1
34530 cat conftest.err >&5
34531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34532 (exit $ac_status); } &&
34533 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34535 (eval $ac_try) 2>&5
34536 ac_status=$?
34537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34538 (exit $ac_status); }; } &&
34539 { ac_try='test -s conftest.$ac_objext'
34540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34541 (eval $ac_try) 2>&5
34542 ac_status=$?
34543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34544 (exit $ac_status); }; }; then
34545 echo "$as_me:$LINENO: result: yes" >&5
34546 echo "${ECHO_T}yes" >&6
34547 cat >>confdefs.h <<\_ACEOF
34548 #define HAVE_KNOWN_CDROM_INTERFACE 1
34549 _ACEOF
34550
34551 else
34552 echo "$as_me: failed program was:" >&5
34553 sed 's/^/| /' conftest.$ac_ext >&5
34554
34555 echo "$as_me:$LINENO: result: no" >&5
34556 echo "${ECHO_T}no" >&6
34557 fi
34558 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34559
34560
34561 cat >confcache <<\_ACEOF
34562 # This file is a shell script that caches the results of configure
34563 # tests run on this system so they can be shared between configure
34564 # scripts and configure runs, see configure's option --config-cache.
34565 # It is not useful on other systems. If it contains results you don't
34566 # want to keep, you may remove or edit it.
34567 #
34568 # config.status only pays attention to the cache file if you give it
34569 # the --recheck option to rerun configure.
34570 #
34571 # `ac_cv_env_foo' variables (set or unset) will be overridden when
34572 # loading this file, other *unset* `ac_cv_foo' will be assigned the
34573 # following values.
34574
34575 _ACEOF
34576
34577 # The following way of writing the cache mishandles newlines in values,
34578 # but we know of no workaround that is simple, portable, and efficient.
34579 # So, don't put newlines in cache variables' values.
34580 # Ultrix sh set writes to stderr and can't be redirected directly,
34581 # and sets the high bit in the cache file unless we assign to the vars.
34582 {
34583 (set) 2>&1 |
34584 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34585 *ac_space=\ *)
34586 # `set' does not quote correctly, so add quotes (double-quote
34587 # substitution turns \\\\ into \\, and sed turns \\ into \).
34588 sed -n \
34589 "s/'/'\\\\''/g;
34590 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34591 ;;
34592 *)
34593 # `set' quotes correctly as required by POSIX, so do not add quotes.
34594 sed -n \
34595 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34596 ;;
34597 esac;
34598 } |
34599 sed '
34600 t clear
34601 : clear
34602 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34603 t end
34604 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34605 : end' >>confcache
34606 if diff $cache_file confcache >/dev/null 2>&1; then :; else
34607 if test -w $cache_file; then
34608 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34609 cat confcache >$cache_file
34610 else
34611 echo "not updating unwritable cache $cache_file"
34612 fi
34613 fi
34614 rm -f confcache
34615
34616
34617 CPP_MT_FLAG=
34618 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
34619
34620
34621 THREADS_LINK=
34622 THREADS_CFLAGS=
34623
34624 if test "$wxUSE_THREADS" = "yes" ; then
34625 if test "$USE_BEOS" = 1; then
34626 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
34627 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
34628 wxUSE_THREADS="no"
34629 fi
34630 fi
34631
34632 if test "$wxUSE_THREADS" = "yes" ; then
34633
34634
34635 THREAD_OPTS="-pthread"
34636 case "${host}" in
34637 *-*-solaris2* | *-*-sunos4* )
34638 if test "x$GCC" = "xyes"; then
34639 THREAD_OPTS="-pthreads $THREAD_OPTS"
34640 else
34641 THREAD_OPTS="-mt $THREAD_OPTS"
34642 fi
34643 ;;
34644 *-*-freebsd*)
34645 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
34646 ;;
34647 *-*-darwin* | *-*-cygwin* )
34648 THREAD_OPTS=""
34649 ;;
34650 *-*-aix*)
34651 THREAD_OPTS="pthreads"
34652 ;;
34653 *-hp-hpux* )
34654 if test "x$GCC" != "xyes"; then
34655 THREAD_OPTS=""
34656 fi
34657 ;;
34658
34659 *-*-irix* )
34660 if test "x$GCC" = "xyes"; then
34661 THREAD_OPTS=""
34662 fi
34663 ;;
34664
34665 *-*-*UnixWare*)
34666 if test "x$GCC" != "xyes"; then
34667 THREAD_OPTS="-Ethread"
34668 fi
34669 ;;
34670 esac
34671
34672 THREAD_OPTS="$THREAD_OPTS pthread none"
34673
34674 THREADS_OK=no
34675 for flag in $THREAD_OPTS; do
34676 case $flag in
34677 none)
34678 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
34679 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
34680 ;;
34681
34682 -*)
34683 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
34684 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
34685 THREADS_CFLAGS="$flag"
34686 ;;
34687
34688 *)
34689 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
34690 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
34691 THREADS_LINK="-l$flag"
34692 ;;
34693 esac
34694
34695 save_LIBS="$LIBS"
34696 save_CFLAGS="$CFLAGS"
34697 LIBS="$THREADS_LINK $LIBS"
34698 CFLAGS="$THREADS_CFLAGS $CFLAGS"
34699
34700 cat >conftest.$ac_ext <<_ACEOF
34701 /* confdefs.h. */
34702 _ACEOF
34703 cat confdefs.h >>conftest.$ac_ext
34704 cat >>conftest.$ac_ext <<_ACEOF
34705 /* end confdefs.h. */
34706 #include <pthread.h>
34707 int
34708 main ()
34709 {
34710 pthread_create(0,0,0,0);
34711 ;
34712 return 0;
34713 }
34714 _ACEOF
34715 rm -f conftest.$ac_objext conftest$ac_exeext
34716 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34717 (eval $ac_link) 2>conftest.er1
34718 ac_status=$?
34719 grep -v '^ *+' conftest.er1 >conftest.err
34720 rm -f conftest.er1
34721 cat conftest.err >&5
34722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34723 (exit $ac_status); } &&
34724 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34726 (eval $ac_try) 2>&5
34727 ac_status=$?
34728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34729 (exit $ac_status); }; } &&
34730 { ac_try='test -s conftest$ac_exeext'
34731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34732 (eval $ac_try) 2>&5
34733 ac_status=$?
34734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34735 (exit $ac_status); }; }; then
34736 THREADS_OK=yes
34737 else
34738 echo "$as_me: failed program was:" >&5
34739 sed 's/^/| /' conftest.$ac_ext >&5
34740
34741 fi
34742 rm -f conftest.err conftest.$ac_objext \
34743 conftest$ac_exeext conftest.$ac_ext
34744
34745 LIBS="$save_LIBS"
34746 CFLAGS="$save_CFLAGS"
34747
34748 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
34749 echo "${ECHO_T}$THREADS_OK" >&6
34750 if test "x$THREADS_OK" = "xyes"; then
34751 break;
34752 fi
34753
34754 THREADS_LINK=""
34755 THREADS_CFLAGS=""
34756 done
34757
34758 if test "x$THREADS_OK" != "xyes"; then
34759 wxUSE_THREADS=no
34760 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
34761 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
34762 else
34763 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
34764 LIBS="$THREADS_LINK $LIBS"
34765
34766 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
34767 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
34768 flag=no
34769 case "${host}" in
34770 *-aix*)
34771 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
34772 flag="-D_THREAD_SAFE"
34773 ;;
34774 *-freebsd*)
34775 flag="-D_THREAD_SAFE"
34776 ;;
34777 *-hp-hpux* )
34778 flag="-D_REENTRANT"
34779 if test "x$GCC" != "xyes"; then
34780 flag="$flag -D_RWSTD_MULTI_THREAD"
34781 fi
34782 ;;
34783 *solaris* | alpha*-osf*)
34784 flag="-D_REENTRANT"
34785 ;;
34786 esac
34787 echo "$as_me:$LINENO: result: ${flag}" >&5
34788 echo "${ECHO_T}${flag}" >&6
34789 if test "x$flag" != xno; then
34790 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
34791 fi
34792
34793 if test "x$THREADS_CFLAGS" != "x"; then
34794 CFLAGS="$CFLAGS $THREADS_CFLAGS"
34795 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
34796 fi
34797 fi
34798 fi
34799
34800 if test "$wxUSE_THREADS" = "yes" ; then
34801
34802 for ac_func in thr_setconcurrency
34803 do
34804 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34805 echo "$as_me:$LINENO: checking for $ac_func" >&5
34806 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34807 if eval "test \"\${$as_ac_var+set}\" = set"; then
34808 echo $ECHO_N "(cached) $ECHO_C" >&6
34809 else
34810 cat >conftest.$ac_ext <<_ACEOF
34811 /* confdefs.h. */
34812 _ACEOF
34813 cat confdefs.h >>conftest.$ac_ext
34814 cat >>conftest.$ac_ext <<_ACEOF
34815 /* end confdefs.h. */
34816 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34817 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34818 #define $ac_func innocuous_$ac_func
34819
34820 /* System header to define __stub macros and hopefully few prototypes,
34821 which can conflict with char $ac_func (); below.
34822 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34823 <limits.h> exists even on freestanding compilers. */
34824
34825 #ifdef __STDC__
34826 # include <limits.h>
34827 #else
34828 # include <assert.h>
34829 #endif
34830
34831 #undef $ac_func
34832
34833 /* Override any gcc2 internal prototype to avoid an error. */
34834 #ifdef __cplusplus
34835 extern "C"
34836 {
34837 #endif
34838 /* We use char because int might match the return type of a gcc2
34839 builtin and then its argument prototype would still apply. */
34840 char $ac_func ();
34841 /* The GNU C library defines this for functions which it implements
34842 to always fail with ENOSYS. Some functions are actually named
34843 something starting with __ and the normal name is an alias. */
34844 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34845 choke me
34846 #else
34847 char (*f) () = $ac_func;
34848 #endif
34849 #ifdef __cplusplus
34850 }
34851 #endif
34852
34853 int
34854 main ()
34855 {
34856 return f != $ac_func;
34857 ;
34858 return 0;
34859 }
34860 _ACEOF
34861 rm -f conftest.$ac_objext conftest$ac_exeext
34862 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34863 (eval $ac_link) 2>conftest.er1
34864 ac_status=$?
34865 grep -v '^ *+' conftest.er1 >conftest.err
34866 rm -f conftest.er1
34867 cat conftest.err >&5
34868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34869 (exit $ac_status); } &&
34870 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34872 (eval $ac_try) 2>&5
34873 ac_status=$?
34874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34875 (exit $ac_status); }; } &&
34876 { ac_try='test -s conftest$ac_exeext'
34877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34878 (eval $ac_try) 2>&5
34879 ac_status=$?
34880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34881 (exit $ac_status); }; }; then
34882 eval "$as_ac_var=yes"
34883 else
34884 echo "$as_me: failed program was:" >&5
34885 sed 's/^/| /' conftest.$ac_ext >&5
34886
34887 eval "$as_ac_var=no"
34888 fi
34889 rm -f conftest.err conftest.$ac_objext \
34890 conftest$ac_exeext conftest.$ac_ext
34891 fi
34892 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34893 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34894 if test `eval echo '${'$as_ac_var'}'` = yes; then
34895 cat >>confdefs.h <<_ACEOF
34896 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34897 _ACEOF
34898
34899 fi
34900 done
34901
34902
34903 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
34904 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
34905 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
34906 echo $ECHO_N "(cached) $ECHO_C" >&6
34907 else
34908
34909 cat >conftest.$ac_ext <<_ACEOF
34910 /* confdefs.h. */
34911 _ACEOF
34912 cat confdefs.h >>conftest.$ac_ext
34913 cat >>conftest.$ac_ext <<_ACEOF
34914 /* end confdefs.h. */
34915 #include <pthread.h>
34916 void ThreadCleanupFunc(void *p);
34917
34918 int
34919 main ()
34920 {
34921
34922 void *p;
34923 pthread_cleanup_push(ThreadCleanupFunc, p);
34924 pthread_cleanup_pop(0);
34925
34926 ;
34927 return 0;
34928 }
34929 _ACEOF
34930 rm -f conftest.$ac_objext
34931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34932 (eval $ac_compile) 2>conftest.er1
34933 ac_status=$?
34934 grep -v '^ *+' conftest.er1 >conftest.err
34935 rm -f conftest.er1
34936 cat conftest.err >&5
34937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34938 (exit $ac_status); } &&
34939 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
34945 { ac_try='test -s conftest.$ac_objext'
34946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34947 (eval $ac_try) 2>&5
34948 ac_status=$?
34949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34950 (exit $ac_status); }; }; then
34951
34952 wx_cv_func_pthread_cleanup=yes
34953
34954 else
34955 echo "$as_me: failed program was:" >&5
34956 sed 's/^/| /' conftest.$ac_ext >&5
34957
34958
34959 wx_cv_func_pthread_cleanup=no
34960
34961
34962 fi
34963 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34964
34965 fi
34966 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
34967 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
34968 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
34969 cat >>confdefs.h <<\_ACEOF
34970 #define wxHAVE_PTHREAD_CLEANUP 1
34971 _ACEOF
34972
34973 fi
34974
34975
34976 for ac_header in sched.h
34977 do
34978 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34979 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34980 echo "$as_me:$LINENO: checking for $ac_header" >&5
34981 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34982 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34983 echo $ECHO_N "(cached) $ECHO_C" >&6
34984 fi
34985 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34986 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34987 else
34988 # Is the header compilable?
34989 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34990 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34991 cat >conftest.$ac_ext <<_ACEOF
34992 /* confdefs.h. */
34993 _ACEOF
34994 cat confdefs.h >>conftest.$ac_ext
34995 cat >>conftest.$ac_ext <<_ACEOF
34996 /* end confdefs.h. */
34997 $ac_includes_default
34998 #include <$ac_header>
34999 _ACEOF
35000 rm -f conftest.$ac_objext
35001 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35002 (eval $ac_compile) 2>conftest.er1
35003 ac_status=$?
35004 grep -v '^ *+' conftest.er1 >conftest.err
35005 rm -f conftest.er1
35006 cat conftest.err >&5
35007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35008 (exit $ac_status); } &&
35009 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35011 (eval $ac_try) 2>&5
35012 ac_status=$?
35013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35014 (exit $ac_status); }; } &&
35015 { ac_try='test -s conftest.$ac_objext'
35016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35017 (eval $ac_try) 2>&5
35018 ac_status=$?
35019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35020 (exit $ac_status); }; }; then
35021 ac_header_compiler=yes
35022 else
35023 echo "$as_me: failed program was:" >&5
35024 sed 's/^/| /' conftest.$ac_ext >&5
35025
35026 ac_header_compiler=no
35027 fi
35028 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35029 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35030 echo "${ECHO_T}$ac_header_compiler" >&6
35031
35032 # Is the header present?
35033 echo "$as_me:$LINENO: checking $ac_header presence" >&5
35034 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35035 cat >conftest.$ac_ext <<_ACEOF
35036 /* confdefs.h. */
35037 _ACEOF
35038 cat confdefs.h >>conftest.$ac_ext
35039 cat >>conftest.$ac_ext <<_ACEOF
35040 /* end confdefs.h. */
35041 #include <$ac_header>
35042 _ACEOF
35043 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35044 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
35045 ac_status=$?
35046 grep -v '^ *+' conftest.er1 >conftest.err
35047 rm -f conftest.er1
35048 cat conftest.err >&5
35049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35050 (exit $ac_status); } >/dev/null; then
35051 if test -s conftest.err; then
35052 ac_cpp_err=$ac_c_preproc_warn_flag
35053 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
35054 else
35055 ac_cpp_err=
35056 fi
35057 else
35058 ac_cpp_err=yes
35059 fi
35060 if test -z "$ac_cpp_err"; then
35061 ac_header_preproc=yes
35062 else
35063 echo "$as_me: failed program was:" >&5
35064 sed 's/^/| /' conftest.$ac_ext >&5
35065
35066 ac_header_preproc=no
35067 fi
35068 rm -f conftest.err conftest.$ac_ext
35069 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35070 echo "${ECHO_T}$ac_header_preproc" >&6
35071
35072 # So? What about this header?
35073 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35074 yes:no: )
35075 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35076 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35077 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35078 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35079 ac_header_preproc=yes
35080 ;;
35081 no:yes:* )
35082 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35083 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35084 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35085 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35086 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35087 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35088 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35089 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
35090 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35091 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35092 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35093 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35094 (
35095 cat <<\_ASBOX
35096 ## ----------------------------------------- ##
35097 ## Report this to wx-dev@lists.wxwidgets.org ##
35098 ## ----------------------------------------- ##
35099 _ASBOX
35100 ) |
35101 sed "s/^/$as_me: WARNING: /" >&2
35102 ;;
35103 esac
35104 echo "$as_me:$LINENO: checking for $ac_header" >&5
35105 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35106 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35107 echo $ECHO_N "(cached) $ECHO_C" >&6
35108 else
35109 eval "$as_ac_Header=\$ac_header_preproc"
35110 fi
35111 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35112 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35113
35114 fi
35115 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35116 cat >>confdefs.h <<_ACEOF
35117 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35118 _ACEOF
35119
35120 fi
35121
35122 done
35123
35124 if test "$ac_cv_header_sched_h" = "yes"; then
35125 echo "$as_me:$LINENO: checking for sched_yield" >&5
35126 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
35127 if test "${ac_cv_func_sched_yield+set}" = set; then
35128 echo $ECHO_N "(cached) $ECHO_C" >&6
35129 else
35130 cat >conftest.$ac_ext <<_ACEOF
35131 /* confdefs.h. */
35132 _ACEOF
35133 cat confdefs.h >>conftest.$ac_ext
35134 cat >>conftest.$ac_ext <<_ACEOF
35135 /* end confdefs.h. */
35136 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
35137 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35138 #define sched_yield innocuous_sched_yield
35139
35140 /* System header to define __stub macros and hopefully few prototypes,
35141 which can conflict with char sched_yield (); below.
35142 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35143 <limits.h> exists even on freestanding compilers. */
35144
35145 #ifdef __STDC__
35146 # include <limits.h>
35147 #else
35148 # include <assert.h>
35149 #endif
35150
35151 #undef sched_yield
35152
35153 /* Override any gcc2 internal prototype to avoid an error. */
35154 #ifdef __cplusplus
35155 extern "C"
35156 {
35157 #endif
35158 /* We use char because int might match the return type of a gcc2
35159 builtin and then its argument prototype would still apply. */
35160 char sched_yield ();
35161 /* The GNU C library defines this for functions which it implements
35162 to always fail with ENOSYS. Some functions are actually named
35163 something starting with __ and the normal name is an alias. */
35164 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
35165 choke me
35166 #else
35167 char (*f) () = sched_yield;
35168 #endif
35169 #ifdef __cplusplus
35170 }
35171 #endif
35172
35173 int
35174 main ()
35175 {
35176 return f != sched_yield;
35177 ;
35178 return 0;
35179 }
35180 _ACEOF
35181 rm -f conftest.$ac_objext conftest$ac_exeext
35182 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35183 (eval $ac_link) 2>conftest.er1
35184 ac_status=$?
35185 grep -v '^ *+' conftest.er1 >conftest.err
35186 rm -f conftest.er1
35187 cat conftest.err >&5
35188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35189 (exit $ac_status); } &&
35190 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35192 (eval $ac_try) 2>&5
35193 ac_status=$?
35194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35195 (exit $ac_status); }; } &&
35196 { ac_try='test -s conftest$ac_exeext'
35197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35198 (eval $ac_try) 2>&5
35199 ac_status=$?
35200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35201 (exit $ac_status); }; }; then
35202 ac_cv_func_sched_yield=yes
35203 else
35204 echo "$as_me: failed program was:" >&5
35205 sed 's/^/| /' conftest.$ac_ext >&5
35206
35207 ac_cv_func_sched_yield=no
35208 fi
35209 rm -f conftest.err conftest.$ac_objext \
35210 conftest$ac_exeext conftest.$ac_ext
35211 fi
35212 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
35213 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
35214 if test $ac_cv_func_sched_yield = yes; then
35215 cat >>confdefs.h <<\_ACEOF
35216 #define HAVE_SCHED_YIELD 1
35217 _ACEOF
35218
35219 else
35220
35221 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
35222 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
35223 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
35224 echo $ECHO_N "(cached) $ECHO_C" >&6
35225 else
35226 ac_check_lib_save_LIBS=$LIBS
35227 LIBS="-lposix4 $LIBS"
35228 cat >conftest.$ac_ext <<_ACEOF
35229 /* confdefs.h. */
35230 _ACEOF
35231 cat confdefs.h >>conftest.$ac_ext
35232 cat >>conftest.$ac_ext <<_ACEOF
35233 /* end confdefs.h. */
35234
35235 /* Override any gcc2 internal prototype to avoid an error. */
35236 #ifdef __cplusplus
35237 extern "C"
35238 #endif
35239 /* We use char because int might match the return type of a gcc2
35240 builtin and then its argument prototype would still apply. */
35241 char sched_yield ();
35242 int
35243 main ()
35244 {
35245 sched_yield ();
35246 ;
35247 return 0;
35248 }
35249 _ACEOF
35250 rm -f conftest.$ac_objext conftest$ac_exeext
35251 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35252 (eval $ac_link) 2>conftest.er1
35253 ac_status=$?
35254 grep -v '^ *+' conftest.er1 >conftest.err
35255 rm -f conftest.er1
35256 cat conftest.err >&5
35257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35258 (exit $ac_status); } &&
35259 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35261 (eval $ac_try) 2>&5
35262 ac_status=$?
35263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35264 (exit $ac_status); }; } &&
35265 { ac_try='test -s conftest$ac_exeext'
35266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35267 (eval $ac_try) 2>&5
35268 ac_status=$?
35269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35270 (exit $ac_status); }; }; then
35271 ac_cv_lib_posix4_sched_yield=yes
35272 else
35273 echo "$as_me: failed program was:" >&5
35274 sed 's/^/| /' conftest.$ac_ext >&5
35275
35276 ac_cv_lib_posix4_sched_yield=no
35277 fi
35278 rm -f conftest.err conftest.$ac_objext \
35279 conftest$ac_exeext conftest.$ac_ext
35280 LIBS=$ac_check_lib_save_LIBS
35281 fi
35282 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
35283 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
35284 if test $ac_cv_lib_posix4_sched_yield = yes; then
35285 cat >>confdefs.h <<\_ACEOF
35286 #define HAVE_SCHED_YIELD 1
35287 _ACEOF
35288 POSIX4_LINK=" -lposix4"
35289 else
35290 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
35291 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
35292
35293 fi
35294
35295
35296
35297 fi
35298
35299 fi
35300
35301 HAVE_PRIOR_FUNCS=0
35302 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
35303 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
35304 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
35305 echo $ECHO_N "(cached) $ECHO_C" >&6
35306 else
35307 cat >conftest.$ac_ext <<_ACEOF
35308 /* confdefs.h. */
35309 _ACEOF
35310 cat confdefs.h >>conftest.$ac_ext
35311 cat >>conftest.$ac_ext <<_ACEOF
35312 /* end confdefs.h. */
35313 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
35314 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35315 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
35316
35317 /* System header to define __stub macros and hopefully few prototypes,
35318 which can conflict with char pthread_attr_getschedpolicy (); below.
35319 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35320 <limits.h> exists even on freestanding compilers. */
35321
35322 #ifdef __STDC__
35323 # include <limits.h>
35324 #else
35325 # include <assert.h>
35326 #endif
35327
35328 #undef pthread_attr_getschedpolicy
35329
35330 /* Override any gcc2 internal prototype to avoid an error. */
35331 #ifdef __cplusplus
35332 extern "C"
35333 {
35334 #endif
35335 /* We use char because int might match the return type of a gcc2
35336 builtin and then its argument prototype would still apply. */
35337 char pthread_attr_getschedpolicy ();
35338 /* The GNU C library defines this for functions which it implements
35339 to always fail with ENOSYS. Some functions are actually named
35340 something starting with __ and the normal name is an alias. */
35341 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
35342 choke me
35343 #else
35344 char (*f) () = pthread_attr_getschedpolicy;
35345 #endif
35346 #ifdef __cplusplus
35347 }
35348 #endif
35349
35350 int
35351 main ()
35352 {
35353 return f != pthread_attr_getschedpolicy;
35354 ;
35355 return 0;
35356 }
35357 _ACEOF
35358 rm -f conftest.$ac_objext conftest$ac_exeext
35359 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35360 (eval $ac_link) 2>conftest.er1
35361 ac_status=$?
35362 grep -v '^ *+' conftest.er1 >conftest.err
35363 rm -f conftest.er1
35364 cat conftest.err >&5
35365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35366 (exit $ac_status); } &&
35367 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35369 (eval $ac_try) 2>&5
35370 ac_status=$?
35371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35372 (exit $ac_status); }; } &&
35373 { ac_try='test -s conftest$ac_exeext'
35374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35375 (eval $ac_try) 2>&5
35376 ac_status=$?
35377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35378 (exit $ac_status); }; }; then
35379 ac_cv_func_pthread_attr_getschedpolicy=yes
35380 else
35381 echo "$as_me: failed program was:" >&5
35382 sed 's/^/| /' conftest.$ac_ext >&5
35383
35384 ac_cv_func_pthread_attr_getschedpolicy=no
35385 fi
35386 rm -f conftest.err conftest.$ac_objext \
35387 conftest$ac_exeext conftest.$ac_ext
35388 fi
35389 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
35390 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
35391 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
35392 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
35393 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
35394 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
35395 echo $ECHO_N "(cached) $ECHO_C" >&6
35396 else
35397 cat >conftest.$ac_ext <<_ACEOF
35398 /* confdefs.h. */
35399 _ACEOF
35400 cat confdefs.h >>conftest.$ac_ext
35401 cat >>conftest.$ac_ext <<_ACEOF
35402 /* end confdefs.h. */
35403 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
35404 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35405 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
35406
35407 /* System header to define __stub macros and hopefully few prototypes,
35408 which can conflict with char pthread_attr_setschedparam (); below.
35409 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35410 <limits.h> exists even on freestanding compilers. */
35411
35412 #ifdef __STDC__
35413 # include <limits.h>
35414 #else
35415 # include <assert.h>
35416 #endif
35417
35418 #undef pthread_attr_setschedparam
35419
35420 /* Override any gcc2 internal prototype to avoid an error. */
35421 #ifdef __cplusplus
35422 extern "C"
35423 {
35424 #endif
35425 /* We use char because int might match the return type of a gcc2
35426 builtin and then its argument prototype would still apply. */
35427 char pthread_attr_setschedparam ();
35428 /* The GNU C library defines this for functions which it implements
35429 to always fail with ENOSYS. Some functions are actually named
35430 something starting with __ and the normal name is an alias. */
35431 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
35432 choke me
35433 #else
35434 char (*f) () = pthread_attr_setschedparam;
35435 #endif
35436 #ifdef __cplusplus
35437 }
35438 #endif
35439
35440 int
35441 main ()
35442 {
35443 return f != pthread_attr_setschedparam;
35444 ;
35445 return 0;
35446 }
35447 _ACEOF
35448 rm -f conftest.$ac_objext conftest$ac_exeext
35449 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35450 (eval $ac_link) 2>conftest.er1
35451 ac_status=$?
35452 grep -v '^ *+' conftest.er1 >conftest.err
35453 rm -f conftest.er1
35454 cat conftest.err >&5
35455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35456 (exit $ac_status); } &&
35457 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35459 (eval $ac_try) 2>&5
35460 ac_status=$?
35461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35462 (exit $ac_status); }; } &&
35463 { ac_try='test -s conftest$ac_exeext'
35464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35465 (eval $ac_try) 2>&5
35466 ac_status=$?
35467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35468 (exit $ac_status); }; }; then
35469 ac_cv_func_pthread_attr_setschedparam=yes
35470 else
35471 echo "$as_me: failed program was:" >&5
35472 sed 's/^/| /' conftest.$ac_ext >&5
35473
35474 ac_cv_func_pthread_attr_setschedparam=no
35475 fi
35476 rm -f conftest.err conftest.$ac_objext \
35477 conftest$ac_exeext conftest.$ac_ext
35478 fi
35479 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
35480 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
35481 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
35482 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
35483 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
35484 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
35485 echo $ECHO_N "(cached) $ECHO_C" >&6
35486 else
35487 cat >conftest.$ac_ext <<_ACEOF
35488 /* confdefs.h. */
35489 _ACEOF
35490 cat confdefs.h >>conftest.$ac_ext
35491 cat >>conftest.$ac_ext <<_ACEOF
35492 /* end confdefs.h. */
35493 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
35494 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35495 #define sched_get_priority_max innocuous_sched_get_priority_max
35496
35497 /* System header to define __stub macros and hopefully few prototypes,
35498 which can conflict with char sched_get_priority_max (); below.
35499 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35500 <limits.h> exists even on freestanding compilers. */
35501
35502 #ifdef __STDC__
35503 # include <limits.h>
35504 #else
35505 # include <assert.h>
35506 #endif
35507
35508 #undef sched_get_priority_max
35509
35510 /* Override any gcc2 internal prototype to avoid an error. */
35511 #ifdef __cplusplus
35512 extern "C"
35513 {
35514 #endif
35515 /* We use char because int might match the return type of a gcc2
35516 builtin and then its argument prototype would still apply. */
35517 char sched_get_priority_max ();
35518 /* The GNU C library defines this for functions which it implements
35519 to always fail with ENOSYS. Some functions are actually named
35520 something starting with __ and the normal name is an alias. */
35521 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
35522 choke me
35523 #else
35524 char (*f) () = sched_get_priority_max;
35525 #endif
35526 #ifdef __cplusplus
35527 }
35528 #endif
35529
35530 int
35531 main ()
35532 {
35533 return f != sched_get_priority_max;
35534 ;
35535 return 0;
35536 }
35537 _ACEOF
35538 rm -f conftest.$ac_objext conftest$ac_exeext
35539 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35540 (eval $ac_link) 2>conftest.er1
35541 ac_status=$?
35542 grep -v '^ *+' conftest.er1 >conftest.err
35543 rm -f conftest.er1
35544 cat conftest.err >&5
35545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35546 (exit $ac_status); } &&
35547 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35549 (eval $ac_try) 2>&5
35550 ac_status=$?
35551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35552 (exit $ac_status); }; } &&
35553 { ac_try='test -s conftest$ac_exeext'
35554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35555 (eval $ac_try) 2>&5
35556 ac_status=$?
35557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35558 (exit $ac_status); }; }; then
35559 ac_cv_func_sched_get_priority_max=yes
35560 else
35561 echo "$as_me: failed program was:" >&5
35562 sed 's/^/| /' conftest.$ac_ext >&5
35563
35564 ac_cv_func_sched_get_priority_max=no
35565 fi
35566 rm -f conftest.err conftest.$ac_objext \
35567 conftest$ac_exeext conftest.$ac_ext
35568 fi
35569 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
35570 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
35571 if test $ac_cv_func_sched_get_priority_max = yes; then
35572 HAVE_PRIOR_FUNCS=1
35573 else
35574 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
35575 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
35576 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
35577 echo $ECHO_N "(cached) $ECHO_C" >&6
35578 else
35579 ac_check_lib_save_LIBS=$LIBS
35580 LIBS="-lposix4 $LIBS"
35581 cat >conftest.$ac_ext <<_ACEOF
35582 /* confdefs.h. */
35583 _ACEOF
35584 cat confdefs.h >>conftest.$ac_ext
35585 cat >>conftest.$ac_ext <<_ACEOF
35586 /* end confdefs.h. */
35587
35588 /* Override any gcc2 internal prototype to avoid an error. */
35589 #ifdef __cplusplus
35590 extern "C"
35591 #endif
35592 /* We use char because int might match the return type of a gcc2
35593 builtin and then its argument prototype would still apply. */
35594 char sched_get_priority_max ();
35595 int
35596 main ()
35597 {
35598 sched_get_priority_max ();
35599 ;
35600 return 0;
35601 }
35602 _ACEOF
35603 rm -f conftest.$ac_objext conftest$ac_exeext
35604 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35605 (eval $ac_link) 2>conftest.er1
35606 ac_status=$?
35607 grep -v '^ *+' conftest.er1 >conftest.err
35608 rm -f conftest.er1
35609 cat conftest.err >&5
35610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35611 (exit $ac_status); } &&
35612 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35614 (eval $ac_try) 2>&5
35615 ac_status=$?
35616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35617 (exit $ac_status); }; } &&
35618 { ac_try='test -s conftest$ac_exeext'
35619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35620 (eval $ac_try) 2>&5
35621 ac_status=$?
35622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35623 (exit $ac_status); }; }; then
35624 ac_cv_lib_posix4_sched_get_priority_max=yes
35625 else
35626 echo "$as_me: failed program was:" >&5
35627 sed 's/^/| /' conftest.$ac_ext >&5
35628
35629 ac_cv_lib_posix4_sched_get_priority_max=no
35630 fi
35631 rm -f conftest.err conftest.$ac_objext \
35632 conftest$ac_exeext conftest.$ac_ext
35633 LIBS=$ac_check_lib_save_LIBS
35634 fi
35635 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
35636 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
35637 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
35638
35639 HAVE_PRIOR_FUNCS=1
35640 POSIX4_LINK=" -lposix4"
35641
35642 fi
35643
35644
35645 fi
35646
35647
35648 fi
35649
35650
35651 fi
35652
35653
35654 if test "$HAVE_PRIOR_FUNCS" = 1; then
35655 cat >>confdefs.h <<\_ACEOF
35656 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
35657 _ACEOF
35658
35659 else
35660 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
35661 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
35662 fi
35663
35664 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
35665 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
35666 if test "${ac_cv_func_pthread_cancel+set}" = set; then
35667 echo $ECHO_N "(cached) $ECHO_C" >&6
35668 else
35669 cat >conftest.$ac_ext <<_ACEOF
35670 /* confdefs.h. */
35671 _ACEOF
35672 cat confdefs.h >>conftest.$ac_ext
35673 cat >>conftest.$ac_ext <<_ACEOF
35674 /* end confdefs.h. */
35675 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
35676 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35677 #define pthread_cancel innocuous_pthread_cancel
35678
35679 /* System header to define __stub macros and hopefully few prototypes,
35680 which can conflict with char pthread_cancel (); below.
35681 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35682 <limits.h> exists even on freestanding compilers. */
35683
35684 #ifdef __STDC__
35685 # include <limits.h>
35686 #else
35687 # include <assert.h>
35688 #endif
35689
35690 #undef pthread_cancel
35691
35692 /* Override any gcc2 internal prototype to avoid an error. */
35693 #ifdef __cplusplus
35694 extern "C"
35695 {
35696 #endif
35697 /* We use char because int might match the return type of a gcc2
35698 builtin and then its argument prototype would still apply. */
35699 char pthread_cancel ();
35700 /* The GNU C library defines this for functions which it implements
35701 to always fail with ENOSYS. Some functions are actually named
35702 something starting with __ and the normal name is an alias. */
35703 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
35704 choke me
35705 #else
35706 char (*f) () = pthread_cancel;
35707 #endif
35708 #ifdef __cplusplus
35709 }
35710 #endif
35711
35712 int
35713 main ()
35714 {
35715 return f != pthread_cancel;
35716 ;
35717 return 0;
35718 }
35719 _ACEOF
35720 rm -f conftest.$ac_objext conftest$ac_exeext
35721 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35722 (eval $ac_link) 2>conftest.er1
35723 ac_status=$?
35724 grep -v '^ *+' conftest.er1 >conftest.err
35725 rm -f conftest.er1
35726 cat conftest.err >&5
35727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35728 (exit $ac_status); } &&
35729 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35731 (eval $ac_try) 2>&5
35732 ac_status=$?
35733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35734 (exit $ac_status); }; } &&
35735 { ac_try='test -s conftest$ac_exeext'
35736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35737 (eval $ac_try) 2>&5
35738 ac_status=$?
35739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35740 (exit $ac_status); }; }; then
35741 ac_cv_func_pthread_cancel=yes
35742 else
35743 echo "$as_me: failed program was:" >&5
35744 sed 's/^/| /' conftest.$ac_ext >&5
35745
35746 ac_cv_func_pthread_cancel=no
35747 fi
35748 rm -f conftest.err conftest.$ac_objext \
35749 conftest$ac_exeext conftest.$ac_ext
35750 fi
35751 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
35752 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
35753 if test $ac_cv_func_pthread_cancel = yes; then
35754 cat >>confdefs.h <<\_ACEOF
35755 #define HAVE_PTHREAD_CANCEL 1
35756 _ACEOF
35757
35758 else
35759 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
35760 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
35761 fi
35762
35763
35764 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
35765 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
35766 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
35767 echo $ECHO_N "(cached) $ECHO_C" >&6
35768 else
35769 cat >conftest.$ac_ext <<_ACEOF
35770 /* confdefs.h. */
35771 _ACEOF
35772 cat confdefs.h >>conftest.$ac_ext
35773 cat >>conftest.$ac_ext <<_ACEOF
35774 /* end confdefs.h. */
35775 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
35776 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35777 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
35778
35779 /* System header to define __stub macros and hopefully few prototypes,
35780 which can conflict with char pthread_attr_setstacksize (); below.
35781 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35782 <limits.h> exists even on freestanding compilers. */
35783
35784 #ifdef __STDC__
35785 # include <limits.h>
35786 #else
35787 # include <assert.h>
35788 #endif
35789
35790 #undef pthread_attr_setstacksize
35791
35792 /* Override any gcc2 internal prototype to avoid an error. */
35793 #ifdef __cplusplus
35794 extern "C"
35795 {
35796 #endif
35797 /* We use char because int might match the return type of a gcc2
35798 builtin and then its argument prototype would still apply. */
35799 char pthread_attr_setstacksize ();
35800 /* The GNU C library defines this for functions which it implements
35801 to always fail with ENOSYS. Some functions are actually named
35802 something starting with __ and the normal name is an alias. */
35803 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
35804 choke me
35805 #else
35806 char (*f) () = pthread_attr_setstacksize;
35807 #endif
35808 #ifdef __cplusplus
35809 }
35810 #endif
35811
35812 int
35813 main ()
35814 {
35815 return f != pthread_attr_setstacksize;
35816 ;
35817 return 0;
35818 }
35819 _ACEOF
35820 rm -f conftest.$ac_objext conftest$ac_exeext
35821 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35822 (eval $ac_link) 2>conftest.er1
35823 ac_status=$?
35824 grep -v '^ *+' conftest.er1 >conftest.err
35825 rm -f conftest.er1
35826 cat conftest.err >&5
35827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35828 (exit $ac_status); } &&
35829 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35831 (eval $ac_try) 2>&5
35832 ac_status=$?
35833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35834 (exit $ac_status); }; } &&
35835 { ac_try='test -s conftest$ac_exeext'
35836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35837 (eval $ac_try) 2>&5
35838 ac_status=$?
35839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35840 (exit $ac_status); }; }; then
35841 ac_cv_func_pthread_attr_setstacksize=yes
35842 else
35843 echo "$as_me: failed program was:" >&5
35844 sed 's/^/| /' conftest.$ac_ext >&5
35845
35846 ac_cv_func_pthread_attr_setstacksize=no
35847 fi
35848 rm -f conftest.err conftest.$ac_objext \
35849 conftest$ac_exeext conftest.$ac_ext
35850 fi
35851 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
35852 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
35853 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
35854 cat >>confdefs.h <<\_ACEOF
35855 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
35856 _ACEOF
35857
35858 fi
35859
35860
35861
35862 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
35863 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
35864 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
35865 echo $ECHO_N "(cached) $ECHO_C" >&6
35866 else
35867
35868 cat >conftest.$ac_ext <<_ACEOF
35869 /* confdefs.h. */
35870 _ACEOF
35871 cat confdefs.h >>conftest.$ac_ext
35872 cat >>conftest.$ac_ext <<_ACEOF
35873 /* end confdefs.h. */
35874 #include <pthread.h>
35875 int
35876 main ()
35877 {
35878
35879 pthread_mutexattr_t attr;
35880 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
35881
35882 ;
35883 return 0;
35884 }
35885 _ACEOF
35886 rm -f conftest.$ac_objext
35887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35888 (eval $ac_compile) 2>conftest.er1
35889 ac_status=$?
35890 grep -v '^ *+' conftest.er1 >conftest.err
35891 rm -f conftest.er1
35892 cat conftest.err >&5
35893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35894 (exit $ac_status); } &&
35895 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35897 (eval $ac_try) 2>&5
35898 ac_status=$?
35899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35900 (exit $ac_status); }; } &&
35901 { ac_try='test -s conftest.$ac_objext'
35902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35903 (eval $ac_try) 2>&5
35904 ac_status=$?
35905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35906 (exit $ac_status); }; }; then
35907
35908 wx_cv_type_pthread_mutexattr_t=yes
35909
35910 else
35911 echo "$as_me: failed program was:" >&5
35912 sed 's/^/| /' conftest.$ac_ext >&5
35913
35914
35915 wx_cv_type_pthread_mutexattr_t=no
35916
35917
35918 fi
35919 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35920
35921 fi
35922 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
35923 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
35924
35925 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
35926 cat >>confdefs.h <<\_ACEOF
35927 #define HAVE_PTHREAD_MUTEXATTR_T 1
35928 _ACEOF
35929
35930 else
35931 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
35932 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
35933 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
35934 echo $ECHO_N "(cached) $ECHO_C" >&6
35935 else
35936
35937 cat >conftest.$ac_ext <<_ACEOF
35938 /* confdefs.h. */
35939 _ACEOF
35940 cat confdefs.h >>conftest.$ac_ext
35941 cat >>conftest.$ac_ext <<_ACEOF
35942 /* end confdefs.h. */
35943 #include <pthread.h>
35944 int
35945 main ()
35946 {
35947
35948 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
35949
35950 ;
35951 return 0;
35952 }
35953 _ACEOF
35954 rm -f conftest.$ac_objext
35955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35956 (eval $ac_compile) 2>conftest.er1
35957 ac_status=$?
35958 grep -v '^ *+' conftest.er1 >conftest.err
35959 rm -f conftest.er1
35960 cat conftest.err >&5
35961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35962 (exit $ac_status); } &&
35963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35965 (eval $ac_try) 2>&5
35966 ac_status=$?
35967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35968 (exit $ac_status); }; } &&
35969 { ac_try='test -s conftest.$ac_objext'
35970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35971 (eval $ac_try) 2>&5
35972 ac_status=$?
35973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35974 (exit $ac_status); }; }; then
35975
35976 wx_cv_type_pthread_rec_mutex_init=yes
35977
35978 else
35979 echo "$as_me: failed program was:" >&5
35980 sed 's/^/| /' conftest.$ac_ext >&5
35981
35982
35983 wx_cv_type_pthread_rec_mutex_init=no
35984
35985
35986 fi
35987 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35988
35989 fi
35990 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
35991 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
35992 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
35993 cat >>confdefs.h <<\_ACEOF
35994 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
35995 _ACEOF
35996
35997 else
35998 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
35999 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
36000 fi
36001 fi
36002 fi
36003
36004 else
36005 if test "$wxUSE_THREADS" = "yes" ; then
36006 case "${host}" in
36007 *-*-mingw32* )
36008 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
36009 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
36010 if test "${wx_cv_cflags_mthread+set}" = set; then
36011 echo $ECHO_N "(cached) $ECHO_C" >&6
36012 else
36013
36014 CFLAGS_OLD="$CFLAGS"
36015 CFLAGS="$CFLAGS -mthreads"
36016 cat >conftest.$ac_ext <<_ACEOF
36017 /* confdefs.h. */
36018 _ACEOF
36019 cat confdefs.h >>conftest.$ac_ext
36020 cat >>conftest.$ac_ext <<_ACEOF
36021 /* end confdefs.h. */
36022
36023 int
36024 main ()
36025 {
36026
36027 ;
36028 return 0;
36029 }
36030 _ACEOF
36031 rm -f conftest.$ac_objext
36032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36033 (eval $ac_compile) 2>conftest.er1
36034 ac_status=$?
36035 grep -v '^ *+' conftest.er1 >conftest.err
36036 rm -f conftest.er1
36037 cat conftest.err >&5
36038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36039 (exit $ac_status); } &&
36040 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36042 (eval $ac_try) 2>&5
36043 ac_status=$?
36044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36045 (exit $ac_status); }; } &&
36046 { ac_try='test -s conftest.$ac_objext'
36047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36048 (eval $ac_try) 2>&5
36049 ac_status=$?
36050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36051 (exit $ac_status); }; }; then
36052 wx_cv_cflags_mthread=yes
36053 else
36054 echo "$as_me: failed program was:" >&5
36055 sed 's/^/| /' conftest.$ac_ext >&5
36056
36057 wx_cv_cflags_mthread=no
36058
36059 fi
36060 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36061
36062
36063 fi
36064 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
36065 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
36066
36067 if test "$wx_cv_cflags_mthread" = "yes"; then
36068 CXXFLAGS="$CXXFLAGS -mthreads"
36069 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
36070 LDFLAGS="$LDFLAGS -mthreads"
36071 else
36072 CFLAGS="$CFLAGS_OLD"
36073 fi
36074 ;;
36075 *-pc-os2*emx )
36076 CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
36077 CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
36078 LDFLAGS="$LDFLAGS -Zmt"
36079 ;;
36080 esac
36081 fi
36082 fi
36083
36084 if test "$wxUSE_THREADS" = "yes"; then
36085 cat >>confdefs.h <<\_ACEOF
36086 #define wxUSE_THREADS 1
36087 _ACEOF
36088
36089
36090 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
36091 else
36092 if test "$ac_cv_func_strtok_r" = "yes"; then
36093 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
36094 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
36095 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
36096 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
36097 echo "$as_me:$LINENO: result: yes" >&5
36098 echo "${ECHO_T}yes" >&6
36099 else
36100 echo "$as_me:$LINENO: result: no" >&5
36101 echo "${ECHO_T}no" >&6
36102 fi
36103 fi
36104 fi
36105
36106 if test "$WXGTK20" = 1 ; then
36107 cat >>confdefs.h <<_ACEOF
36108 #define __WXGTK20__ $WXGTK20
36109 _ACEOF
36110
36111 WXGTK12=1
36112 fi
36113
36114 if test "$WXGTK12" = 1 ; then
36115 cat >>confdefs.h <<_ACEOF
36116 #define __WXGTK12__ $WXGTK12
36117 _ACEOF
36118
36119 fi
36120
36121 if test "$WXGTK127" = 1 ; then
36122 cat >>confdefs.h <<_ACEOF
36123 #define __WXGTK127__ $WXGTK127
36124 _ACEOF
36125
36126 fi
36127
36128 if test "$WXGPE" = 1 ; then
36129 cat >>confdefs.h <<_ACEOF
36130 #define __WXGPE__ $WXGPE
36131 _ACEOF
36132
36133 fi
36134
36135 WXDEBUG=
36136
36137 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
36138 WXDEBUG="-g"
36139 wxUSE_OPTIMISE=no
36140 fi
36141
36142 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
36143 wxUSE_DEBUG_INFO=yes
36144 if test "$GCC" = yes; then
36145 WXDEBUG="-ggdb"
36146 fi
36147 fi
36148
36149 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
36150 cat >>confdefs.h <<\_ACEOF
36151 #define WXDEBUG 1
36152 _ACEOF
36153
36154 WXDEBUG_DEFINE="-D__WXDEBUG__"
36155 else
36156 if test "$wxUSE_GTK" = 1 ; then
36157 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
36158 fi
36159 fi
36160
36161 if test "$wxUSE_MEM_TRACING" = "yes" ; then
36162 cat >>confdefs.h <<\_ACEOF
36163 #define wxUSE_MEMORY_TRACING 1
36164 _ACEOF
36165
36166 cat >>confdefs.h <<\_ACEOF
36167 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
36168 _ACEOF
36169
36170 cat >>confdefs.h <<\_ACEOF
36171 #define wxUSE_DEBUG_NEW_ALWAYS 1
36172 _ACEOF
36173
36174 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
36175 fi
36176
36177 if test "$wxUSE_DMALLOC" = "yes" ; then
36178 DMALLOC_LIBS="-ldmallocthcxx"
36179 fi
36180
36181 PROFILE=
36182 if test "$wxUSE_PROFILE" = "yes" ; then
36183 PROFILE=" -pg"
36184 fi
36185
36186 CODE_GEN_FLAGS=
36187 CODE_GEN_FLAGS_CXX=
36188 if test "$GCC" = "yes" ; then
36189 if test "$wxUSE_NO_RTTI" = "yes" ; then
36190 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
36191 fi
36192 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36193 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
36194 fi
36195 if test "$wxUSE_PERMISSIVE" = "yes" ; then
36196 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
36197 fi
36198
36199 case "${host}" in
36200 powerpc*-*-aix* )
36201 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
36202 ;;
36203 *-hppa* )
36204 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
36205 ;;
36206 esac
36207 fi
36208
36209 OPTIMISE=
36210 if test "$wxUSE_OPTIMISE" = "no" ; then
36211 if test "$GCC" = yes ; then
36212 OPTIMISE="-O0"
36213 fi
36214 else
36215 if test "$GCC" = yes ; then
36216 OPTIMISE="-O2"
36217
36218 case "${host}" in
36219 i586-*-*|i686-*-* )
36220 OPTIMISE="${OPTIMISE} "
36221 ;;
36222 esac
36223 else
36224 OPTIMISE="-O"
36225 fi
36226 fi
36227
36228
36229 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
36230 cat >>confdefs.h <<\_ACEOF
36231 #define WXWIN_COMPATIBILITY_2_2 1
36232 _ACEOF
36233
36234
36235 WXWIN_COMPATIBILITY_2_4="yes"
36236 fi
36237
36238 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
36239 cat >>confdefs.h <<\_ACEOF
36240 #define WXWIN_COMPATIBILITY_2_4 1
36241 _ACEOF
36242
36243 fi
36244
36245
36246 if test "$wxUSE_GUI" = "yes"; then
36247 cat >>confdefs.h <<\_ACEOF
36248 #define wxUSE_GUI 1
36249 _ACEOF
36250
36251
36252 fi
36253
36254
36255 if test "$wxUSE_UNIX" = "yes"; then
36256 cat >>confdefs.h <<\_ACEOF
36257 #define wxUSE_UNIX 1
36258 _ACEOF
36259
36260 fi
36261
36262
36263 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36264
36265 HAVE_DL_FUNCS=0
36266 HAVE_SHL_FUNCS=0
36267 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36268 if test "$USE_DARWIN" = 1; then
36269 HAVE_DL_FUNCS=1
36270 elif test "$USE_DOS" = 1; then
36271 HAVE_DL_FUNCS=0
36272 else
36273
36274 for ac_func in dlopen
36275 do
36276 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36277 echo "$as_me:$LINENO: checking for $ac_func" >&5
36278 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36279 if eval "test \"\${$as_ac_var+set}\" = set"; then
36280 echo $ECHO_N "(cached) $ECHO_C" >&6
36281 else
36282 cat >conftest.$ac_ext <<_ACEOF
36283 /* confdefs.h. */
36284 _ACEOF
36285 cat confdefs.h >>conftest.$ac_ext
36286 cat >>conftest.$ac_ext <<_ACEOF
36287 /* end confdefs.h. */
36288 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36289 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36290 #define $ac_func innocuous_$ac_func
36291
36292 /* System header to define __stub macros and hopefully few prototypes,
36293 which can conflict with char $ac_func (); below.
36294 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36295 <limits.h> exists even on freestanding compilers. */
36296
36297 #ifdef __STDC__
36298 # include <limits.h>
36299 #else
36300 # include <assert.h>
36301 #endif
36302
36303 #undef $ac_func
36304
36305 /* Override any gcc2 internal prototype to avoid an error. */
36306 #ifdef __cplusplus
36307 extern "C"
36308 {
36309 #endif
36310 /* We use char because int might match the return type of a gcc2
36311 builtin and then its argument prototype would still apply. */
36312 char $ac_func ();
36313 /* The GNU C library defines this for functions which it implements
36314 to always fail with ENOSYS. Some functions are actually named
36315 something starting with __ and the normal name is an alias. */
36316 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36317 choke me
36318 #else
36319 char (*f) () = $ac_func;
36320 #endif
36321 #ifdef __cplusplus
36322 }
36323 #endif
36324
36325 int
36326 main ()
36327 {
36328 return f != $ac_func;
36329 ;
36330 return 0;
36331 }
36332 _ACEOF
36333 rm -f conftest.$ac_objext conftest$ac_exeext
36334 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36335 (eval $ac_link) 2>conftest.er1
36336 ac_status=$?
36337 grep -v '^ *+' conftest.er1 >conftest.err
36338 rm -f conftest.er1
36339 cat conftest.err >&5
36340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36341 (exit $ac_status); } &&
36342 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36344 (eval $ac_try) 2>&5
36345 ac_status=$?
36346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36347 (exit $ac_status); }; } &&
36348 { ac_try='test -s conftest$ac_exeext'
36349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36350 (eval $ac_try) 2>&5
36351 ac_status=$?
36352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36353 (exit $ac_status); }; }; then
36354 eval "$as_ac_var=yes"
36355 else
36356 echo "$as_me: failed program was:" >&5
36357 sed 's/^/| /' conftest.$ac_ext >&5
36358
36359 eval "$as_ac_var=no"
36360 fi
36361 rm -f conftest.err conftest.$ac_objext \
36362 conftest$ac_exeext conftest.$ac_ext
36363 fi
36364 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36365 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36366 if test `eval echo '${'$as_ac_var'}'` = yes; then
36367 cat >>confdefs.h <<_ACEOF
36368 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36369 _ACEOF
36370
36371 cat >>confdefs.h <<\_ACEOF
36372 #define HAVE_DLOPEN 1
36373 _ACEOF
36374
36375 HAVE_DL_FUNCS=1
36376
36377 else
36378
36379 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
36380 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
36381 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
36382 echo $ECHO_N "(cached) $ECHO_C" >&6
36383 else
36384 ac_check_lib_save_LIBS=$LIBS
36385 LIBS="-ldl $LIBS"
36386 cat >conftest.$ac_ext <<_ACEOF
36387 /* confdefs.h. */
36388 _ACEOF
36389 cat confdefs.h >>conftest.$ac_ext
36390 cat >>conftest.$ac_ext <<_ACEOF
36391 /* end confdefs.h. */
36392
36393 /* Override any gcc2 internal prototype to avoid an error. */
36394 #ifdef __cplusplus
36395 extern "C"
36396 #endif
36397 /* We use char because int might match the return type of a gcc2
36398 builtin and then its argument prototype would still apply. */
36399 char dlopen ();
36400 int
36401 main ()
36402 {
36403 dlopen ();
36404 ;
36405 return 0;
36406 }
36407 _ACEOF
36408 rm -f conftest.$ac_objext conftest$ac_exeext
36409 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36410 (eval $ac_link) 2>conftest.er1
36411 ac_status=$?
36412 grep -v '^ *+' conftest.er1 >conftest.err
36413 rm -f conftest.er1
36414 cat conftest.err >&5
36415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36416 (exit $ac_status); } &&
36417 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36419 (eval $ac_try) 2>&5
36420 ac_status=$?
36421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36422 (exit $ac_status); }; } &&
36423 { ac_try='test -s conftest$ac_exeext'
36424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36425 (eval $ac_try) 2>&5
36426 ac_status=$?
36427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36428 (exit $ac_status); }; }; then
36429 ac_cv_lib_dl_dlopen=yes
36430 else
36431 echo "$as_me: failed program was:" >&5
36432 sed 's/^/| /' conftest.$ac_ext >&5
36433
36434 ac_cv_lib_dl_dlopen=no
36435 fi
36436 rm -f conftest.err conftest.$ac_objext \
36437 conftest$ac_exeext conftest.$ac_ext
36438 LIBS=$ac_check_lib_save_LIBS
36439 fi
36440 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
36441 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
36442 if test $ac_cv_lib_dl_dlopen = yes; then
36443
36444 cat >>confdefs.h <<\_ACEOF
36445 #define HAVE_DLOPEN 1
36446 _ACEOF
36447
36448 HAVE_DL_FUNCS=1
36449 DL_LINK=" -ldl$DL_LINK"
36450
36451 else
36452
36453
36454 for ac_func in shl_load
36455 do
36456 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36457 echo "$as_me:$LINENO: checking for $ac_func" >&5
36458 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36459 if eval "test \"\${$as_ac_var+set}\" = set"; then
36460 echo $ECHO_N "(cached) $ECHO_C" >&6
36461 else
36462 cat >conftest.$ac_ext <<_ACEOF
36463 /* confdefs.h. */
36464 _ACEOF
36465 cat confdefs.h >>conftest.$ac_ext
36466 cat >>conftest.$ac_ext <<_ACEOF
36467 /* end confdefs.h. */
36468 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36469 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36470 #define $ac_func innocuous_$ac_func
36471
36472 /* System header to define __stub macros and hopefully few prototypes,
36473 which can conflict with char $ac_func (); below.
36474 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36475 <limits.h> exists even on freestanding compilers. */
36476
36477 #ifdef __STDC__
36478 # include <limits.h>
36479 #else
36480 # include <assert.h>
36481 #endif
36482
36483 #undef $ac_func
36484
36485 /* Override any gcc2 internal prototype to avoid an error. */
36486 #ifdef __cplusplus
36487 extern "C"
36488 {
36489 #endif
36490 /* We use char because int might match the return type of a gcc2
36491 builtin and then its argument prototype would still apply. */
36492 char $ac_func ();
36493 /* The GNU C library defines this for functions which it implements
36494 to always fail with ENOSYS. Some functions are actually named
36495 something starting with __ and the normal name is an alias. */
36496 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36497 choke me
36498 #else
36499 char (*f) () = $ac_func;
36500 #endif
36501 #ifdef __cplusplus
36502 }
36503 #endif
36504
36505 int
36506 main ()
36507 {
36508 return f != $ac_func;
36509 ;
36510 return 0;
36511 }
36512 _ACEOF
36513 rm -f conftest.$ac_objext conftest$ac_exeext
36514 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36515 (eval $ac_link) 2>conftest.er1
36516 ac_status=$?
36517 grep -v '^ *+' conftest.er1 >conftest.err
36518 rm -f conftest.er1
36519 cat conftest.err >&5
36520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36521 (exit $ac_status); } &&
36522 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36524 (eval $ac_try) 2>&5
36525 ac_status=$?
36526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36527 (exit $ac_status); }; } &&
36528 { ac_try='test -s conftest$ac_exeext'
36529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36530 (eval $ac_try) 2>&5
36531 ac_status=$?
36532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36533 (exit $ac_status); }; }; then
36534 eval "$as_ac_var=yes"
36535 else
36536 echo "$as_me: failed program was:" >&5
36537 sed 's/^/| /' conftest.$ac_ext >&5
36538
36539 eval "$as_ac_var=no"
36540 fi
36541 rm -f conftest.err conftest.$ac_objext \
36542 conftest$ac_exeext conftest.$ac_ext
36543 fi
36544 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36545 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36546 if test `eval echo '${'$as_ac_var'}'` = yes; then
36547 cat >>confdefs.h <<_ACEOF
36548 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36549 _ACEOF
36550
36551 cat >>confdefs.h <<\_ACEOF
36552 #define HAVE_SHL_LOAD 1
36553 _ACEOF
36554
36555 HAVE_SHL_FUNCS=1
36556
36557 else
36558
36559 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
36560 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
36561 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
36562 echo $ECHO_N "(cached) $ECHO_C" >&6
36563 else
36564 ac_check_lib_save_LIBS=$LIBS
36565 LIBS="-lshl_load $LIBS"
36566 cat >conftest.$ac_ext <<_ACEOF
36567 /* confdefs.h. */
36568 _ACEOF
36569 cat confdefs.h >>conftest.$ac_ext
36570 cat >>conftest.$ac_ext <<_ACEOF
36571 /* end confdefs.h. */
36572
36573 /* Override any gcc2 internal prototype to avoid an error. */
36574 #ifdef __cplusplus
36575 extern "C"
36576 #endif
36577 /* We use char because int might match the return type of a gcc2
36578 builtin and then its argument prototype would still apply. */
36579 char dld ();
36580 int
36581 main ()
36582 {
36583 dld ();
36584 ;
36585 return 0;
36586 }
36587 _ACEOF
36588 rm -f conftest.$ac_objext conftest$ac_exeext
36589 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36590 (eval $ac_link) 2>conftest.er1
36591 ac_status=$?
36592 grep -v '^ *+' conftest.er1 >conftest.err
36593 rm -f conftest.er1
36594 cat conftest.err >&5
36595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36596 (exit $ac_status); } &&
36597 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36599 (eval $ac_try) 2>&5
36600 ac_status=$?
36601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36602 (exit $ac_status); }; } &&
36603 { ac_try='test -s conftest$ac_exeext'
36604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36605 (eval $ac_try) 2>&5
36606 ac_status=$?
36607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36608 (exit $ac_status); }; }; then
36609 ac_cv_lib_shl_load_dld=yes
36610 else
36611 echo "$as_me: failed program was:" >&5
36612 sed 's/^/| /' conftest.$ac_ext >&5
36613
36614 ac_cv_lib_shl_load_dld=no
36615 fi
36616 rm -f conftest.err conftest.$ac_objext \
36617 conftest$ac_exeext conftest.$ac_ext
36618 LIBS=$ac_check_lib_save_LIBS
36619 fi
36620 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
36621 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
36622 if test $ac_cv_lib_shl_load_dld = yes; then
36623
36624 HAVE_SHL_FUNCS=1
36625 DL_LINK=" -ldld$DL_LINK"
36626
36627 fi
36628
36629
36630 fi
36631 done
36632
36633
36634 fi
36635
36636
36637 fi
36638 done
36639
36640
36641 if test "$HAVE_DL_FUNCS" = 1; then
36642
36643 for ac_func in dlerror
36644 do
36645 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36646 echo "$as_me:$LINENO: checking for $ac_func" >&5
36647 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36648 if eval "test \"\${$as_ac_var+set}\" = set"; then
36649 echo $ECHO_N "(cached) $ECHO_C" >&6
36650 else
36651 cat >conftest.$ac_ext <<_ACEOF
36652 /* confdefs.h. */
36653 _ACEOF
36654 cat confdefs.h >>conftest.$ac_ext
36655 cat >>conftest.$ac_ext <<_ACEOF
36656 /* end confdefs.h. */
36657 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36658 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36659 #define $ac_func innocuous_$ac_func
36660
36661 /* System header to define __stub macros and hopefully few prototypes,
36662 which can conflict with char $ac_func (); below.
36663 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36664 <limits.h> exists even on freestanding compilers. */
36665
36666 #ifdef __STDC__
36667 # include <limits.h>
36668 #else
36669 # include <assert.h>
36670 #endif
36671
36672 #undef $ac_func
36673
36674 /* Override any gcc2 internal prototype to avoid an error. */
36675 #ifdef __cplusplus
36676 extern "C"
36677 {
36678 #endif
36679 /* We use char because int might match the return type of a gcc2
36680 builtin and then its argument prototype would still apply. */
36681 char $ac_func ();
36682 /* The GNU C library defines this for functions which it implements
36683 to always fail with ENOSYS. Some functions are actually named
36684 something starting with __ and the normal name is an alias. */
36685 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36686 choke me
36687 #else
36688 char (*f) () = $ac_func;
36689 #endif
36690 #ifdef __cplusplus
36691 }
36692 #endif
36693
36694 int
36695 main ()
36696 {
36697 return f != $ac_func;
36698 ;
36699 return 0;
36700 }
36701 _ACEOF
36702 rm -f conftest.$ac_objext conftest$ac_exeext
36703 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36704 (eval $ac_link) 2>conftest.er1
36705 ac_status=$?
36706 grep -v '^ *+' conftest.er1 >conftest.err
36707 rm -f conftest.er1
36708 cat conftest.err >&5
36709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36710 (exit $ac_status); } &&
36711 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36713 (eval $ac_try) 2>&5
36714 ac_status=$?
36715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36716 (exit $ac_status); }; } &&
36717 { ac_try='test -s conftest$ac_exeext'
36718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36719 (eval $ac_try) 2>&5
36720 ac_status=$?
36721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36722 (exit $ac_status); }; }; then
36723 eval "$as_ac_var=yes"
36724 else
36725 echo "$as_me: failed program was:" >&5
36726 sed 's/^/| /' conftest.$ac_ext >&5
36727
36728 eval "$as_ac_var=no"
36729 fi
36730 rm -f conftest.err conftest.$ac_objext \
36731 conftest$ac_exeext conftest.$ac_ext
36732 fi
36733 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36734 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36735 if test `eval echo '${'$as_ac_var'}'` = yes; then
36736 cat >>confdefs.h <<_ACEOF
36737 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36738 _ACEOF
36739 cat >>confdefs.h <<\_ACEOF
36740 #define HAVE_DLERROR 1
36741 _ACEOF
36742
36743 else
36744
36745 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
36746 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
36747 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
36748 echo $ECHO_N "(cached) $ECHO_C" >&6
36749 else
36750 ac_check_lib_save_LIBS=$LIBS
36751 LIBS="-ldl $LIBS"
36752 cat >conftest.$ac_ext <<_ACEOF
36753 /* confdefs.h. */
36754 _ACEOF
36755 cat confdefs.h >>conftest.$ac_ext
36756 cat >>conftest.$ac_ext <<_ACEOF
36757 /* end confdefs.h. */
36758
36759 /* Override any gcc2 internal prototype to avoid an error. */
36760 #ifdef __cplusplus
36761 extern "C"
36762 #endif
36763 /* We use char because int might match the return type of a gcc2
36764 builtin and then its argument prototype would still apply. */
36765 char dlerror ();
36766 int
36767 main ()
36768 {
36769 dlerror ();
36770 ;
36771 return 0;
36772 }
36773 _ACEOF
36774 rm -f conftest.$ac_objext conftest$ac_exeext
36775 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36776 (eval $ac_link) 2>conftest.er1
36777 ac_status=$?
36778 grep -v '^ *+' conftest.er1 >conftest.err
36779 rm -f conftest.er1
36780 cat conftest.err >&5
36781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36782 (exit $ac_status); } &&
36783 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36785 (eval $ac_try) 2>&5
36786 ac_status=$?
36787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36788 (exit $ac_status); }; } &&
36789 { ac_try='test -s conftest$ac_exeext'
36790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36791 (eval $ac_try) 2>&5
36792 ac_status=$?
36793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36794 (exit $ac_status); }; }; then
36795 ac_cv_lib_dl_dlerror=yes
36796 else
36797 echo "$as_me: failed program was:" >&5
36798 sed 's/^/| /' conftest.$ac_ext >&5
36799
36800 ac_cv_lib_dl_dlerror=no
36801 fi
36802 rm -f conftest.err conftest.$ac_objext \
36803 conftest$ac_exeext conftest.$ac_ext
36804 LIBS=$ac_check_lib_save_LIBS
36805 fi
36806 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
36807 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
36808 if test $ac_cv_lib_dl_dlerror = yes; then
36809 cat >>confdefs.h <<\_ACEOF
36810 #define HAVE_DLERROR 1
36811 _ACEOF
36812
36813 fi
36814
36815
36816
36817 fi
36818 done
36819
36820 fi
36821 fi
36822
36823 if test "$HAVE_DL_FUNCS" = 0; then
36824 if test "$HAVE_SHL_FUNCS" = 0; then
36825 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
36826 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
36827 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
36828 wxUSE_DYNAMIC_LOADER=no
36829 wxUSE_DYNLIB_CLASS=no
36830 else
36831 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
36832 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
36833 fi
36834 fi
36835 fi
36836 fi
36837 fi
36838
36839 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
36840 cat >>confdefs.h <<\_ACEOF
36841 #define wxUSE_DYNAMIC_LOADER 1
36842 _ACEOF
36843
36844 fi
36845 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36846 cat >>confdefs.h <<\_ACEOF
36847 #define wxUSE_DYNLIB_CLASS 1
36848 _ACEOF
36849
36850 fi
36851
36852
36853
36854 if test "$wxUSE_PLUGINS" = "yes" ; then
36855 if test "$wxUSE_SHARED" = "no" ; then
36856 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
36857 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
36858 wxUSE_PLUGINS=no
36859 fi
36860 if test "$wxUSE_MONOLITHIC" = "yes" ; then
36861 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
36862 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
36863 wxUSE_PLUGINS=no
36864 fi
36865 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
36866 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
36867 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
36868 wxUSE_PLUGINS=no
36869 fi
36870 if test "$wxUSE_PLUGINS" = "yes" ; then
36871 cat >>confdefs.h <<\_ACEOF
36872 #define wxUSE_PLUGINS 1
36873 _ACEOF
36874
36875 fi
36876 fi
36877
36878
36879 if test "$wxUSE_STL" = "yes"; then
36880 cat >>confdefs.h <<\_ACEOF
36881 #define wxUSE_STL 1
36882 _ACEOF
36883
36884 fi
36885
36886 if test "$wxUSE_APPLE_IEEE" = "yes"; then
36887 cat >>confdefs.h <<\_ACEOF
36888 #define wxUSE_APPLE_IEEE 1
36889 _ACEOF
36890
36891 fi
36892
36893 if test "$wxUSE_TIMER" = "yes"; then
36894 cat >>confdefs.h <<\_ACEOF
36895 #define wxUSE_TIMER 1
36896 _ACEOF
36897
36898 fi
36899
36900 if test "$USE_UNIX" = "1" ; then
36901
36902 for ac_header in sys/soundcard.h
36903 do
36904 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36905 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36906 echo "$as_me:$LINENO: checking for $ac_header" >&5
36907 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36908 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36909 echo $ECHO_N "(cached) $ECHO_C" >&6
36910 fi
36911 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36912 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36913 else
36914 # Is the header compilable?
36915 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36916 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36917 cat >conftest.$ac_ext <<_ACEOF
36918 /* confdefs.h. */
36919 _ACEOF
36920 cat confdefs.h >>conftest.$ac_ext
36921 cat >>conftest.$ac_ext <<_ACEOF
36922 /* end confdefs.h. */
36923 $ac_includes_default
36924 #include <$ac_header>
36925 _ACEOF
36926 rm -f conftest.$ac_objext
36927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36928 (eval $ac_compile) 2>conftest.er1
36929 ac_status=$?
36930 grep -v '^ *+' conftest.er1 >conftest.err
36931 rm -f conftest.er1
36932 cat conftest.err >&5
36933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36934 (exit $ac_status); } &&
36935 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36937 (eval $ac_try) 2>&5
36938 ac_status=$?
36939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36940 (exit $ac_status); }; } &&
36941 { ac_try='test -s conftest.$ac_objext'
36942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36943 (eval $ac_try) 2>&5
36944 ac_status=$?
36945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36946 (exit $ac_status); }; }; then
36947 ac_header_compiler=yes
36948 else
36949 echo "$as_me: failed program was:" >&5
36950 sed 's/^/| /' conftest.$ac_ext >&5
36951
36952 ac_header_compiler=no
36953 fi
36954 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36955 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36956 echo "${ECHO_T}$ac_header_compiler" >&6
36957
36958 # Is the header present?
36959 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36960 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36961 cat >conftest.$ac_ext <<_ACEOF
36962 /* confdefs.h. */
36963 _ACEOF
36964 cat confdefs.h >>conftest.$ac_ext
36965 cat >>conftest.$ac_ext <<_ACEOF
36966 /* end confdefs.h. */
36967 #include <$ac_header>
36968 _ACEOF
36969 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36970 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36971 ac_status=$?
36972 grep -v '^ *+' conftest.er1 >conftest.err
36973 rm -f conftest.er1
36974 cat conftest.err >&5
36975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36976 (exit $ac_status); } >/dev/null; then
36977 if test -s conftest.err; then
36978 ac_cpp_err=$ac_c_preproc_warn_flag
36979 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36980 else
36981 ac_cpp_err=
36982 fi
36983 else
36984 ac_cpp_err=yes
36985 fi
36986 if test -z "$ac_cpp_err"; then
36987 ac_header_preproc=yes
36988 else
36989 echo "$as_me: failed program was:" >&5
36990 sed 's/^/| /' conftest.$ac_ext >&5
36991
36992 ac_header_preproc=no
36993 fi
36994 rm -f conftest.err conftest.$ac_ext
36995 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36996 echo "${ECHO_T}$ac_header_preproc" >&6
36997
36998 # So? What about this header?
36999 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
37000 yes:no: )
37001 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
37002 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
37003 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
37004 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
37005 ac_header_preproc=yes
37006 ;;
37007 no:yes:* )
37008 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
37009 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
37010 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
37011 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
37012 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
37013 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
37014 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
37015 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
37016 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
37017 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
37018 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
37019 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
37020 (
37021 cat <<\_ASBOX
37022 ## ----------------------------------------- ##
37023 ## Report this to wx-dev@lists.wxwidgets.org ##
37024 ## ----------------------------------------- ##
37025 _ASBOX
37026 ) |
37027 sed "s/^/$as_me: WARNING: /" >&2
37028 ;;
37029 esac
37030 echo "$as_me:$LINENO: checking for $ac_header" >&5
37031 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
37032 if eval "test \"\${$as_ac_Header+set}\" = set"; then
37033 echo $ECHO_N "(cached) $ECHO_C" >&6
37034 else
37035 eval "$as_ac_Header=\$ac_header_preproc"
37036 fi
37037 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
37038 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
37039
37040 fi
37041 if test `eval echo '${'$as_ac_Header'}'` = yes; then
37042 cat >>confdefs.h <<_ACEOF
37043 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
37044 _ACEOF
37045
37046 else
37047 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
37048 fi
37049
37050 done
37051
37052 fi
37053 WITH_PLUGIN_SDL=0
37054 if test "$wxUSE_SOUND" = "yes"; then
37055 if test "$USE_UNIX" = "1" ; then
37056 if test "$wxUSE_LIBSDL" != "no"; then
37057
37058 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
37059 if test "${with_sdl_prefix+set}" = set; then
37060 withval="$with_sdl_prefix"
37061 sdl_prefix="$withval"
37062 else
37063 sdl_prefix=""
37064 fi;
37065
37066 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
37067 if test "${with_sdl_exec_prefix+set}" = set; then
37068 withval="$with_sdl_exec_prefix"
37069 sdl_exec_prefix="$withval"
37070 else
37071 sdl_exec_prefix=""
37072 fi;
37073 # Check whether --enable-sdltest or --disable-sdltest was given.
37074 if test "${enable_sdltest+set}" = set; then
37075 enableval="$enable_sdltest"
37076
37077 else
37078 enable_sdltest=yes
37079 fi;
37080
37081 if test x$sdl_exec_prefix != x ; then
37082 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
37083 if test x${SDL_CONFIG+set} != xset ; then
37084 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
37085 fi
37086 fi
37087 if test x$sdl_prefix != x ; then
37088 sdl_args="$sdl_args --prefix=$sdl_prefix"
37089 if test x${SDL_CONFIG+set} != xset ; then
37090 SDL_CONFIG=$sdl_prefix/bin/sdl-config
37091 fi
37092 fi
37093
37094
37095 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
37096 # Extract the first word of "sdl-config", so it can be a program name with args.
37097 set dummy sdl-config; ac_word=$2
37098 echo "$as_me:$LINENO: checking for $ac_word" >&5
37099 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37100 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
37101 echo $ECHO_N "(cached) $ECHO_C" >&6
37102 else
37103 case $SDL_CONFIG in
37104 [\\/]* | ?:[\\/]*)
37105 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
37106 ;;
37107 *)
37108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37109 for as_dir in $PATH
37110 do
37111 IFS=$as_save_IFS
37112 test -z "$as_dir" && as_dir=.
37113 for ac_exec_ext in '' $ac_executable_extensions; do
37114 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37115 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
37116 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37117 break 2
37118 fi
37119 done
37120 done
37121
37122 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
37123 ;;
37124 esac
37125 fi
37126 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
37127
37128 if test -n "$SDL_CONFIG"; then
37129 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
37130 echo "${ECHO_T}$SDL_CONFIG" >&6
37131 else
37132 echo "$as_me:$LINENO: result: no" >&5
37133 echo "${ECHO_T}no" >&6
37134 fi
37135
37136 min_sdl_version=1.2.0
37137 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
37138 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
37139 no_sdl=""
37140 if test "$SDL_CONFIG" = "no" ; then
37141 no_sdl=yes
37142 else
37143 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
37144 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
37145
37146 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
37147 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
37148 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
37149 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
37150 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
37151 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
37152 if test "x$enable_sdltest" = "xyes" ; then
37153 ac_save_CFLAGS="$CFLAGS"
37154 ac_save_CXXFLAGS="$CXXFLAGS"
37155 ac_save_LIBS="$LIBS"
37156 CFLAGS="$CFLAGS $SDL_CFLAGS"
37157 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
37158 LIBS="$LIBS $SDL_LIBS"
37159 rm -f conf.sdltest
37160 if test "$cross_compiling" = yes; then
37161 echo $ac_n "cross compiling; assumed OK... $ac_c"
37162 else
37163 cat >conftest.$ac_ext <<_ACEOF
37164 /* confdefs.h. */
37165 _ACEOF
37166 cat confdefs.h >>conftest.$ac_ext
37167 cat >>conftest.$ac_ext <<_ACEOF
37168 /* end confdefs.h. */
37169
37170 #include <stdio.h>
37171 #include <stdlib.h>
37172 #include <string.h>
37173 #include "SDL.h"
37174
37175 char*
37176 my_strdup (char *str)
37177 {
37178 char *new_str;
37179
37180 if (str)
37181 {
37182 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
37183 strcpy (new_str, str);
37184 }
37185 else
37186 new_str = NULL;
37187
37188 return new_str;
37189 }
37190
37191 int main (int argc, char *argv[])
37192 {
37193 int major, minor, micro;
37194 char *tmp_version;
37195
37196 /* This hangs on some systems (?)
37197 system ("touch conf.sdltest");
37198 */
37199 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
37200
37201 /* HP/UX 9 (%@#!) writes to sscanf strings */
37202 tmp_version = my_strdup("$min_sdl_version");
37203 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
37204 printf("%s, bad version string\n", "$min_sdl_version");
37205 exit(1);
37206 }
37207
37208 if (($sdl_major_version > major) ||
37209 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
37210 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
37211 {
37212 return 0;
37213 }
37214 else
37215 {
37216 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
37217 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
37218 printf("*** best to upgrade to the required version.\n");
37219 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
37220 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
37221 printf("*** config.cache before re-running configure\n");
37222 return 1;
37223 }
37224 }
37225
37226
37227 _ACEOF
37228 rm -f conftest$ac_exeext
37229 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37230 (eval $ac_link) 2>&5
37231 ac_status=$?
37232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37233 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
37234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37235 (eval $ac_try) 2>&5
37236 ac_status=$?
37237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37238 (exit $ac_status); }; }; then
37239 :
37240 else
37241 echo "$as_me: program exited with status $ac_status" >&5
37242 echo "$as_me: failed program was:" >&5
37243 sed 's/^/| /' conftest.$ac_ext >&5
37244
37245 ( exit $ac_status )
37246 no_sdl=yes
37247 fi
37248 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
37249 fi
37250 CFLAGS="$ac_save_CFLAGS"
37251 CXXFLAGS="$ac_save_CXXFLAGS"
37252 LIBS="$ac_save_LIBS"
37253 fi
37254 fi
37255 if test "x$no_sdl" = x ; then
37256 echo "$as_me:$LINENO: result: yes" >&5
37257 echo "${ECHO_T}yes" >&6
37258
37259 EXTRALIBS_SDL="$SDL_LIBS"
37260 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
37261 cat >>confdefs.h <<\_ACEOF
37262 #define wxUSE_LIBSDL 1
37263 _ACEOF
37264
37265
37266 else
37267 echo "$as_me:$LINENO: result: no" >&5
37268 echo "${ECHO_T}no" >&6
37269 if test "$SDL_CONFIG" = "no" ; then
37270 echo "*** The sdl-config script installed by SDL could not be found"
37271 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
37272 echo "*** your path, or set the SDL_CONFIG environment variable to the"
37273 echo "*** full path to sdl-config."
37274 else
37275 if test -f conf.sdltest ; then
37276 :
37277 else
37278 echo "*** Could not run SDL test program, checking why..."
37279 CFLAGS="$CFLAGS $SDL_CFLAGS"
37280 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
37281 LIBS="$LIBS $SDL_LIBS"
37282 cat >conftest.$ac_ext <<_ACEOF
37283 /* confdefs.h. */
37284 _ACEOF
37285 cat confdefs.h >>conftest.$ac_ext
37286 cat >>conftest.$ac_ext <<_ACEOF
37287 /* end confdefs.h. */
37288
37289 #include <stdio.h>
37290 #include "SDL.h"
37291
37292 int main(int argc, char *argv[])
37293 { return 0; }
37294 #undef main
37295 #define main K_and_R_C_main
37296
37297 int
37298 main ()
37299 {
37300 return 0;
37301 ;
37302 return 0;
37303 }
37304 _ACEOF
37305 rm -f conftest.$ac_objext conftest$ac_exeext
37306 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37307 (eval $ac_link) 2>conftest.er1
37308 ac_status=$?
37309 grep -v '^ *+' conftest.er1 >conftest.err
37310 rm -f conftest.er1
37311 cat conftest.err >&5
37312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37313 (exit $ac_status); } &&
37314 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37316 (eval $ac_try) 2>&5
37317 ac_status=$?
37318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37319 (exit $ac_status); }; } &&
37320 { ac_try='test -s conftest$ac_exeext'
37321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37322 (eval $ac_try) 2>&5
37323 ac_status=$?
37324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37325 (exit $ac_status); }; }; then
37326 echo "*** The test program compiled, but did not run. This usually means"
37327 echo "*** that the run-time linker is not finding SDL or finding the wrong"
37328 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
37329 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
37330 echo "*** to the installed location Also, make sure you have run ldconfig if that"
37331 echo "*** is required on your system"
37332 echo "***"
37333 echo "*** If you have an old version installed, it is best to remove it, although"
37334 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
37335 else
37336 echo "$as_me: failed program was:" >&5
37337 sed 's/^/| /' conftest.$ac_ext >&5
37338
37339 echo "*** The test program failed to compile or link. See the file config.log for the"
37340 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
37341 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
37342 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
37343 fi
37344 rm -f conftest.err conftest.$ac_objext \
37345 conftest$ac_exeext conftest.$ac_ext
37346 CFLAGS="$ac_save_CFLAGS"
37347 CXXFLAGS="$ac_save_CXXFLAGS"
37348 LIBS="$ac_save_LIBS"
37349 fi
37350 fi
37351 SDL_CFLAGS=""
37352 SDL_LIBS=""
37353 wxUSE_LIBSDL="no"
37354 fi
37355
37356
37357 rm -f conf.sdltest
37358
37359 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
37360 WITH_PLUGIN_SDL=1
37361 fi
37362 fi
37363 fi
37364
37365 cat >>confdefs.h <<\_ACEOF
37366 #define wxUSE_SOUND 1
37367 _ACEOF
37368
37369 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
37370 fi
37371
37372 if test "$WXGTK20" = 1; then
37373 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
37374 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
37375
37376
37377 succeeded=no
37378
37379 if test -z "$PKG_CONFIG"; then
37380 # Extract the first word of "pkg-config", so it can be a program name with args.
37381 set dummy pkg-config; ac_word=$2
37382 echo "$as_me:$LINENO: checking for $ac_word" >&5
37383 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37384 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
37385 echo $ECHO_N "(cached) $ECHO_C" >&6
37386 else
37387 case $PKG_CONFIG in
37388 [\\/]* | ?:[\\/]*)
37389 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
37390 ;;
37391 *)
37392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37393 for as_dir in $PATH
37394 do
37395 IFS=$as_save_IFS
37396 test -z "$as_dir" && as_dir=.
37397 for ac_exec_ext in '' $ac_executable_extensions; do
37398 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37399 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
37400 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37401 break 2
37402 fi
37403 done
37404 done
37405
37406 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
37407 ;;
37408 esac
37409 fi
37410 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
37411
37412 if test -n "$PKG_CONFIG"; then
37413 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
37414 echo "${ECHO_T}$PKG_CONFIG" >&6
37415 else
37416 echo "$as_me:$LINENO: result: no" >&5
37417 echo "${ECHO_T}no" >&6
37418 fi
37419
37420 fi
37421
37422 if test "$PKG_CONFIG" = "no" ; then
37423 echo "*** The pkg-config script could not be found. Make sure it is"
37424 echo "*** in your path, or set the PKG_CONFIG environment variable"
37425 echo "*** to the full path to pkg-config."
37426 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
37427 else
37428 PKG_CONFIG_MIN_VERSION=0.9.0
37429 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
37430 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
37431 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
37432
37433 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
37434 echo "$as_me:$LINENO: result: yes" >&5
37435 echo "${ECHO_T}yes" >&6
37436 succeeded=yes
37437
37438 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
37439 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
37440 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
37441 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
37442 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
37443
37444 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
37445 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
37446 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
37447 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
37448 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
37449 else
37450 LIBGNOMEPRINTUI_CFLAGS=""
37451 LIBGNOMEPRINTUI_LIBS=""
37452 ## If we have a custom action on failure, don't print errors, but
37453 ## do set a variable so people can do so.
37454 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
37455
37456 fi
37457
37458
37459
37460 else
37461 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
37462 echo "*** See http://www.freedesktop.org/software/pkgconfig"
37463 fi
37464 fi
37465
37466 if test $succeeded = yes; then
37467
37468 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
37469 cat >>confdefs.h <<\_ACEOF
37470 #define wxUSE_LIBGNOMEPRINT 1
37471 _ACEOF
37472
37473
37474 else
37475
37476 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
37477 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
37478 wxUSE_LIBGNOMEPRINT="no"
37479
37480
37481 fi
37482
37483 fi
37484 fi
37485 fi
37486
37487
37488 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
37489 cat >>confdefs.h <<\_ACEOF
37490 #define wxUSE_CMDLINE_PARSER 1
37491 _ACEOF
37492
37493 fi
37494
37495 if test "$wxUSE_STOPWATCH" = "yes"; then
37496 cat >>confdefs.h <<\_ACEOF
37497 #define wxUSE_STOPWATCH 1
37498 _ACEOF
37499
37500 fi
37501
37502 if test "$wxUSE_DATETIME" = "yes"; then
37503 cat >>confdefs.h <<\_ACEOF
37504 #define wxUSE_DATETIME 1
37505 _ACEOF
37506
37507 fi
37508
37509 if test "$wxUSE_FILE" = "yes"; then
37510 cat >>confdefs.h <<\_ACEOF
37511 #define wxUSE_FILE 1
37512 _ACEOF
37513
37514 fi
37515
37516 if test "$wxUSE_FFILE" = "yes"; then
37517 cat >>confdefs.h <<\_ACEOF
37518 #define wxUSE_FFILE 1
37519 _ACEOF
37520
37521 fi
37522
37523 if test "$wxUSE_FILESYSTEM" = "yes"; then
37524 cat >>confdefs.h <<\_ACEOF
37525 #define wxUSE_FILESYSTEM 1
37526 _ACEOF
37527
37528 fi
37529
37530 if test "$wxUSE_FS_ZIP" = "yes"; then
37531 cat >>confdefs.h <<\_ACEOF
37532 #define wxUSE_FS_ZIP 1
37533 _ACEOF
37534
37535 fi
37536
37537 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
37538 cat >>confdefs.h <<\_ACEOF
37539 #define wxUSE_ARCHIVE_STREAMS 1
37540 _ACEOF
37541
37542 fi
37543
37544 if test "$wxUSE_ZIPSTREAM" = "yes"; then
37545 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
37546 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
37547 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
37548 elif test "$wxUSE_ZLIB" = "no"; then
37549 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
37550 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
37551 else
37552 cat >>confdefs.h <<\_ACEOF
37553 #define wxUSE_ZIPSTREAM 1
37554 _ACEOF
37555
37556 fi
37557 fi
37558
37559 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37560 if test "$USE_UNIX" != 1; then
37561 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
37562 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
37563 wxUSE_ON_FATAL_EXCEPTION=no
37564 else
37565 cat >>confdefs.h <<\_ACEOF
37566 #define wxUSE_ON_FATAL_EXCEPTION 1
37567 _ACEOF
37568
37569 fi
37570 fi
37571
37572 if test "$wxUSE_STACKWALKER" = "yes"; then
37573 cat >>confdefs.h <<\_ACEOF
37574 #define wxUSE_STACKWALKER 1
37575 _ACEOF
37576
37577 fi
37578
37579 if test "$wxUSE_DEBUGREPORT" = "yes"; then
37580 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
37581 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
37582 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
37583 wxUSE_DEBUGREPORT=no
37584 else
37585 cat >>confdefs.h <<\_ACEOF
37586 #define wxUSE_DEBUGREPORT 1
37587 _ACEOF
37588
37589 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37590 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
37591 fi
37592 fi
37593 fi
37594
37595 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37596 cat >>confdefs.h <<\_ACEOF
37597 #define wxUSE_SNGLINST_CHECKER 1
37598 _ACEOF
37599
37600 fi
37601
37602 if test "$wxUSE_BUSYINFO" = "yes"; then
37603 cat >>confdefs.h <<\_ACEOF
37604 #define wxUSE_BUSYINFO 1
37605 _ACEOF
37606
37607 fi
37608
37609 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
37610 cat >>confdefs.h <<\_ACEOF
37611 #define wxUSE_STD_IOSTREAM 1
37612 _ACEOF
37613
37614 fi
37615
37616 if test "$wxUSE_STD_STRING" = "yes"; then
37617 cat >>confdefs.h <<\_ACEOF
37618 #define wxUSE_STD_STRING 1
37619 _ACEOF
37620
37621 fi
37622
37623 if test "$wxUSE_STDPATHS" = "yes"; then
37624 cat >>confdefs.h <<\_ACEOF
37625 #define wxUSE_STDPATHS 1
37626 _ACEOF
37627
37628 fi
37629
37630 if test "$wxUSE_TEXTBUFFER" = "yes"; then
37631 cat >>confdefs.h <<\_ACEOF
37632 #define wxUSE_TEXTBUFFER 1
37633 _ACEOF
37634
37635 fi
37636
37637 if test "$wxUSE_TEXTFILE" = "yes"; then
37638 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
37639 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
37640 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
37641 else
37642 cat >>confdefs.h <<\_ACEOF
37643 #define wxUSE_TEXTFILE 1
37644 _ACEOF
37645
37646 fi
37647 fi
37648
37649 if test "$wxUSE_CONFIG" = "yes" ; then
37650 if test "$wxUSE_TEXTFILE" != "yes"; then
37651 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
37652 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
37653 else
37654 cat >>confdefs.h <<\_ACEOF
37655 #define wxUSE_CONFIG 1
37656 _ACEOF
37657
37658 cat >>confdefs.h <<\_ACEOF
37659 #define wxUSE_CONFIG_NATIVE 1
37660 _ACEOF
37661
37662 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
37663 fi
37664 fi
37665
37666 if test "$wxUSE_INTL" = "yes" ; then
37667 if test "$wxUSE_FILE" != "yes"; then
37668 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
37669 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
37670 else
37671 cat >>confdefs.h <<\_ACEOF
37672 #define wxUSE_INTL 1
37673 _ACEOF
37674
37675 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
37676 GUIDIST="$GUIDIST INTL_DIST"
37677 fi
37678 fi
37679
37680 if test "$wxUSE_LOG" = "yes"; then
37681 cat >>confdefs.h <<\_ACEOF
37682 #define wxUSE_LOG 1
37683 _ACEOF
37684
37685
37686 if test "$wxUSE_LOGGUI" = "yes"; then
37687 cat >>confdefs.h <<\_ACEOF
37688 #define wxUSE_LOGGUI 1
37689 _ACEOF
37690
37691 fi
37692
37693 if test "$wxUSE_LOGWINDOW" = "yes"; then
37694 cat >>confdefs.h <<\_ACEOF
37695 #define wxUSE_LOGWINDOW 1
37696 _ACEOF
37697
37698 fi
37699
37700 if test "$wxUSE_LOGDIALOG" = "yes"; then
37701 cat >>confdefs.h <<\_ACEOF
37702 #define wxUSE_LOG_DIALOG 1
37703 _ACEOF
37704
37705 fi
37706
37707 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
37708 fi
37709
37710 if test "$wxUSE_LONGLONG" = "yes"; then
37711 cat >>confdefs.h <<\_ACEOF
37712 #define wxUSE_LONGLONG 1
37713 _ACEOF
37714
37715 fi
37716
37717 if test "$wxUSE_GEOMETRY" = "yes"; then
37718 cat >>confdefs.h <<\_ACEOF
37719 #define wxUSE_GEOMETRY 1
37720 _ACEOF
37721
37722 fi
37723
37724 if test "$wxUSE_STREAMS" = "yes" ; then
37725 cat >>confdefs.h <<\_ACEOF
37726 #define wxUSE_STREAMS 1
37727 _ACEOF
37728
37729 fi
37730
37731
37732 if test "$wxUSE_DATETIME" = "yes"; then
37733
37734 for ac_func in strptime
37735 do
37736 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37737 echo "$as_me:$LINENO: checking for $ac_func" >&5
37738 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37739 if eval "test \"\${$as_ac_var+set}\" = set"; then
37740 echo $ECHO_N "(cached) $ECHO_C" >&6
37741 else
37742 cat >conftest.$ac_ext <<_ACEOF
37743 /* confdefs.h. */
37744 _ACEOF
37745 cat confdefs.h >>conftest.$ac_ext
37746 cat >>conftest.$ac_ext <<_ACEOF
37747 /* end confdefs.h. */
37748 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37749 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37750 #define $ac_func innocuous_$ac_func
37751
37752 /* System header to define __stub macros and hopefully few prototypes,
37753 which can conflict with char $ac_func (); below.
37754 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37755 <limits.h> exists even on freestanding compilers. */
37756
37757 #ifdef __STDC__
37758 # include <limits.h>
37759 #else
37760 # include <assert.h>
37761 #endif
37762
37763 #undef $ac_func
37764
37765 /* Override any gcc2 internal prototype to avoid an error. */
37766 #ifdef __cplusplus
37767 extern "C"
37768 {
37769 #endif
37770 /* We use char because int might match the return type of a gcc2
37771 builtin and then its argument prototype would still apply. */
37772 char $ac_func ();
37773 /* The GNU C library defines this for functions which it implements
37774 to always fail with ENOSYS. Some functions are actually named
37775 something starting with __ and the normal name is an alias. */
37776 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37777 choke me
37778 #else
37779 char (*f) () = $ac_func;
37780 #endif
37781 #ifdef __cplusplus
37782 }
37783 #endif
37784
37785 int
37786 main ()
37787 {
37788 return f != $ac_func;
37789 ;
37790 return 0;
37791 }
37792 _ACEOF
37793 rm -f conftest.$ac_objext conftest$ac_exeext
37794 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37795 (eval $ac_link) 2>conftest.er1
37796 ac_status=$?
37797 grep -v '^ *+' conftest.er1 >conftest.err
37798 rm -f conftest.er1
37799 cat conftest.err >&5
37800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37801 (exit $ac_status); } &&
37802 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37804 (eval $ac_try) 2>&5
37805 ac_status=$?
37806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37807 (exit $ac_status); }; } &&
37808 { ac_try='test -s conftest$ac_exeext'
37809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37810 (eval $ac_try) 2>&5
37811 ac_status=$?
37812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37813 (exit $ac_status); }; }; then
37814 eval "$as_ac_var=yes"
37815 else
37816 echo "$as_me: failed program was:" >&5
37817 sed 's/^/| /' conftest.$ac_ext >&5
37818
37819 eval "$as_ac_var=no"
37820 fi
37821 rm -f conftest.err conftest.$ac_objext \
37822 conftest$ac_exeext conftest.$ac_ext
37823 fi
37824 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37825 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37826 if test `eval echo '${'$as_ac_var'}'` = yes; then
37827 cat >>confdefs.h <<_ACEOF
37828 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37829 _ACEOF
37830
37831 fi
37832 done
37833
37834
37835 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
37836 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
37837 if test "${wx_cv_var_timezone+set}" = set; then
37838 echo $ECHO_N "(cached) $ECHO_C" >&6
37839 else
37840
37841 cat >conftest.$ac_ext <<_ACEOF
37842 /* confdefs.h. */
37843 _ACEOF
37844 cat confdefs.h >>conftest.$ac_ext
37845 cat >>conftest.$ac_ext <<_ACEOF
37846 /* end confdefs.h. */
37847
37848 #include <time.h>
37849
37850 int
37851 main ()
37852 {
37853
37854 int tz;
37855 tz = timezone;
37856
37857 ;
37858 return 0;
37859 }
37860 _ACEOF
37861 rm -f conftest.$ac_objext
37862 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37863 (eval $ac_compile) 2>conftest.er1
37864 ac_status=$?
37865 grep -v '^ *+' conftest.er1 >conftest.err
37866 rm -f conftest.er1
37867 cat conftest.err >&5
37868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37869 (exit $ac_status); } &&
37870 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37872 (eval $ac_try) 2>&5
37873 ac_status=$?
37874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37875 (exit $ac_status); }; } &&
37876 { ac_try='test -s conftest.$ac_objext'
37877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37878 (eval $ac_try) 2>&5
37879 ac_status=$?
37880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37881 (exit $ac_status); }; }; then
37882
37883 wx_cv_var_timezone=timezone
37884
37885 else
37886 echo "$as_me: failed program was:" >&5
37887 sed 's/^/| /' conftest.$ac_ext >&5
37888
37889
37890 cat >conftest.$ac_ext <<_ACEOF
37891 /* confdefs.h. */
37892 _ACEOF
37893 cat confdefs.h >>conftest.$ac_ext
37894 cat >>conftest.$ac_ext <<_ACEOF
37895 /* end confdefs.h. */
37896
37897 #include <time.h>
37898
37899 int
37900 main ()
37901 {
37902
37903 int tz;
37904 tz = _timezone;
37905
37906 ;
37907 return 0;
37908 }
37909 _ACEOF
37910 rm -f conftest.$ac_objext
37911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37912 (eval $ac_compile) 2>conftest.er1
37913 ac_status=$?
37914 grep -v '^ *+' conftest.er1 >conftest.err
37915 rm -f conftest.er1
37916 cat conftest.err >&5
37917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37918 (exit $ac_status); } &&
37919 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37921 (eval $ac_try) 2>&5
37922 ac_status=$?
37923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37924 (exit $ac_status); }; } &&
37925 { ac_try='test -s conftest.$ac_objext'
37926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37927 (eval $ac_try) 2>&5
37928 ac_status=$?
37929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37930 (exit $ac_status); }; }; then
37931
37932 wx_cv_var_timezone=_timezone
37933
37934 else
37935 echo "$as_me: failed program was:" >&5
37936 sed 's/^/| /' conftest.$ac_ext >&5
37937
37938
37939 cat >conftest.$ac_ext <<_ACEOF
37940 /* confdefs.h. */
37941 _ACEOF
37942 cat confdefs.h >>conftest.$ac_ext
37943 cat >>conftest.$ac_ext <<_ACEOF
37944 /* end confdefs.h. */
37945
37946 #include <time.h>
37947
37948 int
37949 main ()
37950 {
37951
37952 int tz;
37953 tz = __timezone;
37954
37955 ;
37956 return 0;
37957 }
37958 _ACEOF
37959 rm -f conftest.$ac_objext
37960 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37961 (eval $ac_compile) 2>conftest.er1
37962 ac_status=$?
37963 grep -v '^ *+' conftest.er1 >conftest.err
37964 rm -f conftest.er1
37965 cat conftest.err >&5
37966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37967 (exit $ac_status); } &&
37968 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37970 (eval $ac_try) 2>&5
37971 ac_status=$?
37972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37973 (exit $ac_status); }; } &&
37974 { ac_try='test -s conftest.$ac_objext'
37975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37976 (eval $ac_try) 2>&5
37977 ac_status=$?
37978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37979 (exit $ac_status); }; }; then
37980
37981 wx_cv_var_timezone=__timezone
37982
37983 else
37984 echo "$as_me: failed program was:" >&5
37985 sed 's/^/| /' conftest.$ac_ext >&5
37986
37987
37988 if test "$USE_DOS" = 0 ; then
37989 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
37990 echo "$as_me: WARNING: no timezone variable" >&2;}
37991 fi
37992
37993
37994 fi
37995 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37996
37997
37998 fi
37999 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38000
38001
38002 fi
38003 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38004
38005
38006 fi
38007 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
38008 echo "${ECHO_T}$wx_cv_var_timezone" >&6
38009
38010 if test "x$wx_cv_var_timezone" != x ; then
38011 cat >>confdefs.h <<_ACEOF
38012 #define WX_TIMEZONE $wx_cv_var_timezone
38013 _ACEOF
38014
38015 fi
38016
38017
38018 for ac_func in localtime
38019 do
38020 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38021 echo "$as_me:$LINENO: checking for $ac_func" >&5
38022 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38023 if eval "test \"\${$as_ac_var+set}\" = set"; then
38024 echo $ECHO_N "(cached) $ECHO_C" >&6
38025 else
38026 cat >conftest.$ac_ext <<_ACEOF
38027 /* confdefs.h. */
38028 _ACEOF
38029 cat confdefs.h >>conftest.$ac_ext
38030 cat >>conftest.$ac_ext <<_ACEOF
38031 /* end confdefs.h. */
38032 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38033 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38034 #define $ac_func innocuous_$ac_func
38035
38036 /* System header to define __stub macros and hopefully few prototypes,
38037 which can conflict with char $ac_func (); below.
38038 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38039 <limits.h> exists even on freestanding compilers. */
38040
38041 #ifdef __STDC__
38042 # include <limits.h>
38043 #else
38044 # include <assert.h>
38045 #endif
38046
38047 #undef $ac_func
38048
38049 /* Override any gcc2 internal prototype to avoid an error. */
38050 #ifdef __cplusplus
38051 extern "C"
38052 {
38053 #endif
38054 /* We use char because int might match the return type of a gcc2
38055 builtin and then its argument prototype would still apply. */
38056 char $ac_func ();
38057 /* The GNU C library defines this for functions which it implements
38058 to always fail with ENOSYS. Some functions are actually named
38059 something starting with __ and the normal name is an alias. */
38060 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38061 choke me
38062 #else
38063 char (*f) () = $ac_func;
38064 #endif
38065 #ifdef __cplusplus
38066 }
38067 #endif
38068
38069 int
38070 main ()
38071 {
38072 return f != $ac_func;
38073 ;
38074 return 0;
38075 }
38076 _ACEOF
38077 rm -f conftest.$ac_objext conftest$ac_exeext
38078 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38079 (eval $ac_link) 2>conftest.er1
38080 ac_status=$?
38081 grep -v '^ *+' conftest.er1 >conftest.err
38082 rm -f conftest.er1
38083 cat conftest.err >&5
38084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38085 (exit $ac_status); } &&
38086 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38088 (eval $ac_try) 2>&5
38089 ac_status=$?
38090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38091 (exit $ac_status); }; } &&
38092 { ac_try='test -s conftest$ac_exeext'
38093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38094 (eval $ac_try) 2>&5
38095 ac_status=$?
38096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38097 (exit $ac_status); }; }; then
38098 eval "$as_ac_var=yes"
38099 else
38100 echo "$as_me: failed program was:" >&5
38101 sed 's/^/| /' conftest.$ac_ext >&5
38102
38103 eval "$as_ac_var=no"
38104 fi
38105 rm -f conftest.err conftest.$ac_objext \
38106 conftest$ac_exeext conftest.$ac_ext
38107 fi
38108 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38109 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38110 if test `eval echo '${'$as_ac_var'}'` = yes; then
38111 cat >>confdefs.h <<_ACEOF
38112 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38113 _ACEOF
38114
38115 fi
38116 done
38117
38118
38119 if test "$ac_cv_func_localtime" = "yes"; then
38120 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
38121 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
38122 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
38123 echo $ECHO_N "(cached) $ECHO_C" >&6
38124 else
38125
38126 cat >conftest.$ac_ext <<_ACEOF
38127 /* confdefs.h. */
38128 _ACEOF
38129 cat confdefs.h >>conftest.$ac_ext
38130 cat >>conftest.$ac_ext <<_ACEOF
38131 /* end confdefs.h. */
38132
38133 #include <time.h>
38134
38135 int
38136 main ()
38137 {
38138
38139 struct tm tm;
38140 tm.tm_gmtoff++;
38141
38142 ;
38143 return 0;
38144 }
38145 _ACEOF
38146 rm -f conftest.$ac_objext
38147 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38148 (eval $ac_compile) 2>conftest.er1
38149 ac_status=$?
38150 grep -v '^ *+' conftest.er1 >conftest.err
38151 rm -f conftest.er1
38152 cat conftest.err >&5
38153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38154 (exit $ac_status); } &&
38155 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38157 (eval $ac_try) 2>&5
38158 ac_status=$?
38159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38160 (exit $ac_status); }; } &&
38161 { ac_try='test -s conftest.$ac_objext'
38162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38163 (eval $ac_try) 2>&5
38164 ac_status=$?
38165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38166 (exit $ac_status); }; }; then
38167
38168 wx_cv_struct_tm_has_gmtoff=yes
38169
38170 else
38171 echo "$as_me: failed program was:" >&5
38172 sed 's/^/| /' conftest.$ac_ext >&5
38173
38174 wx_cv_struct_tm_has_gmtoff=no
38175
38176 fi
38177 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38178
38179 fi
38180 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
38181 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
38182 fi
38183
38184 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
38185 cat >>confdefs.h <<\_ACEOF
38186 #define WX_GMTOFF_IN_TM 1
38187 _ACEOF
38188
38189 fi
38190
38191
38192
38193 for ac_func in gettimeofday ftime
38194 do
38195 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38196 echo "$as_me:$LINENO: checking for $ac_func" >&5
38197 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38198 if eval "test \"\${$as_ac_var+set}\" = set"; then
38199 echo $ECHO_N "(cached) $ECHO_C" >&6
38200 else
38201 cat >conftest.$ac_ext <<_ACEOF
38202 /* confdefs.h. */
38203 _ACEOF
38204 cat confdefs.h >>conftest.$ac_ext
38205 cat >>conftest.$ac_ext <<_ACEOF
38206 /* end confdefs.h. */
38207 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38208 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38209 #define $ac_func innocuous_$ac_func
38210
38211 /* System header to define __stub macros and hopefully few prototypes,
38212 which can conflict with char $ac_func (); below.
38213 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38214 <limits.h> exists even on freestanding compilers. */
38215
38216 #ifdef __STDC__
38217 # include <limits.h>
38218 #else
38219 # include <assert.h>
38220 #endif
38221
38222 #undef $ac_func
38223
38224 /* Override any gcc2 internal prototype to avoid an error. */
38225 #ifdef __cplusplus
38226 extern "C"
38227 {
38228 #endif
38229 /* We use char because int might match the return type of a gcc2
38230 builtin and then its argument prototype would still apply. */
38231 char $ac_func ();
38232 /* The GNU C library defines this for functions which it implements
38233 to always fail with ENOSYS. Some functions are actually named
38234 something starting with __ and the normal name is an alias. */
38235 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38236 choke me
38237 #else
38238 char (*f) () = $ac_func;
38239 #endif
38240 #ifdef __cplusplus
38241 }
38242 #endif
38243
38244 int
38245 main ()
38246 {
38247 return f != $ac_func;
38248 ;
38249 return 0;
38250 }
38251 _ACEOF
38252 rm -f conftest.$ac_objext conftest$ac_exeext
38253 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38254 (eval $ac_link) 2>conftest.er1
38255 ac_status=$?
38256 grep -v '^ *+' conftest.er1 >conftest.err
38257 rm -f conftest.er1
38258 cat conftest.err >&5
38259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38260 (exit $ac_status); } &&
38261 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38263 (eval $ac_try) 2>&5
38264 ac_status=$?
38265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38266 (exit $ac_status); }; } &&
38267 { ac_try='test -s conftest$ac_exeext'
38268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38269 (eval $ac_try) 2>&5
38270 ac_status=$?
38271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38272 (exit $ac_status); }; }; then
38273 eval "$as_ac_var=yes"
38274 else
38275 echo "$as_me: failed program was:" >&5
38276 sed 's/^/| /' conftest.$ac_ext >&5
38277
38278 eval "$as_ac_var=no"
38279 fi
38280 rm -f conftest.err conftest.$ac_objext \
38281 conftest$ac_exeext conftest.$ac_ext
38282 fi
38283 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38284 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38285 if test `eval echo '${'$as_ac_var'}'` = yes; then
38286 cat >>confdefs.h <<_ACEOF
38287 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38288 _ACEOF
38289 break
38290 fi
38291 done
38292
38293
38294 if test "$ac_cv_func_gettimeofday" = "yes"; then
38295 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
38296 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
38297 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
38298 echo $ECHO_N "(cached) $ECHO_C" >&6
38299 else
38300
38301
38302
38303 ac_ext=cc
38304 ac_cpp='$CXXCPP $CPPFLAGS'
38305 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38306 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38307 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38308
38309
38310 cat >conftest.$ac_ext <<_ACEOF
38311 /* confdefs.h. */
38312 _ACEOF
38313 cat confdefs.h >>conftest.$ac_ext
38314 cat >>conftest.$ac_ext <<_ACEOF
38315 /* end confdefs.h. */
38316
38317 #include <sys/time.h>
38318 #include <unistd.h>
38319
38320 int
38321 main ()
38322 {
38323
38324 struct timeval tv;
38325 gettimeofday(&tv, NULL);
38326
38327 ;
38328 return 0;
38329 }
38330 _ACEOF
38331 rm -f conftest.$ac_objext
38332 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38333 (eval $ac_compile) 2>conftest.er1
38334 ac_status=$?
38335 grep -v '^ *+' conftest.er1 >conftest.err
38336 rm -f conftest.er1
38337 cat conftest.err >&5
38338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38339 (exit $ac_status); } &&
38340 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38342 (eval $ac_try) 2>&5
38343 ac_status=$?
38344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38345 (exit $ac_status); }; } &&
38346 { ac_try='test -s conftest.$ac_objext'
38347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38348 (eval $ac_try) 2>&5
38349 ac_status=$?
38350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38351 (exit $ac_status); }; }; then
38352 wx_cv_func_gettimeofday_has_2_args=yes
38353 else
38354 echo "$as_me: failed program was:" >&5
38355 sed 's/^/| /' conftest.$ac_ext >&5
38356
38357 cat >conftest.$ac_ext <<_ACEOF
38358 /* confdefs.h. */
38359 _ACEOF
38360 cat confdefs.h >>conftest.$ac_ext
38361 cat >>conftest.$ac_ext <<_ACEOF
38362 /* end confdefs.h. */
38363
38364 #include <sys/time.h>
38365 #include <unistd.h>
38366
38367 int
38368 main ()
38369 {
38370
38371 struct timeval tv;
38372 gettimeofday(&tv);
38373
38374 ;
38375 return 0;
38376 }
38377 _ACEOF
38378 rm -f conftest.$ac_objext
38379 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38380 (eval $ac_compile) 2>conftest.er1
38381 ac_status=$?
38382 grep -v '^ *+' conftest.er1 >conftest.err
38383 rm -f conftest.er1
38384 cat conftest.err >&5
38385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38386 (exit $ac_status); } &&
38387 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38389 (eval $ac_try) 2>&5
38390 ac_status=$?
38391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38392 (exit $ac_status); }; } &&
38393 { ac_try='test -s conftest.$ac_objext'
38394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38395 (eval $ac_try) 2>&5
38396 ac_status=$?
38397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38398 (exit $ac_status); }; }; then
38399 wx_cv_func_gettimeofday_has_2_args=no
38400 else
38401 echo "$as_me: failed program was:" >&5
38402 sed 's/^/| /' conftest.$ac_ext >&5
38403
38404
38405 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
38406 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
38407 wx_cv_func_gettimeofday_has_2_args=unknown
38408
38409
38410 fi
38411 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38412
38413 fi
38414 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38415 ac_ext=c
38416 ac_cpp='$CPP $CPPFLAGS'
38417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38420
38421
38422 fi
38423 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
38424 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
38425
38426 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
38427 cat >>confdefs.h <<\_ACEOF
38428 #define WX_GETTIMEOFDAY_NO_TZ 1
38429 _ACEOF
38430
38431 fi
38432 fi
38433
38434 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
38435 fi
38436
38437
38438 if test "$wxUSE_SOCKETS" = "yes"; then
38439 if test "$wxUSE_MGL" = "1"; then
38440 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
38441 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
38442 wxUSE_SOCKETS="no"
38443 fi
38444 fi
38445
38446 if test "$wxUSE_SOCKETS" = "yes"; then
38447 if test "$TOOLKIT" != "MSW"; then
38448 echo "$as_me:$LINENO: checking for socket" >&5
38449 echo $ECHO_N "checking for socket... $ECHO_C" >&6
38450 if test "${ac_cv_func_socket+set}" = set; then
38451 echo $ECHO_N "(cached) $ECHO_C" >&6
38452 else
38453 cat >conftest.$ac_ext <<_ACEOF
38454 /* confdefs.h. */
38455 _ACEOF
38456 cat confdefs.h >>conftest.$ac_ext
38457 cat >>conftest.$ac_ext <<_ACEOF
38458 /* end confdefs.h. */
38459 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
38460 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38461 #define socket innocuous_socket
38462
38463 /* System header to define __stub macros and hopefully few prototypes,
38464 which can conflict with char socket (); below.
38465 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38466 <limits.h> exists even on freestanding compilers. */
38467
38468 #ifdef __STDC__
38469 # include <limits.h>
38470 #else
38471 # include <assert.h>
38472 #endif
38473
38474 #undef socket
38475
38476 /* Override any gcc2 internal prototype to avoid an error. */
38477 #ifdef __cplusplus
38478 extern "C"
38479 {
38480 #endif
38481 /* We use char because int might match the return type of a gcc2
38482 builtin and then its argument prototype would still apply. */
38483 char socket ();
38484 /* The GNU C library defines this for functions which it implements
38485 to always fail with ENOSYS. Some functions are actually named
38486 something starting with __ and the normal name is an alias. */
38487 #if defined (__stub_socket) || defined (__stub___socket)
38488 choke me
38489 #else
38490 char (*f) () = socket;
38491 #endif
38492 #ifdef __cplusplus
38493 }
38494 #endif
38495
38496 int
38497 main ()
38498 {
38499 return f != socket;
38500 ;
38501 return 0;
38502 }
38503 _ACEOF
38504 rm -f conftest.$ac_objext conftest$ac_exeext
38505 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38506 (eval $ac_link) 2>conftest.er1
38507 ac_status=$?
38508 grep -v '^ *+' conftest.er1 >conftest.err
38509 rm -f conftest.er1
38510 cat conftest.err >&5
38511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38512 (exit $ac_status); } &&
38513 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38515 (eval $ac_try) 2>&5
38516 ac_status=$?
38517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38518 (exit $ac_status); }; } &&
38519 { ac_try='test -s conftest$ac_exeext'
38520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38521 (eval $ac_try) 2>&5
38522 ac_status=$?
38523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38524 (exit $ac_status); }; }; then
38525 ac_cv_func_socket=yes
38526 else
38527 echo "$as_me: failed program was:" >&5
38528 sed 's/^/| /' conftest.$ac_ext >&5
38529
38530 ac_cv_func_socket=no
38531 fi
38532 rm -f conftest.err conftest.$ac_objext \
38533 conftest$ac_exeext conftest.$ac_ext
38534 fi
38535 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
38536 echo "${ECHO_T}$ac_cv_func_socket" >&6
38537 if test $ac_cv_func_socket = yes; then
38538 :
38539 else
38540
38541 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
38542 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
38543 if test "${ac_cv_lib_socket_socket+set}" = set; then
38544 echo $ECHO_N "(cached) $ECHO_C" >&6
38545 else
38546 ac_check_lib_save_LIBS=$LIBS
38547 LIBS="-lsocket $LIBS"
38548 cat >conftest.$ac_ext <<_ACEOF
38549 /* confdefs.h. */
38550 _ACEOF
38551 cat confdefs.h >>conftest.$ac_ext
38552 cat >>conftest.$ac_ext <<_ACEOF
38553 /* end confdefs.h. */
38554
38555 /* Override any gcc2 internal prototype to avoid an error. */
38556 #ifdef __cplusplus
38557 extern "C"
38558 #endif
38559 /* We use char because int might match the return type of a gcc2
38560 builtin and then its argument prototype would still apply. */
38561 char socket ();
38562 int
38563 main ()
38564 {
38565 socket ();
38566 ;
38567 return 0;
38568 }
38569 _ACEOF
38570 rm -f conftest.$ac_objext conftest$ac_exeext
38571 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38572 (eval $ac_link) 2>conftest.er1
38573 ac_status=$?
38574 grep -v '^ *+' conftest.er1 >conftest.err
38575 rm -f conftest.er1
38576 cat conftest.err >&5
38577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38578 (exit $ac_status); } &&
38579 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38581 (eval $ac_try) 2>&5
38582 ac_status=$?
38583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38584 (exit $ac_status); }; } &&
38585 { ac_try='test -s conftest$ac_exeext'
38586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38587 (eval $ac_try) 2>&5
38588 ac_status=$?
38589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38590 (exit $ac_status); }; }; then
38591 ac_cv_lib_socket_socket=yes
38592 else
38593 echo "$as_me: failed program was:" >&5
38594 sed 's/^/| /' conftest.$ac_ext >&5
38595
38596 ac_cv_lib_socket_socket=no
38597 fi
38598 rm -f conftest.err conftest.$ac_objext \
38599 conftest$ac_exeext conftest.$ac_ext
38600 LIBS=$ac_check_lib_save_LIBS
38601 fi
38602 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
38603 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
38604 if test $ac_cv_lib_socket_socket = yes; then
38605 if test "$INET_LINK" != " -lsocket"; then
38606 INET_LINK="$INET_LINK -lsocket"
38607 fi
38608 else
38609
38610 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
38611 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
38612 wxUSE_SOCKETS=no
38613
38614
38615 fi
38616
38617
38618
38619 fi
38620
38621 fi
38622 fi
38623
38624 if test "$wxUSE_SOCKETS" = "yes" ; then
38625 if test "$TOOLKIT" != "MSW"; then
38626 ac_ext=cc
38627 ac_cpp='$CXXCPP $CPPFLAGS'
38628 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38629 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38630 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38631
38632 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
38633 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
38634 if test "${wx_cv_type_getsockname3+set}" = set; then
38635 echo $ECHO_N "(cached) $ECHO_C" >&6
38636 else
38637
38638 cat >conftest.$ac_ext <<_ACEOF
38639 /* confdefs.h. */
38640 _ACEOF
38641 cat confdefs.h >>conftest.$ac_ext
38642 cat >>conftest.$ac_ext <<_ACEOF
38643 /* end confdefs.h. */
38644
38645 #include <sys/types.h>
38646 #include <sys/socket.h>
38647
38648 int
38649 main ()
38650 {
38651
38652 socklen_t len;
38653 getsockname(0, 0, &len);
38654
38655 ;
38656 return 0;
38657 }
38658 _ACEOF
38659 rm -f conftest.$ac_objext
38660 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38661 (eval $ac_compile) 2>conftest.er1
38662 ac_status=$?
38663 grep -v '^ *+' conftest.er1 >conftest.err
38664 rm -f conftest.er1
38665 cat conftest.err >&5
38666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38667 (exit $ac_status); } &&
38668 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38670 (eval $ac_try) 2>&5
38671 ac_status=$?
38672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38673 (exit $ac_status); }; } &&
38674 { ac_try='test -s conftest.$ac_objext'
38675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38676 (eval $ac_try) 2>&5
38677 ac_status=$?
38678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38679 (exit $ac_status); }; }; then
38680 wx_cv_type_getsockname3=socklen_t
38681 else
38682 echo "$as_me: failed program was:" >&5
38683 sed 's/^/| /' conftest.$ac_ext >&5
38684
38685
38686 CFLAGS_OLD="$CFLAGS"
38687 if test "$GCC" = yes ; then
38688 CFLAGS="$CFLAGS -Werror"
38689 fi
38690
38691 cat >conftest.$ac_ext <<_ACEOF
38692 /* confdefs.h. */
38693 _ACEOF
38694 cat confdefs.h >>conftest.$ac_ext
38695 cat >>conftest.$ac_ext <<_ACEOF
38696 /* end confdefs.h. */
38697
38698 #include <sys/types.h>
38699 #include <sys/socket.h>
38700
38701 int
38702 main ()
38703 {
38704
38705 size_t len;
38706 getsockname(0, 0, &len);
38707
38708 ;
38709 return 0;
38710 }
38711 _ACEOF
38712 rm -f conftest.$ac_objext
38713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38714 (eval $ac_compile) 2>conftest.er1
38715 ac_status=$?
38716 grep -v '^ *+' conftest.er1 >conftest.err
38717 rm -f conftest.er1
38718 cat conftest.err >&5
38719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38720 (exit $ac_status); } &&
38721 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38723 (eval $ac_try) 2>&5
38724 ac_status=$?
38725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38726 (exit $ac_status); }; } &&
38727 { ac_try='test -s conftest.$ac_objext'
38728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38729 (eval $ac_try) 2>&5
38730 ac_status=$?
38731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38732 (exit $ac_status); }; }; then
38733 wx_cv_type_getsockname3=size_t
38734 else
38735 echo "$as_me: failed program was:" >&5
38736 sed 's/^/| /' conftest.$ac_ext >&5
38737
38738 cat >conftest.$ac_ext <<_ACEOF
38739 /* confdefs.h. */
38740 _ACEOF
38741 cat confdefs.h >>conftest.$ac_ext
38742 cat >>conftest.$ac_ext <<_ACEOF
38743 /* end confdefs.h. */
38744
38745 #include <sys/types.h>
38746 #include <sys/socket.h>
38747
38748 int
38749 main ()
38750 {
38751
38752 int len;
38753 getsockname(0, 0, &len);
38754
38755 ;
38756 return 0;
38757 }
38758 _ACEOF
38759 rm -f conftest.$ac_objext
38760 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38761 (eval $ac_compile) 2>conftest.er1
38762 ac_status=$?
38763 grep -v '^ *+' conftest.er1 >conftest.err
38764 rm -f conftest.er1
38765 cat conftest.err >&5
38766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38767 (exit $ac_status); } &&
38768 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38770 (eval $ac_try) 2>&5
38771 ac_status=$?
38772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38773 (exit $ac_status); }; } &&
38774 { ac_try='test -s conftest.$ac_objext'
38775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38776 (eval $ac_try) 2>&5
38777 ac_status=$?
38778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38779 (exit $ac_status); }; }; then
38780 wx_cv_type_getsockname3=int
38781 else
38782 echo "$as_me: failed program was:" >&5
38783 sed 's/^/| /' conftest.$ac_ext >&5
38784
38785 wx_cv_type_getsockname3=unknown
38786
38787 fi
38788 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38789
38790 fi
38791 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38792
38793 CFLAGS="$CFLAGS_OLD"
38794
38795
38796 fi
38797 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38798
38799 fi
38800 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
38801 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
38802
38803 if test "$wx_cv_type_getsockname3" = "unknown"; then
38804 wxUSE_SOCKETS=no
38805 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38806 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38807 else
38808 cat >>confdefs.h <<_ACEOF
38809 #define SOCKLEN_T $wx_cv_type_getsockname3
38810 _ACEOF
38811
38812 fi
38813 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
38814 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
38815 if test "${wx_cv_type_getsockopt5+set}" = set; then
38816 echo $ECHO_N "(cached) $ECHO_C" >&6
38817 else
38818
38819 cat >conftest.$ac_ext <<_ACEOF
38820 /* confdefs.h. */
38821 _ACEOF
38822 cat confdefs.h >>conftest.$ac_ext
38823 cat >>conftest.$ac_ext <<_ACEOF
38824 /* end confdefs.h. */
38825
38826 #include <sys/types.h>
38827 #include <sys/socket.h>
38828
38829 int
38830 main ()
38831 {
38832
38833 socklen_t len;
38834 getsockopt(0, 0, 0, 0, &len);
38835
38836 ;
38837 return 0;
38838 }
38839 _ACEOF
38840 rm -f conftest.$ac_objext
38841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38842 (eval $ac_compile) 2>conftest.er1
38843 ac_status=$?
38844 grep -v '^ *+' conftest.er1 >conftest.err
38845 rm -f conftest.er1
38846 cat conftest.err >&5
38847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38848 (exit $ac_status); } &&
38849 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38851 (eval $ac_try) 2>&5
38852 ac_status=$?
38853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38854 (exit $ac_status); }; } &&
38855 { ac_try='test -s conftest.$ac_objext'
38856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38857 (eval $ac_try) 2>&5
38858 ac_status=$?
38859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38860 (exit $ac_status); }; }; then
38861 wx_cv_type_getsockopt5=socklen_t
38862 else
38863 echo "$as_me: failed program was:" >&5
38864 sed 's/^/| /' conftest.$ac_ext >&5
38865
38866
38867 CFLAGS_OLD="$CFLAGS"
38868 if test "$GCC" = yes ; then
38869 CFLAGS="$CFLAGS -Werror"
38870 fi
38871
38872 cat >conftest.$ac_ext <<_ACEOF
38873 /* confdefs.h. */
38874 _ACEOF
38875 cat confdefs.h >>conftest.$ac_ext
38876 cat >>conftest.$ac_ext <<_ACEOF
38877 /* end confdefs.h. */
38878
38879 #include <sys/types.h>
38880 #include <sys/socket.h>
38881
38882 int
38883 main ()
38884 {
38885
38886 size_t len;
38887 getsockopt(0, 0, 0, 0, &len);
38888
38889 ;
38890 return 0;
38891 }
38892 _ACEOF
38893 rm -f conftest.$ac_objext
38894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38895 (eval $ac_compile) 2>conftest.er1
38896 ac_status=$?
38897 grep -v '^ *+' conftest.er1 >conftest.err
38898 rm -f conftest.er1
38899 cat conftest.err >&5
38900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38901 (exit $ac_status); } &&
38902 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38904 (eval $ac_try) 2>&5
38905 ac_status=$?
38906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38907 (exit $ac_status); }; } &&
38908 { ac_try='test -s conftest.$ac_objext'
38909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38910 (eval $ac_try) 2>&5
38911 ac_status=$?
38912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38913 (exit $ac_status); }; }; then
38914 wx_cv_type_getsockopt5=size_t
38915 else
38916 echo "$as_me: failed program was:" >&5
38917 sed 's/^/| /' conftest.$ac_ext >&5
38918
38919 cat >conftest.$ac_ext <<_ACEOF
38920 /* confdefs.h. */
38921 _ACEOF
38922 cat confdefs.h >>conftest.$ac_ext
38923 cat >>conftest.$ac_ext <<_ACEOF
38924 /* end confdefs.h. */
38925
38926 #include <sys/types.h>
38927 #include <sys/socket.h>
38928
38929 int
38930 main ()
38931 {
38932
38933 int len;
38934 getsockopt(0, 0, 0, 0, &len);
38935
38936 ;
38937 return 0;
38938 }
38939 _ACEOF
38940 rm -f conftest.$ac_objext
38941 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38942 (eval $ac_compile) 2>conftest.er1
38943 ac_status=$?
38944 grep -v '^ *+' conftest.er1 >conftest.err
38945 rm -f conftest.er1
38946 cat conftest.err >&5
38947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38948 (exit $ac_status); } &&
38949 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38951 (eval $ac_try) 2>&5
38952 ac_status=$?
38953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38954 (exit $ac_status); }; } &&
38955 { ac_try='test -s conftest.$ac_objext'
38956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38957 (eval $ac_try) 2>&5
38958 ac_status=$?
38959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38960 (exit $ac_status); }; }; then
38961 wx_cv_type_getsockopt5=int
38962 else
38963 echo "$as_me: failed program was:" >&5
38964 sed 's/^/| /' conftest.$ac_ext >&5
38965
38966 wx_cv_type_getsockopt5=unknown
38967
38968 fi
38969 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38970
38971 fi
38972 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38973
38974 CFLAGS="$CFLAGS_OLD"
38975
38976
38977 fi
38978 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38979
38980 fi
38981 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
38982 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
38983
38984 if test "$wx_cv_type_getsockopt5" = "unknown"; then
38985 wxUSE_SOCKETS=no
38986 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38987 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38988 else
38989 cat >>confdefs.h <<_ACEOF
38990 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
38991 _ACEOF
38992
38993 fi
38994 ac_ext=c
38995 ac_cpp='$CPP $CPPFLAGS'
38996 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38997 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38998 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38999
39000 fi
39001 fi
39002
39003 if test "$wxUSE_SOCKETS" = "yes" ; then
39004 cat >>confdefs.h <<\_ACEOF
39005 #define wxUSE_SOCKETS 1
39006 _ACEOF
39007
39008 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
39009 fi
39010
39011 if test "$wxUSE_PROTOCOL" = "yes"; then
39012 if test "$wxUSE_SOCKETS" != "yes"; then
39013 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
39014 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
39015 wxUSE_PROTOCOL=no
39016 fi
39017 fi
39018
39019 if test "$wxUSE_PROTOCOL" = "yes"; then
39020 cat >>confdefs.h <<\_ACEOF
39021 #define wxUSE_PROTOCOL 1
39022 _ACEOF
39023
39024
39025 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
39026 cat >>confdefs.h <<\_ACEOF
39027 #define wxUSE_PROTOCOL_HTTP 1
39028 _ACEOF
39029
39030 fi
39031 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
39032 cat >>confdefs.h <<\_ACEOF
39033 #define wxUSE_PROTOCOL_FTP 1
39034 _ACEOF
39035
39036 fi
39037 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
39038 cat >>confdefs.h <<\_ACEOF
39039 #define wxUSE_PROTOCOL_FILE 1
39040 _ACEOF
39041
39042 fi
39043 else
39044 if test "$wxUSE_FS_INET" = "yes"; then
39045 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
39046 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
39047 wxUSE_FS_INET="no"
39048 fi
39049 fi
39050
39051 if test "$wxUSE_URL" = "yes"; then
39052 if test "$wxUSE_PROTOCOL" != "yes"; then
39053 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
39054 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
39055 wxUSE_URL=no
39056 fi
39057 if test "$wxUSE_URL" = "yes"; then
39058 cat >>confdefs.h <<\_ACEOF
39059 #define wxUSE_URL 1
39060 _ACEOF
39061
39062 fi
39063 fi
39064
39065 if test "$wxUSE_FS_INET" = "yes"; then
39066 cat >>confdefs.h <<\_ACEOF
39067 #define wxUSE_FS_INET 1
39068 _ACEOF
39069
39070 fi
39071
39072
39073 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
39074 wxUSE_JOYSTICK=no
39075
39076 if test "$TOOLKIT" = "MSW"; then
39077 wxUSE_JOYSTICK=yes
39078
39079 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
39080 if test "$USE_DARWIN" = 1; then
39081 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
39082 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
39083 ac_ext=cc
39084 ac_cpp='$CXXCPP $CPPFLAGS'
39085 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39086 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39087 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39088
39089 cat >conftest.$ac_ext <<_ACEOF
39090 /* confdefs.h. */
39091 _ACEOF
39092 cat confdefs.h >>conftest.$ac_ext
39093 cat >>conftest.$ac_ext <<_ACEOF
39094 /* end confdefs.h. */
39095 #include <IOKit/hid/IOHIDLib.h>
39096 int
39097 main ()
39098 {
39099 IOHIDQueueInterface *qi = NULL;
39100 IOHIDCallbackFunction cb = NULL;
39101 qi->setEventCallout(NULL, cb, NULL, NULL);
39102 ;
39103 return 0;
39104 }
39105 _ACEOF
39106 rm -f conftest.$ac_objext
39107 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39108 (eval $ac_compile) 2>conftest.er1
39109 ac_status=$?
39110 grep -v '^ *+' conftest.er1 >conftest.err
39111 rm -f conftest.er1
39112 cat conftest.err >&5
39113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39114 (exit $ac_status); } &&
39115 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39117 (eval $ac_try) 2>&5
39118 ac_status=$?
39119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39120 (exit $ac_status); }; } &&
39121 { ac_try='test -s conftest.$ac_objext'
39122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39123 (eval $ac_try) 2>&5
39124 ac_status=$?
39125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39126 (exit $ac_status); }; }; then
39127 wxUSE_JOYSTICK=yes
39128
39129 else
39130 echo "$as_me: failed program was:" >&5
39131 sed 's/^/| /' conftest.$ac_ext >&5
39132
39133 fi
39134 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39135 ac_ext=c
39136 ac_cpp='$CPP $CPPFLAGS'
39137 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39138 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39139 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39140
39141 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
39142 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
39143 fi
39144
39145 else
39146
39147 for ac_header in linux/joystick.h
39148 do
39149 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39150 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39151 echo "$as_me:$LINENO: checking for $ac_header" >&5
39152 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39153 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39154 echo $ECHO_N "(cached) $ECHO_C" >&6
39155 fi
39156 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39157 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39158 else
39159 # Is the header compilable?
39160 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39161 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39162 cat >conftest.$ac_ext <<_ACEOF
39163 /* confdefs.h. */
39164 _ACEOF
39165 cat confdefs.h >>conftest.$ac_ext
39166 cat >>conftest.$ac_ext <<_ACEOF
39167 /* end confdefs.h. */
39168 $ac_includes_default
39169 #include <$ac_header>
39170 _ACEOF
39171 rm -f conftest.$ac_objext
39172 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39173 (eval $ac_compile) 2>conftest.er1
39174 ac_status=$?
39175 grep -v '^ *+' conftest.er1 >conftest.err
39176 rm -f conftest.er1
39177 cat conftest.err >&5
39178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39179 (exit $ac_status); } &&
39180 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39182 (eval $ac_try) 2>&5
39183 ac_status=$?
39184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39185 (exit $ac_status); }; } &&
39186 { ac_try='test -s conftest.$ac_objext'
39187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39188 (eval $ac_try) 2>&5
39189 ac_status=$?
39190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39191 (exit $ac_status); }; }; then
39192 ac_header_compiler=yes
39193 else
39194 echo "$as_me: failed program was:" >&5
39195 sed 's/^/| /' conftest.$ac_ext >&5
39196
39197 ac_header_compiler=no
39198 fi
39199 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39200 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39201 echo "${ECHO_T}$ac_header_compiler" >&6
39202
39203 # Is the header present?
39204 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39205 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39206 cat >conftest.$ac_ext <<_ACEOF
39207 /* confdefs.h. */
39208 _ACEOF
39209 cat confdefs.h >>conftest.$ac_ext
39210 cat >>conftest.$ac_ext <<_ACEOF
39211 /* end confdefs.h. */
39212 #include <$ac_header>
39213 _ACEOF
39214 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39215 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
39216 ac_status=$?
39217 grep -v '^ *+' conftest.er1 >conftest.err
39218 rm -f conftest.er1
39219 cat conftest.err >&5
39220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39221 (exit $ac_status); } >/dev/null; then
39222 if test -s conftest.err; then
39223 ac_cpp_err=$ac_c_preproc_warn_flag
39224 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
39225 else
39226 ac_cpp_err=
39227 fi
39228 else
39229 ac_cpp_err=yes
39230 fi
39231 if test -z "$ac_cpp_err"; then
39232 ac_header_preproc=yes
39233 else
39234 echo "$as_me: failed program was:" >&5
39235 sed 's/^/| /' conftest.$ac_ext >&5
39236
39237 ac_header_preproc=no
39238 fi
39239 rm -f conftest.err conftest.$ac_ext
39240 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39241 echo "${ECHO_T}$ac_header_preproc" >&6
39242
39243 # So? What about this header?
39244 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39245 yes:no: )
39246 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39247 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39248 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39249 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39250 ac_header_preproc=yes
39251 ;;
39252 no:yes:* )
39253 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39254 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39255 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39256 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39257 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39258 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39259 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39260 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39261 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39262 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39263 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39264 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39265 (
39266 cat <<\_ASBOX
39267 ## ----------------------------------------- ##
39268 ## Report this to wx-dev@lists.wxwidgets.org ##
39269 ## ----------------------------------------- ##
39270 _ASBOX
39271 ) |
39272 sed "s/^/$as_me: WARNING: /" >&2
39273 ;;
39274 esac
39275 echo "$as_me:$LINENO: checking for $ac_header" >&5
39276 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39277 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39278 echo $ECHO_N "(cached) $ECHO_C" >&6
39279 else
39280 eval "$as_ac_Header=\$ac_header_preproc"
39281 fi
39282 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39283 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39284
39285 fi
39286 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39287 cat >>confdefs.h <<_ACEOF
39288 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39289 _ACEOF
39290 wxUSE_JOYSTICK=yes
39291 fi
39292
39293 done
39294
39295 fi
39296
39297 if test "$wxUSE_JOYSTICK" = "yes"; then
39298 cat >>confdefs.h <<\_ACEOF
39299 #define wxUSE_JOYSTICK 1
39300 _ACEOF
39301
39302 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
39303 else
39304 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
39305 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
39306 fi
39307 fi
39308
39309
39310
39311 if test "$wxUSE_FONTMAP" = "yes" ; then
39312 cat >>confdefs.h <<\_ACEOF
39313 #define wxUSE_FONTMAP 1
39314 _ACEOF
39315
39316 fi
39317
39318 if test "$wxUSE_UNICODE" = "yes" ; then
39319 cat >>confdefs.h <<\_ACEOF
39320 #define wxUSE_UNICODE 1
39321 _ACEOF
39322
39323
39324 if test "$USE_WIN32" != 1; then
39325 wxUSE_UNICODE_MSLU=no
39326 fi
39327
39328 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
39329 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
39330 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
39331 if test "${ac_cv_lib_unicows_main+set}" = set; then
39332 echo $ECHO_N "(cached) $ECHO_C" >&6
39333 else
39334 ac_check_lib_save_LIBS=$LIBS
39335 LIBS="-lunicows $LIBS"
39336 cat >conftest.$ac_ext <<_ACEOF
39337 /* confdefs.h. */
39338 _ACEOF
39339 cat confdefs.h >>conftest.$ac_ext
39340 cat >>conftest.$ac_ext <<_ACEOF
39341 /* end confdefs.h. */
39342
39343
39344 int
39345 main ()
39346 {
39347 main ();
39348 ;
39349 return 0;
39350 }
39351 _ACEOF
39352 rm -f conftest.$ac_objext conftest$ac_exeext
39353 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39354 (eval $ac_link) 2>conftest.er1
39355 ac_status=$?
39356 grep -v '^ *+' conftest.er1 >conftest.err
39357 rm -f conftest.er1
39358 cat conftest.err >&5
39359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39360 (exit $ac_status); } &&
39361 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39363 (eval $ac_try) 2>&5
39364 ac_status=$?
39365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39366 (exit $ac_status); }; } &&
39367 { ac_try='test -s conftest$ac_exeext'
39368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39369 (eval $ac_try) 2>&5
39370 ac_status=$?
39371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39372 (exit $ac_status); }; }; then
39373 ac_cv_lib_unicows_main=yes
39374 else
39375 echo "$as_me: failed program was:" >&5
39376 sed 's/^/| /' conftest.$ac_ext >&5
39377
39378 ac_cv_lib_unicows_main=no
39379 fi
39380 rm -f conftest.err conftest.$ac_objext \
39381 conftest$ac_exeext conftest.$ac_ext
39382 LIBS=$ac_check_lib_save_LIBS
39383 fi
39384 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
39385 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
39386 if test $ac_cv_lib_unicows_main = yes; then
39387
39388 cat >>confdefs.h <<\_ACEOF
39389 #define wxUSE_UNICODE_MSLU 1
39390 _ACEOF
39391
39392
39393 else
39394
39395 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
39396 Applications will only run on Windows NT/2000/XP!" >&5
39397 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
39398 Applications will only run on Windows NT/2000/XP!" >&2;}
39399 wxUSE_UNICODE_MSLU=no
39400
39401 fi
39402
39403 fi
39404 fi
39405
39406 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
39407 cat >>confdefs.h <<\_ACEOF
39408 #define wxUSE_EXPERIMENTAL_PRINTF 1
39409 _ACEOF
39410
39411 fi
39412
39413
39414 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
39415 cat >>confdefs.h <<\_ACEOF
39416 #define wxUSE_POSTSCRIPT 1
39417 _ACEOF
39418
39419 fi
39420
39421 cat >>confdefs.h <<\_ACEOF
39422 #define wxUSE_AFM_FOR_POSTSCRIPT 1
39423 _ACEOF
39424
39425
39426 cat >>confdefs.h <<\_ACEOF
39427 #define wxUSE_NORMALIZED_PS_FONTS 1
39428 _ACEOF
39429
39430
39431
39432 if test "$wxUSE_CONSTRAINTS" = "yes"; then
39433 cat >>confdefs.h <<\_ACEOF
39434 #define wxUSE_CONSTRAINTS 1
39435 _ACEOF
39436
39437 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
39438 fi
39439
39440 if test "$wxUSE_MDI" = "yes"; then
39441 cat >>confdefs.h <<\_ACEOF
39442 #define wxUSE_MDI 1
39443 _ACEOF
39444
39445
39446 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39447 cat >>confdefs.h <<\_ACEOF
39448 #define wxUSE_MDI_ARCHITECTURE 1
39449 _ACEOF
39450
39451 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
39452 fi
39453 fi
39454
39455 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
39456 cat >>confdefs.h <<\_ACEOF
39457 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
39458 _ACEOF
39459
39460 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
39461 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39462 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
39463 fi
39464 fi
39465
39466 if test "$wxUSE_HELP" = "yes"; then
39467 cat >>confdefs.h <<\_ACEOF
39468 #define wxUSE_HELP 1
39469 _ACEOF
39470
39471 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
39472
39473 if test "$wxUSE_MSW" = 1; then
39474 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
39475 cat >>confdefs.h <<\_ACEOF
39476 #define wxUSE_MS_HTML_HELP 1
39477 _ACEOF
39478
39479 fi
39480 fi
39481
39482 if test "$wxUSE_WXHTML_HELP" = "yes"; then
39483 if test "$wxUSE_HTML" = "yes"; then
39484 cat >>confdefs.h <<\_ACEOF
39485 #define wxUSE_WXHTML_HELP 1
39486 _ACEOF
39487
39488 else
39489 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
39490 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
39491 wxUSE_WXHTML_HELP=no
39492 fi
39493 fi
39494 fi
39495
39496 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
39497 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39498 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
39499 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
39500 else
39501 cat >>confdefs.h <<\_ACEOF
39502 #define wxUSE_PRINTING_ARCHITECTURE 1
39503 _ACEOF
39504
39505 fi
39506 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
39507 fi
39508
39509 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
39510 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
39511 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
39512 { (exit 1); exit 1; }; }
39513 fi
39514
39515
39516 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
39517 -o "$wxUSE_CLIPBOARD" = "yes" \
39518 -o "$wxUSE_OLE" = "yes" \
39519 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
39520
39521 for ac_header in ole2.h
39522 do
39523 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39524 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39525 echo "$as_me:$LINENO: checking for $ac_header" >&5
39526 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39527 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39528 echo $ECHO_N "(cached) $ECHO_C" >&6
39529 fi
39530 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39531 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39532 else
39533 # Is the header compilable?
39534 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39535 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39536 cat >conftest.$ac_ext <<_ACEOF
39537 /* confdefs.h. */
39538 _ACEOF
39539 cat confdefs.h >>conftest.$ac_ext
39540 cat >>conftest.$ac_ext <<_ACEOF
39541 /* end confdefs.h. */
39542 $ac_includes_default
39543 #include <$ac_header>
39544 _ACEOF
39545 rm -f conftest.$ac_objext
39546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39547 (eval $ac_compile) 2>conftest.er1
39548 ac_status=$?
39549 grep -v '^ *+' conftest.er1 >conftest.err
39550 rm -f conftest.er1
39551 cat conftest.err >&5
39552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39553 (exit $ac_status); } &&
39554 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39556 (eval $ac_try) 2>&5
39557 ac_status=$?
39558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39559 (exit $ac_status); }; } &&
39560 { ac_try='test -s conftest.$ac_objext'
39561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39562 (eval $ac_try) 2>&5
39563 ac_status=$?
39564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39565 (exit $ac_status); }; }; then
39566 ac_header_compiler=yes
39567 else
39568 echo "$as_me: failed program was:" >&5
39569 sed 's/^/| /' conftest.$ac_ext >&5
39570
39571 ac_header_compiler=no
39572 fi
39573 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39574 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39575 echo "${ECHO_T}$ac_header_compiler" >&6
39576
39577 # Is the header present?
39578 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39579 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39580 cat >conftest.$ac_ext <<_ACEOF
39581 /* confdefs.h. */
39582 _ACEOF
39583 cat confdefs.h >>conftest.$ac_ext
39584 cat >>conftest.$ac_ext <<_ACEOF
39585 /* end confdefs.h. */
39586 #include <$ac_header>
39587 _ACEOF
39588 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39589 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
39590 ac_status=$?
39591 grep -v '^ *+' conftest.er1 >conftest.err
39592 rm -f conftest.er1
39593 cat conftest.err >&5
39594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39595 (exit $ac_status); } >/dev/null; then
39596 if test -s conftest.err; then
39597 ac_cpp_err=$ac_c_preproc_warn_flag
39598 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
39599 else
39600 ac_cpp_err=
39601 fi
39602 else
39603 ac_cpp_err=yes
39604 fi
39605 if test -z "$ac_cpp_err"; then
39606 ac_header_preproc=yes
39607 else
39608 echo "$as_me: failed program was:" >&5
39609 sed 's/^/| /' conftest.$ac_ext >&5
39610
39611 ac_header_preproc=no
39612 fi
39613 rm -f conftest.err conftest.$ac_ext
39614 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39615 echo "${ECHO_T}$ac_header_preproc" >&6
39616
39617 # So? What about this header?
39618 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39619 yes:no: )
39620 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39621 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39622 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39623 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39624 ac_header_preproc=yes
39625 ;;
39626 no:yes:* )
39627 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39628 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39629 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39630 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39631 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39632 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39633 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39634 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39635 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39636 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39637 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39638 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39639 (
39640 cat <<\_ASBOX
39641 ## ----------------------------------------- ##
39642 ## Report this to wx-dev@lists.wxwidgets.org ##
39643 ## ----------------------------------------- ##
39644 _ASBOX
39645 ) |
39646 sed "s/^/$as_me: WARNING: /" >&2
39647 ;;
39648 esac
39649 echo "$as_me:$LINENO: checking for $ac_header" >&5
39650 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39651 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39652 echo $ECHO_N "(cached) $ECHO_C" >&6
39653 else
39654 eval "$as_ac_Header=\$ac_header_preproc"
39655 fi
39656 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39657 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39658
39659 fi
39660 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39661 cat >>confdefs.h <<_ACEOF
39662 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39663 _ACEOF
39664
39665 fi
39666
39667 done
39668
39669
39670 if test "$ac_cv_header_ole2_h" = "yes" ; then
39671 if test "$GCC" = yes ; then
39672
39673
39674 ac_ext=cc
39675 ac_cpp='$CXXCPP $CPPFLAGS'
39676 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39677 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39678 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39679
39680
39681 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
39682 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
39683 cat >conftest.$ac_ext <<_ACEOF
39684 /* confdefs.h. */
39685 _ACEOF
39686 cat confdefs.h >>conftest.$ac_ext
39687 cat >>conftest.$ac_ext <<_ACEOF
39688 /* end confdefs.h. */
39689 #include <windows.h>
39690 #include <ole2.h>
39691 int
39692 main ()
39693 {
39694
39695 ;
39696 return 0;
39697 }
39698 _ACEOF
39699 rm -f conftest.$ac_objext
39700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39701 (eval $ac_compile) 2>conftest.er1
39702 ac_status=$?
39703 grep -v '^ *+' conftest.er1 >conftest.err
39704 rm -f conftest.er1
39705 cat conftest.err >&5
39706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39707 (exit $ac_status); } &&
39708 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39710 (eval $ac_try) 2>&5
39711 ac_status=$?
39712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39713 (exit $ac_status); }; } &&
39714 { ac_try='test -s conftest.$ac_objext'
39715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39716 (eval $ac_try) 2>&5
39717 ac_status=$?
39718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39719 (exit $ac_status); }; }; then
39720 echo "$as_me:$LINENO: result: no" >&5
39721 echo "${ECHO_T}no" >&6
39722 else
39723 echo "$as_me: failed program was:" >&5
39724 sed 's/^/| /' conftest.$ac_ext >&5
39725
39726 echo "$as_me:$LINENO: result: yes" >&5
39727 echo "${ECHO_T}yes" >&6
39728 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
39729 fi
39730 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39731 ac_ext=c
39732 ac_cpp='$CPP $CPPFLAGS'
39733 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39734 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39735 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39736
39737 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
39738 if test "$wxUSE_OLE" = "yes" ; then
39739 cat >>confdefs.h <<\_ACEOF
39740 #define wxUSE_OLE 1
39741 _ACEOF
39742
39743 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
39744 fi
39745 fi
39746
39747 if test "$wxUSE_DATAOBJ" = "yes" ; then
39748 cat >>confdefs.h <<\_ACEOF
39749 #define wxUSE_DATAOBJ 1
39750 _ACEOF
39751
39752 fi
39753 else
39754 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
39755 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
39756
39757 wxUSE_CLIPBOARD=no
39758 wxUSE_DRAG_AND_DROP=no
39759 wxUSE_DATAOBJ=no
39760 wxUSE_OLE=no
39761 fi
39762
39763 if test "$wxUSE_METAFILE" = "yes"; then
39764 cat >>confdefs.h <<\_ACEOF
39765 #define wxUSE_METAFILE 1
39766 _ACEOF
39767
39768
39769 cat >>confdefs.h <<\_ACEOF
39770 #define wxUSE_ENH_METAFILE 1
39771 _ACEOF
39772
39773 fi
39774 fi
39775
39776 if test "$wxUSE_IPC" = "yes"; then
39777 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
39778 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
39779 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
39780 wxUSE_IPC=no
39781 fi
39782
39783 if test "$wxUSE_IPC" = "yes"; then
39784 cat >>confdefs.h <<\_ACEOF
39785 #define wxUSE_IPC 1
39786 _ACEOF
39787
39788 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
39789 fi
39790 fi
39791
39792 if test "$wxUSE_DATAOBJ" = "yes"; then
39793 if test "$wxUSE_MGL" = 1; then
39794 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
39795 echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
39796 wxUSE_DATAOBJ=no
39797 else
39798 cat >>confdefs.h <<\_ACEOF
39799 #define wxUSE_DATAOBJ 1
39800 _ACEOF
39801
39802 fi
39803 else
39804 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
39805 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
39806 wxUSE_CLIPBOARD=no
39807 wxUSE_DRAG_AND_DROP=no
39808 fi
39809
39810 if test "$wxUSE_CLIPBOARD" = "yes"; then
39811 if test "$wxUSE_MGL" = 1; then
39812 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
39813 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
39814 wxUSE_CLIPBOARD=no
39815 fi
39816
39817 if test "$wxUSE_CLIPBOARD" = "yes"; then
39818 cat >>confdefs.h <<\_ACEOF
39819 #define wxUSE_CLIPBOARD 1
39820 _ACEOF
39821
39822 fi
39823 fi
39824
39825 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
39826 if test "$wxUSE_GTK" = 1; then
39827 if test "$WXGTK12" != 1; then
39828 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
39829 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
39830 wxUSE_DRAG_AND_DROP=no
39831 fi
39832 fi
39833
39834 if test "$wxUSE_MOTIF" = 1; then
39835 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
39836 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
39837 wxUSE_DRAG_AND_DROP=no
39838 fi
39839
39840 if test "$wxUSE_X11" = 1; then
39841 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
39842 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
39843 wxUSE_DRAG_AND_DROP=no
39844 fi
39845
39846 if test "$wxUSE_MGL" = 1; then
39847 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
39848 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
39849 wxUSE_DRAG_AND_DROP=no
39850 fi
39851
39852 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
39853 cat >>confdefs.h <<\_ACEOF
39854 #define wxUSE_DRAG_AND_DROP 1
39855 _ACEOF
39856
39857 fi
39858
39859 fi
39860
39861 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
39862 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
39863 fi
39864
39865 if test "$wxUSE_SPLINES" = "yes" ; then
39866 cat >>confdefs.h <<\_ACEOF
39867 #define wxUSE_SPLINES 1
39868 _ACEOF
39869
39870 fi
39871
39872 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
39873 cat >>confdefs.h <<\_ACEOF
39874 #define wxUSE_MOUSEWHEEL 1
39875 _ACEOF
39876
39877 fi
39878
39879
39880 USES_CONTROLS=0
39881 if test "$wxUSE_CONTROLS" = "yes"; then
39882 USES_CONTROLS=1
39883 fi
39884
39885 if test "$wxUSE_ACCEL" = "yes"; then
39886 cat >>confdefs.h <<\_ACEOF
39887 #define wxUSE_ACCEL 1
39888 _ACEOF
39889
39890 USES_CONTROLS=1
39891 fi
39892
39893 if test "$wxUSE_BUTTON" = "yes"; then
39894 cat >>confdefs.h <<\_ACEOF
39895 #define wxUSE_BUTTON 1
39896 _ACEOF
39897
39898 USES_CONTROLS=1
39899 fi
39900
39901 if test "$wxUSE_BMPBUTTON" = "yes"; then
39902 cat >>confdefs.h <<\_ACEOF
39903 #define wxUSE_BMPBUTTON 1
39904 _ACEOF
39905
39906 USES_CONTROLS=1
39907 fi
39908
39909 if test "$wxUSE_CALCTRL" = "yes"; then
39910 cat >>confdefs.h <<\_ACEOF
39911 #define wxUSE_CALENDARCTRL 1
39912 _ACEOF
39913
39914 USES_CONTROLS=1
39915 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
39916 fi
39917
39918 if test "$wxUSE_CARET" = "yes"; then
39919 cat >>confdefs.h <<\_ACEOF
39920 #define wxUSE_CARET 1
39921 _ACEOF
39922
39923 USES_CONTROLS=1
39924 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
39925 fi
39926
39927 if test "$wxUSE_COMBOBOX" = "yes"; then
39928 cat >>confdefs.h <<\_ACEOF
39929 #define wxUSE_COMBOBOX 1
39930 _ACEOF
39931
39932 USES_CONTROLS=1
39933 fi
39934
39935 if test "$wxUSE_CHOICE" = "yes"; then
39936 cat >>confdefs.h <<\_ACEOF
39937 #define wxUSE_CHOICE 1
39938 _ACEOF
39939
39940 USES_CONTROLS=1
39941 fi
39942
39943 if test "$wxUSE_CHOICEBOOK" = "yes"; then
39944 cat >>confdefs.h <<\_ACEOF
39945 #define wxUSE_CHOICEBOOK 1
39946 _ACEOF
39947
39948 USES_CONTROLS=1
39949 fi
39950
39951 if test "$wxUSE_CHECKBOX" = "yes"; then
39952 cat >>confdefs.h <<\_ACEOF
39953 #define wxUSE_CHECKBOX 1
39954 _ACEOF
39955
39956 USES_CONTROLS=1
39957 fi
39958
39959 if test "$wxUSE_CHECKLST" = "yes"; then
39960 cat >>confdefs.h <<\_ACEOF
39961 #define wxUSE_CHECKLISTBOX 1
39962 _ACEOF
39963
39964 USES_CONTROLS=1
39965 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
39966 fi
39967
39968 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
39969 cat >>confdefs.h <<\_ACEOF
39970 #define wxUSE_DATEPICKCTRL 1
39971 _ACEOF
39972
39973 USES_CONTROLS=1
39974 fi
39975
39976 if test "$wxUSE_DISPLAY" = "yes"; then
39977 cat >>confdefs.h <<\_ACEOF
39978 #define wxUSE_DISPLAY 1
39979 _ACEOF
39980
39981 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
39982 fi
39983
39984 if test "$wxUSE_GAUGE" = "yes"; then
39985 cat >>confdefs.h <<\_ACEOF
39986 #define wxUSE_GAUGE 1
39987 _ACEOF
39988
39989 USES_CONTROLS=1
39990 fi
39991
39992 if test "$wxUSE_GRID" = "yes"; then
39993 cat >>confdefs.h <<\_ACEOF
39994 #define wxUSE_GRID 1
39995 _ACEOF
39996
39997 USES_CONTROLS=1
39998 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
39999 fi
40000
40001 if test "$wxUSE_IMAGLIST" = "yes"; then
40002 cat >>confdefs.h <<\_ACEOF
40003 #define wxUSE_IMAGLIST 1
40004 _ACEOF
40005
40006 fi
40007
40008 if test "$wxUSE_LISTBOOK" = "yes"; then
40009 cat >>confdefs.h <<\_ACEOF
40010 #define wxUSE_LISTBOOK 1
40011 _ACEOF
40012
40013 USES_CONTROLS=1
40014 fi
40015
40016 if test "$wxUSE_LISTBOX" = "yes"; then
40017 cat >>confdefs.h <<\_ACEOF
40018 #define wxUSE_LISTBOX 1
40019 _ACEOF
40020
40021 USES_CONTROLS=1
40022 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
40023 fi
40024
40025 if test "$wxUSE_LISTCTRL" = "yes"; then
40026 if test "$wxUSE_IMAGLIST" = "yes"; then
40027 cat >>confdefs.h <<\_ACEOF
40028 #define wxUSE_LISTCTRL 1
40029 _ACEOF
40030
40031 USES_CONTROLS=1
40032 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
40033 else
40034 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
40035 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
40036 fi
40037 fi
40038
40039 if test "$wxUSE_NOTEBOOK" = "yes"; then
40040 cat >>confdefs.h <<\_ACEOF
40041 #define wxUSE_NOTEBOOK 1
40042 _ACEOF
40043
40044 USES_CONTROLS=1
40045 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
40046 fi
40047
40048
40049 if test "$wxUSE_RADIOBOX" = "yes"; then
40050 cat >>confdefs.h <<\_ACEOF
40051 #define wxUSE_RADIOBOX 1
40052 _ACEOF
40053
40054 USES_CONTROLS=1
40055 fi
40056
40057 if test "$wxUSE_RADIOBTN" = "yes"; then
40058 cat >>confdefs.h <<\_ACEOF
40059 #define wxUSE_RADIOBTN 1
40060 _ACEOF
40061
40062 USES_CONTROLS=1
40063 fi
40064
40065 if test "$wxUSE_SASH" = "yes"; then
40066 cat >>confdefs.h <<\_ACEOF
40067 #define wxUSE_SASH 1
40068 _ACEOF
40069
40070 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
40071 fi
40072
40073 if test "$wxUSE_SCROLLBAR" = "yes"; then
40074 cat >>confdefs.h <<\_ACEOF
40075 #define wxUSE_SCROLLBAR 1
40076 _ACEOF
40077
40078 USES_CONTROLS=1
40079 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
40080 fi
40081
40082 if test "$wxUSE_SLIDER" = "yes"; then
40083 cat >>confdefs.h <<\_ACEOF
40084 #define wxUSE_SLIDER 1
40085 _ACEOF
40086
40087 USES_CONTROLS=1
40088 fi
40089
40090 if test "$wxUSE_SPINBTN" = "yes"; then
40091 cat >>confdefs.h <<\_ACEOF
40092 #define wxUSE_SPINBTN 1
40093 _ACEOF
40094
40095 USES_CONTROLS=1
40096 fi
40097
40098 if test "$wxUSE_SPINCTRL" = "yes"; then
40099 cat >>confdefs.h <<\_ACEOF
40100 #define wxUSE_SPINCTRL 1
40101 _ACEOF
40102
40103 USES_CONTROLS=1
40104 fi
40105
40106 if test "$wxUSE_SPLITTER" = "yes"; then
40107 cat >>confdefs.h <<\_ACEOF
40108 #define wxUSE_SPLITTER 1
40109 _ACEOF
40110
40111 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
40112 fi
40113
40114 if test "$wxUSE_STATBMP" = "yes"; then
40115 cat >>confdefs.h <<\_ACEOF
40116 #define wxUSE_STATBMP 1
40117 _ACEOF
40118
40119 USES_CONTROLS=1
40120 fi
40121
40122 if test "$wxUSE_STATBOX" = "yes"; then
40123 cat >>confdefs.h <<\_ACEOF
40124 #define wxUSE_STATBOX 1
40125 _ACEOF
40126
40127 USES_CONTROLS=1
40128 fi
40129
40130 if test "$wxUSE_STATTEXT" = "yes"; then
40131 cat >>confdefs.h <<\_ACEOF
40132 #define wxUSE_STATTEXT 1
40133 _ACEOF
40134
40135 USES_CONTROLS=1
40136 fi
40137
40138 if test "$wxUSE_STATLINE" = "yes"; then
40139 cat >>confdefs.h <<\_ACEOF
40140 #define wxUSE_STATLINE 1
40141 _ACEOF
40142
40143 USES_CONTROLS=1
40144 fi
40145
40146 if test "$wxUSE_STATUSBAR" = "yes"; then
40147 cat >>confdefs.h <<\_ACEOF
40148 #define wxUSE_NATIVE_STATUSBAR 1
40149 _ACEOF
40150
40151 cat >>confdefs.h <<\_ACEOF
40152 #define wxUSE_STATUSBAR 1
40153 _ACEOF
40154
40155 USES_CONTROLS=1
40156
40157 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
40158 fi
40159
40160 if test "$wxUSE_TABDIALOG" = "yes"; then
40161 cat >>confdefs.h <<\_ACEOF
40162 #define wxUSE_TAB_DIALOG 1
40163 _ACEOF
40164
40165 fi
40166
40167 if test "$wxUSE_TEXTCTRL" = "yes"; then
40168 cat >>confdefs.h <<\_ACEOF
40169 #define wxUSE_TEXTCTRL 1
40170 _ACEOF
40171
40172 USES_CONTROLS=1
40173 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
40174 fi
40175
40176 if test "$wxUSE_TOGGLEBTN" = "yes"; then
40177 if test "$wxUSE_COCOA" = 1 ; then
40178 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
40179 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
40180 wxUSE_TOGGLEBTN=no
40181 fi
40182 if test "$wxUSE_UNIVERSAL" = "yes"; then
40183 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
40184 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
40185 wxUSE_TOGGLEBTN=no
40186 fi
40187
40188 if test "$wxUSE_TOGGLEBTN" = "yes"; then
40189 cat >>confdefs.h <<\_ACEOF
40190 #define wxUSE_TOGGLEBTN 1
40191 _ACEOF
40192
40193 USES_CONTROLS=1
40194 fi
40195 fi
40196
40197 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
40198 cat >>confdefs.h <<\_ACEOF
40199 #define wxUSE_TOOLBAR_SIMPLE 1
40200 _ACEOF
40201
40202 wxUSE_TOOLBAR="yes"
40203 USES_CONTROLS=1
40204 fi
40205
40206 if test "$wxUSE_TOOLBAR" = "yes"; then
40207 cat >>confdefs.h <<\_ACEOF
40208 #define wxUSE_TOOLBAR 1
40209 _ACEOF
40210
40211 USES_CONTROLS=1
40212
40213 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
40214 wxUSE_TOOLBAR_NATIVE="yes"
40215 fi
40216
40217 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
40218 cat >>confdefs.h <<\_ACEOF
40219 #define wxUSE_TOOLBAR_NATIVE 1
40220 _ACEOF
40221
40222 USES_CONTROLS=1
40223 fi
40224
40225 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
40226 fi
40227
40228 if test "$wxUSE_TOOLTIPS" = "yes"; then
40229 if test "$wxUSE_MOTIF" = 1; then
40230 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
40231 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
40232 else
40233 if test "$wxUSE_UNIVERSAL" = "yes"; then
40234 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
40235 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
40236 else
40237 cat >>confdefs.h <<\_ACEOF
40238 #define wxUSE_TOOLTIPS 1
40239 _ACEOF
40240
40241 fi
40242 fi
40243 fi
40244
40245 if test "$wxUSE_TREECTRL" = "yes"; then
40246 if test "$wxUSE_IMAGLIST" = "yes"; then
40247 cat >>confdefs.h <<\_ACEOF
40248 #define wxUSE_TREECTRL 1
40249 _ACEOF
40250
40251 USES_CONTROLS=1
40252 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
40253 else
40254 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
40255 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
40256 fi
40257 fi
40258
40259 if test "$wxUSE_POPUPWIN" = "yes"; then
40260 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40261 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
40262 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
40263 else
40264 if test "$wxUSE_PM" = 1; then
40265 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
40266 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
40267 else
40268 cat >>confdefs.h <<\_ACEOF
40269 #define wxUSE_POPUPWIN 1
40270 _ACEOF
40271
40272 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
40273
40274 USES_CONTROLS=1
40275 fi
40276 fi
40277 fi
40278
40279 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
40280 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40281 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
40282 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
40283 else
40284 cat >>confdefs.h <<\_ACEOF
40285 #define wxUSE_DIALUP_MANAGER 1
40286 _ACEOF
40287
40288 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
40289 fi
40290 fi
40291
40292 if test "$wxUSE_TIPWINDOW" = "yes"; then
40293 if test "$wxUSE_PM" = 1; then
40294 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
40295 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
40296 else
40297 cat >>confdefs.h <<\_ACEOF
40298 #define wxUSE_TIPWINDOW 1
40299 _ACEOF
40300
40301 fi
40302 fi
40303
40304 if test "$USES_CONTROLS" = 1; then
40305 cat >>confdefs.h <<\_ACEOF
40306 #define wxUSE_CONTROLS 1
40307 _ACEOF
40308
40309 fi
40310
40311
40312 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
40313 cat >>confdefs.h <<\_ACEOF
40314 #define wxUSE_ACCESSIBILITY 1
40315 _ACEOF
40316
40317 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
40318 fi
40319
40320 if test "$wxUSE_DC_CACHEING" = "yes"; then
40321 cat >>confdefs.h <<\_ACEOF
40322 #define wxUSE_DC_CACHEING 1
40323 _ACEOF
40324
40325 fi
40326
40327 if test "$wxUSE_DRAGIMAGE" = "yes"; then
40328 cat >>confdefs.h <<\_ACEOF
40329 #define wxUSE_DRAGIMAGE 1
40330 _ACEOF
40331
40332 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
40333 fi
40334
40335 if test "$wxUSE_EXCEPTIONS" = "yes"; then
40336 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
40337 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
40338 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
40339 else
40340 cat >>confdefs.h <<\_ACEOF
40341 #define wxUSE_EXCEPTIONS 1
40342 _ACEOF
40343
40344 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
40345 fi
40346 fi
40347
40348 USE_HTML=0
40349 if test "$wxUSE_HTML" = "yes"; then
40350 cat >>confdefs.h <<\_ACEOF
40351 #define wxUSE_HTML 1
40352 _ACEOF
40353
40354 USE_HTML=1
40355 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
40356 if test "$wxUSE_MAC" = 1; then
40357 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
40358 fi
40359 fi
40360 if test "$wxUSE_WEBKIT" = "yes"; then
40361 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
40362 old_CPPFLAGS="$CPPFLAGS"
40363 CPPFLAGS="$CPPFLAGS -x objective-c++"
40364 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
40365 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
40366 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
40367 echo $ECHO_N "(cached) $ECHO_C" >&6
40368 else
40369 cat >conftest.$ac_ext <<_ACEOF
40370 /* confdefs.h. */
40371 _ACEOF
40372 cat confdefs.h >>conftest.$ac_ext
40373 cat >>conftest.$ac_ext <<_ACEOF
40374 /* end confdefs.h. */
40375 #include <Carbon/Carbon.h>
40376
40377 #include <WebKit/HIWebView.h>
40378 _ACEOF
40379 rm -f conftest.$ac_objext
40380 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40381 (eval $ac_compile) 2>conftest.er1
40382 ac_status=$?
40383 grep -v '^ *+' conftest.er1 >conftest.err
40384 rm -f conftest.er1
40385 cat conftest.err >&5
40386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40387 (exit $ac_status); } &&
40388 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40390 (eval $ac_try) 2>&5
40391 ac_status=$?
40392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40393 (exit $ac_status); }; } &&
40394 { ac_try='test -s conftest.$ac_objext'
40395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40396 (eval $ac_try) 2>&5
40397 ac_status=$?
40398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40399 (exit $ac_status); }; }; then
40400 ac_cv_header_WebKit_HIWebView_h=yes
40401 else
40402 echo "$as_me: failed program was:" >&5
40403 sed 's/^/| /' conftest.$ac_ext >&5
40404
40405 ac_cv_header_WebKit_HIWebView_h=no
40406 fi
40407 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40408 fi
40409 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
40410 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
40411 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
40412
40413 cat >>confdefs.h <<\_ACEOF
40414 #define wxUSE_WEBKIT 1
40415 _ACEOF
40416
40417 WEBKIT_LINK="-framework WebKit"
40418
40419 else
40420
40421 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
40422 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
40423 wxUSE_WEBKIT=no
40424
40425 fi
40426
40427
40428 CPPFLAGS="$old_CPPFLAGS"
40429 elif test "$wxUSE_COCOA" = 1; then
40430 cat >>confdefs.h <<\_ACEOF
40431 #define wxUSE_WEBKIT 1
40432 _ACEOF
40433
40434 else
40435 wxUSE_WEBKIT=no
40436 fi
40437 fi
40438
40439 USE_XRC=0
40440 if test "$wxUSE_XRC" = "yes"; then
40441 if test "$wxUSE_XML" != "yes"; then
40442 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
40443 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
40444 wxUSE_XRC=no
40445 else
40446 cat >>confdefs.h <<\_ACEOF
40447 #define wxUSE_XRC 1
40448 _ACEOF
40449
40450 USE_XRC=1
40451 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
40452 fi
40453 fi
40454
40455 if test "$wxUSE_MENUS" = "yes"; then
40456 cat >>confdefs.h <<\_ACEOF
40457 #define wxUSE_MENUS 1
40458 _ACEOF
40459
40460 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
40461 fi
40462
40463 if test "$wxUSE_METAFILE" = "yes"; then
40464 cat >>confdefs.h <<\_ACEOF
40465 #define wxUSE_METAFILE 1
40466 _ACEOF
40467
40468 fi
40469
40470 if test "$wxUSE_MIMETYPE" = "yes"; then
40471 cat >>confdefs.h <<\_ACEOF
40472 #define wxUSE_MIMETYPE 1
40473 _ACEOF
40474
40475 fi
40476
40477 if test "$wxUSE_MINIFRAME" = "yes"; then
40478 cat >>confdefs.h <<\_ACEOF
40479 #define wxUSE_MINIFRAME 1
40480 _ACEOF
40481
40482 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
40483 fi
40484
40485 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
40486 cat >>confdefs.h <<\_ACEOF
40487 #define wxUSE_SYSTEM_OPTIONS 1
40488 _ACEOF
40489
40490 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
40491 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
40492 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
40493 fi
40494 fi
40495
40496
40497 if test "$wxUSE_VALIDATORS" = "yes"; then
40498 cat >>confdefs.h <<\_ACEOF
40499 #define wxUSE_VALIDATORS 1
40500 _ACEOF
40501
40502 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
40503 fi
40504
40505 if test "$wxUSE_PALETTE" = "yes" ; then
40506 cat >>confdefs.h <<\_ACEOF
40507 #define wxUSE_PALETTE 1
40508 _ACEOF
40509
40510 fi
40511
40512 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
40513 LIBS=" -lunicows $LIBS"
40514 fi
40515
40516
40517 if test "$wxUSE_IMAGE" = "yes" ; then
40518 cat >>confdefs.h <<\_ACEOF
40519 #define wxUSE_IMAGE 1
40520 _ACEOF
40521
40522
40523 if test "$wxUSE_GIF" = "yes" ; then
40524 cat >>confdefs.h <<\_ACEOF
40525 #define wxUSE_GIF 1
40526 _ACEOF
40527
40528 fi
40529
40530 if test "$wxUSE_PCX" = "yes" ; then
40531 cat >>confdefs.h <<\_ACEOF
40532 #define wxUSE_PCX 1
40533 _ACEOF
40534
40535 fi
40536
40537 if test "$wxUSE_IFF" = "yes" ; then
40538 cat >>confdefs.h <<\_ACEOF
40539 #define wxUSE_IFF 1
40540 _ACEOF
40541
40542 fi
40543
40544 if test "$wxUSE_PNM" = "yes" ; then
40545 cat >>confdefs.h <<\_ACEOF
40546 #define wxUSE_PNM 1
40547 _ACEOF
40548
40549 fi
40550
40551 if test "$wxUSE_XPM" = "yes" ; then
40552 cat >>confdefs.h <<\_ACEOF
40553 #define wxUSE_XPM 1
40554 _ACEOF
40555
40556 fi
40557
40558 if test "$wxUSE_ICO_CUR" = "yes" ; then
40559 cat >>confdefs.h <<\_ACEOF
40560 #define wxUSE_ICO_CUR 1
40561 _ACEOF
40562
40563 fi
40564 fi
40565
40566
40567 if test "$wxUSE_CHOICEDLG" = "yes"; then
40568 cat >>confdefs.h <<\_ACEOF
40569 #define wxUSE_CHOICEDLG 1
40570 _ACEOF
40571
40572 fi
40573
40574 if test "$wxUSE_COLOURDLG" = "yes"; then
40575 cat >>confdefs.h <<\_ACEOF
40576 #define wxUSE_COLOURDLG 1
40577 _ACEOF
40578
40579 fi
40580
40581 if test "$wxUSE_FILEDLG" = "yes"; then
40582 cat >>confdefs.h <<\_ACEOF
40583 #define wxUSE_FILEDLG 1
40584 _ACEOF
40585
40586 fi
40587
40588 if test "$wxUSE_FINDREPLDLG" = "yes"; then
40589 cat >>confdefs.h <<\_ACEOF
40590 #define wxUSE_FINDREPLDLG 1
40591 _ACEOF
40592
40593 fi
40594
40595 if test "$wxUSE_FONTDLG" = "yes"; then
40596 cat >>confdefs.h <<\_ACEOF
40597 #define wxUSE_FONTDLG 1
40598 _ACEOF
40599
40600 fi
40601
40602 if test "$wxUSE_DIRDLG" = "yes"; then
40603 if test "$wxUSE_TREECTRL" != "yes"; then
40604 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
40605 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
40606 else
40607 cat >>confdefs.h <<\_ACEOF
40608 #define wxUSE_DIRDLG 1
40609 _ACEOF
40610
40611 fi
40612 fi
40613
40614 if test "$wxUSE_MSGDLG" = "yes"; then
40615 cat >>confdefs.h <<\_ACEOF
40616 #define wxUSE_MSGDLG 1
40617 _ACEOF
40618
40619 fi
40620
40621 if test "$wxUSE_NUMBERDLG" = "yes"; then
40622 cat >>confdefs.h <<\_ACEOF
40623 #define wxUSE_NUMBERDLG 1
40624 _ACEOF
40625
40626 fi
40627
40628 if test "$wxUSE_PROGRESSDLG" = "yes"; then
40629 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40630 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
40631 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
40632 else
40633 cat >>confdefs.h <<\_ACEOF
40634 #define wxUSE_PROGRESSDLG 1
40635 _ACEOF
40636
40637 fi
40638 fi
40639
40640 if test "$wxUSE_SPLASH" = "yes"; then
40641 cat >>confdefs.h <<\_ACEOF
40642 #define wxUSE_SPLASH 1
40643 _ACEOF
40644
40645 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
40646 fi
40647
40648 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
40649 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40650 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
40651 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
40652 else
40653 cat >>confdefs.h <<\_ACEOF
40654 #define wxUSE_STARTUP_TIPS 1
40655 _ACEOF
40656
40657 fi
40658 fi
40659
40660 if test "$wxUSE_TEXTDLG" = "yes"; then
40661 cat >>confdefs.h <<\_ACEOF
40662 #define wxUSE_TEXTDLG 1
40663 _ACEOF
40664
40665 fi
40666
40667 if test "$wxUSE_WIZARDDLG" = "yes"; then
40668 cat >>confdefs.h <<\_ACEOF
40669 #define wxUSE_WIZARDDLG 1
40670 _ACEOF
40671
40672 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
40673 fi
40674
40675
40676 if test "$wxUSE_MEDIACTRL" = "yes"; then
40677 if test "$wxUSE_GTK" = 1; then
40678 wxUSE_GSTREAMER="yes"
40679
40680
40681 succeeded=no
40682
40683 if test -z "$PKG_CONFIG"; then
40684 # Extract the first word of "pkg-config", so it can be a program name with args.
40685 set dummy pkg-config; ac_word=$2
40686 echo "$as_me:$LINENO: checking for $ac_word" >&5
40687 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40688 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
40689 echo $ECHO_N "(cached) $ECHO_C" >&6
40690 else
40691 case $PKG_CONFIG in
40692 [\\/]* | ?:[\\/]*)
40693 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
40694 ;;
40695 *)
40696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40697 for as_dir in $PATH
40698 do
40699 IFS=$as_save_IFS
40700 test -z "$as_dir" && as_dir=.
40701 for ac_exec_ext in '' $ac_executable_extensions; do
40702 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40703 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
40704 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40705 break 2
40706 fi
40707 done
40708 done
40709
40710 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
40711 ;;
40712 esac
40713 fi
40714 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
40715
40716 if test -n "$PKG_CONFIG"; then
40717 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
40718 echo "${ECHO_T}$PKG_CONFIG" >&6
40719 else
40720 echo "$as_me:$LINENO: result: no" >&5
40721 echo "${ECHO_T}no" >&6
40722 fi
40723
40724 fi
40725
40726 if test "$PKG_CONFIG" = "no" ; then
40727 echo "*** The pkg-config script could not be found. Make sure it is"
40728 echo "*** in your path, or set the PKG_CONFIG environment variable"
40729 echo "*** to the full path to pkg-config."
40730 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
40731 else
40732 PKG_CONFIG_MIN_VERSION=0.9.0
40733 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
40734 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
40735 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
40736
40737 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
40738 echo "$as_me:$LINENO: result: yes" >&5
40739 echo "${ECHO_T}yes" >&6
40740 succeeded=yes
40741
40742 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
40743 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
40744 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
40745 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
40746 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
40747
40748 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
40749 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
40750 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
40751 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
40752 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
40753 else
40754 GSTREAMER_CFLAGS=""
40755 GSTREAMER_LIBS=""
40756 ## If we have a custom action on failure, don't print errors, but
40757 ## do set a variable so people can do so.
40758 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
40759
40760 fi
40761
40762
40763
40764 else
40765 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
40766 echo "*** See http://www.freedesktop.org/software/pkgconfig"
40767 fi
40768 fi
40769
40770 if test $succeeded = yes; then
40771
40772 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
40773 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
40774
40775 else
40776
40777 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
40778 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
40779 wxUSE_GSTREAMER="no"
40780
40781 fi
40782
40783
40784
40785
40786
40787 if test "x$GST_INSPECT" == "x"; then
40788 # Extract the first word of "gst-inspect", so it can be a program name with args.
40789 set dummy gst-inspect; ac_word=$2
40790 echo "$as_me:$LINENO: checking for $ac_word" >&5
40791 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40792 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
40793 echo $ECHO_N "(cached) $ECHO_C" >&6
40794 else
40795 if test -n "$GST_INSPECT"; then
40796 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
40797 else
40798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40799 for as_dir in $PATH
40800 do
40801 IFS=$as_save_IFS
40802 test -z "$as_dir" && as_dir=.
40803 for ac_exec_ext in '' $ac_executable_extensions; do
40804 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40805 ac_cv_prog_GST_INSPECT="gst-inspect"
40806 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40807 break 2
40808 fi
40809 done
40810 done
40811
40812 fi
40813 fi
40814 GST_INSPECT=$ac_cv_prog_GST_INSPECT
40815 if test -n "$GST_INSPECT"; then
40816 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
40817 echo "${ECHO_T}$GST_INSPECT" >&6
40818 else
40819 echo "$as_me:$LINENO: result: no" >&5
40820 echo "${ECHO_T}no" >&6
40821 fi
40822
40823 fi
40824
40825 if test "x$GST_INSPECT" != "x"; then
40826 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
40827 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
40828 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
40829 echo "$as_me:$LINENO: result: found." >&5
40830 echo "${ECHO_T}found." >&6
40831
40832 else
40833 echo "$as_me:$LINENO: result: not found." >&5
40834 echo "${ECHO_T}not found." >&6
40835
40836 wxUSE_GSTREAMER="no"
40837 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
40838 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
40839
40840 fi
40841 fi
40842
40843
40844 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
40845 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
40846 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
40847 echo $ECHO_N "(cached) $ECHO_C" >&6
40848 else
40849 cat >conftest.$ac_ext <<_ACEOF
40850 /* confdefs.h. */
40851 _ACEOF
40852 cat confdefs.h >>conftest.$ac_ext
40853 cat >>conftest.$ac_ext <<_ACEOF
40854 /* end confdefs.h. */
40855 #include <gst/gst.h>
40856
40857 #include <gst/xoverlay/xoverlay.h>
40858 _ACEOF
40859 rm -f conftest.$ac_objext
40860 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40861 (eval $ac_compile) 2>conftest.er1
40862 ac_status=$?
40863 grep -v '^ *+' conftest.er1 >conftest.err
40864 rm -f conftest.er1
40865 cat conftest.err >&5
40866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40867 (exit $ac_status); } &&
40868 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40870 (eval $ac_try) 2>&5
40871 ac_status=$?
40872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40873 (exit $ac_status); }; } &&
40874 { ac_try='test -s conftest.$ac_objext'
40875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40876 (eval $ac_try) 2>&5
40877 ac_status=$?
40878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40879 (exit $ac_status); }; }; then
40880 ac_cv_header_gst_xoverlay_xoverlay_h=yes
40881 else
40882 echo "$as_me: failed program was:" >&5
40883 sed 's/^/| /' conftest.$ac_ext >&5
40884
40885 ac_cv_header_gst_xoverlay_xoverlay_h=no
40886 fi
40887 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40888 fi
40889 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
40890 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
40891 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
40892 :
40893 else
40894
40895 wxUSE_GSTREAMER="no"
40896 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
40897 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
40898
40899 fi
40900
40901
40902
40903 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
40904 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
40905
40906 ac_find_libraries=
40907 for ac_dir in $SEARCH_LIB /usr/lib;
40908 do
40909 for ac_extension in a so sl dylib dll.a; do
40910 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
40911 ac_find_libraries=$ac_dir
40912 break 2
40913 fi
40914 done
40915 done
40916
40917
40918 if test "$ac_find_libraries" = "" ; then
40919 echo "$as_me:$LINENO: result: no" >&5
40920 echo "${ECHO_T}no" >&6
40921 wxUSE_GSTREAMER="no"
40922 else
40923 echo "$as_me:$LINENO: result: yes" >&5
40924 echo "${ECHO_T}yes" >&6
40925 fi
40926
40927 if test "$wxUSE_GSTREAMER" = "yes"; then
40928 cat >>confdefs.h <<\_ACEOF
40929 #define wxUSE_GSTREAMER 1
40930 _ACEOF
40931
40932 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
40933 echo "${ECHO_T}GStreamer detection successful" >&6
40934 fi
40935 fi
40936 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
40937 cat >>confdefs.h <<\_ACEOF
40938 #define wxUSE_MEDIACTRL 1
40939 _ACEOF
40940
40941 fi
40942
40943
40944 if test "$cross_compiling" = "yes"; then
40945 OSINFO="\"$host\""
40946 else
40947 OSINFO=`uname -s -r -m`
40948 OSINFO="\"$OSINFO\""
40949 fi
40950
40951 cat >>confdefs.h <<_ACEOF
40952 #define WXWIN_OS_DESCRIPTION $OSINFO
40953 _ACEOF
40954
40955
40956
40957 if test "x$prefix" != "xNONE"; then
40958 wxPREFIX=$prefix
40959 else
40960 wxPREFIX=$ac_default_prefix
40961 fi
40962
40963 cat >>confdefs.h <<_ACEOF
40964 #define wxINSTALL_PREFIX "$wxPREFIX"
40965 _ACEOF
40966
40967
40968
40969
40970 CORE_BASE_LIBS="net base"
40971 CORE_GUI_LIBS="adv core"
40972
40973 if test "$wxUSE_XML" = "yes" ; then
40974 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
40975 fi
40976 if test "$wxUSE_ODBC" != "no" ; then
40977 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
40978 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
40979 fi
40980 if test "$wxUSE_HTML" = "yes" ; then
40981 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
40982 fi
40983 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
40984 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
40985 fi
40986 if test "$wxUSE_XRC" = "yes" ; then
40987 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
40988 fi
40989
40990 if test "$wxUSE_GUI" != "yes"; then
40991 CORE_GUI_LIBS=""
40992 fi
40993
40994
40995
40996
40997
40998
40999
41000
41001 if test "$wxUSE_MAC" = 1 ; then
41002 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
41003 if test "$USE_DARWIN" = 1; then
41004 LDFLAGS="$LDFLAGS -framework QuickTime"
41005 else
41006 LDFLAGS="$LDFLAGS -lQuickTimeLib"
41007 fi
41008 fi
41009 if test "$USE_DARWIN" = 1; then
41010 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
41011 else
41012 LDFLAGS="$LDFLAGS -lCarbonLib"
41013 fi
41014 fi
41015 if test "$wxUSE_COCOA" = 1 ; then
41016 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
41017 if test "$wxUSE_MEDIACTRL" = "yes"; then
41018 LDFLAGS="$LDFLAGS -framework QuickTime"
41019 fi
41020 fi
41021 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
41022 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
41023 fi
41024
41025
41026 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
41027
41028 have_cos=0
41029 have_floor=0
41030
41031 for ac_func in cos
41032 do
41033 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41034 echo "$as_me:$LINENO: checking for $ac_func" >&5
41035 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41036 if eval "test \"\${$as_ac_var+set}\" = set"; then
41037 echo $ECHO_N "(cached) $ECHO_C" >&6
41038 else
41039 cat >conftest.$ac_ext <<_ACEOF
41040 /* confdefs.h. */
41041 _ACEOF
41042 cat confdefs.h >>conftest.$ac_ext
41043 cat >>conftest.$ac_ext <<_ACEOF
41044 /* end confdefs.h. */
41045 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41046 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41047 #define $ac_func innocuous_$ac_func
41048
41049 /* System header to define __stub macros and hopefully few prototypes,
41050 which can conflict with char $ac_func (); below.
41051 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41052 <limits.h> exists even on freestanding compilers. */
41053
41054 #ifdef __STDC__
41055 # include <limits.h>
41056 #else
41057 # include <assert.h>
41058 #endif
41059
41060 #undef $ac_func
41061
41062 /* Override any gcc2 internal prototype to avoid an error. */
41063 #ifdef __cplusplus
41064 extern "C"
41065 {
41066 #endif
41067 /* We use char because int might match the return type of a gcc2
41068 builtin and then its argument prototype would still apply. */
41069 char $ac_func ();
41070 /* The GNU C library defines this for functions which it implements
41071 to always fail with ENOSYS. Some functions are actually named
41072 something starting with __ and the normal name is an alias. */
41073 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41074 choke me
41075 #else
41076 char (*f) () = $ac_func;
41077 #endif
41078 #ifdef __cplusplus
41079 }
41080 #endif
41081
41082 int
41083 main ()
41084 {
41085 return f != $ac_func;
41086 ;
41087 return 0;
41088 }
41089 _ACEOF
41090 rm -f conftest.$ac_objext conftest$ac_exeext
41091 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41092 (eval $ac_link) 2>conftest.er1
41093 ac_status=$?
41094 grep -v '^ *+' conftest.er1 >conftest.err
41095 rm -f conftest.er1
41096 cat conftest.err >&5
41097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41098 (exit $ac_status); } &&
41099 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41101 (eval $ac_try) 2>&5
41102 ac_status=$?
41103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41104 (exit $ac_status); }; } &&
41105 { ac_try='test -s conftest$ac_exeext'
41106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41107 (eval $ac_try) 2>&5
41108 ac_status=$?
41109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41110 (exit $ac_status); }; }; then
41111 eval "$as_ac_var=yes"
41112 else
41113 echo "$as_me: failed program was:" >&5
41114 sed 's/^/| /' conftest.$ac_ext >&5
41115
41116 eval "$as_ac_var=no"
41117 fi
41118 rm -f conftest.err conftest.$ac_objext \
41119 conftest$ac_exeext conftest.$ac_ext
41120 fi
41121 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41122 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41123 if test `eval echo '${'$as_ac_var'}'` = yes; then
41124 cat >>confdefs.h <<_ACEOF
41125 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41126 _ACEOF
41127 have_cos=1
41128 fi
41129 done
41130
41131
41132 for ac_func in floor
41133 do
41134 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41135 echo "$as_me:$LINENO: checking for $ac_func" >&5
41136 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41137 if eval "test \"\${$as_ac_var+set}\" = set"; then
41138 echo $ECHO_N "(cached) $ECHO_C" >&6
41139 else
41140 cat >conftest.$ac_ext <<_ACEOF
41141 /* confdefs.h. */
41142 _ACEOF
41143 cat confdefs.h >>conftest.$ac_ext
41144 cat >>conftest.$ac_ext <<_ACEOF
41145 /* end confdefs.h. */
41146 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41147 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41148 #define $ac_func innocuous_$ac_func
41149
41150 /* System header to define __stub macros and hopefully few prototypes,
41151 which can conflict with char $ac_func (); below.
41152 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41153 <limits.h> exists even on freestanding compilers. */
41154
41155 #ifdef __STDC__
41156 # include <limits.h>
41157 #else
41158 # include <assert.h>
41159 #endif
41160
41161 #undef $ac_func
41162
41163 /* Override any gcc2 internal prototype to avoid an error. */
41164 #ifdef __cplusplus
41165 extern "C"
41166 {
41167 #endif
41168 /* We use char because int might match the return type of a gcc2
41169 builtin and then its argument prototype would still apply. */
41170 char $ac_func ();
41171 /* The GNU C library defines this for functions which it implements
41172 to always fail with ENOSYS. Some functions are actually named
41173 something starting with __ and the normal name is an alias. */
41174 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41175 choke me
41176 #else
41177 char (*f) () = $ac_func;
41178 #endif
41179 #ifdef __cplusplus
41180 }
41181 #endif
41182
41183 int
41184 main ()
41185 {
41186 return f != $ac_func;
41187 ;
41188 return 0;
41189 }
41190 _ACEOF
41191 rm -f conftest.$ac_objext conftest$ac_exeext
41192 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41193 (eval $ac_link) 2>conftest.er1
41194 ac_status=$?
41195 grep -v '^ *+' conftest.er1 >conftest.err
41196 rm -f conftest.er1
41197 cat conftest.err >&5
41198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41199 (exit $ac_status); } &&
41200 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41202 (eval $ac_try) 2>&5
41203 ac_status=$?
41204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41205 (exit $ac_status); }; } &&
41206 { ac_try='test -s conftest$ac_exeext'
41207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41208 (eval $ac_try) 2>&5
41209 ac_status=$?
41210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41211 (exit $ac_status); }; }; then
41212 eval "$as_ac_var=yes"
41213 else
41214 echo "$as_me: failed program was:" >&5
41215 sed 's/^/| /' conftest.$ac_ext >&5
41216
41217 eval "$as_ac_var=no"
41218 fi
41219 rm -f conftest.err conftest.$ac_objext \
41220 conftest$ac_exeext conftest.$ac_ext
41221 fi
41222 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41223 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41224 if test `eval echo '${'$as_ac_var'}'` = yes; then
41225 cat >>confdefs.h <<_ACEOF
41226 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41227 _ACEOF
41228 have_floor=1
41229 fi
41230 done
41231
41232 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
41233 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
41234 if test "$have_cos" = 1 -a "$have_floor" = 1; then
41235 echo "$as_me:$LINENO: result: yes" >&5
41236 echo "${ECHO_T}yes" >&6
41237 else
41238 echo "$as_me:$LINENO: result: no" >&5
41239 echo "${ECHO_T}no" >&6
41240 LIBS="$LIBS -lm"
41241 # use different functions to avoid configure caching
41242 have_sin=0
41243 have_ceil=0
41244
41245 for ac_func in sin
41246 do
41247 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41248 echo "$as_me:$LINENO: checking for $ac_func" >&5
41249 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41250 if eval "test \"\${$as_ac_var+set}\" = set"; then
41251 echo $ECHO_N "(cached) $ECHO_C" >&6
41252 else
41253 cat >conftest.$ac_ext <<_ACEOF
41254 /* confdefs.h. */
41255 _ACEOF
41256 cat confdefs.h >>conftest.$ac_ext
41257 cat >>conftest.$ac_ext <<_ACEOF
41258 /* end confdefs.h. */
41259 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41260 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41261 #define $ac_func innocuous_$ac_func
41262
41263 /* System header to define __stub macros and hopefully few prototypes,
41264 which can conflict with char $ac_func (); below.
41265 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41266 <limits.h> exists even on freestanding compilers. */
41267
41268 #ifdef __STDC__
41269 # include <limits.h>
41270 #else
41271 # include <assert.h>
41272 #endif
41273
41274 #undef $ac_func
41275
41276 /* Override any gcc2 internal prototype to avoid an error. */
41277 #ifdef __cplusplus
41278 extern "C"
41279 {
41280 #endif
41281 /* We use char because int might match the return type of a gcc2
41282 builtin and then its argument prototype would still apply. */
41283 char $ac_func ();
41284 /* The GNU C library defines this for functions which it implements
41285 to always fail with ENOSYS. Some functions are actually named
41286 something starting with __ and the normal name is an alias. */
41287 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41288 choke me
41289 #else
41290 char (*f) () = $ac_func;
41291 #endif
41292 #ifdef __cplusplus
41293 }
41294 #endif
41295
41296 int
41297 main ()
41298 {
41299 return f != $ac_func;
41300 ;
41301 return 0;
41302 }
41303 _ACEOF
41304 rm -f conftest.$ac_objext conftest$ac_exeext
41305 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41306 (eval $ac_link) 2>conftest.er1
41307 ac_status=$?
41308 grep -v '^ *+' conftest.er1 >conftest.err
41309 rm -f conftest.er1
41310 cat conftest.err >&5
41311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41312 (exit $ac_status); } &&
41313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41315 (eval $ac_try) 2>&5
41316 ac_status=$?
41317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41318 (exit $ac_status); }; } &&
41319 { ac_try='test -s conftest$ac_exeext'
41320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41321 (eval $ac_try) 2>&5
41322 ac_status=$?
41323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41324 (exit $ac_status); }; }; then
41325 eval "$as_ac_var=yes"
41326 else
41327 echo "$as_me: failed program was:" >&5
41328 sed 's/^/| /' conftest.$ac_ext >&5
41329
41330 eval "$as_ac_var=no"
41331 fi
41332 rm -f conftest.err conftest.$ac_objext \
41333 conftest$ac_exeext conftest.$ac_ext
41334 fi
41335 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41336 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41337 if test `eval echo '${'$as_ac_var'}'` = yes; then
41338 cat >>confdefs.h <<_ACEOF
41339 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41340 _ACEOF
41341 have_sin=1
41342 fi
41343 done
41344
41345
41346 for ac_func in ceil
41347 do
41348 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41349 echo "$as_me:$LINENO: checking for $ac_func" >&5
41350 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41351 if eval "test \"\${$as_ac_var+set}\" = set"; then
41352 echo $ECHO_N "(cached) $ECHO_C" >&6
41353 else
41354 cat >conftest.$ac_ext <<_ACEOF
41355 /* confdefs.h. */
41356 _ACEOF
41357 cat confdefs.h >>conftest.$ac_ext
41358 cat >>conftest.$ac_ext <<_ACEOF
41359 /* end confdefs.h. */
41360 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41361 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41362 #define $ac_func innocuous_$ac_func
41363
41364 /* System header to define __stub macros and hopefully few prototypes,
41365 which can conflict with char $ac_func (); below.
41366 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41367 <limits.h> exists even on freestanding compilers. */
41368
41369 #ifdef __STDC__
41370 # include <limits.h>
41371 #else
41372 # include <assert.h>
41373 #endif
41374
41375 #undef $ac_func
41376
41377 /* Override any gcc2 internal prototype to avoid an error. */
41378 #ifdef __cplusplus
41379 extern "C"
41380 {
41381 #endif
41382 /* We use char because int might match the return type of a gcc2
41383 builtin and then its argument prototype would still apply. */
41384 char $ac_func ();
41385 /* The GNU C library defines this for functions which it implements
41386 to always fail with ENOSYS. Some functions are actually named
41387 something starting with __ and the normal name is an alias. */
41388 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41389 choke me
41390 #else
41391 char (*f) () = $ac_func;
41392 #endif
41393 #ifdef __cplusplus
41394 }
41395 #endif
41396
41397 int
41398 main ()
41399 {
41400 return f != $ac_func;
41401 ;
41402 return 0;
41403 }
41404 _ACEOF
41405 rm -f conftest.$ac_objext conftest$ac_exeext
41406 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41407 (eval $ac_link) 2>conftest.er1
41408 ac_status=$?
41409 grep -v '^ *+' conftest.er1 >conftest.err
41410 rm -f conftest.er1
41411 cat conftest.err >&5
41412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41413 (exit $ac_status); } &&
41414 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41416 (eval $ac_try) 2>&5
41417 ac_status=$?
41418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41419 (exit $ac_status); }; } &&
41420 { ac_try='test -s conftest$ac_exeext'
41421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41422 (eval $ac_try) 2>&5
41423 ac_status=$?
41424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41425 (exit $ac_status); }; }; then
41426 eval "$as_ac_var=yes"
41427 else
41428 echo "$as_me: failed program was:" >&5
41429 sed 's/^/| /' conftest.$ac_ext >&5
41430
41431 eval "$as_ac_var=no"
41432 fi
41433 rm -f conftest.err conftest.$ac_objext \
41434 conftest$ac_exeext conftest.$ac_ext
41435 fi
41436 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41437 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41438 if test `eval echo '${'$as_ac_var'}'` = yes; then
41439 cat >>confdefs.h <<_ACEOF
41440 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41441 _ACEOF
41442 have_ceil=1
41443 fi
41444 done
41445
41446 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
41447 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
41448 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
41449 echo "$as_me:$LINENO: result: yes" >&5
41450 echo "${ECHO_T}yes" >&6
41451 else
41452 echo "$as_me:$LINENO: result: no" >&5
41453 echo "${ECHO_T}no" >&6
41454 # not sure we should warn the user, crash, etc.
41455 fi
41456 fi
41457
41458 if test "$wxUSE_GUI" = "yes"; then
41459
41460
41461 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
41462 dynamic erase event exec font image minimal mobile \
41463 mobile/wxedit mobile/styles propsize render \
41464 richedit rotate shaped vscroll widgets"
41465
41466 if test "$wxUSE_MONOLITHIC" != "yes"; then
41467 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
41468 fi
41469 if test "$TOOLKIT" = "MSW"; then
41470 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
41471 if test "$wxUSE_UNIVERSAL" != "yes"; then
41472 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
41473 fi
41474 fi
41475 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
41476 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
41477 fi
41478 else
41479 SAMPLES_SUBDIRS="console"
41480 fi
41481
41482
41483 INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
41484 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
41485
41486 if test "$GXX" = yes ; then
41487 CWARNINGS="-Wall -Wundef"
41488 CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy"
41489 fi
41490
41491 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
41492
41493 CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
41494 CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
41495 CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
41496
41497 if test "x$MWCC" = "xyes"; then
41498
41499 CC="$CC -cwd source -I-"
41500 CXX="$CXX -cwd source -I-"
41501 fi
41502
41503
41504 LIBS=`echo $LIBS`
41505 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
41506 EXTRALIBS_XML="$EXPAT_LINK"
41507 EXTRALIBS_HTML="$MSPACK_LINK"
41508 EXTRALIBS_ODBC="$ODBC_LINK"
41509 if test "$wxUSE_GUI" = "yes"; then
41510 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
41511 fi
41512 if test "$wxUSE_OPENGL" = "yes"; then
41513 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
41514 fi
41515
41516 LDFLAGS="$LDFLAGS $PROFILE"
41517
41518 if test "$wxUSE_GTK" = 1; then
41519 WXCONFIG_INCLUDE=
41520 else
41521 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
41522 fi
41523
41524 WXCONFIG_EXTRALIBS="$LIBS"
41525
41526 if test "$wxUSE_REGEX" = "builtin" ; then
41527 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
41528 fi
41529 if test "$wxUSE_EXPAT" = "builtin" ; then
41530 wxconfig_3rdparty="expat $wxconfig_3rdparty"
41531 fi
41532 if test "$wxUSE_ODBC" = "builtin" ; then
41533 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
41534 fi
41535 if test "$wxUSE_LIBTIFF" = "builtin" ; then
41536 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
41537 fi
41538 if test "$wxUSE_LIBJPEG" = "builtin" ; then
41539 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
41540 fi
41541 if test "$wxUSE_LIBPNG" = "builtin" ; then
41542 wxconfig_3rdparty="png $wxconfig_3rdparty"
41543 fi
41544 if test "$wxUSE_ZLIB" = "builtin" ; then
41545 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
41546 fi
41547
41548 for i in $wxconfig_3rdparty ; do
41549 WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
41550 done
41551
41552
41553 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
41554 WXUNIV=1
41555 else
41556 WXUNIV=0
41557 fi
41558
41559
41560
41561
41562
41563
41564
41565
41566
41567 if test $wxUSE_MONOLITHIC = "yes" ; then
41568 MONOLITHIC=1
41569 else
41570 MONOLITHIC=0
41571 fi
41572
41573 if test $wxUSE_PLUGINS = "yes" ; then
41574 USE_PLUGINS=1
41575 else
41576 USE_PLUGINS=0
41577 fi
41578
41579 if test $wxUSE_ODBC != "no" ; then
41580 USE_ODBC=1
41581 else
41582 USE_ODBC=0
41583 fi
41584
41585 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
41586 USE_QA=1
41587 else
41588 USE_QA=0
41589 fi
41590
41591 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
41592 OFFICIAL_BUILD=1
41593 else
41594 OFFICIAL_BUILD=0
41595 fi
41596
41597
41598
41599
41600
41601
41602
41603
41604
41605
41606
41607
41608
41609
41610
41611
41612
41613
41614
41615
41616
41617
41618
41619 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
41620
41621
41622
41623
41624
41625
41626
41627
41628 case "$TOOLKIT" in
41629 GTK)
41630 TOOLKIT_USER="GTK+"
41631 if test "$WXGTK20" = 1; then
41632 TOOLKIT_USER="$TOOLKIT_USER 2"
41633 fi
41634 ;;
41635
41636 *)
41637 TOOLKIT_USER=$TOOLKIT_LOWERCASE
41638 ;;
41639 esac
41640
41641 if test "$wxUSE_WINE" = "yes"; then
41642 BAKEFILE_FORCE_PLATFORM=win32
41643 fi
41644
41645
41646
41647
41648 if test "x$BAKEFILE_HOST" = "x"; then
41649 BAKEFILE_HOST="${host}"
41650 fi
41651
41652 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
41653
41654 if test -n "$ac_tool_prefix"; then
41655 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
41656 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
41657 echo "$as_me:$LINENO: checking for $ac_word" >&5
41658 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41659 if test "${ac_cv_prog_RANLIB+set}" = set; then
41660 echo $ECHO_N "(cached) $ECHO_C" >&6
41661 else
41662 if test -n "$RANLIB"; then
41663 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
41664 else
41665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41666 for as_dir in $PATH
41667 do
41668 IFS=$as_save_IFS
41669 test -z "$as_dir" && as_dir=.
41670 for ac_exec_ext in '' $ac_executable_extensions; do
41671 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41672 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
41673 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41674 break 2
41675 fi
41676 done
41677 done
41678
41679 fi
41680 fi
41681 RANLIB=$ac_cv_prog_RANLIB
41682 if test -n "$RANLIB"; then
41683 echo "$as_me:$LINENO: result: $RANLIB" >&5
41684 echo "${ECHO_T}$RANLIB" >&6
41685 else
41686 echo "$as_me:$LINENO: result: no" >&5
41687 echo "${ECHO_T}no" >&6
41688 fi
41689
41690 fi
41691 if test -z "$ac_cv_prog_RANLIB"; then
41692 ac_ct_RANLIB=$RANLIB
41693 # Extract the first word of "ranlib", so it can be a program name with args.
41694 set dummy ranlib; ac_word=$2
41695 echo "$as_me:$LINENO: checking for $ac_word" >&5
41696 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41697 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
41698 echo $ECHO_N "(cached) $ECHO_C" >&6
41699 else
41700 if test -n "$ac_ct_RANLIB"; then
41701 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
41702 else
41703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41704 for as_dir in $PATH
41705 do
41706 IFS=$as_save_IFS
41707 test -z "$as_dir" && as_dir=.
41708 for ac_exec_ext in '' $ac_executable_extensions; do
41709 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41710 ac_cv_prog_ac_ct_RANLIB="ranlib"
41711 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41712 break 2
41713 fi
41714 done
41715 done
41716
41717 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
41718 fi
41719 fi
41720 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
41721 if test -n "$ac_ct_RANLIB"; then
41722 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
41723 echo "${ECHO_T}$ac_ct_RANLIB" >&6
41724 else
41725 echo "$as_me:$LINENO: result: no" >&5
41726 echo "${ECHO_T}no" >&6
41727 fi
41728
41729 RANLIB=$ac_ct_RANLIB
41730 else
41731 RANLIB="$ac_cv_prog_RANLIB"
41732 fi
41733
41734 # Find a good install program. We prefer a C program (faster),
41735 # so one script is as good as another. But avoid the broken or
41736 # incompatible versions:
41737 # SysV /etc/install, /usr/sbin/install
41738 # SunOS /usr/etc/install
41739 # IRIX /sbin/install
41740 # AIX /bin/install
41741 # AmigaOS /C/install, which installs bootblocks on floppy discs
41742 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
41743 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
41744 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
41745 # OS/2's system install, which has a completely different semantic
41746 # ./install, which can be erroneously created by make from ./install.sh.
41747 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
41748 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
41749 if test -z "$INSTALL"; then
41750 if test "${ac_cv_path_install+set}" = set; then
41751 echo $ECHO_N "(cached) $ECHO_C" >&6
41752 else
41753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41754 for as_dir in $PATH
41755 do
41756 IFS=$as_save_IFS
41757 test -z "$as_dir" && as_dir=.
41758 # Account for people who put trailing slashes in PATH elements.
41759 case $as_dir/ in
41760 ./ | .// | /cC/* | \
41761 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
41762 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
41763 /usr/ucb/* ) ;;
41764 *)
41765 # OSF1 and SCO ODT 3.0 have their own names for install.
41766 # Don't use installbsd from OSF since it installs stuff as root
41767 # by default.
41768 for ac_prog in ginstall scoinst install; do
41769 for ac_exec_ext in '' $ac_executable_extensions; do
41770 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
41771 if test $ac_prog = install &&
41772 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
41773 # AIX install. It has an incompatible calling convention.
41774 :
41775 elif test $ac_prog = install &&
41776 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
41777 # program-specific install script used by HP pwplus--don't use.
41778 :
41779 else
41780 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
41781 break 3
41782 fi
41783 fi
41784 done
41785 done
41786 ;;
41787 esac
41788 done
41789
41790
41791 fi
41792 if test "${ac_cv_path_install+set}" = set; then
41793 INSTALL=$ac_cv_path_install
41794 else
41795 # As a last resort, use the slow shell script. We don't cache a
41796 # path for INSTALL within a source directory, because that will
41797 # break other packages using the cache if that directory is
41798 # removed, or if the path is relative.
41799 INSTALL=$ac_install_sh
41800 fi
41801 fi
41802 echo "$as_me:$LINENO: result: $INSTALL" >&5
41803 echo "${ECHO_T}$INSTALL" >&6
41804
41805 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
41806 # It thinks the first close brace ends the variable substitution.
41807 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
41808
41809 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
41810
41811 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
41812
41813 echo "$as_me:$LINENO: checking whether ln -s works" >&5
41814 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
41815 LN_S=$as_ln_s
41816 if test "$LN_S" = "ln -s"; then
41817 echo "$as_me:$LINENO: result: yes" >&5
41818 echo "${ECHO_T}yes" >&6
41819 else
41820 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
41821 echo "${ECHO_T}no, using $LN_S" >&6
41822 fi
41823
41824
41825 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41826 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
41827 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
41828 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
41829 echo $ECHO_N "(cached) $ECHO_C" >&6
41830 else
41831 cat >conftest.make <<\_ACEOF
41832 all:
41833 @echo 'ac_maketemp="$(MAKE)"'
41834 _ACEOF
41835 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
41836 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
41837 if test -n "$ac_maketemp"; then
41838 eval ac_cv_prog_make_${ac_make}_set=yes
41839 else
41840 eval ac_cv_prog_make_${ac_make}_set=no
41841 fi
41842 rm -f conftest.make
41843 fi
41844 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
41845 echo "$as_me:$LINENO: result: yes" >&5
41846 echo "${ECHO_T}yes" >&6
41847 SET_MAKE=
41848 else
41849 echo "$as_me:$LINENO: result: no" >&5
41850 echo "${ECHO_T}no" >&6
41851 SET_MAKE="MAKE=${MAKE-make}"
41852 fi
41853
41854
41855
41856 if test -n "$ac_tool_prefix"; then
41857 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
41858 set dummy ${ac_tool_prefix}ar; ac_word=$2
41859 echo "$as_me:$LINENO: checking for $ac_word" >&5
41860 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41861 if test "${ac_cv_prog_AR+set}" = set; then
41862 echo $ECHO_N "(cached) $ECHO_C" >&6
41863 else
41864 if test -n "$AR"; then
41865 ac_cv_prog_AR="$AR" # Let the user override the test.
41866 else
41867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41868 for as_dir in $PATH
41869 do
41870 IFS=$as_save_IFS
41871 test -z "$as_dir" && as_dir=.
41872 for ac_exec_ext in '' $ac_executable_extensions; do
41873 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41874 ac_cv_prog_AR="${ac_tool_prefix}ar"
41875 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41876 break 2
41877 fi
41878 done
41879 done
41880
41881 fi
41882 fi
41883 AR=$ac_cv_prog_AR
41884 if test -n "$AR"; then
41885 echo "$as_me:$LINENO: result: $AR" >&5
41886 echo "${ECHO_T}$AR" >&6
41887 else
41888 echo "$as_me:$LINENO: result: no" >&5
41889 echo "${ECHO_T}no" >&6
41890 fi
41891
41892 fi
41893 if test -z "$ac_cv_prog_AR"; then
41894 ac_ct_AR=$AR
41895 # Extract the first word of "ar", so it can be a program name with args.
41896 set dummy ar; ac_word=$2
41897 echo "$as_me:$LINENO: checking for $ac_word" >&5
41898 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41899 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
41900 echo $ECHO_N "(cached) $ECHO_C" >&6
41901 else
41902 if test -n "$ac_ct_AR"; then
41903 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
41904 else
41905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41906 for as_dir in $PATH
41907 do
41908 IFS=$as_save_IFS
41909 test -z "$as_dir" && as_dir=.
41910 for ac_exec_ext in '' $ac_executable_extensions; do
41911 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41912 ac_cv_prog_ac_ct_AR="ar"
41913 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41914 break 2
41915 fi
41916 done
41917 done
41918
41919 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
41920 fi
41921 fi
41922 ac_ct_AR=$ac_cv_prog_ac_ct_AR
41923 if test -n "$ac_ct_AR"; then
41924 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
41925 echo "${ECHO_T}$ac_ct_AR" >&6
41926 else
41927 echo "$as_me:$LINENO: result: no" >&5
41928 echo "${ECHO_T}no" >&6
41929 fi
41930
41931 AR=$ac_ct_AR
41932 else
41933 AR="$ac_cv_prog_AR"
41934 fi
41935
41936 if test -n "$ac_tool_prefix"; then
41937 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
41938 set dummy ${ac_tool_prefix}strip; ac_word=$2
41939 echo "$as_me:$LINENO: checking for $ac_word" >&5
41940 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41941 if test "${ac_cv_prog_STRIP+set}" = set; then
41942 echo $ECHO_N "(cached) $ECHO_C" >&6
41943 else
41944 if test -n "$STRIP"; then
41945 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
41946 else
41947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41948 for as_dir in $PATH
41949 do
41950 IFS=$as_save_IFS
41951 test -z "$as_dir" && as_dir=.
41952 for ac_exec_ext in '' $ac_executable_extensions; do
41953 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41954 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
41955 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41956 break 2
41957 fi
41958 done
41959 done
41960
41961 fi
41962 fi
41963 STRIP=$ac_cv_prog_STRIP
41964 if test -n "$STRIP"; then
41965 echo "$as_me:$LINENO: result: $STRIP" >&5
41966 echo "${ECHO_T}$STRIP" >&6
41967 else
41968 echo "$as_me:$LINENO: result: no" >&5
41969 echo "${ECHO_T}no" >&6
41970 fi
41971
41972 fi
41973 if test -z "$ac_cv_prog_STRIP"; then
41974 ac_ct_STRIP=$STRIP
41975 # Extract the first word of "strip", so it can be a program name with args.
41976 set dummy strip; ac_word=$2
41977 echo "$as_me:$LINENO: checking for $ac_word" >&5
41978 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41979 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
41980 echo $ECHO_N "(cached) $ECHO_C" >&6
41981 else
41982 if test -n "$ac_ct_STRIP"; then
41983 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
41984 else
41985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41986 for as_dir in $PATH
41987 do
41988 IFS=$as_save_IFS
41989 test -z "$as_dir" && as_dir=.
41990 for ac_exec_ext in '' $ac_executable_extensions; do
41991 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41992 ac_cv_prog_ac_ct_STRIP="strip"
41993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41994 break 2
41995 fi
41996 done
41997 done
41998
41999 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
42000 fi
42001 fi
42002 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
42003 if test -n "$ac_ct_STRIP"; then
42004 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
42005 echo "${ECHO_T}$ac_ct_STRIP" >&6
42006 else
42007 echo "$as_me:$LINENO: result: no" >&5
42008 echo "${ECHO_T}no" >&6
42009 fi
42010
42011 STRIP=$ac_ct_STRIP
42012 else
42013 STRIP="$ac_cv_prog_STRIP"
42014 fi
42015
42016 if test -n "$ac_tool_prefix"; then
42017 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
42018 set dummy ${ac_tool_prefix}nm; ac_word=$2
42019 echo "$as_me:$LINENO: checking for $ac_word" >&5
42020 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42021 if test "${ac_cv_prog_NM+set}" = set; then
42022 echo $ECHO_N "(cached) $ECHO_C" >&6
42023 else
42024 if test -n "$NM"; then
42025 ac_cv_prog_NM="$NM" # Let the user override the test.
42026 else
42027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42028 for as_dir in $PATH
42029 do
42030 IFS=$as_save_IFS
42031 test -z "$as_dir" && as_dir=.
42032 for ac_exec_ext in '' $ac_executable_extensions; do
42033 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42034 ac_cv_prog_NM="${ac_tool_prefix}nm"
42035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42036 break 2
42037 fi
42038 done
42039 done
42040
42041 fi
42042 fi
42043 NM=$ac_cv_prog_NM
42044 if test -n "$NM"; then
42045 echo "$as_me:$LINENO: result: $NM" >&5
42046 echo "${ECHO_T}$NM" >&6
42047 else
42048 echo "$as_me:$LINENO: result: no" >&5
42049 echo "${ECHO_T}no" >&6
42050 fi
42051
42052 fi
42053 if test -z "$ac_cv_prog_NM"; then
42054 ac_ct_NM=$NM
42055 # Extract the first word of "nm", so it can be a program name with args.
42056 set dummy nm; ac_word=$2
42057 echo "$as_me:$LINENO: checking for $ac_word" >&5
42058 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42059 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
42060 echo $ECHO_N "(cached) $ECHO_C" >&6
42061 else
42062 if test -n "$ac_ct_NM"; then
42063 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
42064 else
42065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42066 for as_dir in $PATH
42067 do
42068 IFS=$as_save_IFS
42069 test -z "$as_dir" && as_dir=.
42070 for ac_exec_ext in '' $ac_executable_extensions; do
42071 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42072 ac_cv_prog_ac_ct_NM="nm"
42073 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42074 break 2
42075 fi
42076 done
42077 done
42078
42079 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
42080 fi
42081 fi
42082 ac_ct_NM=$ac_cv_prog_ac_ct_NM
42083 if test -n "$ac_ct_NM"; then
42084 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
42085 echo "${ECHO_T}$ac_ct_NM" >&6
42086 else
42087 echo "$as_me:$LINENO: result: no" >&5
42088 echo "${ECHO_T}no" >&6
42089 fi
42090
42091 NM=$ac_ct_NM
42092 else
42093 NM="$ac_cv_prog_NM"
42094 fi
42095
42096
42097 case ${BAKEFILE_HOST} in
42098 *-hp-hpux* )
42099 INSTALL_DIR="mkdir -p"
42100 ;;
42101 *) INSTALL_DIR="$INSTALL -d"
42102 ;;
42103 esac
42104
42105
42106 LDFLAGS_GUI=
42107 case ${BAKEFILE_HOST} in
42108 *-*-cygwin* | *-*-mingw32* )
42109 LDFLAGS_GUI="-mwindows"
42110 esac
42111
42112
42113 fi
42114
42115 echo "$as_me:$LINENO: checking if make is GNU make" >&5
42116 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
42117 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
42118 echo $ECHO_N "(cached) $ECHO_C" >&6
42119 else
42120
42121 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
42122 egrep -s GNU > /dev/null); then
42123 bakefile_cv_prog_makeisgnu="yes"
42124 else
42125 bakefile_cv_prog_makeisgnu="no"
42126 fi
42127
42128 fi
42129 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
42130 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
42131
42132 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
42133 IF_GNU_MAKE=""
42134 else
42135 IF_GNU_MAKE="#"
42136 fi
42137
42138
42139
42140 PLATFORM_UNIX=0
42141 PLATFORM_WIN32=0
42142 PLATFORM_MSDOS=0
42143 PLATFORM_MAC=0
42144 PLATFORM_MACOS=0
42145 PLATFORM_MACOSX=0
42146 PLATFORM_OS2=0
42147 PLATFORM_BEOS=0
42148
42149 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
42150 case "${BAKEFILE_HOST}" in
42151 *-*-mingw32* )
42152 PLATFORM_WIN32=1
42153 ;;
42154 *-pc-msdosdjgpp )
42155 PLATFORM_MSDOS=1
42156 ;;
42157 *-pc-os2_emx | *-pc-os2-emx )
42158 PLATFORM_OS2=1
42159 ;;
42160 powerpc-*-darwin* )
42161 PLATFORM_MAC=1
42162 PLATFORM_MACOSX=1
42163 ;;
42164 *-*-beos* )
42165 PLATFORM_BEOS=1
42166 ;;
42167 powerpc-apple-macos* )
42168 PLATFORM_MAC=1
42169 PLATFORM_MACOS=1
42170 ;;
42171 * )
42172 PLATFORM_UNIX=1
42173 ;;
42174 esac
42175 else
42176 case "$BAKEFILE_FORCE_PLATFORM" in
42177 win32 )
42178 PLATFORM_WIN32=1
42179 ;;
42180 msdos )
42181 PLATFORM_MSDOS=1
42182 ;;
42183 os2 )
42184 PLATFORM_OS2=1
42185 ;;
42186 darwin )
42187 PLATFORM_MAC=1
42188 PLATFORM_MACOSX=1
42189 ;;
42190 unix )
42191 PLATFORM_UNIX=1
42192 ;;
42193 beos )
42194 PLATFORM_BEOS=1
42195 ;;
42196 * )
42197 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
42198 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
42199 { (exit 1); exit 1; }; }
42200 ;;
42201 esac
42202 fi
42203
42204
42205
42206
42207
42208
42209
42210
42211
42212
42213
42214 # Check whether --enable-omf or --disable-omf was given.
42215 if test "${enable_omf+set}" = set; then
42216 enableval="$enable_omf"
42217 bk_os2_use_omf="$enableval"
42218 fi;
42219
42220 case "${BAKEFILE_HOST}" in
42221 *-*-darwin* )
42222 if test "x$GCC" = "xyes"; then
42223 CFLAGS="$CFLAGS -fno-common"
42224 CXXFLAGS="$CXXFLAGS -fno-common"
42225 fi
42226 if test "x$XLCC" = "xyes"; then
42227 CFLAGS="$CFLAGS -qnocommon"
42228 CXXFLAGS="$CXXFLAGS -qnocommon"
42229 fi
42230 ;;
42231
42232 *-pc-os2_emx | *-pc-os2-emx )
42233 if test "x$bk_os2_use_omf" = "xyes" ; then
42234 AR=emxomfar
42235 RANLIB=:
42236 LDFLAGS="-Zomf $LDFLAGS"
42237 CFLAGS="-Zomf $CFLAGS"
42238 CXXFLAGS="-Zomf $CXXFLAGS"
42239 OS2_LIBEXT="lib"
42240 else
42241 OS2_LIBEXT="a"
42242 fi
42243 ;;
42244
42245 i*86-*-beos* )
42246 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
42247 ;;
42248 esac
42249
42250
42251 SO_SUFFIX="so"
42252 SO_SUFFIX_MODULE="so"
42253 EXEEXT=""
42254 LIBPREFIX="lib"
42255 LIBEXT=".a"
42256 DLLPREFIX="lib"
42257 DLLPREFIX_MODULE=""
42258 DLLIMP_SUFFIX=""
42259 dlldir="$libdir"
42260
42261 case "${BAKEFILE_HOST}" in
42262 *-hp-hpux* )
42263 SO_SUFFIX="sl"
42264 SO_SUFFIX_MODULE="sl"
42265 ;;
42266 *-*-aix* )
42267 SO_SUFFIX="a"
42268 SO_SUFFIX_MODULE="a"
42269 ;;
42270 *-*-cygwin* )
42271 SO_SUFFIX="dll"
42272 SO_SUFFIX_MODULE="dll"
42273 DLLIMP_SUFFIX="dll.a"
42274 EXEEXT=".exe"
42275 DLLPREFIX="cyg"
42276 dlldir="$bindir"
42277 ;;
42278 *-*-mingw32* )
42279 SO_SUFFIX="dll"
42280 SO_SUFFIX_MODULE="dll"
42281 DLLIMP_SUFFIX="dll.a"
42282 EXEEXT=".exe"
42283 DLLPREFIX=""
42284 dlldir="$bindir"
42285 ;;
42286 *-pc-msdosdjgpp )
42287 EXEEXT=".exe"
42288 DLLPREFIX=""
42289 dlldir="$bindir"
42290 ;;
42291 *-pc-os2_emx | *-pc-os2-emx )
42292 SO_SUFFIX="dll"
42293 SO_SUFFIX_MODULE="dll"
42294 DLLIMP_SUFFIX=$OS2_LIBEXT
42295 EXEEXT=".exe"
42296 DLLPREFIX=""
42297 LIBPREFIX=""
42298 LIBEXT=".$OS2_LIBEXT"
42299 dlldir="$bindir"
42300 ;;
42301 powerpc-*-darwin* )
42302 SO_SUFFIX="dylib"
42303 SO_SUFFIX_MODULE="bundle"
42304 ;;
42305 esac
42306
42307 if test "x$DLLIMP_SUFFIX" = "x" ; then
42308 DLLIMP_SUFFIX="$SO_SUFFIX"
42309 fi
42310
42311
42312
42313
42314
42315
42316
42317
42318
42319
42320
42321
42322 PIC_FLAG=""
42323 if test "x$GCC" = "xyes"; then
42324 PIC_FLAG="-fPIC"
42325 fi
42326
42327 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
42328 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
42329 WINDOWS_IMPLIB=0
42330
42331 case "${BAKEFILE_HOST}" in
42332 *-hp-hpux* )
42333 if test "x$GCC" != "xyes"; then
42334 LDFLAGS="$LDFLAGS -L/usr/lib"
42335
42336 SHARED_LD_CC="${CC} -b -o"
42337 SHARED_LD_CXX="${CXX} -b -o"
42338 PIC_FLAG="+Z"
42339 fi
42340 ;;
42341
42342 *-*-linux* )
42343 if test "x$GCC" != "xyes"; then
42344 echo "$as_me:$LINENO: checking for Intel compiler" >&5
42345 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
42346 if test "${bakefile_cv_prog_icc+set}" = set; then
42347 echo $ECHO_N "(cached) $ECHO_C" >&6
42348 else
42349
42350 cat >conftest.$ac_ext <<_ACEOF
42351 /* confdefs.h. */
42352 _ACEOF
42353 cat confdefs.h >>conftest.$ac_ext
42354 cat >>conftest.$ac_ext <<_ACEOF
42355 /* end confdefs.h. */
42356
42357 int
42358 main ()
42359 {
42360
42361 #ifndef __INTEL_COMPILER
42362 #error Not icc
42363 #endif
42364
42365 ;
42366 return 0;
42367 }
42368 _ACEOF
42369 rm -f conftest.$ac_objext
42370 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42371 (eval $ac_compile) 2>conftest.er1
42372 ac_status=$?
42373 grep -v '^ *+' conftest.er1 >conftest.err
42374 rm -f conftest.er1
42375 cat conftest.err >&5
42376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42377 (exit $ac_status); } &&
42378 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42380 (eval $ac_try) 2>&5
42381 ac_status=$?
42382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42383 (exit $ac_status); }; } &&
42384 { ac_try='test -s conftest.$ac_objext'
42385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42386 (eval $ac_try) 2>&5
42387 ac_status=$?
42388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42389 (exit $ac_status); }; }; then
42390 bakefile_cv_prog_icc=yes
42391 else
42392 echo "$as_me: failed program was:" >&5
42393 sed 's/^/| /' conftest.$ac_ext >&5
42394
42395 bakefile_cv_prog_icc=no
42396
42397 fi
42398 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42399
42400 fi
42401 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
42402 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
42403 if test "$bakefile_cv_prog_icc" = "yes"; then
42404 PIC_FLAG="-KPIC"
42405 fi
42406 fi
42407 ;;
42408
42409 *-*-solaris2* )
42410 if test "x$GCC" != xyes ; then
42411 SHARED_LD_CC="${CC} -G -o"
42412 SHARED_LD_CXX="${CXX} -G -o"
42413 PIC_FLAG="-KPIC"
42414 fi
42415 ;;
42416
42417 *-*-darwin* )
42418
42419 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
42420 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
42421 if test "${wx_cv_gcc31+set}" = set; then
42422 echo $ECHO_N "(cached) $ECHO_C" >&6
42423 else
42424
42425 cat >conftest.$ac_ext <<_ACEOF
42426 /* confdefs.h. */
42427 _ACEOF
42428 cat confdefs.h >>conftest.$ac_ext
42429 cat >>conftest.$ac_ext <<_ACEOF
42430 /* end confdefs.h. */
42431
42432 int
42433 main ()
42434 {
42435
42436 #if (__GNUC__ < 3) || \
42437 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
42438 #error old gcc
42439 #endif
42440
42441 ;
42442 return 0;
42443 }
42444 _ACEOF
42445 rm -f conftest.$ac_objext
42446 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42447 (eval $ac_compile) 2>conftest.er1
42448 ac_status=$?
42449 grep -v '^ *+' conftest.er1 >conftest.err
42450 rm -f conftest.er1
42451 cat conftest.err >&5
42452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42453 (exit $ac_status); } &&
42454 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42456 (eval $ac_try) 2>&5
42457 ac_status=$?
42458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42459 (exit $ac_status); }; } &&
42460 { ac_try='test -s conftest.$ac_objext'
42461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42462 (eval $ac_try) 2>&5
42463 ac_status=$?
42464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42465 (exit $ac_status); }; }; then
42466
42467 wx_cv_gcc31=yes
42468
42469 else
42470 echo "$as_me: failed program was:" >&5
42471 sed 's/^/| /' conftest.$ac_ext >&5
42472
42473
42474 wx_cv_gcc31=no
42475
42476
42477 fi
42478 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42479
42480 fi
42481 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
42482 echo "${ECHO_T}$wx_cv_gcc31" >&6
42483 if test "$wx_cv_gcc31" = "no"; then
42484
42485 D='$'
42486 cat <<EOF >shared-ld-sh
42487 #!/bin/sh
42488 #-----------------------------------------------------------------------------
42489 #-- Name: distrib/mac/shared-ld-sh
42490 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
42491 #-- Author: Gilles Depeyrot
42492 #-- Copyright: (c) 2002 Gilles Depeyrot
42493 #-- Licence: any use permitted
42494 #-----------------------------------------------------------------------------
42495
42496 verbose=0
42497 args=""
42498 objects=""
42499 linking_flag="-dynamiclib"
42500 ldargs="-r -keep_private_externs -nostdlib"
42501
42502 while test ${D}# -gt 0; do
42503 case ${D}1 in
42504
42505 -v)
42506 verbose=1
42507 ;;
42508
42509 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
42510 # collect these options and values
42511 args="${D}{args} ${D}1 ${D}2"
42512 shift
42513 ;;
42514
42515 -s|-Wl,*)
42516 # collect these load args
42517 ldargs="${D}{ldargs} ${D}1"
42518 ;;
42519
42520 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
42521 # collect these options
42522 args="${D}{args} ${D}1"
42523 ;;
42524
42525 -dynamiclib|-bundle)
42526 linking_flag="${D}1"
42527 ;;
42528
42529 -*)
42530 echo "shared-ld: unhandled option '${D}1'"
42531 exit 1
42532 ;;
42533
42534 *.o | *.a | *.dylib)
42535 # collect object files
42536 objects="${D}{objects} ${D}1"
42537 ;;
42538
42539 *)
42540 echo "shared-ld: unhandled argument '${D}1'"
42541 exit 1
42542 ;;
42543
42544 esac
42545 shift
42546 done
42547
42548 status=0
42549
42550 #
42551 # Link one module containing all the others
42552 #
42553 if test ${D}{verbose} = 1; then
42554 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
42555 fi
42556 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
42557 status=${D}?
42558
42559 #
42560 # Link the shared library from the single module created, but only if the
42561 # previous command didn't fail:
42562 #
42563 if test ${D}{status} = 0; then
42564 if test ${D}{verbose} = 1; then
42565 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
42566 fi
42567 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
42568 status=${D}?
42569 fi
42570
42571 #
42572 # Remove intermediate module
42573 #
42574 rm -f master.${D}${D}.o
42575
42576 exit ${D}status
42577 EOF
42578
42579 chmod +x shared-ld-sh
42580
42581 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
42582 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
42583 SHARED_LD_CXX="$SHARED_LD_CC"
42584 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
42585 else
42586 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
42587 SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o"
42588 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
42589 SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
42590 fi
42591
42592 if test "x$GCC" == "xyes"; then
42593 PIC_FLAG="-dynamic -fPIC"
42594 fi
42595 if test "x$XLCC" = "xyes"; then
42596 PIC_FLAG="-dynamic -DPIC"
42597 fi
42598 ;;
42599
42600 *-*-aix* )
42601 if test "x$GCC" != "xyes"; then
42602 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
42603 set dummy makeC++SharedLib; ac_word=$2
42604 echo "$as_me:$LINENO: checking for $ac_word" >&5
42605 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42606 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
42607 echo $ECHO_N "(cached) $ECHO_C" >&6
42608 else
42609 if test -n "$AIX_CXX_LD"; then
42610 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
42611 else
42612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42613 for as_dir in $PATH
42614 do
42615 IFS=$as_save_IFS
42616 test -z "$as_dir" && as_dir=.
42617 for ac_exec_ext in '' $ac_executable_extensions; do
42618 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42619 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
42620 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42621 break 2
42622 fi
42623 done
42624 done
42625
42626 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
42627 fi
42628 fi
42629 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
42630 if test -n "$AIX_CXX_LD"; then
42631 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
42632 echo "${ECHO_T}$AIX_CXX_LD" >&6
42633 else
42634 echo "$as_me:$LINENO: result: no" >&5
42635 echo "${ECHO_T}no" >&6
42636 fi
42637
42638 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
42639 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
42640 fi
42641 ;;
42642
42643 *-*-beos* )
42644 SHARED_LD_CC="${LD} -nostart -o"
42645 SHARED_LD_CXX="${LD} -nostart -o"
42646 ;;
42647
42648 *-*-irix* )
42649 if test "x$GCC" != "xyes"; then
42650 PIC_FLAG="-KPIC"
42651 fi
42652 ;;
42653
42654 *-*-cygwin* | *-*-mingw32* )
42655 PIC_FLAG=""
42656 SHARED_LD_CC="\$(CC) -shared -o"
42657 SHARED_LD_CXX="\$(CXX) -shared -o"
42658 WINDOWS_IMPLIB=1
42659 ;;
42660
42661 *-pc-os2_emx | *-pc-os2-emx )
42662 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
42663 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
42664 PIC_FLAG=""
42665
42666 D='$'
42667 cat <<EOF >dllar.sh
42668 #!/bin/sh
42669 #
42670 # dllar - a tool to build both a .dll and an .a file
42671 # from a set of object (.o) files for EMX/OS2.
42672 #
42673 # Written by Andrew Zabolotny, bit@freya.etu.ru
42674 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
42675 #
42676 # This script will accept a set of files on the command line.
42677 # All the public symbols from the .o files will be exported into
42678 # a .DEF file, then linker will be run (through gcc) against them to
42679 # build a shared library consisting of all given .o files. All libraries
42680 # (.a) will be first decompressed into component .o files then act as
42681 # described above. You can optionally give a description (-d "description")
42682 # which will be put into .DLL. To see the list of accepted options (as well
42683 # as command-line format) simply run this program without options. The .DLL
42684 # is built to be imported by name (there is no guarantee that new versions
42685 # of the library you build will have same ordinals for same symbols).
42686 #
42687 # dllar is free software; you can redistribute it and/or modify
42688 # it under the terms of the GNU General Public License as published by
42689 # the Free Software Foundation; either version 2, or (at your option)
42690 # any later version.
42691 #
42692 # dllar is distributed in the hope that it will be useful,
42693 # but WITHOUT ANY WARRANTY; without even the implied warranty of
42694 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42695 # GNU General Public License for more details.
42696 #
42697 # You should have received a copy of the GNU General Public License
42698 # along with dllar; see the file COPYING. If not, write to the Free
42699 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
42700 # 02111-1307, USA.
42701
42702 # To successfuly run this program you will need:
42703 # - Current drive should have LFN support (HPFS, ext2, network, etc)
42704 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
42705 # - gcc
42706 # (used to build the .dll)
42707 # - emxexp
42708 # (used to create .def file from .o files)
42709 # - emximp
42710 # (used to create .a file from .def file)
42711 # - GNU text utilites (cat, sort, uniq)
42712 # used to process emxexp output
42713 # - GNU file utilities (mv, rm)
42714 # - GNU sed
42715 # - lxlite (optional, see flag below)
42716 # (used for general .dll cleanup)
42717 #
42718
42719 flag_USE_LXLITE=1;
42720
42721 #
42722 # helper functions
42723 # basnam, variant of basename, which does _not_ remove the path, _iff_
42724 # second argument (suffix to remove) is given
42725 basnam(){
42726 case ${D}# in
42727 1)
42728 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
42729 ;;
42730 2)
42731 echo ${D}1 | sed 's/'${D}2'${D}//'
42732 ;;
42733 *)
42734 echo "error in basnam ${D}*"
42735 exit 8
42736 ;;
42737 esac
42738 }
42739
42740 # Cleanup temporary files and output
42741 CleanUp() {
42742 cd ${D}curDir
42743 for i in ${D}inputFiles ; do
42744 case ${D}i in
42745 *!)
42746 rm -rf \`basnam ${D}i !\`
42747 ;;
42748 *)
42749 ;;
42750 esac
42751 done
42752
42753 # Kill result in case of failure as there is just to many stupid make/nmake
42754 # things out there which doesn't do this.
42755 if [ ${D}# -eq 0 ]; then
42756 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
42757 fi
42758 }
42759
42760 # Print usage and exit script with rc=1.
42761 PrintHelp() {
42762 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
42763 echo ' [-name-mangler-script script.sh]'
42764 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
42765 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
42766 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
42767 echo ' [*.o] [*.a]'
42768 echo '*> "output_file" should have no extension.'
42769 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
42770 echo ' The import library name is derived from this and is set to "name".a,'
42771 echo ' unless overridden by -import'
42772 echo '*> "importlib_name" should have no extension.'
42773 echo ' If it has the .o, or .a extension, it is automatically removed.'
42774 echo ' This name is used as the import library name and may be longer and'
42775 echo ' more descriptive than the DLL name which has to follow the old '
42776 echo ' 8.3 convention of FAT.'
42777 echo '*> "script.sh may be given to override the output_file name by a'
42778 echo ' different name. It is mainly useful if the regular make process'
42779 echo ' of some package does not take into account OS/2 restriction of'
42780 echo ' DLL name lengths. It takes the importlib name as input and is'
42781 echo ' supposed to procude a shorter name as output. The script should'
42782 echo ' expect to get importlib_name without extension and should produce'
42783 echo ' a (max.) 8 letter name without extension.'
42784 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
42785 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
42786 echo ' These flags will be put at the start of GCC command line.'
42787 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
42788 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
42789 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
42790 echo ' If the last character of a symbol is "*", all symbols beginning'
42791 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
42792 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
42793 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
42794 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
42795 echo ' C runtime DLLs.'
42796 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
42797 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
42798 echo ' unchanged to GCC at the end of command line.'
42799 echo '*> If you create a DLL from a library and you do not specify -o,'
42800 echo ' the basename for DLL and import library will be set to library name,'
42801 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
42802 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
42803 echo ' library will be renamed into gcc_s.a.'
42804 echo '--------'
42805 echo 'Example:'
42806 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
42807 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
42808 CleanUp
42809 exit 1
42810 }
42811
42812 # Execute a command.
42813 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
42814 # @Uses Whatever CleanUp() uses.
42815 doCommand() {
42816 echo "${D}*"
42817 eval ${D}*
42818 rcCmd=${D}?
42819
42820 if [ ${D}rcCmd -ne 0 ]; then
42821 echo "command failed, exit code="${D}rcCmd
42822 CleanUp
42823 exit ${D}rcCmd
42824 fi
42825 }
42826
42827 # main routine
42828 # setup globals
42829 cmdLine=${D}*
42830 outFile=""
42831 outimpFile=""
42832 inputFiles=""
42833 renameScript=""
42834 description=""
42835 CC=gcc.exe
42836 CFLAGS="-s -Zcrtdll"
42837 EXTRA_CFLAGS=""
42838 EXPORT_BY_ORDINALS=0
42839 exclude_symbols=""
42840 library_flags=""
42841 curDir=\`pwd\`
42842 curDirS=curDir
42843 case ${D}curDirS in
42844 */)
42845 ;;
42846 *)
42847 curDirS=${D}{curDirS}"/"
42848 ;;
42849 esac
42850 # Parse commandline
42851 libsToLink=0
42852 omfLinking=0
42853 while [ ${D}1 ]; do
42854 case ${D}1 in
42855 -ord*)
42856 EXPORT_BY_ORDINALS=1;
42857 ;;
42858 -o*)
42859 shift
42860 outFile=${D}1
42861 ;;
42862 -i*)
42863 shift
42864 outimpFile=${D}1
42865 ;;
42866 -name-mangler-script)
42867 shift
42868 renameScript=${D}1
42869 ;;
42870 -d*)
42871 shift
42872 description=${D}1
42873 ;;
42874 -f*)
42875 shift
42876 CFLAGS=${D}1
42877 ;;
42878 -c*)
42879 shift
42880 CC=${D}1
42881 ;;
42882 -h*)
42883 PrintHelp
42884 ;;
42885 -ex*)
42886 shift
42887 exclude_symbols=${D}{exclude_symbols}${D}1" "
42888 ;;
42889 -libf*)
42890 shift
42891 library_flags=${D}{library_flags}${D}1" "
42892 ;;
42893 -nocrt*)
42894 CFLAGS="-s"
42895 ;;
42896 -nolxl*)
42897 flag_USE_LXLITE=0
42898 ;;
42899 -* | /*)
42900 case ${D}1 in
42901 -L* | -l*)
42902 libsToLink=1
42903 ;;
42904 -Zomf)
42905 omfLinking=1
42906 ;;
42907 *)
42908 ;;
42909 esac
42910 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42911 ;;
42912 *.dll)
42913 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
42914 if [ ${D}omfLinking -eq 1 ]; then
42915 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
42916 else
42917 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
42918 fi
42919 ;;
42920 *)
42921 found=0;
42922 if [ ${D}libsToLink -ne 0 ]; then
42923 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42924 else
42925 for file in ${D}1 ; do
42926 if [ -f ${D}file ]; then
42927 inputFiles="${D}{inputFiles} ${D}file"
42928 found=1
42929 fi
42930 done
42931 if [ ${D}found -eq 0 ]; then
42932 echo "ERROR: No file(s) found: "${D}1
42933 exit 8
42934 fi
42935 fi
42936 ;;
42937 esac
42938 shift
42939 done # iterate cmdline words
42940
42941 #
42942 if [ -z "${D}inputFiles" ]; then
42943 echo "dllar: no input files"
42944 PrintHelp
42945 fi
42946
42947 # Now extract all .o files from .a files
42948 newInputFiles=""
42949 for file in ${D}inputFiles ; do
42950 case ${D}file in
42951 *.a | *.lib)
42952 case ${D}file in
42953 *.a)
42954 suffix=".a"
42955 AR="ar"
42956 ;;
42957 *.lib)
42958 suffix=".lib"
42959 AR="emxomfar"
42960 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
42961 ;;
42962 *)
42963 ;;
42964 esac
42965 dirname=\`basnam ${D}file ${D}suffix\`"_%"
42966 mkdir ${D}dirname
42967 if [ ${D}? -ne 0 ]; then
42968 echo "Failed to create subdirectory ./${D}dirname"
42969 CleanUp
42970 exit 8;
42971 fi
42972 # Append '!' to indicate archive
42973 newInputFiles="${D}newInputFiles ${D}{dirname}!"
42974 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
42975 cd ${D}curDir
42976 found=0;
42977 for subfile in ${D}dirname/*.o* ; do
42978 if [ -f ${D}subfile ]; then
42979 found=1
42980 if [ -s ${D}subfile ]; then
42981 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
42982 newInputFiles="${D}newInputFiles ${D}subfile"
42983 fi
42984 fi
42985 done
42986 if [ ${D}found -eq 0 ]; then
42987 echo "WARNING: there are no files in archive \\'${D}file\\'"
42988 fi
42989 ;;
42990 *)
42991 newInputFiles="${D}{newInputFiles} ${D}file"
42992 ;;
42993 esac
42994 done
42995 inputFiles="${D}newInputFiles"
42996
42997 # Output filename(s).
42998 do_backup=0;
42999 if [ -z ${D}outFile ]; then
43000 do_backup=1;
43001 set outFile ${D}inputFiles; outFile=${D}2
43002 fi
43003
43004 # If it is an archive, remove the '!' and the '_%' suffixes
43005 case ${D}outFile in
43006 *_%!)
43007 outFile=\`basnam ${D}outFile _%!\`
43008 ;;
43009 *)
43010 ;;
43011 esac
43012 case ${D}outFile in
43013 *.dll)
43014 outFile=\`basnam ${D}outFile .dll\`
43015 ;;
43016 *.DLL)
43017 outFile=\`basnam ${D}outFile .DLL\`
43018 ;;
43019 *.o)
43020 outFile=\`basnam ${D}outFile .o\`
43021 ;;
43022 *.obj)
43023 outFile=\`basnam ${D}outFile .obj\`
43024 ;;
43025 *.a)
43026 outFile=\`basnam ${D}outFile .a\`
43027 ;;
43028 *.lib)
43029 outFile=\`basnam ${D}outFile .lib\`
43030 ;;
43031 *)
43032 ;;
43033 esac
43034 case ${D}outimpFile in
43035 *.a)
43036 outimpFile=\`basnam ${D}outimpFile .a\`
43037 ;;
43038 *.lib)
43039 outimpFile=\`basnam ${D}outimpFile .lib\`
43040 ;;
43041 *)
43042 ;;
43043 esac
43044 if [ -z ${D}outimpFile ]; then
43045 outimpFile=${D}outFile
43046 fi
43047 defFile="${D}{outFile}.def"
43048 arcFile="${D}{outimpFile}.a"
43049 arcFile2="${D}{outimpFile}.lib"
43050
43051 #create ${D}dllFile as something matching 8.3 restrictions,
43052 if [ -z ${D}renameScript ] ; then
43053 dllFile="${D}outFile"
43054 else
43055 dllFile=\`${D}renameScript ${D}outimpFile\`
43056 fi
43057
43058 if [ ${D}do_backup -ne 0 ] ; then
43059 if [ -f ${D}arcFile ] ; then
43060 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
43061 fi
43062 if [ -f ${D}arcFile2 ] ; then
43063 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
43064 fi
43065 fi
43066
43067 # Extract public symbols from all the object files.
43068 tmpdefFile=${D}{defFile}_%
43069 rm -f ${D}tmpdefFile
43070 for file in ${D}inputFiles ; do
43071 case ${D}file in
43072 *!)
43073 ;;
43074 *)
43075 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
43076 ;;
43077 esac
43078 done
43079
43080 # Create the def file.
43081 rm -f ${D}defFile
43082 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
43083 dllFile="${D}{dllFile}.dll"
43084 if [ ! -z ${D}description ]; then
43085 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
43086 fi
43087 echo "EXPORTS" >> ${D}defFile
43088
43089 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
43090 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
43091
43092 # Checks if the export is ok or not.
43093 for word in ${D}exclude_symbols; do
43094 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
43095 mv ${D}{tmpdefFile}% ${D}tmpdefFile
43096 done
43097
43098
43099 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
43100 sed "=" < ${D}tmpdefFile | \\
43101 sed '
43102 N
43103 : loop
43104 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
43105 t loop
43106 ' > ${D}{tmpdefFile}%
43107 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
43108 else
43109 rm -f ${D}{tmpdefFile}%
43110 fi
43111 cat ${D}tmpdefFile >> ${D}defFile
43112 rm -f ${D}tmpdefFile
43113
43114 # Do linking, create implib, and apply lxlite.
43115 gccCmdl="";
43116 for file in ${D}inputFiles ; do
43117 case ${D}file in
43118 *!)
43119 ;;
43120 *)
43121 gccCmdl="${D}gccCmdl ${D}file"
43122 ;;
43123 esac
43124 done
43125 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
43126 touch "${D}{outFile}.dll"
43127
43128 doCommand "emximp -o ${D}arcFile ${D}defFile"
43129 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
43130 add_flags="";
43131 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
43132 add_flags="-ynd"
43133 fi
43134 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
43135 fi
43136 doCommand "emxomf -s -l ${D}arcFile"
43137
43138 # Successful exit.
43139 CleanUp 1
43140 exit 0
43141 EOF
43142
43143 chmod +x dllar.sh
43144 ;;
43145
43146 powerpc-apple-macos* | \
43147 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
43148 *-*-sunos4* | \
43149 *-*-osf* | \
43150 *-*-dgux5* | \
43151 *-*-sysv5* | \
43152 *-pc-msdosdjgpp )
43153 ;;
43154
43155 *)
43156 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
43157 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
43158 { (exit 1); exit 1; }; }
43159 esac
43160
43161 if test "x$PIC_FLAG" != "x" ; then
43162 PIC_FLAG="$PIC_FLAG -DPIC"
43163 fi
43164
43165 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
43166 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
43167 fi
43168 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
43169 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
43170 fi
43171
43172
43173
43174
43175
43176
43177
43178
43179
43180 USE_SOVERSION=0
43181 USE_SOVERLINUX=0
43182 USE_SOVERSOLARIS=0
43183 USE_SOVERCYGWIN=0
43184 USE_SOSYMLINKS=0
43185 USE_MACVERSION=0
43186 SONAME_FLAG=
43187
43188 case "${BAKEFILE_HOST}" in
43189 *-*-linux* | *-*-freebsd* )
43190 SONAME_FLAG="-Wl,-soname,"
43191 USE_SOVERSION=1
43192 USE_SOVERLINUX=1
43193 USE_SOSYMLINKS=1
43194 ;;
43195
43196 *-*-solaris2* )
43197 SONAME_FLAG="-h "
43198 USE_SOVERSION=1
43199 USE_SOVERSOLARIS=1
43200 USE_SOSYMLINKS=1
43201 ;;
43202
43203 *-*-darwin* )
43204 USE_MACVERSION=1
43205 USE_SOVERSION=1
43206 USE_SOSYMLINKS=1
43207 ;;
43208
43209 *-*-cygwin* )
43210 USE_SOVERSION=1
43211 USE_SOVERCYGWIN=1
43212 ;;
43213 esac
43214
43215
43216
43217
43218
43219
43220
43221
43222
43223
43224 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
43225 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
43226 DEPS_TRACKING=0
43227
43228 if test "x$GCC" = "xyes"; then
43229 DEPSMODE=gcc
43230 DEPS_TRACKING=1
43231 case "${BAKEFILE_HOST}" in
43232 powerpc-*-darwin* )
43233 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
43234 ;;
43235 * )
43236 DEPSFLAG_GCC="-MMD"
43237 ;;
43238 esac
43239 echo "$as_me:$LINENO: result: gcc" >&5
43240 echo "${ECHO_T}gcc" >&6
43241 elif test "x$MWCC" = "xyes"; then
43242 DEPSMODE=mwcc
43243 DEPS_TRACKING=1
43244 DEPSFLAG_MWCC="-MM"
43245 echo "$as_me:$LINENO: result: mwcc" >&5
43246 echo "${ECHO_T}mwcc" >&6
43247 elif test "x$SUNCC" = "xyes"; then
43248 DEPSMODE=suncc
43249 DEPS_TRACKING=1
43250 DEPSFLAG_SUNCC="-xM1"
43251 echo "$as_me:$LINENO: result: suncc" >&5
43252 echo "${ECHO_T}suncc" >&6
43253 else
43254 echo "$as_me:$LINENO: result: none" >&5
43255 echo "${ECHO_T}none" >&6
43256 fi
43257
43258 if test $DEPS_TRACKING = 1 ; then
43259
43260 D='$'
43261 cat <<EOF >bk-deps
43262 #!/bin/sh
43263
43264 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43265 # script. It is used to track C/C++ files dependencies in portable way.
43266 #
43267 # Permission is given to use this file in any way.
43268
43269 DEPSMODE=${DEPSMODE}
43270 DEPSDIR=.deps
43271 DEPSFLAG_GCC="${DEPSFLAG_GCC}"
43272 DEPSFLAG_MWCC="${DEPSFLAG_MWCC}"
43273 DEPSFLAG_SUNCC="${DEPSFLAG_SUNCC}"
43274
43275 mkdir -p ${D}DEPSDIR
43276
43277 if test ${D}DEPSMODE = gcc ; then
43278 ${D}* ${D}{DEPSFLAG_GCC}
43279 status=${D}?
43280 if test ${D}{status} != 0 ; then
43281 exit ${D}{status}
43282 fi
43283 # move created file to the location we want it in:
43284 while test ${D}# -gt 0; do
43285 case "${D}1" in
43286 -o )
43287 shift
43288 objfile=${D}1
43289 ;;
43290 -* )
43291 ;;
43292 * )
43293 srcfile=${D}1
43294 ;;
43295 esac
43296 shift
43297 done
43298 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
43299 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
43300 if test -f ${D}depfile ; then
43301 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43302 rm -f ${D}depfile
43303 else
43304 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
43305 if test -f ${D}depfile ; then
43306 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43307 rm -f ${D}depfile
43308 fi
43309 fi
43310 exit 0
43311 elif test ${D}DEPSMODE = mwcc ; then
43312 ${D}*
43313 status=${D}?
43314 if test ${D}{status} != 0 ; then
43315 exit ${D}{status}
43316 fi
43317 # Run mwcc again with -MM and redirect into the dep file we want
43318 # NOTE: We can't use shift here because we need ${D}* to be valid
43319 prevarg=
43320 for arg in ${D}* ; do
43321 if test "${D}prevarg" = "-o"; then
43322 objfile=${D}arg
43323 else
43324 case "${D}arg" in
43325 -* )
43326 ;;
43327 * )
43328 srcfile=${D}arg
43329 ;;
43330 esac
43331 fi
43332 prevarg="${D}arg"
43333 done
43334 ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d
43335 exit 0
43336 elif test ${D}DEPSMODE = suncc; then
43337 ${D}* || exit
43338 # Run compiler again with deps flag and redirect into the dep file.
43339 # It doesn't work if the '-o FILE' option is used, but without it the
43340 # dependency file will contain the wrong name for the object. So it is
43341 # removed from the command line, and the dep file is fixed with sed.
43342 cmd=""
43343 while test ${D}# -gt 0; do
43344 case "${D}1" in
43345 -o )
43346 shift
43347 objfile=${D}1
43348 ;;
43349 * )
43350 eval arg${D}#=\\${D}1
43351 cmd="${D}cmd \\${D}arg${D}#"
43352 ;;
43353 esac
43354 shift
43355 done
43356 eval "${D}cmd ${D}DEPSFLAG_SUNCC" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
43357 exit 0
43358 else
43359 ${D}*
43360 exit ${D}?
43361 fi
43362 EOF
43363
43364 chmod +x bk-deps
43365 fi
43366
43367
43368
43369
43370 RESCOMP=
43371 SETFILE=
43372
43373 case ${BAKEFILE_HOST} in
43374 *-*-cygwin* | *-*-mingw32* )
43375 if test "$build" != "$host" ; then
43376 RESCOMP=$host_alias-windres
43377 else
43378 # Extract the first word of "windres", so it can be a program name with args.
43379 set dummy windres; ac_word=$2
43380 echo "$as_me:$LINENO: checking for $ac_word" >&5
43381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43382 if test "${ac_cv_prog_RESCOMP+set}" = set; then
43383 echo $ECHO_N "(cached) $ECHO_C" >&6
43384 else
43385 if test -n "$RESCOMP"; then
43386 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
43387 else
43388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43389 for as_dir in $PATH
43390 do
43391 IFS=$as_save_IFS
43392 test -z "$as_dir" && as_dir=.
43393 for ac_exec_ext in '' $ac_executable_extensions; do
43394 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43395 ac_cv_prog_RESCOMP="windres"
43396 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43397 break 2
43398 fi
43399 done
43400 done
43401
43402 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
43403 fi
43404 fi
43405 RESCOMP=$ac_cv_prog_RESCOMP
43406 if test -n "$RESCOMP"; then
43407 echo "$as_me:$LINENO: result: $RESCOMP" >&5
43408 echo "${ECHO_T}$RESCOMP" >&6
43409 else
43410 echo "$as_me:$LINENO: result: no" >&5
43411 echo "${ECHO_T}no" >&6
43412 fi
43413
43414 fi
43415 ;;
43416
43417 *-*-darwin* | powerpc-apple-macos* )
43418 # Extract the first word of "Rez", so it can be a program name with args.
43419 set dummy Rez; ac_word=$2
43420 echo "$as_me:$LINENO: checking for $ac_word" >&5
43421 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43422 if test "${ac_cv_prog_RESCOMP+set}" = set; then
43423 echo $ECHO_N "(cached) $ECHO_C" >&6
43424 else
43425 if test -n "$RESCOMP"; then
43426 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
43427 else
43428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43429 for as_dir in $PATH
43430 do
43431 IFS=$as_save_IFS
43432 test -z "$as_dir" && as_dir=.
43433 for ac_exec_ext in '' $ac_executable_extensions; do
43434 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43435 ac_cv_prog_RESCOMP="Rez"
43436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43437 break 2
43438 fi
43439 done
43440 done
43441
43442 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
43443 fi
43444 fi
43445 RESCOMP=$ac_cv_prog_RESCOMP
43446 if test -n "$RESCOMP"; then
43447 echo "$as_me:$LINENO: result: $RESCOMP" >&5
43448 echo "${ECHO_T}$RESCOMP" >&6
43449 else
43450 echo "$as_me:$LINENO: result: no" >&5
43451 echo "${ECHO_T}no" >&6
43452 fi
43453
43454 # Extract the first word of "SetFile", so it can be a program name with args.
43455 set dummy SetFile; ac_word=$2
43456 echo "$as_me:$LINENO: checking for $ac_word" >&5
43457 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43458 if test "${ac_cv_prog_SETFILE+set}" = set; then
43459 echo $ECHO_N "(cached) $ECHO_C" >&6
43460 else
43461 if test -n "$SETFILE"; then
43462 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
43463 else
43464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43465 for as_dir in $PATH
43466 do
43467 IFS=$as_save_IFS
43468 test -z "$as_dir" && as_dir=.
43469 for ac_exec_ext in '' $ac_executable_extensions; do
43470 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43471 ac_cv_prog_SETFILE="SetFile"
43472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43473 break 2
43474 fi
43475 done
43476 done
43477
43478 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
43479 fi
43480 fi
43481 SETFILE=$ac_cv_prog_SETFILE
43482 if test -n "$SETFILE"; then
43483 echo "$as_me:$LINENO: result: $SETFILE" >&5
43484 echo "${ECHO_T}$SETFILE" >&6
43485 else
43486 echo "$as_me:$LINENO: result: no" >&5
43487 echo "${ECHO_T}no" >&6
43488 fi
43489
43490 ;;
43491 esac
43492
43493
43494
43495
43496
43497 BAKEFILE_BAKEFILE_M4_VERSION="0.1.9"
43498
43499
43500 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.9"
43501
43502
43503
43504 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
43505 if test "${enable_precomp_headers+set}" = set; then
43506 enableval="$enable_precomp_headers"
43507 bk_use_pch="$enableval"
43508 fi;
43509
43510 GCC_PCH=0
43511
43512 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
43513 if test "x$GCC" = "xyes"; then
43514 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
43515 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
43516 cat >conftest.$ac_ext <<_ACEOF
43517 /* confdefs.h. */
43518 _ACEOF
43519 cat confdefs.h >>conftest.$ac_ext
43520 cat >>conftest.$ac_ext <<_ACEOF
43521 /* end confdefs.h. */
43522
43523 int
43524 main ()
43525 {
43526
43527 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
43528 #error "no pch support"
43529 #endif
43530 #if (__GNUC__ < 3)
43531 #error "no pch support"
43532 #endif
43533 #if (__GNUC__ == 3) && \
43534 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
43535 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
43536 #error "no pch support"
43537 #endif
43538
43539 ;
43540 return 0;
43541 }
43542 _ACEOF
43543 rm -f conftest.$ac_objext
43544 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43545 (eval $ac_compile) 2>conftest.er1
43546 ac_status=$?
43547 grep -v '^ *+' conftest.er1 >conftest.err
43548 rm -f conftest.er1
43549 cat conftest.err >&5
43550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43551 (exit $ac_status); } &&
43552 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43554 (eval $ac_try) 2>&5
43555 ac_status=$?
43556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43557 (exit $ac_status); }; } &&
43558 { ac_try='test -s conftest.$ac_objext'
43559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43560 (eval $ac_try) 2>&5
43561 ac_status=$?
43562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43563 (exit $ac_status); }; }; then
43564
43565 echo "$as_me:$LINENO: result: yes" >&5
43566 echo "${ECHO_T}yes" >&6
43567 GCC_PCH=1
43568
43569 else
43570 echo "$as_me: failed program was:" >&5
43571 sed 's/^/| /' conftest.$ac_ext >&5
43572
43573
43574 echo "$as_me:$LINENO: result: no" >&5
43575 echo "${ECHO_T}no" >&6
43576
43577 fi
43578 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
43579 if test $GCC_PCH = 1 ; then
43580
43581 D='$'
43582 cat <<EOF >bk-make-pch
43583 #!/bin/sh
43584
43585 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43586 # script. It is used to generated precompiled headers.
43587 #
43588 # Permission is given to use this file in any way.
43589
43590 outfile="${D}{1}"
43591 header="${D}{2}"
43592 shift
43593 shift
43594
43595 compiler=
43596 headerfile=
43597 while test ${D}{#} -gt 0; do
43598 case "${D}{1}" in
43599 -I* )
43600 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
43601 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
43602 headerfile="${D}{incdir}/${D}{header}"
43603 fi
43604 ;;
43605 esac
43606 compiler="${D}{compiler} ${D}{1}"
43607 shift
43608 done
43609
43610 if test "x${D}{headerfile}" = "x" ; then
43611 echo "error: can't find header ${D}{header} in include paths" >2
43612 else
43613 if test -f ${D}{outfile} ; then
43614 rm -f ${D}{outfile}
43615 else
43616 mkdir -p \`dirname ${D}{outfile}\`
43617 fi
43618 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
43619 mkdir -p .deps
43620 # can do this because gcc is >= 3.4:
43621 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
43622 exit ${D}{?}
43623 fi
43624 EOF
43625
43626 chmod +x bk-make-pch
43627 fi
43628 fi
43629 fi
43630
43631
43632
43633 COND_BUILD_DEBUG="#"
43634 if test "x$BUILD" = "xdebug" ; then
43635 COND_BUILD_DEBUG=""
43636 fi
43637
43638 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
43639 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
43640 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
43641 fi
43642
43643 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
43644 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
43645 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
43646 fi
43647
43648 COND_BUILD_DEBUG_UNICODE_0="#"
43649 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
43650 COND_BUILD_DEBUG_UNICODE_0=""
43651 fi
43652
43653 COND_BUILD_DEBUG_UNICODE_1="#"
43654 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
43655 COND_BUILD_DEBUG_UNICODE_1=""
43656 fi
43657
43658 COND_BUILD_RELEASE="#"
43659 if test "x$BUILD" = "xrelease" ; then
43660 COND_BUILD_RELEASE=""
43661 fi
43662
43663 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
43664 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
43665 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
43666 fi
43667
43668 COND_BUILD_RELEASE_UNICODE_0="#"
43669 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
43670 COND_BUILD_RELEASE_UNICODE_0=""
43671 fi
43672
43673 COND_BUILD_RELEASE_UNICODE_1="#"
43674 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
43675 COND_BUILD_RELEASE_UNICODE_1=""
43676 fi
43677
43678 COND_DEBUG_FLAG_1="#"
43679 if test "x$DEBUG_FLAG" = "x1" ; then
43680 COND_DEBUG_FLAG_1=""
43681 fi
43682
43683 COND_DEBUG_INFO_0="#"
43684 if test "x$DEBUG_INFO" = "x0" ; then
43685 COND_DEBUG_INFO_0=""
43686 fi
43687
43688 COND_DEBUG_INFO_1="#"
43689 if test "x$DEBUG_INFO" = "x1" ; then
43690 COND_DEBUG_INFO_1=""
43691 fi
43692
43693 COND_DEPS_TRACKING_0="#"
43694 if test "x$DEPS_TRACKING" = "x0" ; then
43695 COND_DEPS_TRACKING_0=""
43696 fi
43697
43698 COND_DEPS_TRACKING_1="#"
43699 if test "x$DEPS_TRACKING" = "x1" ; then
43700 COND_DEPS_TRACKING_1=""
43701 fi
43702
43703 COND_GCC_PCH_1="#"
43704 if test "x$GCC_PCH" = "x1" ; then
43705 COND_GCC_PCH_1=""
43706 fi
43707
43708 COND_MONOLITHIC_0="#"
43709 if test "x$MONOLITHIC" = "x0" ; then
43710 COND_MONOLITHIC_0=""
43711 fi
43712
43713 COND_MONOLITHIC_0_SHARED_0="#"
43714 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
43715 COND_MONOLITHIC_0_SHARED_0=""
43716 fi
43717
43718 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
43719 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
43720 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
43721 fi
43722
43723 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
43724 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43725 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
43726 fi
43727
43728 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
43729 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43730 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
43731 fi
43732
43733 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
43734 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43735 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
43736 fi
43737
43738 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
43739 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
43740 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
43741 fi
43742
43743 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
43744 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43745 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
43746 fi
43747
43748 COND_MONOLITHIC_0_SHARED_1="#"
43749 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
43750 COND_MONOLITHIC_0_SHARED_1=""
43751 fi
43752
43753 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
43754 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
43755 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
43756 fi
43757
43758 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
43759 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43760 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
43761 fi
43762
43763 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
43764 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43765 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
43766 fi
43767
43768 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
43769 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43770 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
43771 fi
43772
43773 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
43774 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
43775 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
43776 fi
43777
43778 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
43779 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43780 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
43781 fi
43782
43783 COND_MONOLITHIC_0_USE_ODBC_1="#"
43784 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
43785 COND_MONOLITHIC_0_USE_ODBC_1=""
43786 fi
43787
43788 COND_MONOLITHIC_1="#"
43789 if test "x$MONOLITHIC" = "x1" ; then
43790 COND_MONOLITHIC_1=""
43791 fi
43792
43793 COND_MONOLITHIC_1_SHARED_0="#"
43794 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
43795 COND_MONOLITHIC_1_SHARED_0=""
43796 fi
43797
43798 COND_MONOLITHIC_1_SHARED_1="#"
43799 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
43800 COND_MONOLITHIC_1_SHARED_1=""
43801 fi
43802
43803 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
43804 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
43805 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
43806 fi
43807
43808 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
43809 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
43810 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
43811 fi
43812
43813 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
43814 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
43815 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
43816 fi
43817
43818 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
43819 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
43820 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
43821 fi
43822
43823 COND_PLATFORM_MACOSX_1="#"
43824 if test "x$PLATFORM_MACOSX" = "x1" ; then
43825 COND_PLATFORM_MACOSX_1=""
43826 fi
43827
43828 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
43829 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
43830 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
43831 fi
43832
43833 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
43834 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
43835 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
43836 fi
43837
43838 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
43839 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
43840 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
43841 fi
43842
43843 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
43844 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
43845 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
43846 fi
43847
43848 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
43849 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43850 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
43851 fi
43852
43853 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
43854 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43855 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
43856 fi
43857
43858 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
43859 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
43860 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
43861 fi
43862
43863 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
43864 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
43865 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
43866 fi
43867
43868 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
43869 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
43870 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
43871 fi
43872
43873 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
43874 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
43875 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
43876 fi
43877
43878 COND_PLATFORM_MACOS_1="#"
43879 if test "x$PLATFORM_MACOS" = "x1" ; then
43880 COND_PLATFORM_MACOS_1=""
43881 fi
43882
43883 COND_PLATFORM_MAC_1="#"
43884 if test "x$PLATFORM_MAC" = "x1" ; then
43885 COND_PLATFORM_MAC_1=""
43886 fi
43887
43888 COND_PLATFORM_MSDOS_1="#"
43889 if test "x$PLATFORM_MSDOS" = "x1" ; then
43890 COND_PLATFORM_MSDOS_1=""
43891 fi
43892
43893 COND_PLATFORM_OS2_1="#"
43894 if test "x$PLATFORM_OS2" = "x1" ; then
43895 COND_PLATFORM_OS2_1=""
43896 fi
43897
43898 COND_PLATFORM_UNIX_0="#"
43899 if test "x$PLATFORM_UNIX" = "x0" ; then
43900 COND_PLATFORM_UNIX_0=""
43901 fi
43902
43903 COND_PLATFORM_UNIX_1="#"
43904 if test "x$PLATFORM_UNIX" = "x1" ; then
43905 COND_PLATFORM_UNIX_1=""
43906 fi
43907
43908 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
43909 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
43910 COND_PLATFORM_UNIX_1_USE_GUI_1=""
43911 fi
43912
43913 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
43914 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
43915 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
43916 fi
43917
43918 COND_PLATFORM_WIN32_0="#"
43919 if test "x$PLATFORM_WIN32" = "x0" ; then
43920 COND_PLATFORM_WIN32_0=""
43921 fi
43922
43923 COND_PLATFORM_WIN32_1="#"
43924 if test "x$PLATFORM_WIN32" = "x1" ; then
43925 COND_PLATFORM_WIN32_1=""
43926 fi
43927
43928 COND_SHARED_0="#"
43929 if test "x$SHARED" = "x0" ; then
43930 COND_SHARED_0=""
43931 fi
43932
43933 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
43934 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
43935 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
43936 fi
43937
43938 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
43939 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
43940 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
43941 fi
43942
43943 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
43944 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
43945 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
43946 fi
43947
43948 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
43949 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43950 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
43951 fi
43952
43953 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
43954 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43955 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
43956 fi
43957
43958 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
43959 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43960 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
43961 fi
43962
43963 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
43964 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43965 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
43966 fi
43967
43968 COND_SHARED_0_USE_XRC_1="#"
43969 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43970 COND_SHARED_0_USE_XRC_1=""
43971 fi
43972
43973 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
43974 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
43975 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
43976 fi
43977
43978 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
43979 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
43980 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
43981 fi
43982
43983 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
43984 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
43985 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
43986 fi
43987
43988 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
43989 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
43990 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
43991 fi
43992
43993 COND_SHARED_1="#"
43994 if test "x$SHARED" = "x1" ; then
43995 COND_SHARED_1=""
43996 fi
43997
43998 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
43999 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
44000 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
44001 fi
44002
44003 COND_SHARED_1_USE_XRC_1="#"
44004 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
44005 COND_SHARED_1_USE_XRC_1=""
44006 fi
44007
44008 COND_TOOLKIT_="#"
44009 if test "x$TOOLKIT" = "x" ; then
44010 COND_TOOLKIT_=""
44011 fi
44012
44013 COND_TOOLKIT_COCOA="#"
44014 if test "x$TOOLKIT" = "xCOCOA" ; then
44015 COND_TOOLKIT_COCOA=""
44016 fi
44017
44018 COND_TOOLKIT_COCOA_USE_GUI_1="#"
44019 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
44020 COND_TOOLKIT_COCOA_USE_GUI_1=""
44021 fi
44022
44023 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
44024 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44025 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
44026 fi
44027
44028 COND_TOOLKIT_GTK="#"
44029 if test "x$TOOLKIT" = "xGTK" ; then
44030 COND_TOOLKIT_GTK=""
44031 fi
44032
44033 COND_TOOLKIT_GTK_USE_GUI_1="#"
44034 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
44035 COND_TOOLKIT_GTK_USE_GUI_1=""
44036 fi
44037
44038 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
44039 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44040 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
44041 fi
44042
44043 COND_TOOLKIT_MAC="#"
44044 if test "x$TOOLKIT" = "xMAC" ; then
44045 COND_TOOLKIT_MAC=""
44046 fi
44047
44048 COND_TOOLKIT_MAC_USE_GUI_1="#"
44049 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
44050 COND_TOOLKIT_MAC_USE_GUI_1=""
44051 fi
44052
44053 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
44054 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44055 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
44056 fi
44057
44058 COND_TOOLKIT_MGL="#"
44059 if test "x$TOOLKIT" = "xMGL" ; then
44060 COND_TOOLKIT_MGL=""
44061 fi
44062
44063 COND_TOOLKIT_MGL_USE_GUI_1="#"
44064 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
44065 COND_TOOLKIT_MGL_USE_GUI_1=""
44066 fi
44067
44068 COND_TOOLKIT_MOTIF="#"
44069 if test "x$TOOLKIT" = "xMOTIF" ; then
44070 COND_TOOLKIT_MOTIF=""
44071 fi
44072
44073 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
44074 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
44075 COND_TOOLKIT_MOTIF_USE_GUI_1=""
44076 fi
44077
44078 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
44079 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44080 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
44081 fi
44082
44083 COND_TOOLKIT_MSW="#"
44084 if test "x$TOOLKIT" = "xMSW" ; then
44085 COND_TOOLKIT_MSW=""
44086 fi
44087
44088 COND_TOOLKIT_MSW_USE_GUI_1="#"
44089 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
44090 COND_TOOLKIT_MSW_USE_GUI_1=""
44091 fi
44092
44093 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
44094 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44095 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
44096 fi
44097
44098 COND_TOOLKIT_PM="#"
44099 if test "x$TOOLKIT" = "xPM" ; then
44100 COND_TOOLKIT_PM=""
44101 fi
44102
44103 COND_TOOLKIT_PM_USE_GUI_1="#"
44104 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
44105 COND_TOOLKIT_PM_USE_GUI_1=""
44106 fi
44107
44108 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
44109 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44110 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
44111 fi
44112
44113 COND_TOOLKIT_WINCE="#"
44114 if test "x$TOOLKIT" = "xWINCE" ; then
44115 COND_TOOLKIT_WINCE=""
44116 fi
44117
44118 COND_TOOLKIT_WINCE_USE_GUI_1="#"
44119 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
44120 COND_TOOLKIT_WINCE_USE_GUI_1=""
44121 fi
44122
44123 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
44124 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44125 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
44126 fi
44127
44128 COND_TOOLKIT_X11="#"
44129 if test "x$TOOLKIT" = "xX11" ; then
44130 COND_TOOLKIT_X11=""
44131 fi
44132
44133 COND_TOOLKIT_X11_USE_GUI_1="#"
44134 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
44135 COND_TOOLKIT_X11_USE_GUI_1=""
44136 fi
44137
44138 COND_UNICODE_1="#"
44139 if test "x$UNICODE" = "x1" ; then
44140 COND_UNICODE_1=""
44141 fi
44142
44143 COND_USE_EXCEPTIONS_0="#"
44144 if test "x$USE_EXCEPTIONS" = "x0" ; then
44145 COND_USE_EXCEPTIONS_0=""
44146 fi
44147
44148 COND_USE_EXCEPTIONS_1="#"
44149 if test "x$USE_EXCEPTIONS" = "x1" ; then
44150 COND_USE_EXCEPTIONS_1=""
44151 fi
44152
44153 COND_USE_GUI_0="#"
44154 if test "x$USE_GUI" = "x0" ; then
44155 COND_USE_GUI_0=""
44156 fi
44157
44158 COND_USE_GUI_1="#"
44159 if test "x$USE_GUI" = "x1" ; then
44160 COND_USE_GUI_1=""
44161 fi
44162
44163 COND_USE_GUI_1_WXUNIV_0="#"
44164 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44165 COND_USE_GUI_1_WXUNIV_0=""
44166 fi
44167
44168 COND_USE_GUI_1_WXUNIV_1="#"
44169 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
44170 COND_USE_GUI_1_WXUNIV_1=""
44171 fi
44172
44173 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
44174 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44175 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
44176 fi
44177
44178 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
44179 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44180 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
44181 fi
44182
44183 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
44184 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44185 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
44186 fi
44187
44188 COND_USE_ODBC_1="#"
44189 if test "x$USE_ODBC" = "x1" ; then
44190 COND_USE_ODBC_1=""
44191 fi
44192
44193 COND_USE_OPENGL_1="#"
44194 if test "x$USE_OPENGL" = "x1" ; then
44195 COND_USE_OPENGL_1=""
44196 fi
44197
44198 COND_USE_PLUGINS_0="#"
44199 if test "x$USE_PLUGINS" = "x0" ; then
44200 COND_USE_PLUGINS_0=""
44201 fi
44202
44203 COND_USE_RTTI_0="#"
44204 if test "x$USE_RTTI" = "x0" ; then
44205 COND_USE_RTTI_0=""
44206 fi
44207
44208 COND_USE_RTTI_1="#"
44209 if test "x$USE_RTTI" = "x1" ; then
44210 COND_USE_RTTI_1=""
44211 fi
44212
44213 COND_USE_SOSYMLINKS_1="#"
44214 if test "x$USE_SOSYMLINKS" = "x1" ; then
44215 COND_USE_SOSYMLINKS_1=""
44216 fi
44217
44218 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
44219 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
44220 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
44221 fi
44222
44223 COND_USE_SOVERLINUX_1="#"
44224 if test "x$USE_SOVERLINUX" = "x1" ; then
44225 COND_USE_SOVERLINUX_1=""
44226 fi
44227
44228 COND_USE_SOVERSION_0="#"
44229 if test "x$USE_SOVERSION" = "x0" ; then
44230 COND_USE_SOVERSION_0=""
44231 fi
44232
44233 COND_USE_SOVERSOLARIS_1="#"
44234 if test "x$USE_SOVERSOLARIS" = "x1" ; then
44235 COND_USE_SOVERSOLARIS_1=""
44236 fi
44237
44238 COND_USE_THREADS_0="#"
44239 if test "x$USE_THREADS" = "x0" ; then
44240 COND_USE_THREADS_0=""
44241 fi
44242
44243 COND_USE_THREADS_1="#"
44244 if test "x$USE_THREADS" = "x1" ; then
44245 COND_USE_THREADS_1=""
44246 fi
44247
44248 COND_USE_XRC_1="#"
44249 if test "x$USE_XRC" = "x1" ; then
44250 COND_USE_XRC_1=""
44251 fi
44252
44253 COND_WINDOWS_IMPLIB_1="#"
44254 if test "x$WINDOWS_IMPLIB" = "x1" ; then
44255 COND_WINDOWS_IMPLIB_1=""
44256 fi
44257
44258 COND_WITH_PLUGIN_SDL_1="#"
44259 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
44260 COND_WITH_PLUGIN_SDL_1=""
44261 fi
44262
44263 COND_WXUNIV_0="#"
44264 if test "x$WXUNIV" = "x0" ; then
44265 COND_WXUNIV_0=""
44266 fi
44267
44268 COND_WXUNIV_1="#"
44269 if test "x$WXUNIV" = "x1" ; then
44270 COND_WXUNIV_1=""
44271 fi
44272
44273 COND_WXUSE_EXPAT_BUILTIN="#"
44274 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
44275 COND_WXUSE_EXPAT_BUILTIN=""
44276 fi
44277
44278 COND_WXUSE_LIBJPEG_BUILTIN="#"
44279 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44280 COND_WXUSE_LIBJPEG_BUILTIN=""
44281 fi
44282
44283 COND_WXUSE_LIBPNG_BUILTIN="#"
44284 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44285 COND_WXUSE_LIBPNG_BUILTIN=""
44286 fi
44287
44288 COND_WXUSE_LIBTIFF_BUILTIN="#"
44289 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44290 COND_WXUSE_LIBTIFF_BUILTIN=""
44291 fi
44292
44293 COND_WXUSE_ODBC_BUILTIN="#"
44294 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
44295 COND_WXUSE_ODBC_BUILTIN=""
44296 fi
44297
44298 COND_WXUSE_REGEX_BUILTIN="#"
44299 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
44300 COND_WXUSE_REGEX_BUILTIN=""
44301 fi
44302
44303 COND_WXUSE_ZLIB_BUILTIN="#"
44304 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
44305 COND_WXUSE_ZLIB_BUILTIN=""
44306 fi
44307
44308
44309
44310 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
44311 { { 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
44312 echo "$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;}
44313 { (exit 1); exit 1; }; }
44314 fi
44315
44316 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
44317 { { 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
44318 echo "$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;}
44319 { (exit 1); exit 1; }; }
44320 fi
44321
44322
44323 if test "$wxUSE_WINE" = "yes"; then
44324 RESCOMP=wrc
44325 fi
44326
44327 if test "$wxUSE_SHARED" = "yes"; then
44328
44329 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
44330 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
44331
44332 case "${host}" in
44333 *-pc-os2_emx | *-pc-os2-emx )
44334 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44335 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44336 cp -p ${srcdir}/src/os2/dllnames.sh .
44337 cp -p ${srcdir}/src/os2/dllar.sh .
44338 ;;
44339 esac
44340 else
44341
44342 EXE_LINKER="$CXX -o"
44343
44344 fi
44345 if test "$wxUSE_OMF" = "yes"; then
44346 case "${host}" in
44347 *-pc-os2_emx | *-pc-os2-emx )
44348 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
44349 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
44350 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
44351 ;;
44352 esac
44353 fi
44354
44355 GCC_PRAGMA_FLAGS=""
44356 PCH_FLAGS=""
44357
44358 if test $GCC_PCH = 1 ; then
44359 PCH_FLAGS="-DWX_PRECOMP"
44360 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44361 else
44362 if test "$GCC" = yes; then
44363 echo "$as_me:$LINENO: checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA" >&5
44364 echo $ECHO_N "checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44365 cat >conftest.$ac_ext <<_ACEOF
44366 /* confdefs.h. */
44367 _ACEOF
44368 cat confdefs.h >>conftest.$ac_ext
44369 cat >>conftest.$ac_ext <<_ACEOF
44370 /* end confdefs.h. */
44371
44372 int
44373 main ()
44374 {
44375 #if (__GNUC__ < 4)
44376 #error "Not GCC 4.0 or greater"
44377 #endif
44378
44379 ;
44380 return 0;
44381 }
44382 _ACEOF
44383 rm -f conftest.$ac_objext
44384 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44385 (eval $ac_compile) 2>conftest.er1
44386 ac_status=$?
44387 grep -v '^ *+' conftest.er1 >conftest.err
44388 rm -f conftest.er1
44389 cat conftest.err >&5
44390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44391 (exit $ac_status); } &&
44392 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44394 (eval $ac_try) 2>&5
44395 ac_status=$?
44396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44397 (exit $ac_status); }; } &&
44398 { ac_try='test -s conftest.$ac_objext'
44399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44400 (eval $ac_try) 2>&5
44401 ac_status=$?
44402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44403 (exit $ac_status); }; }; then
44404 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44405 echo "$as_me:$LINENO: result: yes" >&5
44406 echo "${ECHO_T}yes" >&6
44407 else
44408 echo "$as_me: failed program was:" >&5
44409 sed 's/^/| /' conftest.$ac_ext >&5
44410
44411 echo "$as_me:$LINENO: result: no" >&5
44412 echo "${ECHO_T}no" >&6
44413 case "${host}" in
44414 powerpc-*-darwin* )
44415 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44416 ;;
44417 *-*-mingw32* )
44418 if test "$wxUSE_STL" = "yes" -o \
44419 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
44420 "$wxUSE_NO_RTTI" != "yes"; then
44421 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
44422 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44423 cat >conftest.$ac_ext <<_ACEOF
44424 /* confdefs.h. */
44425 _ACEOF
44426 cat confdefs.h >>conftest.$ac_ext
44427 cat >>conftest.$ac_ext <<_ACEOF
44428 /* end confdefs.h. */
44429
44430 int
44431 main ()
44432 {
44433 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
44434 #error "Not GCC 3.2 or greater"
44435 #endif
44436
44437 ;
44438 return 0;
44439 }
44440 _ACEOF
44441 rm -f conftest.$ac_objext
44442 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44443 (eval $ac_compile) 2>conftest.er1
44444 ac_status=$?
44445 grep -v '^ *+' conftest.er1 >conftest.err
44446 rm -f conftest.er1
44447 cat conftest.err >&5
44448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44449 (exit $ac_status); } &&
44450 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44452 (eval $ac_try) 2>&5
44453 ac_status=$?
44454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44455 (exit $ac_status); }; } &&
44456 { ac_try='test -s conftest.$ac_objext'
44457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44458 (eval $ac_try) 2>&5
44459 ac_status=$?
44460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44461 (exit $ac_status); }; }; then
44462 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44463 echo "$as_me:$LINENO: result: yes" >&5
44464 echo "${ECHO_T}yes" >&6
44465 else
44466 echo "$as_me: failed program was:" >&5
44467 sed 's/^/| /' conftest.$ac_ext >&5
44468
44469 echo "$as_me:$LINENO: result: no" >&5
44470 echo "${ECHO_T}no" >&6
44471 fi
44472 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44473 fi
44474 ;;
44475 *-pc-os2_emx | *-pc-os2-emx )
44476 if test "$wxUSE_STL" = "yes"; then
44477 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
44478 echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44479 cat >conftest.$ac_ext <<_ACEOF
44480 /* confdefs.h. */
44481 _ACEOF
44482 cat confdefs.h >>conftest.$ac_ext
44483 cat >>conftest.$ac_ext <<_ACEOF
44484 /* end confdefs.h. */
44485
44486 int
44487 main ()
44488 {
44489 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
44490 #error "Not GCC 3.2 or greater"
44491 #endif
44492
44493 ;
44494 return 0;
44495 }
44496 _ACEOF
44497 rm -f conftest.$ac_objext
44498 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44499 (eval $ac_compile) 2>conftest.er1
44500 ac_status=$?
44501 grep -v '^ *+' conftest.er1 >conftest.err
44502 rm -f conftest.er1
44503 cat conftest.err >&5
44504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44505 (exit $ac_status); } &&
44506 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44508 (eval $ac_try) 2>&5
44509 ac_status=$?
44510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44511 (exit $ac_status); }; } &&
44512 { ac_try='test -s conftest.$ac_objext'
44513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44514 (eval $ac_try) 2>&5
44515 ac_status=$?
44516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44517 (exit $ac_status); }; }; then
44518 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44519 echo "$as_me:$LINENO: result: yes" >&5
44520 echo "${ECHO_T}yes" >&6
44521 else
44522 echo "$as_me: failed program was:" >&5
44523 sed 's/^/| /' conftest.$ac_ext >&5
44524
44525 echo "$as_me:$LINENO: result: no" >&5
44526 echo "${ECHO_T}no" >&6
44527 fi
44528 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44529 fi
44530 ;;
44531 esac
44532
44533 fi
44534 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44535 fi
44536 fi
44537 CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
44538
44539
44540 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
44541
44542
44543
44544
44545
44546
44547
44548
44549
44550
44551
44552
44553
44554
44555
44556
44557
44558
44559
44560
44561
44562
44563
44564
44565
44566
44567
44568
44569
44570
44571
44572
44573
44574
44575
44576
44577
44578
44579
44580
44581
44582
44583
44584
44585
44586
44587
44588
44589
44590
44591
44592
44593
44594
44595
44596
44597
44598
44599
44600
44601
44602
44603
44604 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
44605 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
44606 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
44607 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
44608 echo $ECHO_N "(cached) $ECHO_C" >&6
44609 else
44610 cat >conftest.make <<\_ACEOF
44611 all:
44612 @echo 'ac_maketemp="$(MAKE)"'
44613 _ACEOF
44614 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
44615 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
44616 if test -n "$ac_maketemp"; then
44617 eval ac_cv_prog_make_${ac_make}_set=yes
44618 else
44619 eval ac_cv_prog_make_${ac_make}_set=no
44620 fi
44621 rm -f conftest.make
44622 fi
44623 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
44624 echo "$as_me:$LINENO: result: yes" >&5
44625 echo "${ECHO_T}yes" >&6
44626 SET_MAKE=
44627 else
44628 echo "$as_me:$LINENO: result: no" >&5
44629 echo "${ECHO_T}no" >&6
44630 SET_MAKE="MAKE=${MAKE-make}"
44631 fi
44632
44633
44634
44635 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
44636
44637
44638 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
44639
44640
44641 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
44642
44643
44644 ac_config_files="$ac_config_files version-script Makefile"
44645
44646
44647 ac_config_commands="$ac_config_commands wx-config
44648 "
44649
44650
44651
44652
44653 if test "$wxUSE_GUI" = "yes"; then
44654 SUBDIRS="samples demos utils contrib"
44655 else SUBDIRS="samples utils"
44656 fi
44657
44658
44659
44660 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
44661 if test "${with_cppunit_prefix+set}" = set; then
44662 withval="$with_cppunit_prefix"
44663 cppunit_config_prefix="$withval"
44664 else
44665 cppunit_config_prefix=""
44666 fi;
44667
44668 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
44669 if test "${with_cppunit_exec_prefix+set}" = set; then
44670 withval="$with_cppunit_exec_prefix"
44671 cppunit_config_exec_prefix="$withval"
44672 else
44673 cppunit_config_exec_prefix=""
44674 fi;
44675
44676 if test x$cppunit_config_exec_prefix != x ; then
44677 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
44678 if test x${CPPUNIT_CONFIG+set} != xset ; then
44679 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
44680 fi
44681 fi
44682 if test x$cppunit_config_prefix != x ; then
44683 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
44684 if test x${CPPUNIT_CONFIG+set} != xset ; then
44685 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
44686 fi
44687 fi
44688
44689 # Extract the first word of "cppunit-config", so it can be a program name with args.
44690 set dummy cppunit-config; ac_word=$2
44691 echo "$as_me:$LINENO: checking for $ac_word" >&5
44692 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44693 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
44694 echo $ECHO_N "(cached) $ECHO_C" >&6
44695 else
44696 case $CPPUNIT_CONFIG in
44697 [\\/]* | ?:[\\/]*)
44698 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
44699 ;;
44700 *)
44701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44702 for as_dir in $PATH
44703 do
44704 IFS=$as_save_IFS
44705 test -z "$as_dir" && as_dir=.
44706 for ac_exec_ext in '' $ac_executable_extensions; do
44707 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44708 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
44709 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44710 break 2
44711 fi
44712 done
44713 done
44714
44715 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
44716 ;;
44717 esac
44718 fi
44719 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
44720
44721 if test -n "$CPPUNIT_CONFIG"; then
44722 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
44723 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
44724 else
44725 echo "$as_me:$LINENO: result: no" >&5
44726 echo "${ECHO_T}no" >&6
44727 fi
44728
44729 cppunit_version_min=1.8.0
44730
44731 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
44732 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
44733 no_cppunit=""
44734 if test "$CPPUNIT_CONFIG" = "no" ; then
44735 no_cppunit=yes
44736 else
44737 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
44738 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
44739 cppunit_version=`$CPPUNIT_CONFIG --version`
44740
44741 cppunit_major_version=`echo $cppunit_version | \
44742 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44743 cppunit_minor_version=`echo $cppunit_version | \
44744 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44745 cppunit_micro_version=`echo $cppunit_version | \
44746 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44747
44748 cppunit_major_min=`echo $cppunit_version_min | \
44749 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44750 cppunit_minor_min=`echo $cppunit_version_min | \
44751 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44752 cppunit_micro_min=`echo $cppunit_version_min | \
44753 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44754
44755 cppunit_version_proper=`expr \
44756 $cppunit_major_version \> $cppunit_major_min \| \
44757 $cppunit_major_version \= $cppunit_major_min \& \
44758 $cppunit_minor_version \> $cppunit_minor_min \| \
44759 $cppunit_major_version \= $cppunit_major_min \& \
44760 $cppunit_minor_version \= $cppunit_minor_min \& \
44761 $cppunit_micro_version \>= $cppunit_micro_min `
44762
44763 if test "$cppunit_version_proper" = "1" ; then
44764 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
44765 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
44766 else
44767 echo "$as_me:$LINENO: result: no" >&5
44768 echo "${ECHO_T}no" >&6
44769 no_cppunit=yes
44770 fi
44771 fi
44772
44773 if test "x$no_cppunit" = x ; then
44774 SUBDIRS="$SUBDIRS tests"
44775 else
44776 CPPUNIT_CFLAGS=""
44777 CPPUNIT_LIBS=""
44778 :
44779 fi
44780
44781
44782
44783
44784
44785 for subdir in `echo $SUBDIRS`; do
44786 if test -d ${srcdir}/${subdir} ; then
44787 if test "$wxUSE_GUI" = "yes"; then
44788 if test ${subdir} = "samples"; then
44789 makefiles="samples/Makefile.in $makefiles"
44790 for sample in `echo $SAMPLES_SUBDIRS`; do
44791 if test -d $srcdir/samples/$sample; then
44792 makefiles="samples/$sample/Makefile.in $makefiles"
44793 fi
44794 done
44795 else
44796 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
44797 eval "disabled=\$$disabled_var"
44798 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
44799 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
44800 fi
44801 else if test ${subdir} = "samples"; then
44802 makefiles="samples/Makefile.in samples/console/Makefile.in"
44803 elif test ${subdir} = "utils"; then
44804 makefiles=""
44805 for util in HelpGen tex2rtf ; do
44806 if test -d $srcdir/utils/$util ; then
44807 makefiles="utils/$util/Makefile.in \
44808 utils/$util/src/Makefile.in \
44809 $makefiles"
44810 fi
44811 done
44812 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
44813 fi
44814 fi
44815
44816 for mkin in $makefiles ; do
44817 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
44818 ac_config_files="$ac_config_files $mk"
44819
44820 done
44821 fi
44822 done
44823
44824
44825 cat >confcache <<\_ACEOF
44826 # This file is a shell script that caches the results of configure
44827 # tests run on this system so they can be shared between configure
44828 # scripts and configure runs, see configure's option --config-cache.
44829 # It is not useful on other systems. If it contains results you don't
44830 # want to keep, you may remove or edit it.
44831 #
44832 # config.status only pays attention to the cache file if you give it
44833 # the --recheck option to rerun configure.
44834 #
44835 # `ac_cv_env_foo' variables (set or unset) will be overridden when
44836 # loading this file, other *unset* `ac_cv_foo' will be assigned the
44837 # following values.
44838
44839 _ACEOF
44840
44841 # The following way of writing the cache mishandles newlines in values,
44842 # but we know of no workaround that is simple, portable, and efficient.
44843 # So, don't put newlines in cache variables' values.
44844 # Ultrix sh set writes to stderr and can't be redirected directly,
44845 # and sets the high bit in the cache file unless we assign to the vars.
44846 {
44847 (set) 2>&1 |
44848 case `(ac_space=' '; set | grep ac_space) 2>&1` in
44849 *ac_space=\ *)
44850 # `set' does not quote correctly, so add quotes (double-quote
44851 # substitution turns \\\\ into \\, and sed turns \\ into \).
44852 sed -n \
44853 "s/'/'\\\\''/g;
44854 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
44855 ;;
44856 *)
44857 # `set' quotes correctly as required by POSIX, so do not add quotes.
44858 sed -n \
44859 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
44860 ;;
44861 esac;
44862 } |
44863 sed '
44864 t clear
44865 : clear
44866 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
44867 t end
44868 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
44869 : end' >>confcache
44870 if diff $cache_file confcache >/dev/null 2>&1; then :; else
44871 if test -w $cache_file; then
44872 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
44873 cat confcache >$cache_file
44874 else
44875 echo "not updating unwritable cache $cache_file"
44876 fi
44877 fi
44878 rm -f confcache
44879
44880 test "x$prefix" = xNONE && prefix=$ac_default_prefix
44881 # Let make expand exec_prefix.
44882 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
44883
44884 # VPATH may cause trouble with some makes, so we remove $(srcdir),
44885 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
44886 # trailing colons and then remove the whole line if VPATH becomes empty
44887 # (actually we leave an empty line to preserve line numbers).
44888 if test "x$srcdir" = x.; then
44889 ac_vpsub='/^[ ]*VPATH[ ]*=/{
44890 s/:*\$(srcdir):*/:/;
44891 s/:*\${srcdir}:*/:/;
44892 s/:*@srcdir@:*/:/;
44893 s/^\([^=]*=[ ]*\):*/\1/;
44894 s/:*$//;
44895 s/^[^=]*=[ ]*$//;
44896 }'
44897 fi
44898
44899 DEFS=-DHAVE_CONFIG_H
44900
44901 ac_libobjs=
44902 ac_ltlibobjs=
44903 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
44904 # 1. Remove the extension, and $U if already installed.
44905 ac_i=`echo "$ac_i" |
44906 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
44907 # 2. Add them.
44908 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
44909 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
44910 done
44911 LIBOBJS=$ac_libobjs
44912
44913 LTLIBOBJS=$ac_ltlibobjs
44914
44915
44916
44917 : ${CONFIG_STATUS=./config.status}
44918 ac_clean_files_save=$ac_clean_files
44919 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
44920 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
44921 echo "$as_me: creating $CONFIG_STATUS" >&6;}
44922 cat >$CONFIG_STATUS <<_ACEOF
44923 #! $SHELL
44924 # Generated by $as_me.
44925 # Run this file to recreate the current configuration.
44926 # Compiler output produced by configure, useful for debugging
44927 # configure, is in config.log if it exists.
44928
44929 debug=false
44930 ac_cs_recheck=false
44931 ac_cs_silent=false
44932 SHELL=\${CONFIG_SHELL-$SHELL}
44933 _ACEOF
44934
44935 cat >>$CONFIG_STATUS <<\_ACEOF
44936 ## --------------------- ##
44937 ## M4sh Initialization. ##
44938 ## --------------------- ##
44939
44940 # Be Bourne compatible
44941 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
44942 emulate sh
44943 NULLCMD=:
44944 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
44945 # is contrary to our usage. Disable this feature.
44946 alias -g '${1+"$@"}'='"$@"'
44947 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
44948 set -o posix
44949 fi
44950 DUALCASE=1; export DUALCASE # for MKS sh
44951
44952 # Support unset when possible.
44953 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
44954 as_unset=unset
44955 else
44956 as_unset=false
44957 fi
44958
44959
44960 # Work around bugs in pre-3.0 UWIN ksh.
44961 $as_unset ENV MAIL MAILPATH
44962 PS1='$ '
44963 PS2='> '
44964 PS4='+ '
44965
44966 # NLS nuisances.
44967 for as_var in \
44968 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44969 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44970 LC_TELEPHONE LC_TIME
44971 do
44972 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
44973 eval $as_var=C; export $as_var
44974 else
44975 $as_unset $as_var
44976 fi
44977 done
44978
44979 # Required to use basename.
44980 if expr a : '\(a\)' >/dev/null 2>&1; then
44981 as_expr=expr
44982 else
44983 as_expr=false
44984 fi
44985
44986 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
44987 as_basename=basename
44988 else
44989 as_basename=false
44990 fi
44991
44992
44993 # Name of the executable.
44994 as_me=`$as_basename "$0" ||
44995 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
44996 X"$0" : 'X\(//\)$' \| \
44997 X"$0" : 'X\(/\)$' \| \
44998 . : '\(.\)' 2>/dev/null ||
44999 echo X/"$0" |
45000 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
45001 /^X\/\(\/\/\)$/{ s//\1/; q; }
45002 /^X\/\(\/\).*/{ s//\1/; q; }
45003 s/.*/./; q'`
45004
45005
45006 # PATH needs CR, and LINENO needs CR and PATH.
45007 # Avoid depending upon Character Ranges.
45008 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
45009 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
45010 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
45011 as_cr_digits='0123456789'
45012 as_cr_alnum=$as_cr_Letters$as_cr_digits
45013
45014 # The user is always right.
45015 if test "${PATH_SEPARATOR+set}" != set; then
45016 echo "#! /bin/sh" >conf$$.sh
45017 echo "exit 0" >>conf$$.sh
45018 chmod +x conf$$.sh
45019 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
45020 PATH_SEPARATOR=';'
45021 else
45022 PATH_SEPARATOR=:
45023 fi
45024 rm -f conf$$.sh
45025 fi
45026
45027
45028 as_lineno_1=$LINENO
45029 as_lineno_2=$LINENO
45030 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
45031 test "x$as_lineno_1" != "x$as_lineno_2" &&
45032 test "x$as_lineno_3" = "x$as_lineno_2" || {
45033 # Find who we are. Look in the path if we contain no path at all
45034 # relative or not.
45035 case $0 in
45036 *[\\/]* ) as_myself=$0 ;;
45037 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45038 for as_dir in $PATH
45039 do
45040 IFS=$as_save_IFS
45041 test -z "$as_dir" && as_dir=.
45042 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
45043 done
45044
45045 ;;
45046 esac
45047 # We did not find ourselves, most probably we were run as `sh COMMAND'
45048 # in which case we are not to be found in the path.
45049 if test "x$as_myself" = x; then
45050 as_myself=$0
45051 fi
45052 if test ! -f "$as_myself"; then
45053 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
45054 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
45055 { (exit 1); exit 1; }; }
45056 fi
45057 case $CONFIG_SHELL in
45058 '')
45059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
45060 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
45061 do
45062 IFS=$as_save_IFS
45063 test -z "$as_dir" && as_dir=.
45064 for as_base in sh bash ksh sh5; do
45065 case $as_dir in
45066 /*)
45067 if ("$as_dir/$as_base" -c '
45068 as_lineno_1=$LINENO
45069 as_lineno_2=$LINENO
45070 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
45071 test "x$as_lineno_1" != "x$as_lineno_2" &&
45072 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
45073 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
45074 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
45075 CONFIG_SHELL=$as_dir/$as_base
45076 export CONFIG_SHELL
45077 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
45078 fi;;
45079 esac
45080 done
45081 done
45082 ;;
45083 esac
45084
45085 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
45086 # uniformly replaced by the line number. The first 'sed' inserts a
45087 # line-number line before each line; the second 'sed' does the real
45088 # work. The second script uses 'N' to pair each line-number line
45089 # with the numbered line, and appends trailing '-' during
45090 # substitution so that $LINENO is not a special case at line end.
45091 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
45092 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
45093 sed '=' <$as_myself |
45094 sed '
45095 N
45096 s,$,-,
45097 : loop
45098 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
45099 t loop
45100 s,-$,,
45101 s,^['$as_cr_digits']*\n,,
45102 ' >$as_me.lineno &&
45103 chmod +x $as_me.lineno ||
45104 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
45105 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
45106 { (exit 1); exit 1; }; }
45107
45108 # Don't try to exec as it changes $[0], causing all sort of problems
45109 # (the dirname of $[0] is not the place where we might find the
45110 # original and so on. Autoconf is especially sensible to this).
45111 . ./$as_me.lineno
45112 # Exit status is that of the last command.
45113 exit
45114 }
45115
45116
45117 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
45118 *c*,-n*) ECHO_N= ECHO_C='
45119 ' ECHO_T=' ' ;;
45120 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
45121 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
45122 esac
45123
45124 if expr a : '\(a\)' >/dev/null 2>&1; then
45125 as_expr=expr
45126 else
45127 as_expr=false
45128 fi
45129
45130 rm -f conf$$ conf$$.exe conf$$.file
45131 echo >conf$$.file
45132 if ln -s conf$$.file conf$$ 2>/dev/null; then
45133 # We could just check for DJGPP; but this test a) works b) is more generic
45134 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
45135 if test -f conf$$.exe; then
45136 # Don't use ln at all; we don't have any links
45137 as_ln_s='cp -p'
45138 else
45139 as_ln_s='ln -s'
45140 fi
45141 elif ln conf$$.file conf$$ 2>/dev/null; then
45142 as_ln_s=ln
45143 else
45144 as_ln_s='cp -p'
45145 fi
45146 rm -f conf$$ conf$$.exe conf$$.file
45147
45148 if mkdir -p . 2>/dev/null; then
45149 as_mkdir_p=:
45150 else
45151 test -d ./-p && rmdir ./-p
45152 as_mkdir_p=false
45153 fi
45154
45155 as_executable_p="test -f"
45156
45157 # Sed expression to map a string onto a valid CPP name.
45158 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
45159
45160 # Sed expression to map a string onto a valid variable name.
45161 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
45162
45163
45164 # IFS
45165 # We need space, tab and new line, in precisely that order.
45166 as_nl='
45167 '
45168 IFS=" $as_nl"
45169
45170 # CDPATH.
45171 $as_unset CDPATH
45172
45173 exec 6>&1
45174
45175 # Open the log real soon, to keep \$[0] and so on meaningful, and to
45176 # report actual input values of CONFIG_FILES etc. instead of their
45177 # values after options handling. Logging --version etc. is OK.
45178 exec 5>>config.log
45179 {
45180 echo
45181 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
45182 ## Running $as_me. ##
45183 _ASBOX
45184 } >&5
45185 cat >&5 <<_CSEOF
45186
45187 This file was extended by wxWidgets $as_me 2.6.2, which was
45188 generated by GNU Autoconf 2.59. Invocation command line was
45189
45190 CONFIG_FILES = $CONFIG_FILES
45191 CONFIG_HEADERS = $CONFIG_HEADERS
45192 CONFIG_LINKS = $CONFIG_LINKS
45193 CONFIG_COMMANDS = $CONFIG_COMMANDS
45194 $ $0 $@
45195
45196 _CSEOF
45197 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
45198 echo >&5
45199 _ACEOF
45200
45201 # Files that config.status was made for.
45202 if test -n "$ac_config_files"; then
45203 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
45204 fi
45205
45206 if test -n "$ac_config_headers"; then
45207 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
45208 fi
45209
45210 if test -n "$ac_config_links"; then
45211 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
45212 fi
45213
45214 if test -n "$ac_config_commands"; then
45215 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
45216 fi
45217
45218 cat >>$CONFIG_STATUS <<\_ACEOF
45219
45220 ac_cs_usage="\
45221 \`$as_me' instantiates files from templates according to the
45222 current configuration.
45223
45224 Usage: $0 [OPTIONS] [FILE]...
45225
45226 -h, --help print this help, then exit
45227 -V, --version print version number, then exit
45228 -q, --quiet do not print progress messages
45229 -d, --debug don't remove temporary files
45230 --recheck update $as_me by reconfiguring in the same conditions
45231 --file=FILE[:TEMPLATE]
45232 instantiate the configuration file FILE
45233 --header=FILE[:TEMPLATE]
45234 instantiate the configuration header FILE
45235
45236 Configuration files:
45237 $config_files
45238
45239 Configuration headers:
45240 $config_headers
45241
45242 Configuration commands:
45243 $config_commands
45244
45245 Report bugs to <bug-autoconf@gnu.org>."
45246 _ACEOF
45247
45248 cat >>$CONFIG_STATUS <<_ACEOF
45249 ac_cs_version="\\
45250 wxWidgets config.status 2.6.2
45251 configured by $0, generated by GNU Autoconf 2.59,
45252 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
45253
45254 Copyright (C) 2003 Free Software Foundation, Inc.
45255 This config.status script is free software; the Free Software Foundation
45256 gives unlimited permission to copy, distribute and modify it."
45257 srcdir=$srcdir
45258 INSTALL="$INSTALL"
45259 _ACEOF
45260
45261 cat >>$CONFIG_STATUS <<\_ACEOF
45262 # If no file are specified by the user, then we need to provide default
45263 # value. By we need to know if files were specified by the user.
45264 ac_need_defaults=:
45265 while test $# != 0
45266 do
45267 case $1 in
45268 --*=*)
45269 ac_option=`expr "x$1" : 'x\([^=]*\)='`
45270 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
45271 ac_shift=:
45272 ;;
45273 -*)
45274 ac_option=$1
45275 ac_optarg=$2
45276 ac_shift=shift
45277 ;;
45278 *) # This is not an option, so the user has probably given explicit
45279 # arguments.
45280 ac_option=$1
45281 ac_need_defaults=false;;
45282 esac
45283
45284 case $ac_option in
45285 # Handling of the options.
45286 _ACEOF
45287 cat >>$CONFIG_STATUS <<\_ACEOF
45288 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
45289 ac_cs_recheck=: ;;
45290 --version | --vers* | -V )
45291 echo "$ac_cs_version"; exit 0 ;;
45292 --he | --h)
45293 # Conflict between --help and --header
45294 { { echo "$as_me:$LINENO: error: ambiguous option: $1
45295 Try \`$0 --help' for more information." >&5
45296 echo "$as_me: error: ambiguous option: $1
45297 Try \`$0 --help' for more information." >&2;}
45298 { (exit 1); exit 1; }; };;
45299 --help | --hel | -h )
45300 echo "$ac_cs_usage"; exit 0 ;;
45301 --debug | --d* | -d )
45302 debug=: ;;
45303 --file | --fil | --fi | --f )
45304 $ac_shift
45305 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
45306 ac_need_defaults=false;;
45307 --header | --heade | --head | --hea )
45308 $ac_shift
45309 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
45310 ac_need_defaults=false;;
45311 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
45312 | -silent | --silent | --silen | --sile | --sil | --si | --s)
45313 ac_cs_silent=: ;;
45314
45315 # This is an error.
45316 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
45317 Try \`$0 --help' for more information." >&5
45318 echo "$as_me: error: unrecognized option: $1
45319 Try \`$0 --help' for more information." >&2;}
45320 { (exit 1); exit 1; }; } ;;
45321
45322 *) ac_config_targets="$ac_config_targets $1" ;;
45323
45324 esac
45325 shift
45326 done
45327
45328 ac_configure_extra_args=
45329
45330 if $ac_cs_silent; then
45331 exec 6>/dev/null
45332 ac_configure_extra_args="$ac_configure_extra_args --silent"
45333 fi
45334
45335 _ACEOF
45336 cat >>$CONFIG_STATUS <<_ACEOF
45337 if \$ac_cs_recheck; then
45338 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
45339 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
45340 fi
45341
45342 _ACEOF
45343
45344 cat >>$CONFIG_STATUS <<_ACEOF
45345 #
45346 # INIT-COMMANDS section.
45347 #
45348
45349 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45350 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45351 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45352 LN_S="${LN_S}"
45353
45354
45355 _ACEOF
45356
45357
45358
45359 cat >>$CONFIG_STATUS <<\_ACEOF
45360 for ac_config_target in $ac_config_targets
45361 do
45362 case "$ac_config_target" in
45363 # Handling of arguments.
45364 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
45365 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
45366 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
45367 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
45368 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
45369 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
45370 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
45371 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
45372 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
45373 { (exit 1); exit 1; }; };;
45374 esac
45375 done
45376
45377 # If the user did not use the arguments to specify the items to instantiate,
45378 # then the envvar interface is used. Set only those that are not.
45379 # We use the long form for the default assignment because of an extremely
45380 # bizarre bug on SunOS 4.1.3.
45381 if $ac_need_defaults; then
45382 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
45383 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
45384 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
45385 fi
45386
45387 # Have a temporary directory for convenience. Make it in the build tree
45388 # simply because there is no reason to put it here, and in addition,
45389 # creating and moving files from /tmp can sometimes cause problems.
45390 # Create a temporary directory, and hook for its removal unless debugging.
45391 $debug ||
45392 {
45393 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
45394 trap '{ (exit 1); exit 1; }' 1 2 13 15
45395 }
45396
45397 # Create a (secure) tmp directory for tmp files.
45398
45399 {
45400 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
45401 test -n "$tmp" && test -d "$tmp"
45402 } ||
45403 {
45404 tmp=./confstat$$-$RANDOM
45405 (umask 077 && mkdir $tmp)
45406 } ||
45407 {
45408 echo "$me: cannot create a temporary directory in ." >&2
45409 { (exit 1); exit 1; }
45410 }
45411
45412 _ACEOF
45413
45414 cat >>$CONFIG_STATUS <<_ACEOF
45415
45416 #
45417 # CONFIG_FILES section.
45418 #
45419
45420 # No need to generate the scripts if there are no CONFIG_FILES.
45421 # This happens for instance when ./config.status config.h
45422 if test -n "\$CONFIG_FILES"; then
45423 # Protect against being on the right side of a sed subst in config.status.
45424 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
45425 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
45426 s,@SHELL@,$SHELL,;t t
45427 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
45428 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
45429 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
45430 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
45431 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
45432 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
45433 s,@exec_prefix@,$exec_prefix,;t t
45434 s,@prefix@,$prefix,;t t
45435 s,@program_transform_name@,$program_transform_name,;t t
45436 s,@bindir@,$bindir,;t t
45437 s,@sbindir@,$sbindir,;t t
45438 s,@libexecdir@,$libexecdir,;t t
45439 s,@datadir@,$datadir,;t t
45440 s,@sysconfdir@,$sysconfdir,;t t
45441 s,@sharedstatedir@,$sharedstatedir,;t t
45442 s,@localstatedir@,$localstatedir,;t t
45443 s,@libdir@,$libdir,;t t
45444 s,@includedir@,$includedir,;t t
45445 s,@oldincludedir@,$oldincludedir,;t t
45446 s,@infodir@,$infodir,;t t
45447 s,@mandir@,$mandir,;t t
45448 s,@build_alias@,$build_alias,;t t
45449 s,@host_alias@,$host_alias,;t t
45450 s,@target_alias@,$target_alias,;t t
45451 s,@DEFS@,$DEFS,;t t
45452 s,@ECHO_C@,$ECHO_C,;t t
45453 s,@ECHO_N@,$ECHO_N,;t t
45454 s,@ECHO_T@,$ECHO_T,;t t
45455 s,@LIBS@,$LIBS,;t t
45456 s,@build@,$build,;t t
45457 s,@build_cpu@,$build_cpu,;t t
45458 s,@build_vendor@,$build_vendor,;t t
45459 s,@build_os@,$build_os,;t t
45460 s,@host@,$host,;t t
45461 s,@host_cpu@,$host_cpu,;t t
45462 s,@host_vendor@,$host_vendor,;t t
45463 s,@host_os@,$host_os,;t t
45464 s,@target@,$target,;t t
45465 s,@target_cpu@,$target_cpu,;t t
45466 s,@target_vendor@,$target_vendor,;t t
45467 s,@target_os@,$target_os,;t t
45468 s,@CC@,$CC,;t t
45469 s,@CFLAGS@,$CFLAGS,;t t
45470 s,@LDFLAGS@,$LDFLAGS,;t t
45471 s,@CPPFLAGS@,$CPPFLAGS,;t t
45472 s,@ac_ct_CC@,$ac_ct_CC,;t t
45473 s,@EXEEXT@,$EXEEXT,;t t
45474 s,@OBJEXT@,$OBJEXT,;t t
45475 s,@CPP@,$CPP,;t t
45476 s,@EGREP@,$EGREP,;t t
45477 s,@CXX@,$CXX,;t t
45478 s,@CXXFLAGS@,$CXXFLAGS,;t t
45479 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
45480 s,@RANLIB@,$RANLIB,;t t
45481 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
45482 s,@AR@,$AR,;t t
45483 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
45484 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
45485 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
45486 s,@STRIP@,$STRIP,;t t
45487 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
45488 s,@LN_S@,$LN_S,;t t
45489 s,@CXXCPP@,$CXXCPP,;t t
45490 s,@subdirs@,$subdirs,;t t
45491 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
45492 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
45493 s,@GTK_LIBS@,$GTK_LIBS,;t t
45494 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
45495 s,@X_CFLAGS@,$X_CFLAGS,;t t
45496 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
45497 s,@X_LIBS@,$X_LIBS,;t t
45498 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
45499 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
45500 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
45501 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
45502 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
45503 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
45504 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
45505 s,@RESCOMP@,$RESCOMP,;t t
45506 s,@DEREZ@,$DEREZ,;t t
45507 s,@SETFILE@,$SETFILE,;t t
45508 s,@LIBICONV@,$LIBICONV,;t t
45509 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
45510 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
45511 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
45512 s,@SDL_LIBS@,$SDL_LIBS,;t t
45513 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
45514 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
45515 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
45516 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
45517 s,@GST_INSPECT@,$GST_INSPECT,;t t
45518 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
45519 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
45520 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
45521 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
45522 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
45523 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
45524 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
45525 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
45526 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
45527 s,@VENDOR@,$VENDOR,;t t
45528 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
45529 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
45530 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
45531 s,@WXUNIV@,$WXUNIV,;t t
45532 s,@MONOLITHIC@,$MONOLITHIC,;t t
45533 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
45534 s,@EXTRALIBS@,$EXTRALIBS,;t t
45535 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
45536 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
45537 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
45538 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
45539 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
45540 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
45541 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
45542 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
45543 s,@UNICODE@,$UNICODE,;t t
45544 s,@BUILD@,$BUILD,;t t
45545 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
45546 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
45547 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
45548 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
45549 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
45550 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
45551 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
45552 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
45553 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
45554 s,@SET_MAKE@,$SET_MAKE,;t t
45555 s,@MAKE_SET@,$MAKE_SET,;t t
45556 s,@ac_ct_AR@,$ac_ct_AR,;t t
45557 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
45558 s,@NM@,$NM,;t t
45559 s,@ac_ct_NM@,$ac_ct_NM,;t t
45560 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
45561 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
45562 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
45563 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
45564 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
45565 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
45566 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
45567 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
45568 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
45569 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
45570 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
45571 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
45572 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
45573 s,@LIBPREFIX@,$LIBPREFIX,;t t
45574 s,@LIBEXT@,$LIBEXT,;t t
45575 s,@DLLPREFIX@,$DLLPREFIX,;t t
45576 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
45577 s,@dlldir@,$dlldir,;t t
45578 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
45579 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
45580 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
45581 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
45582 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
45583 s,@PIC_FLAG@,$PIC_FLAG,;t t
45584 s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
45585 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
45586 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
45587 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
45588 s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
45589 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
45590 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
45591 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
45592 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
45593 s,@GCC_PCH@,$GCC_PCH,;t t
45594 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
45595 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
45596 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
45597 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
45598 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
45599 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
45600 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
45601 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
45602 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
45603 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
45604 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
45605 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
45606 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
45607 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
45608 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
45609 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
45610 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
45611 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
45612 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1,;t t
45613 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1,;t t
45614 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1,;t t
45615 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
45616 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
45617 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
45618 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
45619 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1,;t t
45620 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1,;t t
45621 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1,;t t
45622 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
45623 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
45624 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
45625 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
45626 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
45627 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
45628 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
45629 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
45630 s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
45631 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
45632 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
45633 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
45634 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
45635 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
45636 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
45637 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
45638 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
45639 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
45640 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
45641 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
45642 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
45643 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
45644 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
45645 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
45646 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
45647 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
45648 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
45649 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
45650 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
45651 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
45652 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
45653 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
45654 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
45655 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
45656 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
45657 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
45658 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45659 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45660 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
45661 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
45662 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
45663 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
45664 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
45665 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
45666 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
45667 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
45668 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
45669 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
45670 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
45671 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
45672 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
45673 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
45674 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
45675 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
45676 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
45677 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
45678 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
45679 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
45680 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
45681 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
45682 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
45683 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
45684 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
45685 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
45686 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
45687 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
45688 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
45689 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
45690 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
45691 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
45692 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
45693 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
45694 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
45695 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
45696 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
45697 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
45698 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
45699 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
45700 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
45701 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
45702 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45703 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45704 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
45705 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
45706 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
45707 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
45708 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
45709 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
45710 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
45711 s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
45712 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
45713 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
45714 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
45715 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
45716 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
45717 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
45718 s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
45719 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
45720 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
45721 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
45722 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
45723 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
45724 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
45725 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
45726 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
45727 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
45728 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
45729 s,@SHARED@,$SHARED,;t t
45730 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
45731 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
45732 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
45733 s,@USE_GUI@,$USE_GUI,;t t
45734 s,@AFMINSTALL@,$AFMINSTALL,;t t
45735 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
45736 s,@TOOLKIT@,$TOOLKIT,;t t
45737 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
45738 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
45739 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
45740 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
45741 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
45742 s,@cross_compiling@,$cross_compiling,;t t
45743 s,@WIDGET_SET@,$WIDGET_SET,;t t
45744 s,@WX_RELEASE@,$WX_RELEASE,;t t
45745 s,@WX_VERSION@,$WX_VERSION,;t t
45746 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
45747 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
45748 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
45749 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
45750 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
45751 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
45752 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
45753 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
45754 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
45755 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
45756 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
45757 s,@EXE_LINKER@,$EXE_LINKER,;t t
45758 s,@GUIDIST@,$GUIDIST,;t t
45759 s,@DISTDIR@,$DISTDIR,;t t
45760 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
45761 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
45762 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
45763 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
45764 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
45765 s,@RESFLAGS@,$RESFLAGS,;t t
45766 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
45767 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
45768 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
45769 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
45770 s,@MACRESCOMP@,$MACRESCOMP,;t t
45771 s,@MACSETFILE@,$MACSETFILE,;t t
45772 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
45773 s,@GCC@,$GCC,;t t
45774 s,@DLLTOOL@,$DLLTOOL,;t t
45775 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
45776 s,@LIBOBJS@,$LIBOBJS,;t t
45777 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
45778 CEOF
45779
45780 _ACEOF
45781
45782 cat >>$CONFIG_STATUS <<\_ACEOF
45783 # Split the substitutions into bite-sized pieces for seds with
45784 # small command number limits, like on Digital OSF/1 and HP-UX.
45785 ac_max_sed_lines=48
45786 ac_sed_frag=1 # Number of current file.
45787 ac_beg=1 # First line for current file.
45788 ac_end=$ac_max_sed_lines # Line after last line for current file.
45789 ac_more_lines=:
45790 ac_sed_cmds=
45791 while $ac_more_lines; do
45792 if test $ac_beg -gt 1; then
45793 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
45794 else
45795 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
45796 fi
45797 if test ! -s $tmp/subs.frag; then
45798 ac_more_lines=false
45799 else
45800 # The purpose of the label and of the branching condition is to
45801 # speed up the sed processing (if there are no `@' at all, there
45802 # is no need to browse any of the substitutions).
45803 # These are the two extra sed commands mentioned above.
45804 (echo ':t
45805 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
45806 if test -z "$ac_sed_cmds"; then
45807 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
45808 else
45809 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
45810 fi
45811 ac_sed_frag=`expr $ac_sed_frag + 1`
45812 ac_beg=$ac_end
45813 ac_end=`expr $ac_end + $ac_max_sed_lines`
45814 fi
45815 done
45816 if test -z "$ac_sed_cmds"; then
45817 ac_sed_cmds=cat
45818 fi
45819 fi # test -n "$CONFIG_FILES"
45820
45821 _ACEOF
45822 cat >>$CONFIG_STATUS <<\_ACEOF
45823 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
45824 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
45825 case $ac_file in
45826 - | *:- | *:-:* ) # input from stdin
45827 cat >$tmp/stdin
45828 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45829 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45830 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45831 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45832 * ) ac_file_in=$ac_file.in ;;
45833 esac
45834
45835 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
45836 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
45837 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45838 X"$ac_file" : 'X\(//\)[^/]' \| \
45839 X"$ac_file" : 'X\(//\)$' \| \
45840 X"$ac_file" : 'X\(/\)' \| \
45841 . : '\(.\)' 2>/dev/null ||
45842 echo X"$ac_file" |
45843 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45844 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45845 /^X\(\/\/\)$/{ s//\1/; q; }
45846 /^X\(\/\).*/{ s//\1/; q; }
45847 s/.*/./; q'`
45848 { if $as_mkdir_p; then
45849 mkdir -p "$ac_dir"
45850 else
45851 as_dir="$ac_dir"
45852 as_dirs=
45853 while test ! -d "$as_dir"; do
45854 as_dirs="$as_dir $as_dirs"
45855 as_dir=`(dirname "$as_dir") 2>/dev/null ||
45856 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45857 X"$as_dir" : 'X\(//\)[^/]' \| \
45858 X"$as_dir" : 'X\(//\)$' \| \
45859 X"$as_dir" : 'X\(/\)' \| \
45860 . : '\(.\)' 2>/dev/null ||
45861 echo X"$as_dir" |
45862 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45863 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45864 /^X\(\/\/\)$/{ s//\1/; q; }
45865 /^X\(\/\).*/{ s//\1/; q; }
45866 s/.*/./; q'`
45867 done
45868 test ! -n "$as_dirs" || mkdir $as_dirs
45869 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45870 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45871 { (exit 1); exit 1; }; }; }
45872
45873 ac_builddir=.
45874
45875 if test "$ac_dir" != .; then
45876 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45877 # A "../" for each directory in $ac_dir_suffix.
45878 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45879 else
45880 ac_dir_suffix= ac_top_builddir=
45881 fi
45882
45883 case $srcdir in
45884 .) # No --srcdir option. We are building in place.
45885 ac_srcdir=.
45886 if test -z "$ac_top_builddir"; then
45887 ac_top_srcdir=.
45888 else
45889 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45890 fi ;;
45891 [\\/]* | ?:[\\/]* ) # Absolute path.
45892 ac_srcdir=$srcdir$ac_dir_suffix;
45893 ac_top_srcdir=$srcdir ;;
45894 *) # Relative path.
45895 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45896 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45897 esac
45898
45899 # Do not use `cd foo && pwd` to compute absolute paths, because
45900 # the directories may not exist.
45901 case `pwd` in
45902 .) ac_abs_builddir="$ac_dir";;
45903 *)
45904 case "$ac_dir" in
45905 .) ac_abs_builddir=`pwd`;;
45906 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45907 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45908 esac;;
45909 esac
45910 case $ac_abs_builddir in
45911 .) ac_abs_top_builddir=${ac_top_builddir}.;;
45912 *)
45913 case ${ac_top_builddir}. in
45914 .) ac_abs_top_builddir=$ac_abs_builddir;;
45915 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45916 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45917 esac;;
45918 esac
45919 case $ac_abs_builddir in
45920 .) ac_abs_srcdir=$ac_srcdir;;
45921 *)
45922 case $ac_srcdir in
45923 .) ac_abs_srcdir=$ac_abs_builddir;;
45924 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45925 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45926 esac;;
45927 esac
45928 case $ac_abs_builddir in
45929 .) ac_abs_top_srcdir=$ac_top_srcdir;;
45930 *)
45931 case $ac_top_srcdir in
45932 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45933 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45934 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45935 esac;;
45936 esac
45937
45938
45939 case $INSTALL in
45940 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
45941 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
45942 esac
45943
45944 # Let's still pretend it is `configure' which instantiates (i.e., don't
45945 # use $as_me), people would be surprised to read:
45946 # /* config.h. Generated by config.status. */
45947 if test x"$ac_file" = x-; then
45948 configure_input=
45949 else
45950 configure_input="$ac_file. "
45951 fi
45952 configure_input=$configure_input"Generated from `echo $ac_file_in |
45953 sed 's,.*/,,'` by configure."
45954
45955 # First look for the input files in the build tree, otherwise in the
45956 # src tree.
45957 ac_file_inputs=`IFS=:
45958 for f in $ac_file_in; do
45959 case $f in
45960 -) echo $tmp/stdin ;;
45961 [\\/$]*)
45962 # Absolute (can't be DOS-style, as IFS=:)
45963 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45964 echo "$as_me: error: cannot find input file: $f" >&2;}
45965 { (exit 1); exit 1; }; }
45966 echo "$f";;
45967 *) # Relative
45968 if test -f "$f"; then
45969 # Build tree
45970 echo "$f"
45971 elif test -f "$srcdir/$f"; then
45972 # Source tree
45973 echo "$srcdir/$f"
45974 else
45975 # /dev/null tree
45976 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45977 echo "$as_me: error: cannot find input file: $f" >&2;}
45978 { (exit 1); exit 1; }; }
45979 fi;;
45980 esac
45981 done` || { (exit 1); exit 1; }
45982
45983 if test x"$ac_file" != x-; then
45984 { echo "$as_me:$LINENO: creating $ac_file" >&5
45985 echo "$as_me: creating $ac_file" >&6;}
45986 rm -f "$ac_file"
45987 fi
45988 _ACEOF
45989 cat >>$CONFIG_STATUS <<_ACEOF
45990 sed "$ac_vpsub
45991 $extrasub
45992 _ACEOF
45993 cat >>$CONFIG_STATUS <<\_ACEOF
45994 :t
45995 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
45996 s,@configure_input@,$configure_input,;t t
45997 s,@srcdir@,$ac_srcdir,;t t
45998 s,@abs_srcdir@,$ac_abs_srcdir,;t t
45999 s,@top_srcdir@,$ac_top_srcdir,;t t
46000 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
46001 s,@builddir@,$ac_builddir,;t t
46002 s,@abs_builddir@,$ac_abs_builddir,;t t
46003 s,@top_builddir@,$ac_top_builddir,;t t
46004 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
46005 s,@INSTALL@,$ac_INSTALL,;t t
46006 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
46007 rm -f $tmp/stdin
46008 if test x"$ac_file" != x-; then
46009 mv $tmp/out $ac_file
46010 else
46011 cat $tmp/out
46012 rm -f $tmp/out
46013 fi
46014
46015 # Run the commands associated with the file.
46016 case $ac_file in
46017 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
46018 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
46019 esac
46020 done
46021 _ACEOF
46022 cat >>$CONFIG_STATUS <<\_ACEOF
46023
46024 #
46025 # CONFIG_HEADER section.
46026 #
46027
46028 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
46029 # NAME is the cpp macro being defined and VALUE is the value it is being given.
46030 #
46031 # ac_d sets the value in "#define NAME VALUE" lines.
46032 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
46033 ac_dB='[ ].*$,\1#\2'
46034 ac_dC=' '
46035 ac_dD=',;t'
46036 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
46037 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
46038 ac_uB='$,\1#\2define\3'
46039 ac_uC=' '
46040 ac_uD=',;t'
46041
46042 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
46043 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
46044 case $ac_file in
46045 - | *:- | *:-:* ) # input from stdin
46046 cat >$tmp/stdin
46047 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
46048 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
46049 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
46050 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
46051 * ) ac_file_in=$ac_file.in ;;
46052 esac
46053
46054 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
46055 echo "$as_me: creating $ac_file" >&6;}
46056
46057 # First look for the input files in the build tree, otherwise in the
46058 # src tree.
46059 ac_file_inputs=`IFS=:
46060 for f in $ac_file_in; do
46061 case $f in
46062 -) echo $tmp/stdin ;;
46063 [\\/$]*)
46064 # Absolute (can't be DOS-style, as IFS=:)
46065 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
46066 echo "$as_me: error: cannot find input file: $f" >&2;}
46067 { (exit 1); exit 1; }; }
46068 # Do quote $f, to prevent DOS paths from being IFS'd.
46069 echo "$f";;
46070 *) # Relative
46071 if test -f "$f"; then
46072 # Build tree
46073 echo "$f"
46074 elif test -f "$srcdir/$f"; then
46075 # Source tree
46076 echo "$srcdir/$f"
46077 else
46078 # /dev/null tree
46079 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
46080 echo "$as_me: error: cannot find input file: $f" >&2;}
46081 { (exit 1); exit 1; }; }
46082 fi;;
46083 esac
46084 done` || { (exit 1); exit 1; }
46085 # Remove the trailing spaces.
46086 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
46087
46088 _ACEOF
46089
46090 # Transform confdefs.h into two sed scripts, `conftest.defines' and
46091 # `conftest.undefs', that substitutes the proper values into
46092 # config.h.in to produce config.h. The first handles `#define'
46093 # templates, and the second `#undef' templates.
46094 # And first: Protect against being on the right side of a sed subst in
46095 # config.status. Protect against being in an unquoted here document
46096 # in config.status.
46097 rm -f conftest.defines conftest.undefs
46098 # Using a here document instead of a string reduces the quoting nightmare.
46099 # Putting comments in sed scripts is not portable.
46100 #
46101 # `end' is used to avoid that the second main sed command (meant for
46102 # 0-ary CPP macros) applies to n-ary macro definitions.
46103 # See the Autoconf documentation for `clear'.
46104 cat >confdef2sed.sed <<\_ACEOF
46105 s/[\\&,]/\\&/g
46106 s,[\\$`],\\&,g
46107 t clear
46108 : clear
46109 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
46110 t end
46111 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
46112 : end
46113 _ACEOF
46114 # If some macros were called several times there might be several times
46115 # the same #defines, which is useless. Nevertheless, we may not want to
46116 # sort them, since we want the *last* AC-DEFINE to be honored.
46117 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
46118 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
46119 rm -f confdef2sed.sed
46120
46121 # This sed command replaces #undef with comments. This is necessary, for
46122 # example, in the case of _POSIX_SOURCE, which is predefined and required
46123 # on some systems where configure will not decide to define it.
46124 cat >>conftest.undefs <<\_ACEOF
46125 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
46126 _ACEOF
46127
46128 # Break up conftest.defines because some shells have a limit on the size
46129 # of here documents, and old seds have small limits too (100 cmds).
46130 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
46131 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
46132 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
46133 echo ' :' >>$CONFIG_STATUS
46134 rm -f conftest.tail
46135 while grep . conftest.defines >/dev/null
46136 do
46137 # Write a limited-size here document to $tmp/defines.sed.
46138 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
46139 # Speed up: don't consider the non `#define' lines.
46140 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
46141 # Work around the forget-to-reset-the-flag bug.
46142 echo 't clr' >>$CONFIG_STATUS
46143 echo ': clr' >>$CONFIG_STATUS
46144 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
46145 echo 'CEOF
46146 sed -f $tmp/defines.sed $tmp/in >$tmp/out
46147 rm -f $tmp/in
46148 mv $tmp/out $tmp/in
46149 ' >>$CONFIG_STATUS
46150 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
46151 rm -f conftest.defines
46152 mv conftest.tail conftest.defines
46153 done
46154 rm -f conftest.defines
46155 echo ' fi # grep' >>$CONFIG_STATUS
46156 echo >>$CONFIG_STATUS
46157
46158 # Break up conftest.undefs because some shells have a limit on the size
46159 # of here documents, and old seds have small limits too (100 cmds).
46160 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
46161 rm -f conftest.tail
46162 while grep . conftest.undefs >/dev/null
46163 do
46164 # Write a limited-size here document to $tmp/undefs.sed.
46165 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
46166 # Speed up: don't consider the non `#undef'
46167 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
46168 # Work around the forget-to-reset-the-flag bug.
46169 echo 't clr' >>$CONFIG_STATUS
46170 echo ': clr' >>$CONFIG_STATUS
46171 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
46172 echo 'CEOF
46173 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
46174 rm -f $tmp/in
46175 mv $tmp/out $tmp/in
46176 ' >>$CONFIG_STATUS
46177 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
46178 rm -f conftest.undefs
46179 mv conftest.tail conftest.undefs
46180 done
46181 rm -f conftest.undefs
46182
46183 cat >>$CONFIG_STATUS <<\_ACEOF
46184 # Let's still pretend it is `configure' which instantiates (i.e., don't
46185 # use $as_me), people would be surprised to read:
46186 # /* config.h. Generated by config.status. */
46187 if test x"$ac_file" = x-; then
46188 echo "/* Generated by configure. */" >$tmp/config.h
46189 else
46190 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
46191 fi
46192 cat $tmp/in >>$tmp/config.h
46193 rm -f $tmp/in
46194 if test x"$ac_file" != x-; then
46195 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
46196 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
46197 echo "$as_me: $ac_file is unchanged" >&6;}
46198 else
46199 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
46200 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46201 X"$ac_file" : 'X\(//\)[^/]' \| \
46202 X"$ac_file" : 'X\(//\)$' \| \
46203 X"$ac_file" : 'X\(/\)' \| \
46204 . : '\(.\)' 2>/dev/null ||
46205 echo X"$ac_file" |
46206 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46207 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46208 /^X\(\/\/\)$/{ s//\1/; q; }
46209 /^X\(\/\).*/{ s//\1/; q; }
46210 s/.*/./; q'`
46211 { if $as_mkdir_p; then
46212 mkdir -p "$ac_dir"
46213 else
46214 as_dir="$ac_dir"
46215 as_dirs=
46216 while test ! -d "$as_dir"; do
46217 as_dirs="$as_dir $as_dirs"
46218 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46219 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46220 X"$as_dir" : 'X\(//\)[^/]' \| \
46221 X"$as_dir" : 'X\(//\)$' \| \
46222 X"$as_dir" : 'X\(/\)' \| \
46223 . : '\(.\)' 2>/dev/null ||
46224 echo X"$as_dir" |
46225 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46226 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46227 /^X\(\/\/\)$/{ s//\1/; q; }
46228 /^X\(\/\).*/{ s//\1/; q; }
46229 s/.*/./; q'`
46230 done
46231 test ! -n "$as_dirs" || mkdir $as_dirs
46232 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46233 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46234 { (exit 1); exit 1; }; }; }
46235
46236 rm -f $ac_file
46237 mv $tmp/config.h $ac_file
46238 fi
46239 else
46240 cat $tmp/config.h
46241 rm -f $tmp/config.h
46242 fi
46243 done
46244 _ACEOF
46245 cat >>$CONFIG_STATUS <<\_ACEOF
46246
46247 #
46248 # CONFIG_COMMANDS section.
46249 #
46250 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
46251 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
46252 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
46253 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
46254 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46255 X"$ac_dest" : 'X\(//\)[^/]' \| \
46256 X"$ac_dest" : 'X\(//\)$' \| \
46257 X"$ac_dest" : 'X\(/\)' \| \
46258 . : '\(.\)' 2>/dev/null ||
46259 echo X"$ac_dest" |
46260 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46261 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46262 /^X\(\/\/\)$/{ s//\1/; q; }
46263 /^X\(\/\).*/{ s//\1/; q; }
46264 s/.*/./; q'`
46265 { if $as_mkdir_p; then
46266 mkdir -p "$ac_dir"
46267 else
46268 as_dir="$ac_dir"
46269 as_dirs=
46270 while test ! -d "$as_dir"; do
46271 as_dirs="$as_dir $as_dirs"
46272 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46273 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46274 X"$as_dir" : 'X\(//\)[^/]' \| \
46275 X"$as_dir" : 'X\(//\)$' \| \
46276 X"$as_dir" : 'X\(/\)' \| \
46277 . : '\(.\)' 2>/dev/null ||
46278 echo X"$as_dir" |
46279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46280 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46281 /^X\(\/\/\)$/{ s//\1/; q; }
46282 /^X\(\/\).*/{ s//\1/; q; }
46283 s/.*/./; q'`
46284 done
46285 test ! -n "$as_dirs" || mkdir $as_dirs
46286 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46287 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46288 { (exit 1); exit 1; }; }; }
46289
46290 ac_builddir=.
46291
46292 if test "$ac_dir" != .; then
46293 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46294 # A "../" for each directory in $ac_dir_suffix.
46295 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46296 else
46297 ac_dir_suffix= ac_top_builddir=
46298 fi
46299
46300 case $srcdir in
46301 .) # No --srcdir option. We are building in place.
46302 ac_srcdir=.
46303 if test -z "$ac_top_builddir"; then
46304 ac_top_srcdir=.
46305 else
46306 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
46307 fi ;;
46308 [\\/]* | ?:[\\/]* ) # Absolute path.
46309 ac_srcdir=$srcdir$ac_dir_suffix;
46310 ac_top_srcdir=$srcdir ;;
46311 *) # Relative path.
46312 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
46313 ac_top_srcdir=$ac_top_builddir$srcdir ;;
46314 esac
46315
46316 # Do not use `cd foo && pwd` to compute absolute paths, because
46317 # the directories may not exist.
46318 case `pwd` in
46319 .) ac_abs_builddir="$ac_dir";;
46320 *)
46321 case "$ac_dir" in
46322 .) ac_abs_builddir=`pwd`;;
46323 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
46324 *) ac_abs_builddir=`pwd`/"$ac_dir";;
46325 esac;;
46326 esac
46327 case $ac_abs_builddir in
46328 .) ac_abs_top_builddir=${ac_top_builddir}.;;
46329 *)
46330 case ${ac_top_builddir}. in
46331 .) ac_abs_top_builddir=$ac_abs_builddir;;
46332 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
46333 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
46334 esac;;
46335 esac
46336 case $ac_abs_builddir in
46337 .) ac_abs_srcdir=$ac_srcdir;;
46338 *)
46339 case $ac_srcdir in
46340 .) ac_abs_srcdir=$ac_abs_builddir;;
46341 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
46342 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
46343 esac;;
46344 esac
46345 case $ac_abs_builddir in
46346 .) ac_abs_top_srcdir=$ac_top_srcdir;;
46347 *)
46348 case $ac_top_srcdir in
46349 .) ac_abs_top_srcdir=$ac_abs_builddir;;
46350 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
46351 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
46352 esac;;
46353 esac
46354
46355
46356 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
46357 echo "$as_me: executing $ac_dest commands" >&6;}
46358 case $ac_dest in
46359 wx-config ) rm -f wx-config
46360 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
46361 ;;
46362 esac
46363 done
46364 _ACEOF
46365
46366 cat >>$CONFIG_STATUS <<\_ACEOF
46367
46368 { (exit 0); exit 0; }
46369 _ACEOF
46370 chmod +x $CONFIG_STATUS
46371 ac_clean_files=$ac_clean_files_save
46372
46373
46374 # configure is writing to config.log, and then calls config.status.
46375 # config.status does its own redirection, appending to config.log.
46376 # Unfortunately, on DOS this fails, as config.log is still kept open
46377 # by configure, so config.status won't be able to write to it; its
46378 # output is simply discarded. So we exec the FD to /dev/null,
46379 # effectively closing config.log, so it can be properly (re)opened and
46380 # appended to by config.status. When coming back to configure, we
46381 # need to make the FD available again.
46382 if test "$no_create" != yes; then
46383 ac_cs_success=:
46384 ac_config_status_args=
46385 test "$silent" = yes &&
46386 ac_config_status_args="$ac_config_status_args --quiet"
46387 exec 5>/dev/null
46388 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
46389 exec 5>>config.log
46390 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
46391 # would make configure fail if this is the last instruction.
46392 $ac_cs_success || { (exit 1); exit 1; }
46393 fi
46394
46395 #
46396 # CONFIG_SUBDIRS section.
46397 #
46398 if test "$no_recursion" != yes; then
46399
46400 # Remove --cache-file and --srcdir arguments so they do not pile up.
46401 ac_sub_configure_args=
46402 ac_prev=
46403 for ac_arg in $ac_configure_args; do
46404 if test -n "$ac_prev"; then
46405 ac_prev=
46406 continue
46407 fi
46408 case $ac_arg in
46409 -cache-file | --cache-file | --cache-fil | --cache-fi \
46410 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
46411 ac_prev=cache_file ;;
46412 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
46413 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
46414 | --c=*)
46415 ;;
46416 --config-cache | -C)
46417 ;;
46418 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
46419 ac_prev=srcdir ;;
46420 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
46421 ;;
46422 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
46423 ac_prev=prefix ;;
46424 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
46425 ;;
46426 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
46427 esac
46428 done
46429
46430 # Always prepend --prefix to ensure using the same prefix
46431 # in subdir configurations.
46432 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
46433
46434 ac_popdir=`pwd`
46435 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
46436
46437 # Do not complain, so a configure script can configure whichever
46438 # parts of a large source tree are present.
46439 test -d $srcdir/$ac_dir || continue
46440
46441 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
46442 echo "$as_me: configuring in $ac_dir" >&6;}
46443 { if $as_mkdir_p; then
46444 mkdir -p "$ac_dir"
46445 else
46446 as_dir="$ac_dir"
46447 as_dirs=
46448 while test ! -d "$as_dir"; do
46449 as_dirs="$as_dir $as_dirs"
46450 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46451 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46452 X"$as_dir" : 'X\(//\)[^/]' \| \
46453 X"$as_dir" : 'X\(//\)$' \| \
46454 X"$as_dir" : 'X\(/\)' \| \
46455 . : '\(.\)' 2>/dev/null ||
46456 echo X"$as_dir" |
46457 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46458 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46459 /^X\(\/\/\)$/{ s//\1/; q; }
46460 /^X\(\/\).*/{ s//\1/; q; }
46461 s/.*/./; q'`
46462 done
46463 test ! -n "$as_dirs" || mkdir $as_dirs
46464 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46465 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46466 { (exit 1); exit 1; }; }; }
46467
46468 ac_builddir=.
46469
46470 if test "$ac_dir" != .; then
46471 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46472 # A "../" for each directory in $ac_dir_suffix.
46473 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46474 else
46475 ac_dir_suffix= ac_top_builddir=
46476 fi
46477
46478 case $srcdir in
46479 .) # No --srcdir option. We are building in place.
46480 ac_srcdir=.
46481 if test -z "$ac_top_builddir"; then
46482 ac_top_srcdir=.
46483 else
46484 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
46485 fi ;;
46486 [\\/]* | ?:[\\/]* ) # Absolute path.
46487 ac_srcdir=$srcdir$ac_dir_suffix;
46488 ac_top_srcdir=$srcdir ;;
46489 *) # Relative path.
46490 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
46491 ac_top_srcdir=$ac_top_builddir$srcdir ;;
46492 esac
46493
46494 # Do not use `cd foo && pwd` to compute absolute paths, because
46495 # the directories may not exist.
46496 case `pwd` in
46497 .) ac_abs_builddir="$ac_dir";;
46498 *)
46499 case "$ac_dir" in
46500 .) ac_abs_builddir=`pwd`;;
46501 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
46502 *) ac_abs_builddir=`pwd`/"$ac_dir";;
46503 esac;;
46504 esac
46505 case $ac_abs_builddir in
46506 .) ac_abs_top_builddir=${ac_top_builddir}.;;
46507 *)
46508 case ${ac_top_builddir}. in
46509 .) ac_abs_top_builddir=$ac_abs_builddir;;
46510 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
46511 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
46512 esac;;
46513 esac
46514 case $ac_abs_builddir in
46515 .) ac_abs_srcdir=$ac_srcdir;;
46516 *)
46517 case $ac_srcdir in
46518 .) ac_abs_srcdir=$ac_abs_builddir;;
46519 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
46520 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
46521 esac;;
46522 esac
46523 case $ac_abs_builddir in
46524 .) ac_abs_top_srcdir=$ac_top_srcdir;;
46525 *)
46526 case $ac_top_srcdir in
46527 .) ac_abs_top_srcdir=$ac_abs_builddir;;
46528 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
46529 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
46530 esac;;
46531 esac
46532
46533
46534 cd $ac_dir
46535
46536 # Check for guested configure; otherwise get Cygnus style configure.
46537 if test -f $ac_srcdir/configure.gnu; then
46538 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
46539 elif test -f $ac_srcdir/configure; then
46540 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
46541 elif test -f $ac_srcdir/configure.in; then
46542 ac_sub_configure=$ac_configure
46543 else
46544 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
46545 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
46546 ac_sub_configure=
46547 fi
46548
46549 # The recursion is here.
46550 if test -n "$ac_sub_configure"; then
46551 # Make the cache file name correct relative to the subdirectory.
46552 case $cache_file in
46553 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
46554 *) # Relative path.
46555 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
46556 esac
46557
46558 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
46559 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
46560 # The eval makes quoting arguments work.
46561 eval $ac_sub_configure $ac_sub_configure_args \
46562 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
46563 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
46564 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
46565 { (exit 1); exit 1; }; }
46566 fi
46567
46568 cd "$ac_popdir"
46569 done
46570 fi
46571
46572
46573 echo
46574 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
46575 echo ""
46576 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
46577 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
46578
46579 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
46580 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
46581 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
46582
46583 echo " What level of wxWidgets compatibility should be enabled?"
46584 echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
46585 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
46586
46587 echo " Which libraries should wxWidgets use?"
46588 echo " jpeg ${wxUSE_LIBJPEG-none}"
46589 echo " png ${wxUSE_LIBPNG-none}"
46590 echo " regex ${wxUSE_REGEX}"
46591 echo " tiff ${wxUSE_LIBTIFF-none}"
46592 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
46593 echo " xpm ${wxUSE_LIBXPM-none}"
46594 fi
46595 echo " zlib ${wxUSE_ZLIB}"
46596 echo " odbc ${wxUSE_ODBC}"
46597 echo " expat ${wxUSE_EXPAT}"
46598 echo " libmspack ${wxUSE_LIBMSPACK}"
46599 echo " sdl ${wxUSE_LIBSDL}"
46600 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
46601
46602 echo ""
46603