]> git.saurik.com Git - wxWidgets.git/blob - configure
StdDialogButtonSizer menu
[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.1.
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.1'
274 PACKAGE_STRING='wxWidgets 2.6.1'
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 AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE COND_TOOLKIT_WINCE_USE_GUI_1 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_EXTRALIBS WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WX_LARGEFILE_FLAGS GCC_PRAGMA_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
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.1 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.1:";;
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 (Windows only)
1033 --enable-dragimage use wxDragImage
1034 --enable-accessibility enable accessibility support
1035 --enable-palette use wxPalette class
1036 --enable-image use wxImage class
1037 --enable-gif use gif images (GIF file format)
1038 --enable-pcx use pcx images (PCX file format)
1039 --enable-iff use iff images (IFF file format)
1040 --enable-pnm use pnm images (PNM file format)
1041 --enable-xpm use xpm images (XPM file format)
1042 --enable-icocur use Windows ICO and CUR formats
1043 --enable-official_build official build of wxWidgets (win32 DLL only)
1044 --enable-vendor=VENDOR vendor name (win32 DLL only)
1045 --disable-largefile omit support for large files
1046 --disable-gtktest do not try to compile and run a test GTK+ program
1047 --disable-gtktest Do not try to compile and run a test GTK program
1048 --disable-sdltest Do not try to compile and run a test SDL program
1049 --enable-omf use OMF object format (OS/2)
1050 --disable-precomp-headers
1051 don't use precompiled headers even if compiler can
1052
1053 Optional Packages:
1054 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1055 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1056 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1057 --with-motif use Motif/Lesstif
1058 --with-mac use Mac OS X
1059 --with-cocoa use Cocoa
1060 --with-wine use Wine
1061 --with-msw use MS-Windows
1062 --with-pm use OS/2 Presentation Manager
1063 --with-mgl use SciTech MGL
1064 --with-microwin use MicroWindows
1065 --with-x11 use X11
1066 --with-libpng use libpng (PNG image format)
1067 --with-libjpeg use libjpeg (JPEG file format)
1068 --with-libtiff use libtiff (TIFF file format)
1069 --with-libxpm use libxpm (XPM file format)
1070 --with-libmspack use libmspack (CHM help files loading)
1071 --with-sdl use SDL for audio on Unix
1072 --with-gnomeprint use GNOME print for printing under Unix
1073 --with-opengl use OpenGL (or Mesa)
1074 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1075 --with-regex enable support for wxRegEx class
1076 --with-zlib use zlib for LZW compression
1077 --with-odbc use the IODBC and wxODBC classes
1078 --with-expat enable XML support using expat parser
1079 --with-flavour=NAME specify a name to identify this build
1080 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1081 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1082 --with-x use the X Window System
1083 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1084 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1085 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1086 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1087 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1088
1089 Some influential environment variables:
1090 CC C compiler command
1091 CFLAGS C compiler flags
1092 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1093 nonstandard directory <lib dir>
1094 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1095 headers in a nonstandard directory <include dir>
1096 CPP C preprocessor
1097 CXX C++ compiler command
1098 CXXFLAGS C++ compiler flags
1099 CXXCPP C++ preprocessor
1100
1101 Use these variables to override the choices made by `configure' or to help
1102 it to find libraries and programs with nonstandard names/locations.
1103
1104 Report bugs to <wx-dev@lists.wxwidgets.org>.
1105 _ACEOF
1106 fi
1107
1108 if test "$ac_init_help" = "recursive"; then
1109 # If there are subdirs, report their specific --help.
1110 ac_popdir=`pwd`
1111 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1112 test -d $ac_dir || continue
1113 ac_builddir=.
1114
1115 if test "$ac_dir" != .; then
1116 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1117 # A "../" for each directory in $ac_dir_suffix.
1118 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1119 else
1120 ac_dir_suffix= ac_top_builddir=
1121 fi
1122
1123 case $srcdir in
1124 .) # No --srcdir option. We are building in place.
1125 ac_srcdir=.
1126 if test -z "$ac_top_builddir"; then
1127 ac_top_srcdir=.
1128 else
1129 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1130 fi ;;
1131 [\\/]* | ?:[\\/]* ) # Absolute path.
1132 ac_srcdir=$srcdir$ac_dir_suffix;
1133 ac_top_srcdir=$srcdir ;;
1134 *) # Relative path.
1135 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1136 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1137 esac
1138
1139 # Do not use `cd foo && pwd` to compute absolute paths, because
1140 # the directories may not exist.
1141 case `pwd` in
1142 .) ac_abs_builddir="$ac_dir";;
1143 *)
1144 case "$ac_dir" in
1145 .) ac_abs_builddir=`pwd`;;
1146 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1147 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1148 esac;;
1149 esac
1150 case $ac_abs_builddir in
1151 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1152 *)
1153 case ${ac_top_builddir}. in
1154 .) ac_abs_top_builddir=$ac_abs_builddir;;
1155 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1156 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1157 esac;;
1158 esac
1159 case $ac_abs_builddir in
1160 .) ac_abs_srcdir=$ac_srcdir;;
1161 *)
1162 case $ac_srcdir in
1163 .) ac_abs_srcdir=$ac_abs_builddir;;
1164 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1165 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1166 esac;;
1167 esac
1168 case $ac_abs_builddir in
1169 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1170 *)
1171 case $ac_top_srcdir in
1172 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1173 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1174 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1175 esac;;
1176 esac
1177
1178 cd $ac_dir
1179 # Check for guested configure; otherwise get Cygnus style configure.
1180 if test -f $ac_srcdir/configure.gnu; then
1181 echo
1182 $SHELL $ac_srcdir/configure.gnu --help=recursive
1183 elif test -f $ac_srcdir/configure; then
1184 echo
1185 $SHELL $ac_srcdir/configure --help=recursive
1186 elif test -f $ac_srcdir/configure.ac ||
1187 test -f $ac_srcdir/configure.in; then
1188 echo
1189 $ac_configure --help
1190 else
1191 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1192 fi
1193 cd $ac_popdir
1194 done
1195 fi
1196
1197 test -n "$ac_init_help" && exit 0
1198 if $ac_init_version; then
1199 cat <<\_ACEOF
1200 wxWidgets configure 2.6.1
1201 generated by GNU Autoconf 2.59
1202
1203 Copyright (C) 2003 Free Software Foundation, Inc.
1204 This configure script is free software; the Free Software Foundation
1205 gives unlimited permission to copy, distribute and modify it.
1206 _ACEOF
1207 exit 0
1208 fi
1209 exec 5>config.log
1210 cat >&5 <<_ACEOF
1211 This file contains any messages produced by compilers while
1212 running configure, to aid debugging if configure makes a mistake.
1213
1214 It was created by wxWidgets $as_me 2.6.1, which was
1215 generated by GNU Autoconf 2.59. Invocation command line was
1216
1217 $ $0 $@
1218
1219 _ACEOF
1220 {
1221 cat <<_ASUNAME
1222 ## --------- ##
1223 ## Platform. ##
1224 ## --------- ##
1225
1226 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1227 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1228 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1229 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1230 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1231
1232 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1233 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1234
1235 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1236 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1237 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1238 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1239 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1240 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1241 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1242
1243 _ASUNAME
1244
1245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1246 for as_dir in $PATH
1247 do
1248 IFS=$as_save_IFS
1249 test -z "$as_dir" && as_dir=.
1250 echo "PATH: $as_dir"
1251 done
1252
1253 } >&5
1254
1255 cat >&5 <<_ACEOF
1256
1257
1258 ## ----------- ##
1259 ## Core tests. ##
1260 ## ----------- ##
1261
1262 _ACEOF
1263
1264
1265 # Keep a trace of the command line.
1266 # Strip out --no-create and --no-recursion so they do not pile up.
1267 # Strip out --silent because we don't want to record it for future runs.
1268 # Also quote any args containing shell meta-characters.
1269 # Make two passes to allow for proper duplicate-argument suppression.
1270 ac_configure_args=
1271 ac_configure_args0=
1272 ac_configure_args1=
1273 ac_sep=
1274 ac_must_keep_next=false
1275 for ac_pass in 1 2
1276 do
1277 for ac_arg
1278 do
1279 case $ac_arg in
1280 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1281 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1282 | -silent | --silent | --silen | --sile | --sil)
1283 continue ;;
1284 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1285 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1286 esac
1287 case $ac_pass in
1288 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1289 2)
1290 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1291 if test $ac_must_keep_next = true; then
1292 ac_must_keep_next=false # Got value, back to normal.
1293 else
1294 case $ac_arg in
1295 *=* | --config-cache | -C | -disable-* | --disable-* \
1296 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1297 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1298 | -with-* | --with-* | -without-* | --without-* | --x)
1299 case "$ac_configure_args0 " in
1300 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1301 esac
1302 ;;
1303 -* ) ac_must_keep_next=true ;;
1304 esac
1305 fi
1306 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1307 # Get rid of the leading space.
1308 ac_sep=" "
1309 ;;
1310 esac
1311 done
1312 done
1313 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1314 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1315
1316 # When interrupted or exit'd, cleanup temporary files, and complete
1317 # config.log. We remove comments because anyway the quotes in there
1318 # would cause problems or look ugly.
1319 # WARNING: Be sure not to use single quotes in there, as some shells,
1320 # such as our DU 5.0 friend, will then `close' the trap.
1321 trap 'exit_status=$?
1322 # Save into config.log some information that might help in debugging.
1323 {
1324 echo
1325
1326 cat <<\_ASBOX
1327 ## ---------------- ##
1328 ## Cache variables. ##
1329 ## ---------------- ##
1330 _ASBOX
1331 echo
1332 # The following way of writing the cache mishandles newlines in values,
1333 {
1334 (set) 2>&1 |
1335 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1336 *ac_space=\ *)
1337 sed -n \
1338 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1339 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1340 ;;
1341 *)
1342 sed -n \
1343 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1344 ;;
1345 esac;
1346 }
1347 echo
1348
1349 cat <<\_ASBOX
1350 ## ----------------- ##
1351 ## Output variables. ##
1352 ## ----------------- ##
1353 _ASBOX
1354 echo
1355 for ac_var in $ac_subst_vars
1356 do
1357 eval ac_val=$`echo $ac_var`
1358 echo "$ac_var='"'"'$ac_val'"'"'"
1359 done | sort
1360 echo
1361
1362 if test -n "$ac_subst_files"; then
1363 cat <<\_ASBOX
1364 ## ------------- ##
1365 ## Output files. ##
1366 ## ------------- ##
1367 _ASBOX
1368 echo
1369 for ac_var in $ac_subst_files
1370 do
1371 eval ac_val=$`echo $ac_var`
1372 echo "$ac_var='"'"'$ac_val'"'"'"
1373 done | sort
1374 echo
1375 fi
1376
1377 if test -s confdefs.h; then
1378 cat <<\_ASBOX
1379 ## ----------- ##
1380 ## confdefs.h. ##
1381 ## ----------- ##
1382 _ASBOX
1383 echo
1384 sed "/^$/d" confdefs.h | sort
1385 echo
1386 fi
1387 test "$ac_signal" != 0 &&
1388 echo "$as_me: caught signal $ac_signal"
1389 echo "$as_me: exit $exit_status"
1390 } >&5
1391 rm -f core *.core &&
1392 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1393 exit $exit_status
1394 ' 0
1395 for ac_signal in 1 2 13 15; do
1396 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1397 done
1398 ac_signal=0
1399
1400 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1401 rm -rf conftest* confdefs.h
1402 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1403 echo >confdefs.h
1404
1405 # Predefined preprocessor variables.
1406
1407 cat >>confdefs.h <<_ACEOF
1408 #define PACKAGE_NAME "$PACKAGE_NAME"
1409 _ACEOF
1410
1411
1412 cat >>confdefs.h <<_ACEOF
1413 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1414 _ACEOF
1415
1416
1417 cat >>confdefs.h <<_ACEOF
1418 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1419 _ACEOF
1420
1421
1422 cat >>confdefs.h <<_ACEOF
1423 #define PACKAGE_STRING "$PACKAGE_STRING"
1424 _ACEOF
1425
1426
1427 cat >>confdefs.h <<_ACEOF
1428 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1429 _ACEOF
1430
1431
1432 # Let the site file select an alternate cache file if it wants to.
1433 # Prefer explicitly selected file to automatically selected ones.
1434 if test -z "$CONFIG_SITE"; then
1435 if test "x$prefix" != xNONE; then
1436 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1437 else
1438 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1439 fi
1440 fi
1441 for ac_site_file in $CONFIG_SITE; do
1442 if test -r "$ac_site_file"; then
1443 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1444 echo "$as_me: loading site script $ac_site_file" >&6;}
1445 sed 's/^/| /' "$ac_site_file" >&5
1446 . "$ac_site_file"
1447 fi
1448 done
1449
1450 if test -r "$cache_file"; then
1451 # Some versions of bash will fail to source /dev/null (special
1452 # files actually), so we avoid doing that.
1453 if test -f "$cache_file"; then
1454 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1455 echo "$as_me: loading cache $cache_file" >&6;}
1456 case $cache_file in
1457 [\\/]* | ?:[\\/]* ) . $cache_file;;
1458 *) . ./$cache_file;;
1459 esac
1460 fi
1461 else
1462 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1463 echo "$as_me: creating cache $cache_file" >&6;}
1464 >$cache_file
1465 fi
1466
1467 # Check that the precious variables saved in the cache have kept the same
1468 # value.
1469 ac_cache_corrupted=false
1470 for ac_var in `(set) 2>&1 |
1471 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1472 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1473 eval ac_new_set=\$ac_env_${ac_var}_set
1474 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1475 eval ac_new_val="\$ac_env_${ac_var}_value"
1476 case $ac_old_set,$ac_new_set in
1477 set,)
1478 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1479 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1480 ac_cache_corrupted=: ;;
1481 ,set)
1482 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1483 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1484 ac_cache_corrupted=: ;;
1485 ,);;
1486 *)
1487 if test "x$ac_old_val" != "x$ac_new_val"; then
1488 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1489 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1490 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1491 echo "$as_me: former value: $ac_old_val" >&2;}
1492 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1493 echo "$as_me: current value: $ac_new_val" >&2;}
1494 ac_cache_corrupted=:
1495 fi;;
1496 esac
1497 # Pass precious variables to config.status.
1498 if test "$ac_new_set" = set; then
1499 case $ac_new_val in
1500 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1501 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1502 *) ac_arg=$ac_var=$ac_new_val ;;
1503 esac
1504 case " $ac_configure_args " in
1505 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1506 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1507 esac
1508 fi
1509 done
1510 if $ac_cache_corrupted; then
1511 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1512 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1513 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1514 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1515 { (exit 1); exit 1; }; }
1516 fi
1517
1518 ac_ext=c
1519 ac_cpp='$CPP $CPPFLAGS'
1520 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1521 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1522 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553 ac_aux_dir=
1554 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1555 if test -f $ac_dir/install-sh; then
1556 ac_aux_dir=$ac_dir
1557 ac_install_sh="$ac_aux_dir/install-sh -c"
1558 break
1559 elif test -f $ac_dir/install.sh; then
1560 ac_aux_dir=$ac_dir
1561 ac_install_sh="$ac_aux_dir/install.sh -c"
1562 break
1563 elif test -f $ac_dir/shtool; then
1564 ac_aux_dir=$ac_dir
1565 ac_install_sh="$ac_aux_dir/shtool install -c"
1566 break
1567 fi
1568 done
1569 if test -z "$ac_aux_dir"; then
1570 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1571 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1572 { (exit 1); exit 1; }; }
1573 fi
1574 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1575 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1576 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1577
1578 # Make sure we can run config.sub.
1579 $ac_config_sub sun4 >/dev/null 2>&1 ||
1580 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1581 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1582 { (exit 1); exit 1; }; }
1583
1584 echo "$as_me:$LINENO: checking build system type" >&5
1585 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1586 if test "${ac_cv_build+set}" = set; then
1587 echo $ECHO_N "(cached) $ECHO_C" >&6
1588 else
1589 ac_cv_build_alias=$build_alias
1590 test -z "$ac_cv_build_alias" &&
1591 ac_cv_build_alias=`$ac_config_guess`
1592 test -z "$ac_cv_build_alias" &&
1593 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1594 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1595 { (exit 1); exit 1; }; }
1596 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1597 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1598 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1599 { (exit 1); exit 1; }; }
1600
1601 fi
1602 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1603 echo "${ECHO_T}$ac_cv_build" >&6
1604 build=$ac_cv_build
1605 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1606 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1607 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1608
1609
1610 echo "$as_me:$LINENO: checking host system type" >&5
1611 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1612 if test "${ac_cv_host+set}" = set; then
1613 echo $ECHO_N "(cached) $ECHO_C" >&6
1614 else
1615 ac_cv_host_alias=$host_alias
1616 test -z "$ac_cv_host_alias" &&
1617 ac_cv_host_alias=$ac_cv_build_alias
1618 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1619 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1620 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1621 { (exit 1); exit 1; }; }
1622
1623 fi
1624 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1625 echo "${ECHO_T}$ac_cv_host" >&6
1626 host=$ac_cv_host
1627 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1628 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1629 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1630
1631
1632 echo "$as_me:$LINENO: checking target system type" >&5
1633 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1634 if test "${ac_cv_target+set}" = set; then
1635 echo $ECHO_N "(cached) $ECHO_C" >&6
1636 else
1637 ac_cv_target_alias=$target_alias
1638 test "x$ac_cv_target_alias" = "x" &&
1639 ac_cv_target_alias=$ac_cv_host_alias
1640 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1641 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1642 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1643 { (exit 1); exit 1; }; }
1644
1645 fi
1646 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1647 echo "${ECHO_T}$ac_cv_target" >&6
1648 target=$ac_cv_target
1649 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1650 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1651 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1652
1653
1654 # The aliases save the names the user supplied, while $host etc.
1655 # will get canonicalized.
1656 test -n "$target_alias" &&
1657 test "$program_prefix$program_suffix$program_transform_name" = \
1658 NONENONEs,x,x, &&
1659 program_prefix=${target_alias}-
1660
1661
1662
1663 wx_major_version_number=2
1664 wx_minor_version_number=6
1665 wx_release_number=1
1666 wx_subrelease_number=1
1667
1668 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
1669 WX_VERSION=$WX_RELEASE.$wx_release_number
1670 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
1671
1672 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
1673
1674
1675
1676
1677 USE_UNIX=1
1678 USE_OS2=0
1679 USE_WIN32=0
1680 USE_DOS=0
1681 USE_BEOS=0
1682 USE_MAC=0
1683
1684 USE_AIX=
1685 USE_BSD= USE_DARWIN= USE_FREEBSD=
1686 USE_GNU= USE_HPUX=
1687 USE_LINUX=
1688 USE_NETBSD=
1689 USE_OPENBSD=
1690 USE_OSF= USE_SGI=
1691 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
1692 USE_ULTRIX=
1693 USE_UNIXWARE=
1694
1695 USE_ALPHA=
1696
1697 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1698
1699 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1700
1701 DEFAULT_wxUSE_COCOA=0
1702 DEFAULT_wxUSE_GTK=0
1703 DEFAULT_wxUSE_MAC=0
1704 DEFAULT_wxUSE_MGL=0
1705 DEFAULT_wxUSE_MICROWIN=0
1706 DEFAULT_wxUSE_MOTIF=0
1707 DEFAULT_wxUSE_MSW=0
1708 DEFAULT_wxUSE_PM=0
1709 DEFAULT_wxUSE_X11=0
1710
1711 DEFAULT_DEFAULT_wxUSE_COCOA=0
1712 DEFAULT_DEFAULT_wxUSE_GTK=0
1713 DEFAULT_DEFAULT_wxUSE_MAC=0
1714 DEFAULT_DEFAULT_wxUSE_MGL=0
1715 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
1716 DEFAULT_DEFAULT_wxUSE_MOTIF=0
1717 DEFAULT_DEFAULT_wxUSE_MSW=0
1718 DEFAULT_DEFAULT_wxUSE_PM=0
1719 DEFAULT_DEFAULT_wxUSE_X11=0
1720
1721 PROGRAM_EXT=
1722 SO_SUFFIX=so
1723 SAMPLES_RPATH_FLAG=
1724 SAMPLES_RPATH_POSTLINK=
1725
1726 DEFAULT_STD_FLAG=yes
1727
1728 case "${host}" in
1729 *-hp-hpux* )
1730 USE_HPUX=1
1731 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1732 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1733 SO_SUFFIX=sl
1734 cat >>confdefs.h <<\_ACEOF
1735 #define __HPUX__ 1
1736 _ACEOF
1737
1738 ;;
1739 *-*-linux* )
1740 USE_LINUX=1
1741 cat >>confdefs.h <<\_ACEOF
1742 #define __LINUX__ 1
1743 _ACEOF
1744
1745 TMP=`uname -m`
1746 if test "x$TMP" = "xalpha"; then
1747 USE_ALPHA=1
1748 cat >>confdefs.h <<\_ACEOF
1749 #define __ALPHA__ 1
1750 _ACEOF
1751
1752 fi
1753 DEFAULT_DEFAULT_wxUSE_GTK=1
1754 ;;
1755 *-*-gnu* | *-*-k*bsd*-gnu )
1756 USE_GNU=1
1757 TMP=`uname -m`
1758 if test "x$TMP" = "xalpha"; then
1759 USE_ALPHA=1
1760 cat >>confdefs.h <<\_ACEOF
1761 #define __ALPHA__ 1
1762 _ACEOF
1763
1764 fi
1765 DEFAULT_DEFAULT_wxUSE_GTK=1
1766 ;;
1767 *-*-irix5* | *-*-irix6* )
1768 USE_SGI=1
1769 USE_SVR4=1
1770 cat >>confdefs.h <<\_ACEOF
1771 #define __SGI__ 1
1772 _ACEOF
1773
1774 cat >>confdefs.h <<\_ACEOF
1775 #define __SVR4__ 1
1776 _ACEOF
1777
1778 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1779 ;;
1780 *-*-solaris2* )
1781 USE_SUN=1
1782 USE_SOLARIS=1
1783 USE_SVR4=1
1784 cat >>confdefs.h <<\_ACEOF
1785 #define __SUN__ 1
1786 _ACEOF
1787
1788 cat >>confdefs.h <<\_ACEOF
1789 #define __SOLARIS__ 1
1790 _ACEOF
1791
1792 cat >>confdefs.h <<\_ACEOF
1793 #define __SVR4__ 1
1794 _ACEOF
1795
1796 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1797 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1798 ;;
1799 *-*-sunos4* )
1800 USE_SUN=1
1801 USE_SUNOS=1
1802 USE_BSD=1
1803 cat >>confdefs.h <<\_ACEOF
1804 #define __SUN__ 1
1805 _ACEOF
1806
1807 cat >>confdefs.h <<\_ACEOF
1808 #define __SUNOS__ 1
1809 _ACEOF
1810
1811 cat >>confdefs.h <<\_ACEOF
1812 #define __BSD__ 1
1813 _ACEOF
1814
1815 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1816 ;;
1817 *-*-freebsd*)
1818 USE_BSD=1
1819 USE_FREEBSD=1
1820 cat >>confdefs.h <<\_ACEOF
1821 #define __FREEBSD__ 1
1822 _ACEOF
1823
1824 cat >>confdefs.h <<\_ACEOF
1825 #define __BSD__ 1
1826 _ACEOF
1827
1828 DEFAULT_DEFAULT_wxUSE_GTK=1
1829 ;;
1830 *-*-openbsd*)
1831 USE_BSD=1
1832 USE_OPENBSD=1
1833 cat >>confdefs.h <<\_ACEOF
1834 #define __OPENBSD__ 1
1835 _ACEOF
1836
1837 cat >>confdefs.h <<\_ACEOF
1838 #define __BSD__ 1
1839 _ACEOF
1840
1841 DEFAULT_DEFAULT_wxUSE_GTK=1
1842 ;;
1843 *-*-netbsd*)
1844 USE_BSD=1
1845 USE_NETBSD=1
1846 cat >>confdefs.h <<\_ACEOF
1847 #define __NETBSD__ 1
1848 _ACEOF
1849
1850 cat >>confdefs.h <<\_ACEOF
1851 #define __BSD__ 1
1852 _ACEOF
1853
1854 DEFAULT_DEFAULT_wxUSE_GTK=1
1855 ;;
1856 *-*-osf* )
1857 USE_ALPHA=1
1858 USE_OSF=1
1859 cat >>confdefs.h <<\_ACEOF
1860 #define __ALPHA__ 1
1861 _ACEOF
1862
1863 cat >>confdefs.h <<\_ACEOF
1864 #define __OSF__ 1
1865 _ACEOF
1866
1867 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1868 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
1869 ;;
1870 *-*-dgux5* )
1871 USE_ALPHA=1
1872 USE_SVR4=1
1873 cat >>confdefs.h <<\_ACEOF
1874 #define __ALPHA__ 1
1875 _ACEOF
1876
1877 cat >>confdefs.h <<\_ACEOF
1878 #define __SVR4__ 1
1879 _ACEOF
1880
1881 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1882 ;;
1883 *-*-sysv5* )
1884 USE_SYSV=1
1885 USE_SVR4=1
1886 cat >>confdefs.h <<\_ACEOF
1887 #define __SYSV__ 1
1888 _ACEOF
1889
1890 cat >>confdefs.h <<\_ACEOF
1891 #define __SVR4__ 1
1892 _ACEOF
1893
1894 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1895 ;;
1896 *-*-aix* )
1897 USE_AIX=1
1898 USE_SYSV=1
1899 USE_SVR4=1
1900 SO_SUFFIX=a
1901 cat >>confdefs.h <<\_ACEOF
1902 #define __AIX__ 1
1903 _ACEOF
1904
1905 cat >>confdefs.h <<\_ACEOF
1906 #define __SYSV__ 1
1907 _ACEOF
1908
1909 cat >>confdefs.h <<\_ACEOF
1910 #define __SVR4__ 1
1911 _ACEOF
1912
1913 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1914 ;;
1915
1916 *-*-*UnixWare*)
1917 USE_SYSV=1
1918 USE_SVR4=1
1919 USE_UNIXWARE=1
1920 cat >>confdefs.h <<\_ACEOF
1921 #define __UNIXWARE__ 1
1922 _ACEOF
1923
1924 ;;
1925
1926 *-*-cygwin* | *-*-mingw32* )
1927 SO_SUFFIX=dll
1928 PROGRAM_EXT=".exe"
1929 RESCOMP=windres
1930 DEFAULT_DEFAULT_wxUSE_MSW=1
1931 DEFAULT_STD_FLAG=no
1932 ;;
1933
1934 *-pc-msdosdjgpp )
1935 USE_UNIX=0
1936 USE_DOS=1
1937 cat >>confdefs.h <<\_ACEOF
1938 #define __DOS__ 1
1939 _ACEOF
1940
1941 PROGRAM_EXT=".exe"
1942 DEFAULT_DEFAULT_wxUSE_MGL=1
1943 ;;
1944
1945 *-pc-os2_emx | *-pc-os2-emx )
1946 cat >>confdefs.h <<\_ACEOF
1947 #define __EMX__ 1
1948 _ACEOF
1949
1950 USE_OS2=1
1951 cat >>confdefs.h <<\_ACEOF
1952 #define __OS2__ 1
1953 _ACEOF
1954
1955 PROGRAM_EXT=".exe"
1956 DEFAULT_DEFAULT_wxUSE_PM=1
1957 CXX=gcc
1958 LDFLAGS="$LDFLAGS -Zcrtdll"
1959 ac_executable_extensions=".exe"
1960 export ac_executable_extensions
1961 ac_save_IFS="$IFS"
1962 IFS='\\'
1963 ac_TEMP_PATH=
1964 for ac_dir in $PATH; do
1965 IFS=$ac_save_IFS
1966 if test -z "$ac_TEMP_PATH"; then
1967 ac_TEMP_PATH="$ac_dir"
1968 else
1969 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
1970 fi
1971 done
1972 export PATH="$ac_TEMP_PATH"
1973 unset ac_TEMP_PATH
1974 DEFAULT_STD_FLAG=no
1975 ;;
1976
1977 powerpc-*-darwin* )
1978 USE_BSD=1
1979 USE_DARWIN=1
1980 SO_SUFFIX=dylib
1981 cat >>confdefs.h <<\_ACEOF
1982 #define __BSD__ 1
1983 _ACEOF
1984
1985 cat >>confdefs.h <<\_ACEOF
1986 #define __DARWIN__ 1
1987 _ACEOF
1988
1989 cat >>confdefs.h <<\_ACEOF
1990 #define TARGET_CARBON 1
1991 _ACEOF
1992
1993 DEFAULT_DEFAULT_wxUSE_MAC=1
1994 DEFAULT_STD_FLAG=no
1995 ;;
1996 powerpc-apple-macos* )
1997 USE_UNIX=0
1998 ac_cv_c_bigendian=yes
1999 SO_SUFFIX=shlib
2000 DEFAULT_DEFAULT_wxUSE_MAC=1
2001 DEFAULT_STD_FLAG=no
2002 ;;
2003
2004 *-*-beos* )
2005 USE_BEOS=1
2006 cat >>confdefs.h <<\_ACEOF
2007 #define __BEOS__ 1
2008 _ACEOF
2009
2010 ;;
2011
2012 *)
2013 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2014 echo "$as_me: error: unknown system type ${host}." >&2;}
2015 { (exit 1); exit 1; }; }
2016 esac
2017
2018
2019
2020
2021 wx_arg_cache_file="configarg.cache"
2022 echo "loading argument cache $wx_arg_cache_file"
2023 rm -f ${wx_arg_cache_file}.tmp
2024 touch ${wx_arg_cache_file}.tmp
2025 touch ${wx_arg_cache_file}
2026
2027
2028 DEBUG_CONFIGURE=0
2029 if test $DEBUG_CONFIGURE = 1; then
2030 DEFAULT_wxUSE_UNIVERSAL=no
2031 DEFAULT_wxUSE_STL=no
2032
2033 DEFAULT_wxUSE_NANOX=no
2034
2035 DEFAULT_wxUSE_THREADS=yes
2036
2037 DEFAULT_wxUSE_SHARED=yes
2038 DEFAULT_wxUSE_OPTIMISE=no
2039 DEFAULT_wxUSE_PROFILE=no
2040 DEFAULT_wxUSE_NO_DEPS=no
2041 DEFAULT_wxUSE_NO_RTTI=no
2042 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2043 DEFAULT_wxUSE_RPATH=yes
2044 DEFAULT_wxUSE_PERMISSIVE=no
2045 DEFAULT_wxUSE_DEBUG_FLAG=yes
2046 DEFAULT_wxUSE_DEBUG_INFO=yes
2047 DEFAULT_wxUSE_DEBUG_GDB=yes
2048 DEFAULT_wxUSE_MEM_TRACING=no
2049 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2050 DEFAULT_wxUSE_DMALLOC=no
2051 DEFAULT_wxUSE_APPLE_IEEE=no
2052
2053 DEFAULT_wxUSE_EXCEPTIONS=no
2054 DEFAULT_wxUSE_LOG=yes
2055 DEFAULT_wxUSE_LOGWINDOW=no
2056 DEFAULT_wxUSE_LOGGUI=no
2057 DEFAULT_wxUSE_LOGDIALOG=no
2058
2059 DEFAULT_wxUSE_GUI=yes
2060 DEFAULT_wxUSE_CONTROLS=no
2061
2062 DEFAULT_wxUSE_REGEX=no
2063 DEFAULT_wxUSE_XML=no
2064 DEFAULT_wxUSE_EXPAT=no
2065 DEFAULT_wxUSE_ZLIB=no
2066 DEFAULT_wxUSE_LIBPNG=no
2067 DEFAULT_wxUSE_LIBJPEG=no
2068 DEFAULT_wxUSE_LIBTIFF=no
2069 DEFAULT_wxUSE_LIBXPM=no
2070 DEFAULT_wxUSE_LIBMSPACK=no
2071 DEFAULT_wxUSE_LIBSDL=no
2072 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2073 DEFAULT_wxUSE_ODBC=no
2074 DEFAULT_wxUSE_OPENGL=no
2075
2076 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
2077 DEFAULT_wxUSE_STACKWALKER=no
2078 DEFAULT_wxUSE_DEBUGREPORT=no
2079 DEFAULT_wxUSE_SNGLINST_CHECKER=no
2080 DEFAULT_wxUSE_STD_IOSTREAM=no
2081 DEFAULT_wxUSE_STD_STRING=no
2082 DEFAULT_wxUSE_CMDLINE_PARSER=no
2083 DEFAULT_wxUSE_DATETIME=no
2084 DEFAULT_wxUSE_TIMER=no
2085 DEFAULT_wxUSE_STOPWATCH=no
2086 DEFAULT_wxUSE_FILE=no
2087 DEFAULT_wxUSE_FFILE=no
2088 DEFAULT_wxUSE_STDPATHS=no
2089 DEFAULT_wxUSE_TEXTBUFFER=no
2090 DEFAULT_wxUSE_TEXTFILE=no
2091 DEFAULT_wxUSE_SOUND=no
2092 DEFAULT_wxUSE_MEDIACTRL=no
2093 DEFAULT_wxUSE_INTL=no
2094 DEFAULT_wxUSE_CONFIG=no
2095 DEFAULT_wxUSE_FONTMAP=no
2096 DEFAULT_wxUSE_STREAMS=no
2097 DEFAULT_wxUSE_SOCKETS=no
2098 DEFAULT_wxUSE_OLE=no
2099 DEFAULT_wxUSE_DATAOBJ=no
2100 DEFAULT_wxUSE_DIALUP_MANAGER=no
2101 DEFAULT_wxUSE_JOYSTICK=no
2102 DEFAULT_wxUSE_DYNLIB_CLASS=no
2103 DEFAULT_wxUSE_DYNAMIC_LOADER=no
2104 DEFAULT_wxUSE_LONGLONG=no
2105 DEFAULT_wxUSE_GEOMETRY=no
2106
2107 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2108 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2109 DEFAULT_wxUSE_POSTSCRIPT=no
2110
2111 DEFAULT_wxUSE_CLIPBOARD=no
2112 DEFAULT_wxUSE_TOOLTIPS=no
2113 DEFAULT_wxUSE_DRAG_AND_DROP=no
2114 DEFAULT_wxUSE_DRAGIMAGE=no
2115 DEFAULT_wxUSE_SPLINES=no
2116 DEFAULT_wxUSE_MOUSEWHEEL=no
2117
2118 DEFAULT_wxUSE_MDI=no
2119 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2120 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2121 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2122
2123 DEFAULT_wxUSE_RESOURCES=no
2124 DEFAULT_wxUSE_CONSTRAINTS=no
2125 DEFAULT_wxUSE_IPC=no
2126 DEFAULT_wxUSE_HELP=no
2127 DEFAULT_wxUSE_MS_HTML_HELP=no
2128 DEFAULT_wxUSE_WXHTML_HELP=no
2129 DEFAULT_wxUSE_TREELAYOUT=no
2130 DEFAULT_wxUSE_METAFILE=no
2131 DEFAULT_wxUSE_MIMETYPE=no
2132 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2133 DEFAULT_wxUSE_PROTOCOL=no
2134 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2135 DEFAULT_wxUSE_PROTOCOL_FTP=no
2136 DEFAULT_wxUSE_PROTOCOL_FILE=no
2137 DEFAULT_wxUSE_URL=no
2138
2139 DEFAULT_wxUSE_COMMONDLGS=no
2140 DEFAULT_wxUSE_CHOICEDLG=no
2141 DEFAULT_wxUSE_COLOURDLG=no
2142 DEFAULT_wxUSE_DIRDLG=no
2143 DEFAULT_wxUSE_FILEDLG=no
2144 DEFAULT_wxUSE_FINDREPLDLG=no
2145 DEFAULT_wxUSE_FONTDLG=no
2146 DEFAULT_wxUSE_MSGDLG=no
2147 DEFAULT_wxUSE_NUMBERDLG=no
2148 DEFAULT_wxUSE_TEXTDLG=no
2149 DEFAULT_wxUSE_SPLASH=no
2150 DEFAULT_wxUSE_STARTUP_TIPS=no
2151 DEFAULT_wxUSE_PROGRESSDLG=no
2152 DEFAULT_wxUSE_WIZARDDLG=no
2153
2154 DEFAULT_wxUSE_MENUS=no
2155 DEFAULT_wxUSE_MINIFRAME=no
2156 DEFAULT_wxUSE_HTML=no
2157 DEFAULT_wxUSE_XRC=no
2158 DEFAULT_wxUSE_WEBKIT=no
2159 DEFAULT_wxUSE_FILESYSTEM=no
2160 DEFAULT_wxUSE_FS_INET=no
2161 DEFAULT_wxUSE_FS_ZIP=no
2162 DEFAULT_wxUSE_BUSYINFO=no
2163 DEFAULT_wxUSE_ARCHIVE_STREAMS=no
2164 DEFAULT_wxUSE_ZIPSTREAM=no
2165 DEFAULT_wxUSE_VALIDATORS=no
2166
2167 DEFAULT_wxUSE_ACCEL=no
2168 DEFAULT_wxUSE_BUTTON=no
2169 DEFAULT_wxUSE_BMPBUTTON=no
2170 DEFAULT_wxUSE_CALCTRL=no
2171 DEFAULT_wxUSE_CARET=no
2172 DEFAULT_wxUSE_CHECKBOX=no
2173 DEFAULT_wxUSE_CHECKLST=no
2174 DEFAULT_wxUSE_CHOICE=no
2175 DEFAULT_wxUSE_CHOICEBOOK=no
2176 DEFAULT_wxUSE_COMBOBOX=no
2177 DEFAULT_wxUSE_DATEPICKCTRL=no
2178 DEFAULT_wxUSE_DISPLAY=no
2179 DEFAULT_wxUSE_GAUGE=no
2180 DEFAULT_wxUSE_GRID=no
2181 DEFAULT_wxUSE_IMAGLIST=no
2182 DEFAULT_wxUSE_LISTBOOK=no
2183 DEFAULT_wxUSE_LISTBOX=no
2184 DEFAULT_wxUSE_LISTCTRL=no
2185 DEFAULT_wxUSE_NOTEBOOK=no
2186 DEFAULT_wxUSE_RADIOBOX=no
2187 DEFAULT_wxUSE_RADIOBTN=no
2188 DEFAULT_wxUSE_SASH=no
2189 DEFAULT_wxUSE_SCROLLBAR=no
2190 DEFAULT_wxUSE_SLIDER=no
2191 DEFAULT_wxUSE_SPINBTN=no
2192 DEFAULT_wxUSE_SPINCTRL=no
2193 DEFAULT_wxUSE_SPLITTER=no
2194 DEFAULT_wxUSE_STATBMP=no
2195 DEFAULT_wxUSE_STATBOX=no
2196 DEFAULT_wxUSE_STATLINE=no
2197 DEFAULT_wxUSE_STATTEXT=no
2198 DEFAULT_wxUSE_STATUSBAR=yes
2199 DEFAULT_wxUSE_TABDIALOG=no
2200 DEFAULT_wxUSE_TEXTCTRL=no
2201 DEFAULT_wxUSE_TOGGLEBTN=no
2202 DEFAULT_wxUSE_TOOLBAR=no
2203 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2204 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
2205 DEFAULT_wxUSE_TREECTRL=no
2206 DEFAULT_wxUSE_POPUPWIN=no
2207 DEFAULT_wxUSE_TIPWINDOW=no
2208
2209 DEFAULT_wxUSE_UNICODE=no
2210 DEFAULT_wxUSE_UNICODE_MSLU=no
2211 DEFAULT_wxUSE_WCSRTOMBS=no
2212
2213 DEFAULT_wxUSE_PALETTE=no
2214 DEFAULT_wxUSE_IMAGE=no
2215 DEFAULT_wxUSE_GIF=no
2216 DEFAULT_wxUSE_PCX=no
2217 DEFAULT_wxUSE_PNM=no
2218 DEFAULT_wxUSE_IFF=no
2219 DEFAULT_wxUSE_XPM=no
2220 DEFAULT_wxUSE_ICO_CUR=no
2221 DEFAULT_wxUSE_ACCESSIBILITY=no
2222
2223 DEFAULT_wxUSE_MONOLITHIC=no
2224 DEFAULT_wxUSE_PLUGINS=no
2225 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2226 else
2227 DEFAULT_wxUSE_UNIVERSAL=no
2228 DEFAULT_wxUSE_STL=no
2229
2230 DEFAULT_wxUSE_NANOX=no
2231
2232 DEFAULT_wxUSE_THREADS=yes
2233
2234 DEFAULT_wxUSE_SHARED=yes
2235 DEFAULT_wxUSE_OPTIMISE=yes
2236 DEFAULT_wxUSE_PROFILE=no
2237 DEFAULT_wxUSE_NO_DEPS=no
2238 DEFAULT_wxUSE_NO_RTTI=no
2239 DEFAULT_wxUSE_NO_EXCEPTIONS=no
2240 DEFAULT_wxUSE_RPATH=yes
2241 DEFAULT_wxUSE_PERMISSIVE=no
2242 DEFAULT_wxUSE_DEBUG_FLAG=no
2243 DEFAULT_wxUSE_DEBUG_INFO=no
2244 DEFAULT_wxUSE_DEBUG_GDB=no
2245 DEFAULT_wxUSE_MEM_TRACING=no
2246 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2247 DEFAULT_wxUSE_DMALLOC=no
2248 DEFAULT_wxUSE_APPLE_IEEE=yes
2249
2250 DEFAULT_wxUSE_EXCEPTIONS=yes
2251 DEFAULT_wxUSE_LOG=yes
2252 DEFAULT_wxUSE_LOGWINDOW=yes
2253 DEFAULT_wxUSE_LOGGUI=yes
2254 DEFAULT_wxUSE_LOGDIALOG=yes
2255
2256 DEFAULT_wxUSE_GUI=yes
2257
2258 DEFAULT_wxUSE_REGEX=yes
2259 DEFAULT_wxUSE_XML=yes
2260 DEFAULT_wxUSE_EXPAT=yes
2261 DEFAULT_wxUSE_ZLIB=yes
2262 DEFAULT_wxUSE_LIBPNG=yes
2263 DEFAULT_wxUSE_LIBJPEG=yes
2264 DEFAULT_wxUSE_LIBTIFF=yes
2265 DEFAULT_wxUSE_LIBXPM=yes
2266 DEFAULT_wxUSE_LIBMSPACK=yes
2267 DEFAULT_wxUSE_LIBSDL=no
2268 DEFAULT_wxUSE_LIBGNOMEPRINT=no
2269 DEFAULT_wxUSE_ODBC=no
2270 DEFAULT_wxUSE_OPENGL=no
2271
2272 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
2273 DEFAULT_wxUSE_STACKWALKER=yes
2274 DEFAULT_wxUSE_DEBUGREPORT=yes
2275 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
2276 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2277 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2278 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2279 DEFAULT_wxUSE_DATETIME=yes
2280 DEFAULT_wxUSE_TIMER=yes
2281 DEFAULT_wxUSE_STOPWATCH=yes
2282 DEFAULT_wxUSE_FILE=yes
2283 DEFAULT_wxUSE_FFILE=yes
2284 DEFAULT_wxUSE_STDPATHS=yes
2285 DEFAULT_wxUSE_TEXTBUFFER=yes
2286 DEFAULT_wxUSE_TEXTFILE=yes
2287 DEFAULT_wxUSE_SOUND=yes
2288 DEFAULT_wxUSE_MEDIACTRL=no
2289 DEFAULT_wxUSE_INTL=yes
2290 DEFAULT_wxUSE_CONFIG=yes
2291 DEFAULT_wxUSE_FONTMAP=yes
2292 DEFAULT_wxUSE_STREAMS=yes
2293 DEFAULT_wxUSE_SOCKETS=yes
2294 DEFAULT_wxUSE_OLE=yes
2295 DEFAULT_wxUSE_DATAOBJ=yes
2296 DEFAULT_wxUSE_DIALUP_MANAGER=yes
2297 DEFAULT_wxUSE_JOYSTICK=yes
2298 DEFAULT_wxUSE_DYNLIB_CLASS=yes
2299 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
2300 DEFAULT_wxUSE_LONGLONG=yes
2301 DEFAULT_wxUSE_GEOMETRY=yes
2302
2303 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2304 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2305 DEFAULT_wxUSE_POSTSCRIPT=yes
2306
2307 DEFAULT_wxUSE_CLIPBOARD=yes
2308 DEFAULT_wxUSE_TOOLTIPS=yes
2309 DEFAULT_wxUSE_DRAG_AND_DROP=yes
2310 DEFAULT_wxUSE_DRAGIMAGE=yes
2311 DEFAULT_wxUSE_SPLINES=yes
2312 DEFAULT_wxUSE_MOUSEWHEEL=yes
2313
2314 DEFAULT_wxUSE_MDI=yes
2315 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2316 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2317 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2318
2319 DEFAULT_wxUSE_RESOURCES=no
2320 DEFAULT_wxUSE_CONSTRAINTS=yes
2321 DEFAULT_wxUSE_IPC=yes
2322 DEFAULT_wxUSE_HELP=yes
2323 DEFAULT_wxUSE_MS_HTML_HELP=yes
2324 DEFAULT_wxUSE_WXHTML_HELP=yes
2325 DEFAULT_wxUSE_TREELAYOUT=yes
2326 DEFAULT_wxUSE_METAFILE=yes
2327 DEFAULT_wxUSE_MIMETYPE=yes
2328 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
2329 DEFAULT_wxUSE_PROTOCOL=yes
2330 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2331 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2332 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2333 DEFAULT_wxUSE_URL=yes
2334
2335 DEFAULT_wxUSE_COMMONDLGS=yes
2336 DEFAULT_wxUSE_CHOICEDLG=yes
2337 DEFAULT_wxUSE_COLOURDLG=yes
2338 DEFAULT_wxUSE_DIRDLG=yes
2339 DEFAULT_wxUSE_FILEDLG=yes
2340 DEFAULT_wxUSE_FINDREPLDLG=yes
2341 DEFAULT_wxUSE_FONTDLG=yes
2342 DEFAULT_wxUSE_MSGDLG=yes
2343 DEFAULT_wxUSE_NUMBERDLG=yes
2344 DEFAULT_wxUSE_TEXTDLG=yes
2345 DEFAULT_wxUSE_SPLASH=yes
2346 DEFAULT_wxUSE_STARTUP_TIPS=yes
2347 DEFAULT_wxUSE_PROGRESSDLG=yes
2348 DEFAULT_wxUSE_WIZARDDLG=yes
2349
2350 DEFAULT_wxUSE_MENUS=yes
2351 DEFAULT_wxUSE_MINIFRAME=yes
2352 DEFAULT_wxUSE_HTML=yes
2353 DEFAULT_wxUSE_XRC=yes
2354 DEFAULT_wxUSE_WEBKIT=yes
2355 DEFAULT_wxUSE_FILESYSTEM=yes
2356 DEFAULT_wxUSE_FS_INET=yes
2357 DEFAULT_wxUSE_FS_ZIP=yes
2358 DEFAULT_wxUSE_BUSYINFO=yes
2359 DEFAULT_wxUSE_ARCHIVE_STREAMS=yes
2360 DEFAULT_wxUSE_ZIPSTREAM=yes
2361 DEFAULT_wxUSE_VALIDATORS=yes
2362
2363 DEFAULT_wxUSE_ACCEL=yes
2364 DEFAULT_wxUSE_BUTTON=yes
2365 DEFAULT_wxUSE_BMPBUTTON=yes
2366 DEFAULT_wxUSE_CALCTRL=yes
2367 DEFAULT_wxUSE_CARET=yes
2368 DEFAULT_wxUSE_CHECKBOX=yes
2369 DEFAULT_wxUSE_CHECKLST=yes
2370 DEFAULT_wxUSE_CHOICE=yes
2371 DEFAULT_wxUSE_CHOICEBOOK=yes
2372 DEFAULT_wxUSE_COMBOBOX=yes
2373 DEFAULT_wxUSE_DATEPICKCTRL=yes
2374 DEFAULT_wxUSE_DISPLAY=yes
2375 DEFAULT_wxUSE_GAUGE=yes
2376 DEFAULT_wxUSE_GRID=yes
2377 DEFAULT_wxUSE_IMAGLIST=yes
2378 DEFAULT_wxUSE_LISTBOOK=yes
2379 DEFAULT_wxUSE_LISTBOX=yes
2380 DEFAULT_wxUSE_LISTCTRL=yes
2381 DEFAULT_wxUSE_NOTEBOOK=yes
2382 DEFAULT_wxUSE_RADIOBOX=yes
2383 DEFAULT_wxUSE_RADIOBTN=yes
2384 DEFAULT_wxUSE_SASH=yes
2385 DEFAULT_wxUSE_SCROLLBAR=yes
2386 DEFAULT_wxUSE_SLIDER=yes
2387 DEFAULT_wxUSE_SPINBTN=yes
2388 DEFAULT_wxUSE_SPINCTRL=yes
2389 DEFAULT_wxUSE_SPLITTER=yes
2390 DEFAULT_wxUSE_STATBMP=yes
2391 DEFAULT_wxUSE_STATBOX=yes
2392 DEFAULT_wxUSE_STATLINE=yes
2393 DEFAULT_wxUSE_STATTEXT=yes
2394 DEFAULT_wxUSE_STATUSBAR=yes
2395 DEFAULT_wxUSE_TABDIALOG=no
2396 DEFAULT_wxUSE_TEXTCTRL=yes
2397 DEFAULT_wxUSE_TOGGLEBTN=yes
2398 DEFAULT_wxUSE_TOOLBAR=yes
2399 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2400 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
2401 DEFAULT_wxUSE_TREECTRL=yes
2402 DEFAULT_wxUSE_POPUPWIN=yes
2403 DEFAULT_wxUSE_TIPWINDOW=yes
2404
2405 DEFAULT_wxUSE_UNICODE=no
2406 DEFAULT_wxUSE_UNICODE_MSLU=yes
2407 DEFAULT_wxUSE_WCSRTOMBS=no
2408
2409 DEFAULT_wxUSE_PALETTE=yes
2410 DEFAULT_wxUSE_IMAGE=yes
2411 DEFAULT_wxUSE_GIF=yes
2412 DEFAULT_wxUSE_PCX=yes
2413 DEFAULT_wxUSE_IFF=no
2414 DEFAULT_wxUSE_PNM=yes
2415 DEFAULT_wxUSE_XPM=yes
2416 DEFAULT_wxUSE_ICO_CUR=yes
2417 DEFAULT_wxUSE_ACCESSIBILITY=no
2418
2419 DEFAULT_wxUSE_MONOLITHIC=no
2420 DEFAULT_wxUSE_PLUGINS=no
2421 DEFAULT_wxUSE_OFFICIAL_BUILD=no
2422
2423 DEFAULT_wxUSE_GTK2=yes
2424 fi
2425
2426
2427
2428
2429 for toolkit in `echo $ALL_TOOLKITS`; do
2430 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2431 if test "x$LINE" != "x" ; then
2432 has_toolkit_in_cache=1
2433 eval "DEFAULT_$LINE"
2434 eval "CACHE_$toolkit=1"
2435
2436 LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2437 if test "x$LINE" != "x" ; then
2438 eval "DEFAULT_$LINE"
2439 fi
2440 fi
2441 done
2442
2443
2444
2445 enablestring=
2446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2447 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2448 no_cache=0
2449 # Check whether --enable-gui or --disable-gui was given.
2450 if test "${enable_gui+set}" = set; then
2451 enableval="$enable_gui"
2452
2453 if test "$enableval" = yes; then
2454 ac_cv_use_gui='wxUSE_GUI=yes'
2455 else
2456 ac_cv_use_gui='wxUSE_GUI=no'
2457 fi
2458
2459 else
2460
2461 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2462 if test "x$LINE" != x ; then
2463 eval "DEFAULT_$LINE"
2464 else
2465 no_cache=1
2466 fi
2467
2468 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2469
2470 fi;
2471
2472 eval "$ac_cv_use_gui"
2473 if test "$no_cache" != 1; then
2474 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2475 fi
2476
2477 if test "$wxUSE_GUI" = yes; then
2478 echo "$as_me:$LINENO: result: yes" >&5
2479 echo "${ECHO_T}yes" >&6
2480 else
2481 echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6
2483 fi
2484
2485
2486 enablestring=
2487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2488 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2489 no_cache=0
2490 # Check whether --enable-monolithic or --disable-monolithic was given.
2491 if test "${enable_monolithic+set}" = set; then
2492 enableval="$enable_monolithic"
2493
2494 if test "$enableval" = yes; then
2495 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2496 else
2497 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2498 fi
2499
2500 else
2501
2502 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2503 if test "x$LINE" != x ; then
2504 eval "DEFAULT_$LINE"
2505 else
2506 no_cache=1
2507 fi
2508
2509 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2510
2511 fi;
2512
2513 eval "$ac_cv_use_monolithic"
2514 if test "$no_cache" != 1; then
2515 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2516 fi
2517
2518 if test "$wxUSE_MONOLITHIC" = yes; then
2519 echo "$as_me:$LINENO: result: yes" >&5
2520 echo "${ECHO_T}yes" >&6
2521 else
2522 echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6
2524 fi
2525
2526
2527 enablestring=
2528 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2529 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2530 no_cache=0
2531 # Check whether --enable-plugins or --disable-plugins was given.
2532 if test "${enable_plugins+set}" = set; then
2533 enableval="$enable_plugins"
2534
2535 if test "$enableval" = yes; then
2536 ac_cv_use_plugins='wxUSE_PLUGINS=yes'
2537 else
2538 ac_cv_use_plugins='wxUSE_PLUGINS=no'
2539 fi
2540
2541 else
2542
2543 LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2544 if test "x$LINE" != x ; then
2545 eval "DEFAULT_$LINE"
2546 else
2547 no_cache=1
2548 fi
2549
2550 ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2551
2552 fi;
2553
2554 eval "$ac_cv_use_plugins"
2555 if test "$no_cache" != 1; then
2556 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2557 fi
2558
2559 if test "$wxUSE_PLUGINS" = yes; then
2560 echo "$as_me:$LINENO: result: yes" >&5
2561 echo "${ECHO_T}yes" >&6
2562 else
2563 echo "$as_me:$LINENO: result: no" >&5
2564 echo "${ECHO_T}no" >&6
2565 fi
2566
2567
2568 if test "$wxUSE_GUI" = "yes"; then
2569
2570
2571 enablestring=
2572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2573 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2574 no_cache=0
2575 # Check whether --enable-universal or --disable-universal was given.
2576 if test "${enable_universal+set}" = set; then
2577 enableval="$enable_universal"
2578
2579 if test "$enableval" = yes; then
2580 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2581 else
2582 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2583 fi
2584
2585 else
2586
2587 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2588 if test "x$LINE" != x ; then
2589 eval "DEFAULT_$LINE"
2590 else
2591 no_cache=1
2592 fi
2593
2594 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2595
2596 fi;
2597
2598 eval "$ac_cv_use_universal"
2599 if test "$no_cache" != 1; then
2600 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2601 fi
2602
2603 if test "$wxUSE_UNIVERSAL" = yes; then
2604 echo "$as_me:$LINENO: result: yes" >&5
2605 echo "${ECHO_T}yes" >&6
2606 else
2607 echo "$as_me:$LINENO: result: no" >&5
2608 echo "${ECHO_T}no" >&6
2609 fi
2610
2611
2612 # Check whether --with-gtk or --without-gtk was given.
2613 if test "${with_gtk+set}" = set; then
2614 withval="$with_gtk"
2615 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
2616 fi;
2617
2618 # Check whether --with-motif or --without-motif was given.
2619 if test "${with_motif+set}" = set; then
2620 withval="$with_motif"
2621 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
2622 fi;
2623
2624 # Check whether --with-mac or --without-mac was given.
2625 if test "${with_mac+set}" = set; then
2626 withval="$with_mac"
2627 wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1
2628 fi;
2629
2630 # Check whether --with-cocoa or --without-cocoa was given.
2631 if test "${with_cocoa+set}" = set; then
2632 withval="$with_cocoa"
2633 wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1
2634 fi;
2635
2636 # Check whether --with-wine or --without-wine was given.
2637 if test "${with_wine+set}" = set; then
2638 withval="$with_wine"
2639 wxUSE_WINE="$withval" CACHE_WINE=1
2640 fi;
2641
2642 # Check whether --with-msw or --without-msw was given.
2643 if test "${with_msw+set}" = set; then
2644 withval="$with_msw"
2645 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
2646 fi;
2647
2648 # Check whether --with-pm or --without-pm was given.
2649 if test "${with_pm+set}" = set; then
2650 withval="$with_pm"
2651 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
2652 fi;
2653
2654 # Check whether --with-mgl or --without-mgl was given.
2655 if test "${with_mgl+set}" = set; then
2656 withval="$with_mgl"
2657 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
2658 fi;
2659
2660 # Check whether --with-microwin or --without-microwin was given.
2661 if test "${with_microwin+set}" = set; then
2662 withval="$with_microwin"
2663 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
2664 fi;
2665
2666 # Check whether --with-x11 or --without-x11 was given.
2667 if test "${with_x11+set}" = set; then
2668 withval="$with_x11"
2669 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
2670 fi;
2671
2672 enablestring=
2673 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2674 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2675 no_cache=0
2676 # Check whether --enable-nanox or --disable-nanox was given.
2677 if test "${enable_nanox+set}" = set; then
2678 enableval="$enable_nanox"
2679
2680 if test "$enableval" = yes; then
2681 ac_cv_use_nanox='wxUSE_NANOX=yes'
2682 else
2683 ac_cv_use_nanox='wxUSE_NANOX=no'
2684 fi
2685
2686 else
2687
2688 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2689 if test "x$LINE" != x ; then
2690 eval "DEFAULT_$LINE"
2691 else
2692 no_cache=1
2693 fi
2694
2695 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2696
2697 fi;
2698
2699 eval "$ac_cv_use_nanox"
2700 if test "$no_cache" != 1; then
2701 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2702 fi
2703
2704 if test "$wxUSE_NANOX" = yes; then
2705 echo "$as_me:$LINENO: result: yes" >&5
2706 echo "${ECHO_T}yes" >&6
2707 else
2708 echo "$as_me:$LINENO: result: no" >&5
2709 echo "${ECHO_T}no" >&6
2710 fi
2711
2712
2713 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2714 if test "${enable_gtk2+set}" = set; then
2715 enableval="$enable_gtk2"
2716 wxUSE_GTK2="$enableval"
2717 fi;
2718
2719 enablestring=
2720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2721 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2722 no_cache=0
2723 # Check whether --enable-gpe or --disable-gpe was given.
2724 if test "${enable_gpe+set}" = set; then
2725 enableval="$enable_gpe"
2726
2727 if test "$enableval" = yes; then
2728 ac_cv_use_gpe='wxUSE_GPE=yes'
2729 else
2730 ac_cv_use_gpe='wxUSE_GPE=no'
2731 fi
2732
2733 else
2734
2735 LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2736 if test "x$LINE" != x ; then
2737 eval "DEFAULT_$LINE"
2738 else
2739 no_cache=1
2740 fi
2741
2742 ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2743
2744 fi;
2745
2746 eval "$ac_cv_use_gpe"
2747 if test "$no_cache" != 1; then
2748 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2749 fi
2750
2751 if test "$wxUSE_GPE" = yes; then
2752 echo "$as_me:$LINENO: result: yes" >&5
2753 echo "${ECHO_T}yes" >&6
2754 else
2755 echo "$as_me:$LINENO: result: no" >&5
2756 echo "${ECHO_T}no" >&6
2757 fi
2758
2759
2760
2761 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2762 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2763 no_cache=0
2764
2765 # Check whether --with-libpng or --without-libpng was given.
2766 if test "${with_libpng+set}" = set; then
2767 withval="$with_libpng"
2768
2769 if test "$withval" = yes; then
2770 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
2771 elif test "$withval" = no; then
2772 ac_cv_use_libpng='wxUSE_LIBPNG=no'
2773 elif test "$withval" = sys; then
2774 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
2775 elif test "$withval" = builtin; then
2776 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
2777 else
2778 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2779 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2780 { (exit 1); exit 1; }; }
2781 fi
2782
2783 else
2784
2785 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2786 if test "x$LINE" != x ; then
2787 eval "DEFAULT_$LINE"
2788 else
2789 no_cache=1
2790 fi
2791
2792 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2793
2794 fi;
2795
2796 eval "$ac_cv_use_libpng"
2797 if test "$no_cache" != 1; then
2798 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2799 fi
2800
2801 if test "$wxUSE_LIBPNG" = yes; then
2802 echo "$as_me:$LINENO: result: yes" >&5
2803 echo "${ECHO_T}yes" >&6
2804 elif test "$wxUSE_LIBPNG" = no; then
2805 echo "$as_me:$LINENO: result: no" >&5
2806 echo "${ECHO_T}no" >&6
2807 elif test "$wxUSE_LIBPNG" = sys; then
2808 echo "$as_me:$LINENO: result: system version" >&5
2809 echo "${ECHO_T}system version" >&6
2810 elif test "$wxUSE_LIBPNG" = builtin; then
2811 echo "$as_me:$LINENO: result: builtin version" >&5
2812 echo "${ECHO_T}builtin version" >&6
2813 else
2814 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2815 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2816 { (exit 1); exit 1; }; }
2817 fi
2818
2819
2820 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2821 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2822 no_cache=0
2823
2824 # Check whether --with-libjpeg or --without-libjpeg was given.
2825 if test "${with_libjpeg+set}" = set; then
2826 withval="$with_libjpeg"
2827
2828 if test "$withval" = yes; then
2829 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
2830 elif test "$withval" = no; then
2831 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
2832 elif test "$withval" = sys; then
2833 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
2834 elif test "$withval" = builtin; then
2835 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
2836 else
2837 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2838 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2839 { (exit 1); exit 1; }; }
2840 fi
2841
2842 else
2843
2844 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2845 if test "x$LINE" != x ; then
2846 eval "DEFAULT_$LINE"
2847 else
2848 no_cache=1
2849 fi
2850
2851 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2852
2853 fi;
2854
2855 eval "$ac_cv_use_libjpeg"
2856 if test "$no_cache" != 1; then
2857 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2858 fi
2859
2860 if test "$wxUSE_LIBJPEG" = yes; then
2861 echo "$as_me:$LINENO: result: yes" >&5
2862 echo "${ECHO_T}yes" >&6
2863 elif test "$wxUSE_LIBJPEG" = no; then
2864 echo "$as_me:$LINENO: result: no" >&5
2865 echo "${ECHO_T}no" >&6
2866 elif test "$wxUSE_LIBJPEG" = sys; then
2867 echo "$as_me:$LINENO: result: system version" >&5
2868 echo "${ECHO_T}system version" >&6
2869 elif test "$wxUSE_LIBJPEG" = builtin; then
2870 echo "$as_me:$LINENO: result: builtin version" >&5
2871 echo "${ECHO_T}builtin version" >&6
2872 else
2873 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2874 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2875 { (exit 1); exit 1; }; }
2876 fi
2877
2878
2879 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2880 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2881 no_cache=0
2882
2883 # Check whether --with-libtiff or --without-libtiff was given.
2884 if test "${with_libtiff+set}" = set; then
2885 withval="$with_libtiff"
2886
2887 if test "$withval" = yes; then
2888 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
2889 elif test "$withval" = no; then
2890 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
2891 elif test "$withval" = sys; then
2892 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
2893 elif test "$withval" = builtin; then
2894 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
2895 else
2896 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2897 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2898 { (exit 1); exit 1; }; }
2899 fi
2900
2901 else
2902
2903 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2904 if test "x$LINE" != x ; then
2905 eval "DEFAULT_$LINE"
2906 else
2907 no_cache=1
2908 fi
2909
2910 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2911
2912 fi;
2913
2914 eval "$ac_cv_use_libtiff"
2915 if test "$no_cache" != 1; then
2916 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2917 fi
2918
2919 if test "$wxUSE_LIBTIFF" = yes; then
2920 echo "$as_me:$LINENO: result: yes" >&5
2921 echo "${ECHO_T}yes" >&6
2922 elif test "$wxUSE_LIBTIFF" = no; then
2923 echo "$as_me:$LINENO: result: no" >&5
2924 echo "${ECHO_T}no" >&6
2925 elif test "$wxUSE_LIBTIFF" = sys; then
2926 echo "$as_me:$LINENO: result: system version" >&5
2927 echo "${ECHO_T}system version" >&6
2928 elif test "$wxUSE_LIBTIFF" = builtin; then
2929 echo "$as_me:$LINENO: result: builtin version" >&5
2930 echo "${ECHO_T}builtin version" >&6
2931 else
2932 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2933 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2934 { (exit 1); exit 1; }; }
2935 fi
2936
2937
2938 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2939 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2940 no_cache=0
2941
2942 # Check whether --with-libxpm or --without-libxpm was given.
2943 if test "${with_libxpm+set}" = set; then
2944 withval="$with_libxpm"
2945
2946 if test "$withval" = yes; then
2947 ac_cv_use_libxpm='wxUSE_LIBXPM=yes'
2948 elif test "$withval" = no; then
2949 ac_cv_use_libxpm='wxUSE_LIBXPM=no'
2950 elif test "$withval" = sys; then
2951 ac_cv_use_libxpm='wxUSE_LIBXPM=sys'
2952 elif test "$withval" = builtin; then
2953 ac_cv_use_libxpm='wxUSE_LIBXPM=builtin'
2954 else
2955 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2956 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2957 { (exit 1); exit 1; }; }
2958 fi
2959
2960 else
2961
2962 LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2963 if test "x$LINE" != x ; then
2964 eval "DEFAULT_$LINE"
2965 else
2966 no_cache=1
2967 fi
2968
2969 ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2970
2971 fi;
2972
2973 eval "$ac_cv_use_libxpm"
2974 if test "$no_cache" != 1; then
2975 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2976 fi
2977
2978 if test "$wxUSE_LIBXPM" = yes; then
2979 echo "$as_me:$LINENO: result: yes" >&5
2980 echo "${ECHO_T}yes" >&6
2981 elif test "$wxUSE_LIBXPM" = no; then
2982 echo "$as_me:$LINENO: result: no" >&5
2983 echo "${ECHO_T}no" >&6
2984 elif test "$wxUSE_LIBXPM" = sys; then
2985 echo "$as_me:$LINENO: result: system version" >&5
2986 echo "${ECHO_T}system version" >&6
2987 elif test "$wxUSE_LIBXPM" = builtin; then
2988 echo "$as_me:$LINENO: result: builtin version" >&5
2989 echo "${ECHO_T}builtin version" >&6
2990 else
2991 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2992 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2993 { (exit 1); exit 1; }; }
2994 fi
2995
2996
2997 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
2998 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
2999 no_cache=0
3000
3001 # Check whether --with-libmspack or --without-libmspack was given.
3002 if test "${with_libmspack+set}" = set; then
3003 withval="$with_libmspack"
3004
3005 if test "$withval" = yes; then
3006 ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3007 else
3008 ac_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3009 fi
3010
3011 else
3012
3013 LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3014 if test "x$LINE" != x ; then
3015 eval "DEFAULT_$LINE"
3016 else
3017 no_cache=1
3018 fi
3019
3020 ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3021
3022 fi;
3023
3024 eval "$ac_cv_use_libmspack"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3027 fi
3028
3029 if test "$wxUSE_LIBMSPACK" = yes; then
3030 echo "$as_me:$LINENO: result: yes" >&5
3031 echo "${ECHO_T}yes" >&6
3032 else
3033 echo "$as_me:$LINENO: result: no" >&5
3034 echo "${ECHO_T}no" >&6
3035 fi
3036
3037
3038 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3039 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3040 no_cache=0
3041
3042 # Check whether --with-sdl or --without-sdl was given.
3043 if test "${with_sdl+set}" = set; then
3044 withval="$with_sdl"
3045
3046 if test "$withval" = yes; then
3047 ac_cv_use_sdl='wxUSE_LIBSDL=yes'
3048 else
3049 ac_cv_use_sdl='wxUSE_LIBSDL=no'
3050 fi
3051
3052 else
3053
3054 LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3055 if test "x$LINE" != x ; then
3056 eval "DEFAULT_$LINE"
3057 else
3058 no_cache=1
3059 fi
3060
3061 ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3062
3063 fi;
3064
3065 eval "$ac_cv_use_sdl"
3066 if test "$no_cache" != 1; then
3067 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3068 fi
3069
3070 if test "$wxUSE_LIBSDL" = yes; then
3071 echo "$as_me:$LINENO: result: yes" >&5
3072 echo "${ECHO_T}yes" >&6
3073 else
3074 echo "$as_me:$LINENO: result: no" >&5
3075 echo "${ECHO_T}no" >&6
3076 fi
3077
3078
3079 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3080 echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3081 no_cache=0
3082
3083 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3084 if test "${with_gnomeprint+set}" = set; then
3085 withval="$with_gnomeprint"
3086
3087 if test "$withval" = yes; then
3088 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
3089 else
3090 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
3091 fi
3092
3093 else
3094
3095 LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3096 if test "x$LINE" != x ; then
3097 eval "DEFAULT_$LINE"
3098 else
3099 no_cache=1
3100 fi
3101
3102 ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3103
3104 fi;
3105
3106 eval "$ac_cv_use_gnomeprint"
3107 if test "$no_cache" != 1; then
3108 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3109 fi
3110
3111 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3112 echo "$as_me:$LINENO: result: yes" >&5
3113 echo "${ECHO_T}yes" >&6
3114 else
3115 echo "$as_me:$LINENO: result: no" >&5
3116 echo "${ECHO_T}no" >&6
3117 fi
3118
3119
3120 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3121 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3122 no_cache=0
3123
3124 # Check whether --with-opengl or --without-opengl was given.
3125 if test "${with_opengl+set}" = set; then
3126 withval="$with_opengl"
3127
3128 if test "$withval" = yes; then
3129 ac_cv_use_opengl='wxUSE_OPENGL=yes'
3130 else
3131 ac_cv_use_opengl='wxUSE_OPENGL=no'
3132 fi
3133
3134 else
3135
3136 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3137 if test "x$LINE" != x ; then
3138 eval "DEFAULT_$LINE"
3139 else
3140 no_cache=1
3141 fi
3142
3143 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3144
3145 fi;
3146
3147 eval "$ac_cv_use_opengl"
3148 if test "$no_cache" != 1; then
3149 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3150 fi
3151
3152 if test "$wxUSE_OPENGL" = yes; then
3153 echo "$as_me:$LINENO: result: yes" >&5
3154 echo "${ECHO_T}yes" >&6
3155 else
3156 echo "$as_me:$LINENO: result: no" >&5
3157 echo "${ECHO_T}no" >&6
3158 fi
3159
3160
3161 fi
3162
3163
3164 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3165 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3166 no_cache=0
3167
3168 # Check whether --with-dmalloc or --without-dmalloc was given.
3169 if test "${with_dmalloc+set}" = set; then
3170 withval="$with_dmalloc"
3171
3172 if test "$withval" = yes; then
3173 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
3174 else
3175 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
3176 fi
3177
3178 else
3179
3180 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3181 if test "x$LINE" != x ; then
3182 eval "DEFAULT_$LINE"
3183 else
3184 no_cache=1
3185 fi
3186
3187 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3188
3189 fi;
3190
3191 eval "$ac_cv_use_dmalloc"
3192 if test "$no_cache" != 1; then
3193 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3194 fi
3195
3196 if test "$wxUSE_DMALLOC" = yes; then
3197 echo "$as_me:$LINENO: result: yes" >&5
3198 echo "${ECHO_T}yes" >&6
3199 else
3200 echo "$as_me:$LINENO: result: no" >&5
3201 echo "${ECHO_T}no" >&6
3202 fi
3203
3204
3205 echo "$as_me:$LINENO: checking for --with-regex" >&5
3206 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3207 no_cache=0
3208
3209 # Check whether --with-regex or --without-regex was given.
3210 if test "${with_regex+set}" = set; then
3211 withval="$with_regex"
3212
3213 if test "$withval" = yes; then
3214 ac_cv_use_regex='wxUSE_REGEX=yes'
3215 elif test "$withval" = no; then
3216 ac_cv_use_regex='wxUSE_REGEX=no'
3217 elif test "$withval" = sys; then
3218 ac_cv_use_regex='wxUSE_REGEX=sys'
3219 elif test "$withval" = builtin; then
3220 ac_cv_use_regex='wxUSE_REGEX=builtin'
3221 else
3222 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3223 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3224 { (exit 1); exit 1; }; }
3225 fi
3226
3227 else
3228
3229 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3230 if test "x$LINE" != x ; then
3231 eval "DEFAULT_$LINE"
3232 else
3233 no_cache=1
3234 fi
3235
3236 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3237
3238 fi;
3239
3240 eval "$ac_cv_use_regex"
3241 if test "$no_cache" != 1; then
3242 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3243 fi
3244
3245 if test "$wxUSE_REGEX" = yes; then
3246 echo "$as_me:$LINENO: result: yes" >&5
3247 echo "${ECHO_T}yes" >&6
3248 elif test "$wxUSE_REGEX" = no; then
3249 echo "$as_me:$LINENO: result: no" >&5
3250 echo "${ECHO_T}no" >&6
3251 elif test "$wxUSE_REGEX" = sys; then
3252 echo "$as_me:$LINENO: result: system version" >&5
3253 echo "${ECHO_T}system version" >&6
3254 elif test "$wxUSE_REGEX" = builtin; then
3255 echo "$as_me:$LINENO: result: builtin version" >&5
3256 echo "${ECHO_T}builtin version" >&6
3257 else
3258 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3259 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3260 { (exit 1); exit 1; }; }
3261 fi
3262
3263
3264 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3265 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3266 no_cache=0
3267
3268 # Check whether --with-zlib or --without-zlib was given.
3269 if test "${with_zlib+set}" = set; then
3270 withval="$with_zlib"
3271
3272 if test "$withval" = yes; then
3273 ac_cv_use_zlib='wxUSE_ZLIB=yes'
3274 elif test "$withval" = no; then
3275 ac_cv_use_zlib='wxUSE_ZLIB=no'
3276 elif test "$withval" = sys; then
3277 ac_cv_use_zlib='wxUSE_ZLIB=sys'
3278 elif test "$withval" = builtin; then
3279 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
3280 else
3281 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3282 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3283 { (exit 1); exit 1; }; }
3284 fi
3285
3286 else
3287
3288 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3289 if test "x$LINE" != x ; then
3290 eval "DEFAULT_$LINE"
3291 else
3292 no_cache=1
3293 fi
3294
3295 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3296
3297 fi;
3298
3299 eval "$ac_cv_use_zlib"
3300 if test "$no_cache" != 1; then
3301 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3302 fi
3303
3304 if test "$wxUSE_ZLIB" = yes; then
3305 echo "$as_me:$LINENO: result: yes" >&5
3306 echo "${ECHO_T}yes" >&6
3307 elif test "$wxUSE_ZLIB" = no; then
3308 echo "$as_me:$LINENO: result: no" >&5
3309 echo "${ECHO_T}no" >&6
3310 elif test "$wxUSE_ZLIB" = sys; then
3311 echo "$as_me:$LINENO: result: system version" >&5
3312 echo "${ECHO_T}system version" >&6
3313 elif test "$wxUSE_ZLIB" = builtin; then
3314 echo "$as_me:$LINENO: result: builtin version" >&5
3315 echo "${ECHO_T}builtin version" >&6
3316 else
3317 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3318 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3319 { (exit 1); exit 1; }; }
3320 fi
3321
3322
3323 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3324 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3325 no_cache=0
3326
3327 # Check whether --with-odbc or --without-odbc was given.
3328 if test "${with_odbc+set}" = set; then
3329 withval="$with_odbc"
3330
3331 if test "$withval" = yes; then
3332 ac_cv_use_odbc='wxUSE_ODBC=yes'
3333 elif test "$withval" = no; then
3334 ac_cv_use_odbc='wxUSE_ODBC=no'
3335 elif test "$withval" = sys; then
3336 ac_cv_use_odbc='wxUSE_ODBC=sys'
3337 elif test "$withval" = builtin; then
3338 ac_cv_use_odbc='wxUSE_ODBC=builtin'
3339 else
3340 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3341 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3342 { (exit 1); exit 1; }; }
3343 fi
3344
3345 else
3346
3347 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3348 if test "x$LINE" != x ; then
3349 eval "DEFAULT_$LINE"
3350 else
3351 no_cache=1
3352 fi
3353
3354 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3355
3356 fi;
3357
3358 eval "$ac_cv_use_odbc"
3359 if test "$no_cache" != 1; then
3360 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3361 fi
3362
3363 if test "$wxUSE_ODBC" = yes; then
3364 echo "$as_me:$LINENO: result: yes" >&5
3365 echo "${ECHO_T}yes" >&6
3366 elif test "$wxUSE_ODBC" = no; then
3367 echo "$as_me:$LINENO: result: no" >&5
3368 echo "${ECHO_T}no" >&6
3369 elif test "$wxUSE_ODBC" = sys; then
3370 echo "$as_me:$LINENO: result: system version" >&5
3371 echo "${ECHO_T}system version" >&6
3372 elif test "$wxUSE_ODBC" = builtin; then
3373 echo "$as_me:$LINENO: result: builtin version" >&5
3374 echo "${ECHO_T}builtin version" >&6
3375 else
3376 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3377 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3378 { (exit 1); exit 1; }; }
3379 fi
3380
3381
3382 echo "$as_me:$LINENO: checking for --with-expat" >&5
3383 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3384 no_cache=0
3385
3386 # Check whether --with-expat or --without-expat was given.
3387 if test "${with_expat+set}" = set; then
3388 withval="$with_expat"
3389
3390 if test "$withval" = yes; then
3391 ac_cv_use_expat='wxUSE_EXPAT=yes'
3392 elif test "$withval" = no; then
3393 ac_cv_use_expat='wxUSE_EXPAT=no'
3394 elif test "$withval" = sys; then
3395 ac_cv_use_expat='wxUSE_EXPAT=sys'
3396 elif test "$withval" = builtin; then
3397 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3398 else
3399 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3400 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3401 { (exit 1); exit 1; }; }
3402 fi
3403
3404 else
3405
3406 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3407 if test "x$LINE" != x ; then
3408 eval "DEFAULT_$LINE"
3409 else
3410 no_cache=1
3411 fi
3412
3413 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3414
3415 fi;
3416
3417 eval "$ac_cv_use_expat"
3418 if test "$no_cache" != 1; then
3419 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3420 fi
3421
3422 if test "$wxUSE_EXPAT" = yes; then
3423 echo "$as_me:$LINENO: result: yes" >&5
3424 echo "${ECHO_T}yes" >&6
3425 elif test "$wxUSE_EXPAT" = no; then
3426 echo "$as_me:$LINENO: result: no" >&5
3427 echo "${ECHO_T}no" >&6
3428 elif test "$wxUSE_EXPAT" = sys; then
3429 echo "$as_me:$LINENO: result: system version" >&5
3430 echo "${ECHO_T}system version" >&6
3431 elif test "$wxUSE_EXPAT" = builtin; then
3432 echo "$as_me:$LINENO: result: builtin version" >&5
3433 echo "${ECHO_T}builtin version" >&6
3434 else
3435 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3436 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3437 { (exit 1); exit 1; }; }
3438 fi
3439
3440
3441
3442
3443 enablestring=
3444 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3445 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3446 no_cache=0
3447 # Check whether --enable-shared or --disable-shared was given.
3448 if test "${enable_shared+set}" = set; then
3449 enableval="$enable_shared"
3450
3451 if test "$enableval" = yes; then
3452 ac_cv_use_shared='wxUSE_SHARED=yes'
3453 else
3454 ac_cv_use_shared='wxUSE_SHARED=no'
3455 fi
3456
3457 else
3458
3459 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3460 if test "x$LINE" != x ; then
3461 eval "DEFAULT_$LINE"
3462 else
3463 no_cache=1
3464 fi
3465
3466 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3467
3468 fi;
3469
3470 eval "$ac_cv_use_shared"
3471 if test "$no_cache" != 1; then
3472 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3473 fi
3474
3475 if test "$wxUSE_SHARED" = yes; then
3476 echo "$as_me:$LINENO: result: yes" >&5
3477 echo "${ECHO_T}yes" >&6
3478 else
3479 echo "$as_me:$LINENO: result: no" >&5
3480 echo "${ECHO_T}no" >&6
3481 fi
3482
3483
3484 enablestring=
3485 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3486 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3487 no_cache=0
3488 # Check whether --enable-optimise or --disable-optimise was given.
3489 if test "${enable_optimise+set}" = set; then
3490 enableval="$enable_optimise"
3491
3492 if test "$enableval" = yes; then
3493 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3494 else
3495 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3496 fi
3497
3498 else
3499
3500 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3501 if test "x$LINE" != x ; then
3502 eval "DEFAULT_$LINE"
3503 else
3504 no_cache=1
3505 fi
3506
3507 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3508
3509 fi;
3510
3511 eval "$ac_cv_use_optimise"
3512 if test "$no_cache" != 1; then
3513 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3514 fi
3515
3516 if test "$wxUSE_OPTIMISE" = yes; then
3517 echo "$as_me:$LINENO: result: yes" >&5
3518 echo "${ECHO_T}yes" >&6
3519 else
3520 echo "$as_me:$LINENO: result: no" >&5
3521 echo "${ECHO_T}no" >&6
3522 fi
3523
3524
3525 enablestring=
3526 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3527 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3528 no_cache=0
3529 # Check whether --enable-debug or --disable-debug was given.
3530 if test "${enable_debug+set}" = set; then
3531 enableval="$enable_debug"
3532
3533 if test "$enableval" = yes; then
3534 ac_cv_use_debug='wxUSE_DEBUG=yes'
3535 else
3536 ac_cv_use_debug='wxUSE_DEBUG=no'
3537 fi
3538
3539 else
3540
3541 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3542 if test "x$LINE" != x ; then
3543 eval "DEFAULT_$LINE"
3544 else
3545 no_cache=1
3546 fi
3547
3548 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3549
3550 fi;
3551
3552 eval "$ac_cv_use_debug"
3553 if test "$no_cache" != 1; then
3554 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3555 fi
3556
3557 if test "$wxUSE_DEBUG" = yes; then
3558 echo "$as_me:$LINENO: result: yes" >&5
3559 echo "${ECHO_T}yes" >&6
3560 else
3561 echo "$as_me:$LINENO: result: no" >&5
3562 echo "${ECHO_T}no" >&6
3563 fi
3564
3565
3566 enablestring=
3567 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3568 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3569 no_cache=0
3570 # Check whether --enable-stl or --disable-stl was given.
3571 if test "${enable_stl+set}" = set; then
3572 enableval="$enable_stl"
3573
3574 if test "$enableval" = yes; then
3575 ac_cv_use_stl='wxUSE_STL=yes'
3576 else
3577 ac_cv_use_stl='wxUSE_STL=no'
3578 fi
3579
3580 else
3581
3582 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3583 if test "x$LINE" != x ; then
3584 eval "DEFAULT_$LINE"
3585 else
3586 no_cache=1
3587 fi
3588
3589 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3590
3591 fi;
3592
3593 eval "$ac_cv_use_stl"
3594 if test "$no_cache" != 1; then
3595 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3596 fi
3597
3598 if test "$wxUSE_STL" = yes; then
3599 echo "$as_me:$LINENO: result: yes" >&5
3600 echo "${ECHO_T}yes" >&6
3601 else
3602 echo "$as_me:$LINENO: result: no" >&5
3603 echo "${ECHO_T}no" >&6
3604 fi
3605
3606 if test "$USE_OS2" = "1"; then
3607 DEFAULT_wxUSE_OMF=no
3608
3609 enablestring=
3610 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3611 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3612 no_cache=0
3613 # Check whether --enable-omf or --disable-omf was given.
3614 if test "${enable_omf+set}" = set; then
3615 enableval="$enable_omf"
3616
3617 if test "$enableval" = yes; then
3618 ac_cv_use_omf='wxUSE_OMF=yes'
3619 else
3620 ac_cv_use_omf='wxUSE_OMF=no'
3621 fi
3622
3623 else
3624
3625 LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3626 if test "x$LINE" != x ; then
3627 eval "DEFAULT_$LINE"
3628 else
3629 no_cache=1
3630 fi
3631
3632 ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3633
3634 fi;
3635
3636 eval "$ac_cv_use_omf"
3637 if test "$no_cache" != 1; then
3638 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3639 fi
3640
3641 if test "$wxUSE_OMF" = yes; then
3642 echo "$as_me:$LINENO: result: yes" >&5
3643 echo "${ECHO_T}yes" >&6
3644 else
3645 echo "$as_me:$LINENO: result: no" >&5
3646 echo "${ECHO_T}no" >&6
3647 fi
3648
3649 fi
3650
3651 if test "$wxUSE_DEBUG" = "yes"; then
3652 DEFAULT_wxUSE_DEBUG_FLAG=yes
3653 DEFAULT_wxUSE_DEBUG_INFO=yes
3654 BUILD=debug
3655 elif test "$wxUSE_DEBUG" = "no"; then
3656 DEFAULT_wxUSE_DEBUG_FLAG=no
3657 DEFAULT_wxUSE_DEBUG_INFO=no
3658 BUILD=release
3659 fi
3660
3661
3662 enablestring=
3663 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3664 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3665 no_cache=0
3666 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3667 if test "${enable_debug_flag+set}" = set; then
3668 enableval="$enable_debug_flag"
3669
3670 if test "$enableval" = yes; then
3671 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3672 else
3673 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3674 fi
3675
3676 else
3677
3678 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3679 if test "x$LINE" != x ; then
3680 eval "DEFAULT_$LINE"
3681 else
3682 no_cache=1
3683 fi
3684
3685 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3686
3687 fi;
3688
3689 eval "$ac_cv_use_debug_flag"
3690 if test "$no_cache" != 1; then
3691 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3692 fi
3693
3694 if test "$wxUSE_DEBUG_FLAG" = yes; then
3695 echo "$as_me:$LINENO: result: yes" >&5
3696 echo "${ECHO_T}yes" >&6
3697 else
3698 echo "$as_me:$LINENO: result: no" >&5
3699 echo "${ECHO_T}no" >&6
3700 fi
3701
3702
3703 enablestring=
3704 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3705 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3706 no_cache=0
3707 # Check whether --enable-debug_info or --disable-debug_info was given.
3708 if test "${enable_debug_info+set}" = set; then
3709 enableval="$enable_debug_info"
3710
3711 if test "$enableval" = yes; then
3712 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3713 else
3714 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3715 fi
3716
3717 else
3718
3719 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3720 if test "x$LINE" != x ; then
3721 eval "DEFAULT_$LINE"
3722 else
3723 no_cache=1
3724 fi
3725
3726 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3727
3728 fi;
3729
3730 eval "$ac_cv_use_debug_info"
3731 if test "$no_cache" != 1; then
3732 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3733 fi
3734
3735 if test "$wxUSE_DEBUG_INFO" = yes; then
3736 echo "$as_me:$LINENO: result: yes" >&5
3737 echo "${ECHO_T}yes" >&6
3738 else
3739 echo "$as_me:$LINENO: result: no" >&5
3740 echo "${ECHO_T}no" >&6
3741 fi
3742
3743
3744 enablestring=
3745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3746 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3747 no_cache=0
3748 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3749 if test "${enable_debug_gdb+set}" = set; then
3750 enableval="$enable_debug_gdb"
3751
3752 if test "$enableval" = yes; then
3753 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3754 else
3755 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3756 fi
3757
3758 else
3759
3760 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3761 if test "x$LINE" != x ; then
3762 eval "DEFAULT_$LINE"
3763 else
3764 no_cache=1
3765 fi
3766
3767 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3768
3769 fi;
3770
3771 eval "$ac_cv_use_debug_gdb"
3772 if test "$no_cache" != 1; then
3773 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3774 fi
3775
3776 if test "$wxUSE_DEBUG_GDB" = yes; then
3777 echo "$as_me:$LINENO: result: yes" >&5
3778 echo "${ECHO_T}yes" >&6
3779 else
3780 echo "$as_me:$LINENO: result: no" >&5
3781 echo "${ECHO_T}no" >&6
3782 fi
3783
3784
3785 enablestring=
3786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3787 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3788 no_cache=0
3789 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3790 if test "${enable_debug_cntxt+set}" = set; then
3791 enableval="$enable_debug_cntxt"
3792
3793 if test "$enableval" = yes; then
3794 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3795 else
3796 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3797 fi
3798
3799 else
3800
3801 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3802 if test "x$LINE" != x ; then
3803 eval "DEFAULT_$LINE"
3804 else
3805 no_cache=1
3806 fi
3807
3808 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3809
3810 fi;
3811
3812 eval "$ac_cv_use_debug_cntxt"
3813 if test "$no_cache" != 1; then
3814 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3815 fi
3816
3817 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3818 echo "$as_me:$LINENO: result: yes" >&5
3819 echo "${ECHO_T}yes" >&6
3820 else
3821 echo "$as_me:$LINENO: result: no" >&5
3822 echo "${ECHO_T}no" >&6
3823 fi
3824
3825
3826 enablestring=
3827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3828 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3829 no_cache=0
3830 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3831 if test "${enable_mem_tracing+set}" = set; then
3832 enableval="$enable_mem_tracing"
3833
3834 if test "$enableval" = yes; then
3835 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3836 else
3837 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3838 fi
3839
3840 else
3841
3842 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3843 if test "x$LINE" != x ; then
3844 eval "DEFAULT_$LINE"
3845 else
3846 no_cache=1
3847 fi
3848
3849 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3850
3851 fi;
3852
3853 eval "$ac_cv_use_mem_tracing"
3854 if test "$no_cache" != 1; then
3855 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3856 fi
3857
3858 if test "$wxUSE_MEM_TRACING" = yes; then
3859 echo "$as_me:$LINENO: result: yes" >&5
3860 echo "${ECHO_T}yes" >&6
3861 else
3862 echo "$as_me:$LINENO: result: no" >&5
3863 echo "${ECHO_T}no" >&6
3864 fi
3865
3866
3867 enablestring=
3868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3869 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3870 no_cache=0
3871 # Check whether --enable-profile or --disable-profile was given.
3872 if test "${enable_profile+set}" = set; then
3873 enableval="$enable_profile"
3874
3875 if test "$enableval" = yes; then
3876 ac_cv_use_profile='wxUSE_PROFILE=yes'
3877 else
3878 ac_cv_use_profile='wxUSE_PROFILE=no'
3879 fi
3880
3881 else
3882
3883 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3884 if test "x$LINE" != x ; then
3885 eval "DEFAULT_$LINE"
3886 else
3887 no_cache=1
3888 fi
3889
3890 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3891
3892 fi;
3893
3894 eval "$ac_cv_use_profile"
3895 if test "$no_cache" != 1; then
3896 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3897 fi
3898
3899 if test "$wxUSE_PROFILE" = yes; then
3900 echo "$as_me:$LINENO: result: yes" >&5
3901 echo "${ECHO_T}yes" >&6
3902 else
3903 echo "$as_me:$LINENO: result: no" >&5
3904 echo "${ECHO_T}no" >&6
3905 fi
3906
3907
3908 enablestring=
3909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3910 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3911 no_cache=0
3912 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3913 if test "${enable_no_rtti+set}" = set; then
3914 enableval="$enable_no_rtti"
3915
3916 if test "$enableval" = yes; then
3917 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3918 else
3919 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3920 fi
3921
3922 else
3923
3924 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3925 if test "x$LINE" != x ; then
3926 eval "DEFAULT_$LINE"
3927 else
3928 no_cache=1
3929 fi
3930
3931 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3932
3933 fi;
3934
3935 eval "$ac_cv_use_no_rtti"
3936 if test "$no_cache" != 1; then
3937 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3938 fi
3939
3940 if test "$wxUSE_NO_RTTI" = yes; then
3941 echo "$as_me:$LINENO: result: yes" >&5
3942 echo "${ECHO_T}yes" >&6
3943 else
3944 echo "$as_me:$LINENO: result: no" >&5
3945 echo "${ECHO_T}no" >&6
3946 fi
3947
3948
3949 enablestring=
3950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3951 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3952 no_cache=0
3953 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3954 if test "${enable_no_exceptions+set}" = set; then
3955 enableval="$enable_no_exceptions"
3956
3957 if test "$enableval" = yes; then
3958 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3959 else
3960 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3961 fi
3962
3963 else
3964
3965 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3966 if test "x$LINE" != x ; then
3967 eval "DEFAULT_$LINE"
3968 else
3969 no_cache=1
3970 fi
3971
3972 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3973
3974 fi;
3975
3976 eval "$ac_cv_use_no_exceptions"
3977 if test "$no_cache" != 1; then
3978 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3979 fi
3980
3981 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3982 echo "$as_me:$LINENO: result: yes" >&5
3983 echo "${ECHO_T}yes" >&6
3984 else
3985 echo "$as_me:$LINENO: result: no" >&5
3986 echo "${ECHO_T}no" >&6
3987 fi
3988
3989
3990 enablestring=
3991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3992 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3993 no_cache=0
3994 # Check whether --enable-permissive or --disable-permissive was given.
3995 if test "${enable_permissive+set}" = set; then
3996 enableval="$enable_permissive"
3997
3998 if test "$enableval" = yes; then
3999 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
4000 else
4001 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
4002 fi
4003
4004 else
4005
4006 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4007 if test "x$LINE" != x ; then
4008 eval "DEFAULT_$LINE"
4009 else
4010 no_cache=1
4011 fi
4012
4013 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4014
4015 fi;
4016
4017 eval "$ac_cv_use_permissive"
4018 if test "$no_cache" != 1; then
4019 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4020 fi
4021
4022 if test "$wxUSE_PERMISSIVE" = yes; then
4023 echo "$as_me:$LINENO: result: yes" >&5
4024 echo "${ECHO_T}yes" >&6
4025 else
4026 echo "$as_me:$LINENO: result: no" >&5
4027 echo "${ECHO_T}no" >&6
4028 fi
4029
4030
4031 enablestring=
4032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4033 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4034 no_cache=0
4035 # Check whether --enable-no_deps or --disable-no_deps was given.
4036 if test "${enable_no_deps+set}" = set; then
4037 enableval="$enable_no_deps"
4038
4039 if test "$enableval" = yes; then
4040 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
4041 else
4042 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
4043 fi
4044
4045 else
4046
4047 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4048 if test "x$LINE" != x ; then
4049 eval "DEFAULT_$LINE"
4050 else
4051 no_cache=1
4052 fi
4053
4054 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4055
4056 fi;
4057
4058 eval "$ac_cv_use_no_deps"
4059 if test "$no_cache" != 1; then
4060 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4061 fi
4062
4063 if test "$wxUSE_NO_DEPS" = yes; then
4064 echo "$as_me:$LINENO: result: yes" >&5
4065 echo "${ECHO_T}yes" >&6
4066 else
4067 echo "$as_me:$LINENO: result: no" >&5
4068 echo "${ECHO_T}no" >&6
4069 fi
4070
4071
4072
4073 enablestring=
4074 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4075 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4076 no_cache=0
4077 # Check whether --enable-compat22 or --disable-compat22 was given.
4078 if test "${enable_compat22+set}" = set; then
4079 enableval="$enable_compat22"
4080
4081 if test "$enableval" = yes; then
4082 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
4083 else
4084 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
4085 fi
4086
4087 else
4088
4089 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4090 if test "x$LINE" != x ; then
4091 eval "DEFAULT_$LINE"
4092 else
4093 no_cache=1
4094 fi
4095
4096 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4097
4098 fi;
4099
4100 eval "$ac_cv_use_compat22"
4101 if test "$no_cache" != 1; then
4102 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4103 fi
4104
4105 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4106 echo "$as_me:$LINENO: result: yes" >&5
4107 echo "${ECHO_T}yes" >&6
4108 else
4109 echo "$as_me:$LINENO: result: no" >&5
4110 echo "${ECHO_T}no" >&6
4111 fi
4112
4113
4114 enablestring=disable
4115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4116 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4117 no_cache=0
4118 # Check whether --enable-compat24 or --disable-compat24 was given.
4119 if test "${enable_compat24+set}" = set; then
4120 enableval="$enable_compat24"
4121
4122 if test "$enableval" = yes; then
4123 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
4124 else
4125 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
4126 fi
4127
4128 else
4129
4130 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4131 if test "x$LINE" != x ; then
4132 eval "DEFAULT_$LINE"
4133 else
4134 no_cache=1
4135 fi
4136
4137 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4138
4139 fi;
4140
4141 eval "$ac_cv_use_compat24"
4142 if test "$no_cache" != 1; then
4143 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4144 fi
4145
4146 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4147 echo "$as_me:$LINENO: result: yes" >&5
4148 echo "${ECHO_T}yes" >&6
4149 else
4150 echo "$as_me:$LINENO: result: no" >&5
4151 echo "${ECHO_T}no" >&6
4152 fi
4153
4154
4155
4156 enablestring=
4157 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4158 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4159 no_cache=0
4160 # Check whether --enable-rpath or --disable-rpath was given.
4161 if test "${enable_rpath+set}" = set; then
4162 enableval="$enable_rpath"
4163
4164 if test "$enableval" = yes; then
4165 ac_cv_use_rpath='wxUSE_RPATH=yes'
4166 else
4167 ac_cv_use_rpath='wxUSE_RPATH=no'
4168 fi
4169
4170 else
4171
4172 LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4173 if test "x$LINE" != x ; then
4174 eval "DEFAULT_$LINE"
4175 else
4176 no_cache=1
4177 fi
4178
4179 ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4180
4181 fi;
4182
4183 eval "$ac_cv_use_rpath"
4184 if test "$no_cache" != 1; then
4185 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4186 fi
4187
4188 if test "$wxUSE_RPATH" = yes; then
4189 echo "$as_me:$LINENO: result: yes" >&5
4190 echo "${ECHO_T}yes" >&6
4191 else
4192 echo "$as_me:$LINENO: result: no" >&5
4193 echo "${ECHO_T}no" >&6
4194 fi
4195
4196
4197
4198
4199
4200 enablestring=
4201 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4202 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4203 no_cache=0
4204 # Check whether --enable-intl or --disable-intl was given.
4205 if test "${enable_intl+set}" = set; then
4206 enableval="$enable_intl"
4207
4208 if test "$enableval" = yes; then
4209 ac_cv_use_intl='wxUSE_INTL=yes'
4210 else
4211 ac_cv_use_intl='wxUSE_INTL=no'
4212 fi
4213
4214 else
4215
4216 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4217 if test "x$LINE" != x ; then
4218 eval "DEFAULT_$LINE"
4219 else
4220 no_cache=1
4221 fi
4222
4223 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4224
4225 fi;
4226
4227 eval "$ac_cv_use_intl"
4228 if test "$no_cache" != 1; then
4229 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4230 fi
4231
4232 if test "$wxUSE_INTL" = yes; then
4233 echo "$as_me:$LINENO: result: yes" >&5
4234 echo "${ECHO_T}yes" >&6
4235 else
4236 echo "$as_me:$LINENO: result: no" >&5
4237 echo "${ECHO_T}no" >&6
4238 fi
4239
4240
4241 enablestring=
4242 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4243 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4244 no_cache=0
4245 # Check whether --enable-config or --disable-config was given.
4246 if test "${enable_config+set}" = set; then
4247 enableval="$enable_config"
4248
4249 if test "$enableval" = yes; then
4250 ac_cv_use_config='wxUSE_CONFIG=yes'
4251 else
4252 ac_cv_use_config='wxUSE_CONFIG=no'
4253 fi
4254
4255 else
4256
4257 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4258 if test "x$LINE" != x ; then
4259 eval "DEFAULT_$LINE"
4260 else
4261 no_cache=1
4262 fi
4263
4264 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4265
4266 fi;
4267
4268 eval "$ac_cv_use_config"
4269 if test "$no_cache" != 1; then
4270 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4271 fi
4272
4273 if test "$wxUSE_CONFIG" = yes; then
4274 echo "$as_me:$LINENO: result: yes" >&5
4275 echo "${ECHO_T}yes" >&6
4276 else
4277 echo "$as_me:$LINENO: result: no" >&5
4278 echo "${ECHO_T}no" >&6
4279 fi
4280
4281
4282
4283 enablestring=
4284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4285 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4286 no_cache=0
4287 # Check whether --enable-protocols or --disable-protocols was given.
4288 if test "${enable_protocols+set}" = set; then
4289 enableval="$enable_protocols"
4290
4291 if test "$enableval" = yes; then
4292 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
4293 else
4294 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
4295 fi
4296
4297 else
4298
4299 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4300 if test "x$LINE" != x ; then
4301 eval "DEFAULT_$LINE"
4302 else
4303 no_cache=1
4304 fi
4305
4306 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4307
4308 fi;
4309
4310 eval "$ac_cv_use_protocols"
4311 if test "$no_cache" != 1; then
4312 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4313 fi
4314
4315 if test "$wxUSE_PROTOCOL" = yes; then
4316 echo "$as_me:$LINENO: result: yes" >&5
4317 echo "${ECHO_T}yes" >&6
4318 else
4319 echo "$as_me:$LINENO: result: no" >&5
4320 echo "${ECHO_T}no" >&6
4321 fi
4322
4323
4324 enablestring=
4325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4326 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4327 no_cache=0
4328 # Check whether --enable-ftp or --disable-ftp was given.
4329 if test "${enable_ftp+set}" = set; then
4330 enableval="$enable_ftp"
4331
4332 if test "$enableval" = yes; then
4333 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
4334 else
4335 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
4336 fi
4337
4338 else
4339
4340 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4341 if test "x$LINE" != x ; then
4342 eval "DEFAULT_$LINE"
4343 else
4344 no_cache=1
4345 fi
4346
4347 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4348
4349 fi;
4350
4351 eval "$ac_cv_use_ftp"
4352 if test "$no_cache" != 1; then
4353 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4354 fi
4355
4356 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4357 echo "$as_me:$LINENO: result: yes" >&5
4358 echo "${ECHO_T}yes" >&6
4359 else
4360 echo "$as_me:$LINENO: result: no" >&5
4361 echo "${ECHO_T}no" >&6
4362 fi
4363
4364
4365 enablestring=
4366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4367 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4368 no_cache=0
4369 # Check whether --enable-http or --disable-http was given.
4370 if test "${enable_http+set}" = set; then
4371 enableval="$enable_http"
4372
4373 if test "$enableval" = yes; then
4374 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
4375 else
4376 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
4377 fi
4378
4379 else
4380
4381 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4382 if test "x$LINE" != x ; then
4383 eval "DEFAULT_$LINE"
4384 else
4385 no_cache=1
4386 fi
4387
4388 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4389
4390 fi;
4391
4392 eval "$ac_cv_use_http"
4393 if test "$no_cache" != 1; then
4394 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4395 fi
4396
4397 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4398 echo "$as_me:$LINENO: result: yes" >&5
4399 echo "${ECHO_T}yes" >&6
4400 else
4401 echo "$as_me:$LINENO: result: no" >&5
4402 echo "${ECHO_T}no" >&6
4403 fi
4404
4405
4406 enablestring=
4407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4408 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4409 no_cache=0
4410 # Check whether --enable-fileproto or --disable-fileproto was given.
4411 if test "${enable_fileproto+set}" = set; then
4412 enableval="$enable_fileproto"
4413
4414 if test "$enableval" = yes; then
4415 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4416 else
4417 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4418 fi
4419
4420 else
4421
4422 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4423 if test "x$LINE" != x ; then
4424 eval "DEFAULT_$LINE"
4425 else
4426 no_cache=1
4427 fi
4428
4429 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4430
4431 fi;
4432
4433 eval "$ac_cv_use_fileproto"
4434 if test "$no_cache" != 1; then
4435 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4436 fi
4437
4438 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4439 echo "$as_me:$LINENO: result: yes" >&5
4440 echo "${ECHO_T}yes" >&6
4441 else
4442 echo "$as_me:$LINENO: result: no" >&5
4443 echo "${ECHO_T}no" >&6
4444 fi
4445
4446
4447 enablestring=
4448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4449 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4450 no_cache=0
4451 # Check whether --enable-sockets or --disable-sockets was given.
4452 if test "${enable_sockets+set}" = set; then
4453 enableval="$enable_sockets"
4454
4455 if test "$enableval" = yes; then
4456 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4457 else
4458 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4459 fi
4460
4461 else
4462
4463 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4464 if test "x$LINE" != x ; then
4465 eval "DEFAULT_$LINE"
4466 else
4467 no_cache=1
4468 fi
4469
4470 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4471
4472 fi;
4473
4474 eval "$ac_cv_use_sockets"
4475 if test "$no_cache" != 1; then
4476 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4477 fi
4478
4479 if test "$wxUSE_SOCKETS" = yes; then
4480 echo "$as_me:$LINENO: result: yes" >&5
4481 echo "${ECHO_T}yes" >&6
4482 else
4483 echo "$as_me:$LINENO: result: no" >&5
4484 echo "${ECHO_T}no" >&6
4485 fi
4486
4487
4488 enablestring=
4489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4490 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4491 no_cache=0
4492 # Check whether --enable-ole or --disable-ole was given.
4493 if test "${enable_ole+set}" = set; then
4494 enableval="$enable_ole"
4495
4496 if test "$enableval" = yes; then
4497 ac_cv_use_ole='wxUSE_OLE=yes'
4498 else
4499 ac_cv_use_ole='wxUSE_OLE=no'
4500 fi
4501
4502 else
4503
4504 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4505 if test "x$LINE" != x ; then
4506 eval "DEFAULT_$LINE"
4507 else
4508 no_cache=1
4509 fi
4510
4511 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4512
4513 fi;
4514
4515 eval "$ac_cv_use_ole"
4516 if test "$no_cache" != 1; then
4517 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4518 fi
4519
4520 if test "$wxUSE_OLE" = yes; then
4521 echo "$as_me:$LINENO: result: yes" >&5
4522 echo "${ECHO_T}yes" >&6
4523 else
4524 echo "$as_me:$LINENO: result: no" >&5
4525 echo "${ECHO_T}no" >&6
4526 fi
4527
4528
4529 enablestring=
4530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4531 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4532 no_cache=0
4533 # Check whether --enable-dataobj or --disable-dataobj was given.
4534 if test "${enable_dataobj+set}" = set; then
4535 enableval="$enable_dataobj"
4536
4537 if test "$enableval" = yes; then
4538 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4539 else
4540 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4541 fi
4542
4543 else
4544
4545 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4546 if test "x$LINE" != x ; then
4547 eval "DEFAULT_$LINE"
4548 else
4549 no_cache=1
4550 fi
4551
4552 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4553
4554 fi;
4555
4556 eval "$ac_cv_use_dataobj"
4557 if test "$no_cache" != 1; then
4558 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4559 fi
4560
4561 if test "$wxUSE_DATAOBJ" = yes; then
4562 echo "$as_me:$LINENO: result: yes" >&5
4563 echo "${ECHO_T}yes" >&6
4564 else
4565 echo "$as_me:$LINENO: result: no" >&5
4566 echo "${ECHO_T}no" >&6
4567 fi
4568
4569
4570
4571 enablestring=
4572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4573 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4574 no_cache=0
4575 # Check whether --enable-ipc or --disable-ipc was given.
4576 if test "${enable_ipc+set}" = set; then
4577 enableval="$enable_ipc"
4578
4579 if test "$enableval" = yes; then
4580 ac_cv_use_ipc='wxUSE_IPC=yes'
4581 else
4582 ac_cv_use_ipc='wxUSE_IPC=no'
4583 fi
4584
4585 else
4586
4587 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4588 if test "x$LINE" != x ; then
4589 eval "DEFAULT_$LINE"
4590 else
4591 no_cache=1
4592 fi
4593
4594 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4595
4596 fi;
4597
4598 eval "$ac_cv_use_ipc"
4599 if test "$no_cache" != 1; then
4600 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4601 fi
4602
4603 if test "$wxUSE_IPC" = yes; then
4604 echo "$as_me:$LINENO: result: yes" >&5
4605 echo "${ECHO_T}yes" >&6
4606 else
4607 echo "$as_me:$LINENO: result: no" >&5
4608 echo "${ECHO_T}no" >&6
4609 fi
4610
4611
4612
4613 enablestring=
4614 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4615 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4616 no_cache=0
4617 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4618 if test "${enable_apple_ieee+set}" = set; then
4619 enableval="$enable_apple_ieee"
4620
4621 if test "$enableval" = yes; then
4622 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4623 else
4624 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4625 fi
4626
4627 else
4628
4629 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4630 if test "x$LINE" != x ; then
4631 eval "DEFAULT_$LINE"
4632 else
4633 no_cache=1
4634 fi
4635
4636 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4637
4638 fi;
4639
4640 eval "$ac_cv_use_apple_ieee"
4641 if test "$no_cache" != 1; then
4642 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4643 fi
4644
4645 if test "$wxUSE_APPLE_IEEE" = yes; then
4646 echo "$as_me:$LINENO: result: yes" >&5
4647 echo "${ECHO_T}yes" >&6
4648 else
4649 echo "$as_me:$LINENO: result: no" >&5
4650 echo "${ECHO_T}no" >&6
4651 fi
4652
4653
4654 enablestring=
4655 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4656 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4657 no_cache=0
4658 # Check whether --enable-arcstream or --disable-arcstream was given.
4659 if test "${enable_arcstream+set}" = set; then
4660 enableval="$enable_arcstream"
4661
4662 if test "$enableval" = yes; then
4663 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
4664 else
4665 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
4666 fi
4667
4668 else
4669
4670 LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4671 if test "x$LINE" != x ; then
4672 eval "DEFAULT_$LINE"
4673 else
4674 no_cache=1
4675 fi
4676
4677 ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4678
4679 fi;
4680
4681 eval "$ac_cv_use_arcstream"
4682 if test "$no_cache" != 1; then
4683 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4684 fi
4685
4686 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4687 echo "$as_me:$LINENO: result: yes" >&5
4688 echo "${ECHO_T}yes" >&6
4689 else
4690 echo "$as_me:$LINENO: result: no" >&5
4691 echo "${ECHO_T}no" >&6
4692 fi
4693
4694
4695 enablestring=
4696 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4697 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4698 no_cache=0
4699 # Check whether --enable-backtrace or --disable-backtrace was given.
4700 if test "${enable_backtrace+set}" = set; then
4701 enableval="$enable_backtrace"
4702
4703 if test "$enableval" = yes; then
4704 ac_cv_use_backtrace='wxUSE_STACKWALKER=yes'
4705 else
4706 ac_cv_use_backtrace='wxUSE_STACKWALKER=no'
4707 fi
4708
4709 else
4710
4711 LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4712 if test "x$LINE" != x ; then
4713 eval "DEFAULT_$LINE"
4714 else
4715 no_cache=1
4716 fi
4717
4718 ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
4719
4720 fi;
4721
4722 eval "$ac_cv_use_backtrace"
4723 if test "$no_cache" != 1; then
4724 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4725 fi
4726
4727 if test "$wxUSE_STACKWALKER" = yes; then
4728 echo "$as_me:$LINENO: result: yes" >&5
4729 echo "${ECHO_T}yes" >&6
4730 else
4731 echo "$as_me:$LINENO: result: no" >&5
4732 echo "${ECHO_T}no" >&6
4733 fi
4734
4735
4736 enablestring=
4737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4738 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4739 no_cache=0
4740 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4741 if test "${enable_catch_segvs+set}" = set; then
4742 enableval="$enable_catch_segvs"
4743
4744 if test "$enableval" = yes; then
4745 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
4746 else
4747 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
4748 fi
4749
4750 else
4751
4752 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4753 if test "x$LINE" != x ; then
4754 eval "DEFAULT_$LINE"
4755 else
4756 no_cache=1
4757 fi
4758
4759 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4760
4761 fi;
4762
4763 eval "$ac_cv_use_catch_segvs"
4764 if test "$no_cache" != 1; then
4765 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4766 fi
4767
4768 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4769 echo "$as_me:$LINENO: result: yes" >&5
4770 echo "${ECHO_T}yes" >&6
4771 else
4772 echo "$as_me:$LINENO: result: no" >&5
4773 echo "${ECHO_T}no" >&6
4774 fi
4775
4776
4777 enablestring=
4778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4779 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4780 no_cache=0
4781 # Check whether --enable-cmdline or --disable-cmdline was given.
4782 if test "${enable_cmdline+set}" = set; then
4783 enableval="$enable_cmdline"
4784
4785 if test "$enableval" = yes; then
4786 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4787 else
4788 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4789 fi
4790
4791 else
4792
4793 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4794 if test "x$LINE" != x ; then
4795 eval "DEFAULT_$LINE"
4796 else
4797 no_cache=1
4798 fi
4799
4800 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4801
4802 fi;
4803
4804 eval "$ac_cv_use_cmdline"
4805 if test "$no_cache" != 1; then
4806 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4807 fi
4808
4809 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4810 echo "$as_me:$LINENO: result: yes" >&5
4811 echo "${ECHO_T}yes" >&6
4812 else
4813 echo "$as_me:$LINENO: result: no" >&5
4814 echo "${ECHO_T}no" >&6
4815 fi
4816
4817
4818 enablestring=
4819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4820 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4821 no_cache=0
4822 # Check whether --enable-datetime or --disable-datetime was given.
4823 if test "${enable_datetime+set}" = set; then
4824 enableval="$enable_datetime"
4825
4826 if test "$enableval" = yes; then
4827 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4828 else
4829 ac_cv_use_datetime='wxUSE_DATETIME=no'
4830 fi
4831
4832 else
4833
4834 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4835 if test "x$LINE" != x ; then
4836 eval "DEFAULT_$LINE"
4837 else
4838 no_cache=1
4839 fi
4840
4841 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4842
4843 fi;
4844
4845 eval "$ac_cv_use_datetime"
4846 if test "$no_cache" != 1; then
4847 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4848 fi
4849
4850 if test "$wxUSE_DATETIME" = yes; then
4851 echo "$as_me:$LINENO: result: yes" >&5
4852 echo "${ECHO_T}yes" >&6
4853 else
4854 echo "$as_me:$LINENO: result: no" >&5
4855 echo "${ECHO_T}no" >&6
4856 fi
4857
4858
4859 enablestring=
4860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4861 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4862 no_cache=0
4863 # Check whether --enable-debugreport or --disable-debugreport was given.
4864 if test "${enable_debugreport+set}" = set; then
4865 enableval="$enable_debugreport"
4866
4867 if test "$enableval" = yes; then
4868 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
4869 else
4870 ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
4871 fi
4872
4873 else
4874
4875 LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4876 if test "x$LINE" != x ; then
4877 eval "DEFAULT_$LINE"
4878 else
4879 no_cache=1
4880 fi
4881
4882 ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4883
4884 fi;
4885
4886 eval "$ac_cv_use_debugreport"
4887 if test "$no_cache" != 1; then
4888 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4889 fi
4890
4891 if test "$wxUSE_DEBUGREPORT" = yes; then
4892 echo "$as_me:$LINENO: result: yes" >&5
4893 echo "${ECHO_T}yes" >&6
4894 else
4895 echo "$as_me:$LINENO: result: no" >&5
4896 echo "${ECHO_T}no" >&6
4897 fi
4898
4899
4900 enablestring=
4901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4902 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4903 no_cache=0
4904 # Check whether --enable-dialupman or --disable-dialupman was given.
4905 if test "${enable_dialupman+set}" = set; then
4906 enableval="$enable_dialupman"
4907
4908 if test "$enableval" = yes; then
4909 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
4910 else
4911 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
4912 fi
4913
4914 else
4915
4916 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4917 if test "x$LINE" != x ; then
4918 eval "DEFAULT_$LINE"
4919 else
4920 no_cache=1
4921 fi
4922
4923 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4924
4925 fi;
4926
4927 eval "$ac_cv_use_dialupman"
4928 if test "$no_cache" != 1; then
4929 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4930 fi
4931
4932 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4933 echo "$as_me:$LINENO: result: yes" >&5
4934 echo "${ECHO_T}yes" >&6
4935 else
4936 echo "$as_me:$LINENO: result: no" >&5
4937 echo "${ECHO_T}no" >&6
4938 fi
4939
4940
4941 enablestring=
4942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4943 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4944 no_cache=0
4945 # Check whether --enable-dynlib or --disable-dynlib was given.
4946 if test "${enable_dynlib+set}" = set; then
4947 enableval="$enable_dynlib"
4948
4949 if test "$enableval" = yes; then
4950 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4951 else
4952 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4953 fi
4954
4955 else
4956
4957 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4958 if test "x$LINE" != x ; then
4959 eval "DEFAULT_$LINE"
4960 else
4961 no_cache=1
4962 fi
4963
4964 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4965
4966 fi;
4967
4968 eval "$ac_cv_use_dynlib"
4969 if test "$no_cache" != 1; then
4970 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4971 fi
4972
4973 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4974 echo "$as_me:$LINENO: result: yes" >&5
4975 echo "${ECHO_T}yes" >&6
4976 else
4977 echo "$as_me:$LINENO: result: no" >&5
4978 echo "${ECHO_T}no" >&6
4979 fi
4980
4981
4982 enablestring=
4983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4984 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4985 no_cache=0
4986 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4987 if test "${enable_dynamicloader+set}" = set; then
4988 enableval="$enable_dynamicloader"
4989
4990 if test "$enableval" = yes; then
4991 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
4992 else
4993 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
4994 fi
4995
4996 else
4997
4998 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4999 if test "x$LINE" != x ; then
5000 eval "DEFAULT_$LINE"
5001 else
5002 no_cache=1
5003 fi
5004
5005 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5006
5007 fi;
5008
5009 eval "$ac_cv_use_dynamicloader"
5010 if test "$no_cache" != 1; then
5011 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5012 fi
5013
5014 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5015 echo "$as_me:$LINENO: result: yes" >&5
5016 echo "${ECHO_T}yes" >&6
5017 else
5018 echo "$as_me:$LINENO: result: no" >&5
5019 echo "${ECHO_T}no" >&6
5020 fi
5021
5022
5023 enablestring=
5024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5025 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5026 no_cache=0
5027 # Check whether --enable-exceptions or --disable-exceptions was given.
5028 if test "${enable_exceptions+set}" = set; then
5029 enableval="$enable_exceptions"
5030
5031 if test "$enableval" = yes; then
5032 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
5033 else
5034 ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
5035 fi
5036
5037 else
5038
5039 LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5040 if test "x$LINE" != x ; then
5041 eval "DEFAULT_$LINE"
5042 else
5043 no_cache=1
5044 fi
5045
5046 ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5047
5048 fi;
5049
5050 eval "$ac_cv_use_exceptions"
5051 if test "$no_cache" != 1; then
5052 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5053 fi
5054
5055 if test "$wxUSE_EXCEPTIONS" = yes; then
5056 echo "$as_me:$LINENO: result: yes" >&5
5057 echo "${ECHO_T}yes" >&6
5058 else
5059 echo "$as_me:$LINENO: result: no" >&5
5060 echo "${ECHO_T}no" >&6
5061 fi
5062
5063
5064 enablestring=
5065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5066 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5067 no_cache=0
5068 # Check whether --enable-ffile or --disable-ffile was given.
5069 if test "${enable_ffile+set}" = set; then
5070 enableval="$enable_ffile"
5071
5072 if test "$enableval" = yes; then
5073 ac_cv_use_ffile='wxUSE_FFILE=yes'
5074 else
5075 ac_cv_use_ffile='wxUSE_FFILE=no'
5076 fi
5077
5078 else
5079
5080 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5081 if test "x$LINE" != x ; then
5082 eval "DEFAULT_$LINE"
5083 else
5084 no_cache=1
5085 fi
5086
5087 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5088
5089 fi;
5090
5091 eval "$ac_cv_use_ffile"
5092 if test "$no_cache" != 1; then
5093 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5094 fi
5095
5096 if test "$wxUSE_FFILE" = yes; then
5097 echo "$as_me:$LINENO: result: yes" >&5
5098 echo "${ECHO_T}yes" >&6
5099 else
5100 echo "$as_me:$LINENO: result: no" >&5
5101 echo "${ECHO_T}no" >&6
5102 fi
5103
5104
5105 enablestring=
5106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5107 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5108 no_cache=0
5109 # Check whether --enable-file or --disable-file was given.
5110 if test "${enable_file+set}" = set; then
5111 enableval="$enable_file"
5112
5113 if test "$enableval" = yes; then
5114 ac_cv_use_file='wxUSE_FILE=yes'
5115 else
5116 ac_cv_use_file='wxUSE_FILE=no'
5117 fi
5118
5119 else
5120
5121 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5122 if test "x$LINE" != x ; then
5123 eval "DEFAULT_$LINE"
5124 else
5125 no_cache=1
5126 fi
5127
5128 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5129
5130 fi;
5131
5132 eval "$ac_cv_use_file"
5133 if test "$no_cache" != 1; then
5134 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5135 fi
5136
5137 if test "$wxUSE_FILE" = yes; then
5138 echo "$as_me:$LINENO: result: yes" >&5
5139 echo "${ECHO_T}yes" >&6
5140 else
5141 echo "$as_me:$LINENO: result: no" >&5
5142 echo "${ECHO_T}no" >&6
5143 fi
5144
5145
5146 enablestring=
5147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5148 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5149 no_cache=0
5150 # Check whether --enable-filesystem or --disable-filesystem was given.
5151 if test "${enable_filesystem+set}" = set; then
5152 enableval="$enable_filesystem"
5153
5154 if test "$enableval" = yes; then
5155 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5156 else
5157 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5158 fi
5159
5160 else
5161
5162 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5163 if test "x$LINE" != x ; then
5164 eval "DEFAULT_$LINE"
5165 else
5166 no_cache=1
5167 fi
5168
5169 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5170
5171 fi;
5172
5173 eval "$ac_cv_use_filesystem"
5174 if test "$no_cache" != 1; then
5175 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5176 fi
5177
5178 if test "$wxUSE_FILESYSTEM" = yes; then
5179 echo "$as_me:$LINENO: result: yes" >&5
5180 echo "${ECHO_T}yes" >&6
5181 else
5182 echo "$as_me:$LINENO: result: no" >&5
5183 echo "${ECHO_T}no" >&6
5184 fi
5185
5186
5187 enablestring=
5188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5189 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5190 no_cache=0
5191 # Check whether --enable-fontmap or --disable-fontmap was given.
5192 if test "${enable_fontmap+set}" = set; then
5193 enableval="$enable_fontmap"
5194
5195 if test "$enableval" = yes; then
5196 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
5197 else
5198 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
5199 fi
5200
5201 else
5202
5203 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5204 if test "x$LINE" != x ; then
5205 eval "DEFAULT_$LINE"
5206 else
5207 no_cache=1
5208 fi
5209
5210 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5211
5212 fi;
5213
5214 eval "$ac_cv_use_fontmap"
5215 if test "$no_cache" != 1; then
5216 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5217 fi
5218
5219 if test "$wxUSE_FONTMAP" = yes; then
5220 echo "$as_me:$LINENO: result: yes" >&5
5221 echo "${ECHO_T}yes" >&6
5222 else
5223 echo "$as_me:$LINENO: result: no" >&5
5224 echo "${ECHO_T}no" >&6
5225 fi
5226
5227
5228 enablestring=
5229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5230 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5231 no_cache=0
5232 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5233 if test "${enable_fs_inet+set}" = set; then
5234 enableval="$enable_fs_inet"
5235
5236 if test "$enableval" = yes; then
5237 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5238 else
5239 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5240 fi
5241
5242 else
5243
5244 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5245 if test "x$LINE" != x ; then
5246 eval "DEFAULT_$LINE"
5247 else
5248 no_cache=1
5249 fi
5250
5251 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5252
5253 fi;
5254
5255 eval "$ac_cv_use_fs_inet"
5256 if test "$no_cache" != 1; then
5257 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5258 fi
5259
5260 if test "$wxUSE_FS_INET" = yes; then
5261 echo "$as_me:$LINENO: result: yes" >&5
5262 echo "${ECHO_T}yes" >&6
5263 else
5264 echo "$as_me:$LINENO: result: no" >&5
5265 echo "${ECHO_T}no" >&6
5266 fi
5267
5268
5269 enablestring=
5270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5271 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5272 no_cache=0
5273 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5274 if test "${enable_fs_zip+set}" = set; then
5275 enableval="$enable_fs_zip"
5276
5277 if test "$enableval" = yes; then
5278 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5279 else
5280 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5281 fi
5282
5283 else
5284
5285 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5286 if test "x$LINE" != x ; then
5287 eval "DEFAULT_$LINE"
5288 else
5289 no_cache=1
5290 fi
5291
5292 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5293
5294 fi;
5295
5296 eval "$ac_cv_use_fs_zip"
5297 if test "$no_cache" != 1; then
5298 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5299 fi
5300
5301 if test "$wxUSE_FS_ZIP" = yes; then
5302 echo "$as_me:$LINENO: result: yes" >&5
5303 echo "${ECHO_T}yes" >&6
5304 else
5305 echo "$as_me:$LINENO: result: no" >&5
5306 echo "${ECHO_T}no" >&6
5307 fi
5308
5309
5310 enablestring=
5311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5312 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5313 no_cache=0
5314 # Check whether --enable-geometry or --disable-geometry was given.
5315 if test "${enable_geometry+set}" = set; then
5316 enableval="$enable_geometry"
5317
5318 if test "$enableval" = yes; then
5319 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
5320 else
5321 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
5322 fi
5323
5324 else
5325
5326 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5327 if test "x$LINE" != x ; then
5328 eval "DEFAULT_$LINE"
5329 else
5330 no_cache=1
5331 fi
5332
5333 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5334
5335 fi;
5336
5337 eval "$ac_cv_use_geometry"
5338 if test "$no_cache" != 1; then
5339 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5340 fi
5341
5342 if test "$wxUSE_GEOMETRY" = yes; then
5343 echo "$as_me:$LINENO: result: yes" >&5
5344 echo "${ECHO_T}yes" >&6
5345 else
5346 echo "$as_me:$LINENO: result: no" >&5
5347 echo "${ECHO_T}no" >&6
5348 fi
5349
5350
5351 enablestring=
5352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5353 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5354 no_cache=0
5355 # Check whether --enable-log or --disable-log was given.
5356 if test "${enable_log+set}" = set; then
5357 enableval="$enable_log"
5358
5359 if test "$enableval" = yes; then
5360 ac_cv_use_log='wxUSE_LOG=yes'
5361 else
5362 ac_cv_use_log='wxUSE_LOG=no'
5363 fi
5364
5365 else
5366
5367 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5368 if test "x$LINE" != x ; then
5369 eval "DEFAULT_$LINE"
5370 else
5371 no_cache=1
5372 fi
5373
5374 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5375
5376 fi;
5377
5378 eval "$ac_cv_use_log"
5379 if test "$no_cache" != 1; then
5380 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5381 fi
5382
5383 if test "$wxUSE_LOG" = yes; then
5384 echo "$as_me:$LINENO: result: yes" >&5
5385 echo "${ECHO_T}yes" >&6
5386 else
5387 echo "$as_me:$LINENO: result: no" >&5
5388 echo "${ECHO_T}no" >&6
5389 fi
5390
5391
5392 enablestring=
5393 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5394 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5395 no_cache=0
5396 # Check whether --enable-longlong or --disable-longlong was given.
5397 if test "${enable_longlong+set}" = set; then
5398 enableval="$enable_longlong"
5399
5400 if test "$enableval" = yes; then
5401 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
5402 else
5403 ac_cv_use_longlong='wxUSE_LONGLONG=no'
5404 fi
5405
5406 else
5407
5408 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5409 if test "x$LINE" != x ; then
5410 eval "DEFAULT_$LINE"
5411 else
5412 no_cache=1
5413 fi
5414
5415 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5416
5417 fi;
5418
5419 eval "$ac_cv_use_longlong"
5420 if test "$no_cache" != 1; then
5421 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5422 fi
5423
5424 if test "$wxUSE_LONGLONG" = yes; then
5425 echo "$as_me:$LINENO: result: yes" >&5
5426 echo "${ECHO_T}yes" >&6
5427 else
5428 echo "$as_me:$LINENO: result: no" >&5
5429 echo "${ECHO_T}no" >&6
5430 fi
5431
5432
5433 enablestring=
5434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5435 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5436 no_cache=0
5437 # Check whether --enable-mimetype or --disable-mimetype was given.
5438 if test "${enable_mimetype+set}" = set; then
5439 enableval="$enable_mimetype"
5440
5441 if test "$enableval" = yes; then
5442 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5443 else
5444 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5445 fi
5446
5447 else
5448
5449 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5450 if test "x$LINE" != x ; then
5451 eval "DEFAULT_$LINE"
5452 else
5453 no_cache=1
5454 fi
5455
5456 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5457
5458 fi;
5459
5460 eval "$ac_cv_use_mimetype"
5461 if test "$no_cache" != 1; then
5462 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5463 fi
5464
5465 if test "$wxUSE_MIMETYPE" = yes; then
5466 echo "$as_me:$LINENO: result: yes" >&5
5467 echo "${ECHO_T}yes" >&6
5468 else
5469 echo "$as_me:$LINENO: result: no" >&5
5470 echo "${ECHO_T}no" >&6
5471 fi
5472
5473
5474 enablestring=
5475 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5476 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5477 no_cache=0
5478 # Check whether --enable-mslu or --disable-mslu was given.
5479 if test "${enable_mslu+set}" = set; then
5480 enableval="$enable_mslu"
5481
5482 if test "$enableval" = yes; then
5483 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5484 else
5485 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5486 fi
5487
5488 else
5489
5490 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5491 if test "x$LINE" != x ; then
5492 eval "DEFAULT_$LINE"
5493 else
5494 no_cache=1
5495 fi
5496
5497 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5498
5499 fi;
5500
5501 eval "$ac_cv_use_mslu"
5502 if test "$no_cache" != 1; then
5503 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5504 fi
5505
5506 if test "$wxUSE_UNICODE_MSLU" = yes; then
5507 echo "$as_me:$LINENO: result: yes" >&5
5508 echo "${ECHO_T}yes" >&6
5509 else
5510 echo "$as_me:$LINENO: result: no" >&5
5511 echo "${ECHO_T}no" >&6
5512 fi
5513
5514
5515 enablestring=
5516 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5517 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5518 no_cache=0
5519 # Check whether --enable-snglinst or --disable-snglinst was given.
5520 if test "${enable_snglinst+set}" = set; then
5521 enableval="$enable_snglinst"
5522
5523 if test "$enableval" = yes; then
5524 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5525 else
5526 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5527 fi
5528
5529 else
5530
5531 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5532 if test "x$LINE" != x ; then
5533 eval "DEFAULT_$LINE"
5534 else
5535 no_cache=1
5536 fi
5537
5538 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5539
5540 fi;
5541
5542 eval "$ac_cv_use_snglinst"
5543 if test "$no_cache" != 1; then
5544 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5545 fi
5546
5547 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5548 echo "$as_me:$LINENO: result: yes" >&5
5549 echo "${ECHO_T}yes" >&6
5550 else
5551 echo "$as_me:$LINENO: result: no" >&5
5552 echo "${ECHO_T}no" >&6
5553 fi
5554
5555
5556 enablestring=
5557 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5558 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5559 no_cache=0
5560 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5561 if test "${enable_std_iostreams+set}" = set; then
5562 enableval="$enable_std_iostreams"
5563
5564 if test "$enableval" = yes; then
5565 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5566 else
5567 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5568 fi
5569
5570 else
5571
5572 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5573 if test "x$LINE" != x ; then
5574 eval "DEFAULT_$LINE"
5575 else
5576 no_cache=1
5577 fi
5578
5579 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5580
5581 fi;
5582
5583 eval "$ac_cv_use_std_iostreams"
5584 if test "$no_cache" != 1; then
5585 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5586 fi
5587
5588 if test "$wxUSE_STD_IOSTREAM" = yes; then
5589 echo "$as_me:$LINENO: result: yes" >&5
5590 echo "${ECHO_T}yes" >&6
5591 else
5592 echo "$as_me:$LINENO: result: no" >&5
5593 echo "${ECHO_T}no" >&6
5594 fi
5595
5596
5597 enablestring=
5598 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5599 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5600 no_cache=0
5601 # Check whether --enable-std_string or --disable-std_string was given.
5602 if test "${enable_std_string+set}" = set; then
5603 enableval="$enable_std_string"
5604
5605 if test "$enableval" = yes; then
5606 ac_cv_use_std_string='wxUSE_STD_STRING=yes'
5607 else
5608 ac_cv_use_std_string='wxUSE_STD_STRING=no'
5609 fi
5610
5611 else
5612
5613 LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5614 if test "x$LINE" != x ; then
5615 eval "DEFAULT_$LINE"
5616 else
5617 no_cache=1
5618 fi
5619
5620 ac_cv_use_std_string='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5621
5622 fi;
5623
5624 eval "$ac_cv_use_std_string"
5625 if test "$no_cache" != 1; then
5626 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5627 fi
5628
5629 if test "$wxUSE_STD_STRING" = yes; then
5630 echo "$as_me:$LINENO: result: yes" >&5
5631 echo "${ECHO_T}yes" >&6
5632 else
5633 echo "$as_me:$LINENO: result: no" >&5
5634 echo "${ECHO_T}no" >&6
5635 fi
5636
5637
5638 enablestring=
5639 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5640 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5641 no_cache=0
5642 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5643 if test "${enable_stdpaths+set}" = set; then
5644 enableval="$enable_stdpaths"
5645
5646 if test "$enableval" = yes; then
5647 ac_cv_use_stdpaths='wxUSE_STDPATHS=yes'
5648 else
5649 ac_cv_use_stdpaths='wxUSE_STDPATHS=no'
5650 fi
5651
5652 else
5653
5654 LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5655 if test "x$LINE" != x ; then
5656 eval "DEFAULT_$LINE"
5657 else
5658 no_cache=1
5659 fi
5660
5661 ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
5662
5663 fi;
5664
5665 eval "$ac_cv_use_stdpaths"
5666 if test "$no_cache" != 1; then
5667 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5668 fi
5669
5670 if test "$wxUSE_STDPATHS" = yes; then
5671 echo "$as_me:$LINENO: result: yes" >&5
5672 echo "${ECHO_T}yes" >&6
5673 else
5674 echo "$as_me:$LINENO: result: no" >&5
5675 echo "${ECHO_T}no" >&6
5676 fi
5677
5678
5679 enablestring=
5680 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5681 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5682 no_cache=0
5683 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5684 if test "${enable_stopwatch+set}" = set; then
5685 enableval="$enable_stopwatch"
5686
5687 if test "$enableval" = yes; then
5688 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
5689 else
5690 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
5691 fi
5692
5693 else
5694
5695 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5696 if test "x$LINE" != x ; then
5697 eval "DEFAULT_$LINE"
5698 else
5699 no_cache=1
5700 fi
5701
5702 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5703
5704 fi;
5705
5706 eval "$ac_cv_use_stopwatch"
5707 if test "$no_cache" != 1; then
5708 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5709 fi
5710
5711 if test "$wxUSE_STOPWATCH" = yes; then
5712 echo "$as_me:$LINENO: result: yes" >&5
5713 echo "${ECHO_T}yes" >&6
5714 else
5715 echo "$as_me:$LINENO: result: no" >&5
5716 echo "${ECHO_T}no" >&6
5717 fi
5718
5719
5720 enablestring=
5721 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5722 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5723 no_cache=0
5724 # Check whether --enable-streams or --disable-streams was given.
5725 if test "${enable_streams+set}" = set; then
5726 enableval="$enable_streams"
5727
5728 if test "$enableval" = yes; then
5729 ac_cv_use_streams='wxUSE_STREAMS=yes'
5730 else
5731 ac_cv_use_streams='wxUSE_STREAMS=no'
5732 fi
5733
5734 else
5735
5736 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5737 if test "x$LINE" != x ; then
5738 eval "DEFAULT_$LINE"
5739 else
5740 no_cache=1
5741 fi
5742
5743 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5744
5745 fi;
5746
5747 eval "$ac_cv_use_streams"
5748 if test "$no_cache" != 1; then
5749 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5750 fi
5751
5752 if test "$wxUSE_STREAMS" = yes; then
5753 echo "$as_me:$LINENO: result: yes" >&5
5754 echo "${ECHO_T}yes" >&6
5755 else
5756 echo "$as_me:$LINENO: result: no" >&5
5757 echo "${ECHO_T}no" >&6
5758 fi
5759
5760
5761 enablestring=
5762 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5763 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5764 no_cache=0
5765 # Check whether --enable-system_options or --disable-system_options was given.
5766 if test "${enable_system_options+set}" = set; then
5767 enableval="$enable_system_options"
5768
5769 if test "$enableval" = yes; then
5770 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5771 else
5772 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5773 fi
5774
5775 else
5776
5777 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5778 if test "x$LINE" != x ; then
5779 eval "DEFAULT_$LINE"
5780 else
5781 no_cache=1
5782 fi
5783
5784 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5785
5786 fi;
5787
5788 eval "$ac_cv_use_system_options"
5789 if test "$no_cache" != 1; then
5790 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5791 fi
5792
5793 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5794 echo "$as_me:$LINENO: result: yes" >&5
5795 echo "${ECHO_T}yes" >&6
5796 else
5797 echo "$as_me:$LINENO: result: no" >&5
5798 echo "${ECHO_T}no" >&6
5799 fi
5800
5801
5802 enablestring=
5803 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5804 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5805 no_cache=0
5806 # Check whether --enable-textbuf or --disable-textbuf was given.
5807 if test "${enable_textbuf+set}" = set; then
5808 enableval="$enable_textbuf"
5809
5810 if test "$enableval" = yes; then
5811 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
5812 else
5813 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
5814 fi
5815
5816 else
5817
5818 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5819 if test "x$LINE" != x ; then
5820 eval "DEFAULT_$LINE"
5821 else
5822 no_cache=1
5823 fi
5824
5825 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5826
5827 fi;
5828
5829 eval "$ac_cv_use_textbuf"
5830 if test "$no_cache" != 1; then
5831 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5832 fi
5833
5834 if test "$wxUSE_TEXTBUFFER" = yes; then
5835 echo "$as_me:$LINENO: result: yes" >&5
5836 echo "${ECHO_T}yes" >&6
5837 else
5838 echo "$as_me:$LINENO: result: no" >&5
5839 echo "${ECHO_T}no" >&6
5840 fi
5841
5842
5843 enablestring=
5844 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5845 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5846 no_cache=0
5847 # Check whether --enable-textfile or --disable-textfile was given.
5848 if test "${enable_textfile+set}" = set; then
5849 enableval="$enable_textfile"
5850
5851 if test "$enableval" = yes; then
5852 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
5853 else
5854 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
5855 fi
5856
5857 else
5858
5859 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5860 if test "x$LINE" != x ; then
5861 eval "DEFAULT_$LINE"
5862 else
5863 no_cache=1
5864 fi
5865
5866 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5867
5868 fi;
5869
5870 eval "$ac_cv_use_textfile"
5871 if test "$no_cache" != 1; then
5872 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5873 fi
5874
5875 if test "$wxUSE_TEXTFILE" = yes; then
5876 echo "$as_me:$LINENO: result: yes" >&5
5877 echo "${ECHO_T}yes" >&6
5878 else
5879 echo "$as_me:$LINENO: result: no" >&5
5880 echo "${ECHO_T}no" >&6
5881 fi
5882
5883
5884 enablestring=
5885 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5886 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5887 no_cache=0
5888 # Check whether --enable-timer or --disable-timer was given.
5889 if test "${enable_timer+set}" = set; then
5890 enableval="$enable_timer"
5891
5892 if test "$enableval" = yes; then
5893 ac_cv_use_timer='wxUSE_TIMER=yes'
5894 else
5895 ac_cv_use_timer='wxUSE_TIMER=no'
5896 fi
5897
5898 else
5899
5900 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5901 if test "x$LINE" != x ; then
5902 eval "DEFAULT_$LINE"
5903 else
5904 no_cache=1
5905 fi
5906
5907 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5908
5909 fi;
5910
5911 eval "$ac_cv_use_timer"
5912 if test "$no_cache" != 1; then
5913 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5914 fi
5915
5916 if test "$wxUSE_TIMER" = yes; then
5917 echo "$as_me:$LINENO: result: yes" >&5
5918 echo "${ECHO_T}yes" >&6
5919 else
5920 echo "$as_me:$LINENO: result: no" >&5
5921 echo "${ECHO_T}no" >&6
5922 fi
5923
5924
5925 enablestring=
5926 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5927 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5928 no_cache=0
5929 # Check whether --enable-unicode or --disable-unicode was given.
5930 if test "${enable_unicode+set}" = set; then
5931 enableval="$enable_unicode"
5932
5933 if test "$enableval" = yes; then
5934 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5935 else
5936 ac_cv_use_unicode='wxUSE_UNICODE=no'
5937 fi
5938
5939 else
5940
5941 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5942 if test "x$LINE" != x ; then
5943 eval "DEFAULT_$LINE"
5944 else
5945 no_cache=1
5946 fi
5947
5948 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5949
5950 fi;
5951
5952 eval "$ac_cv_use_unicode"
5953 if test "$no_cache" != 1; then
5954 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5955 fi
5956
5957 if test "$wxUSE_UNICODE" = yes; then
5958 echo "$as_me:$LINENO: result: yes" >&5
5959 echo "${ECHO_T}yes" >&6
5960 else
5961 echo "$as_me:$LINENO: result: no" >&5
5962 echo "${ECHO_T}no" >&6
5963 fi
5964
5965
5966 enablestring=
5967 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5968 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5969 no_cache=0
5970 # Check whether --enable-sound or --disable-sound was given.
5971 if test "${enable_sound+set}" = set; then
5972 enableval="$enable_sound"
5973
5974 if test "$enableval" = yes; then
5975 ac_cv_use_sound='wxUSE_SOUND=yes'
5976 else
5977 ac_cv_use_sound='wxUSE_SOUND=no'
5978 fi
5979
5980 else
5981
5982 LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5983 if test "x$LINE" != x ; then
5984 eval "DEFAULT_$LINE"
5985 else
5986 no_cache=1
5987 fi
5988
5989 ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5990
5991 fi;
5992
5993 eval "$ac_cv_use_sound"
5994 if test "$no_cache" != 1; then
5995 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5996 fi
5997
5998 if test "$wxUSE_SOUND" = yes; then
5999 echo "$as_me:$LINENO: result: yes" >&5
6000 echo "${ECHO_T}yes" >&6
6001 else
6002 echo "$as_me:$LINENO: result: no" >&5
6003 echo "${ECHO_T}no" >&6
6004 fi
6005
6006
6007 enablestring=
6008 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6009 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6010 no_cache=0
6011 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6012 if test "${enable_mediactrl+set}" = set; then
6013 enableval="$enable_mediactrl"
6014
6015 if test "$enableval" = yes; then
6016 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
6017 else
6018 ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
6019 fi
6020
6021 else
6022
6023 LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6024 if test "x$LINE" != x ; then
6025 eval "DEFAULT_$LINE"
6026 else
6027 no_cache=1
6028 fi
6029
6030 ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6031
6032 fi;
6033
6034 eval "$ac_cv_use_mediactrl"
6035 if test "$no_cache" != 1; then
6036 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6037 fi
6038
6039 if test "$wxUSE_MEDIACTRL" = yes; then
6040 echo "$as_me:$LINENO: result: yes" >&5
6041 echo "${ECHO_T}yes" >&6
6042 else
6043 echo "$as_me:$LINENO: result: no" >&5
6044 echo "${ECHO_T}no" >&6
6045 fi
6046
6047
6048 enablestring=
6049 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6050 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6051 no_cache=0
6052 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6053 if test "${enable_wxprintfv+set}" = set; then
6054 enableval="$enable_wxprintfv"
6055
6056 if test "$enableval" = yes; then
6057 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
6058 else
6059 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
6060 fi
6061
6062 else
6063
6064 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6065 if test "x$LINE" != x ; then
6066 eval "DEFAULT_$LINE"
6067 else
6068 no_cache=1
6069 fi
6070
6071 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6072
6073 fi;
6074
6075 eval "$ac_cv_use_wxprintfv"
6076 if test "$no_cache" != 1; then
6077 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6078 fi
6079
6080 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6081 echo "$as_me:$LINENO: result: yes" >&5
6082 echo "${ECHO_T}yes" >&6
6083 else
6084 echo "$as_me:$LINENO: result: no" >&5
6085 echo "${ECHO_T}no" >&6
6086 fi
6087
6088
6089 enablestring=
6090 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6091 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6092 no_cache=0
6093 # Check whether --enable-zipstream or --disable-zipstream was given.
6094 if test "${enable_zipstream+set}" = set; then
6095 enableval="$enable_zipstream"
6096
6097 if test "$enableval" = yes; then
6098 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
6099 else
6100 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
6101 fi
6102
6103 else
6104
6105 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6106 if test "x$LINE" != x ; then
6107 eval "DEFAULT_$LINE"
6108 else
6109 no_cache=1
6110 fi
6111
6112 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6113
6114 fi;
6115
6116 eval "$ac_cv_use_zipstream"
6117 if test "$no_cache" != 1; then
6118 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6119 fi
6120
6121 if test "$wxUSE_ZIPSTREAM" = yes; then
6122 echo "$as_me:$LINENO: result: yes" >&5
6123 echo "${ECHO_T}yes" >&6
6124 else
6125 echo "$as_me:$LINENO: result: no" >&5
6126 echo "${ECHO_T}no" >&6
6127 fi
6128
6129
6130
6131 enablestring=
6132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6133 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6134 no_cache=0
6135 # Check whether --enable-url or --disable-url was given.
6136 if test "${enable_url+set}" = set; then
6137 enableval="$enable_url"
6138
6139 if test "$enableval" = yes; then
6140 ac_cv_use_url='wxUSE_URL=yes'
6141 else
6142 ac_cv_use_url='wxUSE_URL=no'
6143 fi
6144
6145 else
6146
6147 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6148 if test "x$LINE" != x ; then
6149 eval "DEFAULT_$LINE"
6150 else
6151 no_cache=1
6152 fi
6153
6154 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
6155
6156 fi;
6157
6158 eval "$ac_cv_use_url"
6159 if test "$no_cache" != 1; then
6160 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6161 fi
6162
6163 if test "$wxUSE_URL" = yes; then
6164 echo "$as_me:$LINENO: result: yes" >&5
6165 echo "${ECHO_T}yes" >&6
6166 else
6167 echo "$as_me:$LINENO: result: no" >&5
6168 echo "${ECHO_T}no" >&6
6169 fi
6170
6171
6172 enablestring=
6173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6174 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6175 no_cache=0
6176 # Check whether --enable-protocol or --disable-protocol was given.
6177 if test "${enable_protocol+set}" = set; then
6178 enableval="$enable_protocol"
6179
6180 if test "$enableval" = yes; then
6181 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
6182 else
6183 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
6184 fi
6185
6186 else
6187
6188 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6189 if test "x$LINE" != x ; then
6190 eval "DEFAULT_$LINE"
6191 else
6192 no_cache=1
6193 fi
6194
6195 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6196
6197 fi;
6198
6199 eval "$ac_cv_use_protocol"
6200 if test "$no_cache" != 1; then
6201 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6202 fi
6203
6204 if test "$wxUSE_PROTOCOL" = yes; then
6205 echo "$as_me:$LINENO: result: yes" >&5
6206 echo "${ECHO_T}yes" >&6
6207 else
6208 echo "$as_me:$LINENO: result: no" >&5
6209 echo "${ECHO_T}no" >&6
6210 fi
6211
6212
6213 enablestring=
6214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6215 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6216 no_cache=0
6217 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6218 if test "${enable_protocol_http+set}" = set; then
6219 enableval="$enable_protocol_http"
6220
6221 if test "$enableval" = yes; then
6222 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
6223 else
6224 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
6225 fi
6226
6227 else
6228
6229 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6230 if test "x$LINE" != x ; then
6231 eval "DEFAULT_$LINE"
6232 else
6233 no_cache=1
6234 fi
6235
6236 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6237
6238 fi;
6239
6240 eval "$ac_cv_use_protocol_http"
6241 if test "$no_cache" != 1; then
6242 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6243 fi
6244
6245 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6246 echo "$as_me:$LINENO: result: yes" >&5
6247 echo "${ECHO_T}yes" >&6
6248 else
6249 echo "$as_me:$LINENO: result: no" >&5
6250 echo "${ECHO_T}no" >&6
6251 fi
6252
6253
6254 enablestring=
6255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6256 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6257 no_cache=0
6258 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6259 if test "${enable_protocol_ftp+set}" = set; then
6260 enableval="$enable_protocol_ftp"
6261
6262 if test "$enableval" = yes; then
6263 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
6264 else
6265 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
6266 fi
6267
6268 else
6269
6270 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6271 if test "x$LINE" != x ; then
6272 eval "DEFAULT_$LINE"
6273 else
6274 no_cache=1
6275 fi
6276
6277 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6278
6279 fi;
6280
6281 eval "$ac_cv_use_protocol_ftp"
6282 if test "$no_cache" != 1; then
6283 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6284 fi
6285
6286 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6287 echo "$as_me:$LINENO: result: yes" >&5
6288 echo "${ECHO_T}yes" >&6
6289 else
6290 echo "$as_me:$LINENO: result: no" >&5
6291 echo "${ECHO_T}no" >&6
6292 fi
6293
6294
6295 enablestring=
6296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6297 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6298 no_cache=0
6299 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6300 if test "${enable_protocol_file+set}" = set; then
6301 enableval="$enable_protocol_file"
6302
6303 if test "$enableval" = yes; then
6304 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
6305 else
6306 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
6307 fi
6308
6309 else
6310
6311 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6312 if test "x$LINE" != x ; then
6313 eval "DEFAULT_$LINE"
6314 else
6315 no_cache=1
6316 fi
6317
6318 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6319
6320 fi;
6321
6322 eval "$ac_cv_use_protocol_file"
6323 if test "$no_cache" != 1; then
6324 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6325 fi
6326
6327 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6328 echo "$as_me:$LINENO: result: yes" >&5
6329 echo "${ECHO_T}yes" >&6
6330 else
6331 echo "$as_me:$LINENO: result: no" >&5
6332 echo "${ECHO_T}no" >&6
6333 fi
6334
6335
6336
6337
6338
6339 enablestring=
6340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6341 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6342 no_cache=0
6343 # Check whether --enable-threads or --disable-threads was given.
6344 if test "${enable_threads+set}" = set; then
6345 enableval="$enable_threads"
6346
6347 if test "$enableval" = yes; then
6348 ac_cv_use_threads='wxUSE_THREADS=yes'
6349 else
6350 ac_cv_use_threads='wxUSE_THREADS=no'
6351 fi
6352
6353 else
6354
6355 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6356 if test "x$LINE" != x ; then
6357 eval "DEFAULT_$LINE"
6358 else
6359 no_cache=1
6360 fi
6361
6362 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6363
6364 fi;
6365
6366 eval "$ac_cv_use_threads"
6367 if test "$no_cache" != 1; then
6368 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6369 fi
6370
6371 if test "$wxUSE_THREADS" = yes; then
6372 echo "$as_me:$LINENO: result: yes" >&5
6373 echo "${ECHO_T}yes" >&6
6374 else
6375 echo "$as_me:$LINENO: result: no" >&5
6376 echo "${ECHO_T}no" >&6
6377 fi
6378
6379
6380 if test "$wxUSE_GUI" = "yes"; then
6381
6382
6383
6384 enablestring=
6385 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6386 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6387 no_cache=0
6388 # Check whether --enable-docview or --disable-docview was given.
6389 if test "${enable_docview+set}" = set; then
6390 enableval="$enable_docview"
6391
6392 if test "$enableval" = yes; then
6393 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6394 else
6395 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6396 fi
6397
6398 else
6399
6400 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6401 if test "x$LINE" != x ; then
6402 eval "DEFAULT_$LINE"
6403 else
6404 no_cache=1
6405 fi
6406
6407 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6408
6409 fi;
6410
6411 eval "$ac_cv_use_docview"
6412 if test "$no_cache" != 1; then
6413 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6414 fi
6415
6416 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6417 echo "$as_me:$LINENO: result: yes" >&5
6418 echo "${ECHO_T}yes" >&6
6419 else
6420 echo "$as_me:$LINENO: result: no" >&5
6421 echo "${ECHO_T}no" >&6
6422 fi
6423
6424
6425 enablestring=
6426 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6427 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6428 no_cache=0
6429 # Check whether --enable-help or --disable-help was given.
6430 if test "${enable_help+set}" = set; then
6431 enableval="$enable_help"
6432
6433 if test "$enableval" = yes; then
6434 ac_cv_use_help='wxUSE_HELP=yes'
6435 else
6436 ac_cv_use_help='wxUSE_HELP=no'
6437 fi
6438
6439 else
6440
6441 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6442 if test "x$LINE" != x ; then
6443 eval "DEFAULT_$LINE"
6444 else
6445 no_cache=1
6446 fi
6447
6448 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6449
6450 fi;
6451
6452 eval "$ac_cv_use_help"
6453 if test "$no_cache" != 1; then
6454 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6455 fi
6456
6457 if test "$wxUSE_HELP" = yes; then
6458 echo "$as_me:$LINENO: result: yes" >&5
6459 echo "${ECHO_T}yes" >&6
6460 else
6461 echo "$as_me:$LINENO: result: no" >&5
6462 echo "${ECHO_T}no" >&6
6463 fi
6464
6465
6466 enablestring=
6467 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6468 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6469 no_cache=0
6470 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6471 if test "${enable_mshtmlhelp+set}" = set; then
6472 enableval="$enable_mshtmlhelp"
6473
6474 if test "$enableval" = yes; then
6475 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
6476 else
6477 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
6478 fi
6479
6480 else
6481
6482 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6483 if test "x$LINE" != x ; then
6484 eval "DEFAULT_$LINE"
6485 else
6486 no_cache=1
6487 fi
6488
6489 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6490
6491 fi;
6492
6493 eval "$ac_cv_use_mshtmlhelp"
6494 if test "$no_cache" != 1; then
6495 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6496 fi
6497
6498 if test "$wxUSE_MS_HTML_HELP" = yes; then
6499 echo "$as_me:$LINENO: result: yes" >&5
6500 echo "${ECHO_T}yes" >&6
6501 else
6502 echo "$as_me:$LINENO: result: no" >&5
6503 echo "${ECHO_T}no" >&6
6504 fi
6505
6506
6507 enablestring=
6508 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6509 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6510 no_cache=0
6511 # Check whether --enable-html or --disable-html was given.
6512 if test "${enable_html+set}" = set; then
6513 enableval="$enable_html"
6514
6515 if test "$enableval" = yes; then
6516 ac_cv_use_html='wxUSE_HTML=yes'
6517 else
6518 ac_cv_use_html='wxUSE_HTML=no'
6519 fi
6520
6521 else
6522
6523 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6524 if test "x$LINE" != x ; then
6525 eval "DEFAULT_$LINE"
6526 else
6527 no_cache=1
6528 fi
6529
6530 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6531
6532 fi;
6533
6534 eval "$ac_cv_use_html"
6535 if test "$no_cache" != 1; then
6536 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6537 fi
6538
6539 if test "$wxUSE_HTML" = yes; then
6540 echo "$as_me:$LINENO: result: yes" >&5
6541 echo "${ECHO_T}yes" >&6
6542 else
6543 echo "$as_me:$LINENO: result: no" >&5
6544 echo "${ECHO_T}no" >&6
6545 fi
6546
6547
6548 enablestring=
6549 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6550 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6551 no_cache=0
6552 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6553 if test "${enable_htmlhelp+set}" = set; then
6554 enableval="$enable_htmlhelp"
6555
6556 if test "$enableval" = yes; then
6557 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
6558 else
6559 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
6560 fi
6561
6562 else
6563
6564 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6565 if test "x$LINE" != x ; then
6566 eval "DEFAULT_$LINE"
6567 else
6568 no_cache=1
6569 fi
6570
6571 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6572
6573 fi;
6574
6575 eval "$ac_cv_use_htmlhelp"
6576 if test "$no_cache" != 1; then
6577 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6578 fi
6579
6580 if test "$wxUSE_WXHTML_HELP" = yes; then
6581 echo "$as_me:$LINENO: result: yes" >&5
6582 echo "${ECHO_T}yes" >&6
6583 else
6584 echo "$as_me:$LINENO: result: no" >&5
6585 echo "${ECHO_T}no" >&6
6586 fi
6587
6588
6589 enablestring=
6590 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6591 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6592 no_cache=0
6593 # Check whether --enable-xrc or --disable-xrc was given.
6594 if test "${enable_xrc+set}" = set; then
6595 enableval="$enable_xrc"
6596
6597 if test "$enableval" = yes; then
6598 ac_cv_use_xrc='wxUSE_XRC=yes'
6599 else
6600 ac_cv_use_xrc='wxUSE_XRC=no'
6601 fi
6602
6603 else
6604
6605 LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6606 if test "x$LINE" != x ; then
6607 eval "DEFAULT_$LINE"
6608 else
6609 no_cache=1
6610 fi
6611
6612 ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6613
6614 fi;
6615
6616 eval "$ac_cv_use_xrc"
6617 if test "$no_cache" != 1; then
6618 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6619 fi
6620
6621 if test "$wxUSE_XRC" = yes; then
6622 echo "$as_me:$LINENO: result: yes" >&5
6623 echo "${ECHO_T}yes" >&6
6624 else
6625 echo "$as_me:$LINENO: result: no" >&5
6626 echo "${ECHO_T}no" >&6
6627 fi
6628
6629
6630 enablestring=
6631 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6632 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6633 no_cache=0
6634 # Check whether --enable-constraints or --disable-constraints was given.
6635 if test "${enable_constraints+set}" = set; then
6636 enableval="$enable_constraints"
6637
6638 if test "$enableval" = yes; then
6639 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
6640 else
6641 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
6642 fi
6643
6644 else
6645
6646 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6647 if test "x$LINE" != x ; then
6648 eval "DEFAULT_$LINE"
6649 else
6650 no_cache=1
6651 fi
6652
6653 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6654
6655 fi;
6656
6657 eval "$ac_cv_use_constraints"
6658 if test "$no_cache" != 1; then
6659 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6660 fi
6661
6662 if test "$wxUSE_CONSTRAINTS" = yes; then
6663 echo "$as_me:$LINENO: result: yes" >&5
6664 echo "${ECHO_T}yes" >&6
6665 else
6666 echo "$as_me:$LINENO: result: no" >&5
6667 echo "${ECHO_T}no" >&6
6668 fi
6669
6670
6671 enablestring=
6672 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6673 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6674 no_cache=0
6675 # Check whether --enable-printarch or --disable-printarch was given.
6676 if test "${enable_printarch+set}" = set; then
6677 enableval="$enable_printarch"
6678
6679 if test "$enableval" = yes; then
6680 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6681 else
6682 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6683 fi
6684
6685 else
6686
6687 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6688 if test "x$LINE" != x ; then
6689 eval "DEFAULT_$LINE"
6690 else
6691 no_cache=1
6692 fi
6693
6694 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6695
6696 fi;
6697
6698 eval "$ac_cv_use_printarch"
6699 if test "$no_cache" != 1; then
6700 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6701 fi
6702
6703 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6704 echo "$as_me:$LINENO: result: yes" >&5
6705 echo "${ECHO_T}yes" >&6
6706 else
6707 echo "$as_me:$LINENO: result: no" >&5
6708 echo "${ECHO_T}no" >&6
6709 fi
6710
6711
6712 enablestring=
6713 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6714 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6715 no_cache=0
6716 # Check whether --enable-mdi or --disable-mdi was given.
6717 if test "${enable_mdi+set}" = set; then
6718 enableval="$enable_mdi"
6719
6720 if test "$enableval" = yes; then
6721 ac_cv_use_mdi='wxUSE_MDI=yes'
6722 else
6723 ac_cv_use_mdi='wxUSE_MDI=no'
6724 fi
6725
6726 else
6727
6728 LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6729 if test "x$LINE" != x ; then
6730 eval "DEFAULT_$LINE"
6731 else
6732 no_cache=1
6733 fi
6734
6735 ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6736
6737 fi;
6738
6739 eval "$ac_cv_use_mdi"
6740 if test "$no_cache" != 1; then
6741 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6742 fi
6743
6744 if test "$wxUSE_MDI" = yes; then
6745 echo "$as_me:$LINENO: result: yes" >&5
6746 echo "${ECHO_T}yes" >&6
6747 else
6748 echo "$as_me:$LINENO: result: no" >&5
6749 echo "${ECHO_T}no" >&6
6750 fi
6751
6752
6753 enablestring=
6754 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6755 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6756 no_cache=0
6757 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6758 if test "${enable_mdidoc+set}" = set; then
6759 enableval="$enable_mdidoc"
6760
6761 if test "$enableval" = yes; then
6762 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
6763 else
6764 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
6765 fi
6766
6767 else
6768
6769 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6770 if test "x$LINE" != x ; then
6771 eval "DEFAULT_$LINE"
6772 else
6773 no_cache=1
6774 fi
6775
6776 ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6777
6778 fi;
6779
6780 eval "$ac_cv_use_mdidoc"
6781 if test "$no_cache" != 1; then
6782 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6783 fi
6784
6785 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6786 echo "$as_me:$LINENO: result: yes" >&5
6787 echo "${ECHO_T}yes" >&6
6788 else
6789 echo "$as_me:$LINENO: result: no" >&5
6790 echo "${ECHO_T}no" >&6
6791 fi
6792
6793
6794 enablestring=
6795 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6796 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6797 no_cache=0
6798 # Check whether --enable-loggui or --disable-loggui was given.
6799 if test "${enable_loggui+set}" = set; then
6800 enableval="$enable_loggui"
6801
6802 if test "$enableval" = yes; then
6803 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6804 else
6805 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6806 fi
6807
6808 else
6809
6810 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6811 if test "x$LINE" != x ; then
6812 eval "DEFAULT_$LINE"
6813 else
6814 no_cache=1
6815 fi
6816
6817 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6818
6819 fi;
6820
6821 eval "$ac_cv_use_loggui"
6822 if test "$no_cache" != 1; then
6823 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6824 fi
6825
6826 if test "$wxUSE_LOGGUI" = yes; then
6827 echo "$as_me:$LINENO: result: yes" >&5
6828 echo "${ECHO_T}yes" >&6
6829 else
6830 echo "$as_me:$LINENO: result: no" >&5
6831 echo "${ECHO_T}no" >&6
6832 fi
6833
6834
6835 enablestring=
6836 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6837 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6838 no_cache=0
6839 # Check whether --enable-logwin or --disable-logwin was given.
6840 if test "${enable_logwin+set}" = set; then
6841 enableval="$enable_logwin"
6842
6843 if test "$enableval" = yes; then
6844 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6845 else
6846 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6847 fi
6848
6849 else
6850
6851 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6852 if test "x$LINE" != x ; then
6853 eval "DEFAULT_$LINE"
6854 else
6855 no_cache=1
6856 fi
6857
6858 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6859
6860 fi;
6861
6862 eval "$ac_cv_use_logwin"
6863 if test "$no_cache" != 1; then
6864 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6865 fi
6866
6867 if test "$wxUSE_LOGWINDOW" = yes; then
6868 echo "$as_me:$LINENO: result: yes" >&5
6869 echo "${ECHO_T}yes" >&6
6870 else
6871 echo "$as_me:$LINENO: result: no" >&5
6872 echo "${ECHO_T}no" >&6
6873 fi
6874
6875
6876 enablestring=
6877 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6878 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6879 no_cache=0
6880 # Check whether --enable-logdialog or --disable-logdialog was given.
6881 if test "${enable_logdialog+set}" = set; then
6882 enableval="$enable_logdialog"
6883
6884 if test "$enableval" = yes; then
6885 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6886 else
6887 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6888 fi
6889
6890 else
6891
6892 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6893 if test "x$LINE" != x ; then
6894 eval "DEFAULT_$LINE"
6895 else
6896 no_cache=1
6897 fi
6898
6899 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6900
6901 fi;
6902
6903 eval "$ac_cv_use_logdialog"
6904 if test "$no_cache" != 1; then
6905 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6906 fi
6907
6908 if test "$wxUSE_LOGDIALOG" = yes; then
6909 echo "$as_me:$LINENO: result: yes" >&5
6910 echo "${ECHO_T}yes" >&6
6911 else
6912 echo "$as_me:$LINENO: result: no" >&5
6913 echo "${ECHO_T}no" >&6
6914 fi
6915
6916
6917 enablestring=
6918 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6919 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6920 no_cache=0
6921 # Check whether --enable-webkit or --disable-webkit was given.
6922 if test "${enable_webkit+set}" = set; then
6923 enableval="$enable_webkit"
6924
6925 if test "$enableval" = yes; then
6926 ac_cv_use_webkit='wxUSE_WEBKIT=yes'
6927 else
6928 ac_cv_use_webkit='wxUSE_WEBKIT=no'
6929 fi
6930
6931 else
6932
6933 LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6934 if test "x$LINE" != x ; then
6935 eval "DEFAULT_$LINE"
6936 else
6937 no_cache=1
6938 fi
6939
6940 ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6941
6942 fi;
6943
6944 eval "$ac_cv_use_webkit"
6945 if test "$no_cache" != 1; then
6946 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6947 fi
6948
6949 if test "$wxUSE_WEBKIT" = yes; then
6950 echo "$as_me:$LINENO: result: yes" >&5
6951 echo "${ECHO_T}yes" >&6
6952 else
6953 echo "$as_me:$LINENO: result: no" >&5
6954 echo "${ECHO_T}no" >&6
6955 fi
6956
6957
6958
6959 enablestring=
6960 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6961 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6962 no_cache=0
6963 # Check whether --enable-postscript or --disable-postscript was given.
6964 if test "${enable_postscript+set}" = set; then
6965 enableval="$enable_postscript"
6966
6967 if test "$enableval" = yes; then
6968 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6969 else
6970 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6971 fi
6972
6973 else
6974
6975 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6976 if test "x$LINE" != x ; then
6977 eval "DEFAULT_$LINE"
6978 else
6979 no_cache=1
6980 fi
6981
6982 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6983
6984 fi;
6985
6986 eval "$ac_cv_use_postscript"
6987 if test "$no_cache" != 1; then
6988 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6989 fi
6990
6991 if test "$wxUSE_POSTSCRIPT" = yes; then
6992 echo "$as_me:$LINENO: result: yes" >&5
6993 echo "${ECHO_T}yes" >&6
6994 else
6995 echo "$as_me:$LINENO: result: no" >&5
6996 echo "${ECHO_T}no" >&6
6997 fi
6998
6999
7000
7001
7002
7003 enablestring=
7004 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7005 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7006 no_cache=0
7007 # Check whether --enable-prologio or --disable-prologio was given.
7008 if test "${enable_prologio+set}" = set; then
7009 enableval="$enable_prologio"
7010
7011 if test "$enableval" = yes; then
7012 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
7013 else
7014 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
7015 fi
7016
7017 else
7018
7019 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7020 if test "x$LINE" != x ; then
7021 eval "DEFAULT_$LINE"
7022 else
7023 no_cache=1
7024 fi
7025
7026 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7027
7028 fi;
7029
7030 eval "$ac_cv_use_prologio"
7031 if test "$no_cache" != 1; then
7032 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7033 fi
7034
7035 if test "$wxUSE_PROLOGIO" = yes; then
7036 echo "$as_me:$LINENO: result: yes" >&5
7037 echo "${ECHO_T}yes" >&6
7038 else
7039 echo "$as_me:$LINENO: result: no" >&5
7040 echo "${ECHO_T}no" >&6
7041 fi
7042
7043
7044 enablestring=
7045 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7046 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7047 no_cache=0
7048 # Check whether --enable-resources or --disable-resources was given.
7049 if test "${enable_resources+set}" = set; then
7050 enableval="$enable_resources"
7051
7052 if test "$enableval" = yes; then
7053 ac_cv_use_resources='wxUSE_RESOURCES=yes'
7054 else
7055 ac_cv_use_resources='wxUSE_RESOURCES=no'
7056 fi
7057
7058 else
7059
7060 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7061 if test "x$LINE" != x ; then
7062 eval "DEFAULT_$LINE"
7063 else
7064 no_cache=1
7065 fi
7066
7067 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7068
7069 fi;
7070
7071 eval "$ac_cv_use_resources"
7072 if test "$no_cache" != 1; then
7073 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7074 fi
7075
7076 if test "$wxUSE_RESOURCES" = yes; then
7077 echo "$as_me:$LINENO: result: yes" >&5
7078 echo "${ECHO_T}yes" >&6
7079 else
7080 echo "$as_me:$LINENO: result: no" >&5
7081 echo "${ECHO_T}no" >&6
7082 fi
7083
7084
7085
7086
7087 enablestring=
7088 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7089 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7090 no_cache=0
7091 # Check whether --enable-clipboard or --disable-clipboard was given.
7092 if test "${enable_clipboard+set}" = set; then
7093 enableval="$enable_clipboard"
7094
7095 if test "$enableval" = yes; then
7096 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
7097 else
7098 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
7099 fi
7100
7101 else
7102
7103 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7104 if test "x$LINE" != x ; then
7105 eval "DEFAULT_$LINE"
7106 else
7107 no_cache=1
7108 fi
7109
7110 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7111
7112 fi;
7113
7114 eval "$ac_cv_use_clipboard"
7115 if test "$no_cache" != 1; then
7116 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7117 fi
7118
7119 if test "$wxUSE_CLIPBOARD" = yes; then
7120 echo "$as_me:$LINENO: result: yes" >&5
7121 echo "${ECHO_T}yes" >&6
7122 else
7123 echo "$as_me:$LINENO: result: no" >&5
7124 echo "${ECHO_T}no" >&6
7125 fi
7126
7127
7128 enablestring=
7129 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7130 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7131 no_cache=0
7132 # Check whether --enable-dnd or --disable-dnd was given.
7133 if test "${enable_dnd+set}" = set; then
7134 enableval="$enable_dnd"
7135
7136 if test "$enableval" = yes; then
7137 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
7138 else
7139 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
7140 fi
7141
7142 else
7143
7144 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7145 if test "x$LINE" != x ; then
7146 eval "DEFAULT_$LINE"
7147 else
7148 no_cache=1
7149 fi
7150
7151 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7152
7153 fi;
7154
7155 eval "$ac_cv_use_dnd"
7156 if test "$no_cache" != 1; then
7157 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7158 fi
7159
7160 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7161 echo "$as_me:$LINENO: result: yes" >&5
7162 echo "${ECHO_T}yes" >&6
7163 else
7164 echo "$as_me:$LINENO: result: no" >&5
7165 echo "${ECHO_T}no" >&6
7166 fi
7167
7168
7169 enablestring=
7170 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7171 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7172 no_cache=0
7173 # Check whether --enable-metafile or --disable-metafile was given.
7174 if test "${enable_metafile+set}" = set; then
7175 enableval="$enable_metafile"
7176
7177 if test "$enableval" = yes; then
7178 ac_cv_use_metafile='wxUSE_METAFILE=yes'
7179 else
7180 ac_cv_use_metafile='wxUSE_METAFILE=no'
7181 fi
7182
7183 else
7184
7185 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7186 if test "x$LINE" != x ; then
7187 eval "DEFAULT_$LINE"
7188 else
7189 no_cache=1
7190 fi
7191
7192 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7193
7194 fi;
7195
7196 eval "$ac_cv_use_metafile"
7197 if test "$no_cache" != 1; then
7198 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7199 fi
7200
7201 if test "$wxUSE_METAFILE" = yes; then
7202 echo "$as_me:$LINENO: result: yes" >&5
7203 echo "${ECHO_T}yes" >&6
7204 else
7205 echo "$as_me:$LINENO: result: no" >&5
7206 echo "${ECHO_T}no" >&6
7207 fi
7208
7209
7210
7211
7212
7213 enablestring=
7214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7215 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7216 no_cache=0
7217 # Check whether --enable-controls or --disable-controls was given.
7218 if test "${enable_controls+set}" = set; then
7219 enableval="$enable_controls"
7220
7221 if test "$enableval" = yes; then
7222 ac_cv_use_controls='wxUSE_CONTROLS=yes'
7223 else
7224 ac_cv_use_controls='wxUSE_CONTROLS=no'
7225 fi
7226
7227 else
7228
7229 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7230 if test "x$LINE" != x ; then
7231 eval "DEFAULT_$LINE"
7232 else
7233 no_cache=1
7234 fi
7235
7236 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7237
7238 fi;
7239
7240 eval "$ac_cv_use_controls"
7241 if test "$no_cache" != 1; then
7242 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7243 fi
7244
7245 if test "$wxUSE_CONTROLS" = yes; then
7246 echo "$as_me:$LINENO: result: yes" >&5
7247 echo "${ECHO_T}yes" >&6
7248 else
7249 echo "$as_me:$LINENO: result: no" >&5
7250 echo "${ECHO_T}no" >&6
7251 fi
7252
7253
7254 if test "$wxUSE_CONTROLS" = "yes"; then
7255 DEFAULT_wxUSE_ACCEL=yes
7256 DEFAULT_wxUSE_BMPBUTTON=yes
7257 DEFAULT_wxUSE_BUTTON=yes
7258 DEFAULT_wxUSE_CALCTRL=yes
7259 DEFAULT_wxUSE_CARET=yes
7260 DEFAULT_wxUSE_COMBOBOX=yes
7261 DEFAULT_wxUSE_CHECKBOX=yes
7262 DEFAULT_wxUSE_CHECKLISTBOX=yes
7263 DEFAULT_wxUSE_CHOICE=yes
7264 DEFAULT_wxUSE_CHOICEBOOK=yes
7265 DEFAULT_wxUSE_DATEPICKCTRL=yes
7266 DEFAULT_wxUSE_GAUGE=yes
7267 DEFAULT_wxUSE_GRID=yes
7268 DEFAULT_wxUSE_IMAGLIST=yes
7269 DEFAULT_wxUSE_LISTBOOK=yes
7270 DEFAULT_wxUSE_LISTBOX=yes
7271 DEFAULT_wxUSE_LISTCTRL=yes
7272 DEFAULT_wxUSE_NOTEBOOK=yes
7273 DEFAULT_wxUSE_RADIOBOX=yes
7274 DEFAULT_wxUSE_RADIOBTN=yes
7275 DEFAULT_wxUSE_SASH=yes
7276 DEFAULT_wxUSE_SCROLLBAR=yes
7277 DEFAULT_wxUSE_SLIDER=yes
7278 DEFAULT_wxUSE_SPINBTN=yes
7279 DEFAULT_wxUSE_SPINCTRL=yes
7280 DEFAULT_wxUSE_SPLITTER=yes
7281 DEFAULT_wxUSE_STATBMP=yes
7282 DEFAULT_wxUSE_STATBOX=yes
7283 DEFAULT_wxUSE_STATLINE=yes
7284 DEFAULT_wxUSE_STATUSBAR=yes
7285 DEFAULT_wxUSE_TAB_DIALOG=yes
7286 DEFAULT_wxUSE_TOGGLEBTN=yes
7287 DEFAULT_wxUSE_TOOLBAR=yes
7288 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
7289 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
7290 DEFAULT_wxUSE_TOOLTIPS=yes
7291 DEFAULT_wxUSE_TREECTRL=yes
7292 DEFAULT_wxUSE_POPUPWIN=yes
7293 DEFAULT_wxUSE_TIPWINDOW=yes
7294 elif test "$wxUSE_CONTROLS" = "no"; then
7295 DEFAULT_wxUSE_ACCEL=no
7296 DEFAULT_wxUSE_BMPBUTTON=no
7297 DEFAULT_wxUSE_BUTTON=no
7298 DEFAULT_wxUSE_CALCTRL=no
7299 DEFAULT_wxUSE_CARET=no
7300 DEFAULT_wxUSE_COMBOBOX=no
7301 DEFAULT_wxUSE_CHECKBOX=no
7302 DEFAULT_wxUSE_CHECKLISTBOX=no
7303 DEFAULT_wxUSE_CHOICE=no
7304 DEFAULT_wxUSE_CHOICEBOOK=no
7305 DEFAULT_wxUSE_DATEPICKCTRL=no
7306 DEFAULT_wxUSE_GAUGE=no
7307 DEFAULT_wxUSE_GRID=no
7308 DEFAULT_wxUSE_IMAGLIST=no
7309 DEFAULT_wxUSE_LISTBOOK=no
7310 DEFAULT_wxUSE_LISTBOX=no
7311 DEFAULT_wxUSE_LISTCTRL=no
7312 DEFAULT_wxUSE_NOTEBOOK=no
7313 DEFAULT_wxUSE_RADIOBOX=no
7314 DEFAULT_wxUSE_RADIOBTN=no
7315 DEFAULT_wxUSE_SASH=no
7316 DEFAULT_wxUSE_SCROLLBAR=no
7317 DEFAULT_wxUSE_SLIDER=no
7318 DEFAULT_wxUSE_SPINBTN=no
7319 DEFAULT_wxUSE_SPINCTRL=no
7320 DEFAULT_wxUSE_SPLITTER=no
7321 DEFAULT_wxUSE_STATBMP=no
7322 DEFAULT_wxUSE_STATBOX=no
7323 DEFAULT_wxUSE_STATLINE=no
7324 DEFAULT_wxUSE_STATUSBAR=no
7325 DEFAULT_wxUSE_TAB_DIALOG=no
7326 DEFAULT_wxUSE_TOGGLEBTN=no
7327 DEFAULT_wxUSE_TOOLBAR=no
7328 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
7329 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
7330 DEFAULT_wxUSE_TOOLTIPS=no
7331 DEFAULT_wxUSE_TREECTRL=no
7332 DEFAULT_wxUSE_POPUPWIN=no
7333 DEFAULT_wxUSE_TIPWINDOW=no
7334 fi
7335
7336
7337 enablestring=
7338 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7339 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7340 no_cache=0
7341 # Check whether --enable-accel or --disable-accel was given.
7342 if test "${enable_accel+set}" = set; then
7343 enableval="$enable_accel"
7344
7345 if test "$enableval" = yes; then
7346 ac_cv_use_accel='wxUSE_ACCEL=yes'
7347 else
7348 ac_cv_use_accel='wxUSE_ACCEL=no'
7349 fi
7350
7351 else
7352
7353 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7354 if test "x$LINE" != x ; then
7355 eval "DEFAULT_$LINE"
7356 else
7357 no_cache=1
7358 fi
7359
7360 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7361
7362 fi;
7363
7364 eval "$ac_cv_use_accel"
7365 if test "$no_cache" != 1; then
7366 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7367 fi
7368
7369 if test "$wxUSE_ACCEL" = yes; then
7370 echo "$as_me:$LINENO: result: yes" >&5
7371 echo "${ECHO_T}yes" >&6
7372 else
7373 echo "$as_me:$LINENO: result: no" >&5
7374 echo "${ECHO_T}no" >&6
7375 fi
7376
7377
7378 enablestring=
7379 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7380 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7381 no_cache=0
7382 # Check whether --enable-button or --disable-button was given.
7383 if test "${enable_button+set}" = set; then
7384 enableval="$enable_button"
7385
7386 if test "$enableval" = yes; then
7387 ac_cv_use_button='wxUSE_BUTTON=yes'
7388 else
7389 ac_cv_use_button='wxUSE_BUTTON=no'
7390 fi
7391
7392 else
7393
7394 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7395 if test "x$LINE" != x ; then
7396 eval "DEFAULT_$LINE"
7397 else
7398 no_cache=1
7399 fi
7400
7401 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7402
7403 fi;
7404
7405 eval "$ac_cv_use_button"
7406 if test "$no_cache" != 1; then
7407 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7408 fi
7409
7410 if test "$wxUSE_BUTTON" = yes; then
7411 echo "$as_me:$LINENO: result: yes" >&5
7412 echo "${ECHO_T}yes" >&6
7413 else
7414 echo "$as_me:$LINENO: result: no" >&5
7415 echo "${ECHO_T}no" >&6
7416 fi
7417
7418
7419 enablestring=
7420 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7421 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7422 no_cache=0
7423 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7424 if test "${enable_bmpbutton+set}" = set; then
7425 enableval="$enable_bmpbutton"
7426
7427 if test "$enableval" = yes; then
7428 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
7429 else
7430 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
7431 fi
7432
7433 else
7434
7435 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7436 if test "x$LINE" != x ; then
7437 eval "DEFAULT_$LINE"
7438 else
7439 no_cache=1
7440 fi
7441
7442 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7443
7444 fi;
7445
7446 eval "$ac_cv_use_bmpbutton"
7447 if test "$no_cache" != 1; then
7448 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7449 fi
7450
7451 if test "$wxUSE_BMPBUTTON" = yes; then
7452 echo "$as_me:$LINENO: result: yes" >&5
7453 echo "${ECHO_T}yes" >&6
7454 else
7455 echo "$as_me:$LINENO: result: no" >&5
7456 echo "${ECHO_T}no" >&6
7457 fi
7458
7459
7460 enablestring=
7461 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7462 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7463 no_cache=0
7464 # Check whether --enable-calendar or --disable-calendar was given.
7465 if test "${enable_calendar+set}" = set; then
7466 enableval="$enable_calendar"
7467
7468 if test "$enableval" = yes; then
7469 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
7470 else
7471 ac_cv_use_calendar='wxUSE_CALCTRL=no'
7472 fi
7473
7474 else
7475
7476 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7477 if test "x$LINE" != x ; then
7478 eval "DEFAULT_$LINE"
7479 else
7480 no_cache=1
7481 fi
7482
7483 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7484
7485 fi;
7486
7487 eval "$ac_cv_use_calendar"
7488 if test "$no_cache" != 1; then
7489 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7490 fi
7491
7492 if test "$wxUSE_CALCTRL" = yes; then
7493 echo "$as_me:$LINENO: result: yes" >&5
7494 echo "${ECHO_T}yes" >&6
7495 else
7496 echo "$as_me:$LINENO: result: no" >&5
7497 echo "${ECHO_T}no" >&6
7498 fi
7499
7500
7501 enablestring=
7502 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7503 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7504 no_cache=0
7505 # Check whether --enable-caret or --disable-caret was given.
7506 if test "${enable_caret+set}" = set; then
7507 enableval="$enable_caret"
7508
7509 if test "$enableval" = yes; then
7510 ac_cv_use_caret='wxUSE_CARET=yes'
7511 else
7512 ac_cv_use_caret='wxUSE_CARET=no'
7513 fi
7514
7515 else
7516
7517 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7518 if test "x$LINE" != x ; then
7519 eval "DEFAULT_$LINE"
7520 else
7521 no_cache=1
7522 fi
7523
7524 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7525
7526 fi;
7527
7528 eval "$ac_cv_use_caret"
7529 if test "$no_cache" != 1; then
7530 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7531 fi
7532
7533 if test "$wxUSE_CARET" = yes; then
7534 echo "$as_me:$LINENO: result: yes" >&5
7535 echo "${ECHO_T}yes" >&6
7536 else
7537 echo "$as_me:$LINENO: result: no" >&5
7538 echo "${ECHO_T}no" >&6
7539 fi
7540
7541
7542 enablestring=
7543 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7544 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7545 no_cache=0
7546 # Check whether --enable-checkbox or --disable-checkbox was given.
7547 if test "${enable_checkbox+set}" = set; then
7548 enableval="$enable_checkbox"
7549
7550 if test "$enableval" = yes; then
7551 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
7552 else
7553 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
7554 fi
7555
7556 else
7557
7558 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7559 if test "x$LINE" != x ; then
7560 eval "DEFAULT_$LINE"
7561 else
7562 no_cache=1
7563 fi
7564
7565 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7566
7567 fi;
7568
7569 eval "$ac_cv_use_checkbox"
7570 if test "$no_cache" != 1; then
7571 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7572 fi
7573
7574 if test "$wxUSE_CHECKBOX" = yes; then
7575 echo "$as_me:$LINENO: result: yes" >&5
7576 echo "${ECHO_T}yes" >&6
7577 else
7578 echo "$as_me:$LINENO: result: no" >&5
7579 echo "${ECHO_T}no" >&6
7580 fi
7581
7582
7583 enablestring=
7584 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7585 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7586 no_cache=0
7587 # Check whether --enable-checklst or --disable-checklst was given.
7588 if test "${enable_checklst+set}" = set; then
7589 enableval="$enable_checklst"
7590
7591 if test "$enableval" = yes; then
7592 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
7593 else
7594 ac_cv_use_checklst='wxUSE_CHECKLST=no'
7595 fi
7596
7597 else
7598
7599 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7600 if test "x$LINE" != x ; then
7601 eval "DEFAULT_$LINE"
7602 else
7603 no_cache=1
7604 fi
7605
7606 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7607
7608 fi;
7609
7610 eval "$ac_cv_use_checklst"
7611 if test "$no_cache" != 1; then
7612 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7613 fi
7614
7615 if test "$wxUSE_CHECKLST" = yes; then
7616 echo "$as_me:$LINENO: result: yes" >&5
7617 echo "${ECHO_T}yes" >&6
7618 else
7619 echo "$as_me:$LINENO: result: no" >&5
7620 echo "${ECHO_T}no" >&6
7621 fi
7622
7623
7624 enablestring=
7625 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7626 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7627 no_cache=0
7628 # Check whether --enable-choice or --disable-choice was given.
7629 if test "${enable_choice+set}" = set; then
7630 enableval="$enable_choice"
7631
7632 if test "$enableval" = yes; then
7633 ac_cv_use_choice='wxUSE_CHOICE=yes'
7634 else
7635 ac_cv_use_choice='wxUSE_CHOICE=no'
7636 fi
7637
7638 else
7639
7640 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7641 if test "x$LINE" != x ; then
7642 eval "DEFAULT_$LINE"
7643 else
7644 no_cache=1
7645 fi
7646
7647 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7648
7649 fi;
7650
7651 eval "$ac_cv_use_choice"
7652 if test "$no_cache" != 1; then
7653 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7654 fi
7655
7656 if test "$wxUSE_CHOICE" = yes; then
7657 echo "$as_me:$LINENO: result: yes" >&5
7658 echo "${ECHO_T}yes" >&6
7659 else
7660 echo "$as_me:$LINENO: result: no" >&5
7661 echo "${ECHO_T}no" >&6
7662 fi
7663
7664
7665 enablestring=
7666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7667 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7668 no_cache=0
7669 # Check whether --enable-choicebook or --disable-choicebook was given.
7670 if test "${enable_choicebook+set}" = set; then
7671 enableval="$enable_choicebook"
7672
7673 if test "$enableval" = yes; then
7674 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
7675 else
7676 ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
7677 fi
7678
7679 else
7680
7681 LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7682 if test "x$LINE" != x ; then
7683 eval "DEFAULT_$LINE"
7684 else
7685 no_cache=1
7686 fi
7687
7688 ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7689
7690 fi;
7691
7692 eval "$ac_cv_use_choicebook"
7693 if test "$no_cache" != 1; then
7694 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7695 fi
7696
7697 if test "$wxUSE_CHOICEBOOK" = yes; then
7698 echo "$as_me:$LINENO: result: yes" >&5
7699 echo "${ECHO_T}yes" >&6
7700 else
7701 echo "$as_me:$LINENO: result: no" >&5
7702 echo "${ECHO_T}no" >&6
7703 fi
7704
7705
7706 enablestring=
7707 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7708 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7709 no_cache=0
7710 # Check whether --enable-combobox or --disable-combobox was given.
7711 if test "${enable_combobox+set}" = set; then
7712 enableval="$enable_combobox"
7713
7714 if test "$enableval" = yes; then
7715 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
7716 else
7717 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
7718 fi
7719
7720 else
7721
7722 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7723 if test "x$LINE" != x ; then
7724 eval "DEFAULT_$LINE"
7725 else
7726 no_cache=1
7727 fi
7728
7729 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7730
7731 fi;
7732
7733 eval "$ac_cv_use_combobox"
7734 if test "$no_cache" != 1; then
7735 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7736 fi
7737
7738 if test "$wxUSE_COMBOBOX" = yes; then
7739 echo "$as_me:$LINENO: result: yes" >&5
7740 echo "${ECHO_T}yes" >&6
7741 else
7742 echo "$as_me:$LINENO: result: no" >&5
7743 echo "${ECHO_T}no" >&6
7744 fi
7745
7746
7747 enablestring=
7748 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7749 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7750 no_cache=0
7751 # Check whether --enable-datepick or --disable-datepick was given.
7752 if test "${enable_datepick+set}" = set; then
7753 enableval="$enable_datepick"
7754
7755 if test "$enableval" = yes; then
7756 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
7757 else
7758 ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
7759 fi
7760
7761 else
7762
7763 LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7764 if test "x$LINE" != x ; then
7765 eval "DEFAULT_$LINE"
7766 else
7767 no_cache=1
7768 fi
7769
7770 ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7771
7772 fi;
7773
7774 eval "$ac_cv_use_datepick"
7775 if test "$no_cache" != 1; then
7776 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7777 fi
7778
7779 if test "$wxUSE_DATEPICKCTRL" = yes; then
7780 echo "$as_me:$LINENO: result: yes" >&5
7781 echo "${ECHO_T}yes" >&6
7782 else
7783 echo "$as_me:$LINENO: result: no" >&5
7784 echo "${ECHO_T}no" >&6
7785 fi
7786
7787
7788 enablestring=
7789 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7790 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7791 no_cache=0
7792 # Check whether --enable-display or --disable-display was given.
7793 if test "${enable_display+set}" = set; then
7794 enableval="$enable_display"
7795
7796 if test "$enableval" = yes; then
7797 ac_cv_use_display='wxUSE_DISPLAY=yes'
7798 else
7799 ac_cv_use_display='wxUSE_DISPLAY=no'
7800 fi
7801
7802 else
7803
7804 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7805 if test "x$LINE" != x ; then
7806 eval "DEFAULT_$LINE"
7807 else
7808 no_cache=1
7809 fi
7810
7811 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7812
7813 fi;
7814
7815 eval "$ac_cv_use_display"
7816 if test "$no_cache" != 1; then
7817 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7818 fi
7819
7820 if test "$wxUSE_DISPLAY" = yes; then
7821 echo "$as_me:$LINENO: result: yes" >&5
7822 echo "${ECHO_T}yes" >&6
7823 else
7824 echo "$as_me:$LINENO: result: no" >&5
7825 echo "${ECHO_T}no" >&6
7826 fi
7827
7828
7829 enablestring=
7830 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7831 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7832 no_cache=0
7833 # Check whether --enable-gauge or --disable-gauge was given.
7834 if test "${enable_gauge+set}" = set; then
7835 enableval="$enable_gauge"
7836
7837 if test "$enableval" = yes; then
7838 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7839 else
7840 ac_cv_use_gauge='wxUSE_GAUGE=no'
7841 fi
7842
7843 else
7844
7845 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7846 if test "x$LINE" != x ; then
7847 eval "DEFAULT_$LINE"
7848 else
7849 no_cache=1
7850 fi
7851
7852 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7853
7854 fi;
7855
7856 eval "$ac_cv_use_gauge"
7857 if test "$no_cache" != 1; then
7858 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7859 fi
7860
7861 if test "$wxUSE_GAUGE" = yes; then
7862 echo "$as_me:$LINENO: result: yes" >&5
7863 echo "${ECHO_T}yes" >&6
7864 else
7865 echo "$as_me:$LINENO: result: no" >&5
7866 echo "${ECHO_T}no" >&6
7867 fi
7868
7869
7870 enablestring=
7871 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7872 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7873 no_cache=0
7874 # Check whether --enable-grid or --disable-grid was given.
7875 if test "${enable_grid+set}" = set; then
7876 enableval="$enable_grid"
7877
7878 if test "$enableval" = yes; then
7879 ac_cv_use_grid='wxUSE_GRID=yes'
7880 else
7881 ac_cv_use_grid='wxUSE_GRID=no'
7882 fi
7883
7884 else
7885
7886 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7887 if test "x$LINE" != x ; then
7888 eval "DEFAULT_$LINE"
7889 else
7890 no_cache=1
7891 fi
7892
7893 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7894
7895 fi;
7896
7897 eval "$ac_cv_use_grid"
7898 if test "$no_cache" != 1; then
7899 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7900 fi
7901
7902 if test "$wxUSE_GRID" = yes; then
7903 echo "$as_me:$LINENO: result: yes" >&5
7904 echo "${ECHO_T}yes" >&6
7905 else
7906 echo "$as_me:$LINENO: result: no" >&5
7907 echo "${ECHO_T}no" >&6
7908 fi
7909
7910
7911 enablestring=
7912 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7913 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7914 no_cache=0
7915 # Check whether --enable-imaglist or --disable-imaglist was given.
7916 if test "${enable_imaglist+set}" = set; then
7917 enableval="$enable_imaglist"
7918
7919 if test "$enableval" = yes; then
7920 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7921 else
7922 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7923 fi
7924
7925 else
7926
7927 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7928 if test "x$LINE" != x ; then
7929 eval "DEFAULT_$LINE"
7930 else
7931 no_cache=1
7932 fi
7933
7934 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7935
7936 fi;
7937
7938 eval "$ac_cv_use_imaglist"
7939 if test "$no_cache" != 1; then
7940 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7941 fi
7942
7943 if test "$wxUSE_IMAGLIST" = yes; then
7944 echo "$as_me:$LINENO: result: yes" >&5
7945 echo "${ECHO_T}yes" >&6
7946 else
7947 echo "$as_me:$LINENO: result: no" >&5
7948 echo "${ECHO_T}no" >&6
7949 fi
7950
7951
7952 enablestring=
7953 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7954 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7955 no_cache=0
7956 # Check whether --enable-listbook or --disable-listbook was given.
7957 if test "${enable_listbook+set}" = set; then
7958 enableval="$enable_listbook"
7959
7960 if test "$enableval" = yes; then
7961 ac_cv_use_listbook='wxUSE_LISTBOOK=yes'
7962 else
7963 ac_cv_use_listbook='wxUSE_LISTBOOK=no'
7964 fi
7965
7966 else
7967
7968 LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7969 if test "x$LINE" != x ; then
7970 eval "DEFAULT_$LINE"
7971 else
7972 no_cache=1
7973 fi
7974
7975 ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7976
7977 fi;
7978
7979 eval "$ac_cv_use_listbook"
7980 if test "$no_cache" != 1; then
7981 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7982 fi
7983
7984 if test "$wxUSE_LISTBOOK" = yes; then
7985 echo "$as_me:$LINENO: result: yes" >&5
7986 echo "${ECHO_T}yes" >&6
7987 else
7988 echo "$as_me:$LINENO: result: no" >&5
7989 echo "${ECHO_T}no" >&6
7990 fi
7991
7992
7993 enablestring=
7994 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7995 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7996 no_cache=0
7997 # Check whether --enable-listbox or --disable-listbox was given.
7998 if test "${enable_listbox+set}" = set; then
7999 enableval="$enable_listbox"
8000
8001 if test "$enableval" = yes; then
8002 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
8003 else
8004 ac_cv_use_listbox='wxUSE_LISTBOX=no'
8005 fi
8006
8007 else
8008
8009 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8010 if test "x$LINE" != x ; then
8011 eval "DEFAULT_$LINE"
8012 else
8013 no_cache=1
8014 fi
8015
8016 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8017
8018 fi;
8019
8020 eval "$ac_cv_use_listbox"
8021 if test "$no_cache" != 1; then
8022 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8023 fi
8024
8025 if test "$wxUSE_LISTBOX" = yes; then
8026 echo "$as_me:$LINENO: result: yes" >&5
8027 echo "${ECHO_T}yes" >&6
8028 else
8029 echo "$as_me:$LINENO: result: no" >&5
8030 echo "${ECHO_T}no" >&6
8031 fi
8032
8033
8034 enablestring=
8035 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8036 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8037 no_cache=0
8038 # Check whether --enable-listctrl or --disable-listctrl was given.
8039 if test "${enable_listctrl+set}" = set; then
8040 enableval="$enable_listctrl"
8041
8042 if test "$enableval" = yes; then
8043 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
8044 else
8045 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
8046 fi
8047
8048 else
8049
8050 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8051 if test "x$LINE" != x ; then
8052 eval "DEFAULT_$LINE"
8053 else
8054 no_cache=1
8055 fi
8056
8057 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8058
8059 fi;
8060
8061 eval "$ac_cv_use_listctrl"
8062 if test "$no_cache" != 1; then
8063 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8064 fi
8065
8066 if test "$wxUSE_LISTCTRL" = yes; then
8067 echo "$as_me:$LINENO: result: yes" >&5
8068 echo "${ECHO_T}yes" >&6
8069 else
8070 echo "$as_me:$LINENO: result: no" >&5
8071 echo "${ECHO_T}no" >&6
8072 fi
8073
8074
8075 enablestring=
8076 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8077 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8078 no_cache=0
8079 # Check whether --enable-notebook or --disable-notebook was given.
8080 if test "${enable_notebook+set}" = set; then
8081 enableval="$enable_notebook"
8082
8083 if test "$enableval" = yes; then
8084 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
8085 else
8086 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
8087 fi
8088
8089 else
8090
8091 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8092 if test "x$LINE" != x ; then
8093 eval "DEFAULT_$LINE"
8094 else
8095 no_cache=1
8096 fi
8097
8098 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8099
8100 fi;
8101
8102 eval "$ac_cv_use_notebook"
8103 if test "$no_cache" != 1; then
8104 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8105 fi
8106
8107 if test "$wxUSE_NOTEBOOK" = yes; then
8108 echo "$as_me:$LINENO: result: yes" >&5
8109 echo "${ECHO_T}yes" >&6
8110 else
8111 echo "$as_me:$LINENO: result: no" >&5
8112 echo "${ECHO_T}no" >&6
8113 fi
8114
8115
8116 enablestring=
8117 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8118 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8119 no_cache=0
8120 # Check whether --enable-radiobox or --disable-radiobox was given.
8121 if test "${enable_radiobox+set}" = set; then
8122 enableval="$enable_radiobox"
8123
8124 if test "$enableval" = yes; then
8125 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
8126 else
8127 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
8128 fi
8129
8130 else
8131
8132 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8133 if test "x$LINE" != x ; then
8134 eval "DEFAULT_$LINE"
8135 else
8136 no_cache=1
8137 fi
8138
8139 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8140
8141 fi;
8142
8143 eval "$ac_cv_use_radiobox"
8144 if test "$no_cache" != 1; then
8145 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8146 fi
8147
8148 if test "$wxUSE_RADIOBOX" = yes; then
8149 echo "$as_me:$LINENO: result: yes" >&5
8150 echo "${ECHO_T}yes" >&6
8151 else
8152 echo "$as_me:$LINENO: result: no" >&5
8153 echo "${ECHO_T}no" >&6
8154 fi
8155
8156
8157 enablestring=
8158 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8159 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8160 no_cache=0
8161 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8162 if test "${enable_radiobtn+set}" = set; then
8163 enableval="$enable_radiobtn"
8164
8165 if test "$enableval" = yes; then
8166 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
8167 else
8168 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
8169 fi
8170
8171 else
8172
8173 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8174 if test "x$LINE" != x ; then
8175 eval "DEFAULT_$LINE"
8176 else
8177 no_cache=1
8178 fi
8179
8180 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8181
8182 fi;
8183
8184 eval "$ac_cv_use_radiobtn"
8185 if test "$no_cache" != 1; then
8186 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8187 fi
8188
8189 if test "$wxUSE_RADIOBTN" = yes; then
8190 echo "$as_me:$LINENO: result: yes" >&5
8191 echo "${ECHO_T}yes" >&6
8192 else
8193 echo "$as_me:$LINENO: result: no" >&5
8194 echo "${ECHO_T}no" >&6
8195 fi
8196
8197
8198 enablestring=
8199 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8200 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8201 no_cache=0
8202 # Check whether --enable-sash or --disable-sash was given.
8203 if test "${enable_sash+set}" = set; then
8204 enableval="$enable_sash"
8205
8206 if test "$enableval" = yes; then
8207 ac_cv_use_sash='wxUSE_SASH=yes'
8208 else
8209 ac_cv_use_sash='wxUSE_SASH=no'
8210 fi
8211
8212 else
8213
8214 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8215 if test "x$LINE" != x ; then
8216 eval "DEFAULT_$LINE"
8217 else
8218 no_cache=1
8219 fi
8220
8221 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8222
8223 fi;
8224
8225 eval "$ac_cv_use_sash"
8226 if test "$no_cache" != 1; then
8227 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8228 fi
8229
8230 if test "$wxUSE_SASH" = yes; then
8231 echo "$as_me:$LINENO: result: yes" >&5
8232 echo "${ECHO_T}yes" >&6
8233 else
8234 echo "$as_me:$LINENO: result: no" >&5
8235 echo "${ECHO_T}no" >&6
8236 fi
8237
8238
8239 enablestring=
8240 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8241 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8242 no_cache=0
8243 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8244 if test "${enable_scrollbar+set}" = set; then
8245 enableval="$enable_scrollbar"
8246
8247 if test "$enableval" = yes; then
8248 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
8249 else
8250 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
8251 fi
8252
8253 else
8254
8255 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8256 if test "x$LINE" != x ; then
8257 eval "DEFAULT_$LINE"
8258 else
8259 no_cache=1
8260 fi
8261
8262 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8263
8264 fi;
8265
8266 eval "$ac_cv_use_scrollbar"
8267 if test "$no_cache" != 1; then
8268 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8269 fi
8270
8271 if test "$wxUSE_SCROLLBAR" = yes; then
8272 echo "$as_me:$LINENO: result: yes" >&5
8273 echo "${ECHO_T}yes" >&6
8274 else
8275 echo "$as_me:$LINENO: result: no" >&5
8276 echo "${ECHO_T}no" >&6
8277 fi
8278
8279
8280 enablestring=
8281 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8282 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8283 no_cache=0
8284 # Check whether --enable-slider or --disable-slider was given.
8285 if test "${enable_slider+set}" = set; then
8286 enableval="$enable_slider"
8287
8288 if test "$enableval" = yes; then
8289 ac_cv_use_slider='wxUSE_SLIDER=yes'
8290 else
8291 ac_cv_use_slider='wxUSE_SLIDER=no'
8292 fi
8293
8294 else
8295
8296 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8297 if test "x$LINE" != x ; then
8298 eval "DEFAULT_$LINE"
8299 else
8300 no_cache=1
8301 fi
8302
8303 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8304
8305 fi;
8306
8307 eval "$ac_cv_use_slider"
8308 if test "$no_cache" != 1; then
8309 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8310 fi
8311
8312 if test "$wxUSE_SLIDER" = yes; then
8313 echo "$as_me:$LINENO: result: yes" >&5
8314 echo "${ECHO_T}yes" >&6
8315 else
8316 echo "$as_me:$LINENO: result: no" >&5
8317 echo "${ECHO_T}no" >&6
8318 fi
8319
8320
8321 enablestring=
8322 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8323 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8324 no_cache=0
8325 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8326 if test "${enable_spinbtn+set}" = set; then
8327 enableval="$enable_spinbtn"
8328
8329 if test "$enableval" = yes; then
8330 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
8331 else
8332 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
8333 fi
8334
8335 else
8336
8337 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8338 if test "x$LINE" != x ; then
8339 eval "DEFAULT_$LINE"
8340 else
8341 no_cache=1
8342 fi
8343
8344 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8345
8346 fi;
8347
8348 eval "$ac_cv_use_spinbtn"
8349 if test "$no_cache" != 1; then
8350 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8351 fi
8352
8353 if test "$wxUSE_SPINBTN" = yes; then
8354 echo "$as_me:$LINENO: result: yes" >&5
8355 echo "${ECHO_T}yes" >&6
8356 else
8357 echo "$as_me:$LINENO: result: no" >&5
8358 echo "${ECHO_T}no" >&6
8359 fi
8360
8361
8362 enablestring=
8363 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8364 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8365 no_cache=0
8366 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8367 if test "${enable_spinctrl+set}" = set; then
8368 enableval="$enable_spinctrl"
8369
8370 if test "$enableval" = yes; then
8371 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
8372 else
8373 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
8374 fi
8375
8376 else
8377
8378 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8379 if test "x$LINE" != x ; then
8380 eval "DEFAULT_$LINE"
8381 else
8382 no_cache=1
8383 fi
8384
8385 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8386
8387 fi;
8388
8389 eval "$ac_cv_use_spinctrl"
8390 if test "$no_cache" != 1; then
8391 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8392 fi
8393
8394 if test "$wxUSE_SPINCTRL" = yes; then
8395 echo "$as_me:$LINENO: result: yes" >&5
8396 echo "${ECHO_T}yes" >&6
8397 else
8398 echo "$as_me:$LINENO: result: no" >&5
8399 echo "${ECHO_T}no" >&6
8400 fi
8401
8402
8403 enablestring=
8404 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8405 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8406 no_cache=0
8407 # Check whether --enable-splitter or --disable-splitter was given.
8408 if test "${enable_splitter+set}" = set; then
8409 enableval="$enable_splitter"
8410
8411 if test "$enableval" = yes; then
8412 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
8413 else
8414 ac_cv_use_splitter='wxUSE_SPLITTER=no'
8415 fi
8416
8417 else
8418
8419 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8420 if test "x$LINE" != x ; then
8421 eval "DEFAULT_$LINE"
8422 else
8423 no_cache=1
8424 fi
8425
8426 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8427
8428 fi;
8429
8430 eval "$ac_cv_use_splitter"
8431 if test "$no_cache" != 1; then
8432 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8433 fi
8434
8435 if test "$wxUSE_SPLITTER" = yes; then
8436 echo "$as_me:$LINENO: result: yes" >&5
8437 echo "${ECHO_T}yes" >&6
8438 else
8439 echo "$as_me:$LINENO: result: no" >&5
8440 echo "${ECHO_T}no" >&6
8441 fi
8442
8443
8444 enablestring=
8445 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8446 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8447 no_cache=0
8448 # Check whether --enable-statbmp or --disable-statbmp was given.
8449 if test "${enable_statbmp+set}" = set; then
8450 enableval="$enable_statbmp"
8451
8452 if test "$enableval" = yes; then
8453 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
8454 else
8455 ac_cv_use_statbmp='wxUSE_STATBMP=no'
8456 fi
8457
8458 else
8459
8460 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8461 if test "x$LINE" != x ; then
8462 eval "DEFAULT_$LINE"
8463 else
8464 no_cache=1
8465 fi
8466
8467 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8468
8469 fi;
8470
8471 eval "$ac_cv_use_statbmp"
8472 if test "$no_cache" != 1; then
8473 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8474 fi
8475
8476 if test "$wxUSE_STATBMP" = yes; then
8477 echo "$as_me:$LINENO: result: yes" >&5
8478 echo "${ECHO_T}yes" >&6
8479 else
8480 echo "$as_me:$LINENO: result: no" >&5
8481 echo "${ECHO_T}no" >&6
8482 fi
8483
8484
8485 enablestring=
8486 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8487 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8488 no_cache=0
8489 # Check whether --enable-statbox or --disable-statbox was given.
8490 if test "${enable_statbox+set}" = set; then
8491 enableval="$enable_statbox"
8492
8493 if test "$enableval" = yes; then
8494 ac_cv_use_statbox='wxUSE_STATBOX=yes'
8495 else
8496 ac_cv_use_statbox='wxUSE_STATBOX=no'
8497 fi
8498
8499 else
8500
8501 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8502 if test "x$LINE" != x ; then
8503 eval "DEFAULT_$LINE"
8504 else
8505 no_cache=1
8506 fi
8507
8508 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8509
8510 fi;
8511
8512 eval "$ac_cv_use_statbox"
8513 if test "$no_cache" != 1; then
8514 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8515 fi
8516
8517 if test "$wxUSE_STATBOX" = yes; then
8518 echo "$as_me:$LINENO: result: yes" >&5
8519 echo "${ECHO_T}yes" >&6
8520 else
8521 echo "$as_me:$LINENO: result: no" >&5
8522 echo "${ECHO_T}no" >&6
8523 fi
8524
8525
8526 enablestring=
8527 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8528 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8529 no_cache=0
8530 # Check whether --enable-statline or --disable-statline was given.
8531 if test "${enable_statline+set}" = set; then
8532 enableval="$enable_statline"
8533
8534 if test "$enableval" = yes; then
8535 ac_cv_use_statline='wxUSE_STATLINE=yes'
8536 else
8537 ac_cv_use_statline='wxUSE_STATLINE=no'
8538 fi
8539
8540 else
8541
8542 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8543 if test "x$LINE" != x ; then
8544 eval "DEFAULT_$LINE"
8545 else
8546 no_cache=1
8547 fi
8548
8549 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8550
8551 fi;
8552
8553 eval "$ac_cv_use_statline"
8554 if test "$no_cache" != 1; then
8555 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8556 fi
8557
8558 if test "$wxUSE_STATLINE" = yes; then
8559 echo "$as_me:$LINENO: result: yes" >&5
8560 echo "${ECHO_T}yes" >&6
8561 else
8562 echo "$as_me:$LINENO: result: no" >&5
8563 echo "${ECHO_T}no" >&6
8564 fi
8565
8566
8567 enablestring=
8568 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8569 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8570 no_cache=0
8571 # Check whether --enable-stattext or --disable-stattext was given.
8572 if test "${enable_stattext+set}" = set; then
8573 enableval="$enable_stattext"
8574
8575 if test "$enableval" = yes; then
8576 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
8577 else
8578 ac_cv_use_stattext='wxUSE_STATTEXT=no'
8579 fi
8580
8581 else
8582
8583 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8584 if test "x$LINE" != x ; then
8585 eval "DEFAULT_$LINE"
8586 else
8587 no_cache=1
8588 fi
8589
8590 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8591
8592 fi;
8593
8594 eval "$ac_cv_use_stattext"
8595 if test "$no_cache" != 1; then
8596 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8597 fi
8598
8599 if test "$wxUSE_STATTEXT" = yes; then
8600 echo "$as_me:$LINENO: result: yes" >&5
8601 echo "${ECHO_T}yes" >&6
8602 else
8603 echo "$as_me:$LINENO: result: no" >&5
8604 echo "${ECHO_T}no" >&6
8605 fi
8606
8607
8608 enablestring=
8609 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8610 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8611 no_cache=0
8612 # Check whether --enable-statusbar or --disable-statusbar was given.
8613 if test "${enable_statusbar+set}" = set; then
8614 enableval="$enable_statusbar"
8615
8616 if test "$enableval" = yes; then
8617 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
8618 else
8619 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
8620 fi
8621
8622 else
8623
8624 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8625 if test "x$LINE" != x ; then
8626 eval "DEFAULT_$LINE"
8627 else
8628 no_cache=1
8629 fi
8630
8631 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8632
8633 fi;
8634
8635 eval "$ac_cv_use_statusbar"
8636 if test "$no_cache" != 1; then
8637 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8638 fi
8639
8640 if test "$wxUSE_STATUSBAR" = yes; then
8641 echo "$as_me:$LINENO: result: yes" >&5
8642 echo "${ECHO_T}yes" >&6
8643 else
8644 echo "$as_me:$LINENO: result: no" >&5
8645 echo "${ECHO_T}no" >&6
8646 fi
8647
8648
8649 enablestring=
8650 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8651 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8652 no_cache=0
8653 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8654 if test "${enable_tabdialog+set}" = set; then
8655 enableval="$enable_tabdialog"
8656
8657 if test "$enableval" = yes; then
8658 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
8659 else
8660 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
8661 fi
8662
8663 else
8664
8665 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8666 if test "x$LINE" != x ; then
8667 eval "DEFAULT_$LINE"
8668 else
8669 no_cache=1
8670 fi
8671
8672 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8673
8674 fi;
8675
8676 eval "$ac_cv_use_tabdialog"
8677 if test "$no_cache" != 1; then
8678 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8679 fi
8680
8681 if test "$wxUSE_TABDIALOG" = yes; then
8682 echo "$as_me:$LINENO: result: yes" >&5
8683 echo "${ECHO_T}yes" >&6
8684 else
8685 echo "$as_me:$LINENO: result: no" >&5
8686 echo "${ECHO_T}no" >&6
8687 fi
8688
8689
8690 enablestring=
8691 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8692 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8693 no_cache=0
8694 # Check whether --enable-textctrl or --disable-textctrl was given.
8695 if test "${enable_textctrl+set}" = set; then
8696 enableval="$enable_textctrl"
8697
8698 if test "$enableval" = yes; then
8699 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
8700 else
8701 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
8702 fi
8703
8704 else
8705
8706 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8707 if test "x$LINE" != x ; then
8708 eval "DEFAULT_$LINE"
8709 else
8710 no_cache=1
8711 fi
8712
8713 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8714
8715 fi;
8716
8717 eval "$ac_cv_use_textctrl"
8718 if test "$no_cache" != 1; then
8719 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8720 fi
8721
8722 if test "$wxUSE_TEXTCTRL" = yes; then
8723 echo "$as_me:$LINENO: result: yes" >&5
8724 echo "${ECHO_T}yes" >&6
8725 else
8726 echo "$as_me:$LINENO: result: no" >&5
8727 echo "${ECHO_T}no" >&6
8728 fi
8729
8730
8731 enablestring=
8732 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8733 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8734 no_cache=0
8735 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8736 if test "${enable_togglebtn+set}" = set; then
8737 enableval="$enable_togglebtn"
8738
8739 if test "$enableval" = yes; then
8740 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
8741 else
8742 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
8743 fi
8744
8745 else
8746
8747 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8748 if test "x$LINE" != x ; then
8749 eval "DEFAULT_$LINE"
8750 else
8751 no_cache=1
8752 fi
8753
8754 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8755
8756 fi;
8757
8758 eval "$ac_cv_use_togglebtn"
8759 if test "$no_cache" != 1; then
8760 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8761 fi
8762
8763 if test "$wxUSE_TOGGLEBTN" = yes; then
8764 echo "$as_me:$LINENO: result: yes" >&5
8765 echo "${ECHO_T}yes" >&6
8766 else
8767 echo "$as_me:$LINENO: result: no" >&5
8768 echo "${ECHO_T}no" >&6
8769 fi
8770
8771
8772 enablestring=
8773 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8774 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8775 no_cache=0
8776 # Check whether --enable-toolbar or --disable-toolbar was given.
8777 if test "${enable_toolbar+set}" = set; then
8778 enableval="$enable_toolbar"
8779
8780 if test "$enableval" = yes; then
8781 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
8782 else
8783 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
8784 fi
8785
8786 else
8787
8788 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8789 if test "x$LINE" != x ; then
8790 eval "DEFAULT_$LINE"
8791 else
8792 no_cache=1
8793 fi
8794
8795 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8796
8797 fi;
8798
8799 eval "$ac_cv_use_toolbar"
8800 if test "$no_cache" != 1; then
8801 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8802 fi
8803
8804 if test "$wxUSE_TOOLBAR" = yes; then
8805 echo "$as_me:$LINENO: result: yes" >&5
8806 echo "${ECHO_T}yes" >&6
8807 else
8808 echo "$as_me:$LINENO: result: no" >&5
8809 echo "${ECHO_T}no" >&6
8810 fi
8811
8812
8813 enablestring=
8814 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8815 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8816 no_cache=0
8817 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8818 if test "${enable_tbarnative+set}" = set; then
8819 enableval="$enable_tbarnative"
8820
8821 if test "$enableval" = yes; then
8822 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
8823 else
8824 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
8825 fi
8826
8827 else
8828
8829 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8830 if test "x$LINE" != x ; then
8831 eval "DEFAULT_$LINE"
8832 else
8833 no_cache=1
8834 fi
8835
8836 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8837
8838 fi;
8839
8840 eval "$ac_cv_use_tbarnative"
8841 if test "$no_cache" != 1; then
8842 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8843 fi
8844
8845 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8846 echo "$as_me:$LINENO: result: yes" >&5
8847 echo "${ECHO_T}yes" >&6
8848 else
8849 echo "$as_me:$LINENO: result: no" >&5
8850 echo "${ECHO_T}no" >&6
8851 fi
8852
8853
8854 enablestring=
8855 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8856 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8857 no_cache=0
8858 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8859 if test "${enable_tbarsmpl+set}" = set; then
8860 enableval="$enable_tbarsmpl"
8861
8862 if test "$enableval" = yes; then
8863 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
8864 else
8865 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
8866 fi
8867
8868 else
8869
8870 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8871 if test "x$LINE" != x ; then
8872 eval "DEFAULT_$LINE"
8873 else
8874 no_cache=1
8875 fi
8876
8877 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8878
8879 fi;
8880
8881 eval "$ac_cv_use_tbarsmpl"
8882 if test "$no_cache" != 1; then
8883 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8884 fi
8885
8886 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8887 echo "$as_me:$LINENO: result: yes" >&5
8888 echo "${ECHO_T}yes" >&6
8889 else
8890 echo "$as_me:$LINENO: result: no" >&5
8891 echo "${ECHO_T}no" >&6
8892 fi
8893
8894
8895 enablestring=
8896 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8897 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8898 no_cache=0
8899 # Check whether --enable-treectrl or --disable-treectrl was given.
8900 if test "${enable_treectrl+set}" = set; then
8901 enableval="$enable_treectrl"
8902
8903 if test "$enableval" = yes; then
8904 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8905 else
8906 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8907 fi
8908
8909 else
8910
8911 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8912 if test "x$LINE" != x ; then
8913 eval "DEFAULT_$LINE"
8914 else
8915 no_cache=1
8916 fi
8917
8918 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8919
8920 fi;
8921
8922 eval "$ac_cv_use_treectrl"
8923 if test "$no_cache" != 1; then
8924 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8925 fi
8926
8927 if test "$wxUSE_TREECTRL" = yes; then
8928 echo "$as_me:$LINENO: result: yes" >&5
8929 echo "${ECHO_T}yes" >&6
8930 else
8931 echo "$as_me:$LINENO: result: no" >&5
8932 echo "${ECHO_T}no" >&6
8933 fi
8934
8935
8936 enablestring=
8937 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8938 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8939 no_cache=0
8940 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8941 if test "${enable_tipwindow+set}" = set; then
8942 enableval="$enable_tipwindow"
8943
8944 if test "$enableval" = yes; then
8945 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8946 else
8947 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8948 fi
8949
8950 else
8951
8952 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8953 if test "x$LINE" != x ; then
8954 eval "DEFAULT_$LINE"
8955 else
8956 no_cache=1
8957 fi
8958
8959 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8960
8961 fi;
8962
8963 eval "$ac_cv_use_tipwindow"
8964 if test "$no_cache" != 1; then
8965 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8966 fi
8967
8968 if test "$wxUSE_TIPWINDOW" = yes; then
8969 echo "$as_me:$LINENO: result: yes" >&5
8970 echo "${ECHO_T}yes" >&6
8971 else
8972 echo "$as_me:$LINENO: result: no" >&5
8973 echo "${ECHO_T}no" >&6
8974 fi
8975
8976
8977 enablestring=
8978 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8979 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8980 no_cache=0
8981 # Check whether --enable-popupwin or --disable-popupwin was given.
8982 if test "${enable_popupwin+set}" = set; then
8983 enableval="$enable_popupwin"
8984
8985 if test "$enableval" = yes; then
8986 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8987 else
8988 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8989 fi
8990
8991 else
8992
8993 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8994 if test "x$LINE" != x ; then
8995 eval "DEFAULT_$LINE"
8996 else
8997 no_cache=1
8998 fi
8999
9000 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9001
9002 fi;
9003
9004 eval "$ac_cv_use_popupwin"
9005 if test "$no_cache" != 1; then
9006 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9007 fi
9008
9009 if test "$wxUSE_POPUPWIN" = yes; then
9010 echo "$as_me:$LINENO: result: yes" >&5
9011 echo "${ECHO_T}yes" >&6
9012 else
9013 echo "$as_me:$LINENO: result: no" >&5
9014 echo "${ECHO_T}no" >&6
9015 fi
9016
9017
9018
9019
9020 enablestring=
9021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9022 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9023 no_cache=0
9024 # Check whether --enable-commondlg or --disable-commondlg was given.
9025 if test "${enable_commondlg+set}" = set; then
9026 enableval="$enable_commondlg"
9027
9028 if test "$enableval" = yes; then
9029 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
9030 else
9031 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
9032 fi
9033
9034 else
9035
9036 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9037 if test "x$LINE" != x ; then
9038 eval "DEFAULT_$LINE"
9039 else
9040 no_cache=1
9041 fi
9042
9043 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9044
9045 fi;
9046
9047 eval "$ac_cv_use_commondlg"
9048 if test "$no_cache" != 1; then
9049 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9050 fi
9051
9052 if test "$wxUSE_COMMONDLGS" = yes; then
9053 echo "$as_me:$LINENO: result: yes" >&5
9054 echo "${ECHO_T}yes" >&6
9055 else
9056 echo "$as_me:$LINENO: result: no" >&5
9057 echo "${ECHO_T}no" >&6
9058 fi
9059
9060
9061 enablestring=
9062 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9063 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9064 no_cache=0
9065 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9066 if test "${enable_choicedlg+set}" = set; then
9067 enableval="$enable_choicedlg"
9068
9069 if test "$enableval" = yes; then
9070 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
9071 else
9072 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
9073 fi
9074
9075 else
9076
9077 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9078 if test "x$LINE" != x ; then
9079 eval "DEFAULT_$LINE"
9080 else
9081 no_cache=1
9082 fi
9083
9084 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9085
9086 fi;
9087
9088 eval "$ac_cv_use_choicedlg"
9089 if test "$no_cache" != 1; then
9090 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9091 fi
9092
9093 if test "$wxUSE_CHOICEDLG" = yes; then
9094 echo "$as_me:$LINENO: result: yes" >&5
9095 echo "${ECHO_T}yes" >&6
9096 else
9097 echo "$as_me:$LINENO: result: no" >&5
9098 echo "${ECHO_T}no" >&6
9099 fi
9100
9101
9102 enablestring=
9103 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9104 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9105 no_cache=0
9106 # Check whether --enable-coldlg or --disable-coldlg was given.
9107 if test "${enable_coldlg+set}" = set; then
9108 enableval="$enable_coldlg"
9109
9110 if test "$enableval" = yes; then
9111 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
9112 else
9113 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
9114 fi
9115
9116 else
9117
9118 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9119 if test "x$LINE" != x ; then
9120 eval "DEFAULT_$LINE"
9121 else
9122 no_cache=1
9123 fi
9124
9125 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9126
9127 fi;
9128
9129 eval "$ac_cv_use_coldlg"
9130 if test "$no_cache" != 1; then
9131 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9132 fi
9133
9134 if test "$wxUSE_COLOURDLG" = yes; then
9135 echo "$as_me:$LINENO: result: yes" >&5
9136 echo "${ECHO_T}yes" >&6
9137 else
9138 echo "$as_me:$LINENO: result: no" >&5
9139 echo "${ECHO_T}no" >&6
9140 fi
9141
9142
9143 enablestring=
9144 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9145 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9146 no_cache=0
9147 # Check whether --enable-filedlg or --disable-filedlg was given.
9148 if test "${enable_filedlg+set}" = set; then
9149 enableval="$enable_filedlg"
9150
9151 if test "$enableval" = yes; then
9152 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
9153 else
9154 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
9155 fi
9156
9157 else
9158
9159 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9160 if test "x$LINE" != x ; then
9161 eval "DEFAULT_$LINE"
9162 else
9163 no_cache=1
9164 fi
9165
9166 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9167
9168 fi;
9169
9170 eval "$ac_cv_use_filedlg"
9171 if test "$no_cache" != 1; then
9172 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9173 fi
9174
9175 if test "$wxUSE_FILEDLG" = yes; then
9176 echo "$as_me:$LINENO: result: yes" >&5
9177 echo "${ECHO_T}yes" >&6
9178 else
9179 echo "$as_me:$LINENO: result: no" >&5
9180 echo "${ECHO_T}no" >&6
9181 fi
9182
9183
9184 enablestring=
9185 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9186 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9187 no_cache=0
9188 # Check whether --enable-finddlg or --disable-finddlg was given.
9189 if test "${enable_finddlg+set}" = set; then
9190 enableval="$enable_finddlg"
9191
9192 if test "$enableval" = yes; then
9193 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
9194 else
9195 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
9196 fi
9197
9198 else
9199
9200 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9201 if test "x$LINE" != x ; then
9202 eval "DEFAULT_$LINE"
9203 else
9204 no_cache=1
9205 fi
9206
9207 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9208
9209 fi;
9210
9211 eval "$ac_cv_use_finddlg"
9212 if test "$no_cache" != 1; then
9213 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9214 fi
9215
9216 if test "$wxUSE_FINDREPLDLG" = yes; then
9217 echo "$as_me:$LINENO: result: yes" >&5
9218 echo "${ECHO_T}yes" >&6
9219 else
9220 echo "$as_me:$LINENO: result: no" >&5
9221 echo "${ECHO_T}no" >&6
9222 fi
9223
9224
9225 enablestring=
9226 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9227 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9228 no_cache=0
9229 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9230 if test "${enable_fontdlg+set}" = set; then
9231 enableval="$enable_fontdlg"
9232
9233 if test "$enableval" = yes; then
9234 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
9235 else
9236 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
9237 fi
9238
9239 else
9240
9241 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9242 if test "x$LINE" != x ; then
9243 eval "DEFAULT_$LINE"
9244 else
9245 no_cache=1
9246 fi
9247
9248 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9249
9250 fi;
9251
9252 eval "$ac_cv_use_fontdlg"
9253 if test "$no_cache" != 1; then
9254 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9255 fi
9256
9257 if test "$wxUSE_FONTDLG" = yes; then
9258 echo "$as_me:$LINENO: result: yes" >&5
9259 echo "${ECHO_T}yes" >&6
9260 else
9261 echo "$as_me:$LINENO: result: no" >&5
9262 echo "${ECHO_T}no" >&6
9263 fi
9264
9265
9266 enablestring=
9267 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9268 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9269 no_cache=0
9270 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9271 if test "${enable_dirdlg+set}" = set; then
9272 enableval="$enable_dirdlg"
9273
9274 if test "$enableval" = yes; then
9275 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
9276 else
9277 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
9278 fi
9279
9280 else
9281
9282 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9283 if test "x$LINE" != x ; then
9284 eval "DEFAULT_$LINE"
9285 else
9286 no_cache=1
9287 fi
9288
9289 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9290
9291 fi;
9292
9293 eval "$ac_cv_use_dirdlg"
9294 if test "$no_cache" != 1; then
9295 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9296 fi
9297
9298 if test "$wxUSE_DIRDLG" = yes; then
9299 echo "$as_me:$LINENO: result: yes" >&5
9300 echo "${ECHO_T}yes" >&6
9301 else
9302 echo "$as_me:$LINENO: result: no" >&5
9303 echo "${ECHO_T}no" >&6
9304 fi
9305
9306
9307 enablestring=
9308 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9309 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9310 no_cache=0
9311 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9312 if test "${enable_msgdlg+set}" = set; then
9313 enableval="$enable_msgdlg"
9314
9315 if test "$enableval" = yes; then
9316 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
9317 else
9318 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
9319 fi
9320
9321 else
9322
9323 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9324 if test "x$LINE" != x ; then
9325 eval "DEFAULT_$LINE"
9326 else
9327 no_cache=1
9328 fi
9329
9330 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9331
9332 fi;
9333
9334 eval "$ac_cv_use_msgdlg"
9335 if test "$no_cache" != 1; then
9336 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9337 fi
9338
9339 if test "$wxUSE_MSGDLG" = yes; then
9340 echo "$as_me:$LINENO: result: yes" >&5
9341 echo "${ECHO_T}yes" >&6
9342 else
9343 echo "$as_me:$LINENO: result: no" >&5
9344 echo "${ECHO_T}no" >&6
9345 fi
9346
9347
9348 enablestring=
9349 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9350 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9351 no_cache=0
9352 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9353 if test "${enable_numberdlg+set}" = set; then
9354 enableval="$enable_numberdlg"
9355
9356 if test "$enableval" = yes; then
9357 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
9358 else
9359 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
9360 fi
9361
9362 else
9363
9364 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9365 if test "x$LINE" != x ; then
9366 eval "DEFAULT_$LINE"
9367 else
9368 no_cache=1
9369 fi
9370
9371 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9372
9373 fi;
9374
9375 eval "$ac_cv_use_numberdlg"
9376 if test "$no_cache" != 1; then
9377 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9378 fi
9379
9380 if test "$wxUSE_NUMBERDLG" = yes; then
9381 echo "$as_me:$LINENO: result: yes" >&5
9382 echo "${ECHO_T}yes" >&6
9383 else
9384 echo "$as_me:$LINENO: result: no" >&5
9385 echo "${ECHO_T}no" >&6
9386 fi
9387
9388
9389 enablestring=
9390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9391 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9392 no_cache=0
9393 # Check whether --enable-splash or --disable-splash was given.
9394 if test "${enable_splash+set}" = set; then
9395 enableval="$enable_splash"
9396
9397 if test "$enableval" = yes; then
9398 ac_cv_use_splash='wxUSE_SPLASH=yes'
9399 else
9400 ac_cv_use_splash='wxUSE_SPLASH=no'
9401 fi
9402
9403 else
9404
9405 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9406 if test "x$LINE" != x ; then
9407 eval "DEFAULT_$LINE"
9408 else
9409 no_cache=1
9410 fi
9411
9412 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9413
9414 fi;
9415
9416 eval "$ac_cv_use_splash"
9417 if test "$no_cache" != 1; then
9418 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9419 fi
9420
9421 if test "$wxUSE_SPLASH" = yes; then
9422 echo "$as_me:$LINENO: result: yes" >&5
9423 echo "${ECHO_T}yes" >&6
9424 else
9425 echo "$as_me:$LINENO: result: no" >&5
9426 echo "${ECHO_T}no" >&6
9427 fi
9428
9429
9430 enablestring=
9431 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9432 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9433 no_cache=0
9434 # Check whether --enable-textdlg or --disable-textdlg was given.
9435 if test "${enable_textdlg+set}" = set; then
9436 enableval="$enable_textdlg"
9437
9438 if test "$enableval" = yes; then
9439 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
9440 else
9441 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
9442 fi
9443
9444 else
9445
9446 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9447 if test "x$LINE" != x ; then
9448 eval "DEFAULT_$LINE"
9449 else
9450 no_cache=1
9451 fi
9452
9453 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9454
9455 fi;
9456
9457 eval "$ac_cv_use_textdlg"
9458 if test "$no_cache" != 1; then
9459 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9460 fi
9461
9462 if test "$wxUSE_TEXTDLG" = yes; then
9463 echo "$as_me:$LINENO: result: yes" >&5
9464 echo "${ECHO_T}yes" >&6
9465 else
9466 echo "$as_me:$LINENO: result: no" >&5
9467 echo "${ECHO_T}no" >&6
9468 fi
9469
9470
9471 enablestring=
9472 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9473 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9474 no_cache=0
9475 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9476 if test "${enable_tipdlg+set}" = set; then
9477 enableval="$enable_tipdlg"
9478
9479 if test "$enableval" = yes; then
9480 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
9481 else
9482 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
9483 fi
9484
9485 else
9486
9487 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9488 if test "x$LINE" != x ; then
9489 eval "DEFAULT_$LINE"
9490 else
9491 no_cache=1
9492 fi
9493
9494 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9495
9496 fi;
9497
9498 eval "$ac_cv_use_tipdlg"
9499 if test "$no_cache" != 1; then
9500 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9501 fi
9502
9503 if test "$wxUSE_STARTUP_TIPS" = yes; then
9504 echo "$as_me:$LINENO: result: yes" >&5
9505 echo "${ECHO_T}yes" >&6
9506 else
9507 echo "$as_me:$LINENO: result: no" >&5
9508 echo "${ECHO_T}no" >&6
9509 fi
9510
9511
9512 enablestring=
9513 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9514 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9515 no_cache=0
9516 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9517 if test "${enable_progressdlg+set}" = set; then
9518 enableval="$enable_progressdlg"
9519
9520 if test "$enableval" = yes; then
9521 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
9522 else
9523 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
9524 fi
9525
9526 else
9527
9528 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9529 if test "x$LINE" != x ; then
9530 eval "DEFAULT_$LINE"
9531 else
9532 no_cache=1
9533 fi
9534
9535 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9536
9537 fi;
9538
9539 eval "$ac_cv_use_progressdlg"
9540 if test "$no_cache" != 1; then
9541 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9542 fi
9543
9544 if test "$wxUSE_PROGRESSDLG" = yes; then
9545 echo "$as_me:$LINENO: result: yes" >&5
9546 echo "${ECHO_T}yes" >&6
9547 else
9548 echo "$as_me:$LINENO: result: no" >&5
9549 echo "${ECHO_T}no" >&6
9550 fi
9551
9552
9553 enablestring=
9554 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9555 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9556 no_cache=0
9557 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9558 if test "${enable_wizarddlg+set}" = set; then
9559 enableval="$enable_wizarddlg"
9560
9561 if test "$enableval" = yes; then
9562 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
9563 else
9564 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
9565 fi
9566
9567 else
9568
9569 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9570 if test "x$LINE" != x ; then
9571 eval "DEFAULT_$LINE"
9572 else
9573 no_cache=1
9574 fi
9575
9576 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9577
9578 fi;
9579
9580 eval "$ac_cv_use_wizarddlg"
9581 if test "$no_cache" != 1; then
9582 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9583 fi
9584
9585 if test "$wxUSE_WIZARDDLG" = yes; then
9586 echo "$as_me:$LINENO: result: yes" >&5
9587 echo "${ECHO_T}yes" >&6
9588 else
9589 echo "$as_me:$LINENO: result: no" >&5
9590 echo "${ECHO_T}no" >&6
9591 fi
9592
9593
9594
9595
9596 enablestring=
9597 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9598 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9599 no_cache=0
9600 # Check whether --enable-menus or --disable-menus was given.
9601 if test "${enable_menus+set}" = set; then
9602 enableval="$enable_menus"
9603
9604 if test "$enableval" = yes; then
9605 ac_cv_use_menus='wxUSE_MENUS=yes'
9606 else
9607 ac_cv_use_menus='wxUSE_MENUS=no'
9608 fi
9609
9610 else
9611
9612 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9613 if test "x$LINE" != x ; then
9614 eval "DEFAULT_$LINE"
9615 else
9616 no_cache=1
9617 fi
9618
9619 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9620
9621 fi;
9622
9623 eval "$ac_cv_use_menus"
9624 if test "$no_cache" != 1; then
9625 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9626 fi
9627
9628 if test "$wxUSE_MENUS" = yes; then
9629 echo "$as_me:$LINENO: result: yes" >&5
9630 echo "${ECHO_T}yes" >&6
9631 else
9632 echo "$as_me:$LINENO: result: no" >&5
9633 echo "${ECHO_T}no" >&6
9634 fi
9635
9636
9637 enablestring=
9638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9639 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9640 no_cache=0
9641 # Check whether --enable-miniframe or --disable-miniframe was given.
9642 if test "${enable_miniframe+set}" = set; then
9643 enableval="$enable_miniframe"
9644
9645 if test "$enableval" = yes; then
9646 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
9647 else
9648 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
9649 fi
9650
9651 else
9652
9653 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9654 if test "x$LINE" != x ; then
9655 eval "DEFAULT_$LINE"
9656 else
9657 no_cache=1
9658 fi
9659
9660 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9661
9662 fi;
9663
9664 eval "$ac_cv_use_miniframe"
9665 if test "$no_cache" != 1; then
9666 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9667 fi
9668
9669 if test "$wxUSE_MINIFRAME" = yes; then
9670 echo "$as_me:$LINENO: result: yes" >&5
9671 echo "${ECHO_T}yes" >&6
9672 else
9673 echo "$as_me:$LINENO: result: no" >&5
9674 echo "${ECHO_T}no" >&6
9675 fi
9676
9677
9678 enablestring=
9679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9680 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9681 no_cache=0
9682 # Check whether --enable-tooltips or --disable-tooltips was given.
9683 if test "${enable_tooltips+set}" = set; then
9684 enableval="$enable_tooltips"
9685
9686 if test "$enableval" = yes; then
9687 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
9688 else
9689 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
9690 fi
9691
9692 else
9693
9694 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9695 if test "x$LINE" != x ; then
9696 eval "DEFAULT_$LINE"
9697 else
9698 no_cache=1
9699 fi
9700
9701 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9702
9703 fi;
9704
9705 eval "$ac_cv_use_tooltips"
9706 if test "$no_cache" != 1; then
9707 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9708 fi
9709
9710 if test "$wxUSE_TOOLTIPS" = yes; then
9711 echo "$as_me:$LINENO: result: yes" >&5
9712 echo "${ECHO_T}yes" >&6
9713 else
9714 echo "$as_me:$LINENO: result: no" >&5
9715 echo "${ECHO_T}no" >&6
9716 fi
9717
9718
9719 enablestring=
9720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9721 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9722 no_cache=0
9723 # Check whether --enable-splines or --disable-splines was given.
9724 if test "${enable_splines+set}" = set; then
9725 enableval="$enable_splines"
9726
9727 if test "$enableval" = yes; then
9728 ac_cv_use_splines='wxUSE_SPLINES=yes'
9729 else
9730 ac_cv_use_splines='wxUSE_SPLINES=no'
9731 fi
9732
9733 else
9734
9735 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9736 if test "x$LINE" != x ; then
9737 eval "DEFAULT_$LINE"
9738 else
9739 no_cache=1
9740 fi
9741
9742 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9743
9744 fi;
9745
9746 eval "$ac_cv_use_splines"
9747 if test "$no_cache" != 1; then
9748 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9749 fi
9750
9751 if test "$wxUSE_SPLINES" = yes; then
9752 echo "$as_me:$LINENO: result: yes" >&5
9753 echo "${ECHO_T}yes" >&6
9754 else
9755 echo "$as_me:$LINENO: result: no" >&5
9756 echo "${ECHO_T}no" >&6
9757 fi
9758
9759
9760 enablestring=
9761 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9762 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9763 no_cache=0
9764 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9765 if test "${enable_mousewheel+set}" = set; then
9766 enableval="$enable_mousewheel"
9767
9768 if test "$enableval" = yes; then
9769 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
9770 else
9771 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
9772 fi
9773
9774 else
9775
9776 LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9777 if test "x$LINE" != x ; then
9778 eval "DEFAULT_$LINE"
9779 else
9780 no_cache=1
9781 fi
9782
9783 ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9784
9785 fi;
9786
9787 eval "$ac_cv_use_mousewheel"
9788 if test "$no_cache" != 1; then
9789 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9790 fi
9791
9792 if test "$wxUSE_MOUSEWHEEL" = yes; then
9793 echo "$as_me:$LINENO: result: yes" >&5
9794 echo "${ECHO_T}yes" >&6
9795 else
9796 echo "$as_me:$LINENO: result: no" >&5
9797 echo "${ECHO_T}no" >&6
9798 fi
9799
9800
9801 enablestring=
9802 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9803 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9804 no_cache=0
9805 # Check whether --enable-validators or --disable-validators was given.
9806 if test "${enable_validators+set}" = set; then
9807 enableval="$enable_validators"
9808
9809 if test "$enableval" = yes; then
9810 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
9811 else
9812 ac_cv_use_validators='wxUSE_VALIDATORS=no'
9813 fi
9814
9815 else
9816
9817 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9818 if test "x$LINE" != x ; then
9819 eval "DEFAULT_$LINE"
9820 else
9821 no_cache=1
9822 fi
9823
9824 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9825
9826 fi;
9827
9828 eval "$ac_cv_use_validators"
9829 if test "$no_cache" != 1; then
9830 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9831 fi
9832
9833 if test "$wxUSE_VALIDATORS" = yes; then
9834 echo "$as_me:$LINENO: result: yes" >&5
9835 echo "${ECHO_T}yes" >&6
9836 else
9837 echo "$as_me:$LINENO: result: no" >&5
9838 echo "${ECHO_T}no" >&6
9839 fi
9840
9841
9842 enablestring=
9843 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9844 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9845 no_cache=0
9846 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9847 if test "${enable_busyinfo+set}" = set; then
9848 enableval="$enable_busyinfo"
9849
9850 if test "$enableval" = yes; then
9851 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
9852 else
9853 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
9854 fi
9855
9856 else
9857
9858 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9859 if test "x$LINE" != x ; then
9860 eval "DEFAULT_$LINE"
9861 else
9862 no_cache=1
9863 fi
9864
9865 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9866
9867 fi;
9868
9869 eval "$ac_cv_use_busyinfo"
9870 if test "$no_cache" != 1; then
9871 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9872 fi
9873
9874 if test "$wxUSE_BUSYINFO" = yes; then
9875 echo "$as_me:$LINENO: result: yes" >&5
9876 echo "${ECHO_T}yes" >&6
9877 else
9878 echo "$as_me:$LINENO: result: no" >&5
9879 echo "${ECHO_T}no" >&6
9880 fi
9881
9882
9883 enablestring=
9884 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9885 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9886 no_cache=0
9887 # Check whether --enable-joystick or --disable-joystick was given.
9888 if test "${enable_joystick+set}" = set; then
9889 enableval="$enable_joystick"
9890
9891 if test "$enableval" = yes; then
9892 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
9893 else
9894 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
9895 fi
9896
9897 else
9898
9899 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9900 if test "x$LINE" != x ; then
9901 eval "DEFAULT_$LINE"
9902 else
9903 no_cache=1
9904 fi
9905
9906 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9907
9908 fi;
9909
9910 eval "$ac_cv_use_joystick"
9911 if test "$no_cache" != 1; then
9912 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9913 fi
9914
9915 if test "$wxUSE_JOYSTICK" = yes; then
9916 echo "$as_me:$LINENO: result: yes" >&5
9917 echo "${ECHO_T}yes" >&6
9918 else
9919 echo "$as_me:$LINENO: result: no" >&5
9920 echo "${ECHO_T}no" >&6
9921 fi
9922
9923
9924 enablestring=
9925 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9926 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9927 no_cache=0
9928 # Check whether --enable-metafile or --disable-metafile was given.
9929 if test "${enable_metafile+set}" = set; then
9930 enableval="$enable_metafile"
9931
9932 if test "$enableval" = yes; then
9933 ac_cv_use_metafile='wxUSE_METAFILE=yes'
9934 else
9935 ac_cv_use_metafile='wxUSE_METAFILE=no'
9936 fi
9937
9938 else
9939
9940 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9941 if test "x$LINE" != x ; then
9942 eval "DEFAULT_$LINE"
9943 else
9944 no_cache=1
9945 fi
9946
9947 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9948
9949 fi;
9950
9951 eval "$ac_cv_use_metafile"
9952 if test "$no_cache" != 1; then
9953 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9954 fi
9955
9956 if test "$wxUSE_METAFILE" = yes; then
9957 echo "$as_me:$LINENO: result: yes" >&5
9958 echo "${ECHO_T}yes" >&6
9959 else
9960 echo "$as_me:$LINENO: result: no" >&5
9961 echo "${ECHO_T}no" >&6
9962 fi
9963
9964
9965 enablestring=
9966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9967 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9968 no_cache=0
9969 # Check whether --enable-dragimage or --disable-dragimage was given.
9970 if test "${enable_dragimage+set}" = set; then
9971 enableval="$enable_dragimage"
9972
9973 if test "$enableval" = yes; then
9974 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9975 else
9976 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9977 fi
9978
9979 else
9980
9981 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9982 if test "x$LINE" != x ; then
9983 eval "DEFAULT_$LINE"
9984 else
9985 no_cache=1
9986 fi
9987
9988 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9989
9990 fi;
9991
9992 eval "$ac_cv_use_dragimage"
9993 if test "$no_cache" != 1; then
9994 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9995 fi
9996
9997 if test "$wxUSE_DRAGIMAGE" = yes; then
9998 echo "$as_me:$LINENO: result: yes" >&5
9999 echo "${ECHO_T}yes" >&6
10000 else
10001 echo "$as_me:$LINENO: result: no" >&5
10002 echo "${ECHO_T}no" >&6
10003 fi
10004
10005
10006 enablestring=
10007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10008 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10009 no_cache=0
10010 # Check whether --enable-accessibility or --disable-accessibility was given.
10011 if test "${enable_accessibility+set}" = set; then
10012 enableval="$enable_accessibility"
10013
10014 if test "$enableval" = yes; then
10015 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
10016 else
10017 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
10018 fi
10019
10020 else
10021
10022 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10023 if test "x$LINE" != x ; then
10024 eval "DEFAULT_$LINE"
10025 else
10026 no_cache=1
10027 fi
10028
10029 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10030
10031 fi;
10032
10033 eval "$ac_cv_use_accessibility"
10034 if test "$no_cache" != 1; then
10035 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10036 fi
10037
10038 if test "$wxUSE_ACCESSIBILITY" = yes; then
10039 echo "$as_me:$LINENO: result: yes" >&5
10040 echo "${ECHO_T}yes" >&6
10041 else
10042 echo "$as_me:$LINENO: result: no" >&5
10043 echo "${ECHO_T}no" >&6
10044 fi
10045
10046
10047
10048
10049 enablestring=
10050 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10051 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10052 no_cache=0
10053 # Check whether --enable-palette or --disable-palette was given.
10054 if test "${enable_palette+set}" = set; then
10055 enableval="$enable_palette"
10056
10057 if test "$enableval" = yes; then
10058 ac_cv_use_palette='wxUSE_PALETTE=yes'
10059 else
10060 ac_cv_use_palette='wxUSE_PALETTE=no'
10061 fi
10062
10063 else
10064
10065 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10066 if test "x$LINE" != x ; then
10067 eval "DEFAULT_$LINE"
10068 else
10069 no_cache=1
10070 fi
10071
10072 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10073
10074 fi;
10075
10076 eval "$ac_cv_use_palette"
10077 if test "$no_cache" != 1; then
10078 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10079 fi
10080
10081 if test "$wxUSE_PALETTE" = yes; then
10082 echo "$as_me:$LINENO: result: yes" >&5
10083 echo "${ECHO_T}yes" >&6
10084 else
10085 echo "$as_me:$LINENO: result: no" >&5
10086 echo "${ECHO_T}no" >&6
10087 fi
10088
10089
10090 enablestring=
10091 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10092 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10093 no_cache=0
10094 # Check whether --enable-image or --disable-image was given.
10095 if test "${enable_image+set}" = set; then
10096 enableval="$enable_image"
10097
10098 if test "$enableval" = yes; then
10099 ac_cv_use_image='wxUSE_IMAGE=yes'
10100 else
10101 ac_cv_use_image='wxUSE_IMAGE=no'
10102 fi
10103
10104 else
10105
10106 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10107 if test "x$LINE" != x ; then
10108 eval "DEFAULT_$LINE"
10109 else
10110 no_cache=1
10111 fi
10112
10113 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10114
10115 fi;
10116
10117 eval "$ac_cv_use_image"
10118 if test "$no_cache" != 1; then
10119 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10120 fi
10121
10122 if test "$wxUSE_IMAGE" = yes; then
10123 echo "$as_me:$LINENO: result: yes" >&5
10124 echo "${ECHO_T}yes" >&6
10125 else
10126 echo "$as_me:$LINENO: result: no" >&5
10127 echo "${ECHO_T}no" >&6
10128 fi
10129
10130
10131 enablestring=
10132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10133 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10134 no_cache=0
10135 # Check whether --enable-gif or --disable-gif was given.
10136 if test "${enable_gif+set}" = set; then
10137 enableval="$enable_gif"
10138
10139 if test "$enableval" = yes; then
10140 ac_cv_use_gif='wxUSE_GIF=yes'
10141 else
10142 ac_cv_use_gif='wxUSE_GIF=no'
10143 fi
10144
10145 else
10146
10147 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10148 if test "x$LINE" != x ; then
10149 eval "DEFAULT_$LINE"
10150 else
10151 no_cache=1
10152 fi
10153
10154 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10155
10156 fi;
10157
10158 eval "$ac_cv_use_gif"
10159 if test "$no_cache" != 1; then
10160 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10161 fi
10162
10163 if test "$wxUSE_GIF" = yes; then
10164 echo "$as_me:$LINENO: result: yes" >&5
10165 echo "${ECHO_T}yes" >&6
10166 else
10167 echo "$as_me:$LINENO: result: no" >&5
10168 echo "${ECHO_T}no" >&6
10169 fi
10170
10171
10172 enablestring=
10173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10174 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10175 no_cache=0
10176 # Check whether --enable-pcx or --disable-pcx was given.
10177 if test "${enable_pcx+set}" = set; then
10178 enableval="$enable_pcx"
10179
10180 if test "$enableval" = yes; then
10181 ac_cv_use_pcx='wxUSE_PCX=yes'
10182 else
10183 ac_cv_use_pcx='wxUSE_PCX=no'
10184 fi
10185
10186 else
10187
10188 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10189 if test "x$LINE" != x ; then
10190 eval "DEFAULT_$LINE"
10191 else
10192 no_cache=1
10193 fi
10194
10195 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10196
10197 fi;
10198
10199 eval "$ac_cv_use_pcx"
10200 if test "$no_cache" != 1; then
10201 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10202 fi
10203
10204 if test "$wxUSE_PCX" = yes; then
10205 echo "$as_me:$LINENO: result: yes" >&5
10206 echo "${ECHO_T}yes" >&6
10207 else
10208 echo "$as_me:$LINENO: result: no" >&5
10209 echo "${ECHO_T}no" >&6
10210 fi
10211
10212
10213 enablestring=
10214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10215 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10216 no_cache=0
10217 # Check whether --enable-iff or --disable-iff was given.
10218 if test "${enable_iff+set}" = set; then
10219 enableval="$enable_iff"
10220
10221 if test "$enableval" = yes; then
10222 ac_cv_use_iff='wxUSE_IFF=yes'
10223 else
10224 ac_cv_use_iff='wxUSE_IFF=no'
10225 fi
10226
10227 else
10228
10229 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10230 if test "x$LINE" != x ; then
10231 eval "DEFAULT_$LINE"
10232 else
10233 no_cache=1
10234 fi
10235
10236 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10237
10238 fi;
10239
10240 eval "$ac_cv_use_iff"
10241 if test "$no_cache" != 1; then
10242 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10243 fi
10244
10245 if test "$wxUSE_IFF" = yes; then
10246 echo "$as_me:$LINENO: result: yes" >&5
10247 echo "${ECHO_T}yes" >&6
10248 else
10249 echo "$as_me:$LINENO: result: no" >&5
10250 echo "${ECHO_T}no" >&6
10251 fi
10252
10253
10254 enablestring=
10255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10256 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10257 no_cache=0
10258 # Check whether --enable-pnm or --disable-pnm was given.
10259 if test "${enable_pnm+set}" = set; then
10260 enableval="$enable_pnm"
10261
10262 if test "$enableval" = yes; then
10263 ac_cv_use_pnm='wxUSE_PNM=yes'
10264 else
10265 ac_cv_use_pnm='wxUSE_PNM=no'
10266 fi
10267
10268 else
10269
10270 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10271 if test "x$LINE" != x ; then
10272 eval "DEFAULT_$LINE"
10273 else
10274 no_cache=1
10275 fi
10276
10277 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10278
10279 fi;
10280
10281 eval "$ac_cv_use_pnm"
10282 if test "$no_cache" != 1; then
10283 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10284 fi
10285
10286 if test "$wxUSE_PNM" = yes; then
10287 echo "$as_me:$LINENO: result: yes" >&5
10288 echo "${ECHO_T}yes" >&6
10289 else
10290 echo "$as_me:$LINENO: result: no" >&5
10291 echo "${ECHO_T}no" >&6
10292 fi
10293
10294
10295 enablestring=
10296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10297 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10298 no_cache=0
10299 # Check whether --enable-xpm or --disable-xpm was given.
10300 if test "${enable_xpm+set}" = set; then
10301 enableval="$enable_xpm"
10302
10303 if test "$enableval" = yes; then
10304 ac_cv_use_xpm='wxUSE_XPM=yes'
10305 else
10306 ac_cv_use_xpm='wxUSE_XPM=no'
10307 fi
10308
10309 else
10310
10311 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10312 if test "x$LINE" != x ; then
10313 eval "DEFAULT_$LINE"
10314 else
10315 no_cache=1
10316 fi
10317
10318 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10319
10320 fi;
10321
10322 eval "$ac_cv_use_xpm"
10323 if test "$no_cache" != 1; then
10324 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10325 fi
10326
10327 if test "$wxUSE_XPM" = yes; then
10328 echo "$as_me:$LINENO: result: yes" >&5
10329 echo "${ECHO_T}yes" >&6
10330 else
10331 echo "$as_me:$LINENO: result: no" >&5
10332 echo "${ECHO_T}no" >&6
10333 fi
10334
10335
10336 enablestring=
10337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10338 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10339 no_cache=0
10340 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10341 if test "${enable_ico_cur+set}" = set; then
10342 enableval="$enable_ico_cur"
10343
10344 if test "$enableval" = yes; then
10345 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
10346 else
10347 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
10348 fi
10349
10350 else
10351
10352 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10353 if test "x$LINE" != x ; then
10354 eval "DEFAULT_$LINE"
10355 else
10356 no_cache=1
10357 fi
10358
10359 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10360
10361 fi;
10362
10363 eval "$ac_cv_use_ico_cur"
10364 if test "$no_cache" != 1; then
10365 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10366 fi
10367
10368 if test "$wxUSE_ICO_CUR" = yes; then
10369 echo "$as_me:$LINENO: result: yes" >&5
10370 echo "${ECHO_T}yes" >&6
10371 else
10372 echo "$as_me:$LINENO: result: no" >&5
10373 echo "${ECHO_T}no" >&6
10374 fi
10375
10376
10377 fi
10378
10379
10380
10381 # Check whether --with-flavour or --without-flavour was given.
10382 if test "${with_flavour+set}" = set; then
10383 withval="$with_flavour"
10384 WX_FLAVOUR="$withval"
10385 fi;
10386
10387
10388
10389 enablestring=
10390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10391 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10392 no_cache=0
10393 # Check whether --enable-official_build or --disable-official_build was given.
10394 if test "${enable_official_build+set}" = set; then
10395 enableval="$enable_official_build"
10396
10397 if test "$enableval" = yes; then
10398 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
10399 else
10400 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
10401 fi
10402
10403 else
10404
10405 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10406 if test "x$LINE" != x ; then
10407 eval "DEFAULT_$LINE"
10408 else
10409 no_cache=1
10410 fi
10411
10412 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10413
10414 fi;
10415
10416 eval "$ac_cv_use_official_build"
10417 if test "$no_cache" != 1; then
10418 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10419 fi
10420
10421 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10422 echo "$as_me:$LINENO: result: yes" >&5
10423 echo "${ECHO_T}yes" >&6
10424 else
10425 echo "$as_me:$LINENO: result: no" >&5
10426 echo "${ECHO_T}no" >&6
10427 fi
10428
10429 # Check whether --enable-vendor or --disable-vendor was given.
10430 if test "${enable_vendor+set}" = set; then
10431 enableval="$enable_vendor"
10432 VENDOR="$enableval"
10433 fi;
10434 if test "x$VENDOR" = "x"; then
10435 VENDOR="custom"
10436 fi
10437
10438
10439
10440
10441 echo "saving argument cache $wx_arg_cache_file"
10442 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
10443
10444
10445
10446 echo "$as_me:$LINENO: checking for toolkit" >&5
10447 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10448
10449 # In Wine, we need to default to MSW, not GTK or MOTIF
10450 if test "$wxUSE_WINE" = "yes"; then
10451 DEFAULT_DEFAULT_wxUSE_GTK=0
10452 DEFAULT_DEFAULT_wxUSE_MOTIF=0
10453 DEFAULT_DEFAULT_wxUSE_MSW=1
10454 wxUSE_SHARED=no
10455 fi
10456
10457
10458 if test "$wxUSE_GUI" = "yes"; then
10459
10460 if test "$USE_BEOS" = 1; then
10461 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10462 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10463 { (exit 1); exit 1; }; }
10464 fi
10465
10466 if test "$TOOLKIT_GIVEN" = 1; then
10467 for toolkit in `echo $ALL_TOOLKITS`; do
10468 var=wxUSE_$toolkit
10469 eval "value=\$${var}"
10470 if test "x$value" = "xno"; then
10471 eval "$var=0"
10472 elif test "x$value" != "x"; then
10473 eval "$var=1"
10474 fi
10475
10476 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10477 eval "wx${toolkit}_VERSION=$value"
10478 fi
10479 done
10480 else
10481 for toolkit in `echo $ALL_TOOLKITS`; do
10482 if test "$has_toolkit_in_cache" != 1; then
10483 var=DEFAULT_DEFAULT_wxUSE_$toolkit
10484 else
10485 var=DEFAULT_wxUSE_$toolkit
10486
10487 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10488 if test "x$version" != "x"; then
10489 eval "wx${toolkit}_VERSION=$version"
10490 fi
10491 fi
10492 eval "wxUSE_$toolkit=\$${var}"
10493 done
10494 fi
10495
10496 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10497 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10498 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10499
10500 case "${host}" in
10501 *-pc-os2_emx | *-pc-os2-emx )
10502 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10503 esac
10504
10505 case "$NUM_TOOLKITS" in
10506 1)
10507 ;;
10508 0)
10509 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10510 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10511 { (exit 1); exit 1; }; }
10512 ;;
10513 *)
10514 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10515 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10516 { (exit 1); exit 1; }; }
10517 esac
10518
10519 # to be removed when --disable-gtk2 isn't needed
10520 if test "x$wxUSE_GTK2" = "xyes"; then
10521 wxGTK_VERSION=2
10522 elif test "x$wxUSE_GTK2" = "xno"; then
10523 wxGTK_VERSION=1
10524 fi
10525
10526 for toolkit in `echo $ALL_TOOLKITS`; do
10527 var=wxUSE_$toolkit
10528 eval "value=\$${var}"
10529 if test "x$value" != x; then
10530 cache_var=CACHE_$toolkit
10531 eval "cache=\$${cache_var}"
10532 if test "$cache" = 1; then
10533 echo "$var=$value" >> ${wx_arg_cache_file}
10534 eval "version=\$wx${toolkit}_VERSION"
10535 if test "x$version" != "x"; then
10536 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10537 fi
10538 fi
10539 if test "$value" = 1; then
10540 toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10541 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10542 echo "${ECHO_T}$toolkit_echo" >&6
10543 fi
10544 fi
10545 done
10546 else
10547 if test "x$host_alias" != "x"; then
10548 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10549 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10550 else
10551 echo "$as_me:$LINENO: result: base only" >&5
10552 echo "${ECHO_T}base only" >&6
10553 fi
10554 fi
10555
10556 wants_win32=0
10557 doesnt_want_win32=0
10558 case "${host}" in
10559 *-*-cygwin*)
10560 if test "$wxUSE_MSW" = 1 ; then
10561 wants_win32=1
10562 BAKEFILE_FORCE_PLATFORM=win32
10563 else
10564 doesnt_want_win32=1
10565 fi
10566 ;;
10567 *-*-mingw*)
10568 wants_win32=1
10569 ;;
10570 esac
10571
10572 if test "$wxUSE_WINE" = "yes"; then
10573 wants_win32=1
10574 CC=winegcc
10575 CXX=wineg++
10576 RESCOMP=wrc
10577 LDFLAGS_GUI="-mwindows"
10578 fi
10579
10580 if test "$wants_win32" = 1 ; then
10581 USE_UNIX=0
10582 USE_WIN32=1
10583 cat >>confdefs.h <<\_ACEOF
10584 #define __WIN32__ 1
10585 _ACEOF
10586
10587 cat >>confdefs.h <<\_ACEOF
10588 #define __WIN95__ 1
10589 _ACEOF
10590
10591 cat >>confdefs.h <<\_ACEOF
10592 #define __WINDOWS__ 1
10593 _ACEOF
10594
10595 cat >>confdefs.h <<\_ACEOF
10596 #define __GNUWIN32__ 1
10597 _ACEOF
10598
10599 cat >>confdefs.h <<\_ACEOF
10600 #define STRICT 1
10601 _ACEOF
10602
10603 cat >>confdefs.h <<\_ACEOF
10604 #define WINVER 0x0400
10605 _ACEOF
10606
10607 fi
10608 if test "$doesnt_want_win32" = 1 ; then
10609 USE_UNIX=1
10610 USE_WIN32=0
10611 fi
10612
10613 if test "$USE_UNIX" = 1 ; then
10614 wxUSE_UNIX=yes
10615 cat >>confdefs.h <<\_ACEOF
10616 #define __UNIX__ 1
10617 _ACEOF
10618
10619 fi
10620
10621
10622 cat >confcache <<\_ACEOF
10623 # This file is a shell script that caches the results of configure
10624 # tests run on this system so they can be shared between configure
10625 # scripts and configure runs, see configure's option --config-cache.
10626 # It is not useful on other systems. If it contains results you don't
10627 # want to keep, you may remove or edit it.
10628 #
10629 # config.status only pays attention to the cache file if you give it
10630 # the --recheck option to rerun configure.
10631 #
10632 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10633 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10634 # following values.
10635
10636 _ACEOF
10637
10638 # The following way of writing the cache mishandles newlines in values,
10639 # but we know of no workaround that is simple, portable, and efficient.
10640 # So, don't put newlines in cache variables' values.
10641 # Ultrix sh set writes to stderr and can't be redirected directly,
10642 # and sets the high bit in the cache file unless we assign to the vars.
10643 {
10644 (set) 2>&1 |
10645 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10646 *ac_space=\ *)
10647 # `set' does not quote correctly, so add quotes (double-quote
10648 # substitution turns \\\\ into \\, and sed turns \\ into \).
10649 sed -n \
10650 "s/'/'\\\\''/g;
10651 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10652 ;;
10653 *)
10654 # `set' quotes correctly as required by POSIX, so do not add quotes.
10655 sed -n \
10656 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10657 ;;
10658 esac;
10659 } |
10660 sed '
10661 t clear
10662 : clear
10663 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10664 t end
10665 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10666 : end' >>confcache
10667 if diff $cache_file confcache >/dev/null 2>&1; then :; else
10668 if test -w $cache_file; then
10669 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10670 cat confcache >$cache_file
10671 else
10672 echo "not updating unwritable cache $cache_file"
10673 fi
10674 fi
10675 rm -f confcache
10676
10677 if test "$build" != "$host" ; then
10678 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then
10679 CC=$host_alias-gcc
10680 CXX=$host_alias-c++
10681 AR=$host_alias-ar
10682 RANLIB=$host_alias-ranlib
10683 DLLTOOL=$host_alias-dlltool
10684 RESCOMP=$host_alias-windres
10685 STRIP=$host_alias-strip
10686 elif test "x$CC" '!=' "x"; then
10687 echo "You set CC, I assume you know what you are doing."
10688 else
10689 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10690 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10691 { (exit 1); exit 1; }; }
10692 fi
10693 fi
10694
10695 CFLAGS=${CFLAGS:=}
10696
10697
10698 ac_ext=c
10699 ac_cpp='$CPP $CPPFLAGS'
10700 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10701 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10702 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10703 if test -n "$ac_tool_prefix"; then
10704 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10705 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10706 echo "$as_me:$LINENO: checking for $ac_word" >&5
10707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10708 if test "${ac_cv_prog_CC+set}" = set; then
10709 echo $ECHO_N "(cached) $ECHO_C" >&6
10710 else
10711 if test -n "$CC"; then
10712 ac_cv_prog_CC="$CC" # Let the user override the test.
10713 else
10714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10715 for as_dir in $PATH
10716 do
10717 IFS=$as_save_IFS
10718 test -z "$as_dir" && as_dir=.
10719 for ac_exec_ext in '' $ac_executable_extensions; do
10720 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10721 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10723 break 2
10724 fi
10725 done
10726 done
10727
10728 fi
10729 fi
10730 CC=$ac_cv_prog_CC
10731 if test -n "$CC"; then
10732 echo "$as_me:$LINENO: result: $CC" >&5
10733 echo "${ECHO_T}$CC" >&6
10734 else
10735 echo "$as_me:$LINENO: result: no" >&5
10736 echo "${ECHO_T}no" >&6
10737 fi
10738
10739 fi
10740 if test -z "$ac_cv_prog_CC"; then
10741 ac_ct_CC=$CC
10742 # Extract the first word of "gcc", so it can be a program name with args.
10743 set dummy gcc; ac_word=$2
10744 echo "$as_me:$LINENO: checking for $ac_word" >&5
10745 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10746 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10747 echo $ECHO_N "(cached) $ECHO_C" >&6
10748 else
10749 if test -n "$ac_ct_CC"; then
10750 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10751 else
10752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10753 for as_dir in $PATH
10754 do
10755 IFS=$as_save_IFS
10756 test -z "$as_dir" && as_dir=.
10757 for ac_exec_ext in '' $ac_executable_extensions; do
10758 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10759 ac_cv_prog_ac_ct_CC="gcc"
10760 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10761 break 2
10762 fi
10763 done
10764 done
10765
10766 fi
10767 fi
10768 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10769 if test -n "$ac_ct_CC"; then
10770 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10771 echo "${ECHO_T}$ac_ct_CC" >&6
10772 else
10773 echo "$as_me:$LINENO: result: no" >&5
10774 echo "${ECHO_T}no" >&6
10775 fi
10776
10777 CC=$ac_ct_CC
10778 else
10779 CC="$ac_cv_prog_CC"
10780 fi
10781
10782 if test -z "$CC"; then
10783 if test -n "$ac_tool_prefix"; then
10784 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10785 set dummy ${ac_tool_prefix}cc; ac_word=$2
10786 echo "$as_me:$LINENO: checking for $ac_word" >&5
10787 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10788 if test "${ac_cv_prog_CC+set}" = set; then
10789 echo $ECHO_N "(cached) $ECHO_C" >&6
10790 else
10791 if test -n "$CC"; then
10792 ac_cv_prog_CC="$CC" # Let the user override the test.
10793 else
10794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10795 for as_dir in $PATH
10796 do
10797 IFS=$as_save_IFS
10798 test -z "$as_dir" && as_dir=.
10799 for ac_exec_ext in '' $ac_executable_extensions; do
10800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10801 ac_cv_prog_CC="${ac_tool_prefix}cc"
10802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10803 break 2
10804 fi
10805 done
10806 done
10807
10808 fi
10809 fi
10810 CC=$ac_cv_prog_CC
10811 if test -n "$CC"; then
10812 echo "$as_me:$LINENO: result: $CC" >&5
10813 echo "${ECHO_T}$CC" >&6
10814 else
10815 echo "$as_me:$LINENO: result: no" >&5
10816 echo "${ECHO_T}no" >&6
10817 fi
10818
10819 fi
10820 if test -z "$ac_cv_prog_CC"; then
10821 ac_ct_CC=$CC
10822 # Extract the first word of "cc", so it can be a program name with args.
10823 set dummy cc; ac_word=$2
10824 echo "$as_me:$LINENO: checking for $ac_word" >&5
10825 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10826 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10827 echo $ECHO_N "(cached) $ECHO_C" >&6
10828 else
10829 if test -n "$ac_ct_CC"; then
10830 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10831 else
10832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10833 for as_dir in $PATH
10834 do
10835 IFS=$as_save_IFS
10836 test -z "$as_dir" && as_dir=.
10837 for ac_exec_ext in '' $ac_executable_extensions; do
10838 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10839 ac_cv_prog_ac_ct_CC="cc"
10840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10841 break 2
10842 fi
10843 done
10844 done
10845
10846 fi
10847 fi
10848 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10849 if test -n "$ac_ct_CC"; then
10850 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10851 echo "${ECHO_T}$ac_ct_CC" >&6
10852 else
10853 echo "$as_me:$LINENO: result: no" >&5
10854 echo "${ECHO_T}no" >&6
10855 fi
10856
10857 CC=$ac_ct_CC
10858 else
10859 CC="$ac_cv_prog_CC"
10860 fi
10861
10862 fi
10863 if test -z "$CC"; then
10864 # Extract the first word of "cc", so it can be a program name with args.
10865 set dummy cc; ac_word=$2
10866 echo "$as_me:$LINENO: checking for $ac_word" >&5
10867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10868 if test "${ac_cv_prog_CC+set}" = set; then
10869 echo $ECHO_N "(cached) $ECHO_C" >&6
10870 else
10871 if test -n "$CC"; then
10872 ac_cv_prog_CC="$CC" # Let the user override the test.
10873 else
10874 ac_prog_rejected=no
10875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10876 for as_dir in $PATH
10877 do
10878 IFS=$as_save_IFS
10879 test -z "$as_dir" && as_dir=.
10880 for ac_exec_ext in '' $ac_executable_extensions; do
10881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10882 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10883 ac_prog_rejected=yes
10884 continue
10885 fi
10886 ac_cv_prog_CC="cc"
10887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10888 break 2
10889 fi
10890 done
10891 done
10892
10893 if test $ac_prog_rejected = yes; then
10894 # We found a bogon in the path, so make sure we never use it.
10895 set dummy $ac_cv_prog_CC
10896 shift
10897 if test $# != 0; then
10898 # We chose a different compiler from the bogus one.
10899 # However, it has the same basename, so the bogon will be chosen
10900 # first if we set CC to just the basename; use the full file name.
10901 shift
10902 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10903 fi
10904 fi
10905 fi
10906 fi
10907 CC=$ac_cv_prog_CC
10908 if test -n "$CC"; then
10909 echo "$as_me:$LINENO: result: $CC" >&5
10910 echo "${ECHO_T}$CC" >&6
10911 else
10912 echo "$as_me:$LINENO: result: no" >&5
10913 echo "${ECHO_T}no" >&6
10914 fi
10915
10916 fi
10917 if test -z "$CC"; then
10918 if test -n "$ac_tool_prefix"; then
10919 for ac_prog in cl
10920 do
10921 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10922 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10923 echo "$as_me:$LINENO: checking for $ac_word" >&5
10924 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10925 if test "${ac_cv_prog_CC+set}" = set; then
10926 echo $ECHO_N "(cached) $ECHO_C" >&6
10927 else
10928 if test -n "$CC"; then
10929 ac_cv_prog_CC="$CC" # Let the user override the test.
10930 else
10931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10932 for as_dir in $PATH
10933 do
10934 IFS=$as_save_IFS
10935 test -z "$as_dir" && as_dir=.
10936 for ac_exec_ext in '' $ac_executable_extensions; do
10937 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10938 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10939 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10940 break 2
10941 fi
10942 done
10943 done
10944
10945 fi
10946 fi
10947 CC=$ac_cv_prog_CC
10948 if test -n "$CC"; then
10949 echo "$as_me:$LINENO: result: $CC" >&5
10950 echo "${ECHO_T}$CC" >&6
10951 else
10952 echo "$as_me:$LINENO: result: no" >&5
10953 echo "${ECHO_T}no" >&6
10954 fi
10955
10956 test -n "$CC" && break
10957 done
10958 fi
10959 if test -z "$CC"; then
10960 ac_ct_CC=$CC
10961 for ac_prog in cl
10962 do
10963 # Extract the first word of "$ac_prog", so it can be a program name with args.
10964 set dummy $ac_prog; ac_word=$2
10965 echo "$as_me:$LINENO: checking for $ac_word" >&5
10966 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10967 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10968 echo $ECHO_N "(cached) $ECHO_C" >&6
10969 else
10970 if test -n "$ac_ct_CC"; then
10971 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10972 else
10973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10974 for as_dir in $PATH
10975 do
10976 IFS=$as_save_IFS
10977 test -z "$as_dir" && as_dir=.
10978 for ac_exec_ext in '' $ac_executable_extensions; do
10979 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10980 ac_cv_prog_ac_ct_CC="$ac_prog"
10981 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10982 break 2
10983 fi
10984 done
10985 done
10986
10987 fi
10988 fi
10989 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10990 if test -n "$ac_ct_CC"; then
10991 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10992 echo "${ECHO_T}$ac_ct_CC" >&6
10993 else
10994 echo "$as_me:$LINENO: result: no" >&5
10995 echo "${ECHO_T}no" >&6
10996 fi
10997
10998 test -n "$ac_ct_CC" && break
10999 done
11000
11001 CC=$ac_ct_CC
11002 fi
11003
11004 fi
11005
11006
11007 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11008 See \`config.log' for more details." >&5
11009 echo "$as_me: error: no acceptable C compiler found in \$PATH
11010 See \`config.log' for more details." >&2;}
11011 { (exit 1); exit 1; }; }
11012
11013 # Provide some information about the compiler.
11014 echo "$as_me:$LINENO:" \
11015 "checking for C compiler version" >&5
11016 ac_compiler=`set X $ac_compile; echo $2`
11017 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11018 (eval $ac_compiler --version </dev/null >&5) 2>&5
11019 ac_status=$?
11020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11021 (exit $ac_status); }
11022 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11023 (eval $ac_compiler -v </dev/null >&5) 2>&5
11024 ac_status=$?
11025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11026 (exit $ac_status); }
11027 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11028 (eval $ac_compiler -V </dev/null >&5) 2>&5
11029 ac_status=$?
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); }
11032
11033 cat >conftest.$ac_ext <<_ACEOF
11034 /* confdefs.h. */
11035 _ACEOF
11036 cat confdefs.h >>conftest.$ac_ext
11037 cat >>conftest.$ac_ext <<_ACEOF
11038 /* end confdefs.h. */
11039
11040 int
11041 main ()
11042 {
11043
11044 ;
11045 return 0;
11046 }
11047 _ACEOF
11048 ac_clean_files_save=$ac_clean_files
11049 ac_clean_files="$ac_clean_files a.out a.exe b.out"
11050 # Try to create an executable without -o first, disregard a.out.
11051 # It will help us diagnose broken compilers, and finding out an intuition
11052 # of exeext.
11053 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11054 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
11055 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11056 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11057 (eval $ac_link_default) 2>&5
11058 ac_status=$?
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); }; then
11061 # Find the output, starting from the most likely. This scheme is
11062 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
11063 # resort.
11064
11065 # Be careful to initialize this variable, since it used to be cached.
11066 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11067 ac_cv_exeext=
11068 # b.out is created by i960 compilers.
11069 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
11070 do
11071 test -f "$ac_file" || continue
11072 case $ac_file in
11073 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
11074 ;;
11075 conftest.$ac_ext )
11076 # This is the source file.
11077 ;;
11078 [ab].out )
11079 # We found the default executable, but exeext='' is most
11080 # certainly right.
11081 break;;
11082 *.* )
11083 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11084 # FIXME: I believe we export ac_cv_exeext for Libtool,
11085 # but it would be cool to find out if it's true. Does anybody
11086 # maintain Libtool? --akim.
11087 export ac_cv_exeext
11088 break;;
11089 * )
11090 break;;
11091 esac
11092 done
11093 else
11094 echo "$as_me: failed program was:" >&5
11095 sed 's/^/| /' conftest.$ac_ext >&5
11096
11097 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11098 See \`config.log' for more details." >&5
11099 echo "$as_me: error: C compiler cannot create executables
11100 See \`config.log' for more details." >&2;}
11101 { (exit 77); exit 77; }; }
11102 fi
11103
11104 ac_exeext=$ac_cv_exeext
11105 echo "$as_me:$LINENO: result: $ac_file" >&5
11106 echo "${ECHO_T}$ac_file" >&6
11107
11108 # Check the compiler produces executables we can run. If not, either
11109 # the compiler is broken, or we cross compile.
11110 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11111 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11112 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11113 # If not cross compiling, check that we can run a simple program.
11114 if test "$cross_compiling" != yes; then
11115 if { ac_try='./$ac_file'
11116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11117 (eval $ac_try) 2>&5
11118 ac_status=$?
11119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11120 (exit $ac_status); }; }; then
11121 cross_compiling=no
11122 else
11123 if test "$cross_compiling" = maybe; then
11124 cross_compiling=yes
11125 else
11126 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11127 If you meant to cross compile, use \`--host'.
11128 See \`config.log' for more details." >&5
11129 echo "$as_me: error: cannot run C compiled programs.
11130 If you meant to cross compile, use \`--host'.
11131 See \`config.log' for more details." >&2;}
11132 { (exit 1); exit 1; }; }
11133 fi
11134 fi
11135 fi
11136 echo "$as_me:$LINENO: result: yes" >&5
11137 echo "${ECHO_T}yes" >&6
11138
11139 rm -f a.out a.exe conftest$ac_cv_exeext b.out
11140 ac_clean_files=$ac_clean_files_save
11141 # Check the compiler produces executables we can run. If not, either
11142 # the compiler is broken, or we cross compile.
11143 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11144 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11145 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11146 echo "${ECHO_T}$cross_compiling" >&6
11147
11148 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11149 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11150 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11151 (eval $ac_link) 2>&5
11152 ac_status=$?
11153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11154 (exit $ac_status); }; then
11155 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11156 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11157 # work properly (i.e., refer to `conftest.exe'), while it won't with
11158 # `rm'.
11159 for ac_file in conftest.exe conftest conftest.*; do
11160 test -f "$ac_file" || continue
11161 case $ac_file in
11162 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
11163 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
11164 export ac_cv_exeext
11165 break;;
11166 * ) break;;
11167 esac
11168 done
11169 else
11170 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11171 See \`config.log' for more details." >&5
11172 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11173 See \`config.log' for more details." >&2;}
11174 { (exit 1); exit 1; }; }
11175 fi
11176
11177 rm -f conftest$ac_cv_exeext
11178 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11179 echo "${ECHO_T}$ac_cv_exeext" >&6
11180
11181 rm -f conftest.$ac_ext
11182 EXEEXT=$ac_cv_exeext
11183 ac_exeext=$EXEEXT
11184 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11185 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11186 if test "${ac_cv_objext+set}" = set; then
11187 echo $ECHO_N "(cached) $ECHO_C" >&6
11188 else
11189 cat >conftest.$ac_ext <<_ACEOF
11190 /* confdefs.h. */
11191 _ACEOF
11192 cat confdefs.h >>conftest.$ac_ext
11193 cat >>conftest.$ac_ext <<_ACEOF
11194 /* end confdefs.h. */
11195
11196 int
11197 main ()
11198 {
11199
11200 ;
11201 return 0;
11202 }
11203 _ACEOF
11204 rm -f conftest.o conftest.obj
11205 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11206 (eval $ac_compile) 2>&5
11207 ac_status=$?
11208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11209 (exit $ac_status); }; then
11210 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11211 case $ac_file in
11212 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
11213 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
11214 break;;
11215 esac
11216 done
11217 else
11218 echo "$as_me: failed program was:" >&5
11219 sed 's/^/| /' conftest.$ac_ext >&5
11220
11221 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11222 See \`config.log' for more details." >&5
11223 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11224 See \`config.log' for more details." >&2;}
11225 { (exit 1); exit 1; }; }
11226 fi
11227
11228 rm -f conftest.$ac_cv_objext conftest.$ac_ext
11229 fi
11230 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11231 echo "${ECHO_T}$ac_cv_objext" >&6
11232 OBJEXT=$ac_cv_objext
11233 ac_objext=$OBJEXT
11234 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11235 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11236 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11237 echo $ECHO_N "(cached) $ECHO_C" >&6
11238 else
11239 cat >conftest.$ac_ext <<_ACEOF
11240 /* confdefs.h. */
11241 _ACEOF
11242 cat confdefs.h >>conftest.$ac_ext
11243 cat >>conftest.$ac_ext <<_ACEOF
11244 /* end confdefs.h. */
11245
11246 int
11247 main ()
11248 {
11249 #ifndef __GNUC__
11250 choke me
11251 #endif
11252
11253 ;
11254 return 0;
11255 }
11256 _ACEOF
11257 rm -f conftest.$ac_objext
11258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11259 (eval $ac_compile) 2>conftest.er1
11260 ac_status=$?
11261 grep -v '^ *+' conftest.er1 >conftest.err
11262 rm -f conftest.er1
11263 cat conftest.err >&5
11264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11265 (exit $ac_status); } &&
11266 { ac_try='test -z "$ac_c_werror_flag"
11267 || test ! -s conftest.err'
11268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11269 (eval $ac_try) 2>&5
11270 ac_status=$?
11271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11272 (exit $ac_status); }; } &&
11273 { ac_try='test -s conftest.$ac_objext'
11274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11275 (eval $ac_try) 2>&5
11276 ac_status=$?
11277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11278 (exit $ac_status); }; }; then
11279 ac_compiler_gnu=yes
11280 else
11281 echo "$as_me: failed program was:" >&5
11282 sed 's/^/| /' conftest.$ac_ext >&5
11283
11284 ac_compiler_gnu=no
11285 fi
11286 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11287 ac_cv_c_compiler_gnu=$ac_compiler_gnu
11288
11289 fi
11290 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11291 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11292 GCC=`test $ac_compiler_gnu = yes && echo yes`
11293 ac_test_CFLAGS=${CFLAGS+set}
11294 ac_save_CFLAGS=$CFLAGS
11295 CFLAGS="-g"
11296 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11297 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11298 if test "${ac_cv_prog_cc_g+set}" = set; then
11299 echo $ECHO_N "(cached) $ECHO_C" >&6
11300 else
11301 cat >conftest.$ac_ext <<_ACEOF
11302 /* confdefs.h. */
11303 _ACEOF
11304 cat confdefs.h >>conftest.$ac_ext
11305 cat >>conftest.$ac_ext <<_ACEOF
11306 /* end confdefs.h. */
11307
11308 int
11309 main ()
11310 {
11311
11312 ;
11313 return 0;
11314 }
11315 _ACEOF
11316 rm -f conftest.$ac_objext
11317 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11318 (eval $ac_compile) 2>conftest.er1
11319 ac_status=$?
11320 grep -v '^ *+' conftest.er1 >conftest.err
11321 rm -f conftest.er1
11322 cat conftest.err >&5
11323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11324 (exit $ac_status); } &&
11325 { ac_try='test -z "$ac_c_werror_flag"
11326 || test ! -s conftest.err'
11327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11328 (eval $ac_try) 2>&5
11329 ac_status=$?
11330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11331 (exit $ac_status); }; } &&
11332 { ac_try='test -s conftest.$ac_objext'
11333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11334 (eval $ac_try) 2>&5
11335 ac_status=$?
11336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11337 (exit $ac_status); }; }; then
11338 ac_cv_prog_cc_g=yes
11339 else
11340 echo "$as_me: failed program was:" >&5
11341 sed 's/^/| /' conftest.$ac_ext >&5
11342
11343 ac_cv_prog_cc_g=no
11344 fi
11345 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11346 fi
11347 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11348 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11349 if test "$ac_test_CFLAGS" = set; then
11350 CFLAGS=$ac_save_CFLAGS
11351 elif test $ac_cv_prog_cc_g = yes; then
11352 if test "$GCC" = yes; then
11353 CFLAGS="-g -O2"
11354 else
11355 CFLAGS="-g"
11356 fi
11357 else
11358 if test "$GCC" = yes; then
11359 CFLAGS="-O2"
11360 else
11361 CFLAGS=
11362 fi
11363 fi
11364 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11365 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11366 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11367 echo $ECHO_N "(cached) $ECHO_C" >&6
11368 else
11369 ac_cv_prog_cc_stdc=no
11370 ac_save_CC=$CC
11371 cat >conftest.$ac_ext <<_ACEOF
11372 /* confdefs.h. */
11373 _ACEOF
11374 cat confdefs.h >>conftest.$ac_ext
11375 cat >>conftest.$ac_ext <<_ACEOF
11376 /* end confdefs.h. */
11377 #include <stdarg.h>
11378 #include <stdio.h>
11379 #include <sys/types.h>
11380 #include <sys/stat.h>
11381 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11382 struct buf { int x; };
11383 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11384 static char *e (p, i)
11385 char **p;
11386 int i;
11387 {
11388 return p[i];
11389 }
11390 static char *f (char * (*g) (char **, int), char **p, ...)
11391 {
11392 char *s;
11393 va_list v;
11394 va_start (v,p);
11395 s = g (p, va_arg (v,int));
11396 va_end (v);
11397 return s;
11398 }
11399
11400 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11401 function prototypes and stuff, but not '\xHH' hex character constants.
11402 These don't provoke an error unfortunately, instead are silently treated
11403 as 'x'. The following induces an error, until -std1 is added to get
11404 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11405 array size at least. It's necessary to write '\x00'==0 to get something
11406 that's true only with -std1. */
11407 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11408
11409 int test (int i, double x);
11410 struct s1 {int (*f) (int a);};
11411 struct s2 {int (*f) (double a);};
11412 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11413 int argc;
11414 char **argv;
11415 int
11416 main ()
11417 {
11418 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11419 ;
11420 return 0;
11421 }
11422 _ACEOF
11423 # Don't try gcc -ansi; that turns off useful extensions and
11424 # breaks some systems' header files.
11425 # AIX -qlanglvl=ansi
11426 # Ultrix and OSF/1 -std1
11427 # HP-UX 10.20 and later -Ae
11428 # HP-UX older versions -Aa -D_HPUX_SOURCE
11429 # SVR4 -Xc -D__EXTENSIONS__
11430 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11431 do
11432 CC="$ac_save_CC $ac_arg"
11433 rm -f conftest.$ac_objext
11434 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11435 (eval $ac_compile) 2>conftest.er1
11436 ac_status=$?
11437 grep -v '^ *+' conftest.er1 >conftest.err
11438 rm -f conftest.er1
11439 cat conftest.err >&5
11440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441 (exit $ac_status); } &&
11442 { ac_try='test -z "$ac_c_werror_flag"
11443 || test ! -s conftest.err'
11444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11445 (eval $ac_try) 2>&5
11446 ac_status=$?
11447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11448 (exit $ac_status); }; } &&
11449 { ac_try='test -s conftest.$ac_objext'
11450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11451 (eval $ac_try) 2>&5
11452 ac_status=$?
11453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11454 (exit $ac_status); }; }; then
11455 ac_cv_prog_cc_stdc=$ac_arg
11456 break
11457 else
11458 echo "$as_me: failed program was:" >&5
11459 sed 's/^/| /' conftest.$ac_ext >&5
11460
11461 fi
11462 rm -f conftest.err conftest.$ac_objext
11463 done
11464 rm -f conftest.$ac_ext conftest.$ac_objext
11465 CC=$ac_save_CC
11466
11467 fi
11468
11469 case "x$ac_cv_prog_cc_stdc" in
11470 x|xno)
11471 echo "$as_me:$LINENO: result: none needed" >&5
11472 echo "${ECHO_T}none needed" >&6 ;;
11473 *)
11474 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11475 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11476 CC="$CC $ac_cv_prog_cc_stdc" ;;
11477 esac
11478
11479 # Some people use a C++ compiler to compile C. Since we use `exit',
11480 # in C++ we need to declare it. In case someone uses the same compiler
11481 # for both compiling C and C++ we need to have the C++ compiler decide
11482 # the declaration of exit, since it's the most demanding environment.
11483 cat >conftest.$ac_ext <<_ACEOF
11484 #ifndef __cplusplus
11485 choke me
11486 #endif
11487 _ACEOF
11488 rm -f conftest.$ac_objext
11489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11490 (eval $ac_compile) 2>conftest.er1
11491 ac_status=$?
11492 grep -v '^ *+' conftest.er1 >conftest.err
11493 rm -f conftest.er1
11494 cat conftest.err >&5
11495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11496 (exit $ac_status); } &&
11497 { ac_try='test -z "$ac_c_werror_flag"
11498 || test ! -s conftest.err'
11499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11500 (eval $ac_try) 2>&5
11501 ac_status=$?
11502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11503 (exit $ac_status); }; } &&
11504 { ac_try='test -s conftest.$ac_objext'
11505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11506 (eval $ac_try) 2>&5
11507 ac_status=$?
11508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11509 (exit $ac_status); }; }; then
11510 for ac_declaration in \
11511 '' \
11512 'extern "C" void std::exit (int) throw (); using std::exit;' \
11513 'extern "C" void std::exit (int); using std::exit;' \
11514 'extern "C" void exit (int) throw ();' \
11515 'extern "C" void exit (int);' \
11516 'void exit (int);'
11517 do
11518 cat >conftest.$ac_ext <<_ACEOF
11519 /* confdefs.h. */
11520 _ACEOF
11521 cat confdefs.h >>conftest.$ac_ext
11522 cat >>conftest.$ac_ext <<_ACEOF
11523 /* end confdefs.h. */
11524 $ac_declaration
11525 #include <stdlib.h>
11526 int
11527 main ()
11528 {
11529 exit (42);
11530 ;
11531 return 0;
11532 }
11533 _ACEOF
11534 rm -f conftest.$ac_objext
11535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11536 (eval $ac_compile) 2>conftest.er1
11537 ac_status=$?
11538 grep -v '^ *+' conftest.er1 >conftest.err
11539 rm -f conftest.er1
11540 cat conftest.err >&5
11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); } &&
11543 { ac_try='test -z "$ac_c_werror_flag"
11544 || test ! -s conftest.err'
11545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11546 (eval $ac_try) 2>&5
11547 ac_status=$?
11548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11549 (exit $ac_status); }; } &&
11550 { ac_try='test -s conftest.$ac_objext'
11551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11552 (eval $ac_try) 2>&5
11553 ac_status=$?
11554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11555 (exit $ac_status); }; }; then
11556 :
11557 else
11558 echo "$as_me: failed program was:" >&5
11559 sed 's/^/| /' conftest.$ac_ext >&5
11560
11561 continue
11562 fi
11563 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11564 cat >conftest.$ac_ext <<_ACEOF
11565 /* confdefs.h. */
11566 _ACEOF
11567 cat confdefs.h >>conftest.$ac_ext
11568 cat >>conftest.$ac_ext <<_ACEOF
11569 /* end confdefs.h. */
11570 $ac_declaration
11571 int
11572 main ()
11573 {
11574 exit (42);
11575 ;
11576 return 0;
11577 }
11578 _ACEOF
11579 rm -f conftest.$ac_objext
11580 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11581 (eval $ac_compile) 2>conftest.er1
11582 ac_status=$?
11583 grep -v '^ *+' conftest.er1 >conftest.err
11584 rm -f conftest.er1
11585 cat conftest.err >&5
11586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11587 (exit $ac_status); } &&
11588 { ac_try='test -z "$ac_c_werror_flag"
11589 || test ! -s conftest.err'
11590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11591 (eval $ac_try) 2>&5
11592 ac_status=$?
11593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11594 (exit $ac_status); }; } &&
11595 { ac_try='test -s conftest.$ac_objext'
11596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11597 (eval $ac_try) 2>&5
11598 ac_status=$?
11599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11600 (exit $ac_status); }; }; then
11601 break
11602 else
11603 echo "$as_me: failed program was:" >&5
11604 sed 's/^/| /' conftest.$ac_ext >&5
11605
11606 fi
11607 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11608 done
11609 rm -f conftest*
11610 if test -n "$ac_declaration"; then
11611 echo '#ifdef __cplusplus' >>confdefs.h
11612 echo $ac_declaration >>confdefs.h
11613 echo '#endif' >>confdefs.h
11614 fi
11615
11616 else
11617 echo "$as_me: failed program was:" >&5
11618 sed 's/^/| /' conftest.$ac_ext >&5
11619
11620 fi
11621 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11622 ac_ext=c
11623 ac_cpp='$CPP $CPPFLAGS'
11624 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11625 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11626 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11627
11628 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11629 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11630 if test "${wx_cv_c_exto+set}" = set; then
11631 echo $ECHO_N "(cached) $ECHO_C" >&6
11632 else
11633 cat >conftest.$ac_ext <<_ACEOF
11634 /* confdefs.h. */
11635 _ACEOF
11636 cat confdefs.h >>conftest.$ac_ext
11637 cat >>conftest.$ac_ext <<_ACEOF
11638 /* end confdefs.h. */
11639
11640 int
11641 main ()
11642 {
11643
11644 ;
11645 return 0;
11646 }
11647 _ACEOF
11648 rm -f conftest.$ac_objext conftest.$ac_ext.o
11649 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11650 (eval $ac_compile) 2>&5
11651 ac_status=$?
11652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11653 (exit $ac_status); }; then
11654 for ac_file in `(ls conftest.* 2>/dev/null)`; do
11655 case $ac_file in
11656 conftest.$ac_ext.o)
11657 wx_cv_c_exto="-ext o"
11658 ;;
11659 *)
11660 ;;
11661 esac
11662 done
11663 else
11664 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11665 See \`config.log' for more details." >&5
11666 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11667 See \`config.log' for more details." >&2;}
11668 { (exit 1); exit 1; }; }
11669
11670 fi
11671
11672 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
11673
11674 fi
11675 echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11676 echo "${ECHO_T}$wx_cv_c_exto" >&6
11677 if test "x$wx_cv_c_exto" '!=' "x"; then
11678 if test "c" = "c"; then
11679 CFLAGS="$wx_cv_c_exto $CFLAGS"
11680 fi
11681 if test "c" = "cxx"; then
11682 CXXFLAGS="$wx_cv_c_exto $CXXFLAGS"
11683 fi
11684 fi
11685
11686 if test "x$wx_cv_c_exto" '!=' "x"; then
11687 unset ac_cv_prog_cc_g
11688 ac_test_CFLAGS=${CFLAGS+set}
11689 ac_save_CFLAGS=$CFLAGS
11690 CFLAGS="-g"
11691 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11692 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11693 if test "${ac_cv_prog_cc_g+set}" = set; then
11694 echo $ECHO_N "(cached) $ECHO_C" >&6
11695 else
11696 cat >conftest.$ac_ext <<_ACEOF
11697 /* confdefs.h. */
11698 _ACEOF
11699 cat confdefs.h >>conftest.$ac_ext
11700 cat >>conftest.$ac_ext <<_ACEOF
11701 /* end confdefs.h. */
11702
11703 int
11704 main ()
11705 {
11706
11707 ;
11708 return 0;
11709 }
11710 _ACEOF
11711 rm -f conftest.$ac_objext
11712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11713 (eval $ac_compile) 2>conftest.er1
11714 ac_status=$?
11715 grep -v '^ *+' conftest.er1 >conftest.err
11716 rm -f conftest.er1
11717 cat conftest.err >&5
11718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 (exit $ac_status); } &&
11720 { ac_try='test -z "$ac_c_werror_flag"
11721 || test ! -s conftest.err'
11722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11723 (eval $ac_try) 2>&5
11724 ac_status=$?
11725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); }; } &&
11727 { ac_try='test -s conftest.$ac_objext'
11728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11729 (eval $ac_try) 2>&5
11730 ac_status=$?
11731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11732 (exit $ac_status); }; }; then
11733 ac_cv_prog_cc_g=yes
11734 else
11735 echo "$as_me: failed program was:" >&5
11736 sed 's/^/| /' conftest.$ac_ext >&5
11737
11738 ac_cv_prog_cc_g=no
11739 fi
11740 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11741 fi
11742 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11743 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11744 if test "$ac_test_CFLAGS" = set; then
11745 CFLAGS=$ac_save_CFLAGS
11746 elif test $ac_cv_prog_cc_g = yes; then
11747 if test "$GCC" = yes; then
11748 CFLAGS="-g -O2"
11749 else
11750 CFLAGS="-g"
11751 fi
11752 else
11753 if test "$GCC" = yes; then
11754 CFLAGS="-O2"
11755 else
11756 CFLAGS=
11757 fi
11758 fi
11759 fi
11760 ac_ext=c
11761 ac_cpp='$CPP $CPPFLAGS'
11762 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11763 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11764 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11765
11766 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11767 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11768 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11769 echo $ECHO_N "(cached) $ECHO_C" >&6
11770 else
11771 cat >conftest.$ac_ext <<_ACEOF
11772 /* confdefs.h. */
11773 _ACEOF
11774 cat confdefs.h >>conftest.$ac_ext
11775 cat >>conftest.$ac_ext <<_ACEOF
11776 /* end confdefs.h. */
11777
11778 int
11779 main ()
11780 {
11781 #ifndef __MWERKS__
11782 choke me
11783 #endif
11784
11785 ;
11786 return 0;
11787 }
11788 _ACEOF
11789 rm -f conftest.$ac_objext
11790 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11791 (eval $ac_compile) 2>conftest.er1
11792 ac_status=$?
11793 grep -v '^ *+' conftest.er1 >conftest.err
11794 rm -f conftest.er1
11795 cat conftest.err >&5
11796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11797 (exit $ac_status); } &&
11798 { ac_try='test -z "$ac_c_werror_flag"
11799 || test ! -s conftest.err'
11800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11801 (eval $ac_try) 2>&5
11802 ac_status=$?
11803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11804 (exit $ac_status); }; } &&
11805 { ac_try='test -s conftest.$ac_objext'
11806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11807 (eval $ac_try) 2>&5
11808 ac_status=$?
11809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11810 (exit $ac_status); }; }; then
11811 bakefile_compiler_mwerks=yes
11812 else
11813 echo "$as_me: failed program was:" >&5
11814 sed 's/^/| /' conftest.$ac_ext >&5
11815
11816 bakefile_compiler_mwerks=no
11817 fi
11818 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11819 bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks
11820
11821 fi
11822 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11823 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11824
11825 MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
11826 ac_ext=c
11827 ac_cpp='$CPP $CPPFLAGS'
11828 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11829 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11830 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11831
11832
11833 ac_ext=c
11834 ac_cpp='$CPP $CPPFLAGS'
11835 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11836 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11837 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11838
11839 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11840 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11841 if test "${wx_cv_c_compiler_xlc+set}" = set; then
11842 echo $ECHO_N "(cached) $ECHO_C" >&6
11843 else
11844 cat >conftest.$ac_ext <<_ACEOF
11845 /* confdefs.h. */
11846 _ACEOF
11847 cat confdefs.h >>conftest.$ac_ext
11848 cat >>conftest.$ac_ext <<_ACEOF
11849 /* end confdefs.h. */
11850
11851 int
11852 main ()
11853 {
11854 #ifndef __xlC__
11855 choke me
11856 #endif
11857
11858 ;
11859 return 0;
11860 }
11861 _ACEOF
11862 rm -f conftest.$ac_objext
11863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11864 (eval $ac_compile) 2>conftest.er1
11865 ac_status=$?
11866 grep -v '^ *+' conftest.er1 >conftest.err
11867 rm -f conftest.er1
11868 cat conftest.err >&5
11869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11870 (exit $ac_status); } &&
11871 { ac_try='test -z "$ac_c_werror_flag"
11872 || test ! -s conftest.err'
11873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11874 (eval $ac_try) 2>&5
11875 ac_status=$?
11876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11877 (exit $ac_status); }; } &&
11878 { ac_try='test -s conftest.$ac_objext'
11879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11880 (eval $ac_try) 2>&5
11881 ac_status=$?
11882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883 (exit $ac_status); }; }; then
11884 wx_compiler_xlc=yes
11885 else
11886 echo "$as_me: failed program was:" >&5
11887 sed 's/^/| /' conftest.$ac_ext >&5
11888
11889 wx_compiler_xlc=no
11890 fi
11891 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11892 wx_cv_c_compiler_xlc=$wx_compiler_xlc
11893
11894 fi
11895 echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11896 echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11897
11898 XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
11899 ac_ext=c
11900 ac_cpp='$CPP $CPPFLAGS'
11901 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11902 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11903 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11904
11905
11906
11907
11908 ac_ext=c
11909 ac_cpp='$CPP $CPPFLAGS'
11910 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11911 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11912 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11913
11914 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
11915 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
11916 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11918 else
11919 cat >conftest.$ac_ext <<_ACEOF
11920 /* confdefs.h. */
11921 _ACEOF
11922 cat confdefs.h >>conftest.$ac_ext
11923 cat >>conftest.$ac_ext <<_ACEOF
11924 /* end confdefs.h. */
11925
11926 int
11927 main ()
11928 {
11929
11930 #ifndef __SUNPRO_C
11931 choke me
11932 #endif
11933
11934 ;
11935 return 0;
11936 }
11937 _ACEOF
11938 rm -f conftest.$ac_objext
11939 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11940 (eval $ac_compile) 2>conftest.er1
11941 ac_status=$?
11942 grep -v '^ *+' conftest.er1 >conftest.err
11943 rm -f conftest.er1
11944 cat conftest.err >&5
11945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11946 (exit $ac_status); } &&
11947 { ac_try='test -z "$ac_c_werror_flag"
11948 || test ! -s conftest.err'
11949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11950 (eval $ac_try) 2>&5
11951 ac_status=$?
11952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11953 (exit $ac_status); }; } &&
11954 { ac_try='test -s conftest.$ac_objext'
11955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11956 (eval $ac_try) 2>&5
11957 ac_status=$?
11958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11959 (exit $ac_status); }; }; then
11960 bakefile_cv_c_compiler___SUNPRO_C=yes
11961 else
11962 echo "$as_me: failed program was:" >&5
11963 sed 's/^/| /' conftest.$ac_ext >&5
11964
11965 bakefile_cv_c_compiler___SUNPRO_C=no
11966
11967 fi
11968 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11969
11970
11971 fi
11972 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
11973 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
11974 ac_ext=c
11975 ac_cpp='$CPP $CPPFLAGS'
11976 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11977 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11978 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11979
11980 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
11981 :; SUNCC=yes
11982 else
11983 :;
11984 fi
11985
11986
11987
11988
11989 ac_ext=c
11990 ac_cpp='$CPP $CPPFLAGS'
11991 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11992 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11993 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11994 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11995 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11996 # On Suns, sometimes $CPP names a directory.
11997 if test -n "$CPP" && test -d "$CPP"; then
11998 CPP=
11999 fi
12000 if test -z "$CPP"; then
12001 if test "${ac_cv_prog_CPP+set}" = set; then
12002 echo $ECHO_N "(cached) $ECHO_C" >&6
12003 else
12004 # Double quotes because CPP needs to be expanded
12005 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12006 do
12007 ac_preproc_ok=false
12008 for ac_c_preproc_warn_flag in '' yes
12009 do
12010 # Use a header file that comes with gcc, so configuring glibc
12011 # with a fresh cross-compiler works.
12012 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12013 # <limits.h> exists even on freestanding compilers.
12014 # On the NeXT, cc -E runs the code through the compiler's parser,
12015 # not just through cpp. "Syntax error" is here to catch this case.
12016 cat >conftest.$ac_ext <<_ACEOF
12017 /* confdefs.h. */
12018 _ACEOF
12019 cat confdefs.h >>conftest.$ac_ext
12020 cat >>conftest.$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12022 #ifdef __STDC__
12023 # include <limits.h>
12024 #else
12025 # include <assert.h>
12026 #endif
12027 Syntax error
12028 _ACEOF
12029 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12030 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12031 ac_status=$?
12032 grep -v '^ *+' conftest.er1 >conftest.err
12033 rm -f conftest.er1
12034 cat conftest.err >&5
12035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12036 (exit $ac_status); } >/dev/null; then
12037 if test -s conftest.err; then
12038 ac_cpp_err=$ac_c_preproc_warn_flag
12039 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12040 else
12041 ac_cpp_err=
12042 fi
12043 else
12044 ac_cpp_err=yes
12045 fi
12046 if test -z "$ac_cpp_err"; then
12047 :
12048 else
12049 echo "$as_me: failed program was:" >&5
12050 sed 's/^/| /' conftest.$ac_ext >&5
12051
12052 # Broken: fails on valid input.
12053 continue
12054 fi
12055 rm -f conftest.err conftest.$ac_ext
12056
12057 # OK, works on sane cases. Now check whether non-existent headers
12058 # can be detected and how.
12059 cat >conftest.$ac_ext <<_ACEOF
12060 /* confdefs.h. */
12061 _ACEOF
12062 cat confdefs.h >>conftest.$ac_ext
12063 cat >>conftest.$ac_ext <<_ACEOF
12064 /* end confdefs.h. */
12065 #include <ac_nonexistent.h>
12066 _ACEOF
12067 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12068 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12069 ac_status=$?
12070 grep -v '^ *+' conftest.er1 >conftest.err
12071 rm -f conftest.er1
12072 cat conftest.err >&5
12073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12074 (exit $ac_status); } >/dev/null; then
12075 if test -s conftest.err; then
12076 ac_cpp_err=$ac_c_preproc_warn_flag
12077 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12078 else
12079 ac_cpp_err=
12080 fi
12081 else
12082 ac_cpp_err=yes
12083 fi
12084 if test -z "$ac_cpp_err"; then
12085 # Broken: success on invalid input.
12086 continue
12087 else
12088 echo "$as_me: failed program was:" >&5
12089 sed 's/^/| /' conftest.$ac_ext >&5
12090
12091 # Passes both tests.
12092 ac_preproc_ok=:
12093 break
12094 fi
12095 rm -f conftest.err conftest.$ac_ext
12096
12097 done
12098 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12099 rm -f conftest.err conftest.$ac_ext
12100 if $ac_preproc_ok; then
12101 break
12102 fi
12103
12104 done
12105 ac_cv_prog_CPP=$CPP
12106
12107 fi
12108 CPP=$ac_cv_prog_CPP
12109 else
12110 ac_cv_prog_CPP=$CPP
12111 fi
12112 echo "$as_me:$LINENO: result: $CPP" >&5
12113 echo "${ECHO_T}$CPP" >&6
12114 ac_preproc_ok=false
12115 for ac_c_preproc_warn_flag in '' yes
12116 do
12117 # Use a header file that comes with gcc, so configuring glibc
12118 # with a fresh cross-compiler works.
12119 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12120 # <limits.h> exists even on freestanding compilers.
12121 # On the NeXT, cc -E runs the code through the compiler's parser,
12122 # not just through cpp. "Syntax error" is here to catch this case.
12123 cat >conftest.$ac_ext <<_ACEOF
12124 /* confdefs.h. */
12125 _ACEOF
12126 cat confdefs.h >>conftest.$ac_ext
12127 cat >>conftest.$ac_ext <<_ACEOF
12128 /* end confdefs.h. */
12129 #ifdef __STDC__
12130 # include <limits.h>
12131 #else
12132 # include <assert.h>
12133 #endif
12134 Syntax error
12135 _ACEOF
12136 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12137 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12138 ac_status=$?
12139 grep -v '^ *+' conftest.er1 >conftest.err
12140 rm -f conftest.er1
12141 cat conftest.err >&5
12142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12143 (exit $ac_status); } >/dev/null; then
12144 if test -s conftest.err; then
12145 ac_cpp_err=$ac_c_preproc_warn_flag
12146 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12147 else
12148 ac_cpp_err=
12149 fi
12150 else
12151 ac_cpp_err=yes
12152 fi
12153 if test -z "$ac_cpp_err"; then
12154 :
12155 else
12156 echo "$as_me: failed program was:" >&5
12157 sed 's/^/| /' conftest.$ac_ext >&5
12158
12159 # Broken: fails on valid input.
12160 continue
12161 fi
12162 rm -f conftest.err conftest.$ac_ext
12163
12164 # OK, works on sane cases. Now check whether non-existent headers
12165 # can be detected and how.
12166 cat >conftest.$ac_ext <<_ACEOF
12167 /* confdefs.h. */
12168 _ACEOF
12169 cat confdefs.h >>conftest.$ac_ext
12170 cat >>conftest.$ac_ext <<_ACEOF
12171 /* end confdefs.h. */
12172 #include <ac_nonexistent.h>
12173 _ACEOF
12174 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12175 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12176 ac_status=$?
12177 grep -v '^ *+' conftest.er1 >conftest.err
12178 rm -f conftest.er1
12179 cat conftest.err >&5
12180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12181 (exit $ac_status); } >/dev/null; then
12182 if test -s conftest.err; then
12183 ac_cpp_err=$ac_c_preproc_warn_flag
12184 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12185 else
12186 ac_cpp_err=
12187 fi
12188 else
12189 ac_cpp_err=yes
12190 fi
12191 if test -z "$ac_cpp_err"; then
12192 # Broken: success on invalid input.
12193 continue
12194 else
12195 echo "$as_me: failed program was:" >&5
12196 sed 's/^/| /' conftest.$ac_ext >&5
12197
12198 # Passes both tests.
12199 ac_preproc_ok=:
12200 break
12201 fi
12202 rm -f conftest.err conftest.$ac_ext
12203
12204 done
12205 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12206 rm -f conftest.err conftest.$ac_ext
12207 if $ac_preproc_ok; then
12208 :
12209 else
12210 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12211 See \`config.log' for more details." >&5
12212 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12213 See \`config.log' for more details." >&2;}
12214 { (exit 1); exit 1; }; }
12215 fi
12216
12217 ac_ext=c
12218 ac_cpp='$CPP $CPPFLAGS'
12219 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12222
12223
12224 echo "$as_me:$LINENO: checking for egrep" >&5
12225 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12226 if test "${ac_cv_prog_egrep+set}" = set; then
12227 echo $ECHO_N "(cached) $ECHO_C" >&6
12228 else
12229 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
12230 then ac_cv_prog_egrep='grep -E'
12231 else ac_cv_prog_egrep='egrep'
12232 fi
12233 fi
12234 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12235 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12236 EGREP=$ac_cv_prog_egrep
12237
12238
12239 if test $ac_cv_c_compiler_gnu = yes; then
12240 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12241 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12242 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12243 echo $ECHO_N "(cached) $ECHO_C" >&6
12244 else
12245 ac_pattern="Autoconf.*'x'"
12246 cat >conftest.$ac_ext <<_ACEOF
12247 /* confdefs.h. */
12248 _ACEOF
12249 cat confdefs.h >>conftest.$ac_ext
12250 cat >>conftest.$ac_ext <<_ACEOF
12251 /* end confdefs.h. */
12252 #include <sgtty.h>
12253 Autoconf TIOCGETP
12254 _ACEOF
12255 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12256 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12257 ac_cv_prog_gcc_traditional=yes
12258 else
12259 ac_cv_prog_gcc_traditional=no
12260 fi
12261 rm -f conftest*
12262
12263
12264 if test $ac_cv_prog_gcc_traditional = no; then
12265 cat >conftest.$ac_ext <<_ACEOF
12266 /* confdefs.h. */
12267 _ACEOF
12268 cat confdefs.h >>conftest.$ac_ext
12269 cat >>conftest.$ac_ext <<_ACEOF
12270 /* end confdefs.h. */
12271 #include <termio.h>
12272 Autoconf TCGETA
12273 _ACEOF
12274 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12275 $EGREP "$ac_pattern" >/dev/null 2>&1; then
12276 ac_cv_prog_gcc_traditional=yes
12277 fi
12278 rm -f conftest*
12279
12280 fi
12281 fi
12282 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12283 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12284 if test $ac_cv_prog_gcc_traditional = yes; then
12285 CC="$CC -traditional"
12286 fi
12287 fi
12288
12289
12290
12291
12292 ac_ext=cc
12293 ac_cpp='$CXXCPP $CPPFLAGS'
12294 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12295 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12296 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12297
12298
12299 CXXFLAGS=${CXXFLAGS:=}
12300
12301
12302 ac_ext=cc
12303 ac_cpp='$CXXCPP $CPPFLAGS'
12304 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12305 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12306 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12307 if test -n "$ac_tool_prefix"; then
12308 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12309 do
12310 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12311 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12312 echo "$as_me:$LINENO: checking for $ac_word" >&5
12313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12314 if test "${ac_cv_prog_CXX+set}" = set; then
12315 echo $ECHO_N "(cached) $ECHO_C" >&6
12316 else
12317 if test -n "$CXX"; then
12318 ac_cv_prog_CXX="$CXX" # Let the user override the test.
12319 else
12320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12321 for as_dir in $PATH
12322 do
12323 IFS=$as_save_IFS
12324 test -z "$as_dir" && as_dir=.
12325 for ac_exec_ext in '' $ac_executable_extensions; do
12326 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12327 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
12328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12329 break 2
12330 fi
12331 done
12332 done
12333
12334 fi
12335 fi
12336 CXX=$ac_cv_prog_CXX
12337 if test -n "$CXX"; then
12338 echo "$as_me:$LINENO: result: $CXX" >&5
12339 echo "${ECHO_T}$CXX" >&6
12340 else
12341 echo "$as_me:$LINENO: result: no" >&5
12342 echo "${ECHO_T}no" >&6
12343 fi
12344
12345 test -n "$CXX" && break
12346 done
12347 fi
12348 if test -z "$CXX"; then
12349 ac_ct_CXX=$CXX
12350 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
12351 do
12352 # Extract the first word of "$ac_prog", so it can be a program name with args.
12353 set dummy $ac_prog; ac_word=$2
12354 echo "$as_me:$LINENO: checking for $ac_word" >&5
12355 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12356 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12357 echo $ECHO_N "(cached) $ECHO_C" >&6
12358 else
12359 if test -n "$ac_ct_CXX"; then
12360 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
12361 else
12362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12363 for as_dir in $PATH
12364 do
12365 IFS=$as_save_IFS
12366 test -z "$as_dir" && as_dir=.
12367 for ac_exec_ext in '' $ac_executable_extensions; do
12368 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12369 ac_cv_prog_ac_ct_CXX="$ac_prog"
12370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12371 break 2
12372 fi
12373 done
12374 done
12375
12376 fi
12377 fi
12378 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
12379 if test -n "$ac_ct_CXX"; then
12380 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12381 echo "${ECHO_T}$ac_ct_CXX" >&6
12382 else
12383 echo "$as_me:$LINENO: result: no" >&5
12384 echo "${ECHO_T}no" >&6
12385 fi
12386
12387 test -n "$ac_ct_CXX" && break
12388 done
12389 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
12390
12391 CXX=$ac_ct_CXX
12392 fi
12393
12394
12395 # Provide some information about the compiler.
12396 echo "$as_me:$LINENO:" \
12397 "checking for C++ compiler version" >&5
12398 ac_compiler=`set X $ac_compile; echo $2`
12399 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12400 (eval $ac_compiler --version </dev/null >&5) 2>&5
12401 ac_status=$?
12402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12403 (exit $ac_status); }
12404 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12405 (eval $ac_compiler -v </dev/null >&5) 2>&5
12406 ac_status=$?
12407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12408 (exit $ac_status); }
12409 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12410 (eval $ac_compiler -V </dev/null >&5) 2>&5
12411 ac_status=$?
12412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12413 (exit $ac_status); }
12414
12415 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12416 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12417 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12418 echo $ECHO_N "(cached) $ECHO_C" >&6
12419 else
12420 cat >conftest.$ac_ext <<_ACEOF
12421 /* confdefs.h. */
12422 _ACEOF
12423 cat confdefs.h >>conftest.$ac_ext
12424 cat >>conftest.$ac_ext <<_ACEOF
12425 /* end confdefs.h. */
12426
12427 int
12428 main ()
12429 {
12430 #ifndef __GNUC__
12431 choke me
12432 #endif
12433
12434 ;
12435 return 0;
12436 }
12437 _ACEOF
12438 rm -f conftest.$ac_objext
12439 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12440 (eval $ac_compile) 2>conftest.er1
12441 ac_status=$?
12442 grep -v '^ *+' conftest.er1 >conftest.err
12443 rm -f conftest.er1
12444 cat conftest.err >&5
12445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12446 (exit $ac_status); } &&
12447 { ac_try='test -z "$ac_cxx_werror_flag"
12448 || test ! -s conftest.err'
12449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12450 (eval $ac_try) 2>&5
12451 ac_status=$?
12452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12453 (exit $ac_status); }; } &&
12454 { ac_try='test -s conftest.$ac_objext'
12455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12456 (eval $ac_try) 2>&5
12457 ac_status=$?
12458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12459 (exit $ac_status); }; }; then
12460 ac_compiler_gnu=yes
12461 else
12462 echo "$as_me: failed program was:" >&5
12463 sed 's/^/| /' conftest.$ac_ext >&5
12464
12465 ac_compiler_gnu=no
12466 fi
12467 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12468 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
12469
12470 fi
12471 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12472 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12473 GXX=`test $ac_compiler_gnu = yes && echo yes`
12474 ac_test_CXXFLAGS=${CXXFLAGS+set}
12475 ac_save_CXXFLAGS=$CXXFLAGS
12476 CXXFLAGS="-g"
12477 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12478 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12479 if test "${ac_cv_prog_cxx_g+set}" = set; then
12480 echo $ECHO_N "(cached) $ECHO_C" >&6
12481 else
12482 cat >conftest.$ac_ext <<_ACEOF
12483 /* confdefs.h. */
12484 _ACEOF
12485 cat confdefs.h >>conftest.$ac_ext
12486 cat >>conftest.$ac_ext <<_ACEOF
12487 /* end confdefs.h. */
12488
12489 int
12490 main ()
12491 {
12492
12493 ;
12494 return 0;
12495 }
12496 _ACEOF
12497 rm -f conftest.$ac_objext
12498 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12499 (eval $ac_compile) 2>conftest.er1
12500 ac_status=$?
12501 grep -v '^ *+' conftest.er1 >conftest.err
12502 rm -f conftest.er1
12503 cat conftest.err >&5
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); } &&
12506 { ac_try='test -z "$ac_cxx_werror_flag"
12507 || test ! -s conftest.err'
12508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12509 (eval $ac_try) 2>&5
12510 ac_status=$?
12511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12512 (exit $ac_status); }; } &&
12513 { ac_try='test -s conftest.$ac_objext'
12514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12515 (eval $ac_try) 2>&5
12516 ac_status=$?
12517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12518 (exit $ac_status); }; }; then
12519 ac_cv_prog_cxx_g=yes
12520 else
12521 echo "$as_me: failed program was:" >&5
12522 sed 's/^/| /' conftest.$ac_ext >&5
12523
12524 ac_cv_prog_cxx_g=no
12525 fi
12526 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12527 fi
12528 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12529 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12530 if test "$ac_test_CXXFLAGS" = set; then
12531 CXXFLAGS=$ac_save_CXXFLAGS
12532 elif test $ac_cv_prog_cxx_g = yes; then
12533 if test "$GXX" = yes; then
12534 CXXFLAGS="-g -O2"
12535 else
12536 CXXFLAGS="-g"
12537 fi
12538 else
12539 if test "$GXX" = yes; then
12540 CXXFLAGS="-O2"
12541 else
12542 CXXFLAGS=
12543 fi
12544 fi
12545 for ac_declaration in \
12546 '' \
12547 'extern "C" void std::exit (int) throw (); using std::exit;' \
12548 'extern "C" void std::exit (int); using std::exit;' \
12549 'extern "C" void exit (int) throw ();' \
12550 'extern "C" void exit (int);' \
12551 'void exit (int);'
12552 do
12553 cat >conftest.$ac_ext <<_ACEOF
12554 /* confdefs.h. */
12555 _ACEOF
12556 cat confdefs.h >>conftest.$ac_ext
12557 cat >>conftest.$ac_ext <<_ACEOF
12558 /* end confdefs.h. */
12559 $ac_declaration
12560 #include <stdlib.h>
12561 int
12562 main ()
12563 {
12564 exit (42);
12565 ;
12566 return 0;
12567 }
12568 _ACEOF
12569 rm -f conftest.$ac_objext
12570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12571 (eval $ac_compile) 2>conftest.er1
12572 ac_status=$?
12573 grep -v '^ *+' conftest.er1 >conftest.err
12574 rm -f conftest.er1
12575 cat conftest.err >&5
12576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12577 (exit $ac_status); } &&
12578 { ac_try='test -z "$ac_cxx_werror_flag"
12579 || test ! -s conftest.err'
12580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12581 (eval $ac_try) 2>&5
12582 ac_status=$?
12583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12584 (exit $ac_status); }; } &&
12585 { ac_try='test -s conftest.$ac_objext'
12586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12587 (eval $ac_try) 2>&5
12588 ac_status=$?
12589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590 (exit $ac_status); }; }; then
12591 :
12592 else
12593 echo "$as_me: failed program was:" >&5
12594 sed 's/^/| /' conftest.$ac_ext >&5
12595
12596 continue
12597 fi
12598 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12599 cat >conftest.$ac_ext <<_ACEOF
12600 /* confdefs.h. */
12601 _ACEOF
12602 cat confdefs.h >>conftest.$ac_ext
12603 cat >>conftest.$ac_ext <<_ACEOF
12604 /* end confdefs.h. */
12605 $ac_declaration
12606 int
12607 main ()
12608 {
12609 exit (42);
12610 ;
12611 return 0;
12612 }
12613 _ACEOF
12614 rm -f conftest.$ac_objext
12615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12616 (eval $ac_compile) 2>conftest.er1
12617 ac_status=$?
12618 grep -v '^ *+' conftest.er1 >conftest.err
12619 rm -f conftest.er1
12620 cat conftest.err >&5
12621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12622 (exit $ac_status); } &&
12623 { ac_try='test -z "$ac_cxx_werror_flag"
12624 || test ! -s conftest.err'
12625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12626 (eval $ac_try) 2>&5
12627 ac_status=$?
12628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12629 (exit $ac_status); }; } &&
12630 { ac_try='test -s conftest.$ac_objext'
12631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12632 (eval $ac_try) 2>&5
12633 ac_status=$?
12634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12635 (exit $ac_status); }; }; then
12636 break
12637 else
12638 echo "$as_me: failed program was:" >&5
12639 sed 's/^/| /' conftest.$ac_ext >&5
12640
12641 fi
12642 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12643 done
12644 rm -f conftest*
12645 if test -n "$ac_declaration"; then
12646 echo '#ifdef __cplusplus' >>confdefs.h
12647 echo $ac_declaration >>confdefs.h
12648 echo '#endif' >>confdefs.h
12649 fi
12650
12651 ac_ext=cc
12652 ac_cpp='$CXXCPP $CPPFLAGS'
12653 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12654 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12655 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12656
12657 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
12658 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12659 if test "${wx_cv_cxx_exto+set}" = set; then
12660 echo $ECHO_N "(cached) $ECHO_C" >&6
12661 else
12662 cat >conftest.$ac_ext <<_ACEOF
12663 /* confdefs.h. */
12664 _ACEOF
12665 cat confdefs.h >>conftest.$ac_ext
12666 cat >>conftest.$ac_ext <<_ACEOF
12667 /* end confdefs.h. */
12668
12669 int
12670 main ()
12671 {
12672
12673 ;
12674 return 0;
12675 }
12676 _ACEOF
12677 rm -f conftest.$ac_objext conftest.$ac_ext.o
12678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12679 (eval $ac_compile) 2>&5
12680 ac_status=$?
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; then
12683 for ac_file in `(ls conftest.* 2>/dev/null)`; do
12684 case $ac_file in
12685 conftest.$ac_ext.o)
12686 wx_cv_cxx_exto="-ext o"
12687 ;;
12688 *)
12689 ;;
12690 esac
12691 done
12692 else
12693 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12694 See \`config.log' for more details." >&5
12695 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12696 See \`config.log' for more details." >&2;}
12697 { (exit 1); exit 1; }; }
12698
12699 fi
12700
12701 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
12702
12703 fi
12704 echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12705 echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12706 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12707 if test "cxx" = "c"; then
12708 CFLAGS="$wx_cv_cxx_exto $CFLAGS"
12709 fi
12710 if test "cxx" = "cxx"; then
12711 CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS"
12712 fi
12713 fi
12714
12715 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12716 unset ac_cv_prog_cxx_g
12717 ac_test_CXXFLAGS=${CXXFLAGS+set}
12718 ac_save_CXXFLAGS=$CXXFLAGS
12719 CXXFLAGS="-g"
12720 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12721 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12722 if test "${ac_cv_prog_cxx_g+set}" = set; then
12723 echo $ECHO_N "(cached) $ECHO_C" >&6
12724 else
12725 cat >conftest.$ac_ext <<_ACEOF
12726 /* confdefs.h. */
12727 _ACEOF
12728 cat confdefs.h >>conftest.$ac_ext
12729 cat >>conftest.$ac_ext <<_ACEOF
12730 /* end confdefs.h. */
12731
12732 int
12733 main ()
12734 {
12735
12736 ;
12737 return 0;
12738 }
12739 _ACEOF
12740 rm -f conftest.$ac_objext
12741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12742 (eval $ac_compile) 2>conftest.er1
12743 ac_status=$?
12744 grep -v '^ *+' conftest.er1 >conftest.err
12745 rm -f conftest.er1
12746 cat conftest.err >&5
12747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12748 (exit $ac_status); } &&
12749 { ac_try='test -z "$ac_cxx_werror_flag"
12750 || test ! -s conftest.err'
12751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12752 (eval $ac_try) 2>&5
12753 ac_status=$?
12754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12755 (exit $ac_status); }; } &&
12756 { ac_try='test -s conftest.$ac_objext'
12757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12758 (eval $ac_try) 2>&5
12759 ac_status=$?
12760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12761 (exit $ac_status); }; }; then
12762 ac_cv_prog_cxx_g=yes
12763 else
12764 echo "$as_me: failed program was:" >&5
12765 sed 's/^/| /' conftest.$ac_ext >&5
12766
12767 ac_cv_prog_cxx_g=no
12768 fi
12769 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12770 fi
12771 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12772 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12773 if test "$ac_test_CXXFLAGS" = set; then
12774 CXXFLAGS=$ac_save_CXXFLAGS
12775 elif test $ac_cv_prog_cxx_g = yes; then
12776 if test "$GXX" = yes; then
12777 CXXFLAGS="-g -O2"
12778 else
12779 CXXFLAGS="-g"
12780 fi
12781 else
12782 if test "$GXX" = yes; then
12783 CXXFLAGS="-O2"
12784 else
12785 CXXFLAGS=
12786 fi
12787 fi
12788 fi
12789 ac_ext=cc
12790 ac_cpp='$CXXCPP $CPPFLAGS'
12791 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12792 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12793 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12794
12795 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12796 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12797 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12798 echo $ECHO_N "(cached) $ECHO_C" >&6
12799 else
12800 cat >conftest.$ac_ext <<_ACEOF
12801 /* confdefs.h. */
12802 _ACEOF
12803 cat confdefs.h >>conftest.$ac_ext
12804 cat >>conftest.$ac_ext <<_ACEOF
12805 /* end confdefs.h. */
12806
12807 int
12808 main ()
12809 {
12810 #ifndef __MWERKS__
12811 choke me
12812 #endif
12813
12814 ;
12815 return 0;
12816 }
12817 _ACEOF
12818 rm -f conftest.$ac_objext
12819 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12820 (eval $ac_compile) 2>conftest.er1
12821 ac_status=$?
12822 grep -v '^ *+' conftest.er1 >conftest.err
12823 rm -f conftest.er1
12824 cat conftest.err >&5
12825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12826 (exit $ac_status); } &&
12827 { ac_try='test -z "$ac_cxx_werror_flag"
12828 || test ! -s conftest.err'
12829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12830 (eval $ac_try) 2>&5
12831 ac_status=$?
12832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12833 (exit $ac_status); }; } &&
12834 { ac_try='test -s conftest.$ac_objext'
12835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12836 (eval $ac_try) 2>&5
12837 ac_status=$?
12838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839 (exit $ac_status); }; }; then
12840 bakefile_compiler_mwerks=yes
12841 else
12842 echo "$as_me: failed program was:" >&5
12843 sed 's/^/| /' conftest.$ac_ext >&5
12844
12845 bakefile_compiler_mwerks=no
12846 fi
12847 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12848 bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks
12849
12850 fi
12851 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12852 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12853
12854 MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
12855 ac_ext=cc
12856 ac_cpp='$CXXCPP $CPPFLAGS'
12857 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12858 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12859 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12860
12861
12862 ac_ext=cc
12863 ac_cpp='$CXXCPP $CPPFLAGS'
12864 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12865 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12866 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12867
12868 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12869 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12870 if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12871 echo $ECHO_N "(cached) $ECHO_C" >&6
12872 else
12873 cat >conftest.$ac_ext <<_ACEOF
12874 /* confdefs.h. */
12875 _ACEOF
12876 cat confdefs.h >>conftest.$ac_ext
12877 cat >>conftest.$ac_ext <<_ACEOF
12878 /* end confdefs.h. */
12879
12880 int
12881 main ()
12882 {
12883 #ifndef __xlC__
12884 choke me
12885 #endif
12886
12887 ;
12888 return 0;
12889 }
12890 _ACEOF
12891 rm -f conftest.$ac_objext
12892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12893 (eval $ac_compile) 2>conftest.er1
12894 ac_status=$?
12895 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1
12897 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } &&
12900 { ac_try='test -z "$ac_cxx_werror_flag"
12901 || test ! -s conftest.err'
12902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12903 (eval $ac_try) 2>&5
12904 ac_status=$?
12905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12906 (exit $ac_status); }; } &&
12907 { ac_try='test -s conftest.$ac_objext'
12908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12909 (eval $ac_try) 2>&5
12910 ac_status=$?
12911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912 (exit $ac_status); }; }; then
12913 wx_compiler_xlc=yes
12914 else
12915 echo "$as_me: failed program was:" >&5
12916 sed 's/^/| /' conftest.$ac_ext >&5
12917
12918 wx_compiler_xlc=no
12919 fi
12920 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12921 wx_cv_cxx_compiler_xlc=$wx_compiler_xlc
12922
12923 fi
12924 echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
12925 echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
12926
12927 XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
12928 ac_ext=cc
12929 ac_cpp='$CXXCPP $CPPFLAGS'
12930 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12931 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12932 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12933
12934
12935
12936
12937 ac_ext=cc
12938 ac_cpp='$CXXCPP $CPPFLAGS'
12939 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12940 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12941 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12942
12943 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
12944 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
12945 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
12946 echo $ECHO_N "(cached) $ECHO_C" >&6
12947 else
12948 cat >conftest.$ac_ext <<_ACEOF
12949 /* confdefs.h. */
12950 _ACEOF
12951 cat confdefs.h >>conftest.$ac_ext
12952 cat >>conftest.$ac_ext <<_ACEOF
12953 /* end confdefs.h. */
12954
12955 int
12956 main ()
12957 {
12958
12959 #ifndef __SUNPRO_CC
12960 choke me
12961 #endif
12962
12963 ;
12964 return 0;
12965 }
12966 _ACEOF
12967 rm -f conftest.$ac_objext
12968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12969 (eval $ac_compile) 2>conftest.er1
12970 ac_status=$?
12971 grep -v '^ *+' conftest.er1 >conftest.err
12972 rm -f conftest.er1
12973 cat conftest.err >&5
12974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12975 (exit $ac_status); } &&
12976 { ac_try='test -z "$ac_cxx_werror_flag"
12977 || test ! -s conftest.err'
12978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12979 (eval $ac_try) 2>&5
12980 ac_status=$?
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); }; } &&
12983 { ac_try='test -s conftest.$ac_objext'
12984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12985 (eval $ac_try) 2>&5
12986 ac_status=$?
12987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12988 (exit $ac_status); }; }; then
12989 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
12990 else
12991 echo "$as_me: failed program was:" >&5
12992 sed 's/^/| /' conftest.$ac_ext >&5
12993
12994 bakefile_cv_cxx_compiler___SUNPRO_CC=no
12995
12996 fi
12997 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12998
12999
13000 fi
13001 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13002 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13003 ac_ext=cc
13004 ac_cpp='$CXXCPP $CPPFLAGS'
13005 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13006 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13007 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13008
13009 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13010 :; SUNCXX=yes
13011 else
13012 :;
13013 fi
13014
13015
13016
13017
13018 ac_ext=c
13019 ac_cpp='$CPP $CPPFLAGS'
13020 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13021 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13022 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13023
13024
13025 if test -n "$ac_tool_prefix"; then
13026 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13027 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13028 echo "$as_me:$LINENO: checking for $ac_word" >&5
13029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13030 if test "${ac_cv_prog_RANLIB+set}" = set; then
13031 echo $ECHO_N "(cached) $ECHO_C" >&6
13032 else
13033 if test -n "$RANLIB"; then
13034 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13035 else
13036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13037 for as_dir in $PATH
13038 do
13039 IFS=$as_save_IFS
13040 test -z "$as_dir" && as_dir=.
13041 for ac_exec_ext in '' $ac_executable_extensions; do
13042 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13043 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13045 break 2
13046 fi
13047 done
13048 done
13049
13050 fi
13051 fi
13052 RANLIB=$ac_cv_prog_RANLIB
13053 if test -n "$RANLIB"; then
13054 echo "$as_me:$LINENO: result: $RANLIB" >&5
13055 echo "${ECHO_T}$RANLIB" >&6
13056 else
13057 echo "$as_me:$LINENO: result: no" >&5
13058 echo "${ECHO_T}no" >&6
13059 fi
13060
13061 fi
13062 if test -z "$ac_cv_prog_RANLIB"; then
13063 ac_ct_RANLIB=$RANLIB
13064 # Extract the first word of "ranlib", so it can be a program name with args.
13065 set dummy ranlib; ac_word=$2
13066 echo "$as_me:$LINENO: checking for $ac_word" >&5
13067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13068 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
13069 echo $ECHO_N "(cached) $ECHO_C" >&6
13070 else
13071 if test -n "$ac_ct_RANLIB"; then
13072 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13073 else
13074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13075 for as_dir in $PATH
13076 do
13077 IFS=$as_save_IFS
13078 test -z "$as_dir" && as_dir=.
13079 for ac_exec_ext in '' $ac_executable_extensions; do
13080 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13081 ac_cv_prog_ac_ct_RANLIB="ranlib"
13082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13083 break 2
13084 fi
13085 done
13086 done
13087
13088 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
13089 fi
13090 fi
13091 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13092 if test -n "$ac_ct_RANLIB"; then
13093 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
13094 echo "${ECHO_T}$ac_ct_RANLIB" >&6
13095 else
13096 echo "$as_me:$LINENO: result: no" >&5
13097 echo "${ECHO_T}no" >&6
13098 fi
13099
13100 RANLIB=$ac_ct_RANLIB
13101 else
13102 RANLIB="$ac_cv_prog_RANLIB"
13103 fi
13104
13105
13106 # Extract the first word of "ar", so it can be a program name with args.
13107 set dummy ar; ac_word=$2
13108 echo "$as_me:$LINENO: checking for $ac_word" >&5
13109 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13110 if test "${ac_cv_prog_AR+set}" = set; then
13111 echo $ECHO_N "(cached) $ECHO_C" >&6
13112 else
13113 if test -n "$AR"; then
13114 ac_cv_prog_AR="$AR" # Let the user override the test.
13115 else
13116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13117 for as_dir in $PATH
13118 do
13119 IFS=$as_save_IFS
13120 test -z "$as_dir" && as_dir=.
13121 for ac_exec_ext in '' $ac_executable_extensions; do
13122 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13123 ac_cv_prog_AR="ar"
13124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13125 break 2
13126 fi
13127 done
13128 done
13129
13130 fi
13131 fi
13132 AR=$ac_cv_prog_AR
13133 if test -n "$AR"; then
13134 echo "$as_me:$LINENO: result: $AR" >&5
13135 echo "${ECHO_T}$AR" >&6
13136 else
13137 echo "$as_me:$LINENO: result: no" >&5
13138 echo "${ECHO_T}no" >&6
13139 fi
13140
13141 if test "x$AR" = "x" ; then
13142 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
13143 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
13144 { (exit 1); exit 1; }; }
13145 fi
13146
13147 # Find a good install program. We prefer a C program (faster),
13148 # so one script is as good as another. But avoid the broken or
13149 # incompatible versions:
13150 # SysV /etc/install, /usr/sbin/install
13151 # SunOS /usr/etc/install
13152 # IRIX /sbin/install
13153 # AIX /bin/install
13154 # AmigaOS /C/install, which installs bootblocks on floppy discs
13155 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
13156 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
13157 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
13158 # OS/2's system install, which has a completely different semantic
13159 # ./install, which can be erroneously created by make from ./install.sh.
13160 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
13161 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
13162 if test -z "$INSTALL"; then
13163 if test "${ac_cv_path_install+set}" = set; then
13164 echo $ECHO_N "(cached) $ECHO_C" >&6
13165 else
13166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13167 for as_dir in $PATH
13168 do
13169 IFS=$as_save_IFS
13170 test -z "$as_dir" && as_dir=.
13171 # Account for people who put trailing slashes in PATH elements.
13172 case $as_dir/ in
13173 ./ | .// | /cC/* | \
13174 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
13175 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
13176 /usr/ucb/* ) ;;
13177 *)
13178 # OSF1 and SCO ODT 3.0 have their own names for install.
13179 # Don't use installbsd from OSF since it installs stuff as root
13180 # by default.
13181 for ac_prog in ginstall scoinst install; do
13182 for ac_exec_ext in '' $ac_executable_extensions; do
13183 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13184 if test $ac_prog = install &&
13185 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13186 # AIX install. It has an incompatible calling convention.
13187 :
13188 elif test $ac_prog = install &&
13189 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
13190 # program-specific install script used by HP pwplus--don't use.
13191 :
13192 else
13193 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
13194 break 3
13195 fi
13196 fi
13197 done
13198 done
13199 ;;
13200 esac
13201 done
13202
13203
13204 fi
13205 if test "${ac_cv_path_install+set}" = set; then
13206 INSTALL=$ac_cv_path_install
13207 else
13208 # As a last resort, use the slow shell script. We don't cache a
13209 # path for INSTALL within a source directory, because that will
13210 # break other packages using the cache if that directory is
13211 # removed, or if the path is relative.
13212 INSTALL=$ac_install_sh
13213 fi
13214 fi
13215 echo "$as_me:$LINENO: result: $INSTALL" >&5
13216 echo "${ECHO_T}$INSTALL" >&6
13217
13218 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13219 # It thinks the first close brace ends the variable substitution.
13220 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
13221
13222 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
13223
13224 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
13225
13226
13227 case ${INSTALL} in
13228 /* ) # Absolute
13229 ;;
13230 ?:* ) # Drive letter, considered as absolute.
13231 ;;
13232 *)
13233 INSTALL=`pwd`/${INSTALL} ;;
13234 esac
13235
13236
13237 case "${host}" in
13238
13239 powerpc-*-darwin* )
13240 INSTALL_PROGRAM="cp -fp"
13241 INSTALL_DATA="cp -fp"
13242 ;;
13243 *)
13244 ;;
13245 esac
13246
13247 # Extract the first word of "strip", so it can be a program name with args.
13248 set dummy strip; ac_word=$2
13249 echo "$as_me:$LINENO: checking for $ac_word" >&5
13250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13251 if test "${ac_cv_prog_STRIP+set}" = set; then
13252 echo $ECHO_N "(cached) $ECHO_C" >&6
13253 else
13254 if test -n "$STRIP"; then
13255 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13256 else
13257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13258 for as_dir in $PATH
13259 do
13260 IFS=$as_save_IFS
13261 test -z "$as_dir" && as_dir=.
13262 for ac_exec_ext in '' $ac_executable_extensions; do
13263 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13264 ac_cv_prog_STRIP="strip"
13265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13266 break 2
13267 fi
13268 done
13269 done
13270
13271 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
13272 fi
13273 fi
13274 STRIP=$ac_cv_prog_STRIP
13275 if test -n "$STRIP"; then
13276 echo "$as_me:$LINENO: result: $STRIP" >&5
13277 echo "${ECHO_T}$STRIP" >&6
13278 else
13279 echo "$as_me:$LINENO: result: no" >&5
13280 echo "${ECHO_T}no" >&6
13281 fi
13282
13283
13284 echo "$as_me:$LINENO: checking if make is GNU make" >&5
13285 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13286 if test "${wx_cv_prog_makeisgnu+set}" = set; then
13287 echo $ECHO_N "(cached) $ECHO_C" >&6
13288 else
13289
13290 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
13291 egrep -s GNU > /dev/null); then
13292 wx_cv_prog_makeisgnu="yes"
13293 else
13294 wx_cv_prog_makeisgnu="no"
13295 fi
13296
13297 fi
13298 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13299 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13300
13301 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13302 IF_GNU_MAKE=""
13303 else
13304 IF_GNU_MAKE="#"
13305 fi
13306
13307
13308
13309 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13310 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13311 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13312 if test "${wx_cv_prog_makevpath+set}" = set; then
13313 echo $ECHO_N "(cached) $ECHO_C" >&6
13314 else
13315
13316 cat - << EOF > confMake
13317 check : file
13318 cp \$? \$@
13319 cp \$? final_file
13320 EOF
13321
13322 if test ! -d sub ; then
13323 mkdir sub
13324 fi
13325 echo dummy > sub/file
13326 ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
13327 RESULT=$?
13328 rm -f sub/file check final_file confMake
13329 rmdir sub
13330 if test "$RESULT" = 0; then
13331 wx_cv_prog_makevpath="yes"
13332 else
13333 wx_cv_prog_makevpath="no"
13334 fi
13335
13336 fi
13337 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13338 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13339
13340 if test "x$wx_cv_prog_makevpath" != "xyes"; then
13341 { { echo "$as_me:$LINENO: error:
13342 You need a make-utility that is able to use the variable
13343 VPATH correctly.
13344 If your version of make does not support VPATH correctly,
13345 please install GNU-make (possibly as gmake), and start
13346 configure with the following command:
13347 export MAKE=gmake; ./configure for sh-type shells
13348 setenv MAKE gmake; ./configure for csh-type shells
13349 Also please do remember to use gmake in this case every time
13350 you are trying to compile.
13351 " >&5
13352 echo "$as_me: error:
13353 You need a make-utility that is able to use the variable
13354 VPATH correctly.
13355 If your version of make does not support VPATH correctly,
13356 please install GNU-make (possibly as gmake), and start
13357 configure with the following command:
13358 export MAKE=gmake; ./configure for sh-type shells
13359 setenv MAKE gmake; ./configure for csh-type shells
13360 Also please do remember to use gmake in this case every time
13361 you are trying to compile.
13362 " >&2;}
13363 { (exit 1); exit 1; }; }
13364 fi fi
13365 echo "$as_me:$LINENO: checking whether ln -s works" >&5
13366 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13367 LN_S=$as_ln_s
13368 if test "$LN_S" = "ln -s"; then
13369 echo "$as_me:$LINENO: result: yes" >&5
13370 echo "${ECHO_T}yes" >&6
13371 else
13372 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13373 echo "${ECHO_T}no, using $LN_S" >&6
13374 fi
13375
13376
13377
13378 if test "x$XLCXX" = "xyes"; then
13379 CXXFLAGS="$CXXFLAGS -qunique"
13380 fi
13381
13382
13383 case "${host}" in
13384 powerpc-*-darwin* )
13385 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13386 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13387 cat >conftest.$ac_ext <<_ACEOF
13388 /* confdefs.h. */
13389 _ACEOF
13390 cat confdefs.h >>conftest.$ac_ext
13391 cat >>conftest.$ac_ext <<_ACEOF
13392 /* end confdefs.h. */
13393
13394 int
13395 main ()
13396 {
13397 #ifndef __POWERPC__
13398 choke me for lack of PowerPC
13399 #endif
13400
13401 ;
13402 return 0;
13403 }
13404 _ACEOF
13405 rm -f conftest.$ac_objext
13406 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13407 (eval $ac_compile) 2>conftest.er1
13408 ac_status=$?
13409 grep -v '^ *+' conftest.er1 >conftest.err
13410 rm -f conftest.er1
13411 cat conftest.err >&5
13412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13413 (exit $ac_status); } &&
13414 { ac_try='test -z "$ac_c_werror_flag"
13415 || test ! -s conftest.err'
13416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13417 (eval $ac_try) 2>&5
13418 ac_status=$?
13419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13420 (exit $ac_status); }; } &&
13421 { ac_try='test -s conftest.$ac_objext'
13422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13423 (eval $ac_try) 2>&5
13424 ac_status=$?
13425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13426 (exit $ac_status); }; }; then
13427 echo "$as_me:$LINENO: result: yes" >&5
13428 echo "${ECHO_T}yes" >&6
13429 else
13430 echo "$as_me: failed program was:" >&5
13431 sed 's/^/| /' conftest.$ac_ext >&5
13432
13433 echo "$as_me:$LINENO: result: no" >&5
13434 echo "${ECHO_T}no" >&6
13435 cat >>confdefs.h <<\_ACEOF
13436 #define __POWERPC__ 1
13437 _ACEOF
13438
13439
13440 fi
13441 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13442 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13443 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13444 cat >conftest.$ac_ext <<_ACEOF
13445 /* confdefs.h. */
13446 _ACEOF
13447 cat confdefs.h >>conftest.$ac_ext
13448 cat >>conftest.$ac_ext <<_ACEOF
13449 /* end confdefs.h. */
13450 #include <CoreFoundation/CFBase.h>
13451
13452 int
13453 main ()
13454 {
13455
13456 ;
13457 return 0;
13458 }
13459 _ACEOF
13460 rm -f conftest.$ac_objext
13461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13462 (eval $ac_compile) 2>conftest.er1
13463 ac_status=$?
13464 grep -v '^ *+' conftest.er1 >conftest.err
13465 rm -f conftest.er1
13466 cat conftest.err >&5
13467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13468 (exit $ac_status); } &&
13469 { ac_try='test -z "$ac_c_werror_flag"
13470 || test ! -s conftest.err'
13471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13472 (eval $ac_try) 2>&5
13473 ac_status=$?
13474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13475 (exit $ac_status); }; } &&
13476 { ac_try='test -s conftest.$ac_objext'
13477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13478 (eval $ac_try) 2>&5
13479 ac_status=$?
13480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13481 (exit $ac_status); }; }; then
13482 echo "$as_me:$LINENO: result: yes" >&5
13483 echo "${ECHO_T}yes" >&6
13484 else
13485 echo "$as_me: failed program was:" >&5
13486 sed 's/^/| /' conftest.$ac_ext >&5
13487
13488 echo "$as_me:$LINENO: result: no" >&5
13489 echo "${ECHO_T}no" >&6
13490 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13491 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13492 cat >conftest.$ac_ext <<_ACEOF
13493 /* confdefs.h. */
13494 _ACEOF
13495 cat confdefs.h >>conftest.$ac_ext
13496 cat >>conftest.$ac_ext <<_ACEOF
13497 /* end confdefs.h. */
13498 #define __CF_USE_FRAMEWORK_INCLUDES__
13499 #include <CoreFoundation/CFBase.h>
13500
13501 int
13502 main ()
13503 {
13504
13505 ;
13506 return 0;
13507 }
13508 _ACEOF
13509 rm -f conftest.$ac_objext
13510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13511 (eval $ac_compile) 2>conftest.er1
13512 ac_status=$?
13513 grep -v '^ *+' conftest.er1 >conftest.err
13514 rm -f conftest.er1
13515 cat conftest.err >&5
13516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13517 (exit $ac_status); } &&
13518 { ac_try='test -z "$ac_c_werror_flag"
13519 || test ! -s conftest.err'
13520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13521 (eval $ac_try) 2>&5
13522 ac_status=$?
13523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13524 (exit $ac_status); }; } &&
13525 { ac_try='test -s conftest.$ac_objext'
13526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13527 (eval $ac_try) 2>&5
13528 ac_status=$?
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); }; }; then
13531 echo "$as_me:$LINENO: result: yes" >&5
13532 echo "${ECHO_T}yes" >&6
13533 CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
13534 else
13535 echo "$as_me: failed program was:" >&5
13536 sed 's/^/| /' conftest.$ac_ext >&5
13537
13538 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
13539 See \`config.log' for more details." >&5
13540 echo "$as_me: error: no. CoreFoundation not available.
13541 See \`config.log' for more details." >&2;}
13542 { (exit 1); exit 1; }; }
13543
13544 fi
13545 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13546
13547
13548 fi
13549 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13550 ;;
13551 esac
13552
13553 case "${host}" in
13554 *-pc-os2_emx | *-pc-os2-emx )
13555 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
13556 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
13557 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
13558 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
13559 echo $ECHO_N "(cached) $ECHO_C" >&6
13560 else
13561 ac_check_lib_save_LIBS=$LIBS
13562 LIBS="-lcExt $LIBS"
13563 cat >conftest.$ac_ext <<_ACEOF
13564 /* confdefs.h. */
13565 _ACEOF
13566 cat confdefs.h >>conftest.$ac_ext
13567 cat >>conftest.$ac_ext <<_ACEOF
13568 /* end confdefs.h. */
13569
13570 /* Override any gcc2 internal prototype to avoid an error. */
13571 #ifdef __cplusplus
13572 extern "C"
13573 #endif
13574 /* We use char because int might match the return type of a gcc2
13575 builtin and then its argument prototype would still apply. */
13576 char drand48 ();
13577 int
13578 main ()
13579 {
13580 drand48 ();
13581 ;
13582 return 0;
13583 }
13584 _ACEOF
13585 rm -f conftest.$ac_objext conftest$ac_exeext
13586 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13587 (eval $ac_link) 2>conftest.er1
13588 ac_status=$?
13589 grep -v '^ *+' conftest.er1 >conftest.err
13590 rm -f conftest.er1
13591 cat conftest.err >&5
13592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13593 (exit $ac_status); } &&
13594 { ac_try='test -z "$ac_c_werror_flag"
13595 || test ! -s conftest.err'
13596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13597 (eval $ac_try) 2>&5
13598 ac_status=$?
13599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13600 (exit $ac_status); }; } &&
13601 { ac_try='test -s conftest$ac_exeext'
13602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13603 (eval $ac_try) 2>&5
13604 ac_status=$?
13605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13606 (exit $ac_status); }; }; then
13607 ac_cv_lib_cExt_drand48=yes
13608 else
13609 echo "$as_me: failed program was:" >&5
13610 sed 's/^/| /' conftest.$ac_ext >&5
13611
13612 ac_cv_lib_cExt_drand48=no
13613 fi
13614 rm -f conftest.err conftest.$ac_objext \
13615 conftest$ac_exeext conftest.$ac_ext
13616 LIBS=$ac_check_lib_save_LIBS
13617 fi
13618 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
13619 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
13620 if test $ac_cv_lib_cExt_drand48 = yes; then
13621 LIBS="$LIBS -lcExt"
13622 fi
13623
13624 else
13625 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
13626 fi
13627 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
13628 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
13629 if test "${wx_cv_gccversion+set}" = set; then
13630 echo $ECHO_N "(cached) $ECHO_C" >&6
13631 else
13632
13633 if test "$cross_compiling" = yes; then
13634 wx_cv_gccversion="EMX2"
13635
13636 else
13637 cat >conftest.$ac_ext <<_ACEOF
13638 /* confdefs.h. */
13639 _ACEOF
13640 cat confdefs.h >>conftest.$ac_ext
13641 cat >>conftest.$ac_ext <<_ACEOF
13642 /* end confdefs.h. */
13643
13644 #include <stdio.h>
13645
13646 int main()
13647 {
13648 FILE *f=fopen("conftestval", "w");
13649 if (!f) exit(1);
13650 fprintf(f,
13651 #if (__GNUC__ < 3)
13652 "EMX2"
13653 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
13654 "EMX3"
13655 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
13656 "Innotek5"
13657 #else
13658 "Innotek6"
13659 #endif
13660 );
13661 exit(0);
13662 }
13663
13664 _ACEOF
13665 rm -f conftest$ac_exeext
13666 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13667 (eval $ac_link) 2>&5
13668 ac_status=$?
13669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13670 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13672 (eval $ac_try) 2>&5
13673 ac_status=$?
13674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13675 (exit $ac_status); }; }; then
13676 wx_cv_gccversion=`cat conftestval`
13677 else
13678 echo "$as_me: program exited with status $ac_status" >&5
13679 echo "$as_me: failed program was:" >&5
13680 sed 's/^/| /' conftest.$ac_ext >&5
13681
13682 ( exit $ac_status )
13683 wx_cv_gccversion="EMX2"
13684 fi
13685 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13686 fi
13687
13688 fi
13689 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
13690 echo "${ECHO_T}$wx_cv_gccversion" >&6
13691 if test "$wx_cv_gccversion" = "EMX2"; then
13692 LIBS="$LIBS -lstdcpp"
13693 LDFLAGS="$LDFLAGS -Zsysv-signals"
13694 else
13695 if test "$wx_cv_gccversion" = "EMX3"; then
13696 LIBS="$LIBS -lstdcxx -lgcc"
13697 LDFLAGS="$LDFLAGS -Zsysv-signals"
13698 else
13699 LIBS="$LIBS -lstdc++"
13700 fi
13701 fi
13702 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
13703 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
13704 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
13705 wxUSE_OMF=yes
13706 enable_omf=yes
13707 fi
13708 ;;
13709 *)
13710
13711
13712
13713 ac_ext=cc
13714 ac_cpp='$CXXCPP $CPPFLAGS'
13715 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13716 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13717 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
13718
13719
13720 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
13721 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
13722 if test "${ac_cv_string_strcasecmp+set}" = set; then
13723 echo $ECHO_N "(cached) $ECHO_C" >&6
13724 else
13725
13726 cat >conftest.$ac_ext <<_ACEOF
13727 /* confdefs.h. */
13728 _ACEOF
13729 cat confdefs.h >>conftest.$ac_ext
13730 cat >>conftest.$ac_ext <<_ACEOF
13731 /* end confdefs.h. */
13732
13733 #include <string.h>
13734
13735 int
13736 main ()
13737 {
13738
13739 strcasecmp("foo", "bar");
13740
13741 ;
13742 return 0;
13743 }
13744 _ACEOF
13745 rm -f conftest.$ac_objext conftest$ac_exeext
13746 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13747 (eval $ac_link) 2>conftest.er1
13748 ac_status=$?
13749 grep -v '^ *+' conftest.er1 >conftest.err
13750 rm -f conftest.er1
13751 cat conftest.err >&5
13752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13753 (exit $ac_status); } &&
13754 { ac_try='test -z "$ac_cxx_werror_flag"
13755 || test ! -s conftest.err'
13756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13757 (eval $ac_try) 2>&5
13758 ac_status=$?
13759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13760 (exit $ac_status); }; } &&
13761 { ac_try='test -s conftest$ac_exeext'
13762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13763 (eval $ac_try) 2>&5
13764 ac_status=$?
13765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13766 (exit $ac_status); }; }; then
13767 ac_cv_string_strcasecmp=yes
13768 else
13769 echo "$as_me: failed program was:" >&5
13770 sed 's/^/| /' conftest.$ac_ext >&5
13771
13772 ac_cv_string_strcasecmp=no
13773
13774 fi
13775 rm -f conftest.err conftest.$ac_objext \
13776 conftest$ac_exeext conftest.$ac_ext
13777
13778 fi
13779 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
13780 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
13781
13782 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
13783 cat >>confdefs.h <<\_ACEOF
13784 #define HAVE_STRCASECMP_IN_STRING_H 1
13785 _ACEOF
13786
13787 else
13788 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
13789 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
13790 if test "${ac_cv_strings_strcasecmp+set}" = set; then
13791 echo $ECHO_N "(cached) $ECHO_C" >&6
13792 else
13793
13794 cat >conftest.$ac_ext <<_ACEOF
13795 /* confdefs.h. */
13796 _ACEOF
13797 cat confdefs.h >>conftest.$ac_ext
13798 cat >>conftest.$ac_ext <<_ACEOF
13799 /* end confdefs.h. */
13800
13801 #include <strings.h>
13802
13803 int
13804 main ()
13805 {
13806
13807 strcasecmp("foo", "bar");
13808
13809 ;
13810 return 0;
13811 }
13812 _ACEOF
13813 rm -f conftest.$ac_objext conftest$ac_exeext
13814 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13815 (eval $ac_link) 2>conftest.er1
13816 ac_status=$?
13817 grep -v '^ *+' conftest.er1 >conftest.err
13818 rm -f conftest.er1
13819 cat conftest.err >&5
13820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13821 (exit $ac_status); } &&
13822 { ac_try='test -z "$ac_cxx_werror_flag"
13823 || test ! -s conftest.err'
13824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13825 (eval $ac_try) 2>&5
13826 ac_status=$?
13827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13828 (exit $ac_status); }; } &&
13829 { ac_try='test -s conftest$ac_exeext'
13830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13831 (eval $ac_try) 2>&5
13832 ac_status=$?
13833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13834 (exit $ac_status); }; }; then
13835 ac_cv_strings_strcasecmp=yes
13836 else
13837 echo "$as_me: failed program was:" >&5
13838 sed 's/^/| /' conftest.$ac_ext >&5
13839
13840 ac_cv_strings_strcasecmp=no
13841
13842 fi
13843 rm -f conftest.err conftest.$ac_objext \
13844 conftest$ac_exeext conftest.$ac_ext
13845
13846 fi
13847 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
13848 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
13849
13850 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
13851 cat >>confdefs.h <<\_ACEOF
13852 #define HAVE_STRCASECMP_IN_STRINGS_H 1
13853 _ACEOF
13854
13855 else
13856 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
13857 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
13858 { (exit 1); exit 1; }; }
13859 fi
13860 fi
13861
13862 ac_ext=c
13863 ac_cpp='$CPP $CPPFLAGS'
13864 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13865 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13866 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13867
13868 ;;
13869 esac
13870
13871
13872 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
13873 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
13874 if test "${ac_cv_header_stdc+set}" = set; then
13875 echo $ECHO_N "(cached) $ECHO_C" >&6
13876 else
13877 cat >conftest.$ac_ext <<_ACEOF
13878 /* confdefs.h. */
13879 _ACEOF
13880 cat confdefs.h >>conftest.$ac_ext
13881 cat >>conftest.$ac_ext <<_ACEOF
13882 /* end confdefs.h. */
13883 #include <stdlib.h>
13884 #include <stdarg.h>
13885 #include <string.h>
13886 #include <float.h>
13887
13888 int
13889 main ()
13890 {
13891
13892 ;
13893 return 0;
13894 }
13895 _ACEOF
13896 rm -f conftest.$ac_objext
13897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13898 (eval $ac_compile) 2>conftest.er1
13899 ac_status=$?
13900 grep -v '^ *+' conftest.er1 >conftest.err
13901 rm -f conftest.er1
13902 cat conftest.err >&5
13903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13904 (exit $ac_status); } &&
13905 { ac_try='test -z "$ac_c_werror_flag"
13906 || test ! -s conftest.err'
13907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13908 (eval $ac_try) 2>&5
13909 ac_status=$?
13910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13911 (exit $ac_status); }; } &&
13912 { ac_try='test -s conftest.$ac_objext'
13913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13914 (eval $ac_try) 2>&5
13915 ac_status=$?
13916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13917 (exit $ac_status); }; }; then
13918 ac_cv_header_stdc=yes
13919 else
13920 echo "$as_me: failed program was:" >&5
13921 sed 's/^/| /' conftest.$ac_ext >&5
13922
13923 ac_cv_header_stdc=no
13924 fi
13925 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13926
13927 if test $ac_cv_header_stdc = yes; then
13928 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13929 cat >conftest.$ac_ext <<_ACEOF
13930 /* confdefs.h. */
13931 _ACEOF
13932 cat confdefs.h >>conftest.$ac_ext
13933 cat >>conftest.$ac_ext <<_ACEOF
13934 /* end confdefs.h. */
13935 #include <string.h>
13936
13937 _ACEOF
13938 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13939 $EGREP "memchr" >/dev/null 2>&1; then
13940 :
13941 else
13942 ac_cv_header_stdc=no
13943 fi
13944 rm -f conftest*
13945
13946 fi
13947
13948 if test $ac_cv_header_stdc = yes; then
13949 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13950 cat >conftest.$ac_ext <<_ACEOF
13951 /* confdefs.h. */
13952 _ACEOF
13953 cat confdefs.h >>conftest.$ac_ext
13954 cat >>conftest.$ac_ext <<_ACEOF
13955 /* end confdefs.h. */
13956 #include <stdlib.h>
13957
13958 _ACEOF
13959 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13960 $EGREP "free" >/dev/null 2>&1; then
13961 :
13962 else
13963 ac_cv_header_stdc=no
13964 fi
13965 rm -f conftest*
13966
13967 fi
13968
13969 if test $ac_cv_header_stdc = yes; then
13970 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13971 if test "$cross_compiling" = yes; then
13972 :
13973 else
13974 cat >conftest.$ac_ext <<_ACEOF
13975 /* confdefs.h. */
13976 _ACEOF
13977 cat confdefs.h >>conftest.$ac_ext
13978 cat >>conftest.$ac_ext <<_ACEOF
13979 /* end confdefs.h. */
13980 #include <ctype.h>
13981 #if ((' ' & 0x0FF) == 0x020)
13982 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13983 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13984 #else
13985 # define ISLOWER(c) \
13986 (('a' <= (c) && (c) <= 'i') \
13987 || ('j' <= (c) && (c) <= 'r') \
13988 || ('s' <= (c) && (c) <= 'z'))
13989 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13990 #endif
13991
13992 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13993 int
13994 main ()
13995 {
13996 int i;
13997 for (i = 0; i < 256; i++)
13998 if (XOR (islower (i), ISLOWER (i))
13999 || toupper (i) != TOUPPER (i))
14000 exit(2);
14001 exit (0);
14002 }
14003 _ACEOF
14004 rm -f conftest$ac_exeext
14005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14006 (eval $ac_link) 2>&5
14007 ac_status=$?
14008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14009 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14011 (eval $ac_try) 2>&5
14012 ac_status=$?
14013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14014 (exit $ac_status); }; }; then
14015 :
14016 else
14017 echo "$as_me: program exited with status $ac_status" >&5
14018 echo "$as_me: failed program was:" >&5
14019 sed 's/^/| /' conftest.$ac_ext >&5
14020
14021 ( exit $ac_status )
14022 ac_cv_header_stdc=no
14023 fi
14024 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14025 fi
14026 fi
14027 fi
14028 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
14029 echo "${ECHO_T}$ac_cv_header_stdc" >&6
14030 if test $ac_cv_header_stdc = yes; then
14031
14032 cat >>confdefs.h <<\_ACEOF
14033 #define STDC_HEADERS 1
14034 _ACEOF
14035
14036 fi
14037
14038 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
14039
14040
14041
14042
14043
14044
14045
14046
14047
14048 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
14049 inttypes.h stdint.h unistd.h
14050 do
14051 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14052 echo "$as_me:$LINENO: checking for $ac_header" >&5
14053 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14054 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14055 echo $ECHO_N "(cached) $ECHO_C" >&6
14056 else
14057 cat >conftest.$ac_ext <<_ACEOF
14058 /* confdefs.h. */
14059 _ACEOF
14060 cat confdefs.h >>conftest.$ac_ext
14061 cat >>conftest.$ac_ext <<_ACEOF
14062 /* end confdefs.h. */
14063 $ac_includes_default
14064
14065 #include <$ac_header>
14066 _ACEOF
14067 rm -f conftest.$ac_objext
14068 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14069 (eval $ac_compile) 2>conftest.er1
14070 ac_status=$?
14071 grep -v '^ *+' conftest.er1 >conftest.err
14072 rm -f conftest.er1
14073 cat conftest.err >&5
14074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14075 (exit $ac_status); } &&
14076 { ac_try='test -z "$ac_c_werror_flag"
14077 || test ! -s conftest.err'
14078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14079 (eval $ac_try) 2>&5
14080 ac_status=$?
14081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14082 (exit $ac_status); }; } &&
14083 { ac_try='test -s conftest.$ac_objext'
14084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14085 (eval $ac_try) 2>&5
14086 ac_status=$?
14087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14088 (exit $ac_status); }; }; then
14089 eval "$as_ac_Header=yes"
14090 else
14091 echo "$as_me: failed program was:" >&5
14092 sed 's/^/| /' conftest.$ac_ext >&5
14093
14094 eval "$as_ac_Header=no"
14095 fi
14096 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14097 fi
14098 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14099 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14101 cat >>confdefs.h <<_ACEOF
14102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14103 _ACEOF
14104
14105 fi
14106
14107 done
14108
14109
14110
14111 for ac_header in stdlib.h
14112 do
14113 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14114 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14115 echo "$as_me:$LINENO: checking for $ac_header" >&5
14116 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14117 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14118 echo $ECHO_N "(cached) $ECHO_C" >&6
14119 fi
14120 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14121 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14122 else
14123 # Is the header compilable?
14124 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14125 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14126 cat >conftest.$ac_ext <<_ACEOF
14127 /* confdefs.h. */
14128 _ACEOF
14129 cat confdefs.h >>conftest.$ac_ext
14130 cat >>conftest.$ac_ext <<_ACEOF
14131 /* end confdefs.h. */
14132 $ac_includes_default
14133 #include <$ac_header>
14134 _ACEOF
14135 rm -f conftest.$ac_objext
14136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14137 (eval $ac_compile) 2>conftest.er1
14138 ac_status=$?
14139 grep -v '^ *+' conftest.er1 >conftest.err
14140 rm -f conftest.er1
14141 cat conftest.err >&5
14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14143 (exit $ac_status); } &&
14144 { ac_try='test -z "$ac_c_werror_flag"
14145 || test ! -s conftest.err'
14146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14147 (eval $ac_try) 2>&5
14148 ac_status=$?
14149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14150 (exit $ac_status); }; } &&
14151 { ac_try='test -s conftest.$ac_objext'
14152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14153 (eval $ac_try) 2>&5
14154 ac_status=$?
14155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14156 (exit $ac_status); }; }; then
14157 ac_header_compiler=yes
14158 else
14159 echo "$as_me: failed program was:" >&5
14160 sed 's/^/| /' conftest.$ac_ext >&5
14161
14162 ac_header_compiler=no
14163 fi
14164 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14165 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14166 echo "${ECHO_T}$ac_header_compiler" >&6
14167
14168 # Is the header present?
14169 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14170 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14171 cat >conftest.$ac_ext <<_ACEOF
14172 /* confdefs.h. */
14173 _ACEOF
14174 cat confdefs.h >>conftest.$ac_ext
14175 cat >>conftest.$ac_ext <<_ACEOF
14176 /* end confdefs.h. */
14177 #include <$ac_header>
14178 _ACEOF
14179 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14180 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14181 ac_status=$?
14182 grep -v '^ *+' conftest.er1 >conftest.err
14183 rm -f conftest.er1
14184 cat conftest.err >&5
14185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14186 (exit $ac_status); } >/dev/null; then
14187 if test -s conftest.err; then
14188 ac_cpp_err=$ac_c_preproc_warn_flag
14189 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14190 else
14191 ac_cpp_err=
14192 fi
14193 else
14194 ac_cpp_err=yes
14195 fi
14196 if test -z "$ac_cpp_err"; then
14197 ac_header_preproc=yes
14198 else
14199 echo "$as_me: failed program was:" >&5
14200 sed 's/^/| /' conftest.$ac_ext >&5
14201
14202 ac_header_preproc=no
14203 fi
14204 rm -f conftest.err conftest.$ac_ext
14205 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14206 echo "${ECHO_T}$ac_header_preproc" >&6
14207
14208 # So? What about this header?
14209 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14210 yes:no: )
14211 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14212 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14213 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14214 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14215 ac_header_preproc=yes
14216 ;;
14217 no:yes:* )
14218 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14219 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14220 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14221 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14222 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14223 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14224 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14225 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14226 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14227 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14228 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14229 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14230 (
14231 cat <<\_ASBOX
14232 ## ----------------------------------------- ##
14233 ## Report this to wx-dev@lists.wxwidgets.org ##
14234 ## ----------------------------------------- ##
14235 _ASBOX
14236 ) |
14237 sed "s/^/$as_me: WARNING: /" >&2
14238 ;;
14239 esac
14240 echo "$as_me:$LINENO: checking for $ac_header" >&5
14241 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14242 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14243 echo $ECHO_N "(cached) $ECHO_C" >&6
14244 else
14245 eval "$as_ac_Header=\$ac_header_preproc"
14246 fi
14247 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14248 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14249
14250 fi
14251 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14252 cat >>confdefs.h <<_ACEOF
14253 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14254 _ACEOF
14255
14256 fi
14257
14258 done
14259
14260
14261 for ac_header in malloc.h
14262 do
14263 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14264 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14265 echo "$as_me:$LINENO: checking for $ac_header" >&5
14266 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14267 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14268 echo $ECHO_N "(cached) $ECHO_C" >&6
14269 fi
14270 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14271 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14272 else
14273 # Is the header compilable?
14274 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14275 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14276 cat >conftest.$ac_ext <<_ACEOF
14277 /* confdefs.h. */
14278 _ACEOF
14279 cat confdefs.h >>conftest.$ac_ext
14280 cat >>conftest.$ac_ext <<_ACEOF
14281 /* end confdefs.h. */
14282 $ac_includes_default
14283 #include <$ac_header>
14284 _ACEOF
14285 rm -f conftest.$ac_objext
14286 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14287 (eval $ac_compile) 2>conftest.er1
14288 ac_status=$?
14289 grep -v '^ *+' conftest.er1 >conftest.err
14290 rm -f conftest.er1
14291 cat conftest.err >&5
14292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14293 (exit $ac_status); } &&
14294 { ac_try='test -z "$ac_c_werror_flag"
14295 || test ! -s conftest.err'
14296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14297 (eval $ac_try) 2>&5
14298 ac_status=$?
14299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14300 (exit $ac_status); }; } &&
14301 { ac_try='test -s conftest.$ac_objext'
14302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14303 (eval $ac_try) 2>&5
14304 ac_status=$?
14305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14306 (exit $ac_status); }; }; then
14307 ac_header_compiler=yes
14308 else
14309 echo "$as_me: failed program was:" >&5
14310 sed 's/^/| /' conftest.$ac_ext >&5
14311
14312 ac_header_compiler=no
14313 fi
14314 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14315 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14316 echo "${ECHO_T}$ac_header_compiler" >&6
14317
14318 # Is the header present?
14319 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14320 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14321 cat >conftest.$ac_ext <<_ACEOF
14322 /* confdefs.h. */
14323 _ACEOF
14324 cat confdefs.h >>conftest.$ac_ext
14325 cat >>conftest.$ac_ext <<_ACEOF
14326 /* end confdefs.h. */
14327 #include <$ac_header>
14328 _ACEOF
14329 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14330 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14331 ac_status=$?
14332 grep -v '^ *+' conftest.er1 >conftest.err
14333 rm -f conftest.er1
14334 cat conftest.err >&5
14335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); } >/dev/null; then
14337 if test -s conftest.err; then
14338 ac_cpp_err=$ac_c_preproc_warn_flag
14339 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14340 else
14341 ac_cpp_err=
14342 fi
14343 else
14344 ac_cpp_err=yes
14345 fi
14346 if test -z "$ac_cpp_err"; then
14347 ac_header_preproc=yes
14348 else
14349 echo "$as_me: failed program was:" >&5
14350 sed 's/^/| /' conftest.$ac_ext >&5
14351
14352 ac_header_preproc=no
14353 fi
14354 rm -f conftest.err conftest.$ac_ext
14355 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14356 echo "${ECHO_T}$ac_header_preproc" >&6
14357
14358 # So? What about this header?
14359 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14360 yes:no: )
14361 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14362 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14363 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14364 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14365 ac_header_preproc=yes
14366 ;;
14367 no:yes:* )
14368 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14369 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14370 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14371 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14372 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14373 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14374 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14375 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14376 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14377 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14378 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14379 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14380 (
14381 cat <<\_ASBOX
14382 ## ----------------------------------------- ##
14383 ## Report this to wx-dev@lists.wxwidgets.org ##
14384 ## ----------------------------------------- ##
14385 _ASBOX
14386 ) |
14387 sed "s/^/$as_me: WARNING: /" >&2
14388 ;;
14389 esac
14390 echo "$as_me:$LINENO: checking for $ac_header" >&5
14391 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14392 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14393 echo $ECHO_N "(cached) $ECHO_C" >&6
14394 else
14395 eval "$as_ac_Header=\$ac_header_preproc"
14396 fi
14397 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14398 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14399
14400 fi
14401 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14402 cat >>confdefs.h <<_ACEOF
14403 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14404 _ACEOF
14405
14406 fi
14407
14408 done
14409
14410
14411 for ac_header in unistd.h
14412 do
14413 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14414 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14415 echo "$as_me:$LINENO: checking for $ac_header" >&5
14416 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14417 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14418 echo $ECHO_N "(cached) $ECHO_C" >&6
14419 fi
14420 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14421 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14422 else
14423 # Is the header compilable?
14424 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14425 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14426 cat >conftest.$ac_ext <<_ACEOF
14427 /* confdefs.h. */
14428 _ACEOF
14429 cat confdefs.h >>conftest.$ac_ext
14430 cat >>conftest.$ac_ext <<_ACEOF
14431 /* end confdefs.h. */
14432 $ac_includes_default
14433 #include <$ac_header>
14434 _ACEOF
14435 rm -f conftest.$ac_objext
14436 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14437 (eval $ac_compile) 2>conftest.er1
14438 ac_status=$?
14439 grep -v '^ *+' conftest.er1 >conftest.err
14440 rm -f conftest.er1
14441 cat conftest.err >&5
14442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14443 (exit $ac_status); } &&
14444 { ac_try='test -z "$ac_c_werror_flag"
14445 || test ! -s conftest.err'
14446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14447 (eval $ac_try) 2>&5
14448 ac_status=$?
14449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14450 (exit $ac_status); }; } &&
14451 { ac_try='test -s conftest.$ac_objext'
14452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14453 (eval $ac_try) 2>&5
14454 ac_status=$?
14455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14456 (exit $ac_status); }; }; then
14457 ac_header_compiler=yes
14458 else
14459 echo "$as_me: failed program was:" >&5
14460 sed 's/^/| /' conftest.$ac_ext >&5
14461
14462 ac_header_compiler=no
14463 fi
14464 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14465 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14466 echo "${ECHO_T}$ac_header_compiler" >&6
14467
14468 # Is the header present?
14469 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14470 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14471 cat >conftest.$ac_ext <<_ACEOF
14472 /* confdefs.h. */
14473 _ACEOF
14474 cat confdefs.h >>conftest.$ac_ext
14475 cat >>conftest.$ac_ext <<_ACEOF
14476 /* end confdefs.h. */
14477 #include <$ac_header>
14478 _ACEOF
14479 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14480 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14481 ac_status=$?
14482 grep -v '^ *+' conftest.er1 >conftest.err
14483 rm -f conftest.er1
14484 cat conftest.err >&5
14485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14486 (exit $ac_status); } >/dev/null; then
14487 if test -s conftest.err; then
14488 ac_cpp_err=$ac_c_preproc_warn_flag
14489 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14490 else
14491 ac_cpp_err=
14492 fi
14493 else
14494 ac_cpp_err=yes
14495 fi
14496 if test -z "$ac_cpp_err"; then
14497 ac_header_preproc=yes
14498 else
14499 echo "$as_me: failed program was:" >&5
14500 sed 's/^/| /' conftest.$ac_ext >&5
14501
14502 ac_header_preproc=no
14503 fi
14504 rm -f conftest.err conftest.$ac_ext
14505 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14506 echo "${ECHO_T}$ac_header_preproc" >&6
14507
14508 # So? What about this header?
14509 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14510 yes:no: )
14511 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14512 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14513 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14514 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14515 ac_header_preproc=yes
14516 ;;
14517 no:yes:* )
14518 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14519 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14520 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14521 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14522 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14523 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14524 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14525 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14526 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14527 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14528 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14529 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14530 (
14531 cat <<\_ASBOX
14532 ## ----------------------------------------- ##
14533 ## Report this to wx-dev@lists.wxwidgets.org ##
14534 ## ----------------------------------------- ##
14535 _ASBOX
14536 ) |
14537 sed "s/^/$as_me: WARNING: /" >&2
14538 ;;
14539 esac
14540 echo "$as_me:$LINENO: checking for $ac_header" >&5
14541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14542 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14543 echo $ECHO_N "(cached) $ECHO_C" >&6
14544 else
14545 eval "$as_ac_Header=\$ac_header_preproc"
14546 fi
14547 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14548 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14549
14550 fi
14551 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14552 cat >>confdefs.h <<_ACEOF
14553 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14554 _ACEOF
14555
14556 fi
14557
14558 done
14559
14560
14561 for ac_header in wchar.h
14562 do
14563 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14564 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14565 echo "$as_me:$LINENO: checking for $ac_header" >&5
14566 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14567 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14568 echo $ECHO_N "(cached) $ECHO_C" >&6
14569 fi
14570 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14571 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14572 else
14573 # Is the header compilable?
14574 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14575 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14576 cat >conftest.$ac_ext <<_ACEOF
14577 /* confdefs.h. */
14578 _ACEOF
14579 cat confdefs.h >>conftest.$ac_ext
14580 cat >>conftest.$ac_ext <<_ACEOF
14581 /* end confdefs.h. */
14582 $ac_includes_default
14583 #include <$ac_header>
14584 _ACEOF
14585 rm -f conftest.$ac_objext
14586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14587 (eval $ac_compile) 2>conftest.er1
14588 ac_status=$?
14589 grep -v '^ *+' conftest.er1 >conftest.err
14590 rm -f conftest.er1
14591 cat conftest.err >&5
14592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14593 (exit $ac_status); } &&
14594 { ac_try='test -z "$ac_c_werror_flag"
14595 || test ! -s conftest.err'
14596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14597 (eval $ac_try) 2>&5
14598 ac_status=$?
14599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14600 (exit $ac_status); }; } &&
14601 { ac_try='test -s conftest.$ac_objext'
14602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14603 (eval $ac_try) 2>&5
14604 ac_status=$?
14605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14606 (exit $ac_status); }; }; then
14607 ac_header_compiler=yes
14608 else
14609 echo "$as_me: failed program was:" >&5
14610 sed 's/^/| /' conftest.$ac_ext >&5
14611
14612 ac_header_compiler=no
14613 fi
14614 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14615 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14616 echo "${ECHO_T}$ac_header_compiler" >&6
14617
14618 # Is the header present?
14619 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14620 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14621 cat >conftest.$ac_ext <<_ACEOF
14622 /* confdefs.h. */
14623 _ACEOF
14624 cat confdefs.h >>conftest.$ac_ext
14625 cat >>conftest.$ac_ext <<_ACEOF
14626 /* end confdefs.h. */
14627 #include <$ac_header>
14628 _ACEOF
14629 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14630 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14631 ac_status=$?
14632 grep -v '^ *+' conftest.er1 >conftest.err
14633 rm -f conftest.er1
14634 cat conftest.err >&5
14635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14636 (exit $ac_status); } >/dev/null; then
14637 if test -s conftest.err; then
14638 ac_cpp_err=$ac_c_preproc_warn_flag
14639 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14640 else
14641 ac_cpp_err=
14642 fi
14643 else
14644 ac_cpp_err=yes
14645 fi
14646 if test -z "$ac_cpp_err"; then
14647 ac_header_preproc=yes
14648 else
14649 echo "$as_me: failed program was:" >&5
14650 sed 's/^/| /' conftest.$ac_ext >&5
14651
14652 ac_header_preproc=no
14653 fi
14654 rm -f conftest.err conftest.$ac_ext
14655 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14656 echo "${ECHO_T}$ac_header_preproc" >&6
14657
14658 # So? What about this header?
14659 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14660 yes:no: )
14661 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14662 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14663 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14664 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14665 ac_header_preproc=yes
14666 ;;
14667 no:yes:* )
14668 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14669 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14670 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14671 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14672 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14673 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14674 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14675 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14676 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14677 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14678 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14679 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14680 (
14681 cat <<\_ASBOX
14682 ## ----------------------------------------- ##
14683 ## Report this to wx-dev@lists.wxwidgets.org ##
14684 ## ----------------------------------------- ##
14685 _ASBOX
14686 ) |
14687 sed "s/^/$as_me: WARNING: /" >&2
14688 ;;
14689 esac
14690 echo "$as_me:$LINENO: checking for $ac_header" >&5
14691 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14692 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14693 echo $ECHO_N "(cached) $ECHO_C" >&6
14694 else
14695 eval "$as_ac_Header=\$ac_header_preproc"
14696 fi
14697 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14698 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14699
14700 fi
14701 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14702 cat >>confdefs.h <<_ACEOF
14703 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14704 _ACEOF
14705
14706 fi
14707
14708 done
14709
14710
14711 if test "$ac_cv_header_wchar_h" != "yes"; then
14712
14713 for ac_header in wcstr.h
14714 do
14715 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14716 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14717 echo "$as_me:$LINENO: checking for $ac_header" >&5
14718 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14719 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14720 echo $ECHO_N "(cached) $ECHO_C" >&6
14721 fi
14722 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14723 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14724 else
14725 # Is the header compilable?
14726 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14727 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14728 cat >conftest.$ac_ext <<_ACEOF
14729 /* confdefs.h. */
14730 _ACEOF
14731 cat confdefs.h >>conftest.$ac_ext
14732 cat >>conftest.$ac_ext <<_ACEOF
14733 /* end confdefs.h. */
14734 $ac_includes_default
14735 #include <$ac_header>
14736 _ACEOF
14737 rm -f conftest.$ac_objext
14738 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14739 (eval $ac_compile) 2>conftest.er1
14740 ac_status=$?
14741 grep -v '^ *+' conftest.er1 >conftest.err
14742 rm -f conftest.er1
14743 cat conftest.err >&5
14744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14745 (exit $ac_status); } &&
14746 { ac_try='test -z "$ac_c_werror_flag"
14747 || test ! -s conftest.err'
14748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14749 (eval $ac_try) 2>&5
14750 ac_status=$?
14751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14752 (exit $ac_status); }; } &&
14753 { ac_try='test -s conftest.$ac_objext'
14754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14755 (eval $ac_try) 2>&5
14756 ac_status=$?
14757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14758 (exit $ac_status); }; }; then
14759 ac_header_compiler=yes
14760 else
14761 echo "$as_me: failed program was:" >&5
14762 sed 's/^/| /' conftest.$ac_ext >&5
14763
14764 ac_header_compiler=no
14765 fi
14766 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14767 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14768 echo "${ECHO_T}$ac_header_compiler" >&6
14769
14770 # Is the header present?
14771 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14772 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14773 cat >conftest.$ac_ext <<_ACEOF
14774 /* confdefs.h. */
14775 _ACEOF
14776 cat confdefs.h >>conftest.$ac_ext
14777 cat >>conftest.$ac_ext <<_ACEOF
14778 /* end confdefs.h. */
14779 #include <$ac_header>
14780 _ACEOF
14781 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14782 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14783 ac_status=$?
14784 grep -v '^ *+' conftest.er1 >conftest.err
14785 rm -f conftest.er1
14786 cat conftest.err >&5
14787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14788 (exit $ac_status); } >/dev/null; then
14789 if test -s conftest.err; then
14790 ac_cpp_err=$ac_c_preproc_warn_flag
14791 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14792 else
14793 ac_cpp_err=
14794 fi
14795 else
14796 ac_cpp_err=yes
14797 fi
14798 if test -z "$ac_cpp_err"; then
14799 ac_header_preproc=yes
14800 else
14801 echo "$as_me: failed program was:" >&5
14802 sed 's/^/| /' conftest.$ac_ext >&5
14803
14804 ac_header_preproc=no
14805 fi
14806 rm -f conftest.err conftest.$ac_ext
14807 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14808 echo "${ECHO_T}$ac_header_preproc" >&6
14809
14810 # So? What about this header?
14811 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14812 yes:no: )
14813 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14814 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14815 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14816 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14817 ac_header_preproc=yes
14818 ;;
14819 no:yes:* )
14820 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14821 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14822 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14823 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14824 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14825 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14826 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14827 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14828 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14829 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14830 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14831 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14832 (
14833 cat <<\_ASBOX
14834 ## ----------------------------------------- ##
14835 ## Report this to wx-dev@lists.wxwidgets.org ##
14836 ## ----------------------------------------- ##
14837 _ASBOX
14838 ) |
14839 sed "s/^/$as_me: WARNING: /" >&2
14840 ;;
14841 esac
14842 echo "$as_me:$LINENO: checking for $ac_header" >&5
14843 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14844 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14845 echo $ECHO_N "(cached) $ECHO_C" >&6
14846 else
14847 eval "$as_ac_Header=\$ac_header_preproc"
14848 fi
14849 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14850 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14851
14852 fi
14853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14854 cat >>confdefs.h <<_ACEOF
14855 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14856 _ACEOF
14857
14858 fi
14859
14860 done
14861
14862 fi
14863
14864
14865 for ac_header in fnmatch.h
14866 do
14867 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14868 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14869 echo "$as_me:$LINENO: checking for $ac_header" >&5
14870 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14871 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14872 echo $ECHO_N "(cached) $ECHO_C" >&6
14873 fi
14874 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14875 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14876 else
14877 # Is the header compilable?
14878 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14879 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14880 cat >conftest.$ac_ext <<_ACEOF
14881 /* confdefs.h. */
14882 _ACEOF
14883 cat confdefs.h >>conftest.$ac_ext
14884 cat >>conftest.$ac_ext <<_ACEOF
14885 /* end confdefs.h. */
14886 $ac_includes_default
14887 #include <$ac_header>
14888 _ACEOF
14889 rm -f conftest.$ac_objext
14890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14891 (eval $ac_compile) 2>conftest.er1
14892 ac_status=$?
14893 grep -v '^ *+' conftest.er1 >conftest.err
14894 rm -f conftest.er1
14895 cat conftest.err >&5
14896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14897 (exit $ac_status); } &&
14898 { ac_try='test -z "$ac_c_werror_flag"
14899 || test ! -s conftest.err'
14900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14901 (eval $ac_try) 2>&5
14902 ac_status=$?
14903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14904 (exit $ac_status); }; } &&
14905 { ac_try='test -s conftest.$ac_objext'
14906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14907 (eval $ac_try) 2>&5
14908 ac_status=$?
14909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14910 (exit $ac_status); }; }; then
14911 ac_header_compiler=yes
14912 else
14913 echo "$as_me: failed program was:" >&5
14914 sed 's/^/| /' conftest.$ac_ext >&5
14915
14916 ac_header_compiler=no
14917 fi
14918 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14919 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14920 echo "${ECHO_T}$ac_header_compiler" >&6
14921
14922 # Is the header present?
14923 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14924 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14925 cat >conftest.$ac_ext <<_ACEOF
14926 /* confdefs.h. */
14927 _ACEOF
14928 cat confdefs.h >>conftest.$ac_ext
14929 cat >>conftest.$ac_ext <<_ACEOF
14930 /* end confdefs.h. */
14931 #include <$ac_header>
14932 _ACEOF
14933 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14934 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14935 ac_status=$?
14936 grep -v '^ *+' conftest.er1 >conftest.err
14937 rm -f conftest.er1
14938 cat conftest.err >&5
14939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14940 (exit $ac_status); } >/dev/null; then
14941 if test -s conftest.err; then
14942 ac_cpp_err=$ac_c_preproc_warn_flag
14943 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14944 else
14945 ac_cpp_err=
14946 fi
14947 else
14948 ac_cpp_err=yes
14949 fi
14950 if test -z "$ac_cpp_err"; then
14951 ac_header_preproc=yes
14952 else
14953 echo "$as_me: failed program was:" >&5
14954 sed 's/^/| /' conftest.$ac_ext >&5
14955
14956 ac_header_preproc=no
14957 fi
14958 rm -f conftest.err conftest.$ac_ext
14959 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14960 echo "${ECHO_T}$ac_header_preproc" >&6
14961
14962 # So? What about this header?
14963 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14964 yes:no: )
14965 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14966 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14967 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14968 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14969 ac_header_preproc=yes
14970 ;;
14971 no:yes:* )
14972 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14973 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14974 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14975 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14976 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14977 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14978 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14979 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14980 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14981 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14982 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14983 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14984 (
14985 cat <<\_ASBOX
14986 ## ----------------------------------------- ##
14987 ## Report this to wx-dev@lists.wxwidgets.org ##
14988 ## ----------------------------------------- ##
14989 _ASBOX
14990 ) |
14991 sed "s/^/$as_me: WARNING: /" >&2
14992 ;;
14993 esac
14994 echo "$as_me:$LINENO: checking for $ac_header" >&5
14995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14996 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14997 echo $ECHO_N "(cached) $ECHO_C" >&6
14998 else
14999 eval "$as_ac_Header=\$ac_header_preproc"
15000 fi
15001 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15002 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15003
15004 fi
15005 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15006 cat >>confdefs.h <<_ACEOF
15007 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15008 _ACEOF
15009
15010 fi
15011
15012 done
15013
15014
15015 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
15016
15017 for ac_func in fnmatch
15018 do
15019 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15020 echo "$as_me:$LINENO: checking for $ac_func" >&5
15021 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15022 if eval "test \"\${$as_ac_var+set}\" = set"; then
15023 echo $ECHO_N "(cached) $ECHO_C" >&6
15024 else
15025 cat >conftest.$ac_ext <<_ACEOF
15026 /* confdefs.h. */
15027 _ACEOF
15028 cat confdefs.h >>conftest.$ac_ext
15029 cat >>conftest.$ac_ext <<_ACEOF
15030 /* end confdefs.h. */
15031 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15032 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15033 #define $ac_func innocuous_$ac_func
15034
15035 /* System header to define __stub macros and hopefully few prototypes,
15036 which can conflict with char $ac_func (); below.
15037 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15038 <limits.h> exists even on freestanding compilers. */
15039
15040 #ifdef __STDC__
15041 # include <limits.h>
15042 #else
15043 # include <assert.h>
15044 #endif
15045
15046 #undef $ac_func
15047
15048 /* Override any gcc2 internal prototype to avoid an error. */
15049 #ifdef __cplusplus
15050 extern "C"
15051 {
15052 #endif
15053 /* We use char because int might match the return type of a gcc2
15054 builtin and then its argument prototype would still apply. */
15055 char $ac_func ();
15056 /* The GNU C library defines this for functions which it implements
15057 to always fail with ENOSYS. Some functions are actually named
15058 something starting with __ and the normal name is an alias. */
15059 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15060 choke me
15061 #else
15062 char (*f) () = $ac_func;
15063 #endif
15064 #ifdef __cplusplus
15065 }
15066 #endif
15067
15068 int
15069 main ()
15070 {
15071 return f != $ac_func;
15072 ;
15073 return 0;
15074 }
15075 _ACEOF
15076 rm -f conftest.$ac_objext conftest$ac_exeext
15077 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15078 (eval $ac_link) 2>conftest.er1
15079 ac_status=$?
15080 grep -v '^ *+' conftest.er1 >conftest.err
15081 rm -f conftest.er1
15082 cat conftest.err >&5
15083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15084 (exit $ac_status); } &&
15085 { ac_try='test -z "$ac_c_werror_flag"
15086 || test ! -s conftest.err'
15087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15088 (eval $ac_try) 2>&5
15089 ac_status=$?
15090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15091 (exit $ac_status); }; } &&
15092 { ac_try='test -s conftest$ac_exeext'
15093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15094 (eval $ac_try) 2>&5
15095 ac_status=$?
15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); }; }; then
15098 eval "$as_ac_var=yes"
15099 else
15100 echo "$as_me: failed program was:" >&5
15101 sed 's/^/| /' conftest.$ac_ext >&5
15102
15103 eval "$as_ac_var=no"
15104 fi
15105 rm -f conftest.err conftest.$ac_objext \
15106 conftest$ac_exeext conftest.$ac_ext
15107 fi
15108 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15109 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15110 if test `eval echo '${'$as_ac_var'}'` = yes; then
15111 cat >>confdefs.h <<_ACEOF
15112 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15113 _ACEOF
15114
15115 fi
15116 done
15117
15118 fi
15119
15120
15121 for ac_header in langinfo.h
15122 do
15123 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15124 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15125 echo "$as_me:$LINENO: checking for $ac_header" >&5
15126 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15127 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15128 echo $ECHO_N "(cached) $ECHO_C" >&6
15129 fi
15130 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15131 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15132 else
15133 # Is the header compilable?
15134 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15135 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15136 cat >conftest.$ac_ext <<_ACEOF
15137 /* confdefs.h. */
15138 _ACEOF
15139 cat confdefs.h >>conftest.$ac_ext
15140 cat >>conftest.$ac_ext <<_ACEOF
15141 /* end confdefs.h. */
15142 $ac_includes_default
15143 #include <$ac_header>
15144 _ACEOF
15145 rm -f conftest.$ac_objext
15146 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15147 (eval $ac_compile) 2>conftest.er1
15148 ac_status=$?
15149 grep -v '^ *+' conftest.er1 >conftest.err
15150 rm -f conftest.er1
15151 cat conftest.err >&5
15152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15153 (exit $ac_status); } &&
15154 { ac_try='test -z "$ac_c_werror_flag"
15155 || test ! -s conftest.err'
15156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15157 (eval $ac_try) 2>&5
15158 ac_status=$?
15159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15160 (exit $ac_status); }; } &&
15161 { ac_try='test -s conftest.$ac_objext'
15162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15163 (eval $ac_try) 2>&5
15164 ac_status=$?
15165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15166 (exit $ac_status); }; }; then
15167 ac_header_compiler=yes
15168 else
15169 echo "$as_me: failed program was:" >&5
15170 sed 's/^/| /' conftest.$ac_ext >&5
15171
15172 ac_header_compiler=no
15173 fi
15174 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15175 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15176 echo "${ECHO_T}$ac_header_compiler" >&6
15177
15178 # Is the header present?
15179 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15180 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15181 cat >conftest.$ac_ext <<_ACEOF
15182 /* confdefs.h. */
15183 _ACEOF
15184 cat confdefs.h >>conftest.$ac_ext
15185 cat >>conftest.$ac_ext <<_ACEOF
15186 /* end confdefs.h. */
15187 #include <$ac_header>
15188 _ACEOF
15189 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15190 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15191 ac_status=$?
15192 grep -v '^ *+' conftest.er1 >conftest.err
15193 rm -f conftest.er1
15194 cat conftest.err >&5
15195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15196 (exit $ac_status); } >/dev/null; then
15197 if test -s conftest.err; then
15198 ac_cpp_err=$ac_c_preproc_warn_flag
15199 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15200 else
15201 ac_cpp_err=
15202 fi
15203 else
15204 ac_cpp_err=yes
15205 fi
15206 if test -z "$ac_cpp_err"; then
15207 ac_header_preproc=yes
15208 else
15209 echo "$as_me: failed program was:" >&5
15210 sed 's/^/| /' conftest.$ac_ext >&5
15211
15212 ac_header_preproc=no
15213 fi
15214 rm -f conftest.err conftest.$ac_ext
15215 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15216 echo "${ECHO_T}$ac_header_preproc" >&6
15217
15218 # So? What about this header?
15219 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15220 yes:no: )
15221 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15222 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15223 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15224 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15225 ac_header_preproc=yes
15226 ;;
15227 no:yes:* )
15228 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15229 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15230 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15231 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15232 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15233 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15234 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15235 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15236 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15237 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15238 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15239 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15240 (
15241 cat <<\_ASBOX
15242 ## ----------------------------------------- ##
15243 ## Report this to wx-dev@lists.wxwidgets.org ##
15244 ## ----------------------------------------- ##
15245 _ASBOX
15246 ) |
15247 sed "s/^/$as_me: WARNING: /" >&2
15248 ;;
15249 esac
15250 echo "$as_me:$LINENO: checking for $ac_header" >&5
15251 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15252 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15253 echo $ECHO_N "(cached) $ECHO_C" >&6
15254 else
15255 eval "$as_ac_Header=\$ac_header_preproc"
15256 fi
15257 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15258 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15259
15260 fi
15261 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15262 cat >>confdefs.h <<_ACEOF
15263 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15264 _ACEOF
15265
15266 fi
15267
15268 done
15269
15270
15271 case "${host}" in
15272 *-pc-os2_emx | *-pc-os2-emx )
15273 if test $ac_cv_header_langinfo_h = "yes" \
15274 -a \( "$wx_cv_gccversion" = "EMX2" \
15275 -o "$wx_cv_gccversion" = "EMX3" \
15276 -o "$wx_cv_gccversion" = "Innotek5" \); then
15277 LIBS="$LIBS -lintl"
15278 fi
15279 ;;
15280 esac
15281
15282 if test "$wxUSE_GUI" = "yes"; then
15283 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
15284
15285 for ac_header in X11/Xlib.h
15286 do
15287 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15288 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15289 echo "$as_me:$LINENO: checking for $ac_header" >&5
15290 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15291 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15292 echo $ECHO_N "(cached) $ECHO_C" >&6
15293 fi
15294 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15295 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15296 else
15297 # Is the header compilable?
15298 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15299 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15300 cat >conftest.$ac_ext <<_ACEOF
15301 /* confdefs.h. */
15302 _ACEOF
15303 cat confdefs.h >>conftest.$ac_ext
15304 cat >>conftest.$ac_ext <<_ACEOF
15305 /* end confdefs.h. */
15306 $ac_includes_default
15307 #include <$ac_header>
15308 _ACEOF
15309 rm -f conftest.$ac_objext
15310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15311 (eval $ac_compile) 2>conftest.er1
15312 ac_status=$?
15313 grep -v '^ *+' conftest.er1 >conftest.err
15314 rm -f conftest.er1
15315 cat conftest.err >&5
15316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15317 (exit $ac_status); } &&
15318 { ac_try='test -z "$ac_c_werror_flag"
15319 || test ! -s conftest.err'
15320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15321 (eval $ac_try) 2>&5
15322 ac_status=$?
15323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); }; } &&
15325 { ac_try='test -s conftest.$ac_objext'
15326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15327 (eval $ac_try) 2>&5
15328 ac_status=$?
15329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15330 (exit $ac_status); }; }; then
15331 ac_header_compiler=yes
15332 else
15333 echo "$as_me: failed program was:" >&5
15334 sed 's/^/| /' conftest.$ac_ext >&5
15335
15336 ac_header_compiler=no
15337 fi
15338 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15339 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15340 echo "${ECHO_T}$ac_header_compiler" >&6
15341
15342 # Is the header present?
15343 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15344 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15345 cat >conftest.$ac_ext <<_ACEOF
15346 /* confdefs.h. */
15347 _ACEOF
15348 cat confdefs.h >>conftest.$ac_ext
15349 cat >>conftest.$ac_ext <<_ACEOF
15350 /* end confdefs.h. */
15351 #include <$ac_header>
15352 _ACEOF
15353 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15354 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15355 ac_status=$?
15356 grep -v '^ *+' conftest.er1 >conftest.err
15357 rm -f conftest.er1
15358 cat conftest.err >&5
15359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15360 (exit $ac_status); } >/dev/null; then
15361 if test -s conftest.err; then
15362 ac_cpp_err=$ac_c_preproc_warn_flag
15363 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15364 else
15365 ac_cpp_err=
15366 fi
15367 else
15368 ac_cpp_err=yes
15369 fi
15370 if test -z "$ac_cpp_err"; then
15371 ac_header_preproc=yes
15372 else
15373 echo "$as_me: failed program was:" >&5
15374 sed 's/^/| /' conftest.$ac_ext >&5
15375
15376 ac_header_preproc=no
15377 fi
15378 rm -f conftest.err conftest.$ac_ext
15379 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15380 echo "${ECHO_T}$ac_header_preproc" >&6
15381
15382 # So? What about this header?
15383 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15384 yes:no: )
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15386 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15388 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15389 ac_header_preproc=yes
15390 ;;
15391 no:yes:* )
15392 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15393 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15394 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15395 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15396 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15397 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15398 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15399 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15400 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15401 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15402 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15403 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15404 (
15405 cat <<\_ASBOX
15406 ## ----------------------------------------- ##
15407 ## Report this to wx-dev@lists.wxwidgets.org ##
15408 ## ----------------------------------------- ##
15409 _ASBOX
15410 ) |
15411 sed "s/^/$as_me: WARNING: /" >&2
15412 ;;
15413 esac
15414 echo "$as_me:$LINENO: checking for $ac_header" >&5
15415 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15416 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15417 echo $ECHO_N "(cached) $ECHO_C" >&6
15418 else
15419 eval "$as_ac_Header=\$ac_header_preproc"
15420 fi
15421 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15422 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15423
15424 fi
15425 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15426 cat >>confdefs.h <<_ACEOF
15427 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15428 _ACEOF
15429
15430 fi
15431
15432 done
15433
15434
15435 for ac_header in X11/XKBlib.h
15436 do
15437 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15438 echo "$as_me:$LINENO: checking for $ac_header" >&5
15439 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15440 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15441 echo $ECHO_N "(cached) $ECHO_C" >&6
15442 else
15443 cat >conftest.$ac_ext <<_ACEOF
15444 /* confdefs.h. */
15445 _ACEOF
15446 cat confdefs.h >>conftest.$ac_ext
15447 cat >>conftest.$ac_ext <<_ACEOF
15448 /* end confdefs.h. */
15449
15450 #if HAVE_X11_XLIB_H
15451 #include <X11/Xlib.h>
15452 #endif
15453
15454
15455 #include <$ac_header>
15456 _ACEOF
15457 rm -f conftest.$ac_objext
15458 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15459 (eval $ac_compile) 2>conftest.er1
15460 ac_status=$?
15461 grep -v '^ *+' conftest.er1 >conftest.err
15462 rm -f conftest.er1
15463 cat conftest.err >&5
15464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15465 (exit $ac_status); } &&
15466 { ac_try='test -z "$ac_c_werror_flag"
15467 || test ! -s conftest.err'
15468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15469 (eval $ac_try) 2>&5
15470 ac_status=$?
15471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15472 (exit $ac_status); }; } &&
15473 { ac_try='test -s conftest.$ac_objext'
15474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15475 (eval $ac_try) 2>&5
15476 ac_status=$?
15477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15478 (exit $ac_status); }; }; then
15479 eval "$as_ac_Header=yes"
15480 else
15481 echo "$as_me: failed program was:" >&5
15482 sed 's/^/| /' conftest.$ac_ext >&5
15483
15484 eval "$as_ac_Header=no"
15485 fi
15486 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15487 fi
15488 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15489 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15490 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15491 cat >>confdefs.h <<_ACEOF
15492 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15493 _ACEOF
15494
15495 fi
15496
15497 done
15498
15499 fi
15500 fi
15501
15502
15503 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15504 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15505 if test "${ac_cv_c_const+set}" = set; then
15506 echo $ECHO_N "(cached) $ECHO_C" >&6
15507 else
15508 cat >conftest.$ac_ext <<_ACEOF
15509 /* confdefs.h. */
15510 _ACEOF
15511 cat confdefs.h >>conftest.$ac_ext
15512 cat >>conftest.$ac_ext <<_ACEOF
15513 /* end confdefs.h. */
15514
15515 int
15516 main ()
15517 {
15518 /* FIXME: Include the comments suggested by Paul. */
15519 #ifndef __cplusplus
15520 /* Ultrix mips cc rejects this. */
15521 typedef int charset[2];
15522 const charset x;
15523 /* SunOS 4.1.1 cc rejects this. */
15524 char const *const *ccp;
15525 char **p;
15526 /* NEC SVR4.0.2 mips cc rejects this. */
15527 struct point {int x, y;};
15528 static struct point const zero = {0,0};
15529 /* AIX XL C 1.02.0.0 rejects this.
15530 It does not let you subtract one const X* pointer from another in
15531 an arm of an if-expression whose if-part is not a constant
15532 expression */
15533 const char *g = "string";
15534 ccp = &g + (g ? g-g : 0);
15535 /* HPUX 7.0 cc rejects these. */
15536 ++ccp;
15537 p = (char**) ccp;
15538 ccp = (char const *const *) p;
15539 { /* SCO 3.2v4 cc rejects this. */
15540 char *t;
15541 char const *s = 0 ? (char *) 0 : (char const *) 0;
15542
15543 *t++ = 0;
15544 }
15545 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15546 int x[] = {25, 17};
15547 const int *foo = &x[0];
15548 ++foo;
15549 }
15550 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15551 typedef const int *iptr;
15552 iptr p = 0;
15553 ++p;
15554 }
15555 { /* AIX XL C 1.02.0.0 rejects this saying
15556 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15557 struct s { int j; const int *ap[3]; };
15558 struct s *b; b->j = 5;
15559 }
15560 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15561 const int foo = 10;
15562 }
15563 #endif
15564
15565 ;
15566 return 0;
15567 }
15568 _ACEOF
15569 rm -f conftest.$ac_objext
15570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15571 (eval $ac_compile) 2>conftest.er1
15572 ac_status=$?
15573 grep -v '^ *+' conftest.er1 >conftest.err
15574 rm -f conftest.er1
15575 cat conftest.err >&5
15576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15577 (exit $ac_status); } &&
15578 { ac_try='test -z "$ac_c_werror_flag"
15579 || test ! -s conftest.err'
15580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15581 (eval $ac_try) 2>&5
15582 ac_status=$?
15583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15584 (exit $ac_status); }; } &&
15585 { ac_try='test -s conftest.$ac_objext'
15586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15587 (eval $ac_try) 2>&5
15588 ac_status=$?
15589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15590 (exit $ac_status); }; }; then
15591 ac_cv_c_const=yes
15592 else
15593 echo "$as_me: failed program was:" >&5
15594 sed 's/^/| /' conftest.$ac_ext >&5
15595
15596 ac_cv_c_const=no
15597 fi
15598 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15599 fi
15600 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15601 echo "${ECHO_T}$ac_cv_c_const" >&6
15602 if test $ac_cv_c_const = no; then
15603
15604 cat >>confdefs.h <<\_ACEOF
15605 #define const
15606 _ACEOF
15607
15608 fi
15609
15610 echo "$as_me:$LINENO: checking for inline" >&5
15611 echo $ECHO_N "checking for inline... $ECHO_C" >&6
15612 if test "${ac_cv_c_inline+set}" = set; then
15613 echo $ECHO_N "(cached) $ECHO_C" >&6
15614 else
15615 ac_cv_c_inline=no
15616 for ac_kw in inline __inline__ __inline; do
15617 cat >conftest.$ac_ext <<_ACEOF
15618 /* confdefs.h. */
15619 _ACEOF
15620 cat confdefs.h >>conftest.$ac_ext
15621 cat >>conftest.$ac_ext <<_ACEOF
15622 /* end confdefs.h. */
15623 #ifndef __cplusplus
15624 typedef int foo_t;
15625 static $ac_kw foo_t static_foo () {return 0; }
15626 $ac_kw foo_t foo () {return 0; }
15627 #endif
15628
15629 _ACEOF
15630 rm -f conftest.$ac_objext
15631 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15632 (eval $ac_compile) 2>conftest.er1
15633 ac_status=$?
15634 grep -v '^ *+' conftest.er1 >conftest.err
15635 rm -f conftest.er1
15636 cat conftest.err >&5
15637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638 (exit $ac_status); } &&
15639 { ac_try='test -z "$ac_c_werror_flag"
15640 || test ! -s conftest.err'
15641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15642 (eval $ac_try) 2>&5
15643 ac_status=$?
15644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15645 (exit $ac_status); }; } &&
15646 { ac_try='test -s conftest.$ac_objext'
15647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15648 (eval $ac_try) 2>&5
15649 ac_status=$?
15650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15651 (exit $ac_status); }; }; then
15652 ac_cv_c_inline=$ac_kw; break
15653 else
15654 echo "$as_me: failed program was:" >&5
15655 sed 's/^/| /' conftest.$ac_ext >&5
15656
15657 fi
15658 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15659 done
15660
15661 fi
15662 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15663 echo "${ECHO_T}$ac_cv_c_inline" >&6
15664
15665
15666 case $ac_cv_c_inline in
15667 inline | yes) ;;
15668 *)
15669 case $ac_cv_c_inline in
15670 no) ac_val=;;
15671 *) ac_val=$ac_cv_c_inline;;
15672 esac
15673 cat >>confdefs.h <<_ACEOF
15674 #ifndef __cplusplus
15675 #define inline $ac_val
15676 #endif
15677 _ACEOF
15678 ;;
15679 esac
15680
15681
15682 echo "$as_me:$LINENO: checking for char" >&5
15683 echo $ECHO_N "checking for char... $ECHO_C" >&6
15684 if test "${ac_cv_type_char+set}" = set; then
15685 echo $ECHO_N "(cached) $ECHO_C" >&6
15686 else
15687 cat >conftest.$ac_ext <<_ACEOF
15688 /* confdefs.h. */
15689 _ACEOF
15690 cat confdefs.h >>conftest.$ac_ext
15691 cat >>conftest.$ac_ext <<_ACEOF
15692 /* end confdefs.h. */
15693 $ac_includes_default
15694 int
15695 main ()
15696 {
15697 if ((char *) 0)
15698 return 0;
15699 if (sizeof (char))
15700 return 0;
15701 ;
15702 return 0;
15703 }
15704 _ACEOF
15705 rm -f conftest.$ac_objext
15706 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15707 (eval $ac_compile) 2>conftest.er1
15708 ac_status=$?
15709 grep -v '^ *+' conftest.er1 >conftest.err
15710 rm -f conftest.er1
15711 cat conftest.err >&5
15712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15713 (exit $ac_status); } &&
15714 { ac_try='test -z "$ac_c_werror_flag"
15715 || test ! -s conftest.err'
15716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15717 (eval $ac_try) 2>&5
15718 ac_status=$?
15719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15720 (exit $ac_status); }; } &&
15721 { ac_try='test -s conftest.$ac_objext'
15722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15723 (eval $ac_try) 2>&5
15724 ac_status=$?
15725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15726 (exit $ac_status); }; }; then
15727 ac_cv_type_char=yes
15728 else
15729 echo "$as_me: failed program was:" >&5
15730 sed 's/^/| /' conftest.$ac_ext >&5
15731
15732 ac_cv_type_char=no
15733 fi
15734 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15735 fi
15736 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15737 echo "${ECHO_T}$ac_cv_type_char" >&6
15738
15739 echo "$as_me:$LINENO: checking size of char" >&5
15740 echo $ECHO_N "checking size of char... $ECHO_C" >&6
15741 if test "${ac_cv_sizeof_char+set}" = set; then
15742 echo $ECHO_N "(cached) $ECHO_C" >&6
15743 else
15744 if test "$ac_cv_type_char" = yes; then
15745 # The cast to unsigned long works around a bug in the HP C Compiler
15746 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15747 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15748 # This bug is HP SR number 8606223364.
15749 if test "$cross_compiling" = yes; then
15750 # Depending upon the size, compute the lo and hi bounds.
15751 cat >conftest.$ac_ext <<_ACEOF
15752 /* confdefs.h. */
15753 _ACEOF
15754 cat confdefs.h >>conftest.$ac_ext
15755 cat >>conftest.$ac_ext <<_ACEOF
15756 /* end confdefs.h. */
15757 $ac_includes_default
15758 int
15759 main ()
15760 {
15761 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15762 test_array [0] = 0
15763
15764 ;
15765 return 0;
15766 }
15767 _ACEOF
15768 rm -f conftest.$ac_objext
15769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15770 (eval $ac_compile) 2>conftest.er1
15771 ac_status=$?
15772 grep -v '^ *+' conftest.er1 >conftest.err
15773 rm -f conftest.er1
15774 cat conftest.err >&5
15775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15776 (exit $ac_status); } &&
15777 { ac_try='test -z "$ac_c_werror_flag"
15778 || test ! -s conftest.err'
15779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15780 (eval $ac_try) 2>&5
15781 ac_status=$?
15782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15783 (exit $ac_status); }; } &&
15784 { ac_try='test -s conftest.$ac_objext'
15785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15786 (eval $ac_try) 2>&5
15787 ac_status=$?
15788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789 (exit $ac_status); }; }; then
15790 ac_lo=0 ac_mid=0
15791 while :; do
15792 cat >conftest.$ac_ext <<_ACEOF
15793 /* confdefs.h. */
15794 _ACEOF
15795 cat confdefs.h >>conftest.$ac_ext
15796 cat >>conftest.$ac_ext <<_ACEOF
15797 /* end confdefs.h. */
15798 $ac_includes_default
15799 int
15800 main ()
15801 {
15802 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15803 test_array [0] = 0
15804
15805 ;
15806 return 0;
15807 }
15808 _ACEOF
15809 rm -f conftest.$ac_objext
15810 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15811 (eval $ac_compile) 2>conftest.er1
15812 ac_status=$?
15813 grep -v '^ *+' conftest.er1 >conftest.err
15814 rm -f conftest.er1
15815 cat conftest.err >&5
15816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817 (exit $ac_status); } &&
15818 { ac_try='test -z "$ac_c_werror_flag"
15819 || test ! -s conftest.err'
15820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15821 (eval $ac_try) 2>&5
15822 ac_status=$?
15823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15824 (exit $ac_status); }; } &&
15825 { ac_try='test -s conftest.$ac_objext'
15826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15827 (eval $ac_try) 2>&5
15828 ac_status=$?
15829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15830 (exit $ac_status); }; }; then
15831 ac_hi=$ac_mid; break
15832 else
15833 echo "$as_me: failed program was:" >&5
15834 sed 's/^/| /' conftest.$ac_ext >&5
15835
15836 ac_lo=`expr $ac_mid + 1`
15837 if test $ac_lo -le $ac_mid; then
15838 ac_lo= ac_hi=
15839 break
15840 fi
15841 ac_mid=`expr 2 '*' $ac_mid + 1`
15842 fi
15843 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15844 done
15845 else
15846 echo "$as_me: failed program was:" >&5
15847 sed 's/^/| /' conftest.$ac_ext >&5
15848
15849 cat >conftest.$ac_ext <<_ACEOF
15850 /* confdefs.h. */
15851 _ACEOF
15852 cat confdefs.h >>conftest.$ac_ext
15853 cat >>conftest.$ac_ext <<_ACEOF
15854 /* end confdefs.h. */
15855 $ac_includes_default
15856 int
15857 main ()
15858 {
15859 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15860 test_array [0] = 0
15861
15862 ;
15863 return 0;
15864 }
15865 _ACEOF
15866 rm -f conftest.$ac_objext
15867 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15868 (eval $ac_compile) 2>conftest.er1
15869 ac_status=$?
15870 grep -v '^ *+' conftest.er1 >conftest.err
15871 rm -f conftest.er1
15872 cat conftest.err >&5
15873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15874 (exit $ac_status); } &&
15875 { ac_try='test -z "$ac_c_werror_flag"
15876 || test ! -s conftest.err'
15877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15878 (eval $ac_try) 2>&5
15879 ac_status=$?
15880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15881 (exit $ac_status); }; } &&
15882 { ac_try='test -s conftest.$ac_objext'
15883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15884 (eval $ac_try) 2>&5
15885 ac_status=$?
15886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887 (exit $ac_status); }; }; then
15888 ac_hi=-1 ac_mid=-1
15889 while :; do
15890 cat >conftest.$ac_ext <<_ACEOF
15891 /* confdefs.h. */
15892 _ACEOF
15893 cat confdefs.h >>conftest.$ac_ext
15894 cat >>conftest.$ac_ext <<_ACEOF
15895 /* end confdefs.h. */
15896 $ac_includes_default
15897 int
15898 main ()
15899 {
15900 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15901 test_array [0] = 0
15902
15903 ;
15904 return 0;
15905 }
15906 _ACEOF
15907 rm -f conftest.$ac_objext
15908 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15909 (eval $ac_compile) 2>conftest.er1
15910 ac_status=$?
15911 grep -v '^ *+' conftest.er1 >conftest.err
15912 rm -f conftest.er1
15913 cat conftest.err >&5
15914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15915 (exit $ac_status); } &&
15916 { ac_try='test -z "$ac_c_werror_flag"
15917 || test ! -s conftest.err'
15918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15919 (eval $ac_try) 2>&5
15920 ac_status=$?
15921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15922 (exit $ac_status); }; } &&
15923 { ac_try='test -s conftest.$ac_objext'
15924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15925 (eval $ac_try) 2>&5
15926 ac_status=$?
15927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15928 (exit $ac_status); }; }; then
15929 ac_lo=$ac_mid; break
15930 else
15931 echo "$as_me: failed program was:" >&5
15932 sed 's/^/| /' conftest.$ac_ext >&5
15933
15934 ac_hi=`expr '(' $ac_mid ')' - 1`
15935 if test $ac_mid -le $ac_hi; then
15936 ac_lo= ac_hi=
15937 break
15938 fi
15939 ac_mid=`expr 2 '*' $ac_mid`
15940 fi
15941 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15942 done
15943 else
15944 echo "$as_me: failed program was:" >&5
15945 sed 's/^/| /' conftest.$ac_ext >&5
15946
15947 ac_lo= ac_hi=
15948 fi
15949 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15950 fi
15951 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15952 # Binary search between lo and hi bounds.
15953 while test "x$ac_lo" != "x$ac_hi"; do
15954 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15955 cat >conftest.$ac_ext <<_ACEOF
15956 /* confdefs.h. */
15957 _ACEOF
15958 cat confdefs.h >>conftest.$ac_ext
15959 cat >>conftest.$ac_ext <<_ACEOF
15960 /* end confdefs.h. */
15961 $ac_includes_default
15962 int
15963 main ()
15964 {
15965 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15966 test_array [0] = 0
15967
15968 ;
15969 return 0;
15970 }
15971 _ACEOF
15972 rm -f conftest.$ac_objext
15973 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15974 (eval $ac_compile) 2>conftest.er1
15975 ac_status=$?
15976 grep -v '^ *+' conftest.er1 >conftest.err
15977 rm -f conftest.er1
15978 cat conftest.err >&5
15979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15980 (exit $ac_status); } &&
15981 { ac_try='test -z "$ac_c_werror_flag"
15982 || test ! -s conftest.err'
15983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15984 (eval $ac_try) 2>&5
15985 ac_status=$?
15986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15987 (exit $ac_status); }; } &&
15988 { ac_try='test -s conftest.$ac_objext'
15989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15990 (eval $ac_try) 2>&5
15991 ac_status=$?
15992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15993 (exit $ac_status); }; }; then
15994 ac_hi=$ac_mid
15995 else
15996 echo "$as_me: failed program was:" >&5
15997 sed 's/^/| /' conftest.$ac_ext >&5
15998
15999 ac_lo=`expr '(' $ac_mid ')' + 1`
16000 fi
16001 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16002 done
16003 case $ac_lo in
16004 ?*) ac_cv_sizeof_char=$ac_lo;;
16005 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16006 See \`config.log' for more details." >&5
16007 echo "$as_me: error: cannot compute sizeof (char), 77
16008 See \`config.log' for more details." >&2;}
16009 { (exit 1); exit 1; }; } ;;
16010 esac
16011 else
16012 if test "$cross_compiling" = yes; then
16013 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16014 See \`config.log' for more details." >&5
16015 echo "$as_me: error: cannot run test program while cross compiling
16016 See \`config.log' for more details." >&2;}
16017 { (exit 1); exit 1; }; }
16018 else
16019 cat >conftest.$ac_ext <<_ACEOF
16020 /* confdefs.h. */
16021 _ACEOF
16022 cat confdefs.h >>conftest.$ac_ext
16023 cat >>conftest.$ac_ext <<_ACEOF
16024 /* end confdefs.h. */
16025 $ac_includes_default
16026 long longval () { return (long) (sizeof (char)); }
16027 unsigned long ulongval () { return (long) (sizeof (char)); }
16028 #include <stdio.h>
16029 #include <stdlib.h>
16030 int
16031 main ()
16032 {
16033
16034 FILE *f = fopen ("conftest.val", "w");
16035 if (! f)
16036 exit (1);
16037 if (((long) (sizeof (char))) < 0)
16038 {
16039 long i = longval ();
16040 if (i != ((long) (sizeof (char))))
16041 exit (1);
16042 fprintf (f, "%ld\n", i);
16043 }
16044 else
16045 {
16046 unsigned long i = ulongval ();
16047 if (i != ((long) (sizeof (char))))
16048 exit (1);
16049 fprintf (f, "%lu\n", i);
16050 }
16051 exit (ferror (f) || fclose (f) != 0);
16052
16053 ;
16054 return 0;
16055 }
16056 _ACEOF
16057 rm -f conftest$ac_exeext
16058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16059 (eval $ac_link) 2>&5
16060 ac_status=$?
16061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16062 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16064 (eval $ac_try) 2>&5
16065 ac_status=$?
16066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16067 (exit $ac_status); }; }; then
16068 ac_cv_sizeof_char=`cat conftest.val`
16069 else
16070 echo "$as_me: program exited with status $ac_status" >&5
16071 echo "$as_me: failed program was:" >&5
16072 sed 's/^/| /' conftest.$ac_ext >&5
16073
16074 ( exit $ac_status )
16075 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16076 See \`config.log' for more details." >&5
16077 echo "$as_me: error: cannot compute sizeof (char), 77
16078 See \`config.log' for more details." >&2;}
16079 { (exit 1); exit 1; }; }
16080 fi
16081 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16082 fi
16083 fi
16084 rm -f conftest.val
16085 else
16086 ac_cv_sizeof_char=0
16087 fi
16088 fi
16089 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
16090 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
16091 cat >>confdefs.h <<_ACEOF
16092 #define SIZEOF_CHAR $ac_cv_sizeof_char
16093 _ACEOF
16094
16095
16096 echo "$as_me:$LINENO: checking for short" >&5
16097 echo $ECHO_N "checking for short... $ECHO_C" >&6
16098 if test "${ac_cv_type_short+set}" = set; then
16099 echo $ECHO_N "(cached) $ECHO_C" >&6
16100 else
16101 cat >conftest.$ac_ext <<_ACEOF
16102 /* confdefs.h. */
16103 _ACEOF
16104 cat confdefs.h >>conftest.$ac_ext
16105 cat >>conftest.$ac_ext <<_ACEOF
16106 /* end confdefs.h. */
16107 $ac_includes_default
16108 int
16109 main ()
16110 {
16111 if ((short *) 0)
16112 return 0;
16113 if (sizeof (short))
16114 return 0;
16115 ;
16116 return 0;
16117 }
16118 _ACEOF
16119 rm -f conftest.$ac_objext
16120 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16121 (eval $ac_compile) 2>conftest.er1
16122 ac_status=$?
16123 grep -v '^ *+' conftest.er1 >conftest.err
16124 rm -f conftest.er1
16125 cat conftest.err >&5
16126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16127 (exit $ac_status); } &&
16128 { ac_try='test -z "$ac_c_werror_flag"
16129 || test ! -s conftest.err'
16130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16131 (eval $ac_try) 2>&5
16132 ac_status=$?
16133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16134 (exit $ac_status); }; } &&
16135 { ac_try='test -s conftest.$ac_objext'
16136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16137 (eval $ac_try) 2>&5
16138 ac_status=$?
16139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16140 (exit $ac_status); }; }; then
16141 ac_cv_type_short=yes
16142 else
16143 echo "$as_me: failed program was:" >&5
16144 sed 's/^/| /' conftest.$ac_ext >&5
16145
16146 ac_cv_type_short=no
16147 fi
16148 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16149 fi
16150 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
16151 echo "${ECHO_T}$ac_cv_type_short" >&6
16152
16153 echo "$as_me:$LINENO: checking size of short" >&5
16154 echo $ECHO_N "checking size of short... $ECHO_C" >&6
16155 if test "${ac_cv_sizeof_short+set}" = set; then
16156 echo $ECHO_N "(cached) $ECHO_C" >&6
16157 else
16158 if test "$ac_cv_type_short" = yes; then
16159 # The cast to unsigned long works around a bug in the HP C Compiler
16160 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16161 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16162 # This bug is HP SR number 8606223364.
16163 if test "$cross_compiling" = yes; then
16164 # Depending upon the size, compute the lo and hi bounds.
16165 cat >conftest.$ac_ext <<_ACEOF
16166 /* confdefs.h. */
16167 _ACEOF
16168 cat confdefs.h >>conftest.$ac_ext
16169 cat >>conftest.$ac_ext <<_ACEOF
16170 /* end confdefs.h. */
16171 $ac_includes_default
16172 int
16173 main ()
16174 {
16175 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
16176 test_array [0] = 0
16177
16178 ;
16179 return 0;
16180 }
16181 _ACEOF
16182 rm -f conftest.$ac_objext
16183 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16184 (eval $ac_compile) 2>conftest.er1
16185 ac_status=$?
16186 grep -v '^ *+' conftest.er1 >conftest.err
16187 rm -f conftest.er1
16188 cat conftest.err >&5
16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); } &&
16191 { ac_try='test -z "$ac_c_werror_flag"
16192 || test ! -s conftest.err'
16193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16194 (eval $ac_try) 2>&5
16195 ac_status=$?
16196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16197 (exit $ac_status); }; } &&
16198 { ac_try='test -s conftest.$ac_objext'
16199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16200 (eval $ac_try) 2>&5
16201 ac_status=$?
16202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16203 (exit $ac_status); }; }; then
16204 ac_lo=0 ac_mid=0
16205 while :; do
16206 cat >conftest.$ac_ext <<_ACEOF
16207 /* confdefs.h. */
16208 _ACEOF
16209 cat confdefs.h >>conftest.$ac_ext
16210 cat >>conftest.$ac_ext <<_ACEOF
16211 /* end confdefs.h. */
16212 $ac_includes_default
16213 int
16214 main ()
16215 {
16216 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16217 test_array [0] = 0
16218
16219 ;
16220 return 0;
16221 }
16222 _ACEOF
16223 rm -f conftest.$ac_objext
16224 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16225 (eval $ac_compile) 2>conftest.er1
16226 ac_status=$?
16227 grep -v '^ *+' conftest.er1 >conftest.err
16228 rm -f conftest.er1
16229 cat conftest.err >&5
16230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16231 (exit $ac_status); } &&
16232 { ac_try='test -z "$ac_c_werror_flag"
16233 || test ! -s conftest.err'
16234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16235 (eval $ac_try) 2>&5
16236 ac_status=$?
16237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16238 (exit $ac_status); }; } &&
16239 { ac_try='test -s conftest.$ac_objext'
16240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16241 (eval $ac_try) 2>&5
16242 ac_status=$?
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); }; }; then
16245 ac_hi=$ac_mid; break
16246 else
16247 echo "$as_me: failed program was:" >&5
16248 sed 's/^/| /' conftest.$ac_ext >&5
16249
16250 ac_lo=`expr $ac_mid + 1`
16251 if test $ac_lo -le $ac_mid; then
16252 ac_lo= ac_hi=
16253 break
16254 fi
16255 ac_mid=`expr 2 '*' $ac_mid + 1`
16256 fi
16257 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16258 done
16259 else
16260 echo "$as_me: failed program was:" >&5
16261 sed 's/^/| /' conftest.$ac_ext >&5
16262
16263 cat >conftest.$ac_ext <<_ACEOF
16264 /* confdefs.h. */
16265 _ACEOF
16266 cat confdefs.h >>conftest.$ac_ext
16267 cat >>conftest.$ac_ext <<_ACEOF
16268 /* end confdefs.h. */
16269 $ac_includes_default
16270 int
16271 main ()
16272 {
16273 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
16274 test_array [0] = 0
16275
16276 ;
16277 return 0;
16278 }
16279 _ACEOF
16280 rm -f conftest.$ac_objext
16281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16282 (eval $ac_compile) 2>conftest.er1
16283 ac_status=$?
16284 grep -v '^ *+' conftest.er1 >conftest.err
16285 rm -f conftest.er1
16286 cat conftest.err >&5
16287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16288 (exit $ac_status); } &&
16289 { ac_try='test -z "$ac_c_werror_flag"
16290 || test ! -s conftest.err'
16291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16292 (eval $ac_try) 2>&5
16293 ac_status=$?
16294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16295 (exit $ac_status); }; } &&
16296 { ac_try='test -s conftest.$ac_objext'
16297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16298 (eval $ac_try) 2>&5
16299 ac_status=$?
16300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16301 (exit $ac_status); }; }; then
16302 ac_hi=-1 ac_mid=-1
16303 while :; do
16304 cat >conftest.$ac_ext <<_ACEOF
16305 /* confdefs.h. */
16306 _ACEOF
16307 cat confdefs.h >>conftest.$ac_ext
16308 cat >>conftest.$ac_ext <<_ACEOF
16309 /* end confdefs.h. */
16310 $ac_includes_default
16311 int
16312 main ()
16313 {
16314 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16315 test_array [0] = 0
16316
16317 ;
16318 return 0;
16319 }
16320 _ACEOF
16321 rm -f conftest.$ac_objext
16322 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16323 (eval $ac_compile) 2>conftest.er1
16324 ac_status=$?
16325 grep -v '^ *+' conftest.er1 >conftest.err
16326 rm -f conftest.er1
16327 cat conftest.err >&5
16328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16329 (exit $ac_status); } &&
16330 { ac_try='test -z "$ac_c_werror_flag"
16331 || test ! -s conftest.err'
16332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16333 (eval $ac_try) 2>&5
16334 ac_status=$?
16335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16336 (exit $ac_status); }; } &&
16337 { ac_try='test -s conftest.$ac_objext'
16338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16339 (eval $ac_try) 2>&5
16340 ac_status=$?
16341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16342 (exit $ac_status); }; }; then
16343 ac_lo=$ac_mid; break
16344 else
16345 echo "$as_me: failed program was:" >&5
16346 sed 's/^/| /' conftest.$ac_ext >&5
16347
16348 ac_hi=`expr '(' $ac_mid ')' - 1`
16349 if test $ac_mid -le $ac_hi; then
16350 ac_lo= ac_hi=
16351 break
16352 fi
16353 ac_mid=`expr 2 '*' $ac_mid`
16354 fi
16355 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16356 done
16357 else
16358 echo "$as_me: failed program was:" >&5
16359 sed 's/^/| /' conftest.$ac_ext >&5
16360
16361 ac_lo= ac_hi=
16362 fi
16363 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16364 fi
16365 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16366 # Binary search between lo and hi bounds.
16367 while test "x$ac_lo" != "x$ac_hi"; do
16368 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16369 cat >conftest.$ac_ext <<_ACEOF
16370 /* confdefs.h. */
16371 _ACEOF
16372 cat confdefs.h >>conftest.$ac_ext
16373 cat >>conftest.$ac_ext <<_ACEOF
16374 /* end confdefs.h. */
16375 $ac_includes_default
16376 int
16377 main ()
16378 {
16379 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16380 test_array [0] = 0
16381
16382 ;
16383 return 0;
16384 }
16385 _ACEOF
16386 rm -f conftest.$ac_objext
16387 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16388 (eval $ac_compile) 2>conftest.er1
16389 ac_status=$?
16390 grep -v '^ *+' conftest.er1 >conftest.err
16391 rm -f conftest.er1
16392 cat conftest.err >&5
16393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16394 (exit $ac_status); } &&
16395 { ac_try='test -z "$ac_c_werror_flag"
16396 || test ! -s conftest.err'
16397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16398 (eval $ac_try) 2>&5
16399 ac_status=$?
16400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16401 (exit $ac_status); }; } &&
16402 { ac_try='test -s conftest.$ac_objext'
16403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16404 (eval $ac_try) 2>&5
16405 ac_status=$?
16406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16407 (exit $ac_status); }; }; then
16408 ac_hi=$ac_mid
16409 else
16410 echo "$as_me: failed program was:" >&5
16411 sed 's/^/| /' conftest.$ac_ext >&5
16412
16413 ac_lo=`expr '(' $ac_mid ')' + 1`
16414 fi
16415 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16416 done
16417 case $ac_lo in
16418 ?*) ac_cv_sizeof_short=$ac_lo;;
16419 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16420 See \`config.log' for more details." >&5
16421 echo "$as_me: error: cannot compute sizeof (short), 77
16422 See \`config.log' for more details." >&2;}
16423 { (exit 1); exit 1; }; } ;;
16424 esac
16425 else
16426 if test "$cross_compiling" = yes; then
16427 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16428 See \`config.log' for more details." >&5
16429 echo "$as_me: error: cannot run test program while cross compiling
16430 See \`config.log' for more details." >&2;}
16431 { (exit 1); exit 1; }; }
16432 else
16433 cat >conftest.$ac_ext <<_ACEOF
16434 /* confdefs.h. */
16435 _ACEOF
16436 cat confdefs.h >>conftest.$ac_ext
16437 cat >>conftest.$ac_ext <<_ACEOF
16438 /* end confdefs.h. */
16439 $ac_includes_default
16440 long longval () { return (long) (sizeof (short)); }
16441 unsigned long ulongval () { return (long) (sizeof (short)); }
16442 #include <stdio.h>
16443 #include <stdlib.h>
16444 int
16445 main ()
16446 {
16447
16448 FILE *f = fopen ("conftest.val", "w");
16449 if (! f)
16450 exit (1);
16451 if (((long) (sizeof (short))) < 0)
16452 {
16453 long i = longval ();
16454 if (i != ((long) (sizeof (short))))
16455 exit (1);
16456 fprintf (f, "%ld\n", i);
16457 }
16458 else
16459 {
16460 unsigned long i = ulongval ();
16461 if (i != ((long) (sizeof (short))))
16462 exit (1);
16463 fprintf (f, "%lu\n", i);
16464 }
16465 exit (ferror (f) || fclose (f) != 0);
16466
16467 ;
16468 return 0;
16469 }
16470 _ACEOF
16471 rm -f conftest$ac_exeext
16472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16473 (eval $ac_link) 2>&5
16474 ac_status=$?
16475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16476 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16478 (eval $ac_try) 2>&5
16479 ac_status=$?
16480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16481 (exit $ac_status); }; }; then
16482 ac_cv_sizeof_short=`cat conftest.val`
16483 else
16484 echo "$as_me: program exited with status $ac_status" >&5
16485 echo "$as_me: failed program was:" >&5
16486 sed 's/^/| /' conftest.$ac_ext >&5
16487
16488 ( exit $ac_status )
16489 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16490 See \`config.log' for more details." >&5
16491 echo "$as_me: error: cannot compute sizeof (short), 77
16492 See \`config.log' for more details." >&2;}
16493 { (exit 1); exit 1; }; }
16494 fi
16495 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16496 fi
16497 fi
16498 rm -f conftest.val
16499 else
16500 ac_cv_sizeof_short=0
16501 fi
16502 fi
16503 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16504 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16505 cat >>confdefs.h <<_ACEOF
16506 #define SIZEOF_SHORT $ac_cv_sizeof_short
16507 _ACEOF
16508
16509
16510 echo "$as_me:$LINENO: checking for void *" >&5
16511 echo $ECHO_N "checking for void *... $ECHO_C" >&6
16512 if test "${ac_cv_type_void_p+set}" = set; then
16513 echo $ECHO_N "(cached) $ECHO_C" >&6
16514 else
16515 cat >conftest.$ac_ext <<_ACEOF
16516 /* confdefs.h. */
16517 _ACEOF
16518 cat confdefs.h >>conftest.$ac_ext
16519 cat >>conftest.$ac_ext <<_ACEOF
16520 /* end confdefs.h. */
16521 $ac_includes_default
16522 int
16523 main ()
16524 {
16525 if ((void * *) 0)
16526 return 0;
16527 if (sizeof (void *))
16528 return 0;
16529 ;
16530 return 0;
16531 }
16532 _ACEOF
16533 rm -f conftest.$ac_objext
16534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16535 (eval $ac_compile) 2>conftest.er1
16536 ac_status=$?
16537 grep -v '^ *+' conftest.er1 >conftest.err
16538 rm -f conftest.er1
16539 cat conftest.err >&5
16540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16541 (exit $ac_status); } &&
16542 { ac_try='test -z "$ac_c_werror_flag"
16543 || test ! -s conftest.err'
16544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16545 (eval $ac_try) 2>&5
16546 ac_status=$?
16547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16548 (exit $ac_status); }; } &&
16549 { ac_try='test -s conftest.$ac_objext'
16550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16551 (eval $ac_try) 2>&5
16552 ac_status=$?
16553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16554 (exit $ac_status); }; }; then
16555 ac_cv_type_void_p=yes
16556 else
16557 echo "$as_me: failed program was:" >&5
16558 sed 's/^/| /' conftest.$ac_ext >&5
16559
16560 ac_cv_type_void_p=no
16561 fi
16562 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16563 fi
16564 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16565 echo "${ECHO_T}$ac_cv_type_void_p" >&6
16566
16567 echo "$as_me:$LINENO: checking size of void *" >&5
16568 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16569 if test "${ac_cv_sizeof_void_p+set}" = set; then
16570 echo $ECHO_N "(cached) $ECHO_C" >&6
16571 else
16572 if test "$ac_cv_type_void_p" = yes; then
16573 # The cast to unsigned long works around a bug in the HP C Compiler
16574 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16575 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16576 # This bug is HP SR number 8606223364.
16577 if test "$cross_compiling" = yes; then
16578 # Depending upon the size, compute the lo and hi bounds.
16579 cat >conftest.$ac_ext <<_ACEOF
16580 /* confdefs.h. */
16581 _ACEOF
16582 cat confdefs.h >>conftest.$ac_ext
16583 cat >>conftest.$ac_ext <<_ACEOF
16584 /* end confdefs.h. */
16585 $ac_includes_default
16586 int
16587 main ()
16588 {
16589 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16590 test_array [0] = 0
16591
16592 ;
16593 return 0;
16594 }
16595 _ACEOF
16596 rm -f conftest.$ac_objext
16597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16598 (eval $ac_compile) 2>conftest.er1
16599 ac_status=$?
16600 grep -v '^ *+' conftest.er1 >conftest.err
16601 rm -f conftest.er1
16602 cat conftest.err >&5
16603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); } &&
16605 { ac_try='test -z "$ac_c_werror_flag"
16606 || test ! -s conftest.err'
16607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16608 (eval $ac_try) 2>&5
16609 ac_status=$?
16610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16611 (exit $ac_status); }; } &&
16612 { ac_try='test -s conftest.$ac_objext'
16613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16614 (eval $ac_try) 2>&5
16615 ac_status=$?
16616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16617 (exit $ac_status); }; }; then
16618 ac_lo=0 ac_mid=0
16619 while :; do
16620 cat >conftest.$ac_ext <<_ACEOF
16621 /* confdefs.h. */
16622 _ACEOF
16623 cat confdefs.h >>conftest.$ac_ext
16624 cat >>conftest.$ac_ext <<_ACEOF
16625 /* end confdefs.h. */
16626 $ac_includes_default
16627 int
16628 main ()
16629 {
16630 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16631 test_array [0] = 0
16632
16633 ;
16634 return 0;
16635 }
16636 _ACEOF
16637 rm -f conftest.$ac_objext
16638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16639 (eval $ac_compile) 2>conftest.er1
16640 ac_status=$?
16641 grep -v '^ *+' conftest.er1 >conftest.err
16642 rm -f conftest.er1
16643 cat conftest.err >&5
16644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16645 (exit $ac_status); } &&
16646 { ac_try='test -z "$ac_c_werror_flag"
16647 || test ! -s conftest.err'
16648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16649 (eval $ac_try) 2>&5
16650 ac_status=$?
16651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652 (exit $ac_status); }; } &&
16653 { ac_try='test -s conftest.$ac_objext'
16654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16655 (eval $ac_try) 2>&5
16656 ac_status=$?
16657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16658 (exit $ac_status); }; }; then
16659 ac_hi=$ac_mid; break
16660 else
16661 echo "$as_me: failed program was:" >&5
16662 sed 's/^/| /' conftest.$ac_ext >&5
16663
16664 ac_lo=`expr $ac_mid + 1`
16665 if test $ac_lo -le $ac_mid; then
16666 ac_lo= ac_hi=
16667 break
16668 fi
16669 ac_mid=`expr 2 '*' $ac_mid + 1`
16670 fi
16671 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16672 done
16673 else
16674 echo "$as_me: failed program was:" >&5
16675 sed 's/^/| /' conftest.$ac_ext >&5
16676
16677 cat >conftest.$ac_ext <<_ACEOF
16678 /* confdefs.h. */
16679 _ACEOF
16680 cat confdefs.h >>conftest.$ac_ext
16681 cat >>conftest.$ac_ext <<_ACEOF
16682 /* end confdefs.h. */
16683 $ac_includes_default
16684 int
16685 main ()
16686 {
16687 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16688 test_array [0] = 0
16689
16690 ;
16691 return 0;
16692 }
16693 _ACEOF
16694 rm -f conftest.$ac_objext
16695 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16696 (eval $ac_compile) 2>conftest.er1
16697 ac_status=$?
16698 grep -v '^ *+' conftest.er1 >conftest.err
16699 rm -f conftest.er1
16700 cat conftest.err >&5
16701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16702 (exit $ac_status); } &&
16703 { ac_try='test -z "$ac_c_werror_flag"
16704 || test ! -s conftest.err'
16705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16706 (eval $ac_try) 2>&5
16707 ac_status=$?
16708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16709 (exit $ac_status); }; } &&
16710 { ac_try='test -s conftest.$ac_objext'
16711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16712 (eval $ac_try) 2>&5
16713 ac_status=$?
16714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16715 (exit $ac_status); }; }; then
16716 ac_hi=-1 ac_mid=-1
16717 while :; do
16718 cat >conftest.$ac_ext <<_ACEOF
16719 /* confdefs.h. */
16720 _ACEOF
16721 cat confdefs.h >>conftest.$ac_ext
16722 cat >>conftest.$ac_ext <<_ACEOF
16723 /* end confdefs.h. */
16724 $ac_includes_default
16725 int
16726 main ()
16727 {
16728 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16729 test_array [0] = 0
16730
16731 ;
16732 return 0;
16733 }
16734 _ACEOF
16735 rm -f conftest.$ac_objext
16736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16737 (eval $ac_compile) 2>conftest.er1
16738 ac_status=$?
16739 grep -v '^ *+' conftest.er1 >conftest.err
16740 rm -f conftest.er1
16741 cat conftest.err >&5
16742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16743 (exit $ac_status); } &&
16744 { ac_try='test -z "$ac_c_werror_flag"
16745 || test ! -s conftest.err'
16746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16747 (eval $ac_try) 2>&5
16748 ac_status=$?
16749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16750 (exit $ac_status); }; } &&
16751 { ac_try='test -s conftest.$ac_objext'
16752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16753 (eval $ac_try) 2>&5
16754 ac_status=$?
16755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16756 (exit $ac_status); }; }; then
16757 ac_lo=$ac_mid; break
16758 else
16759 echo "$as_me: failed program was:" >&5
16760 sed 's/^/| /' conftest.$ac_ext >&5
16761
16762 ac_hi=`expr '(' $ac_mid ')' - 1`
16763 if test $ac_mid -le $ac_hi; then
16764 ac_lo= ac_hi=
16765 break
16766 fi
16767 ac_mid=`expr 2 '*' $ac_mid`
16768 fi
16769 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16770 done
16771 else
16772 echo "$as_me: failed program was:" >&5
16773 sed 's/^/| /' conftest.$ac_ext >&5
16774
16775 ac_lo= ac_hi=
16776 fi
16777 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16778 fi
16779 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16780 # Binary search between lo and hi bounds.
16781 while test "x$ac_lo" != "x$ac_hi"; do
16782 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16783 cat >conftest.$ac_ext <<_ACEOF
16784 /* confdefs.h. */
16785 _ACEOF
16786 cat confdefs.h >>conftest.$ac_ext
16787 cat >>conftest.$ac_ext <<_ACEOF
16788 /* end confdefs.h. */
16789 $ac_includes_default
16790 int
16791 main ()
16792 {
16793 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16794 test_array [0] = 0
16795
16796 ;
16797 return 0;
16798 }
16799 _ACEOF
16800 rm -f conftest.$ac_objext
16801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16802 (eval $ac_compile) 2>conftest.er1
16803 ac_status=$?
16804 grep -v '^ *+' conftest.er1 >conftest.err
16805 rm -f conftest.er1
16806 cat conftest.err >&5
16807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16808 (exit $ac_status); } &&
16809 { ac_try='test -z "$ac_c_werror_flag"
16810 || test ! -s conftest.err'
16811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16812 (eval $ac_try) 2>&5
16813 ac_status=$?
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); }; } &&
16816 { ac_try='test -s conftest.$ac_objext'
16817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16818 (eval $ac_try) 2>&5
16819 ac_status=$?
16820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16821 (exit $ac_status); }; }; then
16822 ac_hi=$ac_mid
16823 else
16824 echo "$as_me: failed program was:" >&5
16825 sed 's/^/| /' conftest.$ac_ext >&5
16826
16827 ac_lo=`expr '(' $ac_mid ')' + 1`
16828 fi
16829 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16830 done
16831 case $ac_lo in
16832 ?*) ac_cv_sizeof_void_p=$ac_lo;;
16833 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16834 See \`config.log' for more details." >&5
16835 echo "$as_me: error: cannot compute sizeof (void *), 77
16836 See \`config.log' for more details." >&2;}
16837 { (exit 1); exit 1; }; } ;;
16838 esac
16839 else
16840 if test "$cross_compiling" = yes; then
16841 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16842 See \`config.log' for more details." >&5
16843 echo "$as_me: error: cannot run test program while cross compiling
16844 See \`config.log' for more details." >&2;}
16845 { (exit 1); exit 1; }; }
16846 else
16847 cat >conftest.$ac_ext <<_ACEOF
16848 /* confdefs.h. */
16849 _ACEOF
16850 cat confdefs.h >>conftest.$ac_ext
16851 cat >>conftest.$ac_ext <<_ACEOF
16852 /* end confdefs.h. */
16853 $ac_includes_default
16854 long longval () { return (long) (sizeof (void *)); }
16855 unsigned long ulongval () { return (long) (sizeof (void *)); }
16856 #include <stdio.h>
16857 #include <stdlib.h>
16858 int
16859 main ()
16860 {
16861
16862 FILE *f = fopen ("conftest.val", "w");
16863 if (! f)
16864 exit (1);
16865 if (((long) (sizeof (void *))) < 0)
16866 {
16867 long i = longval ();
16868 if (i != ((long) (sizeof (void *))))
16869 exit (1);
16870 fprintf (f, "%ld\n", i);
16871 }
16872 else
16873 {
16874 unsigned long i = ulongval ();
16875 if (i != ((long) (sizeof (void *))))
16876 exit (1);
16877 fprintf (f, "%lu\n", i);
16878 }
16879 exit (ferror (f) || fclose (f) != 0);
16880
16881 ;
16882 return 0;
16883 }
16884 _ACEOF
16885 rm -f conftest$ac_exeext
16886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16887 (eval $ac_link) 2>&5
16888 ac_status=$?
16889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16890 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16892 (eval $ac_try) 2>&5
16893 ac_status=$?
16894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16895 (exit $ac_status); }; }; then
16896 ac_cv_sizeof_void_p=`cat conftest.val`
16897 else
16898 echo "$as_me: program exited with status $ac_status" >&5
16899 echo "$as_me: failed program was:" >&5
16900 sed 's/^/| /' conftest.$ac_ext >&5
16901
16902 ( exit $ac_status )
16903 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16904 See \`config.log' for more details." >&5
16905 echo "$as_me: error: cannot compute sizeof (void *), 77
16906 See \`config.log' for more details." >&2;}
16907 { (exit 1); exit 1; }; }
16908 fi
16909 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16910 fi
16911 fi
16912 rm -f conftest.val
16913 else
16914 ac_cv_sizeof_void_p=0
16915 fi
16916 fi
16917 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16918 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16919 cat >>confdefs.h <<_ACEOF
16920 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16921 _ACEOF
16922
16923
16924 echo "$as_me:$LINENO: checking for int" >&5
16925 echo $ECHO_N "checking for int... $ECHO_C" >&6
16926 if test "${ac_cv_type_int+set}" = set; then
16927 echo $ECHO_N "(cached) $ECHO_C" >&6
16928 else
16929 cat >conftest.$ac_ext <<_ACEOF
16930 /* confdefs.h. */
16931 _ACEOF
16932 cat confdefs.h >>conftest.$ac_ext
16933 cat >>conftest.$ac_ext <<_ACEOF
16934 /* end confdefs.h. */
16935 $ac_includes_default
16936 int
16937 main ()
16938 {
16939 if ((int *) 0)
16940 return 0;
16941 if (sizeof (int))
16942 return 0;
16943 ;
16944 return 0;
16945 }
16946 _ACEOF
16947 rm -f conftest.$ac_objext
16948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16949 (eval $ac_compile) 2>conftest.er1
16950 ac_status=$?
16951 grep -v '^ *+' conftest.er1 >conftest.err
16952 rm -f conftest.er1
16953 cat conftest.err >&5
16954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16955 (exit $ac_status); } &&
16956 { ac_try='test -z "$ac_c_werror_flag"
16957 || test ! -s conftest.err'
16958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16959 (eval $ac_try) 2>&5
16960 ac_status=$?
16961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16962 (exit $ac_status); }; } &&
16963 { ac_try='test -s conftest.$ac_objext'
16964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16965 (eval $ac_try) 2>&5
16966 ac_status=$?
16967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16968 (exit $ac_status); }; }; then
16969 ac_cv_type_int=yes
16970 else
16971 echo "$as_me: failed program was:" >&5
16972 sed 's/^/| /' conftest.$ac_ext >&5
16973
16974 ac_cv_type_int=no
16975 fi
16976 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16977 fi
16978 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
16979 echo "${ECHO_T}$ac_cv_type_int" >&6
16980
16981 echo "$as_me:$LINENO: checking size of int" >&5
16982 echo $ECHO_N "checking size of int... $ECHO_C" >&6
16983 if test "${ac_cv_sizeof_int+set}" = set; then
16984 echo $ECHO_N "(cached) $ECHO_C" >&6
16985 else
16986 if test "$ac_cv_type_int" = yes; then
16987 # The cast to unsigned long works around a bug in the HP C Compiler
16988 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16989 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16990 # This bug is HP SR number 8606223364.
16991 if test "$cross_compiling" = yes; then
16992 # Depending upon the size, compute the lo and hi bounds.
16993 cat >conftest.$ac_ext <<_ACEOF
16994 /* confdefs.h. */
16995 _ACEOF
16996 cat confdefs.h >>conftest.$ac_ext
16997 cat >>conftest.$ac_ext <<_ACEOF
16998 /* end confdefs.h. */
16999 $ac_includes_default
17000 int
17001 main ()
17002 {
17003 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
17004 test_array [0] = 0
17005
17006 ;
17007 return 0;
17008 }
17009 _ACEOF
17010 rm -f conftest.$ac_objext
17011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17012 (eval $ac_compile) 2>conftest.er1
17013 ac_status=$?
17014 grep -v '^ *+' conftest.er1 >conftest.err
17015 rm -f conftest.er1
17016 cat conftest.err >&5
17017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17018 (exit $ac_status); } &&
17019 { ac_try='test -z "$ac_c_werror_flag"
17020 || test ! -s conftest.err'
17021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17022 (eval $ac_try) 2>&5
17023 ac_status=$?
17024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17025 (exit $ac_status); }; } &&
17026 { ac_try='test -s conftest.$ac_objext'
17027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17028 (eval $ac_try) 2>&5
17029 ac_status=$?
17030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17031 (exit $ac_status); }; }; then
17032 ac_lo=0 ac_mid=0
17033 while :; do
17034 cat >conftest.$ac_ext <<_ACEOF
17035 /* confdefs.h. */
17036 _ACEOF
17037 cat confdefs.h >>conftest.$ac_ext
17038 cat >>conftest.$ac_ext <<_ACEOF
17039 /* end confdefs.h. */
17040 $ac_includes_default
17041 int
17042 main ()
17043 {
17044 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17045 test_array [0] = 0
17046
17047 ;
17048 return 0;
17049 }
17050 _ACEOF
17051 rm -f conftest.$ac_objext
17052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17053 (eval $ac_compile) 2>conftest.er1
17054 ac_status=$?
17055 grep -v '^ *+' conftest.er1 >conftest.err
17056 rm -f conftest.er1
17057 cat conftest.err >&5
17058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17059 (exit $ac_status); } &&
17060 { ac_try='test -z "$ac_c_werror_flag"
17061 || test ! -s conftest.err'
17062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17063 (eval $ac_try) 2>&5
17064 ac_status=$?
17065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17066 (exit $ac_status); }; } &&
17067 { ac_try='test -s conftest.$ac_objext'
17068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17069 (eval $ac_try) 2>&5
17070 ac_status=$?
17071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17072 (exit $ac_status); }; }; then
17073 ac_hi=$ac_mid; break
17074 else
17075 echo "$as_me: failed program was:" >&5
17076 sed 's/^/| /' conftest.$ac_ext >&5
17077
17078 ac_lo=`expr $ac_mid + 1`
17079 if test $ac_lo -le $ac_mid; then
17080 ac_lo= ac_hi=
17081 break
17082 fi
17083 ac_mid=`expr 2 '*' $ac_mid + 1`
17084 fi
17085 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17086 done
17087 else
17088 echo "$as_me: failed program was:" >&5
17089 sed 's/^/| /' conftest.$ac_ext >&5
17090
17091 cat >conftest.$ac_ext <<_ACEOF
17092 /* confdefs.h. */
17093 _ACEOF
17094 cat confdefs.h >>conftest.$ac_ext
17095 cat >>conftest.$ac_ext <<_ACEOF
17096 /* end confdefs.h. */
17097 $ac_includes_default
17098 int
17099 main ()
17100 {
17101 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
17102 test_array [0] = 0
17103
17104 ;
17105 return 0;
17106 }
17107 _ACEOF
17108 rm -f conftest.$ac_objext
17109 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17110 (eval $ac_compile) 2>conftest.er1
17111 ac_status=$?
17112 grep -v '^ *+' conftest.er1 >conftest.err
17113 rm -f conftest.er1
17114 cat conftest.err >&5
17115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17116 (exit $ac_status); } &&
17117 { ac_try='test -z "$ac_c_werror_flag"
17118 || test ! -s conftest.err'
17119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17120 (eval $ac_try) 2>&5
17121 ac_status=$?
17122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17123 (exit $ac_status); }; } &&
17124 { ac_try='test -s conftest.$ac_objext'
17125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17126 (eval $ac_try) 2>&5
17127 ac_status=$?
17128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17129 (exit $ac_status); }; }; then
17130 ac_hi=-1 ac_mid=-1
17131 while :; do
17132 cat >conftest.$ac_ext <<_ACEOF
17133 /* confdefs.h. */
17134 _ACEOF
17135 cat confdefs.h >>conftest.$ac_ext
17136 cat >>conftest.$ac_ext <<_ACEOF
17137 /* end confdefs.h. */
17138 $ac_includes_default
17139 int
17140 main ()
17141 {
17142 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
17143 test_array [0] = 0
17144
17145 ;
17146 return 0;
17147 }
17148 _ACEOF
17149 rm -f conftest.$ac_objext
17150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17151 (eval $ac_compile) 2>conftest.er1
17152 ac_status=$?
17153 grep -v '^ *+' conftest.er1 >conftest.err
17154 rm -f conftest.er1
17155 cat conftest.err >&5
17156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17157 (exit $ac_status); } &&
17158 { ac_try='test -z "$ac_c_werror_flag"
17159 || test ! -s conftest.err'
17160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17161 (eval $ac_try) 2>&5
17162 ac_status=$?
17163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17164 (exit $ac_status); }; } &&
17165 { ac_try='test -s conftest.$ac_objext'
17166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17167 (eval $ac_try) 2>&5
17168 ac_status=$?
17169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17170 (exit $ac_status); }; }; then
17171 ac_lo=$ac_mid; break
17172 else
17173 echo "$as_me: failed program was:" >&5
17174 sed 's/^/| /' conftest.$ac_ext >&5
17175
17176 ac_hi=`expr '(' $ac_mid ')' - 1`
17177 if test $ac_mid -le $ac_hi; then
17178 ac_lo= ac_hi=
17179 break
17180 fi
17181 ac_mid=`expr 2 '*' $ac_mid`
17182 fi
17183 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17184 done
17185 else
17186 echo "$as_me: failed program was:" >&5
17187 sed 's/^/| /' conftest.$ac_ext >&5
17188
17189 ac_lo= ac_hi=
17190 fi
17191 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17192 fi
17193 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17194 # Binary search between lo and hi bounds.
17195 while test "x$ac_lo" != "x$ac_hi"; do
17196 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17197 cat >conftest.$ac_ext <<_ACEOF
17198 /* confdefs.h. */
17199 _ACEOF
17200 cat confdefs.h >>conftest.$ac_ext
17201 cat >>conftest.$ac_ext <<_ACEOF
17202 /* end confdefs.h. */
17203 $ac_includes_default
17204 int
17205 main ()
17206 {
17207 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17208 test_array [0] = 0
17209
17210 ;
17211 return 0;
17212 }
17213 _ACEOF
17214 rm -f conftest.$ac_objext
17215 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17216 (eval $ac_compile) 2>conftest.er1
17217 ac_status=$?
17218 grep -v '^ *+' conftest.er1 >conftest.err
17219 rm -f conftest.er1
17220 cat conftest.err >&5
17221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17222 (exit $ac_status); } &&
17223 { ac_try='test -z "$ac_c_werror_flag"
17224 || test ! -s conftest.err'
17225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17226 (eval $ac_try) 2>&5
17227 ac_status=$?
17228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17229 (exit $ac_status); }; } &&
17230 { ac_try='test -s conftest.$ac_objext'
17231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17232 (eval $ac_try) 2>&5
17233 ac_status=$?
17234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17235 (exit $ac_status); }; }; then
17236 ac_hi=$ac_mid
17237 else
17238 echo "$as_me: failed program was:" >&5
17239 sed 's/^/| /' conftest.$ac_ext >&5
17240
17241 ac_lo=`expr '(' $ac_mid ')' + 1`
17242 fi
17243 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17244 done
17245 case $ac_lo in
17246 ?*) ac_cv_sizeof_int=$ac_lo;;
17247 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17248 See \`config.log' for more details." >&5
17249 echo "$as_me: error: cannot compute sizeof (int), 77
17250 See \`config.log' for more details." >&2;}
17251 { (exit 1); exit 1; }; } ;;
17252 esac
17253 else
17254 if test "$cross_compiling" = yes; then
17255 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17256 See \`config.log' for more details." >&5
17257 echo "$as_me: error: cannot run test program while cross compiling
17258 See \`config.log' for more details." >&2;}
17259 { (exit 1); exit 1; }; }
17260 else
17261 cat >conftest.$ac_ext <<_ACEOF
17262 /* confdefs.h. */
17263 _ACEOF
17264 cat confdefs.h >>conftest.$ac_ext
17265 cat >>conftest.$ac_ext <<_ACEOF
17266 /* end confdefs.h. */
17267 $ac_includes_default
17268 long longval () { return (long) (sizeof (int)); }
17269 unsigned long ulongval () { return (long) (sizeof (int)); }
17270 #include <stdio.h>
17271 #include <stdlib.h>
17272 int
17273 main ()
17274 {
17275
17276 FILE *f = fopen ("conftest.val", "w");
17277 if (! f)
17278 exit (1);
17279 if (((long) (sizeof (int))) < 0)
17280 {
17281 long i = longval ();
17282 if (i != ((long) (sizeof (int))))
17283 exit (1);
17284 fprintf (f, "%ld\n", i);
17285 }
17286 else
17287 {
17288 unsigned long i = ulongval ();
17289 if (i != ((long) (sizeof (int))))
17290 exit (1);
17291 fprintf (f, "%lu\n", i);
17292 }
17293 exit (ferror (f) || fclose (f) != 0);
17294
17295 ;
17296 return 0;
17297 }
17298 _ACEOF
17299 rm -f conftest$ac_exeext
17300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17301 (eval $ac_link) 2>&5
17302 ac_status=$?
17303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17304 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17306 (eval $ac_try) 2>&5
17307 ac_status=$?
17308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17309 (exit $ac_status); }; }; then
17310 ac_cv_sizeof_int=`cat conftest.val`
17311 else
17312 echo "$as_me: program exited with status $ac_status" >&5
17313 echo "$as_me: failed program was:" >&5
17314 sed 's/^/| /' conftest.$ac_ext >&5
17315
17316 ( exit $ac_status )
17317 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17318 See \`config.log' for more details." >&5
17319 echo "$as_me: error: cannot compute sizeof (int), 77
17320 See \`config.log' for more details." >&2;}
17321 { (exit 1); exit 1; }; }
17322 fi
17323 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17324 fi
17325 fi
17326 rm -f conftest.val
17327 else
17328 ac_cv_sizeof_int=0
17329 fi
17330 fi
17331 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17332 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17333 cat >>confdefs.h <<_ACEOF
17334 #define SIZEOF_INT $ac_cv_sizeof_int
17335 _ACEOF
17336
17337
17338 echo "$as_me:$LINENO: checking for long" >&5
17339 echo $ECHO_N "checking for long... $ECHO_C" >&6
17340 if test "${ac_cv_type_long+set}" = set; then
17341 echo $ECHO_N "(cached) $ECHO_C" >&6
17342 else
17343 cat >conftest.$ac_ext <<_ACEOF
17344 /* confdefs.h. */
17345 _ACEOF
17346 cat confdefs.h >>conftest.$ac_ext
17347 cat >>conftest.$ac_ext <<_ACEOF
17348 /* end confdefs.h. */
17349 $ac_includes_default
17350 int
17351 main ()
17352 {
17353 if ((long *) 0)
17354 return 0;
17355 if (sizeof (long))
17356 return 0;
17357 ;
17358 return 0;
17359 }
17360 _ACEOF
17361 rm -f conftest.$ac_objext
17362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17363 (eval $ac_compile) 2>conftest.er1
17364 ac_status=$?
17365 grep -v '^ *+' conftest.er1 >conftest.err
17366 rm -f conftest.er1
17367 cat conftest.err >&5
17368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17369 (exit $ac_status); } &&
17370 { ac_try='test -z "$ac_c_werror_flag"
17371 || test ! -s conftest.err'
17372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17373 (eval $ac_try) 2>&5
17374 ac_status=$?
17375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17376 (exit $ac_status); }; } &&
17377 { ac_try='test -s conftest.$ac_objext'
17378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17379 (eval $ac_try) 2>&5
17380 ac_status=$?
17381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17382 (exit $ac_status); }; }; then
17383 ac_cv_type_long=yes
17384 else
17385 echo "$as_me: failed program was:" >&5
17386 sed 's/^/| /' conftest.$ac_ext >&5
17387
17388 ac_cv_type_long=no
17389 fi
17390 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17391 fi
17392 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17393 echo "${ECHO_T}$ac_cv_type_long" >&6
17394
17395 echo "$as_me:$LINENO: checking size of long" >&5
17396 echo $ECHO_N "checking size of long... $ECHO_C" >&6
17397 if test "${ac_cv_sizeof_long+set}" = set; then
17398 echo $ECHO_N "(cached) $ECHO_C" >&6
17399 else
17400 if test "$ac_cv_type_long" = yes; then
17401 # The cast to unsigned long works around a bug in the HP C Compiler
17402 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17403 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17404 # This bug is HP SR number 8606223364.
17405 if test "$cross_compiling" = yes; then
17406 # Depending upon the size, compute the lo and hi bounds.
17407 cat >conftest.$ac_ext <<_ACEOF
17408 /* confdefs.h. */
17409 _ACEOF
17410 cat confdefs.h >>conftest.$ac_ext
17411 cat >>conftest.$ac_ext <<_ACEOF
17412 /* end confdefs.h. */
17413 $ac_includes_default
17414 int
17415 main ()
17416 {
17417 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17418 test_array [0] = 0
17419
17420 ;
17421 return 0;
17422 }
17423 _ACEOF
17424 rm -f conftest.$ac_objext
17425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17426 (eval $ac_compile) 2>conftest.er1
17427 ac_status=$?
17428 grep -v '^ *+' conftest.er1 >conftest.err
17429 rm -f conftest.er1
17430 cat conftest.err >&5
17431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17432 (exit $ac_status); } &&
17433 { ac_try='test -z "$ac_c_werror_flag"
17434 || test ! -s conftest.err'
17435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17436 (eval $ac_try) 2>&5
17437 ac_status=$?
17438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17439 (exit $ac_status); }; } &&
17440 { ac_try='test -s conftest.$ac_objext'
17441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17442 (eval $ac_try) 2>&5
17443 ac_status=$?
17444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17445 (exit $ac_status); }; }; then
17446 ac_lo=0 ac_mid=0
17447 while :; do
17448 cat >conftest.$ac_ext <<_ACEOF
17449 /* confdefs.h. */
17450 _ACEOF
17451 cat confdefs.h >>conftest.$ac_ext
17452 cat >>conftest.$ac_ext <<_ACEOF
17453 /* end confdefs.h. */
17454 $ac_includes_default
17455 int
17456 main ()
17457 {
17458 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17459 test_array [0] = 0
17460
17461 ;
17462 return 0;
17463 }
17464 _ACEOF
17465 rm -f conftest.$ac_objext
17466 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17467 (eval $ac_compile) 2>conftest.er1
17468 ac_status=$?
17469 grep -v '^ *+' conftest.er1 >conftest.err
17470 rm -f conftest.er1
17471 cat conftest.err >&5
17472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); } &&
17474 { ac_try='test -z "$ac_c_werror_flag"
17475 || test ! -s conftest.err'
17476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17477 (eval $ac_try) 2>&5
17478 ac_status=$?
17479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); }; } &&
17481 { ac_try='test -s conftest.$ac_objext'
17482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17483 (eval $ac_try) 2>&5
17484 ac_status=$?
17485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); }; }; then
17487 ac_hi=$ac_mid; break
17488 else
17489 echo "$as_me: failed program was:" >&5
17490 sed 's/^/| /' conftest.$ac_ext >&5
17491
17492 ac_lo=`expr $ac_mid + 1`
17493 if test $ac_lo -le $ac_mid; then
17494 ac_lo= ac_hi=
17495 break
17496 fi
17497 ac_mid=`expr 2 '*' $ac_mid + 1`
17498 fi
17499 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17500 done
17501 else
17502 echo "$as_me: failed program was:" >&5
17503 sed 's/^/| /' conftest.$ac_ext >&5
17504
17505 cat >conftest.$ac_ext <<_ACEOF
17506 /* confdefs.h. */
17507 _ACEOF
17508 cat confdefs.h >>conftest.$ac_ext
17509 cat >>conftest.$ac_ext <<_ACEOF
17510 /* end confdefs.h. */
17511 $ac_includes_default
17512 int
17513 main ()
17514 {
17515 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17516 test_array [0] = 0
17517
17518 ;
17519 return 0;
17520 }
17521 _ACEOF
17522 rm -f conftest.$ac_objext
17523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17524 (eval $ac_compile) 2>conftest.er1
17525 ac_status=$?
17526 grep -v '^ *+' conftest.er1 >conftest.err
17527 rm -f conftest.er1
17528 cat conftest.err >&5
17529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17530 (exit $ac_status); } &&
17531 { ac_try='test -z "$ac_c_werror_flag"
17532 || test ! -s conftest.err'
17533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17534 (eval $ac_try) 2>&5
17535 ac_status=$?
17536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17537 (exit $ac_status); }; } &&
17538 { ac_try='test -s conftest.$ac_objext'
17539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17540 (eval $ac_try) 2>&5
17541 ac_status=$?
17542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17543 (exit $ac_status); }; }; then
17544 ac_hi=-1 ac_mid=-1
17545 while :; do
17546 cat >conftest.$ac_ext <<_ACEOF
17547 /* confdefs.h. */
17548 _ACEOF
17549 cat confdefs.h >>conftest.$ac_ext
17550 cat >>conftest.$ac_ext <<_ACEOF
17551 /* end confdefs.h. */
17552 $ac_includes_default
17553 int
17554 main ()
17555 {
17556 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17557 test_array [0] = 0
17558
17559 ;
17560 return 0;
17561 }
17562 _ACEOF
17563 rm -f conftest.$ac_objext
17564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17565 (eval $ac_compile) 2>conftest.er1
17566 ac_status=$?
17567 grep -v '^ *+' conftest.er1 >conftest.err
17568 rm -f conftest.er1
17569 cat conftest.err >&5
17570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17571 (exit $ac_status); } &&
17572 { ac_try='test -z "$ac_c_werror_flag"
17573 || test ! -s conftest.err'
17574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17575 (eval $ac_try) 2>&5
17576 ac_status=$?
17577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17578 (exit $ac_status); }; } &&
17579 { ac_try='test -s conftest.$ac_objext'
17580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17581 (eval $ac_try) 2>&5
17582 ac_status=$?
17583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17584 (exit $ac_status); }; }; then
17585 ac_lo=$ac_mid; break
17586 else
17587 echo "$as_me: failed program was:" >&5
17588 sed 's/^/| /' conftest.$ac_ext >&5
17589
17590 ac_hi=`expr '(' $ac_mid ')' - 1`
17591 if test $ac_mid -le $ac_hi; then
17592 ac_lo= ac_hi=
17593 break
17594 fi
17595 ac_mid=`expr 2 '*' $ac_mid`
17596 fi
17597 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17598 done
17599 else
17600 echo "$as_me: failed program was:" >&5
17601 sed 's/^/| /' conftest.$ac_ext >&5
17602
17603 ac_lo= ac_hi=
17604 fi
17605 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17606 fi
17607 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17608 # Binary search between lo and hi bounds.
17609 while test "x$ac_lo" != "x$ac_hi"; do
17610 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17611 cat >conftest.$ac_ext <<_ACEOF
17612 /* confdefs.h. */
17613 _ACEOF
17614 cat confdefs.h >>conftest.$ac_ext
17615 cat >>conftest.$ac_ext <<_ACEOF
17616 /* end confdefs.h. */
17617 $ac_includes_default
17618 int
17619 main ()
17620 {
17621 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17622 test_array [0] = 0
17623
17624 ;
17625 return 0;
17626 }
17627 _ACEOF
17628 rm -f conftest.$ac_objext
17629 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17630 (eval $ac_compile) 2>conftest.er1
17631 ac_status=$?
17632 grep -v '^ *+' conftest.er1 >conftest.err
17633 rm -f conftest.er1
17634 cat conftest.err >&5
17635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17636 (exit $ac_status); } &&
17637 { ac_try='test -z "$ac_c_werror_flag"
17638 || test ! -s conftest.err'
17639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17640 (eval $ac_try) 2>&5
17641 ac_status=$?
17642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17643 (exit $ac_status); }; } &&
17644 { ac_try='test -s conftest.$ac_objext'
17645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17646 (eval $ac_try) 2>&5
17647 ac_status=$?
17648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17649 (exit $ac_status); }; }; then
17650 ac_hi=$ac_mid
17651 else
17652 echo "$as_me: failed program was:" >&5
17653 sed 's/^/| /' conftest.$ac_ext >&5
17654
17655 ac_lo=`expr '(' $ac_mid ')' + 1`
17656 fi
17657 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17658 done
17659 case $ac_lo in
17660 ?*) ac_cv_sizeof_long=$ac_lo;;
17661 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17662 See \`config.log' for more details." >&5
17663 echo "$as_me: error: cannot compute sizeof (long), 77
17664 See \`config.log' for more details." >&2;}
17665 { (exit 1); exit 1; }; } ;;
17666 esac
17667 else
17668 if test "$cross_compiling" = yes; then
17669 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17670 See \`config.log' for more details." >&5
17671 echo "$as_me: error: cannot run test program while cross compiling
17672 See \`config.log' for more details." >&2;}
17673 { (exit 1); exit 1; }; }
17674 else
17675 cat >conftest.$ac_ext <<_ACEOF
17676 /* confdefs.h. */
17677 _ACEOF
17678 cat confdefs.h >>conftest.$ac_ext
17679 cat >>conftest.$ac_ext <<_ACEOF
17680 /* end confdefs.h. */
17681 $ac_includes_default
17682 long longval () { return (long) (sizeof (long)); }
17683 unsigned long ulongval () { return (long) (sizeof (long)); }
17684 #include <stdio.h>
17685 #include <stdlib.h>
17686 int
17687 main ()
17688 {
17689
17690 FILE *f = fopen ("conftest.val", "w");
17691 if (! f)
17692 exit (1);
17693 if (((long) (sizeof (long))) < 0)
17694 {
17695 long i = longval ();
17696 if (i != ((long) (sizeof (long))))
17697 exit (1);
17698 fprintf (f, "%ld\n", i);
17699 }
17700 else
17701 {
17702 unsigned long i = ulongval ();
17703 if (i != ((long) (sizeof (long))))
17704 exit (1);
17705 fprintf (f, "%lu\n", i);
17706 }
17707 exit (ferror (f) || fclose (f) != 0);
17708
17709 ;
17710 return 0;
17711 }
17712 _ACEOF
17713 rm -f conftest$ac_exeext
17714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17715 (eval $ac_link) 2>&5
17716 ac_status=$?
17717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17720 (eval $ac_try) 2>&5
17721 ac_status=$?
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); }; }; then
17724 ac_cv_sizeof_long=`cat conftest.val`
17725 else
17726 echo "$as_me: program exited with status $ac_status" >&5
17727 echo "$as_me: failed program was:" >&5
17728 sed 's/^/| /' conftest.$ac_ext >&5
17729
17730 ( exit $ac_status )
17731 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17732 See \`config.log' for more details." >&5
17733 echo "$as_me: error: cannot compute sizeof (long), 77
17734 See \`config.log' for more details." >&2;}
17735 { (exit 1); exit 1; }; }
17736 fi
17737 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17738 fi
17739 fi
17740 rm -f conftest.val
17741 else
17742 ac_cv_sizeof_long=0
17743 fi
17744 fi
17745 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17746 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17747 cat >>confdefs.h <<_ACEOF
17748 #define SIZEOF_LONG $ac_cv_sizeof_long
17749 _ACEOF
17750
17751
17752 echo "$as_me:$LINENO: checking for size_t" >&5
17753 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17754 if test "${ac_cv_type_size_t+set}" = set; then
17755 echo $ECHO_N "(cached) $ECHO_C" >&6
17756 else
17757 cat >conftest.$ac_ext <<_ACEOF
17758 /* confdefs.h. */
17759 _ACEOF
17760 cat confdefs.h >>conftest.$ac_ext
17761 cat >>conftest.$ac_ext <<_ACEOF
17762 /* end confdefs.h. */
17763 $ac_includes_default
17764 int
17765 main ()
17766 {
17767 if ((size_t *) 0)
17768 return 0;
17769 if (sizeof (size_t))
17770 return 0;
17771 ;
17772 return 0;
17773 }
17774 _ACEOF
17775 rm -f conftest.$ac_objext
17776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17777 (eval $ac_compile) 2>conftest.er1
17778 ac_status=$?
17779 grep -v '^ *+' conftest.er1 >conftest.err
17780 rm -f conftest.er1
17781 cat conftest.err >&5
17782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17783 (exit $ac_status); } &&
17784 { ac_try='test -z "$ac_c_werror_flag"
17785 || test ! -s conftest.err'
17786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17787 (eval $ac_try) 2>&5
17788 ac_status=$?
17789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17790 (exit $ac_status); }; } &&
17791 { ac_try='test -s conftest.$ac_objext'
17792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17793 (eval $ac_try) 2>&5
17794 ac_status=$?
17795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17796 (exit $ac_status); }; }; then
17797 ac_cv_type_size_t=yes
17798 else
17799 echo "$as_me: failed program was:" >&5
17800 sed 's/^/| /' conftest.$ac_ext >&5
17801
17802 ac_cv_type_size_t=no
17803 fi
17804 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17805 fi
17806 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17807 echo "${ECHO_T}$ac_cv_type_size_t" >&6
17808
17809 echo "$as_me:$LINENO: checking size of size_t" >&5
17810 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17811 if test "${ac_cv_sizeof_size_t+set}" = set; then
17812 echo $ECHO_N "(cached) $ECHO_C" >&6
17813 else
17814 if test "$ac_cv_type_size_t" = yes; then
17815 # The cast to unsigned long works around a bug in the HP C Compiler
17816 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17817 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17818 # This bug is HP SR number 8606223364.
17819 if test "$cross_compiling" = yes; then
17820 # Depending upon the size, compute the lo and hi bounds.
17821 cat >conftest.$ac_ext <<_ACEOF
17822 /* confdefs.h. */
17823 _ACEOF
17824 cat confdefs.h >>conftest.$ac_ext
17825 cat >>conftest.$ac_ext <<_ACEOF
17826 /* end confdefs.h. */
17827 $ac_includes_default
17828 int
17829 main ()
17830 {
17831 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17832 test_array [0] = 0
17833
17834 ;
17835 return 0;
17836 }
17837 _ACEOF
17838 rm -f conftest.$ac_objext
17839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17840 (eval $ac_compile) 2>conftest.er1
17841 ac_status=$?
17842 grep -v '^ *+' conftest.er1 >conftest.err
17843 rm -f conftest.er1
17844 cat conftest.err >&5
17845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17846 (exit $ac_status); } &&
17847 { ac_try='test -z "$ac_c_werror_flag"
17848 || test ! -s conftest.err'
17849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17850 (eval $ac_try) 2>&5
17851 ac_status=$?
17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17853 (exit $ac_status); }; } &&
17854 { ac_try='test -s conftest.$ac_objext'
17855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17856 (eval $ac_try) 2>&5
17857 ac_status=$?
17858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17859 (exit $ac_status); }; }; then
17860 ac_lo=0 ac_mid=0
17861 while :; do
17862 cat >conftest.$ac_ext <<_ACEOF
17863 /* confdefs.h. */
17864 _ACEOF
17865 cat confdefs.h >>conftest.$ac_ext
17866 cat >>conftest.$ac_ext <<_ACEOF
17867 /* end confdefs.h. */
17868 $ac_includes_default
17869 int
17870 main ()
17871 {
17872 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17873 test_array [0] = 0
17874
17875 ;
17876 return 0;
17877 }
17878 _ACEOF
17879 rm -f conftest.$ac_objext
17880 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17881 (eval $ac_compile) 2>conftest.er1
17882 ac_status=$?
17883 grep -v '^ *+' conftest.er1 >conftest.err
17884 rm -f conftest.er1
17885 cat conftest.err >&5
17886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17887 (exit $ac_status); } &&
17888 { ac_try='test -z "$ac_c_werror_flag"
17889 || test ! -s conftest.err'
17890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17891 (eval $ac_try) 2>&5
17892 ac_status=$?
17893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17894 (exit $ac_status); }; } &&
17895 { ac_try='test -s conftest.$ac_objext'
17896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17897 (eval $ac_try) 2>&5
17898 ac_status=$?
17899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17900 (exit $ac_status); }; }; then
17901 ac_hi=$ac_mid; break
17902 else
17903 echo "$as_me: failed program was:" >&5
17904 sed 's/^/| /' conftest.$ac_ext >&5
17905
17906 ac_lo=`expr $ac_mid + 1`
17907 if test $ac_lo -le $ac_mid; then
17908 ac_lo= ac_hi=
17909 break
17910 fi
17911 ac_mid=`expr 2 '*' $ac_mid + 1`
17912 fi
17913 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17914 done
17915 else
17916 echo "$as_me: failed program was:" >&5
17917 sed 's/^/| /' conftest.$ac_ext >&5
17918
17919 cat >conftest.$ac_ext <<_ACEOF
17920 /* confdefs.h. */
17921 _ACEOF
17922 cat confdefs.h >>conftest.$ac_ext
17923 cat >>conftest.$ac_ext <<_ACEOF
17924 /* end confdefs.h. */
17925 $ac_includes_default
17926 int
17927 main ()
17928 {
17929 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
17930 test_array [0] = 0
17931
17932 ;
17933 return 0;
17934 }
17935 _ACEOF
17936 rm -f conftest.$ac_objext
17937 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17938 (eval $ac_compile) 2>conftest.er1
17939 ac_status=$?
17940 grep -v '^ *+' conftest.er1 >conftest.err
17941 rm -f conftest.er1
17942 cat conftest.err >&5
17943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17944 (exit $ac_status); } &&
17945 { ac_try='test -z "$ac_c_werror_flag"
17946 || test ! -s conftest.err'
17947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17948 (eval $ac_try) 2>&5
17949 ac_status=$?
17950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17951 (exit $ac_status); }; } &&
17952 { ac_try='test -s conftest.$ac_objext'
17953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17954 (eval $ac_try) 2>&5
17955 ac_status=$?
17956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17957 (exit $ac_status); }; }; then
17958 ac_hi=-1 ac_mid=-1
17959 while :; do
17960 cat >conftest.$ac_ext <<_ACEOF
17961 /* confdefs.h. */
17962 _ACEOF
17963 cat confdefs.h >>conftest.$ac_ext
17964 cat >>conftest.$ac_ext <<_ACEOF
17965 /* end confdefs.h. */
17966 $ac_includes_default
17967 int
17968 main ()
17969 {
17970 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
17971 test_array [0] = 0
17972
17973 ;
17974 return 0;
17975 }
17976 _ACEOF
17977 rm -f conftest.$ac_objext
17978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17979 (eval $ac_compile) 2>conftest.er1
17980 ac_status=$?
17981 grep -v '^ *+' conftest.er1 >conftest.err
17982 rm -f conftest.er1
17983 cat conftest.err >&5
17984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17985 (exit $ac_status); } &&
17986 { ac_try='test -z "$ac_c_werror_flag"
17987 || test ! -s conftest.err'
17988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17989 (eval $ac_try) 2>&5
17990 ac_status=$?
17991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17992 (exit $ac_status); }; } &&
17993 { ac_try='test -s conftest.$ac_objext'
17994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17995 (eval $ac_try) 2>&5
17996 ac_status=$?
17997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17998 (exit $ac_status); }; }; then
17999 ac_lo=$ac_mid; break
18000 else
18001 echo "$as_me: failed program was:" >&5
18002 sed 's/^/| /' conftest.$ac_ext >&5
18003
18004 ac_hi=`expr '(' $ac_mid ')' - 1`
18005 if test $ac_mid -le $ac_hi; then
18006 ac_lo= ac_hi=
18007 break
18008 fi
18009 ac_mid=`expr 2 '*' $ac_mid`
18010 fi
18011 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18012 done
18013 else
18014 echo "$as_me: failed program was:" >&5
18015 sed 's/^/| /' conftest.$ac_ext >&5
18016
18017 ac_lo= ac_hi=
18018 fi
18019 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18020 fi
18021 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18022 # Binary search between lo and hi bounds.
18023 while test "x$ac_lo" != "x$ac_hi"; do
18024 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18025 cat >conftest.$ac_ext <<_ACEOF
18026 /* confdefs.h. */
18027 _ACEOF
18028 cat confdefs.h >>conftest.$ac_ext
18029 cat >>conftest.$ac_ext <<_ACEOF
18030 /* end confdefs.h. */
18031 $ac_includes_default
18032 int
18033 main ()
18034 {
18035 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18036 test_array [0] = 0
18037
18038 ;
18039 return 0;
18040 }
18041 _ACEOF
18042 rm -f conftest.$ac_objext
18043 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18044 (eval $ac_compile) 2>conftest.er1
18045 ac_status=$?
18046 grep -v '^ *+' conftest.er1 >conftest.err
18047 rm -f conftest.er1
18048 cat conftest.err >&5
18049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18050 (exit $ac_status); } &&
18051 { ac_try='test -z "$ac_c_werror_flag"
18052 || test ! -s conftest.err'
18053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18054 (eval $ac_try) 2>&5
18055 ac_status=$?
18056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18057 (exit $ac_status); }; } &&
18058 { ac_try='test -s conftest.$ac_objext'
18059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18060 (eval $ac_try) 2>&5
18061 ac_status=$?
18062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18063 (exit $ac_status); }; }; then
18064 ac_hi=$ac_mid
18065 else
18066 echo "$as_me: failed program was:" >&5
18067 sed 's/^/| /' conftest.$ac_ext >&5
18068
18069 ac_lo=`expr '(' $ac_mid ')' + 1`
18070 fi
18071 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18072 done
18073 case $ac_lo in
18074 ?*) ac_cv_sizeof_size_t=$ac_lo;;
18075 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18076 See \`config.log' for more details." >&5
18077 echo "$as_me: error: cannot compute sizeof (size_t), 77
18078 See \`config.log' for more details." >&2;}
18079 { (exit 1); exit 1; }; } ;;
18080 esac
18081 else
18082 if test "$cross_compiling" = yes; then
18083 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18084 See \`config.log' for more details." >&5
18085 echo "$as_me: error: cannot run test program while cross compiling
18086 See \`config.log' for more details." >&2;}
18087 { (exit 1); exit 1; }; }
18088 else
18089 cat >conftest.$ac_ext <<_ACEOF
18090 /* confdefs.h. */
18091 _ACEOF
18092 cat confdefs.h >>conftest.$ac_ext
18093 cat >>conftest.$ac_ext <<_ACEOF
18094 /* end confdefs.h. */
18095 $ac_includes_default
18096 long longval () { return (long) (sizeof (size_t)); }
18097 unsigned long ulongval () { return (long) (sizeof (size_t)); }
18098 #include <stdio.h>
18099 #include <stdlib.h>
18100 int
18101 main ()
18102 {
18103
18104 FILE *f = fopen ("conftest.val", "w");
18105 if (! f)
18106 exit (1);
18107 if (((long) (sizeof (size_t))) < 0)
18108 {
18109 long i = longval ();
18110 if (i != ((long) (sizeof (size_t))))
18111 exit (1);
18112 fprintf (f, "%ld\n", i);
18113 }
18114 else
18115 {
18116 unsigned long i = ulongval ();
18117 if (i != ((long) (sizeof (size_t))))
18118 exit (1);
18119 fprintf (f, "%lu\n", i);
18120 }
18121 exit (ferror (f) || fclose (f) != 0);
18122
18123 ;
18124 return 0;
18125 }
18126 _ACEOF
18127 rm -f conftest$ac_exeext
18128 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18129 (eval $ac_link) 2>&5
18130 ac_status=$?
18131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18134 (eval $ac_try) 2>&5
18135 ac_status=$?
18136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18137 (exit $ac_status); }; }; then
18138 ac_cv_sizeof_size_t=`cat conftest.val`
18139 else
18140 echo "$as_me: program exited with status $ac_status" >&5
18141 echo "$as_me: failed program was:" >&5
18142 sed 's/^/| /' conftest.$ac_ext >&5
18143
18144 ( exit $ac_status )
18145 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18146 See \`config.log' for more details." >&5
18147 echo "$as_me: error: cannot compute sizeof (size_t), 77
18148 See \`config.log' for more details." >&2;}
18149 { (exit 1); exit 1; }; }
18150 fi
18151 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18152 fi
18153 fi
18154 rm -f conftest.val
18155 else
18156 ac_cv_sizeof_size_t=0
18157 fi
18158 fi
18159 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
18160 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
18161 cat >>confdefs.h <<_ACEOF
18162 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
18163 _ACEOF
18164
18165
18166
18167 case "${host}" in
18168 arm-*-linux* )
18169 echo "$as_me:$LINENO: checking for long long" >&5
18170 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18171 if test "${ac_cv_type_long_long+set}" = set; then
18172 echo $ECHO_N "(cached) $ECHO_C" >&6
18173 else
18174 cat >conftest.$ac_ext <<_ACEOF
18175 /* confdefs.h. */
18176 _ACEOF
18177 cat confdefs.h >>conftest.$ac_ext
18178 cat >>conftest.$ac_ext <<_ACEOF
18179 /* end confdefs.h. */
18180 $ac_includes_default
18181 int
18182 main ()
18183 {
18184 if ((long long *) 0)
18185 return 0;
18186 if (sizeof (long long))
18187 return 0;
18188 ;
18189 return 0;
18190 }
18191 _ACEOF
18192 rm -f conftest.$ac_objext
18193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18194 (eval $ac_compile) 2>conftest.er1
18195 ac_status=$?
18196 grep -v '^ *+' conftest.er1 >conftest.err
18197 rm -f conftest.er1
18198 cat conftest.err >&5
18199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18200 (exit $ac_status); } &&
18201 { ac_try='test -z "$ac_c_werror_flag"
18202 || test ! -s conftest.err'
18203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18204 (eval $ac_try) 2>&5
18205 ac_status=$?
18206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18207 (exit $ac_status); }; } &&
18208 { ac_try='test -s conftest.$ac_objext'
18209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18210 (eval $ac_try) 2>&5
18211 ac_status=$?
18212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18213 (exit $ac_status); }; }; then
18214 ac_cv_type_long_long=yes
18215 else
18216 echo "$as_me: failed program was:" >&5
18217 sed 's/^/| /' conftest.$ac_ext >&5
18218
18219 ac_cv_type_long_long=no
18220 fi
18221 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18222 fi
18223 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18224 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18225
18226 echo "$as_me:$LINENO: checking size of long long" >&5
18227 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18228 if test "${ac_cv_sizeof_long_long+set}" = set; then
18229 echo $ECHO_N "(cached) $ECHO_C" >&6
18230 else
18231 if test "$ac_cv_type_long_long" = yes; then
18232 # The cast to unsigned long works around a bug in the HP C Compiler
18233 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18234 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18235 # This bug is HP SR number 8606223364.
18236 if test "$cross_compiling" = yes; then
18237 # Depending upon the size, compute the lo and hi bounds.
18238 cat >conftest.$ac_ext <<_ACEOF
18239 /* confdefs.h. */
18240 _ACEOF
18241 cat confdefs.h >>conftest.$ac_ext
18242 cat >>conftest.$ac_ext <<_ACEOF
18243 /* end confdefs.h. */
18244 $ac_includes_default
18245 int
18246 main ()
18247 {
18248 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18249 test_array [0] = 0
18250
18251 ;
18252 return 0;
18253 }
18254 _ACEOF
18255 rm -f conftest.$ac_objext
18256 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18257 (eval $ac_compile) 2>conftest.er1
18258 ac_status=$?
18259 grep -v '^ *+' conftest.er1 >conftest.err
18260 rm -f conftest.er1
18261 cat conftest.err >&5
18262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18263 (exit $ac_status); } &&
18264 { ac_try='test -z "$ac_c_werror_flag"
18265 || test ! -s conftest.err'
18266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18267 (eval $ac_try) 2>&5
18268 ac_status=$?
18269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18270 (exit $ac_status); }; } &&
18271 { ac_try='test -s conftest.$ac_objext'
18272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18273 (eval $ac_try) 2>&5
18274 ac_status=$?
18275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18276 (exit $ac_status); }; }; then
18277 ac_lo=0 ac_mid=0
18278 while :; do
18279 cat >conftest.$ac_ext <<_ACEOF
18280 /* confdefs.h. */
18281 _ACEOF
18282 cat confdefs.h >>conftest.$ac_ext
18283 cat >>conftest.$ac_ext <<_ACEOF
18284 /* end confdefs.h. */
18285 $ac_includes_default
18286 int
18287 main ()
18288 {
18289 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18290 test_array [0] = 0
18291
18292 ;
18293 return 0;
18294 }
18295 _ACEOF
18296 rm -f conftest.$ac_objext
18297 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18298 (eval $ac_compile) 2>conftest.er1
18299 ac_status=$?
18300 grep -v '^ *+' conftest.er1 >conftest.err
18301 rm -f conftest.er1
18302 cat conftest.err >&5
18303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18304 (exit $ac_status); } &&
18305 { ac_try='test -z "$ac_c_werror_flag"
18306 || test ! -s conftest.err'
18307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18308 (eval $ac_try) 2>&5
18309 ac_status=$?
18310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18311 (exit $ac_status); }; } &&
18312 { ac_try='test -s conftest.$ac_objext'
18313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18314 (eval $ac_try) 2>&5
18315 ac_status=$?
18316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18317 (exit $ac_status); }; }; then
18318 ac_hi=$ac_mid; break
18319 else
18320 echo "$as_me: failed program was:" >&5
18321 sed 's/^/| /' conftest.$ac_ext >&5
18322
18323 ac_lo=`expr $ac_mid + 1`
18324 if test $ac_lo -le $ac_mid; then
18325 ac_lo= ac_hi=
18326 break
18327 fi
18328 ac_mid=`expr 2 '*' $ac_mid + 1`
18329 fi
18330 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18331 done
18332 else
18333 echo "$as_me: failed program was:" >&5
18334 sed 's/^/| /' conftest.$ac_ext >&5
18335
18336 cat >conftest.$ac_ext <<_ACEOF
18337 /* confdefs.h. */
18338 _ACEOF
18339 cat confdefs.h >>conftest.$ac_ext
18340 cat >>conftest.$ac_ext <<_ACEOF
18341 /* end confdefs.h. */
18342 $ac_includes_default
18343 int
18344 main ()
18345 {
18346 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18347 test_array [0] = 0
18348
18349 ;
18350 return 0;
18351 }
18352 _ACEOF
18353 rm -f conftest.$ac_objext
18354 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18355 (eval $ac_compile) 2>conftest.er1
18356 ac_status=$?
18357 grep -v '^ *+' conftest.er1 >conftest.err
18358 rm -f conftest.er1
18359 cat conftest.err >&5
18360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18361 (exit $ac_status); } &&
18362 { ac_try='test -z "$ac_c_werror_flag"
18363 || test ! -s conftest.err'
18364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18365 (eval $ac_try) 2>&5
18366 ac_status=$?
18367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18368 (exit $ac_status); }; } &&
18369 { ac_try='test -s conftest.$ac_objext'
18370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18371 (eval $ac_try) 2>&5
18372 ac_status=$?
18373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18374 (exit $ac_status); }; }; then
18375 ac_hi=-1 ac_mid=-1
18376 while :; do
18377 cat >conftest.$ac_ext <<_ACEOF
18378 /* confdefs.h. */
18379 _ACEOF
18380 cat confdefs.h >>conftest.$ac_ext
18381 cat >>conftest.$ac_ext <<_ACEOF
18382 /* end confdefs.h. */
18383 $ac_includes_default
18384 int
18385 main ()
18386 {
18387 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18388 test_array [0] = 0
18389
18390 ;
18391 return 0;
18392 }
18393 _ACEOF
18394 rm -f conftest.$ac_objext
18395 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18396 (eval $ac_compile) 2>conftest.er1
18397 ac_status=$?
18398 grep -v '^ *+' conftest.er1 >conftest.err
18399 rm -f conftest.er1
18400 cat conftest.err >&5
18401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18402 (exit $ac_status); } &&
18403 { ac_try='test -z "$ac_c_werror_flag"
18404 || test ! -s conftest.err'
18405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18406 (eval $ac_try) 2>&5
18407 ac_status=$?
18408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18409 (exit $ac_status); }; } &&
18410 { ac_try='test -s conftest.$ac_objext'
18411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18412 (eval $ac_try) 2>&5
18413 ac_status=$?
18414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18415 (exit $ac_status); }; }; then
18416 ac_lo=$ac_mid; break
18417 else
18418 echo "$as_me: failed program was:" >&5
18419 sed 's/^/| /' conftest.$ac_ext >&5
18420
18421 ac_hi=`expr '(' $ac_mid ')' - 1`
18422 if test $ac_mid -le $ac_hi; then
18423 ac_lo= ac_hi=
18424 break
18425 fi
18426 ac_mid=`expr 2 '*' $ac_mid`
18427 fi
18428 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18429 done
18430 else
18431 echo "$as_me: failed program was:" >&5
18432 sed 's/^/| /' conftest.$ac_ext >&5
18433
18434 ac_lo= ac_hi=
18435 fi
18436 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18437 fi
18438 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18439 # Binary search between lo and hi bounds.
18440 while test "x$ac_lo" != "x$ac_hi"; do
18441 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18442 cat >conftest.$ac_ext <<_ACEOF
18443 /* confdefs.h. */
18444 _ACEOF
18445 cat confdefs.h >>conftest.$ac_ext
18446 cat >>conftest.$ac_ext <<_ACEOF
18447 /* end confdefs.h. */
18448 $ac_includes_default
18449 int
18450 main ()
18451 {
18452 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18453 test_array [0] = 0
18454
18455 ;
18456 return 0;
18457 }
18458 _ACEOF
18459 rm -f conftest.$ac_objext
18460 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18461 (eval $ac_compile) 2>conftest.er1
18462 ac_status=$?
18463 grep -v '^ *+' conftest.er1 >conftest.err
18464 rm -f conftest.er1
18465 cat conftest.err >&5
18466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18467 (exit $ac_status); } &&
18468 { ac_try='test -z "$ac_c_werror_flag"
18469 || test ! -s conftest.err'
18470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18471 (eval $ac_try) 2>&5
18472 ac_status=$?
18473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18474 (exit $ac_status); }; } &&
18475 { ac_try='test -s conftest.$ac_objext'
18476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18477 (eval $ac_try) 2>&5
18478 ac_status=$?
18479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18480 (exit $ac_status); }; }; then
18481 ac_hi=$ac_mid
18482 else
18483 echo "$as_me: failed program was:" >&5
18484 sed 's/^/| /' conftest.$ac_ext >&5
18485
18486 ac_lo=`expr '(' $ac_mid ')' + 1`
18487 fi
18488 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18489 done
18490 case $ac_lo in
18491 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18492 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18493 See \`config.log' for more details." >&5
18494 echo "$as_me: error: cannot compute sizeof (long long), 77
18495 See \`config.log' for more details." >&2;}
18496 { (exit 1); exit 1; }; } ;;
18497 esac
18498 else
18499 if test "$cross_compiling" = yes; then
18500 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18501 See \`config.log' for more details." >&5
18502 echo "$as_me: error: cannot run test program while cross compiling
18503 See \`config.log' for more details." >&2;}
18504 { (exit 1); exit 1; }; }
18505 else
18506 cat >conftest.$ac_ext <<_ACEOF
18507 /* confdefs.h. */
18508 _ACEOF
18509 cat confdefs.h >>conftest.$ac_ext
18510 cat >>conftest.$ac_ext <<_ACEOF
18511 /* end confdefs.h. */
18512 $ac_includes_default
18513 long longval () { return (long) (sizeof (long long)); }
18514 unsigned long ulongval () { return (long) (sizeof (long long)); }
18515 #include <stdio.h>
18516 #include <stdlib.h>
18517 int
18518 main ()
18519 {
18520
18521 FILE *f = fopen ("conftest.val", "w");
18522 if (! f)
18523 exit (1);
18524 if (((long) (sizeof (long long))) < 0)
18525 {
18526 long i = longval ();
18527 if (i != ((long) (sizeof (long long))))
18528 exit (1);
18529 fprintf (f, "%ld\n", i);
18530 }
18531 else
18532 {
18533 unsigned long i = ulongval ();
18534 if (i != ((long) (sizeof (long long))))
18535 exit (1);
18536 fprintf (f, "%lu\n", i);
18537 }
18538 exit (ferror (f) || fclose (f) != 0);
18539
18540 ;
18541 return 0;
18542 }
18543 _ACEOF
18544 rm -f conftest$ac_exeext
18545 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18546 (eval $ac_link) 2>&5
18547 ac_status=$?
18548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18549 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18551 (eval $ac_try) 2>&5
18552 ac_status=$?
18553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18554 (exit $ac_status); }; }; then
18555 ac_cv_sizeof_long_long=`cat conftest.val`
18556 else
18557 echo "$as_me: program exited with status $ac_status" >&5
18558 echo "$as_me: failed program was:" >&5
18559 sed 's/^/| /' conftest.$ac_ext >&5
18560
18561 ( exit $ac_status )
18562 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18563 See \`config.log' for more details." >&5
18564 echo "$as_me: error: cannot compute sizeof (long long), 77
18565 See \`config.log' for more details." >&2;}
18566 { (exit 1); exit 1; }; }
18567 fi
18568 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18569 fi
18570 fi
18571 rm -f conftest.val
18572 else
18573 ac_cv_sizeof_long_long=0
18574 fi
18575 fi
18576 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18577 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18578 cat >>confdefs.h <<_ACEOF
18579 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18580 _ACEOF
18581
18582
18583 ;;
18584 *-hp-hpux* )
18585 echo "$as_me:$LINENO: checking for long long" >&5
18586 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18587 if test "${ac_cv_type_long_long+set}" = set; then
18588 echo $ECHO_N "(cached) $ECHO_C" >&6
18589 else
18590 cat >conftest.$ac_ext <<_ACEOF
18591 /* confdefs.h. */
18592 _ACEOF
18593 cat confdefs.h >>conftest.$ac_ext
18594 cat >>conftest.$ac_ext <<_ACEOF
18595 /* end confdefs.h. */
18596 $ac_includes_default
18597 int
18598 main ()
18599 {
18600 if ((long long *) 0)
18601 return 0;
18602 if (sizeof (long long))
18603 return 0;
18604 ;
18605 return 0;
18606 }
18607 _ACEOF
18608 rm -f conftest.$ac_objext
18609 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18610 (eval $ac_compile) 2>conftest.er1
18611 ac_status=$?
18612 grep -v '^ *+' conftest.er1 >conftest.err
18613 rm -f conftest.er1
18614 cat conftest.err >&5
18615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18616 (exit $ac_status); } &&
18617 { ac_try='test -z "$ac_c_werror_flag"
18618 || test ! -s conftest.err'
18619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18620 (eval $ac_try) 2>&5
18621 ac_status=$?
18622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18623 (exit $ac_status); }; } &&
18624 { ac_try='test -s conftest.$ac_objext'
18625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18626 (eval $ac_try) 2>&5
18627 ac_status=$?
18628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18629 (exit $ac_status); }; }; then
18630 ac_cv_type_long_long=yes
18631 else
18632 echo "$as_me: failed program was:" >&5
18633 sed 's/^/| /' conftest.$ac_ext >&5
18634
18635 ac_cv_type_long_long=no
18636 fi
18637 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18638 fi
18639 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18640 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18641
18642 echo "$as_me:$LINENO: checking size of long long" >&5
18643 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18644 if test "${ac_cv_sizeof_long_long+set}" = set; then
18645 echo $ECHO_N "(cached) $ECHO_C" >&6
18646 else
18647 if test "$ac_cv_type_long_long" = yes; then
18648 # The cast to unsigned long works around a bug in the HP C Compiler
18649 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18650 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18651 # This bug is HP SR number 8606223364.
18652 if test "$cross_compiling" = yes; then
18653 # Depending upon the size, compute the lo and hi bounds.
18654 cat >conftest.$ac_ext <<_ACEOF
18655 /* confdefs.h. */
18656 _ACEOF
18657 cat confdefs.h >>conftest.$ac_ext
18658 cat >>conftest.$ac_ext <<_ACEOF
18659 /* end confdefs.h. */
18660 $ac_includes_default
18661 int
18662 main ()
18663 {
18664 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18665 test_array [0] = 0
18666
18667 ;
18668 return 0;
18669 }
18670 _ACEOF
18671 rm -f conftest.$ac_objext
18672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18673 (eval $ac_compile) 2>conftest.er1
18674 ac_status=$?
18675 grep -v '^ *+' conftest.er1 >conftest.err
18676 rm -f conftest.er1
18677 cat conftest.err >&5
18678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18679 (exit $ac_status); } &&
18680 { ac_try='test -z "$ac_c_werror_flag"
18681 || test ! -s conftest.err'
18682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18683 (eval $ac_try) 2>&5
18684 ac_status=$?
18685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18686 (exit $ac_status); }; } &&
18687 { ac_try='test -s conftest.$ac_objext'
18688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18689 (eval $ac_try) 2>&5
18690 ac_status=$?
18691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18692 (exit $ac_status); }; }; then
18693 ac_lo=0 ac_mid=0
18694 while :; do
18695 cat >conftest.$ac_ext <<_ACEOF
18696 /* confdefs.h. */
18697 _ACEOF
18698 cat confdefs.h >>conftest.$ac_ext
18699 cat >>conftest.$ac_ext <<_ACEOF
18700 /* end confdefs.h. */
18701 $ac_includes_default
18702 int
18703 main ()
18704 {
18705 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18706 test_array [0] = 0
18707
18708 ;
18709 return 0;
18710 }
18711 _ACEOF
18712 rm -f conftest.$ac_objext
18713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18714 (eval $ac_compile) 2>conftest.er1
18715 ac_status=$?
18716 grep -v '^ *+' conftest.er1 >conftest.err
18717 rm -f conftest.er1
18718 cat conftest.err >&5
18719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18720 (exit $ac_status); } &&
18721 { ac_try='test -z "$ac_c_werror_flag"
18722 || test ! -s conftest.err'
18723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18724 (eval $ac_try) 2>&5
18725 ac_status=$?
18726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18727 (exit $ac_status); }; } &&
18728 { ac_try='test -s conftest.$ac_objext'
18729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18730 (eval $ac_try) 2>&5
18731 ac_status=$?
18732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18733 (exit $ac_status); }; }; then
18734 ac_hi=$ac_mid; break
18735 else
18736 echo "$as_me: failed program was:" >&5
18737 sed 's/^/| /' conftest.$ac_ext >&5
18738
18739 ac_lo=`expr $ac_mid + 1`
18740 if test $ac_lo -le $ac_mid; then
18741 ac_lo= ac_hi=
18742 break
18743 fi
18744 ac_mid=`expr 2 '*' $ac_mid + 1`
18745 fi
18746 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18747 done
18748 else
18749 echo "$as_me: failed program was:" >&5
18750 sed 's/^/| /' conftest.$ac_ext >&5
18751
18752 cat >conftest.$ac_ext <<_ACEOF
18753 /* confdefs.h. */
18754 _ACEOF
18755 cat confdefs.h >>conftest.$ac_ext
18756 cat >>conftest.$ac_ext <<_ACEOF
18757 /* end confdefs.h. */
18758 $ac_includes_default
18759 int
18760 main ()
18761 {
18762 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18763 test_array [0] = 0
18764
18765 ;
18766 return 0;
18767 }
18768 _ACEOF
18769 rm -f conftest.$ac_objext
18770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18771 (eval $ac_compile) 2>conftest.er1
18772 ac_status=$?
18773 grep -v '^ *+' conftest.er1 >conftest.err
18774 rm -f conftest.er1
18775 cat conftest.err >&5
18776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18777 (exit $ac_status); } &&
18778 { ac_try='test -z "$ac_c_werror_flag"
18779 || test ! -s conftest.err'
18780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18781 (eval $ac_try) 2>&5
18782 ac_status=$?
18783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18784 (exit $ac_status); }; } &&
18785 { ac_try='test -s conftest.$ac_objext'
18786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18787 (eval $ac_try) 2>&5
18788 ac_status=$?
18789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18790 (exit $ac_status); }; }; then
18791 ac_hi=-1 ac_mid=-1
18792 while :; do
18793 cat >conftest.$ac_ext <<_ACEOF
18794 /* confdefs.h. */
18795 _ACEOF
18796 cat confdefs.h >>conftest.$ac_ext
18797 cat >>conftest.$ac_ext <<_ACEOF
18798 /* end confdefs.h. */
18799 $ac_includes_default
18800 int
18801 main ()
18802 {
18803 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18804 test_array [0] = 0
18805
18806 ;
18807 return 0;
18808 }
18809 _ACEOF
18810 rm -f conftest.$ac_objext
18811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18812 (eval $ac_compile) 2>conftest.er1
18813 ac_status=$?
18814 grep -v '^ *+' conftest.er1 >conftest.err
18815 rm -f conftest.er1
18816 cat conftest.err >&5
18817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18818 (exit $ac_status); } &&
18819 { ac_try='test -z "$ac_c_werror_flag"
18820 || test ! -s conftest.err'
18821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18822 (eval $ac_try) 2>&5
18823 ac_status=$?
18824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18825 (exit $ac_status); }; } &&
18826 { ac_try='test -s conftest.$ac_objext'
18827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18828 (eval $ac_try) 2>&5
18829 ac_status=$?
18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); }; }; then
18832 ac_lo=$ac_mid; break
18833 else
18834 echo "$as_me: failed program was:" >&5
18835 sed 's/^/| /' conftest.$ac_ext >&5
18836
18837 ac_hi=`expr '(' $ac_mid ')' - 1`
18838 if test $ac_mid -le $ac_hi; then
18839 ac_lo= ac_hi=
18840 break
18841 fi
18842 ac_mid=`expr 2 '*' $ac_mid`
18843 fi
18844 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18845 done
18846 else
18847 echo "$as_me: failed program was:" >&5
18848 sed 's/^/| /' conftest.$ac_ext >&5
18849
18850 ac_lo= ac_hi=
18851 fi
18852 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18853 fi
18854 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18855 # Binary search between lo and hi bounds.
18856 while test "x$ac_lo" != "x$ac_hi"; do
18857 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18858 cat >conftest.$ac_ext <<_ACEOF
18859 /* confdefs.h. */
18860 _ACEOF
18861 cat confdefs.h >>conftest.$ac_ext
18862 cat >>conftest.$ac_ext <<_ACEOF
18863 /* end confdefs.h. */
18864 $ac_includes_default
18865 int
18866 main ()
18867 {
18868 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18869 test_array [0] = 0
18870
18871 ;
18872 return 0;
18873 }
18874 _ACEOF
18875 rm -f conftest.$ac_objext
18876 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18877 (eval $ac_compile) 2>conftest.er1
18878 ac_status=$?
18879 grep -v '^ *+' conftest.er1 >conftest.err
18880 rm -f conftest.er1
18881 cat conftest.err >&5
18882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } &&
18884 { ac_try='test -z "$ac_c_werror_flag"
18885 || test ! -s conftest.err'
18886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18887 (eval $ac_try) 2>&5
18888 ac_status=$?
18889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18890 (exit $ac_status); }; } &&
18891 { ac_try='test -s conftest.$ac_objext'
18892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18893 (eval $ac_try) 2>&5
18894 ac_status=$?
18895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18896 (exit $ac_status); }; }; then
18897 ac_hi=$ac_mid
18898 else
18899 echo "$as_me: failed program was:" >&5
18900 sed 's/^/| /' conftest.$ac_ext >&5
18901
18902 ac_lo=`expr '(' $ac_mid ')' + 1`
18903 fi
18904 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18905 done
18906 case $ac_lo in
18907 ?*) ac_cv_sizeof_long_long=$ac_lo;;
18908 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18909 See \`config.log' for more details." >&5
18910 echo "$as_me: error: cannot compute sizeof (long long), 77
18911 See \`config.log' for more details." >&2;}
18912 { (exit 1); exit 1; }; } ;;
18913 esac
18914 else
18915 if test "$cross_compiling" = yes; then
18916 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18917 See \`config.log' for more details." >&5
18918 echo "$as_me: error: cannot run test program while cross compiling
18919 See \`config.log' for more details." >&2;}
18920 { (exit 1); exit 1; }; }
18921 else
18922 cat >conftest.$ac_ext <<_ACEOF
18923 /* confdefs.h. */
18924 _ACEOF
18925 cat confdefs.h >>conftest.$ac_ext
18926 cat >>conftest.$ac_ext <<_ACEOF
18927 /* end confdefs.h. */
18928 $ac_includes_default
18929 long longval () { return (long) (sizeof (long long)); }
18930 unsigned long ulongval () { return (long) (sizeof (long long)); }
18931 #include <stdio.h>
18932 #include <stdlib.h>
18933 int
18934 main ()
18935 {
18936
18937 FILE *f = fopen ("conftest.val", "w");
18938 if (! f)
18939 exit (1);
18940 if (((long) (sizeof (long long))) < 0)
18941 {
18942 long i = longval ();
18943 if (i != ((long) (sizeof (long long))))
18944 exit (1);
18945 fprintf (f, "%ld\n", i);
18946 }
18947 else
18948 {
18949 unsigned long i = ulongval ();
18950 if (i != ((long) (sizeof (long long))))
18951 exit (1);
18952 fprintf (f, "%lu\n", i);
18953 }
18954 exit (ferror (f) || fclose (f) != 0);
18955
18956 ;
18957 return 0;
18958 }
18959 _ACEOF
18960 rm -f conftest$ac_exeext
18961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18962 (eval $ac_link) 2>&5
18963 ac_status=$?
18964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18965 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18967 (eval $ac_try) 2>&5
18968 ac_status=$?
18969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18970 (exit $ac_status); }; }; then
18971 ac_cv_sizeof_long_long=`cat conftest.val`
18972 else
18973 echo "$as_me: program exited with status $ac_status" >&5
18974 echo "$as_me: failed program was:" >&5
18975 sed 's/^/| /' conftest.$ac_ext >&5
18976
18977 ( exit $ac_status )
18978 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18979 See \`config.log' for more details." >&5
18980 echo "$as_me: error: cannot compute sizeof (long long), 77
18981 See \`config.log' for more details." >&2;}
18982 { (exit 1); exit 1; }; }
18983 fi
18984 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18985 fi
18986 fi
18987 rm -f conftest.val
18988 else
18989 ac_cv_sizeof_long_long=0
18990 fi
18991 fi
18992 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18993 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18994 cat >>confdefs.h <<_ACEOF
18995 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18996 _ACEOF
18997
18998
18999 if test "$ac_cv_sizeof_long_long" != "0"; then
19000 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
19001 fi
19002 ;;
19003 * )
19004 echo "$as_me:$LINENO: checking for long long" >&5
19005 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19006 if test "${ac_cv_type_long_long+set}" = set; then
19007 echo $ECHO_N "(cached) $ECHO_C" >&6
19008 else
19009 cat >conftest.$ac_ext <<_ACEOF
19010 /* confdefs.h. */
19011 _ACEOF
19012 cat confdefs.h >>conftest.$ac_ext
19013 cat >>conftest.$ac_ext <<_ACEOF
19014 /* end confdefs.h. */
19015 $ac_includes_default
19016 int
19017 main ()
19018 {
19019 if ((long long *) 0)
19020 return 0;
19021 if (sizeof (long long))
19022 return 0;
19023 ;
19024 return 0;
19025 }
19026 _ACEOF
19027 rm -f conftest.$ac_objext
19028 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19029 (eval $ac_compile) 2>conftest.er1
19030 ac_status=$?
19031 grep -v '^ *+' conftest.er1 >conftest.err
19032 rm -f conftest.er1
19033 cat conftest.err >&5
19034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); } &&
19036 { ac_try='test -z "$ac_c_werror_flag"
19037 || test ! -s conftest.err'
19038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19039 (eval $ac_try) 2>&5
19040 ac_status=$?
19041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19042 (exit $ac_status); }; } &&
19043 { ac_try='test -s conftest.$ac_objext'
19044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19045 (eval $ac_try) 2>&5
19046 ac_status=$?
19047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19048 (exit $ac_status); }; }; then
19049 ac_cv_type_long_long=yes
19050 else
19051 echo "$as_me: failed program was:" >&5
19052 sed 's/^/| /' conftest.$ac_ext >&5
19053
19054 ac_cv_type_long_long=no
19055 fi
19056 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19057 fi
19058 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19059 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19060
19061 echo "$as_me:$LINENO: checking size of long long" >&5
19062 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19063 if test "${ac_cv_sizeof_long_long+set}" = set; then
19064 echo $ECHO_N "(cached) $ECHO_C" >&6
19065 else
19066 if test "$ac_cv_type_long_long" = yes; then
19067 # The cast to unsigned long works around a bug in the HP C Compiler
19068 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19069 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19070 # This bug is HP SR number 8606223364.
19071 if test "$cross_compiling" = yes; then
19072 # Depending upon the size, compute the lo and hi bounds.
19073 cat >conftest.$ac_ext <<_ACEOF
19074 /* confdefs.h. */
19075 _ACEOF
19076 cat confdefs.h >>conftest.$ac_ext
19077 cat >>conftest.$ac_ext <<_ACEOF
19078 /* end confdefs.h. */
19079 $ac_includes_default
19080 int
19081 main ()
19082 {
19083 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19084 test_array [0] = 0
19085
19086 ;
19087 return 0;
19088 }
19089 _ACEOF
19090 rm -f conftest.$ac_objext
19091 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19092 (eval $ac_compile) 2>conftest.er1
19093 ac_status=$?
19094 grep -v '^ *+' conftest.er1 >conftest.err
19095 rm -f conftest.er1
19096 cat conftest.err >&5
19097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19098 (exit $ac_status); } &&
19099 { ac_try='test -z "$ac_c_werror_flag"
19100 || test ! -s conftest.err'
19101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19102 (eval $ac_try) 2>&5
19103 ac_status=$?
19104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19105 (exit $ac_status); }; } &&
19106 { ac_try='test -s conftest.$ac_objext'
19107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19108 (eval $ac_try) 2>&5
19109 ac_status=$?
19110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19111 (exit $ac_status); }; }; then
19112 ac_lo=0 ac_mid=0
19113 while :; do
19114 cat >conftest.$ac_ext <<_ACEOF
19115 /* confdefs.h. */
19116 _ACEOF
19117 cat confdefs.h >>conftest.$ac_ext
19118 cat >>conftest.$ac_ext <<_ACEOF
19119 /* end confdefs.h. */
19120 $ac_includes_default
19121 int
19122 main ()
19123 {
19124 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19125 test_array [0] = 0
19126
19127 ;
19128 return 0;
19129 }
19130 _ACEOF
19131 rm -f conftest.$ac_objext
19132 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19133 (eval $ac_compile) 2>conftest.er1
19134 ac_status=$?
19135 grep -v '^ *+' conftest.er1 >conftest.err
19136 rm -f conftest.er1
19137 cat conftest.err >&5
19138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19139 (exit $ac_status); } &&
19140 { ac_try='test -z "$ac_c_werror_flag"
19141 || test ! -s conftest.err'
19142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19143 (eval $ac_try) 2>&5
19144 ac_status=$?
19145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19146 (exit $ac_status); }; } &&
19147 { ac_try='test -s conftest.$ac_objext'
19148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19149 (eval $ac_try) 2>&5
19150 ac_status=$?
19151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19152 (exit $ac_status); }; }; then
19153 ac_hi=$ac_mid; break
19154 else
19155 echo "$as_me: failed program was:" >&5
19156 sed 's/^/| /' conftest.$ac_ext >&5
19157
19158 ac_lo=`expr $ac_mid + 1`
19159 if test $ac_lo -le $ac_mid; then
19160 ac_lo= ac_hi=
19161 break
19162 fi
19163 ac_mid=`expr 2 '*' $ac_mid + 1`
19164 fi
19165 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19166 done
19167 else
19168 echo "$as_me: failed program was:" >&5
19169 sed 's/^/| /' conftest.$ac_ext >&5
19170
19171 cat >conftest.$ac_ext <<_ACEOF
19172 /* confdefs.h. */
19173 _ACEOF
19174 cat confdefs.h >>conftest.$ac_ext
19175 cat >>conftest.$ac_ext <<_ACEOF
19176 /* end confdefs.h. */
19177 $ac_includes_default
19178 int
19179 main ()
19180 {
19181 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19182 test_array [0] = 0
19183
19184 ;
19185 return 0;
19186 }
19187 _ACEOF
19188 rm -f conftest.$ac_objext
19189 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19190 (eval $ac_compile) 2>conftest.er1
19191 ac_status=$?
19192 grep -v '^ *+' conftest.er1 >conftest.err
19193 rm -f conftest.er1
19194 cat conftest.err >&5
19195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19196 (exit $ac_status); } &&
19197 { ac_try='test -z "$ac_c_werror_flag"
19198 || test ! -s conftest.err'
19199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19200 (eval $ac_try) 2>&5
19201 ac_status=$?
19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203 (exit $ac_status); }; } &&
19204 { ac_try='test -s conftest.$ac_objext'
19205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19206 (eval $ac_try) 2>&5
19207 ac_status=$?
19208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19209 (exit $ac_status); }; }; then
19210 ac_hi=-1 ac_mid=-1
19211 while :; do
19212 cat >conftest.$ac_ext <<_ACEOF
19213 /* confdefs.h. */
19214 _ACEOF
19215 cat confdefs.h >>conftest.$ac_ext
19216 cat >>conftest.$ac_ext <<_ACEOF
19217 /* end confdefs.h. */
19218 $ac_includes_default
19219 int
19220 main ()
19221 {
19222 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19223 test_array [0] = 0
19224
19225 ;
19226 return 0;
19227 }
19228 _ACEOF
19229 rm -f conftest.$ac_objext
19230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19231 (eval $ac_compile) 2>conftest.er1
19232 ac_status=$?
19233 grep -v '^ *+' conftest.er1 >conftest.err
19234 rm -f conftest.er1
19235 cat conftest.err >&5
19236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19237 (exit $ac_status); } &&
19238 { ac_try='test -z "$ac_c_werror_flag"
19239 || test ! -s conftest.err'
19240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19241 (eval $ac_try) 2>&5
19242 ac_status=$?
19243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19244 (exit $ac_status); }; } &&
19245 { ac_try='test -s conftest.$ac_objext'
19246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19247 (eval $ac_try) 2>&5
19248 ac_status=$?
19249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19250 (exit $ac_status); }; }; then
19251 ac_lo=$ac_mid; break
19252 else
19253 echo "$as_me: failed program was:" >&5
19254 sed 's/^/| /' conftest.$ac_ext >&5
19255
19256 ac_hi=`expr '(' $ac_mid ')' - 1`
19257 if test $ac_mid -le $ac_hi; then
19258 ac_lo= ac_hi=
19259 break
19260 fi
19261 ac_mid=`expr 2 '*' $ac_mid`
19262 fi
19263 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19264 done
19265 else
19266 echo "$as_me: failed program was:" >&5
19267 sed 's/^/| /' conftest.$ac_ext >&5
19268
19269 ac_lo= ac_hi=
19270 fi
19271 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19272 fi
19273 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19274 # Binary search between lo and hi bounds.
19275 while test "x$ac_lo" != "x$ac_hi"; do
19276 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19277 cat >conftest.$ac_ext <<_ACEOF
19278 /* confdefs.h. */
19279 _ACEOF
19280 cat confdefs.h >>conftest.$ac_ext
19281 cat >>conftest.$ac_ext <<_ACEOF
19282 /* end confdefs.h. */
19283 $ac_includes_default
19284 int
19285 main ()
19286 {
19287 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19288 test_array [0] = 0
19289
19290 ;
19291 return 0;
19292 }
19293 _ACEOF
19294 rm -f conftest.$ac_objext
19295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19296 (eval $ac_compile) 2>conftest.er1
19297 ac_status=$?
19298 grep -v '^ *+' conftest.er1 >conftest.err
19299 rm -f conftest.er1
19300 cat conftest.err >&5
19301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19302 (exit $ac_status); } &&
19303 { ac_try='test -z "$ac_c_werror_flag"
19304 || test ! -s conftest.err'
19305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19306 (eval $ac_try) 2>&5
19307 ac_status=$?
19308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19309 (exit $ac_status); }; } &&
19310 { ac_try='test -s conftest.$ac_objext'
19311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19312 (eval $ac_try) 2>&5
19313 ac_status=$?
19314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19315 (exit $ac_status); }; }; then
19316 ac_hi=$ac_mid
19317 else
19318 echo "$as_me: failed program was:" >&5
19319 sed 's/^/| /' conftest.$ac_ext >&5
19320
19321 ac_lo=`expr '(' $ac_mid ')' + 1`
19322 fi
19323 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19324 done
19325 case $ac_lo in
19326 ?*) ac_cv_sizeof_long_long=$ac_lo;;
19327 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19328 See \`config.log' for more details." >&5
19329 echo "$as_me: error: cannot compute sizeof (long long), 77
19330 See \`config.log' for more details." >&2;}
19331 { (exit 1); exit 1; }; } ;;
19332 esac
19333 else
19334 if test "$cross_compiling" = yes; then
19335 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19336 See \`config.log' for more details." >&5
19337 echo "$as_me: error: cannot run test program while cross compiling
19338 See \`config.log' for more details." >&2;}
19339 { (exit 1); exit 1; }; }
19340 else
19341 cat >conftest.$ac_ext <<_ACEOF
19342 /* confdefs.h. */
19343 _ACEOF
19344 cat confdefs.h >>conftest.$ac_ext
19345 cat >>conftest.$ac_ext <<_ACEOF
19346 /* end confdefs.h. */
19347 $ac_includes_default
19348 long longval () { return (long) (sizeof (long long)); }
19349 unsigned long ulongval () { return (long) (sizeof (long long)); }
19350 #include <stdio.h>
19351 #include <stdlib.h>
19352 int
19353 main ()
19354 {
19355
19356 FILE *f = fopen ("conftest.val", "w");
19357 if (! f)
19358 exit (1);
19359 if (((long) (sizeof (long long))) < 0)
19360 {
19361 long i = longval ();
19362 if (i != ((long) (sizeof (long long))))
19363 exit (1);
19364 fprintf (f, "%ld\n", i);
19365 }
19366 else
19367 {
19368 unsigned long i = ulongval ();
19369 if (i != ((long) (sizeof (long long))))
19370 exit (1);
19371 fprintf (f, "%lu\n", i);
19372 }
19373 exit (ferror (f) || fclose (f) != 0);
19374
19375 ;
19376 return 0;
19377 }
19378 _ACEOF
19379 rm -f conftest$ac_exeext
19380 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19381 (eval $ac_link) 2>&5
19382 ac_status=$?
19383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19384 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19386 (eval $ac_try) 2>&5
19387 ac_status=$?
19388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19389 (exit $ac_status); }; }; then
19390 ac_cv_sizeof_long_long=`cat conftest.val`
19391 else
19392 echo "$as_me: program exited with status $ac_status" >&5
19393 echo "$as_me: failed program was:" >&5
19394 sed 's/^/| /' conftest.$ac_ext >&5
19395
19396 ( exit $ac_status )
19397 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19398 See \`config.log' for more details." >&5
19399 echo "$as_me: error: cannot compute sizeof (long long), 77
19400 See \`config.log' for more details." >&2;}
19401 { (exit 1); exit 1; }; }
19402 fi
19403 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19404 fi
19405 fi
19406 rm -f conftest.val
19407 else
19408 ac_cv_sizeof_long_long=0
19409 fi
19410 fi
19411 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19412 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19413 cat >>confdefs.h <<_ACEOF
19414 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19415 _ACEOF
19416
19417
19418 esac
19419
19420 echo "$as_me:$LINENO: checking for wchar_t" >&5
19421 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19422 if test "${ac_cv_type_wchar_t+set}" = set; then
19423 echo $ECHO_N "(cached) $ECHO_C" >&6
19424 else
19425 cat >conftest.$ac_ext <<_ACEOF
19426 /* confdefs.h. */
19427 _ACEOF
19428 cat confdefs.h >>conftest.$ac_ext
19429 cat >>conftest.$ac_ext <<_ACEOF
19430 /* end confdefs.h. */
19431
19432 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19433 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19434 # error "fake wchar_t"
19435 #endif
19436 #ifdef HAVE_WCHAR_H
19437 # ifdef __CYGWIN__
19438 # include <stddef.h>
19439 # endif
19440 # include <wchar.h>
19441 #endif
19442 #ifdef HAVE_STDLIB_H
19443 # include <stdlib.h>
19444 #endif
19445 #include <stdio.h>
19446
19447
19448
19449 int
19450 main ()
19451 {
19452 if ((wchar_t *) 0)
19453 return 0;
19454 if (sizeof (wchar_t))
19455 return 0;
19456 ;
19457 return 0;
19458 }
19459 _ACEOF
19460 rm -f conftest.$ac_objext
19461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19462 (eval $ac_compile) 2>conftest.er1
19463 ac_status=$?
19464 grep -v '^ *+' conftest.er1 >conftest.err
19465 rm -f conftest.er1
19466 cat conftest.err >&5
19467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19468 (exit $ac_status); } &&
19469 { ac_try='test -z "$ac_c_werror_flag"
19470 || test ! -s conftest.err'
19471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19472 (eval $ac_try) 2>&5
19473 ac_status=$?
19474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); }; } &&
19476 { ac_try='test -s conftest.$ac_objext'
19477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19478 (eval $ac_try) 2>&5
19479 ac_status=$?
19480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19481 (exit $ac_status); }; }; then
19482 ac_cv_type_wchar_t=yes
19483 else
19484 echo "$as_me: failed program was:" >&5
19485 sed 's/^/| /' conftest.$ac_ext >&5
19486
19487 ac_cv_type_wchar_t=no
19488 fi
19489 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19490 fi
19491 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19492 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19493
19494 echo "$as_me:$LINENO: checking size of wchar_t" >&5
19495 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
19496 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
19497 echo $ECHO_N "(cached) $ECHO_C" >&6
19498 else
19499 if test "$ac_cv_type_wchar_t" = yes; then
19500 # The cast to unsigned long works around a bug in the HP C Compiler
19501 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19502 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19503 # This bug is HP SR number 8606223364.
19504 if test "$cross_compiling" = yes; then
19505 # Depending upon the size, compute the lo and hi bounds.
19506 cat >conftest.$ac_ext <<_ACEOF
19507 /* confdefs.h. */
19508 _ACEOF
19509 cat confdefs.h >>conftest.$ac_ext
19510 cat >>conftest.$ac_ext <<_ACEOF
19511 /* end confdefs.h. */
19512
19513 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19514 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19515 # error "fake wchar_t"
19516 #endif
19517 #ifdef HAVE_WCHAR_H
19518 # ifdef __CYGWIN__
19519 # include <stddef.h>
19520 # endif
19521 # include <wchar.h>
19522 #endif
19523 #ifdef HAVE_STDLIB_H
19524 # include <stdlib.h>
19525 #endif
19526 #include <stdio.h>
19527
19528
19529
19530 int
19531 main ()
19532 {
19533 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19534 test_array [0] = 0
19535
19536 ;
19537 return 0;
19538 }
19539 _ACEOF
19540 rm -f conftest.$ac_objext
19541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19542 (eval $ac_compile) 2>conftest.er1
19543 ac_status=$?
19544 grep -v '^ *+' conftest.er1 >conftest.err
19545 rm -f conftest.er1
19546 cat conftest.err >&5
19547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19548 (exit $ac_status); } &&
19549 { ac_try='test -z "$ac_c_werror_flag"
19550 || test ! -s conftest.err'
19551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19552 (eval $ac_try) 2>&5
19553 ac_status=$?
19554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19555 (exit $ac_status); }; } &&
19556 { ac_try='test -s conftest.$ac_objext'
19557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19558 (eval $ac_try) 2>&5
19559 ac_status=$?
19560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19561 (exit $ac_status); }; }; then
19562 ac_lo=0 ac_mid=0
19563 while :; do
19564 cat >conftest.$ac_ext <<_ACEOF
19565 /* confdefs.h. */
19566 _ACEOF
19567 cat confdefs.h >>conftest.$ac_ext
19568 cat >>conftest.$ac_ext <<_ACEOF
19569 /* end confdefs.h. */
19570
19571 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19572 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19573 # error "fake wchar_t"
19574 #endif
19575 #ifdef HAVE_WCHAR_H
19576 # ifdef __CYGWIN__
19577 # include <stddef.h>
19578 # endif
19579 # include <wchar.h>
19580 #endif
19581 #ifdef HAVE_STDLIB_H
19582 # include <stdlib.h>
19583 #endif
19584 #include <stdio.h>
19585
19586
19587
19588 int
19589 main ()
19590 {
19591 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19592 test_array [0] = 0
19593
19594 ;
19595 return 0;
19596 }
19597 _ACEOF
19598 rm -f conftest.$ac_objext
19599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19600 (eval $ac_compile) 2>conftest.er1
19601 ac_status=$?
19602 grep -v '^ *+' conftest.er1 >conftest.err
19603 rm -f conftest.er1
19604 cat conftest.err >&5
19605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19606 (exit $ac_status); } &&
19607 { ac_try='test -z "$ac_c_werror_flag"
19608 || test ! -s conftest.err'
19609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19610 (eval $ac_try) 2>&5
19611 ac_status=$?
19612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19613 (exit $ac_status); }; } &&
19614 { ac_try='test -s conftest.$ac_objext'
19615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19616 (eval $ac_try) 2>&5
19617 ac_status=$?
19618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19619 (exit $ac_status); }; }; then
19620 ac_hi=$ac_mid; break
19621 else
19622 echo "$as_me: failed program was:" >&5
19623 sed 's/^/| /' conftest.$ac_ext >&5
19624
19625 ac_lo=`expr $ac_mid + 1`
19626 if test $ac_lo -le $ac_mid; then
19627 ac_lo= ac_hi=
19628 break
19629 fi
19630 ac_mid=`expr 2 '*' $ac_mid + 1`
19631 fi
19632 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19633 done
19634 else
19635 echo "$as_me: failed program was:" >&5
19636 sed 's/^/| /' conftest.$ac_ext >&5
19637
19638 cat >conftest.$ac_ext <<_ACEOF
19639 /* confdefs.h. */
19640 _ACEOF
19641 cat confdefs.h >>conftest.$ac_ext
19642 cat >>conftest.$ac_ext <<_ACEOF
19643 /* end confdefs.h. */
19644
19645 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19646 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19647 # error "fake wchar_t"
19648 #endif
19649 #ifdef HAVE_WCHAR_H
19650 # ifdef __CYGWIN__
19651 # include <stddef.h>
19652 # endif
19653 # include <wchar.h>
19654 #endif
19655 #ifdef HAVE_STDLIB_H
19656 # include <stdlib.h>
19657 #endif
19658 #include <stdio.h>
19659
19660
19661
19662 int
19663 main ()
19664 {
19665 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19666 test_array [0] = 0
19667
19668 ;
19669 return 0;
19670 }
19671 _ACEOF
19672 rm -f conftest.$ac_objext
19673 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19674 (eval $ac_compile) 2>conftest.er1
19675 ac_status=$?
19676 grep -v '^ *+' conftest.er1 >conftest.err
19677 rm -f conftest.er1
19678 cat conftest.err >&5
19679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19680 (exit $ac_status); } &&
19681 { ac_try='test -z "$ac_c_werror_flag"
19682 || test ! -s conftest.err'
19683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19684 (eval $ac_try) 2>&5
19685 ac_status=$?
19686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19687 (exit $ac_status); }; } &&
19688 { ac_try='test -s conftest.$ac_objext'
19689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19690 (eval $ac_try) 2>&5
19691 ac_status=$?
19692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19693 (exit $ac_status); }; }; then
19694 ac_hi=-1 ac_mid=-1
19695 while :; do
19696 cat >conftest.$ac_ext <<_ACEOF
19697 /* confdefs.h. */
19698 _ACEOF
19699 cat confdefs.h >>conftest.$ac_ext
19700 cat >>conftest.$ac_ext <<_ACEOF
19701 /* end confdefs.h. */
19702
19703 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19704 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19705 # error "fake wchar_t"
19706 #endif
19707 #ifdef HAVE_WCHAR_H
19708 # ifdef __CYGWIN__
19709 # include <stddef.h>
19710 # endif
19711 # include <wchar.h>
19712 #endif
19713 #ifdef HAVE_STDLIB_H
19714 # include <stdlib.h>
19715 #endif
19716 #include <stdio.h>
19717
19718
19719
19720 int
19721 main ()
19722 {
19723 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19724 test_array [0] = 0
19725
19726 ;
19727 return 0;
19728 }
19729 _ACEOF
19730 rm -f conftest.$ac_objext
19731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19732 (eval $ac_compile) 2>conftest.er1
19733 ac_status=$?
19734 grep -v '^ *+' conftest.er1 >conftest.err
19735 rm -f conftest.er1
19736 cat conftest.err >&5
19737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19738 (exit $ac_status); } &&
19739 { ac_try='test -z "$ac_c_werror_flag"
19740 || test ! -s conftest.err'
19741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19742 (eval $ac_try) 2>&5
19743 ac_status=$?
19744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19745 (exit $ac_status); }; } &&
19746 { ac_try='test -s conftest.$ac_objext'
19747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19748 (eval $ac_try) 2>&5
19749 ac_status=$?
19750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19751 (exit $ac_status); }; }; then
19752 ac_lo=$ac_mid; break
19753 else
19754 echo "$as_me: failed program was:" >&5
19755 sed 's/^/| /' conftest.$ac_ext >&5
19756
19757 ac_hi=`expr '(' $ac_mid ')' - 1`
19758 if test $ac_mid -le $ac_hi; then
19759 ac_lo= ac_hi=
19760 break
19761 fi
19762 ac_mid=`expr 2 '*' $ac_mid`
19763 fi
19764 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19765 done
19766 else
19767 echo "$as_me: failed program was:" >&5
19768 sed 's/^/| /' conftest.$ac_ext >&5
19769
19770 ac_lo= ac_hi=
19771 fi
19772 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19773 fi
19774 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19775 # Binary search between lo and hi bounds.
19776 while test "x$ac_lo" != "x$ac_hi"; do
19777 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19778 cat >conftest.$ac_ext <<_ACEOF
19779 /* confdefs.h. */
19780 _ACEOF
19781 cat confdefs.h >>conftest.$ac_ext
19782 cat >>conftest.$ac_ext <<_ACEOF
19783 /* end confdefs.h. */
19784
19785 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19786 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19787 # error "fake wchar_t"
19788 #endif
19789 #ifdef HAVE_WCHAR_H
19790 # ifdef __CYGWIN__
19791 # include <stddef.h>
19792 # endif
19793 # include <wchar.h>
19794 #endif
19795 #ifdef HAVE_STDLIB_H
19796 # include <stdlib.h>
19797 #endif
19798 #include <stdio.h>
19799
19800
19801
19802 int
19803 main ()
19804 {
19805 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19806 test_array [0] = 0
19807
19808 ;
19809 return 0;
19810 }
19811 _ACEOF
19812 rm -f conftest.$ac_objext
19813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19814 (eval $ac_compile) 2>conftest.er1
19815 ac_status=$?
19816 grep -v '^ *+' conftest.er1 >conftest.err
19817 rm -f conftest.er1
19818 cat conftest.err >&5
19819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19820 (exit $ac_status); } &&
19821 { ac_try='test -z "$ac_c_werror_flag"
19822 || test ! -s conftest.err'
19823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19824 (eval $ac_try) 2>&5
19825 ac_status=$?
19826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19827 (exit $ac_status); }; } &&
19828 { ac_try='test -s conftest.$ac_objext'
19829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19830 (eval $ac_try) 2>&5
19831 ac_status=$?
19832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19833 (exit $ac_status); }; }; then
19834 ac_hi=$ac_mid
19835 else
19836 echo "$as_me: failed program was:" >&5
19837 sed 's/^/| /' conftest.$ac_ext >&5
19838
19839 ac_lo=`expr '(' $ac_mid ')' + 1`
19840 fi
19841 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19842 done
19843 case $ac_lo in
19844 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
19845 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19846 See \`config.log' for more details." >&5
19847 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19848 See \`config.log' for more details." >&2;}
19849 { (exit 1); exit 1; }; } ;;
19850 esac
19851 else
19852 if test "$cross_compiling" = yes; then
19853 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19854 See \`config.log' for more details." >&5
19855 echo "$as_me: error: cannot run test program while cross compiling
19856 See \`config.log' for more details." >&2;}
19857 { (exit 1); exit 1; }; }
19858 else
19859 cat >conftest.$ac_ext <<_ACEOF
19860 /* confdefs.h. */
19861 _ACEOF
19862 cat confdefs.h >>conftest.$ac_ext
19863 cat >>conftest.$ac_ext <<_ACEOF
19864 /* end confdefs.h. */
19865
19866 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19867 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19868 # error "fake wchar_t"
19869 #endif
19870 #ifdef HAVE_WCHAR_H
19871 # ifdef __CYGWIN__
19872 # include <stddef.h>
19873 # endif
19874 # include <wchar.h>
19875 #endif
19876 #ifdef HAVE_STDLIB_H
19877 # include <stdlib.h>
19878 #endif
19879 #include <stdio.h>
19880
19881
19882
19883 long longval () { return (long) (sizeof (wchar_t)); }
19884 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19885 #include <stdio.h>
19886 #include <stdlib.h>
19887 int
19888 main ()
19889 {
19890
19891 FILE *f = fopen ("conftest.val", "w");
19892 if (! f)
19893 exit (1);
19894 if (((long) (sizeof (wchar_t))) < 0)
19895 {
19896 long i = longval ();
19897 if (i != ((long) (sizeof (wchar_t))))
19898 exit (1);
19899 fprintf (f, "%ld\n", i);
19900 }
19901 else
19902 {
19903 unsigned long i = ulongval ();
19904 if (i != ((long) (sizeof (wchar_t))))
19905 exit (1);
19906 fprintf (f, "%lu\n", i);
19907 }
19908 exit (ferror (f) || fclose (f) != 0);
19909
19910 ;
19911 return 0;
19912 }
19913 _ACEOF
19914 rm -f conftest$ac_exeext
19915 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19916 (eval $ac_link) 2>&5
19917 ac_status=$?
19918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19919 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19921 (eval $ac_try) 2>&5
19922 ac_status=$?
19923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19924 (exit $ac_status); }; }; then
19925 ac_cv_sizeof_wchar_t=`cat conftest.val`
19926 else
19927 echo "$as_me: program exited with status $ac_status" >&5
19928 echo "$as_me: failed program was:" >&5
19929 sed 's/^/| /' conftest.$ac_ext >&5
19930
19931 ( exit $ac_status )
19932 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19933 See \`config.log' for more details." >&5
19934 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19935 See \`config.log' for more details." >&2;}
19936 { (exit 1); exit 1; }; }
19937 fi
19938 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19939 fi
19940 fi
19941 rm -f conftest.val
19942 else
19943 ac_cv_sizeof_wchar_t=0
19944 fi
19945 fi
19946 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
19947 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
19948 cat >>confdefs.h <<_ACEOF
19949 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
19950 _ACEOF
19951
19952
19953 if test "$ac_cv_sizeof_wchar_t" != "0"; then
19954 wxUSE_WCHAR_T=yes
19955 else
19956 wxUSE_WCHAR_T=no
19957 fi
19958
19959 echo "$as_me:$LINENO: checking for va_copy" >&5
19960 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
19961 if test "${wx_cv_func_va_copy+set}" = set; then
19962 echo $ECHO_N "(cached) $ECHO_C" >&6
19963 else
19964
19965 cat >conftest.$ac_ext <<_ACEOF
19966
19967 #include <stdarg.h>
19968 void foo(char *f, ...)
19969 {
19970 va_list ap1, ap2;
19971 va_start(ap1, f);
19972 va_copy(ap2, ap1);
19973 va_end(ap2);
19974 va_end(ap1);
19975 }
19976 int main()
19977 {
19978 foo("hi", 17);
19979 return 0;
19980 }
19981 _ACEOF
19982 rm -f conftest.$ac_objext conftest$ac_exeext
19983 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19984 (eval $ac_link) 2>conftest.er1
19985 ac_status=$?
19986 grep -v '^ *+' conftest.er1 >conftest.err
19987 rm -f conftest.er1
19988 cat conftest.err >&5
19989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19990 (exit $ac_status); } &&
19991 { ac_try='test -z "$ac_c_werror_flag"
19992 || test ! -s conftest.err'
19993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19994 (eval $ac_try) 2>&5
19995 ac_status=$?
19996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19997 (exit $ac_status); }; } &&
19998 { ac_try='test -s conftest$ac_exeext'
19999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20000 (eval $ac_try) 2>&5
20001 ac_status=$?
20002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20003 (exit $ac_status); }; }; then
20004 wx_cv_func_va_copy=yes
20005 else
20006 echo "$as_me: failed program was:" >&5
20007 sed 's/^/| /' conftest.$ac_ext >&5
20008
20009 wx_cv_func_va_copy=no
20010
20011 fi
20012 rm -f conftest.err conftest.$ac_objext \
20013 conftest$ac_exeext conftest.$ac_ext
20014
20015
20016 fi
20017 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20018 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20019
20020 if test $wx_cv_func_va_copy = "yes"; then
20021 cat >>confdefs.h <<\_ACEOF
20022 #define HAVE_VA_COPY 1
20023 _ACEOF
20024
20025 else
20026 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20027 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20028 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20029 echo $ECHO_N "(cached) $ECHO_C" >&6
20030 else
20031
20032 if test "$cross_compiling" = yes; then
20033 wx_cv_type_va_list_lvalue=yes
20034
20035 else
20036 cat >conftest.$ac_ext <<_ACEOF
20037
20038 #include <stdarg.h>
20039 int foo(char *f, ...)
20040 {
20041 va_list ap1, ap2;
20042 va_start(ap1, f);
20043 ap2 = ap1;
20044 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20045 return 1;
20046 va_end(ap2);
20047 va_end(ap1);
20048 return 0;
20049 }
20050 int main()
20051 {
20052 return foo("hi", 17);
20053 }
20054 _ACEOF
20055 rm -f conftest$ac_exeext
20056 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20057 (eval $ac_link) 2>&5
20058 ac_status=$?
20059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20060 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20062 (eval $ac_try) 2>&5
20063 ac_status=$?
20064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20065 (exit $ac_status); }; }; then
20066 wx_cv_type_va_list_lvalue=yes
20067 else
20068 echo "$as_me: program exited with status $ac_status" >&5
20069 echo "$as_me: failed program was:" >&5
20070 sed 's/^/| /' conftest.$ac_ext >&5
20071
20072 ( exit $ac_status )
20073 wx_cv_type_va_list_lvalue=no
20074 fi
20075 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20076 fi
20077
20078
20079 fi
20080 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
20081 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
20082
20083 if test $wx_cv_type_va_list_lvalue != "yes"; then
20084 cat >>confdefs.h <<\_ACEOF
20085 #define VA_LIST_IS_ARRAY 1
20086 _ACEOF
20087
20088 fi
20089 fi
20090
20091 # Check whether --enable-largefile or --disable-largefile was given.
20092 if test "${enable_largefile+set}" = set; then
20093 enableval="$enable_largefile"
20094
20095 fi;
20096 if test "$enable_largefile" != no; then
20097 wx_largefile=no
20098
20099 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20100 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
20101 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
20102 echo $ECHO_N "(cached) $ECHO_C" >&6
20103 else
20104
20105 cat >conftest.$ac_ext <<_ACEOF
20106 /* confdefs.h. */
20107 _ACEOF
20108 cat confdefs.h >>conftest.$ac_ext
20109 cat >>conftest.$ac_ext <<_ACEOF
20110 /* end confdefs.h. */
20111 #define _FILE_OFFSET_BITS 64
20112 #include <sys/types.h>
20113 int
20114 main ()
20115 {
20116 typedef struct {
20117 unsigned int field: sizeof(off_t) == 8;
20118 } wxlf;
20119
20120 ;
20121 return 0;
20122 }
20123 _ACEOF
20124 rm -f conftest.$ac_objext
20125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20126 (eval $ac_compile) 2>conftest.er1
20127 ac_status=$?
20128 grep -v '^ *+' conftest.er1 >conftest.err
20129 rm -f conftest.er1
20130 cat conftest.err >&5
20131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20132 (exit $ac_status); } &&
20133 { ac_try='test -z "$ac_c_werror_flag"
20134 || test ! -s conftest.err'
20135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20136 (eval $ac_try) 2>&5
20137 ac_status=$?
20138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20139 (exit $ac_status); }; } &&
20140 { ac_try='test -s conftest.$ac_objext'
20141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20142 (eval $ac_try) 2>&5
20143 ac_status=$?
20144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20145 (exit $ac_status); }; }; then
20146 ac_cv_sys_file_offset_bits=64
20147 else
20148 echo "$as_me: failed program was:" >&5
20149 sed 's/^/| /' conftest.$ac_ext >&5
20150
20151 ac_cv_sys_file_offset_bits=no
20152 fi
20153 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20154
20155
20156 fi
20157 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
20158 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
20159
20160 if test "$ac_cv_sys_file_offset_bits" != no; then
20161 wx_largefile=yes
20162 cat >>confdefs.h <<_ACEOF
20163 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20164 _ACEOF
20165
20166 fi
20167
20168 if test "x$wx_largefile" != "xyes"; then
20169
20170 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
20171 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
20172 if test "${ac_cv_sys_large_files+set}" = set; then
20173 echo $ECHO_N "(cached) $ECHO_C" >&6
20174 else
20175
20176 cat >conftest.$ac_ext <<_ACEOF
20177 /* confdefs.h. */
20178 _ACEOF
20179 cat confdefs.h >>conftest.$ac_ext
20180 cat >>conftest.$ac_ext <<_ACEOF
20181 /* end confdefs.h. */
20182 #define _LARGE_FILES 1
20183 #include <sys/types.h>
20184 int
20185 main ()
20186 {
20187 typedef struct {
20188 unsigned int field: sizeof(off_t) == 8;
20189 } wxlf;
20190
20191 ;
20192 return 0;
20193 }
20194 _ACEOF
20195 rm -f conftest.$ac_objext
20196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20197 (eval $ac_compile) 2>conftest.er1
20198 ac_status=$?
20199 grep -v '^ *+' conftest.er1 >conftest.err
20200 rm -f conftest.er1
20201 cat conftest.err >&5
20202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20203 (exit $ac_status); } &&
20204 { ac_try='test -z "$ac_c_werror_flag"
20205 || test ! -s conftest.err'
20206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20207 (eval $ac_try) 2>&5
20208 ac_status=$?
20209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20210 (exit $ac_status); }; } &&
20211 { ac_try='test -s conftest.$ac_objext'
20212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20213 (eval $ac_try) 2>&5
20214 ac_status=$?
20215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20216 (exit $ac_status); }; }; then
20217 ac_cv_sys_large_files=1
20218 else
20219 echo "$as_me: failed program was:" >&5
20220 sed 's/^/| /' conftest.$ac_ext >&5
20221
20222 ac_cv_sys_large_files=no
20223 fi
20224 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20225
20226
20227 fi
20228 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
20229 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
20230
20231 if test "$ac_cv_sys_large_files" != no; then
20232 wx_largefile=yes
20233 cat >>confdefs.h <<_ACEOF
20234 #define _LARGE_FILES $ac_cv_sys_large_files
20235 _ACEOF
20236
20237 fi
20238
20239 fi
20240
20241 echo "$as_me:$LINENO: checking if large file support is available" >&5
20242 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
20243 if test "x$wx_largefile" = "xyes"; then
20244 cat >>confdefs.h <<\_ACEOF
20245 #define HAVE_LARGEFILE_SUPPORT 1
20246 _ACEOF
20247
20248 fi
20249 echo "$as_me:$LINENO: result: $wx_largefile" >&5
20250 echo "${ECHO_T}$wx_largefile" >&6
20251 fi
20252
20253
20254 if test "x$wx_largefile" = "xyes"; then
20255 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
20256 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
20257 else
20258 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
20259 fi
20260 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20261 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
20262 if test "${ac_cv_sys_largefile_source+set}" = set; then
20263 echo $ECHO_N "(cached) $ECHO_C" >&6
20264 else
20265 while :; do
20266 ac_cv_sys_largefile_source=no
20267 cat >conftest.$ac_ext <<_ACEOF
20268 /* confdefs.h. */
20269 _ACEOF
20270 cat confdefs.h >>conftest.$ac_ext
20271 cat >>conftest.$ac_ext <<_ACEOF
20272 /* end confdefs.h. */
20273 #include <stdio.h>
20274 int
20275 main ()
20276 {
20277 return !fseeko;
20278 ;
20279 return 0;
20280 }
20281 _ACEOF
20282 rm -f conftest.$ac_objext
20283 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20284 (eval $ac_compile) 2>conftest.er1
20285 ac_status=$?
20286 grep -v '^ *+' conftest.er1 >conftest.err
20287 rm -f conftest.er1
20288 cat conftest.err >&5
20289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20290 (exit $ac_status); } &&
20291 { ac_try='test -z "$ac_c_werror_flag"
20292 || test ! -s conftest.err'
20293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20294 (eval $ac_try) 2>&5
20295 ac_status=$?
20296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20297 (exit $ac_status); }; } &&
20298 { ac_try='test -s conftest.$ac_objext'
20299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20300 (eval $ac_try) 2>&5
20301 ac_status=$?
20302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20303 (exit $ac_status); }; }; then
20304 break
20305 else
20306 echo "$as_me: failed program was:" >&5
20307 sed 's/^/| /' conftest.$ac_ext >&5
20308
20309 fi
20310 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20311 cat >conftest.$ac_ext <<_ACEOF
20312 /* confdefs.h. */
20313 _ACEOF
20314 cat confdefs.h >>conftest.$ac_ext
20315 cat >>conftest.$ac_ext <<_ACEOF
20316 /* end confdefs.h. */
20317 #define _LARGEFILE_SOURCE 1
20318 #include <stdio.h>
20319 int
20320 main ()
20321 {
20322 return !fseeko;
20323 ;
20324 return 0;
20325 }
20326 _ACEOF
20327 rm -f conftest.$ac_objext
20328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20329 (eval $ac_compile) 2>conftest.er1
20330 ac_status=$?
20331 grep -v '^ *+' conftest.er1 >conftest.err
20332 rm -f conftest.er1
20333 cat conftest.err >&5
20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); } &&
20336 { ac_try='test -z "$ac_c_werror_flag"
20337 || test ! -s conftest.err'
20338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20339 (eval $ac_try) 2>&5
20340 ac_status=$?
20341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20342 (exit $ac_status); }; } &&
20343 { ac_try='test -s conftest.$ac_objext'
20344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20345 (eval $ac_try) 2>&5
20346 ac_status=$?
20347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20348 (exit $ac_status); }; }; then
20349 ac_cv_sys_largefile_source=1; break
20350 else
20351 echo "$as_me: failed program was:" >&5
20352 sed 's/^/| /' conftest.$ac_ext >&5
20353
20354 fi
20355 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20356 break
20357 done
20358 fi
20359 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
20360 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
20361 if test "$ac_cv_sys_largefile_source" != no; then
20362
20363 cat >>confdefs.h <<_ACEOF
20364 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20365 _ACEOF
20366
20367 fi
20368 rm -f conftest*
20369
20370 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20371 # in glibc 2.1.3, but that breaks too many other things.
20372 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20373 echo "$as_me:$LINENO: checking for fseeko" >&5
20374 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20375 if test "${ac_cv_func_fseeko+set}" = set; then
20376 echo $ECHO_N "(cached) $ECHO_C" >&6
20377 else
20378 cat >conftest.$ac_ext <<_ACEOF
20379 /* confdefs.h. */
20380 _ACEOF
20381 cat confdefs.h >>conftest.$ac_ext
20382 cat >>conftest.$ac_ext <<_ACEOF
20383 /* end confdefs.h. */
20384 #include <stdio.h>
20385 int
20386 main ()
20387 {
20388 return fseeko && fseeko (stdin, 0, 0);
20389 ;
20390 return 0;
20391 }
20392 _ACEOF
20393 rm -f conftest.$ac_objext conftest$ac_exeext
20394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20395 (eval $ac_link) 2>conftest.er1
20396 ac_status=$?
20397 grep -v '^ *+' conftest.er1 >conftest.err
20398 rm -f conftest.er1
20399 cat conftest.err >&5
20400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20401 (exit $ac_status); } &&
20402 { ac_try='test -z "$ac_c_werror_flag"
20403 || test ! -s conftest.err'
20404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20405 (eval $ac_try) 2>&5
20406 ac_status=$?
20407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20408 (exit $ac_status); }; } &&
20409 { ac_try='test -s conftest$ac_exeext'
20410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20411 (eval $ac_try) 2>&5
20412 ac_status=$?
20413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20414 (exit $ac_status); }; }; then
20415 ac_cv_func_fseeko=yes
20416 else
20417 echo "$as_me: failed program was:" >&5
20418 sed 's/^/| /' conftest.$ac_ext >&5
20419
20420 ac_cv_func_fseeko=no
20421 fi
20422 rm -f conftest.err conftest.$ac_objext \
20423 conftest$ac_exeext conftest.$ac_ext
20424 fi
20425 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20426 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20427 if test $ac_cv_func_fseeko = yes; then
20428
20429 cat >>confdefs.h <<\_ACEOF
20430 #define HAVE_FSEEKO 1
20431 _ACEOF
20432
20433 fi
20434
20435 if test "$ac_cv_sys_largefile_source" != no; then
20436 WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20437 fi
20438 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20439 fi
20440
20441 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20442 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20443 if test "${ac_cv_c_bigendian+set}" = set; then
20444 echo $ECHO_N "(cached) $ECHO_C" >&6
20445 else
20446 ac_cv_c_bigendian=unknown
20447 # See if sys/param.h defines the BYTE_ORDER macro.
20448 cat >conftest.$ac_ext <<_ACEOF
20449 /* confdefs.h. */
20450 _ACEOF
20451 cat confdefs.h >>conftest.$ac_ext
20452 cat >>conftest.$ac_ext <<_ACEOF
20453 /* end confdefs.h. */
20454 #include <sys/types.h>
20455 #include <sys/param.h>
20456 int
20457 main ()
20458 {
20459
20460 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20461 bogus endian macros
20462 #endif
20463 ;
20464 return 0;
20465 }
20466 _ACEOF
20467 rm -f conftest.$ac_objext
20468 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20469 (eval $ac_compile) 2>conftest.er1
20470 ac_status=$?
20471 grep -v '^ *+' conftest.er1 >conftest.err
20472 rm -f conftest.er1
20473 cat conftest.err >&5
20474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20475 (exit $ac_status); } &&
20476 { ac_try='test -z "$ac_c_werror_flag"
20477 || test ! -s conftest.err'
20478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20479 (eval $ac_try) 2>&5
20480 ac_status=$?
20481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482 (exit $ac_status); }; } &&
20483 { ac_try='test -s conftest.$ac_objext'
20484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20485 (eval $ac_try) 2>&5
20486 ac_status=$?
20487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20488 (exit $ac_status); }; }; then
20489 # It does; now see whether it defined to BIG_ENDIAN or not.
20490 cat >conftest.$ac_ext <<_ACEOF
20491 /* confdefs.h. */
20492 _ACEOF
20493 cat confdefs.h >>conftest.$ac_ext
20494 cat >>conftest.$ac_ext <<_ACEOF
20495 /* end confdefs.h. */
20496 #include <sys/types.h>
20497 #include <sys/param.h>
20498 int
20499 main ()
20500 {
20501
20502 #if BYTE_ORDER != BIG_ENDIAN
20503 not big endian
20504 #endif
20505 ;
20506 return 0;
20507 }
20508 _ACEOF
20509 rm -f conftest.$ac_objext
20510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20511 (eval $ac_compile) 2>conftest.er1
20512 ac_status=$?
20513 grep -v '^ *+' conftest.er1 >conftest.err
20514 rm -f conftest.er1
20515 cat conftest.err >&5
20516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20517 (exit $ac_status); } &&
20518 { ac_try='test -z "$ac_c_werror_flag"
20519 || test ! -s conftest.err'
20520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20521 (eval $ac_try) 2>&5
20522 ac_status=$?
20523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20524 (exit $ac_status); }; } &&
20525 { ac_try='test -s conftest.$ac_objext'
20526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20527 (eval $ac_try) 2>&5
20528 ac_status=$?
20529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20530 (exit $ac_status); }; }; then
20531 ac_cv_c_bigendian=yes
20532 else
20533 echo "$as_me: failed program was:" >&5
20534 sed 's/^/| /' conftest.$ac_ext >&5
20535
20536 ac_cv_c_bigendian=no
20537 fi
20538 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20539 else
20540 echo "$as_me: failed program was:" >&5
20541 sed 's/^/| /' conftest.$ac_ext >&5
20542
20543 fi
20544 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20545 if test $ac_cv_c_bigendian = unknown; then
20546 if test "$cross_compiling" = yes; then
20547 ac_cv_c_bigendian=unknown
20548 else
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 main () {
20556 /* Are we little or big endian? From Harbison&Steele. */
20557 union
20558 {
20559 long l;
20560 char c[sizeof (long)];
20561 } u;
20562 u.l = 1;
20563 exit (u.c[sizeof (long) - 1] == 1);
20564 }
20565 _ACEOF
20566 rm -f conftest$ac_exeext
20567 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20568 (eval $ac_link) 2>&5
20569 ac_status=$?
20570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20573 (eval $ac_try) 2>&5
20574 ac_status=$?
20575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20576 (exit $ac_status); }; }; then
20577 ac_cv_c_bigendian=no
20578 else
20579 echo "$as_me: program exited with status $ac_status" >&5
20580 echo "$as_me: failed program was:" >&5
20581 sed 's/^/| /' conftest.$ac_ext >&5
20582
20583 ( exit $ac_status )
20584 ac_cv_c_bigendian=yes
20585 fi
20586 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20587 fi
20588 fi
20589 fi
20590 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20591 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20592 if test $ac_cv_c_bigendian = unknown; then
20593 { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
20594 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;}
20595 fi
20596 if test $ac_cv_c_bigendian = yes; then
20597 cat >>confdefs.h <<\_ACEOF
20598 #define WORDS_BIGENDIAN 1
20599 _ACEOF
20600
20601 fi
20602
20603
20604 ac_ext=cc
20605 ac_cpp='$CXXCPP $CPPFLAGS'
20606 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20607 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20608 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20609 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20610 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20611 if test -z "$CXXCPP"; then
20612 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20613 echo $ECHO_N "(cached) $ECHO_C" >&6
20614 else
20615 # Double quotes because CXXCPP needs to be expanded
20616 for CXXCPP in "$CXX -E" "/lib/cpp"
20617 do
20618 ac_preproc_ok=false
20619 for ac_cxx_preproc_warn_flag in '' yes
20620 do
20621 # Use a header file that comes with gcc, so configuring glibc
20622 # with a fresh cross-compiler works.
20623 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20624 # <limits.h> exists even on freestanding compilers.
20625 # On the NeXT, cc -E runs the code through the compiler's parser,
20626 # not just through cpp. "Syntax error" is here to catch this case.
20627 cat >conftest.$ac_ext <<_ACEOF
20628 /* confdefs.h. */
20629 _ACEOF
20630 cat confdefs.h >>conftest.$ac_ext
20631 cat >>conftest.$ac_ext <<_ACEOF
20632 /* end confdefs.h. */
20633 #ifdef __STDC__
20634 # include <limits.h>
20635 #else
20636 # include <assert.h>
20637 #endif
20638 Syntax error
20639 _ACEOF
20640 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20641 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20642 ac_status=$?
20643 grep -v '^ *+' conftest.er1 >conftest.err
20644 rm -f conftest.er1
20645 cat conftest.err >&5
20646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20647 (exit $ac_status); } >/dev/null; then
20648 if test -s conftest.err; then
20649 ac_cpp_err=$ac_cxx_preproc_warn_flag
20650 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20651 else
20652 ac_cpp_err=
20653 fi
20654 else
20655 ac_cpp_err=yes
20656 fi
20657 if test -z "$ac_cpp_err"; then
20658 :
20659 else
20660 echo "$as_me: failed program was:" >&5
20661 sed 's/^/| /' conftest.$ac_ext >&5
20662
20663 # Broken: fails on valid input.
20664 continue
20665 fi
20666 rm -f conftest.err conftest.$ac_ext
20667
20668 # OK, works on sane cases. Now check whether non-existent headers
20669 # can be detected and how.
20670 cat >conftest.$ac_ext <<_ACEOF
20671 /* confdefs.h. */
20672 _ACEOF
20673 cat confdefs.h >>conftest.$ac_ext
20674 cat >>conftest.$ac_ext <<_ACEOF
20675 /* end confdefs.h. */
20676 #include <ac_nonexistent.h>
20677 _ACEOF
20678 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20679 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20680 ac_status=$?
20681 grep -v '^ *+' conftest.er1 >conftest.err
20682 rm -f conftest.er1
20683 cat conftest.err >&5
20684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20685 (exit $ac_status); } >/dev/null; then
20686 if test -s conftest.err; then
20687 ac_cpp_err=$ac_cxx_preproc_warn_flag
20688 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20689 else
20690 ac_cpp_err=
20691 fi
20692 else
20693 ac_cpp_err=yes
20694 fi
20695 if test -z "$ac_cpp_err"; then
20696 # Broken: success on invalid input.
20697 continue
20698 else
20699 echo "$as_me: failed program was:" >&5
20700 sed 's/^/| /' conftest.$ac_ext >&5
20701
20702 # Passes both tests.
20703 ac_preproc_ok=:
20704 break
20705 fi
20706 rm -f conftest.err conftest.$ac_ext
20707
20708 done
20709 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20710 rm -f conftest.err conftest.$ac_ext
20711 if $ac_preproc_ok; then
20712 break
20713 fi
20714
20715 done
20716 ac_cv_prog_CXXCPP=$CXXCPP
20717
20718 fi
20719 CXXCPP=$ac_cv_prog_CXXCPP
20720 else
20721 ac_cv_prog_CXXCPP=$CXXCPP
20722 fi
20723 echo "$as_me:$LINENO: result: $CXXCPP" >&5
20724 echo "${ECHO_T}$CXXCPP" >&6
20725 ac_preproc_ok=false
20726 for ac_cxx_preproc_warn_flag in '' yes
20727 do
20728 # Use a header file that comes with gcc, so configuring glibc
20729 # with a fresh cross-compiler works.
20730 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20731 # <limits.h> exists even on freestanding compilers.
20732 # On the NeXT, cc -E runs the code through the compiler's parser,
20733 # not just through cpp. "Syntax error" is here to catch this case.
20734 cat >conftest.$ac_ext <<_ACEOF
20735 /* confdefs.h. */
20736 _ACEOF
20737 cat confdefs.h >>conftest.$ac_ext
20738 cat >>conftest.$ac_ext <<_ACEOF
20739 /* end confdefs.h. */
20740 #ifdef __STDC__
20741 # include <limits.h>
20742 #else
20743 # include <assert.h>
20744 #endif
20745 Syntax error
20746 _ACEOF
20747 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20748 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20749 ac_status=$?
20750 grep -v '^ *+' conftest.er1 >conftest.err
20751 rm -f conftest.er1
20752 cat conftest.err >&5
20753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20754 (exit $ac_status); } >/dev/null; then
20755 if test -s conftest.err; then
20756 ac_cpp_err=$ac_cxx_preproc_warn_flag
20757 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20758 else
20759 ac_cpp_err=
20760 fi
20761 else
20762 ac_cpp_err=yes
20763 fi
20764 if test -z "$ac_cpp_err"; then
20765 :
20766 else
20767 echo "$as_me: failed program was:" >&5
20768 sed 's/^/| /' conftest.$ac_ext >&5
20769
20770 # Broken: fails on valid input.
20771 continue
20772 fi
20773 rm -f conftest.err conftest.$ac_ext
20774
20775 # OK, works on sane cases. Now check whether non-existent headers
20776 # can be detected and how.
20777 cat >conftest.$ac_ext <<_ACEOF
20778 /* confdefs.h. */
20779 _ACEOF
20780 cat confdefs.h >>conftest.$ac_ext
20781 cat >>conftest.$ac_ext <<_ACEOF
20782 /* end confdefs.h. */
20783 #include <ac_nonexistent.h>
20784 _ACEOF
20785 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20786 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20787 ac_status=$?
20788 grep -v '^ *+' conftest.er1 >conftest.err
20789 rm -f conftest.er1
20790 cat conftest.err >&5
20791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20792 (exit $ac_status); } >/dev/null; then
20793 if test -s conftest.err; then
20794 ac_cpp_err=$ac_cxx_preproc_warn_flag
20795 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20796 else
20797 ac_cpp_err=
20798 fi
20799 else
20800 ac_cpp_err=yes
20801 fi
20802 if test -z "$ac_cpp_err"; then
20803 # Broken: success on invalid input.
20804 continue
20805 else
20806 echo "$as_me: failed program was:" >&5
20807 sed 's/^/| /' conftest.$ac_ext >&5
20808
20809 # Passes both tests.
20810 ac_preproc_ok=:
20811 break
20812 fi
20813 rm -f conftest.err conftest.$ac_ext
20814
20815 done
20816 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20817 rm -f conftest.err conftest.$ac_ext
20818 if $ac_preproc_ok; then
20819 :
20820 else
20821 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20822 See \`config.log' for more details." >&5
20823 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20824 See \`config.log' for more details." >&2;}
20825 { (exit 1); exit 1; }; }
20826 fi
20827
20828 ac_ext=cc
20829 ac_cpp='$CXXCPP $CPPFLAGS'
20830 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20831 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20832 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20833
20834
20835
20836
20837
20838 ac_ext=cc
20839 ac_cpp='$CXXCPP $CPPFLAGS'
20840 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20841 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20842 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20843
20844
20845
20846 for ac_header in iostream
20847 do
20848 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20849 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20850 echo "$as_me:$LINENO: checking for $ac_header" >&5
20851 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20852 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20853 echo $ECHO_N "(cached) $ECHO_C" >&6
20854 fi
20855 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20856 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20857 else
20858 # Is the header compilable?
20859 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20860 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20861 cat >conftest.$ac_ext <<_ACEOF
20862 /* confdefs.h. */
20863 _ACEOF
20864 cat confdefs.h >>conftest.$ac_ext
20865 cat >>conftest.$ac_ext <<_ACEOF
20866 /* end confdefs.h. */
20867 $ac_includes_default
20868 #include <$ac_header>
20869 _ACEOF
20870 rm -f conftest.$ac_objext
20871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20872 (eval $ac_compile) 2>conftest.er1
20873 ac_status=$?
20874 grep -v '^ *+' conftest.er1 >conftest.err
20875 rm -f conftest.er1
20876 cat conftest.err >&5
20877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20878 (exit $ac_status); } &&
20879 { ac_try='test -z "$ac_cxx_werror_flag"
20880 || test ! -s conftest.err'
20881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20882 (eval $ac_try) 2>&5
20883 ac_status=$?
20884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20885 (exit $ac_status); }; } &&
20886 { ac_try='test -s conftest.$ac_objext'
20887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20888 (eval $ac_try) 2>&5
20889 ac_status=$?
20890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20891 (exit $ac_status); }; }; then
20892 ac_header_compiler=yes
20893 else
20894 echo "$as_me: failed program was:" >&5
20895 sed 's/^/| /' conftest.$ac_ext >&5
20896
20897 ac_header_compiler=no
20898 fi
20899 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20900 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20901 echo "${ECHO_T}$ac_header_compiler" >&6
20902
20903 # Is the header present?
20904 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20905 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20906 cat >conftest.$ac_ext <<_ACEOF
20907 /* confdefs.h. */
20908 _ACEOF
20909 cat confdefs.h >>conftest.$ac_ext
20910 cat >>conftest.$ac_ext <<_ACEOF
20911 /* end confdefs.h. */
20912 #include <$ac_header>
20913 _ACEOF
20914 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20915 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
20916 ac_status=$?
20917 grep -v '^ *+' conftest.er1 >conftest.err
20918 rm -f conftest.er1
20919 cat conftest.err >&5
20920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20921 (exit $ac_status); } >/dev/null; then
20922 if test -s conftest.err; then
20923 ac_cpp_err=$ac_cxx_preproc_warn_flag
20924 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
20925 else
20926 ac_cpp_err=
20927 fi
20928 else
20929 ac_cpp_err=yes
20930 fi
20931 if test -z "$ac_cpp_err"; then
20932 ac_header_preproc=yes
20933 else
20934 echo "$as_me: failed program was:" >&5
20935 sed 's/^/| /' conftest.$ac_ext >&5
20936
20937 ac_header_preproc=no
20938 fi
20939 rm -f conftest.err conftest.$ac_ext
20940 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20941 echo "${ECHO_T}$ac_header_preproc" >&6
20942
20943 # So? What about this header?
20944 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20945 yes:no: )
20946 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20947 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20948 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20949 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20950 ac_header_preproc=yes
20951 ;;
20952 no:yes:* )
20953 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20954 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20955 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20956 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20957 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20958 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20959 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20960 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20961 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20962 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20963 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20964 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20965 (
20966 cat <<\_ASBOX
20967 ## ----------------------------------------- ##
20968 ## Report this to wx-dev@lists.wxwidgets.org ##
20969 ## ----------------------------------------- ##
20970 _ASBOX
20971 ) |
20972 sed "s/^/$as_me: WARNING: /" >&2
20973 ;;
20974 esac
20975 echo "$as_me:$LINENO: checking for $ac_header" >&5
20976 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20977 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20978 echo $ECHO_N "(cached) $ECHO_C" >&6
20979 else
20980 eval "$as_ac_Header=\$ac_header_preproc"
20981 fi
20982 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20983 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20984
20985 fi
20986 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20987 cat >>confdefs.h <<_ACEOF
20988 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20989 _ACEOF
20990
20991 fi
20992
20993 done
20994
20995
20996 if test "$ac_cv_header_iostream" = "yes" ; then
20997 :
20998 else
20999 cat >>confdefs.h <<\_ACEOF
21000 #define wxUSE_IOSTREAMH 1
21001 _ACEOF
21002
21003 fi
21004
21005 ac_ext=c
21006 ac_cpp='$CPP $CPPFLAGS'
21007 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21008 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21009 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21010
21011
21012
21013
21014 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
21015 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
21016 if test "${wx_cv_cpp_bool+set}" = set; then
21017 echo $ECHO_N "(cached) $ECHO_C" >&6
21018 else
21019
21020
21021
21022 ac_ext=cc
21023 ac_cpp='$CXXCPP $CPPFLAGS'
21024 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21025 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21026 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21027
21028
21029 cat >conftest.$ac_ext <<_ACEOF
21030 /* confdefs.h. */
21031 _ACEOF
21032 cat confdefs.h >>conftest.$ac_ext
21033 cat >>conftest.$ac_ext <<_ACEOF
21034 /* end confdefs.h. */
21035
21036
21037 int
21038 main ()
21039 {
21040
21041 bool b = true;
21042
21043 return 0;
21044
21045 ;
21046 return 0;
21047 }
21048 _ACEOF
21049 rm -f conftest.$ac_objext
21050 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21051 (eval $ac_compile) 2>conftest.er1
21052 ac_status=$?
21053 grep -v '^ *+' conftest.er1 >conftest.err
21054 rm -f conftest.er1
21055 cat conftest.err >&5
21056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21057 (exit $ac_status); } &&
21058 { ac_try='test -z "$ac_cxx_werror_flag"
21059 || test ! -s conftest.err'
21060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21061 (eval $ac_try) 2>&5
21062 ac_status=$?
21063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21064 (exit $ac_status); }; } &&
21065 { ac_try='test -s conftest.$ac_objext'
21066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21067 (eval $ac_try) 2>&5
21068 ac_status=$?
21069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21070 (exit $ac_status); }; }; then
21071
21072 wx_cv_cpp_bool=yes
21073
21074 else
21075 echo "$as_me: failed program was:" >&5
21076 sed 's/^/| /' conftest.$ac_ext >&5
21077
21078
21079 wx_cv_cpp_bool=no
21080
21081
21082 fi
21083 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21084
21085 ac_ext=c
21086 ac_cpp='$CPP $CPPFLAGS'
21087 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21088 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21089 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21090
21091
21092 fi
21093 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
21094 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
21095
21096 if test "$wx_cv_cpp_bool" = "yes"; then
21097 cat >>confdefs.h <<\_ACEOF
21098 #define HAVE_BOOL 1
21099 _ACEOF
21100
21101 fi
21102
21103
21104
21105 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
21106 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
21107 if test "${wx_cv_explicit+set}" = set; then
21108 echo $ECHO_N "(cached) $ECHO_C" >&6
21109 else
21110
21111
21112
21113 ac_ext=cc
21114 ac_cpp='$CXXCPP $CPPFLAGS'
21115 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21116 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21117 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21118
21119
21120 cat >conftest.$ac_ext <<_ACEOF
21121 /* confdefs.h. */
21122 _ACEOF
21123 cat confdefs.h >>conftest.$ac_ext
21124 cat >>conftest.$ac_ext <<_ACEOF
21125 /* end confdefs.h. */
21126
21127 class Foo { public: explicit Foo(int) {} };
21128
21129 int
21130 main ()
21131 {
21132
21133 return 0;
21134
21135 ;
21136 return 0;
21137 }
21138 _ACEOF
21139 rm -f conftest.$ac_objext
21140 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21141 (eval $ac_compile) 2>conftest.er1
21142 ac_status=$?
21143 grep -v '^ *+' conftest.er1 >conftest.err
21144 rm -f conftest.er1
21145 cat conftest.err >&5
21146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21147 (exit $ac_status); } &&
21148 { ac_try='test -z "$ac_cxx_werror_flag"
21149 || test ! -s conftest.err'
21150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21151 (eval $ac_try) 2>&5
21152 ac_status=$?
21153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21154 (exit $ac_status); }; } &&
21155 { ac_try='test -s conftest.$ac_objext'
21156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21157 (eval $ac_try) 2>&5
21158 ac_status=$?
21159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21160 (exit $ac_status); }; }; then
21161
21162 cat >conftest.$ac_ext <<_ACEOF
21163 /* confdefs.h. */
21164 _ACEOF
21165 cat confdefs.h >>conftest.$ac_ext
21166 cat >>conftest.$ac_ext <<_ACEOF
21167 /* end confdefs.h. */
21168
21169 class Foo { public: explicit Foo(int) {} };
21170 static void TakeFoo(const Foo& foo) { }
21171
21172 int
21173 main ()
21174 {
21175
21176 TakeFoo(17);
21177 return 0;
21178
21179 ;
21180 return 0;
21181 }
21182 _ACEOF
21183 rm -f conftest.$ac_objext
21184 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21185 (eval $ac_compile) 2>conftest.er1
21186 ac_status=$?
21187 grep -v '^ *+' conftest.er1 >conftest.err
21188 rm -f conftest.er1
21189 cat conftest.err >&5
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } &&
21192 { ac_try='test -z "$ac_cxx_werror_flag"
21193 || test ! -s conftest.err'
21194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21195 (eval $ac_try) 2>&5
21196 ac_status=$?
21197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21198 (exit $ac_status); }; } &&
21199 { ac_try='test -s conftest.$ac_objext'
21200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21201 (eval $ac_try) 2>&5
21202 ac_status=$?
21203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21204 (exit $ac_status); }; }; then
21205 wx_cv_explicit=no
21206 else
21207 echo "$as_me: failed program was:" >&5
21208 sed 's/^/| /' conftest.$ac_ext >&5
21209
21210 wx_cv_explicit=yes
21211
21212 fi
21213 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21214
21215 else
21216 echo "$as_me: failed program was:" >&5
21217 sed 's/^/| /' conftest.$ac_ext >&5
21218
21219 wx_cv_explicit=no
21220
21221 fi
21222 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21223
21224 ac_ext=c
21225 ac_cpp='$CPP $CPPFLAGS'
21226 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21227 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21228 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21229
21230
21231 fi
21232 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
21233 echo "${ECHO_T}$wx_cv_explicit" >&6
21234
21235 if test "$wx_cv_explicit" = "yes"; then
21236 cat >>confdefs.h <<\_ACEOF
21237 #define HAVE_EXPLICIT 1
21238 _ACEOF
21239
21240 fi
21241
21242
21243 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
21244 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
21245 if test "${ac_cv_cxx_const_cast+set}" = set; then
21246 echo $ECHO_N "(cached) $ECHO_C" >&6
21247 else
21248
21249
21250 ac_ext=cc
21251 ac_cpp='$CXXCPP $CPPFLAGS'
21252 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21253 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21254 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21255
21256 cat >conftest.$ac_ext <<_ACEOF
21257 /* confdefs.h. */
21258 _ACEOF
21259 cat confdefs.h >>conftest.$ac_ext
21260 cat >>conftest.$ac_ext <<_ACEOF
21261 /* end confdefs.h. */
21262
21263 int
21264 main ()
21265 {
21266 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
21267 ;
21268 return 0;
21269 }
21270 _ACEOF
21271 rm -f conftest.$ac_objext
21272 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21273 (eval $ac_compile) 2>conftest.er1
21274 ac_status=$?
21275 grep -v '^ *+' conftest.er1 >conftest.err
21276 rm -f conftest.er1
21277 cat conftest.err >&5
21278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21279 (exit $ac_status); } &&
21280 { ac_try='test -z "$ac_cxx_werror_flag"
21281 || test ! -s conftest.err'
21282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21283 (eval $ac_try) 2>&5
21284 ac_status=$?
21285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21286 (exit $ac_status); }; } &&
21287 { ac_try='test -s conftest.$ac_objext'
21288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21289 (eval $ac_try) 2>&5
21290 ac_status=$?
21291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); }; }; then
21293 ac_cv_cxx_const_cast=yes
21294 else
21295 echo "$as_me: failed program was:" >&5
21296 sed 's/^/| /' conftest.$ac_ext >&5
21297
21298 ac_cv_cxx_const_cast=no
21299 fi
21300 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21301 ac_ext=c
21302 ac_cpp='$CPP $CPPFLAGS'
21303 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21304 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21305 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21306
21307
21308 fi
21309 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
21310 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
21311 if test "$ac_cv_cxx_const_cast" = yes; then
21312
21313 cat >>confdefs.h <<\_ACEOF
21314 #define HAVE_CONST_CAST
21315 _ACEOF
21316
21317 fi
21318
21319 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
21320 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
21321 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
21322 echo $ECHO_N "(cached) $ECHO_C" >&6
21323 else
21324
21325
21326 ac_ext=cc
21327 ac_cpp='$CXXCPP $CPPFLAGS'
21328 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21329 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21330 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21331
21332 cat >conftest.$ac_ext <<_ACEOF
21333 /* confdefs.h. */
21334 _ACEOF
21335 cat confdefs.h >>conftest.$ac_ext
21336 cat >>conftest.$ac_ext <<_ACEOF
21337 /* end confdefs.h. */
21338 #include <typeinfo>
21339 class Base { public : Base () {} virtual void f () = 0;};
21340 class Derived : public Base { public : Derived () {} virtual void f () {} };
21341 class Unrelated { public : Unrelated () {} };
21342 int g (Unrelated&) { return 0; }
21343 int
21344 main ()
21345 {
21346
21347 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
21348 ;
21349 return 0;
21350 }
21351 _ACEOF
21352 rm -f conftest.$ac_objext
21353 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21354 (eval $ac_compile) 2>conftest.er1
21355 ac_status=$?
21356 grep -v '^ *+' conftest.er1 >conftest.err
21357 rm -f conftest.er1
21358 cat conftest.err >&5
21359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21360 (exit $ac_status); } &&
21361 { ac_try='test -z "$ac_cxx_werror_flag"
21362 || test ! -s conftest.err'
21363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21364 (eval $ac_try) 2>&5
21365 ac_status=$?
21366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21367 (exit $ac_status); }; } &&
21368 { ac_try='test -s conftest.$ac_objext'
21369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21370 (eval $ac_try) 2>&5
21371 ac_status=$?
21372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21373 (exit $ac_status); }; }; then
21374 ac_cv_cxx_reinterpret_cast=yes
21375 else
21376 echo "$as_me: failed program was:" >&5
21377 sed 's/^/| /' conftest.$ac_ext >&5
21378
21379 ac_cv_cxx_reinterpret_cast=no
21380 fi
21381 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21382 ac_ext=c
21383 ac_cpp='$CPP $CPPFLAGS'
21384 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21385 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21386 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21387
21388
21389 fi
21390 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21391 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21392 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21393
21394 cat >>confdefs.h <<\_ACEOF
21395 #define HAVE_REINTERPRET_CAST
21396 _ACEOF
21397
21398 fi
21399
21400 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21401 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21402 if test "${ac_cv_cxx_static_cast+set}" = set; then
21403 echo $ECHO_N "(cached) $ECHO_C" >&6
21404 else
21405
21406
21407 ac_ext=cc
21408 ac_cpp='$CXXCPP $CPPFLAGS'
21409 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21410 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21411 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21412
21413 cat >conftest.$ac_ext <<_ACEOF
21414 /* confdefs.h. */
21415 _ACEOF
21416 cat confdefs.h >>conftest.$ac_ext
21417 cat >>conftest.$ac_ext <<_ACEOF
21418 /* end confdefs.h. */
21419 #include <typeinfo>
21420 class Base { public : Base () {} virtual void f () = 0; };
21421 class Derived : public Base { public : Derived () {} virtual void f () {} };
21422 int g (Derived&) { return 0; }
21423 int
21424 main ()
21425 {
21426
21427 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21428 ;
21429 return 0;
21430 }
21431 _ACEOF
21432 rm -f conftest.$ac_objext
21433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21434 (eval $ac_compile) 2>conftest.er1
21435 ac_status=$?
21436 grep -v '^ *+' conftest.er1 >conftest.err
21437 rm -f conftest.er1
21438 cat conftest.err >&5
21439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21440 (exit $ac_status); } &&
21441 { ac_try='test -z "$ac_cxx_werror_flag"
21442 || test ! -s conftest.err'
21443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21444 (eval $ac_try) 2>&5
21445 ac_status=$?
21446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21447 (exit $ac_status); }; } &&
21448 { ac_try='test -s conftest.$ac_objext'
21449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21450 (eval $ac_try) 2>&5
21451 ac_status=$?
21452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21453 (exit $ac_status); }; }; then
21454 ac_cv_cxx_static_cast=yes
21455 else
21456 echo "$as_me: failed program was:" >&5
21457 sed 's/^/| /' conftest.$ac_ext >&5
21458
21459 ac_cv_cxx_static_cast=no
21460 fi
21461 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21462 ac_ext=c
21463 ac_cpp='$CPP $CPPFLAGS'
21464 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21465 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21466 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21467
21468
21469 fi
21470 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21471 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21472 if test "$ac_cv_cxx_static_cast" = yes; then
21473
21474 cat >>confdefs.h <<\_ACEOF
21475 #define HAVE_STATIC_CAST
21476 _ACEOF
21477
21478 fi
21479
21480
21481 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21482 ac_ext=cc
21483 ac_cpp='$CXXCPP $CPPFLAGS'
21484 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21485 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21486 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21487
21488
21489 if test "$wxUSE_UNICODE" = "yes"; then
21490 std_string="std::wstring"
21491 char_type="wchar_t"
21492 else
21493 std_string="std::string"
21494 char_type="char"
21495 fi
21496
21497 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
21498 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
21499 cat >conftest.$ac_ext <<_ACEOF
21500 /* confdefs.h. */
21501 _ACEOF
21502 cat confdefs.h >>conftest.$ac_ext
21503 cat >>conftest.$ac_ext <<_ACEOF
21504 /* end confdefs.h. */
21505 #include <string>
21506 int
21507 main ()
21508 {
21509 $std_string foo;
21510 ;
21511 return 0;
21512 }
21513 _ACEOF
21514 rm -f conftest.$ac_objext
21515 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21516 (eval $ac_compile) 2>conftest.er1
21517 ac_status=$?
21518 grep -v '^ *+' conftest.er1 >conftest.err
21519 rm -f conftest.er1
21520 cat conftest.err >&5
21521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21522 (exit $ac_status); } &&
21523 { ac_try='test -z "$ac_cxx_werror_flag"
21524 || test ! -s conftest.err'
21525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21526 (eval $ac_try) 2>&5
21527 ac_status=$?
21528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21529 (exit $ac_status); }; } &&
21530 { ac_try='test -s conftest.$ac_objext'
21531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21532 (eval $ac_try) 2>&5
21533 ac_status=$?
21534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21535 (exit $ac_status); }; }; then
21536 echo "$as_me:$LINENO: result: yes" >&5
21537 echo "${ECHO_T}yes" >&6
21538 cat >>confdefs.h <<\_ACEOF
21539 #define HAVE_STD_WSTRING 1
21540 _ACEOF
21541
21542 else
21543 echo "$as_me: failed program was:" >&5
21544 sed 's/^/| /' conftest.$ac_ext >&5
21545
21546 echo "$as_me:$LINENO: result: no" >&5
21547 echo "${ECHO_T}no" >&6
21548 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
21549 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
21550 cat >conftest.$ac_ext <<_ACEOF
21551 /* confdefs.h. */
21552 _ACEOF
21553 cat confdefs.h >>conftest.$ac_ext
21554 cat >>conftest.$ac_ext <<_ACEOF
21555 /* end confdefs.h. */
21556
21557 #ifdef HAVE_WCHAR_H
21558 # ifdef __CYGWIN__
21559 # include <stddef.h>
21560 # endif
21561 # include <wchar.h>
21562 #endif
21563 #ifdef HAVE_STDLIB_H
21564 # include <stdlib.h>
21565 #endif
21566 #include <stdio.h>
21567 #include <string>
21568
21569 int
21570 main ()
21571 {
21572 std::basic_string<$char_type> foo;
21573 const $char_type* dummy = foo.c_str();
21574 ;
21575 return 0;
21576 }
21577 _ACEOF
21578 rm -f conftest.$ac_objext
21579 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21580 (eval $ac_compile) 2>conftest.er1
21581 ac_status=$?
21582 grep -v '^ *+' conftest.er1 >conftest.err
21583 rm -f conftest.er1
21584 cat conftest.err >&5
21585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21586 (exit $ac_status); } &&
21587 { ac_try='test -z "$ac_cxx_werror_flag"
21588 || test ! -s conftest.err'
21589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21590 (eval $ac_try) 2>&5
21591 ac_status=$?
21592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21593 (exit $ac_status); }; } &&
21594 { ac_try='test -s conftest.$ac_objext'
21595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21596 (eval $ac_try) 2>&5
21597 ac_status=$?
21598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21599 (exit $ac_status); }; }; then
21600 echo "$as_me:$LINENO: result: yes" >&5
21601 echo "${ECHO_T}yes" >&6
21602 else
21603 echo "$as_me: failed program was:" >&5
21604 sed 's/^/| /' conftest.$ac_ext >&5
21605
21606 echo "$as_me:$LINENO: result: no" >&5
21607 echo "${ECHO_T}no" >&6
21608 if test "$wxUSE_STL" = "yes"; then
21609 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
21610 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
21611 { (exit 1); exit 1; }; }
21612 elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then
21613 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
21614 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
21615 { (exit 1); exit 1; }; }
21616 else
21617 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21618 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21619 wxUSE_STD_STRING=no
21620 fi
21621
21622
21623 fi
21624 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21625
21626 fi
21627 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21628
21629 ac_ext=c
21630 ac_cpp='$CPP $CPPFLAGS'
21631 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21632 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21633 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21634
21635 fi
21636
21637 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21638 ac_ext=cc
21639 ac_cpp='$CXXCPP $CPPFLAGS'
21640 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21641 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21642 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21643
21644
21645 echo "$as_me:$LINENO: checking for std::istream" >&5
21646 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
21647 if test "${ac_cv_type_std__istream+set}" = set; then
21648 echo $ECHO_N "(cached) $ECHO_C" >&6
21649 else
21650 cat >conftest.$ac_ext <<_ACEOF
21651 /* confdefs.h. */
21652 _ACEOF
21653 cat confdefs.h >>conftest.$ac_ext
21654 cat >>conftest.$ac_ext <<_ACEOF
21655 /* end confdefs.h. */
21656 #include <iostream>
21657
21658 int
21659 main ()
21660 {
21661 if ((std::istream *) 0)
21662 return 0;
21663 if (sizeof (std::istream))
21664 return 0;
21665 ;
21666 return 0;
21667 }
21668 _ACEOF
21669 rm -f conftest.$ac_objext
21670 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21671 (eval $ac_compile) 2>conftest.er1
21672 ac_status=$?
21673 grep -v '^ *+' conftest.er1 >conftest.err
21674 rm -f conftest.er1
21675 cat conftest.err >&5
21676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677 (exit $ac_status); } &&
21678 { ac_try='test -z "$ac_cxx_werror_flag"
21679 || test ! -s conftest.err'
21680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21681 (eval $ac_try) 2>&5
21682 ac_status=$?
21683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21684 (exit $ac_status); }; } &&
21685 { ac_try='test -s conftest.$ac_objext'
21686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21687 (eval $ac_try) 2>&5
21688 ac_status=$?
21689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21690 (exit $ac_status); }; }; then
21691 ac_cv_type_std__istream=yes
21692 else
21693 echo "$as_me: failed program was:" >&5
21694 sed 's/^/| /' conftest.$ac_ext >&5
21695
21696 ac_cv_type_std__istream=no
21697 fi
21698 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21699 fi
21700 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
21701 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
21702 if test $ac_cv_type_std__istream = yes; then
21703
21704 cat >>confdefs.h <<_ACEOF
21705 #define HAVE_STD__ISTREAM 1
21706 _ACEOF
21707
21708
21709 else
21710 wxUSE_STD_IOSTREAM=no
21711 fi
21712 echo "$as_me:$LINENO: checking for std::ostream" >&5
21713 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
21714 if test "${ac_cv_type_std__ostream+set}" = set; then
21715 echo $ECHO_N "(cached) $ECHO_C" >&6
21716 else
21717 cat >conftest.$ac_ext <<_ACEOF
21718 /* confdefs.h. */
21719 _ACEOF
21720 cat confdefs.h >>conftest.$ac_ext
21721 cat >>conftest.$ac_ext <<_ACEOF
21722 /* end confdefs.h. */
21723 #include <iostream>
21724
21725 int
21726 main ()
21727 {
21728 if ((std::ostream *) 0)
21729 return 0;
21730 if (sizeof (std::ostream))
21731 return 0;
21732 ;
21733 return 0;
21734 }
21735 _ACEOF
21736 rm -f conftest.$ac_objext
21737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21738 (eval $ac_compile) 2>conftest.er1
21739 ac_status=$?
21740 grep -v '^ *+' conftest.er1 >conftest.err
21741 rm -f conftest.er1
21742 cat conftest.err >&5
21743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21744 (exit $ac_status); } &&
21745 { ac_try='test -z "$ac_cxx_werror_flag"
21746 || test ! -s conftest.err'
21747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21748 (eval $ac_try) 2>&5
21749 ac_status=$?
21750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751 (exit $ac_status); }; } &&
21752 { ac_try='test -s conftest.$ac_objext'
21753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21754 (eval $ac_try) 2>&5
21755 ac_status=$?
21756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21757 (exit $ac_status); }; }; then
21758 ac_cv_type_std__ostream=yes
21759 else
21760 echo "$as_me: failed program was:" >&5
21761 sed 's/^/| /' conftest.$ac_ext >&5
21762
21763 ac_cv_type_std__ostream=no
21764 fi
21765 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21766 fi
21767 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
21768 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
21769 if test $ac_cv_type_std__ostream = yes; then
21770
21771 cat >>confdefs.h <<_ACEOF
21772 #define HAVE_STD__OSTREAM 1
21773 _ACEOF
21774
21775
21776 else
21777 wxUSE_STD_IOSTREAM=no
21778 fi
21779
21780
21781 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21782 if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then
21783 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
21784 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
21785 { (exit 1); exit 1; }; }
21786 else
21787 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21788 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21789 fi
21790 fi
21791
21792 ac_ext=c
21793 ac_cpp='$CPP $CPPFLAGS'
21794 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21795 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21796 ac_compiler_gnu=$ac_cv_c_compiler_gnu
21797
21798 fi
21799
21800 if test "$wxUSE_STL" = "yes"; then
21801 ac_ext=cc
21802 ac_cpp='$CXXCPP $CPPFLAGS'
21803 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21804 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21805 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21806
21807
21808 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21809 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
21810 cat >conftest.$ac_ext <<_ACEOF
21811 /* confdefs.h. */
21812 _ACEOF
21813 cat confdefs.h >>conftest.$ac_ext
21814 cat >>conftest.$ac_ext <<_ACEOF
21815 /* end confdefs.h. */
21816 #include <string>
21817 #include <functional>
21818 #include <algorithm>
21819 #include <vector>
21820 #include <list>
21821 int
21822 main ()
21823 {
21824 std::vector<int> moo;
21825 std::list<int> foo;
21826 std::vector<int>::iterator it =
21827 std::find_if(moo.begin(), moo.end(),
21828 std::bind2nd(std::less<int>(), 3));
21829 ;
21830 return 0;
21831 }
21832 _ACEOF
21833 rm -f conftest.$ac_objext
21834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21835 (eval $ac_compile) 2>conftest.er1
21836 ac_status=$?
21837 grep -v '^ *+' conftest.er1 >conftest.err
21838 rm -f conftest.er1
21839 cat conftest.err >&5
21840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21841 (exit $ac_status); } &&
21842 { ac_try='test -z "$ac_cxx_werror_flag"
21843 || test ! -s conftest.err'
21844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21845 (eval $ac_try) 2>&5
21846 ac_status=$?
21847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21848 (exit $ac_status); }; } &&
21849 { ac_try='test -s conftest.$ac_objext'
21850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21851 (eval $ac_try) 2>&5
21852 ac_status=$?
21853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21854 (exit $ac_status); }; }; then
21855 echo "$as_me:$LINENO: result: yes" >&5
21856 echo "${ECHO_T}yes" >&6
21857 else
21858 echo "$as_me: failed program was:" >&5
21859 sed 's/^/| /' conftest.$ac_ext >&5
21860
21861 echo "$as_me:$LINENO: result: no" >&5
21862 echo "${ECHO_T}no" >&6
21863 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
21864 echo "$as_me: error: Basic STL functionality missing" >&2;}
21865 { (exit 1); exit 1; }; }
21866 fi
21867 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21868
21869 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
21870 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
21871 cat >conftest.$ac_ext <<_ACEOF
21872 /* confdefs.h. */
21873 _ACEOF
21874 cat confdefs.h >>conftest.$ac_ext
21875 cat >>conftest.$ac_ext <<_ACEOF
21876 /* end confdefs.h. */
21877 #include <string>
21878 int
21879 main ()
21880 {
21881 std::string foo, bar;
21882 foo.compare(bar);
21883 foo.compare(1, 1, bar);
21884 foo.compare(1, 1, bar, 1, 1);
21885 foo.compare("");
21886 foo.compare(1, 1, "");
21887 foo.compare(1, 1, "", 2);
21888 ;
21889 return 0;
21890 }
21891 _ACEOF
21892 rm -f conftest.$ac_objext
21893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21894 (eval $ac_compile) 2>conftest.er1
21895 ac_status=$?
21896 grep -v '^ *+' conftest.er1 >conftest.err
21897 rm -f conftest.er1
21898 cat conftest.err >&5
21899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21900 (exit $ac_status); } &&
21901 { ac_try='test -z "$ac_cxx_werror_flag"
21902 || test ! -s conftest.err'
21903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21904 (eval $ac_try) 2>&5
21905 ac_status=$?
21906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21907 (exit $ac_status); }; } &&
21908 { ac_try='test -s conftest.$ac_objext'
21909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21910 (eval $ac_try) 2>&5
21911 ac_status=$?
21912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21913 (exit $ac_status); }; }; then
21914 echo "$as_me:$LINENO: result: yes" >&5
21915 echo "${ECHO_T}yes" >&6
21916 cat >>confdefs.h <<\_ACEOF
21917 #define HAVE_STD_STRING_COMPARE 1
21918 _ACEOF
21919
21920 else
21921 echo "$as_me: failed program was:" >&5
21922 sed 's/^/| /' conftest.$ac_ext >&5
21923
21924 echo "$as_me:$LINENO: result: no" >&5
21925 echo "${ECHO_T}no" >&6
21926 fi
21927 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21928
21929 if test "${ac_cv_header_hash_map+set}" = set; then
21930 echo "$as_me:$LINENO: checking for hash_map" >&5
21931 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21932 if test "${ac_cv_header_hash_map+set}" = set; then
21933 echo $ECHO_N "(cached) $ECHO_C" >&6
21934 fi
21935 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21936 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21937 else
21938 # Is the header compilable?
21939 echo "$as_me:$LINENO: checking hash_map usability" >&5
21940 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
21941 cat >conftest.$ac_ext <<_ACEOF
21942 /* confdefs.h. */
21943 _ACEOF
21944 cat confdefs.h >>conftest.$ac_ext
21945 cat >>conftest.$ac_ext <<_ACEOF
21946 /* end confdefs.h. */
21947 $ac_includes_default
21948 #include <hash_map>
21949 _ACEOF
21950 rm -f conftest.$ac_objext
21951 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21952 (eval $ac_compile) 2>conftest.er1
21953 ac_status=$?
21954 grep -v '^ *+' conftest.er1 >conftest.err
21955 rm -f conftest.er1
21956 cat conftest.err >&5
21957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21958 (exit $ac_status); } &&
21959 { ac_try='test -z "$ac_cxx_werror_flag"
21960 || test ! -s conftest.err'
21961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21962 (eval $ac_try) 2>&5
21963 ac_status=$?
21964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21965 (exit $ac_status); }; } &&
21966 { ac_try='test -s conftest.$ac_objext'
21967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21968 (eval $ac_try) 2>&5
21969 ac_status=$?
21970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21971 (exit $ac_status); }; }; then
21972 ac_header_compiler=yes
21973 else
21974 echo "$as_me: failed program was:" >&5
21975 sed 's/^/| /' conftest.$ac_ext >&5
21976
21977 ac_header_compiler=no
21978 fi
21979 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21980 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21981 echo "${ECHO_T}$ac_header_compiler" >&6
21982
21983 # Is the header present?
21984 echo "$as_me:$LINENO: checking hash_map presence" >&5
21985 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
21986 cat >conftest.$ac_ext <<_ACEOF
21987 /* confdefs.h. */
21988 _ACEOF
21989 cat confdefs.h >>conftest.$ac_ext
21990 cat >>conftest.$ac_ext <<_ACEOF
21991 /* end confdefs.h. */
21992 #include <hash_map>
21993 _ACEOF
21994 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21995 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21996 ac_status=$?
21997 grep -v '^ *+' conftest.er1 >conftest.err
21998 rm -f conftest.er1
21999 cat conftest.err >&5
22000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22001 (exit $ac_status); } >/dev/null; then
22002 if test -s conftest.err; then
22003 ac_cpp_err=$ac_cxx_preproc_warn_flag
22004 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
22005 else
22006 ac_cpp_err=
22007 fi
22008 else
22009 ac_cpp_err=yes
22010 fi
22011 if test -z "$ac_cpp_err"; then
22012 ac_header_preproc=yes
22013 else
22014 echo "$as_me: failed program was:" >&5
22015 sed 's/^/| /' conftest.$ac_ext >&5
22016
22017 ac_header_preproc=no
22018 fi
22019 rm -f conftest.err conftest.$ac_ext
22020 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22021 echo "${ECHO_T}$ac_header_preproc" >&6
22022
22023 # So? What about this header?
22024 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22025 yes:no: )
22026 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22027 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
22028 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
22029 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
22030 ac_header_preproc=yes
22031 ;;
22032 no:yes:* )
22033 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
22034 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
22035 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
22036 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
22037 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
22038 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
22039 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
22040 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
22041 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
22042 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
22043 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
22044 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
22045 (
22046 cat <<\_ASBOX
22047 ## ----------------------------------------- ##
22048 ## Report this to wx-dev@lists.wxwidgets.org ##
22049 ## ----------------------------------------- ##
22050 _ASBOX
22051 ) |
22052 sed "s/^/$as_me: WARNING: /" >&2
22053 ;;
22054 esac
22055 echo "$as_me:$LINENO: checking for hash_map" >&5
22056 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22057 if test "${ac_cv_header_hash_map+set}" = set; then
22058 echo $ECHO_N "(cached) $ECHO_C" >&6
22059 else
22060 ac_cv_header_hash_map=$ac_header_preproc
22061 fi
22062 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22063 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22064
22065 fi
22066 if test $ac_cv_header_hash_map = yes; then
22067 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22068 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22069 cat >conftest.$ac_ext <<_ACEOF
22070 /* confdefs.h. */
22071 _ACEOF
22072 cat confdefs.h >>conftest.$ac_ext
22073 cat >>conftest.$ac_ext <<_ACEOF
22074 /* end confdefs.h. */
22075 #include <hash_map>
22076 #include <hash_set>
22077 int
22078 main ()
22079 {
22080 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
22081 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
22082 ;
22083 return 0;
22084 }
22085 _ACEOF
22086 rm -f conftest.$ac_objext
22087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22088 (eval $ac_compile) 2>conftest.er1
22089 ac_status=$?
22090 grep -v '^ *+' conftest.er1 >conftest.err
22091 rm -f conftest.er1
22092 cat conftest.err >&5
22093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22094 (exit $ac_status); } &&
22095 { ac_try='test -z "$ac_cxx_werror_flag"
22096 || test ! -s conftest.err'
22097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22098 (eval $ac_try) 2>&5
22099 ac_status=$?
22100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22101 (exit $ac_status); }; } &&
22102 { ac_try='test -s conftest.$ac_objext'
22103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22104 (eval $ac_try) 2>&5
22105 ac_status=$?
22106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22107 (exit $ac_status); }; }; then
22108 echo "$as_me:$LINENO: result: yes" >&5
22109 echo "${ECHO_T}yes" >&6
22110 cat >>confdefs.h <<\_ACEOF
22111 #define HAVE_HASH_MAP 1
22112 _ACEOF
22113
22114 cat >>confdefs.h <<\_ACEOF
22115 #define HAVE_STD_HASH_MAP 1
22116 _ACEOF
22117
22118 else
22119 echo "$as_me: failed program was:" >&5
22120 sed 's/^/| /' conftest.$ac_ext >&5
22121
22122 echo "$as_me:$LINENO: result: no" >&5
22123 echo "${ECHO_T}no" >&6
22124 fi
22125 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22126
22127 fi
22128
22129
22130
22131 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22132 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22133 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22134 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22135 echo $ECHO_N "(cached) $ECHO_C" >&6
22136 fi
22137 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22138 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22139 else
22140 # Is the header compilable?
22141 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
22142 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
22143 cat >conftest.$ac_ext <<_ACEOF
22144 /* confdefs.h. */
22145 _ACEOF
22146 cat confdefs.h >>conftest.$ac_ext
22147 cat >>conftest.$ac_ext <<_ACEOF
22148 /* end confdefs.h. */
22149 $ac_includes_default
22150 #include <ext/hash_map>
22151 _ACEOF
22152 rm -f conftest.$ac_objext
22153 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22154 (eval $ac_compile) 2>conftest.er1
22155 ac_status=$?
22156 grep -v '^ *+' conftest.er1 >conftest.err
22157 rm -f conftest.er1
22158 cat conftest.err >&5
22159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22160 (exit $ac_status); } &&
22161 { ac_try='test -z "$ac_cxx_werror_flag"
22162 || test ! -s conftest.err'
22163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22164 (eval $ac_try) 2>&5
22165 ac_status=$?
22166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22167 (exit $ac_status); }; } &&
22168 { ac_try='test -s conftest.$ac_objext'
22169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22170 (eval $ac_try) 2>&5
22171 ac_status=$?
22172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22173 (exit $ac_status); }; }; then
22174 ac_header_compiler=yes
22175 else
22176 echo "$as_me: failed program was:" >&5
22177 sed 's/^/| /' conftest.$ac_ext >&5
22178
22179 ac_header_compiler=no
22180 fi
22181 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22182 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22183 echo "${ECHO_T}$ac_header_compiler" >&6
22184
22185 # Is the header present?
22186 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
22187 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
22188 cat >conftest.$ac_ext <<_ACEOF
22189 /* confdefs.h. */
22190 _ACEOF
22191 cat confdefs.h >>conftest.$ac_ext
22192 cat >>conftest.$ac_ext <<_ACEOF
22193 /* end confdefs.h. */
22194 #include <ext/hash_map>
22195 _ACEOF
22196 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22197 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22198 ac_status=$?
22199 grep -v '^ *+' conftest.er1 >conftest.err
22200 rm -f conftest.er1
22201 cat conftest.err >&5
22202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22203 (exit $ac_status); } >/dev/null; then
22204 if test -s conftest.err; then
22205 ac_cpp_err=$ac_cxx_preproc_warn_flag
22206 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
22207 else
22208 ac_cpp_err=
22209 fi
22210 else
22211 ac_cpp_err=yes
22212 fi
22213 if test -z "$ac_cpp_err"; then
22214 ac_header_preproc=yes
22215 else
22216 echo "$as_me: failed program was:" >&5
22217 sed 's/^/| /' conftest.$ac_ext >&5
22218
22219 ac_header_preproc=no
22220 fi
22221 rm -f conftest.err conftest.$ac_ext
22222 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22223 echo "${ECHO_T}$ac_header_preproc" >&6
22224
22225 # So? What about this header?
22226 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22227 yes:no: )
22228 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22229 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
22230 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
22231 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
22232 ac_header_preproc=yes
22233 ;;
22234 no:yes:* )
22235 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
22236 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
22237 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
22238 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
22239 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
22240 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
22241 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
22242 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
22243 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
22244 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
22245 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
22246 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
22247 (
22248 cat <<\_ASBOX
22249 ## ----------------------------------------- ##
22250 ## Report this to wx-dev@lists.wxwidgets.org ##
22251 ## ----------------------------------------- ##
22252 _ASBOX
22253 ) |
22254 sed "s/^/$as_me: WARNING: /" >&2
22255 ;;
22256 esac
22257 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22258 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22259 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22260 echo $ECHO_N "(cached) $ECHO_C" >&6
22261 else
22262 ac_cv_header_ext_hash_map=$ac_header_preproc
22263 fi
22264 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22265 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22266
22267 fi
22268 if test $ac_cv_header_ext_hash_map = yes; then
22269 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22270 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22271 cat >conftest.$ac_ext <<_ACEOF
22272 /* confdefs.h. */
22273 _ACEOF
22274 cat confdefs.h >>conftest.$ac_ext
22275 cat >>conftest.$ac_ext <<_ACEOF
22276 /* end confdefs.h. */
22277 #include <ext/hash_map>
22278 #include <ext/hash_set>
22279 int
22280 main ()
22281 {
22282 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
22283 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
22284 ;
22285 return 0;
22286 }
22287 _ACEOF
22288 rm -f conftest.$ac_objext
22289 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22290 (eval $ac_compile) 2>conftest.er1
22291 ac_status=$?
22292 grep -v '^ *+' conftest.er1 >conftest.err
22293 rm -f conftest.er1
22294 cat conftest.err >&5
22295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22296 (exit $ac_status); } &&
22297 { ac_try='test -z "$ac_cxx_werror_flag"
22298 || test ! -s conftest.err'
22299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22300 (eval $ac_try) 2>&5
22301 ac_status=$?
22302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22303 (exit $ac_status); }; } &&
22304 { ac_try='test -s conftest.$ac_objext'
22305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22306 (eval $ac_try) 2>&5
22307 ac_status=$?
22308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22309 (exit $ac_status); }; }; then
22310 echo "$as_me:$LINENO: result: yes" >&5
22311 echo "${ECHO_T}yes" >&6
22312 cat >>confdefs.h <<\_ACEOF
22313 #define HAVE_EXT_HASH_MAP 1
22314 _ACEOF
22315
22316 cat >>confdefs.h <<\_ACEOF
22317 #define HAVE_GNU_CXX_HASH_MAP 1
22318 _ACEOF
22319
22320 else
22321 echo "$as_me: failed program was:" >&5
22322 sed 's/^/| /' conftest.$ac_ext >&5
22323
22324 echo "$as_me:$LINENO: result: no" >&5
22325 echo "${ECHO_T}no" >&6
22326 fi
22327 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22328
22329 fi
22330
22331
22332
22333 ac_ext=c
22334 ac_cpp='$CPP $CPPFLAGS'
22335 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22336 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22337 ac_compiler_gnu=$ac_cv_c_compiler_gnu
22338
22339 fi
22340
22341
22342 SEARCH_INCLUDE="\
22343 /usr/local/include \
22344 \
22345 /usr/Motif-2.1/include \
22346 /usr/Motif-1.2/include \
22347 /usr/include/Motif1.2 \
22348 /opt/xpm/include/X11 \
22349 /opt/GBxpm/include/ \
22350 /opt/GBxpm/X11/include/ \
22351 \
22352 /usr/dt/include \
22353 /usr/openwin/include \
22354 \
22355 /usr/include/Xm \
22356 \
22357 /usr/X11R6/include \
22358 /usr/X11R6.4/include \
22359 /usr/X11R5/include \
22360 /usr/X11R4/include \
22361 \
22362 /usr/include/X11R6 \
22363 /usr/include/X11R5 \
22364 /usr/include/X11R4 \
22365 \
22366 /usr/local/X11R6/include \
22367 /usr/local/X11R5/include \
22368 /usr/local/X11R4/include \
22369 \
22370 /usr/local/include/X11R6 \
22371 /usr/local/include/X11R5 \
22372 /usr/local/include/X11R4 \
22373 \
22374 /usr/X11/include \
22375 /usr/include/X11 \
22376 /usr/local/X11/include \
22377 /usr/local/include/X11 \
22378 \
22379 /usr/X386/include \
22380 /usr/x386/include \
22381 /usr/XFree86/include/X11 \
22382 \
22383 X:/XFree86/include \
22384 X:/XFree86/include/X11 \
22385 \
22386 /usr/include/gtk \
22387 /usr/local/include/gtk \
22388 /usr/include/glib \
22389 /usr/local/include/glib \
22390 \
22391 /usr/include/qt \
22392 /usr/local/include/qt \
22393 \
22394 /usr/local/arm/3.3.2/include \
22395 \
22396 /usr/include/windows \
22397 /usr/include/wine \
22398 /usr/local/include/wine \
22399 \
22400 /usr/unsupported/include \
22401 /usr/athena/include \
22402 /usr/local/x11r5/include \
22403 /usr/lpp/Xamples/include \
22404 \
22405 /usr/openwin/share/include"
22406
22407 SEARCH_LIB="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`"
22408
22409 if test "$build" != "$host" -a "$GCC" = yes; then
22410 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
22411 cross_root=`dirname $cross_root`
22412 cross_root=`dirname $cross_root`
22413
22414 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22415 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22416
22417 if test -z "$PKG_CONFIG_PATH"; then
22418 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
22419 export PKG_CONFIG_PATH
22420 fi
22421
22422 if test -z "$x_includes" -o "$x_includes" = NONE; then
22423
22424 ac_find_includes=
22425 for ac_dir in $SEARCH_INCLUDE /usr/include;
22426 do
22427 if test -f "$ac_dir/X11/Intrinsic.h"; then
22428 ac_find_includes=$ac_dir
22429 break
22430 fi
22431 done
22432
22433 x_includes=$ac_find_includes
22434 fi
22435 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
22436
22437 ac_find_libraries=
22438 for ac_dir in $SEARCH_LIB /usr/lib;
22439 do
22440 for ac_extension in a so sl dylib dll.a; do
22441 if test -f "$ac_dir/libXt.$ac_extension"; then
22442 ac_find_libraries=$ac_dir
22443 break 2
22444 fi
22445 done
22446 done
22447
22448 x_libraries=$ac_find_libraries
22449 fi
22450 fi
22451 fi
22452
22453
22454 cat >confcache <<\_ACEOF
22455 # This file is a shell script that caches the results of configure
22456 # tests run on this system so they can be shared between configure
22457 # scripts and configure runs, see configure's option --config-cache.
22458 # It is not useful on other systems. If it contains results you don't
22459 # want to keep, you may remove or edit it.
22460 #
22461 # config.status only pays attention to the cache file if you give it
22462 # the --recheck option to rerun configure.
22463 #
22464 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22465 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22466 # following values.
22467
22468 _ACEOF
22469
22470 # The following way of writing the cache mishandles newlines in values,
22471 # but we know of no workaround that is simple, portable, and efficient.
22472 # So, don't put newlines in cache variables' values.
22473 # Ultrix sh set writes to stderr and can't be redirected directly,
22474 # and sets the high bit in the cache file unless we assign to the vars.
22475 {
22476 (set) 2>&1 |
22477 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22478 *ac_space=\ *)
22479 # `set' does not quote correctly, so add quotes (double-quote
22480 # substitution turns \\\\ into \\, and sed turns \\ into \).
22481 sed -n \
22482 "s/'/'\\\\''/g;
22483 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22484 ;;
22485 *)
22486 # `set' quotes correctly as required by POSIX, so do not add quotes.
22487 sed -n \
22488 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
22489 ;;
22490 esac;
22491 } |
22492 sed '
22493 t clear
22494 : clear
22495 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22496 t end
22497 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22498 : end' >>confcache
22499 if diff $cache_file confcache >/dev/null 2>&1; then :; else
22500 if test -w $cache_file; then
22501 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22502 cat confcache >$cache_file
22503 else
22504 echo "not updating unwritable cache $cache_file"
22505 fi
22506 fi
22507 rm -f confcache
22508
22509 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
22510 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
22511 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
22512 if test "${wx_cv_lib_glibc21+set}" = set; then
22513 echo $ECHO_N "(cached) $ECHO_C" >&6
22514 else
22515
22516 cat >conftest.$ac_ext <<_ACEOF
22517 /* confdefs.h. */
22518 _ACEOF
22519 cat confdefs.h >>conftest.$ac_ext
22520 cat >>conftest.$ac_ext <<_ACEOF
22521 /* end confdefs.h. */
22522 #include <features.h>
22523 int
22524 main ()
22525 {
22526
22527 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
22528 #error not glibc2.1
22529 #endif
22530
22531 ;
22532 return 0;
22533 }
22534 _ACEOF
22535 rm -f conftest.$ac_objext
22536 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22537 (eval $ac_compile) 2>conftest.er1
22538 ac_status=$?
22539 grep -v '^ *+' conftest.er1 >conftest.err
22540 rm -f conftest.er1
22541 cat conftest.err >&5
22542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22543 (exit $ac_status); } &&
22544 { ac_try='test -z "$ac_c_werror_flag"
22545 || test ! -s conftest.err'
22546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22547 (eval $ac_try) 2>&5
22548 ac_status=$?
22549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22550 (exit $ac_status); }; } &&
22551 { ac_try='test -s conftest.$ac_objext'
22552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22553 (eval $ac_try) 2>&5
22554 ac_status=$?
22555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22556 (exit $ac_status); }; }; then
22557
22558 wx_cv_lib_glibc21=yes
22559
22560 else
22561 echo "$as_me: failed program was:" >&5
22562 sed 's/^/| /' conftest.$ac_ext >&5
22563
22564
22565 wx_cv_lib_glibc21=no
22566
22567
22568 fi
22569 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22570
22571 fi
22572 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
22573 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
22574 if test "$wx_cv_lib_glibc21" = "yes"; then
22575 cat >>confdefs.h <<\_ACEOF
22576 #define wxHAVE_GLIBC2 1
22577 _ACEOF
22578
22579 fi
22580 fi
22581
22582 if test "x$wx_cv_lib_glibc21" = "xyes"; then
22583 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
22584 cat >>confdefs.h <<\_ACEOF
22585 #define _GNU_SOURCE 1
22586 _ACEOF
22587
22588 fi
22589 fi
22590
22591
22592
22593 if test "$wxUSE_REGEX" != "no"; then
22594 cat >>confdefs.h <<\_ACEOF
22595 #define wxUSE_REGEX 1
22596 _ACEOF
22597
22598
22599 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22600 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
22601 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
22602 wxUSE_REGEX=builtin
22603 fi
22604
22605 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22606 if test "${ac_cv_header_regex_h+set}" = set; then
22607 echo "$as_me:$LINENO: checking for regex.h" >&5
22608 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22609 if test "${ac_cv_header_regex_h+set}" = set; then
22610 echo $ECHO_N "(cached) $ECHO_C" >&6
22611 fi
22612 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22613 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22614 else
22615 # Is the header compilable?
22616 echo "$as_me:$LINENO: checking regex.h usability" >&5
22617 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
22618 cat >conftest.$ac_ext <<_ACEOF
22619 /* confdefs.h. */
22620 _ACEOF
22621 cat confdefs.h >>conftest.$ac_ext
22622 cat >>conftest.$ac_ext <<_ACEOF
22623 /* end confdefs.h. */
22624 $ac_includes_default
22625 #include <regex.h>
22626 _ACEOF
22627 rm -f conftest.$ac_objext
22628 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22629 (eval $ac_compile) 2>conftest.er1
22630 ac_status=$?
22631 grep -v '^ *+' conftest.er1 >conftest.err
22632 rm -f conftest.er1
22633 cat conftest.err >&5
22634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22635 (exit $ac_status); } &&
22636 { ac_try='test -z "$ac_c_werror_flag"
22637 || test ! -s conftest.err'
22638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22639 (eval $ac_try) 2>&5
22640 ac_status=$?
22641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22642 (exit $ac_status); }; } &&
22643 { ac_try='test -s conftest.$ac_objext'
22644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22645 (eval $ac_try) 2>&5
22646 ac_status=$?
22647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22648 (exit $ac_status); }; }; then
22649 ac_header_compiler=yes
22650 else
22651 echo "$as_me: failed program was:" >&5
22652 sed 's/^/| /' conftest.$ac_ext >&5
22653
22654 ac_header_compiler=no
22655 fi
22656 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22657 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22658 echo "${ECHO_T}$ac_header_compiler" >&6
22659
22660 # Is the header present?
22661 echo "$as_me:$LINENO: checking regex.h presence" >&5
22662 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
22663 cat >conftest.$ac_ext <<_ACEOF
22664 /* confdefs.h. */
22665 _ACEOF
22666 cat confdefs.h >>conftest.$ac_ext
22667 cat >>conftest.$ac_ext <<_ACEOF
22668 /* end confdefs.h. */
22669 #include <regex.h>
22670 _ACEOF
22671 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22672 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22673 ac_status=$?
22674 grep -v '^ *+' conftest.er1 >conftest.err
22675 rm -f conftest.er1
22676 cat conftest.err >&5
22677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22678 (exit $ac_status); } >/dev/null; then
22679 if test -s conftest.err; then
22680 ac_cpp_err=$ac_c_preproc_warn_flag
22681 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
22682 else
22683 ac_cpp_err=
22684 fi
22685 else
22686 ac_cpp_err=yes
22687 fi
22688 if test -z "$ac_cpp_err"; then
22689 ac_header_preproc=yes
22690 else
22691 echo "$as_me: failed program was:" >&5
22692 sed 's/^/| /' conftest.$ac_ext >&5
22693
22694 ac_header_preproc=no
22695 fi
22696 rm -f conftest.err conftest.$ac_ext
22697 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22698 echo "${ECHO_T}$ac_header_preproc" >&6
22699
22700 # So? What about this header?
22701 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22702 yes:no: )
22703 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22704 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22705 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22706 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22707 ac_header_preproc=yes
22708 ;;
22709 no:yes:* )
22710 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22711 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
22712 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22713 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22714 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22715 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22716 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22717 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
22718 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22719 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
22720 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22721 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
22722 (
22723 cat <<\_ASBOX
22724 ## ----------------------------------------- ##
22725 ## Report this to wx-dev@lists.wxwidgets.org ##
22726 ## ----------------------------------------- ##
22727 _ASBOX
22728 ) |
22729 sed "s/^/$as_me: WARNING: /" >&2
22730 ;;
22731 esac
22732 echo "$as_me:$LINENO: checking for regex.h" >&5
22733 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22734 if test "${ac_cv_header_regex_h+set}" = set; then
22735 echo $ECHO_N "(cached) $ECHO_C" >&6
22736 else
22737 ac_cv_header_regex_h=$ac_header_preproc
22738 fi
22739 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22740 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22741
22742 fi
22743 if test $ac_cv_header_regex_h = yes; then
22744
22745 for ac_func in regcomp
22746 do
22747 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22748 echo "$as_me:$LINENO: checking for $ac_func" >&5
22749 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22750 if eval "test \"\${$as_ac_var+set}\" = set"; then
22751 echo $ECHO_N "(cached) $ECHO_C" >&6
22752 else
22753 cat >conftest.$ac_ext <<_ACEOF
22754 /* confdefs.h. */
22755 _ACEOF
22756 cat confdefs.h >>conftest.$ac_ext
22757 cat >>conftest.$ac_ext <<_ACEOF
22758 /* end confdefs.h. */
22759 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22760 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22761 #define $ac_func innocuous_$ac_func
22762
22763 /* System header to define __stub macros and hopefully few prototypes,
22764 which can conflict with char $ac_func (); below.
22765 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22766 <limits.h> exists even on freestanding compilers. */
22767
22768 #ifdef __STDC__
22769 # include <limits.h>
22770 #else
22771 # include <assert.h>
22772 #endif
22773
22774 #undef $ac_func
22775
22776 /* Override any gcc2 internal prototype to avoid an error. */
22777 #ifdef __cplusplus
22778 extern "C"
22779 {
22780 #endif
22781 /* We use char because int might match the return type of a gcc2
22782 builtin and then its argument prototype would still apply. */
22783 char $ac_func ();
22784 /* The GNU C library defines this for functions which it implements
22785 to always fail with ENOSYS. Some functions are actually named
22786 something starting with __ and the normal name is an alias. */
22787 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22788 choke me
22789 #else
22790 char (*f) () = $ac_func;
22791 #endif
22792 #ifdef __cplusplus
22793 }
22794 #endif
22795
22796 int
22797 main ()
22798 {
22799 return f != $ac_func;
22800 ;
22801 return 0;
22802 }
22803 _ACEOF
22804 rm -f conftest.$ac_objext conftest$ac_exeext
22805 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22806 (eval $ac_link) 2>conftest.er1
22807 ac_status=$?
22808 grep -v '^ *+' conftest.er1 >conftest.err
22809 rm -f conftest.er1
22810 cat conftest.err >&5
22811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22812 (exit $ac_status); } &&
22813 { ac_try='test -z "$ac_c_werror_flag"
22814 || test ! -s conftest.err'
22815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22816 (eval $ac_try) 2>&5
22817 ac_status=$?
22818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22819 (exit $ac_status); }; } &&
22820 { ac_try='test -s conftest$ac_exeext'
22821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22822 (eval $ac_try) 2>&5
22823 ac_status=$?
22824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22825 (exit $ac_status); }; }; then
22826 eval "$as_ac_var=yes"
22827 else
22828 echo "$as_me: failed program was:" >&5
22829 sed 's/^/| /' conftest.$ac_ext >&5
22830
22831 eval "$as_ac_var=no"
22832 fi
22833 rm -f conftest.err conftest.$ac_objext \
22834 conftest$ac_exeext conftest.$ac_ext
22835 fi
22836 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22837 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22838 if test `eval echo '${'$as_ac_var'}'` = yes; then
22839 cat >>confdefs.h <<_ACEOF
22840 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22841 _ACEOF
22842
22843 fi
22844 done
22845
22846 fi
22847
22848
22849
22850 if test "x$ac_cv_func_regcomp" != "xyes"; then
22851 if test "$wxUSE_REGEX" = "sys" ; then
22852 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
22853 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
22854 { (exit 1); exit 1; }; }
22855 else
22856 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
22857 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22858 wxUSE_REGEX=builtin
22859 fi
22860 else
22861 wxUSE_REGEX=sys
22862 cat >>confdefs.h <<\_ACEOF
22863 #define WX_NO_REGEX_ADVANCED 1
22864 _ACEOF
22865
22866 fi
22867 fi
22868 fi
22869
22870
22871 ZLIB_LINK=
22872 if test "$wxUSE_ZLIB" != "no" ; then
22873 cat >>confdefs.h <<\_ACEOF
22874 #define wxUSE_ZLIB 1
22875 _ACEOF
22876
22877
22878 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22879 if test "$USE_DARWIN" = 1; then
22880 system_zlib_h_ok="yes"
22881 else
22882 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
22883 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
22884 if test "${ac_cv_header_zlib_h+set}" = set; then
22885 echo $ECHO_N "(cached) $ECHO_C" >&6
22886 else
22887 if test "$cross_compiling" = yes; then
22888 unset ac_cv_header_zlib_h
22889
22890 else
22891 cat >conftest.$ac_ext <<_ACEOF
22892 /* confdefs.h. */
22893 _ACEOF
22894 cat confdefs.h >>conftest.$ac_ext
22895 cat >>conftest.$ac_ext <<_ACEOF
22896 /* end confdefs.h. */
22897
22898 #include <zlib.h>
22899 #include <stdio.h>
22900
22901 int main()
22902 {
22903 FILE *f=fopen("conftestval", "w");
22904 if (!f) exit(1);
22905 fprintf(f, "%s",
22906 ZLIB_VERSION[0] == '1' &&
22907 (ZLIB_VERSION[2] > '1' ||
22908 (ZLIB_VERSION[2] == '1' &&
22909 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22910 exit(0);
22911 }
22912
22913 _ACEOF
22914 rm -f conftest$ac_exeext
22915 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22916 (eval $ac_link) 2>&5
22917 ac_status=$?
22918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22919 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22921 (eval $ac_try) 2>&5
22922 ac_status=$?
22923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22924 (exit $ac_status); }; }; then
22925 ac_cv_header_zlib_h=`cat conftestval`
22926 else
22927 echo "$as_me: program exited with status $ac_status" >&5
22928 echo "$as_me: failed program was:" >&5
22929 sed 's/^/| /' conftest.$ac_ext >&5
22930
22931 ( exit $ac_status )
22932 ac_cv_header_zlib_h=no
22933 fi
22934 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22935 fi
22936
22937 fi
22938 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22939 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22940 if test "${ac_cv_header_zlib_h+set}" = set; then
22941 echo "$as_me:$LINENO: checking for zlib.h" >&5
22942 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22943 if test "${ac_cv_header_zlib_h+set}" = set; then
22944 echo $ECHO_N "(cached) $ECHO_C" >&6
22945 fi
22946 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22947 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22948 else
22949 # Is the header compilable?
22950 echo "$as_me:$LINENO: checking zlib.h usability" >&5
22951 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
22952 cat >conftest.$ac_ext <<_ACEOF
22953 /* confdefs.h. */
22954 _ACEOF
22955 cat confdefs.h >>conftest.$ac_ext
22956 cat >>conftest.$ac_ext <<_ACEOF
22957 /* end confdefs.h. */
22958 $ac_includes_default
22959 #include <zlib.h>
22960 _ACEOF
22961 rm -f conftest.$ac_objext
22962 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22963 (eval $ac_compile) 2>conftest.er1
22964 ac_status=$?
22965 grep -v '^ *+' conftest.er1 >conftest.err
22966 rm -f conftest.er1
22967 cat conftest.err >&5
22968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22969 (exit $ac_status); } &&
22970 { ac_try='test -z "$ac_c_werror_flag"
22971 || test ! -s conftest.err'
22972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22973 (eval $ac_try) 2>&5
22974 ac_status=$?
22975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22976 (exit $ac_status); }; } &&
22977 { ac_try='test -s conftest.$ac_objext'
22978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22979 (eval $ac_try) 2>&5
22980 ac_status=$?
22981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22982 (exit $ac_status); }; }; then
22983 ac_header_compiler=yes
22984 else
22985 echo "$as_me: failed program was:" >&5
22986 sed 's/^/| /' conftest.$ac_ext >&5
22987
22988 ac_header_compiler=no
22989 fi
22990 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22991 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22992 echo "${ECHO_T}$ac_header_compiler" >&6
22993
22994 # Is the header present?
22995 echo "$as_me:$LINENO: checking zlib.h presence" >&5
22996 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
22997 cat >conftest.$ac_ext <<_ACEOF
22998 /* confdefs.h. */
22999 _ACEOF
23000 cat confdefs.h >>conftest.$ac_ext
23001 cat >>conftest.$ac_ext <<_ACEOF
23002 /* end confdefs.h. */
23003 #include <zlib.h>
23004 _ACEOF
23005 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23006 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23007 ac_status=$?
23008 grep -v '^ *+' conftest.er1 >conftest.err
23009 rm -f conftest.er1
23010 cat conftest.err >&5
23011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23012 (exit $ac_status); } >/dev/null; then
23013 if test -s conftest.err; then
23014 ac_cpp_err=$ac_c_preproc_warn_flag
23015 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23016 else
23017 ac_cpp_err=
23018 fi
23019 else
23020 ac_cpp_err=yes
23021 fi
23022 if test -z "$ac_cpp_err"; then
23023 ac_header_preproc=yes
23024 else
23025 echo "$as_me: failed program was:" >&5
23026 sed 's/^/| /' conftest.$ac_ext >&5
23027
23028 ac_header_preproc=no
23029 fi
23030 rm -f conftest.err conftest.$ac_ext
23031 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23032 echo "${ECHO_T}$ac_header_preproc" >&6
23033
23034 # So? What about this header?
23035 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23036 yes:no: )
23037 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
23038 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23039 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
23040 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
23041 ac_header_preproc=yes
23042 ;;
23043 no:yes:* )
23044 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
23045 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
23046 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
23047 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
23048 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
23049 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
23050 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
23051 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
23052 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
23053 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
23054 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
23055 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
23056 (
23057 cat <<\_ASBOX
23058 ## ----------------------------------------- ##
23059 ## Report this to wx-dev@lists.wxwidgets.org ##
23060 ## ----------------------------------------- ##
23061 _ASBOX
23062 ) |
23063 sed "s/^/$as_me: WARNING: /" >&2
23064 ;;
23065 esac
23066 echo "$as_me:$LINENO: checking for zlib.h" >&5
23067 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
23068 if test "${ac_cv_header_zlib_h+set}" = set; then
23069 echo $ECHO_N "(cached) $ECHO_C" >&6
23070 else
23071 ac_cv_header_zlib_h=$ac_header_preproc
23072 fi
23073 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23074 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23075
23076 fi
23077
23078
23079
23080 system_zlib_h_ok=$ac_cv_header_zlib_h
23081 fi
23082
23083 if test "$system_zlib_h_ok" = "yes"; then
23084 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
23085 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
23086 if test "${ac_cv_lib_z_deflate+set}" = set; then
23087 echo $ECHO_N "(cached) $ECHO_C" >&6
23088 else
23089 ac_check_lib_save_LIBS=$LIBS
23090 LIBS="-lz $LIBS"
23091 cat >conftest.$ac_ext <<_ACEOF
23092 /* confdefs.h. */
23093 _ACEOF
23094 cat confdefs.h >>conftest.$ac_ext
23095 cat >>conftest.$ac_ext <<_ACEOF
23096 /* end confdefs.h. */
23097
23098 /* Override any gcc2 internal prototype to avoid an error. */
23099 #ifdef __cplusplus
23100 extern "C"
23101 #endif
23102 /* We use char because int might match the return type of a gcc2
23103 builtin and then its argument prototype would still apply. */
23104 char deflate ();
23105 int
23106 main ()
23107 {
23108 deflate ();
23109 ;
23110 return 0;
23111 }
23112 _ACEOF
23113 rm -f conftest.$ac_objext conftest$ac_exeext
23114 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23115 (eval $ac_link) 2>conftest.er1
23116 ac_status=$?
23117 grep -v '^ *+' conftest.er1 >conftest.err
23118 rm -f conftest.er1
23119 cat conftest.err >&5
23120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23121 (exit $ac_status); } &&
23122 { ac_try='test -z "$ac_c_werror_flag"
23123 || test ! -s conftest.err'
23124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23125 (eval $ac_try) 2>&5
23126 ac_status=$?
23127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23128 (exit $ac_status); }; } &&
23129 { ac_try='test -s conftest$ac_exeext'
23130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23131 (eval $ac_try) 2>&5
23132 ac_status=$?
23133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23134 (exit $ac_status); }; }; then
23135 ac_cv_lib_z_deflate=yes
23136 else
23137 echo "$as_me: failed program was:" >&5
23138 sed 's/^/| /' conftest.$ac_ext >&5
23139
23140 ac_cv_lib_z_deflate=no
23141 fi
23142 rm -f conftest.err conftest.$ac_objext \
23143 conftest$ac_exeext conftest.$ac_ext
23144 LIBS=$ac_check_lib_save_LIBS
23145 fi
23146 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
23147 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
23148 if test $ac_cv_lib_z_deflate = yes; then
23149 ZLIB_LINK=" -lz"
23150 fi
23151
23152 fi
23153
23154 if test "x$ZLIB_LINK" = "x" ; then
23155 if test "$wxUSE_ZLIB" = "sys" ; then
23156 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
23157 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
23158 { (exit 1); exit 1; }; }
23159 else
23160 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
23161 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
23162 wxUSE_ZLIB=builtin
23163 fi
23164 else
23165 wxUSE_ZLIB=sys
23166 fi
23167 fi
23168 fi
23169
23170
23171 PNG_LINK=
23172 if test "$wxUSE_LIBPNG" != "no" ; then
23173 cat >>confdefs.h <<\_ACEOF
23174 #define wxUSE_LIBPNG 1
23175 _ACEOF
23176
23177
23178 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
23179 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
23180 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
23181 wxUSE_LIBPNG=sys
23182 fi
23183
23184 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
23185 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
23186 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
23187 wxUSE_LIBPNG=builtin
23188 fi
23189
23190 if test "$wxUSE_MGL" != 1 ; then
23191 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
23192 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
23193 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
23194 if test "${ac_cv_header_png_h+set}" = set; then
23195 echo $ECHO_N "(cached) $ECHO_C" >&6
23196 else
23197 if test "$cross_compiling" = yes; then
23198 unset ac_cv_header_png_h
23199
23200 else
23201 cat >conftest.$ac_ext <<_ACEOF
23202 /* confdefs.h. */
23203 _ACEOF
23204 cat confdefs.h >>conftest.$ac_ext
23205 cat >>conftest.$ac_ext <<_ACEOF
23206 /* end confdefs.h. */
23207
23208 #include <png.h>
23209 #include <stdio.h>
23210
23211 int main()
23212 {
23213 FILE *f=fopen("conftestval", "w");
23214 if (!f) exit(1);
23215 fprintf(f, "%s",
23216 PNG_LIBPNG_VER > 90 ? "yes" : "no");
23217 exit(0);
23218 }
23219
23220 _ACEOF
23221 rm -f conftest$ac_exeext
23222 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23223 (eval $ac_link) 2>&5
23224 ac_status=$?
23225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23226 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23228 (eval $ac_try) 2>&5
23229 ac_status=$?
23230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23231 (exit $ac_status); }; }; then
23232 ac_cv_header_png_h=`cat conftestval`
23233 else
23234 echo "$as_me: program exited with status $ac_status" >&5
23235 echo "$as_me: failed program was:" >&5
23236 sed 's/^/| /' conftest.$ac_ext >&5
23237
23238 ( exit $ac_status )
23239 ac_cv_header_png_h=no
23240 fi
23241 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23242 fi
23243
23244 fi
23245 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23246 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23247 if test "${ac_cv_header_png_h+set}" = set; then
23248 echo "$as_me:$LINENO: checking for png.h" >&5
23249 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23250 if test "${ac_cv_header_png_h+set}" = set; then
23251 echo $ECHO_N "(cached) $ECHO_C" >&6
23252 fi
23253 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23254 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23255 else
23256 # Is the header compilable?
23257 echo "$as_me:$LINENO: checking png.h usability" >&5
23258 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
23259 cat >conftest.$ac_ext <<_ACEOF
23260 /* confdefs.h. */
23261 _ACEOF
23262 cat confdefs.h >>conftest.$ac_ext
23263 cat >>conftest.$ac_ext <<_ACEOF
23264 /* end confdefs.h. */
23265 $ac_includes_default
23266 #include <png.h>
23267 _ACEOF
23268 rm -f conftest.$ac_objext
23269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23270 (eval $ac_compile) 2>conftest.er1
23271 ac_status=$?
23272 grep -v '^ *+' conftest.er1 >conftest.err
23273 rm -f conftest.er1
23274 cat conftest.err >&5
23275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23276 (exit $ac_status); } &&
23277 { ac_try='test -z "$ac_c_werror_flag"
23278 || test ! -s conftest.err'
23279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23280 (eval $ac_try) 2>&5
23281 ac_status=$?
23282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23283 (exit $ac_status); }; } &&
23284 { ac_try='test -s conftest.$ac_objext'
23285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23286 (eval $ac_try) 2>&5
23287 ac_status=$?
23288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23289 (exit $ac_status); }; }; then
23290 ac_header_compiler=yes
23291 else
23292 echo "$as_me: failed program was:" >&5
23293 sed 's/^/| /' conftest.$ac_ext >&5
23294
23295 ac_header_compiler=no
23296 fi
23297 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23298 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23299 echo "${ECHO_T}$ac_header_compiler" >&6
23300
23301 # Is the header present?
23302 echo "$as_me:$LINENO: checking png.h presence" >&5
23303 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
23304 cat >conftest.$ac_ext <<_ACEOF
23305 /* confdefs.h. */
23306 _ACEOF
23307 cat confdefs.h >>conftest.$ac_ext
23308 cat >>conftest.$ac_ext <<_ACEOF
23309 /* end confdefs.h. */
23310 #include <png.h>
23311 _ACEOF
23312 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23313 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23314 ac_status=$?
23315 grep -v '^ *+' conftest.er1 >conftest.err
23316 rm -f conftest.er1
23317 cat conftest.err >&5
23318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23319 (exit $ac_status); } >/dev/null; then
23320 if test -s conftest.err; then
23321 ac_cpp_err=$ac_c_preproc_warn_flag
23322 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23323 else
23324 ac_cpp_err=
23325 fi
23326 else
23327 ac_cpp_err=yes
23328 fi
23329 if test -z "$ac_cpp_err"; then
23330 ac_header_preproc=yes
23331 else
23332 echo "$as_me: failed program was:" >&5
23333 sed 's/^/| /' conftest.$ac_ext >&5
23334
23335 ac_header_preproc=no
23336 fi
23337 rm -f conftest.err conftest.$ac_ext
23338 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23339 echo "${ECHO_T}$ac_header_preproc" >&6
23340
23341 # So? What about this header?
23342 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23343 yes:no: )
23344 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
23345 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23346 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
23347 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
23348 ac_header_preproc=yes
23349 ;;
23350 no:yes:* )
23351 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
23352 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
23353 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
23354 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
23355 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
23356 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
23357 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
23358 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
23359 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
23360 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
23361 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
23362 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
23363 (
23364 cat <<\_ASBOX
23365 ## ----------------------------------------- ##
23366 ## Report this to wx-dev@lists.wxwidgets.org ##
23367 ## ----------------------------------------- ##
23368 _ASBOX
23369 ) |
23370 sed "s/^/$as_me: WARNING: /" >&2
23371 ;;
23372 esac
23373 echo "$as_me:$LINENO: checking for png.h" >&5
23374 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23375 if test "${ac_cv_header_png_h+set}" = set; then
23376 echo $ECHO_N "(cached) $ECHO_C" >&6
23377 else
23378 ac_cv_header_png_h=$ac_header_preproc
23379 fi
23380 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23381 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23382
23383 fi
23384
23385
23386
23387 if test "$ac_cv_header_png_h" = "yes"; then
23388 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
23389 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
23390 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
23391 echo $ECHO_N "(cached) $ECHO_C" >&6
23392 else
23393 ac_check_lib_save_LIBS=$LIBS
23394 LIBS="-lpng -lz -lm $LIBS"
23395 cat >conftest.$ac_ext <<_ACEOF
23396 /* confdefs.h. */
23397 _ACEOF
23398 cat confdefs.h >>conftest.$ac_ext
23399 cat >>conftest.$ac_ext <<_ACEOF
23400 /* end confdefs.h. */
23401
23402 /* Override any gcc2 internal prototype to avoid an error. */
23403 #ifdef __cplusplus
23404 extern "C"
23405 #endif
23406 /* We use char because int might match the return type of a gcc2
23407 builtin and then its argument prototype would still apply. */
23408 char png_check_sig ();
23409 int
23410 main ()
23411 {
23412 png_check_sig ();
23413 ;
23414 return 0;
23415 }
23416 _ACEOF
23417 rm -f conftest.$ac_objext conftest$ac_exeext
23418 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23419 (eval $ac_link) 2>conftest.er1
23420 ac_status=$?
23421 grep -v '^ *+' conftest.er1 >conftest.err
23422 rm -f conftest.er1
23423 cat conftest.err >&5
23424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23425 (exit $ac_status); } &&
23426 { ac_try='test -z "$ac_c_werror_flag"
23427 || test ! -s conftest.err'
23428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23429 (eval $ac_try) 2>&5
23430 ac_status=$?
23431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23432 (exit $ac_status); }; } &&
23433 { ac_try='test -s conftest$ac_exeext'
23434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23435 (eval $ac_try) 2>&5
23436 ac_status=$?
23437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23438 (exit $ac_status); }; }; then
23439 ac_cv_lib_png_png_check_sig=yes
23440 else
23441 echo "$as_me: failed program was:" >&5
23442 sed 's/^/| /' conftest.$ac_ext >&5
23443
23444 ac_cv_lib_png_png_check_sig=no
23445 fi
23446 rm -f conftest.err conftest.$ac_objext \
23447 conftest$ac_exeext conftest.$ac_ext
23448 LIBS=$ac_check_lib_save_LIBS
23449 fi
23450 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
23451 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
23452 if test $ac_cv_lib_png_png_check_sig = yes; then
23453 PNG_LINK=" -lpng -lz"
23454 fi
23455
23456 fi
23457
23458 if test "x$PNG_LINK" = "x" ; then
23459 if test "$wxUSE_LIBPNG" = "sys" ; then
23460 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
23461 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
23462 { (exit 1); exit 1; }; }
23463 else
23464 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
23465 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
23466 wxUSE_LIBPNG=builtin
23467 fi
23468 else
23469 wxUSE_LIBPNG=sys
23470 fi
23471 fi
23472 fi
23473
23474 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
23475 fi
23476
23477
23478 JPEG_LINK=
23479 if test "$wxUSE_LIBJPEG" != "no" ; then
23480 cat >>confdefs.h <<\_ACEOF
23481 #define wxUSE_LIBJPEG 1
23482 _ACEOF
23483
23484
23485 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
23486 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
23487 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
23488 wxUSE_LIBJPEG=sys
23489 fi
23490
23491 if test "$wxUSE_MGL" != 1 ; then
23492 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
23493 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
23494 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
23495 if test "${ac_cv_header_jpeglib_h+set}" = set; then
23496 echo $ECHO_N "(cached) $ECHO_C" >&6
23497 else
23498 cat >conftest.$ac_ext <<_ACEOF
23499 /* confdefs.h. */
23500 _ACEOF
23501 cat confdefs.h >>conftest.$ac_ext
23502 cat >>conftest.$ac_ext <<_ACEOF
23503 /* end confdefs.h. */
23504
23505 #undef HAVE_STDLIB_H
23506 #include <stdio.h>
23507 #include <jpeglib.h>
23508
23509 int
23510 main ()
23511 {
23512
23513
23514 ;
23515 return 0;
23516 }
23517 _ACEOF
23518 rm -f conftest.$ac_objext
23519 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23520 (eval $ac_compile) 2>conftest.er1
23521 ac_status=$?
23522 grep -v '^ *+' conftest.er1 >conftest.err
23523 rm -f conftest.er1
23524 cat conftest.err >&5
23525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23526 (exit $ac_status); } &&
23527 { ac_try='test -z "$ac_c_werror_flag"
23528 || test ! -s conftest.err'
23529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23530 (eval $ac_try) 2>&5
23531 ac_status=$?
23532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23533 (exit $ac_status); }; } &&
23534 { ac_try='test -s conftest.$ac_objext'
23535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23536 (eval $ac_try) 2>&5
23537 ac_status=$?
23538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23539 (exit $ac_status); }; }; then
23540 ac_cv_header_jpeglib_h=yes
23541 else
23542 echo "$as_me: failed program was:" >&5
23543 sed 's/^/| /' conftest.$ac_ext >&5
23544
23545 ac_cv_header_jpeglib_h=no
23546
23547 fi
23548 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23549
23550 fi
23551
23552 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
23553 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
23554
23555 if test "$ac_cv_header_jpeglib_h" = "yes"; then
23556 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
23557 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
23558 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
23559 echo $ECHO_N "(cached) $ECHO_C" >&6
23560 else
23561 ac_check_lib_save_LIBS=$LIBS
23562 LIBS="-ljpeg $LIBS"
23563 cat >conftest.$ac_ext <<_ACEOF
23564 /* confdefs.h. */
23565 _ACEOF
23566 cat confdefs.h >>conftest.$ac_ext
23567 cat >>conftest.$ac_ext <<_ACEOF
23568 /* end confdefs.h. */
23569
23570 /* Override any gcc2 internal prototype to avoid an error. */
23571 #ifdef __cplusplus
23572 extern "C"
23573 #endif
23574 /* We use char because int might match the return type of a gcc2
23575 builtin and then its argument prototype would still apply. */
23576 char jpeg_read_header ();
23577 int
23578 main ()
23579 {
23580 jpeg_read_header ();
23581 ;
23582 return 0;
23583 }
23584 _ACEOF
23585 rm -f conftest.$ac_objext conftest$ac_exeext
23586 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23587 (eval $ac_link) 2>conftest.er1
23588 ac_status=$?
23589 grep -v '^ *+' conftest.er1 >conftest.err
23590 rm -f conftest.er1
23591 cat conftest.err >&5
23592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23593 (exit $ac_status); } &&
23594 { ac_try='test -z "$ac_c_werror_flag"
23595 || test ! -s conftest.err'
23596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23597 (eval $ac_try) 2>&5
23598 ac_status=$?
23599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23600 (exit $ac_status); }; } &&
23601 { ac_try='test -s conftest$ac_exeext'
23602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23603 (eval $ac_try) 2>&5
23604 ac_status=$?
23605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23606 (exit $ac_status); }; }; then
23607 ac_cv_lib_jpeg_jpeg_read_header=yes
23608 else
23609 echo "$as_me: failed program was:" >&5
23610 sed 's/^/| /' conftest.$ac_ext >&5
23611
23612 ac_cv_lib_jpeg_jpeg_read_header=no
23613 fi
23614 rm -f conftest.err conftest.$ac_objext \
23615 conftest$ac_exeext conftest.$ac_ext
23616 LIBS=$ac_check_lib_save_LIBS
23617 fi
23618 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
23619 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
23620 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
23621 JPEG_LINK=" -ljpeg"
23622 fi
23623
23624 fi
23625
23626 if test "x$JPEG_LINK" = "x" ; then
23627 if test "$wxUSE_LIBJPEG" = "sys" ; then
23628 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
23629 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
23630 { (exit 1); exit 1; }; }
23631 else
23632 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
23633 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
23634 wxUSE_LIBJPEG=builtin
23635 fi
23636 else
23637 wxUSE_LIBJPEG=sys
23638 fi
23639 fi
23640 fi
23641 fi
23642
23643
23644 TIFF_LINK=
23645 TIFF_PREREQ_LINKS=-lm
23646 if test "$wxUSE_LIBTIFF" != "no" ; then
23647 cat >>confdefs.h <<\_ACEOF
23648 #define wxUSE_LIBTIFF 1
23649 _ACEOF
23650
23651
23652 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
23653 if test "$wxUSE_LIBJPEG" = "sys"; then
23654 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
23655 fi
23656 if test "$wxUSE_ZLIB" = "sys"; then
23657 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
23658 fi
23659 if test "${ac_cv_header_tiffio_h+set}" = set; then
23660 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23661 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23662 if test "${ac_cv_header_tiffio_h+set}" = set; then
23663 echo $ECHO_N "(cached) $ECHO_C" >&6
23664 fi
23665 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23666 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23667 else
23668 # Is the header compilable?
23669 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
23670 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
23671 cat >conftest.$ac_ext <<_ACEOF
23672 /* confdefs.h. */
23673 _ACEOF
23674 cat confdefs.h >>conftest.$ac_ext
23675 cat >>conftest.$ac_ext <<_ACEOF
23676 /* end confdefs.h. */
23677 $ac_includes_default
23678 #include <tiffio.h>
23679 _ACEOF
23680 rm -f conftest.$ac_objext
23681 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23682 (eval $ac_compile) 2>conftest.er1
23683 ac_status=$?
23684 grep -v '^ *+' conftest.er1 >conftest.err
23685 rm -f conftest.er1
23686 cat conftest.err >&5
23687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23688 (exit $ac_status); } &&
23689 { ac_try='test -z "$ac_c_werror_flag"
23690 || test ! -s conftest.err'
23691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23692 (eval $ac_try) 2>&5
23693 ac_status=$?
23694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23695 (exit $ac_status); }; } &&
23696 { ac_try='test -s conftest.$ac_objext'
23697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23698 (eval $ac_try) 2>&5
23699 ac_status=$?
23700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23701 (exit $ac_status); }; }; then
23702 ac_header_compiler=yes
23703 else
23704 echo "$as_me: failed program was:" >&5
23705 sed 's/^/| /' conftest.$ac_ext >&5
23706
23707 ac_header_compiler=no
23708 fi
23709 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23710 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23711 echo "${ECHO_T}$ac_header_compiler" >&6
23712
23713 # Is the header present?
23714 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23715 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23716 cat >conftest.$ac_ext <<_ACEOF
23717 /* confdefs.h. */
23718 _ACEOF
23719 cat confdefs.h >>conftest.$ac_ext
23720 cat >>conftest.$ac_ext <<_ACEOF
23721 /* end confdefs.h. */
23722 #include <tiffio.h>
23723 _ACEOF
23724 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23725 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23726 ac_status=$?
23727 grep -v '^ *+' conftest.er1 >conftest.err
23728 rm -f conftest.er1
23729 cat conftest.err >&5
23730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23731 (exit $ac_status); } >/dev/null; then
23732 if test -s conftest.err; then
23733 ac_cpp_err=$ac_c_preproc_warn_flag
23734 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23735 else
23736 ac_cpp_err=
23737 fi
23738 else
23739 ac_cpp_err=yes
23740 fi
23741 if test -z "$ac_cpp_err"; then
23742 ac_header_preproc=yes
23743 else
23744 echo "$as_me: failed program was:" >&5
23745 sed 's/^/| /' conftest.$ac_ext >&5
23746
23747 ac_header_preproc=no
23748 fi
23749 rm -f conftest.err conftest.$ac_ext
23750 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23751 echo "${ECHO_T}$ac_header_preproc" >&6
23752
23753 # So? What about this header?
23754 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23755 yes:no: )
23756 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23757 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23758 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23759 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23760 ac_header_preproc=yes
23761 ;;
23762 no:yes:* )
23763 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23764 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
23765 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23766 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23767 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23768 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23769 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23770 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
23771 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23772 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
23773 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23774 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
23775 (
23776 cat <<\_ASBOX
23777 ## ----------------------------------------- ##
23778 ## Report this to wx-dev@lists.wxwidgets.org ##
23779 ## ----------------------------------------- ##
23780 _ASBOX
23781 ) |
23782 sed "s/^/$as_me: WARNING: /" >&2
23783 ;;
23784 esac
23785 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23786 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23787 if test "${ac_cv_header_tiffio_h+set}" = set; then
23788 echo $ECHO_N "(cached) $ECHO_C" >&6
23789 else
23790 ac_cv_header_tiffio_h=$ac_header_preproc
23791 fi
23792 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23793 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23794
23795 fi
23796 if test $ac_cv_header_tiffio_h = yes; then
23797
23798 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23799 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23800 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23801 echo $ECHO_N "(cached) $ECHO_C" >&6
23802 else
23803 ac_check_lib_save_LIBS=$LIBS
23804 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
23805 cat >conftest.$ac_ext <<_ACEOF
23806 /* confdefs.h. */
23807 _ACEOF
23808 cat confdefs.h >>conftest.$ac_ext
23809 cat >>conftest.$ac_ext <<_ACEOF
23810 /* end confdefs.h. */
23811
23812 /* Override any gcc2 internal prototype to avoid an error. */
23813 #ifdef __cplusplus
23814 extern "C"
23815 #endif
23816 /* We use char because int might match the return type of a gcc2
23817 builtin and then its argument prototype would still apply. */
23818 char TIFFError ();
23819 int
23820 main ()
23821 {
23822 TIFFError ();
23823 ;
23824 return 0;
23825 }
23826 _ACEOF
23827 rm -f conftest.$ac_objext conftest$ac_exeext
23828 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23829 (eval $ac_link) 2>conftest.er1
23830 ac_status=$?
23831 grep -v '^ *+' conftest.er1 >conftest.err
23832 rm -f conftest.er1
23833 cat conftest.err >&5
23834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23835 (exit $ac_status); } &&
23836 { ac_try='test -z "$ac_c_werror_flag"
23837 || test ! -s conftest.err'
23838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23839 (eval $ac_try) 2>&5
23840 ac_status=$?
23841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23842 (exit $ac_status); }; } &&
23843 { ac_try='test -s conftest$ac_exeext'
23844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23845 (eval $ac_try) 2>&5
23846 ac_status=$?
23847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23848 (exit $ac_status); }; }; then
23849 ac_cv_lib_tiff_TIFFError=yes
23850 else
23851 echo "$as_me: failed program was:" >&5
23852 sed 's/^/| /' conftest.$ac_ext >&5
23853
23854 ac_cv_lib_tiff_TIFFError=no
23855 fi
23856 rm -f conftest.err conftest.$ac_objext \
23857 conftest$ac_exeext conftest.$ac_ext
23858 LIBS=$ac_check_lib_save_LIBS
23859 fi
23860 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
23861 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
23862 if test $ac_cv_lib_tiff_TIFFError = yes; then
23863 TIFF_LINK=" -ltiff"
23864 fi
23865
23866
23867
23868 fi
23869
23870
23871
23872 if test "x$TIFF_LINK" = "x" ; then
23873 if test "$wxUSE_LIBTIFF" = "sys" ; then
23874 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
23875 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
23876 { (exit 1); exit 1; }; }
23877 else
23878 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
23879 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
23880 wxUSE_LIBTIFF=builtin
23881 fi
23882 else
23883 wxUSE_LIBTIFF=sys
23884 fi
23885 fi
23886 fi
23887
23888
23889 if test "$wxUSE_WCHAR_T" != "yes"; then
23890 if test "$wxUSE_EXPAT" != "no"; then
23891 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
23892 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
23893 wxUSE_EXPAT=no
23894 fi
23895 if test "$wxUSE_XML" != "no"; then
23896 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
23897 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
23898 wxUSE_XML=no
23899 fi
23900 fi
23901
23902 if test "$wxUSE_EXPAT" != "no"; then
23903 wxUSE_XML=yes
23904 cat >>confdefs.h <<\_ACEOF
23905 #define wxUSE_EXPAT 1
23906 _ACEOF
23907
23908 cat >>confdefs.h <<\_ACEOF
23909 #define wxUSE_XML 1
23910 _ACEOF
23911
23912
23913 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23914 if test "${ac_cv_header_expat_h+set}" = set; then
23915 echo "$as_me:$LINENO: checking for expat.h" >&5
23916 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23917 if test "${ac_cv_header_expat_h+set}" = set; then
23918 echo $ECHO_N "(cached) $ECHO_C" >&6
23919 fi
23920 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23921 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23922 else
23923 # Is the header compilable?
23924 echo "$as_me:$LINENO: checking expat.h usability" >&5
23925 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
23926 cat >conftest.$ac_ext <<_ACEOF
23927 /* confdefs.h. */
23928 _ACEOF
23929 cat confdefs.h >>conftest.$ac_ext
23930 cat >>conftest.$ac_ext <<_ACEOF
23931 /* end confdefs.h. */
23932 $ac_includes_default
23933 #include <expat.h>
23934 _ACEOF
23935 rm -f conftest.$ac_objext
23936 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23937 (eval $ac_compile) 2>conftest.er1
23938 ac_status=$?
23939 grep -v '^ *+' conftest.er1 >conftest.err
23940 rm -f conftest.er1
23941 cat conftest.err >&5
23942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23943 (exit $ac_status); } &&
23944 { ac_try='test -z "$ac_c_werror_flag"
23945 || test ! -s conftest.err'
23946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23947 (eval $ac_try) 2>&5
23948 ac_status=$?
23949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23950 (exit $ac_status); }; } &&
23951 { ac_try='test -s conftest.$ac_objext'
23952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23953 (eval $ac_try) 2>&5
23954 ac_status=$?
23955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23956 (exit $ac_status); }; }; then
23957 ac_header_compiler=yes
23958 else
23959 echo "$as_me: failed program was:" >&5
23960 sed 's/^/| /' conftest.$ac_ext >&5
23961
23962 ac_header_compiler=no
23963 fi
23964 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23965 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23966 echo "${ECHO_T}$ac_header_compiler" >&6
23967
23968 # Is the header present?
23969 echo "$as_me:$LINENO: checking expat.h presence" >&5
23970 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
23971 cat >conftest.$ac_ext <<_ACEOF
23972 /* confdefs.h. */
23973 _ACEOF
23974 cat confdefs.h >>conftest.$ac_ext
23975 cat >>conftest.$ac_ext <<_ACEOF
23976 /* end confdefs.h. */
23977 #include <expat.h>
23978 _ACEOF
23979 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23980 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
23981 ac_status=$?
23982 grep -v '^ *+' conftest.er1 >conftest.err
23983 rm -f conftest.er1
23984 cat conftest.err >&5
23985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23986 (exit $ac_status); } >/dev/null; then
23987 if test -s conftest.err; then
23988 ac_cpp_err=$ac_c_preproc_warn_flag
23989 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
23990 else
23991 ac_cpp_err=
23992 fi
23993 else
23994 ac_cpp_err=yes
23995 fi
23996 if test -z "$ac_cpp_err"; then
23997 ac_header_preproc=yes
23998 else
23999 echo "$as_me: failed program was:" >&5
24000 sed 's/^/| /' conftest.$ac_ext >&5
24001
24002 ac_header_preproc=no
24003 fi
24004 rm -f conftest.err conftest.$ac_ext
24005 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24006 echo "${ECHO_T}$ac_header_preproc" >&6
24007
24008 # So? What about this header?
24009 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24010 yes:no: )
24011 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
24012 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24013 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
24014 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
24015 ac_header_preproc=yes
24016 ;;
24017 no:yes:* )
24018 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
24019 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
24020 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
24021 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
24022 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
24023 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
24024 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
24025 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
24026 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
24027 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
24028 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
24029 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
24030 (
24031 cat <<\_ASBOX
24032 ## ----------------------------------------- ##
24033 ## Report this to wx-dev@lists.wxwidgets.org ##
24034 ## ----------------------------------------- ##
24035 _ASBOX
24036 ) |
24037 sed "s/^/$as_me: WARNING: /" >&2
24038 ;;
24039 esac
24040 echo "$as_me:$LINENO: checking for expat.h" >&5
24041 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24042 if test "${ac_cv_header_expat_h+set}" = set; then
24043 echo $ECHO_N "(cached) $ECHO_C" >&6
24044 else
24045 ac_cv_header_expat_h=$ac_header_preproc
24046 fi
24047 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24048 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24049
24050 fi
24051 if test $ac_cv_header_expat_h = yes; then
24052 found_expat_h=1
24053 fi
24054
24055
24056 if test "x$found_expat_h" = "x1"; then
24057 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
24058 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
24059 if test "${wx_cv_expat_is_not_broken+set}" = set; then
24060 echo $ECHO_N "(cached) $ECHO_C" >&6
24061 else
24062
24063
24064
24065 ac_ext=cc
24066 ac_cpp='$CXXCPP $CPPFLAGS'
24067 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24068 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24069 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24070
24071 cat >conftest.$ac_ext <<_ACEOF
24072 /* confdefs.h. */
24073 _ACEOF
24074 cat confdefs.h >>conftest.$ac_ext
24075 cat >>conftest.$ac_ext <<_ACEOF
24076 /* end confdefs.h. */
24077 #include <expat.h>
24078 int
24079 main ()
24080 {
24081
24082 ;
24083 return 0;
24084 }
24085 _ACEOF
24086 rm -f conftest.$ac_objext
24087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24088 (eval $ac_compile) 2>conftest.er1
24089 ac_status=$?
24090 grep -v '^ *+' conftest.er1 >conftest.err
24091 rm -f conftest.er1
24092 cat conftest.err >&5
24093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24094 (exit $ac_status); } &&
24095 { ac_try='test -z "$ac_cxx_werror_flag"
24096 || test ! -s conftest.err'
24097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24098 (eval $ac_try) 2>&5
24099 ac_status=$?
24100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24101 (exit $ac_status); }; } &&
24102 { ac_try='test -s conftest.$ac_objext'
24103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24104 (eval $ac_try) 2>&5
24105 ac_status=$?
24106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24107 (exit $ac_status); }; }; then
24108 wx_cv_expat_is_not_broken=yes
24109 else
24110 echo "$as_me: failed program was:" >&5
24111 sed 's/^/| /' conftest.$ac_ext >&5
24112
24113 wx_cv_expat_is_not_broken=no
24114
24115 fi
24116 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24117 ac_ext=c
24118 ac_cpp='$CPP $CPPFLAGS'
24119 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24120 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24121 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24122
24123
24124
24125 fi
24126 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
24127 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
24128 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
24129 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
24130 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
24131 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
24132 echo $ECHO_N "(cached) $ECHO_C" >&6
24133 else
24134 ac_check_lib_save_LIBS=$LIBS
24135 LIBS="-lexpat $LIBS"
24136 cat >conftest.$ac_ext <<_ACEOF
24137 /* confdefs.h. */
24138 _ACEOF
24139 cat confdefs.h >>conftest.$ac_ext
24140 cat >>conftest.$ac_ext <<_ACEOF
24141 /* end confdefs.h. */
24142
24143 /* Override any gcc2 internal prototype to avoid an error. */
24144 #ifdef __cplusplus
24145 extern "C"
24146 #endif
24147 /* We use char because int might match the return type of a gcc2
24148 builtin and then its argument prototype would still apply. */
24149 char XML_ParserCreate ();
24150 int
24151 main ()
24152 {
24153 XML_ParserCreate ();
24154 ;
24155 return 0;
24156 }
24157 _ACEOF
24158 rm -f conftest.$ac_objext conftest$ac_exeext
24159 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24160 (eval $ac_link) 2>conftest.er1
24161 ac_status=$?
24162 grep -v '^ *+' conftest.er1 >conftest.err
24163 rm -f conftest.er1
24164 cat conftest.err >&5
24165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24166 (exit $ac_status); } &&
24167 { ac_try='test -z "$ac_c_werror_flag"
24168 || test ! -s conftest.err'
24169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24170 (eval $ac_try) 2>&5
24171 ac_status=$?
24172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24173 (exit $ac_status); }; } &&
24174 { ac_try='test -s conftest$ac_exeext'
24175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24176 (eval $ac_try) 2>&5
24177 ac_status=$?
24178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24179 (exit $ac_status); }; }; then
24180 ac_cv_lib_expat_XML_ParserCreate=yes
24181 else
24182 echo "$as_me: failed program was:" >&5
24183 sed 's/^/| /' conftest.$ac_ext >&5
24184
24185 ac_cv_lib_expat_XML_ParserCreate=no
24186 fi
24187 rm -f conftest.err conftest.$ac_objext \
24188 conftest$ac_exeext conftest.$ac_ext
24189 LIBS=$ac_check_lib_save_LIBS
24190 fi
24191 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
24192 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
24193 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
24194 EXPAT_LINK=" -lexpat"
24195 fi
24196
24197 fi
24198 fi
24199 if test "x$EXPAT_LINK" = "x" ; then
24200 if test "$wxUSE_EXPAT" = "sys" ; then
24201 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
24202 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
24203 { (exit 1); exit 1; }; }
24204 else
24205 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
24206 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
24207 wxUSE_EXPAT=builtin
24208 fi
24209 else
24210 wxUSE_EXPAT=sys
24211 fi
24212 fi
24213 if test "$wxUSE_EXPAT" = "builtin" ; then
24214
24215
24216 subdirs="$subdirs src/expat"
24217
24218 fi
24219 fi
24220
24221
24222
24223 if test "$wxUSE_LIBMSPACK" != "no"; then
24224 if test "${ac_cv_header_mspack_h+set}" = set; then
24225 echo "$as_me:$LINENO: checking for mspack.h" >&5
24226 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24227 if test "${ac_cv_header_mspack_h+set}" = set; then
24228 echo $ECHO_N "(cached) $ECHO_C" >&6
24229 fi
24230 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24231 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24232 else
24233 # Is the header compilable?
24234 echo "$as_me:$LINENO: checking mspack.h usability" >&5
24235 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
24236 cat >conftest.$ac_ext <<_ACEOF
24237 /* confdefs.h. */
24238 _ACEOF
24239 cat confdefs.h >>conftest.$ac_ext
24240 cat >>conftest.$ac_ext <<_ACEOF
24241 /* end confdefs.h. */
24242 $ac_includes_default
24243 #include <mspack.h>
24244 _ACEOF
24245 rm -f conftest.$ac_objext
24246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24247 (eval $ac_compile) 2>conftest.er1
24248 ac_status=$?
24249 grep -v '^ *+' conftest.er1 >conftest.err
24250 rm -f conftest.er1
24251 cat conftest.err >&5
24252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24253 (exit $ac_status); } &&
24254 { ac_try='test -z "$ac_c_werror_flag"
24255 || test ! -s conftest.err'
24256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24257 (eval $ac_try) 2>&5
24258 ac_status=$?
24259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24260 (exit $ac_status); }; } &&
24261 { ac_try='test -s conftest.$ac_objext'
24262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24263 (eval $ac_try) 2>&5
24264 ac_status=$?
24265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24266 (exit $ac_status); }; }; then
24267 ac_header_compiler=yes
24268 else
24269 echo "$as_me: failed program was:" >&5
24270 sed 's/^/| /' conftest.$ac_ext >&5
24271
24272 ac_header_compiler=no
24273 fi
24274 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24275 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24276 echo "${ECHO_T}$ac_header_compiler" >&6
24277
24278 # Is the header present?
24279 echo "$as_me:$LINENO: checking mspack.h presence" >&5
24280 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
24281 cat >conftest.$ac_ext <<_ACEOF
24282 /* confdefs.h. */
24283 _ACEOF
24284 cat confdefs.h >>conftest.$ac_ext
24285 cat >>conftest.$ac_ext <<_ACEOF
24286 /* end confdefs.h. */
24287 #include <mspack.h>
24288 _ACEOF
24289 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24290 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24291 ac_status=$?
24292 grep -v '^ *+' conftest.er1 >conftest.err
24293 rm -f conftest.er1
24294 cat conftest.err >&5
24295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24296 (exit $ac_status); } >/dev/null; then
24297 if test -s conftest.err; then
24298 ac_cpp_err=$ac_c_preproc_warn_flag
24299 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24300 else
24301 ac_cpp_err=
24302 fi
24303 else
24304 ac_cpp_err=yes
24305 fi
24306 if test -z "$ac_cpp_err"; then
24307 ac_header_preproc=yes
24308 else
24309 echo "$as_me: failed program was:" >&5
24310 sed 's/^/| /' conftest.$ac_ext >&5
24311
24312 ac_header_preproc=no
24313 fi
24314 rm -f conftest.err conftest.$ac_ext
24315 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24316 echo "${ECHO_T}$ac_header_preproc" >&6
24317
24318 # So? What about this header?
24319 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24320 yes:no: )
24321 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
24322 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24323 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
24324 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
24325 ac_header_preproc=yes
24326 ;;
24327 no:yes:* )
24328 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
24329 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
24330 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
24331 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
24332 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
24333 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
24334 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
24335 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
24336 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
24337 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
24338 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
24339 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
24340 (
24341 cat <<\_ASBOX
24342 ## ----------------------------------------- ##
24343 ## Report this to wx-dev@lists.wxwidgets.org ##
24344 ## ----------------------------------------- ##
24345 _ASBOX
24346 ) |
24347 sed "s/^/$as_me: WARNING: /" >&2
24348 ;;
24349 esac
24350 echo "$as_me:$LINENO: checking for mspack.h" >&5
24351 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24352 if test "${ac_cv_header_mspack_h+set}" = set; then
24353 echo $ECHO_N "(cached) $ECHO_C" >&6
24354 else
24355 ac_cv_header_mspack_h=$ac_header_preproc
24356 fi
24357 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24358 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24359
24360 fi
24361 if test $ac_cv_header_mspack_h = yes; then
24362 found_mspack_h=1
24363 fi
24364
24365
24366 if test "x$found_mspack_h" = "x1"; then
24367 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
24368 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
24369 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
24370 echo $ECHO_N "(cached) $ECHO_C" >&6
24371 else
24372 ac_check_lib_save_LIBS=$LIBS
24373 LIBS="-lmspack $LIBS"
24374 cat >conftest.$ac_ext <<_ACEOF
24375 /* confdefs.h. */
24376 _ACEOF
24377 cat confdefs.h >>conftest.$ac_ext
24378 cat >>conftest.$ac_ext <<_ACEOF
24379 /* end confdefs.h. */
24380
24381 /* Override any gcc2 internal prototype to avoid an error. */
24382 #ifdef __cplusplus
24383 extern "C"
24384 #endif
24385 /* We use char because int might match the return type of a gcc2
24386 builtin and then its argument prototype would still apply. */
24387 char mspack_create_chm_decompressor ();
24388 int
24389 main ()
24390 {
24391 mspack_create_chm_decompressor ();
24392 ;
24393 return 0;
24394 }
24395 _ACEOF
24396 rm -f conftest.$ac_objext conftest$ac_exeext
24397 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24398 (eval $ac_link) 2>conftest.er1
24399 ac_status=$?
24400 grep -v '^ *+' conftest.er1 >conftest.err
24401 rm -f conftest.er1
24402 cat conftest.err >&5
24403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24404 (exit $ac_status); } &&
24405 { ac_try='test -z "$ac_c_werror_flag"
24406 || test ! -s conftest.err'
24407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24408 (eval $ac_try) 2>&5
24409 ac_status=$?
24410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24411 (exit $ac_status); }; } &&
24412 { ac_try='test -s conftest$ac_exeext'
24413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24414 (eval $ac_try) 2>&5
24415 ac_status=$?
24416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24417 (exit $ac_status); }; }; then
24418 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
24419 else
24420 echo "$as_me: failed program was:" >&5
24421 sed 's/^/| /' conftest.$ac_ext >&5
24422
24423 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
24424 fi
24425 rm -f conftest.err conftest.$ac_objext \
24426 conftest$ac_exeext conftest.$ac_ext
24427 LIBS=$ac_check_lib_save_LIBS
24428 fi
24429 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
24430 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
24431 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
24432 MSPACK_LINK=" -lmspack"
24433 fi
24434
24435 fi
24436 if test "x$MSPACK_LINK" = "x" ; then
24437 wxUSE_LIBMSPACK=no
24438 fi
24439 fi
24440
24441 if test "$wxUSE_LIBMSPACK" != "no"; then
24442 cat >>confdefs.h <<\_ACEOF
24443 #define wxUSE_LIBMSPACK 1
24444 _ACEOF
24445
24446 fi
24447
24448
24449
24450 AFMINSTALL=
24451 WIN32INSTALL=
24452
24453 TOOLKIT=
24454 TOOLKIT_INCLUDE=
24455 WIDGET_SET=
24456
24457 if test "$USE_WIN32" = 1 ; then
24458
24459 for ac_header in w32api.h
24460 do
24461 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24462 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24463 echo "$as_me:$LINENO: checking for $ac_header" >&5
24464 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24465 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24466 echo $ECHO_N "(cached) $ECHO_C" >&6
24467 fi
24468 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24469 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24470 else
24471 # Is the header compilable?
24472 echo "$as_me:$LINENO: checking $ac_header usability" >&5
24473 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
24474 cat >conftest.$ac_ext <<_ACEOF
24475 /* confdefs.h. */
24476 _ACEOF
24477 cat confdefs.h >>conftest.$ac_ext
24478 cat >>conftest.$ac_ext <<_ACEOF
24479 /* end confdefs.h. */
24480 $ac_includes_default
24481 #include <$ac_header>
24482 _ACEOF
24483 rm -f conftest.$ac_objext
24484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24485 (eval $ac_compile) 2>conftest.er1
24486 ac_status=$?
24487 grep -v '^ *+' conftest.er1 >conftest.err
24488 rm -f conftest.er1
24489 cat conftest.err >&5
24490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24491 (exit $ac_status); } &&
24492 { ac_try='test -z "$ac_c_werror_flag"
24493 || test ! -s conftest.err'
24494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24495 (eval $ac_try) 2>&5
24496 ac_status=$?
24497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24498 (exit $ac_status); }; } &&
24499 { ac_try='test -s conftest.$ac_objext'
24500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24501 (eval $ac_try) 2>&5
24502 ac_status=$?
24503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24504 (exit $ac_status); }; }; then
24505 ac_header_compiler=yes
24506 else
24507 echo "$as_me: failed program was:" >&5
24508 sed 's/^/| /' conftest.$ac_ext >&5
24509
24510 ac_header_compiler=no
24511 fi
24512 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24513 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24514 echo "${ECHO_T}$ac_header_compiler" >&6
24515
24516 # Is the header present?
24517 echo "$as_me:$LINENO: checking $ac_header presence" >&5
24518 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
24519 cat >conftest.$ac_ext <<_ACEOF
24520 /* confdefs.h. */
24521 _ACEOF
24522 cat confdefs.h >>conftest.$ac_ext
24523 cat >>conftest.$ac_ext <<_ACEOF
24524 /* end confdefs.h. */
24525 #include <$ac_header>
24526 _ACEOF
24527 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24528 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24529 ac_status=$?
24530 grep -v '^ *+' conftest.er1 >conftest.err
24531 rm -f conftest.er1
24532 cat conftest.err >&5
24533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24534 (exit $ac_status); } >/dev/null; then
24535 if test -s conftest.err; then
24536 ac_cpp_err=$ac_c_preproc_warn_flag
24537 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24538 else
24539 ac_cpp_err=
24540 fi
24541 else
24542 ac_cpp_err=yes
24543 fi
24544 if test -z "$ac_cpp_err"; then
24545 ac_header_preproc=yes
24546 else
24547 echo "$as_me: failed program was:" >&5
24548 sed 's/^/| /' conftest.$ac_ext >&5
24549
24550 ac_header_preproc=no
24551 fi
24552 rm -f conftest.err conftest.$ac_ext
24553 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24554 echo "${ECHO_T}$ac_header_preproc" >&6
24555
24556 # So? What about this header?
24557 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24558 yes:no: )
24559 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24560 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24561 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24562 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24563 ac_header_preproc=yes
24564 ;;
24565 no:yes:* )
24566 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24567 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24568 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
24569 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
24570 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24571 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24572 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
24573 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
24574 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24575 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24576 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24577 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24578 (
24579 cat <<\_ASBOX
24580 ## ----------------------------------------- ##
24581 ## Report this to wx-dev@lists.wxwidgets.org ##
24582 ## ----------------------------------------- ##
24583 _ASBOX
24584 ) |
24585 sed "s/^/$as_me: WARNING: /" >&2
24586 ;;
24587 esac
24588 echo "$as_me:$LINENO: checking for $ac_header" >&5
24589 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24590 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24591 echo $ECHO_N "(cached) $ECHO_C" >&6
24592 else
24593 eval "$as_ac_Header=\$ac_header_preproc"
24594 fi
24595 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24596 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24597
24598 fi
24599 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24600 cat >>confdefs.h <<_ACEOF
24601 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24602 _ACEOF
24603
24604 fi
24605
24606 done
24607
24608 if test "${ac_cv_header_windows_h+set}" = set; then
24609 echo "$as_me:$LINENO: checking for windows.h" >&5
24610 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24611 if test "${ac_cv_header_windows_h+set}" = set; then
24612 echo $ECHO_N "(cached) $ECHO_C" >&6
24613 fi
24614 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24615 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24616 else
24617 # Is the header compilable?
24618 echo "$as_me:$LINENO: checking windows.h usability" >&5
24619 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
24620 cat >conftest.$ac_ext <<_ACEOF
24621 /* confdefs.h. */
24622 _ACEOF
24623 cat confdefs.h >>conftest.$ac_ext
24624 cat >>conftest.$ac_ext <<_ACEOF
24625 /* end confdefs.h. */
24626 $ac_includes_default
24627 #include <windows.h>
24628 _ACEOF
24629 rm -f conftest.$ac_objext
24630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24631 (eval $ac_compile) 2>conftest.er1
24632 ac_status=$?
24633 grep -v '^ *+' conftest.er1 >conftest.err
24634 rm -f conftest.er1
24635 cat conftest.err >&5
24636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24637 (exit $ac_status); } &&
24638 { ac_try='test -z "$ac_c_werror_flag"
24639 || test ! -s conftest.err'
24640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24641 (eval $ac_try) 2>&5
24642 ac_status=$?
24643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24644 (exit $ac_status); }; } &&
24645 { ac_try='test -s conftest.$ac_objext'
24646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24647 (eval $ac_try) 2>&5
24648 ac_status=$?
24649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24650 (exit $ac_status); }; }; then
24651 ac_header_compiler=yes
24652 else
24653 echo "$as_me: failed program was:" >&5
24654 sed 's/^/| /' conftest.$ac_ext >&5
24655
24656 ac_header_compiler=no
24657 fi
24658 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24659 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24660 echo "${ECHO_T}$ac_header_compiler" >&6
24661
24662 # Is the header present?
24663 echo "$as_me:$LINENO: checking windows.h presence" >&5
24664 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
24665 cat >conftest.$ac_ext <<_ACEOF
24666 /* confdefs.h. */
24667 _ACEOF
24668 cat confdefs.h >>conftest.$ac_ext
24669 cat >>conftest.$ac_ext <<_ACEOF
24670 /* end confdefs.h. */
24671 #include <windows.h>
24672 _ACEOF
24673 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24674 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24675 ac_status=$?
24676 grep -v '^ *+' conftest.er1 >conftest.err
24677 rm -f conftest.er1
24678 cat conftest.err >&5
24679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24680 (exit $ac_status); } >/dev/null; then
24681 if test -s conftest.err; then
24682 ac_cpp_err=$ac_c_preproc_warn_flag
24683 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
24684 else
24685 ac_cpp_err=
24686 fi
24687 else
24688 ac_cpp_err=yes
24689 fi
24690 if test -z "$ac_cpp_err"; then
24691 ac_header_preproc=yes
24692 else
24693 echo "$as_me: failed program was:" >&5
24694 sed 's/^/| /' conftest.$ac_ext >&5
24695
24696 ac_header_preproc=no
24697 fi
24698 rm -f conftest.err conftest.$ac_ext
24699 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24700 echo "${ECHO_T}$ac_header_preproc" >&6
24701
24702 # So? What about this header?
24703 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24704 yes:no: )
24705 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
24706 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24707 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
24708 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
24709 ac_header_preproc=yes
24710 ;;
24711 no:yes:* )
24712 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
24713 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
24714 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
24715 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
24716 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
24717 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
24718 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
24719 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
24720 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
24721 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
24722 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
24723 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
24724 (
24725 cat <<\_ASBOX
24726 ## ----------------------------------------- ##
24727 ## Report this to wx-dev@lists.wxwidgets.org ##
24728 ## ----------------------------------------- ##
24729 _ASBOX
24730 ) |
24731 sed "s/^/$as_me: WARNING: /" >&2
24732 ;;
24733 esac
24734 echo "$as_me:$LINENO: checking for windows.h" >&5
24735 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24736 if test "${ac_cv_header_windows_h+set}" = set; then
24737 echo $ECHO_N "(cached) $ECHO_C" >&6
24738 else
24739 ac_cv_header_windows_h=$ac_header_preproc
24740 fi
24741 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24742 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24743
24744 fi
24745 if test $ac_cv_header_windows_h = yes; then
24746 :
24747 else
24748
24749 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24750 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24751 { (exit 1); exit 1; }; }
24752
24753 fi
24754
24755
24756
24757 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24758
24759 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24760 LIBS="$LIBS -loleacc"
24761 fi
24762
24763 case "${host}" in
24764 *-*-cygwin* )
24765 LIBS="$LIBS -lkernel32 -luser32"
24766 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
24767 esac
24768
24769 if test "$wxUSE_ODBC" = "sys" ; then
24770 wxUSE_ODBC = "yes"
24771 fi
24772 if test "$wxUSE_ODBC" = "yes" ; then
24773 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
24774 cat >>confdefs.h <<\_ACEOF
24775 #define wxUSE_ODBC 1
24776 _ACEOF
24777
24778 fi
24779
24780 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24781 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
24782
24783 WIN32INSTALL=win32install
24784 fi
24785
24786 if test "$wxUSE_GUI" = "yes"; then
24787 USE_GUI=1
24788
24789 GUI_TK_LIBRARY=
24790
24791 WXGTK12=
24792 WXGTK127=
24793 WXGTK20=
24794 WXGPE=
24795
24796 if test "$wxUSE_COCOA" = 1 ; then
24797 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24798 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24799 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24800 wxUSE_PRINTING_ARCHITECTURE=no
24801 fi
24802 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24803 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24804 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24805 wxUSE_DRAG_AND_DROP=no
24806 fi
24807 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24808 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24809 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24810 wxUSE_DRAGIMAGE=no
24811 fi
24812 fi
24813
24814 if test "$wxUSE_MSW" = 1 ; then
24815 TOOLKIT=MSW
24816 GUIDIST=MSW_DIST
24817
24818 case "${host}" in
24819 *-*-mingw32* )
24820 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
24821 esac
24822 fi
24823
24824 if test "$wxUSE_GTK" = 1; then
24825 echo "$as_me:$LINENO: checking for GTK+ version" >&5
24826 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
24827
24828 gtk_version_cached=1
24829 if test "${wx_cv_lib_gtk+set}" = set; then
24830 echo $ECHO_N "(cached) $ECHO_C" >&6
24831 else
24832
24833 gtk_version_cached=0
24834 echo "$as_me:$LINENO: result: " >&5
24835 echo "${ECHO_T}" >&6
24836
24837 GTK_MODULES=
24838 if test "$wxUSE_THREADS" = "yes"; then
24839 GTK_MODULES=gthread
24840 fi
24841
24842 wx_cv_lib_gtk=
24843 if test "x$wxGTK_VERSION" != "x1"; then
24844 # Check whether --enable-gtktest or --disable-gtktest was given.
24845 if test "${enable_gtktest+set}" = set; then
24846 enableval="$enable_gtktest"
24847
24848 else
24849 enable_gtktest=yes
24850 fi;
24851
24852 pkg_config_args=gtk+-2.0
24853 for module in . $GTK_MODULES
24854 do
24855 case "$module" in
24856 gthread)
24857 pkg_config_args="$pkg_config_args gthread-2.0"
24858 ;;
24859 esac
24860 done
24861
24862 no_gtk=""
24863
24864 # Extract the first word of "pkg-config", so it can be a program name with args.
24865 set dummy pkg-config; ac_word=$2
24866 echo "$as_me:$LINENO: checking for $ac_word" >&5
24867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24868 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24869 echo $ECHO_N "(cached) $ECHO_C" >&6
24870 else
24871 case $PKG_CONFIG in
24872 [\\/]* | ?:[\\/]*)
24873 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
24874 ;;
24875 *)
24876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24877 for as_dir in $PATH
24878 do
24879 IFS=$as_save_IFS
24880 test -z "$as_dir" && as_dir=.
24881 for ac_exec_ext in '' $ac_executable_extensions; do
24882 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24883 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
24884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24885 break 2
24886 fi
24887 done
24888 done
24889
24890 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
24891 ;;
24892 esac
24893 fi
24894 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
24895
24896 if test -n "$PKG_CONFIG"; then
24897 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24898 echo "${ECHO_T}$PKG_CONFIG" >&6
24899 else
24900 echo "$as_me:$LINENO: result: no" >&5
24901 echo "${ECHO_T}no" >&6
24902 fi
24903
24904
24905 if test x$PKG_CONFIG != xno ; then
24906 if pkg-config --atleast-pkgconfig-version 0.7 ; then
24907 :
24908 else
24909 echo "*** pkg-config too old; version 0.7 or better required."
24910 no_gtk=yes
24911 PKG_CONFIG=no
24912 fi
24913 else
24914 no_gtk=yes
24915 fi
24916
24917 min_gtk_version=2.0.0
24918 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
24919 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
24920
24921 if test x$PKG_CONFIG != xno ; then
24922 ## don't try to run the test against uninstalled libtool libs
24923 if $PKG_CONFIG --uninstalled $pkg_config_args; then
24924 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
24925 enable_gtktest=no
24926 fi
24927
24928 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
24929 :
24930 else
24931 no_gtk=yes
24932 fi
24933 fi
24934
24935 if test x"$no_gtk" = x ; then
24936 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
24937 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
24938 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24939 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24940 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24941 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24942 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
24943 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24944 if test "x$enable_gtktest" = "xyes" ; then
24945 ac_save_CFLAGS="$CFLAGS"
24946 ac_save_LIBS="$LIBS"
24947 CFLAGS="$CFLAGS $GTK_CFLAGS"
24948 LIBS="$GTK_LIBS $LIBS"
24949 rm -f conf.gtktest
24950 if test "$cross_compiling" = yes; then
24951 echo $ac_n "cross compiling; assumed OK... $ac_c"
24952 else
24953 cat >conftest.$ac_ext <<_ACEOF
24954 /* confdefs.h. */
24955 _ACEOF
24956 cat confdefs.h >>conftest.$ac_ext
24957 cat >>conftest.$ac_ext <<_ACEOF
24958 /* end confdefs.h. */
24959
24960 #include <gtk/gtk.h>
24961 #include <stdio.h>
24962 #include <stdlib.h>
24963
24964 int
24965 main ()
24966 {
24967 int major, minor, micro;
24968 char *tmp_version;
24969
24970 system ("touch conf.gtktest");
24971
24972 /* HP/UX 9 (%@#!) writes to sscanf strings */
24973 tmp_version = g_strdup("$min_gtk_version");
24974 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
24975 printf("%s, bad version string\n", "$min_gtk_version");
24976 exit(1);
24977 }
24978
24979 if ((gtk_major_version != $gtk_config_major_version) ||
24980 (gtk_minor_version != $gtk_config_minor_version) ||
24981 (gtk_micro_version != $gtk_config_micro_version))
24982 {
24983 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24984 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24985 gtk_major_version, gtk_minor_version, gtk_micro_version);
24986 printf ("*** was found! If pkg-config was correct, then it is best\n");
24987 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24988 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24989 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24990 printf("*** required on your system.\n");
24991 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
24992 printf("*** to point to the correct configuration files\n");
24993 }
24994 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24995 (gtk_minor_version != GTK_MINOR_VERSION) ||
24996 (gtk_micro_version != GTK_MICRO_VERSION))
24997 {
24998 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24999 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25000 printf("*** library (version %d.%d.%d)\n",
25001 gtk_major_version, gtk_minor_version, gtk_micro_version);
25002 }
25003 else
25004 {
25005 if ((gtk_major_version > major) ||
25006 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25007 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25008 {
25009 return 0;
25010 }
25011 else
25012 {
25013 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25014 gtk_major_version, gtk_minor_version, gtk_micro_version);
25015 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25016 major, minor, micro);
25017 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25018 printf("***\n");
25019 printf("*** If you have already installed a sufficiently new version, this error\n");
25020 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
25021 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25022 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
25023 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
25024 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25025 printf("*** so that the correct libraries are found at run-time))\n");
25026 }
25027 }
25028 return 1;
25029 }
25030
25031 _ACEOF
25032 rm -f conftest$ac_exeext
25033 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25034 (eval $ac_link) 2>&5
25035 ac_status=$?
25036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25037 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25039 (eval $ac_try) 2>&5
25040 ac_status=$?
25041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25042 (exit $ac_status); }; }; then
25043 :
25044 else
25045 echo "$as_me: program exited with status $ac_status" >&5
25046 echo "$as_me: failed program was:" >&5
25047 sed 's/^/| /' conftest.$ac_ext >&5
25048
25049 ( exit $ac_status )
25050 no_gtk=yes
25051 fi
25052 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25053 fi
25054 CFLAGS="$ac_save_CFLAGS"
25055 LIBS="$ac_save_LIBS"
25056 fi
25057 fi
25058 if test "x$no_gtk" = x ; then
25059 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
25060 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
25061 wx_cv_lib_gtk=2.0
25062 else
25063 echo "$as_me:$LINENO: result: no" >&5
25064 echo "${ECHO_T}no" >&6
25065 if test "$PKG_CONFIG" = "no" ; then
25066 echo "*** A new enough version of pkg-config was not found."
25067 echo "*** See http://pkgconfig.sourceforge.net"
25068 else
25069 if test -f conf.gtktest ; then
25070 :
25071 else
25072 echo "*** Could not run GTK+ test program, checking why..."
25073 ac_save_CFLAGS="$CFLAGS"
25074 ac_save_LIBS="$LIBS"
25075 CFLAGS="$CFLAGS $GTK_CFLAGS"
25076 LIBS="$LIBS $GTK_LIBS"
25077 cat >conftest.$ac_ext <<_ACEOF
25078 /* confdefs.h. */
25079 _ACEOF
25080 cat confdefs.h >>conftest.$ac_ext
25081 cat >>conftest.$ac_ext <<_ACEOF
25082 /* end confdefs.h. */
25083
25084 #include <gtk/gtk.h>
25085 #include <stdio.h>
25086
25087 int
25088 main ()
25089 {
25090 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25091 ;
25092 return 0;
25093 }
25094 _ACEOF
25095 rm -f conftest.$ac_objext conftest$ac_exeext
25096 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25097 (eval $ac_link) 2>conftest.er1
25098 ac_status=$?
25099 grep -v '^ *+' conftest.er1 >conftest.err
25100 rm -f conftest.er1
25101 cat conftest.err >&5
25102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25103 (exit $ac_status); } &&
25104 { ac_try='test -z "$ac_c_werror_flag"
25105 || test ! -s conftest.err'
25106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25107 (eval $ac_try) 2>&5
25108 ac_status=$?
25109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25110 (exit $ac_status); }; } &&
25111 { ac_try='test -s conftest$ac_exeext'
25112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25113 (eval $ac_try) 2>&5
25114 ac_status=$?
25115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25116 (exit $ac_status); }; }; then
25117 echo "*** The test program compiled, but did not run. This usually means"
25118 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
25119 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
25120 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25121 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25122 echo "*** is required on your system"
25123 echo "***"
25124 echo "*** If you have an old version installed, it is best to remove it, although"
25125 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25126 else
25127 echo "$as_me: failed program was:" >&5
25128 sed 's/^/| /' conftest.$ac_ext >&5
25129
25130 echo "*** The test program failed to compile or link. See the file config.log for the"
25131 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
25132 fi
25133 rm -f conftest.err conftest.$ac_objext \
25134 conftest$ac_exeext conftest.$ac_ext
25135 CFLAGS="$ac_save_CFLAGS"
25136 LIBS="$ac_save_LIBS"
25137 fi
25138 fi
25139 GTK_CFLAGS=""
25140 GTK_LIBS=""
25141 :
25142 fi
25143
25144
25145 rm -f conf.gtktest
25146
25147 fi
25148
25149 if test -z "$wx_cv_lib_gtk"; then
25150 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
25151
25152 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25153 if test "${with_gtk_prefix+set}" = set; then
25154 withval="$with_gtk_prefix"
25155 gtk_config_prefix="$withval"
25156 else
25157 gtk_config_prefix=""
25158 fi;
25159
25160 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25161 if test "${with_gtk_exec_prefix+set}" = set; then
25162 withval="$with_gtk_exec_prefix"
25163 gtk_config_exec_prefix="$withval"
25164 else
25165 gtk_config_exec_prefix=""
25166 fi;
25167 # Check whether --enable-gtktest or --disable-gtktest was given.
25168 if test "${enable_gtktest+set}" = set; then
25169 enableval="$enable_gtktest"
25170
25171 else
25172 enable_gtktest=yes
25173 fi;
25174
25175 for module in . $GTK_MODULES
25176 do
25177 case "$module" in
25178 gthread)
25179 gtk_config_args="$gtk_config_args gthread"
25180 ;;
25181 esac
25182 done
25183
25184 if test x$gtk_config_exec_prefix != x ; then
25185 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25186 if test x${GTK_CONFIG+set} != xset ; then
25187 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25188 fi
25189 fi
25190 if test x$gtk_config_prefix != x ; then
25191 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25192 if test x${GTK_CONFIG+set} != xset ; then
25193 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25194 fi
25195 fi
25196
25197 # Extract the first word of "gtk-config", so it can be a program name with args.
25198 set dummy gtk-config; ac_word=$2
25199 echo "$as_me:$LINENO: checking for $ac_word" >&5
25200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25201 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25202 echo $ECHO_N "(cached) $ECHO_C" >&6
25203 else
25204 case $GTK_CONFIG in
25205 [\\/]* | ?:[\\/]*)
25206 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25207 ;;
25208 *)
25209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25210 for as_dir in $PATH
25211 do
25212 IFS=$as_save_IFS
25213 test -z "$as_dir" && as_dir=.
25214 for ac_exec_ext in '' $ac_executable_extensions; do
25215 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25216 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25218 break 2
25219 fi
25220 done
25221 done
25222
25223 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25224 ;;
25225 esac
25226 fi
25227 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25228
25229 if test -n "$GTK_CONFIG"; then
25230 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25231 echo "${ECHO_T}$GTK_CONFIG" >&6
25232 else
25233 echo "$as_me:$LINENO: result: no" >&5
25234 echo "${ECHO_T}no" >&6
25235 fi
25236
25237 min_gtk_version=1.2.7
25238 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25239 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25240 no_gtk=""
25241 if test "$GTK_CONFIG" = "no" ; then
25242 no_gtk=yes
25243 else
25244 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25245 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25246 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25247 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25248 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25249 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25250 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25251 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25252 if test "x$enable_gtktest" = "xyes" ; then
25253 ac_save_CFLAGS="$CFLAGS"
25254 ac_save_LIBS="$LIBS"
25255 CFLAGS="$CFLAGS $GTK_CFLAGS"
25256 LIBS="$GTK_LIBS $LIBS"
25257 rm -f conf.gtktest
25258 if test "$cross_compiling" = yes; then
25259 echo $ac_n "cross compiling; assumed OK... $ac_c"
25260 else
25261 cat >conftest.$ac_ext <<_ACEOF
25262 /* confdefs.h. */
25263 _ACEOF
25264 cat confdefs.h >>conftest.$ac_ext
25265 cat >>conftest.$ac_ext <<_ACEOF
25266 /* end confdefs.h. */
25267
25268 #include <gtk/gtk.h>
25269 #include <stdio.h>
25270 #include <stdlib.h>
25271
25272 int
25273 main ()
25274 {
25275 int major, minor, micro;
25276 char *tmp_version;
25277
25278 system ("touch conf.gtktest");
25279
25280 /* HP/UX 9 (%@#!) writes to sscanf strings */
25281 tmp_version = g_strdup("$min_gtk_version");
25282 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25283 printf("%s, bad version string\n", "$min_gtk_version");
25284 exit(1);
25285 }
25286
25287 if ((gtk_major_version != $gtk_config_major_version) ||
25288 (gtk_minor_version != $gtk_config_minor_version) ||
25289 (gtk_micro_version != $gtk_config_micro_version))
25290 {
25291 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25292 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25293 gtk_major_version, gtk_minor_version, gtk_micro_version);
25294 printf ("*** was found! If gtk-config was correct, then it is best\n");
25295 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25296 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25297 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25298 printf("*** required on your system.\n");
25299 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25300 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25301 printf("*** before re-running configure\n");
25302 }
25303 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25304 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25305 (gtk_minor_version != GTK_MINOR_VERSION) ||
25306 (gtk_micro_version != GTK_MICRO_VERSION))
25307 {
25308 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25309 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25310 printf("*** library (version %d.%d.%d)\n",
25311 gtk_major_version, gtk_minor_version, gtk_micro_version);
25312 }
25313 #endif /* defined (GTK_MAJOR_VERSION) ... */
25314 else
25315 {
25316 if ((gtk_major_version > major) ||
25317 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25318 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25319 {
25320 return 0;
25321 }
25322 else
25323 {
25324 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25325 gtk_major_version, gtk_minor_version, gtk_micro_version);
25326 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25327 major, minor, micro);
25328 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25329 printf("***\n");
25330 printf("*** If you have already installed a sufficiently new version, this error\n");
25331 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25332 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25333 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25334 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25335 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25336 printf("*** so that the correct libraries are found at run-time))\n");
25337 }
25338 }
25339 return 1;
25340 }
25341
25342 _ACEOF
25343 rm -f conftest$ac_exeext
25344 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25345 (eval $ac_link) 2>&5
25346 ac_status=$?
25347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25348 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25350 (eval $ac_try) 2>&5
25351 ac_status=$?
25352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25353 (exit $ac_status); }; }; then
25354 :
25355 else
25356 echo "$as_me: program exited with status $ac_status" >&5
25357 echo "$as_me: failed program was:" >&5
25358 sed 's/^/| /' conftest.$ac_ext >&5
25359
25360 ( exit $ac_status )
25361 no_gtk=yes
25362 fi
25363 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25364 fi
25365 CFLAGS="$ac_save_CFLAGS"
25366 LIBS="$ac_save_LIBS"
25367 fi
25368 fi
25369 if test "x$no_gtk" = x ; then
25370 echo "$as_me:$LINENO: result: yes" >&5
25371 echo "${ECHO_T}yes" >&6
25372 wx_cv_lib_gtk=1.2.7
25373 else
25374 echo "$as_me:$LINENO: result: no" >&5
25375 echo "${ECHO_T}no" >&6
25376 if test "$GTK_CONFIG" = "no" ; then
25377 echo "*** The gtk-config script installed by GTK could not be found"
25378 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25379 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25380 echo "*** full path to gtk-config."
25381 else
25382 if test -f conf.gtktest ; then
25383 :
25384 else
25385 echo "*** Could not run GTK test program, checking why..."
25386 CFLAGS="$CFLAGS $GTK_CFLAGS"
25387 LIBS="$LIBS $GTK_LIBS"
25388 cat >conftest.$ac_ext <<_ACEOF
25389 /* confdefs.h. */
25390 _ACEOF
25391 cat confdefs.h >>conftest.$ac_ext
25392 cat >>conftest.$ac_ext <<_ACEOF
25393 /* end confdefs.h. */
25394
25395 #include <gtk/gtk.h>
25396 #include <stdio.h>
25397
25398 int
25399 main ()
25400 {
25401 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25402 ;
25403 return 0;
25404 }
25405 _ACEOF
25406 rm -f conftest.$ac_objext conftest$ac_exeext
25407 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25408 (eval $ac_link) 2>conftest.er1
25409 ac_status=$?
25410 grep -v '^ *+' conftest.er1 >conftest.err
25411 rm -f conftest.er1
25412 cat conftest.err >&5
25413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25414 (exit $ac_status); } &&
25415 { ac_try='test -z "$ac_c_werror_flag"
25416 || test ! -s conftest.err'
25417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25418 (eval $ac_try) 2>&5
25419 ac_status=$?
25420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25421 (exit $ac_status); }; } &&
25422 { ac_try='test -s conftest$ac_exeext'
25423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25424 (eval $ac_try) 2>&5
25425 ac_status=$?
25426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25427 (exit $ac_status); }; }; then
25428 echo "*** The test program compiled, but did not run. This usually means"
25429 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25430 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25431 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25432 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25433 echo "*** is required on your system"
25434 echo "***"
25435 echo "*** If you have an old version installed, it is best to remove it, although"
25436 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25437 echo "***"
25438 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25439 echo "*** came with the system with the command"
25440 echo "***"
25441 echo "*** rpm --erase --nodeps gtk gtk-devel"
25442 else
25443 echo "$as_me: failed program was:" >&5
25444 sed 's/^/| /' conftest.$ac_ext >&5
25445
25446 echo "*** The test program failed to compile or link. See the file config.log for the"
25447 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25448 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25449 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25450 fi
25451 rm -f conftest.err conftest.$ac_objext \
25452 conftest$ac_exeext conftest.$ac_ext
25453 CFLAGS="$ac_save_CFLAGS"
25454 LIBS="$ac_save_LIBS"
25455 fi
25456 fi
25457 GTK_CFLAGS=""
25458 GTK_LIBS=""
25459 :
25460 fi
25461
25462
25463 rm -f conf.gtktest
25464
25465
25466 if test -z "$wx_cv_lib_gtk"; then
25467
25468 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25469 if test "${with_gtk_prefix+set}" = set; then
25470 withval="$with_gtk_prefix"
25471 gtk_config_prefix="$withval"
25472 else
25473 gtk_config_prefix=""
25474 fi;
25475
25476 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25477 if test "${with_gtk_exec_prefix+set}" = set; then
25478 withval="$with_gtk_exec_prefix"
25479 gtk_config_exec_prefix="$withval"
25480 else
25481 gtk_config_exec_prefix=""
25482 fi;
25483 # Check whether --enable-gtktest or --disable-gtktest was given.
25484 if test "${enable_gtktest+set}" = set; then
25485 enableval="$enable_gtktest"
25486
25487 else
25488 enable_gtktest=yes
25489 fi;
25490
25491 for module in . $GTK_MODULES
25492 do
25493 case "$module" in
25494 gthread)
25495 gtk_config_args="$gtk_config_args gthread"
25496 ;;
25497 esac
25498 done
25499
25500 if test x$gtk_config_exec_prefix != x ; then
25501 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25502 if test x${GTK_CONFIG+set} != xset ; then
25503 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
25504 fi
25505 fi
25506 if test x$gtk_config_prefix != x ; then
25507 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
25508 if test x${GTK_CONFIG+set} != xset ; then
25509 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
25510 fi
25511 fi
25512
25513 # Extract the first word of "gtk-config", so it can be a program name with args.
25514 set dummy gtk-config; ac_word=$2
25515 echo "$as_me:$LINENO: checking for $ac_word" >&5
25516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25517 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25518 echo $ECHO_N "(cached) $ECHO_C" >&6
25519 else
25520 case $GTK_CONFIG in
25521 [\\/]* | ?:[\\/]*)
25522 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
25523 ;;
25524 *)
25525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25526 for as_dir in $PATH
25527 do
25528 IFS=$as_save_IFS
25529 test -z "$as_dir" && as_dir=.
25530 for ac_exec_ext in '' $ac_executable_extensions; do
25531 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25532 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25534 break 2
25535 fi
25536 done
25537 done
25538
25539 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
25540 ;;
25541 esac
25542 fi
25543 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
25544
25545 if test -n "$GTK_CONFIG"; then
25546 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25547 echo "${ECHO_T}$GTK_CONFIG" >&6
25548 else
25549 echo "$as_me:$LINENO: result: no" >&5
25550 echo "${ECHO_T}no" >&6
25551 fi
25552
25553 min_gtk_version=1.2.3
25554 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25555 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25556 no_gtk=""
25557 if test "$GTK_CONFIG" = "no" ; then
25558 no_gtk=yes
25559 else
25560 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
25561 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
25562 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
25563 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25564 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
25565 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25566 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
25567 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25568 if test "x$enable_gtktest" = "xyes" ; then
25569 ac_save_CFLAGS="$CFLAGS"
25570 ac_save_LIBS="$LIBS"
25571 CFLAGS="$CFLAGS $GTK_CFLAGS"
25572 LIBS="$GTK_LIBS $LIBS"
25573 rm -f conf.gtktest
25574 if test "$cross_compiling" = yes; then
25575 echo $ac_n "cross compiling; assumed OK... $ac_c"
25576 else
25577 cat >conftest.$ac_ext <<_ACEOF
25578 /* confdefs.h. */
25579 _ACEOF
25580 cat confdefs.h >>conftest.$ac_ext
25581 cat >>conftest.$ac_ext <<_ACEOF
25582 /* end confdefs.h. */
25583
25584 #include <gtk/gtk.h>
25585 #include <stdio.h>
25586 #include <stdlib.h>
25587
25588 int
25589 main ()
25590 {
25591 int major, minor, micro;
25592 char *tmp_version;
25593
25594 system ("touch conf.gtktest");
25595
25596 /* HP/UX 9 (%@#!) writes to sscanf strings */
25597 tmp_version = g_strdup("$min_gtk_version");
25598 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
25599 printf("%s, bad version string\n", "$min_gtk_version");
25600 exit(1);
25601 }
25602
25603 if ((gtk_major_version != $gtk_config_major_version) ||
25604 (gtk_minor_version != $gtk_config_minor_version) ||
25605 (gtk_micro_version != $gtk_config_micro_version))
25606 {
25607 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25608 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25609 gtk_major_version, gtk_minor_version, gtk_micro_version);
25610 printf ("*** was found! If gtk-config was correct, then it is best\n");
25611 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25612 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25613 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25614 printf("*** required on your system.\n");
25615 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25616 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25617 printf("*** before re-running configure\n");
25618 }
25619 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25620 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25621 (gtk_minor_version != GTK_MINOR_VERSION) ||
25622 (gtk_micro_version != GTK_MICRO_VERSION))
25623 {
25624 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25625 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25626 printf("*** library (version %d.%d.%d)\n",
25627 gtk_major_version, gtk_minor_version, gtk_micro_version);
25628 }
25629 #endif /* defined (GTK_MAJOR_VERSION) ... */
25630 else
25631 {
25632 if ((gtk_major_version > major) ||
25633 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25634 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25635 {
25636 return 0;
25637 }
25638 else
25639 {
25640 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25641 gtk_major_version, gtk_minor_version, gtk_micro_version);
25642 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25643 major, minor, micro);
25644 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25645 printf("***\n");
25646 printf("*** If you have already installed a sufficiently new version, this error\n");
25647 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25648 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25649 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25650 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25651 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25652 printf("*** so that the correct libraries are found at run-time))\n");
25653 }
25654 }
25655 return 1;
25656 }
25657
25658 _ACEOF
25659 rm -f conftest$ac_exeext
25660 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25661 (eval $ac_link) 2>&5
25662 ac_status=$?
25663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25664 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25666 (eval $ac_try) 2>&5
25667 ac_status=$?
25668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25669 (exit $ac_status); }; }; then
25670 :
25671 else
25672 echo "$as_me: program exited with status $ac_status" >&5
25673 echo "$as_me: failed program was:" >&5
25674 sed 's/^/| /' conftest.$ac_ext >&5
25675
25676 ( exit $ac_status )
25677 no_gtk=yes
25678 fi
25679 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25680 fi
25681 CFLAGS="$ac_save_CFLAGS"
25682 LIBS="$ac_save_LIBS"
25683 fi
25684 fi
25685 if test "x$no_gtk" = x ; then
25686 echo "$as_me:$LINENO: result: yes" >&5
25687 echo "${ECHO_T}yes" >&6
25688 wx_cv_lib_gtk=1.2.3
25689 else
25690 echo "$as_me:$LINENO: result: no" >&5
25691 echo "${ECHO_T}no" >&6
25692 if test "$GTK_CONFIG" = "no" ; then
25693 echo "*** The gtk-config script installed by GTK could not be found"
25694 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25695 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25696 echo "*** full path to gtk-config."
25697 else
25698 if test -f conf.gtktest ; then
25699 :
25700 else
25701 echo "*** Could not run GTK test program, checking why..."
25702 CFLAGS="$CFLAGS $GTK_CFLAGS"
25703 LIBS="$LIBS $GTK_LIBS"
25704 cat >conftest.$ac_ext <<_ACEOF
25705 /* confdefs.h. */
25706 _ACEOF
25707 cat confdefs.h >>conftest.$ac_ext
25708 cat >>conftest.$ac_ext <<_ACEOF
25709 /* end confdefs.h. */
25710
25711 #include <gtk/gtk.h>
25712 #include <stdio.h>
25713
25714 int
25715 main ()
25716 {
25717 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25718 ;
25719 return 0;
25720 }
25721 _ACEOF
25722 rm -f conftest.$ac_objext conftest$ac_exeext
25723 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25724 (eval $ac_link) 2>conftest.er1
25725 ac_status=$?
25726 grep -v '^ *+' conftest.er1 >conftest.err
25727 rm -f conftest.er1
25728 cat conftest.err >&5
25729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25730 (exit $ac_status); } &&
25731 { ac_try='test -z "$ac_c_werror_flag"
25732 || test ! -s conftest.err'
25733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25734 (eval $ac_try) 2>&5
25735 ac_status=$?
25736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25737 (exit $ac_status); }; } &&
25738 { ac_try='test -s conftest$ac_exeext'
25739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25740 (eval $ac_try) 2>&5
25741 ac_status=$?
25742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25743 (exit $ac_status); }; }; then
25744 echo "*** The test program compiled, but did not run. This usually means"
25745 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25746 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25747 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25748 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25749 echo "*** is required on your system"
25750 echo "***"
25751 echo "*** If you have an old version installed, it is best to remove it, although"
25752 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25753 echo "***"
25754 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25755 echo "*** came with the system with the command"
25756 echo "***"
25757 echo "*** rpm --erase --nodeps gtk gtk-devel"
25758 else
25759 echo "$as_me: failed program was:" >&5
25760 sed 's/^/| /' conftest.$ac_ext >&5
25761
25762 echo "*** The test program failed to compile or link. See the file config.log for the"
25763 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25764 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25765 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25766 fi
25767 rm -f conftest.err conftest.$ac_objext \
25768 conftest$ac_exeext conftest.$ac_ext
25769 CFLAGS="$ac_save_CFLAGS"
25770 LIBS="$ac_save_LIBS"
25771 fi
25772 fi
25773 GTK_CFLAGS=""
25774 GTK_LIBS=""
25775 :
25776 fi
25777
25778
25779 rm -f conf.gtktest
25780
25781 fi
25782 fi
25783 fi
25784
25785 if test -z "$wx_cv_lib_gtk"; then
25786 wx_cv_lib_gtk=none
25787 else
25788 wx_cv_cflags_gtk=$GTK_CFLAGS
25789 wx_cv_libs_gtk=$GTK_LIBS
25790 fi
25791
25792
25793 fi
25794
25795
25796 if test "$gtk_version_cached" = 1; then
25797 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25798 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25799 fi
25800
25801 case "$wx_cv_lib_gtk" in
25802 2.0) WXGTK20=1
25803 TOOLKIT_VERSION=2
25804 ;;
25805 1.2.7) WXGTK127=1
25806 WXGTK12=1
25807 ;;
25808 1.2.3) WXGTK12=1
25809 ;;
25810 *) { { echo "$as_me:$LINENO: error:
25811 The development files for GTK+ were not found. For GTK+ 2, please
25812 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25813 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25814 and that the version is 1.2.3 or above. Also check that the
25815 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25816 --libs' are in the LD_LIBRARY_PATH or equivalent.
25817 " >&5
25818 echo "$as_me: error:
25819 The development files for GTK+ were not found. For GTK+ 2, please
25820 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25821 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25822 and that the version is 1.2.3 or above. Also check that the
25823 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25824 --libs' are in the LD_LIBRARY_PATH or equivalent.
25825 " >&2;}
25826 { (exit 1); exit 1; }; }
25827 ;;
25828 esac
25829
25830 if test "$WXGTK20" = 1; then
25831 save_CFLAGS="$CFLAGS"
25832 save_LIBS="$LIBS"
25833 CFLAGS="$CFLAGS $wx_cv_cflags_gtk"
25834 LIBS="$LIBS $wx_cv_libs_gtk"
25835
25836
25837 for ac_func in pango_font_family_is_monospace
25838 do
25839 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25840 echo "$as_me:$LINENO: checking for $ac_func" >&5
25841 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25842 if eval "test \"\${$as_ac_var+set}\" = set"; then
25843 echo $ECHO_N "(cached) $ECHO_C" >&6
25844 else
25845 cat >conftest.$ac_ext <<_ACEOF
25846 /* confdefs.h. */
25847 _ACEOF
25848 cat confdefs.h >>conftest.$ac_ext
25849 cat >>conftest.$ac_ext <<_ACEOF
25850 /* end confdefs.h. */
25851 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25853 #define $ac_func innocuous_$ac_func
25854
25855 /* System header to define __stub macros and hopefully few prototypes,
25856 which can conflict with char $ac_func (); below.
25857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25858 <limits.h> exists even on freestanding compilers. */
25859
25860 #ifdef __STDC__
25861 # include <limits.h>
25862 #else
25863 # include <assert.h>
25864 #endif
25865
25866 #undef $ac_func
25867
25868 /* Override any gcc2 internal prototype to avoid an error. */
25869 #ifdef __cplusplus
25870 extern "C"
25871 {
25872 #endif
25873 /* We use char because int might match the return type of a gcc2
25874 builtin and then its argument prototype would still apply. */
25875 char $ac_func ();
25876 /* The GNU C library defines this for functions which it implements
25877 to always fail with ENOSYS. Some functions are actually named
25878 something starting with __ and the normal name is an alias. */
25879 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25880 choke me
25881 #else
25882 char (*f) () = $ac_func;
25883 #endif
25884 #ifdef __cplusplus
25885 }
25886 #endif
25887
25888 int
25889 main ()
25890 {
25891 return f != $ac_func;
25892 ;
25893 return 0;
25894 }
25895 _ACEOF
25896 rm -f conftest.$ac_objext conftest$ac_exeext
25897 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25898 (eval $ac_link) 2>conftest.er1
25899 ac_status=$?
25900 grep -v '^ *+' conftest.er1 >conftest.err
25901 rm -f conftest.er1
25902 cat conftest.err >&5
25903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25904 (exit $ac_status); } &&
25905 { ac_try='test -z "$ac_c_werror_flag"
25906 || test ! -s conftest.err'
25907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25908 (eval $ac_try) 2>&5
25909 ac_status=$?
25910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25911 (exit $ac_status); }; } &&
25912 { ac_try='test -s conftest$ac_exeext'
25913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25914 (eval $ac_try) 2>&5
25915 ac_status=$?
25916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25917 (exit $ac_status); }; }; then
25918 eval "$as_ac_var=yes"
25919 else
25920 echo "$as_me: failed program was:" >&5
25921 sed 's/^/| /' conftest.$ac_ext >&5
25922
25923 eval "$as_ac_var=no"
25924 fi
25925 rm -f conftest.err conftest.$ac_objext \
25926 conftest$ac_exeext conftest.$ac_ext
25927 fi
25928 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25929 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25930 if test `eval echo '${'$as_ac_var'}'` = yes; then
25931 cat >>confdefs.h <<_ACEOF
25932 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25933 _ACEOF
25934
25935 fi
25936 done
25937
25938
25939 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
25940 echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
25941 cat >conftest.$ac_ext <<_ACEOF
25942 /* confdefs.h. */
25943 _ACEOF
25944 cat confdefs.h >>conftest.$ac_ext
25945 cat >>conftest.$ac_ext <<_ACEOF
25946 /* end confdefs.h. */
25947
25948 #include <gtk/gtk.h>
25949
25950 int
25951 main ()
25952 {
25953
25954 void *f = gtk_icon_size_lookup;
25955
25956 ;
25957 return 0;
25958 }
25959 _ACEOF
25960 rm -f conftest.$ac_objext
25961 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25962 (eval $ac_compile) 2>conftest.er1
25963 ac_status=$?
25964 grep -v '^ *+' conftest.er1 >conftest.err
25965 rm -f conftest.er1
25966 cat conftest.err >&5
25967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25968 (exit $ac_status); } &&
25969 { ac_try='test -z "$ac_c_werror_flag"
25970 || test ! -s conftest.err'
25971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25972 (eval $ac_try) 2>&5
25973 ac_status=$?
25974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25975 (exit $ac_status); }; } &&
25976 { ac_try='test -s conftest.$ac_objext'
25977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25978 (eval $ac_try) 2>&5
25979 ac_status=$?
25980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25981 (exit $ac_status); }; }; then
25982
25983 echo "$as_me:$LINENO: result: no" >&5
25984 echo "${ECHO_T}no" >&6
25985
25986 else
25987 echo "$as_me: failed program was:" >&5
25988 sed 's/^/| /' conftest.$ac_ext >&5
25989
25990
25991 cat >>confdefs.h <<\_ACEOF
25992 #define NEED_GTK_ICON_SIZE_LOOKUP 1
25993 _ACEOF
25994
25995 echo "$as_me:$LINENO: result: yes" >&5
25996 echo "${ECHO_T}yes" >&6
25997
25998 fi
25999 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26000
26001 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
26002 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
26003 cat >conftest.$ac_ext <<_ACEOF
26004 /* confdefs.h. */
26005 _ACEOF
26006 cat confdefs.h >>conftest.$ac_ext
26007 cat >>conftest.$ac_ext <<_ACEOF
26008 /* end confdefs.h. */
26009
26010 #include <gtk/gtk.h>
26011
26012 int
26013 main ()
26014 {
26015
26016 #if !GTK_CHECK_VERSION(2,4,0)
26017 #error "Not GTK+ 2.4"
26018 #endif
26019
26020 ;
26021 return 0;
26022 }
26023 _ACEOF
26024 rm -f conftest.$ac_objext
26025 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26026 (eval $ac_compile) 2>conftest.er1
26027 ac_status=$?
26028 grep -v '^ *+' conftest.er1 >conftest.err
26029 rm -f conftest.er1
26030 cat conftest.err >&5
26031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26032 (exit $ac_status); } &&
26033 { ac_try='test -z "$ac_c_werror_flag"
26034 || test ! -s conftest.err'
26035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26036 (eval $ac_try) 2>&5
26037 ac_status=$?
26038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26039 (exit $ac_status); }; } &&
26040 { ac_try='test -s conftest.$ac_objext'
26041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26042 (eval $ac_try) 2>&5
26043 ac_status=$?
26044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26045 (exit $ac_status); }; }; then
26046
26047 cat >>confdefs.h <<\_ACEOF
26048 #define __WXGTK24__ 1
26049 _ACEOF
26050
26051 echo "$as_me:$LINENO: result: yes" >&5
26052 echo "${ECHO_T}yes" >&6
26053
26054 else
26055 echo "$as_me: failed program was:" >&5
26056 sed 's/^/| /' conftest.$ac_ext >&5
26057
26058
26059 echo "$as_me:$LINENO: result: no" >&5
26060 echo "${ECHO_T}no" >&6
26061
26062 fi
26063 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
26064
26065 CFLAGS="$save_CFLAGS"
26066 LIBS="$save_LIBS"
26067 else
26068 if test "$wxUSE_UNICODE" = "yes"; then
26069 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
26070 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
26071 wxUSE_UNICODE=no
26072 fi
26073 fi
26074
26075 if test "$USE_DARWIN" != 1; then
26076
26077 for ac_func in poll
26078 do
26079 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26080 echo "$as_me:$LINENO: checking for $ac_func" >&5
26081 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26082 if eval "test \"\${$as_ac_var+set}\" = set"; then
26083 echo $ECHO_N "(cached) $ECHO_C" >&6
26084 else
26085 cat >conftest.$ac_ext <<_ACEOF
26086 /* confdefs.h. */
26087 _ACEOF
26088 cat confdefs.h >>conftest.$ac_ext
26089 cat >>conftest.$ac_ext <<_ACEOF
26090 /* end confdefs.h. */
26091 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26092 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26093 #define $ac_func innocuous_$ac_func
26094
26095 /* System header to define __stub macros and hopefully few prototypes,
26096 which can conflict with char $ac_func (); below.
26097 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26098 <limits.h> exists even on freestanding compilers. */
26099
26100 #ifdef __STDC__
26101 # include <limits.h>
26102 #else
26103 # include <assert.h>
26104 #endif
26105
26106 #undef $ac_func
26107
26108 /* Override any gcc2 internal prototype to avoid an error. */
26109 #ifdef __cplusplus
26110 extern "C"
26111 {
26112 #endif
26113 /* We use char because int might match the return type of a gcc2
26114 builtin and then its argument prototype would still apply. */
26115 char $ac_func ();
26116 /* The GNU C library defines this for functions which it implements
26117 to always fail with ENOSYS. Some functions are actually named
26118 something starting with __ and the normal name is an alias. */
26119 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26120 choke me
26121 #else
26122 char (*f) () = $ac_func;
26123 #endif
26124 #ifdef __cplusplus
26125 }
26126 #endif
26127
26128 int
26129 main ()
26130 {
26131 return f != $ac_func;
26132 ;
26133 return 0;
26134 }
26135 _ACEOF
26136 rm -f conftest.$ac_objext conftest$ac_exeext
26137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26138 (eval $ac_link) 2>conftest.er1
26139 ac_status=$?
26140 grep -v '^ *+' conftest.er1 >conftest.err
26141 rm -f conftest.er1
26142 cat conftest.err >&5
26143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26144 (exit $ac_status); } &&
26145 { ac_try='test -z "$ac_c_werror_flag"
26146 || test ! -s conftest.err'
26147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26148 (eval $ac_try) 2>&5
26149 ac_status=$?
26150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26151 (exit $ac_status); }; } &&
26152 { ac_try='test -s conftest$ac_exeext'
26153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26154 (eval $ac_try) 2>&5
26155 ac_status=$?
26156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26157 (exit $ac_status); }; }; then
26158 eval "$as_ac_var=yes"
26159 else
26160 echo "$as_me: failed program was:" >&5
26161 sed 's/^/| /' conftest.$ac_ext >&5
26162
26163 eval "$as_ac_var=no"
26164 fi
26165 rm -f conftest.err conftest.$ac_objext \
26166 conftest$ac_exeext conftest.$ac_ext
26167 fi
26168 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26169 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26170 if test `eval echo '${'$as_ac_var'}'` = yes; then
26171 cat >>confdefs.h <<_ACEOF
26172 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26173 _ACEOF
26174
26175 fi
26176 done
26177
26178 fi
26179
26180 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
26181 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
26182
26183 AFMINSTALL=afminstall
26184 TOOLKIT=GTK
26185 GUIDIST=GTK_DIST
26186
26187 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
26188 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
26189 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
26190 echo $ECHO_N "(cached) $ECHO_C" >&6
26191 else
26192 ac_check_lib_save_LIBS=$LIBS
26193 LIBS="-lgdk $LIBS"
26194 cat >conftest.$ac_ext <<_ACEOF
26195 /* confdefs.h. */
26196 _ACEOF
26197 cat confdefs.h >>conftest.$ac_ext
26198 cat >>conftest.$ac_ext <<_ACEOF
26199 /* end confdefs.h. */
26200
26201 /* Override any gcc2 internal prototype to avoid an error. */
26202 #ifdef __cplusplus
26203 extern "C"
26204 #endif
26205 /* We use char because int might match the return type of a gcc2
26206 builtin and then its argument prototype would still apply. */
26207 char gdk_im_open ();
26208 int
26209 main ()
26210 {
26211 gdk_im_open ();
26212 ;
26213 return 0;
26214 }
26215 _ACEOF
26216 rm -f conftest.$ac_objext conftest$ac_exeext
26217 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26218 (eval $ac_link) 2>conftest.er1
26219 ac_status=$?
26220 grep -v '^ *+' conftest.er1 >conftest.err
26221 rm -f conftest.er1
26222 cat conftest.err >&5
26223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26224 (exit $ac_status); } &&
26225 { ac_try='test -z "$ac_c_werror_flag"
26226 || test ! -s conftest.err'
26227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26228 (eval $ac_try) 2>&5
26229 ac_status=$?
26230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26231 (exit $ac_status); }; } &&
26232 { ac_try='test -s conftest$ac_exeext'
26233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26234 (eval $ac_try) 2>&5
26235 ac_status=$?
26236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26237 (exit $ac_status); }; }; then
26238 ac_cv_lib_gdk_gdk_im_open=yes
26239 else
26240 echo "$as_me: failed program was:" >&5
26241 sed 's/^/| /' conftest.$ac_ext >&5
26242
26243 ac_cv_lib_gdk_gdk_im_open=no
26244 fi
26245 rm -f conftest.err conftest.$ac_objext \
26246 conftest$ac_exeext conftest.$ac_ext
26247 LIBS=$ac_check_lib_save_LIBS
26248 fi
26249 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
26250 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
26251 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
26252 cat >>confdefs.h <<\_ACEOF
26253 #define HAVE_XIM 1
26254 _ACEOF
26255
26256 fi
26257
26258
26259
26260 if test "$wxUSE_GPE" = "yes"; then
26261 echo "$as_me:$LINENO: checking for gpewidget library" >&5
26262 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
26263
26264 ac_find_libraries=
26265 for ac_dir in $SEARCH_LIB /usr/lib;
26266 do
26267 for ac_extension in a so sl dylib dll.a; do
26268 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26269 ac_find_libraries=$ac_dir
26270 break 2
26271 fi
26272 done
26273 done
26274
26275 if test "$ac_find_libraries" != "" ; then
26276
26277 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
26278 result=$?
26279 if test $result = 0; then
26280 ac_path_to_link=""
26281 else
26282 ac_path_to_link=" -L$ac_find_libraries"
26283 fi
26284
26285 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
26286 WXGPE=1
26287 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
26288 echo "${ECHO_T}found at $ac_find_libraries" >&6
26289 else
26290 echo "$as_me:$LINENO: result: not found" >&5
26291 echo "${ECHO_T}not found" >&6
26292 fi
26293
26294 fi
26295 fi
26296
26297 if test "$wxUSE_MGL" = 1; then
26298 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
26299 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
26300 if test "x$MGL_ROOT" = x ; then
26301 echo "$as_me:$LINENO: result: not found" >&5
26302 echo "${ECHO_T}not found" >&6
26303 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
26304 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
26305 { (exit 1); exit 1; }; }
26306 else
26307 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
26308 echo "${ECHO_T}$MGL_ROOT" >&6
26309 fi
26310
26311 echo "$as_me:$LINENO: checking for libmgl location" >&5
26312 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
26313 case "${host}" in
26314 *-*-linux* )
26315 if test "x$wxUSE_SHARED" = xyes ; then
26316 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
26317 else
26318 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
26319 fi
26320 ;;
26321 *-pc-msdosdjgpp )
26322 mgl_os_candidates="dos32/dj2"
26323 ;;
26324 *)
26325 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
26326 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
26327 { (exit 1); exit 1; }; }
26328 esac
26329
26330 mgl_lib_type=""
26331 mgl_os=""
26332
26333 for mgl_os_i in $mgl_os_candidates ; do
26334 if test "x$mgl_os" = x ; then
26335 if test "$wxUSE_DEBUG_FLAG" = yes ; then
26336 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
26337 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
26338 mgl_lib_type=debug
26339 mgl_os=$mgl_os_i
26340 fi
26341 fi
26342 if test "x$mgl_lib_type" = x ; then
26343 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
26344 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
26345 mgl_lib_type=release
26346 mgl_os=$mgl_os_i
26347 fi
26348 fi
26349 fi
26350 done
26351
26352 if test "x$mgl_os" = x ; then
26353 echo "$as_me:$LINENO: result: not found" >&5
26354 echo "${ECHO_T}not found" >&6
26355 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
26356 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
26357 { (exit 1); exit 1; }; }
26358 fi
26359 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
26360 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
26361
26362 wxUSE_UNIVERSAL="yes"
26363
26364 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
26365 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
26366
26367 AFMINSTALL=afminstall
26368 TOOLKIT=MGL
26369 GUIDIST=MGL_DIST
26370 fi
26371
26372 if test "$wxUSE_MICROWIN" = 1; then
26373 echo "$as_me:$LINENO: checking for MicroWindows" >&5
26374 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
26375 if test "x$MICROWINDOWS" = x ; then
26376 echo "$as_me:$LINENO: result: not found" >&5
26377 echo "${ECHO_T}not found" >&6
26378 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
26379 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
26380 { (exit 1); exit 1; }; }
26381 else
26382 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
26383 echo "${ECHO_T}$MICROWINDOWS" >&6
26384 fi
26385
26386 if test -f $MICROWINDOWS/lib/libmwin.a; then
26387 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
26388 echo "${ECHO_T}MicroWindows' libraries found." >&6
26389 else
26390 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
26391 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
26392 { (exit 1); exit 1; }; }
26393 fi
26394
26395 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
26396 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
26397
26398 wxUSE_UNIVERSAL="yes"
26399
26400 AFMINSTALL=afminstall
26401 TOOLKIT=MICROWIN
26402 GUIDIST=MICROWIN_DIST
26403
26404 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
26405 fi
26406
26407 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26408 echo "$as_me:$LINENO: checking for X" >&5
26409 echo $ECHO_N "checking for X... $ECHO_C" >&6
26410
26411
26412 # Check whether --with-x or --without-x was given.
26413 if test "${with_x+set}" = set; then
26414 withval="$with_x"
26415
26416 fi;
26417 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
26418 if test "x$with_x" = xno; then
26419 # The user explicitly disabled X.
26420 have_x=disabled
26421 else
26422 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
26423 # Both variables are already set.
26424 have_x=yes
26425 else
26426 if test "${ac_cv_have_x+set}" = set; then
26427 echo $ECHO_N "(cached) $ECHO_C" >&6
26428 else
26429 # One or both of the vars are not set, and there is no cached value.
26430 ac_x_includes=no ac_x_libraries=no
26431 rm -fr conftest.dir
26432 if mkdir conftest.dir; then
26433 cd conftest.dir
26434 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
26435 cat >Imakefile <<'_ACEOF'
26436 acfindx:
26437 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
26438 _ACEOF
26439 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
26440 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
26441 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
26442 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
26443 for ac_extension in a so sl; do
26444 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
26445 test -f $ac_im_libdir/libX11.$ac_extension; then
26446 ac_im_usrlibdir=$ac_im_libdir; break
26447 fi
26448 done
26449 # Screen out bogus values from the imake configuration. They are
26450 # bogus both because they are the default anyway, and because
26451 # using them would break gcc on systems where it needs fixed includes.
26452 case $ac_im_incroot in
26453 /usr/include) ;;
26454 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
26455 esac
26456 case $ac_im_usrlibdir in
26457 /usr/lib | /lib) ;;
26458 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
26459 esac
26460 fi
26461 cd ..
26462 rm -fr conftest.dir
26463 fi
26464
26465 # Standard set of common directories for X headers.
26466 # Check X11 before X11Rn because it is often a symlink to the current release.
26467 ac_x_header_dirs='
26468 /usr/X11/include
26469 /usr/X11R6/include
26470 /usr/X11R5/include
26471 /usr/X11R4/include
26472
26473 /usr/include/X11
26474 /usr/include/X11R6
26475 /usr/include/X11R5
26476 /usr/include/X11R4
26477
26478 /usr/local/X11/include
26479 /usr/local/X11R6/include
26480 /usr/local/X11R5/include
26481 /usr/local/X11R4/include
26482
26483 /usr/local/include/X11
26484 /usr/local/include/X11R6
26485 /usr/local/include/X11R5
26486 /usr/local/include/X11R4
26487
26488 /usr/X386/include
26489 /usr/x386/include
26490 /usr/XFree86/include/X11
26491
26492 /usr/include
26493 /usr/local/include
26494 /usr/unsupported/include
26495 /usr/athena/include
26496 /usr/local/x11r5/include
26497 /usr/lpp/Xamples/include
26498
26499 /usr/openwin/include
26500 /usr/openwin/share/include'
26501
26502 if test "$ac_x_includes" = no; then
26503 # Guess where to find include files, by looking for Intrinsic.h.
26504 # First, try using that file with no special directory specified.
26505 cat >conftest.$ac_ext <<_ACEOF
26506 /* confdefs.h. */
26507 _ACEOF
26508 cat confdefs.h >>conftest.$ac_ext
26509 cat >>conftest.$ac_ext <<_ACEOF
26510 /* end confdefs.h. */
26511 #include <X11/Intrinsic.h>
26512 _ACEOF
26513 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26514 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
26515 ac_status=$?
26516 grep -v '^ *+' conftest.er1 >conftest.err
26517 rm -f conftest.er1
26518 cat conftest.err >&5
26519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26520 (exit $ac_status); } >/dev/null; then
26521 if test -s conftest.err; then
26522 ac_cpp_err=$ac_c_preproc_warn_flag
26523 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
26524 else
26525 ac_cpp_err=
26526 fi
26527 else
26528 ac_cpp_err=yes
26529 fi
26530 if test -z "$ac_cpp_err"; then
26531 # We can compile using X headers with no special include directory.
26532 ac_x_includes=
26533 else
26534 echo "$as_me: failed program was:" >&5
26535 sed 's/^/| /' conftest.$ac_ext >&5
26536
26537 for ac_dir in $ac_x_header_dirs; do
26538 if test -r "$ac_dir/X11/Intrinsic.h"; then
26539 ac_x_includes=$ac_dir
26540 break
26541 fi
26542 done
26543 fi
26544 rm -f conftest.err conftest.$ac_ext
26545 fi # $ac_x_includes = no
26546
26547 if test "$ac_x_libraries" = no; then
26548 # Check for the libraries.
26549 # See if we find them without any special options.
26550 # Don't add to $LIBS permanently.
26551 ac_save_LIBS=$LIBS
26552 LIBS="-lXt $LIBS"
26553 cat >conftest.$ac_ext <<_ACEOF
26554 /* confdefs.h. */
26555 _ACEOF
26556 cat confdefs.h >>conftest.$ac_ext
26557 cat >>conftest.$ac_ext <<_ACEOF
26558 /* end confdefs.h. */
26559 #include <X11/Intrinsic.h>
26560 int
26561 main ()
26562 {
26563 XtMalloc (0)
26564 ;
26565 return 0;
26566 }
26567 _ACEOF
26568 rm -f conftest.$ac_objext conftest$ac_exeext
26569 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26570 (eval $ac_link) 2>conftest.er1
26571 ac_status=$?
26572 grep -v '^ *+' conftest.er1 >conftest.err
26573 rm -f conftest.er1
26574 cat conftest.err >&5
26575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26576 (exit $ac_status); } &&
26577 { ac_try='test -z "$ac_c_werror_flag"
26578 || test ! -s conftest.err'
26579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26580 (eval $ac_try) 2>&5
26581 ac_status=$?
26582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26583 (exit $ac_status); }; } &&
26584 { ac_try='test -s conftest$ac_exeext'
26585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26586 (eval $ac_try) 2>&5
26587 ac_status=$?
26588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26589 (exit $ac_status); }; }; then
26590 LIBS=$ac_save_LIBS
26591 # We can link X programs with no special library path.
26592 ac_x_libraries=
26593 else
26594 echo "$as_me: failed program was:" >&5
26595 sed 's/^/| /' conftest.$ac_ext >&5
26596
26597 LIBS=$ac_save_LIBS
26598 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
26599 do
26600 # Don't even attempt the hair of trying to link an X program!
26601 for ac_extension in a so sl; do
26602 if test -r $ac_dir/libXt.$ac_extension; then
26603 ac_x_libraries=$ac_dir
26604 break 2
26605 fi
26606 done
26607 done
26608 fi
26609 rm -f conftest.err conftest.$ac_objext \
26610 conftest$ac_exeext conftest.$ac_ext
26611 fi # $ac_x_libraries = no
26612
26613 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
26614 # Didn't find X anywhere. Cache the known absence of X.
26615 ac_cv_have_x="have_x=no"
26616 else
26617 # Record where we found X for the cache.
26618 ac_cv_have_x="have_x=yes \
26619 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
26620 fi
26621 fi
26622
26623 fi
26624 eval "$ac_cv_have_x"
26625 fi # $with_x != no
26626
26627 if test "$have_x" != yes; then
26628 echo "$as_me:$LINENO: result: $have_x" >&5
26629 echo "${ECHO_T}$have_x" >&6
26630 no_x=yes
26631 else
26632 # If each of the values was on the command line, it overrides each guess.
26633 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
26634 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
26635 # Update the cache value to reflect the command line values.
26636 ac_cv_have_x="have_x=yes \
26637 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
26638 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
26639 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
26640 fi
26641
26642 if test "$no_x" = yes; then
26643 # Not all programs may use this symbol, but it does not hurt to define it.
26644
26645 cat >>confdefs.h <<\_ACEOF
26646 #define X_DISPLAY_MISSING 1
26647 _ACEOF
26648
26649 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
26650 else
26651 if test -n "$x_includes"; then
26652 X_CFLAGS="$X_CFLAGS -I$x_includes"
26653 fi
26654
26655 # It would also be nice to do this for all -L options, not just this one.
26656 if test -n "$x_libraries"; then
26657 X_LIBS="$X_LIBS -L$x_libraries"
26658 # For Solaris; some versions of Sun CC require a space after -R and
26659 # others require no space. Words are not sufficient . . . .
26660 case `(uname -sr) 2>/dev/null` in
26661 "SunOS 5"*)
26662 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
26663 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
26664 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
26665 cat >conftest.$ac_ext <<_ACEOF
26666 /* confdefs.h. */
26667 _ACEOF
26668 cat confdefs.h >>conftest.$ac_ext
26669 cat >>conftest.$ac_ext <<_ACEOF
26670 /* end confdefs.h. */
26671
26672 int
26673 main ()
26674 {
26675
26676 ;
26677 return 0;
26678 }
26679 _ACEOF
26680 rm -f conftest.$ac_objext conftest$ac_exeext
26681 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26682 (eval $ac_link) 2>conftest.er1
26683 ac_status=$?
26684 grep -v '^ *+' conftest.er1 >conftest.err
26685 rm -f conftest.er1
26686 cat conftest.err >&5
26687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26688 (exit $ac_status); } &&
26689 { ac_try='test -z "$ac_c_werror_flag"
26690 || test ! -s conftest.err'
26691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26692 (eval $ac_try) 2>&5
26693 ac_status=$?
26694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26695 (exit $ac_status); }; } &&
26696 { ac_try='test -s conftest$ac_exeext'
26697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26698 (eval $ac_try) 2>&5
26699 ac_status=$?
26700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26701 (exit $ac_status); }; }; then
26702 ac_R_nospace=yes
26703 else
26704 echo "$as_me: failed program was:" >&5
26705 sed 's/^/| /' conftest.$ac_ext >&5
26706
26707 ac_R_nospace=no
26708 fi
26709 rm -f conftest.err conftest.$ac_objext \
26710 conftest$ac_exeext conftest.$ac_ext
26711 if test $ac_R_nospace = yes; then
26712 echo "$as_me:$LINENO: result: no" >&5
26713 echo "${ECHO_T}no" >&6
26714 X_LIBS="$X_LIBS -R$x_libraries"
26715 else
26716 LIBS="$ac_xsave_LIBS -R $x_libraries"
26717 cat >conftest.$ac_ext <<_ACEOF
26718 /* confdefs.h. */
26719 _ACEOF
26720 cat confdefs.h >>conftest.$ac_ext
26721 cat >>conftest.$ac_ext <<_ACEOF
26722 /* end confdefs.h. */
26723
26724 int
26725 main ()
26726 {
26727
26728 ;
26729 return 0;
26730 }
26731 _ACEOF
26732 rm -f conftest.$ac_objext conftest$ac_exeext
26733 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26734 (eval $ac_link) 2>conftest.er1
26735 ac_status=$?
26736 grep -v '^ *+' conftest.er1 >conftest.err
26737 rm -f conftest.er1
26738 cat conftest.err >&5
26739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26740 (exit $ac_status); } &&
26741 { ac_try='test -z "$ac_c_werror_flag"
26742 || test ! -s conftest.err'
26743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26744 (eval $ac_try) 2>&5
26745 ac_status=$?
26746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26747 (exit $ac_status); }; } &&
26748 { ac_try='test -s conftest$ac_exeext'
26749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26750 (eval $ac_try) 2>&5
26751 ac_status=$?
26752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26753 (exit $ac_status); }; }; then
26754 ac_R_space=yes
26755 else
26756 echo "$as_me: failed program was:" >&5
26757 sed 's/^/| /' conftest.$ac_ext >&5
26758
26759 ac_R_space=no
26760 fi
26761 rm -f conftest.err conftest.$ac_objext \
26762 conftest$ac_exeext conftest.$ac_ext
26763 if test $ac_R_space = yes; then
26764 echo "$as_me:$LINENO: result: yes" >&5
26765 echo "${ECHO_T}yes" >&6
26766 X_LIBS="$X_LIBS -R $x_libraries"
26767 else
26768 echo "$as_me:$LINENO: result: neither works" >&5
26769 echo "${ECHO_T}neither works" >&6
26770 fi
26771 fi
26772 LIBS=$ac_xsave_LIBS
26773 esac
26774 fi
26775
26776 # Check for system-dependent libraries X programs must link with.
26777 # Do this before checking for the system-independent R6 libraries
26778 # (-lICE), since we may need -lsocket or whatever for X linking.
26779
26780 if test "$ISC" = yes; then
26781 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
26782 else
26783 # Martyn Johnson says this is needed for Ultrix, if the X
26784 # libraries were built with DECnet support. And Karl Berry says
26785 # the Alpha needs dnet_stub (dnet does not exist).
26786 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
26787 cat >conftest.$ac_ext <<_ACEOF
26788 /* confdefs.h. */
26789 _ACEOF
26790 cat confdefs.h >>conftest.$ac_ext
26791 cat >>conftest.$ac_ext <<_ACEOF
26792 /* end confdefs.h. */
26793
26794 /* Override any gcc2 internal prototype to avoid an error. */
26795 #ifdef __cplusplus
26796 extern "C"
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 XOpenDisplay ();
26801 int
26802 main ()
26803 {
26804 XOpenDisplay ();
26805 ;
26806 return 0;
26807 }
26808 _ACEOF
26809 rm -f conftest.$ac_objext conftest$ac_exeext
26810 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26811 (eval $ac_link) 2>conftest.er1
26812 ac_status=$?
26813 grep -v '^ *+' conftest.er1 >conftest.err
26814 rm -f conftest.er1
26815 cat conftest.err >&5
26816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26817 (exit $ac_status); } &&
26818 { ac_try='test -z "$ac_c_werror_flag"
26819 || test ! -s conftest.err'
26820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26821 (eval $ac_try) 2>&5
26822 ac_status=$?
26823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26824 (exit $ac_status); }; } &&
26825 { ac_try='test -s conftest$ac_exeext'
26826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26827 (eval $ac_try) 2>&5
26828 ac_status=$?
26829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26830 (exit $ac_status); }; }; then
26831 :
26832 else
26833 echo "$as_me: failed program was:" >&5
26834 sed 's/^/| /' conftest.$ac_ext >&5
26835
26836 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26837 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26838 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26839 echo $ECHO_N "(cached) $ECHO_C" >&6
26840 else
26841 ac_check_lib_save_LIBS=$LIBS
26842 LIBS="-ldnet $LIBS"
26843 cat >conftest.$ac_ext <<_ACEOF
26844 /* confdefs.h. */
26845 _ACEOF
26846 cat confdefs.h >>conftest.$ac_ext
26847 cat >>conftest.$ac_ext <<_ACEOF
26848 /* end confdefs.h. */
26849
26850 /* Override any gcc2 internal prototype to avoid an error. */
26851 #ifdef __cplusplus
26852 extern "C"
26853 #endif
26854 /* We use char because int might match the return type of a gcc2
26855 builtin and then its argument prototype would still apply. */
26856 char dnet_ntoa ();
26857 int
26858 main ()
26859 {
26860 dnet_ntoa ();
26861 ;
26862 return 0;
26863 }
26864 _ACEOF
26865 rm -f conftest.$ac_objext conftest$ac_exeext
26866 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26867 (eval $ac_link) 2>conftest.er1
26868 ac_status=$?
26869 grep -v '^ *+' conftest.er1 >conftest.err
26870 rm -f conftest.er1
26871 cat conftest.err >&5
26872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26873 (exit $ac_status); } &&
26874 { ac_try='test -z "$ac_c_werror_flag"
26875 || test ! -s conftest.err'
26876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26877 (eval $ac_try) 2>&5
26878 ac_status=$?
26879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26880 (exit $ac_status); }; } &&
26881 { ac_try='test -s conftest$ac_exeext'
26882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26883 (eval $ac_try) 2>&5
26884 ac_status=$?
26885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26886 (exit $ac_status); }; }; then
26887 ac_cv_lib_dnet_dnet_ntoa=yes
26888 else
26889 echo "$as_me: failed program was:" >&5
26890 sed 's/^/| /' conftest.$ac_ext >&5
26891
26892 ac_cv_lib_dnet_dnet_ntoa=no
26893 fi
26894 rm -f conftest.err conftest.$ac_objext \
26895 conftest$ac_exeext conftest.$ac_ext
26896 LIBS=$ac_check_lib_save_LIBS
26897 fi
26898 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
26899 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
26900 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
26901 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
26902 fi
26903
26904 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
26905 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
26906 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
26907 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
26908 echo $ECHO_N "(cached) $ECHO_C" >&6
26909 else
26910 ac_check_lib_save_LIBS=$LIBS
26911 LIBS="-ldnet_stub $LIBS"
26912 cat >conftest.$ac_ext <<_ACEOF
26913 /* confdefs.h. */
26914 _ACEOF
26915 cat confdefs.h >>conftest.$ac_ext
26916 cat >>conftest.$ac_ext <<_ACEOF
26917 /* end confdefs.h. */
26918
26919 /* Override any gcc2 internal prototype to avoid an error. */
26920 #ifdef __cplusplus
26921 extern "C"
26922 #endif
26923 /* We use char because int might match the return type of a gcc2
26924 builtin and then its argument prototype would still apply. */
26925 char dnet_ntoa ();
26926 int
26927 main ()
26928 {
26929 dnet_ntoa ();
26930 ;
26931 return 0;
26932 }
26933 _ACEOF
26934 rm -f conftest.$ac_objext conftest$ac_exeext
26935 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26936 (eval $ac_link) 2>conftest.er1
26937 ac_status=$?
26938 grep -v '^ *+' conftest.er1 >conftest.err
26939 rm -f conftest.er1
26940 cat conftest.err >&5
26941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26942 (exit $ac_status); } &&
26943 { ac_try='test -z "$ac_c_werror_flag"
26944 || test ! -s conftest.err'
26945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26946 (eval $ac_try) 2>&5
26947 ac_status=$?
26948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26949 (exit $ac_status); }; } &&
26950 { ac_try='test -s conftest$ac_exeext'
26951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26952 (eval $ac_try) 2>&5
26953 ac_status=$?
26954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26955 (exit $ac_status); }; }; then
26956 ac_cv_lib_dnet_stub_dnet_ntoa=yes
26957 else
26958 echo "$as_me: failed program was:" >&5
26959 sed 's/^/| /' conftest.$ac_ext >&5
26960
26961 ac_cv_lib_dnet_stub_dnet_ntoa=no
26962 fi
26963 rm -f conftest.err conftest.$ac_objext \
26964 conftest$ac_exeext conftest.$ac_ext
26965 LIBS=$ac_check_lib_save_LIBS
26966 fi
26967 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
26968 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
26969 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
26970 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
26971 fi
26972
26973 fi
26974 fi
26975 rm -f conftest.err conftest.$ac_objext \
26976 conftest$ac_exeext conftest.$ac_ext
26977 LIBS="$ac_xsave_LIBS"
26978
26979 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
26980 # to get the SysV transport functions.
26981 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
26982 # needs -lnsl.
26983 # The nsl library prevents programs from opening the X display
26984 # on Irix 5.2, according to T.E. Dickey.
26985 # The functions gethostbyname, getservbyname, and inet_addr are
26986 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
26987 echo "$as_me:$LINENO: checking for gethostbyname" >&5
26988 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
26989 if test "${ac_cv_func_gethostbyname+set}" = set; then
26990 echo $ECHO_N "(cached) $ECHO_C" >&6
26991 else
26992 cat >conftest.$ac_ext <<_ACEOF
26993 /* confdefs.h. */
26994 _ACEOF
26995 cat confdefs.h >>conftest.$ac_ext
26996 cat >>conftest.$ac_ext <<_ACEOF
26997 /* end confdefs.h. */
26998 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
26999 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27000 #define gethostbyname innocuous_gethostbyname
27001
27002 /* System header to define __stub macros and hopefully few prototypes,
27003 which can conflict with char gethostbyname (); below.
27004 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27005 <limits.h> exists even on freestanding compilers. */
27006
27007 #ifdef __STDC__
27008 # include <limits.h>
27009 #else
27010 # include <assert.h>
27011 #endif
27012
27013 #undef gethostbyname
27014
27015 /* Override any gcc2 internal prototype to avoid an error. */
27016 #ifdef __cplusplus
27017 extern "C"
27018 {
27019 #endif
27020 /* We use char because int might match the return type of a gcc2
27021 builtin and then its argument prototype would still apply. */
27022 char gethostbyname ();
27023 /* The GNU C library defines this for functions which it implements
27024 to always fail with ENOSYS. Some functions are actually named
27025 something starting with __ and the normal name is an alias. */
27026 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
27027 choke me
27028 #else
27029 char (*f) () = gethostbyname;
27030 #endif
27031 #ifdef __cplusplus
27032 }
27033 #endif
27034
27035 int
27036 main ()
27037 {
27038 return f != gethostbyname;
27039 ;
27040 return 0;
27041 }
27042 _ACEOF
27043 rm -f conftest.$ac_objext conftest$ac_exeext
27044 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27045 (eval $ac_link) 2>conftest.er1
27046 ac_status=$?
27047 grep -v '^ *+' conftest.er1 >conftest.err
27048 rm -f conftest.er1
27049 cat conftest.err >&5
27050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27051 (exit $ac_status); } &&
27052 { ac_try='test -z "$ac_c_werror_flag"
27053 || test ! -s conftest.err'
27054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27055 (eval $ac_try) 2>&5
27056 ac_status=$?
27057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27058 (exit $ac_status); }; } &&
27059 { ac_try='test -s conftest$ac_exeext'
27060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27061 (eval $ac_try) 2>&5
27062 ac_status=$?
27063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27064 (exit $ac_status); }; }; then
27065 ac_cv_func_gethostbyname=yes
27066 else
27067 echo "$as_me: failed program was:" >&5
27068 sed 's/^/| /' conftest.$ac_ext >&5
27069
27070 ac_cv_func_gethostbyname=no
27071 fi
27072 rm -f conftest.err conftest.$ac_objext \
27073 conftest$ac_exeext conftest.$ac_ext
27074 fi
27075 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
27076 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
27077
27078 if test $ac_cv_func_gethostbyname = no; then
27079 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
27080 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
27081 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
27082 echo $ECHO_N "(cached) $ECHO_C" >&6
27083 else
27084 ac_check_lib_save_LIBS=$LIBS
27085 LIBS="-lnsl $LIBS"
27086 cat >conftest.$ac_ext <<_ACEOF
27087 /* confdefs.h. */
27088 _ACEOF
27089 cat confdefs.h >>conftest.$ac_ext
27090 cat >>conftest.$ac_ext <<_ACEOF
27091 /* end confdefs.h. */
27092
27093 /* Override any gcc2 internal prototype to avoid an error. */
27094 #ifdef __cplusplus
27095 extern "C"
27096 #endif
27097 /* We use char because int might match the return type of a gcc2
27098 builtin and then its argument prototype would still apply. */
27099 char gethostbyname ();
27100 int
27101 main ()
27102 {
27103 gethostbyname ();
27104 ;
27105 return 0;
27106 }
27107 _ACEOF
27108 rm -f conftest.$ac_objext conftest$ac_exeext
27109 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27110 (eval $ac_link) 2>conftest.er1
27111 ac_status=$?
27112 grep -v '^ *+' conftest.er1 >conftest.err
27113 rm -f conftest.er1
27114 cat conftest.err >&5
27115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27116 (exit $ac_status); } &&
27117 { ac_try='test -z "$ac_c_werror_flag"
27118 || test ! -s conftest.err'
27119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27120 (eval $ac_try) 2>&5
27121 ac_status=$?
27122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27123 (exit $ac_status); }; } &&
27124 { ac_try='test -s conftest$ac_exeext'
27125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27126 (eval $ac_try) 2>&5
27127 ac_status=$?
27128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27129 (exit $ac_status); }; }; then
27130 ac_cv_lib_nsl_gethostbyname=yes
27131 else
27132 echo "$as_me: failed program was:" >&5
27133 sed 's/^/| /' conftest.$ac_ext >&5
27134
27135 ac_cv_lib_nsl_gethostbyname=no
27136 fi
27137 rm -f conftest.err conftest.$ac_objext \
27138 conftest$ac_exeext conftest.$ac_ext
27139 LIBS=$ac_check_lib_save_LIBS
27140 fi
27141 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
27142 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
27143 if test $ac_cv_lib_nsl_gethostbyname = yes; then
27144 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
27145 fi
27146
27147 if test $ac_cv_lib_nsl_gethostbyname = no; then
27148 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
27149 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
27150 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
27151 echo $ECHO_N "(cached) $ECHO_C" >&6
27152 else
27153 ac_check_lib_save_LIBS=$LIBS
27154 LIBS="-lbsd $LIBS"
27155 cat >conftest.$ac_ext <<_ACEOF
27156 /* confdefs.h. */
27157 _ACEOF
27158 cat confdefs.h >>conftest.$ac_ext
27159 cat >>conftest.$ac_ext <<_ACEOF
27160 /* end confdefs.h. */
27161
27162 /* Override any gcc2 internal prototype to avoid an error. */
27163 #ifdef __cplusplus
27164 extern "C"
27165 #endif
27166 /* We use char because int might match the return type of a gcc2
27167 builtin and then its argument prototype would still apply. */
27168 char gethostbyname ();
27169 int
27170 main ()
27171 {
27172 gethostbyname ();
27173 ;
27174 return 0;
27175 }
27176 _ACEOF
27177 rm -f conftest.$ac_objext conftest$ac_exeext
27178 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27179 (eval $ac_link) 2>conftest.er1
27180 ac_status=$?
27181 grep -v '^ *+' conftest.er1 >conftest.err
27182 rm -f conftest.er1
27183 cat conftest.err >&5
27184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27185 (exit $ac_status); } &&
27186 { ac_try='test -z "$ac_c_werror_flag"
27187 || test ! -s conftest.err'
27188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27189 (eval $ac_try) 2>&5
27190 ac_status=$?
27191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27192 (exit $ac_status); }; } &&
27193 { ac_try='test -s conftest$ac_exeext'
27194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27195 (eval $ac_try) 2>&5
27196 ac_status=$?
27197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27198 (exit $ac_status); }; }; then
27199 ac_cv_lib_bsd_gethostbyname=yes
27200 else
27201 echo "$as_me: failed program was:" >&5
27202 sed 's/^/| /' conftest.$ac_ext >&5
27203
27204 ac_cv_lib_bsd_gethostbyname=no
27205 fi
27206 rm -f conftest.err conftest.$ac_objext \
27207 conftest$ac_exeext conftest.$ac_ext
27208 LIBS=$ac_check_lib_save_LIBS
27209 fi
27210 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
27211 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
27212 if test $ac_cv_lib_bsd_gethostbyname = yes; then
27213 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
27214 fi
27215
27216 fi
27217 fi
27218
27219 # lieder@skyler.mavd.honeywell.com says without -lsocket,
27220 # socket/setsockopt and other routines are undefined under SCO ODT
27221 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
27222 # on later versions), says Simon Leinen: it contains gethostby*
27223 # variants that don't use the name server (or something). -lsocket
27224 # must be given before -lnsl if both are needed. We assume that
27225 # if connect needs -lnsl, so does gethostbyname.
27226 echo "$as_me:$LINENO: checking for connect" >&5
27227 echo $ECHO_N "checking for connect... $ECHO_C" >&6
27228 if test "${ac_cv_func_connect+set}" = set; then
27229 echo $ECHO_N "(cached) $ECHO_C" >&6
27230 else
27231 cat >conftest.$ac_ext <<_ACEOF
27232 /* confdefs.h. */
27233 _ACEOF
27234 cat confdefs.h >>conftest.$ac_ext
27235 cat >>conftest.$ac_ext <<_ACEOF
27236 /* end confdefs.h. */
27237 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
27238 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27239 #define connect innocuous_connect
27240
27241 /* System header to define __stub macros and hopefully few prototypes,
27242 which can conflict with char connect (); below.
27243 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27244 <limits.h> exists even on freestanding compilers. */
27245
27246 #ifdef __STDC__
27247 # include <limits.h>
27248 #else
27249 # include <assert.h>
27250 #endif
27251
27252 #undef connect
27253
27254 /* Override any gcc2 internal prototype to avoid an error. */
27255 #ifdef __cplusplus
27256 extern "C"
27257 {
27258 #endif
27259 /* We use char because int might match the return type of a gcc2
27260 builtin and then its argument prototype would still apply. */
27261 char connect ();
27262 /* The GNU C library defines this for functions which it implements
27263 to always fail with ENOSYS. Some functions are actually named
27264 something starting with __ and the normal name is an alias. */
27265 #if defined (__stub_connect) || defined (__stub___connect)
27266 choke me
27267 #else
27268 char (*f) () = connect;
27269 #endif
27270 #ifdef __cplusplus
27271 }
27272 #endif
27273
27274 int
27275 main ()
27276 {
27277 return f != connect;
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"
27292 || test ! -s conftest.err'
27293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27294 (eval $ac_try) 2>&5
27295 ac_status=$?
27296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27297 (exit $ac_status); }; } &&
27298 { ac_try='test -s conftest$ac_exeext'
27299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27300 (eval $ac_try) 2>&5
27301 ac_status=$?
27302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27303 (exit $ac_status); }; }; then
27304 ac_cv_func_connect=yes
27305 else
27306 echo "$as_me: failed program was:" >&5
27307 sed 's/^/| /' conftest.$ac_ext >&5
27308
27309 ac_cv_func_connect=no
27310 fi
27311 rm -f conftest.err conftest.$ac_objext \
27312 conftest$ac_exeext conftest.$ac_ext
27313 fi
27314 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
27315 echo "${ECHO_T}$ac_cv_func_connect" >&6
27316
27317 if test $ac_cv_func_connect = no; then
27318 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
27319 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
27320 if test "${ac_cv_lib_socket_connect+set}" = set; then
27321 echo $ECHO_N "(cached) $ECHO_C" >&6
27322 else
27323 ac_check_lib_save_LIBS=$LIBS
27324 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
27325 cat >conftest.$ac_ext <<_ACEOF
27326 /* confdefs.h. */
27327 _ACEOF
27328 cat confdefs.h >>conftest.$ac_ext
27329 cat >>conftest.$ac_ext <<_ACEOF
27330 /* end confdefs.h. */
27331
27332 /* Override any gcc2 internal prototype to avoid an error. */
27333 #ifdef __cplusplus
27334 extern "C"
27335 #endif
27336 /* We use char because int might match the return type of a gcc2
27337 builtin and then its argument prototype would still apply. */
27338 char connect ();
27339 int
27340 main ()
27341 {
27342 connect ();
27343 ;
27344 return 0;
27345 }
27346 _ACEOF
27347 rm -f conftest.$ac_objext conftest$ac_exeext
27348 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27349 (eval $ac_link) 2>conftest.er1
27350 ac_status=$?
27351 grep -v '^ *+' conftest.er1 >conftest.err
27352 rm -f conftest.er1
27353 cat conftest.err >&5
27354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27355 (exit $ac_status); } &&
27356 { ac_try='test -z "$ac_c_werror_flag"
27357 || test ! -s conftest.err'
27358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27359 (eval $ac_try) 2>&5
27360 ac_status=$?
27361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27362 (exit $ac_status); }; } &&
27363 { ac_try='test -s conftest$ac_exeext'
27364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27365 (eval $ac_try) 2>&5
27366 ac_status=$?
27367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27368 (exit $ac_status); }; }; then
27369 ac_cv_lib_socket_connect=yes
27370 else
27371 echo "$as_me: failed program was:" >&5
27372 sed 's/^/| /' conftest.$ac_ext >&5
27373
27374 ac_cv_lib_socket_connect=no
27375 fi
27376 rm -f conftest.err conftest.$ac_objext \
27377 conftest$ac_exeext conftest.$ac_ext
27378 LIBS=$ac_check_lib_save_LIBS
27379 fi
27380 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
27381 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
27382 if test $ac_cv_lib_socket_connect = yes; then
27383 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
27384 fi
27385
27386 fi
27387
27388 # Guillermo Gomez says -lposix is necessary on A/UX.
27389 echo "$as_me:$LINENO: checking for remove" >&5
27390 echo $ECHO_N "checking for remove... $ECHO_C" >&6
27391 if test "${ac_cv_func_remove+set}" = set; then
27392 echo $ECHO_N "(cached) $ECHO_C" >&6
27393 else
27394 cat >conftest.$ac_ext <<_ACEOF
27395 /* confdefs.h. */
27396 _ACEOF
27397 cat confdefs.h >>conftest.$ac_ext
27398 cat >>conftest.$ac_ext <<_ACEOF
27399 /* end confdefs.h. */
27400 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
27401 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27402 #define remove innocuous_remove
27403
27404 /* System header to define __stub macros and hopefully few prototypes,
27405 which can conflict with char remove (); below.
27406 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27407 <limits.h> exists even on freestanding compilers. */
27408
27409 #ifdef __STDC__
27410 # include <limits.h>
27411 #else
27412 # include <assert.h>
27413 #endif
27414
27415 #undef remove
27416
27417 /* Override any gcc2 internal prototype to avoid an error. */
27418 #ifdef __cplusplus
27419 extern "C"
27420 {
27421 #endif
27422 /* We use char because int might match the return type of a gcc2
27423 builtin and then its argument prototype would still apply. */
27424 char remove ();
27425 /* The GNU C library defines this for functions which it implements
27426 to always fail with ENOSYS. Some functions are actually named
27427 something starting with __ and the normal name is an alias. */
27428 #if defined (__stub_remove) || defined (__stub___remove)
27429 choke me
27430 #else
27431 char (*f) () = remove;
27432 #endif
27433 #ifdef __cplusplus
27434 }
27435 #endif
27436
27437 int
27438 main ()
27439 {
27440 return f != remove;
27441 ;
27442 return 0;
27443 }
27444 _ACEOF
27445 rm -f conftest.$ac_objext conftest$ac_exeext
27446 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27447 (eval $ac_link) 2>conftest.er1
27448 ac_status=$?
27449 grep -v '^ *+' conftest.er1 >conftest.err
27450 rm -f conftest.er1
27451 cat conftest.err >&5
27452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27453 (exit $ac_status); } &&
27454 { ac_try='test -z "$ac_c_werror_flag"
27455 || test ! -s conftest.err'
27456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27457 (eval $ac_try) 2>&5
27458 ac_status=$?
27459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27460 (exit $ac_status); }; } &&
27461 { ac_try='test -s conftest$ac_exeext'
27462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27463 (eval $ac_try) 2>&5
27464 ac_status=$?
27465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27466 (exit $ac_status); }; }; then
27467 ac_cv_func_remove=yes
27468 else
27469 echo "$as_me: failed program was:" >&5
27470 sed 's/^/| /' conftest.$ac_ext >&5
27471
27472 ac_cv_func_remove=no
27473 fi
27474 rm -f conftest.err conftest.$ac_objext \
27475 conftest$ac_exeext conftest.$ac_ext
27476 fi
27477 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
27478 echo "${ECHO_T}$ac_cv_func_remove" >&6
27479
27480 if test $ac_cv_func_remove = no; then
27481 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
27482 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
27483 if test "${ac_cv_lib_posix_remove+set}" = set; then
27484 echo $ECHO_N "(cached) $ECHO_C" >&6
27485 else
27486 ac_check_lib_save_LIBS=$LIBS
27487 LIBS="-lposix $LIBS"
27488 cat >conftest.$ac_ext <<_ACEOF
27489 /* confdefs.h. */
27490 _ACEOF
27491 cat confdefs.h >>conftest.$ac_ext
27492 cat >>conftest.$ac_ext <<_ACEOF
27493 /* end confdefs.h. */
27494
27495 /* Override any gcc2 internal prototype to avoid an error. */
27496 #ifdef __cplusplus
27497 extern "C"
27498 #endif
27499 /* We use char because int might match the return type of a gcc2
27500 builtin and then its argument prototype would still apply. */
27501 char remove ();
27502 int
27503 main ()
27504 {
27505 remove ();
27506 ;
27507 return 0;
27508 }
27509 _ACEOF
27510 rm -f conftest.$ac_objext conftest$ac_exeext
27511 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27512 (eval $ac_link) 2>conftest.er1
27513 ac_status=$?
27514 grep -v '^ *+' conftest.er1 >conftest.err
27515 rm -f conftest.er1
27516 cat conftest.err >&5
27517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27518 (exit $ac_status); } &&
27519 { ac_try='test -z "$ac_c_werror_flag"
27520 || test ! -s conftest.err'
27521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27522 (eval $ac_try) 2>&5
27523 ac_status=$?
27524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27525 (exit $ac_status); }; } &&
27526 { ac_try='test -s conftest$ac_exeext'
27527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27528 (eval $ac_try) 2>&5
27529 ac_status=$?
27530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27531 (exit $ac_status); }; }; then
27532 ac_cv_lib_posix_remove=yes
27533 else
27534 echo "$as_me: failed program was:" >&5
27535 sed 's/^/| /' conftest.$ac_ext >&5
27536
27537 ac_cv_lib_posix_remove=no
27538 fi
27539 rm -f conftest.err conftest.$ac_objext \
27540 conftest$ac_exeext conftest.$ac_ext
27541 LIBS=$ac_check_lib_save_LIBS
27542 fi
27543 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
27544 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
27545 if test $ac_cv_lib_posix_remove = yes; then
27546 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
27547 fi
27548
27549 fi
27550
27551 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
27552 echo "$as_me:$LINENO: checking for shmat" >&5
27553 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
27554 if test "${ac_cv_func_shmat+set}" = set; then
27555 echo $ECHO_N "(cached) $ECHO_C" >&6
27556 else
27557 cat >conftest.$ac_ext <<_ACEOF
27558 /* confdefs.h. */
27559 _ACEOF
27560 cat confdefs.h >>conftest.$ac_ext
27561 cat >>conftest.$ac_ext <<_ACEOF
27562 /* end confdefs.h. */
27563 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
27564 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27565 #define shmat innocuous_shmat
27566
27567 /* System header to define __stub macros and hopefully few prototypes,
27568 which can conflict with char shmat (); below.
27569 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27570 <limits.h> exists even on freestanding compilers. */
27571
27572 #ifdef __STDC__
27573 # include <limits.h>
27574 #else
27575 # include <assert.h>
27576 #endif
27577
27578 #undef shmat
27579
27580 /* Override any gcc2 internal prototype to avoid an error. */
27581 #ifdef __cplusplus
27582 extern "C"
27583 {
27584 #endif
27585 /* We use char because int might match the return type of a gcc2
27586 builtin and then its argument prototype would still apply. */
27587 char shmat ();
27588 /* The GNU C library defines this for functions which it implements
27589 to always fail with ENOSYS. Some functions are actually named
27590 something starting with __ and the normal name is an alias. */
27591 #if defined (__stub_shmat) || defined (__stub___shmat)
27592 choke me
27593 #else
27594 char (*f) () = shmat;
27595 #endif
27596 #ifdef __cplusplus
27597 }
27598 #endif
27599
27600 int
27601 main ()
27602 {
27603 return f != shmat;
27604 ;
27605 return 0;
27606 }
27607 _ACEOF
27608 rm -f conftest.$ac_objext conftest$ac_exeext
27609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27610 (eval $ac_link) 2>conftest.er1
27611 ac_status=$?
27612 grep -v '^ *+' conftest.er1 >conftest.err
27613 rm -f conftest.er1
27614 cat conftest.err >&5
27615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27616 (exit $ac_status); } &&
27617 { ac_try='test -z "$ac_c_werror_flag"
27618 || test ! -s conftest.err'
27619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27620 (eval $ac_try) 2>&5
27621 ac_status=$?
27622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27623 (exit $ac_status); }; } &&
27624 { ac_try='test -s conftest$ac_exeext'
27625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27626 (eval $ac_try) 2>&5
27627 ac_status=$?
27628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27629 (exit $ac_status); }; }; then
27630 ac_cv_func_shmat=yes
27631 else
27632 echo "$as_me: failed program was:" >&5
27633 sed 's/^/| /' conftest.$ac_ext >&5
27634
27635 ac_cv_func_shmat=no
27636 fi
27637 rm -f conftest.err conftest.$ac_objext \
27638 conftest$ac_exeext conftest.$ac_ext
27639 fi
27640 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
27641 echo "${ECHO_T}$ac_cv_func_shmat" >&6
27642
27643 if test $ac_cv_func_shmat = no; then
27644 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
27645 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
27646 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
27647 echo $ECHO_N "(cached) $ECHO_C" >&6
27648 else
27649 ac_check_lib_save_LIBS=$LIBS
27650 LIBS="-lipc $LIBS"
27651 cat >conftest.$ac_ext <<_ACEOF
27652 /* confdefs.h. */
27653 _ACEOF
27654 cat confdefs.h >>conftest.$ac_ext
27655 cat >>conftest.$ac_ext <<_ACEOF
27656 /* end confdefs.h. */
27657
27658 /* Override any gcc2 internal prototype to avoid an error. */
27659 #ifdef __cplusplus
27660 extern "C"
27661 #endif
27662 /* We use char because int might match the return type of a gcc2
27663 builtin and then its argument prototype would still apply. */
27664 char shmat ();
27665 int
27666 main ()
27667 {
27668 shmat ();
27669 ;
27670 return 0;
27671 }
27672 _ACEOF
27673 rm -f conftest.$ac_objext conftest$ac_exeext
27674 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27675 (eval $ac_link) 2>conftest.er1
27676 ac_status=$?
27677 grep -v '^ *+' conftest.er1 >conftest.err
27678 rm -f conftest.er1
27679 cat conftest.err >&5
27680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27681 (exit $ac_status); } &&
27682 { ac_try='test -z "$ac_c_werror_flag"
27683 || test ! -s conftest.err'
27684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27685 (eval $ac_try) 2>&5
27686 ac_status=$?
27687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27688 (exit $ac_status); }; } &&
27689 { ac_try='test -s conftest$ac_exeext'
27690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27691 (eval $ac_try) 2>&5
27692 ac_status=$?
27693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27694 (exit $ac_status); }; }; then
27695 ac_cv_lib_ipc_shmat=yes
27696 else
27697 echo "$as_me: failed program was:" >&5
27698 sed 's/^/| /' conftest.$ac_ext >&5
27699
27700 ac_cv_lib_ipc_shmat=no
27701 fi
27702 rm -f conftest.err conftest.$ac_objext \
27703 conftest$ac_exeext conftest.$ac_ext
27704 LIBS=$ac_check_lib_save_LIBS
27705 fi
27706 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
27707 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
27708 if test $ac_cv_lib_ipc_shmat = yes; then
27709 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
27710 fi
27711
27712 fi
27713 fi
27714
27715 # Check for libraries that X11R6 Xt/Xaw programs need.
27716 ac_save_LDFLAGS=$LDFLAGS
27717 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
27718 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
27719 # check for ICE first), but we must link in the order -lSM -lICE or
27720 # we get undefined symbols. So assume we have SM if we have ICE.
27721 # These have to be linked with before -lX11, unlike the other
27722 # libraries we check for below, so use a different variable.
27723 # John Interrante, Karl Berry
27724 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
27725 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
27726 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
27727 echo $ECHO_N "(cached) $ECHO_C" >&6
27728 else
27729 ac_check_lib_save_LIBS=$LIBS
27730 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
27731 cat >conftest.$ac_ext <<_ACEOF
27732 /* confdefs.h. */
27733 _ACEOF
27734 cat confdefs.h >>conftest.$ac_ext
27735 cat >>conftest.$ac_ext <<_ACEOF
27736 /* end confdefs.h. */
27737
27738 /* Override any gcc2 internal prototype to avoid an error. */
27739 #ifdef __cplusplus
27740 extern "C"
27741 #endif
27742 /* We use char because int might match the return type of a gcc2
27743 builtin and then its argument prototype would still apply. */
27744 char IceConnectionNumber ();
27745 int
27746 main ()
27747 {
27748 IceConnectionNumber ();
27749 ;
27750 return 0;
27751 }
27752 _ACEOF
27753 rm -f conftest.$ac_objext conftest$ac_exeext
27754 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27755 (eval $ac_link) 2>conftest.er1
27756 ac_status=$?
27757 grep -v '^ *+' conftest.er1 >conftest.err
27758 rm -f conftest.er1
27759 cat conftest.err >&5
27760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27761 (exit $ac_status); } &&
27762 { ac_try='test -z "$ac_c_werror_flag"
27763 || test ! -s conftest.err'
27764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27765 (eval $ac_try) 2>&5
27766 ac_status=$?
27767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27768 (exit $ac_status); }; } &&
27769 { ac_try='test -s conftest$ac_exeext'
27770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27771 (eval $ac_try) 2>&5
27772 ac_status=$?
27773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27774 (exit $ac_status); }; }; then
27775 ac_cv_lib_ICE_IceConnectionNumber=yes
27776 else
27777 echo "$as_me: failed program was:" >&5
27778 sed 's/^/| /' conftest.$ac_ext >&5
27779
27780 ac_cv_lib_ICE_IceConnectionNumber=no
27781 fi
27782 rm -f conftest.err conftest.$ac_objext \
27783 conftest$ac_exeext conftest.$ac_ext
27784 LIBS=$ac_check_lib_save_LIBS
27785 fi
27786 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
27787 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
27788 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
27789 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
27790 fi
27791
27792 LDFLAGS=$ac_save_LDFLAGS
27793
27794 fi
27795
27796
27797 if test "$no_x" = "yes"; then
27798 { { echo "$as_me:$LINENO: error: X11 not found" >&5
27799 echo "$as_me: error: X11 not found" >&2;}
27800 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
27801 fi
27802
27803 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
27804 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
27805 AFMINSTALL=afminstall
27806 COMPILED_X_PROGRAM=0
27807
27808 fi
27809
27810 if test "$wxUSE_X11" = 1; then
27811 if test "$wxUSE_NANOX" = "yes"; then
27812 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
27813 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27814 if test "x$MICROWIN" = x ; then
27815 echo "$as_me:$LINENO: result: not found" >&5
27816 echo "${ECHO_T}not found" >&6
27817 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27818 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27819 { (exit 1); exit 1; }; }
27820 else
27821 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27822 echo "${ECHO_T}$MICROWIN" >&6
27823 cat >>confdefs.h <<\_ACEOF
27824 #define wxUSE_NANOX 1
27825 _ACEOF
27826
27827 fi
27828 fi
27829
27830 if test "$wxUSE_UNICODE" = "yes"; then
27831
27832 succeeded=no
27833
27834 if test -z "$PKG_CONFIG"; then
27835 # Extract the first word of "pkg-config", so it can be a program name with args.
27836 set dummy pkg-config; ac_word=$2
27837 echo "$as_me:$LINENO: checking for $ac_word" >&5
27838 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27839 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27840 echo $ECHO_N "(cached) $ECHO_C" >&6
27841 else
27842 case $PKG_CONFIG in
27843 [\\/]* | ?:[\\/]*)
27844 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27845 ;;
27846 *)
27847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27848 for as_dir in $PATH
27849 do
27850 IFS=$as_save_IFS
27851 test -z "$as_dir" && as_dir=.
27852 for ac_exec_ext in '' $ac_executable_extensions; do
27853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27854 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27856 break 2
27857 fi
27858 done
27859 done
27860
27861 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27862 ;;
27863 esac
27864 fi
27865 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27866
27867 if test -n "$PKG_CONFIG"; then
27868 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27869 echo "${ECHO_T}$PKG_CONFIG" >&6
27870 else
27871 echo "$as_me:$LINENO: result: no" >&5
27872 echo "${ECHO_T}no" >&6
27873 fi
27874
27875 fi
27876
27877 if test "$PKG_CONFIG" = "no" ; then
27878 echo "*** The pkg-config script could not be found. Make sure it is"
27879 echo "*** in your path, or set the PKG_CONFIG environment variable"
27880 echo "*** to the full path to pkg-config."
27881 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27882 else
27883 PKG_CONFIG_MIN_VERSION=0.9.0
27884 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27885 echo "$as_me:$LINENO: checking for pangox" >&5
27886 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27887
27888 if $PKG_CONFIG --exists "pangox" ; then
27889 echo "$as_me:$LINENO: result: yes" >&5
27890 echo "${ECHO_T}yes" >&6
27891 succeeded=yes
27892
27893 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27894 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27895 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
27896 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27897 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27898
27899 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27900 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27901 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
27902 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27903 echo "${ECHO_T}$PANGOX_LIBS" >&6
27904 else
27905 PANGOX_CFLAGS=""
27906 PANGOX_LIBS=""
27907 ## If we have a custom action on failure, don't print errors, but
27908 ## do set a variable so people can do so.
27909 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
27910
27911 fi
27912
27913
27914
27915 else
27916 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27917 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27918 fi
27919 fi
27920
27921 if test $succeeded = yes; then
27922
27923 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
27924 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
27925
27926 else
27927
27928 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
27929 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
27930 { (exit 1); exit 1; }; }
27931
27932
27933 fi
27934
27935
27936 succeeded=no
27937
27938 if test -z "$PKG_CONFIG"; then
27939 # Extract the first word of "pkg-config", so it can be a program name with args.
27940 set dummy pkg-config; ac_word=$2
27941 echo "$as_me:$LINENO: checking for $ac_word" >&5
27942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27943 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27944 echo $ECHO_N "(cached) $ECHO_C" >&6
27945 else
27946 case $PKG_CONFIG in
27947 [\\/]* | ?:[\\/]*)
27948 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
27949 ;;
27950 *)
27951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27952 for as_dir in $PATH
27953 do
27954 IFS=$as_save_IFS
27955 test -z "$as_dir" && as_dir=.
27956 for ac_exec_ext in '' $ac_executable_extensions; do
27957 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27958 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
27959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27960 break 2
27961 fi
27962 done
27963 done
27964
27965 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
27966 ;;
27967 esac
27968 fi
27969 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
27970
27971 if test -n "$PKG_CONFIG"; then
27972 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27973 echo "${ECHO_T}$PKG_CONFIG" >&6
27974 else
27975 echo "$as_me:$LINENO: result: no" >&5
27976 echo "${ECHO_T}no" >&6
27977 fi
27978
27979 fi
27980
27981 if test "$PKG_CONFIG" = "no" ; then
27982 echo "*** The pkg-config script could not be found. Make sure it is"
27983 echo "*** in your path, or set the PKG_CONFIG environment variable"
27984 echo "*** to the full path to pkg-config."
27985 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27986 else
27987 PKG_CONFIG_MIN_VERSION=0.9.0
27988 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27989 echo "$as_me:$LINENO: checking for pangoft2" >&5
27990 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
27991
27992 if $PKG_CONFIG --exists "pangoft2" ; then
27993 echo "$as_me:$LINENO: result: yes" >&5
27994 echo "${ECHO_T}yes" >&6
27995 succeeded=yes
27996
27997 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
27998 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
27999 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
28000 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
28001 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
28002
28003 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
28004 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
28005 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
28006 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
28007 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
28008 else
28009 PANGOFT2_CFLAGS=""
28010 PANGOFT2_LIBS=""
28011 ## If we have a custom action on failure, don't print errors, but
28012 ## do set a variable so people can do so.
28013 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
28014
28015 fi
28016
28017
28018
28019 else
28020 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28021 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28022 fi
28023 fi
28024
28025 if test $succeeded = yes; then
28026
28027 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
28028 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
28029
28030 else
28031
28032 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
28033 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
28034 wxUSE_PRINTING_ARCHITECTURE="no"
28035
28036
28037 fi
28038
28039
28040 succeeded=no
28041
28042 if test -z "$PKG_CONFIG"; then
28043 # Extract the first word of "pkg-config", so it can be a program name with args.
28044 set dummy pkg-config; ac_word=$2
28045 echo "$as_me:$LINENO: checking for $ac_word" >&5
28046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28047 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28048 echo $ECHO_N "(cached) $ECHO_C" >&6
28049 else
28050 case $PKG_CONFIG in
28051 [\\/]* | ?:[\\/]*)
28052 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
28053 ;;
28054 *)
28055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28056 for as_dir in $PATH
28057 do
28058 IFS=$as_save_IFS
28059 test -z "$as_dir" && as_dir=.
28060 for ac_exec_ext in '' $ac_executable_extensions; do
28061 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28062 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
28063 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28064 break 2
28065 fi
28066 done
28067 done
28068
28069 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
28070 ;;
28071 esac
28072 fi
28073 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
28074
28075 if test -n "$PKG_CONFIG"; then
28076 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28077 echo "${ECHO_T}$PKG_CONFIG" >&6
28078 else
28079 echo "$as_me:$LINENO: result: no" >&5
28080 echo "${ECHO_T}no" >&6
28081 fi
28082
28083 fi
28084
28085 if test "$PKG_CONFIG" = "no" ; then
28086 echo "*** The pkg-config script could not be found. Make sure it is"
28087 echo "*** in your path, or set the PKG_CONFIG environment variable"
28088 echo "*** to the full path to pkg-config."
28089 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28090 else
28091 PKG_CONFIG_MIN_VERSION=0.9.0
28092 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28093 echo "$as_me:$LINENO: checking for pangoxft" >&5
28094 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
28095
28096 if $PKG_CONFIG --exists "pangoxft" ; then
28097 echo "$as_me:$LINENO: result: yes" >&5
28098 echo "${ECHO_T}yes" >&6
28099 succeeded=yes
28100
28101 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
28102 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
28103 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
28104 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
28105 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
28106
28107 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
28108 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
28109 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
28110 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
28111 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
28112 else
28113 PANGOXFT_CFLAGS=""
28114 PANGOXFT_LIBS=""
28115 ## If we have a custom action on failure, don't print errors, but
28116 ## do set a variable so people can do so.
28117 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
28118
28119 fi
28120
28121
28122
28123 else
28124 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28125 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28126 fi
28127 fi
28128
28129 if test $succeeded = yes; then
28130
28131 cat >>confdefs.h <<\_ACEOF
28132 #define HAVE_PANGO_XFT 1
28133 _ACEOF
28134
28135 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
28136 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
28137
28138 else
28139
28140 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
28141 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
28142
28143
28144 fi
28145
28146 save_CFLAGS="$CFLAGS"
28147 save_LIBS="$LIBS"
28148 CFLAGS="$CFLAGS $PANGOX_CFLAGS"
28149 LIBS="$LIBS $PANGOX_LIBS"
28150
28151 for ac_func in pango_font_family_is_monospace
28152 do
28153 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28154 echo "$as_me:$LINENO: checking for $ac_func" >&5
28155 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28156 if eval "test \"\${$as_ac_var+set}\" = set"; then
28157 echo $ECHO_N "(cached) $ECHO_C" >&6
28158 else
28159 cat >conftest.$ac_ext <<_ACEOF
28160 /* confdefs.h. */
28161 _ACEOF
28162 cat confdefs.h >>conftest.$ac_ext
28163 cat >>conftest.$ac_ext <<_ACEOF
28164 /* end confdefs.h. */
28165 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28166 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28167 #define $ac_func innocuous_$ac_func
28168
28169 /* System header to define __stub macros and hopefully few prototypes,
28170 which can conflict with char $ac_func (); below.
28171 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28172 <limits.h> exists even on freestanding compilers. */
28173
28174 #ifdef __STDC__
28175 # include <limits.h>
28176 #else
28177 # include <assert.h>
28178 #endif
28179
28180 #undef $ac_func
28181
28182 /* Override any gcc2 internal prototype to avoid an error. */
28183 #ifdef __cplusplus
28184 extern "C"
28185 {
28186 #endif
28187 /* We use char because int might match the return type of a gcc2
28188 builtin and then its argument prototype would still apply. */
28189 char $ac_func ();
28190 /* The GNU C library defines this for functions which it implements
28191 to always fail with ENOSYS. Some functions are actually named
28192 something starting with __ and the normal name is an alias. */
28193 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28194 choke me
28195 #else
28196 char (*f) () = $ac_func;
28197 #endif
28198 #ifdef __cplusplus
28199 }
28200 #endif
28201
28202 int
28203 main ()
28204 {
28205 return f != $ac_func;
28206 ;
28207 return 0;
28208 }
28209 _ACEOF
28210 rm -f conftest.$ac_objext conftest$ac_exeext
28211 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28212 (eval $ac_link) 2>conftest.er1
28213 ac_status=$?
28214 grep -v '^ *+' conftest.er1 >conftest.err
28215 rm -f conftest.er1
28216 cat conftest.err >&5
28217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28218 (exit $ac_status); } &&
28219 { ac_try='test -z "$ac_c_werror_flag"
28220 || test ! -s conftest.err'
28221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28222 (eval $ac_try) 2>&5
28223 ac_status=$?
28224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28225 (exit $ac_status); }; } &&
28226 { ac_try='test -s conftest$ac_exeext'
28227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28228 (eval $ac_try) 2>&5
28229 ac_status=$?
28230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28231 (exit $ac_status); }; }; then
28232 eval "$as_ac_var=yes"
28233 else
28234 echo "$as_me: failed program was:" >&5
28235 sed 's/^/| /' conftest.$ac_ext >&5
28236
28237 eval "$as_ac_var=no"
28238 fi
28239 rm -f conftest.err conftest.$ac_objext \
28240 conftest$ac_exeext conftest.$ac_ext
28241 fi
28242 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28243 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28244 if test `eval echo '${'$as_ac_var'}'` = yes; then
28245 cat >>confdefs.h <<_ACEOF
28246 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28247 _ACEOF
28248
28249 fi
28250 done
28251
28252 CFLAGS="$save_CFLAGS"
28253 LIBS="$save_LIBS"
28254 fi
28255
28256 wxUSE_UNIVERSAL="yes"
28257
28258 if test "$wxUSE_NANOX" = "yes"; then
28259 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
28260 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"
28261 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
28262 else
28263 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
28264 fi
28265
28266 TOOLKIT=X11
28267 GUIDIST=X11_DIST
28268 fi
28269
28270 if test "$wxUSE_MOTIF" = 1; then
28271 if test "$wxUSE_UNICODE" = "yes"; then
28272 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
28273 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
28274 { (exit 1); exit 1; }; }
28275 fi
28276
28277 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
28278 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
28279
28280 ac_find_includes=
28281 for ac_dir in $SEARCH_INCLUDE /usr/include;
28282 do
28283 if test -f "$ac_dir/Xm/Xm.h"; then
28284 ac_find_includes=$ac_dir
28285 break
28286 fi
28287 done
28288
28289 if test "$ac_find_includes" != "" ; then
28290 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28291 echo "${ECHO_T}found in $ac_find_includes" >&6
28292
28293 if test "x$ac_find_includes" = "x/usr/include"; then
28294 ac_path_to_include=""
28295 else
28296 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
28297 result=$?
28298 if test $result = 0; then
28299 ac_path_to_include=""
28300 else
28301 ac_path_to_include=" -I$ac_find_includes"
28302 fi
28303 fi
28304
28305 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
28306 else
28307 cat >conftest.$ac_ext <<_ACEOF
28308 /* confdefs.h. */
28309 _ACEOF
28310 cat confdefs.h >>conftest.$ac_ext
28311 cat >>conftest.$ac_ext <<_ACEOF
28312 /* end confdefs.h. */
28313
28314 #include <Xm/Xm.h>
28315
28316 int
28317 main ()
28318 {
28319
28320 int version;
28321 version = xmUseVersion;
28322
28323 ;
28324 return 0;
28325 }
28326 _ACEOF
28327 rm -f conftest.$ac_objext
28328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28329 (eval $ac_compile) 2>conftest.er1
28330 ac_status=$?
28331 grep -v '^ *+' conftest.er1 >conftest.err
28332 rm -f conftest.er1
28333 cat conftest.err >&5
28334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28335 (exit $ac_status); } &&
28336 { ac_try='test -z "$ac_c_werror_flag"
28337 || test ! -s conftest.err'
28338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28339 (eval $ac_try) 2>&5
28340 ac_status=$?
28341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28342 (exit $ac_status); }; } &&
28343 { ac_try='test -s conftest.$ac_objext'
28344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28345 (eval $ac_try) 2>&5
28346 ac_status=$?
28347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28348 (exit $ac_status); }; }; then
28349
28350 echo "$as_me:$LINENO: result: found in default search path" >&5
28351 echo "${ECHO_T}found in default search path" >&6
28352 COMPILED_X_PROGRAM=1
28353
28354 else
28355 echo "$as_me: failed program was:" >&5
28356 sed 's/^/| /' conftest.$ac_ext >&5
28357
28358
28359 echo "$as_me:$LINENO: result: no" >&5
28360 echo "${ECHO_T}no" >&6
28361 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
28362 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
28363 { (exit 1); exit 1; }; }
28364
28365
28366 fi
28367 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28368 fi
28369
28370 if test "$COMPILED_X_PROGRAM" = 0; then
28371 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
28372 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
28373
28374 ac_find_libraries=
28375 for ac_dir in $SEARCH_LIB /usr/lib;
28376 do
28377 for ac_extension in a so sl dylib dll.a; do
28378 if test -f "$ac_dir/libXm.$ac_extension"; then
28379 ac_find_libraries=$ac_dir
28380 break 2
28381 fi
28382 done
28383 done
28384
28385 if test "$ac_find_libraries" != "" ; then
28386 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28387 echo "${ECHO_T}found at $ac_find_libraries" >&6
28388
28389
28390 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28391 result=$?
28392 if test $result = 0; then
28393 ac_path_to_link=""
28394 else
28395 ac_path_to_link=" -L$ac_find_libraries"
28396 fi
28397
28398 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28399 else
28400 save_CFLAGS=$CFLAGS
28401 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28402
28403 cat >conftest.$ac_ext <<_ACEOF
28404 /* confdefs.h. */
28405 _ACEOF
28406 cat confdefs.h >>conftest.$ac_ext
28407 cat >>conftest.$ac_ext <<_ACEOF
28408 /* end confdefs.h. */
28409
28410 #include <Xm/Xm.h>
28411
28412 int
28413 main ()
28414 {
28415
28416 int version;
28417 version = xmUseVersion;
28418
28419 ;
28420 return 0;
28421 }
28422 _ACEOF
28423 rm -f conftest.$ac_objext
28424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28425 (eval $ac_compile) 2>conftest.er1
28426 ac_status=$?
28427 grep -v '^ *+' conftest.er1 >conftest.err
28428 rm -f conftest.er1
28429 cat conftest.err >&5
28430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28431 (exit $ac_status); } &&
28432 { ac_try='test -z "$ac_c_werror_flag"
28433 || test ! -s conftest.err'
28434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28435 (eval $ac_try) 2>&5
28436 ac_status=$?
28437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28438 (exit $ac_status); }; } &&
28439 { ac_try='test -s conftest.$ac_objext'
28440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28441 (eval $ac_try) 2>&5
28442 ac_status=$?
28443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28444 (exit $ac_status); }; }; then
28445
28446 echo "$as_me:$LINENO: result: found in default search path" >&5
28447 echo "${ECHO_T}found in default search path" >&6
28448 COMPILED_X_PROGRAM=1
28449
28450 else
28451 echo "$as_me: failed program was:" >&5
28452 sed 's/^/| /' conftest.$ac_ext >&5
28453
28454
28455 echo "$as_me:$LINENO: result: no" >&5
28456 echo "${ECHO_T}no" >&6
28457 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
28458 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
28459 { (exit 1); exit 1; }; }
28460
28461
28462 fi
28463 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28464
28465 CFLAGS=$save_CFLAGS
28466 fi
28467 fi
28468
28469 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
28470 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
28471 libp_link=""
28472 libsm_ice_link=""
28473 libs_found=0
28474 for libp in "" " -lXp"; do
28475 if test "$libs_found" = "0"; then
28476 for libsm_ice in "" " -lSM -lICE"; do
28477 if test "$libs_found" = "0"; then
28478 save_LIBS="$LIBS"
28479 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
28480 save_CFLAGS=$CFLAGS
28481 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28482
28483 cat >conftest.$ac_ext <<_ACEOF
28484 /* confdefs.h. */
28485 _ACEOF
28486 cat confdefs.h >>conftest.$ac_ext
28487 cat >>conftest.$ac_ext <<_ACEOF
28488 /* end confdefs.h. */
28489
28490 #include <Xm/Xm.h>
28491 #include <Xm/List.h>
28492
28493 int
28494 main ()
28495 {
28496
28497 XmString string = NULL;
28498 Widget w = NULL;
28499 int position = 0;
28500 XmListAddItem(w, string, position);
28501
28502 ;
28503 return 0;
28504 }
28505 _ACEOF
28506 rm -f conftest.$ac_objext conftest$ac_exeext
28507 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28508 (eval $ac_link) 2>conftest.er1
28509 ac_status=$?
28510 grep -v '^ *+' conftest.er1 >conftest.err
28511 rm -f conftest.er1
28512 cat conftest.err >&5
28513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28514 (exit $ac_status); } &&
28515 { ac_try='test -z "$ac_c_werror_flag"
28516 || test ! -s conftest.err'
28517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28518 (eval $ac_try) 2>&5
28519 ac_status=$?
28520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28521 (exit $ac_status); }; } &&
28522 { ac_try='test -s conftest$ac_exeext'
28523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28524 (eval $ac_try) 2>&5
28525 ac_status=$?
28526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28527 (exit $ac_status); }; }; then
28528
28529 libp_link="$libp"
28530 libsm_ice_link="$libsm_ice"
28531 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
28532 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
28533 libs_found=1
28534
28535 else
28536 echo "$as_me: failed program was:" >&5
28537 sed 's/^/| /' conftest.$ac_ext >&5
28538
28539
28540
28541 fi
28542 rm -f conftest.err conftest.$ac_objext \
28543 conftest$ac_exeext conftest.$ac_ext
28544
28545 LIBS="$save_LIBS"
28546 CFLAGS=$save_CFLAGS
28547 fi
28548 done
28549 fi
28550 done
28551
28552 if test "$libs_found" = "0"; then
28553 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
28554 echo "${ECHO_T}can't find the right libraries" >&6
28555 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
28556 echo "$as_me: error: can't link a simple motif program" >&2;}
28557 { (exit 1); exit 1; }; }
28558 fi
28559
28560 save_CFLAGS=$CFLAGS
28561 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28562 echo "$as_me:$LINENO: checking for Motif 2" >&5
28563 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
28564 cat >conftest.$ac_ext <<_ACEOF
28565 /* confdefs.h. */
28566 _ACEOF
28567 cat confdefs.h >>conftest.$ac_ext
28568 cat >>conftest.$ac_ext <<_ACEOF
28569 /* end confdefs.h. */
28570
28571 #include <Xm/Xm.h>
28572
28573 int
28574 main ()
28575 {
28576
28577 #if XmVersion < 2000
28578 #error "Not Motif 2"
28579 #endif
28580
28581 ;
28582 return 0;
28583 }
28584 _ACEOF
28585 rm -f conftest.$ac_objext
28586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28587 (eval $ac_compile) 2>conftest.er1
28588 ac_status=$?
28589 grep -v '^ *+' conftest.er1 >conftest.err
28590 rm -f conftest.er1
28591 cat conftest.err >&5
28592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28593 (exit $ac_status); } &&
28594 { ac_try='test -z "$ac_c_werror_flag"
28595 || test ! -s conftest.err'
28596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28597 (eval $ac_try) 2>&5
28598 ac_status=$?
28599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28600 (exit $ac_status); }; } &&
28601 { ac_try='test -s conftest.$ac_objext'
28602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28603 (eval $ac_try) 2>&5
28604 ac_status=$?
28605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28606 (exit $ac_status); }; }; then
28607
28608 cat >>confdefs.h <<\_ACEOF
28609 #define __WXMOTIF20__ 1
28610 _ACEOF
28611
28612 echo "$as_me:$LINENO: result: found" >&5
28613 echo "${ECHO_T}found" >&6
28614
28615 else
28616 echo "$as_me: failed program was:" >&5
28617 sed 's/^/| /' conftest.$ac_ext >&5
28618
28619
28620 cat >>confdefs.h <<\_ACEOF
28621 #define __WXMOTIF20__ 0
28622 _ACEOF
28623
28624 echo "$as_me:$LINENO: result: not found" >&5
28625 echo "${ECHO_T}not found" >&6
28626
28627 fi
28628 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28629 CFLAGS=$save_CFLAGS
28630
28631 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
28632 TOOLKIT=MOTIF
28633 GUIDIST=MOTIF_DIST
28634 fi
28635
28636 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
28637 if test "$wxUSE_LIBXPM" = "sys"; then
28638 echo "$as_me:$LINENO: checking for Xpm library" >&5
28639 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
28640
28641 ac_find_libraries=
28642 for ac_dir in $SEARCH_LIB /usr/lib;
28643 do
28644 for ac_extension in a so sl dylib dll.a; do
28645 if test -f "$ac_dir/libXpm.$ac_extension"; then
28646 ac_find_libraries=$ac_dir
28647 break 2
28648 fi
28649 done
28650 done
28651
28652 if test "$ac_find_libraries" != "" ; then
28653
28654 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
28655 result=$?
28656 if test $result = 0; then
28657 ac_path_to_link=""
28658 else
28659 ac_path_to_link=" -L$ac_find_libraries"
28660 fi
28661
28662 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
28663 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28664 echo "${ECHO_T}found at $ac_find_libraries" >&6
28665
28666 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
28667 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
28668 if test "${wx_cv_x11_xpm_h+set}" = set; then
28669 echo $ECHO_N "(cached) $ECHO_C" >&6
28670 else
28671
28672 save_CFLAGS=$CFLAGS
28673 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28674
28675 cat >conftest.$ac_ext <<_ACEOF
28676 /* confdefs.h. */
28677 _ACEOF
28678 cat confdefs.h >>conftest.$ac_ext
28679 cat >>conftest.$ac_ext <<_ACEOF
28680 /* end confdefs.h. */
28681
28682 #include <X11/xpm.h>
28683
28684 int
28685 main ()
28686 {
28687
28688 int version;
28689 version = XpmLibraryVersion();
28690
28691 ;
28692 return 0;
28693 }
28694 _ACEOF
28695 rm -f conftest.$ac_objext
28696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28697 (eval $ac_compile) 2>conftest.er1
28698 ac_status=$?
28699 grep -v '^ *+' conftest.er1 >conftest.err
28700 rm -f conftest.er1
28701 cat conftest.err >&5
28702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28703 (exit $ac_status); } &&
28704 { ac_try='test -z "$ac_c_werror_flag"
28705 || test ! -s conftest.err'
28706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28707 (eval $ac_try) 2>&5
28708 ac_status=$?
28709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28710 (exit $ac_status); }; } &&
28711 { ac_try='test -s conftest.$ac_objext'
28712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28713 (eval $ac_try) 2>&5
28714 ac_status=$?
28715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28716 (exit $ac_status); }; }; then
28717 wx_cv_x11_xpm_h=yes
28718 else
28719 echo "$as_me: failed program was:" >&5
28720 sed 's/^/| /' conftest.$ac_ext >&5
28721
28722 wx_cv_x11_xpm_h=no
28723
28724 fi
28725 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28726
28727 CFLAGS=$save_CFLAGS
28728
28729
28730 fi
28731 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
28732 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
28733
28734 if test $wx_cv_x11_xpm_h = "yes"; then
28735 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
28736 cat >>confdefs.h <<\_ACEOF
28737 #define wxHAVE_LIB_XPM 1
28738 _ACEOF
28739
28740 else
28741 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
28742 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
28743 fi
28744 fi
28745
28746 fi
28747
28748 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
28749 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
28750 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
28751 echo $ECHO_N "(cached) $ECHO_C" >&6
28752 else
28753 ac_check_lib_save_LIBS=$LIBS
28754 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
28755 cat >conftest.$ac_ext <<_ACEOF
28756 /* confdefs.h. */
28757 _ACEOF
28758 cat confdefs.h >>conftest.$ac_ext
28759 cat >>conftest.$ac_ext <<_ACEOF
28760 /* end confdefs.h. */
28761
28762 /* Override any gcc2 internal prototype to avoid an error. */
28763 #ifdef __cplusplus
28764 extern "C"
28765 #endif
28766 /* We use char because int might match the return type of a gcc2
28767 builtin and then its argument prototype would still apply. */
28768 char XShapeQueryExtension ();
28769 int
28770 main ()
28771 {
28772 XShapeQueryExtension ();
28773 ;
28774 return 0;
28775 }
28776 _ACEOF
28777 rm -f conftest.$ac_objext conftest$ac_exeext
28778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28779 (eval $ac_link) 2>conftest.er1
28780 ac_status=$?
28781 grep -v '^ *+' conftest.er1 >conftest.err
28782 rm -f conftest.er1
28783 cat conftest.err >&5
28784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28785 (exit $ac_status); } &&
28786 { ac_try='test -z "$ac_c_werror_flag"
28787 || test ! -s conftest.err'
28788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28789 (eval $ac_try) 2>&5
28790 ac_status=$?
28791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28792 (exit $ac_status); }; } &&
28793 { ac_try='test -s conftest$ac_exeext'
28794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28795 (eval $ac_try) 2>&5
28796 ac_status=$?
28797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28798 (exit $ac_status); }; }; then
28799 ac_cv_lib_Xext_XShapeQueryExtension=yes
28800 else
28801 echo "$as_me: failed program was:" >&5
28802 sed 's/^/| /' conftest.$ac_ext >&5
28803
28804 ac_cv_lib_Xext_XShapeQueryExtension=no
28805 fi
28806 rm -f conftest.err conftest.$ac_objext \
28807 conftest$ac_exeext conftest.$ac_ext
28808 LIBS=$ac_check_lib_save_LIBS
28809 fi
28810 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
28811 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
28812 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
28813
28814 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
28815 wxHAVE_XEXT_LIB=1
28816
28817 fi
28818
28819
28820 if test "$wxHAVE_XEXT_LIB" = 1; then
28821 save_CFLAGS="$CFLAGS"
28822 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
28823
28824 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
28825 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
28826 cat >conftest.$ac_ext <<_ACEOF
28827 /* confdefs.h. */
28828 _ACEOF
28829 cat confdefs.h >>conftest.$ac_ext
28830 cat >>conftest.$ac_ext <<_ACEOF
28831 /* end confdefs.h. */
28832
28833 #include <X11/Xlib.h>
28834 #include <X11/extensions/shape.h>
28835
28836 int
28837 main ()
28838 {
28839
28840 int dummy1, dummy2;
28841 XShapeQueryExtension((Display*)NULL,
28842 (int*)NULL, (int*)NULL);
28843
28844 ;
28845 return 0;
28846 }
28847 _ACEOF
28848 rm -f conftest.$ac_objext
28849 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28850 (eval $ac_compile) 2>conftest.er1
28851 ac_status=$?
28852 grep -v '^ *+' conftest.er1 >conftest.err
28853 rm -f conftest.er1
28854 cat conftest.err >&5
28855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28856 (exit $ac_status); } &&
28857 { ac_try='test -z "$ac_c_werror_flag"
28858 || test ! -s conftest.err'
28859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28860 (eval $ac_try) 2>&5
28861 ac_status=$?
28862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28863 (exit $ac_status); }; } &&
28864 { ac_try='test -s conftest.$ac_objext'
28865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28866 (eval $ac_try) 2>&5
28867 ac_status=$?
28868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28869 (exit $ac_status); }; }; then
28870
28871 cat >>confdefs.h <<\_ACEOF
28872 #define HAVE_XSHAPE 1
28873 _ACEOF
28874
28875 echo "$as_me:$LINENO: result: found" >&5
28876 echo "${ECHO_T}found" >&6
28877
28878 else
28879 echo "$as_me: failed program was:" >&5
28880 sed 's/^/| /' conftest.$ac_ext >&5
28881
28882
28883 echo "$as_me:$LINENO: result: not found" >&5
28884 echo "${ECHO_T}not found" >&6
28885
28886 fi
28887 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28888 CFLAGS="$save_CFLAGS"
28889
28890 fi
28891 fi
28892
28893 if test "$wxUSE_MAC" = 1; then
28894 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
28895 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
28896 if test "$GCC" = yes; then
28897 echo "$as_me:$LINENO: result: gcc" >&5
28898 echo "${ECHO_T}gcc" >&6
28899 CPPFLAGS_PASCAL="-fpascal-strings"
28900 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
28901 echo "$as_me:$LINENO: result: xlc" >&5
28902 echo "${ECHO_T}xlc" >&6
28903 CPPFLAGS_PASCAL="-qmacpstr"
28904 else
28905 echo "$as_me:$LINENO: result: none" >&5
28906 echo "${ECHO_T}none" >&6
28907 fi
28908
28909 if test "x$wxUSE_UNIX" = "xyes"; then
28910 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
28911 else
28912 CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
28913 fi
28914
28915 TOOLKIT=MAC
28916 GUIDIST=MACX_DIST
28917 WXBASEPORT="_carbon"
28918 fi
28919
28920 if test "$wxUSE_COCOA" = 1; then
28921 TOOLKIT=COCOA
28922 GUIDIST=COCOA_DIST
28923 fi
28924
28925 if test "$wxUSE_PM" = 1; then
28926 TOOLKIT=PM
28927 GUIDIST=PM_DIST
28928 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
28929 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
28930 if test "${wx_cv_spbcdata+set}" = set; then
28931 echo $ECHO_N "(cached) $ECHO_C" >&6
28932 else
28933
28934 cat >conftest.$ac_ext <<_ACEOF
28935 /* confdefs.h. */
28936 _ACEOF
28937 cat confdefs.h >>conftest.$ac_ext
28938 cat >>conftest.$ac_ext <<_ACEOF
28939 /* end confdefs.h. */
28940
28941 #define INCL_PM
28942 #include <os2.h>
28943
28944 int
28945 main ()
28946 {
28947
28948 SPBCDATA test;
28949
28950 ;
28951 return 0;
28952 }
28953 _ACEOF
28954 rm -f conftest.$ac_objext
28955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28956 (eval $ac_compile) 2>conftest.er1
28957 ac_status=$?
28958 grep -v '^ *+' conftest.er1 >conftest.err
28959 rm -f conftest.er1
28960 cat conftest.err >&5
28961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28962 (exit $ac_status); } &&
28963 { ac_try='test -z "$ac_c_werror_flag"
28964 || test ! -s conftest.err'
28965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28966 (eval $ac_try) 2>&5
28967 ac_status=$?
28968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28969 (exit $ac_status); }; } &&
28970 { ac_try='test -s conftest.$ac_objext'
28971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28972 (eval $ac_try) 2>&5
28973 ac_status=$?
28974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28975 (exit $ac_status); }; }; then
28976 wx_cv_spbcdata=yes
28977 else
28978 echo "$as_me: failed program was:" >&5
28979 sed 's/^/| /' conftest.$ac_ext >&5
28980
28981 wx_cv_spbcdata=no
28982
28983 fi
28984 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28985
28986
28987 fi
28988 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
28989 echo "${ECHO_T}$wx_cv_spbcdata" >&6
28990
28991 if test $wx_cv_spbcdata = "yes"; then
28992 cat >>confdefs.h <<\_ACEOF
28993 #define HAVE_SPBCDATA 1
28994 _ACEOF
28995
28996 fi
28997 fi
28998
28999 if test "$TOOLKIT" = "PM" ; then
29000 TOOLKIT_DIR="os2"
29001 else
29002 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
29003 fi
29004
29005 if test "$wxUSE_UNIVERSAL" = "yes"; then
29006 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
29007 WIDGET_SET=univ
29008 fi
29009
29010 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
29011 DISTDIR="wx\$(TOOLKIT)"
29012 else
29013 USE_GUI=0
29014
29015 TOOLKIT_DIR="base"
29016
29017 if test "$USE_WIN32" = 1 ; then
29018 TOOLKIT="MSW"
29019 fi
29020
29021 GUIDIST="BASE_DIST"
29022 DISTDIR="wxBase"
29023 fi
29024
29025
29026
29027
29028 IODBC_C_SRC=""
29029
29030
29031 if test "$TOOLKIT" != "MSW" ; then
29032
29033 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
29034
29035 if test "${ac_cv_header_sql_h+set}" = set; then
29036 echo "$as_me:$LINENO: checking for sql.h" >&5
29037 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29038 if test "${ac_cv_header_sql_h+set}" = set; then
29039 echo $ECHO_N "(cached) $ECHO_C" >&6
29040 fi
29041 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29042 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29043 else
29044 # Is the header compilable?
29045 echo "$as_me:$LINENO: checking sql.h usability" >&5
29046 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
29047 cat >conftest.$ac_ext <<_ACEOF
29048 /* confdefs.h. */
29049 _ACEOF
29050 cat confdefs.h >>conftest.$ac_ext
29051 cat >>conftest.$ac_ext <<_ACEOF
29052 /* end confdefs.h. */
29053 $ac_includes_default
29054 #include <sql.h>
29055 _ACEOF
29056 rm -f conftest.$ac_objext
29057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29058 (eval $ac_compile) 2>conftest.er1
29059 ac_status=$?
29060 grep -v '^ *+' conftest.er1 >conftest.err
29061 rm -f conftest.er1
29062 cat conftest.err >&5
29063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29064 (exit $ac_status); } &&
29065 { ac_try='test -z "$ac_c_werror_flag"
29066 || test ! -s conftest.err'
29067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29068 (eval $ac_try) 2>&5
29069 ac_status=$?
29070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29071 (exit $ac_status); }; } &&
29072 { ac_try='test -s conftest.$ac_objext'
29073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29074 (eval $ac_try) 2>&5
29075 ac_status=$?
29076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29077 (exit $ac_status); }; }; then
29078 ac_header_compiler=yes
29079 else
29080 echo "$as_me: failed program was:" >&5
29081 sed 's/^/| /' conftest.$ac_ext >&5
29082
29083 ac_header_compiler=no
29084 fi
29085 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29086 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29087 echo "${ECHO_T}$ac_header_compiler" >&6
29088
29089 # Is the header present?
29090 echo "$as_me:$LINENO: checking sql.h presence" >&5
29091 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
29092 cat >conftest.$ac_ext <<_ACEOF
29093 /* confdefs.h. */
29094 _ACEOF
29095 cat confdefs.h >>conftest.$ac_ext
29096 cat >>conftest.$ac_ext <<_ACEOF
29097 /* end confdefs.h. */
29098 #include <sql.h>
29099 _ACEOF
29100 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29101 (eval $ac_cpp conftest.$ac_ext) 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); } >/dev/null; then
29108 if test -s conftest.err; then
29109 ac_cpp_err=$ac_c_preproc_warn_flag
29110 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
29111 else
29112 ac_cpp_err=
29113 fi
29114 else
29115 ac_cpp_err=yes
29116 fi
29117 if test -z "$ac_cpp_err"; then
29118 ac_header_preproc=yes
29119 else
29120 echo "$as_me: failed program was:" >&5
29121 sed 's/^/| /' conftest.$ac_ext >&5
29122
29123 ac_header_preproc=no
29124 fi
29125 rm -f conftest.err conftest.$ac_ext
29126 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29127 echo "${ECHO_T}$ac_header_preproc" >&6
29128
29129 # So? What about this header?
29130 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29131 yes:no: )
29132 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
29133 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29134 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
29135 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
29136 ac_header_preproc=yes
29137 ;;
29138 no:yes:* )
29139 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
29140 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
29141 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
29142 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
29143 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
29144 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
29145 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
29146 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
29147 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
29148 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
29149 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
29150 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
29151 (
29152 cat <<\_ASBOX
29153 ## ----------------------------------------- ##
29154 ## Report this to wx-dev@lists.wxwidgets.org ##
29155 ## ----------------------------------------- ##
29156 _ASBOX
29157 ) |
29158 sed "s/^/$as_me: WARNING: /" >&2
29159 ;;
29160 esac
29161 echo "$as_me:$LINENO: checking for sql.h" >&5
29162 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29163 if test "${ac_cv_header_sql_h+set}" = set; then
29164 echo $ECHO_N "(cached) $ECHO_C" >&6
29165 else
29166 ac_cv_header_sql_h=$ac_header_preproc
29167 fi
29168 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29169 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29170
29171 fi
29172 if test $ac_cv_header_sql_h = yes; then
29173 found_sql_h=1
29174 fi
29175
29176
29177 if test "x$found_sql_h" = "x1" ; then
29178 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
29179 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
29180 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
29181 echo $ECHO_N "(cached) $ECHO_C" >&6
29182 else
29183 ac_check_lib_save_LIBS=$LIBS
29184 LIBS="-liodbc $LIBS"
29185 cat >conftest.$ac_ext <<_ACEOF
29186 /* confdefs.h. */
29187 _ACEOF
29188 cat confdefs.h >>conftest.$ac_ext
29189 cat >>conftest.$ac_ext <<_ACEOF
29190 /* end confdefs.h. */
29191
29192 /* Override any gcc2 internal prototype to avoid an error. */
29193 #ifdef __cplusplus
29194 extern "C"
29195 #endif
29196 /* We use char because int might match the return type of a gcc2
29197 builtin and then its argument prototype would still apply. */
29198 char SQLAllocEnv ();
29199 int
29200 main ()
29201 {
29202 SQLAllocEnv ();
29203 ;
29204 return 0;
29205 }
29206 _ACEOF
29207 rm -f conftest.$ac_objext conftest$ac_exeext
29208 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29209 (eval $ac_link) 2>conftest.er1
29210 ac_status=$?
29211 grep -v '^ *+' conftest.er1 >conftest.err
29212 rm -f conftest.er1
29213 cat conftest.err >&5
29214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29215 (exit $ac_status); } &&
29216 { ac_try='test -z "$ac_c_werror_flag"
29217 || test ! -s conftest.err'
29218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29219 (eval $ac_try) 2>&5
29220 ac_status=$?
29221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29222 (exit $ac_status); }; } &&
29223 { ac_try='test -s conftest$ac_exeext'
29224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29225 (eval $ac_try) 2>&5
29226 ac_status=$?
29227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29228 (exit $ac_status); }; }; then
29229 ac_cv_lib_iodbc_SQLAllocEnv=yes
29230 else
29231 echo "$as_me: failed program was:" >&5
29232 sed 's/^/| /' conftest.$ac_ext >&5
29233
29234 ac_cv_lib_iodbc_SQLAllocEnv=no
29235 fi
29236 rm -f conftest.err conftest.$ac_objext \
29237 conftest$ac_exeext conftest.$ac_ext
29238 LIBS=$ac_check_lib_save_LIBS
29239 fi
29240 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
29241 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
29242 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
29243 ODBC_LINK=" -liodbc"
29244 else
29245
29246 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
29247 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
29248 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
29249 echo $ECHO_N "(cached) $ECHO_C" >&6
29250 else
29251 ac_check_lib_save_LIBS=$LIBS
29252 LIBS="-lunixodbc $LIBS"
29253 cat >conftest.$ac_ext <<_ACEOF
29254 /* confdefs.h. */
29255 _ACEOF
29256 cat confdefs.h >>conftest.$ac_ext
29257 cat >>conftest.$ac_ext <<_ACEOF
29258 /* end confdefs.h. */
29259
29260 /* Override any gcc2 internal prototype to avoid an error. */
29261 #ifdef __cplusplus
29262 extern "C"
29263 #endif
29264 /* We use char because int might match the return type of a gcc2
29265 builtin and then its argument prototype would still apply. */
29266 char SQLAllocEnv ();
29267 int
29268 main ()
29269 {
29270 SQLAllocEnv ();
29271 ;
29272 return 0;
29273 }
29274 _ACEOF
29275 rm -f conftest.$ac_objext conftest$ac_exeext
29276 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29277 (eval $ac_link) 2>conftest.er1
29278 ac_status=$?
29279 grep -v '^ *+' conftest.er1 >conftest.err
29280 rm -f conftest.er1
29281 cat conftest.err >&5
29282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29283 (exit $ac_status); } &&
29284 { ac_try='test -z "$ac_c_werror_flag"
29285 || test ! -s conftest.err'
29286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29287 (eval $ac_try) 2>&5
29288 ac_status=$?
29289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29290 (exit $ac_status); }; } &&
29291 { ac_try='test -s conftest$ac_exeext'
29292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29293 (eval $ac_try) 2>&5
29294 ac_status=$?
29295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29296 (exit $ac_status); }; }; then
29297 ac_cv_lib_unixodbc_SQLAllocEnv=yes
29298 else
29299 echo "$as_me: failed program was:" >&5
29300 sed 's/^/| /' conftest.$ac_ext >&5
29301
29302 ac_cv_lib_unixodbc_SQLAllocEnv=no
29303 fi
29304 rm -f conftest.err conftest.$ac_objext \
29305 conftest$ac_exeext conftest.$ac_ext
29306 LIBS=$ac_check_lib_save_LIBS
29307 fi
29308 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
29309 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
29310 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
29311 ODBC_LINK=" -lunixodbc"
29312 else
29313
29314 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
29315 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
29316 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
29317 echo $ECHO_N "(cached) $ECHO_C" >&6
29318 else
29319 ac_check_lib_save_LIBS=$LIBS
29320 LIBS="-lodbc $LIBS"
29321 cat >conftest.$ac_ext <<_ACEOF
29322 /* confdefs.h. */
29323 _ACEOF
29324 cat confdefs.h >>conftest.$ac_ext
29325 cat >>conftest.$ac_ext <<_ACEOF
29326 /* end confdefs.h. */
29327
29328 /* Override any gcc2 internal prototype to avoid an error. */
29329 #ifdef __cplusplus
29330 extern "C"
29331 #endif
29332 /* We use char because int might match the return type of a gcc2
29333 builtin and then its argument prototype would still apply. */
29334 char SQLAllocEnv ();
29335 int
29336 main ()
29337 {
29338 SQLAllocEnv ();
29339 ;
29340 return 0;
29341 }
29342 _ACEOF
29343 rm -f conftest.$ac_objext conftest$ac_exeext
29344 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29345 (eval $ac_link) 2>conftest.er1
29346 ac_status=$?
29347 grep -v '^ *+' conftest.er1 >conftest.err
29348 rm -f conftest.er1
29349 cat conftest.err >&5
29350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29351 (exit $ac_status); } &&
29352 { ac_try='test -z "$ac_c_werror_flag"
29353 || test ! -s conftest.err'
29354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29355 (eval $ac_try) 2>&5
29356 ac_status=$?
29357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29358 (exit $ac_status); }; } &&
29359 { ac_try='test -s conftest$ac_exeext'
29360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29361 (eval $ac_try) 2>&5
29362 ac_status=$?
29363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29364 (exit $ac_status); }; }; then
29365 ac_cv_lib_odbc_SQLAllocEnv=yes
29366 else
29367 echo "$as_me: failed program was:" >&5
29368 sed 's/^/| /' conftest.$ac_ext >&5
29369
29370 ac_cv_lib_odbc_SQLAllocEnv=no
29371 fi
29372 rm -f conftest.err conftest.$ac_objext \
29373 conftest$ac_exeext conftest.$ac_ext
29374 LIBS=$ac_check_lib_save_LIBS
29375 fi
29376 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
29377 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
29378 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
29379 ODBC_LINK=" -lodbc"
29380 fi
29381
29382
29383 fi
29384
29385
29386 fi
29387
29388 fi
29389 if test "x$ODBC_LINK" = "x" ; then
29390 if test "$wxUSE_ODBC" = "sys" ; then
29391 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
29392 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
29393 { (exit 1); exit 1; }; }
29394 else
29395 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
29396 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
29397 wxUSE_ODBC=builtin
29398 fi
29399 else
29400 wxUSE_ODBC=sys
29401 fi
29402 fi
29403
29404 if test "$wxUSE_ODBC" = "builtin" ; then
29405 cat >>confdefs.h <<\_ACEOF
29406 #define wxUSE_BUILTIN_IODBC 1
29407 _ACEOF
29408
29409 fi
29410 fi
29411
29412 if test "$wxUSE_ODBC" != "no" ; then
29413 cat >>confdefs.h <<\_ACEOF
29414 #define wxUSE_ODBC 1
29415 _ACEOF
29416
29417 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
29418
29419 WXODBCFLAG="-D_IODBC_"
29420 fi
29421
29422
29423 if test "$wxUSE_DISPLAY" = "yes"; then
29424 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
29425 echo "$as_me:$LINENO: checking for Xinerama" >&5
29426 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
29427
29428 ac_find_libraries=
29429 for ac_dir in $SEARCH_LIB /usr/lib;
29430 do
29431 for ac_extension in a so sl dylib dll.a; do
29432 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29433 ac_find_libraries=$ac_dir
29434 break 2
29435 fi
29436 done
29437 done
29438
29439 if test "$ac_find_libraries" != "" ; then
29440
29441 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29442 result=$?
29443 if test $result = 0; then
29444 ac_path_to_link=""
29445 else
29446 ac_path_to_link=" -L$ac_find_libraries"
29447 fi
29448
29449 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29450 LDFLAGS="$LDFLAGS $ac_path_to_link"
29451 fi
29452 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
29453 echo "$as_me:$LINENO: result: yes" >&5
29454 echo "${ECHO_T}yes" >&6
29455
29456 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
29457 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
29458
29459 ac_find_libraries=
29460 for ac_dir in $SEARCH_LIB /usr/lib;
29461 do
29462 for ac_extension in a so sl dylib dll.a; do
29463 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29464 ac_find_libraries=$ac_dir
29465 break 2
29466 fi
29467 done
29468 done
29469
29470 if test "$ac_find_libraries" != "" ; then
29471 echo "$as_me:$LINENO: result: yes" >&5
29472 echo "${ECHO_T}yes" >&6
29473
29474 for ac_header in X11/extensions/xf86vmode.h
29475 do
29476 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29477 echo "$as_me:$LINENO: checking for $ac_header" >&5
29478 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29479 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29480 echo $ECHO_N "(cached) $ECHO_C" >&6
29481 else
29482 cat >conftest.$ac_ext <<_ACEOF
29483 /* confdefs.h. */
29484 _ACEOF
29485 cat confdefs.h >>conftest.$ac_ext
29486 cat >>conftest.$ac_ext <<_ACEOF
29487 /* end confdefs.h. */
29488
29489 #if HAVE_X11_XLIB_H
29490 #include <X11/Xlib.h>
29491 #endif
29492
29493
29494 #include <$ac_header>
29495 _ACEOF
29496 rm -f conftest.$ac_objext
29497 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29498 (eval $ac_compile) 2>conftest.er1
29499 ac_status=$?
29500 grep -v '^ *+' conftest.er1 >conftest.err
29501 rm -f conftest.er1
29502 cat conftest.err >&5
29503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29504 (exit $ac_status); } &&
29505 { ac_try='test -z "$ac_c_werror_flag"
29506 || test ! -s conftest.err'
29507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29508 (eval $ac_try) 2>&5
29509 ac_status=$?
29510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29511 (exit $ac_status); }; } &&
29512 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
29518 eval "$as_ac_Header=yes"
29519 else
29520 echo "$as_me: failed program was:" >&5
29521 sed 's/^/| /' conftest.$ac_ext >&5
29522
29523 eval "$as_ac_Header=no"
29524 fi
29525 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29526 fi
29527 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29528 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29529 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29530 cat >>confdefs.h <<_ACEOF
29531 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29532 _ACEOF
29533
29534 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
29535
29536 fi
29537
29538 done
29539
29540 else
29541 echo "$as_me:$LINENO: result: no" >&5
29542 echo "${ECHO_T}no" >&6
29543 fi
29544
29545 else
29546 echo "$as_me:$LINENO: result: no" >&5
29547 echo "${ECHO_T}no" >&6
29548 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
29549 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
29550 wxUSE_DISPLAY="no"
29551 fi
29552 elif test "$wxUSE_MSW" = 1; then
29553
29554
29555 for ac_header in multimon.h ddraw.h
29556 do
29557 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29558 echo "$as_me:$LINENO: checking for $ac_header" >&5
29559 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29560 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29561 echo $ECHO_N "(cached) $ECHO_C" >&6
29562 else
29563 cat >conftest.$ac_ext <<_ACEOF
29564 /* confdefs.h. */
29565 _ACEOF
29566 cat confdefs.h >>conftest.$ac_ext
29567 cat >>conftest.$ac_ext <<_ACEOF
29568 /* end confdefs.h. */
29569 #include <windows.h>
29570
29571 #include <$ac_header>
29572 _ACEOF
29573 rm -f conftest.$ac_objext
29574 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29575 (eval $ac_compile) 2>conftest.er1
29576 ac_status=$?
29577 grep -v '^ *+' conftest.er1 >conftest.err
29578 rm -f conftest.er1
29579 cat conftest.err >&5
29580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29581 (exit $ac_status); } &&
29582 { ac_try='test -z "$ac_c_werror_flag"
29583 || test ! -s conftest.err'
29584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29585 (eval $ac_try) 2>&5
29586 ac_status=$?
29587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29588 (exit $ac_status); }; } &&
29589 { ac_try='test -s conftest.$ac_objext'
29590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29591 (eval $ac_try) 2>&5
29592 ac_status=$?
29593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29594 (exit $ac_status); }; }; then
29595 eval "$as_ac_Header=yes"
29596 else
29597 echo "$as_me: failed program was:" >&5
29598 sed 's/^/| /' conftest.$ac_ext >&5
29599
29600 eval "$as_ac_Header=no"
29601 fi
29602 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29603 fi
29604 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29605 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29606 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29607 cat >>confdefs.h <<_ACEOF
29608 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29609 _ACEOF
29610
29611 else
29612
29613 wxUSE_DISPLAY="no"
29614 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
29615 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
29616
29617 fi
29618
29619 done
29620
29621 fi
29622 fi
29623
29624
29625 USE_OPENGL=0
29626 if test "$wxUSE_OPENGL" = "yes"; then
29627 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
29628 OPENGL_LIBS="-framework OpenGL -framework AGL"
29629 elif test "$wxUSE_MSW" = 1; then
29630 OPENGL_LIBS="-lopengl32 -lglu32"
29631 else
29632
29633
29634 ac_find_includes=
29635 for ac_dir in $SEARCH_INCLUDE /usr/include;
29636 do
29637 if test -f "$ac_dir/GL/gl.h"; then
29638 ac_find_includes=$ac_dir
29639 break
29640 fi
29641 done
29642
29643 if test "$ac_find_includes" != "" ; then
29644 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29645 echo "${ECHO_T}found in $ac_find_includes" >&6
29646
29647 if test "x$ac_find_includes" = "x/usr/include"; then
29648 ac_path_to_include=""
29649 else
29650 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
29651 result=$?
29652 if test $result = 0; then
29653 ac_path_to_include=""
29654 else
29655 ac_path_to_include=" -I$ac_find_includes"
29656 fi
29657 fi
29658
29659 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
29660 fi
29661
29662 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29663 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29664 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29665 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29666 echo $ECHO_N "(cached) $ECHO_C" >&6
29667 fi
29668 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29669 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29670 else
29671 # Is the header compilable?
29672 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
29673 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
29674 cat >conftest.$ac_ext <<_ACEOF
29675 /* confdefs.h. */
29676 _ACEOF
29677 cat confdefs.h >>conftest.$ac_ext
29678 cat >>conftest.$ac_ext <<_ACEOF
29679 /* end confdefs.h. */
29680 $ac_includes_default
29681 #include <GL/gl.h>
29682 _ACEOF
29683 rm -f conftest.$ac_objext
29684 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29685 (eval $ac_compile) 2>conftest.er1
29686 ac_status=$?
29687 grep -v '^ *+' conftest.er1 >conftest.err
29688 rm -f conftest.er1
29689 cat conftest.err >&5
29690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29691 (exit $ac_status); } &&
29692 { ac_try='test -z "$ac_c_werror_flag"
29693 || test ! -s conftest.err'
29694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29695 (eval $ac_try) 2>&5
29696 ac_status=$?
29697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29698 (exit $ac_status); }; } &&
29699 { ac_try='test -s conftest.$ac_objext'
29700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29701 (eval $ac_try) 2>&5
29702 ac_status=$?
29703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29704 (exit $ac_status); }; }; then
29705 ac_header_compiler=yes
29706 else
29707 echo "$as_me: failed program was:" >&5
29708 sed 's/^/| /' conftest.$ac_ext >&5
29709
29710 ac_header_compiler=no
29711 fi
29712 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
29713 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29714 echo "${ECHO_T}$ac_header_compiler" >&6
29715
29716 # Is the header present?
29717 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
29718 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
29719 cat >conftest.$ac_ext <<_ACEOF
29720 /* confdefs.h. */
29721 _ACEOF
29722 cat confdefs.h >>conftest.$ac_ext
29723 cat >>conftest.$ac_ext <<_ACEOF
29724 /* end confdefs.h. */
29725 #include <GL/gl.h>
29726 _ACEOF
29727 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29728 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29729 ac_status=$?
29730 grep -v '^ *+' conftest.er1 >conftest.err
29731 rm -f conftest.er1
29732 cat conftest.err >&5
29733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29734 (exit $ac_status); } >/dev/null; then
29735 if test -s conftest.err; then
29736 ac_cpp_err=$ac_c_preproc_warn_flag
29737 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
29738 else
29739 ac_cpp_err=
29740 fi
29741 else
29742 ac_cpp_err=yes
29743 fi
29744 if test -z "$ac_cpp_err"; then
29745 ac_header_preproc=yes
29746 else
29747 echo "$as_me: failed program was:" >&5
29748 sed 's/^/| /' conftest.$ac_ext >&5
29749
29750 ac_header_preproc=no
29751 fi
29752 rm -f conftest.err conftest.$ac_ext
29753 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29754 echo "${ECHO_T}$ac_header_preproc" >&6
29755
29756 # So? What about this header?
29757 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29758 yes:no: )
29759 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
29760 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29761 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
29762 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
29763 ac_header_preproc=yes
29764 ;;
29765 no:yes:* )
29766 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
29767 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
29768 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
29769 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
29770 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
29771 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
29772 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
29773 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
29774 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
29775 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
29776 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
29777 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
29778 (
29779 cat <<\_ASBOX
29780 ## ----------------------------------------- ##
29781 ## Report this to wx-dev@lists.wxwidgets.org ##
29782 ## ----------------------------------------- ##
29783 _ASBOX
29784 ) |
29785 sed "s/^/$as_me: WARNING: /" >&2
29786 ;;
29787 esac
29788 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29789 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29790 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29791 echo $ECHO_N "(cached) $ECHO_C" >&6
29792 else
29793 ac_cv_header_GL_gl_h=$ac_header_preproc
29794 fi
29795 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29796 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29797
29798 fi
29799 if test $ac_cv_header_GL_gl_h = yes; then
29800
29801 found_gl=0
29802
29803 echo "$as_me:$LINENO: checking for -lGL" >&5
29804 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
29805
29806 ac_find_libraries=
29807 for ac_dir in $SEARCH_LIB /usr/lib;
29808 do
29809 for ac_extension in a so sl dylib dll.a; do
29810 if test -f "$ac_dir/libGL.$ac_extension"; then
29811 ac_find_libraries=$ac_dir
29812 break 2
29813 fi
29814 done
29815 done
29816
29817 if test "$ac_find_libraries" != "" ; then
29818 echo "$as_me:$LINENO: result: yes" >&5
29819 echo "${ECHO_T}yes" >&6
29820
29821
29822 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29823 result=$?
29824 if test $result = 0; then
29825 ac_path_to_link=""
29826 else
29827 ac_path_to_link=" -L$ac_find_libraries"
29828 fi
29829
29830 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29831 LDFLAGS_GL="$ac_path_to_link"
29832 fi
29833
29834 echo "$as_me:$LINENO: checking for -lGLU" >&5
29835 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
29836
29837 ac_find_libraries=
29838 for ac_dir in $SEARCH_LIB /usr/lib;
29839 do
29840 for ac_extension in a so sl dylib dll.a; do
29841 if test -f "$ac_dir/libGLU.$ac_extension"; then
29842 ac_find_libraries=$ac_dir
29843 break 2
29844 fi
29845 done
29846 done
29847
29848 if test "$ac_find_libraries" != "" ; then
29849
29850 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29851 result=$?
29852 if test $result = 0; then
29853 ac_path_to_link=""
29854 else
29855 ac_path_to_link=" -L$ac_find_libraries"
29856 fi
29857
29858 if test "$ac_path_to_link" != " -L/usr/lib" -a \
29859 "$ac_path_to_link" != "$LDFLAGS_GL"; then
29860 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
29861 fi
29862
29863 found_gl=1
29864 OPENGL_LIBS="-lGL -lGLU"
29865 echo "$as_me:$LINENO: result: yes" >&5
29866 echo "${ECHO_T}yes" >&6
29867 else
29868 echo "$as_me:$LINENO: result: no" >&5
29869 echo "${ECHO_T}no" >&6
29870 fi
29871 else
29872 echo "$as_me:$LINENO: result: no" >&5
29873 echo "${ECHO_T}no" >&6
29874 fi
29875
29876 if test "$found_gl" != 1; then
29877 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
29878 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
29879
29880 ac_find_libraries=
29881 for ac_dir in $SEARCH_LIB /usr/lib;
29882 do
29883 for ac_extension in a so sl dylib dll.a; do
29884 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
29885 ac_find_libraries=$ac_dir
29886 break 2
29887 fi
29888 done
29889 done
29890
29891 if test "$ac_find_libraries" != "" ; then
29892
29893 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
29894 result=$?
29895 if test $result = 0; then
29896 ac_path_to_link=""
29897 else
29898 ac_path_to_link=" -L$ac_find_libraries"
29899 fi
29900
29901 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
29902 OPENGL_LIBS="-lMesaGL -lMesaGLU"
29903 echo "$as_me:$LINENO: result: yes" >&5
29904 echo "${ECHO_T}yes" >&6
29905 else
29906 echo "$as_me:$LINENO: result: no" >&5
29907 echo "${ECHO_T}no" >&6
29908 fi
29909 fi
29910
29911 fi
29912
29913
29914
29915 if test "x$OPENGL_LIBS" = "x"; then
29916 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
29917 echo "$as_me: error: OpenGL libraries not available" >&2;}
29918 { (exit 1); exit 1; }; }
29919 fi
29920 fi
29921
29922 if test "$wxUSE_OPENGL" = "yes"; then
29923 USE_OPENGL=1
29924 cat >>confdefs.h <<\_ACEOF
29925 #define wxUSE_OPENGL 1
29926 _ACEOF
29927
29928 cat >>confdefs.h <<\_ACEOF
29929 #define wxUSE_GLCANVAS 1
29930 _ACEOF
29931
29932 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
29933 fi
29934 fi
29935
29936
29937 if test -n "$TOOLKIT" ; then
29938 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
29939 fi
29940
29941
29942
29943 if test "$wxUSE_SHARED" = "yes"; then
29944 case "${host}" in
29945 *-pc-msdosdjgpp )
29946 wxUSE_SHARED=no
29947 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
29948 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
29949 ;;
29950 esac
29951 fi
29952
29953 if test "$wxUSE_SHARED" = "yes"; then
29954
29955
29956 found_versioning=no
29957
29958
29959 if test $found_versioning = no ; then
29960 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
29961 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
29962 if test "${wx_cv_version_script+set}" = set; then
29963 echo $ECHO_N "(cached) $ECHO_C" >&6
29964 else
29965
29966 echo "VER_1 { *; };" >conftest.sym
29967 echo "int main() { return 0; }" >conftest.cpp
29968
29969 if { ac_try='
29970 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29971 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
29972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29973 (eval $ac_try) 2>&5
29974 ac_status=$?
29975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29976 (exit $ac_status); }; } ; then
29977 if test -s conftest.stderr ; then
29978 wx_cv_version_script=no
29979 else
29980 wx_cv_version_script=yes
29981 fi
29982 else
29983 wx_cv_version_script=no
29984 fi
29985
29986 if test $wx_cv_version_script = yes
29987 then
29988 echo "struct B { virtual ~B() { } }; \
29989 struct D : public B { }; \
29990 void F() { D d; }" > conftest.cpp
29991
29992 if { ac_try='
29993 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29994 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
29995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29996 (eval $ac_try) 2>&5
29997 ac_status=$?
29998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29999 (exit $ac_status); }; } &&
30000 { ac_try='
30001 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30002 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
30003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30004 (eval $ac_try) 2>&5
30005 ac_status=$?
30006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30007 (exit $ac_status); }; }
30008 then
30009 if { ac_try='
30010 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30011 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
30012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30013 (eval $ac_try) 2>&5
30014 ac_status=$?
30015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30016 (exit $ac_status); }; }
30017 then
30018 wx_cv_version_script=yes
30019 else
30020 wx_cv_version_script=no
30021 fi
30022 fi
30023 fi
30024
30025 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
30026 rm -f conftest1.output conftest2.output conftest3.output
30027
30028 fi
30029 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
30030 echo "${ECHO_T}$wx_cv_version_script" >&6
30031 if test $wx_cv_version_script = yes ; then
30032 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
30033 fi
30034 fi
30035
30036
30037 case "${host}" in
30038 *-*-linux* | *-*-gnu* )
30039 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
30040 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
30041 ;;
30042
30043 *-*-solaris2* )
30044 if test "$GCC" = yes ; then
30045 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
30046
30047 saveLdflags="$LDFLAGS"
30048 LDFLAGS="$saveLdflags -Wl,-rpath,/"
30049 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
30050 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
30051 cat >conftest.$ac_ext <<_ACEOF
30052 /* confdefs.h. */
30053 _ACEOF
30054 cat confdefs.h >>conftest.$ac_ext
30055 cat >>conftest.$ac_ext <<_ACEOF
30056 /* end confdefs.h. */
30057
30058 int
30059 main ()
30060 {
30061
30062 ;
30063 return 0;
30064 }
30065 _ACEOF
30066 rm -f conftest.$ac_objext conftest$ac_exeext
30067 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30068 (eval $ac_link) 2>conftest.er1
30069 ac_status=$?
30070 grep -v '^ *+' conftest.er1 >conftest.err
30071 rm -f conftest.er1
30072 cat conftest.err >&5
30073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30074 (exit $ac_status); } &&
30075 { ac_try='test -z "$ac_c_werror_flag"
30076 || test ! -s conftest.err'
30077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30078 (eval $ac_try) 2>&5
30079 ac_status=$?
30080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30081 (exit $ac_status); }; } &&
30082 { ac_try='test -s conftest$ac_exeext'
30083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30084 (eval $ac_try) 2>&5
30085 ac_status=$?
30086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30087 (exit $ac_status); }; }; then
30088
30089 echo "$as_me:$LINENO: result: yes" >&5
30090 echo "${ECHO_T}yes" >&6
30091 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
30092 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
30093
30094 else
30095 echo "$as_me: failed program was:" >&5
30096 sed 's/^/| /' conftest.$ac_ext >&5
30097
30098
30099 echo "$as_me:$LINENO: result: no" >&5
30100 echo "${ECHO_T}no" >&6
30101 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
30102 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
30103 LDFLAGS="$saveLdflags -Wl,-R,/"
30104 cat >conftest.$ac_ext <<_ACEOF
30105 /* confdefs.h. */
30106 _ACEOF
30107 cat confdefs.h >>conftest.$ac_ext
30108 cat >>conftest.$ac_ext <<_ACEOF
30109 /* end confdefs.h. */
30110
30111 int
30112 main ()
30113 {
30114
30115 ;
30116 return 0;
30117 }
30118 _ACEOF
30119 rm -f conftest.$ac_objext conftest$ac_exeext
30120 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30121 (eval $ac_link) 2>conftest.er1
30122 ac_status=$?
30123 grep -v '^ *+' conftest.er1 >conftest.err
30124 rm -f conftest.er1
30125 cat conftest.err >&5
30126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30127 (exit $ac_status); } &&
30128 { ac_try='test -z "$ac_c_werror_flag"
30129 || test ! -s conftest.err'
30130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30131 (eval $ac_try) 2>&5
30132 ac_status=$?
30133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30134 (exit $ac_status); }; } &&
30135 { ac_try='test -s conftest$ac_exeext'
30136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30137 (eval $ac_try) 2>&5
30138 ac_status=$?
30139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30140 (exit $ac_status); }; }; then
30141
30142 echo "$as_me:$LINENO: result: yes" >&5
30143 echo "${ECHO_T}yes" >&6
30144 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
30145 WXCONFIG_RPATH="-Wl,-R,\$libdir"
30146
30147 else
30148 echo "$as_me: failed program was:" >&5
30149 sed 's/^/| /' conftest.$ac_ext >&5
30150
30151
30152 echo "$as_me:$LINENO: result: no" >&5
30153 echo "${ECHO_T}no" >&6
30154
30155 fi
30156 rm -f conftest.err conftest.$ac_objext \
30157 conftest$ac_exeext conftest.$ac_ext
30158
30159 fi
30160 rm -f conftest.err conftest.$ac_objext \
30161 conftest$ac_exeext conftest.$ac_ext
30162 LDFLAGS="$saveLdflags"
30163 else
30164 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
30165 WXCONFIG_RPATH="-R\$libdir"
30166 fi
30167 ;;
30168
30169 powerpc-*-darwin* )
30170 install_name_tool=`which install_name_tool`
30171 if test "$install_name_tool" -a -x "$install_name_tool"; then
30172 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
30173 cat <<EOF >change-install-names
30174 #!/bin/sh
30175 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
30176 inst_cmd="install_name_tool "
30177 for i in \${libnames} ; do
30178 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
30179 done
30180 \${inst_cmd} \${3}
30181 EOF
30182 chmod +x change-install-names
30183 fi
30184 ;;
30185
30186 *-*-cygwin* | *-*-mingw32* )
30187 TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
30188 ;;
30189
30190 *-*-hpux* )
30191 SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib"
30192 WXCONFIG_RPATH="-Wl,+b,\$libdir"
30193 ;;
30194
30195 esac
30196
30197 if test $wxUSE_RPATH = "no"; then
30198 SAMPLES_RPATH_FLAG=''
30199 SAMPLES_RPATH_POSTLINK=''
30200 WXCONFIG_RPATH=''
30201 fi
30202
30203 SHARED=1
30204
30205 else
30206
30207 config_linkage_component="-static"
30208 SHARED=0
30209
30210 fi
30211
30212
30213 UNICODE=0
30214 lib_unicode_suffix=
30215 WX_CHARTYPE="ansi"
30216 if test "$wxUSE_UNICODE" = "yes"; then
30217 lib_unicode_suffix=u
30218 WX_CHARTYPE="unicode"
30219 UNICODE=1
30220 fi
30221
30222 lib_debug_suffix=
30223 WX_DEBUGTYPE="release"
30224 DEBUG_FLAG=0
30225 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
30226 lib_debug_suffix=d
30227 WX_DEBUGTYPE="debug"
30228 DEBUG_FLAG=1
30229 fi
30230
30231 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
30232 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
30233
30234 DEBUG_INFO=0
30235 if test "$wxUSE_DEBUG_INFO" = "yes"; then
30236 DEBUG_INFO=1
30237 fi
30238
30239 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
30240
30241 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
30242
30243 TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
30244
30245 if test "$cross_compiling" = "yes"; then
30246 HOST_SUFFIX="-$host_alias"
30247 TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX"
30248 TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME"
30249 fi
30250
30251 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30252 if test "${TOOLKIT_DIR}" = "os2"; then
30253 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30254 else
30255 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30256 fi
30257
30258
30259
30260 if test "$wxUSE_COCOA" = 1; then
30261
30262
30263 ac_ext=c
30264 ac_cpp='$CPP $CPPFLAGS'
30265 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30266 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30267 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30268
30269 ac_ext=m
30270
30271 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
30272 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
30273 cat >conftest.$ac_ext <<_ACEOF
30274 /* confdefs.h. */
30275 _ACEOF
30276 cat confdefs.h >>conftest.$ac_ext
30277 cat >>conftest.$ac_ext <<_ACEOF
30278 /* end confdefs.h. */
30279 #include <AppKit/NSEvent.h>
30280 #include <CoreFoundation/CoreFoundation.h>
30281
30282 int
30283 main ()
30284 {
30285
30286 ;
30287 return 0;
30288 }
30289 _ACEOF
30290 rm -f conftest.$ac_objext
30291 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30292 (eval $ac_compile) 2>conftest.er1
30293 ac_status=$?
30294 grep -v '^ *+' conftest.er1 >conftest.err
30295 rm -f conftest.er1
30296 cat conftest.err >&5
30297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30298 (exit $ac_status); } &&
30299 { ac_try='test -z "$ac_c_werror_flag"
30300 || test ! -s conftest.err'
30301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30302 (eval $ac_try) 2>&5
30303 ac_status=$?
30304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30305 (exit $ac_status); }; } &&
30306 { ac_try='test -s conftest.$ac_objext'
30307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30308 (eval $ac_try) 2>&5
30309 ac_status=$?
30310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30311 (exit $ac_status); }; }; then
30312 echo "$as_me:$LINENO: result: no" >&5
30313 echo "${ECHO_T}no" >&6
30314 else
30315 echo "$as_me: failed program was:" >&5
30316 sed 's/^/| /' conftest.$ac_ext >&5
30317
30318 echo "$as_me:$LINENO: result: yes" >&5
30319 echo "${ECHO_T}yes" >&6
30320 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
30321 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
30322 cat >conftest.$ac_ext <<_ACEOF
30323 /* confdefs.h. */
30324 _ACEOF
30325 cat confdefs.h >>conftest.$ac_ext
30326 cat >>conftest.$ac_ext <<_ACEOF
30327 /* end confdefs.h. */
30328 #define __Point__ 1
30329 #include <AppKit/NSEvent.h>
30330 #include <CoreFoundation/CoreFoundation.h>
30331
30332 int
30333 main ()
30334 {
30335
30336 ;
30337 return 0;
30338 }
30339 _ACEOF
30340 rm -f conftest.$ac_objext
30341 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30342 (eval $ac_compile) 2>conftest.er1
30343 ac_status=$?
30344 grep -v '^ *+' conftest.er1 >conftest.err
30345 rm -f conftest.er1
30346 cat conftest.err >&5
30347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30348 (exit $ac_status); } &&
30349 { ac_try='test -z "$ac_c_werror_flag"
30350 || test ! -s conftest.err'
30351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30352 (eval $ac_try) 2>&5
30353 ac_status=$?
30354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30355 (exit $ac_status); }; } &&
30356 { ac_try='test -s conftest.$ac_objext'
30357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30358 (eval $ac_try) 2>&5
30359 ac_status=$?
30360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30361 (exit $ac_status); }; }; then
30362 echo "$as_me:$LINENO: result: yes" >&5
30363 echo "${ECHO_T}yes" >&6
30364 cat >>confdefs.h <<\_ACEOF
30365 #define __Point__ 1
30366 _ACEOF
30367
30368
30369 else
30370 echo "$as_me: failed program was:" >&5
30371 sed 's/^/| /' conftest.$ac_ext >&5
30372
30373 { { echo "$as_me:$LINENO: error: no
30374 See \`config.log' for more details." >&5
30375 echo "$as_me: error: no
30376 See \`config.log' for more details." >&2;}
30377 { (exit 1); exit 1; }; }
30378
30379 fi
30380 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30381
30382 fi
30383 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30384 ac_ext=c
30385 ac_cpp='$CPP $CPPFLAGS'
30386 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30387 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30388 ac_compiler_gnu=$ac_cv_c_compiler_gnu
30389
30390 fi
30391
30392 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
30393 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
30394 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
30395
30396 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
30397
30398 # Extract the first word of "Rez", so it can be a program name with args.
30399 set dummy Rez; ac_word=$2
30400 echo "$as_me:$LINENO: checking for $ac_word" >&5
30401 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30402 if test "${ac_cv_prog_RESCOMP+set}" = set; then
30403 echo $ECHO_N "(cached) $ECHO_C" >&6
30404 else
30405 if test -n "$RESCOMP"; then
30406 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
30407 else
30408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30409 for as_dir in $PATH
30410 do
30411 IFS=$as_save_IFS
30412 test -z "$as_dir" && as_dir=.
30413 for ac_exec_ext in '' $ac_executable_extensions; do
30414 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30415 ac_cv_prog_RESCOMP="Rez"
30416 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30417 break 2
30418 fi
30419 done
30420 done
30421
30422 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
30423 fi
30424 fi
30425 RESCOMP=$ac_cv_prog_RESCOMP
30426 if test -n "$RESCOMP"; then
30427 echo "$as_me:$LINENO: result: $RESCOMP" >&5
30428 echo "${ECHO_T}$RESCOMP" >&6
30429 else
30430 echo "$as_me:$LINENO: result: no" >&5
30431 echo "${ECHO_T}no" >&6
30432 fi
30433
30434 # Extract the first word of "DeRez", so it can be a program name with args.
30435 set dummy DeRez; ac_word=$2
30436 echo "$as_me:$LINENO: checking for $ac_word" >&5
30437 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30438 if test "${ac_cv_prog_DEREZ+set}" = set; then
30439 echo $ECHO_N "(cached) $ECHO_C" >&6
30440 else
30441 if test -n "$DEREZ"; then
30442 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
30443 else
30444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30445 for as_dir in $PATH
30446 do
30447 IFS=$as_save_IFS
30448 test -z "$as_dir" && as_dir=.
30449 for ac_exec_ext in '' $ac_executable_extensions; do
30450 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30451 ac_cv_prog_DEREZ="DeRez"
30452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30453 break 2
30454 fi
30455 done
30456 done
30457
30458 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
30459 fi
30460 fi
30461 DEREZ=$ac_cv_prog_DEREZ
30462 if test -n "$DEREZ"; then
30463 echo "$as_me:$LINENO: result: $DEREZ" >&5
30464 echo "${ECHO_T}$DEREZ" >&6
30465 else
30466 echo "$as_me:$LINENO: result: no" >&5
30467 echo "${ECHO_T}no" >&6
30468 fi
30469
30470 # Extract the first word of "SetFile", so it can be a program name with args.
30471 set dummy SetFile; ac_word=$2
30472 echo "$as_me:$LINENO: checking for $ac_word" >&5
30473 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30474 if test "${ac_cv_prog_SETFILE+set}" = set; then
30475 echo $ECHO_N "(cached) $ECHO_C" >&6
30476 else
30477 if test -n "$SETFILE"; then
30478 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
30479 else
30480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30481 for as_dir in $PATH
30482 do
30483 IFS=$as_save_IFS
30484 test -z "$as_dir" && as_dir=.
30485 for ac_exec_ext in '' $ac_executable_extensions; do
30486 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30487 ac_cv_prog_SETFILE="SetFile"
30488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30489 break 2
30490 fi
30491 done
30492 done
30493
30494 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
30495 fi
30496 fi
30497 SETFILE=$ac_cv_prog_SETFILE
30498 if test -n "$SETFILE"; then
30499 echo "$as_me:$LINENO: result: $SETFILE" >&5
30500 echo "${ECHO_T}$SETFILE" >&6
30501 else
30502 echo "$as_me:$LINENO: result: no" >&5
30503 echo "${ECHO_T}no" >&6
30504 fi
30505
30506
30507 MACSETFILE="\$(SETFILE)"
30508
30509 if test "$wxUSE_MAC" = 1; then
30510 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
30511
30512 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
30513 else
30514 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
30515 MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
30516 fi
30517 else
30518 MACSETFILE="@true"
30519 MACRESWXCONFIG="@true"
30520
30521 if test "$wxUSE_PM" = 1; then
30522 MACRESCOMP="emxbind -ep"
30523 else
30524 MACRESCOMP="@true"
30525 fi
30526 fi
30527
30528
30529
30530 echo "$as_me:$LINENO: checking for mode_t" >&5
30531 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
30532 if test "${ac_cv_type_mode_t+set}" = set; then
30533 echo $ECHO_N "(cached) $ECHO_C" >&6
30534 else
30535 cat >conftest.$ac_ext <<_ACEOF
30536 /* confdefs.h. */
30537 _ACEOF
30538 cat confdefs.h >>conftest.$ac_ext
30539 cat >>conftest.$ac_ext <<_ACEOF
30540 /* end confdefs.h. */
30541 $ac_includes_default
30542 int
30543 main ()
30544 {
30545 if ((mode_t *) 0)
30546 return 0;
30547 if (sizeof (mode_t))
30548 return 0;
30549 ;
30550 return 0;
30551 }
30552 _ACEOF
30553 rm -f conftest.$ac_objext
30554 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30555 (eval $ac_compile) 2>conftest.er1
30556 ac_status=$?
30557 grep -v '^ *+' conftest.er1 >conftest.err
30558 rm -f conftest.er1
30559 cat conftest.err >&5
30560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30561 (exit $ac_status); } &&
30562 { ac_try='test -z "$ac_c_werror_flag"
30563 || test ! -s conftest.err'
30564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30565 (eval $ac_try) 2>&5
30566 ac_status=$?
30567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30568 (exit $ac_status); }; } &&
30569 { ac_try='test -s conftest.$ac_objext'
30570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30571 (eval $ac_try) 2>&5
30572 ac_status=$?
30573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30574 (exit $ac_status); }; }; then
30575 ac_cv_type_mode_t=yes
30576 else
30577 echo "$as_me: failed program was:" >&5
30578 sed 's/^/| /' conftest.$ac_ext >&5
30579
30580 ac_cv_type_mode_t=no
30581 fi
30582 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30583 fi
30584 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
30585 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
30586 if test $ac_cv_type_mode_t = yes; then
30587 :
30588 else
30589
30590 cat >>confdefs.h <<_ACEOF
30591 #define mode_t int
30592 _ACEOF
30593
30594 fi
30595
30596 echo "$as_me:$LINENO: checking for off_t" >&5
30597 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
30598 if test "${ac_cv_type_off_t+set}" = set; then
30599 echo $ECHO_N "(cached) $ECHO_C" >&6
30600 else
30601 cat >conftest.$ac_ext <<_ACEOF
30602 /* confdefs.h. */
30603 _ACEOF
30604 cat confdefs.h >>conftest.$ac_ext
30605 cat >>conftest.$ac_ext <<_ACEOF
30606 /* end confdefs.h. */
30607 $ac_includes_default
30608 int
30609 main ()
30610 {
30611 if ((off_t *) 0)
30612 return 0;
30613 if (sizeof (off_t))
30614 return 0;
30615 ;
30616 return 0;
30617 }
30618 _ACEOF
30619 rm -f conftest.$ac_objext
30620 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30621 (eval $ac_compile) 2>conftest.er1
30622 ac_status=$?
30623 grep -v '^ *+' conftest.er1 >conftest.err
30624 rm -f conftest.er1
30625 cat conftest.err >&5
30626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30627 (exit $ac_status); } &&
30628 { ac_try='test -z "$ac_c_werror_flag"
30629 || test ! -s conftest.err'
30630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30631 (eval $ac_try) 2>&5
30632 ac_status=$?
30633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30634 (exit $ac_status); }; } &&
30635 { ac_try='test -s conftest.$ac_objext'
30636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30637 (eval $ac_try) 2>&5
30638 ac_status=$?
30639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30640 (exit $ac_status); }; }; then
30641 ac_cv_type_off_t=yes
30642 else
30643 echo "$as_me: failed program was:" >&5
30644 sed 's/^/| /' conftest.$ac_ext >&5
30645
30646 ac_cv_type_off_t=no
30647 fi
30648 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30649 fi
30650 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
30651 echo "${ECHO_T}$ac_cv_type_off_t" >&6
30652 if test $ac_cv_type_off_t = yes; then
30653 :
30654 else
30655
30656 cat >>confdefs.h <<_ACEOF
30657 #define off_t long
30658 _ACEOF
30659
30660 fi
30661
30662 echo "$as_me:$LINENO: checking for pid_t" >&5
30663 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
30664 if test "${ac_cv_type_pid_t+set}" = set; then
30665 echo $ECHO_N "(cached) $ECHO_C" >&6
30666 else
30667 cat >conftest.$ac_ext <<_ACEOF
30668 /* confdefs.h. */
30669 _ACEOF
30670 cat confdefs.h >>conftest.$ac_ext
30671 cat >>conftest.$ac_ext <<_ACEOF
30672 /* end confdefs.h. */
30673 $ac_includes_default
30674 int
30675 main ()
30676 {
30677 if ((pid_t *) 0)
30678 return 0;
30679 if (sizeof (pid_t))
30680 return 0;
30681 ;
30682 return 0;
30683 }
30684 _ACEOF
30685 rm -f conftest.$ac_objext
30686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30687 (eval $ac_compile) 2>conftest.er1
30688 ac_status=$?
30689 grep -v '^ *+' conftest.er1 >conftest.err
30690 rm -f conftest.er1
30691 cat conftest.err >&5
30692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30693 (exit $ac_status); } &&
30694 { ac_try='test -z "$ac_c_werror_flag"
30695 || test ! -s conftest.err'
30696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30697 (eval $ac_try) 2>&5
30698 ac_status=$?
30699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30700 (exit $ac_status); }; } &&
30701 { ac_try='test -s conftest.$ac_objext'
30702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30703 (eval $ac_try) 2>&5
30704 ac_status=$?
30705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30706 (exit $ac_status); }; }; then
30707 ac_cv_type_pid_t=yes
30708 else
30709 echo "$as_me: failed program was:" >&5
30710 sed 's/^/| /' conftest.$ac_ext >&5
30711
30712 ac_cv_type_pid_t=no
30713 fi
30714 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30715 fi
30716 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
30717 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
30718 if test $ac_cv_type_pid_t = yes; then
30719 :
30720 else
30721
30722 cat >>confdefs.h <<_ACEOF
30723 #define pid_t int
30724 _ACEOF
30725
30726 fi
30727
30728 echo "$as_me:$LINENO: checking for size_t" >&5
30729 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
30730 if test "${ac_cv_type_size_t+set}" = set; then
30731 echo $ECHO_N "(cached) $ECHO_C" >&6
30732 else
30733 cat >conftest.$ac_ext <<_ACEOF
30734 /* confdefs.h. */
30735 _ACEOF
30736 cat confdefs.h >>conftest.$ac_ext
30737 cat >>conftest.$ac_ext <<_ACEOF
30738 /* end confdefs.h. */
30739 $ac_includes_default
30740 int
30741 main ()
30742 {
30743 if ((size_t *) 0)
30744 return 0;
30745 if (sizeof (size_t))
30746 return 0;
30747 ;
30748 return 0;
30749 }
30750 _ACEOF
30751 rm -f conftest.$ac_objext
30752 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30753 (eval $ac_compile) 2>conftest.er1
30754 ac_status=$?
30755 grep -v '^ *+' conftest.er1 >conftest.err
30756 rm -f conftest.er1
30757 cat conftest.err >&5
30758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30759 (exit $ac_status); } &&
30760 { ac_try='test -z "$ac_c_werror_flag"
30761 || test ! -s conftest.err'
30762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30763 (eval $ac_try) 2>&5
30764 ac_status=$?
30765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30766 (exit $ac_status); }; } &&
30767 { ac_try='test -s conftest.$ac_objext'
30768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30769 (eval $ac_try) 2>&5
30770 ac_status=$?
30771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30772 (exit $ac_status); }; }; then
30773 ac_cv_type_size_t=yes
30774 else
30775 echo "$as_me: failed program was:" >&5
30776 sed 's/^/| /' conftest.$ac_ext >&5
30777
30778 ac_cv_type_size_t=no
30779 fi
30780 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30781 fi
30782 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
30783 echo "${ECHO_T}$ac_cv_type_size_t" >&6
30784 if test $ac_cv_type_size_t = yes; then
30785 :
30786 else
30787
30788 cat >>confdefs.h <<_ACEOF
30789 #define size_t unsigned
30790 _ACEOF
30791
30792 fi
30793
30794 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
30795 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
30796 if test "${ac_cv_type_uid_t+set}" = set; then
30797 echo $ECHO_N "(cached) $ECHO_C" >&6
30798 else
30799 cat >conftest.$ac_ext <<_ACEOF
30800 /* confdefs.h. */
30801 _ACEOF
30802 cat confdefs.h >>conftest.$ac_ext
30803 cat >>conftest.$ac_ext <<_ACEOF
30804 /* end confdefs.h. */
30805 #include <sys/types.h>
30806
30807 _ACEOF
30808 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30809 $EGREP "uid_t" >/dev/null 2>&1; then
30810 ac_cv_type_uid_t=yes
30811 else
30812 ac_cv_type_uid_t=no
30813 fi
30814 rm -f conftest*
30815
30816 fi
30817 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
30818 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
30819 if test $ac_cv_type_uid_t = no; then
30820
30821 cat >>confdefs.h <<\_ACEOF
30822 #define uid_t int
30823 _ACEOF
30824
30825
30826 cat >>confdefs.h <<\_ACEOF
30827 #define gid_t int
30828 _ACEOF
30829
30830 fi
30831
30832
30833 echo "$as_me:$LINENO: checking for ssize_t" >&5
30834 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
30835 if test "${ac_cv_type_ssize_t+set}" = set; then
30836 echo $ECHO_N "(cached) $ECHO_C" >&6
30837 else
30838 cat >conftest.$ac_ext <<_ACEOF
30839 /* confdefs.h. */
30840 _ACEOF
30841 cat confdefs.h >>conftest.$ac_ext
30842 cat >>conftest.$ac_ext <<_ACEOF
30843 /* end confdefs.h. */
30844 $ac_includes_default
30845 int
30846 main ()
30847 {
30848 if ((ssize_t *) 0)
30849 return 0;
30850 if (sizeof (ssize_t))
30851 return 0;
30852 ;
30853 return 0;
30854 }
30855 _ACEOF
30856 rm -f conftest.$ac_objext
30857 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30858 (eval $ac_compile) 2>conftest.er1
30859 ac_status=$?
30860 grep -v '^ *+' conftest.er1 >conftest.err
30861 rm -f conftest.er1
30862 cat conftest.err >&5
30863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30864 (exit $ac_status); } &&
30865 { ac_try='test -z "$ac_c_werror_flag"
30866 || test ! -s conftest.err'
30867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30868 (eval $ac_try) 2>&5
30869 ac_status=$?
30870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30871 (exit $ac_status); }; } &&
30872 { ac_try='test -s conftest.$ac_objext'
30873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30874 (eval $ac_try) 2>&5
30875 ac_status=$?
30876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30877 (exit $ac_status); }; }; then
30878 ac_cv_type_ssize_t=yes
30879 else
30880 echo "$as_me: failed program was:" >&5
30881 sed 's/^/| /' conftest.$ac_ext >&5
30882
30883 ac_cv_type_ssize_t=no
30884 fi
30885 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30886 fi
30887 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
30888 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
30889 if test $ac_cv_type_ssize_t = yes; then
30890
30891 cat >>confdefs.h <<_ACEOF
30892 #define HAVE_SSIZE_T 1
30893 _ACEOF
30894
30895
30896 fi
30897
30898
30899
30900
30901 ac_ext=cc
30902 ac_cpp='$CXXCPP $CPPFLAGS'
30903 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30904 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30905 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30906
30907 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
30908 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
30909 if test "${wx_cv_size_t_is_uint+set}" = set; then
30910 echo $ECHO_N "(cached) $ECHO_C" >&6
30911 else
30912
30913 cat >conftest.$ac_ext <<_ACEOF
30914 /* confdefs.h. */
30915 _ACEOF
30916 cat confdefs.h >>conftest.$ac_ext
30917 cat >>conftest.$ac_ext <<_ACEOF
30918 /* end confdefs.h. */
30919 #include <stddef.h>
30920 int
30921 main ()
30922 {
30923
30924 return 0; }
30925
30926 struct Foo { void foo(size_t); void foo(unsigned int); };
30927
30928 int bar() {
30929
30930 ;
30931 return 0;
30932 }
30933 _ACEOF
30934 rm -f conftest.$ac_objext
30935 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30936 (eval $ac_compile) 2>conftest.er1
30937 ac_status=$?
30938 grep -v '^ *+' conftest.er1 >conftest.err
30939 rm -f conftest.er1
30940 cat conftest.err >&5
30941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30942 (exit $ac_status); } &&
30943 { ac_try='test -z "$ac_cxx_werror_flag"
30944 || test ! -s conftest.err'
30945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30946 (eval $ac_try) 2>&5
30947 ac_status=$?
30948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30949 (exit $ac_status); }; } &&
30950 { ac_try='test -s conftest.$ac_objext'
30951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30952 (eval $ac_try) 2>&5
30953 ac_status=$?
30954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30955 (exit $ac_status); }; }; then
30956 wx_cv_size_t_is_uint=no
30957 else
30958 echo "$as_me: failed program was:" >&5
30959 sed 's/^/| /' conftest.$ac_ext >&5
30960
30961 wx_cv_size_t_is_uint=yes
30962
30963 fi
30964 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
30965
30966
30967 fi
30968 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
30969 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
30970
30971 if test "$wx_cv_size_t_is_uint" = "yes"; then
30972 cat >>confdefs.h <<\_ACEOF
30973 #define wxSIZE_T_IS_UINT 1
30974 _ACEOF
30975
30976 else
30977 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
30978 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
30979 if test "${wx_cv_size_t_is_ulong+set}" = set; then
30980 echo $ECHO_N "(cached) $ECHO_C" >&6
30981 else
30982 cat >conftest.$ac_ext <<_ACEOF
30983 /* confdefs.h. */
30984 _ACEOF
30985 cat confdefs.h >>conftest.$ac_ext
30986 cat >>conftest.$ac_ext <<_ACEOF
30987 /* end confdefs.h. */
30988 #include <stddef.h>
30989 int
30990 main ()
30991 {
30992
30993 return 0; }
30994
30995 struct Foo { void foo(size_t); void foo(unsigned long); };
30996
30997 int bar() {
30998
30999 ;
31000 return 0;
31001 }
31002 _ACEOF
31003 rm -f conftest.$ac_objext
31004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31005 (eval $ac_compile) 2>conftest.er1
31006 ac_status=$?
31007 grep -v '^ *+' conftest.er1 >conftest.err
31008 rm -f conftest.er1
31009 cat conftest.err >&5
31010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31011 (exit $ac_status); } &&
31012 { ac_try='test -z "$ac_cxx_werror_flag"
31013 || 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_objext'
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 wx_cv_size_t_is_ulong=no
31026 else
31027 echo "$as_me: failed program was:" >&5
31028 sed 's/^/| /' conftest.$ac_ext >&5
31029
31030 wx_cv_size_t_is_ulong=yes
31031
31032 fi
31033 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31034
31035 fi
31036 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
31037 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
31038
31039 if test "$wx_cv_size_t_is_ulong" = "yes"; then
31040 cat >>confdefs.h <<\_ACEOF
31041 #define wxSIZE_T_IS_ULONG 1
31042 _ACEOF
31043
31044 fi
31045 fi
31046
31047 ac_ext=c
31048 ac_cpp='$CPP $CPPFLAGS'
31049 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31050 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31051 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31052
31053
31054
31055 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
31056 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
31057 if test "${wx_cv_struct_pw_gecos+set}" = set; then
31058 echo $ECHO_N "(cached) $ECHO_C" >&6
31059 else
31060
31061 cat >conftest.$ac_ext <<_ACEOF
31062 /* confdefs.h. */
31063 _ACEOF
31064 cat confdefs.h >>conftest.$ac_ext
31065 cat >>conftest.$ac_ext <<_ACEOF
31066 /* end confdefs.h. */
31067 #include <pwd.h>
31068 int
31069 main ()
31070 {
31071
31072 char *p;
31073 struct passwd *pw;
31074 p = pw->pw_gecos;
31075
31076 ;
31077 return 0;
31078 }
31079 _ACEOF
31080 rm -f conftest.$ac_objext
31081 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31082 (eval $ac_compile) 2>conftest.er1
31083 ac_status=$?
31084 grep -v '^ *+' conftest.er1 >conftest.err
31085 rm -f conftest.er1
31086 cat conftest.err >&5
31087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31088 (exit $ac_status); } &&
31089 { ac_try='test -z "$ac_c_werror_flag"
31090 || test ! -s conftest.err'
31091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31092 (eval $ac_try) 2>&5
31093 ac_status=$?
31094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31095 (exit $ac_status); }; } &&
31096 { ac_try='test -s conftest.$ac_objext'
31097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31098 (eval $ac_try) 2>&5
31099 ac_status=$?
31100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31101 (exit $ac_status); }; }; then
31102
31103 wx_cv_struct_pw_gecos=yes
31104
31105 else
31106 echo "$as_me: failed program was:" >&5
31107 sed 's/^/| /' conftest.$ac_ext >&5
31108
31109
31110 wx_cv_struct_pw_gecos=no
31111
31112
31113 fi
31114 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31115
31116
31117 fi
31118 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
31119 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
31120
31121 if test "$wx_cv_struct_pw_gecos" = "yes"; then
31122 cat >>confdefs.h <<\_ACEOF
31123 #define HAVE_PW_GECOS 1
31124 _ACEOF
31125
31126 fi
31127
31128
31129 if test "$wxUSE_WCHAR_T" = "yes"; then
31130 cat >>confdefs.h <<\_ACEOF
31131 #define wxUSE_WCHAR_T 1
31132 _ACEOF
31133
31134
31135 WCSLEN_FOUND=0
31136 WCHAR_LINK=
31137
31138 for ac_func in wcslen
31139 do
31140 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31141 echo "$as_me:$LINENO: checking for $ac_func" >&5
31142 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31143 if eval "test \"\${$as_ac_var+set}\" = set"; then
31144 echo $ECHO_N "(cached) $ECHO_C" >&6
31145 else
31146 cat >conftest.$ac_ext <<_ACEOF
31147 /* confdefs.h. */
31148 _ACEOF
31149 cat confdefs.h >>conftest.$ac_ext
31150 cat >>conftest.$ac_ext <<_ACEOF
31151 /* end confdefs.h. */
31152 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31153 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31154 #define $ac_func innocuous_$ac_func
31155
31156 /* System header to define __stub macros and hopefully few prototypes,
31157 which can conflict with char $ac_func (); below.
31158 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31159 <limits.h> exists even on freestanding compilers. */
31160
31161 #ifdef __STDC__
31162 # include <limits.h>
31163 #else
31164 # include <assert.h>
31165 #endif
31166
31167 #undef $ac_func
31168
31169 /* Override any gcc2 internal prototype to avoid an error. */
31170 #ifdef __cplusplus
31171 extern "C"
31172 {
31173 #endif
31174 /* We use char because int might match the return type of a gcc2
31175 builtin and then its argument prototype would still apply. */
31176 char $ac_func ();
31177 /* The GNU C library defines this for functions which it implements
31178 to always fail with ENOSYS. Some functions are actually named
31179 something starting with __ and the normal name is an alias. */
31180 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31181 choke me
31182 #else
31183 char (*f) () = $ac_func;
31184 #endif
31185 #ifdef __cplusplus
31186 }
31187 #endif
31188
31189 int
31190 main ()
31191 {
31192 return f != $ac_func;
31193 ;
31194 return 0;
31195 }
31196 _ACEOF
31197 rm -f conftest.$ac_objext conftest$ac_exeext
31198 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31199 (eval $ac_link) 2>conftest.er1
31200 ac_status=$?
31201 grep -v '^ *+' conftest.er1 >conftest.err
31202 rm -f conftest.er1
31203 cat conftest.err >&5
31204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31205 (exit $ac_status); } &&
31206 { ac_try='test -z "$ac_c_werror_flag"
31207 || test ! -s conftest.err'
31208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31209 (eval $ac_try) 2>&5
31210 ac_status=$?
31211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31212 (exit $ac_status); }; } &&
31213 { ac_try='test -s conftest$ac_exeext'
31214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31215 (eval $ac_try) 2>&5
31216 ac_status=$?
31217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31218 (exit $ac_status); }; }; then
31219 eval "$as_ac_var=yes"
31220 else
31221 echo "$as_me: failed program was:" >&5
31222 sed 's/^/| /' conftest.$ac_ext >&5
31223
31224 eval "$as_ac_var=no"
31225 fi
31226 rm -f conftest.err conftest.$ac_objext \
31227 conftest$ac_exeext conftest.$ac_ext
31228 fi
31229 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31230 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31231 if test `eval echo '${'$as_ac_var'}'` = yes; then
31232 cat >>confdefs.h <<_ACEOF
31233 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31234 _ACEOF
31235 WCSLEN_FOUND=1
31236 fi
31237 done
31238
31239
31240 if test "$WCSLEN_FOUND" = 0; then
31241 if test "$TOOLKIT" = "MSW"; then
31242 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
31243 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
31244 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
31245 echo $ECHO_N "(cached) $ECHO_C" >&6
31246 else
31247 ac_check_lib_save_LIBS=$LIBS
31248 LIBS="-lmsvcrt $LIBS"
31249 cat >conftest.$ac_ext <<_ACEOF
31250 /* confdefs.h. */
31251 _ACEOF
31252 cat confdefs.h >>conftest.$ac_ext
31253 cat >>conftest.$ac_ext <<_ACEOF
31254 /* end confdefs.h. */
31255
31256 /* Override any gcc2 internal prototype to avoid an error. */
31257 #ifdef __cplusplus
31258 extern "C"
31259 #endif
31260 /* We use char because int might match the return type of a gcc2
31261 builtin and then its argument prototype would still apply. */
31262 char wcslen ();
31263 int
31264 main ()
31265 {
31266 wcslen ();
31267 ;
31268 return 0;
31269 }
31270 _ACEOF
31271 rm -f conftest.$ac_objext conftest$ac_exeext
31272 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31273 (eval $ac_link) 2>conftest.er1
31274 ac_status=$?
31275 grep -v '^ *+' conftest.er1 >conftest.err
31276 rm -f conftest.er1
31277 cat conftest.err >&5
31278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31279 (exit $ac_status); } &&
31280 { ac_try='test -z "$ac_c_werror_flag"
31281 || test ! -s conftest.err'
31282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31283 (eval $ac_try) 2>&5
31284 ac_status=$?
31285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31286 (exit $ac_status); }; } &&
31287 { ac_try='test -s conftest$ac_exeext'
31288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31289 (eval $ac_try) 2>&5
31290 ac_status=$?
31291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31292 (exit $ac_status); }; }; then
31293 ac_cv_lib_msvcrt_wcslen=yes
31294 else
31295 echo "$as_me: failed program was:" >&5
31296 sed 's/^/| /' conftest.$ac_ext >&5
31297
31298 ac_cv_lib_msvcrt_wcslen=no
31299 fi
31300 rm -f conftest.err conftest.$ac_objext \
31301 conftest$ac_exeext conftest.$ac_ext
31302 LIBS=$ac_check_lib_save_LIBS
31303 fi
31304 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
31305 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
31306 if test $ac_cv_lib_msvcrt_wcslen = yes; then
31307 WCHAR_OK=1
31308 fi
31309
31310 else
31311 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
31312 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
31313 if test "${ac_cv_lib_w_wcslen+set}" = set; then
31314 echo $ECHO_N "(cached) $ECHO_C" >&6
31315 else
31316 ac_check_lib_save_LIBS=$LIBS
31317 LIBS="-lw $LIBS"
31318 cat >conftest.$ac_ext <<_ACEOF
31319 /* confdefs.h. */
31320 _ACEOF
31321 cat confdefs.h >>conftest.$ac_ext
31322 cat >>conftest.$ac_ext <<_ACEOF
31323 /* end confdefs.h. */
31324
31325 /* Override any gcc2 internal prototype to avoid an error. */
31326 #ifdef __cplusplus
31327 extern "C"
31328 #endif
31329 /* We use char because int might match the return type of a gcc2
31330 builtin and then its argument prototype would still apply. */
31331 char wcslen ();
31332 int
31333 main ()
31334 {
31335 wcslen ();
31336 ;
31337 return 0;
31338 }
31339 _ACEOF
31340 rm -f conftest.$ac_objext conftest$ac_exeext
31341 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31342 (eval $ac_link) 2>conftest.er1
31343 ac_status=$?
31344 grep -v '^ *+' conftest.er1 >conftest.err
31345 rm -f conftest.er1
31346 cat conftest.err >&5
31347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31348 (exit $ac_status); } &&
31349 { ac_try='test -z "$ac_c_werror_flag"
31350 || test ! -s conftest.err'
31351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31352 (eval $ac_try) 2>&5
31353 ac_status=$?
31354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31355 (exit $ac_status); }; } &&
31356 { ac_try='test -s conftest$ac_exeext'
31357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31358 (eval $ac_try) 2>&5
31359 ac_status=$?
31360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31361 (exit $ac_status); }; }; then
31362 ac_cv_lib_w_wcslen=yes
31363 else
31364 echo "$as_me: failed program was:" >&5
31365 sed 's/^/| /' conftest.$ac_ext >&5
31366
31367 ac_cv_lib_w_wcslen=no
31368 fi
31369 rm -f conftest.err conftest.$ac_objext \
31370 conftest$ac_exeext conftest.$ac_ext
31371 LIBS=$ac_check_lib_save_LIBS
31372 fi
31373 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
31374 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
31375 if test $ac_cv_lib_w_wcslen = yes; then
31376
31377 WCHAR_LINK=" -lw"
31378 WCSLEN_FOUND=1
31379
31380 fi
31381
31382 fi
31383 fi
31384
31385 if test "$WCSLEN_FOUND" = 1; then
31386 cat >>confdefs.h <<\_ACEOF
31387 #define HAVE_WCSLEN 1
31388 _ACEOF
31389
31390 fi
31391
31392 if test "$USE_HPUX" = 1; then
31393 CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
31394 fi
31395
31396
31397 for ac_func in wcsrtombs
31398 do
31399 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31400 echo "$as_me:$LINENO: checking for $ac_func" >&5
31401 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31402 if eval "test \"\${$as_ac_var+set}\" = set"; then
31403 echo $ECHO_N "(cached) $ECHO_C" >&6
31404 else
31405 cat >conftest.$ac_ext <<_ACEOF
31406 /* confdefs.h. */
31407 _ACEOF
31408 cat confdefs.h >>conftest.$ac_ext
31409 cat >>conftest.$ac_ext <<_ACEOF
31410 /* end confdefs.h. */
31411 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31412 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31413 #define $ac_func innocuous_$ac_func
31414
31415 /* System header to define __stub macros and hopefully few prototypes,
31416 which can conflict with char $ac_func (); below.
31417 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31418 <limits.h> exists even on freestanding compilers. */
31419
31420 #ifdef __STDC__
31421 # include <limits.h>
31422 #else
31423 # include <assert.h>
31424 #endif
31425
31426 #undef $ac_func
31427
31428 /* Override any gcc2 internal prototype to avoid an error. */
31429 #ifdef __cplusplus
31430 extern "C"
31431 {
31432 #endif
31433 /* We use char because int might match the return type of a gcc2
31434 builtin and then its argument prototype would still apply. */
31435 char $ac_func ();
31436 /* The GNU C library defines this for functions which it implements
31437 to always fail with ENOSYS. Some functions are actually named
31438 something starting with __ and the normal name is an alias. */
31439 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31440 choke me
31441 #else
31442 char (*f) () = $ac_func;
31443 #endif
31444 #ifdef __cplusplus
31445 }
31446 #endif
31447
31448 int
31449 main ()
31450 {
31451 return f != $ac_func;
31452 ;
31453 return 0;
31454 }
31455 _ACEOF
31456 rm -f conftest.$ac_objext conftest$ac_exeext
31457 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31458 (eval $ac_link) 2>conftest.er1
31459 ac_status=$?
31460 grep -v '^ *+' conftest.er1 >conftest.err
31461 rm -f conftest.er1
31462 cat conftest.err >&5
31463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31464 (exit $ac_status); } &&
31465 { ac_try='test -z "$ac_c_werror_flag"
31466 || test ! -s conftest.err'
31467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31468 (eval $ac_try) 2>&5
31469 ac_status=$?
31470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31471 (exit $ac_status); }; } &&
31472 { ac_try='test -s conftest$ac_exeext'
31473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31474 (eval $ac_try) 2>&5
31475 ac_status=$?
31476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31477 (exit $ac_status); }; }; then
31478 eval "$as_ac_var=yes"
31479 else
31480 echo "$as_me: failed program was:" >&5
31481 sed 's/^/| /' conftest.$ac_ext >&5
31482
31483 eval "$as_ac_var=no"
31484 fi
31485 rm -f conftest.err conftest.$ac_objext \
31486 conftest$ac_exeext conftest.$ac_ext
31487 fi
31488 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31489 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31490 if test `eval echo '${'$as_ac_var'}'` = yes; then
31491 cat >>confdefs.h <<_ACEOF
31492 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31493 _ACEOF
31494
31495 fi
31496 done
31497
31498 else
31499 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
31500 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
31501 fi
31502
31503
31504
31505 ac_ext=cc
31506 ac_cpp='$CXXCPP $CPPFLAGS'
31507 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31508 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31509 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31510
31511
31512
31513 for ac_func in vsnprintf
31514 do
31515 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31516 echo "$as_me:$LINENO: checking for $ac_func" >&5
31517 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31518 if eval "test \"\${$as_ac_var+set}\" = set"; then
31519 echo $ECHO_N "(cached) $ECHO_C" >&6
31520 else
31521 cat >conftest.$ac_ext <<_ACEOF
31522 /* confdefs.h. */
31523 _ACEOF
31524 cat confdefs.h >>conftest.$ac_ext
31525 cat >>conftest.$ac_ext <<_ACEOF
31526 /* end confdefs.h. */
31527 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31528 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31529 #define $ac_func innocuous_$ac_func
31530
31531 /* System header to define __stub macros and hopefully few prototypes,
31532 which can conflict with char $ac_func (); below.
31533 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31534 <limits.h> exists even on freestanding compilers. */
31535
31536 #ifdef __STDC__
31537 # include <limits.h>
31538 #else
31539 # include <assert.h>
31540 #endif
31541
31542 #undef $ac_func
31543
31544 /* Override any gcc2 internal prototype to avoid an error. */
31545 #ifdef __cplusplus
31546 extern "C"
31547 {
31548 #endif
31549 /* We use char because int might match the return type of a gcc2
31550 builtin and then its argument prototype would still apply. */
31551 char $ac_func ();
31552 /* The GNU C library defines this for functions which it implements
31553 to always fail with ENOSYS. Some functions are actually named
31554 something starting with __ and the normal name is an alias. */
31555 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31556 choke me
31557 #else
31558 char (*f) () = $ac_func;
31559 #endif
31560 #ifdef __cplusplus
31561 }
31562 #endif
31563
31564 int
31565 main ()
31566 {
31567 return f != $ac_func;
31568 ;
31569 return 0;
31570 }
31571 _ACEOF
31572 rm -f conftest.$ac_objext conftest$ac_exeext
31573 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31574 (eval $ac_link) 2>conftest.er1
31575 ac_status=$?
31576 grep -v '^ *+' conftest.er1 >conftest.err
31577 rm -f conftest.er1
31578 cat conftest.err >&5
31579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31580 (exit $ac_status); } &&
31581 { ac_try='test -z "$ac_cxx_werror_flag"
31582 || test ! -s conftest.err'
31583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31584 (eval $ac_try) 2>&5
31585 ac_status=$?
31586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31587 (exit $ac_status); }; } &&
31588 { ac_try='test -s conftest$ac_exeext'
31589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31590 (eval $ac_try) 2>&5
31591 ac_status=$?
31592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31593 (exit $ac_status); }; }; then
31594 eval "$as_ac_var=yes"
31595 else
31596 echo "$as_me: failed program was:" >&5
31597 sed 's/^/| /' conftest.$ac_ext >&5
31598
31599 eval "$as_ac_var=no"
31600 fi
31601 rm -f conftest.err conftest.$ac_objext \
31602 conftest$ac_exeext conftest.$ac_ext
31603 fi
31604 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31605 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31606 if test `eval echo '${'$as_ac_var'}'` = yes; then
31607 cat >>confdefs.h <<_ACEOF
31608 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31609 _ACEOF
31610
31611 fi
31612 done
31613
31614
31615 if test "$ac_cv_func_vsnprintf" = "yes"; then
31616 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
31617 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
31618 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
31619 echo $ECHO_N "(cached) $ECHO_C" >&6
31620 else
31621
31622 cat >conftest.$ac_ext <<_ACEOF
31623 /* confdefs.h. */
31624 _ACEOF
31625 cat confdefs.h >>conftest.$ac_ext
31626 cat >>conftest.$ac_ext <<_ACEOF
31627 /* end confdefs.h. */
31628
31629 #include <stdio.h>
31630 #include <stdarg.h>
31631
31632 int
31633 main ()
31634 {
31635
31636 char *buf;
31637 va_list ap;
31638 vsnprintf(buf, 10u, "%s", ap);
31639
31640 ;
31641 return 0;
31642 }
31643 _ACEOF
31644 rm -f conftest.$ac_objext
31645 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31646 (eval $ac_compile) 2>conftest.er1
31647 ac_status=$?
31648 grep -v '^ *+' conftest.er1 >conftest.err
31649 rm -f conftest.er1
31650 cat conftest.err >&5
31651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31652 (exit $ac_status); } &&
31653 { ac_try='test -z "$ac_cxx_werror_flag"
31654 || test ! -s conftest.err'
31655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31656 (eval $ac_try) 2>&5
31657 ac_status=$?
31658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31659 (exit $ac_status); }; } &&
31660 { ac_try='test -s conftest.$ac_objext'
31661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31662 (eval $ac_try) 2>&5
31663 ac_status=$?
31664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31665 (exit $ac_status); }; }; then
31666 wx_cv_func_vsnprintf_decl=yes
31667 else
31668 echo "$as_me: failed program was:" >&5
31669 sed 's/^/| /' conftest.$ac_ext >&5
31670
31671
31672 cat >conftest.$ac_ext <<_ACEOF
31673 /* confdefs.h. */
31674 _ACEOF
31675 cat confdefs.h >>conftest.$ac_ext
31676 cat >>conftest.$ac_ext <<_ACEOF
31677 /* end confdefs.h. */
31678
31679 #include <stdio.h>
31680 #include <stdarg.h>
31681 using namespace std;
31682
31683 int
31684 main ()
31685 {
31686
31687 char *buf;
31688 va_list ap;
31689 vsnprintf(buf, 10u, "%s", ap);
31690
31691 ;
31692 return 0;
31693 }
31694 _ACEOF
31695 rm -f conftest.$ac_objext
31696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31697 (eval $ac_compile) 2>conftest.er1
31698 ac_status=$?
31699 grep -v '^ *+' conftest.er1 >conftest.err
31700 rm -f conftest.er1
31701 cat conftest.err >&5
31702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31703 (exit $ac_status); } &&
31704 { ac_try='test -z "$ac_cxx_werror_flag"
31705 || test ! -s conftest.err'
31706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31707 (eval $ac_try) 2>&5
31708 ac_status=$?
31709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31710 (exit $ac_status); }; } &&
31711 { ac_try='test -s conftest.$ac_objext'
31712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31713 (eval $ac_try) 2>&5
31714 ac_status=$?
31715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31716 (exit $ac_status); }; }; then
31717 wx_cv_func_vsnprintf_decl=yes
31718 else
31719 echo "$as_me: failed program was:" >&5
31720 sed 's/^/| /' conftest.$ac_ext >&5
31721
31722 wx_cv_func_vsnprintf_decl=no
31723
31724 fi
31725 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31726
31727
31728 fi
31729 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
31730
31731
31732 fi
31733 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
31734 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
31735
31736 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
31737 cat >>confdefs.h <<\_ACEOF
31738 #define HAVE_VSNPRINTF_DECL 1
31739 _ACEOF
31740
31741 fi
31742 fi
31743
31744 if test "$wxUSE_UNICODE" = yes; then
31745
31746
31747
31748
31749
31750
31751 for ac_func in wputc wputchar putws fputws wprintf vswprintf
31752 do
31753 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31754 echo "$as_me:$LINENO: checking for $ac_func" >&5
31755 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31756 if eval "test \"\${$as_ac_var+set}\" = set"; then
31757 echo $ECHO_N "(cached) $ECHO_C" >&6
31758 else
31759 cat >conftest.$ac_ext <<_ACEOF
31760 /* confdefs.h. */
31761 _ACEOF
31762 cat confdefs.h >>conftest.$ac_ext
31763 cat >>conftest.$ac_ext <<_ACEOF
31764 /* end confdefs.h. */
31765 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31766 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31767 #define $ac_func innocuous_$ac_func
31768
31769 /* System header to define __stub macros and hopefully few prototypes,
31770 which can conflict with char $ac_func (); below.
31771 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31772 <limits.h> exists even on freestanding compilers. */
31773
31774 #ifdef __STDC__
31775 # include <limits.h>
31776 #else
31777 # include <assert.h>
31778 #endif
31779
31780 #undef $ac_func
31781
31782 /* Override any gcc2 internal prototype to avoid an error. */
31783 #ifdef __cplusplus
31784 extern "C"
31785 {
31786 #endif
31787 /* We use char because int might match the return type of a gcc2
31788 builtin and then its argument prototype would still apply. */
31789 char $ac_func ();
31790 /* The GNU C library defines this for functions which it implements
31791 to always fail with ENOSYS. Some functions are actually named
31792 something starting with __ and the normal name is an alias. */
31793 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31794 choke me
31795 #else
31796 char (*f) () = $ac_func;
31797 #endif
31798 #ifdef __cplusplus
31799 }
31800 #endif
31801
31802 int
31803 main ()
31804 {
31805 return f != $ac_func;
31806 ;
31807 return 0;
31808 }
31809 _ACEOF
31810 rm -f conftest.$ac_objext conftest$ac_exeext
31811 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31812 (eval $ac_link) 2>conftest.er1
31813 ac_status=$?
31814 grep -v '^ *+' conftest.er1 >conftest.err
31815 rm -f conftest.er1
31816 cat conftest.err >&5
31817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31818 (exit $ac_status); } &&
31819 { ac_try='test -z "$ac_cxx_werror_flag"
31820 || test ! -s conftest.err'
31821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31822 (eval $ac_try) 2>&5
31823 ac_status=$?
31824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31825 (exit $ac_status); }; } &&
31826 { ac_try='test -s conftest$ac_exeext'
31827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31828 (eval $ac_try) 2>&5
31829 ac_status=$?
31830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31831 (exit $ac_status); }; }; then
31832 eval "$as_ac_var=yes"
31833 else
31834 echo "$as_me: failed program was:" >&5
31835 sed 's/^/| /' conftest.$ac_ext >&5
31836
31837 eval "$as_ac_var=no"
31838 fi
31839 rm -f conftest.err conftest.$ac_objext \
31840 conftest$ac_exeext conftest.$ac_ext
31841 fi
31842 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31843 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31844 if test `eval echo '${'$as_ac_var'}'` = yes; then
31845 cat >>confdefs.h <<_ACEOF
31846 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31847 _ACEOF
31848
31849 fi
31850 done
31851
31852
31853 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
31854 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
31855 cat >conftest.$ac_ext <<_ACEOF
31856 /* confdefs.h. */
31857 _ACEOF
31858 cat confdefs.h >>conftest.$ac_ext
31859 cat >>conftest.$ac_ext <<_ACEOF
31860 /* end confdefs.h. */
31861 #include <wchar.h>
31862 int
31863 main ()
31864 {
31865 &_vsnwprintf;
31866 ;
31867 return 0;
31868 }
31869 _ACEOF
31870 rm -f conftest.$ac_objext
31871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31872 (eval $ac_compile) 2>conftest.er1
31873 ac_status=$?
31874 grep -v '^ *+' conftest.er1 >conftest.err
31875 rm -f conftest.er1
31876 cat conftest.err >&5
31877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31878 (exit $ac_status); } &&
31879 { ac_try='test -z "$ac_cxx_werror_flag"
31880 || test ! -s conftest.err'
31881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31882 (eval $ac_try) 2>&5
31883 ac_status=$?
31884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31885 (exit $ac_status); }; } &&
31886 { ac_try='test -s conftest.$ac_objext'
31887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31888 (eval $ac_try) 2>&5
31889 ac_status=$?
31890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31891 (exit $ac_status); }; }; then
31892 echo "$as_me:$LINENO: result: yes" >&5
31893 echo "${ECHO_T}yes" >&6
31894 cat >>confdefs.h <<\_ACEOF
31895 #define HAVE__VSNWPRINTF 1
31896 _ACEOF
31897
31898 else
31899 echo "$as_me: failed program was:" >&5
31900 sed 's/^/| /' conftest.$ac_ext >&5
31901
31902 echo "$as_me:$LINENO: result: no" >&5
31903 echo "${ECHO_T}no" >&6
31904 fi
31905 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext;
31906 fi
31907
31908 ac_ext=c
31909 ac_cpp='$CPP $CPPFLAGS'
31910 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31911 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31912 ac_compiler_gnu=$ac_cv_c_compiler_gnu
31913
31914
31915
31916
31917 if test "$TOOLKIT" != "MSW"; then
31918
31919
31920
31921
31922 ac_ext=cc
31923 ac_cpp='$CXXCPP $CPPFLAGS'
31924 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31925 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31926 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31927
31928
31929
31930
31931 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
31932 if test "${with_libiconv_prefix+set}" = set; then
31933 withval="$with_libiconv_prefix"
31934
31935 for dir in `echo "$withval" | tr : ' '`; do
31936 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
31937 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
31938 done
31939
31940 fi;
31941
31942 echo "$as_me:$LINENO: checking for iconv" >&5
31943 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
31944 if test "${am_cv_func_iconv+set}" = set; then
31945 echo $ECHO_N "(cached) $ECHO_C" >&6
31946 else
31947
31948 am_cv_func_iconv="no, consider installing GNU libiconv"
31949 am_cv_lib_iconv=no
31950 cat >conftest.$ac_ext <<_ACEOF
31951 /* confdefs.h. */
31952 _ACEOF
31953 cat confdefs.h >>conftest.$ac_ext
31954 cat >>conftest.$ac_ext <<_ACEOF
31955 /* end confdefs.h. */
31956 #include <stdlib.h>
31957 #include <iconv.h>
31958 int
31959 main ()
31960 {
31961 iconv_t cd = iconv_open("","");
31962 iconv(cd,NULL,NULL,NULL,NULL);
31963 iconv_close(cd);
31964 ;
31965 return 0;
31966 }
31967 _ACEOF
31968 rm -f conftest.$ac_objext conftest$ac_exeext
31969 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31970 (eval $ac_link) 2>conftest.er1
31971 ac_status=$?
31972 grep -v '^ *+' conftest.er1 >conftest.err
31973 rm -f conftest.er1
31974 cat conftest.err >&5
31975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31976 (exit $ac_status); } &&
31977 { ac_try='test -z "$ac_cxx_werror_flag"
31978 || test ! -s conftest.err'
31979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31980 (eval $ac_try) 2>&5
31981 ac_status=$?
31982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31983 (exit $ac_status); }; } &&
31984 { ac_try='test -s conftest$ac_exeext'
31985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31986 (eval $ac_try) 2>&5
31987 ac_status=$?
31988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31989 (exit $ac_status); }; }; then
31990 am_cv_func_iconv=yes
31991 else
31992 echo "$as_me: failed program was:" >&5
31993 sed 's/^/| /' conftest.$ac_ext >&5
31994
31995 fi
31996 rm -f conftest.err conftest.$ac_objext \
31997 conftest$ac_exeext conftest.$ac_ext
31998 if test "$am_cv_func_iconv" != yes; then
31999 am_save_LIBS="$LIBS"
32000 LIBS="$LIBS -liconv"
32001 cat >conftest.$ac_ext <<_ACEOF
32002 /* confdefs.h. */
32003 _ACEOF
32004 cat confdefs.h >>conftest.$ac_ext
32005 cat >>conftest.$ac_ext <<_ACEOF
32006 /* end confdefs.h. */
32007 #include <stdlib.h>
32008 #include <iconv.h>
32009 int
32010 main ()
32011 {
32012 iconv_t cd = iconv_open("","");
32013 iconv(cd,NULL,NULL,NULL,NULL);
32014 iconv_close(cd);
32015 ;
32016 return 0;
32017 }
32018 _ACEOF
32019 rm -f conftest.$ac_objext conftest$ac_exeext
32020 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32021 (eval $ac_link) 2>conftest.er1
32022 ac_status=$?
32023 grep -v '^ *+' conftest.er1 >conftest.err
32024 rm -f conftest.er1
32025 cat conftest.err >&5
32026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32027 (exit $ac_status); } &&
32028 { ac_try='test -z "$ac_cxx_werror_flag"
32029 || test ! -s conftest.err'
32030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32031 (eval $ac_try) 2>&5
32032 ac_status=$?
32033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32034 (exit $ac_status); }; } &&
32035 { ac_try='test -s conftest$ac_exeext'
32036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32037 (eval $ac_try) 2>&5
32038 ac_status=$?
32039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32040 (exit $ac_status); }; }; then
32041 am_cv_lib_iconv=yes
32042 am_cv_func_iconv=yes
32043 else
32044 echo "$as_me: failed program was:" >&5
32045 sed 's/^/| /' conftest.$ac_ext >&5
32046
32047 fi
32048 rm -f conftest.err conftest.$ac_objext \
32049 conftest$ac_exeext conftest.$ac_ext
32050 LIBS="$am_save_LIBS"
32051 fi
32052
32053 fi
32054 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
32055 echo "${ECHO_T}$am_cv_func_iconv" >&6
32056 if test "$am_cv_func_iconv" = yes; then
32057
32058 cat >>confdefs.h <<\_ACEOF
32059 #define HAVE_ICONV 1
32060 _ACEOF
32061
32062 echo "$as_me:$LINENO: checking if iconv needs const" >&5
32063 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
32064 if test "${wx_cv_func_iconv_const+set}" = set; then
32065 echo $ECHO_N "(cached) $ECHO_C" >&6
32066 else
32067 cat >conftest.$ac_ext <<_ACEOF
32068 /* confdefs.h. */
32069 _ACEOF
32070 cat confdefs.h >>conftest.$ac_ext
32071 cat >>conftest.$ac_ext <<_ACEOF
32072 /* end confdefs.h. */
32073
32074 #include <stdlib.h>
32075 #include <iconv.h>
32076 extern
32077 #ifdef __cplusplus
32078 "C"
32079 #endif
32080 #if defined(__STDC__) || defined(__cplusplus)
32081 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
32082 #else
32083 size_t iconv();
32084 #endif
32085
32086 int
32087 main ()
32088 {
32089
32090 ;
32091 return 0;
32092 }
32093 _ACEOF
32094 rm -f conftest.$ac_objext
32095 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32096 (eval $ac_compile) 2>conftest.er1
32097 ac_status=$?
32098 grep -v '^ *+' conftest.er1 >conftest.err
32099 rm -f conftest.er1
32100 cat conftest.err >&5
32101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32102 (exit $ac_status); } &&
32103 { ac_try='test -z "$ac_cxx_werror_flag"
32104 || test ! -s conftest.err'
32105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32106 (eval $ac_try) 2>&5
32107 ac_status=$?
32108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32109 (exit $ac_status); }; } &&
32110 { ac_try='test -s conftest.$ac_objext'
32111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32112 (eval $ac_try) 2>&5
32113 ac_status=$?
32114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32115 (exit $ac_status); }; }; then
32116 wx_cv_func_iconv_const="no"
32117 else
32118 echo "$as_me: failed program was:" >&5
32119 sed 's/^/| /' conftest.$ac_ext >&5
32120
32121 wx_cv_func_iconv_const="yes"
32122
32123 fi
32124 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32125
32126 fi
32127 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
32128 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
32129
32130 iconv_const=
32131 if test "x$wx_cv_func_iconv_const" = "xyes"; then
32132 iconv_const="const"
32133 fi
32134
32135
32136 cat >>confdefs.h <<_ACEOF
32137 #define ICONV_CONST $iconv_const
32138 _ACEOF
32139
32140 fi
32141 LIBICONV=
32142 if test "$am_cv_lib_iconv" = yes; then
32143 LIBICONV="-liconv"
32144 fi
32145
32146
32147 LIBS="$LIBICONV $LIBS"
32148 ac_ext=c
32149 ac_cpp='$CPP $CPPFLAGS'
32150 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32151 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32152 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32153
32154
32155 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32156
32157 for ac_func in sigaction
32158 do
32159 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32160 echo "$as_me:$LINENO: checking for $ac_func" >&5
32161 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32162 if eval "test \"\${$as_ac_var+set}\" = set"; then
32163 echo $ECHO_N "(cached) $ECHO_C" >&6
32164 else
32165 cat >conftest.$ac_ext <<_ACEOF
32166 /* confdefs.h. */
32167 _ACEOF
32168 cat confdefs.h >>conftest.$ac_ext
32169 cat >>conftest.$ac_ext <<_ACEOF
32170 /* end confdefs.h. */
32171 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32172 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32173 #define $ac_func innocuous_$ac_func
32174
32175 /* System header to define __stub macros and hopefully few prototypes,
32176 which can conflict with char $ac_func (); below.
32177 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32178 <limits.h> exists even on freestanding compilers. */
32179
32180 #ifdef __STDC__
32181 # include <limits.h>
32182 #else
32183 # include <assert.h>
32184 #endif
32185
32186 #undef $ac_func
32187
32188 /* Override any gcc2 internal prototype to avoid an error. */
32189 #ifdef __cplusplus
32190 extern "C"
32191 {
32192 #endif
32193 /* We use char because int might match the return type of a gcc2
32194 builtin and then its argument prototype would still apply. */
32195 char $ac_func ();
32196 /* The GNU C library defines this for functions which it implements
32197 to always fail with ENOSYS. Some functions are actually named
32198 something starting with __ and the normal name is an alias. */
32199 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32200 choke me
32201 #else
32202 char (*f) () = $ac_func;
32203 #endif
32204 #ifdef __cplusplus
32205 }
32206 #endif
32207
32208 int
32209 main ()
32210 {
32211 return f != $ac_func;
32212 ;
32213 return 0;
32214 }
32215 _ACEOF
32216 rm -f conftest.$ac_objext conftest$ac_exeext
32217 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32218 (eval $ac_link) 2>conftest.er1
32219 ac_status=$?
32220 grep -v '^ *+' conftest.er1 >conftest.err
32221 rm -f conftest.er1
32222 cat conftest.err >&5
32223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32224 (exit $ac_status); } &&
32225 { ac_try='test -z "$ac_c_werror_flag"
32226 || test ! -s conftest.err'
32227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32228 (eval $ac_try) 2>&5
32229 ac_status=$?
32230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32231 (exit $ac_status); }; } &&
32232 { ac_try='test -s conftest$ac_exeext'
32233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32234 (eval $ac_try) 2>&5
32235 ac_status=$?
32236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32237 (exit $ac_status); }; }; then
32238 eval "$as_ac_var=yes"
32239 else
32240 echo "$as_me: failed program was:" >&5
32241 sed 's/^/| /' conftest.$ac_ext >&5
32242
32243 eval "$as_ac_var=no"
32244 fi
32245 rm -f conftest.err conftest.$ac_objext \
32246 conftest$ac_exeext conftest.$ac_ext
32247 fi
32248 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32249 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32250 if test `eval echo '${'$as_ac_var'}'` = yes; then
32251 cat >>confdefs.h <<_ACEOF
32252 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32253 _ACEOF
32254
32255 fi
32256 done
32257
32258
32259 if test "$ac_cv_func_sigaction" = "no"; then
32260 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
32261 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
32262 wxUSE_ON_FATAL_EXCEPTION=no
32263 fi
32264
32265 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
32266
32267
32268 ac_ext=cc
32269 ac_cpp='$CXXCPP $CPPFLAGS'
32270 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32271 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32272 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32273
32274
32275 echo "$as_me:$LINENO: checking for sa_handler type" >&5
32276 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
32277 if test "${wx_cv_type_sa_handler+set}" = set; then
32278 echo $ECHO_N "(cached) $ECHO_C" >&6
32279 else
32280
32281 cat >conftest.$ac_ext <<_ACEOF
32282 /* confdefs.h. */
32283 _ACEOF
32284 cat confdefs.h >>conftest.$ac_ext
32285 cat >>conftest.$ac_ext <<_ACEOF
32286 /* end confdefs.h. */
32287 #include <signal.h>
32288 int
32289 main ()
32290 {
32291
32292 extern void testSigHandler(int);
32293
32294 struct sigaction sa;
32295 sa.sa_handler = testSigHandler;
32296
32297 ;
32298 return 0;
32299 }
32300 _ACEOF
32301 rm -f conftest.$ac_objext
32302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32303 (eval $ac_compile) 2>conftest.er1
32304 ac_status=$?
32305 grep -v '^ *+' conftest.er1 >conftest.err
32306 rm -f conftest.er1
32307 cat conftest.err >&5
32308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32309 (exit $ac_status); } &&
32310 { ac_try='test -z "$ac_cxx_werror_flag"
32311 || 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"
32401 || test ! -s conftest.err'
32402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32403 (eval $ac_try) 2>&5
32404 ac_status=$?
32405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32406 (exit $ac_status); }; } &&
32407 { ac_try='test -s conftest.$ac_objext'
32408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32409 (eval $ac_try) 2>&5
32410 ac_status=$?
32411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32412 (exit $ac_status); }; }; then
32413 wx_cv_func_backtrace=yes
32414 else
32415 echo "$as_me: failed program was:" >&5
32416 sed 's/^/| /' conftest.$ac_ext >&5
32417
32418 wx_cv_func_backtrace=no
32419
32420 fi
32421 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32422
32423
32424 fi
32425 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
32426 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
32427
32428
32429 if test "$wx_cv_func_backtrace" = "no"; then
32430 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
32431 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
32432 wxUSE_STACKWALKER=no
32433 else
32434 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
32435 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
32436 if test "${wx_cv_func_cxa_demangle+set}" = set; then
32437 echo $ECHO_N "(cached) $ECHO_C" >&6
32438 else
32439
32440 cat >conftest.$ac_ext <<_ACEOF
32441 /* confdefs.h. */
32442 _ACEOF
32443 cat confdefs.h >>conftest.$ac_ext
32444 cat >>conftest.$ac_ext <<_ACEOF
32445 /* end confdefs.h. */
32446 #include <cxxabi.h>
32447 int
32448 main ()
32449 {
32450
32451 int rc;
32452 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
32453
32454 ;
32455 return 0;
32456 }
32457 _ACEOF
32458 rm -f conftest.$ac_objext conftest$ac_exeext
32459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32460 (eval $ac_link) 2>conftest.er1
32461 ac_status=$?
32462 grep -v '^ *+' conftest.er1 >conftest.err
32463 rm -f conftest.er1
32464 cat conftest.err >&5
32465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32466 (exit $ac_status); } &&
32467 { ac_try='test -z "$ac_cxx_werror_flag"
32468 || test ! -s conftest.err'
32469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32470 (eval $ac_try) 2>&5
32471 ac_status=$?
32472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32473 (exit $ac_status); }; } &&
32474 { ac_try='test -s conftest$ac_exeext'
32475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32476 (eval $ac_try) 2>&5
32477 ac_status=$?
32478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32479 (exit $ac_status); }; }; then
32480 wx_cv_func_cxa_demangle=yes
32481 else
32482 echo "$as_me: failed program was:" >&5
32483 sed 's/^/| /' conftest.$ac_ext >&5
32484
32485 wx_cv_func_cxa_demangle=no
32486
32487 fi
32488 rm -f conftest.err conftest.$ac_objext \
32489 conftest$ac_exeext conftest.$ac_ext
32490
32491
32492 fi
32493 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
32494 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
32495
32496 if test "$wx_cv_func_cxa_demangle" = "yes"; then
32497 cat >>confdefs.h <<\_ACEOF
32498 #define HAVE_CXA_DEMANGLE 1
32499 _ACEOF
32500
32501 fi
32502 fi
32503
32504 ac_ext=c
32505 ac_cpp='$CPP $CPPFLAGS'
32506 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32507 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32508 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32509
32510 fi
32511
32512 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
32513 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
32514 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
32515 wxUSE_STACKWALKER=no
32516 fi
32517
32518
32519
32520
32521 for ac_func in mkstemp mktemp
32522 do
32523 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32524 echo "$as_me:$LINENO: checking for $ac_func" >&5
32525 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32526 if eval "test \"\${$as_ac_var+set}\" = set"; then
32527 echo $ECHO_N "(cached) $ECHO_C" >&6
32528 else
32529 cat >conftest.$ac_ext <<_ACEOF
32530 /* confdefs.h. */
32531 _ACEOF
32532 cat confdefs.h >>conftest.$ac_ext
32533 cat >>conftest.$ac_ext <<_ACEOF
32534 /* end confdefs.h. */
32535 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32536 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32537 #define $ac_func innocuous_$ac_func
32538
32539 /* System header to define __stub macros and hopefully few prototypes,
32540 which can conflict with char $ac_func (); below.
32541 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32542 <limits.h> exists even on freestanding compilers. */
32543
32544 #ifdef __STDC__
32545 # include <limits.h>
32546 #else
32547 # include <assert.h>
32548 #endif
32549
32550 #undef $ac_func
32551
32552 /* Override any gcc2 internal prototype to avoid an error. */
32553 #ifdef __cplusplus
32554 extern "C"
32555 {
32556 #endif
32557 /* We use char because int might match the return type of a gcc2
32558 builtin and then its argument prototype would still apply. */
32559 char $ac_func ();
32560 /* The GNU C library defines this for functions which it implements
32561 to always fail with ENOSYS. Some functions are actually named
32562 something starting with __ and the normal name is an alias. */
32563 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32564 choke me
32565 #else
32566 char (*f) () = $ac_func;
32567 #endif
32568 #ifdef __cplusplus
32569 }
32570 #endif
32571
32572 int
32573 main ()
32574 {
32575 return f != $ac_func;
32576 ;
32577 return 0;
32578 }
32579 _ACEOF
32580 rm -f conftest.$ac_objext conftest$ac_exeext
32581 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32582 (eval $ac_link) 2>conftest.er1
32583 ac_status=$?
32584 grep -v '^ *+' conftest.er1 >conftest.err
32585 rm -f conftest.er1
32586 cat conftest.err >&5
32587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32588 (exit $ac_status); } &&
32589 { ac_try='test -z "$ac_c_werror_flag"
32590 || test ! -s conftest.err'
32591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32592 (eval $ac_try) 2>&5
32593 ac_status=$?
32594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32595 (exit $ac_status); }; } &&
32596 { ac_try='test -s conftest$ac_exeext'
32597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32598 (eval $ac_try) 2>&5
32599 ac_status=$?
32600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32601 (exit $ac_status); }; }; then
32602 eval "$as_ac_var=yes"
32603 else
32604 echo "$as_me: failed program was:" >&5
32605 sed 's/^/| /' conftest.$ac_ext >&5
32606
32607 eval "$as_ac_var=no"
32608 fi
32609 rm -f conftest.err conftest.$ac_objext \
32610 conftest$ac_exeext conftest.$ac_ext
32611 fi
32612 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32613 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32614 if test `eval echo '${'$as_ac_var'}'` = yes; then
32615 cat >>confdefs.h <<_ACEOF
32616 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32617 _ACEOF
32618 break
32619 fi
32620 done
32621
32622
32623 echo "$as_me:$LINENO: checking for statfs" >&5
32624 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
32625 if test "${wx_cv_func_statfs+set}" = set; then
32626 echo $ECHO_N "(cached) $ECHO_C" >&6
32627 else
32628 cat >conftest.$ac_ext <<_ACEOF
32629 /* confdefs.h. */
32630 _ACEOF
32631 cat confdefs.h >>conftest.$ac_ext
32632 cat >>conftest.$ac_ext <<_ACEOF
32633 /* end confdefs.h. */
32634
32635 #if defined(__BSD__)
32636 #include <sys/param.h>
32637 #include <sys/mount.h>
32638 #else
32639 #include <sys/vfs.h>
32640 #endif
32641
32642 int
32643 main ()
32644 {
32645
32646 long l;
32647 struct statfs fs;
32648 statfs("/", &fs);
32649 l = fs.f_bsize;
32650 l += fs.f_blocks;
32651 l += fs.f_bavail;
32652
32653 ;
32654 return 0;
32655 }
32656 _ACEOF
32657 rm -f conftest.$ac_objext
32658 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32659 (eval $ac_compile) 2>conftest.er1
32660 ac_status=$?
32661 grep -v '^ *+' conftest.er1 >conftest.err
32662 rm -f conftest.er1
32663 cat conftest.err >&5
32664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32665 (exit $ac_status); } &&
32666 { ac_try='test -z "$ac_c_werror_flag"
32667 || test ! -s conftest.err'
32668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32669 (eval $ac_try) 2>&5
32670 ac_status=$?
32671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32672 (exit $ac_status); }; } &&
32673 { ac_try='test -s conftest.$ac_objext'
32674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32675 (eval $ac_try) 2>&5
32676 ac_status=$?
32677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32678 (exit $ac_status); }; }; then
32679
32680 wx_cv_func_statfs=yes
32681
32682 else
32683 echo "$as_me: failed program was:" >&5
32684 sed 's/^/| /' conftest.$ac_ext >&5
32685
32686
32687 wx_cv_func_statfs=no
32688
32689
32690 fi
32691 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32692
32693 fi
32694 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
32695 echo "${ECHO_T}$wx_cv_func_statfs" >&6
32696
32697 if test "$wx_cv_func_statfs" = "yes"; then
32698 wx_cv_type_statvfs_t="struct statfs"
32699 cat >>confdefs.h <<\_ACEOF
32700 #define HAVE_STATFS 1
32701 _ACEOF
32702
32703 else
32704 echo "$as_me:$LINENO: checking for statvfs" >&5
32705 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
32706 if test "${wx_cv_func_statvfs+set}" = set; then
32707 echo $ECHO_N "(cached) $ECHO_C" >&6
32708 else
32709 cat >conftest.$ac_ext <<_ACEOF
32710 /* confdefs.h. */
32711 _ACEOF
32712 cat confdefs.h >>conftest.$ac_ext
32713 cat >>conftest.$ac_ext <<_ACEOF
32714 /* end confdefs.h. */
32715
32716 #include <stddef.h>
32717 #include <sys/statvfs.h>
32718
32719 int
32720 main ()
32721 {
32722
32723 statvfs("/", NULL);
32724
32725 ;
32726 return 0;
32727 }
32728 _ACEOF
32729 rm -f conftest.$ac_objext
32730 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32731 (eval $ac_compile) 2>conftest.er1
32732 ac_status=$?
32733 grep -v '^ *+' conftest.er1 >conftest.err
32734 rm -f conftest.er1
32735 cat conftest.err >&5
32736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32737 (exit $ac_status); } &&
32738 { ac_try='test -z "$ac_c_werror_flag"
32739 || test ! -s conftest.err'
32740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32741 (eval $ac_try) 2>&5
32742 ac_status=$?
32743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32744 (exit $ac_status); }; } &&
32745 { ac_try='test -s conftest.$ac_objext'
32746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32747 (eval $ac_try) 2>&5
32748 ac_status=$?
32749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32750 (exit $ac_status); }; }; then
32751 wx_cv_func_statvfs=yes
32752 else
32753 echo "$as_me: failed program was:" >&5
32754 sed 's/^/| /' conftest.$ac_ext >&5
32755
32756 wx_cv_func_statvfs=no
32757
32758 fi
32759 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32760
32761 fi
32762 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
32763 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
32764
32765 if test "$wx_cv_func_statvfs" = "yes"; then
32766
32767
32768 ac_ext=cc
32769 ac_cpp='$CXXCPP $CPPFLAGS'
32770 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32771 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32772 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32773
32774
32775 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
32776 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
32777 if test "${wx_cv_type_statvfs_t+set}" = set; then
32778 echo $ECHO_N "(cached) $ECHO_C" >&6
32779 else
32780 cat >conftest.$ac_ext <<_ACEOF
32781 /* confdefs.h. */
32782 _ACEOF
32783 cat confdefs.h >>conftest.$ac_ext
32784 cat >>conftest.$ac_ext <<_ACEOF
32785 /* end confdefs.h. */
32786
32787 #include <sys/statvfs.h>
32788
32789 int
32790 main ()
32791 {
32792
32793 long l;
32794 statvfs_t fs;
32795 statvfs("/", &fs);
32796 l = fs.f_bsize;
32797 l += fs.f_blocks;
32798 l += fs.f_bavail;
32799
32800 ;
32801 return 0;
32802 }
32803 _ACEOF
32804 rm -f conftest.$ac_objext
32805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32806 (eval $ac_compile) 2>conftest.er1
32807 ac_status=$?
32808 grep -v '^ *+' conftest.er1 >conftest.err
32809 rm -f conftest.er1
32810 cat conftest.err >&5
32811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32812 (exit $ac_status); } &&
32813 { ac_try='test -z "$ac_cxx_werror_flag"
32814 || test ! -s conftest.err'
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); }; } &&
32820 { ac_try='test -s conftest.$ac_objext'
32821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32822 (eval $ac_try) 2>&5
32823 ac_status=$?
32824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32825 (exit $ac_status); }; }; then
32826 wx_cv_type_statvfs_t=statvfs_t
32827 else
32828 echo "$as_me: failed program was:" >&5
32829 sed 's/^/| /' conftest.$ac_ext >&5
32830
32831
32832 cat >conftest.$ac_ext <<_ACEOF
32833 /* confdefs.h. */
32834 _ACEOF
32835 cat confdefs.h >>conftest.$ac_ext
32836 cat >>conftest.$ac_ext <<_ACEOF
32837 /* end confdefs.h. */
32838
32839 #include <sys/statvfs.h>
32840
32841 int
32842 main ()
32843 {
32844
32845 long l;
32846 struct statvfs fs;
32847 statvfs("/", &fs);
32848 l = fs.f_bsize;
32849 l += fs.f_blocks;
32850 l += fs.f_bavail;
32851
32852 ;
32853 return 0;
32854 }
32855 _ACEOF
32856 rm -f conftest.$ac_objext
32857 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32858 (eval $ac_compile) 2>conftest.er1
32859 ac_status=$?
32860 grep -v '^ *+' conftest.er1 >conftest.err
32861 rm -f conftest.er1
32862 cat conftest.err >&5
32863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32864 (exit $ac_status); } &&
32865 { ac_try='test -z "$ac_cxx_werror_flag"
32866 || test ! -s conftest.err'
32867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32868 (eval $ac_try) 2>&5
32869 ac_status=$?
32870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32871 (exit $ac_status); }; } &&
32872 { ac_try='test -s conftest.$ac_objext'
32873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32874 (eval $ac_try) 2>&5
32875 ac_status=$?
32876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32877 (exit $ac_status); }; }; then
32878 wx_cv_type_statvfs_t="struct statvfs"
32879 else
32880 echo "$as_me: failed program was:" >&5
32881 sed 's/^/| /' conftest.$ac_ext >&5
32882
32883 wx_cv_type_statvfs_t="unknown"
32884
32885 fi
32886 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32887
32888
32889 fi
32890 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32891
32892 fi
32893 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
32894 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
32895
32896 ac_ext=c
32897 ac_cpp='$CPP $CPPFLAGS'
32898 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32899 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32900 ac_compiler_gnu=$ac_cv_c_compiler_gnu
32901
32902
32903 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32904 cat >>confdefs.h <<\_ACEOF
32905 #define HAVE_STATVFS 1
32906 _ACEOF
32907
32908 fi
32909 else
32910 wx_cv_type_statvfs_t="unknown"
32911 fi
32912 fi
32913
32914 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32915 cat >>confdefs.h <<_ACEOF
32916 #define WX_STATFS_T $wx_cv_type_statvfs_t
32917 _ACEOF
32918
32919 else
32920 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
32921 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
32922 fi
32923
32924 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
32925
32926
32927 for ac_func in fcntl flock
32928 do
32929 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32930 echo "$as_me:$LINENO: checking for $ac_func" >&5
32931 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32932 if eval "test \"\${$as_ac_var+set}\" = set"; then
32933 echo $ECHO_N "(cached) $ECHO_C" >&6
32934 else
32935 cat >conftest.$ac_ext <<_ACEOF
32936 /* confdefs.h. */
32937 _ACEOF
32938 cat confdefs.h >>conftest.$ac_ext
32939 cat >>conftest.$ac_ext <<_ACEOF
32940 /* end confdefs.h. */
32941 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32943 #define $ac_func innocuous_$ac_func
32944
32945 /* System header to define __stub macros and hopefully few prototypes,
32946 which can conflict with char $ac_func (); below.
32947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32948 <limits.h> exists even on freestanding compilers. */
32949
32950 #ifdef __STDC__
32951 # include <limits.h>
32952 #else
32953 # include <assert.h>
32954 #endif
32955
32956 #undef $ac_func
32957
32958 /* Override any gcc2 internal prototype to avoid an error. */
32959 #ifdef __cplusplus
32960 extern "C"
32961 {
32962 #endif
32963 /* We use char because int might match the return type of a gcc2
32964 builtin and then its argument prototype would still apply. */
32965 char $ac_func ();
32966 /* The GNU C library defines this for functions which it implements
32967 to always fail with ENOSYS. Some functions are actually named
32968 something starting with __ and the normal name is an alias. */
32969 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32970 choke me
32971 #else
32972 char (*f) () = $ac_func;
32973 #endif
32974 #ifdef __cplusplus
32975 }
32976 #endif
32977
32978 int
32979 main ()
32980 {
32981 return f != $ac_func;
32982 ;
32983 return 0;
32984 }
32985 _ACEOF
32986 rm -f conftest.$ac_objext conftest$ac_exeext
32987 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32988 (eval $ac_link) 2>conftest.er1
32989 ac_status=$?
32990 grep -v '^ *+' conftest.er1 >conftest.err
32991 rm -f conftest.er1
32992 cat conftest.err >&5
32993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32994 (exit $ac_status); } &&
32995 { ac_try='test -z "$ac_c_werror_flag"
32996 || test ! -s conftest.err'
32997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32998 (eval $ac_try) 2>&5
32999 ac_status=$?
33000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33001 (exit $ac_status); }; } &&
33002 { ac_try='test -s conftest$ac_exeext'
33003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33004 (eval $ac_try) 2>&5
33005 ac_status=$?
33006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33007 (exit $ac_status); }; }; then
33008 eval "$as_ac_var=yes"
33009 else
33010 echo "$as_me: failed program was:" >&5
33011 sed 's/^/| /' conftest.$ac_ext >&5
33012
33013 eval "$as_ac_var=no"
33014 fi
33015 rm -f conftest.err conftest.$ac_objext \
33016 conftest$ac_exeext conftest.$ac_ext
33017 fi
33018 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33019 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33020 if test `eval echo '${'$as_ac_var'}'` = yes; then
33021 cat >>confdefs.h <<_ACEOF
33022 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33023 _ACEOF
33024 break
33025 fi
33026 done
33027
33028
33029 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
33030 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
33031 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
33032 wxUSE_SNGLINST_CHECKER=no
33033 fi
33034 fi
33035
33036
33037 for ac_func in timegm
33038 do
33039 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33040 echo "$as_me:$LINENO: checking for $ac_func" >&5
33041 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33042 if eval "test \"\${$as_ac_var+set}\" = set"; then
33043 echo $ECHO_N "(cached) $ECHO_C" >&6
33044 else
33045 cat >conftest.$ac_ext <<_ACEOF
33046 /* confdefs.h. */
33047 _ACEOF
33048 cat confdefs.h >>conftest.$ac_ext
33049 cat >>conftest.$ac_ext <<_ACEOF
33050 /* end confdefs.h. */
33051 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33052 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33053 #define $ac_func innocuous_$ac_func
33054
33055 /* System header to define __stub macros and hopefully few prototypes,
33056 which can conflict with char $ac_func (); below.
33057 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33058 <limits.h> exists even on freestanding compilers. */
33059
33060 #ifdef __STDC__
33061 # include <limits.h>
33062 #else
33063 # include <assert.h>
33064 #endif
33065
33066 #undef $ac_func
33067
33068 /* Override any gcc2 internal prototype to avoid an error. */
33069 #ifdef __cplusplus
33070 extern "C"
33071 {
33072 #endif
33073 /* We use char because int might match the return type of a gcc2
33074 builtin and then its argument prototype would still apply. */
33075 char $ac_func ();
33076 /* The GNU C library defines this for functions which it implements
33077 to always fail with ENOSYS. Some functions are actually named
33078 something starting with __ and the normal name is an alias. */
33079 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33080 choke me
33081 #else
33082 char (*f) () = $ac_func;
33083 #endif
33084 #ifdef __cplusplus
33085 }
33086 #endif
33087
33088 int
33089 main ()
33090 {
33091 return f != $ac_func;
33092 ;
33093 return 0;
33094 }
33095 _ACEOF
33096 rm -f conftest.$ac_objext conftest$ac_exeext
33097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33098 (eval $ac_link) 2>conftest.er1
33099 ac_status=$?
33100 grep -v '^ *+' conftest.er1 >conftest.err
33101 rm -f conftest.er1
33102 cat conftest.err >&5
33103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33104 (exit $ac_status); } &&
33105 { ac_try='test -z "$ac_c_werror_flag"
33106 || test ! -s conftest.err'
33107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33108 (eval $ac_try) 2>&5
33109 ac_status=$?
33110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33111 (exit $ac_status); }; } &&
33112 { ac_try='test -s conftest$ac_exeext'
33113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33114 (eval $ac_try) 2>&5
33115 ac_status=$?
33116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33117 (exit $ac_status); }; }; then
33118 eval "$as_ac_var=yes"
33119 else
33120 echo "$as_me: failed program was:" >&5
33121 sed 's/^/| /' conftest.$ac_ext >&5
33122
33123 eval "$as_ac_var=no"
33124 fi
33125 rm -f conftest.err conftest.$ac_objext \
33126 conftest$ac_exeext conftest.$ac_ext
33127 fi
33128 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33129 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33130 if test `eval echo '${'$as_ac_var'}'` = yes; then
33131 cat >>confdefs.h <<_ACEOF
33132 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33133 _ACEOF
33134
33135 fi
33136 done
33137
33138
33139
33140
33141 for ac_func in putenv setenv
33142 do
33143 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33144 echo "$as_me:$LINENO: checking for $ac_func" >&5
33145 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33146 if eval "test \"\${$as_ac_var+set}\" = set"; then
33147 echo $ECHO_N "(cached) $ECHO_C" >&6
33148 else
33149 cat >conftest.$ac_ext <<_ACEOF
33150 /* confdefs.h. */
33151 _ACEOF
33152 cat confdefs.h >>conftest.$ac_ext
33153 cat >>conftest.$ac_ext <<_ACEOF
33154 /* end confdefs.h. */
33155 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33156 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33157 #define $ac_func innocuous_$ac_func
33158
33159 /* System header to define __stub macros and hopefully few prototypes,
33160 which can conflict with char $ac_func (); below.
33161 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33162 <limits.h> exists even on freestanding compilers. */
33163
33164 #ifdef __STDC__
33165 # include <limits.h>
33166 #else
33167 # include <assert.h>
33168 #endif
33169
33170 #undef $ac_func
33171
33172 /* Override any gcc2 internal prototype to avoid an error. */
33173 #ifdef __cplusplus
33174 extern "C"
33175 {
33176 #endif
33177 /* We use char because int might match the return type of a gcc2
33178 builtin and then its argument prototype would still apply. */
33179 char $ac_func ();
33180 /* The GNU C library defines this for functions which it implements
33181 to always fail with ENOSYS. Some functions are actually named
33182 something starting with __ and the normal name is an alias. */
33183 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33184 choke me
33185 #else
33186 char (*f) () = $ac_func;
33187 #endif
33188 #ifdef __cplusplus
33189 }
33190 #endif
33191
33192 int
33193 main ()
33194 {
33195 return f != $ac_func;
33196 ;
33197 return 0;
33198 }
33199 _ACEOF
33200 rm -f conftest.$ac_objext conftest$ac_exeext
33201 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33202 (eval $ac_link) 2>conftest.er1
33203 ac_status=$?
33204 grep -v '^ *+' conftest.er1 >conftest.err
33205 rm -f conftest.er1
33206 cat conftest.err >&5
33207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33208 (exit $ac_status); } &&
33209 { ac_try='test -z "$ac_c_werror_flag"
33210 || test ! -s conftest.err'
33211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33212 (eval $ac_try) 2>&5
33213 ac_status=$?
33214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33215 (exit $ac_status); }; } &&
33216 { ac_try='test -s conftest$ac_exeext'
33217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33218 (eval $ac_try) 2>&5
33219 ac_status=$?
33220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33221 (exit $ac_status); }; }; then
33222 eval "$as_ac_var=yes"
33223 else
33224 echo "$as_me: failed program was:" >&5
33225 sed 's/^/| /' conftest.$ac_ext >&5
33226
33227 eval "$as_ac_var=no"
33228 fi
33229 rm -f conftest.err conftest.$ac_objext \
33230 conftest$ac_exeext conftest.$ac_ext
33231 fi
33232 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33233 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33234 if test `eval echo '${'$as_ac_var'}'` = yes; then
33235 cat >>confdefs.h <<_ACEOF
33236 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33237 _ACEOF
33238 break
33239 fi
33240 done
33241
33242
33243 HAVE_SOME_SLEEP_FUNC=0
33244 if test "$USE_BEOS" = 1; then
33245 cat >>confdefs.h <<\_ACEOF
33246 #define HAVE_SLEEP 1
33247 _ACEOF
33248
33249 HAVE_SOME_SLEEP_FUNC=1
33250 fi
33251
33252 if test "$USE_DARWIN" = 1; then
33253 cat >>confdefs.h <<\_ACEOF
33254 #define HAVE_USLEEP 1
33255 _ACEOF
33256
33257 HAVE_SOME_SLEEP_FUNC=1
33258 fi
33259
33260 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
33261 POSIX4_LINK=
33262
33263 for ac_func in nanosleep
33264 do
33265 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33266 echo "$as_me:$LINENO: checking for $ac_func" >&5
33267 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33268 if eval "test \"\${$as_ac_var+set}\" = set"; then
33269 echo $ECHO_N "(cached) $ECHO_C" >&6
33270 else
33271 cat >conftest.$ac_ext <<_ACEOF
33272 /* confdefs.h. */
33273 _ACEOF
33274 cat confdefs.h >>conftest.$ac_ext
33275 cat >>conftest.$ac_ext <<_ACEOF
33276 /* end confdefs.h. */
33277 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33278 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33279 #define $ac_func innocuous_$ac_func
33280
33281 /* System header to define __stub macros and hopefully few prototypes,
33282 which can conflict with char $ac_func (); below.
33283 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33284 <limits.h> exists even on freestanding compilers. */
33285
33286 #ifdef __STDC__
33287 # include <limits.h>
33288 #else
33289 # include <assert.h>
33290 #endif
33291
33292 #undef $ac_func
33293
33294 /* Override any gcc2 internal prototype to avoid an error. */
33295 #ifdef __cplusplus
33296 extern "C"
33297 {
33298 #endif
33299 /* We use char because int might match the return type of a gcc2
33300 builtin and then its argument prototype would still apply. */
33301 char $ac_func ();
33302 /* The GNU C library defines this for functions which it implements
33303 to always fail with ENOSYS. Some functions are actually named
33304 something starting with __ and the normal name is an alias. */
33305 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33306 choke me
33307 #else
33308 char (*f) () = $ac_func;
33309 #endif
33310 #ifdef __cplusplus
33311 }
33312 #endif
33313
33314 int
33315 main ()
33316 {
33317 return f != $ac_func;
33318 ;
33319 return 0;
33320 }
33321 _ACEOF
33322 rm -f conftest.$ac_objext conftest$ac_exeext
33323 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33324 (eval $ac_link) 2>conftest.er1
33325 ac_status=$?
33326 grep -v '^ *+' conftest.er1 >conftest.err
33327 rm -f conftest.er1
33328 cat conftest.err >&5
33329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33330 (exit $ac_status); } &&
33331 { ac_try='test -z "$ac_c_werror_flag"
33332 || test ! -s conftest.err'
33333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33334 (eval $ac_try) 2>&5
33335 ac_status=$?
33336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33337 (exit $ac_status); }; } &&
33338 { ac_try='test -s conftest$ac_exeext'
33339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33340 (eval $ac_try) 2>&5
33341 ac_status=$?
33342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33343 (exit $ac_status); }; }; then
33344 eval "$as_ac_var=yes"
33345 else
33346 echo "$as_me: failed program was:" >&5
33347 sed 's/^/| /' conftest.$ac_ext >&5
33348
33349 eval "$as_ac_var=no"
33350 fi
33351 rm -f conftest.err conftest.$ac_objext \
33352 conftest$ac_exeext conftest.$ac_ext
33353 fi
33354 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33355 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33356 if test `eval echo '${'$as_ac_var'}'` = yes; then
33357 cat >>confdefs.h <<_ACEOF
33358 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33359 _ACEOF
33360 cat >>confdefs.h <<\_ACEOF
33361 #define HAVE_NANOSLEEP 1
33362 _ACEOF
33363
33364 else
33365
33366 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
33367 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
33368 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
33369 echo $ECHO_N "(cached) $ECHO_C" >&6
33370 else
33371 ac_check_lib_save_LIBS=$LIBS
33372 LIBS="-lposix4 $LIBS"
33373 cat >conftest.$ac_ext <<_ACEOF
33374 /* confdefs.h. */
33375 _ACEOF
33376 cat confdefs.h >>conftest.$ac_ext
33377 cat >>conftest.$ac_ext <<_ACEOF
33378 /* end confdefs.h. */
33379
33380 /* Override any gcc2 internal prototype to avoid an error. */
33381 #ifdef __cplusplus
33382 extern "C"
33383 #endif
33384 /* We use char because int might match the return type of a gcc2
33385 builtin and then its argument prototype would still apply. */
33386 char nanosleep ();
33387 int
33388 main ()
33389 {
33390 nanosleep ();
33391 ;
33392 return 0;
33393 }
33394 _ACEOF
33395 rm -f conftest.$ac_objext conftest$ac_exeext
33396 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33397 (eval $ac_link) 2>conftest.er1
33398 ac_status=$?
33399 grep -v '^ *+' conftest.er1 >conftest.err
33400 rm -f conftest.er1
33401 cat conftest.err >&5
33402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33403 (exit $ac_status); } &&
33404 { ac_try='test -z "$ac_c_werror_flag"
33405 || test ! -s conftest.err'
33406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33407 (eval $ac_try) 2>&5
33408 ac_status=$?
33409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33410 (exit $ac_status); }; } &&
33411 { ac_try='test -s conftest$ac_exeext'
33412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33413 (eval $ac_try) 2>&5
33414 ac_status=$?
33415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33416 (exit $ac_status); }; }; then
33417 ac_cv_lib_posix4_nanosleep=yes
33418 else
33419 echo "$as_me: failed program was:" >&5
33420 sed 's/^/| /' conftest.$ac_ext >&5
33421
33422 ac_cv_lib_posix4_nanosleep=no
33423 fi
33424 rm -f conftest.err conftest.$ac_objext \
33425 conftest$ac_exeext conftest.$ac_ext
33426 LIBS=$ac_check_lib_save_LIBS
33427 fi
33428 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
33429 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
33430 if test $ac_cv_lib_posix4_nanosleep = yes; then
33431
33432 cat >>confdefs.h <<\_ACEOF
33433 #define HAVE_NANOSLEEP 1
33434 _ACEOF
33435
33436 POSIX4_LINK=" -lposix4"
33437
33438 else
33439
33440
33441 for ac_func in usleep
33442 do
33443 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33444 echo "$as_me:$LINENO: checking for $ac_func" >&5
33445 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33446 if eval "test \"\${$as_ac_var+set}\" = set"; then
33447 echo $ECHO_N "(cached) $ECHO_C" >&6
33448 else
33449 cat >conftest.$ac_ext <<_ACEOF
33450 /* confdefs.h. */
33451 _ACEOF
33452 cat confdefs.h >>conftest.$ac_ext
33453 cat >>conftest.$ac_ext <<_ACEOF
33454 /* end confdefs.h. */
33455 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33456 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33457 #define $ac_func innocuous_$ac_func
33458
33459 /* System header to define __stub macros and hopefully few prototypes,
33460 which can conflict with char $ac_func (); below.
33461 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33462 <limits.h> exists even on freestanding compilers. */
33463
33464 #ifdef __STDC__
33465 # include <limits.h>
33466 #else
33467 # include <assert.h>
33468 #endif
33469
33470 #undef $ac_func
33471
33472 /* Override any gcc2 internal prototype to avoid an error. */
33473 #ifdef __cplusplus
33474 extern "C"
33475 {
33476 #endif
33477 /* We use char because int might match the return type of a gcc2
33478 builtin and then its argument prototype would still apply. */
33479 char $ac_func ();
33480 /* The GNU C library defines this for functions which it implements
33481 to always fail with ENOSYS. Some functions are actually named
33482 something starting with __ and the normal name is an alias. */
33483 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33484 choke me
33485 #else
33486 char (*f) () = $ac_func;
33487 #endif
33488 #ifdef __cplusplus
33489 }
33490 #endif
33491
33492 int
33493 main ()
33494 {
33495 return f != $ac_func;
33496 ;
33497 return 0;
33498 }
33499 _ACEOF
33500 rm -f conftest.$ac_objext conftest$ac_exeext
33501 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33502 (eval $ac_link) 2>conftest.er1
33503 ac_status=$?
33504 grep -v '^ *+' conftest.er1 >conftest.err
33505 rm -f conftest.er1
33506 cat conftest.err >&5
33507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33508 (exit $ac_status); } &&
33509 { ac_try='test -z "$ac_c_werror_flag"
33510 || test ! -s conftest.err'
33511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33512 (eval $ac_try) 2>&5
33513 ac_status=$?
33514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33515 (exit $ac_status); }; } &&
33516 { ac_try='test -s conftest$ac_exeext'
33517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33518 (eval $ac_try) 2>&5
33519 ac_status=$?
33520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33521 (exit $ac_status); }; }; then
33522 eval "$as_ac_var=yes"
33523 else
33524 echo "$as_me: failed program was:" >&5
33525 sed 's/^/| /' conftest.$ac_ext >&5
33526
33527 eval "$as_ac_var=no"
33528 fi
33529 rm -f conftest.err conftest.$ac_objext \
33530 conftest$ac_exeext conftest.$ac_ext
33531 fi
33532 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33533 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33534 if test `eval echo '${'$as_ac_var'}'` = yes; then
33535 cat >>confdefs.h <<_ACEOF
33536 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33537 _ACEOF
33538 cat >>confdefs.h <<\_ACEOF
33539 #define HAVE_USLEEP 1
33540 _ACEOF
33541
33542 else
33543 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
33544 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
33545
33546 fi
33547 done
33548
33549
33550
33551 fi
33552
33553
33554
33555 fi
33556 done
33557
33558 fi
33559
33560
33561
33562 for ac_func in uname gethostname
33563 do
33564 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33565 echo "$as_me:$LINENO: checking for $ac_func" >&5
33566 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33567 if eval "test \"\${$as_ac_var+set}\" = set"; then
33568 echo $ECHO_N "(cached) $ECHO_C" >&6
33569 else
33570 cat >conftest.$ac_ext <<_ACEOF
33571 /* confdefs.h. */
33572 _ACEOF
33573 cat confdefs.h >>conftest.$ac_ext
33574 cat >>conftest.$ac_ext <<_ACEOF
33575 /* end confdefs.h. */
33576 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33577 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33578 #define $ac_func innocuous_$ac_func
33579
33580 /* System header to define __stub macros and hopefully few prototypes,
33581 which can conflict with char $ac_func (); below.
33582 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33583 <limits.h> exists even on freestanding compilers. */
33584
33585 #ifdef __STDC__
33586 # include <limits.h>
33587 #else
33588 # include <assert.h>
33589 #endif
33590
33591 #undef $ac_func
33592
33593 /* Override any gcc2 internal prototype to avoid an error. */
33594 #ifdef __cplusplus
33595 extern "C"
33596 {
33597 #endif
33598 /* We use char because int might match the return type of a gcc2
33599 builtin and then its argument prototype would still apply. */
33600 char $ac_func ();
33601 /* The GNU C library defines this for functions which it implements
33602 to always fail with ENOSYS. Some functions are actually named
33603 something starting with __ and the normal name is an alias. */
33604 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33605 choke me
33606 #else
33607 char (*f) () = $ac_func;
33608 #endif
33609 #ifdef __cplusplus
33610 }
33611 #endif
33612
33613 int
33614 main ()
33615 {
33616 return f != $ac_func;
33617 ;
33618 return 0;
33619 }
33620 _ACEOF
33621 rm -f conftest.$ac_objext conftest$ac_exeext
33622 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33623 (eval $ac_link) 2>conftest.er1
33624 ac_status=$?
33625 grep -v '^ *+' conftest.er1 >conftest.err
33626 rm -f conftest.er1
33627 cat conftest.err >&5
33628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33629 (exit $ac_status); } &&
33630 { ac_try='test -z "$ac_c_werror_flag"
33631 || test ! -s conftest.err'
33632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33633 (eval $ac_try) 2>&5
33634 ac_status=$?
33635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33636 (exit $ac_status); }; } &&
33637 { ac_try='test -s conftest$ac_exeext'
33638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33639 (eval $ac_try) 2>&5
33640 ac_status=$?
33641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33642 (exit $ac_status); }; }; then
33643 eval "$as_ac_var=yes"
33644 else
33645 echo "$as_me: failed program was:" >&5
33646 sed 's/^/| /' conftest.$ac_ext >&5
33647
33648 eval "$as_ac_var=no"
33649 fi
33650 rm -f conftest.err conftest.$ac_objext \
33651 conftest$ac_exeext conftest.$ac_ext
33652 fi
33653 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33654 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33655 if test `eval echo '${'$as_ac_var'}'` = yes; then
33656 cat >>confdefs.h <<_ACEOF
33657 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33658 _ACEOF
33659 break
33660 fi
33661 done
33662
33663
33664
33665
33666 ac_ext=cc
33667 ac_cpp='$CXXCPP $CPPFLAGS'
33668 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33669 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33670 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33671
33672
33673
33674 for ac_func in strtok_r
33675 do
33676 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33677 echo "$as_me:$LINENO: checking for $ac_func" >&5
33678 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33679 if eval "test \"\${$as_ac_var+set}\" = set"; then
33680 echo $ECHO_N "(cached) $ECHO_C" >&6
33681 else
33682 cat >conftest.$ac_ext <<_ACEOF
33683 /* confdefs.h. */
33684 _ACEOF
33685 cat confdefs.h >>conftest.$ac_ext
33686 cat >>conftest.$ac_ext <<_ACEOF
33687 /* end confdefs.h. */
33688 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33689 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33690 #define $ac_func innocuous_$ac_func
33691
33692 /* System header to define __stub macros and hopefully few prototypes,
33693 which can conflict with char $ac_func (); below.
33694 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33695 <limits.h> exists even on freestanding compilers. */
33696
33697 #ifdef __STDC__
33698 # include <limits.h>
33699 #else
33700 # include <assert.h>
33701 #endif
33702
33703 #undef $ac_func
33704
33705 /* Override any gcc2 internal prototype to avoid an error. */
33706 #ifdef __cplusplus
33707 extern "C"
33708 {
33709 #endif
33710 /* We use char because int might match the return type of a gcc2
33711 builtin and then its argument prototype would still apply. */
33712 char $ac_func ();
33713 /* The GNU C library defines this for functions which it implements
33714 to always fail with ENOSYS. Some functions are actually named
33715 something starting with __ and the normal name is an alias. */
33716 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33717 choke me
33718 #else
33719 char (*f) () = $ac_func;
33720 #endif
33721 #ifdef __cplusplus
33722 }
33723 #endif
33724
33725 int
33726 main ()
33727 {
33728 return f != $ac_func;
33729 ;
33730 return 0;
33731 }
33732 _ACEOF
33733 rm -f conftest.$ac_objext conftest$ac_exeext
33734 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33735 (eval $ac_link) 2>conftest.er1
33736 ac_status=$?
33737 grep -v '^ *+' conftest.er1 >conftest.err
33738 rm -f conftest.er1
33739 cat conftest.err >&5
33740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33741 (exit $ac_status); } &&
33742 { ac_try='test -z "$ac_cxx_werror_flag"
33743 || test ! -s conftest.err'
33744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33745 (eval $ac_try) 2>&5
33746 ac_status=$?
33747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33748 (exit $ac_status); }; } &&
33749 { ac_try='test -s conftest$ac_exeext'
33750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33751 (eval $ac_try) 2>&5
33752 ac_status=$?
33753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33754 (exit $ac_status); }; }; then
33755 eval "$as_ac_var=yes"
33756 else
33757 echo "$as_me: failed program was:" >&5
33758 sed 's/^/| /' conftest.$ac_ext >&5
33759
33760 eval "$as_ac_var=no"
33761 fi
33762 rm -f conftest.err conftest.$ac_objext \
33763 conftest$ac_exeext conftest.$ac_ext
33764 fi
33765 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33766 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33767 if test `eval echo '${'$as_ac_var'}'` = yes; then
33768 cat >>confdefs.h <<_ACEOF
33769 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33770 _ACEOF
33771
33772 fi
33773 done
33774
33775
33776 ac_ext=c
33777 ac_cpp='$CPP $CPPFLAGS'
33778 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33779 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33780 ac_compiler_gnu=$ac_cv_c_compiler_gnu
33781
33782
33783 INET_LINK=
33784
33785 for ac_func in inet_addr
33786 do
33787 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33788 echo "$as_me:$LINENO: checking for $ac_func" >&5
33789 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33790 if eval "test \"\${$as_ac_var+set}\" = set"; then
33791 echo $ECHO_N "(cached) $ECHO_C" >&6
33792 else
33793 cat >conftest.$ac_ext <<_ACEOF
33794 /* confdefs.h. */
33795 _ACEOF
33796 cat confdefs.h >>conftest.$ac_ext
33797 cat >>conftest.$ac_ext <<_ACEOF
33798 /* end confdefs.h. */
33799 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33800 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33801 #define $ac_func innocuous_$ac_func
33802
33803 /* System header to define __stub macros and hopefully few prototypes,
33804 which can conflict with char $ac_func (); below.
33805 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33806 <limits.h> exists even on freestanding compilers. */
33807
33808 #ifdef __STDC__
33809 # include <limits.h>
33810 #else
33811 # include <assert.h>
33812 #endif
33813
33814 #undef $ac_func
33815
33816 /* Override any gcc2 internal prototype to avoid an error. */
33817 #ifdef __cplusplus
33818 extern "C"
33819 {
33820 #endif
33821 /* We use char because int might match the return type of a gcc2
33822 builtin and then its argument prototype would still apply. */
33823 char $ac_func ();
33824 /* The GNU C library defines this for functions which it implements
33825 to always fail with ENOSYS. Some functions are actually named
33826 something starting with __ and the normal name is an alias. */
33827 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33828 choke me
33829 #else
33830 char (*f) () = $ac_func;
33831 #endif
33832 #ifdef __cplusplus
33833 }
33834 #endif
33835
33836 int
33837 main ()
33838 {
33839 return f != $ac_func;
33840 ;
33841 return 0;
33842 }
33843 _ACEOF
33844 rm -f conftest.$ac_objext conftest$ac_exeext
33845 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33846 (eval $ac_link) 2>conftest.er1
33847 ac_status=$?
33848 grep -v '^ *+' conftest.er1 >conftest.err
33849 rm -f conftest.er1
33850 cat conftest.err >&5
33851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33852 (exit $ac_status); } &&
33853 { ac_try='test -z "$ac_c_werror_flag"
33854 || test ! -s conftest.err'
33855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33856 (eval $ac_try) 2>&5
33857 ac_status=$?
33858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33859 (exit $ac_status); }; } &&
33860 { ac_try='test -s conftest$ac_exeext'
33861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33862 (eval $ac_try) 2>&5
33863 ac_status=$?
33864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33865 (exit $ac_status); }; }; then
33866 eval "$as_ac_var=yes"
33867 else
33868 echo "$as_me: failed program was:" >&5
33869 sed 's/^/| /' conftest.$ac_ext >&5
33870
33871 eval "$as_ac_var=no"
33872 fi
33873 rm -f conftest.err conftest.$ac_objext \
33874 conftest$ac_exeext conftest.$ac_ext
33875 fi
33876 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33877 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33878 if test `eval echo '${'$as_ac_var'}'` = yes; then
33879 cat >>confdefs.h <<_ACEOF
33880 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33881 _ACEOF
33882 cat >>confdefs.h <<\_ACEOF
33883 #define HAVE_INET_ADDR 1
33884 _ACEOF
33885
33886 else
33887
33888 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
33889 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
33890 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
33891 echo $ECHO_N "(cached) $ECHO_C" >&6
33892 else
33893 ac_check_lib_save_LIBS=$LIBS
33894 LIBS="-lnsl $LIBS"
33895 cat >conftest.$ac_ext <<_ACEOF
33896 /* confdefs.h. */
33897 _ACEOF
33898 cat confdefs.h >>conftest.$ac_ext
33899 cat >>conftest.$ac_ext <<_ACEOF
33900 /* end confdefs.h. */
33901
33902 /* Override any gcc2 internal prototype to avoid an error. */
33903 #ifdef __cplusplus
33904 extern "C"
33905 #endif
33906 /* We use char because int might match the return type of a gcc2
33907 builtin and then its argument prototype would still apply. */
33908 char inet_addr ();
33909 int
33910 main ()
33911 {
33912 inet_addr ();
33913 ;
33914 return 0;
33915 }
33916 _ACEOF
33917 rm -f conftest.$ac_objext conftest$ac_exeext
33918 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33919 (eval $ac_link) 2>conftest.er1
33920 ac_status=$?
33921 grep -v '^ *+' conftest.er1 >conftest.err
33922 rm -f conftest.er1
33923 cat conftest.err >&5
33924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33925 (exit $ac_status); } &&
33926 { ac_try='test -z "$ac_c_werror_flag"
33927 || test ! -s conftest.err'
33928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33929 (eval $ac_try) 2>&5
33930 ac_status=$?
33931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33932 (exit $ac_status); }; } &&
33933 { ac_try='test -s conftest$ac_exeext'
33934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33935 (eval $ac_try) 2>&5
33936 ac_status=$?
33937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33938 (exit $ac_status); }; }; then
33939 ac_cv_lib_nsl_inet_addr=yes
33940 else
33941 echo "$as_me: failed program was:" >&5
33942 sed 's/^/| /' conftest.$ac_ext >&5
33943
33944 ac_cv_lib_nsl_inet_addr=no
33945 fi
33946 rm -f conftest.err conftest.$ac_objext \
33947 conftest$ac_exeext conftest.$ac_ext
33948 LIBS=$ac_check_lib_save_LIBS
33949 fi
33950 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
33951 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
33952 if test $ac_cv_lib_nsl_inet_addr = yes; then
33953 INET_LINK="nsl"
33954 else
33955
33956 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
33957 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
33958 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
33959 echo $ECHO_N "(cached) $ECHO_C" >&6
33960 else
33961 ac_check_lib_save_LIBS=$LIBS
33962 LIBS="-lresolv $LIBS"
33963 cat >conftest.$ac_ext <<_ACEOF
33964 /* confdefs.h. */
33965 _ACEOF
33966 cat confdefs.h >>conftest.$ac_ext
33967 cat >>conftest.$ac_ext <<_ACEOF
33968 /* end confdefs.h. */
33969
33970 /* Override any gcc2 internal prototype to avoid an error. */
33971 #ifdef __cplusplus
33972 extern "C"
33973 #endif
33974 /* We use char because int might match the return type of a gcc2
33975 builtin and then its argument prototype would still apply. */
33976 char inet_addr ();
33977 int
33978 main ()
33979 {
33980 inet_addr ();
33981 ;
33982 return 0;
33983 }
33984 _ACEOF
33985 rm -f conftest.$ac_objext conftest$ac_exeext
33986 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33987 (eval $ac_link) 2>conftest.er1
33988 ac_status=$?
33989 grep -v '^ *+' conftest.er1 >conftest.err
33990 rm -f conftest.er1
33991 cat conftest.err >&5
33992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33993 (exit $ac_status); } &&
33994 { ac_try='test -z "$ac_c_werror_flag"
33995 || test ! -s conftest.err'
33996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33997 (eval $ac_try) 2>&5
33998 ac_status=$?
33999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34000 (exit $ac_status); }; } &&
34001 { ac_try='test -s conftest$ac_exeext'
34002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34003 (eval $ac_try) 2>&5
34004 ac_status=$?
34005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34006 (exit $ac_status); }; }; then
34007 ac_cv_lib_resolv_inet_addr=yes
34008 else
34009 echo "$as_me: failed program was:" >&5
34010 sed 's/^/| /' conftest.$ac_ext >&5
34011
34012 ac_cv_lib_resolv_inet_addr=no
34013 fi
34014 rm -f conftest.err conftest.$ac_objext \
34015 conftest$ac_exeext conftest.$ac_ext
34016 LIBS=$ac_check_lib_save_LIBS
34017 fi
34018 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
34019 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
34020 if test $ac_cv_lib_resolv_inet_addr = yes; then
34021 INET_LINK="resolv"
34022 else
34023
34024 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
34025 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
34026 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
34027 echo $ECHO_N "(cached) $ECHO_C" >&6
34028 else
34029 ac_check_lib_save_LIBS=$LIBS
34030 LIBS="-lsocket $LIBS"
34031 cat >conftest.$ac_ext <<_ACEOF
34032 /* confdefs.h. */
34033 _ACEOF
34034 cat confdefs.h >>conftest.$ac_ext
34035 cat >>conftest.$ac_ext <<_ACEOF
34036 /* end confdefs.h. */
34037
34038 /* Override any gcc2 internal prototype to avoid an error. */
34039 #ifdef __cplusplus
34040 extern "C"
34041 #endif
34042 /* We use char because int might match the return type of a gcc2
34043 builtin and then its argument prototype would still apply. */
34044 char inet_addr ();
34045 int
34046 main ()
34047 {
34048 inet_addr ();
34049 ;
34050 return 0;
34051 }
34052 _ACEOF
34053 rm -f conftest.$ac_objext conftest$ac_exeext
34054 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34055 (eval $ac_link) 2>conftest.er1
34056 ac_status=$?
34057 grep -v '^ *+' conftest.er1 >conftest.err
34058 rm -f conftest.er1
34059 cat conftest.err >&5
34060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34061 (exit $ac_status); } &&
34062 { ac_try='test -z "$ac_c_werror_flag"
34063 || test ! -s conftest.err'
34064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34065 (eval $ac_try) 2>&5
34066 ac_status=$?
34067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34068 (exit $ac_status); }; } &&
34069 { ac_try='test -s conftest$ac_exeext'
34070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34071 (eval $ac_try) 2>&5
34072 ac_status=$?
34073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34074 (exit $ac_status); }; }; then
34075 ac_cv_lib_socket_inet_addr=yes
34076 else
34077 echo "$as_me: failed program was:" >&5
34078 sed 's/^/| /' conftest.$ac_ext >&5
34079
34080 ac_cv_lib_socket_inet_addr=no
34081 fi
34082 rm -f conftest.err conftest.$ac_objext \
34083 conftest$ac_exeext conftest.$ac_ext
34084 LIBS=$ac_check_lib_save_LIBS
34085 fi
34086 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
34087 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
34088 if test $ac_cv_lib_socket_inet_addr = yes; then
34089 INET_LINK="socket"
34090
34091 fi
34092
34093
34094
34095 fi
34096
34097
34098
34099 fi
34100
34101
34102
34103 fi
34104 done
34105
34106
34107
34108 for ac_func in inet_aton
34109 do
34110 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34111 echo "$as_me:$LINENO: checking for $ac_func" >&5
34112 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34113 if eval "test \"\${$as_ac_var+set}\" = set"; then
34114 echo $ECHO_N "(cached) $ECHO_C" >&6
34115 else
34116 cat >conftest.$ac_ext <<_ACEOF
34117 /* confdefs.h. */
34118 _ACEOF
34119 cat confdefs.h >>conftest.$ac_ext
34120 cat >>conftest.$ac_ext <<_ACEOF
34121 /* end confdefs.h. */
34122 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34123 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34124 #define $ac_func innocuous_$ac_func
34125
34126 /* System header to define __stub macros and hopefully few prototypes,
34127 which can conflict with char $ac_func (); below.
34128 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34129 <limits.h> exists even on freestanding compilers. */
34130
34131 #ifdef __STDC__
34132 # include <limits.h>
34133 #else
34134 # include <assert.h>
34135 #endif
34136
34137 #undef $ac_func
34138
34139 /* Override any gcc2 internal prototype to avoid an error. */
34140 #ifdef __cplusplus
34141 extern "C"
34142 {
34143 #endif
34144 /* We use char because int might match the return type of a gcc2
34145 builtin and then its argument prototype would still apply. */
34146 char $ac_func ();
34147 /* The GNU C library defines this for functions which it implements
34148 to always fail with ENOSYS. Some functions are actually named
34149 something starting with __ and the normal name is an alias. */
34150 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34151 choke me
34152 #else
34153 char (*f) () = $ac_func;
34154 #endif
34155 #ifdef __cplusplus
34156 }
34157 #endif
34158
34159 int
34160 main ()
34161 {
34162 return f != $ac_func;
34163 ;
34164 return 0;
34165 }
34166 _ACEOF
34167 rm -f conftest.$ac_objext conftest$ac_exeext
34168 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34169 (eval $ac_link) 2>conftest.er1
34170 ac_status=$?
34171 grep -v '^ *+' conftest.er1 >conftest.err
34172 rm -f conftest.er1
34173 cat conftest.err >&5
34174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34175 (exit $ac_status); } &&
34176 { ac_try='test -z "$ac_c_werror_flag"
34177 || test ! -s conftest.err'
34178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34179 (eval $ac_try) 2>&5
34180 ac_status=$?
34181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34182 (exit $ac_status); }; } &&
34183 { ac_try='test -s conftest$ac_exeext'
34184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34185 (eval $ac_try) 2>&5
34186 ac_status=$?
34187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34188 (exit $ac_status); }; }; then
34189 eval "$as_ac_var=yes"
34190 else
34191 echo "$as_me: failed program was:" >&5
34192 sed 's/^/| /' conftest.$ac_ext >&5
34193
34194 eval "$as_ac_var=no"
34195 fi
34196 rm -f conftest.err conftest.$ac_objext \
34197 conftest$ac_exeext conftest.$ac_ext
34198 fi
34199 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34200 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34201 if test `eval echo '${'$as_ac_var'}'` = yes; then
34202 cat >>confdefs.h <<_ACEOF
34203 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34204 _ACEOF
34205 cat >>confdefs.h <<\_ACEOF
34206 #define HAVE_INET_ATON 1
34207 _ACEOF
34208
34209 else
34210
34211 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
34212 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
34213 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
34214 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
34215 echo $ECHO_N "(cached) $ECHO_C" >&6
34216 else
34217 ac_check_lib_save_LIBS=$LIBS
34218 LIBS="-l$INET_LINK $LIBS"
34219 cat >conftest.$ac_ext <<_ACEOF
34220 /* confdefs.h. */
34221 _ACEOF
34222 cat confdefs.h >>conftest.$ac_ext
34223 cat >>conftest.$ac_ext <<_ACEOF
34224 /* end confdefs.h. */
34225
34226 /* Override any gcc2 internal prototype to avoid an error. */
34227 #ifdef __cplusplus
34228 extern "C"
34229 #endif
34230 /* We use char because int might match the return type of a gcc2
34231 builtin and then its argument prototype would still apply. */
34232 char inet_aton ();
34233 int
34234 main ()
34235 {
34236 inet_aton ();
34237 ;
34238 return 0;
34239 }
34240 _ACEOF
34241 rm -f conftest.$ac_objext conftest$ac_exeext
34242 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34243 (eval $ac_link) 2>conftest.er1
34244 ac_status=$?
34245 grep -v '^ *+' conftest.er1 >conftest.err
34246 rm -f conftest.er1
34247 cat conftest.err >&5
34248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34249 (exit $ac_status); } &&
34250 { ac_try='test -z "$ac_c_werror_flag"
34251 || test ! -s conftest.err'
34252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34253 (eval $ac_try) 2>&5
34254 ac_status=$?
34255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34256 (exit $ac_status); }; } &&
34257 { ac_try='test -s conftest$ac_exeext'
34258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34259 (eval $ac_try) 2>&5
34260 ac_status=$?
34261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34262 (exit $ac_status); }; }; then
34263 eval "$as_ac_Lib=yes"
34264 else
34265 echo "$as_me: failed program was:" >&5
34266 sed 's/^/| /' conftest.$ac_ext >&5
34267
34268 eval "$as_ac_Lib=no"
34269 fi
34270 rm -f conftest.err conftest.$ac_objext \
34271 conftest$ac_exeext conftest.$ac_ext
34272 LIBS=$ac_check_lib_save_LIBS
34273 fi
34274 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
34275 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
34276 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
34277 cat >>confdefs.h <<\_ACEOF
34278 #define HAVE_INET_ATON 1
34279 _ACEOF
34280
34281 fi
34282
34283
34284 fi
34285 done
34286
34287
34288 if test "x$INET_LINK" != "x"; then
34289 cat >>confdefs.h <<\_ACEOF
34290 #define HAVE_INET_ADDR 1
34291 _ACEOF
34292
34293 INET_LINK=" -l$INET_LINK"
34294 fi
34295
34296 fi
34297
34298
34299
34300 EXTRALIBS_ESD=
34301 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
34302 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
34303 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
34304 echo $ECHO_N "(cached) $ECHO_C" >&6
34305 else
34306 ac_check_lib_save_LIBS=$LIBS
34307 LIBS="-lesd $LIBS"
34308 cat >conftest.$ac_ext <<_ACEOF
34309 /* confdefs.h. */
34310 _ACEOF
34311 cat confdefs.h >>conftest.$ac_ext
34312 cat >>conftest.$ac_ext <<_ACEOF
34313 /* end confdefs.h. */
34314
34315 /* Override any gcc2 internal prototype to avoid an error. */
34316 #ifdef __cplusplus
34317 extern "C"
34318 #endif
34319 /* We use char because int might match the return type of a gcc2
34320 builtin and then its argument prototype would still apply. */
34321 char esd_close ();
34322 int
34323 main ()
34324 {
34325 esd_close ();
34326 ;
34327 return 0;
34328 }
34329 _ACEOF
34330 rm -f conftest.$ac_objext conftest$ac_exeext
34331 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34332 (eval $ac_link) 2>conftest.er1
34333 ac_status=$?
34334 grep -v '^ *+' conftest.er1 >conftest.err
34335 rm -f conftest.er1
34336 cat conftest.err >&5
34337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34338 (exit $ac_status); } &&
34339 { ac_try='test -z "$ac_c_werror_flag"
34340 || test ! -s conftest.err'
34341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34342 (eval $ac_try) 2>&5
34343 ac_status=$?
34344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34345 (exit $ac_status); }; } &&
34346 { ac_try='test -s conftest$ac_exeext'
34347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34348 (eval $ac_try) 2>&5
34349 ac_status=$?
34350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34351 (exit $ac_status); }; }; then
34352 ac_cv_lib_esd_esd_close=yes
34353 else
34354 echo "$as_me: failed program was:" >&5
34355 sed 's/^/| /' conftest.$ac_ext >&5
34356
34357 ac_cv_lib_esd_esd_close=no
34358 fi
34359 rm -f conftest.err conftest.$ac_objext \
34360 conftest$ac_exeext conftest.$ac_ext
34361 LIBS=$ac_check_lib_save_LIBS
34362 fi
34363 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
34364 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
34365 if test $ac_cv_lib_esd_esd_close = yes; then
34366
34367
34368 for ac_header in esd.h
34369 do
34370 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34371 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34372 echo "$as_me:$LINENO: checking for $ac_header" >&5
34373 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34374 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34375 echo $ECHO_N "(cached) $ECHO_C" >&6
34376 fi
34377 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34378 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34379 else
34380 # Is the header compilable?
34381 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34382 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34383 cat >conftest.$ac_ext <<_ACEOF
34384 /* confdefs.h. */
34385 _ACEOF
34386 cat confdefs.h >>conftest.$ac_ext
34387 cat >>conftest.$ac_ext <<_ACEOF
34388 /* end confdefs.h. */
34389 $ac_includes_default
34390 #include <$ac_header>
34391 _ACEOF
34392 rm -f conftest.$ac_objext
34393 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34394 (eval $ac_compile) 2>conftest.er1
34395 ac_status=$?
34396 grep -v '^ *+' conftest.er1 >conftest.err
34397 rm -f conftest.er1
34398 cat conftest.err >&5
34399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34400 (exit $ac_status); } &&
34401 { ac_try='test -z "$ac_c_werror_flag"
34402 || test ! -s conftest.err'
34403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34404 (eval $ac_try) 2>&5
34405 ac_status=$?
34406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34407 (exit $ac_status); }; } &&
34408 { ac_try='test -s conftest.$ac_objext'
34409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34410 (eval $ac_try) 2>&5
34411 ac_status=$?
34412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34413 (exit $ac_status); }; }; then
34414 ac_header_compiler=yes
34415 else
34416 echo "$as_me: failed program was:" >&5
34417 sed 's/^/| /' conftest.$ac_ext >&5
34418
34419 ac_header_compiler=no
34420 fi
34421 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34422 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34423 echo "${ECHO_T}$ac_header_compiler" >&6
34424
34425 # Is the header present?
34426 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34427 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34428 cat >conftest.$ac_ext <<_ACEOF
34429 /* confdefs.h. */
34430 _ACEOF
34431 cat confdefs.h >>conftest.$ac_ext
34432 cat >>conftest.$ac_ext <<_ACEOF
34433 /* end confdefs.h. */
34434 #include <$ac_header>
34435 _ACEOF
34436 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34437 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
34438 ac_status=$?
34439 grep -v '^ *+' conftest.er1 >conftest.err
34440 rm -f conftest.er1
34441 cat conftest.err >&5
34442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34443 (exit $ac_status); } >/dev/null; then
34444 if test -s conftest.err; then
34445 ac_cpp_err=$ac_c_preproc_warn_flag
34446 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
34447 else
34448 ac_cpp_err=
34449 fi
34450 else
34451 ac_cpp_err=yes
34452 fi
34453 if test -z "$ac_cpp_err"; then
34454 ac_header_preproc=yes
34455 else
34456 echo "$as_me: failed program was:" >&5
34457 sed 's/^/| /' conftest.$ac_ext >&5
34458
34459 ac_header_preproc=no
34460 fi
34461 rm -f conftest.err conftest.$ac_ext
34462 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34463 echo "${ECHO_T}$ac_header_preproc" >&6
34464
34465 # So? What about this header?
34466 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34467 yes:no: )
34468 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34469 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34470 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34471 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34472 ac_header_preproc=yes
34473 ;;
34474 no:yes:* )
34475 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34476 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34477 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34478 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34479 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34480 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34481 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34482 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
34483 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34484 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34485 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34486 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34487 (
34488 cat <<\_ASBOX
34489 ## ----------------------------------------- ##
34490 ## Report this to wx-dev@lists.wxwidgets.org ##
34491 ## ----------------------------------------- ##
34492 _ASBOX
34493 ) |
34494 sed "s/^/$as_me: WARNING: /" >&2
34495 ;;
34496 esac
34497 echo "$as_me:$LINENO: checking for $ac_header" >&5
34498 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34499 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34500 echo $ECHO_N "(cached) $ECHO_C" >&6
34501 else
34502 eval "$as_ac_Header=\$ac_header_preproc"
34503 fi
34504 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34505 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34506
34507 fi
34508 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34509 cat >>confdefs.h <<_ACEOF
34510 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34511 _ACEOF
34512
34513 EXTRALIBS_ESD="-lesd"
34514
34515 fi
34516
34517 done
34518
34519
34520 fi
34521
34522
34523
34524 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
34525 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
34526 cat >conftest.$ac_ext <<_ACEOF
34527 /* confdefs.h. */
34528 _ACEOF
34529 cat confdefs.h >>conftest.$ac_ext
34530 cat >>conftest.$ac_ext <<_ACEOF
34531 /* end confdefs.h. */
34532 #ifdef __linux__
34533 #include <linux/cdrom.h>
34534 #else
34535 /* For Solaris */
34536 #include <sys/cdio.h>
34537 #endif
34538
34539 int
34540 main ()
34541 {
34542 struct cdrom_tocentry entry, old_entry;
34543 ;
34544 return 0;
34545 }
34546 _ACEOF
34547 rm -f conftest.$ac_objext
34548 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34549 (eval $ac_compile) 2>conftest.er1
34550 ac_status=$?
34551 grep -v '^ *+' conftest.er1 >conftest.err
34552 rm -f conftest.er1
34553 cat conftest.err >&5
34554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34555 (exit $ac_status); } &&
34556 { ac_try='test -z "$ac_c_werror_flag"
34557 || test ! -s conftest.err'
34558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34559 (eval $ac_try) 2>&5
34560 ac_status=$?
34561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34562 (exit $ac_status); }; } &&
34563 { ac_try='test -s conftest.$ac_objext'
34564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34565 (eval $ac_try) 2>&5
34566 ac_status=$?
34567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34568 (exit $ac_status); }; }; then
34569 echo "$as_me:$LINENO: result: yes" >&5
34570 echo "${ECHO_T}yes" >&6
34571 cat >>confdefs.h <<\_ACEOF
34572 #define HAVE_KNOWN_CDROM_INTERFACE 1
34573 _ACEOF
34574
34575 else
34576 echo "$as_me: failed program was:" >&5
34577 sed 's/^/| /' conftest.$ac_ext >&5
34578
34579 echo "$as_me:$LINENO: result: no" >&5
34580 echo "${ECHO_T}no" >&6
34581 fi
34582 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34583
34584
34585 cat >confcache <<\_ACEOF
34586 # This file is a shell script that caches the results of configure
34587 # tests run on this system so they can be shared between configure
34588 # scripts and configure runs, see configure's option --config-cache.
34589 # It is not useful on other systems. If it contains results you don't
34590 # want to keep, you may remove or edit it.
34591 #
34592 # config.status only pays attention to the cache file if you give it
34593 # the --recheck option to rerun configure.
34594 #
34595 # `ac_cv_env_foo' variables (set or unset) will be overridden when
34596 # loading this file, other *unset* `ac_cv_foo' will be assigned the
34597 # following values.
34598
34599 _ACEOF
34600
34601 # The following way of writing the cache mishandles newlines in values,
34602 # but we know of no workaround that is simple, portable, and efficient.
34603 # So, don't put newlines in cache variables' values.
34604 # Ultrix sh set writes to stderr and can't be redirected directly,
34605 # and sets the high bit in the cache file unless we assign to the vars.
34606 {
34607 (set) 2>&1 |
34608 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34609 *ac_space=\ *)
34610 # `set' does not quote correctly, so add quotes (double-quote
34611 # substitution turns \\\\ into \\, and sed turns \\ into \).
34612 sed -n \
34613 "s/'/'\\\\''/g;
34614 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34615 ;;
34616 *)
34617 # `set' quotes correctly as required by POSIX, so do not add quotes.
34618 sed -n \
34619 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34620 ;;
34621 esac;
34622 } |
34623 sed '
34624 t clear
34625 : clear
34626 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34627 t end
34628 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34629 : end' >>confcache
34630 if diff $cache_file confcache >/dev/null 2>&1; then :; else
34631 if test -w $cache_file; then
34632 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34633 cat confcache >$cache_file
34634 else
34635 echo "not updating unwritable cache $cache_file"
34636 fi
34637 fi
34638 rm -f confcache
34639
34640
34641 CPP_MT_FLAG=
34642 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
34643
34644
34645 THREADS_LINK=
34646 THREADS_CFLAGS=
34647
34648 if test "$wxUSE_THREADS" = "yes" ; then
34649 if test "$USE_BEOS" = 1; then
34650 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
34651 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
34652 wxUSE_THREADS="no"
34653 fi
34654 fi
34655
34656 if test "$wxUSE_THREADS" = "yes" ; then
34657
34658
34659 THREAD_OPTS="-pthread"
34660 case "${host}" in
34661 *-*-solaris2* | *-*-sunos4* )
34662 if test "x$GCC" = "xyes"; then
34663 THREAD_OPTS="-pthreads $THREAD_OPTS"
34664 else
34665 THREAD_OPTS="-mt $THREAD_OPTS"
34666 fi
34667 ;;
34668 *-*-freebsd*)
34669 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
34670 ;;
34671 *-*-darwin* | *-*-cygwin* )
34672 THREAD_OPTS=""
34673 ;;
34674 *-*-aix*)
34675 THREAD_OPTS="pthreads"
34676 ;;
34677 *-hp-hpux* )
34678 if test "x$GCC" != "xyes"; then
34679 THREAD_OPTS=""
34680 fi
34681 ;;
34682
34683 *-*-irix* )
34684 if test "x$GCC" = "xyes"; then
34685 THREAD_OPTS=""
34686 fi
34687 ;;
34688
34689 *-*-*UnixWare*)
34690 if test "x$GCC" != "xyes"; then
34691 THREAD_OPTS="-Ethread"
34692 fi
34693 ;;
34694 esac
34695
34696 THREAD_OPTS="$THREAD_OPTS pthread none"
34697
34698 THREADS_OK=no
34699 for flag in $THREAD_OPTS; do
34700 case $flag in
34701 none)
34702 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
34703 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
34704 ;;
34705
34706 -*)
34707 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
34708 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
34709 THREADS_CFLAGS="$flag"
34710 ;;
34711
34712 *)
34713 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
34714 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
34715 THREADS_LINK="-l$flag"
34716 ;;
34717 esac
34718
34719 save_LIBS="$LIBS"
34720 save_CFLAGS="$CFLAGS"
34721 LIBS="$THREADS_LINK $LIBS"
34722 CFLAGS="$THREADS_CFLAGS $CFLAGS"
34723
34724 cat >conftest.$ac_ext <<_ACEOF
34725 /* confdefs.h. */
34726 _ACEOF
34727 cat confdefs.h >>conftest.$ac_ext
34728 cat >>conftest.$ac_ext <<_ACEOF
34729 /* end confdefs.h. */
34730 #include <pthread.h>
34731 int
34732 main ()
34733 {
34734 pthread_create(0,0,0,0);
34735 ;
34736 return 0;
34737 }
34738 _ACEOF
34739 rm -f conftest.$ac_objext conftest$ac_exeext
34740 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34741 (eval $ac_link) 2>conftest.er1
34742 ac_status=$?
34743 grep -v '^ *+' conftest.er1 >conftest.err
34744 rm -f conftest.er1
34745 cat conftest.err >&5
34746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34747 (exit $ac_status); } &&
34748 { ac_try='test -z "$ac_c_werror_flag"
34749 || test ! -s conftest.err'
34750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34751 (eval $ac_try) 2>&5
34752 ac_status=$?
34753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34754 (exit $ac_status); }; } &&
34755 { ac_try='test -s conftest$ac_exeext'
34756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34757 (eval $ac_try) 2>&5
34758 ac_status=$?
34759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34760 (exit $ac_status); }; }; then
34761 THREADS_OK=yes
34762 else
34763 echo "$as_me: failed program was:" >&5
34764 sed 's/^/| /' conftest.$ac_ext >&5
34765
34766 fi
34767 rm -f conftest.err conftest.$ac_objext \
34768 conftest$ac_exeext conftest.$ac_ext
34769
34770 LIBS="$save_LIBS"
34771 CFLAGS="$save_CFLAGS"
34772
34773 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
34774 echo "${ECHO_T}$THREADS_OK" >&6
34775 if test "x$THREADS_OK" = "xyes"; then
34776 break;
34777 fi
34778
34779 THREADS_LINK=""
34780 THREADS_CFLAGS=""
34781 done
34782
34783 if test "x$THREADS_OK" != "xyes"; then
34784 wxUSE_THREADS=no
34785 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
34786 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
34787 else
34788 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
34789 LIBS="$THREADS_LINK $LIBS"
34790
34791 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
34792 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
34793 flag=no
34794 case "${host}" in
34795 *-aix*)
34796 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
34797 flag="-D_THREAD_SAFE"
34798 ;;
34799 *-freebsd*)
34800 flag="-D_THREAD_SAFE"
34801 ;;
34802 *-hp-hpux* )
34803 flag="-D_REENTRANT"
34804 if test "x$GCC" != "xyes"; then
34805 flag="$flag -D_RWSTD_MULTI_THREAD"
34806 fi
34807 ;;
34808 *solaris* | alpha*-osf*)
34809 flag="-D_REENTRANT"
34810 ;;
34811 esac
34812 echo "$as_me:$LINENO: result: ${flag}" >&5
34813 echo "${ECHO_T}${flag}" >&6
34814 if test "x$flag" != xno; then
34815 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
34816 fi
34817
34818 if test "x$THREADS_CFLAGS" != "x"; then
34819 CFLAGS="$CFLAGS $THREADS_CFLAGS"
34820 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
34821 fi
34822 fi
34823 fi
34824
34825 if test "$wxUSE_THREADS" = "yes" ; then
34826
34827 for ac_func in thr_setconcurrency
34828 do
34829 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34830 echo "$as_me:$LINENO: checking for $ac_func" >&5
34831 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34832 if eval "test \"\${$as_ac_var+set}\" = set"; then
34833 echo $ECHO_N "(cached) $ECHO_C" >&6
34834 else
34835 cat >conftest.$ac_ext <<_ACEOF
34836 /* confdefs.h. */
34837 _ACEOF
34838 cat confdefs.h >>conftest.$ac_ext
34839 cat >>conftest.$ac_ext <<_ACEOF
34840 /* end confdefs.h. */
34841 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34842 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34843 #define $ac_func innocuous_$ac_func
34844
34845 /* System header to define __stub macros and hopefully few prototypes,
34846 which can conflict with char $ac_func (); below.
34847 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34848 <limits.h> exists even on freestanding compilers. */
34849
34850 #ifdef __STDC__
34851 # include <limits.h>
34852 #else
34853 # include <assert.h>
34854 #endif
34855
34856 #undef $ac_func
34857
34858 /* Override any gcc2 internal prototype to avoid an error. */
34859 #ifdef __cplusplus
34860 extern "C"
34861 {
34862 #endif
34863 /* We use char because int might match the return type of a gcc2
34864 builtin and then its argument prototype would still apply. */
34865 char $ac_func ();
34866 /* The GNU C library defines this for functions which it implements
34867 to always fail with ENOSYS. Some functions are actually named
34868 something starting with __ and the normal name is an alias. */
34869 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34870 choke me
34871 #else
34872 char (*f) () = $ac_func;
34873 #endif
34874 #ifdef __cplusplus
34875 }
34876 #endif
34877
34878 int
34879 main ()
34880 {
34881 return f != $ac_func;
34882 ;
34883 return 0;
34884 }
34885 _ACEOF
34886 rm -f conftest.$ac_objext conftest$ac_exeext
34887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34888 (eval $ac_link) 2>conftest.er1
34889 ac_status=$?
34890 grep -v '^ *+' conftest.er1 >conftest.err
34891 rm -f conftest.er1
34892 cat conftest.err >&5
34893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34894 (exit $ac_status); } &&
34895 { ac_try='test -z "$ac_c_werror_flag"
34896 || test ! -s conftest.err'
34897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34898 (eval $ac_try) 2>&5
34899 ac_status=$?
34900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34901 (exit $ac_status); }; } &&
34902 { ac_try='test -s conftest$ac_exeext'
34903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34904 (eval $ac_try) 2>&5
34905 ac_status=$?
34906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34907 (exit $ac_status); }; }; then
34908 eval "$as_ac_var=yes"
34909 else
34910 echo "$as_me: failed program was:" >&5
34911 sed 's/^/| /' conftest.$ac_ext >&5
34912
34913 eval "$as_ac_var=no"
34914 fi
34915 rm -f conftest.err conftest.$ac_objext \
34916 conftest$ac_exeext conftest.$ac_ext
34917 fi
34918 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34919 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34920 if test `eval echo '${'$as_ac_var'}'` = yes; then
34921 cat >>confdefs.h <<_ACEOF
34922 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34923 _ACEOF
34924
34925 fi
34926 done
34927
34928
34929
34930 for ac_header in sched.h
34931 do
34932 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34933 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34934 echo "$as_me:$LINENO: checking for $ac_header" >&5
34935 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34936 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34937 echo $ECHO_N "(cached) $ECHO_C" >&6
34938 fi
34939 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34940 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34941 else
34942 # Is the header compilable?
34943 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34944 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34945 cat >conftest.$ac_ext <<_ACEOF
34946 /* confdefs.h. */
34947 _ACEOF
34948 cat confdefs.h >>conftest.$ac_ext
34949 cat >>conftest.$ac_ext <<_ACEOF
34950 /* end confdefs.h. */
34951 $ac_includes_default
34952 #include <$ac_header>
34953 _ACEOF
34954 rm -f conftest.$ac_objext
34955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34956 (eval $ac_compile) 2>conftest.er1
34957 ac_status=$?
34958 grep -v '^ *+' conftest.er1 >conftest.err
34959 rm -f conftest.er1
34960 cat conftest.err >&5
34961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34962 (exit $ac_status); } &&
34963 { ac_try='test -z "$ac_c_werror_flag"
34964 || test ! -s conftest.err'
34965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34966 (eval $ac_try) 2>&5
34967 ac_status=$?
34968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34969 (exit $ac_status); }; } &&
34970 { ac_try='test -s conftest.$ac_objext'
34971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34972 (eval $ac_try) 2>&5
34973 ac_status=$?
34974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34975 (exit $ac_status); }; }; then
34976 ac_header_compiler=yes
34977 else
34978 echo "$as_me: failed program was:" >&5
34979 sed 's/^/| /' conftest.$ac_ext >&5
34980
34981 ac_header_compiler=no
34982 fi
34983 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34984 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34985 echo "${ECHO_T}$ac_header_compiler" >&6
34986
34987 # Is the header present?
34988 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34989 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34990 cat >conftest.$ac_ext <<_ACEOF
34991 /* confdefs.h. */
34992 _ACEOF
34993 cat confdefs.h >>conftest.$ac_ext
34994 cat >>conftest.$ac_ext <<_ACEOF
34995 /* end confdefs.h. */
34996 #include <$ac_header>
34997 _ACEOF
34998 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34999 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
35000 ac_status=$?
35001 grep -v '^ *+' conftest.er1 >conftest.err
35002 rm -f conftest.er1
35003 cat conftest.err >&5
35004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35005 (exit $ac_status); } >/dev/null; then
35006 if test -s conftest.err; then
35007 ac_cpp_err=$ac_c_preproc_warn_flag
35008 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
35009 else
35010 ac_cpp_err=
35011 fi
35012 else
35013 ac_cpp_err=yes
35014 fi
35015 if test -z "$ac_cpp_err"; then
35016 ac_header_preproc=yes
35017 else
35018 echo "$as_me: failed program was:" >&5
35019 sed 's/^/| /' conftest.$ac_ext >&5
35020
35021 ac_header_preproc=no
35022 fi
35023 rm -f conftest.err conftest.$ac_ext
35024 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35025 echo "${ECHO_T}$ac_header_preproc" >&6
35026
35027 # So? What about this header?
35028 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35029 yes:no: )
35030 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35031 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35032 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35033 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35034 ac_header_preproc=yes
35035 ;;
35036 no:yes:* )
35037 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35038 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35039 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35040 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35041 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35042 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35043 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35044 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
35045 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35046 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35047 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35048 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35049 (
35050 cat <<\_ASBOX
35051 ## ----------------------------------------- ##
35052 ## Report this to wx-dev@lists.wxwidgets.org ##
35053 ## ----------------------------------------- ##
35054 _ASBOX
35055 ) |
35056 sed "s/^/$as_me: WARNING: /" >&2
35057 ;;
35058 esac
35059 echo "$as_me:$LINENO: checking for $ac_header" >&5
35060 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35061 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35062 echo $ECHO_N "(cached) $ECHO_C" >&6
35063 else
35064 eval "$as_ac_Header=\$ac_header_preproc"
35065 fi
35066 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35067 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35068
35069 fi
35070 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35071 cat >>confdefs.h <<_ACEOF
35072 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35073 _ACEOF
35074
35075 fi
35076
35077 done
35078
35079 if test "$ac_cv_header_sched_h" = "yes"; then
35080 echo "$as_me:$LINENO: checking for sched_yield" >&5
35081 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
35082 if test "${ac_cv_func_sched_yield+set}" = set; then
35083 echo $ECHO_N "(cached) $ECHO_C" >&6
35084 else
35085 cat >conftest.$ac_ext <<_ACEOF
35086 /* confdefs.h. */
35087 _ACEOF
35088 cat confdefs.h >>conftest.$ac_ext
35089 cat >>conftest.$ac_ext <<_ACEOF
35090 /* end confdefs.h. */
35091 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
35092 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35093 #define sched_yield innocuous_sched_yield
35094
35095 /* System header to define __stub macros and hopefully few prototypes,
35096 which can conflict with char sched_yield (); below.
35097 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35098 <limits.h> exists even on freestanding compilers. */
35099
35100 #ifdef __STDC__
35101 # include <limits.h>
35102 #else
35103 # include <assert.h>
35104 #endif
35105
35106 #undef sched_yield
35107
35108 /* Override any gcc2 internal prototype to avoid an error. */
35109 #ifdef __cplusplus
35110 extern "C"
35111 {
35112 #endif
35113 /* We use char because int might match the return type of a gcc2
35114 builtin and then its argument prototype would still apply. */
35115 char sched_yield ();
35116 /* The GNU C library defines this for functions which it implements
35117 to always fail with ENOSYS. Some functions are actually named
35118 something starting with __ and the normal name is an alias. */
35119 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
35120 choke me
35121 #else
35122 char (*f) () = sched_yield;
35123 #endif
35124 #ifdef __cplusplus
35125 }
35126 #endif
35127
35128 int
35129 main ()
35130 {
35131 return f != sched_yield;
35132 ;
35133 return 0;
35134 }
35135 _ACEOF
35136 rm -f conftest.$ac_objext conftest$ac_exeext
35137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35138 (eval $ac_link) 2>conftest.er1
35139 ac_status=$?
35140 grep -v '^ *+' conftest.er1 >conftest.err
35141 rm -f conftest.er1
35142 cat conftest.err >&5
35143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35144 (exit $ac_status); } &&
35145 { ac_try='test -z "$ac_c_werror_flag"
35146 || test ! -s conftest.err'
35147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35148 (eval $ac_try) 2>&5
35149 ac_status=$?
35150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35151 (exit $ac_status); }; } &&
35152 { ac_try='test -s conftest$ac_exeext'
35153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35154 (eval $ac_try) 2>&5
35155 ac_status=$?
35156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35157 (exit $ac_status); }; }; then
35158 ac_cv_func_sched_yield=yes
35159 else
35160 echo "$as_me: failed program was:" >&5
35161 sed 's/^/| /' conftest.$ac_ext >&5
35162
35163 ac_cv_func_sched_yield=no
35164 fi
35165 rm -f conftest.err conftest.$ac_objext \
35166 conftest$ac_exeext conftest.$ac_ext
35167 fi
35168 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
35169 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
35170 if test $ac_cv_func_sched_yield = yes; then
35171 cat >>confdefs.h <<\_ACEOF
35172 #define HAVE_SCHED_YIELD 1
35173 _ACEOF
35174
35175 else
35176
35177 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
35178 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
35179 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
35180 echo $ECHO_N "(cached) $ECHO_C" >&6
35181 else
35182 ac_check_lib_save_LIBS=$LIBS
35183 LIBS="-lposix4 $LIBS"
35184 cat >conftest.$ac_ext <<_ACEOF
35185 /* confdefs.h. */
35186 _ACEOF
35187 cat confdefs.h >>conftest.$ac_ext
35188 cat >>conftest.$ac_ext <<_ACEOF
35189 /* end confdefs.h. */
35190
35191 /* Override any gcc2 internal prototype to avoid an error. */
35192 #ifdef __cplusplus
35193 extern "C"
35194 #endif
35195 /* We use char because int might match the return type of a gcc2
35196 builtin and then its argument prototype would still apply. */
35197 char sched_yield ();
35198 int
35199 main ()
35200 {
35201 sched_yield ();
35202 ;
35203 return 0;
35204 }
35205 _ACEOF
35206 rm -f conftest.$ac_objext conftest$ac_exeext
35207 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35208 (eval $ac_link) 2>conftest.er1
35209 ac_status=$?
35210 grep -v '^ *+' conftest.er1 >conftest.err
35211 rm -f conftest.er1
35212 cat conftest.err >&5
35213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35214 (exit $ac_status); } &&
35215 { ac_try='test -z "$ac_c_werror_flag"
35216 || test ! -s conftest.err'
35217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35218 (eval $ac_try) 2>&5
35219 ac_status=$?
35220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35221 (exit $ac_status); }; } &&
35222 { ac_try='test -s conftest$ac_exeext'
35223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35224 (eval $ac_try) 2>&5
35225 ac_status=$?
35226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35227 (exit $ac_status); }; }; then
35228 ac_cv_lib_posix4_sched_yield=yes
35229 else
35230 echo "$as_me: failed program was:" >&5
35231 sed 's/^/| /' conftest.$ac_ext >&5
35232
35233 ac_cv_lib_posix4_sched_yield=no
35234 fi
35235 rm -f conftest.err conftest.$ac_objext \
35236 conftest$ac_exeext conftest.$ac_ext
35237 LIBS=$ac_check_lib_save_LIBS
35238 fi
35239 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
35240 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
35241 if test $ac_cv_lib_posix4_sched_yield = yes; then
35242 cat >>confdefs.h <<\_ACEOF
35243 #define HAVE_SCHED_YIELD 1
35244 _ACEOF
35245 POSIX4_LINK=" -lposix4"
35246 else
35247 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
35248 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
35249
35250 fi
35251
35252
35253
35254 fi
35255
35256 fi
35257
35258 HAVE_PRIOR_FUNCS=0
35259 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
35260 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
35261 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
35262 echo $ECHO_N "(cached) $ECHO_C" >&6
35263 else
35264 cat >conftest.$ac_ext <<_ACEOF
35265 /* confdefs.h. */
35266 _ACEOF
35267 cat confdefs.h >>conftest.$ac_ext
35268 cat >>conftest.$ac_ext <<_ACEOF
35269 /* end confdefs.h. */
35270 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
35271 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35272 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
35273
35274 /* System header to define __stub macros and hopefully few prototypes,
35275 which can conflict with char pthread_attr_getschedpolicy (); below.
35276 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35277 <limits.h> exists even on freestanding compilers. */
35278
35279 #ifdef __STDC__
35280 # include <limits.h>
35281 #else
35282 # include <assert.h>
35283 #endif
35284
35285 #undef pthread_attr_getschedpolicy
35286
35287 /* Override any gcc2 internal prototype to avoid an error. */
35288 #ifdef __cplusplus
35289 extern "C"
35290 {
35291 #endif
35292 /* We use char because int might match the return type of a gcc2
35293 builtin and then its argument prototype would still apply. */
35294 char pthread_attr_getschedpolicy ();
35295 /* The GNU C library defines this for functions which it implements
35296 to always fail with ENOSYS. Some functions are actually named
35297 something starting with __ and the normal name is an alias. */
35298 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
35299 choke me
35300 #else
35301 char (*f) () = pthread_attr_getschedpolicy;
35302 #endif
35303 #ifdef __cplusplus
35304 }
35305 #endif
35306
35307 int
35308 main ()
35309 {
35310 return f != pthread_attr_getschedpolicy;
35311 ;
35312 return 0;
35313 }
35314 _ACEOF
35315 rm -f conftest.$ac_objext conftest$ac_exeext
35316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35317 (eval $ac_link) 2>conftest.er1
35318 ac_status=$?
35319 grep -v '^ *+' conftest.er1 >conftest.err
35320 rm -f conftest.er1
35321 cat conftest.err >&5
35322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35323 (exit $ac_status); } &&
35324 { ac_try='test -z "$ac_c_werror_flag"
35325 || test ! -s conftest.err'
35326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35327 (eval $ac_try) 2>&5
35328 ac_status=$?
35329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35330 (exit $ac_status); }; } &&
35331 { ac_try='test -s conftest$ac_exeext'
35332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35333 (eval $ac_try) 2>&5
35334 ac_status=$?
35335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35336 (exit $ac_status); }; }; then
35337 ac_cv_func_pthread_attr_getschedpolicy=yes
35338 else
35339 echo "$as_me: failed program was:" >&5
35340 sed 's/^/| /' conftest.$ac_ext >&5
35341
35342 ac_cv_func_pthread_attr_getschedpolicy=no
35343 fi
35344 rm -f conftest.err conftest.$ac_objext \
35345 conftest$ac_exeext conftest.$ac_ext
35346 fi
35347 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
35348 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
35349 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
35350 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
35351 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
35352 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
35353 echo $ECHO_N "(cached) $ECHO_C" >&6
35354 else
35355 cat >conftest.$ac_ext <<_ACEOF
35356 /* confdefs.h. */
35357 _ACEOF
35358 cat confdefs.h >>conftest.$ac_ext
35359 cat >>conftest.$ac_ext <<_ACEOF
35360 /* end confdefs.h. */
35361 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
35362 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35363 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
35364
35365 /* System header to define __stub macros and hopefully few prototypes,
35366 which can conflict with char pthread_attr_setschedparam (); below.
35367 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35368 <limits.h> exists even on freestanding compilers. */
35369
35370 #ifdef __STDC__
35371 # include <limits.h>
35372 #else
35373 # include <assert.h>
35374 #endif
35375
35376 #undef pthread_attr_setschedparam
35377
35378 /* Override any gcc2 internal prototype to avoid an error. */
35379 #ifdef __cplusplus
35380 extern "C"
35381 {
35382 #endif
35383 /* We use char because int might match the return type of a gcc2
35384 builtin and then its argument prototype would still apply. */
35385 char pthread_attr_setschedparam ();
35386 /* The GNU C library defines this for functions which it implements
35387 to always fail with ENOSYS. Some functions are actually named
35388 something starting with __ and the normal name is an alias. */
35389 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
35390 choke me
35391 #else
35392 char (*f) () = pthread_attr_setschedparam;
35393 #endif
35394 #ifdef __cplusplus
35395 }
35396 #endif
35397
35398 int
35399 main ()
35400 {
35401 return f != pthread_attr_setschedparam;
35402 ;
35403 return 0;
35404 }
35405 _ACEOF
35406 rm -f conftest.$ac_objext conftest$ac_exeext
35407 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35408 (eval $ac_link) 2>conftest.er1
35409 ac_status=$?
35410 grep -v '^ *+' conftest.er1 >conftest.err
35411 rm -f conftest.er1
35412 cat conftest.err >&5
35413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35414 (exit $ac_status); } &&
35415 { ac_try='test -z "$ac_c_werror_flag"
35416 || test ! -s conftest.err'
35417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35418 (eval $ac_try) 2>&5
35419 ac_status=$?
35420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35421 (exit $ac_status); }; } &&
35422 { ac_try='test -s conftest$ac_exeext'
35423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35424 (eval $ac_try) 2>&5
35425 ac_status=$?
35426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35427 (exit $ac_status); }; }; then
35428 ac_cv_func_pthread_attr_setschedparam=yes
35429 else
35430 echo "$as_me: failed program was:" >&5
35431 sed 's/^/| /' conftest.$ac_ext >&5
35432
35433 ac_cv_func_pthread_attr_setschedparam=no
35434 fi
35435 rm -f conftest.err conftest.$ac_objext \
35436 conftest$ac_exeext conftest.$ac_ext
35437 fi
35438 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
35439 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
35440 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
35441 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
35442 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
35443 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
35444 echo $ECHO_N "(cached) $ECHO_C" >&6
35445 else
35446 cat >conftest.$ac_ext <<_ACEOF
35447 /* confdefs.h. */
35448 _ACEOF
35449 cat confdefs.h >>conftest.$ac_ext
35450 cat >>conftest.$ac_ext <<_ACEOF
35451 /* end confdefs.h. */
35452 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
35453 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35454 #define sched_get_priority_max innocuous_sched_get_priority_max
35455
35456 /* System header to define __stub macros and hopefully few prototypes,
35457 which can conflict with char sched_get_priority_max (); below.
35458 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35459 <limits.h> exists even on freestanding compilers. */
35460
35461 #ifdef __STDC__
35462 # include <limits.h>
35463 #else
35464 # include <assert.h>
35465 #endif
35466
35467 #undef sched_get_priority_max
35468
35469 /* Override any gcc2 internal prototype to avoid an error. */
35470 #ifdef __cplusplus
35471 extern "C"
35472 {
35473 #endif
35474 /* We use char because int might match the return type of a gcc2
35475 builtin and then its argument prototype would still apply. */
35476 char sched_get_priority_max ();
35477 /* The GNU C library defines this for functions which it implements
35478 to always fail with ENOSYS. Some functions are actually named
35479 something starting with __ and the normal name is an alias. */
35480 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
35481 choke me
35482 #else
35483 char (*f) () = sched_get_priority_max;
35484 #endif
35485 #ifdef __cplusplus
35486 }
35487 #endif
35488
35489 int
35490 main ()
35491 {
35492 return f != sched_get_priority_max;
35493 ;
35494 return 0;
35495 }
35496 _ACEOF
35497 rm -f conftest.$ac_objext conftest$ac_exeext
35498 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35499 (eval $ac_link) 2>conftest.er1
35500 ac_status=$?
35501 grep -v '^ *+' conftest.er1 >conftest.err
35502 rm -f conftest.er1
35503 cat conftest.err >&5
35504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35505 (exit $ac_status); } &&
35506 { ac_try='test -z "$ac_c_werror_flag"
35507 || test ! -s conftest.err'
35508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35509 (eval $ac_try) 2>&5
35510 ac_status=$?
35511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35512 (exit $ac_status); }; } &&
35513 { ac_try='test -s conftest$ac_exeext'
35514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35515 (eval $ac_try) 2>&5
35516 ac_status=$?
35517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35518 (exit $ac_status); }; }; then
35519 ac_cv_func_sched_get_priority_max=yes
35520 else
35521 echo "$as_me: failed program was:" >&5
35522 sed 's/^/| /' conftest.$ac_ext >&5
35523
35524 ac_cv_func_sched_get_priority_max=no
35525 fi
35526 rm -f conftest.err conftest.$ac_objext \
35527 conftest$ac_exeext conftest.$ac_ext
35528 fi
35529 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
35530 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
35531 if test $ac_cv_func_sched_get_priority_max = yes; then
35532 HAVE_PRIOR_FUNCS=1
35533 else
35534 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
35535 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
35536 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
35537 echo $ECHO_N "(cached) $ECHO_C" >&6
35538 else
35539 ac_check_lib_save_LIBS=$LIBS
35540 LIBS="-lposix4 $LIBS"
35541 cat >conftest.$ac_ext <<_ACEOF
35542 /* confdefs.h. */
35543 _ACEOF
35544 cat confdefs.h >>conftest.$ac_ext
35545 cat >>conftest.$ac_ext <<_ACEOF
35546 /* end confdefs.h. */
35547
35548 /* Override any gcc2 internal prototype to avoid an error. */
35549 #ifdef __cplusplus
35550 extern "C"
35551 #endif
35552 /* We use char because int might match the return type of a gcc2
35553 builtin and then its argument prototype would still apply. */
35554 char sched_get_priority_max ();
35555 int
35556 main ()
35557 {
35558 sched_get_priority_max ();
35559 ;
35560 return 0;
35561 }
35562 _ACEOF
35563 rm -f conftest.$ac_objext conftest$ac_exeext
35564 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35565 (eval $ac_link) 2>conftest.er1
35566 ac_status=$?
35567 grep -v '^ *+' conftest.er1 >conftest.err
35568 rm -f conftest.er1
35569 cat conftest.err >&5
35570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35571 (exit $ac_status); } &&
35572 { ac_try='test -z "$ac_c_werror_flag"
35573 || test ! -s conftest.err'
35574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35575 (eval $ac_try) 2>&5
35576 ac_status=$?
35577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35578 (exit $ac_status); }; } &&
35579 { ac_try='test -s conftest$ac_exeext'
35580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35581 (eval $ac_try) 2>&5
35582 ac_status=$?
35583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35584 (exit $ac_status); }; }; then
35585 ac_cv_lib_posix4_sched_get_priority_max=yes
35586 else
35587 echo "$as_me: failed program was:" >&5
35588 sed 's/^/| /' conftest.$ac_ext >&5
35589
35590 ac_cv_lib_posix4_sched_get_priority_max=no
35591 fi
35592 rm -f conftest.err conftest.$ac_objext \
35593 conftest$ac_exeext conftest.$ac_ext
35594 LIBS=$ac_check_lib_save_LIBS
35595 fi
35596 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
35597 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
35598 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
35599
35600 HAVE_PRIOR_FUNCS=1
35601 POSIX4_LINK=" -lposix4"
35602
35603 fi
35604
35605
35606 fi
35607
35608
35609 fi
35610
35611
35612 fi
35613
35614
35615 if test "$HAVE_PRIOR_FUNCS" = 1; then
35616 cat >>confdefs.h <<\_ACEOF
35617 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
35618 _ACEOF
35619
35620 else
35621 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
35622 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
35623 fi
35624
35625 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
35626 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
35627 if test "${ac_cv_func_pthread_cancel+set}" = set; then
35628 echo $ECHO_N "(cached) $ECHO_C" >&6
35629 else
35630 cat >conftest.$ac_ext <<_ACEOF
35631 /* confdefs.h. */
35632 _ACEOF
35633 cat confdefs.h >>conftest.$ac_ext
35634 cat >>conftest.$ac_ext <<_ACEOF
35635 /* end confdefs.h. */
35636 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
35637 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35638 #define pthread_cancel innocuous_pthread_cancel
35639
35640 /* System header to define __stub macros and hopefully few prototypes,
35641 which can conflict with char pthread_cancel (); below.
35642 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35643 <limits.h> exists even on freestanding compilers. */
35644
35645 #ifdef __STDC__
35646 # include <limits.h>
35647 #else
35648 # include <assert.h>
35649 #endif
35650
35651 #undef pthread_cancel
35652
35653 /* Override any gcc2 internal prototype to avoid an error. */
35654 #ifdef __cplusplus
35655 extern "C"
35656 {
35657 #endif
35658 /* We use char because int might match the return type of a gcc2
35659 builtin and then its argument prototype would still apply. */
35660 char pthread_cancel ();
35661 /* The GNU C library defines this for functions which it implements
35662 to always fail with ENOSYS. Some functions are actually named
35663 something starting with __ and the normal name is an alias. */
35664 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
35665 choke me
35666 #else
35667 char (*f) () = pthread_cancel;
35668 #endif
35669 #ifdef __cplusplus
35670 }
35671 #endif
35672
35673 int
35674 main ()
35675 {
35676 return f != pthread_cancel;
35677 ;
35678 return 0;
35679 }
35680 _ACEOF
35681 rm -f conftest.$ac_objext conftest$ac_exeext
35682 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35683 (eval $ac_link) 2>conftest.er1
35684 ac_status=$?
35685 grep -v '^ *+' conftest.er1 >conftest.err
35686 rm -f conftest.er1
35687 cat conftest.err >&5
35688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35689 (exit $ac_status); } &&
35690 { ac_try='test -z "$ac_c_werror_flag"
35691 || test ! -s conftest.err'
35692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35693 (eval $ac_try) 2>&5
35694 ac_status=$?
35695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35696 (exit $ac_status); }; } &&
35697 { ac_try='test -s conftest$ac_exeext'
35698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35699 (eval $ac_try) 2>&5
35700 ac_status=$?
35701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35702 (exit $ac_status); }; }; then
35703 ac_cv_func_pthread_cancel=yes
35704 else
35705 echo "$as_me: failed program was:" >&5
35706 sed 's/^/| /' conftest.$ac_ext >&5
35707
35708 ac_cv_func_pthread_cancel=no
35709 fi
35710 rm -f conftest.err conftest.$ac_objext \
35711 conftest$ac_exeext conftest.$ac_ext
35712 fi
35713 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
35714 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
35715 if test $ac_cv_func_pthread_cancel = yes; then
35716 cat >>confdefs.h <<\_ACEOF
35717 #define HAVE_PTHREAD_CANCEL 1
35718 _ACEOF
35719
35720 else
35721 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
35722 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
35723 fi
35724
35725
35726 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
35727 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
35728 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
35729 echo $ECHO_N "(cached) $ECHO_C" >&6
35730 else
35731 cat >conftest.$ac_ext <<_ACEOF
35732 /* confdefs.h. */
35733 _ACEOF
35734 cat confdefs.h >>conftest.$ac_ext
35735 cat >>conftest.$ac_ext <<_ACEOF
35736 /* end confdefs.h. */
35737 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
35738 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35739 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
35740
35741 /* System header to define __stub macros and hopefully few prototypes,
35742 which can conflict with char pthread_attr_setstacksize (); below.
35743 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35744 <limits.h> exists even on freestanding compilers. */
35745
35746 #ifdef __STDC__
35747 # include <limits.h>
35748 #else
35749 # include <assert.h>
35750 #endif
35751
35752 #undef pthread_attr_setstacksize
35753
35754 /* Override any gcc2 internal prototype to avoid an error. */
35755 #ifdef __cplusplus
35756 extern "C"
35757 {
35758 #endif
35759 /* We use char because int might match the return type of a gcc2
35760 builtin and then its argument prototype would still apply. */
35761 char pthread_attr_setstacksize ();
35762 /* The GNU C library defines this for functions which it implements
35763 to always fail with ENOSYS. Some functions are actually named
35764 something starting with __ and the normal name is an alias. */
35765 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
35766 choke me
35767 #else
35768 char (*f) () = pthread_attr_setstacksize;
35769 #endif
35770 #ifdef __cplusplus
35771 }
35772 #endif
35773
35774 int
35775 main ()
35776 {
35777 return f != pthread_attr_setstacksize;
35778 ;
35779 return 0;
35780 }
35781 _ACEOF
35782 rm -f conftest.$ac_objext conftest$ac_exeext
35783 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35784 (eval $ac_link) 2>conftest.er1
35785 ac_status=$?
35786 grep -v '^ *+' conftest.er1 >conftest.err
35787 rm -f conftest.er1
35788 cat conftest.err >&5
35789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35790 (exit $ac_status); } &&
35791 { ac_try='test -z "$ac_c_werror_flag"
35792 || test ! -s conftest.err'
35793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35794 (eval $ac_try) 2>&5
35795 ac_status=$?
35796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35797 (exit $ac_status); }; } &&
35798 { ac_try='test -s conftest$ac_exeext'
35799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35800 (eval $ac_try) 2>&5
35801 ac_status=$?
35802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35803 (exit $ac_status); }; }; then
35804 ac_cv_func_pthread_attr_setstacksize=yes
35805 else
35806 echo "$as_me: failed program was:" >&5
35807 sed 's/^/| /' conftest.$ac_ext >&5
35808
35809 ac_cv_func_pthread_attr_setstacksize=no
35810 fi
35811 rm -f conftest.err conftest.$ac_objext \
35812 conftest$ac_exeext conftest.$ac_ext
35813 fi
35814 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
35815 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
35816 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
35817 cat >>confdefs.h <<\_ACEOF
35818 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
35819 _ACEOF
35820
35821 fi
35822
35823
35824
35825 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
35826 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
35827 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
35828 echo $ECHO_N "(cached) $ECHO_C" >&6
35829 else
35830
35831 cat >conftest.$ac_ext <<_ACEOF
35832 /* confdefs.h. */
35833 _ACEOF
35834 cat confdefs.h >>conftest.$ac_ext
35835 cat >>conftest.$ac_ext <<_ACEOF
35836 /* end confdefs.h. */
35837 #include <pthread.h>
35838 int
35839 main ()
35840 {
35841
35842 pthread_mutexattr_t attr;
35843 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
35844
35845 ;
35846 return 0;
35847 }
35848 _ACEOF
35849 rm -f conftest.$ac_objext
35850 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35851 (eval $ac_compile) 2>conftest.er1
35852 ac_status=$?
35853 grep -v '^ *+' conftest.er1 >conftest.err
35854 rm -f conftest.er1
35855 cat conftest.err >&5
35856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35857 (exit $ac_status); } &&
35858 { ac_try='test -z "$ac_c_werror_flag"
35859 || test ! -s conftest.err'
35860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35861 (eval $ac_try) 2>&5
35862 ac_status=$?
35863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35864 (exit $ac_status); }; } &&
35865 { ac_try='test -s conftest.$ac_objext'
35866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35867 (eval $ac_try) 2>&5
35868 ac_status=$?
35869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35870 (exit $ac_status); }; }; then
35871
35872 wx_cv_type_pthread_mutexattr_t=yes
35873
35874 else
35875 echo "$as_me: failed program was:" >&5
35876 sed 's/^/| /' conftest.$ac_ext >&5
35877
35878
35879 wx_cv_type_pthread_mutexattr_t=no
35880
35881
35882 fi
35883 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35884
35885 fi
35886 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
35887 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
35888
35889 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
35890 cat >>confdefs.h <<\_ACEOF
35891 #define HAVE_PTHREAD_MUTEXATTR_T 1
35892 _ACEOF
35893
35894 else
35895 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
35896 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
35897 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
35898 echo $ECHO_N "(cached) $ECHO_C" >&6
35899 else
35900
35901 cat >conftest.$ac_ext <<_ACEOF
35902 /* confdefs.h. */
35903 _ACEOF
35904 cat confdefs.h >>conftest.$ac_ext
35905 cat >>conftest.$ac_ext <<_ACEOF
35906 /* end confdefs.h. */
35907 #include <pthread.h>
35908 int
35909 main ()
35910 {
35911
35912 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
35913
35914 ;
35915 return 0;
35916 }
35917 _ACEOF
35918 rm -f conftest.$ac_objext
35919 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35920 (eval $ac_compile) 2>conftest.er1
35921 ac_status=$?
35922 grep -v '^ *+' conftest.er1 >conftest.err
35923 rm -f conftest.er1
35924 cat conftest.err >&5
35925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35926 (exit $ac_status); } &&
35927 { ac_try='test -z "$ac_c_werror_flag"
35928 || test ! -s conftest.err'
35929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35930 (eval $ac_try) 2>&5
35931 ac_status=$?
35932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35933 (exit $ac_status); }; } &&
35934 { ac_try='test -s conftest.$ac_objext'
35935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35936 (eval $ac_try) 2>&5
35937 ac_status=$?
35938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35939 (exit $ac_status); }; }; then
35940
35941 wx_cv_type_pthread_rec_mutex_init=yes
35942
35943 else
35944 echo "$as_me: failed program was:" >&5
35945 sed 's/^/| /' conftest.$ac_ext >&5
35946
35947
35948 wx_cv_type_pthread_rec_mutex_init=no
35949
35950
35951 fi
35952 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
35953
35954 fi
35955 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
35956 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
35957 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
35958 cat >>confdefs.h <<\_ACEOF
35959 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
35960 _ACEOF
35961
35962 else
35963 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
35964 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
35965 fi
35966 fi
35967 fi
35968
35969 else
35970 if test "$wxUSE_THREADS" = "yes" ; then
35971 case "${host}" in
35972 *-*-mingw32* )
35973 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
35974 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
35975 if test "${wx_cv_cflags_mthread+set}" = set; then
35976 echo $ECHO_N "(cached) $ECHO_C" >&6
35977 else
35978
35979 CFLAGS_OLD="$CFLAGS"
35980 CFLAGS="$CFLAGS -mthreads"
35981 cat >conftest.$ac_ext <<_ACEOF
35982 /* confdefs.h. */
35983 _ACEOF
35984 cat confdefs.h >>conftest.$ac_ext
35985 cat >>conftest.$ac_ext <<_ACEOF
35986 /* end confdefs.h. */
35987
35988 int
35989 main ()
35990 {
35991
35992 ;
35993 return 0;
35994 }
35995 _ACEOF
35996 rm -f conftest.$ac_objext
35997 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35998 (eval $ac_compile) 2>conftest.er1
35999 ac_status=$?
36000 grep -v '^ *+' conftest.er1 >conftest.err
36001 rm -f conftest.er1
36002 cat conftest.err >&5
36003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36004 (exit $ac_status); } &&
36005 { ac_try='test -z "$ac_c_werror_flag"
36006 || test ! -s conftest.err'
36007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36008 (eval $ac_try) 2>&5
36009 ac_status=$?
36010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36011 (exit $ac_status); }; } &&
36012 { ac_try='test -s conftest.$ac_objext'
36013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36014 (eval $ac_try) 2>&5
36015 ac_status=$?
36016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36017 (exit $ac_status); }; }; then
36018 wx_cv_cflags_mthread=yes
36019 else
36020 echo "$as_me: failed program was:" >&5
36021 sed 's/^/| /' conftest.$ac_ext >&5
36022
36023 wx_cv_cflags_mthread=no
36024
36025 fi
36026 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36027
36028
36029 fi
36030 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
36031 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
36032
36033 if test "$wx_cv_cflags_mthread" = "yes"; then
36034 CXXFLAGS="$CXXFLAGS -mthreads"
36035 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
36036 LDFLAGS="$LDFLAGS -mthreads"
36037 else
36038 CFLAGS="$CFLAGS_OLD"
36039 fi
36040 ;;
36041 *-pc-os2*emx )
36042 CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
36043 CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
36044 LDFLAGS="$LDFLAGS -Zmt"
36045 ;;
36046 esac
36047 fi
36048 fi
36049
36050 if test "$wxUSE_THREADS" = "yes"; then
36051 cat >>confdefs.h <<\_ACEOF
36052 #define wxUSE_THREADS 1
36053 _ACEOF
36054
36055
36056 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
36057 else
36058 if test "$ac_cv_func_strtok_r" = "yes"; then
36059 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
36060 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
36061 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
36062 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
36063 echo "$as_me:$LINENO: result: yes" >&5
36064 echo "${ECHO_T}yes" >&6
36065 else
36066 echo "$as_me:$LINENO: result: no" >&5
36067 echo "${ECHO_T}no" >&6
36068 fi
36069 fi
36070 fi
36071
36072 if test "$WXGTK20" = 1 ; then
36073 cat >>confdefs.h <<_ACEOF
36074 #define __WXGTK20__ $WXGTK20
36075 _ACEOF
36076
36077 WXGTK12=1
36078 fi
36079
36080 if test "$WXGTK12" = 1 ; then
36081 cat >>confdefs.h <<_ACEOF
36082 #define __WXGTK12__ $WXGTK12
36083 _ACEOF
36084
36085 fi
36086
36087 if test "$WXGTK127" = 1 ; then
36088 cat >>confdefs.h <<_ACEOF
36089 #define __WXGTK127__ $WXGTK127
36090 _ACEOF
36091
36092 fi
36093
36094 if test "$WXGPE" = 1 ; then
36095 cat >>confdefs.h <<_ACEOF
36096 #define __WXGPE__ $WXGPE
36097 _ACEOF
36098
36099 fi
36100
36101 WXDEBUG=
36102
36103 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
36104 WXDEBUG="-g"
36105 wxUSE_OPTIMISE=no
36106 fi
36107
36108 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
36109 wxUSE_DEBUG_INFO=yes
36110 if test "$GCC" = yes; then
36111 WXDEBUG="-ggdb"
36112 fi
36113 fi
36114
36115 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
36116 cat >>confdefs.h <<\_ACEOF
36117 #define WXDEBUG 1
36118 _ACEOF
36119
36120 WXDEBUG_DEFINE="-D__WXDEBUG__"
36121 else
36122 if test "$wxUSE_GTK" = 1 ; then
36123 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
36124 fi
36125 fi
36126
36127 if test "$wxUSE_MEM_TRACING" = "yes" ; then
36128 cat >>confdefs.h <<\_ACEOF
36129 #define wxUSE_MEMORY_TRACING 1
36130 _ACEOF
36131
36132 cat >>confdefs.h <<\_ACEOF
36133 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
36134 _ACEOF
36135
36136 cat >>confdefs.h <<\_ACEOF
36137 #define wxUSE_DEBUG_NEW_ALWAYS 1
36138 _ACEOF
36139
36140 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
36141 fi
36142
36143 if test "$wxUSE_DMALLOC" = "yes" ; then
36144 DMALLOC_LIBS="-ldmallocthcxx"
36145 fi
36146
36147 PROFILE=
36148 if test "$wxUSE_PROFILE" = "yes" ; then
36149 PROFILE=" -pg"
36150 fi
36151
36152 CODE_GEN_FLAGS=
36153 CODE_GEN_FLAGS_CXX=
36154 if test "$GCC" = "yes" ; then
36155 if test "$wxUSE_NO_RTTI" = "yes" ; then
36156 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
36157 fi
36158 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36159 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
36160 fi
36161 if test "$wxUSE_PERMISSIVE" = "yes" ; then
36162 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
36163 fi
36164
36165 case "${host}" in
36166 powerpc*-*-aix* )
36167 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
36168 ;;
36169 *-hppa* )
36170 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
36171 ;;
36172 esac
36173 fi
36174
36175 OPTIMISE=
36176 if test "$wxUSE_OPTIMISE" = "no" ; then
36177 if test "$GCC" = yes ; then
36178 OPTIMISE="-O0"
36179 fi
36180 else
36181 if test "$GCC" = yes ; then
36182 OPTIMISE="-O2"
36183
36184 case "${host}" in
36185 i586-*-*|i686-*-* )
36186 OPTIMISE="${OPTIMISE} "
36187 ;;
36188 esac
36189 else
36190 OPTIMISE="-O"
36191 fi
36192 fi
36193
36194
36195 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
36196 cat >>confdefs.h <<\_ACEOF
36197 #define WXWIN_COMPATIBILITY_2_2 1
36198 _ACEOF
36199
36200
36201 WXWIN_COMPATIBILITY_2_4="yes"
36202 fi
36203
36204 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
36205 cat >>confdefs.h <<\_ACEOF
36206 #define WXWIN_COMPATIBILITY_2_4 1
36207 _ACEOF
36208
36209 fi
36210
36211
36212 if test "$wxUSE_GUI" = "yes"; then
36213 cat >>confdefs.h <<\_ACEOF
36214 #define wxUSE_GUI 1
36215 _ACEOF
36216
36217
36218 fi
36219
36220
36221 if test "$wxUSE_UNIX" = "yes"; then
36222 cat >>confdefs.h <<\_ACEOF
36223 #define wxUSE_UNIX 1
36224 _ACEOF
36225
36226 fi
36227
36228
36229 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36230
36231 HAVE_DL_FUNCS=0
36232 HAVE_SHL_FUNCS=0
36233 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36234 if test "$USE_DARWIN" = 1; then
36235 HAVE_DL_FUNCS=1
36236 elif test "$USE_DOS" = 1; then
36237 HAVE_DL_FUNCS=0
36238 else
36239
36240 for ac_func in dlopen
36241 do
36242 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36243 echo "$as_me:$LINENO: checking for $ac_func" >&5
36244 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36245 if eval "test \"\${$as_ac_var+set}\" = set"; then
36246 echo $ECHO_N "(cached) $ECHO_C" >&6
36247 else
36248 cat >conftest.$ac_ext <<_ACEOF
36249 /* confdefs.h. */
36250 _ACEOF
36251 cat confdefs.h >>conftest.$ac_ext
36252 cat >>conftest.$ac_ext <<_ACEOF
36253 /* end confdefs.h. */
36254 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36255 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36256 #define $ac_func innocuous_$ac_func
36257
36258 /* System header to define __stub macros and hopefully few prototypes,
36259 which can conflict with char $ac_func (); below.
36260 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36261 <limits.h> exists even on freestanding compilers. */
36262
36263 #ifdef __STDC__
36264 # include <limits.h>
36265 #else
36266 # include <assert.h>
36267 #endif
36268
36269 #undef $ac_func
36270
36271 /* Override any gcc2 internal prototype to avoid an error. */
36272 #ifdef __cplusplus
36273 extern "C"
36274 {
36275 #endif
36276 /* We use char because int might match the return type of a gcc2
36277 builtin and then its argument prototype would still apply. */
36278 char $ac_func ();
36279 /* The GNU C library defines this for functions which it implements
36280 to always fail with ENOSYS. Some functions are actually named
36281 something starting with __ and the normal name is an alias. */
36282 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36283 choke me
36284 #else
36285 char (*f) () = $ac_func;
36286 #endif
36287 #ifdef __cplusplus
36288 }
36289 #endif
36290
36291 int
36292 main ()
36293 {
36294 return f != $ac_func;
36295 ;
36296 return 0;
36297 }
36298 _ACEOF
36299 rm -f conftest.$ac_objext conftest$ac_exeext
36300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36301 (eval $ac_link) 2>conftest.er1
36302 ac_status=$?
36303 grep -v '^ *+' conftest.er1 >conftest.err
36304 rm -f conftest.er1
36305 cat conftest.err >&5
36306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36307 (exit $ac_status); } &&
36308 { ac_try='test -z "$ac_c_werror_flag"
36309 || test ! -s conftest.err'
36310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36311 (eval $ac_try) 2>&5
36312 ac_status=$?
36313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36314 (exit $ac_status); }; } &&
36315 { ac_try='test -s conftest$ac_exeext'
36316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36317 (eval $ac_try) 2>&5
36318 ac_status=$?
36319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36320 (exit $ac_status); }; }; then
36321 eval "$as_ac_var=yes"
36322 else
36323 echo "$as_me: failed program was:" >&5
36324 sed 's/^/| /' conftest.$ac_ext >&5
36325
36326 eval "$as_ac_var=no"
36327 fi
36328 rm -f conftest.err conftest.$ac_objext \
36329 conftest$ac_exeext conftest.$ac_ext
36330 fi
36331 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36332 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36333 if test `eval echo '${'$as_ac_var'}'` = yes; then
36334 cat >>confdefs.h <<_ACEOF
36335 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36336 _ACEOF
36337
36338 cat >>confdefs.h <<\_ACEOF
36339 #define HAVE_DLOPEN 1
36340 _ACEOF
36341
36342 HAVE_DL_FUNCS=1
36343
36344 else
36345
36346 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
36347 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
36348 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
36349 echo $ECHO_N "(cached) $ECHO_C" >&6
36350 else
36351 ac_check_lib_save_LIBS=$LIBS
36352 LIBS="-ldl $LIBS"
36353 cat >conftest.$ac_ext <<_ACEOF
36354 /* confdefs.h. */
36355 _ACEOF
36356 cat confdefs.h >>conftest.$ac_ext
36357 cat >>conftest.$ac_ext <<_ACEOF
36358 /* end confdefs.h. */
36359
36360 /* Override any gcc2 internal prototype to avoid an error. */
36361 #ifdef __cplusplus
36362 extern "C"
36363 #endif
36364 /* We use char because int might match the return type of a gcc2
36365 builtin and then its argument prototype would still apply. */
36366 char dlopen ();
36367 int
36368 main ()
36369 {
36370 dlopen ();
36371 ;
36372 return 0;
36373 }
36374 _ACEOF
36375 rm -f conftest.$ac_objext conftest$ac_exeext
36376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36377 (eval $ac_link) 2>conftest.er1
36378 ac_status=$?
36379 grep -v '^ *+' conftest.er1 >conftest.err
36380 rm -f conftest.er1
36381 cat conftest.err >&5
36382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36383 (exit $ac_status); } &&
36384 { ac_try='test -z "$ac_c_werror_flag"
36385 || test ! -s conftest.err'
36386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36387 (eval $ac_try) 2>&5
36388 ac_status=$?
36389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36390 (exit $ac_status); }; } &&
36391 { ac_try='test -s conftest$ac_exeext'
36392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36393 (eval $ac_try) 2>&5
36394 ac_status=$?
36395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36396 (exit $ac_status); }; }; then
36397 ac_cv_lib_dl_dlopen=yes
36398 else
36399 echo "$as_me: failed program was:" >&5
36400 sed 's/^/| /' conftest.$ac_ext >&5
36401
36402 ac_cv_lib_dl_dlopen=no
36403 fi
36404 rm -f conftest.err conftest.$ac_objext \
36405 conftest$ac_exeext conftest.$ac_ext
36406 LIBS=$ac_check_lib_save_LIBS
36407 fi
36408 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
36409 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
36410 if test $ac_cv_lib_dl_dlopen = yes; then
36411
36412 cat >>confdefs.h <<\_ACEOF
36413 #define HAVE_DLOPEN 1
36414 _ACEOF
36415
36416 HAVE_DL_FUNCS=1
36417 DL_LINK=" -ldl$DL_LINK"
36418
36419 else
36420
36421
36422 for ac_func in shl_load
36423 do
36424 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36425 echo "$as_me:$LINENO: checking for $ac_func" >&5
36426 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36427 if eval "test \"\${$as_ac_var+set}\" = set"; then
36428 echo $ECHO_N "(cached) $ECHO_C" >&6
36429 else
36430 cat >conftest.$ac_ext <<_ACEOF
36431 /* confdefs.h. */
36432 _ACEOF
36433 cat confdefs.h >>conftest.$ac_ext
36434 cat >>conftest.$ac_ext <<_ACEOF
36435 /* end confdefs.h. */
36436 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36437 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36438 #define $ac_func innocuous_$ac_func
36439
36440 /* System header to define __stub macros and hopefully few prototypes,
36441 which can conflict with char $ac_func (); below.
36442 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36443 <limits.h> exists even on freestanding compilers. */
36444
36445 #ifdef __STDC__
36446 # include <limits.h>
36447 #else
36448 # include <assert.h>
36449 #endif
36450
36451 #undef $ac_func
36452
36453 /* Override any gcc2 internal prototype to avoid an error. */
36454 #ifdef __cplusplus
36455 extern "C"
36456 {
36457 #endif
36458 /* We use char because int might match the return type of a gcc2
36459 builtin and then its argument prototype would still apply. */
36460 char $ac_func ();
36461 /* The GNU C library defines this for functions which it implements
36462 to always fail with ENOSYS. Some functions are actually named
36463 something starting with __ and the normal name is an alias. */
36464 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36465 choke me
36466 #else
36467 char (*f) () = $ac_func;
36468 #endif
36469 #ifdef __cplusplus
36470 }
36471 #endif
36472
36473 int
36474 main ()
36475 {
36476 return f != $ac_func;
36477 ;
36478 return 0;
36479 }
36480 _ACEOF
36481 rm -f conftest.$ac_objext conftest$ac_exeext
36482 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36483 (eval $ac_link) 2>conftest.er1
36484 ac_status=$?
36485 grep -v '^ *+' conftest.er1 >conftest.err
36486 rm -f conftest.er1
36487 cat conftest.err >&5
36488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36489 (exit $ac_status); } &&
36490 { ac_try='test -z "$ac_c_werror_flag"
36491 || test ! -s conftest.err'
36492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36493 (eval $ac_try) 2>&5
36494 ac_status=$?
36495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36496 (exit $ac_status); }; } &&
36497 { ac_try='test -s conftest$ac_exeext'
36498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36499 (eval $ac_try) 2>&5
36500 ac_status=$?
36501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36502 (exit $ac_status); }; }; then
36503 eval "$as_ac_var=yes"
36504 else
36505 echo "$as_me: failed program was:" >&5
36506 sed 's/^/| /' conftest.$ac_ext >&5
36507
36508 eval "$as_ac_var=no"
36509 fi
36510 rm -f conftest.err conftest.$ac_objext \
36511 conftest$ac_exeext conftest.$ac_ext
36512 fi
36513 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36514 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36515 if test `eval echo '${'$as_ac_var'}'` = yes; then
36516 cat >>confdefs.h <<_ACEOF
36517 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36518 _ACEOF
36519
36520 cat >>confdefs.h <<\_ACEOF
36521 #define HAVE_SHL_LOAD 1
36522 _ACEOF
36523
36524 HAVE_SHL_FUNCS=1
36525
36526 else
36527
36528 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
36529 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
36530 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
36531 echo $ECHO_N "(cached) $ECHO_C" >&6
36532 else
36533 ac_check_lib_save_LIBS=$LIBS
36534 LIBS="-lshl_load $LIBS"
36535 cat >conftest.$ac_ext <<_ACEOF
36536 /* confdefs.h. */
36537 _ACEOF
36538 cat confdefs.h >>conftest.$ac_ext
36539 cat >>conftest.$ac_ext <<_ACEOF
36540 /* end confdefs.h. */
36541
36542 /* Override any gcc2 internal prototype to avoid an error. */
36543 #ifdef __cplusplus
36544 extern "C"
36545 #endif
36546 /* We use char because int might match the return type of a gcc2
36547 builtin and then its argument prototype would still apply. */
36548 char dld ();
36549 int
36550 main ()
36551 {
36552 dld ();
36553 ;
36554 return 0;
36555 }
36556 _ACEOF
36557 rm -f conftest.$ac_objext conftest$ac_exeext
36558 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36559 (eval $ac_link) 2>conftest.er1
36560 ac_status=$?
36561 grep -v '^ *+' conftest.er1 >conftest.err
36562 rm -f conftest.er1
36563 cat conftest.err >&5
36564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36565 (exit $ac_status); } &&
36566 { ac_try='test -z "$ac_c_werror_flag"
36567 || test ! -s conftest.err'
36568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36569 (eval $ac_try) 2>&5
36570 ac_status=$?
36571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36572 (exit $ac_status); }; } &&
36573 { ac_try='test -s conftest$ac_exeext'
36574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36575 (eval $ac_try) 2>&5
36576 ac_status=$?
36577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36578 (exit $ac_status); }; }; then
36579 ac_cv_lib_shl_load_dld=yes
36580 else
36581 echo "$as_me: failed program was:" >&5
36582 sed 's/^/| /' conftest.$ac_ext >&5
36583
36584 ac_cv_lib_shl_load_dld=no
36585 fi
36586 rm -f conftest.err conftest.$ac_objext \
36587 conftest$ac_exeext conftest.$ac_ext
36588 LIBS=$ac_check_lib_save_LIBS
36589 fi
36590 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
36591 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
36592 if test $ac_cv_lib_shl_load_dld = yes; then
36593
36594 HAVE_SHL_FUNCS=1
36595 DL_LINK=" -ldld$DL_LINK"
36596
36597 fi
36598
36599
36600 fi
36601 done
36602
36603
36604 fi
36605
36606
36607 fi
36608 done
36609
36610
36611 if test "$HAVE_DL_FUNCS" = 1; then
36612
36613 for ac_func in dlerror
36614 do
36615 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36616 echo "$as_me:$LINENO: checking for $ac_func" >&5
36617 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36618 if eval "test \"\${$as_ac_var+set}\" = set"; then
36619 echo $ECHO_N "(cached) $ECHO_C" >&6
36620 else
36621 cat >conftest.$ac_ext <<_ACEOF
36622 /* confdefs.h. */
36623 _ACEOF
36624 cat confdefs.h >>conftest.$ac_ext
36625 cat >>conftest.$ac_ext <<_ACEOF
36626 /* end confdefs.h. */
36627 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36628 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36629 #define $ac_func innocuous_$ac_func
36630
36631 /* System header to define __stub macros and hopefully few prototypes,
36632 which can conflict with char $ac_func (); below.
36633 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36634 <limits.h> exists even on freestanding compilers. */
36635
36636 #ifdef __STDC__
36637 # include <limits.h>
36638 #else
36639 # include <assert.h>
36640 #endif
36641
36642 #undef $ac_func
36643
36644 /* Override any gcc2 internal prototype to avoid an error. */
36645 #ifdef __cplusplus
36646 extern "C"
36647 {
36648 #endif
36649 /* We use char because int might match the return type of a gcc2
36650 builtin and then its argument prototype would still apply. */
36651 char $ac_func ();
36652 /* The GNU C library defines this for functions which it implements
36653 to always fail with ENOSYS. Some functions are actually named
36654 something starting with __ and the normal name is an alias. */
36655 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36656 choke me
36657 #else
36658 char (*f) () = $ac_func;
36659 #endif
36660 #ifdef __cplusplus
36661 }
36662 #endif
36663
36664 int
36665 main ()
36666 {
36667 return f != $ac_func;
36668 ;
36669 return 0;
36670 }
36671 _ACEOF
36672 rm -f conftest.$ac_objext conftest$ac_exeext
36673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36674 (eval $ac_link) 2>conftest.er1
36675 ac_status=$?
36676 grep -v '^ *+' conftest.er1 >conftest.err
36677 rm -f conftest.er1
36678 cat conftest.err >&5
36679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36680 (exit $ac_status); } &&
36681 { ac_try='test -z "$ac_c_werror_flag"
36682 || test ! -s conftest.err'
36683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36684 (eval $ac_try) 2>&5
36685 ac_status=$?
36686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36687 (exit $ac_status); }; } &&
36688 { ac_try='test -s conftest$ac_exeext'
36689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36690 (eval $ac_try) 2>&5
36691 ac_status=$?
36692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36693 (exit $ac_status); }; }; then
36694 eval "$as_ac_var=yes"
36695 else
36696 echo "$as_me: failed program was:" >&5
36697 sed 's/^/| /' conftest.$ac_ext >&5
36698
36699 eval "$as_ac_var=no"
36700 fi
36701 rm -f conftest.err conftest.$ac_objext \
36702 conftest$ac_exeext conftest.$ac_ext
36703 fi
36704 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36705 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36706 if test `eval echo '${'$as_ac_var'}'` = yes; then
36707 cat >>confdefs.h <<_ACEOF
36708 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36709 _ACEOF
36710 cat >>confdefs.h <<\_ACEOF
36711 #define HAVE_DLERROR 1
36712 _ACEOF
36713
36714 else
36715
36716 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
36717 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
36718 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
36719 echo $ECHO_N "(cached) $ECHO_C" >&6
36720 else
36721 ac_check_lib_save_LIBS=$LIBS
36722 LIBS="-ldl $LIBS"
36723 cat >conftest.$ac_ext <<_ACEOF
36724 /* confdefs.h. */
36725 _ACEOF
36726 cat confdefs.h >>conftest.$ac_ext
36727 cat >>conftest.$ac_ext <<_ACEOF
36728 /* end confdefs.h. */
36729
36730 /* Override any gcc2 internal prototype to avoid an error. */
36731 #ifdef __cplusplus
36732 extern "C"
36733 #endif
36734 /* We use char because int might match the return type of a gcc2
36735 builtin and then its argument prototype would still apply. */
36736 char dlerror ();
36737 int
36738 main ()
36739 {
36740 dlerror ();
36741 ;
36742 return 0;
36743 }
36744 _ACEOF
36745 rm -f conftest.$ac_objext conftest$ac_exeext
36746 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36747 (eval $ac_link) 2>conftest.er1
36748 ac_status=$?
36749 grep -v '^ *+' conftest.er1 >conftest.err
36750 rm -f conftest.er1
36751 cat conftest.err >&5
36752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36753 (exit $ac_status); } &&
36754 { ac_try='test -z "$ac_c_werror_flag"
36755 || test ! -s conftest.err'
36756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36757 (eval $ac_try) 2>&5
36758 ac_status=$?
36759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36760 (exit $ac_status); }; } &&
36761 { ac_try='test -s conftest$ac_exeext'
36762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36763 (eval $ac_try) 2>&5
36764 ac_status=$?
36765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36766 (exit $ac_status); }; }; then
36767 ac_cv_lib_dl_dlerror=yes
36768 else
36769 echo "$as_me: failed program was:" >&5
36770 sed 's/^/| /' conftest.$ac_ext >&5
36771
36772 ac_cv_lib_dl_dlerror=no
36773 fi
36774 rm -f conftest.err conftest.$ac_objext \
36775 conftest$ac_exeext conftest.$ac_ext
36776 LIBS=$ac_check_lib_save_LIBS
36777 fi
36778 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
36779 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
36780 if test $ac_cv_lib_dl_dlerror = yes; then
36781 cat >>confdefs.h <<\_ACEOF
36782 #define HAVE_DLERROR 1
36783 _ACEOF
36784
36785 fi
36786
36787
36788
36789 fi
36790 done
36791
36792 fi
36793 fi
36794
36795 if test "$HAVE_DL_FUNCS" = 0; then
36796 if test "$HAVE_SHL_FUNCS" = 0; then
36797 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
36798 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
36799 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
36800 wxUSE_DYNAMIC_LOADER=no
36801 wxUSE_DYNLIB_CLASS=no
36802 else
36803 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
36804 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
36805 fi
36806 fi
36807 fi
36808 fi
36809 fi
36810
36811 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
36812 cat >>confdefs.h <<\_ACEOF
36813 #define wxUSE_DYNAMIC_LOADER 1
36814 _ACEOF
36815
36816 fi
36817 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36818 cat >>confdefs.h <<\_ACEOF
36819 #define wxUSE_DYNLIB_CLASS 1
36820 _ACEOF
36821
36822 fi
36823
36824
36825
36826 if test "$wxUSE_PLUGINS" = "yes" ; then
36827 if test "$wxUSE_SHARED" = "no" ; then
36828 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
36829 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
36830 wxUSE_PLUGINS=no
36831 fi
36832 if test "$wxUSE_MONOLITHIC" = "yes" ; then
36833 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
36834 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
36835 wxUSE_PLUGINS=no
36836 fi
36837 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
36838 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
36839 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
36840 wxUSE_PLUGINS=no
36841 fi
36842 if test "$wxUSE_PLUGINS" = "yes" ; then
36843 cat >>confdefs.h <<\_ACEOF
36844 #define wxUSE_PLUGINS 1
36845 _ACEOF
36846
36847 fi
36848 fi
36849
36850
36851 if test "$wxUSE_STL" = "yes"; then
36852 cat >>confdefs.h <<\_ACEOF
36853 #define wxUSE_STL 1
36854 _ACEOF
36855
36856 fi
36857
36858 if test "$wxUSE_APPLE_IEEE" = "yes"; then
36859 cat >>confdefs.h <<\_ACEOF
36860 #define wxUSE_APPLE_IEEE 1
36861 _ACEOF
36862
36863 fi
36864
36865 if test "$wxUSE_TIMER" = "yes"; then
36866 cat >>confdefs.h <<\_ACEOF
36867 #define wxUSE_TIMER 1
36868 _ACEOF
36869
36870 fi
36871
36872 if test "$USE_UNIX" = "1" ; then
36873
36874 for ac_header in sys/soundcard.h
36875 do
36876 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36877 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36878 echo "$as_me:$LINENO: checking for $ac_header" >&5
36879 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36880 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36881 echo $ECHO_N "(cached) $ECHO_C" >&6
36882 fi
36883 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36884 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36885 else
36886 # Is the header compilable?
36887 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36888 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36889 cat >conftest.$ac_ext <<_ACEOF
36890 /* confdefs.h. */
36891 _ACEOF
36892 cat confdefs.h >>conftest.$ac_ext
36893 cat >>conftest.$ac_ext <<_ACEOF
36894 /* end confdefs.h. */
36895 $ac_includes_default
36896 #include <$ac_header>
36897 _ACEOF
36898 rm -f conftest.$ac_objext
36899 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36900 (eval $ac_compile) 2>conftest.er1
36901 ac_status=$?
36902 grep -v '^ *+' conftest.er1 >conftest.err
36903 rm -f conftest.er1
36904 cat conftest.err >&5
36905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36906 (exit $ac_status); } &&
36907 { ac_try='test -z "$ac_c_werror_flag"
36908 || test ! -s conftest.err'
36909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36910 (eval $ac_try) 2>&5
36911 ac_status=$?
36912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36913 (exit $ac_status); }; } &&
36914 { ac_try='test -s conftest.$ac_objext'
36915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36916 (eval $ac_try) 2>&5
36917 ac_status=$?
36918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36919 (exit $ac_status); }; }; then
36920 ac_header_compiler=yes
36921 else
36922 echo "$as_me: failed program was:" >&5
36923 sed 's/^/| /' conftest.$ac_ext >&5
36924
36925 ac_header_compiler=no
36926 fi
36927 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
36928 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36929 echo "${ECHO_T}$ac_header_compiler" >&6
36930
36931 # Is the header present?
36932 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36933 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36934 cat >conftest.$ac_ext <<_ACEOF
36935 /* confdefs.h. */
36936 _ACEOF
36937 cat confdefs.h >>conftest.$ac_ext
36938 cat >>conftest.$ac_ext <<_ACEOF
36939 /* end confdefs.h. */
36940 #include <$ac_header>
36941 _ACEOF
36942 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36943 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
36944 ac_status=$?
36945 grep -v '^ *+' conftest.er1 >conftest.err
36946 rm -f conftest.er1
36947 cat conftest.err >&5
36948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36949 (exit $ac_status); } >/dev/null; then
36950 if test -s conftest.err; then
36951 ac_cpp_err=$ac_c_preproc_warn_flag
36952 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
36953 else
36954 ac_cpp_err=
36955 fi
36956 else
36957 ac_cpp_err=yes
36958 fi
36959 if test -z "$ac_cpp_err"; then
36960 ac_header_preproc=yes
36961 else
36962 echo "$as_me: failed program was:" >&5
36963 sed 's/^/| /' conftest.$ac_ext >&5
36964
36965 ac_header_preproc=no
36966 fi
36967 rm -f conftest.err conftest.$ac_ext
36968 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36969 echo "${ECHO_T}$ac_header_preproc" >&6
36970
36971 # So? What about this header?
36972 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36973 yes:no: )
36974 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36975 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36976 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36977 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36978 ac_header_preproc=yes
36979 ;;
36980 no:yes:* )
36981 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36982 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36983 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36984 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36985 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36986 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36987 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36988 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36989 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36990 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36991 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36992 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36993 (
36994 cat <<\_ASBOX
36995 ## ----------------------------------------- ##
36996 ## Report this to wx-dev@lists.wxwidgets.org ##
36997 ## ----------------------------------------- ##
36998 _ASBOX
36999 ) |
37000 sed "s/^/$as_me: WARNING: /" >&2
37001 ;;
37002 esac
37003 echo "$as_me:$LINENO: checking for $ac_header" >&5
37004 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
37005 if eval "test \"\${$as_ac_Header+set}\" = set"; then
37006 echo $ECHO_N "(cached) $ECHO_C" >&6
37007 else
37008 eval "$as_ac_Header=\$ac_header_preproc"
37009 fi
37010 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
37011 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
37012
37013 fi
37014 if test `eval echo '${'$as_ac_Header'}'` = yes; then
37015 cat >>confdefs.h <<_ACEOF
37016 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
37017 _ACEOF
37018
37019 else
37020 DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia"
37021 fi
37022
37023 done
37024
37025 fi
37026 WITH_PLUGIN_SDL=0
37027 if test "$wxUSE_SOUND" = "yes"; then
37028 if test "$USE_UNIX" = "1" ; then
37029 if test "$wxUSE_LIBSDL" != "no"; then
37030
37031 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
37032 if test "${with_sdl_prefix+set}" = set; then
37033 withval="$with_sdl_prefix"
37034 sdl_prefix="$withval"
37035 else
37036 sdl_prefix=""
37037 fi;
37038
37039 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
37040 if test "${with_sdl_exec_prefix+set}" = set; then
37041 withval="$with_sdl_exec_prefix"
37042 sdl_exec_prefix="$withval"
37043 else
37044 sdl_exec_prefix=""
37045 fi;
37046 # Check whether --enable-sdltest or --disable-sdltest was given.
37047 if test "${enable_sdltest+set}" = set; then
37048 enableval="$enable_sdltest"
37049
37050 else
37051 enable_sdltest=yes
37052 fi;
37053
37054 if test x$sdl_exec_prefix != x ; then
37055 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
37056 if test x${SDL_CONFIG+set} != xset ; then
37057 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
37058 fi
37059 fi
37060 if test x$sdl_prefix != x ; then
37061 sdl_args="$sdl_args --prefix=$sdl_prefix"
37062 if test x${SDL_CONFIG+set} != xset ; then
37063 SDL_CONFIG=$sdl_prefix/bin/sdl-config
37064 fi
37065 fi
37066
37067
37068 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
37069 # Extract the first word of "sdl-config", so it can be a program name with args.
37070 set dummy sdl-config; ac_word=$2
37071 echo "$as_me:$LINENO: checking for $ac_word" >&5
37072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37073 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
37074 echo $ECHO_N "(cached) $ECHO_C" >&6
37075 else
37076 case $SDL_CONFIG in
37077 [\\/]* | ?:[\\/]*)
37078 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
37079 ;;
37080 *)
37081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37082 for as_dir in $PATH
37083 do
37084 IFS=$as_save_IFS
37085 test -z "$as_dir" && as_dir=.
37086 for ac_exec_ext in '' $ac_executable_extensions; do
37087 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37088 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
37089 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37090 break 2
37091 fi
37092 done
37093 done
37094
37095 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
37096 ;;
37097 esac
37098 fi
37099 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
37100
37101 if test -n "$SDL_CONFIG"; then
37102 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
37103 echo "${ECHO_T}$SDL_CONFIG" >&6
37104 else
37105 echo "$as_me:$LINENO: result: no" >&5
37106 echo "${ECHO_T}no" >&6
37107 fi
37108
37109 min_sdl_version=1.2.0
37110 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
37111 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
37112 no_sdl=""
37113 if test "$SDL_CONFIG" = "no" ; then
37114 no_sdl=yes
37115 else
37116 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
37117 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
37118
37119 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
37120 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
37121 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
37122 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
37123 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
37124 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
37125 if test "x$enable_sdltest" = "xyes" ; then
37126 ac_save_CFLAGS="$CFLAGS"
37127 ac_save_CXXFLAGS="$CXXFLAGS"
37128 ac_save_LIBS="$LIBS"
37129 CFLAGS="$CFLAGS $SDL_CFLAGS"
37130 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
37131 LIBS="$LIBS $SDL_LIBS"
37132 rm -f conf.sdltest
37133 if test "$cross_compiling" = yes; then
37134 echo $ac_n "cross compiling; assumed OK... $ac_c"
37135 else
37136 cat >conftest.$ac_ext <<_ACEOF
37137 /* confdefs.h. */
37138 _ACEOF
37139 cat confdefs.h >>conftest.$ac_ext
37140 cat >>conftest.$ac_ext <<_ACEOF
37141 /* end confdefs.h. */
37142
37143 #include <stdio.h>
37144 #include <stdlib.h>
37145 #include <string.h>
37146 #include "SDL.h"
37147
37148 char*
37149 my_strdup (char *str)
37150 {
37151 char *new_str;
37152
37153 if (str)
37154 {
37155 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
37156 strcpy (new_str, str);
37157 }
37158 else
37159 new_str = NULL;
37160
37161 return new_str;
37162 }
37163
37164 int main (int argc, char *argv[])
37165 {
37166 int major, minor, micro;
37167 char *tmp_version;
37168
37169 /* This hangs on some systems (?)
37170 system ("touch conf.sdltest");
37171 */
37172 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
37173
37174 /* HP/UX 9 (%@#!) writes to sscanf strings */
37175 tmp_version = my_strdup("$min_sdl_version");
37176 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
37177 printf("%s, bad version string\n", "$min_sdl_version");
37178 exit(1);
37179 }
37180
37181 if (($sdl_major_version > major) ||
37182 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
37183 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
37184 {
37185 return 0;
37186 }
37187 else
37188 {
37189 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
37190 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
37191 printf("*** best to upgrade to the required version.\n");
37192 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
37193 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
37194 printf("*** config.cache before re-running configure\n");
37195 return 1;
37196 }
37197 }
37198
37199
37200 _ACEOF
37201 rm -f conftest$ac_exeext
37202 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37203 (eval $ac_link) 2>&5
37204 ac_status=$?
37205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37206 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
37207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37208 (eval $ac_try) 2>&5
37209 ac_status=$?
37210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37211 (exit $ac_status); }; }; then
37212 :
37213 else
37214 echo "$as_me: program exited with status $ac_status" >&5
37215 echo "$as_me: failed program was:" >&5
37216 sed 's/^/| /' conftest.$ac_ext >&5
37217
37218 ( exit $ac_status )
37219 no_sdl=yes
37220 fi
37221 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
37222 fi
37223 CFLAGS="$ac_save_CFLAGS"
37224 CXXFLAGS="$ac_save_CXXFLAGS"
37225 LIBS="$ac_save_LIBS"
37226 fi
37227 fi
37228 if test "x$no_sdl" = x ; then
37229 echo "$as_me:$LINENO: result: yes" >&5
37230 echo "${ECHO_T}yes" >&6
37231
37232 EXTRALIBS_SDL="$SDL_LIBS"
37233 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
37234 cat >>confdefs.h <<\_ACEOF
37235 #define wxUSE_LIBSDL 1
37236 _ACEOF
37237
37238
37239 else
37240 echo "$as_me:$LINENO: result: no" >&5
37241 echo "${ECHO_T}no" >&6
37242 if test "$SDL_CONFIG" = "no" ; then
37243 echo "*** The sdl-config script installed by SDL could not be found"
37244 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
37245 echo "*** your path, or set the SDL_CONFIG environment variable to the"
37246 echo "*** full path to sdl-config."
37247 else
37248 if test -f conf.sdltest ; then
37249 :
37250 else
37251 echo "*** Could not run SDL test program, checking why..."
37252 CFLAGS="$CFLAGS $SDL_CFLAGS"
37253 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
37254 LIBS="$LIBS $SDL_LIBS"
37255 cat >conftest.$ac_ext <<_ACEOF
37256 /* confdefs.h. */
37257 _ACEOF
37258 cat confdefs.h >>conftest.$ac_ext
37259 cat >>conftest.$ac_ext <<_ACEOF
37260 /* end confdefs.h. */
37261
37262 #include <stdio.h>
37263 #include "SDL.h"
37264
37265 int main(int argc, char *argv[])
37266 { return 0; }
37267 #undef main
37268 #define main K_and_R_C_main
37269
37270 int
37271 main ()
37272 {
37273 return 0;
37274 ;
37275 return 0;
37276 }
37277 _ACEOF
37278 rm -f conftest.$ac_objext conftest$ac_exeext
37279 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37280 (eval $ac_link) 2>conftest.er1
37281 ac_status=$?
37282 grep -v '^ *+' conftest.er1 >conftest.err
37283 rm -f conftest.er1
37284 cat conftest.err >&5
37285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37286 (exit $ac_status); } &&
37287 { ac_try='test -z "$ac_c_werror_flag"
37288 || test ! -s conftest.err'
37289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37290 (eval $ac_try) 2>&5
37291 ac_status=$?
37292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37293 (exit $ac_status); }; } &&
37294 { ac_try='test -s conftest$ac_exeext'
37295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37296 (eval $ac_try) 2>&5
37297 ac_status=$?
37298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37299 (exit $ac_status); }; }; then
37300 echo "*** The test program compiled, but did not run. This usually means"
37301 echo "*** that the run-time linker is not finding SDL or finding the wrong"
37302 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
37303 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
37304 echo "*** to the installed location Also, make sure you have run ldconfig if that"
37305 echo "*** is required on your system"
37306 echo "***"
37307 echo "*** If you have an old version installed, it is best to remove it, although"
37308 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
37309 else
37310 echo "$as_me: failed program was:" >&5
37311 sed 's/^/| /' conftest.$ac_ext >&5
37312
37313 echo "*** The test program failed to compile or link. See the file config.log for the"
37314 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
37315 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
37316 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
37317 fi
37318 rm -f conftest.err conftest.$ac_objext \
37319 conftest$ac_exeext conftest.$ac_ext
37320 CFLAGS="$ac_save_CFLAGS"
37321 CXXFLAGS="$ac_save_CXXFLAGS"
37322 LIBS="$ac_save_LIBS"
37323 fi
37324 fi
37325 SDL_CFLAGS=""
37326 SDL_LIBS=""
37327 wxUSE_LIBSDL="no"
37328 fi
37329
37330
37331 rm -f conf.sdltest
37332
37333 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
37334 WITH_PLUGIN_SDL=1
37335 fi
37336 fi
37337 fi
37338
37339 cat >>confdefs.h <<\_ACEOF
37340 #define wxUSE_SOUND 1
37341 _ACEOF
37342
37343 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
37344 fi
37345
37346 if test "$WXGTK20" = 1; then
37347 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
37348 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
37349
37350
37351 succeeded=no
37352
37353 if test -z "$PKG_CONFIG"; then
37354 # Extract the first word of "pkg-config", so it can be a program name with args.
37355 set dummy pkg-config; ac_word=$2
37356 echo "$as_me:$LINENO: checking for $ac_word" >&5
37357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37358 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
37359 echo $ECHO_N "(cached) $ECHO_C" >&6
37360 else
37361 case $PKG_CONFIG in
37362 [\\/]* | ?:[\\/]*)
37363 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
37364 ;;
37365 *)
37366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37367 for as_dir in $PATH
37368 do
37369 IFS=$as_save_IFS
37370 test -z "$as_dir" && as_dir=.
37371 for ac_exec_ext in '' $ac_executable_extensions; do
37372 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37373 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
37374 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37375 break 2
37376 fi
37377 done
37378 done
37379
37380 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
37381 ;;
37382 esac
37383 fi
37384 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
37385
37386 if test -n "$PKG_CONFIG"; then
37387 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
37388 echo "${ECHO_T}$PKG_CONFIG" >&6
37389 else
37390 echo "$as_me:$LINENO: result: no" >&5
37391 echo "${ECHO_T}no" >&6
37392 fi
37393
37394 fi
37395
37396 if test "$PKG_CONFIG" = "no" ; then
37397 echo "*** The pkg-config script could not be found. Make sure it is"
37398 echo "*** in your path, or set the PKG_CONFIG environment variable"
37399 echo "*** to the full path to pkg-config."
37400 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
37401 else
37402 PKG_CONFIG_MIN_VERSION=0.9.0
37403 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
37404 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
37405 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
37406
37407 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
37408 echo "$as_me:$LINENO: result: yes" >&5
37409 echo "${ECHO_T}yes" >&6
37410 succeeded=yes
37411
37412 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
37413 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
37414 LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
37415 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
37416 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
37417
37418 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
37419 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
37420 LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
37421 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
37422 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
37423 else
37424 LIBGNOMEPRINTUI_CFLAGS=""
37425 LIBGNOMEPRINTUI_LIBS=""
37426 ## If we have a custom action on failure, don't print errors, but
37427 ## do set a variable so people can do so.
37428 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
37429
37430 fi
37431
37432
37433
37434 else
37435 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
37436 echo "*** See http://www.freedesktop.org/software/pkgconfig"
37437 fi
37438 fi
37439
37440 if test $succeeded = yes; then
37441
37442 CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
37443 cat >>confdefs.h <<\_ACEOF
37444 #define wxUSE_LIBGNOMEPRINT 1
37445 _ACEOF
37446
37447
37448 else
37449
37450 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
37451 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
37452 wxUSE_LIBGNOMEPRINT="no"
37453
37454
37455 fi
37456
37457 fi
37458 fi
37459 fi
37460
37461
37462 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
37463 cat >>confdefs.h <<\_ACEOF
37464 #define wxUSE_CMDLINE_PARSER 1
37465 _ACEOF
37466
37467 fi
37468
37469 if test "$wxUSE_STOPWATCH" = "yes"; then
37470 cat >>confdefs.h <<\_ACEOF
37471 #define wxUSE_STOPWATCH 1
37472 _ACEOF
37473
37474 fi
37475
37476 if test "$wxUSE_DATETIME" = "yes"; then
37477 cat >>confdefs.h <<\_ACEOF
37478 #define wxUSE_DATETIME 1
37479 _ACEOF
37480
37481 fi
37482
37483 if test "$wxUSE_FILE" = "yes"; then
37484 cat >>confdefs.h <<\_ACEOF
37485 #define wxUSE_FILE 1
37486 _ACEOF
37487
37488 fi
37489
37490 if test "$wxUSE_FFILE" = "yes"; then
37491 cat >>confdefs.h <<\_ACEOF
37492 #define wxUSE_FFILE 1
37493 _ACEOF
37494
37495 fi
37496
37497 if test "$wxUSE_FILESYSTEM" = "yes"; then
37498 cat >>confdefs.h <<\_ACEOF
37499 #define wxUSE_FILESYSTEM 1
37500 _ACEOF
37501
37502 fi
37503
37504 if test "$wxUSE_FS_ZIP" = "yes"; then
37505 cat >>confdefs.h <<\_ACEOF
37506 #define wxUSE_FS_ZIP 1
37507 _ACEOF
37508
37509 fi
37510
37511 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
37512 cat >>confdefs.h <<\_ACEOF
37513 #define wxUSE_ARCHIVE_STREAMS 1
37514 _ACEOF
37515
37516 fi
37517
37518 if test "$wxUSE_ZIPSTREAM" = "yes"; then
37519 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
37520 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
37521 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
37522 elif test "$wxUSE_ZLIB" = "no"; then
37523 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
37524 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
37525 else
37526 cat >>confdefs.h <<\_ACEOF
37527 #define wxUSE_ZIPSTREAM 1
37528 _ACEOF
37529
37530 fi
37531 fi
37532
37533 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37534 if test "$USE_UNIX" != 1; then
37535 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
37536 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
37537 wxUSE_ON_FATAL_EXCEPTION=no
37538 else
37539 cat >>confdefs.h <<\_ACEOF
37540 #define wxUSE_ON_FATAL_EXCEPTION 1
37541 _ACEOF
37542
37543 fi
37544 fi
37545
37546 if test "$wxUSE_STACKWALKER" = "yes"; then
37547 cat >>confdefs.h <<\_ACEOF
37548 #define wxUSE_STACKWALKER 1
37549 _ACEOF
37550
37551 fi
37552
37553 if test "$wxUSE_DEBUGREPORT" = "yes"; then
37554 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
37555 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
37556 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
37557 wxUSE_DEBUGREPORT=no
37558 else
37559 cat >>confdefs.h <<\_ACEOF
37560 #define wxUSE_DEBUGREPORT 1
37561 _ACEOF
37562
37563 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37564 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
37565 fi
37566 fi
37567 fi
37568
37569 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37570 cat >>confdefs.h <<\_ACEOF
37571 #define wxUSE_SNGLINST_CHECKER 1
37572 _ACEOF
37573
37574 fi
37575
37576 if test "$wxUSE_BUSYINFO" = "yes"; then
37577 cat >>confdefs.h <<\_ACEOF
37578 #define wxUSE_BUSYINFO 1
37579 _ACEOF
37580
37581 fi
37582
37583 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
37584 cat >>confdefs.h <<\_ACEOF
37585 #define wxUSE_STD_IOSTREAM 1
37586 _ACEOF
37587
37588 fi
37589
37590 if test "$wxUSE_STD_STRING" = "yes"; then
37591 cat >>confdefs.h <<\_ACEOF
37592 #define wxUSE_STD_STRING 1
37593 _ACEOF
37594
37595 fi
37596
37597 if test "$wxUSE_STDPATHS" = "yes"; then
37598 cat >>confdefs.h <<\_ACEOF
37599 #define wxUSE_STDPATHS 1
37600 _ACEOF
37601
37602 fi
37603
37604 if test "$wxUSE_TEXTBUFFER" = "yes"; then
37605 cat >>confdefs.h <<\_ACEOF
37606 #define wxUSE_TEXTBUFFER 1
37607 _ACEOF
37608
37609 fi
37610
37611 if test "$wxUSE_TEXTFILE" = "yes"; then
37612 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
37613 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
37614 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
37615 else
37616 cat >>confdefs.h <<\_ACEOF
37617 #define wxUSE_TEXTFILE 1
37618 _ACEOF
37619
37620 fi
37621 fi
37622
37623 if test "$wxUSE_CONFIG" = "yes" ; then
37624 if test "$wxUSE_TEXTFILE" != "yes"; then
37625 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
37626 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
37627 else
37628 cat >>confdefs.h <<\_ACEOF
37629 #define wxUSE_CONFIG 1
37630 _ACEOF
37631
37632 cat >>confdefs.h <<\_ACEOF
37633 #define wxUSE_CONFIG_NATIVE 1
37634 _ACEOF
37635
37636 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
37637 fi
37638 fi
37639
37640 if test "$wxUSE_INTL" = "yes" ; then
37641 if test "$wxUSE_FILE" != "yes"; then
37642 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
37643 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
37644 else
37645 cat >>confdefs.h <<\_ACEOF
37646 #define wxUSE_INTL 1
37647 _ACEOF
37648
37649 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
37650 GUIDIST="$GUIDIST INTL_DIST"
37651 fi
37652 fi
37653
37654 if test "$wxUSE_LOG" = "yes"; then
37655 cat >>confdefs.h <<\_ACEOF
37656 #define wxUSE_LOG 1
37657 _ACEOF
37658
37659
37660 if test "$wxUSE_LOGGUI" = "yes"; then
37661 cat >>confdefs.h <<\_ACEOF
37662 #define wxUSE_LOGGUI 1
37663 _ACEOF
37664
37665 fi
37666
37667 if test "$wxUSE_LOGWINDOW" = "yes"; then
37668 cat >>confdefs.h <<\_ACEOF
37669 #define wxUSE_LOGWINDOW 1
37670 _ACEOF
37671
37672 fi
37673
37674 if test "$wxUSE_LOGDIALOG" = "yes"; then
37675 cat >>confdefs.h <<\_ACEOF
37676 #define wxUSE_LOG_DIALOG 1
37677 _ACEOF
37678
37679 fi
37680
37681 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
37682 fi
37683
37684 if test "$wxUSE_LONGLONG" = "yes"; then
37685 cat >>confdefs.h <<\_ACEOF
37686 #define wxUSE_LONGLONG 1
37687 _ACEOF
37688
37689 fi
37690
37691 if test "$wxUSE_GEOMETRY" = "yes"; then
37692 cat >>confdefs.h <<\_ACEOF
37693 #define wxUSE_GEOMETRY 1
37694 _ACEOF
37695
37696 fi
37697
37698 if test "$wxUSE_STREAMS" = "yes" ; then
37699 cat >>confdefs.h <<\_ACEOF
37700 #define wxUSE_STREAMS 1
37701 _ACEOF
37702
37703 fi
37704
37705
37706 if test "$wxUSE_DATETIME" = "yes"; then
37707
37708 for ac_func in strptime
37709 do
37710 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37711 echo "$as_me:$LINENO: checking for $ac_func" >&5
37712 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37713 if eval "test \"\${$as_ac_var+set}\" = set"; then
37714 echo $ECHO_N "(cached) $ECHO_C" >&6
37715 else
37716 cat >conftest.$ac_ext <<_ACEOF
37717 /* confdefs.h. */
37718 _ACEOF
37719 cat confdefs.h >>conftest.$ac_ext
37720 cat >>conftest.$ac_ext <<_ACEOF
37721 /* end confdefs.h. */
37722 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37723 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37724 #define $ac_func innocuous_$ac_func
37725
37726 /* System header to define __stub macros and hopefully few prototypes,
37727 which can conflict with char $ac_func (); below.
37728 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37729 <limits.h> exists even on freestanding compilers. */
37730
37731 #ifdef __STDC__
37732 # include <limits.h>
37733 #else
37734 # include <assert.h>
37735 #endif
37736
37737 #undef $ac_func
37738
37739 /* Override any gcc2 internal prototype to avoid an error. */
37740 #ifdef __cplusplus
37741 extern "C"
37742 {
37743 #endif
37744 /* We use char because int might match the return type of a gcc2
37745 builtin and then its argument prototype would still apply. */
37746 char $ac_func ();
37747 /* The GNU C library defines this for functions which it implements
37748 to always fail with ENOSYS. Some functions are actually named
37749 something starting with __ and the normal name is an alias. */
37750 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37751 choke me
37752 #else
37753 char (*f) () = $ac_func;
37754 #endif
37755 #ifdef __cplusplus
37756 }
37757 #endif
37758
37759 int
37760 main ()
37761 {
37762 return f != $ac_func;
37763 ;
37764 return 0;
37765 }
37766 _ACEOF
37767 rm -f conftest.$ac_objext conftest$ac_exeext
37768 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37769 (eval $ac_link) 2>conftest.er1
37770 ac_status=$?
37771 grep -v '^ *+' conftest.er1 >conftest.err
37772 rm -f conftest.er1
37773 cat conftest.err >&5
37774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37775 (exit $ac_status); } &&
37776 { ac_try='test -z "$ac_c_werror_flag"
37777 || test ! -s conftest.err'
37778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37779 (eval $ac_try) 2>&5
37780 ac_status=$?
37781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37782 (exit $ac_status); }; } &&
37783 { ac_try='test -s conftest$ac_exeext'
37784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37785 (eval $ac_try) 2>&5
37786 ac_status=$?
37787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37788 (exit $ac_status); }; }; then
37789 eval "$as_ac_var=yes"
37790 else
37791 echo "$as_me: failed program was:" >&5
37792 sed 's/^/| /' conftest.$ac_ext >&5
37793
37794 eval "$as_ac_var=no"
37795 fi
37796 rm -f conftest.err conftest.$ac_objext \
37797 conftest$ac_exeext conftest.$ac_ext
37798 fi
37799 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37800 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37801 if test `eval echo '${'$as_ac_var'}'` = yes; then
37802 cat >>confdefs.h <<_ACEOF
37803 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37804 _ACEOF
37805
37806 fi
37807 done
37808
37809
37810 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
37811 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
37812 if test "${wx_cv_var_timezone+set}" = set; then
37813 echo $ECHO_N "(cached) $ECHO_C" >&6
37814 else
37815
37816 cat >conftest.$ac_ext <<_ACEOF
37817 /* confdefs.h. */
37818 _ACEOF
37819 cat confdefs.h >>conftest.$ac_ext
37820 cat >>conftest.$ac_ext <<_ACEOF
37821 /* end confdefs.h. */
37822
37823 #include <time.h>
37824
37825 int
37826 main ()
37827 {
37828
37829 int tz;
37830 tz = timezone;
37831
37832 ;
37833 return 0;
37834 }
37835 _ACEOF
37836 rm -f conftest.$ac_objext
37837 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37838 (eval $ac_compile) 2>conftest.er1
37839 ac_status=$?
37840 grep -v '^ *+' conftest.er1 >conftest.err
37841 rm -f conftest.er1
37842 cat conftest.err >&5
37843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37844 (exit $ac_status); } &&
37845 { ac_try='test -z "$ac_c_werror_flag"
37846 || test ! -s conftest.err'
37847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37848 (eval $ac_try) 2>&5
37849 ac_status=$?
37850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37851 (exit $ac_status); }; } &&
37852 { ac_try='test -s conftest.$ac_objext'
37853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37854 (eval $ac_try) 2>&5
37855 ac_status=$?
37856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37857 (exit $ac_status); }; }; then
37858
37859 wx_cv_var_timezone=timezone
37860
37861 else
37862 echo "$as_me: failed program was:" >&5
37863 sed 's/^/| /' conftest.$ac_ext >&5
37864
37865
37866 cat >conftest.$ac_ext <<_ACEOF
37867 /* confdefs.h. */
37868 _ACEOF
37869 cat confdefs.h >>conftest.$ac_ext
37870 cat >>conftest.$ac_ext <<_ACEOF
37871 /* end confdefs.h. */
37872
37873 #include <time.h>
37874
37875 int
37876 main ()
37877 {
37878
37879 int tz;
37880 tz = _timezone;
37881
37882 ;
37883 return 0;
37884 }
37885 _ACEOF
37886 rm -f conftest.$ac_objext
37887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37888 (eval $ac_compile) 2>conftest.er1
37889 ac_status=$?
37890 grep -v '^ *+' conftest.er1 >conftest.err
37891 rm -f conftest.er1
37892 cat conftest.err >&5
37893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37894 (exit $ac_status); } &&
37895 { ac_try='test -z "$ac_c_werror_flag"
37896 || test ! -s conftest.err'
37897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37898 (eval $ac_try) 2>&5
37899 ac_status=$?
37900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37901 (exit $ac_status); }; } &&
37902 { ac_try='test -s conftest.$ac_objext'
37903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37904 (eval $ac_try) 2>&5
37905 ac_status=$?
37906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37907 (exit $ac_status); }; }; then
37908
37909 wx_cv_var_timezone=_timezone
37910
37911 else
37912 echo "$as_me: failed program was:" >&5
37913 sed 's/^/| /' conftest.$ac_ext >&5
37914
37915
37916 cat >conftest.$ac_ext <<_ACEOF
37917 /* confdefs.h. */
37918 _ACEOF
37919 cat confdefs.h >>conftest.$ac_ext
37920 cat >>conftest.$ac_ext <<_ACEOF
37921 /* end confdefs.h. */
37922
37923 #include <time.h>
37924
37925 int
37926 main ()
37927 {
37928
37929 int tz;
37930 tz = __timezone;
37931
37932 ;
37933 return 0;
37934 }
37935 _ACEOF
37936 rm -f conftest.$ac_objext
37937 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37938 (eval $ac_compile) 2>conftest.er1
37939 ac_status=$?
37940 grep -v '^ *+' conftest.er1 >conftest.err
37941 rm -f conftest.er1
37942 cat conftest.err >&5
37943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37944 (exit $ac_status); } &&
37945 { ac_try='test -z "$ac_c_werror_flag"
37946 || test ! -s conftest.err'
37947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37948 (eval $ac_try) 2>&5
37949 ac_status=$?
37950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37951 (exit $ac_status); }; } &&
37952 { ac_try='test -s conftest.$ac_objext'
37953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37954 (eval $ac_try) 2>&5
37955 ac_status=$?
37956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37957 (exit $ac_status); }; }; then
37958
37959 wx_cv_var_timezone=__timezone
37960
37961 else
37962 echo "$as_me: failed program was:" >&5
37963 sed 's/^/| /' conftest.$ac_ext >&5
37964
37965
37966 if test "$USE_DOS" = 0 ; then
37967 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
37968 echo "$as_me: WARNING: no timezone variable" >&2;}
37969 fi
37970
37971
37972 fi
37973 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37974
37975
37976 fi
37977 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37978
37979
37980 fi
37981 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
37982
37983
37984 fi
37985 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
37986 echo "${ECHO_T}$wx_cv_var_timezone" >&6
37987
37988 if test "x$wx_cv_var_timezone" != x ; then
37989 cat >>confdefs.h <<_ACEOF
37990 #define WX_TIMEZONE $wx_cv_var_timezone
37991 _ACEOF
37992
37993 fi
37994
37995
37996 for ac_func in localtime
37997 do
37998 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37999 echo "$as_me:$LINENO: checking for $ac_func" >&5
38000 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38001 if eval "test \"\${$as_ac_var+set}\" = set"; then
38002 echo $ECHO_N "(cached) $ECHO_C" >&6
38003 else
38004 cat >conftest.$ac_ext <<_ACEOF
38005 /* confdefs.h. */
38006 _ACEOF
38007 cat confdefs.h >>conftest.$ac_ext
38008 cat >>conftest.$ac_ext <<_ACEOF
38009 /* end confdefs.h. */
38010 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38011 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38012 #define $ac_func innocuous_$ac_func
38013
38014 /* System header to define __stub macros and hopefully few prototypes,
38015 which can conflict with char $ac_func (); below.
38016 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38017 <limits.h> exists even on freestanding compilers. */
38018
38019 #ifdef __STDC__
38020 # include <limits.h>
38021 #else
38022 # include <assert.h>
38023 #endif
38024
38025 #undef $ac_func
38026
38027 /* Override any gcc2 internal prototype to avoid an error. */
38028 #ifdef __cplusplus
38029 extern "C"
38030 {
38031 #endif
38032 /* We use char because int might match the return type of a gcc2
38033 builtin and then its argument prototype would still apply. */
38034 char $ac_func ();
38035 /* The GNU C library defines this for functions which it implements
38036 to always fail with ENOSYS. Some functions are actually named
38037 something starting with __ and the normal name is an alias. */
38038 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38039 choke me
38040 #else
38041 char (*f) () = $ac_func;
38042 #endif
38043 #ifdef __cplusplus
38044 }
38045 #endif
38046
38047 int
38048 main ()
38049 {
38050 return f != $ac_func;
38051 ;
38052 return 0;
38053 }
38054 _ACEOF
38055 rm -f conftest.$ac_objext conftest$ac_exeext
38056 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38057 (eval $ac_link) 2>conftest.er1
38058 ac_status=$?
38059 grep -v '^ *+' conftest.er1 >conftest.err
38060 rm -f conftest.er1
38061 cat conftest.err >&5
38062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38063 (exit $ac_status); } &&
38064 { ac_try='test -z "$ac_c_werror_flag"
38065 || test ! -s conftest.err'
38066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38067 (eval $ac_try) 2>&5
38068 ac_status=$?
38069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38070 (exit $ac_status); }; } &&
38071 { ac_try='test -s conftest$ac_exeext'
38072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38073 (eval $ac_try) 2>&5
38074 ac_status=$?
38075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38076 (exit $ac_status); }; }; then
38077 eval "$as_ac_var=yes"
38078 else
38079 echo "$as_me: failed program was:" >&5
38080 sed 's/^/| /' conftest.$ac_ext >&5
38081
38082 eval "$as_ac_var=no"
38083 fi
38084 rm -f conftest.err conftest.$ac_objext \
38085 conftest$ac_exeext conftest.$ac_ext
38086 fi
38087 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38088 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38089 if test `eval echo '${'$as_ac_var'}'` = yes; then
38090 cat >>confdefs.h <<_ACEOF
38091 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38092 _ACEOF
38093
38094 fi
38095 done
38096
38097
38098 if test "$ac_cv_func_localtime" = "yes"; then
38099 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
38100 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
38101 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
38102 echo $ECHO_N "(cached) $ECHO_C" >&6
38103 else
38104
38105 cat >conftest.$ac_ext <<_ACEOF
38106 /* confdefs.h. */
38107 _ACEOF
38108 cat confdefs.h >>conftest.$ac_ext
38109 cat >>conftest.$ac_ext <<_ACEOF
38110 /* end confdefs.h. */
38111
38112 #include <time.h>
38113
38114 int
38115 main ()
38116 {
38117
38118 struct tm tm;
38119 tm.tm_gmtoff++;
38120
38121 ;
38122 return 0;
38123 }
38124 _ACEOF
38125 rm -f conftest.$ac_objext
38126 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38127 (eval $ac_compile) 2>conftest.er1
38128 ac_status=$?
38129 grep -v '^ *+' conftest.er1 >conftest.err
38130 rm -f conftest.er1
38131 cat conftest.err >&5
38132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38133 (exit $ac_status); } &&
38134 { ac_try='test -z "$ac_c_werror_flag"
38135 || test ! -s conftest.err'
38136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38137 (eval $ac_try) 2>&5
38138 ac_status=$?
38139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38140 (exit $ac_status); }; } &&
38141 { ac_try='test -s conftest.$ac_objext'
38142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38143 (eval $ac_try) 2>&5
38144 ac_status=$?
38145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38146 (exit $ac_status); }; }; then
38147
38148 wx_cv_struct_tm_has_gmtoff=yes
38149
38150 else
38151 echo "$as_me: failed program was:" >&5
38152 sed 's/^/| /' conftest.$ac_ext >&5
38153
38154 wx_cv_struct_tm_has_gmtoff=no
38155
38156 fi
38157 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38158
38159 fi
38160 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
38161 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
38162 fi
38163
38164 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
38165 cat >>confdefs.h <<\_ACEOF
38166 #define WX_GMTOFF_IN_TM 1
38167 _ACEOF
38168
38169 fi
38170
38171
38172
38173 for ac_func in gettimeofday ftime
38174 do
38175 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38176 echo "$as_me:$LINENO: checking for $ac_func" >&5
38177 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38178 if eval "test \"\${$as_ac_var+set}\" = set"; then
38179 echo $ECHO_N "(cached) $ECHO_C" >&6
38180 else
38181 cat >conftest.$ac_ext <<_ACEOF
38182 /* confdefs.h. */
38183 _ACEOF
38184 cat confdefs.h >>conftest.$ac_ext
38185 cat >>conftest.$ac_ext <<_ACEOF
38186 /* end confdefs.h. */
38187 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38188 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38189 #define $ac_func innocuous_$ac_func
38190
38191 /* System header to define __stub macros and hopefully few prototypes,
38192 which can conflict with char $ac_func (); below.
38193 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38194 <limits.h> exists even on freestanding compilers. */
38195
38196 #ifdef __STDC__
38197 # include <limits.h>
38198 #else
38199 # include <assert.h>
38200 #endif
38201
38202 #undef $ac_func
38203
38204 /* Override any gcc2 internal prototype to avoid an error. */
38205 #ifdef __cplusplus
38206 extern "C"
38207 {
38208 #endif
38209 /* We use char because int might match the return type of a gcc2
38210 builtin and then its argument prototype would still apply. */
38211 char $ac_func ();
38212 /* The GNU C library defines this for functions which it implements
38213 to always fail with ENOSYS. Some functions are actually named
38214 something starting with __ and the normal name is an alias. */
38215 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38216 choke me
38217 #else
38218 char (*f) () = $ac_func;
38219 #endif
38220 #ifdef __cplusplus
38221 }
38222 #endif
38223
38224 int
38225 main ()
38226 {
38227 return f != $ac_func;
38228 ;
38229 return 0;
38230 }
38231 _ACEOF
38232 rm -f conftest.$ac_objext conftest$ac_exeext
38233 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38234 (eval $ac_link) 2>conftest.er1
38235 ac_status=$?
38236 grep -v '^ *+' conftest.er1 >conftest.err
38237 rm -f conftest.er1
38238 cat conftest.err >&5
38239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38240 (exit $ac_status); } &&
38241 { ac_try='test -z "$ac_c_werror_flag"
38242 || test ! -s conftest.err'
38243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38244 (eval $ac_try) 2>&5
38245 ac_status=$?
38246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38247 (exit $ac_status); }; } &&
38248 { ac_try='test -s conftest$ac_exeext'
38249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38250 (eval $ac_try) 2>&5
38251 ac_status=$?
38252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38253 (exit $ac_status); }; }; then
38254 eval "$as_ac_var=yes"
38255 else
38256 echo "$as_me: failed program was:" >&5
38257 sed 's/^/| /' conftest.$ac_ext >&5
38258
38259 eval "$as_ac_var=no"
38260 fi
38261 rm -f conftest.err conftest.$ac_objext \
38262 conftest$ac_exeext conftest.$ac_ext
38263 fi
38264 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38265 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38266 if test `eval echo '${'$as_ac_var'}'` = yes; then
38267 cat >>confdefs.h <<_ACEOF
38268 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38269 _ACEOF
38270 break
38271 fi
38272 done
38273
38274
38275 if test "$ac_cv_func_gettimeofday" = "yes"; then
38276 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
38277 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
38278 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
38279 echo $ECHO_N "(cached) $ECHO_C" >&6
38280 else
38281
38282
38283
38284 ac_ext=cc
38285 ac_cpp='$CXXCPP $CPPFLAGS'
38286 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38287 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38288 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38289
38290
38291 cat >conftest.$ac_ext <<_ACEOF
38292 /* confdefs.h. */
38293 _ACEOF
38294 cat confdefs.h >>conftest.$ac_ext
38295 cat >>conftest.$ac_ext <<_ACEOF
38296 /* end confdefs.h. */
38297
38298 #include <sys/time.h>
38299 #include <unistd.h>
38300
38301 int
38302 main ()
38303 {
38304
38305 struct timeval tv;
38306 gettimeofday(&tv, NULL);
38307
38308 ;
38309 return 0;
38310 }
38311 _ACEOF
38312 rm -f conftest.$ac_objext
38313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38314 (eval $ac_compile) 2>conftest.er1
38315 ac_status=$?
38316 grep -v '^ *+' conftest.er1 >conftest.err
38317 rm -f conftest.er1
38318 cat conftest.err >&5
38319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38320 (exit $ac_status); } &&
38321 { ac_try='test -z "$ac_cxx_werror_flag"
38322 || test ! -s conftest.err'
38323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38324 (eval $ac_try) 2>&5
38325 ac_status=$?
38326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38327 (exit $ac_status); }; } &&
38328 { ac_try='test -s conftest.$ac_objext'
38329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38330 (eval $ac_try) 2>&5
38331 ac_status=$?
38332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38333 (exit $ac_status); }; }; then
38334 wx_cv_func_gettimeofday_has_2_args=yes
38335 else
38336 echo "$as_me: failed program was:" >&5
38337 sed 's/^/| /' conftest.$ac_ext >&5
38338
38339 cat >conftest.$ac_ext <<_ACEOF
38340 /* confdefs.h. */
38341 _ACEOF
38342 cat confdefs.h >>conftest.$ac_ext
38343 cat >>conftest.$ac_ext <<_ACEOF
38344 /* end confdefs.h. */
38345
38346 #include <sys/time.h>
38347 #include <unistd.h>
38348
38349 int
38350 main ()
38351 {
38352
38353 struct timeval tv;
38354 gettimeofday(&tv);
38355
38356 ;
38357 return 0;
38358 }
38359 _ACEOF
38360 rm -f conftest.$ac_objext
38361 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38362 (eval $ac_compile) 2>conftest.er1
38363 ac_status=$?
38364 grep -v '^ *+' conftest.er1 >conftest.err
38365 rm -f conftest.er1
38366 cat conftest.err >&5
38367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38368 (exit $ac_status); } &&
38369 { ac_try='test -z "$ac_cxx_werror_flag"
38370 || test ! -s conftest.err'
38371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38372 (eval $ac_try) 2>&5
38373 ac_status=$?
38374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38375 (exit $ac_status); }; } &&
38376 { ac_try='test -s conftest.$ac_objext'
38377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38378 (eval $ac_try) 2>&5
38379 ac_status=$?
38380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38381 (exit $ac_status); }; }; then
38382 wx_cv_func_gettimeofday_has_2_args=no
38383 else
38384 echo "$as_me: failed program was:" >&5
38385 sed 's/^/| /' conftest.$ac_ext >&5
38386
38387
38388 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
38389 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
38390 wx_cv_func_gettimeofday_has_2_args=unknown
38391
38392
38393 fi
38394 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38395
38396 fi
38397 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38398 ac_ext=c
38399 ac_cpp='$CPP $CPPFLAGS'
38400 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38401 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38402 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38403
38404
38405 fi
38406 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
38407 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
38408
38409 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
38410 cat >>confdefs.h <<\_ACEOF
38411 #define WX_GETTIMEOFDAY_NO_TZ 1
38412 _ACEOF
38413
38414 fi
38415 fi
38416
38417 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
38418 fi
38419
38420
38421 if test "$wxUSE_SOCKETS" = "yes"; then
38422 if test "$wxUSE_MGL" = "1"; then
38423 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
38424 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
38425 wxUSE_SOCKETS="no"
38426 fi
38427 fi
38428
38429 if test "$wxUSE_SOCKETS" = "yes"; then
38430 if test "$TOOLKIT" != "MSW"; then
38431 echo "$as_me:$LINENO: checking for socket" >&5
38432 echo $ECHO_N "checking for socket... $ECHO_C" >&6
38433 if test "${ac_cv_func_socket+set}" = set; then
38434 echo $ECHO_N "(cached) $ECHO_C" >&6
38435 else
38436 cat >conftest.$ac_ext <<_ACEOF
38437 /* confdefs.h. */
38438 _ACEOF
38439 cat confdefs.h >>conftest.$ac_ext
38440 cat >>conftest.$ac_ext <<_ACEOF
38441 /* end confdefs.h. */
38442 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
38443 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38444 #define socket innocuous_socket
38445
38446 /* System header to define __stub macros and hopefully few prototypes,
38447 which can conflict with char socket (); below.
38448 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38449 <limits.h> exists even on freestanding compilers. */
38450
38451 #ifdef __STDC__
38452 # include <limits.h>
38453 #else
38454 # include <assert.h>
38455 #endif
38456
38457 #undef socket
38458
38459 /* Override any gcc2 internal prototype to avoid an error. */
38460 #ifdef __cplusplus
38461 extern "C"
38462 {
38463 #endif
38464 /* We use char because int might match the return type of a gcc2
38465 builtin and then its argument prototype would still apply. */
38466 char socket ();
38467 /* The GNU C library defines this for functions which it implements
38468 to always fail with ENOSYS. Some functions are actually named
38469 something starting with __ and the normal name is an alias. */
38470 #if defined (__stub_socket) || defined (__stub___socket)
38471 choke me
38472 #else
38473 char (*f) () = socket;
38474 #endif
38475 #ifdef __cplusplus
38476 }
38477 #endif
38478
38479 int
38480 main ()
38481 {
38482 return f != socket;
38483 ;
38484 return 0;
38485 }
38486 _ACEOF
38487 rm -f conftest.$ac_objext conftest$ac_exeext
38488 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38489 (eval $ac_link) 2>conftest.er1
38490 ac_status=$?
38491 grep -v '^ *+' conftest.er1 >conftest.err
38492 rm -f conftest.er1
38493 cat conftest.err >&5
38494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38495 (exit $ac_status); } &&
38496 { ac_try='test -z "$ac_c_werror_flag"
38497 || test ! -s conftest.err'
38498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38499 (eval $ac_try) 2>&5
38500 ac_status=$?
38501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38502 (exit $ac_status); }; } &&
38503 { ac_try='test -s conftest$ac_exeext'
38504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38505 (eval $ac_try) 2>&5
38506 ac_status=$?
38507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38508 (exit $ac_status); }; }; then
38509 ac_cv_func_socket=yes
38510 else
38511 echo "$as_me: failed program was:" >&5
38512 sed 's/^/| /' conftest.$ac_ext >&5
38513
38514 ac_cv_func_socket=no
38515 fi
38516 rm -f conftest.err conftest.$ac_objext \
38517 conftest$ac_exeext conftest.$ac_ext
38518 fi
38519 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
38520 echo "${ECHO_T}$ac_cv_func_socket" >&6
38521 if test $ac_cv_func_socket = yes; then
38522 :
38523 else
38524
38525 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
38526 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
38527 if test "${ac_cv_lib_socket_socket+set}" = set; then
38528 echo $ECHO_N "(cached) $ECHO_C" >&6
38529 else
38530 ac_check_lib_save_LIBS=$LIBS
38531 LIBS="-lsocket $LIBS"
38532 cat >conftest.$ac_ext <<_ACEOF
38533 /* confdefs.h. */
38534 _ACEOF
38535 cat confdefs.h >>conftest.$ac_ext
38536 cat >>conftest.$ac_ext <<_ACEOF
38537 /* end confdefs.h. */
38538
38539 /* Override any gcc2 internal prototype to avoid an error. */
38540 #ifdef __cplusplus
38541 extern "C"
38542 #endif
38543 /* We use char because int might match the return type of a gcc2
38544 builtin and then its argument prototype would still apply. */
38545 char socket ();
38546 int
38547 main ()
38548 {
38549 socket ();
38550 ;
38551 return 0;
38552 }
38553 _ACEOF
38554 rm -f conftest.$ac_objext conftest$ac_exeext
38555 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38556 (eval $ac_link) 2>conftest.er1
38557 ac_status=$?
38558 grep -v '^ *+' conftest.er1 >conftest.err
38559 rm -f conftest.er1
38560 cat conftest.err >&5
38561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38562 (exit $ac_status); } &&
38563 { ac_try='test -z "$ac_c_werror_flag"
38564 || test ! -s conftest.err'
38565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38566 (eval $ac_try) 2>&5
38567 ac_status=$?
38568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38569 (exit $ac_status); }; } &&
38570 { ac_try='test -s conftest$ac_exeext'
38571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38572 (eval $ac_try) 2>&5
38573 ac_status=$?
38574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38575 (exit $ac_status); }; }; then
38576 ac_cv_lib_socket_socket=yes
38577 else
38578 echo "$as_me: failed program was:" >&5
38579 sed 's/^/| /' conftest.$ac_ext >&5
38580
38581 ac_cv_lib_socket_socket=no
38582 fi
38583 rm -f conftest.err conftest.$ac_objext \
38584 conftest$ac_exeext conftest.$ac_ext
38585 LIBS=$ac_check_lib_save_LIBS
38586 fi
38587 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
38588 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
38589 if test $ac_cv_lib_socket_socket = yes; then
38590 if test "$INET_LINK" != " -lsocket"; then
38591 INET_LINK="$INET_LINK -lsocket"
38592 fi
38593 else
38594
38595 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
38596 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
38597 wxUSE_SOCKETS=no
38598
38599
38600 fi
38601
38602
38603
38604 fi
38605
38606 fi
38607 fi
38608
38609 if test "$wxUSE_SOCKETS" = "yes" ; then
38610 if test "$TOOLKIT" != "MSW"; then
38611 ac_ext=cc
38612 ac_cpp='$CXXCPP $CPPFLAGS'
38613 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38614 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38615 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38616
38617 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
38618 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
38619 if test "${wx_cv_type_getsockname3+set}" = set; then
38620 echo $ECHO_N "(cached) $ECHO_C" >&6
38621 else
38622
38623 cat >conftest.$ac_ext <<_ACEOF
38624 /* confdefs.h. */
38625 _ACEOF
38626 cat confdefs.h >>conftest.$ac_ext
38627 cat >>conftest.$ac_ext <<_ACEOF
38628 /* end confdefs.h. */
38629
38630 #include <sys/types.h>
38631 #include <sys/socket.h>
38632
38633 int
38634 main ()
38635 {
38636
38637 socklen_t len;
38638 getsockname(0, 0, &len);
38639
38640 ;
38641 return 0;
38642 }
38643 _ACEOF
38644 rm -f conftest.$ac_objext
38645 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38646 (eval $ac_compile) 2>conftest.er1
38647 ac_status=$?
38648 grep -v '^ *+' conftest.er1 >conftest.err
38649 rm -f conftest.er1
38650 cat conftest.err >&5
38651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38652 (exit $ac_status); } &&
38653 { ac_try='test -z "$ac_cxx_werror_flag"
38654 || test ! -s conftest.err'
38655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38656 (eval $ac_try) 2>&5
38657 ac_status=$?
38658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38659 (exit $ac_status); }; } &&
38660 { ac_try='test -s conftest.$ac_objext'
38661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38662 (eval $ac_try) 2>&5
38663 ac_status=$?
38664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38665 (exit $ac_status); }; }; then
38666 wx_cv_type_getsockname3=socklen_t
38667 else
38668 echo "$as_me: failed program was:" >&5
38669 sed 's/^/| /' conftest.$ac_ext >&5
38670
38671
38672 CFLAGS_OLD="$CFLAGS"
38673 if test "$GCC" = yes ; then
38674 CFLAGS="$CFLAGS -Werror"
38675 fi
38676
38677 cat >conftest.$ac_ext <<_ACEOF
38678 /* confdefs.h. */
38679 _ACEOF
38680 cat confdefs.h >>conftest.$ac_ext
38681 cat >>conftest.$ac_ext <<_ACEOF
38682 /* end confdefs.h. */
38683
38684 #include <sys/types.h>
38685 #include <sys/socket.h>
38686
38687 int
38688 main ()
38689 {
38690
38691 size_t len;
38692 getsockname(0, 0, &len);
38693
38694 ;
38695 return 0;
38696 }
38697 _ACEOF
38698 rm -f conftest.$ac_objext
38699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38700 (eval $ac_compile) 2>conftest.er1
38701 ac_status=$?
38702 grep -v '^ *+' conftest.er1 >conftest.err
38703 rm -f conftest.er1
38704 cat conftest.err >&5
38705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38706 (exit $ac_status); } &&
38707 { ac_try='test -z "$ac_cxx_werror_flag"
38708 || test ! -s conftest.err'
38709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38710 (eval $ac_try) 2>&5
38711 ac_status=$?
38712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38713 (exit $ac_status); }; } &&
38714 { ac_try='test -s conftest.$ac_objext'
38715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38716 (eval $ac_try) 2>&5
38717 ac_status=$?
38718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38719 (exit $ac_status); }; }; then
38720 wx_cv_type_getsockname3=size_t
38721 else
38722 echo "$as_me: failed program was:" >&5
38723 sed 's/^/| /' conftest.$ac_ext >&5
38724
38725 cat >conftest.$ac_ext <<_ACEOF
38726 /* confdefs.h. */
38727 _ACEOF
38728 cat confdefs.h >>conftest.$ac_ext
38729 cat >>conftest.$ac_ext <<_ACEOF
38730 /* end confdefs.h. */
38731
38732 #include <sys/types.h>
38733 #include <sys/socket.h>
38734
38735 int
38736 main ()
38737 {
38738
38739 int len;
38740 getsockname(0, 0, &len);
38741
38742 ;
38743 return 0;
38744 }
38745 _ACEOF
38746 rm -f conftest.$ac_objext
38747 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38748 (eval $ac_compile) 2>conftest.er1
38749 ac_status=$?
38750 grep -v '^ *+' conftest.er1 >conftest.err
38751 rm -f conftest.er1
38752 cat conftest.err >&5
38753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38754 (exit $ac_status); } &&
38755 { ac_try='test -z "$ac_cxx_werror_flag"
38756 || test ! -s conftest.err'
38757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38758 (eval $ac_try) 2>&5
38759 ac_status=$?
38760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38761 (exit $ac_status); }; } &&
38762 { ac_try='test -s conftest.$ac_objext'
38763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38764 (eval $ac_try) 2>&5
38765 ac_status=$?
38766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38767 (exit $ac_status); }; }; then
38768 wx_cv_type_getsockname3=int
38769 else
38770 echo "$as_me: failed program was:" >&5
38771 sed 's/^/| /' conftest.$ac_ext >&5
38772
38773 wx_cv_type_getsockname3=unknown
38774
38775 fi
38776 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38777
38778 fi
38779 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38780
38781 CFLAGS="$CFLAGS_OLD"
38782
38783
38784 fi
38785 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38786
38787 fi
38788 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
38789 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
38790
38791 if test "$wx_cv_type_getsockname3" = "unknown"; then
38792 wxUSE_SOCKETS=no
38793 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38794 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38795 else
38796 cat >>confdefs.h <<_ACEOF
38797 #define SOCKLEN_T $wx_cv_type_getsockname3
38798 _ACEOF
38799
38800 fi
38801 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
38802 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
38803 if test "${wx_cv_type_getsockopt5+set}" = set; then
38804 echo $ECHO_N "(cached) $ECHO_C" >&6
38805 else
38806
38807 cat >conftest.$ac_ext <<_ACEOF
38808 /* confdefs.h. */
38809 _ACEOF
38810 cat confdefs.h >>conftest.$ac_ext
38811 cat >>conftest.$ac_ext <<_ACEOF
38812 /* end confdefs.h. */
38813
38814 #include <sys/types.h>
38815 #include <sys/socket.h>
38816
38817 int
38818 main ()
38819 {
38820
38821 socklen_t len;
38822 getsockopt(0, 0, 0, 0, &len);
38823
38824 ;
38825 return 0;
38826 }
38827 _ACEOF
38828 rm -f conftest.$ac_objext
38829 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38830 (eval $ac_compile) 2>conftest.er1
38831 ac_status=$?
38832 grep -v '^ *+' conftest.er1 >conftest.err
38833 rm -f conftest.er1
38834 cat conftest.err >&5
38835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38836 (exit $ac_status); } &&
38837 { ac_try='test -z "$ac_cxx_werror_flag"
38838 || test ! -s conftest.err'
38839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38840 (eval $ac_try) 2>&5
38841 ac_status=$?
38842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38843 (exit $ac_status); }; } &&
38844 { ac_try='test -s conftest.$ac_objext'
38845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38846 (eval $ac_try) 2>&5
38847 ac_status=$?
38848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38849 (exit $ac_status); }; }; then
38850 wx_cv_type_getsockopt5=socklen_t
38851 else
38852 echo "$as_me: failed program was:" >&5
38853 sed 's/^/| /' conftest.$ac_ext >&5
38854
38855
38856 CFLAGS_OLD="$CFLAGS"
38857 if test "$GCC" = yes ; then
38858 CFLAGS="$CFLAGS -Werror"
38859 fi
38860
38861 cat >conftest.$ac_ext <<_ACEOF
38862 /* confdefs.h. */
38863 _ACEOF
38864 cat confdefs.h >>conftest.$ac_ext
38865 cat >>conftest.$ac_ext <<_ACEOF
38866 /* end confdefs.h. */
38867
38868 #include <sys/types.h>
38869 #include <sys/socket.h>
38870
38871 int
38872 main ()
38873 {
38874
38875 size_t len;
38876 getsockopt(0, 0, 0, 0, &len);
38877
38878 ;
38879 return 0;
38880 }
38881 _ACEOF
38882 rm -f conftest.$ac_objext
38883 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38884 (eval $ac_compile) 2>conftest.er1
38885 ac_status=$?
38886 grep -v '^ *+' conftest.er1 >conftest.err
38887 rm -f conftest.er1
38888 cat conftest.err >&5
38889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38890 (exit $ac_status); } &&
38891 { ac_try='test -z "$ac_cxx_werror_flag"
38892 || test ! -s conftest.err'
38893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38894 (eval $ac_try) 2>&5
38895 ac_status=$?
38896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38897 (exit $ac_status); }; } &&
38898 { ac_try='test -s conftest.$ac_objext'
38899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38900 (eval $ac_try) 2>&5
38901 ac_status=$?
38902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38903 (exit $ac_status); }; }; then
38904 wx_cv_type_getsockopt5=size_t
38905 else
38906 echo "$as_me: failed program was:" >&5
38907 sed 's/^/| /' conftest.$ac_ext >&5
38908
38909 cat >conftest.$ac_ext <<_ACEOF
38910 /* confdefs.h. */
38911 _ACEOF
38912 cat confdefs.h >>conftest.$ac_ext
38913 cat >>conftest.$ac_ext <<_ACEOF
38914 /* end confdefs.h. */
38915
38916 #include <sys/types.h>
38917 #include <sys/socket.h>
38918
38919 int
38920 main ()
38921 {
38922
38923 int len;
38924 getsockopt(0, 0, 0, 0, &len);
38925
38926 ;
38927 return 0;
38928 }
38929 _ACEOF
38930 rm -f conftest.$ac_objext
38931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38932 (eval $ac_compile) 2>conftest.er1
38933 ac_status=$?
38934 grep -v '^ *+' conftest.er1 >conftest.err
38935 rm -f conftest.er1
38936 cat conftest.err >&5
38937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38938 (exit $ac_status); } &&
38939 { ac_try='test -z "$ac_cxx_werror_flag"
38940 || test ! -s conftest.err'
38941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38942 (eval $ac_try) 2>&5
38943 ac_status=$?
38944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38945 (exit $ac_status); }; } &&
38946 { ac_try='test -s conftest.$ac_objext'
38947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38948 (eval $ac_try) 2>&5
38949 ac_status=$?
38950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38951 (exit $ac_status); }; }; then
38952 wx_cv_type_getsockopt5=int
38953 else
38954 echo "$as_me: failed program was:" >&5
38955 sed 's/^/| /' conftest.$ac_ext >&5
38956
38957 wx_cv_type_getsockopt5=unknown
38958
38959 fi
38960 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38961
38962 fi
38963 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38964
38965 CFLAGS="$CFLAGS_OLD"
38966
38967
38968 fi
38969 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
38970
38971 fi
38972 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
38973 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
38974
38975 if test "$wx_cv_type_getsockopt5" = "unknown"; then
38976 wxUSE_SOCKETS=no
38977 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38978 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38979 else
38980 cat >>confdefs.h <<_ACEOF
38981 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
38982 _ACEOF
38983
38984 fi
38985 ac_ext=c
38986 ac_cpp='$CPP $CPPFLAGS'
38987 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38988 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38989 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38990
38991 fi
38992 fi
38993
38994 if test "$wxUSE_SOCKETS" = "yes" ; then
38995 cat >>confdefs.h <<\_ACEOF
38996 #define wxUSE_SOCKETS 1
38997 _ACEOF
38998
38999 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
39000 fi
39001
39002 if test "$wxUSE_PROTOCOL" = "yes"; then
39003 if test "$wxUSE_SOCKETS" != "yes"; then
39004 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
39005 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
39006 wxUSE_PROTOCOL=no
39007 fi
39008 fi
39009
39010 if test "$wxUSE_PROTOCOL" = "yes"; then
39011 cat >>confdefs.h <<\_ACEOF
39012 #define wxUSE_PROTOCOL 1
39013 _ACEOF
39014
39015
39016 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
39017 cat >>confdefs.h <<\_ACEOF
39018 #define wxUSE_PROTOCOL_HTTP 1
39019 _ACEOF
39020
39021 fi
39022 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
39023 cat >>confdefs.h <<\_ACEOF
39024 #define wxUSE_PROTOCOL_FTP 1
39025 _ACEOF
39026
39027 fi
39028 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
39029 cat >>confdefs.h <<\_ACEOF
39030 #define wxUSE_PROTOCOL_FILE 1
39031 _ACEOF
39032
39033 fi
39034 else
39035 if test "$wxUSE_FS_INET" = "yes"; then
39036 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
39037 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
39038 wxUSE_FS_INET="no"
39039 fi
39040 fi
39041
39042 if test "$wxUSE_URL" = "yes"; then
39043 if test "$wxUSE_PROTOCOL" != "yes"; then
39044 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
39045 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
39046 wxUSE_URL=no
39047 fi
39048 if test "$wxUSE_URL" = "yes"; then
39049 cat >>confdefs.h <<\_ACEOF
39050 #define wxUSE_URL 1
39051 _ACEOF
39052
39053 fi
39054 fi
39055
39056 if test "$wxUSE_FS_INET" = "yes"; then
39057 cat >>confdefs.h <<\_ACEOF
39058 #define wxUSE_FS_INET 1
39059 _ACEOF
39060
39061 fi
39062
39063
39064 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
39065 wxUSE_JOYSTICK=no
39066
39067 if test "$TOOLKIT" = "MSW"; then
39068 wxUSE_JOYSTICK=yes
39069
39070 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
39071 if test "$USE_DARWIN" = 1; then
39072 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
39073 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
39074 ac_ext=cc
39075 ac_cpp='$CXXCPP $CPPFLAGS'
39076 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39077 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39078 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39079
39080 cat >conftest.$ac_ext <<_ACEOF
39081 /* confdefs.h. */
39082 _ACEOF
39083 cat confdefs.h >>conftest.$ac_ext
39084 cat >>conftest.$ac_ext <<_ACEOF
39085 /* end confdefs.h. */
39086 #include <IOKit/hid/IOHIDLib.h>
39087 int
39088 main ()
39089 {
39090 IOHIDQueueInterface *qi = NULL;
39091 IOHIDCallbackFunction cb = NULL;
39092 qi->setEventCallout(NULL, cb, NULL, NULL);
39093 ;
39094 return 0;
39095 }
39096 _ACEOF
39097 rm -f conftest.$ac_objext
39098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39099 (eval $ac_compile) 2>conftest.er1
39100 ac_status=$?
39101 grep -v '^ *+' conftest.er1 >conftest.err
39102 rm -f conftest.er1
39103 cat conftest.err >&5
39104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39105 (exit $ac_status); } &&
39106 { ac_try='test -z "$ac_cxx_werror_flag"
39107 || test ! -s conftest.err'
39108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39109 (eval $ac_try) 2>&5
39110 ac_status=$?
39111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39112 (exit $ac_status); }; } &&
39113 { ac_try='test -s conftest.$ac_objext'
39114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39115 (eval $ac_try) 2>&5
39116 ac_status=$?
39117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39118 (exit $ac_status); }; }; then
39119 wxUSE_JOYSTICK=yes
39120
39121 else
39122 echo "$as_me: failed program was:" >&5
39123 sed 's/^/| /' conftest.$ac_ext >&5
39124
39125 fi
39126 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39127 ac_ext=c
39128 ac_cpp='$CPP $CPPFLAGS'
39129 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39130 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39131 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39132
39133 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
39134 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
39135 fi
39136
39137 else
39138
39139 for ac_header in linux/joystick.h
39140 do
39141 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39142 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39143 echo "$as_me:$LINENO: checking for $ac_header" >&5
39144 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39145 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39146 echo $ECHO_N "(cached) $ECHO_C" >&6
39147 fi
39148 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39149 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39150 else
39151 # Is the header compilable?
39152 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39153 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39154 cat >conftest.$ac_ext <<_ACEOF
39155 /* confdefs.h. */
39156 _ACEOF
39157 cat confdefs.h >>conftest.$ac_ext
39158 cat >>conftest.$ac_ext <<_ACEOF
39159 /* end confdefs.h. */
39160 $ac_includes_default
39161 #include <$ac_header>
39162 _ACEOF
39163 rm -f conftest.$ac_objext
39164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39165 (eval $ac_compile) 2>conftest.er1
39166 ac_status=$?
39167 grep -v '^ *+' conftest.er1 >conftest.err
39168 rm -f conftest.er1
39169 cat conftest.err >&5
39170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39171 (exit $ac_status); } &&
39172 { ac_try='test -z "$ac_c_werror_flag"
39173 || test ! -s conftest.err'
39174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39175 (eval $ac_try) 2>&5
39176 ac_status=$?
39177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39178 (exit $ac_status); }; } &&
39179 { ac_try='test -s conftest.$ac_objext'
39180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39181 (eval $ac_try) 2>&5
39182 ac_status=$?
39183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39184 (exit $ac_status); }; }; then
39185 ac_header_compiler=yes
39186 else
39187 echo "$as_me: failed program was:" >&5
39188 sed 's/^/| /' conftest.$ac_ext >&5
39189
39190 ac_header_compiler=no
39191 fi
39192 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39193 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39194 echo "${ECHO_T}$ac_header_compiler" >&6
39195
39196 # Is the header present?
39197 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39198 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39199 cat >conftest.$ac_ext <<_ACEOF
39200 /* confdefs.h. */
39201 _ACEOF
39202 cat confdefs.h >>conftest.$ac_ext
39203 cat >>conftest.$ac_ext <<_ACEOF
39204 /* end confdefs.h. */
39205 #include <$ac_header>
39206 _ACEOF
39207 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39208 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
39209 ac_status=$?
39210 grep -v '^ *+' conftest.er1 >conftest.err
39211 rm -f conftest.er1
39212 cat conftest.err >&5
39213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39214 (exit $ac_status); } >/dev/null; then
39215 if test -s conftest.err; then
39216 ac_cpp_err=$ac_c_preproc_warn_flag
39217 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
39218 else
39219 ac_cpp_err=
39220 fi
39221 else
39222 ac_cpp_err=yes
39223 fi
39224 if test -z "$ac_cpp_err"; then
39225 ac_header_preproc=yes
39226 else
39227 echo "$as_me: failed program was:" >&5
39228 sed 's/^/| /' conftest.$ac_ext >&5
39229
39230 ac_header_preproc=no
39231 fi
39232 rm -f conftest.err conftest.$ac_ext
39233 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39234 echo "${ECHO_T}$ac_header_preproc" >&6
39235
39236 # So? What about this header?
39237 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39238 yes:no: )
39239 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39240 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39241 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39242 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39243 ac_header_preproc=yes
39244 ;;
39245 no:yes:* )
39246 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39247 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39248 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39249 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39250 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39251 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39252 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39253 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39254 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39255 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39256 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39257 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39258 (
39259 cat <<\_ASBOX
39260 ## ----------------------------------------- ##
39261 ## Report this to wx-dev@lists.wxwidgets.org ##
39262 ## ----------------------------------------- ##
39263 _ASBOX
39264 ) |
39265 sed "s/^/$as_me: WARNING: /" >&2
39266 ;;
39267 esac
39268 echo "$as_me:$LINENO: checking for $ac_header" >&5
39269 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39270 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39271 echo $ECHO_N "(cached) $ECHO_C" >&6
39272 else
39273 eval "$as_ac_Header=\$ac_header_preproc"
39274 fi
39275 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39276 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39277
39278 fi
39279 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39280 cat >>confdefs.h <<_ACEOF
39281 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39282 _ACEOF
39283 wxUSE_JOYSTICK=yes
39284 fi
39285
39286 done
39287
39288 fi
39289
39290 if test "$wxUSE_JOYSTICK" = "yes"; then
39291 cat >>confdefs.h <<\_ACEOF
39292 #define wxUSE_JOYSTICK 1
39293 _ACEOF
39294
39295 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
39296 else
39297 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
39298 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
39299 fi
39300 fi
39301
39302
39303
39304 if test "$wxUSE_FONTMAP" = "yes" ; then
39305 cat >>confdefs.h <<\_ACEOF
39306 #define wxUSE_FONTMAP 1
39307 _ACEOF
39308
39309 fi
39310
39311 if test "$wxUSE_UNICODE" = "yes" ; then
39312 cat >>confdefs.h <<\_ACEOF
39313 #define wxUSE_UNICODE 1
39314 _ACEOF
39315
39316
39317 if test "$USE_WIN32" != 1; then
39318 wxUSE_UNICODE_MSLU=no
39319 fi
39320
39321 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
39322 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
39323 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
39324 if test "${ac_cv_lib_unicows_main+set}" = set; then
39325 echo $ECHO_N "(cached) $ECHO_C" >&6
39326 else
39327 ac_check_lib_save_LIBS=$LIBS
39328 LIBS="-lunicows $LIBS"
39329 cat >conftest.$ac_ext <<_ACEOF
39330 /* confdefs.h. */
39331 _ACEOF
39332 cat confdefs.h >>conftest.$ac_ext
39333 cat >>conftest.$ac_ext <<_ACEOF
39334 /* end confdefs.h. */
39335
39336
39337 int
39338 main ()
39339 {
39340 main ();
39341 ;
39342 return 0;
39343 }
39344 _ACEOF
39345 rm -f conftest.$ac_objext conftest$ac_exeext
39346 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39347 (eval $ac_link) 2>conftest.er1
39348 ac_status=$?
39349 grep -v '^ *+' conftest.er1 >conftest.err
39350 rm -f conftest.er1
39351 cat conftest.err >&5
39352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39353 (exit $ac_status); } &&
39354 { ac_try='test -z "$ac_c_werror_flag"
39355 || test ! -s conftest.err'
39356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39357 (eval $ac_try) 2>&5
39358 ac_status=$?
39359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39360 (exit $ac_status); }; } &&
39361 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
39367 ac_cv_lib_unicows_main=yes
39368 else
39369 echo "$as_me: failed program was:" >&5
39370 sed 's/^/| /' conftest.$ac_ext >&5
39371
39372 ac_cv_lib_unicows_main=no
39373 fi
39374 rm -f conftest.err conftest.$ac_objext \
39375 conftest$ac_exeext conftest.$ac_ext
39376 LIBS=$ac_check_lib_save_LIBS
39377 fi
39378 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
39379 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
39380 if test $ac_cv_lib_unicows_main = yes; then
39381
39382 cat >>confdefs.h <<\_ACEOF
39383 #define wxUSE_UNICODE_MSLU 1
39384 _ACEOF
39385
39386
39387 else
39388
39389 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
39390 Applications will only run on Windows NT/2000/XP!" >&5
39391 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
39392 Applications will only run on Windows NT/2000/XP!" >&2;}
39393 wxUSE_UNICODE_MSLU=no
39394
39395 fi
39396
39397 fi
39398 fi
39399
39400 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
39401 cat >>confdefs.h <<\_ACEOF
39402 #define wxUSE_EXPERIMENTAL_PRINTF 1
39403 _ACEOF
39404
39405 fi
39406
39407
39408 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
39409 cat >>confdefs.h <<\_ACEOF
39410 #define wxUSE_POSTSCRIPT 1
39411 _ACEOF
39412
39413 fi
39414
39415 cat >>confdefs.h <<\_ACEOF
39416 #define wxUSE_AFM_FOR_POSTSCRIPT 1
39417 _ACEOF
39418
39419
39420 cat >>confdefs.h <<\_ACEOF
39421 #define wxUSE_NORMALIZED_PS_FONTS 1
39422 _ACEOF
39423
39424
39425
39426 if test "$wxUSE_CONSTRAINTS" = "yes"; then
39427 cat >>confdefs.h <<\_ACEOF
39428 #define wxUSE_CONSTRAINTS 1
39429 _ACEOF
39430
39431 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
39432 fi
39433
39434 if test "$wxUSE_MDI" = "yes"; then
39435 cat >>confdefs.h <<\_ACEOF
39436 #define wxUSE_MDI 1
39437 _ACEOF
39438
39439
39440 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39441 cat >>confdefs.h <<\_ACEOF
39442 #define wxUSE_MDI_ARCHITECTURE 1
39443 _ACEOF
39444
39445 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
39446 fi
39447 fi
39448
39449 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
39450 cat >>confdefs.h <<\_ACEOF
39451 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
39452 _ACEOF
39453
39454 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
39455 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39456 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
39457 fi
39458 fi
39459
39460 if test "$wxUSE_HELP" = "yes"; then
39461 cat >>confdefs.h <<\_ACEOF
39462 #define wxUSE_HELP 1
39463 _ACEOF
39464
39465 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
39466
39467 if test "$wxUSE_MSW" = 1; then
39468 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
39469 cat >>confdefs.h <<\_ACEOF
39470 #define wxUSE_MS_HTML_HELP 1
39471 _ACEOF
39472
39473 fi
39474 fi
39475
39476 if test "$wxUSE_WXHTML_HELP" = "yes"; then
39477 if test "$wxUSE_HTML" = "yes"; then
39478 cat >>confdefs.h <<\_ACEOF
39479 #define wxUSE_WXHTML_HELP 1
39480 _ACEOF
39481
39482 else
39483 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
39484 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
39485 wxUSE_WXHTML_HELP=no
39486 fi
39487 fi
39488 fi
39489
39490 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
39491 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39492 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
39493 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
39494 else
39495 cat >>confdefs.h <<\_ACEOF
39496 #define wxUSE_PRINTING_ARCHITECTURE 1
39497 _ACEOF
39498
39499 fi
39500 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
39501 fi
39502
39503 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
39504 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
39505 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
39506 { (exit 1); exit 1; }; }
39507 fi
39508
39509
39510 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
39511 -o "$wxUSE_CLIPBOARD" = "yes" \
39512 -o "$wxUSE_OLE" = "yes" \
39513 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
39514
39515 for ac_header in ole2.h
39516 do
39517 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39518 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39519 echo "$as_me:$LINENO: checking for $ac_header" >&5
39520 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39521 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39522 echo $ECHO_N "(cached) $ECHO_C" >&6
39523 fi
39524 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39525 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39526 else
39527 # Is the header compilable?
39528 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39529 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39530 cat >conftest.$ac_ext <<_ACEOF
39531 /* confdefs.h. */
39532 _ACEOF
39533 cat confdefs.h >>conftest.$ac_ext
39534 cat >>conftest.$ac_ext <<_ACEOF
39535 /* end confdefs.h. */
39536 $ac_includes_default
39537 #include <$ac_header>
39538 _ACEOF
39539 rm -f conftest.$ac_objext
39540 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39541 (eval $ac_compile) 2>conftest.er1
39542 ac_status=$?
39543 grep -v '^ *+' conftest.er1 >conftest.err
39544 rm -f conftest.er1
39545 cat conftest.err >&5
39546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39547 (exit $ac_status); } &&
39548 { ac_try='test -z "$ac_c_werror_flag"
39549 || test ! -s conftest.err'
39550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39551 (eval $ac_try) 2>&5
39552 ac_status=$?
39553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39554 (exit $ac_status); }; } &&
39555 { ac_try='test -s conftest.$ac_objext'
39556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39557 (eval $ac_try) 2>&5
39558 ac_status=$?
39559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39560 (exit $ac_status); }; }; then
39561 ac_header_compiler=yes
39562 else
39563 echo "$as_me: failed program was:" >&5
39564 sed 's/^/| /' conftest.$ac_ext >&5
39565
39566 ac_header_compiler=no
39567 fi
39568 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39569 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39570 echo "${ECHO_T}$ac_header_compiler" >&6
39571
39572 # Is the header present?
39573 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39574 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39575 cat >conftest.$ac_ext <<_ACEOF
39576 /* confdefs.h. */
39577 _ACEOF
39578 cat confdefs.h >>conftest.$ac_ext
39579 cat >>conftest.$ac_ext <<_ACEOF
39580 /* end confdefs.h. */
39581 #include <$ac_header>
39582 _ACEOF
39583 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39584 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
39585 ac_status=$?
39586 grep -v '^ *+' conftest.er1 >conftest.err
39587 rm -f conftest.er1
39588 cat conftest.err >&5
39589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39590 (exit $ac_status); } >/dev/null; then
39591 if test -s conftest.err; then
39592 ac_cpp_err=$ac_c_preproc_warn_flag
39593 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
39594 else
39595 ac_cpp_err=
39596 fi
39597 else
39598 ac_cpp_err=yes
39599 fi
39600 if test -z "$ac_cpp_err"; then
39601 ac_header_preproc=yes
39602 else
39603 echo "$as_me: failed program was:" >&5
39604 sed 's/^/| /' conftest.$ac_ext >&5
39605
39606 ac_header_preproc=no
39607 fi
39608 rm -f conftest.err conftest.$ac_ext
39609 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39610 echo "${ECHO_T}$ac_header_preproc" >&6
39611
39612 # So? What about this header?
39613 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39614 yes:no: )
39615 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39616 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39617 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39618 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39619 ac_header_preproc=yes
39620 ;;
39621 no:yes:* )
39622 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39623 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39624 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39625 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39626 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39627 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39628 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39629 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39630 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39631 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39632 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39633 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39634 (
39635 cat <<\_ASBOX
39636 ## ----------------------------------------- ##
39637 ## Report this to wx-dev@lists.wxwidgets.org ##
39638 ## ----------------------------------------- ##
39639 _ASBOX
39640 ) |
39641 sed "s/^/$as_me: WARNING: /" >&2
39642 ;;
39643 esac
39644 echo "$as_me:$LINENO: checking for $ac_header" >&5
39645 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39646 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39647 echo $ECHO_N "(cached) $ECHO_C" >&6
39648 else
39649 eval "$as_ac_Header=\$ac_header_preproc"
39650 fi
39651 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39652 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39653
39654 fi
39655 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39656 cat >>confdefs.h <<_ACEOF
39657 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39658 _ACEOF
39659
39660 fi
39661
39662 done
39663
39664
39665 if test "$ac_cv_header_ole2_h" = "yes" ; then
39666 if test "$GCC" = yes ; then
39667
39668
39669 ac_ext=cc
39670 ac_cpp='$CXXCPP $CPPFLAGS'
39671 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39672 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39673 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39674
39675
39676 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
39677 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
39678 cat >conftest.$ac_ext <<_ACEOF
39679 /* confdefs.h. */
39680 _ACEOF
39681 cat confdefs.h >>conftest.$ac_ext
39682 cat >>conftest.$ac_ext <<_ACEOF
39683 /* end confdefs.h. */
39684 #include <windows.h>
39685 #include <ole2.h>
39686 int
39687 main ()
39688 {
39689
39690 ;
39691 return 0;
39692 }
39693 _ACEOF
39694 rm -f conftest.$ac_objext
39695 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39696 (eval $ac_compile) 2>conftest.er1
39697 ac_status=$?
39698 grep -v '^ *+' conftest.er1 >conftest.err
39699 rm -f conftest.er1
39700 cat conftest.err >&5
39701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39702 (exit $ac_status); } &&
39703 { ac_try='test -z "$ac_cxx_werror_flag"
39704 || test ! -s conftest.err'
39705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39706 (eval $ac_try) 2>&5
39707 ac_status=$?
39708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39709 (exit $ac_status); }; } &&
39710 { ac_try='test -s conftest.$ac_objext'
39711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39712 (eval $ac_try) 2>&5
39713 ac_status=$?
39714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39715 (exit $ac_status); }; }; then
39716 echo "$as_me:$LINENO: result: no" >&5
39717 echo "${ECHO_T}no" >&6
39718 else
39719 echo "$as_me: failed program was:" >&5
39720 sed 's/^/| /' conftest.$ac_ext >&5
39721
39722 echo "$as_me:$LINENO: result: yes" >&5
39723 echo "${ECHO_T}yes" >&6
39724 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
39725 fi
39726 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
39727 ac_ext=c
39728 ac_cpp='$CPP $CPPFLAGS'
39729 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39730 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39731 ac_compiler_gnu=$ac_cv_c_compiler_gnu
39732
39733 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
39734 if test "$wxUSE_OLE" = "yes" ; then
39735 cat >>confdefs.h <<\_ACEOF
39736 #define wxUSE_OLE 1
39737 _ACEOF
39738
39739 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
39740 fi
39741 fi
39742
39743 if test "$wxUSE_DATAOBJ" = "yes" ; then
39744 cat >>confdefs.h <<\_ACEOF
39745 #define wxUSE_DATAOBJ 1
39746 _ACEOF
39747
39748 fi
39749 else
39750 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
39751 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
39752
39753 wxUSE_CLIPBOARD=no
39754 wxUSE_DRAG_AND_DROP=no
39755 wxUSE_DATAOBJ=no
39756 wxUSE_OLE=no
39757 fi
39758
39759 if test "$wxUSE_METAFILE" = "yes"; then
39760 cat >>confdefs.h <<\_ACEOF
39761 #define wxUSE_METAFILE 1
39762 _ACEOF
39763
39764
39765 cat >>confdefs.h <<\_ACEOF
39766 #define wxUSE_ENH_METAFILE 1
39767 _ACEOF
39768
39769 fi
39770 fi
39771
39772 if test "$wxUSE_IPC" = "yes"; then
39773 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
39774 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
39775 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
39776 wxUSE_IPC=no
39777 fi
39778
39779 if test "$wxUSE_IPC" = "yes"; then
39780 cat >>confdefs.h <<\_ACEOF
39781 #define wxUSE_IPC 1
39782 _ACEOF
39783
39784 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
39785 fi
39786 fi
39787
39788 if test "$wxUSE_CLIPBOARD" = "yes"; then
39789 if test "$wxUSE_MGL" = 1; then
39790 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
39791 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
39792 wxUSE_CLIPBOARD=no
39793 fi
39794
39795 if test "$wxUSE_CLIPBOARD" = "yes"; then
39796 cat >>confdefs.h <<\_ACEOF
39797 #define wxUSE_CLIPBOARD 1
39798 _ACEOF
39799
39800
39801 cat >>confdefs.h <<\_ACEOF
39802 #define wxUSE_DATAOBJ 1
39803 _ACEOF
39804
39805 fi
39806 fi
39807
39808 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
39809 if test "$wxUSE_GTK" = 1; then
39810 if test "$WXGTK12" != 1; then
39811 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
39812 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
39813 wxUSE_DRAG_AND_DROP=no
39814 fi
39815 fi
39816
39817 if test "$wxUSE_MOTIF" = 1; then
39818 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
39819 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
39820 wxUSE_DRAG_AND_DROP=no
39821 fi
39822
39823 if test "$wxUSE_X11" = 1; then
39824 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
39825 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
39826 wxUSE_DRAG_AND_DROP=no
39827 fi
39828
39829 if test "$wxUSE_MGL" = 1; then
39830 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
39831 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
39832 wxUSE_DRAG_AND_DROP=no
39833 fi
39834
39835 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
39836 cat >>confdefs.h <<\_ACEOF
39837 #define wxUSE_DRAG_AND_DROP 1
39838 _ACEOF
39839
39840 fi
39841
39842 fi
39843
39844 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
39845 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
39846 fi
39847
39848 if test "$wxUSE_SPLINES" = "yes" ; then
39849 cat >>confdefs.h <<\_ACEOF
39850 #define wxUSE_SPLINES 1
39851 _ACEOF
39852
39853 fi
39854
39855 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
39856 cat >>confdefs.h <<\_ACEOF
39857 #define wxUSE_MOUSEWHEEL 1
39858 _ACEOF
39859
39860 fi
39861
39862
39863 USES_CONTROLS=0
39864 if test "$wxUSE_CONTROLS" = "yes"; then
39865 USES_CONTROLS=1
39866 fi
39867
39868 if test "$wxUSE_ACCEL" = "yes"; then
39869 cat >>confdefs.h <<\_ACEOF
39870 #define wxUSE_ACCEL 1
39871 _ACEOF
39872
39873 USES_CONTROLS=1
39874 fi
39875
39876 if test "$wxUSE_BUTTON" = "yes"; then
39877 cat >>confdefs.h <<\_ACEOF
39878 #define wxUSE_BUTTON 1
39879 _ACEOF
39880
39881 USES_CONTROLS=1
39882 fi
39883
39884 if test "$wxUSE_BMPBUTTON" = "yes"; then
39885 cat >>confdefs.h <<\_ACEOF
39886 #define wxUSE_BMPBUTTON 1
39887 _ACEOF
39888
39889 USES_CONTROLS=1
39890 fi
39891
39892 if test "$wxUSE_CALCTRL" = "yes"; then
39893 cat >>confdefs.h <<\_ACEOF
39894 #define wxUSE_CALENDARCTRL 1
39895 _ACEOF
39896
39897 USES_CONTROLS=1
39898 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
39899 fi
39900
39901 if test "$wxUSE_CARET" = "yes"; then
39902 cat >>confdefs.h <<\_ACEOF
39903 #define wxUSE_CARET 1
39904 _ACEOF
39905
39906 USES_CONTROLS=1
39907 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
39908 fi
39909
39910 if test "$wxUSE_COMBOBOX" = "yes"; then
39911 cat >>confdefs.h <<\_ACEOF
39912 #define wxUSE_COMBOBOX 1
39913 _ACEOF
39914
39915 USES_CONTROLS=1
39916 fi
39917
39918 if test "$wxUSE_CHOICE" = "yes"; then
39919 cat >>confdefs.h <<\_ACEOF
39920 #define wxUSE_CHOICE 1
39921 _ACEOF
39922
39923 USES_CONTROLS=1
39924 fi
39925
39926 if test "$wxUSE_CHOICEBOOK" = "yes"; then
39927 cat >>confdefs.h <<\_ACEOF
39928 #define wxUSE_CHOICEBOOK 1
39929 _ACEOF
39930
39931 USES_CONTROLS=1
39932 fi
39933
39934 if test "$wxUSE_CHECKBOX" = "yes"; then
39935 cat >>confdefs.h <<\_ACEOF
39936 #define wxUSE_CHECKBOX 1
39937 _ACEOF
39938
39939 USES_CONTROLS=1
39940 fi
39941
39942 if test "$wxUSE_CHECKLST" = "yes"; then
39943 cat >>confdefs.h <<\_ACEOF
39944 #define wxUSE_CHECKLISTBOX 1
39945 _ACEOF
39946
39947 USES_CONTROLS=1
39948 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
39949 fi
39950
39951 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
39952 cat >>confdefs.h <<\_ACEOF
39953 #define wxUSE_DATEPICKCTRL 1
39954 _ACEOF
39955
39956 USES_CONTROLS=1
39957 fi
39958
39959 if test "$wxUSE_DISPLAY" = "yes"; then
39960 cat >>confdefs.h <<\_ACEOF
39961 #define wxUSE_DISPLAY 1
39962 _ACEOF
39963
39964 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon"
39965 fi
39966
39967 if test "$wxUSE_GAUGE" = "yes"; then
39968 cat >>confdefs.h <<\_ACEOF
39969 #define wxUSE_GAUGE 1
39970 _ACEOF
39971
39972 USES_CONTROLS=1
39973 fi
39974
39975 if test "$wxUSE_GRID" = "yes"; then
39976 cat >>confdefs.h <<\_ACEOF
39977 #define wxUSE_GRID 1
39978 _ACEOF
39979
39980 USES_CONTROLS=1
39981 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
39982 fi
39983
39984 if test "$wxUSE_IMAGLIST" = "yes"; then
39985 cat >>confdefs.h <<\_ACEOF
39986 #define wxUSE_IMAGLIST 1
39987 _ACEOF
39988
39989 fi
39990
39991 if test "$wxUSE_LISTBOOK" = "yes"; then
39992 cat >>confdefs.h <<\_ACEOF
39993 #define wxUSE_LISTBOOK 1
39994 _ACEOF
39995
39996 USES_CONTROLS=1
39997 fi
39998
39999 if test "$wxUSE_LISTBOX" = "yes"; then
40000 cat >>confdefs.h <<\_ACEOF
40001 #define wxUSE_LISTBOX 1
40002 _ACEOF
40003
40004 USES_CONTROLS=1
40005 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox"
40006 fi
40007
40008 if test "$wxUSE_LISTCTRL" = "yes"; then
40009 if test "$wxUSE_IMAGLIST" = "yes"; then
40010 cat >>confdefs.h <<\_ACEOF
40011 #define wxUSE_LISTCTRL 1
40012 _ACEOF
40013
40014 USES_CONTROLS=1
40015 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
40016 else
40017 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
40018 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
40019 fi
40020 fi
40021
40022 if test "$wxUSE_NOTEBOOK" = "yes"; then
40023 cat >>confdefs.h <<\_ACEOF
40024 #define wxUSE_NOTEBOOK 1
40025 _ACEOF
40026
40027 USES_CONTROLS=1
40028 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
40029 fi
40030
40031
40032 if test "$wxUSE_RADIOBOX" = "yes"; then
40033 cat >>confdefs.h <<\_ACEOF
40034 #define wxUSE_RADIOBOX 1
40035 _ACEOF
40036
40037 USES_CONTROLS=1
40038 fi
40039
40040 if test "$wxUSE_RADIOBTN" = "yes"; then
40041 cat >>confdefs.h <<\_ACEOF
40042 #define wxUSE_RADIOBTN 1
40043 _ACEOF
40044
40045 USES_CONTROLS=1
40046 fi
40047
40048 if test "$wxUSE_SASH" = "yes"; then
40049 cat >>confdefs.h <<\_ACEOF
40050 #define wxUSE_SASH 1
40051 _ACEOF
40052
40053 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
40054 fi
40055
40056 if test "$wxUSE_SCROLLBAR" = "yes"; then
40057 cat >>confdefs.h <<\_ACEOF
40058 #define wxUSE_SCROLLBAR 1
40059 _ACEOF
40060
40061 USES_CONTROLS=1
40062 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
40063 fi
40064
40065 if test "$wxUSE_SLIDER" = "yes"; then
40066 cat >>confdefs.h <<\_ACEOF
40067 #define wxUSE_SLIDER 1
40068 _ACEOF
40069
40070 USES_CONTROLS=1
40071 fi
40072
40073 if test "$wxUSE_SPINBTN" = "yes"; then
40074 cat >>confdefs.h <<\_ACEOF
40075 #define wxUSE_SPINBTN 1
40076 _ACEOF
40077
40078 USES_CONTROLS=1
40079 fi
40080
40081 if test "$wxUSE_SPINCTRL" = "yes"; then
40082 cat >>confdefs.h <<\_ACEOF
40083 #define wxUSE_SPINCTRL 1
40084 _ACEOF
40085
40086 USES_CONTROLS=1
40087 fi
40088
40089 if test "$wxUSE_SPLITTER" = "yes"; then
40090 cat >>confdefs.h <<\_ACEOF
40091 #define wxUSE_SPLITTER 1
40092 _ACEOF
40093
40094 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
40095 fi
40096
40097 if test "$wxUSE_STATBMP" = "yes"; then
40098 cat >>confdefs.h <<\_ACEOF
40099 #define wxUSE_STATBMP 1
40100 _ACEOF
40101
40102 USES_CONTROLS=1
40103 fi
40104
40105 if test "$wxUSE_STATBOX" = "yes"; then
40106 cat >>confdefs.h <<\_ACEOF
40107 #define wxUSE_STATBOX 1
40108 _ACEOF
40109
40110 USES_CONTROLS=1
40111 fi
40112
40113 if test "$wxUSE_STATTEXT" = "yes"; then
40114 cat >>confdefs.h <<\_ACEOF
40115 #define wxUSE_STATTEXT 1
40116 _ACEOF
40117
40118 USES_CONTROLS=1
40119 fi
40120
40121 if test "$wxUSE_STATLINE" = "yes"; then
40122 cat >>confdefs.h <<\_ACEOF
40123 #define wxUSE_STATLINE 1
40124 _ACEOF
40125
40126 USES_CONTROLS=1
40127 fi
40128
40129 if test "$wxUSE_STATUSBAR" = "yes"; then
40130 cat >>confdefs.h <<\_ACEOF
40131 #define wxUSE_NATIVE_STATUSBAR 1
40132 _ACEOF
40133
40134 cat >>confdefs.h <<\_ACEOF
40135 #define wxUSE_STATUSBAR 1
40136 _ACEOF
40137
40138 USES_CONTROLS=1
40139
40140 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
40141 fi
40142
40143 if test "$wxUSE_TABDIALOG" = "yes"; then
40144 cat >>confdefs.h <<\_ACEOF
40145 #define wxUSE_TAB_DIALOG 1
40146 _ACEOF
40147
40148 fi
40149
40150 if test "$wxUSE_TEXTCTRL" = "yes"; then
40151 cat >>confdefs.h <<\_ACEOF
40152 #define wxUSE_TEXTCTRL 1
40153 _ACEOF
40154
40155 USES_CONTROLS=1
40156 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
40157 fi
40158
40159 if test "$wxUSE_TOGGLEBTN" = "yes"; then
40160 if test "$wxUSE_COCOA" = 1 ; then
40161 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
40162 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
40163 wxUSE_TOGGLEBTN=no
40164 fi
40165 if test "$wxUSE_UNIVERSAL" = "yes"; then
40166 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
40167 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
40168 wxUSE_TOGGLEBTN=no
40169 fi
40170
40171 if test "$wxUSE_TOGGLEBTN" = "yes"; then
40172 cat >>confdefs.h <<\_ACEOF
40173 #define wxUSE_TOGGLEBTN 1
40174 _ACEOF
40175
40176 USES_CONTROLS=1
40177 fi
40178 fi
40179
40180 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
40181 cat >>confdefs.h <<\_ACEOF
40182 #define wxUSE_TOOLBAR_SIMPLE 1
40183 _ACEOF
40184
40185 wxUSE_TOOLBAR="yes"
40186 USES_CONTROLS=1
40187 fi
40188
40189 if test "$wxUSE_TOOLBAR" = "yes"; then
40190 cat >>confdefs.h <<\_ACEOF
40191 #define wxUSE_TOOLBAR 1
40192 _ACEOF
40193
40194 USES_CONTROLS=1
40195
40196 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
40197 wxUSE_TOOLBAR_NATIVE="yes"
40198 fi
40199
40200 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
40201 cat >>confdefs.h <<\_ACEOF
40202 #define wxUSE_TOOLBAR_NATIVE 1
40203 _ACEOF
40204
40205 USES_CONTROLS=1
40206 fi
40207
40208 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
40209 fi
40210
40211 if test "$wxUSE_TOOLTIPS" = "yes"; then
40212 if test "$wxUSE_MOTIF" = 1; then
40213 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
40214 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
40215 else
40216 if test "$wxUSE_UNIVERSAL" = "yes"; then
40217 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
40218 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
40219 else
40220 cat >>confdefs.h <<\_ACEOF
40221 #define wxUSE_TOOLTIPS 1
40222 _ACEOF
40223
40224 fi
40225 fi
40226 fi
40227
40228 if test "$wxUSE_TREECTRL" = "yes"; then
40229 if test "$wxUSE_IMAGLIST" = "yes"; then
40230 cat >>confdefs.h <<\_ACEOF
40231 #define wxUSE_TREECTRL 1
40232 _ACEOF
40233
40234 USES_CONTROLS=1
40235 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
40236 else
40237 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
40238 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
40239 fi
40240 fi
40241
40242 if test "$wxUSE_POPUPWIN" = "yes"; then
40243 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40244 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
40245 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
40246 else
40247 if test "$wxUSE_PM" = 1; then
40248 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
40249 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
40250 else
40251 cat >>confdefs.h <<\_ACEOF
40252 #define wxUSE_POPUPWIN 1
40253 _ACEOF
40254
40255 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
40256
40257 USES_CONTROLS=1
40258 fi
40259 fi
40260 fi
40261
40262 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
40263 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40264 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
40265 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
40266 else
40267 cat >>confdefs.h <<\_ACEOF
40268 #define wxUSE_DIALUP_MANAGER 1
40269 _ACEOF
40270
40271 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
40272 fi
40273 fi
40274
40275 if test "$wxUSE_TIPWINDOW" = "yes"; then
40276 if test "$wxUSE_PM" = 1; then
40277 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
40278 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
40279 else
40280 cat >>confdefs.h <<\_ACEOF
40281 #define wxUSE_TIPWINDOW 1
40282 _ACEOF
40283
40284 fi
40285 fi
40286
40287 if test "$USES_CONTROLS" = 1; then
40288 cat >>confdefs.h <<\_ACEOF
40289 #define wxUSE_CONTROLS 1
40290 _ACEOF
40291
40292 fi
40293
40294
40295 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
40296 cat >>confdefs.h <<\_ACEOF
40297 #define wxUSE_ACCESSIBILITY 1
40298 _ACEOF
40299
40300 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
40301 fi
40302
40303 if test "$wxUSE_DRAGIMAGE" = "yes"; then
40304 cat >>confdefs.h <<\_ACEOF
40305 #define wxUSE_DRAGIMAGE 1
40306 _ACEOF
40307
40308 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
40309 fi
40310
40311 if test "$wxUSE_EXCEPTIONS" = "yes"; then
40312 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
40313 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
40314 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
40315 else
40316 cat >>confdefs.h <<\_ACEOF
40317 #define wxUSE_EXCEPTIONS 1
40318 _ACEOF
40319
40320 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
40321 fi
40322 fi
40323
40324 USE_HTML=0
40325 if test "$wxUSE_HTML" = "yes"; then
40326 cat >>confdefs.h <<\_ACEOF
40327 #define wxUSE_HTML 1
40328 _ACEOF
40329
40330 USE_HTML=1
40331 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
40332 if test "$wxUSE_MAC" = 1; then
40333 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
40334 fi
40335 fi
40336 if test "$wxUSE_WEBKIT" = "yes"; then
40337 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
40338 old_CPPFLAGS="$CPPFLAGS"
40339 CPPFLAGS="$CPPFLAGS -x objective-c++"
40340 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
40341 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
40342 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
40343 echo $ECHO_N "(cached) $ECHO_C" >&6
40344 else
40345 cat >conftest.$ac_ext <<_ACEOF
40346 /* confdefs.h. */
40347 _ACEOF
40348 cat confdefs.h >>conftest.$ac_ext
40349 cat >>conftest.$ac_ext <<_ACEOF
40350 /* end confdefs.h. */
40351 #include <Carbon/Carbon.h>
40352
40353 #include <WebKit/HIWebView.h>
40354 _ACEOF
40355 rm -f conftest.$ac_objext
40356 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40357 (eval $ac_compile) 2>conftest.er1
40358 ac_status=$?
40359 grep -v '^ *+' conftest.er1 >conftest.err
40360 rm -f conftest.er1
40361 cat conftest.err >&5
40362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40363 (exit $ac_status); } &&
40364 { ac_try='test -z "$ac_c_werror_flag"
40365 || test ! -s conftest.err'
40366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40367 (eval $ac_try) 2>&5
40368 ac_status=$?
40369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40370 (exit $ac_status); }; } &&
40371 { ac_try='test -s conftest.$ac_objext'
40372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40373 (eval $ac_try) 2>&5
40374 ac_status=$?
40375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40376 (exit $ac_status); }; }; then
40377 ac_cv_header_WebKit_HIWebView_h=yes
40378 else
40379 echo "$as_me: failed program was:" >&5
40380 sed 's/^/| /' conftest.$ac_ext >&5
40381
40382 ac_cv_header_WebKit_HIWebView_h=no
40383 fi
40384 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40385 fi
40386 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
40387 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
40388 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
40389
40390 cat >>confdefs.h <<\_ACEOF
40391 #define wxUSE_WEBKIT 1
40392 _ACEOF
40393
40394 WEBKIT_LINK="-framework WebKit"
40395
40396 else
40397
40398 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
40399 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
40400 wxUSE_WEBKIT=no
40401
40402 fi
40403
40404
40405 CPPFLAGS="$old_CPPFLAGS"
40406 elif test "$wxUSE_COCOA" = 1; then
40407 cat >>confdefs.h <<\_ACEOF
40408 #define wxUSE_WEBKIT 1
40409 _ACEOF
40410
40411 else
40412 wxUSE_WEBKIT=no
40413 fi
40414 fi
40415
40416 USE_XRC=0
40417 if test "$wxUSE_XRC" = "yes"; then
40418 if test "$wxUSE_XML" != "yes"; then
40419 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
40420 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
40421 wxUSE_XRC=no
40422 else
40423 cat >>confdefs.h <<\_ACEOF
40424 #define wxUSE_XRC 1
40425 _ACEOF
40426
40427 USE_XRC=1
40428 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
40429 fi
40430 fi
40431
40432 if test "$wxUSE_MENUS" = "yes"; then
40433 cat >>confdefs.h <<\_ACEOF
40434 #define wxUSE_MENUS 1
40435 _ACEOF
40436
40437 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
40438 fi
40439
40440 if test "$wxUSE_METAFILE" = "yes"; then
40441 cat >>confdefs.h <<\_ACEOF
40442 #define wxUSE_METAFILE 1
40443 _ACEOF
40444
40445 fi
40446
40447 if test "$wxUSE_MIMETYPE" = "yes"; then
40448 cat >>confdefs.h <<\_ACEOF
40449 #define wxUSE_MIMETYPE 1
40450 _ACEOF
40451
40452 fi
40453
40454 if test "$wxUSE_MINIFRAME" = "yes"; then
40455 cat >>confdefs.h <<\_ACEOF
40456 #define wxUSE_MINIFRAME 1
40457 _ACEOF
40458
40459 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
40460 fi
40461
40462 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
40463 cat >>confdefs.h <<\_ACEOF
40464 #define wxUSE_SYSTEM_OPTIONS 1
40465 _ACEOF
40466
40467 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
40468 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
40469 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
40470 fi
40471 fi
40472
40473
40474 if test "$wxUSE_VALIDATORS" = "yes"; then
40475 cat >>confdefs.h <<\_ACEOF
40476 #define wxUSE_VALIDATORS 1
40477 _ACEOF
40478
40479 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
40480 fi
40481
40482 if test "$wxUSE_PALETTE" = "yes" ; then
40483 cat >>confdefs.h <<\_ACEOF
40484 #define wxUSE_PALETTE 1
40485 _ACEOF
40486
40487 fi
40488
40489 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
40490 LIBS=" -lunicows $LIBS"
40491 fi
40492
40493
40494 if test "$wxUSE_IMAGE" = "yes" ; then
40495 cat >>confdefs.h <<\_ACEOF
40496 #define wxUSE_IMAGE 1
40497 _ACEOF
40498
40499
40500 if test "$wxUSE_GIF" = "yes" ; then
40501 cat >>confdefs.h <<\_ACEOF
40502 #define wxUSE_GIF 1
40503 _ACEOF
40504
40505 fi
40506
40507 if test "$wxUSE_PCX" = "yes" ; then
40508 cat >>confdefs.h <<\_ACEOF
40509 #define wxUSE_PCX 1
40510 _ACEOF
40511
40512 fi
40513
40514 if test "$wxUSE_IFF" = "yes" ; then
40515 cat >>confdefs.h <<\_ACEOF
40516 #define wxUSE_IFF 1
40517 _ACEOF
40518
40519 fi
40520
40521 if test "$wxUSE_PNM" = "yes" ; then
40522 cat >>confdefs.h <<\_ACEOF
40523 #define wxUSE_PNM 1
40524 _ACEOF
40525
40526 fi
40527
40528 if test "$wxUSE_XPM" = "yes" ; then
40529 cat >>confdefs.h <<\_ACEOF
40530 #define wxUSE_XPM 1
40531 _ACEOF
40532
40533 fi
40534
40535 if test "$wxUSE_ICO_CUR" = "yes" ; then
40536 cat >>confdefs.h <<\_ACEOF
40537 #define wxUSE_ICO_CUR 1
40538 _ACEOF
40539
40540 fi
40541 fi
40542
40543
40544 if test "$wxUSE_CHOICEDLG" = "yes"; then
40545 cat >>confdefs.h <<\_ACEOF
40546 #define wxUSE_CHOICEDLG 1
40547 _ACEOF
40548
40549 fi
40550
40551 if test "$wxUSE_COLOURDLG" = "yes"; then
40552 cat >>confdefs.h <<\_ACEOF
40553 #define wxUSE_COLOURDLG 1
40554 _ACEOF
40555
40556 fi
40557
40558 if test "$wxUSE_FILEDLG" = "yes"; then
40559 cat >>confdefs.h <<\_ACEOF
40560 #define wxUSE_FILEDLG 1
40561 _ACEOF
40562
40563 fi
40564
40565 if test "$wxUSE_FINDREPLDLG" = "yes"; then
40566 cat >>confdefs.h <<\_ACEOF
40567 #define wxUSE_FINDREPLDLG 1
40568 _ACEOF
40569
40570 fi
40571
40572 if test "$wxUSE_FONTDLG" = "yes"; then
40573 cat >>confdefs.h <<\_ACEOF
40574 #define wxUSE_FONTDLG 1
40575 _ACEOF
40576
40577 fi
40578
40579 if test "$wxUSE_DIRDLG" = "yes"; then
40580 if test "$wxUSE_TREECTRL" != "yes"; then
40581 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
40582 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
40583 else
40584 cat >>confdefs.h <<\_ACEOF
40585 #define wxUSE_DIRDLG 1
40586 _ACEOF
40587
40588 fi
40589 fi
40590
40591 if test "$wxUSE_MSGDLG" = "yes"; then
40592 cat >>confdefs.h <<\_ACEOF
40593 #define wxUSE_MSGDLG 1
40594 _ACEOF
40595
40596 fi
40597
40598 if test "$wxUSE_NUMBERDLG" = "yes"; then
40599 cat >>confdefs.h <<\_ACEOF
40600 #define wxUSE_NUMBERDLG 1
40601 _ACEOF
40602
40603 fi
40604
40605 if test "$wxUSE_PROGRESSDLG" = "yes"; then
40606 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40607 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
40608 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
40609 else
40610 cat >>confdefs.h <<\_ACEOF
40611 #define wxUSE_PROGRESSDLG 1
40612 _ACEOF
40613
40614 fi
40615 fi
40616
40617 if test "$wxUSE_SPLASH" = "yes"; then
40618 cat >>confdefs.h <<\_ACEOF
40619 #define wxUSE_SPLASH 1
40620 _ACEOF
40621
40622 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
40623 fi
40624
40625 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
40626 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40627 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
40628 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
40629 else
40630 cat >>confdefs.h <<\_ACEOF
40631 #define wxUSE_STARTUP_TIPS 1
40632 _ACEOF
40633
40634 fi
40635 fi
40636
40637 if test "$wxUSE_TEXTDLG" = "yes"; then
40638 cat >>confdefs.h <<\_ACEOF
40639 #define wxUSE_TEXTDLG 1
40640 _ACEOF
40641
40642 fi
40643
40644 if test "$wxUSE_WIZARDDLG" = "yes"; then
40645 cat >>confdefs.h <<\_ACEOF
40646 #define wxUSE_WIZARDDLG 1
40647 _ACEOF
40648
40649 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
40650 fi
40651
40652
40653 if test "$wxUSE_MEDIACTRL" = "yes"; then
40654 if test "$wxUSE_GTK" = 1; then
40655 wxUSE_GSTREAMER="yes"
40656
40657
40658 succeeded=no
40659
40660 if test -z "$PKG_CONFIG"; then
40661 # Extract the first word of "pkg-config", so it can be a program name with args.
40662 set dummy pkg-config; ac_word=$2
40663 echo "$as_me:$LINENO: checking for $ac_word" >&5
40664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40665 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
40666 echo $ECHO_N "(cached) $ECHO_C" >&6
40667 else
40668 case $PKG_CONFIG in
40669 [\\/]* | ?:[\\/]*)
40670 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
40671 ;;
40672 *)
40673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40674 for as_dir in $PATH
40675 do
40676 IFS=$as_save_IFS
40677 test -z "$as_dir" && as_dir=.
40678 for ac_exec_ext in '' $ac_executable_extensions; do
40679 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40680 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
40681 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40682 break 2
40683 fi
40684 done
40685 done
40686
40687 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
40688 ;;
40689 esac
40690 fi
40691 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
40692
40693 if test -n "$PKG_CONFIG"; then
40694 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
40695 echo "${ECHO_T}$PKG_CONFIG" >&6
40696 else
40697 echo "$as_me:$LINENO: result: no" >&5
40698 echo "${ECHO_T}no" >&6
40699 fi
40700
40701 fi
40702
40703 if test "$PKG_CONFIG" = "no" ; then
40704 echo "*** The pkg-config script could not be found. Make sure it is"
40705 echo "*** in your path, or set the PKG_CONFIG environment variable"
40706 echo "*** to the full path to pkg-config."
40707 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
40708 else
40709 PKG_CONFIG_MIN_VERSION=0.9.0
40710 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
40711 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
40712 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
40713
40714 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
40715 echo "$as_me:$LINENO: result: yes" >&5
40716 echo "${ECHO_T}yes" >&6
40717 succeeded=yes
40718
40719 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
40720 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
40721 GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"`
40722 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
40723 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
40724
40725 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
40726 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
40727 GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"`
40728 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
40729 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
40730 else
40731 GSTREAMER_CFLAGS=""
40732 GSTREAMER_LIBS=""
40733 ## If we have a custom action on failure, don't print errors, but
40734 ## do set a variable so people can do so.
40735 GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
40736
40737 fi
40738
40739
40740
40741 else
40742 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
40743 echo "*** See http://www.freedesktop.org/software/pkgconfig"
40744 fi
40745 fi
40746
40747 if test $succeeded = yes; then
40748
40749 CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS"
40750 LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
40751
40752 else
40753
40754 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
40755 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
40756 wxUSE_GSTREAMER="no"
40757
40758 fi
40759
40760
40761
40762
40763
40764 if test "x$GST_INSPECT" == "x"; then
40765 # Extract the first word of "gst-inspect", so it can be a program name with args.
40766 set dummy gst-inspect; ac_word=$2
40767 echo "$as_me:$LINENO: checking for $ac_word" >&5
40768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40769 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
40770 echo $ECHO_N "(cached) $ECHO_C" >&6
40771 else
40772 if test -n "$GST_INSPECT"; then
40773 ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test.
40774 else
40775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40776 for as_dir in $PATH
40777 do
40778 IFS=$as_save_IFS
40779 test -z "$as_dir" && as_dir=.
40780 for ac_exec_ext in '' $ac_executable_extensions; do
40781 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40782 ac_cv_prog_GST_INSPECT="gst-inspect"
40783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40784 break 2
40785 fi
40786 done
40787 done
40788
40789 fi
40790 fi
40791 GST_INSPECT=$ac_cv_prog_GST_INSPECT
40792 if test -n "$GST_INSPECT"; then
40793 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
40794 echo "${ECHO_T}$GST_INSPECT" >&6
40795 else
40796 echo "$as_me:$LINENO: result: no" >&5
40797 echo "${ECHO_T}no" >&6
40798 fi
40799
40800 fi
40801
40802 if test "x$GST_INSPECT" != "x"; then
40803 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
40804 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
40805 if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then
40806 echo "$as_me:$LINENO: result: found." >&5
40807 echo "${ECHO_T}found." >&6
40808
40809 else
40810 echo "$as_me:$LINENO: result: not found." >&5
40811 echo "${ECHO_T}not found." >&6
40812
40813 wxUSE_GSTREAMER="no"
40814 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
40815 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
40816
40817 fi
40818 fi
40819
40820
40821 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
40822 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
40823 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
40824 echo $ECHO_N "(cached) $ECHO_C" >&6
40825 else
40826 cat >conftest.$ac_ext <<_ACEOF
40827 /* confdefs.h. */
40828 _ACEOF
40829 cat confdefs.h >>conftest.$ac_ext
40830 cat >>conftest.$ac_ext <<_ACEOF
40831 /* end confdefs.h. */
40832 #include <gst/gst.h>
40833
40834 #include <gst/xoverlay/xoverlay.h>
40835 _ACEOF
40836 rm -f conftest.$ac_objext
40837 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40838 (eval $ac_compile) 2>conftest.er1
40839 ac_status=$?
40840 grep -v '^ *+' conftest.er1 >conftest.err
40841 rm -f conftest.er1
40842 cat conftest.err >&5
40843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40844 (exit $ac_status); } &&
40845 { ac_try='test -z "$ac_c_werror_flag"
40846 || test ! -s conftest.err'
40847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40848 (eval $ac_try) 2>&5
40849 ac_status=$?
40850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40851 (exit $ac_status); }; } &&
40852 { ac_try='test -s conftest.$ac_objext'
40853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40854 (eval $ac_try) 2>&5
40855 ac_status=$?
40856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40857 (exit $ac_status); }; }; then
40858 ac_cv_header_gst_xoverlay_xoverlay_h=yes
40859 else
40860 echo "$as_me: failed program was:" >&5
40861 sed 's/^/| /' conftest.$ac_ext >&5
40862
40863 ac_cv_header_gst_xoverlay_xoverlay_h=no
40864 fi
40865 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
40866 fi
40867 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
40868 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
40869 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
40870 :
40871 else
40872
40873 wxUSE_GSTREAMER="no"
40874 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
40875 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
40876
40877 fi
40878
40879
40880
40881 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
40882 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
40883
40884 ac_find_libraries=
40885 for ac_dir in $SEARCH_LIB /usr/lib;
40886 do
40887 for ac_extension in a so sl dylib dll.a; do
40888 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
40889 ac_find_libraries=$ac_dir
40890 break 2
40891 fi
40892 done
40893 done
40894
40895
40896 if test "$ac_find_libraries" = "" ; then
40897 echo "$as_me:$LINENO: result: no" >&5
40898 echo "${ECHO_T}no" >&6
40899 wxUSE_GSTREAMER="no"
40900 else
40901 echo "$as_me:$LINENO: result: yes" >&5
40902 echo "${ECHO_T}yes" >&6
40903 fi
40904
40905 if test "$wxUSE_GSTREAMER" = "yes"; then
40906 cat >>confdefs.h <<\_ACEOF
40907 #define wxUSE_GSTREAMER 1
40908 _ACEOF
40909
40910 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
40911 echo "${ECHO_T}GStreamer detection successful" >&6
40912 fi
40913 fi
40914 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
40915 cat >>confdefs.h <<\_ACEOF
40916 #define wxUSE_MEDIACTRL 1
40917 _ACEOF
40918
40919 fi
40920
40921
40922 if test "$cross_compiling" = "yes"; then
40923 OSINFO="\"$host\""
40924 else
40925 OSINFO=`uname -s -r -m`
40926 OSINFO="\"$OSINFO\""
40927 fi
40928
40929 cat >>confdefs.h <<_ACEOF
40930 #define WXWIN_OS_DESCRIPTION $OSINFO
40931 _ACEOF
40932
40933
40934
40935 if test "x$prefix" != "xNONE"; then
40936 wxPREFIX=$prefix
40937 else
40938 wxPREFIX=$ac_default_prefix
40939 fi
40940
40941 cat >>confdefs.h <<_ACEOF
40942 #define wxINSTALL_PREFIX "$wxPREFIX"
40943 _ACEOF
40944
40945
40946
40947
40948 CORE_BASE_LIBS="net base"
40949 CORE_GUI_LIBS="adv core"
40950
40951 if test "$wxUSE_XML" = "yes" ; then
40952 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
40953 fi
40954 if test "$wxUSE_ODBC" != "no" ; then
40955 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
40956 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
40957 fi
40958 if test "$wxUSE_HTML" = "yes" ; then
40959 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
40960 fi
40961 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
40962 CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
40963 fi
40964 if test "$wxUSE_XRC" = "yes" ; then
40965 CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
40966 fi
40967
40968 if test "$wxUSE_GUI" != "yes"; then
40969 CORE_GUI_LIBS=""
40970 fi
40971
40972
40973
40974
40975
40976
40977
40978
40979 if test "$wxUSE_MAC" = 1 ; then
40980 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
40981 if test "$USE_DARWIN" = 1; then
40982 LDFLAGS="$LDFLAGS -framework QuickTime"
40983 else
40984 LDFLAGS="$LDFLAGS -lQuickTimeLib"
40985 fi
40986 fi
40987 if test "$USE_DARWIN" = 1; then
40988 LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
40989 else
40990 LDFLAGS="$LDFLAGS -lCarbonLib"
40991 fi
40992 fi
40993 if test "$wxUSE_COCOA" = 1 ; then
40994 LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa"
40995 if test "$wxUSE_MEDIACTRL" = "yes"; then
40996 LDFLAGS="$LDFLAGS -framework QuickTime"
40997 fi
40998 fi
40999 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
41000 LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
41001 fi
41002
41003
41004 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
41005
41006 have_cos=0
41007 have_floor=0
41008
41009 for ac_func in cos
41010 do
41011 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41012 echo "$as_me:$LINENO: checking for $ac_func" >&5
41013 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41014 if eval "test \"\${$as_ac_var+set}\" = set"; then
41015 echo $ECHO_N "(cached) $ECHO_C" >&6
41016 else
41017 cat >conftest.$ac_ext <<_ACEOF
41018 /* confdefs.h. */
41019 _ACEOF
41020 cat confdefs.h >>conftest.$ac_ext
41021 cat >>conftest.$ac_ext <<_ACEOF
41022 /* end confdefs.h. */
41023 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41024 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41025 #define $ac_func innocuous_$ac_func
41026
41027 /* System header to define __stub macros and hopefully few prototypes,
41028 which can conflict with char $ac_func (); below.
41029 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41030 <limits.h> exists even on freestanding compilers. */
41031
41032 #ifdef __STDC__
41033 # include <limits.h>
41034 #else
41035 # include <assert.h>
41036 #endif
41037
41038 #undef $ac_func
41039
41040 /* Override any gcc2 internal prototype to avoid an error. */
41041 #ifdef __cplusplus
41042 extern "C"
41043 {
41044 #endif
41045 /* We use char because int might match the return type of a gcc2
41046 builtin and then its argument prototype would still apply. */
41047 char $ac_func ();
41048 /* The GNU C library defines this for functions which it implements
41049 to always fail with ENOSYS. Some functions are actually named
41050 something starting with __ and the normal name is an alias. */
41051 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41052 choke me
41053 #else
41054 char (*f) () = $ac_func;
41055 #endif
41056 #ifdef __cplusplus
41057 }
41058 #endif
41059
41060 int
41061 main ()
41062 {
41063 return f != $ac_func;
41064 ;
41065 return 0;
41066 }
41067 _ACEOF
41068 rm -f conftest.$ac_objext conftest$ac_exeext
41069 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41070 (eval $ac_link) 2>conftest.er1
41071 ac_status=$?
41072 grep -v '^ *+' conftest.er1 >conftest.err
41073 rm -f conftest.er1
41074 cat conftest.err >&5
41075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41076 (exit $ac_status); } &&
41077 { ac_try='test -z "$ac_c_werror_flag"
41078 || test ! -s conftest.err'
41079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41080 (eval $ac_try) 2>&5
41081 ac_status=$?
41082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41083 (exit $ac_status); }; } &&
41084 { ac_try='test -s conftest$ac_exeext'
41085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41086 (eval $ac_try) 2>&5
41087 ac_status=$?
41088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41089 (exit $ac_status); }; }; then
41090 eval "$as_ac_var=yes"
41091 else
41092 echo "$as_me: failed program was:" >&5
41093 sed 's/^/| /' conftest.$ac_ext >&5
41094
41095 eval "$as_ac_var=no"
41096 fi
41097 rm -f conftest.err conftest.$ac_objext \
41098 conftest$ac_exeext conftest.$ac_ext
41099 fi
41100 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41101 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41102 if test `eval echo '${'$as_ac_var'}'` = yes; then
41103 cat >>confdefs.h <<_ACEOF
41104 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41105 _ACEOF
41106 have_cos=1
41107 fi
41108 done
41109
41110
41111 for ac_func in floor
41112 do
41113 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41114 echo "$as_me:$LINENO: checking for $ac_func" >&5
41115 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41116 if eval "test \"\${$as_ac_var+set}\" = set"; then
41117 echo $ECHO_N "(cached) $ECHO_C" >&6
41118 else
41119 cat >conftest.$ac_ext <<_ACEOF
41120 /* confdefs.h. */
41121 _ACEOF
41122 cat confdefs.h >>conftest.$ac_ext
41123 cat >>conftest.$ac_ext <<_ACEOF
41124 /* end confdefs.h. */
41125 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41126 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41127 #define $ac_func innocuous_$ac_func
41128
41129 /* System header to define __stub macros and hopefully few prototypes,
41130 which can conflict with char $ac_func (); below.
41131 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41132 <limits.h> exists even on freestanding compilers. */
41133
41134 #ifdef __STDC__
41135 # include <limits.h>
41136 #else
41137 # include <assert.h>
41138 #endif
41139
41140 #undef $ac_func
41141
41142 /* Override any gcc2 internal prototype to avoid an error. */
41143 #ifdef __cplusplus
41144 extern "C"
41145 {
41146 #endif
41147 /* We use char because int might match the return type of a gcc2
41148 builtin and then its argument prototype would still apply. */
41149 char $ac_func ();
41150 /* The GNU C library defines this for functions which it implements
41151 to always fail with ENOSYS. Some functions are actually named
41152 something starting with __ and the normal name is an alias. */
41153 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41154 choke me
41155 #else
41156 char (*f) () = $ac_func;
41157 #endif
41158 #ifdef __cplusplus
41159 }
41160 #endif
41161
41162 int
41163 main ()
41164 {
41165 return f != $ac_func;
41166 ;
41167 return 0;
41168 }
41169 _ACEOF
41170 rm -f conftest.$ac_objext conftest$ac_exeext
41171 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41172 (eval $ac_link) 2>conftest.er1
41173 ac_status=$?
41174 grep -v '^ *+' conftest.er1 >conftest.err
41175 rm -f conftest.er1
41176 cat conftest.err >&5
41177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41178 (exit $ac_status); } &&
41179 { ac_try='test -z "$ac_c_werror_flag"
41180 || test ! -s conftest.err'
41181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41182 (eval $ac_try) 2>&5
41183 ac_status=$?
41184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41185 (exit $ac_status); }; } &&
41186 { ac_try='test -s conftest$ac_exeext'
41187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41188 (eval $ac_try) 2>&5
41189 ac_status=$?
41190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41191 (exit $ac_status); }; }; then
41192 eval "$as_ac_var=yes"
41193 else
41194 echo "$as_me: failed program was:" >&5
41195 sed 's/^/| /' conftest.$ac_ext >&5
41196
41197 eval "$as_ac_var=no"
41198 fi
41199 rm -f conftest.err conftest.$ac_objext \
41200 conftest$ac_exeext conftest.$ac_ext
41201 fi
41202 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41203 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41204 if test `eval echo '${'$as_ac_var'}'` = yes; then
41205 cat >>confdefs.h <<_ACEOF
41206 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41207 _ACEOF
41208 have_floor=1
41209 fi
41210 done
41211
41212 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
41213 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
41214 if test "$have_cos" = 1 -a "$have_floor" = 1; then
41215 echo "$as_me:$LINENO: result: yes" >&5
41216 echo "${ECHO_T}yes" >&6
41217 else
41218 echo "$as_me:$LINENO: result: no" >&5
41219 echo "${ECHO_T}no" >&6
41220 LIBS="$LIBS -lm"
41221 # use different functions to avoid configure caching
41222 have_sin=0
41223 have_ceil=0
41224
41225 for ac_func in sin
41226 do
41227 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41228 echo "$as_me:$LINENO: checking for $ac_func" >&5
41229 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41230 if eval "test \"\${$as_ac_var+set}\" = set"; then
41231 echo $ECHO_N "(cached) $ECHO_C" >&6
41232 else
41233 cat >conftest.$ac_ext <<_ACEOF
41234 /* confdefs.h. */
41235 _ACEOF
41236 cat confdefs.h >>conftest.$ac_ext
41237 cat >>conftest.$ac_ext <<_ACEOF
41238 /* end confdefs.h. */
41239 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41240 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41241 #define $ac_func innocuous_$ac_func
41242
41243 /* System header to define __stub macros and hopefully few prototypes,
41244 which can conflict with char $ac_func (); below.
41245 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41246 <limits.h> exists even on freestanding compilers. */
41247
41248 #ifdef __STDC__
41249 # include <limits.h>
41250 #else
41251 # include <assert.h>
41252 #endif
41253
41254 #undef $ac_func
41255
41256 /* Override any gcc2 internal prototype to avoid an error. */
41257 #ifdef __cplusplus
41258 extern "C"
41259 {
41260 #endif
41261 /* We use char because int might match the return type of a gcc2
41262 builtin and then its argument prototype would still apply. */
41263 char $ac_func ();
41264 /* The GNU C library defines this for functions which it implements
41265 to always fail with ENOSYS. Some functions are actually named
41266 something starting with __ and the normal name is an alias. */
41267 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41268 choke me
41269 #else
41270 char (*f) () = $ac_func;
41271 #endif
41272 #ifdef __cplusplus
41273 }
41274 #endif
41275
41276 int
41277 main ()
41278 {
41279 return f != $ac_func;
41280 ;
41281 return 0;
41282 }
41283 _ACEOF
41284 rm -f conftest.$ac_objext conftest$ac_exeext
41285 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41286 (eval $ac_link) 2>conftest.er1
41287 ac_status=$?
41288 grep -v '^ *+' conftest.er1 >conftest.err
41289 rm -f conftest.er1
41290 cat conftest.err >&5
41291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41292 (exit $ac_status); } &&
41293 { ac_try='test -z "$ac_c_werror_flag"
41294 || test ! -s conftest.err'
41295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41296 (eval $ac_try) 2>&5
41297 ac_status=$?
41298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41299 (exit $ac_status); }; } &&
41300 { ac_try='test -s conftest$ac_exeext'
41301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41302 (eval $ac_try) 2>&5
41303 ac_status=$?
41304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41305 (exit $ac_status); }; }; then
41306 eval "$as_ac_var=yes"
41307 else
41308 echo "$as_me: failed program was:" >&5
41309 sed 's/^/| /' conftest.$ac_ext >&5
41310
41311 eval "$as_ac_var=no"
41312 fi
41313 rm -f conftest.err conftest.$ac_objext \
41314 conftest$ac_exeext conftest.$ac_ext
41315 fi
41316 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41317 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41318 if test `eval echo '${'$as_ac_var'}'` = yes; then
41319 cat >>confdefs.h <<_ACEOF
41320 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41321 _ACEOF
41322 have_sin=1
41323 fi
41324 done
41325
41326
41327 for ac_func in ceil
41328 do
41329 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41330 echo "$as_me:$LINENO: checking for $ac_func" >&5
41331 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41332 if eval "test \"\${$as_ac_var+set}\" = set"; then
41333 echo $ECHO_N "(cached) $ECHO_C" >&6
41334 else
41335 cat >conftest.$ac_ext <<_ACEOF
41336 /* confdefs.h. */
41337 _ACEOF
41338 cat confdefs.h >>conftest.$ac_ext
41339 cat >>conftest.$ac_ext <<_ACEOF
41340 /* end confdefs.h. */
41341 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41342 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41343 #define $ac_func innocuous_$ac_func
41344
41345 /* System header to define __stub macros and hopefully few prototypes,
41346 which can conflict with char $ac_func (); below.
41347 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41348 <limits.h> exists even on freestanding compilers. */
41349
41350 #ifdef __STDC__
41351 # include <limits.h>
41352 #else
41353 # include <assert.h>
41354 #endif
41355
41356 #undef $ac_func
41357
41358 /* Override any gcc2 internal prototype to avoid an error. */
41359 #ifdef __cplusplus
41360 extern "C"
41361 {
41362 #endif
41363 /* We use char because int might match the return type of a gcc2
41364 builtin and then its argument prototype would still apply. */
41365 char $ac_func ();
41366 /* The GNU C library defines this for functions which it implements
41367 to always fail with ENOSYS. Some functions are actually named
41368 something starting with __ and the normal name is an alias. */
41369 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41370 choke me
41371 #else
41372 char (*f) () = $ac_func;
41373 #endif
41374 #ifdef __cplusplus
41375 }
41376 #endif
41377
41378 int
41379 main ()
41380 {
41381 return f != $ac_func;
41382 ;
41383 return 0;
41384 }
41385 _ACEOF
41386 rm -f conftest.$ac_objext conftest$ac_exeext
41387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41388 (eval $ac_link) 2>conftest.er1
41389 ac_status=$?
41390 grep -v '^ *+' conftest.er1 >conftest.err
41391 rm -f conftest.er1
41392 cat conftest.err >&5
41393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41394 (exit $ac_status); } &&
41395 { ac_try='test -z "$ac_c_werror_flag"
41396 || test ! -s conftest.err'
41397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41398 (eval $ac_try) 2>&5
41399 ac_status=$?
41400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41401 (exit $ac_status); }; } &&
41402 { ac_try='test -s conftest$ac_exeext'
41403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41404 (eval $ac_try) 2>&5
41405 ac_status=$?
41406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41407 (exit $ac_status); }; }; then
41408 eval "$as_ac_var=yes"
41409 else
41410 echo "$as_me: failed program was:" >&5
41411 sed 's/^/| /' conftest.$ac_ext >&5
41412
41413 eval "$as_ac_var=no"
41414 fi
41415 rm -f conftest.err conftest.$ac_objext \
41416 conftest$ac_exeext conftest.$ac_ext
41417 fi
41418 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41419 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41420 if test `eval echo '${'$as_ac_var'}'` = yes; then
41421 cat >>confdefs.h <<_ACEOF
41422 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41423 _ACEOF
41424 have_ceil=1
41425 fi
41426 done
41427
41428 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
41429 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
41430 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
41431 echo "$as_me:$LINENO: result: yes" >&5
41432 echo "${ECHO_T}yes" >&6
41433 else
41434 echo "$as_me:$LINENO: result: no" >&5
41435 echo "${ECHO_T}no" >&6
41436 # not sure we should warn the user, crash, etc.
41437 fi
41438 fi
41439
41440 if test "$wxUSE_GUI" = "yes"; then
41441
41442
41443 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
41444 dynamic erase event exec font image minimal mobile \
41445 mobile/wxedit mobile/styles propsize render \
41446 richedit rotate shaped vscroll widgets"
41447
41448 if test "$wxUSE_MONOLITHIC" != "yes"; then
41449 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
41450 fi
41451 if test "$TOOLKIT" = "MSW"; then
41452 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
41453 if test "$wxUSE_UNIVERSAL" != "yes"; then
41454 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg"
41455 fi
41456 fi
41457 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
41458 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
41459 fi
41460 else
41461 SAMPLES_SUBDIRS="console"
41462 fi
41463
41464
41465 INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
41466 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
41467
41468 if test "$GXX" = yes ; then
41469 CWARNINGS="-Wall"
41470 CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy"
41471 fi
41472
41473 EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
41474
41475 CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
41476 CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
41477 CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
41478
41479 if test "x$MWCC" = "xyes"; then
41480
41481 CC="$CC -cwd source -I-"
41482 CXX="$CXX -cwd source -I-"
41483 fi
41484
41485
41486 LIBS=`echo $LIBS`
41487 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
41488 EXTRALIBS_XML="$EXPAT_LINK"
41489 EXTRALIBS_HTML="$MSPACK_LINK"
41490 EXTRALIBS_ODBC="$ODBC_LINK"
41491 if test "$wxUSE_GUI" = "yes"; then
41492 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
41493 fi
41494 if test "$wxUSE_OPENGL" = "yes"; then
41495 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
41496 fi
41497
41498 LDFLAGS="$LDFLAGS $PROFILE"
41499
41500 if test "$wxUSE_GTK" = 1; then
41501 WXCONFIG_INCLUDE=
41502 else
41503 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
41504 fi
41505
41506 WXCONFIG_EXTRALIBS="$LIBS"
41507
41508 if test "$wxUSE_REGEX" = "builtin" ; then
41509 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
41510 fi
41511 if test "$wxUSE_EXPAT" = "builtin" ; then
41512 wxconfig_3rdparty="expat $wxconfig_3rdparty"
41513 fi
41514 if test "$wxUSE_ODBC" = "builtin" ; then
41515 wxconfig_3rdparty="odbc $wxconfig_3rdparty"
41516 fi
41517 if test "$wxUSE_LIBTIFF" = "builtin" ; then
41518 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
41519 fi
41520 if test "$wxUSE_LIBJPEG" = "builtin" ; then
41521 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
41522 fi
41523 if test "$wxUSE_LIBPNG" = "builtin" ; then
41524 wxconfig_3rdparty="png $wxconfig_3rdparty"
41525 fi
41526 if test "$wxUSE_ZLIB" = "builtin" ; then
41527 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
41528 fi
41529
41530 for i in $wxconfig_3rdparty ; do
41531 WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
41532 done
41533
41534
41535 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
41536 WXUNIV=1
41537 else
41538 WXUNIV=0
41539 fi
41540
41541
41542
41543
41544
41545
41546
41547
41548
41549 if test $wxUSE_MONOLITHIC = "yes" ; then
41550 MONOLITHIC=1
41551 else
41552 MONOLITHIC=0
41553 fi
41554
41555 if test $wxUSE_PLUGINS = "yes" ; then
41556 USE_PLUGINS=1
41557 else
41558 USE_PLUGINS=0
41559 fi
41560
41561 if test $wxUSE_ODBC != "no" ; then
41562 USE_ODBC=1
41563 else
41564 USE_ODBC=0
41565 fi
41566
41567 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
41568 USE_QA=1
41569 else
41570 USE_QA=0
41571 fi
41572
41573 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
41574 OFFICIAL_BUILD=1
41575 else
41576 OFFICIAL_BUILD=0
41577 fi
41578
41579
41580
41581
41582
41583
41584
41585
41586
41587
41588
41589
41590
41591
41592
41593
41594
41595
41596
41597
41598
41599
41600
41601 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
41602
41603
41604
41605
41606
41607
41608
41609
41610 case "$TOOLKIT" in
41611 GTK)
41612 TOOLKIT_USER="GTK+"
41613 if test "$WXGTK20" = 1; then
41614 TOOLKIT_USER="$TOOLKIT_USER 2"
41615 fi
41616 ;;
41617
41618 *)
41619 TOOLKIT_USER=$TOOLKIT_LOWERCASE
41620 ;;
41621 esac
41622
41623 if test "$wxUSE_WINE" = "yes"; then
41624 BAKEFILE_FORCE_PLATFORM=win32
41625 fi
41626
41627
41628
41629
41630 if test "x$BAKEFILE_HOST" = "x"; then
41631 BAKEFILE_HOST="${host}"
41632 fi
41633
41634 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
41635
41636 if test -n "$ac_tool_prefix"; then
41637 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
41638 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
41639 echo "$as_me:$LINENO: checking for $ac_word" >&5
41640 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41641 if test "${ac_cv_prog_RANLIB+set}" = set; then
41642 echo $ECHO_N "(cached) $ECHO_C" >&6
41643 else
41644 if test -n "$RANLIB"; then
41645 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
41646 else
41647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41648 for as_dir in $PATH
41649 do
41650 IFS=$as_save_IFS
41651 test -z "$as_dir" && as_dir=.
41652 for ac_exec_ext in '' $ac_executable_extensions; do
41653 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41654 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
41655 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41656 break 2
41657 fi
41658 done
41659 done
41660
41661 fi
41662 fi
41663 RANLIB=$ac_cv_prog_RANLIB
41664 if test -n "$RANLIB"; then
41665 echo "$as_me:$LINENO: result: $RANLIB" >&5
41666 echo "${ECHO_T}$RANLIB" >&6
41667 else
41668 echo "$as_me:$LINENO: result: no" >&5
41669 echo "${ECHO_T}no" >&6
41670 fi
41671
41672 fi
41673 if test -z "$ac_cv_prog_RANLIB"; then
41674 ac_ct_RANLIB=$RANLIB
41675 # Extract the first word of "ranlib", so it can be a program name with args.
41676 set dummy ranlib; ac_word=$2
41677 echo "$as_me:$LINENO: checking for $ac_word" >&5
41678 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41679 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
41680 echo $ECHO_N "(cached) $ECHO_C" >&6
41681 else
41682 if test -n "$ac_ct_RANLIB"; then
41683 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
41684 else
41685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41686 for as_dir in $PATH
41687 do
41688 IFS=$as_save_IFS
41689 test -z "$as_dir" && as_dir=.
41690 for ac_exec_ext in '' $ac_executable_extensions; do
41691 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41692 ac_cv_prog_ac_ct_RANLIB="ranlib"
41693 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41694 break 2
41695 fi
41696 done
41697 done
41698
41699 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
41700 fi
41701 fi
41702 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
41703 if test -n "$ac_ct_RANLIB"; then
41704 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
41705 echo "${ECHO_T}$ac_ct_RANLIB" >&6
41706 else
41707 echo "$as_me:$LINENO: result: no" >&5
41708 echo "${ECHO_T}no" >&6
41709 fi
41710
41711 RANLIB=$ac_ct_RANLIB
41712 else
41713 RANLIB="$ac_cv_prog_RANLIB"
41714 fi
41715
41716 # Find a good install program. We prefer a C program (faster),
41717 # so one script is as good as another. But avoid the broken or
41718 # incompatible versions:
41719 # SysV /etc/install, /usr/sbin/install
41720 # SunOS /usr/etc/install
41721 # IRIX /sbin/install
41722 # AIX /bin/install
41723 # AmigaOS /C/install, which installs bootblocks on floppy discs
41724 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
41725 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
41726 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
41727 # OS/2's system install, which has a completely different semantic
41728 # ./install, which can be erroneously created by make from ./install.sh.
41729 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
41730 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
41731 if test -z "$INSTALL"; then
41732 if test "${ac_cv_path_install+set}" = set; then
41733 echo $ECHO_N "(cached) $ECHO_C" >&6
41734 else
41735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41736 for as_dir in $PATH
41737 do
41738 IFS=$as_save_IFS
41739 test -z "$as_dir" && as_dir=.
41740 # Account for people who put trailing slashes in PATH elements.
41741 case $as_dir/ in
41742 ./ | .// | /cC/* | \
41743 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
41744 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
41745 /usr/ucb/* ) ;;
41746 *)
41747 # OSF1 and SCO ODT 3.0 have their own names for install.
41748 # Don't use installbsd from OSF since it installs stuff as root
41749 # by default.
41750 for ac_prog in ginstall scoinst install; do
41751 for ac_exec_ext in '' $ac_executable_extensions; do
41752 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
41753 if test $ac_prog = install &&
41754 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
41755 # AIX install. It has an incompatible calling convention.
41756 :
41757 elif test $ac_prog = install &&
41758 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
41759 # program-specific install script used by HP pwplus--don't use.
41760 :
41761 else
41762 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
41763 break 3
41764 fi
41765 fi
41766 done
41767 done
41768 ;;
41769 esac
41770 done
41771
41772
41773 fi
41774 if test "${ac_cv_path_install+set}" = set; then
41775 INSTALL=$ac_cv_path_install
41776 else
41777 # As a last resort, use the slow shell script. We don't cache a
41778 # path for INSTALL within a source directory, because that will
41779 # break other packages using the cache if that directory is
41780 # removed, or if the path is relative.
41781 INSTALL=$ac_install_sh
41782 fi
41783 fi
41784 echo "$as_me:$LINENO: result: $INSTALL" >&5
41785 echo "${ECHO_T}$INSTALL" >&6
41786
41787 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
41788 # It thinks the first close brace ends the variable substitution.
41789 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
41790
41791 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
41792
41793 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
41794
41795 echo "$as_me:$LINENO: checking whether ln -s works" >&5
41796 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
41797 LN_S=$as_ln_s
41798 if test "$LN_S" = "ln -s"; then
41799 echo "$as_me:$LINENO: result: yes" >&5
41800 echo "${ECHO_T}yes" >&6
41801 else
41802 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
41803 echo "${ECHO_T}no, using $LN_S" >&6
41804 fi
41805
41806
41807 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41808 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
41809 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
41810 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
41811 echo $ECHO_N "(cached) $ECHO_C" >&6
41812 else
41813 cat >conftest.make <<\_ACEOF
41814 all:
41815 @echo 'ac_maketemp="$(MAKE)"'
41816 _ACEOF
41817 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
41818 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
41819 if test -n "$ac_maketemp"; then
41820 eval ac_cv_prog_make_${ac_make}_set=yes
41821 else
41822 eval ac_cv_prog_make_${ac_make}_set=no
41823 fi
41824 rm -f conftest.make
41825 fi
41826 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
41827 echo "$as_me:$LINENO: result: yes" >&5
41828 echo "${ECHO_T}yes" >&6
41829 SET_MAKE=
41830 else
41831 echo "$as_me:$LINENO: result: no" >&5
41832 echo "${ECHO_T}no" >&6
41833 SET_MAKE="MAKE=${MAKE-make}"
41834 fi
41835
41836
41837
41838 if test -n "$ac_tool_prefix"; then
41839 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
41840 set dummy ${ac_tool_prefix}ar; ac_word=$2
41841 echo "$as_me:$LINENO: checking for $ac_word" >&5
41842 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41843 if test "${ac_cv_prog_AR+set}" = set; then
41844 echo $ECHO_N "(cached) $ECHO_C" >&6
41845 else
41846 if test -n "$AR"; then
41847 ac_cv_prog_AR="$AR" # Let the user override the test.
41848 else
41849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41850 for as_dir in $PATH
41851 do
41852 IFS=$as_save_IFS
41853 test -z "$as_dir" && as_dir=.
41854 for ac_exec_ext in '' $ac_executable_extensions; do
41855 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41856 ac_cv_prog_AR="${ac_tool_prefix}ar"
41857 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41858 break 2
41859 fi
41860 done
41861 done
41862
41863 fi
41864 fi
41865 AR=$ac_cv_prog_AR
41866 if test -n "$AR"; then
41867 echo "$as_me:$LINENO: result: $AR" >&5
41868 echo "${ECHO_T}$AR" >&6
41869 else
41870 echo "$as_me:$LINENO: result: no" >&5
41871 echo "${ECHO_T}no" >&6
41872 fi
41873
41874 fi
41875 if test -z "$ac_cv_prog_AR"; then
41876 ac_ct_AR=$AR
41877 # Extract the first word of "ar", so it can be a program name with args.
41878 set dummy ar; ac_word=$2
41879 echo "$as_me:$LINENO: checking for $ac_word" >&5
41880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41881 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
41882 echo $ECHO_N "(cached) $ECHO_C" >&6
41883 else
41884 if test -n "$ac_ct_AR"; then
41885 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
41886 else
41887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41888 for as_dir in $PATH
41889 do
41890 IFS=$as_save_IFS
41891 test -z "$as_dir" && as_dir=.
41892 for ac_exec_ext in '' $ac_executable_extensions; do
41893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41894 ac_cv_prog_ac_ct_AR="ar"
41895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41896 break 2
41897 fi
41898 done
41899 done
41900
41901 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar"
41902 fi
41903 fi
41904 ac_ct_AR=$ac_cv_prog_ac_ct_AR
41905 if test -n "$ac_ct_AR"; then
41906 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
41907 echo "${ECHO_T}$ac_ct_AR" >&6
41908 else
41909 echo "$as_me:$LINENO: result: no" >&5
41910 echo "${ECHO_T}no" >&6
41911 fi
41912
41913 AR=$ac_ct_AR
41914 else
41915 AR="$ac_cv_prog_AR"
41916 fi
41917
41918 if test -n "$ac_tool_prefix"; then
41919 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
41920 set dummy ${ac_tool_prefix}strip; ac_word=$2
41921 echo "$as_me:$LINENO: checking for $ac_word" >&5
41922 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41923 if test "${ac_cv_prog_STRIP+set}" = set; then
41924 echo $ECHO_N "(cached) $ECHO_C" >&6
41925 else
41926 if test -n "$STRIP"; then
41927 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
41928 else
41929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41930 for as_dir in $PATH
41931 do
41932 IFS=$as_save_IFS
41933 test -z "$as_dir" && as_dir=.
41934 for ac_exec_ext in '' $ac_executable_extensions; do
41935 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41936 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
41937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41938 break 2
41939 fi
41940 done
41941 done
41942
41943 fi
41944 fi
41945 STRIP=$ac_cv_prog_STRIP
41946 if test -n "$STRIP"; then
41947 echo "$as_me:$LINENO: result: $STRIP" >&5
41948 echo "${ECHO_T}$STRIP" >&6
41949 else
41950 echo "$as_me:$LINENO: result: no" >&5
41951 echo "${ECHO_T}no" >&6
41952 fi
41953
41954 fi
41955 if test -z "$ac_cv_prog_STRIP"; then
41956 ac_ct_STRIP=$STRIP
41957 # Extract the first word of "strip", so it can be a program name with args.
41958 set dummy strip; ac_word=$2
41959 echo "$as_me:$LINENO: checking for $ac_word" >&5
41960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41961 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
41962 echo $ECHO_N "(cached) $ECHO_C" >&6
41963 else
41964 if test -n "$ac_ct_STRIP"; then
41965 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
41966 else
41967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41968 for as_dir in $PATH
41969 do
41970 IFS=$as_save_IFS
41971 test -z "$as_dir" && as_dir=.
41972 for ac_exec_ext in '' $ac_executable_extensions; do
41973 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41974 ac_cv_prog_ac_ct_STRIP="strip"
41975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41976 break 2
41977 fi
41978 done
41979 done
41980
41981 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
41982 fi
41983 fi
41984 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
41985 if test -n "$ac_ct_STRIP"; then
41986 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
41987 echo "${ECHO_T}$ac_ct_STRIP" >&6
41988 else
41989 echo "$as_me:$LINENO: result: no" >&5
41990 echo "${ECHO_T}no" >&6
41991 fi
41992
41993 STRIP=$ac_ct_STRIP
41994 else
41995 STRIP="$ac_cv_prog_STRIP"
41996 fi
41997
41998 if test -n "$ac_tool_prefix"; then
41999 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
42000 set dummy ${ac_tool_prefix}nm; ac_word=$2
42001 echo "$as_me:$LINENO: checking for $ac_word" >&5
42002 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42003 if test "${ac_cv_prog_NM+set}" = set; then
42004 echo $ECHO_N "(cached) $ECHO_C" >&6
42005 else
42006 if test -n "$NM"; then
42007 ac_cv_prog_NM="$NM" # Let the user override the test.
42008 else
42009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42010 for as_dir in $PATH
42011 do
42012 IFS=$as_save_IFS
42013 test -z "$as_dir" && as_dir=.
42014 for ac_exec_ext in '' $ac_executable_extensions; do
42015 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42016 ac_cv_prog_NM="${ac_tool_prefix}nm"
42017 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42018 break 2
42019 fi
42020 done
42021 done
42022
42023 fi
42024 fi
42025 NM=$ac_cv_prog_NM
42026 if test -n "$NM"; then
42027 echo "$as_me:$LINENO: result: $NM" >&5
42028 echo "${ECHO_T}$NM" >&6
42029 else
42030 echo "$as_me:$LINENO: result: no" >&5
42031 echo "${ECHO_T}no" >&6
42032 fi
42033
42034 fi
42035 if test -z "$ac_cv_prog_NM"; then
42036 ac_ct_NM=$NM
42037 # Extract the first word of "nm", so it can be a program name with args.
42038 set dummy nm; ac_word=$2
42039 echo "$as_me:$LINENO: checking for $ac_word" >&5
42040 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42041 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
42042 echo $ECHO_N "(cached) $ECHO_C" >&6
42043 else
42044 if test -n "$ac_ct_NM"; then
42045 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
42046 else
42047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42048 for as_dir in $PATH
42049 do
42050 IFS=$as_save_IFS
42051 test -z "$as_dir" && as_dir=.
42052 for ac_exec_ext in '' $ac_executable_extensions; do
42053 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42054 ac_cv_prog_ac_ct_NM="nm"
42055 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42056 break 2
42057 fi
42058 done
42059 done
42060
42061 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":"
42062 fi
42063 fi
42064 ac_ct_NM=$ac_cv_prog_ac_ct_NM
42065 if test -n "$ac_ct_NM"; then
42066 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
42067 echo "${ECHO_T}$ac_ct_NM" >&6
42068 else
42069 echo "$as_me:$LINENO: result: no" >&5
42070 echo "${ECHO_T}no" >&6
42071 fi
42072
42073 NM=$ac_ct_NM
42074 else
42075 NM="$ac_cv_prog_NM"
42076 fi
42077
42078
42079 case ${BAKEFILE_HOST} in
42080 *-hp-hpux* )
42081 INSTALL_DIR="mkdir -p"
42082 ;;
42083 *) INSTALL_DIR="$INSTALL -d"
42084 ;;
42085 esac
42086
42087
42088 LDFLAGS_GUI=
42089 case ${BAKEFILE_HOST} in
42090 *-*-cygwin* | *-*-mingw32* )
42091 LDFLAGS_GUI="-mwindows"
42092 esac
42093
42094
42095 fi
42096
42097 echo "$as_me:$LINENO: checking if make is GNU make" >&5
42098 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
42099 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
42100 echo $ECHO_N "(cached) $ECHO_C" >&6
42101 else
42102
42103 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
42104 egrep -s GNU > /dev/null); then
42105 bakefile_cv_prog_makeisgnu="yes"
42106 else
42107 bakefile_cv_prog_makeisgnu="no"
42108 fi
42109
42110 fi
42111 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
42112 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
42113
42114 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
42115 IF_GNU_MAKE=""
42116 else
42117 IF_GNU_MAKE="#"
42118 fi
42119
42120
42121
42122 PLATFORM_UNIX=0
42123 PLATFORM_WIN32=0
42124 PLATFORM_MSDOS=0
42125 PLATFORM_MAC=0
42126 PLATFORM_MACOS=0
42127 PLATFORM_MACOSX=0
42128 PLATFORM_OS2=0
42129 PLATFORM_BEOS=0
42130
42131 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
42132 case "${BAKEFILE_HOST}" in
42133 *-*-cygwin* | *-*-mingw32* )
42134 PLATFORM_WIN32=1
42135 ;;
42136 *-pc-msdosdjgpp )
42137 PLATFORM_MSDOS=1
42138 ;;
42139 *-pc-os2_emx | *-pc-os2-emx )
42140 PLATFORM_OS2=1
42141 ;;
42142 powerpc-*-darwin* )
42143 PLATFORM_MAC=1
42144 PLATFORM_MACOSX=1
42145 ;;
42146 *-*-beos* )
42147 PLATFORM_BEOS=1
42148 ;;
42149 powerpc-apple-macos* )
42150 PLATFORM_MAC=1
42151 PLATFORM_MACOS=1
42152 ;;
42153 * )
42154 PLATFORM_UNIX=1
42155 ;;
42156 esac
42157 else
42158 case "$BAKEFILE_FORCE_PLATFORM" in
42159 win32 )
42160 PLATFORM_WIN32=1
42161 ;;
42162 msdos )
42163 PLATFORM_MSDOS=1
42164 ;;
42165 os2 )
42166 PLATFORM_OS2=1
42167 ;;
42168 darwin )
42169 PLATFORM_MAC=1
42170 PLATFORM_MACOSX=1
42171 ;;
42172 unix )
42173 PLATFORM_UNIX=1
42174 ;;
42175 beos )
42176 PLATFORM_BEOS=1
42177 ;;
42178 * )
42179 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
42180 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
42181 { (exit 1); exit 1; }; }
42182 ;;
42183 esac
42184 fi
42185
42186
42187
42188
42189
42190
42191
42192
42193
42194
42195
42196 # Check whether --enable-omf or --disable-omf was given.
42197 if test "${enable_omf+set}" = set; then
42198 enableval="$enable_omf"
42199 bk_os2_use_omf="$enableval"
42200 fi;
42201
42202 case "${BAKEFILE_HOST}" in
42203 *-*-darwin* )
42204 CFLAGS="$CFLAGS -fno-common"
42205 CXXFLAGS="$CXXFLAGS -fno-common"
42206 ;;
42207
42208 *-pc-os2_emx | *-pc-os2-emx )
42209 if test "x$bk_os2_use_omf" = "xyes" ; then
42210 AR=emxomfar
42211 RANLIB=:
42212 LDFLAGS="-Zomf $LDFLAGS"
42213 CFLAGS="-Zomf $CFLAGS"
42214 CXXFLAGS="-Zomf $CXXFLAGS"
42215 OS2_LIBEXT="lib"
42216 else
42217 OS2_LIBEXT="a"
42218 fi
42219 ;;
42220
42221 i*86-*-beos* )
42222 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
42223 ;;
42224 esac
42225
42226
42227 SO_SUFFIX="so"
42228 SO_SUFFIX_MODULE="so"
42229 EXEEXT=""
42230 LIBPREFIX="lib"
42231 LIBEXT=".a"
42232 DLLPREFIX="lib"
42233 DLLPREFIX_MODULE=""
42234 DLLIMP_SUFFIX=""
42235
42236 case "${BAKEFILE_HOST}" in
42237 *-hp-hpux* )
42238 SO_SUFFIX="sl"
42239 SO_SUFFIX_MODULE="sl"
42240 ;;
42241 *-*-aix* )
42242 SO_SUFFIX="a"
42243 SO_SUFFIX_MODULE="a"
42244 ;;
42245 *-*-cygwin* | *-*-mingw32* )
42246 SO_SUFFIX="dll"
42247 SO_SUFFIX_MODULE="dll"
42248 DLLIMP_SUFFIX="dll.a"
42249 EXEEXT=".exe"
42250 DLLPREFIX=""
42251 ;;
42252 *-pc-msdosdjgpp )
42253 EXEEXT=".exe"
42254 DLLPREFIX=""
42255 ;;
42256 *-pc-os2_emx | *-pc-os2-emx )
42257 SO_SUFFIX="dll"
42258 SO_SUFFIX_MODULE="dll"
42259 DLLIMP_SUFFIX=$OS2_LIBEXT
42260 EXEEXT=".exe"
42261 DLLPREFIX=""
42262 LIBPREFIX=""
42263 LIBEXT=".$OS2_LIBEXT"
42264 ;;
42265 powerpc-*-darwin* )
42266 SO_SUFFIX="dylib"
42267 SO_SUFFIX_MODULE="bundle"
42268 ;;
42269 esac
42270
42271 if test "x$DLLIMP_SUFFIX" = "x" ; then
42272 DLLIMP_SUFFIX="$SO_SUFFIX"
42273 fi
42274
42275
42276
42277
42278
42279
42280
42281
42282
42283
42284
42285 PIC_FLAG=""
42286 if test "x$GCC" = "xyes"; then
42287 PIC_FLAG="-fPIC"
42288 fi
42289
42290 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
42291 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
42292
42293 case "${BAKEFILE_HOST}" in
42294 *-hp-hpux* )
42295 if test "x$GCC" != "xyes"; then
42296 LDFLAGS="$LDFLAGS -L/usr/lib"
42297
42298 SHARED_LD_CC="${CC} -b -o"
42299 SHARED_LD_CXX="${CXX} -b -o"
42300 PIC_FLAG="+Z"
42301 fi
42302 ;;
42303
42304 *-*-linux* )
42305 if test "x$GCC" != "xyes"; then
42306 echo "$as_me:$LINENO: checking for Intel compiler" >&5
42307 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
42308 if test "${bakefile_cv_prog_icc+set}" = set; then
42309 echo $ECHO_N "(cached) $ECHO_C" >&6
42310 else
42311
42312 cat >conftest.$ac_ext <<_ACEOF
42313 /* confdefs.h. */
42314 _ACEOF
42315 cat confdefs.h >>conftest.$ac_ext
42316 cat >>conftest.$ac_ext <<_ACEOF
42317 /* end confdefs.h. */
42318
42319 int
42320 main ()
42321 {
42322
42323 #ifndef __INTEL_COMPILER
42324 #error Not icc
42325 #endif
42326
42327 ;
42328 return 0;
42329 }
42330 _ACEOF
42331 rm -f conftest.$ac_objext
42332 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42333 (eval $ac_compile) 2>conftest.er1
42334 ac_status=$?
42335 grep -v '^ *+' conftest.er1 >conftest.err
42336 rm -f conftest.er1
42337 cat conftest.err >&5
42338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42339 (exit $ac_status); } &&
42340 { ac_try='test -z "$ac_c_werror_flag"
42341 || test ! -s conftest.err'
42342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42343 (eval $ac_try) 2>&5
42344 ac_status=$?
42345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42346 (exit $ac_status); }; } &&
42347 { ac_try='test -s conftest.$ac_objext'
42348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42349 (eval $ac_try) 2>&5
42350 ac_status=$?
42351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42352 (exit $ac_status); }; }; then
42353 bakefile_cv_prog_icc=yes
42354 else
42355 echo "$as_me: failed program was:" >&5
42356 sed 's/^/| /' conftest.$ac_ext >&5
42357
42358 bakefile_cv_prog_icc=no
42359
42360 fi
42361 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42362
42363 fi
42364 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
42365 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
42366 if test "$bakefile_cv_prog_icc" = "yes"; then
42367 PIC_FLAG="-KPIC"
42368 fi
42369 fi
42370 ;;
42371
42372 *-*-solaris2* )
42373 if test "x$GCC" != xyes ; then
42374 SHARED_LD_CC="${CC} -G -o"
42375 SHARED_LD_CXX="${CXX} -G -o"
42376 PIC_FLAG="-KPIC"
42377 fi
42378 ;;
42379
42380 *-*-darwin* )
42381
42382 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
42383 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
42384 if test "${wx_cv_gcc31+set}" = set; then
42385 echo $ECHO_N "(cached) $ECHO_C" >&6
42386 else
42387
42388 cat >conftest.$ac_ext <<_ACEOF
42389 /* confdefs.h. */
42390 _ACEOF
42391 cat confdefs.h >>conftest.$ac_ext
42392 cat >>conftest.$ac_ext <<_ACEOF
42393 /* end confdefs.h. */
42394
42395 int
42396 main ()
42397 {
42398
42399 #if (__GNUC__ < 3) || \
42400 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
42401 #error old gcc
42402 #endif
42403
42404 ;
42405 return 0;
42406 }
42407 _ACEOF
42408 rm -f conftest.$ac_objext
42409 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42410 (eval $ac_compile) 2>conftest.er1
42411 ac_status=$?
42412 grep -v '^ *+' conftest.er1 >conftest.err
42413 rm -f conftest.er1
42414 cat conftest.err >&5
42415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42416 (exit $ac_status); } &&
42417 { ac_try='test -z "$ac_c_werror_flag"
42418 || test ! -s conftest.err'
42419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42420 (eval $ac_try) 2>&5
42421 ac_status=$?
42422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42423 (exit $ac_status); }; } &&
42424 { ac_try='test -s conftest.$ac_objext'
42425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42426 (eval $ac_try) 2>&5
42427 ac_status=$?
42428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42429 (exit $ac_status); }; }; then
42430
42431 wx_cv_gcc31=yes
42432
42433 else
42434 echo "$as_me: failed program was:" >&5
42435 sed 's/^/| /' conftest.$ac_ext >&5
42436
42437
42438 wx_cv_gcc31=no
42439
42440
42441 fi
42442 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
42443
42444 fi
42445 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
42446 echo "${ECHO_T}$wx_cv_gcc31" >&6
42447 if test "$wx_cv_gcc31" = "no"; then
42448
42449 D='$'
42450 cat <<EOF >shared-ld-sh
42451 #!/bin/sh
42452 #-----------------------------------------------------------------------------
42453 #-- Name: distrib/mac/shared-ld-sh
42454 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
42455 #-- Author: Gilles Depeyrot
42456 #-- Copyright: (c) 2002 Gilles Depeyrot
42457 #-- Licence: any use permitted
42458 #-----------------------------------------------------------------------------
42459
42460 verbose=0
42461 args=""
42462 objects=""
42463 linking_flag="-dynamiclib"
42464
42465 while test ${D}# -gt 0; do
42466 case ${D}1 in
42467
42468 -v)
42469 verbose=1
42470 ;;
42471
42472 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
42473 # collect these options and values
42474 args="${D}{args} ${D}1 ${D}2"
42475 shift
42476 ;;
42477
42478 -l*|-L*|-Wl,*|-flat_namespace|-headerpad_max_install_names)
42479 # collect these options
42480 args="${D}{args} ${D}1"
42481 ;;
42482
42483 -dynamiclib|-bundle)
42484 linking_flag="${D}1"
42485 ;;
42486
42487 -*)
42488 echo "shared-ld: unhandled option '${D}1'"
42489 exit 1
42490 ;;
42491
42492 *.o | *.a | *.dylib)
42493 # collect object files
42494 objects="${D}{objects} ${D}1"
42495 ;;
42496
42497 *)
42498 echo "shared-ld: unhandled argument '${D}1'"
42499 exit 1
42500 ;;
42501
42502 esac
42503 shift
42504 done
42505
42506 #
42507 # Link one module containing all the others
42508 #
42509 if test ${D}{verbose} = 1; then
42510 echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
42511 fi
42512 c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
42513 status=${D}?
42514 if test ${D}{status} != 0; then
42515 exit ${D}{status}
42516 fi
42517
42518 #
42519 # Link the shared library from the single module created
42520 #
42521 if test ${D}{verbose} = 1; then
42522 echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
42523 fi
42524 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
42525 status=${D}?
42526 if test ${D}{status} != 0; then
42527 exit ${D}{status}
42528 fi
42529
42530 #
42531 # Remove intermediate module
42532 #
42533 rm -f master.${D}${D}.o
42534
42535 exit 0
42536 EOF
42537
42538 chmod +x shared-ld-sh
42539
42540 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
42541 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
42542 SHARED_LD_CXX="$SHARED_LD_CC"
42543 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
42544 else
42545 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
42546 SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o"
42547 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
42548 SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
42549 fi
42550
42551 PIC_FLAG="-dynamic -fPIC"
42552 ;;
42553
42554 *-*-aix* )
42555 if test "x$GCC" != "xyes"; then
42556 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
42557 set dummy makeC++SharedLib; ac_word=$2
42558 echo "$as_me:$LINENO: checking for $ac_word" >&5
42559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42560 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
42561 echo $ECHO_N "(cached) $ECHO_C" >&6
42562 else
42563 if test -n "$AIX_CXX_LD"; then
42564 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
42565 else
42566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42567 for as_dir in $PATH
42568 do
42569 IFS=$as_save_IFS
42570 test -z "$as_dir" && as_dir=.
42571 for ac_exec_ext in '' $ac_executable_extensions; do
42572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42573 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
42574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42575 break 2
42576 fi
42577 done
42578 done
42579
42580 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
42581 fi
42582 fi
42583 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
42584 if test -n "$AIX_CXX_LD"; then
42585 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
42586 echo "${ECHO_T}$AIX_CXX_LD" >&6
42587 else
42588 echo "$as_me:$LINENO: result: no" >&5
42589 echo "${ECHO_T}no" >&6
42590 fi
42591
42592 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
42593 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
42594 fi
42595 ;;
42596
42597 *-*-beos* )
42598 SHARED_LD_CC="${LD} -nostart -o"
42599 SHARED_LD_CXX="${LD} -nostart -o"
42600 ;;
42601
42602 *-*-irix* )
42603 if test "x$GCC" != "xyes"; then
42604 PIC_FLAG="-KPIC"
42605 fi
42606 ;;
42607
42608 *-*-cygwin* | *-*-mingw32* )
42609 PIC_FLAG=""
42610 SHARED_LD_CC="\$(CC) -shared -o"
42611 SHARED_LD_CXX="\$(CXX) -shared -o"
42612 ;;
42613
42614 *-pc-os2_emx | *-pc-os2-emx )
42615 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
42616 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
42617 PIC_FLAG=""
42618
42619 D='$'
42620 cat <<EOF >dllar.sh
42621 #!/bin/sh
42622 #
42623 # dllar - a tool to build both a .dll and an .a file
42624 # from a set of object (.o) files for EMX/OS2.
42625 #
42626 # Written by Andrew Zabolotny, bit@freya.etu.ru
42627 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
42628 #
42629 # This script will accept a set of files on the command line.
42630 # All the public symbols from the .o files will be exported into
42631 # a .DEF file, then linker will be run (through gcc) against them to
42632 # build a shared library consisting of all given .o files. All libraries
42633 # (.a) will be first decompressed into component .o files then act as
42634 # described above. You can optionally give a description (-d "description")
42635 # which will be put into .DLL. To see the list of accepted options (as well
42636 # as command-line format) simply run this program without options. The .DLL
42637 # is built to be imported by name (there is no guarantee that new versions
42638 # of the library you build will have same ordinals for same symbols).
42639 #
42640 # dllar is free software; you can redistribute it and/or modify
42641 # it under the terms of the GNU General Public License as published by
42642 # the Free Software Foundation; either version 2, or (at your option)
42643 # any later version.
42644 #
42645 # dllar is distributed in the hope that it will be useful,
42646 # but WITHOUT ANY WARRANTY; without even the implied warranty of
42647 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42648 # GNU General Public License for more details.
42649 #
42650 # You should have received a copy of the GNU General Public License
42651 # along with dllar; see the file COPYING. If not, write to the Free
42652 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
42653 # 02111-1307, USA.
42654
42655 # To successfuly run this program you will need:
42656 # - Current drive should have LFN support (HPFS, ext2, network, etc)
42657 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
42658 # - gcc
42659 # (used to build the .dll)
42660 # - emxexp
42661 # (used to create .def file from .o files)
42662 # - emximp
42663 # (used to create .a file from .def file)
42664 # - GNU text utilites (cat, sort, uniq)
42665 # used to process emxexp output
42666 # - GNU file utilities (mv, rm)
42667 # - GNU sed
42668 # - lxlite (optional, see flag below)
42669 # (used for general .dll cleanup)
42670 #
42671
42672 flag_USE_LXLITE=1;
42673
42674 #
42675 # helper functions
42676 # basnam, variant of basename, which does _not_ remove the path, _iff_
42677 # second argument (suffix to remove) is given
42678 basnam(){
42679 case ${D}# in
42680 1)
42681 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
42682 ;;
42683 2)
42684 echo ${D}1 | sed 's/'${D}2'${D}//'
42685 ;;
42686 *)
42687 echo "error in basnam ${D}*"
42688 exit 8
42689 ;;
42690 esac
42691 }
42692
42693 # Cleanup temporary files and output
42694 CleanUp() {
42695 cd ${D}curDir
42696 for i in ${D}inputFiles ; do
42697 case ${D}i in
42698 *!)
42699 rm -rf \`basnam ${D}i !\`
42700 ;;
42701 *)
42702 ;;
42703 esac
42704 done
42705
42706 # Kill result in case of failure as there is just to many stupid make/nmake
42707 # things out there which doesn't do this.
42708 if [ ${D}# -eq 0 ]; then
42709 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
42710 fi
42711 }
42712
42713 # Print usage and exit script with rc=1.
42714 PrintHelp() {
42715 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
42716 echo ' [-name-mangler-script script.sh]'
42717 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
42718 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
42719 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
42720 echo ' [*.o] [*.a]'
42721 echo '*> "output_file" should have no extension.'
42722 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
42723 echo ' The import library name is derived from this and is set to "name".a,'
42724 echo ' unless overridden by -import'
42725 echo '*> "importlib_name" should have no extension.'
42726 echo ' If it has the .o, or .a extension, it is automatically removed.'
42727 echo ' This name is used as the import library name and may be longer and'
42728 echo ' more descriptive than the DLL name which has to follow the old '
42729 echo ' 8.3 convention of FAT.'
42730 echo '*> "script.sh may be given to override the output_file name by a'
42731 echo ' different name. It is mainly useful if the regular make process'
42732 echo ' of some package does not take into account OS/2 restriction of'
42733 echo ' DLL name lengths. It takes the importlib name as input and is'
42734 echo ' supposed to procude a shorter name as output. The script should'
42735 echo ' expect to get importlib_name without extension and should produce'
42736 echo ' a (max.) 8 letter name without extension.'
42737 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
42738 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
42739 echo ' These flags will be put at the start of GCC command line.'
42740 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
42741 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
42742 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
42743 echo ' If the last character of a symbol is "*", all symbols beginning'
42744 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
42745 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
42746 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
42747 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
42748 echo ' C runtime DLLs.'
42749 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
42750 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
42751 echo ' unchanged to GCC at the end of command line.'
42752 echo '*> If you create a DLL from a library and you do not specify -o,'
42753 echo ' the basename for DLL and import library will be set to library name,'
42754 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
42755 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
42756 echo ' library will be renamed into gcc_s.a.'
42757 echo '--------'
42758 echo 'Example:'
42759 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
42760 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
42761 CleanUp
42762 exit 1
42763 }
42764
42765 # Execute a command.
42766 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
42767 # @Uses Whatever CleanUp() uses.
42768 doCommand() {
42769 echo "${D}*"
42770 eval ${D}*
42771 rcCmd=${D}?
42772
42773 if [ ${D}rcCmd -ne 0 ]; then
42774 echo "command failed, exit code="${D}rcCmd
42775 CleanUp
42776 exit ${D}rcCmd
42777 fi
42778 }
42779
42780 # main routine
42781 # setup globals
42782 cmdLine=${D}*
42783 outFile=""
42784 outimpFile=""
42785 inputFiles=""
42786 renameScript=""
42787 description=""
42788 CC=gcc.exe
42789 CFLAGS="-s -Zcrtdll"
42790 EXTRA_CFLAGS=""
42791 EXPORT_BY_ORDINALS=0
42792 exclude_symbols=""
42793 library_flags=""
42794 curDir=\`pwd\`
42795 curDirS=curDir
42796 case ${D}curDirS in
42797 */)
42798 ;;
42799 *)
42800 curDirS=${D}{curDirS}"/"
42801 ;;
42802 esac
42803 # Parse commandline
42804 libsToLink=0
42805 omfLinking=0
42806 while [ ${D}1 ]; do
42807 case ${D}1 in
42808 -ord*)
42809 EXPORT_BY_ORDINALS=1;
42810 ;;
42811 -o*)
42812 shift
42813 outFile=${D}1
42814 ;;
42815 -i*)
42816 shift
42817 outimpFile=${D}1
42818 ;;
42819 -name-mangler-script)
42820 shift
42821 renameScript=${D}1
42822 ;;
42823 -d*)
42824 shift
42825 description=${D}1
42826 ;;
42827 -f*)
42828 shift
42829 CFLAGS=${D}1
42830 ;;
42831 -c*)
42832 shift
42833 CC=${D}1
42834 ;;
42835 -h*)
42836 PrintHelp
42837 ;;
42838 -ex*)
42839 shift
42840 exclude_symbols=${D}{exclude_symbols}${D}1" "
42841 ;;
42842 -libf*)
42843 shift
42844 library_flags=${D}{library_flags}${D}1" "
42845 ;;
42846 -nocrt*)
42847 CFLAGS="-s"
42848 ;;
42849 -nolxl*)
42850 flag_USE_LXLITE=0
42851 ;;
42852 -* | /*)
42853 case ${D}1 in
42854 -L* | -l*)
42855 libsToLink=1
42856 ;;
42857 -Zomf)
42858 omfLinking=1
42859 ;;
42860 *)
42861 ;;
42862 esac
42863 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42864 ;;
42865 *.dll)
42866 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
42867 if [ ${D}omfLinking -eq 1 ]; then
42868 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
42869 else
42870 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
42871 fi
42872 ;;
42873 *)
42874 found=0;
42875 if [ ${D}libsToLink -ne 0 ]; then
42876 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42877 else
42878 for file in ${D}1 ; do
42879 if [ -f ${D}file ]; then
42880 inputFiles="${D}{inputFiles} ${D}file"
42881 found=1
42882 fi
42883 done
42884 if [ ${D}found -eq 0 ]; then
42885 echo "ERROR: No file(s) found: "${D}1
42886 exit 8
42887 fi
42888 fi
42889 ;;
42890 esac
42891 shift
42892 done # iterate cmdline words
42893
42894 #
42895 if [ -z "${D}inputFiles" ]; then
42896 echo "dllar: no input files"
42897 PrintHelp
42898 fi
42899
42900 # Now extract all .o files from .a files
42901 newInputFiles=""
42902 for file in ${D}inputFiles ; do
42903 case ${D}file in
42904 *.a | *.lib)
42905 case ${D}file in
42906 *.a)
42907 suffix=".a"
42908 AR="ar"
42909 ;;
42910 *.lib)
42911 suffix=".lib"
42912 AR="emxomfar"
42913 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
42914 ;;
42915 *)
42916 ;;
42917 esac
42918 dirname=\`basnam ${D}file ${D}suffix\`"_%"
42919 mkdir ${D}dirname
42920 if [ ${D}? -ne 0 ]; then
42921 echo "Failed to create subdirectory ./${D}dirname"
42922 CleanUp
42923 exit 8;
42924 fi
42925 # Append '!' to indicate archive
42926 newInputFiles="${D}newInputFiles ${D}{dirname}!"
42927 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
42928 cd ${D}curDir
42929 found=0;
42930 for subfile in ${D}dirname/*.o* ; do
42931 if [ -f ${D}subfile ]; then
42932 found=1
42933 if [ -s ${D}subfile ]; then
42934 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
42935 newInputFiles="${D}newInputFiles ${D}subfile"
42936 fi
42937 fi
42938 done
42939 if [ ${D}found -eq 0 ]; then
42940 echo "WARNING: there are no files in archive \\'${D}file\\'"
42941 fi
42942 ;;
42943 *)
42944 newInputFiles="${D}{newInputFiles} ${D}file"
42945 ;;
42946 esac
42947 done
42948 inputFiles="${D}newInputFiles"
42949
42950 # Output filename(s).
42951 do_backup=0;
42952 if [ -z ${D}outFile ]; then
42953 do_backup=1;
42954 set outFile ${D}inputFiles; outFile=${D}2
42955 fi
42956
42957 # If it is an archive, remove the '!' and the '_%' suffixes
42958 case ${D}outFile in
42959 *_%!)
42960 outFile=\`basnam ${D}outFile _%!\`
42961 ;;
42962 *)
42963 ;;
42964 esac
42965 case ${D}outFile in
42966 *.dll)
42967 outFile=\`basnam ${D}outFile .dll\`
42968 ;;
42969 *.DLL)
42970 outFile=\`basnam ${D}outFile .DLL\`
42971 ;;
42972 *.o)
42973 outFile=\`basnam ${D}outFile .o\`
42974 ;;
42975 *.obj)
42976 outFile=\`basnam ${D}outFile .obj\`
42977 ;;
42978 *.a)
42979 outFile=\`basnam ${D}outFile .a\`
42980 ;;
42981 *.lib)
42982 outFile=\`basnam ${D}outFile .lib\`
42983 ;;
42984 *)
42985 ;;
42986 esac
42987 case ${D}outimpFile in
42988 *.a)
42989 outimpFile=\`basnam ${D}outimpFile .a\`
42990 ;;
42991 *.lib)
42992 outimpFile=\`basnam ${D}outimpFile .lib\`
42993 ;;
42994 *)
42995 ;;
42996 esac
42997 if [ -z ${D}outimpFile ]; then
42998 outimpFile=${D}outFile
42999 fi
43000 defFile="${D}{outFile}.def"
43001 arcFile="${D}{outimpFile}.a"
43002 arcFile2="${D}{outimpFile}.lib"
43003
43004 #create ${D}dllFile as something matching 8.3 restrictions,
43005 if [ -z ${D}renameScript ] ; then
43006 dllFile="${D}outFile"
43007 else
43008 dllFile=\`${D}renameScript ${D}outimpFile\`
43009 fi
43010
43011 if [ ${D}do_backup -ne 0 ] ; then
43012 if [ -f ${D}arcFile ] ; then
43013 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
43014 fi
43015 if [ -f ${D}arcFile2 ] ; then
43016 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
43017 fi
43018 fi
43019
43020 # Extract public symbols from all the object files.
43021 tmpdefFile=${D}{defFile}_%
43022 rm -f ${D}tmpdefFile
43023 for file in ${D}inputFiles ; do
43024 case ${D}file in
43025 *!)
43026 ;;
43027 *)
43028 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
43029 ;;
43030 esac
43031 done
43032
43033 # Create the def file.
43034 rm -f ${D}defFile
43035 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
43036 dllFile="${D}{dllFile}.dll"
43037 if [ ! -z ${D}description ]; then
43038 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
43039 fi
43040 echo "EXPORTS" >> ${D}defFile
43041
43042 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
43043 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
43044
43045 # Checks if the export is ok or not.
43046 for word in ${D}exclude_symbols; do
43047 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
43048 mv ${D}{tmpdefFile}% ${D}tmpdefFile
43049 done
43050
43051
43052 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
43053 sed "=" < ${D}tmpdefFile | \\
43054 sed '
43055 N
43056 : loop
43057 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
43058 t loop
43059 ' > ${D}{tmpdefFile}%
43060 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
43061 else
43062 rm -f ${D}{tmpdefFile}%
43063 fi
43064 cat ${D}tmpdefFile >> ${D}defFile
43065 rm -f ${D}tmpdefFile
43066
43067 # Do linking, create implib, and apply lxlite.
43068 gccCmdl="";
43069 for file in ${D}inputFiles ; do
43070 case ${D}file in
43071 *!)
43072 ;;
43073 *)
43074 gccCmdl="${D}gccCmdl ${D}file"
43075 ;;
43076 esac
43077 done
43078 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
43079 touch "${D}{outFile}.dll"
43080
43081 doCommand "emximp -o ${D}arcFile ${D}defFile"
43082 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
43083 add_flags="";
43084 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
43085 add_flags="-ynd"
43086 fi
43087 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
43088 fi
43089 doCommand "emxomf -s -l ${D}arcFile"
43090
43091 # Successful exit.
43092 CleanUp 1
43093 exit 0
43094 EOF
43095
43096 chmod +x dllar.sh
43097 ;;
43098
43099 powerpc-apple-macos* | \
43100 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
43101 *-*-sunos4* | \
43102 *-*-osf* | \
43103 *-*-dgux5* | \
43104 *-*-sysv5* | \
43105 *-pc-msdosdjgpp )
43106 ;;
43107
43108 *)
43109 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
43110 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
43111 { (exit 1); exit 1; }; }
43112 esac
43113
43114 if test "x$PIC_FLAG" != "x" ; then
43115 PIC_FLAG="$PIC_FLAG -DPIC"
43116 fi
43117
43118 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
43119 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
43120 fi
43121 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
43122 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
43123 fi
43124
43125
43126
43127
43128
43129
43130
43131
43132 USE_SOVERSION=0
43133 USE_SOVERLINUX=0
43134 USE_SOVERSOLARIS=0
43135 USE_SOSYMLINKS=0
43136 USE_MACVERSION=0
43137 SONAME_FLAG=
43138
43139 case "${BAKEFILE_HOST}" in
43140 *-*-linux* | *-*-freebsd* )
43141 SONAME_FLAG="-Wl,-soname,"
43142 USE_SOVERSION=1
43143 USE_SOVERLINUX=1
43144 USE_SOSYMLINKS=1
43145 ;;
43146
43147 *-*-solaris2* )
43148 SONAME_FLAG="-h "
43149 USE_SOVERSION=1
43150 USE_SOVERSOLARIS=1
43151 USE_SOSYMLINKS=1
43152 ;;
43153
43154 *-*-darwin* )
43155 USE_MACVERSION=1
43156 USE_SOVERSION=1
43157 USE_SOSYMLINKS=1
43158 ;;
43159 esac
43160
43161
43162
43163
43164
43165
43166
43167
43168
43169 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
43170 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
43171 DEPS_TRACKING=0
43172
43173 if test "x$GCC" = "xyes"; then
43174 DEPSMODE=gcc
43175 DEPS_TRACKING=1
43176 case "${BAKEFILE_HOST}" in
43177 powerpc-*-darwin* )
43178 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
43179 ;;
43180 * )
43181 DEPSFLAG_GCC="-MMD"
43182 ;;
43183 esac
43184 echo "$as_me:$LINENO: result: gcc" >&5
43185 echo "${ECHO_T}gcc" >&6
43186 elif test "x$MWCC" = "xyes"; then
43187 DEPSMODE=mwcc
43188 DEPS_TRACKING=1
43189 DEPSFLAG_MWCC="-MM"
43190 echo "$as_me:$LINENO: result: mwcc" >&5
43191 echo "${ECHO_T}mwcc" >&6
43192 elif test "x$SUNCC" = "xyes"; then
43193 DEPSMODE=suncc
43194 DEPS_TRACKING=1
43195 DEPSFLAG_SUNCC="-xM1"
43196 echo "$as_me:$LINENO: result: suncc" >&5
43197 echo "${ECHO_T}suncc" >&6
43198 else
43199 echo "$as_me:$LINENO: result: none" >&5
43200 echo "${ECHO_T}none" >&6
43201 fi
43202
43203 if test $DEPS_TRACKING = 1 ; then
43204
43205 D='$'
43206 cat <<EOF >bk-deps
43207 #!/bin/sh
43208
43209 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43210 # script. It is used to track C/C++ files dependencies in portable way.
43211 #
43212 # Permission is given to use this file in any way.
43213
43214 DEPSMODE=${DEPSMODE}
43215 DEPSDIR=.deps
43216 DEPSFLAG_GCC="${DEPSFLAG_GCC}"
43217 DEPSFLAG_MWCC="${DEPSFLAG_MWCC}"
43218 DEPSFLAG_SUNCC="${DEPSFLAG_SUNCC}"
43219
43220 mkdir -p ${D}DEPSDIR
43221
43222 if test ${D}DEPSMODE = gcc ; then
43223 ${D}* ${D}{DEPSFLAG_GCC}
43224 status=${D}?
43225 if test ${D}{status} != 0 ; then
43226 exit ${D}{status}
43227 fi
43228 # move created file to the location we want it in:
43229 while test ${D}# -gt 0; do
43230 case "${D}1" in
43231 -o )
43232 shift
43233 objfile=${D}1
43234 ;;
43235 -* )
43236 ;;
43237 * )
43238 srcfile=${D}1
43239 ;;
43240 esac
43241 shift
43242 done
43243 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
43244 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
43245 if test -f ${D}depfile ; then
43246 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43247 rm -f ${D}depfile
43248 else
43249 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
43250 if test -f ${D}depfile ; then
43251 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43252 rm -f ${D}depfile
43253 fi
43254 fi
43255 exit 0
43256 elif test ${D}DEPSMODE = mwcc ; then
43257 ${D}*
43258 status=${D}?
43259 if test ${D}{status} != 0 ; then
43260 exit ${D}{status}
43261 fi
43262 # Run mwcc again with -MM and redirect into the dep file we want
43263 # NOTE: We can't use shift here because we need ${D}* to be valid
43264 prevarg=
43265 for arg in ${D}* ; do
43266 if test "${D}prevarg" = "-o"; then
43267 objfile=${D}arg
43268 else
43269 case "${D}arg" in
43270 -* )
43271 ;;
43272 * )
43273 srcfile=${D}arg
43274 ;;
43275 esac
43276 fi
43277 prevarg="${D}arg"
43278 done
43279 ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d
43280 exit 0
43281 elif test ${D}DEPSMODE = suncc; then
43282 ${D}* || exit
43283 # Run compiler again with deps flag and redirect into the dep file.
43284 # It doesn't work if the '-o FILE' option is used, but without it the
43285 # dependency file will contain the wrong name for the object. So it is
43286 # removed from the command line, and the dep file is fixed with sed.
43287 cmd=""
43288 while test ${D}# -gt 0; do
43289 case "${D}1" in
43290 -o )
43291 shift
43292 objfile=${D}1
43293 ;;
43294 * )
43295 eval arg${D}#=\\${D}1
43296 cmd="${D}cmd \\${D}arg${D}#"
43297 ;;
43298 esac
43299 shift
43300 done
43301 eval "${D}cmd ${D}DEPSFLAG_SUNCC" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
43302 exit 0
43303 else
43304 ${D}*
43305 exit ${D}?
43306 fi
43307 EOF
43308
43309 chmod +x bk-deps
43310 fi
43311
43312
43313
43314
43315 RESCOMP=
43316 SETFILE=
43317
43318 case ${BAKEFILE_HOST} in
43319 *-*-cygwin* | *-*-mingw32* )
43320 if test "$build" != "$host" ; then
43321 RESCOMP=$host_alias-windres
43322 else
43323 # Extract the first word of "windres", so it can be a program name with args.
43324 set dummy windres; ac_word=$2
43325 echo "$as_me:$LINENO: checking for $ac_word" >&5
43326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43327 if test "${ac_cv_prog_RESCOMP+set}" = set; then
43328 echo $ECHO_N "(cached) $ECHO_C" >&6
43329 else
43330 if test -n "$RESCOMP"; then
43331 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
43332 else
43333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43334 for as_dir in $PATH
43335 do
43336 IFS=$as_save_IFS
43337 test -z "$as_dir" && as_dir=.
43338 for ac_exec_ext in '' $ac_executable_extensions; do
43339 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43340 ac_cv_prog_RESCOMP="windres"
43341 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43342 break 2
43343 fi
43344 done
43345 done
43346
43347 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
43348 fi
43349 fi
43350 RESCOMP=$ac_cv_prog_RESCOMP
43351 if test -n "$RESCOMP"; then
43352 echo "$as_me:$LINENO: result: $RESCOMP" >&5
43353 echo "${ECHO_T}$RESCOMP" >&6
43354 else
43355 echo "$as_me:$LINENO: result: no" >&5
43356 echo "${ECHO_T}no" >&6
43357 fi
43358
43359 fi
43360 ;;
43361
43362 *-*-darwin* | powerpc-apple-macos* )
43363 # Extract the first word of "Rez", so it can be a program name with args.
43364 set dummy Rez; ac_word=$2
43365 echo "$as_me:$LINENO: checking for $ac_word" >&5
43366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43367 if test "${ac_cv_prog_RESCOMP+set}" = set; then
43368 echo $ECHO_N "(cached) $ECHO_C" >&6
43369 else
43370 if test -n "$RESCOMP"; then
43371 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
43372 else
43373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43374 for as_dir in $PATH
43375 do
43376 IFS=$as_save_IFS
43377 test -z "$as_dir" && as_dir=.
43378 for ac_exec_ext in '' $ac_executable_extensions; do
43379 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43380 ac_cv_prog_RESCOMP="Rez"
43381 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43382 break 2
43383 fi
43384 done
43385 done
43386
43387 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
43388 fi
43389 fi
43390 RESCOMP=$ac_cv_prog_RESCOMP
43391 if test -n "$RESCOMP"; then
43392 echo "$as_me:$LINENO: result: $RESCOMP" >&5
43393 echo "${ECHO_T}$RESCOMP" >&6
43394 else
43395 echo "$as_me:$LINENO: result: no" >&5
43396 echo "${ECHO_T}no" >&6
43397 fi
43398
43399 # Extract the first word of "SetFile", so it can be a program name with args.
43400 set dummy SetFile; ac_word=$2
43401 echo "$as_me:$LINENO: checking for $ac_word" >&5
43402 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43403 if test "${ac_cv_prog_SETFILE+set}" = set; then
43404 echo $ECHO_N "(cached) $ECHO_C" >&6
43405 else
43406 if test -n "$SETFILE"; then
43407 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
43408 else
43409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
43410 for as_dir in $PATH
43411 do
43412 IFS=$as_save_IFS
43413 test -z "$as_dir" && as_dir=.
43414 for ac_exec_ext in '' $ac_executable_extensions; do
43415 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43416 ac_cv_prog_SETFILE="SetFile"
43417 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43418 break 2
43419 fi
43420 done
43421 done
43422
43423 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
43424 fi
43425 fi
43426 SETFILE=$ac_cv_prog_SETFILE
43427 if test -n "$SETFILE"; then
43428 echo "$as_me:$LINENO: result: $SETFILE" >&5
43429 echo "${ECHO_T}$SETFILE" >&6
43430 else
43431 echo "$as_me:$LINENO: result: no" >&5
43432 echo "${ECHO_T}no" >&6
43433 fi
43434
43435 ;;
43436 esac
43437
43438
43439
43440
43441
43442 BAKEFILE_BAKEFILE_M4_VERSION="0.1.8"
43443
43444
43445 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.8"
43446
43447
43448
43449 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
43450 if test "${enable_precomp_headers+set}" = set; then
43451 enableval="$enable_precomp_headers"
43452 bk_use_pch="$enableval"
43453 fi;
43454
43455 GCC_PCH=0
43456
43457 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
43458 if test "x$GCC" = "xyes"; then
43459 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
43460 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
43461 cat >conftest.$ac_ext <<_ACEOF
43462 /* confdefs.h. */
43463 _ACEOF
43464 cat confdefs.h >>conftest.$ac_ext
43465 cat >>conftest.$ac_ext <<_ACEOF
43466 /* end confdefs.h. */
43467
43468 int
43469 main ()
43470 {
43471
43472 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
43473 #error "no pch support"
43474 #endif
43475 #if (__GNUC__ < 3)
43476 #error "no pch support"
43477 #endif
43478 #if (__GNUC__ == 3) && \
43479 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
43480 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
43481 #error "no pch support"
43482 #endif
43483
43484 ;
43485 return 0;
43486 }
43487 _ACEOF
43488 rm -f conftest.$ac_objext
43489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43490 (eval $ac_compile) 2>conftest.er1
43491 ac_status=$?
43492 grep -v '^ *+' conftest.er1 >conftest.err
43493 rm -f conftest.er1
43494 cat conftest.err >&5
43495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43496 (exit $ac_status); } &&
43497 { ac_try='test -z "$ac_c_werror_flag"
43498 || test ! -s conftest.err'
43499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43500 (eval $ac_try) 2>&5
43501 ac_status=$?
43502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43503 (exit $ac_status); }; } &&
43504 { ac_try='test -s conftest.$ac_objext'
43505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43506 (eval $ac_try) 2>&5
43507 ac_status=$?
43508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43509 (exit $ac_status); }; }; then
43510
43511 echo "$as_me:$LINENO: result: yes" >&5
43512 echo "${ECHO_T}yes" >&6
43513 GCC_PCH=1
43514
43515 else
43516 echo "$as_me: failed program was:" >&5
43517 sed 's/^/| /' conftest.$ac_ext >&5
43518
43519
43520 echo "$as_me:$LINENO: result: no" >&5
43521 echo "${ECHO_T}no" >&6
43522
43523 fi
43524 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
43525 if test $GCC_PCH = 1 ; then
43526
43527 D='$'
43528 cat <<EOF >bk-make-pch
43529 #!/bin/sh
43530
43531 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43532 # script. It is used to generated precompiled headers.
43533 #
43534 # Permission is given to use this file in any way.
43535
43536 outfile="${D}{1}"
43537 header="${D}{2}"
43538 shift
43539 shift
43540
43541 compiler=
43542 headerfile=
43543 while test ${D}{#} -gt 0; do
43544 case "${D}{1}" in
43545 -I* )
43546 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
43547 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
43548 headerfile="${D}{incdir}/${D}{header}"
43549 fi
43550 ;;
43551 esac
43552 compiler="${D}{compiler} ${D}{1}"
43553 shift
43554 done
43555
43556 if test "x${D}{headerfile}" = "x" ; then
43557 echo "error: can't find header ${D}{header} in include paths" >2
43558 else
43559 if test -f ${D}{outfile} ; then
43560 rm -f ${D}{outfile}
43561 else
43562 mkdir -p \`dirname ${D}{outfile}\`
43563 fi
43564 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
43565 mkdir -p .deps
43566 # can do this because gcc is >= 3.4:
43567 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
43568 exit ${D}{?}
43569 fi
43570 EOF
43571
43572 chmod +x bk-make-pch
43573 fi
43574 fi
43575 fi
43576
43577
43578
43579 COND_BUILD_DEBUG="#"
43580 if test "x$BUILD" = "xdebug" ; then
43581 COND_BUILD_DEBUG=""
43582 fi
43583
43584 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
43585 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
43586 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
43587 fi
43588
43589 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
43590 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
43591 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
43592 fi
43593
43594 COND_BUILD_DEBUG_UNICODE_0="#"
43595 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
43596 COND_BUILD_DEBUG_UNICODE_0=""
43597 fi
43598
43599 COND_BUILD_DEBUG_UNICODE_1="#"
43600 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
43601 COND_BUILD_DEBUG_UNICODE_1=""
43602 fi
43603
43604 COND_BUILD_RELEASE="#"
43605 if test "x$BUILD" = "xrelease" ; then
43606 COND_BUILD_RELEASE=""
43607 fi
43608
43609 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
43610 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
43611 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
43612 fi
43613
43614 COND_BUILD_RELEASE_UNICODE_0="#"
43615 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
43616 COND_BUILD_RELEASE_UNICODE_0=""
43617 fi
43618
43619 COND_BUILD_RELEASE_UNICODE_1="#"
43620 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
43621 COND_BUILD_RELEASE_UNICODE_1=""
43622 fi
43623
43624 COND_DEBUG_FLAG_1="#"
43625 if test "x$DEBUG_FLAG" = "x1" ; then
43626 COND_DEBUG_FLAG_1=""
43627 fi
43628
43629 COND_DEBUG_INFO_0="#"
43630 if test "x$DEBUG_INFO" = "x0" ; then
43631 COND_DEBUG_INFO_0=""
43632 fi
43633
43634 COND_DEBUG_INFO_1="#"
43635 if test "x$DEBUG_INFO" = "x1" ; then
43636 COND_DEBUG_INFO_1=""
43637 fi
43638
43639 COND_DEPS_TRACKING_0="#"
43640 if test "x$DEPS_TRACKING" = "x0" ; then
43641 COND_DEPS_TRACKING_0=""
43642 fi
43643
43644 COND_DEPS_TRACKING_1="#"
43645 if test "x$DEPS_TRACKING" = "x1" ; then
43646 COND_DEPS_TRACKING_1=""
43647 fi
43648
43649 COND_GCC_PCH_1="#"
43650 if test "x$GCC_PCH" = "x1" ; then
43651 COND_GCC_PCH_1=""
43652 fi
43653
43654 COND_MONOLITHIC_0="#"
43655 if test "x$MONOLITHIC" = "x0" ; then
43656 COND_MONOLITHIC_0=""
43657 fi
43658
43659 COND_MONOLITHIC_0_SHARED_0="#"
43660 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
43661 COND_MONOLITHIC_0_SHARED_0=""
43662 fi
43663
43664 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
43665 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
43666 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
43667 fi
43668
43669 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
43670 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43671 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
43672 fi
43673
43674 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
43675 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43676 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
43677 fi
43678
43679 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
43680 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43681 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
43682 fi
43683
43684 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#"
43685 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
43686 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1=""
43687 fi
43688
43689 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
43690 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43691 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
43692 fi
43693
43694 COND_MONOLITHIC_0_SHARED_1="#"
43695 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
43696 COND_MONOLITHIC_0_SHARED_1=""
43697 fi
43698
43699 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
43700 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
43701 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
43702 fi
43703
43704 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
43705 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43706 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
43707 fi
43708
43709 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
43710 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43711 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
43712 fi
43713
43714 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
43715 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43716 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
43717 fi
43718
43719 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#"
43720 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
43721 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1=""
43722 fi
43723
43724 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
43725 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43726 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
43727 fi
43728
43729 COND_MONOLITHIC_0_USE_ODBC_1="#"
43730 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
43731 COND_MONOLITHIC_0_USE_ODBC_1=""
43732 fi
43733
43734 COND_MONOLITHIC_1="#"
43735 if test "x$MONOLITHIC" = "x1" ; then
43736 COND_MONOLITHIC_1=""
43737 fi
43738
43739 COND_MONOLITHIC_1_SHARED_0="#"
43740 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
43741 COND_MONOLITHIC_1_SHARED_0=""
43742 fi
43743
43744 COND_MONOLITHIC_1_SHARED_1="#"
43745 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
43746 COND_MONOLITHIC_1_SHARED_1=""
43747 fi
43748
43749 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
43750 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
43751 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
43752 fi
43753
43754 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
43755 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
43756 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
43757 fi
43758
43759 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
43760 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
43761 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
43762 fi
43763
43764 COND_PLATFORM_MACOSX_1="#"
43765 if test "x$PLATFORM_MACOSX" = "x1" ; then
43766 COND_PLATFORM_MACOSX_1=""
43767 fi
43768
43769 COND_PLATFORM_MACOSX_1_TOOLKIT_="#"
43770 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
43771 COND_PLATFORM_MACOSX_1_TOOLKIT_=""
43772 fi
43773
43774 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
43775 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
43776 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
43777 fi
43778
43779 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
43780 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
43781 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
43782 fi
43783
43784 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
43785 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
43786 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
43787 fi
43788
43789 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#"
43790 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43791 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1=""
43792 fi
43793
43794 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
43795 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43796 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
43797 fi
43798
43799 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#"
43800 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
43801 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF=""
43802 fi
43803
43804 COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#"
43805 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
43806 COND_PLATFORM_MACOSX_1_TOOLKIT_X11=""
43807 fi
43808
43809 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
43810 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
43811 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
43812 fi
43813
43814 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
43815 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
43816 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
43817 fi
43818
43819 COND_PLATFORM_MACOS_1="#"
43820 if test "x$PLATFORM_MACOS" = "x1" ; then
43821 COND_PLATFORM_MACOS_1=""
43822 fi
43823
43824 COND_PLATFORM_MAC_1="#"
43825 if test "x$PLATFORM_MAC" = "x1" ; then
43826 COND_PLATFORM_MAC_1=""
43827 fi
43828
43829 COND_PLATFORM_MSDOS_1="#"
43830 if test "x$PLATFORM_MSDOS" = "x1" ; then
43831 COND_PLATFORM_MSDOS_1=""
43832 fi
43833
43834 COND_PLATFORM_OS2_1="#"
43835 if test "x$PLATFORM_OS2" = "x1" ; then
43836 COND_PLATFORM_OS2_1=""
43837 fi
43838
43839 COND_PLATFORM_UNIX_0="#"
43840 if test "x$PLATFORM_UNIX" = "x0" ; then
43841 COND_PLATFORM_UNIX_0=""
43842 fi
43843
43844 COND_PLATFORM_UNIX_1="#"
43845 if test "x$PLATFORM_UNIX" = "x1" ; then
43846 COND_PLATFORM_UNIX_1=""
43847 fi
43848
43849 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
43850 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
43851 COND_PLATFORM_UNIX_1_USE_GUI_1=""
43852 fi
43853
43854 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
43855 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
43856 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
43857 fi
43858
43859 COND_PLATFORM_WIN32_0="#"
43860 if test "x$PLATFORM_WIN32" = "x0" ; then
43861 COND_PLATFORM_WIN32_0=""
43862 fi
43863
43864 COND_PLATFORM_WIN32_1="#"
43865 if test "x$PLATFORM_WIN32" = "x1" ; then
43866 COND_PLATFORM_WIN32_1=""
43867 fi
43868
43869 COND_SHARED_0="#"
43870 if test "x$SHARED" = "x0" ; then
43871 COND_SHARED_0=""
43872 fi
43873
43874 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
43875 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
43876 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
43877 fi
43878
43879 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
43880 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
43881 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
43882 fi
43883
43884 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
43885 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
43886 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
43887 fi
43888
43889 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
43890 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43891 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
43892 fi
43893
43894 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
43895 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43896 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
43897 fi
43898
43899 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
43900 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43901 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
43902 fi
43903
43904 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
43905 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43906 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
43907 fi
43908
43909 COND_SHARED_0_USE_XRC_1="#"
43910 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43911 COND_SHARED_0_USE_XRC_1=""
43912 fi
43913
43914 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
43915 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
43916 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
43917 fi
43918
43919 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
43920 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
43921 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
43922 fi
43923
43924 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
43925 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
43926 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
43927 fi
43928
43929 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
43930 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
43931 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
43932 fi
43933
43934 COND_SHARED_1="#"
43935 if test "x$SHARED" = "x1" ; then
43936 COND_SHARED_1=""
43937 fi
43938
43939 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
43940 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43941 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
43942 fi
43943
43944 COND_SHARED_1_USE_XRC_1="#"
43945 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43946 COND_SHARED_1_USE_XRC_1=""
43947 fi
43948
43949 COND_TOOLKIT_="#"
43950 if test "x$TOOLKIT" = "x" ; then
43951 COND_TOOLKIT_=""
43952 fi
43953
43954 COND_TOOLKIT_COCOA="#"
43955 if test "x$TOOLKIT" = "xCOCOA" ; then
43956 COND_TOOLKIT_COCOA=""
43957 fi
43958
43959 COND_TOOLKIT_COCOA_USE_GUI_1="#"
43960 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
43961 COND_TOOLKIT_COCOA_USE_GUI_1=""
43962 fi
43963
43964 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
43965 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43966 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
43967 fi
43968
43969 COND_TOOLKIT_GTK="#"
43970 if test "x$TOOLKIT" = "xGTK" ; then
43971 COND_TOOLKIT_GTK=""
43972 fi
43973
43974 COND_TOOLKIT_GTK_USE_GUI_1="#"
43975 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
43976 COND_TOOLKIT_GTK_USE_GUI_1=""
43977 fi
43978
43979 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
43980 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43981 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
43982 fi
43983
43984 COND_TOOLKIT_MAC="#"
43985 if test "x$TOOLKIT" = "xMAC" ; then
43986 COND_TOOLKIT_MAC=""
43987 fi
43988
43989 COND_TOOLKIT_MAC_USE_GUI_1="#"
43990 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43991 COND_TOOLKIT_MAC_USE_GUI_1=""
43992 fi
43993
43994 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
43995 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43996 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
43997 fi
43998
43999 COND_TOOLKIT_MGL="#"
44000 if test "x$TOOLKIT" = "xMGL" ; then
44001 COND_TOOLKIT_MGL=""
44002 fi
44003
44004 COND_TOOLKIT_MGL_USE_GUI_1="#"
44005 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
44006 COND_TOOLKIT_MGL_USE_GUI_1=""
44007 fi
44008
44009 COND_TOOLKIT_MOTIF="#"
44010 if test "x$TOOLKIT" = "xMOTIF" ; then
44011 COND_TOOLKIT_MOTIF=""
44012 fi
44013
44014 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
44015 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
44016 COND_TOOLKIT_MOTIF_USE_GUI_1=""
44017 fi
44018
44019 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
44020 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44021 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
44022 fi
44023
44024 COND_TOOLKIT_MSW="#"
44025 if test "x$TOOLKIT" = "xMSW" ; then
44026 COND_TOOLKIT_MSW=""
44027 fi
44028
44029 COND_TOOLKIT_MSW_USE_GUI_1="#"
44030 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
44031 COND_TOOLKIT_MSW_USE_GUI_1=""
44032 fi
44033
44034 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
44035 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44036 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
44037 fi
44038
44039 COND_TOOLKIT_PM="#"
44040 if test "x$TOOLKIT" = "xPM" ; then
44041 COND_TOOLKIT_PM=""
44042 fi
44043
44044 COND_TOOLKIT_PM_USE_GUI_1="#"
44045 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
44046 COND_TOOLKIT_PM_USE_GUI_1=""
44047 fi
44048
44049 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
44050 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44051 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
44052 fi
44053
44054 COND_TOOLKIT_WINCE="#"
44055 if test "x$TOOLKIT" = "xWINCE" ; then
44056 COND_TOOLKIT_WINCE=""
44057 fi
44058
44059 COND_TOOLKIT_WINCE_USE_GUI_1="#"
44060 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
44061 COND_TOOLKIT_WINCE_USE_GUI_1=""
44062 fi
44063
44064 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
44065 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44066 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
44067 fi
44068
44069 COND_TOOLKIT_X11="#"
44070 if test "x$TOOLKIT" = "xX11" ; then
44071 COND_TOOLKIT_X11=""
44072 fi
44073
44074 COND_TOOLKIT_X11_USE_GUI_1="#"
44075 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
44076 COND_TOOLKIT_X11_USE_GUI_1=""
44077 fi
44078
44079 COND_UNICODE_1="#"
44080 if test "x$UNICODE" = "x1" ; then
44081 COND_UNICODE_1=""
44082 fi
44083
44084 COND_USE_EXCEPTIONS_0="#"
44085 if test "x$USE_EXCEPTIONS" = "x0" ; then
44086 COND_USE_EXCEPTIONS_0=""
44087 fi
44088
44089 COND_USE_EXCEPTIONS_1="#"
44090 if test "x$USE_EXCEPTIONS" = "x1" ; then
44091 COND_USE_EXCEPTIONS_1=""
44092 fi
44093
44094 COND_USE_GUI_0="#"
44095 if test "x$USE_GUI" = "x0" ; then
44096 COND_USE_GUI_0=""
44097 fi
44098
44099 COND_USE_GUI_1="#"
44100 if test "x$USE_GUI" = "x1" ; then
44101 COND_USE_GUI_1=""
44102 fi
44103
44104 COND_USE_GUI_1_WXUNIV_0="#"
44105 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44106 COND_USE_GUI_1_WXUNIV_0=""
44107 fi
44108
44109 COND_USE_GUI_1_WXUNIV_1="#"
44110 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
44111 COND_USE_GUI_1_WXUNIV_1=""
44112 fi
44113
44114 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
44115 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44116 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
44117 fi
44118
44119 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
44120 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44121 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
44122 fi
44123
44124 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
44125 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44126 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
44127 fi
44128
44129 COND_USE_ODBC_1="#"
44130 if test "x$USE_ODBC" = "x1" ; then
44131 COND_USE_ODBC_1=""
44132 fi
44133
44134 COND_USE_OPENGL_1="#"
44135 if test "x$USE_OPENGL" = "x1" ; then
44136 COND_USE_OPENGL_1=""
44137 fi
44138
44139 COND_USE_PLUGINS_0="#"
44140 if test "x$USE_PLUGINS" = "x0" ; then
44141 COND_USE_PLUGINS_0=""
44142 fi
44143
44144 COND_USE_RTTI_0="#"
44145 if test "x$USE_RTTI" = "x0" ; then
44146 COND_USE_RTTI_0=""
44147 fi
44148
44149 COND_USE_RTTI_1="#"
44150 if test "x$USE_RTTI" = "x1" ; then
44151 COND_USE_RTTI_1=""
44152 fi
44153
44154 COND_USE_SOSYMLINKS_1="#"
44155 if test "x$USE_SOSYMLINKS" = "x1" ; then
44156 COND_USE_SOSYMLINKS_1=""
44157 fi
44158
44159 COND_USE_SOVERLINUX_1="#"
44160 if test "x$USE_SOVERLINUX" = "x1" ; then
44161 COND_USE_SOVERLINUX_1=""
44162 fi
44163
44164 COND_USE_SOVERSION_0="#"
44165 if test "x$USE_SOVERSION" = "x0" ; then
44166 COND_USE_SOVERSION_0=""
44167 fi
44168
44169 COND_USE_SOVERSOLARIS_1="#"
44170 if test "x$USE_SOVERSOLARIS" = "x1" ; then
44171 COND_USE_SOVERSOLARIS_1=""
44172 fi
44173
44174 COND_USE_THREADS_0="#"
44175 if test "x$USE_THREADS" = "x0" ; then
44176 COND_USE_THREADS_0=""
44177 fi
44178
44179 COND_USE_THREADS_1="#"
44180 if test "x$USE_THREADS" = "x1" ; then
44181 COND_USE_THREADS_1=""
44182 fi
44183
44184 COND_USE_XRC_1="#"
44185 if test "x$USE_XRC" = "x1" ; then
44186 COND_USE_XRC_1=""
44187 fi
44188
44189 COND_WITH_PLUGIN_SDL_1="#"
44190 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
44191 COND_WITH_PLUGIN_SDL_1=""
44192 fi
44193
44194 COND_WXUNIV_0="#"
44195 if test "x$WXUNIV" = "x0" ; then
44196 COND_WXUNIV_0=""
44197 fi
44198
44199 COND_WXUNIV_1="#"
44200 if test "x$WXUNIV" = "x1" ; then
44201 COND_WXUNIV_1=""
44202 fi
44203
44204 COND_WXUSE_EXPAT_BUILTIN="#"
44205 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
44206 COND_WXUSE_EXPAT_BUILTIN=""
44207 fi
44208
44209 COND_WXUSE_LIBJPEG_BUILTIN="#"
44210 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44211 COND_WXUSE_LIBJPEG_BUILTIN=""
44212 fi
44213
44214 COND_WXUSE_LIBPNG_BUILTIN="#"
44215 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44216 COND_WXUSE_LIBPNG_BUILTIN=""
44217 fi
44218
44219 COND_WXUSE_LIBTIFF_BUILTIN="#"
44220 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44221 COND_WXUSE_LIBTIFF_BUILTIN=""
44222 fi
44223
44224 COND_WXUSE_ODBC_BUILTIN="#"
44225 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
44226 COND_WXUSE_ODBC_BUILTIN=""
44227 fi
44228
44229 COND_WXUSE_REGEX_BUILTIN="#"
44230 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
44231 COND_WXUSE_REGEX_BUILTIN=""
44232 fi
44233
44234 COND_WXUSE_ZLIB_BUILTIN="#"
44235 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
44236 COND_WXUSE_ZLIB_BUILTIN=""
44237 fi
44238
44239
44240
44241 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
44242 { { 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
44243 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;}
44244 { (exit 1); exit 1; }; }
44245 fi
44246
44247
44248 if test "$wxUSE_WINE" = "yes"; then
44249 RESCOMP=wrc
44250 fi
44251
44252 if test "$wxUSE_SHARED" = "yes"; then
44253
44254 sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'`
44255 EXE_LINKER=`eval echo "$sanitised_bakefile_mess"`
44256
44257 case "${host}" in
44258 *-pc-os2_emx | *-pc-os2-emx )
44259 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44260 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44261 cp -p ${srcdir}/src/os2/dllnames.sh .
44262 cp -p ${srcdir}/src/os2/dllar.sh .
44263 ;;
44264 esac
44265 else
44266
44267 EXE_LINKER="$CXX -o"
44268
44269 fi
44270 if test "$wxUSE_OMF" = "yes"; then
44271 case "${host}" in
44272 *-pc-os2_emx | *-pc-os2-emx )
44273 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
44274 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
44275 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
44276 ;;
44277 esac
44278 fi
44279
44280 GCC_PRAGMA_FLAGS=""
44281 PCH_FLAGS=""
44282
44283 if test $GCC_PCH = 1 ; then
44284 PCH_FLAGS="-DWX_PRECOMP"
44285 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44286 else
44287 if test "$GCC" = yes; then
44288 echo "$as_me:$LINENO: checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA" >&5
44289 echo $ECHO_N "checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44290 cat >conftest.$ac_ext <<_ACEOF
44291 /* confdefs.h. */
44292 _ACEOF
44293 cat confdefs.h >>conftest.$ac_ext
44294 cat >>conftest.$ac_ext <<_ACEOF
44295 /* end confdefs.h. */
44296
44297 int
44298 main ()
44299 {
44300 #if (__GNUC__ < 4)
44301 #error "Not GCC 4.0 or greater"
44302 #endif
44303
44304 ;
44305 return 0;
44306 }
44307 _ACEOF
44308 rm -f conftest.$ac_objext
44309 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44310 (eval $ac_compile) 2>conftest.er1
44311 ac_status=$?
44312 grep -v '^ *+' conftest.er1 >conftest.err
44313 rm -f conftest.er1
44314 cat conftest.err >&5
44315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44316 (exit $ac_status); } &&
44317 { ac_try='test -z "$ac_c_werror_flag"
44318 || test ! -s conftest.err'
44319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44320 (eval $ac_try) 2>&5
44321 ac_status=$?
44322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44323 (exit $ac_status); }; } &&
44324 { ac_try='test -s conftest.$ac_objext'
44325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44326 (eval $ac_try) 2>&5
44327 ac_status=$?
44328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44329 (exit $ac_status); }; }; then
44330 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44331 echo "$as_me:$LINENO: result: yes" >&5
44332 echo "${ECHO_T}yes" >&6
44333 else
44334 echo "$as_me: failed program was:" >&5
44335 sed 's/^/| /' conftest.$ac_ext >&5
44336
44337 echo "$as_me:$LINENO: result: no" >&5
44338 echo "${ECHO_T}no" >&6
44339 case "${host}" in
44340 powerpc-*-darwin* )
44341 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44342 ;;
44343 *-*-mingw32* )
44344 if test "$wxUSE_STL" = "yes" -o \
44345 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
44346 "$wxUSE_NO_RTTI" != "yes"; then
44347 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
44348 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44349 cat >conftest.$ac_ext <<_ACEOF
44350 /* confdefs.h. */
44351 _ACEOF
44352 cat confdefs.h >>conftest.$ac_ext
44353 cat >>conftest.$ac_ext <<_ACEOF
44354 /* end confdefs.h. */
44355
44356 int
44357 main ()
44358 {
44359 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
44360 #error "Not GCC 3.2 or greater"
44361 #endif
44362
44363 ;
44364 return 0;
44365 }
44366 _ACEOF
44367 rm -f conftest.$ac_objext
44368 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44369 (eval $ac_compile) 2>conftest.er1
44370 ac_status=$?
44371 grep -v '^ *+' conftest.er1 >conftest.err
44372 rm -f conftest.er1
44373 cat conftest.err >&5
44374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44375 (exit $ac_status); } &&
44376 { ac_try='test -z "$ac_c_werror_flag"
44377 || test ! -s conftest.err'
44378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44379 (eval $ac_try) 2>&5
44380 ac_status=$?
44381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44382 (exit $ac_status); }; } &&
44383 { ac_try='test -s conftest.$ac_objext'
44384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44385 (eval $ac_try) 2>&5
44386 ac_status=$?
44387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44388 (exit $ac_status); }; }; then
44389 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44390 echo "$as_me:$LINENO: result: yes" >&5
44391 echo "${ECHO_T}yes" >&6
44392 else
44393 echo "$as_me: failed program was:" >&5
44394 sed 's/^/| /' conftest.$ac_ext >&5
44395
44396 echo "$as_me:$LINENO: result: no" >&5
44397 echo "${ECHO_T}no" >&6
44398 fi
44399 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44400 fi
44401 ;;
44402 *-pc-os2_emx | *-pc-os2-emx )
44403 if test "$wxUSE_STL" = "yes"; then
44404 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
44405 echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44406 cat >conftest.$ac_ext <<_ACEOF
44407 /* confdefs.h. */
44408 _ACEOF
44409 cat confdefs.h >>conftest.$ac_ext
44410 cat >>conftest.$ac_ext <<_ACEOF
44411 /* end confdefs.h. */
44412
44413 int
44414 main ()
44415 {
44416 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
44417 #error "Not GCC 3.2 or greater"
44418 #endif
44419
44420 ;
44421 return 0;
44422 }
44423 _ACEOF
44424 rm -f conftest.$ac_objext
44425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44426 (eval $ac_compile) 2>conftest.er1
44427 ac_status=$?
44428 grep -v '^ *+' conftest.er1 >conftest.err
44429 rm -f conftest.er1
44430 cat conftest.err >&5
44431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44432 (exit $ac_status); } &&
44433 { ac_try='test -z "$ac_c_werror_flag"
44434 || test ! -s conftest.err'
44435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44436 (eval $ac_try) 2>&5
44437 ac_status=$?
44438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44439 (exit $ac_status); }; } &&
44440 { ac_try='test -s conftest.$ac_objext'
44441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44442 (eval $ac_try) 2>&5
44443 ac_status=$?
44444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44445 (exit $ac_status); }; }; then
44446 GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA"
44447 echo "$as_me:$LINENO: result: yes" >&5
44448 echo "${ECHO_T}yes" >&6
44449 else
44450 echo "$as_me: failed program was:" >&5
44451 sed 's/^/| /' conftest.$ac_ext >&5
44452
44453 echo "$as_me:$LINENO: result: no" >&5
44454 echo "${ECHO_T}no" >&6
44455 fi
44456 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44457 fi
44458 ;;
44459 esac
44460
44461 fi
44462 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
44463 fi
44464 fi
44465 CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
44466
44467
44468 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
44469
44470
44471
44472
44473
44474
44475
44476
44477
44478
44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
44507
44508
44509
44510
44511
44512
44513
44514
44515
44516
44517
44518
44519
44520
44521
44522
44523
44524
44525
44526
44527
44528
44529
44530
44531
44532 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
44533 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
44534 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
44535 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
44536 echo $ECHO_N "(cached) $ECHO_C" >&6
44537 else
44538 cat >conftest.make <<\_ACEOF
44539 all:
44540 @echo 'ac_maketemp="$(MAKE)"'
44541 _ACEOF
44542 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
44543 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
44544 if test -n "$ac_maketemp"; then
44545 eval ac_cv_prog_make_${ac_make}_set=yes
44546 else
44547 eval ac_cv_prog_make_${ac_make}_set=no
44548 fi
44549 rm -f conftest.make
44550 fi
44551 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
44552 echo "$as_me:$LINENO: result: yes" >&5
44553 echo "${ECHO_T}yes" >&6
44554 SET_MAKE=
44555 else
44556 echo "$as_me:$LINENO: result: no" >&5
44557 echo "${ECHO_T}no" >&6
44558 SET_MAKE="MAKE=${MAKE-make}"
44559 fi
44560
44561
44562
44563 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
44564
44565
44566 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
44567
44568
44569 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
44570
44571
44572 ac_config_files="$ac_config_files version-script Makefile"
44573
44574
44575 ac_config_commands="$ac_config_commands wx-config
44576 "
44577
44578
44579
44580
44581 if test "$wxUSE_GUI" = "yes"; then
44582 SUBDIRS="samples demos utils contrib"
44583 else SUBDIRS="samples utils"
44584 fi
44585
44586
44587
44588 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
44589 if test "${with_cppunit_prefix+set}" = set; then
44590 withval="$with_cppunit_prefix"
44591 cppunit_config_prefix="$withval"
44592 else
44593 cppunit_config_prefix=""
44594 fi;
44595
44596 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
44597 if test "${with_cppunit_exec_prefix+set}" = set; then
44598 withval="$with_cppunit_exec_prefix"
44599 cppunit_config_exec_prefix="$withval"
44600 else
44601 cppunit_config_exec_prefix=""
44602 fi;
44603
44604 if test x$cppunit_config_exec_prefix != x ; then
44605 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
44606 if test x${CPPUNIT_CONFIG+set} != xset ; then
44607 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
44608 fi
44609 fi
44610 if test x$cppunit_config_prefix != x ; then
44611 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
44612 if test x${CPPUNIT_CONFIG+set} != xset ; then
44613 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
44614 fi
44615 fi
44616
44617 # Extract the first word of "cppunit-config", so it can be a program name with args.
44618 set dummy cppunit-config; ac_word=$2
44619 echo "$as_me:$LINENO: checking for $ac_word" >&5
44620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44621 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
44622 echo $ECHO_N "(cached) $ECHO_C" >&6
44623 else
44624 case $CPPUNIT_CONFIG in
44625 [\\/]* | ?:[\\/]*)
44626 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
44627 ;;
44628 *)
44629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44630 for as_dir in $PATH
44631 do
44632 IFS=$as_save_IFS
44633 test -z "$as_dir" && as_dir=.
44634 for ac_exec_ext in '' $ac_executable_extensions; do
44635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44636 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
44637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44638 break 2
44639 fi
44640 done
44641 done
44642
44643 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
44644 ;;
44645 esac
44646 fi
44647 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
44648
44649 if test -n "$CPPUNIT_CONFIG"; then
44650 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
44651 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
44652 else
44653 echo "$as_me:$LINENO: result: no" >&5
44654 echo "${ECHO_T}no" >&6
44655 fi
44656
44657 cppunit_version_min=1.8.0
44658
44659 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
44660 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
44661 no_cppunit=""
44662 if test "$CPPUNIT_CONFIG" = "no" ; then
44663 no_cppunit=yes
44664 else
44665 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
44666 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
44667 cppunit_version=`$CPPUNIT_CONFIG --version`
44668
44669 cppunit_major_version=`echo $cppunit_version | \
44670 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44671 cppunit_minor_version=`echo $cppunit_version | \
44672 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44673 cppunit_micro_version=`echo $cppunit_version | \
44674 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44675
44676 cppunit_major_min=`echo $cppunit_version_min | \
44677 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44678 cppunit_minor_min=`echo $cppunit_version_min | \
44679 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44680 cppunit_micro_min=`echo $cppunit_version_min | \
44681 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44682
44683 cppunit_version_proper=`expr \
44684 $cppunit_major_version \> $cppunit_major_min \| \
44685 $cppunit_major_version \= $cppunit_major_min \& \
44686 $cppunit_minor_version \> $cppunit_minor_min \| \
44687 $cppunit_major_version \= $cppunit_major_min \& \
44688 $cppunit_minor_version \= $cppunit_minor_min \& \
44689 $cppunit_micro_version \>= $cppunit_micro_min `
44690
44691 if test "$cppunit_version_proper" = "1" ; then
44692 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
44693 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
44694 else
44695 echo "$as_me:$LINENO: result: no" >&5
44696 echo "${ECHO_T}no" >&6
44697 no_cppunit=yes
44698 fi
44699 fi
44700
44701 if test "x$no_cppunit" = x ; then
44702 SUBDIRS="$SUBDIRS tests"
44703 else
44704 CPPUNIT_CFLAGS=""
44705 CPPUNIT_LIBS=""
44706 :
44707 fi
44708
44709
44710
44711
44712
44713 for subdir in `echo $SUBDIRS`; do
44714 if test -d ${srcdir}/${subdir} ; then
44715 if test "$wxUSE_GUI" = "yes"; then
44716 if test ${subdir} = "samples"; then
44717 makefiles="samples/Makefile.in $makefiles"
44718 for sample in `echo $SAMPLES_SUBDIRS`; do
44719 if test -d $srcdir/samples/$sample; then
44720 makefiles="samples/$sample/Makefile.in $makefiles"
44721 fi
44722 done
44723 else
44724 disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`;
44725 eval "disabled=\$$disabled_var"
44726 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
44727 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
44728 fi
44729 else if test ${subdir} = "samples"; then
44730 makefiles="samples/Makefile.in samples/console/Makefile.in"
44731 elif test ${subdir} = "utils"; then
44732 makefiles=""
44733 for util in HelpGen tex2rtf ; do
44734 if test -d $srcdir/utils/$util ; then
44735 makefiles="utils/$util/Makefile.in \
44736 utils/$util/src/Makefile.in \
44737 $makefiles"
44738 fi
44739 done
44740 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
44741 fi
44742 fi
44743
44744 for mkin in $makefiles ; do
44745 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
44746 ac_config_files="$ac_config_files $mk"
44747
44748 done
44749 fi
44750 done
44751
44752
44753 cat >confcache <<\_ACEOF
44754 # This file is a shell script that caches the results of configure
44755 # tests run on this system so they can be shared between configure
44756 # scripts and configure runs, see configure's option --config-cache.
44757 # It is not useful on other systems. If it contains results you don't
44758 # want to keep, you may remove or edit it.
44759 #
44760 # config.status only pays attention to the cache file if you give it
44761 # the --recheck option to rerun configure.
44762 #
44763 # `ac_cv_env_foo' variables (set or unset) will be overridden when
44764 # loading this file, other *unset* `ac_cv_foo' will be assigned the
44765 # following values.
44766
44767 _ACEOF
44768
44769 # The following way of writing the cache mishandles newlines in values,
44770 # but we know of no workaround that is simple, portable, and efficient.
44771 # So, don't put newlines in cache variables' values.
44772 # Ultrix sh set writes to stderr and can't be redirected directly,
44773 # and sets the high bit in the cache file unless we assign to the vars.
44774 {
44775 (set) 2>&1 |
44776 case `(ac_space=' '; set | grep ac_space) 2>&1` in
44777 *ac_space=\ *)
44778 # `set' does not quote correctly, so add quotes (double-quote
44779 # substitution turns \\\\ into \\, and sed turns \\ into \).
44780 sed -n \
44781 "s/'/'\\\\''/g;
44782 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
44783 ;;
44784 *)
44785 # `set' quotes correctly as required by POSIX, so do not add quotes.
44786 sed -n \
44787 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
44788 ;;
44789 esac;
44790 } |
44791 sed '
44792 t clear
44793 : clear
44794 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
44795 t end
44796 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
44797 : end' >>confcache
44798 if diff $cache_file confcache >/dev/null 2>&1; then :; else
44799 if test -w $cache_file; then
44800 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
44801 cat confcache >$cache_file
44802 else
44803 echo "not updating unwritable cache $cache_file"
44804 fi
44805 fi
44806 rm -f confcache
44807
44808 test "x$prefix" = xNONE && prefix=$ac_default_prefix
44809 # Let make expand exec_prefix.
44810 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
44811
44812 # VPATH may cause trouble with some makes, so we remove $(srcdir),
44813 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
44814 # trailing colons and then remove the whole line if VPATH becomes empty
44815 # (actually we leave an empty line to preserve line numbers).
44816 if test "x$srcdir" = x.; then
44817 ac_vpsub='/^[ ]*VPATH[ ]*=/{
44818 s/:*\$(srcdir):*/:/;
44819 s/:*\${srcdir}:*/:/;
44820 s/:*@srcdir@:*/:/;
44821 s/^\([^=]*=[ ]*\):*/\1/;
44822 s/:*$//;
44823 s/^[^=]*=[ ]*$//;
44824 }'
44825 fi
44826
44827 DEFS=-DHAVE_CONFIG_H
44828
44829 ac_libobjs=
44830 ac_ltlibobjs=
44831 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
44832 # 1. Remove the extension, and $U if already installed.
44833 ac_i=`echo "$ac_i" |
44834 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
44835 # 2. Add them.
44836 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
44837 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
44838 done
44839 LIBOBJS=$ac_libobjs
44840
44841 LTLIBOBJS=$ac_ltlibobjs
44842
44843
44844
44845 : ${CONFIG_STATUS=./config.status}
44846 ac_clean_files_save=$ac_clean_files
44847 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
44848 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
44849 echo "$as_me: creating $CONFIG_STATUS" >&6;}
44850 cat >$CONFIG_STATUS <<_ACEOF
44851 #! $SHELL
44852 # Generated by $as_me.
44853 # Run this file to recreate the current configuration.
44854 # Compiler output produced by configure, useful for debugging
44855 # configure, is in config.log if it exists.
44856
44857 debug=false
44858 ac_cs_recheck=false
44859 ac_cs_silent=false
44860 SHELL=\${CONFIG_SHELL-$SHELL}
44861 _ACEOF
44862
44863 cat >>$CONFIG_STATUS <<\_ACEOF
44864 ## --------------------- ##
44865 ## M4sh Initialization. ##
44866 ## --------------------- ##
44867
44868 # Be Bourne compatible
44869 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
44870 emulate sh
44871 NULLCMD=:
44872 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
44873 # is contrary to our usage. Disable this feature.
44874 alias -g '${1+"$@"}'='"$@"'
44875 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
44876 set -o posix
44877 fi
44878 DUALCASE=1; export DUALCASE # for MKS sh
44879
44880 # Support unset when possible.
44881 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
44882 as_unset=unset
44883 else
44884 as_unset=false
44885 fi
44886
44887
44888 # Work around bugs in pre-3.0 UWIN ksh.
44889 $as_unset ENV MAIL MAILPATH
44890 PS1='$ '
44891 PS2='> '
44892 PS4='+ '
44893
44894 # NLS nuisances.
44895 for as_var in \
44896 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44897 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44898 LC_TELEPHONE LC_TIME
44899 do
44900 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
44901 eval $as_var=C; export $as_var
44902 else
44903 $as_unset $as_var
44904 fi
44905 done
44906
44907 # Required to use basename.
44908 if expr a : '\(a\)' >/dev/null 2>&1; then
44909 as_expr=expr
44910 else
44911 as_expr=false
44912 fi
44913
44914 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
44915 as_basename=basename
44916 else
44917 as_basename=false
44918 fi
44919
44920
44921 # Name of the executable.
44922 as_me=`$as_basename "$0" ||
44923 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
44924 X"$0" : 'X\(//\)$' \| \
44925 X"$0" : 'X\(/\)$' \| \
44926 . : '\(.\)' 2>/dev/null ||
44927 echo X/"$0" |
44928 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
44929 /^X\/\(\/\/\)$/{ s//\1/; q; }
44930 /^X\/\(\/\).*/{ s//\1/; q; }
44931 s/.*/./; q'`
44932
44933
44934 # PATH needs CR, and LINENO needs CR and PATH.
44935 # Avoid depending upon Character Ranges.
44936 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
44937 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
44938 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
44939 as_cr_digits='0123456789'
44940 as_cr_alnum=$as_cr_Letters$as_cr_digits
44941
44942 # The user is always right.
44943 if test "${PATH_SEPARATOR+set}" != set; then
44944 echo "#! /bin/sh" >conf$$.sh
44945 echo "exit 0" >>conf$$.sh
44946 chmod +x conf$$.sh
44947 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44948 PATH_SEPARATOR=';'
44949 else
44950 PATH_SEPARATOR=:
44951 fi
44952 rm -f conf$$.sh
44953 fi
44954
44955
44956 as_lineno_1=$LINENO
44957 as_lineno_2=$LINENO
44958 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
44959 test "x$as_lineno_1" != "x$as_lineno_2" &&
44960 test "x$as_lineno_3" = "x$as_lineno_2" || {
44961 # Find who we are. Look in the path if we contain no path at all
44962 # relative or not.
44963 case $0 in
44964 *[\\/]* ) as_myself=$0 ;;
44965 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44966 for as_dir in $PATH
44967 do
44968 IFS=$as_save_IFS
44969 test -z "$as_dir" && as_dir=.
44970 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
44971 done
44972
44973 ;;
44974 esac
44975 # We did not find ourselves, most probably we were run as `sh COMMAND'
44976 # in which case we are not to be found in the path.
44977 if test "x$as_myself" = x; then
44978 as_myself=$0
44979 fi
44980 if test ! -f "$as_myself"; then
44981 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
44982 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
44983 { (exit 1); exit 1; }; }
44984 fi
44985 case $CONFIG_SHELL in
44986 '')
44987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44988 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
44989 do
44990 IFS=$as_save_IFS
44991 test -z "$as_dir" && as_dir=.
44992 for as_base in sh bash ksh sh5; do
44993 case $as_dir in
44994 /*)
44995 if ("$as_dir/$as_base" -c '
44996 as_lineno_1=$LINENO
44997 as_lineno_2=$LINENO
44998 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
44999 test "x$as_lineno_1" != "x$as_lineno_2" &&
45000 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
45001 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
45002 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
45003 CONFIG_SHELL=$as_dir/$as_base
45004 export CONFIG_SHELL
45005 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
45006 fi;;
45007 esac
45008 done
45009 done
45010 ;;
45011 esac
45012
45013 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
45014 # uniformly replaced by the line number. The first 'sed' inserts a
45015 # line-number line before each line; the second 'sed' does the real
45016 # work. The second script uses 'N' to pair each line-number line
45017 # with the numbered line, and appends trailing '-' during
45018 # substitution so that $LINENO is not a special case at line end.
45019 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
45020 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
45021 sed '=' <$as_myself |
45022 sed '
45023 N
45024 s,$,-,
45025 : loop
45026 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
45027 t loop
45028 s,-$,,
45029 s,^['$as_cr_digits']*\n,,
45030 ' >$as_me.lineno &&
45031 chmod +x $as_me.lineno ||
45032 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
45033 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
45034 { (exit 1); exit 1; }; }
45035
45036 # Don't try to exec as it changes $[0], causing all sort of problems
45037 # (the dirname of $[0] is not the place where we might find the
45038 # original and so on. Autoconf is especially sensible to this).
45039 . ./$as_me.lineno
45040 # Exit status is that of the last command.
45041 exit
45042 }
45043
45044
45045 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
45046 *c*,-n*) ECHO_N= ECHO_C='
45047 ' ECHO_T=' ' ;;
45048 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
45049 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
45050 esac
45051
45052 if expr a : '\(a\)' >/dev/null 2>&1; then
45053 as_expr=expr
45054 else
45055 as_expr=false
45056 fi
45057
45058 rm -f conf$$ conf$$.exe conf$$.file
45059 echo >conf$$.file
45060 if ln -s conf$$.file conf$$ 2>/dev/null; then
45061 # We could just check for DJGPP; but this test a) works b) is more generic
45062 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
45063 if test -f conf$$.exe; then
45064 # Don't use ln at all; we don't have any links
45065 as_ln_s='cp -p'
45066 else
45067 as_ln_s='ln -s'
45068 fi
45069 elif ln conf$$.file conf$$ 2>/dev/null; then
45070 as_ln_s=ln
45071 else
45072 as_ln_s='cp -p'
45073 fi
45074 rm -f conf$$ conf$$.exe conf$$.file
45075
45076 if mkdir -p . 2>/dev/null; then
45077 as_mkdir_p=:
45078 else
45079 test -d ./-p && rmdir ./-p
45080 as_mkdir_p=false
45081 fi
45082
45083 as_executable_p="test -f"
45084
45085 # Sed expression to map a string onto a valid CPP name.
45086 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
45087
45088 # Sed expression to map a string onto a valid variable name.
45089 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
45090
45091
45092 # IFS
45093 # We need space, tab and new line, in precisely that order.
45094 as_nl='
45095 '
45096 IFS=" $as_nl"
45097
45098 # CDPATH.
45099 $as_unset CDPATH
45100
45101 exec 6>&1
45102
45103 # Open the log real soon, to keep \$[0] and so on meaningful, and to
45104 # report actual input values of CONFIG_FILES etc. instead of their
45105 # values after options handling. Logging --version etc. is OK.
45106 exec 5>>config.log
45107 {
45108 echo
45109 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
45110 ## Running $as_me. ##
45111 _ASBOX
45112 } >&5
45113 cat >&5 <<_CSEOF
45114
45115 This file was extended by wxWidgets $as_me 2.6.1, which was
45116 generated by GNU Autoconf 2.59. Invocation command line was
45117
45118 CONFIG_FILES = $CONFIG_FILES
45119 CONFIG_HEADERS = $CONFIG_HEADERS
45120 CONFIG_LINKS = $CONFIG_LINKS
45121 CONFIG_COMMANDS = $CONFIG_COMMANDS
45122 $ $0 $@
45123
45124 _CSEOF
45125 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
45126 echo >&5
45127 _ACEOF
45128
45129 # Files that config.status was made for.
45130 if test -n "$ac_config_files"; then
45131 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
45132 fi
45133
45134 if test -n "$ac_config_headers"; then
45135 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
45136 fi
45137
45138 if test -n "$ac_config_links"; then
45139 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
45140 fi
45141
45142 if test -n "$ac_config_commands"; then
45143 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
45144 fi
45145
45146 cat >>$CONFIG_STATUS <<\_ACEOF
45147
45148 ac_cs_usage="\
45149 \`$as_me' instantiates files from templates according to the
45150 current configuration.
45151
45152 Usage: $0 [OPTIONS] [FILE]...
45153
45154 -h, --help print this help, then exit
45155 -V, --version print version number, then exit
45156 -q, --quiet do not print progress messages
45157 -d, --debug don't remove temporary files
45158 --recheck update $as_me by reconfiguring in the same conditions
45159 --file=FILE[:TEMPLATE]
45160 instantiate the configuration file FILE
45161 --header=FILE[:TEMPLATE]
45162 instantiate the configuration header FILE
45163
45164 Configuration files:
45165 $config_files
45166
45167 Configuration headers:
45168 $config_headers
45169
45170 Configuration commands:
45171 $config_commands
45172
45173 Report bugs to <bug-autoconf@gnu.org>."
45174 _ACEOF
45175
45176 cat >>$CONFIG_STATUS <<_ACEOF
45177 ac_cs_version="\\
45178 wxWidgets config.status 2.6.1
45179 configured by $0, generated by GNU Autoconf 2.59,
45180 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
45181
45182 Copyright (C) 2003 Free Software Foundation, Inc.
45183 This config.status script is free software; the Free Software Foundation
45184 gives unlimited permission to copy, distribute and modify it."
45185 srcdir=$srcdir
45186 INSTALL="$INSTALL"
45187 _ACEOF
45188
45189 cat >>$CONFIG_STATUS <<\_ACEOF
45190 # If no file are specified by the user, then we need to provide default
45191 # value. By we need to know if files were specified by the user.
45192 ac_need_defaults=:
45193 while test $# != 0
45194 do
45195 case $1 in
45196 --*=*)
45197 ac_option=`expr "x$1" : 'x\([^=]*\)='`
45198 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
45199 ac_shift=:
45200 ;;
45201 -*)
45202 ac_option=$1
45203 ac_optarg=$2
45204 ac_shift=shift
45205 ;;
45206 *) # This is not an option, so the user has probably given explicit
45207 # arguments.
45208 ac_option=$1
45209 ac_need_defaults=false;;
45210 esac
45211
45212 case $ac_option in
45213 # Handling of the options.
45214 _ACEOF
45215 cat >>$CONFIG_STATUS <<\_ACEOF
45216 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
45217 ac_cs_recheck=: ;;
45218 --version | --vers* | -V )
45219 echo "$ac_cs_version"; exit 0 ;;
45220 --he | --h)
45221 # Conflict between --help and --header
45222 { { echo "$as_me:$LINENO: error: ambiguous option: $1
45223 Try \`$0 --help' for more information." >&5
45224 echo "$as_me: error: ambiguous option: $1
45225 Try \`$0 --help' for more information." >&2;}
45226 { (exit 1); exit 1; }; };;
45227 --help | --hel | -h )
45228 echo "$ac_cs_usage"; exit 0 ;;
45229 --debug | --d* | -d )
45230 debug=: ;;
45231 --file | --fil | --fi | --f )
45232 $ac_shift
45233 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
45234 ac_need_defaults=false;;
45235 --header | --heade | --head | --hea )
45236 $ac_shift
45237 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
45238 ac_need_defaults=false;;
45239 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
45240 | -silent | --silent | --silen | --sile | --sil | --si | --s)
45241 ac_cs_silent=: ;;
45242
45243 # This is an error.
45244 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
45245 Try \`$0 --help' for more information." >&5
45246 echo "$as_me: error: unrecognized option: $1
45247 Try \`$0 --help' for more information." >&2;}
45248 { (exit 1); exit 1; }; } ;;
45249
45250 *) ac_config_targets="$ac_config_targets $1" ;;
45251
45252 esac
45253 shift
45254 done
45255
45256 ac_configure_extra_args=
45257
45258 if $ac_cs_silent; then
45259 exec 6>/dev/null
45260 ac_configure_extra_args="$ac_configure_extra_args --silent"
45261 fi
45262
45263 _ACEOF
45264 cat >>$CONFIG_STATUS <<_ACEOF
45265 if \$ac_cs_recheck; then
45266 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
45267 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
45268 fi
45269
45270 _ACEOF
45271
45272 cat >>$CONFIG_STATUS <<_ACEOF
45273 #
45274 # INIT-COMMANDS section.
45275 #
45276
45277 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45278 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45279 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45280 LN_S="${LN_S}"
45281
45282
45283 _ACEOF
45284
45285
45286
45287 cat >>$CONFIG_STATUS <<\_ACEOF
45288 for ac_config_target in $ac_config_targets
45289 do
45290 case "$ac_config_target" in
45291 # Handling of arguments.
45292 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
45293 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
45294 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
45295 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
45296 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
45297 "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
45298 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
45299 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
45300 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
45301 { (exit 1); exit 1; }; };;
45302 esac
45303 done
45304
45305 # If the user did not use the arguments to specify the items to instantiate,
45306 # then the envvar interface is used. Set only those that are not.
45307 # We use the long form for the default assignment because of an extremely
45308 # bizarre bug on SunOS 4.1.3.
45309 if $ac_need_defaults; then
45310 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
45311 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
45312 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
45313 fi
45314
45315 # Have a temporary directory for convenience. Make it in the build tree
45316 # simply because there is no reason to put it here, and in addition,
45317 # creating and moving files from /tmp can sometimes cause problems.
45318 # Create a temporary directory, and hook for its removal unless debugging.
45319 $debug ||
45320 {
45321 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
45322 trap '{ (exit 1); exit 1; }' 1 2 13 15
45323 }
45324
45325 # Create a (secure) tmp directory for tmp files.
45326
45327 {
45328 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
45329 test -n "$tmp" && test -d "$tmp"
45330 } ||
45331 {
45332 tmp=./confstat$$-$RANDOM
45333 (umask 077 && mkdir $tmp)
45334 } ||
45335 {
45336 echo "$me: cannot create a temporary directory in ." >&2
45337 { (exit 1); exit 1; }
45338 }
45339
45340 _ACEOF
45341
45342 cat >>$CONFIG_STATUS <<_ACEOF
45343
45344 #
45345 # CONFIG_FILES section.
45346 #
45347
45348 # No need to generate the scripts if there are no CONFIG_FILES.
45349 # This happens for instance when ./config.status config.h
45350 if test -n "\$CONFIG_FILES"; then
45351 # Protect against being on the right side of a sed subst in config.status.
45352 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
45353 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
45354 s,@SHELL@,$SHELL,;t t
45355 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
45356 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
45357 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
45358 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
45359 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
45360 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
45361 s,@exec_prefix@,$exec_prefix,;t t
45362 s,@prefix@,$prefix,;t t
45363 s,@program_transform_name@,$program_transform_name,;t t
45364 s,@bindir@,$bindir,;t t
45365 s,@sbindir@,$sbindir,;t t
45366 s,@libexecdir@,$libexecdir,;t t
45367 s,@datadir@,$datadir,;t t
45368 s,@sysconfdir@,$sysconfdir,;t t
45369 s,@sharedstatedir@,$sharedstatedir,;t t
45370 s,@localstatedir@,$localstatedir,;t t
45371 s,@libdir@,$libdir,;t t
45372 s,@includedir@,$includedir,;t t
45373 s,@oldincludedir@,$oldincludedir,;t t
45374 s,@infodir@,$infodir,;t t
45375 s,@mandir@,$mandir,;t t
45376 s,@build_alias@,$build_alias,;t t
45377 s,@host_alias@,$host_alias,;t t
45378 s,@target_alias@,$target_alias,;t t
45379 s,@DEFS@,$DEFS,;t t
45380 s,@ECHO_C@,$ECHO_C,;t t
45381 s,@ECHO_N@,$ECHO_N,;t t
45382 s,@ECHO_T@,$ECHO_T,;t t
45383 s,@LIBS@,$LIBS,;t t
45384 s,@build@,$build,;t t
45385 s,@build_cpu@,$build_cpu,;t t
45386 s,@build_vendor@,$build_vendor,;t t
45387 s,@build_os@,$build_os,;t t
45388 s,@host@,$host,;t t
45389 s,@host_cpu@,$host_cpu,;t t
45390 s,@host_vendor@,$host_vendor,;t t
45391 s,@host_os@,$host_os,;t t
45392 s,@target@,$target,;t t
45393 s,@target_cpu@,$target_cpu,;t t
45394 s,@target_vendor@,$target_vendor,;t t
45395 s,@target_os@,$target_os,;t t
45396 s,@CC@,$CC,;t t
45397 s,@CFLAGS@,$CFLAGS,;t t
45398 s,@LDFLAGS@,$LDFLAGS,;t t
45399 s,@CPPFLAGS@,$CPPFLAGS,;t t
45400 s,@ac_ct_CC@,$ac_ct_CC,;t t
45401 s,@EXEEXT@,$EXEEXT,;t t
45402 s,@OBJEXT@,$OBJEXT,;t t
45403 s,@CPP@,$CPP,;t t
45404 s,@EGREP@,$EGREP,;t t
45405 s,@CXX@,$CXX,;t t
45406 s,@CXXFLAGS@,$CXXFLAGS,;t t
45407 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
45408 s,@RANLIB@,$RANLIB,;t t
45409 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
45410 s,@AR@,$AR,;t t
45411 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
45412 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
45413 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
45414 s,@STRIP@,$STRIP,;t t
45415 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
45416 s,@LN_S@,$LN_S,;t t
45417 s,@CXXCPP@,$CXXCPP,;t t
45418 s,@subdirs@,$subdirs,;t t
45419 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
45420 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
45421 s,@GTK_LIBS@,$GTK_LIBS,;t t
45422 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
45423 s,@X_CFLAGS@,$X_CFLAGS,;t t
45424 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
45425 s,@X_LIBS@,$X_LIBS,;t t
45426 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
45427 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
45428 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
45429 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
45430 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
45431 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
45432 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
45433 s,@RESCOMP@,$RESCOMP,;t t
45434 s,@DEREZ@,$DEREZ,;t t
45435 s,@SETFILE@,$SETFILE,;t t
45436 s,@LIBICONV@,$LIBICONV,;t t
45437 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
45438 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
45439 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
45440 s,@SDL_LIBS@,$SDL_LIBS,;t t
45441 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
45442 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
45443 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
45444 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
45445 s,@GST_INSPECT@,$GST_INSPECT,;t t
45446 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
45447 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
45448 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
45449 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
45450 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
45451 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
45452 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
45453 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
45454 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
45455 s,@VENDOR@,$VENDOR,;t t
45456 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
45457 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
45458 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
45459 s,@WXUNIV@,$WXUNIV,;t t
45460 s,@MONOLITHIC@,$MONOLITHIC,;t t
45461 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
45462 s,@EXTRALIBS@,$EXTRALIBS,;t t
45463 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
45464 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
45465 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
45466 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
45467 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
45468 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
45469 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
45470 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
45471 s,@UNICODE@,$UNICODE,;t t
45472 s,@BUILD@,$BUILD,;t t
45473 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
45474 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
45475 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
45476 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
45477 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
45478 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
45479 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
45480 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
45481 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
45482 s,@SET_MAKE@,$SET_MAKE,;t t
45483 s,@MAKE_SET@,$MAKE_SET,;t t
45484 s,@ac_ct_AR@,$ac_ct_AR,;t t
45485 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
45486 s,@NM@,$NM,;t t
45487 s,@ac_ct_NM@,$ac_ct_NM,;t t
45488 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
45489 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
45490 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
45491 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
45492 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
45493 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
45494 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
45495 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
45496 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
45497 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
45498 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
45499 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
45500 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
45501 s,@LIBPREFIX@,$LIBPREFIX,;t t
45502 s,@LIBEXT@,$LIBEXT,;t t
45503 s,@DLLPREFIX@,$DLLPREFIX,;t t
45504 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
45505 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
45506 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
45507 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
45508 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
45509 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
45510 s,@PIC_FLAG@,$PIC_FLAG,;t t
45511 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
45512 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
45513 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
45514 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
45515 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
45516 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
45517 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
45518 s,@GCC_PCH@,$GCC_PCH,;t t
45519 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
45520 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
45521 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
45522 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
45523 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
45524 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
45525 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
45526 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
45527 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
45528 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
45529 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
45530 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
45531 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
45532 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
45533 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
45534 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
45535 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
45536 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
45537 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
45538 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
45539 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
45540 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
45541 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
45542 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
45543 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
45544 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
45545 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
45546 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
45547 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
45548 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
45549 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
45550 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
45551 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
45552 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
45553 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
45554 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
45555 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
45556 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
45557 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
45558 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
45559 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
45560 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
45561 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
45562 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
45563 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
45564 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
45565 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
45566 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
45567 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
45568 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
45569 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
45570 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
45571 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
45572 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
45573 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
45574 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
45575 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
45576 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
45577 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
45578 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
45579 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
45580 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
45581 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
45582 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45583 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45584 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
45585 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
45586 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
45587 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
45588 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
45589 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
45590 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
45591 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
45592 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
45593 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
45594 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
45595 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
45596 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
45597 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
45598 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
45599 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
45600 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
45601 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
45602 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
45603 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
45604 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
45605 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
45606 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
45607 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
45608 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
45609 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
45610 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
45611 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
45612 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
45613 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
45614 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
45615 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
45616 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
45617 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
45618 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
45619 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
45620 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
45621 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
45622 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
45623 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
45624 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
45625 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
45626 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45627 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45628 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
45629 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
45630 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
45631 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
45632 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
45633 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
45634 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
45635 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
45636 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
45637 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
45638 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
45639 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
45640 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
45641 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
45642 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
45643 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
45644 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
45645 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
45646 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
45647 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
45648 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
45649 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
45650 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
45651 s,@SHARED@,$SHARED,;t t
45652 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
45653 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
45654 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
45655 s,@USE_GUI@,$USE_GUI,;t t
45656 s,@AFMINSTALL@,$AFMINSTALL,;t t
45657 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
45658 s,@TOOLKIT@,$TOOLKIT,;t t
45659 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
45660 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
45661 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
45662 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
45663 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
45664 s,@cross_compiling@,$cross_compiling,;t t
45665 s,@WIDGET_SET@,$WIDGET_SET,;t t
45666 s,@WX_RELEASE@,$WX_RELEASE,;t t
45667 s,@WX_VERSION@,$WX_VERSION,;t t
45668 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
45669 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
45670 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
45671 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
45672 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
45673 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
45674 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
45675 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
45676 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
45677 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
45678 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
45679 s,@EXE_LINKER@,$EXE_LINKER,;t t
45680 s,@GUIDIST@,$GUIDIST,;t t
45681 s,@DISTDIR@,$DISTDIR,;t t
45682 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
45683 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
45684 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
45685 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
45686 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
45687 s,@RESFLAGS@,$RESFLAGS,;t t
45688 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
45689 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
45690 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
45691 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
45692 s,@MACRESCOMP@,$MACRESCOMP,;t t
45693 s,@MACSETFILE@,$MACSETFILE,;t t
45694 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
45695 s,@GCC@,$GCC,;t t
45696 s,@DLLTOOL@,$DLLTOOL,;t t
45697 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
45698 s,@LIBOBJS@,$LIBOBJS,;t t
45699 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
45700 CEOF
45701
45702 _ACEOF
45703
45704 cat >>$CONFIG_STATUS <<\_ACEOF
45705 # Split the substitutions into bite-sized pieces for seds with
45706 # small command number limits, like on Digital OSF/1 and HP-UX.
45707 ac_max_sed_lines=48
45708 ac_sed_frag=1 # Number of current file.
45709 ac_beg=1 # First line for current file.
45710 ac_end=$ac_max_sed_lines # Line after last line for current file.
45711 ac_more_lines=:
45712 ac_sed_cmds=
45713 while $ac_more_lines; do
45714 if test $ac_beg -gt 1; then
45715 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
45716 else
45717 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
45718 fi
45719 if test ! -s $tmp/subs.frag; then
45720 ac_more_lines=false
45721 else
45722 # The purpose of the label and of the branching condition is to
45723 # speed up the sed processing (if there are no `@' at all, there
45724 # is no need to browse any of the substitutions).
45725 # These are the two extra sed commands mentioned above.
45726 (echo ':t
45727 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
45728 if test -z "$ac_sed_cmds"; then
45729 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
45730 else
45731 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
45732 fi
45733 ac_sed_frag=`expr $ac_sed_frag + 1`
45734 ac_beg=$ac_end
45735 ac_end=`expr $ac_end + $ac_max_sed_lines`
45736 fi
45737 done
45738 if test -z "$ac_sed_cmds"; then
45739 ac_sed_cmds=cat
45740 fi
45741 fi # test -n "$CONFIG_FILES"
45742
45743 _ACEOF
45744 cat >>$CONFIG_STATUS <<\_ACEOF
45745 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
45746 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
45747 case $ac_file in
45748 - | *:- | *:-:* ) # input from stdin
45749 cat >$tmp/stdin
45750 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45751 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45752 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45753 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45754 * ) ac_file_in=$ac_file.in ;;
45755 esac
45756
45757 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
45758 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
45759 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45760 X"$ac_file" : 'X\(//\)[^/]' \| \
45761 X"$ac_file" : 'X\(//\)$' \| \
45762 X"$ac_file" : 'X\(/\)' \| \
45763 . : '\(.\)' 2>/dev/null ||
45764 echo X"$ac_file" |
45765 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45766 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45767 /^X\(\/\/\)$/{ s//\1/; q; }
45768 /^X\(\/\).*/{ s//\1/; q; }
45769 s/.*/./; q'`
45770 { if $as_mkdir_p; then
45771 mkdir -p "$ac_dir"
45772 else
45773 as_dir="$ac_dir"
45774 as_dirs=
45775 while test ! -d "$as_dir"; do
45776 as_dirs="$as_dir $as_dirs"
45777 as_dir=`(dirname "$as_dir") 2>/dev/null ||
45778 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45779 X"$as_dir" : 'X\(//\)[^/]' \| \
45780 X"$as_dir" : 'X\(//\)$' \| \
45781 X"$as_dir" : 'X\(/\)' \| \
45782 . : '\(.\)' 2>/dev/null ||
45783 echo X"$as_dir" |
45784 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45785 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45786 /^X\(\/\/\)$/{ s//\1/; q; }
45787 /^X\(\/\).*/{ s//\1/; q; }
45788 s/.*/./; q'`
45789 done
45790 test ! -n "$as_dirs" || mkdir $as_dirs
45791 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45792 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45793 { (exit 1); exit 1; }; }; }
45794
45795 ac_builddir=.
45796
45797 if test "$ac_dir" != .; then
45798 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45799 # A "../" for each directory in $ac_dir_suffix.
45800 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45801 else
45802 ac_dir_suffix= ac_top_builddir=
45803 fi
45804
45805 case $srcdir in
45806 .) # No --srcdir option. We are building in place.
45807 ac_srcdir=.
45808 if test -z "$ac_top_builddir"; then
45809 ac_top_srcdir=.
45810 else
45811 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
45812 fi ;;
45813 [\\/]* | ?:[\\/]* ) # Absolute path.
45814 ac_srcdir=$srcdir$ac_dir_suffix;
45815 ac_top_srcdir=$srcdir ;;
45816 *) # Relative path.
45817 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
45818 ac_top_srcdir=$ac_top_builddir$srcdir ;;
45819 esac
45820
45821 # Do not use `cd foo && pwd` to compute absolute paths, because
45822 # the directories may not exist.
45823 case `pwd` in
45824 .) ac_abs_builddir="$ac_dir";;
45825 *)
45826 case "$ac_dir" in
45827 .) ac_abs_builddir=`pwd`;;
45828 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
45829 *) ac_abs_builddir=`pwd`/"$ac_dir";;
45830 esac;;
45831 esac
45832 case $ac_abs_builddir in
45833 .) ac_abs_top_builddir=${ac_top_builddir}.;;
45834 *)
45835 case ${ac_top_builddir}. in
45836 .) ac_abs_top_builddir=$ac_abs_builddir;;
45837 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
45838 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
45839 esac;;
45840 esac
45841 case $ac_abs_builddir in
45842 .) ac_abs_srcdir=$ac_srcdir;;
45843 *)
45844 case $ac_srcdir in
45845 .) ac_abs_srcdir=$ac_abs_builddir;;
45846 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
45847 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
45848 esac;;
45849 esac
45850 case $ac_abs_builddir in
45851 .) ac_abs_top_srcdir=$ac_top_srcdir;;
45852 *)
45853 case $ac_top_srcdir in
45854 .) ac_abs_top_srcdir=$ac_abs_builddir;;
45855 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
45856 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
45857 esac;;
45858 esac
45859
45860
45861 case $INSTALL in
45862 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
45863 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
45864 esac
45865
45866 if test x"$ac_file" != x-; then
45867 { echo "$as_me:$LINENO: creating $ac_file" >&5
45868 echo "$as_me: creating $ac_file" >&6;}
45869 rm -f "$ac_file"
45870 fi
45871 # Let's still pretend it is `configure' which instantiates (i.e., don't
45872 # use $as_me), people would be surprised to read:
45873 # /* config.h. Generated by config.status. */
45874 if test x"$ac_file" = x-; then
45875 configure_input=
45876 else
45877 configure_input="$ac_file. "
45878 fi
45879 configure_input=$configure_input"Generated from `echo $ac_file_in |
45880 sed 's,.*/,,'` by configure."
45881
45882 # First look for the input files in the build tree, otherwise in the
45883 # src tree.
45884 ac_file_inputs=`IFS=:
45885 for f in $ac_file_in; do
45886 case $f in
45887 -) echo $tmp/stdin ;;
45888 [\\/$]*)
45889 # Absolute (can't be DOS-style, as IFS=:)
45890 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45891 echo "$as_me: error: cannot find input file: $f" >&2;}
45892 { (exit 1); exit 1; }; }
45893 echo "$f";;
45894 *) # Relative
45895 if test -f "$f"; then
45896 # Build tree
45897 echo "$f"
45898 elif test -f "$srcdir/$f"; then
45899 # Source tree
45900 echo "$srcdir/$f"
45901 else
45902 # /dev/null tree
45903 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45904 echo "$as_me: error: cannot find input file: $f" >&2;}
45905 { (exit 1); exit 1; }; }
45906 fi;;
45907 esac
45908 done` || { (exit 1); exit 1; }
45909 _ACEOF
45910 cat >>$CONFIG_STATUS <<_ACEOF
45911 sed "$ac_vpsub
45912 $extrasub
45913 _ACEOF
45914 cat >>$CONFIG_STATUS <<\_ACEOF
45915 :t
45916 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
45917 s,@configure_input@,$configure_input,;t t
45918 s,@srcdir@,$ac_srcdir,;t t
45919 s,@abs_srcdir@,$ac_abs_srcdir,;t t
45920 s,@top_srcdir@,$ac_top_srcdir,;t t
45921 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
45922 s,@builddir@,$ac_builddir,;t t
45923 s,@abs_builddir@,$ac_abs_builddir,;t t
45924 s,@top_builddir@,$ac_top_builddir,;t t
45925 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
45926 s,@INSTALL@,$ac_INSTALL,;t t
45927 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
45928 rm -f $tmp/stdin
45929 if test x"$ac_file" != x-; then
45930 mv $tmp/out $ac_file
45931 else
45932 cat $tmp/out
45933 rm -f $tmp/out
45934 fi
45935
45936 # Run the commands associated with the file.
45937 case $ac_file in
45938 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
45939 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
45940 esac
45941 done
45942 _ACEOF
45943 cat >>$CONFIG_STATUS <<\_ACEOF
45944
45945 #
45946 # CONFIG_HEADER section.
45947 #
45948
45949 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
45950 # NAME is the cpp macro being defined and VALUE is the value it is being given.
45951 #
45952 # ac_d sets the value in "#define NAME VALUE" lines.
45953 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
45954 ac_dB='[ ].*$,\1#\2'
45955 ac_dC=' '
45956 ac_dD=',;t'
45957 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
45958 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
45959 ac_uB='$,\1#\2define\3'
45960 ac_uC=' '
45961 ac_uD=',;t'
45962
45963 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
45964 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
45965 case $ac_file in
45966 - | *:- | *:-:* ) # input from stdin
45967 cat >$tmp/stdin
45968 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45969 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45970 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
45971 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
45972 * ) ac_file_in=$ac_file.in ;;
45973 esac
45974
45975 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
45976 echo "$as_me: creating $ac_file" >&6;}
45977
45978 # First look for the input files in the build tree, otherwise in the
45979 # src tree.
45980 ac_file_inputs=`IFS=:
45981 for f in $ac_file_in; do
45982 case $f in
45983 -) echo $tmp/stdin ;;
45984 [\\/$]*)
45985 # Absolute (can't be DOS-style, as IFS=:)
45986 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45987 echo "$as_me: error: cannot find input file: $f" >&2;}
45988 { (exit 1); exit 1; }; }
45989 # Do quote $f, to prevent DOS paths from being IFS'd.
45990 echo "$f";;
45991 *) # Relative
45992 if test -f "$f"; then
45993 # Build tree
45994 echo "$f"
45995 elif test -f "$srcdir/$f"; then
45996 # Source tree
45997 echo "$srcdir/$f"
45998 else
45999 # /dev/null tree
46000 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
46001 echo "$as_me: error: cannot find input file: $f" >&2;}
46002 { (exit 1); exit 1; }; }
46003 fi;;
46004 esac
46005 done` || { (exit 1); exit 1; }
46006 # Remove the trailing spaces.
46007 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
46008
46009 _ACEOF
46010
46011 # Transform confdefs.h into two sed scripts, `conftest.defines' and
46012 # `conftest.undefs', that substitutes the proper values into
46013 # config.h.in to produce config.h. The first handles `#define'
46014 # templates, and the second `#undef' templates.
46015 # And first: Protect against being on the right side of a sed subst in
46016 # config.status. Protect against being in an unquoted here document
46017 # in config.status.
46018 rm -f conftest.defines conftest.undefs
46019 # Using a here document instead of a string reduces the quoting nightmare.
46020 # Putting comments in sed scripts is not portable.
46021 #
46022 # `end' is used to avoid that the second main sed command (meant for
46023 # 0-ary CPP macros) applies to n-ary macro definitions.
46024 # See the Autoconf documentation for `clear'.
46025 cat >confdef2sed.sed <<\_ACEOF
46026 s/[\\&,]/\\&/g
46027 s,[\\$`],\\&,g
46028 t clear
46029 : clear
46030 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
46031 t end
46032 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
46033 : end
46034 _ACEOF
46035 # If some macros were called several times there might be several times
46036 # the same #defines, which is useless. Nevertheless, we may not want to
46037 # sort them, since we want the *last* AC-DEFINE to be honored.
46038 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
46039 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
46040 rm -f confdef2sed.sed
46041
46042 # This sed command replaces #undef with comments. This is necessary, for
46043 # example, in the case of _POSIX_SOURCE, which is predefined and required
46044 # on some systems where configure will not decide to define it.
46045 cat >>conftest.undefs <<\_ACEOF
46046 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
46047 _ACEOF
46048
46049 # Break up conftest.defines because some shells have a limit on the size
46050 # of here documents, and old seds have small limits too (100 cmds).
46051 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
46052 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
46053 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
46054 echo ' :' >>$CONFIG_STATUS
46055 rm -f conftest.tail
46056 while grep . conftest.defines >/dev/null
46057 do
46058 # Write a limited-size here document to $tmp/defines.sed.
46059 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
46060 # Speed up: don't consider the non `#define' lines.
46061 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
46062 # Work around the forget-to-reset-the-flag bug.
46063 echo 't clr' >>$CONFIG_STATUS
46064 echo ': clr' >>$CONFIG_STATUS
46065 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
46066 echo 'CEOF
46067 sed -f $tmp/defines.sed $tmp/in >$tmp/out
46068 rm -f $tmp/in
46069 mv $tmp/out $tmp/in
46070 ' >>$CONFIG_STATUS
46071 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
46072 rm -f conftest.defines
46073 mv conftest.tail conftest.defines
46074 done
46075 rm -f conftest.defines
46076 echo ' fi # grep' >>$CONFIG_STATUS
46077 echo >>$CONFIG_STATUS
46078
46079 # Break up conftest.undefs because some shells have a limit on the size
46080 # of here documents, and old seds have small limits too (100 cmds).
46081 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
46082 rm -f conftest.tail
46083 while grep . conftest.undefs >/dev/null
46084 do
46085 # Write a limited-size here document to $tmp/undefs.sed.
46086 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
46087 # Speed up: don't consider the non `#undef'
46088 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
46089 # Work around the forget-to-reset-the-flag bug.
46090 echo 't clr' >>$CONFIG_STATUS
46091 echo ': clr' >>$CONFIG_STATUS
46092 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
46093 echo 'CEOF
46094 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
46095 rm -f $tmp/in
46096 mv $tmp/out $tmp/in
46097 ' >>$CONFIG_STATUS
46098 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
46099 rm -f conftest.undefs
46100 mv conftest.tail conftest.undefs
46101 done
46102 rm -f conftest.undefs
46103
46104 cat >>$CONFIG_STATUS <<\_ACEOF
46105 # Let's still pretend it is `configure' which instantiates (i.e., don't
46106 # use $as_me), people would be surprised to read:
46107 # /* config.h. Generated by config.status. */
46108 if test x"$ac_file" = x-; then
46109 echo "/* Generated by configure. */" >$tmp/config.h
46110 else
46111 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
46112 fi
46113 cat $tmp/in >>$tmp/config.h
46114 rm -f $tmp/in
46115 if test x"$ac_file" != x-; then
46116 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
46117 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
46118 echo "$as_me: $ac_file is unchanged" >&6;}
46119 else
46120 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
46121 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46122 X"$ac_file" : 'X\(//\)[^/]' \| \
46123 X"$ac_file" : 'X\(//\)$' \| \
46124 X"$ac_file" : 'X\(/\)' \| \
46125 . : '\(.\)' 2>/dev/null ||
46126 echo X"$ac_file" |
46127 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46128 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46129 /^X\(\/\/\)$/{ s//\1/; q; }
46130 /^X\(\/\).*/{ s//\1/; q; }
46131 s/.*/./; q'`
46132 { if $as_mkdir_p; then
46133 mkdir -p "$ac_dir"
46134 else
46135 as_dir="$ac_dir"
46136 as_dirs=
46137 while test ! -d "$as_dir"; do
46138 as_dirs="$as_dir $as_dirs"
46139 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46140 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46141 X"$as_dir" : 'X\(//\)[^/]' \| \
46142 X"$as_dir" : 'X\(//\)$' \| \
46143 X"$as_dir" : 'X\(/\)' \| \
46144 . : '\(.\)' 2>/dev/null ||
46145 echo X"$as_dir" |
46146 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46147 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46148 /^X\(\/\/\)$/{ s//\1/; q; }
46149 /^X\(\/\).*/{ s//\1/; q; }
46150 s/.*/./; q'`
46151 done
46152 test ! -n "$as_dirs" || mkdir $as_dirs
46153 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46154 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46155 { (exit 1); exit 1; }; }; }
46156
46157 rm -f $ac_file
46158 mv $tmp/config.h $ac_file
46159 fi
46160 else
46161 cat $tmp/config.h
46162 rm -f $tmp/config.h
46163 fi
46164 done
46165 _ACEOF
46166 cat >>$CONFIG_STATUS <<\_ACEOF
46167
46168 #
46169 # CONFIG_COMMANDS section.
46170 #
46171 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
46172 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
46173 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
46174 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
46175 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46176 X"$ac_dest" : 'X\(//\)[^/]' \| \
46177 X"$ac_dest" : 'X\(//\)$' \| \
46178 X"$ac_dest" : 'X\(/\)' \| \
46179 . : '\(.\)' 2>/dev/null ||
46180 echo X"$ac_dest" |
46181 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46182 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46183 /^X\(\/\/\)$/{ s//\1/; q; }
46184 /^X\(\/\).*/{ s//\1/; q; }
46185 s/.*/./; q'`
46186 { if $as_mkdir_p; then
46187 mkdir -p "$ac_dir"
46188 else
46189 as_dir="$ac_dir"
46190 as_dirs=
46191 while test ! -d "$as_dir"; do
46192 as_dirs="$as_dir $as_dirs"
46193 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46194 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46195 X"$as_dir" : 'X\(//\)[^/]' \| \
46196 X"$as_dir" : 'X\(//\)$' \| \
46197 X"$as_dir" : 'X\(/\)' \| \
46198 . : '\(.\)' 2>/dev/null ||
46199 echo X"$as_dir" |
46200 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46201 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46202 /^X\(\/\/\)$/{ s//\1/; q; }
46203 /^X\(\/\).*/{ s//\1/; q; }
46204 s/.*/./; q'`
46205 done
46206 test ! -n "$as_dirs" || mkdir $as_dirs
46207 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46208 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46209 { (exit 1); exit 1; }; }; }
46210
46211 ac_builddir=.
46212
46213 if test "$ac_dir" != .; then
46214 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46215 # A "../" for each directory in $ac_dir_suffix.
46216 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46217 else
46218 ac_dir_suffix= ac_top_builddir=
46219 fi
46220
46221 case $srcdir in
46222 .) # No --srcdir option. We are building in place.
46223 ac_srcdir=.
46224 if test -z "$ac_top_builddir"; then
46225 ac_top_srcdir=.
46226 else
46227 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
46228 fi ;;
46229 [\\/]* | ?:[\\/]* ) # Absolute path.
46230 ac_srcdir=$srcdir$ac_dir_suffix;
46231 ac_top_srcdir=$srcdir ;;
46232 *) # Relative path.
46233 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
46234 ac_top_srcdir=$ac_top_builddir$srcdir ;;
46235 esac
46236
46237 # Do not use `cd foo && pwd` to compute absolute paths, because
46238 # the directories may not exist.
46239 case `pwd` in
46240 .) ac_abs_builddir="$ac_dir";;
46241 *)
46242 case "$ac_dir" in
46243 .) ac_abs_builddir=`pwd`;;
46244 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
46245 *) ac_abs_builddir=`pwd`/"$ac_dir";;
46246 esac;;
46247 esac
46248 case $ac_abs_builddir in
46249 .) ac_abs_top_builddir=${ac_top_builddir}.;;
46250 *)
46251 case ${ac_top_builddir}. in
46252 .) ac_abs_top_builddir=$ac_abs_builddir;;
46253 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
46254 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
46255 esac;;
46256 esac
46257 case $ac_abs_builddir in
46258 .) ac_abs_srcdir=$ac_srcdir;;
46259 *)
46260 case $ac_srcdir in
46261 .) ac_abs_srcdir=$ac_abs_builddir;;
46262 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
46263 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
46264 esac;;
46265 esac
46266 case $ac_abs_builddir in
46267 .) ac_abs_top_srcdir=$ac_top_srcdir;;
46268 *)
46269 case $ac_top_srcdir in
46270 .) ac_abs_top_srcdir=$ac_abs_builddir;;
46271 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
46272 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
46273 esac;;
46274 esac
46275
46276
46277 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
46278 echo "$as_me: executing $ac_dest commands" >&6;}
46279 case $ac_dest in
46280 wx-config ) rm -f wx-config
46281 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
46282 ;;
46283 esac
46284 done
46285 _ACEOF
46286
46287 cat >>$CONFIG_STATUS <<\_ACEOF
46288
46289 { (exit 0); exit 0; }
46290 _ACEOF
46291 chmod +x $CONFIG_STATUS
46292 ac_clean_files=$ac_clean_files_save
46293
46294
46295 # configure is writing to config.log, and then calls config.status.
46296 # config.status does its own redirection, appending to config.log.
46297 # Unfortunately, on DOS this fails, as config.log is still kept open
46298 # by configure, so config.status won't be able to write to it; its
46299 # output is simply discarded. So we exec the FD to /dev/null,
46300 # effectively closing config.log, so it can be properly (re)opened and
46301 # appended to by config.status. When coming back to configure, we
46302 # need to make the FD available again.
46303 if test "$no_create" != yes; then
46304 ac_cs_success=:
46305 ac_config_status_args=
46306 test "$silent" = yes &&
46307 ac_config_status_args="$ac_config_status_args --quiet"
46308 exec 5>/dev/null
46309 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
46310 exec 5>>config.log
46311 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
46312 # would make configure fail if this is the last instruction.
46313 $ac_cs_success || { (exit 1); exit 1; }
46314 fi
46315
46316 #
46317 # CONFIG_SUBDIRS section.
46318 #
46319 if test "$no_recursion" != yes; then
46320
46321 # Remove --cache-file and --srcdir arguments so they do not pile up.
46322 ac_sub_configure_args=
46323 ac_prev=
46324 for ac_arg in $ac_configure_args; do
46325 if test -n "$ac_prev"; then
46326 ac_prev=
46327 continue
46328 fi
46329 case $ac_arg in
46330 -cache-file | --cache-file | --cache-fil | --cache-fi \
46331 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
46332 ac_prev=cache_file ;;
46333 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
46334 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
46335 | --c=*)
46336 ;;
46337 --config-cache | -C)
46338 ;;
46339 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
46340 ac_prev=srcdir ;;
46341 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
46342 ;;
46343 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
46344 ac_prev=prefix ;;
46345 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
46346 ;;
46347 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
46348 esac
46349 done
46350
46351 # Always prepend --prefix to ensure using the same prefix
46352 # in subdir configurations.
46353 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
46354
46355 ac_popdir=`pwd`
46356 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
46357
46358 # Do not complain, so a configure script can configure whichever
46359 # parts of a large source tree are present.
46360 test -d $srcdir/$ac_dir || continue
46361
46362 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
46363 echo "$as_me: configuring in $ac_dir" >&6;}
46364 { if $as_mkdir_p; then
46365 mkdir -p "$ac_dir"
46366 else
46367 as_dir="$ac_dir"
46368 as_dirs=
46369 while test ! -d "$as_dir"; do
46370 as_dirs="$as_dir $as_dirs"
46371 as_dir=`(dirname "$as_dir") 2>/dev/null ||
46372 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46373 X"$as_dir" : 'X\(//\)[^/]' \| \
46374 X"$as_dir" : 'X\(//\)$' \| \
46375 X"$as_dir" : 'X\(/\)' \| \
46376 . : '\(.\)' 2>/dev/null ||
46377 echo X"$as_dir" |
46378 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46379 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46380 /^X\(\/\/\)$/{ s//\1/; q; }
46381 /^X\(\/\).*/{ s//\1/; q; }
46382 s/.*/./; q'`
46383 done
46384 test ! -n "$as_dirs" || mkdir $as_dirs
46385 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46386 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46387 { (exit 1); exit 1; }; }; }
46388
46389 ac_builddir=.
46390
46391 if test "$ac_dir" != .; then
46392 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46393 # A "../" for each directory in $ac_dir_suffix.
46394 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46395 else
46396 ac_dir_suffix= ac_top_builddir=
46397 fi
46398
46399 case $srcdir in
46400 .) # No --srcdir option. We are building in place.
46401 ac_srcdir=.
46402 if test -z "$ac_top_builddir"; then
46403 ac_top_srcdir=.
46404 else
46405 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
46406 fi ;;
46407 [\\/]* | ?:[\\/]* ) # Absolute path.
46408 ac_srcdir=$srcdir$ac_dir_suffix;
46409 ac_top_srcdir=$srcdir ;;
46410 *) # Relative path.
46411 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
46412 ac_top_srcdir=$ac_top_builddir$srcdir ;;
46413 esac
46414
46415 # Do not use `cd foo && pwd` to compute absolute paths, because
46416 # the directories may not exist.
46417 case `pwd` in
46418 .) ac_abs_builddir="$ac_dir";;
46419 *)
46420 case "$ac_dir" in
46421 .) ac_abs_builddir=`pwd`;;
46422 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
46423 *) ac_abs_builddir=`pwd`/"$ac_dir";;
46424 esac;;
46425 esac
46426 case $ac_abs_builddir in
46427 .) ac_abs_top_builddir=${ac_top_builddir}.;;
46428 *)
46429 case ${ac_top_builddir}. in
46430 .) ac_abs_top_builddir=$ac_abs_builddir;;
46431 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
46432 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
46433 esac;;
46434 esac
46435 case $ac_abs_builddir in
46436 .) ac_abs_srcdir=$ac_srcdir;;
46437 *)
46438 case $ac_srcdir in
46439 .) ac_abs_srcdir=$ac_abs_builddir;;
46440 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
46441 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
46442 esac;;
46443 esac
46444 case $ac_abs_builddir in
46445 .) ac_abs_top_srcdir=$ac_top_srcdir;;
46446 *)
46447 case $ac_top_srcdir in
46448 .) ac_abs_top_srcdir=$ac_abs_builddir;;
46449 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
46450 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
46451 esac;;
46452 esac
46453
46454
46455 cd $ac_dir
46456
46457 # Check for guested configure; otherwise get Cygnus style configure.
46458 if test -f $ac_srcdir/configure.gnu; then
46459 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
46460 elif test -f $ac_srcdir/configure; then
46461 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
46462 elif test -f $ac_srcdir/configure.in; then
46463 ac_sub_configure=$ac_configure
46464 else
46465 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
46466 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
46467 ac_sub_configure=
46468 fi
46469
46470 # The recursion is here.
46471 if test -n "$ac_sub_configure"; then
46472 # Make the cache file name correct relative to the subdirectory.
46473 case $cache_file in
46474 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
46475 *) # Relative path.
46476 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
46477 esac
46478
46479 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
46480 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
46481 # The eval makes quoting arguments work.
46482 eval $ac_sub_configure $ac_sub_configure_args \
46483 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
46484 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
46485 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
46486 { (exit 1); exit 1; }; }
46487 fi
46488
46489 cd $ac_popdir
46490 done
46491 fi
46492
46493
46494 echo
46495 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
46496 echo ""
46497 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
46498 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
46499
46500 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
46501 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
46502 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
46503
46504 echo " What level of wxWidgets compatibility should be enabled?"
46505 echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
46506 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
46507
46508 echo " Which libraries should wxWidgets use?"
46509 echo " jpeg ${wxUSE_LIBJPEG-none}"
46510 echo " png ${wxUSE_LIBPNG-none}"
46511 echo " regex ${wxUSE_REGEX}"
46512 echo " tiff ${wxUSE_LIBTIFF-none}"
46513 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
46514 echo " xpm ${wxUSE_LIBXPM-none}"
46515 fi
46516 echo " zlib ${wxUSE_ZLIB}"
46517 echo " odbc ${wxUSE_ODBC}"
46518 echo " expat ${wxUSE_EXPAT}"
46519 echo " libmspack ${wxUSE_LIBMSPACK}"
46520 echo " sdl ${wxUSE_LIBSDL}"
46521 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"
46522
46523 echo ""
46524